01KVRC9Z07NSQTTP6NH4C6ZJMF: 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: 01KVRCF9YPSZWQGKV7GD0VX5JQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:22:35.561Zjob assigned to worker 01KVRCFXD4DQADX51AA851NFRB [factory aws, i-0dc3264af152bada1] (queued for 1 m 18 s)
 
22026-06-22T19:22:42.248Zstarting task 0: "setup"
32026-06-22T19:22:42.257Z++ uname -s
42026-06-22T19:22:42.257Z+ kern=SunOS
52026-06-22T19:22:42.258Z+ build_user=build
62026-06-22T19:22:42.258Z+ build_uid=12345
72026-06-22T19:22:42.258Z+ work_dir=/work
82026-06-22T19:22:42.258Z+ input_dir=/input
92026-06-22T19:22:42.258Z+ [[ 0 == 12345 ]]
102026-06-22T19:22:42.258Z+ case "$kern" in
112026-06-22T19:22:42.258Z+ groupadd -g 12345 build
122026-06-22T19:22:42.270Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:22:44.282Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:22:44.394Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:22:44.425Z+ home_fs=zfs
162026-06-22T19:22:44.425Z+ [[ zfs == autofs ]]
172026-06-22T19:22:44.425Z+ mkdir -p /home/build
182026-06-22T19:22:44.425Z+ chown build:build /home/build /work
192026-06-22T19:22:46.419Z+ chmod 0700 /home/build /work
202026-06-22T19:22:46.439Zprocess exited: duration 4167 ms, exit code 0
 
212026-06-22T19:22:46.470Zstarting task 1: "rust-toolchain"
222026-06-22T19:22:46.499Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T19:22:46.499Z * rust toolchain channel = "1.94.0"
242026-06-22T19:22:46.499Z * rust toolchain profile = "default"
252026-06-22T19:22:46.499Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-22T19:22:46.499Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:22:46.499Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:22:46.499Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:22:46.499Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:22:46.664Zinfo: downloading installer
312026-06-22T19:22:48.127Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:22:48.127Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:22:48.127Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:22:48.127Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:22:48.138Zinfo: profile set to default
362026-06-22T19:22:48.138Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:22:48.142Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:22:48.283Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:22:48.288Zinfo: downloading 6 components
402026-06-22T19:23:02.659Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T19:23:02.659Z
422026-06-22T19:23:02.691Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:23:02.691Z
442026-06-22T19:23:02.691Z
452026-06-22T19:23:02.691ZRust is installed now. Great!
462026-06-22T19:23:02.691Z
472026-06-22T19:23:02.691ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:23:02.691Zenvironment variable. This has not been done automatically.
492026-06-22T19:23:02.692Z
502026-06-22T19:23:02.692ZTo configure your current shell, you need to source
512026-06-22T19:23:02.692Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:23:02.692Z
532026-06-22T19:23:02.692ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:23:02.692Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:23:02.692Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:23:02.692Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:23:02.692Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:23:02.692Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:23:02.692Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:23:02.702Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:23:02.702Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:23:02.781Z+ rustup --version
632026-06-22T19:23:02.795Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:23:02.795Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:23:02.815Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:23:02.825Z+ cargo --version
672026-06-22T19:23:02.825Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:23:02.825Z+ rustc --version
692026-06-22T19:23:02.851Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:23:02.861Zprocess exited: duration 16389 ms, exit code 0
 
712026-06-22T19:23:02.891Zstarting task 2: "authentication"
722026-06-22T19:23:02.914ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:23:59.066Zprocess exited: duration 56182 ms, exit code 0
 
742026-06-22T19:23:59.072Zstarting task 3: "clone repository"
752026-06-22T19:23:59.078Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-22T19:23:59.082Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-22T19:23:59.112ZCloning into '/work/oxidecomputer/omicron'...
782026-06-22T19:24:09.034Z+ cd /work/oxidecomputer/omicron
792026-06-22T19:24:09.034Z+ git fetch origin 771b95972e0100f9ed18917c477d12a1b6b19350
802026-06-22T19:24:09.292ZFrom https://github.com/oxidecomputer/omicron
812026-06-22T19:24:09.292Z * branch 771b95972e0100f9ed18917c477d12a1b6b19350 -> FETCH_HEAD
822026-06-22T19:24:09.308Z+ [[ -n '' ]]
832026-06-22T19:24:09.308Z+ git reset --hard 771b95972e0100f9ed18917c477d12a1b6b19350
842026-06-22T19:24:09.550ZHEAD is now at 771b95972 [spr] initial version
852026-06-22T19:24:09.559Zprocess exited: duration 10474 ms, exit code 0
 
862026-06-22T19:24:09.594Zstarting task 4: "build"
872026-06-22T19:24:09.604Z+ source .github/buildomat/ci-env.sh
882026-06-22T19:24:09.604Z++ export CARGO_TERM_COLOR=always
892026-06-22T19:24:09.604Z++ CARGO_TERM_COLOR=always
902026-06-22T19:24:09.605Z+ cargo --version
912026-06-22T19:24:09.609Zcargo 1.94.0 (85eff7c80 2026-01-15)
922026-06-22T19:24:09.609Z+ rustc --version
932026-06-22T19:24:09.631Zrustc 1.94.0 (4a4ef493e 2026-03-02)
942026-06-22T19:24:10.041Z+ cargo tree --locked
952026-06-22T19:24:10.047Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
962026-06-22T19:24:10.050Z Updating crates.io index
972026-06-22T19:24:10.051Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
982026-06-22T19:24:10.304Z Updating git repository `https://github.com/oxidecomputer/lldp`
992026-06-22T19:24:11.336Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1002026-06-22T19:24:11.629Z Updating git repository `https://github.com/oxidecomputer/propolis`
1012026-06-22T19:24:12.946Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1022026-06-22T19:24:13.496Z Updating git repository `https://github.com/oxidecomputer/crucible`
1032026-06-22T19:24:15.100Z Updating git repository `https://github.com/oxidecomputer/opte`
1042026-06-22T19:24:15.903Z Updating git repository `https://github.com/oxidecomputer/tofino`
1052026-06-22T19:24:16.370Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1062026-06-22T19:24:17.474Z Updating git repository `https://github.com/oxidecomputer/clickward`
1072026-06-22T19:24:17.963Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1082026-06-22T19:24:18.487Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1092026-06-22T19:24:18.936Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1102026-06-22T19:24:19.342Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1112026-06-22T19:24:19.831Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1122026-06-22T19:24:20.251Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1132026-06-22T19:24:20.631Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1142026-06-22T19:24:20.943Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1152026-06-22T19:24:21.336Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1162026-06-22T19:24:21.590Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1172026-06-22T19:24:21.812Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1182026-06-22T19:24:22.055Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1192026-06-22T19:24:22.419Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1202026-06-22T19:24:22.767Z Updating git repository `https://github.com/oxidecomputer/erebor`
1212026-06-22T19:24:23.181Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1222026-06-22T19:24:23.594Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1232026-06-22T19:24:23.897Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1242026-06-22T19:24:24.211Z Updating git repository `https://github.com/oxidecomputer/ispf`
1252026-06-22T19:24:25.335Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1262026-06-22T19:24:25.582Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1272026-06-22T19:24:26.423Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-06-22T19:24:26.791Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1292026-06-22T19:24:27.039Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1302026-06-22T19:24:27.417Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1312026-06-22T19:24:27.804Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1322026-06-22T19:24:28.167Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1332026-06-22T19:24:28.733Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1342026-06-22T19:24:28.958Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1352026-06-22T19:24:29.212Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1362026-06-22T19:24:29.494Z Updating git repository `https://github.com/illumos/smf-rs`
1372026-06-22T19:24:31.567Z Downloading crates ...
1382026-06-22T19:24:31.637Z Downloaded anstyle v1.0.14
1392026-06-22T19:24:31.641Z Downloaded aead v0.5.2
1402026-06-22T19:24:31.644Z Downloaded anes v0.1.6
1412026-06-22T19:24:32.064Z Downloaded cast v0.3.0
1422026-06-22T19:24:32.473Z Downloaded addr2line v0.25.1
1432026-06-22T19:24:32.473Z Downloaded approx v0.5.1
1442026-06-22T19:24:32.473Z Downloaded debug-ignore v1.0.5
1452026-06-22T19:24:32.473Z Downloaded bstr v1.12.1
1462026-06-22T19:24:32.473Z Downloaded allocator-api2 v0.2.21
1472026-06-22T19:24:32.473Z Downloaded bitfield v0.19.4
1482026-06-22T19:24:32.473Z Downloaded corncobs v0.1.4
1492026-06-22T19:24:32.473Z Downloaded blake2b_simd v1.0.4
1502026-06-22T19:24:32.473Z Downloaded chacha20poly1305 v0.10.1
1512026-06-22T19:24:32.473Z Downloaded colored v2.2.0
1522026-06-22T19:24:32.473Z Downloaded darling_macro v0.20.11
1532026-06-22T19:24:32.473Z Downloaded bitflags v2.11.0
1542026-06-22T19:24:32.473Z Downloaded blake2 v0.10.6
1552026-06-22T19:24:32.473Z Downloaded async-stream-impl v0.3.6
1562026-06-22T19:24:32.473Z Downloaded constant_time_eq v0.3.1
1572026-06-22T19:24:32.473Z Downloaded digest v0.10.7
1582026-06-22T19:24:32.473Z Downloaded convert_case v0.4.0
1592026-06-22T19:24:32.473Z Downloaded bit-vec v0.6.3
1602026-06-22T19:24:32.473Z Downloaded crossbeam-deque v0.8.6
1612026-06-22T19:24:32.473Z Downloaded crossbeam-utils v0.8.21
1622026-06-22T19:24:32.473Z Downloaded const-oid v0.9.6
1632026-06-22T19:24:32.473Z Downloaded bcs v0.1.6
1642026-06-22T19:24:32.473Z Downloaded arrayvec v0.7.6
1652026-06-22T19:24:32.473Z Downloaded byteorder v1.5.0
1662026-06-22T19:24:32.474Z Downloaded blowfish v0.9.1
1672026-06-22T19:24:32.474Z Downloaded anstyle-parse v1.0.0
1682026-06-22T19:24:32.474Z Downloaded crc v3.4.0
1692026-06-22T19:24:32.474Z Downloaded compression-core v0.4.31
1702026-06-22T19:24:32.474Z Downloaded bitflags v1.3.2
1712026-06-22T19:24:32.474Z Downloaded console v0.15.11
1722026-06-22T19:24:32.474Z Downloaded crc-any v2.5.0
1732026-06-22T19:24:32.474Z Downloaded constant_time_eq v0.4.2
1742026-06-22T19:24:32.474Z Downloaded convert_case v0.10.0
1752026-06-22T19:24:32.474Z Downloaded crc-catalog v2.4.0
1762026-06-22T19:24:32.474Z Downloaded const_format v0.2.35
1772026-06-22T19:24:32.474Z Downloaded cargo-platform v0.2.0
1782026-06-22T19:24:32.474Z Downloaded block-padding v0.3.3
1792026-06-22T19:24:32.474Z Downloaded arrayref v0.3.9
1802026-06-22T19:24:32.474Z Downloaded async-recursion v1.1.1
1812026-06-22T19:24:32.474Z Downloaded crossbeam-epoch v0.9.18
1822026-06-22T19:24:32.474Z Downloaded cfg_aliases v0.1.1
1832026-06-22T19:24:32.474Z Downloaded atty v0.2.14
1842026-06-22T19:24:32.474Z Downloaded critical-section v1.2.0
1852026-06-22T19:24:32.474Z Downloaded adler2 v2.0.1
1862026-06-22T19:24:32.474Z Downloaded const_format_proc_macros v0.2.34
1872026-06-22T19:24:32.474Z Downloaded colorchoice v1.0.4
1882026-06-22T19:24:32.474Z Downloaded cfg-if v1.0.4
1892026-06-22T19:24:32.474Z Downloaded crucible-workspace-hack v0.1.0
1902026-06-22T19:24:32.474Z Downloaded castaway v0.2.4
1912026-06-22T19:24:32.474Z Downloaded bytecount v0.6.9
1922026-06-22T19:24:32.474Z Downloaded array-init v0.0.4
1932026-06-22T19:24:32.474Z Downloaded cexpr v0.6.0
1942026-06-22T19:24:32.474Z Downloaded bit-set v0.8.0
1952026-06-22T19:24:32.474Z Downloaded bb8 v0.8.6
1962026-06-22T19:24:32.474Z Downloaded bitfield-macros v0.19.4
1972026-06-22T19:24:32.474Z Downloaded derive_builder_macro v0.20.2
1982026-06-22T19:24:32.474Z Downloaded crunchy v0.2.4
1992026-06-22T19:24:32.474Z Downloaded cpufeatures v0.2.17
2002026-06-22T19:24:32.474Z Downloaded dirs-sys-next v0.1.2
2012026-06-22T19:24:32.475Z Downloaded cobs v0.3.0
2022026-06-22T19:24:32.475Z Downloaded defmt-macros v1.0.1
2032026-06-22T19:24:32.475Z Downloaded crypto-common v0.1.7
2042026-06-22T19:24:32.475Z Downloaded base16ct v0.2.0
2052026-06-22T19:24:32.475Z Downloaded dirs-next v2.0.0
2062026-06-22T19:24:32.475Z Downloaded ciborium v0.2.2
2072026-06-22T19:24:32.475Z Downloaded assert-json-diff v2.0.2
2082026-06-22T19:24:32.475Z Downloaded darling_macro v0.13.4
2092026-06-22T19:24:32.475Z Downloaded ciborium-io v0.2.2
2102026-06-22T19:24:32.475Z Downloaded chacha20 v0.9.1
2112026-06-22T19:24:32.475Z Downloaded atomic-waker v1.1.2
2122026-06-22T19:24:32.475Z Downloaded async-stream v0.3.6
2132026-06-22T19:24:32.475Z Downloaded clap_lex v1.0.0
2142026-06-22T19:24:32.475Z Downloaded cargo-platform v0.3.2
2152026-06-22T19:24:32.475Z Downloaded darling_macro v0.23.0
2162026-06-22T19:24:32.475Z Downloaded darling_macro v0.21.3
2172026-06-22T19:24:32.475Z Downloaded cassowary v0.3.0
2182026-06-22T19:24:32.475Z Downloaded anstream v1.0.0
2192026-06-22T19:24:32.475Z Downloaded cstr-argument v0.1.2
2202026-06-22T19:24:32.475Z Downloaded buf-list v1.1.2
2212026-06-22T19:24:32.475Z Downloaded anstyle-parse v0.2.7
2222026-06-22T19:24:32.475Z Downloaded cpufeatures v0.3.0
2232026-06-22T19:24:32.475Z Downloaded dunce v1.0.5
2242026-06-22T19:24:32.475Z Downloaded defmt-parser v1.0.0
2252026-06-22T19:24:32.475Z Downloaded dyn-clone v1.0.20
2262026-06-22T19:24:32.475Z Downloaded backtrace-ext v0.2.1
2272026-06-22T19:24:32.475Z Downloaded dropshot-api-manager-types v0.7.2
2282026-06-22T19:24:32.475Z Downloaded dsl_auto_type v0.2.0
2292026-06-22T19:24:32.475Z Downloaded diesel_table_macro_syntax v0.3.0
2302026-06-22T19:24:32.475Z Downloaded ascii-canvas v3.0.0
2312026-06-22T19:24:32.475Z Downloaded curve25519-dalek-derive v0.1.1
2322026-06-22T19:24:32.475Z Downloaded ar_archive_writer v0.5.1
2332026-06-22T19:24:32.475Z Downloaded displaydoc v0.2.5
2342026-06-22T19:24:32.475Z Downloaded async-trait v0.1.89
2352026-06-22T19:24:32.475Z Downloaded env_filter v1.0.0
2362026-06-22T19:24:32.476Z Downloaded difflib v0.4.0
2372026-06-22T19:24:32.476Z Downloaded dof v0.3.0
2382026-06-22T19:24:32.476Z Downloaded camino-tempfile v1.4.1
2392026-06-22T19:24:32.476Z Downloaded defmt v0.3.100
2402026-06-22T19:24:32.476Z Downloaded endian-type v0.1.2
2412026-06-22T19:24:32.476Z Downloaded backtrace v0.3.76
2422026-06-22T19:24:32.499Z Downloaded chacha20 v0.10.0
2432026-06-22T19:24:32.499Z Downloaded event-listener-strategy v0.5.4
2442026-06-22T19:24:32.499Z Downloaded enum-as-inner v0.6.1
2452026-06-22T19:24:32.499Z Downloaded block-buffer v0.10.4
2462026-06-22T19:24:32.499Z Downloaded defmt v1.0.1
2472026-06-22T19:24:32.499Z Downloaded derive-ex v0.1.8
2482026-06-22T19:24:32.499Z Downloaded cancel-safe-futures v0.1.5
2492026-06-22T19:24:32.499Z Downloaded concurrent-queue v2.5.0
2502026-06-22T19:24:32.499Z Downloaded async-object-pool v0.2.0
2512026-06-22T19:24:32.499Z Downloaded anstyle-query v1.1.5
2522026-06-22T19:24:32.499Z Downloaded dtrace-parser v0.3.0
2532026-06-22T19:24:32.499Z Downloaded dtrace-parser v0.2.0
2542026-06-22T19:24:32.499Z Downloaded bit-set v0.5.3
2552026-06-22T19:24:32.499Z Downloaded bcrypt-pbkdf v0.10.0
2562026-06-22T19:24:32.499Z Downloaded assert_matches v1.5.0
2572026-06-22T19:24:32.499Z Downloaded downcast-rs v2.0.2
2582026-06-22T19:24:32.499Z Downloaded base64ct v1.8.3
2592026-06-22T19:24:32.499Z Downloaded ctr v0.9.2
2602026-06-22T19:24:32.499Z Downloaded arc-swap v1.8.2
2612026-06-22T19:24:32.499Z Downloaded flagset v0.4.7
2622026-06-22T19:24:32.499Z Downloaded fd-lock v4.0.4
2632026-06-22T19:24:32.499Z Downloaded float-cmp v0.10.0
2642026-06-22T19:24:32.499Z Downloaded embedded-io v0.4.0
2652026-06-22T19:24:32.499Z Downloaded document-features v0.2.12
2662026-06-22T19:24:32.499Z Downloaded atomicwrites v0.4.4
2672026-06-22T19:24:32.499Z Downloaded dof v0.4.0
2682026-06-22T19:24:32.500Z Downloaded cfg_aliases v0.2.1
2692026-06-22T19:24:32.500Z Downloaded embedded-io v0.6.1
2702026-06-22T19:24:32.500Z Downloaded errno v0.3.14
2712026-06-22T19:24:32.500Z Downloaded foreign-types v0.3.2
2722026-06-22T19:24:32.500Z Downloaded float-ord v0.3.2
2732026-06-22T19:24:32.500Z Downloaded fastrand v2.3.0
2742026-06-22T19:24:32.500Z Downloaded foreign-types v0.5.0
2752026-06-22T19:24:32.500Z Downloaded equivalent v1.0.2
2762026-06-22T19:24:32.500Z Downloaded display-error-chain v0.2.2
2772026-06-22T19:24:32.500Z Downloaded cbc v0.1.2
2782026-06-22T19:24:32.500Z Downloaded fixedbitset v0.4.2
2792026-06-22T19:24:32.500Z Downloaded backon v1.6.0
2802026-06-22T19:24:32.500Z Downloaded foreign-types-shared v0.3.1
2812026-06-22T19:24:32.500Z Downloaded argon2 v0.5.3
2822026-06-22T19:24:32.500Z Downloaded async-bb8-diesel v0.2.1
2832026-06-22T19:24:32.500Z Downloaded foreign-types-macros v0.2.3
2842026-06-22T19:24:32.500Z Downloaded escape8259 v0.5.3
2852026-06-22T19:24:32.500Z Downloaded camino-tempfile-ext v0.3.3
2862026-06-22T19:24:32.500Z Downloaded ahash v0.8.12
2872026-06-22T19:24:32.500Z Downloaded deranged v0.5.8
2882026-06-22T19:24:32.500Z Downloaded compression-codecs v0.4.37
2892026-06-22T19:24:32.500Z Downloaded fnv v1.0.7
2902026-06-22T19:24:32.500Z Downloaded funty v2.0.0
2912026-06-22T19:24:32.500Z Downloaded erased-serde v0.3.31
2922026-06-22T19:24:32.500Z Downloaded ciborium-ll v0.2.2
2932026-06-22T19:24:32.500Z Downloaded either v1.15.0
2942026-06-22T19:24:32.500Z Downloaded cmake v0.1.57
2952026-06-22T19:24:32.500Z Downloaded darling v0.13.4
2962026-06-22T19:24:32.500Z Downloaded ghash v0.5.1
2972026-06-22T19:24:32.500Z Downloaded data-encoding v2.10.0
2982026-06-22T19:24:32.500Z Downloaded fxhash v0.2.1
2992026-06-22T19:24:32.500Z Downloaded derive_builder_core v0.20.2
3002026-06-22T19:24:32.500Z Downloaded diesel-dtrace v0.5.0
3012026-06-22T19:24:32.500Z Downloaded cipher v0.4.4
3022026-06-22T19:24:32.501Z Downloaded futures-task v0.3.32
3032026-06-22T19:24:32.501Z Downloaded futures-sink v0.3.32
3042026-06-22T19:24:32.501Z Downloaded fallible-iterator v0.2.0
3052026-06-22T19:24:32.501Z Downloaded byte-wrapper v0.1.0
3062026-06-22T19:24:32.501Z Downloaded csv-core v0.1.13
3072026-06-22T19:24:32.501Z Downloaded cargo_metadata v0.23.1
3082026-06-22T19:24:32.501Z Downloaded criterion-plot v0.6.0
3092026-06-22T19:24:32.501Z Downloaded crc8 v0.1.1
3102026-06-22T19:24:32.501Z Downloaded async-compression v0.4.41
3112026-06-22T19:24:32.501Z Downloaded globwalk v0.9.1
3122026-06-22T19:24:32.501Z Downloaded foreign-types-shared v0.1.1
3132026-06-22T19:24:32.501Z Downloaded git-stub v1.0.0
3142026-06-22T19:24:32.501Z Downloaded futures-io v0.3.32
3152026-06-22T19:24:32.501Z Downloaded backoff v0.4.0
3162026-06-22T19:24:32.501Z Downloaded darling v0.21.3
3172026-06-22T19:24:32.501Z Downloaded cookie_store v0.22.1
3182026-06-22T19:24:32.501Z Downloaded cookie v0.18.1
3192026-06-22T19:24:32.501Z Downloaded cargo_metadata v0.21.0
3202026-06-22T19:24:32.501Z Downloaded guppy-workspace-hack v0.1.0
3212026-06-22T19:24:32.501Z Downloaded foldhash v0.2.0
3222026-06-22T19:24:32.501Z Downloaded foldhash v0.1.5
3232026-06-22T19:24:32.501Z Downloaded anstream v0.6.21
3242026-06-22T19:24:32.501Z Downloaded bitfield-struct v0.6.2
3252026-06-22T19:24:32.501Z Downloaded bit-vec v0.8.0
3262026-06-22T19:24:32.501Z Downloaded autocfg v1.5.0
3272026-06-22T19:24:32.501Z Downloaded ed25519 v2.2.3
3282026-06-22T19:24:32.501Z Downloaded env_logger v0.11.9
3292026-06-22T19:24:32.501Z Downloaded daft v0.1.7
3302026-06-22T19:24:32.501Z Downloaded async-lock v3.4.2
3312026-06-22T19:24:32.501Z Downloaded assert_cmd v2.1.2
3322026-06-22T19:24:32.501Z Downloaded hash32 v0.2.1
3332026-06-22T19:24:32.501Z Downloaded gethostname v0.5.0
3342026-06-22T19:24:32.501Z Downloaded generic-array v0.14.7
3352026-06-22T19:24:32.501Z Downloaded futures-macro v0.3.32
3362026-06-22T19:24:32.501Z Downloaded ff v0.13.1
3372026-06-22T19:24:32.501Z Downloaded bzip2 v0.6.1
3382026-06-22T19:24:32.501Z Downloaded futures-core v0.3.32
3392026-06-22T19:24:32.502Z Downloaded form_urlencoded v1.2.2
3402026-06-22T19:24:32.502Z Downloaded daft-derive v0.1.7
3412026-06-22T19:24:32.502Z Downloaded heck v0.5.0
3422026-06-22T19:24:32.511Z Downloaded hex v0.4.3
3432026-06-22T19:24:32.511Z Downloaded ena v0.14.4
3442026-06-22T19:24:32.511Z Downloaded ecdsa v0.16.9
3452026-06-22T19:24:32.511Z Downloaded fixedbitset v0.5.7
3462026-06-22T19:24:32.511Z Downloaded hostname v0.4.2
3472026-06-22T19:24:32.511Z Downloaded home v0.5.12
3482026-06-22T19:24:32.511Z Downloaded headers-core v0.3.0
3492026-06-22T19:24:32.511Z Downloaded hash32 v0.3.1
3502026-06-22T19:24:32.512Z Downloaded camino v1.2.2
3512026-06-22T19:24:32.512Z Downloaded bzip2 v0.4.4
3522026-06-22T19:24:32.512Z Downloaded bytes v1.11.1
3532026-06-22T19:24:32.512Z Downloaded heck v0.4.1
3542026-06-22T19:24:32.512Z Downloaded filetime v0.2.27
3552026-06-22T19:24:32.512Z Downloaded derive_builder v0.20.2
3562026-06-22T19:24:32.512Z Downloaded globset v0.4.18
3572026-06-22T19:24:32.512Z Downloaded glob v0.3.3
3582026-06-22T19:24:32.512Z Downloaded datatest-stable v0.3.3
3592026-06-22T19:24:32.512Z Downloaded http-range v0.1.5
3602026-06-22T19:24:32.512Z Downloaded hex-literal v0.4.1
3612026-06-22T19:24:32.512Z Downloaded fs-err v2.11.0
3622026-06-22T19:24:32.512Z Downloaded drift v0.2.0
3632026-06-22T19:24:32.512Z Downloaded httpdate v1.0.3
3642026-06-22T19:24:32.512Z Downloaded fs-err v3.3.0
3652026-06-22T19:24:32.512Z Downloaded futures-executor v0.3.32
3662026-06-22T19:24:32.512Z Downloaded darling v0.23.0
3672026-06-22T19:24:32.512Z Downloaded aes v0.8.4
3682026-06-22T19:24:32.512Z Downloaded http-body v1.0.1
3692026-06-22T19:24:32.512Z Downloaded hostname v0.3.1
3702026-06-22T19:24:32.512Z Downloaded hubpack_derive v0.1.1
3712026-06-22T19:24:32.512Z Downloaded fs_extra v1.3.0
3722026-06-22T19:24:32.512Z Downloaded hyper-tls v0.6.0
3732026-06-22T19:24:32.512Z Downloaded chumsky v0.9.3
3742026-06-22T19:24:32.512Z Downloaded der_derive v0.7.3
3752026-06-22T19:24:32.512Z Downloaded base64 v0.21.7
3762026-06-22T19:24:32.512Z Downloaded crc32fast v1.5.0
3772026-06-22T19:24:32.512Z Downloaded git-stub-vcs v0.1.0
3782026-06-22T19:24:32.512Z Downloaded console v0.16.2
3792026-06-22T19:24:32.512Z Downloaded clap_derive v4.6.1
3802026-06-22T19:24:32.512Z Downloaded cfg-expr v0.20.6
3812026-06-22T19:24:32.512Z Downloaded darling v0.20.11
3822026-06-22T19:24:32.512Z Downloaded crossterm v0.28.1
3832026-06-22T19:24:32.512Z Downloaded illumos-nvpair-sys v0.2.0
3842026-06-22T19:24:32.512Z Downloaded illumos-nvpair v0.3.0
3852026-06-22T19:24:32.512Z Downloaded idna_adapter v1.2.1
3862026-06-22T19:24:32.512Z Downloaded ident_case v1.0.1
3872026-06-22T19:24:32.513Z Downloaded der v0.7.10
3882026-06-22T19:24:32.513Z Downloaded indent_write v2.2.0
3892026-06-22T19:24:32.513Z Downloaded is-terminal v0.4.17
3902026-06-22T19:24:32.513Z Downloaded instant v0.1.13
3912026-06-22T19:24:32.513Z Downloaded group v0.13.0
3922026-06-22T19:24:32.513Z Downloaded is_ci v1.2.0
3932026-06-22T19:24:32.513Z Downloaded instability v0.3.11
3942026-06-22T19:24:32.513Z Downloaded event-listener v5.4.1
3952026-06-22T19:24:32.513Z Downloaded erased-serde v0.4.9
3962026-06-22T19:24:32.513Z Downloaded colored v3.1.1
3972026-06-22T19:24:32.513Z Downloaded http-body-util v0.1.3
3982026-06-22T19:24:32.513Z Downloaded highway v1.3.0
3992026-06-22T19:24:32.513Z Downloaded cargo-util-schemas v0.8.2
4002026-06-22T19:24:32.513Z Downloaded derive_more v0.99.20
4012026-06-22T19:24:32.513Z Downloaded internet-checksum v0.2.1
4022026-06-22T19:24:32.513Z Downloaded find-msvc-tools v0.1.9
4032026-06-22T19:24:32.513Z Downloaded darling_core v0.13.4
4042026-06-22T19:24:32.513Z Downloaded diff v0.1.13
4052026-06-22T19:24:32.513Z Downloaded is_terminal_polyfill v1.70.2
4062026-06-22T19:24:32.513Z Downloaded humantime v2.3.0
4072026-06-22T19:24:32.513Z Downloaded keccak v0.1.6
4082026-06-22T19:24:32.513Z Downloaded clang-sys v1.8.1
4092026-06-22T19:24:32.513Z Downloaded hubpack v0.1.2
4102026-06-22T19:24:32.513Z Downloaded derive-where v1.6.0
4112026-06-22T19:24:32.513Z Downloaded libscf-sys v1.1.0
4122026-06-22T19:24:32.513Z Downloaded futures-channel v0.3.32
4132026-06-22T19:24:32.513Z Downloaded darling_core v0.23.0
4142026-06-22T19:24:32.513Z Downloaded half v1.8.3
4152026-06-22T19:24:32.513Z Downloaded cc v1.2.56
4162026-06-22T19:24:32.513Z Downloaded linked-hash-map v0.5.6
4172026-06-22T19:24:32.513Z Downloaded des v0.8.1
4182026-06-22T19:24:32.513Z Downloaded lalrpop-util v0.19.12
4192026-06-22T19:24:32.513Z Downloaded itoa v1.0.17
4202026-06-22T19:24:32.513Z Downloaded lazy_static v1.5.0
4212026-06-22T19:24:32.513Z Downloaded lru-slab v0.1.2
4222026-06-22T19:24:32.513Z Downloaded darling_core v0.21.3
4232026-06-22T19:24:32.513Z Downloaded futures-timer v3.0.3
4242026-06-22T19:24:32.513Z Downloaded futures v0.3.32
4252026-06-22T19:24:32.514Z Downloaded fatfs v0.3.6
4262026-06-22T19:24:32.514Z Downloaded inout v0.1.4
4272026-06-22T19:24:32.514Z Downloaded impl-trait-for-tuples v0.2.3
4282026-06-22T19:24:32.514Z Downloaded lru-cache v0.1.2
4292026-06-22T19:24:32.514Z Downloaded linkme-impl v0.3.35
4302026-06-22T19:24:32.514Z Downloaded ingot-types v0.1.2
4312026-06-22T19:24:32.514Z Downloaded managed v0.8.0
4322026-06-22T19:24:32.514Z Downloaded maplit v1.0.2
4332026-06-22T19:24:32.514Z Downloaded indoc v1.0.9
4342026-06-22T19:24:32.514Z Downloaded md-5 v0.10.6
4352026-06-22T19:24:32.514Z Downloaded md5 v0.7.0
4362026-06-22T19:24:32.514Z Downloaded maybe-uninit v2.0.0
4372026-06-22T19:24:32.514Z Downloaded elliptic-curve v0.13.8
4382026-06-22T19:24:32.514Z Downloaded dropshot_endpoint v0.17.0
4392026-06-22T19:24:32.514Z Downloaded memmap v0.7.0
4402026-06-22T19:24:32.514Z Downloaded ingot v0.1.1
4412026-06-22T19:24:32.514Z Downloaded bumpalo v3.20.2
4422026-06-22T19:24:32.528Z Downloaded ipnetwork v0.21.1
4432026-06-22T19:24:32.528Z Downloaded match_cfg v0.1.0
4442026-06-22T19:24:32.528Z Downloaded getrandom v0.2.17
4452026-06-22T19:24:32.528Z Downloaded macaddr v1.0.1
4462026-06-22T19:24:32.528Z Downloaded kstat-rs v0.2.4
4472026-06-22T19:24:32.528Z Downloaded anyhow v1.0.102
4482026-06-22T19:24:32.528Z Downloaded mime v0.3.17
4492026-06-22T19:24:32.528Z Downloaded knuffel-derive v3.2.0
4502026-06-22T19:24:32.528Z Downloaded ipnet v2.11.0
4512026-06-22T19:24:32.528Z Downloaded indoc v2.0.7
4522026-06-22T19:24:32.528Z Downloaded miette-derive v5.10.0
4532026-06-22T19:24:32.528Z Downloaded lru v0.12.5
4542026-06-22T19:24:32.528Z Downloaded memoffset v0.9.1
4552026-06-22T19:24:32.528Z Downloaded nested v0.1.1
4562026-06-22T19:24:32.528Z Downloaded hyper-rustls v0.27.7
4572026-06-22T19:24:32.528Z Downloaded new_debug_unreachable v1.0.6
4582026-06-22T19:24:32.528Z Downloaded clap v4.6.1
4592026-06-22T19:24:32.528Z Downloaded httptest v0.16.4
4602026-06-22T19:24:32.528Z Downloaded half v2.7.1
4612026-06-22T19:24:32.529Z Downloaded newtype_derive v0.1.6
4622026-06-22T19:24:32.529Z Downloaded darling_core v0.20.11
4632026-06-22T19:24:32.529Z Downloaded hyper-staticfile v0.10.1
4642026-06-22T19:24:32.529Z Downloaded libloading v0.8.9
4652026-06-22T19:24:32.529Z Downloaded libsw v3.5.0
4662026-06-22T19:24:32.529Z Downloaded iana-time-zone v0.1.65
4672026-06-22T19:24:32.529Z Downloaded compact_str v0.8.1
4682026-06-22T19:24:32.529Z Downloaded nibble_vec v0.1.0
4692026-06-22T19:24:32.529Z Downloaded num v0.4.3
4702026-06-22T19:24:32.529Z Downloaded newline-converter v0.3.0
4712026-06-22T19:24:32.529Z Downloaded newtype-uuid-macros v0.1.0
4722026-06-22T19:24:32.529Z Downloaded linkme v0.3.35
4732026-06-22T19:24:32.529Z Downloaded httparse v1.10.1
4742026-06-22T19:24:32.529Z Downloaded getrandom v0.4.1
4752026-06-22T19:24:32.529Z Downloaded linear-map v1.2.0
4762026-06-22T19:24:32.529Z Downloaded nodrop v0.1.14
4772026-06-22T19:24:32.529Z Downloaded ingot-macros v0.1.1
4782026-06-22T19:24:32.529Z Downloaded num-conv v0.2.0
4792026-06-22T19:24:32.529Z Downloaded hmac v0.12.1
4802026-06-22T19:24:32.529Z Downloaded normalize-line-endings v0.3.0
4812026-06-22T19:24:32.529Z Downloaded num_threads v0.1.7
4822026-06-22T19:24:32.529Z Downloaded nonempty v0.12.0
4832026-06-22T19:24:32.529Z Downloaded num-iter v0.1.45
4842026-06-22T19:24:32.529Z Downloaded num-derive v0.4.2
4852026-06-22T19:24:32.529Z Downloaded mime_guess v2.0.5
4862026-06-22T19:24:32.529Z Downloaded num-derive v0.3.3
4872026-06-22T19:24:32.529Z Downloaded hickory-client v0.25.2
4882026-06-22T19:24:32.529Z Downloaded olpc-cjson v0.1.4
4892026-06-22T19:24:32.529Z Downloaded lock_api v0.4.14
4902026-06-22T19:24:32.529Z Downloaded lzss v0.8.2
4912026-06-22T19:24:32.529Z Downloaded openssl-probe v0.2.1
4922026-06-22T19:24:32.529Z Downloaded opaque-debug v0.3.1
4932026-06-22T19:24:32.529Z Downloaded ordered-float v2.10.1
4942026-06-22T19:24:32.529Z Downloaded flume v0.11.1
4952026-06-22T19:24:32.529Z Downloaded native-tls v0.2.18
4962026-06-22T19:24:32.529Z Downloaded openssl-macros v0.1.1
4972026-06-22T19:24:32.529Z Downloaded multer v3.1.0
4982026-06-22T19:24:32.529Z Downloaded jobserver v0.1.34
4992026-06-22T19:24:32.530Z Downloaded nanorand v0.7.0
5002026-06-22T19:24:32.530Z Downloaded libefi-sys v0.1.0
5012026-06-22T19:24:32.530Z Downloaded crypto-bigint v0.5.5
5022026-06-22T19:24:32.530Z Downloaded newtype-uuid v1.3.2
5032026-06-22T19:24:32.530Z Downloaded openssl-probe v0.1.6
5042026-06-22T19:24:32.530Z Downloaded oso-derive v0.27.3
5052026-06-22T19:24:32.530Z Downloaded packed_struct_codegen v0.10.1
5062026-06-22T19:24:32.530Z Downloaded libsw-core v0.3.2
5072026-06-22T19:24:32.530Z Downloaded icu_properties v2.1.2
5082026-06-22T19:24:32.530Z Downloaded parking v2.2.1
5092026-06-22T19:24:32.530Z Downloaded headers v0.4.1
5102026-06-22T19:24:32.530Z Downloaded path-slash v0.1.5
5112026-06-22T19:24:32.530Z Downloaded heapless v0.7.17
5122026-06-22T19:24:32.530Z Downloaded icu_provider v2.1.1
5132026-06-22T19:24:32.530Z Downloaded getrandom v0.3.4
5142026-06-22T19:24:32.530Z Downloaded libtest-mimic v0.8.1
5152026-06-22T19:24:32.530Z Downloaded num_enum_derive v0.7.6
5162026-06-22T19:24:32.530Z Downloaded num-integer v0.1.46
5172026-06-22T19:24:32.530Z Downloaded num-complex v0.4.6
5182026-06-22T19:24:32.530Z Downloaded pbkdf2 v0.11.0
5192026-06-22T19:24:32.530Z Downloaded parse-display v0.10.0
5202026-06-22T19:24:32.530Z Downloaded num_enum v0.5.11
5212026-06-22T19:24:32.530Z Downloaded expectorate v1.2.0
5222026-06-22T19:24:32.530Z Downloaded num_enum_derive v0.5.11
5232026-06-22T19:24:32.530Z Downloaded nu-ansi-term v0.50.3
5242026-06-22T19:24:32.530Z Downloaded fancy-regex v0.14.0
5252026-06-22T19:24:32.530Z Downloaded litrs v1.0.0
5262026-06-22T19:24:32.530Z Downloaded parse-size v1.1.0
5272026-06-22T19:24:32.530Z Downloaded num_enum v0.7.6
5282026-06-22T19:24:32.530Z Downloaded pathdiff v0.2.3
5292026-06-22T19:24:32.530Z Downloaded heapless v0.8.0
5302026-06-22T19:24:32.530Z Downloaded base64 v0.22.1
5312026-06-22T19:24:32.530Z Downloaded multimap v0.10.1
5322026-06-22T19:24:32.530Z Downloaded memmap2 v0.9.10
5332026-06-22T19:24:32.530Z Downloaded litemap v0.8.1
5342026-06-22T19:24:32.530Z Downloaded pbkdf2 v0.12.2
5352026-06-22T19:24:32.530Z Downloaded indexmap v1.9.3
5362026-06-22T19:24:32.531Z Downloaded peg-runtime v0.8.5
5372026-06-22T19:24:32.531Z Downloaded derive_more-impl v2.1.1
5382026-06-22T19:24:32.531Z Downloaded percent-encoding v2.3.2
5392026-06-22T19:24:32.531Z Downloaded phf_shared v0.11.3
5402026-06-22T19:24:32.531Z Downloaded flate2 v1.1.9
5412026-06-22T19:24:32.531Z Downloaded derive_more v2.1.1
5422026-06-22T19:24:32.537Z Downloaded crossbeam-channel v0.5.15
5432026-06-22T19:24:32.537Z Downloaded oorandom v11.1.5
5442026-06-22T19:24:32.537Z Downloaded phf_shared v0.13.1
5452026-06-22T19:24:32.537Z Downloaded phf_shared v0.12.1
5462026-06-22T19:24:32.537Z Downloaded pin-utils v0.1.0
5472026-06-22T19:24:32.537Z Downloaded plain v0.2.3
5482026-06-22T19:24:32.537Z Downloaded icu_normalizer_data v2.1.1
5492026-06-22T19:24:32.537Z Downloaded hickory-resolver v0.25.2
5502026-06-22T19:24:32.537Z Downloaded owo-colors v3.5.0
5512026-06-22T19:24:32.537Z Downloaded indicatif v0.18.4
5522026-06-22T19:24:32.537Z Downloaded packed_struct v0.10.1
5532026-06-22T19:24:32.537Z Downloaded oxnet v0.1.6
5542026-06-22T19:24:32.537Z Downloaded plotters-svg v0.3.7
5552026-06-22T19:24:32.537Z Downloaded plotters-backend v0.3.7
5562026-06-22T19:24:32.537Z Downloaded owo-colors v4.3.0
5572026-06-22T19:24:32.538Z Downloaded oxide-tokio-rt v0.1.4
5582026-06-22T19:24:32.538Z Downloaded icu_locale_core v2.1.1
5592026-06-22T19:24:32.538Z Downloaded parking_lot_core v0.8.6
5602026-06-22T19:24:32.538Z Downloaded num-rational v0.4.2
5612026-06-22T19:24:32.538Z Downloaded log v0.4.29
5622026-06-22T19:24:32.538Z Downloaded ignore v0.4.25
5632026-06-22T19:24:32.538Z Downloaded peg v0.8.5
5642026-06-22T19:24:32.538Z Downloaded pem-rfc7468 v0.7.0
5652026-06-22T19:24:32.538Z Downloaded password-hash v0.4.2
5662026-06-22T19:24:32.538Z Downloaded path-tree v0.8.3
5672026-06-22T19:24:32.538Z Downloaded peg-macros v0.8.5
5682026-06-22T19:24:32.538Z Downloaded proc-macro-error-attr2 v2.0.0
5692026-06-22T19:24:32.538Z Downloaded proc-macro-crate v1.3.1
5702026-06-22T19:24:32.538Z Downloaded precomputed-hash v0.1.1
5712026-06-22T19:24:32.538Z Downloaded powerfmt v0.2.0
5722026-06-22T19:24:32.538Z Downloaded predicates-tree v1.0.13
5732026-06-22T19:24:32.538Z Downloaded predicates-core v1.0.10
5742026-06-22T19:24:32.538Z Downloaded potential_utf v0.1.4
5752026-06-22T19:24:32.538Z Downloaded ed25519-dalek v2.2.0
5762026-06-22T19:24:32.538Z Downloaded libbz2-rs-sys v0.2.2
5772026-06-22T19:24:32.538Z Downloaded partial-io v0.5.4
5782026-06-22T19:24:32.538Z Downloaded phf v0.13.1
5792026-06-22T19:24:32.538Z Downloaded proc-macro-crate v3.4.0
5802026-06-22T19:24:32.538Z Downloaded knuffel v3.2.0
5812026-06-22T19:24:32.538Z Downloaded proc-macro-error-attr v1.0.4
5822026-06-22T19:24:32.538Z Downloaded icu_normalizer v2.1.1
5832026-06-22T19:24:32.538Z Downloaded paste v1.0.15
5842026-06-22T19:24:32.538Z Downloaded pretty-hex v0.4.1
5852026-06-22T19:24:32.538Z Downloaded once_cell v1.21.3
5862026-06-22T19:24:32.538Z Downloaded hickory-resolver v0.24.4
5872026-06-22T19:24:32.538Z Downloaded parse-display-derive v0.10.0
5882026-06-22T19:24:32.538Z Downloaded progenitor-macro v0.14.0
5892026-06-22T19:24:32.538Z Downloaded progenitor-macro v0.13.0
5902026-06-22T19:24:32.538Z Downloaded diesel_derives v2.3.7
5912026-06-22T19:24:32.538Z Downloaded postgres-protocol v0.6.10
5922026-06-22T19:24:32.539Z Downloaded polyval v0.6.2
5932026-06-22T19:24:32.539Z Downloaded pkg-config v0.3.32
5942026-06-22T19:24:32.539Z Downloaded pkcs8 v0.10.2
5952026-06-22T19:24:32.539Z Downloaded pin-project-lite v0.2.17
5962026-06-22T19:24:32.539Z Downloaded progenitor-client v0.14.0
5972026-06-22T19:24:32.539Z Downloaded predicates v3.1.4
5982026-06-22T19:24:32.539Z Downloaded quick-error v1.2.3
5992026-06-22T19:24:32.539Z Downloaded psl-types v2.0.11
6002026-06-22T19:24:32.539Z Downloaded dropshot-api-manager v0.7.2
6012026-06-22T19:24:32.539Z Downloaded phf v0.12.1
6022026-06-22T19:24:32.539Z Downloaded password-hash v0.5.0
6032026-06-22T19:24:32.539Z Downloaded poly1305 v0.8.0
6042026-06-22T19:24:32.539Z Downloaded rand_chacha v0.3.1
6052026-06-22T19:24:32.539Z Downloaded parking_lot_core v0.9.12
6062026-06-22T19:24:32.539Z Downloaded parking_lot v0.11.2
6072026-06-22T19:24:32.539Z Downloaded pem v3.0.6
6082026-06-22T19:24:32.539Z Downloaded hashbrown v0.13.2
6092026-06-22T19:24:32.539Z Downloaded rand_xorshift v0.4.0
6102026-06-22T19:24:32.539Z Downloaded aes-gcm v0.10.3
6112026-06-22T19:24:32.539Z Downloaded papergrid v0.11.0
6122026-06-22T19:24:32.539Z Downloaded recursive v0.1.1
6132026-06-22T19:24:32.539Z Downloaded oso v0.27.3
6142026-06-22T19:24:32.539Z Downloaded ppv-lite86 v0.2.21
6152026-06-22T19:24:32.539Z Downloaded progenitor v0.13.0
6162026-06-22T19:24:32.539Z Downloaded omicron-zone-package v0.12.2
6172026-06-22T19:24:32.539Z Downloaded recursive-proc-macro-impl v0.1.1
6182026-06-22T19:24:32.539Z Downloaded miniz_oxide v0.8.9
6192026-06-22T19:24:32.539Z Downloaded http v1.4.0
6202026-06-22T19:24:32.539Z Downloaded primeorder v0.13.6
6212026-06-22T19:24:32.539Z Downloaded ref-cast-impl v1.0.25
6222026-06-22T19:24:32.539Z Downloaded ref-cast v1.0.25
6232026-06-22T19:24:32.539Z Downloaded pest_generator v2.8.6
6242026-06-22T19:24:32.539Z Downloaded pest_derive v2.8.6
6252026-06-22T19:24:32.539Z Downloaded rfc6979 v0.4.0
6262026-06-22T19:24:32.539Z Downloaded hickory-server v0.25.2
6272026-06-22T19:24:32.539Z Downloaded postgres-types v0.2.12
6282026-06-22T19:24:32.539Z Downloaded r2d2 v0.8.10
6292026-06-22T19:24:32.539Z Downloaded criterion v0.7.0
6302026-06-22T19:24:32.539Z Downloaded progenitor-extras v0.2.0
6312026-06-22T19:24:32.540Z Downloaded rand_core v0.10.0
6322026-06-22T19:24:32.540Z Downloaded progenitor v0.14.0
6332026-06-22T19:24:32.540Z Downloaded proc-macro-error2 v2.0.1
6342026-06-22T19:24:32.540Z Downloaded jiff-static v0.2.21
6352026-06-22T19:24:32.540Z Downloaded miette v5.10.0
6362026-06-22T19:24:32.540Z Downloaded rustc_version v0.1.7
6372026-06-22T19:24:32.540Z Downloaded crossterm v0.29.0
6382026-06-22T19:24:32.543Z Downloaded pkcs5 v0.7.1
6392026-06-22T19:24:32.543Z Downloaded pkcs1 v0.7.5
6402026-06-22T19:24:32.544Z Downloaded pin-project-internal v1.1.11
6412026-06-22T19:24:32.544Z Downloaded proc-macro-error v1.0.4
6422026-06-22T19:24:32.544Z Downloaded parking_lot v0.12.5
6432026-06-22T19:24:32.549Z Downloaded rustc-hash v2.1.1
6442026-06-22T19:24:32.549Z Downloaded radium v0.7.0
6452026-06-22T19:24:32.549Z Downloaded rustc_version v0.4.1
6462026-06-22T19:24:32.549Z Downloaded papergrid v0.17.0
6472026-06-22T19:24:32.553Z Downloaded rand_chacha v0.9.0
6482026-06-22T19:24:32.558Z Downloaded russh-cryptovec v0.7.3
6492026-06-22T19:24:32.558Z Downloaded icu_collections v2.1.1
6502026-06-22T19:24:32.565Z Downloaded memchr v2.8.0
6512026-06-22T19:24:32.565Z Downloaded rand_seeder v0.4.0
6522026-06-22T19:24:32.565Z Downloaded num-traits v0.2.19
6532026-06-22T19:24:32.569Z Downloaded rand_core v0.6.4
6542026-06-22T19:24:32.577Z Downloaded salsa20 v0.10.2
6552026-06-22T19:24:32.580Z Downloaded scheduled-thread-pool v0.2.7
6562026-06-22T19:24:32.580Z Downloaded same-file v1.0.6
6572026-06-22T19:24:32.583Z Downloaded quinn-udp v0.5.14
6582026-06-22T19:24:32.583Z Downloaded hashbrown v0.12.3
6592026-06-22T19:24:32.588Z Downloaded pest_meta v2.8.6
6602026-06-22T19:24:32.593Z Downloaded quote v1.0.45
6612026-06-22T19:24:32.602Z Downloaded rand_core v0.9.5
6622026-06-22T19:24:32.606Z Downloaded scroll_derive v0.12.1
6632026-06-22T19:24:32.606Z Downloaded sapling-renderdag v0.1.0
6642026-06-22T19:24:32.606Z Downloaded scrypt v0.11.0
6652026-06-22T19:24:32.606Z Downloaded scopeguard v1.2.0
6662026-06-22T19:24:32.606Z Downloaded openssl-sys v0.9.115
6672026-06-22T19:24:32.618Z Downloaded relative-path v1.9.3
6682026-06-22T19:24:32.628Z Downloaded hashbrown v0.15.5
6692026-06-22T19:24:32.628Z Downloaded psm v0.1.30
6702026-06-22T19:24:32.628Z Downloaded pin-project v1.1.11
6712026-06-22T19:24:32.628Z Downloaded semver v0.1.20
6722026-06-22T19:24:32.635Z Downloaded secrecy v0.8.0
6732026-06-22T19:24:32.635Z Downloaded scroll_derive v0.13.1
6742026-06-22T19:24:32.635Z Downloaded resolv-conf v0.7.6
6752026-06-22T19:24:32.635Z Downloaded progenitor-client v0.13.0
6762026-06-22T19:24:32.635Z Downloaded serde-big-array v0.5.1
6772026-06-22T19:24:32.635Z Downloaded secrecy v0.10.3
6782026-06-22T19:24:32.635Z Downloaded hyper-util v0.1.20
6792026-06-22T19:24:32.635Z Downloaded hashbrown v0.16.1
6802026-06-22T19:24:32.639Z Downloaded rustc-demangle v0.1.27
6812026-06-22T19:24:32.647Z Downloaded progenitor-impl v0.14.0
6822026-06-22T19:24:32.647Z Downloaded rust-argon2 v2.1.0
6832026-06-22T19:24:32.653Z Downloaded seq-macro v0.3.6
6842026-06-22T19:24:32.653Z Downloaded rtoolbox v0.0.3
6852026-06-22T19:24:32.653Z Downloaded serde-value v0.7.0
6862026-06-22T19:24:32.653Z Downloaded serde_bytes v0.11.19
6872026-06-22T19:24:32.654Z Downloaded rustversion v1.0.22
6882026-06-22T19:24:32.666Z Downloaded indexmap v2.14.0
6892026-06-22T19:24:32.666Z Downloaded rusty-fork v0.3.1
6902026-06-22T19:24:32.675Z Downloaded postcard v1.1.3
6912026-06-22T19:24:32.675Z Downloaded rustls-pemfile v2.2.0
6922026-06-22T19:24:32.675Z Downloaded rustls-native-certs v0.8.3
6932026-06-22T19:24:32.675Z Downloaded itertools v0.10.5
6942026-06-22T19:24:32.675Z Downloaded guppy v0.17.25
6952026-06-22T19:24:32.678Z Downloaded serde_spanned v1.0.4
6962026-06-22T19:24:32.678Z Downloaded serde_repr v0.1.20
6972026-06-22T19:24:32.678Z Downloaded prefix-trie v0.7.0
6982026-06-22T19:24:32.681Z Downloaded mio v1.2.0
6992026-06-22T19:24:32.686Z Downloaded minimal-lexical v0.2.1
7002026-06-22T19:24:32.689Z Downloaded serde_urlencoded v0.7.1
7012026-06-22T19:24:32.689Z Downloaded sec1 v0.7.3
7022026-06-22T19:24:32.689Z Downloaded hashbrown v0.14.5
7032026-06-22T19:24:32.693Z Downloaded proc-macro2 v1.0.106
7042026-06-22T19:24:32.698Z Downloaded hashbrown v0.17.0
7052026-06-22T19:24:32.704Z Downloaded serde_spanned v0.6.9
7062026-06-22T19:24:32.704Z Downloaded serde_regex v1.1.0
7072026-06-22T19:24:32.704Z Downloaded serde_plain v1.0.2
7082026-06-22T19:24:32.708Z Downloaded sha1 v0.10.6
7092026-06-22T19:24:32.708Z Downloaded sct v0.7.1
7102026-06-22T19:24:32.709Z Downloaded shell-words v1.1.1
7112026-06-22T19:24:32.716Z Downloaded rcgen v0.12.1
7122026-06-22T19:24:32.716Z Downloaded futures-util v0.3.32
7132026-06-22T19:24:32.726Z Downloaded progenitor-impl v0.13.0
7142026-06-22T19:24:32.738Z Downloaded schemars_derive v0.8.22
7152026-06-22T19:24:32.738Z Downloaded libxml v0.3.3
7162026-06-22T19:24:32.738Z Downloaded rustls-pki-types v1.14.0
7172026-06-22T19:24:32.739Z Downloaded siphasher v1.0.2
7182026-06-22T19:24:32.739Z Downloaded signature v2.2.0
7192026-06-22T19:24:32.739Z Downloaded signal-hook-tokio v0.3.1
7202026-06-22T19:24:32.739Z Downloaded signal-hook-mio v0.2.5
7212026-06-22T19:24:32.748Z Downloaded idna v1.1.0
7222026-06-22T19:24:32.748Z Downloaded aws-lc-rs v1.16.3
7232026-06-22T19:24:32.748Z Downloaded sigpipe v0.1.3
7242026-06-22T19:24:32.748Z Downloaded serde-hex v0.1.0
7252026-06-22T19:24:32.752Z Downloaded serde-untagged v0.1.9
7262026-06-22T19:24:32.752Z Downloaded p256 v0.13.2
7272026-06-22T19:24:32.752Z Downloaded h2 v0.4.13
7282026-06-22T19:24:32.755Z Downloaded rand_distr v0.5.1
7292026-06-22T19:24:32.763Z Downloaded slog-bunyan v2.5.0
7302026-06-22T19:24:32.763Z Downloaded serde_derive_internals v0.29.1
7312026-06-22T19:24:32.763Z Downloaded scroll v0.13.0
7322026-06-22T19:24:32.771Z Downloaded scroll v0.12.0
7332026-06-22T19:24:32.771Z Downloaded rstest v0.25.0
7342026-06-22T19:24:32.771Z Downloaded smawk v0.3.2
7352026-06-22T19:24:32.772Z Downloaded serde_tokenstream v0.2.3
7362026-06-22T19:24:32.772Z Downloaded hyper v1.8.1
7372026-06-22T19:24:32.775Z Downloaded aho-corasick v1.1.4
7382026-06-22T19:24:32.775Z Downloaded prettyplease v0.2.37
7392026-06-22T19:24:32.778Z Downloaded slog-envlogger v2.2.0
7402026-06-22T19:24:32.778Z Downloaded rustls-pemfile v1.0.4
7412026-06-22T19:24:32.778Z Downloaded ron v0.8.1
7422026-06-22T19:24:32.781Z Downloaded sqlparser_derive v0.5.0
7432026-06-22T19:24:32.787Z Downloaded shlex v1.3.0
7442026-06-22T19:24:32.787Z Downloaded sha2 v0.10.9
7452026-06-22T19:24:32.787Z Downloaded blake3 v1.8.3
7462026-06-22T19:24:32.796Z Downloaded semver v1.0.28
7472026-06-22T19:24:32.799Z Downloaded rustls-platform-verifier v0.6.2
7482026-06-22T19:24:32.799Z Downloaded similar-asserts v1.7.0
7492026-06-22T19:24:32.799Z Downloaded serde_with_macros v1.5.2
7502026-06-22T19:24:32.800Z Downloaded serde_path_to_error v0.1.20
7512026-06-22T19:24:32.803Z Downloaded qorb v0.4.1
7522026-06-22T19:24:32.803Z Downloaded publicsuffix v2.3.0
7532026-06-22T19:24:32.808Z Downloaded slog-async v2.8.0
7542026-06-22T19:24:32.808Z Downloaded ssh-cipher v0.2.0
7552026-06-22T19:24:32.808Z Downloaded serde_cbor v0.11.2
7562026-06-22T19:24:32.816Z Downloaded stable_deref_trait v1.2.1
7572026-06-22T19:24:32.823Z Downloaded strip-ansi-escapes v0.2.1
7582026-06-22T19:24:32.823Z Downloaded strum v0.27.2
7592026-06-22T19:24:32.823Z Downloaded strsim v0.10.0
7602026-06-22T19:24:32.835Z Downloaded itertools v0.14.0
7612026-06-22T19:24:32.836Z Downloaded rand v0.8.6
7622026-06-22T19:24:32.836Z Downloaded ssh-encoding v0.2.0
7632026-06-22T19:24:32.836Z Downloaded smallvec v0.6.14
7642026-06-22T19:24:32.846Z Downloaded slog-term v2.9.2
7652026-06-22T19:24:32.847Z Downloaded slog-json v2.6.1
7662026-06-22T19:24:32.847Z Downloaded structmeta v0.3.0
7672026-06-22T19:24:32.847Z Downloaded supports-color v3.0.2
7682026-06-22T19:24:32.847Z Downloaded simd-adler32 v0.3.8
7692026-06-22T19:24:32.847Z Downloaded supports-unicode v2.1.0
7702026-06-22T19:24:32.861Z Downloaded rstest_macros v0.25.0
7712026-06-22T19:24:32.862Z Downloaded russh-keys v0.45.0
7722026-06-22T19:24:32.862Z Downloaded strum v0.26.3
7732026-06-22T19:24:32.862Z Downloaded subtle v2.6.1
7742026-06-22T19:24:32.862Z Downloaded strsim v0.11.1
7752026-06-22T19:24:32.862Z Downloaded slab v0.4.12
7762026-06-22T19:24:32.862Z Downloaded signal-hook-registry v1.4.8
7772026-06-22T19:24:32.862Z Downloaded libm v0.2.16
7782026-06-22T19:24:32.871Z Downloaded pretty_assertions v1.4.1
7792026-06-22T19:24:32.871Z Downloaded sync_wrapper v1.0.2
7802026-06-22T19:24:32.871Z Downloaded sync-ptr v0.1.4
7812026-06-22T19:24:32.871Z Downloaded swrite v0.1.0
7822026-06-22T19:24:32.871Z Downloaded snafu-derive v0.8.9
7832026-06-22T19:24:32.871Z Downloaded slog-scope v4.4.1
7842026-06-22T19:24:32.876Z Downloaded slog-dtrace v0.3.0
7852026-06-22T19:24:32.876Z Downloaded slog-stdlog v4.1.1
7862026-06-22T19:24:32.876Z Downloaded serde_with_macros v3.17.0
7872026-06-22T19:24:32.876Z Downloaded smf v0.2.3
7882026-06-22T19:24:32.876Z Downloaded serde_derive v1.0.228
7892026-06-22T19:24:32.876Z Downloaded tabled_derive v0.11.0
7902026-06-22T19:24:32.876Z Downloaded stringprep v0.1.5
7912026-06-22T19:24:32.876Z Downloaded stacker v0.1.23
7922026-06-22T19:24:32.881Z Downloaded take_mut v0.2.2
7932026-06-22T19:24:32.881Z Downloaded tabled_derive v0.7.0
7942026-06-22T19:24:32.881Z Downloaded tagptr v0.2.0
7952026-06-22T19:24:32.881Z Downloaded supports-hyperlinks v2.1.0
7962026-06-22T19:24:32.881Z Downloaded ryu v1.0.23
7972026-06-22T19:24:32.884Z Downloaded static_assertions v1.1.0
7982026-06-22T19:24:32.884Z Downloaded supports-color v2.1.0
7992026-06-22T19:24:32.884Z Downloaded rayon-core v1.13.0
8002026-06-22T19:24:33.289Z Downloaded pest v2.8.6
8012026-06-22T19:24:33.294Z Downloaded itertools v0.12.1
8022026-06-22T19:24:33.294Z Downloaded terminal_size v0.1.17
8032026-06-22T19:24:33.294Z Downloaded target-triple v1.0.0
8042026-06-22T19:24:33.294Z Downloaded strum_macros v0.27.2
8052026-06-22T19:24:33.294Z Downloaded strum_macros v0.24.3
8062026-06-22T19:24:33.294Z Downloaded testing_table v0.3.0
8072026-06-22T19:24:33.294Z Downloaded schemars v0.8.22
8082026-06-22T19:24:33.294Z Downloaded terminal_size v0.4.3
8092026-06-22T19:24:33.294Z Downloaded sqlformat v0.3.5
8102026-06-22T19:24:33.295Z Downloaded tap v1.0.1
8112026-06-22T19:24:33.295Z Downloaded spki v0.7.3
8122026-06-22T19:24:33.295Z Downloaded itertools v0.13.0
8132026-06-22T19:24:33.295Z Downloaded termtree v0.5.1
8142026-06-22T19:24:33.295Z Downloaded clap_builder v4.6.0
8152026-06-22T19:24:33.295Z Downloaded iri-string v0.7.10
8162026-06-22T19:24:33.295Z Downloaded iddqd v0.4.2
8172026-06-22T19:24:33.295Z Downloaded structmeta-derive v0.3.0
8182026-06-22T19:24:33.295Z Downloaded stringmetrics v2.2.2
8192026-06-22T19:24:33.295Z Downloaded string_cache v0.8.9
8202026-06-22T19:24:33.295Z Downloaded goblin v0.8.2
8212026-06-22T19:24:33.295Z Downloaded quinn v0.11.9
8222026-06-22T19:24:33.295Z Downloaded thread-id v5.1.0
8232026-06-22T19:24:33.295Z Downloaded thread-id v4.2.2
8242026-06-22T19:24:33.295Z Downloaded bitvec v1.0.1
8252026-06-22T19:24:33.295Z Downloaded time-core v0.1.8
8262026-06-22T19:24:33.295Z Downloaded support-bundle-viewer v0.1.2
8272026-06-22T19:24:33.295Z Downloaded serde_core v1.0.228
8282026-06-22T19:24:33.295Z Downloaded slog v2.8.2
8292026-06-22T19:24:33.295Z Downloaded termcolor v1.4.1
8302026-06-22T19:24:33.295Z Downloaded samael v0.0.19
8312026-06-22T19:24:33.295Z Downloaded smallvec v1.15.1
8322026-06-22T19:24:33.295Z Downloaded rustls-webpki v0.103.9
8332026-06-22T19:24:33.295Z Downloaded socket2 v0.6.3
8342026-06-22T19:24:33.295Z Downloaded termios v0.3.3
8352026-06-22T19:24:33.295Z Downloaded tabwriter v1.4.1
8362026-06-22T19:24:33.295Z Downloaded synstructure v0.13.2
8372026-06-22T19:24:33.295Z Downloaded spin v0.9.8
8382026-06-22T19:24:33.295Z Downloaded strum_macros v0.26.4
8392026-06-22T19:24:33.295Z Downloaded tokio-macros v2.7.0
8402026-06-22T19:24:33.295Z Downloaded socket2 v0.5.10
8412026-06-22T19:24:33.295Z Downloaded tokio-test v0.4.5
8422026-06-22T19:24:33.295Z Downloaded bindgen v0.71.1
8432026-06-22T19:24:33.295Z Downloaded num-bigint v0.4.6
8442026-06-22T19:24:33.295Z Downloaded nom v7.1.3
8452026-06-22T19:24:33.295Z Downloaded schemars v0.9.0
8462026-06-22T19:24:33.295Z Downloaded serde_yaml v0.9.34+deprecated
8472026-06-22T19:24:33.295Z Downloaded serde v1.0.228
8482026-06-22T19:24:33.296Z Downloaded toml_datetime v0.6.11
8492026-06-22T19:24:33.296Z Downloaded thiserror-impl v2.0.18
8502026-06-22T19:24:33.296Z Downloaded thiserror-impl v1.0.69
8512026-06-22T19:24:33.296Z Downloaded target-spec v3.5.7
8522026-06-22T19:24:33.296Z Downloaded thiserror-impl-no-std v2.0.2
8532026-06-22T19:24:33.296Z Downloaded try-lock v0.2.5
8542026-06-22T19:24:33.296Z Downloaded trait-variant v0.1.2
8552026-06-22T19:24:33.296Z Downloaded tower-layer v0.3.3
8562026-06-22T19:24:33.296Z Downloaded tinystr v0.8.2
8572026-06-22T19:24:33.296Z Downloaded signal-hook v0.3.18
8582026-06-22T19:24:33.296Z Downloaded thread_local v1.1.9
8592026-06-22T19:24:33.296Z Downloaded tiny-keccak v2.0.2
8602026-06-22T19:24:33.296Z Downloaded tinyvec_macros v0.1.1
8612026-06-22T19:24:33.296Z Downloaded thiserror v1.0.69
8622026-06-22T19:24:33.296Z Downloaded topological-sort v0.2.2
8632026-06-22T19:24:33.296Z Downloaded toml_write v0.1.2
8642026-06-22T19:24:33.296Z Downloaded tls_codec_derive v0.4.2
8652026-06-22T19:24:33.296Z Downloaded tls_codec v0.4.2
8662026-06-22T19:24:33.296Z Downloaded tower-service v0.3.3
8672026-06-22T19:24:33.296Z Downloaded thiserror-no-std v2.0.2
8682026-06-22T19:24:33.296Z Downloaded typify-macro v0.6.2
8692026-06-22T19:24:33.296Z Downloaded rsa v0.9.10
8702026-06-22T19:24:33.296Z Downloaded term v1.2.1
8712026-06-22T19:24:33.296Z Downloaded thiserror v2.0.18
8722026-06-22T19:24:33.296Z Downloaded tokio-native-tls v0.3.1
8732026-06-22T19:24:33.296Z Downloaded tokio-dtrace v0.1.1
8742026-06-22T19:24:33.296Z Downloaded term v0.7.0
8752026-06-22T19:24:33.296Z Downloaded rand v0.10.0
8762026-06-22T19:24:33.296Z Downloaded tinytemplate v1.2.1
8772026-06-22T19:24:33.296Z Downloaded time-macros v0.2.27
8782026-06-22T19:24:33.296Z Downloaded icu_properties_data v2.1.2
8792026-06-22T19:24:33.296Z Downloaded subprocess v0.2.15
8802026-06-22T19:24:33.296Z Downloaded similar v2.7.0
8812026-06-22T19:24:33.296Z Downloaded tokio-tungstenite v0.23.1
8822026-06-22T19:24:33.296Z Downloaded unarray v0.1.4
8832026-06-22T19:24:33.297Z Downloaded typeid v1.0.3
8842026-06-22T19:24:33.297Z Downloaded num-bigint-dig v0.8.6
8852026-06-22T19:24:33.297Z Downloaded unicode-linebreak v0.1.5
8862026-06-22T19:24:33.297Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8872026-06-22T19:24:33.297Z Downloaded unicode-truncate v1.1.0
8882026-06-22T19:24:33.297Z Downloaded tokio-rustls v0.25.0
8892026-06-22T19:24:33.297Z Downloaded untrusted v0.7.1
8902026-06-22T19:24:33.297Z Downloaded universal-hash v0.5.1
8912026-06-22T19:24:33.297Z Downloaded git2 v0.20.4
8922026-06-22T19:24:33.297Z Downloaded untrusted v0.9.0
8932026-06-22T19:24:33.297Z Downloaded usdt v0.5.0
8942026-06-22T19:24:33.297Z Downloaded hkdf v0.12.4
8952026-06-22T19:24:33.297Z Downloaded unicase v2.9.0
8962026-06-22T19:24:33.297Z Downloaded textwrap v0.16.2
8972026-06-22T19:24:33.297Z Downloaded tempfile v3.25.0
8982026-06-22T19:24:33.297Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8992026-06-22T19:24:33.297Z Downloaded utf8parse v0.2.2
9002026-06-22T19:24:33.297Z Downloaded usdt-macro v0.5.0
9012026-06-22T19:24:33.304Z Downloaded utf8_iter v1.0.4
9022026-06-22T19:24:33.304Z Downloaded usdt-attr-macro v0.5.0
9032026-06-22T19:24:33.304Z Downloaded usdt-macro v0.6.0
9042026-06-22T19:24:33.304Z Downloaded unicode-xid v0.2.6
9052026-06-22T19:24:33.304Z Downloaded serde_with v1.14.0
9062026-06-22T19:24:33.304Z Downloaded textwrap v0.15.2
9072026-06-22T19:24:33.304Z Downloaded tokio-rustls v0.26.4
9082026-06-22T19:24:33.304Z Downloaded toml_writer v1.0.6+spec-1.1.0
9092026-06-22T19:24:33.304Z Downloaded p521 v0.13.3
9102026-06-22T19:24:33.304Z Downloaded tokio-rustls v0.24.1
9112026-06-22T19:24:33.304Z Downloaded tui-tree-widget v0.23.1
9122026-06-22T19:24:33.304Z Downloaded tokio-tungstenite v0.21.0
9132026-06-22T19:24:33.304Z Downloaded unit-prefix v0.5.2
9142026-06-22T19:24:33.304Z Downloaded wait-timeout v0.2.1
9152026-06-22T19:24:33.304Z Downloaded utf-8 v0.7.6
9162026-06-22T19:24:33.304Z Downloaded usdt-attr-macro v0.6.0
9172026-06-22T19:24:33.304Z Downloaded waitgroup v0.1.2
9182026-06-22T19:24:33.304Z Downloaded void v1.0.2
9192026-06-22T19:24:33.304Z Downloaded toml_parser v1.0.9+spec-1.1.0
9202026-06-22T19:24:33.304Z Downloaded nom v8.0.0
9212026-06-22T19:24:33.304Z Downloaded want v0.3.1
9222026-06-22T19:24:33.304Z Downloaded tinyvec v1.10.0
9232026-06-22T19:24:33.304Z Downloaded usdt-impl v0.5.0
9242026-06-22T19:24:33.304Z Downloaded xattr v1.6.1
9252026-06-22T19:24:33.304Z Downloaded target-lexicon v0.13.3
9262026-06-22T19:24:33.304Z Downloaded toml v0.8.23
9272026-06-22T19:24:33.304Z Downloaded tokio-stream v0.1.18
9282026-06-22T19:24:33.304Z Downloaded xshell-macros v0.2.7
9292026-06-22T19:24:33.304Z Downloaded yoke-derive v0.8.1
9302026-06-22T19:24:33.304Z Downloaded ucd-trie v0.1.7
9312026-06-22T19:24:33.304Z Downloaded uzers v0.12.2
9322026-06-22T19:24:33.304Z Downloaded vergen-gitcl v1.0.8
9332026-06-22T19:24:33.305Z Downloaded zeroize_derive v1.4.3
9342026-06-22T19:24:33.305Z Downloaded test-strategy v0.4.5
9352026-06-22T19:24:33.305Z Downloaded russh v0.45.0
9362026-06-22T19:24:33.305Z Downloaded schemars v1.2.1
9372026-06-22T19:24:33.305Z Downloaded zone_cfg_derive v0.3.1
9382026-06-22T19:24:33.305Z Downloaded zerofrom v0.1.6
9392026-06-22T19:24:33.305Z Downloaded vergen-lib v0.1.6
9402026-06-22T19:24:33.305Z Downloaded lalrpop v0.19.12
9412026-06-22T19:24:33.305Z Downloaded tracing-attributes v0.1.31
9422026-06-22T19:24:33.305Z Downloaded walkdir v2.5.0
9432026-06-22T19:24:33.305Z Downloaded usdt v0.6.0
9442026-06-22T19:24:33.305Z Downloaded trybuild v1.0.116
9452026-06-22T19:24:33.305Z Downloaded vergen-git2 v9.1.0
9462026-06-22T19:24:33.305Z Downloaded vergen-lib v9.1.0
9472026-06-22T19:24:33.305Z Downloaded rand v0.9.2
9482026-06-22T19:24:33.305Z Downloaded whoami v1.6.1
9492026-06-22T19:24:33.305Z Downloaded vsss-rs v3.3.4
9502026-06-22T19:24:33.305Z Downloaded whoami v2.1.0
9512026-06-22T19:24:33.305Z Downloaded writeable v0.6.2
9522026-06-22T19:24:33.305Z Downloaded snafu v0.8.9
9532026-06-22T19:24:33.305Z Downloaded version_check v0.9.5
9542026-06-22T19:24:33.305Z Downloaded unicode-properties v0.1.4
9552026-06-22T19:24:33.305Z Downloaded plotters v0.3.7
9562026-06-22T19:24:33.305Z Downloaded zone v0.3.1
9572026-06-22T19:24:33.305Z Downloaded twox-hash v2.1.2
9582026-06-22T19:24:33.305Z Downloaded wyz v0.5.1
9592026-06-22T19:24:33.305Z Downloaded usdt-impl v0.6.0
9602026-06-22T19:24:33.305Z Downloaded tungstenite v0.21.0
9612026-06-22T19:24:33.305Z Downloaded unicode-ident v1.0.24
9622026-06-22T19:24:33.305Z Downloaded toml v0.7.8
9632026-06-22T19:24:33.305Z Downloaded rayon v1.11.0
9642026-06-22T19:24:33.305Z Downloaded zerofrom-derive v0.1.6
9652026-06-22T19:24:33.305Z Downloaded tar v0.4.45
9662026-06-22T19:24:33.305Z Downloaded chrono v0.4.44
9672026-06-22T19:24:33.305Z Downloaded toml v1.0.6+spec-1.1.0
9682026-06-22T19:24:33.305Z Downloaded rpassword v7.4.0
9692026-06-22T19:24:33.305Z Downloaded zeroize v1.8.2
9702026-06-22T19:24:33.311Z Downloaded zstd v0.13.3
9712026-06-22T19:24:33.311Z Downloaded ssh-key v0.6.7
9722026-06-22T19:24:33.318Z Downloaded tracing-core v0.1.36
9732026-06-22T19:24:33.318Z Downloaded vergen v9.1.0
9742026-06-22T19:24:33.318Z Downloaded toml_edit v0.23.10+spec-1.0.0
9752026-06-22T19:24:33.322Z Downloaded zstd-safe v7.2.4
9762026-06-22T19:24:33.323Z Downloaded toml_edit v0.22.27
9772026-06-22T19:24:33.323Z Downloaded xshell v0.2.7
9782026-06-22T19:24:33.323Z Downloaded gimli v0.32.3
9792026-06-22T19:24:33.327Z Downloaded rustyline v14.0.0
9802026-06-22T19:24:33.331Z Downloaded yoke v0.8.1
9812026-06-22T19:24:33.336Z Downloaded yasna v0.5.2
9822026-06-22T19:24:33.340Z Downloaded reqwest v0.13.2
9832026-06-22T19:24:33.348Z Downloaded zerocopy-derive v0.7.35
9842026-06-22T19:24:33.348Z Downloaded reedline v0.40.0
9852026-06-22T19:24:33.357Z Downloaded zerocopy v0.6.6
9862026-06-22T19:24:33.357Z Downloaded uuid v1.23.0
9872026-06-22T19:24:33.362Z Downloaded typify v0.6.2
9882026-06-22T19:24:33.374Z Downloaded zerovec-derive v0.11.2
9892026-06-22T19:24:33.391Z Downloaded vte v0.14.1
9902026-06-22T19:24:33.391Z Downloaded unsafe-libyaml v0.2.11
9912026-06-22T19:24:33.391Z Downloaded tungstenite v0.23.0
9922026-06-22T19:24:33.396Z Downloaded zmij v1.0.21
9932026-06-22T19:24:33.396Z Downloaded unicode-bidi v0.3.18
9942026-06-22T19:24:33.399Z Downloaded tokio-postgres v0.7.16
9952026-06-22T19:24:33.416Z Downloaded reqwest v0.12.28
9962026-06-22T19:24:33.421Z Downloaded rustls-webpki v0.101.7
9972026-06-22T19:24:33.452Z Downloaded portable-atomic v1.13.1
9982026-06-22T19:24:33.464Z Downloaded yansi v1.0.1
9992026-06-22T19:24:33.472Z Downloaded zopfli v0.8.3
10002026-06-22T19:24:33.480Z Downloaded toml_edit v0.19.15
10012026-06-22T19:24:33.893Z Downloaded url v2.5.8
10022026-06-22T19:24:33.893Z Downloaded regex v1.12.3
10032026-06-22T19:24:33.900Z Downloaded moka v0.12.13
10042026-06-22T19:24:33.900Z Downloaded zip v0.6.6
10052026-06-22T19:24:33.900Z Downloaded zerotrie v0.2.3
10062026-06-22T19:24:33.900Z Downloaded quick-xml v0.37.5
10072026-06-22T19:24:33.900Z Downloaded zerocopy-derive v0.8.40
10082026-06-22T19:24:33.900Z Downloaded typenum v1.19.0
10092026-06-22T19:24:33.900Z Downloaded p384 v0.13.1
10102026-06-22T19:24:33.900Z Downloaded unicode_categories v0.1.1
10112026-06-22T19:24:33.900Z Downloaded typed-path v0.9.3
10122026-06-22T19:24:33.900Z Downloaded tower v0.5.3
10132026-06-22T19:24:33.900Z Downloaded salty v0.3.0
10142026-06-22T19:24:33.900Z Downloaded proptest v1.10.0
10152026-06-22T19:24:33.900Z Downloaded goblin v0.10.5
10162026-06-22T19:24:33.900Z Downloaded steno v0.4.1
10172026-06-22T19:24:33.900Z Downloaded quinn-proto v0.11.13
10182026-06-22T19:24:33.900Z Downloaded curve25519-dalek v4.1.3
10192026-06-22T19:24:33.901Z Downloaded serde_json v1.0.149
10202026-06-22T19:24:33.901Z Downloaded x509-cert v0.2.5
10212026-06-22T19:24:33.901Z Downloaded tower-http v0.6.8
10222026-06-22T19:24:33.901Z Downloaded radix_trie v0.2.1
10232026-06-22T19:24:33.901Z Downloaded petname v2.0.2
10242026-06-22T19:24:33.901Z Downloaded openssl v0.10.79
10252026-06-22T19:24:33.901Z Downloaded rustls-webpki v0.102.8
10262026-06-22T19:24:33.901Z Downloaded unicode-segmentation v1.12.0
10272026-06-22T19:24:33.901Z Downloaded unicode-normalization v0.1.25
10282026-06-22T19:24:33.901Z Downloaded nix v0.28.0
10292026-06-22T19:24:33.901Z Downloaded polar-core v0.27.3
10302026-06-22T19:24:33.901Z Downloaded tokio-util v0.7.18
10312026-06-22T19:24:33.901Z Downloaded object v0.30.4
10322026-06-22T19:24:33.901Z Downloaded zip v4.6.1
10332026-06-22T19:24:33.901Z Downloaded zerovec v0.11.5
10342026-06-22T19:24:33.901Z Downloaded serde_with v3.17.0
10352026-06-22T19:24:33.901Z Downloaded nix v0.27.1
10362026-06-22T19:24:33.901Z Downloaded dropshot v0.17.0
10372026-06-22T19:24:33.901Z Downloaded tough v0.22.0
10382026-06-22T19:24:33.901Z Downloaded nix v0.31.2
10392026-06-22T19:24:33.901Z Downloaded winnow v0.5.40
10402026-06-22T19:24:33.901Z Downloaded tabled v0.15.0
10412026-06-22T19:24:33.901Z Downloaded object v0.37.3
10422026-06-22T19:24:33.901Z Downloaded winnow v0.6.26
10432026-06-22T19:24:33.901Z Downloaded zerocopy v0.7.35
10442026-06-22T19:24:33.901Z Downloaded rustls v0.21.12
10452026-06-22T19:24:33.902Z Downloaded tabled v0.20.0
10462026-06-22T19:24:33.902Z Downloaded syn v1.0.109
10472026-06-22T19:24:33.902Z Downloaded time v0.3.47
10482026-06-22T19:24:33.902Z Downloaded winnow v0.7.14
10492026-06-22T19:24:33.902Z Downloaded rustls v0.22.4
10502026-06-22T19:24:33.902Z Downloaded hickory-proto v0.25.2
10512026-06-22T19:24:33.902Z Downloaded regress v0.10.5
10522026-06-22T19:24:33.902Z Downloaded regex-syntax v0.6.29
10532026-06-22T19:24:33.902Z Downloaded smoltcp v0.9.1
10542026-06-22T19:24:33.902Z Downloaded hickory-proto v0.24.4
10552026-06-22T19:24:33.902Z Downloaded regex-syntax v0.8.10
10562026-06-22T19:24:33.902Z Downloaded zlib-rs v0.6.2
10572026-06-22T19:24:33.902Z Downloaded webpki-roots v1.0.6
10582026-06-22T19:24:33.902Z Downloaded openapiv3 v2.2.0
10592026-06-22T19:24:33.902Z Downloaded diesel v2.3.7
10602026-06-22T19:24:33.902Z Downloaded zerocopy v0.8.40
10612026-06-22T19:24:33.902Z Downloaded vcpkg v0.2.15
10622026-06-22T19:24:33.910Z Downloaded unicode-width v0.2.0
10632026-06-22T19:24:33.910Z Downloaded smoltcp v0.11.0
10642026-06-22T19:24:33.915Z Downloaded regress v0.11.1
10652026-06-22T19:24:33.919Z Downloaded unicode-width v0.1.14
10662026-06-22T19:24:33.919Z Downloaded syn v2.0.117
10672026-06-22T19:24:33.926Z Downloaded rustix v1.1.3
10682026-06-22T19:24:33.947Z Downloaded rustls v0.23.37
10692026-06-22T19:24:33.956Z Downloaded rustix v0.38.44
10702026-06-22T19:24:33.992Z Downloaded bzip2-sys v0.1.13+1.0.8
10712026-06-22T19:24:34.001Z Downloaded sled v0.34.7
10722026-06-22T19:24:34.017Z Downloaded typify-impl v0.6.2
10732026-06-22T19:24:34.028Z Downloaded sqlparser v0.61.0
10742026-06-22T19:24:34.073Z Downloaded ratatui v0.29.0
10752026-06-22T19:24:34.086Z Downloaded petgraph v0.6.5
10762026-06-22T19:24:34.514Z Downloaded tracing v0.1.44
10772026-06-22T19:24:34.540Z Downloaded jiff v0.2.21
10782026-06-22T19:24:34.540Z Downloaded libc v0.2.185
10792026-06-22T19:24:34.540Z Downloaded regex-automata v0.4.14
10802026-06-22T19:24:34.540Z Downloaded zerocopy-derive v0.6.6
10812026-06-22T19:24:34.540Z Downloaded chrono-tz v0.10.4
10822026-06-22T19:24:34.540Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10832026-06-22T19:24:34.540Z Downloaded tokio v1.52.1
10842026-06-22T19:24:34.540Z Downloaded csv v1.4.0
10852026-06-22T19:24:34.540Z Downloaded petgraph v0.8.3
10862026-06-22T19:24:34.540Z Downloaded libz-sys v1.1.24
10872026-06-22T19:24:34.540Z Downloaded sha3 v0.10.8
10882026-06-22T19:24:34.540Z Downloaded ring v0.17.14
10892026-06-22T19:24:34.540Z Downloaded httpmock v0.8.3
10902026-06-22T19:24:34.540Z Downloaded encoding_rs v0.8.35
10912026-06-22T19:24:34.540Z Downloaded libgit2-sys v0.18.3+1.9.2
10922026-06-22T19:24:34.995Z Downloaded aws-lc-sys v0.40.0
10932026-06-22T19:24:35.409Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10942026-06-22T19:24:40.823Z Startup: Refreshing catalog 'helios' ... Done
10952026-06-22T19:24:40.914Z Startup: Caching catalogs ... Done
10962026-06-22T19:24:41.337ZPlanning: Solver setup ... Done (0.380s)
10972026-06-22T19:24:41.361ZPlanning: Running solver ... Done (0.023s)
10982026-06-22T19:24:41.370ZPlanning: Finding local manifests ... Done (0.002s)
10992026-06-22T19:24:41.383ZPlanning: Fetching manifests: 0/2 0% complete
11002026-06-22T19:24:41.402ZPlanning: Fetching manifests: 2/2 100% complete
11012026-06-22T19:24:41.416ZPlanning: Package planning ... Done (0.015s)
11022026-06-22T19:24:41.835ZPlanning: Merging actions ... Done (0.002s)
11032026-06-22T19:24:41.839ZPlanning: Checking for conflicting actions ... Done (0.173s)
11042026-06-22T19:24:41.839ZPlanning: Consolidating action changes ... Done (0.001s)
11052026-06-22T19:24:42.288ZPlanning: Evaluating mediators ... Done (0.684s)
11062026-06-22T19:24:42.299ZPlanning: Planning completed in 1.34 seconds
11072026-06-22T19:24:42.299Z Packages to install: 2
11082026-06-22T19:24:42.299Z Estimated space available: 155.80 GB
11092026-06-22T19:24:42.299ZEstimated space to be consumed: 28.17 MB
11102026-06-22T19:24:42.299Z Create boot environment: No
11112026-06-22T19:24:42.299ZCreate backup boot environment: No
11122026-06-22T19:24:42.299Z Rebuild boot archive: No
11132026-06-22T19:24:42.299Z
11142026-06-22T19:24:42.299ZChanged packages:
11152026-06-22T19:24:42.299Zhelios
11162026-06-22T19:24:42.299Z developer/build-essential
11172026-06-22T19:24:42.299Z None -> 11-3.0
11182026-06-22T19:24:42.299Z library/libxmlsec1
11192026-06-22T19:24:42.299Z None -> 1.2.35-3.0
11202026-06-22T19:24:42.313Z
11212026-06-22T19:24:42.314ZDownload: 0/214 items 0.0/1.3MB 0% complete
11222026-06-22T19:24:42.909ZDownload: Completed 1.28 MB in 0.59 seconds (2.2M/s)
11232026-06-22T19:24:43.001Z Actions: 1/268 actions (Installing new actions)
11242026-06-22T19:24:43.042Z Actions: Completed 268 actions in 0.04 seconds.
11252026-06-22T19:24:43.055ZFinalize: Updating package state database ... Done (0.011s)
11262026-06-22T19:24:43.063ZFinalize: Updating package cache ... Done (0.000s)
11272026-06-22T19:24:43.075ZFinalize: Updating image state ... Done (0.026s)
11282026-06-22T19:24:45.618ZFinalize: Creating fast lookup database ... Done (2.516s)
11292026-06-22T19:24:45.686ZFinalize: Reading search index ... Done (0.012s)
11302026-06-22T19:24:45.689ZFinalize: Updating search index ... Done (0.000s)
11312026-06-22T19:24:45.787ZFinalize: Updating package cache ... Done (0.000s)
11322026-06-22T19:24:46.104ZPlanning: Evaluating mediator changes ... Done
11332026-06-22T19:24:46.205ZPlanning: Checking for conflicting actions ... Done
11342026-06-22T19:24:46.211ZPlanning: Consolidating action changes ... Done
11352026-06-22T19:24:46.368ZPlanning: Evaluating mediators ... Done
11362026-06-22T19:24:46.379ZPlanning: Planning completed in 0.27 seconds
11372026-06-22T19:24:46.397Z Mediators to change: 2
11382026-06-22T19:24:46.397Z Create boot environment: No
11392026-06-22T19:24:46.397ZCreate backup boot environment: No
11402026-06-22T19:24:46.445ZFinalize: Updating package state database ... Done
11412026-06-22T19:24:46.445ZFinalize: Updating package cache ... Done
11422026-06-22T19:24:46.458ZFinalize: Updating image state ... Done
11432026-06-22T19:24:48.426ZFinalize: Creating fast lookup database ... Done
11442026-06-22T19:24:48.487ZFinalize: Reading search index ... Done
11452026-06-22T19:24:48.490ZFinalize: Updating search index ... Done
11462026-06-22T19:24:49.039ZFinalize: Updating package cache ... Done
11472026-06-22T19:24:49.042ZPlanning: Evaluating mediator changes ... Done
11482026-06-22T19:24:49.042ZPlanning: Checking for conflicting actions ... Done
11492026-06-22T19:24:49.042ZPlanning: Consolidating action changes ... Done
11502026-06-22T19:24:49.599ZPlanning: Evaluating mediators ... Done
11512026-06-22T19:24:49.603ZPlanning: Planning completed in 0.27 seconds
11522026-06-22T19:24:49.603Z Mediators to change: 1
11532026-06-22T19:24:49.604Z Create boot environment: No
11542026-06-22T19:24:49.604ZCreate backup boot environment: No
11552026-06-22T19:24:49.604ZFinalize: Updating package state database ... Done
11562026-06-22T19:24:49.604ZFinalize: Updating package cache ... Done
11572026-06-22T19:24:49.604ZFinalize: Updating image state ... Done
11582026-06-22T19:24:51.649ZFinalize: Creating fast lookup database ... Done
11592026-06-22T19:24:51.652ZFinalize: Reading search index ... Done
11602026-06-22T19:24:51.652ZFinalize: Updating search index ... Done
11612026-06-22T19:24:51.652ZFinalize: Updating package cache ... Done
11622026-06-22T19:24:51.700ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11632026-06-22T19:24:51.700Zapache system 2.4 system
11642026-06-22T19:24:51.700Zclang system 15 system
11652026-06-22T19:24:51.700Zcsh system system illumos
11662026-06-22T19:24:51.700Zctags system system illumos
11672026-06-22T19:24:51.700Zfile vendor vendor darwinsys
11682026-06-22T19:24:51.700Zfile system system illumos
11692026-06-22T19:24:51.700Zgcc vendor 14 vendor
11702026-06-22T19:24:51.700Zgcc system 13 system
11712026-06-22T19:24:51.700Zgcc system 10 system
11722026-06-22T19:24:51.700Zgo system 1.25 system
11732026-06-22T19:24:51.700Zllvm system 15 system
11742026-06-22T19:24:51.700Zmariadb system 11.4 system
11752026-06-22T19:24:51.700Zmta vendor vendor dma
11762026-06-22T19:24:51.700Zopenjdk system 17 system
11772026-06-22T19:24:51.700Zopenjdk system 11 system
11782026-06-22T19:24:51.700Zopenssl vendor 3 vendor
11792026-06-22T19:24:51.701Zperl system 5.40 system
11802026-06-22T19:24:51.701Zpostgresql system 18 system
11812026-06-22T19:24:51.701Zpostgresql system 17 system
11822026-06-22T19:24:51.701Zpython vendor 3 vendor
11832026-06-22T19:24:51.701Zpython system 2 system
11842026-06-22T19:24:51.701Zpython3 vendor 3.13 vendor
11852026-06-22T19:24:51.701Zruby system 3.4 system
11862026-06-22T19:24:51.701Zruby system 3.0 system
11872026-06-22T19:24:51.701Zwords vendor vendor american-english
11882026-06-22T19:24:51.701Zwords system system australian-english
11892026-06-22T19:24:51.701Zwords system system british-english
11902026-06-22T19:24:51.701Zwords system system canadian-english
11912026-06-22T19:24:51.701Zwords system system french
11922026-06-22T19:24:51.701Zwords system system italian
11932026-06-22T19:24:51.701Zwords system system ngerman
11942026-06-22T19:24:51.701Zwords system system ogerman
11952026-06-22T19:24:51.701Zwords system system spanish
11962026-06-22T19:24:51.961ZPUBLISHER TYPE STATUS P LOCATION
11972026-06-22T19:24:51.961Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
11982026-06-22T19:24:52.240ZFMRI IFO
11992026-06-22T19:24:52.240Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12002026-06-22T19:24:52.240Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12012026-06-22T19:24:52.240Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12022026-06-22T19:24:52.240Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12032026-06-22T19:24:52.240Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12042026-06-22T19:24:52.240Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12052026-06-22T19:24:52.240Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12062026-06-22T19:24:52.240Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12072026-06-22T19:24:52.240Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12082026-06-22T19:24:53.164Z Downloading crates ...
12092026-06-22T19:24:53.570Z Downloaded cargo_toml v0.21.0
12102026-06-22T19:24:53.570Z Compiling proc-macro2 v1.0.106
12112026-06-22T19:24:53.570Z Compiling quote v1.0.45
12122026-06-22T19:24:53.570Z Compiling unicode-ident v1.0.24
12132026-06-22T19:24:53.570Z Compiling serde_core v1.0.228
12142026-06-22T19:24:53.570Z Compiling libc v0.2.185
12152026-06-22T19:24:53.570Z Compiling version_check v0.9.5
12162026-06-22T19:24:53.570Z Compiling serde v1.0.228
12172026-06-22T19:24:53.570Z Compiling memchr v2.8.0
12182026-06-22T19:24:53.570Z Compiling stable_deref_trait v1.2.1
12192026-06-22T19:24:53.570Z Compiling zmij v1.0.21
12202026-06-22T19:24:53.570Z Compiling ucd-trie v0.1.7
12212026-06-22T19:24:53.570Z Compiling autocfg v1.5.0
12222026-06-22T19:24:53.570Z Compiling itoa v1.0.17
12232026-06-22T19:24:53.570Z Compiling thiserror v1.0.69
12242026-06-22T19:24:53.570Z Compiling litemap v0.8.1
12252026-06-22T19:24:53.570Z Compiling writeable v0.6.2
12262026-06-22T19:24:53.570Z Compiling byteorder v1.5.0
12272026-06-22T19:24:53.576Z Compiling icu_properties_data v2.1.2
12282026-06-22T19:24:53.576Z Compiling icu_normalizer_data v2.1.1
12292026-06-22T19:24:53.576Z Compiling rustix v1.1.3
12302026-06-22T19:24:53.576Z Compiling bitflags v2.11.0
12312026-06-22T19:24:53.576Z Compiling serde_json v1.0.149
12322026-06-22T19:24:53.576Z Compiling smallvec v1.15.1
12332026-06-22T19:24:53.576Z Compiling pest v2.8.6
12342026-06-22T19:24:53.624Z Compiling num-traits v0.2.19
12352026-06-22T19:24:54.063Z Compiling hashbrown v0.17.0
12362026-06-22T19:24:54.070Z Compiling typeid v1.0.3
12372026-06-22T19:24:54.070Z Compiling equivalent v1.0.2
12382026-06-22T19:24:54.070Z Compiling proc-macro-error-attr v1.0.4
12392026-06-22T19:24:54.070Z Compiling usdt-impl v0.5.0
12402026-06-22T19:24:54.070Z Compiling syn v1.0.109
12412026-06-22T19:24:54.070Z Compiling toml_write v0.1.2
12422026-06-22T19:24:54.070Z Compiling winnow v0.7.14
12432026-06-22T19:24:54.070Z Compiling erased-serde v0.4.9
12442026-06-22T19:24:54.070Z Compiling errno v0.3.14
12452026-06-22T19:24:54.070Z Compiling thread-id v4.2.2
12462026-06-22T19:24:54.073Z Compiling proc-macro-error v1.0.4
12472026-06-22T19:24:54.535Z Compiling thiserror v2.0.18
12482026-06-22T19:24:54.606Z Compiling utf8_iter v1.0.4
12492026-06-22T19:24:54.606Z Compiling plain v0.2.3
12502026-06-22T19:24:54.606Z Compiling percent-encoding v2.3.2
12512026-06-22T19:24:54.606Z Compiling indexmap v2.14.0
12522026-06-22T19:24:54.606Z Compiling camino v1.2.2
12532026-06-22T19:24:54.607Z Compiling utf8parse v0.2.2
12542026-06-22T19:24:54.607Z Compiling log v0.4.29
12552026-06-22T19:24:54.607Z Compiling getrandom v0.4.1
12562026-06-22T19:24:54.607Z Compiling anstyle-parse v1.0.0
12572026-06-22T19:24:54.607Z Compiling form_urlencoded v1.2.2
12582026-06-22T19:24:54.607Z Compiling syn v2.0.117
12592026-06-22T19:24:54.644Z Compiling anstyle-query v1.1.5
12602026-06-22T19:24:54.644Z Compiling colorchoice v1.0.4
12612026-06-22T19:24:54.676Z Compiling ordered-float v2.10.1
12622026-06-22T19:24:54.721Z Compiling pest_meta v2.8.6
12632026-06-22T19:24:54.750Z Compiling anstyle v1.0.14
12642026-06-22T19:24:54.750Z Compiling cfg-if v1.0.4
12652026-06-22T19:24:54.750Z Compiling pretty-hex v0.4.1
12662026-06-22T19:24:54.776Z Compiling is_terminal_polyfill v1.70.2
12672026-06-22T19:24:55.296Z Compiling fs-err v3.3.0
12682026-06-22T19:24:55.309Z Compiling anstream v1.0.0
12692026-06-22T19:24:55.309Z Compiling fastrand v2.3.0
12702026-06-22T19:24:55.309Z Compiling heck v0.5.0
12712026-06-22T19:24:55.309Z Compiling strsim v0.11.1
12722026-06-22T19:24:55.309Z Compiling unicode-xid v0.2.6
12732026-06-22T19:24:55.310Z Compiling terminal_size v0.4.3
12742026-06-22T19:24:55.310Z Compiling unicode-width v0.1.14
12752026-06-22T19:24:55.310Z Compiling fnv v1.0.7
12762026-06-22T19:24:55.310Z Compiling clap_lex v1.0.0
12772026-06-22T19:24:55.310Z Compiling once_cell v1.21.3
12782026-06-22T19:24:55.310Z Compiling anyhow v1.0.102
12792026-06-22T19:24:55.310Z Compiling heck v0.4.1
12802026-06-22T19:24:55.310Z Compiling bytecount v0.6.9
12812026-06-22T19:24:55.311Z Compiling clap_builder v4.6.0
12822026-06-22T19:24:55.366Z Compiling semver v1.0.28
12832026-06-22T19:24:55.399Z Compiling tempfile v3.25.0
12842026-06-22T19:24:55.427Z Compiling papergrid v0.11.0
12852026-06-22T19:24:55.451Z Compiling memmap v0.7.0
12862026-06-22T19:24:55.485Z Compiling unicode-linebreak v0.1.5
12872026-06-22T19:24:55.562Z Compiling unicode-width v0.2.0
12882026-06-22T19:24:56.040Z Compiling smawk v0.3.2
12892026-06-22T19:24:56.065Z Compiling serde-untagged v0.1.9
12902026-06-22T19:24:56.065Z Compiling camino-tempfile v1.4.1
12912026-06-22T19:24:56.065Z Compiling textwrap v0.16.2
12922026-06-22T19:24:56.065Z Compiling swrite v0.1.0
12932026-06-22T19:24:56.065Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12942026-06-22T19:24:56.302Z Compiling tabled_derive v0.7.0
12952026-06-22T19:24:57.005Z Compiling tabled v0.15.0
12962026-06-22T19:24:57.077Z Compiling synstructure v0.13.2
12972026-06-22T19:24:57.078Z Compiling pest_generator v2.8.6
12982026-06-22T19:24:58.071Z Compiling serde_derive v1.0.228
12992026-06-22T19:24:58.071Z Compiling zerofrom-derive v0.1.6
13002026-06-22T19:24:58.113Z Compiling yoke-derive v0.8.1
13012026-06-22T19:24:58.113Z Compiling zerovec-derive v0.11.2
13022026-06-22T19:24:58.113Z Compiling displaydoc v0.2.5
13032026-06-22T19:24:58.113Z Compiling thiserror-impl v1.0.69
13042026-06-22T19:24:58.113Z Compiling zerocopy-derive v0.7.35
13052026-06-22T19:24:58.113Z Compiling pest_derive v2.8.6
13062026-06-22T19:24:58.113Z Compiling scroll_derive v0.12.1
13072026-06-22T19:24:58.113Z Compiling thiserror-impl v2.0.18
13082026-06-22T19:24:58.113Z Compiling clap_derive v4.6.1
13092026-06-22T19:24:58.694Z Compiling scroll v0.12.0
13102026-06-22T19:24:58.722Z Compiling zerocopy v0.7.35
13112026-06-22T19:24:58.722Z Compiling goblin v0.8.2
13122026-06-22T19:24:58.749Z Compiling zerofrom v0.1.6
13132026-06-22T19:24:58.772Z Compiling dtrace-parser v0.2.0
13142026-06-22T19:24:59.221Z Compiling yoke v0.8.1
13152026-06-22T19:24:59.246Z Compiling zerovec v0.11.5
13162026-06-22T19:24:59.246Z Compiling zerotrie v0.2.3
13172026-06-22T19:24:59.246Z Compiling clap v4.6.1
13182026-06-22T19:24:59.391Z Compiling tinystr v0.8.2
13192026-06-22T19:24:59.391Z Compiling potential_utf v0.1.4
13202026-06-22T19:24:59.538Z Compiling icu_collections v2.1.1
13212026-06-22T19:24:59.567Z Compiling icu_locale_core v2.1.1
13222026-06-22T19:25:00.063Z Compiling icu_provider v2.1.1
13232026-06-22T19:25:00.101Z Compiling toml_datetime v0.6.11
13242026-06-22T19:25:00.101Z Compiling serde_spanned v0.6.9
13252026-06-22T19:25:00.102Z Compiling serde-value v0.7.0
13262026-06-22T19:25:00.102Z Compiling cargo-platform v0.2.0
13272026-06-22T19:25:00.102Z Compiling macaddr v1.0.1
13282026-06-22T19:25:00.102Z Compiling dof v0.3.0
13292026-06-22T19:25:00.102Z Compiling serde_tokenstream v0.2.3
13302026-06-22T19:25:00.292Z Compiling icu_normalizer v2.1.1
13312026-06-22T19:25:00.292Z Compiling icu_properties v2.1.2
13322026-06-22T19:25:00.322Z Compiling toml_edit v0.22.27
13332026-06-22T19:25:00.855Z Compiling usdt-attr-macro v0.5.0
13342026-06-22T19:25:00.855Z Compiling usdt-macro v0.5.0
13352026-06-22T19:25:01.111Z Compiling idna_adapter v1.2.1
13362026-06-22T19:25:01.195Z Compiling idna v1.1.0
13372026-06-22T19:25:01.406Z Compiling usdt v0.5.0
13382026-06-22T19:25:01.456Z Compiling url v2.5.8
13392026-06-22T19:25:02.005Z Compiling toml v0.8.23
13402026-06-22T19:25:02.051Z Compiling cargo-util-schemas v0.8.2
13412026-06-22T19:25:02.051Z Compiling cargo_toml v0.21.0
13422026-06-22T19:25:03.110Z Compiling cargo_metadata v0.21.0
13432026-06-22T19:25:03.559Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13442026-06-22T19:25:06.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.33s
13452026-06-22T19:25:06.103Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13462026-06-22T19:25:06.448Z Compiling libc v0.2.185
13472026-06-22T19:25:06.448Z Compiling serde v1.0.228
13482026-06-22T19:25:06.487Z Compiling log v0.4.29
13492026-06-22T19:25:06.487Z Compiling shlex v1.3.0
13502026-06-22T19:25:06.549Z Compiling find-msvc-tools v0.1.9
13512026-06-22T19:25:06.591Z Compiling smallvec v1.15.1
13522026-06-22T19:25:06.591Z Compiling typenum v1.19.0
13532026-06-22T19:25:06.591Z Compiling subtle v2.6.1
13542026-06-22T19:25:06.632Z Compiling generic-array v0.14.7
13552026-06-22T19:25:06.632Z Compiling scopeguard v1.2.0
13562026-06-22T19:25:06.632Z Compiling const-oid v0.9.6
13572026-06-22T19:25:06.659Z Compiling serde_json v1.0.149
13582026-06-22T19:25:06.690Z Compiling syn v2.0.117
13592026-06-22T19:25:06.690Z Compiling zerocopy v0.8.40
13602026-06-22T19:25:06.690Z Compiling portable-atomic v1.13.1
13612026-06-22T19:25:06.690Z Compiling parking_lot_core v0.9.12
13622026-06-22T19:25:06.702Z Compiling lock_api v0.4.14
13632026-06-22T19:25:06.714Z Compiling pin-project-lite v0.2.17
13642026-06-22T19:25:06.729Z Compiling pkg-config v0.3.32
13652026-06-22T19:25:06.751Z Compiling bitflags v2.11.0
13662026-06-22T19:25:06.886Z Compiling critical-section v1.2.0
13672026-06-22T19:25:06.909Z Compiling libm v0.2.16
13682026-06-22T19:25:06.909Z Compiling futures-core v0.3.32
13692026-06-22T19:25:06.941Z Compiling num-traits v0.2.19
13702026-06-22T19:25:06.959Z Compiling percent-encoding v2.3.2
13712026-06-22T19:25:07.039Z Compiling futures-sink v0.3.32
13722026-06-22T19:25:07.062Z Compiling cpufeatures v0.2.17
13732026-06-22T19:25:07.085Z Compiling futures-task v0.3.32
13742026-06-22T19:25:07.516Z Compiling getrandom v0.4.1
13752026-06-22T19:25:07.516Z Compiling slab v0.4.12
13762026-06-22T19:25:07.959Z Compiling futures-channel v0.3.32
13772026-06-22T19:25:07.959Z Compiling futures-io v0.3.32
13782026-06-22T19:25:07.959Z Compiling rand_core v0.10.0
13792026-06-22T19:25:07.959Z Compiling indexmap v2.14.0
13802026-06-22T19:25:07.971Z Compiling getrandom v0.3.4
13812026-06-22T19:25:07.971Z Compiling rustversion v1.0.22
13822026-06-22T19:25:07.971Z Compiling form_urlencoded v1.2.2
13832026-06-22T19:25:07.972Z Compiling dunce v1.0.5
13842026-06-22T19:25:07.972Z Compiling fs_extra v1.3.0
13852026-06-22T19:25:07.972Z Compiling ident_case v1.0.1
13862026-06-22T19:25:07.972Z Compiling base64ct v1.8.3
13872026-06-22T19:25:07.972Z Compiling rustix v1.1.3
13882026-06-22T19:25:07.972Z Compiling iana-time-zone v0.1.65
13892026-06-22T19:25:07.972Z Compiling flagset v0.4.7
13902026-06-22T19:25:07.972Z Compiling getrandom v0.2.17
13912026-06-22T19:25:07.972Z Compiling jobserver v0.1.34
13922026-06-22T19:25:07.972Z Compiling errno v0.3.14
13932026-06-22T19:25:07.972Z Compiling rand_core v0.6.4
13942026-06-22T19:25:07.973Z Compiling mio v1.2.0
13952026-06-22T19:25:07.973Z Compiling socket2 v0.6.3
13962026-06-22T19:25:07.973Z Compiling signal-hook-registry v1.4.8
13972026-06-22T19:25:07.973Z Compiling once_cell v1.21.3
13982026-06-22T19:25:07.973Z Compiling cc v1.2.56
13992026-06-22T19:25:07.973Z Compiling pem-rfc7468 v0.7.0
14002026-06-22T19:25:07.973Z Compiling parking_lot v0.12.5
14012026-06-22T19:25:07.973Z Compiling regex-syntax v0.8.10
14022026-06-22T19:25:07.973Z Compiling vcpkg v0.2.15
14032026-06-22T19:25:07.973Z Compiling aws-lc-rs v1.16.3
14042026-06-22T19:25:08.416Z Compiling uuid v1.23.0
14052026-06-22T19:25:08.433Z Compiling tracing-core v0.1.36
14062026-06-22T19:25:08.434Z Compiling rustc_version v0.4.1
14072026-06-22T19:25:08.434Z Compiling base64 v0.22.1
14082026-06-22T19:25:08.434Z Compiling untrusted v0.7.1
14092026-06-22T19:25:08.434Z Compiling rand_core v0.9.5
14102026-06-22T19:25:08.434Z Compiling openssl-probe v0.2.1
14112026-06-22T19:25:08.434Z Compiling tinyvec_macros v0.1.1
14122026-06-22T19:25:08.434Z Compiling untrusted v0.9.0
14132026-06-22T19:25:08.434Z Compiling httparse v1.10.1
14142026-06-22T19:25:08.434Z Compiling tinyvec v1.10.0
14152026-06-22T19:25:08.475Z Compiling aho-corasick v1.1.4
14162026-06-22T19:25:08.505Z Compiling cmake v0.1.57
14172026-06-22T19:25:08.952Z Compiling tower-layer v0.3.3
14182026-06-22T19:25:08.952Z Compiling dyn-clone v1.0.20
14192026-06-22T19:25:08.952Z Compiling atomic-waker v1.1.2
14202026-06-22T19:25:08.988Z Compiling tower-service v0.3.3
14212026-06-22T19:25:08.988Z Compiling try-lock v0.2.5
14222026-06-22T19:25:08.988Z Compiling rustls v0.23.37
14232026-06-22T19:25:08.988Z Compiling schemars v0.8.22
14242026-06-22T19:25:08.988Z Compiling openssl v0.10.79
14252026-06-22T19:25:08.988Z Compiling httpdate v1.0.3
14262026-06-22T19:25:08.988Z Compiling foreign-types-shared v0.1.1
14272026-06-22T19:25:08.988Z Compiling pin-utils v0.1.0
14282026-06-22T19:25:08.988Z Compiling unicode-normalization v0.1.25
14292026-06-22T19:25:08.988Z Compiling want v0.3.1
14302026-06-22T19:25:08.988Z Compiling foreign-types v0.3.2
14312026-06-22T19:25:08.988Z Compiling socket2 v0.5.10
14322026-06-22T19:25:08.988Z Compiling spin v0.9.8
14332026-06-22T19:25:08.988Z Compiling native-tls v0.2.18
14342026-06-22T19:25:08.988Z Compiling time-core v0.1.8
14352026-06-22T19:25:08.988Z Compiling num-conv v0.2.0
14362026-06-22T19:25:08.989Z Compiling powerfmt v0.2.0
14372026-06-22T19:25:08.989Z Compiling crc32fast v1.5.0
14382026-06-22T19:25:08.989Z Compiling wait-timeout v0.2.1
14392026-06-22T19:25:09.017Z Compiling sync_wrapper v1.0.2
14402026-06-22T19:25:09.530Z Compiling time-macros v0.2.27
14412026-06-22T19:25:09.530Z Compiling simd-adler32 v0.3.8
14422026-06-22T19:25:09.575Z Compiling unicode-segmentation v1.12.0
14432026-06-22T19:25:09.575Z Compiling deranged v0.5.8
14442026-06-22T19:25:09.575Z Compiling crossbeam-utils v0.8.21
14452026-06-22T19:25:09.575Z Compiling tempfile v3.25.0
14462026-06-22T19:25:09.575Z Compiling syn v1.0.109
14472026-06-22T19:25:09.575Z Compiling quick-error v1.2.3
14482026-06-22T19:25:09.575Z Compiling siphasher v1.0.2
14492026-06-22T19:25:09.575Z Compiling num_threads v0.1.7
14502026-06-22T19:25:09.575Z Compiling bit-vec v0.8.0
14512026-06-22T19:25:09.575Z Compiling aws-lc-sys v0.40.0
14522026-06-22T19:25:09.575Z Compiling ring v0.17.14
14532026-06-22T19:25:09.575Z Compiling openssl-sys v0.9.115
14542026-06-22T19:25:09.575Z Compiling regex-automata v0.4.14
14552026-06-22T19:25:09.575Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14562026-06-22T19:25:09.575Z Compiling synstructure v0.13.2
14572026-06-22T19:25:09.575Z Compiling serde_derive_internals v0.29.1
14582026-06-22T19:25:09.575Z Compiling pest_generator v2.8.6
14592026-06-22T19:25:09.575Z Compiling darling_core v0.20.11
14602026-06-22T19:25:09.624Z Compiling usdt-impl v0.6.0
14612026-06-22T19:25:09.642Z Compiling bit-set v0.8.0
14622026-06-22T19:25:09.838Z Compiling darling_core v0.21.3
14632026-06-22T19:25:09.879Z Compiling rusty-fork v0.3.1
14642026-06-22T19:25:10.150Z Compiling bzip2-sys v0.1.13+1.0.8
14652026-06-22T19:25:10.238Z Compiling time v0.3.47
14662026-06-22T19:25:10.280Z Compiling slog v2.8.2
14672026-06-22T19:25:10.280Z Compiling heapless v0.7.17
14682026-06-22T19:25:10.305Z Compiling rand_xorshift v0.4.0
14692026-06-22T19:25:10.754Z Compiling thread-id v5.1.0
14702026-06-22T19:25:10.798Z Compiling cookie v0.18.1
14712026-06-22T19:25:10.798Z Compiling allocator-api2 v0.2.21
14722026-06-22T19:25:10.798Z Compiling zstd-safe v7.2.4
14732026-06-22T19:25:10.798Z Compiling unarray v0.1.4
14742026-06-22T19:25:10.798Z Compiling paste v1.0.15
14752026-06-22T19:25:10.798Z Compiling unicode-properties v0.1.4
14762026-06-22T19:25:10.798Z Compiling adler2 v2.0.1
14772026-06-22T19:25:10.798Z Compiling unicode-bidi v0.3.18
14782026-06-22T19:25:10.798Z Compiling iri-string v0.7.10
14792026-06-22T19:25:10.798Z Compiling signal-hook v0.3.18
14802026-06-22T19:25:10.798Z Compiling anyhow v1.0.102
14812026-06-22T19:25:10.798Z Compiling ryu v1.0.23
14822026-06-22T19:25:10.798Z Compiling miniz_oxide v0.8.9
14832026-06-22T19:25:10.896Z Compiling heck v0.4.1
14842026-06-22T19:25:11.134Z Compiling stringprep v0.1.5
14852026-06-22T19:25:11.192Z Compiling num-integer v0.1.46
14862026-06-22T19:25:11.231Z Compiling serde_derive v1.0.228
14872026-06-22T19:25:11.282Z Compiling zeroize_derive v1.4.3
14882026-06-22T19:25:11.312Z Compiling zerofrom-derive v0.1.6
14892026-06-22T19:25:11.363Z Compiling yoke-derive v0.8.1
14902026-06-22T19:25:11.524Z Compiling zerocopy-derive v0.8.40
14912026-06-22T19:25:11.703Z Compiling zerovec-derive v0.11.2
14922026-06-22T19:25:11.819Z Compiling displaydoc v0.2.5
14932026-06-22T19:25:11.888Z Compiling tokio-macros v2.7.0
14942026-06-22T19:25:11.898Z Compiling futures-macro v0.3.32
14952026-06-22T19:25:11.983Z Compiling zeroize v1.8.2
14962026-06-22T19:25:12.210Z Compiling der_derive v0.7.3
14972026-06-22T19:25:12.482Z Compiling rustls-pki-types v1.14.0
14982026-06-22T19:25:12.638Z Compiling thiserror-impl v2.0.18
14992026-06-22T19:25:12.667Z Compiling tracing-attributes v0.1.31
15002026-06-22T19:25:12.667Z Compiling scroll_derive v0.13.1
15012026-06-22T19:25:12.750Z Compiling crypto-common v0.1.7
15022026-06-22T19:25:12.774Z Compiling block-buffer v0.10.4
15032026-06-22T19:25:12.846Z Compiling futures-util v0.3.32
15042026-06-22T19:25:12.878Z Compiling zerofrom v0.1.6
15052026-06-22T19:25:12.947Z Compiling digest v0.10.7
15062026-06-22T19:25:12.981Z Compiling yoke v0.8.1
15072026-06-22T19:25:12.981Z Compiling block-padding v0.3.3
15082026-06-22T19:25:13.008Z Compiling pest_derive v2.8.6
15092026-06-22T19:25:13.126Z Compiling zerovec v0.11.5
15102026-06-22T19:25:13.573Z Compiling zerotrie v0.2.3
15112026-06-22T19:25:13.597Z Compiling hmac v0.12.1
15122026-06-22T19:25:13.597Z Compiling inout v0.1.4
15132026-06-22T19:25:13.597Z Compiling cipher v0.4.4
15142026-06-22T19:25:13.597Z Compiling sha2 v0.10.9
15152026-06-22T19:25:13.597Z Compiling der v0.7.10
15162026-06-22T19:25:13.597Z Compiling pbkdf2 v0.12.2
15172026-06-22T19:25:13.597Z Compiling schemars_derive v0.8.22
15182026-06-22T19:25:13.624Z Compiling tinystr v0.8.2
15192026-06-22T19:25:14.086Z Compiling potential_utf v0.1.4
15202026-06-22T19:25:14.105Z Compiling salsa20 v0.10.2
15212026-06-22T19:25:14.105Z Compiling cbc v0.1.2
15222026-06-22T19:25:14.105Z Compiling icu_locale_core v2.1.1
15232026-06-22T19:25:14.105Z Compiling icu_collections v2.1.1
15242026-06-22T19:25:14.105Z Compiling scrypt v0.11.0
15252026-06-22T19:25:14.105Z Compiling aes v0.8.4
15262026-06-22T19:25:14.105Z Compiling tracing v0.1.44
15272026-06-22T19:25:14.105Z Compiling thiserror v2.0.18
15282026-06-22T19:25:14.125Z Compiling scroll v0.13.0
15292026-06-22T19:25:14.164Z Compiling darling_macro v0.20.11
15302026-06-22T19:25:14.699Z Compiling spki v0.7.3
15312026-06-22T19:25:14.709Z Compiling openssl-macros v0.1.1
15322026-06-22T19:25:14.709Z Compiling goblin v0.10.5
15332026-06-22T19:25:14.709Z Compiling icu_provider v2.1.1
15342026-06-22T19:25:14.746Z Compiling pkcs5 v0.7.1
15352026-06-22T19:25:14.746Z Compiling darling v0.20.11
15362026-06-22T19:25:14.813Z Compiling bytes v1.11.1
15372026-06-22T19:25:14.882Z Compiling icu_normalizer v2.1.1
15382026-06-22T19:25:14.905Z Compiling icu_properties v2.1.2
15392026-06-22T19:25:14.905Z Compiling chrono v0.4.44
15402026-06-22T19:25:14.905Z Compiling ipnet v2.11.0
15412026-06-22T19:25:14.943Z Compiling rustls-native-certs v0.8.3
15422026-06-22T19:25:14.980Z Compiling derive_builder_core v0.20.2
15432026-06-22T19:25:15.041Z Compiling dtrace-parser v0.3.0
15442026-06-22T19:25:15.187Z Compiling pkcs8 v0.10.2
15452026-06-22T19:25:15.197Z Compiling signature v2.2.0
15462026-06-22T19:25:15.240Z Compiling webpki-roots v1.0.6
15472026-06-22T19:25:15.699Z Compiling tokio v1.52.1
15482026-06-22T19:25:15.702Z Compiling http v1.4.0
15492026-06-22T19:25:15.702Z Compiling thiserror-impl v1.0.69
15502026-06-22T19:25:15.702Z Compiling scroll_derive v0.12.1
15512026-06-22T19:25:15.702Z Compiling toml_datetime v0.6.11
15522026-06-22T19:25:15.702Z Compiling erased-serde v0.3.31
15532026-06-22T19:25:15.709Z Compiling idna_adapter v1.2.1
15542026-06-22T19:25:15.776Z Compiling serde_urlencoded v0.7.1
15552026-06-22T19:25:15.803Z Compiling derive_builder_macro v0.20.2
15562026-06-22T19:25:15.877Z Compiling idna v1.1.0
15572026-06-22T19:25:15.963Z Compiling ppv-lite86 v0.2.21
15582026-06-22T19:25:16.434Z Compiling http-body v1.0.1
15592026-06-22T19:25:16.466Z Compiling serde_spanned v0.6.9
15602026-06-22T19:25:16.466Z Compiling scroll v0.12.0
15612026-06-22T19:25:16.466Z Compiling url v2.5.8
15622026-06-22T19:25:16.466Z Compiling http-body-util v0.1.3
15632026-06-22T19:25:16.466Z Compiling serde_tokenstream v0.2.3
15642026-06-22T19:25:16.466Z Compiling md-5 v0.10.6
15652026-06-22T19:25:16.466Z Compiling rand_chacha v0.9.0
15662026-06-22T19:25:16.466Z Compiling rand_chacha v0.3.1
15672026-06-22T19:25:16.466Z Compiling darling_macro v0.21.3
15682026-06-22T19:25:16.466Z Compiling bstr v1.12.1
15692026-06-22T19:25:16.521Z Compiling pin-project-internal v1.1.11
15702026-06-22T19:25:16.521Z Compiling async-trait v0.1.89
15712026-06-22T19:25:16.938Z Compiling zerocopy-derive v0.7.35
15722026-06-22T19:25:16.976Z Compiling rand v0.9.2
15732026-06-22T19:25:16.976Z Compiling vergen-lib v9.1.0
15742026-06-22T19:25:16.976Z Compiling thiserror v1.0.69
15752026-06-22T19:25:16.976Z Compiling curve25519-dalek v4.1.3
15762026-06-22T19:25:16.976Z Compiling ff v0.13.1
15772026-06-22T19:25:17.046Z Compiling hash32 v0.2.1
15782026-06-22T19:25:17.088Z Compiling memoffset v0.9.1
15792026-06-22T19:25:17.109Z Compiling encoding_rs v0.8.35
15802026-06-22T19:25:17.547Z Compiling num-bigint-dig v0.8.6
15812026-06-22T19:25:18.013Z Compiling proptest v1.10.0
15822026-06-22T19:25:18.060Z Compiling dof v0.4.0
15832026-06-22T19:25:18.060Z Compiling fallible-iterator v0.2.0
15842026-06-22T19:25:18.060Z Compiling psl-types v2.0.11
15852026-06-22T19:25:18.060Z Compiling smoltcp v0.9.1
15862026-06-22T19:25:18.060Z Compiling mime v0.3.17
15872026-06-22T19:25:18.061Z Compiling rustix v0.38.44
15882026-06-22T19:25:18.061Z Compiling ipnetwork v0.21.1
15892026-06-22T19:25:18.061Z Compiling zlib-rs v0.6.2
15902026-06-22T19:25:18.062Z Compiling litrs v1.0.0
15912026-06-22T19:25:18.062Z Compiling base16ct v0.2.0
15922026-06-22T19:25:18.062Z Compiling ref-cast v1.0.25
15932026-06-22T19:25:18.062Z Compiling cfg_aliases v0.2.1
15942026-06-22T19:25:18.062Z Compiling nix v0.31.2
15952026-06-22T19:25:18.062Z Compiling oxnet v0.1.6
15962026-06-22T19:25:18.062Z Compiling sec1 v0.7.3
15972026-06-22T19:25:18.062Z Compiling pin-project v1.1.11
15982026-06-22T19:25:18.103Z Compiling postgres-protocol v0.6.10
15992026-06-22T19:25:18.115Z Compiling zerocopy v0.7.35
16002026-06-22T19:25:18.139Z Compiling publicsuffix v2.3.0
16012026-06-22T19:25:18.181Z Compiling document-features v0.2.12
16022026-06-22T19:25:18.349Z Compiling group v0.13.0
16032026-06-22T19:25:18.406Z Compiling darling v0.21.3
16042026-06-22T19:25:18.406Z Compiling rand v0.8.6
16052026-06-22T19:25:18.406Z Compiling goblin v0.8.2
16062026-06-22T19:25:18.435Z Compiling derive_builder v0.20.2
16072026-06-22T19:25:18.512Z Compiling futures-executor v0.3.32
16082026-06-22T19:25:18.989Z Compiling hubpack_derive v0.1.1
16092026-06-22T19:25:19.434Z Compiling hex v0.4.3
16102026-06-22T19:25:19.434Z Compiling hkdf v0.12.4
16112026-06-22T19:25:19.434Z Compiling crypto-bigint v0.5.5
16122026-06-22T19:25:19.434Z Compiling regex v1.12.3
16132026-06-22T19:25:19.434Z Compiling num-iter v0.1.45
16142026-06-22T19:25:19.434Z Compiling strum_macros v0.27.2
16152026-06-22T19:25:19.434Z Compiling ref-cast-impl v1.0.25
16162026-06-22T19:25:19.434Z Compiling curve25519-dalek-derive v0.1.1
16172026-06-22T19:25:19.434Z Compiling daft-derive v0.1.7
16182026-06-22T19:25:19.434Z Compiling snafu-derive v0.8.9
16192026-06-22T19:25:19.442Z Compiling tokio-util v0.7.18
16202026-06-22T19:25:19.442Z Compiling tower v0.5.3
16212026-06-22T19:25:19.442Z Compiling tokio-native-tls v0.3.1
16222026-06-22T19:25:19.443Z Compiling phf_shared v0.13.1
16232026-06-22T19:25:19.443Z Compiling terminal_size v0.4.3
16242026-06-22T19:25:19.568Z Compiling newtype-uuid v1.3.2
16252026-06-22T19:25:19.602Z Compiling tower-http v0.6.8
16262026-06-22T19:25:19.620Z Compiling lazy_static v1.5.0
16272026-06-22T19:25:19.668Z Compiling anstyle-parse v0.2.7
16282026-06-22T19:25:20.091Z Compiling vergen v9.1.0
16292026-06-22T19:25:20.112Z Compiling cargo-platform v0.3.2
16302026-06-22T19:25:20.112Z Compiling fs-err v3.3.0
16312026-06-22T19:25:20.112Z Compiling ahash v0.8.12
16322026-06-22T19:25:20.112Z Compiling h2 v0.4.13
16332026-06-22T19:25:20.112Z Compiling foldhash v0.2.0
16342026-06-22T19:25:20.112Z Compiling object v0.37.3
16352026-06-22T19:25:20.112Z Compiling foldhash v0.1.5
16362026-06-22T19:25:20.112Z Compiling bumpalo v3.20.2
16372026-06-22T19:25:20.112Z Compiling managed v0.8.0
16382026-06-22T19:25:20.112Z Compiling libbz2-rs-sys v0.2.2
16392026-06-22T19:25:20.530Z Compiling same-file v1.0.6
16402026-06-22T19:25:20.535Z Compiling winnow v0.5.40
16412026-06-22T19:25:20.535Z Compiling bitflags v1.3.2
16422026-06-22T19:25:20.535Z Compiling zopfli v0.8.3
16432026-06-22T19:25:20.535Z Compiling walkdir v2.5.0
16442026-06-22T19:25:20.535Z Compiling hashbrown v0.15.5
16452026-06-22T19:25:20.535Z Compiling hashbrown v0.16.1
16462026-06-22T19:25:20.583Z Compiling flate2 v1.1.9
16472026-06-22T19:25:20.721Z Compiling dof v0.3.0
16482026-06-22T19:25:20.812Z Compiling bzip2 v0.6.1
16492026-06-22T19:25:20.836Z Compiling clap_builder v4.6.0
16502026-06-22T19:25:21.307Z Compiling strum v0.27.2
16512026-06-22T19:25:21.322Z Compiling snafu v0.8.9
16522026-06-22T19:25:21.322Z Compiling cargo_metadata v0.23.1
16532026-06-22T19:25:21.322Z Compiling anstream v0.6.21
16542026-06-22T19:25:21.322Z Compiling daft v0.1.7
16552026-06-22T19:25:21.322Z Compiling elliptic-curve v0.13.8
16562026-06-22T19:25:21.322Z Compiling phf v0.13.1
16572026-06-22T19:25:21.322Z Compiling signal-hook-mio v0.2.5
16582026-06-22T19:25:21.322Z Compiling cookie_store v0.22.1
16592026-06-22T19:25:21.322Z Compiling hubpack v0.1.2
16602026-06-22T19:25:21.322Z Compiling usdt-macro v0.6.0
16612026-06-22T19:25:21.803Z Compiling usdt-attr-macro v0.6.0
16622026-06-22T19:25:21.837Z Compiling toml_edit v0.19.15
16632026-06-22T19:25:21.837Z Compiling bzip2 v0.4.4
16642026-06-22T19:25:21.837Z Compiling futures v0.3.32
16652026-06-22T19:25:21.838Z Compiling postgres-types v0.2.12
16662026-06-22T19:25:21.838Z Compiling serde_with_macros v3.17.0
16672026-06-22T19:25:21.838Z Compiling zstd v0.13.3
16682026-06-22T19:25:22.259Z Compiling dtrace-parser v0.2.0
16692026-06-22T19:25:22.283Z Compiling globset v0.4.18
16702026-06-22T19:25:22.283Z Compiling pkcs1 v0.7.5
16712026-06-22T19:25:22.283Z Compiling ed25519 v2.2.3
16722026-06-22T19:25:22.283Z Compiling serde-big-array v0.5.1
16732026-06-22T19:25:22.283Z Compiling olpc-cjson v0.1.4
16742026-06-22T19:25:22.373Z Compiling serde_plain v1.0.2
16752026-06-22T19:25:22.442Z Compiling rfc6979 v0.4.0
16762026-06-22T19:25:22.466Z Compiling serde_repr v0.1.20
16772026-06-22T19:25:22.564Z Compiling clap_derive v4.6.1
16782026-06-22T19:25:22.585Z Compiling enum-as-inner v0.6.1
16792026-06-22T19:25:22.601Z Compiling async-recursion v1.1.1
16802026-06-22T19:25:22.659Z Compiling strum_macros v0.26.4
16812026-06-22T19:25:23.123Z Compiling phf_shared v0.11.3
16822026-06-22T19:25:23.547Z Compiling float-cmp v0.10.0
16832026-06-22T19:25:23.547Z Compiling hyper v1.8.1
16842026-06-22T19:25:23.547Z Compiling pem v3.0.6
16852026-06-22T19:25:23.547Z Compiling thread-id v4.2.2
16862026-06-22T19:25:23.547Z Compiling memmap2 v0.9.10
16872026-06-22T19:25:23.547Z Compiling env_filter v1.0.0
16882026-06-22T19:25:23.547Z Compiling either v1.15.0
16892026-06-22T19:25:23.547Z Compiling keccak v0.1.6
16902026-06-22T19:25:23.585Z Compiling predicates-core v1.0.10
16912026-06-22T19:25:23.585Z Compiling new_debug_unreachable v1.0.6
16922026-06-22T19:25:23.585Z Compiling fixedbitset v0.4.2
16932026-06-22T19:25:23.585Z Compiling normalize-line-endings v0.3.0
16942026-06-22T19:25:23.585Z Compiling typed-path v0.9.3
16952026-06-22T19:25:23.585Z Compiling difflib v0.4.0
16962026-06-22T19:25:23.585Z Compiling fixedbitset v0.5.7
16972026-06-22T19:25:23.585Z Compiling whoami v2.1.0
16982026-06-22T19:25:23.585Z Compiling precomputed-hash v0.1.1
16992026-06-22T19:25:23.654Z Compiling data-encoding v2.10.0
17002026-06-22T19:25:23.793Z Compiling static_assertions v1.1.0
17012026-06-22T19:25:23.892Z Compiling jiff v0.2.21
17022026-06-22T19:25:23.911Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17032026-06-22T19:25:24.355Z Compiling tokio-postgres v0.7.16
17042026-06-22T19:25:24.384Z Compiling petgraph v0.8.3
17052026-06-22T19:25:24.384Z Compiling hickory-proto v0.25.2
17062026-06-22T19:25:24.384Z Compiling hyper-util v0.1.20
17072026-06-22T19:25:24.384Z Compiling predicates v3.1.4
17082026-06-22T19:25:24.384Z Compiling toml_edit v0.22.27
17092026-06-22T19:25:24.394Z Compiling clap v4.6.1
17102026-06-22T19:25:24.394Z Compiling string_cache v0.8.9
17112026-06-22T19:25:24.861Z Compiling petgraph v0.6.5
17122026-06-22T19:25:24.870Z Compiling strum v0.26.3
17132026-06-22T19:25:24.870Z Compiling itertools v0.13.0
17142026-06-22T19:25:24.870Z Compiling sha3 v0.10.8
17152026-06-22T19:25:24.870Z Compiling env_logger v0.11.9
17162026-06-22T19:25:24.870Z Compiling usdt v0.6.0
17172026-06-22T19:25:24.870Z Compiling usdt-impl v0.5.0
17182026-06-22T19:25:24.944Z Compiling serde_with v3.17.0
17192026-06-22T19:25:25.010Z Compiling toml v0.7.8
17202026-06-22T19:25:25.116Z Compiling crossterm v0.28.1
17212026-06-22T19:25:25.443Z Compiling hyper-tls v0.6.0
17222026-06-22T19:25:25.659Z Compiling ecdsa v0.16.9
17232026-06-22T19:25:25.716Z Compiling ed25519-dalek v2.2.0
17242026-06-22T19:25:26.191Z Compiling rsa v0.9.10
17252026-06-22T19:25:26.222Z Compiling zip v0.6.6
17262026-06-22T19:25:26.222Z Compiling iddqd v0.4.2
17272026-06-22T19:25:26.427Z Compiling toml_parser v1.0.9+spec-1.1.0
17282026-06-22T19:25:26.897Z Compiling zip v4.6.1
17292026-06-22T19:25:26.933Z Compiling tokio-stream v0.1.18
17302026-06-22T19:25:26.933Z Compiling buf-list v1.1.2
17312026-06-22T19:25:26.933Z Compiling similar v2.7.0
17322026-06-22T19:25:26.933Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17332026-06-22T19:25:26.933Z Compiling openapiv3 v2.2.0
17342026-06-22T19:25:26.988Z Compiling x509-cert v0.2.5
17352026-06-22T19:25:27.030Z Compiling sha1 v0.10.6
17362026-06-22T19:25:27.062Z Compiling crossbeam-epoch v0.9.18
17372026-06-22T19:25:27.082Z Compiling peg-runtime v0.8.5
17382026-06-22T19:25:27.110Z Compiling lalrpop-util v0.19.12
17392026-06-22T19:25:27.282Z Compiling thread_local v1.1.9
17402026-06-22T19:25:27.327Z Compiling slog-async v2.8.0
17412026-06-22T19:25:27.400Z Compiling crossbeam-channel v0.5.15
17422026-06-22T19:25:27.421Z Compiling filetime v0.2.27
17432026-06-22T19:25:27.627Z Compiling is-terminal v0.4.17
17442026-06-22T19:25:27.688Z Compiling term v1.2.1
17452026-06-22T19:25:27.688Z Compiling xattr v1.6.1
17462026-06-22T19:25:27.688Z Compiling take_mut v0.2.2
17472026-06-22T19:25:27.739Z Compiling tar v0.4.45
17482026-06-22T19:25:27.796Z Compiling slog-term v2.9.2
17492026-06-22T19:25:45.896Z Compiling rustls-webpki v0.103.9
17502026-06-22T19:25:48.302Z Compiling tokio-rustls v0.26.4
17512026-06-22T19:25:48.302Z Compiling rustls-platform-verifier v0.6.2
17522026-06-22T19:25:48.469Z Compiling hyper-rustls v0.27.7
17532026-06-22T19:25:48.657Z Compiling reqwest v0.12.28
17542026-06-22T19:25:48.731Z Compiling reqwest v0.13.2
17552026-06-22T19:25:49.885Z Compiling tough v0.22.0
17562026-06-22T19:25:52.355Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17572026-06-22T19:25:52.616Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17582026-06-22T19:25:55.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.66s
17592026-06-22T19:25:55.573Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17602026-06-22T19:25:55.630ZJun 22 19:25:54.968 INFO Starting download, target: Cockroach
17612026-06-22T19:25:55.630ZJun 22 19:25:54.968 INFO Starting download, target: DendriteStub
17622026-06-22T19:25:55.630ZJun 22 19:25:54.968 INFO Starting download, target: Console
17632026-06-22T19:25:55.630ZJun 22 19:25:54.968 INFO Starting download, target: MaghemiteMgd
17642026-06-22T19:25:55.630ZJun 22 19:25:54.968 INFO Starting download, target: Clickhouse
17652026-06-22T19:25:55.630ZJun 22 19:25:54.968 INFO Starting download, target: MaghemiteDdmd
17662026-06-22T19:25:55.630ZJun 22 19:25:54.968 INFO Starting download, target: TransceiverControl
17672026-06-22T19:25:55.630ZJun 22 19:25:54.969 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17682026-06-22T19:25:55.630ZJun 22 19:25:54.969 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17692026-06-22T19:25:55.630ZJun 22 19:25:54.969 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17702026-06-22T19:25:55.631ZJun 22 19:25:54.969 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17712026-06-22T19:25:55.631ZJun 22 19:25:54.969 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17722026-06-22T19:25:55.631ZJun 22 19:25:54.969 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17732026-06-22T19:25:55.631ZJun 22 19:25:54.969 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17742026-06-22T19:25:56.751ZJun 22 19:25:55.954 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17752026-06-22T19:25:56.880ZJun 22 19:25:56.189 INFO Download complete, target: Console
17762026-06-22T19:25:57.771ZJun 22 19:25:57.146 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17772026-06-22T19:25:57.989ZJun 22 19:25:57.354 INFO Download complete, target: TransceiverControl
17782026-06-22T19:25:58.599ZJun 22 19:25:57.897 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17792026-06-22T19:26:05.229ZJun 22 19:26:04.561 INFO Checking that binary works, target: Clickhouse
17802026-06-22T19:26:05.397ZJun 22 19:26:04.772 INFO Download complete, target: Clickhouse
17812026-06-22T19:26:08.073ZJun 22 19:26:07.441 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17822026-06-22T19:26:10.287ZJun 22 19:26:09.606 INFO Download complete, target: DendriteStub
17832026-06-22T19:26:14.102ZJun 22 19:26:13.284 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17842026-06-22T19:26:14.314ZJun 22 19:26:13.296 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17852026-06-22T19:26:15.807ZJun 22 19:26:15.165 INFO Download complete, target: MaghemiteDdmd
17862026-06-22T19:26:16.363ZJun 22 19:26:15.672 INFO Download complete, target: MaghemiteMgd
17872026-06-22T19:26:37.710ZJun 22 19:26:37.086 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17882026-06-22T19:26:37.710ZJun 22 19:26:37.087 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17892026-06-22T19:26:42.440ZJun 22 19:26:41.625 INFO Checking that binary works, target: Cockroach
17902026-06-22T19:26:43.091ZJun 22 19:26:41.833 INFO Download complete, target: Cockroach
17912026-06-22T19:26:43.091ZAll prerequisites installed successfully
17922026-06-22T19:26:43.091Z
17932026-06-22T19:26:43.091Zreal 2:06.993428820
17942026-06-22T19:26:43.091Zuser 6:48.241364368
17952026-06-22T19:26:43.091Zsys 1:40.097226095
17962026-06-22T19:26:43.091Ztrap 0.219960494
17972026-06-22T19:26:43.091Ztflt 1.382187339
17982026-06-22T19:26:43.091Zdflt 2.092338288
17992026-06-22T19:26:43.091Zkflt 0.049488152
18002026-06-22T19:26:43.091Zlock 40:46.620872938
18012026-06-22T19:26:43.091Zslp 19:51.560750047
18022026-06-22T19:26:43.091Zlat 20.064587586
18032026-06-22T19:26:43.091Zstop 2:26.243222418
18042026-06-22T19:26:43.091Z+ source ./tools/include/force-git-over-https.sh
18052026-06-22T19:26:43.091Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18062026-06-22T19:26:43.091Z++ (( i = 0 ))
18072026-06-22T19:26:43.091Z++ (( i < 5 ))
18082026-06-22T19:26:43.091Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18092026-06-22T19:26:43.091Z++ (( i++ ))
18102026-06-22T19:26:43.091Z++ (( i < 5 ))
18112026-06-22T19:26:43.092Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18122026-06-22T19:26:43.092Z++ (( i++ ))
18132026-06-22T19:26:43.092Z++ (( i < 5 ))
18142026-06-22T19:26:43.092Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18152026-06-22T19:26:43.092Z++ (( i++ ))
18162026-06-22T19:26:43.092Z++ (( i < 5 ))
18172026-06-22T19:26:43.092Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18182026-06-22T19:26:43.092Z++ (( i++ ))
18192026-06-22T19:26:43.092Z++ (( i < 5 ))
18202026-06-22T19:26:43.092Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18212026-06-22T19:26:43.092Z++ (( i++ ))
18222026-06-22T19:26:43.092Z++ (( i < 5 ))
18232026-06-22T19:26:43.092Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18242026-06-22T19:26:43.092Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18252026-06-22T19:26:43.092Z+ rc=0
18262026-06-22T19:26:43.092Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18272026-06-22T19:26:46.262Z+ case $rc in
18282026-06-22T19:26:46.263Z+ pfexec zfs create -p rpool/images/build/host
18292026-06-22T19:26:46.467Z+ pfexec zfs create -p rpool/images/build/recovery
18302026-06-22T19:26:46.475Z+ cargo xtask releng --output-dir /work --mkincorp
18312026-06-22T19:26:46.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18322026-06-22T19:26:46.886Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18332026-06-22T19:26:47.671Z Compiling proc-macro2 v1.0.106
18342026-06-22T19:26:47.671Z Compiling quote v1.0.45
18352026-06-22T19:26:47.671Z Compiling unicode-ident v1.0.24
18362026-06-22T19:26:47.671Z Compiling libc v0.2.185
18372026-06-22T19:26:47.795Z Compiling serde_core v1.0.228
18382026-06-22T19:26:47.795Z Compiling serde v1.0.228
18392026-06-22T19:26:47.795Z Compiling cfg-if v1.0.4
18402026-06-22T19:26:47.795Z Compiling version_check v0.9.5
18412026-06-22T19:26:47.796Z Compiling find-msvc-tools v0.1.9
18422026-06-22T19:26:47.796Z Compiling shlex v1.3.0
18432026-06-22T19:26:47.874Z Compiling typenum v1.19.0
18442026-06-22T19:26:47.874Z Compiling autocfg v1.5.0
18452026-06-22T19:26:47.875Z Compiling zmij v1.0.21
18462026-06-22T19:26:47.875Z Compiling memchr v2.8.0
18472026-06-22T19:26:47.875Z Compiling zerocopy v0.8.40
18482026-06-22T19:26:48.012Z Compiling portable-atomic v1.13.1
18492026-06-22T19:26:48.034Z Compiling serde_json v1.0.149
18502026-06-22T19:26:48.175Z Compiling libm v0.2.16
18512026-06-22T19:26:48.210Z Compiling parking_lot_core v0.9.12
18522026-06-22T19:26:48.261Z Compiling num-traits v0.2.19
18532026-06-22T19:26:48.279Z Compiling generic-array v0.14.7
18542026-06-22T19:26:48.331Z Compiling smallvec v1.15.1
18552026-06-22T19:26:48.383Z Compiling icu_normalizer_data v2.1.1
18562026-06-22T19:26:48.423Z Compiling icu_properties_data v2.1.2
18572026-06-22T19:26:48.432Z Compiling pkg-config v0.3.32
18582026-06-22T19:26:48.432Z Compiling log v0.4.29
18592026-06-22T19:26:48.498Z Compiling getrandom v0.4.1
18602026-06-22T19:26:48.540Z Compiling itoa v1.0.17
18612026-06-22T19:26:48.629Z Compiling subtle v2.6.1
18622026-06-22T19:26:48.654Z Compiling getrandom v0.3.4
18632026-06-22T19:26:48.679Z Compiling scopeguard v1.2.0
18642026-06-22T19:26:48.879Z Compiling jobserver v0.1.34
18652026-06-22T19:26:48.926Z Compiling getrandom v0.2.17
18662026-06-22T19:26:48.927Z Compiling rustix v1.1.3
18672026-06-22T19:26:48.927Z Compiling stable_deref_trait v1.2.1
18682026-06-22T19:26:48.927Z Compiling errno v0.3.14
18692026-06-22T19:26:48.927Z Compiling lock_api v0.4.14
18702026-06-22T19:26:48.962Z Compiling rand_core v0.6.4
18712026-06-22T19:26:48.984Z Compiling cc v1.2.56
18722026-06-22T19:26:49.075Z Compiling syn v2.0.117
18732026-06-22T19:26:49.136Z Compiling dunce v1.0.5
18742026-06-22T19:26:49.159Z Compiling fs_extra v1.3.0
18752026-06-22T19:26:49.169Z Compiling critical-section v1.2.0
18762026-06-22T19:26:49.303Z Compiling pin-project-lite v0.2.17
18772026-06-22T19:26:49.349Z Compiling fnv v1.0.7
18782026-06-22T19:26:49.382Z Compiling thiserror v2.0.18
18792026-06-22T19:26:49.403Z Compiling const-oid v0.9.6
18802026-06-22T19:26:49.443Z Compiling rustversion v1.0.22
18812026-06-22T19:26:49.457Z Compiling litemap v0.8.1
18822026-06-22T19:26:49.494Z Compiling writeable v0.6.2
18832026-06-22T19:26:49.550Z Compiling percent-encoding v2.3.2
18842026-06-22T19:26:49.683Z Compiling heck v0.5.0
18852026-06-22T19:26:49.695Z Compiling once_cell v1.21.3
18862026-06-22T19:26:49.695Z Compiling aws-lc-rs v1.16.3
18872026-06-22T19:26:49.716Z Compiling cmake v0.1.57
18882026-06-22T19:26:49.735Z Compiling signal-hook-registry v1.4.8
18892026-06-22T19:26:49.885Z Compiling futures-core v0.3.32
18902026-06-22T19:26:49.941Z Compiling equivalent v1.0.2
18912026-06-22T19:26:49.963Z Compiling semver v1.0.28
18922026-06-22T19:26:50.046Z Compiling parking_lot v0.12.5
18932026-06-22T19:26:50.091Z Compiling bitflags v2.11.0
18942026-06-22T19:26:50.226Z Compiling mio v1.2.0
18952026-06-22T19:26:50.306Z Compiling httparse v1.10.1
18962026-06-22T19:26:50.341Z Compiling ring v0.17.14
18972026-06-22T19:26:50.354Z Compiling aws-lc-sys v0.40.0
18982026-06-22T19:26:50.354Z Compiling vcpkg v0.2.15
18992026-06-22T19:26:50.388Z Compiling schemars v0.8.22
19002026-06-22T19:26:50.625Z Compiling socket2 v0.6.3
19012026-06-22T19:26:50.721Z Compiling utf8_iter v1.0.4
19022026-06-22T19:26:50.791Z Compiling form_urlencoded v1.2.2
19032026-06-22T19:26:50.890Z Compiling hashbrown v0.17.0
19042026-06-22T19:26:50.947Z Compiling rand_core v0.10.0
19052026-06-22T19:26:50.962Z Compiling crc32fast v1.5.0
19062026-06-22T19:26:50.962Z Compiling openssl-sys v0.9.115
19072026-06-22T19:26:51.042Z Compiling rustls v0.23.37
19082026-06-22T19:26:51.222Z Compiling cpufeatures v0.2.17
19092026-06-22T19:26:51.252Z Compiling futures-sink v0.3.32
19102026-06-22T19:26:51.328Z Compiling futures-task v0.3.32
19112026-06-22T19:26:51.353Z Compiling futures-channel v0.3.32
19122026-06-22T19:26:51.353Z Compiling futures-io v0.3.32
19132026-06-22T19:26:51.375Z Compiling slab v0.4.12
19142026-06-22T19:26:51.456Z Compiling rustc_version v0.4.1
19152026-06-22T19:26:51.583Z Compiling indexmap v2.14.0
19162026-06-22T19:26:51.605Z Compiling byteorder v1.5.0
19172026-06-22T19:26:51.648Z Compiling ucd-trie v0.1.7
19182026-06-22T19:26:51.676Z Compiling strsim v0.11.1
19192026-06-22T19:26:51.767Z Compiling openssl v0.10.79
19202026-06-22T19:26:51.807Z Compiling num-conv v0.2.0
19212026-06-22T19:26:51.836Z Compiling time-core v0.1.8
19222026-06-22T19:26:51.853Z Compiling pest v2.8.6
19232026-06-22T19:26:51.933Z Compiling synstructure v0.13.2
19242026-06-22T19:26:51.967Z Compiling serde_derive_internals v0.29.1
19252026-06-22T19:26:51.988Z Compiling thiserror v1.0.69
19262026-06-22T19:26:51.989Z Compiling iana-time-zone v0.1.65
19272026-06-22T19:26:52.029Z Compiling ident_case v1.0.1
19282026-06-22T19:26:52.044Z Compiling time-macros v0.2.27
19292026-06-22T19:26:52.223Z Compiling syn v1.0.109
19302026-06-22T19:26:52.270Z Compiling native-tls v0.2.18
19312026-06-22T19:26:52.322Z Compiling regex-syntax v0.8.10
19322026-06-22T19:26:52.420Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19332026-06-22T19:26:52.442Z Compiling base64ct v1.8.3
19342026-06-22T19:26:52.495Z Compiling base64 v0.22.1
19352026-06-22T19:26:52.514Z Compiling crossbeam-utils v0.8.21
19362026-06-22T19:26:52.599Z Compiling uuid v1.23.0
19372026-06-22T19:26:52.729Z Compiling pem-rfc7468 v0.7.0
19382026-06-22T19:26:52.827Z Compiling slog v2.8.2
19392026-06-22T19:26:53.039Z Compiling pest_meta v2.8.6
19402026-06-22T19:26:53.058Z Compiling flagset v0.4.7
19412026-06-22T19:26:53.059Z Compiling untrusted v0.9.0
19422026-06-22T19:26:53.134Z Compiling rand_core v0.9.5
19432026-06-22T19:26:53.153Z Compiling bzip2-sys v0.1.13+1.0.8
19442026-06-22T19:26:53.223Z Compiling plain v0.2.3
19452026-06-22T19:26:53.243Z Compiling fastrand v2.3.0
19462026-06-22T19:26:53.276Z Compiling serde_derive v1.0.228
19472026-06-22T19:26:53.330Z Compiling zeroize_derive v1.4.3
19482026-06-22T19:26:53.357Z Compiling zerofrom-derive v0.1.6
19492026-06-22T19:26:53.404Z Compiling yoke-derive v0.8.1
19502026-06-22T19:26:53.413Z Compiling zerocopy-derive v0.8.40
19512026-06-22T19:26:53.456Z Compiling zerovec-derive v0.11.2
19522026-06-22T19:26:53.479Z Compiling displaydoc v0.2.5
19532026-06-22T19:26:53.499Z Compiling tokio-macros v2.7.0
19542026-06-22T19:26:53.561Z Compiling futures-macro v0.3.32
19552026-06-22T19:26:53.587Z Compiling der_derive v0.7.3
19562026-06-22T19:26:53.950Z Compiling zeroize v1.8.2
19572026-06-22T19:26:54.223Z Compiling thiserror-impl v2.0.18
19582026-06-22T19:26:54.322Z Compiling tracing-attributes v0.1.31
19592026-06-22T19:26:54.366Z Compiling schemars_derive v0.8.22
19602026-06-22T19:26:54.421Z Compiling futures-util v0.3.32
19612026-06-22T19:26:54.518Z Compiling zerofrom v0.1.6
19622026-06-22T19:26:54.549Z Compiling rustls-pki-types v1.14.0
19632026-06-22T19:26:54.661Z Compiling yoke v0.8.1
19642026-06-22T19:26:54.784Z Compiling crypto-common v0.1.7
19652026-06-22T19:26:54.874Z Compiling zerovec v0.11.5
19662026-06-22T19:26:54.902Z Compiling zerotrie v0.2.3
19672026-06-22T19:26:55.039Z Compiling block-buffer v0.10.4
19682026-06-22T19:26:55.229Z Compiling digest v0.10.7
19692026-06-22T19:26:55.431Z Compiling tinystr v0.8.2
19702026-06-22T19:26:55.448Z Compiling potential_utf v0.1.4
19712026-06-22T19:26:55.512Z Compiling hmac v0.12.1
19722026-06-22T19:26:55.536Z Compiling block-padding v0.3.3
19732026-06-22T19:26:55.649Z Compiling icu_locale_core v2.1.1
19742026-06-22T19:26:55.670Z Compiling icu_collections v2.1.1
19752026-06-22T19:26:55.711Z Compiling inout v0.1.4
19762026-06-22T19:26:55.814Z Compiling pest_generator v2.8.6
19772026-06-22T19:26:55.857Z Compiling openssl-macros v0.1.1
19782026-06-22T19:26:56.109Z Compiling cipher v0.4.4
19792026-06-22T19:26:56.275Z Compiling sha2 v0.10.9
19802026-06-22T19:26:56.340Z Compiling bytes v1.11.1
19812026-06-22T19:26:56.440Z Compiling icu_provider v2.1.1
19822026-06-22T19:26:56.465Z Compiling chrono v0.4.44
19832026-06-22T19:26:56.510Z Compiling pest_derive v2.8.6
19842026-06-22T19:26:56.727Z Compiling icu_properties v2.1.2
19852026-06-22T19:26:56.851Z Compiling icu_normalizer v2.1.1
19862026-06-22T19:26:56.871Z Compiling tokio v1.52.1
19872026-06-22T19:26:57.068Z Compiling thiserror-impl v1.0.69
19882026-06-22T19:26:57.093Z Compiling scroll_derive v0.13.1
19892026-06-22T19:26:57.767Z Compiling idna_adapter v1.2.1
19902026-06-22T19:26:57.873Z Compiling ppv-lite86 v0.2.21
19912026-06-22T19:26:57.915Z Compiling idna v1.1.0
19922026-06-22T19:26:57.981Z Compiling http v1.4.0
19932026-06-22T19:26:58.181Z Compiling der v0.7.10
19942026-06-22T19:26:58.262Z Compiling url v2.5.8
19952026-06-22T19:26:58.335Z Compiling camino v1.2.2
19962026-06-22T19:26:58.645Z Compiling paste v1.0.15
19972026-06-22T19:26:58.969Z Compiling salsa20 v0.10.2
19982026-06-22T19:26:58.986Z Compiling pbkdf2 v0.12.2
19992026-06-22T19:26:59.125Z Compiling spki v0.7.3
20002026-06-22T19:26:59.701Z Compiling tracing-core v0.1.36
20012026-06-22T19:26:59.906Z Compiling aho-corasick v1.1.4
20022026-06-22T19:26:59.933Z Compiling cookie v0.18.1
20032026-06-22T19:27:00.139Z Compiling num-bigint-dig v0.8.6
20042026-06-22T19:27:00.193Z Compiling dyn-clone v1.0.20
20052026-06-22T19:27:00.212Z Compiling tracing v0.1.44
20062026-06-22T19:27:00.367Z Compiling scrypt v0.11.0
20072026-06-22T19:27:00.632Z Compiling tokio-util v0.7.18
20082026-06-22T19:27:00.638Z Compiling http-body v1.0.1
20092026-06-22T19:27:00.792Z Compiling regex-automata v0.4.14
20102026-06-22T19:27:00.816Z Compiling rand_chacha v0.9.0
20112026-06-22T19:27:00.834Z Compiling cbc v0.1.2
20122026-06-22T19:27:00.848Z Compiling aes v0.8.4
20132026-06-22T19:27:00.884Z Compiling async-trait v0.1.89
20142026-06-22T19:27:01.097Z Compiling ahash v0.8.12
20152026-06-22T19:27:01.195Z Compiling anyhow v1.0.102
20162026-06-22T19:27:01.304Z Compiling atomic-waker v1.1.2
20172026-06-22T19:27:01.329Z Compiling untrusted v0.7.1
20182026-06-22T19:27:01.354Z Compiling openssl-probe v0.2.1
20192026-06-22T19:27:01.506Z Compiling zstd-safe v7.2.4
20202026-06-22T19:27:01.575Z Compiling usdt-impl v0.6.0
20212026-06-22T19:27:01.579Z Compiling tinyvec_macros v0.1.1
20222026-06-22T19:27:01.639Z Compiling pretty-hex v0.4.1
20232026-06-22T19:27:01.689Z Compiling tinyvec v1.10.0
20242026-06-22T19:27:01.726Z Compiling pkcs5 v0.7.1
20252026-06-22T19:27:01.790Z Compiling rand v0.9.2
20262026-06-22T19:27:02.161Z Compiling scroll v0.13.0
20272026-06-22T19:27:02.192Z Compiling serde_tokenstream v0.2.3
20282026-06-22T19:27:02.207Z Compiling tempfile v3.25.0
20292026-06-22T19:27:02.245Z Compiling scroll_derive v0.12.1
20302026-06-22T19:27:02.380Z Compiling daft-derive v0.1.7
20312026-06-22T19:27:02.424Z Compiling clap_derive v4.6.1
20322026-06-22T19:27:02.449Z Compiling heapless v0.7.17
20332026-06-22T19:27:02.713Z Compiling tower-layer v0.3.3
20342026-06-22T19:27:02.917Z Compiling utf8parse v0.2.2
20352026-06-22T19:27:02.934Z Compiling unicode-segmentation v1.12.0
20362026-06-22T19:27:03.049Z Compiling signal-hook v0.3.18
20372026-06-22T19:27:03.055Z Compiling try-lock v0.2.5
20382026-06-22T19:27:03.080Z Compiling tower-service v0.3.3
20392026-06-22T19:27:03.202Z Compiling want v0.3.1
20402026-06-22T19:27:03.265Z Compiling h2 v0.4.13
20412026-06-22T19:27:03.338Z Compiling goblin v0.10.5
20422026-06-22T19:27:03.407Z Compiling pkcs8 v0.10.2
20432026-06-22T19:27:03.577Z Compiling ipnet v2.11.0
20442026-06-22T19:27:04.063Z Compiling pin-project-internal v1.1.11
20452026-06-22T19:27:04.167Z Compiling darling_core v0.20.11
20462026-06-22T19:27:04.275Z Compiling spin v0.9.8
20472026-06-22T19:27:04.287Z Compiling httpdate v1.0.3
20482026-06-22T19:27:04.361Z Compiling anstyle v1.0.14
20492026-06-22T19:27:04.522Z Compiling pin-utils v0.1.0
20502026-06-22T19:27:04.718Z Compiling litrs v1.0.0
20512026-06-22T19:27:04.738Z Compiling rustix v0.38.44
20522026-06-22T19:27:04.809Z Compiling simd-adler32 v0.3.8
20532026-06-22T19:27:04.877Z Compiling foreign-types-shared v0.1.1
20542026-06-22T19:27:05.074Z Compiling foreign-types v0.3.2
20552026-06-22T19:27:05.166Z Compiling heck v0.4.1
20562026-06-22T19:27:05.216Z Compiling document-features v0.2.12
20572026-06-22T19:27:05.287Z Compiling unicode-normalization v0.1.25
20582026-06-22T19:27:05.447Z Compiling dtrace-parser v0.3.0
20592026-06-22T19:27:05.510Z Compiling hex v0.4.3
20602026-06-22T19:27:05.553Z Compiling zerocopy-derive v0.7.35
20612026-06-22T19:27:05.771Z Compiling strum_macros v0.26.4
20622026-06-22T19:27:05.799Z Compiling darling_core v0.21.3
20632026-06-22T19:27:05.825Z Compiling curve25519-dalek v4.1.3
20642026-06-22T19:27:05.955Z Compiling socket2 v0.5.10
20652026-06-22T19:27:06.087Z Compiling dof v0.4.0
20662026-06-22T19:27:06.098Z Compiling thread-id v5.1.0
20672026-06-22T19:27:06.172Z Compiling darling_macro v0.20.11
20682026-06-22T19:27:06.203Z Compiling memoffset v0.9.1
20692026-06-22T19:27:06.285Z Compiling smoltcp v0.9.1
20702026-06-22T19:27:06.329Z Compiling hyper v1.8.1
20712026-06-22T19:27:06.342Z Compiling adler2 v2.0.1
20722026-06-22T19:27:06.473Z Compiling anstyle-query v1.1.5
20732026-06-22T19:27:06.602Z Compiling ref-cast v1.0.25
20742026-06-22T19:27:06.621Z Compiling is_terminal_polyfill v1.70.2
20752026-06-22T19:27:06.658Z Compiling colorchoice v1.0.4
20762026-06-22T19:27:06.695Z Compiling powerfmt v0.2.0
20772026-06-22T19:27:06.729Z Compiling darling v0.20.11
20782026-06-22T19:27:06.816Z Compiling miniz_oxide v0.8.9
20792026-06-22T19:27:06.854Z Compiling snafu-derive v0.8.9
20802026-06-22T19:27:06.860Z Compiling rustls-native-certs v0.8.3
20812026-06-22T19:27:06.906Z Compiling deranged v0.5.8
20822026-06-22T19:27:07.148Z Compiling toml_datetime v0.6.11
20832026-06-22T19:27:07.186Z Compiling serde_spanned v0.6.9
20842026-06-22T19:27:07.392Z Compiling sync_wrapper v1.0.2
20852026-06-22T19:27:07.427Z Compiling wait-timeout v0.2.1
20862026-06-22T19:27:07.519Z Compiling hyper-util v0.1.20
20872026-06-22T19:27:07.559Z Compiling num_threads v0.1.7
20882026-06-22T19:27:08.087Z Compiling zlib-rs v0.6.2
20892026-06-22T19:27:08.093Z Compiling siphasher v1.0.2
20902026-06-22T19:27:08.093Z Compiling bit-vec v0.8.0
20912026-06-22T19:27:08.093Z Compiling quick-error v1.2.3
20922026-06-22T19:27:08.109Z Compiling darling_macro v0.21.3
20932026-06-22T19:27:08.171Z Compiling cfg_aliases v0.2.1
20942026-06-22T19:27:08.256Z Compiling time v0.3.47
20952026-06-22T19:27:08.272Z Compiling nix v0.31.2
20962026-06-22T19:27:08.389Z Compiling rusty-fork v0.3.1
20972026-06-22T19:27:08.623Z Compiling darling v0.21.3
20982026-06-22T19:27:08.646Z Compiling bit-set v0.8.0
20992026-06-22T19:27:09.107Z Compiling tower v0.5.3
21002026-06-22T19:27:09.112Z Compiling derive_builder_core v0.20.2
21012026-06-22T19:27:09.112Z Compiling regex v1.12.3
21022026-06-22T19:27:09.112Z Compiling anstyle-parse v1.0.0
21032026-06-22T19:27:09.623Z Compiling http-body-util v0.1.3
21042026-06-22T19:27:09.634Z Compiling webpki-roots v1.0.6
21052026-06-22T19:27:09.634Z Compiling erased-serde v0.3.31
21062026-06-22T19:27:09.634Z Compiling hubpack_derive v0.1.1
21072026-06-22T19:27:09.634Z Compiling signature v2.2.0
21082026-06-22T19:27:09.634Z Compiling rand_xorshift v0.4.0
21092026-06-22T19:27:09.634Z Compiling curve25519-dalek-derive v0.1.1
21102026-06-22T19:27:09.634Z Compiling strum_macros v0.27.2
21112026-06-22T19:27:09.647Z Compiling ref-cast-impl v1.0.25
21122026-06-22T19:27:09.902Z Compiling flate2 v1.1.9
21132026-06-22T19:27:09.998Z Compiling usdt-impl v0.5.0
21142026-06-22T19:27:10.065Z Compiling fs-err v3.3.0
21152026-06-22T19:27:10.204Z Compiling encoding_rs v0.8.35
21162026-06-22T19:27:10.240Z Compiling ryu v1.0.23
21172026-06-22T19:27:10.677Z Compiling unarray v0.1.4
21182026-06-22T19:27:10.681Z Compiling iri-string v0.7.10
21192026-06-22T19:27:10.681Z Compiling unicode-bidi v0.3.18
21202026-06-22T19:27:10.681Z Compiling unicode-properties v0.1.4
21212026-06-22T19:27:10.681Z Compiling object v0.37.3
21222026-06-22T19:27:10.697Z Compiling mime v0.3.17
21232026-06-22T19:27:10.821Z Compiling allocator-api2 v0.2.21
21242026-06-22T19:27:11.058Z Compiling serde_urlencoded v0.7.1
21252026-06-22T19:27:11.209Z Compiling stringprep v0.1.5
21262026-06-22T19:27:11.390Z Compiling proptest v1.10.0
21272026-06-22T19:27:11.643Z Compiling tower-http v0.6.8
21282026-06-22T19:27:11.771Z Compiling derive_builder_macro v0.20.2
21292026-06-22T19:27:11.789Z Compiling tokio-native-tls v0.3.1
21302026-06-22T19:27:11.949Z Compiling anstream v1.0.0
21312026-06-22T19:27:11.983Z Compiling serde_with_macros v3.17.0
21322026-06-22T19:27:12.008Z Compiling usdt-macro v0.6.0
21332026-06-22T19:27:12.053Z Compiling usdt-attr-macro v0.6.0
21342026-06-22T19:27:12.275Z Compiling ipnetwork v0.21.1
21352026-06-22T19:27:12.482Z Compiling bstr v1.12.1
21362026-06-22T19:27:12.503Z Compiling scroll v0.12.0
21372026-06-22T19:27:12.754Z Compiling rand_chacha v0.3.1
21382026-06-22T19:27:12.867Z Compiling md-5 v0.10.6
21392026-06-22T19:27:13.451Z Compiling async-recursion v1.1.1
21402026-06-22T19:27:13.457Z Compiling terminal_size v0.4.3
21412026-06-22T19:27:13.457Z Compiling num-integer v0.1.46
21422026-06-22T19:27:13.457Z Compiling hash32 v0.2.1
21432026-06-22T19:27:13.457Z Compiling vergen-lib v9.1.0
21442026-06-22T19:27:13.457Z Compiling ff v0.13.1
21452026-06-22T19:27:13.457Z Compiling fallible-iterator v0.2.0
21462026-06-22T19:27:13.457Z Compiling psl-types v2.0.11
21472026-06-22T19:27:13.457Z Compiling clap_lex v1.0.0
21482026-06-22T19:27:13.457Z Compiling winnow v0.7.14
21492026-06-22T19:27:13.609Z Compiling base16ct v0.2.0
21502026-06-22T19:27:13.759Z Compiling sec1 v0.7.3
21512026-06-22T19:27:13.838Z Compiling clap_builder v4.6.0
21522026-06-22T19:27:13.855Z Compiling postgres-protocol v0.6.10
21532026-06-22T19:27:14.050Z Compiling newtype-uuid v1.3.2
21542026-06-22T19:27:14.166Z Compiling publicsuffix v2.3.0
21552026-06-22T19:27:14.320Z Compiling num-iter v0.1.45
21562026-06-22T19:27:14.777Z Compiling group v0.13.0
21572026-06-22T19:27:14.784Z Compiling rand v0.8.6
21582026-06-22T19:27:14.785Z Compiling goblin v0.8.2
21592026-06-22T19:27:15.055Z Compiling oxnet v0.1.6
21602026-06-22T19:27:15.171Z Compiling derive_builder v0.20.2
21612026-06-22T19:27:15.188Z Compiling hyper-tls v0.6.0
21622026-06-22T19:27:15.320Z Compiling phf_shared v0.13.1
21632026-06-22T19:27:15.455Z Compiling zerocopy v0.7.35
21642026-06-22T19:27:15.479Z Compiling lazy_static v1.5.0
21652026-06-22T19:27:15.580Z Compiling pin-project v1.1.11
21662026-06-22T19:27:15.594Z Compiling anstyle-parse v0.2.7
21672026-06-22T19:27:15.718Z Compiling futures-executor v0.3.32
21682026-06-22T19:27:15.804Z Compiling hkdf v0.12.4
21692026-06-22T19:27:15.830Z Compiling crypto-bigint v0.5.5
21702026-06-22T19:27:15.848Z Compiling enum-as-inner v0.6.1
21712026-06-22T19:27:15.886Z Compiling serde_repr v0.1.20
21722026-06-22T19:27:15.972Z Compiling vergen v9.1.0
21732026-06-22T19:27:15.990Z Compiling cargo-platform v0.3.2
21742026-06-22T19:27:16.035Z Compiling foldhash v0.1.5
21752026-06-22T19:27:16.205Z Compiling libbz2-rs-sys v0.2.2
21762026-06-22T19:27:16.215Z Compiling managed v0.8.0
21772026-06-22T19:27:16.262Z Compiling bitflags v1.3.2
21782026-06-22T19:27:16.405Z Compiling winnow v0.5.40
21792026-06-22T19:27:16.470Z Compiling bumpalo v3.20.2
21802026-06-22T19:27:16.501Z Compiling foldhash v0.2.0
21812026-06-22T19:27:16.609Z Compiling same-file v1.0.6
21822026-06-22T19:27:16.735Z Compiling walkdir v2.5.0
21832026-06-22T19:27:16.750Z Compiling zopfli v0.8.3
21842026-06-22T19:27:16.785Z Compiling dof v0.3.0
21852026-06-22T19:27:17.235Z Compiling elliptic-curve v0.13.8
21862026-06-22T19:27:17.239Z Compiling hashbrown v0.16.1
21872026-06-22T19:27:17.239Z Compiling bzip2 v0.6.1
21882026-06-22T19:27:17.405Z Compiling cargo_metadata v0.23.1
21892026-06-22T19:27:17.675Z Compiling hashbrown v0.15.5
21902026-06-22T19:27:17.725Z Compiling toml_edit v0.19.15
21912026-06-22T19:27:17.957Z Compiling futures v0.3.32
21922026-06-22T19:27:18.091Z Compiling anstream v0.6.21
21932026-06-22T19:27:18.442Z Compiling snafu v0.8.9
21942026-06-22T19:27:18.667Z Compiling clap v4.6.1
21952026-06-22T19:27:18.788Z Compiling phf v0.13.1
21962026-06-22T19:27:18.873Z Compiling daft v0.1.7
21972026-06-22T19:27:18.962Z Compiling signal-hook-mio v0.2.5
21982026-06-22T19:27:19.094Z Compiling cookie_store v0.22.1
21992026-06-22T19:27:19.164Z Compiling postgres-types v0.2.12
22002026-06-22T19:27:19.232Z Compiling zstd v0.13.3
22012026-06-22T19:27:19.275Z Compiling bzip2 v0.4.4
22022026-06-22T19:27:19.717Z Compiling globset v0.4.18
22032026-06-22T19:27:19.730Z Compiling dtrace-parser v0.2.0
22042026-06-22T19:27:19.730Z Compiling strum v0.27.2
22052026-06-22T19:27:19.730Z Compiling hubpack v0.1.2
22062026-06-22T19:27:19.730Z Compiling ed25519 v2.2.3
22072026-06-22T19:27:19.730Z Compiling phf_shared v0.11.3
22082026-06-22T19:27:19.730Z Compiling olpc-cjson v0.1.4
22092026-06-22T19:27:19.746Z Compiling pkcs1 v0.7.5
22102026-06-22T19:27:19.910Z Compiling pem v3.0.6
22112026-06-22T19:27:19.925Z Compiling serde-big-array v0.5.1
22122026-06-22T19:27:19.956Z Compiling serde_plain v1.0.2
22132026-06-22T19:27:19.969Z Compiling rfc6979 v0.4.0
22142026-06-22T19:27:20.051Z Compiling float-cmp v0.10.0
22152026-06-22T19:27:20.069Z Compiling thread-id v4.2.2
22162026-06-22T19:27:20.097Z Compiling memmap2 v0.9.10
22172026-06-22T19:27:20.127Z Compiling env_filter v1.0.0
22182026-06-22T19:27:20.172Z Compiling fixedbitset v0.4.2
22192026-06-22T19:27:20.200Z Compiling static_assertions v1.1.0
22202026-06-22T19:27:20.217Z Compiling toml_write v0.1.2
22212026-06-22T19:27:20.232Z Compiling difflib v0.4.0
22222026-06-22T19:27:20.293Z Compiling whoami v2.1.0
22232026-06-22T19:27:20.309Z Compiling predicates-core v1.0.10
22242026-06-22T19:27:20.339Z Compiling normalize-line-endings v0.3.0
22252026-06-22T19:27:20.396Z Compiling fixedbitset v0.5.7
22262026-06-22T19:27:20.408Z Compiling new_debug_unreachable v1.0.6
22272026-06-22T19:27:20.423Z Compiling keccak v0.1.6
22282026-06-22T19:27:20.453Z Compiling typed-path v0.9.3
22292026-06-22T19:27:20.462Z Compiling data-encoding v2.10.0
22302026-06-22T19:27:20.895Z Compiling either v1.15.0
22312026-06-22T19:27:20.901Z Compiling jiff v0.2.21
22322026-06-22T19:27:20.901Z Compiling precomputed-hash v0.1.1
22332026-06-22T19:27:20.901Z Compiling petgraph v0.8.3
22342026-06-22T19:27:20.901Z Compiling sha3 v0.10.8
22352026-06-22T19:27:20.901Z Compiling itertools v0.13.0
22362026-06-22T19:27:20.901Z Compiling string_cache v0.8.9
22372026-06-22T19:27:20.975Z Compiling hickory-proto v0.25.2
22382026-06-22T19:27:20.984Z Compiling tokio-postgres v0.7.16
22392026-06-22T19:27:21.010Z Compiling predicates v3.1.4
22402026-06-22T19:27:21.384Z Compiling toml_edit v0.22.27
22412026-06-22T19:27:21.628Z Compiling petgraph v0.6.5
22422026-06-22T19:27:21.958Z Compiling env_logger v0.11.9
22432026-06-22T19:27:22.385Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22442026-06-22T19:27:22.390Z Compiling usdt v0.6.0
22452026-06-22T19:27:22.639Z Compiling ecdsa v0.16.9
22462026-06-22T19:27:23.016Z Compiling rsa v0.9.10
22472026-06-22T19:27:23.320Z Compiling zip v4.6.1
22482026-06-22T19:27:23.411Z Compiling ed25519-dalek v2.2.0
22492026-06-22T19:27:23.700Z Compiling zip v0.6.6
22502026-06-22T19:27:24.248Z Compiling iddqd v0.4.2
22512026-06-22T19:27:24.252Z Compiling crossterm v0.28.1
22522026-06-22T19:27:24.252Z Compiling toml v0.7.8
22532026-06-22T19:27:24.326Z Compiling crossbeam-epoch v0.9.18
22542026-06-22T19:27:24.382Z Compiling toml_parser v1.0.9+spec-1.1.0
22552026-06-22T19:27:24.629Z Compiling serde_with v3.17.0
22562026-06-22T19:27:24.674Z Compiling similar v2.7.0
22572026-06-22T19:27:24.751Z Compiling strum v0.26.3
22582026-06-22T19:27:24.896Z Compiling tokio-stream v0.1.18
22592026-06-22T19:27:24.944Z Compiling buf-list v1.1.2
22602026-06-22T19:27:25.027Z Compiling x509-cert v0.2.5
22612026-06-22T19:27:25.201Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22622026-06-22T19:27:25.264Z Compiling openapiv3 v2.2.0
22632026-06-22T19:27:25.367Z Compiling sha1 v0.10.6
22642026-06-22T19:27:25.402Z Compiling structmeta-derive v0.3.0
22652026-06-22T19:27:25.556Z Compiling radium v0.7.0
22662026-06-22T19:27:25.592Z Compiling peg-runtime v0.8.5
22672026-06-22T19:27:25.856Z Compiling lalrpop-util v0.19.12
22682026-06-22T19:27:26.415Z Compiling structmeta v0.3.0
22692026-06-22T19:27:27.485Z Compiling maybe-uninit v2.0.0
22702026-06-22T19:27:27.488Z Compiling tap v1.0.1
22712026-06-22T19:27:27.608Z Compiling wyz v0.5.1
22722026-06-22T19:27:28.825Z Compiling packed_struct v0.10.1
22732026-06-22T19:27:28.876Z Compiling funty v2.0.0
22742026-06-22T19:27:29.878Z Compiling bitvec v1.0.1
22752026-06-22T19:27:31.963Z Compiling packed_struct_codegen v0.10.1
22762026-06-22T19:27:32.642Z Compiling zerocopy-derive v0.6.6
22772026-06-22T19:27:32.642Z Compiling bitfield-macros v0.19.4
22782026-06-22T19:27:32.798Z Compiling indexmap v1.9.3
22792026-06-22T19:27:33.011Z Compiling typeid v1.0.3
22802026-06-22T19:27:33.124Z Compiling nodrop v0.1.14
22812026-06-22T19:27:33.283Z Compiling crc-catalog v2.4.0
22822026-06-22T19:27:33.438Z Compiling crc v3.4.0
22832026-06-22T19:27:33.571Z Compiling array-init v0.0.4
22842026-06-22T19:27:33.740Z Compiling bitfield v0.19.4
22852026-06-22T19:27:33.933Z Compiling zerocopy v0.6.6
22862026-06-22T19:27:34.301Z Compiling smallvec v0.6.14
22872026-06-22T19:27:34.565Z Compiling derive-ex v0.1.8
22882026-06-22T19:27:36.839Z Compiling erased-serde v0.4.9
22892026-06-22T19:27:37.358Z Compiling hashbrown v0.12.3
22902026-06-22T19:27:37.445Z Compiling base64 v0.21.7
22912026-06-22T19:27:37.463Z Compiling rustls v0.22.4
22922026-06-22T19:27:37.519Z Compiling rustls-webpki v0.103.9
22932026-06-22T19:27:37.714Z Compiling ron v0.8.1
22942026-06-22T19:27:40.791Z Compiling test-strategy v0.4.5
22952026-06-22T19:27:40.939Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22962026-06-22T19:27:40.939Z Compiling serde-hex v0.1.0
22972026-06-22T19:27:41.506Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22982026-06-22T19:27:41.627Z Compiling tokio-rustls v0.26.4
22992026-06-22T19:27:41.815Z Compiling rustls-platform-verifier v0.6.2
23002026-06-22T19:27:42.264Z Compiling hyper-rustls v0.27.7
23012026-06-22T19:27:42.736Z Compiling toml v0.8.23
23022026-06-22T19:27:42.736Z Compiling reqwest v0.12.28
23032026-06-22T19:27:42.736Z Compiling reqwest v0.13.2
23042026-06-22T19:27:42.813Z Compiling hashbrown v0.13.2
23052026-06-22T19:27:42.845Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23062026-06-22T19:27:43.149Z Compiling rustls-webpki v0.102.8
23072026-06-22T19:27:43.342Z Compiling filetime v0.2.27
23082026-06-22T19:27:43.481Z Compiling multer v3.1.0
23092026-06-22T19:27:43.547Z Compiling thread_local v1.1.9
23102026-06-22T19:27:43.668Z Compiling rayon-core v1.13.0
23112026-06-22T19:27:43.729Z Compiling compression-core v0.4.31
23122026-06-22T19:27:43.729Z Compiling tough v0.22.0
23132026-06-22T19:27:43.866Z Compiling match_cfg v0.1.0
23142026-06-22T19:27:43.978Z Compiling xattr v1.6.1
23152026-06-22T19:27:43.978Z Compiling slog-async v2.8.0
23162026-06-22T19:27:44.047Z Compiling crc-any v2.5.0
23172026-06-22T19:27:44.047Z Compiling hostname v0.3.1
23182026-06-22T19:27:44.101Z Compiling tar v0.4.45
23192026-06-22T19:27:44.174Z Compiling compression-codecs v0.4.37
23202026-06-22T19:27:44.281Z Compiling object v0.30.4
23212026-06-22T19:27:44.322Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23222026-06-22T19:27:44.572Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23232026-06-22T19:27:44.609Z Compiling crossbeam-channel v0.5.15
23242026-06-22T19:27:44.953Z Compiling slog-json v2.6.1
23252026-06-22T19:27:45.082Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23262026-06-22T19:27:45.579Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23272026-06-22T19:27:46.028Z Compiling async-stream-impl v0.3.6
23282026-06-22T19:27:46.028Z Compiling ordered-float v2.10.1
23292026-06-22T19:27:46.028Z Compiling toml_datetime v1.0.0+spec-1.1.0
23302026-06-22T19:27:46.028Z Compiling serde_spanned v1.0.4
23312026-06-22T19:27:46.028Z Compiling serde_path_to_error v0.1.20
23322026-06-22T19:27:46.028Z Compiling is-terminal v0.4.17
23332026-06-22T19:27:46.082Z Compiling dropshot v0.17.0
23342026-06-22T19:27:46.082Z Compiling fs-err v2.11.0
23352026-06-22T19:27:46.082Z Compiling path-slash v0.1.5
23362026-06-22T19:27:46.082Z Compiling toml_writer v1.0.6+spec-1.1.0
23372026-06-22T19:27:46.082Z Compiling debug-ignore v1.0.5
23382026-06-22T19:27:46.082Z Compiling term v1.2.1
23392026-06-22T19:27:46.082Z Compiling take_mut v0.2.2
23402026-06-22T19:27:46.082Z Compiling async-stream v0.3.6
23412026-06-22T19:27:46.083Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23422026-06-22T19:27:46.083Z Compiling toml v1.0.6+spec-1.1.0
23432026-06-22T19:27:46.120Z Compiling serde-value v0.7.0
23442026-06-22T19:27:46.120Z Compiling slog-bunyan v2.5.0
23452026-06-22T19:27:46.554Z Compiling serde-untagged v0.1.9
23462026-06-22T19:27:46.591Z Compiling slog-term v2.9.2
23472026-06-22T19:27:46.592Z Compiling tokio-rustls v0.25.0
23482026-06-22T19:27:46.592Z Compiling async-compression v0.4.41
23492026-06-22T19:27:46.601Z Compiling atomicwrites v0.4.4
23502026-06-22T19:27:46.807Z Compiling crossbeam-deque v0.8.6
23512026-06-22T19:27:46.914Z Compiling parse-display-derive v0.10.0
23522026-06-22T19:27:47.050Z Compiling camino-tempfile v1.4.1
23532026-06-22T19:27:47.069Z Compiling dropshot_endpoint v0.17.0
23542026-06-22T19:27:47.375Z Compiling newtype-uuid-macros v0.1.0
23552026-06-22T19:27:47.443Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23562026-06-22T19:27:47.521Z Compiling waitgroup v0.1.2
23572026-06-22T19:27:47.573Z Compiling half v2.7.1
23582026-06-22T19:27:47.605Z Compiling rustls-pemfile v2.2.0
23592026-06-22T19:27:47.650Z Compiling backon v1.6.0
23602026-06-22T19:27:47.672Z Compiling blake3 v1.8.3
23612026-06-22T19:27:48.154Z Compiling hostname v0.4.2
23622026-06-22T19:27:48.175Z Compiling instant v0.1.13
23632026-06-22T19:27:48.176Z Compiling ciborium-io v0.2.2
23642026-06-22T19:27:48.176Z Compiling unicode-xid v0.2.6
23652026-06-22T19:27:48.176Z Compiling backoff v0.4.0
23662026-06-22T19:27:48.176Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23672026-06-22T19:27:48.176Z Compiling ciborium-ll v0.2.2
23682026-06-22T19:27:48.176Z Compiling cargo-util-schemas v0.8.2
23692026-06-22T19:27:48.176Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23702026-06-22T19:27:48.176Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23712026-06-22T19:27:48.737Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23722026-06-22T19:27:48.748Z Compiling parse-display v0.10.0
23732026-06-22T19:27:48.748Z Compiling regress v0.10.5
23742026-06-22T19:27:48.748Z Compiling itertools v0.14.0
23752026-06-22T19:27:48.748Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23762026-06-22T19:27:49.047Z Compiling macaddr v1.0.1
23772026-06-22T19:27:49.292Z Compiling cargo-platform v0.2.0
23782026-06-22T19:27:49.384Z Compiling parse-size v1.1.0
23792026-06-22T19:27:49.473Z Compiling arrayref v0.3.9
23802026-06-22T19:27:49.501Z Compiling humantime v2.3.0
23812026-06-22T19:27:49.558Z Compiling arrayvec v0.7.6
23822026-06-22T19:27:49.573Z Compiling constant_time_eq v0.4.2
23832026-06-22T19:27:49.787Z Compiling indent_write v2.2.0
23842026-06-22T19:27:49.828Z Compiling cargo_metadata v0.21.0
23852026-06-22T19:27:49.912Z Compiling ciborium v0.2.2
23862026-06-22T19:27:49.973Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23872026-06-22T19:27:50.394Z Compiling topological-sort v0.2.2
23882026-06-22T19:27:50.805Z Compiling display-error-chain v0.2.2
23892026-06-22T19:27:50.805Z Compiling shell-words v1.1.1
23902026-06-22T19:27:51.216Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23912026-06-22T19:28:00.667Z Compiling omicron-zone-package v0.12.2
23922026-06-22T19:28:00.711Z Compiling progenitor-client v0.14.0
23932026-06-22T19:28:01.183Z Compiling progenitor-extras v0.2.0
23942026-06-22T19:28:03.297Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23952026-06-22T19:28:03.343Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-06-22T19:28:03.816Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23972026-06-22T19:28:03.819Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23982026-06-22T19:28:07.342Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23992026-06-22T19:28:10.643Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24002026-06-22T19:28:18.523Z Finished `release` profile [optimized] target(s) in 1m 31s
24012026-06-22T19:28:18.665Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24022026-06-22T19:28:18.712ZJun 22 19:28:18.109 DEBG changing working directory to /work/oxidecomputer/omicron
24032026-06-22T19:28:18.814ZJun 22 19:28:18.201 DEBG running: git rev-parse HEAD
24042026-06-22T19:28:18.829ZJun 22 19:28:18.204 DEBG process exited with exit status: 0 (2.613883ms)
24052026-06-22T19:28:18.829ZJun 22 19:28:18.204 INFO version: 21.0.0-0.ci+git771b95972e0
24062026-06-22T19:28:18.829ZJun 22 19:28:18.212 INFO cloning helios to /work/oxidecomputer/helios
24072026-06-22T19:28:18.829ZJun 22 19:28:18.212 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24082026-06-22T19:28:18.829ZCloning into '/work/oxidecomputer/helios'...
24092026-06-22T19:28:19.326ZJun 22 19:28:18.688 DEBG process exited with exit status: 0 (476.712214ms)
24102026-06-22T19:28:19.326ZJun 22 19:28:18.688 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24112026-06-22T19:28:19.353ZJun 22 19:28:18.691 DEBG process exited with exit status: 0 (2.471153ms)
24122026-06-22T19:28:19.353ZJun 22 19:28:18.691 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24132026-06-22T19:28:19.648ZJun 22 19:28:19.007 DEBG process exited with exit status: 0 (315.91063ms)
24142026-06-22T19:28:19.648ZJun 22 19:28:19.007 DEBG running: zfs list rpool/images/build/host
24152026-06-22T19:28:19.666ZNAME USED AVAIL REFER MOUNTPOINT
24162026-06-22T19:28:19.667Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24172026-06-22T19:28:19.667ZJun 22 19:28:19.011 DEBG process exited with exit status: 0 (4.405385ms)
24182026-06-22T19:28:19.667ZJun 22 19:28:19.011 DEBG running: zfs list rpool/images/build/recovery
24192026-06-22T19:28:19.667ZNAME USED AVAIL REFER MOUNTPOINT
24202026-06-22T19:28:19.667Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24212026-06-22T19:28:19.667ZJun 22 19:28:19.014 DEBG process exited with exit status: 0 (3.332034ms)
24222026-06-22T19:28:19.667ZJun 22 19:28:19.015 INFO [incorp-manifest] running task
24232026-06-22T19:28:19.667ZJun 22 19:28:19.015 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24242026-06-22T19:28:19.667ZJun 22 19:28:19.015 INFO [hubris-staging] running task
24252026-06-22T19:28:19.667ZJun 22 19:28:19.016 INFO [hubris-production] running task
24262026-06-22T19:28:19.667ZJun 22 19:28:19.016 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24272026-06-22T19:28:19.667ZJun 22 19:28:19.016 INFO [incorp-create] running: pkgrepo create /work/incorporation
24282026-06-22T19:28:19.667ZJun 22 19:28:19.017 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
24292026-06-22T19:28:19.667Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24302026-06-22T19:28:19.847ZJun 22 19:28:19.249 INFO [incorp-create] process exited with exit status: 0 (232.988595ms)
24312026-06-22T19:28:19.853ZJun 22 19:28:19.249 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24322026-06-22T19:28:20.108Z[ omicron-package] Blocking waiting for file lock on package cache
24332026-06-22T19:28:20.254ZJun 22 19:28:19.494 INFO [incorp-publisher] process exited with exit status: 0 (244.652569ms)
24342026-06-22T19:28:20.407ZJun 22 19:28:19.708 DEBG process exited with exit status: 0 (692.39747ms)
24352026-06-22T19:28:20.486ZJun 22 19:28:19.708 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24362026-06-22T19:28:20.545Z[ omicron-package] Blocking waiting for file lock on package cache
24372026-06-22T19:28:22.183ZJun 22 19:28:20.176 INFO [hubris-production] task succeeded (1.160851175s)
24382026-06-22T19:28:22.267ZJun 22 19:28:20.466 DEBG process exited with exit status: 0 (758.070595ms)
24392026-06-22T19:28:22.267ZJun 22 19:28:20.467 INFO [incorp-manifest] task succeeded (1.451749047s)
24402026-06-22T19:28:22.268ZJun 22 19:28:20.467 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24412026-06-22T19:28:22.268ZJun 22 19:28:20.639 INFO [incorp-fmt] process exited with exit status: 0 (171.905036ms)
24422026-06-22T19:28:22.268ZJun 22 19:28:20.639 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24432026-06-22T19:28:22.268Z[ omicron-package] Compiling ring v0.17.14
24442026-06-22T19:28:22.268Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260622T192820Z
24452026-06-22T19:28:22.268Z[ incorp-pkgsend] PUBLISHED
24462026-06-22T19:28:22.268ZJun 22 19:28:21.002 INFO [incorp-pkgsend] process exited with exit status: 0 (361.705582ms)
24472026-06-22T19:28:22.268ZJun 22 19:28:21.002 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24482026-06-22T19:28:22.268Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24492026-06-22T19:28:22.268Z[ omicron-package] Compiling itertools v0.14.0
24502026-06-22T19:28:22.268Z[ omicron-package] Compiling secrecy v0.10.3
24512026-06-22T19:28:22.268Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24522026-06-22T19:28:22.268Z[ omicron-package] Compiling heapless v0.8.0
24532026-06-22T19:28:22.268Z[ omicron-package] Compiling hash32 v0.3.1
24542026-06-22T19:28:22.268Z[ omicron-package] Compiling unicode-width v0.2.0
24552026-06-22T19:28:22.268Z[ omicron-package] Compiling smoltcp v0.11.0
24562026-06-22T19:28:22.268Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24572026-06-22T19:28:22.268Z[ helios-incorp] Retrieving packages for publisher helios ...
24582026-06-22T19:28:22.268Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24592026-06-22T19:28:22.268Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24602026-06-22T19:28:22.268Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24612026-06-22T19:28:22.268Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24622026-06-22T19:28:22.268Z[ helios-incorp]
24632026-06-22T19:28:22.268Z[ helios-incorp] Archiving packages ...
24642026-06-22T19:28:22.268Z[ helios-incorp] Packages to add: 1
24652026-06-22T19:28:22.268Z[ helios-incorp] Files to retrieve: 0
24662026-06-22T19:28:22.269Z[ helios-incorp] Estimated transfer size: 0.00 B
24672026-06-22T19:28:22.269Z[ helios-incorp]
24682026-06-22T19:28:22.269Z[ helios-incorp] Packages to archive:
24692026-06-22T19:28:22.269Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260622T192820Z
24702026-06-22T19:28:22.269Z[ helios-incorp]
24712026-06-22T19:28:22.269Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24722026-06-22T19:28:22.269Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24732026-06-22T19:28:22.269ZJun 22 19:28:21.501 INFO [helios-incorp] process exited with exit status: 0 (498.726139ms)
24742026-06-22T19:28:22.405Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24752026-06-22T19:28:22.541Z[ omicron-package] Compiling cobs v0.3.0
24762026-06-22T19:28:22.541Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24772026-06-22T19:28:22.541Z[ omicron-package] Compiling universal-hash v0.5.1
24782026-06-22T19:28:22.541Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24792026-06-22T19:28:22.541Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24802026-06-22T19:28:22.541Z[ omicron-package] Compiling opaque-debug v0.3.1
24812026-06-22T19:28:22.667Z[ omicron-package] Compiling convert_case v0.4.0
24822026-06-22T19:28:22.674Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24832026-06-22T19:28:22.968Z[ omicron-package] Compiling poly1305 v0.8.0
24842026-06-22T19:28:22.988Z[ omicron-package] Compiling chacha20 v0.9.1
24852026-06-22T19:28:23.208Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24862026-06-22T19:28:23.232Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
24872026-06-22T19:28:23.262Z[ omicron-package] Compiling postcard v1.1.3
24882026-06-22T19:28:23.300Z[ omicron-package] Compiling password-hash v0.5.0
24892026-06-22T19:28:23.338Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
24902026-06-22T19:28:23.383Z[ omicron-package] Compiling derive_more v0.99.20
24912026-06-22T19:28:23.435Z[ omicron-package] Compiling blake2 v0.10.6
24922026-06-22T19:28:23.464Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24932026-06-22T19:28:23.539Z[ omicron-package] Compiling aead v0.5.2
24942026-06-22T19:28:23.838Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24952026-06-22T19:28:23.838Z[ omicron-package] Compiling proc-macro-error v1.0.4
24962026-06-22T19:28:23.894Z[ omicron-package] Compiling num_enum_derive v0.7.6
24972026-06-22T19:28:23.958Z[ omicron-package] Compiling ingot-macros v0.1.1
24982026-06-22T19:28:23.965Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24992026-06-22T19:28:23.986Z[ omicron-package] Compiling cpufeatures v0.3.0
25002026-06-22T19:28:24.089Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25012026-06-22T19:28:24.135Z[ omicron-package] Compiling chacha20 v0.10.0
25022026-06-22T19:28:24.147Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25032026-06-22T19:28:24.322Z[ omicron-package] Compiling argon2 v0.5.3
25042026-06-22T19:28:24.370Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25052026-06-22T19:28:24.387Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25062026-06-22T19:28:24.551Z[ omicron-package] Compiling num_enum_derive v0.5.11
25072026-06-22T19:28:24.597Z[ omicron-package] Compiling vsss-rs v3.3.4
25082026-06-22T19:28:24.716Z[ omicron-package] Compiling foreign-types v0.5.0
25092026-06-22T19:28:24.733Z[ omicron-package] Compiling tabwriter v1.4.1
25102026-06-22T19:28:24.837Z[ omicron-package] Compiling byte-wrapper v0.1.0
25112026-06-22T19:28:24.860Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25122026-06-22T19:28:24.889Z[ omicron-package] Compiling cstr-argument v0.1.2
25132026-06-22T19:28:25.077Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25142026-06-22T19:28:25.097Z[ omicron-package] Compiling num_enum v0.7.6
25152026-06-22T19:28:25.116Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25162026-06-22T19:28:25.276Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25172026-06-22T19:28:25.325Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25182026-06-22T19:28:25.399Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25192026-06-22T19:28:25.432Z[ omicron-package] Compiling rand v0.10.0
25202026-06-22T19:28:25.483Z[ omicron-package] Compiling rayon v1.11.0
25212026-06-22T19:28:25.511Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25222026-06-22T19:28:25.561Z[ omicron-package] Compiling colored v3.1.1
25232026-06-22T19:28:25.668Z[ omicron-package] Compiling num_enum v0.5.11
25242026-06-22T19:28:25.680Z[ omicron-package] Compiling libefi-sys v0.1.0
25252026-06-22T19:28:25.826Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25262026-06-22T19:28:25.859Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25272026-06-22T19:28:25.873Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25282026-06-22T19:28:25.892Z[ omicron-package] Compiling itertools v0.12.1
25292026-06-22T19:28:25.904Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25302026-06-22T19:28:25.977Z[ omicron-package] Compiling usdt-macro v0.5.0
25312026-06-22T19:28:26.032Z[ omicron-package] Compiling sigpipe v0.1.3
25322026-06-22T19:28:26.172Z[ omicron-package] Compiling rustls v0.23.37
25332026-06-22T19:28:26.243Z[ omicron-package] Compiling memmap v0.7.0
25342026-06-22T19:28:26.324Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25352026-06-22T19:28:26.353Z[ omicron-package] Compiling num-derive v0.4.2
25362026-06-22T19:28:26.387Z[ omicron-package] Compiling bitfield-struct v0.6.2
25372026-06-22T19:28:26.524Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25382026-06-22T19:28:26.560Z[ omicron-package] Compiling swrite v0.1.0
25392026-06-22T19:28:26.608Z[ omicron-package] Compiling glob v0.3.3
25402026-06-22T19:28:26.677Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25412026-06-22T19:28:26.864Z[ omicron-package] Compiling usdt v0.5.0
25422026-06-22T19:28:26.911Z[ omicron-package] Compiling ingot-types v0.1.2
25432026-06-22T19:28:26.930Z[ omicron-package] Compiling smf v0.2.3
25442026-06-22T19:28:27.145Z[ omicron-package] Compiling whoami v1.6.1
25452026-06-22T19:28:27.189Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462026-06-22T19:28:27.326Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25472026-06-22T19:28:27.430Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25482026-06-22T19:28:27.456Z[ omicron-package] Compiling ingot v0.1.1
25492026-06-22T19:28:27.476Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25502026-06-22T19:28:27.506Z[ omicron-package] Compiling console v0.16.2
25512026-06-22T19:28:27.551Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25522026-06-22T19:28:27.648Z[ omicron-package] Compiling rustls-webpki v0.103.9
25532026-06-22T19:28:27.683Z[ omicron-package] Compiling zone v0.3.1
25542026-06-22T19:28:27.715Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-06-22T19:28:27.781Z[ omicron-package] Compiling gethostname v0.5.0
25562026-06-22T19:28:27.844Z[ omicron-package] Compiling unit-prefix v0.5.2
25572026-06-22T19:28:27.844Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25582026-06-22T19:28:27.895Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25592026-06-22T19:28:28.149Z[ omicron-package] Compiling indicatif v0.18.4
25602026-06-22T19:28:29.091Z[ omicron-package] Compiling rustls v0.22.4
25612026-06-22T19:28:29.537Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25622026-06-22T19:28:30.253Z[ omicron-package] Compiling rustls-webpki v0.102.8
25632026-06-22T19:28:30.746Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25642026-06-22T19:28:31.290Z[ omicron-package] Compiling tokio-rustls v0.26.4
25652026-06-22T19:28:31.290Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25662026-06-22T19:28:31.517Z[ omicron-package] Compiling hyper-rustls v0.27.7
25672026-06-22T19:28:31.736Z[ omicron-package] Compiling reqwest v0.12.28
25682026-06-22T19:28:31.736Z[ omicron-package] Compiling reqwest v0.13.2
25692026-06-22T19:28:32.000Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25702026-06-22T19:28:32.754Z[ omicron-package] Compiling tokio-rustls v0.25.0
25712026-06-22T19:28:33.415Z[ omicron-package] Compiling dropshot v0.17.0
25722026-06-22T19:28:33.429Z[ omicron-package] Compiling tough v0.22.0
25732026-06-22T19:28:35.055Z[ helios-setup] Jun 22 19:28:34.459 INFO helios repository root is: /work/oxidecomputer/helios
25742026-06-22T19:28:35.059Z[ helios-setup] Jun 22 19:28:34.460 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25752026-06-22T19:28:35.059Z[ helios-setup] Jun 22 19:28:34.460 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl
25762026-06-22T19:28:35.059Z[ helios-setup] Jun 22 19:28:34.460 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25772026-06-22T19:28:35.059Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25782026-06-22T19:28:35.652ZJun 22 19:28:35.056 INFO [hubris-staging] task succeeded (16.040519782s)
25792026-06-22T19:28:35.724Z[ helios-setup] Jun 22 19:28:35.128 INFO clone ok!, project: phbl
25802026-06-22T19:28:35.725Z[ helios-setup] Jun 22 19:28:35.128 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver
25812026-06-22T19:28:35.725Z[ helios-setup] Jun 22 19:28:35.128 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25822026-06-22T19:28:35.728Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25832026-06-22T19:28:36.157Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25842026-06-22T19:28:36.456Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25852026-06-22T19:28:36.467Z[ omicron-package] Compiling progenitor-client v0.14.0
25862026-06-22T19:28:36.503Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25872026-06-22T19:28:36.516Z[ helios-setup] Jun 22 19:28:35.914 INFO clone ok!, project: bootserver
25882026-06-22T19:28:36.521Z[ helios-setup] Jun 22 19:28:35.914 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
25892026-06-22T19:28:36.521Z[ helios-setup] Jun 22 19:28:35.914 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25902026-06-22T19:28:36.521Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25912026-06-22T19:28:36.911Z[ omicron-package] Compiling progenitor-extras v0.2.0
25922026-06-22T19:28:37.364Z[ helios-setup] Jun 22 19:28:36.768 INFO clone ok!, project: chelsio-t6-roms
25932026-06-22T19:28:37.364Z[ helios-setup] Jun 22 19:28:36.768 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, cargo_toolchain: false, unless_env: None, fixup: [] }, project: image-builder
25942026-06-22T19:28:37.367Z[ helios-setup] Jun 22 19:28:36.768 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25952026-06-22T19:28:37.367Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25962026-06-22T19:28:37.883Z[ helios-setup] Jun 22 19:28:37.286 INFO clone ok!, project: image-builder
25972026-06-22T19:28:37.883Z[ helios-setup] Jun 22 19:28:37.287 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
25982026-06-22T19:28:37.888Z[ helios-setup] Jun 22 19:28:37.287 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25992026-06-22T19:28:37.888Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26002026-06-22T19:28:38.804Z[ helios-setup] Jun 22 19:28:38.180 INFO clone ok!, project: pilot
26012026-06-22T19:28:38.826Z[ helios-setup] Jun 22 19:28:38.180 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
26022026-06-22T19:28:38.826Z[ helios-setup] Jun 22 19:28:38.180 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26032026-06-22T19:28:38.826Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26042026-06-22T19:28:39.389Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26052026-06-22T19:28:39.460Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26062026-06-22T19:28:39.513Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26072026-06-22T19:28:39.582Z[ helios-setup] Jun 22 19:28:38.983 INFO clone ok!, project: dmar-report
26082026-06-22T19:28:39.582Z[ helios-setup] Jun 22 19:28:38.983 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: None, fixup: [] }, project: pinprick
26092026-06-22T19:28:39.612Z[ helios-setup] Jun 22 19:28:38.983 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26102026-06-22T19:28:39.612Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26112026-06-22T19:28:39.661Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26122026-06-22T19:28:39.705Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26132026-06-22T19:28:39.827Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26142026-06-22T19:28:40.057Z[ helios-setup] Jun 22 19:28:39.441 INFO clone ok!, project: pinprick
26152026-06-22T19:28:40.057Z[ helios-setup] Jun 22 19:28:39.441 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, cargo_toolchain: false, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
26162026-06-22T19:28:40.063Z[ helios-setup] Jun 22 19:28:39.441 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
26172026-06-22T19:28:40.063Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26182026-06-22T19:28:40.063Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26192026-06-22T19:28:40.137Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26202026-06-22T19:28:40.188Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26212026-06-22T19:28:40.909Z[ helios-setup] Jun 22 19:28:40.310 INFO clone ok!, project: amd-host-image-builder
26222026-06-22T19:28:40.909Z[ helios-setup] Jun 22 19:28:40.310 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26232026-06-22T19:28:40.909Z[ helios-setup] Jun 22 19:28:40.310 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
26242026-06-22T19:28:40.916Z[ helios-setup] Jun 22 19:28:40.310 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26252026-06-22T19:28:40.916Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26262026-06-22T19:28:43.823Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26272026-06-22T19:28:48.274Z[ helios-setup] Jun 22 19:28:47.667 INFO clone ok!, project: amd-firmware
26282026-06-22T19:28:48.289Z[ helios-setup] Jun 22 19:28:47.667 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26292026-06-22T19:28:48.289Z[ helios-setup] Jun 22 19:28:47.667 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26302026-06-22T19:28:48.480Z[ helios-setup] Jun 22 19:28:47.876 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26312026-06-22T19:28:48.687Z[ helios-setup] Jun 22 19:28:48.087 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26322026-06-22T19:28:48.687Z[ helios-setup] Jun 22 19:28:48.087 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26332026-06-22T19:28:48.893Z[ helios-setup] Jun 22 19:28:48.296 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26342026-06-22T19:28:49.108Z[ helios-setup] Jun 22 19:28:48.509 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26352026-06-22T19:28:49.108Z[ helios-setup] Jun 22 19:28:48.509 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26362026-06-22T19:28:49.318Z[ helios-setup] Jun 22 19:28:48.719 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26372026-06-22T19:28:49.531Z[ helios-setup] Jun 22 19:28:48.932 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26382026-06-22T19:28:49.531Z[ helios-setup] Jun 22 19:28:48.933 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26392026-06-22T19:28:49.539Z[ helios-setup] Jun 22 19:28:48.933 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26402026-06-22T19:28:49.539Z[ helios-setup] Jun 22 19:28:48.933 INFO ok!
26412026-06-22T19:28:49.539Z[ helios-setup] Jun 22 19:28:48.933 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26422026-06-22T19:28:49.539Z[ helios-setup] Jun 22 19:28:48.933 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26432026-06-22T19:28:49.540Z[ helios-setup] Jun 22 19:28:48.933 INFO ok!
26442026-06-22T19:28:49.540Z[ helios-setup] Jun 22 19:28:48.933 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26452026-06-22T19:28:49.540Z[ helios-setup] Jun 22 19:28:48.933 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26462026-06-22T19:28:49.540Z[ helios-setup] Jun 22 19:28:48.933 INFO ok!
26472026-06-22T19:28:49.540Z[ helios-setup] Jun 22 19:28:48.933 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
26482026-06-22T19:28:51.713Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26492026-06-22T19:28:55.060Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-06-22T19:28:56.225Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26512026-06-22T19:29:06.793Z[ omicron-package] Finished `release` profile [optimized] target(s) in 46.77s
26522026-06-22T19:29:06.797Z[ omicron-package]
26532026-06-22T19:29:06.797Z[ omicron-package] real 46.931206609
26542026-06-22T19:29:06.797Z[ omicron-package] user 5:30.862404005
26552026-06-22T19:29:06.797Z[ omicron-package] sys 28.757433843
26562026-06-22T19:29:06.797Z[ omicron-package] trap 0.602907465
26572026-06-22T19:29:06.797Z[ omicron-package] tflt 0.806562162
26582026-06-22T19:29:06.797Z[ omicron-package] dflt 3.376671865
26592026-06-22T19:29:06.797Z[ omicron-package] kflt 0.000212630
26602026-06-22T19:29:06.797Z[ omicron-package] lock 12:21.166065345
26612026-06-22T19:29:06.798Z[ omicron-package] slp 7:22.137842026
26622026-06-22T19:29:06.798Z[ omicron-package] lat 40.690311096
26632026-06-22T19:29:06.798Z[ omicron-package] stop 1:05.631337983
26642026-06-22T19:29:06.798ZJun 22 19:29:06.005 INFO [omicron-package] process exited with exit status: 0 (46.988319493s)
26652026-06-22T19:29:06.798ZJun 22 19:29:06.006 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26662026-06-22T19:29:06.798ZJun 22 19:29:06.006 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26672026-06-22T19:29:06.798Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26682026-06-22T19:29:06.798Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26692026-06-22T19:29:06.798Z[ host-target] Created new build target 'host' and set it as active
26702026-06-22T19:29:06.798Z[ recovery-target] Created new build target 'recovery' and set it as active
26712026-06-22T19:29:06.798ZJun 22 19:29:06.022 INFO [host-target] process exited with exit status: 0 (16.054988ms)
26722026-06-22T19:29:06.798ZJun 22 19:29:06.022 INFO [recovery-target] process exited with exit status: 0 (15.690148ms)
26732026-06-22T19:29:06.798ZJun 22 19:29:06.022 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26742026-06-22T19:29:06.799Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26752026-06-22T19:29:08.051Z[ host-package] Compiling ring v0.17.14
26762026-06-22T19:29:08.361Z[ host-package] Compiling heck v0.5.0
26772026-06-22T19:29:08.361Z[ host-package] Compiling regress v0.11.1
26782026-06-22T19:29:08.403Z[ host-package] Compiling unsafe-libyaml v0.2.11
26792026-06-22T19:29:08.453Z[ host-package] Compiling unicode-width v0.1.14
26802026-06-22T19:29:08.459Z[ host-package] Compiling atomicwrites v0.4.4
26812026-06-22T19:29:08.510Z[ host-package] Compiling derive-where v1.6.0
26822026-06-22T19:29:08.510Z[ host-package] Compiling bytecount v0.6.9
26832026-06-22T19:29:08.530Z[ host-package] Compiling is-terminal v0.4.17
26842026-06-22T19:29:08.554Z[ host-package] Compiling prettyplease v0.2.37
26852026-06-22T19:29:08.576Z[ host-package] Compiling console v0.15.11
26862026-06-22T19:29:08.576Z[ host-package] Compiling newline-converter v0.3.0
26872026-06-22T19:29:08.576Z[ host-package] Compiling slog-dtrace v0.3.0
26882026-06-22T19:29:08.590Z[ host-package] Compiling resolv-conf v0.7.6
26892026-06-22T19:29:08.659Z[ host-package] Compiling cancel-safe-futures v0.1.5
26902026-06-22T19:29:08.687Z[ host-package] Compiling owo-colors v4.3.0
26912026-06-22T19:29:08.722Z[ host-package] Compiling num-rational v0.4.2
26922026-06-22T19:29:08.778Z[ host-package] Compiling libsw-core v0.3.2
26932026-06-22T19:29:08.805Z[ host-package] Compiling num-complex v0.4.6
26942026-06-22T19:29:08.904Z[ host-package] Compiling thread_local v1.1.9
26952026-06-22T19:29:09.016Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
26962026-06-22T19:29:09.037Z[ host-package] Compiling expectorate v1.2.0
26972026-06-22T19:29:09.061Z[ host-package] Compiling compression-core v0.4.31
26982026-06-22T19:29:09.151Z[ host-package] Compiling match_cfg v0.1.0
26992026-06-22T19:29:09.214Z[ host-package] Compiling compression-codecs v0.4.37
27002026-06-22T19:29:09.268Z[ host-package] Compiling hostname v0.3.1
27012026-06-22T19:29:09.305Z[ host-package] Compiling num v0.4.3
27022026-06-22T19:29:09.335Z[ host-package] Compiling libsw v3.5.0
27032026-06-22T19:29:09.370Z[ host-package] Compiling multer v3.1.0
27042026-06-22T19:29:09.423Z[ host-package] Compiling slog-async v2.8.0
27052026-06-22T19:29:09.445Z[ host-package] Compiling crossbeam-channel v0.5.15
27062026-06-22T19:29:09.467Z[ helios-setup] Jun 22 19:29:08.868 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
27072026-06-22T19:29:09.467Z[ helios-setup] Jun 22 19:29:08.868 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27082026-06-22T19:29:09.473Z[ host-package] Compiling slog-json v2.6.1
27092026-06-22T19:29:09.478Z[ helios-setup] Jun 22 19:29:08.878 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
27102026-06-22T19:29:09.478Z[ helios-setup] Jun 22 19:29:08.878 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27112026-06-22T19:29:09.478Z[ helios-setup] Jun 22 19:29:08.878 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27122026-06-22T19:29:09.495Z[ host-package] Compiling serde_spanned v1.0.4
27132026-06-22T19:29:09.523Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
27142026-06-22T19:29:09.561Z[ host-package] Compiling linked-hash-map v0.5.6
27152026-06-22T19:29:09.584Z[ helios-setup] Jun 22 19:29:08.987 INFO E| Downloading crates ...
27162026-06-22T19:29:09.639Z[ host-package] Compiling take_mut v0.2.2
27172026-06-22T19:29:09.646Z[ helios-setup] Jun 22 19:29:09.049 INFO E| Downloaded cpufeatures v0.2.5
27182026-06-22T19:29:09.656Z[ helios-setup] Jun 22 19:29:09.058 INFO E| Downloaded generic-array v0.14.6
27192026-06-22T19:29:09.660Z[ helios-setup] Jun 22 19:29:09.062 INFO E| Downloaded typenum v1.15.0
27202026-06-22T19:29:09.664Z[ host-package] Compiling float-ord v0.3.2
27212026-06-22T19:29:09.668Z[ helios-setup] Jun 22 19:29:09.070 INFO E| Downloaded bytes v1.2.1
27222026-06-22T19:29:09.669Z[ helios-setup] Jun 22 19:29:09.071 INFO E| Downloaded sha2 v0.10.5
27232026-06-22T19:29:09.673Z[ helios-setup] Jun 22 19:29:09.074 INFO E| Downloaded miniz_oxide v0.6.2
27242026-06-22T19:29:09.673Z[ helios-setup] Jun 22 19:29:09.075 INFO E| Downloaded anyhow v1.0.62
27252026-06-22T19:29:09.677Z[ helios-setup] Jun 22 19:29:09.078 INFO E| Downloaded digest v0.10.3
27262026-06-22T19:29:09.677Z[ helios-setup] Jun 22 19:29:09.079 INFO E| Downloaded block-buffer v0.10.3
27272026-06-22T19:29:09.681Z[ helios-setup] Jun 22 19:29:09.085 INFO E| Downloaded unicode-width v0.1.10
27282026-06-22T19:29:09.685Z[ helios-setup] Jun 22 19:29:09.086 INFO E| Downloaded flate2 v1.0.25
27292026-06-22T19:29:09.690Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
27302026-06-22T19:29:09.715Z[ host-package] Compiling linear-map v1.2.0
27312026-06-22T19:29:09.725Z[ helios-setup] Jun 22 19:29:09.128 INFO E| Compiling version_check v0.9.4
27322026-06-22T19:29:09.725Z[ helios-setup] Jun 22 19:29:09.128 INFO E| Compiling typenum v1.15.0
27332026-06-22T19:29:09.725Z[ helios-setup] Jun 22 19:29:09.128 INFO E| Compiling cfg-if v1.0.0
27342026-06-22T19:29:09.729Z[ helios-setup] Jun 22 19:29:09.128 INFO E| Compiling crc32fast v1.3.2
27352026-06-22T19:29:09.729Z[ helios-setup] Jun 22 19:29:09.128 INFO E| Compiling adler v1.0.2
27362026-06-22T19:29:09.729Z[ helios-setup] Jun 22 19:29:09.128 INFO E| Compiling anyhow v1.0.62
27372026-06-22T19:29:09.729Z[ helios-setup] Jun 22 19:29:09.128 INFO E| Compiling unicode-width v0.1.10
27382026-06-22T19:29:09.729Z[ helios-setup] Jun 22 19:29:09.128 INFO E| Compiling cpufeatures v0.2.5
27392026-06-22T19:29:09.729Z[ helios-setup] Jun 22 19:29:09.128 INFO E| Compiling bitflags v1.3.2
27402026-06-22T19:29:09.729Z[ helios-setup] Jun 22 19:29:09.128 INFO E| Compiling bytes v1.2.1
27412026-06-22T19:29:09.806Z[ host-package] Compiling term v1.2.1
27422026-06-22T19:29:09.812Z[ host-package] Compiling slog-bunyan v2.5.0
27432026-06-22T19:29:09.820Z[ helios-setup] Jun 22 19:29:09.221 INFO E| Compiling getopts v0.2.21
27442026-06-22T19:29:09.846Z[ helios-setup] Jun 22 19:29:09.247 INFO E| Compiling miniz_oxide v0.6.2
27452026-06-22T19:29:09.941Z[ host-package] Compiling lru-cache v0.1.2
27462026-06-22T19:29:10.070Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
27472026-06-22T19:29:10.070Z[ host-package] Compiling async-compression v0.4.41
27482026-06-22T19:29:10.513Z[ helios-setup] Jun 22 19:29:09.510 INFO E| Compiling generic-array v0.14.6
27492026-06-22T19:29:10.516Z[ host-package] Compiling typify-impl v0.6.2
27502026-06-22T19:29:10.517Z[ helios-setup] Jun 22 19:29:09.713 INFO E| Compiling flate2 v1.0.25
27512026-06-22T19:29:10.517Z[ host-package] Compiling slog-term v2.9.2
27522026-06-22T19:29:10.541Z[ host-package] Compiling async-stream v0.3.6
27532026-06-22T19:29:10.963Z[ host-package] Compiling dropshot v0.17.0
27542026-06-22T19:29:10.974Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27552026-06-22T19:29:10.974Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27562026-06-22T19:29:10.974Z[ host-package] Compiling waitgroup v0.1.2
27572026-06-22T19:29:10.974Z[ host-package] Compiling backon v1.6.0
27582026-06-22T19:29:10.974Z[ host-package] Compiling rustls-pemfile v2.2.0
27592026-06-22T19:29:10.974Z[ host-package] Compiling hostname v0.4.2
27602026-06-22T19:29:10.974Z[ host-package] Compiling serde_path_to_error v0.1.20
27612026-06-22T19:29:10.974Z[ host-package] Compiling instant v0.1.13
27622026-06-22T19:29:10.974Z[ host-package] Compiling debug-ignore v1.0.5
27632026-06-22T19:29:11.424Z[ host-package] Compiling minimal-lexical v0.2.1
27642026-06-22T19:29:11.431Z[ host-package] Compiling backoff v0.4.0
27652026-06-22T19:29:11.431Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27662026-06-22T19:29:11.431Z[ host-package] Compiling parse-display v0.10.0
27672026-06-22T19:29:11.431Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27682026-06-22T19:29:11.431Z[ host-package] Compiling hickory-proto v0.24.4
27692026-06-22T19:29:11.431Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27702026-06-22T19:29:11.431Z[ host-package] Compiling nom v7.1.3
27712026-06-22T19:29:11.431Z[ host-package] Compiling regress v0.10.5
27722026-06-22T19:29:11.431Z[ host-package] Compiling macaddr v1.0.1
27732026-06-22T19:29:11.431Z[ host-package] Compiling humantime v2.3.0
27742026-06-22T19:29:11.551Z[ helios-setup] Jun 22 19:29:10.948 INFO E| Compiling block-buffer v0.10.3
27752026-06-22T19:29:11.551Z[ helios-setup] Jun 22 19:29:10.949 INFO E| Compiling crypto-common v0.1.6
27762026-06-22T19:29:11.588Z[ host-package] Compiling unicode-xid v0.2.6
27772026-06-22T19:29:11.655Z[ helios-setup] Jun 22 19:29:11.058 INFO E| Compiling digest v0.10.3
27782026-06-22T19:29:11.672Z[ host-package] Compiling convert_case v0.10.0
27792026-06-22T19:29:11.750Z[ host-package] Compiling toml v0.8.23
27802026-06-22T19:29:11.771Z[ host-package] Compiling papergrid v0.11.0
27812026-06-22T19:29:11.775Z[ host-package] Compiling tabled_derive v0.7.0
27822026-06-22T19:29:11.814Z[ host-package] Compiling termtree v0.5.1
27832026-06-22T19:29:11.819Z[ host-package] Compiling phf_shared v0.12.1
27842026-06-22T19:29:11.819Z[ helios-setup] Jun 22 19:29:11.219 INFO E| Compiling sha2 v0.10.5
27852026-06-22T19:29:11.973Z[ host-package] Compiling derive_more-impl v2.1.1
27862026-06-22T19:29:12.002Z[ host-package] Compiling csv-core v0.1.13
27872026-06-22T19:29:12.031Z[ host-package] Compiling vte v0.14.1
27882026-06-22T19:29:12.047Z[ helios-setup] Jun 22 19:29:11.445 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27892026-06-22T19:29:12.164Z[ host-package] Compiling highway v1.3.0
27902026-06-22T19:29:12.365Z[ host-package] Compiling rustls v0.23.37
27912026-06-22T19:29:12.394Z[ host-package] Compiling rustls v0.22.4
27922026-06-22T19:29:12.394Z[ host-package] Compiling chrono-tz v0.10.4
27932026-06-22T19:29:12.565Z[ host-package] Compiling csv v1.4.0
27942026-06-22T19:29:12.624Z[ host-package] Compiling strip-ansi-escapes v0.2.1
27952026-06-22T19:29:12.809Z[ host-package] Compiling phf v0.12.1
27962026-06-22T19:29:12.835Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27972026-06-22T19:29:12.859Z[ host-package] Compiling tabled v0.15.0
27982026-06-22T19:29:12.859Z[ host-package] Compiling derive_more v2.1.1
27992026-06-22T19:29:13.005Z[ host-package] Compiling crossterm v0.29.0
28002026-06-22T19:29:13.061Z[ host-package] Compiling const_format_proc_macros v0.2.34
28012026-06-22T19:29:13.127Z[ host-package] Compiling fd-lock v4.0.4
28022026-06-22T19:29:13.367Z[ host-package] Compiling peg-macros v0.8.5
28032026-06-22T19:29:13.503Z[ host-package] Compiling nu-ansi-term v0.50.3
28042026-06-22T19:29:13.685Z[ host-package] Compiling rustls-webpki v0.103.9
28052026-06-22T19:29:13.826Z[ host-package] Compiling rustls-webpki v0.102.8
28062026-06-22T19:29:13.856Z[ host-package] Compiling hickory-resolver v0.24.4
28072026-06-22T19:29:13.951Z[ helios-setup] Jun 22 19:29:13.354 INFO E| Finished `release` profile [optimized] target(s) in 4.46s
28082026-06-22T19:29:13.963Z[ helios-setup] Jun 22 19:29:13.366 INFO building project "bootserver" ok (4 seconds)
28092026-06-22T19:29:13.963Z[ helios-setup] Jun 22 19:29:13.366 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28102026-06-22T19:29:13.974Z[ helios-setup] Jun 22 19:29:13.376 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
28112026-06-22T19:29:13.974Z[ helios-setup] Jun 22 19:29:13.376 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28122026-06-22T19:29:13.974Z[ helios-setup] Jun 22 19:29:13.376 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28132026-06-22T19:29:14.392Z[ host-package] Compiling const_format v0.2.35
28142026-06-22T19:29:14.396Z[ host-package] Compiling typify-macro v0.6.2
28152026-06-22T19:29:14.396Z[ helios-setup] Jun 22 19:29:13.494 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28162026-06-22T19:29:14.396Z[ host-package] Compiling reedline v0.40.0
28172026-06-22T19:29:14.396Z[ helios-setup] Jun 22 19:29:13.736 INFO E| From https://github.com/jclulow/rust-jmclib
28182026-06-22T19:29:14.396Z[ helios-setup] Jun 22 19:29:13.736 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28192026-06-22T19:29:14.396Z[ helios-setup] Jun 22 19:29:13.748 INFO E| Updating crates.io index
28202026-06-22T19:29:14.412Z[ helios-setup] Jun 22 19:29:13.815 INFO E| Downloading crates ...
28212026-06-22T19:29:14.476Z[ helios-setup] Jun 22 19:29:13.873 INFO E| Downloaded digest v0.9.0
28222026-06-22T19:29:14.487Z[ helios-setup] Jun 22 19:29:13.889 INFO E| Downloaded toml v0.5.11
28232026-06-22T19:29:14.494Z[ helios-setup] Jun 22 19:29:13.891 INFO E| Downloaded opaque-debug v0.3.0
28242026-06-22T19:29:14.495Z[ helios-setup] Jun 22 19:29:13.892 INFO E| Downloaded itoa v1.0.9
28252026-06-22T19:29:14.504Z[ helios-setup] Jun 22 19:29:13.902 INFO E| Downloaded sha-1 v0.9.8
28262026-06-22T19:29:14.512Z[ helios-setup] Jun 22 19:29:13.904 INFO E| Downloaded block-buffer v0.9.0
28272026-06-22T19:29:14.526Z[ helios-setup] Jun 22 19:29:13.926 INFO E| Downloaded md-5 v0.9.1
28282026-06-22T19:29:14.932Z[ helios-setup] Jun 22 19:29:13.927 INFO E| Downloaded libdevinfo-sys v1.0.0
28292026-06-22T19:29:14.932Z[ helios-setup] Jun 22 19:29:13.929 INFO E| Downloaded errno v0.3.1
28302026-06-22T19:29:14.932Z[ helios-setup] Jun 22 19:29:13.929 INFO E| Downloaded fastrand v2.0.0
28312026-06-22T19:29:14.932Z[ helios-setup] Jun 22 19:29:13.933 INFO E| Downloaded walkdir v2.3.3
28322026-06-22T19:29:15.342Z[ helios-setup] Jun 22 19:29:13.934 INFO E| Downloaded glob v0.3.1
28332026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.935 INFO E| Downloaded uuid v0.8.2
28342026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.940 INFO E| Downloaded ryu v1.0.15
28352026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.942 INFO E| Downloaded typenum v1.16.0
28362026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.944 INFO E| Downloaded tempfile v3.7.0
28372026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.945 INFO E| Downloaded serde_json v1.0.103
28382026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.949 INFO E| Downloaded unicode-ident v1.0.11
28392026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.951 INFO E| Downloaded anyhow v1.0.72
28402026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.953 INFO E| Downloaded proc-macro2 v1.0.66
28412026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.954 INFO E| Downloaded once_cell v1.18.0
28422026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.956 INFO E| Downloaded getrandom v0.2.10
28432026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.958 INFO E| Downloaded serde v1.0.193
28442026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.959 INFO E| Downloaded cpufeatures v0.2.9
28452026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.960 INFO E| Downloaded bitflags v2.3.3
28462026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.961 INFO E| Downloaded quote v1.0.31
28472026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:13.963 INFO E| Downloaded serde_derive v1.0.193
28482026-06-22T19:29:15.343Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28492026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:14.012 INFO E| Downloaded syn v2.0.32
28502026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:14.018 INFO E| Downloaded rustix v0.38.4
28512026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:14.049 INFO E| Downloaded libc v0.2.147
28522026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:14.124 INFO E| Compiling libc v0.2.147
28532026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:14.124 INFO E| Compiling proc-macro2 v1.0.66
28542026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:14.124 INFO E| Compiling unicode-ident v1.0.11
28552026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:14.124 INFO E| Compiling cfg-if v1.0.0
28562026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:14.124 INFO E| Compiling version_check v0.9.4
28572026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:14.124 INFO E| Compiling typenum v1.16.0
28582026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:14.124 INFO E| Compiling serde v1.0.193
28592026-06-22T19:29:15.343Z[ helios-setup] Jun 22 19:29:14.124 INFO E| Compiling slog v2.7.0
28602026-06-22T19:29:15.344Z[ helios-setup] Jun 22 19:29:14.146 INFO E| Compiling num-conv v0.1.0
28612026-06-22T19:29:15.344Z[ helios-setup] Jun 22 19:29:14.146 INFO E| Compiling powerfmt v0.2.0
28622026-06-22T19:29:15.344Z[ helios-setup] Jun 22 19:29:14.146 INFO E| Compiling itoa v1.0.9
28632026-06-22T19:29:15.344Z[ helios-setup] Jun 22 19:29:14.146 INFO E| Compiling time-core v0.1.2
28642026-06-22T19:29:15.344Z[ helios-setup] Jun 22 19:29:14.146 INFO E| Compiling rustix v0.38.4
28652026-06-22T19:29:15.344Z[ helios-setup] Jun 22 19:29:14.146 INFO E| Compiling num_threads v0.1.6
28662026-06-22T19:29:15.344Z[ helios-setup] Jun 22 19:29:14.146 INFO E| Compiling once_cell v1.18.0
28672026-06-22T19:29:15.344Z[ helios-setup] Jun 22 19:29:14.146 INFO E| Compiling bitflags v2.3.3
28682026-06-22T19:29:15.344Z[ host-package] Compiling peg v0.8.5
28692026-06-22T19:29:15.344Z[ host-package] Compiling bcs v0.1.6
28702026-06-22T19:29:15.344Z[ helios-setup] Jun 22 19:29:14.333 INFO E| Compiling anyhow v1.0.72
28712026-06-22T19:29:15.753Z[ helios-setup] Jun 22 19:29:14.416 INFO E| Compiling fastrand v2.0.0
28722026-06-22T19:29:15.753Z[ helios-setup] Jun 22 19:29:14.624 INFO E| Compiling deranged v0.3.11
28732026-06-22T19:29:15.753Z[ helios-setup] Jun 22 19:29:14.683 INFO E| Compiling serde_json v1.0.103
28742026-06-22T19:29:15.753Z[ helios-setup] Jun 22 19:29:14.684 INFO E| Compiling opaque-debug v0.3.0
28752026-06-22T19:29:15.753Z[ helios-setup] Jun 22 19:29:14.684 INFO E| Compiling time-macros v0.2.18
28762026-06-22T19:29:15.753Z[ helios-setup] Jun 22 19:29:14.715 INFO E| Compiling thread_local v1.1.7
28772026-06-22T19:29:15.765Z[ helios-setup] Jun 22 19:29:14.800 INFO E| Compiling unicode-width v0.1.10
28782026-06-22T19:29:15.765Z[ helios-setup] Jun 22 19:29:14.800 INFO E| Compiling same-file v1.0.6
28792026-06-22T19:29:15.765Z[ helios-setup] Jun 22 19:29:14.855 INFO E| Compiling cpufeatures v0.2.9
28802026-06-22T19:29:15.766Z[ helios-setup] Jun 22 19:29:14.956 INFO E| Compiling ryu v1.0.15
28812026-06-22T19:29:15.766Z[ helios-setup] Jun 22 19:29:15.023 INFO E| Compiling getopts v0.2.21
28822026-06-22T19:29:15.766Z[ helios-setup] Jun 22 19:29:15.028 INFO E| Compiling glob v0.3.1
28832026-06-22T19:29:15.766Z[ host-package] Compiling qorb v0.4.1
28842026-06-22T19:29:15.766Z[ helios-setup] Jun 22 19:29:15.133 INFO E| Compiling walkdir v2.3.3
28852026-06-22T19:29:15.766Z[ helios-setup] Jun 22 19:29:15.133 INFO E| Compiling generic-array v0.14.7
28862026-06-22T19:29:15.785Z[ helios-setup] Jun 22 19:29:15.187 INFO E| Compiling libdevinfo-sys v1.0.0
28872026-06-22T19:29:16.093Z[ host-package] Compiling typify v0.6.2
28882026-06-22T19:29:16.232Z[ helios-setup] Jun 22 19:29:15.635 INFO E| Compiling dirs-sys-next v0.1.2
28892026-06-22T19:29:16.232Z[ helios-setup] Jun 22 19:29:15.635 INFO E| Compiling errno v0.3.1
28902026-06-22T19:29:16.232Z[ helios-setup] Jun 22 19:29:15.635 INFO E| Compiling atty v0.2.14
28912026-06-22T19:29:16.232Z[ helios-setup] Jun 22 19:29:15.635 INFO E| Compiling getrandom v0.2.10
28922026-06-22T19:29:16.350Z[ helios-setup] Jun 22 19:29:15.753 INFO E| Compiling quote v1.0.31
28932026-06-22T19:29:16.539Z[ helios-setup] Jun 22 19:29:15.942 INFO E| Compiling dirs-next v2.0.0
28942026-06-22T19:29:16.586Z[ helios-setup] Jun 22 19:29:15.989 INFO E| Compiling syn v2.0.32
28952026-06-22T19:29:16.614Z[ helios-setup] Jun 22 19:29:16.017 INFO E| Compiling term v0.7.0
28962026-06-22T19:29:16.696Z[ host-package] Compiling progenitor-impl v0.14.0
28972026-06-22T19:29:16.893Z[ host-package] Compiling nom v8.0.0
28982026-06-22T19:29:17.171Z[ helios-setup] Jun 22 19:29:16.574 INFO E| Compiling time v0.3.36
28992026-06-22T19:29:17.359Z[ helios-setup] Jun 22 19:29:16.763 INFO E| Compiling tempfile v3.7.0
29002026-06-22T19:29:17.375Z[ helios-setup] Jun 22 19:29:16.778 INFO E| Compiling block-buffer v0.9.0
29012026-06-22T19:29:17.375Z[ helios-setup] Jun 22 19:29:16.778 INFO E| Compiling digest v0.9.0
29022026-06-22T19:29:17.516Z[ helios-setup] Jun 22 19:29:16.918 INFO E| Compiling sha-1 v0.9.8
29032026-06-22T19:29:17.516Z[ helios-setup] Jun 22 19:29:16.918 INFO E| Compiling md-5 v0.9.1
29042026-06-22T19:29:18.334Z[ helios-setup] Jun 22 19:29:17.737 INFO E| Compiling slog-term v2.9.0
29052026-06-22T19:29:18.895Z[ helios-setup] Jun 22 19:29:18.298 INFO E| Compiling serde_derive v1.0.193
29062026-06-22T19:29:19.525Z[ host-package] Compiling tokio-rustls v0.26.4
29072026-06-22T19:29:19.906Z[ host-package] Compiling hyper-rustls v0.27.7
29082026-06-22T19:29:20.109Z[ host-package] Compiling rustls-platform-verifier v0.6.2
29092026-06-22T19:29:20.327Z[ host-package] Compiling reqwest v0.13.2
29102026-06-22T19:29:20.420Z[ host-package] Compiling reqwest v0.12.28
29112026-06-22T19:29:20.791Z[ host-package] Compiling progenitor-macro v0.14.0
29122026-06-22T19:29:21.004Z[ host-package] Compiling tokio-rustls v0.25.0
29132026-06-22T19:29:21.052Z[ host-package] Compiling semver v0.1.20
29142026-06-22T19:29:21.213Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29152026-06-22T19:29:21.381Z[ host-package] Compiling rustc_version v0.1.7
29162026-06-22T19:29:21.475Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29172026-06-22T19:29:21.624Z[ host-package] Compiling newtype_derive v0.1.6
29182026-06-22T19:29:21.975Z[ host-package] Compiling unicode-linebreak v0.1.5
29192026-06-22T19:29:22.278Z[ host-package] Compiling tough v0.22.0
29202026-06-22T19:29:22.342Z[ host-package] Compiling progenitor-client v0.14.0
29212026-06-22T19:29:22.378Z[ host-package] Compiling smawk v0.3.2
29222026-06-22T19:29:22.631Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29232026-06-22T19:29:22.752Z[ host-package] Compiling progenitor-extras v0.2.0
29242026-06-22T19:29:22.795Z[ host-package] Compiling textwrap v0.16.2
29252026-06-22T19:29:23.184Z[ host-package] Compiling steno v0.4.1
29262026-06-22T19:29:23.386Z[ helios-setup] Jun 22 19:29:22.789 INFO E| Compiling toml v0.5.11
29272026-06-22T19:29:23.386Z[ helios-setup] Jun 22 19:29:22.789 INFO E| Compiling uuid v0.8.2
29282026-06-22T19:29:23.690Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29292026-06-22T19:29:23.958Z[ host-package] Compiling tagptr v0.2.0
29302026-06-22T19:29:24.194Z[ host-package] Compiling utf-8 v0.7.6
29312026-06-22T19:29:24.238Z[ host-package] Compiling moka v0.12.13
29322026-06-22T19:29:24.285Z[ helios-setup] Jun 22 19:29:23.689 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29332026-06-22T19:29:24.736Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29342026-06-22T19:29:25.382Z[ helios-setup] Jun 22 19:29:24.377 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29352026-06-22T19:29:25.385Z[ host-package] Compiling tungstenite v0.21.0
29362026-06-22T19:29:25.681Z[ host-package] Compiling hickory-resolver v0.25.2
29372026-06-22T19:29:26.029Z[ host-package] Compiling tokio-tungstenite v0.21.0
29382026-06-22T19:29:26.275Z[ host-package] Compiling vergen-lib v0.1.6
29392026-06-22T19:29:26.364Z[ host-package] Compiling diesel_derives v2.3.7
29402026-06-22T19:29:26.412Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29412026-06-22T19:29:26.617Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29422026-06-22T19:29:26.661Z[ host-package] Compiling dsl_auto_type v0.2.0
29432026-06-22T19:29:26.684Z[ host-package] Compiling vergen-gitcl v1.0.8
29442026-06-22T19:29:26.689Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29452026-06-22T19:29:26.961Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29462026-06-22T19:29:26.991Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29472026-06-22T19:29:27.037Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29482026-06-22T19:29:27.306Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29492026-06-22T19:29:27.376Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29502026-06-22T19:29:27.420Z[ host-package] Compiling dirs-sys-next v0.1.2
29512026-06-22T19:29:27.685Z[ host-package] Compiling progenitor v0.14.0
29522026-06-22T19:29:27.776Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29532026-06-22T19:29:27.825Z[ host-package] Compiling crunchy v0.2.4
29542026-06-22T19:29:27.910Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29552026-06-22T19:29:27.986Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29562026-06-22T19:29:28.062Z[ host-package] Compiling glob v0.3.3
29572026-06-22T19:29:28.300Z[ host-package] Compiling maplit v1.0.2
29582026-06-22T19:29:28.524Z[ host-package] Compiling dirs-next v2.0.0
29592026-06-22T19:29:28.651Z[ host-package] Compiling clang-sys v1.8.1
29602026-06-22T19:29:29.320Z[ helios-setup] Jun 22 19:29:28.722 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.32s
29612026-06-22T19:29:29.341Z[ helios-setup] Jun 22 19:29:28.744 INFO building project "image-builder" ok (15 seconds)
29622026-06-22T19:29:29.341Z[ helios-setup] Jun 22 19:29:28.744 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29632026-06-22T19:29:29.344Z[ host-package] Compiling r2d2 v0.8.10
29642026-06-22T19:29:29.349Z[ helios-setup] Jun 22 19:29:28.753 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
29652026-06-22T19:29:29.349Z[ helios-setup] Jun 22 19:29:28.753 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29662026-06-22T19:29:29.350Z[ helios-setup] Jun 22 19:29:28.753 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29672026-06-22T19:29:29.465Z[ helios-setup] Jun 22 19:29:28.869 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29682026-06-22T19:29:29.724Z[ helios-setup] Jun 22 19:29:29.127 INFO E| From https://github.com/jclulow/hiercmd
29692026-06-22T19:29:29.724Z[ helios-setup] Jun 22 19:29:29.127 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
29702026-06-22T19:29:29.737Z[ helios-setup] Jun 22 19:29:29.140 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
29712026-06-22T19:29:29.993Z[ helios-setup] Jun 22 19:29:29.396 INFO E| From https://github.com/oxidecomputer/network-interface
29722026-06-22T19:29:29.993Z[ helios-setup] Jun 22 19:29:29.396 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
29732026-06-22T19:29:30.006Z[ helios-setup] Jun 22 19:29:29.408 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29742026-06-22T19:29:30.085Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29752026-06-22T19:29:30.265Z[ helios-setup] Jun 22 19:29:29.664 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29762026-06-22T19:29:30.265Z[ helios-setup] Jun 22 19:29:29.665 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29772026-06-22T19:29:30.279Z[ helios-setup] Jun 22 19:29:29.683 INFO E| Updating crates.io index
29782026-06-22T19:29:30.367Z[ helios-setup] Jun 22 19:29:29.770 INFO E| Downloading crates ...
29792026-06-22T19:29:30.502Z[ helios-setup] Jun 22 19:29:29.904 INFO E| Downloaded log v0.4.28
29802026-06-22T19:29:30.508Z[ helios-setup] Jun 22 19:29:29.907 INFO E| Downloaded bitfield v0.19.3
29812026-06-22T19:29:30.508Z[ helios-setup] Jun 22 19:29:29.908 INFO E| Downloaded anyhow v1.0.100
29822026-06-22T19:29:30.511Z[ helios-setup] Jun 22 19:29:29.911 INFO E| Downloaded cc v1.2.44
29832026-06-22T19:29:30.512Z[ helios-setup] Jun 22 19:29:29.913 INFO E| Downloaded iana-time-zone v0.1.64
29842026-06-22T19:29:30.515Z[ helios-setup] Jun 22 19:29:29.915 INFO E| Downloaded bytes v1.10.1
29852026-06-22T19:29:30.515Z[ helios-setup] Jun 22 19:29:29.918 INFO E| Downloaded bitflags v2.10.0
29862026-06-22T19:29:30.518Z[ helios-setup] Jun 22 19:29:29.921 INFO E| Downloaded futures-macro v0.3.31
29872026-06-22T19:29:30.525Z[ helios-setup] Jun 22 19:29:29.922 INFO E| Downloaded simd-adler32 v0.3.7
29882026-06-22T19:29:30.525Z[ helios-setup] Jun 22 19:29:29.923 INFO E| Downloaded anstyle-query v1.1.4
29892026-06-22T19:29:30.525Z[ helios-setup] Jun 22 19:29:29.924 INFO E| Downloaded anstyle v1.0.13
29902026-06-22T19:29:30.529Z[ helios-setup] Jun 22 19:29:29.931 INFO E| Downloaded futures-sink v0.3.31
29912026-06-22T19:29:30.534Z[ helios-setup] Jun 22 19:29:29.932 INFO E| Downloaded futures-core v0.3.31
29922026-06-22T19:29:30.537Z[ helios-setup] Jun 22 19:29:29.941 INFO E| Downloaded zeroize_derive v1.4.2
29932026-06-22T19:29:30.542Z[ helios-setup] Jun 22 19:29:29.942 INFO E| Downloaded futures-task v0.3.31
29942026-06-22T19:29:30.542Z[ helios-setup] Jun 22 19:29:29.943 INFO E| Downloaded bitfield-macros v0.19.3
29952026-06-22T19:29:30.557Z[ helios-setup] Jun 22 19:29:29.960 INFO E| Downloaded serde_spanned v1.0.3
29962026-06-22T19:29:30.560Z[ helios-setup] Jun 22 19:29:29.962 INFO E| Downloaded generic-array v0.14.9
29972026-06-22T19:29:30.560Z[ helios-setup] Jun 22 19:29:29.963 INFO E| Downloaded futures-io v0.3.31
29982026-06-22T19:29:30.561Z[ helios-setup] Jun 22 19:29:29.964 INFO E| Downloaded futures-channel v0.3.31
29992026-06-22T19:29:30.570Z[ helios-setup] Jun 22 19:29:29.973 INFO E| Downloaded time-core v0.1.6
30002026-06-22T19:29:30.574Z[ helios-setup] Jun 22 19:29:29.974 INFO E| Downloaded devinfo v0.1.0
30012026-06-22T19:29:30.585Z[ helios-setup] Jun 22 19:29:29.985 INFO E| Downloaded env_filter v0.1.4
30022026-06-22T19:29:30.585Z[ helios-setup] Jun 22 19:29:29.986 INFO E| Downloaded itoa v1.0.15
30032026-06-22T19:29:30.598Z[ helios-setup] Jun 22 19:29:30.001 INFO E| Downloaded toml_writer v1.0.4
30042026-06-22T19:29:30.601Z[ helios-setup] Jun 22 19:29:30.003 INFO E| Downloaded find-msvc-tools v0.1.4
30052026-06-22T19:29:30.623Z[ helios-setup] Jun 22 19:29:30.026 INFO E| Downloaded toml_datetime v0.7.3
30062026-06-22T19:29:30.626Z[ helios-setup] Jun 22 19:29:30.027 INFO E| Downloaded getopts v0.2.24
30072026-06-22T19:29:30.626Z[ helios-setup] Jun 22 19:29:30.028 INFO E| Downloaded futures-executor v0.3.31
30082026-06-22T19:29:30.626Z[ helios-setup] Jun 22 19:29:30.029 INFO E| Downloaded crc v3.3.0
30092026-06-22T19:29:30.630Z[ helios-setup] Jun 22 19:29:30.030 INFO E| Downloaded base64ct v1.8.0
30102026-06-22T19:29:30.630Z[ helios-setup] Jun 22 19:29:30.031 INFO E| Downloaded tokio-macros v2.6.0
30112026-06-22T19:29:30.630Z[ helios-setup] Jun 22 19:29:30.032 INFO E| Downloaded time-macros v0.2.24
30122026-06-22T19:29:30.643Z[ helios-setup] Jun 22 19:29:30.034 INFO E| Downloaded thiserror-impl v2.0.17
30132026-06-22T19:29:30.651Z[ helios-setup] Jun 22 19:29:30.041 INFO E| Downloaded thiserror v2.0.17
30142026-06-22T19:29:30.651Z[ helios-setup] Jun 22 19:29:30.041 INFO E| Downloaded pin-project-lite v0.2.16
30152026-06-22T19:29:30.651Z[ helios-setup] Jun 22 19:29:30.041 INFO E| Downloaded num_enum_derive v0.7.5
30162026-06-22T19:29:30.651Z[ helios-setup] Jun 22 19:29:30.042 INFO E| Downloaded num_enum v0.7.5
30172026-06-22T19:29:30.651Z[ helios-setup] Jun 22 19:29:30.045 INFO E| Downloaded libdevinfo-sys v1.1.0
30182026-06-22T19:29:30.651Z[ helios-setup] Jun 22 19:29:30.045 INFO E| Downloaded clap_lex v0.7.6
30192026-06-22T19:29:30.652Z[ helios-setup] Jun 22 19:29:30.046 INFO E| Downloaded slab v0.4.11
30202026-06-22T19:29:30.652Z[ helios-setup] Jun 22 19:29:30.047 INFO E| Downloaded env_logger v0.11.8
30212026-06-22T19:29:30.652Z[ helios-setup] Jun 22 19:29:30.049 INFO E| Downloaded toml_parser v1.0.4
30222026-06-22T19:29:30.652Z[ helios-setup] Jun 22 19:29:30.050 INFO E| Downloaded toml v0.9.8
30232026-06-22T19:29:30.662Z[ helios-setup] Jun 22 19:29:30.053 INFO E| Downloaded term v1.2.0
30242026-06-22T19:29:30.662Z[ helios-setup] Jun 22 19:29:30.054 INFO E| Downloaded quote v1.0.41
30252026-06-22T19:29:30.662Z[ helios-setup] Jun 22 19:29:30.056 INFO E| Downloaded unicode-ident v1.0.22
30262026-06-22T19:29:30.662Z[ helios-setup] Jun 22 19:29:30.058 INFO E| Downloaded deranged v0.5.5
30272026-06-22T19:29:30.668Z[ helios-setup] Jun 22 19:29:30.065 INFO E| Downloaded getrandom v0.2.16
30282026-06-22T19:29:30.668Z[ helios-setup] Jun 22 19:29:30.067 INFO E| Downloaded clap_derive v4.5.49
30292026-06-22T19:29:30.683Z[ helios-setup] Jun 22 19:29:30.086 INFO E| Downloaded socket2 v0.6.1
30302026-06-22T19:29:30.690Z[ helios-setup] Jun 22 19:29:30.094 INFO E| Downloaded signal-hook-registry v1.4.6
30312026-06-22T19:29:31.102Z[ helios-setup] Jun 22 19:29:30.098 INFO E| Downloaded flate2 v1.1.5
30322026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.101 INFO E| Downloaded uuid v1.18.1
30332026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.103 INFO E| Downloaded toml_edit v0.23.7
30342026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.106 INFO E| Downloaded proc-macro2 v1.0.103
30352026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.110 INFO E| Downloaded ryu v1.0.20
30362026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.117 INFO E| Downloaded futures v0.3.31
30372026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.128 INFO E| Downloaded clap v4.5.51
30382026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.134 INFO E| Downloaded num-bigint-dig v0.8.4
30392026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.137 INFO E| Downloaded mio v1.1.0
30402026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.145 INFO E| Downloaded zerocopy-derive v0.8.27
30412026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.149 INFO E| Downloaded memchr v2.7.6
30422026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.155 INFO E| Downloaded rsa v0.9.8
30432026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.158 INFO E| Downloaded serde_json v1.0.145
30442026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.166 INFO E| Downloaded rand v0.8.5
30452026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.168 INFO E| Downloaded iddqd v0.3.14
30462026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.177 INFO E| Downloaded indexmap v2.12.0
30472026-06-22T19:29:31.107Z[ helios-setup] Jun 22 19:29:30.214 INFO E| Downloaded libm v0.2.15
30482026-06-22T19:29:31.108Z[ helios-setup] Jun 22 19:29:30.221 INFO E| Downloaded time v0.3.44
30492026-06-22T19:29:31.108Z[ helios-setup] Jun 22 19:29:30.294 INFO E| Downloaded winnow v0.7.13
30502026-06-22T19:29:31.108Z[ helios-setup] Jun 22 19:29:30.299 INFO E| Downloaded clap_builder v4.5.51
30512026-06-22T19:29:31.108Z[ helios-setup] Jun 22 19:29:30.303 INFO E| Downloaded hashbrown v0.16.0
30522026-06-22T19:29:31.108Z[ helios-setup] Jun 22 19:29:30.306 INFO E| Downloaded futures-util v0.3.31
30532026-06-22T19:29:31.108Z[ helios-setup] Jun 22 19:29:30.335 INFO E| Downloaded zerocopy v0.8.27
30542026-06-22T19:29:31.108Z[ helios-setup] Jun 22 19:29:30.370 INFO E| Downloaded chrono v0.4.42
30552026-06-22T19:29:31.108Z[ helios-setup] Jun 22 19:29:30.390 INFO E| Downloaded unicode-width v0.2.2
30562026-06-22T19:29:31.108Z[ helios-setup] Jun 22 19:29:30.394 INFO E| Downloaded syn v2.0.108
30572026-06-22T19:29:31.108Z[ helios-setup] Jun 22 19:29:30.434 INFO E| Downloaded rustix v1.1.2
30582026-06-22T19:29:31.132Z[ helios-setup] Jun 22 19:29:30.536 INFO E| Downloaded libc v0.2.177
30592026-06-22T19:29:31.261Z[ helios-setup] Jun 22 19:29:30.664 INFO E| Downloaded tokio v1.48.0
30602026-06-22T19:29:31.411Z[ helios-setup] Jun 22 19:29:30.814 INFO E| Compiling proc-macro2 v1.0.103
30612026-06-22T19:29:31.411Z[ helios-setup] Jun 22 19:29:30.814 INFO E| Compiling quote v1.0.41
30622026-06-22T19:29:31.416Z[ helios-setup] Jun 22 19:29:30.814 INFO E| Compiling unicode-ident v1.0.22
30632026-06-22T19:29:31.416Z[ helios-setup] Jun 22 19:29:30.814 INFO E| Compiling libc v0.2.177
30642026-06-22T19:29:31.416Z[ helios-setup] Jun 22 19:29:30.814 INFO E| Compiling serde_core v1.0.228
30652026-06-22T19:29:31.416Z[ helios-setup] Jun 22 19:29:30.814 INFO E| Compiling cfg-if v1.0.4
30662026-06-22T19:29:31.416Z[ helios-setup] Jun 22 19:29:30.814 INFO E| Compiling serde v1.0.228
30672026-06-22T19:29:31.416Z[ helios-setup] Jun 22 19:29:30.815 INFO E| Compiling version_check v0.9.5
30682026-06-22T19:29:31.416Z[ helios-setup] Jun 22 19:29:30.815 INFO E| Compiling autocfg v1.5.0
30692026-06-22T19:29:31.416Z[ helios-setup] Jun 22 19:29:30.815 INFO E| Compiling const-oid v0.9.6
30702026-06-22T19:29:31.416Z[ helios-setup] Jun 22 19:29:30.815 INFO E| Compiling typenum v1.19.0
30712026-06-22T19:29:31.416Z[ helios-setup] Jun 22 19:29:30.815 INFO E| Compiling libm v0.2.15
30722026-06-22T19:29:31.416Z[ helios-setup] Jun 22 19:29:30.815 INFO E| Compiling zerocopy v0.8.27
30732026-06-22T19:29:31.416Z[ helios-setup] Jun 22 19:29:30.815 INFO E| Compiling rustversion v1.0.22
30742026-06-22T19:29:31.416Z[ helios-setup] Jun 22 19:29:30.815 INFO E| Compiling zeroize v1.8.2
30752026-06-22T19:29:31.416Z[ helios-setup] Jun 22 19:29:30.815 INFO E| Compiling smallvec v1.15.1
30762026-06-22T19:29:31.808Z[ helios-setup] Jun 22 19:29:31.212 INFO E| Compiling base64ct v1.8.0
30772026-06-22T19:29:32.168Z[ helios-setup] Jun 22 19:29:31.571 INFO E| Compiling anyhow v1.0.100
30782026-06-22T19:29:32.181Z[ helios-setup] Jun 22 19:29:31.585 INFO E| Compiling crc32fast v1.5.0
30792026-06-22T19:29:32.379Z[ helios-setup] Jun 22 19:29:31.778 INFO E| Compiling generic-array v0.14.9
30802026-06-22T19:29:32.487Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30812026-06-22T19:29:32.560Z[ helios-setup] Jun 22 19:29:31.963 INFO E| Compiling pem-rfc7468 v0.7.0
30822026-06-22T19:29:33.021Z[ helios-setup] Jun 22 19:29:32.021 INFO E| Compiling equivalent v1.0.2
30832026-06-22T19:29:33.027Z[ helios-setup] Jun 22 19:29:32.087 INFO E| Compiling flagset v0.4.7
30842026-06-22T19:29:33.027Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30852026-06-22T19:29:33.027Z[ helios-setup] Jun 22 19:29:32.173 INFO E| Compiling utf8parse v0.2.2
30862026-06-22T19:29:33.027Z[ helios-setup] Jun 22 19:29:32.180 INFO E| Compiling byteorder v1.5.0
30872026-06-22T19:29:33.027Z[ helios-setup] Jun 22 19:29:32.180 INFO E| Compiling winnow v0.7.13
30882026-06-22T19:29:33.027Z[ helios-setup] Jun 22 19:29:32.227 INFO E| Compiling hashbrown v0.16.0
30892026-06-22T19:29:33.027Z[ helios-setup] Jun 22 19:29:32.255 INFO E| Compiling num-traits v0.2.19
30902026-06-22T19:29:33.027Z[ helios-setup] Jun 22 19:29:32.362 INFO E| Compiling rustix v1.1.2
30912026-06-22T19:29:33.027Z[ helios-setup] Jun 22 19:29:32.417 INFO E| Compiling memchr v2.7.6
30922026-06-22T19:29:33.304Z[ helios-setup] Jun 22 19:29:32.705 INFO E| Compiling anstyle-parse v0.2.7
30932026-06-22T19:29:33.544Z[ helios-setup] Jun 22 19:29:32.946 INFO E| Compiling anstyle-query v1.1.4
30942026-06-22T19:29:33.694Z[ helios-setup] Jun 22 19:29:33.095 INFO E| Compiling getrandom v0.2.16
30952026-06-22T19:29:33.709Z[ helios-setup] Jun 22 19:29:33.109 INFO E| Compiling errno v0.3.14
30962026-06-22T19:29:33.723Z[ helios-setup] Jun 22 19:29:33.126 INFO E| Compiling allocator-api2 v0.2.21
30972026-06-22T19:29:33.818Z[ helios-setup] Jun 22 19:29:33.222 INFO E| Compiling shlex v1.3.0
30982026-06-22T19:29:33.825Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30992026-06-22T19:29:34.261Z[ helios-setup] Jun 22 19:29:33.258 INFO E| Compiling find-msvc-tools v0.1.4
31002026-06-22T19:29:34.265Z[ helios-setup] Jun 22 19:29:33.396 INFO E| Compiling rand_core v0.6.4
31012026-06-22T19:29:34.265Z[ helios-setup] Jun 22 19:29:33.447 INFO E| Compiling indexmap v2.12.0
31022026-06-22T19:29:34.265Z[ helios-setup] Jun 22 19:29:33.541 INFO E| Compiling is_terminal_polyfill v1.70.2
31032026-06-22T19:29:34.265Z[ helios-setup] Jun 22 19:29:33.576 INFO E| Compiling toml_datetime v0.7.3
31042026-06-22T19:29:34.265Z[ helios-setup] Jun 22 19:29:33.646 INFO E| Compiling syn v2.0.108
31052026-06-22T19:29:34.299Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31062026-06-22T19:29:34.400Z[ helios-setup] Jun 22 19:29:33.764 INFO E| Compiling cpufeatures v0.2.17
31072026-06-22T19:29:34.419Z[ helios-setup] Jun 22 19:29:33.786 INFO E| Compiling colorchoice v1.0.4
31082026-06-22T19:29:34.419Z[ helios-setup] Jun 22 19:29:33.799 INFO E| Compiling anstyle v1.0.13
31092026-06-22T19:29:34.441Z[ helios-setup] Jun 22 19:29:33.845 INFO E| Compiling radium v0.7.0
31102026-06-22T19:29:34.467Z[ helios-setup] Jun 22 19:29:33.871 INFO E| Compiling syn v1.0.109
31112026-06-22T19:29:34.490Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31122026-06-22T19:29:34.553Z[ helios-setup] Jun 22 19:29:33.952 INFO E| Compiling slog v2.8.2
31132026-06-22T19:29:34.629Z[ helios-setup] Jun 22 19:29:34.032 INFO E| Compiling cc v1.2.44
31142026-06-22T19:29:34.653Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31152026-06-22T19:29:34.719Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31162026-06-22T19:29:34.785Z[ helios-setup] Jun 22 19:29:34.187 INFO E| Compiling anstream v0.6.21
31172026-06-22T19:29:34.853Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31182026-06-22T19:29:35.205Z[ helios-setup] Jun 22 19:29:34.607 INFO E| Compiling maybe-uninit v2.0.0
31192026-06-22T19:29:35.209Z[ helios-setup] Jun 22 19:29:34.613 INFO E| Compiling futures-core v0.3.31
31202026-06-22T19:29:35.212Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31212026-06-22T19:29:35.321Z[ helios-setup] Jun 22 19:29:34.725 INFO E| Compiling unicode-width v0.2.2
31222026-06-22T19:29:35.353Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31232026-06-22T19:29:35.460Z[ helios-setup] Jun 22 19:29:34.860 INFO E| Compiling pkg-config v0.3.32
31242026-06-22T19:29:35.538Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31252026-06-22T19:29:35.549Z[ helios-setup] Jun 22 19:29:34.943 INFO E| Compiling tap v1.0.1
31262026-06-22T19:29:35.575Z[ helios-setup] Jun 22 19:29:34.977 INFO E| Compiling futures-sink v0.3.31
31272026-06-22T19:29:35.594Z[ helios-setup] Jun 22 19:29:34.998 INFO E| Compiling parking_lot_core v0.9.12
31282026-06-22T19:29:35.749Z[ helios-setup] Jun 22 19:29:35.131 INFO E| Compiling pin-project-lite v0.2.16
31292026-06-22T19:29:35.819Z[ helios-setup] Jun 22 19:29:35.222 INFO E| Compiling getopts v0.2.24
31302026-06-22T19:29:35.819Z[ helios-setup] Jun 22 19:29:35.222 INFO E| Compiling futures-channel v0.3.31
31312026-06-22T19:29:35.822Z[ helios-setup] Jun 22 19:29:35.222 INFO E| Compiling wyz v0.5.1
31322026-06-22T19:29:35.880Z[ helios-setup] Jun 22 19:29:35.284 INFO E| Compiling block-buffer v0.10.4
31332026-06-22T19:29:35.913Z[ helios-setup] Jun 22 19:29:35.314 INFO E| Compiling crypto-common v0.1.6
31342026-06-22T19:29:36.044Z[ helios-setup] Jun 22 19:29:35.446 INFO E| Compiling toml_parser v1.0.4
31352026-06-22T19:29:36.065Z[ helios-setup] Jun 22 19:29:35.464 INFO E| Compiling num-integer v0.1.46
31362026-06-22T19:29:36.089Z[ helios-setup] Jun 22 19:29:35.491 INFO E| Compiling digest v0.10.7
31372026-06-22T19:29:36.167Z[ helios-setup] Jun 22 19:29:35.571 INFO E| Compiling ahash v0.8.12
31382026-06-22T19:29:36.175Z[ helios-setup] Jun 22 19:29:35.577 INFO E| Compiling itoa v1.0.15
31392026-06-22T19:29:36.184Z[ helios-setup] Jun 22 19:29:35.588 INFO E| Compiling time-core v0.1.6
31402026-06-22T19:29:36.362Z[ helios-setup] Jun 22 19:29:35.764 INFO E| Compiling bitflags v2.10.0
31412026-06-22T19:29:36.417Z[ helios-setup] Jun 22 19:29:35.819 INFO E| Compiling sha2 v0.10.9
31422026-06-22T19:29:36.509Z[ helios-setup] Jun 22 19:29:35.913 INFO E| Compiling thiserror v1.0.69
31432026-06-22T19:29:36.531Z[ helios-setup] Jun 22 19:29:35.935 INFO E| Compiling slab v0.4.11
31442026-06-22T19:29:36.573Z[ helios-setup] Jun 22 19:29:35.976 INFO E| Compiling packed_struct v0.10.1
31452026-06-22T19:29:36.573Z[ helios-setup] Jun 22 19:29:35.976 INFO E| Compiling num-conv v0.1.0
31462026-06-22T19:29:36.705Z[ helios-setup] Jun 22 19:29:36.072 INFO E| Compiling num-bigint-dig v0.8.4
31472026-06-22T19:29:36.834Z[ helios-setup] Jun 22 19:29:36.238 INFO E| Compiling futures-io v0.3.31
31482026-06-22T19:29:36.838Z[ helios-setup] Jun 22 19:29:36.241 INFO E| Compiling spin v0.9.8
31492026-06-22T19:29:36.846Z[ helios-setup] Jun 22 19:29:36.248 INFO E| Compiling strsim v0.11.1
31502026-06-22T19:29:36.878Z[ helios-setup] Jun 22 19:29:36.282 INFO E| Compiling powerfmt v0.2.0
31512026-06-22T19:29:37.032Z[ helios-setup] Jun 22 19:29:36.436 INFO E| Compiling toml_edit v0.23.7
31522026-06-22T19:29:37.123Z[ helios-setup] Jun 22 19:29:36.519 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31532026-06-22T19:29:37.134Z[ helios-setup] Jun 22 19:29:36.531 INFO E| Compiling heck v0.5.0
31542026-06-22T19:29:37.183Z[ helios-setup] Jun 22 19:29:36.584 INFO E| Compiling futures-task v0.3.31
31552026-06-22T19:29:37.200Z[ helios-setup] Jun 22 19:29:36.603 INFO E| Compiling funty v2.0.0
31562026-06-22T19:29:37.244Z[ helios-setup] Jun 22 19:29:36.645 INFO E| Compiling pin-utils v0.1.0
31572026-06-22T19:29:37.337Z[ helios-setup] Jun 22 19:29:36.739 INFO E| Compiling scopeguard v1.2.0
31582026-06-22T19:29:37.419Z[ helios-setup] Jun 22 19:29:36.822 INFO E| Compiling getrandom v0.3.4
31592026-06-22T19:29:37.465Z[ helios-setup] Jun 22 19:29:36.867 INFO E| Compiling bytes v1.10.1
31602026-06-22T19:29:37.488Z[ helios-setup] Jun 22 19:29:36.890 INFO E| Compiling clap_lex v0.7.6
31612026-06-22T19:29:37.562Z[ helios-setup] Jun 22 19:29:36.966 INFO E| Compiling lock_api v0.4.14
31622026-06-22T19:29:37.699Z[ helios-setup] Jun 22 19:29:37.102 INFO E| Compiling terminal_size v0.4.3
31632026-06-22T19:29:37.857Z[ helios-setup] Jun 22 19:29:37.261 INFO E| Compiling deranged v0.5.5
31642026-06-22T19:29:37.867Z[ helios-setup] Jun 22 19:29:37.268 INFO E| Compiling lazy_static v1.5.0
31652026-06-22T19:29:37.871Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31662026-06-22T19:29:37.989Z[ helios-setup] Jun 22 19:29:37.376 INFO E| Compiling clap_builder v4.5.51
31672026-06-22T19:29:38.085Z[ helios-setup] Jun 22 19:29:37.489 INFO E| Compiling proc-macro-crate v3.4.0
31682026-06-22T19:29:38.222Z[ helios-setup] Jun 22 19:29:37.625 INFO E| Compiling bitvec v1.0.1
31692026-06-22T19:29:38.246Z[ helios-setup] Jun 22 19:29:37.649 INFO E| Compiling time-macros v0.2.24
31702026-06-22T19:29:38.352Z[ helios-setup] Jun 22 19:29:37.755 INFO E| Compiling num-iter v0.1.45
31712026-06-22T19:29:38.425Z[ helios-setup] Jun 22 19:29:37.828 INFO E| Compiling indexmap v1.9.3
31722026-06-22T19:29:38.460Z[ helios-setup] Jun 22 19:29:37.864 INFO E| Compiling crc-catalog v2.4.0
31732026-06-22T19:29:38.526Z[ helios-setup] Jun 22 19:29:37.930 INFO E| Compiling serde_json v1.0.145
31742026-06-22T19:29:38.642Z[ helios-setup] Jun 22 19:29:38.045 INFO E| Compiling nodrop v0.1.14
31752026-06-22T19:29:38.673Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31762026-06-22T19:29:38.912Z[ helios-setup] Jun 22 19:29:38.315 INFO E| Compiling once_cell v1.21.3
31772026-06-22T19:29:38.918Z[ helios-setup] Jun 22 19:29:38.322 INFO E| Compiling iana-time-zone v0.1.64
31782026-06-22T19:29:38.949Z[ helios-setup] Jun 22 19:29:38.352 INFO E| Compiling log v0.4.28
31792026-06-22T19:29:39.240Z[ helios-setup] Jun 22 19:29:38.608 INFO E| Compiling simd-adler32 v0.3.7
31802026-06-22T19:29:39.251Z[ helios-setup] Jun 22 19:29:38.634 INFO E| Compiling adler2 v2.0.1
31812026-06-22T19:29:39.319Z[ helios-setup] Jun 22 19:29:38.721 INFO E| Compiling thiserror v2.0.17
31822026-06-22T19:29:39.418Z[ helios-setup] Jun 22 19:29:38.818 INFO E| Compiling env_filter v0.1.4
31832026-06-22T19:29:39.511Z[ helios-setup] Jun 22 19:29:38.915 INFO E| Compiling miniz_oxide v0.8.9
31842026-06-22T19:29:39.588Z[ helios-setup] Jun 22 19:29:38.991 INFO E| Compiling chrono v0.4.42
31852026-06-22T19:29:39.696Z[ helios-setup] Jun 22 19:29:39.099 INFO E| Compiling parking_lot v0.12.5
31862026-06-22T19:29:39.725Z[ helios-setup] Jun 22 19:29:39.129 INFO E| Compiling array-init v0.0.4
31872026-06-22T19:29:39.769Z[ helios-setup] Jun 22 19:29:39.173 INFO E| Compiling crc v3.3.0
31882026-06-22T19:29:40.481Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31892026-06-22T19:29:40.550Z[ helios-setup] Jun 22 19:29:39.953 INFO E| Compiling smallvec v0.6.14
31902026-06-22T19:29:40.699Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31912026-06-22T19:29:40.717Z[ helios-setup] Jun 22 19:29:40.098 INFO E| Compiling serde_spanned v1.0.3
31922026-06-22T19:29:40.722Z[ helios-setup] Jun 22 19:29:40.122 INFO E| Compiling signature v2.2.0
31932026-06-22T19:29:41.131Z[ helios-setup] Jun 22 19:29:40.128 INFO E| Compiling time v0.3.44
31942026-06-22T19:29:41.135Z[ helios-setup] Jun 22 19:29:40.281 INFO E| Compiling mio v1.1.0
31952026-06-22T19:29:41.135Z[ helios-setup] Jun 22 19:29:40.411 INFO E| Compiling is-terminal v0.4.17
31962026-06-22T19:29:41.135Z[ helios-setup] Jun 22 19:29:40.452 INFO E| Compiling socket2 v0.6.1
31972026-06-22T19:29:41.138Z[ helios-setup] Jun 22 19:29:40.539 INFO E| Compiling signal-hook-registry v1.4.6
31982026-06-22T19:29:41.437Z[ helios-setup] Jun 22 19:29:40.841 INFO E| Compiling serde_derive v1.0.228
31992026-06-22T19:29:41.539Z[ helios-setup] Jun 22 19:29:40.938 INFO E| Compiling zerocopy-derive v0.8.27
32002026-06-22T19:29:41.560Z[ helios-setup] Jun 22 19:29:40.962 INFO E| Compiling der_derive v0.7.3
32012026-06-22T19:29:41.601Z[ helios-setup] Jun 22 19:29:41.004 INFO E| Compiling futures-macro v0.3.31
32022026-06-22T19:29:41.646Z[ helios-setup] Jun 22 19:29:41.049 INFO E| Compiling bitfield-macros v0.19.3
32032026-06-22T19:29:41.747Z[ helios-setup] Jun 22 19:29:41.148 INFO E| Compiling packed_struct_codegen v0.10.1
32042026-06-22T19:29:42.042Z[ helios-setup] Jun 22 19:29:41.445 INFO E| Compiling num_enum_derive v0.7.5
32052026-06-22T19:29:42.148Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32062026-06-22T19:29:42.155Z[ helios-setup] Jun 22 19:29:41.552 INFO E| Compiling clap_derive v4.5.49
32072026-06-22T19:29:42.637Z[ helios-setup] Jun 22 19:29:41.754 INFO E| Compiling zerocopy-derive v0.6.6
32082026-06-22T19:29:42.637Z[ helios-setup] Jun 22 19:29:41.838 INFO E| Compiling thiserror-impl v1.0.69
32092026-06-22T19:29:42.728Z[ helios-setup] Jun 22 19:29:42.132 INFO E| Compiling thiserror-impl v2.0.17
32102026-06-22T19:29:43.114Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32112026-06-22T19:29:43.315Z[ helios-setup] Jun 22 19:29:42.718 INFO E| Compiling tokio-macros v2.6.0
32122026-06-22T19:29:43.555Z[ helios-setup] Jun 22 19:29:42.958 INFO E| Compiling der v0.7.10
32132026-06-22T19:29:43.725Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32142026-06-22T19:29:43.730Z[ helios-setup] Jun 22 19:29:43.132 INFO E| Compiling thread_local v1.1.9
32152026-06-22T19:29:43.740Z[ helios-setup] Jun 22 19:29:43.144 INFO E| Compiling futures-util v0.3.31
32162026-06-22T19:29:43.957Z[ helios-setup] Jun 22 19:29:43.360 INFO E| Compiling bitfield v0.19.3
32172026-06-22T19:29:44.434Z[ helios-setup] Jun 22 19:29:43.838 INFO E| Compiling zerocopy v0.6.6
32182026-06-22T19:29:44.548Z[ helios-setup] Jun 22 19:29:43.950 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
32192026-06-22T19:29:44.612Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32202026-06-22T19:29:44.721Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32212026-06-22T19:29:44.728Z[ helios-setup] Jun 22 19:29:44.131 INFO E| Compiling term v1.2.0
32222026-06-22T19:29:45.177Z[ helios-setup] Jun 22 19:29:44.172 INFO E| Compiling libdevinfo-sys v1.1.0
32232026-06-22T19:29:45.181Z[ helios-setup] Jun 22 19:29:44.307 INFO E| Compiling hashbrown v0.12.3
32242026-06-22T19:29:45.182Z[ helios-setup] Jun 22 19:29:44.307 INFO E| Compiling ryu v1.0.20
32252026-06-22T19:29:45.182Z[ helios-setup] Jun 22 19:29:44.509 INFO E| Compiling toml_writer v1.0.4
32262026-06-22T19:29:45.182Z[ helios-setup] Jun 22 19:29:44.517 INFO E| Compiling base64 v0.21.7
32272026-06-22T19:29:45.182Z[ helios-setup] Jun 22 19:29:44.517 INFO E| Compiling subtle v2.6.1
32282026-06-22T19:29:45.335Z[ helios-setup] Jun 22 19:29:44.737 INFO E| Compiling winnow v0.5.40
32292026-06-22T19:29:45.357Z[ helios-setup] Jun 22 19:29:44.759 INFO E| Compiling num_enum v0.7.5
32302026-06-22T19:29:45.397Z[ helios-setup] Jun 22 19:29:44.799 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32312026-06-22T19:29:45.500Z[ helios-setup] Jun 22 19:29:44.903 INFO E| Compiling devinfo v0.1.0
32322026-06-22T19:29:45.650Z[ helios-setup] Jun 22 19:29:45.054 INFO E| Compiling toml v0.9.8
32332026-06-22T19:29:45.709Z[ helios-setup] Jun 22 19:29:45.110 INFO E| Compiling spki v0.7.3
32342026-06-22T19:29:45.728Z[ helios-setup] Jun 22 19:29:45.131 INFO E| Compiling tokio v1.48.0
32352026-06-22T19:29:45.999Z[ helios-setup] Jun 22 19:29:45.403 INFO E| Compiling bzip2 v0.4.4
32362026-06-22T19:29:46.313Z[ helios-setup] Jun 22 19:29:45.716 INFO E| Compiling pkcs8 v0.10.2
32372026-06-22T19:29:46.511Z[ helios-setup] Jun 22 19:29:45.914 INFO E| Compiling clap v4.5.51
32382026-06-22T19:29:46.615Z[ helios-setup] Jun 22 19:29:46.017 INFO E| Compiling x509-cert v0.2.5
32392026-06-22T19:29:46.624Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32402026-06-22T19:29:46.712Z[ helios-setup] Jun 22 19:29:46.113 INFO E| Compiling uuid v1.18.1
32412026-06-22T19:29:46.820Z[ helios-setup] Jun 22 19:29:46.223 INFO E| Compiling pkcs1 v0.7.5
32422026-06-22T19:29:47.265Z[ helios-setup] Jun 22 19:29:46.661 INFO E| Compiling flate2 v1.1.5
32432026-06-22T19:29:47.513Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32442026-06-22T19:29:47.604Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32452026-06-22T19:29:47.780Z[ helios-setup] Jun 22 19:29:47.181 INFO E| Compiling erased-serde v0.3.31
32462026-06-22T19:29:47.960Z[ helios-setup] Jun 22 19:29:47.360 INFO E| Compiling serde_spanned v0.6.9
32472026-06-22T19:29:48.013Z[ helios-setup] Jun 22 19:29:47.414 INFO E| Compiling toml_datetime v0.6.11
32482026-06-22T19:29:48.061Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32492026-06-22T19:29:48.315Z[ helios-setup] Jun 22 19:29:47.717 INFO E| Compiling serde-hex v0.1.0
32502026-06-22T19:29:48.416Z[ helios-setup] Jun 22 19:29:47.814 INFO E| Compiling ron v0.8.1
32512026-06-22T19:29:48.694Z[ helios-setup] Jun 22 19:29:48.096 INFO E| Compiling ppv-lite86 v0.2.21
32522026-06-22T19:29:49.005Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32532026-06-22T19:29:49.550Z[ helios-setup] Jun 22 19:29:48.513 INFO E| Compiling hashbrown v0.13.2
32542026-06-22T19:29:49.569Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32552026-06-22T19:29:49.569Z[ helios-setup] Jun 22 19:29:48.688 INFO E| Compiling futures-executor v0.3.31
32562026-06-22T19:29:49.569Z[ helios-setup] Jun 22 19:29:48.846 INFO E| Compiling rand_chacha v0.3.1
32572026-06-22T19:29:49.569Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32582026-06-22T19:29:49.595Z[ helios-setup] Jun 22 19:29:48.997 INFO E| Compiling futures v0.3.31
32592026-06-22T19:29:49.650Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32602026-06-22T19:29:49.696Z[ helios-setup] Jun 22 19:29:49.099 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
32612026-06-22T19:29:49.713Z[ helios-setup] Jun 22 19:29:49.114 INFO E| Compiling slog-term v2.9.2
32622026-06-22T19:29:49.713Z[ helios-setup] Jun 22 19:29:49.114 INFO E| Compiling toml_edit v0.19.15
32632026-06-22T19:29:49.888Z[ helios-setup] Jun 22 19:29:49.292 INFO E| Compiling env_logger v0.11.8
32642026-06-22T19:29:49.968Z[ helios-setup] Jun 22 19:29:49.371 INFO E| Compiling rustc-hash v2.1.1
32652026-06-22T19:29:50.007Z[ host-package] Compiling tiny-keccak v2.0.2
32662026-06-22T19:29:50.152Z[ helios-setup] Jun 22 19:29:49.553 INFO E| Compiling rand v0.8.5
32672026-06-22T19:29:50.217Z[ helios-setup] Jun 22 19:29:49.615 INFO E| Compiling bitflags v1.3.2
32682026-06-22T19:29:50.234Z[ helios-setup] Jun 22 19:29:49.637 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32692026-06-22T19:29:50.311Z[ helios-setup] Jun 22 19:29:49.712 INFO E| Compiling foldhash v0.2.0
32702026-06-22T19:29:50.559Z[ helios-setup] Jun 22 19:29:49.959 INFO E| Compiling crc-any v2.5.0
32712026-06-22T19:29:50.782Z[ helios-setup] Jun 22 19:29:50.137 INFO E| Compiling hex v0.4.3
32722026-06-22T19:29:51.231Z[ helios-setup] Jun 22 19:29:50.225 INFO E| Compiling iddqd v0.3.14
32732026-06-22T19:29:51.234Z[ helios-setup] Jun 22 19:29:50.274 INFO E| Compiling object v0.30.4
32742026-06-22T19:29:51.234Z[ host-package] Compiling downcast-rs v2.0.2
32752026-06-22T19:29:51.234Z[ host-package] Compiling diesel v2.3.7
32762026-06-22T19:29:51.496Z[ helios-setup] Jun 22 19:29:50.900 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32772026-06-22T19:29:51.607Z[ host-package] Compiling proc-macro-error2 v2.0.1
32782026-06-22T19:29:51.689Z[ helios-setup] Jun 22 19:29:51.092 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32792026-06-22T19:29:51.695Z[ helios-setup] Jun 22 19:29:51.099 INFO E| Compiling zip v0.6.6
32802026-06-22T19:29:52.301Z[ helios-setup] Jun 22 19:29:51.700 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32812026-06-22T19:29:52.876Z[ helios-setup] Jun 22 19:29:52.280 INFO E| Compiling path-slash v0.1.5
32822026-06-22T19:29:52.969Z[ host-package] Compiling term v0.7.0
32832026-06-22T19:29:53.087Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32842026-06-22T19:29:53.672Z[ helios-setup] Jun 22 19:29:53.031 INFO E| Compiling rsa v0.9.8
32852026-06-22T19:29:53.699Z[ helios-setup] Jun 22 19:29:53.059 INFO E| Compiling toml v0.7.8
32862026-06-22T19:29:54.062Z[ host-package] Compiling num-derive v0.3.3
32872026-06-22T19:29:54.635Z[ helios-setup] Jun 22 19:29:54.025 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32882026-06-22T19:29:54.663Z[ host-package] Compiling bit-vec v0.6.3
32892026-06-22T19:29:54.773Z[ helios-setup] Jun 22 19:29:54.176 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
32902026-06-22T19:29:55.370Z[ host-package] Compiling bit-set v0.5.3
32912026-06-22T19:29:55.725Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32922026-06-22T19:29:55.778Z[ host-package] Compiling libscf-sys v1.1.0
32932026-06-22T19:29:55.973Z[ host-package] Compiling ascii-canvas v3.0.0
32942026-06-22T19:29:56.455Z[ host-package] Compiling tabled_derive v0.11.0
32952026-06-22T19:29:56.721Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32962026-06-22T19:29:56.724Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32972026-06-22T19:29:57.488Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32982026-06-22T19:29:57.665Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32992026-06-22T19:29:57.874Z[ host-package] Compiling papergrid v0.17.0
33002026-06-22T19:29:58.086Z[ host-package] Compiling testing_table v0.3.0
33012026-06-22T19:29:58.176Z[ host-package] Compiling itertools v0.10.5
33022026-06-22T19:29:58.394Z[ host-package] Compiling ena v0.14.4
33032026-06-22T19:29:58.524Z[ host-package] Compiling libloading v0.8.9
33042026-06-22T19:29:59.002Z[ host-package] Compiling diff v0.1.13
33052026-06-22T19:29:59.031Z[ host-package] Compiling unicase v2.9.0
33062026-06-22T19:29:59.551Z[ host-package] Compiling regex-syntax v0.6.29
33072026-06-22T19:29:59.961Z[ host-package] Compiling bindgen v0.71.1
33082026-06-22T19:29:59.964Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33092026-06-22T19:29:59.964Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33102026-06-22T19:29:59.964Z[ host-package] Compiling progenitor-impl v0.13.0
33112026-06-22T19:29:59.964Z[ host-package] Compiling cexpr v0.6.0
33122026-06-22T19:29:59.964Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33132026-06-22T19:29:59.997Z[ host-package] Compiling tabled v0.20.0
33142026-06-22T19:30:00.041Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33152026-06-22T19:30:00.103Z[ host-package] Compiling rustc-hash v2.1.1
33162026-06-22T19:30:00.197Z[ host-package] Compiling xshell-macros v0.2.7
33172026-06-22T19:30:00.290Z[ helios-setup] Jun 22 19:29:59.694 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33182026-06-22T19:30:00.556Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33192026-06-22T19:30:00.649Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33202026-06-22T19:30:00.765Z[ host-package] Compiling xshell v0.2.7
33212026-06-22T19:30:00.768Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33222026-06-22T19:30:00.808Z[ host-package] Compiling lalrpop v0.19.12
33232026-06-22T19:30:01.455Z[ helios-setup] Jun 22 19:30:00.857 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33242026-06-22T19:30:02.001Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33252026-06-22T19:30:02.267Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33262026-06-22T19:30:02.291Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33272026-06-22T19:30:02.435Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33282026-06-22T19:30:02.511Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33292026-06-22T19:30:02.764Z[ host-package] Compiling progenitor-macro v0.13.0
33302026-06-22T19:30:02.963Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33312026-06-22T19:30:04.176Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33322026-06-22T19:30:04.771Z[ host-package] Compiling progenitor-client v0.13.0
33332026-06-22T19:30:05.526Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33342026-06-22T19:30:06.127Z[ helios-setup] Jun 22 19:30:05.521 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33352026-06-22T19:30:07.084Z[ host-package] Compiling headers-core v0.3.0
33362026-06-22T19:30:07.139Z[ host-package] Compiling libxml v0.3.3
33372026-06-22T19:30:07.635Z[ host-package] Compiling headers v0.4.1
33382026-06-22T19:30:07.635Z[ host-package] Compiling samael v0.0.19
33392026-06-22T19:30:07.635Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33402026-06-22T19:30:07.838Z[ host-package] Compiling progenitor v0.13.0
33412026-06-22T19:30:08.881Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33422026-06-22T19:30:08.902Z[ host-package] Compiling strum_macros v0.24.3
33432026-06-22T19:30:08.925Z[ host-package] Compiling indoc v1.0.9
33442026-06-22T19:30:09.210Z[ host-package] Compiling crc8 v0.1.1
33452026-06-22T19:30:09.595Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33462026-06-22T19:30:09.984Z[ host-package] Compiling polar-core v0.27.3
33472026-06-22T19:30:10.084Z[ host-package] Compiling derive_builder v0.20.2
33482026-06-22T19:30:10.322Z[ host-package] Compiling oso-derive v0.27.3
33492026-06-22T19:30:10.410Z[ host-package] Compiling quick-xml v0.37.5
33502026-06-22T19:30:10.515Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33512026-06-22T19:30:10.851Z[ host-package] Compiling openssl-probe v0.1.6
33522026-06-22T19:30:11.129Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33532026-06-22T19:30:11.332Z[ host-package] Compiling git-stub v1.0.0
33542026-06-22T19:30:11.727Z[ host-package] Compiling git-stub-vcs v0.1.0
33552026-06-22T19:30:11.887Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33562026-06-22T19:30:12.036Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33572026-06-22T19:30:12.153Z[ host-package] Compiling bb8 v0.8.6
33582026-06-22T19:30:12.317Z[ host-package] Compiling trait-variant v0.1.2
33592026-06-22T19:30:13.141Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33602026-06-22T19:30:13.147Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33612026-06-22T19:30:13.148Z[ host-package] Compiling half v1.8.3
33622026-06-22T19:30:13.580Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33632026-06-22T19:30:13.648Z[ host-package] Compiling serde_cbor v0.11.2
33642026-06-22T19:30:13.668Z[ host-package] Compiling nonempty v0.12.0
33652026-06-22T19:30:14.191Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33662026-06-22T19:30:14.198Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33672026-06-22T19:30:14.259Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33682026-06-22T19:30:14.560Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33692026-06-22T19:30:15.015Z[ host-package] Compiling fxhash v0.2.1
33702026-06-22T19:30:15.218Z[ host-package] Compiling libz-sys v1.1.24
33712026-06-22T19:30:15.311Z[ host-package] Compiling salty v0.3.0
33722026-06-22T19:30:15.822Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33732026-06-22T19:30:16.287Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33742026-06-22T19:30:16.552Z[ host-package] Compiling diesel-dtrace v0.5.0
33752026-06-22T19:30:17.017Z[ host-package] Compiling async-bb8-diesel v0.2.1
33762026-06-22T19:30:17.183Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33772026-06-22T19:30:17.187Z[ helios-setup] Jun 22 19:30:16.588 INFO E| Finished `release` profile [optimized] target(s) in 47.82s
33782026-06-22T19:30:17.191Z[ helios-setup] Jun 22 19:30:16.591 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
33792026-06-22T19:30:17.191Z[ helios-setup] Jun 22 19:30:16.591 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33802026-06-22T19:30:17.240Z[ helios-setup] Jun 22 19:30:16.643 INFO building project "pilot" ok (47 seconds)
33812026-06-22T19:30:17.240Z[ helios-setup] Jun 22 19:30:16.643 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
33822026-06-22T19:30:17.300Z[ helios-setup] Jun 22 19:30:16.652 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
33832026-06-22T19:30:17.300Z[ helios-setup] Jun 22 19:30:16.652 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
33842026-06-22T19:30:17.300Z[ helios-setup] Jun 22 19:30:16.652 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
33852026-06-22T19:30:17.414Z[ helios-setup] Jun 22 19:30:16.804 INFO E| Updating crates.io index
33862026-06-22T19:30:17.516Z[ host-package] Compiling kstat-rs v0.2.4
33872026-06-22T19:30:17.524Z[ helios-setup] Jun 22 19:30:16.927 INFO E| Downloading crates ...
33882026-06-22T19:30:17.613Z[ helios-setup] Jun 22 19:30:17.017 INFO E| Downloaded thiserror-impl v2.0.12
33892026-06-22T19:30:17.617Z[ helios-setup] Jun 22 19:30:17.018 INFO E| Downloaded getrandom v0.3.3
33902026-06-22T19:30:17.621Z[ helios-setup] Jun 22 19:30:17.020 INFO E| Downloaded autocfg v1.4.0
33912026-06-22T19:30:17.621Z[ helios-setup] Jun 22 19:30:17.021 INFO E| Downloaded anyhow v1.0.98
33922026-06-22T19:30:17.642Z[ helios-setup] Jun 22 19:30:17.045 INFO E| Downloaded time-macros v0.2.22
33932026-06-22T19:30:17.645Z[ helios-setup] Jun 22 19:30:17.047 INFO E| Downloaded deranged v0.4.0
33942026-06-22T19:30:17.645Z[ helios-setup] Jun 22 19:30:17.048 INFO E| Downloaded time-core v0.1.4
33952026-06-22T19:30:17.648Z[ helios-setup] Jun 22 19:30:17.049 INFO E| Downloaded errno v0.3.12
33962026-06-22T19:30:17.653Z[ helios-setup] Jun 22 19:30:17.056 INFO E| Downloaded thiserror v2.0.12
33972026-06-22T19:30:17.659Z[ helios-setup] Jun 22 19:30:17.063 INFO E| Downloaded quote v1.0.40
33982026-06-22T19:30:17.671Z[ helios-setup] Jun 22 19:30:17.073 INFO E| Downloaded bitflags v2.9.1
33992026-06-22T19:30:17.676Z[ helios-setup] Jun 22 19:30:17.076 INFO E| Downloaded unicode-ident v1.0.18
34002026-06-22T19:30:17.681Z[ helios-setup] Jun 22 19:30:17.078 INFO E| Downloaded tempfile v3.20.0
34012026-06-22T19:30:17.681Z[ helios-setup] Jun 22 19:30:17.080 INFO E| Downloaded serde_with_macros v3.12.0
34022026-06-22T19:30:17.684Z[ helios-setup] Jun 22 19:30:17.085 INFO E| Downloaded iana-time-zone v0.1.63
34032026-06-22T19:30:17.688Z[ helios-setup] Jun 22 19:30:17.092 INFO E| Downloaded proc-macro2 v1.0.95
34042026-06-22T19:30:17.701Z[ helios-setup] Jun 22 19:30:17.104 INFO E| Downloaded serde v1.0.219
34052026-06-22T19:30:17.710Z[ helios-setup] Jun 22 19:30:17.114 INFO E| Downloaded indexmap v2.9.0
34062026-06-22T19:30:18.120Z[ helios-setup] Jun 22 19:30:17.117 INFO E| Downloaded serde_derive v1.0.219
34072026-06-22T19:30:18.120Z[ helios-setup] Jun 22 19:30:17.118 INFO E| Downloaded memchr v2.7.4
34082026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.138 INFO E| Downloaded time v0.3.41
34092026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.144 INFO E| Downloaded hashbrown v0.15.3
34102026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.147 INFO E| Downloaded serde_json v1.0.140
34112026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.151 INFO E| Downloaded serde_with v3.12.0
34122026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.169 INFO E| Downloaded chrono v0.4.41
34132026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.176 INFO E| Downloaded syn v2.0.101
34142026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.192 INFO E| Downloaded rustix v1.0.7
34152026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.256 INFO E| Downloaded libc v0.2.172
34162026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling proc-macro2 v1.0.95
34172026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling unicode-ident v1.0.18
34182026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling libc v0.2.172
34192026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling strsim v0.11.1
34202026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling fnv v1.0.7
34212026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling ident_case v1.0.1
34222026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling serde v1.0.219
34232026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling getrandom v0.3.3
34242026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling rustix v1.0.7
34252026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling bitflags v2.9.1
34262026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling serde_json v1.0.140
34272026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling cfg-if v1.0.0
34282026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling thiserror v2.0.12
34292026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling anyhow v1.0.98
34302026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling memchr v2.7.4
34312026-06-22T19:30:18.124Z[ helios-setup] Jun 22 19:30:17.363 INFO E| Compiling ryu v1.0.20
34322026-06-22T19:30:18.124Z[ host-package] Compiling arc-swap v1.8.2
34332026-06-22T19:30:18.681Z[ host-package] Compiling mime_guess v2.0.5
34342026-06-22T19:30:18.716Z[ helios-setup] Jun 22 19:30:18.117 INFO E| Compiling fastrand v2.3.0
34352026-06-22T19:30:18.720Z[ host-package] Compiling slog-scope v4.4.1
34362026-06-22T19:30:18.750Z[ helios-setup] Jun 22 19:30:18.154 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
34372026-06-22T19:30:18.949Z[ helios-setup] Jun 22 19:30:18.351 INFO E| Compiling itoa v1.0.15
34382026-06-22T19:30:18.980Z[ helios-setup] Jun 22 19:30:18.384 INFO E| Compiling once_cell v1.21.3
34392026-06-22T19:30:19.413Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34402026-06-22T19:30:19.722Z[ helios-setup] Jun 22 19:30:19.125 INFO E| Compiling quote v1.0.40
34412026-06-22T19:30:19.786Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34422026-06-22T19:30:19.922Z[ helios-setup] Jun 22 19:30:19.325 INFO E| Compiling errno v0.3.12
34432026-06-22T19:30:19.964Z[ helios-setup] Jun 22 19:30:19.368 INFO E| Compiling syn v2.0.101
34442026-06-22T19:30:20.190Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
34452026-06-22T19:30:20.445Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34462026-06-22T19:30:20.737Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34472026-06-22T19:30:20.892Z[ helios-setup] Jun 22 19:30:20.295 INFO E| Compiling tempfile v3.20.0
34482026-06-22T19:30:20.944Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
34492026-06-22T19:30:21.390Z[ host-package] Compiling nanorand v0.7.0
34502026-06-22T19:30:21.822Z[ host-package] Compiling oso v0.27.3
34512026-06-22T19:30:22.121Z[ host-package] Compiling darling_core v0.23.0
34522026-06-22T19:30:22.397Z[ helios-setup] Jun 22 19:30:21.800 INFO E| Compiling darling_core v0.20.11
34532026-06-22T19:30:23.526Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34542026-06-22T19:30:23.736Z[ helios-setup] Jun 22 19:30:23.069 INFO E| Compiling serde_derive v1.0.219
34552026-06-22T19:30:23.736Z[ helios-setup] Jun 22 19:30:23.069 INFO E| Compiling thiserror-impl v2.0.12
34562026-06-22T19:30:24.049Z[ host-package] Compiling parking_lot_core v0.8.6
34572026-06-22T19:30:24.446Z[ host-package] Compiling flume v0.11.1
34582026-06-22T19:30:24.537Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
34592026-06-22T19:30:24.688Z[ host-package] Compiling darling_macro v0.23.0
34602026-06-22T19:30:24.707Z[ helios-setup] Jun 22 19:30:24.108 INFO E| Compiling darling_macro v0.20.11
34612026-06-22T19:30:25.118Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34622026-06-22T19:30:25.431Z[ host-package] Compiling slog-stdlog v4.1.1
34632026-06-22T19:30:25.496Z[ helios-setup] Jun 22 19:30:24.896 INFO E| Compiling darling v0.20.11
34642026-06-22T19:30:25.599Z[ helios-setup] Jun 22 19:30:24.986 INFO E| Compiling serde_with_macros v3.12.0
34652026-06-22T19:30:26.223Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34662026-06-22T19:30:26.299Z[ host-package] Compiling primeorder v0.13.6
34672026-06-22T19:30:26.648Z[ host-package] Compiling atty v0.2.14
34682026-06-22T19:30:26.922Z[ host-package] Compiling instability v0.3.11
34692026-06-22T19:30:27.229Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
34702026-06-22T19:30:27.400Z[ host-package] Compiling strsim v0.10.0
34712026-06-22T19:30:27.466Z[ host-package] Compiling http-range v0.1.5
34722026-06-22T19:30:27.658Z[ host-package] Compiling darling_core v0.13.4
34732026-06-22T19:30:27.853Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34742026-06-22T19:30:27.876Z[ host-package] Compiling p384 v0.13.1
34752026-06-22T19:30:28.807Z[ helios-setup] Jun 22 19:30:28.208 INFO E| Compiling serde_with v3.12.0
34762026-06-22T19:30:28.937Z[ host-package] Compiling slog-envlogger v2.2.0
34772026-06-22T19:30:29.550Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34782026-06-22T19:30:30.256Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34792026-06-22T19:30:30.286Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34802026-06-22T19:30:32.900Z[ helios-setup] Jun 22 19:30:32.303 INFO E| Finished `release` profile [optimized] target(s) in 15.63s
34812026-06-22T19:30:32.927Z[ helios-setup] Jun 22 19:30:32.330 INFO building project "dmar-report" ok (15 seconds)
34822026-06-22T19:30:32.927Z[ helios-setup] Jun 22 19:30:32.330 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34832026-06-22T19:30:32.936Z[ helios-setup] Jun 22 19:30:32.340 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
34842026-06-22T19:30:32.936Z[ helios-setup] Jun 22 19:30:32.340 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34852026-06-22T19:30:32.941Z[ helios-setup] Jun 22 19:30:32.340 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34862026-06-22T19:30:33.123Z[ helios-setup] Jun 22 19:30:32.526 INFO E| Downloading crates ...
34872026-06-22T19:30:33.179Z[ helios-setup] Jun 22 19:30:32.582 INFO E| Downloaded miniz_oxide v0.8.8
34882026-06-22T19:30:33.188Z[ helios-setup] Jun 22 19:30:32.584 INFO E| Downloaded adler2 v2.0.0
34892026-06-22T19:30:33.221Z[ helios-setup] Jun 22 19:30:32.624 INFO E| Compiling adler2 v2.0.0
34902026-06-22T19:30:33.347Z[ helios-setup] Jun 22 19:30:32.750 INFO E| Compiling miniz_oxide v0.8.8
34912026-06-22T19:30:33.614Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34922026-06-22T19:30:33.754Z[ host-package] Compiling darling v0.23.0
34932026-06-22T19:30:33.910Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
34942026-06-22T19:30:34.531Z[ helios-setup] Jun 22 19:30:33.934 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34952026-06-22T19:30:34.806Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34962026-06-22T19:30:35.005Z[ host-package] Compiling ignore v0.4.25
34972026-06-22T19:30:35.044Z[ helios-setup] Jun 22 19:30:34.442 INFO E| Finished `release` profile [optimized] target(s) in 2.09s
34982026-06-22T19:30:35.061Z[ helios-setup] Jun 22 19:30:34.451 INFO building project "pinprick" ok (2 seconds)
34992026-06-22T19:30:35.061Z[ helios-setup] Jun 22 19:30:34.451 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
35002026-06-22T19:30:35.092Z[ helios-setup] Jun 22 19:30:34.494 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')"
35012026-06-22T19:30:35.092Z[ helios-setup] Jun 22 19:30:34.494 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35022026-06-22T19:30:35.095Z[ helios-setup] Jun 22 19:30:34.494 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
35032026-06-22T19:30:35.192Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35042026-06-22T19:30:35.265Z[ helios-setup] Jun 22 19:30:34.668 INFO E| Updating crates.io index
35052026-06-22T19:30:35.311Z[ helios-setup] Jun 22 19:30:34.714 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
35062026-06-22T19:30:35.724Z[ helios-setup] Jun 22 19:30:35.127 INFO E| From https://github.com/oxidecomputer/amd-apcb
35072026-06-22T19:30:35.724Z[ helios-setup] Jun 22 19:30:35.127 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
35082026-06-22T19:30:35.738Z[ helios-setup] Jun 22 19:30:35.141 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
35092026-06-22T19:30:35.996Z[ host-package] Compiling castaway v0.2.4
35102026-06-22T19:30:36.067Z[ helios-setup] Jun 22 19:30:35.434 INFO E| From https://github.com/oxidecomputer/amd-efs
35112026-06-22T19:30:36.067Z[ helios-setup] Jun 22 19:30:35.434 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
35122026-06-22T19:30:36.163Z[ host-package] Compiling vergen-git2 v9.1.0
35132026-06-22T19:30:36.227Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35142026-06-22T19:30:36.259Z[ host-package] Compiling indoc v2.0.7
35152026-06-22T19:30:36.290Z[ helios-setup] Jun 22 19:30:35.693 INFO E| Downloading crates ...
35162026-06-22T19:30:36.374Z[ helios-setup] Jun 22 19:30:35.777 INFO E| Downloaded modular-bitfield-impl v0.13.1
35172026-06-22T19:30:36.378Z[ helios-setup] Jun 22 19:30:35.779 INFO E| Downloaded unic-char-property v0.9.0
35182026-06-22T19:30:36.378Z[ helios-setup] Jun 22 19:30:35.779 INFO E| Downloaded heck v0.3.3
35192026-06-22T19:30:36.382Z[ helios-setup] Jun 22 19:30:35.782 INFO E| Downloaded four-cc v0.4.0
35202026-06-22T19:30:36.382Z[ helios-setup] Jun 22 19:30:35.785 INFO E| Downloaded structopt-derive v0.4.18
35212026-06-22T19:30:36.388Z[ helios-setup] Jun 22 19:30:35.787 INFO E| Downloaded unic-common v0.9.0
35222026-06-22T19:30:36.392Z[ helios-setup] Jun 22 19:30:35.791 INFO E| Downloaded dyn-clone v1.0.19
35232026-06-22T19:30:36.392Z[ helios-setup] Jun 22 19:30:35.792 INFO E| Downloaded strum v0.27.1
35242026-06-22T19:30:36.392Z[ helios-setup] Jun 22 19:30:35.793 INFO E| Downloaded strsim v0.8.0
35252026-06-22T19:30:36.392Z[ helios-setup] Jun 22 19:30:35.794 INFO E| Downloaded parse_int v0.9.0
35262026-06-22T19:30:36.392Z[ helios-setup] Jun 22 19:30:35.794 INFO E| Downloaded modular-bitfield-impl v0.11.2
35272026-06-22T19:30:36.395Z[ helios-setup] Jun 22 19:30:35.799 INFO E| Downloaded unic-ucd-ident v0.9.0
35282026-06-22T19:30:36.399Z[ helios-setup] Jun 22 19:30:35.801 INFO E| Downloaded unic-ucd-version v0.9.0
35292026-06-22T19:30:36.399Z[ helios-setup] Jun 22 19:30:35.801 INFO E| Downloaded rustversion v1.0.20
35302026-06-22T19:30:36.402Z[ helios-setup] Jun 22 19:30:35.803 INFO E| Downloaded fletcher v1.0.0
35312026-06-22T19:30:36.403Z[ helios-setup] Jun 22 19:30:35.804 INFO E| Downloaded ansi_term v0.12.1
35322026-06-22T19:30:36.406Z[ helios-setup] Jun 22 19:30:35.808 INFO E| Downloaded vec_map v0.8.2
35332026-06-22T19:30:36.412Z[ helios-setup] Jun 22 19:30:35.815 INFO E| Downloaded pest_meta v2.8.0
35342026-06-22T19:30:36.415Z[ helios-setup] Jun 22 19:30:35.817 INFO E| Downloaded bytesize v2.0.1
35352026-06-22T19:30:36.415Z[ helios-setup] Jun 22 19:30:35.818 INFO E| Downloaded pest_generator v2.8.0
35362026-06-22T19:30:36.415Z[ helios-setup] Jun 22 19:30:35.819 INFO E| Downloaded strum_macros v0.27.1
35372026-06-22T19:30:36.419Z[ helios-setup] Jun 22 19:30:35.820 INFO E| Downloaded log v0.4.27
35382026-06-22T19:30:36.429Z[ helios-setup] Jun 22 19:30:35.830 INFO E| Downloaded pest_derive v2.8.0
35392026-06-22T19:30:36.438Z[ helios-setup] Jun 22 19:30:35.839 INFO E| Downloaded textwrap v0.11.0
35402026-06-22T19:30:36.438Z[ helios-setup] Jun 22 19:30:35.841 INFO E| Downloaded unic-char-range v0.9.0
35412026-06-22T19:30:36.441Z[ helios-setup] Jun 22 19:30:35.842 INFO E| Downloaded modular-bitfield v0.13.1
35422026-06-22T19:30:36.444Z[ helios-setup] Jun 22 19:30:35.848 INFO E| Downloaded zerocopy-derive v0.8.25
35432026-06-22T19:30:36.447Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35442026-06-22T19:30:36.451Z[ helios-setup] Jun 22 19:30:35.852 INFO E| Downloaded typenum v1.18.0
35452026-06-22T19:30:36.455Z[ helios-setup] Jun 22 19:30:35.856 INFO E| Downloaded modular-bitfield v0.11.2
35462026-06-22T19:30:36.464Z[ helios-setup] Jun 22 19:30:35.863 INFO E| Downloaded pest v2.8.0
35472026-06-22T19:30:36.464Z[ helios-setup] Jun 22 19:30:35.866 INFO E| Downloaded structopt v0.3.26
35482026-06-22T19:30:36.472Z[ helios-setup] Jun 22 19:30:35.874 INFO E| Downloaded clap v2.34.0
35492026-06-22T19:30:36.476Z[ helios-setup] Jun 22 19:30:35.877 INFO E| Downloaded zerocopy v0.8.25
35502026-06-22T19:30:36.492Z[ helios-setup] Jun 22 19:30:35.893 INFO E| Downloaded goblin v0.9.3
35512026-06-22T19:30:36.558Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling proc-macro2 v1.0.95
35522026-06-22T19:30:36.558Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling unicode-ident v1.0.18
35532026-06-22T19:30:36.563Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling memchr v2.7.4
35542026-06-22T19:30:36.563Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling thiserror v2.0.12
35552026-06-22T19:30:36.563Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling autocfg v1.4.0
35562026-06-22T19:30:36.563Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling serde v1.0.219
35572026-06-22T19:30:36.563Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling syn v1.0.109
35582026-06-22T19:30:36.563Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling version_check v0.9.5
35592026-06-22T19:30:36.563Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling serde_json v1.0.140
35602026-06-22T19:30:36.563Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling itoa v1.0.15
35612026-06-22T19:30:36.563Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling ryu v1.0.20
35622026-06-22T19:30:36.563Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling schemars v0.8.22
35632026-06-22T19:30:36.563Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling dyn-clone v1.0.19
35642026-06-22T19:30:36.563Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling rustversion v1.0.20
35652026-06-22T19:30:36.563Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling paste v1.0.15
35662026-06-22T19:30:36.563Z[ helios-setup] Jun 22 19:30:35.961 INFO E| Compiling zerocopy v0.8.25
35672026-06-22T19:30:36.563Z[ host-package] Compiling compact_str v0.8.1
35682026-06-22T19:30:36.667Z[ host-package] Compiling globwalk v0.9.1
35692026-06-22T19:30:36.940Z[ helios-setup] Jun 22 19:30:36.343 INFO E| Compiling ucd-trie v0.1.7
35702026-06-22T19:30:37.079Z[ helios-setup] Jun 22 19:30:36.481 INFO E| Compiling static_assertions v1.1.0
35712026-06-22T19:30:37.152Z[ helios-setup] Jun 22 19:30:36.552 INFO E| Compiling libc v0.2.172
35722026-06-22T19:30:37.170Z[ helios-setup] Jun 22 19:30:36.564 INFO E| Compiling once_cell v1.21.3
35732026-06-22T19:30:37.219Z[ helios-setup] Jun 22 19:30:36.620 INFO E| Compiling proc-macro-error-attr v1.0.4
35742026-06-22T19:30:37.244Z[ helios-setup] Jun 22 19:30:36.640 INFO E| Compiling proc-macro-error v1.0.4
35752026-06-22T19:30:37.391Z[ helios-setup] Jun 22 19:30:36.793 INFO E| Compiling unicode-width v0.1.14
35762026-06-22T19:30:37.456Z[ host-package] Compiling parking_lot v0.11.2
35772026-06-22T19:30:37.467Z[ helios-setup] Jun 22 19:30:36.840 INFO E| Compiling unicode-segmentation v1.12.0
35782026-06-22T19:30:37.578Z[ helios-setup] Jun 22 19:30:36.979 INFO E| Compiling heck v0.5.0
35792026-06-22T19:30:37.695Z[ helios-setup] Jun 22 19:30:37.084 INFO E| Compiling unic-common v0.9.0
35802026-06-22T19:30:37.765Z[ helios-setup] Jun 22 19:30:37.097 INFO E| Compiling bitflags v1.3.2
35812026-06-22T19:30:37.765Z[ helios-setup] Jun 22 19:30:37.101 INFO E| Compiling vec_map v0.8.2
35822026-06-22T19:30:37.806Z[ helios-setup] Jun 22 19:30:37.177 INFO E| Compiling unic-char-range v0.9.0
35832026-06-22T19:30:37.826Z[ helios-setup] Jun 22 19:30:37.188 INFO E| Compiling byteorder v1.5.0
35842026-06-22T19:30:37.848Z[ helios-setup] Jun 22 19:30:37.214 INFO E| Compiling strsim v0.8.0
35852026-06-22T19:30:37.912Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35862026-06-22T19:30:37.947Z[ helios-setup] Jun 22 19:30:37.335 INFO E| Compiling num-traits v0.2.19
35872026-06-22T19:30:37.958Z[ helios-setup] Jun 22 19:30:37.345 INFO E| Compiling memoffset v0.9.1
35882026-06-22T19:30:37.967Z[ helios-setup] Jun 22 19:30:37.369 INFO E| Compiling textwrap v0.11.0
35892026-06-22T19:30:38.011Z[ helios-setup] Jun 22 19:30:37.403 INFO E| Compiling ansi_term v0.12.1
35902026-06-22T19:30:38.105Z[ helios-setup] Jun 22 19:30:37.504 INFO E| Compiling strum v0.27.1
35912026-06-22T19:30:38.108Z[ helios-setup] Jun 22 19:30:37.504 INFO E| Compiling fletcher v1.0.0
35922026-06-22T19:30:38.243Z[ helios-setup] Jun 22 19:30:37.643 INFO E| Compiling heck v0.3.3
35932026-06-22T19:30:38.297Z[ helios-setup] Jun 22 19:30:37.700 INFO E| Compiling unic-char-property v0.9.0
35942026-06-22T19:30:38.316Z[ helios-setup] Jun 22 19:30:37.719 INFO E| Compiling unic-ucd-version v0.9.0
35952026-06-22T19:30:38.388Z[ helios-setup] Jun 22 19:30:37.792 INFO E| Compiling plain v0.2.3
35962026-06-22T19:30:38.416Z[ helios-setup] Jun 22 19:30:37.819 INFO E| Compiling log v0.4.27
35972026-06-22T19:30:38.422Z[ helios-setup] Jun 22 19:30:37.824 INFO E| Compiling lazy_static v1.5.0
35982026-06-22T19:30:38.448Z[ helios-setup] Jun 22 19:30:37.850 INFO E| Compiling unic-ucd-ident v0.9.0
35992026-06-22T19:30:38.462Z[ helios-setup] Jun 22 19:30:37.864 INFO E| Compiling bytesize v2.0.1
36002026-06-22T19:30:38.466Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36012026-06-22T19:30:38.639Z[ host-package] Compiling hyper-staticfile v0.10.1
36022026-06-22T19:30:38.678Z[ helios-setup] Jun 22 19:30:38.079 INFO E| Compiling atty v0.2.14
36032026-06-22T19:30:38.762Z[ helios-setup] Jun 22 19:30:38.163 INFO E| Compiling clap v2.34.0
36042026-06-22T19:30:38.843Z[ helios-setup] Jun 22 19:30:38.246 INFO E| Compiling quote v1.0.40
36052026-06-22T19:30:38.991Z[ host-package] Compiling darling_macro v0.13.4
36062026-06-22T19:30:39.067Z[ helios-setup] Jun 22 19:30:38.469 INFO E| Compiling syn v2.0.101
36072026-06-22T19:30:39.352Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36082026-06-22T19:30:39.403Z[ helios-setup] Jun 22 19:30:38.806 INFO E| Compiling parse_int v0.9.0
36092026-06-22T19:30:39.580Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36102026-06-22T19:30:39.760Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36112026-06-22T19:30:39.850Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36122026-06-22T19:30:40.105Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
36132026-06-22T19:30:40.203Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36142026-06-22T19:30:40.288Z[ host-package] Compiling predicates-tree v1.0.13
36152026-06-22T19:30:40.384Z[ host-package] Compiling unicode-truncate v1.1.0
36162026-06-22T19:30:40.474Z[ host-package] Compiling lru v0.12.5
36172026-06-22T19:30:40.551Z[ host-package] Compiling prefix-trie v0.7.0
36182026-06-22T19:30:40.643Z[ host-package] Compiling rand_seeder v0.4.0
36192026-06-22T19:30:40.740Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36202026-06-22T19:30:40.892Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36212026-06-22T19:30:40.995Z[ host-package] Compiling rustls v0.21.12
36222026-06-22T19:30:41.061Z[ host-package] Compiling cassowary v0.3.0
36232026-06-22T19:30:41.301Z[ host-package] Compiling corncobs v0.1.4
36242026-06-22T19:30:41.363Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
36252026-06-22T19:30:41.423Z[ host-package] Compiling ratatui v0.29.0
36262026-06-22T19:30:41.643Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36272026-06-22T19:30:41.685Z[ helios-setup] Jun 22 19:30:41.089 INFO E| Compiling serde_derive_internals v0.29.1
36282026-06-22T19:30:41.789Z[ host-package] Compiling hickory-server v0.25.2
36292026-06-22T19:30:41.845Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36302026-06-22T19:30:41.931Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36312026-06-22T19:30:42.208Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36322026-06-22T19:30:42.304Z[ helios-setup] Jun 22 19:30:41.708 INFO E| Compiling modular-bitfield-impl v0.11.2
36332026-06-22T19:30:42.305Z[ helios-setup] Jun 22 19:30:41.708 INFO E| Compiling structopt-derive v0.4.18
36342026-06-22T19:30:42.536Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36352026-06-22T19:30:42.613Z[ host-package] Compiling darling v0.13.4
36362026-06-22T19:30:42.822Z[ helios-setup] Jun 22 19:30:42.225 INFO E| Compiling thiserror-impl v2.0.12
36372026-06-22T19:30:42.822Z[ helios-setup] Jun 22 19:30:42.225 INFO E| Compiling serde_derive v1.0.219
36382026-06-22T19:30:42.829Z[ helios-setup] Jun 22 19:30:42.225 INFO E| Compiling schemars_derive v0.8.22
36392026-06-22T19:30:42.829Z[ helios-setup] Jun 22 19:30:42.225 INFO E| Compiling zerocopy-derive v0.8.25
36402026-06-22T19:30:42.829Z[ helios-setup] Jun 22 19:30:42.225 INFO E| Compiling modular-bitfield-impl v0.13.1
36412026-06-22T19:30:42.829Z[ helios-setup] Jun 22 19:30:42.225 INFO E| Compiling num-derive v0.4.2
36422026-06-22T19:30:42.829Z[ helios-setup] Jun 22 19:30:42.226 INFO E| Compiling strum_macros v0.27.1
36432026-06-22T19:30:42.829Z[ helios-setup] Jun 22 19:30:42.226 INFO E| Compiling scroll_derive v0.12.1
36442026-06-22T19:30:42.977Z[ host-package] Compiling sled v0.34.7
36452026-06-22T19:30:43.065Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36462026-06-22T19:30:43.076Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36472026-06-22T19:30:43.744Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36482026-06-22T19:30:44.311Z[ helios-setup] Jun 22 19:30:43.713 INFO E| Compiling modular-bitfield v0.11.2
36492026-06-22T19:30:44.465Z[ helios-setup] Jun 22 19:30:43.868 INFO E| Compiling structopt v0.3.26
36502026-06-22T19:30:44.557Z[ helios-setup] Jun 22 19:30:43.960 INFO E| Compiling scroll v0.12.0
36512026-06-22T19:30:44.643Z[ helios-setup] Jun 22 19:30:44.042 INFO E| Compiling modular-bitfield v0.13.1
36522026-06-22T19:30:44.797Z[ helios-setup] Jun 22 19:30:44.199 INFO E| Compiling pest v2.8.0
36532026-06-22T19:30:44.931Z[ helios-setup] Jun 22 19:30:44.312 INFO E| Compiling goblin v0.9.3
36542026-06-22T19:30:46.243Z[ helios-setup] Jun 22 19:30:45.645 INFO E| Compiling pest_meta v2.8.0
36552026-06-22T19:30:46.289Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36562026-06-22T19:30:46.964Z[ helios-setup] Jun 22 19:30:46.360 INFO E| Compiling pest_generator v2.8.0
36572026-06-22T19:30:47.482Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36582026-06-22T19:30:47.766Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36592026-06-22T19:30:48.217Z[ helios-setup] Jun 22 19:30:47.620 INFO E| Compiling pest_derive v2.8.0
36602026-06-22T19:30:48.247Z[ host-package] Compiling rustls-webpki v0.101.7
36612026-06-22T19:30:48.318Z[ host-package] Compiling sct v0.7.1
36622026-06-22T19:30:48.342Z[ host-package] Compiling secrecy v0.8.0
36632026-06-22T19:30:48.484Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36642026-06-22T19:30:48.829Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36652026-06-22T19:30:49.009Z[ helios-setup] Jun 22 19:30:48.412 INFO E| Compiling json5 v0.4.1
36662026-06-22T19:30:49.130Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36672026-06-22T19:30:49.378Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36682026-06-22T19:30:50.524Z[ host-package] Compiling serde_with_macros v1.5.2
36692026-06-22T19:30:50.642Z[ helios-setup] Jun 22 19:30:50.045 INFO E| Compiling four-cc v0.4.0
36702026-06-22T19:30:50.642Z[ helios-setup] Jun 22 19:30:50.045 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
36712026-06-22T19:30:50.824Z[ helios-setup] Jun 22 19:30:50.227 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
36722026-06-22T19:30:50.864Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36732026-06-22T19:30:51.376Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36742026-06-22T19:30:51.443Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36752026-06-22T19:30:51.612Z[ host-package] Compiling git2 v0.20.4
36762026-06-22T19:30:51.711Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36772026-06-22T19:30:52.166Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36782026-06-22T19:30:52.510Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36792026-06-22T19:30:52.929Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36802026-06-22T19:30:53.177Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36812026-06-22T19:30:53.255Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36822026-06-22T19:30:53.505Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36832026-06-22T19:30:53.613Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36842026-06-22T19:30:53.658Z[ host-package] Compiling base64 v0.21.7
36852026-06-22T19:30:53.754Z[ host-package] Compiling void v1.0.2
36862026-06-22T19:30:53.917Z[ host-package] Compiling lzss v0.8.2
36872026-06-22T19:30:54.045Z[ host-package] Compiling ron v0.8.1
36882026-06-22T19:30:54.611Z[ host-package] Compiling serde_with v1.14.0
36892026-06-22T19:30:54.827Z[ host-package] Compiling illumos-nvpair v0.3.0
36902026-06-22T19:30:55.034Z[ host-package] Compiling tokio-rustls v0.24.1
36912026-06-22T19:30:55.148Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
36922026-06-22T19:30:55.230Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36932026-06-22T19:30:55.560Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36942026-06-22T19:30:55.765Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36952026-06-22T19:30:55.933Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36962026-06-22T19:30:57.652Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
36972026-06-22T19:30:58.898Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36982026-06-22T19:30:59.338Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36992026-06-22T19:30:59.714Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37002026-06-22T19:30:59.978Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37012026-06-22T19:31:00.218Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37022026-06-22T19:31:00.423Z[ host-package] Compiling tungstenite v0.23.0
37032026-06-22T19:31:00.464Z[ host-package] Compiling rustls-pemfile v1.0.4
37042026-06-22T19:31:00.855Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
37052026-06-22T19:31:00.879Z[ host-package] Compiling nix v0.27.1
37062026-06-22T19:31:01.364Z[ host-package] Compiling twox-hash v2.1.2
37072026-06-22T19:31:01.533Z[ host-package] Compiling serde_bytes v0.11.19
37082026-06-22T19:31:01.902Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37092026-06-22T19:31:01.996Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
37102026-06-22T19:31:02.058Z[ host-package] Compiling tokio-tungstenite v0.23.1
37112026-06-22T19:31:02.546Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37122026-06-22T19:31:02.820Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37132026-06-22T19:31:02.914Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37142026-06-22T19:31:02.989Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37152026-06-22T19:31:04.458Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37162026-06-22T19:31:05.105Z[ helios-setup] Jun 22 19:31:04.491 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37172026-06-22T19:31:05.157Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37182026-06-22T19:31:06.870Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37192026-06-22T19:31:06.939Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37202026-06-22T19:31:07.656Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37212026-06-22T19:31:07.827Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37222026-06-22T19:31:07.882Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37232026-06-22T19:31:08.294Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37242026-06-22T19:31:08.364Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37252026-06-22T19:31:08.464Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37262026-06-22T19:31:08.759Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37272026-06-22T19:31:08.839Z[ helios-setup] Jun 22 19:31:08.241 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37282026-06-22T19:31:09.413Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37292026-06-22T19:31:10.326Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37302026-06-22T19:31:12.469Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37312026-06-22T19:31:12.520Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37322026-06-22T19:31:13.369Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37332026-06-22T19:31:14.201Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37342026-06-22T19:31:14.381Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37352026-06-22T19:31:14.558Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37362026-06-22T19:31:15.954Z[ host-package] Compiling fatfs v0.3.6
37372026-06-22T19:31:15.992Z[ host-package] Compiling signal-hook-tokio v0.3.1
37382026-06-22T19:31:16.434Z[ host-package] Compiling yasna v0.5.2
37392026-06-22T19:31:16.682Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37402026-06-22T19:31:17.227Z[ host-package] Compiling assert_matches v1.5.0
37412026-06-22T19:31:17.274Z[ host-package] Compiling seq-macro v0.3.6
37422026-06-22T19:31:17.439Z[ host-package] Compiling is_ci v1.2.0
37432026-06-22T19:31:17.725Z[ host-package] Compiling supports-color v3.0.2
37442026-06-22T19:31:17.986Z[ host-package] Compiling rcgen v0.12.1
37452026-06-22T19:31:18.019Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37462026-06-22T19:31:18.211Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37472026-06-22T19:31:18.381Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37482026-06-22T19:31:18.414Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37492026-06-22T19:31:18.693Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37502026-06-22T19:31:19.013Z[ host-package] Compiling rtoolbox v0.0.3
37512026-06-22T19:31:19.397Z[ host-package] Compiling subprocess v0.2.15
37522026-06-22T19:31:20.543Z[ helios-setup] Jun 22 19:31:19.931 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.40s
37532026-06-22T19:31:20.571Z[ helios-setup] Jun 22 19:31:19.968 INFO building project "amd-host-image-builder" ok (45 seconds)
37542026-06-22T19:31:20.583Z[ helios-setup] rm -f helios-build
37552026-06-22T19:31:20.583Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37562026-06-22T19:31:20.583Z[ helios-setup]
37572026-06-22T19:31:20.583Z[ helios-setup] Setup complete! ./helios-build is now available.
37582026-06-22T19:31:20.583Z[ helios-setup]
37592026-06-22T19:31:20.583Z[ helios-setup]
37602026-06-22T19:31:20.584Z[ helios-setup] real 3:00.958972514
37612026-06-22T19:31:20.584Z[ helios-setup] user 7:08.304461877
37622026-06-22T19:31:20.584Z[ helios-setup] sys 1:19.445825216
37632026-06-22T19:31:20.584Z[ helios-setup] trap 0.542058504
37642026-06-22T19:31:20.584Z[ helios-setup] tflt 2.633816938
37652026-06-22T19:31:20.584Z[ helios-setup] dflt 6.150525811
37662026-06-22T19:31:20.584Z[ helios-setup] kflt 0.001450390
37672026-06-22T19:31:20.584Z[ helios-setup] lock 51:13.315118715
37682026-06-22T19:31:20.584Z[ helios-setup] slp 38:31.771431460
37692026-06-22T19:31:20.584Z[ helios-setup] lat 7:32.390612633
37702026-06-22T19:31:20.584Z[ helios-setup] stop 1:23.212279140
37712026-06-22T19:31:20.596ZJun 22 19:31:19.979 INFO [helios-setup] process exited with exit status: 0 (180.963239549s)
37722026-06-22T19:31:20.596ZJun 22 19:31:19.979 INFO [helios-record] running task
37732026-06-22T19:31:20.596ZJun 22 19:31:19.979 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37742026-06-22T19:31:20.600ZJun 22 19:31:19.994 DEBG process exited with exit status: 0 (14.596397ms)
37752026-06-22T19:31:20.600ZJun 22 19:31:19.994 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37762026-06-22T19:31:20.600ZJun 22 19:31:19.999 DEBG process exited with exit status: 0 (5.161126ms)
37772026-06-22T19:31:20.600ZJun 22 19:31:19.999 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37782026-06-22T19:31:20.604ZJun 22 19:31:20.003 DEBG process exited with exit status: 0 (4.534435ms)
37792026-06-22T19:31:20.604ZJun 22 19:31:20.003 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37802026-06-22T19:31:20.610ZJun 22 19:31:20.007 DEBG process exited with exit status: 0 (3.793854ms)
37812026-06-22T19:31:20.610ZJun 22 19:31:20.007 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37822026-06-22T19:31:20.610ZJun 22 19:31:20.011 DEBG process exited with exit status: 0 (3.928734ms)
37832026-06-22T19:31:20.610ZJun 22 19:31:20.011 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37842026-06-22T19:31:20.614ZJun 22 19:31:20.015 DEBG process exited with exit status: 0 (4.166665ms)
37852026-06-22T19:31:20.615ZJun 22 19:31:20.015 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37862026-06-22T19:31:20.619ZJun 22 19:31:20.019 DEBG process exited with exit status: 0 (3.619244ms)
37872026-06-22T19:31:20.619ZJun 22 19:31:20.019 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37882026-06-22T19:31:20.625ZJun 22 19:31:20.022 DEBG process exited with exit status: 0 (3.495624ms)
37892026-06-22T19:31:20.625ZJun 22 19:31:20.023 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37902026-06-22T19:31:20.629ZJun 22 19:31:20.026 DEBG process exited with exit status: 0 (3.586554ms)
37912026-06-22T19:31:20.629ZJun 22 19:31:20.026 INFO [helios-record] task succeeded (47.493214ms)
37922026-06-22T19:31:20.762Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37932026-06-22T19:31:21.678Z[ host-package] Compiling rpassword v7.4.0
37942026-06-22T19:31:22.018Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37952026-06-22T19:31:22.473Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37962026-06-22T19:31:22.523Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37972026-06-22T19:31:22.555Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37982026-06-22T19:31:23.025Z[ host-package] Compiling tui-tree-widget v0.23.1
37992026-06-22T19:31:23.036Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38002026-06-22T19:31:25.055Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38012026-06-22T19:31:25.995Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38022026-06-22T19:31:26.239Z[ host-package] Compiling uzers v0.12.2
38032026-06-22T19:31:26.305Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38042026-06-22T19:31:26.582Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38052026-06-22T19:31:27.640Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38062026-06-22T19:31:27.709Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38072026-06-22T19:31:30.346Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38082026-06-22T19:31:38.630Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38092026-06-22T19:31:38.897Z[ host-package] Compiling support-bundle-viewer v0.1.2
38102026-06-22T19:31:40.454Z[ host-package] Compiling multimap v0.10.1
38112026-06-22T19:31:48.253Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38122026-06-22T19:31:58.174Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38132026-06-22T19:31:58.423Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38142026-06-22T19:32:20.077Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
38152026-06-22T19:38:22.610Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 15s
38162026-06-22T19:39:50.311ZJun 22 19:39:49.712 INFO [host-package] process exited with exit status: 0 (643.690157351s)
38172026-06-22T19:39:50.311ZJun 22 19:39:49.712 INFO [host-stamp] running task
38182026-06-22T19:39:50.314ZJun 22 19:39:49.712 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 21.0.0-0.ci+git771b95972e0
38192026-06-22T19:39:50.314ZJun 22 19:39:49.713 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 21.0.0-0.ci+git771b95972e0
38202026-06-22T19:39:50.314ZJun 22 19:39:49.713 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38212026-06-22T19:39:50.315ZJun 22 19:39:49.713 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 21.0.0-0.ci+git771b95972e0
38222026-06-22T19:39:50.315ZJun 22 19:39:49.713 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 21.0.0-0.ci+git771b95972e0
38232026-06-22T19:39:50.315ZJun 22 19:39:49.714 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 21.0.0-0.ci+git771b95972e0
38242026-06-22T19:39:50.315ZJun 22 19:39:49.714 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 21.0.0-0.ci+git771b95972e0
38252026-06-22T19:39:50.315ZJun 22 19:39:49.714 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 21.0.0-0.ci+git771b95972e0
38262026-06-22T19:39:50.315ZJun 22 19:39:49.714 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 21.0.0-0.ci+git771b95972e0
38272026-06-22T19:39:50.337Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38282026-06-22T19:39:50.337Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38292026-06-22T19:39:50.337Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38302026-06-22T19:39:50.337Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38312026-06-22T19:39:50.352Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38322026-06-22T19:39:50.352Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38332026-06-22T19:39:50.352Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38342026-06-22T19:39:50.352Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38352026-06-22T19:39:50.352Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38362026-06-22T19:39:50.352Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38372026-06-22T19:39:50.352ZJun 22 19:39:49.731 INFO [stamp-overlay] process exited with exit status: 0 (18.434671ms)
38382026-06-22T19:39:50.352Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38392026-06-22T19:39:50.352ZJun 22 19:39:49.739 INFO [stamp-oxlog] process exited with exit status: 0 (26.077249ms)
38402026-06-22T19:39:50.368Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38412026-06-22T19:39:50.371ZJun 22 19:39:49.773 INFO [stamp-crucible-utils] process exited with exit status: 0 (58.919857ms)
38422026-06-22T19:39:50.388Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38432026-06-22T19:39:50.401ZJun 22 19:39:49.794 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (81.241863ms)
38442026-06-22T19:39:50.496Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38452026-06-22T19:39:50.519ZJun 22 19:39:49.902 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (188.131454ms)
38462026-06-22T19:39:50.769Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38472026-06-22T19:39:50.773ZJun 22 19:39:50.172 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (459.132234ms)
38482026-06-22T19:39:50.849Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38492026-06-22T19:39:50.857ZJun 22 19:39:50.251 INFO [stamp-propolis-server] process exited with exit status: 0 (537.390833ms)
38502026-06-22T19:39:51.282Z[recovery-package] Compiling newtype-uuid v1.3.2
38512026-06-22T19:39:51.519Z[recovery-package] Compiling daft v0.1.7
38522026-06-22T19:39:51.723Z[recovery-package] Compiling iddqd v0.4.2
38532026-06-22T19:39:52.669Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38542026-06-22T19:39:52.979Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38552026-06-22T19:39:52.979Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38562026-06-22T19:39:52.979Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38572026-06-22T19:39:52.986Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38582026-06-22T19:39:52.986Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38592026-06-22T19:39:52.986Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38602026-06-22T19:39:52.986Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38612026-06-22T19:39:52.986Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38622026-06-22T19:39:53.076Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38632026-06-22T19:39:53.315Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38642026-06-22T19:39:53.335Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38652026-06-22T19:39:53.492Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38662026-06-22T19:39:56.725Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38672026-06-22T19:39:56.814ZJun 22 19:39:56.087 INFO [stamp-switch-asic] process exited with exit status: 0 (6.373225692s)
38682026-06-22T19:39:56.814ZJun 22 19:39:56.087 INFO [host-stamp] task succeeded (6.375415014s)
38692026-06-22T19:39:56.814ZJun 22 19:39:56.087 INFO [host-proto] running task
38702026-06-22T19:39:57.141ZJun 22 19:39:56.526 INFO [host-proto] task succeeded (438.963821ms)
38712026-06-22T19:39:57.141ZJun 22 19:39:56.526 INFO [host-profile] running task
38722026-06-22T19:39:57.165ZJun 22 19:39:56.527 INFO [host-profile] task succeeded (198.18µs)
38732026-06-22T19:39:57.165ZJun 22 19:39:56.527 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.483' -P /tmp/.tmpGk0CZd/proto/host/root -N 'ci 771b959/${os_short_commit} 2026-06-22 19:28' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38742026-06-22T19:39:57.166Z[ host-image] Jun 22 19:39:56.533 INFO Checking files for board 'cosmo-mbist'
38752026-06-22T19:39:57.166Z[ host-image] Jun 22 19:39:56.533 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38762026-06-22T19:39:57.166Z[ host-image] Jun 22 19:39:56.533 INFO Checking files for board 'cosmo-mbist-noaggr'
38772026-06-22T19:39:57.166Z[ host-image] Jun 22 19:39:56.533 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38782026-06-22T19:39:57.166Z[ host-image] Jun 22 19:39:56.533 INFO Checking files for board 'cosmo'
38792026-06-22T19:39:57.166Z[ host-image] Jun 22 19:39:56.533 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38802026-06-22T19:39:57.166Z[ host-image] Jun 22 19:39:56.533 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38812026-06-22T19:39:57.166Z[ host-image] Jun 22 19:39:56.533 INFO Checking files for board 'gimlet'
38822026-06-22T19:39:57.166Z[ host-image] Jun 22 19:39:56.533 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38832026-06-22T19:39:57.166Z[ host-image] Jun 22 19:39:56.533 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38842026-06-22T19:39:57.166Z[ host-image] Jun 22 19:39:56.542 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpGk0CZd/proto/host/root"
38852026-06-22T19:39:57.166Z[ host-image] Jun 22 19:39:56.543 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38862026-06-22T19:39:57.166Z[ host-image] Jun 22 19:39:56.543 INFO image builder template: ramdisk-01-os...
38872026-06-22T19:39:57.167Z[ host-image] Jun 22 19:39:56.543 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/.tmpGk0CZd/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38882026-06-22T19:39:57.180Z[ host-image] Jun 22 19:39:56.557 INFO O| Jun 22 19:39:56.556 INFO CREATE DATASET: rpool/images/build/host/output
38892026-06-22T19:39:57.306Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38902026-06-22T19:39:57.306Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38912026-06-22T19:39:57.328Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38922026-06-22T19:39:57.328Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38932026-06-22T19:39:57.329Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38942026-06-22T19:39:58.439Z[ host-image] Jun 22 19:39:57.817 INFO O| Jun 22 19:39:57.817 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38952026-06-22T19:39:58.473Z[ host-image] Jun 22 19:39:57.820 INFO O| Jun 22 19:39:57.820 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38962026-06-22T19:39:58.656Z[ host-image] Jun 22 19:39:58.035 INFO O| Jun 22 19:39:58.034 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38972026-06-22T19:39:58.705Z[ host-image] Jun 22 19:39:58.087 INFO O| Jun 22 19:39:58.087 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38982026-06-22T19:39:58.705Z[ host-image] Jun 22 19:39:58.087 INFO O| Jun 22 19:39:58.087 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38992026-06-22T19:39:58.735Z[ host-image] Jun 22 19:39:58.087 INFO O| Jun 22 19:39:58.087 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39002026-06-22T19:39:58.735Z[ host-image] Jun 22 19:39:58.087 INFO O| Jun 22 19:39:58.087 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39012026-06-22T19:39:58.735Z[ host-image] Jun 22 19:39:58.092 INFO O| Jun 22 19:39:58.092 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39022026-06-22T19:39:58.930Z[ host-image] Jun 22 19:39:58.296 INFO O| Jun 22 19:39:58.296 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39032026-06-22T19:39:58.943Z[ host-image] Jun 22 19:39:58.304 INFO O| Jun 22 19:39:58.304 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39042026-06-22T19:39:59.219Z[ host-image] Jun 22 19:39:58.577 INFO O| Jun 22 19:39:58.577 INFO O| Caching catalogs ... Done
39052026-06-22T19:39:59.276Z[ host-image] Jun 22 19:39:58.645 INFO O| Jun 22 19:39:58.645 INFO STEP 0 (pkg_image_create) COMPLETE
39062026-06-22T19:39:59.276Z[ host-image] Jun 22 19:39:58.645 INFO O| Jun 22 19:39:58.645 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39072026-06-22T19:39:59.305Z[ host-image] Jun 22 19:39:58.652 INFO O| Jun 22 19:39:58.652 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"]
39082026-06-22T19:39:59.509Z[ host-image] Jun 22 19:39:58.902 INFO O| Jun 22 19:39:58.901 INFO STEP 1 (pkg_set_publisher) COMPLETE
39092026-06-22T19:39:59.509Z[ host-image] Jun 22 19:39:58.902 INFO O| Jun 22 19:39:58.902 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-06-22T19:39:59.509Z[ host-image] Jun 22 19:39:58.902 INFO O| Jun 22 19:39:58.902 INFO skip step because feature "publisher_1_name" is not enabled
39112026-06-22T19:39:59.560Z[ host-image] Jun 22 19:39:58.902 INFO O| Jun 22 19:39:58.902 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39122026-06-22T19:39:59.560Z[ host-image] Jun 22 19:39:58.902 INFO O| Jun 22 19:39:58.902 INFO skip step because feature "publisher_2_name" is not enabled
39132026-06-22T19:39:59.560Z[ host-image] Jun 22 19:39:58.902 INFO O| Jun 22 19:39:58.902 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39142026-06-22T19:39:59.560Z[ host-image] Jun 22 19:39:58.902 INFO O| Jun 22 19:39:58.902 INFO skip step because feature "publisher_3_name" is not enabled
39152026-06-22T19:39:59.560Z[ host-image] Jun 22 19:39:58.902 INFO O| Jun 22 19:39:58.902 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39162026-06-22T19:39:59.769Z[ host-image] Jun 22 19:39:59.146 INFO O| Jun 22 19:39:59.146 INFO variant opensolaris.zone is already global
39172026-06-22T19:39:59.769Z[ host-image] Jun 22 19:39:59.146 INFO O| Jun 22 19:39:59.146 INFO STEP 5 (pkg_change_variant) COMPLETE
39182026-06-22T19:39:59.769Z[ host-image] Jun 22 19:39:59.146 INFO O| Jun 22 19:39:59.146 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39192026-06-22T19:40:00.007Z[ host-image] Jun 22 19:39:59.389 INFO O| Jun 22 19:39:59.389 INFO variant opensolaris.imagetype is full; changing to partial
39202026-06-22T19:40:00.008Z[ host-image] Jun 22 19:39:59.389 INFO O| Jun 22 19:39:59.389 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39212026-06-22T19:40:01.013Z[ host-image] Jun 22 19:40:00.393 INFO O| Jun 22 19:40:00.392 INFO O| Startup: Refreshing catalog 'helios' ... Done
39222026-06-22T19:40:01.127Z[ host-image] Jun 22 19:40:00.481 INFO O| Jun 22 19:40:00.481 INFO O| Startup: Caching catalogs ... Done
39232026-06-22T19:40:01.158Z[ host-image] Jun 22 19:40:00.484 INFO O| Jun 22 19:40:00.484 INFO O| Planning: Planning completed in 0.00 seconds
39242026-06-22T19:40:01.158Z[ host-image] Jun 22 19:40:00.485 INFO O| Jun 22 19:40:00.485 INFO O| Planning: Consolidating action changes ... Done
39252026-06-22T19:40:01.158Z[ host-image] Jun 22 19:40:00.485 INFO O| Jun 22 19:40:00.485 INFO O| Planning: Evaluating mediators ... Done
39262026-06-22T19:40:01.158Z[ host-image] Jun 22 19:40:00.485 INFO O| Jun 22 19:40:00.485 INFO O| Planning: Planning completed in 0.00 seconds
39272026-06-22T19:40:01.158Z[ host-image] Jun 22 19:40:00.485 INFO O| Jun 22 19:40:00.485 INFO O| Variants/Facets to change: 1
39282026-06-22T19:40:01.158Z[ host-image] Jun 22 19:40:00.493 INFO O| Jun 22 19:40:00.493 INFO O| Finalize: Updating package state database ... Done
39292026-06-22T19:40:01.158Z[ host-image] Jun 22 19:40:00.493 INFO O| Jun 22 19:40:00.493 INFO O| Finalize: Updating package cache ... Done
39302026-06-22T19:40:01.158Z[ host-image] Jun 22 19:40:00.509 INFO O| Jun 22 19:40:00.509 INFO O| Finalize: Updating image state ... Done
39312026-06-22T19:40:01.158Z[ host-image] Jun 22 19:40:00.511 INFO O| Jun 22 19:40:00.511 INFO O| Finalize: Creating fast lookup database ... Done
39322026-06-22T19:40:01.158Z[ host-image] Jun 22 19:40:00.511 INFO O| Jun 22 19:40:00.511 INFO O| Finalize: Reading search index ... Done
39332026-06-22T19:40:01.158Z[ host-image] Jun 22 19:40:00.512 INFO O| Jun 22 19:40:00.511 INFO O| Finalize: Updating search index ... Done
39342026-06-22T19:40:01.158Z[ host-image] Jun 22 19:40:00.512 INFO O| Jun 22 19:40:00.512 INFO O| Finalize: Updating package cache ... Done
39352026-06-22T19:40:01.209Z[ host-image] Jun 22 19:40:00.591 INFO O| Jun 22 19:40:00.591 INFO STEP 6 (pkg_change_variant) COMPLETE
39362026-06-22T19:40:01.209Z[ host-image] Jun 22 19:40:00.591 INFO O| Jun 22 19:40:00.591 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39372026-06-22T19:40:01.209Z[ host-image] Jun 22 19:40:00.591 INFO O| Jun 22 19:40:00.591 INFO skip step because feature "debug_variant" is not enabled
39382026-06-22T19:40:01.240Z[ host-image] Jun 22 19:40:00.591 INFO O| Jun 22 19:40:00.591 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39392026-06-22T19:40:01.454Z[ host-image] Jun 22 19:40:00.832 INFO O| Jun 22 19:40:00.832 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39402026-06-22T19:40:02.463Z[ host-image] Jun 22 19:40:01.848 INFO O| Jun 22 19:40:01.848 INFO O| Startup: Refreshing catalog 'helios' ... Done
39412026-06-22T19:40:02.668Z[ host-image] Jun 22 19:40:01.938 INFO O| Jun 22 19:40:01.937 INFO O| Startup: Caching catalogs ... Done
39422026-06-22T19:40:02.700Z[ host-image] Jun 22 19:40:01.941 INFO O| Jun 22 19:40:01.941 INFO O| Planning: Planning completed in 0.00 seconds
39432026-06-22T19:40:02.700Z[ host-image] Jun 22 19:40:01.941 INFO O| Jun 22 19:40:01.941 INFO O| Planning: Consolidating action changes ... Done
39442026-06-22T19:40:02.700Z[ host-image] Jun 22 19:40:01.941 INFO O| Jun 22 19:40:01.941 INFO O| Planning: Evaluating mediators ... Done
39452026-06-22T19:40:02.700Z[ host-image] Jun 22 19:40:01.942 INFO O| Jun 22 19:40:01.942 INFO O| Planning: Planning completed in 0.00 seconds
39462026-06-22T19:40:02.700Z[ host-image] Jun 22 19:40:01.942 INFO O| Jun 22 19:40:01.942 INFO O| Variants/Facets to change: 1
39472026-06-22T19:40:02.701Z[ host-image] Jun 22 19:40:01.950 INFO O| Jun 22 19:40:01.950 INFO O| Finalize: Updating package state database ... Done
39482026-06-22T19:40:02.701Z[ host-image] Jun 22 19:40:01.950 INFO O| Jun 22 19:40:01.950 INFO O| Finalize: Updating package cache ... Done
39492026-06-22T19:40:02.701Z[ host-image] Jun 22 19:40:01.966 INFO O| Jun 22 19:40:01.966 INFO O| Finalize: Updating image state ... Done
39502026-06-22T19:40:02.701Z[ host-image] Jun 22 19:40:01.968 INFO O| Jun 22 19:40:01.968 INFO O| Finalize: Creating fast lookup database ... Done
39512026-06-22T19:40:02.701Z[ host-image] Jun 22 19:40:01.969 INFO O| Jun 22 19:40:01.969 INFO O| Finalize: Reading search index ... Done
39522026-06-22T19:40:02.701Z[ host-image] Jun 22 19:40:01.969 INFO O| Jun 22 19:40:01.969 INFO O| Finalize: Updating search index ... Done
39532026-06-22T19:40:02.701Z[ host-image] Jun 22 19:40:01.969 INFO O| Jun 22 19:40:01.969 INFO O| Finalize: Updating package cache ... Done
39542026-06-22T19:40:02.701Z[ host-image] Jun 22 19:40:02.053 INFO O| Jun 22 19:40:02.053 INFO STEP 8 (pkg_change_facet) COMPLETE
39552026-06-22T19:40:02.701Z[ host-image] Jun 22 19:40:02.053 INFO O| Jun 22 19:40:02.053 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39562026-06-22T19:40:02.701Z[ host-image] Jun 22 19:40:02.053 INFO O| Jun 22 19:40:02.053 INFO skip step because feature "recovery" is not enabled
39572026-06-22T19:40:02.701Z[ host-image] Jun 22 19:40:02.053 INFO O| Jun 22 19:40:02.053 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39582026-06-22T19:40:02.701Z[ host-image] Jun 22 19:40:02.053 INFO O| Jun 22 19:40:02.053 INFO skip step because feature "recovery" is not enabled
39592026-06-22T19:40:02.701Z[ host-image] Jun 22 19:40:02.053 INFO O| Jun 22 19:40:02.053 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602026-06-22T19:40:02.701Z[ host-image] Jun 22 19:40:02.061 INFO O| Jun 22 19:40:02.061 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@21.0.0.0"]
39612026-06-22T19:40:03.690Z[ host-image] Jun 22 19:40:03.080 INFO O| Jun 22 19:40:03.079 INFO O| Startup: Refreshing catalog 'helios' ... Done
39622026-06-22T19:40:03.773Z[ host-image] Jun 22 19:40:03.169 INFO O| Jun 22 19:40:03.169 INFO O| Startup: Caching catalogs ... Done
39632026-06-22T19:40:04.158Z[ host-image] Jun 22 19:40:03.547 INFO O| Jun 22 19:40:03.546 INFO O| Planning: Solver setup ... Done
39642026-06-22T19:40:04.175Z[ host-image] Jun 22 19:40:03.560 INFO O| Jun 22 19:40:03.560 INFO O| Planning: Running solver ... Done
39652026-06-22T19:40:04.197Z[ host-image] Jun 22 19:40:03.570 INFO O| Jun 22 19:40:03.570 INFO O| Planning: Finding local manifests ... Done
39662026-06-22T19:40:04.224Z[ host-image] Jun 22 19:40:03.597 INFO O| Jun 22 19:40:03.597 INFO O| Planning: Fetching manifests: 0/128 0% complete
39672026-06-22T19:40:05.330Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39682026-06-22T19:40:06.224Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39692026-06-22T19:40:08.478Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39702026-06-22T19:40:08.478Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39712026-06-22T19:40:09.503Z[ host-image] Jun 22 19:40:08.877 INFO O| Jun 22 19:40:08.877 INFO O| Planning: Fetching manifests: 103/128 80% complete
39722026-06-22T19:40:09.536Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39732026-06-22T19:40:10.116Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39742026-06-22T19:40:10.187Z[ host-image] Jun 22 19:40:09.564 INFO O| Jun 22 19:40:09.564 INFO O| Planning: Fetching manifests: 128/128 100% complete
39752026-06-22T19:40:10.613Z[ host-image] Jun 22 19:40:09.987 INFO O| Jun 22 19:40:09.987 INFO O| Planning: Package planning ... Done
39762026-06-22T19:40:10.935Z[ host-image] Jun 22 19:40:10.298 INFO O| Jun 22 19:40:10.298 INFO O| Planning: Merging actions ... Done
39772026-06-22T19:40:11.054Z[ host-image] Jun 22 19:40:10.403 INFO O| Jun 22 19:40:10.403 INFO O| Planning: Checking for conflicting actions ... Done
39782026-06-22T19:40:11.187Z[ host-image] Jun 22 19:40:10.507 INFO O| Jun 22 19:40:10.507 INFO O| Planning: Consolidating action changes ... Done
39792026-06-22T19:40:11.406Z[ host-image] Jun 22 19:40:10.761 INFO O| Jun 22 19:40:10.761 INFO O| Planning: Evaluating mediators ... Done
39802026-06-22T19:40:12.789Z[ host-image] Jun 22 19:40:12.153 INFO O| Jun 22 19:40:12.153 INFO O| Planning: Planning completed in 8.98 seconds
39812026-06-22T19:40:12.828Z[ host-image] Jun 22 19:40:12.155 INFO O| Jun 22 19:40:12.154 INFO O| Packages to install: 128
39822026-06-22T19:40:12.828Z[ host-image] Jun 22 19:40:12.155 INFO O| Jun 22 19:40:12.155 INFO O| Mediators to change: 5
39832026-06-22T19:40:12.828Z[ host-image] Jun 22 19:40:12.155 INFO O| Jun 22 19:40:12.155 INFO O| Services to change: 6
39842026-06-22T19:40:12.828Z[ host-image] Jun 22 19:40:12.182 INFO O| Jun 22 19:40:12.182 INFO O| Download: 0/23764 items 0.0/222.2MB 0% complete
39852026-06-22T19:40:17.828Z[ host-image] Jun 22 19:40:17.214 INFO O| Jun 22 19:40:17.214 INFO O| Download: 500/23764 items 4.3/222.2MB 1% complete (877k/s)
39862026-06-22T19:40:22.754Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.18s
39872026-06-22T19:40:23.952Z[ host-image] Jun 22 19:40:23.070 INFO O| Jun 22 19:40:23.070 INFO O| Download: 1019/23764 items 8.1/222.2MB 3% complete (985k/s)
39882026-06-22T19:40:38.093Z[ host-image] Jun 22 19:40:37.495 INFO O| Jun 22 19:40:37.494 INFO O| Download: 1022/23764 items 8.1/222.2MB 3% complete
39892026-06-22T19:40:44.165Z[ host-image] Jun 22 19:40:43.552 INFO O| Jun 22 19:40:43.552 INFO O| Download: 1632/23764 items 9.8/222.2MB 4% complete (520k/s)
39902026-06-22T19:40:49.411Z[ host-image] Jun 22 19:40:48.813 INFO O| Jun 22 19:40:48.813 INFO O| Download: 1647/23764 items 10.6/222.2MB 4% complete (157k/s)
39912026-06-22T19:40:54.469Z[ host-image] Jun 22 19:40:53.821 INFO O| Jun 22 19:40:53.821 INFO O| Download: 2005/23764 items 21.9/222.2MB 9% complete (2.1M/s)
39922026-06-22T19:41:00.286Z[ host-image] Jun 22 19:40:59.651 INFO O| Jun 22 19:40:59.651 INFO O| Download: 2134/23764 items 23.1/222.2MB 10% complete (1.4M/s)
39932026-06-22T19:41:03.742ZJun 22 19:41:03.106 INFO [recovery-package] process exited with exit status: 0 (73.393674302s)
39942026-06-22T19:41:03.742ZJun 22 19:41:03.106 INFO [recovery-stamp] running task
39952026-06-22T19:41:04.155ZJun 22 19:41:03.107 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39962026-06-22T19:41:04.155ZJun 22 19:41:03.107 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 21.0.0-0.ci+git771b95972e0
39972026-06-22T19:41:04.155ZJun 22 19:41:03.107 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+git771b95972e0
39982026-06-22T19:41:04.155Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39992026-06-22T19:41:04.155Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40002026-06-22T19:41:04.206Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40012026-06-22T19:41:04.206ZJun 22 19:41:03.234 INFO [stamp-installinator] process exited with exit status: 0 (127.061895ms)
40022026-06-22T19:41:04.206Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40032026-06-22T19:41:04.207ZJun 22 19:41:03.276 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (169.573743ms)
40042026-06-22T19:41:04.207ZJun 22 19:41:03.276 INFO [recovery-stamp] task succeeded (169.768833ms)
40052026-06-22T19:41:04.207ZJun 22 19:41:03.276 INFO [recovery-proto] running task
40062026-06-22T19:41:04.207ZJun 22 19:41:03.276 INFO [tuf-stamp] running task
40072026-06-22T19:41:04.207ZJun 22 19:41:03.277 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 21.0.0-0.ci+git771b95972e0
40082026-06-22T19:41:04.207ZJun 22 19:41:03.277 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 21.0.0-0.ci+git771b95972e0
40092026-06-22T19:41:04.207ZJun 22 19:41:03.278 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 21.0.0-0.ci+git771b95972e0
40102026-06-22T19:41:04.207ZJun 22 19:41:03.278 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 21.0.0-0.ci+git771b95972e0
40112026-06-22T19:41:04.207ZJun 22 19:41:03.278 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 21.0.0-0.ci+git771b95972e0
40122026-06-22T19:41:04.207ZJun 22 19:41:03.279 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 21.0.0-0.ci+git771b95972e0
40132026-06-22T19:41:04.207ZJun 22 19:41:03.279 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 21.0.0-0.ci+git771b95972e0
40142026-06-22T19:41:04.207ZJun 22 19:41:03.279 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 21.0.0-0.ci+git771b95972e0
40152026-06-22T19:41:04.207ZJun 22 19:41:03.280 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 21.0.0-0.ci+git771b95972e0
40162026-06-22T19:41:04.207ZJun 22 19:41:03.280 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 21.0.0-0.ci+git771b95972e0
40172026-06-22T19:41:04.207ZJun 22 19:41:03.280 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 21.0.0-0.ci+git771b95972e0
40182026-06-22T19:41:04.207ZJun 22 19:41:03.281 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 21.0.0-0.ci+git771b95972e0
40192026-06-22T19:41:04.207Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40202026-06-22T19:41:04.207Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40212026-06-22T19:41:04.207Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40222026-06-22T19:41:04.207Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40232026-06-22T19:41:04.207Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40242026-06-22T19:41:04.207Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40252026-06-22T19:41:04.207Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40262026-06-22T19:41:04.207Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40272026-06-22T19:41:04.207Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40282026-06-22T19:41:04.207Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40292026-06-22T19:41:04.207Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40302026-06-22T19:41:04.207Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40312026-06-22T19:41:04.207Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40322026-06-22T19:41:04.207ZJun 22 19:41:03.343 INFO [stamp-probe] process exited with exit status: 0 (63.521713ms)
40332026-06-22T19:41:04.208ZJun 22 19:41:03.420 INFO [recovery-proto] task succeeded (144.309255ms)
40342026-06-22T19:41:04.208ZJun 22 19:41:03.421 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.483' -P /tmp/.tmpGk0CZd/proto/recovery/root -N 'recovery 771b959/${os_short_commit} 2026-06-22 19:28' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40352026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.428 INFO Checking files for board 'cosmo-mbist'
40362026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.428 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40372026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.428 INFO Checking files for board 'cosmo-mbist-noaggr'
40382026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.428 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40392026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.428 INFO Checking files for board 'gimlet'
40402026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.428 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40412026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.428 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40422026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.428 INFO Checking files for board 'cosmo'
40432026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.428 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40442026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.428 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40452026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.438 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpGk0CZd/proto/recovery/root"
40462026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.438 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40472026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.438 INFO image builder template: ramdisk-01-os...
40482026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.438 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpGk0CZd/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40492026-06-22T19:41:04.208Z[ recovery-image] Jun 22 19:41:03.455 INFO O| Jun 22 19:41:03.454 INFO CREATE DATASET: rpool/images/build/recovery/output
40502026-06-22T19:41:04.233Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40512026-06-22T19:41:04.359Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40522026-06-22T19:41:04.419Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40532026-06-22T19:41:04.419ZJun 22 19:41:03.661 INFO [stamp-ntp] process exited with exit status: 0 (381.594855ms)
40542026-06-22T19:41:04.469Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40552026-06-22T19:41:04.470ZJun 22 19:41:03.824 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (544.567741ms)
40562026-06-22T19:41:04.529Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40572026-06-22T19:41:04.558Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40582026-06-22T19:41:04.558ZJun 22 19:41:03.905 INFO [stamp-internal-dns] process exited with exit status: 0 (628.552437ms)
40592026-06-22T19:41:04.558ZJun 22 19:41:03.907 INFO [stamp-external-dns] process exited with exit status: 0 (629.827829ms)
40602026-06-22T19:41:04.668Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40612026-06-22T19:41:04.701ZJun 22 19:41:04.045 INFO [stamp-crucible-zone] process exited with exit status: 0 (767.032035ms)
40622026-06-22T19:41:04.769Z[ recovery-image] Jun 22 19:41:04.153 INFO O| Jun 22 19:41:04.153 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40632026-06-22T19:41:04.791Z[ recovery-image] Jun 22 19:41:04.156 INFO O| Jun 22 19:41:04.156 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40642026-06-22T19:41:05.233Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40652026-06-22T19:41:05.257ZJun 22 19:41:04.213 INFO [stamp-oximeter] process exited with exit status: 0 (933.520486ms)
40662026-06-22T19:41:06.286Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40672026-06-22T19:41:06.712ZJun 22 19:41:05.677 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.396824155s)
40682026-06-22T19:41:06.732Z[ host-image] Jun 22 19:41:05.751 INFO O| Jun 22 19:41:05.751 INFO O| Download: 2209/23764 items 23.5/222.2MB 10% complete (226k/s)
40692026-06-22T19:41:07.934Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40702026-06-22T19:41:07.947ZJun 22 19:41:07.335 INFO [stamp-nexus] process exited with exit status: 0 (4.056873859s)
40712026-06-22T19:41:08.030Z[ recovery-image] Jun 22 19:41:07.407 INFO O| Jun 22 19:41:07.407 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40722026-06-22T19:41:08.254Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40732026-06-22T19:41:08.725ZJun 22 19:41:07.640 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.360931716s)
40742026-06-22T19:41:08.769Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40752026-06-22T19:41:08.769Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40762026-06-22T19:41:08.769Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40772026-06-22T19:41:08.769Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40782026-06-22T19:41:08.769ZJun 22 19:41:08.016 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.736091634s)
40792026-06-22T19:41:08.769ZJun 22 19:41:08.019 INFO [stamp-clickhouse] process exited with exit status: 0 (4.74151566s)
40802026-06-22T19:41:08.769ZJun 22 19:41:08.019 INFO [tuf-stamp] task succeeded (4.742756521s)
40812026-06-22T19:41:08.769Z[verify-libraries] Compiling stacker v0.1.23
40822026-06-22T19:41:08.769Z[verify-libraries] Compiling cfg_aliases v0.1.1
40832026-06-22T19:41:08.769Z[verify-libraries] Compiling home v0.5.12
40842026-06-22T19:41:08.769Z[verify-libraries] Compiling nibble_vec v0.1.0
40852026-06-22T19:41:08.769Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40862026-06-22T19:41:08.769Z[verify-libraries] Compiling endian-type v0.1.2
40872026-06-22T19:41:08.794Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40882026-06-22T19:41:08.794Z[verify-libraries] Compiling nix v0.28.0
40892026-06-22T19:41:08.836Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40902026-06-22T19:41:08.877Z[verify-libraries] Compiling winnow v0.6.26
40912026-06-22T19:41:08.877Z[verify-libraries] Compiling unicode_categories v0.1.1
40922026-06-22T19:41:08.928Z[verify-libraries] Compiling radix_trie v0.2.1
40932026-06-22T19:41:08.928Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40942026-06-22T19:41:08.976Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40952026-06-22T19:41:09.022Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40962026-06-22T19:41:09.056Z[verify-libraries] Compiling polyval v0.6.2
40972026-06-22T19:41:09.056Z[verify-libraries] Compiling ctr v0.9.2
40982026-06-22T19:41:09.106Z[verify-libraries] Compiling colored v2.2.0
40992026-06-22T19:41:09.106Z[verify-libraries] Compiling blowfish v0.9.1
41002026-06-22T19:41:09.129Z[verify-libraries] Compiling ssh-encoding v0.2.0
41012026-06-22T19:41:09.183Z[verify-libraries] Compiling password-hash v0.4.2
41022026-06-22T19:41:09.711Z[verify-libraries] Compiling ghash v0.5.1
41032026-06-22T19:41:09.760Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41042026-06-22T19:41:09.760Z[verify-libraries] Compiling petname v2.0.2
41052026-06-22T19:41:09.760Z[verify-libraries] Compiling p521 v0.13.3
41062026-06-22T19:41:09.760Z[verify-libraries] Compiling p256 v0.13.2
41072026-06-22T19:41:09.760Z[verify-libraries] Compiling psm v0.1.30
41082026-06-22T19:41:09.760Z[verify-libraries] Compiling aes-gcm v0.10.3
41092026-06-22T19:41:09.760Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41102026-06-22T19:41:09.761Z[verify-libraries] Compiling pbkdf2 v0.11.0
41112026-06-22T19:41:09.761Z[verify-libraries] Compiling md5 v0.7.0
41122026-06-22T19:41:09.761Z[verify-libraries] Compiling ssh-cipher v0.2.0
41132026-06-22T19:41:09.761Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41142026-06-22T19:41:09.761Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41152026-06-22T19:41:09.796Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41162026-06-22T19:41:09.796Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41172026-06-22T19:41:09.796Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41182026-06-22T19:41:09.955Z[verify-libraries] Compiling num-bigint v0.4.6
41192026-06-22T19:41:10.014Z[verify-libraries] Compiling ssh-key v0.6.7
41202026-06-22T19:41:10.014Z[ recovery-image] Jun 22 19:41:09.292 INFO O| Jun 22 19:41:09.292 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41212026-06-22T19:41:10.014Z[ recovery-image] Jun 22 19:41:09.292 INFO O| Jun 22 19:41:09.292 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41222026-06-22T19:41:10.014Z[ recovery-image] Jun 22 19:41:09.292 INFO O| Jun 22 19:41:09.292 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41232026-06-22T19:41:10.014Z[ recovery-image] Jun 22 19:41:09.292 INFO O| Jun 22 19:41:09.292 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41242026-06-22T19:41:10.014Z[ recovery-image] Jun 22 19:41:09.300 INFO O| Jun 22 19:41:09.300 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41252026-06-22T19:41:10.014Z[verify-libraries] Compiling des v0.8.1
41262026-06-22T19:41:10.058Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41272026-06-22T19:41:10.058Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41282026-06-22T19:41:10.108Z[verify-libraries] Compiling hex-literal v0.4.1
41292026-06-22T19:41:10.177Z[verify-libraries] Compiling sync-ptr v0.1.4
41302026-06-22T19:41:10.383Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41312026-06-22T19:41:10.434Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41322026-06-22T19:41:10.434Z[verify-libraries] Compiling internet-checksum v0.2.1
41332026-06-22T19:41:10.434Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41342026-06-22T19:41:10.511Z[verify-libraries] Compiling recursive v0.1.1
41352026-06-22T19:41:10.556Z[verify-libraries] Compiling rustyline v14.0.0
41362026-06-22T19:41:10.556Z[ recovery-image] Jun 22 19:41:09.879 INFO O| Jun 22 19:41:09.879 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41372026-06-22T19:41:10.556Z[ recovery-image] Jun 22 19:41:09.887 INFO O| Jun 22 19:41:09.887 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41382026-06-22T19:41:10.557Z[verify-libraries] Compiling sqlformat v0.3.5
41392026-06-22T19:41:10.625Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41402026-06-22T19:41:10.666Z[verify-libraries] Compiling sqlparser v0.61.0
41412026-06-22T19:41:10.666Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41422026-06-22T19:41:10.827Z[verify-libraries] Compiling git-stub v1.0.0
41432026-06-22T19:41:10.856Z[ recovery-image] Jun 22 19:41:10.228 INFO O| Jun 22 19:41:10.228 INFO O| Caching catalogs ... Done
41442026-06-22T19:41:10.979Z[ recovery-image] Jun 22 19:41:10.354 INFO O| Jun 22 19:41:10.354 INFO STEP 0 (pkg_image_create) COMPLETE
41452026-06-22T19:41:10.979Z[ recovery-image] Jun 22 19:41:10.354 INFO O| Jun 22 19:41:10.354 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41462026-06-22T19:41:11.032Z[ recovery-image] Jun 22 19:41:10.364 INFO O| Jun 22 19:41:10.364 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"]
41472026-06-22T19:41:11.131Z[verify-libraries] Compiling russh-keys v0.45.0
41482026-06-22T19:41:11.305Z[verify-libraries] Compiling diff v0.1.13
41492026-06-22T19:41:11.372Z[ recovery-image] Jun 22 19:41:10.723 INFO O| Jun 22 19:41:10.723 INFO STEP 1 (pkg_set_publisher) COMPLETE
41502026-06-22T19:41:11.373Z[ recovery-image] Jun 22 19:41:10.723 INFO O| Jun 22 19:41:10.723 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41512026-06-22T19:41:11.819Z[ recovery-image] Jun 22 19:41:10.723 INFO O| Jun 22 19:41:10.723 INFO skip step because feature "publisher_1_name" is not enabled
41522026-06-22T19:41:11.819Z[ recovery-image] Jun 22 19:41:10.723 INFO O| Jun 22 19:41:10.723 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41532026-06-22T19:41:11.819Z[ recovery-image] Jun 22 19:41:10.723 INFO O| Jun 22 19:41:10.723 INFO skip step because feature "publisher_2_name" is not enabled
41542026-06-22T19:41:11.819Z[ recovery-image] Jun 22 19:41:10.723 INFO O| Jun 22 19:41:10.723 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41552026-06-22T19:41:11.819Z[ recovery-image] Jun 22 19:41:10.723 INFO O| Jun 22 19:41:10.723 INFO skip step because feature "publisher_3_name" is not enabled
41562026-06-22T19:41:11.819Z[ recovery-image] Jun 22 19:41:10.723 INFO O| Jun 22 19:41:10.723 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41572026-06-22T19:41:11.819Z[ host-image] Jun 22 19:41:10.752 INFO O| Jun 22 19:41:10.752 INFO O| Download: 2273/23764 items 24.4/222.2MB 10% complete (136k/s)
41582026-06-22T19:41:11.819Z[verify-libraries] Compiling yansi v1.0.1
41592026-06-22T19:41:11.838Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41602026-06-22T19:41:11.838Z[ recovery-image] Jun 22 19:41:11.073 INFO O| Jun 22 19:41:11.073 INFO variant opensolaris.zone is already global
41612026-06-22T19:41:11.838Z[ recovery-image] Jun 22 19:41:11.073 INFO O| Jun 22 19:41:11.073 INFO STEP 5 (pkg_change_variant) COMPLETE
41622026-06-22T19:41:11.839Z[ recovery-image] Jun 22 19:41:11.073 INFO O| Jun 22 19:41:11.073 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41632026-06-22T19:41:11.969Z[verify-libraries] Compiling pretty_assertions v1.4.1
41642026-06-22T19:41:12.022Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41652026-06-22T19:41:12.061Z[ recovery-image] Jun 22 19:41:11.410 INFO O| Jun 22 19:41:11.410 INFO variant opensolaris.imagetype is full; changing to partial
41662026-06-22T19:41:12.061Z[ recovery-image] Jun 22 19:41:11.410 INFO O| Jun 22 19:41:11.410 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41672026-06-22T19:41:12.196Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41682026-06-22T19:41:12.506Z[verify-libraries] Compiling russh v0.45.0
41692026-06-22T19:41:12.553Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41702026-06-22T19:41:12.788Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41712026-06-22T19:41:12.841Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
41722026-06-22T19:41:12.994Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41732026-06-22T19:41:13.044Z[ recovery-image] Jun 22 19:41:12.349 INFO O| Jun 22 19:41:12.349 INFO O| Startup: Refreshing catalog 'helios' ... Done
41742026-06-22T19:41:13.075Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41752026-06-22T19:41:13.113Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41762026-06-22T19:41:13.113Z[ recovery-image] Jun 22 19:41:12.475 INFO O| Jun 22 19:41:12.475 INFO O| Startup: Caching catalogs ... Done
41772026-06-22T19:41:13.113Z[ recovery-image] Jun 22 19:41:12.481 INFO O| Jun 22 19:41:12.481 INFO O| Planning: Planning completed in 0.00 seconds
41782026-06-22T19:41:13.113Z[ recovery-image] Jun 22 19:41:12.481 INFO O| Jun 22 19:41:12.481 INFO O| Planning: Consolidating action changes ... Done
41792026-06-22T19:41:13.113Z[ recovery-image] Jun 22 19:41:12.481 INFO O| Jun 22 19:41:12.481 INFO O| Planning: Evaluating mediators ... Done
41802026-06-22T19:41:13.113Z[ recovery-image] Jun 22 19:41:12.482 INFO O| Jun 22 19:41:12.482 INFO O| Planning: Planning completed in 0.00 seconds
41812026-06-22T19:41:13.113Z[ recovery-image] Jun 22 19:41:12.482 INFO O| Jun 22 19:41:12.482 INFO O| Variants/Facets to change: 1
41822026-06-22T19:41:13.173Z[ recovery-image] Jun 22 19:41:12.497 INFO O| Jun 22 19:41:12.497 INFO O| Finalize: Updating package state database ... Done
41832026-06-22T19:41:13.173Z[ recovery-image] Jun 22 19:41:12.497 INFO O| Jun 22 19:41:12.497 INFO O| Finalize: Updating package cache ... Done
41842026-06-22T19:41:13.173Z[verify-libraries] Compiling drift v0.2.0
41852026-06-22T19:41:13.173Z[ recovery-image] Jun 22 19:41:12.518 INFO O| Jun 22 19:41:12.518 INFO O| Finalize: Updating image state ... Done
41862026-06-22T19:41:13.229Z[ recovery-image] Jun 22 19:41:12.531 INFO O| Jun 22 19:41:12.530 INFO O| Finalize: Creating fast lookup database ... Done
41872026-06-22T19:41:13.229Z[ recovery-image] Jun 22 19:41:12.531 INFO O| Jun 22 19:41:12.531 INFO O| Finalize: Reading search index ... Done
41882026-06-22T19:41:13.229Z[ recovery-image] Jun 22 19:41:12.531 INFO O| Jun 22 19:41:12.531 INFO O| Finalize: Updating search index ... Done
41892026-06-22T19:41:13.229Z[ recovery-image] Jun 22 19:41:12.531 INFO O| Jun 22 19:41:12.531 INFO O| Finalize: Updating package cache ... Done
41902026-06-22T19:41:13.359Z[ recovery-image] Jun 22 19:41:12.691 INFO O| Jun 22 19:41:12.691 INFO STEP 6 (pkg_change_variant) COMPLETE
41912026-06-22T19:41:13.359Z[ recovery-image] Jun 22 19:41:12.691 INFO O| Jun 22 19:41:12.691 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41922026-06-22T19:41:13.359Z[ recovery-image] Jun 22 19:41:12.691 INFO O| Jun 22 19:41:12.691 INFO skip step because feature "debug_variant" is not enabled
41932026-06-22T19:41:13.367Z[ recovery-image] Jun 22 19:41:12.691 INFO O| Jun 22 19:41:12.691 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41942026-06-22T19:41:13.421Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41952026-06-22T19:41:13.484Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
41962026-06-22T19:41:13.517Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41972026-06-22T19:41:13.611Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41982026-06-22T19:41:13.649Z[ recovery-image] Jun 22 19:41:13.009 INFO O| Jun 22 19:41:13.009 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41992026-06-22T19:41:13.991Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
42002026-06-22T19:41:14.249Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42012026-06-22T19:41:14.330Z[verify-libraries] Compiling termios v0.3.3
42022026-06-22T19:41:14.621Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42032026-06-22T19:41:14.720Z[ recovery-image] Jun 22 19:41:14.082 INFO O| Jun 22 19:41:14.082 INFO O| Startup: Refreshing catalog 'helios' ... Done
42042026-06-22T19:41:14.869Z[ recovery-image] Jun 22 19:41:14.226 INFO O| Jun 22 19:41:14.226 INFO O| Startup: Caching catalogs ... Done
42052026-06-22T19:41:14.913Z[ recovery-image] Jun 22 19:41:14.232 INFO O| Jun 22 19:41:14.232 INFO O| Planning: Planning completed in 0.00 seconds
42062026-06-22T19:41:14.913Z[ recovery-image] Jun 22 19:41:14.233 INFO O| Jun 22 19:41:14.233 INFO O| Planning: Consolidating action changes ... Done
42072026-06-22T19:41:14.913Z[ recovery-image] Jun 22 19:41:14.233 INFO O| Jun 22 19:41:14.233 INFO O| Planning: Evaluating mediators ... Done
42082026-06-22T19:41:14.913Z[ recovery-image] Jun 22 19:41:14.233 INFO O| Jun 22 19:41:14.233 INFO O| Planning: Planning completed in 0.00 seconds
42092026-06-22T19:41:14.913Z[ recovery-image] Jun 22 19:41:14.233 INFO O| Jun 22 19:41:14.233 INFO O| Variants/Facets to change: 1
42102026-06-22T19:41:14.913Z[ recovery-image] Jun 22 19:41:14.267 INFO O| Jun 22 19:41:14.267 INFO O| Finalize: Updating package state database ... Done
42112026-06-22T19:41:14.913Z[ recovery-image] Jun 22 19:41:14.267 INFO O| Jun 22 19:41:14.267 INFO O| Finalize: Updating package cache ... Done
42122026-06-22T19:41:14.945Z[ recovery-image] Jun 22 19:41:14.287 INFO O| Jun 22 19:41:14.287 INFO O| Finalize: Updating image state ... Done
42132026-06-22T19:41:14.945Z[ recovery-image] Jun 22 19:41:14.291 INFO O| Jun 22 19:41:14.291 INFO O| Finalize: Creating fast lookup database ... Done
42142026-06-22T19:41:14.945Z[ recovery-image] Jun 22 19:41:14.292 INFO O| Jun 22 19:41:14.292 INFO O| Finalize: Reading search index ... Done
42152026-06-22T19:41:14.945Z[ recovery-image] Jun 22 19:41:14.292 INFO O| Jun 22 19:41:14.292 INFO O| Finalize: Updating search index ... Done
42162026-06-22T19:41:14.945Z[ recovery-image] Jun 22 19:41:14.293 INFO O| Jun 22 19:41:14.293 INFO O| Finalize: Updating package cache ... Done
42172026-06-22T19:41:15.065Z[ recovery-image] Jun 22 19:41:14.434 INFO O| Jun 22 19:41:14.434 INFO STEP 8 (pkg_change_facet) COMPLETE
42182026-06-22T19:41:15.065Z[ recovery-image] Jun 22 19:41:14.434 INFO O| Jun 22 19:41:14.434 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42192026-06-22T19:41:15.455Z[ recovery-image] Jun 22 19:41:14.788 INFO O| Jun 22 19:41:14.788 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42202026-06-22T19:41:15.581Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42212026-06-22T19:41:15.639Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42222026-06-22T19:41:15.927Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42232026-06-22T19:41:16.324Z[ recovery-image] Jun 22 19:41:15.699 INFO O| Jun 22 19:41:15.699 INFO O| Startup: Refreshing catalog 'helios' ... Done
42242026-06-22T19:41:16.483Z[ recovery-image] Jun 22 19:41:15.823 INFO O| Jun 22 19:41:15.823 INFO O| Startup: Caching catalogs ... Done
42252026-06-22T19:41:16.525Z[ recovery-image] Jun 22 19:41:15.830 INFO O| Jun 22 19:41:15.830 INFO O| Planning: Planning completed in 0.00 seconds
42262026-06-22T19:41:16.525Z[ recovery-image] Jun 22 19:41:15.830 INFO O| Jun 22 19:41:15.830 INFO O| Planning: Consolidating action changes ... Done
42272026-06-22T19:41:16.525Z[ recovery-image] Jun 22 19:41:15.830 INFO O| Jun 22 19:41:15.830 INFO O| Planning: Evaluating mediators ... Done
42282026-06-22T19:41:16.525Z[ recovery-image] Jun 22 19:41:15.830 INFO O| Jun 22 19:41:15.830 INFO O| Planning: Planning completed in 0.00 seconds
42292026-06-22T19:41:16.525Z[ recovery-image] Jun 22 19:41:15.831 INFO O| Jun 22 19:41:15.831 INFO O| Variants/Facets to change: 1
42302026-06-22T19:41:16.525Z[ recovery-image] Jun 22 19:41:15.859 INFO O| Jun 22 19:41:15.859 INFO O| Finalize: Updating package state database ... Done
42312026-06-22T19:41:16.525Z[ recovery-image] Jun 22 19:41:15.859 INFO O| Jun 22 19:41:15.859 INFO O| Finalize: Updating package cache ... Done
42322026-06-22T19:41:16.525Z[ recovery-image] Jun 22 19:41:15.879 INFO O| Jun 22 19:41:15.879 INFO O| Finalize: Updating image state ... Done
42332026-06-22T19:41:16.525Z[ recovery-image] Jun 22 19:41:15.883 INFO O| Jun 22 19:41:15.883 INFO O| Finalize: Creating fast lookup database ... Done
42342026-06-22T19:41:16.525Z[ recovery-image] Jun 22 19:41:15.883 INFO O| Jun 22 19:41:15.883 INFO O| Finalize: Reading search index ... Done
42352026-06-22T19:41:16.525Z[ recovery-image] Jun 22 19:41:15.883 INFO O| Jun 22 19:41:15.883 INFO O| Finalize: Updating search index ... Done
42362026-06-22T19:41:16.525Z[ recovery-image] Jun 22 19:41:15.884 INFO O| Jun 22 19:41:15.884 INFO O| Finalize: Updating package cache ... Done
42372026-06-22T19:41:16.666Z[ recovery-image] Jun 22 19:41:16.013 INFO O| Jun 22 19:41:16.013 INFO STEP 9 (pkg_change_facet) COMPLETE
42382026-06-22T19:41:16.666Z[ recovery-image] Jun 22 19:41:16.013 INFO O| Jun 22 19:41:16.013 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42392026-06-22T19:41:17.028Z[ recovery-image] Jun 22 19:41:16.422 INFO O| Jun 22 19:41:16.422 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42402026-06-22T19:41:17.201Z[ host-image] Jun 22 19:41:16.557 INFO O| Jun 22 19:41:16.557 INFO O| Download: 2331/23764 items 26.8/222.2MB 12% complete (328k/s)
42412026-06-22T19:41:17.317Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42422026-06-22T19:41:18.234Z[ recovery-image] Jun 22 19:41:17.600 INFO O| Jun 22 19:41:17.600 INFO O| Startup: Refreshing catalog 'helios' ... Done
42432026-06-22T19:41:18.372Z[ recovery-image] Jun 22 19:41:17.707 INFO O| Jun 22 19:41:17.707 INFO O| Startup: Caching catalogs ... Done
42442026-06-22T19:41:18.410Z[ recovery-image] Jun 22 19:41:17.714 INFO O| Jun 22 19:41:17.714 INFO O| Planning: Planning completed in 0.00 seconds
42452026-06-22T19:41:18.410Z[ recovery-image] Jun 22 19:41:17.714 INFO O| Jun 22 19:41:17.714 INFO O| Planning: Consolidating action changes ... Done
42462026-06-22T19:41:18.410Z[ recovery-image] Jun 22 19:41:17.714 INFO O| Jun 22 19:41:17.714 INFO O| Planning: Evaluating mediators ... Done
42472026-06-22T19:41:18.410Z[ recovery-image] Jun 22 19:41:17.715 INFO O| Jun 22 19:41:17.715 INFO O| Planning: Planning completed in 0.00 seconds
42482026-06-22T19:41:18.410Z[ recovery-image] Jun 22 19:41:17.715 INFO O| Jun 22 19:41:17.715 INFO O| Variants/Facets to change: 1
42492026-06-22T19:41:18.410Z[ recovery-image] Jun 22 19:41:17.729 INFO O| Jun 22 19:41:17.729 INFO O| Finalize: Updating package state database ... Done
42502026-06-22T19:41:18.410Z[ recovery-image] Jun 22 19:41:17.729 INFO O| Jun 22 19:41:17.729 INFO O| Finalize: Updating package cache ... Done
42512026-06-22T19:41:18.410Z[ recovery-image] Jun 22 19:41:17.748 INFO O| Jun 22 19:41:17.748 INFO O| Finalize: Updating image state ... Done
42522026-06-22T19:41:18.410Z[ recovery-image] Jun 22 19:41:17.753 INFO O| Jun 22 19:41:17.753 INFO O| Finalize: Creating fast lookup database ... Done
42532026-06-22T19:41:18.410Z[ recovery-image] Jun 22 19:41:17.754 INFO O| Jun 22 19:41:17.754 INFO O| Finalize: Reading search index ... Done
42542026-06-22T19:41:18.410Z[ recovery-image] Jun 22 19:41:17.754 INFO O| Jun 22 19:41:17.754 INFO O| Finalize: Updating search index ... Done
42552026-06-22T19:41:18.410Z[ recovery-image] Jun 22 19:41:17.755 INFO O| Jun 22 19:41:17.755 INFO O| Finalize: Updating package cache ... Done
42562026-06-22T19:41:18.513Z[ recovery-image] Jun 22 19:41:17.896 INFO O| Jun 22 19:41:17.895 INFO STEP 10 (pkg_change_facet) COMPLETE
42572026-06-22T19:41:18.514Z[ recovery-image] Jun 22 19:41:17.896 INFO O| Jun 22 19:41:17.896 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42582026-06-22T19:41:18.546Z[ recovery-image] Jun 22 19:41:17.907 INFO O| Jun 22 19:41:17.907 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@21.0.0.0"]
42592026-06-22T19:41:19.147Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42602026-06-22T19:41:19.475Z[ recovery-image] Jun 22 19:41:18.853 INFO O| Jun 22 19:41:18.853 INFO O| Startup: Refreshing catalog 'helios' ... Done
42612026-06-22T19:41:19.602Z[ recovery-image] Jun 22 19:41:18.975 INFO O| Jun 22 19:41:18.975 INFO O| Startup: Caching catalogs ... Done
42622026-06-22T19:41:20.164Z[ recovery-image] Jun 22 19:41:19.520 INFO O| Jun 22 19:41:19.520 INFO O| Planning: Solver setup ... Done
42632026-06-22T19:41:20.193Z[ recovery-image] Jun 22 19:41:19.535 INFO O| Jun 22 19:41:19.535 INFO O| Planning: Running solver ... Done
42642026-06-22T19:41:20.193Z[ recovery-image] Jun 22 19:41:19.547 INFO O| Jun 22 19:41:19.547 INFO O| Planning: Finding local manifests ... Done
42652026-06-22T19:41:20.230Z[ recovery-image] Jun 22 19:41:19.608 INFO O| Jun 22 19:41:19.608 INFO O| Planning: Fetching manifests: 0/128 0% complete
42662026-06-22T19:41:20.512Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42672026-06-22T19:41:23.132Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42682026-06-22T19:41:23.267Z[ host-image] Jun 22 19:41:22.631 INFO O| Jun 22 19:41:22.631 INFO O| Download: 2453/23764 items 27.6/222.2MB 12% complete (468k/s)
42692026-06-22T19:41:23.756Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
42702026-06-22T19:41:25.886Z[ recovery-image] Jun 22 19:41:25.227 INFO O| Jun 22 19:41:25.227 INFO O| Planning: Fetching manifests: 66/128 51% complete
42712026-06-22T19:41:27.825Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
42722026-06-22T19:41:28.267Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
42732026-06-22T19:41:28.452Z[ host-image] Jun 22 19:41:27.647 INFO O| Jun 22 19:41:27.647 INFO O| Download: 3253/23764 items 33.6/222.2MB 15% complete (629k/s)
42742026-06-22T19:41:28.617Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42752026-06-22T19:41:29.609Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42762026-06-22T19:41:31.056Z[ recovery-image] Jun 22 19:41:30.374 INFO O| Jun 22 19:41:30.374 INFO O| Planning: Fetching manifests: 116/128 90% complete
42772026-06-22T19:41:31.862Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42782026-06-22T19:41:32.250Z[ recovery-image] Jun 22 19:41:31.433 INFO O| Jun 22 19:41:31.433 INFO O| Planning: Fetching manifests: 128/128 100% complete
42792026-06-22T19:41:32.658Z[ recovery-image] Jun 22 19:41:31.937 INFO O| Jun 22 19:41:31.937 INFO O| Planning: Package planning ... Done
42802026-06-22T19:41:32.792Z[ recovery-image] Jun 22 19:41:32.088 INFO O| Jun 22 19:41:32.088 INFO O| Planning: Merging actions ... Done
42812026-06-22T19:41:32.895Z[ recovery-image] Jun 22 19:41:32.158 INFO O| Jun 22 19:41:32.158 INFO O| Planning: Checking for conflicting actions ... Done
42822026-06-22T19:41:32.949Z[ recovery-image] Jun 22 19:41:32.212 INFO O| Jun 22 19:41:32.212 INFO O| Planning: Consolidating action changes ... Done
42832026-06-22T19:41:33.060Z[ recovery-image] Jun 22 19:41:32.346 INFO O| Jun 22 19:41:32.346 INFO O| Planning: Evaluating mediators ... Done
42842026-06-22T19:41:33.146Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42852026-06-22T19:41:33.865Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
42862026-06-22T19:41:34.416Z[ recovery-image] Jun 22 19:41:33.768 INFO O| Jun 22 19:41:33.768 INFO O| Planning: Planning completed in 14.79 seconds
42872026-06-22T19:41:34.877Z[ recovery-image] Jun 22 19:41:33.770 INFO O| Jun 22 19:41:33.770 INFO O| Packages to install: 128
42882026-06-22T19:41:34.877Z[ recovery-image] Jun 22 19:41:33.770 INFO O| Jun 22 19:41:33.770 INFO O| Mediators to change: 5
42892026-06-22T19:41:34.877Z[ recovery-image] Jun 22 19:41:33.770 INFO O| Jun 22 19:41:33.770 INFO O| Services to change: 5
42902026-06-22T19:41:34.877Z[ recovery-image] Jun 22 19:41:33.796 INFO O| Jun 22 19:41:33.796 INFO O| Download: 0/16569 items 0.0/199.4MB 0% complete
42912026-06-22T19:41:34.944Z[ host-image] Jun 22 19:41:33.984 INFO O| Jun 22 19:41:33.984 INFO O| Download: 3482/23764 items 33.8/222.2MB 15% complete (768k/s)
42922026-06-22T19:41:34.944Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42932026-06-22T19:41:35.563Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
42942026-06-22T19:41:35.943Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42952026-06-22T19:41:35.943Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42962026-06-22T19:41:36.204Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
42972026-06-22T19:41:36.545Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
42982026-06-22T19:41:38.659Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
42992026-06-22T19:41:38.708Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43002026-06-22T19:41:39.434Z[ recovery-image] Jun 22 19:41:38.807 INFO O| Jun 22 19:41:38.806 INFO O| Download: 423/16569 items 3.6/199.4MB 1% complete (735k/s)
43012026-06-22T19:41:39.513Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43022026-06-22T19:41:39.886Z[ host-image] Jun 22 19:41:39.069 INFO O| Jun 22 19:41:39.069 INFO O| Download: 3656/23764 items 35.5/222.2MB 15% complete (190k/s)
43032026-06-22T19:41:40.282Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
43042026-06-22T19:41:41.301Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43052026-06-22T19:41:41.462Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43062026-06-22T19:41:41.979Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43072026-06-22T19:41:42.979Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43082026-06-22T19:41:44.742Z[ recovery-image] Jun 22 19:41:43.808 INFO O| Jun 22 19:41:43.808 INFO O| Download: 912/16569 items 7.2/199.4MB 3% complete (730k/s)
43092026-06-22T19:41:44.845Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43102026-06-22T19:41:44.845Z[ host-image] Jun 22 19:41:44.071 INFO O| Jun 22 19:41:44.071 INFO O| Download: 3902/23764 items 39.3/222.2MB 17% complete (502k/s)
43112026-06-22T19:41:45.881Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43122026-06-22T19:41:46.420Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43132026-06-22T19:41:47.260Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43142026-06-22T19:41:47.875Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43152026-06-22T19:41:48.030Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43162026-06-22T19:41:48.224Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43172026-06-22T19:41:50.428Z[ recovery-image] Jun 22 19:41:48.947 INFO O| Jun 22 19:41:48.947 INFO O| Download: 1004/16569 items 7.9/199.4MB 3% complete (743k/s)
43182026-06-22T19:41:50.874Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43192026-06-22T19:41:55.178Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43202026-06-22T19:41:56.401Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43212026-06-22T19:41:58.081Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43222026-06-22T19:41:59.435Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43232026-06-22T19:41:59.843Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43242026-06-22T19:41:59.943Z[ recovery-image] Jun 22 19:41:59.179 INFO O| Jun 22 19:41:59.179 INFO O| Download: 1006/16569 items 7.9/199.4MB 3% complete
43252026-06-22T19:42:00.029Z[ host-image] Jun 22 19:41:59.330 INFO O| Jun 22 19:41:59.329 INFO O| Download: 4531/23764 items 41.2/222.2MB 18% complete
43262026-06-22T19:42:01.699Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43272026-06-22T19:42:01.960Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43282026-06-22T19:42:02.254Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43292026-06-22T19:42:02.990Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43302026-06-22T19:42:03.505Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43312026-06-22T19:42:04.457Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43322026-06-22T19:42:04.923Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43332026-06-22T19:42:05.253Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43342026-06-22T19:42:06.085Z[ host-image] Jun 22 19:42:05.447 INFO O| Jun 22 19:42:05.447 INFO O| Download: 4816/23764 items 42.3/222.2MB 19% complete (649k/s)
43352026-06-22T19:42:07.313Z[ recovery-image] Jun 22 19:42:06.668 INFO O| Jun 22 19:42:06.668 INFO O| Download: 1076/16569 items 8.8/199.4MB 4% complete (154k/s)
43362026-06-22T19:42:08.017Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43372026-06-22T19:42:09.125Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43382026-06-22T19:42:10.328Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43392026-06-22T19:42:11.075Z[ host-image] Jun 22 19:42:10.448 INFO O| Jun 22 19:42:10.448 INFO O| Download: 4960/23764 items 43.6/222.2MB 19% complete (213k/s)
43402026-06-22T19:42:13.012Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43412026-06-22T19:42:13.051Z[ recovery-image] Jun 22 19:42:12.404 INFO O| Jun 22 19:42:12.404 INFO O| Download: 1469/16569 items 20.7/199.4MB 10% complete (1.3M/s)
43422026-06-22T19:42:14.523Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43432026-06-22T19:42:16.116Z[ host-image] Jun 22 19:42:15.452 INFO O| Jun 22 19:42:15.452 INFO O| Download: 5327/23764 items 46.5/222.2MB 20% complete (425k/s)
43442026-06-22T19:42:17.434Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43452026-06-22T19:42:17.676Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43462026-06-22T19:42:18.196Z[ recovery-image] Jun 22 19:42:17.425 INFO O| Jun 22 19:42:17.424 INFO O| Download: 1993/16569 items 28.7/199.4MB 14% complete (1.9M/s)
43472026-06-22T19:42:21.096Z[ host-image] Jun 22 19:42:20.454 INFO O| Jun 22 19:42:20.454 INFO O| Download: 5973/23764 items 46.9/222.2MB 21% complete (340k/s)
43482026-06-22T19:42:23.073Z[ recovery-image] Jun 22 19:42:22.434 INFO O| Jun 22 19:42:22.434 INFO O| Download: 2685/16569 items 31.2/199.4MB 15% complete (1.1M/s)
43492026-06-22T19:42:25.807Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43502026-06-22T19:42:26.168Z[ host-image] Jun 22 19:42:25.466 INFO O| Jun 22 19:42:25.466 INFO O| Download: 6382/23764 items 47.1/222.2MB 21% complete (72.1k/s)
43512026-06-22T19:42:26.238Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43522026-06-22T19:42:28.016Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43532026-06-22T19:42:28.108Z[ recovery-image] Jun 22 19:42:27.434 INFO O| Jun 22 19:42:27.434 INFO O| Download: 3165/16569 items 37.2/199.4MB 18% complete (891k/s)
43542026-06-22T19:42:28.418Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43552026-06-22T19:42:28.960Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43562026-06-22T19:42:28.960Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43572026-06-22T19:42:31.212Z[ host-image] Jun 22 19:42:30.483 INFO O| Jun 22 19:42:30.483 INFO O| Download: 6776/23764 items 47.4/222.2MB 21% complete (51.1k/s)
43582026-06-22T19:42:33.149Z[ recovery-image] Jun 22 19:42:32.456 INFO O| Jun 22 19:42:32.456 INFO O| Download: 3716/16569 items 38.6/199.4MB 19% complete (752k/s)
43592026-06-22T19:42:37.864Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43602026-06-22T19:42:44.135Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43612026-06-22T19:42:46.297Z[ recovery-image] Jun 22 19:42:45.681 INFO O| Jun 22 19:42:45.681 INFO O| Download: 3935/16569 items 39.6/199.4MB 19% complete
43622026-06-22T19:42:47.792Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43632026-06-22T19:42:48.377Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43642026-06-22T19:42:48.681Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43652026-06-22T19:42:49.464Z[ host-image] Jun 22 19:42:48.849 INFO O| Jun 22 19:42:48.848 INFO O| Download: 7081/23764 items 48.5/222.2MB 21% complete
43662026-06-22T19:42:51.630Z[ recovery-image] Jun 22 19:42:51.026 INFO O| Jun 22 19:42:51.026 INFO O| Download: 4015/16569 items 40.7/199.4MB 20% complete (315k/s)
43672026-06-22T19:42:53.289Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43682026-06-22T19:42:53.334Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43692026-06-22T19:42:54.017Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43702026-06-22T19:42:54.462Z[ host-image] Jun 22 19:42:53.851 INFO O| Jun 22 19:42:53.851 INFO O| Download: 7235/23764 items 49.6/222.2MB 22% complete (205k/s)
43712026-06-22T19:42:57.181Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43722026-06-22T19:42:59.439Z[ recovery-image] Jun 22 19:42:58.774 INFO O| Jun 22 19:42:58.774 INFO O| Download: 4089/16569 items 42.6/199.4MB 21% complete (340k/s)
43732026-06-22T19:42:59.822Z[ host-image] Jun 22 19:42:59.101 INFO O| Jun 22 19:42:59.101 INFO O| Download: 7396/23764 items 52.3/222.2MB 23% complete (373k/s)
43742026-06-22T19:43:04.523Z[ recovery-image] Jun 22 19:43:03.774 INFO O| Jun 22 19:43:03.774 INFO O| Download: 4860/16569 items 43.6/199.4MB 21% complete (110k/s)
43752026-06-22T19:43:04.863Z[ host-image] Jun 22 19:43:04.105 INFO O| Jun 22 19:43:04.104 INFO O| Download: 8078/23764 items 60.9/222.2MB 27% complete (1.1M/s)
43762026-06-22T19:43:10.475Z[ host-image] Jun 22 19:43:09.538 INFO O| Jun 22 19:43:09.538 INFO O| Download: 8469/23764 items 61.9/222.2MB 27% complete (1.1M/s)
43772026-06-22T19:43:13.403Z[ recovery-image] Jun 22 19:43:12.605 INFO O| Jun 22 19:43:12.605 INFO O| Download: 5118/16569 items 43.8/199.4MB 21% complete (126k/s)
43782026-06-22T19:43:15.233Z[ host-image] Jun 22 19:43:14.615 INFO O| Jun 22 19:43:14.615 INFO O| Download: 8583/23764 items 62.7/222.2MB 28% complete (182k/s)
43792026-06-22T19:43:18.258Z[ recovery-image] Jun 22 19:43:17.619 INFO O| Jun 22 19:43:17.619 INFO O| Download: 5708/16569 items 44.1/199.4MB 22% complete (66.2k/s)
43802026-06-22T19:43:20.960Z[ host-image] Jun 22 19:43:20.112 INFO O| Jun 22 19:43:20.111 INFO O| Download: 8595/23764 items 62.8/222.2MB 28% complete (91.7k/s)
43812026-06-22T19:43:24.722Z[ recovery-image] Jun 22 19:43:23.958 INFO O| Jun 22 19:43:23.958 INFO O| Download: 5997/16569 items 45.2/199.4MB 22% complete (163k/s)
43822026-06-22T19:43:26.136Z[ host-image] Jun 22 19:43:25.458 INFO O| Jun 22 19:43:25.458 INFO O| Download: 8775/23764 items 67.9/222.2MB 30% complete (454k/s)
43832026-06-22T19:43:29.440Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43842026-06-22T19:43:30.345Z[ recovery-image] Jun 22 19:43:29.699 INFO O| Jun 22 19:43:29.699 INFO O| Download: 6079/16569 items 45.8/199.4MB 22% complete (155k/s)
43852026-06-22T19:43:33.317Z[ host-image] Jun 22 19:43:32.129 INFO O| Jun 22 19:43:32.129 INFO O| Download: 8795/23764 items 73.9/222.2MB 33% complete (1.0M/s)
43862026-06-22T19:43:34.550Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43872026-06-22T19:43:34.615Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43882026-06-22T19:43:34.630Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43892026-06-22T19:43:34.908Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43902026-06-22T19:43:34.944Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43912026-06-22T19:43:35.005Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43922026-06-22T19:43:35.153Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43932026-06-22T19:43:35.238Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43942026-06-22T19:43:37.745Z[ recovery-image] Jun 22 19:43:36.199 INFO O| Jun 22 19:43:36.199 INFO O| Download: 6104/16569 items 46.1/199.4MB 23% complete (90.5k/s)
43952026-06-22T19:43:37.984Z[ host-image] Jun 22 19:43:37.129 INFO O| Jun 22 19:43:37.129 INFO O| Download: 8853/23764 items 77.1/222.2MB 34% complete (999k/s)
43962026-06-22T19:43:38.066Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43972026-06-22T19:43:39.459Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43982026-06-22T19:43:43.879Z[ host-image] Jun 22 19:43:42.131 INFO O| Jun 22 19:43:42.131 INFO O| Download: 9576/23764 items 80.7/222.2MB 36% complete (694k/s)
43992026-06-22T19:43:43.939Z[ recovery-image] Jun 22 19:43:42.615 INFO O| Jun 22 19:43:42.615 INFO O| Download: 6106/16569 items 46.1/199.4MB 23% complete (88.9k/s)
44002026-06-22T19:43:45.544Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44012026-06-22T19:43:47.755Z[ host-image] Jun 22 19:43:47.135 INFO O| Jun 22 19:43:47.135 INFO O| Download: 9994/23764 items 89.6/222.2MB 40% complete (1.3M/s)
44022026-06-22T19:43:52.752Z[ host-image] Jun 22 19:43:52.138 INFO O| Jun 22 19:43:52.138 INFO O| Download: 10984/23764 items 96.6/222.2MB 43% complete (1.6M/s)
44032026-06-22T19:43:56.047Z[ recovery-image] Jun 22 19:43:55.422 INFO O| Jun 22 19:43:55.422 INFO O| Download: 6111/16569 items 46.2/199.4MB 23% complete
44042026-06-22T19:43:57.936Z[ host-image] Jun 22 19:43:57.310 INFO O| Jun 22 19:43:57.310 INFO O| Download: 11449/23764 items 98.3/222.2MB 44% complete (946k/s)
44052026-06-22T19:44:02.098Z[ recovery-image] Jun 22 19:44:01.479 INFO O| Jun 22 19:44:01.479 INFO O| Download: 6139/16569 items 47.5/199.4MB 23% complete (1.9M/s)
44062026-06-22T19:44:04.886Z[ host-image] Jun 22 19:44:04.262 INFO O| Jun 22 19:44:04.262 INFO O| Download: 11654/23764 items 98.9/222.2MB 44% complete (604k/s)
44072026-06-22T19:44:07.418Z[ recovery-image] Jun 22 19:44:06.819 INFO O| Jun 22 19:44:06.819 INFO O| Download: 6363/16569 items 56.4/199.4MB 28% complete (985k/s)
44082026-06-22T19:44:10.241Z[ host-image] Jun 22 19:44:09.622 INFO O| Jun 22 19:44:09.622 INFO O| Download: 11968/23764 items 102.7/222.2MB 46% complete (351k/s)
44092026-06-22T19:44:13.557Z[ recovery-image] Jun 22 19:44:12.884 INFO O| Jun 22 19:44:12.884 INFO O| Download: 6375/16569 items 56.4/199.4MB 28% complete (936k/s)
44102026-06-22T19:44:16.197Z[ host-image] Jun 22 19:44:15.290 INFO O| Jun 22 19:44:15.290 INFO O| Download: 12750/23764 items 107.5/222.2MB 48% complete (916k/s)
44112026-06-22T19:44:19.140Z[ recovery-image] Jun 22 19:44:18.468 INFO O| Jun 22 19:44:18.468 INFO O| Download: 6566/16569 items 68.3/199.4MB 34% complete (1.2M/s)
44122026-06-22T19:44:22.031Z[ host-image] Jun 22 19:44:21.370 INFO O| Jun 22 19:44:21.370 INFO O| Download: 12781/23764 items 109.1/222.2MB 49% complete (926k/s)
44132026-06-22T19:44:28.781Z[ host-image] Jun 22 19:44:27.789 INFO O| Jun 22 19:44:27.788 INFO O| Download: 12785/23764 items 109.1/222.2MB 49% complete (836k/s)
44142026-06-22T19:44:30.392Z[ recovery-image] Jun 22 19:44:29.695 INFO O| Jun 22 19:44:29.695 INFO O| Download: 6570/16569 items 68.3/199.4MB 34% complete
44152026-06-22T19:44:33.848Z[ host-image] Jun 22 19:44:33.220 INFO O| Jun 22 19:44:33.220 INFO O| Download: 12975/23764 items 118.3/222.2MB 53% complete (1.9M/s)
44162026-06-22T19:44:35.305Z[ recovery-image] Jun 22 19:44:34.706 INFO O| Jun 22 19:44:34.706 INFO O| Download: 7184/16569 items 73.5/199.4MB 36% complete (1.0M/s)
44172026-06-22T19:44:38.839Z[ host-image] Jun 22 19:44:38.238 INFO O| Jun 22 19:44:38.238 INFO O| Download: 14000/23764 items 119.5/222.2MB 53% complete (996k/s)
44182026-06-22T19:44:44.127Z[ host-image] Jun 22 19:44:43.472 INFO O| Jun 22 19:44:43.472 INFO O| Download: 14647/23764 items 119.8/222.2MB 53% complete (159k/s)
44192026-06-22T19:44:46.549Z[ recovery-image] Jun 22 19:44:45.951 INFO O| Jun 22 19:44:45.951 INFO O| Download: 7640/16569 items 82.2/199.4MB 41% complete (1.9M/s)
44202026-06-22T19:44:50.505Z[ host-image] Jun 22 19:44:48.788 INFO O| Jun 22 19:44:48.788 INFO O| Download: 14671/23764 items 119.8/222.2MB 53% complete (153k/s)
44212026-06-22T19:44:54.478Z[ recovery-image] Jun 22 19:44:52.063 INFO O| Jun 22 19:44:52.063 INFO O| Download: 8194/16569 items 83.2/199.4MB 41% complete (354k/s)
44222026-06-22T19:45:05.390Z[ host-image] Jun 22 19:45:04.786 INFO O| Jun 22 19:45:04.786 INFO O| Download: 14675/23764 items 119.8/222.2MB 53% complete
44232026-06-22T19:45:06.905Z[ recovery-image] Jun 22 19:45:06.308 INFO O| Jun 22 19:45:06.307 INFO O| Download: 8463/16569 items 85.7/199.4MB 43% complete
44242026-06-22T19:45:10.405Z[ host-image] Jun 22 19:45:09.807 INFO O| Jun 22 19:45:09.807 INFO O| Download: 15036/23764 items 120.3/222.2MB 54% complete (186k/s)
44252026-06-22T19:45:12.970Z[ recovery-image] Jun 22 19:45:12.370 INFO O| Jun 22 19:45:12.370 INFO O| Download: 8496/16569 items 87.0/199.4MB 43% complete (490k/s)
44262026-06-22T19:45:15.986Z[ host-image] Jun 22 19:45:15.388 INFO O| Jun 22 19:45:15.387 INFO O| Download: 15225/23764 items 121.9/222.2MB 54% complete (204k/s)
44272026-06-22T19:45:18.335Z[ recovery-image] Jun 22 19:45:17.737 INFO O| Jun 22 19:45:17.737 INFO O| Download: 8554/16569 items 88.3/199.4MB 44% complete (149k/s)
44282026-06-22T19:45:22.076Z[ host-image] Jun 22 19:45:21.478 INFO O| Jun 22 19:45:21.478 INFO O| Download: 15271/23764 items 126.1/222.2MB 56% complete (544k/s)
44292026-06-22T19:45:23.958Z[ recovery-image] Jun 22 19:45:23.356 INFO O| Jun 22 19:45:23.356 INFO O| Download: 8565/16569 items 88.8/199.4MB 44% complete (197k/s)
44302026-06-22T19:45:27.174Z[ host-image] Jun 22 19:45:26.576 INFO O| Jun 22 19:45:26.576 INFO O| Download: 16492/23764 items 135.6/222.2MB 61% complete (1.0M/s)
44312026-06-22T19:45:30.380Z[ recovery-image] Jun 22 19:45:29.782 INFO O| Jun 22 19:45:29.782 INFO O| Download: 8568/16569 items 88.9/199.4MB 44% complete (193k/s)
44322026-06-22T19:45:32.554Z[ host-image] Jun 22 19:45:31.955 INFO O| Jun 22 19:45:31.955 INFO O| Download: 16523/23764 items 135.8/222.2MB 61% complete (1.3M/s)
44332026-06-22T19:45:35.411Z[ recovery-image] Jun 22 19:45:34.814 INFO O| Jun 22 19:45:34.814 INFO O| Download: 9181/16569 items 90.7/199.4MB 45% complete (279k/s)
44342026-06-22T19:45:37.552Z[ host-image] Jun 22 19:45:36.955 INFO O| Jun 22 19:45:36.955 INFO O| Download: 17254/23764 items 145.1/222.2MB 65% complete (973k/s)
44352026-06-22T19:45:40.559Z[ recovery-image] Jun 22 19:45:39.956 INFO O| Jun 22 19:45:39.956 INFO O| Download: 9299/16569 items 94.1/199.4MB 47% complete (668k/s)
44362026-06-22T19:45:43.771Z[ host-image] Jun 22 19:45:43.172 INFO O| Jun 22 19:45:43.172 INFO O| Download: 17664/23764 items 146.3/222.2MB 65% complete (1.1M/s)
44372026-06-22T19:45:46.623Z[ recovery-image] Jun 22 19:45:46.025 INFO O| Jun 22 19:45:46.025 INFO O| Download: 9308/16569 items 98.9/199.4MB 49% complete (917k/s)
44382026-06-22T19:45:48.786Z[ host-image] Jun 22 19:45:48.187 INFO O| Jun 22 19:45:48.187 INFO O| Download: 18661/23764 items 160.3/222.2MB 72% complete (1.5M/s)
44392026-06-22T19:45:52.707Z[ recovery-image] Jun 22 19:45:52.106 INFO O| Jun 22 19:45:52.105 INFO O| Download: 9360/16569 items 101.6/199.4MB 50% complete (786k/s)
44402026-06-22T19:45:54.371Z[ host-image] Jun 22 19:45:53.772 INFO O| Jun 22 19:45:53.772 INFO O| Download: 18679/23764 items 160.4/222.2MB 72% complete (1.5M/s)
44412026-06-22T19:45:57.997Z[ recovery-image] Jun 22 19:45:57.399 INFO O| Jun 22 19:45:57.399 INFO O| Download: 9463/16569 items 102.7/199.4MB 51% complete (187k/s)
44422026-06-22T19:46:03.000Z[ recovery-image] Jun 22 19:46:02.402 INFO O| Jun 22 19:46:02.402 INFO O| Download: 10946/16569 items 103.5/199.4MB 51% complete (158k/s)
44432026-06-22T19:46:05.608Z[ host-image] Jun 22 19:46:05.010 INFO O| Jun 22 19:46:05.010 INFO O| Download: 18681/23764 items 160.5/222.2MB 72% complete
44442026-06-22T19:46:08.074Z[ recovery-image] Jun 22 19:46:07.476 INFO O| Jun 22 19:46:07.475 INFO O| Download: 11432/16569 items 104.1/199.4MB 52% complete (147k/s)
44452026-06-22T19:46:11.747Z[ host-image] Jun 22 19:46:11.148 INFO O| Jun 22 19:46:11.148 INFO O| Download: 18739/23764 items 171.6/222.2MB 77% complete (2.7M/s)
44462026-06-22T19:46:16.749Z[ host-image] Jun 22 19:46:16.151 INFO O| Jun 22 19:46:16.151 INFO O| Download: 19608/23764 items 175.9/222.2MB 79% complete (1.2M/s)
44472026-06-22T19:46:17.715Z[ recovery-image] Jun 22 19:46:17.117 INFO O| Jun 22 19:46:17.116 INFO O| Download: 11440/16569 items 104.1/199.4MB 52% complete (136k/s)
44482026-06-22T19:46:21.750Z[ host-image] Jun 22 19:46:21.152 INFO O| Jun 22 19:46:21.152 INFO O| Download: 20155/23764 items 177.7/222.2MB 79% complete (625k/s)
44492026-06-22T19:46:24.034Z[ recovery-image] Jun 22 19:46:23.434 INFO O| Jun 22 19:46:23.434 INFO O| Download: 11577/16569 items 105.6/199.4MB 52% complete (209k/s)
44502026-06-22T19:46:27.655Z[ host-image] Jun 22 19:46:27.057 INFO O| Jun 22 19:46:27.057 INFO O| Download: 20785/23764 items 179.9/222.2MB 80% complete (602k/s)
44512026-06-22T19:46:30.089Z[ recovery-image] Jun 22 19:46:29.491 INFO O| Jun 22 19:46:29.491 INFO O| Download: 11603/16569 items 108.2/199.4MB 54% complete (529k/s)
44522026-06-22T19:46:49.319Z[ recovery-image] Jun 22 19:46:48.721 INFO O| Jun 22 19:46:48.721 INFO O| Download: 11607/16569 items 108.4/199.4MB 54% complete
44532026-06-22T19:46:49.324Z[ host-image] Jun 22 19:46:48.722 INFO O| Jun 22 19:46:48.722 INFO O| Download: 20792/23764 items 179.9/222.2MB 80% complete
44542026-06-22T19:46:54.511Z[ recovery-image] Jun 22 19:46:53.913 INFO O| Jun 22 19:46:53.913 INFO O| Download: 11616/16569 items 109.8/199.4MB 55% complete (625k/s)
44552026-06-22T19:46:55.436Z[ host-image] Jun 22 19:46:54.838 INFO O| Jun 22 19:46:54.838 INFO O| Download: 21417/23764 items 182.6/222.2MB 82% complete (1.2M/s)
44562026-06-22T19:47:00.437Z[ host-image] Jun 22 19:46:59.838 INFO O| Jun 22 19:46:59.838 INFO O| Download: 21700/23764 items 187.3/222.2MB 84% complete (508k/s)
44572026-06-22T19:47:03.013Z[ recovery-image] Jun 22 19:47:02.412 INFO O| Jun 22 19:47:02.412 INFO O| Download: 11930/16569 items 117.3/199.4MB 58% complete (1.0M/s)
44582026-06-22T19:47:05.999Z[ host-image] Jun 22 19:47:05.399 INFO O| Jun 22 19:47:05.399 INFO O| Download: 21734/23764 items 189.0/222.2MB 85% complete (653k/s)
44592026-06-22T19:47:09.833Z[ recovery-image] Jun 22 19:47:09.234 INFO O| Jun 22 19:47:09.234 INFO O| Download: 11931/16569 items 117.3/199.4MB 58% complete
44602026-06-22T19:47:10.999Z[ host-image] Jun 22 19:47:10.400 INFO O| Jun 22 19:47:10.400 INFO O| Download: 22118/23764 items 190.7/222.2MB 85% complete (214k/s)
44612026-06-22T19:47:15.918Z[ recovery-image] Jun 22 19:47:15.318 INFO O| Jun 22 19:47:15.318 INFO O| Download: 11950/16569 items 117.5/199.4MB 58% complete (16.7k/s)
44622026-06-22T19:47:16.693Z[ host-image] Jun 22 19:47:16.095 INFO O| Jun 22 19:47:16.094 INFO O| Download: 22935/23764 items 215.2/222.2MB 96% complete (2.8M/s)
44632026-06-22T19:47:21.543Z[ recovery-image] Jun 22 19:47:20.944 INFO O| Jun 22 19:47:20.944 INFO O| Download: 12454/16569 items 138.9/199.4MB 69% complete (2.7M/s)
44642026-06-22T19:47:22.426Z[ host-image] Jun 22 19:47:21.828 INFO O| Jun 22 19:47:21.828 INFO O| Download: 23016/23764 items 216.2/222.2MB 97% complete (2.6M/s)
44652026-06-22T19:47:27.433Z[ host-image] Jun 22 19:47:26.834 INFO O| Jun 22 19:47:26.834 INFO O| Download: 23433/23764 items 221.6/222.2MB 99% complete (643k/s)
44662026-06-22T19:47:27.747Z[ recovery-image] Jun 22 19:47:27.148 INFO O| Jun 22 19:47:27.148 INFO O| Download: 12484/16569 items 145.5/199.4MB 73% complete (2.6M/s)
44672026-06-22T19:47:33.829Z[ host-image] Jun 22 19:47:33.230 INFO O| Jun 22 19:47:33.230 INFO O| Download: 23759/23764 items 222.0/222.2MB 99% complete (611k/s)
44682026-06-22T19:47:33.833Z[ recovery-image] Jun 22 19:47:33.231 INFO O| Jun 22 19:47:33.230 INFO O| Download: 12528/16569 items 150.4/199.4MB 75% complete (2.9M/s)
44692026-06-22T19:47:40.252Z[ recovery-image] Jun 22 19:47:39.653 INFO O| Jun 22 19:47:39.653 INFO O| Download: 12529/16569 items 150.6/199.4MB 75% complete (2.5M/s)
44702026-06-22T19:47:45.253Z[ recovery-image] Jun 22 19:47:44.653 INFO O| Jun 22 19:47:44.653 INFO O| Download: 13556/16569 items 155.1/199.4MB 77% complete (915k/s)
44712026-06-22T19:47:51.091Z[ host-image] Jun 22 19:47:50.493 INFO O| Jun 22 19:47:50.493 INFO O| Download: 23762/23764 items 222.0/222.2MB 99% complete
44722026-06-22T19:47:51.130Z[ host-image] Jun 22 19:47:50.532 INFO O| Jun 22 19:47:50.532 INFO O| Download: Completed 222.16 MB in 458.35 seconds (495k/s)
44732026-06-22T19:47:51.483Z[ host-image] Jun 22 19:47:50.885 INFO O| Jun 22 19:47:50.885 INFO O| Actions: 1/53957 actions (Installing new actions)
44742026-06-22T19:47:52.492Z[ recovery-image] Jun 22 19:47:51.894 INFO O| Jun 22 19:47:51.894 INFO O| Download: 14579/16569 items 158.6/199.4MB 79% complete (1.0M/s)
44752026-06-22T19:47:56.484Z[ host-image] Jun 22 19:47:55.885 INFO O| Jun 22 19:47:55.885 INFO O| Actions: 28288/53957 actions (Installing new actions)
44762026-06-22T19:47:57.841Z[ host-image] Jun 22 19:47:57.242 INFO O| Jun 22 19:47:57.242 INFO O| Actions: Completed 53957 actions in 6.35 seconds.
44772026-06-22T19:47:57.893Z[ host-image] Jun 22 19:47:57.294 INFO O| Jun 22 19:47:57.294 INFO O| Finalize: Updating package state database ... Done
44782026-06-22T19:47:57.893Z[ host-image] Jun 22 19:47:57.294 INFO O| Jun 22 19:47:57.294 INFO O| Finalize: Updating package cache ... Done
44792026-06-22T19:47:57.930Z[ host-image] Jun 22 19:47:57.332 INFO O| Jun 22 19:47:57.332 INFO O| Finalize: Updating image state ... Done
44802026-06-22T19:47:58.682Z[ host-image] Jun 22 19:47:58.083 INFO O| Jun 22 19:47:58.083 INFO O| Finalize: Creating fast lookup database ... Done
44812026-06-22T19:47:58.709Z[ host-image] Jun 22 19:47:58.108 INFO O| Jun 22 19:47:58.108 INFO O| Finalize: Reading search index ... Done
44822026-06-22T19:48:01.058Z[ host-image] Jun 22 19:48:00.459 INFO O| Jun 22 19:48:00.459 INFO O| Finalize: Building new search index ... Done
44832026-06-22T19:48:01.461Z[ host-image] Jun 22 19:48:00.862 INFO O| Jun 22 19:48:00.862 INFO O| Finalize: Updating package cache ... Done
44842026-06-22T19:48:01.601Z[ host-image] Jun 22 19:48:01.002 INFO O| Jun 22 19:48:01.002 INFO STEP 11 (pkg_install) COMPLETE
44852026-06-22T19:48:01.601Z[ host-image] Jun 22 19:48:01.002 INFO O| Jun 22 19:48:01.002 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44862026-06-22T19:48:01.609Z[ host-image] Jun 22 19:48:01.011 INFO O| Jun 22 19:48:01.011 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest", "/system/i2c"]
44872026-06-22T19:48:03.317Z[ host-image] Jun 22 19:48:02.719 INFO O| Jun 22 19:48:02.718 INFO O| Startup: Refreshing catalog 'helios' ... Done
44882026-06-22T19:48:03.420Z[ host-image] Jun 22 19:48:02.821 INFO O| Jun 22 19:48:02.821 INFO O| Startup: Caching catalogs ... Done
44892026-06-22T19:48:03.583Z[ host-image] Jun 22 19:48:02.984 INFO O| Jun 22 19:48:02.984 INFO O| Planning: Solver setup ... Done
44902026-06-22T19:48:03.587Z[ host-image] Jun 22 19:48:02.989 INFO O| Jun 22 19:48:02.989 INFO O| Planning: Running solver ... Done
44912026-06-22T19:48:03.591Z[ host-image] Jun 22 19:48:02.992 INFO O| Jun 22 19:48:02.992 INFO O| Planning: Finding local manifests ... Done
44922026-06-22T19:48:03.607Z[ host-image] Jun 22 19:48:03.009 INFO O| Jun 22 19:48:03.008 INFO O| Planning: Fetching manifests: 0/6 0% complete
44932026-06-22T19:48:03.667Z[ host-image] Jun 22 19:48:03.069 INFO O| Jun 22 19:48:03.068 INFO O| Planning: Fetching manifests: 6/6 100% complete
44942026-06-22T19:48:03.685Z[ host-image] Jun 22 19:48:03.086 INFO O| Jun 22 19:48:03.086 INFO O| Planning: Package planning ... Done
44952026-06-22T19:48:03.688Z[ host-image] Jun 22 19:48:03.088 INFO O| Jun 22 19:48:03.088 INFO O| Planning: Merging actions ... Done
44962026-06-22T19:48:03.778Z[ host-image] Jun 22 19:48:03.180 INFO O| Jun 22 19:48:03.180 INFO O| Planning: Checking for conflicting actions ... Done
44972026-06-22T19:48:03.783Z[ host-image] Jun 22 19:48:03.181 INFO O| Jun 22 19:48:03.181 INFO O| Planning: Consolidating action changes ... Done
44982026-06-22T19:48:03.909Z[ host-image] Jun 22 19:48:03.311 INFO O| Jun 22 19:48:03.311 INFO O| Planning: Evaluating mediators ... Done
44992026-06-22T19:48:03.913Z[ host-image] Jun 22 19:48:03.312 INFO O| Jun 22 19:48:03.312 INFO O| Planning: Planning completed in 0.49 seconds
45002026-06-22T19:48:03.913Z[ host-image] Jun 22 19:48:03.312 INFO O| Jun 22 19:48:03.312 INFO O| Packages to install: 6
45012026-06-22T19:48:03.913Z[ host-image] Jun 22 19:48:03.312 INFO O| Jun 22 19:48:03.312 INFO O| Services to change: 2
45022026-06-22T19:48:03.921Z[ host-image] Jun 22 19:48:03.322 INFO O| Jun 22 19:48:03.322 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45032026-06-22T19:48:05.040Z[ recovery-image] Jun 22 19:48:04.442 INFO O| Jun 22 19:48:04.442 INFO O| Download: 15205/16569 items 161.3/199.4MB 80% complete (614k/s)
45042026-06-22T19:48:08.212Z[ host-image] Jun 22 19:48:07.613 INFO O| Jun 22 19:48:07.613 INFO O| Download: Completed 1.75 MB in 4.29 seconds (416k/s)
45052026-06-22T19:48:08.231Z[ host-image] Jun 22 19:48:07.632 INFO O| Jun 22 19:48:07.632 INFO O| Actions: 1/390 actions (Installing new actions)
45062026-06-22T19:48:08.347Z[ host-image] Jun 22 19:48:07.749 INFO O| Jun 22 19:48:07.749 INFO O| Actions: Completed 390 actions in 0.12 seconds.
45072026-06-22T19:48:08.356Z[ host-image] Jun 22 19:48:07.758 INFO O| Jun 22 19:48:07.758 INFO O| Finalize: Updating package state database ... Done
45082026-06-22T19:48:08.356Z[ host-image] Jun 22 19:48:07.758 INFO O| Jun 22 19:48:07.758 INFO O| Finalize: Updating package cache ... Done
45092026-06-22T19:48:08.385Z[ host-image] Jun 22 19:48:07.785 INFO O| Jun 22 19:48:07.785 INFO O| Finalize: Updating image state ... Done
45102026-06-22T19:48:09.099Z[ host-image] Jun 22 19:48:08.499 INFO O| Jun 22 19:48:08.499 INFO O| Finalize: Creating fast lookup database ... Done
45112026-06-22T19:48:09.121Z[ host-image] Jun 22 19:48:08.523 INFO O| Jun 22 19:48:08.523 INFO O| Finalize: Reading search index ... Done
45122026-06-22T19:48:09.153Z[ host-image] Jun 22 19:48:08.523 INFO O| Jun 22 19:48:08.523 INFO O| Finalize: Updating search index ... Done
45132026-06-22T19:48:09.158Z[ host-image] Jun 22 19:48:08.538 INFO O| Jun 22 19:48:08.538 INFO O| Finalize: Updating package cache ... Done
45142026-06-22T19:48:09.241Z[ host-image] Jun 22 19:48:08.643 INFO O| Jun 22 19:48:08.643 INFO STEP 12 (pkg_install) COMPLETE
45152026-06-22T19:48:09.241Z[ host-image] Jun 22 19:48:08.643 INFO O| Jun 22 19:48:08.643 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45162026-06-22T19:48:09.248Z[ host-image] Jun 22 19:48:08.649 INFO O| Jun 22 19:48:08.649 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
45172026-06-22T19:48:09.860Z[ host-image] Jun 22 19:48:09.262 INFO O| Jun 22 19:48:09.262 INFO O| Startup: Refreshing catalog 'helios' ... Done
45182026-06-22T19:48:09.953Z[ host-image] Jun 22 19:48:09.354 INFO O| Jun 22 19:48:09.354 INFO O| Startup: Caching catalogs ... Done
45192026-06-22T19:48:10.094Z[ host-image] Jun 22 19:48:09.493 INFO O| Jun 22 19:48:09.493 INFO O| Planning: Solver setup ... Done
45202026-06-22T19:48:10.099Z[ host-image] Jun 22 19:48:09.498 INFO O| Jun 22 19:48:09.498 INFO O| Planning: Running solver ... Done
45212026-06-22T19:48:10.102Z[ host-image] Jun 22 19:48:09.500 INFO O| Jun 22 19:48:09.500 INFO O| Planning: Finding local manifests ... Done
45222026-06-22T19:48:10.126Z[ host-image] Jun 22 19:48:09.525 INFO O| Jun 22 19:48:09.525 INFO O| Planning: Fetching manifests: 0/6 0% complete
45232026-06-22T19:48:10.199Z[ host-image] Jun 22 19:48:09.601 INFO O| Jun 22 19:48:09.601 INFO O| Planning: Fetching manifests: 6/6 100% complete
45242026-06-22T19:48:10.222Z[ host-image] Jun 22 19:48:09.624 INFO O| Jun 22 19:48:09.624 INFO O| Planning: Package planning ... Done
45252026-06-22T19:48:10.230Z[ host-image] Jun 22 19:48:09.632 INFO O| Jun 22 19:48:09.632 INFO O| Planning: Merging actions ... Done
45262026-06-22T19:48:10.312Z[ host-image] Jun 22 19:48:09.714 INFO O| Jun 22 19:48:09.714 INFO O| Planning: Checking for conflicting actions ... Done
45272026-06-22T19:48:10.316Z[ host-image] Jun 22 19:48:09.716 INFO O| Jun 22 19:48:09.716 INFO O| Planning: Consolidating action changes ... Done
45282026-06-22T19:48:10.444Z[ host-image] Jun 22 19:48:09.846 INFO O| Jun 22 19:48:09.846 INFO O| Planning: Evaluating mediators ... Done
45292026-06-22T19:48:10.453Z[ host-image] Jun 22 19:48:09.849 INFO O| Jun 22 19:48:09.849 INFO O| Planning: Planning completed in 0.49 seconds
45302026-06-22T19:48:10.453Z[ host-image] Jun 22 19:48:09.849 INFO O| Jun 22 19:48:09.849 INFO O| Packages to install: 6
45312026-06-22T19:48:10.453Z[ host-image] Jun 22 19:48:09.849 INFO O| Jun 22 19:48:09.849 INFO O| Mediators to change: 1
45322026-06-22T19:48:10.453Z[ host-image] Jun 22 19:48:09.849 INFO O| Jun 22 19:48:09.849 INFO O| Services to change: 1
45332026-06-22T19:48:10.459Z[ host-image] Jun 22 19:48:09.859 INFO O| Jun 22 19:48:09.859 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
45342026-06-22T19:48:12.817Z[ recovery-image] Jun 22 19:48:12.219 INFO O| Jun 22 19:48:12.219 INFO O| Download: 15383/16569 items 167.4/199.4MB 83% complete (2.0M/s)
45352026-06-22T19:48:16.180Z[ host-image] Jun 22 19:48:15.579 INFO O| Jun 22 19:48:15.579 INFO O| Download: 258/1147 items 1.8/7.8MB 22% complete (468k/s)
45362026-06-22T19:48:16.602Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45372026-06-22T19:48:17.863Z[ recovery-image] Jun 22 19:48:17.265 INFO O| Jun 22 19:48:17.265 INFO O| Download: 15969/16569 items 178.1/199.4MB 89% complete (1.1M/s)
45382026-06-22T19:48:22.255Z[ host-image] Jun 22 19:48:21.657 INFO O| Jun 22 19:48:21.657 INFO O| Download: 1124/1147 items 6.8/7.8MB 86% complete (824k/s)
45392026-06-22T19:48:22.380Z[ host-image] Jun 22 19:48:21.733 INFO O| Jun 22 19:48:21.733 INFO O| Download: Completed 7.84 MB in 11.87 seconds (676k/s)
45402026-06-22T19:48:22.390Z[ host-image] Jun 22 19:48:21.767 INFO O| Jun 22 19:48:21.767 INFO O| Actions: 1/1366 actions (Installing new actions)
45412026-06-22T19:48:22.588Z[ host-image] Jun 22 19:48:21.990 INFO O| Jun 22 19:48:21.990 INFO O| Actions: Completed 1366 actions in 0.22 seconds.
45422026-06-22T19:48:22.600Z[ host-image] Jun 22 19:48:22.001 INFO O| Jun 22 19:48:22.001 INFO O| Finalize: Updating package state database ... Done
45432026-06-22T19:48:22.600Z[ host-image] Jun 22 19:48:22.001 INFO O| Jun 22 19:48:22.001 INFO O| Finalize: Updating package cache ... Done
45442026-06-22T19:48:22.634Z[ host-image] Jun 22 19:48:22.030 INFO O| Jun 22 19:48:22.030 INFO O| Finalize: Updating image state ... Done
45452026-06-22T19:48:22.864Z[ recovery-image] Jun 22 19:48:22.265 INFO O| Jun 22 19:48:22.265 INFO O| Download: 16263/16569 items 193.0/199.4MB 96% complete (2.6M/s)
45462026-06-22T19:48:23.527Z[ host-image] Jun 22 19:48:22.929 INFO O| Jun 22 19:48:22.929 INFO O| Finalize: Creating fast lookup database ... Done
45472026-06-22T19:48:23.556Z[ host-image] Jun 22 19:48:22.958 INFO O| Jun 22 19:48:22.958 INFO O| Finalize: Reading search index ... Done
45482026-06-22T19:48:23.556Z[ host-image] Jun 22 19:48:22.958 INFO O| Jun 22 19:48:22.958 INFO O| Finalize: Updating search index ... Done
45492026-06-22T19:48:23.589Z[ host-image] Jun 22 19:48:22.990 INFO O| Jun 22 19:48:22.990 INFO O| Finalize: Updating package cache ... Done
45502026-06-22T19:48:23.732Z[ host-image] Jun 22 19:48:23.134 INFO O| Jun 22 19:48:23.134 INFO STEP 13 (pkg_install) COMPLETE
45512026-06-22T19:48:23.732Z[ host-image] Jun 22 19:48:23.134 INFO O| Jun 22 19:48:23.134 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45522026-06-22T19:48:23.742Z[ host-image] Jun 22 19:48:23.143 INFO O| Jun 22 19:48:23.143 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.483"]
45532026-06-22T19:48:24.540Z[ host-image] Jun 22 19:48:23.942 INFO O| Jun 22 19:48:23.942 INFO O| Startup: Refreshing catalog 'helios' ... Done
45542026-06-22T19:48:24.676Z[ host-image] Jun 22 19:48:24.076 INFO O| Jun 22 19:48:24.076 INFO O| Startup: Caching catalogs ... Done
45552026-06-22T19:48:24.851Z[ host-image] Jun 22 19:48:24.253 INFO O| Jun 22 19:48:24.253 INFO O| Planning: Solver setup ... Done
45562026-06-22T19:48:24.858Z[ host-image] Jun 22 19:48:24.258 INFO O| Jun 22 19:48:24.258 INFO O| Planning: Running solver ... Done
45572026-06-22T19:48:24.863Z[ host-image] Jun 22 19:48:24.262 INFO O| Jun 22 19:48:24.262 INFO O| Planning: Finding local manifests ... Done
45582026-06-22T19:48:24.941Z[ host-image] Jun 22 19:48:24.343 INFO O| Jun 22 19:48:24.343 INFO O| Planning: Fetching manifests: 0/1 0% complete
45592026-06-22T19:48:24.983Z[ host-image] Jun 22 19:48:24.385 INFO O| Jun 22 19:48:24.385 INFO O| Planning: Fetching manifests: 1/1 100% complete
45602026-06-22T19:48:25.000Z[ host-image] Jun 22 19:48:24.401 INFO O| Jun 22 19:48:24.401 INFO O| Planning: Package planning ... Done
45612026-06-22T19:48:25.000Z[ host-image] Jun 22 19:48:24.401 INFO O| Jun 22 19:48:24.401 INFO O| Planning: Merging actions ... Done
45622026-06-22T19:48:25.086Z[ host-image] Jun 22 19:48:24.487 INFO O| Jun 22 19:48:24.487 INFO O| Planning: Checking for conflicting actions ... Done
45632026-06-22T19:48:25.095Z[ host-image] Jun 22 19:48:24.488 INFO O| Jun 22 19:48:24.488 INFO O| Planning: Consolidating action changes ... Done
45642026-06-22T19:48:25.223Z[ host-image] Jun 22 19:48:24.622 INFO O| Jun 22 19:48:24.622 INFO O| Planning: Evaluating mediators ... Done
45652026-06-22T19:48:25.229Z[ host-image] Jun 22 19:48:24.623 INFO O| Jun 22 19:48:24.623 INFO O| Planning: Planning completed in 0.54 seconds
45662026-06-22T19:48:25.229Z[ host-image] Jun 22 19:48:24.623 INFO O| Jun 22 19:48:24.623 INFO O| Packages to install: 1
45672026-06-22T19:48:25.234Z[ host-image] Jun 22 19:48:24.633 INFO O| Jun 22 19:48:24.633 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
45682026-06-22T19:48:25.886Z[ host-image] Jun 22 19:48:25.148 INFO O| Jun 22 19:48:25.148 INFO O| Download: Completed 13.07 MB in 0.51 seconds (25.4M/s)
45692026-06-22T19:48:26.315Z[ host-image] Jun 22 19:48:25.166 INFO O| Jun 22 19:48:25.166 INFO O| Actions: 1/22 actions (Installing new actions)
45702026-06-22T19:48:26.362Z[ host-image] Jun 22 19:48:25.385 INFO O| Jun 22 19:48:25.384 INFO O| Actions: Completed 22 actions in 0.22 seconds.
45712026-06-22T19:48:26.362Z[ host-image] Jun 22 19:48:25.393 INFO O| Jun 22 19:48:25.393 INFO O| Finalize: Updating package state database ... Done
45722026-06-22T19:48:26.362Z[ host-image] Jun 22 19:48:25.393 INFO O| Jun 22 19:48:25.393 INFO O| Finalize: Updating package cache ... Done
45732026-06-22T19:48:26.362Z[ host-image] Jun 22 19:48:25.421 INFO O| Jun 22 19:48:25.421 INFO O| Finalize: Updating image state ... Done
45742026-06-22T19:48:26.792Z[ host-image] Jun 22 19:48:26.186 INFO O| Jun 22 19:48:26.186 INFO O| Finalize: Creating fast lookup database ... Done
45752026-06-22T19:48:26.827Z[ host-image] Jun 22 19:48:26.207 INFO O| Jun 22 19:48:26.207 INFO O| Finalize: Reading search index ... Done
45762026-06-22T19:48:26.874Z[ host-image] Jun 22 19:48:26.207 INFO O| Jun 22 19:48:26.207 INFO O| Finalize: Updating search index ... Done
45772026-06-22T19:48:26.874Z[ host-image] Jun 22 19:48:26.217 INFO O| Jun 22 19:48:26.217 INFO O| Finalize: Updating package cache ... Done
45782026-06-22T19:48:26.957Z[ host-image] Jun 22 19:48:26.316 INFO O| Jun 22 19:48:26.316 INFO STEP 14 (pkg_install) COMPLETE
45792026-06-22T19:48:26.957Z[ host-image] Jun 22 19:48:26.316 INFO O| Jun 22 19:48:26.316 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45802026-06-22T19:48:26.970Z[ host-image] Jun 22 19:48:26.316 INFO O| Jun 22 19:48:26.316 INFO skip step because feature "mfg" is not enabled
45812026-06-22T19:48:26.971Z[ host-image] Jun 22 19:48:26.316 INFO O| Jun 22 19:48:26.316 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45822026-06-22T19:48:26.971Z[ host-image] Jun 22 19:48:26.316 INFO O| Jun 22 19:48:26.316 INFO skip step because feature "compliance" is not enabled
45832026-06-22T19:48:26.971Z[ host-image] Jun 22 19:48:26.316 INFO O| Jun 22 19:48:26.316 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45842026-06-22T19:48:26.971Z[ host-image] Jun 22 19:48:26.316 INFO O| Jun 22 19:48:26.316 INFO skip step because feature "stress" is not enabled
45852026-06-22T19:48:26.971Z[ host-image] Jun 22 19:48:26.316 INFO O| Jun 22 19:48:26.316 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45862026-06-22T19:48:26.971Z[ host-image] Jun 22 19:48:26.316 INFO O| Jun 22 19:48:26.316 INFO skip step because feature "compliance" is not enabled
45872026-06-22T19:48:26.971Z[ host-image] Jun 22 19:48:26.316 INFO O| Jun 22 19:48:26.316 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45882026-06-22T19:48:26.971Z[ host-image] Jun 22 19:48:26.316 INFO O| Jun 22 19:48:26.316 INFO skip step because feature "nfs" is not enabled
45892026-06-22T19:48:26.971Z[ host-image] Jun 22 19:48:26.316 INFO O| Jun 22 19:48:26.316 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45902026-06-22T19:48:26.971Z[ host-image] Jun 22 19:48:26.316 INFO O| Jun 22 19:48:26.316 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45912026-06-22T19:48:27.033Z[ host-image] Jun 22 19:48:26.433 INFO O| Jun 22 19:48:26.433 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45922026-06-22T19:48:27.125Z[ host-image] Jun 22 19:48:26.527 INFO O| Jun 22 19:48:26.527 INFO completed processing sled/ramdisk-01-os
45932026-06-22T19:48:27.131Z[ host-image] Jun 22 19:48:26.529 INFO omicron1 baseline generation...
45942026-06-22T19:48:27.131Z[ host-image] Jun 22 19:48:26.529 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45952026-06-22T19:48:27.509Z[ host-image] Jun 22 19:48:26.898 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24047:20260620T233953Z
45962026-06-22T19:48:27.986Z[ recovery-image] Jun 22 19:48:27.381 INFO O| Jun 22 19:48:27.381 INFO O| Download: 16561/16569 items 199.3/199.4MB 99% complete (2.0M/s)
45972026-06-22T19:48:27.993Z[ recovery-image] Jun 22 19:48:27.395 INFO O| Jun 22 19:48:27.395 INFO O| Download: Completed 199.36 MB in 413.60 seconds (492k/s)
45982026-06-22T19:48:28.322Z[ recovery-image] Jun 22 19:48:27.720 INFO O| Jun 22 19:48:27.720 INFO O| Actions: 1/27398 actions (Installing new actions)
45992026-06-22T19:48:33.280Z[ recovery-image] Jun 22 19:48:32.682 INFO O| Jun 22 19:48:32.682 INFO O| Actions: Completed 27398 actions in 4.96 seconds.
46002026-06-22T19:48:33.320Z[ recovery-image] Jun 22 19:48:32.721 INFO O| Jun 22 19:48:32.721 INFO O| Finalize: Updating package state database ... Done
46012026-06-22T19:48:33.320Z[ recovery-image] Jun 22 19:48:32.721 INFO O| Jun 22 19:48:32.721 INFO O| Finalize: Updating package cache ... Done
46022026-06-22T19:48:33.356Z[ recovery-image] Jun 22 19:48:32.758 INFO O| Jun 22 19:48:32.758 INFO O| Finalize: Updating image state ... Done
46032026-06-22T19:48:33.861Z[ recovery-image] Jun 22 19:48:33.263 INFO O| Jun 22 19:48:33.263 INFO O| Finalize: Creating fast lookup database ... Done
46042026-06-22T19:48:33.877Z[ recovery-image] Jun 22 19:48:33.275 INFO O| Jun 22 19:48:33.275 INFO O| Finalize: Reading search index ... Done
46052026-06-22T19:48:35.337Z[ recovery-image] Jun 22 19:48:34.721 INFO O| Jun 22 19:48:34.721 INFO O| Finalize: Building new search index ... Done
46062026-06-22T19:48:35.577Z[ recovery-image] Jun 22 19:48:34.979 INFO O| Jun 22 19:48:34.979 INFO O| Finalize: Updating package cache ... Done
46072026-06-22T19:48:35.710Z[ recovery-image] Jun 22 19:48:35.112 INFO O| Jun 22 19:48:35.112 INFO STEP 11 (pkg_install) COMPLETE
46082026-06-22T19:48:35.711Z[ recovery-image] Jun 22 19:48:35.112 INFO O| Jun 22 19:48:35.112 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46092026-06-22T19:48:35.711Z[ recovery-image] Jun 22 19:48:35.112 INFO O| Jun 22 19:48:35.112 INFO skip step because feature "recovery" is enabled
46102026-06-22T19:48:35.714Z[ recovery-image] Jun 22 19:48:35.112 INFO O| Jun 22 19:48:35.112 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46112026-06-22T19:48:35.714Z[ recovery-image] Jun 22 19:48:35.112 INFO O| Jun 22 19:48:35.112 INFO skip step because feature "omicron1" is not enabled
46122026-06-22T19:48:35.714Z[ recovery-image] Jun 22 19:48:35.112 INFO O| Jun 22 19:48:35.112 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46132026-06-22T19:48:35.720Z[ recovery-image] Jun 22 19:48:35.120 INFO O| Jun 22 19:48:35.120 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.483"]
46142026-06-22T19:48:36.342Z[ recovery-image] Jun 22 19:48:35.744 INFO O| Jun 22 19:48:35.744 INFO O| Startup: Refreshing catalog 'helios' ... Done
46152026-06-22T19:48:36.444Z[ recovery-image] Jun 22 19:48:35.846 INFO O| Jun 22 19:48:35.846 INFO O| Startup: Caching catalogs ... Done
46162026-06-22T19:48:36.594Z[ recovery-image] Jun 22 19:48:35.995 INFO O| Jun 22 19:48:35.995 INFO O| Planning: Solver setup ... Done
46172026-06-22T19:48:36.597Z[ recovery-image] Jun 22 19:48:36.000 INFO O| Jun 22 19:48:36.000 INFO O| Planning: Running solver ... Done
46182026-06-22T19:48:36.601Z[ recovery-image] Jun 22 19:48:36.002 INFO O| Jun 22 19:48:36.002 INFO O| Planning: Finding local manifests ... Done
46192026-06-22T19:48:36.611Z[ recovery-image] Jun 22 19:48:36.013 INFO O| Jun 22 19:48:36.013 INFO O| Planning: Fetching manifests: 0/1 0% complete
46202026-06-22T19:48:36.616Z[ recovery-image] Jun 22 19:48:36.018 INFO O| Jun 22 19:48:36.018 INFO O| Planning: Fetching manifests: 1/1 100% complete
46212026-06-22T19:48:36.630Z[ recovery-image] Jun 22 19:48:36.032 INFO O| Jun 22 19:48:36.032 INFO O| Planning: Package planning ... Done
46222026-06-22T19:48:36.633Z[ recovery-image] Jun 22 19:48:36.032 INFO O| Jun 22 19:48:36.032 INFO O| Planning: Merging actions ... Done
46232026-06-22T19:48:36.684Z[ recovery-image] Jun 22 19:48:36.086 INFO O| Jun 22 19:48:36.086 INFO O| Planning: Checking for conflicting actions ... Done
46242026-06-22T19:48:36.687Z[ recovery-image] Jun 22 19:48:36.086 INFO O| Jun 22 19:48:36.086 INFO O| Planning: Consolidating action changes ... Done
46252026-06-22T19:48:36.819Z[ recovery-image] Jun 22 19:48:36.214 INFO O| Jun 22 19:48:36.213 INFO O| Planning: Evaluating mediators ... Done
46262026-06-22T19:48:36.824Z[ recovery-image] Jun 22 19:48:36.214 INFO O| Jun 22 19:48:36.213 INFO O| Planning: Planning completed in 0.36 seconds
46272026-06-22T19:48:36.824Z[ recovery-image] Jun 22 19:48:36.214 INFO O| Jun 22 19:48:36.213 INFO O| Packages to install: 1
46282026-06-22T19:48:36.831Z[ recovery-image] Jun 22 19:48:36.229 INFO O| Jun 22 19:48:36.229 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
46292026-06-22T19:48:36.929Z[ recovery-image] Jun 22 19:48:36.331 INFO O| Jun 22 19:48:36.331 INFO O| Download: Completed 13.07 MB in 0.10 seconds (127M/s)
46302026-06-22T19:48:37.328Z[ recovery-image] Jun 22 19:48:36.730 INFO O| Jun 22 19:48:36.730 INFO O| Actions: 1/22 actions (Installing new actions)
46312026-06-22T19:48:37.541Z[ recovery-image] Jun 22 19:48:36.943 INFO O| Jun 22 19:48:36.943 INFO O| Actions: Completed 22 actions in 0.21 seconds.
46322026-06-22T19:48:37.552Z[ recovery-image] Jun 22 19:48:36.954 INFO O| Jun 22 19:48:36.954 INFO O| Finalize: Updating package state database ... Done
46332026-06-22T19:48:37.552Z[ recovery-image] Jun 22 19:48:36.954 INFO O| Jun 22 19:48:36.954 INFO O| Finalize: Updating package cache ... Done
46342026-06-22T19:48:37.579Z[ recovery-image] Jun 22 19:48:36.981 INFO O| Jun 22 19:48:36.981 INFO O| Finalize: Updating image state ... Done
46352026-06-22T19:48:38.079Z[ recovery-image] Jun 22 19:48:37.481 INFO O| Jun 22 19:48:37.481 INFO O| Finalize: Creating fast lookup database ... Done
46362026-06-22T19:48:38.095Z[ recovery-image] Jun 22 19:48:37.494 INFO O| Jun 22 19:48:37.494 INFO O| Finalize: Reading search index ... Done
46372026-06-22T19:48:38.111Z[ recovery-image] Jun 22 19:48:37.494 INFO O| Jun 22 19:48:37.494 INFO O| Finalize: Updating search index ... Done
46382026-06-22T19:48:38.111Z[ recovery-image] Jun 22 19:48:37.504 INFO O| Jun 22 19:48:37.504 INFO O| Finalize: Updating package cache ... Done
46392026-06-22T19:48:38.230Z[ recovery-image] Jun 22 19:48:37.632 INFO O| Jun 22 19:48:37.632 INFO STEP 14 (pkg_install) COMPLETE
46402026-06-22T19:48:38.230Z[ recovery-image] Jun 22 19:48:37.632 INFO O| Jun 22 19:48:37.632 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46412026-06-22T19:48:38.230Z[ recovery-image] Jun 22 19:48:37.632 INFO O| Jun 22 19:48:37.632 INFO skip step because feature "mfg" is not enabled
46422026-06-22T19:48:38.233Z[ recovery-image] Jun 22 19:48:37.632 INFO O| Jun 22 19:48:37.632 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46432026-06-22T19:48:38.234Z[ recovery-image] Jun 22 19:48:37.632 INFO O| Jun 22 19:48:37.632 INFO skip step because feature "compliance" is not enabled
46442026-06-22T19:48:38.234Z[ recovery-image] Jun 22 19:48:37.632 INFO O| Jun 22 19:48:37.632 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46452026-06-22T19:48:38.234Z[ recovery-image] Jun 22 19:48:37.632 INFO O| Jun 22 19:48:37.632 INFO skip step because feature "stress" is not enabled
46462026-06-22T19:48:38.234Z[ recovery-image] Jun 22 19:48:37.632 INFO O| Jun 22 19:48:37.632 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46472026-06-22T19:48:38.234Z[ recovery-image] Jun 22 19:48:37.632 INFO O| Jun 22 19:48:37.632 INFO skip step because feature "compliance" is not enabled
46482026-06-22T19:48:38.234Z[ recovery-image] Jun 22 19:48:37.632 INFO O| Jun 22 19:48:37.632 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46492026-06-22T19:48:38.234Z[ recovery-image] Jun 22 19:48:37.632 INFO O| Jun 22 19:48:37.632 INFO skip step because feature "nfs" is not enabled
46502026-06-22T19:48:38.234Z[ recovery-image] Jun 22 19:48:37.632 INFO O| Jun 22 19:48:37.632 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46512026-06-22T19:48:38.234Z[ recovery-image] Jun 22 19:48:37.632 INFO O| Jun 22 19:48:37.632 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46522026-06-22T19:48:38.523Z[ recovery-image] Jun 22 19:48:37.925 INFO O| Jun 22 19:48:37.925 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
46532026-06-22T19:48:38.658Z[ recovery-image] Jun 22 19:48:38.052 INFO O| Jun 22 19:48:38.052 INFO completed processing sled/ramdisk-01-os
46542026-06-22T19:48:38.717Z[ recovery-image] Jun 22 19:48:38.054 INFO image builder template: ramdisk-02-trim...
46552026-06-22T19:48:38.717Z[ recovery-image] Jun 22 19:48:38.054 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/.tmpGk0CZd/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
46562026-06-22T19:48:38.742Z[ recovery-image] Jun 22 19:48:38.073 INFO O| Jun 22 19:48:38.073 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46572026-06-22T19:48:38.742Z[ recovery-image] Jun 22 19:48:38.076 INFO O| Jun 22 19:48:38.076 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46582026-06-22T19:48:38.763Z[ recovery-image] Jun 22 19:48:38.160 INFO O| Jun 22 19:48:38.160 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
46592026-06-22T19:48:38.832Z[ recovery-image] Jun 22 19:48:38.227 INFO O| Jun 22 19:48:38.227 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46602026-06-22T19:48:38.832Z[ recovery-image] Jun 22 19:48:38.227 INFO O| Jun 22 19:48:38.227 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
46612026-06-22T19:48:38.835Z[ recovery-image] Jun 22 19:48:38.230 INFO O| Jun 22 19:48:38.230 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46622026-06-22T19:48:38.835Z[ recovery-image] Jun 22 19:48:38.233 INFO O| Jun 22 19:48:38.233 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46632026-06-22T19:48:38.835Z[ recovery-image] Jun 22 19:48:38.237 INFO O| Jun 22 19:48:38.237 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46642026-06-22T19:48:39.026Z[ recovery-image] Jun 22 19:48:38.424 INFO O| Jun 22 19:48:38.423 INFO rolled back to input snapshot; work may begin
46652026-06-22T19:48:39.026Z[ recovery-image] Jun 22 19:48:38.424 INFO O| Jun 22 19:48:38.424 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
46662026-06-22T19:48:39.032Z[ recovery-image] Jun 22 19:48:38.427 INFO O| Jun 22 19:48:38.427 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-06-22T19:48:39.037Z[ recovery-image] Jun 22 19:48:38.436 INFO O| Jun 22 19:48:38.436 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
46682026-06-22T19:48:39.069Z[ recovery-image] Jun 22 19:48:38.468 INFO O| Jun 22 19:48:38.468 INFO STEP 0 (remove_files) COMPLETE
46692026-06-22T19:48:39.069Z[ recovery-image] Jun 22 19:48:38.468 INFO O| Jun 22 19:48:38.468 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-06-22T19:48:39.082Z[ recovery-image] Jun 22 19:48:38.477 INFO O| Jun 22 19:48:38.477 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
46712026-06-22T19:48:39.090Z[ recovery-image] Jun 22 19:48:38.478 INFO O| Jun 22 19:48:38.478 INFO STEP 1 (remove_files) COMPLETE
46722026-06-22T19:48:39.090Z[ recovery-image] Jun 22 19:48:38.478 INFO O| Jun 22 19:48:38.478 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-06-22T19:48:39.090Z[ recovery-image] Jun 22 19:48:38.485 INFO O| Jun 22 19:48:38.485 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
46742026-06-22T19:48:39.101Z[ recovery-image] Jun 22 19:48:38.497 INFO O| Jun 22 19:48:38.497 INFO STEP 2 (remove_files) COMPLETE
46752026-06-22T19:48:39.101Z[ recovery-image] Jun 22 19:48:38.497 INFO O| Jun 22 19:48:38.497 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-06-22T19:48:39.112Z[ recovery-image] Jun 22 19:48:38.504 INFO O| Jun 22 19:48:38.504 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
46772026-06-22T19:48:39.112Z[ recovery-image] Jun 22 19:48:38.505 INFO O| Jun 22 19:48:38.505 INFO STEP 3 (remove_files) COMPLETE
46782026-06-22T19:48:39.112Z[ recovery-image] Jun 22 19:48:38.505 INFO O| Jun 22 19:48:38.505 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-06-22T19:48:39.119Z[ recovery-image] Jun 22 19:48:38.513 INFO O| Jun 22 19:48:38.512 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
46802026-06-22T19:48:39.119Z[ recovery-image] Jun 22 19:48:38.515 INFO O| Jun 22 19:48:38.515 INFO STEP 4 (remove_files) COMPLETE
46812026-06-22T19:48:39.119Z[ recovery-image] Jun 22 19:48:38.515 INFO O| Jun 22 19:48:38.515 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-06-22T19:48:39.125Z[ recovery-image] Jun 22 19:48:38.522 INFO O| Jun 22 19:48:38.522 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
46832026-06-22T19:48:39.125Z[ recovery-image] Jun 22 19:48:38.522 INFO O| Jun 22 19:48:38.522 INFO STEP 5 (remove_files) COMPLETE
46842026-06-22T19:48:39.125Z[ recovery-image] Jun 22 19:48:38.522 INFO O| Jun 22 19:48:38.522 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-06-22T19:48:39.130Z[ recovery-image] Jun 22 19:48:38.531 INFO O| Jun 22 19:48:38.531 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
46862026-06-22T19:48:39.138Z[ recovery-image] Jun 22 19:48:38.540 INFO O| Jun 22 19:48:38.540 INFO STEP 6 (remove_files) COMPLETE
46872026-06-22T19:48:39.142Z[ recovery-image] Jun 22 19:48:38.540 INFO O| Jun 22 19:48:38.540 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-06-22T19:48:39.142Z[ recovery-image] Jun 22 19:48:38.540 INFO O| Jun 22 19:48:38.540 INFO skip step because feature "heliosv2" is not enabled
46892026-06-22T19:48:39.142Z[ recovery-image] Jun 22 19:48:38.540 INFO O| Jun 22 19:48:38.540 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46902026-06-22T19:48:39.143Z[ recovery-image] Jun 22 19:48:38.540 INFO O| Jun 22 19:48:38.540 INFO skip step because feature "recovery" is enabled
46912026-06-22T19:48:39.143Z[ recovery-image] Jun 22 19:48:38.540 INFO O| Jun 22 19:48:38.540 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46922026-06-22T19:48:39.143Z[ recovery-image] Jun 22 19:48:38.540 INFO O| Jun 22 19:48:38.540 INFO skip step because feature "recovery" is enabled
46932026-06-22T19:48:39.143Z[ recovery-image] Jun 22 19:48:38.540 INFO O| Jun 22 19:48:38.540 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-06-22T19:48:39.143Z[ recovery-image] Jun 22 19:48:38.540 INFO O| Jun 22 19:48:38.540 INFO skip step because feature "recovery" is enabled
46952026-06-22T19:48:39.143Z[ recovery-image] Jun 22 19:48:38.540 INFO O| Jun 22 19:48:38.540 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46962026-06-22T19:48:39.148Z[ recovery-image] Jun 22 19:48:38.548 INFO O| Jun 22 19:48:38.547 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46972026-06-22T19:48:39.152Z[ recovery-image] Jun 22 19:48:38.550 INFO O| Jun 22 19:48:38.550 INFO STEP 11 (remove_files) COMPLETE
46982026-06-22T19:48:39.153Z[ recovery-image] Jun 22 19:48:38.550 INFO O| Jun 22 19:48:38.550 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992026-06-22T19:48:39.162Z[ recovery-image] Jun 22 19:48:38.559 INFO O| Jun 22 19:48:38.559 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
47002026-06-22T19:48:39.170Z[ recovery-image] Jun 22 19:48:38.559 INFO O| Jun 22 19:48:38.559 INFO STEP 12 (remove_files) COMPLETE
47012026-06-22T19:48:39.170Z[ recovery-image] Jun 22 19:48:38.559 INFO O| Jun 22 19:48:38.559 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022026-06-22T19:48:39.170Z[ recovery-image] Jun 22 19:48:38.566 INFO O| Jun 22 19:48:38.566 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
47032026-06-22T19:48:39.170Z[ recovery-image] Jun 22 19:48:38.567 INFO O| Jun 22 19:48:38.567 INFO STEP 13 (remove_files) COMPLETE
47042026-06-22T19:48:39.170Z[ recovery-image] Jun 22 19:48:38.567 INFO O| Jun 22 19:48:38.567 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052026-06-22T19:48:39.184Z[ recovery-image] Jun 22 19:48:38.575 INFO O| Jun 22 19:48:38.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
47062026-06-22T19:48:39.184Z[ recovery-image] Jun 22 19:48:38.575 INFO O| Jun 22 19:48:38.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
47072026-06-22T19:48:39.287Z[ recovery-image] Jun 22 19:48:38.643 INFO O| Jun 22 19:48:38.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
47082026-06-22T19:48:39.299Z[ recovery-image] Jun 22 19:48:38.655 INFO O| Jun 22 19:48:38.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
47092026-06-22T19:48:39.323Z[ recovery-image] Jun 22 19:48:38.719 INFO O| Jun 22 19:48:38.719 INFO STEP 14 (remove_files) COMPLETE
47102026-06-22T19:48:39.323Z[ recovery-image] Jun 22 19:48:38.720 INFO O| Jun 22 19:48:38.719 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112026-06-22T19:48:39.330Z[ recovery-image] Jun 22 19:48:38.728 INFO O| Jun 22 19:48:38.728 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
47122026-06-22T19:48:39.338Z[ recovery-image] Jun 22 19:48:38.729 INFO O| Jun 22 19:48:38.729 INFO STEP 15 (remove_files) COMPLETE
47132026-06-22T19:48:39.338Z[ recovery-image] Jun 22 19:48:38.729 INFO O| Jun 22 19:48:38.729 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47142026-06-22T19:48:39.338Z[ recovery-image] Jun 22 19:48:38.735 INFO O| Jun 22 19:48:38.735 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
47152026-06-22T19:48:39.342Z[ recovery-image] Jun 22 19:48:38.740 INFO O| Jun 22 19:48:38.740 INFO STEP 16 (remove_files) COMPLETE
47162026-06-22T19:48:39.342Z[ recovery-image] Jun 22 19:48:38.740 INFO O| Jun 22 19:48:38.740 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47172026-06-22T19:48:39.346Z[ recovery-image] Jun 22 19:48:38.746 INFO O| Jun 22 19:48:38.746 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
47182026-06-22T19:48:39.346Z[ recovery-image] Jun 22 19:48:38.746 INFO O| Jun 22 19:48:38.746 INFO STEP 17 (remove_files) COMPLETE
47192026-06-22T19:48:39.346Z[ recovery-image] Jun 22 19:48:38.746 INFO O| Jun 22 19:48:38.746 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202026-06-22T19:48:39.355Z[ recovery-image] Jun 22 19:48:38.752 INFO O| Jun 22 19:48:38.752 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
47212026-06-22T19:48:39.360Z[ recovery-image] Jun 22 19:48:38.753 INFO O| Jun 22 19:48:38.753 INFO STEP 18 (remove_files) COMPLETE
47222026-06-22T19:48:39.360Z[ recovery-image] Jun 22 19:48:38.753 INFO O| Jun 22 19:48:38.753 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47232026-06-22T19:48:39.360Z[ recovery-image] Jun 22 19:48:38.759 INFO O| Jun 22 19:48:38.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
47242026-06-22T19:48:39.360Z[ recovery-image] Jun 22 19:48:38.759 INFO O| Jun 22 19:48:38.759 INFO STEP 19 (remove_files) COMPLETE
47252026-06-22T19:48:39.360Z[ recovery-image] Jun 22 19:48:38.759 INFO O| Jun 22 19:48:38.759 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47262026-06-22T19:48:39.369Z[ recovery-image] Jun 22 19:48:38.767 INFO O| Jun 22 19:48:38.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
47272026-06-22T19:48:39.373Z[ recovery-image] Jun 22 19:48:38.767 INFO O| Jun 22 19:48:38.767 INFO STEP 20 (remove_files) COMPLETE
47282026-06-22T19:48:39.373Z[ recovery-image] Jun 22 19:48:38.767 INFO O| Jun 22 19:48:38.767 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47292026-06-22T19:48:39.373Z[ recovery-image] Jun 22 19:48:38.774 INFO O| Jun 22 19:48:38.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
47302026-06-22T19:48:39.373Z[ recovery-image] Jun 22 19:48:38.774 INFO O| Jun 22 19:48:38.774 INFO STEP 21 (remove_files) COMPLETE
47312026-06-22T19:48:39.373Z[ recovery-image] Jun 22 19:48:38.774 INFO O| Jun 22 19:48:38.774 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47322026-06-22T19:48:39.383Z[ recovery-image] Jun 22 19:48:38.780 INFO O| Jun 22 19:48:38.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
47332026-06-22T19:48:39.383Z[ recovery-image] Jun 22 19:48:38.780 INFO O| Jun 22 19:48:38.780 INFO STEP 22 (remove_files) COMPLETE
47342026-06-22T19:48:39.388Z[ recovery-image] Jun 22 19:48:38.780 INFO O| Jun 22 19:48:38.780 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47352026-06-22T19:48:39.388Z[ recovery-image] Jun 22 19:48:38.787 INFO O| Jun 22 19:48:38.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
47362026-06-22T19:48:39.388Z[ recovery-image] Jun 22 19:48:38.787 INFO O| Jun 22 19:48:38.787 INFO STEP 23 (remove_files) COMPLETE
47372026-06-22T19:48:39.388Z[ recovery-image] Jun 22 19:48:38.787 INFO O| Jun 22 19:48:38.787 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47382026-06-22T19:48:39.393Z[ recovery-image] Jun 22 19:48:38.795 INFO O| Jun 22 19:48:38.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
47392026-06-22T19:48:39.393Z[ recovery-image] Jun 22 19:48:38.795 INFO O| Jun 22 19:48:38.795 INFO STEP 24 (remove_files) COMPLETE
47402026-06-22T19:48:39.394Z[ recovery-image] Jun 22 19:48:38.795 INFO O| Jun 22 19:48:38.795 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412026-06-22T19:48:39.404Z[ recovery-image] Jun 22 19:48:38.802 INFO O| Jun 22 19:48:38.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
47422026-06-22T19:48:39.404Z[ recovery-image] Jun 22 19:48:38.802 INFO O| Jun 22 19:48:38.802 INFO STEP 25 (remove_files) COMPLETE
47432026-06-22T19:48:39.404Z[ recovery-image] Jun 22 19:48:38.802 INFO O| Jun 22 19:48:38.802 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47442026-06-22T19:48:39.414Z[ recovery-image] Jun 22 19:48:38.810 INFO O| Jun 22 19:48:38.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
47452026-06-22T19:48:39.414Z[ recovery-image] Jun 22 19:48:38.810 INFO O| Jun 22 19:48:38.810 INFO STEP 26 (remove_files) COMPLETE
47462026-06-22T19:48:39.414Z[ recovery-image] Jun 22 19:48:38.810 INFO O| Jun 22 19:48:38.810 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472026-06-22T19:48:39.418Z[ recovery-image] Jun 22 19:48:38.817 INFO O| Jun 22 19:48:38.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
47482026-06-22T19:48:39.418Z[ recovery-image] Jun 22 19:48:38.818 INFO O| Jun 22 19:48:38.818 INFO STEP 27 (remove_files) COMPLETE
47492026-06-22T19:48:39.418Z[ recovery-image] Jun 22 19:48:38.818 INFO O| Jun 22 19:48:38.818 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47502026-06-22T19:48:39.438Z[ recovery-image] Jun 22 19:48:38.826 INFO O| Jun 22 19:48:38.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
47512026-06-22T19:48:39.438Z[ recovery-image] Jun 22 19:48:38.826 INFO O| Jun 22 19:48:38.826 INFO STEP 28 (remove_files) COMPLETE
47522026-06-22T19:48:39.442Z[ recovery-image] Jun 22 19:48:38.826 INFO O| Jun 22 19:48:38.826 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47532026-06-22T19:48:39.442Z[ recovery-image] Jun 22 19:48:38.834 INFO O| Jun 22 19:48:38.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
47542026-06-22T19:48:39.442Z[ recovery-image] Jun 22 19:48:38.834 INFO O| Jun 22 19:48:38.834 INFO STEP 29 (remove_files) COMPLETE
47552026-06-22T19:48:39.442Z[ recovery-image] Jun 22 19:48:38.834 INFO O| Jun 22 19:48:38.834 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47562026-06-22T19:48:39.442Z[ recovery-image] Jun 22 19:48:38.841 INFO O| Jun 22 19:48:38.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
47572026-06-22T19:48:39.442Z[ recovery-image] Jun 22 19:48:38.841 INFO O| Jun 22 19:48:38.841 INFO STEP 30 (remove_files) COMPLETE
47582026-06-22T19:48:39.442Z[ recovery-image] Jun 22 19:48:38.841 INFO O| Jun 22 19:48:38.841 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47592026-06-22T19:48:39.447Z[ recovery-image] Jun 22 19:48:38.848 INFO O| Jun 22 19:48:38.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
47602026-06-22T19:48:39.447Z[ recovery-image] Jun 22 19:48:38.848 INFO O| Jun 22 19:48:38.848 INFO STEP 31 (remove_files) COMPLETE
47612026-06-22T19:48:39.447Z[ recovery-image] Jun 22 19:48:38.848 INFO O| Jun 22 19:48:38.848 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47622026-06-22T19:48:39.452Z[ recovery-image] Jun 22 19:48:38.854 INFO O| Jun 22 19:48:38.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
47632026-06-22T19:48:39.462Z[ recovery-image] Jun 22 19:48:38.854 INFO O| Jun 22 19:48:38.854 INFO STEP 32 (remove_files) COMPLETE
47642026-06-22T19:48:39.462Z[ recovery-image] Jun 22 19:48:38.854 INFO O| Jun 22 19:48:38.854 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47652026-06-22T19:48:39.471Z[ recovery-image] Jun 22 19:48:38.860 INFO O| Jun 22 19:48:38.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
47662026-06-22T19:48:39.471Z[ recovery-image] Jun 22 19:48:38.860 INFO O| Jun 22 19:48:38.860 INFO STEP 33 (remove_files) COMPLETE
47672026-06-22T19:48:39.471Z[ recovery-image] Jun 22 19:48:38.860 INFO O| Jun 22 19:48:38.860 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47682026-06-22T19:48:39.471Z[ recovery-image] Jun 22 19:48:38.866 INFO O| Jun 22 19:48:38.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
47692026-06-22T19:48:39.471Z[ recovery-image] Jun 22 19:48:38.866 INFO O| Jun 22 19:48:38.866 INFO STEP 34 (remove_files) COMPLETE
47702026-06-22T19:48:39.471Z[ recovery-image] Jun 22 19:48:38.866 INFO O| Jun 22 19:48:38.866 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47712026-06-22T19:48:39.476Z[ recovery-image] Jun 22 19:48:38.872 INFO O| Jun 22 19:48:38.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
47722026-06-22T19:48:39.476Z[ recovery-image] Jun 22 19:48:38.872 INFO O| Jun 22 19:48:38.872 INFO STEP 35 (remove_files) COMPLETE
47732026-06-22T19:48:39.476Z[ recovery-image] Jun 22 19:48:38.872 INFO O| Jun 22 19:48:38.872 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47742026-06-22T19:48:39.491Z[ recovery-image] Jun 22 19:48:38.877 INFO O| Jun 22 19:48:38.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
47752026-06-22T19:48:39.491Z[ recovery-image] Jun 22 19:48:38.877 INFO O| Jun 22 19:48:38.877 INFO STEP 36 (remove_files) COMPLETE
47762026-06-22T19:48:39.491Z[ recovery-image] Jun 22 19:48:38.877 INFO O| Jun 22 19:48:38.877 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47772026-06-22T19:48:39.505Z[ recovery-image] Jun 22 19:48:38.886 INFO O| Jun 22 19:48:38.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
47782026-06-22T19:48:39.505Z[ recovery-image] Jun 22 19:48:38.886 INFO O| Jun 22 19:48:38.886 INFO STEP 37 (remove_files) COMPLETE
47792026-06-22T19:48:39.505Z[ recovery-image] Jun 22 19:48:38.886 INFO O| Jun 22 19:48:38.886 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47802026-06-22T19:48:39.505Z[ recovery-image] Jun 22 19:48:38.895 INFO O| Jun 22 19:48:38.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
47812026-06-22T19:48:39.505Z[ recovery-image] Jun 22 19:48:38.895 INFO O| Jun 22 19:48:38.895 INFO STEP 38 (remove_files) COMPLETE
47822026-06-22T19:48:39.505Z[ recovery-image] Jun 22 19:48:38.895 INFO O| Jun 22 19:48:38.895 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47832026-06-22T19:48:39.514Z[ recovery-image] Jun 22 19:48:38.902 INFO O| Jun 22 19:48:38.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
47842026-06-22T19:48:39.514Z[ recovery-image] Jun 22 19:48:38.902 INFO O| Jun 22 19:48:38.902 INFO STEP 39 (remove_files) COMPLETE
47852026-06-22T19:48:39.514Z[ recovery-image] Jun 22 19:48:38.902 INFO O| Jun 22 19:48:38.902 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47862026-06-22T19:48:39.514Z[ recovery-image] Jun 22 19:48:38.910 INFO O| Jun 22 19:48:38.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
47872026-06-22T19:48:39.514Z[ recovery-image] Jun 22 19:48:38.910 INFO O| Jun 22 19:48:38.910 INFO STEP 40 (remove_files) COMPLETE
47882026-06-22T19:48:39.514Z[ recovery-image] Jun 22 19:48:38.910 INFO O| Jun 22 19:48:38.910 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47892026-06-22T19:48:39.523Z[ recovery-image] Jun 22 19:48:38.917 INFO O| Jun 22 19:48:38.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
47902026-06-22T19:48:39.524Z[ recovery-image] Jun 22 19:48:38.917 INFO O| Jun 22 19:48:38.917 INFO STEP 41 (remove_files) COMPLETE
47912026-06-22T19:48:39.524Z[ recovery-image] Jun 22 19:48:38.917 INFO O| Jun 22 19:48:38.917 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47922026-06-22T19:48:39.536Z[ recovery-image] Jun 22 19:48:38.926 INFO O| Jun 22 19:48:38.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47932026-06-22T19:48:39.536Z[ recovery-image] Jun 22 19:48:38.926 INFO O| Jun 22 19:48:38.926 INFO STEP 42 (remove_files) COMPLETE
47942026-06-22T19:48:39.536Z[ recovery-image] Jun 22 19:48:38.926 INFO O| Jun 22 19:48:38.926 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47952026-06-22T19:48:39.539Z[ recovery-image] Jun 22 19:48:38.933 INFO O| Jun 22 19:48:38.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47962026-06-22T19:48:39.539Z[ recovery-image] Jun 22 19:48:38.933 INFO O| Jun 22 19:48:38.933 INFO STEP 43 (remove_files) COMPLETE
47972026-06-22T19:48:39.539Z[ recovery-image] Jun 22 19:48:38.933 INFO O| Jun 22 19:48:38.933 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47982026-06-22T19:48:39.539Z[ recovery-image] Jun 22 19:48:38.940 INFO O| Jun 22 19:48:38.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47992026-06-22T19:48:39.539Z[ recovery-image] Jun 22 19:48:38.940 INFO O| Jun 22 19:48:38.940 INFO STEP 44 (remove_files) COMPLETE
48002026-06-22T19:48:39.539Z[ recovery-image] Jun 22 19:48:38.940 INFO O| Jun 22 19:48:38.940 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48012026-06-22T19:48:39.544Z[ recovery-image] Jun 22 19:48:38.946 INFO O| Jun 22 19:48:38.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
48022026-06-22T19:48:39.544Z[ recovery-image] Jun 22 19:48:38.946 INFO O| Jun 22 19:48:38.946 INFO STEP 45 (remove_files) COMPLETE
48032026-06-22T19:48:39.549Z[ recovery-image] Jun 22 19:48:38.946 INFO O| Jun 22 19:48:38.946 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48042026-06-22T19:48:39.553Z[ recovery-image] Jun 22 19:48:38.954 INFO O| Jun 22 19:48:38.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
48052026-06-22T19:48:39.553Z[ recovery-image] Jun 22 19:48:38.954 INFO O| Jun 22 19:48:38.954 INFO STEP 46 (remove_files) COMPLETE
48062026-06-22T19:48:39.553Z[ recovery-image] Jun 22 19:48:38.954 INFO O| Jun 22 19:48:38.954 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48072026-06-22T19:48:39.559Z[ recovery-image] Jun 22 19:48:38.961 INFO O| Jun 22 19:48:38.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
48082026-06-22T19:48:39.560Z[ recovery-image] Jun 22 19:48:38.961 INFO O| Jun 22 19:48:38.961 INFO STEP 47 (remove_files) COMPLETE
48092026-06-22T19:48:39.560Z[ recovery-image] Jun 22 19:48:38.961 INFO O| Jun 22 19:48:38.961 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48102026-06-22T19:48:39.573Z[ recovery-image] Jun 22 19:48:38.968 INFO O| Jun 22 19:48:38.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
48112026-06-22T19:48:39.573Z[ recovery-image] Jun 22 19:48:38.968 INFO O| Jun 22 19:48:38.968 INFO STEP 48 (remove_files) COMPLETE
48122026-06-22T19:48:39.576Z[ recovery-image] Jun 22 19:48:38.968 INFO O| Jun 22 19:48:38.968 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48132026-06-22T19:48:39.576Z[ recovery-image] Jun 22 19:48:38.975 INFO O| Jun 22 19:48:38.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
48142026-06-22T19:48:39.577Z[ recovery-image] Jun 22 19:48:38.975 INFO O| Jun 22 19:48:38.975 INFO STEP 49 (remove_files) COMPLETE
48152026-06-22T19:48:39.577Z[ recovery-image] Jun 22 19:48:38.975 INFO O| Jun 22 19:48:38.975 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48162026-06-22T19:48:39.587Z[ recovery-image] Jun 22 19:48:38.981 INFO O| Jun 22 19:48:38.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
48172026-06-22T19:48:39.587Z[ recovery-image] Jun 22 19:48:38.981 INFO O| Jun 22 19:48:38.981 INFO STEP 50 (remove_files) COMPLETE
48182026-06-22T19:48:39.587Z[ recovery-image] Jun 22 19:48:38.981 INFO O| Jun 22 19:48:38.981 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48192026-06-22T19:48:39.594Z[ recovery-image] Jun 22 19:48:38.988 INFO O| Jun 22 19:48:38.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
48202026-06-22T19:48:39.594Z[ recovery-image] Jun 22 19:48:38.988 INFO O| Jun 22 19:48:38.988 INFO STEP 51 (remove_files) COMPLETE
48212026-06-22T19:48:39.594Z[ recovery-image] Jun 22 19:48:38.988 INFO O| Jun 22 19:48:38.988 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48222026-06-22T19:48:39.598Z[ recovery-image] Jun 22 19:48:38.995 INFO O| Jun 22 19:48:38.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
48232026-06-22T19:48:39.598Z[ recovery-image] Jun 22 19:48:38.995 INFO O| Jun 22 19:48:38.995 INFO STEP 52 (remove_files) COMPLETE
48242026-06-22T19:48:39.598Z[ recovery-image] Jun 22 19:48:38.995 INFO O| Jun 22 19:48:38.995 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48252026-06-22T19:48:39.609Z[ recovery-image] Jun 22 19:48:39.001 INFO O| Jun 22 19:48:39.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
48262026-06-22T19:48:39.609Z[ recovery-image] Jun 22 19:48:39.001 INFO O| Jun 22 19:48:39.001 INFO STEP 53 (remove_files) COMPLETE
48272026-06-22T19:48:39.609Z[ recovery-image] Jun 22 19:48:39.001 INFO O| Jun 22 19:48:39.001 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48282026-06-22T19:48:39.613Z[ recovery-image] Jun 22 19:48:39.009 INFO O| Jun 22 19:48:39.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
48292026-06-22T19:48:39.613Z[ recovery-image] Jun 22 19:48:39.009 INFO O| Jun 22 19:48:39.009 INFO STEP 54 (remove_files) COMPLETE
48302026-06-22T19:48:39.613Z[ recovery-image] Jun 22 19:48:39.009 INFO O| Jun 22 19:48:39.009 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48312026-06-22T19:48:39.616Z[ recovery-image] Jun 22 19:48:39.015 INFO O| Jun 22 19:48:39.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
48322026-06-22T19:48:39.617Z[ recovery-image] Jun 22 19:48:39.015 INFO O| Jun 22 19:48:39.015 INFO STEP 55 (remove_files) COMPLETE
48332026-06-22T19:48:39.617Z[ recovery-image] Jun 22 19:48:39.015 INFO O| Jun 22 19:48:39.015 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48342026-06-22T19:48:39.625Z[ recovery-image] Jun 22 19:48:39.022 INFO O| Jun 22 19:48:39.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
48352026-06-22T19:48:39.625Z[ recovery-image] Jun 22 19:48:39.022 INFO O| Jun 22 19:48:39.022 INFO STEP 56 (remove_files) COMPLETE
48362026-06-22T19:48:39.625Z[ recovery-image] Jun 22 19:48:39.022 INFO O| Jun 22 19:48:39.022 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48372026-06-22T19:48:39.628Z[ recovery-image] Jun 22 19:48:39.028 INFO O| Jun 22 19:48:39.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
48382026-06-22T19:48:39.629Z[ recovery-image] Jun 22 19:48:39.028 INFO O| Jun 22 19:48:39.028 INFO STEP 57 (remove_files) COMPLETE
48392026-06-22T19:48:39.629Z[ recovery-image] Jun 22 19:48:39.028 INFO O| Jun 22 19:48:39.028 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48402026-06-22T19:48:39.635Z[ recovery-image] Jun 22 19:48:39.034 INFO O| Jun 22 19:48:39.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
48412026-06-22T19:48:39.635Z[ recovery-image] Jun 22 19:48:39.034 INFO O| Jun 22 19:48:39.034 INFO STEP 58 (remove_files) COMPLETE
48422026-06-22T19:48:39.635Z[ recovery-image] Jun 22 19:48:39.034 INFO O| Jun 22 19:48:39.034 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48432026-06-22T19:48:39.643Z[ recovery-image] Jun 22 19:48:39.040 INFO O| Jun 22 19:48:39.040 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
48442026-06-22T19:48:39.643Z[ recovery-image] Jun 22 19:48:39.040 INFO O| Jun 22 19:48:39.040 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
48452026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.040 INFO O| Jun 22 19:48:39.040 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48462026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.040 INFO O| Jun 22 19:48:39.040 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48472026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.040 INFO O| Jun 22 19:48:39.040 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48482026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.040 INFO O| Jun 22 19:48:39.040 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48492026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.040 INFO O| Jun 22 19:48:39.040 INFO ok!
48502026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.040 INFO O| Jun 22 19:48:39.040 INFO STEP 59 (ensure_file) COMPLETE
48512026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.040 INFO O| Jun 22 19:48:39.040 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48522026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.048 INFO O| Jun 22 19:48:39.048 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
48532026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.048 INFO O| Jun 22 19:48:39.048 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
48542026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.048 INFO O| Jun 22 19:48:39.048 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48552026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.048 INFO O| Jun 22 19:48:39.048 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48562026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.048 INFO O| Jun 22 19:48:39.048 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48572026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.048 INFO O| Jun 22 19:48:39.048 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48582026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.048 INFO O| Jun 22 19:48:39.048 INFO ok!
48592026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.048 INFO O| Jun 22 19:48:39.048 INFO STEP 60 (ensure_file) COMPLETE
48602026-06-22T19:48:39.652Z[ recovery-image] Jun 22 19:48:39.048 INFO O| Jun 22 19:48:39.048 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48612026-06-22T19:48:39.663Z[ recovery-image] Jun 22 19:48:39.056 INFO O| Jun 22 19:48:39.056 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
48622026-06-22T19:48:39.663Z[ recovery-image] Jun 22 19:48:39.056 INFO O| Jun 22 19:48:39.056 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
48632026-06-22T19:48:39.663Z[ recovery-image] Jun 22 19:48:39.056 INFO O| Jun 22 19:48:39.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
48642026-06-22T19:48:39.663Z[ recovery-image] Jun 22 19:48:39.056 INFO O| Jun 22 19:48:39.056 INFO ok!
48652026-06-22T19:48:39.663Z[ recovery-image] Jun 22 19:48:39.056 INFO O| Jun 22 19:48:39.056 INFO STEP 61 (ensure_file) COMPLETE
48662026-06-22T19:48:39.663Z[ recovery-image] Jun 22 19:48:39.056 INFO O| Jun 22 19:48:39.056 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48672026-06-22T19:48:39.673Z[ recovery-image] Jun 22 19:48:39.062 INFO O| Jun 22 19:48:39.062 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
48682026-06-22T19:48:39.673Z[ recovery-image] Jun 22 19:48:39.062 INFO O| Jun 22 19:48:39.062 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
48692026-06-22T19:48:39.673Z[ recovery-image] Jun 22 19:48:39.062 INFO O| Jun 22 19:48:39.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
48702026-06-22T19:48:39.673Z[ recovery-image] Jun 22 19:48:39.062 INFO O| Jun 22 19:48:39.062 INFO ok!
48712026-06-22T19:48:39.673Z[ recovery-image] Jun 22 19:48:39.062 INFO O| Jun 22 19:48:39.062 INFO STEP 62 (ensure_file) COMPLETE
48722026-06-22T19:48:39.673Z[ recovery-image] Jun 22 19:48:39.062 INFO O| Jun 22 19:48:39.062 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48732026-06-22T19:48:39.682Z[ recovery-image] Jun 22 19:48:39.070 INFO O| Jun 22 19:48:39.070 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
48742026-06-22T19:48:39.682Z[ recovery-image] Jun 22 19:48:39.070 INFO O| Jun 22 19:48:39.070 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
48752026-06-22T19:48:39.682Z[ recovery-image] Jun 22 19:48:39.070 INFO O| Jun 22 19:48:39.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48762026-06-22T19:48:39.682Z[ recovery-image] Jun 22 19:48:39.070 INFO O| Jun 22 19:48:39.070 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48772026-06-22T19:48:39.682Z[ recovery-image] Jun 22 19:48:39.070 INFO O| Jun 22 19:48:39.070 INFO ok!
48782026-06-22T19:48:39.682Z[ recovery-image] Jun 22 19:48:39.070 INFO O| Jun 22 19:48:39.070 INFO STEP 63 (ensure_file) COMPLETE
48792026-06-22T19:48:39.682Z[ recovery-image] Jun 22 19:48:39.070 INFO O| Jun 22 19:48:39.070 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48802026-06-22T19:48:39.682Z[ recovery-image] Jun 22 19:48:39.078 INFO O| Jun 22 19:48:39.078 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
48812026-06-22T19:48:39.682Z[ recovery-image] Jun 22 19:48:39.078 INFO O| Jun 22 19:48:39.078 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
48822026-06-22T19:48:39.682Z[ recovery-image] Jun 22 19:48:39.078 INFO O| Jun 22 19:48:39.078 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48832026-06-22T19:48:39.682Z[ recovery-image] Jun 22 19:48:39.078 INFO O| Jun 22 19:48:39.078 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48842026-06-22T19:48:39.682Z[ recovery-image] Jun 22 19:48:39.078 INFO O| Jun 22 19:48:39.078 INFO ok!
48852026-06-22T19:48:39.682Z[ recovery-image] Jun 22 19:48:39.078 INFO O| Jun 22 19:48:39.078 INFO STEP 64 (ensure_file) COMPLETE
48862026-06-22T19:48:39.682Z[ recovery-image] Jun 22 19:48:39.078 INFO O| Jun 22 19:48:39.078 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48872026-06-22T19:48:39.707Z[ recovery-image] Jun 22 19:48:39.084 INFO O| Jun 22 19:48:39.084 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
48882026-06-22T19:48:39.707Z[ recovery-image] Jun 22 19:48:39.084 INFO O| Jun 22 19:48:39.084 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
48892026-06-22T19:48:39.707Z[ recovery-image] Jun 22 19:48:39.084 INFO O| Jun 22 19:48:39.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
48902026-06-22T19:48:39.707Z[ recovery-image] Jun 22 19:48:39.084 INFO O| Jun 22 19:48:39.084 INFO ok!
48912026-06-22T19:48:39.707Z[ recovery-image] Jun 22 19:48:39.084 INFO O| Jun 22 19:48:39.084 INFO STEP 65 (assemble_files) COMPLETE
48922026-06-22T19:48:39.707Z[ recovery-image] Jun 22 19:48:39.084 INFO O| Jun 22 19:48:39.084 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48932026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.090 INFO O| Jun 22 19:48:39.090 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48942026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.090 INFO O| Jun 22 19:48:39.090 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48952026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.090 INFO O| Jun 22 19:48:39.090 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48962026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.090 INFO O| Jun 22 19:48:39.090 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48972026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.090 INFO O| Jun 22 19:48:39.090 INFO ok!
48982026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.090 INFO O| Jun 22 19:48:39.090 INFO STEP 66 (ensure_file) COMPLETE
48992026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.090 INFO O| Jun 22 19:48:39.090 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49002026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.090 INFO O| Jun 22 19:48:39.090 INFO skip step because feature "omicron1" is not enabled
49012026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.090 INFO O| Jun 22 19:48:39.090 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49022026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.090 INFO O| Jun 22 19:48:39.090 INFO skip step because feature "omicron1" is not enabled
49032026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.090 INFO O| Jun 22 19:48:39.090 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49042026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.090 INFO O| Jun 22 19:48:39.090 INFO skip step because feature "omicron1" is not enabled
49052026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.090 INFO O| Jun 22 19:48:39.090 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49062026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.100 INFO O| Jun 22 19:48:39.100 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
49072026-06-22T19:48:39.728Z[ recovery-image] Jun 22 19:48:39.100 INFO O| Jun 22 19:48:39.100 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
49082026-06-22T19:48:40.732Z[ recovery-image] Jun 22 19:48:40.132 INFO O| Jun 22 19:48:40.132 INFO STEP 70 (pack_tar) COMPLETE
49092026-06-22T19:48:40.732Z[ recovery-image] Jun 22 19:48:40.132 INFO O| Jun 22 19:48:40.132 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49102026-06-22T19:48:40.745Z[ recovery-image] Jun 22 19:48:40.132 INFO O| Jun 22 19:48:40.132 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
49112026-06-22T19:48:41.184Z[ recovery-image] Jun 22 19:48:40.586 INFO O| Jun 22 19:48:40.586 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49122026-06-22T19:48:41.265Z[ recovery-image] Jun 22 19:48:40.659 INFO O| Jun 22 19:48:40.659 INFO completed processing sled/ramdisk-02-trim
49132026-06-22T19:48:41.273Z[ recovery-image] Jun 22 19:48:40.661 INFO image builder template: ramdisk-03-recovery-trim...
49142026-06-22T19:48:41.273Z[ recovery-image] Jun 22 19:48:40.661 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/.tmpGk0CZd/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
49152026-06-22T19:48:41.273Z[ recovery-image] Jun 22 19:48:40.666 INFO O| Jun 22 19:48:40.666 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
49162026-06-22T19:48:41.338Z[ recovery-image] Jun 22 19:48:40.739 INFO O| Jun 22 19:48:40.739 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49172026-06-22T19:48:41.341Z[ recovery-image] Jun 22 19:48:40.742 INFO O| Jun 22 19:48:40.742 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49182026-06-22T19:48:41.422Z[ recovery-image] Jun 22 19:48:40.822 INFO O| Jun 22 19:48:40.822 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
49192026-06-22T19:48:41.485Z[ recovery-image] Jun 22 19:48:40.887 INFO O| Jun 22 19:48:40.887 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49202026-06-22T19:48:41.485Z[ recovery-image] Jun 22 19:48:40.887 INFO O| Jun 22 19:48:40.887 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49212026-06-22T19:48:41.493Z[ recovery-image] Jun 22 19:48:40.893 INFO O| Jun 22 19:48:40.893 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
49222026-06-22T19:48:41.497Z[ recovery-image] Jun 22 19:48:40.896 INFO O| Jun 22 19:48:40.896 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49232026-06-22T19:48:41.502Z[ recovery-image] Jun 22 19:48:40.900 INFO O| Jun 22 19:48:40.900 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
49242026-06-22T19:48:41.761Z[ recovery-image] Jun 22 19:48:41.162 INFO O| Jun 22 19:48:41.162 INFO rolled back to input snapshot; work may begin
49252026-06-22T19:48:41.761Z[ recovery-image] Jun 22 19:48:41.162 INFO O| Jun 22 19:48:41.162 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49262026-06-22T19:48:41.764Z[ recovery-image] Jun 22 19:48:41.166 INFO O| Jun 22 19:48:41.166 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49272026-06-22T19:48:41.775Z[ recovery-image] Jun 22 19:48:41.174 INFO O| Jun 22 19:48:41.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
49282026-06-22T19:48:41.778Z[ recovery-image] Jun 22 19:48:41.177 INFO O| Jun 22 19:48:41.177 INFO STEP 0 (remove_files) COMPLETE
49292026-06-22T19:48:41.778Z[ recovery-image] Jun 22 19:48:41.177 INFO O| Jun 22 19:48:41.177 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49302026-06-22T19:48:41.782Z[ recovery-image] Jun 22 19:48:41.184 INFO O| Jun 22 19:48:41.184 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
49312026-06-22T19:48:41.825Z[ recovery-image] Jun 22 19:48:41.227 INFO O| Jun 22 19:48:41.227 INFO STEP 1 (remove_files) COMPLETE
49322026-06-22T19:48:41.825Z[ recovery-image] Jun 22 19:48:41.227 INFO O| Jun 22 19:48:41.227 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49332026-06-22T19:48:41.860Z[ recovery-image] Jun 22 19:48:41.236 INFO O| Jun 22 19:48:41.236 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
49342026-06-22T19:48:41.866Z[ recovery-image] Jun 22 19:48:41.238 INFO O| Jun 22 19:48:41.238 INFO STEP 2 (remove_files) COMPLETE
49352026-06-22T19:48:41.866Z[ recovery-image] Jun 22 19:48:41.238 INFO O| Jun 22 19:48:41.238 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49362026-06-22T19:48:41.867Z[ recovery-image] Jun 22 19:48:41.247 INFO O| Jun 22 19:48:41.247 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
49372026-06-22T19:48:41.876Z[ recovery-image] Jun 22 19:48:41.279 INFO O| Jun 22 19:48:41.279 INFO STEP 3 (remove_files) COMPLETE
49382026-06-22T19:48:41.877Z[ recovery-image] Jun 22 19:48:41.279 INFO O| Jun 22 19:48:41.279 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49392026-06-22T19:48:41.885Z[ recovery-image] Jun 22 19:48:41.288 INFO O| Jun 22 19:48:41.287 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
49402026-06-22T19:48:41.898Z[ recovery-image] Jun 22 19:48:41.299 INFO O| Jun 22 19:48:41.299 INFO STEP 4 (remove_files) COMPLETE
49412026-06-22T19:48:41.898Z[ recovery-image] Jun 22 19:48:41.299 INFO O| Jun 22 19:48:41.299 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49422026-06-22T19:48:41.914Z[ recovery-image] Jun 22 19:48:41.308 INFO O| Jun 22 19:48:41.308 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
49432026-06-22T19:48:41.919Z[ recovery-image] Jun 22 19:48:41.309 INFO O| Jun 22 19:48:41.309 INFO STEP 5 (remove_files) COMPLETE
49442026-06-22T19:48:41.919Z[ recovery-image] Jun 22 19:48:41.309 INFO O| Jun 22 19:48:41.309 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49452026-06-22T19:48:41.919Z[ recovery-image] Jun 22 19:48:41.317 INFO O| Jun 22 19:48:41.317 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
49462026-06-22T19:48:41.923Z[ recovery-image] Jun 22 19:48:41.319 INFO O| Jun 22 19:48:41.319 INFO STEP 6 (remove_files) COMPLETE
49472026-06-22T19:48:41.923Z[ recovery-image] Jun 22 19:48:41.319 INFO O| Jun 22 19:48:41.319 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49482026-06-22T19:48:41.927Z[ recovery-image] Jun 22 19:48:41.329 INFO O| Jun 22 19:48:41.329 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
49492026-06-22T19:48:41.933Z[ recovery-image] Jun 22 19:48:41.333 INFO O| Jun 22 19:48:41.332 INFO STEP 7 (remove_files) COMPLETE
49502026-06-22T19:48:41.933Z[ recovery-image] Jun 22 19:48:41.333 INFO O| Jun 22 19:48:41.333 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49512026-06-22T19:48:41.941Z[ recovery-image] Jun 22 19:48:41.341 INFO O| Jun 22 19:48:41.341 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
49522026-06-22T19:48:41.945Z[ recovery-image] Jun 22 19:48:41.342 INFO O| Jun 22 19:48:41.342 INFO STEP 8 (remove_files) COMPLETE
49532026-06-22T19:48:41.946Z[ recovery-image] Jun 22 19:48:41.342 INFO O| Jun 22 19:48:41.342 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49542026-06-22T19:48:41.949Z[ recovery-image] Jun 22 19:48:41.350 INFO O| Jun 22 19:48:41.350 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
49552026-06-22T19:48:41.953Z[ recovery-image] Jun 22 19:48:41.353 INFO O| Jun 22 19:48:41.353 INFO STEP 9 (remove_files) COMPLETE
49562026-06-22T19:48:41.953Z[ recovery-image] Jun 22 19:48:41.353 INFO O| Jun 22 19:48:41.353 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49572026-06-22T19:48:41.960Z[ recovery-image] Jun 22 19:48:41.362 INFO O| Jun 22 19:48:41.362 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
49582026-06-22T19:48:42.002Z[ recovery-image] Jun 22 19:48:41.402 INFO O| Jun 22 19:48:41.402 INFO STEP 10 (remove_files) COMPLETE
49592026-06-22T19:48:42.002Z[ recovery-image] Jun 22 19:48:41.402 INFO O| Jun 22 19:48:41.402 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49602026-06-22T19:48:42.011Z[ recovery-image] Jun 22 19:48:41.412 INFO O| Jun 22 19:48:41.412 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
49612026-06-22T19:48:42.015Z[ recovery-image] Jun 22 19:48:41.414 INFO O| Jun 22 19:48:41.414 INFO STEP 11 (remove_files) COMPLETE
49622026-06-22T19:48:42.015Z[ recovery-image] Jun 22 19:48:41.414 INFO O| Jun 22 19:48:41.414 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49632026-06-22T19:48:42.020Z[ recovery-image] Jun 22 19:48:41.422 INFO O| Jun 22 19:48:41.422 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
49642026-06-22T19:48:42.025Z[ recovery-image] Jun 22 19:48:41.424 INFO O| Jun 22 19:48:41.424 INFO STEP 12 (remove_files) COMPLETE
49652026-06-22T19:48:42.025Z[ recovery-image] Jun 22 19:48:41.424 INFO O| Jun 22 19:48:41.424 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49662026-06-22T19:48:42.033Z[ recovery-image] Jun 22 19:48:41.433 INFO O| Jun 22 19:48:41.433 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
49672026-06-22T19:48:42.041Z[ recovery-image] Jun 22 19:48:41.434 INFO O| Jun 22 19:48:41.434 INFO STEP 13 (remove_files) COMPLETE
49682026-06-22T19:48:42.041Z[ recovery-image] Jun 22 19:48:41.434 INFO O| Jun 22 19:48:41.434 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49692026-06-22T19:48:42.057Z[ recovery-image] Jun 22 19:48:41.442 INFO O| Jun 22 19:48:41.442 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
49702026-06-22T19:48:42.057Z[ recovery-image] Jun 22 19:48:41.443 INFO O| Jun 22 19:48:41.443 INFO STEP 14 (remove_files) COMPLETE
49712026-06-22T19:48:42.057Z[ recovery-image] Jun 22 19:48:41.443 INFO O| Jun 22 19:48:41.443 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49722026-06-22T19:48:42.057Z[ recovery-image] Jun 22 19:48:41.451 INFO O| Jun 22 19:48:41.451 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
49732026-06-22T19:48:42.066Z[ recovery-image] Jun 22 19:48:41.462 INFO O| Jun 22 19:48:41.462 INFO STEP 15 (remove_files) COMPLETE
49742026-06-22T19:48:42.066Z[ recovery-image] Jun 22 19:48:41.462 INFO O| Jun 22 19:48:41.462 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49752026-06-22T19:48:42.071Z[ recovery-image] Jun 22 19:48:41.470 INFO O| Jun 22 19:48:41.470 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
49762026-06-22T19:48:42.071Z[ recovery-image] Jun 22 19:48:41.470 INFO O| Jun 22 19:48:41.470 INFO STEP 16 (remove_files) COMPLETE
49772026-06-22T19:48:42.071Z[ recovery-image] Jun 22 19:48:41.470 INFO O| Jun 22 19:48:41.470 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49782026-06-22T19:48:42.078Z[ recovery-image] Jun 22 19:48:41.480 INFO O| Jun 22 19:48:41.480 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49792026-06-22T19:48:42.079Z[ recovery-image] Jun 22 19:48:41.480 INFO O| Jun 22 19:48:41.480 INFO STEP 17 (remove_files) COMPLETE
49802026-06-22T19:48:42.079Z[ recovery-image] Jun 22 19:48:41.480 INFO O| Jun 22 19:48:41.480 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49812026-06-22T19:48:42.093Z[ recovery-image] Jun 22 19:48:41.488 INFO O| Jun 22 19:48:41.488 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49822026-06-22T19:48:42.119Z[ recovery-image] Jun 22 19:48:41.521 INFO O| Jun 22 19:48:41.521 INFO STEP 18 (remove_files) COMPLETE
49832026-06-22T19:48:42.119Z[ recovery-image] Jun 22 19:48:41.521 INFO O| Jun 22 19:48:41.521 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49842026-06-22T19:48:42.128Z[ recovery-image] Jun 22 19:48:41.530 INFO O| Jun 22 19:48:41.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49852026-06-22T19:48:42.132Z[ recovery-image] Jun 22 19:48:41.531 INFO O| Jun 22 19:48:41.531 INFO STEP 19 (remove_files) COMPLETE
49862026-06-22T19:48:42.132Z[ recovery-image] Jun 22 19:48:41.531 INFO O| Jun 22 19:48:41.531 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49872026-06-22T19:48:42.138Z[ recovery-image] Jun 22 19:48:41.539 INFO O| Jun 22 19:48:41.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49882026-06-22T19:48:42.142Z[ recovery-image] Jun 22 19:48:41.540 INFO O| Jun 22 19:48:41.540 INFO STEP 20 (remove_files) COMPLETE
49892026-06-22T19:48:42.142Z[ recovery-image] Jun 22 19:48:41.540 INFO O| Jun 22 19:48:41.540 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49902026-06-22T19:48:42.146Z[ recovery-image] Jun 22 19:48:41.548 INFO O| Jun 22 19:48:41.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49912026-06-22T19:48:42.150Z[ recovery-image] Jun 22 19:48:41.550 INFO O| Jun 22 19:48:41.550 INFO STEP 21 (remove_files) COMPLETE
49922026-06-22T19:48:42.150Z[ recovery-image] Jun 22 19:48:41.550 INFO O| Jun 22 19:48:41.550 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49932026-06-22T19:48:42.158Z[ recovery-image] Jun 22 19:48:41.558 INFO O| Jun 22 19:48:41.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49942026-06-22T19:48:42.162Z[ recovery-image] Jun 22 19:48:41.559 INFO O| Jun 22 19:48:41.559 INFO STEP 22 (remove_files) COMPLETE
49952026-06-22T19:48:42.162Z[ recovery-image] Jun 22 19:48:41.559 INFO O| Jun 22 19:48:41.559 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49962026-06-22T19:48:42.166Z[ recovery-image] Jun 22 19:48:41.568 INFO O| Jun 22 19:48:41.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49972026-06-22T19:48:42.169Z[ recovery-image] Jun 22 19:48:41.568 INFO O| Jun 22 19:48:41.568 INFO STEP 23 (remove_files) COMPLETE
49982026-06-22T19:48:42.169Z[ recovery-image] Jun 22 19:48:41.568 INFO O| Jun 22 19:48:41.568 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49992026-06-22T19:48:42.175Z[ recovery-image] Jun 22 19:48:41.577 INFO O| Jun 22 19:48:41.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
50002026-06-22T19:48:42.175Z[ recovery-image] Jun 22 19:48:41.577 INFO O| Jun 22 19:48:41.577 INFO STEP 24 (remove_files) COMPLETE
50012026-06-22T19:48:42.183Z[ recovery-image] Jun 22 19:48:41.577 INFO O| Jun 22 19:48:41.577 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50022026-06-22T19:48:42.191Z[ recovery-image] Jun 22 19:48:41.585 INFO O| Jun 22 19:48:41.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
50032026-06-22T19:48:42.191Z[ recovery-image] Jun 22 19:48:41.585 INFO O| Jun 22 19:48:41.585 INFO STEP 25 (remove_files) COMPLETE
50042026-06-22T19:48:42.191Z[ recovery-image] Jun 22 19:48:41.585 INFO O| Jun 22 19:48:41.585 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50052026-06-22T19:48:42.202Z[ recovery-image] Jun 22 19:48:41.594 INFO O| Jun 22 19:48:41.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
50062026-06-22T19:48:42.202Z[ recovery-image] Jun 22 19:48:41.594 INFO O| Jun 22 19:48:41.594 INFO STEP 26 (remove_files) COMPLETE
50072026-06-22T19:48:42.202Z[ recovery-image] Jun 22 19:48:41.594 INFO O| Jun 22 19:48:41.594 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50082026-06-22T19:48:42.210Z[ recovery-image] Jun 22 19:48:41.604 INFO O| Jun 22 19:48:41.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
50092026-06-22T19:48:42.210Z[ recovery-image] Jun 22 19:48:41.604 INFO O| Jun 22 19:48:41.604 INFO STEP 27 (remove_files) COMPLETE
50102026-06-22T19:48:42.210Z[ recovery-image] Jun 22 19:48:41.604 INFO O| Jun 22 19:48:41.604 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50112026-06-22T19:48:42.218Z[ recovery-image] Jun 22 19:48:41.612 INFO O| Jun 22 19:48:41.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
50122026-06-22T19:48:42.218Z[ recovery-image] Jun 22 19:48:41.612 INFO O| Jun 22 19:48:41.612 INFO STEP 28 (remove_files) COMPLETE
50132026-06-22T19:48:42.218Z[ recovery-image] Jun 22 19:48:41.612 INFO O| Jun 22 19:48:41.612 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50142026-06-22T19:48:42.223Z[ recovery-image] Jun 22 19:48:41.622 INFO O| Jun 22 19:48:41.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
50152026-06-22T19:48:42.223Z[ recovery-image] Jun 22 19:48:41.622 INFO O| Jun 22 19:48:41.622 INFO STEP 29 (remove_files) COMPLETE
50162026-06-22T19:48:42.223Z[ recovery-image] Jun 22 19:48:41.622 INFO O| Jun 22 19:48:41.622 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50172026-06-22T19:48:42.230Z[ recovery-image] Jun 22 19:48:41.631 INFO O| Jun 22 19:48:41.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
50182026-06-22T19:48:42.245Z[ recovery-image] Jun 22 19:48:41.632 INFO O| Jun 22 19:48:41.632 INFO STEP 30 (remove_files) COMPLETE
50192026-06-22T19:48:42.245Z[ recovery-image] Jun 22 19:48:41.632 INFO O| Jun 22 19:48:41.632 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50202026-06-22T19:48:42.251Z[ recovery-image] Jun 22 19:48:41.641 INFO O| Jun 22 19:48:41.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
50212026-06-22T19:48:42.251Z[ recovery-image] Jun 22 19:48:41.641 INFO O| Jun 22 19:48:41.641 INFO STEP 31 (remove_files) COMPLETE
50222026-06-22T19:48:42.251Z[ recovery-image] Jun 22 19:48:41.641 INFO O| Jun 22 19:48:41.641 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50232026-06-22T19:48:42.251Z[ recovery-image] Jun 22 19:48:41.649 INFO O| Jun 22 19:48:41.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
50242026-06-22T19:48:42.251Z[ recovery-image] Jun 22 19:48:41.649 INFO O| Jun 22 19:48:41.649 INFO STEP 32 (remove_files) COMPLETE
50252026-06-22T19:48:42.251Z[ recovery-image] Jun 22 19:48:41.649 INFO O| Jun 22 19:48:41.649 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50262026-06-22T19:48:42.255Z[ recovery-image] Jun 22 19:48:41.656 INFO O| Jun 22 19:48:41.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
50272026-06-22T19:48:42.255Z[ recovery-image] Jun 22 19:48:41.656 INFO O| Jun 22 19:48:41.656 INFO STEP 33 (remove_files) COMPLETE
50282026-06-22T19:48:42.255Z[ recovery-image] Jun 22 19:48:41.656 INFO O| Jun 22 19:48:41.656 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50292026-06-22T19:48:42.262Z[ recovery-image] Jun 22 19:48:41.663 INFO O| Jun 22 19:48:41.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
50302026-06-22T19:48:42.267Z[ recovery-image] Jun 22 19:48:41.664 INFO O| Jun 22 19:48:41.664 INFO STEP 34 (remove_files) COMPLETE
50312026-06-22T19:48:42.267Z[ recovery-image] Jun 22 19:48:41.664 INFO O| Jun 22 19:48:41.664 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50322026-06-22T19:48:42.273Z[ recovery-image] Jun 22 19:48:41.673 INFO O| Jun 22 19:48:41.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
50332026-06-22T19:48:42.273Z[ recovery-image] Jun 22 19:48:41.673 INFO O| Jun 22 19:48:41.673 INFO STEP 35 (remove_files) COMPLETE
50342026-06-22T19:48:42.278Z[ recovery-image] Jun 22 19:48:41.673 INFO O| Jun 22 19:48:41.673 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50352026-06-22T19:48:42.282Z[ recovery-image] Jun 22 19:48:41.681 INFO O| Jun 22 19:48:41.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
50362026-06-22T19:48:42.282Z[ recovery-image] Jun 22 19:48:41.681 INFO O| Jun 22 19:48:41.681 INFO STEP 36 (remove_files) COMPLETE
50372026-06-22T19:48:42.282Z[ recovery-image] Jun 22 19:48:41.682 INFO O| Jun 22 19:48:41.682 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50382026-06-22T19:48:42.287Z[ recovery-image] Jun 22 19:48:41.689 INFO O| Jun 22 19:48:41.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
50392026-06-22T19:48:42.287Z[ recovery-image] Jun 22 19:48:41.689 INFO O| Jun 22 19:48:41.689 INFO STEP 37 (remove_files) COMPLETE
50402026-06-22T19:48:42.290Z[ recovery-image] Jun 22 19:48:41.689 INFO O| Jun 22 19:48:41.689 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50412026-06-22T19:48:42.300Z[ recovery-image] Jun 22 19:48:41.699 INFO O| Jun 22 19:48:41.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
50422026-06-22T19:48:42.300Z[ recovery-image] Jun 22 19:48:41.699 INFO O| Jun 22 19:48:41.699 INFO STEP 38 (remove_files) COMPLETE
50432026-06-22T19:48:42.300Z[ recovery-image] Jun 22 19:48:41.699 INFO O| Jun 22 19:48:41.699 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50442026-06-22T19:48:42.308Z[ recovery-image] Jun 22 19:48:41.708 INFO O| Jun 22 19:48:41.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
50452026-06-22T19:48:42.308Z[ recovery-image] Jun 22 19:48:41.708 INFO O| Jun 22 19:48:41.708 INFO STEP 39 (remove_files) COMPLETE
50462026-06-22T19:48:42.308Z[ recovery-image] Jun 22 19:48:41.708 INFO O| Jun 22 19:48:41.708 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50472026-06-22T19:48:42.314Z[ recovery-image] Jun 22 19:48:41.715 INFO O| Jun 22 19:48:41.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
50482026-06-22T19:48:42.314Z[ recovery-image] Jun 22 19:48:41.716 INFO O| Jun 22 19:48:41.716 INFO STEP 40 (remove_files) COMPLETE
50492026-06-22T19:48:42.319Z[ recovery-image] Jun 22 19:48:41.716 INFO O| Jun 22 19:48:41.716 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50502026-06-22T19:48:42.323Z[ recovery-image] Jun 22 19:48:41.725 INFO O| Jun 22 19:48:41.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
50512026-06-22T19:48:42.323Z[ recovery-image] Jun 22 19:48:41.725 INFO O| Jun 22 19:48:41.725 INFO STEP 41 (remove_files) COMPLETE
50522026-06-22T19:48:42.323Z[ recovery-image] Jun 22 19:48:41.725 INFO O| Jun 22 19:48:41.725 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50532026-06-22T19:48:42.333Z[ recovery-image] Jun 22 19:48:41.733 INFO O| Jun 22 19:48:41.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
50542026-06-22T19:48:42.333Z[ recovery-image] Jun 22 19:48:41.733 INFO O| Jun 22 19:48:41.733 INFO STEP 42 (remove_files) COMPLETE
50552026-06-22T19:48:42.333Z[ recovery-image] Jun 22 19:48:41.733 INFO O| Jun 22 19:48:41.733 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50562026-06-22T19:48:42.338Z[ recovery-image] Jun 22 19:48:41.740 INFO O| Jun 22 19:48:41.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
50572026-06-22T19:48:42.338Z[ recovery-image] Jun 22 19:48:41.740 INFO O| Jun 22 19:48:41.740 INFO STEP 43 (remove_files) COMPLETE
50582026-06-22T19:48:42.338Z[ recovery-image] Jun 22 19:48:41.740 INFO O| Jun 22 19:48:41.740 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50592026-06-22T19:48:42.346Z[ recovery-image] Jun 22 19:48:41.747 INFO O| Jun 22 19:48:41.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
50602026-06-22T19:48:42.350Z[ recovery-image] Jun 22 19:48:41.748 INFO O| Jun 22 19:48:41.748 INFO STEP 44 (remove_files) COMPLETE
50612026-06-22T19:48:42.350Z[ recovery-image] Jun 22 19:48:41.748 INFO O| Jun 22 19:48:41.748 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50622026-06-22T19:48:42.353Z[ recovery-image] Jun 22 19:48:41.756 INFO O| Jun 22 19:48:41.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
50632026-06-22T19:48:42.353Z[ recovery-image] Jun 22 19:48:41.756 INFO O| Jun 22 19:48:41.756 INFO STEP 45 (remove_files) COMPLETE
50642026-06-22T19:48:42.358Z[ recovery-image] Jun 22 19:48:41.756 INFO O| Jun 22 19:48:41.756 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50652026-06-22T19:48:42.367Z[ recovery-image] Jun 22 19:48:41.764 INFO O| Jun 22 19:48:41.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
50662026-06-22T19:48:42.367Z[ recovery-image] Jun 22 19:48:41.764 INFO O| Jun 22 19:48:41.764 INFO STEP 46 (remove_files) COMPLETE
50672026-06-22T19:48:42.367Z[ recovery-image] Jun 22 19:48:41.764 INFO O| Jun 22 19:48:41.764 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50682026-06-22T19:48:42.372Z[ recovery-image] Jun 22 19:48:41.771 INFO O| Jun 22 19:48:41.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
50692026-06-22T19:48:42.372Z[ recovery-image] Jun 22 19:48:41.771 INFO O| Jun 22 19:48:41.771 INFO STEP 47 (remove_files) COMPLETE
50702026-06-22T19:48:42.372Z[ recovery-image] Jun 22 19:48:41.771 INFO O| Jun 22 19:48:41.771 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50712026-06-22T19:48:42.383Z[ recovery-image] Jun 22 19:48:41.781 INFO O| Jun 22 19:48:41.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
50722026-06-22T19:48:42.383Z[ recovery-image] Jun 22 19:48:41.781 INFO O| Jun 22 19:48:41.781 INFO STEP 48 (remove_files) COMPLETE
50732026-06-22T19:48:42.389Z[ recovery-image] Jun 22 19:48:41.781 INFO O| Jun 22 19:48:41.781 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50742026-06-22T19:48:42.389Z[ recovery-image] Jun 22 19:48:41.788 INFO O| Jun 22 19:48:41.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50752026-06-22T19:48:42.389Z[ recovery-image] Jun 22 19:48:41.788 INFO O| Jun 22 19:48:41.788 INFO STEP 49 (remove_files) COMPLETE
50762026-06-22T19:48:42.389Z[ recovery-image] Jun 22 19:48:41.788 INFO O| Jun 22 19:48:41.788 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50772026-06-22T19:48:42.396Z[ recovery-image] Jun 22 19:48:41.795 INFO O| Jun 22 19:48:41.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50782026-06-22T19:48:42.399Z[ recovery-image] Jun 22 19:48:41.795 INFO O| Jun 22 19:48:41.795 INFO STEP 50 (remove_files) COMPLETE
50792026-06-22T19:48:42.399Z[ recovery-image] Jun 22 19:48:41.795 INFO O| Jun 22 19:48:41.795 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50802026-06-22T19:48:42.404Z[ recovery-image] Jun 22 19:48:41.802 INFO O| Jun 22 19:48:41.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50812026-06-22T19:48:42.404Z[ recovery-image] Jun 22 19:48:41.802 INFO O| Jun 22 19:48:41.802 INFO STEP 51 (remove_files) COMPLETE
50822026-06-22T19:48:42.405Z[ recovery-image] Jun 22 19:48:41.802 INFO O| Jun 22 19:48:41.802 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50832026-06-22T19:48:42.409Z[ recovery-image] Jun 22 19:48:41.809 INFO O| Jun 22 19:48:41.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50842026-06-22T19:48:42.409Z[ recovery-image] Jun 22 19:48:41.809 INFO O| Jun 22 19:48:41.809 INFO STEP 52 (remove_files) COMPLETE
50852026-06-22T19:48:42.409Z[ recovery-image] Jun 22 19:48:41.809 INFO O| Jun 22 19:48:41.809 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50862026-06-22T19:48:42.468Z[ recovery-image] Jun 22 19:48:41.817 INFO O| Jun 22 19:48:41.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50872026-06-22T19:48:42.468Z[ recovery-image] Jun 22 19:48:41.817 INFO O| Jun 22 19:48:41.817 INFO STEP 53 (remove_files) COMPLETE
50882026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.817 INFO O| Jun 22 19:48:41.817 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50892026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.824 INFO O| Jun 22 19:48:41.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50902026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.824 INFO O| Jun 22 19:48:41.824 INFO STEP 54 (remove_files) COMPLETE
50912026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.824 INFO O| Jun 22 19:48:41.824 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50922026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.831 INFO O| Jun 22 19:48:41.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50932026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.832 INFO O| Jun 22 19:48:41.832 INFO STEP 55 (remove_files) COMPLETE
50942026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.832 INFO O| Jun 22 19:48:41.832 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50952026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.841 INFO O| Jun 22 19:48:41.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50962026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.841 INFO O| Jun 22 19:48:41.841 INFO STEP 56 (remove_files) COMPLETE
50972026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.841 INFO O| Jun 22 19:48:41.841 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50982026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.849 INFO O| Jun 22 19:48:41.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50992026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.849 INFO O| Jun 22 19:48:41.849 INFO STEP 57 (remove_files) COMPLETE
51002026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.849 INFO O| Jun 22 19:48:41.849 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51012026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.858 INFO O| Jun 22 19:48:41.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
51022026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.858 INFO O| Jun 22 19:48:41.858 INFO STEP 58 (remove_files) COMPLETE
51032026-06-22T19:48:42.469Z[ recovery-image] Jun 22 19:48:41.858 INFO O| Jun 22 19:48:41.858 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51042026-06-22T19:48:42.481Z[ recovery-image] Jun 22 19:48:41.867 INFO O| Jun 22 19:48:41.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
51052026-06-22T19:48:42.482Z[ recovery-image] Jun 22 19:48:41.868 INFO O| Jun 22 19:48:41.867 INFO STEP 59 (remove_files) COMPLETE
51062026-06-22T19:48:42.482Z[ recovery-image] Jun 22 19:48:41.868 INFO O| Jun 22 19:48:41.867 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51072026-06-22T19:48:42.494Z[ recovery-image] Jun 22 19:48:41.876 INFO O| Jun 22 19:48:41.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
51082026-06-22T19:48:42.494Z[ recovery-image] Jun 22 19:48:41.876 INFO O| Jun 22 19:48:41.876 INFO STEP 60 (remove_files) COMPLETE
51092026-06-22T19:48:42.494Z[ recovery-image] Jun 22 19:48:41.876 INFO O| Jun 22 19:48:41.876 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51102026-06-22T19:48:42.494Z[ recovery-image] Jun 22 19:48:41.885 INFO O| Jun 22 19:48:41.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
51112026-06-22T19:48:42.494Z[ recovery-image] Jun 22 19:48:41.885 INFO O| Jun 22 19:48:41.885 INFO STEP 61 (remove_files) COMPLETE
51122026-06-22T19:48:42.494Z[ recovery-image] Jun 22 19:48:41.885 INFO O| Jun 22 19:48:41.885 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51132026-06-22T19:48:42.505Z[ recovery-image] Jun 22 19:48:41.894 INFO O| Jun 22 19:48:41.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
51142026-06-22T19:48:42.505Z[ recovery-image] Jun 22 19:48:41.894 INFO O| Jun 22 19:48:41.894 INFO STEP 62 (remove_files) COMPLETE
51152026-06-22T19:48:42.505Z[ recovery-image] Jun 22 19:48:41.894 INFO O| Jun 22 19:48:41.894 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51162026-06-22T19:48:42.510Z[ recovery-image] Jun 22 19:48:41.903 INFO O| Jun 22 19:48:41.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
51172026-06-22T19:48:42.510Z[ recovery-image] Jun 22 19:48:41.903 INFO O| Jun 22 19:48:41.903 INFO STEP 63 (remove_files) COMPLETE
51182026-06-22T19:48:42.510Z[ recovery-image] Jun 22 19:48:41.903 INFO O| Jun 22 19:48:41.903 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51192026-06-22T19:48:42.519Z[ recovery-image] Jun 22 19:48:41.911 INFO O| Jun 22 19:48:41.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
51202026-06-22T19:48:42.519Z[ recovery-image] Jun 22 19:48:41.912 INFO O| Jun 22 19:48:41.911 INFO STEP 64 (remove_files) COMPLETE
51212026-06-22T19:48:42.519Z[ recovery-image] Jun 22 19:48:41.912 INFO O| Jun 22 19:48:41.912 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51222026-06-22T19:48:42.529Z[ recovery-image] Jun 22 19:48:41.919 INFO O| Jun 22 19:48:41.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
51232026-06-22T19:48:42.530Z[ recovery-image] Jun 22 19:48:41.919 INFO O| Jun 22 19:48:41.919 INFO STEP 65 (remove_files) COMPLETE
51242026-06-22T19:48:42.530Z[ recovery-image] Jun 22 19:48:41.919 INFO O| Jun 22 19:48:41.919 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51252026-06-22T19:48:42.536Z[ recovery-image] Jun 22 19:48:41.926 INFO O| Jun 22 19:48:41.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
51262026-06-22T19:48:42.536Z[ recovery-image] Jun 22 19:48:41.926 INFO O| Jun 22 19:48:41.926 INFO STEP 66 (remove_files) COMPLETE
51272026-06-22T19:48:42.536Z[ recovery-image] Jun 22 19:48:41.926 INFO O| Jun 22 19:48:41.926 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51282026-06-22T19:48:42.536Z[ recovery-image] Jun 22 19:48:41.933 INFO O| Jun 22 19:48:41.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
51292026-06-22T19:48:42.536Z[ recovery-image] Jun 22 19:48:41.933 INFO O| Jun 22 19:48:41.933 INFO STEP 67 (remove_files) COMPLETE
51302026-06-22T19:48:42.536Z[ recovery-image] Jun 22 19:48:41.933 INFO O| Jun 22 19:48:41.933 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51312026-06-22T19:48:42.546Z[ recovery-image] Jun 22 19:48:41.940 INFO O| Jun 22 19:48:41.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
51322026-06-22T19:48:42.546Z[ recovery-image] Jun 22 19:48:41.940 INFO O| Jun 22 19:48:41.940 INFO STEP 68 (remove_files) COMPLETE
51332026-06-22T19:48:42.546Z[ recovery-image] Jun 22 19:48:41.940 INFO O| Jun 22 19:48:41.940 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51342026-06-22T19:48:42.551Z[ recovery-image] Jun 22 19:48:41.947 INFO O| Jun 22 19:48:41.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
51352026-06-22T19:48:42.551Z[ recovery-image] Jun 22 19:48:41.947 INFO O| Jun 22 19:48:41.947 INFO STEP 69 (remove_files) COMPLETE
51362026-06-22T19:48:42.551Z[ recovery-image] Jun 22 19:48:41.947 INFO O| Jun 22 19:48:41.947 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51372026-06-22T19:48:42.556Z[ recovery-image] Jun 22 19:48:41.957 INFO O| Jun 22 19:48:41.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
51382026-06-22T19:48:42.556Z[ recovery-image] Jun 22 19:48:41.957 INFO O| Jun 22 19:48:41.957 INFO STEP 70 (remove_files) COMPLETE
51392026-06-22T19:48:42.556Z[ recovery-image] Jun 22 19:48:41.957 INFO O| Jun 22 19:48:41.957 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51402026-06-22T19:48:42.564Z[ recovery-image] Jun 22 19:48:41.964 INFO O| Jun 22 19:48:41.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
51412026-06-22T19:48:42.564Z[ recovery-image] Jun 22 19:48:41.964 INFO O| Jun 22 19:48:41.964 INFO STEP 71 (remove_files) COMPLETE
51422026-06-22T19:48:42.575Z[ recovery-image] Jun 22 19:48:41.964 INFO O| Jun 22 19:48:41.964 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51432026-06-22T19:48:42.580Z[ recovery-image] Jun 22 19:48:41.972 INFO O| Jun 22 19:48:41.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
51442026-06-22T19:48:42.580Z[ recovery-image] Jun 22 19:48:41.972 INFO O| Jun 22 19:48:41.972 INFO STEP 72 (remove_files) COMPLETE
51452026-06-22T19:48:42.580Z[ recovery-image] Jun 22 19:48:41.972 INFO O| Jun 22 19:48:41.972 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51462026-06-22T19:48:42.580Z[ recovery-image] Jun 22 19:48:41.979 INFO O| Jun 22 19:48:41.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
51472026-06-22T19:48:42.580Z[ recovery-image] Jun 22 19:48:41.979 INFO O| Jun 22 19:48:41.979 INFO STEP 73 (remove_files) COMPLETE
51482026-06-22T19:48:42.580Z[ recovery-image] Jun 22 19:48:41.979 INFO O| Jun 22 19:48:41.979 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51492026-06-22T19:48:42.586Z[ recovery-image] Jun 22 19:48:41.988 INFO O| Jun 22 19:48:41.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
51502026-06-22T19:48:42.587Z[ recovery-image] Jun 22 19:48:41.988 INFO O| Jun 22 19:48:41.988 INFO STEP 74 (remove_files) COMPLETE
51512026-06-22T19:48:42.587Z[ recovery-image] Jun 22 19:48:41.988 INFO O| Jun 22 19:48:41.988 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51522026-06-22T19:48:42.598Z[ recovery-image] Jun 22 19:48:41.998 INFO O| Jun 22 19:48:41.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
51532026-06-22T19:48:42.598Z[ recovery-image] Jun 22 19:48:41.998 INFO O| Jun 22 19:48:41.998 INFO STEP 75 (remove_files) COMPLETE
51542026-06-22T19:48:42.602Z[ recovery-image] Jun 22 19:48:41.998 INFO O| Jun 22 19:48:41.998 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51552026-06-22T19:48:42.608Z[ recovery-image] Jun 22 19:48:42.006 INFO O| Jun 22 19:48:42.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
51562026-06-22T19:48:42.608Z[ recovery-image] Jun 22 19:48:42.006 INFO O| Jun 22 19:48:42.006 INFO STEP 76 (remove_files) COMPLETE
51572026-06-22T19:48:42.608Z[ recovery-image] Jun 22 19:48:42.006 INFO O| Jun 22 19:48:42.006 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51582026-06-22T19:48:42.612Z[ recovery-image] Jun 22 19:48:42.015 INFO O| Jun 22 19:48:42.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
51592026-06-22T19:48:42.613Z[ recovery-image] Jun 22 19:48:42.015 INFO O| Jun 22 19:48:42.015 INFO STEP 77 (remove_files) COMPLETE
51602026-06-22T19:48:42.613Z[ recovery-image] Jun 22 19:48:42.015 INFO O| Jun 22 19:48:42.015 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51612026-06-22T19:48:42.624Z[ recovery-image] Jun 22 19:48:42.024 INFO O| Jun 22 19:48:42.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
51622026-06-22T19:48:42.624Z[ recovery-image] Jun 22 19:48:42.024 INFO O| Jun 22 19:48:42.024 INFO STEP 78 (remove_files) COMPLETE
51632026-06-22T19:48:42.630Z[ recovery-image] Jun 22 19:48:42.024 INFO O| Jun 22 19:48:42.024 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51642026-06-22T19:48:42.641Z[ recovery-image] Jun 22 19:48:42.034 INFO O| Jun 22 19:48:42.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
51652026-06-22T19:48:42.641Z[ recovery-image] Jun 22 19:48:42.035 INFO O| Jun 22 19:48:42.035 INFO STEP 79 (remove_files) COMPLETE
51662026-06-22T19:48:42.641Z[ recovery-image] Jun 22 19:48:42.035 INFO O| Jun 22 19:48:42.035 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51672026-06-22T19:48:42.650Z[ recovery-image] Jun 22 19:48:42.043 INFO O| Jun 22 19:48:42.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
51682026-06-22T19:48:42.650Z[ recovery-image] Jun 22 19:48:42.043 INFO O| Jun 22 19:48:42.043 INFO STEP 80 (remove_files) COMPLETE
51692026-06-22T19:48:42.650Z[ recovery-image] Jun 22 19:48:42.043 INFO O| Jun 22 19:48:42.043 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51702026-06-22T19:48:42.668Z[ recovery-image] Jun 22 19:48:42.053 INFO O| Jun 22 19:48:42.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51712026-06-22T19:48:42.668Z[ recovery-image] Jun 22 19:48:42.053 INFO O| Jun 22 19:48:42.053 INFO STEP 81 (remove_files) COMPLETE
51722026-06-22T19:48:42.668Z[ recovery-image] Jun 22 19:48:42.054 INFO O| Jun 22 19:48:42.053 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51732026-06-22T19:48:42.675Z[ recovery-image] Jun 22 19:48:42.062 INFO O| Jun 22 19:48:42.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51742026-06-22T19:48:42.675Z[ recovery-image] Jun 22 19:48:42.062 INFO O| Jun 22 19:48:42.062 INFO STEP 82 (remove_files) COMPLETE
51752026-06-22T19:48:42.675Z[ recovery-image] Jun 22 19:48:42.062 INFO O| Jun 22 19:48:42.062 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51762026-06-22T19:48:42.675Z[ recovery-image] Jun 22 19:48:42.069 INFO O| Jun 22 19:48:42.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51772026-06-22T19:48:42.675Z[ recovery-image] Jun 22 19:48:42.069 INFO O| Jun 22 19:48:42.069 INFO STEP 83 (remove_files) COMPLETE
51782026-06-22T19:48:42.675Z[ recovery-image] Jun 22 19:48:42.069 INFO O| Jun 22 19:48:42.069 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51792026-06-22T19:48:42.681Z[ recovery-image] Jun 22 19:48:42.075 INFO O| Jun 22 19:48:42.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51802026-06-22T19:48:42.681Z[ recovery-image] Jun 22 19:48:42.076 INFO O| Jun 22 19:48:42.076 INFO STEP 84 (remove_files) COMPLETE
51812026-06-22T19:48:42.681Z[ recovery-image] Jun 22 19:48:42.076 INFO O| Jun 22 19:48:42.076 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51822026-06-22T19:48:42.685Z[ recovery-image] Jun 22 19:48:42.083 INFO O| Jun 22 19:48:42.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51832026-06-22T19:48:42.685Z[ recovery-image] Jun 22 19:48:42.083 INFO O| Jun 22 19:48:42.083 INFO STEP 85 (remove_files) COMPLETE
51842026-06-22T19:48:42.685Z[ recovery-image] Jun 22 19:48:42.083 INFO O| Jun 22 19:48:42.083 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51852026-06-22T19:48:42.690Z[ recovery-image] Jun 22 19:48:42.093 INFO O| Jun 22 19:48:42.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51862026-06-22T19:48:42.690Z[ recovery-image] Jun 22 19:48:42.093 INFO O| Jun 22 19:48:42.093 INFO STEP 86 (remove_files) COMPLETE
51872026-06-22T19:48:42.691Z[ recovery-image] Jun 22 19:48:42.093 INFO O| Jun 22 19:48:42.093 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51882026-06-22T19:48:42.707Z[ recovery-image] Jun 22 19:48:42.101 INFO O| Jun 22 19:48:42.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51892026-06-22T19:48:42.721Z[ recovery-image] Jun 22 19:48:42.102 INFO O| Jun 22 19:48:42.102 INFO STEP 87 (remove_files) COMPLETE
51902026-06-22T19:48:42.721Z[ recovery-image] Jun 22 19:48:42.102 INFO O| Jun 22 19:48:42.102 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51912026-06-22T19:48:42.722Z[ recovery-image] Jun 22 19:48:42.110 INFO O| Jun 22 19:48:42.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51922026-06-22T19:48:42.722Z[ recovery-image] Jun 22 19:48:42.110 INFO O| Jun 22 19:48:42.110 INFO STEP 88 (remove_files) COMPLETE
51932026-06-22T19:48:42.722Z[ recovery-image] Jun 22 19:48:42.110 INFO O| Jun 22 19:48:42.110 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51942026-06-22T19:48:42.725Z[ recovery-image] Jun 22 19:48:42.119 INFO O| Jun 22 19:48:42.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51952026-06-22T19:48:42.725Z[ recovery-image] Jun 22 19:48:42.119 INFO O| Jun 22 19:48:42.119 INFO STEP 89 (remove_files) COMPLETE
51962026-06-22T19:48:42.725Z[ recovery-image] Jun 22 19:48:42.119 INFO O| Jun 22 19:48:42.119 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51972026-06-22T19:48:42.730Z[ recovery-image] Jun 22 19:48:42.128 INFO O| Jun 22 19:48:42.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51982026-06-22T19:48:42.730Z[ recovery-image] Jun 22 19:48:42.129 INFO O| Jun 22 19:48:42.129 INFO STEP 90 (remove_files) COMPLETE
51992026-06-22T19:48:42.730Z[ recovery-image] Jun 22 19:48:42.129 INFO O| Jun 22 19:48:42.129 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52002026-06-22T19:48:42.736Z[ recovery-image] Jun 22 19:48:42.137 INFO O| Jun 22 19:48:42.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
52012026-06-22T19:48:42.736Z[ recovery-image] Jun 22 19:48:42.137 INFO O| Jun 22 19:48:42.137 INFO STEP 91 (remove_files) COMPLETE
52022026-06-22T19:48:42.741Z[ recovery-image] Jun 22 19:48:42.137 INFO O| Jun 22 19:48:42.137 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52032026-06-22T19:48:42.749Z[ recovery-image] Jun 22 19:48:42.145 INFO O| Jun 22 19:48:42.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
52042026-06-22T19:48:42.749Z[ recovery-image] Jun 22 19:48:42.145 INFO O| Jun 22 19:48:42.145 INFO STEP 92 (remove_files) COMPLETE
52052026-06-22T19:48:42.749Z[ recovery-image] Jun 22 19:48:42.145 INFO O| Jun 22 19:48:42.145 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52062026-06-22T19:48:42.755Z[ recovery-image] Jun 22 19:48:42.153 INFO O| Jun 22 19:48:42.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
52072026-06-22T19:48:42.755Z[ recovery-image] Jun 22 19:48:42.153 INFO O| Jun 22 19:48:42.153 INFO STEP 93 (remove_files) COMPLETE
52082026-06-22T19:48:42.755Z[ recovery-image] Jun 22 19:48:42.153 INFO O| Jun 22 19:48:42.153 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52092026-06-22T19:48:42.774Z[ recovery-image] Jun 22 19:48:42.160 INFO O| Jun 22 19:48:42.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
52102026-06-22T19:48:42.774Z[ recovery-image] Jun 22 19:48:42.160 INFO O| Jun 22 19:48:42.160 INFO STEP 94 (remove_files) COMPLETE
52112026-06-22T19:48:42.774Z[ recovery-image] Jun 22 19:48:42.160 INFO O| Jun 22 19:48:42.160 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52122026-06-22T19:48:42.779Z[ recovery-image] Jun 22 19:48:42.170 INFO O| Jun 22 19:48:42.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
52132026-06-22T19:48:42.779Z[ recovery-image] Jun 22 19:48:42.170 INFO O| Jun 22 19:48:42.170 INFO STEP 95 (remove_files) COMPLETE
52142026-06-22T19:48:42.779Z[ recovery-image] Jun 22 19:48:42.170 INFO O| Jun 22 19:48:42.170 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52152026-06-22T19:48:42.779Z[ recovery-image] Jun 22 19:48:42.179 INFO O| Jun 22 19:48:42.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
52162026-06-22T19:48:42.779Z[ recovery-image] Jun 22 19:48:42.179 INFO O| Jun 22 19:48:42.179 INFO STEP 96 (remove_files) COMPLETE
52172026-06-22T19:48:42.779Z[ recovery-image] Jun 22 19:48:42.179 INFO O| Jun 22 19:48:42.179 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52182026-06-22T19:48:42.786Z[ recovery-image] Jun 22 19:48:42.188 INFO O| Jun 22 19:48:42.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
52192026-06-22T19:48:42.786Z[ recovery-image] Jun 22 19:48:42.188 INFO O| Jun 22 19:48:42.188 INFO STEP 97 (remove_files) COMPLETE
52202026-06-22T19:48:42.791Z[ recovery-image] Jun 22 19:48:42.188 INFO O| Jun 22 19:48:42.188 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52212026-06-22T19:48:42.797Z[ recovery-image] Jun 22 19:48:42.197 INFO O| Jun 22 19:48:42.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
52222026-06-22T19:48:42.797Z[ recovery-image] Jun 22 19:48:42.197 INFO O| Jun 22 19:48:42.197 INFO STEP 98 (remove_files) COMPLETE
52232026-06-22T19:48:42.804Z[ recovery-image] Jun 22 19:48:42.197 INFO O| Jun 22 19:48:42.197 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52242026-06-22T19:48:42.813Z[ recovery-image] Jun 22 19:48:42.204 INFO O| Jun 22 19:48:42.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
52252026-06-22T19:48:42.813Z[ recovery-image] Jun 22 19:48:42.204 INFO O| Jun 22 19:48:42.204 INFO STEP 99 (remove_files) COMPLETE
52262026-06-22T19:48:42.813Z[ recovery-image] Jun 22 19:48:42.204 INFO O| Jun 22 19:48:42.204 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52272026-06-22T19:48:42.818Z[ recovery-image] Jun 22 19:48:42.213 INFO O| Jun 22 19:48:42.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
52282026-06-22T19:48:42.818Z[ recovery-image] Jun 22 19:48:42.213 INFO O| Jun 22 19:48:42.213 INFO STEP 100 (remove_files) COMPLETE
52292026-06-22T19:48:42.818Z[ recovery-image] Jun 22 19:48:42.213 INFO O| Jun 22 19:48:42.213 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52302026-06-22T19:48:42.822Z[ recovery-image] Jun 22 19:48:42.221 INFO O| Jun 22 19:48:42.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
52312026-06-22T19:48:42.822Z[ recovery-image] Jun 22 19:48:42.221 INFO O| Jun 22 19:48:42.221 INFO STEP 101 (remove_files) COMPLETE
52322026-06-22T19:48:42.822Z[ recovery-image] Jun 22 19:48:42.221 INFO O| Jun 22 19:48:42.221 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52332026-06-22T19:48:42.829Z[ recovery-image] Jun 22 19:48:42.230 INFO O| Jun 22 19:48:42.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
52342026-06-22T19:48:42.829Z[ recovery-image] Jun 22 19:48:42.230 INFO O| Jun 22 19:48:42.230 INFO STEP 102 (remove_files) COMPLETE
52352026-06-22T19:48:42.835Z[ recovery-image] Jun 22 19:48:42.230 INFO O| Jun 22 19:48:42.230 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52362026-06-22T19:48:42.839Z[ recovery-image] Jun 22 19:48:42.238 INFO O| Jun 22 19:48:42.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
52372026-06-22T19:48:42.839Z[ recovery-image] Jun 22 19:48:42.238 INFO O| Jun 22 19:48:42.238 INFO STEP 103 (remove_files) COMPLETE
52382026-06-22T19:48:42.839Z[ recovery-image] Jun 22 19:48:42.238 INFO O| Jun 22 19:48:42.238 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52392026-06-22T19:48:42.846Z[ recovery-image] Jun 22 19:48:42.246 INFO O| Jun 22 19:48:42.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
52402026-06-22T19:48:42.846Z[ recovery-image] Jun 22 19:48:42.246 INFO O| Jun 22 19:48:42.246 INFO STEP 104 (remove_files) COMPLETE
52412026-06-22T19:48:42.851Z[ recovery-image] Jun 22 19:48:42.246 INFO O| Jun 22 19:48:42.246 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52422026-06-22T19:48:42.855Z[ recovery-image] Jun 22 19:48:42.255 INFO O| Jun 22 19:48:42.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
52432026-06-22T19:48:42.855Z[ recovery-image] Jun 22 19:48:42.255 INFO O| Jun 22 19:48:42.255 INFO STEP 105 (remove_files) COMPLETE
52442026-06-22T19:48:42.855Z[ recovery-image] Jun 22 19:48:42.255 INFO O| Jun 22 19:48:42.255 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52452026-06-22T19:48:42.863Z[ recovery-image] Jun 22 19:48:42.264 INFO O| Jun 22 19:48:42.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
52462026-06-22T19:48:42.869Z[ recovery-image] Jun 22 19:48:42.264 INFO O| Jun 22 19:48:42.264 INFO STEP 106 (remove_files) COMPLETE
52472026-06-22T19:48:42.869Z[ recovery-image] Jun 22 19:48:42.264 INFO O| Jun 22 19:48:42.264 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-06-22T19:48:42.872Z[ recovery-image] Jun 22 19:48:42.273 INFO O| Jun 22 19:48:42.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
52492026-06-22T19:48:42.872Z[ recovery-image] Jun 22 19:48:42.273 INFO O| Jun 22 19:48:42.273 INFO STEP 107 (remove_files) COMPLETE
52502026-06-22T19:48:42.872Z[ recovery-image] Jun 22 19:48:42.273 INFO O| Jun 22 19:48:42.273 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-06-22T19:48:42.878Z[ recovery-image] Jun 22 19:48:42.280 INFO O| Jun 22 19:48:42.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
52522026-06-22T19:48:42.878Z[ recovery-image] Jun 22 19:48:42.280 INFO O| Jun 22 19:48:42.280 INFO STEP 108 (remove_files) COMPLETE
52532026-06-22T19:48:42.878Z[ recovery-image] Jun 22 19:48:42.280 INFO O| Jun 22 19:48:42.280 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-06-22T19:48:42.885Z[ recovery-image] Jun 22 19:48:42.287 INFO O| Jun 22 19:48:42.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
52552026-06-22T19:48:42.888Z[ recovery-image] Jun 22 19:48:42.287 INFO O| Jun 22 19:48:42.287 INFO STEP 109 (remove_files) COMPLETE
52562026-06-22T19:48:42.888Z[ recovery-image] Jun 22 19:48:42.287 INFO O| Jun 22 19:48:42.287 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-06-22T19:48:42.895Z[ recovery-image] Jun 22 19:48:42.297 INFO O| Jun 22 19:48:42.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
52582026-06-22T19:48:42.895Z[ recovery-image] Jun 22 19:48:42.297 INFO O| Jun 22 19:48:42.297 INFO STEP 110 (remove_files) COMPLETE
52592026-06-22T19:48:42.895Z[ recovery-image] Jun 22 19:48:42.297 INFO O| Jun 22 19:48:42.297 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-06-22T19:48:42.905Z[ recovery-image] Jun 22 19:48:42.306 INFO O| Jun 22 19:48:42.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
52612026-06-22T19:48:42.905Z[ recovery-image] Jun 22 19:48:42.306 INFO O| Jun 22 19:48:42.306 INFO STEP 111 (remove_files) COMPLETE
52622026-06-22T19:48:42.908Z[ recovery-image] Jun 22 19:48:42.306 INFO O| Jun 22 19:48:42.306 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52632026-06-22T19:48:42.913Z[ recovery-image] Jun 22 19:48:42.315 INFO O| Jun 22 19:48:42.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
52642026-06-22T19:48:42.913Z[ recovery-image] Jun 22 19:48:42.315 INFO O| Jun 22 19:48:42.315 INFO STEP 112 (remove_files) COMPLETE
52652026-06-22T19:48:42.918Z[ recovery-image] Jun 22 19:48:42.315 INFO O| Jun 22 19:48:42.315 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52662026-06-22T19:48:42.922Z[ recovery-image] Jun 22 19:48:42.324 INFO O| Jun 22 19:48:42.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
52672026-06-22T19:48:42.928Z[ recovery-image] Jun 22 19:48:42.325 INFO O| Jun 22 19:48:42.325 INFO STEP 113 (remove_files) COMPLETE
52682026-06-22T19:48:42.929Z[ recovery-image] Jun 22 19:48:42.325 INFO O| Jun 22 19:48:42.325 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52692026-06-22T19:48:42.936Z[ recovery-image] Jun 22 19:48:42.334 INFO O| Jun 22 19:48:42.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
52702026-06-22T19:48:42.936Z[ recovery-image] Jun 22 19:48:42.334 INFO O| Jun 22 19:48:42.334 INFO STEP 114 (remove_files) COMPLETE
52712026-06-22T19:48:42.936Z[ recovery-image] Jun 22 19:48:42.334 INFO O| Jun 22 19:48:42.334 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52722026-06-22T19:48:42.941Z[ recovery-image] Jun 22 19:48:42.342 INFO O| Jun 22 19:48:42.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52732026-06-22T19:48:42.941Z[ recovery-image] Jun 22 19:48:42.342 INFO O| Jun 22 19:48:42.342 INFO STEP 115 (remove_files) COMPLETE
52742026-06-22T19:48:42.946Z[ recovery-image] Jun 22 19:48:42.342 INFO O| Jun 22 19:48:42.342 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-06-22T19:48:42.986Z[ recovery-image] Jun 22 19:48:42.351 INFO O| Jun 22 19:48:42.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52762026-06-22T19:48:42.986Z[ recovery-image] Jun 22 19:48:42.351 INFO O| Jun 22 19:48:42.351 INFO STEP 116 (remove_files) COMPLETE
52772026-06-22T19:48:42.986Z[ recovery-image] Jun 22 19:48:42.351 INFO O| Jun 22 19:48:42.351 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-06-22T19:48:42.986Z[ recovery-image] Jun 22 19:48:42.361 INFO O| Jun 22 19:48:42.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52792026-06-22T19:48:42.987Z[ recovery-image] Jun 22 19:48:42.361 INFO O| Jun 22 19:48:42.361 INFO STEP 117 (remove_files) COMPLETE
52802026-06-22T19:48:42.987Z[ recovery-image] Jun 22 19:48:42.361 INFO O| Jun 22 19:48:42.361 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52812026-06-22T19:48:42.987Z[ recovery-image] Jun 22 19:48:42.369 INFO O| Jun 22 19:48:42.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52822026-06-22T19:48:42.987Z[ recovery-image] Jun 22 19:48:42.369 INFO O| Jun 22 19:48:42.369 INFO STEP 118 (remove_files) COMPLETE
52832026-06-22T19:48:42.987Z[ recovery-image] Jun 22 19:48:42.369 INFO O| Jun 22 19:48:42.369 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-06-22T19:48:42.987Z[ recovery-image] Jun 22 19:48:42.378 INFO O| Jun 22 19:48:42.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52852026-06-22T19:48:42.987Z[ recovery-image] Jun 22 19:48:42.378 INFO O| Jun 22 19:48:42.378 INFO STEP 119 (remove_files) COMPLETE
52862026-06-22T19:48:42.987Z[ recovery-image] Jun 22 19:48:42.378 INFO O| Jun 22 19:48:42.378 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-06-22T19:48:42.992Z[ recovery-image] Jun 22 19:48:42.387 INFO O| Jun 22 19:48:42.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52882026-06-22T19:48:42.992Z[ recovery-image] Jun 22 19:48:42.387 INFO O| Jun 22 19:48:42.387 INFO STEP 120 (remove_files) COMPLETE
52892026-06-22T19:48:42.992Z[ recovery-image] Jun 22 19:48:42.387 INFO O| Jun 22 19:48:42.387 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52902026-06-22T19:48:43.002Z[ recovery-image] Jun 22 19:48:42.396 INFO O| Jun 22 19:48:42.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52912026-06-22T19:48:43.002Z[ recovery-image] Jun 22 19:48:42.396 INFO O| Jun 22 19:48:42.396 INFO STEP 121 (remove_files) COMPLETE
52922026-06-22T19:48:43.002Z[ recovery-image] Jun 22 19:48:42.396 INFO O| Jun 22 19:48:42.396 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52932026-06-22T19:48:43.008Z[ recovery-image] Jun 22 19:48:42.404 INFO O| Jun 22 19:48:42.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52942026-06-22T19:48:43.008Z[ recovery-image] Jun 22 19:48:42.405 INFO O| Jun 22 19:48:42.405 INFO STEP 122 (remove_files) COMPLETE
52952026-06-22T19:48:43.008Z[ recovery-image] Jun 22 19:48:42.405 INFO O| Jun 22 19:48:42.405 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-06-22T19:48:43.014Z[ recovery-image] Jun 22 19:48:42.413 INFO O| Jun 22 19:48:42.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52972026-06-22T19:48:43.014Z[ recovery-image] Jun 22 19:48:42.413 INFO O| Jun 22 19:48:42.413 INFO STEP 123 (remove_files) COMPLETE
52982026-06-22T19:48:43.015Z[ recovery-image] Jun 22 19:48:42.413 INFO O| Jun 22 19:48:42.413 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-06-22T19:48:43.022Z[ recovery-image] Jun 22 19:48:42.422 INFO O| Jun 22 19:48:42.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
53002026-06-22T19:48:43.022Z[ recovery-image] Jun 22 19:48:42.422 INFO O| Jun 22 19:48:42.422 INFO STEP 124 (remove_files) COMPLETE
53012026-06-22T19:48:43.022Z[ recovery-image] Jun 22 19:48:42.422 INFO O| Jun 22 19:48:42.422 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-06-22T19:48:43.030Z[ recovery-image] Jun 22 19:48:42.431 INFO O| Jun 22 19:48:42.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
53032026-06-22T19:48:43.030Z[ recovery-image] Jun 22 19:48:42.431 INFO O| Jun 22 19:48:42.431 INFO STEP 125 (remove_files) COMPLETE
53042026-06-22T19:48:43.034Z[ recovery-image] Jun 22 19:48:42.431 INFO O| Jun 22 19:48:42.431 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-06-22T19:48:43.037Z[ recovery-image] Jun 22 19:48:42.439 INFO O| Jun 22 19:48:42.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
53062026-06-22T19:48:43.042Z[ recovery-image] Jun 22 19:48:42.439 INFO O| Jun 22 19:48:42.439 INFO STEP 126 (remove_files) COMPLETE
53072026-06-22T19:48:43.042Z[ recovery-image] Jun 22 19:48:42.439 INFO O| Jun 22 19:48:42.439 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-06-22T19:48:43.046Z[ recovery-image] Jun 22 19:48:42.446 INFO O| Jun 22 19:48:42.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
53092026-06-22T19:48:43.046Z[ recovery-image] Jun 22 19:48:42.446 INFO O| Jun 22 19:48:42.446 INFO STEP 127 (remove_files) COMPLETE
53102026-06-22T19:48:43.047Z[ recovery-image] Jun 22 19:48:42.446 INFO O| Jun 22 19:48:42.446 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-06-22T19:48:43.056Z[ recovery-image] Jun 22 19:48:42.454 INFO O| Jun 22 19:48:42.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
53122026-06-22T19:48:43.063Z[ recovery-image] Jun 22 19:48:42.454 INFO O| Jun 22 19:48:42.454 INFO STEP 128 (remove_files) COMPLETE
53132026-06-22T19:48:43.063Z[ recovery-image] Jun 22 19:48:42.454 INFO O| Jun 22 19:48:42.454 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-06-22T19:48:43.063Z[ recovery-image] Jun 22 19:48:42.462 INFO O| Jun 22 19:48:42.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
53152026-06-22T19:48:43.069Z[ recovery-image] Jun 22 19:48:42.462 INFO O| Jun 22 19:48:42.462 INFO STEP 129 (remove_files) COMPLETE
53162026-06-22T19:48:43.069Z[ recovery-image] Jun 22 19:48:42.462 INFO O| Jun 22 19:48:42.462 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-06-22T19:48:43.074Z[ recovery-image] Jun 22 19:48:42.470 INFO O| Jun 22 19:48:42.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
53182026-06-22T19:48:43.074Z[ recovery-image] Jun 22 19:48:42.470 INFO O| Jun 22 19:48:42.470 INFO STEP 130 (remove_files) COMPLETE
53192026-06-22T19:48:43.074Z[ recovery-image] Jun 22 19:48:42.470 INFO O| Jun 22 19:48:42.470 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-06-22T19:48:43.077Z[ recovery-image] Jun 22 19:48:42.478 INFO O| Jun 22 19:48:42.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
53212026-06-22T19:48:43.077Z[ recovery-image] Jun 22 19:48:42.478 INFO O| Jun 22 19:48:42.478 INFO STEP 131 (remove_files) COMPLETE
53222026-06-22T19:48:43.077Z[ recovery-image] Jun 22 19:48:42.478 INFO O| Jun 22 19:48:42.478 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-06-22T19:48:43.085Z[ recovery-image] Jun 22 19:48:42.487 INFO O| Jun 22 19:48:42.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
53242026-06-22T19:48:43.085Z[ recovery-image] Jun 22 19:48:42.487 INFO O| Jun 22 19:48:42.487 INFO STEP 132 (remove_files) COMPLETE
53252026-06-22T19:48:43.085Z[ recovery-image] Jun 22 19:48:42.487 INFO O| Jun 22 19:48:42.487 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-06-22T19:48:43.096Z[ recovery-image] Jun 22 19:48:42.497 INFO O| Jun 22 19:48:42.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
53272026-06-22T19:48:43.096Z[ recovery-image] Jun 22 19:48:42.497 INFO O| Jun 22 19:48:42.497 INFO STEP 133 (remove_files) COMPLETE
53282026-06-22T19:48:43.097Z[ recovery-image] Jun 22 19:48:42.497 INFO O| Jun 22 19:48:42.497 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-06-22T19:48:43.102Z[ recovery-image] Jun 22 19:48:42.504 INFO O| Jun 22 19:48:42.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
53302026-06-22T19:48:43.102Z[ recovery-image] Jun 22 19:48:42.504 INFO O| Jun 22 19:48:42.504 INFO STEP 134 (remove_files) COMPLETE
53312026-06-22T19:48:43.105Z[ recovery-image] Jun 22 19:48:42.504 INFO O| Jun 22 19:48:42.504 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-06-22T19:48:43.110Z[ recovery-image] Jun 22 19:48:42.510 INFO O| Jun 22 19:48:42.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
53332026-06-22T19:48:43.110Z[ recovery-image] Jun 22 19:48:42.511 INFO O| Jun 22 19:48:42.510 INFO STEP 135 (remove_files) COMPLETE
53342026-06-22T19:48:43.110Z[ recovery-image] Jun 22 19:48:42.511 INFO O| Jun 22 19:48:42.511 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-06-22T19:48:43.117Z[ recovery-image] Jun 22 19:48:42.519 INFO O| Jun 22 19:48:42.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
53362026-06-22T19:48:43.117Z[ recovery-image] Jun 22 19:48:42.519 INFO O| Jun 22 19:48:42.519 INFO STEP 136 (remove_files) COMPLETE
53372026-06-22T19:48:43.120Z[ recovery-image] Jun 22 19:48:42.519 INFO O| Jun 22 19:48:42.519 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-06-22T19:48:43.126Z[ recovery-image] Jun 22 19:48:42.528 INFO O| Jun 22 19:48:42.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
53392026-06-22T19:48:43.131Z[ recovery-image] Jun 22 19:48:42.528 INFO O| Jun 22 19:48:42.528 INFO STEP 137 (remove_files) COMPLETE
53402026-06-22T19:48:43.131Z[ recovery-image] Jun 22 19:48:42.528 INFO O| Jun 22 19:48:42.528 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-06-22T19:48:43.134Z[ recovery-image] Jun 22 19:48:42.537 INFO O| Jun 22 19:48:42.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
53422026-06-22T19:48:43.135Z[ recovery-image] Jun 22 19:48:42.537 INFO O| Jun 22 19:48:42.537 INFO STEP 138 (remove_files) COMPLETE
53432026-06-22T19:48:43.138Z[ recovery-image] Jun 22 19:48:42.537 INFO O| Jun 22 19:48:42.537 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-06-22T19:48:43.143Z[ recovery-image] Jun 22 19:48:42.545 INFO O| Jun 22 19:48:42.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
53452026-06-22T19:48:43.143Z[ recovery-image] Jun 22 19:48:42.545 INFO O| Jun 22 19:48:42.545 INFO STEP 139 (remove_files) COMPLETE
53462026-06-22T19:48:43.143Z[ recovery-image] Jun 22 19:48:42.545 INFO O| Jun 22 19:48:42.545 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-06-22T19:48:43.154Z[ recovery-image] Jun 22 19:48:42.554 INFO O| Jun 22 19:48:42.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
53482026-06-22T19:48:43.154Z[ recovery-image] Jun 22 19:48:42.554 INFO O| Jun 22 19:48:42.554 INFO STEP 140 (remove_files) COMPLETE
53492026-06-22T19:48:43.158Z[ recovery-image] Jun 22 19:48:42.554 INFO O| Jun 22 19:48:42.554 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-06-22T19:48:43.162Z[ recovery-image] Jun 22 19:48:42.563 INFO O| Jun 22 19:48:42.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
53512026-06-22T19:48:43.162Z[ recovery-image] Jun 22 19:48:42.564 INFO O| Jun 22 19:48:42.563 INFO STEP 141 (remove_files) COMPLETE
53522026-06-22T19:48:43.166Z[ recovery-image] Jun 22 19:48:42.564 INFO O| Jun 22 19:48:42.563 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-06-22T19:48:43.171Z[ recovery-image] Jun 22 19:48:42.573 INFO O| Jun 22 19:48:42.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
53542026-06-22T19:48:43.174Z[ recovery-image] Jun 22 19:48:42.574 INFO O| Jun 22 19:48:42.574 INFO STEP 142 (remove_files) COMPLETE
53552026-06-22T19:48:43.175Z[ recovery-image] Jun 22 19:48:42.574 INFO O| Jun 22 19:48:42.574 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-06-22T19:48:43.183Z[ recovery-image] Jun 22 19:48:42.584 INFO O| Jun 22 19:48:42.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
53572026-06-22T19:48:43.183Z[ recovery-image] Jun 22 19:48:42.584 INFO O| Jun 22 19:48:42.584 INFO STEP 143 (remove_files) COMPLETE
53582026-06-22T19:48:43.183Z[ recovery-image] Jun 22 19:48:42.584 INFO O| Jun 22 19:48:42.584 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-06-22T19:48:43.195Z[ recovery-image] Jun 22 19:48:42.594 INFO O| Jun 22 19:48:42.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
53602026-06-22T19:48:43.195Z[ recovery-image] Jun 22 19:48:42.594 INFO O| Jun 22 19:48:42.594 INFO STEP 144 (remove_files) COMPLETE
53612026-06-22T19:48:43.195Z[ recovery-image] Jun 22 19:48:42.594 INFO O| Jun 22 19:48:42.594 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-06-22T19:48:43.200Z[ recovery-image] Jun 22 19:48:42.602 INFO O| Jun 22 19:48:42.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
53632026-06-22T19:48:43.200Z[ recovery-image] Jun 22 19:48:42.602 INFO O| Jun 22 19:48:42.602 INFO STEP 145 (remove_files) COMPLETE
53642026-06-22T19:48:43.205Z[ recovery-image] Jun 22 19:48:42.602 INFO O| Jun 22 19:48:42.602 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-06-22T19:48:43.214Z[ recovery-image] Jun 22 19:48:42.612 INFO O| Jun 22 19:48:42.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
53662026-06-22T19:48:43.214Z[ recovery-image] Jun 22 19:48:42.612 INFO O| Jun 22 19:48:42.612 INFO STEP 146 (remove_files) COMPLETE
53672026-06-22T19:48:43.219Z[ recovery-image] Jun 22 19:48:42.612 INFO O| Jun 22 19:48:42.612 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-06-22T19:48:43.224Z[ recovery-image] Jun 22 19:48:42.621 INFO O| Jun 22 19:48:42.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53692026-06-22T19:48:43.224Z[ recovery-image] Jun 22 19:48:42.621 INFO O| Jun 22 19:48:42.621 INFO STEP 147 (remove_files) COMPLETE
53702026-06-22T19:48:43.224Z[ recovery-image] Jun 22 19:48:42.621 INFO O| Jun 22 19:48:42.621 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-06-22T19:48:43.227Z[ recovery-image] Jun 22 19:48:42.629 INFO O| Jun 22 19:48:42.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53722026-06-22T19:48:43.228Z[ recovery-image] Jun 22 19:48:42.629 INFO O| Jun 22 19:48:42.629 INFO STEP 148 (remove_files) COMPLETE
53732026-06-22T19:48:43.231Z[ recovery-image] Jun 22 19:48:42.629 INFO O| Jun 22 19:48:42.629 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-06-22T19:48:43.235Z[ recovery-image] Jun 22 19:48:42.637 INFO O| Jun 22 19:48:42.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53752026-06-22T19:48:43.235Z[ recovery-image] Jun 22 19:48:42.637 INFO O| Jun 22 19:48:42.637 INFO STEP 149 (remove_files) COMPLETE
53762026-06-22T19:48:43.243Z[ recovery-image] Jun 22 19:48:42.637 INFO O| Jun 22 19:48:42.637 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-06-22T19:48:43.251Z[ recovery-image] Jun 22 19:48:42.646 INFO O| Jun 22 19:48:42.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53782026-06-22T19:48:43.251Z[ recovery-image] Jun 22 19:48:42.646 INFO O| Jun 22 19:48:42.646 INFO STEP 150 (remove_files) COMPLETE
53792026-06-22T19:48:43.251Z[ recovery-image] Jun 22 19:48:42.646 INFO O| Jun 22 19:48:42.646 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-06-22T19:48:43.257Z[ recovery-image] Jun 22 19:48:42.654 INFO O| Jun 22 19:48:42.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53812026-06-22T19:48:43.257Z[ recovery-image] Jun 22 19:48:42.654 INFO O| Jun 22 19:48:42.654 INFO STEP 151 (remove_files) COMPLETE
53822026-06-22T19:48:43.257Z[ recovery-image] Jun 22 19:48:42.654 INFO O| Jun 22 19:48:42.654 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-06-22T19:48:43.262Z[ recovery-image] Jun 22 19:48:42.663 INFO O| Jun 22 19:48:42.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53842026-06-22T19:48:43.262Z[ recovery-image] Jun 22 19:48:42.663 INFO O| Jun 22 19:48:42.663 INFO STEP 152 (remove_files) COMPLETE
53852026-06-22T19:48:43.265Z[ recovery-image] Jun 22 19:48:42.663 INFO O| Jun 22 19:48:42.663 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-06-22T19:48:43.270Z[ recovery-image] Jun 22 19:48:42.672 INFO O| Jun 22 19:48:42.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53872026-06-22T19:48:43.270Z[ recovery-image] Jun 22 19:48:42.672 INFO O| Jun 22 19:48:42.672 INFO STEP 153 (remove_files) COMPLETE
53882026-06-22T19:48:43.275Z[ recovery-image] Jun 22 19:48:42.672 INFO O| Jun 22 19:48:42.672 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-06-22T19:48:43.279Z[ recovery-image] Jun 22 19:48:42.680 INFO O| Jun 22 19:48:42.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53902026-06-22T19:48:43.279Z[ recovery-image] Jun 22 19:48:42.680 INFO O| Jun 22 19:48:42.680 INFO STEP 154 (remove_files) COMPLETE
53912026-06-22T19:48:43.279Z[ recovery-image] Jun 22 19:48:42.680 INFO O| Jun 22 19:48:42.680 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-06-22T19:48:43.287Z[ recovery-image] Jun 22 19:48:42.687 INFO O| Jun 22 19:48:42.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53932026-06-22T19:48:43.287Z[ recovery-image] Jun 22 19:48:42.687 INFO O| Jun 22 19:48:42.687 INFO STEP 155 (remove_files) COMPLETE
53942026-06-22T19:48:43.287Z[ recovery-image] Jun 22 19:48:42.687 INFO O| Jun 22 19:48:42.687 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-06-22T19:48:43.292Z[ recovery-image] Jun 22 19:48:42.694 INFO O| Jun 22 19:48:42.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53962026-06-22T19:48:43.293Z[ recovery-image] Jun 22 19:48:42.694 INFO O| Jun 22 19:48:42.694 INFO STEP 156 (remove_files) COMPLETE
53972026-06-22T19:48:43.293Z[ recovery-image] Jun 22 19:48:42.694 INFO O| Jun 22 19:48:42.694 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-06-22T19:48:43.303Z[ recovery-image] Jun 22 19:48:42.700 INFO O| Jun 22 19:48:42.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53992026-06-22T19:48:43.303Z[ recovery-image] Jun 22 19:48:42.700 INFO O| Jun 22 19:48:42.700 INFO STEP 157 (remove_files) COMPLETE
54002026-06-22T19:48:43.306Z[ recovery-image] Jun 22 19:48:42.700 INFO O| Jun 22 19:48:42.700 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-06-22T19:48:43.306Z[ recovery-image] Jun 22 19:48:42.706 INFO O| Jun 22 19:48:42.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
54022026-06-22T19:48:43.306Z[ recovery-image] Jun 22 19:48:42.706 INFO O| Jun 22 19:48:42.706 INFO STEP 158 (remove_files) COMPLETE
54032026-06-22T19:48:43.306Z[ recovery-image] Jun 22 19:48:42.706 INFO O| Jun 22 19:48:42.706 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-06-22T19:48:43.319Z[ recovery-image] Jun 22 19:48:42.713 INFO O| Jun 22 19:48:42.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
54052026-06-22T19:48:43.319Z[ recovery-image] Jun 22 19:48:42.713 INFO O| Jun 22 19:48:42.713 INFO STEP 159 (remove_files) COMPLETE
54062026-06-22T19:48:43.324Z[ recovery-image] Jun 22 19:48:42.713 INFO O| Jun 22 19:48:42.713 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-06-22T19:48:43.325Z[ recovery-image] Jun 22 19:48:42.719 INFO O| Jun 22 19:48:42.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
54082026-06-22T19:48:43.325Z[ recovery-image] Jun 22 19:48:42.720 INFO O| Jun 22 19:48:42.719 INFO STEP 160 (remove_files) COMPLETE
54092026-06-22T19:48:43.325Z[ recovery-image] Jun 22 19:48:42.720 INFO O| Jun 22 19:48:42.719 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-06-22T19:48:43.330Z[ recovery-image] Jun 22 19:48:42.727 INFO O| Jun 22 19:48:42.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
54112026-06-22T19:48:43.330Z[ recovery-image] Jun 22 19:48:42.727 INFO O| Jun 22 19:48:42.727 INFO STEP 161 (remove_files) COMPLETE
54122026-06-22T19:48:43.330Z[ recovery-image] Jun 22 19:48:42.727 INFO O| Jun 22 19:48:42.727 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-06-22T19:48:43.334Z[ recovery-image] Jun 22 19:48:42.736 INFO O| Jun 22 19:48:42.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
54142026-06-22T19:48:43.334Z[ recovery-image] Jun 22 19:48:42.736 INFO O| Jun 22 19:48:42.736 INFO STEP 162 (remove_files) COMPLETE
54152026-06-22T19:48:43.334Z[ recovery-image] Jun 22 19:48:42.736 INFO O| Jun 22 19:48:42.736 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-06-22T19:48:43.342Z[ recovery-image] Jun 22 19:48:42.744 INFO O| Jun 22 19:48:42.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
54172026-06-22T19:48:43.342Z[ recovery-image] Jun 22 19:48:42.744 INFO O| Jun 22 19:48:42.744 INFO STEP 163 (remove_files) COMPLETE
54182026-06-22T19:48:43.342Z[ recovery-image] Jun 22 19:48:42.744 INFO O| Jun 22 19:48:42.744 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-06-22T19:48:43.351Z[ recovery-image] Jun 22 19:48:42.753 INFO O| Jun 22 19:48:42.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
54202026-06-22T19:48:43.351Z[ recovery-image] Jun 22 19:48:42.753 INFO O| Jun 22 19:48:42.753 INFO STEP 164 (remove_files) COMPLETE
54212026-06-22T19:48:43.352Z[ recovery-image] Jun 22 19:48:42.753 INFO O| Jun 22 19:48:42.753 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-06-22T19:48:43.361Z[ recovery-image] Jun 22 19:48:42.762 INFO O| Jun 22 19:48:42.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
54232026-06-22T19:48:43.361Z[ recovery-image] Jun 22 19:48:42.762 INFO O| Jun 22 19:48:42.762 INFO STEP 165 (remove_files) COMPLETE
54242026-06-22T19:48:43.361Z[ recovery-image] Jun 22 19:48:42.762 INFO O| Jun 22 19:48:42.762 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-06-22T19:48:43.369Z[ recovery-image] Jun 22 19:48:42.771 INFO O| Jun 22 19:48:42.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
54262026-06-22T19:48:43.369Z[ recovery-image] Jun 22 19:48:42.771 INFO O| Jun 22 19:48:42.771 INFO STEP 166 (remove_files) COMPLETE
54272026-06-22T19:48:43.369Z[ recovery-image] Jun 22 19:48:42.771 INFO O| Jun 22 19:48:42.771 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-06-22T19:48:43.377Z[ recovery-image] Jun 22 19:48:42.779 INFO O| Jun 22 19:48:42.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
54292026-06-22T19:48:43.377Z[ recovery-image] Jun 22 19:48:42.779 INFO O| Jun 22 19:48:42.779 INFO STEP 167 (remove_files) COMPLETE
54302026-06-22T19:48:43.380Z[ recovery-image] Jun 22 19:48:42.779 INFO O| Jun 22 19:48:42.779 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-06-22T19:48:43.384Z[ recovery-image] Jun 22 19:48:42.786 INFO O| Jun 22 19:48:42.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
54322026-06-22T19:48:43.384Z[ recovery-image] Jun 22 19:48:42.786 INFO O| Jun 22 19:48:42.786 INFO STEP 168 (remove_files) COMPLETE
54332026-06-22T19:48:43.384Z[ recovery-image] Jun 22 19:48:42.787 INFO O| Jun 22 19:48:42.786 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-06-22T19:48:43.394Z[ recovery-image] Jun 22 19:48:42.796 INFO O| Jun 22 19:48:42.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
54352026-06-22T19:48:43.394Z[ recovery-image] Jun 22 19:48:42.796 INFO O| Jun 22 19:48:42.796 INFO STEP 169 (remove_files) COMPLETE
54362026-06-22T19:48:43.394Z[ recovery-image] Jun 22 19:48:42.796 INFO O| Jun 22 19:48:42.796 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-06-22T19:48:43.401Z[ recovery-image] Jun 22 19:48:42.803 INFO O| Jun 22 19:48:42.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
54382026-06-22T19:48:43.401Z[ recovery-image] Jun 22 19:48:42.803 INFO O| Jun 22 19:48:42.803 INFO STEP 170 (remove_files) COMPLETE
54392026-06-22T19:48:43.401Z[ recovery-image] Jun 22 19:48:42.803 INFO O| Jun 22 19:48:42.803 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-06-22T19:48:43.409Z[ recovery-image] Jun 22 19:48:42.811 INFO O| Jun 22 19:48:42.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
54412026-06-22T19:48:43.409Z[ recovery-image] Jun 22 19:48:42.811 INFO O| Jun 22 19:48:42.811 INFO STEP 171 (remove_files) COMPLETE
54422026-06-22T19:48:43.409Z[ recovery-image] Jun 22 19:48:42.811 INFO O| Jun 22 19:48:42.811 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-06-22T19:48:43.415Z[ recovery-image] Jun 22 19:48:42.817 INFO O| Jun 22 19:48:42.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
54442026-06-22T19:48:43.415Z[ recovery-image] Jun 22 19:48:42.817 INFO O| Jun 22 19:48:42.817 INFO STEP 172 (remove_files) COMPLETE
54452026-06-22T19:48:43.418Z[ recovery-image] Jun 22 19:48:42.817 INFO O| Jun 22 19:48:42.817 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-06-22T19:48:43.423Z[ recovery-image] Jun 22 19:48:42.824 INFO O| Jun 22 19:48:42.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
54472026-06-22T19:48:43.423Z[ recovery-image] Jun 22 19:48:42.824 INFO O| Jun 22 19:48:42.824 INFO STEP 173 (remove_files) COMPLETE
54482026-06-22T19:48:43.423Z[ recovery-image] Jun 22 19:48:42.824 INFO O| Jun 22 19:48:42.824 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-06-22T19:48:43.429Z[ recovery-image] Jun 22 19:48:42.831 INFO O| Jun 22 19:48:42.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
54502026-06-22T19:48:43.432Z[ recovery-image] Jun 22 19:48:42.832 INFO O| Jun 22 19:48:42.832 INFO STEP 174 (remove_files) COMPLETE
54512026-06-22T19:48:43.432Z[ recovery-image] Jun 22 19:48:42.832 INFO O| Jun 22 19:48:42.832 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-06-22T19:48:43.437Z[ recovery-image] Jun 22 19:48:42.839 INFO O| Jun 22 19:48:42.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
54532026-06-22T19:48:43.437Z[ recovery-image] Jun 22 19:48:42.839 INFO O| Jun 22 19:48:42.839 INFO STEP 175 (remove_files) COMPLETE
54542026-06-22T19:48:43.437Z[ recovery-image] Jun 22 19:48:42.839 INFO O| Jun 22 19:48:42.839 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-06-22T19:48:43.444Z[ recovery-image] Jun 22 19:48:42.846 INFO O| Jun 22 19:48:42.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
54562026-06-22T19:48:43.444Z[ recovery-image] Jun 22 19:48:42.847 INFO O| Jun 22 19:48:42.847 INFO STEP 176 (remove_files) COMPLETE
54572026-06-22T19:48:43.444Z[ recovery-image] Jun 22 19:48:42.847 INFO O| Jun 22 19:48:42.847 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-06-22T19:48:43.451Z[ recovery-image] Jun 22 19:48:42.854 INFO O| Jun 22 19:48:42.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
54592026-06-22T19:48:43.451Z[ recovery-image] Jun 22 19:48:42.854 INFO O| Jun 22 19:48:42.854 INFO STEP 177 (remove_files) COMPLETE
54602026-06-22T19:48:43.455Z[ recovery-image] Jun 22 19:48:42.854 INFO O| Jun 22 19:48:42.854 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-06-22T19:48:43.459Z[ recovery-image] Jun 22 19:48:42.860 INFO O| Jun 22 19:48:42.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
54622026-06-22T19:48:43.459Z[ recovery-image] Jun 22 19:48:42.860 INFO O| Jun 22 19:48:42.860 INFO STEP 178 (remove_files) COMPLETE
54632026-06-22T19:48:43.463Z[ recovery-image] Jun 22 19:48:42.860 INFO O| Jun 22 19:48:42.860 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-06-22T19:48:43.466Z[ recovery-image] Jun 22 19:48:42.867 INFO O| Jun 22 19:48:42.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
54652026-06-22T19:48:43.466Z[ recovery-image] Jun 22 19:48:42.867 INFO O| Jun 22 19:48:42.867 INFO STEP 179 (remove_files) COMPLETE
54662026-06-22T19:48:43.466Z[ recovery-image] Jun 22 19:48:42.867 INFO O| Jun 22 19:48:42.867 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-06-22T19:48:43.472Z[ recovery-image] Jun 22 19:48:42.874 INFO O| Jun 22 19:48:42.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54682026-06-22T19:48:43.472Z[ recovery-image] Jun 22 19:48:42.874 INFO O| Jun 22 19:48:42.874 INFO STEP 180 (remove_files) COMPLETE
54692026-06-22T19:48:43.472Z[ recovery-image] Jun 22 19:48:42.874 INFO O| Jun 22 19:48:42.874 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-06-22T19:48:43.479Z[ recovery-image] Jun 22 19:48:42.881 INFO O| Jun 22 19:48:42.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54712026-06-22T19:48:43.482Z[ recovery-image] Jun 22 19:48:42.881 INFO O| Jun 22 19:48:42.881 INFO STEP 181 (remove_files) COMPLETE
54722026-06-22T19:48:43.482Z[ recovery-image] Jun 22 19:48:42.881 INFO O| Jun 22 19:48:42.881 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-06-22T19:48:43.486Z[ recovery-image] Jun 22 19:48:42.888 INFO O| Jun 22 19:48:42.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54742026-06-22T19:48:43.486Z[ recovery-image] Jun 22 19:48:42.888 INFO O| Jun 22 19:48:42.888 INFO STEP 182 (remove_files) COMPLETE
54752026-06-22T19:48:43.489Z[ recovery-image] Jun 22 19:48:42.888 INFO O| Jun 22 19:48:42.888 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-06-22T19:48:43.494Z[ recovery-image] Jun 22 19:48:42.895 INFO O| Jun 22 19:48:42.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54772026-06-22T19:48:43.494Z[ recovery-image] Jun 22 19:48:42.895 INFO O| Jun 22 19:48:42.895 INFO STEP 183 (remove_files) COMPLETE
54782026-06-22T19:48:43.497Z[ recovery-image] Jun 22 19:48:42.895 INFO O| Jun 22 19:48:42.895 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-06-22T19:48:43.503Z[ recovery-image] Jun 22 19:48:42.905 INFO O| Jun 22 19:48:42.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54802026-06-22T19:48:43.503Z[ recovery-image] Jun 22 19:48:42.905 INFO O| Jun 22 19:48:42.905 INFO STEP 184 (remove_files) COMPLETE
54812026-06-22T19:48:43.503Z[ recovery-image] Jun 22 19:48:42.905 INFO O| Jun 22 19:48:42.905 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-06-22T19:48:43.513Z[ recovery-image] Jun 22 19:48:42.914 INFO O| Jun 22 19:48:42.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54832026-06-22T19:48:43.513Z[ recovery-image] Jun 22 19:48:42.915 INFO O| Jun 22 19:48:42.914 INFO STEP 185 (remove_files) COMPLETE
54842026-06-22T19:48:43.513Z[ recovery-image] Jun 22 19:48:42.915 INFO O| Jun 22 19:48:42.914 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-06-22T19:48:43.521Z[ recovery-image] Jun 22 19:48:42.923 INFO O| Jun 22 19:48:42.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54862026-06-22T19:48:43.521Z[ recovery-image] Jun 22 19:48:42.923 INFO O| Jun 22 19:48:42.923 INFO STEP 186 (remove_files) COMPLETE
54872026-06-22T19:48:43.521Z[ recovery-image] Jun 22 19:48:42.923 INFO O| Jun 22 19:48:42.923 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-06-22T19:48:43.529Z[ recovery-image] Jun 22 19:48:42.931 INFO O| Jun 22 19:48:42.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54892026-06-22T19:48:43.529Z[ recovery-image] Jun 22 19:48:42.931 INFO O| Jun 22 19:48:42.931 INFO STEP 187 (remove_files) COMPLETE
54902026-06-22T19:48:43.529Z[ recovery-image] Jun 22 19:48:42.931 INFO O| Jun 22 19:48:42.931 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-06-22T19:48:43.537Z[ recovery-image] Jun 22 19:48:42.939 INFO O| Jun 22 19:48:42.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54922026-06-22T19:48:43.537Z[ recovery-image] Jun 22 19:48:42.939 INFO O| Jun 22 19:48:42.939 INFO STEP 188 (remove_files) COMPLETE
54932026-06-22T19:48:43.537Z[ recovery-image] Jun 22 19:48:42.939 INFO O| Jun 22 19:48:42.939 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-06-22T19:48:43.546Z[ recovery-image] Jun 22 19:48:42.946 INFO O| Jun 22 19:48:42.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54952026-06-22T19:48:43.546Z[ recovery-image] Jun 22 19:48:42.946 INFO O| Jun 22 19:48:42.946 INFO STEP 189 (remove_files) COMPLETE
54962026-06-22T19:48:43.549Z[ recovery-image] Jun 22 19:48:42.946 INFO O| Jun 22 19:48:42.946 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-06-22T19:48:43.553Z[ recovery-image] Jun 22 19:48:42.955 INFO O| Jun 22 19:48:42.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54982026-06-22T19:48:43.553Z[ recovery-image] Jun 22 19:48:42.955 INFO O| Jun 22 19:48:42.955 INFO STEP 190 (remove_files) COMPLETE
54992026-06-22T19:48:43.556Z[ recovery-image] Jun 22 19:48:42.955 INFO O| Jun 22 19:48:42.955 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-06-22T19:48:43.562Z[ recovery-image] Jun 22 19:48:42.964 INFO O| Jun 22 19:48:42.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
55012026-06-22T19:48:43.562Z[ recovery-image] Jun 22 19:48:42.964 INFO O| Jun 22 19:48:42.964 INFO STEP 191 (remove_files) COMPLETE
55022026-06-22T19:48:43.565Z[ recovery-image] Jun 22 19:48:42.964 INFO O| Jun 22 19:48:42.964 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-06-22T19:48:43.570Z[ recovery-image] Jun 22 19:48:42.972 INFO O| Jun 22 19:48:42.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
55042026-06-22T19:48:43.570Z[ recovery-image] Jun 22 19:48:42.972 INFO O| Jun 22 19:48:42.972 INFO STEP 192 (remove_files) COMPLETE
55052026-06-22T19:48:43.570Z[ recovery-image] Jun 22 19:48:42.972 INFO O| Jun 22 19:48:42.972 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-06-22T19:48:43.579Z[ recovery-image] Jun 22 19:48:42.982 INFO O| Jun 22 19:48:42.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
55072026-06-22T19:48:43.579Z[ recovery-image] Jun 22 19:48:42.982 INFO O| Jun 22 19:48:42.982 INFO STEP 193 (remove_files) COMPLETE
55082026-06-22T19:48:43.583Z[ recovery-image] Jun 22 19:48:42.982 INFO O| Jun 22 19:48:42.982 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-06-22T19:48:43.587Z[ recovery-image] Jun 22 19:48:42.989 INFO O| Jun 22 19:48:42.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
55102026-06-22T19:48:43.587Z[ recovery-image] Jun 22 19:48:42.989 INFO O| Jun 22 19:48:42.989 INFO STEP 194 (remove_files) COMPLETE
55112026-06-22T19:48:43.587Z[ recovery-image] Jun 22 19:48:42.989 INFO O| Jun 22 19:48:42.989 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-06-22T19:48:43.597Z[ recovery-image] Jun 22 19:48:42.999 INFO O| Jun 22 19:48:42.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
55132026-06-22T19:48:43.597Z[ recovery-image] Jun 22 19:48:42.999 INFO O| Jun 22 19:48:42.999 INFO STEP 195 (remove_files) COMPLETE
55142026-06-22T19:48:43.597Z[ recovery-image] Jun 22 19:48:42.999 INFO O| Jun 22 19:48:42.999 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-06-22T19:48:43.606Z[ recovery-image] Jun 22 19:48:43.008 INFO O| Jun 22 19:48:43.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
55162026-06-22T19:48:43.606Z[ recovery-image] Jun 22 19:48:43.008 INFO O| Jun 22 19:48:43.008 INFO STEP 196 (remove_files) COMPLETE
55172026-06-22T19:48:43.606Z[ recovery-image] Jun 22 19:48:43.008 INFO O| Jun 22 19:48:43.008 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-06-22T19:48:43.615Z[ recovery-image] Jun 22 19:48:43.016 INFO O| Jun 22 19:48:43.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
55192026-06-22T19:48:43.615Z[ recovery-image] Jun 22 19:48:43.017 INFO O| Jun 22 19:48:43.017 INFO STEP 197 (remove_files) COMPLETE
55202026-06-22T19:48:43.615Z[ recovery-image] Jun 22 19:48:43.017 INFO O| Jun 22 19:48:43.017 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-06-22T19:48:43.622Z[ recovery-image] Jun 22 19:48:43.024 INFO O| Jun 22 19:48:43.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
55222026-06-22T19:48:43.626Z[ recovery-image] Jun 22 19:48:43.024 INFO O| Jun 22 19:48:43.024 INFO STEP 198 (remove_files) COMPLETE
55232026-06-22T19:48:43.626Z[ recovery-image] Jun 22 19:48:43.024 INFO O| Jun 22 19:48:43.024 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-06-22T19:48:43.631Z[ recovery-image] Jun 22 19:48:43.034 INFO O| Jun 22 19:48:43.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
55252026-06-22T19:48:43.636Z[ recovery-image] Jun 22 19:48:43.034 INFO O| Jun 22 19:48:43.034 INFO STEP 199 (remove_files) COMPLETE
55262026-06-22T19:48:43.636Z[ recovery-image] Jun 22 19:48:43.034 INFO O| Jun 22 19:48:43.034 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-06-22T19:48:43.645Z[ recovery-image] Jun 22 19:48:43.043 INFO O| Jun 22 19:48:43.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
55282026-06-22T19:48:43.645Z[ recovery-image] Jun 22 19:48:43.043 INFO O| Jun 22 19:48:43.043 INFO STEP 200 (remove_files) COMPLETE
55292026-06-22T19:48:43.645Z[ recovery-image] Jun 22 19:48:43.043 INFO O| Jun 22 19:48:43.043 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-06-22T19:48:43.653Z[ recovery-image] Jun 22 19:48:43.052 INFO O| Jun 22 19:48:43.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
55312026-06-22T19:48:43.653Z[ recovery-image] Jun 22 19:48:43.052 INFO O| Jun 22 19:48:43.052 INFO STEP 201 (remove_files) COMPLETE
55322026-06-22T19:48:43.653Z[ recovery-image] Jun 22 19:48:43.052 INFO O| Jun 22 19:48:43.052 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-06-22T19:48:43.659Z[ recovery-image] Jun 22 19:48:43.061 INFO O| Jun 22 19:48:43.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
55342026-06-22T19:48:43.659Z[ recovery-image] Jun 22 19:48:43.061 INFO O| Jun 22 19:48:43.061 INFO STEP 202 (remove_files) COMPLETE
55352026-06-22T19:48:43.659Z[ recovery-image] Jun 22 19:48:43.061 INFO O| Jun 22 19:48:43.061 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-06-22T19:48:43.668Z[ recovery-image] Jun 22 19:48:43.070 INFO O| Jun 22 19:48:43.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
55372026-06-22T19:48:43.668Z[ recovery-image] Jun 22 19:48:43.070 INFO O| Jun 22 19:48:43.070 INFO STEP 203 (remove_files) COMPLETE
55382026-06-22T19:48:43.668Z[ recovery-image] Jun 22 19:48:43.070 INFO O| Jun 22 19:48:43.070 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-06-22T19:48:43.680Z[ recovery-image] Jun 22 19:48:43.081 INFO O| Jun 22 19:48:43.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
55402026-06-22T19:48:43.680Z[ recovery-image] Jun 22 19:48:43.081 INFO O| Jun 22 19:48:43.081 INFO STEP 204 (remove_files) COMPLETE
55412026-06-22T19:48:43.680Z[ recovery-image] Jun 22 19:48:43.081 INFO O| Jun 22 19:48:43.081 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-06-22T19:48:43.688Z[ recovery-image] Jun 22 19:48:43.090 INFO O| Jun 22 19:48:43.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
55432026-06-22T19:48:43.688Z[ recovery-image] Jun 22 19:48:43.090 INFO O| Jun 22 19:48:43.090 INFO STEP 205 (remove_files) COMPLETE
55442026-06-22T19:48:43.692Z[ recovery-image] Jun 22 19:48:43.090 INFO O| Jun 22 19:48:43.090 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-06-22T19:48:43.696Z[ recovery-image] Jun 22 19:48:43.098 INFO O| Jun 22 19:48:43.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
55462026-06-22T19:48:43.696Z[ recovery-image] Jun 22 19:48:43.098 INFO O| Jun 22 19:48:43.098 INFO STEP 206 (remove_files) COMPLETE
55472026-06-22T19:48:43.699Z[ recovery-image] Jun 22 19:48:43.098 INFO O| Jun 22 19:48:43.098 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-06-22T19:48:43.704Z[ recovery-image] Jun 22 19:48:43.106 INFO O| Jun 22 19:48:43.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
55492026-06-22T19:48:43.704Z[ recovery-image] Jun 22 19:48:43.106 INFO O| Jun 22 19:48:43.106 INFO STEP 207 (remove_files) COMPLETE
55502026-06-22T19:48:43.710Z[ recovery-image] Jun 22 19:48:43.106 INFO O| Jun 22 19:48:43.106 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-06-22T19:48:43.710Z[ recovery-image] Jun 22 19:48:43.112 INFO O| Jun 22 19:48:43.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
55522026-06-22T19:48:43.710Z[ recovery-image] Jun 22 19:48:43.112 INFO O| Jun 22 19:48:43.112 INFO STEP 208 (remove_files) COMPLETE
55532026-06-22T19:48:43.747Z[ recovery-image] Jun 22 19:48:43.112 INFO O| Jun 22 19:48:43.112 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-06-22T19:48:43.747Z[ recovery-image] Jun 22 19:48:43.119 INFO O| Jun 22 19:48:43.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
55552026-06-22T19:48:43.747Z[ recovery-image] Jun 22 19:48:43.119 INFO O| Jun 22 19:48:43.119 INFO STEP 209 (remove_files) COMPLETE
55562026-06-22T19:48:43.747Z[ recovery-image] Jun 22 19:48:43.119 INFO O| Jun 22 19:48:43.119 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-06-22T19:48:43.747Z[ recovery-image] Jun 22 19:48:43.125 INFO O| Jun 22 19:48:43.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
55582026-06-22T19:48:43.747Z[ recovery-image] Jun 22 19:48:43.125 INFO O| Jun 22 19:48:43.125 INFO STEP 210 (remove_files) COMPLETE
55592026-06-22T19:48:43.747Z[ recovery-image] Jun 22 19:48:43.125 INFO O| Jun 22 19:48:43.125 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-06-22T19:48:43.747Z[ recovery-image] Jun 22 19:48:43.134 INFO O| Jun 22 19:48:43.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
55612026-06-22T19:48:43.748Z[ recovery-image] Jun 22 19:48:43.134 INFO O| Jun 22 19:48:43.134 INFO STEP 211 (remove_files) COMPLETE
55622026-06-22T19:48:43.748Z[ recovery-image] Jun 22 19:48:43.134 INFO O| Jun 22 19:48:43.134 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-06-22T19:48:43.748Z[ recovery-image] Jun 22 19:48:43.142 INFO O| Jun 22 19:48:43.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
55642026-06-22T19:48:43.748Z[ recovery-image] Jun 22 19:48:43.143 INFO O| Jun 22 19:48:43.142 INFO STEP 212 (remove_files) COMPLETE
55652026-06-22T19:48:43.748Z[ recovery-image] Jun 22 19:48:43.143 INFO O| Jun 22 19:48:43.142 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-06-22T19:48:43.752Z[ recovery-image] Jun 22 19:48:43.150 INFO O| Jun 22 19:48:43.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
55672026-06-22T19:48:43.752Z[ recovery-image] Jun 22 19:48:43.150 INFO O| Jun 22 19:48:43.150 INFO STEP 213 (remove_files) COMPLETE
55682026-06-22T19:48:43.752Z[ recovery-image] Jun 22 19:48:43.150 INFO O| Jun 22 19:48:43.150 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-06-22T19:48:43.755Z[ recovery-image] Jun 22 19:48:43.157 INFO O| Jun 22 19:48:43.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55702026-06-22T19:48:43.755Z[ recovery-image] Jun 22 19:48:43.157 INFO O| Jun 22 19:48:43.157 INFO STEP 214 (remove_files) COMPLETE
55712026-06-22T19:48:43.755Z[ recovery-image] Jun 22 19:48:43.157 INFO O| Jun 22 19:48:43.157 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-06-22T19:48:43.761Z[ recovery-image] Jun 22 19:48:43.163 INFO O| Jun 22 19:48:43.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55732026-06-22T19:48:43.761Z[ recovery-image] Jun 22 19:48:43.163 INFO O| Jun 22 19:48:43.163 INFO STEP 215 (remove_files) COMPLETE
55742026-06-22T19:48:43.762Z[ recovery-image] Jun 22 19:48:43.163 INFO O| Jun 22 19:48:43.163 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-06-22T19:48:43.768Z[ recovery-image] Jun 22 19:48:43.170 INFO O| Jun 22 19:48:43.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55762026-06-22T19:48:43.768Z[ recovery-image] Jun 22 19:48:43.170 INFO O| Jun 22 19:48:43.170 INFO STEP 216 (remove_files) COMPLETE
55772026-06-22T19:48:43.768Z[ recovery-image] Jun 22 19:48:43.170 INFO O| Jun 22 19:48:43.170 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-06-22T19:48:43.779Z[ recovery-image] Jun 22 19:48:43.177 INFO O| Jun 22 19:48:43.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55792026-06-22T19:48:43.779Z[ recovery-image] Jun 22 19:48:43.177 INFO O| Jun 22 19:48:43.177 INFO STEP 217 (remove_files) COMPLETE
55802026-06-22T19:48:43.779Z[ recovery-image] Jun 22 19:48:43.177 INFO O| Jun 22 19:48:43.177 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-06-22T19:48:43.783Z[ recovery-image] Jun 22 19:48:43.185 INFO O| Jun 22 19:48:43.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55822026-06-22T19:48:43.783Z[ recovery-image] Jun 22 19:48:43.185 INFO O| Jun 22 19:48:43.185 INFO STEP 218 (remove_files) COMPLETE
55832026-06-22T19:48:43.783Z[ recovery-image] Jun 22 19:48:43.185 INFO O| Jun 22 19:48:43.185 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-06-22T19:48:43.790Z[ recovery-image] Jun 22 19:48:43.192 INFO O| Jun 22 19:48:43.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55852026-06-22T19:48:43.790Z[ recovery-image] Jun 22 19:48:43.192 INFO O| Jun 22 19:48:43.192 INFO STEP 219 (remove_files) COMPLETE
55862026-06-22T19:48:43.790Z[ recovery-image] Jun 22 19:48:43.192 INFO O| Jun 22 19:48:43.192 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-06-22T19:48:43.797Z[ recovery-image] Jun 22 19:48:43.199 INFO O| Jun 22 19:48:43.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55882026-06-22T19:48:43.797Z[ recovery-image] Jun 22 19:48:43.199 INFO O| Jun 22 19:48:43.199 INFO STEP 220 (remove_files) COMPLETE
55892026-06-22T19:48:43.797Z[ recovery-image] Jun 22 19:48:43.199 INFO O| Jun 22 19:48:43.199 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-06-22T19:48:43.804Z[ recovery-image] Jun 22 19:48:43.206 INFO O| Jun 22 19:48:43.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55912026-06-22T19:48:43.804Z[ recovery-image] Jun 22 19:48:43.206 INFO O| Jun 22 19:48:43.206 INFO STEP 221 (remove_files) COMPLETE
55922026-06-22T19:48:43.807Z[ recovery-image] Jun 22 19:48:43.206 INFO O| Jun 22 19:48:43.206 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-06-22T19:48:43.813Z[ recovery-image] Jun 22 19:48:43.213 INFO O| Jun 22 19:48:43.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55942026-06-22T19:48:43.813Z[ recovery-image] Jun 22 19:48:43.213 INFO O| Jun 22 19:48:43.213 INFO STEP 222 (remove_files) COMPLETE
55952026-06-22T19:48:43.814Z[ recovery-image] Jun 22 19:48:43.213 INFO O| Jun 22 19:48:43.213 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-06-22T19:48:43.823Z[ recovery-image] Jun 22 19:48:43.219 INFO O| Jun 22 19:48:43.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55972026-06-22T19:48:43.823Z[ recovery-image] Jun 22 19:48:43.219 INFO O| Jun 22 19:48:43.219 INFO STEP 223 (remove_files) COMPLETE
55982026-06-22T19:48:43.826Z[ recovery-image] Jun 22 19:48:43.219 INFO O| Jun 22 19:48:43.219 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-06-22T19:48:43.826Z[ recovery-image] Jun 22 19:48:43.226 INFO O| Jun 22 19:48:43.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
56002026-06-22T19:48:43.826Z[ recovery-image] Jun 22 19:48:43.226 INFO O| Jun 22 19:48:43.226 INFO STEP 224 (remove_files) COMPLETE
56012026-06-22T19:48:43.826Z[ recovery-image] Jun 22 19:48:43.226 INFO O| Jun 22 19:48:43.226 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-06-22T19:48:43.831Z[ recovery-image] Jun 22 19:48:43.233 INFO O| Jun 22 19:48:43.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
56032026-06-22T19:48:43.831Z[ recovery-image] Jun 22 19:48:43.233 INFO O| Jun 22 19:48:43.233 INFO STEP 225 (remove_files) COMPLETE
56042026-06-22T19:48:43.831Z[ recovery-image] Jun 22 19:48:43.233 INFO O| Jun 22 19:48:43.233 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-06-22T19:48:43.843Z[ recovery-image] Jun 22 19:48:43.240 INFO O| Jun 22 19:48:43.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
56062026-06-22T19:48:43.843Z[ recovery-image] Jun 22 19:48:43.240 INFO O| Jun 22 19:48:43.240 INFO STEP 226 (remove_files) COMPLETE
56072026-06-22T19:48:43.843Z[ recovery-image] Jun 22 19:48:43.240 INFO O| Jun 22 19:48:43.240 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-06-22T19:48:43.850Z[ recovery-image] Jun 22 19:48:43.247 INFO O| Jun 22 19:48:43.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
56092026-06-22T19:48:43.850Z[ recovery-image] Jun 22 19:48:43.247 INFO O| Jun 22 19:48:43.247 INFO STEP 227 (remove_files) COMPLETE
56102026-06-22T19:48:43.850Z[ recovery-image] Jun 22 19:48:43.247 INFO O| Jun 22 19:48:43.247 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-06-22T19:48:43.855Z[ recovery-image] Jun 22 19:48:43.254 INFO O| Jun 22 19:48:43.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
56122026-06-22T19:48:43.855Z[ recovery-image] Jun 22 19:48:43.254 INFO O| Jun 22 19:48:43.254 INFO STEP 228 (remove_files) COMPLETE
56132026-06-22T19:48:43.855Z[ recovery-image] Jun 22 19:48:43.254 INFO O| Jun 22 19:48:43.254 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-06-22T19:48:43.859Z[ recovery-image] Jun 22 19:48:43.261 INFO O| Jun 22 19:48:43.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
56152026-06-22T19:48:43.859Z[ recovery-image] Jun 22 19:48:43.261 INFO O| Jun 22 19:48:43.261 INFO STEP 229 (remove_files) COMPLETE
56162026-06-22T19:48:43.859Z[ recovery-image] Jun 22 19:48:43.261 INFO O| Jun 22 19:48:43.261 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-06-22T19:48:43.868Z[ recovery-image] Jun 22 19:48:43.268 INFO O| Jun 22 19:48:43.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
56182026-06-22T19:48:43.868Z[ recovery-image] Jun 22 19:48:43.268 INFO O| Jun 22 19:48:43.268 INFO STEP 230 (remove_files) COMPLETE
56192026-06-22T19:48:43.868Z[ recovery-image] Jun 22 19:48:43.268 INFO O| Jun 22 19:48:43.268 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-06-22T19:48:43.874Z[ recovery-image] Jun 22 19:48:43.275 INFO O| Jun 22 19:48:43.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
56212026-06-22T19:48:43.874Z[ recovery-image] Jun 22 19:48:43.275 INFO O| Jun 22 19:48:43.275 INFO STEP 231 (remove_files) COMPLETE
56222026-06-22T19:48:43.874Z[ recovery-image] Jun 22 19:48:43.275 INFO O| Jun 22 19:48:43.275 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-06-22T19:48:43.882Z[ recovery-image] Jun 22 19:48:43.284 INFO O| Jun 22 19:48:43.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
56242026-06-22T19:48:43.882Z[ recovery-image] Jun 22 19:48:43.284 INFO O| Jun 22 19:48:43.284 INFO STEP 232 (remove_files) COMPLETE
56252026-06-22T19:48:43.886Z[ recovery-image] Jun 22 19:48:43.284 INFO O| Jun 22 19:48:43.284 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-06-22T19:48:43.890Z[ recovery-image] Jun 22 19:48:43.291 INFO O| Jun 22 19:48:43.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
56272026-06-22T19:48:43.890Z[ recovery-image] Jun 22 19:48:43.292 INFO O| Jun 22 19:48:43.292 INFO STEP 233 (remove_files) COMPLETE
56282026-06-22T19:48:43.890Z[ recovery-image] Jun 22 19:48:43.292 INFO O| Jun 22 19:48:43.292 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-06-22T19:48:43.899Z[ recovery-image] Jun 22 19:48:43.300 INFO O| Jun 22 19:48:43.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
56302026-06-22T19:48:43.899Z[ recovery-image] Jun 22 19:48:43.300 INFO O| Jun 22 19:48:43.300 INFO STEP 234 (remove_files) COMPLETE
56312026-06-22T19:48:43.899Z[ recovery-image] Jun 22 19:48:43.300 INFO O| Jun 22 19:48:43.300 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-06-22T19:48:43.907Z[ recovery-image] Jun 22 19:48:43.309 INFO O| Jun 22 19:48:43.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
56332026-06-22T19:48:43.907Z[ recovery-image] Jun 22 19:48:43.309 INFO O| Jun 22 19:48:43.309 INFO STEP 235 (remove_files) COMPLETE
56342026-06-22T19:48:43.907Z[ recovery-image] Jun 22 19:48:43.309 INFO O| Jun 22 19:48:43.309 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-06-22T19:48:43.914Z[ recovery-image] Jun 22 19:48:43.316 INFO O| Jun 22 19:48:43.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
56362026-06-22T19:48:43.914Z[ recovery-image] Jun 22 19:48:43.316 INFO O| Jun 22 19:48:43.316 INFO STEP 236 (remove_files) COMPLETE
56372026-06-22T19:48:43.917Z[ recovery-image] Jun 22 19:48:43.316 INFO O| Jun 22 19:48:43.316 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-06-22T19:48:43.921Z[ recovery-image] Jun 22 19:48:43.324 INFO O| Jun 22 19:48:43.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
56392026-06-22T19:48:43.921Z[ recovery-image] Jun 22 19:48:43.324 INFO O| Jun 22 19:48:43.324 INFO STEP 237 (remove_files) COMPLETE
56402026-06-22T19:48:43.921Z[ recovery-image] Jun 22 19:48:43.324 INFO O| Jun 22 19:48:43.324 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-06-22T19:48:43.932Z[ recovery-image] Jun 22 19:48:43.333 INFO O| Jun 22 19:48:43.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
56422026-06-22T19:48:43.933Z[ recovery-image] Jun 22 19:48:43.333 INFO O| Jun 22 19:48:43.333 INFO STEP 238 (remove_files) COMPLETE
56432026-06-22T19:48:43.933Z[ recovery-image] Jun 22 19:48:43.333 INFO O| Jun 22 19:48:43.333 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-06-22T19:48:43.939Z[ recovery-image] Jun 22 19:48:43.341 INFO O| Jun 22 19:48:43.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
56452026-06-22T19:48:43.939Z[ recovery-image] Jun 22 19:48:43.341 INFO O| Jun 22 19:48:43.341 INFO STEP 239 (remove_files) COMPLETE
56462026-06-22T19:48:43.943Z[ recovery-image] Jun 22 19:48:43.341 INFO O| Jun 22 19:48:43.341 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-06-22T19:48:43.947Z[ recovery-image] Jun 22 19:48:43.349 INFO O| Jun 22 19:48:43.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
56482026-06-22T19:48:43.947Z[ recovery-image] Jun 22 19:48:43.349 INFO O| Jun 22 19:48:43.349 INFO STEP 240 (remove_files) COMPLETE
56492026-06-22T19:48:43.947Z[ recovery-image] Jun 22 19:48:43.349 INFO O| Jun 22 19:48:43.349 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-06-22T19:48:43.954Z[ recovery-image] Jun 22 19:48:43.356 INFO O| Jun 22 19:48:43.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
56512026-06-22T19:48:43.954Z[ recovery-image] Jun 22 19:48:43.356 INFO O| Jun 22 19:48:43.356 INFO STEP 241 (remove_files) COMPLETE
56522026-06-22T19:48:43.958Z[ recovery-image] Jun 22 19:48:43.356 INFO O| Jun 22 19:48:43.356 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-06-22T19:48:43.963Z[ recovery-image] Jun 22 19:48:43.364 INFO O| Jun 22 19:48:43.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
56542026-06-22T19:48:43.966Z[ recovery-image] Jun 22 19:48:43.364 INFO O| Jun 22 19:48:43.364 INFO STEP 242 (remove_files) COMPLETE
56552026-06-22T19:48:43.966Z[ recovery-image] Jun 22 19:48:43.364 INFO O| Jun 22 19:48:43.364 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-06-22T19:48:43.971Z[ recovery-image] Jun 22 19:48:43.373 INFO O| Jun 22 19:48:43.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
56572026-06-22T19:48:43.971Z[ recovery-image] Jun 22 19:48:43.373 INFO O| Jun 22 19:48:43.373 INFO STEP 243 (remove_files) COMPLETE
56582026-06-22T19:48:43.971Z[ recovery-image] Jun 22 19:48:43.373 INFO O| Jun 22 19:48:43.373 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-06-22T19:48:43.978Z[ recovery-image] Jun 22 19:48:43.380 INFO O| Jun 22 19:48:43.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
56602026-06-22T19:48:43.978Z[ recovery-image] Jun 22 19:48:43.380 INFO O| Jun 22 19:48:43.380 INFO STEP 244 (remove_files) COMPLETE
56612026-06-22T19:48:43.982Z[ recovery-image] Jun 22 19:48:43.380 INFO O| Jun 22 19:48:43.380 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-06-22T19:48:43.987Z[ recovery-image] Jun 22 19:48:43.389 INFO O| Jun 22 19:48:43.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
56632026-06-22T19:48:43.987Z[ recovery-image] Jun 22 19:48:43.389 INFO O| Jun 22 19:48:43.389 INFO STEP 245 (remove_files) COMPLETE
56642026-06-22T19:48:43.987Z[ recovery-image] Jun 22 19:48:43.389 INFO O| Jun 22 19:48:43.389 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-06-22T19:48:43.997Z[ recovery-image] Jun 22 19:48:43.397 INFO O| Jun 22 19:48:43.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
56662026-06-22T19:48:43.997Z[ recovery-image] Jun 22 19:48:43.397 INFO O| Jun 22 19:48:43.397 INFO STEP 246 (remove_files) COMPLETE
56672026-06-22T19:48:44.002Z[ recovery-image] Jun 22 19:48:43.397 INFO O| Jun 22 19:48:43.397 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-06-22T19:48:44.005Z[ recovery-image] Jun 22 19:48:43.405 INFO O| Jun 22 19:48:43.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56692026-06-22T19:48:44.005Z[ recovery-image] Jun 22 19:48:43.406 INFO O| Jun 22 19:48:43.406 INFO STEP 247 (remove_files) COMPLETE
56702026-06-22T19:48:44.005Z[ recovery-image] Jun 22 19:48:43.406 INFO O| Jun 22 19:48:43.406 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-06-22T19:48:44.012Z[ recovery-image] Jun 22 19:48:43.415 INFO O| Jun 22 19:48:43.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56722026-06-22T19:48:44.012Z[ recovery-image] Jun 22 19:48:43.415 INFO O| Jun 22 19:48:43.415 INFO STEP 248 (remove_files) COMPLETE
56732026-06-22T19:48:44.016Z[ recovery-image] Jun 22 19:48:43.415 INFO O| Jun 22 19:48:43.415 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-06-22T19:48:44.021Z[ recovery-image] Jun 22 19:48:43.423 INFO O| Jun 22 19:48:43.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56752026-06-22T19:48:44.021Z[ recovery-image] Jun 22 19:48:43.423 INFO O| Jun 22 19:48:43.423 INFO STEP 249 (remove_files) COMPLETE
56762026-06-22T19:48:44.024Z[ recovery-image] Jun 22 19:48:43.423 INFO O| Jun 22 19:48:43.423 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-06-22T19:48:44.030Z[ recovery-image] Jun 22 19:48:43.432 INFO O| Jun 22 19:48:43.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56782026-06-22T19:48:44.030Z[ recovery-image] Jun 22 19:48:43.432 INFO O| Jun 22 19:48:43.432 INFO STEP 250 (remove_files) COMPLETE
56792026-06-22T19:48:44.034Z[ recovery-image] Jun 22 19:48:43.432 INFO O| Jun 22 19:48:43.432 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-06-22T19:48:44.039Z[ recovery-image] Jun 22 19:48:43.441 INFO O| Jun 22 19:48:43.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56812026-06-22T19:48:44.039Z[ recovery-image] Jun 22 19:48:43.441 INFO O| Jun 22 19:48:43.441 INFO STEP 251 (remove_files) COMPLETE
56822026-06-22T19:48:44.042Z[ recovery-image] Jun 22 19:48:43.441 INFO O| Jun 22 19:48:43.441 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-06-22T19:48:44.047Z[ recovery-image] Jun 22 19:48:43.448 INFO O| Jun 22 19:48:43.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56842026-06-22T19:48:44.047Z[ recovery-image] Jun 22 19:48:43.448 INFO O| Jun 22 19:48:43.448 INFO STEP 252 (remove_files) COMPLETE
56852026-06-22T19:48:44.047Z[ recovery-image] Jun 22 19:48:43.448 INFO O| Jun 22 19:48:43.448 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-06-22T19:48:44.054Z[ recovery-image] Jun 22 19:48:43.456 INFO O| Jun 22 19:48:43.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56872026-06-22T19:48:44.054Z[ recovery-image] Jun 22 19:48:43.456 INFO O| Jun 22 19:48:43.456 INFO STEP 253 (remove_files) COMPLETE
56882026-06-22T19:48:44.054Z[ recovery-image] Jun 22 19:48:43.456 INFO O| Jun 22 19:48:43.456 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-06-22T19:48:44.079Z[ recovery-image] Jun 22 19:48:43.464 INFO O| Jun 22 19:48:43.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56902026-06-22T19:48:44.079Z[ recovery-image] Jun 22 19:48:43.464 INFO O| Jun 22 19:48:43.464 INFO STEP 254 (remove_files) COMPLETE
56912026-06-22T19:48:44.089Z[ recovery-image] Jun 22 19:48:43.464 INFO O| Jun 22 19:48:43.464 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-06-22T19:48:44.089Z[ recovery-image] Jun 22 19:48:43.472 INFO O| Jun 22 19:48:43.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56932026-06-22T19:48:44.089Z[ recovery-image] Jun 22 19:48:43.472 INFO O| Jun 22 19:48:43.472 INFO STEP 255 (remove_files) COMPLETE
56942026-06-22T19:48:44.089Z[ recovery-image] Jun 22 19:48:43.472 INFO O| Jun 22 19:48:43.472 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-06-22T19:48:44.089Z[ recovery-image] Jun 22 19:48:43.479 INFO O| Jun 22 19:48:43.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56962026-06-22T19:48:44.090Z[ recovery-image] Jun 22 19:48:43.479 INFO O| Jun 22 19:48:43.479 INFO STEP 256 (remove_files) COMPLETE
56972026-06-22T19:48:44.090Z[ recovery-image] Jun 22 19:48:43.479 INFO O| Jun 22 19:48:43.479 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-06-22T19:48:44.094Z[ recovery-image] Jun 22 19:48:43.486 INFO O| Jun 22 19:48:43.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56992026-06-22T19:48:44.094Z[ recovery-image] Jun 22 19:48:43.486 INFO O| Jun 22 19:48:43.486 INFO STEP 257 (remove_files) COMPLETE
57002026-06-22T19:48:44.094Z[ recovery-image] Jun 22 19:48:43.486 INFO O| Jun 22 19:48:43.486 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-06-22T19:48:44.094Z[ recovery-image] Jun 22 19:48:43.492 INFO O| Jun 22 19:48:43.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
57022026-06-22T19:48:44.094Z[ recovery-image] Jun 22 19:48:43.492 INFO O| Jun 22 19:48:43.492 INFO STEP 258 (remove_files) COMPLETE
57032026-06-22T19:48:44.094Z[ recovery-image] Jun 22 19:48:43.492 INFO O| Jun 22 19:48:43.492 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-06-22T19:48:44.100Z[ recovery-image] Jun 22 19:48:43.501 INFO O| Jun 22 19:48:43.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
57052026-06-22T19:48:44.100Z[ recovery-image] Jun 22 19:48:43.501 INFO O| Jun 22 19:48:43.501 INFO STEP 259 (remove_files) COMPLETE
57062026-06-22T19:48:44.100Z[ recovery-image] Jun 22 19:48:43.501 INFO O| Jun 22 19:48:43.501 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-06-22T19:48:44.109Z[ recovery-image] Jun 22 19:48:43.509 INFO O| Jun 22 19:48:43.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
57082026-06-22T19:48:44.109Z[ recovery-image] Jun 22 19:48:43.509 INFO O| Jun 22 19:48:43.509 INFO STEP 260 (remove_files) COMPLETE
57092026-06-22T19:48:44.109Z[ recovery-image] Jun 22 19:48:43.509 INFO O| Jun 22 19:48:43.509 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-06-22T19:48:44.114Z[ recovery-image] Jun 22 19:48:43.516 INFO O| Jun 22 19:48:43.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
57112026-06-22T19:48:44.114Z[ recovery-image] Jun 22 19:48:43.516 INFO O| Jun 22 19:48:43.516 INFO STEP 261 (remove_files) COMPLETE
57122026-06-22T19:48:44.118Z[ recovery-image] Jun 22 19:48:43.516 INFO O| Jun 22 19:48:43.516 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-06-22T19:48:44.121Z[ recovery-image] Jun 22 19:48:43.523 INFO O| Jun 22 19:48:43.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
57142026-06-22T19:48:44.121Z[ recovery-image] Jun 22 19:48:43.524 INFO O| Jun 22 19:48:43.523 INFO STEP 262 (remove_files) COMPLETE
57152026-06-22T19:48:44.125Z[ recovery-image] Jun 22 19:48:43.524 INFO O| Jun 22 19:48:43.523 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-06-22T19:48:44.128Z[ recovery-image] Jun 22 19:48:43.530 INFO O| Jun 22 19:48:43.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
57172026-06-22T19:48:44.128Z[ recovery-image] Jun 22 19:48:43.530 INFO O| Jun 22 19:48:43.530 INFO STEP 263 (remove_files) COMPLETE
57182026-06-22T19:48:44.128Z[ recovery-image] Jun 22 19:48:43.530 INFO O| Jun 22 19:48:43.530 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-06-22T19:48:44.135Z[ recovery-image] Jun 22 19:48:43.537 INFO O| Jun 22 19:48:43.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
57202026-06-22T19:48:44.135Z[ recovery-image] Jun 22 19:48:43.537 INFO O| Jun 22 19:48:43.537 INFO STEP 264 (remove_files) COMPLETE
57212026-06-22T19:48:44.138Z[ recovery-image] Jun 22 19:48:43.537 INFO O| Jun 22 19:48:43.537 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-06-22T19:48:44.142Z[ recovery-image] Jun 22 19:48:43.543 INFO O| Jun 22 19:48:43.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
57232026-06-22T19:48:44.142Z[ recovery-image] Jun 22 19:48:43.543 INFO O| Jun 22 19:48:43.543 INFO STEP 265 (remove_files) COMPLETE
57242026-06-22T19:48:44.142Z[ recovery-image] Jun 22 19:48:43.543 INFO O| Jun 22 19:48:43.543 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-06-22T19:48:44.148Z[ recovery-image] Jun 22 19:48:43.550 INFO O| Jun 22 19:48:43.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
57262026-06-22T19:48:44.148Z[ recovery-image] Jun 22 19:48:43.550 INFO O| Jun 22 19:48:43.550 INFO STEP 266 (remove_files) COMPLETE
57272026-06-22T19:48:44.153Z[ recovery-image] Jun 22 19:48:43.550 INFO O| Jun 22 19:48:43.550 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-06-22T19:48:44.157Z[ recovery-image] Jun 22 19:48:43.557 INFO O| Jun 22 19:48:43.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
57292026-06-22T19:48:44.158Z[ recovery-image] Jun 22 19:48:43.558 INFO O| Jun 22 19:48:43.558 INFO STEP 267 (remove_files) COMPLETE
57302026-06-22T19:48:44.158Z[ recovery-image] Jun 22 19:48:43.558 INFO O| Jun 22 19:48:43.558 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-06-22T19:48:44.164Z[ recovery-image] Jun 22 19:48:43.565 INFO O| Jun 22 19:48:43.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
57322026-06-22T19:48:44.164Z[ recovery-image] Jun 22 19:48:43.565 INFO O| Jun 22 19:48:43.565 INFO STEP 268 (remove_files) COMPLETE
57332026-06-22T19:48:44.164Z[ recovery-image] Jun 22 19:48:43.565 INFO O| Jun 22 19:48:43.565 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-06-22T19:48:44.171Z[ recovery-image] Jun 22 19:48:43.572 INFO O| Jun 22 19:48:43.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
57352026-06-22T19:48:44.171Z[ recovery-image] Jun 22 19:48:43.573 INFO O| Jun 22 19:48:43.572 INFO STEP 269 (remove_files) COMPLETE
57362026-06-22T19:48:44.175Z[ recovery-image] Jun 22 19:48:43.573 INFO O| Jun 22 19:48:43.572 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-06-22T19:48:44.178Z[ recovery-image] Jun 22 19:48:43.579 INFO O| Jun 22 19:48:43.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
57382026-06-22T19:48:44.178Z[ recovery-image] Jun 22 19:48:43.579 INFO O| Jun 22 19:48:43.579 INFO STEP 270 (remove_files) COMPLETE
57392026-06-22T19:48:44.178Z[ recovery-image] Jun 22 19:48:43.579 INFO O| Jun 22 19:48:43.579 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-06-22T19:48:44.184Z[ recovery-image] Jun 22 19:48:43.586 INFO O| Jun 22 19:48:43.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
57412026-06-22T19:48:44.184Z[ recovery-image] Jun 22 19:48:43.586 INFO O| Jun 22 19:48:43.586 INFO STEP 271 (remove_files) COMPLETE
57422026-06-22T19:48:44.184Z[ recovery-image] Jun 22 19:48:43.586 INFO O| Jun 22 19:48:43.586 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-06-22T19:48:44.196Z[ recovery-image] Jun 22 19:48:43.595 INFO O| Jun 22 19:48:43.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
57442026-06-22T19:48:44.197Z[ recovery-image] Jun 22 19:48:43.596 INFO O| Jun 22 19:48:43.596 INFO STEP 272 (remove_files) COMPLETE
57452026-06-22T19:48:44.201Z[ recovery-image] Jun 22 19:48:43.596 INFO O| Jun 22 19:48:43.596 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-06-22T19:48:44.205Z[ recovery-image] Jun 22 19:48:43.604 INFO O| Jun 22 19:48:43.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
57472026-06-22T19:48:44.205Z[ recovery-image] Jun 22 19:48:43.604 INFO O| Jun 22 19:48:43.604 INFO STEP 273 (remove_files) COMPLETE
57482026-06-22T19:48:44.205Z[ recovery-image] Jun 22 19:48:43.604 INFO O| Jun 22 19:48:43.604 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-06-22T19:48:44.210Z[ recovery-image] Jun 22 19:48:43.612 INFO O| Jun 22 19:48:43.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
57502026-06-22T19:48:44.210Z[ recovery-image] Jun 22 19:48:43.612 INFO O| Jun 22 19:48:43.612 INFO STEP 274 (remove_files) COMPLETE
57512026-06-22T19:48:44.210Z[ recovery-image] Jun 22 19:48:43.612 INFO O| Jun 22 19:48:43.612 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-06-22T19:48:44.218Z[ recovery-image] Jun 22 19:48:43.620 INFO O| Jun 22 19:48:43.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
57532026-06-22T19:48:44.222Z[ recovery-image] Jun 22 19:48:43.621 INFO O| Jun 22 19:48:43.621 INFO STEP 275 (remove_files) COMPLETE
57542026-06-22T19:48:44.222Z[ recovery-image] Jun 22 19:48:43.621 INFO O| Jun 22 19:48:43.621 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-06-22T19:48:44.230Z[ recovery-image] Jun 22 19:48:43.629 INFO O| Jun 22 19:48:43.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
57562026-06-22T19:48:44.231Z[ recovery-image] Jun 22 19:48:43.629 INFO O| Jun 22 19:48:43.629 INFO STEP 276 (remove_files) COMPLETE
57572026-06-22T19:48:44.234Z[ recovery-image] Jun 22 19:48:43.629 INFO O| Jun 22 19:48:43.629 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-06-22T19:48:44.240Z[ recovery-image] Jun 22 19:48:43.637 INFO O| Jun 22 19:48:43.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
57592026-06-22T19:48:44.240Z[ recovery-image] Jun 22 19:48:43.637 INFO O| Jun 22 19:48:43.637 INFO STEP 277 (remove_files) COMPLETE
57602026-06-22T19:48:44.240Z[ recovery-image] Jun 22 19:48:43.637 INFO O| Jun 22 19:48:43.637 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-06-22T19:48:44.243Z[ recovery-image] Jun 22 19:48:43.644 INFO O| Jun 22 19:48:43.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
57622026-06-22T19:48:44.243Z[ recovery-image] Jun 22 19:48:43.644 INFO O| Jun 22 19:48:43.644 INFO STEP 278 (remove_files) COMPLETE
57632026-06-22T19:48:44.243Z[ recovery-image] Jun 22 19:48:43.644 INFO O| Jun 22 19:48:43.644 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-06-22T19:48:44.249Z[ recovery-image] Jun 22 19:48:43.651 INFO O| Jun 22 19:48:43.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
57652026-06-22T19:48:44.249Z[ recovery-image] Jun 22 19:48:43.651 INFO O| Jun 22 19:48:43.651 INFO STEP 279 (remove_files) COMPLETE
57662026-06-22T19:48:44.282Z[ recovery-image] Jun 22 19:48:43.651 INFO O| Jun 22 19:48:43.651 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-06-22T19:48:44.287Z[ recovery-image] Jun 22 19:48:43.658 INFO O| Jun 22 19:48:43.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57682026-06-22T19:48:44.287Z[ recovery-image] Jun 22 19:48:43.658 INFO O| Jun 22 19:48:43.658 INFO STEP 280 (remove_files) COMPLETE
57692026-06-22T19:48:44.287Z[ recovery-image] Jun 22 19:48:43.658 INFO O| Jun 22 19:48:43.658 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-06-22T19:48:44.287Z[ recovery-image] Jun 22 19:48:43.666 INFO O| Jun 22 19:48:43.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57712026-06-22T19:48:44.287Z[ recovery-image] Jun 22 19:48:43.666 INFO O| Jun 22 19:48:43.666 INFO STEP 281 (remove_files) COMPLETE
57722026-06-22T19:48:44.287Z[ recovery-image] Jun 22 19:48:43.666 INFO O| Jun 22 19:48:43.666 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-06-22T19:48:44.287Z[ recovery-image] Jun 22 19:48:43.673 INFO O| Jun 22 19:48:43.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57742026-06-22T19:48:44.287Z[ recovery-image] Jun 22 19:48:43.673 INFO O| Jun 22 19:48:43.673 INFO STEP 282 (remove_files) COMPLETE
57752026-06-22T19:48:44.287Z[ recovery-image] Jun 22 19:48:43.673 INFO O| Jun 22 19:48:43.673 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-06-22T19:48:44.287Z[ recovery-image] Jun 22 19:48:43.681 INFO O| Jun 22 19:48:43.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57772026-06-22T19:48:44.287Z[ recovery-image] Jun 22 19:48:43.681 INFO O| Jun 22 19:48:43.681 INFO STEP 283 (remove_files) COMPLETE
57782026-06-22T19:48:44.287Z[ recovery-image] Jun 22 19:48:43.681 INFO O| Jun 22 19:48:43.681 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-06-22T19:48:44.291Z[ recovery-image] Jun 22 19:48:43.688 INFO O| Jun 22 19:48:43.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57802026-06-22T19:48:44.291Z[ recovery-image] Jun 22 19:48:43.688 INFO O| Jun 22 19:48:43.688 INFO STEP 284 (remove_files) COMPLETE
57812026-06-22T19:48:44.291Z[ recovery-image] Jun 22 19:48:43.688 INFO O| Jun 22 19:48:43.688 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-06-22T19:48:44.294Z[ recovery-image] Jun 22 19:48:43.695 INFO O| Jun 22 19:48:43.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57832026-06-22T19:48:44.298Z[ recovery-image] Jun 22 19:48:43.695 INFO O| Jun 22 19:48:43.695 INFO STEP 285 (remove_files) COMPLETE
57842026-06-22T19:48:44.298Z[ recovery-image] Jun 22 19:48:43.695 INFO O| Jun 22 19:48:43.695 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-06-22T19:48:44.302Z[ recovery-image] Jun 22 19:48:43.702 INFO O| Jun 22 19:48:43.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57862026-06-22T19:48:44.302Z[ recovery-image] Jun 22 19:48:43.702 INFO O| Jun 22 19:48:43.702 INFO STEP 286 (remove_files) COMPLETE
57872026-06-22T19:48:44.302Z[ recovery-image] Jun 22 19:48:43.702 INFO O| Jun 22 19:48:43.702 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-06-22T19:48:44.308Z[ recovery-image] Jun 22 19:48:43.710 INFO O| Jun 22 19:48:43.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57892026-06-22T19:48:44.308Z[ recovery-image] Jun 22 19:48:43.710 INFO O| Jun 22 19:48:43.710 INFO STEP 287 (remove_files) COMPLETE
57902026-06-22T19:48:44.308Z[ recovery-image] Jun 22 19:48:43.710 INFO O| Jun 22 19:48:43.710 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-06-22T19:48:44.317Z[ recovery-image] Jun 22 19:48:43.717 INFO O| Jun 22 19:48:43.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57922026-06-22T19:48:44.317Z[ recovery-image] Jun 22 19:48:43.717 INFO O| Jun 22 19:48:43.717 INFO STEP 288 (remove_files) COMPLETE
57932026-06-22T19:48:44.317Z[ recovery-image] Jun 22 19:48:43.717 INFO O| Jun 22 19:48:43.717 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-06-22T19:48:44.323Z[ recovery-image] Jun 22 19:48:43.725 INFO O| Jun 22 19:48:43.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57952026-06-22T19:48:44.323Z[ recovery-image] Jun 22 19:48:43.725 INFO O| Jun 22 19:48:43.725 INFO STEP 289 (remove_files) COMPLETE
57962026-06-22T19:48:44.323Z[ recovery-image] Jun 22 19:48:43.725 INFO O| Jun 22 19:48:43.725 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-06-22T19:48:44.330Z[ recovery-image] Jun 22 19:48:43.732 INFO O| Jun 22 19:48:43.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57982026-06-22T19:48:44.330Z[ recovery-image] Jun 22 19:48:43.732 INFO O| Jun 22 19:48:43.732 INFO STEP 290 (remove_files) COMPLETE
57992026-06-22T19:48:44.334Z[ recovery-image] Jun 22 19:48:43.732 INFO O| Jun 22 19:48:43.732 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-06-22T19:48:44.345Z[ recovery-image] Jun 22 19:48:43.738 INFO O| Jun 22 19:48:43.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
58012026-06-22T19:48:44.345Z[ recovery-image] Jun 22 19:48:43.739 INFO O| Jun 22 19:48:43.739 INFO STEP 291 (remove_files) COMPLETE
58022026-06-22T19:48:44.345Z[ recovery-image] Jun 22 19:48:43.739 INFO O| Jun 22 19:48:43.739 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-06-22T19:48:44.349Z[ recovery-image] Jun 22 19:48:43.746 INFO O| Jun 22 19:48:43.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
58042026-06-22T19:48:44.349Z[ recovery-image] Jun 22 19:48:43.746 INFO O| Jun 22 19:48:43.746 INFO STEP 292 (remove_files) COMPLETE
58052026-06-22T19:48:44.349Z[ recovery-image] Jun 22 19:48:43.746 INFO O| Jun 22 19:48:43.746 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-06-22T19:48:44.352Z[ recovery-image] Jun 22 19:48:43.753 INFO O| Jun 22 19:48:43.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
58072026-06-22T19:48:44.352Z[ recovery-image] Jun 22 19:48:43.753 INFO O| Jun 22 19:48:43.753 INFO STEP 293 (remove_files) COMPLETE
58082026-06-22T19:48:44.352Z[ recovery-image] Jun 22 19:48:43.753 INFO O| Jun 22 19:48:43.753 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-06-22T19:48:44.360Z[ recovery-image] Jun 22 19:48:43.759 INFO O| Jun 22 19:48:43.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
58102026-06-22T19:48:44.360Z[ recovery-image] Jun 22 19:48:43.759 INFO O| Jun 22 19:48:43.759 INFO STEP 294 (remove_files) COMPLETE
58112026-06-22T19:48:44.360Z[ recovery-image] Jun 22 19:48:43.759 INFO O| Jun 22 19:48:43.759 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-06-22T19:48:44.364Z[ recovery-image] Jun 22 19:48:43.766 INFO O| Jun 22 19:48:43.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
58132026-06-22T19:48:44.364Z[ recovery-image] Jun 22 19:48:43.766 INFO O| Jun 22 19:48:43.766 INFO STEP 295 (remove_files) COMPLETE
58142026-06-22T19:48:44.364Z[ recovery-image] Jun 22 19:48:43.766 INFO O| Jun 22 19:48:43.766 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-06-22T19:48:44.370Z[ recovery-image] Jun 22 19:48:43.772 INFO O| Jun 22 19:48:43.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
58162026-06-22T19:48:44.370Z[ recovery-image] Jun 22 19:48:43.773 INFO O| Jun 22 19:48:43.773 INFO STEP 296 (remove_files) COMPLETE
58172026-06-22T19:48:44.370Z[ recovery-image] Jun 22 19:48:43.773 INFO O| Jun 22 19:48:43.773 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-06-22T19:48:44.377Z[ recovery-image] Jun 22 19:48:43.779 INFO O| Jun 22 19:48:43.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
58192026-06-22T19:48:44.377Z[ recovery-image] Jun 22 19:48:43.779 INFO O| Jun 22 19:48:43.779 INFO STEP 297 (remove_files) COMPLETE
58202026-06-22T19:48:44.377Z[ recovery-image] Jun 22 19:48:43.779 INFO O| Jun 22 19:48:43.779 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-06-22T19:48:44.384Z[ recovery-image] Jun 22 19:48:43.785 INFO O| Jun 22 19:48:43.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
58222026-06-22T19:48:44.384Z[ recovery-image] Jun 22 19:48:43.785 INFO O| Jun 22 19:48:43.785 INFO STEP 298 (remove_files) COMPLETE
58232026-06-22T19:48:44.384Z[ recovery-image] Jun 22 19:48:43.785 INFO O| Jun 22 19:48:43.785 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-06-22T19:48:44.390Z[ recovery-image] Jun 22 19:48:43.792 INFO O| Jun 22 19:48:43.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
58252026-06-22T19:48:44.390Z[ recovery-image] Jun 22 19:48:43.792 INFO O| Jun 22 19:48:43.792 INFO STEP 299 (remove_files) COMPLETE
58262026-06-22T19:48:44.390Z[ recovery-image] Jun 22 19:48:43.792 INFO O| Jun 22 19:48:43.792 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-06-22T19:48:44.396Z[ recovery-image] Jun 22 19:48:43.798 INFO O| Jun 22 19:48:43.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
58282026-06-22T19:48:44.396Z[ recovery-image] Jun 22 19:48:43.798 INFO O| Jun 22 19:48:43.798 INFO STEP 300 (remove_files) COMPLETE
58292026-06-22T19:48:44.401Z[ recovery-image] Jun 22 19:48:43.798 INFO O| Jun 22 19:48:43.798 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-06-22T19:48:44.404Z[ recovery-image] Jun 22 19:48:43.804 INFO O| Jun 22 19:48:43.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
58312026-06-22T19:48:44.404Z[ recovery-image] Jun 22 19:48:43.804 INFO O| Jun 22 19:48:43.804 INFO STEP 301 (remove_files) COMPLETE
58322026-06-22T19:48:44.404Z[ recovery-image] Jun 22 19:48:43.804 INFO O| Jun 22 19:48:43.804 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-06-22T19:48:44.408Z[ recovery-image] Jun 22 19:48:43.810 INFO O| Jun 22 19:48:43.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
58342026-06-22T19:48:44.408Z[ recovery-image] Jun 22 19:48:43.810 INFO O| Jun 22 19:48:43.810 INFO STEP 302 (remove_files) COMPLETE
58352026-06-22T19:48:44.408Z[ recovery-image] Jun 22 19:48:43.810 INFO O| Jun 22 19:48:43.810 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-06-22T19:48:44.415Z[ recovery-image] Jun 22 19:48:43.816 INFO O| Jun 22 19:48:43.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
58372026-06-22T19:48:44.415Z[ recovery-image] Jun 22 19:48:43.816 INFO O| Jun 22 19:48:43.816 INFO STEP 303 (remove_files) COMPLETE
58382026-06-22T19:48:44.419Z[ recovery-image] Jun 22 19:48:43.816 INFO O| Jun 22 19:48:43.816 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-06-22T19:48:44.422Z[ recovery-image] Jun 22 19:48:43.823 INFO O| Jun 22 19:48:43.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
58402026-06-22T19:48:44.422Z[ recovery-image] Jun 22 19:48:43.823 INFO O| Jun 22 19:48:43.823 INFO STEP 304 (remove_files) COMPLETE
58412026-06-22T19:48:44.422Z[ recovery-image] Jun 22 19:48:43.823 INFO O| Jun 22 19:48:43.823 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-06-22T19:48:44.428Z[ recovery-image] Jun 22 19:48:43.829 INFO O| Jun 22 19:48:43.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
58432026-06-22T19:48:44.428Z[ recovery-image] Jun 22 19:48:43.829 INFO O| Jun 22 19:48:43.829 INFO STEP 305 (remove_files) COMPLETE
58442026-06-22T19:48:44.428Z[ recovery-image] Jun 22 19:48:43.829 INFO O| Jun 22 19:48:43.829 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-06-22T19:48:44.433Z[ recovery-image] Jun 22 19:48:43.835 INFO O| Jun 22 19:48:43.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
58462026-06-22T19:48:44.433Z[ recovery-image] Jun 22 19:48:43.835 INFO O| Jun 22 19:48:43.835 INFO STEP 306 (remove_files) COMPLETE
58472026-06-22T19:48:44.433Z[ recovery-image] Jun 22 19:48:43.835 INFO O| Jun 22 19:48:43.835 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-06-22T19:48:44.442Z[ recovery-image] Jun 22 19:48:43.841 INFO O| Jun 22 19:48:43.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
58492026-06-22T19:48:44.442Z[ recovery-image] Jun 22 19:48:43.841 INFO O| Jun 22 19:48:43.841 INFO STEP 307 (remove_files) COMPLETE
58502026-06-22T19:48:44.442Z[ recovery-image] Jun 22 19:48:43.841 INFO O| Jun 22 19:48:43.841 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-06-22T19:48:44.446Z[ recovery-image] Jun 22 19:48:43.848 INFO O| Jun 22 19:48:43.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
58522026-06-22T19:48:44.446Z[ recovery-image] Jun 22 19:48:43.848 INFO O| Jun 22 19:48:43.848 INFO STEP 308 (remove_files) COMPLETE
58532026-06-22T19:48:44.449Z[ recovery-image] Jun 22 19:48:43.848 INFO O| Jun 22 19:48:43.848 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-06-22T19:48:44.452Z[ recovery-image] Jun 22 19:48:43.854 INFO O| Jun 22 19:48:43.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
58552026-06-22T19:48:44.452Z[ recovery-image] Jun 22 19:48:43.854 INFO O| Jun 22 19:48:43.854 INFO STEP 309 (remove_files) COMPLETE
58562026-06-22T19:48:44.455Z[ recovery-image] Jun 22 19:48:43.854 INFO O| Jun 22 19:48:43.854 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-06-22T19:48:44.458Z[ recovery-image] Jun 22 19:48:43.861 INFO O| Jun 22 19:48:43.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
58582026-06-22T19:48:44.458Z[ recovery-image] Jun 22 19:48:43.861 INFO O| Jun 22 19:48:43.861 INFO STEP 310 (remove_files) COMPLETE
58592026-06-22T19:48:44.462Z[ recovery-image] Jun 22 19:48:43.861 INFO O| Jun 22 19:48:43.861 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-06-22T19:48:44.465Z[ recovery-image] Jun 22 19:48:43.867 INFO O| Jun 22 19:48:43.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
58612026-06-22T19:48:44.465Z[ recovery-image] Jun 22 19:48:43.867 INFO O| Jun 22 19:48:43.867 INFO STEP 311 (remove_files) COMPLETE
58622026-06-22T19:48:44.465Z[ recovery-image] Jun 22 19:48:43.867 INFO O| Jun 22 19:48:43.867 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-06-22T19:48:44.471Z[ recovery-image] Jun 22 19:48:43.873 INFO O| Jun 22 19:48:43.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
58642026-06-22T19:48:44.471Z[ recovery-image] Jun 22 19:48:43.873 INFO O| Jun 22 19:48:43.873 INFO STEP 312 (remove_files) COMPLETE
58652026-06-22T19:48:44.474Z[ recovery-image] Jun 22 19:48:43.873 INFO O| Jun 22 19:48:43.873 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-06-22T19:48:44.478Z[ recovery-image] Jun 22 19:48:43.879 INFO O| Jun 22 19:48:43.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58672026-06-22T19:48:44.478Z[ recovery-image] Jun 22 19:48:43.879 INFO O| Jun 22 19:48:43.879 INFO STEP 313 (remove_files) COMPLETE
58682026-06-22T19:48:44.478Z[ recovery-image] Jun 22 19:48:43.879 INFO O| Jun 22 19:48:43.879 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-06-22T19:48:44.486Z[ recovery-image] Jun 22 19:48:43.885 INFO O| Jun 22 19:48:43.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58702026-06-22T19:48:44.489Z[ recovery-image] Jun 22 19:48:43.886 INFO O| Jun 22 19:48:43.886 INFO STEP 314 (remove_files) COMPLETE
58712026-06-22T19:48:44.489Z[ recovery-image] Jun 22 19:48:43.886 INFO O| Jun 22 19:48:43.886 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-06-22T19:48:44.493Z[ recovery-image] Jun 22 19:48:43.893 INFO O| Jun 22 19:48:43.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58732026-06-22T19:48:44.493Z[ recovery-image] Jun 22 19:48:43.893 INFO O| Jun 22 19:48:43.893 INFO STEP 315 (remove_files) COMPLETE
58742026-06-22T19:48:44.493Z[ recovery-image] Jun 22 19:48:43.893 INFO O| Jun 22 19:48:43.893 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-06-22T19:48:44.497Z[ recovery-image] Jun 22 19:48:43.899 INFO O| Jun 22 19:48:43.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58762026-06-22T19:48:44.497Z[ recovery-image] Jun 22 19:48:43.899 INFO O| Jun 22 19:48:43.899 INFO STEP 316 (remove_files) COMPLETE
58772026-06-22T19:48:44.497Z[ recovery-image] Jun 22 19:48:43.899 INFO O| Jun 22 19:48:43.899 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-06-22T19:48:44.504Z[ recovery-image] Jun 22 19:48:43.906 INFO O| Jun 22 19:48:43.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58792026-06-22T19:48:44.504Z[ recovery-image] Jun 22 19:48:43.906 INFO O| Jun 22 19:48:43.906 INFO STEP 317 (remove_files) COMPLETE
58802026-06-22T19:48:44.504Z[ recovery-image] Jun 22 19:48:43.906 INFO O| Jun 22 19:48:43.906 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-06-22T19:48:44.513Z[ recovery-image] Jun 22 19:48:43.914 INFO O| Jun 22 19:48:43.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58822026-06-22T19:48:44.513Z[ recovery-image] Jun 22 19:48:43.914 INFO O| Jun 22 19:48:43.914 INFO STEP 318 (remove_files) COMPLETE
58832026-06-22T19:48:44.519Z[ recovery-image] Jun 22 19:48:43.914 INFO O| Jun 22 19:48:43.914 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-06-22T19:48:44.522Z[ recovery-image] Jun 22 19:48:43.921 INFO O| Jun 22 19:48:43.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58852026-06-22T19:48:44.522Z[ recovery-image] Jun 22 19:48:43.921 INFO O| Jun 22 19:48:43.921 INFO STEP 319 (remove_files) COMPLETE
58862026-06-22T19:48:44.522Z[ recovery-image] Jun 22 19:48:43.921 INFO O| Jun 22 19:48:43.921 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-06-22T19:48:44.526Z[ recovery-image] Jun 22 19:48:43.928 INFO O| Jun 22 19:48:43.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58882026-06-22T19:48:44.526Z[ recovery-image] Jun 22 19:48:43.928 INFO O| Jun 22 19:48:43.928 INFO STEP 320 (remove_files) COMPLETE
58892026-06-22T19:48:44.526Z[ recovery-image] Jun 22 19:48:43.928 INFO O| Jun 22 19:48:43.928 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-06-22T19:48:44.535Z[ recovery-image] Jun 22 19:48:43.935 INFO O| Jun 22 19:48:43.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58912026-06-22T19:48:44.535Z[ recovery-image] Jun 22 19:48:43.935 INFO O| Jun 22 19:48:43.935 INFO STEP 321 (remove_files) COMPLETE
58922026-06-22T19:48:44.539Z[ recovery-image] Jun 22 19:48:43.935 INFO O| Jun 22 19:48:43.935 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-06-22T19:48:44.542Z[ recovery-image] Jun 22 19:48:43.942 INFO O| Jun 22 19:48:43.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58942026-06-22T19:48:44.542Z[ recovery-image] Jun 22 19:48:43.942 INFO O| Jun 22 19:48:43.942 INFO STEP 322 (remove_files) COMPLETE
58952026-06-22T19:48:44.542Z[ recovery-image] Jun 22 19:48:43.942 INFO O| Jun 22 19:48:43.942 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-06-22T19:48:44.550Z[ recovery-image] Jun 22 19:48:43.949 INFO O| Jun 22 19:48:43.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58972026-06-22T19:48:44.550Z[ recovery-image] Jun 22 19:48:43.949 INFO O| Jun 22 19:48:43.949 INFO STEP 323 (remove_files) COMPLETE
58982026-06-22T19:48:44.550Z[ recovery-image] Jun 22 19:48:43.949 INFO O| Jun 22 19:48:43.949 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-06-22T19:48:44.554Z[ recovery-image] Jun 22 19:48:43.956 INFO O| Jun 22 19:48:43.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
59002026-06-22T19:48:44.558Z[ recovery-image] Jun 22 19:48:43.957 INFO O| Jun 22 19:48:43.957 INFO STEP 324 (remove_files) COMPLETE
59012026-06-22T19:48:44.558Z[ recovery-image] Jun 22 19:48:43.957 INFO O| Jun 22 19:48:43.957 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-06-22T19:48:44.564Z[ recovery-image] Jun 22 19:48:43.964 INFO O| Jun 22 19:48:43.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
59032026-06-22T19:48:44.564Z[ recovery-image] Jun 22 19:48:43.964 INFO O| Jun 22 19:48:43.964 INFO STEP 325 (remove_files) COMPLETE
59042026-06-22T19:48:44.573Z[ recovery-image] Jun 22 19:48:43.964 INFO O| Jun 22 19:48:43.964 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-06-22T19:48:44.578Z[ recovery-image] Jun 22 19:48:43.971 INFO O| Jun 22 19:48:43.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
59062026-06-22T19:48:44.578Z[ recovery-image] Jun 22 19:48:43.971 INFO O| Jun 22 19:48:43.971 INFO STEP 326 (remove_files) COMPLETE
59072026-06-22T19:48:44.578Z[ recovery-image] Jun 22 19:48:43.971 INFO O| Jun 22 19:48:43.971 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-06-22T19:48:44.590Z[ recovery-image] Jun 22 19:48:43.992 INFO O| Jun 22 19:48:43.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
59092026-06-22T19:48:44.590Z[ recovery-image] Jun 22 19:48:43.992 INFO O| Jun 22 19:48:43.992 INFO STEP 327 (remove_files) COMPLETE
59102026-06-22T19:48:44.590Z[ recovery-image] Jun 22 19:48:43.992 INFO O| Jun 22 19:48:43.992 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-06-22T19:48:44.631Z[ recovery-image] Jun 22 19:48:44.000 INFO O| Jun 22 19:48:44.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
59122026-06-22T19:48:44.632Z[ recovery-image] Jun 22 19:48:44.000 INFO O| Jun 22 19:48:44.000 INFO STEP 328 (remove_files) COMPLETE
59132026-06-22T19:48:44.632Z[ recovery-image] Jun 22 19:48:44.000 INFO O| Jun 22 19:48:44.000 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-06-22T19:48:44.632Z[ recovery-image] Jun 22 19:48:44.008 INFO O| Jun 22 19:48:44.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
59152026-06-22T19:48:44.632Z[ recovery-image] Jun 22 19:48:44.008 INFO O| Jun 22 19:48:44.008 INFO STEP 329 (remove_files) COMPLETE
59162026-06-22T19:48:44.632Z[ recovery-image] Jun 22 19:48:44.008 INFO O| Jun 22 19:48:44.008 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-06-22T19:48:44.632Z[ recovery-image] Jun 22 19:48:44.016 INFO O| Jun 22 19:48:44.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
59182026-06-22T19:48:44.632Z[ recovery-image] Jun 22 19:48:44.016 INFO O| Jun 22 19:48:44.016 INFO STEP 330 (remove_files) COMPLETE
59192026-06-22T19:48:44.632Z[ recovery-image] Jun 22 19:48:44.016 INFO O| Jun 22 19:48:44.016 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-06-22T19:48:44.640Z[ recovery-image] Jun 22 19:48:44.023 INFO O| Jun 22 19:48:44.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
59212026-06-22T19:48:44.640Z[ recovery-image] Jun 22 19:48:44.024 INFO O| Jun 22 19:48:44.023 INFO STEP 331 (remove_files) COMPLETE
59222026-06-22T19:48:44.640Z[ recovery-image] Jun 22 19:48:44.024 INFO O| Jun 22 19:48:44.023 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-06-22T19:48:44.640Z[ recovery-image] Jun 22 19:48:44.033 INFO O| Jun 22 19:48:44.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
59242026-06-22T19:48:44.640Z[ recovery-image] Jun 22 19:48:44.033 INFO O| Jun 22 19:48:44.033 INFO STEP 332 (remove_files) COMPLETE
59252026-06-22T19:48:44.640Z[ recovery-image] Jun 22 19:48:44.033 INFO O| Jun 22 19:48:44.033 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-06-22T19:48:44.644Z[ recovery-image] Jun 22 19:48:44.041 INFO O| Jun 22 19:48:44.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
59272026-06-22T19:48:44.644Z[ recovery-image] Jun 22 19:48:44.041 INFO O| Jun 22 19:48:44.041 INFO STEP 333 (remove_files) COMPLETE
59282026-06-22T19:48:44.644Z[ recovery-image] Jun 22 19:48:44.041 INFO O| Jun 22 19:48:44.041 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-06-22T19:48:44.649Z[ recovery-image] Jun 22 19:48:44.049 INFO O| Jun 22 19:48:44.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
59302026-06-22T19:48:44.649Z[ recovery-image] Jun 22 19:48:44.049 INFO O| Jun 22 19:48:44.049 INFO STEP 334 (remove_files) COMPLETE
59312026-06-22T19:48:44.649Z[ recovery-image] Jun 22 19:48:44.049 INFO O| Jun 22 19:48:44.049 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-06-22T19:48:44.654Z[ recovery-image] Jun 22 19:48:44.056 INFO O| Jun 22 19:48:44.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
59332026-06-22T19:48:44.654Z[ recovery-image] Jun 22 19:48:44.056 INFO O| Jun 22 19:48:44.056 INFO STEP 335 (remove_files) COMPLETE
59342026-06-22T19:48:44.654Z[ recovery-image] Jun 22 19:48:44.056 INFO O| Jun 22 19:48:44.056 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-06-22T19:48:44.665Z[ recovery-image] Jun 22 19:48:44.064 INFO O| Jun 22 19:48:44.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
59362026-06-22T19:48:44.665Z[ recovery-image] Jun 22 19:48:44.064 INFO O| Jun 22 19:48:44.064 INFO STEP 336 (remove_files) COMPLETE
59372026-06-22T19:48:44.665Z[ recovery-image] Jun 22 19:48:44.064 INFO O| Jun 22 19:48:44.064 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-06-22T19:48:44.669Z[ recovery-image] Jun 22 19:48:44.071 INFO O| Jun 22 19:48:44.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
59392026-06-22T19:48:44.669Z[ recovery-image] Jun 22 19:48:44.071 INFO O| Jun 22 19:48:44.071 INFO STEP 337 (remove_files) COMPLETE
59402026-06-22T19:48:44.673Z[ recovery-image] Jun 22 19:48:44.071 INFO O| Jun 22 19:48:44.071 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-06-22T19:48:44.679Z[ recovery-image] Jun 22 19:48:44.081 INFO O| Jun 22 19:48:44.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
59422026-06-22T19:48:44.679Z[ recovery-image] Jun 22 19:48:44.081 INFO O| Jun 22 19:48:44.081 INFO STEP 338 (remove_files) COMPLETE
59432026-06-22T19:48:44.679Z[ recovery-image] Jun 22 19:48:44.081 INFO O| Jun 22 19:48:44.081 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-06-22T19:48:44.687Z[ recovery-image] Jun 22 19:48:44.089 INFO O| Jun 22 19:48:44.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
59452026-06-22T19:48:44.687Z[ recovery-image] Jun 22 19:48:44.089 INFO O| Jun 22 19:48:44.089 INFO STEP 339 (remove_files) COMPLETE
59462026-06-22T19:48:44.691Z[ recovery-image] Jun 22 19:48:44.089 INFO O| Jun 22 19:48:44.089 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-06-22T19:48:44.694Z[ recovery-image] Jun 22 19:48:44.096 INFO O| Jun 22 19:48:44.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
59482026-06-22T19:48:44.694Z[ recovery-image] Jun 22 19:48:44.096 INFO O| Jun 22 19:48:44.096 INFO STEP 340 (remove_files) COMPLETE
59492026-06-22T19:48:44.694Z[ recovery-image] Jun 22 19:48:44.096 INFO O| Jun 22 19:48:44.096 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-06-22T19:48:44.702Z[ recovery-image] Jun 22 19:48:44.104 INFO O| Jun 22 19:48:44.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
59512026-06-22T19:48:44.702Z[ recovery-image] Jun 22 19:48:44.104 INFO O| Jun 22 19:48:44.104 INFO STEP 341 (remove_files) COMPLETE
59522026-06-22T19:48:44.705Z[ recovery-image] Jun 22 19:48:44.104 INFO O| Jun 22 19:48:44.104 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-06-22T19:48:44.711Z[ recovery-image] Jun 22 19:48:44.113 INFO O| Jun 22 19:48:44.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
59542026-06-22T19:48:44.711Z[ recovery-image] Jun 22 19:48:44.113 INFO O| Jun 22 19:48:44.113 INFO STEP 342 (remove_files) COMPLETE
59552026-06-22T19:48:44.711Z[ recovery-image] Jun 22 19:48:44.113 INFO O| Jun 22 19:48:44.113 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-06-22T19:48:44.718Z[ recovery-image] Jun 22 19:48:44.120 INFO O| Jun 22 19:48:44.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
59572026-06-22T19:48:44.718Z[ recovery-image] Jun 22 19:48:44.120 INFO O| Jun 22 19:48:44.120 INFO STEP 343 (remove_files) COMPLETE
59582026-06-22T19:48:44.722Z[ recovery-image] Jun 22 19:48:44.120 INFO O| Jun 22 19:48:44.120 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-06-22T19:48:44.725Z[ recovery-image] Jun 22 19:48:44.128 INFO O| Jun 22 19:48:44.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
59602026-06-22T19:48:44.725Z[ recovery-image] Jun 22 19:48:44.128 INFO O| Jun 22 19:48:44.128 INFO STEP 344 (remove_files) COMPLETE
59612026-06-22T19:48:44.726Z[ recovery-image] Jun 22 19:48:44.128 INFO O| Jun 22 19:48:44.128 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-06-22T19:48:44.731Z[ recovery-image] Jun 22 19:48:44.133 INFO O| Jun 22 19:48:44.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
59632026-06-22T19:48:44.734Z[ recovery-image] Jun 22 19:48:44.134 INFO O| Jun 22 19:48:44.134 INFO STEP 345 (remove_files) COMPLETE
59642026-06-22T19:48:44.735Z[ recovery-image] Jun 22 19:48:44.134 INFO O| Jun 22 19:48:44.134 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-06-22T19:48:44.739Z[ recovery-image] Jun 22 19:48:44.141 INFO O| Jun 22 19:48:44.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59662026-06-22T19:48:44.743Z[ recovery-image] Jun 22 19:48:44.142 INFO O| Jun 22 19:48:44.142 INFO STEP 346 (remove_files) COMPLETE
59672026-06-22T19:48:44.743Z[ recovery-image] Jun 22 19:48:44.142 INFO O| Jun 22 19:48:44.142 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-06-22T19:48:44.752Z[ recovery-image] Jun 22 19:48:44.150 INFO O| Jun 22 19:48:44.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59692026-06-22T19:48:44.757Z[ recovery-image] Jun 22 19:48:44.150 INFO O| Jun 22 19:48:44.150 INFO STEP 347 (remove_files) COMPLETE
59702026-06-22T19:48:44.757Z[ recovery-image] Jun 22 19:48:44.150 INFO O| Jun 22 19:48:44.150 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-06-22T19:48:44.762Z[ recovery-image] Jun 22 19:48:44.160 INFO O| Jun 22 19:48:44.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59722026-06-22T19:48:44.762Z[ recovery-image] Jun 22 19:48:44.160 INFO O| Jun 22 19:48:44.160 INFO STEP 348 (remove_files) COMPLETE
59732026-06-22T19:48:44.762Z[ recovery-image] Jun 22 19:48:44.160 INFO O| Jun 22 19:48:44.160 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-06-22T19:48:44.765Z[ recovery-image] Jun 22 19:48:44.168 INFO O| Jun 22 19:48:44.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59752026-06-22T19:48:44.769Z[ recovery-image] Jun 22 19:48:44.168 INFO O| Jun 22 19:48:44.168 INFO STEP 349 (remove_files) COMPLETE
59762026-06-22T19:48:44.769Z[ recovery-image] Jun 22 19:48:44.168 INFO O| Jun 22 19:48:44.168 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-06-22T19:48:44.775Z[ recovery-image] Jun 22 19:48:44.176 INFO O| Jun 22 19:48:44.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59782026-06-22T19:48:44.775Z[ recovery-image] Jun 22 19:48:44.176 INFO O| Jun 22 19:48:44.176 INFO STEP 350 (remove_files) COMPLETE
59792026-06-22T19:48:44.788Z[ recovery-image] Jun 22 19:48:44.176 INFO O| Jun 22 19:48:44.176 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-06-22T19:48:44.791Z[ recovery-image] Jun 22 19:48:44.185 INFO O| Jun 22 19:48:44.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59812026-06-22T19:48:44.791Z[ recovery-image] Jun 22 19:48:44.185 INFO O| Jun 22 19:48:44.185 INFO STEP 351 (remove_files) COMPLETE
59822026-06-22T19:48:44.791Z[ recovery-image] Jun 22 19:48:44.185 INFO O| Jun 22 19:48:44.185 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-06-22T19:48:44.795Z[ recovery-image] Jun 22 19:48:44.194 INFO O| Jun 22 19:48:44.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59842026-06-22T19:48:44.795Z[ recovery-image] Jun 22 19:48:44.194 INFO O| Jun 22 19:48:44.194 INFO STEP 352 (remove_files) COMPLETE
59852026-06-22T19:48:44.795Z[ recovery-image] Jun 22 19:48:44.194 INFO O| Jun 22 19:48:44.194 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-06-22T19:48:44.799Z[ recovery-image] Jun 22 19:48:44.201 INFO O| Jun 22 19:48:44.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59872026-06-22T19:48:44.799Z[ recovery-image] Jun 22 19:48:44.201 INFO O| Jun 22 19:48:44.201 INFO STEP 353 (remove_files) COMPLETE
59882026-06-22T19:48:44.799Z[ recovery-image] Jun 22 19:48:44.201 INFO O| Jun 22 19:48:44.201 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-06-22T19:48:44.809Z[ recovery-image] Jun 22 19:48:44.210 INFO O| Jun 22 19:48:44.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59902026-06-22T19:48:44.809Z[ recovery-image] Jun 22 19:48:44.210 INFO O| Jun 22 19:48:44.210 INFO STEP 354 (remove_files) COMPLETE
59912026-06-22T19:48:44.809Z[ recovery-image] Jun 22 19:48:44.210 INFO O| Jun 22 19:48:44.210 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-06-22T19:48:44.817Z[ recovery-image] Jun 22 19:48:44.219 INFO O| Jun 22 19:48:44.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59932026-06-22T19:48:44.817Z[ recovery-image] Jun 22 19:48:44.219 INFO O| Jun 22 19:48:44.219 INFO STEP 355 (remove_files) COMPLETE
59942026-06-22T19:48:44.821Z[ recovery-image] Jun 22 19:48:44.219 INFO O| Jun 22 19:48:44.219 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-06-22T19:48:44.826Z[ recovery-image] Jun 22 19:48:44.228 INFO O| Jun 22 19:48:44.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59962026-06-22T19:48:44.826Z[ recovery-image] Jun 22 19:48:44.228 INFO O| Jun 22 19:48:44.228 INFO STEP 356 (remove_files) COMPLETE
59972026-06-22T19:48:44.829Z[ recovery-image] Jun 22 19:48:44.228 INFO O| Jun 22 19:48:44.228 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-06-22T19:48:44.835Z[ recovery-image] Jun 22 19:48:44.237 INFO O| Jun 22 19:48:44.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59992026-06-22T19:48:44.838Z[ recovery-image] Jun 22 19:48:44.237 INFO O| Jun 22 19:48:44.237 INFO STEP 357 (remove_files) COMPLETE
60002026-06-22T19:48:44.838Z[ recovery-image] Jun 22 19:48:44.237 INFO O| Jun 22 19:48:44.237 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-06-22T19:48:44.846Z[ recovery-image] Jun 22 19:48:44.246 INFO O| Jun 22 19:48:44.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
60022026-06-22T19:48:44.846Z[ recovery-image] Jun 22 19:48:44.246 INFO O| Jun 22 19:48:44.246 INFO STEP 358 (remove_files) COMPLETE
60032026-06-22T19:48:44.846Z[ recovery-image] Jun 22 19:48:44.246 INFO O| Jun 22 19:48:44.246 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-06-22T19:48:44.852Z[ recovery-image] Jun 22 19:48:44.253 INFO O| Jun 22 19:48:44.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
60052026-06-22T19:48:44.852Z[ recovery-image] Jun 22 19:48:44.253 INFO O| Jun 22 19:48:44.253 INFO STEP 359 (remove_files) COMPLETE
60062026-06-22T19:48:44.856Z[ recovery-image] Jun 22 19:48:44.253 INFO O| Jun 22 19:48:44.253 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-06-22T19:48:44.860Z[ recovery-image] Jun 22 19:48:44.261 INFO O| Jun 22 19:48:44.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
60082026-06-22T19:48:44.860Z[ recovery-image] Jun 22 19:48:44.261 INFO O| Jun 22 19:48:44.261 INFO STEP 360 (remove_files) COMPLETE
60092026-06-22T19:48:44.860Z[ recovery-image] Jun 22 19:48:44.261 INFO O| Jun 22 19:48:44.261 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-06-22T19:48:44.866Z[ recovery-image] Jun 22 19:48:44.268 INFO O| Jun 22 19:48:44.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
60112026-06-22T19:48:44.866Z[ recovery-image] Jun 22 19:48:44.268 INFO O| Jun 22 19:48:44.268 INFO STEP 361 (remove_files) COMPLETE
60122026-06-22T19:48:44.869Z[ recovery-image] Jun 22 19:48:44.268 INFO O| Jun 22 19:48:44.268 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-06-22T19:48:44.875Z[ recovery-image] Jun 22 19:48:44.277 INFO O| Jun 22 19:48:44.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
60142026-06-22T19:48:44.875Z[ recovery-image] Jun 22 19:48:44.277 INFO O| Jun 22 19:48:44.277 INFO STEP 362 (remove_files) COMPLETE
60152026-06-22T19:48:44.879Z[ recovery-image] Jun 22 19:48:44.277 INFO O| Jun 22 19:48:44.277 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-06-22T19:48:44.884Z[ recovery-image] Jun 22 19:48:44.286 INFO O| Jun 22 19:48:44.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
60172026-06-22T19:48:44.884Z[ recovery-image] Jun 22 19:48:44.286 INFO O| Jun 22 19:48:44.286 INFO STEP 363 (remove_files) COMPLETE
60182026-06-22T19:48:44.884Z[ recovery-image] Jun 22 19:48:44.286 INFO O| Jun 22 19:48:44.286 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-06-22T19:48:44.892Z[ recovery-image] Jun 22 19:48:44.294 INFO O| Jun 22 19:48:44.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
60202026-06-22T19:48:44.892Z[ recovery-image] Jun 22 19:48:44.294 INFO O| Jun 22 19:48:44.294 INFO STEP 364 (remove_files) COMPLETE
60212026-06-22T19:48:44.892Z[ recovery-image] Jun 22 19:48:44.294 INFO O| Jun 22 19:48:44.294 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-06-22T19:48:44.900Z[ recovery-image] Jun 22 19:48:44.302 INFO O| Jun 22 19:48:44.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
60232026-06-22T19:48:44.900Z[ recovery-image] Jun 22 19:48:44.302 INFO O| Jun 22 19:48:44.302 INFO STEP 365 (remove_files) COMPLETE
60242026-06-22T19:48:44.900Z[ recovery-image] Jun 22 19:48:44.302 INFO O| Jun 22 19:48:44.302 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-06-22T19:48:44.910Z[ recovery-image] Jun 22 19:48:44.310 INFO O| Jun 22 19:48:44.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
60262026-06-22T19:48:44.911Z[ recovery-image] Jun 22 19:48:44.310 INFO O| Jun 22 19:48:44.310 INFO STEP 366 (remove_files) COMPLETE
60272026-06-22T19:48:44.916Z[ recovery-image] Jun 22 19:48:44.310 INFO O| Jun 22 19:48:44.310 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-06-22T19:48:44.921Z[ recovery-image] Jun 22 19:48:44.319 INFO O| Jun 22 19:48:44.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
60292026-06-22T19:48:44.921Z[ recovery-image] Jun 22 19:48:44.319 INFO O| Jun 22 19:48:44.319 INFO STEP 367 (remove_files) COMPLETE
60302026-06-22T19:48:44.921Z[ recovery-image] Jun 22 19:48:44.319 INFO O| Jun 22 19:48:44.319 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-06-22T19:48:44.930Z[ recovery-image] Jun 22 19:48:44.327 INFO O| Jun 22 19:48:44.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
60322026-06-22T19:48:44.930Z[ recovery-image] Jun 22 19:48:44.327 INFO O| Jun 22 19:48:44.327 INFO STEP 368 (remove_files) COMPLETE
60332026-06-22T19:48:44.931Z[ recovery-image] Jun 22 19:48:44.327 INFO O| Jun 22 19:48:44.327 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-06-22T19:48:44.934Z[ recovery-image] Jun 22 19:48:44.334 INFO O| Jun 22 19:48:44.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
60352026-06-22T19:48:44.934Z[ recovery-image] Jun 22 19:48:44.334 INFO O| Jun 22 19:48:44.334 INFO STEP 369 (remove_files) COMPLETE
60362026-06-22T19:48:44.934Z[ recovery-image] Jun 22 19:48:44.334 INFO O| Jun 22 19:48:44.334 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-06-22T19:48:44.941Z[ recovery-image] Jun 22 19:48:44.342 INFO O| Jun 22 19:48:44.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
60382026-06-22T19:48:44.941Z[ recovery-image] Jun 22 19:48:44.342 INFO O| Jun 22 19:48:44.342 INFO STEP 370 (remove_files) COMPLETE
60392026-06-22T19:48:44.944Z[ recovery-image] Jun 22 19:48:44.342 INFO O| Jun 22 19:48:44.342 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-06-22T19:48:44.947Z[ recovery-image] Jun 22 19:48:44.348 INFO O| Jun 22 19:48:44.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
60412026-06-22T19:48:44.947Z[ recovery-image] Jun 22 19:48:44.348 INFO O| Jun 22 19:48:44.348 INFO STEP 371 (remove_files) COMPLETE
60422026-06-22T19:48:44.947Z[ recovery-image] Jun 22 19:48:44.348 INFO O| Jun 22 19:48:44.348 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-06-22T19:48:44.954Z[ recovery-image] Jun 22 19:48:44.355 INFO O| Jun 22 19:48:44.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
60442026-06-22T19:48:44.954Z[ recovery-image] Jun 22 19:48:44.355 INFO O| Jun 22 19:48:44.355 INFO STEP 372 (remove_files) COMPLETE
60452026-06-22T19:48:44.954Z[ recovery-image] Jun 22 19:48:44.355 INFO O| Jun 22 19:48:44.355 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-06-22T19:48:44.962Z[ recovery-image] Jun 22 19:48:44.362 INFO O| Jun 22 19:48:44.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
60472026-06-22T19:48:44.966Z[ recovery-image] Jun 22 19:48:44.366 INFO O| Jun 22 19:48:44.366 INFO STEP 373 (remove_files) COMPLETE
60482026-06-22T19:48:44.966Z[ recovery-image] Jun 22 19:48:44.366 INFO O| Jun 22 19:48:44.366 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-06-22T19:48:44.972Z[ recovery-image] Jun 22 19:48:44.374 INFO O| Jun 22 19:48:44.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
60502026-06-22T19:48:44.972Z[ recovery-image] Jun 22 19:48:44.374 INFO O| Jun 22 19:48:44.374 INFO STEP 374 (remove_files) COMPLETE
60512026-06-22T19:48:44.975Z[ recovery-image] Jun 22 19:48:44.374 INFO O| Jun 22 19:48:44.374 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-06-22T19:48:44.980Z[ recovery-image] Jun 22 19:48:44.382 INFO O| Jun 22 19:48:44.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
60532026-06-22T19:48:44.980Z[ recovery-image] Jun 22 19:48:44.382 INFO O| Jun 22 19:48:44.382 INFO STEP 375 (remove_files) COMPLETE
60542026-06-22T19:48:44.984Z[ recovery-image] Jun 22 19:48:44.382 INFO O| Jun 22 19:48:44.382 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-06-22T19:48:44.988Z[ recovery-image] Jun 22 19:48:44.390 INFO O| Jun 22 19:48:44.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
60562026-06-22T19:48:44.988Z[ recovery-image] Jun 22 19:48:44.390 INFO O| Jun 22 19:48:44.390 INFO STEP 376 (remove_files) COMPLETE
60572026-06-22T19:48:44.988Z[ recovery-image] Jun 22 19:48:44.390 INFO O| Jun 22 19:48:44.390 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-06-22T19:48:44.996Z[ recovery-image] Jun 22 19:48:44.398 INFO O| Jun 22 19:48:44.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
60592026-06-22T19:48:44.996Z[ recovery-image] Jun 22 19:48:44.398 INFO O| Jun 22 19:48:44.398 INFO STEP 377 (remove_files) COMPLETE
60602026-06-22T19:48:44.999Z[ recovery-image] Jun 22 19:48:44.398 INFO O| Jun 22 19:48:44.398 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-06-22T19:48:45.003Z[ recovery-image] Jun 22 19:48:44.405 INFO O| Jun 22 19:48:44.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
60622026-06-22T19:48:45.003Z[ recovery-image] Jun 22 19:48:44.405 INFO O| Jun 22 19:48:44.405 INFO STEP 378 (remove_files) COMPLETE
60632026-06-22T19:48:45.006Z[ recovery-image] Jun 22 19:48:44.405 INFO O| Jun 22 19:48:44.405 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-06-22T19:48:45.010Z[ recovery-image] Jun 22 19:48:44.412 INFO O| Jun 22 19:48:44.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60652026-06-22T19:48:45.010Z[ recovery-image] Jun 22 19:48:44.412 INFO O| Jun 22 19:48:44.412 INFO STEP 379 (remove_files) COMPLETE
60662026-06-22T19:48:45.010Z[ recovery-image] Jun 22 19:48:44.412 INFO O| Jun 22 19:48:44.412 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-06-22T19:48:45.021Z[ recovery-image] Jun 22 19:48:44.423 INFO O| Jun 22 19:48:44.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60682026-06-22T19:48:45.021Z[ recovery-image] Jun 22 19:48:44.423 INFO O| Jun 22 19:48:44.423 INFO STEP 380 (remove_files) COMPLETE
60692026-06-22T19:48:45.021Z[ recovery-image] Jun 22 19:48:44.423 INFO O| Jun 22 19:48:44.423 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-06-22T19:48:45.031Z[ recovery-image] Jun 22 19:48:44.433 INFO O| Jun 22 19:48:44.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60712026-06-22T19:48:45.031Z[ recovery-image] Jun 22 19:48:44.433 INFO O| Jun 22 19:48:44.433 INFO STEP 381 (remove_files) COMPLETE
60722026-06-22T19:48:45.031Z[ recovery-image] Jun 22 19:48:44.433 INFO O| Jun 22 19:48:44.433 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-06-22T19:48:45.039Z[ recovery-image] Jun 22 19:48:44.441 INFO O| Jun 22 19:48:44.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60742026-06-22T19:48:45.039Z[ recovery-image] Jun 22 19:48:44.441 INFO O| Jun 22 19:48:44.441 INFO STEP 382 (remove_files) COMPLETE
60752026-06-22T19:48:45.043Z[ recovery-image] Jun 22 19:48:44.441 INFO O| Jun 22 19:48:44.441 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-06-22T19:48:45.047Z[ recovery-image] Jun 22 19:48:44.449 INFO O| Jun 22 19:48:44.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60772026-06-22T19:48:45.047Z[ recovery-image] Jun 22 19:48:44.449 INFO O| Jun 22 19:48:44.449 INFO STEP 383 (remove_files) COMPLETE
60782026-06-22T19:48:45.050Z[ recovery-image] Jun 22 19:48:44.449 INFO O| Jun 22 19:48:44.449 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-06-22T19:48:45.053Z[ recovery-image] Jun 22 19:48:44.456 INFO O| Jun 22 19:48:44.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60802026-06-22T19:48:45.054Z[ recovery-image] Jun 22 19:48:44.456 INFO O| Jun 22 19:48:44.456 INFO STEP 384 (remove_files) COMPLETE
60812026-06-22T19:48:45.054Z[ recovery-image] Jun 22 19:48:44.456 INFO O| Jun 22 19:48:44.456 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-06-22T19:48:45.060Z[ recovery-image] Jun 22 19:48:44.462 INFO O| Jun 22 19:48:44.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60832026-06-22T19:48:45.060Z[ recovery-image] Jun 22 19:48:44.462 INFO O| Jun 22 19:48:44.462 INFO STEP 385 (remove_files) COMPLETE
60842026-06-22T19:48:45.060Z[ recovery-image] Jun 22 19:48:44.462 INFO O| Jun 22 19:48:44.462 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-06-22T19:48:45.067Z[ recovery-image] Jun 22 19:48:44.469 INFO O| Jun 22 19:48:44.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60862026-06-22T19:48:45.067Z[ recovery-image] Jun 22 19:48:44.469 INFO O| Jun 22 19:48:44.469 INFO STEP 386 (remove_files) COMPLETE
60872026-06-22T19:48:45.067Z[ recovery-image] Jun 22 19:48:44.469 INFO O| Jun 22 19:48:44.469 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-06-22T19:48:45.073Z[ recovery-image] Jun 22 19:48:44.475 INFO O| Jun 22 19:48:44.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60892026-06-22T19:48:45.073Z[ recovery-image] Jun 22 19:48:44.475 INFO O| Jun 22 19:48:44.475 INFO STEP 387 (remove_files) COMPLETE
60902026-06-22T19:48:45.077Z[ recovery-image] Jun 22 19:48:44.475 INFO O| Jun 22 19:48:44.475 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-06-22T19:48:45.080Z[ recovery-image] Jun 22 19:48:44.481 INFO O| Jun 22 19:48:44.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60922026-06-22T19:48:45.080Z[ recovery-image] Jun 22 19:48:44.481 INFO O| Jun 22 19:48:44.481 INFO STEP 388 (remove_files) COMPLETE
60932026-06-22T19:48:45.080Z[ recovery-image] Jun 22 19:48:44.481 INFO O| Jun 22 19:48:44.481 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-06-22T19:48:45.086Z[ recovery-image] Jun 22 19:48:44.488 INFO O| Jun 22 19:48:44.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60952026-06-22T19:48:45.086Z[ recovery-image] Jun 22 19:48:44.488 INFO O| Jun 22 19:48:44.488 INFO STEP 389 (remove_files) COMPLETE
60962026-06-22T19:48:45.089Z[ recovery-image] Jun 22 19:48:44.488 INFO O| Jun 22 19:48:44.488 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-06-22T19:48:45.096Z[ recovery-image] Jun 22 19:48:44.496 INFO O| Jun 22 19:48:44.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60982026-06-22T19:48:45.096Z[ recovery-image] Jun 22 19:48:44.497 INFO O| Jun 22 19:48:44.496 INFO STEP 390 (remove_files) COMPLETE
60992026-06-22T19:48:45.099Z[ recovery-image] Jun 22 19:48:44.497 INFO O| Jun 22 19:48:44.497 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-06-22T19:48:45.103Z[ recovery-image] Jun 22 19:48:44.504 INFO O| Jun 22 19:48:44.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
61012026-06-22T19:48:45.103Z[ recovery-image] Jun 22 19:48:44.504 INFO O| Jun 22 19:48:44.504 INFO STEP 391 (remove_files) COMPLETE
61022026-06-22T19:48:45.103Z[ recovery-image] Jun 22 19:48:44.504 INFO O| Jun 22 19:48:44.504 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-06-22T19:48:45.122Z[ recovery-image] Jun 22 19:48:44.513 INFO O| Jun 22 19:48:44.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
61042026-06-22T19:48:45.122Z[ recovery-image] Jun 22 19:48:44.513 INFO O| Jun 22 19:48:44.513 INFO STEP 392 (remove_files) COMPLETE
61052026-06-22T19:48:45.126Z[ recovery-image] Jun 22 19:48:44.513 INFO O| Jun 22 19:48:44.513 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-06-22T19:48:45.126Z[ recovery-image] Jun 22 19:48:44.519 INFO O| Jun 22 19:48:44.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
61072026-06-22T19:48:45.126Z[ recovery-image] Jun 22 19:48:44.519 INFO O| Jun 22 19:48:44.519 INFO STEP 393 (remove_files) COMPLETE
61082026-06-22T19:48:45.126Z[ recovery-image] Jun 22 19:48:44.519 INFO O| Jun 22 19:48:44.519 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-06-22T19:48:45.127Z[ recovery-image] Jun 22 19:48:44.525 INFO O| Jun 22 19:48:44.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
61102026-06-22T19:48:45.127Z[ recovery-image] Jun 22 19:48:44.525 INFO O| Jun 22 19:48:44.525 INFO STEP 394 (remove_files) COMPLETE
61112026-06-22T19:48:45.127Z[ recovery-image] Jun 22 19:48:44.525 INFO O| Jun 22 19:48:44.525 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-06-22T19:48:45.131Z[ recovery-image] Jun 22 19:48:44.531 INFO O| Jun 22 19:48:44.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
61132026-06-22T19:48:45.131Z[ recovery-image] Jun 22 19:48:44.531 INFO O| Jun 22 19:48:44.531 INFO STEP 395 (remove_files) COMPLETE
61142026-06-22T19:48:45.131Z[ recovery-image] Jun 22 19:48:44.531 INFO O| Jun 22 19:48:44.531 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-06-22T19:48:45.136Z[ recovery-image] Jun 22 19:48:44.537 INFO O| Jun 22 19:48:44.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
61162026-06-22T19:48:45.137Z[ recovery-image] Jun 22 19:48:44.537 INFO O| Jun 22 19:48:44.537 INFO STEP 396 (remove_files) COMPLETE
61172026-06-22T19:48:45.140Z[ recovery-image] Jun 22 19:48:44.537 INFO O| Jun 22 19:48:44.537 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-06-22T19:48:45.144Z[ recovery-image] Jun 22 19:48:44.543 INFO O| Jun 22 19:48:44.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
61192026-06-22T19:48:45.144Z[ recovery-image] Jun 22 19:48:44.543 INFO O| Jun 22 19:48:44.543 INFO STEP 397 (remove_files) COMPLETE
61202026-06-22T19:48:45.145Z[ recovery-image] Jun 22 19:48:44.543 INFO O| Jun 22 19:48:44.543 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-06-22T19:48:45.148Z[ recovery-image] Jun 22 19:48:44.549 INFO O| Jun 22 19:48:44.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
61222026-06-22T19:48:45.148Z[ recovery-image] Jun 22 19:48:44.549 INFO O| Jun 22 19:48:44.549 INFO STEP 398 (remove_files) COMPLETE
61232026-06-22T19:48:45.148Z[ recovery-image] Jun 22 19:48:44.549 INFO O| Jun 22 19:48:44.549 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-06-22T19:48:45.155Z[ recovery-image] Jun 22 19:48:44.556 INFO O| Jun 22 19:48:44.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
61252026-06-22T19:48:45.155Z[ recovery-image] Jun 22 19:48:44.556 INFO O| Jun 22 19:48:44.556 INFO STEP 399 (remove_files) COMPLETE
61262026-06-22T19:48:45.160Z[ recovery-image] Jun 22 19:48:44.556 INFO O| Jun 22 19:48:44.556 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-06-22T19:48:45.163Z[ recovery-image] Jun 22 19:48:44.563 INFO O| Jun 22 19:48:44.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
61282026-06-22T19:48:45.163Z[ recovery-image] Jun 22 19:48:44.563 INFO O| Jun 22 19:48:44.563 INFO STEP 400 (remove_files) COMPLETE
61292026-06-22T19:48:45.164Z[ recovery-image] Jun 22 19:48:44.563 INFO O| Jun 22 19:48:44.563 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-06-22T19:48:45.169Z[ recovery-image] Jun 22 19:48:44.571 INFO O| Jun 22 19:48:44.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
61312026-06-22T19:48:45.169Z[ recovery-image] Jun 22 19:48:44.571 INFO O| Jun 22 19:48:44.571 INFO STEP 401 (remove_files) COMPLETE
61322026-06-22T19:48:45.169Z[ recovery-image] Jun 22 19:48:44.571 INFO O| Jun 22 19:48:44.571 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-06-22T19:48:45.177Z[ recovery-image] Jun 22 19:48:44.578 INFO O| Jun 22 19:48:44.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
61342026-06-22T19:48:45.177Z[ recovery-image] Jun 22 19:48:44.578 INFO O| Jun 22 19:48:44.578 INFO STEP 402 (remove_files) COMPLETE
61352026-06-22T19:48:45.177Z[ recovery-image] Jun 22 19:48:44.578 INFO O| Jun 22 19:48:44.578 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-06-22T19:48:45.186Z[ recovery-image] Jun 22 19:48:44.586 INFO O| Jun 22 19:48:44.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
61372026-06-22T19:48:45.186Z[ recovery-image] Jun 22 19:48:44.586 INFO O| Jun 22 19:48:44.586 INFO STEP 403 (remove_files) COMPLETE
61382026-06-22T19:48:45.190Z[ recovery-image] Jun 22 19:48:44.586 INFO O| Jun 22 19:48:44.586 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-06-22T19:48:45.193Z[ recovery-image] Jun 22 19:48:44.594 INFO O| Jun 22 19:48:44.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
61402026-06-22T19:48:45.193Z[ recovery-image] Jun 22 19:48:44.594 INFO O| Jun 22 19:48:44.594 INFO STEP 404 (remove_files) COMPLETE
61412026-06-22T19:48:45.193Z[ recovery-image] Jun 22 19:48:44.594 INFO O| Jun 22 19:48:44.594 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-06-22T19:48:45.200Z[ recovery-image] Jun 22 19:48:44.602 INFO O| Jun 22 19:48:44.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
61432026-06-22T19:48:45.200Z[ recovery-image] Jun 22 19:48:44.602 INFO O| Jun 22 19:48:44.602 INFO STEP 405 (remove_files) COMPLETE
61442026-06-22T19:48:45.205Z[ recovery-image] Jun 22 19:48:44.602 INFO O| Jun 22 19:48:44.602 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-06-22T19:48:45.208Z[ recovery-image] Jun 22 19:48:44.610 INFO O| Jun 22 19:48:44.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
61462026-06-22T19:48:45.208Z[ recovery-image] Jun 22 19:48:44.610 INFO O| Jun 22 19:48:44.610 INFO STEP 406 (remove_files) COMPLETE
61472026-06-22T19:48:45.213Z[ recovery-image] Jun 22 19:48:44.610 INFO O| Jun 22 19:48:44.610 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-06-22T19:48:45.217Z[ recovery-image] Jun 22 19:48:44.618 INFO O| Jun 22 19:48:44.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
61492026-06-22T19:48:45.217Z[ recovery-image] Jun 22 19:48:44.618 INFO O| Jun 22 19:48:44.618 INFO STEP 407 (remove_files) COMPLETE
61502026-06-22T19:48:45.217Z[ recovery-image] Jun 22 19:48:44.618 INFO O| Jun 22 19:48:44.618 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-06-22T19:48:45.227Z[ recovery-image] Jun 22 19:48:44.629 INFO O| Jun 22 19:48:44.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
61522026-06-22T19:48:45.227Z[ recovery-image] Jun 22 19:48:44.629 INFO O| Jun 22 19:48:44.629 INFO STEP 408 (remove_files) COMPLETE
61532026-06-22T19:48:45.233Z[ recovery-image] Jun 22 19:48:44.629 INFO O| Jun 22 19:48:44.629 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-06-22T19:48:45.243Z[ recovery-image] Jun 22 19:48:44.637 INFO O| Jun 22 19:48:44.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
61552026-06-22T19:48:45.243Z[ recovery-image] Jun 22 19:48:44.637 INFO O| Jun 22 19:48:44.637 INFO STEP 409 (remove_files) COMPLETE
61562026-06-22T19:48:45.243Z[ recovery-image] Jun 22 19:48:44.637 INFO O| Jun 22 19:48:44.637 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-06-22T19:48:45.249Z[ recovery-image] Jun 22 19:48:44.643 INFO O| Jun 22 19:48:44.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
61582026-06-22T19:48:45.249Z[ recovery-image] Jun 22 19:48:44.644 INFO O| Jun 22 19:48:44.644 INFO STEP 410 (remove_files) COMPLETE
61592026-06-22T19:48:45.249Z[ recovery-image] Jun 22 19:48:44.644 INFO O| Jun 22 19:48:44.644 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-06-22T19:48:45.253Z[ recovery-image] Jun 22 19:48:44.651 INFO O| Jun 22 19:48:44.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61612026-06-22T19:48:45.253Z[ recovery-image] Jun 22 19:48:44.651 INFO O| Jun 22 19:48:44.651 INFO STEP 411 (remove_files) COMPLETE
61622026-06-22T19:48:45.253Z[ recovery-image] Jun 22 19:48:44.651 INFO O| Jun 22 19:48:44.651 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-06-22T19:48:45.256Z[ recovery-image] Jun 22 19:48:44.658 INFO O| Jun 22 19:48:44.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61642026-06-22T19:48:45.256Z[ recovery-image] Jun 22 19:48:44.658 INFO O| Jun 22 19:48:44.658 INFO STEP 412 (remove_files) COMPLETE
61652026-06-22T19:48:45.256Z[ recovery-image] Jun 22 19:48:44.658 INFO O| Jun 22 19:48:44.658 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-06-22T19:48:45.264Z[ recovery-image] Jun 22 19:48:44.666 INFO O| Jun 22 19:48:44.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61672026-06-22T19:48:45.264Z[ recovery-image] Jun 22 19:48:44.666 INFO O| Jun 22 19:48:44.666 INFO STEP 413 (remove_files) COMPLETE
61682026-06-22T19:48:45.264Z[ recovery-image] Jun 22 19:48:44.666 INFO O| Jun 22 19:48:44.666 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-06-22T19:48:45.271Z[ recovery-image] Jun 22 19:48:44.673 INFO O| Jun 22 19:48:44.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61702026-06-22T19:48:45.271Z[ recovery-image] Jun 22 19:48:44.673 INFO O| Jun 22 19:48:44.673 INFO STEP 414 (remove_files) COMPLETE
61712026-06-22T19:48:45.275Z[ recovery-image] Jun 22 19:48:44.673 INFO O| Jun 22 19:48:44.673 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-06-22T19:48:45.278Z[ recovery-image] Jun 22 19:48:44.680 INFO O| Jun 22 19:48:44.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61732026-06-22T19:48:45.278Z[ recovery-image] Jun 22 19:48:44.680 INFO O| Jun 22 19:48:44.680 INFO STEP 415 (remove_files) COMPLETE
61742026-06-22T19:48:45.278Z[ recovery-image] Jun 22 19:48:44.680 INFO O| Jun 22 19:48:44.680 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-06-22T19:48:45.285Z[ recovery-image] Jun 22 19:48:44.687 INFO O| Jun 22 19:48:44.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61762026-06-22T19:48:45.285Z[ recovery-image] Jun 22 19:48:44.687 INFO O| Jun 22 19:48:44.687 INFO STEP 416 (remove_files) COMPLETE
61772026-06-22T19:48:45.285Z[ recovery-image] Jun 22 19:48:44.687 INFO O| Jun 22 19:48:44.687 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-06-22T19:48:45.294Z[ recovery-image] Jun 22 19:48:44.696 INFO O| Jun 22 19:48:44.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61792026-06-22T19:48:45.294Z[ recovery-image] Jun 22 19:48:44.696 INFO O| Jun 22 19:48:44.696 INFO STEP 417 (remove_files) COMPLETE
61802026-06-22T19:48:45.297Z[ recovery-image] Jun 22 19:48:44.696 INFO O| Jun 22 19:48:44.696 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-06-22T19:48:45.302Z[ recovery-image] Jun 22 19:48:44.704 INFO O| Jun 22 19:48:44.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61822026-06-22T19:48:45.305Z[ recovery-image] Jun 22 19:48:44.705 INFO O| Jun 22 19:48:44.705 INFO STEP 418 (remove_files) COMPLETE
61832026-06-22T19:48:45.305Z[ recovery-image] Jun 22 19:48:44.705 INFO O| Jun 22 19:48:44.705 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-06-22T19:48:45.311Z[ recovery-image] Jun 22 19:48:44.712 INFO O| Jun 22 19:48:44.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61852026-06-22T19:48:45.311Z[ recovery-image] Jun 22 19:48:44.712 INFO O| Jun 22 19:48:44.712 INFO STEP 419 (remove_files) COMPLETE
61862026-06-22T19:48:45.314Z[ recovery-image] Jun 22 19:48:44.712 INFO O| Jun 22 19:48:44.712 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-06-22T19:48:45.319Z[ recovery-image] Jun 22 19:48:44.721 INFO O| Jun 22 19:48:44.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61882026-06-22T19:48:45.319Z[ recovery-image] Jun 22 19:48:44.721 INFO O| Jun 22 19:48:44.721 INFO STEP 420 (remove_files) COMPLETE
61892026-06-22T19:48:45.322Z[ recovery-image] Jun 22 19:48:44.721 INFO O| Jun 22 19:48:44.721 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-06-22T19:48:45.327Z[ recovery-image] Jun 22 19:48:44.729 INFO O| Jun 22 19:48:44.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61912026-06-22T19:48:45.327Z[ recovery-image] Jun 22 19:48:44.729 INFO O| Jun 22 19:48:44.729 INFO STEP 421 (remove_files) COMPLETE
61922026-06-22T19:48:45.327Z[ recovery-image] Jun 22 19:48:44.729 INFO O| Jun 22 19:48:44.729 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-06-22T19:48:45.335Z[ recovery-image] Jun 22 19:48:44.736 INFO O| Jun 22 19:48:44.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61942026-06-22T19:48:45.335Z[ recovery-image] Jun 22 19:48:44.736 INFO O| Jun 22 19:48:44.736 INFO STEP 422 (remove_files) COMPLETE
61952026-06-22T19:48:45.339Z[ recovery-image] Jun 22 19:48:44.737 INFO O| Jun 22 19:48:44.736 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-06-22T19:48:45.343Z[ recovery-image] Jun 22 19:48:44.744 INFO O| Jun 22 19:48:44.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61972026-06-22T19:48:45.343Z[ recovery-image] Jun 22 19:48:44.744 INFO O| Jun 22 19:48:44.744 INFO STEP 423 (remove_files) COMPLETE
61982026-06-22T19:48:45.343Z[ recovery-image] Jun 22 19:48:44.744 INFO O| Jun 22 19:48:44.744 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-06-22T19:48:45.349Z[ recovery-image] Jun 22 19:48:44.751 INFO O| Jun 22 19:48:44.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
62002026-06-22T19:48:45.349Z[ recovery-image] Jun 22 19:48:44.751 INFO O| Jun 22 19:48:44.751 INFO STEP 424 (remove_files) COMPLETE
62012026-06-22T19:48:45.352Z[ recovery-image] Jun 22 19:48:44.751 INFO O| Jun 22 19:48:44.751 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-06-22T19:48:45.357Z[ recovery-image] Jun 22 19:48:44.758 INFO O| Jun 22 19:48:44.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
62032026-06-22T19:48:45.358Z[ recovery-image] Jun 22 19:48:44.758 INFO O| Jun 22 19:48:44.758 INFO STEP 425 (remove_files) COMPLETE
62042026-06-22T19:48:45.358Z[ recovery-image] Jun 22 19:48:44.758 INFO O| Jun 22 19:48:44.758 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-06-22T19:48:45.416Z[ recovery-image] Jun 22 19:48:44.779 INFO O| Jun 22 19:48:44.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
62062026-06-22T19:48:45.416Z[ recovery-image] Jun 22 19:48:44.779 INFO O| Jun 22 19:48:44.779 INFO STEP 426 (remove_files) COMPLETE
62072026-06-22T19:48:45.416Z[ recovery-image] Jun 22 19:48:44.779 INFO O| Jun 22 19:48:44.779 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-06-22T19:48:45.431Z[ recovery-image] Jun 22 19:48:44.787 INFO O| Jun 22 19:48:44.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
62092026-06-22T19:48:45.431Z[ recovery-image] Jun 22 19:48:44.787 INFO O| Jun 22 19:48:44.787 INFO STEP 427 (remove_files) COMPLETE
62102026-06-22T19:48:45.431Z[ recovery-image] Jun 22 19:48:44.787 INFO O| Jun 22 19:48:44.787 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-06-22T19:48:45.431Z[ recovery-image] Jun 22 19:48:44.796 INFO O| Jun 22 19:48:44.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
62122026-06-22T19:48:45.431Z[ recovery-image] Jun 22 19:48:44.796 INFO O| Jun 22 19:48:44.796 INFO STEP 428 (remove_files) COMPLETE
62132026-06-22T19:48:45.431Z[ recovery-image] Jun 22 19:48:44.796 INFO O| Jun 22 19:48:44.796 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-06-22T19:48:45.431Z[ recovery-image] Jun 22 19:48:44.805 INFO O| Jun 22 19:48:44.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
62152026-06-22T19:48:45.432Z[ recovery-image] Jun 22 19:48:44.805 INFO O| Jun 22 19:48:44.805 INFO STEP 429 (remove_files) COMPLETE
62162026-06-22T19:48:45.432Z[ recovery-image] Jun 22 19:48:44.805 INFO O| Jun 22 19:48:44.805 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-06-22T19:48:45.432Z[ recovery-image] Jun 22 19:48:44.815 INFO O| Jun 22 19:48:44.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
62182026-06-22T19:48:45.432Z[ recovery-image] Jun 22 19:48:44.815 INFO O| Jun 22 19:48:44.815 INFO STEP 430 (remove_files) COMPLETE
62192026-06-22T19:48:45.432Z[ recovery-image] Jun 22 19:48:44.815 INFO O| Jun 22 19:48:44.815 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-06-22T19:48:45.438Z[ recovery-image] Jun 22 19:48:44.836 INFO O| Jun 22 19:48:44.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
62212026-06-22T19:48:45.448Z[ recovery-image] Jun 22 19:48:44.850 INFO O| Jun 22 19:48:44.849 INFO STEP 431 (remove_files) COMPLETE
62222026-06-22T19:48:45.448Z[ recovery-image] Jun 22 19:48:44.850 INFO O| Jun 22 19:48:44.850 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-06-22T19:48:45.456Z[ recovery-image] Jun 22 19:48:44.858 INFO O| Jun 22 19:48:44.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
62242026-06-22T19:48:45.456Z[ recovery-image] Jun 22 19:48:44.858 INFO O| Jun 22 19:48:44.858 INFO STEP 432 (remove_files) COMPLETE
62252026-06-22T19:48:45.457Z[ recovery-image] Jun 22 19:48:44.858 INFO O| Jun 22 19:48:44.858 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-06-22T19:48:45.462Z[ recovery-image] Jun 22 19:48:44.864 INFO O| Jun 22 19:48:44.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
62272026-06-22T19:48:45.462Z[ recovery-image] Jun 22 19:48:44.864 INFO O| Jun 22 19:48:44.864 INFO STEP 433 (remove_files) COMPLETE
62282026-06-22T19:48:45.466Z[ recovery-image] Jun 22 19:48:44.864 INFO O| Jun 22 19:48:44.864 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-06-22T19:48:45.469Z[ recovery-image] Jun 22 19:48:44.870 INFO O| Jun 22 19:48:44.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
62302026-06-22T19:48:45.469Z[ recovery-image] Jun 22 19:48:44.870 INFO O| Jun 22 19:48:44.870 INFO STEP 434 (remove_files) COMPLETE
62312026-06-22T19:48:45.469Z[ recovery-image] Jun 22 19:48:44.870 INFO O| Jun 22 19:48:44.870 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-06-22T19:48:45.475Z[ recovery-image] Jun 22 19:48:44.876 INFO O| Jun 22 19:48:44.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
62332026-06-22T19:48:45.475Z[ recovery-image] Jun 22 19:48:44.876 INFO O| Jun 22 19:48:44.876 INFO STEP 435 (remove_files) COMPLETE
62342026-06-22T19:48:45.479Z[ recovery-image] Jun 22 19:48:44.876 INFO O| Jun 22 19:48:44.876 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-06-22T19:48:45.482Z[ recovery-image] Jun 22 19:48:44.882 INFO O| Jun 22 19:48:44.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
62362026-06-22T19:48:45.482Z[ recovery-image] Jun 22 19:48:44.882 INFO O| Jun 22 19:48:44.882 INFO STEP 436 (remove_files) COMPLETE
62372026-06-22T19:48:45.482Z[ recovery-image] Jun 22 19:48:44.882 INFO O| Jun 22 19:48:44.882 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-06-22T19:48:45.486Z[ recovery-image] Jun 22 19:48:44.889 INFO O| Jun 22 19:48:44.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
62392026-06-22T19:48:45.487Z[ recovery-image] Jun 22 19:48:44.889 INFO O| Jun 22 19:48:44.889 INFO STEP 437 (remove_files) COMPLETE
62402026-06-22T19:48:45.490Z[ recovery-image] Jun 22 19:48:44.889 INFO O| Jun 22 19:48:44.889 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-06-22T19:48:45.498Z[ recovery-image] Jun 22 19:48:44.895 INFO O| Jun 22 19:48:44.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
62422026-06-22T19:48:45.498Z[ recovery-image] Jun 22 19:48:44.895 INFO O| Jun 22 19:48:44.895 INFO STEP 438 (remove_files) COMPLETE
62432026-06-22T19:48:45.498Z[ recovery-image] Jun 22 19:48:44.895 INFO O| Jun 22 19:48:44.895 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-06-22T19:48:45.506Z[ recovery-image] Jun 22 19:48:44.901 INFO O| Jun 22 19:48:44.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
62452026-06-22T19:48:45.506Z[ recovery-image] Jun 22 19:48:44.902 INFO O| Jun 22 19:48:44.902 INFO STEP 439 (remove_files) COMPLETE
62462026-06-22T19:48:45.506Z[ recovery-image] Jun 22 19:48:44.902 INFO O| Jun 22 19:48:44.902 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-06-22T19:48:45.512Z[ recovery-image] Jun 22 19:48:44.908 INFO O| Jun 22 19:48:44.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
62482026-06-22T19:48:45.512Z[ recovery-image] Jun 22 19:48:44.908 INFO O| Jun 22 19:48:44.908 INFO STEP 440 (remove_files) COMPLETE
62492026-06-22T19:48:45.513Z[ recovery-image] Jun 22 19:48:44.908 INFO O| Jun 22 19:48:44.908 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-06-22T19:48:45.516Z[ recovery-image] Jun 22 19:48:44.916 INFO O| Jun 22 19:48:44.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
62512026-06-22T19:48:45.516Z[ recovery-image] Jun 22 19:48:44.916 INFO O| Jun 22 19:48:44.916 INFO STEP 441 (remove_files) COMPLETE
62522026-06-22T19:48:45.516Z[ recovery-image] Jun 22 19:48:44.916 INFO O| Jun 22 19:48:44.916 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-06-22T19:48:45.528Z[ recovery-image] Jun 22 19:48:44.930 INFO O| Jun 22 19:48:44.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
62542026-06-22T19:48:45.528Z[ recovery-image] Jun 22 19:48:44.930 INFO O| Jun 22 19:48:44.930 INFO STEP 442 (remove_files) COMPLETE
62552026-06-22T19:48:45.528Z[ recovery-image] Jun 22 19:48:44.930 INFO O| Jun 22 19:48:44.930 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-06-22T19:48:45.534Z[ recovery-image] Jun 22 19:48:44.936 INFO O| Jun 22 19:48:44.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
62572026-06-22T19:48:45.534Z[ recovery-image] Jun 22 19:48:44.936 INFO O| Jun 22 19:48:44.936 INFO STEP 443 (remove_files) COMPLETE
62582026-06-22T19:48:45.534Z[ recovery-image] Jun 22 19:48:44.936 INFO O| Jun 22 19:48:44.936 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-06-22T19:48:45.540Z[ recovery-image] Jun 22 19:48:44.941 INFO O| Jun 22 19:48:44.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62602026-06-22T19:48:45.541Z[ recovery-image] Jun 22 19:48:44.941 INFO O| Jun 22 19:48:44.941 INFO STEP 444 (remove_files) COMPLETE
62612026-06-22T19:48:45.543Z[ recovery-image] Jun 22 19:48:44.941 INFO O| Jun 22 19:48:44.941 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-06-22T19:48:45.548Z[ recovery-image] Jun 22 19:48:44.950 INFO O| Jun 22 19:48:44.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62632026-06-22T19:48:45.548Z[ recovery-image] Jun 22 19:48:44.950 INFO O| Jun 22 19:48:44.950 INFO STEP 445 (remove_files) COMPLETE
62642026-06-22T19:48:45.553Z[ recovery-image] Jun 22 19:48:44.950 INFO O| Jun 22 19:48:44.950 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-06-22T19:48:45.558Z[ recovery-image] Jun 22 19:48:44.960 INFO O| Jun 22 19:48:44.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62662026-06-22T19:48:45.558Z[ recovery-image] Jun 22 19:48:44.960 INFO O| Jun 22 19:48:44.960 INFO STEP 446 (remove_files) COMPLETE
62672026-06-22T19:48:45.561Z[ recovery-image] Jun 22 19:48:44.960 INFO O| Jun 22 19:48:44.960 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-06-22T19:48:45.565Z[ recovery-image] Jun 22 19:48:44.968 INFO O| Jun 22 19:48:44.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62692026-06-22T19:48:45.566Z[ recovery-image] Jun 22 19:48:44.968 INFO O| Jun 22 19:48:44.968 INFO STEP 447 (remove_files) COMPLETE
62702026-06-22T19:48:45.569Z[ recovery-image] Jun 22 19:48:44.968 INFO O| Jun 22 19:48:44.968 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-06-22T19:48:45.572Z[ recovery-image] Jun 22 19:48:44.974 INFO O| Jun 22 19:48:44.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62722026-06-22T19:48:45.572Z[ recovery-image] Jun 22 19:48:44.974 INFO O| Jun 22 19:48:44.974 INFO STEP 448 (remove_files) COMPLETE
62732026-06-22T19:48:45.577Z[ recovery-image] Jun 22 19:48:44.974 INFO O| Jun 22 19:48:44.974 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-06-22T19:48:45.580Z[ recovery-image] Jun 22 19:48:44.982 INFO O| Jun 22 19:48:44.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62752026-06-22T19:48:45.580Z[ recovery-image] Jun 22 19:48:44.982 INFO O| Jun 22 19:48:44.982 INFO STEP 449 (remove_files) COMPLETE
62762026-06-22T19:48:45.580Z[ recovery-image] Jun 22 19:48:44.982 INFO O| Jun 22 19:48:44.982 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-06-22T19:48:45.587Z[ recovery-image] Jun 22 19:48:44.989 INFO O| Jun 22 19:48:44.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62782026-06-22T19:48:45.588Z[ recovery-image] Jun 22 19:48:44.989 INFO O| Jun 22 19:48:44.989 INFO STEP 450 (remove_files) COMPLETE
62792026-06-22T19:48:45.591Z[ recovery-image] Jun 22 19:48:44.989 INFO O| Jun 22 19:48:44.989 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-06-22T19:48:45.594Z[ recovery-image] Jun 22 19:48:44.995 INFO O| Jun 22 19:48:44.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62812026-06-22T19:48:45.594Z[ recovery-image] Jun 22 19:48:44.995 INFO O| Jun 22 19:48:44.995 INFO STEP 451 (remove_files) COMPLETE
62822026-06-22T19:48:45.594Z[ recovery-image] Jun 22 19:48:44.995 INFO O| Jun 22 19:48:44.995 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-06-22T19:48:45.599Z[ recovery-image] Jun 22 19:48:45.001 INFO O| Jun 22 19:48:45.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62842026-06-22T19:48:45.599Z[ recovery-image] Jun 22 19:48:45.002 INFO O| Jun 22 19:48:45.002 INFO STEP 452 (remove_files) COMPLETE
62852026-06-22T19:48:45.599Z[ recovery-image] Jun 22 19:48:45.002 INFO O| Jun 22 19:48:45.002 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-06-22T19:48:45.608Z[ recovery-image] Jun 22 19:48:45.010 INFO O| Jun 22 19:48:45.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62872026-06-22T19:48:45.612Z[ recovery-image] Jun 22 19:48:45.010 INFO O| Jun 22 19:48:45.010 INFO STEP 453 (remove_files) COMPLETE
62882026-06-22T19:48:45.612Z[ recovery-image] Jun 22 19:48:45.010 INFO O| Jun 22 19:48:45.010 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-06-22T19:48:45.616Z[ recovery-image] Jun 22 19:48:45.018 INFO O| Jun 22 19:48:45.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62902026-06-22T19:48:45.616Z[ recovery-image] Jun 22 19:48:45.018 INFO O| Jun 22 19:48:45.018 INFO STEP 454 (remove_files) COMPLETE
62912026-06-22T19:48:45.620Z[ recovery-image] Jun 22 19:48:45.018 INFO O| Jun 22 19:48:45.018 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-06-22T19:48:45.624Z[ recovery-image] Jun 22 19:48:45.026 INFO O| Jun 22 19:48:45.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62932026-06-22T19:48:45.624Z[ recovery-image] Jun 22 19:48:45.026 INFO O| Jun 22 19:48:45.026 INFO STEP 455 (remove_files) COMPLETE
62942026-06-22T19:48:45.624Z[ recovery-image] Jun 22 19:48:45.026 INFO O| Jun 22 19:48:45.026 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-06-22T19:48:45.633Z[ recovery-image] Jun 22 19:48:45.034 INFO O| Jun 22 19:48:45.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62962026-06-22T19:48:45.633Z[ recovery-image] Jun 22 19:48:45.034 INFO O| Jun 22 19:48:45.034 INFO STEP 456 (remove_files) COMPLETE
62972026-06-22T19:48:45.633Z[ recovery-image] Jun 22 19:48:45.034 INFO O| Jun 22 19:48:45.034 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-06-22T19:48:45.641Z[ recovery-image] Jun 22 19:48:45.043 INFO O| Jun 22 19:48:45.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62992026-06-22T19:48:45.645Z[ recovery-image] Jun 22 19:48:45.043 INFO O| Jun 22 19:48:45.043 INFO STEP 457 (remove_files) COMPLETE
63002026-06-22T19:48:45.645Z[ recovery-image] Jun 22 19:48:45.043 INFO O| Jun 22 19:48:45.043 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-06-22T19:48:45.648Z[ recovery-image] Jun 22 19:48:45.049 INFO O| Jun 22 19:48:45.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
63022026-06-22T19:48:45.648Z[ recovery-image] Jun 22 19:48:45.049 INFO O| Jun 22 19:48:45.049 INFO STEP 458 (remove_files) COMPLETE
63032026-06-22T19:48:45.648Z[ recovery-image] Jun 22 19:48:45.049 INFO O| Jun 22 19:48:45.049 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-06-22T19:48:45.653Z[ recovery-image] Jun 22 19:48:45.055 INFO O| Jun 22 19:48:45.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
63052026-06-22T19:48:45.656Z[ recovery-image] Jun 22 19:48:45.055 INFO O| Jun 22 19:48:45.055 INFO STEP 459 (remove_files) COMPLETE
63062026-06-22T19:48:45.656Z[ recovery-image] Jun 22 19:48:45.055 INFO O| Jun 22 19:48:45.055 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-06-22T19:48:45.659Z[ recovery-image] Jun 22 19:48:45.061 INFO O| Jun 22 19:48:45.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
63082026-06-22T19:48:45.659Z[ recovery-image] Jun 22 19:48:45.061 INFO O| Jun 22 19:48:45.061 INFO STEP 460 (remove_files) COMPLETE
63092026-06-22T19:48:45.660Z[ recovery-image] Jun 22 19:48:45.061 INFO O| Jun 22 19:48:45.061 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-06-22T19:48:45.665Z[ recovery-image] Jun 22 19:48:45.067 INFO O| Jun 22 19:48:45.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
63112026-06-22T19:48:45.665Z[ recovery-image] Jun 22 19:48:45.067 INFO O| Jun 22 19:48:45.067 INFO STEP 461 (remove_files) COMPLETE
63122026-06-22T19:48:45.668Z[ recovery-image] Jun 22 19:48:45.067 INFO O| Jun 22 19:48:45.067 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-06-22T19:48:45.672Z[ recovery-image] Jun 22 19:48:45.073 INFO O| Jun 22 19:48:45.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
63142026-06-22T19:48:45.672Z[ recovery-image] Jun 22 19:48:45.073 INFO O| Jun 22 19:48:45.073 INFO STEP 462 (remove_files) COMPLETE
63152026-06-22T19:48:45.672Z[ recovery-image] Jun 22 19:48:45.073 INFO O| Jun 22 19:48:45.073 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-06-22T19:48:45.678Z[ recovery-image] Jun 22 19:48:45.078 INFO O| Jun 22 19:48:45.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
63172026-06-22T19:48:45.678Z[ recovery-image] Jun 22 19:48:45.078 INFO O| Jun 22 19:48:45.078 INFO STEP 463 (remove_files) COMPLETE
63182026-06-22T19:48:45.681Z[ recovery-image] Jun 22 19:48:45.078 INFO O| Jun 22 19:48:45.078 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-06-22T19:48:45.685Z[ recovery-image] Jun 22 19:48:45.084 INFO O| Jun 22 19:48:45.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
63202026-06-22T19:48:45.695Z[ recovery-image] Jun 22 19:48:45.097 INFO O| Jun 22 19:48:45.097 INFO STEP 464 (remove_files) COMPLETE
63212026-06-22T19:48:45.695Z[ recovery-image] Jun 22 19:48:45.097 INFO O| Jun 22 19:48:45.097 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-06-22T19:48:45.703Z[ recovery-image] Jun 22 19:48:45.105 INFO O| Jun 22 19:48:45.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
63232026-06-22T19:48:45.704Z[ recovery-image] Jun 22 19:48:45.105 INFO O| Jun 22 19:48:45.105 INFO STEP 465 (remove_files) COMPLETE
63242026-06-22T19:48:45.704Z[ recovery-image] Jun 22 19:48:45.105 INFO O| Jun 22 19:48:45.105 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-06-22T19:48:45.712Z[ recovery-image] Jun 22 19:48:45.114 INFO O| Jun 22 19:48:45.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
63262026-06-22T19:48:45.712Z[ recovery-image] Jun 22 19:48:45.114 INFO O| Jun 22 19:48:45.114 INFO STEP 466 (remove_files) COMPLETE
63272026-06-22T19:48:45.715Z[ recovery-image] Jun 22 19:48:45.114 INFO O| Jun 22 19:48:45.114 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-06-22T19:48:45.723Z[ recovery-image] Jun 22 19:48:45.121 INFO O| Jun 22 19:48:45.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
63292026-06-22T19:48:45.723Z[ recovery-image] Jun 22 19:48:45.121 INFO O| Jun 22 19:48:45.121 INFO STEP 467 (remove_files) COMPLETE
63302026-06-22T19:48:45.723Z[ recovery-image] Jun 22 19:48:45.121 INFO O| Jun 22 19:48:45.121 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-06-22T19:48:45.726Z[ recovery-image] Jun 22 19:48:45.128 INFO O| Jun 22 19:48:45.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
63322026-06-22T19:48:45.726Z[ recovery-image] Jun 22 19:48:45.128 INFO O| Jun 22 19:48:45.128 INFO STEP 468 (remove_files) COMPLETE
63332026-06-22T19:48:45.726Z[ recovery-image] Jun 22 19:48:45.128 INFO O| Jun 22 19:48:45.128 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-06-22T19:48:45.732Z[ recovery-image] Jun 22 19:48:45.134 INFO O| Jun 22 19:48:45.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
63352026-06-22T19:48:45.732Z[ recovery-image] Jun 22 19:48:45.134 INFO O| Jun 22 19:48:45.134 INFO STEP 469 (remove_files) COMPLETE
63362026-06-22T19:48:45.732Z[ recovery-image] Jun 22 19:48:45.134 INFO O| Jun 22 19:48:45.134 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-06-22T19:48:45.740Z[ recovery-image] Jun 22 19:48:45.142 INFO O| Jun 22 19:48:45.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
63382026-06-22T19:48:45.740Z[ recovery-image] Jun 22 19:48:45.142 INFO O| Jun 22 19:48:45.142 INFO STEP 470 (remove_files) COMPLETE
63392026-06-22T19:48:45.740Z[ recovery-image] Jun 22 19:48:45.142 INFO O| Jun 22 19:48:45.142 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-06-22T19:48:45.754Z[ recovery-image] Jun 22 19:48:45.149 INFO O| Jun 22 19:48:45.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
63412026-06-22T19:48:45.754Z[ recovery-image] Jun 22 19:48:45.149 INFO O| Jun 22 19:48:45.149 INFO STEP 471 (remove_files) COMPLETE
63422026-06-22T19:48:45.754Z[ recovery-image] Jun 22 19:48:45.149 INFO O| Jun 22 19:48:45.149 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-06-22T19:48:45.758Z[ recovery-image] Jun 22 19:48:45.156 INFO O| Jun 22 19:48:45.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
63442026-06-22T19:48:45.758Z[ recovery-image] Jun 22 19:48:45.157 INFO O| Jun 22 19:48:45.157 INFO STEP 472 (remove_files) COMPLETE
63452026-06-22T19:48:45.758Z[ recovery-image] Jun 22 19:48:45.157 INFO O| Jun 22 19:48:45.157 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-06-22T19:48:45.764Z[ recovery-image] Jun 22 19:48:45.166 INFO O| Jun 22 19:48:45.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
63472026-06-22T19:48:45.764Z[ recovery-image] Jun 22 19:48:45.166 INFO O| Jun 22 19:48:45.166 INFO STEP 473 (remove_files) COMPLETE
63482026-06-22T19:48:45.764Z[ recovery-image] Jun 22 19:48:45.166 INFO O| Jun 22 19:48:45.166 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-06-22T19:48:45.772Z[ recovery-image] Jun 22 19:48:45.174 INFO O| Jun 22 19:48:45.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
63502026-06-22T19:48:45.772Z[ recovery-image] Jun 22 19:48:45.174 INFO O| Jun 22 19:48:45.174 INFO STEP 474 (remove_files) COMPLETE
63512026-06-22T19:48:45.772Z[ recovery-image] Jun 22 19:48:45.174 INFO O| Jun 22 19:48:45.174 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-06-22T19:48:45.779Z[ recovery-image] Jun 22 19:48:45.181 INFO O| Jun 22 19:48:45.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
63532026-06-22T19:48:45.782Z[ recovery-image] Jun 22 19:48:45.181 INFO O| Jun 22 19:48:45.181 INFO STEP 475 (remove_files) COMPLETE
63542026-06-22T19:48:45.782Z[ recovery-image] Jun 22 19:48:45.181 INFO O| Jun 22 19:48:45.181 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-06-22T19:48:45.786Z[ recovery-image] Jun 22 19:48:45.187 INFO O| Jun 22 19:48:45.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
63562026-06-22T19:48:45.798Z[ recovery-image] Jun 22 19:48:45.187 INFO O| Jun 22 19:48:45.187 INFO STEP 476 (remove_files) COMPLETE
63572026-06-22T19:48:45.798Z[ recovery-image] Jun 22 19:48:45.187 INFO O| Jun 22 19:48:45.187 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-06-22T19:48:45.802Z[ recovery-image] Jun 22 19:48:45.193 INFO O| Jun 22 19:48:45.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
63592026-06-22T19:48:45.802Z[ recovery-image] Jun 22 19:48:45.193 INFO O| Jun 22 19:48:45.193 INFO STEP 477 (remove_files) COMPLETE
63602026-06-22T19:48:45.802Z[ recovery-image] Jun 22 19:48:45.193 INFO O| Jun 22 19:48:45.193 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-06-22T19:48:45.802Z[ recovery-image] Jun 22 19:48:45.198 INFO O| Jun 22 19:48:45.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
63622026-06-22T19:48:45.802Z[ recovery-image] Jun 22 19:48:45.199 INFO O| Jun 22 19:48:45.199 INFO STEP 478 (remove_files) COMPLETE
63632026-06-22T19:48:45.802Z[ recovery-image] Jun 22 19:48:45.199 INFO O| Jun 22 19:48:45.199 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-06-22T19:48:45.805Z[ recovery-image] Jun 22 19:48:45.204 INFO O| Jun 22 19:48:45.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
63652026-06-22T19:48:45.805Z[ recovery-image] Jun 22 19:48:45.204 INFO O| Jun 22 19:48:45.204 INFO STEP 479 (remove_files) COMPLETE
63662026-06-22T19:48:45.805Z[ recovery-image] Jun 22 19:48:45.204 INFO O| Jun 22 19:48:45.204 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-06-22T19:48:45.809Z[ recovery-image] Jun 22 19:48:45.209 INFO O| Jun 22 19:48:45.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63682026-06-22T19:48:45.809Z[ recovery-image] Jun 22 19:48:45.209 INFO O| Jun 22 19:48:45.209 INFO STEP 480 (remove_files) COMPLETE
63692026-06-22T19:48:45.809Z[ recovery-image] Jun 22 19:48:45.209 INFO O| Jun 22 19:48:45.209 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-06-22T19:48:45.813Z[ recovery-image] Jun 22 19:48:45.215 INFO O| Jun 22 19:48:45.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63712026-06-22T19:48:45.813Z[ recovery-image] Jun 22 19:48:45.215 INFO O| Jun 22 19:48:45.215 INFO STEP 481 (remove_files) COMPLETE
63722026-06-22T19:48:45.813Z[ recovery-image] Jun 22 19:48:45.215 INFO O| Jun 22 19:48:45.215 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-06-22T19:48:45.820Z[ recovery-image] Jun 22 19:48:45.221 INFO O| Jun 22 19:48:45.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63742026-06-22T19:48:45.820Z[ recovery-image] Jun 22 19:48:45.222 INFO O| Jun 22 19:48:45.222 INFO STEP 482 (remove_files) COMPLETE
63752026-06-22T19:48:45.822Z[ recovery-image] Jun 22 19:48:45.222 INFO O| Jun 22 19:48:45.222 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-06-22T19:48:45.826Z[ recovery-image] Jun 22 19:48:45.227 INFO O| Jun 22 19:48:45.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63772026-06-22T19:48:45.827Z[ recovery-image] Jun 22 19:48:45.227 INFO O| Jun 22 19:48:45.227 INFO STEP 483 (remove_files) COMPLETE
63782026-06-22T19:48:45.832Z[ recovery-image] Jun 22 19:48:45.227 INFO O| Jun 22 19:48:45.227 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-06-22T19:48:45.834Z[ recovery-image] Jun 22 19:48:45.233 INFO O| Jun 22 19:48:45.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63802026-06-22T19:48:45.835Z[ recovery-image] Jun 22 19:48:45.233 INFO O| Jun 22 19:48:45.233 INFO STEP 484 (remove_files) COMPLETE
63812026-06-22T19:48:45.835Z[ recovery-image] Jun 22 19:48:45.233 INFO O| Jun 22 19:48:45.233 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-06-22T19:48:45.839Z[ recovery-image] Jun 22 19:48:45.241 INFO O| Jun 22 19:48:45.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63832026-06-22T19:48:45.842Z[ recovery-image] Jun 22 19:48:45.241 INFO O| Jun 22 19:48:45.241 INFO STEP 485 (remove_files) COMPLETE
63842026-06-22T19:48:45.842Z[ recovery-image] Jun 22 19:48:45.241 INFO O| Jun 22 19:48:45.241 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-06-22T19:48:45.846Z[ recovery-image] Jun 22 19:48:45.248 INFO O| Jun 22 19:48:45.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63862026-06-22T19:48:45.846Z[ recovery-image] Jun 22 19:48:45.248 INFO O| Jun 22 19:48:45.248 INFO STEP 486 (remove_files) COMPLETE
63872026-06-22T19:48:45.846Z[ recovery-image] Jun 22 19:48:45.248 INFO O| Jun 22 19:48:45.248 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-06-22T19:48:45.854Z[ recovery-image] Jun 22 19:48:45.256 INFO O| Jun 22 19:48:45.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63892026-06-22T19:48:45.854Z[ recovery-image] Jun 22 19:48:45.256 INFO O| Jun 22 19:48:45.256 INFO STEP 487 (remove_files) COMPLETE
63902026-06-22T19:48:45.854Z[ recovery-image] Jun 22 19:48:45.256 INFO O| Jun 22 19:48:45.256 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-06-22T19:48:45.862Z[ recovery-image] Jun 22 19:48:45.264 INFO O| Jun 22 19:48:45.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63922026-06-22T19:48:45.862Z[ recovery-image] Jun 22 19:48:45.264 INFO O| Jun 22 19:48:45.264 INFO STEP 488 (remove_files) COMPLETE
63932026-06-22T19:48:45.862Z[ recovery-image] Jun 22 19:48:45.264 INFO O| Jun 22 19:48:45.264 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-06-22T19:48:45.869Z[ recovery-image] Jun 22 19:48:45.271 INFO O| Jun 22 19:48:45.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63952026-06-22T19:48:45.869Z[ recovery-image] Jun 22 19:48:45.271 INFO O| Jun 22 19:48:45.271 INFO STEP 489 (remove_files) COMPLETE
63962026-06-22T19:48:45.872Z[ recovery-image] Jun 22 19:48:45.271 INFO O| Jun 22 19:48:45.271 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-06-22T19:48:45.877Z[ recovery-image] Jun 22 19:48:45.279 INFO O| Jun 22 19:48:45.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63982026-06-22T19:48:45.877Z[ recovery-image] Jun 22 19:48:45.280 INFO O| Jun 22 19:48:45.280 INFO STEP 490 (remove_files) COMPLETE
63992026-06-22T19:48:45.881Z[ recovery-image] Jun 22 19:48:45.280 INFO O| Jun 22 19:48:45.280 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-06-22T19:48:45.885Z[ recovery-image] Jun 22 19:48:45.287 INFO O| Jun 22 19:48:45.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
64012026-06-22T19:48:45.885Z[ recovery-image] Jun 22 19:48:45.287 INFO O| Jun 22 19:48:45.287 INFO STEP 491 (remove_files) COMPLETE
64022026-06-22T19:48:45.888Z[ recovery-image] Jun 22 19:48:45.287 INFO O| Jun 22 19:48:45.287 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-06-22T19:48:45.893Z[ recovery-image] Jun 22 19:48:45.295 INFO O| Jun 22 19:48:45.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
64042026-06-22T19:48:45.893Z[ recovery-image] Jun 22 19:48:45.295 INFO O| Jun 22 19:48:45.295 INFO STEP 492 (remove_files) COMPLETE
64052026-06-22T19:48:45.893Z[ recovery-image] Jun 22 19:48:45.295 INFO O| Jun 22 19:48:45.295 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-06-22T19:48:45.900Z[ recovery-image] Jun 22 19:48:45.302 INFO O| Jun 22 19:48:45.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
64072026-06-22T19:48:45.900Z[ recovery-image] Jun 22 19:48:45.302 INFO O| Jun 22 19:48:45.302 INFO STEP 493 (remove_files) COMPLETE
64082026-06-22T19:48:45.900Z[ recovery-image] Jun 22 19:48:45.302 INFO O| Jun 22 19:48:45.302 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-06-22T19:48:45.907Z[ recovery-image] Jun 22 19:48:45.309 INFO O| Jun 22 19:48:45.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
64102026-06-22T19:48:45.907Z[ recovery-image] Jun 22 19:48:45.309 INFO O| Jun 22 19:48:45.309 INFO STEP 494 (remove_files) COMPLETE
64112026-06-22T19:48:45.907Z[ recovery-image] Jun 22 19:48:45.309 INFO O| Jun 22 19:48:45.309 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-06-22T19:48:45.914Z[ recovery-image] Jun 22 19:48:45.316 INFO O| Jun 22 19:48:45.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
64132026-06-22T19:48:45.914Z[ recovery-image] Jun 22 19:48:45.316 INFO O| Jun 22 19:48:45.316 INFO STEP 495 (remove_files) COMPLETE
64142026-06-22T19:48:45.916Z[ recovery-image] Jun 22 19:48:45.316 INFO O| Jun 22 19:48:45.316 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-06-22T19:48:45.920Z[ recovery-image] Jun 22 19:48:45.322 INFO O| Jun 22 19:48:45.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
64162026-06-22T19:48:45.920Z[ recovery-image] Jun 22 19:48:45.322 INFO O| Jun 22 19:48:45.322 INFO STEP 496 (remove_files) COMPLETE
64172026-06-22T19:48:45.920Z[ recovery-image] Jun 22 19:48:45.322 INFO O| Jun 22 19:48:45.322 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-06-22T19:48:45.927Z[ recovery-image] Jun 22 19:48:45.329 INFO O| Jun 22 19:48:45.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
64192026-06-22T19:48:45.927Z[ recovery-image] Jun 22 19:48:45.329 INFO O| Jun 22 19:48:45.329 INFO STEP 497 (remove_files) COMPLETE
64202026-06-22T19:48:45.931Z[ recovery-image] Jun 22 19:48:45.329 INFO O| Jun 22 19:48:45.329 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-06-22T19:48:45.934Z[ recovery-image] Jun 22 19:48:45.335 INFO O| Jun 22 19:48:45.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
64222026-06-22T19:48:45.934Z[ recovery-image] Jun 22 19:48:45.335 INFO O| Jun 22 19:48:45.335 INFO STEP 498 (remove_files) COMPLETE
64232026-06-22T19:48:45.934Z[ recovery-image] Jun 22 19:48:45.335 INFO O| Jun 22 19:48:45.335 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-06-22T19:48:45.941Z[ recovery-image] Jun 22 19:48:45.343 INFO O| Jun 22 19:48:45.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
64252026-06-22T19:48:45.941Z[ recovery-image] Jun 22 19:48:45.343 INFO O| Jun 22 19:48:45.343 INFO STEP 499 (remove_files) COMPLETE
64262026-06-22T19:48:45.941Z[ recovery-image] Jun 22 19:48:45.343 INFO O| Jun 22 19:48:45.343 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-06-22T19:48:45.949Z[ recovery-image] Jun 22 19:48:45.351 INFO O| Jun 22 19:48:45.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
64282026-06-22T19:48:45.953Z[ recovery-image] Jun 22 19:48:45.352 INFO O| Jun 22 19:48:45.352 INFO STEP 500 (remove_files) COMPLETE
64292026-06-22T19:48:45.953Z[ recovery-image] Jun 22 19:48:45.352 INFO O| Jun 22 19:48:45.352 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-06-22T19:48:45.958Z[ recovery-image] Jun 22 19:48:45.360 INFO O| Jun 22 19:48:45.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
64312026-06-22T19:48:45.958Z[ recovery-image] Jun 22 19:48:45.360 INFO O| Jun 22 19:48:45.360 INFO STEP 501 (remove_files) COMPLETE
64322026-06-22T19:48:45.961Z[ recovery-image] Jun 22 19:48:45.360 INFO O| Jun 22 19:48:45.360 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-06-22T19:48:45.965Z[ recovery-image] Jun 22 19:48:45.367 INFO O| Jun 22 19:48:45.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
64342026-06-22T19:48:45.965Z[ recovery-image] Jun 22 19:48:45.367 INFO O| Jun 22 19:48:45.367 INFO STEP 502 (remove_files) COMPLETE
64352026-06-22T19:48:45.969Z[ recovery-image] Jun 22 19:48:45.367 INFO O| Jun 22 19:48:45.367 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-06-22T19:48:45.974Z[ recovery-image] Jun 22 19:48:45.376 INFO O| Jun 22 19:48:45.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
64372026-06-22T19:48:45.974Z[ recovery-image] Jun 22 19:48:45.376 INFO O| Jun 22 19:48:45.376 INFO STEP 503 (remove_files) COMPLETE
64382026-06-22T19:48:45.978Z[ recovery-image] Jun 22 19:48:45.377 INFO O| Jun 22 19:48:45.376 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-06-22T19:48:45.983Z[ recovery-image] Jun 22 19:48:45.385 INFO O| Jun 22 19:48:45.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
64402026-06-22T19:48:45.983Z[ recovery-image] Jun 22 19:48:45.385 INFO O| Jun 22 19:48:45.385 INFO STEP 504 (remove_files) COMPLETE
64412026-06-22T19:48:45.987Z[ recovery-image] Jun 22 19:48:45.385 INFO O| Jun 22 19:48:45.385 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-06-22T19:48:45.993Z[ recovery-image] Jun 22 19:48:45.395 INFO O| Jun 22 19:48:45.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
64432026-06-22T19:48:45.993Z[ recovery-image] Jun 22 19:48:45.395 INFO O| Jun 22 19:48:45.395 INFO STEP 505 (remove_files) COMPLETE
64442026-06-22T19:48:45.997Z[ recovery-image] Jun 22 19:48:45.395 INFO O| Jun 22 19:48:45.395 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-06-22T19:48:46.004Z[ recovery-image] Jun 22 19:48:45.405 INFO O| Jun 22 19:48:45.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
64462026-06-22T19:48:46.004Z[ recovery-image] Jun 22 19:48:45.405 INFO O| Jun 22 19:48:45.405 INFO STEP 506 (remove_files) COMPLETE
64472026-06-22T19:48:46.007Z[ recovery-image] Jun 22 19:48:45.405 INFO O| Jun 22 19:48:45.405 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-06-22T19:48:46.010Z[ recovery-image] Jun 22 19:48:45.411 INFO O| Jun 22 19:48:45.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
64492026-06-22T19:48:46.010Z[ recovery-image] Jun 22 19:48:45.411 INFO O| Jun 22 19:48:45.411 INFO STEP 507 (remove_files) COMPLETE
64502026-06-22T19:48:46.010Z[ recovery-image] Jun 22 19:48:45.411 INFO O| Jun 22 19:48:45.411 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-06-22T19:48:46.015Z[ recovery-image] Jun 22 19:48:45.417 INFO O| Jun 22 19:48:45.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
64522026-06-22T19:48:46.015Z[ recovery-image] Jun 22 19:48:45.417 INFO O| Jun 22 19:48:45.417 INFO STEP 508 (remove_files) COMPLETE
64532026-06-22T19:48:46.019Z[ recovery-image] Jun 22 19:48:45.417 INFO O| Jun 22 19:48:45.417 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-06-22T19:48:46.022Z[ recovery-image] Jun 22 19:48:45.424 INFO O| Jun 22 19:48:45.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
64552026-06-22T19:48:46.022Z[ recovery-image] Jun 22 19:48:45.424 INFO O| Jun 22 19:48:45.424 INFO STEP 509 (remove_files) COMPLETE
64562026-06-22T19:48:46.022Z[ recovery-image] Jun 22 19:48:45.424 INFO O| Jun 22 19:48:45.424 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-06-22T19:48:46.030Z[ recovery-image] Jun 22 19:48:45.432 INFO O| Jun 22 19:48:45.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
64582026-06-22T19:48:46.030Z[ recovery-image] Jun 22 19:48:45.433 INFO O| Jun 22 19:48:45.433 INFO STEP 510 (remove_files) COMPLETE
64592026-06-22T19:48:46.030Z[ recovery-image] Jun 22 19:48:45.433 INFO O| Jun 22 19:48:45.433 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-06-22T19:48:46.038Z[ recovery-image] Jun 22 19:48:45.440 INFO O| Jun 22 19:48:45.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
64612026-06-22T19:48:46.038Z[ recovery-image] Jun 22 19:48:45.441 INFO O| Jun 22 19:48:45.440 INFO STEP 511 (remove_files) COMPLETE
64622026-06-22T19:48:46.038Z[ recovery-image] Jun 22 19:48:45.441 INFO O| Jun 22 19:48:45.440 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-06-22T19:48:46.050Z[ recovery-image] Jun 22 19:48:45.447 INFO O| Jun 22 19:48:45.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
64642026-06-22T19:48:46.050Z[ recovery-image] Jun 22 19:48:45.447 INFO O| Jun 22 19:48:45.447 INFO STEP 512 (remove_files) COMPLETE
64652026-06-22T19:48:46.050Z[ recovery-image] Jun 22 19:48:45.447 INFO O| Jun 22 19:48:45.447 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-06-22T19:48:46.054Z[ recovery-image] Jun 22 19:48:45.454 INFO O| Jun 22 19:48:45.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
64672026-06-22T19:48:46.054Z[ recovery-image] Jun 22 19:48:45.454 INFO O| Jun 22 19:48:45.454 INFO STEP 513 (remove_files) COMPLETE
64682026-06-22T19:48:46.054Z[ recovery-image] Jun 22 19:48:45.454 INFO O| Jun 22 19:48:45.454 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-06-22T19:48:46.058Z[ recovery-image] Jun 22 19:48:45.461 INFO O| Jun 22 19:48:45.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
64702026-06-22T19:48:46.058Z[ recovery-image] Jun 22 19:48:45.461 INFO O| Jun 22 19:48:45.461 INFO STEP 514 (remove_files) COMPLETE
64712026-06-22T19:48:46.058Z[ recovery-image] Jun 22 19:48:45.461 INFO O| Jun 22 19:48:45.461 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-06-22T19:48:46.066Z[ recovery-image] Jun 22 19:48:45.468 INFO O| Jun 22 19:48:45.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
64732026-06-22T19:48:46.066Z[ recovery-image] Jun 22 19:48:45.469 INFO O| Jun 22 19:48:45.469 INFO STEP 515 (remove_files) COMPLETE
64742026-06-22T19:48:46.066Z[ recovery-image] Jun 22 19:48:45.469 INFO O| Jun 22 19:48:45.469 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-06-22T19:48:46.073Z[ recovery-image] Jun 22 19:48:45.475 INFO O| Jun 22 19:48:45.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64762026-06-22T19:48:46.073Z[ recovery-image] Jun 22 19:48:45.475 INFO O| Jun 22 19:48:45.475 INFO STEP 516 (remove_files) COMPLETE
64772026-06-22T19:48:46.077Z[ recovery-image] Jun 22 19:48:45.475 INFO O| Jun 22 19:48:45.475 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-06-22T19:48:46.080Z[ recovery-image] Jun 22 19:48:45.482 INFO O| Jun 22 19:48:45.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64792026-06-22T19:48:46.080Z[ recovery-image] Jun 22 19:48:45.482 INFO O| Jun 22 19:48:45.482 INFO STEP 517 (remove_files) COMPLETE
64802026-06-22T19:48:46.080Z[ recovery-image] Jun 22 19:48:45.482 INFO O| Jun 22 19:48:45.482 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-06-22T19:48:46.086Z[ recovery-image] Jun 22 19:48:45.488 INFO O| Jun 22 19:48:45.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64822026-06-22T19:48:46.086Z[ recovery-image] Jun 22 19:48:45.488 INFO O| Jun 22 19:48:45.488 INFO STEP 518 (remove_files) COMPLETE
64832026-06-22T19:48:46.086Z[ recovery-image] Jun 22 19:48:45.488 INFO O| Jun 22 19:48:45.488 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-06-22T19:48:46.093Z[ recovery-image] Jun 22 19:48:45.494 INFO O| Jun 22 19:48:45.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64852026-06-22T19:48:46.093Z[ recovery-image] Jun 22 19:48:45.494 INFO O| Jun 22 19:48:45.494 INFO STEP 519 (remove_files) COMPLETE
64862026-06-22T19:48:46.093Z[ recovery-image] Jun 22 19:48:45.494 INFO O| Jun 22 19:48:45.494 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-06-22T19:48:46.098Z[ recovery-image] Jun 22 19:48:45.501 INFO O| Jun 22 19:48:45.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64882026-06-22T19:48:46.101Z[ recovery-image] Jun 22 19:48:45.502 INFO O| Jun 22 19:48:45.501 INFO STEP 520 (remove_files) COMPLETE
64892026-06-22T19:48:46.101Z[ recovery-image] Jun 22 19:48:45.502 INFO O| Jun 22 19:48:45.502 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-06-22T19:48:46.108Z[ recovery-image] Jun 22 19:48:45.510 INFO O| Jun 22 19:48:45.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64912026-06-22T19:48:46.108Z[ recovery-image] Jun 22 19:48:45.510 INFO O| Jun 22 19:48:45.510 INFO STEP 521 (remove_files) COMPLETE
64922026-06-22T19:48:46.111Z[ recovery-image] Jun 22 19:48:45.510 INFO O| Jun 22 19:48:45.510 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-06-22T19:48:46.119Z[ recovery-image] Jun 22 19:48:45.517 INFO O| Jun 22 19:48:45.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64942026-06-22T19:48:46.119Z[ recovery-image] Jun 22 19:48:45.518 INFO O| Jun 22 19:48:45.518 INFO STEP 522 (remove_files) COMPLETE
64952026-06-22T19:48:46.119Z[ recovery-image] Jun 22 19:48:45.518 INFO O| Jun 22 19:48:45.518 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-06-22T19:48:46.124Z[ recovery-image] Jun 22 19:48:45.525 INFO O| Jun 22 19:48:45.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64972026-06-22T19:48:46.124Z[ recovery-image] Jun 22 19:48:45.525 INFO O| Jun 22 19:48:45.525 INFO STEP 523 (remove_files) COMPLETE
64982026-06-22T19:48:46.130Z[ recovery-image] Jun 22 19:48:45.525 INFO O| Jun 22 19:48:45.525 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-06-22T19:48:46.134Z[ recovery-image] Jun 22 19:48:45.532 INFO O| Jun 22 19:48:45.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65002026-06-22T19:48:46.134Z[ recovery-image] Jun 22 19:48:45.532 INFO O| Jun 22 19:48:45.532 INFO STEP 524 (remove_files) COMPLETE
65012026-06-22T19:48:46.134Z[ recovery-image] Jun 22 19:48:45.532 INFO O| Jun 22 19:48:45.532 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-06-22T19:48:46.139Z[ recovery-image] Jun 22 19:48:45.541 INFO O| Jun 22 19:48:45.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65032026-06-22T19:48:46.143Z[ recovery-image] Jun 22 19:48:45.542 INFO O| Jun 22 19:48:45.542 INFO STEP 525 (remove_files) COMPLETE
65042026-06-22T19:48:46.143Z[ recovery-image] Jun 22 19:48:45.542 INFO O| Jun 22 19:48:45.542 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-06-22T19:48:46.148Z[ recovery-image] Jun 22 19:48:45.549 INFO O| Jun 22 19:48:45.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65062026-06-22T19:48:46.148Z[ recovery-image] Jun 22 19:48:45.549 INFO O| Jun 22 19:48:45.549 INFO STEP 526 (remove_files) COMPLETE
65072026-06-22T19:48:46.148Z[ recovery-image] Jun 22 19:48:45.549 INFO O| Jun 22 19:48:45.549 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-06-22T19:48:46.154Z[ recovery-image] Jun 22 19:48:45.556 INFO O| Jun 22 19:48:45.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65092026-06-22T19:48:46.154Z[ recovery-image] Jun 22 19:48:45.556 INFO O| Jun 22 19:48:45.556 INFO STEP 527 (remove_files) COMPLETE
65102026-06-22T19:48:46.157Z[ recovery-image] Jun 22 19:48:45.556 INFO O| Jun 22 19:48:45.556 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-06-22T19:48:46.161Z[ recovery-image] Jun 22 19:48:45.562 INFO O| Jun 22 19:48:45.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65122026-06-22T19:48:46.161Z[ recovery-image] Jun 22 19:48:45.562 INFO O| Jun 22 19:48:45.562 INFO STEP 528 (remove_files) COMPLETE
65132026-06-22T19:48:46.161Z[ recovery-image] Jun 22 19:48:45.562 INFO O| Jun 22 19:48:45.562 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-06-22T19:48:46.169Z[ recovery-image] Jun 22 19:48:45.571 INFO O| Jun 22 19:48:45.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65152026-06-22T19:48:46.169Z[ recovery-image] Jun 22 19:48:45.571 INFO O| Jun 22 19:48:45.571 INFO STEP 529 (remove_files) COMPLETE
65162026-06-22T19:48:46.169Z[ recovery-image] Jun 22 19:48:45.571 INFO O| Jun 22 19:48:45.571 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-06-22T19:48:46.177Z[ recovery-image] Jun 22 19:48:45.579 INFO O| Jun 22 19:48:45.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65182026-06-22T19:48:46.177Z[ recovery-image] Jun 22 19:48:45.579 INFO O| Jun 22 19:48:45.579 INFO STEP 530 (remove_files) COMPLETE
65192026-06-22T19:48:46.177Z[ recovery-image] Jun 22 19:48:45.579 INFO O| Jun 22 19:48:45.579 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-06-22T19:48:46.185Z[ recovery-image] Jun 22 19:48:45.587 INFO O| Jun 22 19:48:45.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65212026-06-22T19:48:46.185Z[ recovery-image] Jun 22 19:48:45.587 INFO O| Jun 22 19:48:45.587 INFO STEP 531 (remove_files) COMPLETE
65222026-06-22T19:48:46.185Z[ recovery-image] Jun 22 19:48:45.587 INFO O| Jun 22 19:48:45.587 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-06-22T19:48:46.194Z[ recovery-image] Jun 22 19:48:45.594 INFO O| Jun 22 19:48:45.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65242026-06-22T19:48:46.194Z[ recovery-image] Jun 22 19:48:45.594 INFO O| Jun 22 19:48:45.594 INFO STEP 532 (remove_files) COMPLETE
65252026-06-22T19:48:46.194Z[ recovery-image] Jun 22 19:48:45.594 INFO O| Jun 22 19:48:45.594 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-06-22T19:48:46.198Z[ recovery-image] Jun 22 19:48:45.600 INFO O| Jun 22 19:48:45.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65272026-06-22T19:48:46.198Z[ recovery-image] Jun 22 19:48:45.601 INFO O| Jun 22 19:48:45.600 INFO STEP 533 (remove_files) COMPLETE
65282026-06-22T19:48:46.199Z[ recovery-image] Jun 22 19:48:45.601 INFO O| Jun 22 19:48:45.600 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-06-22T19:48:46.206Z[ recovery-image] Jun 22 19:48:45.608 INFO O| Jun 22 19:48:45.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
65302026-06-22T19:48:46.206Z[ recovery-image] Jun 22 19:48:45.608 INFO O| Jun 22 19:48:45.608 INFO STEP 534 (remove_files) COMPLETE
65312026-06-22T19:48:46.206Z[ recovery-image] Jun 22 19:48:45.608 INFO O| Jun 22 19:48:45.608 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-06-22T19:48:46.213Z[ recovery-image] Jun 22 19:48:45.615 INFO O| Jun 22 19:48:45.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
65332026-06-22T19:48:46.213Z[ recovery-image] Jun 22 19:48:45.615 INFO O| Jun 22 19:48:45.615 INFO STEP 535 (remove_files) COMPLETE
65342026-06-22T19:48:46.213Z[ recovery-image] Jun 22 19:48:45.615 INFO O| Jun 22 19:48:45.615 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-06-22T19:48:46.228Z[ recovery-image] Jun 22 19:48:45.622 INFO O| Jun 22 19:48:45.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
65362026-06-22T19:48:46.228Z[ recovery-image] Jun 22 19:48:45.622 INFO O| Jun 22 19:48:45.622 INFO STEP 536 (remove_files) COMPLETE
65372026-06-22T19:48:46.228Z[ recovery-image] Jun 22 19:48:45.622 INFO O| Jun 22 19:48:45.622 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-06-22T19:48:46.237Z[ recovery-image] Jun 22 19:48:45.629 INFO O| Jun 22 19:48:45.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65392026-06-22T19:48:46.237Z[ recovery-image] Jun 22 19:48:45.630 INFO O| Jun 22 19:48:45.629 INFO STEP 537 (remove_files) COMPLETE
65402026-06-22T19:48:46.237Z[ recovery-image] Jun 22 19:48:45.630 INFO O| Jun 22 19:48:45.630 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-06-22T19:48:46.241Z[ recovery-image] Jun 22 19:48:45.637 INFO O| Jun 22 19:48:45.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65422026-06-22T19:48:46.241Z[ recovery-image] Jun 22 19:48:45.637 INFO O| Jun 22 19:48:45.637 INFO STEP 538 (remove_files) COMPLETE
65432026-06-22T19:48:46.241Z[ recovery-image] Jun 22 19:48:45.637 INFO O| Jun 22 19:48:45.637 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-06-22T19:48:46.247Z[ recovery-image] Jun 22 19:48:45.644 INFO O| Jun 22 19:48:45.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65452026-06-22T19:48:46.247Z[ recovery-image] Jun 22 19:48:45.644 INFO O| Jun 22 19:48:45.644 INFO STEP 539 (remove_files) COMPLETE
65462026-06-22T19:48:46.247Z[ recovery-image] Jun 22 19:48:45.644 INFO O| Jun 22 19:48:45.644 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-06-22T19:48:46.250Z[ recovery-image] Jun 22 19:48:45.651 INFO O| Jun 22 19:48:45.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65482026-06-22T19:48:46.250Z[ recovery-image] Jun 22 19:48:45.651 INFO O| Jun 22 19:48:45.651 INFO STEP 540 (remove_files) COMPLETE
65492026-06-22T19:48:46.250Z[ recovery-image] Jun 22 19:48:45.651 INFO O| Jun 22 19:48:45.651 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-06-22T19:48:46.257Z[ recovery-image] Jun 22 19:48:45.658 INFO O| Jun 22 19:48:45.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65512026-06-22T19:48:46.257Z[ recovery-image] Jun 22 19:48:45.658 INFO O| Jun 22 19:48:45.658 INFO STEP 541 (remove_files) COMPLETE
65522026-06-22T19:48:46.262Z[ recovery-image] Jun 22 19:48:45.658 INFO O| Jun 22 19:48:45.658 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-06-22T19:48:46.266Z[ recovery-image] Jun 22 19:48:45.664 INFO O| Jun 22 19:48:45.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65542026-06-22T19:48:46.266Z[ recovery-image] Jun 22 19:48:45.664 INFO O| Jun 22 19:48:45.664 INFO STEP 542 (remove_files) COMPLETE
65552026-06-22T19:48:46.266Z[ recovery-image] Jun 22 19:48:45.664 INFO O| Jun 22 19:48:45.664 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-06-22T19:48:46.274Z[ recovery-image] Jun 22 19:48:45.670 INFO O| Jun 22 19:48:45.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65572026-06-22T19:48:46.274Z[ recovery-image] Jun 22 19:48:45.671 INFO O| Jun 22 19:48:45.671 INFO STEP 543 (remove_files) COMPLETE
65582026-06-22T19:48:46.274Z[ recovery-image] Jun 22 19:48:45.671 INFO O| Jun 22 19:48:45.671 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-06-22T19:48:46.278Z[ recovery-image] Jun 22 19:48:45.678 INFO O| Jun 22 19:48:45.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65602026-06-22T19:48:46.278Z[ recovery-image] Jun 22 19:48:45.678 INFO O| Jun 22 19:48:45.678 INFO STEP 544 (remove_files) COMPLETE
65612026-06-22T19:48:46.278Z[ recovery-image] Jun 22 19:48:45.678 INFO O| Jun 22 19:48:45.678 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-06-22T19:48:46.284Z[ recovery-image] Jun 22 19:48:45.686 INFO O| Jun 22 19:48:45.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65632026-06-22T19:48:46.284Z[ recovery-image] Jun 22 19:48:45.686 INFO O| Jun 22 19:48:45.686 INFO STEP 545 (remove_files) COMPLETE
65642026-06-22T19:48:46.284Z[ recovery-image] Jun 22 19:48:45.686 INFO O| Jun 22 19:48:45.686 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-06-22T19:48:46.291Z[ recovery-image] Jun 22 19:48:45.693 INFO O| Jun 22 19:48:45.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65662026-06-22T19:48:46.294Z[ recovery-image] Jun 22 19:48:45.694 INFO O| Jun 22 19:48:45.694 INFO STEP 546 (remove_files) COMPLETE
65672026-06-22T19:48:46.294Z[ recovery-image] Jun 22 19:48:45.694 INFO O| Jun 22 19:48:45.694 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-06-22T19:48:46.299Z[ recovery-image] Jun 22 19:48:45.701 INFO O| Jun 22 19:48:45.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65692026-06-22T19:48:46.299Z[ recovery-image] Jun 22 19:48:45.701 INFO O| Jun 22 19:48:45.701 INFO STEP 547 (remove_files) COMPLETE
65702026-06-22T19:48:46.302Z[ recovery-image] Jun 22 19:48:45.702 INFO O| Jun 22 19:48:45.701 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-06-22T19:48:46.306Z[ recovery-image] Jun 22 19:48:45.709 INFO O| Jun 22 19:48:45.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65722026-06-22T19:48:46.307Z[ recovery-image] Jun 22 19:48:45.709 INFO O| Jun 22 19:48:45.709 INFO STEP 548 (remove_files) COMPLETE
65732026-06-22T19:48:46.310Z[ recovery-image] Jun 22 19:48:45.709 INFO O| Jun 22 19:48:45.709 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-06-22T19:48:46.314Z[ recovery-image] Jun 22 19:48:45.716 INFO O| Jun 22 19:48:45.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65752026-06-22T19:48:46.314Z[ recovery-image] Jun 22 19:48:45.716 INFO O| Jun 22 19:48:45.716 INFO STEP 549 (remove_files) COMPLETE
65762026-06-22T19:48:46.314Z[ recovery-image] Jun 22 19:48:45.716 INFO O| Jun 22 19:48:45.716 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-06-22T19:48:46.322Z[ recovery-image] Jun 22 19:48:45.723 INFO O| Jun 22 19:48:45.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65782026-06-22T19:48:46.322Z[ recovery-image] Jun 22 19:48:45.723 INFO O| Jun 22 19:48:45.723 INFO STEP 550 (remove_files) COMPLETE
65792026-06-22T19:48:46.322Z[ recovery-image] Jun 22 19:48:45.723 INFO O| Jun 22 19:48:45.723 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-06-22T19:48:46.328Z[ recovery-image] Jun 22 19:48:45.730 INFO O| Jun 22 19:48:45.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65812026-06-22T19:48:46.328Z[ recovery-image] Jun 22 19:48:45.730 INFO O| Jun 22 19:48:45.730 INFO STEP 551 (remove_files) COMPLETE
65822026-06-22T19:48:46.328Z[ recovery-image] Jun 22 19:48:45.730 INFO O| Jun 22 19:48:45.730 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-06-22T19:48:46.335Z[ recovery-image] Jun 22 19:48:45.737 INFO O| Jun 22 19:48:45.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65842026-06-22T19:48:46.335Z[ recovery-image] Jun 22 19:48:45.737 INFO O| Jun 22 19:48:45.737 INFO STEP 552 (remove_files) COMPLETE
65852026-06-22T19:48:46.338Z[ recovery-image] Jun 22 19:48:45.737 INFO O| Jun 22 19:48:45.737 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-06-22T19:48:46.341Z[ recovery-image] Jun 22 19:48:45.743 INFO O| Jun 22 19:48:45.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65872026-06-22T19:48:46.341Z[ recovery-image] Jun 22 19:48:45.743 INFO O| Jun 22 19:48:45.743 INFO STEP 553 (remove_files) COMPLETE
65882026-06-22T19:48:46.341Z[ recovery-image] Jun 22 19:48:45.743 INFO O| Jun 22 19:48:45.743 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-06-22T19:48:46.347Z[ recovery-image] Jun 22 19:48:45.750 INFO O| Jun 22 19:48:45.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65902026-06-22T19:48:46.351Z[ recovery-image] Jun 22 19:48:45.750 INFO O| Jun 22 19:48:45.750 INFO STEP 554 (remove_files) COMPLETE
65912026-06-22T19:48:46.351Z[ recovery-image] Jun 22 19:48:45.750 INFO O| Jun 22 19:48:45.750 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-06-22T19:48:46.354Z[ recovery-image] Jun 22 19:48:45.756 INFO O| Jun 22 19:48:45.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65932026-06-22T19:48:46.354Z[ recovery-image] Jun 22 19:48:45.756 INFO O| Jun 22 19:48:45.756 INFO STEP 555 (remove_files) COMPLETE
65942026-06-22T19:48:46.354Z[ recovery-image] Jun 22 19:48:45.756 INFO O| Jun 22 19:48:45.756 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-06-22T19:48:46.360Z[ recovery-image] Jun 22 19:48:45.762 INFO O| Jun 22 19:48:45.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65962026-06-22T19:48:46.360Z[ recovery-image] Jun 22 19:48:45.762 INFO O| Jun 22 19:48:45.762 INFO STEP 556 (remove_files) COMPLETE
65972026-06-22T19:48:46.360Z[ recovery-image] Jun 22 19:48:45.762 INFO O| Jun 22 19:48:45.762 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-06-22T19:48:46.370Z[ recovery-image] Jun 22 19:48:45.771 INFO O| Jun 22 19:48:45.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65992026-06-22T19:48:46.370Z[ recovery-image] Jun 22 19:48:45.771 INFO O| Jun 22 19:48:45.771 INFO STEP 557 (remove_files) COMPLETE
66002026-06-22T19:48:46.371Z[ recovery-image] Jun 22 19:48:45.771 INFO O| Jun 22 19:48:45.771 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-06-22T19:48:46.376Z[ recovery-image] Jun 22 19:48:45.778 INFO O| Jun 22 19:48:45.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66022026-06-22T19:48:46.376Z[ recovery-image] Jun 22 19:48:45.778 INFO O| Jun 22 19:48:45.778 INFO STEP 558 (remove_files) COMPLETE
66032026-06-22T19:48:46.376Z[ recovery-image] Jun 22 19:48:45.778 INFO O| Jun 22 19:48:45.778 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-06-22T19:48:46.383Z[ recovery-image] Jun 22 19:48:45.785 INFO O| Jun 22 19:48:45.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66052026-06-22T19:48:46.383Z[ recovery-image] Jun 22 19:48:45.785 INFO O| Jun 22 19:48:45.785 INFO STEP 559 (remove_files) COMPLETE
66062026-06-22T19:48:46.383Z[ recovery-image] Jun 22 19:48:45.785 INFO O| Jun 22 19:48:45.785 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-06-22T19:48:46.389Z[ recovery-image] Jun 22 19:48:45.791 INFO O| Jun 22 19:48:45.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66082026-06-22T19:48:46.389Z[ recovery-image] Jun 22 19:48:45.791 INFO O| Jun 22 19:48:45.791 INFO STEP 560 (remove_files) COMPLETE
66092026-06-22T19:48:46.389Z[ recovery-image] Jun 22 19:48:45.791 INFO O| Jun 22 19:48:45.791 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-06-22T19:48:46.395Z[ recovery-image] Jun 22 19:48:45.798 INFO O| Jun 22 19:48:45.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66112026-06-22T19:48:46.395Z[ recovery-image] Jun 22 19:48:45.798 INFO O| Jun 22 19:48:45.798 INFO STEP 561 (remove_files) COMPLETE
66122026-06-22T19:48:46.396Z[ recovery-image] Jun 22 19:48:45.798 INFO O| Jun 22 19:48:45.798 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-06-22T19:48:46.403Z[ recovery-image] Jun 22 19:48:45.805 INFO O| Jun 22 19:48:45.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66142026-06-22T19:48:46.403Z[ recovery-image] Jun 22 19:48:45.805 INFO O| Jun 22 19:48:45.805 INFO STEP 562 (remove_files) COMPLETE
66152026-06-22T19:48:46.403Z[ recovery-image] Jun 22 19:48:45.805 INFO O| Jun 22 19:48:45.805 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-06-22T19:48:46.410Z[ recovery-image] Jun 22 19:48:45.812 INFO O| Jun 22 19:48:45.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66172026-06-22T19:48:46.410Z[ recovery-image] Jun 22 19:48:45.812 INFO O| Jun 22 19:48:45.812 INFO STEP 563 (remove_files) COMPLETE
66182026-06-22T19:48:46.410Z[ recovery-image] Jun 22 19:48:45.812 INFO O| Jun 22 19:48:45.812 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-06-22T19:48:46.418Z[ recovery-image] Jun 22 19:48:45.820 INFO O| Jun 22 19:48:45.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66202026-06-22T19:48:46.418Z[ recovery-image] Jun 22 19:48:45.820 INFO O| Jun 22 19:48:45.820 INFO STEP 564 (remove_files) COMPLETE
66212026-06-22T19:48:46.418Z[ recovery-image] Jun 22 19:48:45.820 INFO O| Jun 22 19:48:45.820 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-06-22T19:48:46.425Z[ recovery-image] Jun 22 19:48:45.827 INFO O| Jun 22 19:48:45.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66232026-06-22T19:48:46.425Z[ recovery-image] Jun 22 19:48:45.827 INFO O| Jun 22 19:48:45.827 INFO STEP 565 (remove_files) COMPLETE
66242026-06-22T19:48:46.428Z[ recovery-image] Jun 22 19:48:45.827 INFO O| Jun 22 19:48:45.827 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-06-22T19:48:46.432Z[ recovery-image] Jun 22 19:48:45.835 INFO O| Jun 22 19:48:45.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66262026-06-22T19:48:46.432Z[ recovery-image] Jun 22 19:48:45.835 INFO O| Jun 22 19:48:45.835 INFO STEP 566 (remove_files) COMPLETE
66272026-06-22T19:48:46.432Z[ recovery-image] Jun 22 19:48:45.835 INFO O| Jun 22 19:48:45.835 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-06-22T19:48:46.438Z[ recovery-image] Jun 22 19:48:45.841 INFO O| Jun 22 19:48:45.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66292026-06-22T19:48:46.439Z[ recovery-image] Jun 22 19:48:45.841 INFO O| Jun 22 19:48:45.841 INFO STEP 567 (remove_files) COMPLETE
66302026-06-22T19:48:46.439Z[ recovery-image] Jun 22 19:48:45.841 INFO O| Jun 22 19:48:45.841 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-06-22T19:48:46.445Z[ recovery-image] Jun 22 19:48:45.847 INFO O| Jun 22 19:48:45.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66322026-06-22T19:48:46.445Z[ recovery-image] Jun 22 19:48:45.847 INFO O| Jun 22 19:48:45.847 INFO STEP 568 (remove_files) COMPLETE
66332026-06-22T19:48:46.445Z[ recovery-image] Jun 22 19:48:45.847 INFO O| Jun 22 19:48:45.847 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-06-22T19:48:46.476Z[ recovery-image] Jun 22 19:48:45.854 INFO O| Jun 22 19:48:45.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66352026-06-22T19:48:46.476Z[ recovery-image] Jun 22 19:48:45.854 INFO O| Jun 22 19:48:45.854 INFO STEP 569 (remove_files) COMPLETE
66362026-06-22T19:48:46.476Z[ recovery-image] Jun 22 19:48:45.854 INFO O| Jun 22 19:48:45.854 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-06-22T19:48:46.476Z[ recovery-image] Jun 22 19:48:45.860 INFO O| Jun 22 19:48:45.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66382026-06-22T19:48:46.476Z[ recovery-image] Jun 22 19:48:45.861 INFO O| Jun 22 19:48:45.860 INFO STEP 570 (remove_files) COMPLETE
66392026-06-22T19:48:46.476Z[ recovery-image] Jun 22 19:48:45.861 INFO O| Jun 22 19:48:45.860 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-06-22T19:48:46.476Z[ recovery-image] Jun 22 19:48:45.867 INFO O| Jun 22 19:48:45.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66412026-06-22T19:48:46.476Z[ recovery-image] Jun 22 19:48:45.867 INFO O| Jun 22 19:48:45.867 INFO STEP 571 (remove_files) COMPLETE
66422026-06-22T19:48:46.476Z[ recovery-image] Jun 22 19:48:45.867 INFO O| Jun 22 19:48:45.867 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-06-22T19:48:46.476Z[ recovery-image] Jun 22 19:48:45.874 INFO O| Jun 22 19:48:45.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66442026-06-22T19:48:46.476Z[ recovery-image] Jun 22 19:48:45.874 INFO O| Jun 22 19:48:45.874 INFO STEP 572 (remove_files) COMPLETE
66452026-06-22T19:48:46.476Z[ recovery-image] Jun 22 19:48:45.874 INFO O| Jun 22 19:48:45.874 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-06-22T19:48:46.480Z[ recovery-image] Jun 22 19:48:45.880 INFO O| Jun 22 19:48:45.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66472026-06-22T19:48:46.480Z[ recovery-image] Jun 22 19:48:45.880 INFO O| Jun 22 19:48:45.880 INFO STEP 573 (remove_files) COMPLETE
66482026-06-22T19:48:46.480Z[ recovery-image] Jun 22 19:48:45.880 INFO O| Jun 22 19:48:45.880 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-06-22T19:48:46.487Z[ recovery-image] Jun 22 19:48:45.889 INFO O| Jun 22 19:48:45.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66502026-06-22T19:48:46.487Z[ recovery-image] Jun 22 19:48:45.889 INFO O| Jun 22 19:48:45.889 INFO STEP 574 (remove_files) COMPLETE
66512026-06-22T19:48:46.487Z[ recovery-image] Jun 22 19:48:45.889 INFO O| Jun 22 19:48:45.889 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-06-22T19:48:46.494Z[ recovery-image] Jun 22 19:48:45.896 INFO O| Jun 22 19:48:45.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66532026-06-22T19:48:46.494Z[ recovery-image] Jun 22 19:48:45.896 INFO O| Jun 22 19:48:45.896 INFO STEP 575 (remove_files) COMPLETE
66542026-06-22T19:48:46.494Z[ recovery-image] Jun 22 19:48:45.896 INFO O| Jun 22 19:48:45.896 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-06-22T19:48:46.503Z[ recovery-image] Jun 22 19:48:45.905 INFO O| Jun 22 19:48:45.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66562026-06-22T19:48:46.503Z[ recovery-image] Jun 22 19:48:45.905 INFO O| Jun 22 19:48:45.905 INFO STEP 576 (remove_files) COMPLETE
66572026-06-22T19:48:46.503Z[ recovery-image] Jun 22 19:48:45.905 INFO O| Jun 22 19:48:45.905 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-06-22T19:48:46.510Z[ recovery-image] Jun 22 19:48:45.912 INFO O| Jun 22 19:48:45.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66592026-06-22T19:48:46.510Z[ recovery-image] Jun 22 19:48:45.912 INFO O| Jun 22 19:48:45.912 INFO STEP 577 (remove_files) COMPLETE
66602026-06-22T19:48:46.513Z[ recovery-image] Jun 22 19:48:45.912 INFO O| Jun 22 19:48:45.912 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-06-22T19:48:46.517Z[ recovery-image] Jun 22 19:48:45.919 INFO O| Jun 22 19:48:45.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66622026-06-22T19:48:46.517Z[ recovery-image] Jun 22 19:48:45.919 INFO O| Jun 22 19:48:45.919 INFO STEP 578 (remove_files) COMPLETE
66632026-06-22T19:48:46.520Z[ recovery-image] Jun 22 19:48:45.919 INFO O| Jun 22 19:48:45.919 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-06-22T19:48:46.524Z[ recovery-image] Jun 22 19:48:45.926 INFO O| Jun 22 19:48:45.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66652026-06-22T19:48:46.524Z[ recovery-image] Jun 22 19:48:45.926 INFO O| Jun 22 19:48:45.926 INFO STEP 579 (remove_files) COMPLETE
66662026-06-22T19:48:46.527Z[ recovery-image] Jun 22 19:48:45.926 INFO O| Jun 22 19:48:45.926 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-06-22T19:48:46.532Z[ recovery-image] Jun 22 19:48:45.934 INFO O| Jun 22 19:48:45.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66682026-06-22T19:48:46.535Z[ recovery-image] Jun 22 19:48:45.934 INFO O| Jun 22 19:48:45.934 INFO STEP 580 (remove_files) COMPLETE
66692026-06-22T19:48:46.535Z[ recovery-image] Jun 22 19:48:45.934 INFO O| Jun 22 19:48:45.934 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-06-22T19:48:46.539Z[ recovery-image] Jun 22 19:48:45.941 INFO O| Jun 22 19:48:45.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66712026-06-22T19:48:46.542Z[ recovery-image] Jun 22 19:48:45.941 INFO O| Jun 22 19:48:45.941 INFO STEP 581 (remove_files) COMPLETE
66722026-06-22T19:48:46.542Z[ recovery-image] Jun 22 19:48:45.941 INFO O| Jun 22 19:48:45.941 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-06-22T19:48:46.548Z[ recovery-image] Jun 22 19:48:45.950 INFO O| Jun 22 19:48:45.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66742026-06-22T19:48:46.548Z[ recovery-image] Jun 22 19:48:45.950 INFO O| Jun 22 19:48:45.950 INFO STEP 582 (remove_files) COMPLETE
66752026-06-22T19:48:46.551Z[ recovery-image] Jun 22 19:48:45.950 INFO O| Jun 22 19:48:45.950 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-06-22T19:48:46.555Z[ recovery-image] Jun 22 19:48:45.957 INFO O| Jun 22 19:48:45.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
66772026-06-22T19:48:46.555Z[ recovery-image] Jun 22 19:48:45.957 INFO O| Jun 22 19:48:45.957 INFO STEP 583 (remove_files) COMPLETE
66782026-06-22T19:48:46.558Z[ recovery-image] Jun 22 19:48:45.957 INFO O| Jun 22 19:48:45.957 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-06-22T19:48:46.561Z[ recovery-image] Jun 22 19:48:45.963 INFO O| Jun 22 19:48:45.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66802026-06-22T19:48:46.561Z[ recovery-image] Jun 22 19:48:45.963 INFO O| Jun 22 19:48:45.963 INFO STEP 584 (remove_files) COMPLETE
66812026-06-22T19:48:46.564Z[ recovery-image] Jun 22 19:48:45.963 INFO O| Jun 22 19:48:45.963 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-06-22T19:48:46.568Z[ recovery-image] Jun 22 19:48:45.969 INFO O| Jun 22 19:48:45.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66832026-06-22T19:48:46.568Z[ recovery-image] Jun 22 19:48:45.969 INFO O| Jun 22 19:48:45.969 INFO STEP 585 (remove_files) COMPLETE
66842026-06-22T19:48:46.568Z[ recovery-image] Jun 22 19:48:45.969 INFO O| Jun 22 19:48:45.969 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-06-22T19:48:46.575Z[ recovery-image] Jun 22 19:48:45.978 INFO O| Jun 22 19:48:45.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66862026-06-22T19:48:46.575Z[ recovery-image] Jun 22 19:48:45.978 INFO O| Jun 22 19:48:45.978 INFO STEP 586 (remove_files) COMPLETE
66872026-06-22T19:48:46.578Z[ recovery-image] Jun 22 19:48:45.978 INFO O| Jun 22 19:48:45.978 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-06-22T19:48:46.582Z[ recovery-image] Jun 22 19:48:45.985 INFO O| Jun 22 19:48:45.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66892026-06-22T19:48:46.582Z[ recovery-image] Jun 22 19:48:45.985 INFO O| Jun 22 19:48:45.985 INFO STEP 587 (remove_files) COMPLETE
66902026-06-22T19:48:46.582Z[ recovery-image] Jun 22 19:48:45.985 INFO O| Jun 22 19:48:45.985 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-06-22T19:48:46.589Z[ recovery-image] Jun 22 19:48:45.991 INFO O| Jun 22 19:48:45.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66922026-06-22T19:48:46.589Z[ recovery-image] Jun 22 19:48:45.991 INFO O| Jun 22 19:48:45.991 INFO STEP 588 (remove_files) COMPLETE
66932026-06-22T19:48:46.593Z[ recovery-image] Jun 22 19:48:45.991 INFO O| Jun 22 19:48:45.991 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-06-22T19:48:46.600Z[ recovery-image] Jun 22 19:48:45.999 INFO O| Jun 22 19:48:45.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66952026-06-22T19:48:46.600Z[ recovery-image] Jun 22 19:48:45.999 INFO O| Jun 22 19:48:45.999 INFO STEP 589 (remove_files) COMPLETE
66962026-06-22T19:48:46.600Z[ recovery-image] Jun 22 19:48:45.999 INFO O| Jun 22 19:48:45.999 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-06-22T19:48:46.604Z[ recovery-image] Jun 22 19:48:46.007 INFO O| Jun 22 19:48:46.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66982026-06-22T19:48:46.604Z[ recovery-image] Jun 22 19:48:46.007 INFO O| Jun 22 19:48:46.007 INFO STEP 590 (remove_files) COMPLETE
66992026-06-22T19:48:46.605Z[ recovery-image] Jun 22 19:48:46.007 INFO O| Jun 22 19:48:46.007 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-06-22T19:48:46.611Z[ recovery-image] Jun 22 19:48:46.013 INFO O| Jun 22 19:48:46.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67012026-06-22T19:48:46.611Z[ recovery-image] Jun 22 19:48:46.013 INFO O| Jun 22 19:48:46.013 INFO STEP 591 (remove_files) COMPLETE
67022026-06-22T19:48:46.615Z[ recovery-image] Jun 22 19:48:46.013 INFO O| Jun 22 19:48:46.013 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-06-22T19:48:46.618Z[ recovery-image] Jun 22 19:48:46.020 INFO O| Jun 22 19:48:46.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67042026-06-22T19:48:46.618Z[ recovery-image] Jun 22 19:48:46.020 INFO O| Jun 22 19:48:46.020 INFO STEP 592 (remove_files) COMPLETE
67052026-06-22T19:48:46.618Z[ recovery-image] Jun 22 19:48:46.020 INFO O| Jun 22 19:48:46.020 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-06-22T19:48:46.626Z[ recovery-image] Jun 22 19:48:46.028 INFO O| Jun 22 19:48:46.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67072026-06-22T19:48:46.626Z[ recovery-image] Jun 22 19:48:46.028 INFO O| Jun 22 19:48:46.028 INFO STEP 593 (remove_files) COMPLETE
67082026-06-22T19:48:46.629Z[ recovery-image] Jun 22 19:48:46.028 INFO O| Jun 22 19:48:46.028 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-06-22T19:48:46.634Z[ recovery-image] Jun 22 19:48:46.036 INFO O| Jun 22 19:48:46.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67102026-06-22T19:48:46.634Z[ recovery-image] Jun 22 19:48:46.036 INFO O| Jun 22 19:48:46.036 INFO STEP 594 (remove_files) COMPLETE
67112026-06-22T19:48:46.634Z[ recovery-image] Jun 22 19:48:46.036 INFO O| Jun 22 19:48:46.036 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-06-22T19:48:46.642Z[ recovery-image] Jun 22 19:48:46.044 INFO O| Jun 22 19:48:46.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67132026-06-22T19:48:46.642Z[ recovery-image] Jun 22 19:48:46.044 INFO O| Jun 22 19:48:46.044 INFO STEP 595 (remove_files) COMPLETE
67142026-06-22T19:48:46.645Z[ recovery-image] Jun 22 19:48:46.044 INFO O| Jun 22 19:48:46.044 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-06-22T19:48:46.663Z[ recovery-image] Jun 22 19:48:46.050 INFO O| Jun 22 19:48:46.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67162026-06-22T19:48:46.667Z[ recovery-image] Jun 22 19:48:46.050 INFO O| Jun 22 19:48:46.050 INFO STEP 596 (remove_files) COMPLETE
67172026-06-22T19:48:46.667Z[ recovery-image] Jun 22 19:48:46.050 INFO O| Jun 22 19:48:46.050 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-06-22T19:48:46.667Z[ recovery-image] Jun 22 19:48:46.056 INFO O| Jun 22 19:48:46.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67192026-06-22T19:48:46.667Z[ recovery-image] Jun 22 19:48:46.056 INFO O| Jun 22 19:48:46.056 INFO STEP 597 (remove_files) COMPLETE
67202026-06-22T19:48:46.667Z[ recovery-image] Jun 22 19:48:46.056 INFO O| Jun 22 19:48:46.056 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-06-22T19:48:46.667Z[ recovery-image] Jun 22 19:48:46.062 INFO O| Jun 22 19:48:46.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67222026-06-22T19:48:46.667Z[ recovery-image] Jun 22 19:48:46.062 INFO O| Jun 22 19:48:46.062 INFO STEP 598 (remove_files) COMPLETE
67232026-06-22T19:48:46.667Z[ recovery-image] Jun 22 19:48:46.062 INFO O| Jun 22 19:48:46.062 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-06-22T19:48:46.667Z[ recovery-image] Jun 22 19:48:46.067 INFO O| Jun 22 19:48:46.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67252026-06-22T19:48:46.668Z[ recovery-image] Jun 22 19:48:46.067 INFO O| Jun 22 19:48:46.067 INFO STEP 599 (remove_files) COMPLETE
67262026-06-22T19:48:46.668Z[ recovery-image] Jun 22 19:48:46.067 INFO O| Jun 22 19:48:46.067 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-06-22T19:48:46.671Z[ recovery-image] Jun 22 19:48:46.073 INFO O| Jun 22 19:48:46.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67282026-06-22T19:48:46.671Z[ recovery-image] Jun 22 19:48:46.073 INFO O| Jun 22 19:48:46.073 INFO STEP 600 (remove_files) COMPLETE
67292026-06-22T19:48:46.671Z[ recovery-image] Jun 22 19:48:46.073 INFO O| Jun 22 19:48:46.073 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-06-22T19:48:46.676Z[ recovery-image] Jun 22 19:48:46.079 INFO O| Jun 22 19:48:46.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67312026-06-22T19:48:46.676Z[ recovery-image] Jun 22 19:48:46.079 INFO O| Jun 22 19:48:46.079 INFO STEP 601 (remove_files) COMPLETE
67322026-06-22T19:48:46.680Z[ recovery-image] Jun 22 19:48:46.079 INFO O| Jun 22 19:48:46.079 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-06-22T19:48:46.685Z[ recovery-image] Jun 22 19:48:46.084 INFO O| Jun 22 19:48:46.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67342026-06-22T19:48:46.685Z[ recovery-image] Jun 22 19:48:46.084 INFO O| Jun 22 19:48:46.084 INFO STEP 602 (remove_files) COMPLETE
67352026-06-22T19:48:46.685Z[ recovery-image] Jun 22 19:48:46.084 INFO O| Jun 22 19:48:46.084 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-06-22T19:48:46.689Z[ recovery-image] Jun 22 19:48:46.090 INFO O| Jun 22 19:48:46.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67372026-06-22T19:48:46.689Z[ recovery-image] Jun 22 19:48:46.090 INFO O| Jun 22 19:48:46.090 INFO STEP 603 (remove_files) COMPLETE
67382026-06-22T19:48:46.689Z[ recovery-image] Jun 22 19:48:46.090 INFO O| Jun 22 19:48:46.090 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-06-22T19:48:46.694Z[ recovery-image] Jun 22 19:48:46.096 INFO O| Jun 22 19:48:46.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67402026-06-22T19:48:46.694Z[ recovery-image] Jun 22 19:48:46.096 INFO O| Jun 22 19:48:46.096 INFO STEP 604 (remove_files) COMPLETE
67412026-06-22T19:48:46.697Z[ recovery-image] Jun 22 19:48:46.096 INFO O| Jun 22 19:48:46.096 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-06-22T19:48:46.700Z[ recovery-image] Jun 22 19:48:46.102 INFO O| Jun 22 19:48:46.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67432026-06-22T19:48:46.700Z[ recovery-image] Jun 22 19:48:46.102 INFO O| Jun 22 19:48:46.102 INFO STEP 605 (remove_files) COMPLETE
67442026-06-22T19:48:46.700Z[ recovery-image] Jun 22 19:48:46.102 INFO O| Jun 22 19:48:46.102 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-06-22T19:48:46.713Z[ recovery-image] Jun 22 19:48:46.115 INFO O| Jun 22 19:48:46.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67462026-06-22T19:48:46.713Z[ recovery-image] Jun 22 19:48:46.115 INFO O| Jun 22 19:48:46.115 INFO STEP 606 (remove_files) COMPLETE
67472026-06-22T19:48:46.713Z[ recovery-image] Jun 22 19:48:46.115 INFO O| Jun 22 19:48:46.115 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-06-22T19:48:46.723Z[ recovery-image] Jun 22 19:48:46.125 INFO O| Jun 22 19:48:46.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67492026-06-22T19:48:46.723Z[ recovery-image] Jun 22 19:48:46.126 INFO O| Jun 22 19:48:46.126 INFO STEP 607 (remove_files) COMPLETE
67502026-06-22T19:48:46.723Z[ recovery-image] Jun 22 19:48:46.126 INFO O| Jun 22 19:48:46.126 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-06-22T19:48:46.731Z[ recovery-image] Jun 22 19:48:46.133 INFO O| Jun 22 19:48:46.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67522026-06-22T19:48:46.731Z[ recovery-image] Jun 22 19:48:46.133 INFO O| Jun 22 19:48:46.133 INFO STEP 608 (remove_files) COMPLETE
67532026-06-22T19:48:46.735Z[ recovery-image] Jun 22 19:48:46.133 INFO O| Jun 22 19:48:46.133 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-06-22T19:48:46.738Z[ recovery-image] Jun 22 19:48:46.141 INFO O| Jun 22 19:48:46.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67552026-06-22T19:48:46.738Z[ recovery-image] Jun 22 19:48:46.141 INFO O| Jun 22 19:48:46.141 INFO STEP 609 (remove_files) COMPLETE
67562026-06-22T19:48:46.742Z[ recovery-image] Jun 22 19:48:46.141 INFO O| Jun 22 19:48:46.141 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-06-22T19:48:46.746Z[ recovery-image] Jun 22 19:48:46.148 INFO O| Jun 22 19:48:46.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67582026-06-22T19:48:46.746Z[ recovery-image] Jun 22 19:48:46.148 INFO O| Jun 22 19:48:46.148 INFO STEP 610 (remove_files) COMPLETE
67592026-06-22T19:48:46.750Z[ recovery-image] Jun 22 19:48:46.148 INFO O| Jun 22 19:48:46.148 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-06-22T19:48:46.753Z[ recovery-image] Jun 22 19:48:46.156 INFO O| Jun 22 19:48:46.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67612026-06-22T19:48:46.757Z[ recovery-image] Jun 22 19:48:46.156 INFO O| Jun 22 19:48:46.156 INFO STEP 611 (remove_files) COMPLETE
67622026-06-22T19:48:46.757Z[ recovery-image] Jun 22 19:48:46.156 INFO O| Jun 22 19:48:46.156 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-06-22T19:48:46.763Z[ recovery-image] Jun 22 19:48:46.165 INFO O| Jun 22 19:48:46.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67642026-06-22T19:48:46.763Z[ recovery-image] Jun 22 19:48:46.165 INFO O| Jun 22 19:48:46.165 INFO STEP 612 (remove_files) COMPLETE
67652026-06-22T19:48:46.763Z[ recovery-image] Jun 22 19:48:46.165 INFO O| Jun 22 19:48:46.165 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-06-22T19:48:46.770Z[ recovery-image] Jun 22 19:48:46.173 INFO O| Jun 22 19:48:46.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67672026-06-22T19:48:46.770Z[ recovery-image] Jun 22 19:48:46.173 INFO O| Jun 22 19:48:46.173 INFO STEP 613 (remove_files) COMPLETE
67682026-06-22T19:48:46.770Z[ recovery-image] Jun 22 19:48:46.173 INFO O| Jun 22 19:48:46.173 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-06-22T19:48:46.778Z[ recovery-image] Jun 22 19:48:46.180 INFO O| Jun 22 19:48:46.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67702026-06-22T19:48:46.782Z[ recovery-image] Jun 22 19:48:46.181 INFO O| Jun 22 19:48:46.180 INFO STEP 614 (remove_files) COMPLETE
67712026-06-22T19:48:46.782Z[ recovery-image] Jun 22 19:48:46.181 INFO O| Jun 22 19:48:46.181 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-06-22T19:48:46.787Z[ recovery-image] Jun 22 19:48:46.188 INFO O| Jun 22 19:48:46.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67732026-06-22T19:48:46.787Z[ recovery-image] Jun 22 19:48:46.188 INFO O| Jun 22 19:48:46.188 INFO STEP 615 (remove_files) COMPLETE
67742026-06-22T19:48:46.787Z[ recovery-image] Jun 22 19:48:46.188 INFO O| Jun 22 19:48:46.188 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-06-22T19:48:46.792Z[ recovery-image] Jun 22 19:48:46.195 INFO O| Jun 22 19:48:46.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67762026-06-22T19:48:46.793Z[ recovery-image] Jun 22 19:48:46.195 INFO O| Jun 22 19:48:46.195 INFO STEP 616 (remove_files) COMPLETE
67772026-06-22T19:48:46.793Z[ recovery-image] Jun 22 19:48:46.195 INFO O| Jun 22 19:48:46.195 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-06-22T19:48:46.804Z[ recovery-image] Jun 22 19:48:46.202 INFO O| Jun 22 19:48:46.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67792026-06-22T19:48:46.804Z[ recovery-image] Jun 22 19:48:46.202 INFO O| Jun 22 19:48:46.202 INFO STEP 617 (remove_files) COMPLETE
67802026-06-22T19:48:46.808Z[ recovery-image] Jun 22 19:48:46.202 INFO O| Jun 22 19:48:46.202 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-06-22T19:48:46.808Z[ recovery-image] Jun 22 19:48:46.209 INFO O| Jun 22 19:48:46.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67822026-06-22T19:48:46.808Z[ recovery-image] Jun 22 19:48:46.209 INFO O| Jun 22 19:48:46.209 INFO STEP 618 (remove_files) COMPLETE
67832026-06-22T19:48:46.808Z[ recovery-image] Jun 22 19:48:46.209 INFO O| Jun 22 19:48:46.209 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-06-22T19:48:46.815Z[ recovery-image] Jun 22 19:48:46.217 INFO O| Jun 22 19:48:46.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67852026-06-22T19:48:46.815Z[ recovery-image] Jun 22 19:48:46.217 INFO O| Jun 22 19:48:46.217 INFO STEP 619 (remove_files) COMPLETE
67862026-06-22T19:48:46.819Z[ recovery-image] Jun 22 19:48:46.217 INFO O| Jun 22 19:48:46.217 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-06-22T19:48:46.823Z[ recovery-image] Jun 22 19:48:46.225 INFO O| Jun 22 19:48:46.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67882026-06-22T19:48:46.823Z[ recovery-image] Jun 22 19:48:46.225 INFO O| Jun 22 19:48:46.225 INFO STEP 620 (remove_files) COMPLETE
67892026-06-22T19:48:46.827Z[ recovery-image] Jun 22 19:48:46.225 INFO O| Jun 22 19:48:46.225 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-06-22T19:48:46.831Z[ recovery-image] Jun 22 19:48:46.232 INFO O| Jun 22 19:48:46.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67912026-06-22T19:48:46.831Z[ recovery-image] Jun 22 19:48:46.232 INFO O| Jun 22 19:48:46.232 INFO STEP 621 (remove_files) COMPLETE
67922026-06-22T19:48:46.831Z[ recovery-image] Jun 22 19:48:46.232 INFO O| Jun 22 19:48:46.232 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-06-22T19:48:46.837Z[ recovery-image] Jun 22 19:48:46.239 INFO O| Jun 22 19:48:46.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67942026-06-22T19:48:46.837Z[ recovery-image] Jun 22 19:48:46.240 INFO O| Jun 22 19:48:46.240 INFO STEP 622 (remove_files) COMPLETE
67952026-06-22T19:48:46.841Z[ recovery-image] Jun 22 19:48:46.240 INFO O| Jun 22 19:48:46.240 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-06-22T19:48:46.845Z[ recovery-image] Jun 22 19:48:46.246 INFO O| Jun 22 19:48:46.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67972026-06-22T19:48:46.845Z[ recovery-image] Jun 22 19:48:46.247 INFO O| Jun 22 19:48:46.247 INFO STEP 623 (remove_files) COMPLETE
67982026-06-22T19:48:46.845Z[ recovery-image] Jun 22 19:48:46.247 INFO O| Jun 22 19:48:46.247 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-06-22T19:48:46.854Z[ recovery-image] Jun 22 19:48:46.256 INFO O| Jun 22 19:48:46.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68002026-06-22T19:48:46.854Z[ recovery-image] Jun 22 19:48:46.256 INFO O| Jun 22 19:48:46.256 INFO STEP 624 (remove_files) COMPLETE
68012026-06-22T19:48:46.858Z[ recovery-image] Jun 22 19:48:46.256 INFO O| Jun 22 19:48:46.256 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-06-22T19:48:46.862Z[ recovery-image] Jun 22 19:48:46.264 INFO O| Jun 22 19:48:46.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68032026-06-22T19:48:46.862Z[ recovery-image] Jun 22 19:48:46.264 INFO O| Jun 22 19:48:46.264 INFO STEP 625 (remove_files) COMPLETE
68042026-06-22T19:48:46.862Z[ recovery-image] Jun 22 19:48:46.264 INFO O| Jun 22 19:48:46.264 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-06-22T19:48:46.871Z[ recovery-image] Jun 22 19:48:46.274 INFO O| Jun 22 19:48:46.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68062026-06-22T19:48:46.875Z[ recovery-image] Jun 22 19:48:46.274 INFO O| Jun 22 19:48:46.274 INFO STEP 626 (remove_files) COMPLETE
68072026-06-22T19:48:46.875Z[ recovery-image] Jun 22 19:48:46.274 INFO O| Jun 22 19:48:46.274 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-06-22T19:48:46.881Z[ recovery-image] Jun 22 19:48:46.283 INFO O| Jun 22 19:48:46.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68092026-06-22T19:48:46.881Z[ recovery-image] Jun 22 19:48:46.283 INFO O| Jun 22 19:48:46.283 INFO STEP 627 (remove_files) COMPLETE
68102026-06-22T19:48:46.884Z[ recovery-image] Jun 22 19:48:46.283 INFO O| Jun 22 19:48:46.283 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-06-22T19:48:46.888Z[ recovery-image] Jun 22 19:48:46.290 INFO O| Jun 22 19:48:46.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68122026-06-22T19:48:46.888Z[ recovery-image] Jun 22 19:48:46.290 INFO O| Jun 22 19:48:46.290 INFO STEP 628 (remove_files) COMPLETE
68132026-06-22T19:48:46.891Z[ recovery-image] Jun 22 19:48:46.290 INFO O| Jun 22 19:48:46.290 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-06-22T19:48:46.897Z[ recovery-image] Jun 22 19:48:46.299 INFO O| Jun 22 19:48:46.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68152026-06-22T19:48:46.897Z[ recovery-image] Jun 22 19:48:46.299 INFO O| Jun 22 19:48:46.299 INFO STEP 629 (remove_files) COMPLETE
68162026-06-22T19:48:46.900Z[ recovery-image] Jun 22 19:48:46.299 INFO O| Jun 22 19:48:46.299 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-06-22T19:48:46.905Z[ recovery-image] Jun 22 19:48:46.307 INFO O| Jun 22 19:48:46.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68182026-06-22T19:48:46.905Z[ recovery-image] Jun 22 19:48:46.307 INFO O| Jun 22 19:48:46.307 INFO STEP 630 (remove_files) COMPLETE
68192026-06-22T19:48:46.908Z[ recovery-image] Jun 22 19:48:46.307 INFO O| Jun 22 19:48:46.307 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-06-22T19:48:46.912Z[ recovery-image] Jun 22 19:48:46.314 INFO O| Jun 22 19:48:46.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68212026-06-22T19:48:46.912Z[ recovery-image] Jun 22 19:48:46.314 INFO O| Jun 22 19:48:46.314 INFO STEP 631 (remove_files) COMPLETE
68222026-06-22T19:48:46.915Z[ recovery-image] Jun 22 19:48:46.314 INFO O| Jun 22 19:48:46.314 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-06-22T19:48:46.919Z[ recovery-image] Jun 22 19:48:46.320 INFO O| Jun 22 19:48:46.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68242026-06-22T19:48:46.919Z[ recovery-image] Jun 22 19:48:46.320 INFO O| Jun 22 19:48:46.320 INFO STEP 632 (remove_files) COMPLETE
68252026-06-22T19:48:46.919Z[ recovery-image] Jun 22 19:48:46.320 INFO O| Jun 22 19:48:46.320 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-06-22T19:48:46.924Z[ recovery-image] Jun 22 19:48:46.326 INFO O| Jun 22 19:48:46.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68272026-06-22T19:48:46.924Z[ recovery-image] Jun 22 19:48:46.326 INFO O| Jun 22 19:48:46.326 INFO STEP 633 (remove_files) COMPLETE
68282026-06-22T19:48:46.924Z[ recovery-image] Jun 22 19:48:46.326 INFO O| Jun 22 19:48:46.326 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-06-22T19:48:46.932Z[ recovery-image] Jun 22 19:48:46.332 INFO O| Jun 22 19:48:46.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68302026-06-22T19:48:46.932Z[ recovery-image] Jun 22 19:48:46.332 INFO O| Jun 22 19:48:46.332 INFO STEP 634 (remove_files) COMPLETE
68312026-06-22T19:48:46.936Z[ recovery-image] Jun 22 19:48:46.332 INFO O| Jun 22 19:48:46.332 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-06-22T19:48:46.936Z[ recovery-image] Jun 22 19:48:46.337 INFO O| Jun 22 19:48:46.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68332026-06-22T19:48:46.936Z[ recovery-image] Jun 22 19:48:46.338 INFO O| Jun 22 19:48:46.337 INFO STEP 635 (remove_files) COMPLETE
68342026-06-22T19:48:46.936Z[ recovery-image] Jun 22 19:48:46.338 INFO O| Jun 22 19:48:46.338 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-06-22T19:48:46.943Z[ recovery-image] Jun 22 19:48:46.344 INFO O| Jun 22 19:48:46.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68362026-06-22T19:48:46.943Z[ recovery-image] Jun 22 19:48:46.344 INFO O| Jun 22 19:48:46.344 INFO STEP 636 (remove_files) COMPLETE
68372026-06-22T19:48:46.943Z[ recovery-image] Jun 22 19:48:46.344 INFO O| Jun 22 19:48:46.344 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-06-22T19:48:46.950Z[ recovery-image] Jun 22 19:48:46.352 INFO O| Jun 22 19:48:46.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68392026-06-22T19:48:46.950Z[ recovery-image] Jun 22 19:48:46.353 INFO O| Jun 22 19:48:46.353 INFO STEP 637 (remove_files) COMPLETE
68402026-06-22T19:48:46.950Z[ recovery-image] Jun 22 19:48:46.353 INFO O| Jun 22 19:48:46.353 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-06-22T19:48:46.958Z[ recovery-image] Jun 22 19:48:46.361 INFO O| Jun 22 19:48:46.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68422026-06-22T19:48:46.958Z[ recovery-image] Jun 22 19:48:46.361 INFO O| Jun 22 19:48:46.361 INFO STEP 638 (remove_files) COMPLETE
68432026-06-22T19:48:46.958Z[ recovery-image] Jun 22 19:48:46.361 INFO O| Jun 22 19:48:46.361 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-06-22T19:48:46.965Z[ recovery-image] Jun 22 19:48:46.367 INFO O| Jun 22 19:48:46.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68452026-06-22T19:48:46.965Z[ recovery-image] Jun 22 19:48:46.367 INFO O| Jun 22 19:48:46.367 INFO STEP 639 (remove_files) COMPLETE
68462026-06-22T19:48:46.970Z[ recovery-image] Jun 22 19:48:46.367 INFO O| Jun 22 19:48:46.367 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-06-22T19:48:46.973Z[ recovery-image] Jun 22 19:48:46.376 INFO O| Jun 22 19:48:46.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68482026-06-22T19:48:46.973Z[ recovery-image] Jun 22 19:48:46.376 INFO O| Jun 22 19:48:46.376 INFO STEP 640 (remove_files) COMPLETE
68492026-06-22T19:48:46.973Z[ recovery-image] Jun 22 19:48:46.376 INFO O| Jun 22 19:48:46.376 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-06-22T19:48:46.982Z[ recovery-image] Jun 22 19:48:46.383 INFO O| Jun 22 19:48:46.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68512026-06-22T19:48:46.982Z[ recovery-image] Jun 22 19:48:46.383 INFO O| Jun 22 19:48:46.383 INFO STEP 641 (remove_files) COMPLETE
68522026-06-22T19:48:46.983Z[ recovery-image] Jun 22 19:48:46.383 INFO O| Jun 22 19:48:46.383 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-06-22T19:48:46.990Z[ recovery-image] Jun 22 19:48:46.392 INFO O| Jun 22 19:48:46.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68542026-06-22T19:48:46.990Z[ recovery-image] Jun 22 19:48:46.392 INFO O| Jun 22 19:48:46.392 INFO STEP 642 (remove_files) COMPLETE
68552026-06-22T19:48:46.990Z[ recovery-image] Jun 22 19:48:46.392 INFO O| Jun 22 19:48:46.392 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-06-22T19:48:46.999Z[ recovery-image] Jun 22 19:48:46.401 INFO O| Jun 22 19:48:46.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68572026-06-22T19:48:46.999Z[ recovery-image] Jun 22 19:48:46.401 INFO O| Jun 22 19:48:46.401 INFO STEP 643 (remove_files) COMPLETE
68582026-06-22T19:48:46.999Z[ recovery-image] Jun 22 19:48:46.401 INFO O| Jun 22 19:48:46.401 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-06-22T19:48:47.007Z[ recovery-image] Jun 22 19:48:46.409 INFO O| Jun 22 19:48:46.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68602026-06-22T19:48:47.007Z[ recovery-image] Jun 22 19:48:46.409 INFO O| Jun 22 19:48:46.409 INFO STEP 644 (remove_files) COMPLETE
68612026-06-22T19:48:47.010Z[ recovery-image] Jun 22 19:48:46.409 INFO O| Jun 22 19:48:46.409 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-06-22T19:48:47.016Z[ recovery-image] Jun 22 19:48:46.418 INFO O| Jun 22 19:48:46.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68632026-06-22T19:48:47.016Z[ recovery-image] Jun 22 19:48:46.418 INFO O| Jun 22 19:48:46.418 INFO STEP 645 (remove_files) COMPLETE
68642026-06-22T19:48:47.016Z[ recovery-image] Jun 22 19:48:46.418 INFO O| Jun 22 19:48:46.418 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-06-22T19:48:47.024Z[ recovery-image] Jun 22 19:48:46.426 INFO O| Jun 22 19:48:46.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68662026-06-22T19:48:47.024Z[ recovery-image] Jun 22 19:48:46.426 INFO O| Jun 22 19:48:46.426 INFO STEP 646 (remove_files) COMPLETE
68672026-06-22T19:48:47.024Z[ recovery-image] Jun 22 19:48:46.426 INFO O| Jun 22 19:48:46.426 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-06-22T19:48:47.032Z[ recovery-image] Jun 22 19:48:46.434 INFO O| Jun 22 19:48:46.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68692026-06-22T19:48:47.032Z[ recovery-image] Jun 22 19:48:46.434 INFO O| Jun 22 19:48:46.434 INFO STEP 647 (remove_files) COMPLETE
68702026-06-22T19:48:47.035Z[ recovery-image] Jun 22 19:48:46.434 INFO O| Jun 22 19:48:46.434 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-06-22T19:48:47.041Z[ recovery-image] Jun 22 19:48:46.443 INFO O| Jun 22 19:48:46.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68722026-06-22T19:48:47.041Z[ recovery-image] Jun 22 19:48:46.443 INFO O| Jun 22 19:48:46.443 INFO STEP 648 (remove_files) COMPLETE
68732026-06-22T19:48:47.041Z[ recovery-image] Jun 22 19:48:46.443 INFO O| Jun 22 19:48:46.443 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-06-22T19:48:47.047Z[ recovery-image] Jun 22 19:48:46.450 INFO O| Jun 22 19:48:46.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68752026-06-22T19:48:47.051Z[ recovery-image] Jun 22 19:48:46.450 INFO O| Jun 22 19:48:46.450 INFO STEP 649 (remove_files) COMPLETE
68762026-06-22T19:48:47.051Z[ recovery-image] Jun 22 19:48:46.450 INFO O| Jun 22 19:48:46.450 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-06-22T19:48:47.054Z[ recovery-image] Jun 22 19:48:46.456 INFO O| Jun 22 19:48:46.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68782026-06-22T19:48:47.054Z[ recovery-image] Jun 22 19:48:46.456 INFO O| Jun 22 19:48:46.456 INFO STEP 650 (remove_files) COMPLETE
68792026-06-22T19:48:47.054Z[ recovery-image] Jun 22 19:48:46.456 INFO O| Jun 22 19:48:46.456 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-06-22T19:48:47.061Z[ recovery-image] Jun 22 19:48:46.463 INFO O| Jun 22 19:48:46.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68812026-06-22T19:48:47.064Z[ recovery-image] Jun 22 19:48:46.463 INFO O| Jun 22 19:48:46.463 INFO STEP 651 (remove_files) COMPLETE
68822026-06-22T19:48:47.064Z[ recovery-image] Jun 22 19:48:46.463 INFO O| Jun 22 19:48:46.463 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-06-22T19:48:47.068Z[ recovery-image] Jun 22 19:48:46.469 INFO O| Jun 22 19:48:46.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68842026-06-22T19:48:47.069Z[ recovery-image] Jun 22 19:48:46.469 INFO O| Jun 22 19:48:46.469 INFO STEP 652 (remove_files) COMPLETE
68852026-06-22T19:48:47.069Z[ recovery-image] Jun 22 19:48:46.469 INFO O| Jun 22 19:48:46.469 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-06-22T19:48:47.075Z[ recovery-image] Jun 22 19:48:46.476 INFO O| Jun 22 19:48:46.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68872026-06-22T19:48:47.075Z[ recovery-image] Jun 22 19:48:46.476 INFO O| Jun 22 19:48:46.476 INFO STEP 653 (remove_files) COMPLETE
68882026-06-22T19:48:47.080Z[ recovery-image] Jun 22 19:48:46.476 INFO O| Jun 22 19:48:46.476 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-06-22T19:48:47.085Z[ recovery-image] Jun 22 19:48:46.482 INFO O| Jun 22 19:48:46.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68902026-06-22T19:48:47.085Z[ recovery-image] Jun 22 19:48:46.482 INFO O| Jun 22 19:48:46.482 INFO STEP 654 (remove_files) COMPLETE
68912026-06-22T19:48:47.085Z[ recovery-image] Jun 22 19:48:46.482 INFO O| Jun 22 19:48:46.482 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-06-22T19:48:47.088Z[ recovery-image] Jun 22 19:48:46.489 INFO O| Jun 22 19:48:46.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68932026-06-22T19:48:47.088Z[ recovery-image] Jun 22 19:48:46.489 INFO O| Jun 22 19:48:46.489 INFO STEP 655 (remove_files) COMPLETE
68942026-06-22T19:48:47.088Z[ recovery-image] Jun 22 19:48:46.489 INFO O| Jun 22 19:48:46.489 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-06-22T19:48:47.095Z[ recovery-image] Jun 22 19:48:46.498 INFO O| Jun 22 19:48:46.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68962026-06-22T19:48:47.096Z[ recovery-image] Jun 22 19:48:46.498 INFO O| Jun 22 19:48:46.498 INFO STEP 656 (remove_files) COMPLETE
68972026-06-22T19:48:47.096Z[ recovery-image] Jun 22 19:48:46.498 INFO O| Jun 22 19:48:46.498 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-06-22T19:48:47.103Z[ recovery-image] Jun 22 19:48:46.505 INFO O| Jun 22 19:48:46.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68992026-06-22T19:48:47.103Z[ recovery-image] Jun 22 19:48:46.505 INFO O| Jun 22 19:48:46.505 INFO STEP 657 (remove_files) COMPLETE
69002026-06-22T19:48:47.103Z[ recovery-image] Jun 22 19:48:46.505 INFO O| Jun 22 19:48:46.505 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-06-22T19:48:47.112Z[ recovery-image] Jun 22 19:48:46.514 INFO O| Jun 22 19:48:46.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69022026-06-22T19:48:47.112Z[ recovery-image] Jun 22 19:48:46.514 INFO O| Jun 22 19:48:46.514 INFO STEP 658 (remove_files) COMPLETE
69032026-06-22T19:48:47.112Z[ recovery-image] Jun 22 19:48:46.514 INFO O| Jun 22 19:48:46.514 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-06-22T19:48:47.120Z[ recovery-image] Jun 22 19:48:46.522 INFO O| Jun 22 19:48:46.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69052026-06-22T19:48:47.120Z[ recovery-image] Jun 22 19:48:46.523 INFO O| Jun 22 19:48:46.523 INFO STEP 659 (remove_files) COMPLETE
69062026-06-22T19:48:47.120Z[ recovery-image] Jun 22 19:48:46.523 INFO O| Jun 22 19:48:46.523 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-06-22T19:48:47.127Z[ recovery-image] Jun 22 19:48:46.529 INFO O| Jun 22 19:48:46.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69082026-06-22T19:48:47.127Z[ recovery-image] Jun 22 19:48:46.529 INFO O| Jun 22 19:48:46.529 INFO STEP 660 (remove_files) COMPLETE
69092026-06-22T19:48:47.127Z[ recovery-image] Jun 22 19:48:46.529 INFO O| Jun 22 19:48:46.529 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-06-22T19:48:47.133Z[ recovery-image] Jun 22 19:48:46.535 INFO O| Jun 22 19:48:46.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69112026-06-22T19:48:47.133Z[ recovery-image] Jun 22 19:48:46.535 INFO O| Jun 22 19:48:46.535 INFO STEP 661 (remove_files) COMPLETE
69122026-06-22T19:48:47.137Z[ recovery-image] Jun 22 19:48:46.535 INFO O| Jun 22 19:48:46.535 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-06-22T19:48:47.145Z[ recovery-image] Jun 22 19:48:46.542 INFO O| Jun 22 19:48:46.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69142026-06-22T19:48:47.145Z[ recovery-image] Jun 22 19:48:46.542 INFO O| Jun 22 19:48:46.542 INFO STEP 662 (remove_files) COMPLETE
69152026-06-22T19:48:47.145Z[ recovery-image] Jun 22 19:48:46.542 INFO O| Jun 22 19:48:46.542 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-06-22T19:48:47.150Z[ recovery-image] Jun 22 19:48:46.549 INFO O| Jun 22 19:48:46.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69172026-06-22T19:48:47.150Z[ recovery-image] Jun 22 19:48:46.549 INFO O| Jun 22 19:48:46.549 INFO STEP 663 (remove_files) COMPLETE
69182026-06-22T19:48:47.150Z[ recovery-image] Jun 22 19:48:46.549 INFO O| Jun 22 19:48:46.549 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-06-22T19:48:47.155Z[ recovery-image] Jun 22 19:48:46.557 INFO O| Jun 22 19:48:46.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69202026-06-22T19:48:47.155Z[ recovery-image] Jun 22 19:48:46.557 INFO O| Jun 22 19:48:46.557 INFO STEP 664 (remove_files) COMPLETE
69212026-06-22T19:48:47.155Z[ recovery-image] Jun 22 19:48:46.557 INFO O| Jun 22 19:48:46.557 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-06-22T19:48:47.165Z[ recovery-image] Jun 22 19:48:46.565 INFO O| Jun 22 19:48:46.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69232026-06-22T19:48:47.168Z[ recovery-image] Jun 22 19:48:46.565 INFO O| Jun 22 19:48:46.565 INFO STEP 665 (remove_files) COMPLETE
69242026-06-22T19:48:47.168Z[ recovery-image] Jun 22 19:48:46.565 INFO O| Jun 22 19:48:46.565 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-06-22T19:48:47.172Z[ recovery-image] Jun 22 19:48:46.572 INFO O| Jun 22 19:48:46.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69262026-06-22T19:48:47.172Z[ recovery-image] Jun 22 19:48:46.572 INFO O| Jun 22 19:48:46.572 INFO STEP 666 (remove_files) COMPLETE
69272026-06-22T19:48:47.172Z[ recovery-image] Jun 22 19:48:46.572 INFO O| Jun 22 19:48:46.572 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-06-22T19:48:47.180Z[ recovery-image] Jun 22 19:48:46.580 INFO O| Jun 22 19:48:46.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69292026-06-22T19:48:47.180Z[ recovery-image] Jun 22 19:48:46.580 INFO O| Jun 22 19:48:46.580 INFO STEP 667 (remove_files) COMPLETE
69302026-06-22T19:48:47.184Z[ recovery-image] Jun 22 19:48:46.580 INFO O| Jun 22 19:48:46.580 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-06-22T19:48:47.188Z[ recovery-image] Jun 22 19:48:46.589 INFO O| Jun 22 19:48:46.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69322026-06-22T19:48:47.188Z[ recovery-image] Jun 22 19:48:46.589 INFO O| Jun 22 19:48:46.589 INFO STEP 668 (remove_files) COMPLETE
69332026-06-22T19:48:47.188Z[ recovery-image] Jun 22 19:48:46.589 INFO O| Jun 22 19:48:46.589 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-06-22T19:48:47.195Z[ recovery-image] Jun 22 19:48:46.597 INFO O| Jun 22 19:48:46.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69352026-06-22T19:48:47.195Z[ recovery-image] Jun 22 19:48:46.597 INFO O| Jun 22 19:48:46.597 INFO STEP 669 (remove_files) COMPLETE
69362026-06-22T19:48:47.198Z[ recovery-image] Jun 22 19:48:46.597 INFO O| Jun 22 19:48:46.597 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-06-22T19:48:47.204Z[ recovery-image] Jun 22 19:48:46.606 INFO O| Jun 22 19:48:46.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69382026-06-22T19:48:47.204Z[ recovery-image] Jun 22 19:48:46.606 INFO O| Jun 22 19:48:46.606 INFO STEP 670 (remove_files) COMPLETE
69392026-06-22T19:48:47.204Z[ recovery-image] Jun 22 19:48:46.606 INFO O| Jun 22 19:48:46.606 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-06-22T19:48:47.214Z[ recovery-image] Jun 22 19:48:46.615 INFO O| Jun 22 19:48:46.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69412026-06-22T19:48:47.214Z[ recovery-image] Jun 22 19:48:46.615 INFO O| Jun 22 19:48:46.615 INFO STEP 671 (remove_files) COMPLETE
69422026-06-22T19:48:47.218Z[ recovery-image] Jun 22 19:48:46.615 INFO O| Jun 22 19:48:46.615 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-06-22T19:48:47.221Z[ recovery-image] Jun 22 19:48:46.623 INFO O| Jun 22 19:48:46.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69442026-06-22T19:48:47.221Z[ recovery-image] Jun 22 19:48:46.623 INFO O| Jun 22 19:48:46.623 INFO STEP 672 (remove_files) COMPLETE
69452026-06-22T19:48:47.221Z[ recovery-image] Jun 22 19:48:46.623 INFO O| Jun 22 19:48:46.623 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-06-22T19:48:47.227Z[ recovery-image] Jun 22 19:48:46.630 INFO O| Jun 22 19:48:46.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69472026-06-22T19:48:47.227Z[ recovery-image] Jun 22 19:48:46.630 INFO O| Jun 22 19:48:46.630 INFO STEP 673 (remove_files) COMPLETE
69482026-06-22T19:48:47.232Z[ recovery-image] Jun 22 19:48:46.630 INFO O| Jun 22 19:48:46.630 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-06-22T19:48:47.235Z[ recovery-image] Jun 22 19:48:46.637 INFO O| Jun 22 19:48:46.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69502026-06-22T19:48:47.235Z[ recovery-image] Jun 22 19:48:46.637 INFO O| Jun 22 19:48:46.637 INFO STEP 674 (remove_files) COMPLETE
69512026-06-22T19:48:47.235Z[ recovery-image] Jun 22 19:48:46.637 INFO O| Jun 22 19:48:46.637 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-06-22T19:48:47.241Z[ recovery-image] Jun 22 19:48:46.643 INFO O| Jun 22 19:48:46.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69532026-06-22T19:48:47.244Z[ recovery-image] Jun 22 19:48:46.644 INFO O| Jun 22 19:48:46.644 INFO STEP 675 (remove_files) COMPLETE
69542026-06-22T19:48:47.244Z[ recovery-image] Jun 22 19:48:46.644 INFO O| Jun 22 19:48:46.644 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-06-22T19:48:47.249Z[ recovery-image] Jun 22 19:48:46.650 INFO O| Jun 22 19:48:46.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69562026-06-22T19:48:47.252Z[ recovery-image] Jun 22 19:48:46.650 INFO O| Jun 22 19:48:46.650 INFO STEP 676 (remove_files) COMPLETE
69572026-06-22T19:48:47.252Z[ recovery-image] Jun 22 19:48:46.650 INFO O| Jun 22 19:48:46.650 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-06-22T19:48:47.255Z[ recovery-image] Jun 22 19:48:46.656 INFO O| Jun 22 19:48:46.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69592026-06-22T19:48:47.255Z[ recovery-image] Jun 22 19:48:46.656 INFO O| Jun 22 19:48:46.656 INFO STEP 677 (remove_files) COMPLETE
69602026-06-22T19:48:47.256Z[ recovery-image] Jun 22 19:48:46.656 INFO O| Jun 22 19:48:46.656 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-06-22T19:48:47.260Z[ recovery-image] Jun 22 19:48:46.663 INFO O| Jun 22 19:48:46.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69622026-06-22T19:48:47.260Z[ recovery-image] Jun 22 19:48:46.663 INFO O| Jun 22 19:48:46.663 INFO STEP 678 (remove_files) COMPLETE
69632026-06-22T19:48:47.263Z[ recovery-image] Jun 22 19:48:46.663 INFO O| Jun 22 19:48:46.663 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-06-22T19:48:47.268Z[ recovery-image] Jun 22 19:48:46.670 INFO O| Jun 22 19:48:46.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69652026-06-22T19:48:47.268Z[ recovery-image] Jun 22 19:48:46.670 INFO O| Jun 22 19:48:46.670 INFO STEP 679 (remove_files) COMPLETE
69662026-06-22T19:48:47.273Z[ recovery-image] Jun 22 19:48:46.670 INFO O| Jun 22 19:48:46.670 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-06-22T19:48:47.278Z[ recovery-image] Jun 22 19:48:46.676 INFO O| Jun 22 19:48:46.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69682026-06-22T19:48:47.278Z[ recovery-image] Jun 22 19:48:46.676 INFO O| Jun 22 19:48:46.676 INFO STEP 680 (remove_files) COMPLETE
69692026-06-22T19:48:47.278Z[ recovery-image] Jun 22 19:48:46.676 INFO O| Jun 22 19:48:46.676 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-06-22T19:48:47.282Z[ recovery-image] Jun 22 19:48:46.683 INFO O| Jun 22 19:48:46.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69712026-06-22T19:48:47.282Z[ recovery-image] Jun 22 19:48:46.683 INFO O| Jun 22 19:48:46.683 INFO STEP 681 (remove_files) COMPLETE
69722026-06-22T19:48:47.282Z[ recovery-image] Jun 22 19:48:46.683 INFO O| Jun 22 19:48:46.683 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-06-22T19:48:47.286Z[ recovery-image] Jun 22 19:48:46.688 INFO O| Jun 22 19:48:46.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69742026-06-22T19:48:47.286Z[ recovery-image] Jun 22 19:48:46.689 INFO O| Jun 22 19:48:46.689 INFO STEP 682 (remove_files) COMPLETE
69752026-06-22T19:48:47.286Z[ recovery-image] Jun 22 19:48:46.689 INFO O| Jun 22 19:48:46.689 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-06-22T19:48:47.294Z[ recovery-image] Jun 22 19:48:46.694 INFO O| Jun 22 19:48:46.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69772026-06-22T19:48:47.294Z[ recovery-image] Jun 22 19:48:46.694 INFO O| Jun 22 19:48:46.694 INFO STEP 683 (remove_files) COMPLETE
69782026-06-22T19:48:47.294Z[ recovery-image] Jun 22 19:48:46.694 INFO O| Jun 22 19:48:46.694 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-06-22T19:48:47.297Z[ recovery-image] Jun 22 19:48:46.700 INFO O| Jun 22 19:48:46.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69802026-06-22T19:48:47.298Z[ recovery-image] Jun 22 19:48:46.700 INFO O| Jun 22 19:48:46.700 INFO STEP 684 (remove_files) COMPLETE
69812026-06-22T19:48:47.298Z[ recovery-image] Jun 22 19:48:46.700 INFO O| Jun 22 19:48:46.700 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-06-22T19:48:47.303Z[ recovery-image] Jun 22 19:48:46.705 INFO O| Jun 22 19:48:46.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69832026-06-22T19:48:47.306Z[ recovery-image] Jun 22 19:48:46.705 INFO O| Jun 22 19:48:46.705 INFO STEP 685 (remove_files) COMPLETE
69842026-06-22T19:48:47.306Z[ recovery-image] Jun 22 19:48:46.705 INFO O| Jun 22 19:48:46.705 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-06-22T19:48:47.310Z[ recovery-image] Jun 22 19:48:46.711 INFO O| Jun 22 19:48:46.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69862026-06-22T19:48:47.310Z[ recovery-image] Jun 22 19:48:46.711 INFO O| Jun 22 19:48:46.711 INFO STEP 686 (remove_files) COMPLETE
69872026-06-22T19:48:47.310Z[ recovery-image] Jun 22 19:48:46.711 INFO O| Jun 22 19:48:46.711 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-06-22T19:48:47.317Z[ recovery-image] Jun 22 19:48:46.717 INFO O| Jun 22 19:48:46.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69892026-06-22T19:48:47.317Z[ recovery-image] Jun 22 19:48:46.717 INFO O| Jun 22 19:48:46.717 INFO STEP 687 (remove_files) COMPLETE
69902026-06-22T19:48:47.317Z[ recovery-image] Jun 22 19:48:46.717 INFO O| Jun 22 19:48:46.717 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-06-22T19:48:47.323Z[ recovery-image] Jun 22 19:48:46.723 INFO O| Jun 22 19:48:46.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69922026-06-22T19:48:47.323Z[ recovery-image] Jun 22 19:48:46.723 INFO O| Jun 22 19:48:46.723 INFO STEP 688 (remove_files) COMPLETE
69932026-06-22T19:48:47.327Z[ recovery-image] Jun 22 19:48:46.723 INFO O| Jun 22 19:48:46.723 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.729 INFO O| Jun 22 19:48:46.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69952026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.729 INFO O| Jun 22 19:48:46.729 INFO STEP 689 (remove_files) COMPLETE
69962026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.729 INFO O| Jun 22 19:48:46.729 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.735 INFO O| Jun 22 19:48:46.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69982026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.735 INFO O| Jun 22 19:48:46.735 INFO STEP 690 (remove_files) COMPLETE
69992026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.735 INFO O| Jun 22 19:48:46.735 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.741 INFO O| Jun 22 19:48:46.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70012026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.741 INFO O| Jun 22 19:48:46.741 INFO STEP 691 (remove_files) COMPLETE
70022026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.741 INFO O| Jun 22 19:48:46.741 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.750 INFO O| Jun 22 19:48:46.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70042026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.750 INFO O| Jun 22 19:48:46.750 INFO STEP 692 (remove_files) COMPLETE
70052026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.750 INFO O| Jun 22 19:48:46.750 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.758 INFO O| Jun 22 19:48:46.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70072026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.758 INFO O| Jun 22 19:48:46.758 INFO STEP 693 (remove_files) COMPLETE
70082026-06-22T19:48:47.362Z[ recovery-image] Jun 22 19:48:46.758 INFO O| Jun 22 19:48:46.758 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-06-22T19:48:47.369Z[ recovery-image] Jun 22 19:48:46.766 INFO O| Jun 22 19:48:46.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70102026-06-22T19:48:47.369Z[ recovery-image] Jun 22 19:48:46.766 INFO O| Jun 22 19:48:46.766 INFO STEP 694 (remove_files) COMPLETE
70112026-06-22T19:48:47.369Z[ recovery-image] Jun 22 19:48:46.766 INFO O| Jun 22 19:48:46.766 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-06-22T19:48:47.373Z[ recovery-image] Jun 22 19:48:46.775 INFO O| Jun 22 19:48:46.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70132026-06-22T19:48:47.373Z[ recovery-image] Jun 22 19:48:46.775 INFO O| Jun 22 19:48:46.775 INFO STEP 695 (remove_files) COMPLETE
70142026-06-22T19:48:47.378Z[ recovery-image] Jun 22 19:48:46.775 INFO O| Jun 22 19:48:46.775 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-06-22T19:48:47.382Z[ recovery-image] Jun 22 19:48:46.782 INFO O| Jun 22 19:48:46.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70162026-06-22T19:48:47.382Z[ recovery-image] Jun 22 19:48:46.782 INFO O| Jun 22 19:48:46.782 INFO STEP 696 (remove_files) COMPLETE
70172026-06-22T19:48:47.382Z[ recovery-image] Jun 22 19:48:46.782 INFO O| Jun 22 19:48:46.782 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-06-22T19:48:47.387Z[ recovery-image] Jun 22 19:48:46.789 INFO O| Jun 22 19:48:46.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70192026-06-22T19:48:47.387Z[ recovery-image] Jun 22 19:48:46.789 INFO O| Jun 22 19:48:46.789 INFO STEP 697 (remove_files) COMPLETE
70202026-06-22T19:48:47.390Z[ recovery-image] Jun 22 19:48:46.789 INFO O| Jun 22 19:48:46.789 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-06-22T19:48:47.393Z[ recovery-image] Jun 22 19:48:46.796 INFO O| Jun 22 19:48:46.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70222026-06-22T19:48:47.393Z[ recovery-image] Jun 22 19:48:46.796 INFO O| Jun 22 19:48:46.796 INFO STEP 698 (remove_files) COMPLETE
70232026-06-22T19:48:47.393Z[ recovery-image] Jun 22 19:48:46.796 INFO O| Jun 22 19:48:46.796 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-06-22T19:48:47.400Z[ recovery-image] Jun 22 19:48:46.802 INFO O| Jun 22 19:48:46.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70252026-06-22T19:48:47.400Z[ recovery-image] Jun 22 19:48:46.802 INFO O| Jun 22 19:48:46.802 INFO STEP 699 (remove_files) COMPLETE
70262026-06-22T19:48:47.400Z[ recovery-image] Jun 22 19:48:46.802 INFO O| Jun 22 19:48:46.802 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-06-22T19:48:47.408Z[ recovery-image] Jun 22 19:48:46.809 INFO O| Jun 22 19:48:46.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70282026-06-22T19:48:47.408Z[ recovery-image] Jun 22 19:48:46.809 INFO O| Jun 22 19:48:46.809 INFO STEP 700 (remove_files) COMPLETE
70292026-06-22T19:48:47.412Z[ recovery-image] Jun 22 19:48:46.809 INFO O| Jun 22 19:48:46.809 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-06-22T19:48:47.417Z[ recovery-image] Jun 22 19:48:46.819 INFO O| Jun 22 19:48:46.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70312026-06-22T19:48:47.417Z[ recovery-image] Jun 22 19:48:46.819 INFO O| Jun 22 19:48:46.819 INFO STEP 701 (remove_files) COMPLETE
70322026-06-22T19:48:47.417Z[ recovery-image] Jun 22 19:48:46.819 INFO O| Jun 22 19:48:46.819 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-06-22T19:48:47.428Z[ recovery-image] Jun 22 19:48:46.828 INFO O| Jun 22 19:48:46.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70342026-06-22T19:48:47.428Z[ recovery-image] Jun 22 19:48:46.828 INFO O| Jun 22 19:48:46.828 INFO STEP 702 (remove_files) COMPLETE
70352026-06-22T19:48:47.428Z[ recovery-image] Jun 22 19:48:46.828 INFO O| Jun 22 19:48:46.828 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-06-22T19:48:47.434Z[ recovery-image] Jun 22 19:48:46.835 INFO O| Jun 22 19:48:46.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70372026-06-22T19:48:47.434Z[ recovery-image] Jun 22 19:48:46.836 INFO O| Jun 22 19:48:46.836 INFO STEP 703 (remove_files) COMPLETE
70382026-06-22T19:48:47.434Z[ recovery-image] Jun 22 19:48:46.836 INFO O| Jun 22 19:48:46.836 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-06-22T19:48:47.442Z[ recovery-image] Jun 22 19:48:46.844 INFO O| Jun 22 19:48:46.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70402026-06-22T19:48:47.442Z[ recovery-image] Jun 22 19:48:46.844 INFO O| Jun 22 19:48:46.844 INFO STEP 704 (remove_files) COMPLETE
70412026-06-22T19:48:47.442Z[ recovery-image] Jun 22 19:48:46.844 INFO O| Jun 22 19:48:46.844 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-06-22T19:48:47.448Z[ recovery-image] Jun 22 19:48:46.850 INFO O| Jun 22 19:48:46.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70432026-06-22T19:48:47.448Z[ recovery-image] Jun 22 19:48:46.850 INFO O| Jun 22 19:48:46.850 INFO STEP 705 (remove_files) COMPLETE
70442026-06-22T19:48:47.451Z[ recovery-image] Jun 22 19:48:46.850 INFO O| Jun 22 19:48:46.850 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-06-22T19:48:47.457Z[ recovery-image] Jun 22 19:48:46.859 INFO O| Jun 22 19:48:46.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70462026-06-22T19:48:47.457Z[ recovery-image] Jun 22 19:48:46.859 INFO O| Jun 22 19:48:46.859 INFO STEP 706 (remove_files) COMPLETE
70472026-06-22T19:48:47.457Z[ recovery-image] Jun 22 19:48:46.859 INFO O| Jun 22 19:48:46.859 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-06-22T19:48:47.467Z[ recovery-image] Jun 22 19:48:46.869 INFO O| Jun 22 19:48:46.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70492026-06-22T19:48:47.467Z[ recovery-image] Jun 22 19:48:46.869 INFO O| Jun 22 19:48:46.869 INFO STEP 707 (remove_files) COMPLETE
70502026-06-22T19:48:47.467Z[ recovery-image] Jun 22 19:48:46.869 INFO O| Jun 22 19:48:46.869 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-06-22T19:48:47.476Z[ recovery-image] Jun 22 19:48:46.878 INFO O| Jun 22 19:48:46.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70522026-06-22T19:48:47.476Z[ recovery-image] Jun 22 19:48:46.878 INFO O| Jun 22 19:48:46.878 INFO STEP 708 (remove_files) COMPLETE
70532026-06-22T19:48:47.479Z[ recovery-image] Jun 22 19:48:46.878 INFO O| Jun 22 19:48:46.878 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-06-22T19:48:47.485Z[ recovery-image] Jun 22 19:48:46.887 INFO O| Jun 22 19:48:46.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70552026-06-22T19:48:47.490Z[ recovery-image] Jun 22 19:48:46.888 INFO O| Jun 22 19:48:46.888 INFO STEP 709 (remove_files) COMPLETE
70562026-06-22T19:48:47.490Z[ recovery-image] Jun 22 19:48:46.888 INFO O| Jun 22 19:48:46.888 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-06-22T19:48:47.494Z[ recovery-image] Jun 22 19:48:46.896 INFO O| Jun 22 19:48:46.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70582026-06-22T19:48:47.494Z[ recovery-image] Jun 22 19:48:46.896 INFO O| Jun 22 19:48:46.896 INFO STEP 710 (remove_files) COMPLETE
70592026-06-22T19:48:47.494Z[ recovery-image] Jun 22 19:48:46.896 INFO O| Jun 22 19:48:46.896 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-06-22T19:48:47.501Z[ recovery-image] Jun 22 19:48:46.904 INFO O| Jun 22 19:48:46.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70612026-06-22T19:48:47.502Z[ recovery-image] Jun 22 19:48:46.904 INFO O| Jun 22 19:48:46.904 INFO STEP 711 (remove_files) COMPLETE
70622026-06-22T19:48:47.502Z[ recovery-image] Jun 22 19:48:46.904 INFO O| Jun 22 19:48:46.904 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-06-22T19:48:47.509Z[ recovery-image] Jun 22 19:48:46.912 INFO O| Jun 22 19:48:46.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70642026-06-22T19:48:47.510Z[ recovery-image] Jun 22 19:48:46.912 INFO O| Jun 22 19:48:46.912 INFO STEP 712 (remove_files) COMPLETE
70652026-06-22T19:48:47.513Z[ recovery-image] Jun 22 19:48:46.912 INFO O| Jun 22 19:48:46.912 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-06-22T19:48:47.519Z[ recovery-image] Jun 22 19:48:46.919 INFO O| Jun 22 19:48:46.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70672026-06-22T19:48:47.523Z[ recovery-image] Jun 22 19:48:46.920 INFO O| Jun 22 19:48:46.920 INFO STEP 713 (remove_files) COMPLETE
70682026-06-22T19:48:47.523Z[ recovery-image] Jun 22 19:48:46.920 INFO O| Jun 22 19:48:46.920 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-06-22T19:48:47.527Z[ recovery-image] Jun 22 19:48:46.927 INFO O| Jun 22 19:48:46.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70702026-06-22T19:48:47.527Z[ recovery-image] Jun 22 19:48:46.927 INFO O| Jun 22 19:48:46.927 INFO STEP 714 (remove_files) COMPLETE
70712026-06-22T19:48:47.527Z[ recovery-image] Jun 22 19:48:46.927 INFO O| Jun 22 19:48:46.927 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-06-22T19:48:47.532Z[ recovery-image] Jun 22 19:48:46.934 INFO O| Jun 22 19:48:46.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70732026-06-22T19:48:47.532Z[ recovery-image] Jun 22 19:48:46.934 INFO O| Jun 22 19:48:46.934 INFO STEP 715 (remove_files) COMPLETE
70742026-06-22T19:48:47.532Z[ recovery-image] Jun 22 19:48:46.934 INFO O| Jun 22 19:48:46.934 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-06-22T19:48:47.540Z[ recovery-image] Jun 22 19:48:46.942 INFO O| Jun 22 19:48:46.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70762026-06-22T19:48:47.540Z[ recovery-image] Jun 22 19:48:46.942 INFO O| Jun 22 19:48:46.942 INFO STEP 716 (remove_files) COMPLETE
70772026-06-22T19:48:47.544Z[ recovery-image] Jun 22 19:48:46.942 INFO O| Jun 22 19:48:46.942 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-06-22T19:48:47.547Z[ recovery-image] Jun 22 19:48:46.950 INFO O| Jun 22 19:48:46.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70792026-06-22T19:48:47.547Z[ recovery-image] Jun 22 19:48:46.950 INFO O| Jun 22 19:48:46.950 INFO STEP 717 (remove_files) COMPLETE
70802026-06-22T19:48:47.547Z[ recovery-image] Jun 22 19:48:46.950 INFO O| Jun 22 19:48:46.950 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-06-22T19:48:47.555Z[ recovery-image] Jun 22 19:48:46.957 INFO O| Jun 22 19:48:46.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70822026-06-22T19:48:47.555Z[ recovery-image] Jun 22 19:48:46.957 INFO O| Jun 22 19:48:46.957 INFO STEP 718 (remove_files) COMPLETE
70832026-06-22T19:48:47.559Z[ recovery-image] Jun 22 19:48:46.957 INFO O| Jun 22 19:48:46.957 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-06-22T19:48:47.565Z[ recovery-image] Jun 22 19:48:46.964 INFO O| Jun 22 19:48:46.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70852026-06-22T19:48:47.565Z[ recovery-image] Jun 22 19:48:46.964 INFO O| Jun 22 19:48:46.964 INFO STEP 719 (remove_files) COMPLETE
70862026-06-22T19:48:47.565Z[ recovery-image] Jun 22 19:48:46.964 INFO O| Jun 22 19:48:46.964 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-06-22T19:48:47.568Z[ recovery-image] Jun 22 19:48:46.970 INFO O| Jun 22 19:48:46.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70882026-06-22T19:48:47.568Z[ recovery-image] Jun 22 19:48:46.970 INFO O| Jun 22 19:48:46.970 INFO STEP 720 (remove_files) COMPLETE
70892026-06-22T19:48:47.572Z[ recovery-image] Jun 22 19:48:46.970 INFO O| Jun 22 19:48:46.970 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-06-22T19:48:47.575Z[ recovery-image] Jun 22 19:48:46.978 INFO O| Jun 22 19:48:46.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70912026-06-22T19:48:47.575Z[ recovery-image] Jun 22 19:48:46.978 INFO O| Jun 22 19:48:46.978 INFO STEP 721 (remove_files) COMPLETE
70922026-06-22T19:48:47.579Z[ recovery-image] Jun 22 19:48:46.978 INFO O| Jun 22 19:48:46.978 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-06-22T19:48:47.583Z[ recovery-image] Jun 22 19:48:46.985 INFO O| Jun 22 19:48:46.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70942026-06-22T19:48:47.583Z[ recovery-image] Jun 22 19:48:46.985 INFO O| Jun 22 19:48:46.985 INFO STEP 722 (remove_files) COMPLETE
70952026-06-22T19:48:47.586Z[ recovery-image] Jun 22 19:48:46.985 INFO O| Jun 22 19:48:46.985 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-06-22T19:48:47.590Z[ recovery-image] Jun 22 19:48:46.992 INFO O| Jun 22 19:48:46.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70972026-06-22T19:48:47.593Z[ recovery-image] Jun 22 19:48:46.992 INFO O| Jun 22 19:48:46.992 INFO STEP 723 (remove_files) COMPLETE
70982026-06-22T19:48:47.593Z[ recovery-image] Jun 22 19:48:46.992 INFO O| Jun 22 19:48:46.992 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-06-22T19:48:47.597Z[ recovery-image] Jun 22 19:48:46.999 INFO O| Jun 22 19:48:46.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71002026-06-22T19:48:47.600Z[ recovery-image] Jun 22 19:48:47.000 INFO O| Jun 22 19:48:47.000 INFO STEP 724 (remove_files) COMPLETE
71012026-06-22T19:48:47.600Z[ recovery-image] Jun 22 19:48:47.000 INFO O| Jun 22 19:48:47.000 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-06-22T19:48:47.607Z[ recovery-image] Jun 22 19:48:47.009 INFO O| Jun 22 19:48:47.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71032026-06-22T19:48:47.607Z[ recovery-image] Jun 22 19:48:47.010 INFO O| Jun 22 19:48:47.010 INFO STEP 725 (remove_files) COMPLETE
71042026-06-22T19:48:47.611Z[ recovery-image] Jun 22 19:48:47.010 INFO O| Jun 22 19:48:47.010 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-06-22T19:48:47.615Z[ recovery-image] Jun 22 19:48:47.017 INFO O| Jun 22 19:48:47.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71062026-06-22T19:48:47.615Z[ recovery-image] Jun 22 19:48:47.017 INFO O| Jun 22 19:48:47.017 INFO STEP 726 (remove_files) COMPLETE
71072026-06-22T19:48:47.615Z[ recovery-image] Jun 22 19:48:47.017 INFO O| Jun 22 19:48:47.017 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-06-22T19:48:47.622Z[ recovery-image] Jun 22 19:48:47.024 INFO O| Jun 22 19:48:47.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71092026-06-22T19:48:47.622Z[ recovery-image] Jun 22 19:48:47.024 INFO O| Jun 22 19:48:47.024 INFO STEP 727 (remove_files) COMPLETE
71102026-06-22T19:48:47.625Z[ recovery-image] Jun 22 19:48:47.024 INFO O| Jun 22 19:48:47.024 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-06-22T19:48:47.629Z[ recovery-image] Jun 22 19:48:47.031 INFO O| Jun 22 19:48:47.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71122026-06-22T19:48:47.629Z[ recovery-image] Jun 22 19:48:47.031 INFO O| Jun 22 19:48:47.031 INFO STEP 728 (remove_files) COMPLETE
71132026-06-22T19:48:47.632Z[ recovery-image] Jun 22 19:48:47.031 INFO O| Jun 22 19:48:47.031 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-06-22T19:48:47.638Z[ recovery-image] Jun 22 19:48:47.040 INFO O| Jun 22 19:48:47.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71152026-06-22T19:48:47.638Z[ recovery-image] Jun 22 19:48:47.040 INFO O| Jun 22 19:48:47.040 INFO STEP 729 (remove_files) COMPLETE
71162026-06-22T19:48:47.638Z[ recovery-image] Jun 22 19:48:47.040 INFO O| Jun 22 19:48:47.040 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-06-22T19:48:47.645Z[ recovery-image] Jun 22 19:48:47.047 INFO O| Jun 22 19:48:47.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71182026-06-22T19:48:47.650Z[ recovery-image] Jun 22 19:48:47.047 INFO O| Jun 22 19:48:47.047 INFO STEP 730 (remove_files) COMPLETE
71192026-06-22T19:48:47.650Z[ recovery-image] Jun 22 19:48:47.047 INFO O| Jun 22 19:48:47.047 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-06-22T19:48:47.654Z[ recovery-image] Jun 22 19:48:47.057 INFO O| Jun 22 19:48:47.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71212026-06-22T19:48:47.655Z[ recovery-image] Jun 22 19:48:47.057 INFO O| Jun 22 19:48:47.057 INFO STEP 731 (remove_files) COMPLETE
71222026-06-22T19:48:47.655Z[ recovery-image] Jun 22 19:48:47.057 INFO O| Jun 22 19:48:47.057 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-06-22T19:48:47.663Z[ recovery-image] Jun 22 19:48:47.065 INFO O| Jun 22 19:48:47.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71242026-06-22T19:48:47.663Z[ recovery-image] Jun 22 19:48:47.065 INFO O| Jun 22 19:48:47.065 INFO STEP 732 (remove_files) COMPLETE
71252026-06-22T19:48:47.663Z[ recovery-image] Jun 22 19:48:47.065 INFO O| Jun 22 19:48:47.065 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-06-22T19:48:47.672Z[ recovery-image] Jun 22 19:48:47.074 INFO O| Jun 22 19:48:47.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71272026-06-22T19:48:47.672Z[ recovery-image] Jun 22 19:48:47.074 INFO O| Jun 22 19:48:47.074 INFO STEP 733 (remove_files) COMPLETE
71282026-06-22T19:48:47.676Z[ recovery-image] Jun 22 19:48:47.074 INFO O| Jun 22 19:48:47.074 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-06-22T19:48:47.680Z[ recovery-image] Jun 22 19:48:47.083 INFO O| Jun 22 19:48:47.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71302026-06-22T19:48:47.680Z[ recovery-image] Jun 22 19:48:47.083 INFO O| Jun 22 19:48:47.083 INFO STEP 734 (remove_files) COMPLETE
71312026-06-22T19:48:47.680Z[ recovery-image] Jun 22 19:48:47.083 INFO O| Jun 22 19:48:47.083 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-06-22T19:48:47.687Z[ recovery-image] Jun 22 19:48:47.090 INFO O| Jun 22 19:48:47.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71332026-06-22T19:48:47.690Z[ recovery-image] Jun 22 19:48:47.090 INFO O| Jun 22 19:48:47.090 INFO STEP 735 (remove_files) COMPLETE
71342026-06-22T19:48:47.690Z[ recovery-image] Jun 22 19:48:47.090 INFO O| Jun 22 19:48:47.090 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-06-22T19:48:47.698Z[ recovery-image] Jun 22 19:48:47.098 INFO O| Jun 22 19:48:47.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71362026-06-22T19:48:47.698Z[ recovery-image] Jun 22 19:48:47.098 INFO O| Jun 22 19:48:47.098 INFO STEP 736 (remove_files) COMPLETE
71372026-06-22T19:48:47.698Z[ recovery-image] Jun 22 19:48:47.098 INFO O| Jun 22 19:48:47.098 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-06-22T19:48:47.705Z[ recovery-image] Jun 22 19:48:47.107 INFO O| Jun 22 19:48:47.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71392026-06-22T19:48:47.705Z[ recovery-image] Jun 22 19:48:47.108 INFO O| Jun 22 19:48:47.108 INFO STEP 737 (remove_files) COMPLETE
71402026-06-22T19:48:47.710Z[ recovery-image] Jun 22 19:48:47.108 INFO O| Jun 22 19:48:47.108 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-06-22T19:48:47.713Z[ recovery-image] Jun 22 19:48:47.115 INFO O| Jun 22 19:48:47.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71422026-06-22T19:48:47.713Z[ recovery-image] Jun 22 19:48:47.115 INFO O| Jun 22 19:48:47.115 INFO STEP 738 (remove_files) COMPLETE
71432026-06-22T19:48:47.713Z[ recovery-image] Jun 22 19:48:47.115 INFO O| Jun 22 19:48:47.115 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-06-22T19:48:47.721Z[ recovery-image] Jun 22 19:48:47.123 INFO O| Jun 22 19:48:47.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71452026-06-22T19:48:47.721Z[ recovery-image] Jun 22 19:48:47.123 INFO O| Jun 22 19:48:47.123 INFO STEP 739 (remove_files) COMPLETE
71462026-06-22T19:48:47.721Z[ recovery-image] Jun 22 19:48:47.123 INFO O| Jun 22 19:48:47.123 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-06-22T19:48:47.730Z[ recovery-image] Jun 22 19:48:47.132 INFO O| Jun 22 19:48:47.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71482026-06-22T19:48:47.730Z[ recovery-image] Jun 22 19:48:47.132 INFO O| Jun 22 19:48:47.132 INFO STEP 740 (remove_files) COMPLETE
71492026-06-22T19:48:47.730Z[ recovery-image] Jun 22 19:48:47.132 INFO O| Jun 22 19:48:47.132 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-06-22T19:48:47.739Z[ recovery-image] Jun 22 19:48:47.141 INFO O| Jun 22 19:48:47.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71512026-06-22T19:48:47.739Z[ recovery-image] Jun 22 19:48:47.141 INFO O| Jun 22 19:48:47.141 INFO STEP 741 (remove_files) COMPLETE
71522026-06-22T19:48:47.739Z[ recovery-image] Jun 22 19:48:47.141 INFO O| Jun 22 19:48:47.141 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-06-22T19:48:47.748Z[ recovery-image] Jun 22 19:48:47.150 INFO O| Jun 22 19:48:47.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71542026-06-22T19:48:47.752Z[ recovery-image] Jun 22 19:48:47.150 INFO O| Jun 22 19:48:47.150 INFO STEP 742 (remove_files) COMPLETE
71552026-06-22T19:48:47.752Z[ recovery-image] Jun 22 19:48:47.150 INFO O| Jun 22 19:48:47.150 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-06-22T19:48:47.756Z[ recovery-image] Jun 22 19:48:47.158 INFO O| Jun 22 19:48:47.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71572026-06-22T19:48:47.756Z[ recovery-image] Jun 22 19:48:47.159 INFO O| Jun 22 19:48:47.159 INFO STEP 743 (remove_files) COMPLETE
71582026-06-22T19:48:47.756Z[ recovery-image] Jun 22 19:48:47.159 INFO O| Jun 22 19:48:47.159 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-06-22T19:48:47.764Z[ recovery-image] Jun 22 19:48:47.167 INFO O| Jun 22 19:48:47.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71602026-06-22T19:48:47.765Z[ recovery-image] Jun 22 19:48:47.167 INFO O| Jun 22 19:48:47.167 INFO STEP 744 (remove_files) COMPLETE
71612026-06-22T19:48:47.768Z[ recovery-image] Jun 22 19:48:47.167 INFO O| Jun 22 19:48:47.167 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-06-22T19:48:47.773Z[ recovery-image] Jun 22 19:48:47.176 INFO O| Jun 22 19:48:47.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71632026-06-22T19:48:47.773Z[ recovery-image] Jun 22 19:48:47.176 INFO O| Jun 22 19:48:47.176 INFO STEP 745 (remove_files) COMPLETE
71642026-06-22T19:48:47.777Z[ recovery-image] Jun 22 19:48:47.176 INFO O| Jun 22 19:48:47.176 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-06-22T19:48:47.782Z[ recovery-image] Jun 22 19:48:47.185 INFO O| Jun 22 19:48:47.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71662026-06-22T19:48:47.783Z[ recovery-image] Jun 22 19:48:47.185 INFO O| Jun 22 19:48:47.185 INFO STEP 746 (remove_files) COMPLETE
71672026-06-22T19:48:47.786Z[ recovery-image] Jun 22 19:48:47.185 INFO O| Jun 22 19:48:47.185 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-06-22T19:48:47.790Z[ recovery-image] Jun 22 19:48:47.193 INFO O| Jun 22 19:48:47.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71692026-06-22T19:48:47.790Z[ recovery-image] Jun 22 19:48:47.193 INFO O| Jun 22 19:48:47.193 INFO STEP 747 (remove_files) COMPLETE
71702026-06-22T19:48:47.794Z[ recovery-image] Jun 22 19:48:47.193 INFO O| Jun 22 19:48:47.193 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-06-22T19:48:47.800Z[ recovery-image] Jun 22 19:48:47.202 INFO O| Jun 22 19:48:47.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71722026-06-22T19:48:47.800Z[ recovery-image] Jun 22 19:48:47.202 INFO O| Jun 22 19:48:47.202 INFO STEP 748 (remove_files) COMPLETE
71732026-06-22T19:48:47.800Z[ recovery-image] Jun 22 19:48:47.202 INFO O| Jun 22 19:48:47.202 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-06-22T19:48:47.816Z[ recovery-image] Jun 22 19:48:47.209 INFO O| Jun 22 19:48:47.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71752026-06-22T19:48:47.816Z[ recovery-image] Jun 22 19:48:47.209 INFO O| Jun 22 19:48:47.209 INFO STEP 749 (remove_files) COMPLETE
71762026-06-22T19:48:47.816Z[ recovery-image] Jun 22 19:48:47.209 INFO O| Jun 22 19:48:47.209 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-06-22T19:48:47.819Z[ recovery-image] Jun 22 19:48:47.218 INFO O| Jun 22 19:48:47.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71782026-06-22T19:48:47.819Z[ recovery-image] Jun 22 19:48:47.218 INFO O| Jun 22 19:48:47.218 INFO STEP 750 (remove_files) COMPLETE
71792026-06-22T19:48:47.819Z[ recovery-image] Jun 22 19:48:47.218 INFO O| Jun 22 19:48:47.218 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-06-22T19:48:47.826Z[ recovery-image] Jun 22 19:48:47.228 INFO O| Jun 22 19:48:47.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71812026-06-22T19:48:47.826Z[ recovery-image] Jun 22 19:48:47.228 INFO O| Jun 22 19:48:47.228 INFO STEP 751 (remove_files) COMPLETE
71822026-06-22T19:48:47.826Z[ recovery-image] Jun 22 19:48:47.228 INFO O| Jun 22 19:48:47.228 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-06-22T19:48:47.834Z[ recovery-image] Jun 22 19:48:47.236 INFO O| Jun 22 19:48:47.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71842026-06-22T19:48:47.834Z[ recovery-image] Jun 22 19:48:47.236 INFO O| Jun 22 19:48:47.236 INFO STEP 752 (remove_files) COMPLETE
71852026-06-22T19:48:47.837Z[ recovery-image] Jun 22 19:48:47.236 INFO O| Jun 22 19:48:47.236 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-06-22T19:48:47.842Z[ recovery-image] Jun 22 19:48:47.244 INFO O| Jun 22 19:48:47.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71872026-06-22T19:48:47.842Z[ recovery-image] Jun 22 19:48:47.245 INFO O| Jun 22 19:48:47.245 INFO STEP 753 (remove_files) COMPLETE
71882026-06-22T19:48:47.842Z[ recovery-image] Jun 22 19:48:47.245 INFO O| Jun 22 19:48:47.245 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-06-22T19:48:47.852Z[ recovery-image] Jun 22 19:48:47.254 INFO O| Jun 22 19:48:47.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71902026-06-22T19:48:47.852Z[ recovery-image] Jun 22 19:48:47.254 INFO O| Jun 22 19:48:47.254 INFO STEP 754 (remove_files) COMPLETE
71912026-06-22T19:48:47.852Z[ recovery-image] Jun 22 19:48:47.254 INFO O| Jun 22 19:48:47.254 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-06-22T19:48:47.860Z[ recovery-image] Jun 22 19:48:47.263 INFO O| Jun 22 19:48:47.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71932026-06-22T19:48:47.860Z[ recovery-image] Jun 22 19:48:47.263 INFO O| Jun 22 19:48:47.263 INFO STEP 755 (remove_files) COMPLETE
71942026-06-22T19:48:47.864Z[ recovery-image] Jun 22 19:48:47.263 INFO O| Jun 22 19:48:47.263 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-06-22T19:48:47.870Z[ recovery-image] Jun 22 19:48:47.271 INFO O| Jun 22 19:48:47.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71962026-06-22T19:48:47.870Z[ recovery-image] Jun 22 19:48:47.271 INFO O| Jun 22 19:48:47.271 INFO STEP 756 (remove_files) COMPLETE
71972026-06-22T19:48:47.870Z[ recovery-image] Jun 22 19:48:47.271 INFO O| Jun 22 19:48:47.271 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-06-22T19:48:47.878Z[ recovery-image] Jun 22 19:48:47.280 INFO O| Jun 22 19:48:47.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71992026-06-22T19:48:47.878Z[ recovery-image] Jun 22 19:48:47.280 INFO O| Jun 22 19:48:47.280 INFO STEP 757 (remove_files) COMPLETE
72002026-06-22T19:48:47.878Z[ recovery-image] Jun 22 19:48:47.280 INFO O| Jun 22 19:48:47.280 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-06-22T19:48:47.886Z[ recovery-image] Jun 22 19:48:47.288 INFO O| Jun 22 19:48:47.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72022026-06-22T19:48:47.886Z[ recovery-image] Jun 22 19:48:47.288 INFO O| Jun 22 19:48:47.288 INFO STEP 758 (remove_files) COMPLETE
72032026-06-22T19:48:47.889Z[ recovery-image] Jun 22 19:48:47.288 INFO O| Jun 22 19:48:47.288 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-06-22T19:48:47.894Z[ recovery-image] Jun 22 19:48:47.297 INFO O| Jun 22 19:48:47.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72052026-06-22T19:48:47.894Z[ recovery-image] Jun 22 19:48:47.297 INFO O| Jun 22 19:48:47.297 INFO STEP 759 (remove_files) COMPLETE
72062026-06-22T19:48:47.894Z[ recovery-image] Jun 22 19:48:47.297 INFO O| Jun 22 19:48:47.297 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-06-22T19:48:47.906Z[ recovery-image] Jun 22 19:48:47.304 INFO O| Jun 22 19:48:47.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72082026-06-22T19:48:47.906Z[ recovery-image] Jun 22 19:48:47.304 INFO O| Jun 22 19:48:47.304 INFO STEP 760 (remove_files) COMPLETE
72092026-06-22T19:48:47.906Z[ recovery-image] Jun 22 19:48:47.304 INFO O| Jun 22 19:48:47.304 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-06-22T19:48:47.912Z[ recovery-image] Jun 22 19:48:47.314 INFO O| Jun 22 19:48:47.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72112026-06-22T19:48:47.912Z[ recovery-image] Jun 22 19:48:47.314 INFO O| Jun 22 19:48:47.314 INFO STEP 761 (remove_files) COMPLETE
72122026-06-22T19:48:47.915Z[ recovery-image] Jun 22 19:48:47.314 INFO O| Jun 22 19:48:47.314 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-06-22T19:48:47.921Z[ recovery-image] Jun 22 19:48:47.322 INFO O| Jun 22 19:48:47.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72142026-06-22T19:48:47.921Z[ recovery-image] Jun 22 19:48:47.322 INFO O| Jun 22 19:48:47.322 INFO STEP 762 (remove_files) COMPLETE
72152026-06-22T19:48:47.927Z[ recovery-image] Jun 22 19:48:47.322 INFO O| Jun 22 19:48:47.322 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-06-22T19:48:47.930Z[ recovery-image] Jun 22 19:48:47.329 INFO O| Jun 22 19:48:47.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72172026-06-22T19:48:47.930Z[ recovery-image] Jun 22 19:48:47.329 INFO O| Jun 22 19:48:47.329 INFO STEP 763 (remove_files) COMPLETE
72182026-06-22T19:48:47.930Z[ recovery-image] Jun 22 19:48:47.329 INFO O| Jun 22 19:48:47.329 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-06-22T19:48:47.934Z[ recovery-image] Jun 22 19:48:47.336 INFO O| Jun 22 19:48:47.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72202026-06-22T19:48:47.934Z[ recovery-image] Jun 22 19:48:47.336 INFO O| Jun 22 19:48:47.336 INFO STEP 764 (remove_files) COMPLETE
72212026-06-22T19:48:47.934Z[ recovery-image] Jun 22 19:48:47.336 INFO O| Jun 22 19:48:47.336 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-06-22T19:48:47.940Z[ recovery-image] Jun 22 19:48:47.342 INFO O| Jun 22 19:48:47.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72232026-06-22T19:48:47.940Z[ recovery-image] Jun 22 19:48:47.342 INFO O| Jun 22 19:48:47.342 INFO STEP 765 (remove_files) COMPLETE
72242026-06-22T19:48:47.943Z[ recovery-image] Jun 22 19:48:47.342 INFO O| Jun 22 19:48:47.342 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-06-22T19:48:47.948Z[ recovery-image] Jun 22 19:48:47.349 INFO O| Jun 22 19:48:47.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72262026-06-22T19:48:47.948Z[ recovery-image] Jun 22 19:48:47.349 INFO O| Jun 22 19:48:47.349 INFO STEP 766 (remove_files) COMPLETE
72272026-06-22T19:48:47.948Z[ recovery-image] Jun 22 19:48:47.349 INFO O| Jun 22 19:48:47.349 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-06-22T19:48:47.953Z[ recovery-image] Jun 22 19:48:47.356 INFO O| Jun 22 19:48:47.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72292026-06-22T19:48:47.957Z[ recovery-image] Jun 22 19:48:47.356 INFO O| Jun 22 19:48:47.356 INFO STEP 767 (remove_files) COMPLETE
72302026-06-22T19:48:47.957Z[ recovery-image] Jun 22 19:48:47.356 INFO O| Jun 22 19:48:47.356 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-06-22T19:48:47.961Z[ recovery-image] Jun 22 19:48:47.363 INFO O| Jun 22 19:48:47.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72322026-06-22T19:48:47.966Z[ recovery-image] Jun 22 19:48:47.364 INFO O| Jun 22 19:48:47.364 INFO STEP 768 (remove_files) COMPLETE
72332026-06-22T19:48:47.966Z[ recovery-image] Jun 22 19:48:47.364 INFO O| Jun 22 19:48:47.364 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-06-22T19:48:47.969Z[ recovery-image] Jun 22 19:48:47.370 INFO O| Jun 22 19:48:47.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72352026-06-22T19:48:47.969Z[ recovery-image] Jun 22 19:48:47.371 INFO O| Jun 22 19:48:47.370 INFO STEP 769 (remove_files) COMPLETE
72362026-06-22T19:48:47.970Z[ recovery-image] Jun 22 19:48:47.371 INFO O| Jun 22 19:48:47.371 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-06-22T19:48:47.979Z[ recovery-image] Jun 22 19:48:47.380 INFO O| Jun 22 19:48:47.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72382026-06-22T19:48:47.979Z[ recovery-image] Jun 22 19:48:47.380 INFO O| Jun 22 19:48:47.380 INFO STEP 770 (remove_files) COMPLETE
72392026-06-22T19:48:47.983Z[ recovery-image] Jun 22 19:48:47.380 INFO O| Jun 22 19:48:47.380 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-06-22T19:48:47.986Z[ recovery-image] Jun 22 19:48:47.387 INFO O| Jun 22 19:48:47.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72412026-06-22T19:48:47.986Z[ recovery-image] Jun 22 19:48:47.387 INFO O| Jun 22 19:48:47.387 INFO STEP 771 (remove_files) COMPLETE
72422026-06-22T19:48:47.986Z[ recovery-image] Jun 22 19:48:47.388 INFO O| Jun 22 19:48:47.387 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-06-22T19:48:47.993Z[ recovery-image] Jun 22 19:48:47.395 INFO O| Jun 22 19:48:47.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72442026-06-22T19:48:47.996Z[ recovery-image] Jun 22 19:48:47.396 INFO O| Jun 22 19:48:47.396 INFO STEP 772 (remove_files) COMPLETE
72452026-06-22T19:48:47.996Z[ recovery-image] Jun 22 19:48:47.396 INFO O| Jun 22 19:48:47.396 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-06-22T19:48:48.001Z[ recovery-image] Jun 22 19:48:47.403 INFO O| Jun 22 19:48:47.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72472026-06-22T19:48:48.004Z[ recovery-image] Jun 22 19:48:47.404 INFO O| Jun 22 19:48:47.404 INFO STEP 773 (remove_files) COMPLETE
72482026-06-22T19:48:48.004Z[ recovery-image] Jun 22 19:48:47.404 INFO O| Jun 22 19:48:47.404 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-06-22T19:48:48.010Z[ recovery-image] Jun 22 19:48:47.412 INFO O| Jun 22 19:48:47.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72502026-06-22T19:48:48.010Z[ recovery-image] Jun 22 19:48:47.412 INFO O| Jun 22 19:48:47.412 INFO STEP 774 (remove_files) COMPLETE
72512026-06-22T19:48:48.010Z[ recovery-image] Jun 22 19:48:47.412 INFO O| Jun 22 19:48:47.412 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-06-22T19:48:48.017Z[ recovery-image] Jun 22 19:48:47.420 INFO O| Jun 22 19:48:47.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72532026-06-22T19:48:48.017Z[ recovery-image] Jun 22 19:48:47.420 INFO O| Jun 22 19:48:47.420 INFO STEP 775 (remove_files) COMPLETE
72542026-06-22T19:48:48.021Z[ recovery-image] Jun 22 19:48:47.420 INFO O| Jun 22 19:48:47.420 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-06-22T19:48:48.026Z[ recovery-image] Jun 22 19:48:47.428 INFO O| Jun 22 19:48:47.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72562026-06-22T19:48:48.029Z[ recovery-image] Jun 22 19:48:47.428 INFO O| Jun 22 19:48:47.428 INFO STEP 776 (remove_files) COMPLETE
72572026-06-22T19:48:48.029Z[ recovery-image] Jun 22 19:48:47.428 INFO O| Jun 22 19:48:47.428 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-06-22T19:48:48.035Z[ recovery-image] Jun 22 19:48:47.437 INFO O| Jun 22 19:48:47.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72592026-06-22T19:48:48.038Z[ recovery-image] Jun 22 19:48:47.438 INFO O| Jun 22 19:48:47.438 INFO STEP 777 (remove_files) COMPLETE
72602026-06-22T19:48:48.038Z[ recovery-image] Jun 22 19:48:47.438 INFO O| Jun 22 19:48:47.438 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-06-22T19:48:48.045Z[ recovery-image] Jun 22 19:48:47.447 INFO O| Jun 22 19:48:47.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72622026-06-22T19:48:48.045Z[ recovery-image] Jun 22 19:48:47.447 INFO O| Jun 22 19:48:47.447 INFO STEP 778 (remove_files) COMPLETE
72632026-06-22T19:48:48.045Z[ recovery-image] Jun 22 19:48:47.447 INFO O| Jun 22 19:48:47.447 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-06-22T19:48:48.054Z[ recovery-image] Jun 22 19:48:47.455 INFO O| Jun 22 19:48:47.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72652026-06-22T19:48:48.058Z[ recovery-image] Jun 22 19:48:47.455 INFO O| Jun 22 19:48:47.455 INFO STEP 779 (remove_files) COMPLETE
72662026-06-22T19:48:48.058Z[ recovery-image] Jun 22 19:48:47.455 INFO O| Jun 22 19:48:47.455 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-06-22T19:48:48.062Z[ recovery-image] Jun 22 19:48:47.464 INFO O| Jun 22 19:48:47.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72682026-06-22T19:48:48.062Z[ recovery-image] Jun 22 19:48:47.464 INFO O| Jun 22 19:48:47.464 INFO STEP 780 (remove_files) COMPLETE
72692026-06-22T19:48:48.062Z[ recovery-image] Jun 22 19:48:47.464 INFO O| Jun 22 19:48:47.464 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-06-22T19:48:48.070Z[ recovery-image] Jun 22 19:48:47.472 INFO O| Jun 22 19:48:47.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72712026-06-22T19:48:48.070Z[ recovery-image] Jun 22 19:48:47.472 INFO O| Jun 22 19:48:47.472 INFO STEP 781 (remove_files) COMPLETE
72722026-06-22T19:48:48.073Z[ recovery-image] Jun 22 19:48:47.472 INFO O| Jun 22 19:48:47.472 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-06-22T19:48:48.080Z[ recovery-image] Jun 22 19:48:47.482 INFO O| Jun 22 19:48:47.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72742026-06-22T19:48:48.080Z[ recovery-image] Jun 22 19:48:47.482 INFO O| Jun 22 19:48:47.482 INFO STEP 782 (remove_files) COMPLETE
72752026-06-22T19:48:48.083Z[ recovery-image] Jun 22 19:48:47.482 INFO O| Jun 22 19:48:47.482 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-06-22T19:48:48.088Z[ recovery-image] Jun 22 19:48:47.490 INFO O| Jun 22 19:48:47.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72772026-06-22T19:48:48.088Z[ recovery-image] Jun 22 19:48:47.490 INFO O| Jun 22 19:48:47.490 INFO STEP 783 (remove_files) COMPLETE
72782026-06-22T19:48:48.091Z[ recovery-image] Jun 22 19:48:47.490 INFO O| Jun 22 19:48:47.490 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-06-22T19:48:48.095Z[ recovery-image] Jun 22 19:48:47.498 INFO O| Jun 22 19:48:47.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72802026-06-22T19:48:48.099Z[ recovery-image] Jun 22 19:48:47.498 INFO O| Jun 22 19:48:47.498 INFO STEP 784 (remove_files) COMPLETE
72812026-06-22T19:48:48.099Z[ recovery-image] Jun 22 19:48:47.498 INFO O| Jun 22 19:48:47.498 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-06-22T19:48:48.105Z[ recovery-image] Jun 22 19:48:47.507 INFO O| Jun 22 19:48:47.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72832026-06-22T19:48:48.105Z[ recovery-image] Jun 22 19:48:47.507 INFO O| Jun 22 19:48:47.507 INFO STEP 785 (remove_files) COMPLETE
72842026-06-22T19:48:48.105Z[ recovery-image] Jun 22 19:48:47.507 INFO O| Jun 22 19:48:47.507 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-06-22T19:48:48.114Z[ recovery-image] Jun 22 19:48:47.516 INFO O| Jun 22 19:48:47.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72862026-06-22T19:48:48.114Z[ recovery-image] Jun 22 19:48:47.516 INFO O| Jun 22 19:48:47.516 INFO STEP 786 (remove_files) COMPLETE
72872026-06-22T19:48:48.114Z[ recovery-image] Jun 22 19:48:47.516 INFO O| Jun 22 19:48:47.516 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-06-22T19:48:48.123Z[ recovery-image] Jun 22 19:48:47.525 INFO O| Jun 22 19:48:47.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72892026-06-22T19:48:48.123Z[ recovery-image] Jun 22 19:48:47.525 INFO O| Jun 22 19:48:47.525 INFO STEP 787 (remove_files) COMPLETE
72902026-06-22T19:48:48.126Z[ recovery-image] Jun 22 19:48:47.525 INFO O| Jun 22 19:48:47.525 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-06-22T19:48:48.131Z[ recovery-image] Jun 22 19:48:47.534 INFO O| Jun 22 19:48:47.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72922026-06-22T19:48:48.131Z[ recovery-image] Jun 22 19:48:47.534 INFO O| Jun 22 19:48:47.534 INFO STEP 788 (remove_files) COMPLETE
72932026-06-22T19:48:48.132Z[ recovery-image] Jun 22 19:48:47.534 INFO O| Jun 22 19:48:47.534 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-06-22T19:48:48.139Z[ recovery-image] Jun 22 19:48:47.541 INFO O| Jun 22 19:48:47.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72952026-06-22T19:48:48.139Z[ recovery-image] Jun 22 19:48:47.541 INFO O| Jun 22 19:48:47.541 INFO STEP 789 (remove_files) COMPLETE
72962026-06-22T19:48:48.143Z[ recovery-image] Jun 22 19:48:47.541 INFO O| Jun 22 19:48:47.541 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-06-22T19:48:48.151Z[ recovery-image] Jun 22 19:48:47.553 INFO O| Jun 22 19:48:47.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72982026-06-22T19:48:48.151Z[ recovery-image] Jun 22 19:48:47.553 INFO O| Jun 22 19:48:47.553 INFO STEP 790 (remove_files) COMPLETE
72992026-06-22T19:48:48.151Z[ recovery-image] Jun 22 19:48:47.553 INFO O| Jun 22 19:48:47.553 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-06-22T19:48:48.159Z[ recovery-image] Jun 22 19:48:47.561 INFO O| Jun 22 19:48:47.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73012026-06-22T19:48:48.159Z[ recovery-image] Jun 22 19:48:47.561 INFO O| Jun 22 19:48:47.561 INFO STEP 791 (remove_files) COMPLETE
73022026-06-22T19:48:48.159Z[ recovery-image] Jun 22 19:48:47.561 INFO O| Jun 22 19:48:47.561 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-06-22T19:48:48.169Z[ recovery-image] Jun 22 19:48:47.570 INFO O| Jun 22 19:48:47.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73042026-06-22T19:48:48.169Z[ recovery-image] Jun 22 19:48:47.570 INFO O| Jun 22 19:48:47.570 INFO STEP 792 (remove_files) COMPLETE
73052026-06-22T19:48:48.169Z[ recovery-image] Jun 22 19:48:47.570 INFO O| Jun 22 19:48:47.570 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-06-22T19:48:48.177Z[ recovery-image] Jun 22 19:48:47.579 INFO O| Jun 22 19:48:47.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73072026-06-22T19:48:48.178Z[ recovery-image] Jun 22 19:48:47.579 INFO O| Jun 22 19:48:47.579 INFO STEP 793 (remove_files) COMPLETE
73082026-06-22T19:48:48.178Z[ recovery-image] Jun 22 19:48:47.579 INFO O| Jun 22 19:48:47.579 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-06-22T19:48:48.185Z[ recovery-image] Jun 22 19:48:47.587 INFO O| Jun 22 19:48:47.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73102026-06-22T19:48:48.185Z[ recovery-image] Jun 22 19:48:47.587 INFO O| Jun 22 19:48:47.587 INFO STEP 794 (remove_files) COMPLETE
73112026-06-22T19:48:48.185Z[ recovery-image] Jun 22 19:48:47.587 INFO O| Jun 22 19:48:47.587 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-06-22T19:48:48.194Z[ recovery-image] Jun 22 19:48:47.595 INFO O| Jun 22 19:48:47.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73132026-06-22T19:48:48.194Z[ recovery-image] Jun 22 19:48:47.595 INFO O| Jun 22 19:48:47.595 INFO STEP 795 (remove_files) COMPLETE
73142026-06-22T19:48:48.197Z[ recovery-image] Jun 22 19:48:47.595 INFO O| Jun 22 19:48:47.595 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-06-22T19:48:48.202Z[ recovery-image] Jun 22 19:48:47.604 INFO O| Jun 22 19:48:47.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73162026-06-22T19:48:48.202Z[ recovery-image] Jun 22 19:48:47.604 INFO O| Jun 22 19:48:47.604 INFO STEP 796 (remove_files) COMPLETE
73172026-06-22T19:48:48.202Z[ recovery-image] Jun 22 19:48:47.604 INFO O| Jun 22 19:48:47.604 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-06-22T19:48:48.211Z[ recovery-image] Jun 22 19:48:47.611 INFO O| Jun 22 19:48:47.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73192026-06-22T19:48:48.211Z[ recovery-image] Jun 22 19:48:47.611 INFO O| Jun 22 19:48:47.611 INFO STEP 797 (remove_files) COMPLETE
73202026-06-22T19:48:48.211Z[ recovery-image] Jun 22 19:48:47.611 INFO O| Jun 22 19:48:47.611 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-06-22T19:48:48.219Z[ recovery-image] Jun 22 19:48:47.621 INFO O| Jun 22 19:48:47.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73222026-06-22T19:48:48.219Z[ recovery-image] Jun 22 19:48:47.621 INFO O| Jun 22 19:48:47.621 INFO STEP 798 (remove_files) COMPLETE
73232026-06-22T19:48:48.219Z[ recovery-image] Jun 22 19:48:47.621 INFO O| Jun 22 19:48:47.621 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-06-22T19:48:48.228Z[ recovery-image] Jun 22 19:48:47.630 INFO O| Jun 22 19:48:47.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73252026-06-22T19:48:48.228Z[ recovery-image] Jun 22 19:48:47.630 INFO O| Jun 22 19:48:47.630 INFO STEP 799 (remove_files) COMPLETE
73262026-06-22T19:48:48.231Z[ recovery-image] Jun 22 19:48:47.630 INFO O| Jun 22 19:48:47.630 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-06-22T19:48:48.236Z[ recovery-image] Jun 22 19:48:47.638 INFO O| Jun 22 19:48:47.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73282026-06-22T19:48:48.236Z[ recovery-image] Jun 22 19:48:47.638 INFO O| Jun 22 19:48:47.638 INFO STEP 800 (remove_files) COMPLETE
73292026-06-22T19:48:48.240Z[ recovery-image] Jun 22 19:48:47.638 INFO O| Jun 22 19:48:47.638 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-06-22T19:48:48.244Z[ recovery-image] Jun 22 19:48:47.645 INFO O| Jun 22 19:48:47.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73312026-06-22T19:48:48.244Z[ recovery-image] Jun 22 19:48:47.645 INFO O| Jun 22 19:48:47.645 INFO STEP 801 (remove_files) COMPLETE
73322026-06-22T19:48:48.244Z[ recovery-image] Jun 22 19:48:47.646 INFO O| Jun 22 19:48:47.645 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-06-22T19:48:48.250Z[ recovery-image] Jun 22 19:48:47.652 INFO O| Jun 22 19:48:47.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73342026-06-22T19:48:48.254Z[ recovery-image] Jun 22 19:48:47.652 INFO O| Jun 22 19:48:47.652 INFO STEP 802 (remove_files) COMPLETE
73352026-06-22T19:48:48.254Z[ recovery-image] Jun 22 19:48:47.652 INFO O| Jun 22 19:48:47.652 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-06-22T19:48:48.260Z[ recovery-image] Jun 22 19:48:47.661 INFO O| Jun 22 19:48:47.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73372026-06-22T19:48:48.263Z[ recovery-image] Jun 22 19:48:47.662 INFO O| Jun 22 19:48:47.662 INFO STEP 803 (remove_files) COMPLETE
73382026-06-22T19:48:48.263Z[ recovery-image] Jun 22 19:48:47.662 INFO O| Jun 22 19:48:47.662 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-06-22T19:48:48.268Z[ recovery-image] Jun 22 19:48:47.670 INFO O| Jun 22 19:48:47.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73402026-06-22T19:48:48.268Z[ recovery-image] Jun 22 19:48:47.670 INFO O| Jun 22 19:48:47.670 INFO STEP 804 (remove_files) COMPLETE
73412026-06-22T19:48:48.268Z[ recovery-image] Jun 22 19:48:47.670 INFO O| Jun 22 19:48:47.670 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-06-22T19:48:48.276Z[ recovery-image] Jun 22 19:48:47.679 INFO O| Jun 22 19:48:47.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73432026-06-22T19:48:48.276Z[ recovery-image] Jun 22 19:48:47.679 INFO O| Jun 22 19:48:47.679 INFO STEP 805 (remove_files) COMPLETE
73442026-06-22T19:48:48.276Z[ recovery-image] Jun 22 19:48:47.679 INFO O| Jun 22 19:48:47.679 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-06-22T19:48:48.285Z[ recovery-image] Jun 22 19:48:47.688 INFO O| Jun 22 19:48:47.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73462026-06-22T19:48:48.285Z[ recovery-image] Jun 22 19:48:47.688 INFO O| Jun 22 19:48:47.688 INFO STEP 806 (remove_files) COMPLETE
73472026-06-22T19:48:48.285Z[ recovery-image] Jun 22 19:48:47.688 INFO O| Jun 22 19:48:47.688 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-06-22T19:48:48.294Z[ recovery-image] Jun 22 19:48:47.696 INFO O| Jun 22 19:48:47.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73492026-06-22T19:48:48.294Z[ recovery-image] Jun 22 19:48:47.697 INFO O| Jun 22 19:48:47.696 INFO STEP 807 (remove_files) COMPLETE
73502026-06-22T19:48:48.298Z[ recovery-image] Jun 22 19:48:47.697 INFO O| Jun 22 19:48:47.696 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-06-22T19:48:48.304Z[ recovery-image] Jun 22 19:48:47.706 INFO O| Jun 22 19:48:47.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73522026-06-22T19:48:48.304Z[ recovery-image] Jun 22 19:48:47.706 INFO O| Jun 22 19:48:47.706 INFO STEP 808 (remove_files) COMPLETE
73532026-06-22T19:48:48.304Z[ recovery-image] Jun 22 19:48:47.706 INFO O| Jun 22 19:48:47.706 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-06-22T19:48:48.312Z[ recovery-image] Jun 22 19:48:47.714 INFO O| Jun 22 19:48:47.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73552026-06-22T19:48:48.316Z[ recovery-image] Jun 22 19:48:47.715 INFO O| Jun 22 19:48:47.715 CRIT fatal error: No such file or directory (os error 2)
73562026-06-22T19:48:48.316Z[ recovery-image] Error: 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/.tmpGk0CZd/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-03-recovery-trim"]: failed ExitStatus(unix_wait_status(256))
73572026-06-22T19:48:48.319Z[ recovery-image]
73582026-06-22T19:48:48.319Z[ recovery-image] real 7:44.295751982
73592026-06-22T19:48:48.319Z[ recovery-image] user 24.905032105
73602026-06-22T19:48:48.319Z[ recovery-image] sys 11.201685431
73612026-06-22T19:48:48.319Z[ recovery-image] trap 0.010407107
73622026-06-22T19:48:48.319Z[ recovery-image] tflt 0.000008430
73632026-06-22T19:48:48.319Z[ recovery-image] dflt 0.000137290
73642026-06-22T19:48:48.319Z[ recovery-image] kflt 0.000006720
73652026-06-22T19:48:48.319Z[ recovery-image] lock 7:29.680257675
73662026-06-22T19:48:48.319Z[ recovery-image] slp 52:41.997495749
73672026-06-22T19:48:48.319Z[ recovery-image] lat 14.880837665
73682026-06-22T19:48:48.319Z[ recovery-image] stop 0.046465254
73692026-06-22T19:48:48.319ZJun 22 19:48:47.720 ERRO [recovery-image] process exited with exit status: 1 (464.299904777s)
73702026-06-22T19:48:48.459ZError: command `IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.483' -P /tmp/.tmpGk0CZd/proto/recovery/root -N 'recovery 771b959/${os_short_commit} 2026-06-22 19:28' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'` exited with exit status: 1
73712026-06-22T19:48:48.497Zprocess exited: duration 1478910 ms, exit code 1
 
73722026-06-22T19:48:48.505Zfound 38 output files
73732026-06-22T19:48:48.505Zuploading: /work/helios.json (647 bytes)
73742026-06-22T19:48:49.519Zuploaded: /work/helios.json
73752026-06-22T19:48:49.519Zuploading: /work/incorporation.p5m (113332 bytes)
73762026-06-22T19:48:50.548Zuploaded: /work/incorporation.p5m
73772026-06-22T19:48:50.548Zuploading: /work/incorporation.p5p (133120 bytes)
73782026-06-22T19:48:51.568Zuploaded: /work/incorporation.p5p
73792026-06-22T19:48:51.568Zuploading: /work/helios-incorp.log (522 bytes)
73802026-06-22T19:48:52.578Zuploaded: /work/helios-incorp.log
73812026-06-22T19:48:52.578Zuploading: /work/helios-setup.log (56973 bytes)
73822026-06-22T19:48:53.591Zuploaded: /work/helios-setup.log
73832026-06-22T19:48:53.591Zuploading: /work/host-image.log (33860 bytes)
73842026-06-22T19:48:54.605Zuploaded: /work/host-image.log
73852026-06-22T19:48:54.610Zuploading: /work/host-package.log (34199 bytes)
73862026-06-22T19:48:55.621Zuploaded: /work/host-package.log
73872026-06-22T19:48:55.621Zuploading: /work/host-target.log (101 bytes)
73882026-06-22T19:48:56.630Zuploaded: /work/host-target.log
73892026-06-22T19:48:56.630Zuploading: /work/incorp-create.log (0 bytes)
73902026-06-22T19:48:57.638Zuploaded: /work/incorp-create.log
73912026-06-22T19:48:57.638Zuploading: /work/incorp-fmt.log (0 bytes)
73922026-06-22T19:48:58.645Zuploaded: /work/incorp-fmt.log
73932026-06-22T19:48:58.645Zuploading: /work/incorp-pkgsend.log (108 bytes)
73942026-06-22T19:48:59.659Zuploaded: /work/incorp-pkgsend.log
73952026-06-22T19:48:59.659Zuploading: /work/incorp-publisher.log (0 bytes)
73962026-06-22T19:49:00.667Zuploaded: /work/incorp-publisher.log
73972026-06-22T19:49:00.667Zuploading: /work/omicron-package.log (9215 bytes)
73982026-06-22T19:49:01.678Zuploaded: /work/omicron-package.log
73992026-06-22T19:49:01.678Zuploading: /work/recovery-image.log (373669 bytes)
74002026-06-22T19:49:02.700Zuploaded: /work/recovery-image.log
74012026-06-22T19:49:02.700Zuploading: /work/recovery-package.log (2545 bytes)
74022026-06-22T19:49:03.711Zuploaded: /work/recovery-package.log
74032026-06-22T19:49:03.711Zuploading: /work/recovery-target.log (98 bytes)
74042026-06-22T19:49:04.721Zuploaded: /work/recovery-target.log
74052026-06-22T19:49:04.721Zuploading: /work/stamp-clickhouse.log (117 bytes)
74062026-06-22T19:49:05.733Zuploaded: /work/stamp-clickhouse.log
74072026-06-22T19:49:05.733Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
74082026-06-22T19:49:06.746Zuploaded: /work/stamp-clickhouse_keeper.log
74092026-06-22T19:49:06.746Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
74102026-06-22T19:49:07.757Zuploaded: /work/stamp-clickhouse_server.log
74112026-06-22T19:49:07.757Zuploading: /work/stamp-cockroachdb.log (118 bytes)
74122026-06-22T19:49:08.770Zuploaded: /work/stamp-cockroachdb.log
74132026-06-22T19:49:08.770Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
74142026-06-22T19:49:09.781Zuploaded: /work/stamp-crucible-pantry-zone.log
74152026-06-22T19:49:09.781Zuploading: /work/stamp-crucible-utils.log (118 bytes)
74162026-06-22T19:49:10.794Zuploaded: /work/stamp-crucible-utils.log
74172026-06-22T19:49:10.794Zuploading: /work/stamp-crucible-zone.log (120 bytes)
74182026-06-22T19:49:11.807Zuploaded: /work/stamp-crucible-zone.log
74192026-06-22T19:49:11.807Zuploading: /work/stamp-external-dns.log (119 bytes)
74202026-06-22T19:49:12.817Zuploaded: /work/stamp-external-dns.log
74212026-06-22T19:49:12.817Zuploading: /work/stamp-installinator.log (103 bytes)
74222026-06-22T19:49:13.827Zuploaded: /work/stamp-installinator.log
74232026-06-22T19:49:13.827Zuploading: /work/stamp-internal-dns.log (119 bytes)
74242026-06-22T19:49:14.838Zuploaded: /work/stamp-internal-dns.log
74252026-06-22T19:49:14.838Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
74262026-06-22T19:49:15.851Zuploaded: /work/stamp-mg-ddm-gz.log
74272026-06-22T19:49:15.851Zuploading: /work/stamp-nexus.log (112 bytes)
74282026-06-22T19:49:17.867Zuploaded: /work/stamp-nexus.log
74292026-06-22T19:49:17.917Zuploading: /work/stamp-ntp.log (110 bytes)
74302026-06-22T19:49:18.879Zuploaded: /work/stamp-ntp.log
74312026-06-22T19:49:18.887Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
74322026-06-22T19:49:19.918Zuploaded: /work/stamp-omicron-sled-agent.log
74332026-06-22T19:49:19.918Zuploading: /work/stamp-overlay.log (114 bytes)
74342026-06-22T19:49:20.933Zuploaded: /work/stamp-overlay.log
74352026-06-22T19:49:20.933Zuploading: /work/stamp-oximeter.log (115 bytes)
74362026-06-22T19:49:21.946Zuploaded: /work/stamp-oximeter.log
74372026-06-22T19:49:21.946Zuploading: /work/stamp-oxlog.log (109 bytes)
74382026-06-22T19:49:22.956Zuploaded: /work/stamp-oxlog.log
74392026-06-22T19:49:22.957Zuploading: /work/stamp-probe.log (112 bytes)
74402026-06-22T19:49:23.966Zuploaded: /work/stamp-probe.log
74412026-06-22T19:49:23.969Zuploading: /work/stamp-propolis-server.log (122 bytes)
74422026-06-22T19:49:24.976Zuploaded: /work/stamp-propolis-server.log
74432026-06-22T19:49:24.976Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
74442026-06-22T19:49:25.987Zuploaded: /work/stamp-pumpkind-gz.log
74452026-06-22T19:49:25.987Zuploading: /work/stamp-switch-asic.log (118 bytes)
74462026-06-22T19:49:26.998Zuploaded: /work/stamp-switch-asic.log
74472026-06-22T19:49:26.998Zuploading: /work/verify-libraries.log (14235 bytes)
74482026-06-22T19:49:28.011Zuploaded: /work/verify-libraries.log
74492026-06-22T19:49:28.011Zupload error: rule "/work/manifest.toml" required a match, but was not used
74502026-06-22T19:49:28.011Zupload error: rule "/work/repo.zip" required a match, but was not used
74512026-06-22T19:49:28.011Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used