01KM0J009V6VG7MNG0V2Q7V5JV: 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: 01KM0J0B65YRZTB4STHWS41HXC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T13:27:15.718Zjob assigned to worker 01KM0J0G8YEZ6JQV2C2NY3MBRA [factory aws, i-0bdf293b4ab6f405a] (queued for 56 s)
 
22026-03-18T13:27:23.570Zstarting task 0: "setup"
32026-03-18T13:27:23.575Z++ uname -s
42026-03-18T13:27:23.579Z+ kern=SunOS
52026-03-18T13:27:23.579Z+ build_user=build
62026-03-18T13:27:23.579Z+ build_uid=12345
72026-03-18T13:27:23.579Z+ work_dir=/work
82026-03-18T13:27:23.579Z+ input_dir=/input
92026-03-18T13:27:23.579Z+ [[ 0 == 12345 ]]
102026-03-18T13:27:23.579Z+ case "$kern" in
112026-03-18T13:27:23.579Z+ groupadd -g 12345 build
122026-03-18T13:27:23.582Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T13:27:25.588Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T13:27:25.712Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T13:27:25.715Z+ home_fs=zfs
162026-03-18T13:27:25.715Z+ [[ zfs == autofs ]]
172026-03-18T13:27:25.715Z+ mkdir -p /home/build
182026-03-18T13:27:25.718Z+ chown build:build /home/build /work
192026-03-18T13:27:27.719Z+ chmod 0700 /home/build /work
202026-03-18T13:27:27.723Zprocess exited: duration 4155 ms, exit code 0
 
212026-03-18T13:27:27.729Zstarting task 1: "rust-toolchain"
222026-03-18T13:27:27.734Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T13:27:27.734Z * rust toolchain channel = "1.94.0"
242026-03-18T13:27:27.734Z * rust toolchain profile = "default"
252026-03-18T13:27:27.734Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-18T13:27:27.734Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T13:27:27.734Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T13:27:27.737Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T13:27:27.737Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T13:27:27.860Zinfo: downloading installer
312026-03-18T13:27:29.461Zwarn: It looks like you have an existing rustup settings file at:
322026-03-18T13:27:29.461Zwarn: /home/build/.rustup/settings.toml
332026-03-18T13:27:29.461Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-03-18T13:27:29.461Zwarn: instead of the one inferred from the default host triple.
352026-03-18T13:27:29.473Zinfo: profile set to default
362026-03-18T13:27:29.473Zinfo: default host triple is x86_64-unknown-illumos
372026-03-18T13:27:29.476Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-03-18T13:27:29.635Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-03-18T13:27:29.638Zinfo: downloading 6 components
402026-03-18T13:27:44.642Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-03-18T13:27:44.642Z
422026-03-18T13:27:44.680Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-03-18T13:27:44.680Z
442026-03-18T13:27:44.683Z
452026-03-18T13:27:44.683ZRust is installed now. Great!
462026-03-18T13:27:44.683Z
472026-03-18T13:27:44.683ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-03-18T13:27:44.683Zenvironment variable. This has not been done automatically.
492026-03-18T13:27:44.683Z
502026-03-18T13:27:44.683ZTo configure your current shell, you need to source
512026-03-18T13:27:44.683Zthe corresponding env file under $HOME/.cargo.
522026-03-18T13:27:44.683Z
532026-03-18T13:27:44.683ZThis is usually done by running one of the following (note the leading DOT):
542026-03-18T13:27:44.683Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-03-18T13:27:44.683Zsource "$HOME/.cargo/env.fish" # For fish
562026-03-18T13:27:44.683Zsource "~/.cargo/env.nu" # For nushell
572026-03-18T13:27:44.684Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-03-18T13:27:44.684Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-03-18T13:27:44.684Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-03-18T13:27:44.684Zwarn: no default linker (`cc`) was found in your PATH
612026-03-18T13:27:44.684Zwarn: many Rust crates require a system C toolchain to build
622026-03-18T13:27:44.794Z+ rustup --version
632026-03-18T13:27:44.801Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-03-18T13:27:44.804Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-03-18T13:27:44.827Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-03-18T13:27:44.830Z+ cargo --version
672026-03-18T13:27:44.841Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-03-18T13:27:44.844Z+ rustc --version
692026-03-18T13:27:44.870Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-03-18T13:27:44.873Zprocess exited: duration 17147 ms, exit code 0
 
712026-03-18T13:27:44.879Zstarting task 2: "authentication"
722026-03-18T13:27:44.899Zprocess exited: duration 19 ms, exit code 0
 
732026-03-18T13:27:44.905Zstarting task 3: "clone repository"
742026-03-18T13:27:44.910Z+ mkdir -p /work/oxidecomputer/omicron
752026-03-18T13:27:44.914Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-03-18T13:27:44.945ZCloning into '/work/oxidecomputer/omicron'...
772026-03-18T13:27:54.886Z+ cd /work/oxidecomputer/omicron
782026-03-18T13:27:54.886Z+ git fetch origin 78e92b69fec9da66288a8793654789ac4c3b0694
792026-03-18T13:27:55.170ZFrom https://github.com/oxidecomputer/omicron
802026-03-18T13:27:55.170Z * branch 78e92b69fec9da66288a8793654789ac4c3b0694 -> FETCH_HEAD
812026-03-18T13:27:55.186Z+ [[ -n helios3 ]]
822026-03-18T13:27:55.189Z++ git branch --show-current
832026-03-18T13:27:55.192Z+ current=main
842026-03-18T13:27:55.192Z+ [[ main != helios3 ]]
852026-03-18T13:27:55.192Z+ git branch -f helios3 78e92b69fec9da66288a8793654789ac4c3b0694
862026-03-18T13:27:55.195Z+ git checkout -f helios3
872026-03-18T13:27:55.523ZSwitched to branch 'helios3'
882026-03-18T13:27:55.526Z+ git reset --hard 78e92b69fec9da66288a8793654789ac4c3b0694
892026-03-18T13:27:55.545ZHEAD is now at 78e92b69f WIP - move to Helios v3
902026-03-18T13:27:55.548Zprocess exited: duration 10643 ms, exit code 0
 
912026-03-18T13:27:55.553Zstarting task 4: "build"
922026-03-18T13:27:55.559Z+ source .github/buildomat/ci-env.sh
932026-03-18T13:27:55.562Z++ export CARGO_TERM_COLOR=always
942026-03-18T13:27:55.562Z++ CARGO_TERM_COLOR=always
952026-03-18T13:27:55.562Z+ cargo --version
962026-03-18T13:27:55.572Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-03-18T13:27:55.574Z+ rustc --version
982026-03-18T13:27:55.601Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-03-18T13:27:55.604Z+ cargo tree --locked
1002026-03-18T13:27:55.833Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-03-18T13:27:56.153Z Updating crates.io index
1022026-03-18T13:27:56.189Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-03-18T13:27:56.422Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-03-18T13:27:57.233Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1052026-03-18T13:27:57.988Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1062026-03-18T13:27:58.456Z Updating git repository `https://github.com/oxidecomputer/falcon`
1072026-03-18T13:27:59.441Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1082026-03-18T13:28:00.163Z Updating git repository `https://github.com/oxidecomputer/propolis`
1092026-03-18T13:28:01.518Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-03-18T13:28:03.098Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-03-18T13:28:05.968Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-03-18T13:28:06.565Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1132026-03-18T13:28:07.345Z Updating git repository `https://github.com/oxidecomputer/clickward`
1142026-03-18T13:28:07.849Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152026-03-18T13:28:08.395Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1162026-03-18T13:28:08.707Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1172026-03-18T13:28:10.537Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1182026-03-18T13:28:12.319Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1192026-03-18T13:28:12.643Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1202026-03-18T13:28:12.987Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1212026-03-18T13:28:13.342Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1222026-03-18T13:28:13.654Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1232026-03-18T13:28:13.912Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1242026-03-18T13:28:14.189Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-03-18T13:28:14.769Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1262026-03-18T13:28:15.462Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1272026-03-18T13:28:15.993Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1282026-03-18T13:28:16.283Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-03-18T13:28:16.634Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-03-18T13:28:17.597Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312026-03-18T13:28:18.227Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1322026-03-18T13:28:18.542Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1332026-03-18T13:28:18.927Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1342026-03-18T13:28:19.257Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1352026-03-18T13:28:19.667Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-03-18T13:28:20.179Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-03-18T13:28:20.441Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-03-18T13:28:20.696Z Updating git repository `https://github.com/illumos/smf-rs`
1392026-03-18T13:28:21.116Z Updating git repository `https://github.com/oxidecomputer/omicron`
1402026-03-18T13:28:35.240Z Downloading crates ...
1412026-03-18T13:28:35.337Z Downloaded bit-vec v0.6.3
1422026-03-18T13:28:35.344Z Downloaded cfg_aliases v0.2.1
1432026-03-18T13:28:35.349Z Downloaded anstyle-parse v0.2.7
1442026-03-18T13:28:35.351Z Downloaded anstream v0.6.21
1452026-03-18T13:28:35.354Z Downloaded concurrent-queue v2.5.0
1462026-03-18T13:28:35.357Z Downloaded cobs v0.3.0
1472026-03-18T13:28:35.360Z Downloaded colorchoice v1.0.4
1482026-03-18T13:28:35.362Z Downloaded const-oid v0.9.6
1492026-03-18T13:28:35.365Z Downloaded compact_str v0.8.1
1502026-03-18T13:28:35.367Z Downloaded bitfield-macros v0.19.4
1512026-03-18T13:28:35.368Z Downloaded clap_lex v1.0.0
1522026-03-18T13:28:35.370Z Downloaded backtrace-ext v0.2.1
1532026-03-18T13:28:35.370Z Downloaded assert_cmd v2.1.2
1542026-03-18T13:28:35.373Z Downloaded anyhow v1.0.102
1552026-03-18T13:28:35.376Z Downloaded const_format_proc_macros v0.2.34
1562026-03-18T13:28:35.376Z Downloaded curve25519-dalek-derive v0.1.1
1572026-03-18T13:28:35.379Z Downloaded darling_macro v0.21.3
1582026-03-18T13:28:35.379Z Downloaded crunchy v0.2.4
1592026-03-18T13:28:35.379Z Downloaded colored v2.2.0
1602026-03-18T13:28:35.381Z Downloaded cmake v0.1.57
1612026-03-18T13:28:35.384Z Downloaded blowfish v0.9.1
1622026-03-18T13:28:35.384Z Downloaded async-recursion v1.1.1
1632026-03-18T13:28:35.387Z Downloaded atomic-waker v1.1.2
1642026-03-18T13:28:35.387Z Downloaded anes v0.1.6
1652026-03-18T13:28:35.390Z Downloaded anstyle-query v1.1.5
1662026-03-18T13:28:35.393Z Downloaded bzip2 v0.4.4
1672026-03-18T13:28:35.393Z Downloaded async-lock v3.4.2
1682026-03-18T13:28:35.395Z Downloaded ascii-canvas v3.0.0
1692026-03-18T13:28:35.398Z Downloaded cfg_aliases v0.1.1
1702026-03-18T13:28:35.398Z Downloaded bit-vec v0.8.0
1712026-03-18T13:28:35.398Z Downloaded buf-list v1.1.2
1722026-03-18T13:28:35.401Z Downloaded clap_derive v4.5.55
1732026-03-18T13:28:35.404Z Downloaded cargo-platform v0.2.0
1742026-03-18T13:28:35.404Z Downloaded adler2 v2.0.1
1752026-03-18T13:28:35.407Z Downloaded constant_time_eq v0.3.1
1762026-03-18T13:28:35.407Z Downloaded block-padding v0.3.3
1772026-03-18T13:28:35.409Z Downloaded approx v0.5.1
1782026-03-18T13:28:35.409Z Downloaded cstr-argument v0.1.2
1792026-03-18T13:28:35.412Z Downloaded bcs v0.1.6
1802026-03-18T13:28:35.412Z Downloaded crucible-workspace-hack v0.1.0
1812026-03-18T13:28:35.412Z Downloaded backoff v0.4.0
1822026-03-18T13:28:35.415Z Downloaded crc v3.4.0
1832026-03-18T13:28:35.417Z Downloaded bit-set v0.8.0
1842026-03-18T13:28:35.417Z Downloaded darling_macro v0.20.11
1852026-03-18T13:28:35.417Z Downloaded castaway v0.2.4
1862026-03-18T13:28:35.421Z Downloaded bitflags v1.3.2
1872026-03-18T13:28:35.424Z Downloaded cargo-platform v0.3.2
1882026-03-18T13:28:35.424Z Downloaded defmt-parser v1.0.0
1892026-03-18T13:28:35.424Z Downloaded base16ct v1.0.0
1902026-03-18T13:28:35.427Z Downloaded crc-catalog v2.4.0
1912026-03-18T13:28:35.427Z Downloaded debug-ignore v1.0.5
1922026-03-18T13:28:35.427Z Downloaded darling_macro v0.23.0
1932026-03-18T13:28:35.430Z Downloaded array-init v0.0.4
1942026-03-18T13:28:35.430Z Downloaded cast v0.3.0
1952026-03-18T13:28:35.430Z Downloaded atomicwrites v0.4.4
1962026-03-18T13:28:35.433Z Downloaded dof v0.3.0
1972026-03-18T13:28:35.433Z Downloaded dirs-next v2.0.0
1982026-03-18T13:28:35.436Z Downloaded bit-set v0.5.3
1992026-03-18T13:28:35.436Z Downloaded ciborium-ll v0.2.2
2002026-03-18T13:28:35.438Z Downloaded cpufeatures v0.3.0
2012026-03-18T13:28:35.439Z Downloaded atty v0.2.14
2022026-03-18T13:28:35.439Z Downloaded derive_builder_macro v0.20.2
2032026-03-18T13:28:35.441Z Downloaded der_derive v0.7.3
2042026-03-18T13:28:35.441Z Downloaded console v0.16.2
2052026-03-18T13:28:35.445Z Downloaded defmt v1.0.1
2062026-03-18T13:28:35.448Z Downloaded bitfield v0.19.4
2072026-03-18T13:28:35.448Z Downloaded camino-tempfile v1.4.1
2082026-03-18T13:28:35.448Z Downloaded assert_matches v1.5.0
2092026-03-18T13:28:35.450Z Downloaded cpufeatures v0.2.17
2102026-03-18T13:28:35.451Z Downloaded console v0.15.11
2112026-03-18T13:28:35.453Z Downloaded cfg-if v1.0.4
2122026-03-18T13:28:35.457Z Downloaded derive_builder_core v0.20.2
2132026-03-18T13:28:35.457Z Downloaded bitfield-struct v0.6.2
2142026-03-18T13:28:35.459Z Downloaded dirs-sys-next v0.1.2
2152026-03-18T13:28:35.459Z Downloaded chacha20poly1305 v0.10.1
2162026-03-18T13:28:35.459Z Downloaded bb8 v0.8.6
2172026-03-18T13:28:35.462Z Downloaded crc8 v0.1.1
2182026-03-18T13:28:35.462Z Downloaded block-buffer v0.10.4
2192026-03-18T13:28:35.462Z Downloaded base16ct v0.2.0
2202026-03-18T13:28:35.465Z Downloaded defmt v0.3.100
2212026-03-18T13:28:35.465Z Downloaded arc-swap v1.8.2
2222026-03-18T13:28:35.468Z Downloaded difflib v0.4.0
2232026-03-18T13:28:35.470Z Downloaded convert_case v0.4.0
2242026-03-18T13:28:35.471Z Downloaded diesel_table_macro_syntax v0.3.0
2252026-03-18T13:28:35.471Z Downloaded ciborium-io v0.2.2
2262026-03-18T13:28:35.473Z Downloaded async-stream-impl v0.3.6
2272026-03-18T13:28:35.473Z Downloaded aead v0.5.2
2282026-03-18T13:28:35.473Z Downloaded document-features v0.2.12
2292026-03-18T13:28:35.476Z Downloaded blake3 v1.8.3
2302026-03-18T13:28:35.480Z Downloaded enum-as-inner v0.6.1
2312026-03-18T13:28:35.483Z Downloaded dof v0.4.0
2322026-03-18T13:28:35.483Z Downloaded dsl_auto_type v0.2.0
2332026-03-18T13:28:35.486Z Downloaded endian-type v0.1.2
2342026-03-18T13:28:35.486Z Downloaded embedded-io v0.4.0
2352026-03-18T13:28:35.489Z Downloaded dtrace-parser v0.3.0
2362026-03-18T13:28:35.489Z Downloaded display-error-chain v0.2.2
2372026-03-18T13:28:35.489Z Downloaded deranged v0.5.8
2382026-03-18T13:28:35.492Z Downloaded argon2 v0.5.3
2392026-03-18T13:28:35.492Z Downloaded bytecount v0.6.9
2402026-03-18T13:28:35.495Z Downloaded critical-section v1.2.0
2412026-03-18T13:28:35.495Z Downloaded derive-ex v0.1.8
2422026-03-18T13:28:35.498Z Downloaded async-stream v0.3.6
2432026-03-18T13:28:35.498Z Downloaded anstyle v1.0.13
2442026-03-18T13:28:35.501Z Downloaded defmt-macros v1.0.1
2452026-03-18T13:28:35.503Z Downloaded csv-core v0.1.13
2462026-03-18T13:28:35.503Z Downloaded assert-json-diff v2.0.2
2472026-03-18T13:28:35.506Z Downloaded crossbeam-deque v0.8.6
2482026-03-18T13:28:35.506Z Downloaded cargo-platform v0.1.9
2492026-03-18T13:28:35.509Z Downloaded dyn-clone v1.0.20
2502026-03-18T13:28:35.509Z Downloaded errno v0.3.14
2512026-03-18T13:28:35.512Z Downloaded corncobs v0.1.4
2522026-03-18T13:28:35.512Z Downloaded bcrypt-pbkdf v0.10.0
2532026-03-18T13:28:35.515Z Downloaded crypto-common v0.1.7
2542026-03-18T13:28:35.515Z Downloaded data-encoding v2.10.0
2552026-03-18T13:28:35.515Z Downloaded byteorder v1.5.0
2562026-03-18T13:28:35.518Z Downloaded dunce v1.0.5
2572026-03-18T13:28:35.518Z Downloaded daft v0.1.5
2582026-03-18T13:28:35.521Z Downloaded escape8259 v0.5.3
2592026-03-18T13:28:35.521Z Downloaded embedded-io v0.6.1
2602026-03-18T13:28:35.523Z Downloaded const_format v0.2.35
2612026-03-18T13:28:35.526Z Downloaded foreign-types-macros v0.2.3
2622026-03-18T13:28:35.526Z Downloaded foreign-types-shared v0.1.1
2632026-03-18T13:28:35.526Z Downloaded foreign-types v0.5.0
2642026-03-18T13:28:35.529Z Downloaded futures-core v0.3.32
2652026-03-18T13:28:35.529Z Downloaded fastrand v2.3.0
2662026-03-18T13:28:35.532Z Downloaded fixedbitset v0.4.2
2672026-03-18T13:28:35.532Z Downloaded futures-macro v0.3.32
2682026-03-18T13:28:35.535Z Downloaded fnv v1.0.7
2692026-03-18T13:28:35.535Z Downloaded displaydoc v0.2.5
2702026-03-18T13:28:35.537Z Downloaded form_urlencoded v1.2.2
2712026-03-18T13:28:35.537Z Downloaded cexpr v0.6.0
2722026-03-18T13:28:35.540Z Downloaded criterion-plot v0.6.0
2732026-03-18T13:28:35.540Z Downloaded digest v0.10.7
2742026-03-18T13:28:35.543Z Downloaded daft-derive v0.1.5
2752026-03-18T13:28:35.546Z Downloaded cbc v0.1.2
2762026-03-18T13:28:35.548Z Downloaded fxhash v0.2.1
2772026-03-18T13:28:35.548Z Downloaded futures-task v0.3.32
2782026-03-18T13:28:35.548Z Downloaded futures-io v0.3.32
2792026-03-18T13:28:35.551Z Downloaded env_filter v1.0.0
2802026-03-18T13:28:35.551Z Downloaded ena v0.14.4
2812026-03-18T13:28:35.554Z Downloaded cassowary v0.3.0
2822026-03-18T13:28:35.554Z Downloaded crossbeam-utils v0.8.21
2832026-03-18T13:28:35.558Z Downloaded cargo_metadata v0.19.2
2842026-03-18T13:28:35.561Z Downloaded des v0.8.1
2852026-03-18T13:28:35.561Z Downloaded crc32fast v1.5.0
2862026-03-18T13:28:35.561Z Downloaded cookie v0.18.1
2872026-03-18T13:28:35.564Z Downloaded futures-sink v0.3.32
2882026-03-18T13:28:35.564Z Downloaded foreign-types-shared v0.3.1
2892026-03-18T13:28:35.566Z Downloaded cargo_metadata v0.21.0
2902026-03-18T13:28:35.566Z Downloaded erased-serde v0.3.31
2912026-03-18T13:28:35.570Z Downloaded diff v0.1.13
2922026-03-18T13:28:35.573Z Downloaded cancel-safe-futures v0.1.5
2932026-03-18T13:28:35.573Z Downloaded either v1.15.0
2942026-03-18T13:28:35.575Z Downloaded globwalk v0.9.1
2952026-03-18T13:28:35.575Z Downloaded darling v0.20.11
2962026-03-18T13:28:35.580Z Downloaded ed25519 v2.2.3
2972026-03-18T13:28:35.583Z Downloaded fixedbitset v0.5.7
2982026-03-18T13:28:35.585Z Downloaded funty v2.0.0
2992026-03-18T13:28:35.588Z Downloaded hash32 v0.3.1
3002026-03-18T13:28:35.588Z Downloaded gethostname v0.5.0
3012026-03-18T13:28:35.591Z Downloaded headers-core v0.3.0
3022026-03-18T13:28:35.591Z Downloaded git-stub v1.0.0
3032026-03-18T13:28:35.591Z Downloaded ghash v0.5.1
3042026-03-18T13:28:35.594Z Downloaded hash32 v0.2.1
3052026-03-18T13:28:35.594Z Downloaded generic-array v0.14.7
3062026-03-18T13:28:35.596Z Downloaded equivalent v1.0.2
3072026-03-18T13:28:35.596Z Downloaded crossbeam-epoch v0.9.18
3082026-03-18T13:28:35.599Z Downloaded filetime v0.2.27
3092026-03-18T13:28:35.602Z Downloaded find-msvc-tools v0.1.9
3102026-03-18T13:28:35.602Z Downloaded fallible-iterator v0.2.0
3112026-03-18T13:28:35.605Z Downloaded cargo-util-schemas v0.8.2
3122026-03-18T13:28:35.607Z Downloaded backon v1.6.0
3132026-03-18T13:28:35.610Z Downloaded heck v0.4.1
3142026-03-18T13:28:35.610Z Downloaded heck v0.5.0
3152026-03-18T13:28:35.610Z Downloaded hex-literal v0.4.1
3162026-03-18T13:28:35.613Z Downloaded hex v0.4.3
3172026-03-18T13:28:35.613Z Downloaded guppy-workspace-hack v0.1.0
3182026-03-18T13:28:35.616Z Downloaded hostname v0.3.1
3192026-03-18T13:28:35.616Z Downloaded hostname v0.4.2
3202026-03-18T13:28:35.618Z Downloaded http-range v0.1.5
3212026-03-18T13:28:35.619Z Downloaded http-body v1.0.1
3222026-03-18T13:28:35.621Z Downloaded hubpack_derive v0.1.1
3232026-03-18T13:28:35.621Z Downloaded home v0.5.12
3242026-03-18T13:28:35.621Z Downloaded fs_extra v1.3.0
3252026-03-18T13:28:35.624Z Downloaded cargo_metadata v0.23.1
3262026-03-18T13:28:35.627Z Downloaded ahash v0.8.12
3272026-03-18T13:28:35.630Z Downloaded clap v4.5.60
3282026-03-18T13:28:35.641Z Downloaded hyper-tls v0.6.0
3292026-03-18T13:28:35.644Z Downloaded hubpack v0.1.2
3302026-03-18T13:28:35.644Z Downloaded httpdate v1.0.3
3312026-03-18T13:28:35.647Z Downloaded chacha20 v0.10.0
3322026-03-18T13:28:35.650Z Downloaded globset v0.4.18
3332026-03-18T13:28:35.650Z Downloaded indent_write v2.2.0
3342026-03-18T13:28:35.652Z Downloaded futures-timer v3.0.3
3352026-03-18T13:28:35.652Z Downloaded crypto-bigint v0.5.5
3362026-03-18T13:28:35.657Z Downloaded inout v0.1.4
3372026-03-18T13:28:35.660Z Downloaded ident_case v1.0.1
3382026-03-18T13:28:35.660Z Downloaded idna_adapter v1.2.1
3392026-03-18T13:28:35.663Z Downloaded indoc v1.0.9
3402026-03-18T13:28:35.663Z Downloaded is-terminal v0.4.17
3412026-03-18T13:28:35.666Z Downloaded internet-checksum v0.2.1
3422026-03-18T13:28:35.666Z Downloaded glob v0.3.3
3432026-03-18T13:28:35.668Z Downloaded instant v0.1.13
3442026-03-18T13:28:35.668Z Downloaded instability v0.3.11
3452026-03-18T13:28:35.672Z Downloaded ecdsa v0.16.9
3462026-03-18T13:28:35.675Z Downloaded group v0.13.0
3472026-03-18T13:28:35.675Z Downloaded event-listener v5.4.1
3482026-03-18T13:28:35.675Z Downloaded datatest-stable v0.3.3
3492026-03-18T13:28:35.678Z Downloaded ciborium v0.2.2
3502026-03-18T13:28:35.681Z Downloaded bytes v1.11.1
3512026-03-18T13:28:35.684Z Downloaded kstat-rs v0.2.4
3522026-03-18T13:28:35.687Z Downloaded lalrpop-util v0.19.12
3532026-03-18T13:28:35.687Z Downloaded itoa v1.0.17
3542026-03-18T13:28:35.690Z Downloaded http-body-util v0.1.3
3552026-03-18T13:28:35.690Z Downloaded is_ci v1.2.0
3562026-03-18T13:28:35.693Z Downloaded bitflags v2.11.0
3572026-03-18T13:28:35.696Z Downloaded darling_core v0.23.0
3582026-03-18T13:28:35.699Z Downloaded getrandom v0.2.17
3592026-03-18T13:28:35.701Z Downloaded blake2 v0.10.6
3602026-03-18T13:28:35.704Z Downloaded allocator-api2 v0.2.21
3612026-03-18T13:28:35.707Z Downloaded derive-where v1.6.0
3622026-03-18T13:28:35.710Z Downloaded futures-channel v0.3.32
3632026-03-18T13:28:35.712Z Downloaded keccak v0.1.6
3642026-03-18T13:28:35.712Z Downloaded libscf-sys v1.1.0
3652026-03-18T13:28:35.715Z Downloaded lazy_static v1.5.0
3662026-03-18T13:28:35.715Z Downloaded hyper-staticfile v0.10.1
3672026-03-18T13:28:35.718Z Downloaded linked-hash-map v0.5.6
3682026-03-18T13:28:35.721Z Downloaded foldhash v0.2.0
3692026-03-18T13:28:35.721Z Downloaded match_cfg v0.1.0
3702026-03-18T13:28:35.723Z Downloaded maybe-uninit v2.0.0
3712026-03-18T13:28:35.723Z Downloaded maplit v1.0.2
3722026-03-18T13:28:35.723Z Downloaded managed v0.8.0
3732026-03-18T13:28:35.726Z Downloaded dropshot_endpoint v0.16.7
3742026-03-18T13:28:35.729Z Downloaded impl-trait-for-tuples v0.2.3
3752026-03-18T13:28:35.731Z Downloaded ingot-types v0.1.2
3762026-03-18T13:28:35.731Z Downloaded linkme-impl v0.3.35
3772026-03-18T13:28:35.734Z Downloaded memmap v0.7.0
3782026-03-18T13:28:35.737Z Downloaded newline-converter v0.3.0
3792026-03-18T13:28:35.737Z Downloaded lru-slab v0.1.2
3802026-03-18T13:28:35.737Z Downloaded lru-cache v0.1.2
3812026-03-18T13:28:35.740Z Downloaded lru v0.12.5
3822026-03-18T13:28:35.740Z Downloaded half v1.8.3
3832026-03-18T13:28:35.742Z Downloaded new_debug_unreachable v1.0.6
3842026-03-18T13:28:35.745Z Downloaded darling_core v0.20.11
3852026-03-18T13:28:35.748Z Downloaded indoc v2.0.7
3862026-03-18T13:28:35.750Z Downloaded memoffset v0.9.1
3872026-03-18T13:28:35.750Z Downloaded md5 v0.7.0
3882026-03-18T13:28:35.753Z Downloaded md-5 v0.10.6
3892026-03-18T13:28:35.753Z Downloaded macaddr v1.0.1
3902026-03-18T13:28:35.756Z Downloaded lzss v0.8.2
3912026-03-18T13:28:35.756Z Downloaded newtype-uuid-macros v0.1.0
3922026-03-18T13:28:35.759Z Downloaded nested v0.1.1
3932026-03-18T13:28:35.759Z Downloaded nibble_vec v0.1.0
3942026-03-18T13:28:35.762Z Downloaded knuffel-derive v3.2.0
3952026-03-18T13:28:35.762Z Downloaded nonempty v0.12.0
3962026-03-18T13:28:35.764Z Downloaded hickory-client v0.25.2
3972026-03-18T13:28:35.767Z Downloaded getrandom v0.3.4
3982026-03-18T13:28:35.771Z Downloaded libloading v0.8.9
3992026-03-18T13:28:35.773Z Downloaded libtest-mimic v0.8.1
4002026-03-18T13:28:35.773Z Downloaded libsw-core v0.3.2
4012026-03-18T13:28:35.776Z Downloaded num v0.4.3
4022026-03-18T13:28:35.776Z Downloaded jobserver v0.1.34
4032026-03-18T13:28:35.779Z Downloaded libefi-sys v0.1.0
4042026-03-18T13:28:35.779Z Downloaded ipnet v2.11.0
4052026-03-18T13:28:35.782Z Downloaded httptest v0.16.4
4062026-03-18T13:28:35.785Z Downloaded hmac v0.12.1
4072026-03-18T13:28:35.785Z Downloaded iana-time-zone v0.1.65
4082026-03-18T13:28:35.788Z Downloaded hyper-rustls v0.27.7
4092026-03-18T13:28:35.790Z Downloaded normalize-line-endings v0.3.0
4102026-03-18T13:28:35.791Z Downloaded num-iter v0.1.45
4112026-03-18T13:28:35.793Z Downloaded nodrop v0.1.14
4122026-03-18T13:28:35.793Z Downloaded newtype_derive v0.1.6
4132026-03-18T13:28:35.796Z Downloaded multimap v0.10.1
4142026-03-18T13:28:35.796Z Downloaded base64 v0.22.1
4152026-03-18T13:28:35.799Z Downloaded highway v1.3.0
4162026-03-18T13:28:35.802Z Downloaded miette-derive v5.10.0
4172026-03-18T13:28:35.802Z Downloaded ingot-macros v0.1.1
4182026-03-18T13:28:35.804Z Downloaded httparse v1.10.1
4192026-03-18T13:28:35.807Z Downloaded num_threads v0.1.7
4202026-03-18T13:28:35.807Z Downloaded half v2.7.1
4212026-03-18T13:28:35.810Z Downloaded derive_more v2.1.1
4222026-03-18T13:28:35.819Z Downloaded num-derive v0.4.2
4232026-03-18T13:28:35.821Z Downloaded num-derive v0.3.3
4242026-03-18T13:28:35.824Z Downloaded num-conv v0.2.0
4252026-03-18T13:28:35.824Z Downloaded ed25519-dalek v2.2.0
4262026-03-18T13:28:35.827Z Downloaded newtype-uuid v1.3.2
4272026-03-18T13:28:35.830Z Downloaded oso-derive v0.27.3
4282026-03-18T13:28:35.830Z Downloaded ordered-float v2.10.1
4292026-03-18T13:28:35.830Z Downloaded linkme v0.3.35
4302026-03-18T13:28:35.833Z Downloaded getrandom v0.4.1
4312026-03-18T13:28:35.835Z Downloaded fatfs v0.3.6
4322026-03-18T13:28:35.838Z Downloaded num_enum_derive v0.5.11
4332026-03-18T13:28:35.841Z Downloaded olpc-cjson v0.1.4
4342026-03-18T13:28:35.841Z Downloaded litemap v0.8.1
4352026-03-18T13:28:35.843Z Downloaded packed_struct_codegen v0.10.1
4362026-03-18T13:28:35.843Z Downloaded parse-display v0.10.0
4372026-03-18T13:28:35.846Z Downloaded parking v2.2.1
4382026-03-18T13:28:35.846Z Downloaded opaque-debug v0.3.1
4392026-03-18T13:28:35.849Z Downloaded libsw v3.5.0
4402026-03-18T13:28:35.849Z Downloaded litrs v1.0.0
4412026-03-18T13:28:35.852Z Downloaded derive_more-impl v2.1.1
4422026-03-18T13:28:35.855Z Downloaded crossbeam-channel v0.5.15
4432026-03-18T13:28:35.859Z Downloaded num-rational v0.4.2
4442026-03-18T13:28:35.861Z Downloaded pbkdf2 v0.12.2
4452026-03-18T13:28:35.861Z Downloaded pbkdf2 v0.11.0
4462026-03-18T13:28:35.864Z Downloaded nanorand v0.7.0
4472026-03-18T13:28:35.867Z Downloaded mime v0.3.17
4482026-03-18T13:28:35.870Z Downloaded num_enum_derive v0.7.5
4492026-03-18T13:28:35.870Z Downloaded indexmap v1.9.3
4502026-03-18T13:28:35.872Z Downloaded openssl-probe v0.2.1
4512026-03-18T13:28:35.875Z Downloaded openssl-probe v0.1.6
4522026-03-18T13:28:35.875Z Downloaded openssl-macros v0.1.1
4532026-03-18T13:28:35.875Z Downloaded num_enum v0.7.5
4542026-03-18T13:28:35.879Z Downloaded parse-size v1.1.0
4552026-03-18T13:28:35.882Z Downloaded num_enum v0.5.11
4562026-03-18T13:28:35.884Z Downloaded multer v3.1.0
4572026-03-18T13:28:35.887Z Downloaded ar_archive_writer v0.5.1
4582026-03-18T13:28:35.890Z Downloaded backtrace v0.3.76
4592026-03-18T13:28:35.894Z Downloaded native-tls v0.2.18
4602026-03-18T13:28:35.896Z Downloaded mime_guess v2.0.5
4612026-03-18T13:28:35.899Z Downloaded linear-map v1.2.0
4622026-03-18T13:28:35.899Z Downloaded num-complex v0.4.6
4632026-03-18T13:28:35.902Z Downloaded phf_shared v0.12.1
4642026-03-18T13:28:35.902Z Downloaded pin-utils v0.1.0
4652026-03-18T13:28:35.904Z Downloaded phf_shared v0.11.3
4662026-03-18T13:28:35.904Z Downloaded nu-ansi-term v0.50.3
4672026-03-18T13:28:35.907Z Downloaded peg-runtime v0.8.5
4682026-03-18T13:28:35.907Z Downloaded cc v1.2.56
4692026-03-18T13:28:35.910Z Downloaded plain v0.2.3
4702026-03-18T13:28:35.913Z Downloaded base64 v0.21.7
4712026-03-18T13:28:35.916Z Downloaded plotters-backend v0.3.7
4722026-03-18T13:28:35.918Z Downloaded num-integer v0.1.46
4732026-03-18T13:28:35.918Z Downloaded diesel_derives v2.3.7
4742026-03-18T13:28:35.923Z Downloaded percent-encoding v2.3.2
4752026-03-18T13:28:35.926Z Downloaded crossterm v0.29.0
4762026-03-18T13:28:35.929Z Downloaded pathdiff v0.2.3
4772026-03-18T13:28:35.933Z Downloaded log v0.4.29
4782026-03-18T13:28:35.933Z Downloaded ignore v0.4.25
4792026-03-18T13:28:35.937Z Downloaded oorandom v11.1.5
4802026-03-18T13:28:35.940Z Downloaded icu_provider v2.1.1
4812026-03-18T13:28:35.940Z Downloaded pem v3.0.6
4822026-03-18T13:28:35.943Z Downloaded peg-macros v0.8.5
4832026-03-18T13:28:35.943Z Downloaded once_cell v1.21.3
4842026-03-18T13:28:35.947Z Downloaded peg v0.8.5
4852026-03-18T13:28:35.951Z Downloaded precomputed-hash v0.1.1
4862026-03-18T13:28:35.951Z Downloaded predicates-tree v1.0.13
4872026-03-18T13:28:35.951Z Downloaded powerfmt v0.2.0
4882026-03-18T13:28:35.954Z Downloaded flume v0.11.1
4892026-03-18T13:28:35.954Z Downloaded dropshot-api-manager v0.6.0
4902026-03-18T13:28:35.957Z Downloaded heapless v0.8.0
4912026-03-18T13:28:35.960Z Downloaded heapless v0.7.17
4922026-03-18T13:28:35.964Z Downloaded memmap2 v0.9.10
4932026-03-18T13:28:35.967Z Downloaded owo-colors v4.3.0
4942026-03-18T13:28:35.967Z Downloaded pretty-hex v0.4.1
4952026-03-18T13:28:35.971Z Downloaded owo-colors v3.5.0
4962026-03-18T13:28:35.971Z Downloaded proc-macro-error-attr v1.0.4
4972026-03-18T13:28:35.973Z Downloaded proc-macro-crate v3.4.0
4982026-03-18T13:28:35.973Z Downloaded predicates-core v1.0.10
4992026-03-18T13:28:35.976Z Downloaded oxide-tokio-rt v0.1.3
5002026-03-18T13:28:35.976Z Downloaded phf v0.12.1
5012026-03-18T13:28:35.979Z Downloaded fancy-regex v0.14.0
5022026-03-18T13:28:35.982Z Downloaded crossterm v0.28.1
5032026-03-18T13:28:35.985Z Downloaded progenitor-client v0.11.2
5042026-03-18T13:28:35.988Z Downloaded password-hash v0.5.0
5052026-03-18T13:28:35.991Z Downloaded progenitor-client v0.10.0
5062026-03-18T13:28:35.991Z Downloaded parking_lot v0.11.2
5072026-03-18T13:28:35.998Z Downloaded libbz2-rs-sys v0.2.2
5082026-03-18T13:28:35.998Z Downloaded proc-macro-error-attr2 v2.0.0
5092026-03-18T13:28:35.998Z Downloaded paste v1.0.15
5102026-03-18T13:28:35.998Z Downloaded path-tree v0.8.3
5112026-03-18T13:28:36.002Z Downloaded polyval v0.6.2
5122026-03-18T13:28:36.002Z Downloaded postgres-protocol v0.6.10
5132026-03-18T13:28:36.005Z Downloaded parse-display-derive v0.10.0
5142026-03-18T13:28:36.005Z Downloaded progenitor-macro v0.10.0
5152026-03-18T13:28:36.005Z Downloaded quick-error v1.2.3
5162026-03-18T13:28:36.008Z Downloaded phf_shared v0.13.1
5172026-03-18T13:28:36.008Z Downloaded num-traits v0.2.19
5182026-03-18T13:28:36.012Z Downloaded clap_builder v4.5.60
5192026-03-18T13:28:36.015Z Downloaded progenitor-macro v0.13.0
5202026-03-18T13:28:36.018Z Downloaded progenitor-macro v0.11.2
5212026-03-18T13:28:36.018Z Downloaded predicates v3.1.4
5222026-03-18T13:28:36.020Z Downloaded phf v0.13.1
5232026-03-18T13:28:36.020Z Downloaded radium v0.7.0
5242026-03-18T13:28:36.023Z Downloaded omicron-zone-package v0.12.2
5252026-03-18T13:28:36.026Z Downloaded pin-project-internal v1.1.11
5262026-03-18T13:28:36.029Z Downloaded ppv-lite86 v0.2.21
5272026-03-18T13:28:36.029Z Downloaded hickory-resolver v0.25.2
5282026-03-18T13:28:36.032Z Downloaded psl-types v2.0.11
5292026-03-18T13:28:36.034Z Downloaded poly1305 v0.8.0
5302026-03-18T13:28:36.037Z Downloaded plotters-svg v0.3.7
5312026-03-18T13:28:36.037Z Downloaded oso v0.27.3
5322026-03-18T13:28:36.040Z Downloaded pkg-config v0.3.32
5332026-03-18T13:28:36.043Z Downloaded proc-macro-crate v1.3.1
5342026-03-18T13:28:36.043Z Downloaded proc-macro-error v1.0.4
5352026-03-18T13:28:36.046Z Downloaded rand_xorshift v0.4.0
5362026-03-18T13:28:36.046Z Downloaded hickory-resolver v0.24.4
5372026-03-18T13:28:36.049Z Downloaded progenitor v0.13.0
5382026-03-18T13:28:36.052Z Downloaded papergrid v0.11.0
5392026-03-18T13:28:36.055Z Downloaded progenitor v0.10.0
5402026-03-18T13:28:36.058Z Downloaded pkcs8 v0.10.2
5412026-03-18T13:28:36.060Z Downloaded ref-cast v1.0.25
5422026-03-18T13:28:36.063Z Downloaded ref-cast-impl v1.0.25
5432026-03-18T13:28:36.063Z Downloaded papergrid v0.17.0
5442026-03-18T13:28:36.066Z Downloaded pkcs5 v0.7.1
5452026-03-18T13:28:36.070Z Downloaded parking_lot_core v0.9.12
5462026-03-18T13:28:36.072Z Downloaded knuffel v3.2.0
5472026-03-18T13:28:36.075Z Downloaded icu_collections v2.1.1
5482026-03-18T13:28:36.079Z Downloaded rfc6979 v0.4.0
5492026-03-18T13:28:36.082Z Downloaded recursive-proc-macro-impl v0.1.1
5502026-03-18T13:28:36.082Z Downloaded postcard v1.1.3
5512026-03-18T13:28:36.084Z Downloaded hashbrown v0.12.3
5522026-03-18T13:28:36.087Z Downloaded rand_chacha v0.3.1
5532026-03-18T13:28:36.090Z Downloaded aes v0.8.4
5542026-03-18T13:28:36.093Z Downloaded quote v1.0.44
5552026-03-18T13:28:36.096Z Downloaded progenitor-extras v0.1.1
5562026-03-18T13:28:36.096Z Downloaded progenitor-client v0.13.0
5572026-03-18T13:28:36.099Z Downloaded rtoolbox v0.0.3
5582026-03-18T13:28:36.099Z Downloaded rustc_version v0.4.1
5592026-03-18T13:28:36.101Z Downloaded proc-macro-error2 v2.0.1
5602026-03-18T13:28:36.102Z Downloaded icu_normalizer_data v2.1.1
5612026-03-18T13:28:36.104Z Downloaded pkcs1 v0.7.5
5622026-03-18T13:28:36.107Z Downloaded indicatif v0.18.4
5632026-03-18T13:28:36.110Z Downloaded pin-project-lite v0.2.17
5642026-03-18T13:28:36.114Z Downloaded rand_seeder v0.4.0
5652026-03-18T13:28:36.117Z Downloaded psm v0.1.30
5662026-03-18T13:28:36.120Z Downloaded rand_core v0.6.4
5672026-03-18T13:28:36.120Z Downloaded hickory-server v0.25.2
5682026-03-18T13:28:36.123Z Downloaded rustc-hash v2.1.1
5692026-03-18T13:28:36.126Z Downloaded rustc_version v0.1.7
5702026-03-18T13:28:36.126Z Downloaded r2d2 v0.8.10
5712026-03-18T13:28:36.128Z Downloaded pest_derive v2.8.6
5722026-03-18T13:28:36.131Z Downloaded progenitor v0.11.2
5732026-03-18T13:28:36.131Z Downloaded pem-rfc7468 v0.7.0
5742026-03-18T13:28:36.134Z Downloaded partial-io v0.5.4
5752026-03-18T13:28:36.136Z Downloaded miniz_oxide v0.8.9
5762026-03-18T13:28:36.139Z Downloaded jiff-static v0.2.21
5772026-03-18T13:28:36.142Z Downloaded potential_utf v0.1.4
5782026-03-18T13:28:36.142Z Downloaded recursive v0.1.1
5792026-03-18T13:28:36.142Z Downloaded same-file v1.0.6
5802026-03-18T13:28:36.145Z Downloaded parking_lot v0.12.5
5812026-03-18T13:28:36.147Z Downloaded rand_chacha v0.9.0
5822026-03-18T13:28:36.148Z Downloaded p256 v0.13.2
5832026-03-18T13:28:36.150Z Downloaded resolv-conf v0.7.6
5842026-03-18T13:28:36.153Z Downloaded pest_meta v2.8.6
5852026-03-18T13:28:36.153Z Downloaded memchr v2.8.0
5862026-03-18T13:28:36.158Z Downloaded russh-cryptovec v0.7.3
5872026-03-18T13:28:36.160Z Downloaded primeorder v0.13.6
5882026-03-18T13:28:36.160Z Downloaded expectorate v1.2.0
5892026-03-18T13:28:36.163Z Downloaded secrecy v0.8.0
5902026-03-18T13:28:36.166Z Downloaded seq-macro v0.3.6
5912026-03-18T13:28:36.166Z Downloaded semver v0.1.20
5922026-03-18T13:28:36.169Z Downloaded scheduled-thread-pool v0.2.7
5932026-03-18T13:28:36.169Z Downloaded salsa20 v0.10.2
5942026-03-18T13:28:36.169Z Downloaded secrecy v0.10.3
5952026-03-18T13:28:36.172Z Downloaded sapling-renderdag v0.1.0
5962026-03-18T13:28:36.172Z Downloaded scroll_derive v0.12.1
5972026-03-18T13:28:36.174Z Downloaded scrypt v0.11.0
5982026-03-18T13:28:36.174Z Downloaded scroll_derive v0.13.1
5992026-03-18T13:28:36.177Z Downloaded scopeguard v1.2.0
6002026-03-18T13:28:36.177Z Downloaded rand_core v0.10.0
6012026-03-18T13:28:36.180Z Downloaded hashbrown v0.13.2
6022026-03-18T13:28:36.183Z Downloaded prefix-trie v0.7.0
6032026-03-18T13:28:36.185Z Downloaded pest_generator v2.8.6
6042026-03-18T13:28:36.185Z Downloaded rustls-pemfile v1.0.4
6052026-03-18T13:28:36.188Z Downloaded relative-path v1.9.3
6062026-03-18T13:28:36.188Z Downloaded icu_normalizer v2.1.1
6072026-03-18T13:28:36.191Z Downloaded password-hash v0.4.2
6082026-03-18T13:28:36.194Z Downloaded parking_lot_core v0.8.6
6092026-03-18T13:28:36.197Z Downloaded proc-macro2 v1.0.106
6102026-03-18T13:28:36.200Z Downloaded criterion v0.7.0
6112026-03-18T13:28:36.203Z Downloaded progenitor-impl v0.10.0
6122026-03-18T13:28:36.205Z Downloaded pin-project v1.1.11
6132026-03-18T13:28:36.214Z Downloaded serde_urlencoded v0.7.1
6142026-03-18T13:28:36.216Z Downloaded serde_bytes v0.11.19
6152026-03-18T13:28:36.219Z Downloaded serde-big-array v0.5.1
6162026-03-18T13:28:36.219Z Downloaded serde_repr v0.1.20
6172026-03-18T13:28:36.222Z Downloaded rustc-demangle v0.1.27
6182026-03-18T13:28:36.222Z Downloaded serde_spanned v0.6.9
6192026-03-18T13:28:36.225Z Downloaded serde_regex v1.1.0
6202026-03-18T13:28:36.225Z Downloaded rusty-fork v0.3.1
6212026-03-18T13:28:36.228Z Downloaded shell-words v1.1.1
6222026-03-18T13:28:36.228Z Downloaded minimal-lexical v0.2.1
6232026-03-18T13:28:36.231Z Downloaded openssl-sys v0.9.111
6242026-03-18T13:28:36.235Z Downloaded schemars_derive v0.8.22
6252026-03-18T13:28:36.238Z Downloaded postgres-types v0.2.12
6262026-03-18T13:28:36.241Z Downloaded serde_spanned v1.0.4
6272026-03-18T13:28:36.241Z Downloaded signature v2.2.0
6282026-03-18T13:28:36.244Z Downloaded sec1 v0.7.3
6292026-03-18T13:28:36.244Z Downloaded scroll v0.13.0
6302026-03-18T13:28:36.247Z Downloaded rustls-native-certs v0.8.3
6312026-03-18T13:28:36.250Z Downloaded hashbrown v0.16.1
6322026-03-18T13:28:36.253Z Downloaded rand_core v0.9.5
6332026-03-18T13:28:36.256Z Downloaded prettyplease v0.2.37
6342026-03-18T13:28:36.259Z Downloaded guppy v0.17.25
6352026-03-18T13:28:36.262Z Downloaded siphasher v1.0.2
6362026-03-18T13:28:36.265Z Downloaded serde-hex v0.1.0
6372026-03-18T13:28:36.268Z Downloaded rustversion v1.0.22
6382026-03-18T13:28:36.268Z Downloaded signal-hook-mio v0.2.5
6392026-03-18T13:28:36.270Z Downloaded serde_derive_internals v0.29.1
6402026-03-18T13:28:36.270Z Downloaded sigpipe v0.1.3
6412026-03-18T13:28:36.273Z Downloaded signal-hook-tokio v0.3.1
6422026-03-18T13:28:36.273Z Downloaded num-bigint v0.4.6
6432026-03-18T13:28:36.276Z Downloaded nom v7.1.3
6442026-03-18T13:28:36.280Z Downloaded serde_plain v1.0.2
6452026-03-18T13:28:36.283Z Downloaded serde_path_to_error v0.1.20
6462026-03-18T13:28:36.286Z Downloaded slog-bunyan v2.5.0
6472026-03-18T13:28:36.286Z Downloaded rustls-pemfile v2.2.0
6482026-03-18T13:28:36.288Z Downloaded http v1.4.0
6492026-03-18T13:28:36.291Z Downloaded slog-envlogger v2.2.0
6502026-03-18T13:28:36.291Z Downloaded similar-asserts v1.7.0
6512026-03-18T13:28:36.294Z Downloaded serde-value v0.7.0
6522026-03-18T13:28:36.294Z Downloaded semver v1.0.27
6532026-03-18T13:28:36.297Z Downloaded hyper-util v0.1.20
6542026-03-18T13:28:36.301Z Downloaded indexmap v2.13.0
6552026-03-18T13:28:36.304Z Downloaded sct v0.7.1
6562026-03-18T13:28:36.307Z Downloaded shlex v1.3.0
6572026-03-18T13:28:36.310Z Downloaded scroll v0.12.0
6582026-03-18T13:28:36.310Z Downloaded miette v5.10.0
6592026-03-18T13:28:36.313Z Downloaded smawk v0.3.2
6602026-03-18T13:28:36.316Z Downloaded ron v0.8.1
6612026-03-18T13:28:36.319Z Downloaded russh-keys v0.45.0
6622026-03-18T13:28:36.322Z Downloaded quinn-udp v0.5.14
6632026-03-18T13:28:36.325Z Downloaded serde-untagged v0.1.9
6642026-03-18T13:28:36.327Z Downloaded rust-argon2 v2.1.0
6652026-03-18T13:28:36.330Z Downloaded icu_locale_core v2.1.1
6662026-03-18T13:28:36.333Z Downloaded sha1 v0.10.6
6672026-03-18T13:28:36.335Z Downloaded serde_tokenstream v0.2.3
6682026-03-18T13:28:36.335Z Downloaded rcgen v0.12.1
6692026-03-18T13:28:36.338Z Downloaded rand_distr v0.5.1
6702026-03-18T13:28:36.341Z Downloaded rustls-pki-types v1.14.0
6712026-03-18T13:28:36.344Z Downloaded slab v0.4.12
6722026-03-18T13:28:36.346Z Downloaded mio v1.1.1
6732026-03-18T13:28:36.349Z Downloaded itertools v0.10.5
6742026-03-18T13:28:36.353Z Downloaded ssh-encoding v0.2.0
6752026-03-18T13:28:36.356Z Downloaded ssh-cipher v0.2.0
6762026-03-18T13:28:36.356Z Downloaded signal-hook-registry v1.4.8
6772026-03-18T13:28:36.359Z Downloaded sqlparser_derive v0.5.0
6782026-03-18T13:28:36.359Z Downloaded rayon-core v1.13.0
6792026-03-18T13:28:36.362Z Downloaded stable_deref_trait v1.2.1
6802026-03-18T13:28:36.362Z Downloaded slog-stdlog v4.1.1
6812026-03-18T13:28:36.365Z Downloaded slog-json v2.6.1
6822026-03-18T13:28:36.365Z Downloaded strum v0.26.3
6832026-03-18T13:28:36.367Z Downloaded strum v0.27.2
6842026-03-18T13:28:36.367Z Downloaded smallvec v0.6.14
6852026-03-18T13:28:36.371Z Downloaded slog-scope v4.4.1
6862026-03-18T13:28:36.371Z Downloaded aho-corasick v1.1.4
6872026-03-18T13:28:36.374Z Downloaded structmeta-derive v0.3.0
6882026-03-18T13:28:36.374Z Downloaded strip-ansi-escapes v0.2.1
6892026-03-18T13:28:36.377Z Downloaded slog-term v2.9.2
6902026-03-18T13:28:36.380Z Downloaded schemars v0.8.22
6912026-03-18T13:28:36.387Z Downloaded swrite v0.1.0
6922026-03-18T13:28:36.390Z Downloaded supports-color v2.1.0
6932026-03-18T13:28:36.390Z Downloaded structmeta v0.3.0
6942026-03-18T13:28:36.393Z Downloaded strsim v0.11.1
6952026-03-18T13:28:36.393Z Downloaded quinn v0.11.9
6962026-03-18T13:28:36.396Z Downloaded supports-unicode v2.1.0
6972026-03-18T13:28:36.396Z Downloaded progenitor-impl v0.13.0
6982026-03-18T13:28:36.399Z Downloaded snafu-derive v0.8.9
6992026-03-18T13:28:36.399Z Downloaded idna v1.1.0
7002026-03-18T13:28:36.402Z Downloaded tabled_derive v0.11.0
7012026-03-18T13:28:36.404Z Downloaded rstest v0.25.0
7022026-03-18T13:28:36.408Z Downloaded sync-ptr v0.1.4
7032026-03-18T13:28:36.410Z Downloaded subtle v2.6.1
7042026-03-18T13:28:36.410Z Downloaded smf v0.2.3
7052026-03-18T13:28:36.413Z Downloaded supports-hyperlinks v2.1.0
7062026-03-18T13:28:36.413Z Downloaded hashbrown v0.14.5
7072026-03-18T13:28:36.417Z Downloaded itertools v0.14.0
7082026-03-18T13:28:36.422Z Downloaded stringprep v0.1.5
7092026-03-18T13:28:36.425Z Downloaded take_mut v0.2.2
7102026-03-18T13:28:36.425Z Downloaded tabled_derive v0.7.0
7112026-03-18T13:28:36.425Z Downloaded sha2 v0.10.9
7122026-03-18T13:28:36.428Z Downloaded hashbrown v0.15.5
7132026-03-18T13:28:36.431Z Downloaded tap v1.0.1
7142026-03-18T13:28:36.434Z Downloaded target-triple v1.0.0
7152026-03-18T13:28:36.434Z Downloaded strum_macros v0.24.3
7162026-03-18T13:28:36.437Z Downloaded tagptr v0.2.0
7172026-03-18T13:28:36.437Z Downloaded tabwriter v1.4.1
7182026-03-18T13:28:36.437Z Downloaded rustls-platform-verifier v0.6.2
7192026-03-18T13:28:36.440Z Downloaded serde_core v1.0.228
7202026-03-18T13:28:36.443Z Downloaded ryu v1.0.23
7212026-03-18T13:28:36.445Z Downloaded serde_cbor v0.11.2
7222026-03-18T13:28:36.448Z Downloaded stringmetrics v2.2.2
7232026-03-18T13:28:36.451Z Downloaded signal-hook v0.3.18
7242026-03-18T13:28:36.453Z Downloaded termtree v0.5.1
7252026-03-18T13:28:36.453Z Downloaded supports-color v3.0.2
7262026-03-18T13:28:36.456Z Downloaded strum_macros v0.27.2
7272026-03-18T13:28:36.456Z Downloaded progenitor-impl v0.11.2
7282026-03-18T13:28:36.459Z Downloaded strum_macros v0.26.4
7292026-03-18T13:28:36.461Z Downloaded testing_table v0.3.0
7302026-03-18T13:28:36.461Z Downloaded time-core v0.1.8
7312026-03-18T13:28:36.464Z Downloaded thiserror-impl-no-std v2.0.2
7322026-03-18T13:28:36.464Z Downloaded synstructure v0.13.2
7332026-03-18T13:28:36.467Z Downloaded terminal_size v0.4.3
7342026-03-18T13:28:36.467Z Downloaded tinyvec_macros v0.1.1
7352026-03-18T13:28:36.467Z Downloaded terminal_size v0.1.17
7362026-03-18T13:28:36.469Z Downloaded static_assertions v1.1.0
7372026-03-18T13:28:36.469Z Downloaded stacker v0.1.23
7382026-03-18T13:28:36.472Z Downloaded qorb v0.4.1
7392026-03-18T13:28:36.475Z Downloaded rstest_macros v0.25.0
7402026-03-18T13:28:36.477Z Downloaded smallvec v1.15.1
7412026-03-18T13:28:36.480Z Downloaded slog-async v2.8.0
7422026-03-18T13:28:36.483Z Downloaded serde_derive v1.0.228
7432026-03-18T13:28:36.483Z Downloaded iddqd v0.3.17
7442026-03-18T13:28:36.488Z Downloaded thread-id v4.2.2
7452026-03-18T13:28:36.491Z Downloaded itertools v0.12.1
7462026-03-18T13:28:36.495Z Downloaded thread-id v5.1.0
7472026-03-18T13:28:36.498Z Downloaded itertools v0.13.0
7482026-03-18T13:28:36.501Z Downloaded serde_yaml v0.9.34+deprecated
7492026-03-18T13:28:36.504Z Downloaded slog v2.8.2
7502026-03-18T13:28:36.507Z Downloaded rustls-webpki v0.103.9
7512026-03-18T13:28:36.509Z Downloaded similar v2.7.0
7522026-03-18T13:28:36.513Z Downloaded thiserror v1.0.69
7532026-03-18T13:28:36.517Z Downloaded spin v0.9.8
7542026-03-18T13:28:36.530Z Downloaded num-bigint-dig v0.8.6
7552026-03-18T13:28:36.533Z Downloaded schemars v1.2.1
7562026-03-18T13:28:36.536Z Downloaded toml_write v0.1.2
7572026-03-18T13:28:36.549Z Downloaded socket2 v0.6.2
7582026-03-18T13:28:36.549Z Downloaded rsa v0.9.10
7592026-03-18T13:28:36.553Z Downloaded try-lock v0.2.5
7602026-03-18T13:28:36.554Z Downloaded trait-variant v0.1.2
7612026-03-18T13:28:36.554Z Downloaded schemars v0.9.0
7622026-03-18T13:28:36.557Z Downloaded topological-sort v0.2.2
7632026-03-18T13:28:36.557Z Downloaded tinystr v0.8.2
7642026-03-18T13:28:36.557Z Downloaded termcolor v1.4.1
7652026-03-18T13:28:36.561Z Downloaded serde v1.0.228
7662026-03-18T13:28:36.564Z Downloaded rand v0.10.0
7672026-03-18T13:28:36.567Z Downloaded tls_codec_derive v0.4.2
7682026-03-18T13:28:36.567Z Downloaded tinytemplate v1.2.1
7692026-03-18T13:28:36.570Z Downloaded thiserror-impl v2.0.18
7702026-03-18T13:28:36.570Z Downloaded support-bundle-viewer v0.1.2
7712026-03-18T13:28:36.573Z Downloaded typify-macro v0.4.3
7722026-03-18T13:28:36.573Z Downloaded typeid v1.0.3
7732026-03-18T13:28:36.573Z Downloaded tower-service v0.3.3
7742026-03-18T13:28:36.576Z Downloaded tower-layer v0.3.3
7752026-03-18T13:28:36.576Z Downloaded thiserror-impl v1.0.69
7762026-03-18T13:28:36.576Z Downloaded tokio-dtrace v0.1.1
7772026-03-18T13:28:36.588Z Downloaded thiserror v2.0.18
7782026-03-18T13:28:36.592Z Downloaded thiserror-no-std v2.0.2
7792026-03-18T13:28:36.592Z Downloaded tokio-tungstenite v0.21.0
7802026-03-18T13:28:36.592Z Downloaded socket2 v0.5.10
7812026-03-18T13:28:36.592Z Downloaded unicode-linebreak v0.1.5
7822026-03-18T13:28:36.592Z Downloaded term v1.2.1
7832026-03-18T13:28:36.605Z Downloaded term v0.7.0
7842026-03-18T13:28:36.605Z Downloaded target-lexicon v0.13.3
7852026-03-18T13:28:36.609Z Downloaded unarray v0.1.4
7862026-03-18T13:28:36.609Z Downloaded samael v0.0.19
7872026-03-18T13:28:36.609Z Downloaded icu_properties_data v2.1.2
7882026-03-18T13:28:36.612Z Downloaded untrusted v0.7.1
7892026-03-18T13:28:36.612Z Downloaded tokio-native-tls v0.3.1
7902026-03-18T13:28:36.615Z Downloaded typify-macro v0.6.1
7912026-03-18T13:28:36.615Z Downloaded tiny-keccak v2.0.2
7922026-03-18T13:28:36.618Z Downloaded usdt v0.5.0
7932026-03-18T13:28:36.619Z Downloaded unit-prefix v0.5.2
7942026-03-18T13:28:36.619Z Downloaded unicode-truncate v1.1.0
7952026-03-18T13:28:36.621Z Downloaded chrono v0.4.44
7962026-03-18T13:28:36.626Z Downloaded usdt v0.6.0
7972026-03-18T13:28:36.641Z Downloaded tui-tree-widget v0.23.1
7982026-03-18T13:28:36.641Z Downloaded toml_datetime v1.0.0+spec-1.1.0
7992026-03-18T13:28:36.645Z Downloaded tls_codec v0.4.2
8002026-03-18T13:28:36.645Z Downloaded tempfile v3.25.0
8012026-03-18T13:28:36.645Z Downloaded tar v0.4.44
8022026-03-18T13:28:36.645Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8032026-03-18T13:28:36.645Z Downloaded pest v2.8.6
8042026-03-18T13:28:36.645Z Downloaded utf8_iter v1.0.4
8052026-03-18T13:28:36.645Z Downloaded usdt-macro v0.5.0
8062026-03-18T13:28:36.645Z Downloaded untrusted v0.9.0
8072026-03-18T13:28:36.648Z Downloaded toml_writer v1.0.6+spec-1.1.0
8082026-03-18T13:28:36.648Z Downloaded tokio-rustls v0.25.0
8092026-03-18T13:28:36.648Z Downloaded tokio-rustls v0.26.4
8102026-03-18T13:28:36.651Z Downloaded tokio-rustls v0.24.1
8112026-03-18T13:28:36.654Z Downloaded publicsuffix v2.3.0
8122026-03-18T13:28:36.654Z Downloaded subprocess v0.2.15
8132026-03-18T13:28:36.658Z Downloaded universal-hash v0.5.1
8142026-03-18T13:28:36.658Z Downloaded unicode-xid v0.2.6
8152026-03-18T13:28:36.662Z Downloaded tokio-macros v2.6.0
8162026-03-18T13:28:36.662Z Downloaded void v1.0.2
8172026-03-18T13:28:36.662Z Downloaded usdt-attr-macro v0.6.0
8182026-03-18T13:28:36.676Z Downloaded utf8parse v0.2.2
8192026-03-18T13:28:36.676Z Downloaded toml v0.8.23
8202026-03-18T13:28:36.676Z Downloaded usdt-macro v0.6.0
8212026-03-18T13:28:36.679Z Downloaded target-spec v3.5.7
8222026-03-18T13:28:36.679Z Downloaded h2 v0.4.13
8232026-03-18T13:28:36.679Z Downloaded waitgroup v0.1.2
8242026-03-18T13:28:36.679Z Downloaded hkdf v0.12.4
8252026-03-18T13:28:36.679Z Downloaded plotters v0.3.7
8262026-03-18T13:28:36.692Z Downloaded wait-timeout v0.2.1
8272026-03-18T13:28:36.695Z Downloaded utf-8 v0.7.6
8282026-03-18T13:28:36.695Z Downloaded rpassword v7.4.0
8292026-03-18T13:28:36.695Z Downloaded time-macros v0.2.27
8302026-03-18T13:28:36.695Z Downloaded thread_local v1.1.9
8312026-03-18T13:28:36.695Z Downloaded usdt-attr-macro v0.5.0
8322026-03-18T13:28:36.695Z Downloaded libxml v0.3.3
8332026-03-18T13:28:36.710Z Downloaded xshell-macros v0.2.7
8342026-03-18T13:28:36.710Z Downloaded toml_datetime v0.6.11
8352026-03-18T13:28:36.710Z Downloaded tokio-tungstenite v0.23.1
8362026-03-18T13:28:36.713Z Downloaded hyper v1.8.1
8372026-03-18T13:28:36.713Z Downloaded want v0.3.1
8382026-03-18T13:28:36.713Z Downloaded tinyvec v1.10.0
8392026-03-18T13:28:36.713Z Downloaded steno v0.4.1
8402026-03-18T13:28:36.713Z Downloaded version_check v0.9.5
8412026-03-18T13:28:36.713Z Downloaded libm v0.2.16
8422026-03-18T13:28:36.720Z Downloaded toml_parser v1.0.9+spec-1.1.0
8432026-03-18T13:28:36.723Z Downloaded textwrap v0.16.2
8442026-03-18T13:28:36.726Z Downloaded tokio-stream v0.1.18
8452026-03-18T13:28:36.729Z Downloaded xattr v1.6.1
8462026-03-18T13:28:36.732Z Downloaded uzers v0.12.2
8472026-03-18T13:28:36.732Z Downloaded yoke-derive v0.8.1
8482026-03-18T13:28:36.735Z Downloaded vergen-gitcl v1.0.8
8492026-03-18T13:28:36.735Z Downloaded zerofrom-derive v0.1.6
8502026-03-18T13:28:36.735Z Downloaded vergen-git2 v1.0.7
8512026-03-18T13:28:36.738Z Downloaded unicase v2.9.0
8522026-03-18T13:28:36.738Z Downloaded textwrap v0.15.2
8532026-03-18T13:28:36.741Z Downloaded test-strategy v0.4.5
8542026-03-18T13:28:36.744Z Downloaded toml v0.7.8
8552026-03-18T13:28:36.747Z Downloaded zerofrom v0.1.6
8562026-03-18T13:28:36.747Z Downloaded russh v0.45.0
8572026-03-18T13:28:36.749Z Downloaded zone v0.3.1
8582026-03-18T13:28:36.752Z Downloaded zeroize_derive v1.4.3
8592026-03-18T13:28:36.752Z Downloaded vsss-rs v3.3.4
8602026-03-18T13:28:36.755Z Downloaded usdt-impl v0.5.0
8612026-03-18T13:28:36.755Z Downloaded zone_cfg_derive v0.3.1
8622026-03-18T13:28:36.755Z Downloaded twox-hash v2.1.2
8632026-03-18T13:28:36.758Z Downloaded p521 v0.13.3
8642026-03-18T13:28:36.761Z Downloaded tracing-core v0.1.36
8652026-03-18T13:28:36.764Z Downloaded trybuild v1.0.116
8662026-03-18T13:28:36.767Z Downloaded whoami v2.1.0
8672026-03-18T13:28:36.770Z Downloaded xz2 v0.1.7
8682026-03-18T13:28:36.770Z Downloaded wyz v0.5.1
8692026-03-18T13:28:36.773Z Downloaded snafu v0.8.9
8702026-03-18T13:28:36.776Z Downloaded vergen-lib v0.1.6
8712026-03-18T13:28:36.780Z Downloaded toml v0.9.12+spec-1.1.0
8722026-03-18T13:28:36.780Z Downloaded unicode-properties v0.1.4
8732026-03-18T13:28:36.783Z Downloaded reedline v0.40.0
8742026-03-18T13:28:36.788Z Downloaded walkdir v2.5.0
8752026-03-18T13:28:36.791Z Downloaded yoke v0.8.1
8762026-03-18T13:28:36.791Z Downloaded usdt-impl v0.6.0
8772026-03-18T13:28:36.791Z Downloaded aws-lc-rs v1.16.0
8782026-03-18T13:28:36.799Z Downloaded writeable v0.6.2
8792026-03-18T13:28:36.801Z Downloaded vergen v9.0.6
8802026-03-18T13:28:36.804Z Downloaded unicode-ident v1.0.24
8812026-03-18T13:28:36.804Z Downloaded unicode-bidi v0.3.18
8822026-03-18T13:28:36.807Z Downloaded goblin v0.10.5
8832026-03-18T13:28:36.812Z Downloaded toml v1.0.3+spec-1.1.0
8842026-03-18T13:28:36.815Z Downloaded rustyline v14.0.0
8852026-03-18T13:28:36.819Z Downloaded zmij v1.0.21
8862026-03-18T13:28:36.822Z Downloaded goblin v0.8.2
8872026-03-18T13:28:36.825Z Downloaded tracing-attributes v0.1.31
8882026-03-18T13:28:36.828Z Downloaded ron v0.12.0
8892026-03-18T13:28:36.834Z Downloaded zerovec-derive v0.11.2
8902026-03-18T13:28:36.837Z Downloaded yasna v0.5.2
8912026-03-18T13:28:36.837Z Downloaded lalrpop v0.19.12
8922026-03-18T13:28:36.847Z Downloaded zstd-safe v7.2.4
8932026-03-18T13:28:36.850Z Downloaded curve25519-dalek v4.1.3
8942026-03-18T13:28:36.854Z Downloaded zerocopy v0.6.6
8952026-03-18T13:28:36.856Z Downloaded uuid v1.21.0
8962026-03-18T13:28:36.859Z Downloaded whoami v1.6.1
8972026-03-18T13:28:36.862Z Downloaded ucd-trie v0.1.7
8982026-03-18T13:28:36.862Z Downloaded typify v0.6.1
8992026-03-18T13:28:36.865Z Downloaded toml_edit v0.23.10+spec-1.0.0
9002026-03-18T13:28:36.867Z Downloaded reqwest v0.13.2
9012026-03-18T13:28:36.875Z Downloaded vte v0.14.1
9022026-03-18T13:28:36.880Z Downloaded portable-atomic v1.13.1
9032026-03-18T13:28:36.882Z Downloaded tokio-postgres v0.7.16
9042026-03-18T13:28:36.885Z Downloaded rayon v1.11.0
9052026-03-18T13:28:36.890Z Downloaded p384 v0.13.1
9062026-03-18T13:28:36.894Z Downloaded zstd v0.13.3
9072026-03-18T13:28:36.898Z Downloaded typenum v1.19.0
9082026-03-18T13:28:36.901Z Downloaded zerocopy-derive v0.7.35
9092026-03-18T13:28:36.904Z Downloaded typify v0.4.3
9102026-03-18T13:28:36.907Z Downloaded tungstenite v0.23.0
9112026-03-18T13:28:36.909Z Downloaded git2 v0.20.4
9122026-03-18T13:28:36.914Z Downloaded bitvec v1.0.1
9132026-03-18T13:28:36.926Z Downloaded url v2.5.8
9142026-03-18T13:28:36.929Z Downloaded ssh-key v0.6.7
9152026-03-18T13:28:36.934Z Downloaded toml_edit v0.19.15
9162026-03-18T13:28:36.946Z Downloaded unsafe-libyaml v0.2.11
9172026-03-18T13:28:36.949Z Downloaded toml_edit v0.22.27
9182026-03-18T13:28:36.952Z Downloaded rustls-webpki v0.101.7
9192026-03-18T13:28:36.963Z Downloaded zerotrie v0.2.3
9202026-03-18T13:28:36.966Z Downloaded proptest v1.10.0
9212026-03-18T13:28:36.973Z Downloaded zopfli v0.8.3
9222026-03-18T13:28:36.975Z Downloaded nix v0.27.1
9232026-03-18T13:28:36.982Z Downloaded rustls-webpki v0.102.8
9242026-03-18T13:28:36.998Z Downloaded yansi v1.0.1
9252026-03-18T13:28:37.001Z Downloaded reqwest v0.12.28
9262026-03-18T13:28:37.005Z Downloaded unicode_categories v0.1.1
9272026-03-18T13:28:37.009Z Downloaded typed-path v0.9.3
9282026-03-18T13:28:37.012Z Downloaded serde_with v3.17.0
9292026-03-18T13:28:37.020Z Downloaded zerocopy-derive v0.8.40
9302026-03-18T13:28:37.027Z Downloaded zip v0.6.6
9312026-03-18T13:28:37.030Z Downloaded tough v0.20.0
9322026-03-18T13:28:37.036Z Downloaded unicode-segmentation v1.12.0
9332026-03-18T13:28:37.039Z Downloaded dropshot v0.16.7
9342026-03-18T13:28:37.056Z Downloaded tower v0.5.3
9352026-03-18T13:28:37.063Z Downloaded salty v0.3.0
9362026-03-18T13:28:37.068Z Downloaded object v0.30.4
9372026-03-18T13:28:37.076Z Downloaded x509-cert v0.2.5
9382026-03-18T13:28:37.080Z Downloaded zerovec v0.11.5
9392026-03-18T13:28:37.084Z Downloaded gimli v0.32.3
9402026-03-18T13:28:37.090Z Downloaded zerocopy v0.7.35
9412026-03-18T13:28:37.103Z Downloaded serde_json v1.0.149
9422026-03-18T13:28:37.108Z Downloaded tokio-util v0.7.18
9432026-03-18T13:28:37.114Z Downloaded rustls v0.21.12
9442026-03-18T13:28:37.122Z Downloaded unicode-normalization v0.1.25
9452026-03-18T13:28:37.125Z Downloaded winnow v0.5.40
9462026-03-18T13:28:37.132Z Downloaded regex-syntax v0.6.29
9472026-03-18T13:28:37.138Z Downloaded winnow v0.6.26
9482026-03-18T13:28:37.144Z Downloaded hickory-proto v0.24.4
9492026-03-18T13:28:37.156Z Downloaded zip v4.6.1
9502026-03-18T13:28:37.159Z Downloaded hickory-proto v0.25.2
9512026-03-18T13:28:37.171Z Downloaded smoltcp v0.9.1
9522026-03-18T13:28:37.180Z Downloaded tower-http v0.6.8
9532026-03-18T13:28:37.186Z Downloaded radix_trie v0.2.1
9542026-03-18T13:28:37.190Z Downloaded diesel v2.3.7
9552026-03-18T13:28:37.209Z Downloaded zlib-rs v0.6.2
9562026-03-18T13:28:37.213Z Downloaded smoltcp v0.11.0
9572026-03-18T13:28:37.222Z Downloaded quinn-proto v0.11.13
9582026-03-18T13:28:37.228Z Downloaded rustls v0.23.37
9592026-03-18T13:28:37.238Z Downloaded nix v0.29.0
9602026-03-18T13:28:37.246Z Downloaded rustix v0.38.44
9612026-03-18T13:28:37.263Z Downloaded polar-core v0.27.3
9622026-03-18T13:28:37.270Z Downloaded nix v0.28.0
9632026-03-18T13:28:37.279Z Downloaded openssl v0.10.75
9642026-03-18T13:28:37.286Z Downloaded rustix v1.1.3
9652026-03-18T13:28:37.305Z Downloaded bstr v1.12.1
9662026-03-18T13:28:37.312Z Downloaded rustls v0.22.4
9672026-03-18T13:28:37.322Z Downloaded winnow v0.7.14
9682026-03-18T13:28:37.329Z Downloaded sqlparser v0.61.0
9692026-03-18T13:28:37.336Z Downloaded tabled v0.20.0
9702026-03-18T13:28:37.349Z Downloaded sled v0.34.7
9712026-03-18T13:28:37.357Z Downloaded time v0.3.47
9722026-03-18T13:28:37.366Z Downloaded nix v0.31.1
9732026-03-18T13:28:37.375Z Downloaded object v0.37.3
9742026-03-18T13:28:37.384Z Downloaded vcpkg v0.2.15
9752026-03-18T13:28:37.414Z Downloaded openapiv3 v2.2.0
9762026-03-18T13:28:37.422Z Downloaded regress v0.10.5
9772026-03-18T13:28:37.428Z Downloaded syn v1.0.109
9782026-03-18T13:28:37.436Z Downloaded syn v2.0.117
9792026-03-18T13:28:37.445Z Downloaded regex-syntax v0.8.10
9802026-03-18T13:28:37.451Z Downloaded webpki-roots v1.0.6
9812026-03-18T13:28:37.454Z Downloaded unicode-width v0.2.0
9822026-03-18T13:28:37.458Z Downloaded unicode-width v0.1.14
9832026-03-18T13:28:37.463Z Downloaded chrono-tz v0.10.4
9842026-03-18T13:28:37.477Z Downloaded jiff v0.2.21
9852026-03-18T13:28:37.491Z Downloaded zerocopy v0.8.40
9862026-03-18T13:28:37.498Z Downloaded csv v1.4.0
9872026-03-18T13:28:37.514Z Downloaded petgraph v0.6.5
9882026-03-18T13:28:37.528Z Downloaded tabled v0.15.0
9892026-03-18T13:28:37.539Z Downloaded moka v0.12.13
9902026-03-18T13:28:37.545Z Downloaded bindgen v0.71.1
9912026-03-18T13:28:37.550Z Downloaded quick-xml v0.37.5
9922026-03-18T13:28:37.555Z Downloaded petname v2.0.2
9932026-03-18T13:28:37.559Z Downloaded regex v1.12.3
9942026-03-18T13:28:37.563Z Downloaded zeroize v1.8.2
9952026-03-18T13:28:37.566Z Downloaded tungstenite v0.21.0
9962026-03-18T13:28:37.569Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
9972026-03-18T13:28:37.580Z Downloaded xshell v0.2.7
9982026-03-18T13:28:37.583Z Downloaded termios v0.3.3
9992026-03-18T13:28:37.583Z Downloaded rand v0.8.5
10002026-03-18T13:28:37.586Z Downloaded rand v0.9.2
10012026-03-18T13:28:37.589Z Downloaded string_cache v0.8.9
10022026-03-18T13:28:37.591Z Downloaded sync_wrapper v1.0.2
10032026-03-18T13:28:37.591Z Downloaded sqlformat v0.3.5
10042026-03-18T13:28:37.594Z Downloaded spki v0.7.3
10052026-03-18T13:28:37.594Z Downloaded iri-string v0.7.10
10062026-03-18T13:28:37.598Z Downloaded futures-util v0.3.32
10072026-03-18T13:28:37.606Z Downloaded simd-adler32 v0.3.8
10082026-03-18T13:28:37.609Z Downloaded slog-dtrace v0.3.0
10092026-03-18T13:28:37.609Z Downloaded serde_with_macros v3.17.0
10102026-03-18T13:28:37.612Z Downloaded aes-gcm v0.10.3
10112026-03-18T13:28:37.615Z Downloaded pretty_assertions v1.4.1
10122026-03-18T13:28:37.615Z Downloaded lock_api v0.4.14
10132026-03-18T13:28:37.617Z Downloaded packed_struct v0.10.1
10142026-03-18T13:28:37.617Z Downloaded oxnet v0.1.4
10152026-03-18T13:28:37.618Z Downloaded der v0.7.10
10162026-03-18T13:28:37.621Z Downloaded headers v0.4.1
10172026-03-18T13:28:37.625Z Downloaded flate2 v1.1.9
10182026-03-18T13:28:37.629Z Downloaded path-slash v0.1.5
10192026-03-18T13:28:37.631Z Downloaded icu_properties v2.1.2
10202026-03-18T13:28:37.631Z Downloaded futures v0.3.32
10212026-03-18T13:28:37.635Z Downloaded is_terminal_polyfill v1.70.2
10222026-03-18T13:28:37.638Z Downloaded encoding_rs v0.8.35
10232026-03-18T13:28:37.652Z Downloaded bzip2-sys v0.1.13+1.0.8
10242026-03-18T13:28:37.661Z Downloaded typify-impl v0.6.1
10252026-03-18T13:28:37.672Z Downloaded tracing v0.1.44
10262026-03-18T13:28:37.689Z Downloaded ratatui v0.29.0
10272026-03-18T13:28:37.704Z Downloaded typify-impl v0.4.3
10282026-03-18T13:28:37.715Z Downloaded ipnetwork v0.21.1
10292026-03-18T13:28:37.718Z Downloaded ingot v0.1.1
10302026-03-18T13:28:37.718Z Downloaded humantime v2.3.0
10312026-03-18T13:28:37.721Z Downloaded elliptic-curve v0.13.8
10322026-03-18T13:28:37.723Z Downloaded addr2line v0.25.1
10332026-03-18T13:28:37.723Z Downloaded darling_core v0.21.3
10342026-03-18T13:28:37.727Z Downloaded regex-automata v0.4.14
10352026-03-18T13:28:37.737Z Downloaded zerocopy-derive v0.6.6
10362026-03-18T13:28:37.745Z Downloaded git-stub-vcs v0.1.0
10372026-03-18T13:28:37.748Z Downloaded futures-executor v0.3.32
10382026-03-18T13:28:37.748Z Downloaded fs-err v3.3.0
10392026-03-18T13:28:37.750Z Downloaded fs-err v2.11.0
10402026-03-18T13:28:37.750Z Downloaded foldhash v0.1.5
10412026-03-18T13:28:37.753Z Downloaded derive_more v0.99.20
10422026-03-18T13:28:37.756Z Downloaded derive_builder v0.20.2
10432026-03-18T13:28:37.759Z Downloaded chacha20 v0.9.1
10442026-03-18T13:28:37.763Z Downloaded httpmock v0.8.3
10452026-03-18T13:28:37.776Z Downloaded bzip2 v0.6.1
10462026-03-18T13:28:37.779Z Downloaded blake2b_simd v1.0.4
10472026-03-18T13:28:37.779Z Downloaded async-bb8-diesel v0.2.1
10482026-03-18T13:28:37.782Z Downloaded camino v1.2.2
10492026-03-18T13:28:37.782Z Downloaded lzma-sys v0.1.20
10502026-03-18T13:28:37.802Z Downloaded erased-serde v0.4.9
10512026-03-18T13:28:37.805Z Downloaded petgraph v0.8.3
10522026-03-18T13:28:37.821Z Downloaded libc v0.2.180
10532026-03-18T13:28:37.847Z Downloaded env_logger v0.11.9
10542026-03-18T13:28:37.850Z Downloaded ff v0.13.1
10552026-03-18T13:28:37.850Z Downloaded constant_time_eq v0.4.2
10562026-03-18T13:28:37.852Z Downloaded drift v0.1.3
10572026-03-18T13:28:37.855Z Downloaded libgit2-sys v0.18.3+1.9.2
10582026-03-18T13:28:37.898Z Downloaded async-trait v0.1.89
10592026-03-18T13:28:37.901Z Downloaded crc-any v2.5.0
10602026-03-18T13:28:37.904Z Downloaded libz-sys v1.1.24
10612026-03-18T13:28:37.919Z Downloaded colored v3.1.1
10622026-03-18T13:28:37.921Z Downloaded bumpalo v3.20.2
10632026-03-18T13:28:37.924Z Downloaded cargo_toml v0.22.3
10642026-03-18T13:28:37.924Z Downloaded darling v0.21.3
10652026-03-18T13:28:37.927Z Downloaded cfg-expr v0.20.6
10662026-03-18T13:28:37.930Z Downloaded sha3 v0.10.8
10672026-03-18T13:28:37.933Z Downloaded clang-sys v1.8.1
10682026-03-18T13:28:37.936Z Downloaded camino-tempfile-ext v0.3.3
10692026-03-18T13:28:37.936Z Downloaded autocfg v1.5.0
10702026-03-18T13:28:37.939Z Downloaded base64ct v1.8.3
10712026-03-18T13:28:37.942Z Downloaded tokio v1.49.0
10722026-03-18T13:28:37.968Z Downloaded float-cmp v0.10.0
10732026-03-18T13:28:37.971Z Downloaded diesel-dtrace v0.5.0
10742026-03-18T13:28:37.971Z Downloaded convert_case v0.10.0
10752026-03-18T13:28:37.971Z Downloaded foreign-types v0.3.2
10762026-03-18T13:28:37.974Z Downloaded float-ord v0.3.2
10772026-03-18T13:28:37.974Z Downloaded flagset v0.4.7
10782026-03-18T13:28:37.974Z Downloaded fd-lock v4.0.4
10792026-03-18T13:28:37.977Z Downloaded event-listener-strategy v0.5.4
10802026-03-18T13:28:37.977Z Downloaded chumsky v0.9.3
10812026-03-18T13:28:37.980Z Downloaded darling v0.23.0
10822026-03-18T13:28:37.983Z Downloaded cookie_store v0.22.1
10832026-03-18T13:28:37.987Z Downloaded cipher v0.4.4
10842026-03-18T13:28:37.987Z Downloaded arrayvec v0.7.6
10852026-03-18T13:28:37.987Z Downloaded ctr v0.9.2
10862026-03-18T13:28:37.989Z Downloaded dtrace-parser v0.2.0
10872026-03-18T13:28:37.990Z Downloaded dropshot-api-manager-types v0.6.0
10882026-03-18T13:28:37.990Z Downloaded downcast-rs v2.0.2
10892026-03-18T13:28:37.992Z Downloaded arrayref v0.3.9
10902026-03-18T13:28:37.992Z Downloaded async-object-pool v0.2.0
10912026-03-18T13:28:38.043Z Downloaded ring v0.17.14
10922026-03-18T13:28:38.682Z Downloaded aws-lc-sys v0.37.1
10932026-03-18T13:28:39.200Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10942026-03-18T13:28:43.368Z Startup: Refreshing catalog 'helios' ... Done
10952026-03-18T13:28:43.415Z Startup: Caching catalogs ... Done
10962026-03-18T13:28:43.591ZPlanning: Solver setup ... Done (0.137s)
10972026-03-18T13:28:43.607ZPlanning: Running solver ... Done (0.017s)
10982026-03-18T13:28:43.612ZPlanning: Finding local manifests ... Done (0.002s)
10992026-03-18T13:28:43.623ZPlanning: Fetching manifests: 0/2 0% complete
11002026-03-18T13:28:43.645ZPlanning: Fetching manifests: 2/2 100% complete
11012026-03-18T13:28:43.664ZPlanning: Package planning ... Done (0.018s)
11022026-03-18T13:28:43.666ZPlanning: Merging actions ... Done (0.002s)
11032026-03-18T13:28:43.931ZPlanning: Checking for conflicting actions ... Done (0.265s)
11042026-03-18T13:28:43.934ZPlanning: Consolidating action changes ... Done (0.001s)
11052026-03-18T13:28:44.895ZPlanning: Evaluating mediators ... Done (0.963s)
11062026-03-18T13:28:44.898ZPlanning: Planning completed in 1.46 seconds
11072026-03-18T13:28:44.907Z Packages to install: 2
11082026-03-18T13:28:44.907Z Estimated space available: 155.71 GB
11092026-03-18T13:28:44.907ZEstimated space to be consumed: 14.22 MB
11102026-03-18T13:28:44.907Z Create boot environment: No
11112026-03-18T13:28:44.910ZCreate backup boot environment: No
11122026-03-18T13:28:44.910Z Rebuild boot archive: No
11132026-03-18T13:28:44.910Z
11142026-03-18T13:28:44.910ZChanged packages:
11152026-03-18T13:28:44.910Zhelios
11162026-03-18T13:28:44.910Z developer/build-essential
11172026-03-18T13:28:44.910Z None -> 11-3.0
11182026-03-18T13:28:44.910Z library/libxmlsec1
11192026-03-18T13:28:44.910Z None -> 1.2.35-3.0
11202026-03-18T13:28:44.940Z
11212026-03-18T13:28:44.940ZDownload: 0/214 items 0.0/1.3MB 0% complete
11222026-03-18T13:28:45.675ZDownload: Completed 1.28 MB in 0.74 seconds (1.7M/s)
11232026-03-18T13:28:45.782Z Actions: 1/268 actions (Installing new actions)
11242026-03-18T13:28:45.839Z Actions: Completed 268 actions in 0.06 seconds.
11252026-03-18T13:28:45.845ZFinalize: Updating package state database ... Done (0.005s)
11262026-03-18T13:28:45.845ZFinalize: Updating package cache ... Done (0.000s)
11272026-03-18T13:28:45.856ZFinalize: Updating image state ... Done (0.011s)
11282026-03-18T13:28:49.197ZFinalize: Creating fast lookup database ... Done (3.317s)
11292026-03-18T13:28:49.278ZFinalize: Reading search index ... Done (0.015s)
11302026-03-18T13:28:49.282ZFinalize: Updating search index ... Done (0.000s)
11312026-03-18T13:28:49.400ZFinalize: Updating package cache ... Done (0.000s)
11322026-03-18T13:28:49.781ZPlanning: Evaluating mediator changes ... Done
11332026-03-18T13:28:49.920ZPlanning: Checking for conflicting actions ... Done
11342026-03-18T13:28:49.923ZPlanning: Consolidating action changes ... Done
11352026-03-18T13:28:50.160ZPlanning: Evaluating mediators ... Done
11362026-03-18T13:28:50.163ZPlanning: Planning completed in 0.38 seconds
11372026-03-18T13:28:50.192Z Mediators to change: 2
11382026-03-18T13:28:50.192Z Create boot environment: No
11392026-03-18T13:28:50.195ZCreate backup boot environment: No
11402026-03-18T13:28:50.273ZFinalize: Updating package state database ... Done
11412026-03-18T13:28:50.273ZFinalize: Updating package cache ... Done
11422026-03-18T13:28:50.281ZFinalize: Updating image state ... Done
11432026-03-18T13:28:53.071ZFinalize: Creating fast lookup database ... Done
11442026-03-18T13:28:53.154ZFinalize: Reading search index ... Done
11452026-03-18T13:28:53.157ZFinalize: Updating search index ... Done
11462026-03-18T13:28:53.250ZFinalize: Updating package cache ... Done
11472026-03-18T13:28:53.626ZPlanning: Evaluating mediator changes ... Done
11482026-03-18T13:28:53.766ZPlanning: Checking for conflicting actions ... Done
11492026-03-18T13:28:53.769ZPlanning: Consolidating action changes ... Done
11502026-03-18T13:28:54.005ZPlanning: Evaluating mediators ... Done
11512026-03-18T13:28:54.008ZPlanning: Planning completed in 0.38 seconds
11522026-03-18T13:28:54.037Z Mediators to change: 1
11532026-03-18T13:28:54.037Z Create boot environment: No
11542026-03-18T13:28:54.037ZCreate backup boot environment: No
11552026-03-18T13:28:54.115ZFinalize: Updating package state database ... Done
11562026-03-18T13:28:54.115ZFinalize: Updating package cache ... Done
11572026-03-18T13:28:54.123ZFinalize: Updating image state ... Done
11582026-03-18T13:28:56.878ZFinalize: Creating fast lookup database ... Done
11592026-03-18T13:28:56.952ZFinalize: Reading search index ... Done
11602026-03-18T13:28:56.955ZFinalize: Updating search index ... Done
11612026-03-18T13:28:57.035ZFinalize: Updating package cache ... Done
11622026-03-18T13:28:57.453ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11632026-03-18T13:28:57.453Zapache system 2.4 system
11642026-03-18T13:28:57.453Zclang system 15 system
11652026-03-18T13:28:57.453Zcsh system system illumos
11662026-03-18T13:28:57.453Zctags system system illumos
11672026-03-18T13:28:57.453Zfile vendor vendor darwinsys
11682026-03-18T13:28:57.453Zfile system system illumos
11692026-03-18T13:28:57.453Zgcc vendor 14 vendor
11702026-03-18T13:28:57.453Zgcc system 13 system
11712026-03-18T13:28:57.453Zgcc system 10 system
11722026-03-18T13:28:57.453Zgo system 1.25 system
11732026-03-18T13:28:57.453Zllvm system 15 system
11742026-03-18T13:28:57.453Zmariadb system 11.4 system
11752026-03-18T13:28:57.453Zmta vendor vendor dma
11762026-03-18T13:28:57.453Zopenjdk system 17 system
11772026-03-18T13:28:57.453Zopenjdk system 11 system
11782026-03-18T13:28:57.453Zopenssl vendor 3 vendor
11792026-03-18T13:28:57.453Zperl system 5.40 system
11802026-03-18T13:28:57.453Zpostgresql system 18 system
11812026-03-18T13:28:57.453Zpostgresql system 17 system
11822026-03-18T13:28:57.453Zpython vendor 3 vendor
11832026-03-18T13:28:57.453Zpython system 2 system
11842026-03-18T13:28:57.453Zpython3 vendor 3.13 vendor
11852026-03-18T13:28:57.453Zruby system 3.4 system
11862026-03-18T13:28:57.453Zruby system 3.0 system
11872026-03-18T13:28:57.453Zwords vendor vendor american-english
11882026-03-18T13:28:57.453Zwords system system australian-english
11892026-03-18T13:28:57.453Zwords system system british-english
11902026-03-18T13:28:57.454Zwords system system canadian-english
11912026-03-18T13:28:57.454Zwords system system french
11922026-03-18T13:28:57.454Zwords system system italian
11932026-03-18T13:28:57.454Zwords system system ngerman
11942026-03-18T13:28:57.454Zwords system system ogerman
11952026-03-18T13:28:57.454Zwords system system spanish
11962026-03-18T13:28:57.794ZPUBLISHER TYPE STATUS P LOCATION
11972026-03-18T13:28:57.794Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
11982026-03-18T13:28:58.140ZFMRI IFO
11992026-03-18T13:28:58.140Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12002026-03-18T13:28:58.140Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12012026-03-18T13:28:58.140Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12022026-03-18T13:28:58.140Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12032026-03-18T13:28:58.140Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12042026-03-18T13:28:58.140Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12052026-03-18T13:28:58.140Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12062026-03-18T13:28:58.140Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12072026-03-18T13:28:58.140Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12082026-03-18T13:28:58.882Z Downloading crates ...
12092026-03-18T13:28:58.960Z Downloaded cargo_toml v0.21.0
12102026-03-18T13:28:59.027Z Compiling proc-macro2 v1.0.106
12112026-03-18T13:28:59.030Z Compiling unicode-ident v1.0.24
12122026-03-18T13:28:59.030Z Compiling quote v1.0.44
12132026-03-18T13:28:59.030Z Compiling serde_core v1.0.228
12142026-03-18T13:28:59.030Z Compiling libc v0.2.180
12152026-03-18T13:28:59.030Z Compiling version_check v0.9.5
12162026-03-18T13:28:59.030Z Compiling serde v1.0.228
12172026-03-18T13:28:59.030Z Compiling stable_deref_trait v1.2.1
12182026-03-18T13:28:59.030Z Compiling memchr v2.8.0
12192026-03-18T13:28:59.030Z Compiling zmij v1.0.21
12202026-03-18T13:28:59.140Z Compiling itoa v1.0.17
12212026-03-18T13:28:59.148Z Compiling ucd-trie v0.1.7
12222026-03-18T13:28:59.183Z Compiling thiserror v1.0.69
12232026-03-18T13:28:59.194Z Compiling autocfg v1.5.0
12242026-03-18T13:28:59.197Z Compiling writeable v0.6.2
12252026-03-18T13:28:59.298Z Compiling litemap v0.8.1
12262026-03-18T13:28:59.341Z Compiling icu_normalizer_data v2.1.1
12272026-03-18T13:28:59.495Z Compiling byteorder v1.5.0
12282026-03-18T13:28:59.566Z Compiling rustix v1.1.3
12292026-03-18T13:28:59.614Z Compiling icu_properties_data v2.1.2
12302026-03-18T13:28:59.674Z Compiling bitflags v2.11.0
12312026-03-18T13:28:59.788Z Compiling serde_json v1.0.149
12322026-03-18T13:28:59.820Z Compiling pest v2.8.6
12332026-03-18T13:28:59.916Z Compiling num-traits v0.2.19
12342026-03-18T13:29:00.002Z Compiling equivalent v1.0.2
12352026-03-18T13:29:00.075Z Compiling typeid v1.0.3
12362026-03-18T13:29:00.078Z Compiling hashbrown v0.16.1
12372026-03-18T13:29:00.123Z Compiling smallvec v1.15.1
12382026-03-18T13:29:00.189Z Compiling proc-macro-error-attr v1.0.4
12392026-03-18T13:29:00.192Z Compiling usdt-impl v0.5.0
12402026-03-18T13:29:00.206Z Compiling toml_write v0.1.2
12412026-03-18T13:29:00.222Z Compiling erased-serde v0.4.9
12422026-03-18T13:29:00.225Z Compiling syn v1.0.109
12432026-03-18T13:29:00.237Z Compiling winnow v0.7.14
12442026-03-18T13:29:00.355Z Compiling errno v0.3.14
12452026-03-18T13:29:00.374Z Compiling thread-id v4.2.2
12462026-03-18T13:29:00.402Z Compiling proc-macro-error v1.0.4
12472026-03-18T13:29:00.482Z Compiling percent-encoding v2.3.2
12482026-03-18T13:29:00.546Z Compiling thiserror v2.0.18
12492026-03-18T13:29:00.562Z Compiling log v0.4.29
12502026-03-18T13:29:00.646Z Compiling getrandom v0.4.1
12512026-03-18T13:29:00.690Z Compiling plain v0.2.3
12522026-03-18T13:29:00.704Z Compiling camino v1.2.2
12532026-03-18T13:29:00.732Z Compiling utf8_iter v1.0.4
12542026-03-18T13:29:00.735Z Compiling indexmap v2.13.0
12552026-03-18T13:29:00.805Z Compiling utf8parse v0.2.2
12562026-03-18T13:29:00.840Z Compiling form_urlencoded v1.2.2
12572026-03-18T13:29:00.933Z Compiling syn v2.0.117
12582026-03-18T13:29:00.951Z Compiling anstyle-parse v0.2.7
12592026-03-18T13:29:01.069Z Compiling cfg-if v1.0.4
12602026-03-18T13:29:01.138Z Compiling is_terminal_polyfill v1.70.2
12612026-03-18T13:29:01.163Z Compiling colorchoice v1.0.4
12622026-03-18T13:29:01.181Z Compiling anstyle v1.0.13
12632026-03-18T13:29:01.196Z Compiling anstyle-query v1.1.5
12642026-03-18T13:29:01.256Z Compiling pretty-hex v0.4.1
12652026-03-18T13:29:01.316Z Compiling ordered-float v2.10.1
12662026-03-18T13:29:01.342Z Compiling pest_meta v2.8.6
12672026-03-18T13:29:01.422Z Compiling anstream v0.6.21
12682026-03-18T13:29:01.441Z Compiling fs-err v3.3.0
12692026-03-18T13:29:01.485Z Compiling unicode-xid v0.2.6
12702026-03-18T13:29:01.502Z Compiling anyhow v1.0.102
12712026-03-18T13:29:01.535Z Compiling fnv v1.0.7
12722026-03-18T13:29:01.590Z Compiling fastrand v2.3.0
12732026-03-18T13:29:01.646Z Compiling strsim v0.11.1
12742026-03-18T13:29:01.646Z Compiling heck v0.4.1
12752026-03-18T13:29:01.678Z Compiling once_cell v1.21.3
12762026-03-18T13:29:01.696Z Compiling clap_lex v1.0.0
12772026-03-18T13:29:01.710Z Compiling bytecount v0.6.9
12782026-03-18T13:29:01.846Z Compiling terminal_size v0.4.3
12792026-03-18T13:29:01.885Z Compiling heck v0.5.0
12802026-03-18T13:29:01.913Z Compiling unicode-width v0.1.14
12812026-03-18T13:29:01.955Z Compiling tempfile v3.25.0
12822026-03-18T13:29:01.971Z Compiling clap_builder v4.5.60
12832026-03-18T13:29:02.059Z Compiling memmap v0.7.0
12842026-03-18T13:29:02.265Z Compiling semver v1.0.27
12852026-03-18T13:29:02.282Z Compiling papergrid v0.11.0
12862026-03-18T13:29:02.309Z Compiling unicode-width v0.2.0
12872026-03-18T13:29:02.327Z Compiling smawk v0.3.2
12882026-03-18T13:29:02.374Z Compiling unicode-linebreak v0.1.5
12892026-03-18T13:29:02.668Z Compiling textwrap v0.16.2
12902026-03-18T13:29:02.698Z Compiling camino-tempfile v1.4.1
12912026-03-18T13:29:02.713Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12922026-03-18T13:29:02.734Z Compiling serde-untagged v0.1.9
12932026-03-18T13:29:02.845Z Compiling swrite v0.1.0
12942026-03-18T13:29:03.357Z Compiling tabled_derive v0.7.0
12952026-03-18T13:29:04.194Z Compiling tabled v0.15.0
12962026-03-18T13:29:04.539Z Compiling synstructure v0.13.2
12972026-03-18T13:29:04.539Z Compiling pest_generator v2.8.6
12982026-03-18T13:29:05.227Z Compiling serde_derive v1.0.228
12992026-03-18T13:29:05.230Z Compiling zerofrom-derive v0.1.6
13002026-03-18T13:29:05.230Z Compiling yoke-derive v0.8.1
13012026-03-18T13:29:05.230Z Compiling zerovec-derive v0.11.2
13022026-03-18T13:29:05.230Z Compiling displaydoc v0.2.5
13032026-03-18T13:29:05.230Z Compiling thiserror-impl v1.0.69
13042026-03-18T13:29:05.230Z Compiling zerocopy-derive v0.7.35
13052026-03-18T13:29:05.230Z Compiling scroll_derive v0.12.1
13062026-03-18T13:29:05.230Z Compiling thiserror-impl v2.0.18
13072026-03-18T13:29:05.230Z Compiling clap_derive v4.5.55
13082026-03-18T13:29:05.287Z Compiling pest_derive v2.8.6
13092026-03-18T13:29:06.155Z Compiling scroll v0.12.0
13102026-03-18T13:29:06.177Z Compiling zerocopy v0.7.35
13112026-03-18T13:29:06.446Z Compiling goblin v0.8.2
13122026-03-18T13:29:06.506Z Compiling zerofrom v0.1.6
13132026-03-18T13:29:06.632Z Compiling yoke v0.8.1
13142026-03-18T13:29:06.695Z Compiling dtrace-parser v0.2.0
13152026-03-18T13:29:06.820Z Compiling zerovec v0.11.5
13162026-03-18T13:29:06.820Z Compiling zerotrie v0.2.3
13172026-03-18T13:29:07.025Z Compiling clap v4.5.60
13182026-03-18T13:29:07.401Z Compiling tinystr v0.8.2
13192026-03-18T13:29:07.401Z Compiling potential_utf v0.1.4
13202026-03-18T13:29:07.573Z Compiling icu_collections v2.1.1
13212026-03-18T13:29:07.624Z Compiling icu_locale_core v2.1.1
13222026-03-18T13:29:08.377Z Compiling icu_provider v2.1.1
13232026-03-18T13:29:08.604Z Compiling toml_datetime v0.6.11
13242026-03-18T13:29:08.607Z Compiling serde_spanned v0.6.9
13252026-03-18T13:29:08.607Z Compiling serde-value v0.7.0
13262026-03-18T13:29:08.607Z Compiling cargo-platform v0.2.0
13272026-03-18T13:29:08.607Z Compiling macaddr v1.0.1
13282026-03-18T13:29:08.619Z Compiling dof v0.3.0
13292026-03-18T13:29:08.622Z Compiling serde_tokenstream v0.2.3
13302026-03-18T13:29:08.655Z Compiling icu_properties v2.1.2
13312026-03-18T13:29:08.658Z Compiling icu_normalizer v2.1.1
13322026-03-18T13:29:08.813Z Compiling toml_edit v0.22.27
13332026-03-18T13:29:09.511Z Compiling usdt-macro v0.5.0
13342026-03-18T13:29:09.515Z Compiling usdt-attr-macro v0.5.0
13352026-03-18T13:29:09.846Z Compiling idna_adapter v1.2.1
13362026-03-18T13:29:09.965Z Compiling idna v1.1.0
13372026-03-18T13:29:10.232Z Compiling usdt v0.5.0
13382026-03-18T13:29:10.302Z Compiling url v2.5.8
13392026-03-18T13:29:10.575Z Compiling toml v0.8.23
13402026-03-18T13:29:11.027Z Compiling cargo-util-schemas v0.8.2
13412026-03-18T13:29:11.027Z Compiling cargo_toml v0.21.0
13422026-03-18T13:29:12.147Z Compiling cargo_metadata v0.21.0
13432026-03-18T13:29:13.408Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13442026-03-18T13:29:16.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.00s
13452026-03-18T13:29:16.295Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13462026-03-18T13:29:17.357Z Compiling libc v0.2.180
13472026-03-18T13:29:17.361Z Compiling serde v1.0.228
13482026-03-18T13:29:17.361Z Compiling log v0.4.29
13492026-03-18T13:29:17.361Z Compiling shlex v1.3.0
13502026-03-18T13:29:17.361Z Compiling find-msvc-tools v0.1.9
13512026-03-18T13:29:17.361Z Compiling smallvec v1.15.1
13522026-03-18T13:29:17.361Z Compiling typenum v1.19.0
13532026-03-18T13:29:17.361Z Compiling subtle v2.6.1
13542026-03-18T13:29:17.361Z Compiling generic-array v0.14.7
13552026-03-18T13:29:17.361Z Compiling scopeguard v1.2.0
13562026-03-18T13:29:17.502Z Compiling portable-atomic v1.13.1
13572026-03-18T13:29:17.559Z Compiling const-oid v0.9.6
13582026-03-18T13:29:17.574Z Compiling critical-section v1.2.0
13592026-03-18T13:29:17.596Z Compiling syn v2.0.117
13602026-03-18T13:29:17.614Z Compiling zerocopy v0.8.40
13612026-03-18T13:29:17.617Z Compiling serde_json v1.0.149
13622026-03-18T13:29:17.675Z Compiling lock_api v0.4.14
13632026-03-18T13:29:17.775Z Compiling parking_lot_core v0.9.12
13642026-03-18T13:29:17.775Z Compiling pin-project-lite v0.2.17
13652026-03-18T13:29:17.832Z Compiling pkg-config v0.3.32
13662026-03-18T13:29:17.900Z Compiling bitflags v2.11.0
13672026-03-18T13:29:17.921Z Compiling libm v0.2.16
13682026-03-18T13:29:17.964Z Compiling num-traits v0.2.19
13692026-03-18T13:29:18.007Z Compiling futures-core v0.3.32
13702026-03-18T13:29:18.048Z Compiling percent-encoding v2.3.2
13712026-03-18T13:29:18.093Z Compiling allocator-api2 v0.2.21
13722026-03-18T13:29:18.096Z Compiling foldhash v0.2.0
13732026-03-18T13:29:18.225Z Compiling cpufeatures v0.2.17
13742026-03-18T13:29:18.229Z Compiling futures-sink v0.3.32
13752026-03-18T13:29:18.331Z Compiling slab v0.4.12
13762026-03-18T13:29:18.334Z Compiling getrandom v0.4.1
13772026-03-18T13:29:18.334Z Compiling futures-io v0.3.32
13782026-03-18T13:29:18.413Z Compiling futures-channel v0.3.32
13792026-03-18T13:29:18.433Z Compiling futures-task v0.3.32
13802026-03-18T13:29:18.455Z Compiling rand_core v0.10.0
13812026-03-18T13:29:18.492Z Compiling hashbrown v0.16.1
13822026-03-18T13:29:18.540Z Compiling rustversion v1.0.22
13832026-03-18T13:29:18.577Z Compiling getrandom v0.3.4
13842026-03-18T13:29:18.598Z Compiling form_urlencoded v1.2.2
13852026-03-18T13:29:18.598Z Compiling dunce v1.0.5
13862026-03-18T13:29:18.679Z Compiling fs_extra v1.3.0
13872026-03-18T13:29:18.700Z Compiling base64ct v1.8.3
13882026-03-18T13:29:18.733Z Compiling ident_case v1.0.1
13892026-03-18T13:29:18.736Z Compiling flagset v0.4.7
13902026-03-18T13:29:18.792Z Compiling rustix v1.1.3
13912026-03-18T13:29:18.852Z Compiling iana-time-zone v0.1.65
13922026-03-18T13:29:18.877Z Compiling rustc_version v0.4.1
13932026-03-18T13:29:18.880Z Compiling vcpkg v0.2.15
13942026-03-18T13:29:18.921Z Compiling getrandom v0.2.17
13952026-03-18T13:29:18.943Z Compiling jobserver v0.1.34
13962026-03-18T13:29:18.998Z Compiling errno v0.3.14
13972026-03-18T13:29:19.023Z Compiling once_cell v1.21.3
13982026-03-18T13:29:19.065Z Compiling mio v1.1.1
13992026-03-18T13:29:19.088Z Compiling socket2 v0.6.2
14002026-03-18T13:29:19.125Z Compiling rand_core v0.6.4
14012026-03-18T13:29:19.201Z Compiling signal-hook-registry v1.4.8
14022026-03-18T13:29:19.224Z Compiling cc v1.2.56
14032026-03-18T13:29:19.264Z Compiling indexmap v2.13.0
14042026-03-18T13:29:19.310Z Compiling parking_lot v0.12.5
14052026-03-18T13:29:19.432Z Compiling pem-rfc7468 v0.7.0
14062026-03-18T13:29:19.500Z Compiling aws-lc-rs v1.16.0
14072026-03-18T13:29:19.637Z Compiling uuid v1.21.0
14082026-03-18T13:29:19.668Z Compiling regex-syntax v0.8.10
14092026-03-18T13:29:19.732Z Compiling rand_core v0.9.5
14102026-03-18T13:29:19.732Z Compiling tracing-core v0.1.36
14112026-03-18T13:29:19.814Z Compiling crossbeam-utils v0.8.21
14122026-03-18T13:29:19.836Z Compiling untrusted v0.9.0
14132026-03-18T13:29:19.859Z Compiling schemars v0.8.22
14142026-03-18T13:29:19.884Z Compiling openssl-probe v0.2.1
14152026-03-18T13:29:19.903Z Compiling base64 v0.22.1
14162026-03-18T13:29:20.002Z Compiling httparse v1.10.1
14172026-03-18T13:29:20.073Z Compiling untrusted v0.7.1
14182026-03-18T13:29:20.119Z Compiling syn v1.0.109
14192026-03-18T13:29:20.119Z Compiling try-lock v0.2.5
14202026-03-18T13:29:20.163Z Compiling tower-service v0.3.3
14212026-03-18T13:29:20.207Z Compiling cmake v0.1.57
14222026-03-18T13:29:20.270Z Compiling atomic-waker v1.1.2
14232026-03-18T13:29:20.273Z Compiling tinyvec_macros v0.1.1
14242026-03-18T13:29:20.290Z Compiling dyn-clone v1.0.20
14252026-03-18T13:29:20.332Z Compiling rustls v0.23.37
14262026-03-18T13:29:20.353Z Compiling tower-layer v0.3.3
14272026-03-18T13:29:20.371Z Compiling tinyvec v1.10.0
14282026-03-18T13:29:20.444Z Compiling want v0.3.1
14292026-03-18T13:29:20.503Z Compiling spin v0.9.8
14302026-03-18T13:29:20.541Z Compiling aho-corasick v1.1.4
14312026-03-18T13:29:20.586Z Compiling httpdate v1.0.3
14322026-03-18T13:29:20.608Z Compiling powerfmt v0.2.0
14332026-03-18T13:29:20.611Z Compiling foreign-types-shared v0.1.1
14342026-03-18T13:29:20.611Z Compiling time-core v0.1.8
14352026-03-18T13:29:20.688Z Compiling crc32fast v1.5.0
14362026-03-18T13:29:20.758Z Compiling openssl v0.10.75
14372026-03-18T13:29:20.781Z Compiling num-conv v0.2.0
14382026-03-18T13:29:20.806Z Compiling pin-utils v0.1.0
14392026-03-18T13:29:20.853Z Compiling deranged v0.5.8
14402026-03-18T13:29:20.874Z Compiling foreign-types v0.3.2
14412026-03-18T13:29:20.895Z Compiling wait-timeout v0.2.1
14422026-03-18T13:29:20.899Z Compiling usdt-impl v0.6.0
14432026-03-18T13:29:20.940Z Compiling siphasher v1.0.2
14442026-03-18T13:29:20.964Z Compiling native-tls v0.2.18
14452026-03-18T13:29:20.984Z Compiling time-macros v0.2.27
14462026-03-18T13:29:20.985Z Compiling num_threads v0.1.7
14472026-03-18T13:29:21.028Z Compiling bit-vec v0.8.0
14482026-03-18T13:29:21.077Z Compiling tempfile v3.25.0
14492026-03-18T13:29:21.118Z Compiling simd-adler32 v0.3.8
14502026-03-18T13:29:21.139Z Compiling quick-error v1.2.3
14512026-03-18T13:29:21.198Z Compiling either v1.15.0
14522026-03-18T13:29:21.269Z Compiling crossbeam-epoch v0.9.18
14532026-03-18T13:29:21.291Z Compiling bit-set v0.8.0
14542026-03-18T13:29:21.294Z Compiling unicode-normalization v0.1.25
14552026-03-18T13:29:21.350Z Compiling slog v2.8.2
14562026-03-18T13:29:21.383Z Compiling aws-lc-sys v0.37.1
14572026-03-18T13:29:21.463Z Compiling ring v0.17.14
14582026-03-18T13:29:21.485Z Compiling openssl-sys v0.9.111
14592026-03-18T13:29:21.488Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14602026-03-18T13:29:21.529Z Compiling bzip2-sys v0.1.13+1.0.8
14612026-03-18T13:29:21.532Z Compiling rusty-fork v0.3.1
14622026-03-18T13:29:21.591Z Compiling synstructure v0.13.2
14632026-03-18T13:29:21.616Z Compiling serde_derive_internals v0.29.1
14642026-03-18T13:29:21.714Z Compiling pest_generator v2.8.6
14652026-03-18T13:29:21.898Z Compiling darling_core v0.20.11
14662026-03-18T13:29:21.939Z Compiling regex-automata v0.4.14
14672026-03-18T13:29:21.996Z Compiling darling_core v0.21.3
14682026-03-18T13:29:22.260Z Compiling rand_xorshift v0.4.0
14692026-03-18T13:29:22.507Z Compiling heapless v0.7.17
14702026-03-18T13:29:22.537Z Compiling thread-id v5.1.0
14712026-03-18T13:29:22.559Z Compiling time v0.3.47
14722026-03-18T13:29:22.654Z Compiling sync_wrapper v1.0.2
14732026-03-18T13:29:22.753Z Compiling cookie v0.18.1
14742026-03-18T13:29:22.799Z Compiling adler2 v2.0.1
14752026-03-18T13:29:22.832Z Compiling rayon-core v1.13.0
14762026-03-18T13:29:22.957Z Compiling unicode-segmentation v1.12.0
14772026-03-18T13:29:22.960Z Compiling signal-hook v0.3.18
14782026-03-18T13:29:23.002Z Compiling unicode-properties v0.1.4
14792026-03-18T13:29:23.005Z Compiling unicode-bidi v0.3.18
14802026-03-18T13:29:23.049Z Compiling unarray v0.1.4
14812026-03-18T13:29:23.067Z Compiling paste v1.0.15
14822026-03-18T13:29:23.138Z Compiling anyhow v1.0.102
14832026-03-18T13:29:23.199Z Compiling zstd-safe v7.2.4
14842026-03-18T13:29:23.302Z Compiling miniz_oxide v0.8.9
14852026-03-18T13:29:23.468Z Compiling stringprep v0.1.5
14862026-03-18T13:29:23.514Z Compiling crossbeam-deque v0.8.6
14872026-03-18T13:29:23.543Z Compiling num-integer v0.1.46
14882026-03-18T13:29:23.770Z Compiling vergen-lib v0.1.6
14892026-03-18T13:29:23.789Z Compiling ff v0.13.1
14902026-03-18T13:29:23.847Z Compiling curve25519-dalek v4.1.3
14912026-03-18T13:29:23.973Z Compiling hash32 v0.2.1
14922026-03-18T13:29:23.995Z Compiling memoffset v0.9.1
14932026-03-18T13:29:24.014Z Compiling smoltcp v0.9.1
14942026-03-18T13:29:24.084Z Compiling num-bigint-dig v0.8.6
14952026-03-18T13:29:24.147Z Compiling fallible-iterator v0.2.0
14962026-03-18T13:29:24.196Z Compiling rustix v0.38.44
14972026-03-18T13:29:24.238Z Compiling zlib-rs v0.6.2
14982026-03-18T13:29:24.260Z Compiling serde_derive v1.0.228
14992026-03-18T13:29:24.260Z Compiling zeroize_derive v1.4.3
15002026-03-18T13:29:24.303Z Compiling zerofrom-derive v0.1.6
15012026-03-18T13:29:24.338Z Compiling yoke-derive v0.8.1
15022026-03-18T13:29:24.449Z Compiling zerocopy-derive v0.8.40
15032026-03-18T13:29:24.575Z Compiling zerovec-derive v0.11.2
15042026-03-18T13:29:24.663Z Compiling displaydoc v0.2.5
15052026-03-18T13:29:24.777Z Compiling tokio-macros v2.6.0
15062026-03-18T13:29:25.150Z Compiling zeroize v1.8.2
15072026-03-18T13:29:25.221Z Compiling futures-macro v0.3.32
15082026-03-18T13:29:25.648Z Compiling der_derive v0.7.3
15092026-03-18T13:29:25.668Z Compiling thiserror-impl v2.0.18
15102026-03-18T13:29:25.759Z Compiling rustls-pki-types v1.14.0
15112026-03-18T13:29:25.924Z Compiling tracing-attributes v0.1.31
15122026-03-18T13:29:26.063Z Compiling scroll_derive v0.13.1
15132026-03-18T13:29:26.213Z Compiling crypto-common v0.1.7
15142026-03-18T13:29:26.246Z Compiling zerofrom v0.1.6
15152026-03-18T13:29:26.309Z Compiling block-buffer v0.10.4
15162026-03-18T13:29:26.391Z Compiling yoke v0.8.1
15172026-03-18T13:29:26.415Z Compiling futures-util v0.3.32
15182026-03-18T13:29:26.419Z Compiling block-padding v0.3.3
15192026-03-18T13:29:26.459Z Compiling pest_derive v2.8.6
15202026-03-18T13:29:26.536Z Compiling digest v0.10.7
15212026-03-18T13:29:26.641Z Compiling zerovec v0.11.5
15222026-03-18T13:29:26.661Z Compiling zerotrie v0.2.3
15232026-03-18T13:29:26.664Z Compiling inout v0.1.4
15242026-03-18T13:29:26.877Z Compiling hmac v0.12.1
15252026-03-18T13:29:26.919Z Compiling cipher v0.4.4
15262026-03-18T13:29:26.969Z Compiling sha2 v0.10.9
15272026-03-18T13:29:27.082Z Compiling der v0.7.10
15282026-03-18T13:29:27.134Z Compiling pbkdf2 v0.12.2
15292026-03-18T13:29:27.241Z Compiling salsa20 v0.10.2
15302026-03-18T13:29:27.296Z Compiling aes v0.8.4
15312026-03-18T13:29:27.299Z Compiling cbc v0.1.2
15322026-03-18T13:29:27.392Z Compiling tinystr v0.8.2
15332026-03-18T13:29:27.443Z Compiling potential_utf v0.1.4
15342026-03-18T13:29:27.510Z Compiling scrypt v0.11.0
15352026-03-18T13:29:27.553Z Compiling thiserror v2.0.18
15362026-03-18T13:29:27.670Z Compiling icu_locale_core v2.1.1
15372026-03-18T13:29:27.693Z Compiling icu_collections v2.1.1
15382026-03-18T13:29:27.715Z Compiling schemars_derive v0.8.22
15392026-03-18T13:29:27.785Z Compiling scroll v0.13.0
15402026-03-18T13:29:27.828Z Compiling tracing v0.1.44
15412026-03-18T13:29:27.854Z Compiling darling_macro v0.20.11
15422026-03-18T13:29:28.151Z Compiling goblin v0.10.5
15432026-03-18T13:29:28.198Z Compiling thiserror-impl v1.0.69
15442026-03-18T13:29:28.371Z Compiling spki v0.7.3
15452026-03-18T13:29:28.491Z Compiling darling v0.20.11
15462026-03-18T13:29:28.601Z Compiling icu_provider v2.1.1
15472026-03-18T13:29:28.646Z Compiling pkcs5 v0.7.1
15482026-03-18T13:29:28.752Z Compiling openssl-macros v0.1.1
15492026-03-18T13:29:28.824Z Compiling derive_builder_core v0.20.2
15502026-03-18T13:29:28.910Z Compiling icu_properties v2.1.2
15512026-03-18T13:29:28.938Z Compiling icu_normalizer v2.1.1
15522026-03-18T13:29:29.007Z Compiling bytes v1.11.1
15532026-03-18T13:29:29.086Z Compiling chrono v0.4.44
15542026-03-18T13:29:29.135Z Compiling pkcs8 v0.10.2
15552026-03-18T13:29:29.274Z Compiling ipnet v2.11.0
15562026-03-18T13:29:29.437Z Compiling dtrace-parser v0.3.0
15572026-03-18T13:29:29.565Z Compiling signature v2.2.0
15582026-03-18T13:29:29.664Z Compiling tokio v1.49.0
15592026-03-18T13:29:29.684Z Compiling http v1.4.0
15602026-03-18T13:29:29.707Z Compiling rustls-native-certs v0.8.3
15612026-03-18T13:29:29.798Z Compiling scroll_derive v0.12.1
15622026-03-18T13:29:29.858Z Compiling serde_spanned v0.6.9
15632026-03-18T13:29:29.942Z Compiling thiserror v1.0.69
15642026-03-18T13:29:29.963Z Compiling erased-serde v0.3.31
15652026-03-18T13:29:30.054Z Compiling toml_datetime v0.6.11
15662026-03-18T13:29:30.054Z Compiling derive_builder_macro v0.20.2
15672026-03-18T13:29:30.099Z Compiling serde_tokenstream v0.2.3
15682026-03-18T13:29:30.118Z Compiling md-5 v0.10.6
15692026-03-18T13:29:30.333Z Compiling idna_adapter v1.2.1
15702026-03-18T13:29:30.426Z Compiling webpki-roots v1.0.6
15712026-03-18T13:29:30.490Z Compiling idna v1.1.0
15722026-03-18T13:29:30.512Z Compiling darling_macro v0.21.3
15732026-03-18T13:29:30.531Z Compiling zerocopy-derive v0.7.35
15742026-03-18T13:29:30.534Z Compiling cfg_aliases v0.2.1
15752026-03-18T13:29:30.595Z Compiling http-body v1.0.1
15762026-03-18T13:29:30.634Z Compiling litrs v1.0.0
15772026-03-18T13:29:30.672Z Compiling iri-string v0.7.10
15782026-03-18T13:29:30.695Z Compiling ppv-lite86 v0.2.21
15792026-03-18T13:29:30.717Z Compiling scroll v0.12.0
15802026-03-18T13:29:30.804Z Compiling http-body-util v0.1.3
15812026-03-18T13:29:30.948Z Compiling url v2.5.8
15822026-03-18T13:29:30.968Z Compiling ref-cast v1.0.25
15832026-03-18T13:29:31.044Z Compiling psl-types v2.0.11
15842026-03-18T13:29:31.077Z Compiling base16ct v0.2.0
15852026-03-18T13:29:31.138Z Compiling rand_chacha v0.9.0
15862026-03-18T13:29:31.158Z Compiling rand_chacha v0.3.1
15872026-03-18T13:29:31.180Z Compiling ryu v1.0.23
15882026-03-18T13:29:31.211Z Compiling publicsuffix v2.3.0
15892026-03-18T13:29:31.321Z Compiling sec1 v0.7.3
15902026-03-18T13:29:31.340Z Compiling document-features v0.2.12
15912026-03-18T13:29:31.403Z Compiling rand v0.9.2
15922026-03-18T13:29:31.423Z Compiling serde_urlencoded v0.7.1
15932026-03-18T13:29:31.488Z Compiling rand v0.8.5
15942026-03-18T13:29:31.515Z Compiling darling v0.21.3
15952026-03-18T13:29:31.694Z Compiling goblin v0.8.2
15962026-03-18T13:29:31.742Z Compiling zerocopy v0.7.35
15972026-03-18T13:29:31.768Z Compiling derive_builder v0.20.2
15982026-03-18T13:29:31.945Z Compiling dof v0.4.0
15992026-03-18T13:29:31.946Z Compiling nix v0.31.1
16002026-03-18T13:29:32.103Z Compiling cargo-platform v0.1.9
16012026-03-18T13:29:32.196Z Compiling proptest v1.10.0
16022026-03-18T13:29:32.261Z Compiling postgres-protocol v0.6.10
16032026-03-18T13:29:32.459Z Compiling flate2 v1.1.9
16042026-03-18T13:29:32.525Z Compiling hkdf v0.12.4
16052026-03-18T13:29:32.608Z Compiling hubpack_derive v0.1.1
16062026-03-18T13:29:32.629Z Compiling crypto-bigint v0.5.5
16072026-03-18T13:29:32.669Z Compiling regex v1.12.3
16082026-03-18T13:29:32.876Z Compiling ipnetwork v0.21.1
16092026-03-18T13:29:33.039Z Compiling strum_macros v0.27.2
16102026-03-18T13:29:33.067Z Compiling ref-cast-impl v1.0.25
16112026-03-18T13:29:33.155Z Compiling daft-derive v0.1.5
16122026-03-18T13:29:33.196Z Compiling oxnet v0.1.4
16132026-03-18T13:29:33.284Z Compiling async-trait v0.1.89
16142026-03-18T13:29:33.435Z Compiling curve25519-dalek-derive v0.1.1
16152026-03-18T13:29:33.744Z Compiling group v0.13.0
16162026-03-18T13:29:33.790Z Compiling num-iter v0.1.45
16172026-03-18T13:29:33.812Z Compiling proc-macro-error v1.0.4
16182026-03-18T13:29:34.156Z Compiling heck v0.4.1
16192026-03-18T13:29:34.281Z Compiling phf_shared v0.13.1
16202026-03-18T13:29:34.312Z Compiling terminal_size v0.4.3
16212026-03-18T13:29:34.315Z Compiling lazy_static v1.5.0
16222026-03-18T13:29:34.335Z Compiling vergen v9.0.6
16232026-03-18T13:29:34.338Z Compiling fs-err v3.3.0
16242026-03-18T13:29:34.464Z Compiling ahash v0.8.12
16252026-03-18T13:29:34.486Z Compiling bumpalo v3.20.2
16262026-03-18T13:29:34.506Z Compiling foldhash v0.1.5
16272026-03-18T13:29:34.613Z Compiling bitflags v1.3.2
16282026-03-18T13:29:34.636Z Compiling libbz2-rs-sys v0.2.2
16292026-03-18T13:29:34.639Z Compiling managed v0.8.0
16302026-03-18T13:29:34.678Z Compiling object v0.37.3
16312026-03-18T13:29:34.706Z Compiling winnow v0.5.40
16322026-03-18T13:29:34.730Z Compiling console v0.16.2
16332026-03-18T13:29:34.754Z Compiling zopfli v0.8.3
16342026-03-18T13:29:34.797Z Compiling clap_builder v4.5.60
16352026-03-18T13:29:34.829Z Compiling tokio-util v0.7.18
16362026-03-18T13:29:34.852Z Compiling tower v0.5.3
16372026-03-18T13:29:34.876Z Compiling tokio-native-tls v0.3.1
16382026-03-18T13:29:35.108Z Compiling dof v0.3.0
16392026-03-18T13:29:35.128Z Compiling hashbrown v0.15.5
16402026-03-18T13:29:35.497Z Compiling newtype-uuid v1.3.2
16412026-03-18T13:29:35.520Z Compiling tower-http v0.6.8
16422026-03-18T13:29:35.545Z Compiling bzip2 v0.6.1
16432026-03-18T13:29:35.661Z Compiling phf v0.13.1
16442026-03-18T13:29:35.739Z Compiling signal-hook-mio v0.2.5
16452026-03-18T13:29:35.818Z Compiling h2 v0.4.13
16462026-03-18T13:29:35.840Z Compiling strum v0.27.2
16472026-03-18T13:29:35.888Z Compiling daft v0.1.5
16482026-03-18T13:29:35.892Z Compiling zone_cfg_derive v0.3.1
16492026-03-18T13:29:35.939Z Compiling rayon v1.11.0
16502026-03-18T13:29:36.069Z Compiling usdt-attr-macro v0.6.0
16512026-03-18T13:29:36.094Z Compiling usdt-macro v0.6.0
16522026-03-18T13:29:36.115Z Compiling cargo_metadata v0.19.2
16532026-03-18T13:29:36.294Z Compiling elliptic-curve v0.13.8
16542026-03-18T13:29:36.699Z Compiling toml_edit v0.19.15
16552026-03-18T13:29:36.721Z Compiling cookie_store v0.22.1
16562026-03-18T13:29:36.779Z Compiling bzip2 v0.4.4
16572026-03-18T13:29:36.828Z Compiling hubpack v0.1.2
16582026-03-18T13:29:37.091Z Compiling postgres-types v0.2.12
16592026-03-18T13:29:37.169Z Compiling zstd v0.13.3
16602026-03-18T13:29:37.189Z Compiling serde_with_macros v3.17.0
16612026-03-18T13:29:37.211Z Compiling dtrace-parser v0.2.0
16622026-03-18T13:29:37.534Z Compiling ed25519 v2.2.3
16632026-03-18T13:29:37.668Z Compiling pkcs1 v0.7.5
16642026-03-18T13:29:37.794Z Compiling hex v0.4.3
16652026-03-18T13:29:37.884Z Compiling serde-big-array v0.5.1
16662026-03-18T13:29:38.055Z Compiling rfc6979 v0.4.0
16672026-03-18T13:29:38.083Z Compiling bstr v1.12.1
16682026-03-18T13:29:38.172Z Compiling serde_repr v0.1.20
16692026-03-18T13:29:38.231Z Compiling strum_macros v0.26.4
16702026-03-18T13:29:38.253Z Compiling enum-as-inner v0.6.1
16712026-03-18T13:29:38.314Z Compiling clap_derive v4.5.55
16722026-03-18T13:29:38.417Z Compiling itertools v0.12.1
16732026-03-18T13:29:38.707Z Compiling phf_shared v0.11.3
16742026-03-18T13:29:38.726Z Compiling float-cmp v0.10.0
16752026-03-18T13:29:38.759Z Compiling memmap2 v0.9.10
16762026-03-18T13:29:38.914Z Compiling thread-id v4.2.2
16772026-03-18T13:29:38.937Z Compiling env_filter v1.0.0
16782026-03-18T13:29:38.958Z Compiling encoding_rs v0.8.35
16792026-03-18T13:29:38.979Z Compiling mime v0.3.17
16802026-03-18T13:29:39.024Z Compiling normalize-line-endings v0.3.0
16812026-03-18T13:29:39.045Z Compiling jiff v0.2.21
16822026-03-18T13:29:39.066Z Compiling rustc-hash v2.1.1
16832026-03-18T13:29:39.135Z Compiling precomputed-hash v0.1.1
16842026-03-18T13:29:39.158Z Compiling whoami v2.1.0
16852026-03-18T13:29:39.234Z Compiling difflib v0.4.0
16862026-03-18T13:29:39.258Z Compiling predicates-core v1.0.10
16872026-03-18T13:29:39.331Z Compiling new_debug_unreachable v1.0.6
16882026-03-18T13:29:39.357Z Compiling data-encoding v2.10.0
16892026-03-18T13:29:39.434Z Compiling static_assertions v1.1.0
16902026-03-18T13:29:39.505Z Compiling unit-prefix v0.5.2
16912026-03-18T13:29:39.556Z Compiling keccak v0.1.6
16922026-03-18T13:29:39.670Z Compiling fixedbitset v0.4.2
16932026-03-18T13:29:39.716Z Compiling fixedbitset v0.5.7
16942026-03-18T13:29:39.984Z Compiling hyper v1.8.1
16952026-03-18T13:29:40.020Z Compiling petgraph v0.8.3
16962026-03-18T13:29:40.063Z Compiling zone v0.3.1
16972026-03-18T13:29:40.108Z Compiling petgraph v0.6.5
16982026-03-18T13:29:40.142Z Compiling sha3 v0.10.8
16992026-03-18T13:29:40.348Z Compiling hickory-proto v0.25.2
17002026-03-18T13:29:40.565Z Compiling toml_edit v0.22.27
17012026-03-18T13:29:40.684Z Compiling indicatif v0.18.4
17022026-03-18T13:29:40.704Z Compiling strum v0.26.3
17032026-03-18T13:29:40.742Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17042026-03-18T13:29:40.769Z Compiling clap v4.5.60
17052026-03-18T13:29:40.883Z Compiling predicates v3.1.4
17062026-03-18T13:29:40.904Z Compiling tokio-postgres v0.7.16
17072026-03-18T13:29:40.989Z Compiling string_cache v0.8.9
17082026-03-18T13:29:41.024Z Compiling iddqd v0.3.17
17092026-03-18T13:29:41.300Z Compiling env_logger v0.11.9
17102026-03-18T13:29:41.387Z Compiling usdt-impl v0.5.0
17112026-03-18T13:29:41.782Z Compiling hyper-util v0.1.20
17122026-03-18T13:29:41.802Z Compiling usdt v0.6.0
17132026-03-18T13:29:41.846Z Compiling serde_with v3.17.0
17142026-03-18T13:29:42.144Z Compiling similar v2.7.0
17152026-03-18T13:29:42.171Z Compiling toml v0.7.8
17162026-03-18T13:29:42.199Z Compiling crossterm v0.28.1
17172026-03-18T13:29:42.220Z Compiling ecdsa v0.16.9
17182026-03-18T13:29:42.634Z Compiling rsa v0.9.10
17192026-03-18T13:29:42.695Z Compiling zip v4.6.1
17202026-03-18T13:29:42.757Z Compiling ed25519-dalek v2.2.0
17212026-03-18T13:29:43.367Z Compiling zip v0.6.6
17222026-03-18T13:29:43.603Z Compiling tokio-stream v0.1.18
17232026-03-18T13:29:43.977Z Compiling hyper-tls v0.6.0
17242026-03-18T13:29:44.152Z Compiling buf-list v1.1.2
17252026-03-18T13:29:44.179Z Compiling toml_parser v1.0.9+spec-1.1.0
17262026-03-18T13:29:44.236Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-03-18T13:29:44.260Z Compiling openapiv3 v2.2.0
17282026-03-18T13:29:44.290Z Compiling x509-cert v0.2.5
17292026-03-18T13:29:44.320Z Compiling sha1 v0.10.6
17302026-03-18T13:29:44.370Z Compiling itertools v0.13.0
17312026-03-18T13:29:44.488Z Compiling toml_datetime v0.7.5+spec-1.1.0
17322026-03-18T13:29:44.533Z Compiling lalrpop-util v0.19.12
17332026-03-18T13:29:44.558Z Compiling peg-runtime v0.8.5
17342026-03-18T13:29:44.632Z Compiling thread_local v1.1.9
17352026-03-18T13:29:44.659Z Compiling slog-async v2.8.0
17362026-03-18T13:29:44.794Z Compiling futures-executor v0.3.32
17372026-03-18T13:29:44.887Z Compiling crossbeam-channel v0.5.15
17382026-03-18T13:29:44.950Z Compiling is-terminal v0.4.17
17392026-03-18T13:29:44.976Z Compiling filetime v0.2.27
17402026-03-18T13:29:45.006Z Compiling xattr v1.6.1
17412026-03-18T13:29:45.055Z Compiling take_mut v0.2.2
17422026-03-18T13:29:45.085Z Compiling term v1.2.1
17432026-03-18T13:29:45.108Z Compiling futures v0.3.32
17442026-03-18T13:29:45.210Z Compiling tar v0.4.44
17452026-03-18T13:29:45.507Z Compiling slog-term v2.9.2
17462026-03-18T13:30:08.383Z Compiling rustls-webpki v0.103.9
17472026-03-18T13:30:12.409Z Compiling tokio-rustls v0.26.4
17482026-03-18T13:30:12.412Z Compiling rustls-platform-verifier v0.6.2
17492026-03-18T13:30:12.661Z Compiling hyper-rustls v0.27.7
17502026-03-18T13:30:12.916Z Compiling reqwest v0.13.2
17512026-03-18T13:30:12.916Z Compiling reqwest v0.12.28
17522026-03-18T13:30:15.720Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17532026-03-18T13:30:16.011Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17542026-03-18T13:30:19.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
17552026-03-18T13:30:19.930Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17562026-03-18T13:30:19.987ZMar 18 13:30:19.061 INFO Starting download, target: Clickhouse
17572026-03-18T13:30:19.987ZMar 18 13:30:19.062 INFO Starting download, target: DendriteStub
17582026-03-18T13:30:19.990ZMar 18 13:30:19.062 INFO Starting download, target: MaghemiteMgd
17592026-03-18T13:30:19.990ZMar 18 13:30:19.062 INFO Starting download, target: Cockroach
17602026-03-18T13:30:19.990ZMar 18 13:30:19.062 INFO Starting download, target: Console
17612026-03-18T13:30:19.990ZMar 18 13:30:19.062 INFO Starting download, target: TransceiverControl
17622026-03-18T13:30:19.990ZMar 18 13:30:19.062 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17632026-03-18T13:30:19.990ZMar 18 13:30:19.062 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17642026-03-18T13:30:19.990ZMar 18 13:30:19.062 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-03-18T13:30:19.990ZMar 18 13:30:19.062 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17662026-03-18T13:30:19.990ZMar 18 13:30:19.062 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17672026-03-18T13:30:19.990ZMar 18 13:30:19.062 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17682026-03-18T13:30:20.551ZMar 18 13:30:19.625 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17692026-03-18T13:30:20.899ZMar 18 13:30:19.970 INFO Download complete, target: TransceiverControl
17702026-03-18T13:30:21.102ZMar 18 13:30:20.174 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17712026-03-18T13:30:21.486ZMar 18 13:30:20.559 INFO Download complete, target: Console
17722026-03-18T13:30:21.604ZMar 18 13:30:20.678 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17732026-03-18T13:30:21.759ZMar 18 13:30:20.832 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17742026-03-18T13:30:22.238ZMar 18 13:30:21.313 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-03-18T13:30:22.238ZMar 18 13:30:21.313 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-03-18T13:30:22.453ZMar 18 13:30:21.528 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17772026-03-18T13:30:25.389ZMar 18 13:30:24.464 INFO Download complete, target: DendriteStub
17782026-03-18T13:30:25.512ZMar 18 13:30:24.588 INFO Download complete, target: MaghemiteMgd
17792026-03-18T13:30:30.023ZMar 18 13:30:29.099 INFO Checking that binary works, target: Cockroach
17802026-03-18T13:30:30.159ZMar 18 13:30:29.235 INFO Download complete, target: Cockroach
17812026-03-18T13:30:33.721ZMar 18 13:30:32.797 INFO Checking that binary works, target: Clickhouse
17822026-03-18T13:30:33.828ZMar 18 13:30:32.905 INFO Download complete, target: Clickhouse
17832026-03-18T13:30:33.835ZAll prerequisites installed successfully
17842026-03-18T13:30:33.838Z
17852026-03-18T13:30:33.838Zreal 1:54.648090034
17862026-03-18T13:30:33.838Zuser 9:17.525444878
17872026-03-18T13:30:33.838Zsys 1:56.184720906
17882026-03-18T13:30:33.838Ztrap 0.287248627
17892026-03-18T13:30:33.838Ztflt 1.240766242
17902026-03-18T13:30:33.838Zdflt 1.803104824
17912026-03-18T13:30:33.838Zkflt 0.022136112
17922026-03-18T13:30:33.838Zlock 33:10.118343134
17932026-03-18T13:30:33.838Zslp 23:26.707757062
17942026-03-18T13:30:33.838Zlat 31.793039791
17952026-03-18T13:30:33.838Zstop 3:53.369438865
17962026-03-18T13:30:33.838Z+ source ./tools/include/force-git-over-https.sh
17972026-03-18T13:30:33.838Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17982026-03-18T13:30:33.838Z++ (( i = 0 ))
17992026-03-18T13:30:33.838Z++ (( i < 5 ))
18002026-03-18T13:30:33.838Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18012026-03-18T13:30:33.842Z++ (( i++ ))
18022026-03-18T13:30:33.842Z++ (( i < 5 ))
18032026-03-18T13:30:33.842Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18042026-03-18T13:30:33.845Z++ (( i++ ))
18052026-03-18T13:30:33.845Z++ (( i < 5 ))
18062026-03-18T13:30:33.845Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18072026-03-18T13:30:33.848Z++ (( i++ ))
18082026-03-18T13:30:33.848Z++ (( i < 5 ))
18092026-03-18T13:30:33.848Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18102026-03-18T13:30:33.851Z++ (( i++ ))
18112026-03-18T13:30:33.851Z++ (( i < 5 ))
18122026-03-18T13:30:33.851Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18132026-03-18T13:30:33.854Z++ (( i++ ))
18142026-03-18T13:30:33.854Z++ (( i < 5 ))
18152026-03-18T13:30:33.858Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18162026-03-18T13:30:33.858Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18172026-03-18T13:30:33.858Z+ rc=0
18182026-03-18T13:30:33.858Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18192026-03-18T13:30:41.492Z+ case $rc in
18202026-03-18T13:30:41.492Z+ pfexec zfs create -p rpool/images/build/host
18212026-03-18T13:30:41.709Z+ pfexec zfs create -p rpool/images/build/recovery
18222026-03-18T13:30:41.788Z+ cargo xtask releng --output-dir /work --mkincorp
18232026-03-18T13:30:42.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18242026-03-18T13:30:42.485Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18252026-03-18T13:30:43.657Z Compiling proc-macro2 v1.0.106
18262026-03-18T13:30:43.657Z Compiling quote v1.0.44
18272026-03-18T13:30:43.660Z Compiling unicode-ident v1.0.24
18282026-03-18T13:30:43.661Z Compiling libc v0.2.180
18292026-03-18T13:30:43.661Z Compiling serde_core v1.0.228
18302026-03-18T13:30:43.661Z Compiling serde v1.0.228
18312026-03-18T13:30:43.661Z Compiling cfg-if v1.0.4
18322026-03-18T13:30:43.661Z Compiling version_check v0.9.5
18332026-03-18T13:30:43.661Z Compiling shlex v1.3.0
18342026-03-18T13:30:43.661Z Compiling find-msvc-tools v0.1.9
18352026-03-18T13:30:43.661Z Compiling typenum v1.19.0
18362026-03-18T13:30:43.661Z Compiling autocfg v1.5.0
18372026-03-18T13:30:43.661Z Compiling portable-atomic v1.13.1
18382026-03-18T13:30:43.661Z Compiling zerocopy v0.8.40
18392026-03-18T13:30:43.847Z Compiling memchr v2.8.0
18402026-03-18T13:30:44.030Z Compiling zmij v1.0.21
18412026-03-18T13:30:44.052Z Compiling serde_json v1.0.149
18422026-03-18T13:30:44.119Z Compiling libm v0.2.16
18432026-03-18T13:30:44.362Z Compiling generic-array v0.14.7
18442026-03-18T13:30:44.454Z Compiling parking_lot_core v0.9.12
18452026-03-18T13:30:44.457Z Compiling num-traits v0.2.19
18462026-03-18T13:30:44.457Z Compiling smallvec v1.15.1
18472026-03-18T13:30:44.525Z Compiling icu_properties_data v2.1.2
18482026-03-18T13:30:44.569Z Compiling icu_normalizer_data v2.1.1
18492026-03-18T13:30:44.572Z Compiling log v0.4.29
18502026-03-18T13:30:44.616Z Compiling pkg-config v0.3.32
18512026-03-18T13:30:44.642Z Compiling itoa v1.0.17
18522026-03-18T13:30:44.806Z Compiling getrandom v0.4.1
18532026-03-18T13:30:44.809Z Compiling subtle v2.6.1
18542026-03-18T13:30:44.857Z Compiling getrandom v0.3.4
18552026-03-18T13:30:44.931Z Compiling scopeguard v1.2.0
18562026-03-18T13:30:45.004Z Compiling stable_deref_trait v1.2.1
18572026-03-18T13:30:45.077Z Compiling jobserver v0.1.34
18582026-03-18T13:30:45.102Z Compiling getrandom v0.2.17
18592026-03-18T13:30:45.128Z Compiling lock_api v0.4.14
18602026-03-18T13:30:45.177Z Compiling errno v0.3.14
18612026-03-18T13:30:45.222Z Compiling critical-section v1.2.0
18622026-03-18T13:30:45.320Z Compiling rand_core v0.6.4
18632026-03-18T13:30:45.391Z Compiling cc v1.2.56
18642026-03-18T13:30:45.481Z Compiling rustix v1.1.3
18652026-03-18T13:30:45.591Z Compiling syn v2.0.117
18662026-03-18T13:30:45.641Z Compiling dunce v1.0.5
18672026-03-18T13:30:45.641Z Compiling fs_extra v1.3.0
18682026-03-18T13:30:45.779Z Compiling pin-project-lite v0.2.17
18692026-03-18T13:30:45.782Z Compiling heck v0.5.0
18702026-03-18T13:30:45.850Z Compiling once_cell v1.21.3
18712026-03-18T13:30:45.905Z Compiling percent-encoding v2.3.2
18722026-03-18T13:30:45.963Z Compiling litemap v0.8.1
18732026-03-18T13:30:45.987Z Compiling writeable v0.6.2
18742026-03-18T13:30:46.109Z Compiling const-oid v0.9.6
18752026-03-18T13:30:46.147Z Compiling thiserror v2.0.18
18762026-03-18T13:30:46.195Z Compiling rustversion v1.0.22
18772026-03-18T13:30:46.267Z Compiling fnv v1.0.7
18782026-03-18T13:30:46.272Z Compiling signal-hook-registry v1.4.8
18792026-03-18T13:30:46.402Z Compiling cmake v0.1.57
18802026-03-18T13:30:46.449Z Compiling aws-lc-rs v1.16.0
18812026-03-18T13:30:46.515Z Compiling equivalent v1.0.2
18822026-03-18T13:30:46.598Z Compiling allocator-api2 v0.2.21
18832026-03-18T13:30:46.665Z Compiling futures-core v0.3.32
18842026-03-18T13:30:46.799Z Compiling parking_lot v0.12.5
18852026-03-18T13:30:46.933Z Compiling semver v1.0.27
18862026-03-18T13:30:46.985Z Compiling bitflags v2.11.0
18872026-03-18T13:30:47.175Z Compiling mio v1.1.1
18882026-03-18T13:30:47.249Z Compiling ring v0.17.14
18892026-03-18T13:30:47.249Z Compiling aws-lc-sys v0.37.1
18902026-03-18T13:30:47.351Z Compiling foldhash v0.2.0
18912026-03-18T13:30:47.399Z Compiling httparse v1.10.1
18922026-03-18T13:30:47.402Z Compiling socket2 v0.6.2
18932026-03-18T13:30:47.494Z Compiling utf8_iter v1.0.4
18942026-03-18T13:30:47.548Z Compiling schemars v0.8.22
18952026-03-18T13:30:47.574Z Compiling vcpkg v0.2.15
18962026-03-18T13:30:47.598Z Compiling hashbrown v0.16.1
18972026-03-18T13:30:47.784Z Compiling form_urlencoded v1.2.2
18982026-03-18T13:30:48.042Z Compiling futures-sink v0.3.32
18992026-03-18T13:30:48.113Z Compiling rand_core v0.10.0
19002026-03-18T13:30:48.134Z Compiling rustls v0.23.37
19012026-03-18T13:30:48.211Z Compiling futures-channel v0.3.32
19022026-03-18T13:30:48.234Z Compiling slab v0.4.12
19032026-03-18T13:30:48.237Z Compiling futures-task v0.3.32
19042026-03-18T13:30:48.284Z Compiling futures-io v0.3.32
19052026-03-18T13:30:48.359Z Compiling openssl-sys v0.9.111
19062026-03-18T13:30:48.442Z Compiling crossbeam-utils v0.8.21
19072026-03-18T13:30:48.518Z Compiling indexmap v2.13.0
19082026-03-18T13:30:48.593Z Compiling cpufeatures v0.2.17
19092026-03-18T13:30:48.691Z Compiling syn v1.0.109
19102026-03-18T13:30:48.764Z Compiling rustc_version v0.4.1
19112026-03-18T13:30:48.861Z Compiling byteorder v1.5.0
19122026-03-18T13:30:48.911Z Compiling thiserror v1.0.69
19132026-03-18T13:30:48.979Z Compiling strsim v0.11.1
19142026-03-18T13:30:48.983Z Compiling crc32fast v1.5.0
19152026-03-18T13:30:49.051Z Compiling ucd-trie v0.1.7
19162026-03-18T13:30:49.219Z Compiling openssl v0.10.75
19172026-03-18T13:30:49.269Z Compiling pest v2.8.6
19182026-03-18T13:30:49.371Z Compiling iana-time-zone v0.1.65
19192026-03-18T13:30:49.375Z Compiling time-core v0.1.8
19202026-03-18T13:30:49.442Z Compiling ident_case v1.0.1
19212026-03-18T13:30:49.524Z Compiling synstructure v0.13.2
19222026-03-18T13:30:49.582Z Compiling serde_derive_internals v0.29.1
19232026-03-18T13:30:49.647Z Compiling num-conv v0.2.0
19242026-03-18T13:30:49.859Z Compiling time-macros v0.2.27
19252026-03-18T13:30:49.905Z Compiling base64 v0.22.1
19262026-03-18T13:30:50.022Z Compiling native-tls v0.2.18
19272026-03-18T13:30:50.391Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19282026-03-18T13:30:50.426Z Compiling base64ct v1.8.3
19292026-03-18T13:30:50.515Z Compiling untrusted v0.9.0
19302026-03-18T13:30:50.557Z Compiling uuid v1.21.0
19312026-03-18T13:30:50.588Z Compiling slog v2.8.2
19322026-03-18T13:30:50.706Z Compiling flagset v0.4.7
19332026-03-18T13:30:50.754Z Compiling regex-syntax v0.8.10
19342026-03-18T13:30:50.855Z Compiling pest_meta v2.8.6
19352026-03-18T13:30:51.883Z Compiling pem-rfc7468 v0.7.0
19362026-03-18T13:30:51.886Z Compiling rand_core v0.9.5
19372026-03-18T13:30:51.886Z Compiling bzip2-sys v0.1.13+1.0.8
19382026-03-18T13:30:51.886Z Compiling tracing-core v0.1.36
19392026-03-18T13:30:51.886Z Compiling paste v1.0.15
19402026-03-18T13:30:51.886Z Compiling plain v0.2.3
19412026-03-18T13:30:51.886Z Compiling serde_derive v1.0.228
19422026-03-18T13:30:51.886Z Compiling zeroize_derive v1.4.3
19432026-03-18T13:30:51.886Z Compiling zerofrom-derive v0.1.6
19442026-03-18T13:30:51.886Z Compiling yoke-derive v0.8.1
19452026-03-18T13:30:51.886Z Compiling zerocopy-derive v0.8.40
19462026-03-18T13:30:51.886Z Compiling zerovec-derive v0.11.2
19472026-03-18T13:30:51.886Z Compiling displaydoc v0.2.5
19482026-03-18T13:30:52.267Z Compiling tokio-macros v2.6.0
19492026-03-18T13:30:52.288Z Compiling zeroize v1.8.2
19502026-03-18T13:30:52.610Z Compiling futures-macro v0.3.32
19512026-03-18T13:30:52.739Z Compiling der_derive v0.7.3
19522026-03-18T13:30:52.834Z Compiling thiserror-impl v2.0.18
19532026-03-18T13:30:52.997Z Compiling tracing-attributes v0.1.31
19542026-03-18T13:30:53.120Z Compiling zerofrom v0.1.6
19552026-03-18T13:30:53.310Z Compiling yoke v0.8.1
19562026-03-18T13:30:53.449Z Compiling crypto-common v0.1.7
19572026-03-18T13:30:53.579Z Compiling zerovec v0.11.5
19582026-03-18T13:30:53.604Z Compiling zerotrie v0.2.3
19592026-03-18T13:30:53.626Z Compiling block-buffer v0.10.4
19602026-03-18T13:30:53.857Z Compiling digest v0.10.7
19612026-03-18T13:30:53.939Z Compiling schemars_derive v0.8.22
19622026-03-18T13:30:54.183Z Compiling futures-util v0.3.32
19632026-03-18T13:30:54.241Z Compiling hmac v0.12.1
19642026-03-18T13:30:54.392Z Compiling tinystr v0.8.2
19652026-03-18T13:30:54.414Z Compiling potential_utf v0.1.4
19662026-03-18T13:30:54.486Z Compiling block-padding v0.3.3
19672026-03-18T13:30:54.571Z Compiling rustls-pki-types v1.14.0
19682026-03-18T13:30:54.607Z Compiling icu_collections v2.1.1
19692026-03-18T13:30:54.666Z Compiling icu_locale_core v2.1.1
19702026-03-18T13:30:54.689Z Compiling thiserror-impl v1.0.69
19712026-03-18T13:30:54.758Z Compiling inout v0.1.4
19722026-03-18T13:30:55.310Z Compiling pest_generator v2.8.6
19732026-03-18T13:30:55.461Z Compiling openssl-macros v0.1.1
19742026-03-18T13:30:55.632Z Compiling icu_provider v2.1.1
19752026-03-18T13:30:55.743Z Compiling bytes v1.11.1
19762026-03-18T13:30:55.894Z Compiling chrono v0.4.44
19772026-03-18T13:30:55.958Z Compiling cipher v0.4.4
19782026-03-18T13:30:56.167Z Compiling icu_properties v2.1.2
19792026-03-18T13:30:56.167Z Compiling icu_normalizer v2.1.1
19802026-03-18T13:30:56.284Z Compiling pest_derive v2.8.6
19812026-03-18T13:30:56.623Z Compiling tokio v1.49.0
19822026-03-18T13:30:56.910Z Compiling http v1.4.0
19832026-03-18T13:30:56.966Z Compiling sha2 v0.10.9
19842026-03-18T13:30:57.457Z Compiling idna_adapter v1.2.1
19852026-03-18T13:30:57.743Z Compiling idna v1.1.0
19862026-03-18T13:30:57.768Z Compiling ppv-lite86 v0.2.21
19872026-03-18T13:30:58.080Z Compiling scroll_derive v0.13.1
19882026-03-18T13:30:58.247Z Compiling url v2.5.8
19892026-03-18T13:30:58.636Z Compiling der v0.7.10
19902026-03-18T13:30:58.927Z Compiling rayon-core v1.13.0
19912026-03-18T13:30:59.133Z Compiling camino v1.2.2
19922026-03-18T13:30:59.302Z Compiling http-body v1.0.1
19932026-03-18T13:30:59.527Z Compiling salsa20 v0.10.2
19942026-03-18T13:30:59.530Z Compiling tracing v0.1.44
19952026-03-18T13:30:59.726Z Compiling pbkdf2 v0.12.2
19962026-03-18T13:30:59.856Z Compiling spki v0.7.3
19972026-03-18T13:31:00.211Z Compiling cookie v0.18.1
19982026-03-18T13:31:00.289Z Compiling dyn-clone v1.0.20
19992026-03-18T13:31:00.453Z Compiling fastrand v2.3.0
20002026-03-18T13:31:00.453Z Compiling atomic-waker v1.1.2
20012026-03-18T13:31:00.502Z Compiling num-bigint-dig v0.8.6
20022026-03-18T13:31:00.527Z Compiling scrypt v0.11.0
20032026-03-18T13:31:00.923Z Compiling rand_chacha v0.9.0
20042026-03-18T13:31:00.945Z Compiling aes v0.8.4
20052026-03-18T13:31:01.000Z Compiling cbc v0.1.2
20062026-03-18T13:31:01.263Z Compiling ahash v0.8.12
20072026-03-18T13:31:01.315Z Compiling untrusted v0.7.1
20082026-03-18T13:31:01.448Z Compiling pretty-hex v0.4.1
20092026-03-18T13:31:01.470Z Compiling tower-service v0.3.3
20102026-03-18T13:31:01.494Z Compiling tower-layer v0.3.3
20112026-03-18T13:31:01.556Z Compiling anyhow v1.0.102
20122026-03-18T13:31:01.605Z Compiling openssl-probe v0.2.1
20132026-03-18T13:31:01.629Z Compiling zstd-safe v7.2.4
20142026-03-18T13:31:01.652Z Compiling usdt-impl v0.6.0
20152026-03-18T13:31:01.754Z Compiling try-lock v0.2.5
20162026-03-18T13:31:01.936Z Compiling want v0.3.1
20172026-03-18T13:31:01.961Z Compiling pkcs5 v0.7.1
20182026-03-18T13:31:02.006Z Compiling tokio-util v0.7.18
20192026-03-18T13:31:02.010Z Compiling rand v0.9.2
20202026-03-18T13:31:02.210Z Compiling scroll v0.13.0
20212026-03-18T13:31:02.603Z Compiling serde_tokenstream v0.2.3
20222026-03-18T13:31:02.606Z Compiling ipnet v2.11.0
20232026-03-18T13:31:02.645Z Compiling daft-derive v0.1.5
20242026-03-18T13:31:02.829Z Compiling scroll_derive v0.12.1
20252026-03-18T13:31:02.913Z Compiling clap_derive v4.5.55
20262026-03-18T13:31:03.003Z Compiling async-trait v0.1.89
20272026-03-18T13:31:03.051Z Compiling heapless v0.7.17
20282026-03-18T13:31:03.377Z Compiling aho-corasick v1.1.4
20292026-03-18T13:31:03.423Z Compiling signal-hook v0.3.18
20302026-03-18T13:31:03.578Z Compiling h2 v0.4.13
20312026-03-18T13:31:03.700Z Compiling httpdate v1.0.3
20322026-03-18T13:31:03.897Z Compiling pin-utils v0.1.0
20332026-03-18T13:31:04.051Z Compiling goblin v0.10.5
20342026-03-18T13:31:04.182Z Compiling pkcs8 v0.10.2
20352026-03-18T13:31:04.225Z Compiling tempfile v3.25.0
20362026-03-18T13:31:04.247Z Compiling darling_core v0.20.11
20372026-03-18T13:31:04.544Z Compiling regex-automata v0.4.14
20382026-03-18T13:31:04.590Z Compiling spin v0.9.8
20392026-03-18T13:31:05.135Z Compiling tinyvec_macros v0.1.1
20402026-03-18T13:31:05.160Z Compiling litrs v1.0.0
20412026-03-18T13:31:05.248Z Compiling tinyvec v1.10.0
20422026-03-18T13:31:05.775Z Compiling dtrace-parser v0.3.0
20432026-03-18T13:31:05.800Z Compiling document-features v0.2.12
20442026-03-18T13:31:05.930Z Compiling hex v0.4.3
20452026-03-18T13:31:06.382Z Compiling zerocopy-derive v0.7.35
20462026-03-18T13:31:06.463Z Compiling strum_macros v0.26.4
20472026-03-18T13:31:06.571Z Compiling darling_core v0.21.3
20482026-03-18T13:31:06.711Z Compiling curve25519-dalek v4.1.3
20492026-03-18T13:31:07.059Z Compiling thread-id v5.1.0
20502026-03-18T13:31:07.118Z Compiling darling_macro v0.20.11
20512026-03-18T13:31:07.140Z Compiling memoffset v0.9.1
20522026-03-18T13:31:07.189Z Compiling proc-macro-error-attr v1.0.4
20532026-03-18T13:31:07.372Z Compiling ref-cast v1.0.25
20542026-03-18T13:31:07.402Z Compiling powerfmt v0.2.0
20552026-03-18T13:31:07.457Z Compiling foreign-types-shared v0.1.1
20562026-03-18T13:31:07.482Z Compiling rustix v0.38.44
20572026-03-18T13:31:07.486Z Compiling anstyle v1.0.13
20582026-03-18T13:31:07.553Z Compiling utf8parse v0.2.2
20592026-03-18T13:31:07.585Z Compiling smoltcp v0.9.1
20602026-03-18T13:31:07.791Z Compiling darling v0.20.11
20612026-03-18T13:31:07.794Z Compiling anstyle-parse v0.2.7
20622026-03-18T13:31:07.919Z Compiling dof v0.4.0
20632026-03-18T13:31:07.943Z Compiling deranged v0.5.8
20642026-03-18T13:31:07.967Z Compiling foreign-types v0.3.2
20652026-03-18T13:31:08.207Z Compiling rustls-native-certs v0.8.3
20662026-03-18T13:31:08.467Z Compiling hyper v1.8.1
20672026-03-18T13:31:08.708Z Compiling http-body-util v0.1.3
20682026-03-18T13:31:08.791Z Compiling serde_spanned v0.6.9
20692026-03-18T13:31:09.016Z Compiling toml_datetime v0.6.11
20702026-03-18T13:31:09.444Z Compiling sync_wrapper v1.0.2
20712026-03-18T13:31:09.475Z Compiling wait-timeout v0.2.1
20722026-03-18T13:31:09.500Z Compiling proc-macro-error v1.0.4
20732026-03-18T13:31:09.523Z Compiling siphasher v1.0.2
20742026-03-18T13:31:09.597Z Compiling quick-error v1.2.3
20752026-03-18T13:31:09.623Z Compiling colorchoice v1.0.4
20762026-03-18T13:31:09.744Z Compiling darling_macro v0.21.3
20772026-03-18T13:31:09.783Z Compiling is_terminal_polyfill v1.70.2
20782026-03-18T13:31:09.805Z Compiling unicode-segmentation v1.12.0
20792026-03-18T13:31:09.809Z Compiling bit-vec v0.8.0
20802026-03-18T13:31:09.852Z Compiling num_threads v0.1.7
20812026-03-18T13:31:09.924Z Compiling anstyle-query v1.1.5
20822026-03-18T13:31:09.981Z Compiling cfg_aliases v0.2.1
20832026-03-18T13:31:10.070Z Compiling ryu v1.0.23
20842026-03-18T13:31:10.119Z Compiling either v1.15.0
20852026-03-18T13:31:10.146Z Compiling simd-adler32 v0.3.8
20862026-03-18T13:31:10.250Z Compiling time v0.3.47
20872026-03-18T13:31:10.283Z Compiling hyper-util v0.1.20
20882026-03-18T13:31:10.317Z Compiling serde_urlencoded v0.7.1
20892026-03-18T13:31:10.368Z Compiling darling v0.21.3
20902026-03-18T13:31:10.500Z Compiling nix v0.31.1
20912026-03-18T13:31:10.526Z Compiling bit-set v0.8.0
20922026-03-18T13:31:10.526Z Compiling anstream v0.6.21
20932026-03-18T13:31:10.748Z Compiling rusty-fork v0.3.1
20942026-03-18T13:31:10.814Z Compiling tower v0.5.3
20952026-03-18T13:31:11.251Z Compiling crossbeam-epoch v0.9.18
20962026-03-18T13:31:11.386Z Compiling derive_builder_core v0.20.2
20972026-03-18T13:31:11.500Z Compiling regex v1.12.3
20982026-03-18T13:31:11.592Z Compiling unicode-normalization v0.1.25
20992026-03-18T13:31:11.876Z Compiling erased-serde v0.3.31
21002026-03-18T13:31:12.091Z Compiling webpki-roots v1.0.6
21012026-03-18T13:31:12.154Z Compiling hubpack_derive v0.1.1
21022026-03-18T13:31:12.263Z Compiling signature v2.2.0
21032026-03-18T13:31:12.284Z Compiling curve25519-dalek-derive v0.1.1
21042026-03-18T13:31:12.467Z Compiling strum_macros v0.27.2
21052026-03-18T13:31:12.531Z Compiling ref-cast-impl v1.0.25
21062026-03-18T13:31:12.572Z Compiling rand_xorshift v0.4.0
21072026-03-18T13:31:12.829Z Compiling fs-err v3.3.0
21082026-03-18T13:31:12.942Z Compiling usdt-impl v0.5.0
21092026-03-18T13:31:13.097Z Compiling object v0.37.3
21102026-03-18T13:31:13.118Z Compiling iri-string v0.7.10
21112026-03-18T13:31:13.269Z Compiling unarray v0.1.4
21122026-03-18T13:31:13.303Z Compiling unicode-bidi v0.3.18
21132026-03-18T13:31:13.440Z Compiling unicode-properties v0.1.4
21142026-03-18T13:31:13.556Z Compiling adler2 v2.0.1
21152026-03-18T13:31:13.731Z Compiling miniz_oxide v0.8.9
21162026-03-18T13:31:13.776Z Compiling stringprep v0.1.5
21172026-03-18T13:31:13.997Z Compiling proptest v1.10.0
21182026-03-18T13:31:14.311Z Compiling derive_builder_macro v0.20.2
21192026-03-18T13:31:14.888Z Compiling crossbeam-deque v0.8.6
21202026-03-18T13:31:14.912Z Compiling serde_with_macros v3.17.0
21212026-03-18T13:31:14.915Z Compiling heck v0.4.1
21222026-03-18T13:31:14.957Z Compiling usdt-attr-macro v0.6.0
21232026-03-18T13:31:15.090Z Compiling tower-http v0.6.8
21242026-03-18T13:31:15.153Z Compiling usdt-macro v0.6.0
21252026-03-18T13:31:15.189Z Compiling ipnetwork v0.21.1
21262026-03-18T13:31:15.237Z Compiling scroll v0.12.0
21272026-03-18T13:31:15.929Z Compiling rand_chacha v0.3.1
21282026-03-18T13:31:16.062Z Compiling md-5 v0.10.6
21292026-03-18T13:31:16.273Z Compiling num-integer v0.1.46
21302026-03-18T13:31:16.302Z Compiling terminal_size v0.4.3
21312026-03-18T13:31:16.327Z Compiling hash32 v0.2.1
21322026-03-18T13:31:16.352Z Compiling vergen-lib v0.1.6
21332026-03-18T13:31:16.421Z Compiling ff v0.13.1
21342026-03-18T13:31:16.452Z Compiling base16ct v0.2.0
21352026-03-18T13:31:16.476Z Compiling fallible-iterator v0.2.0
21362026-03-18T13:31:16.592Z Compiling winnow v0.7.14
21372026-03-18T13:31:16.613Z Compiling psl-types v2.0.11
21382026-03-18T13:31:16.797Z Compiling clap_lex v1.0.0
21392026-03-18T13:31:16.883Z Compiling zlib-rs v0.6.2
21402026-03-18T13:31:16.992Z Compiling postgres-protocol v0.6.10
21412026-03-18T13:31:17.180Z Compiling clap_builder v4.5.60
21422026-03-18T13:31:17.288Z Compiling publicsuffix v2.3.0
21432026-03-18T13:31:17.312Z Compiling newtype-uuid v1.3.2
21442026-03-18T13:31:17.559Z Compiling sec1 v0.7.3
21452026-03-18T13:31:17.681Z Compiling num-iter v0.1.45
21462026-03-18T13:31:17.703Z Compiling group v0.13.0
21472026-03-18T13:31:17.933Z Compiling rand v0.8.5
21482026-03-18T13:31:18.807Z Compiling goblin v0.8.2
21492026-03-18T13:31:18.864Z Compiling oxnet v0.1.4
21502026-03-18T13:31:19.146Z Compiling zone_cfg_derive v0.3.1
21512026-03-18T13:31:19.169Z Compiling derive_builder v0.20.2
21522026-03-18T13:31:19.172Z Compiling tokio-native-tls v0.3.1
21532026-03-18T13:31:19.327Z Compiling phf_shared v0.13.1
21542026-03-18T13:31:19.423Z Compiling zerocopy v0.7.35
21552026-03-18T13:31:19.470Z Compiling lazy_static v1.5.0
21562026-03-18T13:31:19.665Z Compiling cargo-platform v0.1.9
21572026-03-18T13:31:19.687Z Compiling hkdf v0.12.4
21582026-03-18T13:31:19.691Z Compiling crypto-bigint v0.5.5
21592026-03-18T13:31:19.802Z Compiling serde_repr v0.1.20
21602026-03-18T13:31:19.891Z Compiling flate2 v1.1.9
21612026-03-18T13:31:19.936Z Compiling enum-as-inner v0.6.1
21622026-03-18T13:31:20.016Z Compiling vergen v9.0.6
21632026-03-18T13:31:20.247Z Compiling encoding_rs v0.8.35
21642026-03-18T13:31:20.277Z Compiling bumpalo v3.20.2
21652026-03-18T13:31:20.436Z Compiling libbz2-rs-sys v0.2.2
21662026-03-18T13:31:20.607Z Compiling bitflags v1.3.2
21672026-03-18T13:31:20.716Z Compiling managed v0.8.0
21682026-03-18T13:31:20.984Z Compiling mime v0.3.17
21692026-03-18T13:31:21.018Z Compiling foldhash v0.1.5
21702026-03-18T13:31:21.112Z Compiling unicode-width v0.2.0
21712026-03-18T13:31:21.250Z Compiling winnow v0.5.40
21722026-03-18T13:31:21.299Z Compiling hashbrown v0.15.5
21732026-03-18T13:31:21.323Z Compiling elliptic-curve v0.13.8
21742026-03-18T13:31:21.487Z Compiling console v0.16.2
21752026-03-18T13:31:21.608Z Compiling bzip2 v0.6.1
21762026-03-18T13:31:21.898Z Compiling dof v0.3.0
21772026-03-18T13:31:22.521Z Compiling zopfli v0.8.3
21782026-03-18T13:31:23.135Z Compiling toml_edit v0.19.15
21792026-03-18T13:31:23.235Z Compiling cargo_metadata v0.19.2
21802026-03-18T13:31:23.257Z Compiling clap v4.5.60
21812026-03-18T13:31:24.394Z Compiling phf v0.13.1
21822026-03-18T13:31:24.777Z Compiling hyper-tls v0.6.0
21832026-03-18T13:31:24.859Z Compiling signal-hook-mio v0.2.5
21842026-03-18T13:31:24.886Z Compiling daft v0.1.5
21852026-03-18T13:31:24.911Z Compiling cookie_store v0.22.1
21862026-03-18T13:31:24.914Z Compiling rayon v1.11.0
21872026-03-18T13:31:25.027Z Compiling postgres-types v0.2.12
21882026-03-18T13:31:25.067Z Compiling zstd v0.13.3
21892026-03-18T13:31:25.189Z Compiling bzip2 v0.4.4
21902026-03-18T13:31:25.215Z Compiling strum v0.27.2
21912026-03-18T13:31:25.421Z Compiling hubpack v0.1.2
21922026-03-18T13:31:25.465Z Compiling ed25519 v2.2.3
21932026-03-18T13:31:25.522Z Compiling dtrace-parser v0.2.0
21942026-03-18T13:31:25.545Z Compiling itertools v0.12.1
21952026-03-18T13:31:25.704Z Compiling phf_shared v0.11.3
21962026-03-18T13:31:25.750Z Compiling bstr v1.12.1
21972026-03-18T13:31:25.850Z Compiling pkcs1 v0.7.5
21982026-03-18T13:31:26.261Z Compiling serde-big-array v0.5.1
21992026-03-18T13:31:26.264Z Compiling rfc6979 v0.4.0
22002026-03-18T13:31:26.391Z Compiling float-cmp v0.10.0
22012026-03-18T13:31:26.440Z Compiling thread-id v4.2.2
22022026-03-18T13:31:26.461Z Compiling memmap2 v0.9.10
22032026-03-18T13:31:26.464Z Compiling env_filter v1.0.0
22042026-03-18T13:31:26.574Z Compiling new_debug_unreachable v1.0.6
22052026-03-18T13:31:26.620Z Compiling toml_write v0.1.2
22062026-03-18T13:31:26.759Z Compiling unit-prefix v0.5.2
22072026-03-18T13:31:26.837Z Compiling rustc-hash v2.1.1
22082026-03-18T13:31:26.860Z Compiling predicates-core v1.0.10
22092026-03-18T13:31:26.954Z Compiling fixedbitset v0.5.7
22102026-03-18T13:31:27.011Z Compiling fixedbitset v0.4.2
22112026-03-18T13:31:27.014Z Compiling precomputed-hash v0.1.1
22122026-03-18T13:31:27.090Z Compiling data-encoding v2.10.0
22132026-03-18T13:31:27.112Z Compiling normalize-line-endings v0.3.0
22142026-03-18T13:31:27.160Z Compiling difflib v0.4.0
22152026-03-18T13:31:27.214Z Compiling whoami v2.1.0
22162026-03-18T13:31:27.249Z Compiling static_assertions v1.1.0
22172026-03-18T13:31:27.293Z Compiling keccak v0.1.6
22182026-03-18T13:31:27.344Z Compiling jiff v0.2.21
22192026-03-18T13:31:27.370Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22202026-03-18T13:31:27.397Z Compiling petgraph v0.8.3
22212026-03-18T13:31:27.433Z Compiling petgraph v0.6.5
22222026-03-18T13:31:27.569Z Compiling tokio-postgres v0.7.16
22232026-03-18T13:31:27.666Z Compiling sha3 v0.10.8
22242026-03-18T13:31:27.782Z Compiling hickory-proto v0.25.2
22252026-03-18T13:31:27.855Z Compiling predicates v3.1.4
22262026-03-18T13:31:28.033Z Compiling indicatif v0.18.4
22272026-03-18T13:31:28.340Z Compiling string_cache v0.8.9
22282026-03-18T13:31:28.626Z Compiling zone v0.3.1
22292026-03-18T13:31:28.649Z Compiling iddqd v0.3.17
22302026-03-18T13:31:29.042Z Compiling toml_edit v0.22.27
22312026-03-18T13:31:29.460Z Compiling env_logger v0.11.9
22322026-03-18T13:31:29.820Z Compiling usdt v0.6.0
22332026-03-18T13:31:30.009Z Compiling ecdsa v0.16.9
22342026-03-18T13:31:30.067Z Compiling serde_with v3.17.0
22352026-03-18T13:31:30.120Z Compiling similar v2.7.0
22362026-03-18T13:31:30.147Z Compiling rsa v0.9.10
22372026-03-18T13:31:30.969Z Compiling zip v4.6.1
22382026-03-18T13:31:31.023Z Compiling crossterm v0.28.1
22392026-03-18T13:31:31.087Z Compiling ed25519-dalek v2.2.0
22402026-03-18T13:31:31.313Z Compiling zip v0.6.6
22412026-03-18T13:31:32.049Z Compiling toml v0.7.8
22422026-03-18T13:31:32.384Z Compiling toml_parser v1.0.9+spec-1.1.0
22432026-03-18T13:31:32.481Z Compiling itertools v0.13.0
22442026-03-18T13:31:32.504Z Compiling strum v0.26.3
22452026-03-18T13:31:32.578Z Compiling tokio-stream v0.1.18
22462026-03-18T13:31:32.684Z Compiling buf-list v1.1.2
22472026-03-18T13:31:32.732Z Compiling x509-cert v0.2.5
22482026-03-18T13:31:32.824Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22492026-03-18T13:31:33.030Z Compiling openapiv3 v2.2.0
22502026-03-18T13:31:33.119Z Compiling sha1 v0.10.6
22512026-03-18T13:31:33.152Z Compiling structmeta-derive v0.3.0
22522026-03-18T13:31:33.193Z Compiling toml_datetime v0.7.5+spec-1.1.0
22532026-03-18T13:31:33.241Z Compiling lalrpop-util v0.19.12
22542026-03-18T13:31:33.648Z Compiling peg-runtime v0.8.5
22552026-03-18T13:31:33.689Z Compiling radium v0.7.0
22562026-03-18T13:31:34.450Z Compiling structmeta v0.3.0
22572026-03-18T13:31:35.771Z Compiling maybe-uninit v2.0.0
22582026-03-18T13:31:36.067Z Compiling tap v1.0.1
22592026-03-18T13:31:36.232Z Compiling wyz v0.5.1
22602026-03-18T13:31:37.526Z Compiling packed_struct v0.10.1
22612026-03-18T13:31:37.826Z Compiling funty v2.0.0
22622026-03-18T13:31:38.809Z Compiling bitvec v1.0.1
22632026-03-18T13:31:40.713Z Compiling futures-executor v0.3.32
22642026-03-18T13:31:40.983Z Compiling packed_struct_codegen v0.10.1
22652026-03-18T13:31:41.306Z Compiling bitfield-macros v0.19.4
22662026-03-18T13:31:41.333Z Compiling zerocopy-derive v0.6.6
22672026-03-18T13:31:41.658Z Compiling indexmap v1.9.3
22682026-03-18T13:31:41.931Z Compiling nodrop v0.1.14
22692026-03-18T13:31:42.114Z Compiling typeid v1.0.3
22702026-03-18T13:31:42.277Z Compiling crc-catalog v2.4.0
22712026-03-18T13:31:42.369Z Compiling zerocopy v0.6.6
22722026-03-18T13:31:42.416Z Compiling crc v3.4.0
22732026-03-18T13:31:42.569Z Compiling bitfield v0.19.4
22742026-03-18T13:31:42.979Z Compiling array-init v0.0.4
22752026-03-18T13:31:43.257Z Compiling futures v0.3.32
22762026-03-18T13:31:44.027Z Compiling smallvec v0.6.14
22772026-03-18T13:31:44.347Z Compiling derive-ex v0.1.8
22782026-03-18T13:31:47.299Z Compiling base64 v0.21.7
22792026-03-18T13:31:47.450Z Compiling hashbrown v0.12.3
22802026-03-18T13:31:47.884Z Compiling erased-serde v0.4.9
22812026-03-18T13:31:48.191Z Compiling rustls v0.22.4
22822026-03-18T13:31:50.249Z Compiling ron v0.8.1
22832026-03-18T13:31:52.359Z Compiling rustls-webpki v0.103.9
22842026-03-18T13:31:53.612Z Compiling test-strategy v0.4.5
22852026-03-18T13:31:53.709Z Compiling serde-hex v0.1.0
22862026-03-18T13:31:54.168Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22872026-03-18T13:31:54.329Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22882026-03-18T13:31:54.774Z Compiling toml v0.8.23
22892026-03-18T13:31:54.805Z Compiling hashbrown v0.13.2
22902026-03-18T13:31:55.393Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22912026-03-18T13:31:55.603Z Compiling rustls-webpki v0.102.8
22922026-03-18T13:31:55.730Z Compiling pin-project-internal v1.1.11
22932026-03-18T13:31:55.778Z Compiling filetime v0.2.27
22942026-03-18T13:31:55.825Z Compiling multer v3.1.0
22952026-03-18T13:31:56.091Z Compiling thread_local v1.1.9
22962026-03-18T13:31:56.201Z Compiling slog-async v2.8.0
22972026-03-18T13:31:56.223Z Compiling xattr v1.6.1
22982026-03-18T13:31:56.495Z Compiling match_cfg v0.1.0
22992026-03-18T13:31:56.557Z Compiling same-file v1.0.6
23002026-03-18T13:31:56.581Z Compiling crc-any v2.5.0
23012026-03-18T13:31:56.676Z Compiling hostname v0.3.1
23022026-03-18T13:31:56.815Z Compiling walkdir v2.5.0
23032026-03-18T13:31:56.840Z Compiling tar v0.4.44
23042026-03-18T13:31:57.008Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23052026-03-18T13:31:57.131Z Compiling object v0.30.4
23062026-03-18T13:31:57.163Z Compiling tokio-rustls v0.26.4
23072026-03-18T13:31:57.570Z Compiling hyper-rustls v0.27.7
23082026-03-18T13:31:57.667Z Compiling rustls-platform-verifier v0.6.2
23092026-03-18T13:31:57.737Z Compiling pin-project v1.1.11
23102026-03-18T13:31:57.912Z Compiling reqwest v0.13.2
23112026-03-18T13:31:57.937Z Compiling reqwest v0.12.28
23122026-03-18T13:31:57.973Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23132026-03-18T13:31:58.009Z Compiling slog-json v2.6.1
23142026-03-18T13:31:58.177Z Compiling crossbeam-channel v0.5.15
23152026-03-18T13:31:58.340Z Compiling async-stream-impl v0.3.6
23162026-03-18T13:31:58.668Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23172026-03-18T13:31:58.689Z Compiling snafu-derive v0.8.9
23182026-03-18T13:31:58.815Z Compiling ordered-float v2.10.1
23192026-03-18T13:31:58.910Z Compiling serde_path_to_error v0.1.20
23202026-03-18T13:31:59.078Z Compiling serde_spanned v1.0.4
23212026-03-18T13:31:59.099Z Compiling is-terminal v0.4.17
23222026-03-18T13:31:59.187Z Compiling fs-err v2.11.0
23232026-03-18T13:31:59.225Z Compiling dropshot v0.16.7
23242026-03-18T13:31:59.247Z Compiling toml_writer v1.0.6+spec-1.1.0
23252026-03-18T13:31:59.309Z Compiling path-slash v0.1.5
23262026-03-18T13:31:59.474Z Compiling take_mut v0.2.2
23272026-03-18T13:31:59.500Z Compiling debug-ignore v1.0.5
23282026-03-18T13:31:59.530Z Compiling term v1.2.1
23292026-03-18T13:31:59.551Z Compiling toml v0.9.12+spec-1.1.0
23302026-03-18T13:31:59.700Z Compiling tokio-rustls v0.25.0
23312026-03-18T13:31:59.721Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23322026-03-18T13:31:59.822Z Compiling serde-value v0.7.0
23332026-03-18T13:31:59.930Z Compiling async-stream v0.3.6
23342026-03-18T13:32:00.007Z Compiling slog-term v2.9.2
23352026-03-18T13:32:00.044Z Compiling serde-untagged v0.1.9
23362026-03-18T13:32:00.195Z Compiling slog-bunyan v2.5.0
23372026-03-18T13:32:00.532Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23382026-03-18T13:32:00.717Z Compiling globset v0.4.18
23392026-03-18T13:32:00.985Z Compiling snafu v0.8.9
23402026-03-18T13:32:01.223Z Compiling parse-display-derive v0.10.0
23412026-03-18T13:32:01.585Z Compiling camino-tempfile v1.4.1
23422026-03-18T13:32:01.710Z Compiling olpc-cjson v0.1.4
23432026-03-18T13:32:01.766Z Compiling dropshot_endpoint v0.16.7
23442026-03-18T13:32:01.888Z Compiling newtype-uuid-macros v0.1.0
23452026-03-18T13:32:02.020Z Compiling backon v1.6.0
23462026-03-18T13:32:02.147Z Compiling waitgroup v0.1.2
23472026-03-18T13:32:02.365Z Compiling half v2.7.1
23482026-03-18T13:32:02.386Z Compiling serde_plain v1.0.2
23492026-03-18T13:32:02.474Z Compiling rustls-pemfile v2.2.0
23502026-03-18T13:32:02.533Z Compiling async-recursion v1.1.1
23512026-03-18T13:32:02.755Z Compiling pem v3.0.6
23522026-03-18T13:32:02.831Z Compiling blake3 v1.8.3
23532026-03-18T13:32:02.855Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23542026-03-18T13:32:02.859Z Compiling hostname v0.4.2
23552026-03-18T13:32:02.900Z Compiling instant v0.1.13
23562026-03-18T13:32:03.069Z Compiling unicode-xid v0.2.6
23572026-03-18T13:32:03.105Z Compiling ciborium-io v0.2.2
23582026-03-18T13:32:03.228Z Compiling typed-path v0.9.3
23592026-03-18T13:32:03.253Z Compiling parse-display v0.10.0
23602026-03-18T13:32:03.280Z Compiling ciborium-ll v0.2.2
23612026-03-18T13:32:03.329Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23622026-03-18T13:32:03.352Z Compiling cargo-util-schemas v0.8.2
23632026-03-18T13:32:03.479Z Compiling backoff v0.4.0
23642026-03-18T13:32:03.611Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23652026-03-18T13:32:03.646Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23662026-03-18T13:32:03.838Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23672026-03-18T13:32:03.864Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23682026-03-18T13:32:03.884Z Compiling itertools v0.14.0
23692026-03-18T13:32:04.145Z Compiling macaddr v1.0.1
23702026-03-18T13:32:04.215Z Compiling cargo-platform v0.2.0
23712026-03-18T13:32:04.280Z Compiling regress v0.10.5
23722026-03-18T13:32:04.362Z Compiling indent_write v2.2.0
23732026-03-18T13:32:04.524Z Compiling parse-size v1.1.0
23742026-03-18T13:32:04.567Z Compiling arrayvec v0.7.6
23752026-03-18T13:32:04.769Z Compiling constant_time_eq v0.4.2
23762026-03-18T13:32:04.850Z Compiling arrayref v0.3.9
23772026-03-18T13:32:04.892Z Compiling ciborium v0.2.2
23782026-03-18T13:32:04.915Z Compiling cargo_metadata v0.21.0
23792026-03-18T13:32:05.032Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23802026-03-18T13:32:05.906Z Compiling display-error-chain v0.2.2
23812026-03-18T13:32:05.951Z Compiling topological-sort v0.2.2
23822026-03-18T13:32:05.994Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23832026-03-18T13:32:06.101Z Compiling shell-words v1.1.1
23842026-03-18T13:32:19.518Z Compiling progenitor-client v0.10.0
23852026-03-18T13:32:19.518Z Compiling tough v0.20.0
23862026-03-18T13:32:19.521Z Compiling omicron-zone-package v0.12.2
23872026-03-18T13:32:19.542Z Compiling progenitor-client v0.13.0
23882026-03-18T13:32:19.685Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23892026-03-18T13:32:19.688Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23902026-03-18T13:32:20.077Z Compiling progenitor-extras v0.1.1
23912026-03-18T13:32:20.401Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922026-03-18T13:32:23.345Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23932026-03-18T13:32:27.342Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23942026-03-18T13:32:32.681Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23952026-03-18T13:32:43.133Z Finished `release` profile [optimized] target(s) in 2m 00s
23962026-03-18T13:32:43.319Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23972026-03-18T13:32:43.382ZMar 18 13:32:42.474 DEBG changing working directory to /work/oxidecomputer/omicron
23982026-03-18T13:32:43.507ZMar 18 13:32:42.600 DEBG running: git rev-parse HEAD
23992026-03-18T13:32:43.511ZMar 18 13:32:42.603 DEBG process exited with exit status: 0 (3.14642ms)
24002026-03-18T13:32:43.511ZMar 18 13:32:42.603 INFO version: 19.0.0-0.ci+git78e92b69fec
24012026-03-18T13:32:43.522ZMar 18 13:32:42.614 INFO cloning helios to /work/oxidecomputer/helios
24022026-03-18T13:32:43.522ZMar 18 13:32:42.614 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24032026-03-18T13:32:43.525ZCloning into '/work/oxidecomputer/helios'...
24042026-03-18T13:32:43.997ZMar 18 13:32:43.089 DEBG process exited with exit status: 0 (474.683644ms)
24052026-03-18T13:32:43.997ZMar 18 13:32:43.089 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24062026-03-18T13:32:44.000ZMar 18 13:32:43.092 DEBG process exited with exit status: 0 (3.202128ms)
24072026-03-18T13:32:44.000ZMar 18 13:32:43.092 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24082026-03-18T13:32:44.431ZMar 18 13:32:43.523 DEBG process exited with exit status: 0 (431.151164ms)
24092026-03-18T13:32:44.431ZMar 18 13:32:43.524 DEBG running: zfs list rpool/images/build/host
24102026-03-18T13:32:44.436ZNAME USED AVAIL REFER MOUNTPOINT
24112026-03-18T13:32:44.436Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24122026-03-18T13:32:44.439ZMar 18 13:32:43.529 DEBG process exited with exit status: 0 (5.790497ms)
24132026-03-18T13:32:44.439ZMar 18 13:32:43.529 DEBG running: zfs list rpool/images/build/recovery
24142026-03-18T13:32:44.442ZNAME USED AVAIL REFER MOUNTPOINT
24152026-03-18T13:32:44.442Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24162026-03-18T13:32:44.442ZMar 18 13:32:43.534 DEBG process exited with exit status: 0 (4.956311ms)
24172026-03-18T13:32:44.442ZMar 18 13:32:43.535 INFO [incorp-manifest] running task
24182026-03-18T13:32:44.442ZMar 18 13:32:43.535 INFO [hubris-production] running task
24192026-03-18T13:32:44.445ZMar 18 13:32:43.535 INFO [hubris-staging] running task
24202026-03-18T13:32:44.445ZMar 18 13:32:43.535 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24212026-03-18T13:32:44.445ZMar 18 13:32:43.536 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
24222026-03-18T13:32:44.445ZMar 18 13:32:43.536 INFO [incorp-create] running: pkgrepo create /work/incorporation
24232026-03-18T13:32:44.445ZMar 18 13:32:43.537 INFO [switch-branch] running: git switch helios3
24242026-03-18T13:32:44.445ZMar 18 13:32:43.537 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24252026-03-18T13:32:44.455Z[ switch-branch] Switched to a new branch 'helios3'
24262026-03-18T13:32:44.458Z[ switch-branch] branch 'helios3' set up to track 'origin/helios3'.
24272026-03-18T13:32:44.458ZMar 18 13:32:43.549 INFO [switch-branch] process exited with exit status: 0 (11.658513ms)
24282026-03-18T13:32:44.483Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24292026-03-18T13:32:44.748ZMar 18 13:32:43.841 INFO [incorp-create] process exited with exit status: 0 (304.742605ms)
24302026-03-18T13:32:44.751ZMar 18 13:32:43.841 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24312026-03-18T13:32:44.954ZMar 18 13:32:44.047 DEBG process exited with exit status: 0 (511.841602ms)
24322026-03-18T13:32:44.958ZMar 18 13:32:44.047 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24332026-03-18T13:32:45.048ZMar 18 13:32:44.141 INFO [incorp-publisher] process exited with exit status: 0 (300.3014ms)
24342026-03-18T13:32:45.078Z[ omicron-package] Blocking waiting for file lock on package cache
24352026-03-18T13:32:45.576ZMar 18 13:32:44.669 DEBG process exited with exit status: 0 (621.959158ms)
24362026-03-18T13:32:45.580ZMar 18 13:32:44.670 INFO [incorp-manifest] task succeeded (1.135240104s)
24372026-03-18T13:32:45.580ZMar 18 13:32:44.670 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24382026-03-18T13:32:45.720ZMar 18 13:32:44.813 INFO [hubris-production] task succeeded (1.277731869s)
24392026-03-18T13:32:45.749Z[ omicron-package] Blocking waiting for file lock on package cache
24402026-03-18T13:32:45.809ZMar 18 13:32:44.902 INFO [incorp-fmt] process exited with exit status: 0 (231.609717ms)
24412026-03-18T13:32:45.812ZMar 18 13:32:44.902 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24422026-03-18T13:32:46.105Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11-3.0:20260318T133245Z
24432026-03-18T13:32:46.105Z[ incorp-pkgsend] PUBLISHED
24442026-03-18T13:32:46.161ZMar 18 13:32:45.254 INFO [incorp-pkgsend] process exited with exit status: 0 (351.917669ms)
24452026-03-18T13:32:46.164ZMar 18 13:32:45.254 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24462026-03-18T13:32:46.420Z[ helios-incorp] Retrieving packages for publisher helios ...
24472026-03-18T13:32:46.424Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24482026-03-18T13:32:46.457Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24492026-03-18T13:32:46.457Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24502026-03-18T13:32:46.460Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24512026-03-18T13:32:46.463Z[ helios-incorp]
24522026-03-18T13:32:46.463Z[ helios-incorp] Archiving packages ...
24532026-03-18T13:32:46.463Z[ helios-incorp] Packages to add: 1
24542026-03-18T13:32:46.463Z[ helios-incorp] Files to retrieve: 0
24552026-03-18T13:32:46.463Z[ helios-incorp] Estimated transfer size: 0.00 B
24562026-03-18T13:32:46.463Z[ helios-incorp]
24572026-03-18T13:32:46.463Z[ helios-incorp] Packages to archive:
24582026-03-18T13:32:46.463Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11-3.0:20260318T133245Z
24592026-03-18T13:32:46.463Z[ helios-incorp]
24602026-03-18T13:32:46.463Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24612026-03-18T13:32:46.463Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24622026-03-18T13:32:46.521ZMar 18 13:32:45.614 INFO [helios-incorp] process exited with exit status: 0 (359.899356ms)
24632026-03-18T13:32:46.679Z[ omicron-package] Compiling ring v0.17.14
24642026-03-18T13:32:46.952Z[ omicron-package] Compiling itertools v0.14.0
24652026-03-18T13:32:46.995Z[ omicron-package] Compiling heapless v0.8.0
24662026-03-18T13:32:47.030Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24672026-03-18T13:32:47.033Z[ omicron-package] Compiling hash32 v0.3.1
24682026-03-18T13:32:47.034Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24692026-03-18T13:32:47.034Z[ omicron-package] Compiling smoltcp v0.11.0
24702026-03-18T13:32:47.034Z[ omicron-package] Compiling cobs v0.3.0
24712026-03-18T13:32:47.034Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24722026-03-18T13:32:47.034Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24732026-03-18T13:32:47.034Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24742026-03-18T13:32:47.034Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24752026-03-18T13:32:47.034Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24762026-03-18T13:32:47.034Z[ omicron-package] Compiling cpufeatures v0.3.0
24772026-03-18T13:32:47.034Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24782026-03-18T13:32:47.706Z[ omicron-package] Compiling chacha20 v0.10.0
24792026-03-18T13:32:47.793Z[ omicron-package] Compiling tabwriter v1.4.1
24802026-03-18T13:32:48.332Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24812026-03-18T13:32:48.335Z[ omicron-package] Compiling postcard v1.1.3
24822026-03-18T13:32:48.351Z[ omicron-package] Compiling num_enum_derive v0.5.11
24832026-03-18T13:32:48.381Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24842026-03-18T13:32:48.665Z[ omicron-package] Compiling foreign-types v0.5.0
24852026-03-18T13:32:48.671Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24862026-03-18T13:32:49.012Z[ omicron-package] Compiling cstr-argument v0.1.2
24872026-03-18T13:32:49.107Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24882026-03-18T13:32:49.107Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24892026-03-18T13:32:49.107Z[ omicron-package] Compiling rand v0.10.0
24902026-03-18T13:32:49.270Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24912026-03-18T13:32:49.280Z[ omicron-package] Compiling ingot-macros v0.1.1
24922026-03-18T13:32:49.336Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24932026-03-18T13:32:49.336Z[ omicron-package] Compiling colored v3.1.1
24942026-03-18T13:32:49.462Z[ omicron-package] Compiling libefi-sys v0.1.0
24952026-03-18T13:32:49.629Z[ omicron-package] Compiling num_enum_derive v0.7.5
24962026-03-18T13:32:49.629Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24972026-03-18T13:32:49.664Z[ omicron-package] Compiling usdt-macro v0.5.0
24982026-03-18T13:32:49.701Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
24992026-03-18T13:32:49.750Z[ omicron-package] Compiling secrecy v0.10.3
25002026-03-18T13:32:49.889Z[ omicron-package] Compiling num_enum v0.5.11
25012026-03-18T13:32:50.034Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25022026-03-18T13:32:50.112Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25032026-03-18T13:32:50.172Z[ omicron-package] Compiling bitfield-struct v0.6.2
25042026-03-18T13:32:50.172Z[ omicron-package] Compiling num-derive v0.4.2
25052026-03-18T13:32:50.176Z[ omicron-package] Compiling sigpipe v0.1.3
25062026-03-18T13:32:50.176Z[ omicron-package] Compiling memmap v0.7.0
25072026-03-18T13:32:50.346Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25082026-03-18T13:32:50.349Z[ omicron-package] Compiling glob v0.3.3
25092026-03-18T13:32:50.431Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25102026-03-18T13:32:50.779Z[ omicron-package] Compiling smf v0.2.3
25112026-03-18T13:32:50.925Z[ omicron-package] Compiling usdt v0.5.0
25122026-03-18T13:32:50.931Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-03-18T13:32:50.931Z[ omicron-package] Compiling whoami v1.6.1
25142026-03-18T13:32:51.022Z[ omicron-package] Compiling rustls v0.23.37
25152026-03-18T13:32:51.100Z[ omicron-package] Compiling num_enum v0.7.5
25162026-03-18T13:32:51.126Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25172026-03-18T13:32:51.129Z[ omicron-package] Compiling gethostname v0.5.0
25182026-03-18T13:32:51.176Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25192026-03-18T13:32:51.176Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25202026-03-18T13:32:51.179Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25212026-03-18T13:32:51.322Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25222026-03-18T13:32:51.485Z[ omicron-package] Compiling oxide-tokio-rt v0.1.3
25232026-03-18T13:32:51.597Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25242026-03-18T13:32:51.641Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25252026-03-18T13:32:52.729Z[ omicron-package] Compiling rustls-webpki v0.103.9
25262026-03-18T13:32:53.068Z[ omicron-package] Compiling ingot-types v0.1.2
25272026-03-18T13:32:53.168Z[ omicron-package] Compiling rustls v0.22.4
25282026-03-18T13:32:53.587Z[ omicron-package] Compiling ingot v0.1.1
25292026-03-18T13:32:54.812Z[ omicron-package] Compiling rustls-webpki v0.102.8
25302026-03-18T13:32:56.147Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25312026-03-18T13:32:57.441Z[ omicron-package] Compiling tokio-rustls v0.26.4
25322026-03-18T13:32:57.441Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25332026-03-18T13:32:57.753Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25342026-03-18T13:32:57.774Z[ omicron-package] Compiling hyper-rustls v0.27.7
25352026-03-18T13:32:58.077Z[ omicron-package] Compiling reqwest v0.12.28
25362026-03-18T13:32:58.077Z[ omicron-package] Compiling reqwest v0.13.2
25372026-03-18T13:32:58.104Z[ omicron-package] Compiling tokio-rustls v0.25.0
25382026-03-18T13:32:58.437Z[ omicron-package] Compiling dropshot v0.16.7
25392026-03-18T13:32:59.546Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25402026-03-18T13:33:00.350ZMar 18 13:32:59.445 INFO [hubris-staging] task succeeded (15.909501224s)
25412026-03-18T13:33:01.951Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25422026-03-18T13:33:02.547Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25432026-03-18T13:33:03.601Z[ omicron-package] Compiling progenitor-client v0.13.0
25442026-03-18T13:33:03.682Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25452026-03-18T13:33:03.802Z[ omicron-package] Compiling progenitor-client v0.10.0
25462026-03-18T13:33:03.934Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25472026-03-18T13:33:03.996Z[ omicron-package] Compiling progenitor-extras v0.1.1
25482026-03-18T13:33:04.025Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25492026-03-18T13:33:04.025Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25502026-03-18T13:33:04.113Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25512026-03-18T13:33:04.364Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25522026-03-18T13:33:04.627Z[ helios-setup] Mar 18 13:33:03.722 INFO helios repository root is: /work/oxidecomputer/helios
25532026-03-18T13:33:04.630Z[ helios-setup] Mar 18 13:33:03.724 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
25542026-03-18T13:33:04.631Z[ helios-setup] Mar 18 13:33:03.724 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25552026-03-18T13:33:04.634Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25562026-03-18T13:33:05.228Z[ helios-setup] Mar 18 13:33:04.323 INFO clone ok!, project: phbl
25572026-03-18T13:33:05.232Z[ helios-setup] Mar 18 13:33:04.323 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
25582026-03-18T13:33:05.232Z[ helios-setup] Mar 18 13:33:04.323 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
25592026-03-18T13:33:05.232Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25602026-03-18T13:33:06.522Z[ helios-setup] Mar 18 13:33:05.617 INFO clone ok!, project: amd-host-image-builder
25612026-03-18T13:33:06.522Z[ helios-setup] Mar 18 13:33:05.618 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
25622026-03-18T13:33:06.526Z[ helios-setup] Mar 18 13:33:05.618 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25632026-03-18T13:33:06.526Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25642026-03-18T13:33:07.440Z[ helios-setup] Mar 18 13:33:06.536 INFO clone ok!, project: pilot
25652026-03-18T13:33:07.441Z[ helios-setup] Mar 18 13:33:06.536 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25662026-03-18T13:33:07.444Z[ helios-setup] Mar 18 13:33:06.536 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25672026-03-18T13:33:07.444Z[ helios-setup] Mar 18 13:33:06.536 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
25682026-03-18T13:33:07.444Z[ helios-setup] Mar 18 13:33:06.536 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25692026-03-18T13:33:07.444Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25702026-03-18T13:33:08.032Z[ helios-setup] Mar 18 13:33:07.127 INFO clone ok!, project: image-builder
25712026-03-18T13:33:08.032Z[ helios-setup] Mar 18 13:33:07.127 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
25722026-03-18T13:33:08.032Z[ helios-setup] Mar 18 13:33:07.127 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25732026-03-18T13:33:08.036Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25742026-03-18T13:33:08.534Z[ helios-setup] Mar 18 13:33:07.630 INFO clone ok!, project: pinprick
25752026-03-18T13:33:08.537Z[ helios-setup] Mar 18 13:33:07.630 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
25762026-03-18T13:33:08.537Z[ helios-setup] Mar 18 13:33:07.630 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25772026-03-18T13:33:08.537Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25782026-03-18T13:33:14.180Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25792026-03-18T13:33:15.473Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25802026-03-18T13:33:16.041Z[ helios-setup] Mar 18 13:33:15.137 INFO clone ok!, project: amd-firmware
25812026-03-18T13:33:16.041Z[ helios-setup] Mar 18 13:33:15.138 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25822026-03-18T13:33:16.044Z[ helios-setup] Mar 18 13:33:15.138 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
25832026-03-18T13:33:16.044Z[ helios-setup] Mar 18 13:33:15.138 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25842026-03-18T13:33:16.044Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25852026-03-18T13:33:16.538Z[ helios-setup] Mar 18 13:33:15.635 INFO clone ok!, project: bootserver
25862026-03-18T13:33:16.541Z[ helios-setup] Mar 18 13:33:15.635 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
25872026-03-18T13:33:16.541Z[ helios-setup] Mar 18 13:33:15.635 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25882026-03-18T13:33:16.542Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25892026-03-18T13:33:17.369Z[ helios-setup] Mar 18 13:33:16.465 INFO clone ok!, project: dmar-report
25902026-03-18T13:33:17.372Z[ helios-setup] Mar 18 13:33:16.465 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
25912026-03-18T13:33:17.372Z[ helios-setup] Mar 18 13:33:16.465 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25922026-03-18T13:33:17.372Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25932026-03-18T13:33:19.021Z[ helios-setup] Mar 18 13:33:18.118 INFO clone ok!, project: chelsio-t6-roms
25942026-03-18T13:33:19.025Z[ helios-setup] Mar 18 13:33:18.118 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
25952026-03-18T13:33:19.311Z[ helios-setup] Mar 18 13:33:18.408 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
25962026-03-18T13:33:19.600Z[ helios-setup] Mar 18 13:33:18.697 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
25972026-03-18T13:33:19.601Z[ helios-setup] Mar 18 13:33:18.697 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
25982026-03-18T13:33:19.899Z[ helios-setup] Mar 18 13:33:18.996 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
25992026-03-18T13:33:20.223Z[ helios-setup] Mar 18 13:33:19.320 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26002026-03-18T13:33:20.223Z[ helios-setup] Mar 18 13:33:19.320 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26012026-03-18T13:33:20.537Z[ helios-setup] Mar 18 13:33:19.634 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26022026-03-18T13:33:20.849Z[ helios-setup] Mar 18 13:33:19.946 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26032026-03-18T13:33:20.852Z[ helios-setup] Mar 18 13:33:19.946 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26042026-03-18T13:33:20.852Z[ helios-setup] Mar 18 13:33:19.946 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26052026-03-18T13:33:20.852Z[ helios-setup] Mar 18 13:33:19.946 INFO ok!
26062026-03-18T13:33:20.852Z[ helios-setup] Mar 18 13:33:19.946 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26072026-03-18T13:33:20.852Z[ helios-setup] Mar 18 13:33:19.946 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26082026-03-18T13:33:20.852Z[ helios-setup] Mar 18 13:33:19.946 INFO ok!
26092026-03-18T13:33:20.852Z[ helios-setup] Mar 18 13:33:19.947 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26102026-03-18T13:33:20.852Z[ helios-setup] Mar 18 13:33:19.947 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26112026-03-18T13:33:20.852Z[ helios-setup] Mar 18 13:33:19.947 INFO ok!
26122026-03-18T13:33:20.852Z[ helios-setup] Mar 18 13:33:19.947 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26132026-03-18T13:33:20.891Z[ helios-setup] Mar 18 13:33:19.988 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')"
26142026-03-18T13:33:20.891Z[ helios-setup] Mar 18 13:33:19.988 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26152026-03-18T13:33:20.894Z[ helios-setup] Mar 18 13:33:19.988 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26162026-03-18T13:33:21.049Z[ helios-setup] Mar 18 13:33:20.146 INFO E| Updating crates.io index
26172026-03-18T13:33:21.129Z[ helios-setup] Mar 18 13:33:20.226 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26182026-03-18T13:33:21.525Z[ helios-setup] Mar 18 13:33:20.622 INFO E| From https://github.com/oxidecomputer/amd-apcb
26192026-03-18T13:33:21.525Z[ helios-setup] Mar 18 13:33:20.623 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
26202026-03-18T13:33:21.541Z[ helios-setup] Mar 18 13:33:20.638 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26212026-03-18T13:33:21.884Z[ helios-setup] Mar 18 13:33:20.982 INFO E| From https://github.com/oxidecomputer/amd-efs
26222026-03-18T13:33:21.884Z[ helios-setup] Mar 18 13:33:20.982 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
26232026-03-18T13:33:22.232Z[ helios-setup] Mar 18 13:33:21.328 INFO E| Downloading crates ...
26242026-03-18T13:33:22.288Z[ helios-setup] Mar 18 13:33:21.385 INFO E| Downloaded heck v0.3.3
26252026-03-18T13:33:22.303Z[ helios-setup] Mar 18 13:33:21.401 INFO E| Downloaded ansi_term v0.12.1
26262026-03-18T13:33:22.306Z[ helios-setup] Mar 18 13:33:21.403 INFO E| Downloaded unic-ucd-version v0.9.0
26272026-03-18T13:33:22.311Z[ helios-setup] Mar 18 13:33:21.408 INFO E| Downloaded vec_map v0.8.2
26282026-03-18T13:33:22.314Z[ helios-setup] Mar 18 13:33:21.410 INFO E| Downloaded strsim v0.8.0
26292026-03-18T13:33:22.314Z[ helios-setup] Mar 18 13:33:21.411 INFO E| Downloaded parse_int v0.9.0
26302026-03-18T13:33:22.317Z[ helios-setup] Mar 18 13:33:21.413 INFO E| Downloaded itoa v1.0.15
26312026-03-18T13:33:22.320Z[ helios-setup] Mar 18 13:33:21.416 INFO E| Downloaded unic-char-range v0.9.0
26322026-03-18T13:33:22.325Z[ helios-setup] Mar 18 13:33:21.423 INFO E| Downloaded dyn-clone v1.0.19
26332026-03-18T13:33:22.332Z[ helios-setup] Mar 18 13:33:21.429 INFO E| Downloaded unic-common v0.9.0
26342026-03-18T13:33:22.335Z[ helios-setup] Mar 18 13:33:21.430 INFO E| Downloaded unic-char-property v0.9.0
26352026-03-18T13:33:22.335Z[ helios-setup] Mar 18 13:33:21.431 INFO E| Downloaded quote v1.0.40
26362026-03-18T13:33:22.338Z[ helios-setup] Mar 18 13:33:21.433 INFO E| Downloaded modular-bitfield-impl v0.11.2
26372026-03-18T13:33:22.341Z[ helios-setup] Mar 18 13:33:21.439 INFO E| Downloaded four-cc v0.4.0
26382026-03-18T13:33:22.344Z[ helios-setup] Mar 18 13:33:21.440 INFO E| Downloaded strum v0.27.1
26392026-03-18T13:33:22.344Z[ helios-setup] Mar 18 13:33:21.441 INFO E| Downloaded fletcher v1.0.0
26402026-03-18T13:33:22.344Z[ helios-setup] Mar 18 13:33:21.442 INFO E| Downloaded unic-ucd-ident v0.9.0
26412026-03-18T13:33:22.357Z[ helios-setup] Mar 18 13:33:21.455 INFO E| Downloaded pest_generator v2.8.0
26422026-03-18T13:33:22.364Z[ helios-setup] Mar 18 13:33:21.461 INFO E| Downloaded rustversion v1.0.20
26432026-03-18T13:33:22.367Z[ helios-setup] Mar 18 13:33:21.463 INFO E| Downloaded thiserror v2.0.12
26442026-03-18T13:33:22.370Z[ helios-setup] Mar 18 13:33:21.467 INFO E| Downloaded textwrap v0.11.0
26452026-03-18T13:33:22.373Z[ helios-setup] Mar 18 13:33:21.469 INFO E| Downloaded pest v2.8.0
26462026-03-18T13:33:22.376Z[ helios-setup] Mar 18 13:33:21.473 INFO E| Downloaded thiserror-impl v2.0.12
26472026-03-18T13:33:22.376Z[ helios-setup] Mar 18 13:33:21.474 INFO E| Downloaded bytesize v2.0.1
26482026-03-18T13:33:22.379Z[ helios-setup] Mar 18 13:33:21.475 INFO E| Downloaded pest_derive v2.8.0
26492026-03-18T13:33:22.382Z[ helios-setup] Mar 18 13:33:21.479 INFO E| Downloaded modular-bitfield-impl v0.13.1
26502026-03-18T13:33:22.382Z[ helios-setup] Mar 18 13:33:21.480 INFO E| Downloaded strum_macros v0.27.1
26512026-03-18T13:33:22.385Z[ helios-setup] Mar 18 13:33:21.482 INFO E| Downloaded modular-bitfield v0.13.1
26522026-03-18T13:33:22.390Z[ helios-setup] Mar 18 13:33:21.487 INFO E| Downloaded ryu v1.0.20
26532026-03-18T13:33:22.393Z[ helios-setup] Mar 18 13:33:21.490 INFO E| Downloaded pest_meta v2.8.0
26542026-03-18T13:33:22.396Z[ helios-setup] Mar 18 13:33:21.491 INFO E| Downloaded structopt-derive v0.4.18
26552026-03-18T13:33:22.399Z[ helios-setup] Mar 18 13:33:21.495 INFO E| Downloaded autocfg v1.4.0
26562026-03-18T13:33:22.404Z[ helios-setup] Mar 18 13:33:21.501 INFO E| Downloaded modular-bitfield v0.11.2
26572026-03-18T13:33:22.411Z[ helios-setup] Mar 18 13:33:21.508 INFO E| Downloaded unicode-ident v1.0.18
26582026-03-18T13:33:22.414Z[ helios-setup] Mar 18 13:33:21.510 INFO E| Downloaded structopt v0.3.26
26592026-03-18T13:33:22.418Z[ helios-setup] Mar 18 13:33:21.515 INFO E| Downloaded serde_derive v1.0.219
26602026-03-18T13:33:22.421Z[ helios-setup] Mar 18 13:33:21.519 INFO E| Downloaded log v0.4.27
26612026-03-18T13:33:22.426Z[ helios-setup] Mar 18 13:33:21.524 INFO E| Downloaded serde v1.0.219
26622026-03-18T13:33:22.429Z[ helios-setup] Mar 18 13:33:21.526 INFO E| Downloaded proc-macro2 v1.0.95
26632026-03-18T13:33:22.436Z[ helios-setup] Mar 18 13:33:21.534 INFO E| Downloaded zerocopy-derive v0.8.25
26642026-03-18T13:33:22.441Z[ helios-setup] Mar 18 13:33:21.538 INFO E| Downloaded typenum v1.18.0
26652026-03-18T13:33:22.444Z[ helios-setup] Mar 18 13:33:21.542 INFO E| Downloaded memchr v2.7.4
26662026-03-18T13:33:22.454Z[ helios-setup] Mar 18 13:33:21.551 INFO E| Downloaded clap v2.34.0
26672026-03-18T13:33:22.470Z[ helios-setup] Mar 18 13:33:21.567 INFO E| Downloaded serde_json v1.0.140
26682026-03-18T13:33:22.484Z[ helios-setup] Mar 18 13:33:21.582 INFO E| Downloaded goblin v0.9.3
26692026-03-18T13:33:22.496Z[ helios-setup] Mar 18 13:33:21.593 INFO E| Downloaded zerocopy v0.8.25
26702026-03-18T13:33:22.515Z[ helios-setup] Mar 18 13:33:21.613 INFO E| Downloaded syn v2.0.101
26712026-03-18T13:33:22.549Z[ helios-setup] Mar 18 13:33:21.646 INFO E| Downloaded libc v0.2.172
26722026-03-18T13:33:22.612Z[ helios-setup] Mar 18 13:33:21.710 INFO E| Compiling proc-macro2 v1.0.95
26732026-03-18T13:33:22.612Z[ helios-setup] Mar 18 13:33:21.710 INFO E| Compiling unicode-ident v1.0.18
26742026-03-18T13:33:22.616Z[ helios-setup] Mar 18 13:33:21.710 INFO E| Compiling memchr v2.7.4
26752026-03-18T13:33:22.616Z[ helios-setup] Mar 18 13:33:21.710 INFO E| Compiling thiserror v2.0.12
26762026-03-18T13:33:22.616Z[ helios-setup] Mar 18 13:33:21.710 INFO E| Compiling autocfg v1.4.0
26772026-03-18T13:33:22.616Z[ helios-setup] Mar 18 13:33:21.710 INFO E| Compiling serde v1.0.219
26782026-03-18T13:33:22.616Z[ helios-setup] Mar 18 13:33:21.710 INFO E| Compiling syn v1.0.109
26792026-03-18T13:33:22.616Z[ helios-setup] Mar 18 13:33:21.710 INFO E| Compiling version_check v0.9.5
26802026-03-18T13:33:22.616Z[ helios-setup] Mar 18 13:33:21.710 INFO E| Compiling serde_json v1.0.140
26812026-03-18T13:33:22.616Z[ helios-setup] Mar 18 13:33:21.710 INFO E| Compiling schemars v0.8.22
26822026-03-18T13:33:22.638Z[ helios-setup] Mar 18 13:33:21.736 INFO E| Compiling ryu v1.0.20
26832026-03-18T13:33:22.641Z[ helios-setup] Mar 18 13:33:21.736 INFO E| Compiling itoa v1.0.15
26842026-03-18T13:33:22.644Z[ helios-setup] Mar 18 13:33:21.739 INFO E| Compiling dyn-clone v1.0.19
26852026-03-18T13:33:22.644Z[ helios-setup] Mar 18 13:33:21.740 INFO E| Compiling ucd-trie v0.1.7
26862026-03-18T13:33:22.644Z[ helios-setup] Mar 18 13:33:21.740 INFO E| Compiling rustversion v1.0.20
26872026-03-18T13:33:22.644Z[ helios-setup] Mar 18 13:33:21.740 INFO E| Compiling libc v0.2.172
26882026-03-18T13:33:22.806Z[ helios-setup] Mar 18 13:33:21.903 INFO E| Compiling zerocopy v0.8.25
26892026-03-18T13:33:22.826Z[ helios-setup] Mar 18 13:33:21.923 INFO E| Compiling paste v1.0.15
26902026-03-18T13:33:22.852Z[ helios-setup] Mar 18 13:33:21.945 INFO E| Compiling static_assertions v1.1.0
26912026-03-18T13:33:22.914Z[ helios-setup] Mar 18 13:33:22.011 INFO E| Compiling once_cell v1.21.3
26922026-03-18T13:33:22.974Z[ helios-setup] Mar 18 13:33:22.072 INFO E| Compiling unicode-segmentation v1.12.0
26932026-03-18T13:33:23.023Z[ helios-setup] Mar 18 13:33:22.121 INFO E| Compiling heck v0.5.0
26942026-03-18T13:33:23.038Z[ helios-setup] Mar 18 13:33:22.136 INFO E| Compiling unicode-width v0.1.14
26952026-03-18T13:33:23.050Z[ helios-setup] Mar 18 13:33:22.146 INFO E| Compiling ansi_term v0.12.1
26962026-03-18T13:33:23.079Z[ helios-setup] Mar 18 13:33:22.175 INFO E| Compiling proc-macro-error-attr v1.0.4
26972026-03-18T13:33:23.113Z[ helios-setup] Mar 18 13:33:22.210 INFO E| Compiling num-traits v0.2.19
26982026-03-18T13:33:23.116Z[ helios-setup] Mar 18 13:33:22.211 INFO E| Compiling memoffset v0.9.1
26992026-03-18T13:33:23.191Z[ helios-setup] Mar 18 13:33:22.289 INFO E| Compiling proc-macro-error v1.0.4
27002026-03-18T13:33:23.256Z[ helios-setup] Mar 18 13:33:22.353 INFO E| Compiling bitflags v1.3.2
27012026-03-18T13:33:23.314Z[ helios-setup] Mar 18 13:33:22.411 INFO E| Compiling unic-common v0.9.0
27022026-03-18T13:33:23.349Z[ helios-setup] Mar 18 13:33:22.447 INFO E| Compiling textwrap v0.11.0
27032026-03-18T13:33:23.411Z[ helios-setup] Mar 18 13:33:22.509 INFO E| Compiling heck v0.3.3
27042026-03-18T13:33:23.419Z[ helios-setup] Mar 18 13:33:22.516 INFO E| Compiling byteorder v1.5.0
27052026-03-18T13:33:23.425Z[ helios-setup] Mar 18 13:33:22.523 INFO E| Compiling fletcher v1.0.0
27062026-03-18T13:33:23.432Z[ helios-setup] Mar 18 13:33:22.530 INFO E| Compiling vec_map v0.8.2
27072026-03-18T13:33:23.435Z[ helios-setup] Mar 18 13:33:22.530 INFO E| Compiling unic-char-range v0.9.0
27082026-03-18T13:33:23.458Z[ helios-setup] Mar 18 13:33:22.555 INFO E| Compiling strsim v0.8.0
27092026-03-18T13:33:23.514Z[ helios-setup] Mar 18 13:33:22.612 INFO E| Compiling strum v0.27.1
27102026-03-18T13:33:23.607Z[ helios-setup] Mar 18 13:33:22.705 INFO E| Compiling atty v0.2.14
27112026-03-18T13:33:23.615Z[ helios-setup] Mar 18 13:33:22.712 INFO E| Compiling unic-char-property v0.9.0
27122026-03-18T13:33:23.615Z[ helios-setup] Mar 18 13:33:22.713 INFO E| Compiling unic-ucd-version v0.9.0
27132026-03-18T13:33:23.627Z[ helios-setup] Mar 18 13:33:22.725 INFO E| Compiling lazy_static v1.5.0
27142026-03-18T13:33:23.636Z[ helios-setup] Mar 18 13:33:22.734 INFO E| Compiling plain v0.2.3
27152026-03-18T13:33:23.655Z[ helios-setup] Mar 18 13:33:22.753 INFO E| Compiling log v0.4.27
27162026-03-18T13:33:23.664Z[ helios-setup] Mar 18 13:33:22.761 INFO E| Compiling bytesize v2.0.1
27172026-03-18T13:33:23.713Z[ helios-setup] Mar 18 13:33:22.810 INFO E| Compiling clap v2.34.0
27182026-03-18T13:33:23.723Z[ helios-setup] Mar 18 13:33:22.819 INFO E| Compiling unic-ucd-ident v0.9.0
27192026-03-18T13:33:23.850Z[ helios-setup] Mar 18 13:33:22.947 INFO E| Compiling quote v1.0.40
27202026-03-18T13:33:24.027Z[ omicron-package] Finished `release` profile [optimized] target(s) in 39.58s
27212026-03-18T13:33:24.065Z[ helios-setup] Mar 18 13:33:23.163 INFO E| Compiling syn v2.0.101
27222026-03-18T13:33:24.325Z[ omicron-package]
27232026-03-18T13:33:24.325Z[ omicron-package] real 39.810638798
27242026-03-18T13:33:24.329Z[ omicron-package] user 4:52.679235895
27252026-03-18T13:33:24.329Z[ omicron-package] sys 26.632857468
27262026-03-18T13:33:24.329Z[ omicron-package] trap 0.308415574
27272026-03-18T13:33:24.329Z[ omicron-package] tflt 0.850558081
27282026-03-18T13:33:24.329Z[ omicron-package] dflt 2.834124155
27292026-03-18T13:33:24.329Z[ omicron-package] kflt 0.000359039
27302026-03-18T13:33:24.329Z[ omicron-package] lock 9:39.428131899
27312026-03-18T13:33:24.329Z[ omicron-package] slp 5:50.581964510
27322026-03-18T13:33:24.329Z[ omicron-package] lat 35.012626003
27332026-03-18T13:33:24.329Z[ omicron-package] stop 1:06.523427327
27342026-03-18T13:33:24.329ZMar 18 13:33:23.423 INFO [omicron-package] process exited with exit status: 0 (39.8875786s)
27352026-03-18T13:33:24.329ZMar 18 13:33:23.423 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27362026-03-18T13:33:24.329ZMar 18 13:33:23.424 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27372026-03-18T13:33:24.340Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27382026-03-18T13:33:24.341Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27392026-03-18T13:33:24.344Z[ recovery-target] Created new build target 'recovery' and set it as active
27402026-03-18T13:33:24.344Z[ host-target] Created new build target 'host' and set it as active
27412026-03-18T13:33:24.348ZMar 18 13:33:23.443 INFO [host-target] process exited with exit status: 0 (19.534216ms)
27422026-03-18T13:33:24.348ZMar 18 13:33:23.443 INFO [recovery-target] process exited with exit status: 0 (19.920515ms)
27432026-03-18T13:33:24.348ZMar 18 13:33:23.443 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27442026-03-18T13:33:24.356Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27452026-03-18T13:33:24.465Z[ helios-setup] Mar 18 13:33:23.563 INFO E| Compiling parse_int v0.9.0
27462026-03-18T13:33:26.384Z[ host-package] Compiling ring v0.17.14
27472026-03-18T13:33:26.660Z[ helios-setup] Mar 18 13:33:25.758 INFO E| Compiling modular-bitfield-impl v0.11.2
27482026-03-18T13:33:26.660Z[ helios-setup] Mar 18 13:33:25.758 INFO E| Compiling structopt-derive v0.4.18
27492026-03-18T13:33:26.753Z[ host-package] Compiling regress v0.10.5
27502026-03-18T13:33:26.753Z[ host-package] Compiling heck v0.5.0
27512026-03-18T13:33:26.790Z[ host-package] Compiling unsafe-libyaml v0.2.11
27522026-03-18T13:33:26.852Z[ host-package] Compiling convert_case v0.4.0
27532026-03-18T13:33:26.891Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27542026-03-18T13:33:26.891Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27552026-03-18T13:33:26.957Z[ host-package] Compiling prettyplease v0.2.37
27562026-03-18T13:33:26.957Z[ host-package] Compiling universal-hash v0.5.1
27572026-03-18T13:33:26.960Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27582026-03-18T13:33:26.960Z[ host-package] Compiling opaque-debug v0.3.1
27592026-03-18T13:33:26.960Z[ host-package] Compiling unicode-width v0.1.14
27602026-03-18T13:33:26.960Z[ helios-setup] Mar 18 13:33:26.056 INFO E| Compiling serde_derive_internals v0.29.1
27612026-03-18T13:33:27.019Z[ host-package] Compiling chacha20 v0.9.1
27622026-03-18T13:33:27.019Z[ host-package] Compiling password-hash v0.5.0
27632026-03-18T13:33:27.019Z[ host-package] Compiling typify-impl v0.6.1
27642026-03-18T13:33:27.148Z[ host-package] Compiling blake2 v0.10.6
27652026-03-18T13:33:27.451Z[ host-package] Compiling aead v0.5.2
27662026-03-18T13:33:27.465Z[ host-package] Compiling derive_more v0.99.20
27672026-03-18T13:33:27.595Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27682026-03-18T13:33:27.739Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27692026-03-18T13:33:27.814Z[ host-package] Compiling poly1305 v0.8.0
27702026-03-18T13:33:27.824Z[ helios-setup] Mar 18 13:33:26.922 INFO E| Compiling thiserror-impl v2.0.12
27712026-03-18T13:33:27.824Z[ helios-setup] Mar 18 13:33:26.922 INFO E| Compiling serde_derive v1.0.219
27722026-03-18T13:33:27.824Z[ helios-setup] Mar 18 13:33:26.922 INFO E| Compiling zerocopy-derive v0.8.25
27732026-03-18T13:33:27.827Z[ helios-setup] Mar 18 13:33:26.922 INFO E| Compiling num-derive v0.4.2
27742026-03-18T13:33:27.827Z[ helios-setup] Mar 18 13:33:26.922 INFO E| Compiling modular-bitfield-impl v0.13.1
27752026-03-18T13:33:27.827Z[ helios-setup] Mar 18 13:33:26.922 INFO E| Compiling scroll_derive v0.12.1
27762026-03-18T13:33:27.828Z[ helios-setup] Mar 18 13:33:26.922 INFO E| Compiling strum_macros v0.27.1
27772026-03-18T13:33:27.929Z[ host-package] Compiling is-terminal v0.4.17
27782026-03-18T13:33:28.935Z[ host-package] Compiling swrite v0.1.0
27792026-03-18T13:33:28.939Z[ helios-setup] Mar 18 13:33:27.236 INFO E| Compiling modular-bitfield v0.11.2
27802026-03-18T13:33:28.939Z[ host-package] Compiling argon2 v0.5.3
27812026-03-18T13:33:28.939Z[ host-package] Compiling serde_spanned v1.0.4
27822026-03-18T13:33:28.939Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
27832026-03-18T13:33:28.939Z[ host-package] Compiling chacha20poly1305 v0.10.1
27842026-03-18T13:33:28.939Z[ helios-setup] Mar 18 13:33:27.763 INFO E| Compiling structopt v0.3.26
27852026-03-18T13:33:28.939Z[ host-package] Compiling bytecount v0.6.9
27862026-03-18T13:33:28.942Z[ host-package] Compiling thiserror-no-std v2.0.2
27872026-03-18T13:33:28.942Z[ host-package] Compiling derive-where v1.6.0
27882026-03-18T13:33:28.950Z[ helios-setup] Mar 18 13:33:28.048 INFO E| Compiling schemars_derive v0.8.22
27892026-03-18T13:33:29.080Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
27902026-03-18T13:33:29.083Z[ host-package] Compiling thread_local v1.1.9
27912026-03-18T13:33:29.083Z[ host-package] Compiling match_cfg v0.1.0
27922026-03-18T13:33:29.319Z[ host-package] Compiling vsss-rs v3.3.4
27932026-03-18T13:33:29.322Z[ host-package] Compiling multer v3.1.0
27942026-03-18T13:33:29.728Z[ host-package] Compiling hostname v0.3.1
27952026-03-18T13:33:29.761Z[ helios-setup] Mar 18 13:33:28.860 INFO E| Compiling modular-bitfield v0.13.1
27962026-03-18T13:33:29.873Z[ host-package] Compiling slog-async v2.8.0
27972026-03-18T13:33:29.933Z[ helios-setup] Mar 18 13:33:29.031 INFO E| Compiling scroll v0.12.0
27982026-03-18T13:33:29.985Z[ host-package] Compiling slog-json v2.6.1
27992026-03-18T13:33:29.999Z[ helios-setup] Mar 18 13:33:29.097 INFO E| Compiling pest v2.8.0
28002026-03-18T13:33:30.127Z[ host-package] Compiling crossbeam-channel v0.5.15
28012026-03-18T13:33:30.127Z[ host-package] Compiling futures-executor v0.3.32
28022026-03-18T13:33:30.130Z[ host-package] Compiling term v1.2.1
28032026-03-18T13:33:30.338Z[ helios-setup] Mar 18 13:33:29.436 INFO E| Compiling goblin v0.9.3
28042026-03-18T13:33:30.430Z[ host-package] Compiling take_mut v0.2.2
28052026-03-18T13:33:30.540Z[ host-package] Compiling slog-bunyan v2.5.0
28062026-03-18T13:33:30.682Z[ host-package] Compiling futures v0.3.32
28072026-03-18T13:33:30.792Z[ host-package] Compiling slog-term v2.9.2
28082026-03-18T13:33:31.038Z[ host-package] Compiling rustls v0.23.37
28092026-03-18T13:33:31.045Z[ host-package] Compiling rustls v0.22.4
28102026-03-18T13:33:31.279Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28112026-03-18T13:33:31.282Z[ host-package] Compiling async-stream v0.3.6
28122026-03-18T13:33:31.357Z[ host-package] Compiling dropshot v0.16.7
28132026-03-18T13:33:31.361Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28142026-03-18T13:33:31.601Z[ host-package] Compiling waitgroup v0.1.2
28152026-03-18T13:33:31.601Z[ host-package] Compiling backon v1.6.0
28162026-03-18T13:33:31.674Z[ host-package] Compiling rustls-pemfile v2.2.0
28172026-03-18T13:33:31.737Z[ host-package] Compiling hostname v0.4.2
28182026-03-18T13:33:31.740Z[ host-package] Compiling serde_path_to_error v0.1.20
28192026-03-18T13:33:31.740Z[ host-package] Compiling instant v0.1.13
28202026-03-18T13:33:31.740Z[ host-package] Compiling debug-ignore v1.0.5
28212026-03-18T13:33:31.745Z[ helios-setup] Mar 18 13:33:30.843 INFO E| Compiling pest_meta v2.8.0
28222026-03-18T13:33:31.933Z[ host-package] Compiling backoff v0.4.0
28232026-03-18T13:33:31.985Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28242026-03-18T13:33:31.985Z[ host-package] Compiling parse-display v0.10.0
28252026-03-18T13:33:31.985Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28262026-03-18T13:33:32.095Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28272026-03-18T13:33:32.095Z[ host-package] Compiling macaddr v1.0.1
28282026-03-18T13:33:32.095Z[ host-package] Compiling console v0.15.11
28292026-03-18T13:33:32.098Z[ host-package] Compiling newline-converter v0.3.0
28302026-03-18T13:33:32.098Z[ host-package] Compiling atomicwrites v0.4.4
28312026-03-18T13:33:32.276Z[ host-package] Compiling num-rational v0.4.2
28322026-03-18T13:33:32.467Z[ host-package] Compiling num-complex v0.4.6
28332026-03-18T13:33:32.565Z[ helios-setup] Mar 18 13:33:31.663 INFO E| Compiling pest_generator v2.8.0
28342026-03-18T13:33:32.593Z[ host-package] Compiling slog-dtrace v0.3.0
28352026-03-18T13:33:32.707Z[ host-package] Compiling expectorate v1.2.0
28362026-03-18T13:33:32.868Z[ host-package] Compiling owo-colors v4.3.0
28372026-03-18T13:33:32.955Z[ host-package] Compiling rustls-webpki v0.103.9
28382026-03-18T13:33:33.098Z[ host-package] Compiling rustls-webpki v0.102.8
28392026-03-18T13:33:33.187Z[ host-package] Compiling num v0.4.3
28402026-03-18T13:33:33.190Z[ host-package] Compiling float-ord v0.3.2
28412026-03-18T13:33:33.209Z[ host-package] Compiling cancel-safe-futures v0.1.5
28422026-03-18T13:33:33.518Z[ helios-setup] Mar 18 13:33:32.617 INFO E| Compiling pest_derive v2.8.0
28432026-03-18T13:33:33.556Z[ host-package] Compiling libsw-core v0.3.2
28442026-03-18T13:33:33.668Z[ host-package] Compiling resolv-conf v0.7.6
28452026-03-18T13:33:33.672Z[ host-package] Compiling toml v0.8.23
28462026-03-18T13:33:33.747Z[ host-package] Compiling linear-map v1.2.0
28472026-03-18T13:33:33.962Z[ host-package] Compiling libsw v3.5.0
28482026-03-18T13:33:34.107Z[ host-package] Compiling linked-hash-map v0.5.6
28492026-03-18T13:33:34.184Z[ host-package] Compiling minimal-lexical v0.2.1
28502026-03-18T13:33:34.256Z[ host-package] Compiling unicode-xid v0.2.6
28512026-03-18T13:33:34.469Z[ host-package] Compiling hickory-proto v0.24.4
28522026-03-18T13:33:34.567Z[ host-package] Compiling lru-cache v0.1.2
28532026-03-18T13:33:34.571Z[ host-package] Compiling convert_case v0.10.0
28542026-03-18T13:33:34.664Z[ host-package] Compiling nom v7.1.3
28552026-03-18T13:33:34.700Z[ host-package] Compiling termtree v0.5.1
28562026-03-18T13:33:34.704Z[ host-package] Compiling phf_shared v0.12.1
28572026-03-18T13:33:34.708Z[ host-package] Compiling vte v0.14.1
28582026-03-18T13:33:34.708Z[ host-package] Compiling csv-core v0.1.13
28592026-03-18T13:33:35.078Z[ host-package] Compiling chrono-tz v0.10.4
28602026-03-18T13:33:35.081Z[ host-package] Compiling derive_more-impl v2.1.1
28612026-03-18T13:33:35.082Z[ host-package] Compiling highway v1.3.0
28622026-03-18T13:33:35.222Z[ host-package] Compiling phf v0.12.1
28632026-03-18T13:33:35.233Z[ helios-setup] Mar 18 13:33:34.331 INFO E| Compiling json5 v0.4.1
28642026-03-18T13:33:35.311Z[ host-package] Compiling csv v1.4.0
28652026-03-18T13:33:35.375Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28662026-03-18T13:33:35.441Z[ host-package] Compiling typify-macro v0.6.1
28672026-03-18T13:33:35.573Z[ host-package] Compiling const_format_proc_macros v0.2.34
28682026-03-18T13:33:35.647Z[ host-package] Compiling papergrid v0.11.0
28692026-03-18T13:33:35.702Z[ host-package] Compiling fd-lock v4.0.4
28702026-03-18T13:33:35.923Z[ host-package] Compiling peg-macros v0.8.5
28712026-03-18T13:33:36.138Z[ host-package] Compiling derive_more v2.1.1
28722026-03-18T13:33:36.193Z[ host-package] Compiling tabled_derive v0.7.0
28732026-03-18T13:33:36.302Z[ host-package] Compiling crossterm v0.29.0
28742026-03-18T13:33:36.674Z[ host-package] Compiling nu-ansi-term v0.50.3
28752026-03-18T13:33:36.766Z[ host-package] Compiling tokio-rustls v0.25.0
28762026-03-18T13:33:36.848Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28772026-03-18T13:33:36.898Z[ host-package] Compiling const_format v0.2.35
28782026-03-18T13:33:37.425Z[ helios-setup] Mar 18 13:33:36.524 INFO E| Compiling four-cc v0.4.0
28792026-03-18T13:33:37.425Z[ helios-setup] Mar 18 13:33:36.524 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28802026-03-18T13:33:37.580Z[ helios-setup] Mar 18 13:33:36.679 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28812026-03-18T13:33:37.597Z[ host-package] Compiling reedline v0.40.0
28822026-03-18T13:33:37.662Z[ host-package] Compiling tabled v0.15.0
28832026-03-18T13:33:37.714Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28842026-03-18T13:33:37.826Z[ host-package] Compiling typify v0.6.1
28852026-03-18T13:33:38.163Z[ host-package] Compiling progenitor-impl v0.13.0
28862026-03-18T13:33:38.228Z[ host-package] Compiling tokio-rustls v0.26.4
28872026-03-18T13:33:38.604Z[ host-package] Compiling rustls-platform-verifier v0.6.2
28882026-03-18T13:33:38.957Z[ host-package] Compiling hyper-rustls v0.27.7
28892026-03-18T13:33:39.435Z[ host-package] Compiling reqwest v0.13.2
28902026-03-18T13:33:39.707Z[ host-package] Compiling reqwest v0.12.28
28912026-03-18T13:33:43.406Z[ host-package] Compiling progenitor-macro v0.13.0
28922026-03-18T13:33:43.496Z[ host-package] Compiling progenitor-client v0.13.0
28932026-03-18T13:33:43.777Z[ host-package] Compiling progenitor-client v0.10.0
28942026-03-18T13:33:43.975Z[ host-package] Compiling progenitor-extras v0.1.1
28952026-03-18T13:33:44.031Z[ host-package] Compiling hickory-resolver v0.24.4
28962026-03-18T13:33:44.119Z[ host-package] Compiling peg v0.8.5
28972026-03-18T13:33:44.217Z[ host-package] Compiling bcs v0.1.6
28982026-03-18T13:33:44.279Z[ host-package] Compiling semver v0.1.20
28992026-03-18T13:33:44.359Z[ host-package] Compiling typify-impl v0.4.3
29002026-03-18T13:33:44.399Z[ host-package] Compiling humantime v2.3.0
29012026-03-18T13:33:44.767Z[ host-package] Compiling rustc_version v0.1.7
29022026-03-18T13:33:44.844Z[ host-package] Compiling smawk v0.3.2
29032026-03-18T13:33:45.064Z[ host-package] Compiling unicode-linebreak v0.1.5
29042026-03-18T13:33:45.106Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29052026-03-18T13:33:45.141Z[ host-package] Compiling newtype_derive v0.1.6
29062026-03-18T13:33:45.141Z[ host-package] Compiling dropshot-api-manager-types v0.6.0
29072026-03-18T13:33:45.250Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
29082026-03-18T13:33:45.498Z[ host-package] Compiling textwrap v0.16.2
29092026-03-18T13:33:45.627Z[ host-package] Compiling qorb v0.4.1
29102026-03-18T13:33:46.035Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29112026-03-18T13:33:46.164Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29122026-03-18T13:33:46.609Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29132026-03-18T13:33:46.693Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29142026-03-18T13:33:46.931Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29152026-03-18T13:33:47.592Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29162026-03-18T13:33:48.441Z[ host-package] Compiling steno v0.4.1
29172026-03-18T13:33:48.658Z[ host-package] Compiling utf-8 v0.7.6
29182026-03-18T13:33:49.056Z[ host-package] Compiling tagptr v0.2.0
29192026-03-18T13:33:49.426Z[ host-package] Compiling moka v0.12.13
29202026-03-18T13:33:49.598Z[ host-package] Compiling tungstenite v0.21.0
29212026-03-18T13:33:49.651Z[ host-package] Compiling typify-macro v0.4.3
29222026-03-18T13:33:52.346Z[ host-package] Compiling progenitor v0.13.0
29232026-03-18T13:33:52.472Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29242026-03-18T13:33:52.606Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29252026-03-18T13:33:52.660Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29262026-03-18T13:33:52.838Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29272026-03-18T13:33:53.983Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29282026-03-18T13:33:54.637Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29292026-03-18T13:33:55.133Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29302026-03-18T13:33:55.137Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29312026-03-18T13:33:55.673Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29322026-03-18T13:33:55.923Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29332026-03-18T13:33:56.431Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29342026-03-18T13:33:57.575Z[ helios-setup] Mar 18 13:33:56.676 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29352026-03-18T13:33:57.658Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29362026-03-18T13:33:58.703Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29372026-03-18T13:33:59.324Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29382026-03-18T13:33:59.373Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29392026-03-18T13:33:59.581Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29402026-03-18T13:33:59.642Z[ host-package] Compiling tough v0.20.0
29412026-03-18T13:33:59.678Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29422026-03-18T13:34:00.086Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
29432026-03-18T13:34:00.150Z[ host-package] Compiling typify v0.4.3
29442026-03-18T13:34:00.630Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29452026-03-18T13:34:00.709Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29462026-03-18T13:34:01.019Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29472026-03-18T13:34:02.724Z[ helios-setup] Mar 18 13:34:01.826 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29482026-03-18T13:34:03.596Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29492026-03-18T13:34:04.332Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29502026-03-18T13:34:04.487Z[ host-package] Compiling progenitor-impl v0.10.0
29512026-03-18T13:34:04.828Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29522026-03-18T13:34:07.605Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29532026-03-18T13:34:08.028Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29542026-03-18T13:34:08.028Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29552026-03-18T13:34:08.629Z[ host-package] Compiling progenitor-macro v0.10.0
29562026-03-18T13:34:09.089Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29572026-03-18T13:34:11.680Z[ host-package] Compiling hickory-resolver v0.25.2
29582026-03-18T13:34:12.195Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29592026-03-18T13:34:12.512Z[ host-package] Compiling tokio-tungstenite v0.21.0
29602026-03-18T13:34:13.337Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29612026-03-18T13:34:13.544Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29622026-03-18T13:34:14.724Z[ host-package] Compiling num-derive v0.3.3
29632026-03-18T13:34:15.612Z[ host-package] Compiling progenitor v0.10.0
29642026-03-18T13:34:15.723Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29652026-03-18T13:34:15.856Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29662026-03-18T13:34:16.091Z[ host-package] Compiling vergen-gitcl v1.0.8
29672026-03-18T13:34:16.122Z[ host-package] Compiling libscf-sys v1.1.0
29682026-03-18T13:34:16.342Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29692026-03-18T13:34:16.382Z[ host-package] Compiling proc-macro-error2 v2.0.1
29702026-03-18T13:34:16.456Z[ host-package] Compiling dirs-sys-next v0.1.2
29712026-03-18T13:34:16.651Z[ host-package] Compiling glob v0.3.3
29722026-03-18T13:34:16.838Z[ host-package] Compiling diesel_derives v2.3.7
29732026-03-18T13:34:16.901Z[ host-package] Compiling maplit v1.0.2
29742026-03-18T13:34:16.969Z[ host-package] Compiling crunchy v0.2.4
29752026-03-18T13:34:17.074Z[ host-package] Compiling tabled_derive v0.11.0
29762026-03-18T13:34:17.192Z[ host-package] Compiling clang-sys v1.8.1
29772026-03-18T13:34:17.275Z[ host-package] Compiling dirs-next v2.0.0
29782026-03-18T13:34:17.461Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29792026-03-18T13:34:17.532Z[ host-package] Compiling papergrid v0.17.0
29802026-03-18T13:34:17.576Z[ host-package] Compiling testing_table v0.3.0
29812026-03-18T13:34:17.805Z[ host-package] Compiling dsl_auto_type v0.2.0
29822026-03-18T13:34:18.175Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29832026-03-18T13:34:18.388Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
29842026-03-18T13:34:18.598Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29852026-03-18T13:34:18.710Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29862026-03-18T13:34:19.024Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29872026-03-18T13:34:19.114Z[ host-package] Compiling tiny-keccak v2.0.2
29882026-03-18T13:34:19.421Z[ helios-setup] Mar 18 13:34:18.525 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.49s
29892026-03-18T13:34:19.421Z[ host-package] Compiling tabled v0.20.0
29902026-03-18T13:34:19.465Z[ helios-setup] Mar 18 13:34:18.570 INFO building project "amd-host-image-builder" ok (58 seconds)
29912026-03-18T13:34:19.465Z[ helios-setup] Mar 18 13:34:18.570 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29922026-03-18T13:34:19.477Z[ helios-setup] Mar 18 13:34:18.581 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
29932026-03-18T13:34:19.477Z[ helios-setup] Mar 18 13:34:18.581 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29942026-03-18T13:34:19.480Z[ helios-setup] Mar 18 13:34:18.581 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29952026-03-18T13:34:19.557Z[ host-package] Compiling r2d2 v0.8.10
29962026-03-18T13:34:19.616Z[ helios-setup] Mar 18 13:34:18.720 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29972026-03-18T13:34:20.015Z[ helios-setup] Mar 18 13:34:19.118 INFO E| From https://github.com/jclulow/hiercmd
29982026-03-18T13:34:20.015Z[ helios-setup] Mar 18 13:34:19.118 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
29992026-03-18T13:34:20.048Z[ helios-setup] Mar 18 13:34:19.152 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30002026-03-18T13:34:20.342Z[ helios-setup] Mar 18 13:34:19.446 INFO E| From https://github.com/oxidecomputer/network-interface
30012026-03-18T13:34:20.342Z[ helios-setup] Mar 18 13:34:19.446 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
30022026-03-18T13:34:20.356Z[ helios-setup] Mar 18 13:34:19.461 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30032026-03-18T13:34:20.658Z[ helios-setup] Mar 18 13:34:19.763 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30042026-03-18T13:34:20.658Z[ helios-setup] Mar 18 13:34:19.763 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30052026-03-18T13:34:20.681Z[ helios-setup] Mar 18 13:34:19.786 INFO E| Updating crates.io index
30062026-03-18T13:34:20.758Z[ host-package] Compiling term v0.7.0
30072026-03-18T13:34:20.928Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
30082026-03-18T13:34:21.078Z[ helios-setup] Mar 18 13:34:20.182 INFO E| Downloading crates ...
30092026-03-18T13:34:21.176Z[ helios-setup] Mar 18 13:34:20.281 INFO E| Downloaded deranged v0.5.5
30102026-03-18T13:34:21.180Z[ helios-setup] Mar 18 13:34:20.283 INFO E| Downloaded env_filter v0.1.4
30112026-03-18T13:34:21.183Z[ helios-setup] Mar 18 13:34:20.285 INFO E| Downloaded anstyle-query v1.1.4
30122026-03-18T13:34:21.186Z[ helios-setup] Mar 18 13:34:20.289 INFO E| Downloaded find-msvc-tools v0.1.4
30132026-03-18T13:34:21.193Z[ helios-setup] Mar 18 13:34:20.298 INFO E| Downloaded anyhow v1.0.100
30142026-03-18T13:34:21.197Z[ helios-setup] Mar 18 13:34:20.302 INFO E| Downloaded serde_spanned v1.0.3
30152026-03-18T13:34:21.200Z[ helios-setup] Mar 18 13:34:20.303 INFO E| Downloaded devinfo v0.1.0
30162026-03-18T13:34:21.274Z[ host-package] Compiling arc-swap v1.8.2
30172026-03-18T13:34:21.277Z[ helios-setup] Mar 18 13:34:20.379 INFO E| Downloaded time-macros v0.2.24
30182026-03-18T13:34:21.277Z[ helios-setup] Mar 18 13:34:20.381 INFO E| Downloaded generic-array v0.14.9
30192026-03-18T13:34:21.280Z[ helios-setup] Mar 18 13:34:20.382 INFO E| Downloaded futures-sink v0.3.31
30202026-03-18T13:34:21.280Z[ helios-setup] Mar 18 13:34:20.383 INFO E| Downloaded futures-core v0.3.31
30212026-03-18T13:34:21.280Z[ helios-setup] Mar 18 13:34:20.384 INFO E| Downloaded env_logger v0.11.8
30222026-03-18T13:34:21.283Z[ helios-setup] Mar 18 13:34:20.387 INFO E| Downloaded zeroize_derive v1.4.2
30232026-03-18T13:34:21.283Z[ helios-setup] Mar 18 13:34:20.387 INFO E| Downloaded futures-task v0.3.31
30242026-03-18T13:34:21.286Z[ helios-setup] Mar 18 13:34:20.388 INFO E| Downloaded flate2 v1.1.5
30252026-03-18T13:34:21.289Z[ helios-setup] Mar 18 13:34:20.392 INFO E| Downloaded crc v3.3.0
30262026-03-18T13:34:21.293Z[ helios-setup] Mar 18 13:34:20.395 INFO E| Downloaded simd-adler32 v0.3.7
30272026-03-18T13:34:21.293Z[ helios-setup] Mar 18 13:34:20.396 INFO E| Downloaded libdevinfo-sys v1.1.0
30282026-03-18T13:34:21.293Z[ helios-setup] Mar 18 13:34:20.397 INFO E| Downloaded clap_lex v0.7.6
30292026-03-18T13:34:21.313Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
30302026-03-18T13:34:21.317Z[ helios-setup] Mar 18 13:34:20.421 INFO E| Downloaded pin-project-lite v0.2.16
30312026-03-18T13:34:21.321Z[ helios-setup] Mar 18 13:34:20.426 INFO E| Downloaded bitflags v2.10.0
30322026-03-18T13:34:21.325Z[ helios-setup] Mar 18 13:34:20.429 INFO E| Downloaded bitfield-macros v0.19.3
30332026-03-18T13:34:21.329Z[ helios-setup] Mar 18 13:34:20.430 INFO E| Downloaded getopts v0.2.24
30342026-03-18T13:34:21.329Z[ helios-setup] Mar 18 13:34:20.431 INFO E| Downloaded signal-hook-registry v1.4.6
30352026-03-18T13:34:21.329Z[ helios-setup] Mar 18 13:34:20.432 INFO E| Downloaded futures-io v0.3.31
30362026-03-18T13:34:21.358Z[ helios-setup] Mar 18 13:34:20.462 INFO E| Downloaded toml_writer v1.0.4
30372026-03-18T13:34:21.361Z[ helios-setup] Mar 18 13:34:20.464 INFO E| Downloaded base64ct v1.8.0
30382026-03-18T13:34:21.364Z[ helios-setup] Mar 18 13:34:20.466 INFO E| Downloaded time-core v0.1.6
30392026-03-18T13:34:21.364Z[ helios-setup] Mar 18 13:34:20.467 INFO E| Downloaded futures-macro v0.3.31
30402026-03-18T13:34:21.364Z[ helios-setup] Mar 18 13:34:20.468 INFO E| Downloaded bitfield v0.19.3
30412026-03-18T13:34:21.394Z[ helios-setup] Mar 18 13:34:20.498 INFO E| Downloaded toml v0.9.8
30422026-03-18T13:34:21.397Z[ helios-setup] Mar 18 13:34:20.502 INFO E| Downloaded futures-channel v0.3.31
30432026-03-18T13:34:21.414Z[ helios-setup] Mar 18 13:34:20.519 INFO E| Downloaded toml_datetime v0.7.3
30442026-03-18T13:34:21.417Z[ helios-setup] Mar 18 13:34:20.520 INFO E| Downloaded thiserror-impl v2.0.17
30452026-03-18T13:34:21.424Z[ helios-setup] Mar 18 13:34:20.529 INFO E| Downloaded term v1.2.0
30462026-03-18T13:34:21.428Z[ helios-setup] Mar 18 13:34:20.532 INFO E| Downloaded thiserror v2.0.17
30472026-03-18T13:34:21.433Z[ helios-setup] Mar 18 13:34:20.537 INFO E| Downloaded toml_parser v1.0.4
30482026-03-18T13:34:21.436Z[ helios-setup] Mar 18 13:34:20.540 INFO E| Downloaded quote v1.0.41
30492026-03-18T13:34:21.439Z[ helios-setup] Mar 18 13:34:20.542 INFO E| Downloaded uuid v1.18.1
30502026-03-18T13:34:21.442Z[ helios-setup] Mar 18 13:34:20.546 INFO E| Downloaded log v0.4.28
30512026-03-18T13:34:21.445Z[ helios-setup] Mar 18 13:34:20.548 INFO E| Downloaded futures-executor v0.3.31
30522026-03-18T13:34:21.445Z[ helios-setup] Mar 18 13:34:20.549 INFO E| Downloaded clap v4.5.51
30532026-03-18T13:34:21.453Z[ helios-setup] Mar 18 13:34:20.558 INFO E| Downloaded unicode-ident v1.0.22
30542026-03-18T13:34:21.456Z[ helios-setup] Mar 18 13:34:20.560 INFO E| Downloaded bytes v1.10.1
30552026-03-18T13:34:21.460Z[ helios-setup] Mar 18 13:34:20.564 INFO E| Downloaded socket2 v0.6.1
30562026-03-18T13:34:21.462Z[ helios-setup] Mar 18 13:34:20.566 INFO E| Downloaded proc-macro2 v1.0.103
30572026-03-18T13:34:21.465Z[ host-package] Compiling downcast-rs v2.0.2
30582026-03-18T13:34:21.465Z[ helios-setup] Mar 18 13:34:20.569 INFO E| Downloaded clap_derive v4.5.49
30592026-03-18T13:34:21.469Z[ helios-setup] Mar 18 13:34:20.572 INFO E| Downloaded futures v0.3.31
30602026-03-18T13:34:21.471Z[ helios-setup] Mar 18 13:34:20.576 INFO E| Downloaded slab v0.4.11
30612026-03-18T13:34:21.475Z[ helios-setup] Mar 18 13:34:20.578 INFO E| Downloaded toml_edit v0.23.7
30622026-03-18T13:34:21.478Z[ helios-setup] Mar 18 13:34:20.581 INFO E| Downloaded indexmap v2.12.0
30632026-03-18T13:34:21.481Z[ helios-setup] Mar 18 13:34:20.585 INFO E| Downloaded rsa v0.9.8
30642026-03-18T13:34:21.484Z[ helios-setup] Mar 18 13:34:20.589 INFO E| Downloaded zerocopy-derive v0.8.27
30652026-03-18T13:34:21.490Z[ helios-setup] Mar 18 13:34:20.595 INFO E| Downloaded iana-time-zone v0.1.64
30662026-03-18T13:34:21.493Z[ helios-setup] Mar 18 13:34:20.598 INFO E| Downloaded getrandom v0.2.16
30672026-03-18T13:34:21.504Z[ helios-setup] Mar 18 13:34:20.609 INFO E| Downloaded cc v1.2.44
30682026-03-18T13:34:21.524Z[ helios-setup] Mar 18 13:34:20.628 INFO E| Downloaded mio v1.1.0
30692026-03-18T13:34:21.529Z[ helios-setup] Mar 18 13:34:20.634 INFO E| Downloaded time v0.3.44
30702026-03-18T13:34:21.537Z[ helios-setup] Mar 18 13:34:20.642 INFO E| Downloaded memchr v2.7.6
30712026-03-18T13:34:21.542Z[ helios-setup] Mar 18 13:34:20.647 INFO E| Downloaded iddqd v0.3.14
30722026-03-18T13:34:21.568Z[ helios-setup] Mar 18 13:34:20.672 INFO E| Downloaded num-bigint-dig v0.8.4
30732026-03-18T13:34:21.572Z[ helios-setup] Mar 18 13:34:20.677 INFO E| Downloaded hashbrown v0.16.0
30742026-03-18T13:34:21.577Z[ helios-setup] Mar 18 13:34:20.681 INFO E| Downloaded clap_builder v4.5.51
30752026-03-18T13:34:21.583Z[ helios-setup] Mar 18 13:34:20.688 INFO E| Downloaded serde_json v1.0.145
30762026-03-18T13:34:21.589Z[ helios-setup] Mar 18 13:34:20.694 INFO E| Downloaded libm v0.2.15
30772026-03-18T13:34:21.598Z[ helios-setup] Mar 18 13:34:20.703 INFO E| Downloaded winnow v0.7.13
30782026-03-18T13:34:21.606Z[ helios-setup] Mar 18 13:34:20.711 INFO E| Downloaded futures-util v0.3.31
30792026-03-18T13:34:21.616Z[ helios-setup] Mar 18 13:34:20.721 INFO E| Downloaded zerocopy v0.8.27
30802026-03-18T13:34:21.635Z[ helios-setup] Mar 18 13:34:20.740 INFO E| Downloaded chrono v0.4.42
30812026-03-18T13:34:21.641Z[ helios-setup] Mar 18 13:34:20.746 INFO E| Downloaded syn v2.0.108
30822026-03-18T13:34:21.646Z[ host-package] Compiling bit-vec v0.6.3
30832026-03-18T13:34:21.651Z[ helios-setup] Mar 18 13:34:20.756 INFO E| Downloaded unicode-width v0.2.2
30842026-03-18T13:34:21.686Z[ helios-setup] Mar 18 13:34:20.790 INFO E| Downloaded rustix v1.1.2
30852026-03-18T13:34:21.741Z[ helios-setup] Mar 18 13:34:20.845 INFO E| Downloaded libc v0.2.177
30862026-03-18T13:34:21.761Z[ host-package] Compiling xshell-macros v0.2.7
30872026-03-18T13:34:21.764Z[ helios-setup] Mar 18 13:34:20.868 INFO E| Downloaded tokio v1.48.0
30882026-03-18T13:34:21.914Z[ helios-setup] Mar 18 13:34:21.018 INFO E| Compiling proc-macro2 v1.0.103
30892026-03-18T13:34:21.914Z[ helios-setup] Mar 18 13:34:21.018 INFO E| Compiling unicode-ident v1.0.22
30902026-03-18T13:34:21.914Z[ helios-setup] Mar 18 13:34:21.018 INFO E| Compiling quote v1.0.41
30912026-03-18T13:34:21.918Z[ helios-setup] Mar 18 13:34:21.018 INFO E| Compiling libc v0.2.177
30922026-03-18T13:34:21.918Z[ helios-setup] Mar 18 13:34:21.018 INFO E| Compiling serde_core v1.0.228
30932026-03-18T13:34:21.918Z[ helios-setup] Mar 18 13:34:21.018 INFO E| Compiling cfg-if v1.0.4
30942026-03-18T13:34:21.918Z[ helios-setup] Mar 18 13:34:21.019 INFO E| Compiling serde v1.0.228
30952026-03-18T13:34:21.918Z[ helios-setup] Mar 18 13:34:21.019 INFO E| Compiling version_check v0.9.5
30962026-03-18T13:34:21.918Z[ helios-setup] Mar 18 13:34:21.019 INFO E| Compiling autocfg v1.5.0
30972026-03-18T13:34:22.007Z[ host-package] Compiling bit-set v0.5.3
30982026-03-18T13:34:22.074Z[ host-package] Compiling slog-scope v4.4.1
30992026-03-18T13:34:22.094Z[ helios-setup] Mar 18 13:34:21.199 INFO E| Compiling const-oid v0.9.6
31002026-03-18T13:34:22.094Z[ helios-setup] Mar 18 13:34:21.199 INFO E| Compiling typenum v1.19.0
31012026-03-18T13:34:22.097Z[ helios-setup] Mar 18 13:34:21.199 INFO E| Compiling libm v0.2.15
31022026-03-18T13:34:22.098Z[ helios-setup] Mar 18 13:34:21.199 INFO E| Compiling zerocopy v0.8.27
31032026-03-18T13:34:22.098Z[ helios-setup] Mar 18 13:34:21.200 INFO E| Compiling rustversion v1.0.22
31042026-03-18T13:34:22.098Z[ helios-setup] Mar 18 13:34:21.200 INFO E| Compiling zeroize v1.8.2
31052026-03-18T13:34:22.098Z[ helios-setup] Mar 18 13:34:21.200 INFO E| Compiling base64ct v1.8.0
31062026-03-18T13:34:22.398Z[ host-package] Compiling xshell v0.2.7
31072026-03-18T13:34:22.500Z[ helios-setup] Mar 18 13:34:21.604 INFO E| Compiling smallvec v1.15.1
31082026-03-18T13:34:22.569Z[ helios-setup] Mar 18 13:34:21.673 INFO E| Compiling crc32fast v1.5.0
31092026-03-18T13:34:22.677Z[ helios-setup] Mar 18 13:34:21.782 INFO E| Compiling memchr v2.7.6
31102026-03-18T13:34:22.734Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
31112026-03-18T13:34:22.974Z[ helios-setup] Mar 18 13:34:22.079 INFO E| Compiling pem-rfc7468 v0.7.0
31122026-03-18T13:34:23.124Z[ helios-setup] Mar 18 13:34:22.228 INFO E| Compiling generic-array v0.14.9
31132026-03-18T13:34:23.213Z[ host-package] Compiling ascii-canvas v3.0.0
31142026-03-18T13:34:23.246Z[ helios-setup] Mar 18 13:34:22.351 INFO E| Compiling byteorder v1.5.0
31152026-03-18T13:34:23.246Z[ helios-setup] Mar 18 13:34:22.351 INFO E| Compiling winnow v0.7.13
31162026-03-18T13:34:23.273Z[ helios-setup] Mar 18 13:34:22.378 INFO E| Compiling num-traits v0.2.19
31172026-03-18T13:34:23.324Z[ helios-setup] Mar 18 13:34:22.429 INFO E| Compiling rustix v1.1.2
31182026-03-18T13:34:23.349Z[ helios-setup] Mar 18 13:34:22.454 INFO E| Compiling flagset v0.4.7
31192026-03-18T13:34:23.434Z[ helios-setup] Mar 18 13:34:22.538 INFO E| Compiling anyhow v1.0.100
31202026-03-18T13:34:23.605Z[ helios-setup] Mar 18 13:34:22.710 INFO E| Compiling hashbrown v0.16.0
31212026-03-18T13:34:23.926Z[ helios-setup] Mar 18 13:34:23.015 INFO E| Compiling utf8parse v0.2.2
31222026-03-18T13:34:23.977Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31232026-03-18T13:34:24.094Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31242026-03-18T13:34:24.183Z[ helios-setup] Mar 18 13:34:23.288 INFO E| Compiling equivalent v1.0.2
31252026-03-18T13:34:24.272Z[ helios-setup] Mar 18 13:34:23.377 INFO E| Compiling anstyle-parse v0.2.7
31262026-03-18T13:34:24.342Z[ helios-setup] Mar 18 13:34:23.447 INFO E| Compiling find-msvc-tools v0.1.4
31272026-03-18T13:34:24.372Z[ helios-setup] Mar 18 13:34:23.477 INFO E| Compiling allocator-api2 v0.2.21
31282026-03-18T13:34:24.484Z[ helios-setup] Mar 18 13:34:23.588 INFO E| Compiling anstyle-query v1.1.4
31292026-03-18T13:34:24.575Z[ host-package] Compiling itertools v0.10.5
31302026-03-18T13:34:24.653Z[ helios-setup] Mar 18 13:34:23.758 INFO E| Compiling radium v0.7.0
31312026-03-18T13:34:24.738Z[ helios-setup] Mar 18 13:34:23.843 INFO E| Compiling shlex v1.3.0
31322026-03-18T13:34:24.970Z[ helios-setup] Mar 18 13:34:24.075 INFO E| Compiling anstyle v1.0.13
31332026-03-18T13:34:24.987Z[ helios-setup] Mar 18 13:34:24.091 INFO E| Compiling getrandom v0.2.16
31342026-03-18T13:34:25.050Z[ helios-setup] Mar 18 13:34:24.155 INFO E| Compiling errno v0.3.14
31352026-03-18T13:34:25.137Z[ helios-setup] Mar 18 13:34:24.242 INFO E| Compiling indexmap v2.12.0
31362026-03-18T13:34:25.148Z[ helios-setup] Mar 18 13:34:24.253 INFO E| Compiling toml_datetime v0.7.3
31372026-03-18T13:34:25.212Z[ helios-setup] Mar 18 13:34:24.317 INFO E| Compiling cpufeatures v0.2.17
31382026-03-18T13:34:25.236Z[ host-package] Compiling ena v0.14.4
31392026-03-18T13:34:25.269Z[ helios-setup] Mar 18 13:34:24.365 INFO E| Compiling rand_core v0.6.4
31402026-03-18T13:34:25.327Z[ helios-setup] Mar 18 13:34:24.432 INFO E| Compiling colorchoice v1.0.4
31412026-03-18T13:34:25.420Z[ helios-setup] Mar 18 13:34:24.525 INFO E| Compiling is_terminal_polyfill v1.70.2
31422026-03-18T13:34:25.443Z[ helios-setup] Mar 18 13:34:24.548 INFO E| Compiling syn v1.0.109
31432026-03-18T13:34:25.574Z[ host-package] Compiling libloading v0.8.9
31442026-03-18T13:34:25.648Z[ helios-setup] Mar 18 13:34:24.753 INFO E| Compiling syn v2.0.108
31452026-03-18T13:34:25.711Z[ helios-setup] Mar 18 13:34:24.816 INFO E| Compiling anstream v0.6.21
31462026-03-18T13:34:25.757Z[ helios-setup] Mar 18 13:34:24.862 INFO E| Compiling slog v2.8.2
31472026-03-18T13:34:25.786Z[ helios-setup] Mar 18 13:34:24.891 INFO E| Compiling cc v1.2.44
31482026-03-18T13:34:25.844Z[ helios-setup] Mar 18 13:34:24.949 INFO E| Compiling futures-sink v0.3.31
31492026-03-18T13:34:25.917Z[ helios-setup] Mar 18 13:34:25.022 INFO E| Compiling pkg-config v0.3.32
31502026-03-18T13:34:26.109Z[ host-package] Compiling unicase v2.9.0
31512026-03-18T13:34:26.131Z[ helios-setup] Mar 18 13:34:25.236 INFO E| Compiling unicode-width v0.2.2
31522026-03-18T13:34:26.196Z[ host-package] Compiling regex-syntax v0.6.29
31532026-03-18T13:34:26.326Z[ helios-setup] Mar 18 13:34:25.431 INFO E| Compiling pin-project-lite v0.2.16
31542026-03-18T13:34:26.421Z[ helios-setup] Mar 18 13:34:25.526 INFO E| Compiling parking_lot_core v0.9.12
31552026-03-18T13:34:26.442Z[ helios-setup] Mar 18 13:34:25.547 INFO E| Compiling futures-core v0.3.31
31562026-03-18T13:34:26.668Z[ helios-setup] Mar 18 13:34:25.773 INFO E| Compiling crypto-common v0.1.6
31572026-03-18T13:34:26.713Z[ helios-setup] Mar 18 13:34:25.818 INFO E| Compiling block-buffer v0.10.4
31582026-03-18T13:34:26.778Z[ helios-setup] Mar 18 13:34:25.883 INFO E| Compiling tap v1.0.1
31592026-03-18T13:34:26.867Z[ helios-setup] Mar 18 13:34:25.972 INFO E| Compiling maybe-uninit v2.0.0
31602026-03-18T13:34:26.997Z[ host-package] Compiling diff v0.1.13
31612026-03-18T13:34:27.076Z[ helios-setup] Mar 18 13:34:26.181 INFO E| Compiling digest v0.10.7
31622026-03-18T13:34:27.106Z[ host-package] Compiling bindgen v0.71.1
31632026-03-18T13:34:27.111Z[ helios-setup] Mar 18 13:34:26.216 INFO E| Compiling wyz v0.5.1
31642026-03-18T13:34:27.132Z[ helios-setup] Mar 18 13:34:26.237 INFO E| Compiling futures-channel v0.3.31
31652026-03-18T13:34:27.157Z[ helios-setup] Mar 18 13:34:26.262 INFO E| Compiling getopts v0.2.24
31662026-03-18T13:34:27.318Z[ helios-setup] Mar 18 13:34:26.423 INFO E| Compiling ahash v0.8.12
31672026-03-18T13:34:27.350Z[ helios-setup] Mar 18 13:34:26.456 INFO E| Compiling heck v0.5.0
31682026-03-18T13:34:27.359Z[ helios-setup] Mar 18 13:34:26.465 INFO E| Compiling thiserror v1.0.69
31692026-03-18T13:34:27.453Z[ helios-setup] Mar 18 13:34:26.558 INFO E| Compiling futures-io v0.3.31
31702026-03-18T13:34:27.749Z[ helios-setup] Mar 18 13:34:26.854 INFO E| Compiling toml_parser v1.0.4
31712026-03-18T13:34:27.785Z[ helios-setup] Mar 18 13:34:26.890 INFO E| Compiling sha2 v0.10.9
31722026-03-18T13:34:27.804Z[ helios-setup] Mar 18 13:34:26.909 INFO E| Compiling funty v2.0.0
31732026-03-18T13:34:27.857Z[ helios-setup] Mar 18 13:34:26.962 INFO E| Compiling powerfmt v0.2.0
31742026-03-18T13:34:27.953Z[ helios-setup] Mar 18 13:34:27.058 INFO E| Compiling num-conv v0.1.0
31752026-03-18T13:34:27.966Z[ helios-setup] Mar 18 13:34:27.071 INFO E| Compiling packed_struct v0.10.1
31762026-03-18T13:34:28.004Z[ helios-setup] Mar 18 13:34:27.110 INFO E| Compiling strsim v0.11.1
31772026-03-18T13:34:28.008Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31782026-03-18T13:34:28.099Z[ helios-setup] Mar 18 13:34:27.204 INFO E| Compiling futures-task v0.3.31
31792026-03-18T13:34:28.155Z[ helios-setup] Mar 18 13:34:27.260 INFO E| Compiling time-core v0.1.6
31802026-03-18T13:34:28.180Z[ helios-setup] Mar 18 13:34:27.285 INFO E| Compiling scopeguard v1.2.0
31812026-03-18T13:34:28.291Z[ helios-setup] Mar 18 13:34:27.396 INFO E| Compiling pin-utils v0.1.0
31822026-03-18T13:34:28.413Z[ helios-setup] Mar 18 13:34:27.518 INFO E| Compiling getrandom v0.3.4
31832026-03-18T13:34:28.422Z[ helios-setup] Mar 18 13:34:27.528 INFO E| Compiling num-integer v0.1.46
31842026-03-18T13:34:28.450Z[ host-package] Compiling slog-stdlog v4.1.1
31852026-03-18T13:34:28.581Z[ helios-setup] Mar 18 13:34:27.686 INFO E| Compiling toml_edit v0.23.7
31862026-03-18T13:34:28.677Z[ helios-setup] Mar 18 13:34:27.783 INFO E| Compiling spin v0.9.8
31872026-03-18T13:34:28.694Z[ helios-setup] Mar 18 13:34:27.800 INFO E| Compiling slab v0.4.11
31882026-03-18T13:34:28.740Z[ helios-setup] Mar 18 13:34:27.845 INFO E| Compiling bytes v1.10.1
31892026-03-18T13:34:28.841Z[ helios-setup] Mar 18 13:34:27.946 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31902026-03-18T13:34:28.982Z[ helios-setup] Mar 18 13:34:28.087 INFO E| Compiling bitflags v2.10.0
31912026-03-18T13:34:29.027Z[ helios-setup] Mar 18 13:34:28.133 INFO E| Compiling clap_lex v0.7.6
31922026-03-18T13:34:29.161Z[ helios-setup] Mar 18 13:34:28.266 INFO E| Compiling itoa v1.0.15
31932026-03-18T13:34:29.234Z[ helios-setup] Mar 18 13:34:28.340 INFO E| Compiling num-bigint-dig v0.8.4
31942026-03-18T13:34:29.372Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31952026-03-18T13:34:29.503Z[ helios-setup] Mar 18 13:34:28.609 INFO E| Compiling num-iter v0.1.45
31962026-03-18T13:34:29.654Z[ helios-setup] Mar 18 13:34:28.760 INFO E| Compiling lazy_static v1.5.0
31972026-03-18T13:34:29.790Z[ helios-setup] Mar 18 13:34:28.896 INFO E| Compiling bitvec v1.0.1
31982026-03-18T13:34:29.921Z[ helios-setup] Mar 18 13:34:29.027 INFO E| Compiling time-macros v0.2.24
31992026-03-18T13:34:29.934Z[ helios-setup] Mar 18 13:34:29.039 INFO E| Compiling lock_api v0.4.14
32002026-03-18T13:34:29.968Z[ helios-setup] Mar 18 13:34:29.074 INFO E| Compiling deranged v0.5.5
32012026-03-18T13:34:30.115Z[ helios-setup] Mar 18 13:34:29.221 INFO E| Compiling proc-macro-crate v3.4.0
32022026-03-18T13:34:30.288Z[ helios-setup] Mar 18 13:34:29.393 INFO E| Compiling indexmap v1.9.3
32032026-03-18T13:34:30.356Z[ helios-setup] Mar 18 13:34:29.462 INFO E| Compiling thiserror v2.0.17
32042026-03-18T13:34:30.421Z[ host-package] Compiling diesel v2.3.7
32052026-03-18T13:34:30.670Z[ helios-setup] Mar 18 13:34:29.775 INFO E| Compiling nodrop v0.1.14
32062026-03-18T13:34:30.733Z[ helios-setup] Mar 18 13:34:29.839 INFO E| Compiling simd-adler32 v0.3.7
32072026-03-18T13:34:31.040Z[ helios-setup] Mar 18 13:34:30.146 INFO E| Compiling terminal_size v0.4.3
32082026-03-18T13:34:31.063Z[ helios-setup] Mar 18 13:34:30.168 INFO E| Compiling crc-catalog v2.4.0
32092026-03-18T13:34:31.084Z[ helios-setup] Mar 18 13:34:30.189 INFO E| Compiling iana-time-zone v0.1.64
32102026-03-18T13:34:31.126Z[ helios-setup] Mar 18 13:34:30.231 INFO E| Compiling serde_json v1.0.145
32112026-03-18T13:34:31.289Z[ helios-setup] Mar 18 13:34:30.394 INFO E| Compiling clap_builder v4.5.51
32122026-03-18T13:34:31.298Z[ helios-setup] Mar 18 13:34:30.404 INFO E| Compiling adler2 v2.0.1
32132026-03-18T13:34:31.544Z[ host-package] Compiling lalrpop v0.19.12
32142026-03-18T13:34:31.569Z[ helios-setup] Mar 18 13:34:30.675 INFO E| Compiling log v0.4.28
32152026-03-18T13:34:31.645Z[ helios-setup] Mar 18 13:34:30.751 INFO E| Compiling once_cell v1.21.3
32162026-03-18T13:34:31.671Z[ helios-setup] Mar 18 13:34:30.777 INFO E| Compiling miniz_oxide v0.8.9
32172026-03-18T13:34:31.850Z[ helios-setup] Mar 18 13:34:30.955 INFO E| Compiling chrono v0.4.42
32182026-03-18T13:34:31.916Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32192026-03-18T13:34:31.998Z[ helios-setup] Mar 18 13:34:31.103 INFO E| Compiling crc v3.3.0
32202026-03-18T13:34:32.025Z[ helios-setup] Mar 18 13:34:31.131 INFO E| Compiling array-init v0.0.4
32212026-03-18T13:34:32.111Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32222026-03-18T13:34:32.230Z[ helios-setup] Mar 18 13:34:31.336 INFO E| Compiling env_filter v0.1.4
32232026-03-18T13:34:32.284Z[ helios-setup] Mar 18 13:34:31.389 INFO E| Compiling parking_lot v0.12.5
32242026-03-18T13:34:32.474Z[ helios-setup] Mar 18 13:34:31.580 INFO E| Compiling smallvec v0.6.14
32252026-03-18T13:34:33.004Z[ helios-setup] Mar 18 13:34:32.109 INFO E| Compiling serde_spanned v1.0.3
32262026-03-18T13:34:33.043Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32272026-03-18T13:34:33.136Z[ helios-setup] Mar 18 13:34:32.242 INFO E| Compiling signature v2.2.0
32282026-03-18T13:34:33.158Z[ host-package] Compiling cexpr v0.6.0
32292026-03-18T13:34:33.171Z[ helios-setup] Mar 18 13:34:32.277 INFO E| Compiling time v0.3.44
32302026-03-18T13:34:33.388Z[ helios-setup] Mar 18 13:34:32.494 INFO E| Compiling signal-hook-registry v1.4.6
32312026-03-18T13:34:33.401Z[ helios-setup] Mar 18 13:34:32.507 INFO E| Compiling socket2 v0.6.1
32322026-03-18T13:34:33.472Z[ host-package] Compiling crc8 v0.1.1
32332026-03-18T13:34:33.911Z[ host-package] Compiling slog-envlogger v2.2.0
32342026-03-18T13:34:33.999Z[ helios-setup] Mar 18 13:34:33.105 INFO E| Compiling is-terminal v0.4.17
32352026-03-18T13:34:34.053Z[ helios-setup] Mar 18 13:34:33.159 INFO E| Compiling mio v1.1.0
32362026-03-18T13:34:34.069Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32372026-03-18T13:34:34.113Z[ helios-setup] Mar 18 13:34:33.219 INFO E| Compiling thread_local v1.1.9
32382026-03-18T13:34:34.178Z[ helios-setup] Mar 18 13:34:33.284 INFO E| Compiling toml_writer v1.0.4
32392026-03-18T13:34:34.268Z[ helios-setup] Mar 18 13:34:33.374 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
32402026-03-18T13:34:34.279Z[ helios-setup] Mar 18 13:34:33.385 INFO E| Compiling ryu v1.0.20
32412026-03-18T13:34:34.590Z[ host-package] Compiling headers-core v0.3.0
32422026-03-18T13:34:34.938Z[ helios-setup] Mar 18 13:34:34.044 INFO E| Compiling term v1.2.0
32432026-03-18T13:34:35.094Z[ host-package] Compiling libxml v0.3.3
32442026-03-18T13:34:35.119Z[ helios-setup] Mar 18 13:34:34.225 INFO E| Compiling hashbrown v0.12.3
32452026-03-18T13:34:35.161Z[ host-package] Compiling headers v0.4.1
32462026-03-18T13:34:35.169Z[ helios-setup] Mar 18 13:34:34.275 INFO E| Compiling winnow v0.5.40
32472026-03-18T13:34:35.169Z[ helios-setup] Mar 18 13:34:34.275 INFO E| Compiling subtle v2.6.1
32482026-03-18T13:34:35.202Z[ helios-setup] Mar 18 13:34:34.308 INFO E| Compiling base64 v0.21.7
32492026-03-18T13:34:35.258Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32502026-03-18T13:34:35.629Z[ helios-setup] Mar 18 13:34:34.735 INFO E| Compiling packed_struct_codegen v0.10.1
32512026-03-18T13:34:35.632Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32522026-03-18T13:34:35.757Z[ helios-setup] Mar 18 13:34:34.863 INFO E| Compiling libdevinfo-sys v1.1.0
32532026-03-18T13:34:36.023Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32542026-03-18T13:34:36.054Z[ helios-setup] Mar 18 13:34:35.160 INFO E| Compiling flate2 v1.1.5
32552026-03-18T13:34:36.085Z[ helios-setup] Mar 18 13:34:35.191 INFO E| Compiling uuid v1.18.1
32562026-03-18T13:34:36.133Z[ helios-setup] Mar 18 13:34:35.239 INFO E| Compiling env_logger v0.11.8
32572026-03-18T13:34:36.346Z[ helios-setup] Mar 18 13:34:35.453 INFO E| Compiling rustc-hash v2.1.1
32582026-03-18T13:34:36.358Z[ host-package] Compiling strum_macros v0.24.3
32592026-03-18T13:34:36.426Z[ helios-setup] Mar 18 13:34:35.532 INFO E| Compiling bitflags v1.3.2
32602026-03-18T13:34:36.460Z[ host-package] Compiling indoc v1.0.9
32612026-03-18T13:34:36.524Z[ helios-setup] Mar 18 13:34:35.630 INFO E| Compiling bzip2 v0.4.4
32622026-03-18T13:34:36.532Z[ helios-setup] Mar 18 13:34:35.639 INFO E| Compiling hex v0.4.3
32632026-03-18T13:34:37.038Z[ helios-setup] Mar 18 13:34:36.144 INFO E| Compiling serde_derive v1.0.228
32642026-03-18T13:34:37.121Z[ helios-setup] Mar 18 13:34:36.227 INFO E| Compiling zerocopy-derive v0.8.27
32652026-03-18T13:34:37.146Z[ helios-setup] Mar 18 13:34:36.252 INFO E| Compiling der_derive v0.7.3
32662026-03-18T13:34:37.228Z[ helios-setup] Mar 18 13:34:36.334 INFO E| Compiling futures-macro v0.3.31
32672026-03-18T13:34:37.308Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32682026-03-18T13:34:37.381Z[ host-package] Compiling derive_builder v0.20.2
32692026-03-18T13:34:37.536Z[ helios-setup] Mar 18 13:34:36.643 INFO E| Compiling num_enum_derive v0.7.5
32702026-03-18T13:34:37.718Z[ helios-setup] Mar 18 13:34:36.824 INFO E| Compiling thiserror-impl v1.0.69
32712026-03-18T13:34:37.751Z[ host-package] Compiling oso-derive v0.27.3
32722026-03-18T13:34:37.919Z[ host-package] Compiling quick-xml v0.37.5
32732026-03-18T13:34:37.944Z[ helios-setup] Mar 18 13:34:37.050 INFO E| Compiling bitfield-macros v0.19.3
32742026-03-18T13:34:38.102Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32752026-03-18T13:34:38.197Z[ helios-setup] Mar 18 13:34:37.303 INFO E| Compiling zerocopy-derive v0.6.6
32762026-03-18T13:34:38.293Z[ host-package] Compiling openssl-probe v0.1.6
32772026-03-18T13:34:38.296Z[ helios-setup] Mar 18 13:34:37.401 INFO E| Compiling clap_derive v4.5.49
32782026-03-18T13:34:38.525Z[ helios-setup] Mar 18 13:34:37.632 INFO E| Compiling tokio-macros v2.6.0
32792026-03-18T13:34:38.801Z[ helios-setup] Mar 18 13:34:37.907 INFO E| Compiling thiserror-impl v2.0.17
32802026-03-18T13:34:38.884Z[ helios-setup] Mar 18 13:34:37.990 INFO E| Compiling toml v0.9.8
32812026-03-18T13:34:38.976Z[ host-package] Compiling half v1.8.3
32822026-03-18T13:34:39.343Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32832026-03-18T13:34:39.491Z[ host-package] Compiling serde_cbor v0.11.2
32842026-03-18T13:34:39.495Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32852026-03-18T13:34:39.504Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32862026-03-18T13:34:39.517Z[ helios-setup] Mar 18 13:34:38.624 INFO E| Compiling futures-util v0.3.31
32872026-03-18T13:34:39.710Z[ helios-setup] Mar 18 13:34:38.817 INFO E| Compiling foldhash v0.2.0
32882026-03-18T13:34:40.149Z[ helios-setup] Mar 18 13:34:39.256 INFO E| Compiling der v0.7.10
32892026-03-18T13:34:40.191Z[ helios-setup] Mar 18 13:34:39.298 INFO E| Compiling bitfield v0.19.3
32902026-03-18T13:34:40.240Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32912026-03-18T13:34:40.509Z[ helios-setup] Mar 18 13:34:39.616 INFO E| Compiling crc-any v2.5.0
32922026-03-18T13:34:40.562Z[ helios-setup] Mar 18 13:34:39.669 INFO E| Compiling tokio v1.48.0
32932026-03-18T13:34:40.665Z[ helios-setup] Mar 18 13:34:39.771 INFO E| Compiling iddqd v0.3.14
32942026-03-18T13:34:40.729Z[ helios-setup] Mar 18 13:34:39.836 INFO E| Compiling zerocopy v0.6.6
32952026-03-18T13:34:40.837Z[ helios-setup] Mar 18 13:34:39.944 INFO E| Compiling num_enum v0.7.5
32962026-03-18T13:34:41.060Z[ helios-setup] Mar 18 13:34:40.151 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32972026-03-18T13:34:41.165Z[ host-package] Compiling bb8 v0.8.6
32982026-03-18T13:34:41.305Z[ host-package] Compiling trait-variant v0.1.2
32992026-03-18T13:34:41.364Z[ helios-setup] Mar 18 13:34:40.461 INFO E| Compiling devinfo v0.1.0
33002026-03-18T13:34:41.510Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33012026-03-18T13:34:41.719Z[ helios-setup] Mar 18 13:34:40.826 INFO E| Compiling zip v0.6.6
33022026-03-18T13:34:41.943Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33032026-03-18T13:34:41.978Z[ helios-setup] Mar 18 13:34:41.085 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33042026-03-18T13:34:42.112Z[ helios-setup] Mar 18 13:34:41.219 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33052026-03-18T13:34:42.191Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33062026-03-18T13:34:42.266Z[ host-package] Compiling fxhash v0.2.1
33072026-03-18T13:34:42.434Z[ helios-setup] Mar 18 13:34:41.541 INFO E| Compiling path-slash v0.1.5
33082026-03-18T13:34:42.861Z[ helios-setup] Mar 18 13:34:41.968 INFO E| Compiling spki v0.7.3
33092026-03-18T13:34:42.999Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
33102026-03-18T13:34:43.104Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33112026-03-18T13:34:43.267Z[ helios-setup] Mar 18 13:34:42.374 INFO E| Compiling clap v4.5.51
33122026-03-18T13:34:43.381Z[ helios-setup] Mar 18 13:34:42.488 INFO E| Compiling pkcs8 v0.10.2
33132026-03-18T13:34:43.396Z[ helios-setup] Mar 18 13:34:42.504 INFO E| Compiling x509-cert v0.2.5
33142026-03-18T13:34:43.453Z[ host-package] Compiling kstat-rs v0.2.4
33152026-03-18T13:34:43.652Z[ host-package] Compiling libz-sys v1.1.24
33162026-03-18T13:34:44.008Z[ host-package] Compiling nonempty v0.12.0
33172026-03-18T13:34:44.156Z[ helios-setup] Mar 18 13:34:43.264 INFO E| Compiling pkcs1 v0.7.5
33182026-03-18T13:34:44.288Z[ host-package] Compiling salty v0.3.0
33192026-03-18T13:34:44.629Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33202026-03-18T13:34:44.725Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33212026-03-18T13:34:45.178Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
33222026-03-18T13:34:45.346Z[ host-package] Compiling progenitor-impl v0.11.2
33232026-03-18T13:34:45.488Z[ host-package] Compiling darling_core v0.23.0
33242026-03-18T13:34:45.620Z[ helios-setup] Mar 18 13:34:44.727 INFO E| Compiling ppv-lite86 v0.2.21
33252026-03-18T13:34:45.753Z[ host-package] Compiling nanorand v0.7.0
33262026-03-18T13:34:46.325Z[ helios-setup] Mar 18 13:34:45.433 INFO E| Compiling hashbrown v0.13.2
33272026-03-18T13:34:46.369Z[ helios-setup] Mar 18 13:34:45.476 INFO E| Compiling futures-executor v0.3.31
33282026-03-18T13:34:46.435Z[ helios-setup] Mar 18 13:34:45.542 INFO E| Compiling rand_chacha v0.3.1
33292026-03-18T13:34:46.632Z[ helios-setup] Mar 18 13:34:45.740 INFO E| Compiling futures v0.3.31
33302026-03-18T13:34:46.776Z[ host-package] Compiling parking_lot_core v0.8.6
33312026-03-18T13:34:46.793Z[ helios-setup] Mar 18 13:34:45.900 INFO E| Compiling rand v0.8.5
33322026-03-18T13:34:46.827Z[ helios-setup] Mar 18 13:34:45.934 INFO E| Compiling erased-serde v0.3.31
33332026-03-18T13:34:46.827Z[ helios-setup] Mar 18 13:34:45.934 INFO E| Compiling toml_datetime v0.6.11
33342026-03-18T13:34:46.834Z[ helios-setup] Mar 18 13:34:45.934 INFO E| Compiling serde_spanned v0.6.9
33352026-03-18T13:34:46.926Z[ helios-setup] Mar 18 13:34:46.034 INFO E| Compiling serde-hex v0.1.0
33362026-03-18T13:34:46.943Z[ helios-setup] Mar 18 13:34:46.051 INFO E| Compiling ron v0.8.1
33372026-03-18T13:34:47.235Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33382026-03-18T13:34:47.371Z[ helios-setup] Mar 18 13:34:46.479 INFO E| Compiling toml_edit v0.19.15
33392026-03-18T13:34:47.700Z[ host-package] Compiling mime_guess v2.0.5
33402026-03-18T13:34:47.733Z[ helios-setup] Mar 18 13:34:46.841 INFO E| Compiling object v0.30.4
33412026-03-18T13:34:47.923Z[ host-package] Compiling samael v0.0.19
33422026-03-18T13:34:48.979Z[ helios-setup] Mar 18 13:34:48.084 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33432026-03-18T13:34:48.983Z[ helios-setup] Mar 18 13:34:48.091 INFO E| Compiling slog-term v2.9.2
33442026-03-18T13:34:49.019Z[ helios-setup] Mar 18 13:34:48.127 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33452026-03-18T13:34:49.685Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
33462026-03-18T13:34:49.745Z[ host-package] Compiling flume v0.11.1
33472026-03-18T13:34:50.233Z[ helios-setup] Mar 18 13:34:49.341 INFO E| Compiling rsa v0.9.8
33482026-03-18T13:34:50.606Z[ host-package] Compiling progenitor-macro v0.11.2
33492026-03-18T13:34:50.665Z[ helios-setup] Mar 18 13:34:49.773 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33502026-03-18T13:34:51.013Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33512026-03-18T13:34:51.016Z[ helios-setup] Mar 18 13:34:50.122 INFO E| Compiling toml v0.7.8
33522026-03-18T13:34:51.172Z[ host-package] Compiling darling_macro v0.23.0
33532026-03-18T13:34:52.539Z[ helios-setup] Mar 18 13:34:51.647 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33542026-03-18T13:34:52.612Z[ helios-setup] Mar 18 13:34:51.721 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33552026-03-18T13:34:53.605Z[ host-package] Compiling polar-core v0.27.3
33562026-03-18T13:34:55.218Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33572026-03-18T13:34:57.298Z[ host-package] Compiling progenitor-client v0.11.2
33582026-03-18T13:34:57.344Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33592026-03-18T13:34:58.756Z[ host-package] Compiling git-stub v1.0.0
33602026-03-18T13:34:58.862Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33612026-03-18T13:34:59.151Z[ host-package] Compiling instability v0.3.11
33622026-03-18T13:34:59.235Z[ host-package] Compiling git-stub-vcs v0.1.0
33632026-03-18T13:34:59.689Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33642026-03-18T13:34:59.888Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33652026-03-18T13:34:59.936Z[ host-package] Compiling progenitor v0.11.2
33662026-03-18T13:35:00.186Z[ host-package] Compiling darling v0.23.0
33672026-03-18T13:35:00.836Z[ helios-setup] Mar 18 13:34:59.945 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33682026-03-18T13:35:01.205Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33692026-03-18T13:35:02.666Z[ helios-setup] Mar 18 13:35:01.776 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33702026-03-18T13:35:03.466Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33712026-03-18T13:35:05.883Z[ host-package] Compiling ignore v0.4.25
33722026-03-18T13:35:05.983Z[ host-package] Compiling primeorder v0.13.6
33732026-03-18T13:35:06.199Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33742026-03-18T13:35:06.452Z[ host-package] Compiling castaway v0.2.4
33752026-03-18T13:35:06.523Z[ host-package] Compiling nibble_vec v0.1.0
33762026-03-18T13:35:06.804Z[ host-package] Compiling atty v0.2.14
33772026-03-18T13:35:06.854Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33782026-03-18T13:35:07.011Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33792026-03-18T13:35:07.154Z[ host-package] Compiling http-range v0.1.5
33802026-03-18T13:35:07.346Z[ host-package] Compiling indoc v2.0.7
33812026-03-18T13:35:07.581Z[ host-package] Compiling endian-type v0.1.2
33822026-03-18T13:35:07.899Z[ host-package] Compiling radix_trie v0.2.1
33832026-03-18T13:35:08.076Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33842026-03-18T13:35:08.177Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33852026-03-18T13:35:08.546Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33862026-03-18T13:35:08.788Z[ helios-setup] Mar 18 13:35:07.898 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33872026-03-18T13:35:09.583Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33882026-03-18T13:35:12.286Z[ host-package] Compiling oso v0.27.3
33892026-03-18T13:35:13.825Z[ host-package] Compiling async-bb8-diesel v0.2.1
33902026-03-18T13:35:14.239Z[ host-package] Compiling diesel-dtrace v0.5.0
33912026-03-18T13:35:14.589Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33922026-03-18T13:35:14.975Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
33932026-03-18T13:35:16.066Z[ host-package] Compiling globwalk v0.9.1
33942026-03-18T13:35:16.787Z[ host-package] Compiling compact_str v0.8.1
33952026-03-18T13:35:17.199Z[ host-package] Compiling p384 v0.13.1
33962026-03-18T13:35:18.930Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33972026-03-18T13:35:19.039Z[ host-package] Compiling parking_lot v0.11.2
33982026-03-18T13:35:19.349Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33992026-03-18T13:35:20.138Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34002026-03-18T13:35:20.369Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34012026-03-18T13:35:20.730Z[ host-package] Compiling predicates-tree v1.0.13
34022026-03-18T13:35:20.781Z[ host-package] Compiling unicode-truncate v1.1.0
34032026-03-18T13:35:20.880Z[ host-package] Compiling lru v0.12.5
34042026-03-18T13:35:21.046Z[ host-package] Compiling prefix-trie v0.7.0
34052026-03-18T13:35:21.176Z[ host-package] Compiling vergen-git2 v1.0.7
34062026-03-18T13:35:21.308Z[ host-package] Compiling cassowary v0.3.0
34072026-03-18T13:35:21.806Z[ host-package] Compiling ratatui v0.29.0
34082026-03-18T13:35:22.136Z[ host-package] Compiling hickory-server v0.25.2
34092026-03-18T13:35:22.439Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34102026-03-18T13:35:22.653Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34112026-03-18T13:35:23.257Z[ host-package] Compiling hyper-staticfile v0.10.1
34122026-03-18T13:35:23.493Z[ host-package] Compiling sled v0.34.7
34132026-03-18T13:35:23.688Z[ helios-setup] Mar 18 13:35:22.800 INFO E| Finished `release` profile [optimized] target(s) in 1m 04s
34142026-03-18T13:35:23.691Z[ helios-setup] Mar 18 13:35:22.803 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
34152026-03-18T13:35:23.691Z[ helios-setup] Mar 18 13:35:22.803 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34162026-03-18T13:35:23.759Z[ helios-setup] Mar 18 13:35:22.871 INFO building project "pilot" ok (64 seconds)
34172026-03-18T13:35:23.759Z[ helios-setup] Mar 18 13:35:22.872 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
34182026-03-18T13:35:23.771Z[ helios-setup] Mar 18 13:35:22.883 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
34192026-03-18T13:35:23.771Z[ helios-setup] Mar 18 13:35:22.883 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34202026-03-18T13:35:23.771Z[ helios-setup] Mar 18 13:35:22.883 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34212026-03-18T13:35:23.900Z[ helios-setup] Mar 18 13:35:23.012 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34222026-03-18T13:35:24.322Z[ helios-setup] Mar 18 13:35:23.434 INFO E| From https://github.com/jclulow/rust-jmclib
34232026-03-18T13:35:24.322Z[ helios-setup] Mar 18 13:35:23.434 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34242026-03-18T13:35:24.337Z[ helios-setup] Mar 18 13:35:23.450 INFO E| Updating crates.io index
34252026-03-18T13:35:24.400Z[ helios-setup] Mar 18 13:35:23.512 INFO E| Downloading crates ...
34262026-03-18T13:35:24.458Z[ helios-setup] Mar 18 13:35:23.570 INFO E| Downloaded anyhow v1.0.72
34272026-03-18T13:35:24.464Z[ helios-setup] Mar 18 13:35:23.574 INFO E| Downloaded serde_derive v1.0.193
34282026-03-18T13:35:24.468Z[ helios-setup] Mar 18 13:35:23.577 INFO E| Downloaded fastrand v2.0.0
34292026-03-18T13:35:24.468Z[ helios-setup] Mar 18 13:35:23.578 INFO E| Downloaded sha-1 v0.9.8
34302026-03-18T13:35:24.468Z[ helios-setup] Mar 18 13:35:23.579 INFO E| Downloaded block-buffer v0.9.0
34312026-03-18T13:35:24.468Z[ helios-setup] Mar 18 13:35:23.580 INFO E| Downloaded cpufeatures v0.2.9
34322026-03-18T13:35:24.473Z[ helios-setup] Mar 18 13:35:23.585 INFO E| Downloaded md-5 v0.9.1
34332026-03-18T13:35:24.477Z[ helios-setup] Mar 18 13:35:23.586 INFO E| Downloaded opaque-debug v0.3.0
34342026-03-18T13:35:24.477Z[ helios-setup] Mar 18 13:35:23.587 INFO E| Downloaded errno v0.3.1
34352026-03-18T13:35:24.477Z[ helios-setup] Mar 18 13:35:23.589 INFO E| Downloaded itoa v1.0.9
34362026-03-18T13:35:24.483Z[ helios-setup] Mar 18 13:35:23.596 INFO E| Downloaded digest v0.9.0
34372026-03-18T13:35:24.486Z[ helios-setup] Mar 18 13:35:23.598 INFO E| Downloaded libdevinfo-sys v1.0.0
34382026-03-18T13:35:24.492Z[ helios-setup] Mar 18 13:35:23.605 INFO E| Downloaded walkdir v2.3.3
34392026-03-18T13:35:24.495Z[ helios-setup] Mar 18 13:35:23.607 INFO E| Downloaded bitflags v2.3.3
34402026-03-18T13:35:24.499Z[ helios-setup] Mar 18 13:35:23.609 INFO E| Downloaded unicode-width v0.1.10
34412026-03-18T13:35:24.502Z[ helios-setup] Mar 18 13:35:23.611 INFO E| Downloaded glob v0.3.1
34422026-03-18T13:35:24.505Z[ helios-setup] Mar 18 13:35:23.616 INFO E| Downloaded quote v1.0.31
34432026-03-18T13:35:24.508Z[ helios-setup] Mar 18 13:35:23.620 INFO E| Downloaded uuid v0.8.2
34442026-03-18T13:35:24.511Z[ helios-setup] Mar 18 13:35:23.622 INFO E| Downloaded once_cell v1.18.0
34452026-03-18T13:35:24.514Z[ helios-setup] Mar 18 13:35:23.625 INFO E| Downloaded getrandom v0.2.10
34462026-03-18T13:35:24.516Z[ helios-setup] Mar 18 13:35:23.627 INFO E| Downloaded unicode-ident v1.0.11
34472026-03-18T13:35:24.519Z[ helios-setup] Mar 18 13:35:23.629 INFO E| Downloaded tempfile v3.7.0
34482026-03-18T13:35:24.519Z[ helios-setup] Mar 18 13:35:23.631 INFO E| Downloaded ryu v1.0.15
34492026-03-18T13:35:24.523Z[ helios-setup] Mar 18 13:35:23.633 INFO E| Downloaded typenum v1.16.0
34502026-03-18T13:35:24.526Z[ helios-setup] Mar 18 13:35:23.635 INFO E| Downloaded toml v0.5.11
34512026-03-18T13:35:24.526Z[ helios-setup] Mar 18 13:35:23.637 INFO E| Downloaded proc-macro2 v1.0.66
34522026-03-18T13:35:24.529Z[ helios-setup] Mar 18 13:35:23.639 INFO E| Downloaded serde v1.0.193
34532026-03-18T13:35:24.537Z[ helios-setup] Mar 18 13:35:23.649 INFO E| Downloaded serde_json v1.0.103
34542026-03-18T13:35:24.589Z[ helios-setup] Mar 18 13:35:23.702 INFO E| Downloaded syn v2.0.32
34552026-03-18T13:35:24.616Z[ helios-setup] Mar 18 13:35:23.729 INFO E| Downloaded rustix v0.38.4
34562026-03-18T13:35:24.640Z[ helios-setup] Mar 18 13:35:23.753 INFO E| Downloaded libc v0.2.147
34572026-03-18T13:35:24.715Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling libc v0.2.147
34582026-03-18T13:35:24.715Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling proc-macro2 v1.0.66
34592026-03-18T13:35:24.718Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling unicode-ident v1.0.11
34602026-03-18T13:35:24.718Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling cfg-if v1.0.0
34612026-03-18T13:35:24.718Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling version_check v0.9.4
34622026-03-18T13:35:24.718Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling typenum v1.16.0
34632026-03-18T13:35:24.718Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling serde v1.0.193
34642026-03-18T13:35:24.718Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling num-conv v0.1.0
34652026-03-18T13:35:24.718Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling powerfmt v0.2.0
34662026-03-18T13:35:24.718Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling rustix v0.38.4
34672026-03-18T13:35:24.718Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling time-core v0.1.2
34682026-03-18T13:35:24.718Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling slog v2.7.0
34692026-03-18T13:35:24.718Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling itoa v1.0.9
34702026-03-18T13:35:24.718Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling bitflags v2.3.3
34712026-03-18T13:35:24.718Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling num_threads v0.1.6
34722026-03-18T13:35:24.718Z[ helios-setup] Mar 18 13:35:23.827 INFO E| Compiling once_cell v1.18.0
34732026-03-18T13:35:24.845Z[ host-package] Compiling hickory-client v0.25.2
34742026-03-18T13:35:25.132Z[ helios-setup] Mar 18 13:35:24.244 INFO E| Compiling anyhow v1.0.72
34752026-03-18T13:35:25.210Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34762026-03-18T13:35:25.330Z[ helios-setup] Mar 18 13:35:24.442 INFO E| Compiling serde_json v1.0.103
34772026-03-18T13:35:25.479Z[ helios-setup] Mar 18 13:35:24.592 INFO E| Compiling fastrand v2.0.0
34782026-03-18T13:35:25.508Z[ helios-setup] Mar 18 13:35:24.621 INFO E| Compiling opaque-debug v0.3.0
34792026-03-18T13:35:25.556Z[ helios-setup] Mar 18 13:35:24.668 INFO E| Compiling deranged v0.3.11
34802026-03-18T13:35:25.583Z[ helios-setup] Mar 18 13:35:24.695 INFO E| Compiling unicode-width v0.1.10
34812026-03-18T13:35:25.604Z[ helios-setup] Mar 18 13:35:24.716 INFO E| Compiling time-macros v0.2.18
34822026-03-18T13:35:25.629Z[ helios-setup] Mar 18 13:35:24.736 INFO E| Compiling thread_local v1.1.7
34832026-03-18T13:35:25.661Z[ helios-setup] Mar 18 13:35:24.773 INFO E| Compiling same-file v1.0.6
34842026-03-18T13:35:25.768Z[ helios-setup] Mar 18 13:35:24.880 INFO E| Compiling generic-array v0.14.7
34852026-03-18T13:35:26.008Z[ helios-setup] Mar 18 13:35:25.121 INFO E| Compiling cpufeatures v0.2.9
34862026-03-18T13:35:26.105Z[ helios-setup] Mar 18 13:35:25.218 INFO E| Compiling ryu v1.0.15
34872026-03-18T13:35:26.146Z[ helios-setup] Mar 18 13:35:25.259 INFO E| Compiling quote v1.0.31
34882026-03-18T13:35:26.149Z[ helios-setup] Mar 18 13:35:25.259 INFO E| Compiling walkdir v2.3.3
34892026-03-18T13:35:26.149Z[ helios-setup] Mar 18 13:35:25.259 INFO E| Compiling getopts v0.2.21
34902026-03-18T13:35:26.149Z[ helios-setup] Mar 18 13:35:25.259 INFO E| Compiling glob v0.3.1
34912026-03-18T13:35:26.205Z[ helios-setup] Mar 18 13:35:25.318 INFO E| Compiling libdevinfo-sys v1.0.0
34922026-03-18T13:35:26.732Z[ helios-setup] Mar 18 13:35:25.845 INFO E| Compiling syn v2.0.32
34932026-03-18T13:35:27.072Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34942026-03-18T13:35:27.283Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34952026-03-18T13:35:27.400Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34962026-03-18T13:35:27.407Z[ helios-setup] Mar 18 13:35:26.519 INFO E| Compiling dirs-sys-next v0.1.2
34972026-03-18T13:35:27.407Z[ helios-setup] Mar 18 13:35:26.519 INFO E| Compiling errno v0.3.1
34982026-03-18T13:35:27.410Z[ helios-setup] Mar 18 13:35:26.519 INFO E| Compiling atty v0.2.14
34992026-03-18T13:35:27.410Z[ helios-setup] Mar 18 13:35:26.519 INFO E| Compiling getrandom v0.2.10
35002026-03-18T13:35:27.586Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35012026-03-18T13:35:27.596Z[ helios-setup] Mar 18 13:35:26.709 INFO E| Compiling dirs-next v2.0.0
35022026-03-18T13:35:27.707Z[ helios-setup] Mar 18 13:35:26.820 INFO E| Compiling term v0.7.0
35032026-03-18T13:35:27.863Z[ helios-setup] Mar 18 13:35:26.976 INFO E| Compiling time v0.3.36
35042026-03-18T13:35:27.869Z[ helios-setup] Mar 18 13:35:26.981 INFO E| Compiling block-buffer v0.9.0
35052026-03-18T13:35:27.869Z[ helios-setup] Mar 18 13:35:26.981 INFO E| Compiling digest v0.9.0
35062026-03-18T13:35:28.032Z[ helios-setup] Mar 18 13:35:27.145 INFO E| Compiling md-5 v0.9.1
35072026-03-18T13:35:28.032Z[ helios-setup] Mar 18 13:35:27.145 INFO E| Compiling sha-1 v0.9.8
35082026-03-18T13:35:28.792Z[ helios-setup] Mar 18 13:35:27.905 INFO E| Compiling tempfile v3.7.0
35092026-03-18T13:35:29.201Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
35102026-03-18T13:35:29.273Z[ helios-setup] Mar 18 13:35:28.385 INFO E| Compiling slog-term v2.9.0
35112026-03-18T13:35:29.427Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35122026-03-18T13:35:29.771Z[ helios-setup] Mar 18 13:35:28.883 INFO E| Compiling serde_derive v1.0.193
35132026-03-18T13:35:30.137Z[ host-package] Compiling rand_seeder v0.4.0
35142026-03-18T13:35:30.233Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35152026-03-18T13:35:30.404Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
35162026-03-18T13:35:30.474Z[ host-package] Compiling lzma-sys v0.1.20
35172026-03-18T13:35:30.607Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35182026-03-18T13:35:30.841Z[ host-package] Compiling corncobs v0.1.4
35192026-03-18T13:35:30.879Z[ host-package] Compiling rustls v0.21.12
35202026-03-18T13:35:31.106Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35212026-03-18T13:35:31.159Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35222026-03-18T13:35:31.224Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35232026-03-18T13:35:31.272Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35242026-03-18T13:35:31.559Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35252026-03-18T13:35:31.770Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35262026-03-18T13:35:31.930Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35272026-03-18T13:35:32.083Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35282026-03-18T13:35:32.252Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35292026-03-18T13:35:32.305Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
35302026-03-18T13:35:34.477Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35312026-03-18T13:35:35.860Z[ host-package] Compiling git2 v0.20.4
35322026-03-18T13:35:35.978Z[ helios-setup] Mar 18 13:35:35.092 INFO E| Compiling toml v0.5.11
35332026-03-18T13:35:35.978Z[ helios-setup] Mar 18 13:35:35.092 INFO E| Compiling uuid v0.8.2
35342026-03-18T13:35:36.383Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35352026-03-18T13:35:36.534Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35362026-03-18T13:35:36.794Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35372026-03-18T13:35:37.032Z[ host-package] Compiling sct v0.7.1
35382026-03-18T13:35:37.076Z[ helios-setup] Mar 18 13:35:36.189 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35392026-03-18T13:35:37.277Z[ host-package] Compiling rustls-webpki v0.101.7
35402026-03-18T13:35:37.627Z[ host-package] Compiling cargo_toml v0.22.3
35412026-03-18T13:35:37.994Z[ helios-setup] Mar 18 13:35:37.108 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35422026-03-18T13:35:38.719Z[ host-package] Compiling nix v0.29.0
35432026-03-18T13:35:39.269Z[ host-package] Compiling secrecy v0.8.0
35442026-03-18T13:35:39.591Z[ host-package] Compiling void v1.0.2
35452026-03-18T13:35:39.826Z[ host-package] Compiling lzss v0.8.2
35462026-03-18T13:35:40.559Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
35472026-03-18T13:35:40.593Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35482026-03-18T13:35:40.642Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35492026-03-18T13:35:41.107Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
35502026-03-18T13:35:41.155Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35512026-03-18T13:35:41.341Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
35522026-03-18T13:35:42.700Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35532026-03-18T13:35:42.738Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35542026-03-18T13:35:43.024Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35552026-03-18T13:35:43.449Z[ host-package] Compiling tungstenite v0.23.0
35562026-03-18T13:35:43.490Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35572026-03-18T13:35:43.800Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35582026-03-18T13:35:43.920Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35592026-03-18T13:35:44.105Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35602026-03-18T13:35:44.165Z[ helios-setup] Mar 18 13:35:43.280 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.38s
35612026-03-18T13:35:44.194Z[ helios-setup] Mar 18 13:35:43.308 INFO building project "image-builder" ok (20 seconds)
35622026-03-18T13:35:44.194Z[ helios-setup] Mar 18 13:35:43.308 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
35632026-03-18T13:35:44.205Z[ helios-setup] Mar 18 13:35:43.320 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
35642026-03-18T13:35:44.206Z[ helios-setup] Mar 18 13:35:43.320 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35652026-03-18T13:35:44.209Z[ helios-setup] Mar 18 13:35:43.320 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35662026-03-18T13:35:44.289Z[ host-package] Compiling nix v0.27.1
35672026-03-18T13:35:44.344Z[ host-package] Compiling serde_bytes v0.11.19
35682026-03-18T13:35:44.428Z[ helios-setup] Mar 18 13:35:43.543 INFO E| Downloading crates ...
35692026-03-18T13:35:44.476Z[ helios-setup] Mar 18 13:35:43.591 INFO E| Downloaded adler2 v2.0.0
35702026-03-18T13:35:44.485Z[ helios-setup] Mar 18 13:35:43.599 INFO E| Downloaded miniz_oxide v0.8.8
35712026-03-18T13:35:44.525Z[ host-package] Compiling tokio-tungstenite v0.23.1
35722026-03-18T13:35:44.533Z[ helios-setup] Mar 18 13:35:43.648 INFO E| Compiling adler2 v2.0.0
35732026-03-18T13:35:44.665Z[ helios-setup] Mar 18 13:35:43.780 INFO E| Compiling miniz_oxide v0.8.8
35742026-03-18T13:35:45.181Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
35752026-03-18T13:35:45.239Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35762026-03-18T13:35:46.045Z[ host-package] Compiling tokio-rustls v0.24.1
35772026-03-18T13:35:46.123Z[ helios-setup] Mar 18 13:35:45.238 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35782026-03-18T13:35:46.502Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35792026-03-18T13:35:46.553Z[ host-package] Compiling ron v0.12.0
35802026-03-18T13:35:46.889Z[ helios-setup] Mar 18 13:35:46.004 INFO E| Finished `release` profile [optimized] target(s) in 2.66s
35812026-03-18T13:35:46.900Z[ helios-setup] Mar 18 13:35:46.015 INFO building project "pinprick" ok (2 seconds)
35822026-03-18T13:35:46.900Z[ helios-setup] Mar 18 13:35:46.015 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35832026-03-18T13:35:46.913Z[ helios-setup] Mar 18 13:35:46.028 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
35842026-03-18T13:35:46.913Z[ helios-setup] Mar 18 13:35:46.028 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35852026-03-18T13:35:46.913Z[ helios-setup] Mar 18 13:35:46.028 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35862026-03-18T13:35:47.033Z[ host-package] Compiling xz2 v0.1.7
35872026-03-18T13:35:47.053Z[ helios-setup] Mar 18 13:35:46.168 INFO E| Downloading crates ...
35882026-03-18T13:35:47.103Z[ helios-setup] Mar 18 13:35:46.218 INFO E| Downloaded cpufeatures v0.2.5
35892026-03-18T13:35:47.116Z[ helios-setup] Mar 18 13:35:46.231 INFO E| Downloaded typenum v1.15.0
35902026-03-18T13:35:47.119Z[ helios-setup] Mar 18 13:35:46.233 INFO E| Downloaded anyhow v1.0.62
35912026-03-18T13:35:47.122Z[ helios-setup] Mar 18 13:35:46.237 INFO E| Downloaded generic-array v0.14.6
35922026-03-18T13:35:47.129Z[ helios-setup] Mar 18 13:35:46.244 INFO E| Downloaded digest v0.10.3
35932026-03-18T13:35:47.136Z[ helios-setup] Mar 18 13:35:46.246 INFO E| Downloaded sha2 v0.10.5
35942026-03-18T13:35:47.139Z[ helios-setup] Mar 18 13:35:46.252 INFO E| Downloaded flate2 v1.0.25
35952026-03-18T13:35:47.139Z[ helios-setup] Mar 18 13:35:46.252 INFO E| Downloaded miniz_oxide v0.6.2
35962026-03-18T13:35:47.139Z[ helios-setup] Mar 18 13:35:46.254 INFO E| Downloaded bytes v1.2.1
35972026-03-18T13:35:47.142Z[ helios-setup] Mar 18 13:35:46.257 INFO E| Downloaded block-buffer v0.10.3
35982026-03-18T13:35:47.196Z[ helios-setup] Mar 18 13:35:46.311 INFO E| Compiling version_check v0.9.4
35992026-03-18T13:35:47.196Z[ helios-setup] Mar 18 13:35:46.311 INFO E| Compiling typenum v1.15.0
36002026-03-18T13:35:47.196Z[ helios-setup] Mar 18 13:35:46.311 INFO E| Compiling crc32fast v1.3.2
36012026-03-18T13:35:47.200Z[ helios-setup] Mar 18 13:35:46.311 INFO E| Compiling cfg-if v1.0.0
36022026-03-18T13:35:47.200Z[ helios-setup] Mar 18 13:35:46.311 INFO E| Compiling adler v1.0.2
36032026-03-18T13:35:47.200Z[ helios-setup] Mar 18 13:35:46.312 INFO E| Compiling anyhow v1.0.62
36042026-03-18T13:35:47.200Z[ helios-setup] Mar 18 13:35:46.312 INFO E| Compiling unicode-width v0.1.10
36052026-03-18T13:35:47.200Z[ helios-setup] Mar 18 13:35:46.312 INFO E| Compiling cpufeatures v0.2.5
36062026-03-18T13:35:47.200Z[ helios-setup] Mar 18 13:35:46.312 INFO E| Compiling bitflags v1.3.2
36072026-03-18T13:35:47.200Z[ helios-setup] Mar 18 13:35:46.312 INFO E| Compiling bytes v1.2.1
36082026-03-18T13:35:47.355Z[ helios-setup] Mar 18 13:35:46.470 INFO E| Compiling getopts v0.2.21
36092026-03-18T13:35:47.395Z[ helios-setup] Mar 18 13:35:46.510 INFO E| Compiling miniz_oxide v0.6.2
36102026-03-18T13:35:47.753Z[ helios-setup] Mar 18 13:35:46.868 INFO E| Compiling generic-array v0.14.6
36112026-03-18T13:35:48.474Z[ helios-setup] Mar 18 13:35:47.589 INFO E| Compiling flate2 v1.0.25
36122026-03-18T13:35:49.573Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36132026-03-18T13:35:50.136Z[ helios-setup] Mar 18 13:35:49.250 INFO E| Compiling block-buffer v0.10.3
36142026-03-18T13:35:50.139Z[ helios-setup] Mar 18 13:35:49.250 INFO E| Compiling crypto-common v0.1.6
36152026-03-18T13:35:50.311Z[ helios-setup] Mar 18 13:35:49.426 INFO E| Compiling digest v0.10.3
36162026-03-18T13:35:50.537Z[ helios-setup] Mar 18 13:35:49.653 INFO E| Compiling sha2 v0.10.5
36172026-03-18T13:35:50.860Z[ helios-setup] Mar 18 13:35:49.975 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36182026-03-18T13:35:50.993Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36192026-03-18T13:35:51.163Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36202026-03-18T13:35:52.295Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
36212026-03-18T13:35:52.880Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36222026-03-18T13:35:53.815Z[ helios-setup] Mar 18 13:35:52.931 INFO E| Finished `release` profile [optimized] target(s) in 6.88s
36232026-03-18T13:35:53.831Z[ helios-setup] Mar 18 13:35:52.947 INFO building project "bootserver" ok (6 seconds)
36242026-03-18T13:35:53.832Z[ helios-setup] Mar 18 13:35:52.948 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
36252026-03-18T13:35:53.844Z[ helios-setup] Mar 18 13:35:52.960 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
36262026-03-18T13:35:53.844Z[ helios-setup] Mar 18 13:35:52.960 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
36272026-03-18T13:35:53.847Z[ helios-setup] Mar 18 13:35:52.960 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
36282026-03-18T13:35:53.984Z[ helios-setup] Mar 18 13:35:53.100 INFO E| Blocking waiting for file lock on package cache
36292026-03-18T13:35:54.170Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36302026-03-18T13:35:55.585Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36312026-03-18T13:35:55.734Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36322026-03-18T13:35:56.475Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36332026-03-18T13:35:57.565Z[ helios-setup] Mar 18 13:35:56.681 INFO E| Downloading crates ...
36342026-03-18T13:35:57.623Z[ helios-setup] Mar 18 13:35:56.739 INFO E| Downloaded time-core v0.1.4
36352026-03-18T13:35:57.626Z[ helios-setup] Mar 18 13:35:56.741 INFO E| Downloaded iana-time-zone v0.1.63
36362026-03-18T13:35:57.629Z[ helios-setup] Mar 18 13:35:56.743 INFO E| Downloaded tempfile v3.20.0
36372026-03-18T13:35:57.635Z[ helios-setup] Mar 18 13:35:56.752 INFO E| Downloaded errno v0.3.12
36382026-03-18T13:35:57.639Z[ helios-setup] Mar 18 13:35:56.754 INFO E| Downloaded time-macros v0.2.22
36392026-03-18T13:35:57.642Z[ helios-setup] Mar 18 13:35:56.756 INFO E| Downloaded deranged v0.4.0
36402026-03-18T13:35:57.645Z[ helios-setup] Mar 18 13:35:56.760 INFO E| Downloaded serde_with_macros v3.12.0
36412026-03-18T13:35:57.650Z[ helios-setup] Mar 18 13:35:56.766 INFO E| Downloaded bitflags v2.9.1
36422026-03-18T13:35:57.656Z[ helios-setup] Mar 18 13:35:56.773 INFO E| Downloaded getrandom v0.3.3
36432026-03-18T13:35:57.659Z[ helios-setup] Mar 18 13:35:56.776 INFO E| Downloaded anyhow v1.0.98
36442026-03-18T13:35:57.663Z[ helios-setup] Mar 18 13:35:56.779 INFO E| Downloaded indexmap v2.9.0
36452026-03-18T13:35:57.681Z[ helios-setup] Mar 18 13:35:56.797 INFO E| Downloaded serde_with v3.12.0
36462026-03-18T13:35:57.684Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36472026-03-18T13:35:57.687Z[ helios-setup] Mar 18 13:35:56.804 INFO E| Downloaded time v0.3.41
36482026-03-18T13:35:57.693Z[ helios-setup] Mar 18 13:35:56.810 INFO E| Downloaded hashbrown v0.15.3
36492026-03-18T13:35:57.697Z[ helios-setup] Mar 18 13:35:56.814 INFO E| Downloaded chrono v0.4.41
36502026-03-18T13:35:57.766Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling proc-macro2 v1.0.95
36512026-03-18T13:35:57.766Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling unicode-ident v1.0.18
36522026-03-18T13:35:57.766Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling libc v0.2.172
36532026-03-18T13:35:57.769Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling strsim v0.11.1
36542026-03-18T13:35:57.769Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling ident_case v1.0.1
36552026-03-18T13:35:57.769Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling fnv v1.0.7
36562026-03-18T13:35:57.769Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling serde v1.0.219
36572026-03-18T13:35:57.769Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling rustix v1.0.7
36582026-03-18T13:35:57.769Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling getrandom v0.3.3
36592026-03-18T13:35:57.769Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling bitflags v2.9.1
36602026-03-18T13:35:57.769Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling serde_json v1.0.140
36612026-03-18T13:35:57.769Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling thiserror v2.0.12
36622026-03-18T13:35:57.769Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling anyhow v1.0.98
36632026-03-18T13:35:57.769Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling cfg-if v1.0.0
36642026-03-18T13:35:57.769Z[ helios-setup] Mar 18 13:35:56.882 INFO E| Compiling fastrand v2.3.0
36652026-03-18T13:35:57.769Z[ helios-setup] Mar 18 13:35:56.883 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36662026-03-18T13:35:57.883Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36672026-03-18T13:35:58.003Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36682026-03-18T13:35:58.030Z[ helios-setup] Mar 18 13:35:57.147 INFO E| Compiling itoa v1.0.15
36692026-03-18T13:35:58.222Z[ helios-setup] Mar 18 13:35:57.339 INFO E| Compiling memchr v2.7.4
36702026-03-18T13:35:58.518Z[ helios-setup] Mar 18 13:35:57.612 INFO E| Compiling once_cell v1.21.3
36712026-03-18T13:35:58.530Z[ helios-setup] Mar 18 13:35:57.646 INFO E| Compiling ryu v1.0.20
36722026-03-18T13:35:59.709Z[ helios-setup] Mar 18 13:35:58.825 INFO E| Compiling errno v0.3.12
36732026-03-18T13:35:59.991Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36742026-03-18T13:36:00.277Z[ helios-setup] Mar 18 13:35:59.393 INFO E| Compiling quote v1.0.40
36752026-03-18T13:36:00.644Z[ helios-setup] Mar 18 13:35:59.761 INFO E| Compiling syn v2.0.101
36762026-03-18T13:36:01.243Z[ helios-setup] Mar 18 13:36:00.360 INFO E| Compiling tempfile v3.20.0
36772026-03-18T13:36:01.953Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36782026-03-18T13:36:02.287Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36792026-03-18T13:36:03.035Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36802026-03-18T13:36:03.631Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36812026-03-18T13:36:03.921Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36822026-03-18T13:36:04.129Z[ host-package] Compiling rustls-pemfile v1.0.4
36832026-03-18T13:36:04.226Z[ host-package] Compiling signal-hook-tokio v0.3.1
36842026-03-18T13:36:04.284Z[ helios-setup] Mar 18 13:36:03.401 INFO E| Compiling darling_core v0.20.11
36852026-03-18T13:36:04.387Z[ host-package] Compiling yasna v0.5.2
36862026-03-18T13:36:04.542Z[ host-package] Compiling twox-hash v2.1.2
36872026-03-18T13:36:04.666Z[ host-package] Compiling base16ct v1.0.0
36882026-03-18T13:36:05.138Z[ host-package] Compiling is_ci v1.2.0
36892026-03-18T13:36:05.930Z[ host-package] Compiling supports-color v3.0.2
36902026-03-18T13:36:06.103Z[ helios-setup] Mar 18 13:36:05.220 INFO E| Compiling serde_derive v1.0.219
36912026-03-18T13:36:06.103Z[ helios-setup] Mar 18 13:36:05.220 INFO E| Compiling thiserror-impl v2.0.12
36922026-03-18T13:36:06.411Z[ host-package] Compiling rcgen v0.12.1
36932026-03-18T13:36:06.991Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36942026-03-18T13:36:07.232Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36952026-03-18T13:36:07.356Z[ helios-setup] Mar 18 13:36:06.473 INFO E| Compiling darling_macro v0.20.11
36962026-03-18T13:36:08.174Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36972026-03-18T13:36:08.178Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36982026-03-18T13:36:08.632Z[ helios-setup] Mar 18 13:36:07.750 INFO E| Compiling darling v0.20.11
36992026-03-18T13:36:08.767Z[ helios-setup] Mar 18 13:36:07.884 INFO E| Compiling serde_with_macros v3.12.0
37002026-03-18T13:36:08.874Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37012026-03-18T13:36:09.557Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37022026-03-18T13:36:11.726Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37032026-03-18T13:36:12.525Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37042026-03-18T13:36:13.446Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37052026-03-18T13:36:13.489Z[ helios-setup] Mar 18 13:36:12.607 INFO E| Compiling serde_with v3.12.0
37062026-03-18T13:36:13.715Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37072026-03-18T13:36:16.080Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37082026-03-18T13:36:16.384Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37092026-03-18T13:36:16.773Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37102026-03-18T13:36:17.106Z[ host-package] Compiling fatfs v0.3.6
37112026-03-18T13:36:19.211Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37122026-03-18T13:36:19.211Z[ host-package] Compiling subprocess v0.2.15
37132026-03-18T13:36:19.248Z[ helios-setup] Mar 18 13:36:18.366 INFO E| Finished `release` profile [optimized] target(s) in 25.39s
37142026-03-18T13:36:19.280Z[ helios-setup] Mar 18 13:36:18.398 INFO building project "dmar-report" ok (25 seconds)
37152026-03-18T13:36:19.285Z[ helios-setup] rm -f helios-build
37162026-03-18T13:36:19.285Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37172026-03-18T13:36:19.289Z[ helios-setup]
37182026-03-18T13:36:19.289Z[ helios-setup] Setup complete! ./helios-build is now available.
37192026-03-18T13:36:19.289Z[ helios-setup]
37202026-03-18T13:36:19.293Z[ helios-setup]
37212026-03-18T13:36:19.293Z[ helios-setup] real 3:34.869110133
37222026-03-18T13:36:19.293Z[ helios-setup] user 9:18.197533618
37232026-03-18T13:36:19.293Z[ helios-setup] sys 1:29.755874448
37242026-03-18T13:36:19.293Z[ helios-setup] trap 0.577389141
37252026-03-18T13:36:19.294Z[ helios-setup] tflt 3.710876541
37262026-03-18T13:36:19.294Z[ helios-setup] dflt 10.056334716
37272026-03-18T13:36:19.294Z[ helios-setup] kflt 0.005356543
37282026-03-18T13:36:19.294Z[ helios-setup] lock 49:18.727942615
37292026-03-18T13:36:19.294Z[ helios-setup] slp 45:20.377543434
37302026-03-18T13:36:19.294Z[ helios-setup] lat 8:54.781663285
37312026-03-18T13:36:19.294Z[ helios-setup] stop 2:01.360631513
37322026-03-18T13:36:19.294ZMar 18 13:36:18.410 INFO [helios-setup] process exited with exit status: 0 (214.872521157s)
37332026-03-18T13:36:19.294ZMar 18 13:36:18.410 INFO [helios-record] running task
37342026-03-18T13:36:19.294ZMar 18 13:36:18.410 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37352026-03-18T13:36:19.300ZMar 18 13:36:18.416 DEBG process exited with exit status: 0 (5.415969ms)
37362026-03-18T13:36:19.301ZMar 18 13:36:18.416 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37372026-03-18T13:36:19.305ZMar 18 13:36:18.421 DEBG process exited with exit status: 0 (5.214183ms)
37382026-03-18T13:36:19.305ZMar 18 13:36:18.421 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37392026-03-18T13:36:19.310ZMar 18 13:36:18.426 DEBG process exited with exit status: 0 (4.575002ms)
37402026-03-18T13:36:19.310ZMar 18 13:36:18.426 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37412026-03-18T13:36:19.313ZMar 18 13:36:18.430 DEBG process exited with exit status: 0 (4.71398ms)
37422026-03-18T13:36:19.314ZMar 18 13:36:18.430 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37432026-03-18T13:36:19.322ZMar 18 13:36:18.441 DEBG process exited with exit status: 0 (10.471913ms)
37442026-03-18T13:36:19.322ZMar 18 13:36:18.441 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37452026-03-18T13:36:19.329ZMar 18 13:36:18.445 DEBG process exited with exit status: 0 (4.683086ms)
37462026-03-18T13:36:19.329ZMar 18 13:36:18.445 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37472026-03-18T13:36:19.332ZMar 18 13:36:18.450 DEBG process exited with exit status: 0 (4.79648ms)
37482026-03-18T13:36:19.332ZMar 18 13:36:18.450 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37492026-03-18T13:36:19.336ZMar 18 13:36:18.455 DEBG process exited with exit status: 0 (4.582463ms)
37502026-03-18T13:36:19.336ZMar 18 13:36:18.455 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37512026-03-18T13:36:19.345ZMar 18 13:36:18.460 DEBG process exited with exit status: 0 (4.796201ms)
37522026-03-18T13:36:19.348ZMar 18 13:36:18.460 INFO [helios-record] task succeeded (50.218042ms)
37532026-03-18T13:36:21.943Z[ host-package] Compiling rtoolbox v0.0.3
37542026-03-18T13:36:22.295Z[ host-package] Compiling seq-macro v0.3.6
37552026-03-18T13:36:22.334Z[ host-package] Compiling assert_matches v1.5.0
37562026-03-18T13:36:22.473Z[ host-package] Compiling rpassword v7.4.0
37572026-03-18T13:36:22.504Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37582026-03-18T13:36:22.935Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37592026-03-18T13:36:22.966Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37602026-03-18T13:36:24.092Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37612026-03-18T13:36:24.269Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37622026-03-18T13:36:24.788Z[ host-package] Compiling tui-tree-widget v0.23.1
37632026-03-18T13:36:25.194Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37642026-03-18T13:36:25.441Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37652026-03-18T13:36:26.628Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37662026-03-18T13:36:27.286Z[ host-package] Compiling uzers v0.12.2
37672026-03-18T13:36:29.073Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37682026-03-18T13:36:29.168Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37692026-03-18T13:36:30.560Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37702026-03-18T13:36:31.931Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37712026-03-18T13:36:35.320Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37722026-03-18T13:36:35.325Z[ host-package] Compiling support-bundle-viewer v0.1.2
37732026-03-18T13:36:37.192Z[ host-package] Compiling multimap v0.10.1
37742026-03-18T13:36:58.016Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37752026-03-18T13:37:02.770Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37762026-03-18T13:44:16.085Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 51s
37772026-03-18T13:45:09.127ZMar 18 13:45:08.312 INFO [host-package] process exited with exit status: 0 (704.868492204s)
37782026-03-18T13:45:09.127ZMar 18 13:45:08.312 INFO [host-stamp] running task
37792026-03-18T13:45:09.131ZMar 18 13:45:08.312 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 19.0.0-0.ci+git78e92b69fec
37802026-03-18T13:45:09.131ZMar 18 13:45:08.313 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
37812026-03-18T13:45:09.131ZMar 18 13:45:08.313 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 19.0.0-0.ci+git78e92b69fec
37822026-03-18T13:45:09.131ZMar 18 13:45:08.313 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 19.0.0-0.ci+git78e92b69fec
37832026-03-18T13:45:09.131ZMar 18 13:45:08.313 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 19.0.0-0.ci+git78e92b69fec
37842026-03-18T13:45:09.131ZMar 18 13:45:08.314 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 19.0.0-0.ci+git78e92b69fec
37852026-03-18T13:45:09.131ZMar 18 13:45:08.314 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 19.0.0-0.ci+git78e92b69fec
37862026-03-18T13:45:09.131ZMar 18 13:45:08.314 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 19.0.0-0.ci+git78e92b69fec
37872026-03-18T13:45:09.131ZMar 18 13:45:08.315 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 19.0.0-0.ci+git78e92b69fec
37882026-03-18T13:45:09.141Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37892026-03-18T13:45:09.141Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37902026-03-18T13:45:09.141Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
37912026-03-18T13:45:09.144Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
37922026-03-18T13:45:09.144Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
37932026-03-18T13:45:09.145Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37942026-03-18T13:45:09.145Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
37952026-03-18T13:45:09.145Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37962026-03-18T13:45:09.145Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
37972026-03-18T13:45:09.145Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
37982026-03-18T13:45:09.148ZMar 18 13:45:08.332 INFO [stamp-overlay] process exited with exit status: 0 (18.691228ms)
37992026-03-18T13:45:09.155Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38002026-03-18T13:45:09.159ZMar 18 13:45:08.344 INFO [stamp-oxlog] process exited with exit status: 0 (29.951382ms)
38012026-03-18T13:45:09.182Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38022026-03-18T13:45:09.186ZMar 18 13:45:08.371 INFO [stamp-crucible-utils] process exited with exit status: 0 (57.843202ms)
38032026-03-18T13:45:09.197Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38042026-03-18T13:45:09.200ZMar 18 13:45:08.385 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (71.966779ms)
38052026-03-18T13:45:09.292Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38062026-03-18T13:45:09.296ZMar 18 13:45:08.481 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (167.43903ms)
38072026-03-18T13:45:09.555Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38082026-03-18T13:45:09.560ZMar 18 13:45:08.745 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (430.187391ms)
38092026-03-18T13:45:10.378Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38102026-03-18T13:45:10.382ZMar 18 13:45:09.568 INFO [stamp-propolis-server] process exited with exit status: 0 (1.252926322s)
38112026-03-18T13:45:10.472Z[recovery-package] Compiling newtype-uuid v1.3.2
38122026-03-18T13:45:10.764Z[recovery-package] Compiling daft v0.1.5
38132026-03-18T13:45:11.045Z[recovery-package] Compiling iddqd v0.3.17
38142026-03-18T13:45:12.283Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38152026-03-18T13:45:12.602Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38162026-03-18T13:45:12.602Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38172026-03-18T13:45:12.605Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38182026-03-18T13:45:12.605Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38192026-03-18T13:45:12.605Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38202026-03-18T13:45:12.605Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38212026-03-18T13:45:12.716Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38222026-03-18T13:45:13.188Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38232026-03-18T13:45:15.907Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38242026-03-18T13:45:15.911ZMar 18 13:45:15.097 INFO [stamp-switch-asic] process exited with exit status: 0 (6.784564735s)
38252026-03-18T13:45:15.911ZMar 18 13:45:15.097 INFO [host-stamp] task succeeded (6.784966936s)
38262026-03-18T13:45:15.911ZMar 18 13:45:15.097 INFO [host-proto] running task
38272026-03-18T13:45:16.402ZMar 18 13:45:15.588 INFO [host-proto] task succeeded (490.67796ms)
38282026-03-18T13:45:16.402ZMar 18 13:45:15.588 INFO [host-profile] running task
38292026-03-18T13:45:16.406ZMar 18 13:45:15.588 INFO [host-profile] task succeeded (174.242µs)
38302026-03-18T13:45:16.406ZMar 18 13:45:15.588 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.39.455' -P /tmp/.tmp5JnwhE/proto/host/root -N 'ci 78e92b6/${os_short_commit} 2026-03-18 13:32' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38312026-03-18T13:45:16.409Z[ host-image] Mar 18 13:45:15.595 INFO Checking files for board 'gimlet'
38322026-03-18T13:45:16.409Z[ host-image] Mar 18 13:45:15.595 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38332026-03-18T13:45:16.412Z[ host-image] Mar 18 13:45:15.595 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38342026-03-18T13:45:16.412Z[ host-image] Mar 18 13:45:15.595 INFO Checking files for board 'cosmo-mbist'
38352026-03-18T13:45:16.412Z[ host-image] Mar 18 13:45:15.595 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
38362026-03-18T13:45:16.412Z[ host-image] Mar 18 13:45:15.595 INFO Checking files for board 'cosmo-mbist-noaggr'
38372026-03-18T13:45:16.412Z[ host-image] Mar 18 13:45:15.595 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
38382026-03-18T13:45:16.412Z[ host-image] Mar 18 13:45:15.595 INFO Checking files for board 'cosmo'
38392026-03-18T13:45:16.412Z[ host-image] Mar 18 13:45:15.595 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38402026-03-18T13:45:16.412Z[ host-image] Mar 18 13:45:15.595 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
38412026-03-18T13:45:16.420Z[ host-image] Mar 18 13:45:15.606 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp5JnwhE/proto/host/root"
38422026-03-18T13:45:16.423Z[ host-image] Mar 18 13:45:15.606 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38432026-03-18T13:45:16.423Z[ host-image] Mar 18 13:45:15.606 INFO image builder template: ramdisk-01-os...
38442026-03-18T13:45:16.423Z[ host-image] Mar 18 13:45:15.606 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/.tmp5JnwhE/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.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38452026-03-18T13:45:16.437Z[ host-image] Mar 18 13:45:15.623 INFO O| Mar 18 13:45:15.623 INFO CREATE DATASET: rpool/images/build/host/output
38462026-03-18T13:45:17.355Z[ host-image] Mar 18 13:45:16.541 INFO O| Mar 18 13:45:16.541 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38472026-03-18T13:45:17.359Z[ host-image] Mar 18 13:45:16.545 INFO O| Mar 18 13:45:16.545 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38482026-03-18T13:45:17.595Z[ host-image] Mar 18 13:45:16.781 INFO O| Mar 18 13:45:16.780 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38492026-03-18T13:45:17.656Z[ host-image] Mar 18 13:45:16.842 INFO O| Mar 18 13:45:16.842 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38502026-03-18T13:45:17.656Z[ host-image] Mar 18 13:45:16.842 INFO O| Mar 18 13:45:16.842 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38512026-03-18T13:45:17.659Z[ host-image] Mar 18 13:45:16.842 INFO O| Mar 18 13:45:16.842 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38522026-03-18T13:45:17.659Z[ host-image] Mar 18 13:45:16.842 INFO O| Mar 18 13:45:16.842 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38532026-03-18T13:45:17.662Z[ host-image] Mar 18 13:45:16.847 INFO O| Mar 18 13:45:16.847 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38542026-03-18T13:45:17.894Z[ host-image] Mar 18 13:45:17.079 INFO O| Mar 18 13:45:17.079 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38552026-03-18T13:45:17.901Z[ host-image] Mar 18 13:45:17.087 INFO O| Mar 18 13:45:17.087 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38562026-03-18T13:45:18.247Z[ host-image] Mar 18 13:45:17.433 INFO O| Mar 18 13:45:17.433 INFO O| Caching catalogs ... Done
38572026-03-18T13:45:18.324Z[ host-image] Mar 18 13:45:17.509 INFO O| Mar 18 13:45:17.509 INFO STEP 0 (pkg_image_create) COMPLETE
38582026-03-18T13:45:18.324Z[ host-image] Mar 18 13:45:17.509 INFO O| Mar 18 13:45:17.509 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38592026-03-18T13:45:18.332Z[ host-image] Mar 18 13:45:17.517 INFO O| Mar 18 13:45:17.517 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"]
38602026-03-18T13:45:18.661Z[ host-image] Mar 18 13:45:17.847 INFO O| Mar 18 13:45:17.847 INFO STEP 1 (pkg_set_publisher) COMPLETE
38612026-03-18T13:45:18.661Z[ host-image] Mar 18 13:45:17.847 INFO O| Mar 18 13:45:17.847 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38622026-03-18T13:45:18.664Z[ host-image] Mar 18 13:45:17.847 INFO O| Mar 18 13:45:17.847 INFO skip step because feature "publisher_1_name" is not enabled
38632026-03-18T13:45:18.664Z[ host-image] Mar 18 13:45:17.847 INFO O| Mar 18 13:45:17.847 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38642026-03-18T13:45:18.665Z[ host-image] Mar 18 13:45:17.847 INFO O| Mar 18 13:45:17.847 INFO skip step because feature "publisher_2_name" is not enabled
38652026-03-18T13:45:18.665Z[ host-image] Mar 18 13:45:17.847 INFO O| Mar 18 13:45:17.847 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38662026-03-18T13:45:18.665Z[ host-image] Mar 18 13:45:17.847 INFO O| Mar 18 13:45:17.847 INFO skip step because feature "publisher_3_name" is not enabled
38672026-03-18T13:45:18.665Z[ host-image] Mar 18 13:45:17.847 INFO O| Mar 18 13:45:17.847 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38682026-03-18T13:45:18.997Z[ host-image] Mar 18 13:45:18.182 INFO O| Mar 18 13:45:18.182 INFO variant opensolaris.zone is already global
38692026-03-18T13:45:18.997Z[ host-image] Mar 18 13:45:18.183 INFO O| Mar 18 13:45:18.182 INFO STEP 5 (pkg_change_variant) COMPLETE
38702026-03-18T13:45:19.001Z[ host-image] Mar 18 13:45:18.183 INFO O| Mar 18 13:45:18.182 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38712026-03-18T13:45:19.330Z[ host-image] Mar 18 13:45:18.516 INFO O| Mar 18 13:45:18.516 INFO variant opensolaris.imagetype is full; changing to partial
38722026-03-18T13:45:19.330Z[ host-image] Mar 18 13:45:18.516 INFO O| Mar 18 13:45:18.516 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38732026-03-18T13:45:19.668Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
38742026-03-18T13:45:19.668Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38752026-03-18T13:45:19.671Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38762026-03-18T13:45:19.671Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38772026-03-18T13:45:19.671Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38782026-03-18T13:45:19.784Z[ host-image] Mar 18 13:45:18.970 INFO O| Mar 18 13:45:18.970 INFO O| Startup: Refreshing catalog 'helios' ... Done
38792026-03-18T13:45:19.820Z[ host-image] Mar 18 13:45:19.006 INFO O| Mar 18 13:45:19.006 INFO O| Startup: Caching catalogs ... Done
38802026-03-18T13:45:19.823Z[ host-image] Mar 18 13:45:19.009 INFO O| Mar 18 13:45:19.009 INFO O| Planning: Planning completed in 0.00 seconds
38812026-03-18T13:45:19.826Z[ host-image] Mar 18 13:45:19.010 INFO O| Mar 18 13:45:19.010 INFO O| Planning: Consolidating action changes ... Done
38822026-03-18T13:45:19.826Z[ host-image] Mar 18 13:45:19.010 INFO O| Mar 18 13:45:19.010 INFO O| Planning: Evaluating mediators ... Done
38832026-03-18T13:45:19.826Z[ host-image] Mar 18 13:45:19.010 INFO O| Mar 18 13:45:19.010 INFO O| Planning: Planning completed in 0.00 seconds
38842026-03-18T13:45:19.826Z[ host-image] Mar 18 13:45:19.010 INFO O| Mar 18 13:45:19.010 INFO O| Variants/Facets to change: 1
38852026-03-18T13:45:19.835Z[ host-image] Mar 18 13:45:19.021 INFO O| Mar 18 13:45:19.021 INFO O| Finalize: Updating package state database ... Done
38862026-03-18T13:45:19.835Z[ host-image] Mar 18 13:45:19.021 INFO O| Mar 18 13:45:19.021 INFO O| Finalize: Updating package cache ... Done
38872026-03-18T13:45:19.842Z[ host-image] Mar 18 13:45:19.028 INFO O| Mar 18 13:45:19.028 INFO O| Finalize: Updating image state ... Done
38882026-03-18T13:45:19.845Z[ host-image] Mar 18 13:45:19.030 INFO O| Mar 18 13:45:19.030 INFO O| Finalize: Creating fast lookup database ... Done
38892026-03-18T13:45:19.845Z[ host-image] Mar 18 13:45:19.031 INFO O| Mar 18 13:45:19.031 INFO O| Finalize: Reading search index ... Done
38902026-03-18T13:45:19.845Z[ host-image] Mar 18 13:45:19.031 INFO O| Mar 18 13:45:19.031 INFO O| Finalize: Updating search index ... Done
38912026-03-18T13:45:19.848Z[ host-image] Mar 18 13:45:19.032 INFO O| Mar 18 13:45:19.032 INFO O| Finalize: Updating package cache ... Done
38922026-03-18T13:45:19.920Z[ host-image] Mar 18 13:45:19.106 INFO O| Mar 18 13:45:19.105 INFO STEP 6 (pkg_change_variant) COMPLETE
38932026-03-18T13:45:19.920Z[ host-image] Mar 18 13:45:19.106 INFO O| Mar 18 13:45:19.105 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38942026-03-18T13:45:19.920Z[ host-image] Mar 18 13:45:19.106 INFO O| Mar 18 13:45:19.105 INFO skip step because feature "debug_variant" is not enabled
38952026-03-18T13:45:19.923Z[ host-image] Mar 18 13:45:19.106 INFO O| Mar 18 13:45:19.106 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38962026-03-18T13:45:20.371Z[ host-image] Mar 18 13:45:19.556 INFO O| Mar 18 13:45:19.556 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
38972026-03-18T13:45:20.824Z[ host-image] Mar 18 13:45:20.010 INFO O| Mar 18 13:45:20.010 INFO O| Startup: Refreshing catalog 'helios' ... Done
38982026-03-18T13:45:20.860Z[ host-image] Mar 18 13:45:20.046 INFO O| Mar 18 13:45:20.046 INFO O| Startup: Caching catalogs ... Done
38992026-03-18T13:45:20.863Z[ host-image] Mar 18 13:45:20.050 INFO O| Mar 18 13:45:20.050 INFO O| Planning: Planning completed in 0.00 seconds
39002026-03-18T13:45:20.866Z[ host-image] Mar 18 13:45:20.050 INFO O| Mar 18 13:45:20.050 INFO O| Planning: Consolidating action changes ... Done
39012026-03-18T13:45:20.867Z[ host-image] Mar 18 13:45:20.050 INFO O| Mar 18 13:45:20.050 INFO O| Planning: Evaluating mediators ... Done
39022026-03-18T13:45:20.867Z[ host-image] Mar 18 13:45:20.050 INFO O| Mar 18 13:45:20.050 INFO O| Planning: Planning completed in 0.00 seconds
39032026-03-18T13:45:20.867Z[ host-image] Mar 18 13:45:20.051 INFO O| Mar 18 13:45:20.051 INFO O| Variants/Facets to change: 1
39042026-03-18T13:45:20.875Z[ host-image] Mar 18 13:45:20.061 INFO O| Mar 18 13:45:20.061 INFO O| Finalize: Updating package state database ... Done
39052026-03-18T13:45:20.875Z[ host-image] Mar 18 13:45:20.061 INFO O| Mar 18 13:45:20.061 INFO O| Finalize: Updating package cache ... Done
39062026-03-18T13:45:20.882Z[ host-image] Mar 18 13:45:20.068 INFO O| Mar 18 13:45:20.068 INFO O| Finalize: Updating image state ... Done
39072026-03-18T13:45:20.885Z[ host-image] Mar 18 13:45:20.071 INFO O| Mar 18 13:45:20.071 INFO O| Finalize: Creating fast lookup database ... Done
39082026-03-18T13:45:20.885Z[ host-image] Mar 18 13:45:20.071 INFO O| Mar 18 13:45:20.071 INFO O| Finalize: Reading search index ... Done
39092026-03-18T13:45:20.885Z[ host-image] Mar 18 13:45:20.071 INFO O| Mar 18 13:45:20.071 INFO O| Finalize: Updating search index ... Done
39102026-03-18T13:45:20.888Z[ host-image] Mar 18 13:45:20.072 INFO O| Mar 18 13:45:20.072 INFO O| Finalize: Updating package cache ... Done
39112026-03-18T13:45:20.964Z[ host-image] Mar 18 13:45:20.150 INFO O| Mar 18 13:45:20.150 INFO STEP 8 (pkg_change_facet) COMPLETE
39122026-03-18T13:45:20.964Z[ host-image] Mar 18 13:45:20.150 INFO O| Mar 18 13:45:20.150 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-03-18T13:45:20.964Z[ host-image] Mar 18 13:45:20.150 INFO O| Mar 18 13:45:20.150 INFO skip step because feature "recovery" is not enabled
39142026-03-18T13:45:20.968Z[ host-image] Mar 18 13:45:20.150 INFO O| Mar 18 13:45:20.150 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-03-18T13:45:20.968Z[ host-image] Mar 18 13:45:20.150 INFO O| Mar 18 13:45:20.150 INFO skip step because feature "recovery" is not enabled
39162026-03-18T13:45:20.968Z[ host-image] Mar 18 13:45:20.150 INFO O| Mar 18 13:45:20.150 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-03-18T13:45:20.974Z[ host-image] Mar 18 13:45:20.160 INFO O| Mar 18 13:45:20.160 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@19.0.0.0"]
39182026-03-18T13:45:21.594Z[ host-image] Mar 18 13:45:20.780 INFO O| Mar 18 13:45:20.780 INFO O| Startup: Refreshing catalog 'helios' ... Done
39192026-03-18T13:45:21.634Z[ host-image] Mar 18 13:45:20.820 INFO O| Mar 18 13:45:20.820 INFO O| Startup: Caching catalogs ... Done
39202026-03-18T13:45:21.736Z[ host-image] Mar 18 13:45:20.922 INFO O| Mar 18 13:45:20.922 INFO O| Planning: Solver setup ... Done
39212026-03-18T13:45:21.741Z[ host-image] Mar 18 13:45:20.928 INFO O| Mar 18 13:45:20.928 INFO O| Planning: Running solver ... Done
39222026-03-18T13:45:21.746Z[ host-image] Mar 18 13:45:20.932 INFO O| Mar 18 13:45:20.932 INFO O| Planning: Finding local manifests ... Done
39232026-03-18T13:45:21.765Z[ host-image] Mar 18 13:45:20.951 INFO O| Mar 18 13:45:20.951 INFO O| Planning: Fetching manifests: 0/127 0% complete
39242026-03-18T13:45:22.741Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39252026-03-18T13:45:22.744Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39262026-03-18T13:45:24.134Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39272026-03-18T13:45:24.161Z[ host-image] Mar 18 13:45:23.348 INFO O| Mar 18 13:45:23.348 INFO O| Planning: Fetching manifests: 127/127 100% complete
39282026-03-18T13:45:24.715Z[ host-image] Mar 18 13:45:23.901 INFO O| Mar 18 13:45:23.901 INFO O| Planning: Package planning ... Done
39292026-03-18T13:45:24.917Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39302026-03-18T13:45:25.193Z[ host-image] Mar 18 13:45:24.379 INFO O| Mar 18 13:45:24.379 INFO O| Planning: Merging actions ... Done
39312026-03-18T13:45:25.391Z[ host-image] Mar 18 13:45:24.575 INFO O| Mar 18 13:45:24.575 INFO O| Planning: Checking for conflicting actions ... Done
39322026-03-18T13:45:25.526Z[ host-image] Mar 18 13:45:24.713 INFO O| Mar 18 13:45:24.713 INFO O| Planning: Consolidating action changes ... Done
39332026-03-18T13:45:25.767Z[ host-image] Mar 18 13:45:24.953 INFO O| Mar 18 13:45:24.953 INFO O| Planning: Evaluating mediators ... Done
39342026-03-18T13:45:27.840Z[ host-image] Mar 18 13:45:27.027 INFO O| Mar 18 13:45:27.027 INFO O| Planning: Planning completed in 6.20 seconds
39352026-03-18T13:45:27.843Z[ host-image] Mar 18 13:45:27.029 INFO O| Mar 18 13:45:27.029 INFO O| Packages to install: 127
39362026-03-18T13:45:27.843Z[ host-image] Mar 18 13:45:27.029 INFO O| Mar 18 13:45:27.029 INFO O| Mediators to change: 5
39372026-03-18T13:45:27.843Z[ host-image] Mar 18 13:45:27.029 INFO O| Mar 18 13:45:27.029 INFO O| Services to change: 6
39382026-03-18T13:45:27.882Z[ host-image] Mar 18 13:45:27.069 INFO O| Mar 18 13:45:27.069 INFO O| Download: 0/23719 items 0.0/221.2MB 0% complete
39392026-03-18T13:45:33.177Z[ host-image] Mar 18 13:45:32.365 INFO O| Mar 18 13:45:32.364 INFO O| Download: 1642/23719 items 10.5/221.2MB 4% complete (2.2M/s)
39402026-03-18T13:45:38.356Z[ host-image] Mar 18 13:45:37.544 INFO O| Mar 18 13:45:37.544 INFO O| Download: 2129/23719 items 22.9/221.2MB 10% complete (2.3M/s)
39412026-03-18T13:45:39.931Z[recovery-package] Finished `release` profile [optimized] target(s) in 30.64s
39422026-03-18T13:45:41.527ZMar 18 13:45:40.715 INFO [recovery-package] process exited with exit status: 0 (32.402749793s)
39432026-03-18T13:45:41.527ZMar 18 13:45:40.715 INFO [recovery-stamp] running task
39442026-03-18T13:45:41.530ZMar 18 13:45:40.715 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 19.0.0-0.ci+git78e92b69fec
39452026-03-18T13:45:41.530ZMar 18 13:45:40.715 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39462026-03-18T13:45:41.530ZMar 18 13:45:40.716 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git78e92b69fec
39472026-03-18T13:45:41.538Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39482026-03-18T13:45:41.541Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39492026-03-18T13:45:41.659Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39502026-03-18T13:45:41.663ZMar 18 13:45:40.852 INFO [stamp-installinator] process exited with exit status: 0 (135.916978ms)
39512026-03-18T13:45:41.704Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39522026-03-18T13:45:41.708ZMar 18 13:45:40.897 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (181.326887ms)
39532026-03-18T13:45:41.708ZMar 18 13:45:40.897 INFO [recovery-stamp] task succeeded (181.506431ms)
39542026-03-18T13:45:41.708ZMar 18 13:45:40.897 INFO [recovery-proto] running task
39552026-03-18T13:45:41.711ZMar 18 13:45:40.897 INFO [tuf-stamp] running task
39562026-03-18T13:45:41.711ZMar 18 13:45:40.898 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 19.0.0-0.ci+git78e92b69fec
39572026-03-18T13:45:41.711ZMar 18 13:45:40.898 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 19.0.0-0.ci+git78e92b69fec
39582026-03-18T13:45:41.711ZMar 18 13:45:40.898 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 19.0.0-0.ci+git78e92b69fec
39592026-03-18T13:45:41.711ZMar 18 13:45:40.899 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 19.0.0-0.ci+git78e92b69fec
39602026-03-18T13:45:41.711ZMar 18 13:45:40.899 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 19.0.0-0.ci+git78e92b69fec
39612026-03-18T13:45:41.711ZMar 18 13:45:40.899 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 19.0.0-0.ci+git78e92b69fec
39622026-03-18T13:45:41.711ZMar 18 13:45:40.900 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 19.0.0-0.ci+git78e92b69fec
39632026-03-18T13:45:41.711ZMar 18 13:45:40.900 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 19.0.0-0.ci+git78e92b69fec
39642026-03-18T13:45:41.715ZMar 18 13:45:40.900 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 19.0.0-0.ci+git78e92b69fec
39652026-03-18T13:45:41.715ZMar 18 13:45:40.901 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 19.0.0-0.ci+git78e92b69fec
39662026-03-18T13:45:41.715ZMar 18 13:45:40.901 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 19.0.0-0.ci+git78e92b69fec
39672026-03-18T13:45:41.715ZMar 18 13:45:40.901 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 19.0.0-0.ci+git78e92b69fec
39682026-03-18T13:45:41.722Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39692026-03-18T13:45:41.725Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39702026-03-18T13:45:41.725Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39712026-03-18T13:45:41.725Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39722026-03-18T13:45:41.725Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39732026-03-18T13:45:41.725Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39742026-03-18T13:45:41.725Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39752026-03-18T13:45:41.725Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39762026-03-18T13:45:41.725Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39772026-03-18T13:45:41.725Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39782026-03-18T13:45:41.728Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39792026-03-18T13:45:41.728Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39802026-03-18T13:45:41.782Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39812026-03-18T13:45:41.787ZMar 18 13:45:40.976 INFO [stamp-probe] process exited with exit status: 0 (76.940972ms)
39822026-03-18T13:45:41.831ZMar 18 13:45:41.020 INFO [recovery-proto] task succeeded (122.73271ms)
39832026-03-18T13:45:41.834ZMar 18 13:45:41.020 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.39.455' -P /tmp/.tmp5JnwhE/proto/recovery/root -N 'recovery 78e92b6/${os_short_commit} 2026-03-18 13:32' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39842026-03-18T13:45:41.839Z[ recovery-image] Mar 18 13:45:41.028 INFO Checking files for board 'cosmo'
39852026-03-18T13:45:41.842Z[ recovery-image] Mar 18 13:45:41.028 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39862026-03-18T13:45:41.842Z[ recovery-image] Mar 18 13:45:41.028 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39872026-03-18T13:45:41.842Z[ recovery-image] Mar 18 13:45:41.028 INFO Checking files for board 'cosmo-mbist-noaggr'
39882026-03-18T13:45:41.842Z[ recovery-image] Mar 18 13:45:41.028 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39892026-03-18T13:45:41.842Z[ recovery-image] Mar 18 13:45:41.028 INFO Checking files for board 'gimlet'
39902026-03-18T13:45:41.842Z[ recovery-image] Mar 18 13:45:41.028 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39912026-03-18T13:45:41.842Z[ recovery-image] Mar 18 13:45:41.028 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39922026-03-18T13:45:41.842Z[ recovery-image] Mar 18 13:45:41.028 INFO Checking files for board 'cosmo-mbist'
39932026-03-18T13:45:41.842Z[ recovery-image] Mar 18 13:45:41.028 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39942026-03-18T13:45:41.851Z[ recovery-image] Mar 18 13:45:41.040 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp5JnwhE/proto/recovery/root"
39952026-03-18T13:45:41.851Z[ recovery-image] Mar 18 13:45:41.040 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39962026-03-18T13:45:41.855Z[ recovery-image] Mar 18 13:45:41.041 INFO image builder template: ramdisk-01-os...
39972026-03-18T13:45:41.855Z[ recovery-image] Mar 18 13:45:41.041 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/.tmp5JnwhE/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.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39982026-03-18T13:45:41.872Z[ recovery-image] Mar 18 13:45:41.061 INFO O| Mar 18 13:45:41.061 INFO CREATE DATASET: rpool/images/build/recovery/output
39992026-03-18T13:45:42.246Z[ recovery-image] Mar 18 13:45:41.435 INFO O| Mar 18 13:45:41.435 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40002026-03-18T13:45:42.251Z[ recovery-image] Mar 18 13:45:41.440 INFO O| Mar 18 13:45:41.440 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40012026-03-18T13:45:42.280Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40022026-03-18T13:45:42.285ZMar 18 13:45:41.474 INFO [stamp-ntp] process exited with exit status: 0 (574.070253ms)
40032026-03-18T13:45:42.355Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
40042026-03-18T13:45:42.401Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40052026-03-18T13:45:42.477Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40062026-03-18T13:45:42.482ZMar 18 13:45:41.671 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (771.275112ms)
40072026-03-18T13:45:42.534Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40082026-03-18T13:45:42.539ZMar 18 13:45:41.728 INFO [stamp-external-dns] process exited with exit status: 0 (830.002266ms)
40092026-03-18T13:45:42.553Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40102026-03-18T13:45:42.558ZMar 18 13:45:41.747 INFO [stamp-internal-dns] process exited with exit status: 0 (846.13831ms)
40112026-03-18T13:45:42.668Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40122026-03-18T13:45:42.675ZMar 18 13:45:41.864 INFO [stamp-crucible-zone] process exited with exit status: 0 (966.482746ms)
40132026-03-18T13:45:42.777Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40142026-03-18T13:45:42.782ZMar 18 13:45:41.971 INFO [stamp-oximeter] process exited with exit status: 0 (1.070006941s)
40152026-03-18T13:45:42.960Z[ recovery-image] Mar 18 13:45:42.148 INFO O| Mar 18 13:45:42.148 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40162026-03-18T13:45:43.131Z[ recovery-image] Mar 18 13:45:42.320 INFO O| Mar 18 13:45:42.320 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40172026-03-18T13:45:43.132Z[ recovery-image] Mar 18 13:45:42.320 INFO O| Mar 18 13:45:42.320 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40182026-03-18T13:45:43.135Z[ recovery-image] Mar 18 13:45:42.320 INFO O| Mar 18 13:45:42.320 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40192026-03-18T13:45:43.135Z[ recovery-image] Mar 18 13:45:42.320 INFO O| Mar 18 13:45:42.320 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40202026-03-18T13:45:43.138Z[ recovery-image] Mar 18 13:45:42.327 INFO O| Mar 18 13:45:42.327 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40212026-03-18T13:45:43.542Z[ recovery-image] Mar 18 13:45:42.731 INFO O| Mar 18 13:45:42.731 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40222026-03-18T13:45:43.551Z[ recovery-image] Mar 18 13:45:42.740 INFO O| Mar 18 13:45:42.740 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40232026-03-18T13:45:43.687Z[ host-image] Mar 18 13:45:42.876 INFO O| Mar 18 13:45:42.876 INFO O| Download: 3469/23719 items 33.7/221.2MB 15% complete (2.4M/s)
40242026-03-18T13:45:43.894Z[ recovery-image] Mar 18 13:45:43.083 INFO O| Mar 18 13:45:43.082 INFO O| Caching catalogs ... Done
40252026-03-18T13:45:43.979Z[ recovery-image] Mar 18 13:45:43.168 INFO O| Mar 18 13:45:43.168 INFO STEP 0 (pkg_image_create) COMPLETE
40262026-03-18T13:45:43.979Z[ recovery-image] Mar 18 13:45:43.168 INFO O| Mar 18 13:45:43.168 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40272026-03-18T13:45:43.988Z[ recovery-image] Mar 18 13:45:43.177 INFO O| Mar 18 13:45:43.177 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"]
40282026-03-18T13:45:44.357Z[ recovery-image] Mar 18 13:45:43.546 INFO O| Mar 18 13:45:43.546 INFO STEP 1 (pkg_set_publisher) COMPLETE
40292026-03-18T13:45:44.357Z[ recovery-image] Mar 18 13:45:43.546 INFO O| Mar 18 13:45:43.546 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40302026-03-18T13:45:44.360Z[ recovery-image] Mar 18 13:45:43.546 INFO O| Mar 18 13:45:43.546 INFO skip step because feature "publisher_1_name" is not enabled
40312026-03-18T13:45:44.360Z[ recovery-image] Mar 18 13:45:43.546 INFO O| Mar 18 13:45:43.546 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40322026-03-18T13:45:44.360Z[ recovery-image] Mar 18 13:45:43.546 INFO O| Mar 18 13:45:43.546 INFO skip step because feature "publisher_2_name" is not enabled
40332026-03-18T13:45:44.360Z[ recovery-image] Mar 18 13:45:43.546 INFO O| Mar 18 13:45:43.546 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40342026-03-18T13:45:44.360Z[ recovery-image] Mar 18 13:45:43.546 INFO O| Mar 18 13:45:43.546 INFO skip step because feature "publisher_3_name" is not enabled
40352026-03-18T13:45:44.360Z[ recovery-image] Mar 18 13:45:43.546 INFO O| Mar 18 13:45:43.546 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40362026-03-18T13:45:44.706Z[ recovery-image] Mar 18 13:45:43.895 INFO O| Mar 18 13:45:43.895 INFO variant opensolaris.zone is already global
40372026-03-18T13:45:44.706Z[ recovery-image] Mar 18 13:45:43.895 INFO O| Mar 18 13:45:43.895 INFO STEP 5 (pkg_change_variant) COMPLETE
40382026-03-18T13:45:44.706Z[ recovery-image] Mar 18 13:45:43.895 INFO O| Mar 18 13:45:43.895 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40392026-03-18T13:45:44.726Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40402026-03-18T13:45:44.730ZMar 18 13:45:43.919 INFO [stamp-cockroachdb] process exited with exit status: 0 (3.020469561s)
40412026-03-18T13:45:45.045Z[ recovery-image] Mar 18 13:45:44.233 INFO O| Mar 18 13:45:44.233 INFO variant opensolaris.imagetype is full; changing to partial
40422026-03-18T13:45:45.045Z[ recovery-image] Mar 18 13:45:44.233 INFO O| Mar 18 13:45:44.233 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40432026-03-18T13:45:45.633Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40442026-03-18T13:45:45.637ZMar 18 13:45:44.826 INFO [stamp-nexus] process exited with exit status: 0 (3.926344244s)
40452026-03-18T13:45:47.013Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40462026-03-18T13:45:47.018ZMar 18 13:45:46.207 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (5.309505181s)
40472026-03-18T13:45:47.283Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40482026-03-18T13:45:47.288ZMar 18 13:45:46.477 INFO [stamp-clickhouse] process exited with exit status: 0 (5.578903668s)
40492026-03-18T13:45:47.318Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40502026-03-18T13:45:47.321ZMar 18 13:45:46.510 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.610854065s)
40512026-03-18T13:45:47.321ZMar 18 13:45:46.510 INFO [tuf-stamp] task succeeded (5.613557189s)
40522026-03-18T13:45:47.356Z[ recovery-image] Mar 18 13:45:46.545 INFO O| Mar 18 13:45:46.545 INFO O| Startup: Refreshing catalog 'helios' ... Done
40532026-03-18T13:45:47.391Z[ recovery-image] Mar 18 13:45:46.581 INFO O| Mar 18 13:45:46.581 INFO O| Startup: Caching catalogs ... Done
40542026-03-18T13:45:47.394Z[ recovery-image] Mar 18 13:45:46.584 INFO O| Mar 18 13:45:46.584 INFO O| Planning: Planning completed in 0.00 seconds
40552026-03-18T13:45:47.397Z[ recovery-image] Mar 18 13:45:46.584 INFO O| Mar 18 13:45:46.584 INFO O| Planning: Consolidating action changes ... Done
40562026-03-18T13:45:47.397Z[ recovery-image] Mar 18 13:45:46.584 INFO O| Mar 18 13:45:46.584 INFO O| Planning: Evaluating mediators ... Done
40572026-03-18T13:45:47.397Z[ recovery-image] Mar 18 13:45:46.584 INFO O| Mar 18 13:45:46.584 INFO O| Planning: Planning completed in 0.00 seconds
40582026-03-18T13:45:47.397Z[ recovery-image] Mar 18 13:45:46.584 INFO O| Mar 18 13:45:46.584 INFO O| Variants/Facets to change: 1
40592026-03-18T13:45:47.404Z[ recovery-image] Mar 18 13:45:46.594 INFO O| Mar 18 13:45:46.594 INFO O| Finalize: Updating package state database ... Done
40602026-03-18T13:45:47.404Z[ recovery-image] Mar 18 13:45:46.594 INFO O| Mar 18 13:45:46.594 INFO O| Finalize: Updating package cache ... Done
40612026-03-18T13:45:47.411Z[ recovery-image] Mar 18 13:45:46.601 INFO O| Mar 18 13:45:46.601 INFO O| Finalize: Updating image state ... Done
40622026-03-18T13:45:47.414Z[ recovery-image] Mar 18 13:45:46.603 INFO O| Mar 18 13:45:46.603 INFO O| Finalize: Creating fast lookup database ... Done
40632026-03-18T13:45:47.414Z[ recovery-image] Mar 18 13:45:46.603 INFO O| Mar 18 13:45:46.603 INFO O| Finalize: Reading search index ... Done
40642026-03-18T13:45:47.414Z[ recovery-image] Mar 18 13:45:46.603 INFO O| Mar 18 13:45:46.603 INFO O| Finalize: Updating search index ... Done
40652026-03-18T13:45:47.417Z[ recovery-image] Mar 18 13:45:46.604 INFO O| Mar 18 13:45:46.604 INFO O| Finalize: Updating package cache ... Done
40662026-03-18T13:45:47.471Z[ recovery-image] Mar 18 13:45:46.660 INFO O| Mar 18 13:45:46.660 INFO STEP 6 (pkg_change_variant) COMPLETE
40672026-03-18T13:45:47.471Z[ recovery-image] Mar 18 13:45:46.660 INFO O| Mar 18 13:45:46.660 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40682026-03-18T13:45:47.474Z[ recovery-image] Mar 18 13:45:46.660 INFO O| Mar 18 13:45:46.660 INFO skip step because feature "debug_variant" is not enabled
40692026-03-18T13:45:47.474Z[ recovery-image] Mar 18 13:45:46.660 INFO O| Mar 18 13:45:46.660 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40702026-03-18T13:45:47.814Z[ recovery-image] Mar 18 13:45:47.004 INFO O| Mar 18 13:45:47.003 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40712026-03-18T13:45:47.865Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40722026-03-18T13:45:48.105Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40732026-03-18T13:45:48.134Z[verify-libraries] Compiling stacker v0.1.23
40742026-03-18T13:45:48.135Z[verify-libraries] Compiling cfg_aliases v0.1.1
40752026-03-18T13:45:48.138Z[verify-libraries] Compiling home v0.5.12
40762026-03-18T13:45:48.220Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40772026-03-18T13:45:48.247Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40782026-03-18T13:45:48.250Z[ recovery-image] Mar 18 13:45:47.437 INFO O| Mar 18 13:45:47.437 INFO O| Startup: Refreshing catalog 'helios' ... Done
40792026-03-18T13:45:48.279Z[verify-libraries] Compiling nix v0.28.0
40802026-03-18T13:45:48.284Z[ recovery-image] Mar 18 13:45:47.474 INFO O| Mar 18 13:45:47.474 INFO O| Startup: Caching catalogs ... Done
40812026-03-18T13:45:48.287Z[ recovery-image] Mar 18 13:45:47.477 INFO O| Mar 18 13:45:47.477 INFO O| Planning: Planning completed in 0.00 seconds
40822026-03-18T13:45:48.290Z[ recovery-image] Mar 18 13:45:47.478 INFO O| Mar 18 13:45:47.477 INFO O| Planning: Consolidating action changes ... Done
40832026-03-18T13:45:48.290Z[ recovery-image] Mar 18 13:45:47.478 INFO O| Mar 18 13:45:47.478 INFO O| Planning: Evaluating mediators ... Done
40842026-03-18T13:45:48.290Z[ recovery-image] Mar 18 13:45:47.478 INFO O| Mar 18 13:45:47.478 INFO O| Planning: Planning completed in 0.00 seconds
40852026-03-18T13:45:48.290Z[ recovery-image] Mar 18 13:45:47.478 INFO O| Mar 18 13:45:47.478 INFO O| Variants/Facets to change: 1
40862026-03-18T13:45:48.298Z[ recovery-image] Mar 18 13:45:47.488 INFO O| Mar 18 13:45:47.488 INFO O| Finalize: Updating package state database ... Done
40872026-03-18T13:45:48.299Z[ recovery-image] Mar 18 13:45:47.488 INFO O| Mar 18 13:45:47.488 INFO O| Finalize: Updating package cache ... Done
40882026-03-18T13:45:48.306Z[ recovery-image] Mar 18 13:45:47.495 INFO O| Mar 18 13:45:47.495 INFO O| Finalize: Updating image state ... Done
40892026-03-18T13:45:48.306Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40902026-03-18T13:45:48.309Z[verify-libraries] Compiling winnow v0.6.26
40912026-03-18T13:45:48.309Z[verify-libraries] Compiling unicode_categories v0.1.1
40922026-03-18T13:45:48.309Z[ recovery-image] Mar 18 13:45:47.497 INFO O| Mar 18 13:45:47.497 INFO O| Finalize: Creating fast lookup database ... Done
40932026-03-18T13:45:48.309Z[ recovery-image] Mar 18 13:45:47.498 INFO O| Mar 18 13:45:47.498 INFO O| Finalize: Reading search index ... Done
40942026-03-18T13:45:48.309Z[ recovery-image] Mar 18 13:45:47.498 INFO O| Mar 18 13:45:47.498 INFO O| Finalize: Updating search index ... Done
40952026-03-18T13:45:48.312Z[ recovery-image] Mar 18 13:45:47.499 INFO O| Mar 18 13:45:47.499 INFO O| Finalize: Updating package cache ... Done
40962026-03-18T13:45:48.381Z[ recovery-image] Mar 18 13:45:47.571 INFO O| Mar 18 13:45:47.571 INFO STEP 8 (pkg_change_facet) COMPLETE
40972026-03-18T13:45:48.382Z[ recovery-image] Mar 18 13:45:47.571 INFO O| Mar 18 13:45:47.571 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40982026-03-18T13:45:48.427Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40992026-03-18T13:45:48.464Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41002026-03-18T13:45:48.538Z[verify-libraries] Compiling polyval v0.6.2
41012026-03-18T13:45:48.570Z[verify-libraries] Compiling ctr v0.9.2
41022026-03-18T13:45:48.603Z[verify-libraries] Compiling colored v2.2.0
41032026-03-18T13:45:48.603Z[verify-libraries] Compiling blowfish v0.9.1
41042026-03-18T13:45:48.607Z[verify-libraries] Compiling ssh-encoding v0.2.0
41052026-03-18T13:45:48.698Z[verify-libraries] Compiling password-hash v0.4.2
41062026-03-18T13:45:48.701Z[verify-libraries] Compiling petname v2.0.2
41072026-03-18T13:45:48.784Z[ recovery-image] Mar 18 13:45:47.973 INFO O| Mar 18 13:45:47.973 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41082026-03-18T13:45:48.824Z[verify-libraries] Compiling ghash v0.5.1
41092026-03-18T13:45:48.840Z[ host-image] Mar 18 13:45:48.028 INFO O| Mar 18 13:45:48.028 INFO O| Download: 4965/23719 items 43.8/221.2MB 19% complete (2.1M/s)
41102026-03-18T13:45:48.855Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41112026-03-18T13:45:48.947Z[verify-libraries] Compiling p256 v0.13.2
41122026-03-18T13:45:48.976Z[verify-libraries] Compiling p521 v0.13.3
41132026-03-18T13:45:49.009Z[verify-libraries] Compiling aes-gcm v0.10.3
41142026-03-18T13:45:49.041Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41152026-03-18T13:45:49.074Z[verify-libraries] Compiling pbkdf2 v0.11.0
41162026-03-18T13:45:49.120Z[verify-libraries] Compiling psm v0.1.30
41172026-03-18T13:45:49.244Z[verify-libraries] Compiling md5 v0.7.0
41182026-03-18T13:45:49.294Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41192026-03-18T13:45:49.330Z[verify-libraries] Compiling ssh-cipher v0.2.0
41202026-03-18T13:45:49.341Z[ recovery-image] Mar 18 13:45:48.530 INFO O| Mar 18 13:45:48.530 INFO O| Startup: Refreshing catalog 'helios' ... Done
41212026-03-18T13:45:49.384Z[ recovery-image] Mar 18 13:45:48.573 INFO O| Mar 18 13:45:48.573 INFO O| Startup: Caching catalogs ... Done
41222026-03-18T13:45:49.384Z[ recovery-image] Mar 18 13:45:48.573 INFO O| Mar 18 13:45:48.573 INFO O| Planning: Planning completed in 0.00 seconds
41232026-03-18T13:45:49.387Z[ recovery-image] Mar 18 13:45:48.573 INFO O| Mar 18 13:45:48.573 INFO O| Planning: Consolidating action changes ... Done
41242026-03-18T13:45:49.387Z[ recovery-image] Mar 18 13:45:48.573 INFO O| Mar 18 13:45:48.573 INFO O| Planning: Evaluating mediators ... Done
41252026-03-18T13:45:49.387Z[ recovery-image] Mar 18 13:45:48.573 INFO O| Mar 18 13:45:48.573 INFO O| Planning: Planning completed in 0.00 seconds
41262026-03-18T13:45:49.387Z[ recovery-image] Mar 18 13:45:48.573 INFO O| Mar 18 13:45:48.573 INFO O| Variants/Facets to change: 1
41272026-03-18T13:45:49.395Z[ recovery-image] Mar 18 13:45:48.585 INFO O| Mar 18 13:45:48.585 INFO O| Finalize: Updating package state database ... Done
41282026-03-18T13:45:49.395Z[ recovery-image] Mar 18 13:45:48.585 INFO O| Mar 18 13:45:48.585 INFO O| Finalize: Updating package cache ... Done
41292026-03-18T13:45:49.402Z[ recovery-image] Mar 18 13:45:48.592 INFO O| Mar 18 13:45:48.592 INFO O| Finalize: Updating image state ... Done
41302026-03-18T13:45:49.406Z[ recovery-image] Mar 18 13:45:48.595 INFO O| Mar 18 13:45:48.594 INFO O| Finalize: Creating fast lookup database ... Done
41312026-03-18T13:45:49.406Z[ recovery-image] Mar 18 13:45:48.595 INFO O| Mar 18 13:45:48.595 INFO O| Finalize: Reading search index ... Done
41322026-03-18T13:45:49.406Z[ recovery-image] Mar 18 13:45:48.595 INFO O| Mar 18 13:45:48.595 INFO O| Finalize: Updating search index ... Done
41332026-03-18T13:45:49.409Z[ recovery-image] Mar 18 13:45:48.596 INFO O| Mar 18 13:45:48.596 INFO O| Finalize: Updating package cache ... Done
41342026-03-18T13:45:49.426Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41352026-03-18T13:45:49.458Z[verify-libraries] Compiling num-bigint v0.4.6
41362026-03-18T13:45:49.458Z[verify-libraries] Compiling des v0.8.1
41372026-03-18T13:45:49.462Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41382026-03-18T13:45:49.502Z[ recovery-image] Mar 18 13:45:48.692 INFO O| Mar 18 13:45:48.691 INFO STEP 9 (pkg_change_facet) COMPLETE
41392026-03-18T13:45:49.502Z[ recovery-image] Mar 18 13:45:48.692 INFO O| Mar 18 13:45:48.691 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41402026-03-18T13:45:49.589Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41412026-03-18T13:45:49.633Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41422026-03-18T13:45:49.744Z[verify-libraries] Compiling ssh-key v0.6.7
41432026-03-18T13:45:49.792Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41442026-03-18T13:45:49.873Z[verify-libraries] Compiling sync-ptr v0.1.4
41452026-03-18T13:45:49.918Z[ recovery-image] Mar 18 13:45:49.103 INFO O| Mar 18 13:45:49.099 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
41462026-03-18T13:45:49.918Z[verify-libraries] Compiling hex-literal v0.4.1
41472026-03-18T13:45:50.047Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41482026-03-18T13:45:50.101Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41492026-03-18T13:45:50.156Z[verify-libraries] Compiling socket2 v0.5.10
41502026-03-18T13:45:50.219Z[verify-libraries] Compiling internet-checksum v0.2.1
41512026-03-18T13:45:50.250Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41522026-03-18T13:45:50.381Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41532026-03-18T13:45:50.481Z[verify-libraries] Compiling recursive v0.1.1
41542026-03-18T13:45:50.556Z[verify-libraries] Compiling sqlformat v0.3.5
41552026-03-18T13:45:50.591Z[verify-libraries] Compiling rustyline v14.0.0
41562026-03-18T13:45:50.679Z[verify-libraries] Compiling sqlparser v0.61.0
41572026-03-18T13:45:50.982Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41582026-03-18T13:45:51.296Z[ recovery-image] Mar 18 13:45:50.486 INFO O| Mar 18 13:45:50.486 INFO O| Startup: Refreshing catalog 'helios' ... Done
41592026-03-18T13:45:51.357Z[ recovery-image] Mar 18 13:45:50.546 INFO O| Mar 18 13:45:50.546 INFO O| Startup: Caching catalogs ... Done
41602026-03-18T13:45:51.360Z[ recovery-image] Mar 18 13:45:50.550 INFO O| Mar 18 13:45:50.550 INFO O| Planning: Planning completed in 0.00 seconds
41612026-03-18T13:45:51.363Z[ recovery-image] Mar 18 13:45:50.551 INFO O| Mar 18 13:45:50.551 INFO O| Planning: Consolidating action changes ... Done
41622026-03-18T13:45:51.364Z[ recovery-image] Mar 18 13:45:50.551 INFO O| Mar 18 13:45:50.551 INFO O| Planning: Evaluating mediators ... Done
41632026-03-18T13:45:51.364Z[ recovery-image] Mar 18 13:45:50.551 INFO O| Mar 18 13:45:50.551 INFO O| Planning: Planning completed in 0.00 seconds
41642026-03-18T13:45:51.364Z[ recovery-image] Mar 18 13:45:50.551 INFO O| Mar 18 13:45:50.551 INFO O| Variants/Facets to change: 1
41652026-03-18T13:45:51.394Z[ recovery-image] Mar 18 13:45:50.576 INFO O| Mar 18 13:45:50.576 INFO O| Finalize: Updating package state database ... Done
41662026-03-18T13:45:51.394Z[ recovery-image] Mar 18 13:45:50.576 INFO O| Mar 18 13:45:50.576 INFO O| Finalize: Updating package cache ... Done
41672026-03-18T13:45:51.397Z[ recovery-image] Mar 18 13:45:50.584 INFO O| Mar 18 13:45:50.584 INFO O| Finalize: Updating image state ... Done
41682026-03-18T13:45:51.397Z[ recovery-image] Mar 18 13:45:50.586 INFO O| Mar 18 13:45:50.586 INFO O| Finalize: Creating fast lookup database ... Done
41692026-03-18T13:45:51.397Z[ recovery-image] Mar 18 13:45:50.587 INFO O| Mar 18 13:45:50.587 INFO O| Finalize: Reading search index ... Done
41702026-03-18T13:45:51.401Z[ recovery-image] Mar 18 13:45:50.587 INFO O| Mar 18 13:45:50.587 INFO O| Finalize: Updating search index ... Done
41712026-03-18T13:45:51.410Z[ recovery-image] Mar 18 13:45:50.588 INFO O| Mar 18 13:45:50.588 INFO O| Finalize: Updating package cache ... Done
41722026-03-18T13:45:51.413Z[verify-libraries] Compiling russh-keys v0.45.0
41732026-03-18T13:45:51.416Z[verify-libraries] Compiling git-stub v1.0.0
41742026-03-18T13:45:51.471Z[verify-libraries] Compiling diff v0.1.13
41752026-03-18T13:45:51.501Z[ recovery-image] Mar 18 13:45:50.691 INFO O| Mar 18 13:45:50.691 INFO STEP 10 (pkg_change_facet) COMPLETE
41762026-03-18T13:45:51.501Z[ recovery-image] Mar 18 13:45:50.691 INFO O| Mar 18 13:45:50.691 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41772026-03-18T13:45:51.514Z[ recovery-image] Mar 18 13:45:50.704 INFO O| Mar 18 13:45:50.703 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@19.0.0.0"]
41782026-03-18T13:45:52.044Z[verify-libraries] Compiling yansi v1.0.1
41792026-03-18T13:45:52.081Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41802026-03-18T13:45:52.117Z[ recovery-image] Mar 18 13:45:51.306 INFO O| Mar 18 13:45:51.306 INFO O| Startup: Refreshing catalog 'helios' ... Done
41812026-03-18T13:45:52.160Z[ recovery-image] Mar 18 13:45:51.350 INFO O| Mar 18 13:45:51.350 INFO O| Startup: Caching catalogs ... Done
41822026-03-18T13:45:52.261Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41832026-03-18T13:45:52.268Z[ recovery-image] Mar 18 13:45:51.458 INFO O| Mar 18 13:45:51.458 INFO O| Planning: Solver setup ... Done
41842026-03-18T13:45:52.274Z[ recovery-image] Mar 18 13:45:51.465 INFO O| Mar 18 13:45:51.464 INFO O| Planning: Running solver ... Done
41852026-03-18T13:45:52.280Z[ recovery-image] Mar 18 13:45:51.470 INFO O| Mar 18 13:45:51.470 INFO O| Planning: Finding local manifests ... Done
41862026-03-18T13:45:52.345Z[ recovery-image] Mar 18 13:45:51.535 INFO O| Mar 18 13:45:51.535 INFO O| Planning: Fetching manifests: 0/127 0% complete
41872026-03-18T13:45:52.628Z[verify-libraries] Compiling pretty_assertions v1.4.1
41882026-03-18T13:45:52.700Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41892026-03-18T13:45:52.993Z[verify-libraries] Compiling russh v0.45.0
41902026-03-18T13:45:53.091Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41912026-03-18T13:45:53.214Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41922026-03-18T13:45:53.389Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41932026-03-18T13:45:53.436Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41942026-03-18T13:45:53.564Z[verify-libraries] Compiling drift v0.1.3
41952026-03-18T13:45:53.754Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41962026-03-18T13:45:53.866Z[ host-image] Mar 18 13:45:53.056 INFO O| Mar 18 13:45:53.056 INFO O| Download: 6609/23719 items 47.2/221.2MB 21% complete (1.3M/s)
41972026-03-18T13:45:54.015Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41982026-03-18T13:45:54.055Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
41992026-03-18T13:45:54.394Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42002026-03-18T13:45:55.137Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42012026-03-18T13:45:55.356Z[verify-libraries] Compiling dropshot-api-manager v0.6.0
42022026-03-18T13:45:56.424Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42032026-03-18T13:45:56.892Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42042026-03-18T13:45:57.356Z[ recovery-image] Mar 18 13:45:56.546 INFO O| Mar 18 13:45:56.546 INFO O| Planning: Fetching manifests: 105/127 82% complete
42052026-03-18T13:45:57.426Z[verify-libraries] Compiling termios v0.3.3
42062026-03-18T13:45:57.609Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42072026-03-18T13:45:57.742Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42082026-03-18T13:45:57.907Z[ recovery-image] Mar 18 13:45:57.098 INFO O| Mar 18 13:45:57.098 INFO O| Planning: Fetching manifests: 127/127 100% complete
42092026-03-18T13:45:58.550Z[ recovery-image] Mar 18 13:45:57.741 INFO O| Mar 18 13:45:57.740 INFO O| Planning: Package planning ... Done
42102026-03-18T13:45:58.787Z[ recovery-image] Mar 18 13:45:57.978 INFO O| Mar 18 13:45:57.978 INFO O| Planning: Merging actions ... Done
42112026-03-18T13:45:58.878Z[ recovery-image] Mar 18 13:45:58.068 INFO O| Mar 18 13:45:58.068 INFO O| Planning: Checking for conflicting actions ... Done
42122026-03-18T13:45:58.949Z[ recovery-image] Mar 18 13:45:58.139 INFO O| Mar 18 13:45:58.139 INFO O| Planning: Consolidating action changes ... Done
42132026-03-18T13:45:59.131Z[ recovery-image] Mar 18 13:45:58.321 INFO O| Mar 18 13:45:58.321 INFO O| Planning: Evaluating mediators ... Done
42142026-03-18T13:45:59.134Z[ host-image] Mar 18 13:45:58.323 INFO O| Mar 18 13:45:58.322 INFO O| Download: 7504/23719 items 58.9/221.2MB 26% complete (1.5M/s)
42152026-03-18T13:45:59.260Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42162026-03-18T13:46:01.025Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42172026-03-18T13:46:01.169Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42182026-03-18T13:46:01.337Z[ recovery-image] Mar 18 13:46:00.528 INFO O| Mar 18 13:46:00.528 INFO O| Planning: Planning completed in 9.17 seconds
42192026-03-18T13:46:01.341Z[ recovery-image] Mar 18 13:46:00.530 INFO O| Mar 18 13:46:00.530 INFO O| Packages to install: 127
42202026-03-18T13:46:01.341Z[ recovery-image] Mar 18 13:46:00.531 INFO O| Mar 18 13:46:00.530 INFO O| Mediators to change: 5
42212026-03-18T13:46:01.341Z[ recovery-image] Mar 18 13:46:00.531 INFO O| Mar 18 13:46:00.530 INFO O| Services to change: 5
42222026-03-18T13:46:01.374Z[ recovery-image] Mar 18 13:46:00.565 INFO O| Mar 18 13:46:00.565 INFO O| Download: 0/16532 items 0.0/198.4MB 0% complete
42232026-03-18T13:46:01.977Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42242026-03-18T13:46:02.248Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42252026-03-18T13:46:04.783Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
42262026-03-18T13:46:05.224Z[ host-image] Mar 18 13:46:04.415 INFO O| Mar 18 13:46:04.415 INFO O| Download: 8458/23719 items 61.8/221.2MB 27% complete (1.5M/s)
42272026-03-18T13:46:05.714Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
42282026-03-18T13:46:06.667Z[ recovery-image] Mar 18 13:46:05.858 INFO O| Mar 18 13:46:05.858 INFO O| Download: 1075/16532 items 8.7/198.4MB 4% complete (1.9M/s)
42292026-03-18T13:46:08.585Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42302026-03-18T13:46:10.276Z[ host-image] Mar 18 13:46:09.468 INFO O| Mar 18 13:46:09.468 INFO O| Download: 9311/23719 items 79.8/221.2MB 36% complete (1.9M/s)
42312026-03-18T13:46:12.395Z[ recovery-image] Mar 18 13:46:11.586 INFO O| Mar 18 13:46:11.586 INFO O| Download: 1325/16532 items 19.5/198.4MB 9% complete (2.0M/s)
42322026-03-18T13:46:13.756Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42332026-03-18T13:46:15.335Z[ host-image] Mar 18 13:46:14.528 INFO O| Mar 18 13:46:14.527 INFO O| Download: 10180/23719 items 92.4/221.2MB 41% complete (3.1M/s)
42342026-03-18T13:46:15.384Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
42352026-03-18T13:46:16.767Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
42362026-03-18T13:46:17.159Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
42372026-03-18T13:46:17.615Z[ recovery-image] Mar 18 13:46:16.808 INFO O| Mar 18 13:46:16.808 INFO O| Download: 1651/16532 items 24.9/198.4MB 12% complete (1.6M/s)
42382026-03-18T13:46:20.347Z[ host-image] Mar 18 13:46:19.540 INFO O| Mar 18 13:46:19.540 INFO O| Download: 11343/23719 items 97.9/221.2MB 44% complete (1.8M/s)
42392026-03-18T13:46:21.329Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42402026-03-18T13:46:21.558Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
42412026-03-18T13:46:22.629Z[ recovery-image] Mar 18 13:46:21.822 INFO O| Mar 18 13:46:21.822 INFO O| Download: 2759/16532 items 32.7/198.4MB 16% complete (1.2M/s)
42422026-03-18T13:46:23.519Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
42432026-03-18T13:46:23.730Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42442026-03-18T13:46:25.872Z[ host-image] Mar 18 13:46:25.066 INFO O| Mar 18 13:46:25.066 INFO O| Download: 11936/23719 items 102.1/221.2MB 46% complete (1.1M/s)
42452026-03-18T13:46:26.173Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42462026-03-18T13:46:26.375Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
42472026-03-18T13:46:27.927Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42482026-03-18T13:46:28.050Z[ recovery-image] Mar 18 13:46:27.244 INFO O| Mar 18 13:46:27.244 INFO O| Download: 3954/16532 items 39.9/198.4MB 20% complete (1.5M/s)
42492026-03-18T13:46:28.490Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42502026-03-18T13:46:28.948Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42512026-03-18T13:46:29.355Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42522026-03-18T13:46:31.187Z[ host-image] Mar 18 13:46:30.382 INFO O| Mar 18 13:46:30.382 INFO O| Download: 12747/23719 items 108.5/221.2MB 49% complete (974k/s)
42532026-03-18T13:46:32.146Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42542026-03-18T13:46:33.050Z[ recovery-image] Mar 18 13:46:32.245 INFO O| Mar 18 13:46:32.245 INFO O| Download: 4295/16532 items 43.1/198.4MB 21% complete (1.0M/s)
42552026-03-18T13:46:35.335Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42562026-03-18T13:46:36.233Z[ host-image] Mar 18 13:46:35.428 INFO O| Mar 18 13:46:35.428 INFO O| Download: 12934/23719 items 117.6/221.2MB 53% complete (1.6M/s)
42572026-03-18T13:46:38.053Z[ recovery-image] Mar 18 13:46:37.248 INFO O| Mar 18 13:46:37.248 INFO O| Download: 5411/16532 items 43.8/198.4MB 22% complete (405k/s)
42582026-03-18T13:46:38.106Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42592026-03-18T13:46:39.539Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42602026-03-18T13:46:41.121Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42612026-03-18T13:46:41.238Z[ host-image] Mar 18 13:46:40.434 INFO O| Mar 18 13:46:40.434 INFO O| Download: 14050/23719 items 118.9/221.2MB 53% complete (1.2M/s)
42622026-03-18T13:46:42.674Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42632026-03-18T13:46:43.261Z[ recovery-image] Mar 18 13:46:42.457 INFO O| Mar 18 13:46:42.457 INFO O| Download: 6099/16532 items 46.0/198.4MB 23% complete (287k/s)
42642026-03-18T13:46:44.705Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42652026-03-18T13:46:44.903Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42662026-03-18T13:46:45.116Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42672026-03-18T13:46:46.265Z[ host-image] Mar 18 13:46:45.460 INFO O| Mar 18 13:46:45.460 INFO O| Download: 15140/23719 items 120.5/221.2MB 54% complete (286k/s)
42682026-03-18T13:46:46.526Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42692026-03-18T13:46:47.974Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42702026-03-18T13:46:48.063Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42712026-03-18T13:46:48.263Z[ recovery-image] Mar 18 13:46:47.459 INFO O| Mar 18 13:46:47.458 INFO O| Download: 6368/16532 items 56.3/198.4MB 28% complete (1.2M/s)
42722026-03-18T13:46:50.334Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42732026-03-18T13:46:51.331Z[ host-image] Mar 18 13:46:50.529 INFO O| Mar 18 13:46:50.528 INFO O| Download: 15891/23719 items 131.6/221.2MB 59% complete (1.3M/s)
42742026-03-18T13:46:51.335Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42752026-03-18T13:46:51.585Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42762026-03-18T13:46:53.279Z[ recovery-image] Mar 18 13:46:52.477 INFO O| Mar 18 13:46:52.476 INFO O| Download: 6966/16532 items 72.9/198.4MB 36% complete (2.6M/s)
42772026-03-18T13:46:54.871Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42782026-03-18T13:46:56.331Z[ host-image] Mar 18 13:46:55.529 INFO O| Mar 18 13:46:55.529 INFO O| Download: 16570/23719 items 138.4/221.2MB 62% complete (1.7M/s)
42792026-03-18T13:46:58.288Z[ recovery-image] Mar 18 13:46:57.486 INFO O| Mar 18 13:46:57.486 INFO O| Download: 7906/16532 items 82.6/198.4MB 41% complete (2.6M/s)
42802026-03-18T13:46:59.940Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42812026-03-18T13:47:01.342Z[ host-image] Mar 18 13:47:00.541 INFO O| Mar 18 13:47:00.541 INFO O| Download: 17624/23719 items 157.7/221.2MB 71% complete (2.7M/s)
42822026-03-18T13:47:01.615Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42832026-03-18T13:47:02.080Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42842026-03-18T13:47:03.304Z[ recovery-image] Mar 18 13:47:02.503 INFO O| Mar 18 13:47:02.503 INFO O| Download: 8432/16532 items 85.1/198.4MB 42% complete (1.3M/s)
42852026-03-18T13:47:04.293Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42862026-03-18T13:47:05.053Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42872026-03-18T13:47:07.126Z[ host-image] Mar 18 13:47:06.326 INFO O| Mar 18 13:47:06.325 INFO O| Download: 18632/23719 items 159.6/221.2MB 72% complete (2.5M/s)
42882026-03-18T13:47:08.304Z[ recovery-image] Mar 18 13:47:07.503 INFO O| Mar 18 13:47:07.503 INFO O| Download: 9164/16532 items 90.7/198.4MB 45% complete (818k/s)
42892026-03-18T13:47:12.188Z[ host-image] Mar 18 13:47:11.388 INFO O| Mar 18 13:47:11.387 INFO O| Download: 19720/23719 items 174.8/221.2MB 79% complete (1.8M/s)
42902026-03-18T13:47:13.455Z[ recovery-image] Mar 18 13:47:12.655 INFO O| Mar 18 13:47:12.655 INFO O| Download: 9422/16532 items 102.0/198.4MB 51% complete (1.8M/s)
42912026-03-18T13:47:17.227Z[ host-image] Mar 18 13:47:16.427 INFO O| Mar 18 13:47:16.427 INFO O| Download: 20750/23719 items 178.2/221.2MB 80% complete (2.0M/s)
42922026-03-18T13:47:17.906Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42932026-03-18T13:47:18.525Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42942026-03-18T13:47:18.635Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42952026-03-18T13:47:19.199Z[ recovery-image] Mar 18 13:47:18.400 INFO O| Mar 18 13:47:18.399 INFO O| Download: 10458/16532 items 102.6/198.4MB 51% complete (1.3M/s)
42962026-03-18T13:47:22.079Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42972026-03-18T13:47:22.810Z[ host-image] Mar 18 13:47:22.012 INFO O| Mar 18 13:47:22.011 INFO O| Download: 21690/23719 items 188.2/221.2MB 85% complete (1.3M/s)
42982026-03-18T13:47:24.219Z[ recovery-image] Mar 18 13:47:23.420 INFO O| Mar 18 13:47:23.420 INFO O| Download: 11405/16532 items 103.4/198.4MB 52% complete (126k/s)
42992026-03-18T13:47:26.080Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43002026-03-18T13:47:28.021Z[ host-image] Mar 18 13:47:27.223 INFO O| Mar 18 13:47:27.223 INFO O| Download: 22447/23719 items 199.1/221.2MB 89% complete (2.0M/s)
43012026-03-18T13:47:29.321Z[ recovery-image] Mar 18 13:47:28.523 INFO O| Mar 18 13:47:28.523 INFO O| Download: 11888/16532 items 116.6/198.4MB 58% complete (1.4M/s)
43022026-03-18T13:47:33.477Z[ host-image] Mar 18 13:47:32.679 INFO O| Mar 18 13:47:32.679 INFO O| Download: 22869/23719 items 214.1/221.2MB 96% complete (2.6M/s)
43032026-03-18T13:47:34.344Z[ recovery-image] Mar 18 13:47:33.546 INFO O| Mar 18 13:47:33.546 INFO O| Download: 12364/16532 items 137.3/198.4MB 69% complete (3.3M/s)
43042026-03-18T13:47:38.625Z[ host-image] Mar 18 13:47:37.828 INFO O| Mar 18 13:47:37.828 INFO O| Download: 23168/23719 items 219.2/221.2MB 99% complete (2.2M/s)
43052026-03-18T13:47:39.344Z[ recovery-image] Mar 18 13:47:38.548 INFO O| Mar 18 13:47:38.548 INFO O| Download: 13259/16532 items 152.6/198.4MB 76% complete (3.6M/s)
43062026-03-18T13:47:41.251Z[ host-image] Mar 18 13:47:40.454 INFO O| Mar 18 13:47:40.454 INFO O| Download: Completed 221.23 MB in 133.38 seconds (1.6M/s)
43072026-03-18T13:47:41.793Z[ host-image] Mar 18 13:47:40.996 INFO O| Mar 18 13:47:40.996 INFO O| Actions: 1/53855 actions (Installing new actions)
43082026-03-18T13:47:42.245Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43092026-03-18T13:47:43.533Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43102026-03-18T13:47:44.378Z[ recovery-image] Mar 18 13:47:43.582 INFO O| Mar 18 13:47:43.581 INFO O| Download: 13994/16532 items 155.0/198.4MB 78% complete (1.8M/s)
43112026-03-18T13:47:46.792Z[ host-image] Mar 18 13:47:45.996 INFO O| Mar 18 13:47:45.996 INFO O| Actions: 17317/53855 actions (Installing new actions)
43122026-03-18T13:47:49.393Z[ recovery-image] Mar 18 13:47:48.597 INFO O| Mar 18 13:47:48.597 INFO O| Download: 15167/16532 items 160.5/198.4MB 80% complete (825k/s)
43132026-03-18T13:47:51.145Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43142026-03-18T13:47:51.792Z[ host-image] Mar 18 13:47:50.997 INFO O| Mar 18 13:47:50.996 INFO O| Actions: 29172/53855 actions (Installing new actions)
43152026-03-18T13:47:51.998Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43162026-03-18T13:47:52.306Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43172026-03-18T13:47:53.517Z[ host-image] Mar 18 13:47:52.721 INFO O| Mar 18 13:47:52.721 INFO O| Actions: Completed 53855 actions in 11.72 seconds.
43182026-03-18T13:47:53.626Z[ host-image] Mar 18 13:47:52.831 INFO O| Mar 18 13:47:52.831 INFO O| Finalize: Updating package state database ... Done
43192026-03-18T13:47:53.626Z[ host-image] Mar 18 13:47:52.831 INFO O| Mar 18 13:47:52.831 INFO O| Finalize: Updating package cache ... Done
43202026-03-18T13:47:53.643Z[ host-image] Mar 18 13:47:52.848 INFO O| Mar 18 13:47:52.848 INFO O| Finalize: Updating image state ... Done
43212026-03-18T13:47:54.488Z[ recovery-image] Mar 18 13:47:53.693 INFO O| Mar 18 13:47:53.693 INFO O| Download: 15888/16532 items 176.4/198.4MB 88% complete (2.0M/s)
43222026-03-18T13:47:54.895Z[ host-image] Mar 18 13:47:54.099 INFO O| Mar 18 13:47:54.099 INFO O| Finalize: Creating fast lookup database ... Done
43232026-03-18T13:47:54.944Z[ host-image] Mar 18 13:47:54.149 INFO O| Mar 18 13:47:54.149 INFO O| Finalize: Reading search index ... Done
43242026-03-18T13:47:58.799Z[ host-image] Mar 18 13:47:58.004 INFO O| Mar 18 13:47:58.004 INFO O| Finalize: Building new search index ... Done
43252026-03-18T13:47:59.469Z[ host-image] Mar 18 13:47:58.675 INFO O| Mar 18 13:47:58.675 INFO O| Finalize: Updating package cache ... Done
43262026-03-18T13:47:59.508Z[ recovery-image] Mar 18 13:47:58.713 INFO O| Mar 18 13:47:58.713 INFO O| Download: 16513/16532 items 197.3/198.4MB 99% complete (3.7M/s)
43272026-03-18T13:47:59.588Z[ host-image] Mar 18 13:47:58.794 INFO O| Mar 18 13:47:58.794 INFO STEP 11 (pkg_install) COMPLETE
43282026-03-18T13:47:59.588Z[ host-image] Mar 18 13:47:58.794 INFO O| Mar 18 13:47:58.794 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43292026-03-18T13:47:59.603Z[ host-image] Mar 18 13:47:58.809 INFO O| Mar 18 13:47:58.809 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"]
43302026-03-18T13:48:00.109Z[ recovery-image] Mar 18 13:47:59.315 INFO O| Mar 18 13:47:59.315 INFO O| Download: Completed 198.44 MB in 118.75 seconds (1.7M/s)
43312026-03-18T13:48:00.170Z[ host-image] Mar 18 13:47:59.376 INFO O| Mar 18 13:47:59.376 INFO O| Startup: Refreshing catalog 'helios' ... Done
43322026-03-18T13:48:00.289Z[ host-image] Mar 18 13:47:59.495 INFO O| Mar 18 13:47:59.495 INFO O| Startup: Caching catalogs ... Done
43332026-03-18T13:48:00.418Z[ host-image] Mar 18 13:47:59.623 INFO O| Mar 18 13:47:59.623 INFO O| Planning: Solver setup ... Done
43342026-03-18T13:48:00.424Z[ host-image] Mar 18 13:47:59.630 INFO O| Mar 18 13:47:59.630 INFO O| Planning: Running solver ... Done
43352026-03-18T13:48:00.427Z[ host-image] Mar 18 13:47:59.633 INFO O| Mar 18 13:47:59.633 INFO O| Planning: Finding local manifests ... Done
43362026-03-18T13:48:00.665Z[ recovery-image] Mar 18 13:47:59.870 INFO O| Mar 18 13:47:59.870 INFO O| Actions: 1/27327 actions (Installing new actions)
43372026-03-18T13:48:00.968Z[ host-image] Mar 18 13:48:00.174 INFO O| Mar 18 13:48:00.173 INFO O| Planning: Fetching manifests: 0/5 0% complete
43382026-03-18T13:48:01.041Z[ host-image] Mar 18 13:48:00.246 INFO O| Mar 18 13:48:00.246 INFO O| Planning: Fetching manifests: 5/5 100% complete
43392026-03-18T13:48:01.070Z[ host-image] Mar 18 13:48:00.276 INFO O| Mar 18 13:48:00.275 INFO O| Planning: Package planning ... Done
43402026-03-18T13:48:01.073Z[ host-image] Mar 18 13:48:00.278 INFO O| Mar 18 13:48:00.278 INFO O| Planning: Merging actions ... Done
43412026-03-18T13:48:01.166Z[ host-image] Mar 18 13:48:00.372 INFO O| Mar 18 13:48:00.371 INFO O| Planning: Checking for conflicting actions ... Done
43422026-03-18T13:48:01.169Z[ host-image] Mar 18 13:48:00.373 INFO O| Mar 18 13:48:00.373 INFO O| Planning: Consolidating action changes ... Done
43432026-03-18T13:48:01.413Z[ host-image] Mar 18 13:48:00.619 INFO O| Mar 18 13:48:00.618 INFO O| Planning: Evaluating mediators ... Done
43442026-03-18T13:48:01.416Z[ host-image] Mar 18 13:48:00.620 INFO O| Mar 18 13:48:00.620 INFO O| Planning: Planning completed in 1.12 seconds
43452026-03-18T13:48:01.416Z[ host-image] Mar 18 13:48:00.621 INFO O| Mar 18 13:48:00.621 INFO O| Packages to install: 5
43462026-03-18T13:48:01.416Z[ host-image] Mar 18 13:48:00.621 INFO O| Mar 18 13:48:00.621 INFO O| Services to change: 2
43472026-03-18T13:48:01.430Z[ host-image] Mar 18 13:48:00.636 INFO O| Mar 18 13:48:00.635 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete
43482026-03-18T13:48:01.541Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43492026-03-18T13:48:03.485Z[ host-image] Mar 18 13:48:02.691 INFO O| Mar 18 13:48:02.691 INFO O| Download: Completed 1.48 MB in 2.06 seconds (737k/s)
43502026-03-18T13:48:03.511Z[ host-image] Mar 18 13:48:02.717 INFO O| Mar 18 13:48:02.717 INFO O| Actions: 1/313 actions (Installing new actions)
43512026-03-18T13:48:03.656Z[ host-image] Mar 18 13:48:02.862 INFO O| Mar 18 13:48:02.862 INFO O| Actions: Completed 313 actions in 0.15 seconds.
43522026-03-18T13:48:03.660Z[ host-image] Mar 18 13:48:02.867 INFO O| Mar 18 13:48:02.867 INFO O| Finalize: Updating package state database ... Done
43532026-03-18T13:48:03.660Z[ host-image] Mar 18 13:48:02.867 INFO O| Mar 18 13:48:02.867 INFO O| Finalize: Updating package cache ... Done
43542026-03-18T13:48:03.672Z[ host-image] Mar 18 13:48:02.879 INFO O| Mar 18 13:48:02.879 INFO O| Finalize: Updating image state ... Done
43552026-03-18T13:48:04.908Z[ host-image] Mar 18 13:48:04.114 INFO O| Mar 18 13:48:04.114 INFO O| Finalize: Creating fast lookup database ... Done
43562026-03-18T13:48:04.953Z[ host-image] Mar 18 13:48:04.159 INFO O| Mar 18 13:48:04.159 INFO O| Finalize: Reading search index ... Done
43572026-03-18T13:48:04.953Z[ host-image] Mar 18 13:48:04.160 INFO O| Mar 18 13:48:04.160 INFO O| Finalize: Updating search index ... Done
43582026-03-18T13:48:04.973Z[ host-image] Mar 18 13:48:04.179 INFO O| Mar 18 13:48:04.179 INFO O| Finalize: Updating package cache ... Done
43592026-03-18T13:48:05.091Z[ host-image] Mar 18 13:48:04.298 INFO O| Mar 18 13:48:04.298 INFO STEP 12 (pkg_install) COMPLETE
43602026-03-18T13:48:05.095Z[ host-image] Mar 18 13:48:04.298 INFO O| Mar 18 13:48:04.298 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43612026-03-18T13:48:05.104Z[ host-image] Mar 18 13:48:04.311 INFO O| Mar 18 13:48:04.311 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43622026-03-18T13:48:05.665Z[ recovery-image] Mar 18 13:48:04.871 INFO O| Mar 18 13:48:04.870 INFO O| Actions: 14131/27327 actions (Installing new actions)
43632026-03-18T13:48:06.204Z[ host-image] Mar 18 13:48:05.410 INFO O| Mar 18 13:48:05.410 INFO O| Startup: Refreshing catalog 'helios' ... Done
43642026-03-18T13:48:06.319Z[ host-image] Mar 18 13:48:05.526 INFO O| Mar 18 13:48:05.526 INFO O| Startup: Caching catalogs ... Done
43652026-03-18T13:48:06.452Z[ host-image] Mar 18 13:48:05.659 INFO O| Mar 18 13:48:05.659 INFO O| Planning: Solver setup ... Done
43662026-03-18T13:48:06.459Z[ host-image] Mar 18 13:48:05.665 INFO O| Mar 18 13:48:05.665 INFO O| Planning: Running solver ... Done
43672026-03-18T13:48:06.462Z[ host-image] Mar 18 13:48:05.668 INFO O| Mar 18 13:48:05.668 INFO O| Planning: Finding local manifests ... Done
43682026-03-18T13:48:06.544Z[ host-image] Mar 18 13:48:05.750 INFO O| Mar 18 13:48:05.750 INFO O| Planning: Fetching manifests: 0/6 0% complete
43692026-03-18T13:48:06.827Z[ host-image] Mar 18 13:48:06.034 INFO O| Mar 18 13:48:06.034 INFO O| Planning: Fetching manifests: 6/6 100% complete
43702026-03-18T13:48:06.862Z[ host-image] Mar 18 13:48:06.069 INFO O| Mar 18 13:48:06.069 INFO O| Planning: Package planning ... Done
43712026-03-18T13:48:06.876Z[ host-image] Mar 18 13:48:06.082 INFO O| Mar 18 13:48:06.082 INFO O| Planning: Merging actions ... Done
43722026-03-18T13:48:06.974Z[ host-image] Mar 18 13:48:06.180 INFO O| Mar 18 13:48:06.180 INFO O| Planning: Checking for conflicting actions ... Done
43732026-03-18T13:48:06.977Z[ host-image] Mar 18 13:48:06.184 INFO O| Mar 18 13:48:06.184 INFO O| Planning: Consolidating action changes ... Done
43742026-03-18T13:48:07.288Z[ host-image] Mar 18 13:48:06.494 INFO O| Mar 18 13:48:06.494 INFO O| Planning: Evaluating mediators ... Done
43752026-03-18T13:48:07.292Z[ host-image] Mar 18 13:48:06.499 INFO O| Mar 18 13:48:06.499 INFO O| Planning: Planning completed in 0.97 seconds
43762026-03-18T13:48:07.295Z[ host-image] Mar 18 13:48:06.499 INFO O| Mar 18 13:48:06.499 INFO O| Packages to install: 6
43772026-03-18T13:48:07.295Z[ host-image] Mar 18 13:48:06.499 INFO O| Mar 18 13:48:06.499 INFO O| Mediators to change: 1
43782026-03-18T13:48:07.295Z[ host-image] Mar 18 13:48:06.499 INFO O| Mar 18 13:48:06.499 INFO O| Services to change: 1
43792026-03-18T13:48:07.307Z[ host-image] Mar 18 13:48:06.514 INFO O| Mar 18 13:48:06.514 INFO O| Download: 0/1147 items 0.0/7.9MB 0% complete
43802026-03-18T13:48:07.470Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43812026-03-18T13:48:09.047Z[ recovery-image] Mar 18 13:48:08.253 INFO O| Mar 18 13:48:08.253 INFO O| Actions: Completed 27327 actions in 8.38 seconds.
43822026-03-18T13:48:09.173Z[ recovery-image] Mar 18 13:48:08.380 INFO O| Mar 18 13:48:08.380 INFO O| Finalize: Updating package state database ... Done
43832026-03-18T13:48:09.173Z[ recovery-image] Mar 18 13:48:08.380 INFO O| Mar 18 13:48:08.380 INFO O| Finalize: Updating package cache ... Done
43842026-03-18T13:48:09.189Z[ recovery-image] Mar 18 13:48:08.396 INFO O| Mar 18 13:48:08.396 INFO O| Finalize: Updating image state ... Done
43852026-03-18T13:48:09.518Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43862026-03-18T13:48:10.057Z[ recovery-image] Mar 18 13:48:09.264 INFO O| Mar 18 13:48:09.264 INFO O| Finalize: Creating fast lookup database ... Done
43872026-03-18T13:48:10.076Z[ recovery-image] Mar 18 13:48:09.283 INFO O| Mar 18 13:48:09.283 INFO O| Finalize: Reading search index ... Done
43882026-03-18T13:48:12.369Z[ host-image] Mar 18 13:48:11.576 INFO O| Mar 18 13:48:11.576 INFO O| Download: 1116/1147 items 6.8/7.9MB 85% complete (1.2M/s)
43892026-03-18T13:48:12.725Z[ recovery-image] Mar 18 13:48:11.932 INFO O| Mar 18 13:48:11.932 INFO O| Finalize: Building new search index ... Done
43902026-03-18T13:48:13.123Z[ recovery-image] Mar 18 13:48:12.331 INFO O| Mar 18 13:48:12.331 INFO O| Finalize: Updating package cache ... Done
43912026-03-18T13:48:13.238Z[ recovery-image] Mar 18 13:48:12.446 INFO O| Mar 18 13:48:12.446 INFO STEP 11 (pkg_install) COMPLETE
43922026-03-18T13:48:13.238Z[ recovery-image] Mar 18 13:48:12.446 INFO O| Mar 18 13:48:12.446 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43932026-03-18T13:48:13.242Z[ recovery-image] Mar 18 13:48:12.446 INFO O| Mar 18 13:48:12.446 INFO skip step because feature "recovery" is enabled
43942026-03-18T13:48:13.242Z[ recovery-image] Mar 18 13:48:12.446 INFO O| Mar 18 13:48:12.446 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43952026-03-18T13:48:13.242Z[ recovery-image] Mar 18 13:48:12.446 INFO O| Mar 18 13:48:12.446 INFO skip step because feature "omicron1" is not enabled
43962026-03-18T13:48:13.242Z[ recovery-image] Mar 18 13:48:12.446 INFO O| Mar 18 13:48:12.446 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43972026-03-18T13:48:13.251Z[ recovery-image] Mar 18 13:48:12.459 INFO O| Mar 18 13:48:12.459 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
43982026-03-18T13:48:13.432Z[ host-image] Mar 18 13:48:12.640 INFO O| Mar 18 13:48:12.640 INFO O| Download: Completed 7.94 MB in 6.13 seconds (1.3M/s)
43992026-03-18T13:48:13.499Z[ host-image] Mar 18 13:48:12.707 INFO O| Mar 18 13:48:12.706 INFO O| Actions: 1/1366 actions (Installing new actions)
44002026-03-18T13:48:13.827Z[ host-image] Mar 18 13:48:13.034 INFO O| Mar 18 13:48:13.034 INFO O| Actions: Completed 1366 actions in 0.33 seconds.
44012026-03-18T13:48:13.833Z[ host-image] Mar 18 13:48:13.041 INFO O| Mar 18 13:48:13.041 INFO O| Finalize: Updating package state database ... Done
44022026-03-18T13:48:13.834Z[ host-image] Mar 18 13:48:13.041 INFO O| Mar 18 13:48:13.041 INFO O| Finalize: Updating package cache ... Done
44032026-03-18T13:48:13.847Z[ host-image] Mar 18 13:48:13.053 INFO O| Mar 18 13:48:13.053 INFO O| Finalize: Updating image state ... Done
44042026-03-18T13:48:14.111Z[ recovery-image] Mar 18 13:48:13.318 INFO O| Mar 18 13:48:13.318 INFO O| Startup: Refreshing catalog 'helios' ... Done
44052026-03-18T13:48:14.174Z[ recovery-image] Mar 18 13:48:13.382 INFO O| Mar 18 13:48:13.382 INFO O| Startup: Caching catalogs ... Done
44062026-03-18T13:48:14.290Z[ recovery-image] Mar 18 13:48:13.496 INFO O| Mar 18 13:48:13.496 INFO O| Planning: Solver setup ... Done
44072026-03-18T13:48:14.295Z[ recovery-image] Mar 18 13:48:13.503 INFO O| Mar 18 13:48:13.503 INFO O| Planning: Running solver ... Done
44082026-03-18T13:48:14.299Z[ recovery-image] Mar 18 13:48:13.506 INFO O| Mar 18 13:48:13.506 INFO O| Planning: Finding local manifests ... Done
44092026-03-18T13:48:14.426Z[ recovery-image] Mar 18 13:48:13.633 INFO O| Mar 18 13:48:13.633 INFO O| Planning: Fetching manifests: 0/1 0% complete
44102026-03-18T13:48:14.450Z[ recovery-image] Mar 18 13:48:13.657 INFO O| Mar 18 13:48:13.657 INFO O| Planning: Fetching manifests: 1/1 100% complete
44112026-03-18T13:48:14.470Z[ recovery-image] Mar 18 13:48:13.677 INFO O| Mar 18 13:48:13.677 INFO O| Planning: Package planning ... Done
44122026-03-18T13:48:14.473Z[ recovery-image] Mar 18 13:48:13.678 INFO O| Mar 18 13:48:13.678 INFO O| Planning: Merging actions ... Done
44132026-03-18T13:48:14.501Z[ recovery-image] Mar 18 13:48:13.709 INFO O| Mar 18 13:48:13.708 INFO O| Planning: Checking for conflicting actions ... Done
44142026-03-18T13:48:14.504Z[ recovery-image] Mar 18 13:48:13.709 INFO O| Mar 18 13:48:13.709 INFO O| Planning: Consolidating action changes ... Done
44152026-03-18T13:48:14.642Z[ recovery-image] Mar 18 13:48:13.849 INFO O| Mar 18 13:48:13.849 INFO O| Planning: Evaluating mediators ... Done
44162026-03-18T13:48:14.645Z[ recovery-image] Mar 18 13:48:13.850 INFO O| Mar 18 13:48:13.850 INFO O| Planning: Planning completed in 0.46 seconds
44172026-03-18T13:48:14.645Z[ recovery-image] Mar 18 13:48:13.850 INFO O| Mar 18 13:48:13.850 INFO O| Packages to install: 1
44182026-03-18T13:48:14.656Z[ recovery-image] Mar 18 13:48:13.864 INFO O| Mar 18 13:48:13.863 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
44192026-03-18T13:48:15.067Z[ host-image] Mar 18 13:48:14.274 INFO O| Mar 18 13:48:14.274 INFO O| Finalize: Creating fast lookup database ... Done
44202026-03-18T13:48:15.096Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44212026-03-18T13:48:15.102Z[ host-image] Mar 18 13:48:14.310 INFO O| Mar 18 13:48:14.310 INFO O| Finalize: Reading search index ... Done
44222026-03-18T13:48:15.102Z[ host-image] Mar 18 13:48:14.310 INFO O| Mar 18 13:48:14.310 INFO O| Finalize: Updating search index ... Done
44232026-03-18T13:48:15.149Z[ host-image] Mar 18 13:48:14.357 INFO O| Mar 18 13:48:14.357 INFO O| Finalize: Updating package cache ... Done
44242026-03-18T13:48:15.171Z[ recovery-image] Mar 18 13:48:14.379 INFO O| Mar 18 13:48:14.379 INFO O| Download: Completed 12.26 MB in 0.52 seconds (23.8M/s)
44252026-03-18T13:48:15.309Z[ recovery-image] Mar 18 13:48:14.516 INFO O| Mar 18 13:48:14.516 INFO O| Actions: 1/22 actions (Installing new actions)
44262026-03-18T13:48:15.340Z[ host-image] Mar 18 13:48:14.547 INFO O| Mar 18 13:48:14.547 INFO STEP 13 (pkg_install) COMPLETE
44272026-03-18T13:48:15.340Z[ host-image] Mar 18 13:48:14.547 INFO O| Mar 18 13:48:14.547 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44282026-03-18T13:48:15.355Z[ host-image] Mar 18 13:48:14.563 INFO O| Mar 18 13:48:14.562 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44292026-03-18T13:48:15.581Z[ recovery-image] Mar 18 13:48:14.789 INFO O| Mar 18 13:48:14.789 INFO O| Actions: Completed 22 actions in 0.27 seconds.
44302026-03-18T13:48:15.585Z[ recovery-image] Mar 18 13:48:14.793 INFO O| Mar 18 13:48:14.793 INFO O| Finalize: Updating package state database ... Done
44312026-03-18T13:48:15.585Z[ recovery-image] Mar 18 13:48:14.793 INFO O| Mar 18 13:48:14.793 INFO O| Finalize: Updating package cache ... Done
44322026-03-18T13:48:15.597Z[ recovery-image] Mar 18 13:48:14.805 INFO O| Mar 18 13:48:14.805 INFO O| Finalize: Updating image state ... Done
44332026-03-18T13:48:16.113Z[ host-image] Mar 18 13:48:15.321 INFO O| Mar 18 13:48:15.320 INFO O| Startup: Refreshing catalog 'helios' ... Done
44342026-03-18T13:48:16.181Z[ host-image] Mar 18 13:48:15.388 INFO O| Mar 18 13:48:15.388 INFO O| Startup: Caching catalogs ... Done
44352026-03-18T13:48:16.304Z[ host-image] Mar 18 13:48:15.511 INFO O| Mar 18 13:48:15.511 INFO O| Planning: Solver setup ... Done
44362026-03-18T13:48:16.311Z[ host-image] Mar 18 13:48:15.518 INFO O| Mar 18 13:48:15.518 INFO O| Planning: Running solver ... Done
44372026-03-18T13:48:16.315Z[ host-image] Mar 18 13:48:15.523 INFO O| Mar 18 13:48:15.521 INFO O| Planning: Finding local manifests ... Done
44382026-03-18T13:48:16.381Z[ host-image] Mar 18 13:48:15.589 INFO O| Mar 18 13:48:15.589 INFO O| Planning: Fetching manifests: 0/1 0% complete
44392026-03-18T13:48:16.453Z[ host-image] Mar 18 13:48:15.661 INFO O| Mar 18 13:48:15.661 INFO O| Planning: Fetching manifests: 1/1 100% complete
44402026-03-18T13:48:16.492Z[ host-image] Mar 18 13:48:15.700 INFO O| Mar 18 13:48:15.700 INFO O| Planning: Package planning ... Done
44412026-03-18T13:48:16.495Z[ host-image] Mar 18 13:48:15.700 INFO O| Mar 18 13:48:15.700 INFO O| Planning: Merging actions ... Done
44422026-03-18T13:48:16.496Z[ recovery-image] Mar 18 13:48:15.700 INFO O| Mar 18 13:48:15.700 INFO O| Finalize: Creating fast lookup database ... Done
44432026-03-18T13:48:16.533Z[ recovery-image] Mar 18 13:48:15.741 INFO O| Mar 18 13:48:15.741 INFO O| Finalize: Reading search index ... Done
44442026-03-18T13:48:16.537Z[ recovery-image] Mar 18 13:48:15.741 INFO O| Mar 18 13:48:15.741 INFO O| Finalize: Updating search index ... Done
44452026-03-18T13:48:16.560Z[ host-image] Mar 18 13:48:15.767 INFO O| Mar 18 13:48:15.767 INFO O| Planning: Checking for conflicting actions ... Done
44462026-03-18T13:48:16.563Z[ host-image] Mar 18 13:48:15.768 INFO O| Mar 18 13:48:15.768 INFO O| Planning: Consolidating action changes ... Done
44472026-03-18T13:48:16.575Z[ recovery-image] Mar 18 13:48:15.783 INFO O| Mar 18 13:48:15.783 INFO O| Finalize: Updating package cache ... Done
44482026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO STEP 14 (pkg_install) COMPLETE
44492026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44502026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO skip step because feature "mbist" is not enabled
44512026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44522026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO skip step because feature "mfg" is not enabled
44532026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44542026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO skip step because feature "compliance" is not enabled
44552026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44562026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO skip step because feature "stress" is not enabled
44572026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44582026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO skip step because feature "compliance" is not enabled
44592026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44602026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO skip step because feature "nfs" is not enabled
44612026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
44622026-03-18T13:48:16.692Z[ recovery-image] Mar 18 13:48:15.897 INFO O| Mar 18 13:48:15.897 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
44632026-03-18T13:48:16.864Z[ host-image] Mar 18 13:48:16.065 INFO O| Mar 18 13:48:16.065 INFO O| Planning: Evaluating mediators ... Done
44642026-03-18T13:48:16.864Z[ host-image] Mar 18 13:48:16.066 INFO O| Mar 18 13:48:16.066 INFO O| Planning: Planning completed in 0.67 seconds
44652026-03-18T13:48:16.864Z[ host-image] Mar 18 13:48:16.066 INFO O| Mar 18 13:48:16.066 INFO O| Packages to install: 1
44662026-03-18T13:48:16.874Z[ host-image] Mar 18 13:48:16.082 INFO O| Mar 18 13:48:16.082 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
44672026-03-18T13:48:16.878Z[ recovery-image] Mar 18 13:48:16.084 INFO O| Mar 18 13:48:16.084 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44682026-03-18T13:48:17.060Z[ recovery-image] Mar 18 13:48:16.267 INFO O| Mar 18 13:48:16.267 INFO completed processing sled/ramdisk-01-os
44692026-03-18T13:48:17.063Z[ recovery-image] Mar 18 13:48:16.270 INFO image builder template: ramdisk-02-trim...
44702026-03-18T13:48:17.063Z[ recovery-image] Mar 18 13:48:16.271 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmp5JnwhE/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.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
44712026-03-18T13:48:17.090Z[ recovery-image] Mar 18 13:48:16.298 INFO O| Mar 18 13:48:16.298 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
44722026-03-18T13:48:17.095Z[ recovery-image] Mar 18 13:48:16.303 INFO O| Mar 18 13:48:16.303 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
44732026-03-18T13:48:17.144Z[ host-image] Mar 18 13:48:16.352 INFO O| Mar 18 13:48:16.352 INFO O| Download: Completed 12.26 MB in 0.27 seconds (45.5M/s)
44742026-03-18T13:48:17.222Z[ recovery-image] Mar 18 13:48:16.430 INFO O| Mar 18 13:48:16.430 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
44752026-03-18T13:48:17.289Z[ host-image] Mar 18 13:48:16.497 INFO O| Mar 18 13:48:16.497 INFO O| Actions: 1/22 actions (Installing new actions)
44762026-03-18T13:48:17.319Z[ recovery-image] Mar 18 13:48:16.527 INFO O| Mar 18 13:48:16.527 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
44772026-03-18T13:48:17.319Z[ recovery-image] Mar 18 13:48:16.527 INFO O| Mar 18 13:48:16.527 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
44782026-03-18T13:48:17.326Z[ recovery-image] Mar 18 13:48:16.534 INFO O| Mar 18 13:48:16.534 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
44792026-03-18T13:48:17.331Z[ recovery-image] Mar 18 13:48:16.539 INFO O| Mar 18 13:48:16.539 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
44802026-03-18T13:48:17.337Z[ recovery-image] Mar 18 13:48:16.545 INFO O| Mar 18 13:48:16.545 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
44812026-03-18T13:48:17.651Z[ host-image] Mar 18 13:48:16.859 INFO O| Mar 18 13:48:16.858 INFO O| Actions: Completed 22 actions in 0.36 seconds.
44822026-03-18T13:48:17.654Z[ host-image] Mar 18 13:48:16.863 INFO O| Mar 18 13:48:16.862 INFO O| Finalize: Updating package state database ... Done
44832026-03-18T13:48:17.654Z[ host-image] Mar 18 13:48:16.863 INFO O| Mar 18 13:48:16.863 INFO O| Finalize: Updating package cache ... Done
44842026-03-18T13:48:17.667Z[ host-image] Mar 18 13:48:16.875 INFO O| Mar 18 13:48:16.875 INFO O| Finalize: Updating image state ... Done
44852026-03-18T13:48:18.218Z[ recovery-image] Mar 18 13:48:17.426 INFO O| Mar 18 13:48:17.426 INFO rolled back to input snapshot; work may begin
44862026-03-18T13:48:18.218Z[ recovery-image] Mar 18 13:48:17.426 INFO O| Mar 18 13:48:17.426 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
44872026-03-18T13:48:18.223Z[ recovery-image] Mar 18 13:48:17.432 INFO O| Mar 18 13:48:17.432 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44882026-03-18T13:48:18.235Z[ recovery-image] Mar 18 13:48:17.443 INFO O| Mar 18 13:48:17.443 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
44892026-03-18T13:48:18.282Z[ recovery-image] Mar 18 13:48:17.490 INFO O| Mar 18 13:48:17.490 INFO STEP 0 (remove_files) COMPLETE
44902026-03-18T13:48:18.282Z[ recovery-image] Mar 18 13:48:17.490 INFO O| Mar 18 13:48:17.490 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44912026-03-18T13:48:18.296Z[ recovery-image] Mar 18 13:48:17.504 INFO O| Mar 18 13:48:17.504 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
44922026-03-18T13:48:18.300Z[ recovery-image] Mar 18 13:48:17.506 INFO O| Mar 18 13:48:17.506 INFO STEP 1 (remove_files) COMPLETE
44932026-03-18T13:48:18.300Z[ recovery-image] Mar 18 13:48:17.506 INFO O| Mar 18 13:48:17.506 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44942026-03-18T13:48:18.311Z[ recovery-image] Mar 18 13:48:17.519 INFO O| Mar 18 13:48:17.519 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
44952026-03-18T13:48:18.328Z[ recovery-image] Mar 18 13:48:17.536 INFO O| Mar 18 13:48:17.535 INFO STEP 2 (remove_files) COMPLETE
44962026-03-18T13:48:18.328Z[ recovery-image] Mar 18 13:48:17.536 INFO O| Mar 18 13:48:17.536 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44972026-03-18T13:48:18.340Z[ recovery-image] Mar 18 13:48:17.548 INFO O| Mar 18 13:48:17.548 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
44982026-03-18T13:48:18.344Z[ recovery-image] Mar 18 13:48:17.550 INFO O| Mar 18 13:48:17.550 INFO STEP 3 (remove_files) COMPLETE
44992026-03-18T13:48:18.344Z[ recovery-image] Mar 18 13:48:17.550 INFO O| Mar 18 13:48:17.550 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45002026-03-18T13:48:18.354Z[ recovery-image] Mar 18 13:48:17.562 INFO O| Mar 18 13:48:17.562 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45012026-03-18T13:48:18.358Z[ recovery-image] Mar 18 13:48:17.566 INFO O| Mar 18 13:48:17.566 INFO STEP 4 (remove_files) COMPLETE
45022026-03-18T13:48:18.358Z[ recovery-image] Mar 18 13:48:17.567 INFO O| Mar 18 13:48:17.566 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45032026-03-18T13:48:18.371Z[ recovery-image] Mar 18 13:48:17.579 INFO O| Mar 18 13:48:17.579 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45042026-03-18T13:48:18.371Z[ recovery-image] Mar 18 13:48:17.579 INFO O| Mar 18 13:48:17.579 INFO STEP 5 (remove_files) COMPLETE
45052026-03-18T13:48:18.371Z[ recovery-image] Mar 18 13:48:17.579 INFO O| Mar 18 13:48:17.579 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45062026-03-18T13:48:18.386Z[ recovery-image] Mar 18 13:48:17.594 INFO O| Mar 18 13:48:17.594 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45072026-03-18T13:48:18.401Z[ recovery-image] Mar 18 13:48:17.609 INFO O| Mar 18 13:48:17.609 INFO STEP 6 (remove_files) COMPLETE
45082026-03-18T13:48:18.401Z[ recovery-image] Mar 18 13:48:17.609 INFO O| Mar 18 13:48:17.609 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45092026-03-18T13:48:18.404Z[ recovery-image] Mar 18 13:48:17.609 INFO O| Mar 18 13:48:17.609 INFO skip step because feature "recovery" is enabled
45102026-03-18T13:48:18.404Z[ recovery-image] Mar 18 13:48:17.609 INFO O| Mar 18 13:48:17.609 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45112026-03-18T13:48:18.404Z[ recovery-image] Mar 18 13:48:17.609 INFO O| Mar 18 13:48:17.609 INFO skip step because feature "recovery" is enabled
45122026-03-18T13:48:18.404Z[ recovery-image] Mar 18 13:48:17.609 INFO O| Mar 18 13:48:17.609 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45132026-03-18T13:48:18.404Z[ recovery-image] Mar 18 13:48:17.609 INFO O| Mar 18 13:48:17.609 INFO skip step because feature "recovery" is enabled
45142026-03-18T13:48:18.404Z[ recovery-image] Mar 18 13:48:17.609 INFO O| Mar 18 13:48:17.609 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45152026-03-18T13:48:18.417Z[ recovery-image] Mar 18 13:48:17.622 INFO O| Mar 18 13:48:17.621 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45162026-03-18T13:48:18.420Z[ recovery-image] Mar 18 13:48:17.626 INFO O| Mar 18 13:48:17.626 INFO STEP 10 (remove_files) COMPLETE
45172026-03-18T13:48:18.420Z[ recovery-image] Mar 18 13:48:17.626 INFO O| Mar 18 13:48:17.626 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45182026-03-18T13:48:18.431Z[ recovery-image] Mar 18 13:48:17.639 INFO O| Mar 18 13:48:17.639 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45192026-03-18T13:48:18.434Z[ recovery-image] Mar 18 13:48:17.640 INFO O| Mar 18 13:48:17.640 INFO STEP 11 (remove_files) COMPLETE
45202026-03-18T13:48:18.434Z[ recovery-image] Mar 18 13:48:17.640 INFO O| Mar 18 13:48:17.640 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45212026-03-18T13:48:18.445Z[ recovery-image] Mar 18 13:48:17.654 INFO O| Mar 18 13:48:17.654 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45222026-03-18T13:48:18.448Z[ recovery-image] Mar 18 13:48:17.656 INFO O| Mar 18 13:48:17.656 INFO STEP 12 (remove_files) COMPLETE
45232026-03-18T13:48:18.448Z[ recovery-image] Mar 18 13:48:17.656 INFO O| Mar 18 13:48:17.656 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45242026-03-18T13:48:18.597Z[ recovery-image] Mar 18 13:48:17.805 INFO O| Mar 18 13:48:17.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45252026-03-18T13:48:18.625Z[ recovery-image] Mar 18 13:48:17.833 INFO O| Mar 18 13:48:17.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45262026-03-18T13:48:18.687Z[ recovery-image] Mar 18 13:48:17.895 INFO O| Mar 18 13:48:17.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
45272026-03-18T13:48:18.687Z[ recovery-image] Mar 18 13:48:17.895 INFO O| Mar 18 13:48:17.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
45282026-03-18T13:48:18.690Z[ recovery-image] Mar 18 13:48:17.896 INFO O| Mar 18 13:48:17.896 INFO STEP 13 (remove_files) COMPLETE
45292026-03-18T13:48:18.690Z[ recovery-image] Mar 18 13:48:17.896 INFO O| Mar 18 13:48:17.896 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45302026-03-18T13:48:18.701Z[ recovery-image] Mar 18 13:48:17.909 INFO O| Mar 18 13:48:17.909 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45312026-03-18T13:48:18.703Z[ recovery-image] Mar 18 13:48:17.910 INFO O| Mar 18 13:48:17.910 INFO STEP 14 (remove_files) COMPLETE
45322026-03-18T13:48:18.703Z[ recovery-image] Mar 18 13:48:17.910 INFO O| Mar 18 13:48:17.910 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45332026-03-18T13:48:18.714Z[ recovery-image] Mar 18 13:48:17.923 INFO O| Mar 18 13:48:17.923 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45342026-03-18T13:48:18.722Z[ recovery-image] Mar 18 13:48:17.930 INFO O| Mar 18 13:48:17.930 INFO STEP 15 (remove_files) COMPLETE
45352026-03-18T13:48:18.722Z[ recovery-image] Mar 18 13:48:17.930 INFO O| Mar 18 13:48:17.930 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45362026-03-18T13:48:18.782Z[ recovery-image] Mar 18 13:48:17.991 INFO O| Mar 18 13:48:17.991 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45372026-03-18T13:48:18.785Z[ recovery-image] Mar 18 13:48:17.991 INFO O| Mar 18 13:48:17.991 INFO STEP 16 (remove_files) COMPLETE
45382026-03-18T13:48:18.785Z[ recovery-image] Mar 18 13:48:17.991 INFO O| Mar 18 13:48:17.991 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45392026-03-18T13:48:18.795Z[ recovery-image] Mar 18 13:48:18.003 INFO O| Mar 18 13:48:18.003 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45402026-03-18T13:48:18.798Z[ recovery-image] Mar 18 13:48:18.005 INFO O| Mar 18 13:48:18.005 INFO STEP 17 (remove_files) COMPLETE
45412026-03-18T13:48:18.798Z[ recovery-image] Mar 18 13:48:18.005 INFO O| Mar 18 13:48:18.005 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45422026-03-18T13:48:18.808Z[ recovery-image] Mar 18 13:48:18.017 INFO O| Mar 18 13:48:18.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45432026-03-18T13:48:18.808Z[ recovery-image] Mar 18 13:48:18.017 INFO O| Mar 18 13:48:18.017 INFO STEP 18 (remove_files) COMPLETE
45442026-03-18T13:48:18.808Z[ recovery-image] Mar 18 13:48:18.017 INFO O| Mar 18 13:48:18.017 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45452026-03-18T13:48:18.820Z[ recovery-image] Mar 18 13:48:18.028 INFO O| Mar 18 13:48:18.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45462026-03-18T13:48:18.820Z[ recovery-image] Mar 18 13:48:18.029 INFO O| Mar 18 13:48:18.029 INFO STEP 19 (remove_files) COMPLETE
45472026-03-18T13:48:18.820Z[ recovery-image] Mar 18 13:48:18.029 INFO O| Mar 18 13:48:18.029 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45482026-03-18T13:48:18.832Z[ recovery-image] Mar 18 13:48:18.041 INFO O| Mar 18 13:48:18.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
45492026-03-18T13:48:18.832Z[ recovery-image] Mar 18 13:48:18.041 INFO O| Mar 18 13:48:18.041 INFO STEP 20 (remove_files) COMPLETE
45502026-03-18T13:48:18.832Z[ recovery-image] Mar 18 13:48:18.041 INFO O| Mar 18 13:48:18.041 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45512026-03-18T13:48:18.845Z[ recovery-image] Mar 18 13:48:18.053 INFO O| Mar 18 13:48:18.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
45522026-03-18T13:48:18.845Z[ recovery-image] Mar 18 13:48:18.053 INFO O| Mar 18 13:48:18.053 INFO STEP 21 (remove_files) COMPLETE
45532026-03-18T13:48:18.845Z[ recovery-image] Mar 18 13:48:18.053 INFO O| Mar 18 13:48:18.053 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45542026-03-18T13:48:18.857Z[ recovery-image] Mar 18 13:48:18.066 INFO O| Mar 18 13:48:18.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
45552026-03-18T13:48:18.858Z[ recovery-image] Mar 18 13:48:18.066 INFO O| Mar 18 13:48:18.066 INFO STEP 22 (remove_files) COMPLETE
45562026-03-18T13:48:18.861Z[ recovery-image] Mar 18 13:48:18.066 INFO O| Mar 18 13:48:18.066 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45572026-03-18T13:48:18.870Z[ recovery-image] Mar 18 13:48:18.078 INFO O| Mar 18 13:48:18.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
45582026-03-18T13:48:18.870Z[ recovery-image] Mar 18 13:48:18.078 INFO O| Mar 18 13:48:18.078 INFO STEP 23 (remove_files) COMPLETE
45592026-03-18T13:48:18.870Z[ recovery-image] Mar 18 13:48:18.078 INFO O| Mar 18 13:48:18.078 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45602026-03-18T13:48:18.881Z[ recovery-image] Mar 18 13:48:18.090 INFO O| Mar 18 13:48:18.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
45612026-03-18T13:48:18.882Z[ recovery-image] Mar 18 13:48:18.090 INFO O| Mar 18 13:48:18.090 INFO STEP 24 (remove_files) COMPLETE
45622026-03-18T13:48:18.882Z[ recovery-image] Mar 18 13:48:18.090 INFO O| Mar 18 13:48:18.090 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45632026-03-18T13:48:18.886Z[ host-image] Mar 18 13:48:18.095 INFO O| Mar 18 13:48:18.095 INFO O| Finalize: Creating fast lookup database ... Done
45642026-03-18T13:48:18.894Z[ recovery-image] Mar 18 13:48:18.103 INFO O| Mar 18 13:48:18.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
45652026-03-18T13:48:18.894Z[ recovery-image] Mar 18 13:48:18.103 INFO O| Mar 18 13:48:18.103 INFO STEP 25 (remove_files) COMPLETE
45662026-03-18T13:48:18.897Z[ recovery-image] Mar 18 13:48:18.103 INFO O| Mar 18 13:48:18.103 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45672026-03-18T13:48:18.912Z[ recovery-image] Mar 18 13:48:18.120 INFO O| Mar 18 13:48:18.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
45682026-03-18T13:48:18.912Z[ recovery-image] Mar 18 13:48:18.120 INFO O| Mar 18 13:48:18.120 INFO STEP 26 (remove_files) COMPLETE
45692026-03-18T13:48:18.912Z[ recovery-image] Mar 18 13:48:18.120 INFO O| Mar 18 13:48:18.120 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45702026-03-18T13:48:18.922Z[ host-image] Mar 18 13:48:18.130 INFO O| Mar 18 13:48:18.130 INFO O| Finalize: Reading search index ... Done
45712026-03-18T13:48:18.922Z[ host-image] Mar 18 13:48:18.130 INFO O| Mar 18 13:48:18.130 INFO O| Finalize: Updating search index ... Done
45722026-03-18T13:48:18.924Z[ recovery-image] Mar 18 13:48:18.133 INFO O| Mar 18 13:48:18.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
45732026-03-18T13:48:18.925Z[ recovery-image] Mar 18 13:48:18.133 INFO O| Mar 18 13:48:18.133 INFO STEP 27 (remove_files) COMPLETE
45742026-03-18T13:48:18.925Z[ recovery-image] Mar 18 13:48:18.133 INFO O| Mar 18 13:48:18.133 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45752026-03-18T13:48:18.936Z[ host-image] Mar 18 13:48:18.145 INFO O| Mar 18 13:48:18.145 INFO O| Finalize: Updating package cache ... Done
45762026-03-18T13:48:18.936Z[ recovery-image] Mar 18 13:48:18.145 INFO O| Mar 18 13:48:18.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
45772026-03-18T13:48:18.939Z[ recovery-image] Mar 18 13:48:18.145 INFO O| Mar 18 13:48:18.145 INFO STEP 28 (remove_files) COMPLETE
45782026-03-18T13:48:18.939Z[ recovery-image] Mar 18 13:48:18.145 INFO O| Mar 18 13:48:18.145 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45792026-03-18T13:48:18.963Z[ recovery-image] Mar 18 13:48:18.172 INFO O| Mar 18 13:48:18.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
45802026-03-18T13:48:18.963Z[ recovery-image] Mar 18 13:48:18.172 INFO O| Mar 18 13:48:18.172 INFO STEP 29 (remove_files) COMPLETE
45812026-03-18T13:48:18.966Z[ recovery-image] Mar 18 13:48:18.172 INFO O| Mar 18 13:48:18.172 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822026-03-18T13:48:18.976Z[ recovery-image] Mar 18 13:48:18.185 INFO O| Mar 18 13:48:18.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
45832026-03-18T13:48:18.977Z[ recovery-image] Mar 18 13:48:18.185 INFO O| Mar 18 13:48:18.185 INFO STEP 30 (remove_files) COMPLETE
45842026-03-18T13:48:18.979Z[ recovery-image] Mar 18 13:48:18.185 INFO O| Mar 18 13:48:18.185 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852026-03-18T13:48:18.991Z[ recovery-image] Mar 18 13:48:18.199 INFO O| Mar 18 13:48:18.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
45862026-03-18T13:48:18.991Z[ recovery-image] Mar 18 13:48:18.199 INFO O| Mar 18 13:48:18.199 INFO STEP 31 (remove_files) COMPLETE
45872026-03-18T13:48:18.994Z[ recovery-image] Mar 18 13:48:18.199 INFO O| Mar 18 13:48:18.199 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-03-18T13:48:19.006Z[ recovery-image] Mar 18 13:48:18.214 INFO O| Mar 18 13:48:18.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
45892026-03-18T13:48:19.006Z[ recovery-image] Mar 18 13:48:18.214 INFO O| Mar 18 13:48:18.214 INFO STEP 32 (remove_files) COMPLETE
45902026-03-18T13:48:19.009Z[ recovery-image] Mar 18 13:48:18.214 INFO O| Mar 18 13:48:18.214 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-03-18T13:48:19.020Z[ recovery-image] Mar 18 13:48:18.229 INFO O| Mar 18 13:48:18.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
45922026-03-18T13:48:19.020Z[ recovery-image] Mar 18 13:48:18.229 INFO O| Mar 18 13:48:18.229 INFO STEP 33 (remove_files) COMPLETE
45932026-03-18T13:48:19.023Z[ recovery-image] Mar 18 13:48:18.229 INFO O| Mar 18 13:48:18.229 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942026-03-18T13:48:19.032Z[ recovery-image] Mar 18 13:48:18.241 INFO O| Mar 18 13:48:18.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
45952026-03-18T13:48:19.032Z[ recovery-image] Mar 18 13:48:18.241 INFO O| Mar 18 13:48:18.241 INFO STEP 34 (remove_files) COMPLETE
45962026-03-18T13:48:19.035Z[ recovery-image] Mar 18 13:48:18.241 INFO O| Mar 18 13:48:18.241 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972026-03-18T13:48:19.046Z[ recovery-image] Mar 18 13:48:18.255 INFO O| Mar 18 13:48:18.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
45982026-03-18T13:48:19.046Z[ recovery-image] Mar 18 13:48:18.255 INFO O| Mar 18 13:48:18.255 INFO STEP 35 (remove_files) COMPLETE
45992026-03-18T13:48:19.049Z[ recovery-image] Mar 18 13:48:18.255 INFO O| Mar 18 13:48:18.255 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-03-18T13:48:19.058Z[ recovery-image] Mar 18 13:48:18.266 INFO O| Mar 18 13:48:18.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46012026-03-18T13:48:19.058Z[ recovery-image] Mar 18 13:48:18.266 INFO O| Mar 18 13:48:18.266 INFO STEP 36 (remove_files) COMPLETE
46022026-03-18T13:48:19.061Z[ recovery-image] Mar 18 13:48:18.266 INFO O| Mar 18 13:48:18.266 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032026-03-18T13:48:19.070Z[ recovery-image] Mar 18 13:48:18.279 INFO O| Mar 18 13:48:18.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46042026-03-18T13:48:19.070Z[ recovery-image] Mar 18 13:48:18.279 INFO O| Mar 18 13:48:18.279 INFO STEP 37 (remove_files) COMPLETE
46052026-03-18T13:48:19.070Z[ recovery-image] Mar 18 13:48:18.279 INFO O| Mar 18 13:48:18.279 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-03-18T13:48:19.082Z[ recovery-image] Mar 18 13:48:18.291 INFO O| Mar 18 13:48:18.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46072026-03-18T13:48:19.082Z[ recovery-image] Mar 18 13:48:18.291 INFO O| Mar 18 13:48:18.291 INFO STEP 38 (remove_files) COMPLETE
46082026-03-18T13:48:19.082Z[ recovery-image] Mar 18 13:48:18.291 INFO O| Mar 18 13:48:18.291 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092026-03-18T13:48:19.094Z[ recovery-image] Mar 18 13:48:18.303 INFO O| Mar 18 13:48:18.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46102026-03-18T13:48:19.094Z[ recovery-image] Mar 18 13:48:18.303 INFO O| Mar 18 13:48:18.303 INFO STEP 39 (remove_files) COMPLETE
46112026-03-18T13:48:19.094Z[ recovery-image] Mar 18 13:48:18.303 INFO O| Mar 18 13:48:18.303 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122026-03-18T13:48:19.097Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO STEP 14 (pkg_install) COMPLETE
46132026-03-18T13:48:19.098Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46142026-03-18T13:48:19.101Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO skip step because feature "mbist" is not enabled
46152026-03-18T13:48:19.101Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46162026-03-18T13:48:19.101Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO skip step because feature "mfg" is not enabled
46172026-03-18T13:48:19.101Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46182026-03-18T13:48:19.101Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO skip step because feature "compliance" is not enabled
46192026-03-18T13:48:19.101Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46202026-03-18T13:48:19.101Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO skip step because feature "stress" is not enabled
46212026-03-18T13:48:19.101Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46222026-03-18T13:48:19.101Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO skip step because feature "compliance" is not enabled
46232026-03-18T13:48:19.101Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46242026-03-18T13:48:19.101Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO skip step because feature "nfs" is not enabled
46252026-03-18T13:48:19.101Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
46262026-03-18T13:48:19.101Z[ host-image] Mar 18 13:48:18.306 INFO O| Mar 18 13:48:18.306 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
46272026-03-18T13:48:19.106Z[ recovery-image] Mar 18 13:48:18.315 INFO O| Mar 18 13:48:18.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46282026-03-18T13:48:19.109Z[ recovery-image] Mar 18 13:48:18.315 INFO O| Mar 18 13:48:18.315 INFO STEP 40 (remove_files) COMPLETE
46292026-03-18T13:48:19.109Z[ recovery-image] Mar 18 13:48:18.315 INFO O| Mar 18 13:48:18.315 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-03-18T13:48:19.123Z[ recovery-image] Mar 18 13:48:18.332 INFO O| Mar 18 13:48:18.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46312026-03-18T13:48:19.123Z[ recovery-image] Mar 18 13:48:18.332 INFO O| Mar 18 13:48:18.332 INFO STEP 41 (remove_files) COMPLETE
46322026-03-18T13:48:19.123Z[ recovery-image] Mar 18 13:48:18.332 INFO O| Mar 18 13:48:18.332 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-03-18T13:48:19.136Z[ recovery-image] Mar 18 13:48:18.345 INFO O| Mar 18 13:48:18.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46342026-03-18T13:48:19.136Z[ recovery-image] Mar 18 13:48:18.345 INFO O| Mar 18 13:48:18.345 INFO STEP 42 (remove_files) COMPLETE
46352026-03-18T13:48:19.139Z[ recovery-image] Mar 18 13:48:18.345 INFO O| Mar 18 13:48:18.345 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362026-03-18T13:48:19.149Z[ recovery-image] Mar 18 13:48:18.357 INFO O| Mar 18 13:48:18.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46372026-03-18T13:48:19.149Z[ recovery-image] Mar 18 13:48:18.357 INFO O| Mar 18 13:48:18.357 INFO STEP 43 (remove_files) COMPLETE
46382026-03-18T13:48:19.149Z[ recovery-image] Mar 18 13:48:18.357 INFO O| Mar 18 13:48:18.357 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-03-18T13:48:19.161Z[ recovery-image] Mar 18 13:48:18.370 INFO O| Mar 18 13:48:18.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46402026-03-18T13:48:19.161Z[ recovery-image] Mar 18 13:48:18.370 INFO O| Mar 18 13:48:18.370 INFO STEP 44 (remove_files) COMPLETE
46412026-03-18T13:48:19.164Z[ recovery-image] Mar 18 13:48:18.370 INFO O| Mar 18 13:48:18.370 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-03-18T13:48:19.173Z[ recovery-image] Mar 18 13:48:18.382 INFO O| Mar 18 13:48:18.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46432026-03-18T13:48:19.173Z[ recovery-image] Mar 18 13:48:18.382 INFO O| Mar 18 13:48:18.382 INFO STEP 45 (remove_files) COMPLETE
46442026-03-18T13:48:19.173Z[ recovery-image] Mar 18 13:48:18.382 INFO O| Mar 18 13:48:18.382 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452026-03-18T13:48:19.186Z[ recovery-image] Mar 18 13:48:18.394 INFO O| Mar 18 13:48:18.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46462026-03-18T13:48:19.186Z[ recovery-image] Mar 18 13:48:18.394 INFO O| Mar 18 13:48:18.394 INFO STEP 46 (remove_files) COMPLETE
46472026-03-18T13:48:19.189Z[ recovery-image] Mar 18 13:48:18.394 INFO O| Mar 18 13:48:18.394 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-03-18T13:48:19.198Z[ recovery-image] Mar 18 13:48:18.406 INFO O| Mar 18 13:48:18.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46492026-03-18T13:48:19.198Z[ recovery-image] Mar 18 13:48:18.407 INFO O| Mar 18 13:48:18.407 INFO STEP 47 (remove_files) COMPLETE
46502026-03-18T13:48:19.198Z[ recovery-image] Mar 18 13:48:18.407 INFO O| Mar 18 13:48:18.407 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512026-03-18T13:48:19.206Z[ host-image] Mar 18 13:48:18.415 INFO O| Mar 18 13:48:18.415 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
46522026-03-18T13:48:19.209Z[ recovery-image] Mar 18 13:48:18.418 INFO O| Mar 18 13:48:18.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46532026-03-18T13:48:19.209Z[ recovery-image] Mar 18 13:48:18.418 INFO O| Mar 18 13:48:18.418 INFO STEP 48 (remove_files) COMPLETE
46542026-03-18T13:48:19.212Z[ recovery-image] Mar 18 13:48:18.418 INFO O| Mar 18 13:48:18.418 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-03-18T13:48:19.221Z[ recovery-image] Mar 18 13:48:18.430 INFO O| Mar 18 13:48:18.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46562026-03-18T13:48:19.221Z[ recovery-image] Mar 18 13:48:18.430 INFO O| Mar 18 13:48:18.430 INFO STEP 49 (remove_files) COMPLETE
46572026-03-18T13:48:19.221Z[ recovery-image] Mar 18 13:48:18.430 INFO O| Mar 18 13:48:18.430 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-03-18T13:48:19.233Z[ recovery-image] Mar 18 13:48:18.441 INFO O| Mar 18 13:48:18.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46592026-03-18T13:48:19.233Z[ recovery-image] Mar 18 13:48:18.441 INFO O| Mar 18 13:48:18.441 INFO STEP 50 (remove_files) COMPLETE
46602026-03-18T13:48:19.236Z[ recovery-image] Mar 18 13:48:18.441 INFO O| Mar 18 13:48:18.441 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-03-18T13:48:19.245Z[ recovery-image] Mar 18 13:48:18.453 INFO O| Mar 18 13:48:18.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46622026-03-18T13:48:19.245Z[ recovery-image] Mar 18 13:48:18.453 INFO O| Mar 18 13:48:18.453 INFO STEP 51 (remove_files) COMPLETE
46632026-03-18T13:48:19.245Z[ recovery-image] Mar 18 13:48:18.453 INFO O| Mar 18 13:48:18.453 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-03-18T13:48:19.256Z[ recovery-image] Mar 18 13:48:18.465 INFO O| Mar 18 13:48:18.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
46652026-03-18T13:48:19.256Z[ recovery-image] Mar 18 13:48:18.465 INFO O| Mar 18 13:48:18.465 INFO STEP 52 (remove_files) COMPLETE
46662026-03-18T13:48:19.259Z[ recovery-image] Mar 18 13:48:18.465 INFO O| Mar 18 13:48:18.465 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-03-18T13:48:19.271Z[ recovery-image] Mar 18 13:48:18.480 INFO O| Mar 18 13:48:18.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
46682026-03-18T13:48:19.272Z[ recovery-image] Mar 18 13:48:18.480 INFO O| Mar 18 13:48:18.480 INFO STEP 53 (remove_files) COMPLETE
46692026-03-18T13:48:19.274Z[ recovery-image] Mar 18 13:48:18.480 INFO O| Mar 18 13:48:18.480 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-03-18T13:48:19.283Z[ recovery-image] Mar 18 13:48:18.492 INFO O| Mar 18 13:48:18.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
46712026-03-18T13:48:19.283Z[ recovery-image] Mar 18 13:48:18.492 INFO O| Mar 18 13:48:18.492 INFO STEP 54 (remove_files) COMPLETE
46722026-03-18T13:48:19.286Z[ recovery-image] Mar 18 13:48:18.492 INFO O| Mar 18 13:48:18.492 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-03-18T13:48:19.294Z[ recovery-image] Mar 18 13:48:18.503 INFO O| Mar 18 13:48:18.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
46742026-03-18T13:48:19.294Z[ recovery-image] Mar 18 13:48:18.503 INFO O| Mar 18 13:48:18.503 INFO STEP 55 (remove_files) COMPLETE
46752026-03-18T13:48:19.297Z[ recovery-image] Mar 18 13:48:18.503 INFO O| Mar 18 13:48:18.503 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-03-18T13:48:19.305Z[ recovery-image] Mar 18 13:48:18.514 INFO O| Mar 18 13:48:18.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
46772026-03-18T13:48:19.305Z[ recovery-image] Mar 18 13:48:18.514 INFO O| Mar 18 13:48:18.514 INFO STEP 56 (remove_files) COMPLETE
46782026-03-18T13:48:19.308Z[ recovery-image] Mar 18 13:48:18.514 INFO O| Mar 18 13:48:18.514 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-03-18T13:48:19.316Z[ recovery-image] Mar 18 13:48:18.524 INFO O| Mar 18 13:48:18.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
46802026-03-18T13:48:19.316Z[ recovery-image] Mar 18 13:48:18.524 INFO O| Mar 18 13:48:18.524 INFO STEP 57 (remove_files) COMPLETE
46812026-03-18T13:48:19.319Z[ recovery-image] Mar 18 13:48:18.524 INFO O| Mar 18 13:48:18.524 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-03-18T13:48:19.328Z[ recovery-image] Mar 18 13:48:18.537 INFO O| Mar 18 13:48:18.537 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
46832026-03-18T13:48:19.328Z[ recovery-image] Mar 18 13:48:18.537 INFO O| Mar 18 13:48:18.537 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
46842026-03-18T13:48:19.331Z[ recovery-image] Mar 18 13:48:18.537 INFO O| Mar 18 13:48:18.537 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46852026-03-18T13:48:19.331Z[ recovery-image] Mar 18 13:48:18.537 INFO O| Mar 18 13:48:18.537 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46862026-03-18T13:48:19.331Z[ recovery-image] Mar 18 13:48:18.537 INFO O| Mar 18 13:48:18.537 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46872026-03-18T13:48:19.331Z[ recovery-image] Mar 18 13:48:18.537 INFO O| Mar 18 13:48:18.537 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46882026-03-18T13:48:19.331Z[ recovery-image] Mar 18 13:48:18.537 INFO O| Mar 18 13:48:18.537 INFO ok!
46892026-03-18T13:48:19.331Z[ recovery-image] Mar 18 13:48:18.537 INFO O| Mar 18 13:48:18.537 INFO STEP 58 (ensure_file) COMPLETE
46902026-03-18T13:48:19.331Z[ recovery-image] Mar 18 13:48:18.537 INFO O| Mar 18 13:48:18.537 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-03-18T13:48:19.340Z[ recovery-image] Mar 18 13:48:18.548 INFO O| Mar 18 13:48:18.548 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
46922026-03-18T13:48:19.340Z[ recovery-image] Mar 18 13:48:18.548 INFO O| Mar 18 13:48:18.548 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
46932026-03-18T13:48:19.340Z[ recovery-image] Mar 18 13:48:18.548 INFO O| Mar 18 13:48:18.548 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46942026-03-18T13:48:19.342Z[ recovery-image] Mar 18 13:48:18.548 INFO O| Mar 18 13:48:18.548 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46952026-03-18T13:48:19.342Z[ recovery-image] Mar 18 13:48:18.548 INFO O| Mar 18 13:48:18.548 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46962026-03-18T13:48:19.342Z[ host-image] Mar 18 13:48:18.549 INFO O| Mar 18 13:48:18.548 INFO completed processing sled/ramdisk-01-os
46972026-03-18T13:48:19.343Z[ recovery-image] Mar 18 13:48:18.548 INFO O| Mar 18 13:48:18.548 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46982026-03-18T13:48:19.343Z[ recovery-image] Mar 18 13:48:18.548 INFO O| Mar 18 13:48:18.548 INFO ok!
46992026-03-18T13:48:19.343Z[ recovery-image] Mar 18 13:48:18.548 INFO O| Mar 18 13:48:18.548 INFO STEP 59 (ensure_file) COMPLETE
47002026-03-18T13:48:19.343Z[ recovery-image] Mar 18 13:48:18.548 INFO O| Mar 18 13:48:18.548 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47012026-03-18T13:48:19.343Z[ host-image] Mar 18 13:48:18.551 INFO omicron1 baseline generation...
47022026-03-18T13:48:19.343Z[ host-image] Mar 18 13:48:18.551 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47032026-03-18T13:48:19.350Z[ recovery-image] Mar 18 13:48:18.559 INFO O| Mar 18 13:48:18.559 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47042026-03-18T13:48:19.350Z[ recovery-image] Mar 18 13:48:18.559 INFO O| Mar 18 13:48:18.559 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47052026-03-18T13:48:19.353Z[ recovery-image] Mar 18 13:48:18.559 INFO O| Mar 18 13:48:18.559 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47062026-03-18T13:48:19.353Z[ recovery-image] Mar 18 13:48:18.559 INFO O| Mar 18 13:48:18.559 INFO ok!
47072026-03-18T13:48:19.353Z[ recovery-image] Mar 18 13:48:18.559 INFO O| Mar 18 13:48:18.559 INFO STEP 60 (ensure_file) COMPLETE
47082026-03-18T13:48:19.353Z[ recovery-image] Mar 18 13:48:18.559 INFO O| Mar 18 13:48:18.559 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-03-18T13:48:19.365Z[ recovery-image] Mar 18 13:48:18.573 INFO O| Mar 18 13:48:18.573 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47102026-03-18T13:48:19.365Z[ recovery-image] Mar 18 13:48:18.573 INFO O| Mar 18 13:48:18.573 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47112026-03-18T13:48:19.368Z[ recovery-image] Mar 18 13:48:18.573 INFO O| Mar 18 13:48:18.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47122026-03-18T13:48:19.368Z[ recovery-image] Mar 18 13:48:18.573 INFO O| Mar 18 13:48:18.573 INFO ok!
47132026-03-18T13:48:19.368Z[ recovery-image] Mar 18 13:48:18.573 INFO O| Mar 18 13:48:18.573 INFO STEP 61 (ensure_file) COMPLETE
47142026-03-18T13:48:19.368Z[ recovery-image] Mar 18 13:48:18.573 INFO O| Mar 18 13:48:18.573 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152026-03-18T13:48:19.379Z[ recovery-image] Mar 18 13:48:18.588 INFO O| Mar 18 13:48:18.588 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47162026-03-18T13:48:19.379Z[ recovery-image] Mar 18 13:48:18.588 INFO O| Mar 18 13:48:18.588 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47172026-03-18T13:48:19.382Z[ recovery-image] Mar 18 13:48:18.588 INFO O| Mar 18 13:48:18.588 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47182026-03-18T13:48:19.382Z[ recovery-image] Mar 18 13:48:18.588 INFO O| Mar 18 13:48:18.588 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47192026-03-18T13:48:19.382Z[ recovery-image] Mar 18 13:48:18.588 INFO O| Mar 18 13:48:18.588 INFO ok!
47202026-03-18T13:48:19.382Z[ recovery-image] Mar 18 13:48:18.588 INFO O| Mar 18 13:48:18.588 INFO STEP 62 (ensure_file) COMPLETE
47212026-03-18T13:48:19.382Z[ recovery-image] Mar 18 13:48:18.588 INFO O| Mar 18 13:48:18.588 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47222026-03-18T13:48:19.394Z[ recovery-image] Mar 18 13:48:18.602 INFO O| Mar 18 13:48:18.602 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47232026-03-18T13:48:19.394Z[ recovery-image] Mar 18 13:48:18.602 INFO O| Mar 18 13:48:18.602 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47242026-03-18T13:48:19.396Z[ recovery-image] Mar 18 13:48:18.602 INFO O| Mar 18 13:48:18.602 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47252026-03-18T13:48:19.396Z[ recovery-image] Mar 18 13:48:18.602 INFO O| Mar 18 13:48:18.602 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47262026-03-18T13:48:19.396Z[ recovery-image] Mar 18 13:48:18.602 INFO O| Mar 18 13:48:18.602 INFO ok!
47272026-03-18T13:48:19.397Z[ recovery-image] Mar 18 13:48:18.602 INFO O| Mar 18 13:48:18.602 INFO STEP 63 (ensure_file) COMPLETE
47282026-03-18T13:48:19.397Z[ recovery-image] Mar 18 13:48:18.602 INFO O| Mar 18 13:48:18.602 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47292026-03-18T13:48:19.408Z[ recovery-image] Mar 18 13:48:18.617 INFO O| Mar 18 13:48:18.617 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47302026-03-18T13:48:19.408Z[ recovery-image] Mar 18 13:48:18.617 INFO O| Mar 18 13:48:18.617 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47312026-03-18T13:48:19.411Z[ recovery-image] Mar 18 13:48:18.617 INFO O| Mar 18 13:48:18.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47322026-03-18T13:48:19.411Z[ recovery-image] Mar 18 13:48:18.617 INFO O| Mar 18 13:48:18.617 INFO ok!
47332026-03-18T13:48:19.411Z[ recovery-image] Mar 18 13:48:18.617 INFO O| Mar 18 13:48:18.617 INFO STEP 64 (assemble_files) COMPLETE
47342026-03-18T13:48:19.411Z[ recovery-image] Mar 18 13:48:18.617 INFO O| Mar 18 13:48:18.617 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47352026-03-18T13:48:19.422Z[ recovery-image] Mar 18 13:48:18.631 INFO O| Mar 18 13:48:18.631 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47362026-03-18T13:48:19.422Z[ recovery-image] Mar 18 13:48:18.631 INFO O| Mar 18 13:48:18.631 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47372026-03-18T13:48:19.422Z[ recovery-image] Mar 18 13:48:18.631 INFO O| Mar 18 13:48:18.631 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47382026-03-18T13:48:19.426Z[ recovery-image] Mar 18 13:48:18.631 INFO O| Mar 18 13:48:18.631 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47392026-03-18T13:48:19.426Z[ recovery-image] Mar 18 13:48:18.631 INFO O| Mar 18 13:48:18.631 INFO ok!
47402026-03-18T13:48:19.426Z[ recovery-image] Mar 18 13:48:18.631 INFO O| Mar 18 13:48:18.631 INFO STEP 65 (ensure_file) COMPLETE
47412026-03-18T13:48:19.426Z[ recovery-image] Mar 18 13:48:18.631 INFO O| Mar 18 13:48:18.631 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422026-03-18T13:48:19.426Z[ recovery-image] Mar 18 13:48:18.631 INFO O| Mar 18 13:48:18.631 INFO skip step because feature "omicron1" is not enabled
47432026-03-18T13:48:19.426Z[ recovery-image] Mar 18 13:48:18.631 INFO O| Mar 18 13:48:18.631 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47442026-03-18T13:48:19.426Z[ recovery-image] Mar 18 13:48:18.631 INFO O| Mar 18 13:48:18.631 INFO skip step because feature "omicron1" is not enabled
47452026-03-18T13:48:19.426Z[ recovery-image] Mar 18 13:48:18.631 INFO O| Mar 18 13:48:18.631 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47462026-03-18T13:48:19.426Z[ recovery-image] Mar 18 13:48:18.631 INFO O| Mar 18 13:48:18.631 INFO skip step because feature "omicron1" is not enabled
47472026-03-18T13:48:19.426Z[ recovery-image] Mar 18 13:48:18.631 INFO O| Mar 18 13:48:18.631 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47482026-03-18T13:48:19.442Z[ recovery-image] Mar 18 13:48:18.651 INFO O| Mar 18 13:48:18.651 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47492026-03-18T13:48:19.442Z[ recovery-image] Mar 18 13:48:18.651 INFO O| Mar 18 13:48:18.651 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47502026-03-18T13:48:19.905Z[ host-image] Mar 18 13:48:19.113 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.23825:20260312T204829Z
47512026-03-18T13:48:21.131Z[ recovery-image] Mar 18 13:48:20.339 INFO O| Mar 18 13:48:20.339 INFO STEP 69 (pack_tar) COMPLETE
47522026-03-18T13:48:21.131Z[ recovery-image] Mar 18 13:48:20.339 INFO O| Mar 18 13:48:20.339 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47532026-03-18T13:48:21.134Z[ recovery-image] Mar 18 13:48:20.339 INFO O| Mar 18 13:48:20.339 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47542026-03-18T13:48:21.640Z[ recovery-image] Mar 18 13:48:20.849 INFO O| Mar 18 13:48:20.849 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47552026-03-18T13:48:21.747Z[ recovery-image] Mar 18 13:48:20.955 INFO O| Mar 18 13:48:20.955 INFO completed processing sled/ramdisk-02-trim
47562026-03-18T13:48:21.752Z[ recovery-image] Mar 18 13:48:20.959 INFO image builder template: ramdisk-03-recovery-trim...
47572026-03-18T13:48:21.752Z[ recovery-image] Mar 18 13:48:20.959 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/.tmp5JnwhE/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.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
47582026-03-18T13:48:21.756Z[ recovery-image] Mar 18 13:48:20.965 INFO O| Mar 18 13:48:20.965 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
47592026-03-18T13:48:21.851Z[ recovery-image] Mar 18 13:48:21.060 INFO O| Mar 18 13:48:21.059 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47602026-03-18T13:48:21.855Z[ recovery-image] Mar 18 13:48:21.064 INFO O| Mar 18 13:48:21.064 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47612026-03-18T13:48:21.949Z[ recovery-image] Mar 18 13:48:21.157 INFO O| Mar 18 13:48:21.157 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47622026-03-18T13:48:22.030Z[ recovery-image] Mar 18 13:48:21.238 INFO O| Mar 18 13:48:21.238 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47632026-03-18T13:48:22.030Z[ recovery-image] Mar 18 13:48:21.238 INFO O| Mar 18 13:48:21.238 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47642026-03-18T13:48:22.039Z[ recovery-image] Mar 18 13:48:21.248 INFO O| Mar 18 13:48:21.248 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47652026-03-18T13:48:22.044Z[ recovery-image] Mar 18 13:48:21.253 INFO O| Mar 18 13:48:21.253 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47662026-03-18T13:48:22.050Z[ recovery-image] Mar 18 13:48:21.259 INFO O| Mar 18 13:48:21.259 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47672026-03-18T13:48:22.645Z[ recovery-image] Mar 18 13:48:21.854 INFO O| Mar 18 13:48:21.854 INFO rolled back to input snapshot; work may begin
47682026-03-18T13:48:22.645Z[ recovery-image] Mar 18 13:48:21.854 INFO O| Mar 18 13:48:21.854 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47692026-03-18T13:48:22.652Z[ recovery-image] Mar 18 13:48:21.861 INFO O| Mar 18 13:48:21.861 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
47702026-03-18T13:48:22.665Z[ recovery-image] Mar 18 13:48:21.874 INFO O| Mar 18 13:48:21.874 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
47712026-03-18T13:48:22.673Z[ recovery-image] Mar 18 13:48:21.882 INFO O| Mar 18 13:48:21.882 INFO STEP 0 (remove_files) COMPLETE
47722026-03-18T13:48:22.673Z[ recovery-image] Mar 18 13:48:21.882 INFO O| Mar 18 13:48:21.882 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
47732026-03-18T13:48:22.687Z[ recovery-image] Mar 18 13:48:21.896 INFO O| Mar 18 13:48:21.896 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
47742026-03-18T13:48:22.739Z[ recovery-image] Mar 18 13:48:21.948 INFO O| Mar 18 13:48:21.948 INFO STEP 1 (remove_files) COMPLETE
47752026-03-18T13:48:22.739Z[ recovery-image] Mar 18 13:48:21.948 INFO O| Mar 18 13:48:21.948 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
47762026-03-18T13:48:22.752Z[ recovery-image] Mar 18 13:48:21.961 INFO O| Mar 18 13:48:21.961 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
47772026-03-18T13:48:22.755Z[ recovery-image] Mar 18 13:48:21.963 INFO O| Mar 18 13:48:21.963 INFO STEP 2 (remove_files) COMPLETE
47782026-03-18T13:48:22.755Z[ recovery-image] Mar 18 13:48:21.963 INFO O| Mar 18 13:48:21.963 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
47792026-03-18T13:48:22.767Z[ recovery-image] Mar 18 13:48:21.976 INFO O| Mar 18 13:48:21.976 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
47802026-03-18T13:48:22.809Z[ recovery-image] Mar 18 13:48:22.018 INFO O| Mar 18 13:48:22.018 INFO STEP 3 (remove_files) COMPLETE
47812026-03-18T13:48:22.809Z[ recovery-image] Mar 18 13:48:22.018 INFO O| Mar 18 13:48:22.018 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
47822026-03-18T13:48:22.822Z[ recovery-image] Mar 18 13:48:22.031 INFO O| Mar 18 13:48:22.031 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
47832026-03-18T13:48:22.982Z[ recovery-image] Mar 18 13:48:22.190 INFO O| Mar 18 13:48:22.190 INFO STEP 4 (remove_files) COMPLETE
47842026-03-18T13:48:22.982Z[ recovery-image] Mar 18 13:48:22.190 INFO O| Mar 18 13:48:22.190 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
47852026-03-18T13:48:22.996Z[ recovery-image] Mar 18 13:48:22.205 INFO O| Mar 18 13:48:22.205 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
47862026-03-18T13:48:22.999Z[ recovery-image] Mar 18 13:48:22.207 INFO O| Mar 18 13:48:22.207 INFO STEP 5 (remove_files) COMPLETE
47872026-03-18T13:48:22.999Z[ recovery-image] Mar 18 13:48:22.207 INFO O| Mar 18 13:48:22.207 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
47882026-03-18T13:48:23.011Z[ recovery-image] Mar 18 13:48:22.220 INFO O| Mar 18 13:48:22.220 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
47892026-03-18T13:48:23.014Z[ recovery-image] Mar 18 13:48:22.223 INFO O| Mar 18 13:48:22.223 INFO STEP 6 (remove_files) COMPLETE
47902026-03-18T13:48:23.014Z[ recovery-image] Mar 18 13:48:22.223 INFO O| Mar 18 13:48:22.223 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
47912026-03-18T13:48:23.027Z[ recovery-image] Mar 18 13:48:22.236 INFO O| Mar 18 13:48:22.236 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
47922026-03-18T13:48:23.031Z[ recovery-image] Mar 18 13:48:22.240 INFO O| Mar 18 13:48:22.240 INFO STEP 7 (remove_files) COMPLETE
47932026-03-18T13:48:23.031Z[ recovery-image] Mar 18 13:48:22.240 INFO O| Mar 18 13:48:22.240 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
47942026-03-18T13:48:23.043Z[ recovery-image] Mar 18 13:48:22.252 INFO O| Mar 18 13:48:22.252 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
47952026-03-18T13:48:23.046Z[ recovery-image] Mar 18 13:48:22.253 INFO O| Mar 18 13:48:22.253 INFO STEP 8 (remove_files) COMPLETE
47962026-03-18T13:48:23.046Z[ recovery-image] Mar 18 13:48:22.253 INFO O| Mar 18 13:48:22.253 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
47972026-03-18T13:48:23.057Z[ recovery-image] Mar 18 13:48:22.266 INFO O| Mar 18 13:48:22.266 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
47982026-03-18T13:48:23.060Z[ recovery-image] Mar 18 13:48:22.268 INFO O| Mar 18 13:48:22.268 INFO STEP 9 (remove_files) COMPLETE
47992026-03-18T13:48:23.060Z[ recovery-image] Mar 18 13:48:22.268 INFO O| Mar 18 13:48:22.268 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48002026-03-18T13:48:23.071Z[ recovery-image] Mar 18 13:48:22.280 INFO O| Mar 18 13:48:22.280 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48012026-03-18T13:48:23.151Z[ recovery-image] Mar 18 13:48:22.360 INFO O| Mar 18 13:48:22.360 INFO STEP 10 (remove_files) COMPLETE
48022026-03-18T13:48:23.151Z[ recovery-image] Mar 18 13:48:22.360 INFO O| Mar 18 13:48:22.360 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48032026-03-18T13:48:23.164Z[ recovery-image] Mar 18 13:48:22.373 INFO O| Mar 18 13:48:22.372 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48042026-03-18T13:48:23.167Z[ recovery-image] Mar 18 13:48:22.376 INFO O| Mar 18 13:48:22.376 INFO STEP 11 (remove_files) COMPLETE
48052026-03-18T13:48:23.167Z[ recovery-image] Mar 18 13:48:22.376 INFO O| Mar 18 13:48:22.376 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48062026-03-18T13:48:23.179Z[ recovery-image] Mar 18 13:48:22.388 INFO O| Mar 18 13:48:22.388 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48072026-03-18T13:48:23.182Z[ recovery-image] Mar 18 13:48:22.391 INFO O| Mar 18 13:48:22.391 INFO STEP 12 (remove_files) COMPLETE
48082026-03-18T13:48:23.182Z[ recovery-image] Mar 18 13:48:22.391 INFO O| Mar 18 13:48:22.391 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48092026-03-18T13:48:23.195Z[ recovery-image] Mar 18 13:48:22.404 INFO O| Mar 18 13:48:22.404 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48102026-03-18T13:48:23.198Z[ recovery-image] Mar 18 13:48:22.404 INFO O| Mar 18 13:48:22.404 INFO STEP 13 (remove_files) COMPLETE
48112026-03-18T13:48:23.198Z[ recovery-image] Mar 18 13:48:22.404 INFO O| Mar 18 13:48:22.404 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48122026-03-18T13:48:23.206Z[ recovery-image] Mar 18 13:48:22.415 INFO O| Mar 18 13:48:22.415 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48132026-03-18T13:48:23.208Z[ recovery-image] Mar 18 13:48:22.416 INFO O| Mar 18 13:48:22.416 INFO STEP 14 (remove_files) COMPLETE
48142026-03-18T13:48:23.208Z[ recovery-image] Mar 18 13:48:22.416 INFO O| Mar 18 13:48:22.416 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48152026-03-18T13:48:23.218Z[ recovery-image] Mar 18 13:48:22.427 INFO O| Mar 18 13:48:22.427 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48162026-03-18T13:48:23.225Z[ recovery-image] Mar 18 13:48:22.434 INFO O| Mar 18 13:48:22.434 INFO STEP 15 (remove_files) COMPLETE
48172026-03-18T13:48:23.225Z[ recovery-image] Mar 18 13:48:22.434 INFO O| Mar 18 13:48:22.434 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48182026-03-18T13:48:23.239Z[ recovery-image] Mar 18 13:48:22.447 INFO O| Mar 18 13:48:22.447 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48192026-03-18T13:48:23.239Z[ recovery-image] Mar 18 13:48:22.448 INFO O| Mar 18 13:48:22.448 INFO STEP 16 (remove_files) COMPLETE
48202026-03-18T13:48:23.239Z[ recovery-image] Mar 18 13:48:22.448 INFO O| Mar 18 13:48:22.448 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48212026-03-18T13:48:23.251Z[ recovery-image] Mar 18 13:48:22.460 INFO O| Mar 18 13:48:22.460 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48222026-03-18T13:48:23.251Z[ recovery-image] Mar 18 13:48:22.460 INFO O| Mar 18 13:48:22.460 INFO STEP 17 (remove_files) COMPLETE
48232026-03-18T13:48:23.251Z[ recovery-image] Mar 18 13:48:22.460 INFO O| Mar 18 13:48:22.460 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48242026-03-18T13:48:23.262Z[ recovery-image] Mar 18 13:48:22.471 INFO O| Mar 18 13:48:22.471 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48252026-03-18T13:48:23.609Z[ recovery-image] Mar 18 13:48:22.818 INFO O| Mar 18 13:48:22.818 INFO STEP 18 (remove_files) COMPLETE
48262026-03-18T13:48:23.609Z[ recovery-image] Mar 18 13:48:22.818 INFO O| Mar 18 13:48:22.818 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48272026-03-18T13:48:23.621Z[ recovery-image] Mar 18 13:48:22.830 INFO O| Mar 18 13:48:22.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48282026-03-18T13:48:23.644Z[ recovery-image] Mar 18 13:48:22.853 INFO O| Mar 18 13:48:22.853 INFO STEP 19 (remove_files) COMPLETE
48292026-03-18T13:48:23.644Z[ recovery-image] Mar 18 13:48:22.853 INFO O| Mar 18 13:48:22.853 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48302026-03-18T13:48:23.656Z[ recovery-image] Mar 18 13:48:22.865 INFO O| Mar 18 13:48:22.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48312026-03-18T13:48:23.678Z[ recovery-image] Mar 18 13:48:22.887 INFO O| Mar 18 13:48:22.887 INFO STEP 20 (remove_files) COMPLETE
48322026-03-18T13:48:23.678Z[ recovery-image] Mar 18 13:48:22.887 INFO O| Mar 18 13:48:22.887 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48332026-03-18T13:48:23.691Z[ recovery-image] Mar 18 13:48:22.900 INFO O| Mar 18 13:48:22.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48342026-03-18T13:48:23.694Z[ recovery-image] Mar 18 13:48:22.900 INFO O| Mar 18 13:48:22.900 INFO STEP 21 (remove_files) COMPLETE
48352026-03-18T13:48:23.694Z[ recovery-image] Mar 18 13:48:22.900 INFO O| Mar 18 13:48:22.900 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48362026-03-18T13:48:23.706Z[ recovery-image] Mar 18 13:48:22.915 INFO O| Mar 18 13:48:22.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48372026-03-18T13:48:23.727Z[ recovery-image] Mar 18 13:48:22.936 INFO O| Mar 18 13:48:22.936 INFO STEP 22 (remove_files) COMPLETE
48382026-03-18T13:48:23.727Z[ recovery-image] Mar 18 13:48:22.936 INFO O| Mar 18 13:48:22.936 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48392026-03-18T13:48:23.741Z[ recovery-image] Mar 18 13:48:22.950 INFO O| Mar 18 13:48:22.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48402026-03-18T13:48:23.741Z[ recovery-image] Mar 18 13:48:22.951 INFO O| Mar 18 13:48:22.951 INFO STEP 23 (remove_files) COMPLETE
48412026-03-18T13:48:23.741Z[ recovery-image] Mar 18 13:48:22.951 INFO O| Mar 18 13:48:22.951 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48422026-03-18T13:48:23.754Z[ recovery-image] Mar 18 13:48:22.963 INFO O| Mar 18 13:48:22.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48432026-03-18T13:48:23.754Z[ recovery-image] Mar 18 13:48:22.963 INFO O| Mar 18 13:48:22.963 INFO STEP 24 (remove_files) COMPLETE
48442026-03-18T13:48:23.757Z[ recovery-image] Mar 18 13:48:22.963 INFO O| Mar 18 13:48:22.963 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48452026-03-18T13:48:23.766Z[ recovery-image] Mar 18 13:48:22.975 INFO O| Mar 18 13:48:22.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48462026-03-18T13:48:23.788Z[ recovery-image] Mar 18 13:48:22.997 INFO O| Mar 18 13:48:22.997 INFO STEP 25 (remove_files) COMPLETE
48472026-03-18T13:48:23.788Z[ recovery-image] Mar 18 13:48:22.997 INFO O| Mar 18 13:48:22.997 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48482026-03-18T13:48:23.801Z[ recovery-image] Mar 18 13:48:23.010 INFO O| Mar 18 13:48:23.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48492026-03-18T13:48:23.822Z[ recovery-image] Mar 18 13:48:23.031 INFO O| Mar 18 13:48:23.031 INFO STEP 26 (remove_files) COMPLETE
48502026-03-18T13:48:23.822Z[ recovery-image] Mar 18 13:48:23.031 INFO O| Mar 18 13:48:23.031 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48512026-03-18T13:48:23.835Z[ recovery-image] Mar 18 13:48:23.044 INFO O| Mar 18 13:48:23.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48522026-03-18T13:48:23.835Z[ recovery-image] Mar 18 13:48:23.044 INFO O| Mar 18 13:48:23.044 INFO STEP 27 (remove_files) COMPLETE
48532026-03-18T13:48:23.838Z[ recovery-image] Mar 18 13:48:23.044 INFO O| Mar 18 13:48:23.044 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48542026-03-18T13:48:23.870Z[ recovery-image] Mar 18 13:48:23.079 INFO O| Mar 18 13:48:23.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48552026-03-18T13:48:23.870Z[ recovery-image] Mar 18 13:48:23.079 INFO O| Mar 18 13:48:23.079 INFO STEP 28 (remove_files) COMPLETE
48562026-03-18T13:48:23.870Z[ recovery-image] Mar 18 13:48:23.079 INFO O| Mar 18 13:48:23.079 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48572026-03-18T13:48:23.881Z[ recovery-image] Mar 18 13:48:23.090 INFO O| Mar 18 13:48:23.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48582026-03-18T13:48:23.881Z[ recovery-image] Mar 18 13:48:23.090 INFO O| Mar 18 13:48:23.090 INFO STEP 29 (remove_files) COMPLETE
48592026-03-18T13:48:23.881Z[ recovery-image] Mar 18 13:48:23.090 INFO O| Mar 18 13:48:23.090 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48602026-03-18T13:48:23.893Z[ recovery-image] Mar 18 13:48:23.102 INFO O| Mar 18 13:48:23.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48612026-03-18T13:48:23.915Z[ recovery-image] Mar 18 13:48:23.124 INFO O| Mar 18 13:48:23.124 INFO STEP 30 (remove_files) COMPLETE
48622026-03-18T13:48:23.915Z[ recovery-image] Mar 18 13:48:23.124 INFO O| Mar 18 13:48:23.124 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48632026-03-18T13:48:23.928Z[ recovery-image] Mar 18 13:48:23.136 INFO O| Mar 18 13:48:23.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48642026-03-18T13:48:23.948Z[ recovery-image] Mar 18 13:48:23.157 INFO O| Mar 18 13:48:23.157 INFO STEP 31 (remove_files) COMPLETE
48652026-03-18T13:48:23.948Z[ recovery-image] Mar 18 13:48:23.157 INFO O| Mar 18 13:48:23.157 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48662026-03-18T13:48:23.961Z[ recovery-image] Mar 18 13:48:23.170 INFO O| Mar 18 13:48:23.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48672026-03-18T13:48:23.961Z[ recovery-image] Mar 18 13:48:23.170 INFO O| Mar 18 13:48:23.170 INFO STEP 32 (remove_files) COMPLETE
48682026-03-18T13:48:23.964Z[ recovery-image] Mar 18 13:48:23.170 INFO O| Mar 18 13:48:23.170 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48692026-03-18T13:48:23.986Z[ recovery-image] Mar 18 13:48:23.195 INFO O| Mar 18 13:48:23.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
48702026-03-18T13:48:23.986Z[ recovery-image] Mar 18 13:48:23.195 INFO O| Mar 18 13:48:23.195 INFO STEP 33 (remove_files) COMPLETE
48712026-03-18T13:48:23.989Z[ recovery-image] Mar 18 13:48:23.195 INFO O| Mar 18 13:48:23.195 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48722026-03-18T13:48:24.000Z[ recovery-image] Mar 18 13:48:23.209 INFO O| Mar 18 13:48:23.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
48732026-03-18T13:48:24.000Z[ recovery-image] Mar 18 13:48:23.209 INFO O| Mar 18 13:48:23.209 INFO STEP 34 (remove_files) COMPLETE
48742026-03-18T13:48:24.004Z[ recovery-image] Mar 18 13:48:23.209 INFO O| Mar 18 13:48:23.209 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48752026-03-18T13:48:24.015Z[ recovery-image] Mar 18 13:48:23.224 INFO O| Mar 18 13:48:23.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
48762026-03-18T13:48:24.015Z[ recovery-image] Mar 18 13:48:23.224 INFO O| Mar 18 13:48:23.224 INFO STEP 35 (remove_files) COMPLETE
48772026-03-18T13:48:24.018Z[ recovery-image] Mar 18 13:48:23.224 INFO O| Mar 18 13:48:23.224 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48782026-03-18T13:48:24.029Z[ recovery-image] Mar 18 13:48:23.238 INFO O| Mar 18 13:48:23.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
48792026-03-18T13:48:24.029Z[ recovery-image] Mar 18 13:48:23.238 INFO O| Mar 18 13:48:23.238 INFO STEP 36 (remove_files) COMPLETE
48802026-03-18T13:48:24.032Z[ recovery-image] Mar 18 13:48:23.238 INFO O| Mar 18 13:48:23.238 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48812026-03-18T13:48:24.043Z[ recovery-image] Mar 18 13:48:23.252 INFO O| Mar 18 13:48:23.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
48822026-03-18T13:48:24.043Z[ recovery-image] Mar 18 13:48:23.252 INFO O| Mar 18 13:48:23.252 INFO STEP 37 (remove_files) COMPLETE
48832026-03-18T13:48:24.043Z[ recovery-image] Mar 18 13:48:23.252 INFO O| Mar 18 13:48:23.252 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48842026-03-18T13:48:24.055Z[ recovery-image] Mar 18 13:48:23.264 INFO O| Mar 18 13:48:23.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
48852026-03-18T13:48:24.055Z[ recovery-image] Mar 18 13:48:23.265 INFO O| Mar 18 13:48:23.265 INFO STEP 38 (remove_files) COMPLETE
48862026-03-18T13:48:24.055Z[ recovery-image] Mar 18 13:48:23.265 INFO O| Mar 18 13:48:23.265 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48872026-03-18T13:48:24.067Z[ recovery-image] Mar 18 13:48:23.276 INFO O| Mar 18 13:48:23.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
48882026-03-18T13:48:24.067Z[ recovery-image] Mar 18 13:48:23.276 INFO O| Mar 18 13:48:23.276 INFO STEP 39 (remove_files) COMPLETE
48892026-03-18T13:48:24.070Z[ recovery-image] Mar 18 13:48:23.276 INFO O| Mar 18 13:48:23.276 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48902026-03-18T13:48:24.078Z[ recovery-image] Mar 18 13:48:23.287 INFO O| Mar 18 13:48:23.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
48912026-03-18T13:48:24.078Z[ recovery-image] Mar 18 13:48:23.287 INFO O| Mar 18 13:48:23.287 INFO STEP 40 (remove_files) COMPLETE
48922026-03-18T13:48:24.078Z[ recovery-image] Mar 18 13:48:23.287 INFO O| Mar 18 13:48:23.287 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48932026-03-18T13:48:24.089Z[ recovery-image] Mar 18 13:48:23.298 INFO O| Mar 18 13:48:23.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
48942026-03-18T13:48:24.089Z[ recovery-image] Mar 18 13:48:23.298 INFO O| Mar 18 13:48:23.298 INFO STEP 41 (remove_files) COMPLETE
48952026-03-18T13:48:24.092Z[ recovery-image] Mar 18 13:48:23.298 INFO O| Mar 18 13:48:23.298 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48962026-03-18T13:48:24.100Z[ recovery-image] Mar 18 13:48:23.309 INFO O| Mar 18 13:48:23.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
48972026-03-18T13:48:24.103Z[ recovery-image] Mar 18 13:48:23.310 INFO O| Mar 18 13:48:23.310 INFO STEP 42 (remove_files) COMPLETE
48982026-03-18T13:48:24.103Z[ recovery-image] Mar 18 13:48:23.311 INFO O| Mar 18 13:48:23.310 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48992026-03-18T13:48:24.114Z[ recovery-image] Mar 18 13:48:23.323 INFO O| Mar 18 13:48:23.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49002026-03-18T13:48:24.114Z[ recovery-image] Mar 18 13:48:23.323 INFO O| Mar 18 13:48:23.323 INFO STEP 43 (remove_files) COMPLETE
49012026-03-18T13:48:24.117Z[ recovery-image] Mar 18 13:48:23.323 INFO O| Mar 18 13:48:23.323 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49022026-03-18T13:48:24.124Z[ recovery-image] Mar 18 13:48:23.334 INFO O| Mar 18 13:48:23.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49032026-03-18T13:48:24.124Z[ recovery-image] Mar 18 13:48:23.334 INFO O| Mar 18 13:48:23.334 INFO STEP 44 (remove_files) COMPLETE
49042026-03-18T13:48:24.127Z[ recovery-image] Mar 18 13:48:23.334 INFO O| Mar 18 13:48:23.334 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49052026-03-18T13:48:24.135Z[ recovery-image] Mar 18 13:48:23.344 INFO O| Mar 18 13:48:23.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49062026-03-18T13:48:24.135Z[ recovery-image] Mar 18 13:48:23.345 INFO O| Mar 18 13:48:23.345 INFO STEP 45 (remove_files) COMPLETE
49072026-03-18T13:48:24.138Z[ recovery-image] Mar 18 13:48:23.345 INFO O| Mar 18 13:48:23.345 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49082026-03-18T13:48:24.146Z[ recovery-image] Mar 18 13:48:23.355 INFO O| Mar 18 13:48:23.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49092026-03-18T13:48:24.146Z[ recovery-image] Mar 18 13:48:23.355 INFO O| Mar 18 13:48:23.355 INFO STEP 46 (remove_files) COMPLETE
49102026-03-18T13:48:24.146Z[ recovery-image] Mar 18 13:48:23.355 INFO O| Mar 18 13:48:23.355 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49112026-03-18T13:48:24.157Z[ recovery-image] Mar 18 13:48:23.366 INFO O| Mar 18 13:48:23.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49122026-03-18T13:48:24.157Z[ recovery-image] Mar 18 13:48:23.366 INFO O| Mar 18 13:48:23.366 INFO STEP 47 (remove_files) COMPLETE
49132026-03-18T13:48:24.157Z[ recovery-image] Mar 18 13:48:23.366 INFO O| Mar 18 13:48:23.366 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49142026-03-18T13:48:24.168Z[ recovery-image] Mar 18 13:48:23.377 INFO O| Mar 18 13:48:23.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49152026-03-18T13:48:24.168Z[ recovery-image] Mar 18 13:48:23.377 INFO O| Mar 18 13:48:23.377 INFO STEP 48 (remove_files) COMPLETE
49162026-03-18T13:48:24.168Z[ recovery-image] Mar 18 13:48:23.377 INFO O| Mar 18 13:48:23.377 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49172026-03-18T13:48:24.179Z[ recovery-image] Mar 18 13:48:23.388 INFO O| Mar 18 13:48:23.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49182026-03-18T13:48:24.182Z[ recovery-image] Mar 18 13:48:23.389 INFO O| Mar 18 13:48:23.389 INFO STEP 49 (remove_files) COMPLETE
49192026-03-18T13:48:24.182Z[ recovery-image] Mar 18 13:48:23.389 INFO O| Mar 18 13:48:23.389 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49202026-03-18T13:48:24.192Z[ recovery-image] Mar 18 13:48:23.401 INFO O| Mar 18 13:48:23.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49212026-03-18T13:48:24.195Z[ recovery-image] Mar 18 13:48:23.402 INFO O| Mar 18 13:48:23.402 INFO STEP 50 (remove_files) COMPLETE
49222026-03-18T13:48:24.195Z[ recovery-image] Mar 18 13:48:23.402 INFO O| Mar 18 13:48:23.402 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49232026-03-18T13:48:24.204Z[ recovery-image] Mar 18 13:48:23.412 INFO O| Mar 18 13:48:23.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49242026-03-18T13:48:24.204Z[ recovery-image] Mar 18 13:48:23.412 INFO O| Mar 18 13:48:23.412 INFO STEP 51 (remove_files) COMPLETE
49252026-03-18T13:48:24.206Z[ recovery-image] Mar 18 13:48:23.412 INFO O| Mar 18 13:48:23.412 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49262026-03-18T13:48:24.214Z[ recovery-image] Mar 18 13:48:23.423 INFO O| Mar 18 13:48:23.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49272026-03-18T13:48:24.214Z[ recovery-image] Mar 18 13:48:23.423 INFO O| Mar 18 13:48:23.423 INFO STEP 52 (remove_files) COMPLETE
49282026-03-18T13:48:24.214Z[ recovery-image] Mar 18 13:48:23.423 INFO O| Mar 18 13:48:23.423 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49292026-03-18T13:48:24.225Z[ recovery-image] Mar 18 13:48:23.434 INFO O| Mar 18 13:48:23.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49302026-03-18T13:48:24.225Z[ recovery-image] Mar 18 13:48:23.434 INFO O| Mar 18 13:48:23.434 INFO STEP 53 (remove_files) COMPLETE
49312026-03-18T13:48:24.228Z[ recovery-image] Mar 18 13:48:23.434 INFO O| Mar 18 13:48:23.434 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49322026-03-18T13:48:24.236Z[ recovery-image] Mar 18 13:48:23.445 INFO O| Mar 18 13:48:23.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49332026-03-18T13:48:24.236Z[ recovery-image] Mar 18 13:48:23.445 INFO O| Mar 18 13:48:23.445 INFO STEP 54 (remove_files) COMPLETE
49342026-03-18T13:48:24.239Z[ recovery-image] Mar 18 13:48:23.445 INFO O| Mar 18 13:48:23.445 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49352026-03-18T13:48:24.246Z[ recovery-image] Mar 18 13:48:23.456 INFO O| Mar 18 13:48:23.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49362026-03-18T13:48:24.247Z[ recovery-image] Mar 18 13:48:23.456 INFO O| Mar 18 13:48:23.456 INFO STEP 55 (remove_files) COMPLETE
49372026-03-18T13:48:24.247Z[ recovery-image] Mar 18 13:48:23.456 INFO O| Mar 18 13:48:23.456 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49382026-03-18T13:48:24.258Z[ recovery-image] Mar 18 13:48:23.467 INFO O| Mar 18 13:48:23.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49392026-03-18T13:48:24.258Z[ recovery-image] Mar 18 13:48:23.467 INFO O| Mar 18 13:48:23.467 INFO STEP 56 (remove_files) COMPLETE
49402026-03-18T13:48:24.258Z[ recovery-image] Mar 18 13:48:23.467 INFO O| Mar 18 13:48:23.467 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49412026-03-18T13:48:24.269Z[ recovery-image] Mar 18 13:48:23.478 INFO O| Mar 18 13:48:23.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49422026-03-18T13:48:24.269Z[ recovery-image] Mar 18 13:48:23.478 INFO O| Mar 18 13:48:23.478 INFO STEP 57 (remove_files) COMPLETE
49432026-03-18T13:48:24.272Z[ recovery-image] Mar 18 13:48:23.478 INFO O| Mar 18 13:48:23.478 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49442026-03-18T13:48:24.280Z[ recovery-image] Mar 18 13:48:23.490 INFO O| Mar 18 13:48:23.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49452026-03-18T13:48:24.280Z[ recovery-image] Mar 18 13:48:23.490 INFO O| Mar 18 13:48:23.490 INFO STEP 58 (remove_files) COMPLETE
49462026-03-18T13:48:24.280Z[ recovery-image] Mar 18 13:48:23.490 INFO O| Mar 18 13:48:23.490 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49472026-03-18T13:48:24.291Z[ recovery-image] Mar 18 13:48:23.501 INFO O| Mar 18 13:48:23.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49482026-03-18T13:48:24.291Z[ recovery-image] Mar 18 13:48:23.501 INFO O| Mar 18 13:48:23.501 INFO STEP 59 (remove_files) COMPLETE
49492026-03-18T13:48:24.292Z[ recovery-image] Mar 18 13:48:23.501 INFO O| Mar 18 13:48:23.501 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49502026-03-18T13:48:24.303Z[ recovery-image] Mar 18 13:48:23.512 INFO O| Mar 18 13:48:23.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49512026-03-18T13:48:24.303Z[ recovery-image] Mar 18 13:48:23.512 INFO O| Mar 18 13:48:23.512 INFO STEP 60 (remove_files) COMPLETE
49522026-03-18T13:48:24.303Z[ recovery-image] Mar 18 13:48:23.512 INFO O| Mar 18 13:48:23.512 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49532026-03-18T13:48:24.314Z[ recovery-image] Mar 18 13:48:23.523 INFO O| Mar 18 13:48:23.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49542026-03-18T13:48:24.314Z[ recovery-image] Mar 18 13:48:23.523 INFO O| Mar 18 13:48:23.523 INFO STEP 61 (remove_files) COMPLETE
49552026-03-18T13:48:24.317Z[ recovery-image] Mar 18 13:48:23.523 INFO O| Mar 18 13:48:23.523 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49562026-03-18T13:48:24.326Z[ recovery-image] Mar 18 13:48:23.535 INFO O| Mar 18 13:48:23.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49572026-03-18T13:48:24.329Z[ recovery-image] Mar 18 13:48:23.536 INFO O| Mar 18 13:48:23.536 INFO STEP 62 (remove_files) COMPLETE
49582026-03-18T13:48:24.329Z[ recovery-image] Mar 18 13:48:23.536 INFO O| Mar 18 13:48:23.536 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49592026-03-18T13:48:24.338Z[ recovery-image] Mar 18 13:48:23.548 INFO O| Mar 18 13:48:23.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49602026-03-18T13:48:24.339Z[ recovery-image] Mar 18 13:48:23.548 INFO O| Mar 18 13:48:23.548 INFO STEP 63 (remove_files) COMPLETE
49612026-03-18T13:48:24.339Z[ recovery-image] Mar 18 13:48:23.548 INFO O| Mar 18 13:48:23.548 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49622026-03-18T13:48:24.350Z[ recovery-image] Mar 18 13:48:23.559 INFO O| Mar 18 13:48:23.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
49632026-03-18T13:48:24.350Z[ recovery-image] Mar 18 13:48:23.560 INFO O| Mar 18 13:48:23.560 INFO STEP 64 (remove_files) COMPLETE
49642026-03-18T13:48:24.353Z[ recovery-image] Mar 18 13:48:23.560 INFO O| Mar 18 13:48:23.560 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49652026-03-18T13:48:24.361Z[ recovery-image] Mar 18 13:48:23.571 INFO O| Mar 18 13:48:23.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
49662026-03-18T13:48:24.361Z[ recovery-image] Mar 18 13:48:23.571 INFO O| Mar 18 13:48:23.571 INFO STEP 65 (remove_files) COMPLETE
49672026-03-18T13:48:24.364Z[ recovery-image] Mar 18 13:48:23.571 INFO O| Mar 18 13:48:23.571 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49682026-03-18T13:48:24.373Z[ recovery-image] Mar 18 13:48:23.582 INFO O| Mar 18 13:48:23.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
49692026-03-18T13:48:24.373Z[ recovery-image] Mar 18 13:48:23.582 INFO O| Mar 18 13:48:23.582 INFO STEP 66 (remove_files) COMPLETE
49702026-03-18T13:48:24.376Z[ recovery-image] Mar 18 13:48:23.582 INFO O| Mar 18 13:48:23.582 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49712026-03-18T13:48:24.384Z[ recovery-image] Mar 18 13:48:23.593 INFO O| Mar 18 13:48:23.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
49722026-03-18T13:48:24.384Z[ recovery-image] Mar 18 13:48:23.593 INFO O| Mar 18 13:48:23.593 INFO STEP 67 (remove_files) COMPLETE
49732026-03-18T13:48:24.384Z[ recovery-image] Mar 18 13:48:23.593 INFO O| Mar 18 13:48:23.593 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49742026-03-18T13:48:24.395Z[ recovery-image] Mar 18 13:48:23.604 INFO O| Mar 18 13:48:23.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
49752026-03-18T13:48:24.395Z[ recovery-image] Mar 18 13:48:23.604 INFO O| Mar 18 13:48:23.604 INFO STEP 68 (remove_files) COMPLETE
49762026-03-18T13:48:24.398Z[ recovery-image] Mar 18 13:48:23.604 INFO O| Mar 18 13:48:23.604 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49772026-03-18T13:48:24.405Z[ recovery-image] Mar 18 13:48:23.615 INFO O| Mar 18 13:48:23.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
49782026-03-18T13:48:24.405Z[ recovery-image] Mar 18 13:48:23.615 INFO O| Mar 18 13:48:23.615 INFO STEP 69 (remove_files) COMPLETE
49792026-03-18T13:48:24.405Z[ recovery-image] Mar 18 13:48:23.615 INFO O| Mar 18 13:48:23.615 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49802026-03-18T13:48:24.417Z[ recovery-image] Mar 18 13:48:23.626 INFO O| Mar 18 13:48:23.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
49812026-03-18T13:48:24.417Z[ recovery-image] Mar 18 13:48:23.626 INFO O| Mar 18 13:48:23.626 INFO STEP 70 (remove_files) COMPLETE
49822026-03-18T13:48:24.417Z[ recovery-image] Mar 18 13:48:23.626 INFO O| Mar 18 13:48:23.626 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49832026-03-18T13:48:24.428Z[ recovery-image] Mar 18 13:48:23.637 INFO O| Mar 18 13:48:23.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
49842026-03-18T13:48:24.428Z[ recovery-image] Mar 18 13:48:23.637 INFO O| Mar 18 13:48:23.637 INFO STEP 71 (remove_files) COMPLETE
49852026-03-18T13:48:24.428Z[ recovery-image] Mar 18 13:48:23.638 INFO O| Mar 18 13:48:23.637 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49862026-03-18T13:48:24.439Z[ recovery-image] Mar 18 13:48:23.648 INFO O| Mar 18 13:48:23.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
49872026-03-18T13:48:24.439Z[ recovery-image] Mar 18 13:48:23.649 INFO O| Mar 18 13:48:23.648 INFO STEP 72 (remove_files) COMPLETE
49882026-03-18T13:48:24.442Z[ recovery-image] Mar 18 13:48:23.649 INFO O| Mar 18 13:48:23.649 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49892026-03-18T13:48:24.451Z[ recovery-image] Mar 18 13:48:23.660 INFO O| Mar 18 13:48:23.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
49902026-03-18T13:48:24.451Z[ recovery-image] Mar 18 13:48:23.660 INFO O| Mar 18 13:48:23.660 INFO STEP 73 (remove_files) COMPLETE
49912026-03-18T13:48:24.451Z[ recovery-image] Mar 18 13:48:23.660 INFO O| Mar 18 13:48:23.660 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49922026-03-18T13:48:24.462Z[ recovery-image] Mar 18 13:48:23.671 INFO O| Mar 18 13:48:23.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
49932026-03-18T13:48:24.462Z[ recovery-image] Mar 18 13:48:23.672 INFO O| Mar 18 13:48:23.672 INFO STEP 74 (remove_files) COMPLETE
49942026-03-18T13:48:24.465Z[ recovery-image] Mar 18 13:48:23.672 INFO O| Mar 18 13:48:23.672 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49952026-03-18T13:48:24.474Z[ recovery-image] Mar 18 13:48:23.683 INFO O| Mar 18 13:48:23.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
49962026-03-18T13:48:24.474Z[ recovery-image] Mar 18 13:48:23.683 INFO O| Mar 18 13:48:23.683 INFO STEP 75 (remove_files) COMPLETE
49972026-03-18T13:48:24.477Z[ recovery-image] Mar 18 13:48:23.683 INFO O| Mar 18 13:48:23.683 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49982026-03-18T13:48:24.486Z[ recovery-image] Mar 18 13:48:23.696 INFO O| Mar 18 13:48:23.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
49992026-03-18T13:48:24.486Z[ recovery-image] Mar 18 13:48:23.696 INFO O| Mar 18 13:48:23.696 INFO STEP 76 (remove_files) COMPLETE
50002026-03-18T13:48:24.489Z[ recovery-image] Mar 18 13:48:23.696 INFO O| Mar 18 13:48:23.696 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50012026-03-18T13:48:24.497Z[ recovery-image] Mar 18 13:48:23.707 INFO O| Mar 18 13:48:23.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50022026-03-18T13:48:24.497Z[ recovery-image] Mar 18 13:48:23.707 INFO O| Mar 18 13:48:23.707 INFO STEP 77 (remove_files) COMPLETE
50032026-03-18T13:48:24.500Z[ recovery-image] Mar 18 13:48:23.707 INFO O| Mar 18 13:48:23.707 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50042026-03-18T13:48:24.509Z[ recovery-image] Mar 18 13:48:23.718 INFO O| Mar 18 13:48:23.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50052026-03-18T13:48:24.509Z[ recovery-image] Mar 18 13:48:23.718 INFO O| Mar 18 13:48:23.718 INFO STEP 78 (remove_files) COMPLETE
50062026-03-18T13:48:24.512Z[ recovery-image] Mar 18 13:48:23.718 INFO O| Mar 18 13:48:23.718 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50072026-03-18T13:48:24.520Z[ recovery-image] Mar 18 13:48:23.729 INFO O| Mar 18 13:48:23.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50082026-03-18T13:48:24.520Z[ recovery-image] Mar 18 13:48:23.729 INFO O| Mar 18 13:48:23.729 INFO STEP 79 (remove_files) COMPLETE
50092026-03-18T13:48:24.523Z[ recovery-image] Mar 18 13:48:23.729 INFO O| Mar 18 13:48:23.729 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50102026-03-18T13:48:24.531Z[ recovery-image] Mar 18 13:48:23.740 INFO O| Mar 18 13:48:23.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50112026-03-18T13:48:24.534Z[ recovery-image] Mar 18 13:48:23.741 INFO O| Mar 18 13:48:23.741 INFO STEP 80 (remove_files) COMPLETE
50122026-03-18T13:48:24.534Z[ recovery-image] Mar 18 13:48:23.741 INFO O| Mar 18 13:48:23.741 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50132026-03-18T13:48:24.558Z[ recovery-image] Mar 18 13:48:23.753 INFO O| Mar 18 13:48:23.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50142026-03-18T13:48:24.558Z[ recovery-image] Mar 18 13:48:23.754 INFO O| Mar 18 13:48:23.754 INFO STEP 81 (remove_files) COMPLETE
50152026-03-18T13:48:24.558Z[ recovery-image] Mar 18 13:48:23.754 INFO O| Mar 18 13:48:23.754 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50162026-03-18T13:48:24.558Z[ recovery-image] Mar 18 13:48:23.766 INFO O| Mar 18 13:48:23.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50172026-03-18T13:48:24.558Z[ recovery-image] Mar 18 13:48:23.767 INFO O| Mar 18 13:48:23.767 INFO STEP 82 (remove_files) COMPLETE
50182026-03-18T13:48:24.558Z[ recovery-image] Mar 18 13:48:23.767 INFO O| Mar 18 13:48:23.767 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50192026-03-18T13:48:24.568Z[ recovery-image] Mar 18 13:48:23.778 INFO O| Mar 18 13:48:23.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50202026-03-18T13:48:24.569Z[ recovery-image] Mar 18 13:48:23.778 INFO O| Mar 18 13:48:23.778 INFO STEP 83 (remove_files) COMPLETE
50212026-03-18T13:48:24.572Z[ recovery-image] Mar 18 13:48:23.778 INFO O| Mar 18 13:48:23.778 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50222026-03-18T13:48:24.580Z[ recovery-image] Mar 18 13:48:23.789 INFO O| Mar 18 13:48:23.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50232026-03-18T13:48:24.580Z[ recovery-image] Mar 18 13:48:23.789 INFO O| Mar 18 13:48:23.789 INFO STEP 84 (remove_files) COMPLETE
50242026-03-18T13:48:24.583Z[ recovery-image] Mar 18 13:48:23.789 INFO O| Mar 18 13:48:23.789 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50252026-03-18T13:48:24.591Z[ recovery-image] Mar 18 13:48:23.800 INFO O| Mar 18 13:48:23.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50262026-03-18T13:48:24.591Z[ recovery-image] Mar 18 13:48:23.800 INFO O| Mar 18 13:48:23.800 INFO STEP 85 (remove_files) COMPLETE
50272026-03-18T13:48:24.594Z[ recovery-image] Mar 18 13:48:23.800 INFO O| Mar 18 13:48:23.800 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50282026-03-18T13:48:24.602Z[ recovery-image] Mar 18 13:48:23.811 INFO O| Mar 18 13:48:23.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50292026-03-18T13:48:24.602Z[ recovery-image] Mar 18 13:48:23.811 INFO O| Mar 18 13:48:23.811 INFO STEP 86 (remove_files) COMPLETE
50302026-03-18T13:48:24.602Z[ recovery-image] Mar 18 13:48:23.811 INFO O| Mar 18 13:48:23.811 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50312026-03-18T13:48:24.613Z[ recovery-image] Mar 18 13:48:23.822 INFO O| Mar 18 13:48:23.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50322026-03-18T13:48:24.613Z[ recovery-image] Mar 18 13:48:23.823 INFO O| Mar 18 13:48:23.823 INFO STEP 87 (remove_files) COMPLETE
50332026-03-18T13:48:24.616Z[ recovery-image] Mar 18 13:48:23.823 INFO O| Mar 18 13:48:23.823 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50342026-03-18T13:48:24.624Z[ recovery-image] Mar 18 13:48:23.833 INFO O| Mar 18 13:48:23.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50352026-03-18T13:48:24.624Z[ recovery-image] Mar 18 13:48:23.833 INFO O| Mar 18 13:48:23.833 INFO STEP 88 (remove_files) COMPLETE
50362026-03-18T13:48:24.627Z[ recovery-image] Mar 18 13:48:23.833 INFO O| Mar 18 13:48:23.833 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50372026-03-18T13:48:24.635Z[ recovery-image] Mar 18 13:48:23.844 INFO O| Mar 18 13:48:23.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50382026-03-18T13:48:24.635Z[ recovery-image] Mar 18 13:48:23.844 INFO O| Mar 18 13:48:23.844 INFO STEP 89 (remove_files) COMPLETE
50392026-03-18T13:48:24.638Z[ recovery-image] Mar 18 13:48:23.844 INFO O| Mar 18 13:48:23.844 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50402026-03-18T13:48:24.646Z[ recovery-image] Mar 18 13:48:23.855 INFO O| Mar 18 13:48:23.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50412026-03-18T13:48:24.646Z[ recovery-image] Mar 18 13:48:23.855 INFO O| Mar 18 13:48:23.855 INFO STEP 90 (remove_files) COMPLETE
50422026-03-18T13:48:24.649Z[ recovery-image] Mar 18 13:48:23.855 INFO O| Mar 18 13:48:23.855 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50432026-03-18T13:48:24.657Z[ recovery-image] Mar 18 13:48:23.866 INFO O| Mar 18 13:48:23.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50442026-03-18T13:48:24.660Z[ recovery-image] Mar 18 13:48:23.867 INFO O| Mar 18 13:48:23.867 INFO STEP 91 (remove_files) COMPLETE
50452026-03-18T13:48:24.660Z[ recovery-image] Mar 18 13:48:23.867 INFO O| Mar 18 13:48:23.867 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50462026-03-18T13:48:24.669Z[ recovery-image] Mar 18 13:48:23.879 INFO O| Mar 18 13:48:23.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50472026-03-18T13:48:24.670Z[ recovery-image] Mar 18 13:48:23.879 INFO O| Mar 18 13:48:23.879 INFO STEP 92 (remove_files) COMPLETE
50482026-03-18T13:48:24.672Z[ recovery-image] Mar 18 13:48:23.879 INFO O| Mar 18 13:48:23.879 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50492026-03-18T13:48:24.681Z[ recovery-image] Mar 18 13:48:23.890 INFO O| Mar 18 13:48:23.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50502026-03-18T13:48:24.681Z[ recovery-image] Mar 18 13:48:23.890 INFO O| Mar 18 13:48:23.890 INFO STEP 93 (remove_files) COMPLETE
50512026-03-18T13:48:24.684Z[ recovery-image] Mar 18 13:48:23.890 INFO O| Mar 18 13:48:23.890 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50522026-03-18T13:48:24.693Z[ recovery-image] Mar 18 13:48:23.902 INFO O| Mar 18 13:48:23.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50532026-03-18T13:48:24.693Z[ recovery-image] Mar 18 13:48:23.902 INFO O| Mar 18 13:48:23.902 INFO STEP 94 (remove_files) COMPLETE
50542026-03-18T13:48:24.696Z[ recovery-image] Mar 18 13:48:23.902 INFO O| Mar 18 13:48:23.902 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50552026-03-18T13:48:24.704Z[ recovery-image] Mar 18 13:48:23.913 INFO O| Mar 18 13:48:23.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50562026-03-18T13:48:24.704Z[ recovery-image] Mar 18 13:48:23.913 INFO O| Mar 18 13:48:23.913 INFO STEP 95 (remove_files) COMPLETE
50572026-03-18T13:48:24.707Z[ recovery-image] Mar 18 13:48:23.913 INFO O| Mar 18 13:48:23.913 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50582026-03-18T13:48:24.715Z[ recovery-image] Mar 18 13:48:23.924 INFO O| Mar 18 13:48:23.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50592026-03-18T13:48:24.715Z[ recovery-image] Mar 18 13:48:23.924 INFO O| Mar 18 13:48:23.924 INFO STEP 96 (remove_files) COMPLETE
50602026-03-18T13:48:24.718Z[ recovery-image] Mar 18 13:48:23.924 INFO O| Mar 18 13:48:23.924 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50612026-03-18T13:48:24.726Z[ recovery-image] Mar 18 13:48:23.935 INFO O| Mar 18 13:48:23.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50622026-03-18T13:48:24.726Z[ recovery-image] Mar 18 13:48:23.935 INFO O| Mar 18 13:48:23.935 INFO STEP 97 (remove_files) COMPLETE
50632026-03-18T13:48:24.729Z[ recovery-image] Mar 18 13:48:23.935 INFO O| Mar 18 13:48:23.935 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50642026-03-18T13:48:24.737Z[ recovery-image] Mar 18 13:48:23.946 INFO O| Mar 18 13:48:23.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
50652026-03-18T13:48:24.737Z[ recovery-image] Mar 18 13:48:23.946 INFO O| Mar 18 13:48:23.946 INFO STEP 98 (remove_files) COMPLETE
50662026-03-18T13:48:24.740Z[ recovery-image] Mar 18 13:48:23.946 INFO O| Mar 18 13:48:23.946 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50672026-03-18T13:48:24.747Z[ recovery-image] Mar 18 13:48:23.957 INFO O| Mar 18 13:48:23.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
50682026-03-18T13:48:24.748Z[ recovery-image] Mar 18 13:48:23.957 INFO O| Mar 18 13:48:23.957 INFO STEP 99 (remove_files) COMPLETE
50692026-03-18T13:48:24.750Z[ recovery-image] Mar 18 13:48:23.957 INFO O| Mar 18 13:48:23.957 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50702026-03-18T13:48:24.758Z[ recovery-image] Mar 18 13:48:23.968 INFO O| Mar 18 13:48:23.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
50712026-03-18T13:48:24.761Z[ recovery-image] Mar 18 13:48:23.968 INFO O| Mar 18 13:48:23.968 INFO STEP 100 (remove_files) COMPLETE
50722026-03-18T13:48:24.761Z[ recovery-image] Mar 18 13:48:23.968 INFO O| Mar 18 13:48:23.968 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50732026-03-18T13:48:24.770Z[ recovery-image] Mar 18 13:48:23.979 INFO O| Mar 18 13:48:23.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
50742026-03-18T13:48:24.770Z[ recovery-image] Mar 18 13:48:23.979 INFO O| Mar 18 13:48:23.979 INFO STEP 101 (remove_files) COMPLETE
50752026-03-18T13:48:24.773Z[ recovery-image] Mar 18 13:48:23.979 INFO O| Mar 18 13:48:23.979 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50762026-03-18T13:48:24.781Z[ recovery-image] Mar 18 13:48:23.990 INFO O| Mar 18 13:48:23.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
50772026-03-18T13:48:24.781Z[ recovery-image] Mar 18 13:48:23.990 INFO O| Mar 18 13:48:23.990 INFO STEP 102 (remove_files) COMPLETE
50782026-03-18T13:48:24.784Z[ recovery-image] Mar 18 13:48:23.990 INFO O| Mar 18 13:48:23.990 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50792026-03-18T13:48:24.794Z[ recovery-image] Mar 18 13:48:24.003 INFO O| Mar 18 13:48:24.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
50802026-03-18T13:48:24.794Z[ recovery-image] Mar 18 13:48:24.003 INFO O| Mar 18 13:48:24.003 INFO STEP 103 (remove_files) COMPLETE
50812026-03-18T13:48:24.794Z[ recovery-image] Mar 18 13:48:24.003 INFO O| Mar 18 13:48:24.003 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50822026-03-18T13:48:24.807Z[ recovery-image] Mar 18 13:48:24.016 INFO O| Mar 18 13:48:24.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
50832026-03-18T13:48:24.807Z[ recovery-image] Mar 18 13:48:24.016 INFO O| Mar 18 13:48:24.016 INFO STEP 104 (remove_files) COMPLETE
50842026-03-18T13:48:24.807Z[ recovery-image] Mar 18 13:48:24.017 INFO O| Mar 18 13:48:24.016 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50852026-03-18T13:48:24.820Z[ recovery-image] Mar 18 13:48:24.029 INFO O| Mar 18 13:48:24.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
50862026-03-18T13:48:24.820Z[ recovery-image] Mar 18 13:48:24.029 INFO O| Mar 18 13:48:24.029 INFO STEP 105 (remove_files) COMPLETE
50872026-03-18T13:48:24.823Z[ recovery-image] Mar 18 13:48:24.029 INFO O| Mar 18 13:48:24.029 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50882026-03-18T13:48:24.832Z[ recovery-image] Mar 18 13:48:24.042 INFO O| Mar 18 13:48:24.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
50892026-03-18T13:48:24.832Z[ recovery-image] Mar 18 13:48:24.042 INFO O| Mar 18 13:48:24.042 INFO STEP 106 (remove_files) COMPLETE
50902026-03-18T13:48:24.835Z[ recovery-image] Mar 18 13:48:24.042 INFO O| Mar 18 13:48:24.042 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50912026-03-18T13:48:24.844Z[ recovery-image] Mar 18 13:48:24.053 INFO O| Mar 18 13:48:24.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
50922026-03-18T13:48:24.844Z[ recovery-image] Mar 18 13:48:24.053 INFO O| Mar 18 13:48:24.053 INFO STEP 107 (remove_files) COMPLETE
50932026-03-18T13:48:24.847Z[ recovery-image] Mar 18 13:48:24.053 INFO O| Mar 18 13:48:24.053 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50942026-03-18T13:48:24.856Z[ recovery-image] Mar 18 13:48:24.065 INFO O| Mar 18 13:48:24.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
50952026-03-18T13:48:24.856Z[ recovery-image] Mar 18 13:48:24.065 INFO O| Mar 18 13:48:24.065 INFO STEP 108 (remove_files) COMPLETE
50962026-03-18T13:48:24.859Z[ recovery-image] Mar 18 13:48:24.065 INFO O| Mar 18 13:48:24.065 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50972026-03-18T13:48:24.867Z[ recovery-image] Mar 18 13:48:24.076 INFO O| Mar 18 13:48:24.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
50982026-03-18T13:48:24.867Z[ recovery-image] Mar 18 13:48:24.076 INFO O| Mar 18 13:48:24.076 INFO STEP 109 (remove_files) COMPLETE
50992026-03-18T13:48:24.870Z[ recovery-image] Mar 18 13:48:24.076 INFO O| Mar 18 13:48:24.076 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51002026-03-18T13:48:24.878Z[ recovery-image] Mar 18 13:48:24.087 INFO O| Mar 18 13:48:24.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51012026-03-18T13:48:24.878Z[ recovery-image] Mar 18 13:48:24.087 INFO O| Mar 18 13:48:24.087 INFO STEP 110 (remove_files) COMPLETE
51022026-03-18T13:48:24.881Z[ recovery-image] Mar 18 13:48:24.088 INFO O| Mar 18 13:48:24.087 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51032026-03-18T13:48:24.889Z[ recovery-image] Mar 18 13:48:24.098 INFO O| Mar 18 13:48:24.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51042026-03-18T13:48:24.895Z[ recovery-image] Mar 18 13:48:24.105 INFO O| Mar 18 13:48:24.099 INFO STEP 111 (remove_files) COMPLETE
51052026-03-18T13:48:24.895Z[ recovery-image] Mar 18 13:48:24.105 INFO O| Mar 18 13:48:24.105 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51062026-03-18T13:48:24.908Z[ recovery-image] Mar 18 13:48:24.117 INFO O| Mar 18 13:48:24.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51072026-03-18T13:48:24.908Z[ recovery-image] Mar 18 13:48:24.117 INFO O| Mar 18 13:48:24.117 INFO STEP 112 (remove_files) COMPLETE
51082026-03-18T13:48:24.911Z[ recovery-image] Mar 18 13:48:24.117 INFO O| Mar 18 13:48:24.117 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51092026-03-18T13:48:24.942Z[ recovery-image] Mar 18 13:48:24.151 INFO O| Mar 18 13:48:24.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51102026-03-18T13:48:24.942Z[ recovery-image] Mar 18 13:48:24.151 INFO O| Mar 18 13:48:24.151 INFO STEP 113 (remove_files) COMPLETE
51112026-03-18T13:48:24.944Z[ recovery-image] Mar 18 13:48:24.151 INFO O| Mar 18 13:48:24.151 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51122026-03-18T13:48:24.955Z[ recovery-image] Mar 18 13:48:24.164 INFO O| Mar 18 13:48:24.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51132026-03-18T13:48:24.955Z[ recovery-image] Mar 18 13:48:24.164 INFO O| Mar 18 13:48:24.164 INFO STEP 114 (remove_files) COMPLETE
51142026-03-18T13:48:24.958Z[ recovery-image] Mar 18 13:48:24.164 INFO O| Mar 18 13:48:24.164 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51152026-03-18T13:48:24.979Z[ recovery-image] Mar 18 13:48:24.175 INFO O| Mar 18 13:48:24.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51162026-03-18T13:48:24.979Z[ recovery-image] Mar 18 13:48:24.175 INFO O| Mar 18 13:48:24.175 INFO STEP 115 (remove_files) COMPLETE
51172026-03-18T13:48:24.979Z[ recovery-image] Mar 18 13:48:24.175 INFO O| Mar 18 13:48:24.175 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51182026-03-18T13:48:24.989Z[ recovery-image] Mar 18 13:48:24.198 INFO O| Mar 18 13:48:24.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51192026-03-18T13:48:24.989Z[ recovery-image] Mar 18 13:48:24.198 INFO O| Mar 18 13:48:24.198 INFO STEP 116 (remove_files) COMPLETE
51202026-03-18T13:48:24.992Z[ recovery-image] Mar 18 13:48:24.198 INFO O| Mar 18 13:48:24.198 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51212026-03-18T13:48:25.003Z[ recovery-image] Mar 18 13:48:24.212 INFO O| Mar 18 13:48:24.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51222026-03-18T13:48:25.003Z[ recovery-image] Mar 18 13:48:24.212 INFO O| Mar 18 13:48:24.212 INFO STEP 117 (remove_files) COMPLETE
51232026-03-18T13:48:25.003Z[ recovery-image] Mar 18 13:48:24.212 INFO O| Mar 18 13:48:24.212 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51242026-03-18T13:48:25.015Z[ recovery-image] Mar 18 13:48:24.224 INFO O| Mar 18 13:48:24.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51252026-03-18T13:48:25.016Z[ recovery-image] Mar 18 13:48:24.225 INFO O| Mar 18 13:48:24.225 INFO STEP 118 (remove_files) COMPLETE
51262026-03-18T13:48:25.016Z[ recovery-image] Mar 18 13:48:24.225 INFO O| Mar 18 13:48:24.225 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51272026-03-18T13:48:25.027Z[ recovery-image] Mar 18 13:48:24.236 INFO O| Mar 18 13:48:24.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51282026-03-18T13:48:25.027Z[ recovery-image] Mar 18 13:48:24.236 INFO O| Mar 18 13:48:24.236 INFO STEP 119 (remove_files) COMPLETE
51292026-03-18T13:48:25.027Z[ recovery-image] Mar 18 13:48:24.236 INFO O| Mar 18 13:48:24.236 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51302026-03-18T13:48:25.040Z[ recovery-image] Mar 18 13:48:24.249 INFO O| Mar 18 13:48:24.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51312026-03-18T13:48:25.040Z[ recovery-image] Mar 18 13:48:24.249 INFO O| Mar 18 13:48:24.249 INFO STEP 120 (remove_files) COMPLETE
51322026-03-18T13:48:25.040Z[ recovery-image] Mar 18 13:48:24.249 INFO O| Mar 18 13:48:24.249 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51332026-03-18T13:48:25.053Z[ recovery-image] Mar 18 13:48:24.262 INFO O| Mar 18 13:48:24.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51342026-03-18T13:48:25.053Z[ recovery-image] Mar 18 13:48:24.262 INFO O| Mar 18 13:48:24.262 INFO STEP 121 (remove_files) COMPLETE
51352026-03-18T13:48:25.053Z[ recovery-image] Mar 18 13:48:24.262 INFO O| Mar 18 13:48:24.262 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51362026-03-18T13:48:25.064Z[ recovery-image] Mar 18 13:48:24.273 INFO O| Mar 18 13:48:24.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51372026-03-18T13:48:25.064Z[ recovery-image] Mar 18 13:48:24.273 INFO O| Mar 18 13:48:24.273 INFO STEP 122 (remove_files) COMPLETE
51382026-03-18T13:48:25.064Z[ recovery-image] Mar 18 13:48:24.273 INFO O| Mar 18 13:48:24.273 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51392026-03-18T13:48:25.074Z[ recovery-image] Mar 18 13:48:24.283 INFO O| Mar 18 13:48:24.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51402026-03-18T13:48:25.074Z[ recovery-image] Mar 18 13:48:24.283 INFO O| Mar 18 13:48:24.283 INFO STEP 123 (remove_files) COMPLETE
51412026-03-18T13:48:25.077Z[ recovery-image] Mar 18 13:48:24.283 INFO O| Mar 18 13:48:24.283 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51422026-03-18T13:48:25.084Z[ recovery-image] Mar 18 13:48:24.294 INFO O| Mar 18 13:48:24.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51432026-03-18T13:48:25.084Z[ recovery-image] Mar 18 13:48:24.294 INFO O| Mar 18 13:48:24.294 INFO STEP 124 (remove_files) COMPLETE
51442026-03-18T13:48:25.087Z[ recovery-image] Mar 18 13:48:24.294 INFO O| Mar 18 13:48:24.294 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51452026-03-18T13:48:25.095Z[ recovery-image] Mar 18 13:48:24.304 INFO O| Mar 18 13:48:24.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51462026-03-18T13:48:25.095Z[ recovery-image] Mar 18 13:48:24.304 INFO O| Mar 18 13:48:24.304 INFO STEP 125 (remove_files) COMPLETE
51472026-03-18T13:48:25.095Z[ recovery-image] Mar 18 13:48:24.304 INFO O| Mar 18 13:48:24.304 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51482026-03-18T13:48:25.105Z[ recovery-image] Mar 18 13:48:24.315 INFO O| Mar 18 13:48:24.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51492026-03-18T13:48:25.105Z[ recovery-image] Mar 18 13:48:24.315 INFO O| Mar 18 13:48:24.315 INFO STEP 126 (remove_files) COMPLETE
51502026-03-18T13:48:25.108Z[ recovery-image] Mar 18 13:48:24.315 INFO O| Mar 18 13:48:24.315 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51512026-03-18T13:48:25.116Z[ recovery-image] Mar 18 13:48:24.325 INFO O| Mar 18 13:48:24.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51522026-03-18T13:48:25.116Z[ recovery-image] Mar 18 13:48:24.325 INFO O| Mar 18 13:48:24.325 INFO STEP 127 (remove_files) COMPLETE
51532026-03-18T13:48:25.119Z[ recovery-image] Mar 18 13:48:24.325 INFO O| Mar 18 13:48:24.325 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51542026-03-18T13:48:25.126Z[ recovery-image] Mar 18 13:48:24.336 INFO O| Mar 18 13:48:24.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51552026-03-18T13:48:25.126Z[ recovery-image] Mar 18 13:48:24.336 INFO O| Mar 18 13:48:24.336 INFO STEP 128 (remove_files) COMPLETE
51562026-03-18T13:48:25.126Z[ recovery-image] Mar 18 13:48:24.336 INFO O| Mar 18 13:48:24.336 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51572026-03-18T13:48:25.137Z[ recovery-image] Mar 18 13:48:24.346 INFO O| Mar 18 13:48:24.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51582026-03-18T13:48:25.137Z[ recovery-image] Mar 18 13:48:24.346 INFO O| Mar 18 13:48:24.346 INFO STEP 129 (remove_files) COMPLETE
51592026-03-18T13:48:25.137Z[ recovery-image] Mar 18 13:48:24.346 INFO O| Mar 18 13:48:24.346 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51602026-03-18T13:48:25.147Z[ recovery-image] Mar 18 13:48:24.357 INFO O| Mar 18 13:48:24.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51612026-03-18T13:48:25.147Z[ recovery-image] Mar 18 13:48:24.357 INFO O| Mar 18 13:48:24.357 INFO STEP 130 (remove_files) COMPLETE
51622026-03-18T13:48:25.147Z[ recovery-image] Mar 18 13:48:24.357 INFO O| Mar 18 13:48:24.357 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51632026-03-18T13:48:25.157Z[ recovery-image] Mar 18 13:48:24.367 INFO O| Mar 18 13:48:24.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
51642026-03-18T13:48:25.157Z[ recovery-image] Mar 18 13:48:24.367 INFO O| Mar 18 13:48:24.367 INFO STEP 131 (remove_files) COMPLETE
51652026-03-18T13:48:25.160Z[ recovery-image] Mar 18 13:48:24.367 INFO O| Mar 18 13:48:24.367 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51662026-03-18T13:48:25.168Z[ recovery-image] Mar 18 13:48:24.377 INFO O| Mar 18 13:48:24.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
51672026-03-18T13:48:25.168Z[ recovery-image] Mar 18 13:48:24.377 INFO O| Mar 18 13:48:24.377 INFO STEP 132 (remove_files) COMPLETE
51682026-03-18T13:48:25.168Z[ recovery-image] Mar 18 13:48:24.377 INFO O| Mar 18 13:48:24.377 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51692026-03-18T13:48:25.182Z[ recovery-image] Mar 18 13:48:24.391 INFO O| Mar 18 13:48:24.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
51702026-03-18T13:48:25.185Z[ recovery-image] Mar 18 13:48:24.391 INFO O| Mar 18 13:48:24.391 INFO STEP 133 (remove_files) COMPLETE
51712026-03-18T13:48:25.185Z[ recovery-image] Mar 18 13:48:24.391 INFO O| Mar 18 13:48:24.391 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51722026-03-18T13:48:25.193Z[ recovery-image] Mar 18 13:48:24.403 INFO O| Mar 18 13:48:24.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
51732026-03-18T13:48:25.193Z[ recovery-image] Mar 18 13:48:24.403 INFO O| Mar 18 13:48:24.403 INFO STEP 134 (remove_files) COMPLETE
51742026-03-18T13:48:25.196Z[ recovery-image] Mar 18 13:48:24.403 INFO O| Mar 18 13:48:24.403 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51752026-03-18T13:48:25.206Z[ recovery-image] Mar 18 13:48:24.415 INFO O| Mar 18 13:48:24.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
51762026-03-18T13:48:25.206Z[ recovery-image] Mar 18 13:48:24.416 INFO O| Mar 18 13:48:24.415 INFO STEP 135 (remove_files) COMPLETE
51772026-03-18T13:48:25.206Z[ recovery-image] Mar 18 13:48:24.416 INFO O| Mar 18 13:48:24.415 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51782026-03-18T13:48:25.220Z[ recovery-image] Mar 18 13:48:24.429 INFO O| Mar 18 13:48:24.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
51792026-03-18T13:48:25.220Z[ recovery-image] Mar 18 13:48:24.429 INFO O| Mar 18 13:48:24.429 INFO STEP 136 (remove_files) COMPLETE
51802026-03-18T13:48:25.220Z[ recovery-image] Mar 18 13:48:24.429 INFO O| Mar 18 13:48:24.429 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51812026-03-18T13:48:25.232Z[ recovery-image] Mar 18 13:48:24.442 INFO O| Mar 18 13:48:24.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
51822026-03-18T13:48:25.233Z[ recovery-image] Mar 18 13:48:24.442 INFO O| Mar 18 13:48:24.442 INFO STEP 137 (remove_files) COMPLETE
51832026-03-18T13:48:25.233Z[ recovery-image] Mar 18 13:48:24.442 INFO O| Mar 18 13:48:24.442 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51842026-03-18T13:48:25.246Z[ recovery-image] Mar 18 13:48:24.455 INFO O| Mar 18 13:48:24.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
51852026-03-18T13:48:25.246Z[ recovery-image] Mar 18 13:48:24.455 INFO O| Mar 18 13:48:24.455 INFO STEP 138 (remove_files) COMPLETE
51862026-03-18T13:48:25.246Z[ recovery-image] Mar 18 13:48:24.455 INFO O| Mar 18 13:48:24.455 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51872026-03-18T13:48:25.258Z[ recovery-image] Mar 18 13:48:24.467 INFO O| Mar 18 13:48:24.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
51882026-03-18T13:48:25.258Z[ recovery-image] Mar 18 13:48:24.467 INFO O| Mar 18 13:48:24.467 INFO STEP 139 (remove_files) COMPLETE
51892026-03-18T13:48:25.258Z[ recovery-image] Mar 18 13:48:24.467 INFO O| Mar 18 13:48:24.467 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51902026-03-18T13:48:25.269Z[ recovery-image] Mar 18 13:48:24.478 INFO O| Mar 18 13:48:24.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
51912026-03-18T13:48:25.269Z[ recovery-image] Mar 18 13:48:24.478 INFO O| Mar 18 13:48:24.478 INFO STEP 140 (remove_files) COMPLETE
51922026-03-18T13:48:25.272Z[ recovery-image] Mar 18 13:48:24.478 INFO O| Mar 18 13:48:24.478 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51932026-03-18T13:48:25.280Z[ recovery-image] Mar 18 13:48:24.489 INFO O| Mar 18 13:48:24.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
51942026-03-18T13:48:25.280Z[ recovery-image] Mar 18 13:48:24.489 INFO O| Mar 18 13:48:24.489 INFO STEP 141 (remove_files) COMPLETE
51952026-03-18T13:48:25.280Z[ recovery-image] Mar 18 13:48:24.489 INFO O| Mar 18 13:48:24.489 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51962026-03-18T13:48:25.291Z[ recovery-image] Mar 18 13:48:24.500 INFO O| Mar 18 13:48:24.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
51972026-03-18T13:48:25.291Z[ recovery-image] Mar 18 13:48:24.500 INFO O| Mar 18 13:48:24.500 INFO STEP 142 (remove_files) COMPLETE
51982026-03-18T13:48:25.294Z[ recovery-image] Mar 18 13:48:24.500 INFO O| Mar 18 13:48:24.500 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51992026-03-18T13:48:25.302Z[ recovery-image] Mar 18 13:48:24.511 INFO O| Mar 18 13:48:24.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52002026-03-18T13:48:25.302Z[ recovery-image] Mar 18 13:48:24.511 INFO O| Mar 18 13:48:24.511 INFO STEP 143 (remove_files) COMPLETE
52012026-03-18T13:48:25.305Z[ recovery-image] Mar 18 13:48:24.511 INFO O| Mar 18 13:48:24.511 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52022026-03-18T13:48:25.313Z[ recovery-image] Mar 18 13:48:24.522 INFO O| Mar 18 13:48:24.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52032026-03-18T13:48:25.313Z[ recovery-image] Mar 18 13:48:24.522 INFO O| Mar 18 13:48:24.522 INFO STEP 144 (remove_files) COMPLETE
52042026-03-18T13:48:25.316Z[ recovery-image] Mar 18 13:48:24.522 INFO O| Mar 18 13:48:24.522 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52052026-03-18T13:48:25.323Z[ recovery-image] Mar 18 13:48:24.533 INFO O| Mar 18 13:48:24.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52062026-03-18T13:48:25.326Z[ recovery-image] Mar 18 13:48:24.534 INFO O| Mar 18 13:48:24.534 INFO STEP 145 (remove_files) COMPLETE
52072026-03-18T13:48:25.326Z[ recovery-image] Mar 18 13:48:24.534 INFO O| Mar 18 13:48:24.534 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52082026-03-18T13:48:25.336Z[ recovery-image] Mar 18 13:48:24.545 INFO O| Mar 18 13:48:24.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52092026-03-18T13:48:25.339Z[ recovery-image] Mar 18 13:48:24.546 INFO O| Mar 18 13:48:24.546 INFO STEP 146 (remove_files) COMPLETE
52102026-03-18T13:48:25.339Z[ recovery-image] Mar 18 13:48:24.546 INFO O| Mar 18 13:48:24.546 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52112026-03-18T13:48:25.349Z[ recovery-image] Mar 18 13:48:24.558 INFO O| Mar 18 13:48:24.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52122026-03-18T13:48:25.349Z[ recovery-image] Mar 18 13:48:24.558 INFO O| Mar 18 13:48:24.558 INFO STEP 147 (remove_files) COMPLETE
52132026-03-18T13:48:25.352Z[ recovery-image] Mar 18 13:48:24.558 INFO O| Mar 18 13:48:24.558 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52142026-03-18T13:48:25.361Z[ recovery-image] Mar 18 13:48:24.571 INFO O| Mar 18 13:48:24.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52152026-03-18T13:48:25.361Z[ recovery-image] Mar 18 13:48:24.571 INFO O| Mar 18 13:48:24.571 INFO STEP 148 (remove_files) COMPLETE
52162026-03-18T13:48:25.361Z[ recovery-image] Mar 18 13:48:24.571 INFO O| Mar 18 13:48:24.571 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52172026-03-18T13:48:25.374Z[ recovery-image] Mar 18 13:48:24.583 INFO O| Mar 18 13:48:24.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52182026-03-18T13:48:25.374Z[ recovery-image] Mar 18 13:48:24.584 INFO O| Mar 18 13:48:24.584 INFO STEP 149 (remove_files) COMPLETE
52192026-03-18T13:48:25.377Z[ recovery-image] Mar 18 13:48:24.584 INFO O| Mar 18 13:48:24.584 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52202026-03-18T13:48:25.386Z[ recovery-image] Mar 18 13:48:24.595 INFO O| Mar 18 13:48:24.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52212026-03-18T13:48:25.386Z[ recovery-image] Mar 18 13:48:24.595 INFO O| Mar 18 13:48:24.595 INFO STEP 150 (remove_files) COMPLETE
52222026-03-18T13:48:25.386Z[ recovery-image] Mar 18 13:48:24.595 INFO O| Mar 18 13:48:24.595 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52232026-03-18T13:48:25.397Z[ recovery-image] Mar 18 13:48:24.606 INFO O| Mar 18 13:48:24.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52242026-03-18T13:48:25.397Z[ recovery-image] Mar 18 13:48:24.606 INFO O| Mar 18 13:48:24.606 INFO STEP 151 (remove_files) COMPLETE
52252026-03-18T13:48:25.400Z[ recovery-image] Mar 18 13:48:24.606 INFO O| Mar 18 13:48:24.606 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52262026-03-18T13:48:25.407Z[ recovery-image] Mar 18 13:48:24.617 INFO O| Mar 18 13:48:24.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52272026-03-18T13:48:25.407Z[ recovery-image] Mar 18 13:48:24.617 INFO O| Mar 18 13:48:24.617 INFO STEP 152 (remove_files) COMPLETE
52282026-03-18T13:48:25.410Z[ recovery-image] Mar 18 13:48:24.617 INFO O| Mar 18 13:48:24.617 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52292026-03-18T13:48:25.418Z[ recovery-image] Mar 18 13:48:24.627 INFO O| Mar 18 13:48:24.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52302026-03-18T13:48:25.418Z[ recovery-image] Mar 18 13:48:24.627 INFO O| Mar 18 13:48:24.627 INFO STEP 153 (remove_files) COMPLETE
52312026-03-18T13:48:25.421Z[ recovery-image] Mar 18 13:48:24.627 INFO O| Mar 18 13:48:24.627 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52322026-03-18T13:48:25.429Z[ recovery-image] Mar 18 13:48:24.638 INFO O| Mar 18 13:48:24.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52332026-03-18T13:48:25.429Z[ recovery-image] Mar 18 13:48:24.638 INFO O| Mar 18 13:48:24.638 INFO STEP 154 (remove_files) COMPLETE
52342026-03-18T13:48:25.432Z[ recovery-image] Mar 18 13:48:24.638 INFO O| Mar 18 13:48:24.638 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52352026-03-18T13:48:25.439Z[ recovery-image] Mar 18 13:48:24.648 INFO O| Mar 18 13:48:24.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52362026-03-18T13:48:25.439Z[ recovery-image] Mar 18 13:48:24.649 INFO O| Mar 18 13:48:24.648 INFO STEP 155 (remove_files) COMPLETE
52372026-03-18T13:48:25.442Z[ recovery-image] Mar 18 13:48:24.649 INFO O| Mar 18 13:48:24.649 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52382026-03-18T13:48:25.450Z[ recovery-image] Mar 18 13:48:24.659 INFO O| Mar 18 13:48:24.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52392026-03-18T13:48:25.450Z[ recovery-image] Mar 18 13:48:24.660 INFO O| Mar 18 13:48:24.660 INFO STEP 156 (remove_files) COMPLETE
52402026-03-18T13:48:25.453Z[ recovery-image] Mar 18 13:48:24.660 INFO O| Mar 18 13:48:24.660 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52412026-03-18T13:48:25.461Z[ recovery-image] Mar 18 13:48:24.670 INFO O| Mar 18 13:48:24.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52422026-03-18T13:48:25.461Z[ recovery-image] Mar 18 13:48:24.670 INFO O| Mar 18 13:48:24.670 INFO STEP 157 (remove_files) COMPLETE
52432026-03-18T13:48:25.464Z[ recovery-image] Mar 18 13:48:24.670 INFO O| Mar 18 13:48:24.670 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52442026-03-18T13:48:25.473Z[ recovery-image] Mar 18 13:48:24.682 INFO O| Mar 18 13:48:24.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52452026-03-18T13:48:25.473Z[ recovery-image] Mar 18 13:48:24.682 INFO O| Mar 18 13:48:24.682 INFO STEP 158 (remove_files) COMPLETE
52462026-03-18T13:48:25.476Z[ recovery-image] Mar 18 13:48:24.682 INFO O| Mar 18 13:48:24.682 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52472026-03-18T13:48:25.484Z[ recovery-image] Mar 18 13:48:24.694 INFO O| Mar 18 13:48:24.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52482026-03-18T13:48:25.484Z[ recovery-image] Mar 18 13:48:24.694 INFO O| Mar 18 13:48:24.694 INFO STEP 159 (remove_files) COMPLETE
52492026-03-18T13:48:25.487Z[ recovery-image] Mar 18 13:48:24.694 INFO O| Mar 18 13:48:24.694 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52502026-03-18T13:48:25.496Z[ recovery-image] Mar 18 13:48:24.706 INFO O| Mar 18 13:48:24.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52512026-03-18T13:48:25.496Z[ recovery-image] Mar 18 13:48:24.706 INFO O| Mar 18 13:48:24.706 INFO STEP 160 (remove_files) COMPLETE
52522026-03-18T13:48:25.499Z[ recovery-image] Mar 18 13:48:24.706 INFO O| Mar 18 13:48:24.706 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52532026-03-18T13:48:25.525Z[ recovery-image] Mar 18 13:48:24.734 INFO O| Mar 18 13:48:24.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52542026-03-18T13:48:25.525Z[ recovery-image] Mar 18 13:48:24.734 INFO O| Mar 18 13:48:24.734 INFO STEP 161 (remove_files) COMPLETE
52552026-03-18T13:48:25.528Z[ recovery-image] Mar 18 13:48:24.735 INFO O| Mar 18 13:48:24.734 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52562026-03-18T13:48:25.538Z[ recovery-image] Mar 18 13:48:24.747 INFO O| Mar 18 13:48:24.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52572026-03-18T13:48:25.538Z[ recovery-image] Mar 18 13:48:24.747 INFO O| Mar 18 13:48:24.747 INFO STEP 162 (remove_files) COMPLETE
52582026-03-18T13:48:25.541Z[ recovery-image] Mar 18 13:48:24.747 INFO O| Mar 18 13:48:24.747 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52592026-03-18T13:48:25.550Z[ recovery-image] Mar 18 13:48:24.759 INFO O| Mar 18 13:48:24.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
52602026-03-18T13:48:25.550Z[ recovery-image] Mar 18 13:48:24.759 INFO O| Mar 18 13:48:24.759 INFO STEP 163 (remove_files) COMPLETE
52612026-03-18T13:48:25.550Z[ recovery-image] Mar 18 13:48:24.759 INFO O| Mar 18 13:48:24.759 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52622026-03-18T13:48:25.561Z[ recovery-image] Mar 18 13:48:24.770 INFO O| Mar 18 13:48:24.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
52632026-03-18T13:48:25.561Z[ recovery-image] Mar 18 13:48:24.770 INFO O| Mar 18 13:48:24.770 INFO STEP 164 (remove_files) COMPLETE
52642026-03-18T13:48:25.565Z[ recovery-image] Mar 18 13:48:24.770 INFO O| Mar 18 13:48:24.770 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52652026-03-18T13:48:25.573Z[ recovery-image] Mar 18 13:48:24.782 INFO O| Mar 18 13:48:24.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
52662026-03-18T13:48:25.573Z[ recovery-image] Mar 18 13:48:24.782 INFO O| Mar 18 13:48:24.782 INFO STEP 165 (remove_files) COMPLETE
52672026-03-18T13:48:25.576Z[ recovery-image] Mar 18 13:48:24.782 INFO O| Mar 18 13:48:24.782 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52682026-03-18T13:48:25.583Z[ recovery-image] Mar 18 13:48:24.793 INFO O| Mar 18 13:48:24.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
52692026-03-18T13:48:25.583Z[ recovery-image] Mar 18 13:48:24.793 INFO O| Mar 18 13:48:24.793 INFO STEP 166 (remove_files) COMPLETE
52702026-03-18T13:48:25.586Z[ recovery-image] Mar 18 13:48:24.793 INFO O| Mar 18 13:48:24.793 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52712026-03-18T13:48:25.594Z[ recovery-image] Mar 18 13:48:24.804 INFO O| Mar 18 13:48:24.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
52722026-03-18T13:48:25.594Z[ recovery-image] Mar 18 13:48:24.804 INFO O| Mar 18 13:48:24.804 INFO STEP 167 (remove_files) COMPLETE
52732026-03-18T13:48:25.597Z[ recovery-image] Mar 18 13:48:24.804 INFO O| Mar 18 13:48:24.804 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52742026-03-18T13:48:25.605Z[ recovery-image] Mar 18 13:48:24.814 INFO O| Mar 18 13:48:24.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
52752026-03-18T13:48:25.605Z[ recovery-image] Mar 18 13:48:24.814 INFO O| Mar 18 13:48:24.814 INFO STEP 168 (remove_files) COMPLETE
52762026-03-18T13:48:25.605Z[ recovery-image] Mar 18 13:48:24.814 INFO O| Mar 18 13:48:24.814 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-03-18T13:48:25.615Z[ recovery-image] Mar 18 13:48:24.825 INFO O| Mar 18 13:48:24.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
52782026-03-18T13:48:25.615Z[ recovery-image] Mar 18 13:48:24.825 INFO O| Mar 18 13:48:24.825 INFO STEP 169 (remove_files) COMPLETE
52792026-03-18T13:48:25.618Z[ recovery-image] Mar 18 13:48:24.825 INFO O| Mar 18 13:48:24.825 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-03-18T13:48:25.627Z[ recovery-image] Mar 18 13:48:24.836 INFO O| Mar 18 13:48:24.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
52812026-03-18T13:48:25.627Z[ recovery-image] Mar 18 13:48:24.836 INFO O| Mar 18 13:48:24.836 INFO STEP 170 (remove_files) COMPLETE
52822026-03-18T13:48:25.630Z[ recovery-image] Mar 18 13:48:24.836 INFO O| Mar 18 13:48:24.836 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-03-18T13:48:25.638Z[ recovery-image] Mar 18 13:48:24.847 INFO O| Mar 18 13:48:24.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
52842026-03-18T13:48:25.638Z[ recovery-image] Mar 18 13:48:24.847 INFO O| Mar 18 13:48:24.847 INFO STEP 171 (remove_files) COMPLETE
52852026-03-18T13:48:25.641Z[ recovery-image] Mar 18 13:48:24.847 INFO O| Mar 18 13:48:24.847 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-03-18T13:48:25.650Z[ recovery-image] Mar 18 13:48:24.859 INFO O| Mar 18 13:48:24.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
52872026-03-18T13:48:25.650Z[ recovery-image] Mar 18 13:48:24.859 INFO O| Mar 18 13:48:24.859 INFO STEP 172 (remove_files) COMPLETE
52882026-03-18T13:48:25.653Z[ recovery-image] Mar 18 13:48:24.859 INFO O| Mar 18 13:48:24.859 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-03-18T13:48:25.662Z[ recovery-image] Mar 18 13:48:24.871 INFO O| Mar 18 13:48:24.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
52902026-03-18T13:48:25.662Z[ recovery-image] Mar 18 13:48:24.871 INFO O| Mar 18 13:48:24.871 INFO STEP 173 (remove_files) COMPLETE
52912026-03-18T13:48:25.665Z[ recovery-image] Mar 18 13:48:24.871 INFO O| Mar 18 13:48:24.871 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-03-18T13:48:25.674Z[ recovery-image] Mar 18 13:48:24.883 INFO O| Mar 18 13:48:24.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
52932026-03-18T13:48:25.674Z[ recovery-image] Mar 18 13:48:24.883 INFO O| Mar 18 13:48:24.883 INFO STEP 174 (remove_files) COMPLETE
52942026-03-18T13:48:25.677Z[ recovery-image] Mar 18 13:48:24.883 INFO O| Mar 18 13:48:24.883 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-03-18T13:48:25.686Z[ recovery-image] Mar 18 13:48:24.895 INFO O| Mar 18 13:48:24.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
52962026-03-18T13:48:25.689Z[ recovery-image] Mar 18 13:48:24.895 INFO O| Mar 18 13:48:24.895 INFO STEP 175 (remove_files) COMPLETE
52972026-03-18T13:48:25.689Z[ recovery-image] Mar 18 13:48:24.895 INFO O| Mar 18 13:48:24.895 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-03-18T13:48:25.701Z[ recovery-image] Mar 18 13:48:24.910 INFO O| Mar 18 13:48:24.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
52992026-03-18T13:48:25.701Z[ recovery-image] Mar 18 13:48:24.910 INFO O| Mar 18 13:48:24.910 INFO STEP 176 (remove_files) COMPLETE
53002026-03-18T13:48:25.704Z[ recovery-image] Mar 18 13:48:24.910 INFO O| Mar 18 13:48:24.910 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-03-18T13:48:25.715Z[ recovery-image] Mar 18 13:48:24.925 INFO O| Mar 18 13:48:24.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53022026-03-18T13:48:25.718Z[ recovery-image] Mar 18 13:48:24.925 INFO O| Mar 18 13:48:24.925 INFO STEP 177 (remove_files) COMPLETE
53032026-03-18T13:48:25.718Z[ recovery-image] Mar 18 13:48:24.925 INFO O| Mar 18 13:48:24.925 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-03-18T13:48:25.729Z[ recovery-image] Mar 18 13:48:24.939 INFO O| Mar 18 13:48:24.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53052026-03-18T13:48:25.729Z[ recovery-image] Mar 18 13:48:24.939 INFO O| Mar 18 13:48:24.939 INFO STEP 178 (remove_files) COMPLETE
53062026-03-18T13:48:25.732Z[ recovery-image] Mar 18 13:48:24.939 INFO O| Mar 18 13:48:24.939 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-03-18T13:48:25.743Z[ recovery-image] Mar 18 13:48:24.953 INFO O| Mar 18 13:48:24.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53082026-03-18T13:48:25.743Z[ recovery-image] Mar 18 13:48:24.953 INFO O| Mar 18 13:48:24.953 INFO STEP 179 (remove_files) COMPLETE
53092026-03-18T13:48:25.744Z[ recovery-image] Mar 18 13:48:24.953 INFO O| Mar 18 13:48:24.953 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-03-18T13:48:25.758Z[ recovery-image] Mar 18 13:48:24.967 INFO O| Mar 18 13:48:24.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53112026-03-18T13:48:25.758Z[ recovery-image] Mar 18 13:48:24.967 INFO O| Mar 18 13:48:24.967 INFO STEP 180 (remove_files) COMPLETE
53122026-03-18T13:48:25.761Z[ recovery-image] Mar 18 13:48:24.967 INFO O| Mar 18 13:48:24.967 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-03-18T13:48:25.772Z[ recovery-image] Mar 18 13:48:24.981 INFO O| Mar 18 13:48:24.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53142026-03-18T13:48:25.772Z[ recovery-image] Mar 18 13:48:24.981 INFO O| Mar 18 13:48:24.981 INFO STEP 181 (remove_files) COMPLETE
53152026-03-18T13:48:25.772Z[ recovery-image] Mar 18 13:48:24.981 INFO O| Mar 18 13:48:24.981 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-03-18T13:48:25.786Z[ recovery-image] Mar 18 13:48:24.995 INFO O| Mar 18 13:48:24.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53172026-03-18T13:48:25.786Z[ recovery-image] Mar 18 13:48:24.995 INFO O| Mar 18 13:48:24.995 INFO STEP 182 (remove_files) COMPLETE
53182026-03-18T13:48:25.788Z[ recovery-image] Mar 18 13:48:24.995 INFO O| Mar 18 13:48:24.995 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-03-18T13:48:25.799Z[ recovery-image] Mar 18 13:48:25.009 INFO O| Mar 18 13:48:25.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53202026-03-18T13:48:25.799Z[ recovery-image] Mar 18 13:48:25.009 INFO O| Mar 18 13:48:25.009 INFO STEP 183 (remove_files) COMPLETE
53212026-03-18T13:48:25.799Z[ recovery-image] Mar 18 13:48:25.009 INFO O| Mar 18 13:48:25.009 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-03-18T13:48:25.813Z[ recovery-image] Mar 18 13:48:25.022 INFO O| Mar 18 13:48:25.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53232026-03-18T13:48:25.813Z[ recovery-image] Mar 18 13:48:25.022 INFO O| Mar 18 13:48:25.022 INFO STEP 184 (remove_files) COMPLETE
53242026-03-18T13:48:25.813Z[ recovery-image] Mar 18 13:48:25.022 INFO O| Mar 18 13:48:25.022 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-03-18T13:48:25.826Z[ recovery-image] Mar 18 13:48:25.035 INFO O| Mar 18 13:48:25.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53262026-03-18T13:48:25.826Z[ recovery-image] Mar 18 13:48:25.035 INFO O| Mar 18 13:48:25.035 INFO STEP 185 (remove_files) COMPLETE
53272026-03-18T13:48:25.826Z[ recovery-image] Mar 18 13:48:25.035 INFO O| Mar 18 13:48:25.035 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-03-18T13:48:25.839Z[ recovery-image] Mar 18 13:48:25.048 INFO O| Mar 18 13:48:25.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53292026-03-18T13:48:25.839Z[ recovery-image] Mar 18 13:48:25.048 INFO O| Mar 18 13:48:25.048 INFO STEP 186 (remove_files) COMPLETE
53302026-03-18T13:48:25.842Z[ recovery-image] Mar 18 13:48:25.048 INFO O| Mar 18 13:48:25.048 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-03-18T13:48:25.852Z[ recovery-image] Mar 18 13:48:25.061 INFO O| Mar 18 13:48:25.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53322026-03-18T13:48:25.852Z[ recovery-image] Mar 18 13:48:25.061 INFO O| Mar 18 13:48:25.061 INFO STEP 187 (remove_files) COMPLETE
53332026-03-18T13:48:25.852Z[ recovery-image] Mar 18 13:48:25.061 INFO O| Mar 18 13:48:25.061 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-03-18T13:48:25.864Z[ recovery-image] Mar 18 13:48:25.073 INFO O| Mar 18 13:48:25.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53352026-03-18T13:48:25.864Z[ recovery-image] Mar 18 13:48:25.073 INFO O| Mar 18 13:48:25.073 INFO STEP 188 (remove_files) COMPLETE
53362026-03-18T13:48:25.864Z[ recovery-image] Mar 18 13:48:25.073 INFO O| Mar 18 13:48:25.073 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-03-18T13:48:25.877Z[ recovery-image] Mar 18 13:48:25.086 INFO O| Mar 18 13:48:25.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53382026-03-18T13:48:25.877Z[ recovery-image] Mar 18 13:48:25.086 INFO O| Mar 18 13:48:25.086 INFO STEP 189 (remove_files) COMPLETE
53392026-03-18T13:48:25.880Z[ recovery-image] Mar 18 13:48:25.086 INFO O| Mar 18 13:48:25.086 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-03-18T13:48:25.891Z[ recovery-image] Mar 18 13:48:25.100 INFO O| Mar 18 13:48:25.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53412026-03-18T13:48:25.891Z[ recovery-image] Mar 18 13:48:25.100 INFO O| Mar 18 13:48:25.100 INFO STEP 190 (remove_files) COMPLETE
53422026-03-18T13:48:25.894Z[ recovery-image] Mar 18 13:48:25.100 INFO O| Mar 18 13:48:25.100 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-03-18T13:48:25.904Z[ recovery-image] Mar 18 13:48:25.113 INFO O| Mar 18 13:48:25.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53442026-03-18T13:48:25.904Z[ recovery-image] Mar 18 13:48:25.114 INFO O| Mar 18 13:48:25.113 INFO STEP 191 (remove_files) COMPLETE
53452026-03-18T13:48:25.907Z[ recovery-image] Mar 18 13:48:25.114 INFO O| Mar 18 13:48:25.114 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-03-18T13:48:25.917Z[ recovery-image] Mar 18 13:48:25.126 INFO O| Mar 18 13:48:25.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53472026-03-18T13:48:25.917Z[ recovery-image] Mar 18 13:48:25.126 INFO O| Mar 18 13:48:25.126 INFO STEP 192 (remove_files) COMPLETE
53482026-03-18T13:48:25.920Z[ recovery-image] Mar 18 13:48:25.126 INFO O| Mar 18 13:48:25.126 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-03-18T13:48:25.930Z[ recovery-image] Mar 18 13:48:25.140 INFO O| Mar 18 13:48:25.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53502026-03-18T13:48:25.933Z[ recovery-image] Mar 18 13:48:25.141 INFO O| Mar 18 13:48:25.141 INFO STEP 193 (remove_files) COMPLETE
53512026-03-18T13:48:25.933Z[ recovery-image] Mar 18 13:48:25.141 INFO O| Mar 18 13:48:25.141 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-03-18T13:48:25.944Z[ recovery-image] Mar 18 13:48:25.153 INFO O| Mar 18 13:48:25.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53532026-03-18T13:48:25.944Z[ recovery-image] Mar 18 13:48:25.154 INFO O| Mar 18 13:48:25.154 INFO STEP 194 (remove_files) COMPLETE
53542026-03-18T13:48:25.944Z[ recovery-image] Mar 18 13:48:25.154 INFO O| Mar 18 13:48:25.154 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-03-18T13:48:25.964Z[ recovery-image] Mar 18 13:48:25.169 INFO O| Mar 18 13:48:25.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53562026-03-18T13:48:25.964Z[ recovery-image] Mar 18 13:48:25.169 INFO O| Mar 18 13:48:25.167 INFO STEP 195 (remove_files) COMPLETE
53572026-03-18T13:48:25.964Z[ recovery-image] Mar 18 13:48:25.169 INFO O| Mar 18 13:48:25.167 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-03-18T13:48:25.975Z[ recovery-image] Mar 18 13:48:25.184 INFO O| Mar 18 13:48:25.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53592026-03-18T13:48:25.975Z[ recovery-image] Mar 18 13:48:25.184 INFO O| Mar 18 13:48:25.184 INFO STEP 196 (remove_files) COMPLETE
53602026-03-18T13:48:25.978Z[ recovery-image] Mar 18 13:48:25.184 INFO O| Mar 18 13:48:25.184 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-03-18T13:48:25.988Z[ recovery-image] Mar 18 13:48:25.197 INFO O| Mar 18 13:48:25.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
53622026-03-18T13:48:25.988Z[ recovery-image] Mar 18 13:48:25.197 INFO O| Mar 18 13:48:25.197 INFO STEP 197 (remove_files) COMPLETE
53632026-03-18T13:48:25.991Z[ recovery-image] Mar 18 13:48:25.197 INFO O| Mar 18 13:48:25.197 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-03-18T13:48:26.002Z[ recovery-image] Mar 18 13:48:25.211 INFO O| Mar 18 13:48:25.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
53652026-03-18T13:48:26.002Z[ recovery-image] Mar 18 13:48:25.211 INFO O| Mar 18 13:48:25.211 INFO STEP 198 (remove_files) COMPLETE
53662026-03-18T13:48:26.004Z[ recovery-image] Mar 18 13:48:25.211 INFO O| Mar 18 13:48:25.211 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-03-18T13:48:26.014Z[ recovery-image] Mar 18 13:48:25.224 INFO O| Mar 18 13:48:25.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
53682026-03-18T13:48:26.014Z[ recovery-image] Mar 18 13:48:25.224 INFO O| Mar 18 13:48:25.224 INFO STEP 199 (remove_files) COMPLETE
53692026-03-18T13:48:26.014Z[ recovery-image] Mar 18 13:48:25.224 INFO O| Mar 18 13:48:25.224 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-03-18T13:48:26.028Z[ recovery-image] Mar 18 13:48:25.237 INFO O| Mar 18 13:48:25.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
53712026-03-18T13:48:26.028Z[ recovery-image] Mar 18 13:48:25.237 INFO O| Mar 18 13:48:25.237 INFO STEP 200 (remove_files) COMPLETE
53722026-03-18T13:48:26.030Z[ recovery-image] Mar 18 13:48:25.237 INFO O| Mar 18 13:48:25.237 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-03-18T13:48:26.040Z[ recovery-image] Mar 18 13:48:25.249 INFO O| Mar 18 13:48:25.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
53742026-03-18T13:48:26.040Z[ recovery-image] Mar 18 13:48:25.250 INFO O| Mar 18 13:48:25.249 INFO STEP 201 (remove_files) COMPLETE
53752026-03-18T13:48:26.043Z[ recovery-image] Mar 18 13:48:25.250 INFO O| Mar 18 13:48:25.250 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-03-18T13:48:26.054Z[ recovery-image] Mar 18 13:48:25.262 INFO O| Mar 18 13:48:25.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
53772026-03-18T13:48:26.054Z[ recovery-image] Mar 18 13:48:25.262 INFO O| Mar 18 13:48:25.262 INFO STEP 202 (remove_files) COMPLETE
53782026-03-18T13:48:26.054Z[ recovery-image] Mar 18 13:48:25.262 INFO O| Mar 18 13:48:25.262 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-03-18T13:48:26.065Z[ recovery-image] Mar 18 13:48:25.275 INFO O| Mar 18 13:48:25.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
53802026-03-18T13:48:26.065Z[ recovery-image] Mar 18 13:48:25.275 INFO O| Mar 18 13:48:25.275 INFO STEP 203 (remove_files) COMPLETE
53812026-03-18T13:48:26.070Z[ recovery-image] Mar 18 13:48:25.275 INFO O| Mar 18 13:48:25.275 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-03-18T13:48:26.070Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
53832026-03-18T13:48:26.077Z[ recovery-image] Mar 18 13:48:25.287 INFO O| Mar 18 13:48:25.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
53842026-03-18T13:48:26.077Z[ recovery-image] Mar 18 13:48:25.287 INFO O| Mar 18 13:48:25.287 INFO STEP 204 (remove_files) COMPLETE
53852026-03-18T13:48:26.080Z[ recovery-image] Mar 18 13:48:25.287 INFO O| Mar 18 13:48:25.287 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-03-18T13:48:26.103Z[ recovery-image] Mar 18 13:48:25.313 INFO O| Mar 18 13:48:25.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
53872026-03-18T13:48:26.103Z[ recovery-image] Mar 18 13:48:25.313 INFO O| Mar 18 13:48:25.299 INFO STEP 205 (remove_files) COMPLETE
53882026-03-18T13:48:26.106Z[ recovery-image] Mar 18 13:48:25.313 INFO O| Mar 18 13:48:25.299 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-03-18T13:48:26.106Z[ recovery-image] Mar 18 13:48:25.313 INFO O| Mar 18 13:48:25.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
53902026-03-18T13:48:26.107Z[ recovery-image] Mar 18 13:48:25.313 INFO O| Mar 18 13:48:25.311 INFO STEP 206 (remove_files) COMPLETE
53912026-03-18T13:48:26.107Z[ recovery-image] Mar 18 13:48:25.313 INFO O| Mar 18 13:48:25.311 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-03-18T13:48:26.114Z[ recovery-image] Mar 18 13:48:25.324 INFO O| Mar 18 13:48:25.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
53932026-03-18T13:48:26.114Z[ recovery-image] Mar 18 13:48:25.324 INFO O| Mar 18 13:48:25.324 INFO STEP 207 (remove_files) COMPLETE
53942026-03-18T13:48:26.117Z[ recovery-image] Mar 18 13:48:25.324 INFO O| Mar 18 13:48:25.324 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-03-18T13:48:26.127Z[ recovery-image] Mar 18 13:48:25.336 INFO O| Mar 18 13:48:25.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
53962026-03-18T13:48:26.127Z[ recovery-image] Mar 18 13:48:25.337 INFO O| Mar 18 13:48:25.337 INFO STEP 208 (remove_files) COMPLETE
53972026-03-18T13:48:26.127Z[ recovery-image] Mar 18 13:48:25.337 INFO O| Mar 18 13:48:25.337 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-03-18T13:48:26.139Z[ recovery-image] Mar 18 13:48:25.348 INFO O| Mar 18 13:48:25.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
53992026-03-18T13:48:26.139Z[ recovery-image] Mar 18 13:48:25.348 INFO O| Mar 18 13:48:25.348 INFO STEP 209 (remove_files) COMPLETE
54002026-03-18T13:48:26.142Z[ recovery-image] Mar 18 13:48:25.348 INFO O| Mar 18 13:48:25.348 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-03-18T13:48:26.151Z[ recovery-image] Mar 18 13:48:25.361 INFO O| Mar 18 13:48:25.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54022026-03-18T13:48:26.151Z[ recovery-image] Mar 18 13:48:25.361 INFO O| Mar 18 13:48:25.361 INFO STEP 210 (remove_files) COMPLETE
54032026-03-18T13:48:26.151Z[ recovery-image] Mar 18 13:48:25.361 INFO O| Mar 18 13:48:25.361 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-03-18T13:48:26.163Z[ recovery-image] Mar 18 13:48:25.372 INFO O| Mar 18 13:48:25.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54052026-03-18T13:48:26.163Z[ recovery-image] Mar 18 13:48:25.373 INFO O| Mar 18 13:48:25.373 INFO STEP 211 (remove_files) COMPLETE
54062026-03-18T13:48:26.163Z[ recovery-image] Mar 18 13:48:25.373 INFO O| Mar 18 13:48:25.373 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-03-18T13:48:26.175Z[ recovery-image] Mar 18 13:48:25.384 INFO O| Mar 18 13:48:25.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54082026-03-18T13:48:26.175Z[ recovery-image] Mar 18 13:48:25.384 INFO O| Mar 18 13:48:25.384 INFO STEP 212 (remove_files) COMPLETE
54092026-03-18T13:48:26.175Z[ recovery-image] Mar 18 13:48:25.384 INFO O| Mar 18 13:48:25.384 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-03-18T13:48:26.187Z[ recovery-image] Mar 18 13:48:25.396 INFO O| Mar 18 13:48:25.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54112026-03-18T13:48:26.187Z[ recovery-image] Mar 18 13:48:25.396 INFO O| Mar 18 13:48:25.396 INFO STEP 213 (remove_files) COMPLETE
54122026-03-18T13:48:26.187Z[ recovery-image] Mar 18 13:48:25.396 INFO O| Mar 18 13:48:25.396 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-03-18T13:48:26.199Z[ recovery-image] Mar 18 13:48:25.408 INFO O| Mar 18 13:48:25.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54142026-03-18T13:48:26.199Z[ recovery-image] Mar 18 13:48:25.408 INFO O| Mar 18 13:48:25.408 INFO STEP 214 (remove_files) COMPLETE
54152026-03-18T13:48:26.199Z[ recovery-image] Mar 18 13:48:25.408 INFO O| Mar 18 13:48:25.408 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-03-18T13:48:26.211Z[ recovery-image] Mar 18 13:48:25.421 INFO O| Mar 18 13:48:25.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54172026-03-18T13:48:26.211Z[ recovery-image] Mar 18 13:48:25.421 INFO O| Mar 18 13:48:25.421 INFO STEP 215 (remove_files) COMPLETE
54182026-03-18T13:48:26.211Z[ recovery-image] Mar 18 13:48:25.421 INFO O| Mar 18 13:48:25.421 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-03-18T13:48:26.223Z[ recovery-image] Mar 18 13:48:25.433 INFO O| Mar 18 13:48:25.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54202026-03-18T13:48:26.224Z[ recovery-image] Mar 18 13:48:25.433 INFO O| Mar 18 13:48:25.433 INFO STEP 216 (remove_files) COMPLETE
54212026-03-18T13:48:26.226Z[ recovery-image] Mar 18 13:48:25.433 INFO O| Mar 18 13:48:25.433 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-03-18T13:48:26.236Z[ recovery-image] Mar 18 13:48:25.446 INFO O| Mar 18 13:48:25.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54232026-03-18T13:48:26.237Z[ recovery-image] Mar 18 13:48:25.446 INFO O| Mar 18 13:48:25.446 INFO STEP 217 (remove_files) COMPLETE
54242026-03-18T13:48:26.237Z[ recovery-image] Mar 18 13:48:25.446 INFO O| Mar 18 13:48:25.446 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-03-18T13:48:26.250Z[ recovery-image] Mar 18 13:48:25.459 INFO O| Mar 18 13:48:25.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54262026-03-18T13:48:26.250Z[ recovery-image] Mar 18 13:48:25.460 INFO O| Mar 18 13:48:25.460 INFO STEP 218 (remove_files) COMPLETE
54272026-03-18T13:48:26.250Z[ recovery-image] Mar 18 13:48:25.460 INFO O| Mar 18 13:48:25.460 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-03-18T13:48:26.264Z[ recovery-image] Mar 18 13:48:25.473 INFO O| Mar 18 13:48:25.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54292026-03-18T13:48:26.264Z[ recovery-image] Mar 18 13:48:25.473 INFO O| Mar 18 13:48:25.473 INFO STEP 219 (remove_files) COMPLETE
54302026-03-18T13:48:26.264Z[ recovery-image] Mar 18 13:48:25.473 INFO O| Mar 18 13:48:25.473 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-03-18T13:48:26.276Z[ recovery-image] Mar 18 13:48:25.485 INFO O| Mar 18 13:48:25.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54322026-03-18T13:48:26.276Z[ recovery-image] Mar 18 13:48:25.485 INFO O| Mar 18 13:48:25.485 INFO STEP 220 (remove_files) COMPLETE
54332026-03-18T13:48:26.276Z[ recovery-image] Mar 18 13:48:25.486 INFO O| Mar 18 13:48:25.485 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-03-18T13:48:26.289Z[ recovery-image] Mar 18 13:48:25.498 INFO O| Mar 18 13:48:25.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54352026-03-18T13:48:26.289Z[ recovery-image] Mar 18 13:48:25.498 INFO O| Mar 18 13:48:25.498 INFO STEP 221 (remove_files) COMPLETE
54362026-03-18T13:48:26.289Z[ recovery-image] Mar 18 13:48:25.499 INFO O| Mar 18 13:48:25.498 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-03-18T13:48:26.303Z[ recovery-image] Mar 18 13:48:25.512 INFO O| Mar 18 13:48:25.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54382026-03-18T13:48:26.303Z[ recovery-image] Mar 18 13:48:25.512 INFO O| Mar 18 13:48:25.512 INFO STEP 222 (remove_files) COMPLETE
54392026-03-18T13:48:26.303Z[ recovery-image] Mar 18 13:48:25.512 INFO O| Mar 18 13:48:25.512 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-03-18T13:48:26.316Z[ recovery-image] Mar 18 13:48:25.525 INFO O| Mar 18 13:48:25.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54412026-03-18T13:48:26.316Z[ recovery-image] Mar 18 13:48:25.525 INFO O| Mar 18 13:48:25.525 INFO STEP 223 (remove_files) COMPLETE
54422026-03-18T13:48:26.319Z[ recovery-image] Mar 18 13:48:25.525 INFO O| Mar 18 13:48:25.525 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-03-18T13:48:26.328Z[ recovery-image] Mar 18 13:48:25.537 INFO O| Mar 18 13:48:25.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54442026-03-18T13:48:26.328Z[ recovery-image] Mar 18 13:48:25.537 INFO O| Mar 18 13:48:25.537 INFO STEP 224 (remove_files) COMPLETE
54452026-03-18T13:48:26.331Z[ recovery-image] Mar 18 13:48:25.537 INFO O| Mar 18 13:48:25.537 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-03-18T13:48:26.409Z[ recovery-image] Mar 18 13:48:25.549 INFO O| Mar 18 13:48:25.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54472026-03-18T13:48:26.409Z[ recovery-image] Mar 18 13:48:25.549 INFO O| Mar 18 13:48:25.549 INFO STEP 225 (remove_files) COMPLETE
54482026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.549 INFO O| Mar 18 13:48:25.549 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.560 INFO O| Mar 18 13:48:25.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54502026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.561 INFO O| Mar 18 13:48:25.561 INFO STEP 226 (remove_files) COMPLETE
54512026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.561 INFO O| Mar 18 13:48:25.561 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.573 INFO O| Mar 18 13:48:25.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54532026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.573 INFO O| Mar 18 13:48:25.573 INFO STEP 227 (remove_files) COMPLETE
54542026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.573 INFO O| Mar 18 13:48:25.573 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.585 INFO O| Mar 18 13:48:25.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54562026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.585 INFO O| Mar 18 13:48:25.585 INFO STEP 228 (remove_files) COMPLETE
54572026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.585 INFO O| Mar 18 13:48:25.585 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.596 INFO O| Mar 18 13:48:25.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
54592026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.597 INFO O| Mar 18 13:48:25.596 INFO STEP 229 (remove_files) COMPLETE
54602026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.597 INFO O| Mar 18 13:48:25.597 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.607 INFO O| Mar 18 13:48:25.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
54622026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.607 INFO O| Mar 18 13:48:25.607 INFO STEP 230 (remove_files) COMPLETE
54632026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.607 INFO O| Mar 18 13:48:25.607 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.618 INFO O| Mar 18 13:48:25.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
54652026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.618 INFO O| Mar 18 13:48:25.618 INFO STEP 231 (remove_files) COMPLETE
54662026-03-18T13:48:26.412Z[ recovery-image] Mar 18 13:48:25.618 INFO O| Mar 18 13:48:25.618 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-03-18T13:48:26.422Z[ recovery-image] Mar 18 13:48:25.630 INFO O| Mar 18 13:48:25.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
54682026-03-18T13:48:26.422Z[ recovery-image] Mar 18 13:48:25.630 INFO O| Mar 18 13:48:25.630 INFO STEP 232 (remove_files) COMPLETE
54692026-03-18T13:48:26.422Z[ recovery-image] Mar 18 13:48:25.630 INFO O| Mar 18 13:48:25.630 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-03-18T13:48:26.433Z[ recovery-image] Mar 18 13:48:25.642 INFO O| Mar 18 13:48:25.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
54712026-03-18T13:48:26.433Z[ recovery-image] Mar 18 13:48:25.642 INFO O| Mar 18 13:48:25.642 INFO STEP 233 (remove_files) COMPLETE
54722026-03-18T13:48:26.433Z[ recovery-image] Mar 18 13:48:25.642 INFO O| Mar 18 13:48:25.642 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-03-18T13:48:26.444Z[ recovery-image] Mar 18 13:48:25.654 INFO O| Mar 18 13:48:25.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
54742026-03-18T13:48:26.444Z[ recovery-image] Mar 18 13:48:25.654 INFO O| Mar 18 13:48:25.654 INFO STEP 234 (remove_files) COMPLETE
54752026-03-18T13:48:26.444Z[ recovery-image] Mar 18 13:48:25.654 INFO O| Mar 18 13:48:25.654 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-03-18T13:48:26.455Z[ recovery-image] Mar 18 13:48:25.664 INFO O| Mar 18 13:48:25.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
54772026-03-18T13:48:26.455Z[ recovery-image] Mar 18 13:48:25.664 INFO O| Mar 18 13:48:25.664 INFO STEP 235 (remove_files) COMPLETE
54782026-03-18T13:48:26.455Z[ recovery-image] Mar 18 13:48:25.664 INFO O| Mar 18 13:48:25.664 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-03-18T13:48:26.466Z[ recovery-image] Mar 18 13:48:25.675 INFO O| Mar 18 13:48:25.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
54802026-03-18T13:48:26.466Z[ recovery-image] Mar 18 13:48:25.675 INFO O| Mar 18 13:48:25.675 INFO STEP 236 (remove_files) COMPLETE
54812026-03-18T13:48:26.466Z[ recovery-image] Mar 18 13:48:25.675 INFO O| Mar 18 13:48:25.675 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-03-18T13:48:26.477Z[ recovery-image] Mar 18 13:48:25.686 INFO O| Mar 18 13:48:25.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
54832026-03-18T13:48:26.477Z[ recovery-image] Mar 18 13:48:25.687 INFO O| Mar 18 13:48:25.687 INFO STEP 237 (remove_files) COMPLETE
54842026-03-18T13:48:26.481Z[ recovery-image] Mar 18 13:48:25.687 INFO O| Mar 18 13:48:25.687 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-03-18T13:48:26.488Z[ recovery-image] Mar 18 13:48:25.698 INFO O| Mar 18 13:48:25.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
54862026-03-18T13:48:26.489Z[ recovery-image] Mar 18 13:48:25.698 INFO O| Mar 18 13:48:25.698 INFO STEP 238 (remove_files) COMPLETE
54872026-03-18T13:48:26.491Z[ recovery-image] Mar 18 13:48:25.698 INFO O| Mar 18 13:48:25.698 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-03-18T13:48:26.500Z[ recovery-image] Mar 18 13:48:25.709 INFO O| Mar 18 13:48:25.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
54892026-03-18T13:48:26.500Z[ recovery-image] Mar 18 13:48:25.709 INFO O| Mar 18 13:48:25.709 INFO STEP 239 (remove_files) COMPLETE
54902026-03-18T13:48:26.503Z[ recovery-image] Mar 18 13:48:25.709 INFO O| Mar 18 13:48:25.709 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-03-18T13:48:26.511Z[ recovery-image] Mar 18 13:48:25.721 INFO O| Mar 18 13:48:25.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
54922026-03-18T13:48:26.511Z[ recovery-image] Mar 18 13:48:25.721 INFO O| Mar 18 13:48:25.721 INFO STEP 240 (remove_files) COMPLETE
54932026-03-18T13:48:26.514Z[ recovery-image] Mar 18 13:48:25.721 INFO O| Mar 18 13:48:25.721 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-03-18T13:48:26.522Z[ recovery-image] Mar 18 13:48:25.732 INFO O| Mar 18 13:48:25.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
54952026-03-18T13:48:26.523Z[ recovery-image] Mar 18 13:48:25.732 INFO O| Mar 18 13:48:25.732 INFO STEP 241 (remove_files) COMPLETE
54962026-03-18T13:48:26.525Z[ recovery-image] Mar 18 13:48:25.732 INFO O| Mar 18 13:48:25.732 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-03-18T13:48:26.534Z[ recovery-image] Mar 18 13:48:25.743 INFO O| Mar 18 13:48:25.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
54982026-03-18T13:48:26.534Z[ recovery-image] Mar 18 13:48:25.743 INFO O| Mar 18 13:48:25.743 INFO STEP 242 (remove_files) COMPLETE
54992026-03-18T13:48:26.536Z[ recovery-image] Mar 18 13:48:25.743 INFO O| Mar 18 13:48:25.743 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-03-18T13:48:26.544Z[ recovery-image] Mar 18 13:48:25.754 INFO O| Mar 18 13:48:25.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55012026-03-18T13:48:26.544Z[ recovery-image] Mar 18 13:48:25.754 INFO O| Mar 18 13:48:25.754 INFO STEP 243 (remove_files) COMPLETE
55022026-03-18T13:48:26.547Z[ recovery-image] Mar 18 13:48:25.754 INFO O| Mar 18 13:48:25.754 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-03-18T13:48:26.555Z[ recovery-image] Mar 18 13:48:25.765 INFO O| Mar 18 13:48:25.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55042026-03-18T13:48:26.555Z[ recovery-image] Mar 18 13:48:25.765 INFO O| Mar 18 13:48:25.765 INFO STEP 244 (remove_files) COMPLETE
55052026-03-18T13:48:26.558Z[ recovery-image] Mar 18 13:48:25.765 INFO O| Mar 18 13:48:25.765 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-03-18T13:48:26.567Z[ recovery-image] Mar 18 13:48:25.776 INFO O| Mar 18 13:48:25.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55072026-03-18T13:48:26.567Z[ recovery-image] Mar 18 13:48:25.776 INFO O| Mar 18 13:48:25.776 INFO STEP 245 (remove_files) COMPLETE
55082026-03-18T13:48:26.570Z[ recovery-image] Mar 18 13:48:25.776 INFO O| Mar 18 13:48:25.776 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-03-18T13:48:26.578Z[ recovery-image] Mar 18 13:48:25.787 INFO O| Mar 18 13:48:25.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55102026-03-18T13:48:26.578Z[ recovery-image] Mar 18 13:48:25.787 INFO O| Mar 18 13:48:25.787 INFO STEP 246 (remove_files) COMPLETE
55112026-03-18T13:48:26.581Z[ recovery-image] Mar 18 13:48:25.787 INFO O| Mar 18 13:48:25.787 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-03-18T13:48:26.589Z[ recovery-image] Mar 18 13:48:25.798 INFO O| Mar 18 13:48:25.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55132026-03-18T13:48:26.589Z[ recovery-image] Mar 18 13:48:25.798 INFO O| Mar 18 13:48:25.798 INFO STEP 247 (remove_files) COMPLETE
55142026-03-18T13:48:26.591Z[ recovery-image] Mar 18 13:48:25.798 INFO O| Mar 18 13:48:25.798 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-03-18T13:48:26.600Z[ recovery-image] Mar 18 13:48:25.809 INFO O| Mar 18 13:48:25.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55162026-03-18T13:48:26.600Z[ recovery-image] Mar 18 13:48:25.809 INFO O| Mar 18 13:48:25.809 INFO STEP 248 (remove_files) COMPLETE
55172026-03-18T13:48:26.600Z[ recovery-image] Mar 18 13:48:25.809 INFO O| Mar 18 13:48:25.809 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-03-18T13:48:26.611Z[ recovery-image] Mar 18 13:48:25.820 INFO O| Mar 18 13:48:25.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55192026-03-18T13:48:26.611Z[ recovery-image] Mar 18 13:48:25.820 INFO O| Mar 18 13:48:25.820 INFO STEP 249 (remove_files) COMPLETE
55202026-03-18T13:48:26.614Z[ recovery-image] Mar 18 13:48:25.820 INFO O| Mar 18 13:48:25.820 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-03-18T13:48:26.622Z[ recovery-image] Mar 18 13:48:25.832 INFO O| Mar 18 13:48:25.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55222026-03-18T13:48:26.622Z[ recovery-image] Mar 18 13:48:25.832 INFO O| Mar 18 13:48:25.832 INFO STEP 250 (remove_files) COMPLETE
55232026-03-18T13:48:26.625Z[ recovery-image] Mar 18 13:48:25.832 INFO O| Mar 18 13:48:25.832 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-03-18T13:48:26.636Z[ recovery-image] Mar 18 13:48:25.845 INFO O| Mar 18 13:48:25.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55252026-03-18T13:48:26.636Z[ recovery-image] Mar 18 13:48:25.845 INFO O| Mar 18 13:48:25.845 INFO STEP 251 (remove_files) COMPLETE
55262026-03-18T13:48:26.636Z[ recovery-image] Mar 18 13:48:25.845 INFO O| Mar 18 13:48:25.845 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-03-18T13:48:26.647Z[ recovery-image] Mar 18 13:48:25.857 INFO O| Mar 18 13:48:25.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55282026-03-18T13:48:26.647Z[ recovery-image] Mar 18 13:48:25.857 INFO O| Mar 18 13:48:25.857 INFO STEP 252 (remove_files) COMPLETE
55292026-03-18T13:48:26.650Z[ recovery-image] Mar 18 13:48:25.857 INFO O| Mar 18 13:48:25.857 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-03-18T13:48:27.063Z[ recovery-image] Mar 18 13:48:25.868 INFO O| Mar 18 13:48:25.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55312026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.868 INFO O| Mar 18 13:48:25.868 INFO STEP 253 (remove_files) COMPLETE
55322026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.868 INFO O| Mar 18 13:48:25.868 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.881 INFO O| Mar 18 13:48:25.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55342026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.881 INFO O| Mar 18 13:48:25.881 INFO STEP 254 (remove_files) COMPLETE
55352026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.881 INFO O| Mar 18 13:48:25.881 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.893 INFO O| Mar 18 13:48:25.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55372026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.893 INFO O| Mar 18 13:48:25.893 INFO STEP 255 (remove_files) COMPLETE
55382026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.893 INFO O| Mar 18 13:48:25.893 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.905 INFO O| Mar 18 13:48:25.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55402026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.905 INFO O| Mar 18 13:48:25.905 INFO STEP 256 (remove_files) COMPLETE
55412026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.905 INFO O| Mar 18 13:48:25.905 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.916 INFO O| Mar 18 13:48:25.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55432026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.917 INFO O| Mar 18 13:48:25.916 INFO STEP 257 (remove_files) COMPLETE
55442026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.917 INFO O| Mar 18 13:48:25.917 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.929 INFO O| Mar 18 13:48:25.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55462026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.929 INFO O| Mar 18 13:48:25.929 INFO STEP 258 (remove_files) COMPLETE
55472026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.929 INFO O| Mar 18 13:48:25.929 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-03-18T13:48:27.070Z[ recovery-image] Mar 18 13:48:25.941 INFO O| Mar 18 13:48:25.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55492026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:25.941 INFO O| Mar 18 13:48:25.941 INFO STEP 259 (remove_files) COMPLETE
55502026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:25.941 INFO O| Mar 18 13:48:25.941 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:25.955 INFO O| Mar 18 13:48:25.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55522026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:25.956 INFO O| Mar 18 13:48:25.956 INFO STEP 260 (remove_files) COMPLETE
55532026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:25.956 INFO O| Mar 18 13:48:25.956 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:25.970 INFO O| Mar 18 13:48:25.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55552026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:25.970 INFO O| Mar 18 13:48:25.970 INFO STEP 261 (remove_files) COMPLETE
55562026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:25.970 INFO O| Mar 18 13:48:25.970 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:25.984 INFO O| Mar 18 13:48:25.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
55582026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:25.984 INFO O| Mar 18 13:48:25.984 INFO STEP 262 (remove_files) COMPLETE
55592026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:25.984 INFO O| Mar 18 13:48:25.984 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:25.999 INFO O| Mar 18 13:48:25.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
55612026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:25.999 INFO O| Mar 18 13:48:25.999 INFO STEP 263 (remove_files) COMPLETE
55622026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:25.999 INFO O| Mar 18 13:48:25.999 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.013 INFO O| Mar 18 13:48:26.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
55642026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.013 INFO O| Mar 18 13:48:26.013 INFO STEP 264 (remove_files) COMPLETE
55652026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.013 INFO O| Mar 18 13:48:26.013 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.027 INFO O| Mar 18 13:48:26.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
55672026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.027 INFO O| Mar 18 13:48:26.027 INFO STEP 265 (remove_files) COMPLETE
55682026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.027 INFO O| Mar 18 13:48:26.027 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.041 INFO O| Mar 18 13:48:26.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
55702026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.041 INFO O| Mar 18 13:48:26.041 INFO STEP 266 (remove_files) COMPLETE
55712026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.041 INFO O| Mar 18 13:48:26.041 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.055 INFO O| Mar 18 13:48:26.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
55732026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.055 INFO O| Mar 18 13:48:26.055 INFO STEP 267 (remove_files) COMPLETE
55742026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.055 INFO O| Mar 18 13:48:26.055 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.069 INFO O| Mar 18 13:48:26.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
55762026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.069 INFO O| Mar 18 13:48:26.069 INFO STEP 268 (remove_files) COMPLETE
55772026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.069 INFO O| Mar 18 13:48:26.069 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.081 INFO O| Mar 18 13:48:26.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
55792026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.081 INFO O| Mar 18 13:48:26.081 INFO STEP 269 (remove_files) COMPLETE
55802026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.082 INFO O| Mar 18 13:48:26.081 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.095 INFO O| Mar 18 13:48:26.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
55822026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.095 INFO O| Mar 18 13:48:26.095 INFO STEP 270 (remove_files) COMPLETE
55832026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.095 INFO O| Mar 18 13:48:26.095 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.108 INFO O| Mar 18 13:48:26.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
55852026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.108 INFO O| Mar 18 13:48:26.108 INFO STEP 271 (remove_files) COMPLETE
55862026-03-18T13:48:27.071Z[ recovery-image] Mar 18 13:48:26.108 INFO O| Mar 18 13:48:26.108 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.119 INFO O| Mar 18 13:48:26.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
55882026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.120 INFO O| Mar 18 13:48:26.120 INFO STEP 272 (remove_files) COMPLETE
55892026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.120 INFO O| Mar 18 13:48:26.120 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.131 INFO O| Mar 18 13:48:26.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
55912026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.131 INFO O| Mar 18 13:48:26.131 INFO STEP 273 (remove_files) COMPLETE
55922026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.131 INFO O| Mar 18 13:48:26.131 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.143 INFO O| Mar 18 13:48:26.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
55942026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.143 INFO O| Mar 18 13:48:26.143 INFO STEP 274 (remove_files) COMPLETE
55952026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.143 INFO O| Mar 18 13:48:26.143 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.154 INFO O| Mar 18 13:48:26.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
55972026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.154 INFO O| Mar 18 13:48:26.154 INFO STEP 275 (remove_files) COMPLETE
55982026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.154 INFO O| Mar 18 13:48:26.154 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.165 INFO O| Mar 18 13:48:26.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56002026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.165 INFO O| Mar 18 13:48:26.165 INFO STEP 276 (remove_files) COMPLETE
56012026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.165 INFO O| Mar 18 13:48:26.165 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.177 INFO O| Mar 18 13:48:26.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56032026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.177 INFO O| Mar 18 13:48:26.177 INFO STEP 277 (remove_files) COMPLETE
56042026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.177 INFO O| Mar 18 13:48:26.177 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.195 INFO O| Mar 18 13:48:26.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56062026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.195 INFO O| Mar 18 13:48:26.195 INFO STEP 278 (remove_files) COMPLETE
56072026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.195 INFO O| Mar 18 13:48:26.195 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.208 INFO O| Mar 18 13:48:26.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56092026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.208 INFO O| Mar 18 13:48:26.208 INFO STEP 279 (remove_files) COMPLETE
56102026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.208 INFO O| Mar 18 13:48:26.208 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.220 INFO O| Mar 18 13:48:26.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56122026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.220 INFO O| Mar 18 13:48:26.220 INFO STEP 280 (remove_files) COMPLETE
56132026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.220 INFO O| Mar 18 13:48:26.220 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.232 INFO O| Mar 18 13:48:26.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56152026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.232 INFO O| Mar 18 13:48:26.232 INFO STEP 281 (remove_files) COMPLETE
56162026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.233 INFO O| Mar 18 13:48:26.232 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.245 INFO O| Mar 18 13:48:26.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56182026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.245 INFO O| Mar 18 13:48:26.245 INFO STEP 282 (remove_files) COMPLETE
56192026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.245 INFO O| Mar 18 13:48:26.245 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.258 INFO O| Mar 18 13:48:26.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56212026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.258 INFO O| Mar 18 13:48:26.258 INFO STEP 283 (remove_files) COMPLETE
56222026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.258 INFO O| Mar 18 13:48:26.258 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.270 INFO O| Mar 18 13:48:26.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56242026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.270 INFO O| Mar 18 13:48:26.270 INFO STEP 284 (remove_files) COMPLETE
56252026-03-18T13:48:27.072Z[ recovery-image] Mar 18 13:48:26.270 INFO O| Mar 18 13:48:26.270 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-03-18T13:48:27.076Z[ recovery-image] Mar 18 13:48:26.283 INFO O| Mar 18 13:48:26.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56272026-03-18T13:48:27.076Z[ recovery-image] Mar 18 13:48:26.283 INFO O| Mar 18 13:48:26.283 INFO STEP 285 (remove_files) COMPLETE
56282026-03-18T13:48:27.076Z[ recovery-image] Mar 18 13:48:26.283 INFO O| Mar 18 13:48:26.283 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-03-18T13:48:27.086Z[ recovery-image] Mar 18 13:48:26.296 INFO O| Mar 18 13:48:26.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56302026-03-18T13:48:27.087Z[ recovery-image] Mar 18 13:48:26.296 INFO O| Mar 18 13:48:26.296 INFO STEP 286 (remove_files) COMPLETE
56312026-03-18T13:48:27.087Z[ recovery-image] Mar 18 13:48:26.296 INFO O| Mar 18 13:48:26.296 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-03-18T13:48:27.099Z[ recovery-image] Mar 18 13:48:26.308 INFO O| Mar 18 13:48:26.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56332026-03-18T13:48:27.099Z[ recovery-image] Mar 18 13:48:26.308 INFO O| Mar 18 13:48:26.308 INFO STEP 287 (remove_files) COMPLETE
56342026-03-18T13:48:27.099Z[ recovery-image] Mar 18 13:48:26.308 INFO O| Mar 18 13:48:26.308 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-03-18T13:48:27.110Z[ recovery-image] Mar 18 13:48:26.320 INFO O| Mar 18 13:48:26.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56362026-03-18T13:48:27.110Z[ recovery-image] Mar 18 13:48:26.320 INFO O| Mar 18 13:48:26.320 INFO STEP 288 (remove_files) COMPLETE
56372026-03-18T13:48:27.113Z[ recovery-image] Mar 18 13:48:26.320 INFO O| Mar 18 13:48:26.320 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-03-18T13:48:27.122Z[ recovery-image] Mar 18 13:48:26.331 INFO O| Mar 18 13:48:26.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56392026-03-18T13:48:27.122Z[ recovery-image] Mar 18 13:48:26.331 INFO O| Mar 18 13:48:26.331 INFO STEP 289 (remove_files) COMPLETE
56402026-03-18T13:48:27.122Z[ recovery-image] Mar 18 13:48:26.331 INFO O| Mar 18 13:48:26.331 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-03-18T13:48:27.132Z[ recovery-image] Mar 18 13:48:26.342 INFO O| Mar 18 13:48:26.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56422026-03-18T13:48:27.132Z[ recovery-image] Mar 18 13:48:26.342 INFO O| Mar 18 13:48:26.342 INFO STEP 290 (remove_files) COMPLETE
56432026-03-18T13:48:27.132Z[ recovery-image] Mar 18 13:48:26.342 INFO O| Mar 18 13:48:26.342 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-03-18T13:48:27.143Z[ recovery-image] Mar 18 13:48:26.353 INFO O| Mar 18 13:48:26.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56452026-03-18T13:48:27.143Z[ recovery-image] Mar 18 13:48:26.353 INFO O| Mar 18 13:48:26.353 INFO STEP 291 (remove_files) COMPLETE
56462026-03-18T13:48:27.143Z[ recovery-image] Mar 18 13:48:26.353 INFO O| Mar 18 13:48:26.353 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-03-18T13:48:27.154Z[ recovery-image] Mar 18 13:48:26.364 INFO O| Mar 18 13:48:26.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56482026-03-18T13:48:27.154Z[ recovery-image] Mar 18 13:48:26.364 INFO O| Mar 18 13:48:26.364 INFO STEP 292 (remove_files) COMPLETE
56492026-03-18T13:48:27.157Z[ recovery-image] Mar 18 13:48:26.364 INFO O| Mar 18 13:48:26.364 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-03-18T13:48:27.165Z[ recovery-image] Mar 18 13:48:26.375 INFO O| Mar 18 13:48:26.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56512026-03-18T13:48:27.165Z[ recovery-image] Mar 18 13:48:26.375 INFO O| Mar 18 13:48:26.375 INFO STEP 293 (remove_files) COMPLETE
56522026-03-18T13:48:27.168Z[ recovery-image] Mar 18 13:48:26.375 INFO O| Mar 18 13:48:26.375 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-03-18T13:48:27.176Z[ recovery-image] Mar 18 13:48:26.386 INFO O| Mar 18 13:48:26.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56542026-03-18T13:48:27.176Z[ recovery-image] Mar 18 13:48:26.386 INFO O| Mar 18 13:48:26.386 INFO STEP 294 (remove_files) COMPLETE
56552026-03-18T13:48:27.176Z[ recovery-image] Mar 18 13:48:26.386 INFO O| Mar 18 13:48:26.386 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-03-18T13:48:27.188Z[ recovery-image] Mar 18 13:48:26.397 INFO O| Mar 18 13:48:26.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56572026-03-18T13:48:27.188Z[ recovery-image] Mar 18 13:48:26.397 INFO O| Mar 18 13:48:26.397 INFO STEP 295 (remove_files) COMPLETE
56582026-03-18T13:48:27.188Z[ recovery-image] Mar 18 13:48:26.397 INFO O| Mar 18 13:48:26.397 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-03-18T13:48:27.200Z[ recovery-image] Mar 18 13:48:26.410 INFO O| Mar 18 13:48:26.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
56602026-03-18T13:48:27.200Z[ recovery-image] Mar 18 13:48:26.410 INFO O| Mar 18 13:48:26.410 INFO STEP 296 (remove_files) COMPLETE
56612026-03-18T13:48:27.200Z[ recovery-image] Mar 18 13:48:26.410 INFO O| Mar 18 13:48:26.410 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-03-18T13:48:27.211Z[ recovery-image] Mar 18 13:48:26.421 INFO O| Mar 18 13:48:26.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
56632026-03-18T13:48:27.211Z[ recovery-image] Mar 18 13:48:26.421 INFO O| Mar 18 13:48:26.421 INFO STEP 297 (remove_files) COMPLETE
56642026-03-18T13:48:27.214Z[ recovery-image] Mar 18 13:48:26.421 INFO O| Mar 18 13:48:26.421 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-03-18T13:48:27.222Z[ recovery-image] Mar 18 13:48:26.432 INFO O| Mar 18 13:48:26.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
56662026-03-18T13:48:27.222Z[ recovery-image] Mar 18 13:48:26.432 INFO O| Mar 18 13:48:26.432 INFO STEP 298 (remove_files) COMPLETE
56672026-03-18T13:48:27.225Z[ recovery-image] Mar 18 13:48:26.432 INFO O| Mar 18 13:48:26.432 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-03-18T13:48:27.234Z[ recovery-image] Mar 18 13:48:26.443 INFO O| Mar 18 13:48:26.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
56692026-03-18T13:48:27.234Z[ recovery-image] Mar 18 13:48:26.443 INFO O| Mar 18 13:48:26.443 INFO STEP 299 (remove_files) COMPLETE
56702026-03-18T13:48:27.237Z[ recovery-image] Mar 18 13:48:26.443 INFO O| Mar 18 13:48:26.443 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-03-18T13:48:27.245Z[ recovery-image] Mar 18 13:48:26.455 INFO O| Mar 18 13:48:26.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
56722026-03-18T13:48:27.245Z[ recovery-image] Mar 18 13:48:26.455 INFO O| Mar 18 13:48:26.455 INFO STEP 300 (remove_files) COMPLETE
56732026-03-18T13:48:27.245Z[ recovery-image] Mar 18 13:48:26.455 INFO O| Mar 18 13:48:26.455 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-03-18T13:48:27.256Z[ recovery-image] Mar 18 13:48:26.466 INFO O| Mar 18 13:48:26.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
56752026-03-18T13:48:27.256Z[ recovery-image] Mar 18 13:48:26.466 INFO O| Mar 18 13:48:26.466 INFO STEP 301 (remove_files) COMPLETE
56762026-03-18T13:48:27.256Z[ recovery-image] Mar 18 13:48:26.466 INFO O| Mar 18 13:48:26.466 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-03-18T13:48:27.267Z[ recovery-image] Mar 18 13:48:26.477 INFO O| Mar 18 13:48:26.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
56782026-03-18T13:48:27.267Z[ recovery-image] Mar 18 13:48:26.477 INFO O| Mar 18 13:48:26.477 INFO STEP 302 (remove_files) COMPLETE
56792026-03-18T13:48:27.268Z[ recovery-image] Mar 18 13:48:26.477 INFO O| Mar 18 13:48:26.477 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-03-18T13:48:27.281Z[ recovery-image] Mar 18 13:48:26.490 INFO O| Mar 18 13:48:26.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
56812026-03-18T13:48:27.281Z[ recovery-image] Mar 18 13:48:26.490 INFO O| Mar 18 13:48:26.490 INFO STEP 303 (remove_files) COMPLETE
56822026-03-18T13:48:27.281Z[ recovery-image] Mar 18 13:48:26.490 INFO O| Mar 18 13:48:26.490 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-03-18T13:48:27.295Z[ recovery-image] Mar 18 13:48:26.504 INFO O| Mar 18 13:48:26.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
56842026-03-18T13:48:27.295Z[ recovery-image] Mar 18 13:48:26.504 INFO O| Mar 18 13:48:26.504 INFO STEP 304 (remove_files) COMPLETE
56852026-03-18T13:48:27.295Z[ recovery-image] Mar 18 13:48:26.504 INFO O| Mar 18 13:48:26.504 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-03-18T13:48:27.308Z[ recovery-image] Mar 18 13:48:26.518 INFO O| Mar 18 13:48:26.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
56872026-03-18T13:48:27.308Z[ recovery-image] Mar 18 13:48:26.518 INFO O| Mar 18 13:48:26.518 INFO STEP 305 (remove_files) COMPLETE
56882026-03-18T13:48:27.308Z[ recovery-image] Mar 18 13:48:26.518 INFO O| Mar 18 13:48:26.518 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-03-18T13:48:27.320Z[ recovery-image] Mar 18 13:48:26.530 INFO O| Mar 18 13:48:26.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
56902026-03-18T13:48:27.320Z[ recovery-image] Mar 18 13:48:26.530 INFO O| Mar 18 13:48:26.530 INFO STEP 306 (remove_files) COMPLETE
56912026-03-18T13:48:27.323Z[ recovery-image] Mar 18 13:48:26.530 INFO O| Mar 18 13:48:26.530 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-03-18T13:48:27.332Z[ recovery-image] Mar 18 13:48:26.541 INFO O| Mar 18 13:48:26.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
56932026-03-18T13:48:27.332Z[ recovery-image] Mar 18 13:48:26.541 INFO O| Mar 18 13:48:26.541 INFO STEP 307 (remove_files) COMPLETE
56942026-03-18T13:48:27.332Z[ recovery-image] Mar 18 13:48:26.541 INFO O| Mar 18 13:48:26.541 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-03-18T13:48:27.342Z[ recovery-image] Mar 18 13:48:26.552 INFO O| Mar 18 13:48:26.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
56962026-03-18T13:48:27.342Z[ recovery-image] Mar 18 13:48:26.552 INFO O| Mar 18 13:48:26.552 INFO STEP 308 (remove_files) COMPLETE
56972026-03-18T13:48:27.342Z[ recovery-image] Mar 18 13:48:26.552 INFO O| Mar 18 13:48:26.552 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-03-18T13:48:27.353Z[ recovery-image] Mar 18 13:48:26.562 INFO O| Mar 18 13:48:26.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
56992026-03-18T13:48:27.353Z[ recovery-image] Mar 18 13:48:26.562 INFO O| Mar 18 13:48:26.562 INFO STEP 309 (remove_files) COMPLETE
57002026-03-18T13:48:27.353Z[ recovery-image] Mar 18 13:48:26.562 INFO O| Mar 18 13:48:26.562 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-03-18T13:48:27.364Z[ recovery-image] Mar 18 13:48:26.574 INFO O| Mar 18 13:48:26.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57022026-03-18T13:48:27.364Z[ recovery-image] Mar 18 13:48:26.574 INFO O| Mar 18 13:48:26.574 INFO STEP 310 (remove_files) COMPLETE
57032026-03-18T13:48:27.364Z[ recovery-image] Mar 18 13:48:26.574 INFO O| Mar 18 13:48:26.574 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-03-18T13:48:27.375Z[ recovery-image] Mar 18 13:48:26.585 INFO O| Mar 18 13:48:26.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57052026-03-18T13:48:27.375Z[ recovery-image] Mar 18 13:48:26.585 INFO O| Mar 18 13:48:26.585 INFO STEP 311 (remove_files) COMPLETE
57062026-03-18T13:48:27.375Z[ recovery-image] Mar 18 13:48:26.585 INFO O| Mar 18 13:48:26.585 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-03-18T13:48:27.386Z[ recovery-image] Mar 18 13:48:26.595 INFO O| Mar 18 13:48:26.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57082026-03-18T13:48:27.386Z[ recovery-image] Mar 18 13:48:26.595 INFO O| Mar 18 13:48:26.595 INFO STEP 312 (remove_files) COMPLETE
57092026-03-18T13:48:27.386Z[ recovery-image] Mar 18 13:48:26.595 INFO O| Mar 18 13:48:26.595 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-03-18T13:48:27.398Z[ recovery-image] Mar 18 13:48:26.608 INFO O| Mar 18 13:48:26.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57112026-03-18T13:48:27.398Z[ recovery-image] Mar 18 13:48:26.608 INFO O| Mar 18 13:48:26.608 INFO STEP 313 (remove_files) COMPLETE
57122026-03-18T13:48:27.398Z[ recovery-image] Mar 18 13:48:26.608 INFO O| Mar 18 13:48:26.608 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-03-18T13:48:27.410Z[ recovery-image] Mar 18 13:48:26.620 INFO O| Mar 18 13:48:26.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57142026-03-18T13:48:27.410Z[ recovery-image] Mar 18 13:48:26.620 INFO O| Mar 18 13:48:26.620 INFO STEP 314 (remove_files) COMPLETE
57152026-03-18T13:48:27.413Z[ recovery-image] Mar 18 13:48:26.620 INFO O| Mar 18 13:48:26.620 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-03-18T13:48:27.422Z[ recovery-image] Mar 18 13:48:26.632 INFO O| Mar 18 13:48:26.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57172026-03-18T13:48:27.422Z[ recovery-image] Mar 18 13:48:26.632 INFO O| Mar 18 13:48:26.632 INFO STEP 315 (remove_files) COMPLETE
57182026-03-18T13:48:27.422Z[ recovery-image] Mar 18 13:48:26.632 INFO O| Mar 18 13:48:26.632 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-03-18T13:48:27.434Z[ recovery-image] Mar 18 13:48:26.644 INFO O| Mar 18 13:48:26.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57202026-03-18T13:48:27.434Z[ recovery-image] Mar 18 13:48:26.644 INFO O| Mar 18 13:48:26.644 INFO STEP 316 (remove_files) COMPLETE
57212026-03-18T13:48:27.437Z[ recovery-image] Mar 18 13:48:26.644 INFO O| Mar 18 13:48:26.644 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-03-18T13:48:27.445Z[ recovery-image] Mar 18 13:48:26.655 INFO O| Mar 18 13:48:26.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57232026-03-18T13:48:27.445Z[ recovery-image] Mar 18 13:48:26.655 INFO O| Mar 18 13:48:26.655 INFO STEP 317 (remove_files) COMPLETE
57242026-03-18T13:48:27.448Z[ recovery-image] Mar 18 13:48:26.655 INFO O| Mar 18 13:48:26.655 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-03-18T13:48:27.462Z[ recovery-image] Mar 18 13:48:26.671 INFO O| Mar 18 13:48:26.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57262026-03-18T13:48:27.462Z[ recovery-image] Mar 18 13:48:26.671 INFO O| Mar 18 13:48:26.671 INFO STEP 318 (remove_files) COMPLETE
57272026-03-18T13:48:27.462Z[ recovery-image] Mar 18 13:48:26.671 INFO O| Mar 18 13:48:26.671 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-03-18T13:48:27.476Z[ recovery-image] Mar 18 13:48:26.686 INFO O| Mar 18 13:48:26.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57292026-03-18T13:48:27.476Z[ recovery-image] Mar 18 13:48:26.686 INFO O| Mar 18 13:48:26.686 INFO STEP 319 (remove_files) COMPLETE
57302026-03-18T13:48:27.479Z[ recovery-image] Mar 18 13:48:26.686 INFO O| Mar 18 13:48:26.686 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-03-18T13:48:27.492Z[ recovery-image] Mar 18 13:48:26.701 INFO O| Mar 18 13:48:26.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57322026-03-18T13:48:27.492Z[ recovery-image] Mar 18 13:48:26.701 INFO O| Mar 18 13:48:26.701 INFO STEP 320 (remove_files) COMPLETE
57332026-03-18T13:48:27.495Z[ recovery-image] Mar 18 13:48:26.701 INFO O| Mar 18 13:48:26.701 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-03-18T13:48:27.506Z[ recovery-image] Mar 18 13:48:26.716 INFO O| Mar 18 13:48:26.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57352026-03-18T13:48:27.506Z[ recovery-image] Mar 18 13:48:26.716 INFO O| Mar 18 13:48:26.716 INFO STEP 321 (remove_files) COMPLETE
57362026-03-18T13:48:27.506Z[ recovery-image] Mar 18 13:48:26.716 INFO O| Mar 18 13:48:26.716 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-03-18T13:48:27.521Z[ recovery-image] Mar 18 13:48:26.730 INFO O| Mar 18 13:48:26.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57382026-03-18T13:48:27.524Z[ recovery-image] Mar 18 13:48:26.731 INFO O| Mar 18 13:48:26.731 INFO STEP 322 (remove_files) COMPLETE
57392026-03-18T13:48:27.524Z[ recovery-image] Mar 18 13:48:26.731 INFO O| Mar 18 13:48:26.731 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-03-18T13:48:27.534Z[ recovery-image] Mar 18 13:48:26.743 INFO O| Mar 18 13:48:26.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57412026-03-18T13:48:27.534Z[ recovery-image] Mar 18 13:48:26.744 INFO O| Mar 18 13:48:26.744 INFO STEP 323 (remove_files) COMPLETE
57422026-03-18T13:48:27.537Z[ recovery-image] Mar 18 13:48:26.744 INFO O| Mar 18 13:48:26.744 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-03-18T13:48:27.545Z[ recovery-image] Mar 18 13:48:26.755 INFO O| Mar 18 13:48:26.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57442026-03-18T13:48:27.545Z[ recovery-image] Mar 18 13:48:26.755 INFO O| Mar 18 13:48:26.755 INFO STEP 324 (remove_files) COMPLETE
57452026-03-18T13:48:27.548Z[ recovery-image] Mar 18 13:48:26.755 INFO O| Mar 18 13:48:26.755 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-03-18T13:48:27.557Z[ recovery-image] Mar 18 13:48:26.767 INFO O| Mar 18 13:48:26.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57472026-03-18T13:48:27.560Z[ recovery-image] Mar 18 13:48:26.768 INFO O| Mar 18 13:48:26.768 INFO STEP 325 (remove_files) COMPLETE
57482026-03-18T13:48:27.560Z[ recovery-image] Mar 18 13:48:26.768 INFO O| Mar 18 13:48:26.768 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-03-18T13:48:27.571Z[ recovery-image] Mar 18 13:48:26.780 INFO O| Mar 18 13:48:26.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57502026-03-18T13:48:27.571Z[ recovery-image] Mar 18 13:48:26.780 INFO O| Mar 18 13:48:26.780 INFO STEP 326 (remove_files) COMPLETE
57512026-03-18T13:48:27.574Z[ recovery-image] Mar 18 13:48:26.780 INFO O| Mar 18 13:48:26.780 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-03-18T13:48:27.584Z[ recovery-image] Mar 18 13:48:26.794 INFO O| Mar 18 13:48:26.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57532026-03-18T13:48:27.676Z[ recovery-image] Mar 18 13:48:26.794 INFO O| Mar 18 13:48:26.794 INFO STEP 327 (remove_files) COMPLETE
57542026-03-18T13:48:27.676Z[ recovery-image] Mar 18 13:48:26.794 INFO O| Mar 18 13:48:26.794 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-03-18T13:48:27.676Z[ recovery-image] Mar 18 13:48:26.808 INFO O| Mar 18 13:48:26.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
57562026-03-18T13:48:27.699Z[ recovery-image] Mar 18 13:48:26.808 INFO O| Mar 18 13:48:26.808 INFO STEP 328 (remove_files) COMPLETE
57572026-03-18T13:48:27.699Z[ recovery-image] Mar 18 13:48:26.808 INFO O| Mar 18 13:48:26.808 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-03-18T13:48:27.699Z[ recovery-image] Mar 18 13:48:26.822 INFO O| Mar 18 13:48:26.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
57592026-03-18T13:48:27.702Z[ recovery-image] Mar 18 13:48:26.822 INFO O| Mar 18 13:48:26.822 INFO STEP 329 (remove_files) COMPLETE
57602026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.822 INFO O| Mar 18 13:48:26.822 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.836 INFO O| Mar 18 13:48:26.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
57622026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.836 INFO O| Mar 18 13:48:26.836 INFO STEP 330 (remove_files) COMPLETE
57632026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.836 INFO O| Mar 18 13:48:26.836 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.850 INFO O| Mar 18 13:48:26.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
57652026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.850 INFO O| Mar 18 13:48:26.850 INFO STEP 331 (remove_files) COMPLETE
57662026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.850 INFO O| Mar 18 13:48:26.850 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.864 INFO O| Mar 18 13:48:26.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
57682026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.864 INFO O| Mar 18 13:48:26.864 INFO STEP 332 (remove_files) COMPLETE
57692026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.864 INFO O| Mar 18 13:48:26.864 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.878 INFO O| Mar 18 13:48:26.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
57712026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.879 INFO O| Mar 18 13:48:26.879 INFO STEP 333 (remove_files) COMPLETE
57722026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.879 INFO O| Mar 18 13:48:26.879 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.893 INFO O| Mar 18 13:48:26.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
57742026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.893 INFO O| Mar 18 13:48:26.893 INFO STEP 334 (remove_files) COMPLETE
57752026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.893 INFO O| Mar 18 13:48:26.893 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.907 INFO O| Mar 18 13:48:26.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
57772026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.907 INFO O| Mar 18 13:48:26.907 INFO STEP 335 (remove_files) COMPLETE
57782026-03-18T13:48:27.703Z[ recovery-image] Mar 18 13:48:26.907 INFO O| Mar 18 13:48:26.907 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-03-18T13:48:27.711Z[ recovery-image] Mar 18 13:48:26.921 INFO O| Mar 18 13:48:26.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
57802026-03-18T13:48:27.711Z[ recovery-image] Mar 18 13:48:26.921 INFO O| Mar 18 13:48:26.921 INFO STEP 336 (remove_files) COMPLETE
57812026-03-18T13:48:27.714Z[ recovery-image] Mar 18 13:48:26.921 INFO O| Mar 18 13:48:26.921 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-03-18T13:48:27.725Z[ recovery-image] Mar 18 13:48:26.935 INFO O| Mar 18 13:48:26.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
57832026-03-18T13:48:27.725Z[ recovery-image] Mar 18 13:48:26.935 INFO O| Mar 18 13:48:26.935 INFO STEP 337 (remove_files) COMPLETE
57842026-03-18T13:48:27.725Z[ recovery-image] Mar 18 13:48:26.935 INFO O| Mar 18 13:48:26.935 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-03-18T13:48:27.740Z[ recovery-image] Mar 18 13:48:26.950 INFO O| Mar 18 13:48:26.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
57862026-03-18T13:48:27.740Z[ recovery-image] Mar 18 13:48:26.950 INFO O| Mar 18 13:48:26.950 INFO STEP 338 (remove_files) COMPLETE
57872026-03-18T13:48:27.740Z[ recovery-image] Mar 18 13:48:26.950 INFO O| Mar 18 13:48:26.950 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-03-18T13:48:27.755Z[ recovery-image] Mar 18 13:48:26.965 INFO O| Mar 18 13:48:26.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
57892026-03-18T13:48:27.758Z[ recovery-image] Mar 18 13:48:26.965 INFO O| Mar 18 13:48:26.965 INFO STEP 339 (remove_files) COMPLETE
57902026-03-18T13:48:27.758Z[ recovery-image] Mar 18 13:48:26.965 INFO O| Mar 18 13:48:26.965 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-03-18T13:48:27.770Z[ recovery-image] Mar 18 13:48:26.979 INFO O| Mar 18 13:48:26.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
57922026-03-18T13:48:27.770Z[ recovery-image] Mar 18 13:48:26.979 INFO O| Mar 18 13:48:26.979 INFO STEP 340 (remove_files) COMPLETE
57932026-03-18T13:48:27.773Z[ recovery-image] Mar 18 13:48:26.979 INFO O| Mar 18 13:48:26.979 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-03-18T13:48:27.781Z[ recovery-image] Mar 18 13:48:26.991 INFO O| Mar 18 13:48:26.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
57952026-03-18T13:48:27.781Z[ recovery-image] Mar 18 13:48:26.991 INFO O| Mar 18 13:48:26.991 INFO STEP 341 (remove_files) COMPLETE
57962026-03-18T13:48:27.784Z[ recovery-image] Mar 18 13:48:26.991 INFO O| Mar 18 13:48:26.991 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-03-18T13:48:27.796Z[ recovery-image] Mar 18 13:48:27.006 INFO O| Mar 18 13:48:27.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
57982026-03-18T13:48:27.796Z[ recovery-image] Mar 18 13:48:27.006 INFO O| Mar 18 13:48:27.006 INFO STEP 342 (remove_files) COMPLETE
57992026-03-18T13:48:27.796Z[ recovery-image] Mar 18 13:48:27.006 INFO O| Mar 18 13:48:27.006 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-03-18T13:48:27.808Z[ recovery-image] Mar 18 13:48:27.017 INFO O| Mar 18 13:48:27.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58012026-03-18T13:48:27.808Z[ recovery-image] Mar 18 13:48:27.018 INFO O| Mar 18 13:48:27.018 INFO STEP 343 (remove_files) COMPLETE
58022026-03-18T13:48:27.808Z[ recovery-image] Mar 18 13:48:27.018 INFO O| Mar 18 13:48:27.018 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-03-18T13:48:27.819Z[ recovery-image] Mar 18 13:48:27.029 INFO O| Mar 18 13:48:27.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58042026-03-18T13:48:27.819Z[ recovery-image] Mar 18 13:48:27.029 INFO O| Mar 18 13:48:27.029 INFO STEP 344 (remove_files) COMPLETE
58052026-03-18T13:48:27.822Z[ recovery-image] Mar 18 13:48:27.029 INFO O| Mar 18 13:48:27.029 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-03-18T13:48:27.830Z[ recovery-image] Mar 18 13:48:27.040 INFO O| Mar 18 13:48:27.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58072026-03-18T13:48:27.830Z[ recovery-image] Mar 18 13:48:27.040 INFO O| Mar 18 13:48:27.040 INFO STEP 345 (remove_files) COMPLETE
58082026-03-18T13:48:27.830Z[ recovery-image] Mar 18 13:48:27.040 INFO O| Mar 18 13:48:27.040 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-03-18T13:48:27.866Z[ recovery-image] Mar 18 13:48:27.052 INFO O| Mar 18 13:48:27.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58102026-03-18T13:48:27.866Z[ recovery-image] Mar 18 13:48:27.052 INFO O| Mar 18 13:48:27.052 INFO STEP 346 (remove_files) COMPLETE
58112026-03-18T13:48:27.866Z[ recovery-image] Mar 18 13:48:27.052 INFO O| Mar 18 13:48:27.052 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-03-18T13:48:27.866Z[ recovery-image] Mar 18 13:48:27.064 INFO O| Mar 18 13:48:27.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58132026-03-18T13:48:27.866Z[ recovery-image] Mar 18 13:48:27.065 INFO O| Mar 18 13:48:27.065 INFO STEP 347 (remove_files) COMPLETE
58142026-03-18T13:48:27.866Z[ recovery-image] Mar 18 13:48:27.065 INFO O| Mar 18 13:48:27.065 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-03-18T13:48:27.873Z[ recovery-image] Mar 18 13:48:27.078 INFO O| Mar 18 13:48:27.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58162026-03-18T13:48:27.873Z[ recovery-image] Mar 18 13:48:27.078 INFO O| Mar 18 13:48:27.078 INFO STEP 348 (remove_files) COMPLETE
58172026-03-18T13:48:27.873Z[ recovery-image] Mar 18 13:48:27.078 INFO O| Mar 18 13:48:27.078 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-03-18T13:48:27.881Z[ recovery-image] Mar 18 13:48:27.091 INFO O| Mar 18 13:48:27.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58192026-03-18T13:48:27.881Z[ recovery-image] Mar 18 13:48:27.091 INFO O| Mar 18 13:48:27.091 INFO STEP 349 (remove_files) COMPLETE
58202026-03-18T13:48:27.881Z[ recovery-image] Mar 18 13:48:27.091 INFO O| Mar 18 13:48:27.091 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-03-18T13:48:27.894Z[ recovery-image] Mar 18 13:48:27.104 INFO O| Mar 18 13:48:27.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58222026-03-18T13:48:27.894Z[ recovery-image] Mar 18 13:48:27.104 INFO O| Mar 18 13:48:27.104 INFO STEP 350 (remove_files) COMPLETE
58232026-03-18T13:48:27.894Z[ recovery-image] Mar 18 13:48:27.104 INFO O| Mar 18 13:48:27.104 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-03-18T13:48:27.907Z[ recovery-image] Mar 18 13:48:27.117 INFO O| Mar 18 13:48:27.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58252026-03-18T13:48:27.907Z[ recovery-image] Mar 18 13:48:27.117 INFO O| Mar 18 13:48:27.117 INFO STEP 351 (remove_files) COMPLETE
58262026-03-18T13:48:27.907Z[ recovery-image] Mar 18 13:48:27.117 INFO O| Mar 18 13:48:27.117 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-03-18T13:48:27.920Z[ recovery-image] Mar 18 13:48:27.130 INFO O| Mar 18 13:48:27.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58282026-03-18T13:48:27.920Z[ recovery-image] Mar 18 13:48:27.130 INFO O| Mar 18 13:48:27.130 INFO STEP 352 (remove_files) COMPLETE
58292026-03-18T13:48:27.920Z[ recovery-image] Mar 18 13:48:27.130 INFO O| Mar 18 13:48:27.130 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-03-18T13:48:27.933Z[ recovery-image] Mar 18 13:48:27.143 INFO O| Mar 18 13:48:27.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58312026-03-18T13:48:27.933Z[ recovery-image] Mar 18 13:48:27.143 INFO O| Mar 18 13:48:27.143 INFO STEP 353 (remove_files) COMPLETE
58322026-03-18T13:48:27.933Z[ recovery-image] Mar 18 13:48:27.143 INFO O| Mar 18 13:48:27.143 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-03-18T13:48:27.947Z[ recovery-image] Mar 18 13:48:27.156 INFO O| Mar 18 13:48:27.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58342026-03-18T13:48:27.947Z[ recovery-image] Mar 18 13:48:27.157 INFO O| Mar 18 13:48:27.157 INFO STEP 354 (remove_files) COMPLETE
58352026-03-18T13:48:27.950Z[ recovery-image] Mar 18 13:48:27.157 INFO O| Mar 18 13:48:27.157 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-03-18T13:48:27.961Z[ recovery-image] Mar 18 13:48:27.170 INFO O| Mar 18 13:48:27.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58372026-03-18T13:48:27.961Z[ recovery-image] Mar 18 13:48:27.170 INFO O| Mar 18 13:48:27.170 INFO STEP 355 (remove_files) COMPLETE
58382026-03-18T13:48:27.963Z[ recovery-image] Mar 18 13:48:27.170 INFO O| Mar 18 13:48:27.170 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-03-18T13:48:27.973Z[ recovery-image] Mar 18 13:48:27.182 INFO O| Mar 18 13:48:27.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58402026-03-18T13:48:27.973Z[ recovery-image] Mar 18 13:48:27.182 INFO O| Mar 18 13:48:27.182 INFO STEP 356 (remove_files) COMPLETE
58412026-03-18T13:48:27.973Z[ recovery-image] Mar 18 13:48:27.182 INFO O| Mar 18 13:48:27.182 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-03-18T13:48:28.005Z[ recovery-image] Mar 18 13:48:27.215 INFO O| Mar 18 13:48:27.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58432026-03-18T13:48:28.042Z[ recovery-image] Mar 18 13:48:27.252 INFO O| Mar 18 13:48:27.252 INFO STEP 357 (remove_files) COMPLETE
58442026-03-18T13:48:28.043Z[ recovery-image] Mar 18 13:48:27.252 INFO O| Mar 18 13:48:27.252 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-03-18T13:48:28.057Z[ recovery-image] Mar 18 13:48:27.266 INFO O| Mar 18 13:48:27.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58462026-03-18T13:48:28.057Z[ recovery-image] Mar 18 13:48:27.266 INFO O| Mar 18 13:48:27.266 INFO STEP 358 (remove_files) COMPLETE
58472026-03-18T13:48:28.057Z[ recovery-image] Mar 18 13:48:27.266 INFO O| Mar 18 13:48:27.266 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-03-18T13:48:28.069Z[ recovery-image] Mar 18 13:48:27.278 INFO O| Mar 18 13:48:27.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58492026-03-18T13:48:28.069Z[ recovery-image] Mar 18 13:48:27.278 INFO O| Mar 18 13:48:27.278 INFO STEP 359 (remove_files) COMPLETE
58502026-03-18T13:48:28.069Z[ recovery-image] Mar 18 13:48:27.278 INFO O| Mar 18 13:48:27.278 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-03-18T13:48:28.081Z[ recovery-image] Mar 18 13:48:27.290 INFO O| Mar 18 13:48:27.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58522026-03-18T13:48:28.081Z[ recovery-image] Mar 18 13:48:27.290 INFO O| Mar 18 13:48:27.290 INFO STEP 360 (remove_files) COMPLETE
58532026-03-18T13:48:28.081Z[ recovery-image] Mar 18 13:48:27.290 INFO O| Mar 18 13:48:27.290 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-03-18T13:48:28.093Z[ recovery-image] Mar 18 13:48:27.302 INFO O| Mar 18 13:48:27.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
58552026-03-18T13:48:28.093Z[ recovery-image] Mar 18 13:48:27.302 INFO O| Mar 18 13:48:27.302 INFO STEP 361 (remove_files) COMPLETE
58562026-03-18T13:48:28.093Z[ recovery-image] Mar 18 13:48:27.302 INFO O| Mar 18 13:48:27.302 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-03-18T13:48:28.106Z[ recovery-image] Mar 18 13:48:27.315 INFO O| Mar 18 13:48:27.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
58582026-03-18T13:48:28.106Z[ recovery-image] Mar 18 13:48:27.315 INFO O| Mar 18 13:48:27.315 INFO STEP 362 (remove_files) COMPLETE
58592026-03-18T13:48:28.110Z[ recovery-image] Mar 18 13:48:27.315 INFO O| Mar 18 13:48:27.315 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-03-18T13:48:28.118Z[ recovery-image] Mar 18 13:48:27.327 INFO O| Mar 18 13:48:27.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
58612026-03-18T13:48:28.118Z[ recovery-image] Mar 18 13:48:27.327 INFO O| Mar 18 13:48:27.327 INFO STEP 363 (remove_files) COMPLETE
58622026-03-18T13:48:28.120Z[ recovery-image] Mar 18 13:48:27.327 INFO O| Mar 18 13:48:27.327 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-03-18T13:48:28.131Z[ recovery-image] Mar 18 13:48:27.341 INFO O| Mar 18 13:48:27.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
58642026-03-18T13:48:28.131Z[ recovery-image] Mar 18 13:48:27.341 INFO O| Mar 18 13:48:27.341 INFO STEP 364 (remove_files) COMPLETE
58652026-03-18T13:48:28.131Z[ recovery-image] Mar 18 13:48:27.341 INFO O| Mar 18 13:48:27.341 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-03-18T13:48:28.143Z[ recovery-image] Mar 18 13:48:27.353 INFO O| Mar 18 13:48:27.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
58672026-03-18T13:48:28.143Z[ recovery-image] Mar 18 13:48:27.353 INFO O| Mar 18 13:48:27.353 INFO STEP 365 (remove_files) COMPLETE
58682026-03-18T13:48:28.143Z[ recovery-image] Mar 18 13:48:27.353 INFO O| Mar 18 13:48:27.353 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-03-18T13:48:28.156Z[ recovery-image] Mar 18 13:48:27.366 INFO O| Mar 18 13:48:27.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
58702026-03-18T13:48:28.156Z[ recovery-image] Mar 18 13:48:27.366 INFO O| Mar 18 13:48:27.366 INFO STEP 366 (remove_files) COMPLETE
58712026-03-18T13:48:28.159Z[ recovery-image] Mar 18 13:48:27.366 INFO O| Mar 18 13:48:27.366 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-03-18T13:48:28.169Z[ recovery-image] Mar 18 13:48:27.378 INFO O| Mar 18 13:48:27.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
58732026-03-18T13:48:28.169Z[ recovery-image] Mar 18 13:48:27.378 INFO O| Mar 18 13:48:27.378 INFO STEP 367 (remove_files) COMPLETE
58742026-03-18T13:48:28.184Z[ recovery-image] Mar 18 13:48:27.378 INFO O| Mar 18 13:48:27.378 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-03-18T13:48:28.184Z[ recovery-image] Mar 18 13:48:27.392 INFO O| Mar 18 13:48:27.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
58762026-03-18T13:48:28.184Z[ recovery-image] Mar 18 13:48:27.392 INFO O| Mar 18 13:48:27.392 INFO STEP 368 (remove_files) COMPLETE
58772026-03-18T13:48:28.184Z[ recovery-image] Mar 18 13:48:27.392 INFO O| Mar 18 13:48:27.392 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-03-18T13:48:28.197Z[ recovery-image] Mar 18 13:48:27.407 INFO O| Mar 18 13:48:27.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
58792026-03-18T13:48:28.197Z[ recovery-image] Mar 18 13:48:27.407 INFO O| Mar 18 13:48:27.407 INFO STEP 369 (remove_files) COMPLETE
58802026-03-18T13:48:28.197Z[ recovery-image] Mar 18 13:48:27.407 INFO O| Mar 18 13:48:27.407 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-03-18T13:48:28.209Z[ recovery-image] Mar 18 13:48:27.419 INFO O| Mar 18 13:48:27.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
58822026-03-18T13:48:28.209Z[ recovery-image] Mar 18 13:48:27.419 INFO O| Mar 18 13:48:27.419 INFO STEP 370 (remove_files) COMPLETE
58832026-03-18T13:48:28.212Z[ recovery-image] Mar 18 13:48:27.419 INFO O| Mar 18 13:48:27.419 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-03-18T13:48:28.222Z[ recovery-image] Mar 18 13:48:27.431 INFO O| Mar 18 13:48:27.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
58852026-03-18T13:48:28.222Z[ recovery-image] Mar 18 13:48:27.431 INFO O| Mar 18 13:48:27.431 INFO STEP 371 (remove_files) COMPLETE
58862026-03-18T13:48:28.237Z[ recovery-image] Mar 18 13:48:27.431 INFO O| Mar 18 13:48:27.431 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-03-18T13:48:28.237Z[ recovery-image] Mar 18 13:48:27.442 INFO O| Mar 18 13:48:27.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
58882026-03-18T13:48:28.237Z[ recovery-image] Mar 18 13:48:27.443 INFO O| Mar 18 13:48:27.442 INFO STEP 372 (remove_files) COMPLETE
58892026-03-18T13:48:28.237Z[ recovery-image] Mar 18 13:48:27.443 INFO O| Mar 18 13:48:27.443 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-03-18T13:48:28.248Z[ recovery-image] Mar 18 13:48:27.454 INFO O| Mar 18 13:48:27.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
58912026-03-18T13:48:28.248Z[ recovery-image] Mar 18 13:48:27.454 INFO O| Mar 18 13:48:27.454 INFO STEP 373 (remove_files) COMPLETE
58922026-03-18T13:48:28.248Z[ recovery-image] Mar 18 13:48:27.454 INFO O| Mar 18 13:48:27.454 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-03-18T13:48:28.297Z[ recovery-image] Mar 18 13:48:27.465 INFO O| Mar 18 13:48:27.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
58942026-03-18T13:48:28.297Z[ recovery-image] Mar 18 13:48:27.465 INFO O| Mar 18 13:48:27.465 INFO STEP 374 (remove_files) COMPLETE
58952026-03-18T13:48:28.298Z[ recovery-image] Mar 18 13:48:27.465 INFO O| Mar 18 13:48:27.465 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-03-18T13:48:28.300Z[ recovery-image] Mar 18 13:48:27.474 INFO O| Mar 18 13:48:27.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
58972026-03-18T13:48:28.300Z[ recovery-image] Mar 18 13:48:27.475 INFO O| Mar 18 13:48:27.475 INFO STEP 375 (remove_files) COMPLETE
58982026-03-18T13:48:28.301Z[ recovery-image] Mar 18 13:48:27.475 INFO O| Mar 18 13:48:27.475 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-03-18T13:48:28.301Z[ recovery-image] Mar 18 13:48:27.485 INFO O| Mar 18 13:48:27.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59002026-03-18T13:48:28.301Z[ recovery-image] Mar 18 13:48:27.485 INFO O| Mar 18 13:48:27.485 INFO STEP 376 (remove_files) COMPLETE
59012026-03-18T13:48:28.301Z[ recovery-image] Mar 18 13:48:27.485 INFO O| Mar 18 13:48:27.485 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-03-18T13:48:28.301Z[ recovery-image] Mar 18 13:48:27.494 INFO O| Mar 18 13:48:27.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59032026-03-18T13:48:28.301Z[ recovery-image] Mar 18 13:48:27.495 INFO O| Mar 18 13:48:27.494 INFO STEP 377 (remove_files) COMPLETE
59042026-03-18T13:48:28.301Z[ recovery-image] Mar 18 13:48:27.495 INFO O| Mar 18 13:48:27.495 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-03-18T13:48:28.301Z[ recovery-image] Mar 18 13:48:27.504 INFO O| Mar 18 13:48:27.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59062026-03-18T13:48:28.301Z[ recovery-image] Mar 18 13:48:27.504 INFO O| Mar 18 13:48:27.504 INFO STEP 378 (remove_files) COMPLETE
59072026-03-18T13:48:28.301Z[ recovery-image] Mar 18 13:48:27.504 INFO O| Mar 18 13:48:27.504 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-03-18T13:48:28.305Z[ recovery-image] Mar 18 13:48:27.515 INFO O| Mar 18 13:48:27.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59092026-03-18T13:48:28.305Z[ recovery-image] Mar 18 13:48:27.515 INFO O| Mar 18 13:48:27.515 INFO STEP 379 (remove_files) COMPLETE
59102026-03-18T13:48:28.305Z[ recovery-image] Mar 18 13:48:27.515 INFO O| Mar 18 13:48:27.515 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-03-18T13:48:28.315Z[ recovery-image] Mar 18 13:48:27.525 INFO O| Mar 18 13:48:27.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59122026-03-18T13:48:28.315Z[ recovery-image] Mar 18 13:48:27.525 INFO O| Mar 18 13:48:27.525 INFO STEP 380 (remove_files) COMPLETE
59132026-03-18T13:48:28.318Z[ recovery-image] Mar 18 13:48:27.525 INFO O| Mar 18 13:48:27.525 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-03-18T13:48:28.325Z[ recovery-image] Mar 18 13:48:27.535 INFO O| Mar 18 13:48:27.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59152026-03-18T13:48:28.325Z[ recovery-image] Mar 18 13:48:27.535 INFO O| Mar 18 13:48:27.535 INFO STEP 381 (remove_files) COMPLETE
59162026-03-18T13:48:28.325Z[ recovery-image] Mar 18 13:48:27.535 INFO O| Mar 18 13:48:27.535 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-03-18T13:48:28.336Z[ recovery-image] Mar 18 13:48:27.546 INFO O| Mar 18 13:48:27.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59182026-03-18T13:48:28.336Z[ recovery-image] Mar 18 13:48:27.546 INFO O| Mar 18 13:48:27.546 INFO STEP 382 (remove_files) COMPLETE
59192026-03-18T13:48:28.336Z[ recovery-image] Mar 18 13:48:27.546 INFO O| Mar 18 13:48:27.546 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-03-18T13:48:28.346Z[ recovery-image] Mar 18 13:48:27.556 INFO O| Mar 18 13:48:27.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59212026-03-18T13:48:28.346Z[ recovery-image] Mar 18 13:48:27.556 INFO O| Mar 18 13:48:27.556 INFO STEP 383 (remove_files) COMPLETE
59222026-03-18T13:48:28.346Z[ recovery-image] Mar 18 13:48:27.556 INFO O| Mar 18 13:48:27.556 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-03-18T13:48:28.358Z[ recovery-image] Mar 18 13:48:27.567 INFO O| Mar 18 13:48:27.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59242026-03-18T13:48:28.358Z[ recovery-image] Mar 18 13:48:27.568 INFO O| Mar 18 13:48:27.568 INFO STEP 384 (remove_files) COMPLETE
59252026-03-18T13:48:28.358Z[ recovery-image] Mar 18 13:48:27.568 INFO O| Mar 18 13:48:27.568 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-03-18T13:48:28.374Z[ recovery-image] Mar 18 13:48:27.584 INFO O| Mar 18 13:48:27.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59272026-03-18T13:48:28.374Z[ recovery-image] Mar 18 13:48:27.584 INFO O| Mar 18 13:48:27.584 INFO STEP 385 (remove_files) COMPLETE
59282026-03-18T13:48:28.377Z[ recovery-image] Mar 18 13:48:27.584 INFO O| Mar 18 13:48:27.584 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-03-18T13:48:28.387Z[ recovery-image] Mar 18 13:48:27.596 INFO O| Mar 18 13:48:27.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59302026-03-18T13:48:28.387Z[ recovery-image] Mar 18 13:48:27.596 INFO O| Mar 18 13:48:27.596 INFO STEP 386 (remove_files) COMPLETE
59312026-03-18T13:48:28.387Z[ recovery-image] Mar 18 13:48:27.596 INFO O| Mar 18 13:48:27.596 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-03-18T13:48:28.398Z[ recovery-image] Mar 18 13:48:27.608 INFO O| Mar 18 13:48:27.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59332026-03-18T13:48:28.398Z[ recovery-image] Mar 18 13:48:27.608 INFO O| Mar 18 13:48:27.608 INFO STEP 387 (remove_files) COMPLETE
59342026-03-18T13:48:28.398Z[ recovery-image] Mar 18 13:48:27.608 INFO O| Mar 18 13:48:27.608 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-03-18T13:48:28.409Z[ recovery-image] Mar 18 13:48:27.619 INFO O| Mar 18 13:48:27.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59362026-03-18T13:48:28.409Z[ recovery-image] Mar 18 13:48:27.619 INFO O| Mar 18 13:48:27.619 INFO STEP 388 (remove_files) COMPLETE
59372026-03-18T13:48:28.409Z[ recovery-image] Mar 18 13:48:27.619 INFO O| Mar 18 13:48:27.619 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-03-18T13:48:28.421Z[ recovery-image] Mar 18 13:48:27.630 INFO O| Mar 18 13:48:27.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59392026-03-18T13:48:28.421Z[ recovery-image] Mar 18 13:48:27.631 INFO O| Mar 18 13:48:27.631 INFO STEP 389 (remove_files) COMPLETE
59402026-03-18T13:48:28.424Z[ recovery-image] Mar 18 13:48:27.631 INFO O| Mar 18 13:48:27.631 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-03-18T13:48:28.432Z[ recovery-image] Mar 18 13:48:27.642 INFO O| Mar 18 13:48:27.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59422026-03-18T13:48:28.432Z[ recovery-image] Mar 18 13:48:27.642 INFO O| Mar 18 13:48:27.642 INFO STEP 390 (remove_files) COMPLETE
59432026-03-18T13:48:28.435Z[ recovery-image] Mar 18 13:48:27.642 INFO O| Mar 18 13:48:27.642 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-03-18T13:48:28.443Z[ recovery-image] Mar 18 13:48:27.653 INFO O| Mar 18 13:48:27.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59452026-03-18T13:48:28.443Z[ recovery-image] Mar 18 13:48:27.653 INFO O| Mar 18 13:48:27.653 INFO STEP 391 (remove_files) COMPLETE
59462026-03-18T13:48:28.447Z[ recovery-image] Mar 18 13:48:27.653 INFO O| Mar 18 13:48:27.653 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-03-18T13:48:28.454Z[ recovery-image] Mar 18 13:48:27.664 INFO O| Mar 18 13:48:27.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59482026-03-18T13:48:28.455Z[ recovery-image] Mar 18 13:48:27.664 INFO O| Mar 18 13:48:27.664 INFO STEP 392 (remove_files) COMPLETE
59492026-03-18T13:48:28.458Z[ recovery-image] Mar 18 13:48:27.664 INFO O| Mar 18 13:48:27.664 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-03-18T13:48:28.465Z[ recovery-image] Mar 18 13:48:27.675 INFO O| Mar 18 13:48:27.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59512026-03-18T13:48:28.466Z[ recovery-image] Mar 18 13:48:27.675 INFO O| Mar 18 13:48:27.675 INFO STEP 393 (remove_files) COMPLETE
59522026-03-18T13:48:28.469Z[ recovery-image] Mar 18 13:48:27.675 INFO O| Mar 18 13:48:27.675 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-03-18T13:48:28.476Z[ recovery-image] Mar 18 13:48:27.686 INFO O| Mar 18 13:48:27.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59542026-03-18T13:48:28.476Z[ recovery-image] Mar 18 13:48:27.686 INFO O| Mar 18 13:48:27.686 INFO STEP 394 (remove_files) COMPLETE
59552026-03-18T13:48:28.479Z[ recovery-image] Mar 18 13:48:27.686 INFO O| Mar 18 13:48:27.686 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-03-18T13:48:28.488Z[ recovery-image] Mar 18 13:48:27.697 INFO O| Mar 18 13:48:27.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59572026-03-18T13:48:28.488Z[ recovery-image] Mar 18 13:48:27.697 INFO O| Mar 18 13:48:27.697 INFO STEP 395 (remove_files) COMPLETE
59582026-03-18T13:48:28.491Z[ recovery-image] Mar 18 13:48:27.697 INFO O| Mar 18 13:48:27.697 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-03-18T13:48:28.498Z[ recovery-image] Mar 18 13:48:27.708 INFO O| Mar 18 13:48:27.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
59602026-03-18T13:48:28.498Z[ recovery-image] Mar 18 13:48:27.708 INFO O| Mar 18 13:48:27.708 INFO STEP 396 (remove_files) COMPLETE
59612026-03-18T13:48:28.501Z[ recovery-image] Mar 18 13:48:27.708 INFO O| Mar 18 13:48:27.708 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-03-18T13:48:28.508Z[ recovery-image] Mar 18 13:48:27.718 INFO O| Mar 18 13:48:27.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
59632026-03-18T13:48:28.508Z[ recovery-image] Mar 18 13:48:27.718 INFO O| Mar 18 13:48:27.718 INFO STEP 397 (remove_files) COMPLETE
59642026-03-18T13:48:28.511Z[ recovery-image] Mar 18 13:48:27.718 INFO O| Mar 18 13:48:27.718 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-03-18T13:48:28.518Z[ recovery-image] Mar 18 13:48:27.728 INFO O| Mar 18 13:48:27.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
59662026-03-18T13:48:28.518Z[ recovery-image] Mar 18 13:48:27.728 INFO O| Mar 18 13:48:27.728 INFO STEP 398 (remove_files) COMPLETE
59672026-03-18T13:48:28.521Z[ recovery-image] Mar 18 13:48:27.728 INFO O| Mar 18 13:48:27.728 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-03-18T13:48:28.528Z[ recovery-image] Mar 18 13:48:27.737 INFO O| Mar 18 13:48:27.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
59692026-03-18T13:48:28.528Z[ recovery-image] Mar 18 13:48:27.738 INFO O| Mar 18 13:48:27.738 INFO STEP 399 (remove_files) COMPLETE
59702026-03-18T13:48:28.531Z[ recovery-image] Mar 18 13:48:27.738 INFO O| Mar 18 13:48:27.738 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-03-18T13:48:28.539Z[ recovery-image] Mar 18 13:48:27.748 INFO O| Mar 18 13:48:27.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
59722026-03-18T13:48:28.539Z[ recovery-image] Mar 18 13:48:27.748 INFO O| Mar 18 13:48:27.748 INFO STEP 400 (remove_files) COMPLETE
59732026-03-18T13:48:28.542Z[ recovery-image] Mar 18 13:48:27.748 INFO O| Mar 18 13:48:27.748 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-03-18T13:48:28.551Z[ recovery-image] Mar 18 13:48:27.760 INFO O| Mar 18 13:48:27.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
59752026-03-18T13:48:28.551Z[ recovery-image] Mar 18 13:48:27.760 INFO O| Mar 18 13:48:27.760 INFO STEP 401 (remove_files) COMPLETE
59762026-03-18T13:48:28.551Z[ recovery-image] Mar 18 13:48:27.760 INFO O| Mar 18 13:48:27.760 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-03-18T13:48:28.563Z[ recovery-image] Mar 18 13:48:27.772 INFO O| Mar 18 13:48:27.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
59782026-03-18T13:48:28.563Z[ recovery-image] Mar 18 13:48:27.772 INFO O| Mar 18 13:48:27.772 INFO STEP 402 (remove_files) COMPLETE
59792026-03-18T13:48:28.563Z[ recovery-image] Mar 18 13:48:27.772 INFO O| Mar 18 13:48:27.772 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-03-18T13:48:28.575Z[ recovery-image] Mar 18 13:48:27.784 INFO O| Mar 18 13:48:27.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
59812026-03-18T13:48:28.575Z[ recovery-image] Mar 18 13:48:27.784 INFO O| Mar 18 13:48:27.784 INFO STEP 403 (remove_files) COMPLETE
59822026-03-18T13:48:28.575Z[ recovery-image] Mar 18 13:48:27.784 INFO O| Mar 18 13:48:27.784 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-03-18T13:48:28.587Z[ recovery-image] Mar 18 13:48:27.797 INFO O| Mar 18 13:48:27.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
59842026-03-18T13:48:28.587Z[ recovery-image] Mar 18 13:48:27.797 INFO O| Mar 18 13:48:27.797 INFO STEP 404 (remove_files) COMPLETE
59852026-03-18T13:48:28.587Z[ recovery-image] Mar 18 13:48:27.797 INFO O| Mar 18 13:48:27.797 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-03-18T13:48:28.600Z[ recovery-image] Mar 18 13:48:27.809 INFO O| Mar 18 13:48:27.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
59872026-03-18T13:48:28.600Z[ recovery-image] Mar 18 13:48:27.809 INFO O| Mar 18 13:48:27.809 INFO STEP 405 (remove_files) COMPLETE
59882026-03-18T13:48:28.600Z[ recovery-image] Mar 18 13:48:27.809 INFO O| Mar 18 13:48:27.809 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-03-18T13:48:28.612Z[ recovery-image] Mar 18 13:48:27.821 INFO O| Mar 18 13:48:27.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
59902026-03-18T13:48:28.612Z[ recovery-image] Mar 18 13:48:27.821 INFO O| Mar 18 13:48:27.821 INFO STEP 406 (remove_files) COMPLETE
59912026-03-18T13:48:28.615Z[ recovery-image] Mar 18 13:48:27.821 INFO O| Mar 18 13:48:27.821 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-03-18T13:48:28.624Z[ recovery-image] Mar 18 13:48:27.833 INFO O| Mar 18 13:48:27.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
59932026-03-18T13:48:28.624Z[ recovery-image] Mar 18 13:48:27.833 INFO O| Mar 18 13:48:27.833 INFO STEP 407 (remove_files) COMPLETE
59942026-03-18T13:48:28.624Z[ recovery-image] Mar 18 13:48:27.834 INFO O| Mar 18 13:48:27.833 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-03-18T13:48:28.636Z[ recovery-image] Mar 18 13:48:27.846 INFO O| Mar 18 13:48:27.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
59962026-03-18T13:48:28.637Z[ recovery-image] Mar 18 13:48:27.846 INFO O| Mar 18 13:48:27.846 INFO STEP 408 (remove_files) COMPLETE
59972026-03-18T13:48:28.637Z[ recovery-image] Mar 18 13:48:27.846 INFO O| Mar 18 13:48:27.846 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-03-18T13:48:28.649Z[ recovery-image] Mar 18 13:48:27.859 INFO O| Mar 18 13:48:27.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
59992026-03-18T13:48:28.649Z[ recovery-image] Mar 18 13:48:27.859 INFO O| Mar 18 13:48:27.859 INFO STEP 409 (remove_files) COMPLETE
60002026-03-18T13:48:28.650Z[ recovery-image] Mar 18 13:48:27.859 INFO O| Mar 18 13:48:27.859 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-03-18T13:48:28.663Z[ recovery-image] Mar 18 13:48:27.872 INFO O| Mar 18 13:48:27.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60022026-03-18T13:48:28.663Z[ recovery-image] Mar 18 13:48:27.872 INFO O| Mar 18 13:48:27.872 INFO STEP 410 (remove_files) COMPLETE
60032026-03-18T13:48:28.666Z[ recovery-image] Mar 18 13:48:27.872 INFO O| Mar 18 13:48:27.872 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-03-18T13:48:28.675Z[ recovery-image] Mar 18 13:48:27.885 INFO O| Mar 18 13:48:27.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60052026-03-18T13:48:28.675Z[ recovery-image] Mar 18 13:48:27.885 INFO O| Mar 18 13:48:27.885 INFO STEP 411 (remove_files) COMPLETE
60062026-03-18T13:48:28.678Z[ recovery-image] Mar 18 13:48:27.885 INFO O| Mar 18 13:48:27.885 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-03-18T13:48:28.689Z[ recovery-image] Mar 18 13:48:27.896 INFO O| Mar 18 13:48:27.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60082026-03-18T13:48:28.689Z[ recovery-image] Mar 18 13:48:27.896 INFO O| Mar 18 13:48:27.896 INFO STEP 412 (remove_files) COMPLETE
60092026-03-18T13:48:28.689Z[ recovery-image] Mar 18 13:48:27.896 INFO O| Mar 18 13:48:27.896 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-03-18T13:48:28.696Z[ recovery-image] Mar 18 13:48:27.906 INFO O| Mar 18 13:48:27.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60112026-03-18T13:48:28.700Z[ recovery-image] Mar 18 13:48:27.907 INFO O| Mar 18 13:48:27.907 INFO STEP 413 (remove_files) COMPLETE
60122026-03-18T13:48:28.700Z[ recovery-image] Mar 18 13:48:27.907 INFO O| Mar 18 13:48:27.907 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-03-18T13:48:28.708Z[ recovery-image] Mar 18 13:48:27.917 INFO O| Mar 18 13:48:27.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60142026-03-18T13:48:28.708Z[ recovery-image] Mar 18 13:48:27.918 INFO O| Mar 18 13:48:27.918 INFO STEP 414 (remove_files) COMPLETE
60152026-03-18T13:48:28.711Z[ recovery-image] Mar 18 13:48:27.918 INFO O| Mar 18 13:48:27.918 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-03-18T13:48:28.719Z[ recovery-image] Mar 18 13:48:27.928 INFO O| Mar 18 13:48:27.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60172026-03-18T13:48:28.719Z[ recovery-image] Mar 18 13:48:27.928 INFO O| Mar 18 13:48:27.928 INFO STEP 415 (remove_files) COMPLETE
60182026-03-18T13:48:28.719Z[ recovery-image] Mar 18 13:48:27.928 INFO O| Mar 18 13:48:27.928 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-03-18T13:48:28.730Z[ recovery-image] Mar 18 13:48:27.940 INFO O| Mar 18 13:48:27.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60202026-03-18T13:48:28.730Z[ recovery-image] Mar 18 13:48:27.940 INFO O| Mar 18 13:48:27.940 INFO STEP 416 (remove_files) COMPLETE
60212026-03-18T13:48:28.734Z[ recovery-image] Mar 18 13:48:27.940 INFO O| Mar 18 13:48:27.940 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-03-18T13:48:28.742Z[ recovery-image] Mar 18 13:48:27.951 INFO O| Mar 18 13:48:27.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60232026-03-18T13:48:28.742Z[ recovery-image] Mar 18 13:48:27.951 INFO O| Mar 18 13:48:27.951 INFO STEP 417 (remove_files) COMPLETE
60242026-03-18T13:48:28.745Z[ recovery-image] Mar 18 13:48:27.951 INFO O| Mar 18 13:48:27.951 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-03-18T13:48:28.753Z[ recovery-image] Mar 18 13:48:27.962 INFO O| Mar 18 13:48:27.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60262026-03-18T13:48:28.753Z[ recovery-image] Mar 18 13:48:27.963 INFO O| Mar 18 13:48:27.963 INFO STEP 418 (remove_files) COMPLETE
60272026-03-18T13:48:28.756Z[ recovery-image] Mar 18 13:48:27.963 INFO O| Mar 18 13:48:27.963 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-03-18T13:48:28.764Z[ recovery-image] Mar 18 13:48:27.973 INFO O| Mar 18 13:48:27.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60292026-03-18T13:48:28.764Z[ recovery-image] Mar 18 13:48:27.973 INFO O| Mar 18 13:48:27.973 INFO STEP 419 (remove_files) COMPLETE
60302026-03-18T13:48:28.767Z[ recovery-image] Mar 18 13:48:27.973 INFO O| Mar 18 13:48:27.973 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-03-18T13:48:28.785Z[ recovery-image] Mar 18 13:48:27.984 INFO O| Mar 18 13:48:27.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60322026-03-18T13:48:28.785Z[ recovery-image] Mar 18 13:48:27.984 INFO O| Mar 18 13:48:27.984 INFO STEP 420 (remove_files) COMPLETE
60332026-03-18T13:48:28.785Z[ recovery-image] Mar 18 13:48:27.984 INFO O| Mar 18 13:48:27.984 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-03-18T13:48:28.789Z[ recovery-image] Mar 18 13:48:27.995 INFO O| Mar 18 13:48:27.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60352026-03-18T13:48:28.789Z[ recovery-image] Mar 18 13:48:27.996 INFO O| Mar 18 13:48:27.996 INFO STEP 421 (remove_files) COMPLETE
60362026-03-18T13:48:28.789Z[ recovery-image] Mar 18 13:48:27.996 INFO O| Mar 18 13:48:27.996 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-03-18T13:48:28.808Z[ recovery-image] Mar 18 13:48:28.008 INFO O| Mar 18 13:48:28.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60382026-03-18T13:48:28.808Z[ recovery-image] Mar 18 13:48:28.008 INFO O| Mar 18 13:48:28.008 INFO STEP 422 (remove_files) COMPLETE
60392026-03-18T13:48:28.811Z[ recovery-image] Mar 18 13:48:28.008 INFO O| Mar 18 13:48:28.008 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-03-18T13:48:28.814Z[ recovery-image] Mar 18 13:48:28.021 INFO O| Mar 18 13:48:28.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60412026-03-18T13:48:28.814Z[ recovery-image] Mar 18 13:48:28.021 INFO O| Mar 18 13:48:28.021 INFO STEP 423 (remove_files) COMPLETE
60422026-03-18T13:48:28.814Z[ recovery-image] Mar 18 13:48:28.021 INFO O| Mar 18 13:48:28.021 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-03-18T13:48:28.823Z[ recovery-image] Mar 18 13:48:28.032 INFO O| Mar 18 13:48:28.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60442026-03-18T13:48:28.823Z[ recovery-image] Mar 18 13:48:28.032 INFO O| Mar 18 13:48:28.032 INFO STEP 424 (remove_files) COMPLETE
60452026-03-18T13:48:28.826Z[ recovery-image] Mar 18 13:48:28.032 INFO O| Mar 18 13:48:28.032 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-03-18T13:48:28.834Z[ recovery-image] Mar 18 13:48:28.044 INFO O| Mar 18 13:48:28.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60472026-03-18T13:48:28.834Z[ recovery-image] Mar 18 13:48:28.044 INFO O| Mar 18 13:48:28.044 INFO STEP 425 (remove_files) COMPLETE
60482026-03-18T13:48:28.838Z[ recovery-image] Mar 18 13:48:28.044 INFO O| Mar 18 13:48:28.044 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-03-18T13:48:28.845Z[ recovery-image] Mar 18 13:48:28.054 INFO O| Mar 18 13:48:28.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60502026-03-18T13:48:28.845Z[ recovery-image] Mar 18 13:48:28.055 INFO O| Mar 18 13:48:28.055 INFO STEP 426 (remove_files) COMPLETE
60512026-03-18T13:48:28.848Z[ recovery-image] Mar 18 13:48:28.055 INFO O| Mar 18 13:48:28.055 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-03-18T13:48:28.856Z[ recovery-image] Mar 18 13:48:28.065 INFO O| Mar 18 13:48:28.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60532026-03-18T13:48:28.859Z[ recovery-image] Mar 18 13:48:28.066 INFO O| Mar 18 13:48:28.066 INFO STEP 427 (remove_files) COMPLETE
60542026-03-18T13:48:28.859Z[ recovery-image] Mar 18 13:48:28.066 INFO O| Mar 18 13:48:28.066 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-03-18T13:48:28.868Z[ recovery-image] Mar 18 13:48:28.077 INFO O| Mar 18 13:48:28.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
60562026-03-18T13:48:28.868Z[ recovery-image] Mar 18 13:48:28.077 INFO O| Mar 18 13:48:28.077 INFO STEP 428 (remove_files) COMPLETE
60572026-03-18T13:48:28.871Z[ recovery-image] Mar 18 13:48:28.077 INFO O| Mar 18 13:48:28.077 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-03-18T13:48:28.878Z[ recovery-image] Mar 18 13:48:28.088 INFO O| Mar 18 13:48:28.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
60592026-03-18T13:48:28.878Z[ recovery-image] Mar 18 13:48:28.088 INFO O| Mar 18 13:48:28.088 INFO STEP 429 (remove_files) COMPLETE
60602026-03-18T13:48:28.881Z[ recovery-image] Mar 18 13:48:28.088 INFO O| Mar 18 13:48:28.088 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-03-18T13:48:28.889Z[ recovery-image] Mar 18 13:48:28.099 INFO O| Mar 18 13:48:28.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
60622026-03-18T13:48:28.889Z[ recovery-image] Mar 18 13:48:28.099 INFO O| Mar 18 13:48:28.099 INFO STEP 430 (remove_files) COMPLETE
60632026-03-18T13:48:28.892Z[ recovery-image] Mar 18 13:48:28.099 INFO O| Mar 18 13:48:28.099 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-03-18T13:48:28.901Z[ recovery-image] Mar 18 13:48:28.110 INFO O| Mar 18 13:48:28.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
60652026-03-18T13:48:28.901Z[ recovery-image] Mar 18 13:48:28.110 INFO O| Mar 18 13:48:28.110 INFO STEP 431 (remove_files) COMPLETE
60662026-03-18T13:48:28.901Z[ recovery-image] Mar 18 13:48:28.110 INFO O| Mar 18 13:48:28.110 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-03-18T13:48:28.912Z[ recovery-image] Mar 18 13:48:28.122 INFO O| Mar 18 13:48:28.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
60682026-03-18T13:48:28.912Z[ recovery-image] Mar 18 13:48:28.122 INFO O| Mar 18 13:48:28.122 INFO STEP 432 (remove_files) COMPLETE
60692026-03-18T13:48:28.915Z[ recovery-image] Mar 18 13:48:28.122 INFO O| Mar 18 13:48:28.122 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-03-18T13:48:28.924Z[ recovery-image] Mar 18 13:48:28.134 INFO O| Mar 18 13:48:28.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
60712026-03-18T13:48:28.924Z[ recovery-image] Mar 18 13:48:28.134 INFO O| Mar 18 13:48:28.134 INFO STEP 433 (remove_files) COMPLETE
60722026-03-18T13:48:28.927Z[ recovery-image] Mar 18 13:48:28.134 INFO O| Mar 18 13:48:28.134 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-03-18T13:48:28.936Z[ recovery-image] Mar 18 13:48:28.145 INFO O| Mar 18 13:48:28.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
60742026-03-18T13:48:28.936Z[ recovery-image] Mar 18 13:48:28.145 INFO O| Mar 18 13:48:28.145 INFO STEP 434 (remove_files) COMPLETE
60752026-03-18T13:48:28.940Z[ recovery-image] Mar 18 13:48:28.145 INFO O| Mar 18 13:48:28.145 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-03-18T13:48:28.946Z[ recovery-image] Mar 18 13:48:28.156 INFO O| Mar 18 13:48:28.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
60772026-03-18T13:48:28.946Z[ recovery-image] Mar 18 13:48:28.156 INFO O| Mar 18 13:48:28.156 INFO STEP 435 (remove_files) COMPLETE
60782026-03-18T13:48:28.949Z[ recovery-image] Mar 18 13:48:28.156 INFO O| Mar 18 13:48:28.156 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-03-18T13:48:28.957Z[ recovery-image] Mar 18 13:48:28.166 INFO O| Mar 18 13:48:28.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
60802026-03-18T13:48:28.957Z[ recovery-image] Mar 18 13:48:28.167 INFO O| Mar 18 13:48:28.167 INFO STEP 436 (remove_files) COMPLETE
60812026-03-18T13:48:28.960Z[ recovery-image] Mar 18 13:48:28.167 INFO O| Mar 18 13:48:28.167 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-03-18T13:48:28.973Z[ recovery-image] Mar 18 13:48:28.182 INFO O| Mar 18 13:48:28.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
60832026-03-18T13:48:28.973Z[ recovery-image] Mar 18 13:48:28.182 INFO O| Mar 18 13:48:28.182 INFO STEP 437 (remove_files) COMPLETE
60842026-03-18T13:48:28.976Z[ recovery-image] Mar 18 13:48:28.182 INFO O| Mar 18 13:48:28.182 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-03-18T13:48:28.985Z[ recovery-image] Mar 18 13:48:28.195 INFO O| Mar 18 13:48:28.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
60862026-03-18T13:48:28.986Z[ recovery-image] Mar 18 13:48:28.195 INFO O| Mar 18 13:48:28.195 INFO STEP 438 (remove_files) COMPLETE
60872026-03-18T13:48:28.986Z[ recovery-image] Mar 18 13:48:28.195 INFO O| Mar 18 13:48:28.195 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-03-18T13:48:29.001Z[ recovery-image] Mar 18 13:48:28.210 INFO O| Mar 18 13:48:28.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
60892026-03-18T13:48:29.001Z[ recovery-image] Mar 18 13:48:28.210 INFO O| Mar 18 13:48:28.210 INFO STEP 439 (remove_files) COMPLETE
60902026-03-18T13:48:29.001Z[ recovery-image] Mar 18 13:48:28.210 INFO O| Mar 18 13:48:28.210 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-03-18T13:48:29.015Z[ recovery-image] Mar 18 13:48:28.224 INFO O| Mar 18 13:48:28.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
60922026-03-18T13:48:29.015Z[ recovery-image] Mar 18 13:48:28.224 INFO O| Mar 18 13:48:28.224 INFO STEP 440 (remove_files) COMPLETE
60932026-03-18T13:48:29.015Z[ recovery-image] Mar 18 13:48:28.224 INFO O| Mar 18 13:48:28.224 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-03-18T13:48:29.029Z[ recovery-image] Mar 18 13:48:28.238 INFO O| Mar 18 13:48:28.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
60952026-03-18T13:48:29.029Z[ recovery-image] Mar 18 13:48:28.238 INFO O| Mar 18 13:48:28.238 INFO STEP 441 (remove_files) COMPLETE
60962026-03-18T13:48:29.032Z[ recovery-image] Mar 18 13:48:28.238 INFO O| Mar 18 13:48:28.238 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-03-18T13:48:29.044Z[ recovery-image] Mar 18 13:48:28.253 INFO O| Mar 18 13:48:28.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
60982026-03-18T13:48:29.044Z[ recovery-image] Mar 18 13:48:28.253 INFO O| Mar 18 13:48:28.253 INFO STEP 442 (remove_files) COMPLETE
60992026-03-18T13:48:29.044Z[ recovery-image] Mar 18 13:48:28.253 INFO O| Mar 18 13:48:28.253 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-03-18T13:48:29.059Z[ recovery-image] Mar 18 13:48:28.268 INFO O| Mar 18 13:48:28.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61012026-03-18T13:48:29.059Z[ recovery-image] Mar 18 13:48:28.268 INFO O| Mar 18 13:48:28.268 INFO STEP 443 (remove_files) COMPLETE
61022026-03-18T13:48:29.059Z[ recovery-image] Mar 18 13:48:28.268 INFO O| Mar 18 13:48:28.268 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-03-18T13:48:29.072Z[ recovery-image] Mar 18 13:48:28.281 INFO O| Mar 18 13:48:28.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61042026-03-18T13:48:29.072Z[ recovery-image] Mar 18 13:48:28.281 INFO O| Mar 18 13:48:28.281 INFO STEP 444 (remove_files) COMPLETE
61052026-03-18T13:48:29.072Z[ recovery-image] Mar 18 13:48:28.281 INFO O| Mar 18 13:48:28.281 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-03-18T13:48:29.084Z[ recovery-image] Mar 18 13:48:28.293 INFO O| Mar 18 13:48:28.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61072026-03-18T13:48:29.084Z[ recovery-image] Mar 18 13:48:28.294 INFO O| Mar 18 13:48:28.293 INFO STEP 445 (remove_files) COMPLETE
61082026-03-18T13:48:29.087Z[ recovery-image] Mar 18 13:48:28.294 INFO O| Mar 18 13:48:28.293 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-03-18T13:48:29.096Z[ recovery-image] Mar 18 13:48:28.306 INFO O| Mar 18 13:48:28.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61102026-03-18T13:48:29.096Z[ recovery-image] Mar 18 13:48:28.306 INFO O| Mar 18 13:48:28.306 INFO STEP 446 (remove_files) COMPLETE
61112026-03-18T13:48:29.096Z[ recovery-image] Mar 18 13:48:28.306 INFO O| Mar 18 13:48:28.306 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-03-18T13:48:29.108Z[ recovery-image] Mar 18 13:48:28.317 INFO O| Mar 18 13:48:28.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61132026-03-18T13:48:29.108Z[ recovery-image] Mar 18 13:48:28.318 INFO O| Mar 18 13:48:28.318 INFO STEP 447 (remove_files) COMPLETE
61142026-03-18T13:48:29.108Z[ recovery-image] Mar 18 13:48:28.318 INFO O| Mar 18 13:48:28.318 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-03-18T13:48:29.121Z[ recovery-image] Mar 18 13:48:28.330 INFO O| Mar 18 13:48:28.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61162026-03-18T13:48:29.121Z[ recovery-image] Mar 18 13:48:28.330 INFO O| Mar 18 13:48:28.330 INFO STEP 448 (remove_files) COMPLETE
61172026-03-18T13:48:29.124Z[ recovery-image] Mar 18 13:48:28.330 INFO O| Mar 18 13:48:28.330 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-03-18T13:48:29.133Z[ recovery-image] Mar 18 13:48:28.342 INFO O| Mar 18 13:48:28.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61192026-03-18T13:48:29.136Z[ recovery-image] Mar 18 13:48:28.343 INFO O| Mar 18 13:48:28.343 INFO STEP 449 (remove_files) COMPLETE
61202026-03-18T13:48:29.136Z[ recovery-image] Mar 18 13:48:28.343 INFO O| Mar 18 13:48:28.343 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-03-18T13:48:29.148Z[ recovery-image] Mar 18 13:48:28.356 INFO O| Mar 18 13:48:28.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61222026-03-18T13:48:29.148Z[ recovery-image] Mar 18 13:48:28.356 INFO O| Mar 18 13:48:28.356 INFO STEP 450 (remove_files) COMPLETE
61232026-03-18T13:48:29.151Z[ recovery-image] Mar 18 13:48:28.356 INFO O| Mar 18 13:48:28.356 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-03-18T13:48:29.161Z[ recovery-image] Mar 18 13:48:28.370 INFO O| Mar 18 13:48:28.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61252026-03-18T13:48:29.161Z[ recovery-image] Mar 18 13:48:28.370 INFO O| Mar 18 13:48:28.370 INFO STEP 451 (remove_files) COMPLETE
61262026-03-18T13:48:29.164Z[ recovery-image] Mar 18 13:48:28.370 INFO O| Mar 18 13:48:28.370 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-03-18T13:48:29.174Z[ recovery-image] Mar 18 13:48:28.384 INFO O| Mar 18 13:48:28.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61282026-03-18T13:48:29.174Z[ recovery-image] Mar 18 13:48:28.384 INFO O| Mar 18 13:48:28.384 INFO STEP 452 (remove_files) COMPLETE
61292026-03-18T13:48:29.174Z[ recovery-image] Mar 18 13:48:28.384 INFO O| Mar 18 13:48:28.384 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-03-18T13:48:29.188Z[ recovery-image] Mar 18 13:48:28.397 INFO O| Mar 18 13:48:28.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61312026-03-18T13:48:29.188Z[ recovery-image] Mar 18 13:48:28.397 INFO O| Mar 18 13:48:28.397 INFO STEP 453 (remove_files) COMPLETE
61322026-03-18T13:48:29.188Z[ recovery-image] Mar 18 13:48:28.397 INFO O| Mar 18 13:48:28.397 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-03-18T13:48:29.202Z[ recovery-image] Mar 18 13:48:28.409 INFO O| Mar 18 13:48:28.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61342026-03-18T13:48:29.202Z[ recovery-image] Mar 18 13:48:28.409 INFO O| Mar 18 13:48:28.409 INFO STEP 454 (remove_files) COMPLETE
61352026-03-18T13:48:29.202Z[ recovery-image] Mar 18 13:48:28.409 INFO O| Mar 18 13:48:28.409 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-03-18T13:48:29.211Z[ recovery-image] Mar 18 13:48:28.420 INFO O| Mar 18 13:48:28.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61372026-03-18T13:48:29.214Z[ recovery-image] Mar 18 13:48:28.421 INFO O| Mar 18 13:48:28.421 INFO STEP 455 (remove_files) COMPLETE
61382026-03-18T13:48:29.214Z[ recovery-image] Mar 18 13:48:28.421 INFO O| Mar 18 13:48:28.421 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-03-18T13:48:29.225Z[ recovery-image] Mar 18 13:48:28.435 INFO O| Mar 18 13:48:28.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61402026-03-18T13:48:29.226Z[ recovery-image] Mar 18 13:48:28.435 INFO O| Mar 18 13:48:28.435 INFO STEP 456 (remove_files) COMPLETE
61412026-03-18T13:48:29.229Z[ recovery-image] Mar 18 13:48:28.435 INFO O| Mar 18 13:48:28.435 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-03-18T13:48:29.237Z[ recovery-image] Mar 18 13:48:28.447 INFO O| Mar 18 13:48:28.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61432026-03-18T13:48:29.237Z[ recovery-image] Mar 18 13:48:28.447 INFO O| Mar 18 13:48:28.447 INFO STEP 457 (remove_files) COMPLETE
61442026-03-18T13:48:29.237Z[ recovery-image] Mar 18 13:48:28.447 INFO O| Mar 18 13:48:28.447 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-03-18T13:48:29.249Z[ recovery-image] Mar 18 13:48:28.458 INFO O| Mar 18 13:48:28.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61462026-03-18T13:48:29.249Z[ recovery-image] Mar 18 13:48:28.458 INFO O| Mar 18 13:48:28.458 INFO STEP 458 (remove_files) COMPLETE
61472026-03-18T13:48:29.249Z[ recovery-image] Mar 18 13:48:28.458 INFO O| Mar 18 13:48:28.458 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-03-18T13:48:29.260Z[ recovery-image] Mar 18 13:48:28.470 INFO O| Mar 18 13:48:28.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61492026-03-18T13:48:29.260Z[ recovery-image] Mar 18 13:48:28.470 INFO O| Mar 18 13:48:28.470 INFO STEP 459 (remove_files) COMPLETE
61502026-03-18T13:48:29.261Z[ recovery-image] Mar 18 13:48:28.470 INFO O| Mar 18 13:48:28.470 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-03-18T13:48:29.272Z[ recovery-image] Mar 18 13:48:28.481 INFO O| Mar 18 13:48:28.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61522026-03-18T13:48:29.272Z[ recovery-image] Mar 18 13:48:28.481 INFO O| Mar 18 13:48:28.481 INFO STEP 460 (remove_files) COMPLETE
61532026-03-18T13:48:29.272Z[ recovery-image] Mar 18 13:48:28.481 INFO O| Mar 18 13:48:28.481 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-03-18T13:48:29.283Z[ recovery-image] Mar 18 13:48:28.493 INFO O| Mar 18 13:48:28.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
61552026-03-18T13:48:29.283Z[ recovery-image] Mar 18 13:48:28.493 INFO O| Mar 18 13:48:28.493 INFO STEP 461 (remove_files) COMPLETE
61562026-03-18T13:48:29.286Z[ recovery-image] Mar 18 13:48:28.493 INFO O| Mar 18 13:48:28.493 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-03-18T13:48:29.294Z[ recovery-image] Mar 18 13:48:28.504 INFO O| Mar 18 13:48:28.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
61582026-03-18T13:48:29.297Z[ recovery-image] Mar 18 13:48:28.504 INFO O| Mar 18 13:48:28.504 INFO STEP 462 (remove_files) COMPLETE
61592026-03-18T13:48:29.297Z[ recovery-image] Mar 18 13:48:28.504 INFO O| Mar 18 13:48:28.504 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-03-18T13:48:29.306Z[ recovery-image] Mar 18 13:48:28.516 INFO O| Mar 18 13:48:28.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
61612026-03-18T13:48:29.306Z[ recovery-image] Mar 18 13:48:28.516 INFO O| Mar 18 13:48:28.516 INFO STEP 463 (remove_files) COMPLETE
61622026-03-18T13:48:29.309Z[ recovery-image] Mar 18 13:48:28.516 INFO O| Mar 18 13:48:28.516 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-03-18T13:48:29.317Z[ recovery-image] Mar 18 13:48:28.527 INFO O| Mar 18 13:48:28.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
61642026-03-18T13:48:29.317Z[ recovery-image] Mar 18 13:48:28.527 INFO O| Mar 18 13:48:28.527 INFO STEP 464 (remove_files) COMPLETE
61652026-03-18T13:48:29.320Z[ recovery-image] Mar 18 13:48:28.527 INFO O| Mar 18 13:48:28.527 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-03-18T13:48:29.329Z[ recovery-image] Mar 18 13:48:28.538 INFO O| Mar 18 13:48:28.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
61672026-03-18T13:48:29.329Z[ recovery-image] Mar 18 13:48:28.538 INFO O| Mar 18 13:48:28.538 INFO STEP 465 (remove_files) COMPLETE
61682026-03-18T13:48:29.329Z[ recovery-image] Mar 18 13:48:28.538 INFO O| Mar 18 13:48:28.538 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-03-18T13:48:29.340Z[ recovery-image] Mar 18 13:48:28.549 INFO O| Mar 18 13:48:28.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
61702026-03-18T13:48:29.340Z[ recovery-image] Mar 18 13:48:28.550 INFO O| Mar 18 13:48:28.550 INFO STEP 466 (remove_files) COMPLETE
61712026-03-18T13:48:29.340Z[ recovery-image] Mar 18 13:48:28.550 INFO O| Mar 18 13:48:28.550 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-03-18T13:48:29.351Z[ recovery-image] Mar 18 13:48:28.561 INFO O| Mar 18 13:48:28.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
61732026-03-18T13:48:29.352Z[ recovery-image] Mar 18 13:48:28.561 INFO O| Mar 18 13:48:28.561 INFO STEP 467 (remove_files) COMPLETE
61742026-03-18T13:48:29.352Z[ recovery-image] Mar 18 13:48:28.561 INFO O| Mar 18 13:48:28.561 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-03-18T13:48:29.363Z[ recovery-image] Mar 18 13:48:28.572 INFO O| Mar 18 13:48:28.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
61762026-03-18T13:48:29.367Z[ recovery-image] Mar 18 13:48:28.573 INFO O| Mar 18 13:48:28.573 INFO STEP 468 (remove_files) COMPLETE
61772026-03-18T13:48:29.367Z[ recovery-image] Mar 18 13:48:28.573 INFO O| Mar 18 13:48:28.573 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-03-18T13:48:29.376Z[ recovery-image] Mar 18 13:48:28.586 INFO O| Mar 18 13:48:28.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
61792026-03-18T13:48:29.376Z[ recovery-image] Mar 18 13:48:28.586 INFO O| Mar 18 13:48:28.586 INFO STEP 469 (remove_files) COMPLETE
61802026-03-18T13:48:29.380Z[ recovery-image] Mar 18 13:48:28.586 INFO O| Mar 18 13:48:28.586 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-03-18T13:48:29.389Z[ recovery-image] Mar 18 13:48:28.598 INFO O| Mar 18 13:48:28.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
61822026-03-18T13:48:29.389Z[ recovery-image] Mar 18 13:48:28.598 INFO O| Mar 18 13:48:28.598 INFO STEP 470 (remove_files) COMPLETE
61832026-03-18T13:48:29.392Z[ recovery-image] Mar 18 13:48:28.598 INFO O| Mar 18 13:48:28.598 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-03-18T13:48:29.400Z[ recovery-image] Mar 18 13:48:28.609 INFO O| Mar 18 13:48:28.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
61852026-03-18T13:48:29.400Z[ recovery-image] Mar 18 13:48:28.610 INFO O| Mar 18 13:48:28.610 INFO STEP 471 (remove_files) COMPLETE
61862026-03-18T13:48:29.403Z[ recovery-image] Mar 18 13:48:28.610 INFO O| Mar 18 13:48:28.610 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-03-18T13:48:29.413Z[ recovery-image] Mar 18 13:48:28.622 INFO O| Mar 18 13:48:28.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
61882026-03-18T13:48:29.416Z[ recovery-image] Mar 18 13:48:28.623 INFO O| Mar 18 13:48:28.623 INFO STEP 472 (remove_files) COMPLETE
61892026-03-18T13:48:29.416Z[ recovery-image] Mar 18 13:48:28.623 INFO O| Mar 18 13:48:28.623 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-03-18T13:48:29.426Z[ recovery-image] Mar 18 13:48:28.636 INFO O| Mar 18 13:48:28.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
61912026-03-18T13:48:29.426Z[ recovery-image] Mar 18 13:48:28.636 INFO O| Mar 18 13:48:28.636 INFO STEP 473 (remove_files) COMPLETE
61922026-03-18T13:48:29.426Z[ recovery-image] Mar 18 13:48:28.636 INFO O| Mar 18 13:48:28.636 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-03-18T13:48:29.439Z[ recovery-image] Mar 18 13:48:28.648 INFO O| Mar 18 13:48:28.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
61942026-03-18T13:48:29.442Z[ recovery-image] Mar 18 13:48:28.649 INFO O| Mar 18 13:48:28.648 INFO STEP 474 (remove_files) COMPLETE
61952026-03-18T13:48:29.442Z[ recovery-image] Mar 18 13:48:28.649 INFO O| Mar 18 13:48:28.648 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-03-18T13:48:29.450Z[ recovery-image] Mar 18 13:48:28.660 INFO O| Mar 18 13:48:28.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
61972026-03-18T13:48:29.450Z[ recovery-image] Mar 18 13:48:28.660 INFO O| Mar 18 13:48:28.660 INFO STEP 475 (remove_files) COMPLETE
61982026-03-18T13:48:29.450Z[ recovery-image] Mar 18 13:48:28.660 INFO O| Mar 18 13:48:28.660 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-03-18T13:48:29.462Z[ recovery-image] Mar 18 13:48:28.671 INFO O| Mar 18 13:48:28.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62002026-03-18T13:48:29.462Z[ recovery-image] Mar 18 13:48:28.671 INFO O| Mar 18 13:48:28.671 INFO STEP 476 (remove_files) COMPLETE
62012026-03-18T13:48:29.462Z[ recovery-image] Mar 18 13:48:28.671 INFO O| Mar 18 13:48:28.671 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-03-18T13:48:29.473Z[ recovery-image] Mar 18 13:48:28.683 INFO O| Mar 18 13:48:28.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62032026-03-18T13:48:29.473Z[ recovery-image] Mar 18 13:48:28.683 INFO O| Mar 18 13:48:28.683 INFO STEP 477 (remove_files) COMPLETE
62042026-03-18T13:48:29.473Z[ recovery-image] Mar 18 13:48:28.683 INFO O| Mar 18 13:48:28.683 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-03-18T13:48:29.484Z[ recovery-image] Mar 18 13:48:28.694 INFO O| Mar 18 13:48:28.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62062026-03-18T13:48:29.484Z[ recovery-image] Mar 18 13:48:28.694 INFO O| Mar 18 13:48:28.694 INFO STEP 478 (remove_files) COMPLETE
62072026-03-18T13:48:29.484Z[ recovery-image] Mar 18 13:48:28.694 INFO O| Mar 18 13:48:28.694 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-03-18T13:48:29.496Z[ recovery-image] Mar 18 13:48:28.706 INFO O| Mar 18 13:48:28.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62092026-03-18T13:48:29.496Z[ recovery-image] Mar 18 13:48:28.706 INFO O| Mar 18 13:48:28.706 INFO STEP 479 (remove_files) COMPLETE
62102026-03-18T13:48:29.496Z[ recovery-image] Mar 18 13:48:28.706 INFO O| Mar 18 13:48:28.706 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-03-18T13:48:29.507Z[ recovery-image] Mar 18 13:48:28.717 INFO O| Mar 18 13:48:28.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62122026-03-18T13:48:29.507Z[ recovery-image] Mar 18 13:48:28.717 INFO O| Mar 18 13:48:28.717 INFO STEP 480 (remove_files) COMPLETE
62132026-03-18T13:48:29.507Z[ recovery-image] Mar 18 13:48:28.717 INFO O| Mar 18 13:48:28.717 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-03-18T13:48:29.519Z[ recovery-image] Mar 18 13:48:28.729 INFO O| Mar 18 13:48:28.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62152026-03-18T13:48:29.519Z[ recovery-image] Mar 18 13:48:28.729 INFO O| Mar 18 13:48:28.729 INFO STEP 481 (remove_files) COMPLETE
62162026-03-18T13:48:29.522Z[ recovery-image] Mar 18 13:48:28.729 INFO O| Mar 18 13:48:28.729 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-03-18T13:48:29.531Z[ recovery-image] Mar 18 13:48:28.740 INFO O| Mar 18 13:48:28.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62182026-03-18T13:48:29.531Z[ recovery-image] Mar 18 13:48:28.740 INFO O| Mar 18 13:48:28.740 INFO STEP 482 (remove_files) COMPLETE
62192026-03-18T13:48:29.531Z[ recovery-image] Mar 18 13:48:28.740 INFO O| Mar 18 13:48:28.740 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-03-18T13:48:29.542Z[ recovery-image] Mar 18 13:48:28.751 INFO O| Mar 18 13:48:28.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62212026-03-18T13:48:29.542Z[ recovery-image] Mar 18 13:48:28.752 INFO O| Mar 18 13:48:28.751 INFO STEP 483 (remove_files) COMPLETE
62222026-03-18T13:48:29.545Z[ recovery-image] Mar 18 13:48:28.752 INFO O| Mar 18 13:48:28.751 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-03-18T13:48:29.554Z[ recovery-image] Mar 18 13:48:28.763 INFO O| Mar 18 13:48:28.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62242026-03-18T13:48:29.554Z[ recovery-image] Mar 18 13:48:28.763 INFO O| Mar 18 13:48:28.763 INFO STEP 484 (remove_files) COMPLETE
62252026-03-18T13:48:29.554Z[ recovery-image] Mar 18 13:48:28.763 INFO O| Mar 18 13:48:28.763 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-03-18T13:48:29.566Z[ recovery-image] Mar 18 13:48:28.775 INFO O| Mar 18 13:48:28.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62272026-03-18T13:48:29.566Z[ recovery-image] Mar 18 13:48:28.775 INFO O| Mar 18 13:48:28.775 INFO STEP 485 (remove_files) COMPLETE
62282026-03-18T13:48:29.569Z[ recovery-image] Mar 18 13:48:28.775 INFO O| Mar 18 13:48:28.775 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-03-18T13:48:29.577Z[ recovery-image] Mar 18 13:48:28.786 INFO O| Mar 18 13:48:28.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62302026-03-18T13:48:29.577Z[ recovery-image] Mar 18 13:48:28.787 INFO O| Mar 18 13:48:28.787 INFO STEP 486 (remove_files) COMPLETE
62312026-03-18T13:48:29.577Z[ recovery-image] Mar 18 13:48:28.787 INFO O| Mar 18 13:48:28.787 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-03-18T13:48:29.589Z[ recovery-image] Mar 18 13:48:28.798 INFO O| Mar 18 13:48:28.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62332026-03-18T13:48:29.609Z[ recovery-image] Mar 18 13:48:28.818 INFO O| Mar 18 13:48:28.818 INFO STEP 487 (remove_files) COMPLETE
62342026-03-18T13:48:29.609Z[ recovery-image] Mar 18 13:48:28.819 INFO O| Mar 18 13:48:28.819 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-03-18T13:48:29.625Z[ recovery-image] Mar 18 13:48:28.834 INFO O| Mar 18 13:48:28.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62362026-03-18T13:48:29.625Z[ recovery-image] Mar 18 13:48:28.834 INFO O| Mar 18 13:48:28.834 INFO STEP 488 (remove_files) COMPLETE
62372026-03-18T13:48:29.629Z[ recovery-image] Mar 18 13:48:28.835 INFO O| Mar 18 13:48:28.834 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-03-18T13:48:29.638Z[ recovery-image] Mar 18 13:48:28.848 INFO O| Mar 18 13:48:28.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62392026-03-18T13:48:29.642Z[ recovery-image] Mar 18 13:48:28.848 INFO O| Mar 18 13:48:28.848 INFO STEP 489 (remove_files) COMPLETE
62402026-03-18T13:48:29.642Z[ recovery-image] Mar 18 13:48:28.848 INFO O| Mar 18 13:48:28.848 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-03-18T13:48:29.660Z[ recovery-image] Mar 18 13:48:28.862 INFO O| Mar 18 13:48:28.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62422026-03-18T13:48:29.660Z[ recovery-image] Mar 18 13:48:28.863 INFO O| Mar 18 13:48:28.863 INFO STEP 490 (remove_files) COMPLETE
62432026-03-18T13:48:29.660Z[ recovery-image] Mar 18 13:48:28.863 INFO O| Mar 18 13:48:28.863 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-03-18T13:48:29.667Z[ recovery-image] Mar 18 13:48:28.877 INFO O| Mar 18 13:48:28.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62452026-03-18T13:48:29.670Z[ recovery-image] Mar 18 13:48:28.877 INFO O| Mar 18 13:48:28.877 INFO STEP 491 (remove_files) COMPLETE
62462026-03-18T13:48:29.670Z[ recovery-image] Mar 18 13:48:28.877 INFO O| Mar 18 13:48:28.877 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-03-18T13:48:29.680Z[ recovery-image] Mar 18 13:48:28.890 INFO O| Mar 18 13:48:28.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62482026-03-18T13:48:29.680Z[ recovery-image] Mar 18 13:48:28.890 INFO O| Mar 18 13:48:28.890 INFO STEP 492 (remove_files) COMPLETE
62492026-03-18T13:48:29.683Z[ recovery-image] Mar 18 13:48:28.890 INFO O| Mar 18 13:48:28.890 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-03-18T13:48:29.693Z[ recovery-image] Mar 18 13:48:28.903 INFO O| Mar 18 13:48:28.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62512026-03-18T13:48:29.693Z[ recovery-image] Mar 18 13:48:28.903 INFO O| Mar 18 13:48:28.903 INFO STEP 493 (remove_files) COMPLETE
62522026-03-18T13:48:29.696Z[ recovery-image] Mar 18 13:48:28.903 INFO O| Mar 18 13:48:28.903 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-03-18T13:48:29.713Z[ recovery-image] Mar 18 13:48:28.922 INFO O| Mar 18 13:48:28.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62542026-03-18T13:48:29.713Z[ recovery-image] Mar 18 13:48:28.922 INFO O| Mar 18 13:48:28.922 INFO STEP 494 (remove_files) COMPLETE
62552026-03-18T13:48:29.716Z[ recovery-image] Mar 18 13:48:28.922 INFO O| Mar 18 13:48:28.922 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-03-18T13:48:29.723Z[ recovery-image] Mar 18 13:48:28.933 INFO O| Mar 18 13:48:28.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
62572026-03-18T13:48:29.723Z[ recovery-image] Mar 18 13:48:28.933 INFO O| Mar 18 13:48:28.933 INFO STEP 495 (remove_files) COMPLETE
62582026-03-18T13:48:29.726Z[ recovery-image] Mar 18 13:48:28.933 INFO O| Mar 18 13:48:28.933 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-03-18T13:48:29.734Z[ recovery-image] Mar 18 13:48:28.944 INFO O| Mar 18 13:48:28.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
62602026-03-18T13:48:29.734Z[ recovery-image] Mar 18 13:48:28.944 INFO O| Mar 18 13:48:28.944 INFO STEP 496 (remove_files) COMPLETE
62612026-03-18T13:48:29.734Z[ recovery-image] Mar 18 13:48:28.944 INFO O| Mar 18 13:48:28.944 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-03-18T13:48:29.746Z[ recovery-image] Mar 18 13:48:28.956 INFO O| Mar 18 13:48:28.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
62632026-03-18T13:48:29.746Z[ recovery-image] Mar 18 13:48:28.956 INFO O| Mar 18 13:48:28.956 INFO STEP 497 (remove_files) COMPLETE
62642026-03-18T13:48:29.746Z[ recovery-image] Mar 18 13:48:28.956 INFO O| Mar 18 13:48:28.956 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-03-18T13:48:29.759Z[ recovery-image] Mar 18 13:48:28.968 INFO O| Mar 18 13:48:28.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
62662026-03-18T13:48:29.759Z[ recovery-image] Mar 18 13:48:28.968 INFO O| Mar 18 13:48:28.968 INFO STEP 498 (remove_files) COMPLETE
62672026-03-18T13:48:29.759Z[ recovery-image] Mar 18 13:48:28.968 INFO O| Mar 18 13:48:28.968 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-03-18T13:48:29.770Z[ recovery-image] Mar 18 13:48:28.980 INFO O| Mar 18 13:48:28.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
62692026-03-18T13:48:29.770Z[ recovery-image] Mar 18 13:48:28.980 INFO O| Mar 18 13:48:28.980 INFO STEP 499 (remove_files) COMPLETE
62702026-03-18T13:48:29.770Z[ recovery-image] Mar 18 13:48:28.980 INFO O| Mar 18 13:48:28.980 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-03-18T13:48:29.786Z[ recovery-image] Mar 18 13:48:28.996 INFO O| Mar 18 13:48:28.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
62722026-03-18T13:48:29.786Z[ recovery-image] Mar 18 13:48:28.996 INFO O| Mar 18 13:48:28.996 INFO STEP 500 (remove_files) COMPLETE
62732026-03-18T13:48:29.789Z[ recovery-image] Mar 18 13:48:28.996 INFO O| Mar 18 13:48:28.996 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-03-18T13:48:29.799Z[ recovery-image] Mar 18 13:48:29.008 INFO O| Mar 18 13:48:29.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
62752026-03-18T13:48:29.799Z[ recovery-image] Mar 18 13:48:29.008 INFO O| Mar 18 13:48:29.008 INFO STEP 501 (remove_files) COMPLETE
62762026-03-18T13:48:29.799Z[ recovery-image] Mar 18 13:48:29.008 INFO O| Mar 18 13:48:29.008 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-03-18T13:48:29.812Z[ recovery-image] Mar 18 13:48:29.021 INFO O| Mar 18 13:48:29.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
62782026-03-18T13:48:29.812Z[ recovery-image] Mar 18 13:48:29.021 INFO O| Mar 18 13:48:29.021 INFO STEP 502 (remove_files) COMPLETE
62792026-03-18T13:48:29.815Z[ recovery-image] Mar 18 13:48:29.021 INFO O| Mar 18 13:48:29.021 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-03-18T13:48:29.825Z[ recovery-image] Mar 18 13:48:29.034 INFO O| Mar 18 13:48:29.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
62812026-03-18T13:48:29.853Z[ recovery-image] Mar 18 13:48:29.063 INFO O| Mar 18 13:48:29.063 INFO STEP 503 (remove_files) COMPLETE
62822026-03-18T13:48:29.853Z[ recovery-image] Mar 18 13:48:29.063 INFO O| Mar 18 13:48:29.063 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-03-18T13:48:29.881Z[ recovery-image] Mar 18 13:48:29.090 INFO O| Mar 18 13:48:29.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
62842026-03-18T13:48:29.881Z[ recovery-image] Mar 18 13:48:29.091 INFO O| Mar 18 13:48:29.091 INFO STEP 504 (remove_files) COMPLETE
62852026-03-18T13:48:29.881Z[ recovery-image] Mar 18 13:48:29.091 INFO O| Mar 18 13:48:29.091 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-03-18T13:48:29.893Z[ recovery-image] Mar 18 13:48:29.102 INFO O| Mar 18 13:48:29.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
62872026-03-18T13:48:29.893Z[ recovery-image] Mar 18 13:48:29.102 INFO O| Mar 18 13:48:29.102 INFO STEP 505 (remove_files) COMPLETE
62882026-03-18T13:48:29.897Z[ recovery-image] Mar 18 13:48:29.102 INFO O| Mar 18 13:48:29.102 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-03-18T13:48:29.905Z[ recovery-image] Mar 18 13:48:29.114 INFO O| Mar 18 13:48:29.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
62902026-03-18T13:48:29.905Z[ recovery-image] Mar 18 13:48:29.114 INFO O| Mar 18 13:48:29.114 INFO STEP 506 (remove_files) COMPLETE
62912026-03-18T13:48:29.905Z[ recovery-image] Mar 18 13:48:29.114 INFO O| Mar 18 13:48:29.114 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-03-18T13:48:29.917Z[ recovery-image] Mar 18 13:48:29.126 INFO O| Mar 18 13:48:29.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
62932026-03-18T13:48:29.917Z[ recovery-image] Mar 18 13:48:29.126 INFO O| Mar 18 13:48:29.126 INFO STEP 507 (remove_files) COMPLETE
62942026-03-18T13:48:29.917Z[ recovery-image] Mar 18 13:48:29.126 INFO O| Mar 18 13:48:29.126 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-03-18T13:48:29.928Z[ recovery-image] Mar 18 13:48:29.138 INFO O| Mar 18 13:48:29.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
62962026-03-18T13:48:29.928Z[ recovery-image] Mar 18 13:48:29.138 INFO O| Mar 18 13:48:29.138 INFO STEP 508 (remove_files) COMPLETE
62972026-03-18T13:48:29.931Z[ recovery-image] Mar 18 13:48:29.138 INFO O| Mar 18 13:48:29.138 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-03-18T13:48:29.940Z[ recovery-image] Mar 18 13:48:29.149 INFO O| Mar 18 13:48:29.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
62992026-03-18T13:48:29.940Z[ recovery-image] Mar 18 13:48:29.150 INFO O| Mar 18 13:48:29.150 INFO STEP 509 (remove_files) COMPLETE
63002026-03-18T13:48:29.940Z[ recovery-image] Mar 18 13:48:29.150 INFO O| Mar 18 13:48:29.150 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-03-18T13:48:29.952Z[ recovery-image] Mar 18 13:48:29.162 INFO O| Mar 18 13:48:29.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63022026-03-18T13:48:29.952Z[ recovery-image] Mar 18 13:48:29.162 INFO O| Mar 18 13:48:29.162 INFO STEP 510 (remove_files) COMPLETE
63032026-03-18T13:48:29.952Z[ recovery-image] Mar 18 13:48:29.162 INFO O| Mar 18 13:48:29.162 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-03-18T13:48:29.982Z[ recovery-image] Mar 18 13:48:29.191 INFO O| Mar 18 13:48:29.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63052026-03-18T13:48:29.982Z[ recovery-image] Mar 18 13:48:29.191 INFO O| Mar 18 13:48:29.191 INFO STEP 511 (remove_files) COMPLETE
63062026-03-18T13:48:29.985Z[ recovery-image] Mar 18 13:48:29.191 INFO O| Mar 18 13:48:29.191 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-03-18T13:48:29.996Z[ recovery-image] Mar 18 13:48:29.205 INFO O| Mar 18 13:48:29.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63082026-03-18T13:48:29.999Z[ recovery-image] Mar 18 13:48:29.205 INFO O| Mar 18 13:48:29.205 INFO STEP 512 (remove_files) COMPLETE
63092026-03-18T13:48:29.999Z[ recovery-image] Mar 18 13:48:29.205 INFO O| Mar 18 13:48:29.205 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-03-18T13:48:30.009Z[ recovery-image] Mar 18 13:48:29.218 INFO O| Mar 18 13:48:29.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63112026-03-18T13:48:30.012Z[ recovery-image] Mar 18 13:48:29.219 INFO O| Mar 18 13:48:29.219 INFO STEP 513 (remove_files) COMPLETE
63122026-03-18T13:48:30.012Z[ recovery-image] Mar 18 13:48:29.219 INFO O| Mar 18 13:48:29.219 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-03-18T13:48:30.023Z[ recovery-image] Mar 18 13:48:29.233 INFO O| Mar 18 13:48:29.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63142026-03-18T13:48:30.026Z[ recovery-image] Mar 18 13:48:29.233 INFO O| Mar 18 13:48:29.233 INFO STEP 514 (remove_files) COMPLETE
63152026-03-18T13:48:30.026Z[ recovery-image] Mar 18 13:48:29.233 INFO O| Mar 18 13:48:29.233 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-03-18T13:48:30.037Z[ recovery-image] Mar 18 13:48:29.247 INFO O| Mar 18 13:48:29.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63172026-03-18T13:48:30.037Z[ recovery-image] Mar 18 13:48:29.247 INFO O| Mar 18 13:48:29.247 INFO STEP 515 (remove_files) COMPLETE
63182026-03-18T13:48:30.040Z[ recovery-image] Mar 18 13:48:29.247 INFO O| Mar 18 13:48:29.247 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-03-18T13:48:30.052Z[ recovery-image] Mar 18 13:48:29.262 INFO O| Mar 18 13:48:29.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
63202026-03-18T13:48:30.052Z[ recovery-image] Mar 18 13:48:29.262 INFO O| Mar 18 13:48:29.262 INFO STEP 516 (remove_files) COMPLETE
63212026-03-18T13:48:30.055Z[ recovery-image] Mar 18 13:48:29.262 INFO O| Mar 18 13:48:29.262 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-03-18T13:48:30.066Z[ recovery-image] Mar 18 13:48:29.276 INFO O| Mar 18 13:48:29.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63232026-03-18T13:48:30.066Z[ recovery-image] Mar 18 13:48:29.276 INFO O| Mar 18 13:48:29.276 INFO STEP 517 (remove_files) COMPLETE
63242026-03-18T13:48:30.070Z[ recovery-image] Mar 18 13:48:29.276 INFO O| Mar 18 13:48:29.276 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-03-18T13:48:30.079Z[ recovery-image] Mar 18 13:48:29.289 INFO O| Mar 18 13:48:29.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63262026-03-18T13:48:30.079Z[ recovery-image] Mar 18 13:48:29.289 INFO O| Mar 18 13:48:29.289 INFO STEP 518 (remove_files) COMPLETE
63272026-03-18T13:48:30.079Z[ recovery-image] Mar 18 13:48:29.289 INFO O| Mar 18 13:48:29.289 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-03-18T13:48:30.091Z[ recovery-image] Mar 18 13:48:29.301 INFO O| Mar 18 13:48:29.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63292026-03-18T13:48:30.091Z[ recovery-image] Mar 18 13:48:29.301 INFO O| Mar 18 13:48:29.301 INFO STEP 519 (remove_files) COMPLETE
63302026-03-18T13:48:30.091Z[ recovery-image] Mar 18 13:48:29.301 INFO O| Mar 18 13:48:29.301 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-03-18T13:48:30.114Z[ recovery-image] Mar 18 13:48:29.312 INFO O| Mar 18 13:48:29.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63322026-03-18T13:48:30.114Z[ recovery-image] Mar 18 13:48:29.312 INFO O| Mar 18 13:48:29.312 INFO STEP 520 (remove_files) COMPLETE
63332026-03-18T13:48:30.114Z[ recovery-image] Mar 18 13:48:29.312 INFO O| Mar 18 13:48:29.312 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-03-18T13:48:30.118Z[ recovery-image] Mar 18 13:48:29.323 INFO O| Mar 18 13:48:29.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
63352026-03-18T13:48:30.118Z[ recovery-image] Mar 18 13:48:29.323 INFO O| Mar 18 13:48:29.323 INFO STEP 521 (remove_files) COMPLETE
63362026-03-18T13:48:30.118Z[ recovery-image] Mar 18 13:48:29.323 INFO O| Mar 18 13:48:29.323 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-03-18T13:48:30.125Z[ recovery-image] Mar 18 13:48:29.334 INFO O| Mar 18 13:48:29.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
63382026-03-18T13:48:30.125Z[ recovery-image] Mar 18 13:48:29.334 INFO O| Mar 18 13:48:29.334 INFO STEP 522 (remove_files) COMPLETE
63392026-03-18T13:48:30.128Z[ recovery-image] Mar 18 13:48:29.334 INFO O| Mar 18 13:48:29.334 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-03-18T13:48:30.135Z[ recovery-image] Mar 18 13:48:29.345 INFO O| Mar 18 13:48:29.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
63412026-03-18T13:48:30.136Z[ recovery-image] Mar 18 13:48:29.345 INFO O| Mar 18 13:48:29.345 INFO STEP 523 (remove_files) COMPLETE
63422026-03-18T13:48:30.136Z[ recovery-image] Mar 18 13:48:29.345 INFO O| Mar 18 13:48:29.345 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-03-18T13:48:30.146Z[ recovery-image] Mar 18 13:48:29.356 INFO O| Mar 18 13:48:29.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
63442026-03-18T13:48:30.146Z[ recovery-image] Mar 18 13:48:29.356 INFO O| Mar 18 13:48:29.356 INFO STEP 524 (remove_files) COMPLETE
63452026-03-18T13:48:30.149Z[ recovery-image] Mar 18 13:48:29.356 INFO O| Mar 18 13:48:29.356 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-03-18T13:48:30.156Z[ recovery-image] Mar 18 13:48:29.366 INFO O| Mar 18 13:48:29.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
63472026-03-18T13:48:30.156Z[ recovery-image] Mar 18 13:48:29.366 INFO O| Mar 18 13:48:29.366 INFO STEP 525 (remove_files) COMPLETE
63482026-03-18T13:48:30.159Z[ recovery-image] Mar 18 13:48:29.366 INFO O| Mar 18 13:48:29.366 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-03-18T13:48:30.167Z[ recovery-image] Mar 18 13:48:29.377 INFO O| Mar 18 13:48:29.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
63502026-03-18T13:48:30.167Z[ recovery-image] Mar 18 13:48:29.377 INFO O| Mar 18 13:48:29.377 INFO STEP 526 (remove_files) COMPLETE
63512026-03-18T13:48:30.168Z[ recovery-image] Mar 18 13:48:29.377 INFO O| Mar 18 13:48:29.377 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-03-18T13:48:30.178Z[ recovery-image] Mar 18 13:48:29.388 INFO O| Mar 18 13:48:29.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
63532026-03-18T13:48:30.178Z[ recovery-image] Mar 18 13:48:29.388 INFO O| Mar 18 13:48:29.388 INFO STEP 527 (remove_files) COMPLETE
63542026-03-18T13:48:30.178Z[ recovery-image] Mar 18 13:48:29.388 INFO O| Mar 18 13:48:29.388 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-03-18T13:48:30.189Z[ recovery-image] Mar 18 13:48:29.399 INFO O| Mar 18 13:48:29.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
63562026-03-18T13:48:30.189Z[ recovery-image] Mar 18 13:48:29.399 INFO O| Mar 18 13:48:29.399 INFO STEP 528 (remove_files) COMPLETE
63572026-03-18T13:48:30.189Z[ recovery-image] Mar 18 13:48:29.399 INFO O| Mar 18 13:48:29.399 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-03-18T13:48:30.200Z[ recovery-image] Mar 18 13:48:29.410 INFO O| Mar 18 13:48:29.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
63592026-03-18T13:48:30.200Z[ recovery-image] Mar 18 13:48:29.410 INFO O| Mar 18 13:48:29.410 INFO STEP 529 (remove_files) COMPLETE
63602026-03-18T13:48:30.203Z[ recovery-image] Mar 18 13:48:29.410 INFO O| Mar 18 13:48:29.410 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-03-18T13:48:30.211Z[ recovery-image] Mar 18 13:48:29.421 INFO O| Mar 18 13:48:29.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
63622026-03-18T13:48:30.211Z[ recovery-image] Mar 18 13:48:29.421 INFO O| Mar 18 13:48:29.421 INFO STEP 530 (remove_files) COMPLETE
63632026-03-18T13:48:30.214Z[ recovery-image] Mar 18 13:48:29.421 INFO O| Mar 18 13:48:29.421 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-03-18T13:48:30.222Z[ recovery-image] Mar 18 13:48:29.431 INFO O| Mar 18 13:48:29.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
63652026-03-18T13:48:30.222Z[ recovery-image] Mar 18 13:48:29.431 INFO O| Mar 18 13:48:29.431 INFO STEP 531 (remove_files) COMPLETE
63662026-03-18T13:48:30.225Z[ recovery-image] Mar 18 13:48:29.431 INFO O| Mar 18 13:48:29.431 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-03-18T13:48:30.232Z[ recovery-image] Mar 18 13:48:29.442 INFO O| Mar 18 13:48:29.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
63682026-03-18T13:48:30.232Z[ recovery-image] Mar 18 13:48:29.442 INFO O| Mar 18 13:48:29.442 INFO STEP 532 (remove_files) COMPLETE
63692026-03-18T13:48:30.232Z[ recovery-image] Mar 18 13:48:29.442 INFO O| Mar 18 13:48:29.442 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-03-18T13:48:30.244Z[ recovery-image] Mar 18 13:48:29.453 INFO O| Mar 18 13:48:29.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
63712026-03-18T13:48:30.244Z[ recovery-image] Mar 18 13:48:29.454 INFO O| Mar 18 13:48:29.454 INFO STEP 533 (remove_files) COMPLETE
63722026-03-18T13:48:30.247Z[ recovery-image] Mar 18 13:48:29.454 INFO O| Mar 18 13:48:29.454 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-03-18T13:48:30.257Z[ recovery-image] Mar 18 13:48:29.466 INFO O| Mar 18 13:48:29.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
63742026-03-18T13:48:30.257Z[ recovery-image] Mar 18 13:48:29.466 INFO O| Mar 18 13:48:29.466 INFO STEP 534 (remove_files) COMPLETE
63752026-03-18T13:48:30.257Z[ recovery-image] Mar 18 13:48:29.466 INFO O| Mar 18 13:48:29.466 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-03-18T13:48:30.269Z[ recovery-image] Mar 18 13:48:29.478 INFO O| Mar 18 13:48:29.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
63772026-03-18T13:48:30.269Z[ recovery-image] Mar 18 13:48:29.478 INFO O| Mar 18 13:48:29.478 INFO STEP 535 (remove_files) COMPLETE
63782026-03-18T13:48:30.272Z[ recovery-image] Mar 18 13:48:29.478 INFO O| Mar 18 13:48:29.478 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-03-18T13:48:30.281Z[ recovery-image] Mar 18 13:48:29.490 INFO O| Mar 18 13:48:29.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
63802026-03-18T13:48:30.281Z[ recovery-image] Mar 18 13:48:29.490 INFO O| Mar 18 13:48:29.490 INFO STEP 536 (remove_files) COMPLETE
63812026-03-18T13:48:30.284Z[ recovery-image] Mar 18 13:48:29.490 INFO O| Mar 18 13:48:29.490 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-03-18T13:48:30.293Z[ recovery-image] Mar 18 13:48:29.502 INFO O| Mar 18 13:48:29.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
63832026-03-18T13:48:30.293Z[ recovery-image] Mar 18 13:48:29.502 INFO O| Mar 18 13:48:29.502 INFO STEP 537 (remove_files) COMPLETE
63842026-03-18T13:48:30.296Z[ recovery-image] Mar 18 13:48:29.502 INFO O| Mar 18 13:48:29.502 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-03-18T13:48:30.304Z[ recovery-image] Mar 18 13:48:29.514 INFO O| Mar 18 13:48:29.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
63862026-03-18T13:48:30.307Z[ recovery-image] Mar 18 13:48:29.515 INFO O| Mar 18 13:48:29.515 INFO STEP 538 (remove_files) COMPLETE
63872026-03-18T13:48:30.307Z[ recovery-image] Mar 18 13:48:29.515 INFO O| Mar 18 13:48:29.515 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-03-18T13:48:30.316Z[ recovery-image] Mar 18 13:48:29.526 INFO O| Mar 18 13:48:29.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
63892026-03-18T13:48:30.316Z[ recovery-image] Mar 18 13:48:29.526 INFO O| Mar 18 13:48:29.526 INFO STEP 539 (remove_files) COMPLETE
63902026-03-18T13:48:30.316Z[ recovery-image] Mar 18 13:48:29.526 INFO O| Mar 18 13:48:29.526 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-03-18T13:48:30.327Z[ recovery-image] Mar 18 13:48:29.537 INFO O| Mar 18 13:48:29.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
63922026-03-18T13:48:30.327Z[ recovery-image] Mar 18 13:48:29.537 INFO O| Mar 18 13:48:29.537 INFO STEP 540 (remove_files) COMPLETE
63932026-03-18T13:48:30.331Z[ recovery-image] Mar 18 13:48:29.537 INFO O| Mar 18 13:48:29.537 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-03-18T13:48:30.339Z[ recovery-image] Mar 18 13:48:29.549 INFO O| Mar 18 13:48:29.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
63952026-03-18T13:48:30.342Z[ recovery-image] Mar 18 13:48:29.550 INFO O| Mar 18 13:48:29.550 INFO STEP 541 (remove_files) COMPLETE
63962026-03-18T13:48:30.342Z[ recovery-image] Mar 18 13:48:29.550 INFO O| Mar 18 13:48:29.550 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-03-18T13:48:30.351Z[ recovery-image] Mar 18 13:48:29.561 INFO O| Mar 18 13:48:29.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
63982026-03-18T13:48:30.351Z[ recovery-image] Mar 18 13:48:29.561 INFO O| Mar 18 13:48:29.561 INFO STEP 542 (remove_files) COMPLETE
63992026-03-18T13:48:30.351Z[ recovery-image] Mar 18 13:48:29.561 INFO O| Mar 18 13:48:29.561 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-03-18T13:48:30.362Z[ recovery-image] Mar 18 13:48:29.572 INFO O| Mar 18 13:48:29.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
64012026-03-18T13:48:30.362Z[ recovery-image] Mar 18 13:48:29.572 INFO O| Mar 18 13:48:29.572 INFO STEP 543 (remove_files) COMPLETE
64022026-03-18T13:48:30.365Z[ recovery-image] Mar 18 13:48:29.572 INFO O| Mar 18 13:48:29.572 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-03-18T13:48:30.373Z[ recovery-image] Mar 18 13:48:29.583 INFO O| Mar 18 13:48:29.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
64042026-03-18T13:48:30.373Z[ recovery-image] Mar 18 13:48:29.583 INFO O| Mar 18 13:48:29.583 INFO STEP 544 (remove_files) COMPLETE
64052026-03-18T13:48:30.373Z[ recovery-image] Mar 18 13:48:29.583 INFO O| Mar 18 13:48:29.583 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-03-18T13:48:30.384Z[ recovery-image] Mar 18 13:48:29.594 INFO O| Mar 18 13:48:29.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
64072026-03-18T13:48:30.384Z[ recovery-image] Mar 18 13:48:29.594 INFO O| Mar 18 13:48:29.594 INFO STEP 545 (remove_files) COMPLETE
64082026-03-18T13:48:30.387Z[ recovery-image] Mar 18 13:48:29.594 INFO O| Mar 18 13:48:29.594 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-03-18T13:48:30.395Z[ recovery-image] Mar 18 13:48:29.605 INFO O| Mar 18 13:48:29.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64102026-03-18T13:48:30.395Z[ recovery-image] Mar 18 13:48:29.605 INFO O| Mar 18 13:48:29.605 INFO STEP 546 (remove_files) COMPLETE
64112026-03-18T13:48:30.398Z[ recovery-image] Mar 18 13:48:29.605 INFO O| Mar 18 13:48:29.605 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-03-18T13:48:30.406Z[ recovery-image] Mar 18 13:48:29.616 INFO O| Mar 18 13:48:29.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
64132026-03-18T13:48:30.406Z[ recovery-image] Mar 18 13:48:29.616 INFO O| Mar 18 13:48:29.616 INFO STEP 547 (remove_files) COMPLETE
64142026-03-18T13:48:30.409Z[ recovery-image] Mar 18 13:48:29.616 INFO O| Mar 18 13:48:29.616 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-03-18T13:48:30.418Z[ recovery-image] Mar 18 13:48:29.628 INFO O| Mar 18 13:48:29.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
64162026-03-18T13:48:30.418Z[ recovery-image] Mar 18 13:48:29.628 INFO O| Mar 18 13:48:29.628 INFO STEP 548 (remove_files) COMPLETE
64172026-03-18T13:48:30.420Z[ recovery-image] Mar 18 13:48:29.628 INFO O| Mar 18 13:48:29.628 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-03-18T13:48:30.429Z[ recovery-image] Mar 18 13:48:29.639 INFO O| Mar 18 13:48:29.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
64192026-03-18T13:48:30.432Z[ recovery-image] Mar 18 13:48:29.639 INFO O| Mar 18 13:48:29.639 INFO STEP 549 (remove_files) COMPLETE
64202026-03-18T13:48:30.432Z[ recovery-image] Mar 18 13:48:29.639 INFO O| Mar 18 13:48:29.639 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-03-18T13:48:30.440Z[ recovery-image] Mar 18 13:48:29.650 INFO O| Mar 18 13:48:29.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
64222026-03-18T13:48:30.443Z[ recovery-image] Mar 18 13:48:29.650 INFO O| Mar 18 13:48:29.650 INFO STEP 550 (remove_files) COMPLETE
64232026-03-18T13:48:30.443Z[ recovery-image] Mar 18 13:48:29.650 INFO O| Mar 18 13:48:29.650 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-03-18T13:48:30.451Z[ recovery-image] Mar 18 13:48:29.661 INFO O| Mar 18 13:48:29.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
64252026-03-18T13:48:30.451Z[ recovery-image] Mar 18 13:48:29.661 INFO O| Mar 18 13:48:29.661 INFO STEP 551 (remove_files) COMPLETE
64262026-03-18T13:48:30.455Z[ recovery-image] Mar 18 13:48:29.661 INFO O| Mar 18 13:48:29.661 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-03-18T13:48:30.461Z[ recovery-image] Mar 18 13:48:29.671 INFO O| Mar 18 13:48:29.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
64282026-03-18T13:48:30.461Z[ recovery-image] Mar 18 13:48:29.671 INFO O| Mar 18 13:48:29.671 INFO STEP 552 (remove_files) COMPLETE
64292026-03-18T13:48:30.464Z[ recovery-image] Mar 18 13:48:29.671 INFO O| Mar 18 13:48:29.671 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-03-18T13:48:30.472Z[ recovery-image] Mar 18 13:48:29.682 INFO O| Mar 18 13:48:29.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
64312026-03-18T13:48:30.472Z[ recovery-image] Mar 18 13:48:29.682 INFO O| Mar 18 13:48:29.682 INFO STEP 553 (remove_files) COMPLETE
64322026-03-18T13:48:30.475Z[ recovery-image] Mar 18 13:48:29.682 INFO O| Mar 18 13:48:29.682 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-03-18T13:48:30.483Z[ recovery-image] Mar 18 13:48:29.693 INFO O| Mar 18 13:48:29.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
64342026-03-18T13:48:30.483Z[ recovery-image] Mar 18 13:48:29.693 INFO O| Mar 18 13:48:29.693 INFO STEP 554 (remove_files) COMPLETE
64352026-03-18T13:48:30.486Z[ recovery-image] Mar 18 13:48:29.693 INFO O| Mar 18 13:48:29.693 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-03-18T13:48:30.495Z[ recovery-image] Mar 18 13:48:29.705 INFO O| Mar 18 13:48:29.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64372026-03-18T13:48:30.495Z[ recovery-image] Mar 18 13:48:29.705 INFO O| Mar 18 13:48:29.705 INFO STEP 555 (remove_files) COMPLETE
64382026-03-18T13:48:30.498Z[ recovery-image] Mar 18 13:48:29.705 INFO O| Mar 18 13:48:29.705 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-03-18T13:48:30.506Z[ recovery-image] Mar 18 13:48:29.716 INFO O| Mar 18 13:48:29.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
64402026-03-18T13:48:30.506Z[ recovery-image] Mar 18 13:48:29.716 INFO O| Mar 18 13:48:29.716 INFO STEP 556 (remove_files) COMPLETE
64412026-03-18T13:48:30.509Z[ recovery-image] Mar 18 13:48:29.716 INFO O| Mar 18 13:48:29.716 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-03-18T13:48:30.517Z[ recovery-image] Mar 18 13:48:29.727 INFO O| Mar 18 13:48:29.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64432026-03-18T13:48:30.517Z[ recovery-image] Mar 18 13:48:29.727 INFO O| Mar 18 13:48:29.727 INFO STEP 557 (remove_files) COMPLETE
64442026-03-18T13:48:30.520Z[ recovery-image] Mar 18 13:48:29.727 INFO O| Mar 18 13:48:29.727 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-03-18T13:48:30.528Z[ recovery-image] Mar 18 13:48:29.738 INFO O| Mar 18 13:48:29.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64462026-03-18T13:48:30.529Z[ recovery-image] Mar 18 13:48:29.739 INFO O| Mar 18 13:48:29.738 INFO STEP 558 (remove_files) COMPLETE
64472026-03-18T13:48:30.529Z[ recovery-image] Mar 18 13:48:29.739 INFO O| Mar 18 13:48:29.738 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-03-18T13:48:30.540Z[ recovery-image] Mar 18 13:48:29.750 INFO O| Mar 18 13:48:29.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
64492026-03-18T13:48:30.540Z[ recovery-image] Mar 18 13:48:29.750 INFO O| Mar 18 13:48:29.750 INFO STEP 559 (remove_files) COMPLETE
64502026-03-18T13:48:30.543Z[ recovery-image] Mar 18 13:48:29.750 INFO O| Mar 18 13:48:29.750 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-03-18T13:48:30.551Z[ recovery-image] Mar 18 13:48:29.761 INFO O| Mar 18 13:48:29.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
64522026-03-18T13:48:30.551Z[ recovery-image] Mar 18 13:48:29.761 INFO O| Mar 18 13:48:29.761 INFO STEP 560 (remove_files) COMPLETE
64532026-03-18T13:48:30.554Z[ recovery-image] Mar 18 13:48:29.761 INFO O| Mar 18 13:48:29.761 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-03-18T13:48:30.562Z[ recovery-image] Mar 18 13:48:29.772 INFO O| Mar 18 13:48:29.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64552026-03-18T13:48:30.562Z[ recovery-image] Mar 18 13:48:29.772 INFO O| Mar 18 13:48:29.772 INFO STEP 561 (remove_files) COMPLETE
64562026-03-18T13:48:30.564Z[ recovery-image] Mar 18 13:48:29.772 INFO O| Mar 18 13:48:29.772 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-03-18T13:48:30.573Z[ recovery-image] Mar 18 13:48:29.783 INFO O| Mar 18 13:48:29.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
64582026-03-18T13:48:30.573Z[ recovery-image] Mar 18 13:48:29.783 INFO O| Mar 18 13:48:29.783 INFO STEP 562 (remove_files) COMPLETE
64592026-03-18T13:48:30.576Z[ recovery-image] Mar 18 13:48:29.783 INFO O| Mar 18 13:48:29.783 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-03-18T13:48:30.585Z[ recovery-image] Mar 18 13:48:29.795 INFO O| Mar 18 13:48:29.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
64612026-03-18T13:48:30.585Z[ recovery-image] Mar 18 13:48:29.795 INFO O| Mar 18 13:48:29.795 INFO STEP 563 (remove_files) COMPLETE
64622026-03-18T13:48:30.585Z[ recovery-image] Mar 18 13:48:29.795 INFO O| Mar 18 13:48:29.795 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-03-18T13:48:30.598Z[ recovery-image] Mar 18 13:48:29.808 INFO O| Mar 18 13:48:29.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
64642026-03-18T13:48:30.598Z[ recovery-image] Mar 18 13:48:29.808 INFO O| Mar 18 13:48:29.808 INFO STEP 564 (remove_files) COMPLETE
64652026-03-18T13:48:30.600Z[ recovery-image] Mar 18 13:48:29.808 INFO O| Mar 18 13:48:29.808 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-03-18T13:48:30.610Z[ recovery-image] Mar 18 13:48:29.820 INFO O| Mar 18 13:48:29.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
64672026-03-18T13:48:30.610Z[ recovery-image] Mar 18 13:48:29.820 INFO O| Mar 18 13:48:29.820 INFO STEP 565 (remove_files) COMPLETE
64682026-03-18T13:48:30.610Z[ recovery-image] Mar 18 13:48:29.820 INFO O| Mar 18 13:48:29.820 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-03-18T13:48:30.622Z[ recovery-image] Mar 18 13:48:29.832 INFO O| Mar 18 13:48:29.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
64702026-03-18T13:48:30.623Z[ recovery-image] Mar 18 13:48:29.833 INFO O| Mar 18 13:48:29.833 INFO STEP 566 (remove_files) COMPLETE
64712026-03-18T13:48:30.625Z[ recovery-image] Mar 18 13:48:29.833 INFO O| Mar 18 13:48:29.833 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-03-18T13:48:30.635Z[ recovery-image] Mar 18 13:48:29.845 INFO O| Mar 18 13:48:29.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
64732026-03-18T13:48:30.635Z[ recovery-image] Mar 18 13:48:29.845 INFO O| Mar 18 13:48:29.845 INFO STEP 567 (remove_files) COMPLETE
64742026-03-18T13:48:30.638Z[ recovery-image] Mar 18 13:48:29.845 INFO O| Mar 18 13:48:29.845 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-03-18T13:48:30.648Z[ recovery-image] Mar 18 13:48:29.858 INFO O| Mar 18 13:48:29.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
64762026-03-18T13:48:30.648Z[ recovery-image] Mar 18 13:48:29.858 INFO O| Mar 18 13:48:29.858 INFO STEP 568 (remove_files) COMPLETE
64772026-03-18T13:48:30.651Z[ recovery-image] Mar 18 13:48:29.858 INFO O| Mar 18 13:48:29.858 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-03-18T13:48:30.661Z[ recovery-image] Mar 18 13:48:29.871 INFO O| Mar 18 13:48:29.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
64792026-03-18T13:48:30.661Z[ recovery-image] Mar 18 13:48:29.871 INFO O| Mar 18 13:48:29.871 INFO STEP 569 (remove_files) COMPLETE
64802026-03-18T13:48:30.661Z[ recovery-image] Mar 18 13:48:29.871 INFO O| Mar 18 13:48:29.871 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-03-18T13:48:30.674Z[ recovery-image] Mar 18 13:48:29.884 INFO O| Mar 18 13:48:29.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
64822026-03-18T13:48:30.674Z[ recovery-image] Mar 18 13:48:29.884 INFO O| Mar 18 13:48:29.884 INFO STEP 570 (remove_files) COMPLETE
64832026-03-18T13:48:30.677Z[ recovery-image] Mar 18 13:48:29.884 INFO O| Mar 18 13:48:29.884 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-03-18T13:48:30.687Z[ recovery-image] Mar 18 13:48:29.896 INFO O| Mar 18 13:48:29.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
64852026-03-18T13:48:30.687Z[ recovery-image] Mar 18 13:48:29.896 INFO O| Mar 18 13:48:29.896 INFO STEP 571 (remove_files) COMPLETE
64862026-03-18T13:48:30.689Z[ recovery-image] Mar 18 13:48:29.896 INFO O| Mar 18 13:48:29.896 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-03-18T13:48:30.699Z[ recovery-image] Mar 18 13:48:29.909 INFO O| Mar 18 13:48:29.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
64882026-03-18T13:48:30.699Z[ recovery-image] Mar 18 13:48:29.909 INFO O| Mar 18 13:48:29.909 INFO STEP 572 (remove_files) COMPLETE
64892026-03-18T13:48:30.702Z[ recovery-image] Mar 18 13:48:29.909 INFO O| Mar 18 13:48:29.909 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-03-18T13:48:30.712Z[ recovery-image] Mar 18 13:48:29.921 INFO O| Mar 18 13:48:29.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
64912026-03-18T13:48:30.712Z[ recovery-image] Mar 18 13:48:29.922 INFO O| Mar 18 13:48:29.922 INFO STEP 573 (remove_files) COMPLETE
64922026-03-18T13:48:30.715Z[ recovery-image] Mar 18 13:48:29.922 INFO O| Mar 18 13:48:29.922 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-03-18T13:48:30.723Z[ recovery-image] Mar 18 13:48:29.933 INFO O| Mar 18 13:48:29.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
64942026-03-18T13:48:30.723Z[ recovery-image] Mar 18 13:48:29.933 INFO O| Mar 18 13:48:29.933 INFO STEP 574 (remove_files) COMPLETE
64952026-03-18T13:48:30.726Z[ recovery-image] Mar 18 13:48:29.933 INFO O| Mar 18 13:48:29.933 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-03-18T13:48:30.736Z[ recovery-image] Mar 18 13:48:29.946 INFO O| Mar 18 13:48:29.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
64972026-03-18T13:48:30.739Z[ recovery-image] Mar 18 13:48:29.947 INFO O| Mar 18 13:48:29.947 INFO STEP 575 (remove_files) COMPLETE
64982026-03-18T13:48:30.739Z[ recovery-image] Mar 18 13:48:29.947 INFO O| Mar 18 13:48:29.947 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-03-18T13:48:30.751Z[ recovery-image] Mar 18 13:48:29.961 INFO O| Mar 18 13:48:29.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
65002026-03-18T13:48:30.751Z[ recovery-image] Mar 18 13:48:29.961 INFO O| Mar 18 13:48:29.961 INFO STEP 576 (remove_files) COMPLETE
65012026-03-18T13:48:30.754Z[ recovery-image] Mar 18 13:48:29.961 INFO O| Mar 18 13:48:29.961 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-03-18T13:48:30.765Z[ recovery-image] Mar 18 13:48:29.975 INFO O| Mar 18 13:48:29.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
65032026-03-18T13:48:30.765Z[ recovery-image] Mar 18 13:48:29.975 INFO O| Mar 18 13:48:29.975 INFO STEP 577 (remove_files) COMPLETE
65042026-03-18T13:48:30.767Z[ recovery-image] Mar 18 13:48:29.975 INFO O| Mar 18 13:48:29.975 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-03-18T13:48:30.778Z[ recovery-image] Mar 18 13:48:29.988 INFO O| Mar 18 13:48:29.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
65062026-03-18T13:48:30.778Z[ recovery-image] Mar 18 13:48:29.988 INFO O| Mar 18 13:48:29.988 INFO STEP 578 (remove_files) COMPLETE
65072026-03-18T13:48:30.781Z[ recovery-image] Mar 18 13:48:29.988 INFO O| Mar 18 13:48:29.988 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-03-18T13:48:30.792Z[ recovery-image] Mar 18 13:48:30.002 INFO O| Mar 18 13:48:30.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65092026-03-18T13:48:30.795Z[ recovery-image] Mar 18 13:48:30.003 INFO O| Mar 18 13:48:30.003 INFO STEP 579 (remove_files) COMPLETE
65102026-03-18T13:48:30.795Z[ recovery-image] Mar 18 13:48:30.003 INFO O| Mar 18 13:48:30.003 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-03-18T13:48:30.807Z[ recovery-image] Mar 18 13:48:30.017 INFO O| Mar 18 13:48:30.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65122026-03-18T13:48:30.807Z[ recovery-image] Mar 18 13:48:30.017 INFO O| Mar 18 13:48:30.017 INFO STEP 580 (remove_files) COMPLETE
65132026-03-18T13:48:30.807Z[ recovery-image] Mar 18 13:48:30.017 INFO O| Mar 18 13:48:30.017 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-03-18T13:48:30.823Z[ recovery-image] Mar 18 13:48:30.033 INFO O| Mar 18 13:48:30.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
65152026-03-18T13:48:30.823Z[ recovery-image] Mar 18 13:48:30.033 INFO O| Mar 18 13:48:30.033 INFO STEP 581 (remove_files) COMPLETE
65162026-03-18T13:48:30.823Z[ recovery-image] Mar 18 13:48:30.033 INFO O| Mar 18 13:48:30.033 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-03-18T13:48:30.839Z[ recovery-image] Mar 18 13:48:30.049 INFO O| Mar 18 13:48:30.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65182026-03-18T13:48:30.839Z[ recovery-image] Mar 18 13:48:30.049 INFO O| Mar 18 13:48:30.049 INFO STEP 582 (remove_files) COMPLETE
65192026-03-18T13:48:30.839Z[ recovery-image] Mar 18 13:48:30.049 INFO O| Mar 18 13:48:30.049 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-03-18T13:48:30.854Z[ recovery-image] Mar 18 13:48:30.064 INFO O| Mar 18 13:48:30.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65212026-03-18T13:48:30.854Z[ recovery-image] Mar 18 13:48:30.064 INFO O| Mar 18 13:48:30.064 INFO STEP 583 (remove_files) COMPLETE
65222026-03-18T13:48:30.854Z[ recovery-image] Mar 18 13:48:30.064 INFO O| Mar 18 13:48:30.064 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-03-18T13:48:30.867Z[ recovery-image] Mar 18 13:48:30.077 INFO O| Mar 18 13:48:30.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65242026-03-18T13:48:30.867Z[ recovery-image] Mar 18 13:48:30.077 INFO O| Mar 18 13:48:30.077 INFO STEP 584 (remove_files) COMPLETE
65252026-03-18T13:48:30.867Z[ recovery-image] Mar 18 13:48:30.077 INFO O| Mar 18 13:48:30.077 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-03-18T13:48:30.884Z[ recovery-image] Mar 18 13:48:30.091 INFO O| Mar 18 13:48:30.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65272026-03-18T13:48:30.884Z[ recovery-image] Mar 18 13:48:30.091 INFO O| Mar 18 13:48:30.091 INFO STEP 585 (remove_files) COMPLETE
65282026-03-18T13:48:30.887Z[ recovery-image] Mar 18 13:48:30.091 INFO O| Mar 18 13:48:30.091 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-03-18T13:48:30.895Z[ recovery-image] Mar 18 13:48:30.105 INFO O| Mar 18 13:48:30.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
65302026-03-18T13:48:30.895Z[ recovery-image] Mar 18 13:48:30.105 INFO O| Mar 18 13:48:30.105 INFO STEP 586 (remove_files) COMPLETE
65312026-03-18T13:48:30.897Z[ recovery-image] Mar 18 13:48:30.105 INFO O| Mar 18 13:48:30.105 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-03-18T13:48:30.909Z[ recovery-image] Mar 18 13:48:30.119 INFO O| Mar 18 13:48:30.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
65332026-03-18T13:48:30.909Z[ recovery-image] Mar 18 13:48:30.119 INFO O| Mar 18 13:48:30.119 INFO STEP 587 (remove_files) COMPLETE
65342026-03-18T13:48:30.909Z[ recovery-image] Mar 18 13:48:30.119 INFO O| Mar 18 13:48:30.119 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-03-18T13:48:30.923Z[ recovery-image] Mar 18 13:48:30.133 INFO O| Mar 18 13:48:30.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
65362026-03-18T13:48:30.923Z[ recovery-image] Mar 18 13:48:30.133 INFO O| Mar 18 13:48:30.133 INFO STEP 588 (remove_files) COMPLETE
65372026-03-18T13:48:30.923Z[ recovery-image] Mar 18 13:48:30.133 INFO O| Mar 18 13:48:30.133 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-03-18T13:48:30.937Z[ recovery-image] Mar 18 13:48:30.147 INFO O| Mar 18 13:48:30.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
65392026-03-18T13:48:30.937Z[ recovery-image] Mar 18 13:48:30.147 INFO O| Mar 18 13:48:30.147 INFO STEP 589 (remove_files) COMPLETE
65402026-03-18T13:48:30.937Z[ recovery-image] Mar 18 13:48:30.147 INFO O| Mar 18 13:48:30.147 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-03-18T13:48:30.951Z[ recovery-image] Mar 18 13:48:30.160 INFO O| Mar 18 13:48:30.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
65422026-03-18T13:48:30.951Z[ recovery-image] Mar 18 13:48:30.161 INFO O| Mar 18 13:48:30.161 INFO STEP 590 (remove_files) COMPLETE
65432026-03-18T13:48:30.951Z[ recovery-image] Mar 18 13:48:30.161 INFO O| Mar 18 13:48:30.161 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-03-18T13:48:30.964Z[ recovery-image] Mar 18 13:48:30.173 INFO O| Mar 18 13:48:30.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65452026-03-18T13:48:30.964Z[ recovery-image] Mar 18 13:48:30.174 INFO O| Mar 18 13:48:30.174 INFO STEP 591 (remove_files) COMPLETE
65462026-03-18T13:48:30.964Z[ recovery-image] Mar 18 13:48:30.174 INFO O| Mar 18 13:48:30.174 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-03-18T13:48:30.998Z[ recovery-image] Mar 18 13:48:30.208 INFO O| Mar 18 13:48:30.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
65482026-03-18T13:48:30.998Z[ recovery-image] Mar 18 13:48:30.208 INFO O| Mar 18 13:48:30.193 INFO STEP 592 (remove_files) COMPLETE
65492026-03-18T13:48:31.002Z[ recovery-image] Mar 18 13:48:30.208 INFO O| Mar 18 13:48:30.193 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-03-18T13:48:31.002Z[ recovery-image] Mar 18 13:48:30.208 INFO O| Mar 18 13:48:30.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65512026-03-18T13:48:31.002Z[ recovery-image] Mar 18 13:48:30.208 INFO O| Mar 18 13:48:30.206 INFO STEP 593 (remove_files) COMPLETE
65522026-03-18T13:48:31.002Z[ recovery-image] Mar 18 13:48:30.208 INFO O| Mar 18 13:48:30.206 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-03-18T13:48:31.024Z[ recovery-image] Mar 18 13:48:30.234 INFO O| Mar 18 13:48:30.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65542026-03-18T13:48:31.024Z[ recovery-image] Mar 18 13:48:30.234 INFO O| Mar 18 13:48:30.234 INFO STEP 594 (remove_files) COMPLETE
65552026-03-18T13:48:31.024Z[ recovery-image] Mar 18 13:48:30.234 INFO O| Mar 18 13:48:30.234 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-03-18T13:48:31.036Z[ recovery-image] Mar 18 13:48:30.246 INFO O| Mar 18 13:48:30.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
65572026-03-18T13:48:31.036Z[ recovery-image] Mar 18 13:48:30.246 INFO O| Mar 18 13:48:30.246 INFO STEP 595 (remove_files) COMPLETE
65582026-03-18T13:48:31.039Z[ recovery-image] Mar 18 13:48:30.246 INFO O| Mar 18 13:48:30.246 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-03-18T13:48:31.046Z[ recovery-image] Mar 18 13:48:30.256 INFO O| Mar 18 13:48:30.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
65602026-03-18T13:48:31.047Z[ recovery-image] Mar 18 13:48:30.257 INFO O| Mar 18 13:48:30.257 INFO STEP 596 (remove_files) COMPLETE
65612026-03-18T13:48:31.049Z[ recovery-image] Mar 18 13:48:30.257 INFO O| Mar 18 13:48:30.257 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-03-18T13:48:31.061Z[ recovery-image] Mar 18 13:48:30.270 INFO O| Mar 18 13:48:30.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
65632026-03-18T13:48:31.061Z[ recovery-image] Mar 18 13:48:30.271 INFO O| Mar 18 13:48:30.271 INFO STEP 597 (remove_files) COMPLETE
65642026-03-18T13:48:31.063Z[ recovery-image] Mar 18 13:48:30.271 INFO O| Mar 18 13:48:30.271 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-03-18T13:48:31.073Z[ recovery-image] Mar 18 13:48:30.283 INFO O| Mar 18 13:48:30.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
65662026-03-18T13:48:31.073Z[ recovery-image] Mar 18 13:48:30.283 INFO O| Mar 18 13:48:30.283 INFO STEP 598 (remove_files) COMPLETE
65672026-03-18T13:48:31.073Z[ recovery-image] Mar 18 13:48:30.283 INFO O| Mar 18 13:48:30.283 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-03-18T13:48:31.085Z[ recovery-image] Mar 18 13:48:30.295 INFO O| Mar 18 13:48:30.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
65692026-03-18T13:48:31.085Z[ recovery-image] Mar 18 13:48:30.295 INFO O| Mar 18 13:48:30.295 INFO STEP 599 (remove_files) COMPLETE
65702026-03-18T13:48:31.085Z[ recovery-image] Mar 18 13:48:30.295 INFO O| Mar 18 13:48:30.295 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-03-18T13:48:31.097Z[ recovery-image] Mar 18 13:48:30.307 INFO O| Mar 18 13:48:30.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
65722026-03-18T13:48:31.097Z[ recovery-image] Mar 18 13:48:30.307 INFO O| Mar 18 13:48:30.307 INFO STEP 600 (remove_files) COMPLETE
65732026-03-18T13:48:31.097Z[ recovery-image] Mar 18 13:48:30.307 INFO O| Mar 18 13:48:30.307 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-03-18T13:48:31.107Z[ recovery-image] Mar 18 13:48:30.318 INFO O| Mar 18 13:48:30.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
65752026-03-18T13:48:31.108Z[ recovery-image] Mar 18 13:48:30.318 INFO O| Mar 18 13:48:30.318 INFO STEP 601 (remove_files) COMPLETE
65762026-03-18T13:48:31.108Z[ recovery-image] Mar 18 13:48:30.318 INFO O| Mar 18 13:48:30.318 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-03-18T13:48:31.119Z[ recovery-image] Mar 18 13:48:30.329 INFO O| Mar 18 13:48:30.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
65782026-03-18T13:48:31.119Z[ recovery-image] Mar 18 13:48:30.329 INFO O| Mar 18 13:48:30.329 INFO STEP 602 (remove_files) COMPLETE
65792026-03-18T13:48:31.119Z[ recovery-image] Mar 18 13:48:30.329 INFO O| Mar 18 13:48:30.329 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-03-18T13:48:31.134Z[ recovery-image] Mar 18 13:48:30.344 INFO O| Mar 18 13:48:30.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
65812026-03-18T13:48:31.134Z[ recovery-image] Mar 18 13:48:30.344 INFO O| Mar 18 13:48:30.344 INFO STEP 603 (remove_files) COMPLETE
65822026-03-18T13:48:31.134Z[ recovery-image] Mar 18 13:48:30.344 INFO O| Mar 18 13:48:30.344 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-03-18T13:48:31.172Z[ recovery-image] Mar 18 13:48:30.363 INFO O| Mar 18 13:48:30.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
65842026-03-18T13:48:31.190Z[ recovery-image] Mar 18 13:48:30.363 INFO O| Mar 18 13:48:30.363 INFO STEP 604 (remove_files) COMPLETE
65852026-03-18T13:48:31.190Z[ recovery-image] Mar 18 13:48:30.363 INFO O| Mar 18 13:48:30.363 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-03-18T13:48:31.193Z[ recovery-image] Mar 18 13:48:30.377 INFO O| Mar 18 13:48:30.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
65872026-03-18T13:48:31.193Z[ recovery-image] Mar 18 13:48:30.377 INFO O| Mar 18 13:48:30.377 INFO STEP 605 (remove_files) COMPLETE
65882026-03-18T13:48:31.193Z[ recovery-image] Mar 18 13:48:30.377 INFO O| Mar 18 13:48:30.377 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-03-18T13:48:31.193Z[ recovery-image] Mar 18 13:48:30.389 INFO O| Mar 18 13:48:30.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
65902026-03-18T13:48:31.193Z[ recovery-image] Mar 18 13:48:30.389 INFO O| Mar 18 13:48:30.389 INFO STEP 606 (remove_files) COMPLETE
65912026-03-18T13:48:31.193Z[ recovery-image] Mar 18 13:48:30.389 INFO O| Mar 18 13:48:30.389 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-03-18T13:48:31.193Z[ recovery-image] Mar 18 13:48:30.401 INFO O| Mar 18 13:48:30.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
65932026-03-18T13:48:31.193Z[ recovery-image] Mar 18 13:48:30.401 INFO O| Mar 18 13:48:30.401 INFO STEP 607 (remove_files) COMPLETE
65942026-03-18T13:48:31.193Z[ recovery-image] Mar 18 13:48:30.401 INFO O| Mar 18 13:48:30.401 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-03-18T13:48:31.204Z[ recovery-image] Mar 18 13:48:30.414 INFO O| Mar 18 13:48:30.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
65962026-03-18T13:48:31.204Z[ recovery-image] Mar 18 13:48:30.414 INFO O| Mar 18 13:48:30.414 INFO STEP 608 (remove_files) COMPLETE
65972026-03-18T13:48:31.207Z[ recovery-image] Mar 18 13:48:30.414 INFO O| Mar 18 13:48:30.414 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-03-18T13:48:31.216Z[ recovery-image] Mar 18 13:48:30.426 INFO O| Mar 18 13:48:30.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
65992026-03-18T13:48:31.216Z[ recovery-image] Mar 18 13:48:30.426 INFO O| Mar 18 13:48:30.426 INFO STEP 609 (remove_files) COMPLETE
66002026-03-18T13:48:31.219Z[ recovery-image] Mar 18 13:48:30.426 INFO O| Mar 18 13:48:30.426 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-03-18T13:48:31.227Z[ recovery-image] Mar 18 13:48:30.437 INFO O| Mar 18 13:48:30.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66022026-03-18T13:48:31.227Z[ recovery-image] Mar 18 13:48:30.437 INFO O| Mar 18 13:48:30.437 INFO STEP 610 (remove_files) COMPLETE
66032026-03-18T13:48:31.229Z[ recovery-image] Mar 18 13:48:30.437 INFO O| Mar 18 13:48:30.437 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-03-18T13:48:31.238Z[ recovery-image] Mar 18 13:48:30.448 INFO O| Mar 18 13:48:30.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66052026-03-18T13:48:31.238Z[ recovery-image] Mar 18 13:48:30.448 INFO O| Mar 18 13:48:30.448 INFO STEP 611 (remove_files) COMPLETE
66062026-03-18T13:48:31.241Z[ recovery-image] Mar 18 13:48:30.448 INFO O| Mar 18 13:48:30.448 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-03-18T13:48:31.250Z[ recovery-image] Mar 18 13:48:30.460 INFO O| Mar 18 13:48:30.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66082026-03-18T13:48:31.250Z[ recovery-image] Mar 18 13:48:30.460 INFO O| Mar 18 13:48:30.460 INFO STEP 612 (remove_files) COMPLETE
66092026-03-18T13:48:31.250Z[ recovery-image] Mar 18 13:48:30.460 INFO O| Mar 18 13:48:30.460 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-03-18T13:48:31.261Z[ recovery-image] Mar 18 13:48:30.471 INFO O| Mar 18 13:48:30.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66112026-03-18T13:48:31.261Z[ recovery-image] Mar 18 13:48:30.471 INFO O| Mar 18 13:48:30.471 INFO STEP 613 (remove_files) COMPLETE
66122026-03-18T13:48:31.264Z[ recovery-image] Mar 18 13:48:30.471 INFO O| Mar 18 13:48:30.471 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-03-18T13:48:31.273Z[ recovery-image] Mar 18 13:48:30.483 INFO O| Mar 18 13:48:30.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66142026-03-18T13:48:31.273Z[ recovery-image] Mar 18 13:48:30.483 INFO O| Mar 18 13:48:30.483 INFO STEP 614 (remove_files) COMPLETE
66152026-03-18T13:48:31.275Z[ recovery-image] Mar 18 13:48:30.483 INFO O| Mar 18 13:48:30.483 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-03-18T13:48:31.284Z[ recovery-image] Mar 18 13:48:30.494 INFO O| Mar 18 13:48:30.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66172026-03-18T13:48:31.284Z[ recovery-image] Mar 18 13:48:30.494 INFO O| Mar 18 13:48:30.494 INFO STEP 615 (remove_files) COMPLETE
66182026-03-18T13:48:31.287Z[ recovery-image] Mar 18 13:48:30.494 INFO O| Mar 18 13:48:30.494 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-03-18T13:48:31.296Z[ recovery-image] Mar 18 13:48:30.506 INFO O| Mar 18 13:48:30.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66202026-03-18T13:48:31.300Z[ recovery-image] Mar 18 13:48:30.507 INFO O| Mar 18 13:48:30.507 INFO STEP 616 (remove_files) COMPLETE
66212026-03-18T13:48:31.300Z[ recovery-image] Mar 18 13:48:30.507 INFO O| Mar 18 13:48:30.507 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-03-18T13:48:31.309Z[ recovery-image] Mar 18 13:48:30.519 INFO O| Mar 18 13:48:30.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66232026-03-18T13:48:31.309Z[ recovery-image] Mar 18 13:48:30.519 INFO O| Mar 18 13:48:30.519 INFO STEP 617 (remove_files) COMPLETE
66242026-03-18T13:48:31.309Z[ recovery-image] Mar 18 13:48:30.519 INFO O| Mar 18 13:48:30.519 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-03-18T13:48:31.320Z[ recovery-image] Mar 18 13:48:30.530 INFO O| Mar 18 13:48:30.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66262026-03-18T13:48:31.320Z[ recovery-image] Mar 18 13:48:30.530 INFO O| Mar 18 13:48:30.530 INFO STEP 618 (remove_files) COMPLETE
66272026-03-18T13:48:31.320Z[ recovery-image] Mar 18 13:48:30.530 INFO O| Mar 18 13:48:30.530 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-03-18T13:48:31.332Z[ recovery-image] Mar 18 13:48:30.542 INFO O| Mar 18 13:48:30.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66292026-03-18T13:48:31.332Z[ recovery-image] Mar 18 13:48:30.542 INFO O| Mar 18 13:48:30.542 INFO STEP 619 (remove_files) COMPLETE
66302026-03-18T13:48:31.335Z[ recovery-image] Mar 18 13:48:30.542 INFO O| Mar 18 13:48:30.542 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-03-18T13:48:31.344Z[ recovery-image] Mar 18 13:48:30.554 INFO O| Mar 18 13:48:30.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66322026-03-18T13:48:31.344Z[ recovery-image] Mar 18 13:48:30.554 INFO O| Mar 18 13:48:30.554 INFO STEP 620 (remove_files) COMPLETE
66332026-03-18T13:48:31.344Z[ recovery-image] Mar 18 13:48:30.554 INFO O| Mar 18 13:48:30.554 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-03-18T13:48:31.358Z[ recovery-image] Mar 18 13:48:30.568 INFO O| Mar 18 13:48:30.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66352026-03-18T13:48:31.358Z[ recovery-image] Mar 18 13:48:30.568 INFO O| Mar 18 13:48:30.568 INFO STEP 621 (remove_files) COMPLETE
66362026-03-18T13:48:31.358Z[ recovery-image] Mar 18 13:48:30.568 INFO O| Mar 18 13:48:30.568 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-03-18T13:48:31.371Z[ recovery-image] Mar 18 13:48:30.581 INFO O| Mar 18 13:48:30.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
66382026-03-18T13:48:31.371Z[ recovery-image] Mar 18 13:48:30.581 INFO O| Mar 18 13:48:30.581 INFO STEP 622 (remove_files) COMPLETE
66392026-03-18T13:48:31.373Z[ recovery-image] Mar 18 13:48:30.581 INFO O| Mar 18 13:48:30.581 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-03-18T13:48:31.384Z[ recovery-image] Mar 18 13:48:30.594 INFO O| Mar 18 13:48:30.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66412026-03-18T13:48:31.384Z[ recovery-image] Mar 18 13:48:30.594 INFO O| Mar 18 13:48:30.594 INFO STEP 623 (remove_files) COMPLETE
66422026-03-18T13:48:31.384Z[ recovery-image] Mar 18 13:48:30.594 INFO O| Mar 18 13:48:30.594 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-03-18T13:48:31.397Z[ recovery-image] Mar 18 13:48:30.607 INFO O| Mar 18 13:48:30.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
66442026-03-18T13:48:31.397Z[ recovery-image] Mar 18 13:48:30.607 INFO O| Mar 18 13:48:30.607 INFO STEP 624 (remove_files) COMPLETE
66452026-03-18T13:48:31.397Z[ recovery-image] Mar 18 13:48:30.607 INFO O| Mar 18 13:48:30.607 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-03-18T13:48:31.419Z[ recovery-image] Mar 18 13:48:30.620 INFO O| Mar 18 13:48:30.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
66472026-03-18T13:48:31.419Z[ recovery-image] Mar 18 13:48:30.620 INFO O| Mar 18 13:48:30.620 INFO STEP 625 (remove_files) COMPLETE
66482026-03-18T13:48:31.419Z[ recovery-image] Mar 18 13:48:30.620 INFO O| Mar 18 13:48:30.620 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-03-18T13:48:31.422Z[ recovery-image] Mar 18 13:48:30.630 INFO O| Mar 18 13:48:30.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
66502026-03-18T13:48:31.422Z[ recovery-image] Mar 18 13:48:30.630 INFO O| Mar 18 13:48:30.630 INFO STEP 626 (remove_files) COMPLETE
66512026-03-18T13:48:31.422Z[ recovery-image] Mar 18 13:48:30.630 INFO O| Mar 18 13:48:30.630 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-03-18T13:48:31.432Z[ recovery-image] Mar 18 13:48:30.642 INFO O| Mar 18 13:48:30.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66532026-03-18T13:48:31.432Z[ recovery-image] Mar 18 13:48:30.642 INFO O| Mar 18 13:48:30.642 INFO STEP 627 (remove_files) COMPLETE
66542026-03-18T13:48:31.432Z[ recovery-image] Mar 18 13:48:30.642 INFO O| Mar 18 13:48:30.642 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-03-18T13:48:31.444Z[ recovery-image] Mar 18 13:48:30.654 INFO O| Mar 18 13:48:30.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
66562026-03-18T13:48:31.444Z[ recovery-image] Mar 18 13:48:30.654 INFO O| Mar 18 13:48:30.654 INFO STEP 628 (remove_files) COMPLETE
66572026-03-18T13:48:31.444Z[ recovery-image] Mar 18 13:48:30.654 INFO O| Mar 18 13:48:30.654 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-03-18T13:48:31.455Z[ recovery-image] Mar 18 13:48:30.665 INFO O| Mar 18 13:48:30.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
66592026-03-18T13:48:31.455Z[ recovery-image] Mar 18 13:48:30.665 INFO O| Mar 18 13:48:30.665 INFO STEP 629 (remove_files) COMPLETE
66602026-03-18T13:48:31.455Z[ recovery-image] Mar 18 13:48:30.665 INFO O| Mar 18 13:48:30.665 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-03-18T13:48:31.466Z[ recovery-image] Mar 18 13:48:30.676 INFO O| Mar 18 13:48:30.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
66622026-03-18T13:48:31.466Z[ recovery-image] Mar 18 13:48:30.676 INFO O| Mar 18 13:48:30.676 INFO STEP 630 (remove_files) COMPLETE
66632026-03-18T13:48:31.466Z[ recovery-image] Mar 18 13:48:30.676 INFO O| Mar 18 13:48:30.676 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-03-18T13:48:31.479Z[ recovery-image] Mar 18 13:48:30.689 INFO O| Mar 18 13:48:30.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
66652026-03-18T13:48:31.479Z[ recovery-image] Mar 18 13:48:30.689 INFO O| Mar 18 13:48:30.689 INFO STEP 631 (remove_files) COMPLETE
66662026-03-18T13:48:31.479Z[ recovery-image] Mar 18 13:48:30.689 INFO O| Mar 18 13:48:30.689 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-03-18T13:48:31.491Z[ recovery-image] Mar 18 13:48:30.701 INFO O| Mar 18 13:48:30.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
66682026-03-18T13:48:31.491Z[ recovery-image] Mar 18 13:48:30.701 INFO O| Mar 18 13:48:30.701 INFO STEP 632 (remove_files) COMPLETE
66692026-03-18T13:48:31.491Z[ recovery-image] Mar 18 13:48:30.701 INFO O| Mar 18 13:48:30.701 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-03-18T13:48:31.503Z[ recovery-image] Mar 18 13:48:30.714 INFO O| Mar 18 13:48:30.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
66712026-03-18T13:48:31.504Z[ recovery-image] Mar 18 13:48:30.714 INFO O| Mar 18 13:48:30.714 INFO STEP 633 (remove_files) COMPLETE
66722026-03-18T13:48:31.504Z[ recovery-image] Mar 18 13:48:30.714 INFO O| Mar 18 13:48:30.714 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-03-18T13:48:31.515Z[ recovery-image] Mar 18 13:48:30.725 INFO O| Mar 18 13:48:30.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
66742026-03-18T13:48:31.515Z[ recovery-image] Mar 18 13:48:30.725 INFO O| Mar 18 13:48:30.725 INFO STEP 634 (remove_files) COMPLETE
66752026-03-18T13:48:31.515Z[ recovery-image] Mar 18 13:48:30.725 INFO O| Mar 18 13:48:30.725 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-03-18T13:48:31.527Z[ recovery-image] Mar 18 13:48:30.736 INFO O| Mar 18 13:48:30.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
66772026-03-18T13:48:31.527Z[ recovery-image] Mar 18 13:48:30.737 INFO O| Mar 18 13:48:30.736 INFO STEP 635 (remove_files) COMPLETE
66782026-03-18T13:48:31.530Z[ recovery-image] Mar 18 13:48:30.737 INFO O| Mar 18 13:48:30.737 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-03-18T13:48:31.538Z[ recovery-image] Mar 18 13:48:30.748 INFO O| Mar 18 13:48:30.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
66802026-03-18T13:48:31.538Z[ recovery-image] Mar 18 13:48:30.748 INFO O| Mar 18 13:48:30.748 INFO STEP 636 (remove_files) COMPLETE
66812026-03-18T13:48:31.538Z[ recovery-image] Mar 18 13:48:30.748 INFO O| Mar 18 13:48:30.748 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-03-18T13:48:31.550Z[ recovery-image] Mar 18 13:48:30.760 INFO O| Mar 18 13:48:30.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
66832026-03-18T13:48:31.550Z[ recovery-image] Mar 18 13:48:30.760 INFO O| Mar 18 13:48:30.760 INFO STEP 637 (remove_files) COMPLETE
66842026-03-18T13:48:31.550Z[ recovery-image] Mar 18 13:48:30.760 INFO O| Mar 18 13:48:30.760 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-03-18T13:48:31.561Z[ recovery-image] Mar 18 13:48:30.771 INFO O| Mar 18 13:48:30.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
66862026-03-18T13:48:31.561Z[ recovery-image] Mar 18 13:48:30.771 INFO O| Mar 18 13:48:30.771 INFO STEP 638 (remove_files) COMPLETE
66872026-03-18T13:48:31.561Z[ recovery-image] Mar 18 13:48:30.771 INFO O| Mar 18 13:48:30.771 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-03-18T13:48:31.572Z[ recovery-image] Mar 18 13:48:30.782 INFO O| Mar 18 13:48:30.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
66892026-03-18T13:48:31.572Z[ recovery-image] Mar 18 13:48:30.782 INFO O| Mar 18 13:48:30.782 INFO STEP 639 (remove_files) COMPLETE
66902026-03-18T13:48:31.575Z[ recovery-image] Mar 18 13:48:30.782 INFO O| Mar 18 13:48:30.782 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-03-18T13:48:31.582Z[ recovery-image] Mar 18 13:48:30.792 INFO O| Mar 18 13:48:30.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
66922026-03-18T13:48:31.585Z[ recovery-image] Mar 18 13:48:30.793 INFO O| Mar 18 13:48:30.793 INFO STEP 640 (remove_files) COMPLETE
66932026-03-18T13:48:31.585Z[ recovery-image] Mar 18 13:48:30.793 INFO O| Mar 18 13:48:30.793 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-03-18T13:48:31.594Z[ recovery-image] Mar 18 13:48:30.804 INFO O| Mar 18 13:48:30.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
66952026-03-18T13:48:31.594Z[ recovery-image] Mar 18 13:48:30.804 INFO O| Mar 18 13:48:30.804 INFO STEP 641 (remove_files) COMPLETE
66962026-03-18T13:48:31.594Z[ recovery-image] Mar 18 13:48:30.804 INFO O| Mar 18 13:48:30.804 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-03-18T13:48:31.605Z[ recovery-image] Mar 18 13:48:30.815 INFO O| Mar 18 13:48:30.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
66982026-03-18T13:48:31.605Z[ recovery-image] Mar 18 13:48:30.815 INFO O| Mar 18 13:48:30.815 INFO STEP 642 (remove_files) COMPLETE
66992026-03-18T13:48:31.605Z[ recovery-image] Mar 18 13:48:30.815 INFO O| Mar 18 13:48:30.815 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-03-18T13:48:31.615Z[ recovery-image] Mar 18 13:48:30.826 INFO O| Mar 18 13:48:30.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
67012026-03-18T13:48:31.616Z[ recovery-image] Mar 18 13:48:30.826 INFO O| Mar 18 13:48:30.826 INFO STEP 643 (remove_files) COMPLETE
67022026-03-18T13:48:31.616Z[ recovery-image] Mar 18 13:48:30.826 INFO O| Mar 18 13:48:30.826 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-03-18T13:48:31.626Z[ recovery-image] Mar 18 13:48:30.837 INFO O| Mar 18 13:48:30.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
67042026-03-18T13:48:31.627Z[ recovery-image] Mar 18 13:48:30.837 INFO O| Mar 18 13:48:30.837 INFO STEP 644 (remove_files) COMPLETE
67052026-03-18T13:48:31.627Z[ recovery-image] Mar 18 13:48:30.837 INFO O| Mar 18 13:48:30.837 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-03-18T13:48:31.638Z[ recovery-image] Mar 18 13:48:30.848 INFO O| Mar 18 13:48:30.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67072026-03-18T13:48:31.638Z[ recovery-image] Mar 18 13:48:30.848 INFO O| Mar 18 13:48:30.848 INFO STEP 645 (remove_files) COMPLETE
67082026-03-18T13:48:31.638Z[ recovery-image] Mar 18 13:48:30.848 INFO O| Mar 18 13:48:30.848 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-03-18T13:48:31.649Z[ recovery-image] Mar 18 13:48:30.859 INFO O| Mar 18 13:48:30.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67102026-03-18T13:48:31.649Z[ recovery-image] Mar 18 13:48:30.859 INFO O| Mar 18 13:48:30.859 INFO STEP 646 (remove_files) COMPLETE
67112026-03-18T13:48:31.650Z[ recovery-image] Mar 18 13:48:30.859 INFO O| Mar 18 13:48:30.859 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-03-18T13:48:31.661Z[ recovery-image] Mar 18 13:48:30.871 INFO O| Mar 18 13:48:30.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
67132026-03-18T13:48:31.661Z[ recovery-image] Mar 18 13:48:30.871 INFO O| Mar 18 13:48:30.871 INFO STEP 647 (remove_files) COMPLETE
67142026-03-18T13:48:31.664Z[ recovery-image] Mar 18 13:48:30.871 INFO O| Mar 18 13:48:30.871 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-03-18T13:48:31.672Z[ recovery-image] Mar 18 13:48:30.882 INFO O| Mar 18 13:48:30.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
67162026-03-18T13:48:31.672Z[ recovery-image] Mar 18 13:48:30.882 INFO O| Mar 18 13:48:30.882 INFO STEP 648 (remove_files) COMPLETE
67172026-03-18T13:48:31.675Z[ recovery-image] Mar 18 13:48:30.882 INFO O| Mar 18 13:48:30.882 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-03-18T13:48:31.683Z[ recovery-image] Mar 18 13:48:30.893 INFO O| Mar 18 13:48:30.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67192026-03-18T13:48:31.683Z[ recovery-image] Mar 18 13:48:30.893 INFO O| Mar 18 13:48:30.893 INFO STEP 649 (remove_files) COMPLETE
67202026-03-18T13:48:31.686Z[ recovery-image] Mar 18 13:48:30.893 INFO O| Mar 18 13:48:30.893 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-03-18T13:48:31.693Z[ recovery-image] Mar 18 13:48:30.904 INFO O| Mar 18 13:48:30.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67222026-03-18T13:48:31.693Z[ recovery-image] Mar 18 13:48:30.904 INFO O| Mar 18 13:48:30.904 INFO STEP 650 (remove_files) COMPLETE
67232026-03-18T13:48:31.696Z[ recovery-image] Mar 18 13:48:30.904 INFO O| Mar 18 13:48:30.904 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-03-18T13:48:31.704Z[ recovery-image] Mar 18 13:48:30.914 INFO O| Mar 18 13:48:30.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
67252026-03-18T13:48:31.704Z[ recovery-image] Mar 18 13:48:30.914 INFO O| Mar 18 13:48:30.914 INFO STEP 651 (remove_files) COMPLETE
67262026-03-18T13:48:31.708Z[ recovery-image] Mar 18 13:48:30.914 INFO O| Mar 18 13:48:30.914 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-03-18T13:48:31.716Z[ recovery-image] Mar 18 13:48:30.926 INFO O| Mar 18 13:48:30.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
67282026-03-18T13:48:31.716Z[ recovery-image] Mar 18 13:48:30.926 INFO O| Mar 18 13:48:30.926 INFO STEP 652 (remove_files) COMPLETE
67292026-03-18T13:48:31.716Z[ recovery-image] Mar 18 13:48:30.926 INFO O| Mar 18 13:48:30.926 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-03-18T13:48:31.729Z[ recovery-image] Mar 18 13:48:30.939 INFO O| Mar 18 13:48:30.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
67312026-03-18T13:48:31.729Z[ recovery-image] Mar 18 13:48:30.939 INFO O| Mar 18 13:48:30.939 INFO STEP 653 (remove_files) COMPLETE
67322026-03-18T13:48:31.731Z[ recovery-image] Mar 18 13:48:30.939 INFO O| Mar 18 13:48:30.939 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-03-18T13:48:31.741Z[ recovery-image] Mar 18 13:48:30.951 INFO O| Mar 18 13:48:30.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
67342026-03-18T13:48:31.741Z[ recovery-image] Mar 18 13:48:30.951 INFO O| Mar 18 13:48:30.951 INFO STEP 654 (remove_files) COMPLETE
67352026-03-18T13:48:31.741Z[ recovery-image] Mar 18 13:48:30.951 INFO O| Mar 18 13:48:30.951 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-03-18T13:48:31.753Z[ recovery-image] Mar 18 13:48:30.963 INFO O| Mar 18 13:48:30.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
67372026-03-18T13:48:31.753Z[ recovery-image] Mar 18 13:48:30.963 INFO O| Mar 18 13:48:30.963 INFO STEP 655 (remove_files) COMPLETE
67382026-03-18T13:48:31.753Z[ recovery-image] Mar 18 13:48:30.963 INFO O| Mar 18 13:48:30.963 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-03-18T13:48:31.766Z[ recovery-image] Mar 18 13:48:30.976 INFO O| Mar 18 13:48:30.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67402026-03-18T13:48:31.766Z[ recovery-image] Mar 18 13:48:30.976 INFO O| Mar 18 13:48:30.976 INFO STEP 656 (remove_files) COMPLETE
67412026-03-18T13:48:31.766Z[ recovery-image] Mar 18 13:48:30.976 INFO O| Mar 18 13:48:30.976 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-03-18T13:48:31.778Z[ recovery-image] Mar 18 13:48:30.988 INFO O| Mar 18 13:48:30.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
67432026-03-18T13:48:31.778Z[ recovery-image] Mar 18 13:48:30.988 INFO O| Mar 18 13:48:30.988 INFO STEP 657 (remove_files) COMPLETE
67442026-03-18T13:48:31.781Z[ recovery-image] Mar 18 13:48:30.988 INFO O| Mar 18 13:48:30.988 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-03-18T13:48:31.792Z[ recovery-image] Mar 18 13:48:31.002 INFO O| Mar 18 13:48:31.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
67462026-03-18T13:48:31.792Z[ recovery-image] Mar 18 13:48:31.002 INFO O| Mar 18 13:48:31.002 INFO STEP 658 (remove_files) COMPLETE
67472026-03-18T13:48:31.795Z[ recovery-image] Mar 18 13:48:31.002 INFO O| Mar 18 13:48:31.002 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-03-18T13:48:31.807Z[ recovery-image] Mar 18 13:48:31.017 INFO O| Mar 18 13:48:31.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67492026-03-18T13:48:31.807Z[ recovery-image] Mar 18 13:48:31.017 INFO O| Mar 18 13:48:31.017 INFO STEP 659 (remove_files) COMPLETE
67502026-03-18T13:48:31.807Z[ recovery-image] Mar 18 13:48:31.017 INFO O| Mar 18 13:48:31.017 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-03-18T13:48:31.819Z[ recovery-image] Mar 18 13:48:31.029 INFO O| Mar 18 13:48:31.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67522026-03-18T13:48:31.822Z[ recovery-image] Mar 18 13:48:31.030 INFO O| Mar 18 13:48:31.030 INFO STEP 660 (remove_files) COMPLETE
67532026-03-18T13:48:31.822Z[ recovery-image] Mar 18 13:48:31.030 INFO O| Mar 18 13:48:31.030 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-03-18T13:48:31.832Z[ recovery-image] Mar 18 13:48:31.042 INFO O| Mar 18 13:48:31.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
67552026-03-18T13:48:31.834Z[ recovery-image] Mar 18 13:48:31.043 INFO O| Mar 18 13:48:31.043 INFO STEP 661 (remove_files) COMPLETE
67562026-03-18T13:48:31.834Z[ recovery-image] Mar 18 13:48:31.043 INFO O| Mar 18 13:48:31.043 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-03-18T13:48:31.843Z[ recovery-image] Mar 18 13:48:31.054 INFO O| Mar 18 13:48:31.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
67582026-03-18T13:48:31.843Z[ recovery-image] Mar 18 13:48:31.054 INFO O| Mar 18 13:48:31.054 INFO STEP 662 (remove_files) COMPLETE
67592026-03-18T13:48:31.848Z[ recovery-image] Mar 18 13:48:31.054 INFO O| Mar 18 13:48:31.054 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-03-18T13:48:31.857Z[ recovery-image] Mar 18 13:48:31.067 INFO O| Mar 18 13:48:31.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
67612026-03-18T13:48:31.857Z[ recovery-image] Mar 18 13:48:31.067 INFO O| Mar 18 13:48:31.067 INFO STEP 663 (remove_files) COMPLETE
67622026-03-18T13:48:31.857Z[ recovery-image] Mar 18 13:48:31.067 INFO O| Mar 18 13:48:31.067 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-03-18T13:48:31.869Z[ recovery-image] Mar 18 13:48:31.079 INFO O| Mar 18 13:48:31.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
67642026-03-18T13:48:31.869Z[ recovery-image] Mar 18 13:48:31.079 INFO O| Mar 18 13:48:31.079 INFO STEP 664 (remove_files) COMPLETE
67652026-03-18T13:48:31.872Z[ recovery-image] Mar 18 13:48:31.079 INFO O| Mar 18 13:48:31.079 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-03-18T13:48:31.880Z[ recovery-image] Mar 18 13:48:31.090 INFO O| Mar 18 13:48:31.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
67672026-03-18T13:48:31.880Z[ recovery-image] Mar 18 13:48:31.090 INFO O| Mar 18 13:48:31.090 INFO STEP 665 (remove_files) COMPLETE
67682026-03-18T13:48:31.880Z[ recovery-image] Mar 18 13:48:31.090 INFO O| Mar 18 13:48:31.090 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-03-18T13:48:31.891Z[ recovery-image] Mar 18 13:48:31.101 INFO O| Mar 18 13:48:31.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
67702026-03-18T13:48:31.891Z[ recovery-image] Mar 18 13:48:31.101 INFO O| Mar 18 13:48:31.101 INFO STEP 666 (remove_files) COMPLETE
67712026-03-18T13:48:31.894Z[ recovery-image] Mar 18 13:48:31.101 INFO O| Mar 18 13:48:31.101 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-03-18T13:48:31.901Z[ recovery-image] Mar 18 13:48:31.112 INFO O| Mar 18 13:48:31.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
67732026-03-18T13:48:31.902Z[ recovery-image] Mar 18 13:48:31.112 INFO O| Mar 18 13:48:31.112 INFO STEP 667 (remove_files) COMPLETE
67742026-03-18T13:48:31.904Z[ recovery-image] Mar 18 13:48:31.112 INFO O| Mar 18 13:48:31.112 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-03-18T13:48:31.912Z[ recovery-image] Mar 18 13:48:31.122 INFO O| Mar 18 13:48:31.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
67762026-03-18T13:48:31.912Z[ recovery-image] Mar 18 13:48:31.122 INFO O| Mar 18 13:48:31.122 INFO STEP 668 (remove_files) COMPLETE
67772026-03-18T13:48:31.915Z[ recovery-image] Mar 18 13:48:31.122 INFO O| Mar 18 13:48:31.122 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-03-18T13:48:31.923Z[ recovery-image] Mar 18 13:48:31.133 INFO O| Mar 18 13:48:31.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
67792026-03-18T13:48:31.923Z[ recovery-image] Mar 18 13:48:31.133 INFO O| Mar 18 13:48:31.133 INFO STEP 669 (remove_files) COMPLETE
67802026-03-18T13:48:31.923Z[ recovery-image] Mar 18 13:48:31.133 INFO O| Mar 18 13:48:31.133 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-03-18T13:48:31.933Z[ recovery-image] Mar 18 13:48:31.143 INFO O| Mar 18 13:48:31.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
67822026-03-18T13:48:31.934Z[ recovery-image] Mar 18 13:48:31.144 INFO O| Mar 18 13:48:31.143 INFO STEP 670 (remove_files) COMPLETE
67832026-03-18T13:48:31.937Z[ recovery-image] Mar 18 13:48:31.144 INFO O| Mar 18 13:48:31.144 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-03-18T13:48:31.944Z[ recovery-image] Mar 18 13:48:31.154 INFO O| Mar 18 13:48:31.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
67852026-03-18T13:48:31.944Z[ recovery-image] Mar 18 13:48:31.154 INFO O| Mar 18 13:48:31.154 INFO STEP 671 (remove_files) COMPLETE
67862026-03-18T13:48:31.947Z[ recovery-image] Mar 18 13:48:31.154 INFO O| Mar 18 13:48:31.154 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-03-18T13:48:31.955Z[ recovery-image] Mar 18 13:48:31.165 INFO O| Mar 18 13:48:31.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
67882026-03-18T13:48:31.955Z[ recovery-image] Mar 18 13:48:31.165 INFO O| Mar 18 13:48:31.165 INFO STEP 672 (remove_files) COMPLETE
67892026-03-18T13:48:31.958Z[ recovery-image] Mar 18 13:48:31.165 INFO O| Mar 18 13:48:31.165 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-03-18T13:48:31.966Z[ recovery-image] Mar 18 13:48:31.176 INFO O| Mar 18 13:48:31.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
67912026-03-18T13:48:31.969Z[ recovery-image] Mar 18 13:48:31.177 INFO O| Mar 18 13:48:31.177 INFO STEP 673 (remove_files) COMPLETE
67922026-03-18T13:48:31.969Z[ recovery-image] Mar 18 13:48:31.177 INFO O| Mar 18 13:48:31.177 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-03-18T13:48:31.984Z[ recovery-image] Mar 18 13:48:31.194 INFO O| Mar 18 13:48:31.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
67942026-03-18T13:48:31.984Z[ recovery-image] Mar 18 13:48:31.194 INFO O| Mar 18 13:48:31.194 INFO STEP 674 (remove_files) COMPLETE
67952026-03-18T13:48:31.987Z[ recovery-image] Mar 18 13:48:31.194 INFO O| Mar 18 13:48:31.194 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-03-18T13:48:31.997Z[ recovery-image] Mar 18 13:48:31.207 INFO O| Mar 18 13:48:31.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
67972026-03-18T13:48:31.997Z[ recovery-image] Mar 18 13:48:31.207 INFO O| Mar 18 13:48:31.207 INFO STEP 675 (remove_files) COMPLETE
67982026-03-18T13:48:32.002Z[ recovery-image] Mar 18 13:48:31.207 INFO O| Mar 18 13:48:31.207 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-03-18T13:48:32.009Z[ recovery-image] Mar 18 13:48:31.219 INFO O| Mar 18 13:48:31.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
68002026-03-18T13:48:32.009Z[ recovery-image] Mar 18 13:48:31.219 INFO O| Mar 18 13:48:31.219 INFO STEP 676 (remove_files) COMPLETE
68012026-03-18T13:48:32.012Z[ recovery-image] Mar 18 13:48:31.219 INFO O| Mar 18 13:48:31.219 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-03-18T13:48:32.022Z[ recovery-image] Mar 18 13:48:31.232 INFO O| Mar 18 13:48:31.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
68032026-03-18T13:48:32.022Z[ recovery-image] Mar 18 13:48:31.232 INFO O| Mar 18 13:48:31.232 INFO STEP 677 (remove_files) COMPLETE
68042026-03-18T13:48:32.025Z[ recovery-image] Mar 18 13:48:31.232 INFO O| Mar 18 13:48:31.232 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-03-18T13:48:32.035Z[ recovery-image] Mar 18 13:48:31.244 INFO O| Mar 18 13:48:31.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68062026-03-18T13:48:32.035Z[ recovery-image] Mar 18 13:48:31.245 INFO O| Mar 18 13:48:31.245 INFO STEP 678 (remove_files) COMPLETE
68072026-03-18T13:48:32.035Z[ recovery-image] Mar 18 13:48:31.245 INFO O| Mar 18 13:48:31.245 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-03-18T13:48:32.050Z[ recovery-image] Mar 18 13:48:31.257 INFO O| Mar 18 13:48:31.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68092026-03-18T13:48:32.053Z[ recovery-image] Mar 18 13:48:31.257 INFO O| Mar 18 13:48:31.257 INFO STEP 679 (remove_files) COMPLETE
68102026-03-18T13:48:32.054Z[ recovery-image] Mar 18 13:48:31.257 INFO O| Mar 18 13:48:31.257 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-03-18T13:48:32.059Z[ recovery-image] Mar 18 13:48:31.269 INFO O| Mar 18 13:48:31.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68122026-03-18T13:48:32.059Z[ recovery-image] Mar 18 13:48:31.269 INFO O| Mar 18 13:48:31.269 INFO STEP 680 (remove_files) COMPLETE
68132026-03-18T13:48:32.059Z[ recovery-image] Mar 18 13:48:31.269 INFO O| Mar 18 13:48:31.269 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-03-18T13:48:32.070Z[ recovery-image] Mar 18 13:48:31.280 INFO O| Mar 18 13:48:31.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68152026-03-18T13:48:32.070Z[ recovery-image] Mar 18 13:48:31.280 INFO O| Mar 18 13:48:31.280 INFO STEP 681 (remove_files) COMPLETE
68162026-03-18T13:48:32.070Z[ recovery-image] Mar 18 13:48:31.280 INFO O| Mar 18 13:48:31.280 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-03-18T13:48:32.081Z[ recovery-image] Mar 18 13:48:31.291 INFO O| Mar 18 13:48:31.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68182026-03-18T13:48:32.081Z[ recovery-image] Mar 18 13:48:31.291 INFO O| Mar 18 13:48:31.291 INFO STEP 682 (remove_files) COMPLETE
68192026-03-18T13:48:32.081Z[ recovery-image] Mar 18 13:48:31.291 INFO O| Mar 18 13:48:31.291 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-03-18T13:48:32.092Z[ recovery-image] Mar 18 13:48:31.302 INFO O| Mar 18 13:48:31.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68212026-03-18T13:48:32.092Z[ recovery-image] Mar 18 13:48:31.303 INFO O| Mar 18 13:48:31.302 INFO STEP 683 (remove_files) COMPLETE
68222026-03-18T13:48:32.093Z[ recovery-image] Mar 18 13:48:31.303 INFO O| Mar 18 13:48:31.302 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-03-18T13:48:32.104Z[ recovery-image] Mar 18 13:48:31.314 INFO O| Mar 18 13:48:31.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68242026-03-18T13:48:32.104Z[ recovery-image] Mar 18 13:48:31.314 INFO O| Mar 18 13:48:31.314 INFO STEP 684 (remove_files) COMPLETE
68252026-03-18T13:48:32.107Z[ recovery-image] Mar 18 13:48:31.314 INFO O| Mar 18 13:48:31.314 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-03-18T13:48:32.114Z[ recovery-image] Mar 18 13:48:31.324 INFO O| Mar 18 13:48:31.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68272026-03-18T13:48:32.114Z[ recovery-image] Mar 18 13:48:31.324 INFO O| Mar 18 13:48:31.324 INFO STEP 685 (remove_files) COMPLETE
68282026-03-18T13:48:32.114Z[ recovery-image] Mar 18 13:48:31.324 INFO O| Mar 18 13:48:31.324 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-03-18T13:48:32.128Z[ recovery-image] Mar 18 13:48:31.338 INFO O| Mar 18 13:48:31.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68302026-03-18T13:48:32.128Z[ recovery-image] Mar 18 13:48:31.338 INFO O| Mar 18 13:48:31.338 INFO STEP 686 (remove_files) COMPLETE
68312026-03-18T13:48:32.131Z[ recovery-image] Mar 18 13:48:31.338 INFO O| Mar 18 13:48:31.338 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-03-18T13:48:32.142Z[ recovery-image] Mar 18 13:48:31.352 INFO O| Mar 18 13:48:31.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68332026-03-18T13:48:32.142Z[ recovery-image] Mar 18 13:48:31.352 INFO O| Mar 18 13:48:31.352 INFO STEP 687 (remove_files) COMPLETE
68342026-03-18T13:48:32.144Z[ recovery-image] Mar 18 13:48:31.352 INFO O| Mar 18 13:48:31.352 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-03-18T13:48:32.154Z[ recovery-image] Mar 18 13:48:31.365 INFO O| Mar 18 13:48:31.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68362026-03-18T13:48:32.154Z[ recovery-image] Mar 18 13:48:31.365 INFO O| Mar 18 13:48:31.365 INFO STEP 688 (remove_files) COMPLETE
68372026-03-18T13:48:32.158Z[ recovery-image] Mar 18 13:48:31.365 INFO O| Mar 18 13:48:31.365 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-03-18T13:48:32.170Z[ recovery-image] Mar 18 13:48:31.377 INFO O| Mar 18 13:48:31.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68392026-03-18T13:48:32.170Z[ recovery-image] Mar 18 13:48:31.377 INFO O| Mar 18 13:48:31.377 INFO STEP 689 (remove_files) COMPLETE
68402026-03-18T13:48:32.170Z[ recovery-image] Mar 18 13:48:31.377 INFO O| Mar 18 13:48:31.377 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-03-18T13:48:32.180Z[ recovery-image] Mar 18 13:48:31.390 INFO O| Mar 18 13:48:31.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68422026-03-18T13:48:32.180Z[ recovery-image] Mar 18 13:48:31.390 INFO O| Mar 18 13:48:31.390 INFO STEP 690 (remove_files) COMPLETE
68432026-03-18T13:48:32.183Z[ recovery-image] Mar 18 13:48:31.390 INFO O| Mar 18 13:48:31.390 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-03-18T13:48:32.193Z[ recovery-image] Mar 18 13:48:31.403 INFO O| Mar 18 13:48:31.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68452026-03-18T13:48:32.193Z[ recovery-image] Mar 18 13:48:31.403 INFO O| Mar 18 13:48:31.403 INFO STEP 691 (remove_files) COMPLETE
68462026-03-18T13:48:32.196Z[ recovery-image] Mar 18 13:48:31.403 INFO O| Mar 18 13:48:31.403 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-03-18T13:48:32.204Z[ recovery-image] Mar 18 13:48:31.414 INFO O| Mar 18 13:48:31.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68482026-03-18T13:48:32.204Z[ recovery-image] Mar 18 13:48:31.415 INFO O| Mar 18 13:48:31.415 INFO STEP 692 (remove_files) COMPLETE
68492026-03-18T13:48:32.204Z[ recovery-image] Mar 18 13:48:31.415 INFO O| Mar 18 13:48:31.415 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-03-18T13:48:32.215Z[ recovery-image] Mar 18 13:48:31.425 INFO O| Mar 18 13:48:31.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68512026-03-18T13:48:32.215Z[ recovery-image] Mar 18 13:48:31.425 INFO O| Mar 18 13:48:31.425 INFO STEP 693 (remove_files) COMPLETE
68522026-03-18T13:48:32.218Z[ recovery-image] Mar 18 13:48:31.425 INFO O| Mar 18 13:48:31.425 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-03-18T13:48:32.225Z[ recovery-image] Mar 18 13:48:31.435 INFO O| Mar 18 13:48:31.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68542026-03-18T13:48:32.225Z[ recovery-image] Mar 18 13:48:31.435 INFO O| Mar 18 13:48:31.435 INFO STEP 694 (remove_files) COMPLETE
68552026-03-18T13:48:32.228Z[ recovery-image] Mar 18 13:48:31.435 INFO O| Mar 18 13:48:31.435 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-03-18T13:48:32.237Z[ recovery-image] Mar 18 13:48:31.447 INFO O| Mar 18 13:48:31.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
68572026-03-18T13:48:32.237Z[ recovery-image] Mar 18 13:48:31.447 INFO O| Mar 18 13:48:31.447 INFO STEP 695 (remove_files) COMPLETE
68582026-03-18T13:48:32.237Z[ recovery-image] Mar 18 13:48:31.447 INFO O| Mar 18 13:48:31.447 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-03-18T13:48:32.250Z[ recovery-image] Mar 18 13:48:31.460 INFO O| Mar 18 13:48:31.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
68602026-03-18T13:48:32.250Z[ recovery-image] Mar 18 13:48:31.460 INFO O| Mar 18 13:48:31.460 INFO STEP 696 (remove_files) COMPLETE
68612026-03-18T13:48:32.250Z[ recovery-image] Mar 18 13:48:31.460 INFO O| Mar 18 13:48:31.460 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-03-18T13:48:32.262Z[ recovery-image] Mar 18 13:48:31.472 INFO O| Mar 18 13:48:31.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
68632026-03-18T13:48:32.265Z[ recovery-image] Mar 18 13:48:31.473 INFO O| Mar 18 13:48:31.473 INFO STEP 697 (remove_files) COMPLETE
68642026-03-18T13:48:32.265Z[ recovery-image] Mar 18 13:48:31.473 INFO O| Mar 18 13:48:31.473 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-03-18T13:48:32.275Z[ recovery-image] Mar 18 13:48:31.486 INFO O| Mar 18 13:48:31.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
68662026-03-18T13:48:32.276Z[ recovery-image] Mar 18 13:48:31.486 INFO O| Mar 18 13:48:31.486 INFO STEP 698 (remove_files) COMPLETE
68672026-03-18T13:48:32.276Z[ recovery-image] Mar 18 13:48:31.486 INFO O| Mar 18 13:48:31.486 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-03-18T13:48:32.289Z[ recovery-image] Mar 18 13:48:31.499 INFO O| Mar 18 13:48:31.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
68692026-03-18T13:48:32.289Z[ recovery-image] Mar 18 13:48:31.499 INFO O| Mar 18 13:48:31.499 INFO STEP 699 (remove_files) COMPLETE
68702026-03-18T13:48:32.289Z[ recovery-image] Mar 18 13:48:31.499 INFO O| Mar 18 13:48:31.499 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-03-18T13:48:32.318Z[ recovery-image] Mar 18 13:48:31.528 INFO O| Mar 18 13:48:31.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
68722026-03-18T13:48:32.318Z[ recovery-image] Mar 18 13:48:31.528 INFO O| Mar 18 13:48:31.512 INFO STEP 700 (remove_files) COMPLETE
68732026-03-18T13:48:32.318Z[ recovery-image] Mar 18 13:48:31.528 INFO O| Mar 18 13:48:31.512 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-03-18T13:48:32.321Z[ recovery-image] Mar 18 13:48:31.528 INFO O| Mar 18 13:48:31.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
68752026-03-18T13:48:32.321Z[ recovery-image] Mar 18 13:48:31.528 INFO O| Mar 18 13:48:31.523 INFO STEP 701 (remove_files) COMPLETE
68762026-03-18T13:48:32.321Z[ recovery-image] Mar 18 13:48:31.528 INFO O| Mar 18 13:48:31.523 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-03-18T13:48:32.324Z[ recovery-image] Mar 18 13:48:31.533 INFO O| Mar 18 13:48:31.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
68782026-03-18T13:48:32.324Z[ recovery-image] Mar 18 13:48:31.533 INFO O| Mar 18 13:48:31.533 INFO STEP 702 (remove_files) COMPLETE
68792026-03-18T13:48:32.324Z[ recovery-image] Mar 18 13:48:31.533 INFO O| Mar 18 13:48:31.533 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-03-18T13:48:32.336Z[ recovery-image] Mar 18 13:48:31.546 INFO O| Mar 18 13:48:31.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
68812026-03-18T13:48:32.336Z[ recovery-image] Mar 18 13:48:31.546 INFO O| Mar 18 13:48:31.546 INFO STEP 703 (remove_files) COMPLETE
68822026-03-18T13:48:32.339Z[ recovery-image] Mar 18 13:48:31.546 INFO O| Mar 18 13:48:31.546 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-03-18T13:48:32.347Z[ recovery-image] Mar 18 13:48:31.558 INFO O| Mar 18 13:48:31.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
68842026-03-18T13:48:32.347Z[ recovery-image] Mar 18 13:48:31.558 INFO O| Mar 18 13:48:31.558 INFO STEP 704 (remove_files) COMPLETE
68852026-03-18T13:48:32.347Z[ recovery-image] Mar 18 13:48:31.558 INFO O| Mar 18 13:48:31.558 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-03-18T13:48:32.359Z[ recovery-image] Mar 18 13:48:31.569 INFO O| Mar 18 13:48:31.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
68872026-03-18T13:48:32.359Z[ recovery-image] Mar 18 13:48:31.569 INFO O| Mar 18 13:48:31.569 INFO STEP 705 (remove_files) COMPLETE
68882026-03-18T13:48:32.359Z[ recovery-image] Mar 18 13:48:31.569 INFO O| Mar 18 13:48:31.569 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-03-18T13:48:32.370Z[ recovery-image] Mar 18 13:48:31.580 INFO O| Mar 18 13:48:31.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
68902026-03-18T13:48:32.370Z[ recovery-image] Mar 18 13:48:31.580 INFO O| Mar 18 13:48:31.580 INFO STEP 706 (remove_files) COMPLETE
68912026-03-18T13:48:32.370Z[ recovery-image] Mar 18 13:48:31.580 INFO O| Mar 18 13:48:31.580 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-03-18T13:48:32.380Z[ recovery-image] Mar 18 13:48:31.590 INFO O| Mar 18 13:48:31.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
68932026-03-18T13:48:32.380Z[ recovery-image] Mar 18 13:48:31.590 INFO O| Mar 18 13:48:31.590 INFO STEP 707 (remove_files) COMPLETE
68942026-03-18T13:48:32.380Z[ recovery-image] Mar 18 13:48:31.590 INFO O| Mar 18 13:48:31.590 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-03-18T13:48:32.391Z[ recovery-image] Mar 18 13:48:31.601 INFO O| Mar 18 13:48:31.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
68962026-03-18T13:48:32.391Z[ recovery-image] Mar 18 13:48:31.601 INFO O| Mar 18 13:48:31.601 INFO STEP 708 (remove_files) COMPLETE
68972026-03-18T13:48:32.391Z[ recovery-image] Mar 18 13:48:31.601 INFO O| Mar 18 13:48:31.601 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-03-18T13:48:32.401Z[ recovery-image] Mar 18 13:48:31.611 INFO O| Mar 18 13:48:31.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
68992026-03-18T13:48:32.401Z[ recovery-image] Mar 18 13:48:31.611 INFO O| Mar 18 13:48:31.611 INFO STEP 709 (remove_files) COMPLETE
69002026-03-18T13:48:32.401Z[ recovery-image] Mar 18 13:48:31.611 INFO O| Mar 18 13:48:31.611 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-03-18T13:48:32.413Z[ recovery-image] Mar 18 13:48:31.623 INFO O| Mar 18 13:48:31.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69022026-03-18T13:48:32.413Z[ recovery-image] Mar 18 13:48:31.624 INFO O| Mar 18 13:48:31.624 INFO STEP 710 (remove_files) COMPLETE
69032026-03-18T13:48:32.413Z[ recovery-image] Mar 18 13:48:31.624 INFO O| Mar 18 13:48:31.624 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-03-18T13:48:32.425Z[ recovery-image] Mar 18 13:48:31.635 INFO O| Mar 18 13:48:31.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69052026-03-18T13:48:32.425Z[ recovery-image] Mar 18 13:48:31.635 INFO O| Mar 18 13:48:31.635 INFO STEP 711 (remove_files) COMPLETE
69062026-03-18T13:48:32.425Z[ recovery-image] Mar 18 13:48:31.635 INFO O| Mar 18 13:48:31.635 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-03-18T13:48:32.436Z[ recovery-image] Mar 18 13:48:31.646 INFO O| Mar 18 13:48:31.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69082026-03-18T13:48:32.436Z[ recovery-image] Mar 18 13:48:31.646 INFO O| Mar 18 13:48:31.646 INFO STEP 712 (remove_files) COMPLETE
69092026-03-18T13:48:32.439Z[ recovery-image] Mar 18 13:48:31.646 INFO O| Mar 18 13:48:31.646 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-03-18T13:48:32.476Z[ recovery-image] Mar 18 13:48:31.680 INFO O| Mar 18 13:48:31.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69112026-03-18T13:48:32.476Z[ recovery-image] Mar 18 13:48:31.680 INFO O| Mar 18 13:48:31.680 INFO STEP 713 (remove_files) COMPLETE
69122026-03-18T13:48:32.476Z[ recovery-image] Mar 18 13:48:31.680 INFO O| Mar 18 13:48:31.680 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-03-18T13:48:32.483Z[ recovery-image] Mar 18 13:48:31.693 INFO O| Mar 18 13:48:31.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69142026-03-18T13:48:32.483Z[ recovery-image] Mar 18 13:48:31.693 INFO O| Mar 18 13:48:31.693 INFO STEP 714 (remove_files) COMPLETE
69152026-03-18T13:48:32.483Z[ recovery-image] Mar 18 13:48:31.693 INFO O| Mar 18 13:48:31.693 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-03-18T13:48:32.495Z[ recovery-image] Mar 18 13:48:31.705 INFO O| Mar 18 13:48:31.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69172026-03-18T13:48:32.495Z[ recovery-image] Mar 18 13:48:31.705 INFO O| Mar 18 13:48:31.705 INFO STEP 715 (remove_files) COMPLETE
69182026-03-18T13:48:32.495Z[ recovery-image] Mar 18 13:48:31.705 INFO O| Mar 18 13:48:31.705 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-03-18T13:48:32.505Z[ recovery-image] Mar 18 13:48:31.715 INFO O| Mar 18 13:48:31.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
69202026-03-18T13:48:32.508Z[ recovery-image] Mar 18 13:48:31.716 INFO O| Mar 18 13:48:31.716 INFO STEP 716 (remove_files) COMPLETE
69212026-03-18T13:48:32.508Z[ recovery-image] Mar 18 13:48:31.716 INFO O| Mar 18 13:48:31.716 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-03-18T13:48:32.517Z[ recovery-image] Mar 18 13:48:31.727 INFO O| Mar 18 13:48:31.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
69232026-03-18T13:48:32.517Z[ recovery-image] Mar 18 13:48:31.728 INFO O| Mar 18 13:48:31.728 INFO STEP 717 (remove_files) COMPLETE
69242026-03-18T13:48:32.517Z[ recovery-image] Mar 18 13:48:31.728 INFO O| Mar 18 13:48:31.728 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-03-18T13:48:32.529Z[ recovery-image] Mar 18 13:48:31.739 INFO O| Mar 18 13:48:31.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69262026-03-18T13:48:32.529Z[ recovery-image] Mar 18 13:48:31.739 INFO O| Mar 18 13:48:31.739 INFO STEP 718 (remove_files) COMPLETE
69272026-03-18T13:48:32.531Z[ recovery-image] Mar 18 13:48:31.739 INFO O| Mar 18 13:48:31.739 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-03-18T13:48:32.539Z[ recovery-image] Mar 18 13:48:31.749 INFO O| Mar 18 13:48:31.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
69292026-03-18T13:48:32.539Z[ recovery-image] Mar 18 13:48:31.749 INFO O| Mar 18 13:48:31.749 INFO STEP 719 (remove_files) COMPLETE
69302026-03-18T13:48:32.539Z[ recovery-image] Mar 18 13:48:31.749 INFO O| Mar 18 13:48:31.749 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-03-18T13:48:32.550Z[ recovery-image] Mar 18 13:48:31.760 INFO O| Mar 18 13:48:31.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
69322026-03-18T13:48:32.550Z[ recovery-image] Mar 18 13:48:31.760 INFO O| Mar 18 13:48:31.760 INFO STEP 720 (remove_files) COMPLETE
69332026-03-18T13:48:32.553Z[ recovery-image] Mar 18 13:48:31.760 INFO O| Mar 18 13:48:31.760 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-03-18T13:48:32.561Z[ recovery-image] Mar 18 13:48:31.771 INFO O| Mar 18 13:48:31.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
69352026-03-18T13:48:32.561Z[ recovery-image] Mar 18 13:48:31.771 INFO O| Mar 18 13:48:31.771 INFO STEP 721 (remove_files) COMPLETE
69362026-03-18T13:48:32.561Z[ recovery-image] Mar 18 13:48:31.771 INFO O| Mar 18 13:48:31.771 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-03-18T13:48:32.572Z[ recovery-image] Mar 18 13:48:31.782 INFO O| Mar 18 13:48:31.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
69382026-03-18T13:48:32.572Z[ recovery-image] Mar 18 13:48:31.783 INFO O| Mar 18 13:48:31.783 INFO STEP 722 (remove_files) COMPLETE
69392026-03-18T13:48:32.572Z[ recovery-image] Mar 18 13:48:31.783 INFO O| Mar 18 13:48:31.783 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-03-18T13:48:32.584Z[ recovery-image] Mar 18 13:48:31.793 INFO O| Mar 18 13:48:31.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
69412026-03-18T13:48:32.584Z[ recovery-image] Mar 18 13:48:31.794 INFO O| Mar 18 13:48:31.794 INFO STEP 723 (remove_files) COMPLETE
69422026-03-18T13:48:32.584Z[ recovery-image] Mar 18 13:48:31.794 INFO O| Mar 18 13:48:31.794 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-03-18T13:48:32.595Z[ recovery-image] Mar 18 13:48:31.805 INFO O| Mar 18 13:48:31.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69442026-03-18T13:48:32.595Z[ recovery-image] Mar 18 13:48:31.805 INFO O| Mar 18 13:48:31.805 INFO STEP 724 (remove_files) COMPLETE
69452026-03-18T13:48:32.595Z[ recovery-image] Mar 18 13:48:31.805 INFO O| Mar 18 13:48:31.805 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-03-18T13:48:32.607Z[ recovery-image] Mar 18 13:48:31.817 INFO O| Mar 18 13:48:31.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
69472026-03-18T13:48:32.607Z[ recovery-image] Mar 18 13:48:31.817 INFO O| Mar 18 13:48:31.817 INFO STEP 725 (remove_files) COMPLETE
69482026-03-18T13:48:32.607Z[ recovery-image] Mar 18 13:48:31.817 INFO O| Mar 18 13:48:31.817 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-03-18T13:48:32.619Z[ recovery-image] Mar 18 13:48:31.829 INFO O| Mar 18 13:48:31.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
69502026-03-18T13:48:32.619Z[ recovery-image] Mar 18 13:48:31.829 INFO O| Mar 18 13:48:31.829 INFO STEP 726 (remove_files) COMPLETE
69512026-03-18T13:48:32.619Z[ recovery-image] Mar 18 13:48:31.829 INFO O| Mar 18 13:48:31.829 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-03-18T13:48:32.630Z[ recovery-image] Mar 18 13:48:31.840 INFO O| Mar 18 13:48:31.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
69532026-03-18T13:48:32.630Z[ recovery-image] Mar 18 13:48:31.840 INFO O| Mar 18 13:48:31.840 INFO STEP 727 (remove_files) COMPLETE
69542026-03-18T13:48:32.630Z[ recovery-image] Mar 18 13:48:31.840 INFO O| Mar 18 13:48:31.840 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-03-18T13:48:32.641Z[ recovery-image] Mar 18 13:48:31.851 INFO O| Mar 18 13:48:31.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
69562026-03-18T13:48:32.641Z[ recovery-image] Mar 18 13:48:31.851 INFO O| Mar 18 13:48:31.851 INFO STEP 728 (remove_files) COMPLETE
69572026-03-18T13:48:32.641Z[ recovery-image] Mar 18 13:48:31.851 INFO O| Mar 18 13:48:31.851 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-03-18T13:48:32.653Z[ recovery-image] Mar 18 13:48:31.863 INFO O| Mar 18 13:48:31.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
69592026-03-18T13:48:32.653Z[ recovery-image] Mar 18 13:48:31.863 INFO O| Mar 18 13:48:31.863 INFO STEP 729 (remove_files) COMPLETE
69602026-03-18T13:48:32.653Z[ recovery-image] Mar 18 13:48:31.863 INFO O| Mar 18 13:48:31.863 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-03-18T13:48:32.665Z[ recovery-image] Mar 18 13:48:31.875 INFO O| Mar 18 13:48:31.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
69622026-03-18T13:48:32.665Z[ recovery-image] Mar 18 13:48:31.875 INFO O| Mar 18 13:48:31.875 INFO STEP 730 (remove_files) COMPLETE
69632026-03-18T13:48:32.668Z[ recovery-image] Mar 18 13:48:31.875 INFO O| Mar 18 13:48:31.875 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-03-18T13:48:32.678Z[ recovery-image] Mar 18 13:48:31.888 INFO O| Mar 18 13:48:31.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
69652026-03-18T13:48:32.678Z[ recovery-image] Mar 18 13:48:31.888 INFO O| Mar 18 13:48:31.888 INFO STEP 731 (remove_files) COMPLETE
69662026-03-18T13:48:32.678Z[ recovery-image] Mar 18 13:48:31.888 INFO O| Mar 18 13:48:31.888 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-03-18T13:48:32.691Z[ recovery-image] Mar 18 13:48:31.901 INFO O| Mar 18 13:48:31.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
69682026-03-18T13:48:32.691Z[ recovery-image] Mar 18 13:48:31.901 INFO O| Mar 18 13:48:31.901 INFO STEP 732 (remove_files) COMPLETE
69692026-03-18T13:48:32.691Z[ recovery-image] Mar 18 13:48:31.901 INFO O| Mar 18 13:48:31.901 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-03-18T13:48:32.703Z[ recovery-image] Mar 18 13:48:31.913 INFO O| Mar 18 13:48:31.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
69712026-03-18T13:48:32.703Z[ recovery-image] Mar 18 13:48:31.913 INFO O| Mar 18 13:48:31.913 INFO STEP 733 (remove_files) COMPLETE
69722026-03-18T13:48:32.703Z[ recovery-image] Mar 18 13:48:31.913 INFO O| Mar 18 13:48:31.913 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-03-18T13:48:32.716Z[ recovery-image] Mar 18 13:48:31.926 INFO O| Mar 18 13:48:31.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
69742026-03-18T13:48:32.716Z[ recovery-image] Mar 18 13:48:31.926 INFO O| Mar 18 13:48:31.926 INFO STEP 734 (remove_files) COMPLETE
69752026-03-18T13:48:32.716Z[ recovery-image] Mar 18 13:48:31.926 INFO O| Mar 18 13:48:31.926 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-03-18T13:48:32.728Z[ recovery-image] Mar 18 13:48:31.939 INFO O| Mar 18 13:48:31.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
69772026-03-18T13:48:32.728Z[ recovery-image] Mar 18 13:48:31.939 INFO O| Mar 18 13:48:31.939 INFO STEP 735 (remove_files) COMPLETE
69782026-03-18T13:48:32.729Z[ recovery-image] Mar 18 13:48:31.939 INFO O| Mar 18 13:48:31.939 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-03-18T13:48:32.741Z[ recovery-image] Mar 18 13:48:31.952 INFO O| Mar 18 13:48:31.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
69802026-03-18T13:48:32.741Z[ recovery-image] Mar 18 13:48:31.952 INFO O| Mar 18 13:48:31.952 INFO STEP 736 (remove_files) COMPLETE
69812026-03-18T13:48:32.741Z[ recovery-image] Mar 18 13:48:31.952 INFO O| Mar 18 13:48:31.952 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-03-18T13:48:32.755Z[ recovery-image] Mar 18 13:48:31.965 INFO O| Mar 18 13:48:31.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
69832026-03-18T13:48:32.755Z[ recovery-image] Mar 18 13:48:31.965 INFO O| Mar 18 13:48:31.965 INFO STEP 737 (remove_files) COMPLETE
69842026-03-18T13:48:32.755Z[ recovery-image] Mar 18 13:48:31.965 INFO O| Mar 18 13:48:31.965 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-03-18T13:48:32.768Z[ recovery-image] Mar 18 13:48:31.978 INFO O| Mar 18 13:48:31.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
69862026-03-18T13:48:32.768Z[ recovery-image] Mar 18 13:48:31.978 INFO O| Mar 18 13:48:31.978 INFO STEP 738 (remove_files) COMPLETE
69872026-03-18T13:48:32.768Z[ recovery-image] Mar 18 13:48:31.978 INFO O| Mar 18 13:48:31.978 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-03-18T13:48:32.782Z[ recovery-image] Mar 18 13:48:31.992 INFO O| Mar 18 13:48:31.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
69892026-03-18T13:48:32.782Z[ recovery-image] Mar 18 13:48:31.992 INFO O| Mar 18 13:48:31.992 INFO STEP 739 (remove_files) COMPLETE
69902026-03-18T13:48:32.782Z[ recovery-image] Mar 18 13:48:31.992 INFO O| Mar 18 13:48:31.992 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-03-18T13:48:32.796Z[ recovery-image] Mar 18 13:48:32.006 INFO O| Mar 18 13:48:32.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
69922026-03-18T13:48:32.796Z[ recovery-image] Mar 18 13:48:32.006 INFO O| Mar 18 13:48:32.006 INFO STEP 740 (remove_files) COMPLETE
69932026-03-18T13:48:32.800Z[ recovery-image] Mar 18 13:48:32.006 INFO O| Mar 18 13:48:32.006 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-03-18T13:48:32.809Z[ recovery-image] Mar 18 13:48:32.019 INFO O| Mar 18 13:48:32.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
69952026-03-18T13:48:32.809Z[ recovery-image] Mar 18 13:48:32.019 INFO O| Mar 18 13:48:32.019 INFO STEP 741 (remove_files) COMPLETE
69962026-03-18T13:48:32.809Z[ recovery-image] Mar 18 13:48:32.019 INFO O| Mar 18 13:48:32.019 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-03-18T13:48:32.822Z[ recovery-image] Mar 18 13:48:32.032 INFO O| Mar 18 13:48:32.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
69982026-03-18T13:48:32.822Z[ recovery-image] Mar 18 13:48:32.032 INFO O| Mar 18 13:48:32.032 INFO STEP 742 (remove_files) COMPLETE
69992026-03-18T13:48:32.825Z[ recovery-image] Mar 18 13:48:32.032 INFO O| Mar 18 13:48:32.032 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-03-18T13:48:32.835Z[ recovery-image] Mar 18 13:48:32.046 INFO O| Mar 18 13:48:32.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
70012026-03-18T13:48:32.836Z[ recovery-image] Mar 18 13:48:32.046 INFO O| Mar 18 13:48:32.046 INFO STEP 743 (remove_files) COMPLETE
70022026-03-18T13:48:32.838Z[ recovery-image] Mar 18 13:48:32.046 INFO O| Mar 18 13:48:32.046 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-03-18T13:48:32.863Z[ recovery-image] Mar 18 13:48:32.068 INFO O| Mar 18 13:48:32.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
70042026-03-18T13:48:32.863Z[ recovery-image] Mar 18 13:48:32.068 INFO O| Mar 18 13:48:32.068 INFO STEP 744 (remove_files) COMPLETE
70052026-03-18T13:48:32.863Z[ recovery-image] Mar 18 13:48:32.068 INFO O| Mar 18 13:48:32.068 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-03-18T13:48:32.879Z[ recovery-image] Mar 18 13:48:32.089 INFO O| Mar 18 13:48:32.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
70072026-03-18T13:48:32.879Z[ recovery-image] Mar 18 13:48:32.089 INFO O| Mar 18 13:48:32.089 INFO STEP 745 (remove_files) COMPLETE
70082026-03-18T13:48:32.882Z[ recovery-image] Mar 18 13:48:32.089 INFO O| Mar 18 13:48:32.089 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-03-18T13:48:32.915Z[ recovery-image] Mar 18 13:48:32.125 INFO O| Mar 18 13:48:32.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
70102026-03-18T13:48:32.915Z[ recovery-image] Mar 18 13:48:32.125 INFO O| Mar 18 13:48:32.125 INFO STEP 746 (remove_files) COMPLETE
70112026-03-18T13:48:32.918Z[ recovery-image] Mar 18 13:48:32.125 INFO O| Mar 18 13:48:32.125 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-03-18T13:48:32.929Z[ recovery-image] Mar 18 13:48:32.139 INFO O| Mar 18 13:48:32.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
70132026-03-18T13:48:32.929Z[ recovery-image] Mar 18 13:48:32.139 INFO O| Mar 18 13:48:32.139 INFO STEP 747 (remove_files) COMPLETE
70142026-03-18T13:48:32.931Z[ recovery-image] Mar 18 13:48:32.139 INFO O| Mar 18 13:48:32.139 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-03-18T13:48:32.942Z[ recovery-image] Mar 18 13:48:32.151 INFO O| Mar 18 13:48:32.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70162026-03-18T13:48:32.942Z[ recovery-image] Mar 18 13:48:32.151 INFO O| Mar 18 13:48:32.151 INFO STEP 748 (remove_files) COMPLETE
70172026-03-18T13:48:32.942Z[ recovery-image] Mar 18 13:48:32.151 INFO O| Mar 18 13:48:32.151 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-03-18T13:48:32.953Z[ recovery-image] Mar 18 13:48:32.163 INFO O| Mar 18 13:48:32.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
70192026-03-18T13:48:32.953Z[ recovery-image] Mar 18 13:48:32.163 INFO O| Mar 18 13:48:32.163 INFO STEP 749 (remove_files) COMPLETE
70202026-03-18T13:48:32.955Z[ recovery-image] Mar 18 13:48:32.163 INFO O| Mar 18 13:48:32.163 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-03-18T13:48:32.964Z[ recovery-image] Mar 18 13:48:32.175 INFO O| Mar 18 13:48:32.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
70222026-03-18T13:48:32.965Z[ recovery-image] Mar 18 13:48:32.175 INFO O| Mar 18 13:48:32.175 INFO STEP 750 (remove_files) COMPLETE
70232026-03-18T13:48:32.967Z[ recovery-image] Mar 18 13:48:32.175 INFO O| Mar 18 13:48:32.175 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-03-18T13:48:32.983Z[ recovery-image] Mar 18 13:48:32.193 INFO O| Mar 18 13:48:32.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
70252026-03-18T13:48:32.986Z[ recovery-image] Mar 18 13:48:32.193 INFO O| Mar 18 13:48:32.193 INFO STEP 751 (remove_files) COMPLETE
70262026-03-18T13:48:32.986Z[ recovery-image] Mar 18 13:48:32.193 INFO O| Mar 18 13:48:32.193 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-03-18T13:48:32.997Z[ recovery-image] Mar 18 13:48:32.207 INFO O| Mar 18 13:48:32.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
70282026-03-18T13:48:32.997Z[ recovery-image] Mar 18 13:48:32.207 INFO O| Mar 18 13:48:32.207 INFO STEP 752 (remove_files) COMPLETE
70292026-03-18T13:48:33.000Z[ recovery-image] Mar 18 13:48:32.207 INFO O| Mar 18 13:48:32.207 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-03-18T13:48:33.011Z[ recovery-image] Mar 18 13:48:32.221 INFO O| Mar 18 13:48:32.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
70312026-03-18T13:48:33.011Z[ recovery-image] Mar 18 13:48:32.221 INFO O| Mar 18 13:48:32.221 INFO STEP 753 (remove_files) COMPLETE
70322026-03-18T13:48:33.011Z[ recovery-image] Mar 18 13:48:32.221 INFO O| Mar 18 13:48:32.221 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-03-18T13:48:33.024Z[ recovery-image] Mar 18 13:48:32.234 INFO O| Mar 18 13:48:32.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
70342026-03-18T13:48:33.024Z[ recovery-image] Mar 18 13:48:32.234 INFO O| Mar 18 13:48:32.234 INFO STEP 754 (remove_files) COMPLETE
70352026-03-18T13:48:33.027Z[ recovery-image] Mar 18 13:48:32.234 INFO O| Mar 18 13:48:32.234 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-03-18T13:48:33.037Z[ recovery-image] Mar 18 13:48:32.247 INFO O| Mar 18 13:48:32.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
70372026-03-18T13:48:33.037Z[ recovery-image] Mar 18 13:48:32.247 INFO O| Mar 18 13:48:32.247 INFO STEP 755 (remove_files) COMPLETE
70382026-03-18T13:48:33.040Z[ recovery-image] Mar 18 13:48:32.247 INFO O| Mar 18 13:48:32.247 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-03-18T13:48:33.050Z[ recovery-image] Mar 18 13:48:32.260 INFO O| Mar 18 13:48:32.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
70402026-03-18T13:48:33.050Z[ recovery-image] Mar 18 13:48:32.260 INFO O| Mar 18 13:48:32.260 INFO STEP 756 (remove_files) COMPLETE
70412026-03-18T13:48:33.053Z[ recovery-image] Mar 18 13:48:32.260 INFO O| Mar 18 13:48:32.260 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-03-18T13:48:33.063Z[ recovery-image] Mar 18 13:48:32.273 INFO O| Mar 18 13:48:32.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
70432026-03-18T13:48:33.063Z[ recovery-image] Mar 18 13:48:32.273 INFO O| Mar 18 13:48:32.273 INFO STEP 757 (remove_files) COMPLETE
70442026-03-18T13:48:33.066Z[ recovery-image] Mar 18 13:48:32.273 INFO O| Mar 18 13:48:32.273 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-03-18T13:48:33.075Z[ recovery-image] Mar 18 13:48:32.286 INFO O| Mar 18 13:48:32.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
70462026-03-18T13:48:33.075Z[ recovery-image] Mar 18 13:48:32.286 INFO O| Mar 18 13:48:32.286 INFO STEP 758 (remove_files) COMPLETE
70472026-03-18T13:48:33.075Z[ recovery-image] Mar 18 13:48:32.286 INFO O| Mar 18 13:48:32.286 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-03-18T13:48:33.089Z[ recovery-image] Mar 18 13:48:32.299 INFO O| Mar 18 13:48:32.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
70492026-03-18T13:48:33.089Z[ recovery-image] Mar 18 13:48:32.299 INFO O| Mar 18 13:48:32.299 INFO STEP 759 (remove_files) COMPLETE
70502026-03-18T13:48:33.089Z[ recovery-image] Mar 18 13:48:32.299 INFO O| Mar 18 13:48:32.299 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-03-18T13:48:33.102Z[ recovery-image] Mar 18 13:48:32.312 INFO O| Mar 18 13:48:32.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
70522026-03-18T13:48:33.102Z[ recovery-image] Mar 18 13:48:32.312 INFO O| Mar 18 13:48:32.312 INFO STEP 760 (remove_files) COMPLETE
70532026-03-18T13:48:33.105Z[ recovery-image] Mar 18 13:48:32.312 INFO O| Mar 18 13:48:32.312 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-03-18T13:48:33.115Z[ recovery-image] Mar 18 13:48:32.325 INFO O| Mar 18 13:48:32.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
70552026-03-18T13:48:33.115Z[ recovery-image] Mar 18 13:48:32.325 INFO O| Mar 18 13:48:32.325 INFO STEP 761 (remove_files) COMPLETE
70562026-03-18T13:48:33.115Z[ recovery-image] Mar 18 13:48:32.325 INFO O| Mar 18 13:48:32.325 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-03-18T13:48:33.128Z[ recovery-image] Mar 18 13:48:32.338 INFO O| Mar 18 13:48:32.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
70582026-03-18T13:48:33.128Z[ recovery-image] Mar 18 13:48:32.338 INFO O| Mar 18 13:48:32.338 INFO STEP 762 (remove_files) COMPLETE
70592026-03-18T13:48:33.131Z[ recovery-image] Mar 18 13:48:32.338 INFO O| Mar 18 13:48:32.338 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-03-18T13:48:33.142Z[ recovery-image] Mar 18 13:48:32.352 INFO O| Mar 18 13:48:32.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
70612026-03-18T13:48:33.142Z[ recovery-image] Mar 18 13:48:32.352 INFO O| Mar 18 13:48:32.352 INFO STEP 763 (remove_files) COMPLETE
70622026-03-18T13:48:33.142Z[ recovery-image] Mar 18 13:48:32.352 INFO O| Mar 18 13:48:32.352 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-03-18T13:48:33.156Z[ recovery-image] Mar 18 13:48:32.366 INFO O| Mar 18 13:48:32.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
70642026-03-18T13:48:33.156Z[ recovery-image] Mar 18 13:48:32.366 INFO O| Mar 18 13:48:32.366 INFO STEP 764 (remove_files) COMPLETE
70652026-03-18T13:48:33.156Z[ recovery-image] Mar 18 13:48:32.366 INFO O| Mar 18 13:48:32.366 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-03-18T13:48:33.169Z[ recovery-image] Mar 18 13:48:32.379 INFO O| Mar 18 13:48:32.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
70672026-03-18T13:48:33.169Z[ recovery-image] Mar 18 13:48:32.379 INFO O| Mar 18 13:48:32.379 INFO STEP 765 (remove_files) COMPLETE
70682026-03-18T13:48:33.169Z[ recovery-image] Mar 18 13:48:32.379 INFO O| Mar 18 13:48:32.379 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-03-18T13:48:33.182Z[ recovery-image] Mar 18 13:48:32.392 INFO O| Mar 18 13:48:32.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
70702026-03-18T13:48:33.182Z[ recovery-image] Mar 18 13:48:32.392 INFO O| Mar 18 13:48:32.392 INFO STEP 766 (remove_files) COMPLETE
70712026-03-18T13:48:33.185Z[ recovery-image] Mar 18 13:48:32.392 INFO O| Mar 18 13:48:32.392 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-03-18T13:48:33.195Z[ recovery-image] Mar 18 13:48:32.405 INFO O| Mar 18 13:48:32.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
70732026-03-18T13:48:33.195Z[ recovery-image] Mar 18 13:48:32.405 INFO O| Mar 18 13:48:32.405 INFO STEP 767 (remove_files) COMPLETE
70742026-03-18T13:48:33.195Z[ recovery-image] Mar 18 13:48:32.405 INFO O| Mar 18 13:48:32.405 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-03-18T13:48:33.207Z[ recovery-image] Mar 18 13:48:32.417 INFO O| Mar 18 13:48:32.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
70762026-03-18T13:48:33.207Z[ recovery-image] Mar 18 13:48:32.417 INFO O| Mar 18 13:48:32.417 INFO STEP 768 (remove_files) COMPLETE
70772026-03-18T13:48:33.207Z[ recovery-image] Mar 18 13:48:32.417 INFO O| Mar 18 13:48:32.417 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-03-18T13:48:33.219Z[ recovery-image] Mar 18 13:48:32.429 INFO O| Mar 18 13:48:32.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
70792026-03-18T13:48:33.219Z[ recovery-image] Mar 18 13:48:32.430 INFO O| Mar 18 13:48:32.429 INFO STEP 769 (remove_files) COMPLETE
70802026-03-18T13:48:33.219Z[ recovery-image] Mar 18 13:48:32.430 INFO O| Mar 18 13:48:32.430 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-03-18T13:48:33.231Z[ recovery-image] Mar 18 13:48:32.441 INFO O| Mar 18 13:48:32.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
70822026-03-18T13:48:33.234Z[ recovery-image] Mar 18 13:48:32.441 INFO O| Mar 18 13:48:32.441 INFO STEP 770 (remove_files) COMPLETE
70832026-03-18T13:48:33.234Z[ recovery-image] Mar 18 13:48:32.441 INFO O| Mar 18 13:48:32.441 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-03-18T13:48:33.242Z[ recovery-image] Mar 18 13:48:32.452 INFO O| Mar 18 13:48:32.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
70852026-03-18T13:48:33.242Z[ recovery-image] Mar 18 13:48:32.452 INFO O| Mar 18 13:48:32.452 INFO STEP 771 (remove_files) COMPLETE
70862026-03-18T13:48:33.242Z[ recovery-image] Mar 18 13:48:32.452 INFO O| Mar 18 13:48:32.452 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-03-18T13:48:33.254Z[ recovery-image] Mar 18 13:48:32.464 INFO O| Mar 18 13:48:32.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
70882026-03-18T13:48:33.254Z[ recovery-image] Mar 18 13:48:32.464 INFO O| Mar 18 13:48:32.464 INFO STEP 772 (remove_files) COMPLETE
70892026-03-18T13:48:33.254Z[ recovery-image] Mar 18 13:48:32.464 INFO O| Mar 18 13:48:32.464 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-03-18T13:48:33.265Z[ recovery-image] Mar 18 13:48:32.475 INFO O| Mar 18 13:48:32.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
70912026-03-18T13:48:33.268Z[ recovery-image] Mar 18 13:48:32.476 INFO O| Mar 18 13:48:32.476 INFO STEP 773 (remove_files) COMPLETE
70922026-03-18T13:48:33.268Z[ recovery-image] Mar 18 13:48:32.476 INFO O| Mar 18 13:48:32.476 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-03-18T13:48:33.277Z[ recovery-image] Mar 18 13:48:32.487 INFO O| Mar 18 13:48:32.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
70942026-03-18T13:48:33.277Z[ recovery-image] Mar 18 13:48:32.487 INFO O| Mar 18 13:48:32.487 INFO STEP 774 (remove_files) COMPLETE
70952026-03-18T13:48:33.277Z[ recovery-image] Mar 18 13:48:32.487 INFO O| Mar 18 13:48:32.487 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-03-18T13:48:33.288Z[ recovery-image] Mar 18 13:48:32.499 INFO O| Mar 18 13:48:32.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
70972026-03-18T13:48:33.299Z[ recovery-image] Mar 18 13:48:32.499 INFO O| Mar 18 13:48:32.499 INFO STEP 775 (remove_files) COMPLETE
70982026-03-18T13:48:33.299Z[ recovery-image] Mar 18 13:48:32.499 INFO O| Mar 18 13:48:32.499 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-03-18T13:48:33.303Z[ recovery-image] Mar 18 13:48:32.513 INFO O| Mar 18 13:48:32.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
71002026-03-18T13:48:33.306Z[ recovery-image] Mar 18 13:48:32.514 INFO O| Mar 18 13:48:32.514 INFO STEP 776 (remove_files) COMPLETE
71012026-03-18T13:48:33.306Z[ recovery-image] Mar 18 13:48:32.514 INFO O| Mar 18 13:48:32.514 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-03-18T13:48:33.317Z[ recovery-image] Mar 18 13:48:32.527 INFO O| Mar 18 13:48:32.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71032026-03-18T13:48:33.317Z[ recovery-image] Mar 18 13:48:32.527 INFO O| Mar 18 13:48:32.527 INFO STEP 777 (remove_files) COMPLETE
71042026-03-18T13:48:33.322Z[ recovery-image] Mar 18 13:48:32.527 INFO O| Mar 18 13:48:32.527 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-03-18T13:48:33.332Z[ recovery-image] Mar 18 13:48:32.539 INFO O| Mar 18 13:48:32.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
71062026-03-18T13:48:33.332Z[ recovery-image] Mar 18 13:48:32.540 INFO O| Mar 18 13:48:32.540 INFO STEP 778 (remove_files) COMPLETE
71072026-03-18T13:48:33.332Z[ recovery-image] Mar 18 13:48:32.540 INFO O| Mar 18 13:48:32.540 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-03-18T13:48:33.344Z[ recovery-image] Mar 18 13:48:32.554 INFO O| Mar 18 13:48:32.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71092026-03-18T13:48:33.344Z[ recovery-image] Mar 18 13:48:32.555 INFO O| Mar 18 13:48:32.554 INFO STEP 779 (remove_files) COMPLETE
71102026-03-18T13:48:33.344Z[ recovery-image] Mar 18 13:48:32.555 INFO O| Mar 18 13:48:32.554 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-03-18T13:48:33.359Z[ recovery-image] Mar 18 13:48:32.569 INFO O| Mar 18 13:48:32.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
71122026-03-18T13:48:33.359Z[ recovery-image] Mar 18 13:48:32.569 INFO O| Mar 18 13:48:32.569 INFO STEP 780 (remove_files) COMPLETE
71132026-03-18T13:48:33.362Z[ recovery-image] Mar 18 13:48:32.569 INFO O| Mar 18 13:48:32.569 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-03-18T13:48:33.373Z[ recovery-image] Mar 18 13:48:32.583 INFO O| Mar 18 13:48:32.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71152026-03-18T13:48:33.373Z[ recovery-image] Mar 18 13:48:32.583 INFO O| Mar 18 13:48:32.583 INFO STEP 781 (remove_files) COMPLETE
71162026-03-18T13:48:33.373Z[ recovery-image] Mar 18 13:48:32.583 INFO O| Mar 18 13:48:32.583 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-03-18T13:48:33.385Z[ recovery-image] Mar 18 13:48:32.595 INFO O| Mar 18 13:48:32.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
71182026-03-18T13:48:33.385Z[ recovery-image] Mar 18 13:48:32.595 INFO O| Mar 18 13:48:32.595 INFO STEP 782 (remove_files) COMPLETE
71192026-03-18T13:48:33.388Z[ recovery-image] Mar 18 13:48:32.595 INFO O| Mar 18 13:48:32.595 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-03-18T13:48:33.399Z[ recovery-image] Mar 18 13:48:32.609 INFO O| Mar 18 13:48:32.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
71212026-03-18T13:48:33.399Z[ recovery-image] Mar 18 13:48:32.609 INFO O| Mar 18 13:48:32.609 INFO STEP 783 (remove_files) COMPLETE
71222026-03-18T13:48:33.402Z[ recovery-image] Mar 18 13:48:32.609 INFO O| Mar 18 13:48:32.609 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-03-18T13:48:33.415Z[ recovery-image] Mar 18 13:48:32.622 INFO O| Mar 18 13:48:32.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
71242026-03-18T13:48:33.415Z[ recovery-image] Mar 18 13:48:32.622 INFO O| Mar 18 13:48:32.622 INFO STEP 784 (remove_files) COMPLETE
71252026-03-18T13:48:33.415Z[ recovery-image] Mar 18 13:48:32.622 INFO O| Mar 18 13:48:32.622 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-03-18T13:48:33.425Z[ recovery-image] Mar 18 13:48:32.635 INFO O| Mar 18 13:48:32.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
71272026-03-18T13:48:33.425Z[ recovery-image] Mar 18 13:48:32.636 INFO O| Mar 18 13:48:32.636 INFO STEP 785 (remove_files) COMPLETE
71282026-03-18T13:48:33.425Z[ recovery-image] Mar 18 13:48:32.636 INFO O| Mar 18 13:48:32.636 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-03-18T13:48:33.440Z[ recovery-image] Mar 18 13:48:32.649 INFO O| Mar 18 13:48:32.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
71302026-03-18T13:48:33.440Z[ recovery-image] Mar 18 13:48:32.649 INFO O| Mar 18 13:48:32.649 INFO STEP 786 (remove_files) COMPLETE
71312026-03-18T13:48:33.440Z[ recovery-image] Mar 18 13:48:32.649 INFO O| Mar 18 13:48:32.649 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-03-18T13:48:33.453Z[ recovery-image] Mar 18 13:48:32.663 INFO O| Mar 18 13:48:32.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
71332026-03-18T13:48:33.453Z[ recovery-image] Mar 18 13:48:32.663 INFO O| Mar 18 13:48:32.663 INFO STEP 787 (remove_files) COMPLETE
71342026-03-18T13:48:33.456Z[ recovery-image] Mar 18 13:48:32.663 INFO O| Mar 18 13:48:32.663 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-03-18T13:48:33.466Z[ recovery-image] Mar 18 13:48:32.676 INFO O| Mar 18 13:48:32.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
71362026-03-18T13:48:33.466Z[ recovery-image] Mar 18 13:48:32.676 INFO O| Mar 18 13:48:32.676 INFO STEP 788 (remove_files) COMPLETE
71372026-03-18T13:48:33.466Z[ recovery-image] Mar 18 13:48:32.676 INFO O| Mar 18 13:48:32.676 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-03-18T13:48:33.479Z[ recovery-image] Mar 18 13:48:32.689 INFO O| Mar 18 13:48:32.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
71392026-03-18T13:48:33.479Z[ recovery-image] Mar 18 13:48:32.689 INFO O| Mar 18 13:48:32.689 INFO STEP 789 (remove_files) COMPLETE
71402026-03-18T13:48:33.479Z[ recovery-image] Mar 18 13:48:32.689 INFO O| Mar 18 13:48:32.689 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-03-18T13:48:33.491Z[ recovery-image] Mar 18 13:48:32.701 INFO O| Mar 18 13:48:32.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
71422026-03-18T13:48:33.491Z[ recovery-image] Mar 18 13:48:32.702 INFO O| Mar 18 13:48:32.701 INFO STEP 790 (remove_files) COMPLETE
71432026-03-18T13:48:33.491Z[ recovery-image] Mar 18 13:48:32.702 INFO O| Mar 18 13:48:32.701 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-03-18T13:48:33.505Z[ recovery-image] Mar 18 13:48:32.715 INFO O| Mar 18 13:48:32.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
71452026-03-18T13:48:33.505Z[ recovery-image] Mar 18 13:48:32.715 INFO O| Mar 18 13:48:32.715 INFO STEP 791 (remove_files) COMPLETE
71462026-03-18T13:48:33.505Z[ recovery-image] Mar 18 13:48:32.715 INFO O| Mar 18 13:48:32.715 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-03-18T13:48:33.517Z[ recovery-image] Mar 18 13:48:32.727 INFO O| Mar 18 13:48:32.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71482026-03-18T13:48:33.517Z[ recovery-image] Mar 18 13:48:32.728 INFO O| Mar 18 13:48:32.728 INFO STEP 792 (remove_files) COMPLETE
71492026-03-18T13:48:33.520Z[ recovery-image] Mar 18 13:48:32.728 INFO O| Mar 18 13:48:32.728 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-03-18T13:48:33.531Z[ recovery-image] Mar 18 13:48:32.740 INFO O| Mar 18 13:48:32.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71512026-03-18T13:48:33.534Z[ recovery-image] Mar 18 13:48:32.741 INFO O| Mar 18 13:48:32.741 INFO STEP 793 (remove_files) COMPLETE
71522026-03-18T13:48:33.534Z[ recovery-image] Mar 18 13:48:32.741 INFO O| Mar 18 13:48:32.741 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-03-18T13:48:33.544Z[ recovery-image] Mar 18 13:48:32.754 INFO O| Mar 18 13:48:32.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71542026-03-18T13:48:33.544Z[ recovery-image] Mar 18 13:48:32.754 INFO O| Mar 18 13:48:32.754 INFO STEP 794 (remove_files) COMPLETE
71552026-03-18T13:48:33.547Z[ recovery-image] Mar 18 13:48:32.754 INFO O| Mar 18 13:48:32.754 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-03-18T13:48:33.557Z[ recovery-image] Mar 18 13:48:32.767 INFO O| Mar 18 13:48:32.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
71572026-03-18T13:48:33.557Z[ recovery-image] Mar 18 13:48:32.767 INFO O| Mar 18 13:48:32.767 INFO STEP 795 (remove_files) COMPLETE
71582026-03-18T13:48:33.557Z[ recovery-image] Mar 18 13:48:32.767 INFO O| Mar 18 13:48:32.767 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-03-18T13:48:33.569Z[ recovery-image] Mar 18 13:48:32.779 INFO O| Mar 18 13:48:32.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
71602026-03-18T13:48:33.569Z[ recovery-image] Mar 18 13:48:32.779 INFO O| Mar 18 13:48:32.779 INFO STEP 796 (remove_files) COMPLETE
71612026-03-18T13:48:33.572Z[ recovery-image] Mar 18 13:48:32.779 INFO O| Mar 18 13:48:32.779 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-03-18T13:48:33.581Z[ recovery-image] Mar 18 13:48:32.791 INFO O| Mar 18 13:48:32.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
71632026-03-18T13:48:33.581Z[ recovery-image] Mar 18 13:48:32.791 INFO O| Mar 18 13:48:32.791 INFO STEP 797 (remove_files) COMPLETE
71642026-03-18T13:48:33.581Z[ recovery-image] Mar 18 13:48:32.791 INFO O| Mar 18 13:48:32.791 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-03-18T13:48:33.592Z[ recovery-image] Mar 18 13:48:32.802 INFO O| Mar 18 13:48:32.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
71662026-03-18T13:48:33.592Z[ recovery-image] Mar 18 13:48:32.802 INFO O| Mar 18 13:48:32.802 INFO STEP 798 (remove_files) COMPLETE
71672026-03-18T13:48:33.592Z[ recovery-image] Mar 18 13:48:32.802 INFO O| Mar 18 13:48:32.802 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-03-18T13:48:33.604Z[ recovery-image] Mar 18 13:48:32.814 INFO O| Mar 18 13:48:32.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
71692026-03-18T13:48:33.605Z[ recovery-image] Mar 18 13:48:32.815 INFO O| Mar 18 13:48:32.815 INFO STEP 799 (remove_files) COMPLETE
71702026-03-18T13:48:33.607Z[ recovery-image] Mar 18 13:48:32.815 INFO O| Mar 18 13:48:32.815 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-03-18T13:48:33.617Z[ recovery-image] Mar 18 13:48:32.827 INFO O| Mar 18 13:48:32.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
71722026-03-18T13:48:33.617Z[ recovery-image] Mar 18 13:48:32.827 INFO O| Mar 18 13:48:32.827 INFO STEP 800 (remove_files) COMPLETE
71732026-03-18T13:48:33.620Z[ recovery-image] Mar 18 13:48:32.827 INFO O| Mar 18 13:48:32.827 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-03-18T13:48:33.629Z[ recovery-image] Mar 18 13:48:32.839 INFO O| Mar 18 13:48:32.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
71752026-03-18T13:48:33.629Z[ recovery-image] Mar 18 13:48:32.839 INFO O| Mar 18 13:48:32.839 INFO STEP 801 (remove_files) COMPLETE
71762026-03-18T13:48:33.629Z[ recovery-image] Mar 18 13:48:32.839 INFO O| Mar 18 13:48:32.839 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-03-18T13:48:33.641Z[ recovery-image] Mar 18 13:48:32.851 INFO O| Mar 18 13:48:32.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
71782026-03-18T13:48:33.641Z[ recovery-image] Mar 18 13:48:32.851 INFO O| Mar 18 13:48:32.851 INFO STEP 802 (remove_files) COMPLETE
71792026-03-18T13:48:33.644Z[ recovery-image] Mar 18 13:48:32.851 INFO O| Mar 18 13:48:32.851 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-03-18T13:48:33.657Z[ recovery-image] Mar 18 13:48:32.863 INFO O| Mar 18 13:48:32.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
71812026-03-18T13:48:33.657Z[ recovery-image] Mar 18 13:48:32.863 INFO O| Mar 18 13:48:32.863 INFO STEP 803 (remove_files) COMPLETE
71822026-03-18T13:48:33.660Z[ recovery-image] Mar 18 13:48:32.863 INFO O| Mar 18 13:48:32.863 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-03-18T13:48:33.665Z[ recovery-image] Mar 18 13:48:32.875 INFO O| Mar 18 13:48:32.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
71842026-03-18T13:48:33.665Z[ recovery-image] Mar 18 13:48:32.875 INFO O| Mar 18 13:48:32.875 INFO STEP 804 (remove_files) COMPLETE
71852026-03-18T13:48:33.668Z[ recovery-image] Mar 18 13:48:32.875 INFO O| Mar 18 13:48:32.875 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-03-18T13:48:33.677Z[ recovery-image] Mar 18 13:48:32.887 INFO O| Mar 18 13:48:32.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
71872026-03-18T13:48:33.677Z[ recovery-image] Mar 18 13:48:32.887 INFO O| Mar 18 13:48:32.887 INFO STEP 805 (remove_files) COMPLETE
71882026-03-18T13:48:33.680Z[ recovery-image] Mar 18 13:48:32.887 INFO O| Mar 18 13:48:32.887 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-03-18T13:48:33.689Z[ recovery-image] Mar 18 13:48:32.899 INFO O| Mar 18 13:48:32.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
71902026-03-18T13:48:33.689Z[ recovery-image] Mar 18 13:48:32.899 INFO O| Mar 18 13:48:32.899 INFO STEP 806 (remove_files) COMPLETE
71912026-03-18T13:48:33.689Z[ recovery-image] Mar 18 13:48:32.899 INFO O| Mar 18 13:48:32.899 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-03-18T13:48:33.701Z[ recovery-image] Mar 18 13:48:32.912 INFO O| Mar 18 13:48:32.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
71932026-03-18T13:48:33.702Z[ recovery-image] Mar 18 13:48:32.912 INFO O| Mar 18 13:48:32.912 INFO STEP 807 (remove_files) COMPLETE
71942026-03-18T13:48:33.705Z[ recovery-image] Mar 18 13:48:32.912 INFO O| Mar 18 13:48:32.912 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-03-18T13:48:33.714Z[ recovery-image] Mar 18 13:48:32.924 INFO O| Mar 18 13:48:32.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
71962026-03-18T13:48:33.717Z[ recovery-image] Mar 18 13:48:32.925 INFO O| Mar 18 13:48:32.925 INFO STEP 808 (remove_files) COMPLETE
71972026-03-18T13:48:33.717Z[ recovery-image] Mar 18 13:48:32.925 INFO O| Mar 18 13:48:32.925 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-03-18T13:48:33.729Z[ recovery-image] Mar 18 13:48:32.939 INFO O| Mar 18 13:48:32.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
71992026-03-18T13:48:33.729Z[ recovery-image] Mar 18 13:48:32.939 INFO O| Mar 18 13:48:32.939 INFO STEP 809 (remove_files) COMPLETE
72002026-03-18T13:48:33.732Z[ recovery-image] Mar 18 13:48:32.939 INFO O| Mar 18 13:48:32.939 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-03-18T13:48:33.742Z[ recovery-image] Mar 18 13:48:32.952 INFO O| Mar 18 13:48:32.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72022026-03-18T13:48:33.742Z[ recovery-image] Mar 18 13:48:32.953 INFO O| Mar 18 13:48:32.953 INFO STEP 810 (remove_files) COMPLETE
72032026-03-18T13:48:33.745Z[ recovery-image] Mar 18 13:48:32.953 INFO O| Mar 18 13:48:32.953 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-03-18T13:48:33.754Z[ recovery-image] Mar 18 13:48:32.964 INFO O| Mar 18 13:48:32.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72052026-03-18T13:48:33.754Z[ recovery-image] Mar 18 13:48:32.964 INFO O| Mar 18 13:48:32.964 INFO STEP 811 (remove_files) COMPLETE
72062026-03-18T13:48:33.757Z[ recovery-image] Mar 18 13:48:32.964 INFO O| Mar 18 13:48:32.964 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-03-18T13:48:33.766Z[ recovery-image] Mar 18 13:48:32.976 INFO O| Mar 18 13:48:32.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
72082026-03-18T13:48:33.766Z[ recovery-image] Mar 18 13:48:32.976 INFO O| Mar 18 13:48:32.976 INFO STEP 812 (remove_files) COMPLETE
72092026-03-18T13:48:33.766Z[ recovery-image] Mar 18 13:48:32.976 INFO O| Mar 18 13:48:32.976 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-03-18T13:48:33.777Z[ recovery-image] Mar 18 13:48:32.987 INFO O| Mar 18 13:48:32.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72112026-03-18T13:48:33.777Z[ recovery-image] Mar 18 13:48:32.987 INFO O| Mar 18 13:48:32.987 INFO STEP 813 (remove_files) COMPLETE
72122026-03-18T13:48:33.777Z[ recovery-image] Mar 18 13:48:32.987 INFO O| Mar 18 13:48:32.987 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-03-18T13:48:33.789Z[ recovery-image] Mar 18 13:48:32.999 INFO O| Mar 18 13:48:32.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
72142026-03-18T13:48:33.789Z[ recovery-image] Mar 18 13:48:32.999 INFO O| Mar 18 13:48:32.999 INFO STEP 814 (remove_files) COMPLETE
72152026-03-18T13:48:33.789Z[ recovery-image] Mar 18 13:48:32.999 INFO O| Mar 18 13:48:32.999 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-03-18T13:48:33.800Z[ recovery-image] Mar 18 13:48:33.010 INFO O| Mar 18 13:48:33.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
72172026-03-18T13:48:33.800Z[ recovery-image] Mar 18 13:48:33.011 INFO O| Mar 18 13:48:33.011 INFO STEP 815 (remove_files) COMPLETE
72182026-03-18T13:48:33.803Z[ recovery-image] Mar 18 13:48:33.011 INFO O| Mar 18 13:48:33.011 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-03-18T13:48:33.824Z[ recovery-image] Mar 18 13:48:33.023 INFO O| Mar 18 13:48:33.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
72202026-03-18T13:48:33.824Z[ recovery-image] Mar 18 13:48:33.024 INFO O| Mar 18 13:48:33.024 INFO STEP 816 (remove_files) COMPLETE
72212026-03-18T13:48:33.824Z[ recovery-image] Mar 18 13:48:33.024 INFO O| Mar 18 13:48:33.024 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-03-18T13:48:33.829Z[ recovery-image] Mar 18 13:48:33.036 INFO O| Mar 18 13:48:33.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
72232026-03-18T13:48:33.829Z[ recovery-image] Mar 18 13:48:33.036 INFO O| Mar 18 13:48:33.036 INFO STEP 817 (remove_files) COMPLETE
72242026-03-18T13:48:33.829Z[ recovery-image] Mar 18 13:48:33.036 INFO O| Mar 18 13:48:33.036 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-03-18T13:48:33.839Z[ recovery-image] Mar 18 13:48:33.049 INFO O| Mar 18 13:48:33.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
72262026-03-18T13:48:33.839Z[ recovery-image] Mar 18 13:48:33.049 INFO O| Mar 18 13:48:33.049 INFO STEP 818 (remove_files) COMPLETE
72272026-03-18T13:48:33.841Z[ recovery-image] Mar 18 13:48:33.049 INFO O| Mar 18 13:48:33.049 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-03-18T13:48:33.851Z[ recovery-image] Mar 18 13:48:33.061 INFO O| Mar 18 13:48:33.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72292026-03-18T13:48:33.854Z[ recovery-image] Mar 18 13:48:33.062 INFO O| Mar 18 13:48:33.062 INFO STEP 819 (remove_files) COMPLETE
72302026-03-18T13:48:33.854Z[ recovery-image] Mar 18 13:48:33.062 INFO O| Mar 18 13:48:33.062 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-03-18T13:48:33.865Z[ recovery-image] Mar 18 13:48:33.075 INFO O| Mar 18 13:48:33.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72322026-03-18T13:48:33.865Z[ recovery-image] Mar 18 13:48:33.075 INFO O| Mar 18 13:48:33.075 INFO STEP 820 (remove_files) COMPLETE
72332026-03-18T13:48:33.865Z[ recovery-image] Mar 18 13:48:33.075 INFO O| Mar 18 13:48:33.075 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-03-18T13:48:33.877Z[ recovery-image] Mar 18 13:48:33.088 INFO O| Mar 18 13:48:33.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72352026-03-18T13:48:33.877Z[ recovery-image] Mar 18 13:48:33.088 INFO O| Mar 18 13:48:33.088 INFO STEP 821 (remove_files) COMPLETE
72362026-03-18T13:48:33.877Z[ recovery-image] Mar 18 13:48:33.088 INFO O| Mar 18 13:48:33.088 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-03-18T13:48:33.890Z[ recovery-image] Mar 18 13:48:33.100 INFO O| Mar 18 13:48:33.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72382026-03-18T13:48:33.890Z[ recovery-image] Mar 18 13:48:33.100 INFO O| Mar 18 13:48:33.100 INFO STEP 822 (remove_files) COMPLETE
72392026-03-18T13:48:33.890Z[ recovery-image] Mar 18 13:48:33.100 INFO O| Mar 18 13:48:33.100 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-03-18T13:48:33.903Z[ recovery-image] Mar 18 13:48:33.113 INFO O| Mar 18 13:48:33.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72412026-03-18T13:48:33.903Z[ recovery-image] Mar 18 13:48:33.113 INFO O| Mar 18 13:48:33.113 INFO STEP 823 (remove_files) COMPLETE
72422026-03-18T13:48:33.903Z[ recovery-image] Mar 18 13:48:33.113 INFO O| Mar 18 13:48:33.113 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-03-18T13:48:33.914Z[ recovery-image] Mar 18 13:48:33.124 INFO O| Mar 18 13:48:33.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72442026-03-18T13:48:33.914Z[ recovery-image] Mar 18 13:48:33.124 INFO O| Mar 18 13:48:33.124 INFO STEP 824 (remove_files) COMPLETE
72452026-03-18T13:48:33.914Z[ recovery-image] Mar 18 13:48:33.124 INFO O| Mar 18 13:48:33.124 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-03-18T13:48:33.925Z[ recovery-image] Mar 18 13:48:33.135 INFO O| Mar 18 13:48:33.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72472026-03-18T13:48:33.925Z[ recovery-image] Mar 18 13:48:33.136 INFO O| Mar 18 13:48:33.136 INFO STEP 825 (remove_files) COMPLETE
72482026-03-18T13:48:33.925Z[ recovery-image] Mar 18 13:48:33.136 INFO O| Mar 18 13:48:33.136 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-03-18T13:48:33.937Z[ recovery-image] Mar 18 13:48:33.147 INFO O| Mar 18 13:48:33.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72502026-03-18T13:48:33.937Z[ recovery-image] Mar 18 13:48:33.147 INFO O| Mar 18 13:48:33.147 INFO STEP 826 (remove_files) COMPLETE
72512026-03-18T13:48:33.937Z[ recovery-image] Mar 18 13:48:33.147 INFO O| Mar 18 13:48:33.147 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-03-18T13:48:33.949Z[ recovery-image] Mar 18 13:48:33.159 INFO O| Mar 18 13:48:33.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72532026-03-18T13:48:33.949Z[ recovery-image] Mar 18 13:48:33.159 INFO O| Mar 18 13:48:33.159 INFO STEP 827 (remove_files) COMPLETE
72542026-03-18T13:48:33.949Z[ recovery-image] Mar 18 13:48:33.159 INFO O| Mar 18 13:48:33.159 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-03-18T13:48:33.962Z[ recovery-image] Mar 18 13:48:33.172 INFO O| Mar 18 13:48:33.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72562026-03-18T13:48:33.962Z[ recovery-image] Mar 18 13:48:33.172 INFO O| Mar 18 13:48:33.172 INFO STEP 828 (remove_files) COMPLETE
72572026-03-18T13:48:33.962Z[ recovery-image] Mar 18 13:48:33.172 INFO O| Mar 18 13:48:33.172 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-03-18T13:48:33.987Z[ recovery-image] Mar 18 13:48:33.197 INFO O| Mar 18 13:48:33.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
72592026-03-18T13:48:33.987Z[ recovery-image] Mar 18 13:48:33.197 INFO O| Mar 18 13:48:33.197 INFO STEP 829 (remove_files) COMPLETE
72602026-03-18T13:48:33.990Z[ recovery-image] Mar 18 13:48:33.197 INFO O| Mar 18 13:48:33.197 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-03-18T13:48:34.001Z[ recovery-image] Mar 18 13:48:33.211 INFO O| Mar 18 13:48:33.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
72622026-03-18T13:48:34.001Z[ recovery-image] Mar 18 13:48:33.211 INFO O| Mar 18 13:48:33.211 INFO STEP 830 (remove_files) COMPLETE
72632026-03-18T13:48:34.001Z[ recovery-image] Mar 18 13:48:33.211 INFO O| Mar 18 13:48:33.211 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-03-18T13:48:34.013Z[ recovery-image] Mar 18 13:48:33.223 INFO O| Mar 18 13:48:33.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
72652026-03-18T13:48:34.013Z[ recovery-image] Mar 18 13:48:33.223 INFO O| Mar 18 13:48:33.223 INFO STEP 831 (remove_files) COMPLETE
72662026-03-18T13:48:34.013Z[ recovery-image] Mar 18 13:48:33.223 INFO O| Mar 18 13:48:33.223 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-03-18T13:48:34.024Z[ recovery-image] Mar 18 13:48:33.234 INFO O| Mar 18 13:48:33.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
72682026-03-18T13:48:34.024Z[ recovery-image] Mar 18 13:48:33.234 INFO O| Mar 18 13:48:33.234 INFO STEP 832 (remove_files) COMPLETE
72692026-03-18T13:48:34.027Z[ recovery-image] Mar 18 13:48:33.234 INFO O| Mar 18 13:48:33.234 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-03-18T13:48:34.035Z[ recovery-image] Mar 18 13:48:33.245 INFO O| Mar 18 13:48:33.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
72712026-03-18T13:48:34.035Z[ recovery-image] Mar 18 13:48:33.245 INFO O| Mar 18 13:48:33.245 INFO STEP 833 (remove_files) COMPLETE
72722026-03-18T13:48:34.035Z[ recovery-image] Mar 18 13:48:33.245 INFO O| Mar 18 13:48:33.245 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-03-18T13:48:34.048Z[ recovery-image] Mar 18 13:48:33.258 INFO O| Mar 18 13:48:33.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
72742026-03-18T13:48:34.048Z[ recovery-image] Mar 18 13:48:33.259 INFO O| Mar 18 13:48:33.259 INFO STEP 834 (remove_files) COMPLETE
72752026-03-18T13:48:34.048Z[ recovery-image] Mar 18 13:48:33.259 INFO O| Mar 18 13:48:33.259 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-03-18T13:48:34.059Z[ recovery-image] Mar 18 13:48:33.269 INFO O| Mar 18 13:48:33.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
72772026-03-18T13:48:34.062Z[ recovery-image] Mar 18 13:48:33.270 INFO O| Mar 18 13:48:33.270 INFO STEP 835 (remove_files) COMPLETE
72782026-03-18T13:48:34.062Z[ recovery-image] Mar 18 13:48:33.270 INFO O| Mar 18 13:48:33.270 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-03-18T13:48:34.071Z[ recovery-image] Mar 18 13:48:33.281 INFO O| Mar 18 13:48:33.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
72802026-03-18T13:48:34.071Z[ recovery-image] Mar 18 13:48:33.281 INFO O| Mar 18 13:48:33.281 INFO STEP 836 (remove_files) COMPLETE
72812026-03-18T13:48:34.074Z[ recovery-image] Mar 18 13:48:33.281 INFO O| Mar 18 13:48:33.281 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-03-18T13:48:34.082Z[ recovery-image] Mar 18 13:48:33.292 INFO O| Mar 18 13:48:33.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
72832026-03-18T13:48:34.082Z[ recovery-image] Mar 18 13:48:33.292 INFO O| Mar 18 13:48:33.292 INFO STEP 837 (remove_files) COMPLETE
72842026-03-18T13:48:34.085Z[ recovery-image] Mar 18 13:48:33.292 INFO O| Mar 18 13:48:33.292 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-03-18T13:48:34.093Z[ recovery-image] Mar 18 13:48:33.303 INFO O| Mar 18 13:48:33.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
72862026-03-18T13:48:34.093Z[ recovery-image] Mar 18 13:48:33.303 INFO O| Mar 18 13:48:33.303 INFO STEP 838 (remove_files) COMPLETE
72872026-03-18T13:48:34.093Z[ recovery-image] Mar 18 13:48:33.303 INFO O| Mar 18 13:48:33.303 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-03-18T13:48:34.104Z[ recovery-image] Mar 18 13:48:33.314 INFO O| Mar 18 13:48:33.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
72892026-03-18T13:48:34.104Z[ recovery-image] Mar 18 13:48:33.314 INFO O| Mar 18 13:48:33.314 INFO STEP 839 (remove_files) COMPLETE
72902026-03-18T13:48:34.104Z[ recovery-image] Mar 18 13:48:33.314 INFO O| Mar 18 13:48:33.314 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-03-18T13:48:34.115Z[ recovery-image] Mar 18 13:48:33.325 INFO O| Mar 18 13:48:33.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
72922026-03-18T13:48:34.115Z[ recovery-image] Mar 18 13:48:33.325 INFO O| Mar 18 13:48:33.325 INFO STEP 840 (remove_files) COMPLETE
72932026-03-18T13:48:34.118Z[ recovery-image] Mar 18 13:48:33.325 INFO O| Mar 18 13:48:33.325 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-03-18T13:48:34.126Z[ recovery-image] Mar 18 13:48:33.336 INFO O| Mar 18 13:48:33.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
72952026-03-18T13:48:34.126Z[ recovery-image] Mar 18 13:48:33.336 INFO O| Mar 18 13:48:33.336 INFO STEP 841 (remove_files) COMPLETE
72962026-03-18T13:48:34.128Z[ recovery-image] Mar 18 13:48:33.336 INFO O| Mar 18 13:48:33.336 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-03-18T13:48:34.142Z[ recovery-image] Mar 18 13:48:33.347 INFO O| Mar 18 13:48:33.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
72982026-03-18T13:48:34.142Z[ recovery-image] Mar 18 13:48:33.347 INFO O| Mar 18 13:48:33.347 INFO STEP 842 (remove_files) COMPLETE
72992026-03-18T13:48:34.142Z[ recovery-image] Mar 18 13:48:33.347 INFO O| Mar 18 13:48:33.347 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-03-18T13:48:34.152Z[ recovery-image] Mar 18 13:48:33.361 INFO O| Mar 18 13:48:33.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73012026-03-18T13:48:34.152Z[ recovery-image] Mar 18 13:48:33.362 INFO O| Mar 18 13:48:33.362 INFO STEP 843 (remove_files) COMPLETE
73022026-03-18T13:48:34.152Z[ recovery-image] Mar 18 13:48:33.362 INFO O| Mar 18 13:48:33.362 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-03-18T13:48:34.166Z[ recovery-image] Mar 18 13:48:33.373 INFO O| Mar 18 13:48:33.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73042026-03-18T13:48:34.166Z[ recovery-image] Mar 18 13:48:33.373 INFO O| Mar 18 13:48:33.373 INFO STEP 844 (remove_files) COMPLETE
73052026-03-18T13:48:34.171Z[ recovery-image] Mar 18 13:48:33.373 INFO O| Mar 18 13:48:33.373 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-03-18T13:48:34.177Z[ recovery-image] Mar 18 13:48:33.383 INFO O| Mar 18 13:48:33.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73072026-03-18T13:48:34.177Z[ recovery-image] Mar 18 13:48:33.383 INFO O| Mar 18 13:48:33.383 INFO STEP 845 (remove_files) COMPLETE
73082026-03-18T13:48:34.177Z[ recovery-image] Mar 18 13:48:33.383 INFO O| Mar 18 13:48:33.383 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-03-18T13:48:34.182Z[ recovery-image] Mar 18 13:48:33.392 INFO O| Mar 18 13:48:33.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73102026-03-18T13:48:34.182Z[ recovery-image] Mar 18 13:48:33.393 INFO O| Mar 18 13:48:33.392 INFO STEP 846 (remove_files) COMPLETE
73112026-03-18T13:48:34.182Z[ recovery-image] Mar 18 13:48:33.393 INFO O| Mar 18 13:48:33.393 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-03-18T13:48:34.198Z[ recovery-image] Mar 18 13:48:33.407 INFO O| Mar 18 13:48:33.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73132026-03-18T13:48:34.198Z[ recovery-image] Mar 18 13:48:33.407 INFO O| Mar 18 13:48:33.407 INFO STEP 847 (remove_files) COMPLETE
73142026-03-18T13:48:34.198Z[ recovery-image] Mar 18 13:48:33.407 INFO O| Mar 18 13:48:33.407 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-03-18T13:48:34.208Z[ recovery-image] Mar 18 13:48:33.418 INFO O| Mar 18 13:48:33.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73162026-03-18T13:48:34.208Z[ recovery-image] Mar 18 13:48:33.418 INFO O| Mar 18 13:48:33.418 INFO STEP 848 (remove_files) COMPLETE
73172026-03-18T13:48:34.211Z[ recovery-image] Mar 18 13:48:33.418 INFO O| Mar 18 13:48:33.418 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-03-18T13:48:34.219Z[ recovery-image] Mar 18 13:48:33.429 INFO O| Mar 18 13:48:33.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73192026-03-18T13:48:34.219Z[ recovery-image] Mar 18 13:48:33.429 INFO O| Mar 18 13:48:33.429 INFO STEP 849 (remove_files) COMPLETE
73202026-03-18T13:48:34.222Z[ recovery-image] Mar 18 13:48:33.429 INFO O| Mar 18 13:48:33.429 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-03-18T13:48:34.229Z[ recovery-image] Mar 18 13:48:33.440 INFO O| Mar 18 13:48:33.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
73222026-03-18T13:48:34.229Z[ recovery-image] Mar 18 13:48:33.440 INFO O| Mar 18 13:48:33.440 INFO STEP 850 (remove_files) COMPLETE
73232026-03-18T13:48:34.232Z[ recovery-image] Mar 18 13:48:33.440 INFO O| Mar 18 13:48:33.440 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-03-18T13:48:34.241Z[ recovery-image] Mar 18 13:48:33.451 INFO O| Mar 18 13:48:33.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
73252026-03-18T13:48:34.241Z[ recovery-image] Mar 18 13:48:33.451 INFO O| Mar 18 13:48:33.451 INFO STEP 851 (remove_files) COMPLETE
73262026-03-18T13:48:34.244Z[ recovery-image] Mar 18 13:48:33.451 INFO O| Mar 18 13:48:33.451 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-03-18T13:48:34.253Z[ recovery-image] Mar 18 13:48:33.464 INFO O| Mar 18 13:48:33.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
73282026-03-18T13:48:34.253Z[ recovery-image] Mar 18 13:48:33.464 INFO O| Mar 18 13:48:33.464 INFO STEP 852 (remove_files) COMPLETE
73292026-03-18T13:48:34.256Z[ recovery-image] Mar 18 13:48:33.464 INFO O| Mar 18 13:48:33.464 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-03-18T13:48:34.267Z[ recovery-image] Mar 18 13:48:33.477 INFO O| Mar 18 13:48:33.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73312026-03-18T13:48:34.267Z[ recovery-image] Mar 18 13:48:33.477 INFO O| Mar 18 13:48:33.477 INFO STEP 853 (remove_files) COMPLETE
73322026-03-18T13:48:34.270Z[ recovery-image] Mar 18 13:48:33.477 INFO O| Mar 18 13:48:33.477 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-03-18T13:48:34.280Z[ recovery-image] Mar 18 13:48:33.491 INFO O| Mar 18 13:48:33.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73342026-03-18T13:48:34.280Z[ recovery-image] Mar 18 13:48:33.491 INFO O| Mar 18 13:48:33.491 INFO STEP 854 (remove_files) COMPLETE
73352026-03-18T13:48:34.283Z[ recovery-image] Mar 18 13:48:33.491 INFO O| Mar 18 13:48:33.491 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-03-18T13:48:34.294Z[ recovery-image] Mar 18 13:48:33.504 INFO O| Mar 18 13:48:33.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
73372026-03-18T13:48:34.294Z[ recovery-image] Mar 18 13:48:33.505 INFO O| Mar 18 13:48:33.505 INFO STEP 855 (remove_files) COMPLETE
73382026-03-18T13:48:34.297Z[ recovery-image] Mar 18 13:48:33.505 INFO O| Mar 18 13:48:33.505 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-03-18T13:48:34.307Z[ recovery-image] Mar 18 13:48:33.517 INFO O| Mar 18 13:48:33.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
73402026-03-18T13:48:34.307Z[ recovery-image] Mar 18 13:48:33.518 INFO O| Mar 18 13:48:33.517 INFO STEP 856 (remove_files) COMPLETE
73412026-03-18T13:48:34.310Z[ recovery-image] Mar 18 13:48:33.518 INFO O| Mar 18 13:48:33.518 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-03-18T13:48:34.320Z[ recovery-image] Mar 18 13:48:33.530 INFO O| Mar 18 13:48:33.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73432026-03-18T13:48:34.320Z[ recovery-image] Mar 18 13:48:33.530 INFO O| Mar 18 13:48:33.530 INFO STEP 857 (remove_files) COMPLETE
73442026-03-18T13:48:34.323Z[ recovery-image] Mar 18 13:48:33.530 INFO O| Mar 18 13:48:33.530 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-03-18T13:48:34.331Z[ recovery-image] Mar 18 13:48:33.541 INFO O| Mar 18 13:48:33.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
73462026-03-18T13:48:34.331Z[ recovery-image] Mar 18 13:48:33.541 INFO O| Mar 18 13:48:33.541 INFO STEP 858 (remove_files) COMPLETE
73472026-03-18T13:48:34.331Z[ recovery-image] Mar 18 13:48:33.541 INFO O| Mar 18 13:48:33.541 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-03-18T13:48:34.342Z[ recovery-image] Mar 18 13:48:33.552 INFO O| Mar 18 13:48:33.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73492026-03-18T13:48:34.342Z[ recovery-image] Mar 18 13:48:33.552 INFO O| Mar 18 13:48:33.552 INFO STEP 859 (remove_files) COMPLETE
73502026-03-18T13:48:34.342Z[ recovery-image] Mar 18 13:48:33.552 INFO O| Mar 18 13:48:33.552 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-03-18T13:48:34.354Z[ recovery-image] Mar 18 13:48:33.564 INFO O| Mar 18 13:48:33.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73522026-03-18T13:48:34.354Z[ recovery-image] Mar 18 13:48:33.564 INFO O| Mar 18 13:48:33.564 INFO STEP 860 (remove_files) COMPLETE
73532026-03-18T13:48:34.354Z[ recovery-image] Mar 18 13:48:33.564 INFO O| Mar 18 13:48:33.564 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-03-18T13:48:34.365Z[ recovery-image] Mar 18 13:48:33.575 INFO O| Mar 18 13:48:33.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
73552026-03-18T13:48:34.365Z[ recovery-image] Mar 18 13:48:33.575 INFO O| Mar 18 13:48:33.575 INFO STEP 861 (remove_files) COMPLETE
73562026-03-18T13:48:34.368Z[ recovery-image] Mar 18 13:48:33.575 INFO O| Mar 18 13:48:33.575 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-03-18T13:48:34.376Z[ recovery-image] Mar 18 13:48:33.587 INFO O| Mar 18 13:48:33.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
73582026-03-18T13:48:34.376Z[ recovery-image] Mar 18 13:48:33.587 INFO O| Mar 18 13:48:33.587 INFO STEP 862 (remove_files) COMPLETE
73592026-03-18T13:48:34.376Z[ recovery-image] Mar 18 13:48:33.587 INFO O| Mar 18 13:48:33.587 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-03-18T13:48:34.387Z[ recovery-image] Mar 18 13:48:33.597 INFO O| Mar 18 13:48:33.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
73612026-03-18T13:48:34.387Z[ recovery-image] Mar 18 13:48:33.597 INFO O| Mar 18 13:48:33.597 INFO STEP 863 (remove_files) COMPLETE
73622026-03-18T13:48:34.390Z[ recovery-image] Mar 18 13:48:33.597 INFO O| Mar 18 13:48:33.597 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-03-18T13:48:34.400Z[ recovery-image] Mar 18 13:48:33.611 INFO O| Mar 18 13:48:33.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
73642026-03-18T13:48:34.400Z[ recovery-image] Mar 18 13:48:33.611 INFO O| Mar 18 13:48:33.611 INFO STEP 864 (remove_files) COMPLETE
73652026-03-18T13:48:34.403Z[ recovery-image] Mar 18 13:48:33.611 INFO O| Mar 18 13:48:33.611 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-03-18T13:48:34.411Z[ recovery-image] Mar 18 13:48:33.621 INFO O| Mar 18 13:48:33.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
73672026-03-18T13:48:34.411Z[ recovery-image] Mar 18 13:48:33.621 INFO O| Mar 18 13:48:33.621 INFO STEP 865 (remove_files) COMPLETE
73682026-03-18T13:48:34.411Z[ recovery-image] Mar 18 13:48:33.621 INFO O| Mar 18 13:48:33.621 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-03-18T13:48:34.421Z[ recovery-image] Mar 18 13:48:33.631 INFO O| Mar 18 13:48:33.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
73702026-03-18T13:48:34.421Z[ recovery-image] Mar 18 13:48:33.631 INFO O| Mar 18 13:48:33.631 INFO STEP 866 (remove_files) COMPLETE
73712026-03-18T13:48:34.424Z[ recovery-image] Mar 18 13:48:33.631 INFO O| Mar 18 13:48:33.631 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-03-18T13:48:34.431Z[ recovery-image] Mar 18 13:48:33.641 INFO O| Mar 18 13:48:33.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
73732026-03-18T13:48:34.431Z[ recovery-image] Mar 18 13:48:33.641 INFO O| Mar 18 13:48:33.641 INFO STEP 867 (remove_files) COMPLETE
73742026-03-18T13:48:34.431Z[ recovery-image] Mar 18 13:48:33.641 INFO O| Mar 18 13:48:33.641 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-03-18T13:48:34.441Z[ recovery-image] Mar 18 13:48:33.651 INFO O| Mar 18 13:48:33.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
73762026-03-18T13:48:34.441Z[ recovery-image] Mar 18 13:48:33.652 INFO O| Mar 18 13:48:33.651 INFO STEP 868 (remove_files) COMPLETE
73772026-03-18T13:48:34.445Z[ recovery-image] Mar 18 13:48:33.652 INFO O| Mar 18 13:48:33.652 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-03-18T13:48:34.452Z[ recovery-image] Mar 18 13:48:33.663 INFO O| Mar 18 13:48:33.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
73792026-03-18T13:48:34.452Z[ recovery-image] Mar 18 13:48:33.663 INFO O| Mar 18 13:48:33.663 INFO STEP 869 (remove_files) COMPLETE
73802026-03-18T13:48:34.455Z[ recovery-image] Mar 18 13:48:33.663 INFO O| Mar 18 13:48:33.663 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-03-18T13:48:34.464Z[ recovery-image] Mar 18 13:48:33.674 INFO O| Mar 18 13:48:33.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
73822026-03-18T13:48:34.464Z[ recovery-image] Mar 18 13:48:33.674 INFO O| Mar 18 13:48:33.674 INFO STEP 870 (remove_files) COMPLETE
73832026-03-18T13:48:34.467Z[ recovery-image] Mar 18 13:48:33.674 INFO O| Mar 18 13:48:33.674 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-03-18T13:48:34.477Z[ recovery-image] Mar 18 13:48:33.687 INFO O| Mar 18 13:48:33.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
73852026-03-18T13:48:34.477Z[ recovery-image] Mar 18 13:48:33.687 INFO O| Mar 18 13:48:33.687 INFO STEP 871 (remove_files) COMPLETE
73862026-03-18T13:48:34.480Z[ recovery-image] Mar 18 13:48:33.687 INFO O| Mar 18 13:48:33.687 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-03-18T13:48:34.488Z[ recovery-image] Mar 18 13:48:33.698 INFO O| Mar 18 13:48:33.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
73882026-03-18T13:48:34.488Z[ recovery-image] Mar 18 13:48:33.698 INFO O| Mar 18 13:48:33.698 INFO STEP 872 (remove_files) COMPLETE
73892026-03-18T13:48:34.488Z[ recovery-image] Mar 18 13:48:33.698 INFO O| Mar 18 13:48:33.698 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-03-18T13:48:34.503Z[ recovery-image] Mar 18 13:48:33.713 INFO O| Mar 18 13:48:33.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
73912026-03-18T13:48:34.503Z[ recovery-image] Mar 18 13:48:33.713 INFO O| Mar 18 13:48:33.713 INFO STEP 873 (remove_files) COMPLETE
73922026-03-18T13:48:34.506Z[ recovery-image] Mar 18 13:48:33.713 INFO O| Mar 18 13:48:33.713 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-03-18T13:48:34.516Z[ recovery-image] Mar 18 13:48:33.727 INFO O| Mar 18 13:48:33.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
73942026-03-18T13:48:34.516Z[ recovery-image] Mar 18 13:48:33.727 INFO O| Mar 18 13:48:33.727 INFO STEP 874 (remove_files) COMPLETE
73952026-03-18T13:48:34.517Z[ recovery-image] Mar 18 13:48:33.727 INFO O| Mar 18 13:48:33.727 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-03-18T13:48:34.529Z[ recovery-image] Mar 18 13:48:33.739 INFO O| Mar 18 13:48:33.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
73972026-03-18T13:48:34.529Z[ recovery-image] Mar 18 13:48:33.740 INFO O| Mar 18 13:48:33.739 INFO STEP 875 (remove_files) COMPLETE
73982026-03-18T13:48:34.529Z[ recovery-image] Mar 18 13:48:33.740 INFO O| Mar 18 13:48:33.739 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-03-18T13:48:34.540Z[ recovery-image] Mar 18 13:48:33.751 INFO O| Mar 18 13:48:33.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
74002026-03-18T13:48:34.540Z[ recovery-image] Mar 18 13:48:33.751 INFO O| Mar 18 13:48:33.751 INFO STEP 876 (remove_files) COMPLETE
74012026-03-18T13:48:34.540Z[ recovery-image] Mar 18 13:48:33.751 INFO O| Mar 18 13:48:33.751 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-03-18T13:48:34.551Z[ recovery-image] Mar 18 13:48:33.761 INFO O| Mar 18 13:48:33.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
74032026-03-18T13:48:34.551Z[ recovery-image] Mar 18 13:48:33.761 INFO O| Mar 18 13:48:33.761 INFO STEP 877 (remove_files) COMPLETE
74042026-03-18T13:48:34.551Z[ recovery-image] Mar 18 13:48:33.761 INFO O| Mar 18 13:48:33.761 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-03-18T13:48:34.564Z[ recovery-image] Mar 18 13:48:33.774 INFO O| Mar 18 13:48:33.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
74062026-03-18T13:48:34.564Z[ recovery-image] Mar 18 13:48:33.774 INFO O| Mar 18 13:48:33.774 INFO STEP 878 (remove_files) COMPLETE
74072026-03-18T13:48:34.564Z[ recovery-image] Mar 18 13:48:33.774 INFO O| Mar 18 13:48:33.774 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-03-18T13:48:34.577Z[ recovery-image] Mar 18 13:48:33.787 INFO O| Mar 18 13:48:33.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
74092026-03-18T13:48:34.577Z[ recovery-image] Mar 18 13:48:33.787 INFO O| Mar 18 13:48:33.787 INFO STEP 879 (remove_files) COMPLETE
74102026-03-18T13:48:34.577Z[ recovery-image] Mar 18 13:48:33.787 INFO O| Mar 18 13:48:33.787 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-03-18T13:48:34.588Z[ recovery-image] Mar 18 13:48:33.798 INFO O| Mar 18 13:48:33.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
74122026-03-18T13:48:34.588Z[ recovery-image] Mar 18 13:48:33.798 INFO O| Mar 18 13:48:33.798 INFO STEP 880 (remove_files) COMPLETE
74132026-03-18T13:48:34.588Z[ recovery-image] Mar 18 13:48:33.798 INFO O| Mar 18 13:48:33.798 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-03-18T13:48:34.601Z[ recovery-image] Mar 18 13:48:33.811 INFO O| Mar 18 13:48:33.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
74152026-03-18T13:48:34.601Z[ recovery-image] Mar 18 13:48:33.811 INFO O| Mar 18 13:48:33.811 INFO STEP 881 (remove_files) COMPLETE
74162026-03-18T13:48:34.605Z[ recovery-image] Mar 18 13:48:33.811 INFO O| Mar 18 13:48:33.811 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-03-18T13:48:34.612Z[ recovery-image] Mar 18 13:48:33.822 INFO O| Mar 18 13:48:33.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
74182026-03-18T13:48:34.612Z[ recovery-image] Mar 18 13:48:33.823 INFO O| Mar 18 13:48:33.823 INFO STEP 882 (remove_files) COMPLETE
74192026-03-18T13:48:34.615Z[ recovery-image] Mar 18 13:48:33.823 INFO O| Mar 18 13:48:33.823 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-03-18T13:48:34.623Z[ recovery-image] Mar 18 13:48:33.833 INFO O| Mar 18 13:48:33.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
74212026-03-18T13:48:34.623Z[ recovery-image] Mar 18 13:48:33.833 INFO O| Mar 18 13:48:33.833 INFO STEP 883 (remove_files) COMPLETE
74222026-03-18T13:48:34.626Z[ recovery-image] Mar 18 13:48:33.833 INFO O| Mar 18 13:48:33.833 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-03-18T13:48:34.634Z[ recovery-image] Mar 18 13:48:33.844 INFO O| Mar 18 13:48:33.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
74242026-03-18T13:48:34.634Z[ recovery-image] Mar 18 13:48:33.844 INFO O| Mar 18 13:48:33.844 INFO STEP 884 (remove_files) COMPLETE
74252026-03-18T13:48:34.634Z[ recovery-image] Mar 18 13:48:33.844 INFO O| Mar 18 13:48:33.844 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-03-18T13:48:34.645Z[ recovery-image] Mar 18 13:48:33.855 INFO O| Mar 18 13:48:33.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74272026-03-18T13:48:34.645Z[ recovery-image] Mar 18 13:48:33.855 INFO O| Mar 18 13:48:33.855 INFO STEP 885 (remove_files) COMPLETE
74282026-03-18T13:48:34.648Z[ recovery-image] Mar 18 13:48:33.855 INFO O| Mar 18 13:48:33.855 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-03-18T13:48:34.656Z[ recovery-image] Mar 18 13:48:33.866 INFO O| Mar 18 13:48:33.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74302026-03-18T13:48:34.656Z[ recovery-image] Mar 18 13:48:33.867 INFO O| Mar 18 13:48:33.867 INFO STEP 886 (remove_files) COMPLETE
74312026-03-18T13:48:34.656Z[ recovery-image] Mar 18 13:48:33.867 INFO O| Mar 18 13:48:33.867 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-03-18T13:48:34.667Z[ recovery-image] Mar 18 13:48:33.877 INFO O| Mar 18 13:48:33.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74332026-03-18T13:48:34.667Z[ recovery-image] Mar 18 13:48:33.877 INFO O| Mar 18 13:48:33.877 INFO STEP 887 (remove_files) COMPLETE
74342026-03-18T13:48:34.667Z[ recovery-image] Mar 18 13:48:33.877 INFO O| Mar 18 13:48:33.877 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-03-18T13:48:34.678Z[ recovery-image] Mar 18 13:48:33.888 INFO O| Mar 18 13:48:33.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74362026-03-18T13:48:34.678Z[ recovery-image] Mar 18 13:48:33.888 INFO O| Mar 18 13:48:33.888 INFO STEP 888 (remove_files) COMPLETE
74372026-03-18T13:48:34.678Z[ recovery-image] Mar 18 13:48:33.888 INFO O| Mar 18 13:48:33.888 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-03-18T13:48:34.689Z[ recovery-image] Mar 18 13:48:33.899 INFO O| Mar 18 13:48:33.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
74392026-03-18T13:48:34.689Z[ recovery-image] Mar 18 13:48:33.899 INFO O| Mar 18 13:48:33.899 INFO STEP 889 (remove_files) COMPLETE
74402026-03-18T13:48:34.693Z[ recovery-image] Mar 18 13:48:33.899 INFO O| Mar 18 13:48:33.899 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-03-18T13:48:34.701Z[ recovery-image] Mar 18 13:48:33.911 INFO O| Mar 18 13:48:33.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
74422026-03-18T13:48:34.701Z[ recovery-image] Mar 18 13:48:33.911 INFO O| Mar 18 13:48:33.911 INFO STEP 890 (remove_files) COMPLETE
74432026-03-18T13:48:34.701Z[ recovery-image] Mar 18 13:48:33.911 INFO O| Mar 18 13:48:33.911 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-03-18T13:48:34.712Z[ recovery-image] Mar 18 13:48:33.922 INFO O| Mar 18 13:48:33.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
74452026-03-18T13:48:34.712Z[ recovery-image] Mar 18 13:48:33.922 INFO O| Mar 18 13:48:33.922 INFO STEP 891 (remove_files) COMPLETE
74462026-03-18T13:48:34.715Z[ recovery-image] Mar 18 13:48:33.922 INFO O| Mar 18 13:48:33.922 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-03-18T13:48:34.722Z[ recovery-image] Mar 18 13:48:33.933 INFO O| Mar 18 13:48:33.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
74482026-03-18T13:48:34.722Z[ recovery-image] Mar 18 13:48:33.933 INFO O| Mar 18 13:48:33.933 INFO STEP 892 (remove_files) COMPLETE
74492026-03-18T13:48:34.725Z[ recovery-image] Mar 18 13:48:33.933 INFO O| Mar 18 13:48:33.933 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-03-18T13:48:34.733Z[ recovery-image] Mar 18 13:48:33.943 INFO O| Mar 18 13:48:33.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
74512026-03-18T13:48:34.733Z[ recovery-image] Mar 18 13:48:33.943 INFO O| Mar 18 13:48:33.943 INFO STEP 893 (remove_files) COMPLETE
74522026-03-18T13:48:34.736Z[ recovery-image] Mar 18 13:48:33.943 INFO O| Mar 18 13:48:33.943 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-03-18T13:48:34.743Z[ recovery-image] Mar 18 13:48:33.954 INFO O| Mar 18 13:48:33.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
74542026-03-18T13:48:34.743Z[ recovery-image] Mar 18 13:48:33.954 INFO O| Mar 18 13:48:33.954 INFO STEP 894 (remove_files) COMPLETE
74552026-03-18T13:48:34.743Z[ recovery-image] Mar 18 13:48:33.954 INFO O| Mar 18 13:48:33.954 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-03-18T13:48:34.754Z[ recovery-image] Mar 18 13:48:33.964 INFO O| Mar 18 13:48:33.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
74572026-03-18T13:48:34.754Z[ recovery-image] Mar 18 13:48:33.964 INFO O| Mar 18 13:48:33.964 INFO STEP 895 (remove_files) COMPLETE
74582026-03-18T13:48:34.757Z[ recovery-image] Mar 18 13:48:33.964 INFO O| Mar 18 13:48:33.964 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-03-18T13:48:34.765Z[ recovery-image] Mar 18 13:48:33.975 INFO O| Mar 18 13:48:33.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
74602026-03-18T13:48:34.765Z[ recovery-image] Mar 18 13:48:33.975 INFO O| Mar 18 13:48:33.975 INFO STEP 896 (remove_files) COMPLETE
74612026-03-18T13:48:34.768Z[ recovery-image] Mar 18 13:48:33.976 INFO O| Mar 18 13:48:33.975 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-03-18T13:48:34.782Z[ recovery-image] Mar 18 13:48:33.986 INFO O| Mar 18 13:48:33.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
74632026-03-18T13:48:34.782Z[ recovery-image] Mar 18 13:48:33.986 INFO O| Mar 18 13:48:33.986 INFO STEP 897 (remove_files) COMPLETE
74642026-03-18T13:48:34.782Z[ recovery-image] Mar 18 13:48:33.986 INFO O| Mar 18 13:48:33.986 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-03-18T13:48:34.789Z[ recovery-image] Mar 18 13:48:33.997 INFO O| Mar 18 13:48:33.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
74662026-03-18T13:48:34.789Z[ recovery-image] Mar 18 13:48:33.997 INFO O| Mar 18 13:48:33.997 INFO STEP 898 (remove_files) COMPLETE
74672026-03-18T13:48:34.789Z[ recovery-image] Mar 18 13:48:33.997 INFO O| Mar 18 13:48:33.997 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-03-18T13:48:34.798Z[ recovery-image] Mar 18 13:48:34.008 INFO O| Mar 18 13:48:34.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
74692026-03-18T13:48:34.798Z[ recovery-image] Mar 18 13:48:34.008 INFO O| Mar 18 13:48:34.008 INFO STEP 899 (remove_files) COMPLETE
74702026-03-18T13:48:34.798Z[ recovery-image] Mar 18 13:48:34.008 INFO O| Mar 18 13:48:34.008 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-03-18T13:48:34.809Z[ recovery-image] Mar 18 13:48:34.019 INFO O| Mar 18 13:48:34.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
74722026-03-18T13:48:34.809Z[ recovery-image] Mar 18 13:48:34.019 INFO O| Mar 18 13:48:34.019 INFO STEP 900 (remove_files) COMPLETE
74732026-03-18T13:48:34.809Z[ recovery-image] Mar 18 13:48:34.019 INFO O| Mar 18 13:48:34.019 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-03-18T13:48:34.820Z[ recovery-image] Mar 18 13:48:34.030 INFO O| Mar 18 13:48:34.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
74752026-03-18T13:48:34.820Z[ recovery-image] Mar 18 13:48:34.030 INFO O| Mar 18 13:48:34.030 INFO STEP 901 (remove_files) COMPLETE
74762026-03-18T13:48:34.820Z[ recovery-image] Mar 18 13:48:34.030 INFO O| Mar 18 13:48:34.030 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-03-18T13:48:34.831Z[ recovery-image] Mar 18 13:48:34.041 INFO O| Mar 18 13:48:34.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
74782026-03-18T13:48:34.831Z[ recovery-image] Mar 18 13:48:34.041 INFO O| Mar 18 13:48:34.041 INFO STEP 902 (remove_files) COMPLETE
74792026-03-18T13:48:34.834Z[ recovery-image] Mar 18 13:48:34.041 INFO O| Mar 18 13:48:34.041 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-03-18T13:48:34.879Z[ recovery-image] Mar 18 13:48:34.089 INFO O| Mar 18 13:48:34.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
74812026-03-18T13:48:34.879Z[ recovery-image] Mar 18 13:48:34.089 INFO O| Mar 18 13:48:34.089 INFO STEP 903 (remove_files) COMPLETE
74822026-03-18T13:48:34.879Z[ recovery-image] Mar 18 13:48:34.089 INFO O| Mar 18 13:48:34.089 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-03-18T13:48:34.892Z[ recovery-image] Mar 18 13:48:34.102 INFO O| Mar 18 13:48:34.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
74842026-03-18T13:48:34.892Z[ recovery-image] Mar 18 13:48:34.102 INFO O| Mar 18 13:48:34.102 INFO STEP 904 (remove_files) COMPLETE
74852026-03-18T13:48:34.892Z[ recovery-image] Mar 18 13:48:34.102 INFO O| Mar 18 13:48:34.102 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-03-18T13:48:34.914Z[ recovery-image] Mar 18 13:48:34.124 INFO O| Mar 18 13:48:34.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
74872026-03-18T13:48:34.914Z[ recovery-image] Mar 18 13:48:34.124 INFO O| Mar 18 13:48:34.124 INFO STEP 905 (remove_files) COMPLETE
74882026-03-18T13:48:34.917Z[ recovery-image] Mar 18 13:48:34.125 INFO O| Mar 18 13:48:34.124 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-03-18T13:48:34.947Z[ recovery-image] Mar 18 13:48:34.157 INFO O| Mar 18 13:48:34.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
74902026-03-18T13:48:34.947Z[ recovery-image] Mar 18 13:48:34.157 INFO O| Mar 18 13:48:34.157 INFO STEP 906 (remove_files) COMPLETE
74912026-03-18T13:48:34.950Z[ recovery-image] Mar 18 13:48:34.157 INFO O| Mar 18 13:48:34.157 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-03-18T13:48:34.958Z[ recovery-image] Mar 18 13:48:34.168 INFO O| Mar 18 13:48:34.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
74932026-03-18T13:48:34.958Z[ recovery-image] Mar 18 13:48:34.168 INFO O| Mar 18 13:48:34.168 INFO STEP 907 (remove_files) COMPLETE
74942026-03-18T13:48:34.958Z[ recovery-image] Mar 18 13:48:34.168 INFO O| Mar 18 13:48:34.168 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-03-18T13:48:34.980Z[ recovery-image] Mar 18 13:48:34.190 INFO O| Mar 18 13:48:34.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
74962026-03-18T13:48:34.980Z[ recovery-image] Mar 18 13:48:34.191 INFO O| Mar 18 13:48:34.191 INFO STEP 908 (remove_files) COMPLETE
74972026-03-18T13:48:34.980Z[ recovery-image] Mar 18 13:48:34.191 INFO O| Mar 18 13:48:34.191 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-03-18T13:48:34.993Z[ recovery-image] Mar 18 13:48:34.203 INFO O| Mar 18 13:48:34.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
74992026-03-18T13:48:34.993Z[ recovery-image] Mar 18 13:48:34.204 INFO O| Mar 18 13:48:34.204 INFO STEP 909 (remove_files) COMPLETE
75002026-03-18T13:48:34.996Z[ recovery-image] Mar 18 13:48:34.204 INFO O| Mar 18 13:48:34.204 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-03-18T13:48:35.006Z[ recovery-image] Mar 18 13:48:34.216 INFO O| Mar 18 13:48:34.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
75022026-03-18T13:48:35.006Z[ recovery-image] Mar 18 13:48:34.216 INFO O| Mar 18 13:48:34.216 INFO STEP 910 (remove_files) COMPLETE
75032026-03-18T13:48:35.009Z[ recovery-image] Mar 18 13:48:34.216 INFO O| Mar 18 13:48:34.216 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-03-18T13:48:35.017Z[ recovery-image] Mar 18 13:48:34.227 INFO O| Mar 18 13:48:34.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
75052026-03-18T13:48:35.017Z[ recovery-image] Mar 18 13:48:34.228 INFO O| Mar 18 13:48:34.227 INFO STEP 911 (remove_files) COMPLETE
75062026-03-18T13:48:35.020Z[ recovery-image] Mar 18 13:48:34.228 INFO O| Mar 18 13:48:34.227 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-03-18T13:48:35.028Z[ recovery-image] Mar 18 13:48:34.238 INFO O| Mar 18 13:48:34.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
75082026-03-18T13:48:35.028Z[ recovery-image] Mar 18 13:48:34.238 INFO O| Mar 18 13:48:34.238 INFO STEP 912 (remove_files) COMPLETE
75092026-03-18T13:48:35.031Z[ recovery-image] Mar 18 13:48:34.238 INFO O| Mar 18 13:48:34.238 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-03-18T13:48:35.038Z[ recovery-image] Mar 18 13:48:34.249 INFO O| Mar 18 13:48:34.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
75112026-03-18T13:48:35.038Z[ recovery-image] Mar 18 13:48:34.249 INFO O| Mar 18 13:48:34.249 INFO STEP 913 (remove_files) COMPLETE
75122026-03-18T13:48:35.041Z[ recovery-image] Mar 18 13:48:34.249 INFO O| Mar 18 13:48:34.249 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-03-18T13:48:35.051Z[ recovery-image] Mar 18 13:48:34.261 INFO O| Mar 18 13:48:34.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
75142026-03-18T13:48:35.051Z[ recovery-image] Mar 18 13:48:34.261 INFO O| Mar 18 13:48:34.261 INFO STEP 914 (remove_files) COMPLETE
75152026-03-18T13:48:35.053Z[ recovery-image] Mar 18 13:48:34.261 INFO O| Mar 18 13:48:34.261 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-03-18T13:48:35.063Z[ recovery-image] Mar 18 13:48:34.273 INFO O| Mar 18 13:48:34.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
75172026-03-18T13:48:35.063Z[ recovery-image] Mar 18 13:48:34.273 INFO O| Mar 18 13:48:34.273 INFO STEP 915 (remove_files) COMPLETE
75182026-03-18T13:48:35.066Z[ recovery-image] Mar 18 13:48:34.273 INFO O| Mar 18 13:48:34.273 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-03-18T13:48:35.075Z[ recovery-image] Mar 18 13:48:34.286 INFO O| Mar 18 13:48:34.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
75202026-03-18T13:48:35.075Z[ recovery-image] Mar 18 13:48:34.286 INFO O| Mar 18 13:48:34.286 INFO STEP 916 (remove_files) COMPLETE
75212026-03-18T13:48:35.078Z[ recovery-image] Mar 18 13:48:34.286 INFO O| Mar 18 13:48:34.286 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-03-18T13:48:35.088Z[ recovery-image] Mar 18 13:48:34.298 INFO O| Mar 18 13:48:34.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
75232026-03-18T13:48:35.088Z[ recovery-image] Mar 18 13:48:34.298 INFO O| Mar 18 13:48:34.298 INFO STEP 917 (remove_files) COMPLETE
75242026-03-18T13:48:35.091Z[ recovery-image] Mar 18 13:48:34.298 INFO O| Mar 18 13:48:34.298 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-03-18T13:48:35.099Z[ recovery-image] Mar 18 13:48:34.309 INFO O| Mar 18 13:48:34.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
75262026-03-18T13:48:35.099Z[ recovery-image] Mar 18 13:48:34.309 INFO O| Mar 18 13:48:34.309 INFO STEP 918 (remove_files) COMPLETE
75272026-03-18T13:48:35.113Z[ recovery-image] Mar 18 13:48:34.309 INFO O| Mar 18 13:48:34.309 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-03-18T13:48:35.113Z[ recovery-image] Mar 18 13:48:34.320 INFO O| Mar 18 13:48:34.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
75292026-03-18T13:48:35.113Z[ recovery-image] Mar 18 13:48:34.321 INFO O| Mar 18 13:48:34.321 INFO STEP 919 (remove_files) COMPLETE
75302026-03-18T13:48:35.113Z[ recovery-image] Mar 18 13:48:34.321 INFO O| Mar 18 13:48:34.321 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-03-18T13:48:35.124Z[ recovery-image] Mar 18 13:48:34.332 INFO O| Mar 18 13:48:34.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
75322026-03-18T13:48:35.124Z[ recovery-image] Mar 18 13:48:34.332 INFO O| Mar 18 13:48:34.332 INFO STEP 920 (remove_files) COMPLETE
75332026-03-18T13:48:35.127Z[ recovery-image] Mar 18 13:48:34.332 INFO O| Mar 18 13:48:34.332 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-03-18T13:48:35.133Z[ recovery-image] Mar 18 13:48:34.343 INFO O| Mar 18 13:48:34.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
75352026-03-18T13:48:35.133Z[ recovery-image] Mar 18 13:48:34.344 INFO O| Mar 18 13:48:34.344 INFO STEP 921 (remove_files) COMPLETE
75362026-03-18T13:48:35.136Z[ recovery-image] Mar 18 13:48:34.344 INFO O| Mar 18 13:48:34.344 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-03-18T13:48:35.144Z[ recovery-image] Mar 18 13:48:34.355 INFO O| Mar 18 13:48:34.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
75382026-03-18T13:48:35.144Z[ recovery-image] Mar 18 13:48:34.355 INFO O| Mar 18 13:48:34.355 INFO STEP 922 (remove_files) COMPLETE
75392026-03-18T13:48:35.144Z[ recovery-image] Mar 18 13:48:34.355 INFO O| Mar 18 13:48:34.355 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-03-18T13:48:35.155Z[ recovery-image] Mar 18 13:48:34.366 INFO O| Mar 18 13:48:34.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
75412026-03-18T13:48:35.155Z[ recovery-image] Mar 18 13:48:34.366 INFO O| Mar 18 13:48:34.366 INFO STEP 923 (remove_files) COMPLETE
75422026-03-18T13:48:35.155Z[ recovery-image] Mar 18 13:48:34.366 INFO O| Mar 18 13:48:34.366 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-03-18T13:48:35.167Z[ recovery-image] Mar 18 13:48:34.377 INFO O| Mar 18 13:48:34.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
75442026-03-18T13:48:35.167Z[ recovery-image] Mar 18 13:48:34.377 INFO O| Mar 18 13:48:34.377 INFO STEP 924 (remove_files) COMPLETE
75452026-03-18T13:48:35.170Z[ recovery-image] Mar 18 13:48:34.377 INFO O| Mar 18 13:48:34.377 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-03-18T13:48:35.178Z[ recovery-image] Mar 18 13:48:34.389 INFO O| Mar 18 13:48:34.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
75472026-03-18T13:48:35.178Z[ recovery-image] Mar 18 13:48:34.389 INFO O| Mar 18 13:48:34.389 INFO STEP 925 (remove_files) COMPLETE
75482026-03-18T13:48:35.178Z[ recovery-image] Mar 18 13:48:34.389 INFO O| Mar 18 13:48:34.389 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-03-18T13:48:35.191Z[ recovery-image] Mar 18 13:48:34.402 INFO O| Mar 18 13:48:34.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
75502026-03-18T13:48:35.191Z[ recovery-image] Mar 18 13:48:34.402 INFO O| Mar 18 13:48:34.402 INFO STEP 926 (remove_files) COMPLETE
75512026-03-18T13:48:35.194Z[ recovery-image] Mar 18 13:48:34.402 INFO O| Mar 18 13:48:34.402 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-03-18T13:48:35.203Z[ recovery-image] Mar 18 13:48:34.413 INFO O| Mar 18 13:48:34.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
75532026-03-18T13:48:35.203Z[ recovery-image] Mar 18 13:48:34.413 INFO O| Mar 18 13:48:34.413 INFO STEP 927 (remove_files) COMPLETE
75542026-03-18T13:48:35.206Z[ recovery-image] Mar 18 13:48:34.413 INFO O| Mar 18 13:48:34.413 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-03-18T13:48:35.214Z[ recovery-image] Mar 18 13:48:34.424 INFO O| Mar 18 13:48:34.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
75562026-03-18T13:48:35.214Z[ recovery-image] Mar 18 13:48:34.424 INFO O| Mar 18 13:48:34.424 INFO STEP 928 (remove_files) COMPLETE
75572026-03-18T13:48:35.214Z[ recovery-image] Mar 18 13:48:34.424 INFO O| Mar 18 13:48:34.424 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-03-18T13:48:35.225Z[ recovery-image] Mar 18 13:48:34.436 INFO O| Mar 18 13:48:34.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
75592026-03-18T13:48:35.225Z[ recovery-image] Mar 18 13:48:34.436 INFO O| Mar 18 13:48:34.436 INFO STEP 929 (remove_files) COMPLETE
75602026-03-18T13:48:35.228Z[ recovery-image] Mar 18 13:48:34.436 INFO O| Mar 18 13:48:34.436 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-03-18T13:48:35.237Z[ recovery-image] Mar 18 13:48:34.447 INFO O| Mar 18 13:48:34.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
75622026-03-18T13:48:35.237Z[ recovery-image] Mar 18 13:48:34.447 INFO O| Mar 18 13:48:34.447 INFO STEP 930 (remove_files) COMPLETE
75632026-03-18T13:48:35.240Z[ recovery-image] Mar 18 13:48:34.447 INFO O| Mar 18 13:48:34.447 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-03-18T13:48:35.248Z[ recovery-image] Mar 18 13:48:34.459 INFO O| Mar 18 13:48:34.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
75652026-03-18T13:48:35.273Z[ recovery-image] Mar 18 13:48:34.484 INFO O| Mar 18 13:48:34.484 INFO STEP 931 (remove_files) COMPLETE
75662026-03-18T13:48:35.273Z[ recovery-image] Mar 18 13:48:34.484 INFO O| Mar 18 13:48:34.484 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-03-18T13:48:35.306Z[ recovery-image] Mar 18 13:48:34.516 INFO O| Mar 18 13:48:34.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
75682026-03-18T13:48:35.306Z[ recovery-image] Mar 18 13:48:34.516 INFO O| Mar 18 13:48:34.516 INFO STEP 932 (remove_files) COMPLETE
75692026-03-18T13:48:35.309Z[ recovery-image] Mar 18 13:48:34.516 INFO O| Mar 18 13:48:34.516 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-03-18T13:48:35.317Z[ recovery-image] Mar 18 13:48:34.528 INFO O| Mar 18 13:48:34.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
75712026-03-18T13:48:35.318Z[ recovery-image] Mar 18 13:48:34.528 INFO O| Mar 18 13:48:34.528 INFO STEP 933 (remove_files) COMPLETE
75722026-03-18T13:48:35.321Z[ recovery-image] Mar 18 13:48:34.528 INFO O| Mar 18 13:48:34.528 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-03-18T13:48:35.329Z[ recovery-image] Mar 18 13:48:34.539 INFO O| Mar 18 13:48:34.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
75742026-03-18T13:48:35.329Z[ recovery-image] Mar 18 13:48:34.539 INFO O| Mar 18 13:48:34.539 INFO STEP 934 (remove_files) COMPLETE
75752026-03-18T13:48:35.332Z[ recovery-image] Mar 18 13:48:34.539 INFO O| Mar 18 13:48:34.539 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-03-18T13:48:35.341Z[ recovery-image] Mar 18 13:48:34.551 INFO O| Mar 18 13:48:34.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
75772026-03-18T13:48:35.341Z[ recovery-image] Mar 18 13:48:34.551 INFO O| Mar 18 13:48:34.551 INFO STEP 935 (remove_files) COMPLETE
75782026-03-18T13:48:35.341Z[ recovery-image] Mar 18 13:48:34.551 INFO O| Mar 18 13:48:34.551 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-03-18T13:48:35.353Z[ recovery-image] Mar 18 13:48:34.563 INFO O| Mar 18 13:48:34.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
75802026-03-18T13:48:35.356Z[ recovery-image] Mar 18 13:48:34.564 INFO O| Mar 18 13:48:34.564 INFO STEP 936 (remove_files) COMPLETE
75812026-03-18T13:48:35.356Z[ recovery-image] Mar 18 13:48:34.564 INFO O| Mar 18 13:48:34.564 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-03-18T13:48:35.364Z[ recovery-image] Mar 18 13:48:34.575 INFO O| Mar 18 13:48:34.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
75832026-03-18T13:48:35.364Z[ recovery-image] Mar 18 13:48:34.575 INFO O| Mar 18 13:48:34.575 INFO STEP 937 (remove_files) COMPLETE
75842026-03-18T13:48:35.368Z[ recovery-image] Mar 18 13:48:34.575 INFO O| Mar 18 13:48:34.575 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-03-18T13:48:35.376Z[ recovery-image] Mar 18 13:48:34.587 INFO O| Mar 18 13:48:34.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
75862026-03-18T13:48:35.376Z[ recovery-image] Mar 18 13:48:34.587 INFO O| Mar 18 13:48:34.587 INFO STEP 938 (remove_files) COMPLETE
75872026-03-18T13:48:35.379Z[ recovery-image] Mar 18 13:48:34.587 INFO O| Mar 18 13:48:34.587 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-03-18T13:48:35.388Z[ recovery-image] Mar 18 13:48:34.598 INFO O| Mar 18 13:48:34.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
75892026-03-18T13:48:35.388Z[ recovery-image] Mar 18 13:48:34.598 INFO O| Mar 18 13:48:34.598 INFO STEP 939 (remove_files) COMPLETE
75902026-03-18T13:48:35.391Z[ recovery-image] Mar 18 13:48:34.598 INFO O| Mar 18 13:48:34.598 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-03-18T13:48:35.398Z[ recovery-image] Mar 18 13:48:34.609 INFO O| Mar 18 13:48:34.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
75922026-03-18T13:48:35.398Z[ recovery-image] Mar 18 13:48:34.609 INFO O| Mar 18 13:48:34.609 INFO STEP 940 (remove_files) COMPLETE
75932026-03-18T13:48:35.401Z[ recovery-image] Mar 18 13:48:34.609 INFO O| Mar 18 13:48:34.609 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-03-18T13:48:35.409Z[ recovery-image] Mar 18 13:48:34.620 INFO O| Mar 18 13:48:34.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
75952026-03-18T13:48:35.409Z[ recovery-image] Mar 18 13:48:34.620 INFO O| Mar 18 13:48:34.620 INFO STEP 941 (remove_files) COMPLETE
75962026-03-18T13:48:35.413Z[ recovery-image] Mar 18 13:48:34.620 INFO O| Mar 18 13:48:34.620 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-03-18T13:48:35.421Z[ recovery-image] Mar 18 13:48:34.632 INFO O| Mar 18 13:48:34.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
75982026-03-18T13:48:35.421Z[ recovery-image] Mar 18 13:48:34.632 INFO O| Mar 18 13:48:34.632 INFO STEP 942 (remove_files) COMPLETE
75992026-03-18T13:48:35.424Z[ recovery-image] Mar 18 13:48:34.632 INFO O| Mar 18 13:48:34.632 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-03-18T13:48:35.434Z[ recovery-image] Mar 18 13:48:34.644 INFO O| Mar 18 13:48:34.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
76012026-03-18T13:48:35.434Z[ recovery-image] Mar 18 13:48:34.644 INFO O| Mar 18 13:48:34.644 INFO STEP 943 (remove_files) COMPLETE
76022026-03-18T13:48:35.434Z[ recovery-image] Mar 18 13:48:34.644 INFO O| Mar 18 13:48:34.644 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-03-18T13:48:35.444Z[ recovery-image] Mar 18 13:48:34.655 INFO O| Mar 18 13:48:34.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
76042026-03-18T13:48:35.444Z[ recovery-image] Mar 18 13:48:34.655 INFO O| Mar 18 13:48:34.655 INFO STEP 944 (remove_files) COMPLETE
76052026-03-18T13:48:35.447Z[ recovery-image] Mar 18 13:48:34.655 INFO O| Mar 18 13:48:34.655 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-03-18T13:48:35.454Z[ recovery-image] Mar 18 13:48:34.665 INFO O| Mar 18 13:48:34.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
76072026-03-18T13:48:35.454Z[ recovery-image] Mar 18 13:48:34.665 INFO O| Mar 18 13:48:34.665 INFO STEP 945 (remove_files) COMPLETE
76082026-03-18T13:48:35.457Z[ recovery-image] Mar 18 13:48:34.665 INFO O| Mar 18 13:48:34.665 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-03-18T13:48:35.465Z[ recovery-image] Mar 18 13:48:34.675 INFO O| Mar 18 13:48:34.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
76102026-03-18T13:48:35.465Z[ recovery-image] Mar 18 13:48:34.675 INFO O| Mar 18 13:48:34.675 INFO STEP 946 (remove_files) COMPLETE
76112026-03-18T13:48:35.468Z[ recovery-image] Mar 18 13:48:34.675 INFO O| Mar 18 13:48:34.675 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-03-18T13:48:35.476Z[ recovery-image] Mar 18 13:48:34.686 INFO O| Mar 18 13:48:34.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
76132026-03-18T13:48:35.476Z[ recovery-image] Mar 18 13:48:34.686 INFO O| Mar 18 13:48:34.686 INFO STEP 947 (remove_files) COMPLETE
76142026-03-18T13:48:35.479Z[ recovery-image] Mar 18 13:48:34.686 INFO O| Mar 18 13:48:34.686 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-03-18T13:48:35.488Z[ recovery-image] Mar 18 13:48:34.698 INFO O| Mar 18 13:48:34.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
76162026-03-18T13:48:35.488Z[ recovery-image] Mar 18 13:48:34.698 INFO O| Mar 18 13:48:34.698 INFO STEP 948 (remove_files) COMPLETE
76172026-03-18T13:48:35.491Z[ recovery-image] Mar 18 13:48:34.698 INFO O| Mar 18 13:48:34.698 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-03-18T13:48:35.555Z[ recovery-image] Mar 18 13:48:34.765 INFO O| Mar 18 13:48:34.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
76192026-03-18T13:48:35.555Z[ recovery-image] Mar 18 13:48:34.765 INFO O| Mar 18 13:48:34.765 INFO STEP 949 (remove_files) COMPLETE
76202026-03-18T13:48:35.555Z[ recovery-image] Mar 18 13:48:34.765 INFO O| Mar 18 13:48:34.765 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-03-18T13:48:35.568Z[ recovery-image] Mar 18 13:48:34.778 INFO O| Mar 18 13:48:34.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
76222026-03-18T13:48:35.568Z[ recovery-image] Mar 18 13:48:34.778 INFO O| Mar 18 13:48:34.778 INFO STEP 950 (remove_files) COMPLETE
76232026-03-18T13:48:35.568Z[ recovery-image] Mar 18 13:48:34.778 INFO O| Mar 18 13:48:34.778 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-03-18T13:48:35.581Z[ recovery-image] Mar 18 13:48:34.791 INFO O| Mar 18 13:48:34.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
76252026-03-18T13:48:35.581Z[ recovery-image] Mar 18 13:48:34.791 INFO O| Mar 18 13:48:34.791 INFO STEP 951 (remove_files) COMPLETE
76262026-03-18T13:48:35.584Z[ recovery-image] Mar 18 13:48:34.791 INFO O| Mar 18 13:48:34.791 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-03-18T13:48:35.646Z[ recovery-image] Mar 18 13:48:34.856 INFO O| Mar 18 13:48:34.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
76282026-03-18T13:48:35.646Z[ recovery-image] Mar 18 13:48:34.856 INFO O| Mar 18 13:48:34.856 INFO STEP 952 (remove_files) COMPLETE
76292026-03-18T13:48:35.650Z[ recovery-image] Mar 18 13:48:34.856 INFO O| Mar 18 13:48:34.856 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-03-18T13:48:35.658Z[ recovery-image] Mar 18 13:48:34.868 INFO O| Mar 18 13:48:34.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
76312026-03-18T13:48:35.658Z[ recovery-image] Mar 18 13:48:34.868 INFO O| Mar 18 13:48:34.868 INFO STEP 953 (remove_files) COMPLETE
76322026-03-18T13:48:35.658Z[ recovery-image] Mar 18 13:48:34.868 INFO O| Mar 18 13:48:34.868 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-03-18T13:48:35.669Z[ recovery-image] Mar 18 13:48:34.879 INFO O| Mar 18 13:48:34.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
76342026-03-18T13:48:35.669Z[ recovery-image] Mar 18 13:48:34.879 INFO O| Mar 18 13:48:34.879 INFO STEP 954 (remove_files) COMPLETE
76352026-03-18T13:48:35.672Z[ recovery-image] Mar 18 13:48:34.879 INFO O| Mar 18 13:48:34.879 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-03-18T13:48:35.680Z[ recovery-image] Mar 18 13:48:34.890 INFO O| Mar 18 13:48:34.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
76372026-03-18T13:48:35.680Z[ recovery-image] Mar 18 13:48:34.891 INFO O| Mar 18 13:48:34.890 INFO STEP 955 (remove_files) COMPLETE
76382026-03-18T13:48:35.683Z[ recovery-image] Mar 18 13:48:34.891 INFO O| Mar 18 13:48:34.890 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-03-18T13:48:35.691Z[ recovery-image] Mar 18 13:48:34.902 INFO O| Mar 18 13:48:34.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
76402026-03-18T13:48:35.691Z[ recovery-image] Mar 18 13:48:34.902 INFO O| Mar 18 13:48:34.902 INFO STEP 956 (remove_files) COMPLETE
76412026-03-18T13:48:35.694Z[ recovery-image] Mar 18 13:48:34.902 INFO O| Mar 18 13:48:34.902 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-03-18T13:48:35.702Z[ recovery-image] Mar 18 13:48:34.913 INFO O| Mar 18 13:48:34.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
76432026-03-18T13:48:35.703Z[ recovery-image] Mar 18 13:48:34.913 INFO O| Mar 18 13:48:34.913 INFO STEP 957 (remove_files) COMPLETE
76442026-03-18T13:48:35.705Z[ recovery-image] Mar 18 13:48:34.913 INFO O| Mar 18 13:48:34.913 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-03-18T13:48:35.749Z[ recovery-image] Mar 18 13:48:34.960 INFO O| Mar 18 13:48:34.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
76462026-03-18T13:48:35.749Z[ recovery-image] Mar 18 13:48:34.960 INFO O| Mar 18 13:48:34.960 INFO STEP 958 (remove_files) COMPLETE
76472026-03-18T13:48:35.752Z[ recovery-image] Mar 18 13:48:34.960 INFO O| Mar 18 13:48:34.960 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-03-18T13:48:35.786Z[ recovery-image] Mar 18 13:48:34.997 INFO O| Mar 18 13:48:34.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
76492026-03-18T13:48:35.786Z[ recovery-image] Mar 18 13:48:34.997 INFO O| Mar 18 13:48:34.997 INFO STEP 959 (remove_files) COMPLETE
76502026-03-18T13:48:35.789Z[ recovery-image] Mar 18 13:48:34.997 INFO O| Mar 18 13:48:34.997 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-03-18T13:48:35.797Z[ recovery-image] Mar 18 13:48:35.008 INFO O| Mar 18 13:48:35.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
76522026-03-18T13:48:35.797Z[ recovery-image] Mar 18 13:48:35.008 INFO O| Mar 18 13:48:35.008 INFO STEP 960 (remove_files) COMPLETE
76532026-03-18T13:48:35.800Z[ recovery-image] Mar 18 13:48:35.008 INFO O| Mar 18 13:48:35.008 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-03-18T13:48:35.807Z[ recovery-image] Mar 18 13:48:35.018 INFO O| Mar 18 13:48:35.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
76552026-03-18T13:48:35.807Z[ recovery-image] Mar 18 13:48:35.018 INFO O| Mar 18 13:48:35.018 INFO STEP 961 (remove_files) COMPLETE
76562026-03-18T13:48:35.810Z[ recovery-image] Mar 18 13:48:35.018 INFO O| Mar 18 13:48:35.018 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-03-18T13:48:35.818Z[ recovery-image] Mar 18 13:48:35.028 INFO O| Mar 18 13:48:35.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
76582026-03-18T13:48:35.818Z[ recovery-image] Mar 18 13:48:35.028 INFO O| Mar 18 13:48:35.028 INFO STEP 962 (remove_files) COMPLETE
76592026-03-18T13:48:35.821Z[ recovery-image] Mar 18 13:48:35.028 INFO O| Mar 18 13:48:35.028 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-03-18T13:48:35.829Z[ recovery-image] Mar 18 13:48:35.039 INFO O| Mar 18 13:48:35.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
76612026-03-18T13:48:35.829Z[ recovery-image] Mar 18 13:48:35.039 INFO O| Mar 18 13:48:35.039 INFO STEP 963 (remove_files) COMPLETE
76622026-03-18T13:48:35.832Z[ recovery-image] Mar 18 13:48:35.039 INFO O| Mar 18 13:48:35.039 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-03-18T13:48:35.839Z[ recovery-image] Mar 18 13:48:35.049 INFO O| Mar 18 13:48:35.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
76642026-03-18T13:48:35.839Z[ recovery-image] Mar 18 13:48:35.049 INFO O| Mar 18 13:48:35.049 INFO STEP 964 (remove_files) COMPLETE
76652026-03-18T13:48:35.842Z[ recovery-image] Mar 18 13:48:35.049 INFO O| Mar 18 13:48:35.049 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-03-18T13:48:35.849Z[ recovery-image] Mar 18 13:48:35.060 INFO O| Mar 18 13:48:35.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
76672026-03-18T13:48:35.849Z[ recovery-image] Mar 18 13:48:35.060 INFO O| Mar 18 13:48:35.060 INFO STEP 965 (remove_files) COMPLETE
76682026-03-18T13:48:35.852Z[ recovery-image] Mar 18 13:48:35.060 INFO O| Mar 18 13:48:35.060 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-03-18T13:48:35.859Z[ recovery-image] Mar 18 13:48:35.070 INFO O| Mar 18 13:48:35.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
76702026-03-18T13:48:35.859Z[ recovery-image] Mar 18 13:48:35.070 INFO O| Mar 18 13:48:35.070 INFO STEP 966 (remove_files) COMPLETE
76712026-03-18T13:48:35.862Z[ recovery-image] Mar 18 13:48:35.070 INFO O| Mar 18 13:48:35.070 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-03-18T13:48:35.870Z[ recovery-image] Mar 18 13:48:35.081 INFO O| Mar 18 13:48:35.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
76732026-03-18T13:48:35.870Z[ recovery-image] Mar 18 13:48:35.081 INFO O| Mar 18 13:48:35.081 INFO STEP 967 (remove_files) COMPLETE
76742026-03-18T13:48:35.873Z[ recovery-image] Mar 18 13:48:35.081 INFO O| Mar 18 13:48:35.081 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-03-18T13:48:35.881Z[ recovery-image] Mar 18 13:48:35.092 INFO O| Mar 18 13:48:35.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
76762026-03-18T13:48:35.881Z[ recovery-image] Mar 18 13:48:35.092 INFO O| Mar 18 13:48:35.092 INFO STEP 968 (remove_files) COMPLETE
76772026-03-18T13:48:35.884Z[ recovery-image] Mar 18 13:48:35.092 INFO O| Mar 18 13:48:35.092 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-03-18T13:48:35.893Z[ recovery-image] Mar 18 13:48:35.104 INFO O| Mar 18 13:48:35.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
76792026-03-18T13:48:35.893Z[ recovery-image] Mar 18 13:48:35.104 INFO O| Mar 18 13:48:35.104 INFO STEP 969 (remove_files) COMPLETE
76802026-03-18T13:48:35.896Z[ recovery-image] Mar 18 13:48:35.104 INFO O| Mar 18 13:48:35.104 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-03-18T13:48:35.904Z[ recovery-image] Mar 18 13:48:35.115 INFO O| Mar 18 13:48:35.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
76822026-03-18T13:48:35.904Z[ recovery-image] Mar 18 13:48:35.115 INFO O| Mar 18 13:48:35.115 INFO STEP 970 (remove_files) COMPLETE
76832026-03-18T13:48:35.907Z[ recovery-image] Mar 18 13:48:35.115 INFO O| Mar 18 13:48:35.115 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-03-18T13:48:35.916Z[ recovery-image] Mar 18 13:48:35.126 INFO O| Mar 18 13:48:35.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
76852026-03-18T13:48:35.916Z[ recovery-image] Mar 18 13:48:35.126 INFO O| Mar 18 13:48:35.126 INFO STEP 971 (remove_files) COMPLETE
76862026-03-18T13:48:35.919Z[ recovery-image] Mar 18 13:48:35.126 INFO O| Mar 18 13:48:35.126 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-03-18T13:48:35.928Z[ recovery-image] Mar 18 13:48:35.138 INFO O| Mar 18 13:48:35.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
76882026-03-18T13:48:35.928Z[ recovery-image] Mar 18 13:48:35.138 INFO O| Mar 18 13:48:35.138 INFO STEP 972 (remove_files) COMPLETE
76892026-03-18T13:48:35.928Z[ recovery-image] Mar 18 13:48:35.138 INFO O| Mar 18 13:48:35.138 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-03-18T13:48:35.940Z[ recovery-image] Mar 18 13:48:35.150 INFO O| Mar 18 13:48:35.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
76912026-03-18T13:48:35.940Z[ recovery-image] Mar 18 13:48:35.150 INFO O| Mar 18 13:48:35.150 INFO STEP 973 (remove_files) COMPLETE
76922026-03-18T13:48:35.943Z[ recovery-image] Mar 18 13:48:35.150 INFO O| Mar 18 13:48:35.150 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-03-18T13:48:35.951Z[ recovery-image] Mar 18 13:48:35.161 INFO O| Mar 18 13:48:35.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
76942026-03-18T13:48:35.951Z[ recovery-image] Mar 18 13:48:35.161 INFO O| Mar 18 13:48:35.161 INFO STEP 974 (remove_files) COMPLETE
76952026-03-18T13:48:35.954Z[ recovery-image] Mar 18 13:48:35.161 INFO O| Mar 18 13:48:35.161 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-03-18T13:48:35.962Z[ recovery-image] Mar 18 13:48:35.173 INFO O| Mar 18 13:48:35.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
76972026-03-18T13:48:35.962Z[ recovery-image] Mar 18 13:48:35.173 INFO O| Mar 18 13:48:35.173 INFO STEP 975 (remove_files) COMPLETE
76982026-03-18T13:48:35.965Z[ recovery-image] Mar 18 13:48:35.173 INFO O| Mar 18 13:48:35.173 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-03-18T13:48:35.976Z[ recovery-image] Mar 18 13:48:35.186 INFO O| Mar 18 13:48:35.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
77002026-03-18T13:48:35.976Z[ recovery-image] Mar 18 13:48:35.186 INFO O| Mar 18 13:48:35.186 INFO STEP 976 (remove_files) COMPLETE
77012026-03-18T13:48:35.979Z[ recovery-image] Mar 18 13:48:35.186 INFO O| Mar 18 13:48:35.186 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-03-18T13:48:35.990Z[ recovery-image] Mar 18 13:48:35.200 INFO O| Mar 18 13:48:35.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
77032026-03-18T13:48:35.990Z[ recovery-image] Mar 18 13:48:35.200 INFO O| Mar 18 13:48:35.200 INFO STEP 977 (remove_files) COMPLETE
77042026-03-18T13:48:35.990Z[ recovery-image] Mar 18 13:48:35.200 INFO O| Mar 18 13:48:35.200 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-03-18T13:48:36.004Z[ recovery-image] Mar 18 13:48:35.214 INFO O| Mar 18 13:48:35.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
77062026-03-18T13:48:36.007Z[ recovery-image] Mar 18 13:48:35.215 INFO O| Mar 18 13:48:35.215 INFO STEP 978 (remove_files) COMPLETE
77072026-03-18T13:48:36.007Z[ recovery-image] Mar 18 13:48:35.215 INFO O| Mar 18 13:48:35.215 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-03-18T13:48:36.017Z[ recovery-image] Mar 18 13:48:35.227 INFO O| Mar 18 13:48:35.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
77092026-03-18T13:48:36.017Z[ recovery-image] Mar 18 13:48:35.227 INFO O| Mar 18 13:48:35.227 INFO STEP 979 (remove_files) COMPLETE
77102026-03-18T13:48:36.017Z[ recovery-image] Mar 18 13:48:35.227 INFO O| Mar 18 13:48:35.227 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-03-18T13:48:36.045Z[ recovery-image] Mar 18 13:48:35.255 INFO O| Mar 18 13:48:35.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
77122026-03-18T13:48:36.045Z[ recovery-image] Mar 18 13:48:35.255 INFO O| Mar 18 13:48:35.255 INFO STEP 980 (remove_files) COMPLETE
77132026-03-18T13:48:36.045Z[ recovery-image] Mar 18 13:48:35.255 INFO O| Mar 18 13:48:35.255 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-03-18T13:48:36.058Z[ recovery-image] Mar 18 13:48:35.268 INFO O| Mar 18 13:48:35.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
77152026-03-18T13:48:36.058Z[ recovery-image] Mar 18 13:48:35.268 INFO O| Mar 18 13:48:35.268 INFO STEP 981 (remove_files) COMPLETE
77162026-03-18T13:48:36.061Z[ recovery-image] Mar 18 13:48:35.268 INFO O| Mar 18 13:48:35.268 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-03-18T13:48:36.071Z[ recovery-image] Mar 18 13:48:35.281 INFO O| Mar 18 13:48:35.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
77182026-03-18T13:48:36.071Z[ recovery-image] Mar 18 13:48:35.281 INFO O| Mar 18 13:48:35.281 INFO STEP 982 (remove_files) COMPLETE
77192026-03-18T13:48:36.071Z[ recovery-image] Mar 18 13:48:35.281 INFO O| Mar 18 13:48:35.281 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-03-18T13:48:36.084Z[ recovery-image] Mar 18 13:48:35.294 INFO O| Mar 18 13:48:35.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
77212026-03-18T13:48:36.084Z[ recovery-image] Mar 18 13:48:35.294 INFO O| Mar 18 13:48:35.294 INFO STEP 983 (remove_files) COMPLETE
77222026-03-18T13:48:36.084Z[ recovery-image] Mar 18 13:48:35.294 INFO O| Mar 18 13:48:35.294 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-03-18T13:48:36.097Z[ recovery-image] Mar 18 13:48:35.307 INFO O| Mar 18 13:48:35.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
77242026-03-18T13:48:36.097Z[ recovery-image] Mar 18 13:48:35.307 INFO O| Mar 18 13:48:35.307 INFO STEP 984 (remove_files) COMPLETE
77252026-03-18T13:48:36.097Z[ recovery-image] Mar 18 13:48:35.308 INFO O| Mar 18 13:48:35.307 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-03-18T13:48:36.110Z[ recovery-image] Mar 18 13:48:35.321 INFO O| Mar 18 13:48:35.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
77272026-03-18T13:48:36.110Z[ recovery-image] Mar 18 13:48:35.321 INFO O| Mar 18 13:48:35.321 INFO STEP 985 (remove_files) COMPLETE
77282026-03-18T13:48:36.110Z[ recovery-image] Mar 18 13:48:35.321 INFO O| Mar 18 13:48:35.321 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-03-18T13:48:36.123Z[ recovery-image] Mar 18 13:48:35.334 INFO O| Mar 18 13:48:35.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
77302026-03-18T13:48:36.124Z[ recovery-image] Mar 18 13:48:35.334 INFO O| Mar 18 13:48:35.334 INFO STEP 986 (remove_files) COMPLETE
77312026-03-18T13:48:36.124Z[ recovery-image] Mar 18 13:48:35.334 INFO O| Mar 18 13:48:35.334 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-03-18T13:48:36.137Z[ recovery-image] Mar 18 13:48:35.347 INFO O| Mar 18 13:48:35.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
77332026-03-18T13:48:36.137Z[ recovery-image] Mar 18 13:48:35.347 INFO O| Mar 18 13:48:35.347 INFO STEP 987 (remove_files) COMPLETE
77342026-03-18T13:48:36.137Z[ recovery-image] Mar 18 13:48:35.347 INFO O| Mar 18 13:48:35.347 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-03-18T13:48:36.149Z[ recovery-image] Mar 18 13:48:35.360 INFO O| Mar 18 13:48:35.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
77362026-03-18T13:48:36.149Z[ recovery-image] Mar 18 13:48:35.360 INFO O| Mar 18 13:48:35.360 INFO STEP 988 (remove_files) COMPLETE
77372026-03-18T13:48:36.152Z[ recovery-image] Mar 18 13:48:35.360 INFO O| Mar 18 13:48:35.360 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-03-18T13:48:36.161Z[ recovery-image] Mar 18 13:48:35.372 INFO O| Mar 18 13:48:35.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
77392026-03-18T13:48:36.161Z[ recovery-image] Mar 18 13:48:35.372 INFO O| Mar 18 13:48:35.372 INFO STEP 989 (remove_files) COMPLETE
77402026-03-18T13:48:36.161Z[ recovery-image] Mar 18 13:48:35.372 INFO O| Mar 18 13:48:35.372 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-03-18T13:48:36.176Z[ recovery-image] Mar 18 13:48:35.384 INFO O| Mar 18 13:48:35.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
77422026-03-18T13:48:36.177Z[ recovery-image] Mar 18 13:48:35.384 INFO O| Mar 18 13:48:35.384 INFO STEP 990 (remove_files) COMPLETE
77432026-03-18T13:48:36.177Z[ recovery-image] Mar 18 13:48:35.384 INFO O| Mar 18 13:48:35.384 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-03-18T13:48:36.186Z[ recovery-image] Mar 18 13:48:35.396 INFO O| Mar 18 13:48:35.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
77452026-03-18T13:48:36.186Z[ recovery-image] Mar 18 13:48:35.396 INFO O| Mar 18 13:48:35.396 INFO STEP 991 (remove_files) COMPLETE
77462026-03-18T13:48:36.186Z[ recovery-image] Mar 18 13:48:35.396 INFO O| Mar 18 13:48:35.396 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-03-18T13:48:36.198Z[ recovery-image] Mar 18 13:48:35.409 INFO O| Mar 18 13:48:35.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
77482026-03-18T13:48:36.198Z[ recovery-image] Mar 18 13:48:35.409 INFO O| Mar 18 13:48:35.409 INFO STEP 992 (remove_files) COMPLETE
77492026-03-18T13:48:36.198Z[ recovery-image] Mar 18 13:48:35.409 INFO O| Mar 18 13:48:35.409 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-03-18T13:48:36.210Z[ recovery-image] Mar 18 13:48:35.420 INFO O| Mar 18 13:48:35.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
77512026-03-18T13:48:36.210Z[ recovery-image] Mar 18 13:48:35.420 INFO O| Mar 18 13:48:35.420 INFO STEP 993 (remove_files) COMPLETE
77522026-03-18T13:48:36.210Z[ recovery-image] Mar 18 13:48:35.420 INFO O| Mar 18 13:48:35.420 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-03-18T13:48:36.221Z[ recovery-image] Mar 18 13:48:35.432 INFO O| Mar 18 13:48:35.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
77542026-03-18T13:48:36.221Z[ recovery-image] Mar 18 13:48:35.432 INFO O| Mar 18 13:48:35.432 INFO STEP 994 (remove_files) COMPLETE
77552026-03-18T13:48:36.221Z[ recovery-image] Mar 18 13:48:35.432 INFO O| Mar 18 13:48:35.432 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-03-18T13:48:36.233Z[ recovery-image] Mar 18 13:48:35.443 INFO O| Mar 18 13:48:35.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
77572026-03-18T13:48:36.233Z[ recovery-image] Mar 18 13:48:35.444 INFO O| Mar 18 13:48:35.444 INFO STEP 995 (remove_files) COMPLETE
77582026-03-18T13:48:36.233Z[ recovery-image] Mar 18 13:48:35.444 INFO O| Mar 18 13:48:35.444 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-03-18T13:48:36.245Z[ recovery-image] Mar 18 13:48:35.455 INFO O| Mar 18 13:48:35.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
77602026-03-18T13:48:36.245Z[ recovery-image] Mar 18 13:48:35.455 INFO O| Mar 18 13:48:35.455 INFO STEP 996 (remove_files) COMPLETE
77612026-03-18T13:48:36.245Z[ recovery-image] Mar 18 13:48:35.455 INFO O| Mar 18 13:48:35.455 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-03-18T13:48:36.256Z[ recovery-image] Mar 18 13:48:35.467 INFO O| Mar 18 13:48:35.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
77632026-03-18T13:48:36.257Z[ recovery-image] Mar 18 13:48:35.467 INFO O| Mar 18 13:48:35.467 INFO STEP 997 (remove_files) COMPLETE
77642026-03-18T13:48:36.257Z[ recovery-image] Mar 18 13:48:35.467 INFO O| Mar 18 13:48:35.467 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-03-18T13:48:36.271Z[ recovery-image] Mar 18 13:48:35.480 INFO O| Mar 18 13:48:35.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
77662026-03-18T13:48:36.271Z[ recovery-image] Mar 18 13:48:35.480 INFO O| Mar 18 13:48:35.480 INFO STEP 998 (remove_files) COMPLETE
77672026-03-18T13:48:36.271Z[ recovery-image] Mar 18 13:48:35.480 INFO O| Mar 18 13:48:35.480 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-03-18T13:48:36.282Z[ recovery-image] Mar 18 13:48:35.492 INFO O| Mar 18 13:48:35.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
77692026-03-18T13:48:36.282Z[ recovery-image] Mar 18 13:48:35.492 INFO O| Mar 18 13:48:35.492 INFO STEP 999 (remove_files) COMPLETE
77702026-03-18T13:48:36.285Z[ recovery-image] Mar 18 13:48:35.492 INFO O| Mar 18 13:48:35.492 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-03-18T13:48:36.293Z[ recovery-image] Mar 18 13:48:35.504 INFO O| Mar 18 13:48:35.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
77722026-03-18T13:48:36.293Z[ recovery-image] Mar 18 13:48:35.504 INFO O| Mar 18 13:48:35.504 INFO STEP 1000 (remove_files) COMPLETE
77732026-03-18T13:48:36.296Z[ recovery-image] Mar 18 13:48:35.504 INFO O| Mar 18 13:48:35.504 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-03-18T13:48:36.306Z[ recovery-image] Mar 18 13:48:35.516 INFO O| Mar 18 13:48:35.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
77752026-03-18T13:48:36.306Z[ recovery-image] Mar 18 13:48:35.516 INFO O| Mar 18 13:48:35.516 INFO STEP 1001 (remove_files) COMPLETE
77762026-03-18T13:48:36.310Z[ recovery-image] Mar 18 13:48:35.516 INFO O| Mar 18 13:48:35.516 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-03-18T13:48:36.318Z[ recovery-image] Mar 18 13:48:35.528 INFO O| Mar 18 13:48:35.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
77782026-03-18T13:48:36.318Z[ recovery-image] Mar 18 13:48:35.528 INFO O| Mar 18 13:48:35.528 INFO STEP 1002 (remove_files) COMPLETE
77792026-03-18T13:48:36.318Z[ recovery-image] Mar 18 13:48:35.528 INFO O| Mar 18 13:48:35.528 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-03-18T13:48:36.330Z[ recovery-image] Mar 18 13:48:35.540 INFO O| Mar 18 13:48:35.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
77812026-03-18T13:48:36.330Z[ recovery-image] Mar 18 13:48:35.540 INFO O| Mar 18 13:48:35.540 INFO STEP 1003 (remove_files) COMPLETE
77822026-03-18T13:48:36.333Z[ recovery-image] Mar 18 13:48:35.540 INFO O| Mar 18 13:48:35.540 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-03-18T13:48:36.342Z[ recovery-image] Mar 18 13:48:35.552 INFO O| Mar 18 13:48:35.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
77842026-03-18T13:48:36.342Z[ recovery-image] Mar 18 13:48:35.552 INFO O| Mar 18 13:48:35.552 INFO STEP 1004 (remove_files) COMPLETE
77852026-03-18T13:48:36.345Z[ recovery-image] Mar 18 13:48:35.552 INFO O| Mar 18 13:48:35.552 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-03-18T13:48:36.353Z[ recovery-image] Mar 18 13:48:35.564 INFO O| Mar 18 13:48:35.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
77872026-03-18T13:48:36.354Z[ recovery-image] Mar 18 13:48:35.564 INFO O| Mar 18 13:48:35.564 INFO STEP 1005 (remove_files) COMPLETE
77882026-03-18T13:48:36.357Z[ recovery-image] Mar 18 13:48:35.564 INFO O| Mar 18 13:48:35.564 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-03-18T13:48:36.366Z[ recovery-image] Mar 18 13:48:35.576 INFO O| Mar 18 13:48:35.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
77902026-03-18T13:48:36.366Z[ recovery-image] Mar 18 13:48:35.576 INFO O| Mar 18 13:48:35.576 INFO STEP 1006 (remove_files) COMPLETE
77912026-03-18T13:48:36.369Z[ recovery-image] Mar 18 13:48:35.576 INFO O| Mar 18 13:48:35.576 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-03-18T13:48:36.378Z[ recovery-image] Mar 18 13:48:35.588 INFO O| Mar 18 13:48:35.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
77932026-03-18T13:48:36.378Z[ recovery-image] Mar 18 13:48:35.588 INFO O| Mar 18 13:48:35.588 INFO STEP 1007 (remove_files) COMPLETE
77942026-03-18T13:48:36.381Z[ recovery-image] Mar 18 13:48:35.588 INFO O| Mar 18 13:48:35.588 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-03-18T13:48:36.389Z[ recovery-image] Mar 18 13:48:35.600 INFO O| Mar 18 13:48:35.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
77962026-03-18T13:48:36.390Z[ recovery-image] Mar 18 13:48:35.600 INFO O| Mar 18 13:48:35.600 INFO STEP 1008 (remove_files) COMPLETE
77972026-03-18T13:48:36.392Z[ recovery-image] Mar 18 13:48:35.600 INFO O| Mar 18 13:48:35.600 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-03-18T13:48:36.401Z[ recovery-image] Mar 18 13:48:35.612 INFO O| Mar 18 13:48:35.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
77992026-03-18T13:48:36.401Z[ recovery-image] Mar 18 13:48:35.612 INFO O| Mar 18 13:48:35.612 INFO STEP 1009 (remove_files) COMPLETE
78002026-03-18T13:48:36.404Z[ recovery-image] Mar 18 13:48:35.612 INFO O| Mar 18 13:48:35.612 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-03-18T13:48:36.414Z[ recovery-image] Mar 18 13:48:35.624 INFO O| Mar 18 13:48:35.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
78022026-03-18T13:48:36.414Z[ recovery-image] Mar 18 13:48:35.624 INFO O| Mar 18 13:48:35.624 INFO STEP 1010 (remove_files) COMPLETE
78032026-03-18T13:48:36.417Z[ recovery-image] Mar 18 13:48:35.624 INFO O| Mar 18 13:48:35.624 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-03-18T13:48:36.425Z[ recovery-image] Mar 18 13:48:35.636 INFO O| Mar 18 13:48:35.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
78052026-03-18T13:48:36.425Z[ recovery-image] Mar 18 13:48:35.636 INFO O| Mar 18 13:48:35.636 INFO STEP 1011 (remove_files) COMPLETE
78062026-03-18T13:48:36.428Z[ recovery-image] Mar 18 13:48:35.636 INFO O| Mar 18 13:48:35.636 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-03-18T13:48:36.438Z[ recovery-image] Mar 18 13:48:35.648 INFO O| Mar 18 13:48:35.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
78082026-03-18T13:48:36.438Z[ recovery-image] Mar 18 13:48:35.648 INFO O| Mar 18 13:48:35.648 INFO STEP 1012 (remove_files) COMPLETE
78092026-03-18T13:48:36.438Z[ recovery-image] Mar 18 13:48:35.648 INFO O| Mar 18 13:48:35.648 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-03-18T13:48:36.451Z[ recovery-image] Mar 18 13:48:35.662 INFO O| Mar 18 13:48:35.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
78112026-03-18T13:48:36.451Z[ recovery-image] Mar 18 13:48:35.662 INFO O| Mar 18 13:48:35.662 INFO STEP 1013 (remove_files) COMPLETE
78122026-03-18T13:48:36.454Z[ recovery-image] Mar 18 13:48:35.662 INFO O| Mar 18 13:48:35.662 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-03-18T13:48:36.465Z[ recovery-image] Mar 18 13:48:35.676 INFO O| Mar 18 13:48:35.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
78142026-03-18T13:48:36.465Z[ recovery-image] Mar 18 13:48:35.676 INFO O| Mar 18 13:48:35.676 INFO STEP 1014 (remove_files) COMPLETE
78152026-03-18T13:48:36.468Z[ recovery-image] Mar 18 13:48:35.676 INFO O| Mar 18 13:48:35.676 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-03-18T13:48:36.478Z[ recovery-image] Mar 18 13:48:35.688 INFO O| Mar 18 13:48:35.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
78172026-03-18T13:48:36.478Z[ recovery-image] Mar 18 13:48:35.688 INFO O| Mar 18 13:48:35.688 INFO STEP 1015 (remove_files) COMPLETE
78182026-03-18T13:48:36.481Z[ recovery-image] Mar 18 13:48:35.688 INFO O| Mar 18 13:48:35.688 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-03-18T13:48:36.491Z[ recovery-image] Mar 18 13:48:35.702 INFO O| Mar 18 13:48:35.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
78202026-03-18T13:48:36.492Z[ recovery-image] Mar 18 13:48:35.702 INFO O| Mar 18 13:48:35.702 INFO STEP 1016 (remove_files) COMPLETE
78212026-03-18T13:48:36.494Z[ recovery-image] Mar 18 13:48:35.702 INFO O| Mar 18 13:48:35.702 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-03-18T13:48:36.561Z[ recovery-image] Mar 18 13:48:35.714 INFO O| Mar 18 13:48:35.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
78232026-03-18T13:48:36.561Z[ recovery-image] Mar 18 13:48:35.714 INFO O| Mar 18 13:48:35.714 INFO STEP 1017 (remove_files) COMPLETE
78242026-03-18T13:48:36.561Z[ recovery-image] Mar 18 13:48:35.714 INFO O| Mar 18 13:48:35.714 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-03-18T13:48:36.561Z[ recovery-image] Mar 18 13:48:35.725 INFO O| Mar 18 13:48:35.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
78262026-03-18T13:48:36.561Z[ recovery-image] Mar 18 13:48:35.725 INFO O| Mar 18 13:48:35.725 INFO STEP 1018 (remove_files) COMPLETE
78272026-03-18T13:48:36.561Z[ recovery-image] Mar 18 13:48:35.725 INFO O| Mar 18 13:48:35.725 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-03-18T13:48:36.561Z[ recovery-image] Mar 18 13:48:35.737 INFO O| Mar 18 13:48:35.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
78292026-03-18T13:48:36.562Z[ recovery-image] Mar 18 13:48:35.737 INFO O| Mar 18 13:48:35.737 INFO STEP 1019 (remove_files) COMPLETE
78302026-03-18T13:48:36.562Z[ recovery-image] Mar 18 13:48:35.737 INFO O| Mar 18 13:48:35.737 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-03-18T13:48:36.562Z[ recovery-image] Mar 18 13:48:35.748 INFO O| Mar 18 13:48:35.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
78322026-03-18T13:48:36.562Z[ recovery-image] Mar 18 13:48:35.749 INFO O| Mar 18 13:48:35.749 INFO STEP 1020 (remove_files) COMPLETE
78332026-03-18T13:48:36.562Z[ recovery-image] Mar 18 13:48:35.749 INFO O| Mar 18 13:48:35.749 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-03-18T13:48:36.562Z[ recovery-image] Mar 18 13:48:35.761 INFO O| Mar 18 13:48:35.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
78352026-03-18T13:48:36.562Z[ recovery-image] Mar 18 13:48:35.761 INFO O| Mar 18 13:48:35.761 INFO STEP 1021 (remove_files) COMPLETE
78362026-03-18T13:48:36.562Z[ recovery-image] Mar 18 13:48:35.761 INFO O| Mar 18 13:48:35.761 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-03-18T13:48:36.567Z[ recovery-image] Mar 18 13:48:35.773 INFO O| Mar 18 13:48:35.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
78382026-03-18T13:48:36.567Z[ recovery-image] Mar 18 13:48:35.773 INFO O| Mar 18 13:48:35.773 INFO STEP 1022 (remove_files) COMPLETE
78392026-03-18T13:48:36.567Z[ recovery-image] Mar 18 13:48:35.773 INFO O| Mar 18 13:48:35.773 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-03-18T13:48:36.584Z[ recovery-image] Mar 18 13:48:35.786 INFO O| Mar 18 13:48:35.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
78412026-03-18T13:48:36.584Z[ recovery-image] Mar 18 13:48:35.786 INFO O| Mar 18 13:48:35.786 INFO STEP 1023 (remove_files) COMPLETE
78422026-03-18T13:48:36.584Z[ recovery-image] Mar 18 13:48:35.786 INFO O| Mar 18 13:48:35.786 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-03-18T13:48:36.587Z[ recovery-image] Mar 18 13:48:35.798 INFO O| Mar 18 13:48:35.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
78442026-03-18T13:48:36.588Z[ recovery-image] Mar 18 13:48:35.798 INFO O| Mar 18 13:48:35.798 INFO STEP 1024 (remove_files) COMPLETE
78452026-03-18T13:48:36.591Z[ recovery-image] Mar 18 13:48:35.798 INFO O| Mar 18 13:48:35.798 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-03-18T13:48:36.599Z[ recovery-image] Mar 18 13:48:35.809 INFO O| Mar 18 13:48:35.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
78472026-03-18T13:48:36.599Z[ recovery-image] Mar 18 13:48:35.809 INFO O| Mar 18 13:48:35.809 INFO STEP 1025 (remove_files) COMPLETE
78482026-03-18T13:48:36.599Z[ recovery-image] Mar 18 13:48:35.809 INFO O| Mar 18 13:48:35.809 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-03-18T13:48:36.611Z[ recovery-image] Mar 18 13:48:35.822 INFO O| Mar 18 13:48:35.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
78502026-03-18T13:48:36.611Z[ recovery-image] Mar 18 13:48:35.822 INFO O| Mar 18 13:48:35.822 INFO STEP 1026 (remove_files) COMPLETE
78512026-03-18T13:48:36.614Z[ recovery-image] Mar 18 13:48:35.822 INFO O| Mar 18 13:48:35.822 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-03-18T13:48:36.622Z[ recovery-image] Mar 18 13:48:35.833 INFO O| Mar 18 13:48:35.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
78532026-03-18T13:48:36.623Z[ recovery-image] Mar 18 13:48:35.833 INFO O| Mar 18 13:48:35.833 INFO STEP 1027 (remove_files) COMPLETE
78542026-03-18T13:48:36.625Z[ recovery-image] Mar 18 13:48:35.833 INFO O| Mar 18 13:48:35.833 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-03-18T13:48:36.634Z[ recovery-image] Mar 18 13:48:35.844 INFO O| Mar 18 13:48:35.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
78562026-03-18T13:48:36.634Z[ recovery-image] Mar 18 13:48:35.844 INFO O| Mar 18 13:48:35.844 INFO STEP 1028 (remove_files) COMPLETE
78572026-03-18T13:48:36.637Z[ recovery-image] Mar 18 13:48:35.844 INFO O| Mar 18 13:48:35.844 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-03-18T13:48:36.644Z[ recovery-image] Mar 18 13:48:35.854 INFO O| Mar 18 13:48:35.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
78592026-03-18T13:48:36.644Z[ recovery-image] Mar 18 13:48:35.854 INFO O| Mar 18 13:48:35.854 INFO STEP 1029 (remove_files) COMPLETE
78602026-03-18T13:48:36.647Z[ recovery-image] Mar 18 13:48:35.854 INFO O| Mar 18 13:48:35.854 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-03-18T13:48:36.657Z[ recovery-image] Mar 18 13:48:35.867 INFO O| Mar 18 13:48:35.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
78622026-03-18T13:48:36.657Z[ recovery-image] Mar 18 13:48:35.867 INFO O| Mar 18 13:48:35.867 INFO STEP 1030 (remove_files) COMPLETE
78632026-03-18T13:48:36.657Z[ recovery-image] Mar 18 13:48:35.867 INFO O| Mar 18 13:48:35.867 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-03-18T13:48:36.667Z[ recovery-image] Mar 18 13:48:35.877 INFO O| Mar 18 13:48:35.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
78652026-03-18T13:48:36.667Z[ recovery-image] Mar 18 13:48:35.877 INFO O| Mar 18 13:48:35.877 INFO STEP 1031 (remove_files) COMPLETE
78662026-03-18T13:48:36.667Z[ recovery-image] Mar 18 13:48:35.877 INFO O| Mar 18 13:48:35.877 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-03-18T13:48:36.676Z[ recovery-image] Mar 18 13:48:35.887 INFO O| Mar 18 13:48:35.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
78682026-03-18T13:48:36.676Z[ recovery-image] Mar 18 13:48:35.887 INFO O| Mar 18 13:48:35.887 INFO STEP 1032 (remove_files) COMPLETE
78692026-03-18T13:48:36.679Z[ recovery-image] Mar 18 13:48:35.887 INFO O| Mar 18 13:48:35.887 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-03-18T13:48:36.688Z[ recovery-image] Mar 18 13:48:35.899 INFO O| Mar 18 13:48:35.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
78712026-03-18T13:48:36.688Z[ recovery-image] Mar 18 13:48:35.899 INFO O| Mar 18 13:48:35.899 INFO STEP 1033 (remove_files) COMPLETE
78722026-03-18T13:48:36.688Z[ recovery-image] Mar 18 13:48:35.899 INFO O| Mar 18 13:48:35.899 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-03-18T13:48:36.701Z[ recovery-image] Mar 18 13:48:35.911 INFO O| Mar 18 13:48:35.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
78742026-03-18T13:48:36.701Z[ recovery-image] Mar 18 13:48:35.912 INFO O| Mar 18 13:48:35.912 INFO STEP 1034 (remove_files) COMPLETE
78752026-03-18T13:48:36.704Z[ recovery-image] Mar 18 13:48:35.912 INFO O| Mar 18 13:48:35.912 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-03-18T13:48:36.712Z[ recovery-image] Mar 18 13:48:35.923 INFO O| Mar 18 13:48:35.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
78772026-03-18T13:48:36.712Z[ recovery-image] Mar 18 13:48:35.923 INFO O| Mar 18 13:48:35.923 INFO STEP 1035 (remove_files) COMPLETE
78782026-03-18T13:48:36.712Z[ recovery-image] Mar 18 13:48:35.923 INFO O| Mar 18 13:48:35.923 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-03-18T13:48:36.723Z[ recovery-image] Mar 18 13:48:35.934 INFO O| Mar 18 13:48:35.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
78802026-03-18T13:48:36.723Z[ recovery-image] Mar 18 13:48:35.934 INFO O| Mar 18 13:48:35.934 INFO STEP 1036 (remove_files) COMPLETE
78812026-03-18T13:48:36.726Z[ recovery-image] Mar 18 13:48:35.934 INFO O| Mar 18 13:48:35.934 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-03-18T13:48:36.734Z[ recovery-image] Mar 18 13:48:35.944 INFO O| Mar 18 13:48:35.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
78832026-03-18T13:48:36.734Z[ recovery-image] Mar 18 13:48:35.944 INFO O| Mar 18 13:48:35.944 INFO STEP 1037 (remove_files) COMPLETE
78842026-03-18T13:48:36.737Z[ recovery-image] Mar 18 13:48:35.944 INFO O| Mar 18 13:48:35.944 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-03-18T13:48:36.745Z[ recovery-image] Mar 18 13:48:35.955 INFO O| Mar 18 13:48:35.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
78862026-03-18T13:48:36.745Z[ recovery-image] Mar 18 13:48:35.956 INFO O| Mar 18 13:48:35.956 INFO STEP 1038 (remove_files) COMPLETE
78872026-03-18T13:48:36.748Z[ recovery-image] Mar 18 13:48:35.956 INFO O| Mar 18 13:48:35.956 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-03-18T13:48:36.758Z[ recovery-image] Mar 18 13:48:35.967 INFO O| Mar 18 13:48:35.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
78892026-03-18T13:48:36.764Z[ recovery-image] Mar 18 13:48:35.975 INFO O| Mar 18 13:48:35.975 INFO STEP 1039 (remove_files) COMPLETE
78902026-03-18T13:48:36.764Z[ recovery-image] Mar 18 13:48:35.975 INFO O| Mar 18 13:48:35.975 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-03-18T13:48:36.776Z[ recovery-image] Mar 18 13:48:35.987 INFO O| Mar 18 13:48:35.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
78922026-03-18T13:48:36.776Z[ recovery-image] Mar 18 13:48:35.987 INFO O| Mar 18 13:48:35.987 INFO STEP 1040 (remove_files) COMPLETE
78932026-03-18T13:48:36.776Z[ recovery-image] Mar 18 13:48:35.987 INFO O| Mar 18 13:48:35.987 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-03-18T13:48:36.788Z[ recovery-image] Mar 18 13:48:35.998 INFO O| Mar 18 13:48:35.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
78952026-03-18T13:48:36.788Z[ recovery-image] Mar 18 13:48:35.998 INFO O| Mar 18 13:48:35.998 INFO STEP 1041 (remove_files) COMPLETE
78962026-03-18T13:48:36.791Z[ recovery-image] Mar 18 13:48:35.998 INFO O| Mar 18 13:48:35.998 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-03-18T13:48:36.799Z[ recovery-image] Mar 18 13:48:36.009 INFO O| Mar 18 13:48:36.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
78982026-03-18T13:48:36.799Z[ recovery-image] Mar 18 13:48:36.009 INFO O| Mar 18 13:48:36.009 INFO STEP 1042 (remove_files) COMPLETE
78992026-03-18T13:48:36.799Z[ recovery-image] Mar 18 13:48:36.009 INFO O| Mar 18 13:48:36.009 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-03-18T13:48:36.810Z[ recovery-image] Mar 18 13:48:36.020 INFO O| Mar 18 13:48:36.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
79012026-03-18T13:48:36.810Z[ recovery-image] Mar 18 13:48:36.020 INFO O| Mar 18 13:48:36.020 INFO STEP 1043 (remove_files) COMPLETE
79022026-03-18T13:48:36.810Z[ recovery-image] Mar 18 13:48:36.020 INFO O| Mar 18 13:48:36.020 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-03-18T13:48:36.820Z[ recovery-image] Mar 18 13:48:36.031 INFO O| Mar 18 13:48:36.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
79042026-03-18T13:48:36.820Z[ recovery-image] Mar 18 13:48:36.031 INFO O| Mar 18 13:48:36.031 INFO STEP 1044 (remove_files) COMPLETE
79052026-03-18T13:48:36.821Z[ recovery-image] Mar 18 13:48:36.031 INFO O| Mar 18 13:48:36.031 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-03-18T13:48:36.831Z[ recovery-image] Mar 18 13:48:36.042 INFO O| Mar 18 13:48:36.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
79072026-03-18T13:48:36.831Z[ recovery-image] Mar 18 13:48:36.042 INFO O| Mar 18 13:48:36.042 INFO STEP 1045 (remove_files) COMPLETE
79082026-03-18T13:48:36.831Z[ recovery-image] Mar 18 13:48:36.042 INFO O| Mar 18 13:48:36.042 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-03-18T13:48:36.848Z[ recovery-image] Mar 18 13:48:36.059 INFO O| Mar 18 13:48:36.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
79102026-03-18T13:48:36.848Z[ recovery-image] Mar 18 13:48:36.059 INFO O| Mar 18 13:48:36.059 INFO STEP 1046 (remove_files) COMPLETE
79112026-03-18T13:48:36.848Z[ recovery-image] Mar 18 13:48:36.059 INFO O| Mar 18 13:48:36.059 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-03-18T13:48:36.861Z[ recovery-image] Mar 18 13:48:36.072 INFO O| Mar 18 13:48:36.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
79132026-03-18T13:48:36.861Z[ recovery-image] Mar 18 13:48:36.072 INFO O| Mar 18 13:48:36.072 INFO STEP 1047 (remove_files) COMPLETE
79142026-03-18T13:48:36.861Z[ recovery-image] Mar 18 13:48:36.072 INFO O| Mar 18 13:48:36.072 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-03-18T13:48:36.873Z[ recovery-image] Mar 18 13:48:36.083 INFO O| Mar 18 13:48:36.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
79162026-03-18T13:48:36.873Z[ recovery-image] Mar 18 13:48:36.083 INFO O| Mar 18 13:48:36.083 INFO STEP 1048 (remove_files) COMPLETE
79172026-03-18T13:48:36.873Z[ recovery-image] Mar 18 13:48:36.083 INFO O| Mar 18 13:48:36.083 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-03-18T13:48:36.884Z[ recovery-image] Mar 18 13:48:36.095 INFO O| Mar 18 13:48:36.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
79192026-03-18T13:48:36.884Z[ recovery-image] Mar 18 13:48:36.095 INFO O| Mar 18 13:48:36.095 INFO STEP 1049 (remove_files) COMPLETE
79202026-03-18T13:48:36.884Z[ recovery-image] Mar 18 13:48:36.095 INFO O| Mar 18 13:48:36.095 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-03-18T13:48:36.912Z[ recovery-image] Mar 18 13:48:36.122 INFO O| Mar 18 13:48:36.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
79222026-03-18T13:48:36.912Z[ recovery-image] Mar 18 13:48:36.122 INFO O| Mar 18 13:48:36.122 INFO STEP 1050 (remove_files) COMPLETE
79232026-03-18T13:48:36.912Z[ recovery-image] Mar 18 13:48:36.122 INFO O| Mar 18 13:48:36.122 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-03-18T13:48:36.923Z[ recovery-image] Mar 18 13:48:36.133 INFO O| Mar 18 13:48:36.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
79252026-03-18T13:48:36.923Z[ recovery-image] Mar 18 13:48:36.133 INFO O| Mar 18 13:48:36.133 INFO STEP 1051 (remove_files) COMPLETE
79262026-03-18T13:48:36.923Z[ recovery-image] Mar 18 13:48:36.133 INFO O| Mar 18 13:48:36.133 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-03-18T13:48:36.983Z[ recovery-image] Mar 18 13:48:36.193 INFO O| Mar 18 13:48:36.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
79282026-03-18T13:48:36.983Z[ recovery-image] Mar 18 13:48:36.193 INFO O| Mar 18 13:48:36.193 INFO STEP 1052 (remove_files) COMPLETE
79292026-03-18T13:48:36.986Z[ recovery-image] Mar 18 13:48:36.193 INFO O| Mar 18 13:48:36.193 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-03-18T13:48:37.014Z[ recovery-image] Mar 18 13:48:36.213 INFO O| Mar 18 13:48:36.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
79312026-03-18T13:48:37.021Z[ recovery-image] Mar 18 13:48:36.213 INFO O| Mar 18 13:48:36.213 INFO STEP 1053 (remove_files) COMPLETE
79322026-03-18T13:48:37.021Z[ recovery-image] Mar 18 13:48:36.213 INFO O| Mar 18 13:48:36.213 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-03-18T13:48:37.025Z[ recovery-image] Mar 18 13:48:36.226 INFO O| Mar 18 13:48:36.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
79342026-03-18T13:48:37.025Z[ recovery-image] Mar 18 13:48:36.226 INFO O| Mar 18 13:48:36.226 INFO STEP 1054 (remove_files) COMPLETE
79352026-03-18T13:48:37.025Z[ recovery-image] Mar 18 13:48:36.226 INFO O| Mar 18 13:48:36.226 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-03-18T13:48:37.028Z[ recovery-image] Mar 18 13:48:36.237 INFO O| Mar 18 13:48:36.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
79372026-03-18T13:48:37.028Z[ recovery-image] Mar 18 13:48:36.237 INFO O| Mar 18 13:48:36.237 INFO STEP 1055 (remove_files) COMPLETE
79382026-03-18T13:48:37.028Z[ recovery-image] Mar 18 13:48:36.237 INFO O| Mar 18 13:48:36.237 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-03-18T13:48:37.039Z[ recovery-image] Mar 18 13:48:36.249 INFO O| Mar 18 13:48:36.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
79402026-03-18T13:48:37.039Z[ recovery-image] Mar 18 13:48:36.249 INFO O| Mar 18 13:48:36.249 INFO STEP 1056 (remove_files) COMPLETE
79412026-03-18T13:48:37.039Z[ recovery-image] Mar 18 13:48:36.249 INFO O| Mar 18 13:48:36.249 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-03-18T13:48:37.050Z[ recovery-image] Mar 18 13:48:36.260 INFO O| Mar 18 13:48:36.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
79432026-03-18T13:48:37.050Z[ recovery-image] Mar 18 13:48:36.260 INFO O| Mar 18 13:48:36.260 INFO STEP 1057 (remove_files) COMPLETE
79442026-03-18T13:48:37.050Z[ recovery-image] Mar 18 13:48:36.260 INFO O| Mar 18 13:48:36.260 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-03-18T13:48:37.061Z[ recovery-image] Mar 18 13:48:36.272 INFO O| Mar 18 13:48:36.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
79462026-03-18T13:48:37.061Z[ recovery-image] Mar 18 13:48:36.272 INFO O| Mar 18 13:48:36.272 INFO STEP 1058 (remove_files) COMPLETE
79472026-03-18T13:48:37.064Z[ recovery-image] Mar 18 13:48:36.272 INFO O| Mar 18 13:48:36.272 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-03-18T13:48:37.072Z[ recovery-image] Mar 18 13:48:36.283 INFO O| Mar 18 13:48:36.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
79492026-03-18T13:48:37.072Z[ recovery-image] Mar 18 13:48:36.283 INFO O| Mar 18 13:48:36.283 INFO STEP 1059 (remove_files) COMPLETE
79502026-03-18T13:48:37.072Z[ recovery-image] Mar 18 13:48:36.283 INFO O| Mar 18 13:48:36.283 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-03-18T13:48:37.084Z[ recovery-image] Mar 18 13:48:36.295 INFO O| Mar 18 13:48:36.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
79522026-03-18T13:48:37.084Z[ recovery-image] Mar 18 13:48:36.295 INFO O| Mar 18 13:48:36.295 INFO STEP 1060 (remove_files) COMPLETE
79532026-03-18T13:48:37.087Z[ recovery-image] Mar 18 13:48:36.295 INFO O| Mar 18 13:48:36.295 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-03-18T13:48:37.096Z[ recovery-image] Mar 18 13:48:36.306 INFO O| Mar 18 13:48:36.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
79552026-03-18T13:48:37.096Z[ recovery-image] Mar 18 13:48:36.306 INFO O| Mar 18 13:48:36.306 INFO STEP 1061 (remove_files) COMPLETE
79562026-03-18T13:48:37.099Z[ recovery-image] Mar 18 13:48:36.306 INFO O| Mar 18 13:48:36.306 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-03-18T13:48:37.109Z[ recovery-image] Mar 18 13:48:36.319 INFO O| Mar 18 13:48:36.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
79582026-03-18T13:48:37.109Z[ recovery-image] Mar 18 13:48:36.319 INFO O| Mar 18 13:48:36.319 INFO STEP 1062 (remove_files) COMPLETE
79592026-03-18T13:48:37.112Z[ recovery-image] Mar 18 13:48:36.319 INFO O| Mar 18 13:48:36.319 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-03-18T13:48:37.120Z[ recovery-image] Mar 18 13:48:36.331 INFO O| Mar 18 13:48:36.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
79612026-03-18T13:48:37.120Z[ recovery-image] Mar 18 13:48:36.331 INFO O| Mar 18 13:48:36.331 INFO STEP 1063 (remove_files) COMPLETE
79622026-03-18T13:48:37.123Z[ recovery-image] Mar 18 13:48:36.331 INFO O| Mar 18 13:48:36.331 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-03-18T13:48:37.132Z[ recovery-image] Mar 18 13:48:36.342 INFO O| Mar 18 13:48:36.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
79642026-03-18T13:48:37.132Z[ recovery-image] Mar 18 13:48:36.342 INFO O| Mar 18 13:48:36.342 INFO STEP 1064 (remove_files) COMPLETE
79652026-03-18T13:48:37.132Z[ recovery-image] Mar 18 13:48:36.342 INFO O| Mar 18 13:48:36.342 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-03-18T13:48:37.144Z[ recovery-image] Mar 18 13:48:36.355 INFO O| Mar 18 13:48:36.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
79672026-03-18T13:48:37.144Z[ recovery-image] Mar 18 13:48:36.355 INFO O| Mar 18 13:48:36.355 INFO STEP 1065 (remove_files) COMPLETE
79682026-03-18T13:48:37.147Z[ recovery-image] Mar 18 13:48:36.355 INFO O| Mar 18 13:48:36.355 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-03-18T13:48:37.156Z[ recovery-image] Mar 18 13:48:36.367 INFO O| Mar 18 13:48:36.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
79702026-03-18T13:48:37.156Z[ recovery-image] Mar 18 13:48:36.367 INFO O| Mar 18 13:48:36.367 INFO STEP 1066 (remove_files) COMPLETE
79712026-03-18T13:48:37.156Z[ recovery-image] Mar 18 13:48:36.367 INFO O| Mar 18 13:48:36.367 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-03-18T13:48:37.167Z[ recovery-image] Mar 18 13:48:36.378 INFO O| Mar 18 13:48:36.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
79732026-03-18T13:48:37.167Z[ recovery-image] Mar 18 13:48:36.378 INFO O| Mar 18 13:48:36.378 INFO STEP 1067 (remove_files) COMPLETE
79742026-03-18T13:48:37.167Z[ recovery-image] Mar 18 13:48:36.378 INFO O| Mar 18 13:48:36.378 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-03-18T13:48:37.178Z[ recovery-image] Mar 18 13:48:36.388 INFO O| Mar 18 13:48:36.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
79762026-03-18T13:48:37.178Z[ recovery-image] Mar 18 13:48:36.388 INFO O| Mar 18 13:48:36.388 INFO STEP 1068 (remove_files) COMPLETE
79772026-03-18T13:48:37.178Z[ recovery-image] Mar 18 13:48:36.388 INFO O| Mar 18 13:48:36.388 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-03-18T13:48:37.187Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
79792026-03-18T13:48:37.190Z[ recovery-image] Mar 18 13:48:36.399 INFO O| Mar 18 13:48:36.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
79802026-03-18T13:48:37.190Z[ recovery-image] Mar 18 13:48:36.399 INFO O| Mar 18 13:48:36.399 INFO STEP 1069 (remove_files) COMPLETE
79812026-03-18T13:48:37.190Z[ recovery-image] Mar 18 13:48:36.399 INFO O| Mar 18 13:48:36.399 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-03-18T13:48:37.201Z[ recovery-image] Mar 18 13:48:36.412 INFO O| Mar 18 13:48:36.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
79832026-03-18T13:48:37.204Z[ recovery-image] Mar 18 13:48:36.413 INFO O| Mar 18 13:48:36.413 INFO STEP 1070 (remove_files) COMPLETE
79842026-03-18T13:48:37.204Z[ recovery-image] Mar 18 13:48:36.413 INFO O| Mar 18 13:48:36.413 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-03-18T13:48:37.215Z[ recovery-image] Mar 18 13:48:36.425 INFO O| Mar 18 13:48:36.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
79862026-03-18T13:48:37.215Z[ recovery-image] Mar 18 13:48:36.426 INFO O| Mar 18 13:48:36.425 INFO STEP 1071 (remove_files) COMPLETE
79872026-03-18T13:48:37.215Z[ recovery-image] Mar 18 13:48:36.426 INFO O| Mar 18 13:48:36.426 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-03-18T13:48:37.231Z[ recovery-image] Mar 18 13:48:36.442 INFO O| Mar 18 13:48:36.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
79892026-03-18T13:48:37.232Z[ recovery-image] Mar 18 13:48:36.442 INFO O| Mar 18 13:48:36.437 INFO STEP 1072 (remove_files) COMPLETE
79902026-03-18T13:48:37.235Z[ recovery-image] Mar 18 13:48:36.442 INFO O| Mar 18 13:48:36.437 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-03-18T13:48:37.238Z[ recovery-image] Mar 18 13:48:36.448 INFO O| Mar 18 13:48:36.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
79922026-03-18T13:48:37.238Z[ recovery-image] Mar 18 13:48:36.448 INFO O| Mar 18 13:48:36.448 INFO STEP 1073 (remove_files) COMPLETE
79932026-03-18T13:48:37.238Z[ recovery-image] Mar 18 13:48:36.448 INFO O| Mar 18 13:48:36.448 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-03-18T13:48:37.268Z[ recovery-image] Mar 18 13:48:36.479 INFO O| Mar 18 13:48:36.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
79952026-03-18T13:48:37.268Z[ recovery-image] Mar 18 13:48:36.479 INFO O| Mar 18 13:48:36.479 INFO STEP 1074 (remove_files) COMPLETE
79962026-03-18T13:48:37.271Z[ recovery-image] Mar 18 13:48:36.479 INFO O| Mar 18 13:48:36.479 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-03-18T13:48:37.279Z[ recovery-image] Mar 18 13:48:36.490 INFO O| Mar 18 13:48:36.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
79982026-03-18T13:48:37.279Z[ recovery-image] Mar 18 13:48:36.490 INFO O| Mar 18 13:48:36.490 INFO STEP 1075 (remove_files) COMPLETE
79992026-03-18T13:48:37.279Z[ recovery-image] Mar 18 13:48:36.490 INFO O| Mar 18 13:48:36.490 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-03-18T13:48:37.290Z[ recovery-image] Mar 18 13:48:36.501 INFO O| Mar 18 13:48:36.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
80012026-03-18T13:48:37.290Z[ recovery-image] Mar 18 13:48:36.501 INFO O| Mar 18 13:48:36.501 INFO STEP 1076 (remove_files) COMPLETE
80022026-03-18T13:48:37.294Z[ recovery-image] Mar 18 13:48:36.501 INFO O| Mar 18 13:48:36.501 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-03-18T13:48:37.302Z[ recovery-image] Mar 18 13:48:36.512 INFO O| Mar 18 13:48:36.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
80042026-03-18T13:48:37.302Z[ recovery-image] Mar 18 13:48:36.512 INFO O| Mar 18 13:48:36.512 INFO STEP 1077 (remove_files) COMPLETE
80052026-03-18T13:48:37.302Z[ recovery-image] Mar 18 13:48:36.512 INFO O| Mar 18 13:48:36.512 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-03-18T13:48:37.312Z[ recovery-image] Mar 18 13:48:36.522 INFO O| Mar 18 13:48:36.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
80072026-03-18T13:48:37.312Z[ recovery-image] Mar 18 13:48:36.522 INFO O| Mar 18 13:48:36.522 INFO STEP 1078 (remove_files) COMPLETE
80082026-03-18T13:48:37.315Z[ recovery-image] Mar 18 13:48:36.522 INFO O| Mar 18 13:48:36.522 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-03-18T13:48:37.323Z[ recovery-image] Mar 18 13:48:36.533 INFO O| Mar 18 13:48:36.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
80102026-03-18T13:48:37.323Z[ recovery-image] Mar 18 13:48:36.533 INFO O| Mar 18 13:48:36.533 INFO STEP 1079 (remove_files) COMPLETE
80112026-03-18T13:48:37.326Z[ recovery-image] Mar 18 13:48:36.533 INFO O| Mar 18 13:48:36.533 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-03-18T13:48:37.333Z[ recovery-image] Mar 18 13:48:36.544 INFO O| Mar 18 13:48:36.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
80132026-03-18T13:48:37.333Z[ recovery-image] Mar 18 13:48:36.544 INFO O| Mar 18 13:48:36.544 INFO STEP 1080 (remove_files) COMPLETE
80142026-03-18T13:48:37.336Z[ recovery-image] Mar 18 13:48:36.544 INFO O| Mar 18 13:48:36.544 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-03-18T13:48:37.345Z[ recovery-image] Mar 18 13:48:36.556 INFO O| Mar 18 13:48:36.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
80162026-03-18T13:48:37.345Z[ recovery-image] Mar 18 13:48:36.556 INFO O| Mar 18 13:48:36.556 INFO STEP 1081 (remove_files) COMPLETE
80172026-03-18T13:48:37.345Z[ recovery-image] Mar 18 13:48:36.556 INFO O| Mar 18 13:48:36.556 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-03-18T13:48:37.356Z[ recovery-image] Mar 18 13:48:36.567 INFO O| Mar 18 13:48:36.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
80192026-03-18T13:48:37.356Z[ recovery-image] Mar 18 13:48:36.567 INFO O| Mar 18 13:48:36.567 INFO STEP 1082 (remove_files) COMPLETE
80202026-03-18T13:48:37.356Z[ recovery-image] Mar 18 13:48:36.567 INFO O| Mar 18 13:48:36.567 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-03-18T13:48:37.367Z[ recovery-image] Mar 18 13:48:36.578 INFO O| Mar 18 13:48:36.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
80222026-03-18T13:48:37.367Z[ recovery-image] Mar 18 13:48:36.578 INFO O| Mar 18 13:48:36.578 INFO STEP 1083 (remove_files) COMPLETE
80232026-03-18T13:48:37.370Z[ recovery-image] Mar 18 13:48:36.578 INFO O| Mar 18 13:48:36.578 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-03-18T13:48:37.379Z[ recovery-image] Mar 18 13:48:36.589 INFO O| Mar 18 13:48:36.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
80252026-03-18T13:48:37.379Z[ recovery-image] Mar 18 13:48:36.590 INFO O| Mar 18 13:48:36.589 INFO STEP 1084 (remove_files) COMPLETE
80262026-03-18T13:48:37.382Z[ recovery-image] Mar 18 13:48:36.590 INFO O| Mar 18 13:48:36.590 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-03-18T13:48:37.392Z[ recovery-image] Mar 18 13:48:36.602 INFO O| Mar 18 13:48:36.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
80282026-03-18T13:48:37.392Z[ recovery-image] Mar 18 13:48:36.603 INFO O| Mar 18 13:48:36.602 INFO STEP 1085 (remove_files) COMPLETE
80292026-03-18T13:48:37.395Z[ recovery-image] Mar 18 13:48:36.603 INFO O| Mar 18 13:48:36.602 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-03-18T13:48:37.403Z[ recovery-image] Mar 18 13:48:36.614 INFO O| Mar 18 13:48:36.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
80312026-03-18T13:48:37.403Z[ recovery-image] Mar 18 13:48:36.614 INFO O| Mar 18 13:48:36.614 INFO STEP 1086 (remove_files) COMPLETE
80322026-03-18T13:48:37.403Z[ recovery-image] Mar 18 13:48:36.614 INFO O| Mar 18 13:48:36.614 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-03-18T13:48:37.413Z[ recovery-image] Mar 18 13:48:36.624 INFO O| Mar 18 13:48:36.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
80342026-03-18T13:48:37.414Z[ recovery-image] Mar 18 13:48:36.624 INFO O| Mar 18 13:48:36.624 INFO STEP 1087 (remove_files) COMPLETE
80352026-03-18T13:48:37.414Z[ recovery-image] Mar 18 13:48:36.624 INFO O| Mar 18 13:48:36.624 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-03-18T13:48:37.425Z[ recovery-image] Mar 18 13:48:36.635 INFO O| Mar 18 13:48:36.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
80372026-03-18T13:48:37.425Z[ recovery-image] Mar 18 13:48:36.635 INFO O| Mar 18 13:48:36.635 INFO STEP 1088 (remove_files) COMPLETE
80382026-03-18T13:48:37.425Z[ recovery-image] Mar 18 13:48:36.635 INFO O| Mar 18 13:48:36.635 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-03-18T13:48:37.435Z[ recovery-image] Mar 18 13:48:36.646 INFO O| Mar 18 13:48:36.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
80402026-03-18T13:48:37.435Z[ recovery-image] Mar 18 13:48:36.646 INFO O| Mar 18 13:48:36.646 INFO STEP 1089 (remove_files) COMPLETE
80412026-03-18T13:48:37.435Z[ recovery-image] Mar 18 13:48:36.646 INFO O| Mar 18 13:48:36.646 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-03-18T13:48:37.447Z[ recovery-image] Mar 18 13:48:36.658 INFO O| Mar 18 13:48:36.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
80432026-03-18T13:48:37.447Z[ recovery-image] Mar 18 13:48:36.658 INFO O| Mar 18 13:48:36.658 INFO STEP 1090 (remove_files) COMPLETE
80442026-03-18T13:48:37.447Z[ recovery-image] Mar 18 13:48:36.658 INFO O| Mar 18 13:48:36.658 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-03-18T13:48:37.457Z[ recovery-image] Mar 18 13:48:36.668 INFO O| Mar 18 13:48:36.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
80462026-03-18T13:48:37.457Z[ recovery-image] Mar 18 13:48:36.668 INFO O| Mar 18 13:48:36.668 INFO STEP 1091 (remove_files) COMPLETE
80472026-03-18T13:48:37.457Z[ recovery-image] Mar 18 13:48:36.668 INFO O| Mar 18 13:48:36.668 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-03-18T13:48:37.485Z[ recovery-image] Mar 18 13:48:36.696 INFO O| Mar 18 13:48:36.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
80492026-03-18T13:48:37.485Z[ recovery-image] Mar 18 13:48:36.696 INFO O| Mar 18 13:48:36.696 INFO STEP 1092 (remove_files) COMPLETE
80502026-03-18T13:48:37.485Z[ recovery-image] Mar 18 13:48:36.696 INFO O| Mar 18 13:48:36.696 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-03-18T13:48:37.496Z[ recovery-image] Mar 18 13:48:36.707 INFO O| Mar 18 13:48:36.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
80522026-03-18T13:48:37.496Z[ recovery-image] Mar 18 13:48:36.707 INFO O| Mar 18 13:48:36.707 INFO STEP 1093 (remove_files) COMPLETE
80532026-03-18T13:48:37.499Z[ recovery-image] Mar 18 13:48:36.707 INFO O| Mar 18 13:48:36.707 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-03-18T13:48:37.507Z[ recovery-image] Mar 18 13:48:36.718 INFO O| Mar 18 13:48:36.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
80552026-03-18T13:48:37.507Z[ recovery-image] Mar 18 13:48:36.718 INFO O| Mar 18 13:48:36.718 INFO STEP 1094 (remove_files) COMPLETE
80562026-03-18T13:48:37.507Z[ recovery-image] Mar 18 13:48:36.718 INFO O| Mar 18 13:48:36.718 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-03-18T13:48:37.518Z[ recovery-image] Mar 18 13:48:36.728 INFO O| Mar 18 13:48:36.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
80582026-03-18T13:48:37.518Z[ recovery-image] Mar 18 13:48:36.728 INFO O| Mar 18 13:48:36.728 INFO STEP 1095 (remove_files) COMPLETE
80592026-03-18T13:48:37.521Z[ recovery-image] Mar 18 13:48:36.728 INFO O| Mar 18 13:48:36.728 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-03-18T13:48:37.528Z[ recovery-image] Mar 18 13:48:36.739 INFO O| Mar 18 13:48:36.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
80612026-03-18T13:48:37.528Z[ recovery-image] Mar 18 13:48:36.739 INFO O| Mar 18 13:48:36.739 INFO STEP 1096 (remove_files) COMPLETE
80622026-03-18T13:48:37.528Z[ recovery-image] Mar 18 13:48:36.739 INFO O| Mar 18 13:48:36.739 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-03-18T13:48:37.539Z[ recovery-image] Mar 18 13:48:36.750 INFO O| Mar 18 13:48:36.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
80642026-03-18T13:48:37.539Z[ recovery-image] Mar 18 13:48:36.750 INFO O| Mar 18 13:48:36.750 INFO STEP 1097 (remove_files) COMPLETE
80652026-03-18T13:48:37.539Z[ recovery-image] Mar 18 13:48:36.750 INFO O| Mar 18 13:48:36.750 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-03-18T13:48:37.551Z[ recovery-image] Mar 18 13:48:36.762 INFO O| Mar 18 13:48:36.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
80672026-03-18T13:48:37.551Z[ recovery-image] Mar 18 13:48:36.762 INFO O| Mar 18 13:48:36.762 INFO STEP 1098 (remove_files) COMPLETE
80682026-03-18T13:48:37.551Z[ recovery-image] Mar 18 13:48:36.762 INFO O| Mar 18 13:48:36.762 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-03-18T13:48:37.563Z[ recovery-image] Mar 18 13:48:36.774 INFO O| Mar 18 13:48:36.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
80702026-03-18T13:48:37.564Z[ recovery-image] Mar 18 13:48:36.774 INFO O| Mar 18 13:48:36.774 INFO STEP 1099 (remove_files) COMPLETE
80712026-03-18T13:48:37.566Z[ recovery-image] Mar 18 13:48:36.774 INFO O| Mar 18 13:48:36.774 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-03-18T13:48:37.575Z[ recovery-image] Mar 18 13:48:36.785 INFO O| Mar 18 13:48:36.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
80732026-03-18T13:48:37.575Z[ recovery-image] Mar 18 13:48:36.785 INFO O| Mar 18 13:48:36.785 INFO STEP 1100 (remove_files) COMPLETE
80742026-03-18T13:48:37.578Z[ recovery-image] Mar 18 13:48:36.785 INFO O| Mar 18 13:48:36.785 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-03-18T13:48:37.586Z[ recovery-image] Mar 18 13:48:36.796 INFO O| Mar 18 13:48:36.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
80762026-03-18T13:48:37.586Z[ recovery-image] Mar 18 13:48:36.796 INFO O| Mar 18 13:48:36.796 INFO STEP 1101 (remove_files) COMPLETE
80772026-03-18T13:48:37.589Z[ recovery-image] Mar 18 13:48:36.796 INFO O| Mar 18 13:48:36.796 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-03-18T13:48:37.598Z[ recovery-image] Mar 18 13:48:36.809 INFO O| Mar 18 13:48:36.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
80792026-03-18T13:48:37.598Z[ recovery-image] Mar 18 13:48:36.809 INFO O| Mar 18 13:48:36.809 INFO STEP 1102 (remove_files) COMPLETE
80802026-03-18T13:48:37.598Z[ recovery-image] Mar 18 13:48:36.809 INFO O| Mar 18 13:48:36.809 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-03-18T13:48:37.611Z[ recovery-image] Mar 18 13:48:36.822 INFO O| Mar 18 13:48:36.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
80822026-03-18T13:48:37.611Z[ recovery-image] Mar 18 13:48:36.822 INFO O| Mar 18 13:48:36.822 INFO STEP 1103 (remove_files) COMPLETE
80832026-03-18T13:48:37.614Z[ recovery-image] Mar 18 13:48:36.822 INFO O| Mar 18 13:48:36.822 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-03-18T13:48:37.623Z[ recovery-image] Mar 18 13:48:36.834 INFO O| Mar 18 13:48:36.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
80852026-03-18T13:48:37.623Z[ recovery-image] Mar 18 13:48:36.834 INFO O| Mar 18 13:48:36.834 INFO STEP 1104 (remove_files) COMPLETE
80862026-03-18T13:48:37.626Z[ recovery-image] Mar 18 13:48:36.834 INFO O| Mar 18 13:48:36.834 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-03-18T13:48:37.635Z[ recovery-image] Mar 18 13:48:36.846 INFO O| Mar 18 13:48:36.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
80882026-03-18T13:48:37.635Z[ recovery-image] Mar 18 13:48:36.846 INFO O| Mar 18 13:48:36.846 INFO STEP 1105 (remove_files) COMPLETE
80892026-03-18T13:48:37.638Z[ recovery-image] Mar 18 13:48:36.846 INFO O| Mar 18 13:48:36.846 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-03-18T13:48:37.647Z[ recovery-image] Mar 18 13:48:36.858 INFO O| Mar 18 13:48:36.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
80912026-03-18T13:48:37.647Z[ recovery-image] Mar 18 13:48:36.858 INFO O| Mar 18 13:48:36.858 INFO STEP 1106 (remove_files) COMPLETE
80922026-03-18T13:48:37.650Z[ recovery-image] Mar 18 13:48:36.858 INFO O| Mar 18 13:48:36.858 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-03-18T13:48:37.660Z[ recovery-image] Mar 18 13:48:36.871 INFO O| Mar 18 13:48:36.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
80942026-03-18T13:48:37.660Z[ recovery-image] Mar 18 13:48:36.871 INFO O| Mar 18 13:48:36.871 INFO STEP 1107 (remove_files) COMPLETE
80952026-03-18T13:48:37.660Z[ recovery-image] Mar 18 13:48:36.871 INFO O| Mar 18 13:48:36.871 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-03-18T13:48:37.672Z[ recovery-image] Mar 18 13:48:36.883 INFO O| Mar 18 13:48:36.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
80972026-03-18T13:48:37.672Z[ recovery-image] Mar 18 13:48:36.883 INFO O| Mar 18 13:48:36.883 INFO STEP 1108 (remove_files) COMPLETE
80982026-03-18T13:48:37.675Z[ recovery-image] Mar 18 13:48:36.883 INFO O| Mar 18 13:48:36.883 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-03-18T13:48:37.683Z[ recovery-image] Mar 18 13:48:36.894 INFO O| Mar 18 13:48:36.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
81002026-03-18T13:48:37.686Z[ recovery-image] Mar 18 13:48:36.894 INFO O| Mar 18 13:48:36.894 INFO STEP 1109 (remove_files) COMPLETE
81012026-03-18T13:48:37.686Z[ recovery-image] Mar 18 13:48:36.894 INFO O| Mar 18 13:48:36.894 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-03-18T13:48:37.695Z[ recovery-image] Mar 18 13:48:36.906 INFO O| Mar 18 13:48:36.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
81032026-03-18T13:48:37.695Z[ recovery-image] Mar 18 13:48:36.906 INFO O| Mar 18 13:48:36.906 INFO STEP 1110 (remove_files) COMPLETE
81042026-03-18T13:48:37.698Z[ recovery-image] Mar 18 13:48:36.906 INFO O| Mar 18 13:48:36.906 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-03-18T13:48:37.707Z[ recovery-image] Mar 18 13:48:36.917 INFO O| Mar 18 13:48:36.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
81062026-03-18T13:48:37.707Z[ recovery-image] Mar 18 13:48:36.918 INFO O| Mar 18 13:48:36.917 INFO STEP 1111 (remove_files) COMPLETE
81072026-03-18T13:48:37.707Z[ recovery-image] Mar 18 13:48:36.918 INFO O| Mar 18 13:48:36.918 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-03-18T13:48:37.718Z[ recovery-image] Mar 18 13:48:36.929 INFO O| Mar 18 13:48:36.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
81092026-03-18T13:48:37.718Z[ recovery-image] Mar 18 13:48:36.929 INFO O| Mar 18 13:48:36.929 INFO STEP 1112 (remove_files) COMPLETE
81102026-03-18T13:48:37.721Z[ recovery-image] Mar 18 13:48:36.929 INFO O| Mar 18 13:48:36.929 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-03-18T13:48:37.729Z[ recovery-image] Mar 18 13:48:36.940 INFO O| Mar 18 13:48:36.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
81122026-03-18T13:48:37.729Z[ recovery-image] Mar 18 13:48:36.940 INFO O| Mar 18 13:48:36.940 INFO STEP 1113 (remove_files) COMPLETE
81132026-03-18T13:48:37.733Z[ recovery-image] Mar 18 13:48:36.940 INFO O| Mar 18 13:48:36.940 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-03-18T13:48:37.741Z[ recovery-image] Mar 18 13:48:36.952 INFO O| Mar 18 13:48:36.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
81152026-03-18T13:48:37.741Z[ recovery-image] Mar 18 13:48:36.952 INFO O| Mar 18 13:48:36.952 INFO STEP 1114 (remove_files) COMPLETE
81162026-03-18T13:48:37.741Z[ recovery-image] Mar 18 13:48:36.952 INFO O| Mar 18 13:48:36.952 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-03-18T13:48:37.754Z[ recovery-image] Mar 18 13:48:36.964 INFO O| Mar 18 13:48:36.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
81182026-03-18T13:48:37.754Z[ recovery-image] Mar 18 13:48:36.964 INFO O| Mar 18 13:48:36.964 INFO STEP 1115 (remove_files) COMPLETE
81192026-03-18T13:48:37.754Z[ recovery-image] Mar 18 13:48:36.964 INFO O| Mar 18 13:48:36.964 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-03-18T13:48:37.768Z[ recovery-image] Mar 18 13:48:36.977 INFO O| Mar 18 13:48:36.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
81212026-03-18T13:48:37.768Z[ recovery-image] Mar 18 13:48:36.977 INFO O| Mar 18 13:48:36.977 INFO STEP 1116 (remove_files) COMPLETE
81222026-03-18T13:48:37.768Z[ recovery-image] Mar 18 13:48:36.977 INFO O| Mar 18 13:48:36.977 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-03-18T13:48:37.778Z[ recovery-image] Mar 18 13:48:36.988 INFO O| Mar 18 13:48:36.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
81242026-03-18T13:48:37.778Z[ recovery-image] Mar 18 13:48:36.988 INFO O| Mar 18 13:48:36.988 INFO STEP 1117 (remove_files) COMPLETE
81252026-03-18T13:48:37.781Z[ recovery-image] Mar 18 13:48:36.988 INFO O| Mar 18 13:48:36.988 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-03-18T13:48:37.789Z[ recovery-image] Mar 18 13:48:36.999 INFO O| Mar 18 13:48:36.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
81272026-03-18T13:48:37.789Z[ recovery-image] Mar 18 13:48:36.999 INFO O| Mar 18 13:48:36.999 INFO STEP 1118 (remove_files) COMPLETE
81282026-03-18T13:48:37.791Z[ recovery-image] Mar 18 13:48:36.999 INFO O| Mar 18 13:48:36.999 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
81292026-03-18T13:48:37.809Z[ recovery-image] Mar 18 13:48:37.019 INFO O| Mar 18 13:48:37.019 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
81302026-03-18T13:48:37.809Z[ recovery-image] Mar 18 13:48:37.020 INFO O| Mar 18 13:48:37.019 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
81312026-03-18T13:48:39.138Z[ recovery-image] Mar 18 13:48:38.349 INFO O| Mar 18 13:48:38.348 INFO STEP 1119 (pack_tar) COMPLETE
81322026-03-18T13:48:39.138Z[ recovery-image] Mar 18 13:48:38.349 INFO O| Mar 18 13:48:38.349 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81332026-03-18T13:48:39.142Z[ recovery-image] Mar 18 13:48:38.349 INFO O| Mar 18 13:48:38.349 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81342026-03-18T13:48:39.481Z[ recovery-image] Mar 18 13:48:38.692 INFO O| Mar 18 13:48:38.692 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
81352026-03-18T13:48:39.639Z[ recovery-image] Mar 18 13:48:38.849 INFO O| Mar 18 13:48:38.849 INFO completed processing sled/ramdisk-03-recovery-trim
81362026-03-18T13:48:39.643Z[ recovery-image] Mar 18 13:48:38.854 INFO image builder template: zfs-recovery...
81372026-03-18T13:48:39.643Z[ recovery-image] Mar 18 13:48:38.854 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/.tmp5JnwhE/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.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "zfs-recovery"], pwd: None
81382026-03-18T13:48:39.678Z[ recovery-image] Mar 18 13:48:38.888 INFO O| Mar 18 13:48:38.888 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
81392026-03-18T13:48:39.683Z[ recovery-image] Mar 18 13:48:38.894 INFO O| Mar 18 13:48:38.894 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
81402026-03-18T13:48:39.828Z[ recovery-image] Mar 18 13:48:39.039 INFO O| Mar 18 13:48:39.039 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
81412026-03-18T13:48:39.921Z[ recovery-image] Mar 18 13:48:39.130 INFO O| Mar 18 13:48:39.130 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
81422026-03-18T13:48:39.921Z[ recovery-image] Mar 18 13:48:39.130 INFO O| Mar 18 13:48:39.130 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
81432026-03-18T13:48:39.924Z[ recovery-image] Mar 18 13:48:39.135 INFO O| Mar 18 13:48:39.135 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
81442026-03-18T13:48:40.110Z[ recovery-image] Mar 18 13:48:39.320 INFO O| Mar 18 13:48:39.320 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
81452026-03-18T13:48:40.224Z[ recovery-image] Mar 18 13:48:39.435 INFO O| Mar 18 13:48:39.435 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
81462026-03-18T13:48:40.234Z[ recovery-image] Mar 18 13:48:39.445 INFO O| Mar 18 13:48:39.445 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
81472026-03-18T13:48:40.239Z[ recovery-image] Mar 18 13:48:39.450 INFO O| Mar 18 13:48:39.450 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
81482026-03-18T13:48:40.242Z[ recovery-image] Mar 18 13:48:39.452 INFO O| Mar 18 13:48:39.452 INFO no lofi found
81492026-03-18T13:48:40.242Z[ recovery-image] Mar 18 13:48:39.452 INFO O| Mar 18 13:48:39.452 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
81502026-03-18T13:48:40.242Z[ recovery-image] Mar 18 13:48:39.452 INFO O| Mar 18 13:48:39.452 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
81512026-03-18T13:48:41.791Z[ recovery-image] Mar 18 13:48:41.002 INFO O| Mar 18 13:48:41.001 INFO lofi device = /dev/dsk/c2t1d0p0
81522026-03-18T13:48:41.791Z[ recovery-image] Mar 18 13:48:41.002 INFO O| Mar 18 13:48:41.001 INFO pool device = /dev/dsk/c2t1d0p0
81532026-03-18T13:48:41.794Z[ recovery-image] Mar 18 13:48:41.002 INFO O| Mar 18 13:48:41.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
81542026-03-18T13:48:42.125Z[ recovery-image] Mar 18 13:48:41.336 INFO O| Mar 18 13:48:41.336 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
81552026-03-18T13:48:42.125Z[ recovery-image] Mar 18 13:48:41.336 INFO O| Mar 18 13:48:41.336 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
81562026-03-18T13:48:42.157Z[ recovery-image] Mar 18 13:48:41.367 INFO O| Mar 18 13:48:41.367 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
81572026-03-18T13:48:42.363Z[ recovery-image] Mar 18 13:48:41.574 INFO O| Mar 18 13:48:41.574 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
81582026-03-18T13:48:42.406Z[ recovery-image] Mar 18 13:48:41.616 INFO O| Mar 18 13:48:41.616 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
81592026-03-18T13:48:42.430Z[ recovery-image] Mar 18 13:48:41.641 INFO O| Mar 18 13:48:41.641 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
81602026-03-18T13:48:42.449Z[ recovery-image] Mar 18 13:48:41.660 INFO O| Mar 18 13:48:41.660 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
81612026-03-18T13:48:42.506Z[ recovery-image] Mar 18 13:48:41.717 INFO O| Mar 18 13:48:41.717 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
81622026-03-18T13:48:42.506Z[ recovery-image] Mar 18 13:48:41.717 INFO O| Mar 18 13:48:41.717 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
81632026-03-18T13:48:42.509Z[ recovery-image] Mar 18 13:48:41.717 INFO O| Mar 18 13:48:41.717 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
81642026-03-18T13:48:42.521Z[ recovery-image] Mar 18 13:48:41.732 INFO O| Mar 18 13:48:41.732 INFO boot environment UUID: 393a7e83-3cd6-4c82-b998-e6f9b55d2f49
81652026-03-18T13:48:42.521Z[ recovery-image] Mar 18 13:48:41.732 INFO O| Mar 18 13:48:41.732 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 393a7e83-3cd6-4c82-b998-e6f9b55d2f49
81662026-03-18T13:48:42.550Z[ recovery-image] Mar 18 13:48:41.761 INFO O| Mar 18 13:48:41.761 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81672026-03-18T13:48:42.571Z[ recovery-image] Mar 18 13:48:41.782 INFO O| Mar 18 13:48:41.782 INFO STEP 0 (create_be) COMPLETE
81682026-03-18T13:48:42.571Z[ recovery-image] Mar 18 13:48:41.782 INFO O| Mar 18 13:48:41.782 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
81692026-03-18T13:48:42.591Z[ recovery-image] Mar 18 13:48:41.802 INFO O| Mar 18 13:48:41.802 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"]
81702026-03-18T13:48:52.573Z[ recovery-image] Mar 18 13:48:51.786 INFO O| Mar 18 13:48:51.786 INFO STEP 1 (unpack_tar) COMPLETE
81712026-03-18T13:48:52.573Z[ recovery-image] Mar 18 13:48:51.786 INFO O| Mar 18 13:48:51.786 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81722026-03-18T13:48:52.586Z[ recovery-image] Mar 18 13:48:51.798 INFO O| Mar 18 13:48:51.798 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
81732026-03-18T13:48:53.436Z[ recovery-image] Mar 18 13:48:52.649 INFO O| Mar 18 13:48:52.649 INFO STEP 2 (devfsadm) COMPLETE
81742026-03-18T13:48:53.436Z[ recovery-image] Mar 18 13:48:52.649 INFO O| Mar 18 13:48:52.649 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81752026-03-18T13:48:53.451Z[ recovery-image] Mar 18 13:48:52.663 INFO O| Mar 18 13:48:52.663 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
81762026-03-18T13:48:53.453Z[ recovery-image] Mar 18 13:48:52.663 INFO O| Mar 18 13:48:52.663 INFO STEP 3 (ensure_dir) COMPLETE
81772026-03-18T13:48:53.454Z[ recovery-image] Mar 18 13:48:52.663 INFO O| Mar 18 13:48:52.663 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81782026-03-18T13:48:53.462Z[ recovery-image] Mar 18 13:48:52.675 INFO O| Mar 18 13:48:52.675 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
81792026-03-18T13:48:53.465Z[ recovery-image] Mar 18 13:48:52.675 INFO O| Mar 18 13:48:52.675 INFO STEP 4 (ensure_dir) COMPLETE
81802026-03-18T13:48:53.465Z[ recovery-image] Mar 18 13:48:52.675 INFO O| Mar 18 13:48:52.675 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81812026-03-18T13:48:53.474Z[ recovery-image] Mar 18 13:48:52.687 INFO O| Mar 18 13:48:52.687 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
81822026-03-18T13:48:53.474Z[ recovery-image] Mar 18 13:48:52.687 INFO O| Mar 18 13:48:52.687 INFO STEP 5 (ensure_dir) COMPLETE
81832026-03-18T13:48:53.477Z[ recovery-image] Mar 18 13:48:52.687 INFO O| Mar 18 13:48:52.687 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81842026-03-18T13:48:53.487Z[ recovery-image] Mar 18 13:48:52.700 INFO O| Mar 18 13:48:52.700 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
81852026-03-18T13:48:53.487Z[ recovery-image] Mar 18 13:48:52.700 INFO O| Mar 18 13:48:52.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
81862026-03-18T13:48:53.490Z[ recovery-image] Mar 18 13:48:52.700 INFO O| Mar 18 13:48:52.700 INFO STEP 6 (ensure_dir) COMPLETE
81872026-03-18T13:48:53.490Z[ recovery-image] Mar 18 13:48:52.700 INFO O| Mar 18 13:48:52.700 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81882026-03-18T13:48:53.498Z[ recovery-image] Mar 18 13:48:52.711 INFO O| Mar 18 13:48:52.711 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
81892026-03-18T13:48:53.499Z[ recovery-image] Mar 18 13:48:52.711 INFO O| Mar 18 13:48:52.711 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
81902026-03-18T13:48:53.501Z[ recovery-image] Mar 18 13:48:52.711 INFO O| Mar 18 13:48:52.711 INFO STEP 7 (ensure_dir) COMPLETE
81912026-03-18T13:48:53.502Z[ recovery-image] Mar 18 13:48:52.711 INFO O| Mar 18 13:48:52.711 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81922026-03-18T13:48:53.510Z[ recovery-image] Mar 18 13:48:52.723 INFO O| Mar 18 13:48:52.723 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
81932026-03-18T13:48:53.513Z[ recovery-image] Mar 18 13:48:52.724 INFO O| Mar 18 13:48:52.724 INFO STEP 8 (remove_files) COMPLETE
81942026-03-18T13:48:53.513Z[ recovery-image] Mar 18 13:48:52.724 INFO O| Mar 18 13:48:52.724 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81952026-03-18T13:48:53.524Z[ recovery-image] Mar 18 13:48:52.737 INFO O| Mar 18 13:48:52.737 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
81962026-03-18T13:48:53.527Z[ recovery-image] Mar 18 13:48:52.738 INFO O| Mar 18 13:48:52.738 INFO STEP 9 (remove_files) COMPLETE
81972026-03-18T13:48:53.527Z[ recovery-image] Mar 18 13:48:52.738 INFO O| Mar 18 13:48:52.738 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81982026-03-18T13:48:53.537Z[ recovery-image] Mar 18 13:48:52.750 INFO O| Mar 18 13:48:52.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
81992026-03-18T13:48:53.540Z[ recovery-image] Mar 18 13:48:52.751 INFO O| Mar 18 13:48:52.751 INFO STEP 10 (remove_files) COMPLETE
82002026-03-18T13:48:53.540Z[ recovery-image] Mar 18 13:48:52.751 INFO O| Mar 18 13:48:52.751 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82012026-03-18T13:48:53.549Z[ recovery-image] Mar 18 13:48:52.762 INFO O| Mar 18 13:48:52.762 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
82022026-03-18T13:48:53.552Z[ recovery-image] Mar 18 13:48:52.762 INFO O| Mar 18 13:48:52.762 INFO STEP 11 (remove_files) COMPLETE
82032026-03-18T13:48:53.552Z[ recovery-image] Mar 18 13:48:52.762 INFO O| Mar 18 13:48:52.762 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82042026-03-18T13:48:53.562Z[ recovery-image] Mar 18 13:48:52.774 INFO O| Mar 18 13:48:52.774 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
82052026-03-18T13:48:53.565Z[ recovery-image] Mar 18 13:48:52.774 INFO O| Mar 18 13:48:52.774 INFO STEP 12 (remove_files) COMPLETE
82062026-03-18T13:48:53.565Z[ recovery-image] Mar 18 13:48:52.774 INFO O| Mar 18 13:48:52.774 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82072026-03-18T13:48:53.573Z[ recovery-image] Mar 18 13:48:52.786 INFO O| Mar 18 13:48:52.786 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82082026-03-18T13:48:53.573Z[ recovery-image] Mar 18 13:48:52.786 INFO O| Mar 18 13:48:52.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82092026-03-18T13:48:53.573Z[ recovery-image] Mar 18 13:48:52.786 INFO O| Mar 18 13:48:52.786 INFO STEP 13 (ensure_dir) COMPLETE
82102026-03-18T13:48:53.576Z[ recovery-image] Mar 18 13:48:52.786 INFO O| Mar 18 13:48:52.786 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82112026-03-18T13:48:53.585Z[ recovery-image] Mar 18 13:48:52.797 INFO O| Mar 18 13:48:52.797 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82122026-03-18T13:48:53.585Z[ recovery-image] Mar 18 13:48:52.797 INFO O| Mar 18 13:48:52.797 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82132026-03-18T13:48:53.588Z[ recovery-image] Mar 18 13:48:52.798 INFO O| Mar 18 13:48:52.798 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82142026-03-18T13:48:53.588Z[ recovery-image] Mar 18 13:48:52.798 INFO O| Mar 18 13:48:52.798 INFO STEP 14 (ensure_dir) COMPLETE
82152026-03-18T13:48:53.588Z[ recovery-image] Mar 18 13:48:52.798 INFO O| Mar 18 13:48:52.798 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82162026-03-18T13:48:53.591Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
82172026-03-18T13:48:53.591Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
82182026-03-18T13:48:53.591Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
82192026-03-18T13:48:53.591Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
82202026-03-18T13:48:53.598Z[ recovery-image] Mar 18 13:48:52.810 INFO O| Mar 18 13:48:52.810 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82212026-03-18T13:48:53.598Z[ recovery-image] Mar 18 13:48:52.811 INFO O| Mar 18 13:48:52.811 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82222026-03-18T13:48:53.598Z[ recovery-image] Mar 18 13:48:52.811 INFO O| Mar 18 13:48:52.811 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82232026-03-18T13:48:53.601Z[ recovery-image] Mar 18 13:48:52.811 INFO O| Mar 18 13:48:52.811 INFO STEP 15 (ensure_dir) COMPLETE
82242026-03-18T13:48:53.601Z[ recovery-image] Mar 18 13:48:52.811 INFO O| Mar 18 13:48:52.811 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82252026-03-18T13:48:53.610Z[ recovery-image] Mar 18 13:48:52.823 INFO O| Mar 18 13:48:52.823 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82262026-03-18T13:48:53.610Z[ recovery-image] Mar 18 13:48:52.823 INFO O| Mar 18 13:48:52.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82272026-03-18T13:48:53.613Z[ recovery-image] Mar 18 13:48:52.823 INFO O| Mar 18 13:48:52.823 INFO STEP 16 (ensure_dir) COMPLETE
82282026-03-18T13:48:53.613Z[ recovery-image] Mar 18 13:48:52.823 INFO O| Mar 18 13:48:52.823 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82292026-03-18T13:48:53.622Z[ recovery-image] Mar 18 13:48:52.835 INFO O| Mar 18 13:48:52.834 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82302026-03-18T13:48:53.622Z[ recovery-image] Mar 18 13:48:52.835 INFO O| Mar 18 13:48:52.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82312026-03-18T13:48:53.625Z[ recovery-image] Mar 18 13:48:52.835 INFO O| Mar 18 13:48:52.835 INFO STEP 17 (ensure_dir) COMPLETE
82322026-03-18T13:48:53.625Z[ recovery-image] Mar 18 13:48:52.835 INFO O| Mar 18 13:48:52.835 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82332026-03-18T13:48:53.634Z[ recovery-image] Mar 18 13:48:52.846 INFO O| Mar 18 13:48:52.846 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82342026-03-18T13:48:53.634Z[ recovery-image] Mar 18 13:48:52.846 INFO O| Mar 18 13:48:52.846 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
82352026-03-18T13:48:53.637Z[ recovery-image] Mar 18 13:48:52.846 INFO O| Mar 18 13:48:52.846 INFO ok!
82362026-03-18T13:48:53.637Z[ recovery-image] Mar 18 13:48:52.846 INFO O| Mar 18 13:48:52.846 INFO STEP 18 (ensure_symlink) COMPLETE
82372026-03-18T13:48:53.637Z[ recovery-image] Mar 18 13:48:52.846 INFO O| Mar 18 13:48:52.846 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82382026-03-18T13:48:53.646Z[ recovery-image] Mar 18 13:48:52.858 INFO O| Mar 18 13:48:52.858 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
82392026-03-18T13:48:53.646Z[ recovery-image] Mar 18 13:48:52.858 INFO O| Mar 18 13:48:52.858 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
82402026-03-18T13:48:53.649Z[ recovery-image] Mar 18 13:48:52.858 INFO O| Mar 18 13:48:52.858 INFO ok!
82412026-03-18T13:48:53.649Z[ recovery-image] Mar 18 13:48:52.858 INFO O| Mar 18 13:48:52.858 INFO STEP 19 (ensure_file) COMPLETE
82422026-03-18T13:48:53.649Z[ recovery-image] Mar 18 13:48:52.858 INFO O| Mar 18 13:48:52.858 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82432026-03-18T13:48:53.659Z[ recovery-image] Mar 18 13:48:52.872 INFO O| Mar 18 13:48:52.871 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82442026-03-18T13:48:53.659Z[ recovery-image] Mar 18 13:48:52.872 INFO O| Mar 18 13:48:52.872 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82452026-03-18T13:48:53.662Z[ recovery-image] Mar 18 13:48:52.872 INFO O| Mar 18 13:48:52.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
82462026-03-18T13:48:53.662Z[ recovery-image] Mar 18 13:48:52.872 INFO O| Mar 18 13:48:52.872 INFO ok!
82472026-03-18T13:48:53.662Z[ recovery-image] Mar 18 13:48:52.872 INFO O| Mar 18 13:48:52.872 INFO STEP 20 (ensure_symlink) COMPLETE
82482026-03-18T13:48:53.662Z[ recovery-image] Mar 18 13:48:52.872 INFO O| Mar 18 13:48:52.872 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82492026-03-18T13:48:53.672Z[ recovery-image] Mar 18 13:48:52.885 INFO O| Mar 18 13:48:52.884 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82502026-03-18T13:48:53.672Z[ recovery-image] Mar 18 13:48:52.885 INFO O| Mar 18 13:48:52.884 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82512026-03-18T13:48:53.675Z[ recovery-image] Mar 18 13:48:52.885 INFO O| Mar 18 13:48:52.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82522026-03-18T13:48:53.675Z[ recovery-image] Mar 18 13:48:52.885 INFO O| Mar 18 13:48:52.885 INFO ok!
82532026-03-18T13:48:53.675Z[ recovery-image] Mar 18 13:48:52.885 INFO O| Mar 18 13:48:52.885 INFO STEP 21 (ensure_symlink) COMPLETE
82542026-03-18T13:48:53.675Z[ recovery-image] Mar 18 13:48:52.885 INFO O| Mar 18 13:48:52.885 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82552026-03-18T13:48:53.683Z[ recovery-image] Mar 18 13:48:52.896 INFO O| Mar 18 13:48:52.896 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82562026-03-18T13:48:53.683Z[ recovery-image] Mar 18 13:48:52.896 INFO O| Mar 18 13:48:52.896 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82572026-03-18T13:48:53.683Z[ recovery-image] Mar 18 13:48:52.896 INFO O| Mar 18 13:48:52.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
82582026-03-18T13:48:53.686Z[ recovery-image] Mar 18 13:48:52.896 INFO O| Mar 18 13:48:52.896 INFO ok!
82592026-03-18T13:48:53.687Z[ recovery-image] Mar 18 13:48:52.896 INFO O| Mar 18 13:48:52.896 INFO STEP 22 (ensure_symlink) COMPLETE
82602026-03-18T13:48:53.687Z[ recovery-image] Mar 18 13:48:52.896 INFO O| Mar 18 13:48:52.896 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82612026-03-18T13:48:53.694Z[ recovery-image] Mar 18 13:48:52.907 INFO O| Mar 18 13:48:52.906 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82622026-03-18T13:48:53.694Z[ recovery-image] Mar 18 13:48:52.907 INFO O| Mar 18 13:48:52.907 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
82632026-03-18T13:48:53.697Z[ recovery-image] Mar 18 13:48:52.907 INFO O| Mar 18 13:48:52.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
82642026-03-18T13:48:53.697Z[ recovery-image] Mar 18 13:48:52.907 INFO O| Mar 18 13:48:52.907 INFO ok!
82652026-03-18T13:48:53.697Z[ recovery-image] Mar 18 13:48:52.907 INFO O| Mar 18 13:48:52.907 INFO STEP 23 (ensure_symlink) COMPLETE
82662026-03-18T13:48:53.697Z[ recovery-image] Mar 18 13:48:52.907 INFO O| Mar 18 13:48:52.907 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82672026-03-18T13:48:53.705Z[ recovery-image] Mar 18 13:48:52.918 INFO O| Mar 18 13:48:52.917 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
82682026-03-18T13:48:53.705Z[ recovery-image] Mar 18 13:48:52.918 INFO O| Mar 18 13:48:52.918 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 ...
82692026-03-18T13:48:53.705Z[ recovery-image] Mar 18 13:48:52.918 INFO O| Mar 18 13:48:52.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
82702026-03-18T13:48:53.708Z[ recovery-image] Mar 18 13:48:52.918 INFO O| Mar 18 13:48:52.918 INFO ok!
82712026-03-18T13:48:53.708Z[ recovery-image] Mar 18 13:48:52.918 INFO O| Mar 18 13:48:52.918 INFO STEP 24 (ensure_file) COMPLETE
82722026-03-18T13:48:53.708Z[ recovery-image] Mar 18 13:48:52.918 INFO O| Mar 18 13:48:52.918 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
82732026-03-18T13:48:53.718Z[ recovery-image] Mar 18 13:48:52.931 INFO O| Mar 18 13:48:52.931 INFO updating shadow file
82742026-03-18T13:48:53.718Z[ recovery-image] Mar 18 13:48:52.931 INFO O| Mar 18 13:48:52.931 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
82752026-03-18T13:48:53.721Z[ recovery-image] Mar 18 13:48:52.931 INFO O| Mar 18 13:48:52.931 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
82762026-03-18T13:48:53.721Z[ recovery-image] Mar 18 13:48:52.931 INFO O| Mar 18 13:48:52.931 INFO STEP 25 (shadow) COMPLETE
82772026-03-18T13:48:53.721Z[ recovery-image] Mar 18 13:48:52.931 INFO O| Mar 18 13:48:52.931 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82782026-03-18T13:48:53.735Z[ recovery-image] Mar 18 13:48:52.943 INFO O| Mar 18 13:48:52.943 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
82792026-03-18T13:48:53.735Z[ recovery-image] Mar 18 13:48:52.943 INFO O| Mar 18 13:48:52.943 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
82802026-03-18T13:48:53.735Z[ recovery-image] Mar 18 13:48:52.943 INFO O| Mar 18 13:48:52.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
82812026-03-18T13:48:53.735Z[ recovery-image] Mar 18 13:48:52.943 INFO O| Mar 18 13:48:52.943 INFO ok!
82822026-03-18T13:48:53.735Z[ recovery-image] Mar 18 13:48:52.943 INFO O| Mar 18 13:48:52.943 INFO STEP 26 (ensure_file) COMPLETE
82832026-03-18T13:48:53.735Z[ recovery-image] Mar 18 13:48:52.943 INFO O| Mar 18 13:48:52.943 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82842026-03-18T13:48:53.742Z[ recovery-image] Mar 18 13:48:52.955 INFO O| Mar 18 13:48:52.955 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
82852026-03-18T13:48:53.742Z[ recovery-image] Mar 18 13:48:52.955 INFO O| Mar 18 13:48:52.955 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
82862026-03-18T13:48:53.742Z[ recovery-image] Mar 18 13:48:52.955 INFO O| Mar 18 13:48:52.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
82872026-03-18T13:48:53.745Z[ recovery-image] Mar 18 13:48:52.955 INFO O| Mar 18 13:48:52.955 INFO ok!
82882026-03-18T13:48:53.745Z[ recovery-image] Mar 18 13:48:52.955 INFO O| Mar 18 13:48:52.955 INFO STEP 27 (ensure_file) COMPLETE
82892026-03-18T13:48:53.745Z[ recovery-image] Mar 18 13:48:52.955 INFO O| Mar 18 13:48:52.955 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82902026-03-18T13:48:53.755Z[ recovery-image] Mar 18 13:48:52.967 INFO O| Mar 18 13:48:52.967 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
82912026-03-18T13:48:53.755Z[ recovery-image] Mar 18 13:48:52.967 INFO O| Mar 18 13:48:52.967 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
82922026-03-18T13:48:53.757Z[ recovery-image] Mar 18 13:48:52.967 INFO O| Mar 18 13:48:52.967 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
82932026-03-18T13:48:53.757Z[ recovery-image] Mar 18 13:48:52.967 INFO O| Mar 18 13:48:52.967 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
82942026-03-18T13:48:53.757Z[ recovery-image] Mar 18 13:48:52.967 INFO O| Mar 18 13:48:52.967 INFO ok!
82952026-03-18T13:48:53.757Z[ recovery-image] Mar 18 13:48:52.967 INFO O| Mar 18 13:48:52.967 INFO STEP 28 (ensure_file) COMPLETE
82962026-03-18T13:48:53.757Z[ recovery-image] Mar 18 13:48:52.967 INFO O| Mar 18 13:48:52.967 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82972026-03-18T13:48:53.766Z[ recovery-image] Mar 18 13:48:52.979 INFO O| Mar 18 13:48:52.979 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
82982026-03-18T13:48:53.766Z[ recovery-image] Mar 18 13:48:52.979 INFO O| Mar 18 13:48:52.979 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
82992026-03-18T13:48:53.766Z[ recovery-image] Mar 18 13:48:52.979 INFO O| Mar 18 13:48:52.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
83002026-03-18T13:48:53.769Z[ recovery-image] Mar 18 13:48:52.979 INFO O| Mar 18 13:48:52.979 INFO ok!
83012026-03-18T13:48:53.769Z[ recovery-image] Mar 18 13:48:52.979 INFO O| Mar 18 13:48:52.979 INFO STEP 29 (ensure_file) COMPLETE
83022026-03-18T13:48:53.769Z[ recovery-image] Mar 18 13:48:52.979 INFO O| Mar 18 13:48:52.979 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83032026-03-18T13:48:53.777Z[ recovery-image] Mar 18 13:48:52.990 INFO O| Mar 18 13:48:52.990 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83042026-03-18T13:48:53.777Z[ recovery-image] Mar 18 13:48:52.990 INFO O| Mar 18 13:48:52.990 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83052026-03-18T13:48:53.777Z[ recovery-image] Mar 18 13:48:52.990 INFO O| Mar 18 13:48:52.990 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83062026-03-18T13:48:53.780Z[ recovery-image] Mar 18 13:48:52.990 INFO O| Mar 18 13:48:52.990 INFO STEP 30 (ensure_dir) COMPLETE
83072026-03-18T13:48:53.780Z[ recovery-image] Mar 18 13:48:52.990 INFO O| Mar 18 13:48:52.990 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83082026-03-18T13:48:53.790Z[ recovery-image] Mar 18 13:48:53.003 INFO O| Mar 18 13:48:53.003 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
83092026-03-18T13:48:53.793Z[ recovery-image] Mar 18 13:48:53.003 INFO O| Mar 18 13:48:53.003 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 ...
83102026-03-18T13:48:53.793Z[ recovery-image] Mar 18 13:48:53.003 INFO O| Mar 18 13:48:53.003 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
83112026-03-18T13:48:53.793Z[ recovery-image] Mar 18 13:48:53.003 INFO O| Mar 18 13:48:53.003 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
83122026-03-18T13:48:53.793Z[ recovery-image] Mar 18 13:48:53.003 INFO O| Mar 18 13:48:53.003 INFO ok!
83132026-03-18T13:48:53.793Z[ recovery-image] Mar 18 13:48:53.003 INFO O| Mar 18 13:48:53.003 INFO STEP 31 (ensure_file) COMPLETE
83142026-03-18T13:48:53.793Z[ recovery-image] Mar 18 13:48:53.003 INFO O| Mar 18 13:48:53.003 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83152026-03-18T13:48:53.803Z[ recovery-image] Mar 18 13:48:53.016 INFO O| Mar 18 13:48:53.016 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83162026-03-18T13:48:53.803Z[ recovery-image] Mar 18 13:48:53.016 INFO O| Mar 18 13:48:53.016 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83172026-03-18T13:48:53.806Z[ recovery-image] Mar 18 13:48:53.016 INFO O| Mar 18 13:48:53.016 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83182026-03-18T13:48:53.806Z[ recovery-image] Mar 18 13:48:53.016 INFO O| Mar 18 13:48:53.016 INFO STEP 32 (ensure_dir) COMPLETE
83192026-03-18T13:48:53.806Z[ recovery-image] Mar 18 13:48:53.016 INFO O| Mar 18 13:48:53.016 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83202026-03-18T13:48:53.816Z[ recovery-image] Mar 18 13:48:53.029 INFO O| Mar 18 13:48:53.028 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
83212026-03-18T13:48:53.816Z[ recovery-image] Mar 18 13:48:53.029 INFO O| Mar 18 13:48:53.028 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 ...
83222026-03-18T13:48:53.819Z[ recovery-image] Mar 18 13:48:53.029 INFO O| Mar 18 13:48:53.029 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
83232026-03-18T13:48:53.819Z[ recovery-image] Mar 18 13:48:53.029 INFO O| Mar 18 13:48:53.029 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
83242026-03-18T13:48:53.819Z[ recovery-image] Mar 18 13:48:53.029 INFO O| Mar 18 13:48:53.029 INFO ok!
83252026-03-18T13:48:53.819Z[ recovery-image] Mar 18 13:48:53.029 INFO O| Mar 18 13:48:53.029 INFO STEP 33 (ensure_file) COMPLETE
83262026-03-18T13:48:53.819Z[ recovery-image] Mar 18 13:48:53.029 INFO O| Mar 18 13:48:53.029 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83272026-03-18T13:48:53.829Z[ recovery-image] Mar 18 13:48:53.041 INFO O| Mar 18 13:48:53.041 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
83282026-03-18T13:48:53.829Z[ recovery-image] Mar 18 13:48:53.041 INFO O| Mar 18 13:48:53.041 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
83292026-03-18T13:48:53.831Z[ recovery-image] Mar 18 13:48:53.041 INFO O| Mar 18 13:48:53.041 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
83302026-03-18T13:48:53.832Z[ recovery-image] Mar 18 13:48:53.041 INFO O| Mar 18 13:48:53.041 INFO ok!
83312026-03-18T13:48:53.832Z[ recovery-image] Mar 18 13:48:53.041 INFO O| Mar 18 13:48:53.041 INFO STEP 34 (ensure_file) COMPLETE
83322026-03-18T13:48:53.832Z[ recovery-image] Mar 18 13:48:53.041 INFO O| Mar 18 13:48:53.041 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83332026-03-18T13:48:53.841Z[ recovery-image] Mar 18 13:48:53.054 INFO O| Mar 18 13:48:53.054 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83342026-03-18T13:48:53.841Z[ recovery-image] Mar 18 13:48:53.054 INFO O| Mar 18 13:48:53.054 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
83352026-03-18T13:48:53.845Z[ recovery-image] Mar 18 13:48:53.054 INFO O| Mar 18 13:48:53.054 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
83362026-03-18T13:48:53.845Z[ recovery-image] Mar 18 13:48:53.054 INFO O| Mar 18 13:48:53.054 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
83372026-03-18T13:48:53.845Z[ recovery-image] Mar 18 13:48:53.054 INFO O| Mar 18 13:48:53.054 INFO ok!
83382026-03-18T13:48:53.845Z[ recovery-image] Mar 18 13:48:53.054 INFO O| Mar 18 13:48:53.054 INFO STEP 35 (ensure_file) COMPLETE
83392026-03-18T13:48:53.845Z[ recovery-image] Mar 18 13:48:53.054 INFO O| Mar 18 13:48:53.054 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83402026-03-18T13:48:53.854Z[ recovery-image] Mar 18 13:48:53.067 INFO O| Mar 18 13:48:53.067 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83412026-03-18T13:48:53.854Z[ recovery-image] Mar 18 13:48:53.067 INFO O| Mar 18 13:48:53.067 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
83422026-03-18T13:48:53.857Z[ recovery-image] Mar 18 13:48:53.067 INFO O| Mar 18 13:48:53.067 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
83432026-03-18T13:48:53.857Z[ recovery-image] Mar 18 13:48:53.067 INFO O| Mar 18 13:48:53.067 INFO ok!
83442026-03-18T13:48:53.858Z[ recovery-image] Mar 18 13:48:53.067 INFO O| Mar 18 13:48:53.067 INFO STEP 36 (ensure_file) COMPLETE
83452026-03-18T13:48:53.858Z[ recovery-image] Mar 18 13:48:53.067 INFO O| Mar 18 13:48:53.067 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83462026-03-18T13:48:53.866Z[ recovery-image] Mar 18 13:48:53.079 INFO O| Mar 18 13:48:53.079 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83472026-03-18T13:48:53.866Z[ recovery-image] Mar 18 13:48:53.079 INFO O| Mar 18 13:48:53.079 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
83482026-03-18T13:48:53.869Z[ recovery-image] Mar 18 13:48:53.079 INFO O| Mar 18 13:48:53.079 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
83492026-03-18T13:48:53.869Z[ recovery-image] Mar 18 13:48:53.079 INFO O| Mar 18 13:48:53.079 INFO ok!
83502026-03-18T13:48:53.869Z[ recovery-image] Mar 18 13:48:53.079 INFO O| Mar 18 13:48:53.079 INFO STEP 37 (ensure_file) COMPLETE
83512026-03-18T13:48:53.869Z[ recovery-image] Mar 18 13:48:53.079 INFO O| Mar 18 13:48:53.079 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83522026-03-18T13:48:53.877Z[ recovery-image] Mar 18 13:48:53.090 INFO O| Mar 18 13:48:53.090 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
83532026-03-18T13:48:53.877Z[ recovery-image] Mar 18 13:48:53.090 INFO O| Mar 18 13:48:53.090 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
83542026-03-18T13:48:53.877Z[ recovery-image] Mar 18 13:48:53.090 INFO O| Mar 18 13:48:53.090 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
83552026-03-18T13:48:53.880Z[ recovery-image] Mar 18 13:48:53.090 INFO O| Mar 18 13:48:53.090 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
83562026-03-18T13:48:53.880Z[ recovery-image] Mar 18 13:48:53.090 INFO O| Mar 18 13:48:53.090 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
83572026-03-18T13:48:53.881Z[ recovery-image] Mar 18 13:48:53.090 INFO O| Mar 18 13:48:53.090 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
83582026-03-18T13:48:53.881Z[ recovery-image] Mar 18 13:48:53.090 INFO O| Mar 18 13:48:53.090 INFO ok!
83592026-03-18T13:48:53.881Z[ recovery-image] Mar 18 13:48:53.090 INFO O| Mar 18 13:48:53.090 INFO STEP 38 (ensure_file) COMPLETE
83602026-03-18T13:48:53.881Z[ recovery-image] Mar 18 13:48:53.090 INFO O| Mar 18 13:48:53.090 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83612026-03-18T13:48:53.891Z[ recovery-image] Mar 18 13:48:53.104 INFO O| Mar 18 13:48:53.104 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83622026-03-18T13:48:53.891Z[ recovery-image] Mar 18 13:48:53.104 INFO O| Mar 18 13:48:53.104 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83632026-03-18T13:48:53.894Z[ recovery-image] Mar 18 13:48:53.104 INFO O| Mar 18 13:48:53.104 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83642026-03-18T13:48:53.894Z[ recovery-image] Mar 18 13:48:53.104 INFO O| Mar 18 13:48:53.104 INFO STEP 39 (ensure_dir) COMPLETE
83652026-03-18T13:48:53.894Z[ recovery-image] Mar 18 13:48:53.104 INFO O| Mar 18 13:48:53.104 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83662026-03-18T13:48:53.904Z[ recovery-image] Mar 18 13:48:53.117 INFO O| Mar 18 13:48:53.117 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
83672026-03-18T13:48:53.904Z[ recovery-image] Mar 18 13:48:53.117 INFO O| Mar 18 13:48:53.117 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 ...
83682026-03-18T13:48:53.907Z[ recovery-image] Mar 18 13:48:53.117 INFO O| Mar 18 13:48:53.117 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
83692026-03-18T13:48:53.907Z[ recovery-image] Mar 18 13:48:53.117 INFO O| Mar 18 13:48:53.117 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
83702026-03-18T13:48:53.907Z[ recovery-image] Mar 18 13:48:53.117 INFO O| Mar 18 13:48:53.117 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
83712026-03-18T13:48:53.907Z[ recovery-image] Mar 18 13:48:53.117 INFO O| Mar 18 13:48:53.117 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
83722026-03-18T13:48:53.907Z[ recovery-image] Mar 18 13:48:53.117 INFO O| Mar 18 13:48:53.117 INFO ok!
83732026-03-18T13:48:53.908Z[ recovery-image] Mar 18 13:48:53.117 INFO O| Mar 18 13:48:53.117 INFO STEP 40 (ensure_file) COMPLETE
83742026-03-18T13:48:53.908Z[ recovery-image] Mar 18 13:48:53.117 INFO O| Mar 18 13:48:53.117 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83752026-03-18T13:48:53.918Z[ recovery-image] Mar 18 13:48:53.130 INFO O| Mar 18 13:48:53.130 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
83762026-03-18T13:48:53.918Z[ recovery-image] Mar 18 13:48:53.130 INFO O| Mar 18 13:48:53.130 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 ...
83772026-03-18T13:48:53.918Z[ recovery-image] Mar 18 13:48:53.130 INFO O| Mar 18 13:48:53.130 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
83782026-03-18T13:48:53.921Z[ recovery-image] Mar 18 13:48:53.130 INFO O| Mar 18 13:48:53.130 INFO ok!
83792026-03-18T13:48:53.921Z[ recovery-image] Mar 18 13:48:53.130 INFO O| Mar 18 13:48:53.130 INFO STEP 41 (ensure_symlink) COMPLETE
83802026-03-18T13:48:53.921Z[ recovery-image] Mar 18 13:48:53.130 INFO O| Mar 18 13:48:53.130 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83812026-03-18T13:48:53.931Z[ recovery-image] Mar 18 13:48:53.143 INFO O| Mar 18 13:48:53.143 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
83822026-03-18T13:48:53.931Z[ recovery-image] Mar 18 13:48:53.143 INFO O| Mar 18 13:48:53.143 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
83832026-03-18T13:48:53.934Z[ recovery-image] Mar 18 13:48:53.143 INFO O| Mar 18 13:48:53.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
83842026-03-18T13:48:53.934Z[ recovery-image] Mar 18 13:48:53.143 INFO O| Mar 18 13:48:53.143 INFO ok!
83852026-03-18T13:48:53.934Z[ recovery-image] Mar 18 13:48:53.143 INFO O| Mar 18 13:48:53.143 INFO STEP 42 (ensure_symlink) COMPLETE
83862026-03-18T13:48:53.934Z[ recovery-image] Mar 18 13:48:53.143 INFO O| Mar 18 13:48:53.143 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83872026-03-18T13:48:53.943Z[ recovery-image] Mar 18 13:48:53.155 INFO O| Mar 18 13:48:53.155 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
83882026-03-18T13:48:53.943Z[ recovery-image] Mar 18 13:48:53.155 INFO O| Mar 18 13:48:53.155 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
83892026-03-18T13:48:53.946Z[ recovery-image] Mar 18 13:48:53.155 INFO O| Mar 18 13:48:53.155 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
83902026-03-18T13:48:53.946Z[ recovery-image] Mar 18 13:48:53.155 INFO O| Mar 18 13:48:53.155 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
83912026-03-18T13:48:53.946Z[ recovery-image] Mar 18 13:48:53.155 INFO O| Mar 18 13:48:53.155 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
83922026-03-18T13:48:53.946Z[ recovery-image] Mar 18 13:48:53.155 INFO O| Mar 18 13:48:53.155 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
83932026-03-18T13:48:53.946Z[ recovery-image] Mar 18 13:48:53.155 INFO O| Mar 18 13:48:53.155 INFO ok!
83942026-03-18T13:48:53.946Z[ recovery-image] Mar 18 13:48:53.155 INFO O| Mar 18 13:48:53.155 INFO STEP 43 (ensure_file) COMPLETE
83952026-03-18T13:48:53.946Z[ recovery-image] Mar 18 13:48:53.155 INFO O| Mar 18 13:48:53.155 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83962026-03-18T13:48:53.956Z[ recovery-image] Mar 18 13:48:53.168 INFO O| Mar 18 13:48:53.168 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
83972026-03-18T13:48:53.956Z[ recovery-image] Mar 18 13:48:53.168 INFO O| Mar 18 13:48:53.168 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 ...
83982026-03-18T13:48:53.959Z[ recovery-image] Mar 18 13:48:53.168 INFO O| Mar 18 13:48:53.168 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
83992026-03-18T13:48:53.959Z[ recovery-image] Mar 18 13:48:53.168 INFO O| Mar 18 13:48:53.168 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
84002026-03-18T13:48:53.959Z[ recovery-image] Mar 18 13:48:53.168 INFO O| Mar 18 13:48:53.168 INFO ok!
84012026-03-18T13:48:53.959Z[ recovery-image] Mar 18 13:48:53.168 INFO O| Mar 18 13:48:53.168 INFO STEP 44 (ensure_file) COMPLETE
84022026-03-18T13:48:53.959Z[ recovery-image] Mar 18 13:48:53.168 INFO O| Mar 18 13:48:53.168 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84032026-03-18T13:48:53.968Z[ recovery-image] Mar 18 13:48:53.181 INFO O| Mar 18 13:48:53.181 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
84042026-03-18T13:48:53.968Z[ recovery-image] Mar 18 13:48:53.181 INFO O| Mar 18 13:48:53.181 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
84052026-03-18T13:48:53.972Z[ recovery-image] Mar 18 13:48:53.181 INFO O| Mar 18 13:48:53.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
84062026-03-18T13:48:53.972Z[ recovery-image] Mar 18 13:48:53.181 INFO O| Mar 18 13:48:53.181 INFO ok!
84072026-03-18T13:48:53.972Z[ recovery-image] Mar 18 13:48:53.181 INFO O| Mar 18 13:48:53.181 INFO STEP 45 (ensure_file) COMPLETE
84082026-03-18T13:48:53.972Z[ recovery-image] Mar 18 13:48:53.181 INFO O| Mar 18 13:48:53.181 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84092026-03-18T13:48:53.982Z[ recovery-image] Mar 18 13:48:53.195 INFO O| Mar 18 13:48:53.195 INFO updating shadow file
84102026-03-18T13:48:53.982Z[ recovery-image] Mar 18 13:48:53.195 INFO O| Mar 18 13:48:53.195 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84112026-03-18T13:48:53.987Z[ recovery-image] Mar 18 13:48:53.195 INFO O| Mar 18 13:48:53.195 INFO STEP 46 (shadow) COMPLETE
84122026-03-18T13:48:53.987Z[ recovery-image] Mar 18 13:48:53.195 INFO O| Mar 18 13:48:53.195 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84132026-03-18T13:48:53.995Z[ recovery-image] Mar 18 13:48:53.207 INFO O| Mar 18 13:48:53.207 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84142026-03-18T13:48:53.995Z[ recovery-image] Mar 18 13:48:53.207 INFO O| Mar 18 13:48:53.207 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
84152026-03-18T13:48:53.998Z[ recovery-image] Mar 18 13:48:53.208 INFO O| Mar 18 13:48:53.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84162026-03-18T13:48:53.998Z[ recovery-image] Mar 18 13:48:53.208 INFO O| Mar 18 13:48:53.208 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84172026-03-18T13:48:53.998Z[ recovery-image] Mar 18 13:48:53.208 INFO O| Mar 18 13:48:53.208 INFO ok!
84182026-03-18T13:48:53.998Z[ recovery-image] Mar 18 13:48:53.208 INFO O| Mar 18 13:48:53.208 INFO STEP 47 (ensure_file) COMPLETE
84192026-03-18T13:48:53.998Z[ recovery-image] Mar 18 13:48:53.208 INFO O| Mar 18 13:48:53.208 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84202026-03-18T13:48:54.007Z[ recovery-image] Mar 18 13:48:53.219 INFO O| Mar 18 13:48:53.219 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
84212026-03-18T13:48:54.007Z[ recovery-image] Mar 18 13:48:53.219 INFO O| Mar 18 13:48:53.219 INFO STEP 48 (ensure_dir) COMPLETE
84222026-03-18T13:48:54.007Z[ recovery-image] Mar 18 13:48:53.219 INFO O| Mar 18 13:48:53.219 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84232026-03-18T13:48:54.023Z[ recovery-image] Mar 18 13:48:53.235 INFO O| Mar 18 13:48:53.235 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
84242026-03-18T13:48:54.026Z[ recovery-image] Mar 18 13:48:53.235 INFO O| Mar 18 13:48:53.235 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
84252026-03-18T13:48:54.026Z[ recovery-image] Mar 18 13:48:53.235 INFO O| Mar 18 13:48:53.235 INFO STEP 49 (ensure_dir) COMPLETE
84262026-03-18T13:48:54.026Z[ recovery-image] Mar 18 13:48:53.235 INFO O| Mar 18 13:48:53.235 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84272026-03-18T13:48:54.043Z[ recovery-image] Mar 18 13:48:53.255 INFO O| Mar 18 13:48:53.255 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
84282026-03-18T13:48:54.043Z[ recovery-image] Mar 18 13:48:53.255 INFO O| Mar 18 13:48:53.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
84292026-03-18T13:48:54.046Z[ recovery-image] Mar 18 13:48:53.255 INFO O| Mar 18 13:48:53.255 INFO STEP 50 (ensure_dir) COMPLETE
84302026-03-18T13:48:54.046Z[ recovery-image] Mar 18 13:48:53.255 INFO O| Mar 18 13:48:53.255 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84312026-03-18T13:48:54.055Z[ recovery-image] Mar 18 13:48:53.268 INFO O| Mar 18 13:48:53.268 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84322026-03-18T13:48:54.055Z[ recovery-image] Mar 18 13:48:53.268 INFO O| Mar 18 13:48:53.268 INFO copying /tmp/.tmp5JnwhE/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
84332026-03-18T13:48:54.093Z[ recovery-image] Mar 18 13:48:53.305 INFO O| Mar 18 13:48:53.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
84342026-03-18T13:48:54.093Z[ recovery-image] Mar 18 13:48:53.305 INFO O| Mar 18 13:48:53.305 INFO ok!
84352026-03-18T13:48:54.096Z[ recovery-image] Mar 18 13:48:53.305 INFO O| Mar 18 13:48:53.305 INFO STEP 51 (ensure_file) COMPLETE
84362026-03-18T13:48:54.096Z[ recovery-image] Mar 18 13:48:53.305 INFO O| Mar 18 13:48:53.305 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84372026-03-18T13:48:54.106Z[ recovery-image] Mar 18 13:48:53.318 INFO O| Mar 18 13:48:53.318 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
84382026-03-18T13:48:54.106Z[ recovery-image] Mar 18 13:48:53.318 INFO O| Mar 18 13:48:53.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
84392026-03-18T13:48:54.109Z[ recovery-image] Mar 18 13:48:53.318 INFO O| Mar 18 13:48:53.318 INFO STEP 52 (ensure_dir) COMPLETE
84402026-03-18T13:48:54.111Z[ recovery-image] Mar 18 13:48:53.318 INFO O| Mar 18 13:48:53.318 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84412026-03-18T13:48:54.117Z[ recovery-image] Mar 18 13:48:53.329 INFO O| Mar 18 13:48:53.329 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
84422026-03-18T13:48:54.117Z[ recovery-image] Mar 18 13:48:53.329 INFO O| Mar 18 13:48:53.329 INFO copying /tmp/.tmp5JnwhE/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
84432026-03-18T13:48:54.117Z[ recovery-image] Mar 18 13:48:53.329 INFO O| Mar 18 13:48:53.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
84442026-03-18T13:48:54.120Z[ recovery-image] Mar 18 13:48:53.329 INFO O| Mar 18 13:48:53.329 INFO ok!
84452026-03-18T13:48:54.120Z[ recovery-image] Mar 18 13:48:53.329 INFO O| Mar 18 13:48:53.329 INFO STEP 53 (ensure_file) COMPLETE
84462026-03-18T13:48:54.120Z[ recovery-image] Mar 18 13:48:53.329 INFO O| Mar 18 13:48:53.329 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84472026-03-18T13:48:54.128Z[ recovery-image] Mar 18 13:48:53.340 INFO O| Mar 18 13:48:53.340 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
84482026-03-18T13:48:54.128Z[ recovery-image] Mar 18 13:48:53.340 INFO O| Mar 18 13:48:53.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
84492026-03-18T13:48:54.131Z[ recovery-image] Mar 18 13:48:53.340 INFO O| Mar 18 13:48:53.340 INFO STEP 54 (ensure_dir) COMPLETE
84502026-03-18T13:48:54.131Z[ recovery-image] Mar 18 13:48:53.340 INFO O| Mar 18 13:48:53.340 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84512026-03-18T13:48:54.140Z[ recovery-image] Mar 18 13:48:53.353 INFO O| Mar 18 13:48:53.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84522026-03-18T13:48:54.140Z[ recovery-image] Mar 18 13:48:53.353 INFO O| Mar 18 13:48:53.353 INFO copying /tmp/.tmp5JnwhE/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84532026-03-18T13:48:54.205Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
84542026-03-18T13:48:54.483Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
84552026-03-18T13:48:56.334Z[ recovery-image] Mar 18 13:48:55.547 INFO O| Mar 18 13:48:55.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84562026-03-18T13:48:56.334Z[ recovery-image] Mar 18 13:48:55.547 INFO O| Mar 18 13:48:55.547 INFO ok!
84572026-03-18T13:48:56.334Z[ recovery-image] Mar 18 13:48:55.547 INFO O| Mar 18 13:48:55.547 INFO STEP 55 (ensure_file) COMPLETE
84582026-03-18T13:48:56.337Z[ recovery-image] Mar 18 13:48:55.547 INFO O| Mar 18 13:48:55.547 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84592026-03-18T13:48:56.347Z[ recovery-image] Mar 18 13:48:55.560 INFO O| Mar 18 13:48:55.559 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
84602026-03-18T13:48:56.347Z[ recovery-image] Mar 18 13:48:55.560 INFO O| Mar 18 13:48:55.560 INFO copying /tmp/.tmp5JnwhE/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
84612026-03-18T13:48:57.566Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
84622026-03-18T13:48:58.505Z[ recovery-image] Mar 18 13:48:57.718 INFO O| Mar 18 13:48:57.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
84632026-03-18T13:48:58.505Z[ recovery-image] Mar 18 13:48:57.718 INFO O| Mar 18 13:48:57.718 INFO ok!
84642026-03-18T13:48:58.508Z[ recovery-image] Mar 18 13:48:57.718 INFO O| Mar 18 13:48:57.718 INFO STEP 56 (ensure_file) COMPLETE
84652026-03-18T13:48:58.508Z[ recovery-image] Mar 18 13:48:57.718 INFO O| Mar 18 13:48:57.718 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84662026-03-18T13:48:58.517Z[ recovery-image] Mar 18 13:48:57.730 INFO O| Mar 18 13:48:57.730 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84672026-03-18T13:48:58.517Z[ recovery-image] Mar 18 13:48:57.730 INFO O| Mar 18 13:48:57.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84682026-03-18T13:48:58.520Z[ recovery-image] Mar 18 13:48:57.730 INFO O| Mar 18 13:48:57.730 INFO STEP 57 (ensure_dir) COMPLETE
84692026-03-18T13:48:58.520Z[ recovery-image] Mar 18 13:48:57.730 INFO O| Mar 18 13:48:57.730 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84702026-03-18T13:48:58.529Z[ recovery-image] Mar 18 13:48:57.742 INFO O| Mar 18 13:48:57.742 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
84712026-03-18T13:48:58.529Z[ recovery-image] Mar 18 13:48:57.742 INFO O| Mar 18 13:48:57.742 INFO copying /tmp/.tmp5JnwhE/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 ...
84722026-03-18T13:48:58.529Z[ recovery-image] Mar 18 13:48:57.742 INFO O| Mar 18 13:48:57.742 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
84732026-03-18T13:48:58.532Z[ recovery-image] Mar 18 13:48:57.742 INFO O| Mar 18 13:48:57.742 INFO ok!
84742026-03-18T13:48:58.532Z[ recovery-image] Mar 18 13:48:57.742 INFO O| Mar 18 13:48:57.742 INFO STEP 58 (ensure_file) COMPLETE
84752026-03-18T13:48:58.532Z[ recovery-image] Mar 18 13:48:57.742 INFO O| Mar 18 13:48:57.742 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84762026-03-18T13:48:58.540Z[ recovery-image] Mar 18 13:48:57.753 INFO O| Mar 18 13:48:57.753 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
84772026-03-18T13:48:58.540Z[ recovery-image] Mar 18 13:48:57.753 INFO O| Mar 18 13:48:57.753 INFO copying /tmp/.tmp5JnwhE/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 ...
84782026-03-18T13:48:58.543Z[ recovery-image] Mar 18 13:48:57.753 INFO O| Mar 18 13:48:57.753 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
84792026-03-18T13:48:58.543Z[ recovery-image] Mar 18 13:48:57.753 INFO O| Mar 18 13:48:57.753 INFO ok!
84802026-03-18T13:48:58.543Z[ recovery-image] Mar 18 13:48:57.753 INFO O| Mar 18 13:48:57.753 INFO STEP 59 (ensure_file) COMPLETE
84812026-03-18T13:48:58.543Z[ recovery-image] Mar 18 13:48:57.753 INFO O| Mar 18 13:48:57.753 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84822026-03-18T13:48:58.552Z[ recovery-image] Mar 18 13:48:57.765 INFO O| Mar 18 13:48:57.765 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84832026-03-18T13:48:58.552Z[ recovery-image] Mar 18 13:48:57.765 INFO O| Mar 18 13:48:57.765 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84842026-03-18T13:48:58.552Z[ recovery-image] Mar 18 13:48:57.765 INFO O| Mar 18 13:48:57.765 INFO STEP 60 (ensure_dir) COMPLETE
84852026-03-18T13:48:58.555Z[ recovery-image] Mar 18 13:48:57.765 INFO O| Mar 18 13:48:57.765 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84862026-03-18T13:48:58.564Z[ recovery-image] Mar 18 13:48:57.777 INFO O| Mar 18 13:48:57.777 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
84872026-03-18T13:48:58.564Z[ recovery-image] Mar 18 13:48:57.777 INFO O| Mar 18 13:48:57.777 INFO copying /tmp/.tmp5JnwhE/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 ...
84882026-03-18T13:48:58.567Z[ recovery-image] Mar 18 13:48:57.777 INFO O| Mar 18 13:48:57.777 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
84892026-03-18T13:48:58.567Z[ recovery-image] Mar 18 13:48:57.777 INFO O| Mar 18 13:48:57.777 INFO ok!
84902026-03-18T13:48:58.567Z[ recovery-image] Mar 18 13:48:57.777 INFO O| Mar 18 13:48:57.777 INFO STEP 61 (ensure_file) COMPLETE
84912026-03-18T13:48:58.567Z[ recovery-image] Mar 18 13:48:57.777 INFO O| Mar 18 13:48:57.777 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84922026-03-18T13:48:58.577Z[ recovery-image] Mar 18 13:48:57.790 INFO O| Mar 18 13:48:57.790 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
84932026-03-18T13:48:58.577Z[ recovery-image] Mar 18 13:48:57.790 INFO O| Mar 18 13:48:57.790 INFO copying /tmp/.tmp5JnwhE/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 ...
84942026-03-18T13:48:58.577Z[ recovery-image] Mar 18 13:48:57.790 INFO O| Mar 18 13:48:57.790 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
84952026-03-18T13:48:58.580Z[ recovery-image] Mar 18 13:48:57.790 INFO O| Mar 18 13:48:57.790 INFO ok!
84962026-03-18T13:48:58.580Z[ recovery-image] Mar 18 13:48:57.790 INFO O| Mar 18 13:48:57.790 INFO STEP 62 (ensure_file) COMPLETE
84972026-03-18T13:48:58.580Z[ recovery-image] Mar 18 13:48:57.790 INFO O| Mar 18 13:48:57.790 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84982026-03-18T13:48:58.589Z[ recovery-image] Mar 18 13:48:57.802 INFO O| Mar 18 13:48:57.802 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84992026-03-18T13:48:58.589Z[ recovery-image] Mar 18 13:48:57.802 INFO O| Mar 18 13:48:57.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85002026-03-18T13:48:58.592Z[ recovery-image] Mar 18 13:48:57.802 INFO O| Mar 18 13:48:57.802 INFO STEP 63 (ensure_dir) COMPLETE
85012026-03-18T13:48:58.592Z[ recovery-image] Mar 18 13:48:57.802 INFO O| Mar 18 13:48:57.802 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85022026-03-18T13:48:58.601Z[ recovery-image] Mar 18 13:48:57.815 INFO O| Mar 18 13:48:57.814 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
85032026-03-18T13:48:58.601Z[ recovery-image] Mar 18 13:48:57.815 INFO O| Mar 18 13:48:57.814 INFO copying /tmp/.tmp5JnwhE/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 ...
85042026-03-18T13:48:58.604Z[ recovery-image] Mar 18 13:48:57.815 INFO O| Mar 18 13:48:57.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85052026-03-18T13:48:58.604Z[ recovery-image] Mar 18 13:48:57.815 INFO O| Mar 18 13:48:57.815 INFO ok!
85062026-03-18T13:48:58.604Z[ recovery-image] Mar 18 13:48:57.815 INFO O| Mar 18 13:48:57.815 INFO STEP 64 (ensure_file) COMPLETE
85072026-03-18T13:48:58.604Z[ recovery-image] Mar 18 13:48:57.815 INFO O| Mar 18 13:48:57.815 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85082026-03-18T13:48:58.614Z[ recovery-image] Mar 18 13:48:57.827 INFO O| Mar 18 13:48:57.827 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85092026-03-18T13:48:58.614Z[ recovery-image] Mar 18 13:48:57.827 INFO O| Mar 18 13:48:57.827 INFO copying /tmp/.tmp5JnwhE/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85102026-03-18T13:48:58.617Z[ recovery-image] Mar 18 13:48:57.827 INFO O| Mar 18 13:48:57.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85112026-03-18T13:48:58.617Z[ recovery-image] Mar 18 13:48:57.827 INFO O| Mar 18 13:48:57.827 INFO ok!
85122026-03-18T13:48:58.617Z[ recovery-image] Mar 18 13:48:57.827 INFO O| Mar 18 13:48:57.827 INFO STEP 65 (ensure_file) COMPLETE
85132026-03-18T13:48:58.617Z[ recovery-image] Mar 18 13:48:57.827 INFO O| Mar 18 13:48:57.827 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85142026-03-18T13:48:58.626Z[ recovery-image] Mar 18 13:48:57.839 INFO O| Mar 18 13:48:57.839 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
85152026-03-18T13:48:58.626Z[ recovery-image] Mar 18 13:48:57.839 INFO O| Mar 18 13:48:57.839 INFO STEP 66 (ensure_dir) COMPLETE
85162026-03-18T13:48:58.626Z[ recovery-image] Mar 18 13:48:57.839 INFO O| Mar 18 13:48:57.839 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85172026-03-18T13:48:58.638Z[ recovery-image] Mar 18 13:48:57.851 INFO O| Mar 18 13:48:57.851 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
85182026-03-18T13:48:58.638Z[ recovery-image] Mar 18 13:48:57.851 INFO O| Mar 18 13:48:57.851 INFO STEP 67 (ensure_dir) COMPLETE
85192026-03-18T13:48:58.641Z[ recovery-image] Mar 18 13:48:57.851 INFO O| Mar 18 13:48:57.851 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85202026-03-18T13:48:58.650Z[ recovery-image] Mar 18 13:48:57.863 INFO O| Mar 18 13:48:57.863 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
85212026-03-18T13:48:58.650Z[ recovery-image] Mar 18 13:48:57.863 INFO O| Mar 18 13:48:57.863 INFO STEP 68 (ensure_dir) COMPLETE
85222026-03-18T13:48:58.653Z[ recovery-image] Mar 18 13:48:57.864 INFO O| Mar 18 13:48:57.863 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85232026-03-18T13:48:58.662Z[ recovery-image] Mar 18 13:48:57.875 INFO O| Mar 18 13:48:57.875 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
85242026-03-18T13:48:58.662Z[ recovery-image] Mar 18 13:48:57.875 INFO O| Mar 18 13:48:57.875 INFO STEP 69 (ensure_dir) COMPLETE
85252026-03-18T13:48:58.665Z[ recovery-image] Mar 18 13:48:57.875 INFO O| Mar 18 13:48:57.875 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85262026-03-18T13:48:58.674Z[ recovery-image] Mar 18 13:48:57.887 INFO O| Mar 18 13:48:57.887 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
85272026-03-18T13:48:58.674Z[ recovery-image] Mar 18 13:48:57.887 INFO O| Mar 18 13:48:57.887 INFO copying /tmp/.tmp5JnwhE/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
85282026-03-18T13:48:58.674Z[ recovery-image] Mar 18 13:48:57.887 INFO O| Mar 18 13:48:57.887 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
85292026-03-18T13:48:58.677Z[ recovery-image] Mar 18 13:48:57.887 INFO O| Mar 18 13:48:57.887 INFO ok!
85302026-03-18T13:48:58.677Z[ recovery-image] Mar 18 13:48:57.887 INFO O| Mar 18 13:48:57.887 INFO STEP 70 (ensure_file) COMPLETE
85312026-03-18T13:48:58.677Z[ recovery-image] Mar 18 13:48:57.887 INFO O| Mar 18 13:48:57.887 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85322026-03-18T13:48:58.686Z[ recovery-image] Mar 18 13:48:57.900 INFO O| Mar 18 13:48:57.899 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85332026-03-18T13:48:58.689Z[ recovery-image] Mar 18 13:48:57.900 INFO O| Mar 18 13:48:57.900 INFO STEP 71 (remove_files) COMPLETE
85342026-03-18T13:48:58.689Z[ recovery-image] Mar 18 13:48:57.900 INFO O| Mar 18 13:48:57.900 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85352026-03-18T13:48:58.699Z[ recovery-image] Mar 18 13:48:57.912 INFO O| Mar 18 13:48:57.912 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
85362026-03-18T13:48:58.699Z[ recovery-image] Mar 18 13:48:57.912 INFO O| Mar 18 13:48:57.912 INFO STEP 72 (remove_files) COMPLETE
85372026-03-18T13:48:58.699Z[ recovery-image] Mar 18 13:48:57.912 INFO O| Mar 18 13:48:57.912 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85382026-03-18T13:48:58.712Z[ recovery-image] Mar 18 13:48:57.925 INFO O| Mar 18 13:48:57.925 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
85392026-03-18T13:48:58.712Z[ recovery-image] Mar 18 13:48:57.925 INFO O| Mar 18 13:48:57.925 INFO STEP 73 (remove_files) COMPLETE
85402026-03-18T13:48:58.715Z[ recovery-image] Mar 18 13:48:57.925 INFO O| Mar 18 13:48:57.925 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85412026-03-18T13:48:58.724Z[ recovery-image] Mar 18 13:48:57.938 INFO O| Mar 18 13:48:57.937 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
85422026-03-18T13:48:58.724Z[ recovery-image] Mar 18 13:48:57.938 INFO O| Mar 18 13:48:57.938 INFO STEP 74 (remove_files) COMPLETE
85432026-03-18T13:48:58.727Z[ recovery-image] Mar 18 13:48:57.938 INFO O| Mar 18 13:48:57.938 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85442026-03-18T13:48:58.737Z[ recovery-image] Mar 18 13:48:57.950 INFO O| Mar 18 13:48:57.950 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
85452026-03-18T13:48:58.737Z[ recovery-image] Mar 18 13:48:57.950 INFO O| Mar 18 13:48:57.950 INFO STEP 75 (remove_files) COMPLETE
85462026-03-18T13:48:58.737Z[ recovery-image] Mar 18 13:48:57.950 INFO O| Mar 18 13:48:57.950 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85472026-03-18T13:48:58.749Z[ recovery-image] Mar 18 13:48:57.962 INFO O| Mar 18 13:48:57.962 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
85482026-03-18T13:48:58.749Z[ recovery-image] Mar 18 13:48:57.962 INFO O| Mar 18 13:48:57.962 INFO STEP 76 (remove_files) COMPLETE
85492026-03-18T13:48:58.752Z[ recovery-image] Mar 18 13:48:57.962 INFO O| Mar 18 13:48:57.962 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85502026-03-18T13:48:58.762Z[ recovery-image] Mar 18 13:48:57.975 INFO O| Mar 18 13:48:57.975 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85512026-03-18T13:48:58.762Z[ recovery-image] Mar 18 13:48:57.975 INFO O| Mar 18 13:48:57.975 INFO STEP 77 (remove_files) COMPLETE
85522026-03-18T13:48:58.765Z[ recovery-image] Mar 18 13:48:57.975 INFO O| Mar 18 13:48:57.975 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85532026-03-18T13:48:58.774Z[ recovery-image] Mar 18 13:48:57.987 INFO O| Mar 18 13:48:57.987 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85542026-03-18T13:48:58.774Z[ recovery-image] Mar 18 13:48:57.987 INFO O| Mar 18 13:48:57.987 INFO STEP 78 (remove_files) COMPLETE
85552026-03-18T13:48:58.774Z[ recovery-image] Mar 18 13:48:57.987 INFO O| Mar 18 13:48:57.987 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85562026-03-18T13:48:58.786Z[ recovery-image] Mar 18 13:48:57.999 INFO O| Mar 18 13:48:57.999 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
85572026-03-18T13:48:58.786Z[ recovery-image] Mar 18 13:48:57.999 INFO O| Mar 18 13:48:57.999 INFO STEP 79 (remove_files) COMPLETE
85582026-03-18T13:48:58.789Z[ recovery-image] Mar 18 13:48:57.999 INFO O| Mar 18 13:48:57.999 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85592026-03-18T13:48:58.800Z[ recovery-image] Mar 18 13:48:58.014 INFO O| Mar 18 13:48:58.014 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
85602026-03-18T13:48:58.800Z[ recovery-image] Mar 18 13:48:58.014 INFO O| Mar 18 13:48:58.014 INFO STEP 80 (remove_files) COMPLETE
85612026-03-18T13:48:58.803Z[ recovery-image] Mar 18 13:48:58.014 INFO O| Mar 18 13:48:58.014 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85622026-03-18T13:48:58.813Z[ recovery-image] Mar 18 13:48:58.026 INFO O| Mar 18 13:48:58.026 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
85632026-03-18T13:48:58.813Z[ recovery-image] Mar 18 13:48:58.026 INFO O| Mar 18 13:48:58.026 INFO STEP 81 (remove_files) COMPLETE
85642026-03-18T13:48:58.816Z[ recovery-image] Mar 18 13:48:58.026 INFO O| Mar 18 13:48:58.026 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85652026-03-18T13:48:58.824Z[ recovery-image] Mar 18 13:48:58.038 INFO O| Mar 18 13:48:58.037 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
85662026-03-18T13:48:58.824Z[ recovery-image] Mar 18 13:48:58.038 INFO O| Mar 18 13:48:58.038 INFO STEP 82 (remove_files) COMPLETE
85672026-03-18T13:48:58.824Z[ recovery-image] Mar 18 13:48:58.038 INFO O| Mar 18 13:48:58.038 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85682026-03-18T13:48:58.836Z[ recovery-image] Mar 18 13:48:58.049 INFO O| Mar 18 13:48:58.049 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
85692026-03-18T13:48:58.836Z[ recovery-image] Mar 18 13:48:58.049 INFO O| Mar 18 13:48:58.049 INFO STEP 83 (remove_files) COMPLETE
85702026-03-18T13:48:58.839Z[ recovery-image] Mar 18 13:48:58.049 INFO O| Mar 18 13:48:58.049 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85712026-03-18T13:48:58.847Z[ recovery-image] Mar 18 13:48:58.061 INFO O| Mar 18 13:48:58.060 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
85722026-03-18T13:48:58.847Z[ recovery-image] Mar 18 13:48:58.061 INFO O| Mar 18 13:48:58.061 INFO STEP 84 (remove_files) COMPLETE
85732026-03-18T13:48:58.850Z[ recovery-image] Mar 18 13:48:58.061 INFO O| Mar 18 13:48:58.061 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85742026-03-18T13:48:58.859Z[ recovery-image] Mar 18 13:48:58.073 INFO O| Mar 18 13:48:58.072 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
85752026-03-18T13:48:58.859Z[ recovery-image] Mar 18 13:48:58.073 INFO O| Mar 18 13:48:58.073 INFO STEP 85 (remove_files) COMPLETE
85762026-03-18T13:48:58.862Z[ recovery-image] Mar 18 13:48:58.073 INFO O| Mar 18 13:48:58.073 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85772026-03-18T13:48:58.873Z[ recovery-image] Mar 18 13:48:58.085 INFO O| Mar 18 13:48:58.085 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
85782026-03-18T13:48:58.873Z[ recovery-image] Mar 18 13:48:58.085 INFO O| Mar 18 13:48:58.085 INFO STEP 86 (remove_files) COMPLETE
85792026-03-18T13:48:58.873Z[ recovery-image] Mar 18 13:48:58.085 INFO O| Mar 18 13:48:58.085 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85802026-03-18T13:48:58.884Z[ recovery-image] Mar 18 13:48:58.097 INFO O| Mar 18 13:48:58.097 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
85812026-03-18T13:48:58.884Z[ recovery-image] Mar 18 13:48:58.097 INFO O| Mar 18 13:48:58.097 INFO STEP 87 (remove_files) COMPLETE
85822026-03-18T13:48:58.887Z[ recovery-image] Mar 18 13:48:58.097 INFO O| Mar 18 13:48:58.097 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85832026-03-18T13:48:58.896Z[ recovery-image] Mar 18 13:48:58.109 INFO O| Mar 18 13:48:58.109 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
85842026-03-18T13:48:58.896Z[ recovery-image] Mar 18 13:48:58.109 INFO O| Mar 18 13:48:58.109 INFO STEP 88 (remove_files) COMPLETE
85852026-03-18T13:48:58.896Z[ recovery-image] Mar 18 13:48:58.109 INFO O| Mar 18 13:48:58.109 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85862026-03-18T13:48:58.907Z[ recovery-image] Mar 18 13:48:58.121 INFO O| Mar 18 13:48:58.121 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
85872026-03-18T13:48:58.907Z[ recovery-image] Mar 18 13:48:58.121 INFO O| Mar 18 13:48:58.121 INFO STEP 89 (remove_files) COMPLETE
85882026-03-18T13:48:58.910Z[ recovery-image] Mar 18 13:48:58.121 INFO O| Mar 18 13:48:58.121 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85892026-03-18T13:48:58.919Z[ recovery-image] Mar 18 13:48:58.133 INFO O| Mar 18 13:48:58.133 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
85902026-03-18T13:48:58.919Z[ recovery-image] Mar 18 13:48:58.133 INFO O| Mar 18 13:48:58.133 INFO STEP 90 (remove_files) COMPLETE
85912026-03-18T13:48:58.922Z[ recovery-image] Mar 18 13:48:58.133 INFO O| Mar 18 13:48:58.133 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85922026-03-18T13:48:58.932Z[ recovery-image] Mar 18 13:48:58.145 INFO O| Mar 18 13:48:58.145 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
85932026-03-18T13:48:58.932Z[ recovery-image] Mar 18 13:48:58.145 INFO O| Mar 18 13:48:58.145 INFO STEP 91 (remove_files) COMPLETE
85942026-03-18T13:48:58.935Z[ recovery-image] Mar 18 13:48:58.145 INFO O| Mar 18 13:48:58.145 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85952026-03-18T13:48:58.944Z[ recovery-image] Mar 18 13:48:58.157 INFO O| Mar 18 13:48:58.157 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
85962026-03-18T13:48:58.944Z[ recovery-image] Mar 18 13:48:58.158 INFO O| Mar 18 13:48:58.158 INFO STEP 92 (remove_files) COMPLETE
85972026-03-18T13:48:58.944Z[ recovery-image] Mar 18 13:48:58.158 INFO O| Mar 18 13:48:58.158 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85982026-03-18T13:48:58.956Z[ recovery-image] Mar 18 13:48:58.170 INFO O| Mar 18 13:48:58.169 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
85992026-03-18T13:48:58.956Z[ recovery-image] Mar 18 13:48:58.170 INFO O| Mar 18 13:48:58.170 INFO STEP 93 (remove_files) COMPLETE
86002026-03-18T13:48:58.956Z[ recovery-image] Mar 18 13:48:58.170 INFO O| Mar 18 13:48:58.170 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86012026-03-18T13:48:58.974Z[ recovery-image] Mar 18 13:48:58.187 INFO O| Mar 18 13:48:58.187 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
86022026-03-18T13:48:58.974Z[ recovery-image] Mar 18 13:48:58.187 INFO O| Mar 18 13:48:58.187 INFO STEP 94 (remove_files) COMPLETE
86032026-03-18T13:48:58.977Z[ recovery-image] Mar 18 13:48:58.187 INFO O| Mar 18 13:48:58.187 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86042026-03-18T13:48:58.988Z[ recovery-image] Mar 18 13:48:58.201 INFO O| Mar 18 13:48:58.201 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86052026-03-18T13:48:58.988Z[ recovery-image] Mar 18 13:48:58.201 INFO O| Mar 18 13:48:58.201 INFO STEP 95 (remove_files) COMPLETE
86062026-03-18T13:48:58.991Z[ recovery-image] Mar 18 13:48:58.201 INFO O| Mar 18 13:48:58.201 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86072026-03-18T13:48:59.002Z[ recovery-image] Mar 18 13:48:58.214 INFO O| Mar 18 13:48:58.214 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86082026-03-18T13:48:59.005Z[ recovery-image] Mar 18 13:48:58.214 INFO O| Mar 18 13:48:58.214 INFO STEP 96 (remove_files) COMPLETE
86092026-03-18T13:48:59.005Z[ recovery-image] Mar 18 13:48:58.214 INFO O| Mar 18 13:48:58.214 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86102026-03-18T13:48:59.014Z[ recovery-image] Mar 18 13:48:58.228 INFO O| Mar 18 13:48:58.228 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86112026-03-18T13:48:59.018Z[ recovery-image] Mar 18 13:48:58.228 INFO O| Mar 18 13:48:58.228 INFO STEP 97 (remove_files) COMPLETE
86122026-03-18T13:48:59.018Z[ recovery-image] Mar 18 13:48:58.228 INFO O| Mar 18 13:48:58.228 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86132026-03-18T13:48:59.027Z[ recovery-image] Mar 18 13:48:58.240 INFO O| Mar 18 13:48:58.240 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
86142026-03-18T13:48:59.027Z[ recovery-image] Mar 18 13:48:58.240 INFO O| Mar 18 13:48:58.240 INFO STEP 98 (remove_files) COMPLETE
86152026-03-18T13:48:59.030Z[ recovery-image] Mar 18 13:48:58.240 INFO O| Mar 18 13:48:58.240 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86162026-03-18T13:48:59.039Z[ recovery-image] Mar 18 13:48:58.252 INFO O| Mar 18 13:48:58.252 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
86172026-03-18T13:48:59.039Z[ recovery-image] Mar 18 13:48:58.252 INFO O| Mar 18 13:48:58.252 INFO STEP 99 (remove_files) COMPLETE
86182026-03-18T13:48:59.042Z[ recovery-image] Mar 18 13:48:58.252 INFO O| Mar 18 13:48:58.252 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86192026-03-18T13:48:59.061Z[ recovery-image] Mar 18 13:48:58.274 INFO O| Mar 18 13:48:58.274 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
86202026-03-18T13:48:59.061Z[ recovery-image] Mar 18 13:48:58.274 INFO O| Mar 18 13:48:58.274 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
86212026-03-18T13:49:07.115Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
86222026-03-18T13:49:07.455Z[ recovery-image] Mar 18 13:49:06.668 INFO O| Mar 18 13:49:06.668 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
86232026-03-18T13:49:07.455Z[ recovery-image] Mar 18 13:49:06.669 INFO O| Mar 18 13:49:06.668 INFO E| svccfg: Loaded 68 smf(7) service descriptions
86242026-03-18T13:49:07.471Z[ recovery-image] Mar 18 13:49:06.685 INFO O| Mar 18 13:49:06.685 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
86252026-03-18T13:49:07.597Z[ recovery-image] Mar 18 13:49:06.811 INFO O| Mar 18 13:49:06.811 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
86262026-03-18T13:49:07.683Z[ recovery-image] Mar 18 13:49:06.897 INFO O| Mar 18 13:49:06.897 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
86272026-03-18T13:49:07.766Z[ recovery-image] Mar 18 13:49:06.980 INFO O| Mar 18 13:49:06.980 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
86282026-03-18T13:49:07.766Z[ recovery-image] Mar 18 13:49:06.980 INFO O| Mar 18 13:49:06.980 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 ...
86292026-03-18T13:49:07.769Z[ recovery-image] Mar 18 13:49:06.982 INFO O| Mar 18 13:49:06.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
86302026-03-18T13:49:07.769Z[ recovery-image] Mar 18 13:49:06.982 INFO O| Mar 18 13:49:06.982 INFO ok!
86312026-03-18T13:49:07.769Z[ recovery-image] Mar 18 13:49:06.982 INFO O| Mar 18 13:49:06.982 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
86322026-03-18T13:49:07.769Z[ recovery-image] Mar 18 13:49:06.982 INFO O| Mar 18 13:49:06.982 INFO STEP 100 (seed_smf) COMPLETE
86332026-03-18T13:49:07.769Z[ recovery-image] Mar 18 13:49:06.982 INFO O| Mar 18 13:49:06.982 INFO steps complete; finalising image!
86342026-03-18T13:49:07.769Z[ recovery-image] Mar 18 13:49:06.982 INFO O| Mar 18 13:49:06.982 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
86352026-03-18T13:49:07.840Z[ recovery-image] Mar 18 13:49:07.054 INFO O| Mar 18 13:49:07.054 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Mar 18 13:49:06 2026)
86362026-03-18T13:49:08.047Z[ recovery-image] Mar 18 13:49:07.261 INFO O| Mar 18 13:49:07.261 INFO trim TEMPORARY-sled-zfs-recovery: (83% trimmed, started at Wed Mar 18 13:49:06 2026)
86372026-03-18T13:49:08.255Z[ recovery-image] Mar 18 13:49:07.469 INFO O| Mar 18 13:49:07.469 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Wed Mar 18 13:49:06 2026)
86382026-03-18T13:49:08.481Z[ recovery-image] Mar 18 13:49:07.695 INFO O| Mar 18 13:49:07.695 INFO temporary pool has 458M used, 1.30G avail, 1.00x compressratio
86392026-03-18T13:49:08.481Z[ recovery-image] Mar 18 13:49:07.695 INFO O| Mar 18 13:49:07.695 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
86402026-03-18T13:49:09.243Z[ recovery-image] Mar 18 13:49:08.457 INFO O| Mar 18 13:49:08.457 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
86412026-03-18T13:49:09.243Z[ recovery-image] Mar 18 13:49:08.457 INFO O| Mar 18 13:49:08.457 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
86422026-03-18T13:49:12.288Z[ recovery-image] Mar 18 13:49:11.502 INFO O| Mar 18 13:49:11.502 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
86432026-03-18T13:49:12.288Z[ recovery-image] Mar 18 13:49:11.502 INFO O| Mar 18 13:49:11.502 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
86442026-03-18T13:49:12.291Z[ recovery-image] Mar 18 13:49:11.502 INFO O| Mar 18 13:49:11.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
86452026-03-18T13:49:12.291Z[ recovery-image] Mar 18 13:49:11.502 INFO O| Mar 18 13:49:11.502 INFO completed processing sled/zfs-recovery
86462026-03-18T13:49:12.291Z[ recovery-image] Mar 18 13:49:11.502 INFO O| Mar 18 13:49:11.502 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86472026-03-18T13:49:13.423Z[ recovery-image] Mar 18 13:49:12.638 INFO O| Mar 18 13:49:12.638 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86482026-03-18T13:49:13.535Z[ recovery-image] Mar 18 13:49:12.750 INFO BUILD STRING "heads/stlouis-0-g3ac35c4933\n"
86492026-03-18T13:49:13.535Z[ recovery-image] Mar 18 13:49:12.750 INFO expanded image name: "recovery 78e92b6/${os_short_commit} 2026-03-18 13:32" -> "recovery 78e92b6/3ac35c4 2026-03-18 13:32"
86502026-03-18T13:49:13.539Z[ recovery-image] Mar 18 13:49:12.750 INFO output artefacts stored in: "/work/os-recovery"
86512026-03-18T13:49:13.539Z[ recovery-image] Mar 18 13:49:12.750 INFO collecting git info from project "bootserver"...
86522026-03-18T13:49:13.563Z[ recovery-image] Mar 18 13:49:12.760 INFO collecting git info from project "image-builder"...
86532026-03-18T13:49:13.563Z[ recovery-image] Mar 18 13:49:12.769 INFO collecting git info from project "amd-host-image-builder"...
86542026-03-18T13:49:13.600Z[ recovery-image] Mar 18 13:49:12.815 INFO collecting git info from project "pinprick"...
86552026-03-18T13:49:13.608Z[ recovery-image] Mar 18 13:49:12.823 INFO collecting git info from project "phbl"...
86562026-03-18T13:49:13.616Z[ recovery-image] Mar 18 13:49:12.831 INFO collecting git info from project "dmar-report"...
86572026-03-18T13:49:13.633Z[ recovery-image] Mar 18 13:49:12.848 INFO collecting git info from project "pilot"...
86582026-03-18T13:49:13.646Z[ recovery-image] Mar 18 13:49:12.861 INFO collecting git info from project "amd-firmware"...
86592026-03-18T13:49:14.098Z[ recovery-image] Mar 18 13:49:13.313 INFO collecting git info from project "chelsio-t6-roms"...
86602026-03-18T13:49:14.121Z[ recovery-image] Mar 18 13:49:13.336 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86612026-03-18T13:49:14.933Z[ recovery-image] Mar 18 13:49:14.148 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86622026-03-18T13:49:15.414Z[ recovery-image] Mar 18 13:49:14.629 INFO creating Oxide boot image...
86632026-03-18T13:49:15.414Z[ recovery-image] Mar 18 13:49:14.629 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 78e92b6/3ac35c4 2026-03-18 13:32", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86642026-03-18T13:49:27.597Z[ host-image] Mar 18 13:49:26.814 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.23825:20260318T113935Z
86652026-03-18T13:49:27.598Z[ host-image] Mar 18 13:49:26.814 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.23825:20260312T204902Z
86662026-03-18T13:49:27.598Z[ host-image] Mar 18 13:49:26.814 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
86672026-03-18T13:49:27.601Z[ host-image] Mar 18 13:49:26.814 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
86682026-03-18T13:49:27.601Z[ host-image] Mar 18 13:49:26.814 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
86692026-03-18T13:49:27.601Z[ host-image] Mar 18 13:49:26.814 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
86702026-03-18T13:49:27.601Z[ host-image] Mar 18 13:49:26.815 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
86712026-03-18T13:49:27.601Z[ host-image] Mar 18 13:49:26.815 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
86722026-03-18T13:49:27.601Z[ host-image] Mar 18 13:49:26.815 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@19.0.0.0-3.0:20260318T133245Z
86732026-03-18T13:49:27.601Z[ host-image] Mar 18 13:49:26.815 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260226T171938Z
86742026-03-18T13:49:27.601Z[ host-image] Mar 18 13:49:26.815 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
86752026-03-18T13:49:27.601Z[ host-image] Mar 18 13:49:26.815 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.23825:20260312T204903Z
86762026-03-18T13:49:27.601Z[ host-image] Mar 18 13:49:26.816 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.23825:20260312T204903Z
86772026-03-18T13:49:27.601Z[ host-image] Mar 18 13:49:26.816 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.23825:20260312T204903Z
86782026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.817 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.23825:20260312T204904Z
86792026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.817 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
86802026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.817 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.23825:20260312T204904Z
86812026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.817 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.23825:20260312T204904Z
86822026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.817 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.23825:20260312T204904Z
86832026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.817 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.23825:20260312T204904Z
86842026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.817 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.23825:20260312T204905Z
86852026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.817 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.23825:20260312T204905Z
86862026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.817 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.23825:20260312T204905Z
86872026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.817 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.23825:20260312T204906Z
86882026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.818 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.23825:20260312T204906Z
86892026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.818 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.23825:20260312T204906Z
86902026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.818 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.23825:20260312T204908Z
86912026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.818 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.23825:20260312T204908Z
86922026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.818 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.23825:20260312T204909Z
86932026-03-18T13:49:27.602Z[ host-image] Mar 18 13:49:26.818 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.23825:20260312T204910Z
86942026-03-18T13:49:27.605Z[ host-image] Mar 18 13:49:26.818 INFO O| install = pkg://helios/driver/network/opte@0.39.455:20260129T171925Z
86952026-03-18T13:49:27.605Z[ host-image] Mar 18 13:49:26.818 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.23825:20260312T204911Z
86962026-03-18T13:49:27.605Z[ host-image] Mar 18 13:49:26.818 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.23825:20260312T204913Z
86972026-03-18T13:49:27.605Z[ host-image] Mar 18 13:49:26.818 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.23825:20260312T204914Z
86982026-03-18T13:49:27.605Z[ host-image] Mar 18 13:49:26.818 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.23825:20260312T204915Z
86992026-03-18T13:49:27.606Z[ host-image] Mar 18 13:49:26.819 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.23825:20260312T204916Z
87002026-03-18T13:49:27.606Z[ host-image] Mar 18 13:49:26.819 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.23825:20260312T204916Z
87012026-03-18T13:49:27.609Z[ host-image] Mar 18 13:49:26.823 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
87022026-03-18T13:49:27.609Z[ host-image] Mar 18 13:49:26.823 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.23825:20260312T204916Z
87032026-03-18T13:49:27.609Z[ host-image] Mar 18 13:49:26.823 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
87042026-03-18T13:49:27.609Z[ host-image] Mar 18 13:49:26.823 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
87052026-03-18T13:49:27.609Z[ host-image] Mar 18 13:49:26.823 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
87062026-03-18T13:49:27.609Z[ host-image] Mar 18 13:49:26.823 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
87072026-03-18T13:49:27.609Z[ host-image] Mar 18 13:49:26.824 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.23825:20260312T204917Z
87082026-03-18T13:49:27.609Z[ host-image] Mar 18 13:49:26.824 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
87092026-03-18T13:49:27.609Z[ host-image] Mar 18 13:49:26.824 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
87102026-03-18T13:49:27.609Z[ host-image] Mar 18 13:49:26.824 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
87112026-03-18T13:49:27.609Z[ host-image] Mar 18 13:49:26.824 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
87122026-03-18T13:49:27.612Z[ host-image] Mar 18 13:49:26.829 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
87132026-03-18T13:49:27.612Z[ host-image] Mar 18 13:49:26.829 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
87142026-03-18T13:49:27.612Z[ host-image] Mar 18 13:49:26.829 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
87152026-03-18T13:49:27.612Z[ host-image] Mar 18 13:49:26.829 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
87162026-03-18T13:49:27.615Z[ host-image] Mar 18 13:49:26.830 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
87172026-03-18T13:49:27.615Z[ host-image] Mar 18 13:49:26.830 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
87182026-03-18T13:49:27.630Z[ host-image] Mar 18 13:49:26.846 INFO O| install = pkg://helios/library/security/openssl-3@3.5.5-3.0:20260212T151058Z
87192026-03-18T13:49:27.630Z[ host-image] Mar 18 13:49:26.846 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
87202026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.846 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
87212026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.847 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.23825:20260312T204918Z
87222026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.847 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.23825:20260312T204924Z
87232026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.847 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
87242026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.847 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.23825:20260312T204925Z
87252026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.847 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
87262026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.847 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
87272026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.847 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
87282026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.847 INFO O| install = pkg://helios/network/rsync@3.4.1-3.0:20260212T150619Z
87292026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.847 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.23825:20260312T204925Z
87302026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.847 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
87312026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.849 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
87322026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.849 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
87332026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.849 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
87342026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.849 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.23825:20260312T204925Z
87352026-03-18T13:49:27.634Z[ host-image] Mar 18 13:49:26.849 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
87362026-03-18T13:49:27.638Z[ host-image] Mar 18 13:49:26.855 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
87372026-03-18T13:49:27.638Z[ host-image] Mar 18 13:49:26.855 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.23825:20260318T113938Z
87382026-03-18T13:49:27.641Z[ host-image] Mar 18 13:49:26.855 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.23825:20260312T204926Z
87392026-03-18T13:49:27.641Z[ host-image] Mar 18 13:49:26.856 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.23825:20260312T204926Z
87402026-03-18T13:49:27.641Z[ host-image] Mar 18 13:49:26.856 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
87412026-03-18T13:49:27.641Z[ host-image] Mar 18 13:49:26.856 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.23825:20260312T204927Z
87422026-03-18T13:49:27.641Z[ host-image] Mar 18 13:49:26.856 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.23825:20260312T204927Z
87432026-03-18T13:49:27.641Z[ host-image] Mar 18 13:49:26.856 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.23825:20260312T204928Z
87442026-03-18T13:49:27.641Z[ host-image] Mar 18 13:49:26.856 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.23825:20260312T204928Z
87452026-03-18T13:49:27.641Z[ host-image] Mar 18 13:49:26.858 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
87462026-03-18T13:49:27.644Z[ host-image] Mar 18 13:49:26.858 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.23825:20260312T204928Z
87472026-03-18T13:49:27.644Z[ host-image] Mar 18 13:49:26.858 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.23825:20260312T204929Z
87482026-03-18T13:49:27.644Z[ host-image] Mar 18 13:49:26.858 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
87492026-03-18T13:49:27.644Z[ host-image] Mar 18 13:49:26.858 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.23825:20260312T204929Z
87502026-03-18T13:49:27.644Z[ host-image] Mar 18 13:49:26.858 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.23825:20260312T204930Z
87512026-03-18T13:49:27.644Z[ host-image] Mar 18 13:49:26.858 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.23825:20260312T204930Z
87522026-03-18T13:49:27.644Z[ host-image] Mar 18 13:49:26.858 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.23825:20260312T204930Z
87532026-03-18T13:49:27.647Z[ host-image] Mar 18 13:49:26.861 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.23825:20260312T204930Z
87542026-03-18T13:49:27.647Z[ host-image] Mar 18 13:49:26.861 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
87552026-03-18T13:49:27.647Z[ host-image] Mar 18 13:49:26.862 INFO O| install = pkg://helios/system/data/zoneinfo@2025.2-3.0.23825:20260312T204930Z
87562026-03-18T13:49:27.647Z[ host-image] Mar 18 13:49:26.863 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.23825:20260312T204930Z
87572026-03-18T13:49:27.647Z[ host-image] Mar 18 13:49:26.863 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.23825:20260312T204930Z
87582026-03-18T13:49:27.647Z[ host-image] Mar 18 13:49:26.863 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.23825:20260312T204931Z
87592026-03-18T13:49:27.647Z[ host-image] Mar 18 13:49:26.863 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.23825:20260312T204931Z
87602026-03-18T13:49:27.647Z[ host-image] Mar 18 13:49:26.863 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.23825:20260312T204931Z
87612026-03-18T13:49:27.650Z[ host-image] Mar 18 13:49:26.867 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.23825:20260312T204933Z
87622026-03-18T13:49:27.650Z[ host-image] Mar 18 13:49:26.867 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.23825:20260312T204932Z
87632026-03-18T13:49:27.653Z[ host-image] Mar 18 13:49:26.867 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.23825:20260312T204932Z
87642026-03-18T13:49:27.653Z[ host-image] Mar 18 13:49:26.868 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.23825:20260312T204932Z
87652026-03-18T13:49:27.653Z[ host-image] Mar 18 13:49:26.868 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.23825:20260312T204933Z
87662026-03-18T13:49:27.660Z[ host-image] Mar 18 13:49:26.877 INFO O| install = pkg://helios/system/library@0.5.11-3.0.23825:20260312T204936Z
87672026-03-18T13:49:27.660Z[ host-image] Mar 18 13:49:26.877 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.23825:20260312T204933Z
87682026-03-18T13:49:27.660Z[ host-image] Mar 18 13:49:26.877 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.23825:20260312T204933Z
87692026-03-18T13:49:27.663Z[ host-image] Mar 18 13:49:26.877 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
87702026-03-18T13:49:27.663Z[ host-image] Mar 18 13:49:26.877 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
87712026-03-18T13:49:27.684Z[ host-image] Mar 18 13:49:26.900 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.23825:20260312T204933Z
87722026-03-18T13:49:27.684Z[ host-image] Mar 18 13:49:26.900 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
87732026-03-18T13:49:27.687Z[ host-image] Mar 18 13:49:26.900 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.23825:20260312T204933Z
87742026-03-18T13:49:27.687Z[ host-image] Mar 18 13:49:26.900 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.23825:20260312T204934Z
87752026-03-18T13:49:27.687Z[ host-image] Mar 18 13:49:26.901 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.23825:20260312T204934Z
87762026-03-18T13:49:27.687Z[ host-image] Mar 18 13:49:26.901 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
87772026-03-18T13:49:27.687Z[ host-image] Mar 18 13:49:26.902 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
87782026-03-18T13:49:27.687Z[ host-image] Mar 18 13:49:26.902 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.23825:20260312T204935Z
87792026-03-18T13:49:27.687Z[ host-image] Mar 18 13:49:26.902 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.23825:20260312T204935Z
87802026-03-18T13:49:27.687Z[ host-image] Mar 18 13:49:26.902 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.23825:20260312T204935Z
87812026-03-18T13:49:27.687Z[ host-image] Mar 18 13:49:26.902 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.23825:20260312T204935Z
87822026-03-18T13:49:27.687Z[ host-image] Mar 18 13:49:26.902 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.23825:20260312T204935Z
87832026-03-18T13:49:27.687Z[ host-image] Mar 18 13:49:26.902 INFO O| install = pkg://helios/system/man@0.5.11-3.0.23825:20260312T204936Z
87842026-03-18T13:49:27.687Z[ host-image] Mar 18 13:49:26.903 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
87852026-03-18T13:49:27.687Z[ host-image] Mar 18 13:49:26.903 INFO O| install = pkg://helios/system/microcode/amd@20251202-3.0.23825:20260312T204936Z
87862026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.904 INFO O| install = pkg://helios/system/microcode/intel@20260210-3.0.23825:20260312T204936Z
87872026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.904 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.23825:20260312T204936Z
87882026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.904 INFO O| install = pkg://helios/system/network@0.5.11-3.0.23825:20260312T204937Z
87892026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.904 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.23825:20260312T204937Z
87902026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.905 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.23825:20260312T204937Z
87912026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.905 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
87922026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.905 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
87932026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.905 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.23825:20260312T204939Z
87942026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.905 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.23825:20260312T204940Z
87952026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.905 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260226T171916Z
87962026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.905 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
87972026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.905 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
87982026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.905 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
87992026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.905 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
88002026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.906 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
88012026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.907 INFO O| install = pkg://helios/web/curl@8.19.0-3.0:20260311T180510Z
88022026-03-18T13:49:27.691Z[ host-image] Mar 18 13:49:26.907 INFO O| tempdir @ "/tmp/.tmpCR6x2m/tmp"
88032026-03-18T13:49:27.692Z[ host-image] Mar 18 13:49:26.907 INFO O| image root @ "/tmp/.tmpCR6x2m/tmp/root"
88042026-03-18T13:49:27.692Z[ host-image] Mar 18 13:49:26.907 INFO O| creating image...
88052026-03-18T13:49:28.232Z[ host-image] Mar 18 13:49:27.448 INFO O| copying publishers...
88062026-03-18T13:49:29.221Z[ host-image] Mar 18 13:49:28.437 INFO O| adding properties...
88072026-03-18T13:49:30.480Z[ host-image] Mar 18 13:49:29.697 INFO O| installing packages...
88082026-03-18T13:49:31.486Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
88092026-03-18T13:49:47.295Z[ host-image] Mar 18 13:49:46.514 INFO O| seeding SMF database...
88102026-03-18T13:49:53.594Z[ host-image] Mar 18 13:49:52.814 INFO O| configuring SMF profile...
88112026-03-18T13:49:53.594Z[ host-image] Mar 18 13:49:52.814 INFO O| modifying shadow(5)...
88122026-03-18T13:49:53.597Z[ host-image] Mar 18 13:49:52.814 INFO O| loading user and group database...
88132026-03-18T13:49:53.597Z[ host-image] Mar 18 13:49:52.814 INFO O| loading facet selections...
88142026-03-18T13:49:54.048Z[ host-image] Mar 18 13:49:53.268 INFO O| devel -> true
88152026-03-18T13:49:54.048Z[ host-image] Mar 18 13:49:53.268 INFO O| doc.man -> true
88162026-03-18T13:49:54.048Z[ host-image] Mar 18 13:49:53.268 INFO O| version-lock.shell/ksh93 -> true
88172026-03-18T13:49:54.051Z[ host-image] Mar 18 13:49:53.268 INFO O| version-lock.system/data/hardware-registry -> true
88182026-03-18T13:49:54.052Z[ host-image] Mar 18 13:49:53.268 INFO O| version-lock.system/data/zoneinfo -> true
88192026-03-18T13:49:54.052Z[ host-image] Mar 18 13:49:53.268 INFO O| version-lock.system/microcode/amd -> true
88202026-03-18T13:49:54.052Z[ host-image] Mar 18 13:49:53.268 INFO O| version-lock.system/microcode/intel -> true
88212026-03-18T13:49:54.052Z[ host-image] Mar 18 13:49:53.268 INFO O| version-lock.system/microcode/oxide -> true
88222026-03-18T13:49:54.052Z[ host-image] Mar 18 13:49:53.268 INFO O| assessing packaged files...
88232026-03-18T13:49:56.649Z[ host-image] Mar 18 13:49:55.870 INFO O| creating archive...
88242026-03-18T13:49:56.689Z[ host-image] Mar 18 13:49:55.909 INFO O| missing from packaging:
88252026-03-18T13:49:56.689Z[ host-image] Mar 18 13:49:55.909 INFO O| "etc/.pwd.lock"
88262026-03-18T13:49:56.689Z[ host-image] Mar 18 13:49:55.909 INFO O| "etc/bash"
88272026-03-18T13:49:56.695Z[ host-image] Mar 18 13:49:55.915 INFO O| "etc/svc/profile/generic.xml"
88282026-03-18T13:49:56.695Z[ host-image] Mar 18 13:49:55.915 INFO O| "etc/svc/profile/inetd_services.xml"
88292026-03-18T13:49:56.698Z[ host-image] Mar 18 13:49:55.915 INFO O| "etc/svc/profile/name_service.xml"
88302026-03-18T13:49:56.698Z[ host-image] Mar 18 13:49:55.915 INFO O| "etc/svc/profile/platform.xml"
88312026-03-18T13:49:56.698Z[ host-image] Mar 18 13:49:55.915 INFO O| "etc/svc/profile/platform_omicron1.xml"
88322026-03-18T13:49:56.698Z[ host-image] Mar 18 13:49:55.915 INFO O| "etc/svc/repository.db"
88332026-03-18T13:49:56.703Z[ host-image] Mar 18 13:49:55.923 INFO O| "opt/ooce/share"
88342026-03-18T13:49:56.703Z[ host-image] Mar 18 13:49:55.923 INFO O| "opt/ooce/share/man"
88352026-03-18T13:49:56.703Z[ host-image] Mar 18 13:49:55.923 INFO O| "opt/ooce/share/man/man1"
88362026-03-18T13:49:56.713Z[ host-image] Mar 18 13:49:55.934 INFO O| finishing archive...
88372026-03-18T13:50:00.474Z[ host-image] Mar 18 13:49:59.695 INFO O| creating gzonly manifest...
88382026-03-18T13:50:00.481Z[ host-image] Mar 18 13:49:59.702 INFO O| ok
88392026-03-18T13:50:00.612Z[ host-image] Mar 18 13:49:59.833 INFO image builder template: ramdisk-02-trim...
88402026-03-18T13:50:00.612Z[ host-image] Mar 18 13:49:59.833 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/.tmp5JnwhE/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.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
88412026-03-18T13:50:00.635Z[ host-image] Mar 18 13:49:59.856 INFO O| Mar 18 13:49:59.856 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
88422026-03-18T13:50:00.639Z[ host-image] Mar 18 13:49:59.860 INFO O| Mar 18 13:49:59.860 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
88432026-03-18T13:50:00.819Z[ host-image] Mar 18 13:50:00.039 INFO O| Mar 18 13:50:00.039 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
88442026-03-18T13:50:00.902Z[ host-image] Mar 18 13:50:00.123 INFO O| Mar 18 13:50:00.122 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
88452026-03-18T13:50:00.902Z[ host-image] Mar 18 13:50:00.123 INFO O| Mar 18 13:50:00.123 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
88462026-03-18T13:50:00.907Z[ host-image] Mar 18 13:50:00.128 INFO O| Mar 18 13:50:00.128 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
88472026-03-18T13:50:00.911Z[ host-image] Mar 18 13:50:00.132 INFO O| Mar 18 13:50:00.132 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
88482026-03-18T13:50:00.916Z[ host-image] Mar 18 13:50:00.137 INFO O| Mar 18 13:50:00.137 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
88492026-03-18T13:50:01.277Z[ host-image] Mar 18 13:50:00.498 INFO O| Mar 18 13:50:00.498 INFO rolled back to input snapshot; work may begin
88502026-03-18T13:50:01.277Z[ host-image] Mar 18 13:50:00.498 INFO O| Mar 18 13:50:00.498 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
88512026-03-18T13:50:01.283Z[ host-image] Mar 18 13:50:00.504 INFO O| Mar 18 13:50:00.504 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88522026-03-18T13:50:01.295Z[ host-image] Mar 18 13:50:00.516 INFO O| Mar 18 13:50:00.516 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
88532026-03-18T13:50:01.341Z[ host-image] Mar 18 13:50:00.562 INFO O| Mar 18 13:50:00.562 INFO STEP 0 (remove_files) COMPLETE
88542026-03-18T13:50:01.341Z[ host-image] Mar 18 13:50:00.562 INFO O| Mar 18 13:50:00.562 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88552026-03-18T13:50:01.353Z[ host-image] Mar 18 13:50:00.574 INFO O| Mar 18 13:50:00.574 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
88562026-03-18T13:50:01.356Z[ host-image] Mar 18 13:50:00.575 INFO O| Mar 18 13:50:00.575 INFO STEP 1 (remove_files) COMPLETE
88572026-03-18T13:50:01.356Z[ host-image] Mar 18 13:50:00.575 INFO O| Mar 18 13:50:00.575 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88582026-03-18T13:50:01.368Z[ host-image] Mar 18 13:50:00.588 INFO O| Mar 18 13:50:00.588 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
88592026-03-18T13:50:01.383Z[ host-image] Mar 18 13:50:00.603 INFO O| Mar 18 13:50:00.603 INFO STEP 2 (remove_files) COMPLETE
88602026-03-18T13:50:01.383Z[ host-image] Mar 18 13:50:00.603 INFO O| Mar 18 13:50:00.603 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88612026-03-18T13:50:01.393Z[ host-image] Mar 18 13:50:00.614 INFO O| Mar 18 13:50:00.614 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
88622026-03-18T13:50:01.396Z[ host-image] Mar 18 13:50:00.615 INFO O| Mar 18 13:50:00.615 INFO STEP 3 (remove_files) COMPLETE
88632026-03-18T13:50:01.396Z[ host-image] Mar 18 13:50:00.615 INFO O| Mar 18 13:50:00.615 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88642026-03-18T13:50:01.406Z[ host-image] Mar 18 13:50:00.627 INFO O| Mar 18 13:50:00.627 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
88652026-03-18T13:50:01.409Z[ host-image] Mar 18 13:50:00.630 INFO O| Mar 18 13:50:00.630 INFO STEP 4 (remove_files) COMPLETE
88662026-03-18T13:50:01.409Z[ host-image] Mar 18 13:50:00.630 INFO O| Mar 18 13:50:00.630 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88672026-03-18T13:50:01.422Z[ host-image] Mar 18 13:50:00.642 INFO O| Mar 18 13:50:00.642 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
88682026-03-18T13:50:01.425Z[ host-image] Mar 18 13:50:00.645 INFO O| Mar 18 13:50:00.645 INFO STEP 5 (remove_files) COMPLETE
88692026-03-18T13:50:01.425Z[ host-image] Mar 18 13:50:00.645 INFO O| Mar 18 13:50:00.645 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88702026-03-18T13:50:01.436Z[ host-image] Mar 18 13:50:00.657 INFO O| Mar 18 13:50:00.657 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
88712026-03-18T13:50:01.448Z[ host-image] Mar 18 13:50:00.669 INFO O| Mar 18 13:50:00.669 INFO STEP 6 (remove_files) COMPLETE
88722026-03-18T13:50:01.448Z[ host-image] Mar 18 13:50:00.669 INFO O| Mar 18 13:50:00.669 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88732026-03-18T13:50:01.460Z[ host-image] Mar 18 13:50:00.681 INFO O| Mar 18 13:50:00.681 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
88742026-03-18T13:50:01.463Z[ host-image] Mar 18 13:50:00.682 INFO O| Mar 18 13:50:00.682 CRIT fatal error: No such file or directory (os error 2)
88752026-03-18T13:50:01.464Z[ host-image] Error: 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/.tmp5JnwhE/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.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-02-trim"]: failed ExitStatus(unix_wait_status(256))
88762026-03-18T13:50:01.466Z[ host-image]
88772026-03-18T13:50:01.466Z[ host-image] real 4:45.094013361
88782026-03-18T13:50:01.466Z[ host-image] user 1:40.404783444
88792026-03-18T13:50:01.466Z[ host-image] sys 24.911652757
88802026-03-18T13:50:01.466Z[ host-image] trap 0.073665263
88812026-03-18T13:50:01.466Z[ host-image] tflt 0.000041015
88822026-03-18T13:50:01.467Z[ host-image] dflt 0.000173233
88832026-03-18T13:50:01.467Z[ host-image] kflt 0.000021540
88842026-03-18T13:50:01.467Z[ host-image] lock 3:06.679034714
88852026-03-18T13:50:01.467Z[ host-image] slp 27:00.113771548
88862026-03-18T13:50:01.467Z[ host-image] lat 58.354308462
88872026-03-18T13:50:01.467Z[ host-image] stop 0.009616608
88882026-03-18T13:50:01.470ZMar 18 13:50:00.688 ERRO [host-image] process exited with exit status: 1 (285.100099086s)
88892026-03-18T13:50:01.597ZError: command `IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.39.455' -P /tmp/.tmp5JnwhE/proto/host/root -N 'ci 78e92b6/${os_short_commit} 2026-03-18 13:32' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'` exited with exit status: 1
88902026-03-18T13:50:01.643Zprocess exited: duration 1326253 ms, exit code 1
 
88912026-03-18T13:50:01.657Zfound 39 output files
88922026-03-18T13:50:01.657Zuploading: /work/helios.json (647 bytes)
88932026-03-18T13:50:02.668Zuploaded: /work/helios.json
88942026-03-18T13:50:02.668Zuploading: /work/incorporation.p5m (113178 bytes)
88952026-03-18T13:50:03.687Zuploaded: /work/incorporation.p5m
88962026-03-18T13:50:03.690Zuploading: /work/incorporation.p5p (133120 bytes)
88972026-03-18T13:50:04.704Zuploaded: /work/incorporation.p5p
88982026-03-18T13:50:04.704Zuploading: /work/helios-incorp.log (522 bytes)
88992026-03-18T13:50:05.715Zuploaded: /work/helios-incorp.log
89002026-03-18T13:50:05.718Zuploading: /work/helios-setup.log (56036 bytes)
89012026-03-18T13:50:06.731Zuploaded: /work/helios-setup.log
89022026-03-18T13:50:06.735Zuploading: /work/host-image.log (50684 bytes)
89032026-03-18T13:50:07.746Zuploaded: /work/host-image.log
89042026-03-18T13:50:07.750Zuploading: /work/host-package.log (33866 bytes)
89052026-03-18T13:50:08.761Zuploaded: /work/host-package.log
89062026-03-18T13:50:08.761Zuploading: /work/host-target.log (101 bytes)
89072026-03-18T13:50:09.771Zuploaded: /work/host-target.log
89082026-03-18T13:50:09.774Zuploading: /work/incorp-create.log (0 bytes)
89092026-03-18T13:50:10.779Zuploaded: /work/incorp-create.log
89102026-03-18T13:50:10.783Zuploading: /work/incorp-fmt.log (0 bytes)
89112026-03-18T13:50:11.787Zuploaded: /work/incorp-fmt.log
89122026-03-18T13:50:11.787Zuploading: /work/incorp-pkgsend.log (108 bytes)
89132026-03-18T13:50:12.797Zuploaded: /work/incorp-pkgsend.log
89142026-03-18T13:50:12.797Zuploading: /work/incorp-publisher.log (0 bytes)
89152026-03-18T13:50:13.805Zuploaded: /work/incorp-publisher.log
89162026-03-18T13:50:13.805Zuploading: /work/omicron-package.log (6796 bytes)
89172026-03-18T13:50:14.818Zuploaded: /work/omicron-package.log
89182026-03-18T13:50:14.818Zuploading: /work/recovery-image.log (558872 bytes)
89192026-03-18T13:50:15.841Zuploaded: /work/recovery-image.log
89202026-03-18T13:50:15.841Zuploading: /work/recovery-package.log (1955 bytes)
89212026-03-18T13:50:16.851Zuploaded: /work/recovery-package.log
89222026-03-18T13:50:16.854Zuploading: /work/recovery-target.log (98 bytes)
89232026-03-18T13:50:17.862Zuploaded: /work/recovery-target.log
89242026-03-18T13:50:17.862Zuploading: /work/stamp-clickhouse.log (117 bytes)
89252026-03-18T13:50:18.872Zuploaded: /work/stamp-clickhouse.log
89262026-03-18T13:50:18.875Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
89272026-03-18T13:50:19.884Zuploaded: /work/stamp-clickhouse_keeper.log
89282026-03-18T13:50:19.887Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
89292026-03-18T13:50:20.895Zuploaded: /work/stamp-clickhouse_server.log
89302026-03-18T13:50:20.898Zuploading: /work/stamp-cockroachdb.log (118 bytes)
89312026-03-18T13:50:21.905Zuploaded: /work/stamp-cockroachdb.log
89322026-03-18T13:50:21.908Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
89332026-03-18T13:50:22.916Zuploaded: /work/stamp-crucible-pantry-zone.log
89342026-03-18T13:50:22.919Zuploading: /work/stamp-crucible-utils.log (118 bytes)
89352026-03-18T13:50:23.926Zuploaded: /work/stamp-crucible-utils.log
89362026-03-18T13:50:23.929Zuploading: /work/stamp-crucible-zone.log (120 bytes)
89372026-03-18T13:50:24.937Zuploaded: /work/stamp-crucible-zone.log
89382026-03-18T13:50:24.946Zuploading: /work/stamp-external-dns.log (119 bytes)
89392026-03-18T13:50:25.954Zuploaded: /work/stamp-external-dns.log
89402026-03-18T13:50:25.958Zuploading: /work/stamp-installinator.log (103 bytes)
89412026-03-18T13:50:26.965Zuploaded: /work/stamp-installinator.log
89422026-03-18T13:50:26.968Zuploading: /work/stamp-internal-dns.log (119 bytes)
89432026-03-18T13:50:27.975Zuploaded: /work/stamp-internal-dns.log
89442026-03-18T13:50:27.975Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
89452026-03-18T13:50:28.987Zuploaded: /work/stamp-mg-ddm-gz.log
89462026-03-18T13:50:28.987Zuploading: /work/stamp-nexus.log (112 bytes)
89472026-03-18T13:50:29.998Zuploaded: /work/stamp-nexus.log
89482026-03-18T13:50:29.998Zuploading: /work/stamp-ntp.log (110 bytes)
89492026-03-18T13:50:31.009Zuploaded: /work/stamp-ntp.log
89502026-03-18T13:50:31.009Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
89512026-03-18T13:50:32.019Zuploaded: /work/stamp-omicron-sled-agent.log
89522026-03-18T13:50:32.022Zuploading: /work/stamp-overlay.log (114 bytes)
89532026-03-18T13:50:33.030Zuploaded: /work/stamp-overlay.log
89542026-03-18T13:50:33.030Zuploading: /work/stamp-oximeter.log (115 bytes)
89552026-03-18T13:50:34.040Zuploaded: /work/stamp-oximeter.log
89562026-03-18T13:50:34.044Zuploading: /work/stamp-oxlog.log (109 bytes)
89572026-03-18T13:50:35.052Zuploaded: /work/stamp-oxlog.log
89582026-03-18T13:50:35.052Zuploading: /work/stamp-probe.log (112 bytes)
89592026-03-18T13:50:36.063Zuploaded: /work/stamp-probe.log
89602026-03-18T13:50:36.063Zuploading: /work/stamp-propolis-server.log (122 bytes)
89612026-03-18T13:50:37.074Zuploaded: /work/stamp-propolis-server.log
89622026-03-18T13:50:37.077Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
89632026-03-18T13:50:38.084Zuploaded: /work/stamp-pumpkind-gz.log
89642026-03-18T13:50:38.084Zuploading: /work/stamp-switch-asic.log (118 bytes)
89652026-03-18T13:50:39.095Zuploaded: /work/stamp-switch-asic.log
89662026-03-18T13:50:39.095Zuploading: /work/switch-branch.log (86 bytes)
89672026-03-18T13:50:40.106Zuploaded: /work/switch-branch.log
89682026-03-18T13:50:40.106Zuploading: /work/verify-libraries.log (12238 bytes)
89692026-03-18T13:50:41.118Zuploaded: /work/verify-libraries.log
89702026-03-18T13:50:41.118Zupload error: rule "/work/manifest.toml" required a match, but was not used
89712026-03-18T13:50:41.118Zupload error: rule "/work/repo.zip" required a match, but was not used
89722026-03-18T13:50:41.118Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used