01KTSRDNFN7TBB21ETHWQTWGKX: 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: 01KTSREE2KVH226XKD5M0A9MGP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T21:54:55.182Zjob assigned to worker 01KTSRENP24DKV2H1B3GKYZYJ4 [factory aws, i-0c9045319f44bf6a3] (queued for 51 s)
 
22026-06-10T21:55:03.060Zstarting task 0: "setup"
32026-06-10T21:55:03.066Z++ uname -s
42026-06-10T21:55:03.066Z+ kern=SunOS
52026-06-10T21:55:03.066Z+ build_user=build
62026-06-10T21:55:03.066Z+ build_uid=12345
72026-06-10T21:55:03.066Z+ work_dir=/work
82026-06-10T21:55:03.066Z+ input_dir=/input
92026-06-10T21:55:03.066Z+ [[ 0 == 12345 ]]
102026-06-10T21:55:03.066Z+ case "$kern" in
112026-06-10T21:55:03.066Z+ groupadd -g 12345 build
122026-06-10T21:55:03.079Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T21:55:05.070Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T21:55:05.176Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T21:55:05.179Z+ home_fs=zfs
162026-06-10T21:55:05.179Z+ [[ zfs == autofs ]]
172026-06-10T21:55:05.180Z+ mkdir -p /home/build
182026-06-10T21:55:05.183Z+ chown build:build /home/build /work
192026-06-10T21:55:07.183Z+ chmod 0700 /home/build /work
202026-06-10T21:55:07.186Zprocess exited: duration 4132 ms, exit code 0
 
212026-06-10T21:55:07.193Zstarting task 1: "rust-toolchain"
222026-06-10T21:55:07.198Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-10T21:55:07.198Z * rust toolchain channel = "1.94.0"
242026-06-10T21:55:07.199Z * rust toolchain profile = "default"
252026-06-10T21:55:07.199Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-10T21:55:07.199Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-10T21:55:07.199Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-10T21:55:07.203Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T21:55:07.203Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-10T21:55:07.322Zinfo: downloading installer
312026-06-10T21:55:10.035Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T21:55:10.035Zwarn: /home/build/.rustup/settings.toml
332026-06-10T21:55:10.035Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T21:55:10.035Zwarn: instead of the one inferred from the default host triple.
352026-06-10T21:55:10.039Zinfo: profile set to default
362026-06-10T21:55:10.039Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T21:55:10.039Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-10T21:55:10.039Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-10T21:55:10.039Zinfo: downloading 6 components
402026-06-10T21:55:23.766Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-10T21:55:23.766Z
422026-06-10T21:55:23.823Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-10T21:55:23.823Z
442026-06-10T21:55:23.823Z
452026-06-10T21:55:23.823ZRust is installed now. Great!
462026-06-10T21:55:23.823Z
472026-06-10T21:55:23.823ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T21:55:23.823Zenvironment variable. This has not been done automatically.
492026-06-10T21:55:23.823Z
502026-06-10T21:55:23.823ZTo configure your current shell, you need to source
512026-06-10T21:55:23.823Zthe corresponding env file under $HOME/.cargo.
522026-06-10T21:55:23.823Z
532026-06-10T21:55:23.823ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T21:55:23.823Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T21:55:23.823Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T21:55:23.823Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T21:55:23.823Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T21:55:23.823Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T21:55:23.823Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T21:55:23.823Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T21:55:23.823Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T21:55:23.904Z+ rustup --version
632026-06-10T21:55:23.909Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T21:55:23.913Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T21:55:23.939Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-10T21:55:23.943Z+ cargo --version
672026-06-10T21:55:23.943Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-10T21:55:23.947Z+ rustc --version
692026-06-10T21:55:23.966Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-10T21:55:23.970Zprocess exited: duration 16775 ms, exit code 0
 
712026-06-10T21:55:23.979Zstarting task 2: "authentication"
722026-06-10T21:55:24.004Zprocess exited: duration 20 ms, exit code 0
 
732026-06-10T21:55:24.016Zstarting task 3: "clone repository"
742026-06-10T21:55:24.026Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-10T21:55:24.026Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-10T21:55:24.059ZCloning into '/work/oxidecomputer/omicron'...
772026-06-10T21:55:35.201Z+ cd /work/oxidecomputer/omicron
782026-06-10T21:55:35.201Z+ git fetch origin f4ceffacdb56e876875b102f0395a9e9a01486d3
792026-06-10T21:55:35.501ZFrom https://github.com/oxidecomputer/omicron
802026-06-10T21:55:35.501Z * branch f4ceffacdb56e876875b102f0395a9e9a01486d3 -> FETCH_HEAD
812026-06-10T21:55:35.514Z+ [[ -n eliza/rectifier-i-hardly-knew-er ]]
822026-06-10T21:55:35.518Z++ git branch --show-current
832026-06-10T21:55:35.519Z+ current=main
842026-06-10T21:55:35.519Z+ [[ main != eliza/rectifier-i-hardly-knew-er ]]
852026-06-10T21:55:35.519Z+ git branch -f eliza/rectifier-i-hardly-knew-er f4ceffacdb56e876875b102f0395a9e9a01486d3
862026-06-10T21:55:35.523Z+ git checkout -f eliza/rectifier-i-hardly-knew-er
872026-06-10T21:55:35.766ZSwitched to branch 'eliza/rectifier-i-hardly-knew-er'
882026-06-10T21:55:35.771Z+ git reset --hard f4ceffacdb56e876875b102f0395a9e9a01486d3
892026-06-10T21:55:35.785ZHEAD is now at f4ceffacd add alert types (wip)
902026-06-10T21:55:35.789Zprocess exited: duration 11775 ms, exit code 0
 
912026-06-10T21:55:35.797Zstarting task 4: "build"
922026-06-10T21:55:35.813Z+ source .github/buildomat/ci-env.sh
932026-06-10T21:55:35.813Z++ export CARGO_TERM_COLOR=always
942026-06-10T21:55:35.813Z++ CARGO_TERM_COLOR=always
952026-06-10T21:55:35.813Z+ cargo --version
962026-06-10T21:55:35.818Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-10T21:55:35.819Z+ rustc --version
982026-06-10T21:55:35.834Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-10T21:55:35.838Z+ cargo tree --locked
1002026-06-10T21:55:35.998Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-06-10T21:55:36.254Z Updating crates.io index
1022026-06-10T21:55:36.291Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-06-10T21:55:37.011Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-06-10T21:55:37.456Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-06-10T21:55:37.988Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-06-10T21:55:39.102Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-06-10T21:55:39.632Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-06-10T21:55:41.141Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-06-10T21:55:42.108Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-06-10T21:55:42.449Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-06-10T21:55:43.597Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-06-10T21:55:44.189Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-06-10T21:55:44.500Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-06-10T21:55:44.918Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-06-10T21:55:45.850Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-06-10T21:55:46.350Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-06-10T21:55:46.650Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-06-10T21:55:46.957Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-06-10T21:55:47.299Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-06-10T21:55:47.716Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-06-10T21:55:48.089Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-06-10T21:55:48.358Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-06-10T21:55:48.642Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-06-10T21:55:49.044Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-06-10T21:55:49.562Z Updating git repository `https://github.com/oxidecomputer/erebor`
1262026-06-10T21:55:49.818Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1272026-06-10T21:55:50.334Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1282026-06-10T21:55:50.629Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-06-10T21:55:50.933Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-06-10T21:55:52.242Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1312026-06-10T21:55:52.951Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-06-10T21:55:53.393Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1332026-06-10T21:55:53.871Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-06-10T21:55:54.180Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-06-10T21:55:54.500Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1362026-06-10T21:55:54.914Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1372026-06-10T21:55:55.236Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1382026-06-10T21:55:55.911Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-06-10T21:55:56.138Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402026-06-10T21:55:56.389Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412026-06-10T21:55:56.702Z Updating git repository `https://github.com/illumos/smf-rs`
1422026-06-10T21:55:57.050Z Updating git repository `https://github.com/oxidecomputer/omicron`
1432026-06-10T21:56:08.816Z Downloading crates ...
1442026-06-10T21:56:08.900Z Downloaded adler2 v2.0.1
1452026-06-10T21:56:08.903Z Downloaded arrayref v0.3.9
1462026-06-10T21:56:08.911Z Downloaded aead v0.5.2
1472026-06-10T21:56:08.915Z Downloaded anstream v0.6.21
1482026-06-10T21:56:08.918Z Downloaded addr2line v0.25.1
1492026-06-10T21:56:08.918Z Downloaded block-padding v0.3.3
1502026-06-10T21:56:08.923Z Downloaded backoff v0.4.0
1512026-06-10T21:56:08.927Z Downloaded anes v0.1.6
1522026-06-10T21:56:08.927Z Downloaded cfg_aliases v0.2.1
1532026-06-10T21:56:08.932Z Downloaded buf-list v1.1.2
1542026-06-10T21:56:08.936Z Downloaded cargo_metadata v0.23.1
1552026-06-10T21:56:08.940Z Downloaded chacha20 v0.10.0
1562026-06-10T21:56:08.944Z Downloaded blake2b_simd v1.0.4
1572026-06-10T21:56:08.949Z Downloaded assert_matches v1.5.0
1582026-06-10T21:56:08.949Z Downloaded async-stream v0.3.6
1592026-06-10T21:56:08.952Z Downloaded defmt-parser v1.0.0
1602026-06-10T21:56:08.952Z Downloaded bcrypt-pbkdf v0.10.0
1612026-06-10T21:56:08.952Z Downloaded anstyle-query v1.1.5
1622026-06-10T21:56:08.957Z Downloaded darling_macro v0.21.3
1632026-06-10T21:56:08.958Z Downloaded crucible-workspace-hack v0.1.0
1642026-06-10T21:56:08.958Z Downloaded bitfield-macros v0.19.4
1652026-06-10T21:56:08.958Z Downloaded constant_time_eq v0.3.1
1662026-06-10T21:56:08.963Z Downloaded cobs v0.3.0
1672026-06-10T21:56:08.963Z Downloaded colorchoice v1.0.4
1682026-06-10T21:56:08.963Z Downloaded base16ct v0.2.0
1692026-06-10T21:56:08.963Z Downloaded backtrace-ext v0.2.1
1702026-06-10T21:56:08.963Z Downloaded allocator-api2 v0.2.21
1712026-06-10T21:56:08.967Z Downloaded crypto-common v0.1.7
1722026-06-10T21:56:08.967Z Downloaded curve25519-dalek-derive v0.1.1
1732026-06-10T21:56:08.967Z Downloaded arrayvec v0.7.6
1742026-06-10T21:56:08.967Z Downloaded arc-swap v1.8.2
1752026-06-10T21:56:08.970Z Downloaded async-trait v0.1.89
1762026-06-10T21:56:08.970Z Downloaded cstr-argument v0.1.2
1772026-06-10T21:56:08.970Z Downloaded crc-catalog v2.4.0
1782026-06-10T21:56:08.980Z Downloaded async-recursion v1.1.1
1792026-06-10T21:56:08.980Z Downloaded debug-ignore v1.0.5
1802026-06-10T21:56:08.980Z Downloaded base64 v0.21.7
1812026-06-10T21:56:08.984Z Downloaded atomicwrites v0.4.4
1822026-06-10T21:56:08.984Z Downloaded cpufeatures v0.2.17
1832026-06-10T21:56:08.984Z Downloaded base64ct v1.8.3
1842026-06-10T21:56:08.984Z Downloaded autocfg v1.5.0
1852026-06-10T21:56:08.984Z Downloaded cpufeatures v0.3.0
1862026-06-10T21:56:08.984Z Downloaded bb8 v0.8.6
1872026-06-10T21:56:08.984Z Downloaded atomic-waker v1.1.2
1882026-06-10T21:56:08.984Z Downloaded async-object-pool v0.2.0
1892026-06-10T21:56:08.984Z Downloaded crc8 v0.1.1
1902026-06-10T21:56:08.988Z Downloaded compression-core v0.4.31
1912026-06-10T21:56:08.988Z Downloaded atty v0.2.14
1922026-06-10T21:56:08.988Z Downloaded cargo-platform v0.3.2
1932026-06-10T21:56:08.988Z Downloaded defmt v0.3.100
1942026-06-10T21:56:08.988Z Downloaded assert-json-diff v2.0.2
1952026-06-10T21:56:08.997Z Downloaded async-stream-impl v0.3.6
1962026-06-10T21:56:09.000Z Downloaded ascii-canvas v3.0.0
1972026-06-10T21:56:09.000Z Downloaded data-encoding v2.10.0
1982026-06-10T21:56:09.010Z Downloaded darling_macro v0.23.0
1992026-06-10T21:56:09.014Z Downloaded bit-set v0.5.3
2002026-06-10T21:56:09.018Z Downloaded crc v3.4.0
2012026-06-10T21:56:09.022Z Downloaded darling_macro v0.13.4
2022026-06-10T21:56:09.025Z Downloaded darling_macro v0.20.11
2032026-06-10T21:56:09.025Z Downloaded convert_case v0.4.0
2042026-06-10T21:56:09.025Z Downloaded bitfield-struct v0.6.2
2052026-06-10T21:56:09.025Z Downloaded crunchy v0.2.4
2062026-06-10T21:56:09.025Z Downloaded dirs-sys-next v0.1.2
2072026-06-10T21:56:09.029Z Downloaded clap_lex v1.0.0
2082026-06-10T21:56:09.029Z Downloaded cargo-platform v0.2.0
2092026-06-10T21:56:09.033Z Downloaded castaway v0.2.4
2102026-06-10T21:56:09.033Z Downloaded ciborium-io v0.2.2
2112026-06-10T21:56:09.036Z Downloaded cast v0.3.0
2122026-06-10T21:56:09.037Z Downloaded dirs-next v2.0.0
2132026-06-10T21:56:09.040Z Downloaded ciborium-ll v0.2.2
2142026-06-10T21:56:09.044Z Downloaded defmt v1.0.1
2152026-06-10T21:56:09.044Z Downloaded defmt-macros v1.0.1
2162026-06-10T21:56:09.048Z Downloaded bitflags v1.3.2
2172026-06-10T21:56:09.048Z Downloaded convert_case v0.10.0
2182026-06-10T21:56:09.051Z Downloaded daft-derive v0.1.7
2192026-06-10T21:56:09.051Z Downloaded cfg_aliases v0.1.1
2202026-06-10T21:56:09.054Z Downloaded block-buffer v0.10.4
2212026-06-10T21:56:09.054Z Downloaded constant_time_eq v0.4.2
2222026-06-10T21:56:09.054Z Downloaded const_format_proc_macros v0.2.34
2232026-06-10T21:56:09.058Z Downloaded corncobs v0.1.4
2242026-06-10T21:56:09.058Z Downloaded cfg-if v1.0.4
2252026-06-10T21:56:09.058Z Downloaded criterion-plot v0.6.0
2262026-06-10T21:56:09.061Z Downloaded approx v0.5.1
2272026-06-10T21:56:09.061Z Downloaded array-init v0.0.4
2282026-06-10T21:56:09.065Z Downloaded crossbeam-deque v0.8.6
2292026-06-10T21:56:09.065Z Downloaded dof v0.3.0
2302026-06-10T21:56:09.068Z Downloaded display-error-chain v0.2.2
2312026-06-10T21:56:09.068Z Downloaded darling v0.13.4
2322026-06-10T21:56:09.068Z Downloaded critical-section v1.2.0
2332026-06-10T21:56:09.072Z Downloaded ctr v0.9.2
2342026-06-10T21:56:09.072Z Downloaded compression-codecs v0.4.37
2352026-06-10T21:56:09.076Z Downloaded downcast-rs v2.0.2
2362026-06-10T21:56:09.076Z Downloaded cmake v0.1.57
2372026-06-10T21:56:09.076Z Downloaded colored v2.2.0
2382026-06-10T21:56:09.076Z Downloaded dyn-clone v1.0.20
2392026-06-10T21:56:09.079Z Downloaded concurrent-queue v2.5.0
2402026-06-10T21:56:09.080Z Downloaded dtrace-parser v0.2.0
2412026-06-10T21:56:09.080Z Downloaded dropshot-api-manager-types v0.7.2
2422026-06-10T21:56:09.080Z Downloaded csv-core v0.1.13
2432026-06-10T21:56:09.083Z Downloaded derive_builder_macro v0.20.2
2442026-06-10T21:56:09.083Z Downloaded daft v0.1.7
2452026-06-10T21:56:09.083Z Downloaded dsl_auto_type v0.2.0
2462026-06-10T21:56:09.083Z Downloaded clap_derive v4.6.1
2472026-06-10T21:56:09.087Z Downloaded endian-type v0.1.2
2482026-06-10T21:56:09.087Z Downloaded difflib v0.4.0
2492026-06-10T21:56:09.087Z Downloaded escape8259 v0.5.3
2502026-06-10T21:56:09.087Z Downloaded errno v0.3.14
2512026-06-10T21:56:09.091Z Downloaded fastrand v2.3.0
2522026-06-10T21:56:09.091Z Downloaded env_filter v1.0.0
2532026-06-10T21:56:09.094Z Downloaded equivalent v1.0.2
2542026-06-10T21:56:09.098Z Downloaded bit-vec v0.6.3
2552026-06-10T21:56:09.098Z Downloaded bit-set v0.8.0
2562026-06-10T21:56:09.102Z Downloaded anstream v1.0.0
2572026-06-10T21:56:09.102Z Downloaded dtrace-parser v0.3.0
2582026-06-10T21:56:09.102Z Downloaded embedded-io v0.4.0
2592026-06-10T21:56:09.106Z Downloaded diesel_table_macro_syntax v0.3.0
2602026-06-10T21:56:09.106Z Downloaded embedded-io v0.6.1
2612026-06-10T21:56:09.106Z Downloaded bytecount v0.6.9
2622026-06-10T21:56:09.106Z Downloaded argon2 v0.5.3
2632026-06-10T21:56:09.110Z Downloaded anstyle v1.0.14
2642026-06-10T21:56:09.113Z Downloaded bitfield v0.19.4
2652026-06-10T21:56:09.113Z Downloaded anstyle-parse v1.0.0
2662026-06-10T21:56:09.113Z Downloaded camino-tempfile v1.4.1
2672026-06-10T21:56:09.116Z Downloaded cargo_metadata v0.21.0
2682026-06-10T21:56:09.122Z Downloaded cipher v0.4.4
2692026-06-10T21:56:09.127Z Downloaded camino-tempfile-ext v0.3.3
2702026-06-10T21:56:09.127Z Downloaded crossbeam-epoch v0.9.18
2712026-06-10T21:56:09.127Z Downloaded cookie v0.18.1
2722026-06-10T21:56:09.133Z Downloaded fixedbitset v0.4.2
2732026-06-10T21:56:09.133Z Downloaded enum-as-inner v0.6.1
2742026-06-10T21:56:09.133Z Downloaded fd-lock v4.0.4
2752026-06-10T21:56:09.133Z Downloaded crc32fast v1.5.0
2762026-06-10T21:56:09.137Z Downloaded flagset v0.4.7
2772026-06-10T21:56:09.137Z Downloaded const-oid v0.9.6
2782026-06-10T21:56:09.137Z Downloaded colored v3.1.1
2792026-06-10T21:56:09.141Z Downloaded event-listener-strategy v0.5.4
2802026-06-10T21:56:09.141Z Downloaded fnv v1.0.7
2812026-06-10T21:56:09.141Z Downloaded float-ord v0.3.2
2822026-06-10T21:56:09.141Z Downloaded float-cmp v0.10.0
2832026-06-10T21:56:09.144Z Downloaded futures-core v0.3.32
2842026-06-10T21:56:09.144Z Downloaded document-features v0.2.12
2852026-06-10T21:56:09.144Z Downloaded foreign-types-shared v0.1.1
2862026-06-10T21:56:09.145Z Downloaded foreign-types-macros v0.2.3
2872026-06-10T21:56:09.149Z Downloaded futures-task v0.3.32
2882026-06-10T21:56:09.152Z Downloaded futures-sink v0.3.32
2892026-06-10T21:56:09.152Z Downloaded cassowary v0.3.0
2902026-06-10T21:56:09.152Z Downloaded datatest-stable v0.3.3
2912026-06-10T21:56:09.156Z Downloaded console v0.15.11
2922026-06-10T21:56:09.156Z Downloaded dof v0.4.0
2932026-06-10T21:56:09.161Z Downloaded displaydoc v0.2.5
2942026-06-10T21:56:09.161Z Downloaded darling v0.23.0
2952026-06-10T21:56:09.164Z Downloaded chacha20 v0.9.1
2962026-06-10T21:56:09.164Z Downloaded ed25519 v2.2.3
2972026-06-10T21:56:09.164Z Downloaded dunce v1.0.5
2982026-06-10T21:56:09.168Z Downloaded deranged v0.5.8
2992026-06-10T21:56:09.168Z Downloaded ena v0.14.4
3002026-06-10T21:56:09.168Z Downloaded derive-ex v0.1.8
3012026-06-10T21:56:09.168Z Downloaded digest v0.10.7
3022026-06-10T21:56:09.171Z Downloaded form_urlencoded v1.2.2
3032026-06-10T21:56:09.171Z Downloaded der_derive v0.7.3
3042026-06-10T21:56:09.171Z Downloaded cexpr v0.6.0
3052026-06-10T21:56:09.175Z Downloaded erased-serde v0.4.9
3062026-06-10T21:56:09.176Z Downloaded erased-serde v0.3.31
3072026-06-10T21:56:09.176Z Downloaded ecdsa v0.16.9
3082026-06-10T21:56:09.179Z Downloaded bzip2 v0.4.4
3092026-06-10T21:56:09.180Z Downloaded fallible-iterator v0.2.0
3102026-06-10T21:56:09.180Z Downloaded cancel-safe-futures v0.1.5
3112026-06-10T21:56:09.242Z Downloaded diesel-dtrace v0.5.0
3122026-06-10T21:56:09.242Z Downloaded ahash v0.8.12
3132026-06-10T21:56:09.242Z Downloaded globwalk v0.9.1
3142026-06-10T21:56:09.257Z Downloaded blowfish v0.9.1
3152026-06-10T21:56:09.258Z Downloaded byteorder v1.5.0
3162026-06-10T21:56:09.258Z Downloaded camino v1.2.2
3172026-06-10T21:56:09.258Z Downloaded byte-wrapper v0.1.0
3182026-06-10T21:56:09.258Z Downloaded bit-vec v0.8.0
3192026-06-10T21:56:09.258Z Downloaded clang-sys v1.8.1
3202026-06-10T21:56:09.258Z Downloaded cfg-expr v0.20.6
3212026-06-10T21:56:09.258Z Downloaded bzip2 v0.6.1
3222026-06-10T21:56:09.258Z Downloaded anyhow v1.0.102
3232026-06-10T21:56:09.258Z Downloaded fxhash v0.2.1
3242026-06-10T21:56:09.258Z Downloaded des v0.8.1
3252026-06-10T21:56:09.258Z Downloaded futures-io v0.3.32
3262026-06-10T21:56:09.258Z Downloaded foreign-types-shared v0.3.1
3272026-06-10T21:56:09.258Z Downloaded anstyle-parse v0.2.7
3282026-06-10T21:56:09.258Z Downloaded clap v4.6.1
3292026-06-10T21:56:09.258Z Downloaded find-msvc-tools v0.1.9
3302026-06-10T21:56:09.258Z Downloaded crossbeam-utils v0.8.21
3312026-06-10T21:56:09.258Z Downloaded git-stub v1.0.0
3322026-06-10T21:56:09.258Z Downloaded ghash v0.5.1
3332026-06-10T21:56:09.258Z Downloaded gethostname v0.5.0
3342026-06-10T21:56:09.258Z Downloaded ff v0.13.1
3352026-06-10T21:56:09.258Z Downloaded console v0.16.2
3362026-06-10T21:56:09.258Z Downloaded fs-err v2.11.0
3372026-06-10T21:56:09.258Z Downloaded foreign-types v0.3.2
3382026-06-10T21:56:09.258Z Downloaded foldhash v0.2.0
3392026-06-10T21:56:09.258Z Downloaded guppy-workspace-hack v0.1.0
3402026-06-10T21:56:09.258Z Downloaded backon v1.6.0
3412026-06-10T21:56:09.259Z Downloaded hash32 v0.2.1
3422026-06-10T21:56:09.259Z Downloaded bcs v0.1.6
3432026-06-10T21:56:09.259Z Downloaded headers-core v0.3.0
3442026-06-10T21:56:09.259Z Downloaded hex v0.4.3
3452026-06-10T21:56:09.259Z Downloaded hex-literal v0.4.1
3462026-06-10T21:56:09.259Z Downloaded heck v0.4.1
3472026-06-10T21:56:09.259Z Downloaded futures-macro v0.3.32
3482026-06-10T21:56:09.259Z Downloaded foreign-types v0.5.0
3492026-06-10T21:56:09.259Z Downloaded home v0.5.12
3502026-06-10T21:56:09.259Z Downloaded futures-timer v3.0.3
3512026-06-10T21:56:09.259Z Downloaded foldhash v0.1.5
3522026-06-10T21:56:09.259Z Downloaded backtrace v0.3.76
3532026-06-10T21:56:09.259Z Downloaded darling v0.20.11
3542026-06-10T21:56:09.259Z Downloaded cbc v0.1.2
3552026-06-10T21:56:09.259Z Downloaded cargo-util-schemas v0.8.2
3562026-06-10T21:56:09.259Z Downloaded derive_more v0.99.20
3572026-06-10T21:56:09.259Z Downloaded env_logger v0.11.9
3582026-06-10T21:56:09.259Z Downloaded funty v2.0.0
3592026-06-10T21:56:09.259Z Downloaded heck v0.5.0
3602026-06-10T21:56:09.259Z Downloaded fs-err v3.3.0
3612026-06-10T21:56:09.259Z Downloaded fs_extra v1.3.0
3622026-06-10T21:56:09.259Z Downloaded derive_builder v0.20.2
3632026-06-10T21:56:09.268Z Downloaded futures-executor v0.3.32
3642026-06-10T21:56:09.268Z Downloaded fixedbitset v0.5.7
3652026-06-10T21:56:09.268Z Downloaded httpdate v1.0.3
3662026-06-10T21:56:09.268Z Downloaded filetime v0.2.27
3672026-06-10T21:56:09.269Z Downloaded event-listener v5.4.1
3682026-06-10T21:56:09.269Z Downloaded either v1.15.0
3692026-06-10T21:56:09.269Z Downloaded hubpack v0.1.2
3702026-06-10T21:56:09.269Z Downloaded hostname v0.4.2
3712026-06-10T21:56:09.269Z Downloaded globset v0.4.18
3722026-06-10T21:56:09.269Z Downloaded glob v0.3.3
3732026-06-10T21:56:09.269Z Downloaded group v0.13.0
3742026-06-10T21:56:09.269Z Downloaded const_format v0.2.35
3752026-06-10T21:56:09.269Z Downloaded blake2 v0.10.6
3762026-06-10T21:56:09.273Z Downloaded hostname v0.3.1
3772026-06-10T21:56:09.273Z Downloaded darling v0.21.3
3782026-06-10T21:56:09.273Z Downloaded http-range v0.1.5
3792026-06-10T21:56:09.273Z Downloaded hyper-tls v0.6.0
3802026-06-10T21:56:09.273Z Downloaded darling_core v0.21.3
3812026-06-10T21:56:09.276Z Downloaded darling_core v0.20.11
3822026-06-10T21:56:09.276Z Downloaded http-body v1.0.1
3832026-06-10T21:56:09.280Z Downloaded hubpack_derive v0.1.1
3842026-06-10T21:56:09.280Z Downloaded generic-array v0.14.7
3852026-06-10T21:56:09.280Z Downloaded diff v0.1.13
3862026-06-10T21:56:09.283Z Downloaded git-stub-vcs v0.1.0
3872026-06-10T21:56:09.283Z Downloaded async-compression v0.4.41
3882026-06-10T21:56:09.287Z Downloaded illumos-nvpair-sys v0.2.0
3892026-06-10T21:56:09.287Z Downloaded hash32 v0.3.1
3902026-06-10T21:56:09.287Z Downloaded async-bb8-diesel v0.2.1
3912026-06-10T21:56:09.291Z Downloaded derive_builder_core v0.20.2
3922026-06-10T21:56:09.291Z Downloaded bitflags v2.11.0
3932026-06-10T21:56:09.295Z Downloaded assert_cmd v2.1.2
3942026-06-10T21:56:09.295Z Downloaded cookie_store v0.22.1
3952026-06-10T21:56:09.295Z Downloaded indoc v1.0.9
3962026-06-10T21:56:09.300Z Downloaded instant v0.1.13
3972026-06-10T21:56:09.300Z Downloaded indent_write v2.2.0
3982026-06-10T21:56:09.300Z Downloaded crc-any v2.5.0
3992026-06-10T21:56:09.305Z Downloaded illumos-nvpair v0.3.0
4002026-06-10T21:56:09.309Z Downloaded darling_core v0.23.0
4012026-06-10T21:56:09.313Z Downloaded instability v0.3.11
4022026-06-10T21:56:09.313Z Downloaded derive-where v1.6.0
4032026-06-10T21:56:09.313Z Downloaded ciborium v0.2.2
4042026-06-10T21:56:09.317Z Downloaded inout v0.1.4
4052026-06-10T21:56:09.317Z Downloaded compact_str v0.8.1
4062026-06-10T21:56:09.320Z Downloaded internet-checksum v0.2.1
4072026-06-10T21:56:09.320Z Downloaded elliptic-curve v0.13.8
4082026-06-10T21:56:09.321Z Downloaded dropshot_endpoint v0.17.0
4092026-06-10T21:56:09.324Z Downloaded drift v0.2.0
4102026-06-10T21:56:09.327Z Downloaded lalrpop-util v0.19.12
4112026-06-10T21:56:09.332Z Downloaded is_terminal_polyfill v1.70.2
4122026-06-10T21:56:09.332Z Downloaded futures-channel v0.3.32
4132026-06-10T21:56:09.332Z Downloaded async-lock v3.4.2
4142026-06-10T21:56:09.336Z Downloaded is_ci v1.2.0
4152026-06-10T21:56:09.336Z Downloaded is-terminal v0.4.17
4162026-06-10T21:56:09.336Z Downloaded darling_core v0.13.4
4172026-06-10T21:56:09.336Z Downloaded highway v1.3.0
4182026-06-10T21:56:09.340Z Downloaded crossbeam-channel v0.5.15
4192026-06-10T21:56:09.340Z Downloaded chacha20poly1305 v0.10.1
4202026-06-10T21:56:09.344Z Downloaded base64 v0.22.1
4212026-06-10T21:56:09.344Z Downloaded itoa v1.0.17
4222026-06-10T21:56:09.344Z Downloaded hyper-staticfile v0.10.1
4232026-06-10T21:56:09.347Z Downloaded keccak v0.1.6
4242026-06-10T21:56:09.347Z Downloaded idna_adapter v1.2.1
4252026-06-10T21:56:09.352Z Downloaded linked-hash-map v0.5.6
4262026-06-10T21:56:09.352Z Downloaded http-body-util v0.1.3
4272026-06-10T21:56:09.355Z Downloaded getrandom v0.2.17
4282026-06-10T21:56:09.355Z Downloaded lzss v0.8.2
4292026-06-10T21:56:09.360Z Downloaded humantime v2.3.0
4302026-06-10T21:56:09.360Z Downloaded ident_case v1.0.1
4312026-06-10T21:56:09.360Z Downloaded kstat-rs v0.2.4
4322026-06-10T21:56:09.363Z Downloaded lazy_static v1.5.0
4332026-06-10T21:56:09.363Z Downloaded libscf-sys v1.1.0
4342026-06-10T21:56:09.367Z Downloaded ipnet v2.11.0
4352026-06-10T21:56:09.367Z Downloaded impl-trait-for-tuples v0.2.3
4362026-06-10T21:56:09.370Z Downloaded lru-slab v0.1.2
4372026-06-10T21:56:09.374Z Downloaded bumpalo v3.20.2
4382026-06-10T21:56:09.374Z Downloaded maplit v1.0.2
4392026-06-10T21:56:09.374Z Downloaded memoffset v0.9.1
4402026-06-10T21:56:09.377Z Downloaded memmap v0.7.0
4412026-06-10T21:56:09.378Z Downloaded match_cfg v0.1.0
4422026-06-10T21:56:09.378Z Downloaded managed v0.8.0
4432026-06-10T21:56:09.378Z Downloaded mime v0.3.17
4442026-06-10T21:56:09.381Z Downloaded miette-derive v5.10.0
4452026-06-10T21:56:09.381Z Downloaded macaddr v1.0.1
4462026-06-10T21:56:09.381Z Downloaded multimap v0.10.1
4472026-06-10T21:56:09.381Z Downloaded linkme-impl v0.3.35
4482026-06-10T21:56:09.384Z Downloaded futures v0.3.32
4492026-06-10T21:56:09.389Z Downloaded indoc v2.0.7
4502026-06-10T21:56:09.393Z Downloaded hickory-client v0.25.2
4512026-06-10T21:56:09.397Z Downloaded ingot v0.1.1
4522026-06-10T21:56:09.400Z Downloaded md5 v0.7.0
4532026-06-10T21:56:09.400Z Downloaded md-5 v0.10.6
4542026-06-10T21:56:09.400Z Downloaded maybe-uninit v2.0.0
4552026-06-10T21:56:09.404Z Downloaded lru-cache v0.1.2
4562026-06-10T21:56:09.404Z Downloaded knuffel-derive v3.2.0
4572026-06-10T21:56:09.404Z Downloaded getrandom v0.3.4
4582026-06-10T21:56:09.408Z Downloaded httptest v0.16.4
4592026-06-10T21:56:09.412Z Downloaded libloading v0.8.9
4602026-06-10T21:56:09.417Z Downloaded hyper-rustls v0.27.7
4612026-06-10T21:56:09.421Z Downloaded newtype_derive v0.1.6
4622026-06-10T21:56:09.421Z Downloaded new_debug_unreachable v1.0.6
4632026-06-10T21:56:09.421Z Downloaded nested v0.1.1
4642026-06-10T21:56:09.421Z Downloaded newline-converter v0.3.0
4652026-06-10T21:56:09.421Z Downloaded getrandom v0.4.1
4662026-06-10T21:56:09.425Z Downloaded nodrop v0.1.14
4672026-06-10T21:56:09.425Z Downloaded nibble_vec v0.1.0
4682026-06-10T21:56:09.425Z Downloaded newtype-uuid-macros v0.1.0
4692026-06-10T21:56:09.425Z Downloaded iana-time-zone v0.1.65
4702026-06-10T21:56:09.428Z Downloaded aes v0.8.4
4712026-06-10T21:56:09.428Z Downloaded libsw-core v0.3.2
4722026-06-10T21:56:09.432Z Downloaded libsw v3.5.0
4732026-06-10T21:56:09.435Z Downloaded nonempty v0.12.0
4742026-06-10T21:56:09.435Z Downloaded num-conv v0.2.0
4752026-06-10T21:56:09.435Z Downloaded normalize-line-endings v0.3.0
4762026-06-10T21:56:09.438Z Downloaded num-derive v0.4.2
4772026-06-10T21:56:09.439Z Downloaded num-derive v0.3.3
4782026-06-10T21:56:09.442Z Downloaded flume v0.11.1
4792026-06-10T21:56:09.442Z Downloaded libefi-sys v0.1.0
4802026-06-10T21:56:09.446Z Downloaded httparse v1.10.1
4812026-06-10T21:56:09.446Z Downloaded linkme v0.3.35
4822026-06-10T21:56:09.446Z Downloaded jobserver v0.1.34
4832026-06-10T21:56:09.450Z Downloaded half v2.7.1
4842026-06-10T21:56:09.450Z Downloaded lock_api v0.4.14
4852026-06-10T21:56:09.453Z Downloaded num v0.4.3
4862026-06-10T21:56:09.454Z Downloaded libtest-mimic v0.8.1
4872026-06-10T21:56:09.454Z Downloaded num_threads v0.1.7
4882026-06-10T21:56:09.457Z Downloaded ingot-types v0.1.2
4892026-06-10T21:56:09.462Z Downloaded num-iter v0.1.45
4902026-06-10T21:56:09.462Z Downloaded native-tls v0.2.18
4912026-06-10T21:56:09.462Z Downloaded ingot-macros v0.1.1
4922026-06-10T21:56:09.466Z Downloaded crypto-bigint v0.5.5
4932026-06-10T21:56:09.466Z Downloaded num_enum_derive v0.5.11
4942026-06-10T21:56:09.469Z Downloaded fatfs v0.3.6
4952026-06-10T21:56:09.473Z Downloaded derive_more v2.1.1
4962026-06-10T21:56:09.476Z Downloaded half v1.8.3
4972026-06-10T21:56:09.479Z Downloaded olpc-cjson v0.1.4
4982026-06-10T21:56:09.483Z Downloaded der v0.7.10
4992026-06-10T21:56:09.483Z Downloaded chumsky v0.9.3
5002026-06-10T21:56:09.487Z Downloaded multer v3.1.0
5012026-06-10T21:56:09.491Z Downloaded ordered-float v2.10.1
5022026-06-10T21:56:09.500Z Downloaded opaque-debug v0.3.1
5032026-06-10T21:56:09.503Z Downloaded ar_archive_writer v0.5.1
5042026-06-10T21:56:09.504Z Downloaded bytes v1.11.1
5052026-06-10T21:56:09.507Z Downloaded newtype-uuid v1.3.2
5062026-06-10T21:56:09.511Z Downloaded packed_struct_codegen v0.10.1
5072026-06-10T21:56:09.511Z Downloaded parse-display v0.10.0
5082026-06-10T21:56:09.514Z Downloaded openssl-probe v0.2.1
5092026-06-10T21:56:09.514Z Downloaded openssl-probe v0.1.6
5102026-06-10T21:56:09.514Z Downloaded flate2 v1.1.9
5112026-06-10T21:56:09.517Z Downloaded nanorand v0.7.0
5122026-06-10T21:56:09.518Z Downloaded ipnetwork v0.21.1
5132026-06-10T21:56:09.521Z Downloaded parse-size v1.1.0
5142026-06-10T21:56:09.521Z Downloaded linear-map v1.2.0
5152026-06-10T21:56:09.521Z Downloaded cc v1.2.56
5162026-06-10T21:56:09.525Z Downloaded pathdiff v0.2.3
5172026-06-10T21:56:09.525Z Downloaded parking v2.2.1
5182026-06-10T21:56:09.525Z Downloaded hmac v0.12.1
5192026-06-10T21:56:09.528Z Downloaded icu_provider v2.1.1
5202026-06-10T21:56:09.528Z Downloaded percent-encoding v2.3.2
5212026-06-10T21:56:09.528Z Downloaded heapless v0.7.17
5222026-06-10T21:56:09.534Z Downloaded oso-derive v0.27.3
5232026-06-10T21:56:09.537Z Downloaded ed25519-dalek v2.2.0
5242026-06-10T21:56:09.541Z Downloaded diesel_derives v2.3.7
5252026-06-10T21:56:09.546Z Downloaded openssl-macros v0.1.1
5262026-06-10T21:56:09.550Z Downloaded derive_more-impl v2.1.1
5272026-06-10T21:56:09.550Z Downloaded nu-ansi-term v0.50.3
5282026-06-10T21:56:09.550Z Downloaded pbkdf2 v0.12.2
5292026-06-10T21:56:09.553Z Downloaded pbkdf2 v0.11.0
5302026-06-10T21:56:09.553Z Downloaded phf_shared v0.11.3
5312026-06-10T21:56:09.554Z Downloaded num-rational v0.4.2
5322026-06-10T21:56:09.557Z Downloaded num-complex v0.4.6
5332026-06-10T21:56:09.557Z Downloaded lru v0.12.5
5342026-06-10T21:56:09.557Z Downloaded path-slash v0.1.5
5352026-06-10T21:56:09.561Z Downloaded phf_shared v0.12.1
5362026-06-10T21:56:09.561Z Downloaded icu_normalizer v2.1.1
5372026-06-10T21:56:09.564Z Downloaded peg-runtime v0.8.5
5382026-06-10T21:56:09.564Z Downloaded fancy-regex v0.14.0
5392026-06-10T21:56:09.567Z Downloaded criterion v0.7.0
5402026-06-10T21:56:09.571Z Downloaded packed_struct v0.10.1
5412026-06-10T21:56:09.574Z Downloaded oxnet v0.1.5
5422026-06-10T21:56:09.574Z Downloaded headers v0.4.1
5432026-06-10T21:56:09.578Z Downloaded oxide-tokio-rt v0.1.4
5442026-06-10T21:56:09.578Z Downloaded num_enum_derive v0.7.6
5452026-06-10T21:56:09.578Z Downloaded num_enum v0.7.6
5462026-06-10T21:56:09.581Z Downloaded icu_properties v2.1.2
5472026-06-10T21:56:09.585Z Downloaded plotters-svg v0.3.7
5482026-06-10T21:56:09.585Z Downloaded plotters-backend v0.3.7
5492026-06-10T21:56:09.588Z Downloaded num_enum v0.5.11
5502026-06-10T21:56:09.591Z Downloaded pin-utils v0.1.0
5512026-06-10T21:56:09.595Z Downloaded mime_guess v2.0.5
5522026-06-10T21:56:09.595Z Downloaded log v0.4.29
5532026-06-10T21:56:09.599Z Downloaded parse-display-derive v0.10.0
5542026-06-10T21:56:09.599Z Downloaded omicron-zone-package v0.12.2
5552026-06-10T21:56:09.602Z Downloaded precomputed-hash v0.1.1
5562026-06-10T21:56:09.606Z Downloaded potential_utf v0.1.4
5572026-06-10T21:56:09.606Z Downloaded plain v0.2.3
5582026-06-10T21:56:09.606Z Downloaded indicatif v0.18.4
5592026-06-10T21:56:09.610Z Downloaded memmap2 v0.9.10
5602026-06-10T21:56:09.610Z Downloaded peg-macros v0.8.5
5612026-06-10T21:56:09.613Z Downloaded once_cell v1.21.3
5622026-06-10T21:56:09.613Z Downloaded crossterm v0.28.1
5632026-06-10T21:56:09.618Z Downloaded peg v0.8.5
5642026-06-10T21:56:09.625Z Downloaded owo-colors v3.5.0
5652026-06-10T21:56:09.629Z Downloaded phf_shared v0.13.1
5662026-06-10T21:56:09.629Z Downloaded phf v0.13.1
5672026-06-10T21:56:09.634Z Downloaded knuffel v3.2.0
5682026-06-10T21:56:09.647Z Downloaded icu_collections v2.1.1
5692026-06-10T21:56:09.651Z Downloaded phf v0.12.1
5702026-06-10T21:56:09.651Z Downloaded libbz2-rs-sys v0.2.2
5712026-06-10T21:56:09.651Z Downloaded password-hash v0.4.2
5722026-06-10T21:56:09.651Z Downloaded icu_locale_core v2.1.1
5732026-06-10T21:56:09.651Z Downloaded pretty-hex v0.4.1
5742026-06-10T21:56:09.651Z Downloaded proc-macro-error-attr2 v2.0.0
5752026-06-10T21:56:09.651Z Downloaded predicates-tree v1.0.13
5762026-06-10T21:56:09.651Z Downloaded predicates-core v1.0.10
5772026-06-10T21:56:09.651Z Downloaded expectorate v1.2.0
5782026-06-10T21:56:09.651Z Downloaded paste v1.0.15
5792026-06-10T21:56:09.655Z Downloaded password-hash v0.5.0
5802026-06-10T21:56:09.655Z Downloaded parking_lot_core v0.8.6
5812026-06-10T21:56:09.655Z Downloaded pem-rfc7468 v0.7.0
5822026-06-10T21:56:09.655Z Downloaded litrs v1.0.0
5832026-06-10T21:56:09.659Z Downloaded pem v3.0.6
5842026-06-10T21:56:09.659Z Downloaded litemap v0.8.1
5852026-06-10T21:56:09.659Z Downloaded partial-io v0.5.4
5862026-06-10T21:56:09.663Z Downloaded poly1305 v0.8.0
5872026-06-10T21:56:09.663Z Downloaded progenitor-client v0.11.2
5882026-06-10T21:56:09.667Z Downloaded indexmap v1.9.3
5892026-06-10T21:56:09.667Z Downloaded icu_normalizer_data v2.1.1
5902026-06-10T21:56:09.667Z Downloaded ignore v0.4.25
5912026-06-10T21:56:09.670Z Downloaded heapless v0.8.0
5922026-06-10T21:56:09.674Z Downloaded parking_lot_core v0.9.12
5932026-06-10T21:56:09.674Z Downloaded proc-macro-error-attr v1.0.4
5942026-06-10T21:56:09.674Z Downloaded polyval v0.6.2
5952026-06-10T21:56:09.678Z Downloaded progenitor-client v0.14.0
5962026-06-10T21:56:09.678Z Downloaded proc-macro-crate v1.3.1
5972026-06-10T21:56:09.678Z Downloaded pin-project-internal v1.1.11
5982026-06-10T21:56:09.678Z Downloaded path-tree v0.8.3
5992026-06-10T21:56:09.682Z Downloaded postgres-protocol v0.6.10
6002026-06-10T21:56:09.682Z Downloaded oorandom v11.1.5
6012026-06-10T21:56:09.682Z Downloaded parking_lot v0.12.5
6022026-06-10T21:56:09.682Z Downloaded parking_lot v0.11.2
6032026-06-10T21:56:09.686Z Downloaded quick-error v1.2.3
6042026-06-10T21:56:09.686Z Downloaded progenitor-macro v0.14.0
6052026-06-10T21:56:09.686Z Downloaded hashbrown v0.12.3
6062026-06-10T21:56:09.690Z Downloaded pkcs8 v0.10.2
6072026-06-10T21:56:09.690Z Downloaded num-integer v0.1.46
6082026-06-10T21:56:09.690Z Downloaded progenitor-macro v0.11.2
6092026-06-10T21:56:09.693Z Downloaded predicates v3.1.4
6102026-06-10T21:56:09.693Z Downloaded psl-types v2.0.11
6112026-06-10T21:56:09.693Z Downloaded progenitor-macro v0.13.0
6122026-06-10T21:56:09.698Z Downloaded ppv-lite86 v0.2.21
6132026-06-10T21:56:09.698Z Downloaded hickory-resolver v0.24.4
6142026-06-10T21:56:09.710Z Downloaded radium v0.7.0
6152026-06-10T21:56:09.714Z Downloaded rand_chacha v0.3.1
6162026-06-10T21:56:09.717Z Downloaded miniz_oxide v0.8.9
6172026-06-10T21:56:09.724Z Downloaded primeorder v0.13.6
6182026-06-10T21:56:09.728Z Downloaded progenitor-client v0.10.0
6192026-06-10T21:56:09.728Z Downloaded rand_xorshift v0.4.0
6202026-06-10T21:56:09.728Z Downloaded proc-macro-error2 v2.0.1
6212026-06-10T21:56:09.732Z Downloaded papergrid v0.11.0
6222026-06-10T21:56:09.738Z Downloaded progenitor v0.14.0
6232026-06-10T21:56:09.738Z Downloaded num-traits v0.2.19
6242026-06-10T21:56:09.738Z Downloaded papergrid v0.17.0
6252026-06-10T21:56:09.742Z Downloaded proc-macro-crate v3.4.0
6262026-06-10T21:56:09.742Z Downloaded progenitor-extras v0.2.0
6272026-06-10T21:56:09.742Z Downloaded recursive-proc-macro-impl v0.1.1
6282026-06-10T21:56:09.742Z Downloaded ref-cast-impl v1.0.25
6292026-06-10T21:56:09.745Z Downloaded ref-cast v1.0.25
6302026-06-10T21:56:09.745Z Downloaded progenitor v0.13.0
6312026-06-10T21:56:09.745Z Downloaded recursive v0.1.1
6322026-06-10T21:56:09.745Z Downloaded progenitor-client v0.13.0
6332026-06-10T21:56:09.749Z Downloaded powerfmt v0.2.0
6342026-06-10T21:56:09.752Z Downloaded pkcs5 v0.7.1
6352026-06-10T21:56:09.755Z Downloaded hickory-resolver v0.25.2
6362026-06-10T21:56:09.762Z Downloaded progenitor v0.11.2
6372026-06-10T21:56:09.766Z Downloaded pin-project-lite v0.2.17
6382026-06-10T21:56:09.766Z Downloaded pest_generator v2.8.6
6392026-06-10T21:56:09.769Z Downloaded oso v0.27.3
6402026-06-10T21:56:09.769Z Downloaded pkg-config v0.3.32
6412026-06-10T21:56:09.770Z Downloaded owo-colors v4.3.0
6422026-06-10T21:56:09.773Z Downloaded minimal-lexical v0.2.1
6432026-06-10T21:56:09.776Z Downloaded pin-project v1.1.11
6442026-06-10T21:56:09.781Z Downloaded pest_derive v2.8.6
6452026-06-10T21:56:09.784Z Downloaded rustc_version v0.4.1
6462026-06-10T21:56:09.784Z Downloaded rand_chacha v0.9.0
6472026-06-10T21:56:09.784Z Downloaded rtoolbox v0.0.3
6482026-06-10T21:56:09.784Z Downloaded http v1.4.0
6492026-06-10T21:56:09.788Z Downloaded miette v5.10.0
6502026-06-10T21:56:09.791Z Downloaded proc-macro-error v1.0.4
6512026-06-10T21:56:09.791Z Downloaded rand_seeder v0.4.0
6522026-06-10T21:56:09.794Z Downloaded postcard v1.1.3
6532026-06-10T21:56:09.794Z Downloaded clap_builder v4.6.0
6542026-06-10T21:56:09.804Z Downloaded postgres-types v0.2.12
6552026-06-10T21:56:09.807Z Downloaded pkcs1 v0.7.5
6562026-06-10T21:56:09.807Z Downloaded r2d2 v0.8.10
6572026-06-10T21:56:09.813Z Downloaded russh-cryptovec v0.7.3
6582026-06-10T21:56:09.817Z Downloaded rfc6979 v0.4.0
6592026-06-10T21:56:09.817Z Downloaded same-file v1.0.6
6602026-06-10T21:56:09.821Z Downloaded rustc_version v0.1.7
6612026-06-10T21:56:09.824Z Downloaded quote v1.0.45
6622026-06-10T21:56:09.824Z Downloaded jiff-static v0.2.21
6632026-06-10T21:56:09.832Z Downloaded rand_core v0.10.0
6642026-06-10T21:56:09.835Z Downloaded rand_core v0.9.5
6652026-06-10T21:56:09.835Z Downloaded quinn-udp v0.5.14
6662026-06-10T21:56:09.835Z Downloaded rand_core v0.6.4
6672026-06-10T21:56:09.839Z Downloaded scheduled-thread-pool v0.2.7
6682026-06-10T21:56:09.854Z Downloaded salsa20 v0.10.2
6692026-06-10T21:56:09.858Z Downloaded relative-path v1.9.3
6702026-06-10T21:56:09.858Z Downloaded sapling-renderdag v0.1.0
6712026-06-10T21:56:09.862Z Downloaded scroll_derive v0.13.1
6722026-06-10T21:56:09.865Z Downloaded scopeguard v1.2.0
6732026-06-10T21:56:09.865Z Downloaded scrypt v0.11.0
6742026-06-10T21:56:09.866Z Downloaded openssl-sys v0.9.115
6752026-06-10T21:56:09.869Z Downloaded dropshot-api-manager v0.7.2
6762026-06-10T21:56:09.873Z Downloaded proc-macro2 v1.0.106
6772026-06-10T21:56:09.878Z Downloaded secrecy v0.8.0
6782026-06-10T21:56:09.878Z Downloaded resolv-conf v0.7.6
6792026-06-10T21:56:09.878Z Downloaded scroll_derive v0.12.1
6802026-06-10T21:56:09.881Z Downloaded secrecy v0.10.3
6812026-06-10T21:56:09.881Z Downloaded serde_bytes v0.11.19
6822026-06-10T21:56:09.881Z Downloaded semver v0.1.20
6832026-06-10T21:56:09.881Z Downloaded psm v0.1.30
6842026-06-10T21:56:09.885Z Downloaded hickory-server v0.25.2
6852026-06-10T21:56:09.885Z Downloaded rustls-pemfile v2.2.0
6862026-06-10T21:56:09.888Z Downloaded serde-value v0.7.0
6872026-06-10T21:56:09.888Z Downloaded serde-big-array v0.5.1
6882026-06-10T21:56:09.888Z Downloaded rustls-pemfile v1.0.4
6892026-06-10T21:56:09.891Z Downloaded rustversion v1.0.22
6902026-06-10T21:56:09.904Z Downloaded rust-argon2 v2.1.0
6912026-06-10T21:56:09.908Z Downloaded rustc-demangle v0.1.27
6922026-06-10T21:56:09.911Z Downloaded serde_spanned v0.6.9
6932026-06-10T21:56:09.911Z Downloaded serde_repr v0.1.20
6942026-06-10T21:56:09.915Z Downloaded rustc-hash v2.1.1
6952026-06-10T21:56:09.915Z Downloaded serde_regex v1.1.0
6962026-06-10T21:56:09.918Z Downloaded serde_plain v1.0.2
6972026-06-10T21:56:09.918Z Downloaded progenitor-impl v0.14.0
6982026-06-10T21:56:09.922Z Downloaded progenitor-impl v0.13.0
6992026-06-10T21:56:09.922Z Downloaded aes-gcm v0.10.3
7002026-06-10T21:56:09.926Z Downloaded prefix-trie v0.7.0
7012026-06-10T21:56:09.932Z Downloaded serde_urlencoded v0.7.1
7022026-06-10T21:56:09.935Z Downloaded serde_spanned v1.0.4
7032026-06-10T21:56:09.935Z Downloaded memchr v2.8.0
7042026-06-10T21:56:09.939Z Downloaded crossterm v0.29.0
7052026-06-10T21:56:09.943Z Downloaded rustls-native-certs v0.8.3
7062026-06-10T21:56:09.946Z Downloaded hashbrown v0.13.2
7072026-06-10T21:56:09.949Z Downloaded pest_meta v2.8.6
7082026-06-10T21:56:09.953Z Downloaded rusty-fork v0.3.1
7092026-06-10T21:56:09.956Z Downloaded schemars_derive v0.8.22
7102026-06-10T21:56:09.959Z Downloaded mio v1.2.0
7112026-06-10T21:56:09.963Z Downloaded scroll v0.12.0
7122026-06-10T21:56:09.963Z Downloaded prettyplease v0.2.37
7132026-06-10T21:56:09.966Z Downloaded seq-macro v0.3.6
7142026-06-10T21:56:09.966Z Downloaded sec1 v0.7.3
7152026-06-10T21:56:09.972Z Downloaded rustls-pki-types v1.14.0
7162026-06-10T21:56:09.976Z Downloaded signal-hook-mio v0.2.5
7172026-06-10T21:56:09.976Z Downloaded shell-words v1.1.1
7182026-06-10T21:56:09.980Z Downloaded sigpipe v0.1.3
7192026-06-10T21:56:09.980Z Downloaded signal-hook-tokio v0.3.1
7202026-06-10T21:56:09.980Z Downloaded libxml v0.3.3
7212026-06-10T21:56:09.988Z Downloaded similar-asserts v1.7.0
7222026-06-10T21:56:09.991Z Downloaded serde-hex v0.1.0
7232026-06-10T21:56:09.992Z Downloaded progenitor-impl v0.11.2
7242026-06-10T21:56:09.992Z Downloaded sct v0.7.1
7252026-06-10T21:56:09.992Z Downloaded serde-untagged v0.1.9
7262026-06-10T21:56:09.997Z Downloaded slog-bunyan v2.5.0
7272026-06-10T21:56:09.997Z Downloaded p256 v0.13.2
7282026-06-10T21:56:10.000Z Downloaded smawk v0.3.2
7292026-06-10T21:56:10.000Z Downloaded hashbrown v0.15.5
7302026-06-10T21:56:10.004Z Downloaded russh-keys v0.45.0
7312026-06-10T21:56:10.011Z Downloaded siphasher v1.0.2
7322026-06-10T21:56:10.014Z Downloaded serde_tokenstream v0.2.3
7332026-06-10T21:56:10.015Z Downloaded hyper-util v0.1.20
7342026-06-10T21:56:10.019Z Downloaded serde_with_macros v1.5.2
7352026-06-10T21:56:10.019Z Downloaded serde_derive_internals v0.29.1
7362026-06-10T21:56:10.026Z Downloaded slog-envlogger v2.2.0
7372026-06-10T21:56:10.036Z Downloaded hashbrown v0.16.1
7382026-06-10T21:56:10.040Z Downloaded indexmap v2.14.0
7392026-06-10T21:56:10.044Z Downloaded pretty_assertions v1.4.1
7402026-06-10T21:56:10.048Z Downloaded sha2 v0.10.9
7412026-06-10T21:56:10.048Z Downloaded scroll v0.13.0
7422026-06-10T21:56:10.048Z Downloaded rand_distr v0.5.1
7432026-06-10T21:56:10.053Z Downloaded sha1 v0.10.6
7442026-06-10T21:56:10.053Z Downloaded stable_deref_trait v1.2.1
7452026-06-10T21:56:10.058Z Downloaded semver v1.0.28
7462026-06-10T21:56:10.061Z Downloaded hyper v1.8.1
7472026-06-10T21:56:10.065Z Downloaded nom v7.1.3
7482026-06-10T21:56:10.069Z Downloaded ssh-cipher v0.2.0
7492026-06-10T21:56:10.069Z Downloaded sqlparser_derive v0.5.0
7502026-06-10T21:56:10.069Z Downloaded simd-adler32 v0.3.8
7512026-06-10T21:56:10.072Z Downloaded signature v2.2.0
7522026-06-10T21:56:10.072Z Downloaded strsim v0.10.0
7532026-06-10T21:56:10.072Z Downloaded slog-async v2.8.0
7542026-06-10T21:56:10.075Z Downloaded slab v0.4.12
7552026-06-10T21:56:10.076Z Downloaded strsim v0.11.1
7562026-06-10T21:56:10.076Z Downloaded structmeta-derive v0.3.0
7572026-06-10T21:56:10.076Z Downloaded rstest v0.25.0
7582026-06-10T21:56:10.079Z Downloaded serde_path_to_error v0.1.20
7592026-06-10T21:56:10.082Z Downloaded shlex v1.3.0
7602026-06-10T21:56:10.083Z Downloaded ryu v1.0.23
7612026-06-10T21:56:10.086Z Downloaded rcgen v0.12.1
7622026-06-10T21:56:10.086Z Downloaded publicsuffix v2.3.0
7632026-06-10T21:56:10.090Z Downloaded aho-corasick v1.1.4
7642026-06-10T21:56:10.096Z Downloaded slog-scope v4.4.1
7652026-06-10T21:56:10.100Z Downloaded smallvec v0.6.14
7662026-06-10T21:56:10.100Z Downloaded snafu-derive v0.8.9
7672026-06-10T21:56:10.103Z Downloaded ron v0.8.1
7682026-06-10T21:56:10.107Z Downloaded strum v0.27.2
7692026-06-10T21:56:10.107Z Downloaded structmeta v0.3.0
7702026-06-10T21:56:10.107Z Downloaded strip-ansi-escapes v0.2.1
7712026-06-10T21:56:10.107Z Downloaded strum v0.26.3
7722026-06-10T21:56:10.110Z Downloaded supports-hyperlinks v2.1.0
7732026-06-10T21:56:10.110Z Downloaded subtle v2.6.1
7742026-06-10T21:56:10.115Z Downloaded rand v0.8.6
7752026-06-10T21:56:10.115Z Downloaded iri-string v0.7.10
7762026-06-10T21:56:10.121Z Downloaded slog-dtrace v0.3.0
7772026-06-10T21:56:10.125Z Downloaded signal-hook-registry v1.4.8
7782026-06-10T21:56:10.129Z Downloaded slog-term v2.9.2
7792026-06-10T21:56:10.129Z Downloaded supports-color v3.0.2
7802026-06-10T21:56:10.129Z Downloaded slog-stdlog v4.1.1
7812026-06-10T21:56:10.132Z Downloaded swrite v0.1.0
7822026-06-10T21:56:10.132Z Downloaded supports-color v2.1.0
7832026-06-10T21:56:10.135Z Downloaded sync_wrapper v1.0.2
7842026-06-10T21:56:10.135Z Downloaded rustls-platform-verifier v0.6.2
7852026-06-10T21:56:10.139Z Downloaded tagptr v0.2.0
7862026-06-10T21:56:10.139Z Downloaded sync-ptr v0.1.4
7872026-06-10T21:56:10.142Z Downloaded idna v1.1.0
7882026-06-10T21:56:10.142Z Downloaded stacker v0.1.23
7892026-06-10T21:56:10.148Z Downloaded sqlformat v0.3.5
7902026-06-10T21:56:10.148Z Downloaded schemars v0.8.22
7912026-06-10T21:56:10.152Z Downloaded take_mut v0.2.2
7922026-06-10T21:56:10.152Z Downloaded tabled_derive v0.7.0
7932026-06-10T21:56:10.155Z Downloaded serde_with_macros v3.17.0
7942026-06-10T21:56:10.156Z Downloaded num-bigint v0.4.6
7952026-06-10T21:56:10.159Z Downloaded tabwriter v1.4.1
7962026-06-10T21:56:10.159Z Downloaded tap v1.0.1
7972026-06-10T21:56:10.159Z Downloaded stringprep v0.1.5
7982026-06-10T21:56:10.164Z Downloaded string_cache v0.8.9
7992026-06-10T21:56:10.164Z Downloaded spki v0.7.3
8002026-06-10T21:56:10.165Z Downloaded slog-json v2.6.1
8012026-06-10T21:56:10.165Z Downloaded smallvec v1.15.1
8022026-06-10T21:56:10.168Z Downloaded nom v8.0.0
8032026-06-10T21:56:10.168Z Downloaded libm v0.2.16
8042026-06-10T21:56:10.174Z Downloaded stringmetrics v2.2.2
8052026-06-10T21:56:10.183Z Downloaded static_assertions v1.1.0
8062026-06-10T21:56:10.183Z Downloaded ssh-encoding v0.2.0
8072026-06-10T21:56:10.183Z Downloaded schemars v0.9.0
8082026-06-10T21:56:10.238Z Downloaded strum_macros v0.27.2
8092026-06-10T21:56:10.238Z Downloaded target-triple v1.0.0
8102026-06-10T21:56:10.238Z Downloaded terminal_size v0.4.3
8112026-06-10T21:56:10.238Z Downloaded strum_macros v0.26.4
8122026-06-10T21:56:10.238Z Downloaded itertools v0.13.0
8132026-06-10T21:56:10.238Z Downloaded strum_macros v0.24.3
8142026-06-10T21:56:10.238Z Downloaded serde_derive v1.0.228
8152026-06-10T21:56:10.238Z Downloaded futures-util v0.3.32
8162026-06-10T21:56:10.238Z Downloaded terminal_size v0.1.17
8172026-06-10T21:56:10.238Z Downloaded num-bigint-dig v0.8.6
8182026-06-10T21:56:10.244Z Downloaded rayon-core v1.13.0
8192026-06-10T21:56:10.244Z Downloaded thread-id v4.2.2
8202026-06-10T21:56:10.244Z Downloaded thiserror-impl-no-std v2.0.2
8212026-06-10T21:56:10.244Z Downloaded synstructure v0.13.2
8222026-06-10T21:56:10.244Z Downloaded termtree v0.5.1
8232026-06-10T21:56:10.244Z Downloaded serde_core v1.0.228
8242026-06-10T21:56:10.244Z Downloaded testing_table v0.3.0
8252026-06-10T21:56:10.244Z Downloaded rstest_macros v0.25.0
8262026-06-10T21:56:10.244Z Downloaded signal-hook v0.3.18
8272026-06-10T21:56:10.244Z Downloaded thread-id v5.1.0
8282026-06-10T21:56:10.244Z Downloaded icu_properties_data v2.1.2
8292026-06-10T21:56:10.244Z Downloaded support-bundle-viewer v0.1.2
8302026-06-10T21:56:10.244Z Downloaded tabled_derive v0.11.0
8312026-06-10T21:56:10.244Z Downloaded smf v0.2.3
8322026-06-10T21:56:10.244Z Downloaded guppy v0.17.25
8332026-06-10T21:56:10.244Z Downloaded time-core v0.1.8
8342026-06-10T21:56:10.244Z Downloaded slog v2.8.2
8352026-06-10T21:56:10.244Z Downloaded spin v0.9.8
8362026-06-10T21:56:10.245Z Downloaded tinyvec_macros v0.1.1
8372026-06-10T21:56:10.245Z Downloaded qorb v0.4.1
8382026-06-10T21:56:10.245Z Downloaded tokio-macros v2.7.0
8392026-06-10T21:56:10.248Z Downloaded iddqd v0.4.2
8402026-06-10T21:56:10.248Z Downloaded goblin v0.8.2
8412026-06-10T21:56:10.252Z Downloaded chrono v0.4.44
8422026-06-10T21:56:10.259Z Downloaded serde_yaml v0.9.34+deprecated
8432026-06-10T21:56:10.263Z Downloaded rsa v0.9.10
8442026-06-10T21:56:10.263Z Downloaded hkdf v0.12.4
8452026-06-10T21:56:10.266Z Downloaded itertools v0.14.0
8462026-06-10T21:56:10.270Z Downloaded target-spec v3.5.7
8472026-06-10T21:56:10.270Z Downloaded target-lexicon v0.13.3
8482026-06-10T21:56:10.270Z Downloaded rand v0.9.2
8492026-06-10T21:56:10.274Z Downloaded blake3 v1.8.3
8502026-06-10T21:56:10.277Z Downloaded toml_datetime v0.6.11
8512026-06-10T21:56:10.280Z Downloaded itertools v0.12.1
8522026-06-10T21:56:10.362Z Downloaded topological-sort v0.2.2
8532026-06-10T21:56:10.362Z Downloaded schemars v1.2.1
8542026-06-10T21:56:10.381Z Downloaded tower-service v0.3.3
8552026-06-10T21:56:10.381Z Downloaded tower-layer v0.3.3
8562026-06-10T21:56:10.381Z Downloaded rustls-webpki v0.103.9
8572026-06-10T21:56:10.381Z Downloaded thread_local v1.1.9
8582026-06-10T21:56:10.381Z Downloaded similar v2.7.0
8592026-06-10T21:56:10.381Z Downloaded try-lock v0.2.5
8602026-06-10T21:56:10.381Z Downloaded thiserror v1.0.69
8612026-06-10T21:56:10.381Z Downloaded toml_write v0.1.2
8622026-06-10T21:56:10.381Z Downloaded tokio-test v0.4.5
8632026-06-10T21:56:10.381Z Downloaded time-macros v0.2.27
8642026-06-10T21:56:10.381Z Downloaded thiserror-impl v2.0.18
8652026-06-10T21:56:10.381Z Downloaded plotters v0.3.7
8662026-06-10T21:56:10.381Z Downloaded tinytemplate v1.2.1
8672026-06-10T21:56:10.381Z Downloaded tinystr v0.8.2
8682026-06-10T21:56:10.381Z Downloaded tiny-keccak v2.0.2
8692026-06-10T21:56:10.381Z Downloaded h2 v0.4.13
8702026-06-10T21:56:10.381Z Downloaded unarray v0.1.4
8712026-06-10T21:56:10.382Z Downloaded unicode-linebreak v0.1.5
8722026-06-10T21:56:10.382Z Downloaded tokio-dtrace v0.1.1
8732026-06-10T21:56:10.382Z Downloaded typify-macro v0.6.2
8742026-06-10T21:56:10.382Z Downloaded trait-variant v0.1.2
8752026-06-10T21:56:10.382Z Downloaded serde v1.0.228
8762026-06-10T21:56:10.382Z Downloaded p521 v0.13.3
8772026-06-10T21:56:10.382Z Downloaded samael v0.0.19
8782026-06-10T21:56:10.382Z Downloaded tokio-native-tls v0.3.1
8792026-06-10T21:56:10.382Z Downloaded term v1.2.1
8802026-06-10T21:56:10.382Z Downloaded tempfile v3.25.0
8812026-06-10T21:56:10.382Z Downloaded unicode-xid v0.2.6
8822026-06-10T21:56:10.382Z Downloaded unicode-truncate v1.1.0
8832026-06-10T21:56:10.382Z Downloaded typeid v1.0.3
8842026-06-10T21:56:10.382Z Downloaded typify-macro v0.4.3
8852026-06-10T21:56:10.382Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8862026-06-10T21:56:10.382Z Downloaded termios v0.3.3
8872026-06-10T21:56:10.382Z Downloaded term v0.7.0
8882026-06-10T21:56:10.382Z Downloaded subprocess v0.2.15
8892026-06-10T21:56:10.382Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8902026-06-10T21:56:10.382Z Downloaded bitvec v1.0.1
8912026-06-10T21:56:10.382Z Downloaded tokio-tungstenite v0.23.1
8922026-06-10T21:56:10.382Z Downloaded rpassword v7.4.0
8932026-06-10T21:56:10.382Z Downloaded tokio-tungstenite v0.21.0
8942026-06-10T21:56:10.382Z Downloaded tokio-rustls v0.25.0
8952026-06-10T21:56:10.383Z Downloaded serde_cbor v0.11.2
8962026-06-10T21:56:10.383Z Downloaded russh v0.45.0
8972026-06-10T21:56:10.403Z Downloaded usdt-macro v0.5.0
8982026-06-10T21:56:10.403Z Downloaded usdt-attr-macro v0.6.0
8992026-06-10T21:56:10.403Z Downloaded untrusted v0.7.1
9002026-06-10T21:56:10.403Z Downloaded universal-hash v0.5.1
9012026-06-10T21:56:10.403Z Downloaded unit-prefix v0.5.2
9022026-06-10T21:56:10.403Z Downloaded toml_writer v1.0.6+spec-1.1.0
9032026-06-10T21:56:10.403Z Downloaded aws-lc-rs v1.16.3
9042026-06-10T21:56:10.403Z Downloaded git2 v0.20.4
9052026-06-10T21:56:10.403Z Downloaded usdt-attr-macro v0.5.0
9062026-06-10T21:56:10.403Z Downloaded tls_codec v0.4.2
9072026-06-10T21:56:10.403Z Downloaded usdt v0.6.0
9082026-06-10T21:56:10.463Z Downloaded socket2 v0.6.3
9092026-06-10T21:56:10.463Z Downloaded socket2 v0.5.10
9102026-06-10T21:56:10.463Z Downloaded usdt-macro v0.6.0
9112026-06-10T21:56:10.463Z Downloaded thiserror-no-std v2.0.2
9122026-06-10T21:56:10.463Z Downloaded unicase v2.9.0
9132026-06-10T21:56:10.463Z Downloaded thiserror-impl v1.0.69
9142026-06-10T21:56:10.463Z Downloaded thiserror v2.0.18
9152026-06-10T21:56:10.463Z Downloaded tui-tree-widget v0.23.1
9162026-06-10T21:56:10.463Z Downloaded utf8parse v0.2.2
9172026-06-10T21:56:10.463Z Downloaded utf-8 v0.7.6
9182026-06-10T21:56:10.463Z Downloaded termcolor v1.4.1
9192026-06-10T21:56:10.463Z Downloaded rustyline v14.0.0
9202026-06-10T21:56:10.463Z Downloaded rand v0.10.0
9212026-06-10T21:56:10.463Z Downloaded toml v0.8.23
9222026-06-10T21:56:10.463Z Downloaded pest v2.8.6
9232026-06-10T21:56:10.463Z Downloaded itertools v0.10.5
9242026-06-10T21:56:10.463Z Downloaded wait-timeout v0.2.1
9252026-06-10T21:56:10.463Z Downloaded quinn v0.11.9
9262026-06-10T21:56:10.463Z Downloaded hashbrown v0.17.0
9272026-06-10T21:56:10.463Z Downloaded hashbrown v0.14.5
9282026-06-10T21:56:10.463Z Downloaded tokio-rustls v0.24.1
9292026-06-10T21:56:10.463Z Downloaded tls_codec_derive v0.4.2
9302026-06-10T21:56:10.463Z Downloaded supports-unicode v2.1.0
9312026-06-10T21:56:10.464Z Downloaded bindgen v0.71.1
9322026-06-10T21:56:10.464Z Downloaded want v0.3.1
9332026-06-10T21:56:10.464Z Downloaded void v1.0.2
9342026-06-10T21:56:10.464Z Downloaded version_check v0.9.5
9352026-06-10T21:56:10.464Z Downloaded xattr v1.6.1
9362026-06-10T21:56:10.493Z Downloaded tracing-attributes v0.1.31
9372026-06-10T21:56:10.493Z Downloaded tokio-rustls v0.26.4
9382026-06-10T21:56:10.493Z Downloaded usdt v0.5.0
9392026-06-10T21:56:10.493Z Downloaded yoke-derive v0.8.1
9402026-06-10T21:56:10.493Z Downloaded usdt-impl v0.6.0
9412026-06-10T21:56:10.493Z Downloaded untrusted v0.9.0
9422026-06-10T21:56:10.493Z Downloaded xshell-macros v0.2.7
9432026-06-10T21:56:10.493Z Downloaded toml_parser v1.0.9+spec-1.1.0
9442026-06-10T21:56:10.493Z Downloaded usdt-impl v0.5.0
9452026-06-10T21:56:10.493Z Downloaded reedline v0.40.0
9462026-06-10T21:56:10.559Z Downloaded snafu v0.8.9
9472026-06-10T21:56:10.559Z Downloaded twox-hash v2.1.2
9482026-06-10T21:56:10.559Z Downloaded textwrap v0.16.2
9492026-06-10T21:56:10.559Z Downloaded test-strategy v0.4.5
9502026-06-10T21:56:10.559Z Downloaded zerofrom-derive v0.1.6
9512026-06-10T21:56:10.559Z Downloaded zeroize_derive v1.4.3
9522026-06-10T21:56:10.559Z Downloaded zerofrom v0.1.6
9532026-06-10T21:56:10.560Z Downloaded utf8_iter v1.0.4
9542026-06-10T21:56:10.560Z Downloaded zone_cfg_derive v0.3.1
9552026-06-10T21:56:10.560Z Downloaded uzers v0.12.2
9562026-06-10T21:56:10.597Z Downloaded waitgroup v0.1.2
9572026-06-10T21:56:10.597Z Downloaded vergen-lib v9.1.0
9582026-06-10T21:56:10.597Z Downloaded vergen-lib v0.1.6
9592026-06-10T21:56:10.597Z Downloaded walkdir v2.5.0
9602026-06-10T21:56:10.612Z Downloaded vsss-rs v3.3.4
9612026-06-10T21:56:10.612Z Downloaded tinyvec v1.10.0
9622026-06-10T21:56:10.612Z Downloaded tar v0.4.45
9632026-06-10T21:56:10.612Z Downloaded tokio-stream v0.1.18
9642026-06-10T21:56:10.612Z Downloaded ucd-trie v0.1.7
9652026-06-10T21:56:10.612Z Downloaded whoami v2.1.0
9662026-06-10T21:56:10.613Z Downloaded whoami v1.6.1
9672026-06-10T21:56:10.613Z Downloaded vergen-gitcl v1.0.8
9682026-06-10T21:56:10.614Z Downloaded writeable v0.6.2
9692026-06-10T21:56:10.614Z Downloaded tracing-core v0.1.36
9702026-06-10T21:56:10.614Z Downloaded goblin v0.10.5
9712026-06-10T21:56:10.614Z Downloaded yoke v0.8.1
9722026-06-10T21:56:10.614Z Downloaded toml v0.7.8
9732026-06-10T21:56:10.614Z Downloaded steno v0.4.1
9742026-06-10T21:56:10.614Z Downloaded zeroize v1.8.2
9752026-06-10T21:56:10.614Z Downloaded xshell v0.2.7
9762026-06-10T21:56:10.614Z Downloaded typify v0.6.2
9772026-06-10T21:56:10.614Z Downloaded typify v0.4.3
9782026-06-10T21:56:10.614Z Downloaded wyz v0.5.1
9792026-06-10T21:56:10.614Z Downloaded zone v0.3.1
9802026-06-10T21:56:10.615Z Downloaded textwrap v0.15.2
9812026-06-10T21:56:10.651Z Downloaded tungstenite v0.23.0
9822026-06-10T21:56:10.652Z Downloaded serde_with v1.14.0
9832026-06-10T21:56:10.652Z Downloaded unicode-properties v0.1.4
9842026-06-10T21:56:10.652Z Downloaded zerovec-derive v0.11.2
9852026-06-10T21:56:10.652Z Downloaded toml_edit v0.22.27
9862026-06-10T21:56:10.652Z Downloaded zmij v1.0.21
9872026-06-10T21:56:10.652Z Downloaded zstd v0.13.3
9882026-06-10T21:56:10.652Z Downloaded vergen v9.1.0
9892026-06-10T21:56:10.652Z Downloaded moka v0.12.13
9902026-06-10T21:56:10.652Z Downloaded curve25519-dalek v4.1.3
9912026-06-10T21:56:10.652Z Downloaded unsafe-libyaml v0.2.11
9922026-06-10T21:56:10.652Z Downloaded vergen-git2 v9.1.0
9932026-06-10T21:56:10.652Z Downloaded unicode-ident v1.0.24
9942026-06-10T21:56:10.652Z Downloaded reqwest v0.12.28
9952026-06-10T21:56:10.652Z Downloaded yasna v0.5.2
9962026-06-10T21:56:10.652Z Downloaded p384 v0.13.1
9972026-06-10T21:56:10.652Z Downloaded trybuild v1.0.116
9982026-06-10T21:56:10.653Z Downloaded toml_edit v0.23.10+spec-1.0.0
9992026-06-10T21:56:10.668Z Downloaded zerocopy-derive v0.7.35
10002026-06-10T21:56:10.668Z Downloaded quick-xml v0.37.5
10012026-06-10T21:56:10.668Z Downloaded zerocopy v0.6.6
10022026-06-10T21:56:10.669Z Downloaded tungstenite v0.21.0
10032026-06-10T21:56:10.669Z Downloaded uuid v1.23.0
10042026-06-10T21:56:10.669Z Downloaded vte v0.14.1
10052026-06-10T21:56:10.669Z Downloaded toml_edit v0.19.15
10062026-06-10T21:56:10.669Z Downloaded zstd-safe v7.2.4
10072026-06-10T21:56:10.678Z Downloaded lalrpop v0.19.12
10082026-06-10T21:56:10.678Z Downloaded unicode-bidi v0.3.18
10092026-06-10T21:56:10.678Z Downloaded typenum v1.19.0
10102026-06-10T21:56:10.697Z Downloaded ssh-key v0.6.7
10112026-06-10T21:56:10.697Z Downloaded rayon v1.11.0
10122026-06-10T21:56:10.697Z Downloaded toml v1.0.6+spec-1.1.0
10132026-06-10T21:56:10.697Z Downloaded tokio-postgres v0.7.16
10142026-06-10T21:56:10.706Z Downloaded rustls-webpki v0.101.7
10152026-06-10T21:56:10.706Z Downloaded serde_json v1.0.149
10162026-06-10T21:56:10.713Z Downloaded zopfli v0.8.3
10172026-06-10T21:56:10.713Z Downloaded yansi v1.0.1
10182026-06-10T21:56:10.713Z Downloaded regex v1.12.3
10192026-06-10T21:56:10.722Z Downloaded petname v2.0.2
10202026-06-10T21:56:10.725Z Downloaded url v2.5.8
10212026-06-10T21:56:10.725Z Downloaded portable-atomic v1.13.1
10222026-06-10T21:56:10.733Z Downloaded unicode_categories v0.1.1
10232026-06-10T21:56:10.749Z Downloaded zip v0.6.6
10242026-06-10T21:56:10.778Z Downloaded zerotrie v0.2.3
10252026-06-10T21:56:10.778Z Downloaded proptest v1.10.0
10262026-06-10T21:56:10.778Z Downloaded salty v0.3.0
10272026-06-10T21:56:10.778Z Downloaded tower v0.5.3
10282026-06-10T21:56:10.794Z Downloaded typed-path v0.9.3
10292026-06-10T21:56:10.794Z Downloaded reqwest v0.13.2
10302026-06-10T21:56:10.794Z Downloaded gimli v0.32.3
10312026-06-10T21:56:10.810Z Downloaded unicode-segmentation v1.12.0
10322026-06-10T21:56:10.828Z Downloaded serde_with v3.17.0
10332026-06-10T21:56:10.844Z Downloaded x509-cert v0.2.5
10342026-06-10T21:56:10.869Z Downloaded rustls-webpki v0.102.8
10352026-06-10T21:56:10.869Z Downloaded tough v0.22.0
10362026-06-10T21:56:10.899Z Downloaded zerocopy-derive v0.8.40
10372026-06-10T21:56:10.899Z Downloaded zip v4.6.1
10382026-06-10T21:56:10.899Z Downloaded nix v0.27.1
10392026-06-10T21:56:10.912Z Downloaded radix_trie v0.2.1
10402026-06-10T21:56:10.912Z Downloaded unicode-normalization v0.1.25
10412026-06-10T21:56:10.912Z Downloaded tokio-util v0.7.18
10422026-06-10T21:56:10.912Z Downloaded object v0.30.4
10432026-06-10T21:56:10.912Z Downloaded tower-http v0.6.8
10442026-06-10T21:56:10.915Z Downloaded zerovec v0.11.5
10452026-06-10T21:56:10.928Z Downloaded quinn-proto v0.11.13
10462026-06-10T21:56:10.960Z Downloaded bstr v1.12.1
10472026-06-10T21:56:10.980Z Downloaded hickory-proto v0.24.4
10482026-06-10T21:56:10.980Z Downloaded zerocopy v0.7.35
10492026-06-10T21:56:10.984Z Downloaded tabled v0.15.0
10502026-06-10T21:56:10.996Z Downloaded winnow v0.6.26
10512026-06-10T21:56:11.005Z Downloaded winnow v0.5.40
10522026-06-10T21:56:11.005Z Downloaded polar-core v0.27.3
10532026-06-10T21:56:11.048Z Downloaded nix v0.28.0
10542026-06-10T21:56:11.048Z Downloaded regex-syntax v0.6.29
10552026-06-10T21:56:11.055Z Downloaded tabled v0.20.0
10562026-06-10T21:56:11.055Z Downloaded winnow v0.7.14
10572026-06-10T21:56:11.055Z Downloaded diesel v2.3.7
10582026-06-10T21:56:11.059Z Downloaded openssl v0.10.79
10592026-06-10T21:56:11.064Z Downloaded smoltcp v0.9.1
10602026-06-10T21:56:11.081Z Downloaded openapiv3 v2.2.0
10612026-06-10T21:56:11.092Z Downloaded time v0.3.47
10622026-06-10T21:56:11.102Z Downloaded zlib-rs v0.6.2
10632026-06-10T21:56:11.122Z Downloaded rustls v0.21.12
10642026-06-10T21:56:11.122Z Downloaded dropshot v0.17.0
10652026-06-10T21:56:11.126Z Downloaded webpki-roots v1.0.6
10662026-06-10T21:56:11.126Z Downloaded nix v0.31.2
10672026-06-10T21:56:11.140Z Downloaded unicode-width v0.1.14
10682026-06-10T21:56:11.140Z Downloaded regex-syntax v0.8.10
10692026-06-10T21:56:11.146Z Downloaded vcpkg v0.2.15
10702026-06-10T21:56:11.176Z Downloaded zerocopy v0.8.40
10712026-06-10T21:56:11.189Z Downloaded rustix v0.38.44
10722026-06-10T21:56:11.189Z Downloaded syn v2.0.117
10732026-06-10T21:56:11.189Z Downloaded hickory-proto v0.25.2
10742026-06-10T21:56:11.209Z Downloaded rustls v0.23.37
10752026-06-10T21:56:11.209Z Downloaded regress v0.11.1
10762026-06-10T21:56:11.219Z Downloaded smoltcp v0.11.0
10772026-06-10T21:56:11.220Z Downloaded syn v1.0.109
10782026-06-10T21:56:11.243Z Downloaded rustls v0.22.4
10792026-06-10T21:56:11.250Z Downloaded regress v0.10.5
10802026-06-10T21:56:11.250Z Downloaded object v0.37.3
10812026-06-10T21:56:11.250Z Downloaded unicode-width v0.2.0
10822026-06-10T21:56:11.272Z Downloaded sqlparser v0.61.0
10832026-06-10T21:56:11.278Z Downloaded rustix v1.1.3
10842026-06-10T21:56:11.329Z Downloaded ratatui v0.29.0
10852026-06-10T21:56:11.335Z Downloaded typify-impl v0.6.2
10862026-06-10T21:56:11.370Z Downloaded tracing v0.1.44
10872026-06-10T21:56:11.389Z Downloaded typify-impl v0.4.3
10882026-06-10T21:56:11.389Z Downloaded sled v0.34.7
10892026-06-10T21:56:11.401Z Downloaded bzip2-sys v0.1.13+1.0.8
10902026-06-10T21:56:11.401Z Downloaded regex-automata v0.4.14
10912026-06-10T21:56:11.401Z Downloaded zerocopy-derive v0.6.6
10922026-06-10T21:56:11.420Z Downloaded jiff v0.2.21
10932026-06-10T21:56:11.437Z Downloaded chrono-tz v0.10.4
10942026-06-10T21:56:11.478Z Downloaded petgraph v0.8.3
10952026-06-10T21:56:11.478Z Downloaded csv v1.4.0
10962026-06-10T21:56:11.478Z Downloaded libz-sys v1.1.24
10972026-06-10T21:56:11.501Z Downloaded petgraph v0.6.5
10982026-06-10T21:56:11.554Z Downloaded libgit2-sys v0.18.3+1.9.2
10992026-06-10T21:56:11.570Z Downloaded libc v0.2.185
11002026-06-10T21:56:11.646Z Downloaded sha3 v0.10.8
11012026-06-10T21:56:11.679Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11022026-06-10T21:56:11.679Z Downloaded tokio v1.52.1
11032026-06-10T21:56:11.780Z Downloaded encoding_rs v0.8.35
11042026-06-10T21:56:11.845Z Downloaded ring v0.17.14
11052026-06-10T21:56:11.866Z Downloaded httpmock v0.8.3
11062026-06-10T21:56:12.535Z Downloaded aws-lc-sys v0.40.0
11072026-06-10T21:56:12.962Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11082026-06-10T21:56:16.435Z Startup: Refreshing catalog 'helios' ... Done
11092026-06-10T21:56:16.528Z Startup: Caching catalogs ... Done
11102026-06-10T21:56:16.851ZPlanning: Solver setup ... Done (0.281s)
11112026-06-10T21:56:16.873ZPlanning: Running solver ... Done (0.021s)
11122026-06-10T21:56:16.879ZPlanning: Finding local manifests ... Done (0.003s)
11132026-06-10T21:56:16.892ZPlanning: Fetching manifests: 0/2 0% complete
11142026-06-10T21:56:16.912ZPlanning: Fetching manifests: 2/2 100% complete
11152026-06-10T21:56:16.926ZPlanning: Package planning ... Done (0.013s)
11162026-06-10T21:56:16.929ZPlanning: Merging actions ... Done (0.002s)
11172026-06-10T21:56:17.117ZPlanning: Checking for conflicting actions ... Done (0.190s)
11182026-06-10T21:56:17.120ZPlanning: Consolidating action changes ... Done (0.001s)
11192026-06-10T21:56:18.003ZPlanning: Evaluating mediators ... Done (0.885s)
11202026-06-10T21:56:18.007ZPlanning: Planning completed in 1.46 seconds
11212026-06-10T21:56:18.014Z Packages to install: 2
11222026-06-10T21:56:18.014Z Estimated space available: 155.71 GB
11232026-06-10T21:56:18.014ZEstimated space to be consumed: 25.37 MB
11242026-06-10T21:56:18.014Z Create boot environment: No
11252026-06-10T21:56:18.014ZCreate backup boot environment: No
11262026-06-10T21:56:18.017Z Rebuild boot archive: No
11272026-06-10T21:56:18.017Z
11282026-06-10T21:56:18.017ZChanged packages:
11292026-06-10T21:56:18.017Zhelios
11302026-06-10T21:56:18.017Z developer/build-essential
11312026-06-10T21:56:18.017Z None -> 11-3.0
11322026-06-10T21:56:18.017Z library/libxmlsec1
11332026-06-10T21:56:18.017Z None -> 1.2.35-3.0
11342026-06-10T21:56:18.042Z
11352026-06-10T21:56:18.043ZDownload: 0/214 items 0.0/1.3MB 0% complete
11362026-06-10T21:56:18.600ZDownload: Completed 1.28 MB in 0.56 seconds (2.3M/s)
11372026-06-10T21:56:18.701Z Actions: 1/268 actions (Installing new actions)
11382026-06-10T21:56:18.740Z Actions: Completed 268 actions in 0.04 seconds.
11392026-06-10T21:56:18.749ZFinalize: Updating package state database ... Done (0.009s)
11402026-06-10T21:56:18.749ZFinalize: Updating package cache ... Done (0.000s)
11412026-06-10T21:56:18.772ZFinalize: Updating image state ... Done (0.023s)
11422026-06-10T21:56:21.431ZFinalize: Creating fast lookup database ... Done (2.632s)
11432026-06-10T21:56:21.497ZFinalize: Reading search index ... Done (0.011s)
11442026-06-10T21:56:21.502ZFinalize: Updating search index ... Done (0.000s)
11452026-06-10T21:56:21.607ZFinalize: Updating package cache ... Done (0.000s)
11462026-06-10T21:56:21.916ZPlanning: Evaluating mediator changes ... Done
11472026-06-10T21:56:22.021ZPlanning: Checking for conflicting actions ... Done
11482026-06-10T21:56:22.025ZPlanning: Consolidating action changes ... Done
11492026-06-10T21:56:22.182ZPlanning: Evaluating mediators ... Done
11502026-06-10T21:56:22.185ZPlanning: Planning completed in 0.27 seconds
11512026-06-10T21:56:22.205Z Mediators to change: 2
11522026-06-10T21:56:22.205Z Create boot environment: No
11532026-06-10T21:56:22.205ZCreate backup boot environment: No
11542026-06-10T21:56:22.252ZFinalize: Updating package state database ... Done
11552026-06-10T21:56:22.252ZFinalize: Updating package cache ... Done
11562026-06-10T21:56:22.268ZFinalize: Updating image state ... Done
11572026-06-10T21:56:24.220ZFinalize: Creating fast lookup database ... Done
11582026-06-10T21:56:24.319ZFinalize: Reading search index ... Done
11592026-06-10T21:56:24.330ZFinalize: Updating search index ... Done
11602026-06-10T21:56:24.342ZFinalize: Updating package cache ... Done
11612026-06-10T21:56:24.642ZPlanning: Evaluating mediator changes ... Done
11622026-06-10T21:56:24.737ZPlanning: Checking for conflicting actions ... Done
11632026-06-10T21:56:24.741ZPlanning: Consolidating action changes ... Done
11642026-06-10T21:56:24.899ZPlanning: Evaluating mediators ... Done
11652026-06-10T21:56:24.902ZPlanning: Planning completed in 0.27 seconds
11662026-06-10T21:56:24.922Z Mediators to change: 1
11672026-06-10T21:56:24.922Z Create boot environment: No
11682026-06-10T21:56:24.922ZCreate backup boot environment: No
11692026-06-10T21:56:24.963ZFinalize: Updating package state database ... Done
11702026-06-10T21:56:24.963ZFinalize: Updating package cache ... Done
11712026-06-10T21:56:24.979ZFinalize: Updating image state ... Done
11722026-06-10T21:56:26.937ZFinalize: Creating fast lookup database ... Done
11732026-06-10T21:56:27.001ZFinalize: Reading search index ... Done
11742026-06-10T21:56:27.007ZFinalize: Updating search index ... Done
11752026-06-10T21:56:27.053ZFinalize: Updating package cache ... Done
11762026-06-10T21:56:27.368ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11772026-06-10T21:56:27.368Zapache system 2.4 system
11782026-06-10T21:56:27.368Zclang system 15 system
11792026-06-10T21:56:27.368Zcsh system system illumos
11802026-06-10T21:56:27.368Zctags system system illumos
11812026-06-10T21:56:27.368Zfile vendor vendor darwinsys
11822026-06-10T21:56:27.368Zfile system system illumos
11832026-06-10T21:56:27.368Zgcc vendor 14 vendor
11842026-06-10T21:56:27.368Zgcc system 13 system
11852026-06-10T21:56:27.368Zgcc system 10 system
11862026-06-10T21:56:27.368Zgo system 1.25 system
11872026-06-10T21:56:27.368Zllvm system 15 system
11882026-06-10T21:56:27.368Zmariadb system 11.4 system
11892026-06-10T21:56:27.368Zmta vendor vendor dma
11902026-06-10T21:56:27.368Zopenjdk system 17 system
11912026-06-10T21:56:27.368Zopenjdk system 11 system
11922026-06-10T21:56:27.368Zopenssl vendor 3 vendor
11932026-06-10T21:56:27.368Zperl system 5.40 system
11942026-06-10T21:56:27.368Zpostgresql system 18 system
11952026-06-10T21:56:27.368Zpostgresql system 17 system
11962026-06-10T21:56:27.368Zpython vendor 3 vendor
11972026-06-10T21:56:27.368Zpython system 2 system
11982026-06-10T21:56:27.368Zpython3 vendor 3.13 vendor
11992026-06-10T21:56:27.368Zruby system 3.4 system
12002026-06-10T21:56:27.368Zruby system 3.0 system
12012026-06-10T21:56:27.368Zwords vendor vendor american-english
12022026-06-10T21:56:27.368Zwords system system australian-english
12032026-06-10T21:56:27.369Zwords system system british-english
12042026-06-10T21:56:27.369Zwords system system canadian-english
12052026-06-10T21:56:27.369Zwords system system french
12062026-06-10T21:56:27.369Zwords system system italian
12072026-06-10T21:56:27.369Zwords system system ngerman
12082026-06-10T21:56:27.369Zwords system system ogerman
12092026-06-10T21:56:27.369Zwords system system spanish
12102026-06-10T21:56:27.617ZPUBLISHER TYPE STATUS P LOCATION
12112026-06-10T21:56:27.617Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12122026-06-10T21:56:27.900ZFMRI IFO
12132026-06-10T21:56:27.900Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12142026-06-10T21:56:27.900Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12152026-06-10T21:56:27.900Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12162026-06-10T21:56:27.900Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12172026-06-10T21:56:27.900Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12182026-06-10T21:56:27.900Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12192026-06-10T21:56:27.900Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12202026-06-10T21:56:27.900Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12212026-06-10T21:56:27.900Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12222026-06-10T21:56:28.482Z Downloading crates ...
12232026-06-10T21:56:28.549Z Downloaded cargo_toml v0.21.0
12242026-06-10T21:56:28.602Z Compiling proc-macro2 v1.0.106
12252026-06-10T21:56:28.609Z Compiling quote v1.0.45
12262026-06-10T21:56:28.609Z Compiling unicode-ident v1.0.24
12272026-06-10T21:56:28.609Z Compiling serde_core v1.0.228
12282026-06-10T21:56:28.609Z Compiling libc v0.2.185
12292026-06-10T21:56:28.609Z Compiling version_check v0.9.5
12302026-06-10T21:56:28.609Z Compiling serde v1.0.228
12312026-06-10T21:56:28.609Z Compiling stable_deref_trait v1.2.1
12322026-06-10T21:56:28.609Z Compiling memchr v2.8.0
12332026-06-10T21:56:28.692Z Compiling zmij v1.0.21
12342026-06-10T21:56:28.696Z Compiling itoa v1.0.17
12352026-06-10T21:56:28.696Z Compiling ucd-trie v0.1.7
12362026-06-10T21:56:28.696Z Compiling autocfg v1.5.0
12372026-06-10T21:56:28.700Z Compiling thiserror v1.0.69
12382026-06-10T21:56:28.713Z Compiling writeable v0.6.2
12392026-06-10T21:56:28.836Z Compiling litemap v0.8.1
12402026-06-10T21:56:29.012Z Compiling byteorder v1.5.0
12412026-06-10T21:56:29.019Z Compiling icu_normalizer_data v2.1.1
12422026-06-10T21:56:29.098Z Compiling icu_properties_data v2.1.2
12432026-06-10T21:56:29.162Z Compiling rustix v1.1.3
12442026-06-10T21:56:29.179Z Compiling serde_json v1.0.149
12452026-06-10T21:56:29.179Z Compiling bitflags v2.11.0
12462026-06-10T21:56:29.331Z Compiling pest v2.8.6
12472026-06-10T21:56:29.405Z Compiling typeid v1.0.3
12482026-06-10T21:56:29.405Z Compiling num-traits v0.2.19
12492026-06-10T21:56:29.425Z Compiling smallvec v1.15.1
12502026-06-10T21:56:29.449Z Compiling hashbrown v0.17.0
12512026-06-10T21:56:29.449Z Compiling equivalent v1.0.2
12522026-06-10T21:56:29.476Z Compiling proc-macro-error-attr v1.0.4
12532026-06-10T21:56:29.501Z Compiling usdt-impl v0.5.0
12542026-06-10T21:56:29.570Z Compiling syn v1.0.109
12552026-06-10T21:56:29.601Z Compiling winnow v0.7.14
12562026-06-10T21:56:29.601Z Compiling erased-serde v0.4.9
12572026-06-10T21:56:29.638Z Compiling toml_write v0.1.2
12582026-06-10T21:56:29.655Z Compiling errno v0.3.14
12592026-06-10T21:56:29.655Z Compiling thread-id v4.2.2
12602026-06-10T21:56:29.739Z Compiling proc-macro-error v1.0.4
12612026-06-10T21:56:29.786Z Compiling camino v1.2.2
12622026-06-10T21:56:29.917Z Compiling log v0.4.29
12632026-06-10T21:56:29.941Z Compiling getrandom v0.4.1
12642026-06-10T21:56:29.941Z Compiling percent-encoding v2.3.2
12652026-06-10T21:56:29.941Z Compiling thiserror v2.0.18
12662026-06-10T21:56:29.977Z Compiling indexmap v2.14.0
12672026-06-10T21:56:30.043Z Compiling utf8_iter v1.0.4
12682026-06-10T21:56:30.067Z Compiling plain v0.2.3
12692026-06-10T21:56:30.084Z Compiling utf8parse v0.2.2
12702026-06-10T21:56:30.130Z Compiling syn v2.0.117
12712026-06-10T21:56:30.173Z Compiling anstyle-parse v1.0.0
12722026-06-10T21:56:30.230Z Compiling form_urlencoded v1.2.2
12732026-06-10T21:56:30.348Z Compiling ordered-float v2.10.1
12742026-06-10T21:56:30.361Z Compiling cfg-if v1.0.4
12752026-06-10T21:56:30.409Z Compiling anstyle v1.0.14
12762026-06-10T21:56:30.433Z Compiling anstyle-query v1.1.5
12772026-06-10T21:56:30.466Z Compiling pest_meta v2.8.6
12782026-06-10T21:56:30.466Z Compiling colorchoice v1.0.4
12792026-06-10T21:56:30.511Z Compiling is_terminal_polyfill v1.70.2
12802026-06-10T21:56:30.531Z Compiling pretty-hex v0.4.1
12812026-06-10T21:56:30.622Z Compiling anstream v1.0.0
12822026-06-10T21:56:30.657Z Compiling fs-err v3.3.0
12832026-06-10T21:56:30.665Z Compiling fnv v1.0.7
12842026-06-10T21:56:30.665Z Compiling heck v0.4.1
12852026-06-10T21:56:30.678Z Compiling unicode-xid v0.2.6
12862026-06-10T21:56:30.689Z Compiling once_cell v1.21.3
12872026-06-10T21:56:30.710Z Compiling unicode-width v0.1.14
12882026-06-10T21:56:30.766Z Compiling terminal_size v0.4.3
12892026-06-10T21:56:30.781Z Compiling fastrand v2.3.0
12902026-06-10T21:56:30.834Z Compiling bytecount v0.6.9
12912026-06-10T21:56:30.853Z Compiling anyhow v1.0.102
12922026-06-10T21:56:30.911Z Compiling strsim v0.11.1
12932026-06-10T21:56:30.920Z Compiling heck v0.5.0
12942026-06-10T21:56:30.925Z Compiling clap_lex v1.0.0
12952026-06-10T21:56:31.048Z Compiling semver v1.0.28
12962026-06-10T21:56:31.052Z Compiling tempfile v3.25.0
12972026-06-10T21:56:31.138Z Compiling clap_builder v4.6.0
12982026-06-10T21:56:31.181Z Compiling papergrid v0.11.0
12992026-06-10T21:56:31.249Z Compiling memmap v0.7.0
13002026-06-10T21:56:31.280Z Compiling unicode-linebreak v0.1.5
13012026-06-10T21:56:31.309Z Compiling unicode-width v0.2.0
13022026-06-10T21:56:31.393Z Compiling serde-untagged v0.1.9
13032026-06-10T21:56:31.509Z Compiling smawk v0.3.2
13042026-06-10T21:56:31.528Z Compiling camino-tempfile v1.4.1
13052026-06-10T21:56:31.544Z Compiling swrite v0.1.0
13062026-06-10T21:56:31.594Z Compiling textwrap v0.16.2
13072026-06-10T21:56:31.607Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13082026-06-10T21:56:31.976Z Compiling tabled_derive v0.7.0
13092026-06-10T21:56:32.659Z Compiling tabled v0.15.0
13102026-06-10T21:56:32.685Z Compiling synstructure v0.13.2
13112026-06-10T21:56:32.685Z Compiling pest_generator v2.8.6
13122026-06-10T21:56:33.231Z Compiling serde_derive v1.0.228
13132026-06-10T21:56:33.260Z Compiling zerofrom-derive v0.1.6
13142026-06-10T21:56:33.261Z Compiling yoke-derive v0.8.1
13152026-06-10T21:56:33.261Z Compiling zerovec-derive v0.11.2
13162026-06-10T21:56:33.261Z Compiling displaydoc v0.2.5
13172026-06-10T21:56:33.261Z Compiling thiserror-impl v1.0.69
13182026-06-10T21:56:33.261Z Compiling zerocopy-derive v0.7.35
13192026-06-10T21:56:33.261Z Compiling scroll_derive v0.12.1
13202026-06-10T21:56:33.261Z Compiling thiserror-impl v2.0.18
13212026-06-10T21:56:33.261Z Compiling clap_derive v4.6.1
13222026-06-10T21:56:33.301Z Compiling pest_derive v2.8.6
13232026-06-10T21:56:33.921Z Compiling scroll v0.12.0
13242026-06-10T21:56:34.020Z Compiling zerocopy v0.7.35
13252026-06-10T21:56:34.181Z Compiling goblin v0.8.2
13262026-06-10T21:56:34.186Z Compiling zerofrom v0.1.6
13272026-06-10T21:56:34.282Z Compiling yoke v0.8.1
13282026-06-10T21:56:34.341Z Compiling dtrace-parser v0.2.0
13292026-06-10T21:56:34.449Z Compiling zerovec v0.11.5
13302026-06-10T21:56:34.449Z Compiling zerotrie v0.2.3
13312026-06-10T21:56:34.622Z Compiling clap v4.6.1
13322026-06-10T21:56:34.864Z Compiling tinystr v0.8.2
13332026-06-10T21:56:34.864Z Compiling potential_utf v0.1.4
13342026-06-10T21:56:34.977Z Compiling icu_collections v2.1.1
13352026-06-10T21:56:35.004Z Compiling icu_locale_core v2.1.1
13362026-06-10T21:56:35.534Z Compiling icu_provider v2.1.1
13372026-06-10T21:56:35.697Z Compiling toml_datetime v0.6.11
13382026-06-10T21:56:35.697Z Compiling serde_spanned v0.6.9
13392026-06-10T21:56:35.697Z Compiling serde-value v0.7.0
13402026-06-10T21:56:35.752Z Compiling cargo-platform v0.2.0
13412026-06-10T21:56:35.752Z Compiling macaddr v1.0.1
13422026-06-10T21:56:35.753Z Compiling dof v0.3.0
13432026-06-10T21:56:35.753Z Compiling serde_tokenstream v0.2.3
13442026-06-10T21:56:35.759Z Compiling icu_properties v2.1.2
13452026-06-10T21:56:35.759Z Compiling icu_normalizer v2.1.1
13462026-06-10T21:56:35.927Z Compiling toml_edit v0.22.27
13472026-06-10T21:56:36.513Z Compiling usdt-attr-macro v0.5.0
13482026-06-10T21:56:36.513Z Compiling usdt-macro v0.5.0
13492026-06-10T21:56:36.653Z Compiling idna_adapter v1.2.1
13502026-06-10T21:56:36.757Z Compiling idna v1.1.0
13512026-06-10T21:56:36.995Z Compiling url v2.5.8
13522026-06-10T21:56:37.059Z Compiling usdt v0.5.0
13532026-06-10T21:56:37.205Z Compiling toml v0.8.23
13542026-06-10T21:56:37.526Z Compiling cargo-util-schemas v0.8.2
13552026-06-10T21:56:37.526Z Compiling cargo_toml v0.21.0
13562026-06-10T21:56:38.340Z Compiling cargo_metadata v0.21.0
13572026-06-10T21:56:39.232Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13582026-06-10T21:56:41.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.34s
13592026-06-10T21:56:41.383Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13602026-06-10T21:56:42.153Z Compiling libc v0.2.185
13612026-06-10T21:56:42.153Z Compiling serde v1.0.228
13622026-06-10T21:56:42.158Z Compiling log v0.4.29
13632026-06-10T21:56:42.158Z Compiling find-msvc-tools v0.1.9
13642026-06-10T21:56:42.158Z Compiling shlex v1.3.0
13652026-06-10T21:56:42.158Z Compiling smallvec v1.15.1
13662026-06-10T21:56:42.158Z Compiling typenum v1.19.0
13672026-06-10T21:56:42.158Z Compiling subtle v2.6.1
13682026-06-10T21:56:42.158Z Compiling generic-array v0.14.7
13692026-06-10T21:56:42.158Z Compiling scopeguard v1.2.0
13702026-06-10T21:56:42.324Z Compiling const-oid v0.9.6
13712026-06-10T21:56:42.339Z Compiling serde_json v1.0.149
13722026-06-10T21:56:42.350Z Compiling syn v2.0.117
13732026-06-10T21:56:42.392Z Compiling zerocopy v0.8.40
13742026-06-10T21:56:42.398Z Compiling parking_lot_core v0.9.12
13752026-06-10T21:56:42.398Z Compiling portable-atomic v1.13.1
13762026-06-10T21:56:42.464Z Compiling lock_api v0.4.14
13772026-06-10T21:56:42.484Z Compiling pin-project-lite v0.2.17
13782026-06-10T21:56:42.499Z Compiling pkg-config v0.3.32
13792026-06-10T21:56:42.527Z Compiling bitflags v2.11.0
13802026-06-10T21:56:42.590Z Compiling futures-core v0.3.32
13812026-06-10T21:56:42.676Z Compiling libm v0.2.16
13822026-06-10T21:56:42.711Z Compiling critical-section v1.2.0
13832026-06-10T21:56:42.711Z Compiling num-traits v0.2.19
13842026-06-10T21:56:42.789Z Compiling percent-encoding v2.3.2
13852026-06-10T21:56:42.805Z Compiling futures-sink v0.3.32
13862026-06-10T21:56:42.809Z Compiling cpufeatures v0.2.17
13872026-06-10T21:56:42.809Z Compiling getrandom v0.4.1
13882026-06-10T21:56:42.809Z Compiling futures-task v0.3.32
13892026-06-10T21:56:42.809Z Compiling slab v0.4.12
13902026-06-10T21:56:42.964Z Compiling futures-io v0.3.32
13912026-06-10T21:56:42.979Z Compiling futures-channel v0.3.32
13922026-06-10T21:56:43.023Z Compiling rand_core v0.10.0
13932026-06-10T21:56:43.060Z Compiling indexmap v2.14.0
13942026-06-10T21:56:43.137Z Compiling getrandom v0.3.4
13952026-06-10T21:56:44.145Z Compiling rustversion v1.0.22
13962026-06-10T21:56:44.148Z Compiling form_urlencoded v1.2.2
13972026-06-10T21:56:44.148Z Compiling dunce v1.0.5
13982026-06-10T21:56:44.148Z Compiling fs_extra v1.3.0
13992026-06-10T21:56:44.148Z Compiling base64ct v1.8.3
14002026-06-10T21:56:44.148Z Compiling ident_case v1.0.1
14012026-06-10T21:56:44.148Z Compiling flagset v0.4.7
14022026-06-10T21:56:44.148Z Compiling iana-time-zone v0.1.65
14032026-06-10T21:56:44.148Z Compiling regex-syntax v0.8.10
14042026-06-10T21:56:44.148Z Compiling rustix v1.1.3
14052026-06-10T21:56:44.148Z Compiling getrandom v0.2.17
14062026-06-10T21:56:44.148Z Compiling jobserver v0.1.34
14072026-06-10T21:56:44.148Z Compiling errno v0.3.14
14082026-06-10T21:56:44.148Z Compiling mio v1.2.0
14092026-06-10T21:56:44.148Z Compiling once_cell v1.21.3
14102026-06-10T21:56:44.148Z Compiling socket2 v0.6.3
14112026-06-10T21:56:44.148Z Compiling rand_core v0.6.4
14122026-06-10T21:56:44.148Z Compiling cc v1.2.56
14132026-06-10T21:56:44.148Z Compiling signal-hook-registry v1.4.8
14142026-06-10T21:56:44.148Z Compiling parking_lot v0.12.5
14152026-06-10T21:56:44.148Z Compiling pem-rfc7468 v0.7.0
14162026-06-10T21:56:44.148Z Compiling aws-lc-rs v1.16.3
14172026-06-10T21:56:44.148Z Compiling vcpkg v0.2.15
14182026-06-10T21:56:44.149Z Compiling uuid v1.23.0
14192026-06-10T21:56:44.149Z Compiling tracing-core v0.1.36
14202026-06-10T21:56:44.149Z Compiling rustc_version v0.4.1
14212026-06-10T21:56:44.149Z Compiling base64 v0.22.1
14222026-06-10T21:56:44.149Z Compiling rand_core v0.9.5
14232026-06-10T21:56:44.149Z Compiling untrusted v0.7.1
14242026-06-10T21:56:44.149Z Compiling untrusted v0.9.0
14252026-06-10T21:56:44.149Z Compiling openssl-probe v0.2.1
14262026-06-10T21:56:44.199Z Compiling httparse v1.10.1
14272026-06-10T21:56:44.238Z Compiling tinyvec_macros v0.1.1
14282026-06-10T21:56:44.250Z Compiling aho-corasick v1.1.4
14292026-06-10T21:56:44.282Z Compiling tower-layer v0.3.3
14302026-06-10T21:56:44.329Z Compiling tinyvec v1.10.0
14312026-06-10T21:56:44.334Z Compiling tower-service v0.3.3
14322026-06-10T21:56:44.343Z Compiling cmake v0.1.57
14332026-06-10T21:56:44.368Z Compiling try-lock v0.2.5
14342026-06-10T21:56:44.386Z Compiling atomic-waker v1.1.2
14352026-06-10T21:56:44.432Z Compiling schemars v0.8.22
14362026-06-10T21:56:44.448Z Compiling dyn-clone v1.0.20
14372026-06-10T21:56:44.490Z Compiling rustls v0.23.37
14382026-06-10T21:56:44.500Z Compiling want v0.3.1
14392026-06-10T21:56:44.504Z Compiling httpdate v1.0.3
14402026-06-10T21:56:44.548Z Compiling foreign-types-shared v0.1.1
14412026-06-10T21:56:44.611Z Compiling openssl v0.10.79
14422026-06-10T21:56:44.626Z Compiling pin-utils v0.1.0
14432026-06-10T21:56:44.670Z Compiling unicode-normalization v0.1.25
14442026-06-10T21:56:44.670Z Compiling foreign-types v0.3.2
14452026-06-10T21:56:44.684Z Compiling spin v0.9.8
14462026-06-10T21:56:44.688Z Compiling num-conv v0.2.0
14472026-06-10T21:56:44.688Z Compiling time-core v0.1.8
14482026-06-10T21:56:44.733Z Compiling crc32fast v1.5.0
14492026-06-10T21:56:44.790Z Compiling native-tls v0.2.18
14502026-06-10T21:56:44.791Z Compiling powerfmt v0.2.0
14512026-06-10T21:56:44.797Z Compiling wait-timeout v0.2.1
14522026-06-10T21:56:44.803Z Compiling sync_wrapper v1.0.2
14532026-06-10T21:56:44.863Z Compiling crossbeam-utils v0.8.21
14542026-06-10T21:56:44.863Z Compiling quick-error v1.2.3
14552026-06-10T21:56:44.936Z Compiling time-macros v0.2.27
14562026-06-10T21:56:44.939Z Compiling tempfile v3.25.0
14572026-06-10T21:56:44.940Z Compiling deranged v0.5.8
14582026-06-10T21:56:44.963Z Compiling bit-vec v0.8.0
14592026-06-10T21:56:45.026Z Compiling syn v1.0.109
14602026-06-10T21:56:45.030Z Compiling siphasher v1.0.2
14612026-06-10T21:56:45.030Z Compiling unicode-segmentation v1.12.0
14622026-06-10T21:56:45.079Z Compiling regex-automata v0.4.14
14632026-06-10T21:56:45.099Z Compiling simd-adler32 v0.3.8
14642026-06-10T21:56:45.164Z Compiling num_threads v0.1.7
14652026-06-10T21:56:45.185Z Compiling aws-lc-sys v0.40.0
14662026-06-10T21:56:45.214Z Compiling ring v0.17.14
14672026-06-10T21:56:45.220Z Compiling openssl-sys v0.9.115
14682026-06-10T21:56:45.224Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-06-10T21:56:45.260Z Compiling synstructure v0.13.2
14702026-06-10T21:56:45.265Z Compiling pest_generator v2.8.6
14712026-06-10T21:56:45.325Z Compiling serde_derive_internals v0.29.1
14722026-06-10T21:56:45.329Z Compiling darling_core v0.20.11
14732026-06-10T21:56:45.379Z Compiling usdt-impl v0.6.0
14742026-06-10T21:56:45.625Z Compiling darling_core v0.21.3
14752026-06-10T21:56:45.795Z Compiling bzip2-sys v0.1.13+1.0.8
14762026-06-10T21:56:45.802Z Compiling bit-set v0.8.0
14772026-06-10T21:56:46.036Z Compiling rusty-fork v0.3.1
14782026-06-10T21:56:46.054Z Compiling slog v2.8.2
14792026-06-10T21:56:46.131Z Compiling heapless v0.7.17
14802026-06-10T21:56:46.136Z Compiling rand_xorshift v0.4.0
14812026-06-10T21:56:46.139Z Compiling time v0.3.47
14822026-06-10T21:56:46.139Z Compiling thread-id v5.1.0
14832026-06-10T21:56:46.246Z Compiling cookie v0.18.1
14842026-06-10T21:56:46.257Z Compiling unicode-bidi v0.3.18
14852026-06-10T21:56:46.274Z Compiling allocator-api2 v0.2.21
14862026-06-10T21:56:46.333Z Compiling paste v1.0.15
14872026-06-10T21:56:46.345Z Compiling unarray v0.1.4
14882026-06-10T21:56:46.381Z Compiling unicode-properties v0.1.4
14892026-06-10T21:56:46.384Z Compiling adler2 v2.0.1
14902026-06-10T21:56:46.454Z Compiling ryu v1.0.23
14912026-06-10T21:56:46.507Z Compiling anyhow v1.0.102
14922026-06-10T21:56:46.511Z Compiling iri-string v0.7.10
14932026-06-10T21:56:46.559Z Compiling signal-hook v0.3.18
14942026-06-10T21:56:46.611Z Compiling zstd-safe v7.2.4
14952026-06-10T21:56:46.622Z Compiling stringprep v0.1.5
14962026-06-10T21:56:46.661Z Compiling miniz_oxide v0.8.9
14972026-06-10T21:56:46.834Z Compiling heck v0.4.1
14982026-06-10T21:56:47.071Z Compiling serde_derive v1.0.228
14992026-06-10T21:56:47.131Z Compiling zeroize_derive v1.4.3
15002026-06-10T21:56:47.138Z Compiling zerofrom-derive v0.1.6
15012026-06-10T21:56:47.171Z Compiling yoke-derive v0.8.1
15022026-06-10T21:56:47.408Z Compiling zerocopy-derive v0.8.40
15032026-06-10T21:56:47.421Z Compiling zerovec-derive v0.11.2
15042026-06-10T21:56:47.548Z Compiling displaydoc v0.2.5
15052026-06-10T21:56:47.779Z Compiling tokio-macros v2.7.0
15062026-06-10T21:56:47.794Z Compiling zeroize v1.8.2
15072026-06-10T21:56:47.818Z Compiling futures-macro v0.3.32
15082026-06-10T21:56:48.082Z Compiling der_derive v0.7.3
15092026-06-10T21:56:48.191Z Compiling rustls-pki-types v1.14.0
15102026-06-10T21:56:48.328Z Compiling thiserror-impl v2.0.18
15112026-06-10T21:56:48.344Z Compiling tracing-attributes v0.1.31
15122026-06-10T21:56:48.534Z Compiling pest_derive v2.8.6
15132026-06-10T21:56:48.553Z Compiling crypto-common v0.1.7
15142026-06-10T21:56:48.580Z Compiling zerofrom v0.1.6
15152026-06-10T21:56:48.602Z Compiling block-buffer v0.10.4
15162026-06-10T21:56:48.674Z Compiling block-padding v0.3.3
15172026-06-10T21:56:48.679Z Compiling futures-util v0.3.32
15182026-06-10T21:56:48.718Z Compiling yoke v0.8.1
15192026-06-10T21:56:48.721Z Compiling scroll_derive v0.13.1
15202026-06-10T21:56:48.799Z Compiling digest v0.10.7
15212026-06-10T21:56:48.855Z Compiling inout v0.1.4
15222026-06-10T21:56:48.931Z Compiling zerovec v0.11.5
15232026-06-10T21:56:49.028Z Compiling zerotrie v0.2.3
15242026-06-10T21:56:49.047Z Compiling hmac v0.12.1
15252026-06-10T21:56:49.089Z Compiling sha2 v0.10.9
15262026-06-10T21:56:49.095Z Compiling cipher v0.4.4
15272026-06-10T21:56:49.237Z Compiling der v0.7.10
15282026-06-10T21:56:49.323Z Compiling salsa20 v0.10.2
15292026-06-10T21:56:49.378Z Compiling pbkdf2 v0.12.2
15302026-06-10T21:56:49.417Z Compiling tinystr v0.8.2
15312026-06-10T21:56:49.468Z Compiling potential_utf v0.1.4
15322026-06-10T21:56:49.484Z Compiling scrypt v0.11.0
15332026-06-10T21:56:49.513Z Compiling cbc v0.1.2
15342026-06-10T21:56:49.603Z Compiling icu_locale_core v2.1.1
15352026-06-10T21:56:49.650Z Compiling icu_collections v2.1.1
15362026-06-10T21:56:49.665Z Compiling aes v0.8.4
15372026-06-10T21:56:49.680Z Compiling schemars_derive v0.8.22
15382026-06-10T21:56:49.744Z Compiling tracing v0.1.44
15392026-06-10T21:56:49.759Z Compiling thiserror v2.0.18
15402026-06-10T21:56:49.772Z Compiling scroll v0.13.0
15412026-06-10T21:56:49.883Z Compiling darling_macro v0.20.11
15422026-06-10T21:56:50.060Z Compiling openssl-macros v0.1.1
15432026-06-10T21:56:50.097Z Compiling spki v0.7.3
15442026-06-10T21:56:50.175Z Compiling goblin v0.10.5
15452026-06-10T21:56:50.305Z Compiling icu_provider v2.1.1
15462026-06-10T21:56:50.422Z Compiling pkcs5 v0.7.1
15472026-06-10T21:56:50.550Z Compiling darling v0.20.11
15482026-06-10T21:56:50.711Z Compiling rustls-native-certs v0.8.3
15492026-06-10T21:56:50.712Z Compiling dtrace-parser v0.3.0
15502026-06-10T21:56:50.741Z Compiling bytes v1.11.1
15512026-06-10T21:56:50.741Z Compiling icu_properties v2.1.2
15522026-06-10T21:56:50.741Z Compiling icu_normalizer v2.1.1
15532026-06-10T21:56:50.750Z Compiling chrono v0.4.44
15542026-06-10T21:56:50.841Z Compiling pkcs8 v0.10.2
15552026-06-10T21:56:50.851Z Compiling ipnet v2.11.0
15562026-06-10T21:56:50.903Z Compiling derive_builder_core v0.20.2
15572026-06-10T21:56:50.992Z Compiling signature v2.2.0
15582026-06-10T21:56:51.011Z Compiling webpki-roots v1.0.6
15592026-06-10T21:56:51.139Z Compiling tokio v1.52.1
15602026-06-10T21:56:51.155Z Compiling http v1.4.0
15612026-06-10T21:56:51.198Z Compiling thiserror-impl v1.0.69
15622026-06-10T21:56:51.214Z Compiling scroll_derive v0.12.1
15632026-06-10T21:56:51.217Z Compiling serde_tokenstream v0.2.3
15642026-06-10T21:56:51.275Z Compiling serde_spanned v0.6.9
15652026-06-10T21:56:51.342Z Compiling toml_datetime v0.6.11
15662026-06-10T21:56:51.435Z Compiling serde_urlencoded v0.7.1
15672026-06-10T21:56:51.564Z Compiling idna_adapter v1.2.1
15682026-06-10T21:56:51.630Z Compiling erased-serde v0.3.31
15692026-06-10T21:56:51.709Z Compiling idna v1.1.0
15702026-06-10T21:56:51.726Z Compiling ppv-lite86 v0.2.21
15712026-06-10T21:56:51.726Z Compiling md-5 v0.10.6
15722026-06-10T21:56:51.758Z Compiling darling_macro v0.21.3
15732026-06-10T21:56:51.797Z Compiling http-body v1.0.1
15742026-06-10T21:56:51.902Z Compiling derive_builder_macro v0.20.2
15752026-06-10T21:56:51.916Z Compiling bstr v1.12.1
15762026-06-10T21:56:51.929Z Compiling scroll v0.12.0
15772026-06-10T21:56:51.971Z Compiling http-body-util v0.1.3
15782026-06-10T21:56:52.127Z Compiling url v2.5.8
15792026-06-10T21:56:52.147Z Compiling rand_chacha v0.9.0
15802026-06-10T21:56:52.195Z Compiling rand_chacha v0.3.1
15812026-06-10T21:56:52.240Z Compiling pin-project-internal v1.1.11
15822026-06-10T21:56:52.256Z Compiling async-trait v0.1.89
15832026-06-10T21:56:52.274Z Compiling zerocopy-derive v0.7.35
15842026-06-10T21:56:52.307Z Compiling vergen-lib v9.1.0
15852026-06-10T21:56:52.454Z Compiling rand v0.9.2
15862026-06-10T21:56:52.477Z Compiling num-integer v0.1.46
15872026-06-10T21:56:52.545Z Compiling curve25519-dalek v4.1.3
15882026-06-10T21:56:52.577Z Compiling thiserror v1.0.69
15892026-06-10T21:56:52.697Z Compiling ff v0.13.1
15902026-06-10T21:56:52.855Z Compiling hash32 v0.2.1
15912026-06-10T21:56:52.884Z Compiling memoffset v0.9.1
15922026-06-10T21:56:52.899Z Compiling encoding_rs v0.8.35
15932026-06-10T21:56:52.966Z Compiling dof v0.4.0
15942026-06-10T21:56:53.121Z Compiling proptest v1.10.0
15952026-06-10T21:56:53.131Z Compiling cfg_aliases v0.2.1
15962026-06-10T21:56:53.131Z Compiling rustix v0.38.44
15972026-06-10T21:56:53.171Z Compiling base16ct v0.2.0
15982026-06-10T21:56:53.198Z Compiling zlib-rs v0.6.2
15992026-06-10T21:56:53.258Z Compiling num-bigint-dig v0.8.6
16002026-06-10T21:56:53.303Z Compiling mime v0.3.17
16012026-06-10T21:56:53.408Z Compiling ref-cast v1.0.25
16022026-06-10T21:56:53.408Z Compiling fallible-iterator v0.2.0
16032026-06-10T21:56:53.482Z Compiling smoltcp v0.9.1
16042026-06-10T21:56:53.482Z Compiling litrs v1.0.0
16052026-06-10T21:56:53.547Z Compiling ipnetwork v0.21.1
16062026-06-10T21:56:53.547Z Compiling psl-types v2.0.11
16072026-06-10T21:56:53.627Z Compiling publicsuffix v2.3.0
16082026-06-10T21:56:53.648Z Compiling pin-project v1.1.11
16092026-06-10T21:56:53.715Z Compiling postgres-protocol v0.6.10
16102026-06-10T21:56:53.974Z Compiling oxnet v0.1.5
16112026-06-10T21:56:54.196Z Compiling sec1 v0.7.3
16122026-06-10T21:56:54.196Z Compiling zerocopy v0.7.35
16132026-06-10T21:56:54.197Z Compiling nix v0.31.2
16142026-06-10T21:56:54.197Z Compiling document-features v0.2.12
16152026-06-10T21:56:54.246Z Compiling group v0.13.0
16162026-06-10T21:56:54.246Z Compiling num-iter v0.1.45
16172026-06-10T21:56:54.246Z Compiling derive_builder v0.20.2
16182026-06-10T21:56:54.283Z Compiling rand v0.8.6
16192026-06-10T21:56:54.303Z Compiling darling v0.21.3
16202026-06-10T21:56:54.304Z Compiling goblin v0.8.2
16212026-06-10T21:56:54.321Z Compiling hubpack_derive v0.1.1
16222026-06-10T21:56:54.350Z Compiling futures-executor v0.3.32
16232026-06-10T21:56:54.366Z Compiling hex v0.4.3
16242026-06-10T21:56:54.390Z Compiling hkdf v0.12.4
16252026-06-10T21:56:54.443Z Compiling crypto-bigint v0.5.5
16262026-06-10T21:56:54.549Z Compiling regex v1.12.3
16272026-06-10T21:56:54.615Z Compiling snafu-derive v0.8.9
16282026-06-10T21:56:55.030Z Compiling curve25519-dalek-derive v0.1.1
16292026-06-10T21:56:55.035Z Compiling ref-cast-impl v1.0.25
16302026-06-10T21:56:55.035Z Compiling strum_macros v0.27.2
16312026-06-10T21:56:55.035Z Compiling daft-derive v0.1.7
16322026-06-10T21:56:55.035Z Compiling tokio-util v0.7.18
16332026-06-10T21:56:55.036Z Compiling tower v0.5.3
16342026-06-10T21:56:55.065Z Compiling tokio-native-tls v0.3.1
16352026-06-10T21:56:55.112Z Compiling phf_shared v0.13.1
16362026-06-10T21:56:55.224Z Compiling terminal_size v0.4.3
16372026-06-10T21:56:55.255Z Compiling lazy_static v1.5.0
16382026-06-10T21:56:55.271Z Compiling anstyle-parse v0.2.7
16392026-06-10T21:56:55.381Z Compiling newtype-uuid v1.3.2
16402026-06-10T21:56:55.387Z Compiling vergen v9.1.0
16412026-06-10T21:56:55.410Z Compiling tower-http v0.6.8
16422026-06-10T21:56:55.468Z Compiling cargo-platform v0.3.2
16432026-06-10T21:56:55.490Z Compiling fs-err v3.3.0
16442026-06-10T21:56:55.494Z Compiling ahash v0.8.12
16452026-06-10T21:56:55.641Z Compiling foldhash v0.2.0
16462026-06-10T21:56:55.647Z Compiling winnow v0.5.40
16472026-06-10T21:56:55.702Z Compiling h2 v0.4.13
16482026-06-10T21:56:55.731Z Compiling same-file v1.0.6
16492026-06-10T21:56:55.747Z Compiling foldhash v0.1.5
16502026-06-10T21:56:55.760Z Compiling bitflags v1.3.2
16512026-06-10T21:56:55.845Z Compiling bumpalo v3.20.2
16522026-06-10T21:56:55.860Z Compiling libbz2-rs-sys v0.2.2
16532026-06-10T21:56:55.864Z Compiling managed v0.8.0
16542026-06-10T21:56:55.920Z Compiling object v0.37.3
16552026-06-10T21:56:55.934Z Compiling hashbrown v0.15.5
16562026-06-10T21:56:56.042Z Compiling flate2 v1.1.9
16572026-06-10T21:56:56.142Z Compiling zopfli v0.8.3
16582026-06-10T21:56:56.266Z Compiling walkdir v2.5.0
16592026-06-10T21:56:56.404Z Compiling bzip2 v0.6.1
16602026-06-10T21:56:56.492Z Compiling dof v0.3.0
16612026-06-10T21:56:56.525Z Compiling clap_builder v4.6.0
16622026-06-10T21:56:56.558Z Compiling snafu v0.8.9
16632026-06-10T21:56:56.560Z Compiling hashbrown v0.16.1
16642026-06-10T21:56:56.716Z Compiling cargo_metadata v0.23.1
16652026-06-10T21:56:56.757Z Compiling daft v0.1.7
16662026-06-10T21:56:56.758Z Compiling strum v0.27.2
16672026-06-10T21:56:56.758Z Compiling anstream v0.6.21
16682026-06-10T21:56:56.843Z Compiling elliptic-curve v0.13.8
16692026-06-10T21:56:56.893Z Compiling phf v0.13.1
16702026-06-10T21:56:56.926Z Compiling toml_edit v0.19.15
16712026-06-10T21:56:57.073Z Compiling signal-hook-mio v0.2.5
16722026-06-10T21:56:57.128Z Compiling hubpack v0.1.2
16732026-06-10T21:56:57.157Z Compiling cookie_store v0.22.1
16742026-06-10T21:56:57.201Z Compiling bzip2 v0.4.4
16752026-06-10T21:56:57.232Z Compiling usdt-macro v0.6.0
16762026-06-10T21:56:57.296Z Compiling usdt-attr-macro v0.6.0
16772026-06-10T21:56:57.320Z Compiling futures v0.3.32
16782026-06-10T21:56:57.358Z Compiling serde_with_macros v3.17.0
16792026-06-10T21:56:57.461Z Compiling postgres-types v0.2.12
16802026-06-10T21:56:57.491Z Compiling zstd v0.13.3
16812026-06-10T21:56:57.779Z Compiling dtrace-parser v0.2.0
16822026-06-10T21:56:57.794Z Compiling globset v0.4.18
16832026-06-10T21:56:57.817Z Compiling ed25519 v2.2.3
16842026-06-10T21:56:58.004Z Compiling pkcs1 v0.7.5
16852026-06-10T21:56:58.040Z Compiling olpc-cjson v0.1.4
16862026-06-10T21:56:58.081Z Compiling serde_plain v1.0.2
16872026-06-10T21:56:58.147Z Compiling serde-big-array v0.5.1
16882026-06-10T21:56:58.235Z Compiling rfc6979 v0.4.0
16892026-06-10T21:56:58.305Z Compiling async-recursion v1.1.1
16902026-06-10T21:56:58.319Z Compiling clap_derive v4.6.1
16912026-06-10T21:56:58.370Z Compiling strum_macros v0.26.4
16922026-06-10T21:56:58.430Z Compiling enum-as-inner v0.6.1
16932026-06-10T21:56:58.517Z Compiling serde_repr v0.1.20
16942026-06-10T21:56:58.552Z Compiling phf_shared v0.11.3
16952026-06-10T21:56:58.573Z Compiling float-cmp v0.10.0
16962026-06-10T21:56:58.664Z Compiling pem v3.0.6
16972026-06-10T21:56:58.738Z Compiling hyper v1.8.1
16982026-06-10T21:56:58.756Z Compiling memmap2 v0.9.10
16992026-06-10T21:56:58.840Z Compiling thread-id v4.2.2
17002026-06-10T21:56:58.885Z Compiling env_filter v1.0.0
17012026-06-10T21:56:59.010Z Compiling normalize-line-endings v0.3.0
17022026-06-10T21:56:59.027Z Compiling predicates-core v1.0.10
17032026-06-10T21:56:59.034Z Compiling data-encoding v2.10.0
17042026-06-10T21:56:59.046Z Compiling static_assertions v1.1.0
17052026-06-10T21:56:59.114Z Compiling fixedbitset v0.4.2
17062026-06-10T21:56:59.124Z Compiling jiff v0.2.21
17072026-06-10T21:56:59.139Z Compiling precomputed-hash v0.1.1
17082026-06-10T21:56:59.204Z Compiling either v1.15.0
17092026-06-10T21:56:59.219Z Compiling whoami v2.1.0
17102026-06-10T21:56:59.240Z Compiling difflib v0.4.0
17112026-06-10T21:56:59.339Z Compiling keccak v0.1.6
17122026-06-10T21:56:59.440Z Compiling fixedbitset v0.5.7
17132026-06-10T21:56:59.601Z Compiling typed-path v0.9.3
17142026-06-10T21:56:59.605Z Compiling new_debug_unreachable v1.0.6
17152026-06-10T21:56:59.631Z Compiling sha3 v0.10.8
17162026-06-10T21:56:59.706Z Compiling string_cache v0.8.9
17172026-06-10T21:56:59.742Z Compiling petgraph v0.8.3
17182026-06-10T21:56:59.761Z Compiling predicates v3.1.4
17192026-06-10T21:56:59.774Z Compiling tokio-postgres v0.7.16
17202026-06-10T21:56:59.838Z Compiling itertools v0.13.0
17212026-06-10T21:56:59.956Z Compiling hyper-util v0.1.20
17222026-06-10T21:57:00.015Z Compiling hickory-proto v0.25.2
17232026-06-10T21:57:00.104Z Compiling petgraph v0.6.5
17242026-06-10T21:57:00.181Z Compiling toml_edit v0.22.27
17252026-06-10T21:57:00.342Z Compiling clap v4.6.1
17262026-06-10T21:57:00.354Z Compiling strum v0.26.3
17272026-06-10T21:57:00.354Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17282026-06-10T21:57:00.371Z Compiling env_logger v0.11.9
17292026-06-10T21:57:00.391Z Compiling usdt v0.6.0
17302026-06-10T21:57:00.424Z Compiling usdt-impl v0.5.0
17312026-06-10T21:57:00.681Z Compiling serde_with v3.17.0
17322026-06-10T21:57:00.776Z Compiling crossterm v0.28.1
17332026-06-10T21:57:00.890Z Compiling ecdsa v0.16.9
17342026-06-10T21:57:01.046Z Compiling toml v0.7.8
17352026-06-10T21:57:01.101Z Compiling rsa v0.9.10
17362026-06-10T21:57:01.271Z Compiling ed25519-dalek v2.2.0
17372026-06-10T21:57:01.642Z Compiling hyper-tls v0.6.0
17382026-06-10T21:57:01.717Z Compiling zip v4.6.1
17392026-06-10T21:57:01.892Z Compiling zip v0.6.6
17402026-06-10T21:57:01.955Z Compiling iddqd v0.4.2
17412026-06-10T21:57:02.359Z Compiling toml_parser v1.0.9+spec-1.1.0
17422026-06-10T21:57:02.436Z Compiling tokio-stream v0.1.18
17432026-06-10T21:57:02.467Z Compiling buf-list v1.1.2
17442026-06-10T21:57:02.482Z Compiling similar v2.7.0
17452026-06-10T21:57:02.523Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17462026-06-10T21:57:02.716Z Compiling openapiv3 v2.2.0
17472026-06-10T21:57:02.765Z Compiling x509-cert v0.2.5
17482026-06-10T21:57:02.850Z Compiling sha1 v0.10.6
17492026-06-10T21:57:02.928Z Compiling crossbeam-epoch v0.9.18
17502026-06-10T21:57:03.006Z Compiling peg-runtime v0.8.5
17512026-06-10T21:57:03.034Z Compiling lalrpop-util v0.19.12
17522026-06-10T21:57:03.105Z Compiling thread_local v1.1.9
17532026-06-10T21:57:03.204Z Compiling slog-async v2.8.0
17542026-06-10T21:57:03.247Z Compiling crossbeam-channel v0.5.15
17552026-06-10T21:57:03.303Z Compiling is-terminal v0.4.17
17562026-06-10T21:57:03.324Z Compiling filetime v0.2.27
17572026-06-10T21:57:03.342Z Compiling term v1.2.1
17582026-06-10T21:57:03.346Z Compiling take_mut v0.2.2
17592026-06-10T21:57:03.391Z Compiling xattr v1.6.1
17602026-06-10T21:57:03.527Z Compiling tar v0.4.45
17612026-06-10T21:57:03.669Z Compiling slog-term v2.9.2
17622026-06-10T21:57:21.089Z Compiling rustls-webpki v0.103.9
17632026-06-10T21:57:23.869Z Compiling tokio-rustls v0.26.4
17642026-06-10T21:57:23.869Z Compiling rustls-platform-verifier v0.6.2
17652026-06-10T21:57:24.060Z Compiling hyper-rustls v0.27.7
17662026-06-10T21:57:24.255Z Compiling reqwest v0.12.28
17672026-06-10T21:57:24.262Z Compiling reqwest v0.13.2
17682026-06-10T21:57:25.462Z Compiling tough v0.22.0
17692026-06-10T21:57:27.976Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17702026-06-10T21:57:28.215Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17712026-06-10T21:57:32.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.64s
17722026-06-10T21:57:32.337Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17732026-06-10T21:57:32.337ZJun 10 21:57:29.877 INFO Starting download, target: Cockroach
17742026-06-10T21:57:32.337ZJun 10 21:57:29.878 INFO Starting download, target: Console
17752026-06-10T21:57:32.337ZJun 10 21:57:29.878 INFO Starting download, target: Clickhouse
17762026-06-10T21:57:32.337ZJun 10 21:57:29.878 INFO Starting download, target: DendriteStub
17772026-06-10T21:57:32.337ZJun 10 21:57:29.878 INFO Starting download, target: MaghemiteMgd
17782026-06-10T21:57:32.337ZJun 10 21:57:29.878 INFO Starting download, target: MaghemiteDdmd
17792026-06-10T21:57:32.337ZJun 10 21:57:29.878 INFO Starting download, target: TransceiverControl
17802026-06-10T21:57:32.337ZJun 10 21:57:29.878 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17812026-06-10T21:57:32.337ZJun 10 21:57:29.878 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17822026-06-10T21:57:32.337ZJun 10 21:57:29.878 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17832026-06-10T21:57:32.337ZJun 10 21:57:29.878 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17842026-06-10T21:57:32.337ZJun 10 21:57:29.878 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17852026-06-10T21:57:32.337ZJun 10 21:57:29.878 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17862026-06-10T21:57:32.337ZJun 10 21:57:29.879 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17872026-06-10T21:57:32.337ZJun 10 21:57:30.854 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17882026-06-10T21:57:34.060ZJun 10 21:57:31.089 INFO Download complete, target: Console
17892026-06-10T21:57:35.075ZJun 10 21:57:32.448 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17902026-06-10T21:57:37.455ZJun 10 21:57:36.072 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17912026-06-10T21:57:37.690ZJun 10 21:57:36.282 INFO Download complete, target: TransceiverControl
17922026-06-10T21:57:40.716ZJun 10 21:57:39.301 INFO Checking that binary works, target: Clickhouse
17932026-06-10T21:57:40.844ZJun 10 21:57:39.393 INFO Download complete, target: Clickhouse
17942026-06-10T21:57:41.725ZJun 10 21:57:40.241 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17952026-06-10T21:57:41.996ZJun 10 21:57:40.506 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17962026-06-10T21:57:42.189ZJun 10 21:57:40.686 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17972026-06-10T21:57:43.782ZJun 10 21:57:42.382 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17982026-06-10T21:57:43.782ZJun 10 21:57:42.382 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17992026-06-10T21:57:44.000ZJun 10 21:57:42.617 INFO Download complete, target: MaghemiteDdmd
18002026-06-10T21:57:44.155ZJun 10 21:57:42.777 INFO Download complete, target: MaghemiteMgd
18012026-06-10T21:57:44.617ZJun 10 21:57:43.238 INFO Download complete, target: DendriteStub
18022026-06-10T21:57:48.459ZJun 10 21:57:47.071 INFO Checking that binary works, target: Cockroach
18032026-06-10T21:57:48.574ZJun 10 21:57:47.195 INFO Download complete, target: Cockroach
18042026-06-10T21:57:48.587ZAll prerequisites installed successfully
18052026-06-10T21:57:48.597Z
18062026-06-10T21:57:48.597Zreal 1:35.615142445
18072026-06-10T21:57:48.597Zuser 6:47.087671348
18082026-06-10T21:57:48.597Zsys 1:43.785275644
18092026-06-10T21:57:48.597Ztrap 0.210009960
18102026-06-10T21:57:48.597Ztflt 1.169862263
18112026-06-10T21:57:48.597Zdflt 1.780934956
18122026-06-10T21:57:48.597Zkflt 0.022035174
18132026-06-10T21:57:48.597Zlock 27:36.586639519
18142026-06-10T21:57:48.597Zslp 18:36.765406151
18152026-06-10T21:57:48.597Zlat 21.849369796
18162026-06-10T21:57:48.597Zstop 2:37.974578858
18172026-06-10T21:57:48.598Z+ source ./tools/include/force-git-over-https.sh
18182026-06-10T21:57:48.598Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18192026-06-10T21:57:48.598Z++ (( i = 0 ))
18202026-06-10T21:57:48.598Z++ (( i < 5 ))
18212026-06-10T21:57:48.598Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18222026-06-10T21:57:48.598Z++ (( i++ ))
18232026-06-10T21:57:48.598Z++ (( i < 5 ))
18242026-06-10T21:57:48.598Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18252026-06-10T21:57:48.598Z++ (( i++ ))
18262026-06-10T21:57:48.598Z++ (( i < 5 ))
18272026-06-10T21:57:48.598Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18282026-06-10T21:57:48.598Z++ (( i++ ))
18292026-06-10T21:57:48.598Z++ (( i < 5 ))
18302026-06-10T21:57:48.598Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18312026-06-10T21:57:48.598Z++ (( i++ ))
18322026-06-10T21:57:48.598Z++ (( i < 5 ))
18332026-06-10T21:57:48.598Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18342026-06-10T21:57:48.618Z++ (( i++ ))
18352026-06-10T21:57:48.618Z++ (( i < 5 ))
18362026-06-10T21:57:48.618Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18372026-06-10T21:57:48.618Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18382026-06-10T21:57:48.618Z+ rc=0
18392026-06-10T21:57:48.618Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18402026-06-10T21:57:55.828Z+ case $rc in
18412026-06-10T21:57:55.828Z+ pfexec zfs create -p rpool/images/build/host
18422026-06-10T21:57:56.051Z+ pfexec zfs create -p rpool/images/build/recovery
18432026-06-10T21:57:56.121Z+ cargo xtask releng --output-dir /work --mkincorp
18442026-06-10T21:57:56.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18452026-06-10T21:57:56.647Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18462026-06-10T21:57:57.503Z Compiling proc-macro2 v1.0.106
18472026-06-10T21:57:57.503Z Compiling quote v1.0.45
18482026-06-10T21:57:57.506Z Compiling unicode-ident v1.0.24
18492026-06-10T21:57:57.506Z Compiling libc v0.2.185
18502026-06-10T21:57:57.506Z Compiling serde_core v1.0.228
18512026-06-10T21:57:57.506Z Compiling serde v1.0.228
18522026-06-10T21:57:57.506Z Compiling cfg-if v1.0.4
18532026-06-10T21:57:57.506Z Compiling version_check v0.9.5
18542026-06-10T21:57:57.506Z Compiling find-msvc-tools v0.1.9
18552026-06-10T21:57:57.506Z Compiling shlex v1.3.0
18562026-06-10T21:57:57.654Z Compiling typenum v1.19.0
18572026-06-10T21:57:57.657Z Compiling autocfg v1.5.0
18582026-06-10T21:57:57.679Z Compiling memchr v2.8.0
18592026-06-10T21:57:57.692Z Compiling zmij v1.0.21
18602026-06-10T21:57:57.696Z Compiling portable-atomic v1.13.1
18612026-06-10T21:57:57.750Z Compiling zerocopy v0.8.40
18622026-06-10T21:57:57.964Z Compiling serde_json v1.0.149
18632026-06-10T21:57:58.086Z Compiling generic-array v0.14.7
18642026-06-10T21:57:58.133Z Compiling libm v0.2.16
18652026-06-10T21:57:58.182Z Compiling parking_lot_core v0.9.12
18662026-06-10T21:57:58.199Z Compiling smallvec v1.15.1
18672026-06-10T21:57:58.199Z Compiling icu_normalizer_data v2.1.1
18682026-06-10T21:57:58.247Z Compiling icu_properties_data v2.1.2
18692026-06-10T21:57:58.247Z Compiling pkg-config v0.3.32
18702026-06-10T21:57:58.250Z Compiling log v0.4.29
18712026-06-10T21:57:58.296Z Compiling num-traits v0.2.19
18722026-06-10T21:57:58.332Z Compiling itoa v1.0.17
18732026-06-10T21:57:58.473Z Compiling getrandom v0.4.1
18742026-06-10T21:57:58.494Z Compiling subtle v2.6.1
18752026-06-10T21:57:58.542Z Compiling getrandom v0.3.4
18762026-06-10T21:57:58.576Z Compiling scopeguard v1.2.0
18772026-06-10T21:57:58.576Z Compiling stable_deref_trait v1.2.1
18782026-06-10T21:57:58.622Z Compiling jobserver v0.1.34
18792026-06-10T21:57:58.683Z Compiling getrandom v0.2.17
18802026-06-10T21:57:58.704Z Compiling errno v0.3.14
18812026-06-10T21:57:58.733Z Compiling lock_api v0.4.14
18822026-06-10T21:57:58.784Z Compiling rustix v1.1.3
18832026-06-10T21:57:58.868Z Compiling cc v1.2.56
18842026-06-10T21:57:58.871Z Compiling rand_core v0.6.4
18852026-06-10T21:57:58.968Z Compiling syn v2.0.117
18862026-06-10T21:57:59.005Z Compiling critical-section v1.2.0
18872026-06-10T21:57:59.039Z Compiling fs_extra v1.3.0
18882026-06-10T21:57:59.039Z Compiling dunce v1.0.5
18892026-06-10T21:57:59.179Z Compiling pin-project-lite v0.2.17
18902026-06-10T21:57:59.226Z Compiling fnv v1.0.7
18912026-06-10T21:57:59.289Z Compiling percent-encoding v2.3.2
18922026-06-10T21:57:59.326Z Compiling thiserror v2.0.18
18932026-06-10T21:57:59.340Z Compiling litemap v0.8.1
18942026-06-10T21:57:59.356Z Compiling writeable v0.6.2
18952026-06-10T21:57:59.359Z Compiling const-oid v0.9.6
18962026-06-10T21:57:59.524Z Compiling aws-lc-rs v1.16.3
18972026-06-10T21:57:59.550Z Compiling rustversion v1.0.22
18982026-06-10T21:57:59.581Z Compiling once_cell v1.21.3
18992026-06-10T21:57:59.632Z Compiling cmake v0.1.57
19002026-06-10T21:57:59.651Z Compiling signal-hook-registry v1.4.8
19012026-06-10T21:57:59.787Z Compiling equivalent v1.0.2
19022026-06-10T21:57:59.810Z Compiling futures-core v0.3.32
19032026-06-10T21:57:59.839Z Compiling heck v0.5.0
19042026-06-10T21:57:59.861Z Compiling semver v1.0.28
19052026-06-10T21:57:59.893Z Compiling parking_lot v0.12.5
19062026-06-10T21:57:59.972Z Compiling bitflags v2.11.0
19072026-06-10T21:58:00.140Z Compiling mio v1.2.0
19082026-06-10T21:58:00.165Z Compiling httparse v1.10.1
19092026-06-10T21:58:00.180Z Compiling ring v0.17.14
19102026-06-10T21:58:00.180Z Compiling aws-lc-sys v0.40.0
19112026-06-10T21:58:00.237Z Compiling vcpkg v0.2.15
19122026-06-10T21:58:00.249Z Compiling socket2 v0.6.3
19132026-06-10T21:58:00.294Z Compiling utf8_iter v1.0.4
19142026-06-10T21:58:00.351Z Compiling schemars v0.8.22
19152026-06-10T21:58:00.592Z Compiling form_urlencoded v1.2.2
19162026-06-10T21:58:00.763Z Compiling hashbrown v0.17.0
19172026-06-10T21:58:00.854Z Compiling openssl-sys v0.9.115
19182026-06-10T21:58:00.906Z Compiling rustls v0.23.37
19192026-06-10T21:58:00.910Z Compiling rand_core v0.10.0
19202026-06-10T21:58:00.928Z Compiling crc32fast v1.5.0
19212026-06-10T21:58:00.971Z Compiling futures-sink v0.3.32
19222026-06-10T21:58:01.129Z Compiling futures-channel v0.3.32
19232026-06-10T21:58:01.164Z Compiling futures-io v0.3.32
19242026-06-10T21:58:01.196Z Compiling futures-task v0.3.32
19252026-06-10T21:58:01.211Z Compiling slab v0.4.12
19262026-06-10T21:58:01.265Z Compiling cpufeatures v0.2.17
19272026-06-10T21:58:01.377Z Compiling rustc_version v0.4.1
19282026-06-10T21:58:01.411Z Compiling indexmap v2.14.0
19292026-06-10T21:58:01.443Z Compiling openssl v0.10.79
19302026-06-10T21:58:01.562Z Compiling byteorder v1.5.0
19312026-06-10T21:58:01.615Z Compiling ucd-trie v0.1.7
19322026-06-10T21:58:01.666Z Compiling strsim v0.11.1
19332026-06-10T21:58:01.772Z Compiling thiserror v1.0.69
19342026-06-10T21:58:01.808Z Compiling ident_case v1.0.1
19352026-06-10T21:58:01.839Z Compiling synstructure v0.13.2
19362026-06-10T21:58:01.870Z Compiling serde_derive_internals v0.29.1
19372026-06-10T21:58:01.930Z Compiling pest v2.8.6
19382026-06-10T21:58:01.957Z Compiling iana-time-zone v0.1.65
19392026-06-10T21:58:02.062Z Compiling native-tls v0.2.18
19402026-06-10T21:58:02.095Z Compiling num-conv v0.2.0
19412026-06-10T21:58:02.098Z Compiling time-core v0.1.8
19422026-06-10T21:58:02.266Z Compiling regex-syntax v0.8.10
19432026-06-10T21:58:02.308Z Compiling syn v1.0.109
19442026-06-10T21:58:02.328Z Compiling base64 v0.22.1
19452026-06-10T21:58:02.331Z Compiling time-macros v0.2.27
19462026-06-10T21:58:02.392Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19472026-06-10T21:58:02.395Z Compiling base64ct v1.8.3
19482026-06-10T21:58:02.549Z Compiling untrusted v0.9.0
19492026-06-10T21:58:02.571Z Compiling crossbeam-utils v0.8.21
19502026-06-10T21:58:02.638Z Compiling uuid v1.23.0
19512026-06-10T21:58:02.735Z Compiling pem-rfc7468 v0.7.0
19522026-06-10T21:58:02.797Z Compiling slog v2.8.2
19532026-06-10T21:58:02.962Z Compiling flagset v0.4.7
19542026-06-10T21:58:03.028Z Compiling pest_meta v2.8.6
19552026-06-10T21:58:03.047Z Compiling rand_core v0.9.5
19562026-06-10T21:58:03.086Z Compiling serde_derive v1.0.228
19572026-06-10T21:58:03.102Z Compiling zeroize_derive v1.4.3
19582026-06-10T21:58:03.121Z Compiling zerofrom-derive v0.1.6
19592026-06-10T21:58:03.230Z Compiling yoke-derive v0.8.1
19602026-06-10T21:58:03.262Z Compiling zerovec-derive v0.11.2
19612026-06-10T21:58:03.278Z Compiling zerocopy-derive v0.8.40
19622026-06-10T21:58:03.281Z Compiling displaydoc v0.2.5
19632026-06-10T21:58:03.327Z Compiling tokio-macros v2.7.0
19642026-06-10T21:58:03.495Z Compiling futures-macro v0.3.32
19652026-06-10T21:58:03.564Z Compiling der_derive v0.7.3
19662026-06-10T21:58:03.715Z Compiling zeroize v1.8.2
19672026-06-10T21:58:04.032Z Compiling thiserror-impl v2.0.18
19682026-06-10T21:58:04.234Z Compiling tracing-attributes v0.1.31
19692026-06-10T21:58:04.260Z Compiling zerofrom v0.1.6
19702026-06-10T21:58:04.282Z Compiling schemars_derive v0.8.22
19712026-06-10T21:58:04.324Z Compiling futures-util v0.3.32
19722026-06-10T21:58:04.411Z Compiling yoke v0.8.1
19732026-06-10T21:58:04.482Z Compiling rustls-pki-types v1.14.0
19742026-06-10T21:58:04.558Z Compiling crypto-common v0.1.7
19752026-06-10T21:58:04.630Z Compiling zerovec v0.11.5
19762026-06-10T21:58:04.635Z Compiling zerotrie v0.2.3
19772026-06-10T21:58:04.854Z Compiling block-buffer v0.10.4
19782026-06-10T21:58:05.039Z Compiling digest v0.10.7
19792026-06-10T21:58:05.213Z Compiling tinystr v0.8.2
19802026-06-10T21:58:05.243Z Compiling potential_utf v0.1.4
19812026-06-10T21:58:05.402Z Compiling icu_locale_core v2.1.1
19822026-06-10T21:58:05.443Z Compiling icu_collections v2.1.1
19832026-06-10T21:58:05.459Z Compiling hmac v0.12.1
19842026-06-10T21:58:05.511Z Compiling block-padding v0.3.3
19852026-06-10T21:58:05.623Z Compiling openssl-macros v0.1.1
19862026-06-10T21:58:05.639Z Compiling inout v0.1.4
19872026-06-10T21:58:05.677Z Compiling pest_generator v2.8.6
19882026-06-10T21:58:06.117Z Compiling cipher v0.4.4
19892026-06-10T21:58:06.234Z Compiling bytes v1.11.1
19902026-06-10T21:58:06.293Z Compiling icu_provider v2.1.1
19912026-06-10T21:58:06.367Z Compiling chrono v0.4.44
19922026-06-10T21:58:06.383Z Compiling pest_derive v2.8.6
19932026-06-10T21:58:06.398Z Compiling sha2 v0.10.9
19942026-06-10T21:58:06.729Z Compiling icu_properties v2.1.2
19952026-06-10T21:58:06.754Z Compiling icu_normalizer v2.1.1
19962026-06-10T21:58:06.769Z Compiling tokio v1.52.1
19972026-06-10T21:58:06.936Z Compiling http v1.4.0
19982026-06-10T21:58:06.996Z Compiling scroll_derive v0.13.1
19992026-06-10T21:58:07.636Z Compiling idna_adapter v1.2.1
20002026-06-10T21:58:07.762Z Compiling idna v1.1.0
20012026-06-10T21:58:07.778Z Compiling ppv-lite86 v0.2.21
20022026-06-10T21:58:07.818Z Compiling thiserror-impl v1.0.69
20032026-06-10T21:58:08.149Z Compiling url v2.5.8
20042026-06-10T21:58:08.182Z Compiling der v0.7.10
20052026-06-10T21:58:08.276Z Compiling bzip2-sys v0.1.13+1.0.8
20062026-06-10T21:58:08.305Z Compiling tracing-core v0.1.36
20072026-06-10T21:58:08.785Z Compiling plain v0.2.3
20082026-06-10T21:58:08.915Z Compiling fastrand v2.3.0
20092026-06-10T21:58:08.928Z Compiling paste v1.0.15
20102026-06-10T21:58:08.942Z Compiling camino v1.2.2
20112026-06-10T21:58:09.282Z Compiling spki v0.7.3
20122026-06-10T21:58:09.316Z Compiling tracing v0.1.44
20132026-06-10T21:58:09.320Z Compiling http-body v1.0.1
20142026-06-10T21:58:09.435Z Compiling salsa20 v0.10.2
20152026-06-10T21:58:09.570Z Compiling pbkdf2 v0.12.2
20162026-06-10T21:58:09.915Z Compiling aho-corasick v1.1.4
20172026-06-10T21:58:09.927Z Compiling cookie v0.18.1
20182026-06-10T21:58:09.979Z Compiling num-bigint-dig v0.8.6
20192026-06-10T21:58:09.982Z Compiling atomic-waker v1.1.2
20202026-06-10T21:58:10.198Z Compiling dyn-clone v1.0.20
20212026-06-10T21:58:10.354Z Compiling scrypt v0.11.0
20222026-06-10T21:58:10.530Z Compiling tokio-util v0.7.18
20232026-06-10T21:58:10.631Z Compiling rand_chacha v0.9.0
20242026-06-10T21:58:10.637Z Compiling aes v0.8.4
20252026-06-10T21:58:10.661Z Compiling cbc v0.1.2
20262026-06-10T21:58:10.748Z Compiling regex-automata v0.4.14
20272026-06-10T21:58:10.814Z Compiling async-trait v0.1.89
20282026-06-10T21:58:11.027Z Compiling ahash v0.8.12
20292026-06-10T21:58:11.064Z Compiling openssl-probe v0.2.1
20302026-06-10T21:58:11.155Z Compiling pretty-hex v0.4.1
20312026-06-10T21:58:11.309Z Compiling tinyvec_macros v0.1.1
20322026-06-10T21:58:11.313Z Compiling untrusted v0.7.1
20332026-06-10T21:58:11.345Z Compiling try-lock v0.2.5
20342026-06-10T21:58:11.395Z Compiling usdt-impl v0.6.0
20352026-06-10T21:58:11.486Z Compiling anyhow v1.0.102
20362026-06-10T21:58:11.521Z Compiling tower-service v0.3.3
20372026-06-10T21:58:11.646Z Compiling zstd-safe v7.2.4
20382026-06-10T21:58:11.651Z Compiling tower-layer v0.3.3
20392026-06-10T21:58:11.651Z Compiling want v0.3.1
20402026-06-10T21:58:11.670Z Compiling tinyvec v1.10.0
20412026-06-10T21:58:11.745Z Compiling h2 v0.4.13
20422026-06-10T21:58:11.867Z Compiling pkcs5 v0.7.1
20432026-06-10T21:58:11.907Z Compiling rand v0.9.2
20442026-06-10T21:58:12.044Z Compiling tempfile v3.25.0
20452026-06-10T21:58:12.404Z Compiling scroll v0.13.0
20462026-06-10T21:58:12.512Z Compiling serde_tokenstream v0.2.3
20472026-06-10T21:58:12.523Z Compiling ipnet v2.11.0
20482026-06-10T21:58:12.545Z Compiling clap_derive v4.6.1
20492026-06-10T21:58:12.658Z Compiling daft-derive v0.1.7
20502026-06-10T21:58:12.812Z Compiling scroll_derive v0.12.1
20512026-06-10T21:58:12.909Z Compiling heapless v0.7.17
20522026-06-10T21:58:13.178Z Compiling pin-utils v0.1.0
20532026-06-10T21:58:13.221Z Compiling httpdate v1.0.3
20542026-06-10T21:58:13.269Z Compiling utf8parse v0.2.2
20552026-06-10T21:58:13.307Z Compiling signal-hook v0.3.18
20562026-06-10T21:58:13.565Z Compiling unicode-segmentation v1.12.0
20572026-06-10T21:58:13.797Z Compiling goblin v0.10.5
20582026-06-10T21:58:13.815Z Compiling pkcs8 v0.10.2
20592026-06-10T21:58:13.962Z Compiling pin-project-internal v1.1.11
20602026-06-10T21:58:14.151Z Compiling darling_core v0.20.11
20612026-06-10T21:58:14.261Z Compiling spin v0.9.8
20622026-06-10T21:58:14.304Z Compiling litrs v1.0.0
20632026-06-10T21:58:14.625Z Compiling foreign-types-shared v0.1.1
20642026-06-10T21:58:14.669Z Compiling simd-adler32 v0.3.8
20652026-06-10T21:58:14.716Z Compiling rustix v0.38.44
20662026-06-10T21:58:14.762Z Compiling anstyle v1.0.14
20672026-06-10T21:58:15.030Z Compiling document-features v0.2.12
20682026-06-10T21:58:15.070Z Compiling foreign-types v0.3.2
20692026-06-10T21:58:15.143Z Compiling heck v0.4.1
20702026-06-10T21:58:15.232Z Compiling hyper v1.8.1
20712026-06-10T21:58:15.350Z Compiling unicode-normalization v0.1.25
20722026-06-10T21:58:15.444Z Compiling dtrace-parser v0.3.0
20732026-06-10T21:58:15.551Z Compiling hex v0.4.3
20742026-06-10T21:58:15.604Z Compiling zerocopy-derive v0.7.35
20752026-06-10T21:58:15.826Z Compiling strum_macros v0.26.4
20762026-06-10T21:58:15.860Z Compiling darling_core v0.21.3
20772026-06-10T21:58:15.885Z Compiling curve25519-dalek v4.1.3
20782026-06-10T21:58:16.058Z Compiling thread-id v5.1.0
20792026-06-10T21:58:16.125Z Compiling darling_macro v0.20.11
20802026-06-10T21:58:16.158Z Compiling memoffset v0.9.1
20812026-06-10T21:58:16.188Z Compiling is_terminal_polyfill v1.70.2
20822026-06-10T21:58:16.255Z Compiling powerfmt v0.2.0
20832026-06-10T21:58:16.293Z Compiling colorchoice v1.0.4
20842026-06-10T21:58:16.303Z Compiling ref-cast v1.0.25
20852026-06-10T21:58:16.391Z Compiling adler2 v2.0.1
20862026-06-10T21:58:16.431Z Compiling anstyle-query v1.1.5
20872026-06-10T21:58:16.439Z Compiling smoltcp v0.9.1
20882026-06-10T21:58:16.480Z Compiling deranged v0.5.8
20892026-06-10T21:58:16.548Z Compiling dof v0.4.0
20902026-06-10T21:58:16.562Z Compiling miniz_oxide v0.8.9
20912026-06-10T21:58:16.607Z Compiling hyper-util v0.1.20
20922026-06-10T21:58:16.777Z Compiling darling v0.20.11
20932026-06-10T21:58:16.878Z Compiling snafu-derive v0.8.9
20942026-06-10T21:58:17.452Z Compiling rustls-native-certs v0.8.3
20952026-06-10T21:58:17.661Z Compiling http-body-util v0.1.3
20962026-06-10T21:58:17.680Z Compiling toml_datetime v0.6.11
20972026-06-10T21:58:17.712Z Compiling serde_spanned v0.6.9
20982026-06-10T21:58:18.027Z Compiling sync_wrapper v1.0.2
20992026-06-10T21:58:18.078Z Compiling wait-timeout v0.2.1
21002026-06-10T21:58:18.095Z Compiling darling_macro v0.21.3
21012026-06-10T21:58:18.131Z Compiling encoding_rs v0.8.35
21022026-06-10T21:58:18.306Z Compiling num_threads v0.1.7
21032026-06-10T21:58:18.322Z Compiling ryu v1.0.23
21042026-06-10T21:58:18.425Z Compiling cfg_aliases v0.2.1
21052026-06-10T21:58:18.515Z Compiling siphasher v1.0.2
21062026-06-10T21:58:18.636Z Compiling mime v0.3.17
21072026-06-10T21:58:18.707Z Compiling quick-error v1.2.3
21082026-06-10T21:58:18.723Z Compiling bit-vec v0.8.0
21092026-06-10T21:58:18.727Z Compiling zlib-rs v0.6.2
21102026-06-10T21:58:18.810Z Compiling rusty-fork v0.3.1
21112026-06-10T21:58:18.856Z Compiling time v0.3.47
21122026-06-10T21:58:19.002Z Compiling bit-set v0.8.0
21132026-06-10T21:58:19.115Z Compiling darling v0.21.3
21142026-06-10T21:58:19.167Z Compiling nix v0.31.2
21152026-06-10T21:58:19.213Z Compiling serde_urlencoded v0.7.1
21162026-06-10T21:58:19.253Z Compiling tower v0.5.3
21172026-06-10T21:58:19.432Z Compiling derive_builder_core v0.20.2
21182026-06-10T21:58:19.561Z Compiling anstyle-parse v1.0.0
21192026-06-10T21:58:19.576Z Compiling regex v1.12.3
21202026-06-10T21:58:19.667Z Compiling webpki-roots v1.0.6
21212026-06-10T21:58:19.712Z Compiling erased-serde v0.3.31
21222026-06-10T21:58:19.797Z Compiling hubpack_derive v0.1.1
21232026-06-10T21:58:19.814Z Compiling signature v2.2.0
21242026-06-10T21:58:19.864Z Compiling rand_xorshift v0.4.0
21252026-06-10T21:58:19.901Z Compiling strum_macros v0.27.2
21262026-06-10T21:58:19.983Z Compiling curve25519-dalek-derive v0.1.1
21272026-06-10T21:58:20.007Z Compiling ref-cast-impl v1.0.25
21282026-06-10T21:58:20.273Z Compiling fs-err v3.3.0
21292026-06-10T21:58:20.284Z Compiling usdt-impl v0.5.0
21302026-06-10T21:58:20.296Z Compiling unarray v0.1.4
21312026-06-10T21:58:20.296Z Compiling unicode-bidi v0.3.18
21322026-06-10T21:58:20.412Z Compiling object v0.37.3
21332026-06-10T21:58:20.527Z Compiling iri-string v0.7.10
21342026-06-10T21:58:20.568Z Compiling unicode-properties v0.1.4
21352026-06-10T21:58:20.682Z Compiling allocator-api2 v0.2.21
21362026-06-10T21:58:20.833Z Compiling stringprep v0.1.5
21372026-06-10T21:58:20.998Z Compiling flate2 v1.1.9
21382026-06-10T21:58:21.319Z Compiling proptest v1.10.0
21392026-06-10T21:58:21.612Z Compiling derive_builder_macro v0.20.2
21402026-06-10T21:58:21.765Z Compiling tower-http v0.6.8
21412026-06-10T21:58:21.983Z Compiling anstream v1.0.0
21422026-06-10T21:58:22.229Z Compiling serde_with_macros v3.17.0
21432026-06-10T21:58:22.443Z Compiling tokio-native-tls v0.3.1
21442026-06-10T21:58:22.503Z Compiling usdt-macro v0.6.0
21452026-06-10T21:58:22.576Z Compiling usdt-attr-macro v0.6.0
21462026-06-10T21:58:22.628Z Compiling ipnetwork v0.21.1
21472026-06-10T21:58:22.822Z Compiling scroll v0.12.0
21482026-06-10T21:58:22.906Z Compiling bstr v1.12.1
21492026-06-10T21:58:23.172Z Compiling rand_chacha v0.3.1
21502026-06-10T21:58:23.269Z Compiling md-5 v0.10.6
21512026-06-10T21:58:23.355Z Compiling async-recursion v1.1.1
21522026-06-10T21:58:23.420Z Compiling terminal_size v0.4.3
21532026-06-10T21:58:23.459Z Compiling num-integer v0.1.46
21542026-06-10T21:58:23.508Z Compiling hash32 v0.2.1
21552026-06-10T21:58:23.521Z Compiling vergen-lib v9.1.0
21562026-06-10T21:58:23.526Z Compiling ff v0.13.1
21572026-06-10T21:58:23.689Z Compiling clap_lex v1.0.0
21582026-06-10T21:58:23.710Z Compiling winnow v0.7.14
21592026-06-10T21:58:23.736Z Compiling psl-types v2.0.11
21602026-06-10T21:58:23.761Z Compiling base16ct v0.2.0
21612026-06-10T21:58:23.878Z Compiling fallible-iterator v0.2.0
21622026-06-10T21:58:23.988Z Compiling sec1 v0.7.3
21632026-06-10T21:58:24.061Z Compiling publicsuffix v2.3.0
21642026-06-10T21:58:24.104Z Compiling clap_builder v4.6.0
21652026-06-10T21:58:24.201Z Compiling postgres-protocol v0.6.10
21662026-06-10T21:58:24.250Z Compiling num-iter v0.1.45
21672026-06-10T21:58:24.265Z Compiling group v0.13.0
21682026-06-10T21:58:24.452Z Compiling rand v0.8.6
21692026-06-10T21:58:24.736Z Compiling newtype-uuid v1.3.2
21702026-06-10T21:58:25.006Z Compiling goblin v0.8.2
21712026-06-10T21:58:25.075Z Compiling oxnet v0.1.5
21722026-06-10T21:58:25.468Z Compiling hyper-tls v0.6.0
21732026-06-10T21:58:25.516Z Compiling derive_builder v0.20.2
21742026-06-10T21:58:25.516Z Compiling phf_shared v0.13.1
21752026-06-10T21:58:25.547Z Compiling zerocopy v0.7.35
21762026-06-10T21:58:25.600Z Compiling lazy_static v1.5.0
21772026-06-10T21:58:25.636Z Compiling pin-project v1.1.11
21782026-06-10T21:58:25.731Z Compiling anstyle-parse v0.2.7
21792026-06-10T21:58:25.755Z Compiling futures-executor v0.3.32
21802026-06-10T21:58:25.822Z Compiling hkdf v0.12.4
21812026-06-10T21:58:25.939Z Compiling crypto-bigint v0.5.5
21822026-06-10T21:58:25.989Z Compiling serde_repr v0.1.20
21832026-06-10T21:58:26.024Z Compiling enum-as-inner v0.6.1
21842026-06-10T21:58:26.111Z Compiling vergen v9.1.0
21852026-06-10T21:58:26.148Z Compiling cargo-platform v0.3.2
21862026-06-10T21:58:26.371Z Compiling foldhash v0.2.0
21872026-06-10T21:58:26.595Z Compiling managed v0.8.0
21882026-06-10T21:58:26.629Z Compiling foldhash v0.1.5
21892026-06-10T21:58:26.630Z Compiling bumpalo v3.20.2
21902026-06-10T21:58:26.630Z Compiling same-file v1.0.6
21912026-06-10T21:58:26.630Z Compiling winnow v0.5.40
21922026-06-10T21:58:26.689Z Compiling libbz2-rs-sys v0.2.2
21932026-06-10T21:58:26.821Z Compiling bitflags v1.3.2
21942026-06-10T21:58:26.860Z Compiling walkdir v2.5.0
21952026-06-10T21:58:26.892Z Compiling zopfli v0.8.3
21962026-06-10T21:58:26.927Z Compiling elliptic-curve v0.13.8
21972026-06-10T21:58:27.229Z Compiling bzip2 v0.6.1
21982026-06-10T21:58:27.409Z Compiling dof v0.3.0
21992026-06-10T21:58:27.441Z Compiling hashbrown v0.15.5
22002026-06-10T21:58:27.512Z Compiling hashbrown v0.16.1
22012026-06-10T21:58:27.974Z Compiling toml_edit v0.19.15
22022026-06-10T21:58:28.111Z Compiling cargo_metadata v0.23.1
22032026-06-10T21:58:28.186Z Compiling clap v4.6.1
22042026-06-10T21:58:28.259Z Compiling futures v0.3.32
22052026-06-10T21:58:28.295Z Compiling anstream v0.6.21
22062026-06-10T21:58:28.588Z Compiling snafu v0.8.9
22072026-06-10T21:58:28.754Z Compiling phf v0.13.1
22082026-06-10T21:58:28.928Z Compiling daft v0.1.7
22092026-06-10T21:58:28.956Z Compiling signal-hook-mio v0.2.5
22102026-06-10T21:58:29.101Z Compiling cookie_store v0.22.1
22112026-06-10T21:58:29.247Z Compiling zstd v0.13.3
22122026-06-10T21:58:29.365Z Compiling postgres-types v0.2.12
22132026-06-10T21:58:29.416Z Compiling bzip2 v0.4.4
22142026-06-10T21:58:29.464Z Compiling globset v0.4.18
22152026-06-10T21:58:29.464Z Compiling strum v0.27.2
22162026-06-10T21:58:29.475Z Compiling dtrace-parser v0.2.0
22172026-06-10T21:58:29.599Z Compiling hubpack v0.1.2
22182026-06-10T21:58:29.617Z Compiling ed25519 v2.2.3
22192026-06-10T21:58:29.677Z Compiling phf_shared v0.11.3
22202026-06-10T21:58:29.730Z Compiling olpc-cjson v0.1.4
22212026-06-10T21:58:29.770Z Compiling pkcs1 v0.7.5
22222026-06-10T21:58:29.870Z Compiling pem v3.0.6
22232026-06-10T21:58:29.934Z Compiling serde_plain v1.0.2
22242026-06-10T21:58:30.000Z Compiling serde-big-array v0.5.1
22252026-06-10T21:58:30.060Z Compiling rfc6979 v0.4.0
22262026-06-10T21:58:30.106Z Compiling float-cmp v0.10.0
22272026-06-10T21:58:30.120Z Compiling env_filter v1.0.0
22282026-06-10T21:58:30.168Z Compiling memmap2 v0.9.10
22292026-06-10T21:58:30.208Z Compiling thread-id v4.2.2
22302026-06-10T21:58:30.246Z Compiling toml_write v0.1.2
22312026-06-10T21:58:30.290Z Compiling normalize-line-endings v0.3.0
22322026-06-10T21:58:30.330Z Compiling new_debug_unreachable v1.0.6
22332026-06-10T21:58:30.330Z Compiling jiff v0.2.21
22342026-06-10T21:58:30.352Z Compiling either v1.15.0
22352026-06-10T21:58:30.369Z Compiling whoami v2.1.0
22362026-06-10T21:58:30.396Z Compiling static_assertions v1.1.0
22372026-06-10T21:58:30.426Z Compiling fixedbitset v0.5.7
22382026-06-10T21:58:30.442Z Compiling predicates-core v1.0.10
22392026-06-10T21:58:30.467Z Compiling difflib v0.4.0
22402026-06-10T21:58:30.496Z Compiling data-encoding v2.10.0
22412026-06-10T21:58:30.522Z Compiling keccak v0.1.6
22422026-06-10T21:58:30.579Z Compiling precomputed-hash v0.1.1
22432026-06-10T21:58:30.619Z Compiling typed-path v0.9.3
22442026-06-10T21:58:30.671Z Compiling fixedbitset v0.4.2
22452026-06-10T21:58:30.720Z Compiling sha3 v0.10.8
22462026-06-10T21:58:30.738Z Compiling predicates v3.1.4
22472026-06-10T21:58:30.748Z Compiling string_cache v0.8.9
22482026-06-10T21:58:30.906Z Compiling petgraph v0.6.5
22492026-06-10T21:58:30.932Z Compiling hickory-proto v0.25.2
22502026-06-10T21:58:30.978Z Compiling petgraph v0.8.3
22512026-06-10T21:58:31.048Z Compiling tokio-postgres v0.7.16
22522026-06-10T21:58:31.109Z Compiling itertools v0.13.0
22532026-06-10T21:58:31.307Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22542026-06-10T21:58:31.926Z Compiling toml_edit v0.22.27
22552026-06-10T21:58:32.461Z Compiling usdt v0.6.0
22562026-06-10T21:58:32.465Z Compiling env_logger v0.11.9
22572026-06-10T21:58:32.768Z Compiling ecdsa v0.16.9
22582026-06-10T21:58:32.914Z Compiling zip v4.6.1
22592026-06-10T21:58:33.189Z Compiling rsa v0.9.10
22602026-06-10T21:58:33.623Z Compiling ed25519-dalek v2.2.0
22612026-06-10T21:58:33.890Z Compiling zip v0.6.6
22622026-06-10T21:58:34.036Z Compiling toml v0.7.8
22632026-06-10T21:58:34.097Z Compiling crossterm v0.28.1
22642026-06-10T21:58:34.168Z Compiling iddqd v0.4.2
22652026-06-10T21:58:34.284Z Compiling crossbeam-epoch v0.9.18
22662026-06-10T21:58:34.403Z Compiling toml_parser v1.0.9+spec-1.1.0
22672026-06-10T21:58:34.616Z Compiling serde_with v3.17.0
22682026-06-10T21:58:34.632Z Compiling similar v2.7.0
22692026-06-10T21:58:34.633Z Compiling strum v0.26.3
22702026-06-10T21:58:34.789Z Compiling tokio-stream v0.1.18
22712026-06-10T21:58:34.972Z Compiling buf-list v1.1.2
22722026-06-10T21:58:35.274Z Compiling x509-cert v0.2.5
22732026-06-10T21:58:35.313Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22742026-06-10T21:58:35.337Z Compiling openapiv3 v2.2.0
22752026-06-10T21:58:35.346Z Compiling sha1 v0.10.6
22762026-06-10T21:58:35.388Z Compiling structmeta-derive v0.3.0
22772026-06-10T21:58:35.624Z Compiling radium v0.7.0
22782026-06-10T21:58:35.747Z Compiling lalrpop-util v0.19.12
22792026-06-10T21:58:35.927Z Compiling peg-runtime v0.8.5
22802026-06-10T21:58:36.566Z Compiling structmeta v0.3.0
22812026-06-10T21:58:37.674Z Compiling maybe-uninit v2.0.0
22822026-06-10T21:58:38.058Z Compiling tap v1.0.1
22832026-06-10T21:58:38.058Z Compiling wyz v0.5.1
22842026-06-10T21:58:38.960Z Compiling packed_struct v0.10.1
22852026-06-10T21:58:39.248Z Compiling funty v2.0.0
22862026-06-10T21:58:39.732Z Compiling bitvec v1.0.1
22872026-06-10T21:58:42.088Z Compiling packed_struct_codegen v0.10.1
22882026-06-10T21:58:42.384Z Compiling bitfield-macros v0.19.4
22892026-06-10T21:58:42.460Z Compiling zerocopy-derive v0.6.6
22902026-06-10T21:58:42.935Z Compiling indexmap v1.9.3
22912026-06-10T21:58:46.438Z Compiling typeid v1.0.3
22922026-06-10T21:58:46.521Z Compiling nodrop v0.1.14
22932026-06-10T21:58:46.521Z Compiling crc-catalog v2.4.0
22942026-06-10T21:58:46.521Z Compiling array-init v0.0.4
22952026-06-10T21:58:46.521Z Compiling crc v3.4.0
22962026-06-10T21:58:46.521Z Compiling zerocopy v0.6.6
22972026-06-10T21:58:46.522Z Compiling bitfield v0.19.4
22982026-06-10T21:58:46.522Z Compiling smallvec v0.6.14
22992026-06-10T21:58:46.522Z Compiling derive-ex v0.1.8
23002026-06-10T21:58:46.578Z Compiling base64 v0.21.7
23012026-06-10T21:58:46.769Z Compiling erased-serde v0.4.9
23022026-06-10T21:58:47.086Z Compiling hashbrown v0.12.3
23032026-06-10T21:58:47.244Z Compiling rustls v0.22.4
23042026-06-10T21:58:48.342Z Compiling rustls-webpki v0.103.9
23052026-06-10T21:58:48.434Z Compiling ron v0.8.1
23062026-06-10T21:58:50.122Z Compiling test-strategy v0.4.5
23072026-06-10T21:58:50.156Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23082026-06-10T21:58:50.773Z Compiling serde-hex v0.1.0
23092026-06-10T21:58:51.483Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23102026-06-10T21:58:51.884Z Compiling toml v0.8.23
23112026-06-10T21:58:52.347Z Compiling tokio-rustls v0.26.4
23122026-06-10T21:58:52.635Z Compiling hyper-rustls v0.27.7
23132026-06-10T21:58:52.729Z Compiling rustls-platform-verifier v0.6.2
23142026-06-10T21:58:52.900Z Compiling reqwest v0.12.28
23152026-06-10T21:58:52.907Z Compiling reqwest v0.13.2
23162026-06-10T21:58:53.000Z Compiling hashbrown v0.13.2
23172026-06-10T21:58:53.031Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23182026-06-10T21:58:53.275Z Compiling rustls-webpki v0.102.8
23192026-06-10T21:58:53.415Z Compiling filetime v0.2.27
23202026-06-10T21:58:53.614Z Compiling multer v3.1.0
23212026-06-10T21:58:53.659Z Compiling thread_local v1.1.9
23222026-06-10T21:58:53.723Z Compiling match_cfg v0.1.0
23232026-06-10T21:58:53.732Z Compiling crc-any v2.5.0
23242026-06-10T21:58:53.800Z Compiling rayon-core v1.13.0
23252026-06-10T21:58:53.817Z Compiling xattr v1.6.1
23262026-06-10T21:58:53.832Z Compiling slog-async v2.8.0
23272026-06-10T21:58:54.015Z Compiling compression-core v0.4.31
23282026-06-10T21:58:54.074Z Compiling tar v0.4.45
23292026-06-10T21:58:54.145Z Compiling compression-codecs v0.4.37
23302026-06-10T21:58:54.186Z Compiling hostname v0.3.1
23312026-06-10T21:58:54.249Z Compiling object v0.30.4
23322026-06-10T21:58:54.284Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23332026-06-10T21:58:54.371Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23342026-06-10T21:58:54.506Z Compiling tough v0.22.0
23352026-06-10T21:58:54.523Z Compiling crossbeam-channel v0.5.15
23362026-06-10T21:58:54.998Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23372026-06-10T21:58:55.041Z Compiling slog-json v2.6.1
23382026-06-10T21:58:55.138Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23392026-06-10T21:58:55.249Z Compiling async-stream-impl v0.3.6
23402026-06-10T21:58:55.321Z Compiling ordered-float v2.10.1
23412026-06-10T21:58:55.561Z Compiling serde_spanned v1.0.4
23422026-06-10T21:58:55.624Z Compiling toml_datetime v1.0.0+spec-1.1.0
23432026-06-10T21:58:55.666Z Compiling serde_path_to_error v0.1.20
23442026-06-10T21:58:55.756Z Compiling is-terminal v0.4.17
23452026-06-10T21:58:55.791Z Compiling fs-err v2.11.0
23462026-06-10T21:58:55.823Z Compiling dropshot v0.17.0
23472026-06-10T21:58:55.880Z Compiling path-slash v0.1.5
23482026-06-10T21:58:55.999Z Compiling term v1.2.1
23492026-06-10T21:58:56.048Z Compiling toml_writer v1.0.6+spec-1.1.0
23502026-06-10T21:58:56.069Z Compiling take_mut v0.2.2
23512026-06-10T21:58:56.101Z Compiling debug-ignore v1.0.5
23522026-06-10T21:58:56.234Z Compiling async-stream v0.3.6
23532026-06-10T21:58:56.253Z Compiling toml v1.0.6+spec-1.1.0
23542026-06-10T21:58:56.343Z Compiling tokio-rustls v0.25.0
23552026-06-10T21:58:56.359Z Compiling slog-term v2.9.2
23562026-06-10T21:58:56.377Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23572026-06-10T21:58:56.458Z Compiling serde-value v0.7.0
23582026-06-10T21:58:56.639Z Compiling slog-bunyan v2.5.0
23592026-06-10T21:58:56.684Z Compiling serde-untagged v0.1.9
23602026-06-10T21:58:56.684Z Compiling async-compression v0.4.41
23612026-06-10T21:58:56.958Z Compiling atomicwrites v0.4.4
23622026-06-10T21:58:57.114Z Compiling crossbeam-deque v0.8.6
23632026-06-10T21:58:57.183Z Compiling parse-display-derive v0.10.0
23642026-06-10T21:58:57.276Z Compiling camino-tempfile v1.4.1
23652026-06-10T21:58:57.365Z Compiling dropshot_endpoint v0.17.0
23662026-06-10T21:58:57.461Z Compiling newtype-uuid-macros v0.1.0
23672026-06-10T21:58:57.475Z Compiling waitgroup v0.1.2
23682026-06-10T21:58:57.637Z Compiling backon v1.6.0
23692026-06-10T21:58:57.659Z Compiling half v2.7.1
23702026-06-10T21:58:57.676Z Compiling rustls-pemfile v2.2.0
23712026-06-10T21:58:57.861Z Compiling blake3 v1.8.3
23722026-06-10T21:58:57.913Z Compiling hostname v0.4.2
23732026-06-10T21:58:57.944Z Compiling instant v0.1.13
23742026-06-10T21:58:57.999Z Compiling unicode-xid v0.2.6
23752026-06-10T21:58:58.037Z Compiling ciborium-io v0.2.2
23762026-06-10T21:58:58.094Z Compiling backoff v0.4.0
23772026-06-10T21:58:58.153Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23782026-06-10T21:58:58.170Z Compiling cargo-util-schemas v0.8.2
23792026-06-10T21:58:58.198Z Compiling ciborium-ll v0.2.2
23802026-06-10T21:58:58.217Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23812026-06-10T21:58:58.338Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23822026-06-10T21:58:58.497Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23832026-06-10T21:58:58.702Z Compiling parse-display v0.10.0
23842026-06-10T21:58:58.760Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23852026-06-10T21:58:58.891Z Compiling regress v0.10.5
23862026-06-10T21:58:58.934Z Compiling itertools v0.14.0
23872026-06-10T21:58:59.040Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23882026-06-10T21:58:59.053Z Compiling macaddr v1.0.1
23892026-06-10T21:58:59.370Z Compiling cargo-platform v0.2.0
23902026-06-10T21:58:59.587Z Compiling arrayref v0.3.9
23912026-06-10T21:58:59.623Z Compiling humantime v2.3.0
23922026-06-10T21:58:59.681Z Compiling indent_write v2.2.0
23932026-06-10T21:58:59.718Z Compiling constant_time_eq v0.4.2
23942026-06-10T21:58:59.919Z Compiling arrayvec v0.7.6
23952026-06-10T21:58:59.936Z Compiling parse-size v1.1.0
23962026-06-10T21:58:59.948Z Compiling cargo_metadata v0.21.0
23972026-06-10T21:58:59.973Z Compiling ciborium v0.2.2
23982026-06-10T21:59:00.122Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23992026-06-10T21:59:00.137Z Compiling display-error-chain v0.2.2
24002026-06-10T21:59:00.305Z Compiling topological-sort v0.2.2
24012026-06-10T21:59:00.404Z Compiling shell-words v1.1.1
24022026-06-10T21:59:00.540Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24032026-06-10T21:59:10.821Z Compiling progenitor-client v0.10.0
24042026-06-10T21:59:10.821Z Compiling omicron-zone-package v0.12.2
24052026-06-10T21:59:10.899Z Compiling progenitor-client v0.14.0
24062026-06-10T21:59:11.344Z Compiling progenitor-extras v0.2.0
24072026-06-10T21:59:13.500Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24082026-06-10T21:59:13.534Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24092026-06-10T21:59:13.562Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24102026-06-10T21:59:13.814Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24112026-06-10T21:59:17.983Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24122026-06-10T21:59:21.213Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24132026-06-10T21:59:29.156Z Finished `release` profile [optimized] target(s) in 1m 32s
24142026-06-10T21:59:29.305Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24152026-06-10T21:59:29.366ZJun 10 21:59:27.980 DEBG changing working directory to /work/oxidecomputer/omicron
24162026-06-10T21:59:29.458ZJun 10 21:59:28.073 DEBG running: git rev-parse HEAD
24172026-06-10T21:59:29.477ZJun 10 21:59:28.075 DEBG process exited with exit status: 0 (2.514571ms)
24182026-06-10T21:59:29.477ZJun 10 21:59:28.075 INFO version: 20.0.0-0.ci+gitf4ceffacdb5
24192026-06-10T21:59:29.488ZJun 10 21:59:28.084 INFO cloning helios to /work/oxidecomputer/helios
24202026-06-10T21:59:29.488ZJun 10 21:59:28.084 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24212026-06-10T21:59:29.488ZCloning into '/work/oxidecomputer/helios'...
24222026-06-10T21:59:29.933ZJun 10 21:59:28.554 DEBG process exited with exit status: 0 (470.442452ms)
24232026-06-10T21:59:29.933ZJun 10 21:59:28.554 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24242026-06-10T21:59:29.937ZJun 10 21:59:28.556 DEBG process exited with exit status: 0 (2.311361ms)
24252026-06-10T21:59:29.937ZJun 10 21:59:28.556 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24262026-06-10T21:59:30.260ZJun 10 21:59:28.880 DEBG process exited with exit status: 0 (324.202378ms)
24272026-06-10T21:59:30.260ZJun 10 21:59:28.880 DEBG running: zfs list rpool/images/build/host
24282026-06-10T21:59:30.264ZNAME USED AVAIL REFER MOUNTPOINT
24292026-06-10T21:59:30.264Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24302026-06-10T21:59:30.268ZJun 10 21:59:28.885 DEBG process exited with exit status: 0 (4.414852ms)
24312026-06-10T21:59:30.268ZJun 10 21:59:28.885 DEBG running: zfs list rpool/images/build/recovery
24322026-06-10T21:59:30.268ZNAME USED AVAIL REFER MOUNTPOINT
24332026-06-10T21:59:30.268Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24342026-06-10T21:59:30.269ZJun 10 21:59:28.888 DEBG process exited with exit status: 0 (3.400781ms)
24352026-06-10T21:59:30.272ZJun 10 21:59:28.889 INFO [hubris-production] running task
24362026-06-10T21:59:30.272ZJun 10 21:59:28.889 INFO [hubris-staging] running task
24372026-06-10T21:59:30.272ZJun 10 21:59:28.889 INFO [incorp-manifest] running task
24382026-06-10T21:59:30.272ZJun 10 21:59:28.889 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24392026-06-10T21:59:30.273ZJun 10 21:59:28.889 INFO [incorp-create] running: pkgrepo create /work/incorporation
24402026-06-10T21:59:30.273ZJun 10 21:59:28.891 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24412026-06-10T21:59:30.273ZJun 10 21:59:28.891 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
24422026-06-10T21:59:30.311Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24432026-06-10T21:59:30.513ZJun 10 21:59:29.130 INFO [incorp-create] process exited with exit status: 0 (240.051548ms)
24442026-06-10T21:59:30.517ZJun 10 21:59:29.130 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24452026-06-10T21:59:30.731ZJun 10 21:59:29.351 INFO [incorp-publisher] process exited with exit status: 0 (221.401251ms)
24462026-06-10T21:59:30.761Z[ omicron-package] Blocking waiting for file lock on package cache
24472026-06-10T21:59:31.313ZJun 10 21:59:29.933 INFO [hubris-production] task succeeded (1.044541873s)
24482026-06-10T21:59:31.319Z[ omicron-package] Blocking waiting for file lock on package cache
24492026-06-10T21:59:31.337ZJun 10 21:59:29.957 DEBG process exited with exit status: 0 (1.067786951s)
24502026-06-10T21:59:31.341ZJun 10 21:59:29.957 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24512026-06-10T21:59:32.035ZJun 10 21:59:30.656 DEBG process exited with exit status: 0 (698.641906ms)
24522026-06-10T21:59:32.040ZJun 10 21:59:30.657 INFO [incorp-manifest] task succeeded (1.767986558s)
24532026-06-10T21:59:32.040ZJun 10 21:59:30.657 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24542026-06-10T21:59:32.170Z[ omicron-package] Compiling ring v0.17.14
24552026-06-10T21:59:32.246ZJun 10 21:59:30.867 INFO [incorp-fmt] process exited with exit status: 0 (209.788976ms)
24562026-06-10T21:59:32.250ZJun 10 21:59:30.867 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24572026-06-10T21:59:32.411Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24582026-06-10T21:59:32.411Z[ omicron-package] Compiling itertools v0.14.0
24592026-06-10T21:59:32.420Z[ omicron-package] Compiling secrecy v0.10.3
24602026-06-10T21:59:32.420Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24612026-06-10T21:59:32.420Z[ omicron-package] Compiling heapless v0.8.0
24622026-06-10T21:59:32.420Z[ omicron-package] Compiling hash32 v0.3.1
24632026-06-10T21:59:32.584Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260610T215931Z
24642026-06-10T21:59:32.584Z[ incorp-pkgsend] PUBLISHED
24652026-06-10T21:59:32.624Z[ omicron-package] Compiling smoltcp v0.11.0
24662026-06-10T21:59:32.624Z[ omicron-package] Compiling unicode-width v0.2.0
24672026-06-10T21:59:32.638ZJun 10 21:59:31.257 INFO [incorp-pkgsend] process exited with exit status: 0 (389.490733ms)
24682026-06-10T21:59:32.642ZJun 10 21:59:31.257 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24692026-06-10T21:59:32.706Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24702026-06-10T21:59:32.935Z[ helios-incorp] Retrieving packages for publisher helios ...
24712026-06-10T21:59:32.956Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24722026-06-10T21:59:32.964Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24732026-06-10T21:59:32.987Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24742026-06-10T21:59:32.987Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24752026-06-10T21:59:32.991Z[ helios-incorp]
24762026-06-10T21:59:32.997Z[ helios-incorp] Archiving packages ...
24772026-06-10T21:59:32.997Z[ helios-incorp] Packages to add: 1
24782026-06-10T21:59:32.997Z[ helios-incorp] Files to retrieve: 0
24792026-06-10T21:59:33.042Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24802026-06-10T21:59:33.052Z[ helios-incorp] Estimated transfer size: 0.00 B
24812026-06-10T21:59:33.066Z[ helios-incorp]
24822026-06-10T21:59:33.066Z[ helios-incorp] Packages to archive:
24832026-06-10T21:59:33.066Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260610T215931Z
24842026-06-10T21:59:33.066Z[ helios-incorp]
24852026-06-10T21:59:33.066Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24862026-06-10T21:59:33.066Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24872026-06-10T21:59:33.079ZJun 10 21:59:31.696 INFO [helios-incorp] process exited with exit status: 0 (438.746621ms)
24882026-06-10T21:59:33.138Z[ omicron-package] Compiling cobs v0.3.0
24892026-06-10T21:59:33.138Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24902026-06-10T21:59:33.138Z[ omicron-package] Compiling universal-hash v0.5.1
24912026-06-10T21:59:33.368Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24922026-06-10T21:59:33.599Z[ omicron-package] Compiling convert_case v0.4.0
24932026-06-10T21:59:33.672Z[ omicron-package] Compiling opaque-debug v0.3.1
24942026-06-10T21:59:33.672Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24952026-06-10T21:59:33.745Z[ omicron-package] Compiling postcard v1.1.3
24962026-06-10T21:59:33.772Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24972026-06-10T21:59:33.775Z[ omicron-package] Compiling password-hash v0.5.0
24982026-06-10T21:59:33.775Z[ omicron-package] Compiling chacha20 v0.9.1
24992026-06-10T21:59:33.815Z[ omicron-package] Compiling poly1305 v0.8.0
25002026-06-10T21:59:34.073Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25012026-06-10T21:59:34.079Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25022026-06-10T21:59:34.083Z[ omicron-package] Compiling derive_more v0.99.20
25032026-06-10T21:59:34.356Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25042026-06-10T21:59:34.408Z[ omicron-package] Compiling ingot-macros v0.1.1
25052026-06-10T21:59:34.426Z[ omicron-package] Compiling blake2 v0.10.6
25062026-06-10T21:59:34.429Z[ omicron-package] Compiling aead v0.5.2
25072026-06-10T21:59:34.444Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25082026-06-10T21:59:34.464Z[ omicron-package] Compiling proc-macro-error v1.0.4
25092026-06-10T21:59:34.464Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25102026-06-10T21:59:34.586Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25112026-06-10T21:59:34.623Z[ omicron-package] Compiling num_enum_derive v0.7.6
25122026-06-10T21:59:34.773Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25132026-06-10T21:59:34.867Z[ omicron-package] Compiling cpufeatures v0.3.0
25142026-06-10T21:59:34.952Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25152026-06-10T21:59:35.095Z[ omicron-package] Compiling chacha20 v0.10.0
25162026-06-10T21:59:35.099Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25172026-06-10T21:59:35.125Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25182026-06-10T21:59:35.160Z[ omicron-package] Compiling argon2 v0.5.3
25192026-06-10T21:59:35.254Z[ omicron-package] Compiling vsss-rs v3.3.4
25202026-06-10T21:59:35.258Z[ omicron-package] Compiling num_enum_derive v0.5.11
25212026-06-10T21:59:35.510Z[ omicron-package] Compiling tabwriter v1.4.1
25222026-06-10T21:59:35.566Z[ omicron-package] Compiling foreign-types v0.5.0
25232026-06-10T21:59:35.610Z[ omicron-package] Compiling byte-wrapper v0.1.0
25242026-06-10T21:59:35.666Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25252026-06-10T21:59:35.685Z[ omicron-package] Compiling cstr-argument v0.1.2
25262026-06-10T21:59:35.752Z[ omicron-package] Compiling num_enum v0.7.6
25272026-06-10T21:59:35.771Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25282026-06-10T21:59:35.903Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25292026-06-10T21:59:35.935Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25302026-06-10T21:59:35.965Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-06-10T21:59:36.204Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25322026-06-10T21:59:36.312Z[ omicron-package] Compiling rand v0.10.0
25332026-06-10T21:59:36.363Z[ omicron-package] Compiling rustls v0.23.37
25342026-06-10T21:59:36.382Z[ omicron-package] Compiling rayon v1.11.0
25352026-06-10T21:59:36.382Z[ omicron-package] Compiling num_enum v0.5.11
25362026-06-10T21:59:36.420Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25372026-06-10T21:59:36.429Z[ omicron-package] Compiling colored v3.1.1
25382026-06-10T21:59:36.429Z[ omicron-package] Compiling libefi-sys v0.1.0
25392026-06-10T21:59:36.507Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25402026-06-10T21:59:36.567Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25412026-06-10T21:59:36.675Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25422026-06-10T21:59:36.686Z[ omicron-package] Compiling itertools v0.12.1
25432026-06-10T21:59:36.706Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25442026-06-10T21:59:36.787Z[ omicron-package] Compiling usdt-macro v0.5.0
25452026-06-10T21:59:36.852Z[ omicron-package] Compiling sigpipe v0.1.3
25462026-06-10T21:59:36.931Z[ omicron-package] Compiling memmap v0.7.0
25472026-06-10T21:59:37.197Z[ omicron-package] Compiling bitfield-struct v0.6.2
25482026-06-10T21:59:37.218Z[ omicron-package] Compiling num-derive v0.4.2
25492026-06-10T21:59:37.288Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25502026-06-10T21:59:37.291Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25512026-06-10T21:59:37.406Z[ omicron-package] Compiling ingot-types v0.1.2
25522026-06-10T21:59:37.436Z[ omicron-package] Compiling swrite v0.1.0
25532026-06-10T21:59:37.440Z[ omicron-package] Compiling glob v0.3.3
25542026-06-10T21:59:37.637Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25552026-06-10T21:59:37.659Z[ omicron-package] Compiling rustls-webpki v0.103.9
25562026-06-10T21:59:37.695Z[ omicron-package] Compiling usdt v0.5.0
25572026-06-10T21:59:37.971Z[ omicron-package] Compiling ingot v0.1.1
25582026-06-10T21:59:38.004Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-06-10T21:59:38.051Z[ omicron-package] Compiling smf v0.2.3
25602026-06-10T21:59:38.056Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25612026-06-10T21:59:38.056Z[ omicron-package] Compiling whoami v1.6.1
25622026-06-10T21:59:38.210Z[ omicron-package] Compiling zone v0.3.1
25632026-06-10T21:59:38.343Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25642026-06-10T21:59:38.410Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25652026-06-10T21:59:38.410Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25662026-06-10T21:59:38.435Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25672026-06-10T21:59:38.523Z[ omicron-package] Compiling console v0.16.2
25682026-06-10T21:59:38.580Z[ omicron-package] Compiling gethostname v0.5.0
25692026-06-10T21:59:38.624Z[ omicron-package] Compiling unit-prefix v0.5.2
25702026-06-10T21:59:38.657Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25712026-06-10T21:59:38.865Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25722026-06-10T21:59:39.026Z[ omicron-package] Compiling indicatif v0.18.4
25732026-06-10T21:59:39.937Z[ omicron-package] Compiling rustls v0.22.4
25742026-06-10T21:59:40.069Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25752026-06-10T21:59:41.129Z[ omicron-package] Compiling rustls-webpki v0.102.8
25762026-06-10T21:59:41.443Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25772026-06-10T21:59:41.471Z[ omicron-package] Compiling tokio-rustls v0.26.4
25782026-06-10T21:59:41.471Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25792026-06-10T21:59:41.734Z[ omicron-package] Compiling hyper-rustls v0.27.7
25802026-06-10T21:59:41.985Z[ omicron-package] Compiling reqwest v0.12.28
25812026-06-10T21:59:41.985Z[ omicron-package] Compiling reqwest v0.13.2
25822026-06-10T21:59:42.747Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25832026-06-10T21:59:43.422Z[ omicron-package] Compiling tough v0.22.0
25842026-06-10T21:59:43.614Z[ omicron-package] Compiling tokio-rustls v0.25.0
25852026-06-10T21:59:43.892Z[ omicron-package] Compiling dropshot v0.17.0
25862026-06-10T21:59:44.710ZJun 10 21:59:43.331 INFO [hubris-staging] task succeeded (14.442079536s)
25872026-06-10T21:59:46.291Z[ helios-setup] Jun 10 21:59:44.911 INFO helios repository root is: /work/oxidecomputer/helios
25882026-06-10T21:59:46.295Z[ helios-setup] Jun 10 21:59:44.912 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
25892026-06-10T21:59:46.295Z[ helios-setup] Jun 10 21:59:44.912 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25902026-06-10T21:59:46.295Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25912026-06-10T21:59:46.752Z[ helios-setup] Jun 10 21:59:45.370 INFO clone ok!, project: phbl
25922026-06-10T21:59:46.756Z[ helios-setup] Jun 10 21:59:45.370 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25932026-06-10T21:59:46.756Z[ helios-setup] Jun 10 21:59:45.370 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25942026-06-10T21:59:46.756Z[ helios-setup] Jun 10 21:59:45.370 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
25952026-06-10T21:59:46.756Z[ helios-setup] Jun 10 21:59:45.370 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25962026-06-10T21:59:46.756Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25972026-06-10T21:59:46.842Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25982026-06-10T21:59:47.230Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25992026-06-10T21:59:47.238Z[ helios-setup] Jun 10 21:59:45.815 INFO clone ok!, project: pinprick
26002026-06-10T21:59:47.238Z[ helios-setup] Jun 10 21:59:45.815 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26012026-06-10T21:59:47.238Z[ helios-setup] Jun 10 21:59:45.815 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
26022026-06-10T21:59:47.238Z[ helios-setup] Jun 10 21:59:45.815 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26032026-06-10T21:59:47.238Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26042026-06-10T21:59:47.582Z[ omicron-package] Compiling progenitor-client v0.14.0
26052026-06-10T21:59:47.711Z[ omicron-package] Compiling progenitor-client v0.10.0
26062026-06-10T21:59:47.758Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26072026-06-10T21:59:47.840Z[ omicron-package] Compiling progenitor-extras v0.2.0
26082026-06-10T21:59:48.119Z[ helios-setup] Jun 10 21:59:46.738 INFO clone ok!, project: chelsio-t6-roms
26092026-06-10T21:59:48.122Z[ helios-setup] Jun 10 21:59:46.739 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
26102026-06-10T21:59:48.122Z[ helios-setup] Jun 10 21:59:46.739 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26112026-06-10T21:59:48.122Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26122026-06-10T21:59:49.035Z[ helios-setup] Jun 10 21:59:47.656 INFO clone ok!, project: dmar-report
26132026-06-10T21:59:49.036Z[ helios-setup] Jun 10 21:59:47.656 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
26142026-06-10T21:59:49.039Z[ helios-setup] Jun 10 21:59:47.656 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
26152026-06-10T21:59:49.039Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26162026-06-10T21:59:49.930Z[ helios-setup] Jun 10 21:59:48.550 INFO clone ok!, project: amd-host-image-builder
26172026-06-10T21:59:49.930Z[ helios-setup] Jun 10 21:59:48.551 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
26182026-06-10T21:59:49.933Z[ helios-setup] Jun 10 21:59:48.551 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26192026-06-10T21:59:49.934Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26202026-06-10T21:59:50.262Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26212026-06-10T21:59:50.262Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26222026-06-10T21:59:50.299Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26232026-06-10T21:59:50.616Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26242026-06-10T21:59:50.935Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26252026-06-10T21:59:51.246Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26262026-06-10T21:59:51.303Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26272026-06-10T21:59:51.374Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26282026-06-10T21:59:51.390Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26292026-06-10T21:59:55.357Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26302026-06-10T21:59:57.021Z[ helios-setup] Jun 10 21:59:55.642 INFO clone ok!, project: amd-firmware
26312026-06-10T21:59:57.025Z[ helios-setup] Jun 10 21:59:55.642 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
26322026-06-10T21:59:57.025Z[ helios-setup] Jun 10 21:59:55.642 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26332026-06-10T21:59:57.025Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26342026-06-10T21:59:57.493Z[ helios-setup] Jun 10 21:59:56.113 INFO clone ok!, project: bootserver
26352026-06-10T21:59:57.493Z[ helios-setup] Jun 10 21:59:56.113 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
26362026-06-10T21:59:57.493Z[ helios-setup] Jun 10 21:59:56.113 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26372026-06-10T21:59:57.496Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26382026-06-10T21:59:57.957Z[ helios-setup] Jun 10 21:59:56.577 INFO clone ok!, project: image-builder
26392026-06-10T21:59:57.961Z[ helios-setup] Jun 10 21:59:56.577 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
26402026-06-10T21:59:57.961Z[ helios-setup] Jun 10 21:59:56.577 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26412026-06-10T21:59:57.961Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26422026-06-10T21:59:58.768Z[ helios-setup] Jun 10 21:59:57.387 INFO clone ok!, project: pilot
26432026-06-10T21:59:58.768Z[ helios-setup] Jun 10 21:59:57.387 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26442026-06-10T21:59:58.977Z[ helios-setup] Jun 10 21:59:57.598 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26452026-06-10T21:59:59.191Z[ helios-setup] Jun 10 21:59:57.811 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26462026-06-10T21:59:59.191Z[ helios-setup] Jun 10 21:59:57.811 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26472026-06-10T21:59:59.403Z[ helios-setup] Jun 10 21:59:58.024 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26482026-06-10T21:59:59.618Z[ helios-setup] Jun 10 21:59:58.238 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26492026-06-10T21:59:59.618Z[ helios-setup] Jun 10 21:59:58.238 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26502026-06-10T21:59:59.827Z[ helios-setup] Jun 10 21:59:58.448 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26512026-06-10T22:00:00.046Z[ helios-setup] Jun 10 21:59:58.666 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26522026-06-10T22:00:00.046Z[ helios-setup] Jun 10 21:59:58.666 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26532026-06-10T22:00:00.074Z[ helios-setup] Jun 10 21:59:58.666 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26542026-06-10T22:00:00.074Z[ helios-setup] Jun 10 21:59:58.666 INFO ok!
26552026-06-10T22:00:00.074Z[ helios-setup] Jun 10 21:59:58.666 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26562026-06-10T22:00:00.074Z[ helios-setup] Jun 10 21:59:58.666 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26572026-06-10T22:00:00.074Z[ helios-setup] Jun 10 21:59:58.667 INFO ok!
26582026-06-10T22:00:00.074Z[ helios-setup] Jun 10 21:59:58.667 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26592026-06-10T22:00:00.074Z[ helios-setup] Jun 10 21:59:58.667 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26602026-06-10T22:00:00.074Z[ helios-setup] Jun 10 21:59:58.667 INFO ok!
26612026-06-10T22:00:00.074Z[ helios-setup] Jun 10 21:59:58.667 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26622026-06-10T22:00:00.081Z[ helios-setup] Jun 10 21:59:58.675 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
26632026-06-10T22:00:00.081Z[ helios-setup] Jun 10 21:59:58.675 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26642026-06-10T22:00:00.081Z[ helios-setup] Jun 10 21:59:58.675 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26652026-06-10T22:00:00.180Z[ helios-setup] Jun 10 21:59:58.778 INFO E| Downloading crates ...
26662026-06-10T22:00:00.265Z[ helios-setup] Jun 10 21:59:58.831 INFO E| Downloaded adler2 v2.0.0
26672026-06-10T22:00:00.269Z[ helios-setup] Jun 10 21:59:58.841 INFO E| Downloaded miniz_oxide v0.8.8
26682026-06-10T22:00:00.269Z[ helios-setup] Jun 10 21:59:58.864 INFO E| Compiling adler2 v2.0.0
26692026-06-10T22:00:00.317Z[ helios-setup] Jun 10 21:59:58.928 INFO E| Compiling miniz_oxide v0.8.8
26702026-06-10T22:00:01.087Z[ helios-setup] Jun 10 21:59:59.707 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26712026-06-10T22:00:01.462Z[ helios-setup] Jun 10 22:00:00.082 INFO E| Finished `release` profile [optimized] target(s) in 1.39s
26722026-06-10T22:00:01.469Z[ helios-setup] Jun 10 22:00:00.089 INFO building project "pinprick" ok (1 seconds)
26732026-06-10T22:00:01.469Z[ helios-setup] Jun 10 22:00:00.089 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26742026-06-10T22:00:01.476Z[ helios-setup] Jun 10 22:00:00.096 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
26752026-06-10T22:00:01.480Z[ helios-setup] Jun 10 22:00:00.096 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26762026-06-10T22:00:01.480Z[ helios-setup] Jun 10 22:00:00.096 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26772026-06-10T22:00:01.564Z[ helios-setup] Jun 10 22:00:00.185 INFO E| Updating crates.io index
26782026-06-10T22:00:01.672Z[ helios-setup] Jun 10 22:00:00.275 INFO E| Downloading crates ...
26792026-06-10T22:00:01.733Z[ helios-setup] Jun 10 22:00:00.330 INFO E| Downloaded deranged v0.4.0
26802026-06-10T22:00:01.736Z[ helios-setup] Jun 10 22:00:00.336 INFO E| Downloaded thiserror v2.0.12
26812026-06-10T22:00:01.736Z[ helios-setup] Jun 10 22:00:00.348 INFO E| Downloaded getrandom v0.3.3
26822026-06-10T22:00:01.736Z[ helios-setup] Jun 10 22:00:00.350 INFO E| Downloaded itoa v1.0.15
26832026-06-10T22:00:01.743Z[ helios-setup] Jun 10 22:00:00.361 INFO E| Downloaded thiserror-impl v2.0.12
26842026-06-10T22:00:01.775Z[ helios-setup] Jun 10 22:00:00.371 INFO E| Downloaded serde_derive v1.0.219
26852026-06-10T22:00:01.780Z[ helios-setup] Jun 10 22:00:00.378 INFO E| Downloaded anyhow v1.0.98
26862026-06-10T22:00:01.780Z[ helios-setup] Jun 10 22:00:00.381 INFO E| Downloaded serde_with_macros v3.12.0
26872026-06-10T22:00:01.780Z[ helios-setup] Jun 10 22:00:00.382 INFO E| Downloaded time-core v0.1.4
26882026-06-10T22:00:01.782Z[ helios-setup] Jun 10 22:00:00.402 INFO E| Downloaded indexmap v2.9.0
26892026-06-10T22:00:01.786Z[ helios-setup] Jun 10 22:00:00.405 INFO E| Downloaded quote v1.0.40
26902026-06-10T22:00:01.825Z[ helios-setup] Jun 10 22:00:00.423 INFO E| Downloaded errno v0.3.12
26912026-06-10T22:00:01.832Z[ helios-setup] Jun 10 22:00:00.430 INFO E| Downloaded unicode-ident v1.0.18
26922026-06-10T22:00:01.832Z[ helios-setup] Jun 10 22:00:00.433 INFO E| Downloaded serde v1.0.219
26932026-06-10T22:00:01.832Z[ helios-setup] Jun 10 22:00:00.437 INFO E| Downloaded bitflags v2.9.1
26942026-06-10T22:00:01.832Z[ helios-setup] Jun 10 22:00:00.440 INFO E| Downloaded tempfile v3.20.0
26952026-06-10T22:00:01.832Z[ helios-setup] Jun 10 22:00:00.442 INFO E| Downloaded time-macros v0.2.22
26962026-06-10T22:00:01.832Z[ helios-setup] Jun 10 22:00:00.446 INFO E| Downloaded iana-time-zone v0.1.63
26972026-06-10T22:00:01.832Z[ helios-setup] Jun 10 22:00:00.447 INFO E| Downloaded autocfg v1.4.0
26982026-06-10T22:00:01.837Z[ helios-setup] Jun 10 22:00:00.458 INFO E| Downloaded serde_with v3.12.0
26992026-06-10T22:00:01.845Z[ helios-setup] Jun 10 22:00:00.466 INFO E| Downloaded ryu v1.0.20
27002026-06-10T22:00:01.848Z[ helios-setup] Jun 10 22:00:00.468 INFO E| Downloaded proc-macro2 v1.0.95
27012026-06-10T22:00:01.887Z[ helios-setup] Jun 10 22:00:00.480 INFO E| Downloaded memchr v2.7.4
27022026-06-10T22:00:01.891Z[ helios-setup] Jun 10 22:00:00.485 INFO E| Downloaded time v0.3.41
27032026-06-10T22:00:01.892Z[ helios-setup] Jun 10 22:00:00.497 INFO E| Downloaded hashbrown v0.15.3
27042026-06-10T22:00:01.892Z[ helios-setup] Jun 10 22:00:00.509 INFO E| Downloaded serde_json v1.0.140
27052026-06-10T22:00:01.930Z[ helios-setup] Jun 10 22:00:00.535 INFO E| Downloaded chrono v0.4.41
27062026-06-10T22:00:01.935Z[ helios-setup] Jun 10 22:00:00.556 INFO E| Downloaded syn v2.0.101
27072026-06-10T22:00:01.941Z[ helios-setup] Jun 10 22:00:00.562 INFO E| Downloaded rustix v1.0.7
27082026-06-10T22:00:01.985Z[ helios-setup] Jun 10 22:00:00.597 INFO E| Downloaded libc v0.2.172
27092026-06-10T22:00:02.021Z[ helios-setup] Jun 10 22:00:00.642 INFO E| Compiling proc-macro2 v1.0.95
27102026-06-10T22:00:02.021Z[ helios-setup] Jun 10 22:00:00.642 INFO E| Compiling unicode-ident v1.0.18
27112026-06-10T22:00:02.024Z[ helios-setup] Jun 10 22:00:00.642 INFO E| Compiling libc v0.2.172
27122026-06-10T22:00:02.024Z[ helios-setup] Jun 10 22:00:00.642 INFO E| Compiling fnv v1.0.7
27132026-06-10T22:00:02.024Z[ helios-setup] Jun 10 22:00:00.642 INFO E| Compiling ident_case v1.0.1
27142026-06-10T22:00:02.024Z[ helios-setup] Jun 10 22:00:00.642 INFO E| Compiling strsim v0.11.1
27152026-06-10T22:00:02.024Z[ helios-setup] Jun 10 22:00:00.642 INFO E| Compiling serde v1.0.219
27162026-06-10T22:00:02.024Z[ helios-setup] Jun 10 22:00:00.642 INFO E| Compiling rustix v1.0.7
27172026-06-10T22:00:02.024Z[ helios-setup] Jun 10 22:00:00.642 INFO E| Compiling getrandom v0.3.3
27182026-06-10T22:00:02.058Z[ helios-setup] Jun 10 22:00:00.656 INFO E| Compiling anyhow v1.0.98
27192026-06-10T22:00:02.062Z[ helios-setup] Jun 10 22:00:00.656 INFO E| Compiling bitflags v2.9.1
27202026-06-10T22:00:02.062Z[ helios-setup] Jun 10 22:00:00.656 INFO E| Compiling cfg-if v1.0.0
27212026-06-10T22:00:02.062Z[ helios-setup] Jun 10 22:00:00.656 INFO E| Compiling thiserror v2.0.12
27222026-06-10T22:00:02.062Z[ helios-setup] Jun 10 22:00:00.656 INFO E| Compiling serde_json v1.0.140
27232026-06-10T22:00:02.062Z[ helios-setup] Jun 10 22:00:00.656 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27242026-06-10T22:00:02.062Z[ helios-setup] Jun 10 22:00:00.656 INFO E| Compiling memchr v2.7.4
27252026-06-10T22:00:02.149Z[ helios-setup] Jun 10 22:00:00.769 INFO E| Compiling ryu v1.0.20
27262026-06-10T22:00:02.180Z[ helios-setup] Jun 10 22:00:00.779 INFO E| Compiling itoa v1.0.15
27272026-06-10T22:00:02.180Z[ helios-setup] Jun 10 22:00:00.779 INFO E| Compiling fastrand v2.3.0
27282026-06-10T22:00:02.191Z[ helios-setup] Jun 10 22:00:00.812 INFO E| Compiling once_cell v1.21.3
27292026-06-10T22:00:02.656Z[ helios-setup] Jun 10 22:00:01.277 INFO E| Compiling errno v0.3.12
27302026-06-10T22:00:02.902Z[ helios-setup] Jun 10 22:00:01.512 INFO E| Compiling quote v1.0.40
27312026-06-10T22:00:03.048Z[ helios-setup] Jun 10 22:00:01.665 INFO E| Compiling syn v2.0.101
27322026-06-10T22:00:03.322Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27332026-06-10T22:00:03.393Z[ helios-setup] Jun 10 22:00:02.014 INFO E| Compiling tempfile v3.20.0
27342026-06-10T22:00:05.117Z[ helios-setup] Jun 10 22:00:03.738 INFO E| Compiling darling_core v0.20.11
27352026-06-10T22:00:05.524Z[ helios-setup] Jun 10 22:00:04.145 INFO E| Compiling serde_derive v1.0.219
27362026-06-10T22:00:05.524Z[ helios-setup] Jun 10 22:00:04.145 INFO E| Compiling thiserror-impl v2.0.12
27372026-06-10T22:00:06.721Z[ helios-setup] Jun 10 22:00:05.342 INFO E| Compiling darling_macro v0.20.11
27382026-06-10T22:00:06.817Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27392026-06-10T22:00:07.280Z[ helios-setup] Jun 10 22:00:05.883 INFO E| Compiling darling v0.20.11
27402026-06-10T22:00:07.340Z[ helios-setup] Jun 10 22:00:05.960 INFO E| Compiling serde_with_macros v3.12.0
27412026-06-10T22:00:07.899Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27422026-06-10T22:00:09.819Z[ helios-setup] Jun 10 22:00:08.439 INFO E| Compiling serde_with v3.12.0
27432026-06-10T22:00:12.594Z[ helios-setup] Jun 10 22:00:11.211 INFO E| Finished `release` profile [optimized] target(s) in 11.10s
27442026-06-10T22:00:12.612Z[ helios-setup] Jun 10 22:00:11.233 INFO building project "dmar-report" ok (11 seconds)
27452026-06-10T22:00:12.612Z[ helios-setup] Jun 10 22:00:11.233 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27462026-06-10T22:00:12.655Z[ helios-setup] Jun 10 22:00:11.260 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')"
27472026-06-10T22:00:12.656Z[ helios-setup] Jun 10 22:00:11.260 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27482026-06-10T22:00:12.656Z[ helios-setup] Jun 10 22:00:11.260 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27492026-06-10T22:00:12.753Z[ helios-setup] Jun 10 22:00:11.364 INFO E| Updating crates.io index
27502026-06-10T22:00:12.804Z[ helios-setup] Jun 10 22:00:11.410 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27512026-06-10T22:00:13.193Z[ helios-setup] Jun 10 22:00:11.812 INFO E| From https://github.com/oxidecomputer/amd-apcb
27522026-06-10T22:00:13.193Z[ helios-setup] Jun 10 22:00:11.812 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27532026-06-10T22:00:13.203Z[ helios-setup] Jun 10 22:00:11.824 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27542026-06-10T22:00:13.551Z[ helios-setup] Jun 10 22:00:12.161 INFO E| From https://github.com/oxidecomputer/amd-efs
27552026-06-10T22:00:13.551Z[ helios-setup] Jun 10 22:00:12.161 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27562026-06-10T22:00:13.667Z[ helios-setup] Jun 10 22:00:12.288 INFO E| Downloading crates ...
27572026-06-10T22:00:13.723Z[ helios-setup] Jun 10 22:00:12.344 INFO E| Downloaded rustversion v1.0.20
27582026-06-10T22:00:13.767Z[ helios-setup] Jun 10 22:00:12.358 INFO E| Downloaded goblin v0.9.3
27592026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.362 INFO E| Downloaded fletcher v1.0.0
27602026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.362 INFO E| Downloaded bytesize v2.0.1
27612026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.363 INFO E| Downloaded unic-char-range v0.9.0
27622026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.364 INFO E| Downloaded structopt-derive v0.4.18
27632026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.365 INFO E| Downloaded pest_generator v2.8.0
27642026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.365 INFO E| Downloaded strum_macros v0.27.1
27652026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.369 INFO E| Downloaded modular-bitfield-impl v0.13.1
27662026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.371 INFO E| Downloaded unic-ucd-version v0.9.0
27672026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.371 INFO E| Downloaded modular-bitfield v0.11.2
27682026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.378 INFO E| Downloaded dyn-clone v1.0.19
27692026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.385 INFO E| Downloaded textwrap v0.11.0
27702026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.386 INFO E| Downloaded parse_int v0.9.0
27712026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.386 INFO E| Downloaded strum v0.27.1
27722026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.388 INFO E| Downloaded log v0.4.27
27732026-06-10T22:00:13.771Z[ helios-setup] Jun 10 22:00:12.390 INFO E| Downloaded ansi_term v0.12.1
27742026-06-10T22:00:13.775Z[ helios-setup] Jun 10 22:00:12.395 INFO E| Downloaded heck v0.3.3
27752026-06-10T22:00:13.778Z[ helios-setup] Jun 10 22:00:12.397 INFO E| Downloaded strsim v0.8.0
27762026-06-10T22:00:13.778Z[ helios-setup] Jun 10 22:00:12.399 INFO E| Downloaded pest_meta v2.8.0
27772026-06-10T22:00:13.783Z[ helios-setup] Jun 10 22:00:12.403 INFO E| Downloaded unic-ucd-ident v0.9.0
27782026-06-10T22:00:13.789Z[ helios-setup] Jun 10 22:00:12.404 INFO E| Downloaded vec_map v0.8.2
27792026-06-10T22:00:13.793Z[ helios-setup] Jun 10 22:00:12.409 INFO E| Downloaded modular-bitfield v0.13.1
27802026-06-10T22:00:13.796Z[ helios-setup] Jun 10 22:00:12.413 INFO E| Downloaded unic-common v0.9.0
27812026-06-10T22:00:13.796Z[ helios-setup] Jun 10 22:00:12.414 INFO E| Downloaded modular-bitfield-impl v0.11.2
27822026-06-10T22:00:13.796Z[ helios-setup] Jun 10 22:00:12.414 INFO E| Downloaded unic-char-property v0.9.0
27832026-06-10T22:00:13.796Z[ helios-setup] Jun 10 22:00:12.415 INFO E| Downloaded four-cc v0.4.0
27842026-06-10T22:00:13.796Z[ helios-setup] Jun 10 22:00:12.416 INFO E| Downloaded typenum v1.18.0
27852026-06-10T22:00:13.802Z[ helios-setup] Jun 10 22:00:12.423 INFO E| Downloaded structopt v0.3.26
27862026-06-10T22:00:13.806Z[ helios-setup] Jun 10 22:00:12.427 INFO E| Downloaded pest_derive v2.8.0
27872026-06-10T22:00:13.809Z[ helios-setup] Jun 10 22:00:12.428 INFO E| Downloaded pest v2.8.0
27882026-06-10T22:00:13.817Z[ helios-setup] Jun 10 22:00:12.438 INFO E| Downloaded zerocopy v0.8.25
27892026-06-10T22:00:13.832Z[ helios-setup] Jun 10 22:00:12.452 INFO E| Downloaded zerocopy-derive v0.8.25
27902026-06-10T22:00:13.835Z[ helios-setup] Jun 10 22:00:12.456 INFO E| Downloaded clap v2.34.0
27912026-06-10T22:00:13.876Z[ helios-setup] Jun 10 22:00:12.497 INFO E| Compiling proc-macro2 v1.0.95
27922026-06-10T22:00:13.876Z[ helios-setup] Jun 10 22:00:12.497 INFO E| Compiling unicode-ident v1.0.18
27932026-06-10T22:00:13.876Z[ helios-setup] Jun 10 22:00:12.497 INFO E| Compiling memchr v2.7.4
27942026-06-10T22:00:13.876Z[ helios-setup] Jun 10 22:00:12.497 INFO E| Compiling autocfg v1.4.0
27952026-06-10T22:00:13.879Z[ helios-setup] Jun 10 22:00:12.497 INFO E| Compiling thiserror v2.0.12
27962026-06-10T22:00:13.879Z[ helios-setup] Jun 10 22:00:12.497 INFO E| Compiling syn v1.0.109
27972026-06-10T22:00:13.879Z[ helios-setup] Jun 10 22:00:12.497 INFO E| Compiling serde v1.0.219
27982026-06-10T22:00:13.879Z[ helios-setup] Jun 10 22:00:12.497 INFO E| Compiling version_check v0.9.5
27992026-06-10T22:00:13.879Z[ helios-setup] Jun 10 22:00:12.497 INFO E| Compiling serde_json v1.0.140
28002026-06-10T22:00:13.879Z[ helios-setup] Jun 10 22:00:12.497 INFO E| Compiling itoa v1.0.15
28012026-06-10T22:00:13.939Z[ helios-setup] Jun 10 22:00:12.521 INFO E| Compiling schemars v0.8.22
28022026-06-10T22:00:13.944Z[ helios-setup] Jun 10 22:00:12.521 INFO E| Compiling ryu v1.0.20
28032026-06-10T22:00:13.944Z[ helios-setup] Jun 10 22:00:12.522 INFO E| Compiling dyn-clone v1.0.19
28042026-06-10T22:00:13.945Z[ helios-setup] Jun 10 22:00:12.522 INFO E| Compiling rustversion v1.0.20
28052026-06-10T22:00:13.945Z[ helios-setup] Jun 10 22:00:12.522 INFO E| Compiling libc v0.2.172
28062026-06-10T22:00:13.945Z[ helios-setup] Jun 10 22:00:12.522 INFO E| Compiling ucd-trie v0.1.7
28072026-06-10T22:00:14.041Z[ helios-setup] Jun 10 22:00:12.662 INFO E| Compiling zerocopy v0.8.25
28082026-06-10T22:00:14.059Z[ helios-setup] Jun 10 22:00:12.680 INFO E| Compiling paste v1.0.15
28092026-06-10T22:00:14.086Z[ helios-setup] Jun 10 22:00:12.707 INFO E| Compiling static_assertions v1.1.0
28102026-06-10T22:00:14.126Z[ helios-setup] Jun 10 22:00:12.741 INFO E| Compiling once_cell v1.21.3
28112026-06-10T22:00:14.170Z[ helios-setup] Jun 10 22:00:12.791 INFO E| Compiling unicode-width v0.1.14
28122026-06-10T22:00:14.194Z[ helios-setup] Jun 10 22:00:12.814 INFO E| Compiling heck v0.5.0
28132026-06-10T22:00:14.207Z[ helios-setup] Jun 10 22:00:12.828 INFO E| Compiling proc-macro-error-attr v1.0.4
28142026-06-10T22:00:14.218Z[ helios-setup] Jun 10 22:00:12.838 INFO E| Compiling proc-macro-error v1.0.4
28152026-06-10T22:00:14.233Z[ helios-setup] Jun 10 22:00:12.853 INFO E| Compiling unicode-segmentation v1.12.0
28162026-06-10T22:00:14.266Z[ helios-setup] Jun 10 22:00:12.886 INFO E| Compiling num-traits v0.2.19
28172026-06-10T22:00:14.300Z[ helios-setup] Jun 10 22:00:12.921 INFO E| Compiling memoffset v0.9.1
28182026-06-10T22:00:14.427Z[ helios-setup] Jun 10 22:00:13.047 INFO E| Compiling textwrap v0.11.0
28192026-06-10T22:00:14.440Z[ helios-setup] Jun 10 22:00:13.061 INFO E| Compiling ansi_term v0.12.1
28202026-06-10T22:00:14.475Z[ helios-setup] Jun 10 22:00:13.091 INFO E| Compiling vec_map v0.8.2
28212026-06-10T22:00:14.506Z[ helios-setup] Jun 10 22:00:13.123 INFO E| Compiling byteorder v1.5.0
28222026-06-10T22:00:14.512Z[ helios-setup] Jun 10 22:00:13.128 INFO E| Compiling strsim v0.8.0
28232026-06-10T22:00:14.528Z[ helios-setup] Jun 10 22:00:13.135 INFO E| Compiling strum v0.27.1
28242026-06-10T22:00:14.538Z[ helios-setup] Jun 10 22:00:13.140 INFO E| Compiling unic-char-range v0.9.0
28252026-06-10T22:00:14.617Z[ helios-setup] Jun 10 22:00:13.238 INFO E| Compiling fletcher v1.0.0
28262026-06-10T22:00:14.648Z[ helios-setup] Jun 10 22:00:13.269 INFO E| Compiling bitflags v1.3.2
28272026-06-10T22:00:14.653Z[ helios-setup] Jun 10 22:00:13.274 INFO E| Compiling heck v0.3.3
28282026-06-10T22:00:14.662Z[ helios-setup] Jun 10 22:00:13.283 INFO E| Compiling unic-common v0.9.0
28292026-06-10T22:00:14.694Z[ helios-setup] Jun 10 22:00:13.311 INFO E| Compiling unic-char-property v0.9.0
28302026-06-10T22:00:14.725Z[ helios-setup] Jun 10 22:00:13.344 INFO E| Compiling atty v0.2.14
28312026-06-10T22:00:14.789Z[ helios-setup] Jun 10 22:00:13.407 INFO E| Compiling unic-ucd-version v0.9.0
28322026-06-10T22:00:14.812Z[ helios-setup] Jun 10 22:00:13.432 INFO E| Compiling clap v2.34.0
28332026-06-10T22:00:14.812Z[ helios-setup] Jun 10 22:00:13.432 INFO E| Compiling plain v0.2.3
28342026-06-10T22:00:14.825Z[ helios-setup] Jun 10 22:00:13.445 INFO E| Compiling log v0.4.27
28352026-06-10T22:00:14.825Z[ helios-setup] Jun 10 22:00:13.445 INFO E| Compiling lazy_static v1.5.0
28362026-06-10T22:00:14.830Z[ helios-setup] Jun 10 22:00:13.450 INFO E| Compiling bytesize v2.0.1
28372026-06-10T22:00:14.840Z[ helios-setup] Jun 10 22:00:13.461 INFO E| Compiling unic-ucd-ident v0.9.0
28382026-06-10T22:00:14.906Z[ helios-setup] Jun 10 22:00:13.527 INFO E| Compiling quote v1.0.40
28392026-06-10T22:00:15.127Z[ helios-setup] Jun 10 22:00:13.720 INFO E| Compiling syn v2.0.101
28402026-06-10T22:00:15.392Z[ helios-setup] Jun 10 22:00:14.013 INFO E| Compiling parse_int v0.9.0
28412026-06-10T22:00:17.229Z[ helios-setup] Jun 10 22:00:15.849 INFO E| Compiling modular-bitfield-impl v0.11.2
28422026-06-10T22:00:17.229Z[ helios-setup] Jun 10 22:00:15.849 INFO E| Compiling structopt-derive v0.4.18
28432026-06-10T22:00:17.368Z[ helios-setup] Jun 10 22:00:15.989 INFO E| Compiling serde_derive_internals v0.29.1
28442026-06-10T22:00:17.753Z[ helios-setup] Jun 10 22:00:16.373 INFO E| Compiling thiserror-impl v2.0.12
28452026-06-10T22:00:17.753Z[ helios-setup] Jun 10 22:00:16.373 INFO E| Compiling serde_derive v1.0.219
28462026-06-10T22:00:17.753Z[ helios-setup] Jun 10 22:00:16.373 INFO E| Compiling zerocopy-derive v0.8.25
28472026-06-10T22:00:17.756Z[ helios-setup] Jun 10 22:00:16.373 INFO E| Compiling num-derive v0.4.2
28482026-06-10T22:00:17.756Z[ helios-setup] Jun 10 22:00:16.373 INFO E| Compiling modular-bitfield-impl v0.13.1
28492026-06-10T22:00:17.756Z[ helios-setup] Jun 10 22:00:16.374 INFO E| Compiling strum_macros v0.27.1
28502026-06-10T22:00:17.756Z[ helios-setup] Jun 10 22:00:16.374 INFO E| Compiling scroll_derive v0.12.1
28512026-06-10T22:00:17.866Z[ helios-setup] Jun 10 22:00:16.487 INFO E| Compiling schemars_derive v0.8.22
28522026-06-10T22:00:18.097Z[ helios-setup] Jun 10 22:00:16.717 INFO E| Compiling modular-bitfield v0.11.2
28532026-06-10T22:00:18.109Z[ helios-setup] Jun 10 22:00:16.730 INFO E| Compiling structopt v0.3.26
28542026-06-10T22:00:18.334Z[ omicron-package] Finished `release` profile [optimized] target(s) in 48.05s
28552026-06-10T22:00:18.399Z[ helios-setup] Jun 10 22:00:17.019 INFO E| Compiling scroll v0.12.0
28562026-06-10T22:00:18.604Z[ helios-setup] Jun 10 22:00:17.224 INFO E| Compiling goblin v0.9.3
28572026-06-10T22:00:18.611Z[ omicron-package]
28582026-06-10T22:00:18.611Z[ omicron-package] real 48.246945178
28592026-06-10T22:00:18.614Z[ omicron-package] user 5:28.996977901
28602026-06-10T22:00:18.614Z[ omicron-package] sys 29.551258197
28612026-06-10T22:00:18.614Z[ omicron-package] trap 0.458408351
28622026-06-10T22:00:18.614Z[ omicron-package] tflt 1.042691348
28632026-06-10T22:00:18.614Z[ omicron-package] dflt 2.994793223
28642026-06-10T22:00:18.614Z[ omicron-package] kflt 0.000181050
28652026-06-10T22:00:18.614Z[ omicron-package] lock 12:22.595858625
28662026-06-10T22:00:18.614Z[ omicron-package] slp 7:12.680932637
28672026-06-10T22:00:18.614Z[ omicron-package] lat 43.741075795
28682026-06-10T22:00:18.614Z[ omicron-package] stop 1:14.040856697
28692026-06-10T22:00:18.614ZJun 10 22:00:17.233 INFO [omicron-package] process exited with exit status: 0 (48.341444793s)
28702026-06-10T22:00:18.614ZJun 10 22:00:17.233 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28712026-06-10T22:00:18.614ZJun 10 22:00:17.233 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28722026-06-10T22:00:18.624Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28732026-06-10T22:00:18.624Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28742026-06-10T22:00:18.627Z[ host-target] Created new build target 'host' and set it as active
28752026-06-10T22:00:18.627Z[ recovery-target] Created new build target 'recovery' and set it as active
28762026-06-10T22:00:18.630ZJun 10 22:00:17.250 INFO [host-target] process exited with exit status: 0 (17.371887ms)
28772026-06-10T22:00:18.630ZJun 10 22:00:17.250 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28782026-06-10T22:00:18.633ZJun 10 22:00:17.252 INFO [recovery-target] process exited with exit status: 0 (19.098027ms)
28792026-06-10T22:00:18.638Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28802026-06-10T22:00:18.731Z[ helios-setup] Jun 10 22:00:17.352 INFO E| Compiling modular-bitfield v0.13.1
28812026-06-10T22:00:18.829Z[ helios-setup] Jun 10 22:00:17.449 INFO E| Compiling pest v2.8.0
28822026-06-10T22:00:19.812Z[ helios-setup] Jun 10 22:00:18.432 INFO E| Compiling pest_meta v2.8.0
28832026-06-10T22:00:20.238Z[ host-package] Compiling ring v0.17.14
28842026-06-10T22:00:20.305Z[ helios-setup] Jun 10 22:00:18.924 INFO E| Compiling pest_generator v2.8.0
28852026-06-10T22:00:20.546Z[ host-package] Compiling heck v0.5.0
28862026-06-10T22:00:20.549Z[ host-package] Compiling regress v0.11.1
28872026-06-10T22:00:20.601Z[ host-package] Compiling unsafe-libyaml v0.2.11
28882026-06-10T22:00:20.650Z[ host-package] Compiling atomicwrites v0.4.4
28892026-06-10T22:00:20.678Z[ host-package] Compiling regress v0.10.5
28902026-06-10T22:00:20.681Z[ host-package] Compiling is-terminal v0.4.17
28912026-06-10T22:00:20.723Z[ host-package] Compiling unicode-width v0.1.14
28922026-06-10T22:00:20.726Z[ host-package] Compiling prettyplease v0.2.37
28932026-06-10T22:00:20.726Z[ host-package] Compiling bytecount v0.6.9
28942026-06-10T22:00:20.726Z[ host-package] Compiling derive-where v1.6.0
28952026-06-10T22:00:20.773Z[ host-package] Compiling thread_local v1.1.9
28962026-06-10T22:00:20.776Z[ host-package] Compiling match_cfg v0.1.0
28972026-06-10T22:00:20.776Z[ host-package] Compiling compression-core v0.4.31
28982026-06-10T22:00:20.782Z[ helios-setup] Jun 10 22:00:19.402 INFO E| Compiling pest_derive v2.8.0
28992026-06-10T22:00:20.982Z[ host-package] Compiling hostname v0.3.1
29002026-06-10T22:00:21.048Z[ host-package] Compiling multer v3.1.0
29012026-06-10T22:00:21.157Z[ host-package] Compiling compression-codecs v0.4.37
29022026-06-10T22:00:21.207Z[ host-package] Compiling slog-async v2.8.0
29032026-06-10T22:00:21.241Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29042026-06-10T22:00:21.245Z[ host-package] Compiling crossbeam-channel v0.5.15
29052026-06-10T22:00:21.287Z[ host-package] Compiling slog-json v2.6.1
29062026-06-10T22:00:21.290Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
29072026-06-10T22:00:21.337Z[ host-package] Compiling serde_spanned v1.0.4
29082026-06-10T22:00:21.337Z[ host-package] Compiling take_mut v0.2.2
29092026-06-10T22:00:21.363Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
29102026-06-10T22:00:21.437Z[ host-package] Compiling term v1.2.1
29112026-06-10T22:00:21.446Z[ host-package] Compiling async-compression v0.4.41
29122026-06-10T22:00:21.526Z[ host-package] Compiling slog-bunyan v2.5.0
29132026-06-10T22:00:21.570Z[ helios-setup] Jun 10 22:00:20.191 INFO E| Compiling json5 v0.4.1
29142026-06-10T22:00:21.573Z[ host-package] Compiling dropshot v0.17.0
29152026-06-10T22:00:21.577Z[ host-package] Compiling async-stream v0.3.6
29162026-06-10T22:00:21.713Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
29172026-06-10T22:00:21.741Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29182026-06-10T22:00:21.777Z[ host-package] Compiling num-rational v0.4.2
29192026-06-10T22:00:21.802Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
29202026-06-10T22:00:21.874Z[ host-package] Compiling slog-term v2.9.2
29212026-06-10T22:00:21.877Z[ host-package] Compiling waitgroup v0.1.2
29222026-06-10T22:00:21.988Z[ host-package] Compiling backon v1.6.0
29232026-06-10T22:00:22.044Z[ host-package] Compiling rustls-pemfile v2.2.0
29242026-06-10T22:00:22.087Z[ host-package] Compiling num-complex v0.4.6
29252026-06-10T22:00:22.087Z[ host-package] Compiling serde_path_to_error v0.1.20
29262026-06-10T22:00:22.091Z[ host-package] Compiling hostname v0.4.2
29272026-06-10T22:00:22.205Z[ host-package] Compiling typify-impl v0.6.2
29282026-06-10T22:00:22.316Z[ host-package] Compiling instant v0.1.13
29292026-06-10T22:00:22.364Z[ host-package] Compiling debug-ignore v1.0.5
29302026-06-10T22:00:22.461Z[ host-package] Compiling backoff v0.4.0
29312026-06-10T22:00:22.461Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
29322026-06-10T22:00:22.488Z[ host-package] Compiling parse-display v0.10.0
29332026-06-10T22:00:22.488Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29342026-06-10T22:00:22.644Z[ host-package] Compiling num v0.4.3
29352026-06-10T22:00:22.672Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
29362026-06-10T22:00:22.694Z[ host-package] Compiling macaddr v1.0.1
29372026-06-10T22:00:22.756Z[ host-package] Compiling float-ord v0.3.2
29382026-06-10T22:00:22.782Z[ host-package] Compiling humantime v2.3.0
29392026-06-10T22:00:22.907Z[ host-package] Compiling console v0.15.11
29402026-06-10T22:00:22.976Z[ host-package] Compiling newline-converter v0.3.0
29412026-06-10T22:00:23.005Z[ host-package] Compiling slog-dtrace v0.3.0
29422026-06-10T22:00:23.064Z[ host-package] Compiling resolv-conf v0.7.6
29432026-06-10T22:00:23.088Z[ host-package] Compiling cancel-safe-futures v0.1.5
29442026-06-10T22:00:23.101Z[ helios-setup] Jun 10 22:00:21.722 INFO E| Compiling four-cc v0.4.0
29452026-06-10T22:00:23.101Z[ helios-setup] Jun 10 22:00:21.722 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
29462026-06-10T22:00:23.130Z[ host-package] Compiling owo-colors v4.3.0
29472026-06-10T22:00:23.198Z[ host-package] Compiling toml v0.8.23
29482026-06-10T22:00:23.225Z[ helios-setup] Jun 10 22:00:21.840 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
29492026-06-10T22:00:23.395Z[ host-package] Compiling expectorate v1.2.0
29502026-06-10T22:00:23.400Z[ host-package] Compiling libsw-core v0.3.2
29512026-06-10T22:00:23.579Z[ host-package] Compiling linked-hash-map v0.5.6
29522026-06-10T22:00:23.604Z[ host-package] Compiling linear-map v1.2.0
29532026-06-10T22:00:23.734Z[ host-package] Compiling minimal-lexical v0.2.1
29542026-06-10T22:00:23.811Z[ host-package] Compiling libsw v3.5.0
29552026-06-10T22:00:23.847Z[ host-package] Compiling lru-cache v0.1.2
29562026-06-10T22:00:23.851Z[ host-package] Compiling hickory-proto v0.24.4
29572026-06-10T22:00:23.892Z[ host-package] Compiling unicode-xid v0.2.6
29582026-06-10T22:00:23.913Z[ host-package] Compiling convert_case v0.10.0
29592026-06-10T22:00:24.034Z[ host-package] Compiling nom v7.1.3
29602026-06-10T22:00:24.060Z[ host-package] Compiling papergrid v0.11.0
29612026-06-10T22:00:24.084Z[ host-package] Compiling tabled_derive v0.7.0
29622026-06-10T22:00:24.106Z[ host-package] Compiling termtree v0.5.1
29632026-06-10T22:00:24.149Z[ host-package] Compiling phf_shared v0.12.1
29642026-06-10T22:00:24.216Z[ host-package] Compiling vte v0.14.1
29652026-06-10T22:00:24.246Z[ host-package] Compiling derive_more-impl v2.1.1
29662026-06-10T22:00:24.302Z[ host-package] Compiling csv-core v0.1.13
29672026-06-10T22:00:24.327Z[ host-package] Compiling chrono-tz v0.10.4
29682026-06-10T22:00:24.401Z[ host-package] Compiling highway v1.3.0
29692026-06-10T22:00:24.490Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29702026-06-10T22:00:24.600Z[ host-package] Compiling rustls v0.23.37
29712026-06-10T22:00:24.634Z[ host-package] Compiling rustls v0.22.4
29722026-06-10T22:00:24.714Z[ host-package] Compiling csv v1.4.0
29732026-06-10T22:00:24.714Z[ host-package] Compiling phf v0.12.1
29742026-06-10T22:00:24.858Z[ host-package] Compiling const_format_proc_macros v0.2.34
29752026-06-10T22:00:25.010Z[ host-package] Compiling tabled v0.15.0
29762026-06-10T22:00:25.088Z[ host-package] Compiling fd-lock v4.0.4
29772026-06-10T22:00:25.171Z[ host-package] Compiling derive_more v2.1.1
29782026-06-10T22:00:25.174Z[ host-package] Compiling peg-macros v0.8.5
29792026-06-10T22:00:25.305Z[ host-package] Compiling crossterm v0.29.0
29802026-06-10T22:00:25.332Z[ host-package] Compiling nu-ansi-term v0.50.3
29812026-06-10T22:00:25.486Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29822026-06-10T22:00:25.648Z[ host-package] Compiling reedline v0.40.0
29832026-06-10T22:00:25.714Z[ host-package] Compiling const_format v0.2.35
29842026-06-10T22:00:25.750Z[ host-package] Compiling rustls-webpki v0.103.9
29852026-06-10T22:00:25.791Z[ host-package] Compiling rustls-webpki v0.102.8
29862026-06-10T22:00:25.865Z[ host-package] Compiling typify-macro v0.6.2
29872026-06-10T22:00:26.532Z[ host-package] Compiling hickory-resolver v0.24.4
29882026-06-10T22:00:26.574Z[ host-package] Compiling peg v0.8.5
29892026-06-10T22:00:26.631Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29902026-06-10T22:00:26.692Z[ host-package] Compiling bcs v0.1.6
29912026-06-10T22:00:27.218Z[ host-package] Compiling nom v8.0.0
29922026-06-10T22:00:27.547Z[ host-package] Compiling typify v0.6.2
29932026-06-10T22:00:27.731Z[ host-package] Compiling progenitor-impl v0.14.0
29942026-06-10T22:00:28.558Z[ host-package] Compiling tokio-rustls v0.25.0
29952026-06-10T22:00:29.467Z[ host-package] Compiling tokio-rustls v0.26.4
29962026-06-10T22:00:29.564Z[ host-package] Compiling rustls-platform-verifier v0.6.2
29972026-06-10T22:00:29.790Z[ host-package] Compiling hyper-rustls v0.27.7
29982026-06-10T22:00:30.052Z[ host-package] Compiling reqwest v0.13.2
29992026-06-10T22:00:30.185Z[ host-package] Compiling reqwest v0.12.28
30002026-06-10T22:00:31.333Z[ host-package] Compiling progenitor-macro v0.14.0
30012026-06-10T22:00:32.161Z[ host-package] Compiling tough v0.22.0
30022026-06-10T22:00:32.590Z[ host-package] Compiling progenitor-client v0.14.0
30032026-06-10T22:00:32.612Z[ host-package] Compiling progenitor-client v0.10.0
30042026-06-10T22:00:32.683Z[ host-package] Compiling qorb v0.4.1
30052026-06-10T22:00:32.804Z[ host-package] Compiling progenitor-extras v0.2.0
30062026-06-10T22:00:32.866Z[ host-package] Compiling semver v0.1.20
30072026-06-10T22:00:32.932Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
30082026-06-10T22:00:33.111Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
30092026-06-10T22:00:33.219Z[ host-package] Compiling rustc_version v0.1.7
30102026-06-10T22:00:33.310Z[ host-package] Compiling smawk v0.3.2
30112026-06-10T22:00:33.504Z[ host-package] Compiling newtype_derive v0.1.6
30122026-06-10T22:00:33.567Z[ host-package] Compiling unicode-linebreak v0.1.5
30132026-06-10T22:00:33.708Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30142026-06-10T22:00:33.762Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
30152026-06-10T22:00:33.889Z[ host-package] Compiling textwrap v0.16.2
30162026-06-10T22:00:33.959Z[ host-package] Compiling tagptr v0.2.0
30172026-06-10T22:00:34.078Z[ host-package] Compiling steno v0.4.1
30182026-06-10T22:00:34.256Z[ host-package] Compiling moka v0.12.13
30192026-06-10T22:00:34.396Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30202026-06-10T22:00:34.475Z[ host-package] Compiling utf-8 v0.7.6
30212026-06-10T22:00:35.307Z[ host-package] Compiling hickory-resolver v0.25.2
30222026-06-10T22:00:35.497Z[ host-package] Compiling tungstenite v0.21.0
30232026-06-10T22:00:35.525Z[ host-package] Compiling num-derive v0.3.3
30242026-06-10T22:00:36.025Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30252026-06-10T22:00:36.486Z[ host-package] Compiling tokio-tungstenite v0.21.0
30262026-06-10T22:00:36.570Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
30272026-06-10T22:00:36.689Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30282026-06-10T22:00:36.715Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30292026-06-10T22:00:36.903Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30302026-06-10T22:00:36.942Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30312026-06-10T22:00:37.057Z[ host-package] Compiling proc-macro-error2 v2.0.1
30322026-06-10T22:00:37.170Z[ helios-setup] Jun 10 22:00:35.790 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
30332026-06-10T22:00:37.266Z[ host-package] Compiling libscf-sys v1.1.0
30342026-06-10T22:00:37.322Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30352026-06-10T22:00:37.694Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
30362026-06-10T22:00:38.113Z[ host-package] Compiling progenitor v0.14.0
30372026-06-10T22:00:38.350Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
30382026-06-10T22:00:38.423Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30392026-06-10T22:00:38.569Z[ host-package] Compiling vergen-lib v0.1.6
30402026-06-10T22:00:38.901Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30412026-06-10T22:00:39.691Z[ host-package] Compiling tabled_derive v0.11.0
30422026-06-10T22:00:40.523Z[ helios-setup] Jun 10 22:00:39.142 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30432026-06-10T22:00:42.145Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30442026-06-10T22:00:42.225Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30452026-06-10T22:00:43.087Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30462026-06-10T22:00:43.348Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30472026-06-10T22:00:43.599Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30482026-06-10T22:00:43.642Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30492026-06-10T22:00:43.850Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30502026-06-10T22:00:43.886Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30512026-06-10T22:00:44.004Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30522026-06-10T22:00:44.025Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30532026-06-10T22:00:44.089Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30542026-06-10T22:00:46.012Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30552026-06-10T22:00:46.270Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30562026-06-10T22:00:46.655Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30572026-06-10T22:00:47.034Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30582026-06-10T22:00:47.287Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30592026-06-10T22:00:47.410Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30602026-06-10T22:00:48.852Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30612026-06-10T22:00:49.133Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30622026-06-10T22:00:50.123Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30632026-06-10T22:00:50.529Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30642026-06-10T22:00:50.606Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30652026-06-10T22:00:50.753Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30662026-06-10T22:00:51.994Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30672026-06-10T22:00:52.419Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30682026-06-10T22:00:52.539Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30692026-06-10T22:00:52.702Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30702026-06-10T22:00:52.705Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30712026-06-10T22:00:52.804Z[ host-package] Compiling papergrid v0.17.0
30722026-06-10T22:00:52.971Z[ host-package] Compiling testing_table v0.3.0
30732026-06-10T22:00:53.054Z[ helios-setup] Jun 10 22:00:51.658 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.37s
30742026-06-10T22:00:53.078Z[ helios-setup] Jun 10 22:00:51.698 INFO building project "amd-host-image-builder" ok (40 seconds)
30752026-06-10T22:00:53.078Z[ helios-setup] Jun 10 22:00:51.698 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
30762026-06-10T22:00:53.087Z[ helios-setup] Jun 10 22:00:51.707 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
30772026-06-10T22:00:53.087Z[ helios-setup] Jun 10 22:00:51.707 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30782026-06-10T22:00:53.091Z[ helios-setup] Jun 10 22:00:51.707 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30792026-06-10T22:00:53.200Z[ helios-setup] Jun 10 22:00:51.819 INFO E| Downloading crates ...
30802026-06-10T22:00:53.253Z[ helios-setup] Jun 10 22:00:51.873 INFO E| Downloaded cpufeatures v0.2.5
30812026-06-10T22:00:53.261Z[ helios-setup] Jun 10 22:00:51.881 INFO E| Downloaded typenum v1.15.0
30822026-06-10T22:00:53.267Z[ helios-setup] Jun 10 22:00:51.887 INFO E| Downloaded sha2 v0.10.5
30832026-06-10T22:00:53.273Z[ helios-setup] Jun 10 22:00:51.889 INFO E| Downloaded generic-array v0.14.6
30842026-06-10T22:00:53.276Z[ helios-setup] Jun 10 22:00:51.895 INFO E| Downloaded block-buffer v0.10.3
30852026-06-10T22:00:53.279Z[ helios-setup] Jun 10 22:00:51.896 INFO E| Downloaded unicode-width v0.1.10
30862026-06-10T22:00:53.279Z[ helios-setup] Jun 10 22:00:51.897 INFO E| Downloaded digest v0.10.3
30872026-06-10T22:00:53.283Z[ helios-setup] Jun 10 22:00:51.903 INFO E| Downloaded anyhow v1.0.62
30882026-06-10T22:00:53.286Z[ helios-setup] Jun 10 22:00:51.906 INFO E| Downloaded miniz_oxide v0.6.2
30892026-06-10T22:00:53.289Z[ helios-setup] Jun 10 22:00:51.908 INFO E| Downloaded bytes v1.2.1
30902026-06-10T22:00:53.290Z[ helios-setup] Jun 10 22:00:51.910 INFO E| Downloaded flate2 v1.0.25
30912026-06-10T22:00:53.364Z[ helios-setup] Jun 10 22:00:51.984 INFO E| Compiling typenum v1.15.0
30922026-06-10T22:00:53.368Z[ helios-setup] Jun 10 22:00:51.984 INFO E| Compiling version_check v0.9.4
30932026-06-10T22:00:53.368Z[ helios-setup] Jun 10 22:00:51.984 INFO E| Compiling cfg-if v1.0.0
30942026-06-10T22:00:53.368Z[ helios-setup] Jun 10 22:00:51.984 INFO E| Compiling crc32fast v1.3.2
30952026-06-10T22:00:53.368Z[ helios-setup] Jun 10 22:00:51.984 INFO E| Compiling anyhow v1.0.62
30962026-06-10T22:00:53.369Z[ helios-setup] Jun 10 22:00:51.984 INFO E| Compiling adler v1.0.2
30972026-06-10T22:00:53.369Z[ helios-setup] Jun 10 22:00:51.984 INFO E| Compiling cpufeatures v0.2.5
30982026-06-10T22:00:53.369Z[ helios-setup] Jun 10 22:00:51.984 INFO E| Compiling unicode-width v0.1.10
30992026-06-10T22:00:53.369Z[ helios-setup] Jun 10 22:00:51.984 INFO E| Compiling bytes v1.2.1
31002026-06-10T22:00:53.369Z[ helios-setup] Jun 10 22:00:51.984 INFO E| Compiling bitflags v1.3.2
31012026-06-10T22:00:53.454Z[ host-package] Compiling vergen-gitcl v1.0.8
31022026-06-10T22:00:53.556Z[ helios-setup] Jun 10 22:00:52.176 INFO E| Compiling getopts v0.2.21
31032026-06-10T22:00:53.597Z[ helios-setup] Jun 10 22:00:52.215 INFO E| Compiling miniz_oxide v0.6.2
31042026-06-10T22:00:53.872Z[ host-package] Compiling dirs-sys-next v0.1.2
31052026-06-10T22:00:53.876Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31062026-06-10T22:00:53.879Z[ helios-setup] Jun 10 22:00:52.496 INFO E| Compiling generic-array v0.14.6
31072026-06-10T22:00:54.145Z[ host-package] Compiling diesel_derives v2.3.7
31082026-06-10T22:00:54.213Z[ helios-setup] Jun 10 22:00:52.833 INFO E| Compiling flate2 v1.0.25
31092026-06-10T22:00:54.230Z[ host-package] Compiling crunchy v0.2.4
31102026-06-10T22:00:54.377Z[ host-package] Compiling glob v0.3.3
31112026-06-10T22:00:54.683Z[ host-package] Compiling maplit v1.0.2
31122026-06-10T22:00:54.911Z[ host-package] Compiling tabled v0.20.0
31132026-06-10T22:00:55.106Z[ host-package] Compiling dirs-next v2.0.0
31142026-06-10T22:00:55.179Z[ host-package] Compiling clang-sys v1.8.1
31152026-06-10T22:00:55.242Z[ helios-setup] Jun 10 22:00:53.863 INFO E| Compiling crypto-common v0.1.6
31162026-06-10T22:00:55.249Z[ helios-setup] Jun 10 22:00:53.863 INFO E| Compiling block-buffer v0.10.3
31172026-06-10T22:00:55.388Z[ helios-setup] Jun 10 22:00:54.008 INFO E| Compiling digest v0.10.3
31182026-06-10T22:00:55.573Z[ helios-setup] Jun 10 22:00:54.194 INFO E| Compiling sha2 v0.10.5
31192026-06-10T22:00:55.603Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
31202026-06-10T22:00:55.662Z[ host-package] Compiling scheduled-thread-pool v0.2.7
31212026-06-10T22:00:55.814Z[ helios-setup] Jun 10 22:00:54.434 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31222026-06-10T22:00:55.852Z[ host-package] Compiling dsl_auto_type v0.2.0
31232026-06-10T22:00:56.278Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
31242026-06-10T22:00:56.327Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
31252026-06-10T22:00:56.455Z[ host-package] Compiling tiny-keccak v2.0.2
31262026-06-10T22:00:56.606Z[ host-package] Compiling r2d2 v0.8.10
31272026-06-10T22:00:56.779Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
31282026-06-10T22:00:56.923Z[ host-package] Compiling term v0.7.0
31292026-06-10T22:00:56.974Z[ host-package] Compiling xshell-macros v0.2.7
31302026-06-10T22:00:57.129Z[ host-package] Compiling downcast-rs v2.0.2
31312026-06-10T22:00:57.132Z[ host-package] Compiling bit-vec v0.6.3
31322026-06-10T22:00:57.432Z[ host-package] Compiling ascii-canvas v3.0.0
31332026-06-10T22:00:57.533Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31342026-06-10T22:00:57.587Z[ host-package] Compiling itertools v0.10.5
31352026-06-10T22:00:57.656Z[ host-package] Compiling bit-set v0.5.3
31362026-06-10T22:00:57.699Z[ host-package] Compiling ena v0.14.4
31372026-06-10T22:00:57.746Z[ host-package] Compiling xshell v0.2.7
31382026-06-10T22:00:57.771Z[ host-package] Compiling libloading v0.8.9
31392026-06-10T22:00:57.795Z[ helios-setup] Jun 10 22:00:56.415 INFO E| Finished `release` profile [optimized] target(s) in 4.69s
31402026-06-10T22:00:57.807Z[ helios-setup] Jun 10 22:00:56.428 INFO building project "bootserver" ok (4 seconds)
31412026-06-10T22:00:57.807Z[ helios-setup] Jun 10 22:00:56.428 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
31422026-06-10T22:00:57.817Z[ helios-setup] Jun 10 22:00:56.437 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
31432026-06-10T22:00:57.817Z[ helios-setup] Jun 10 22:00:56.437 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31442026-06-10T22:00:57.817Z[ helios-setup] Jun 10 22:00:56.437 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31452026-06-10T22:00:57.820Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31462026-06-10T22:00:57.927Z[ helios-setup] Jun 10 22:00:56.548 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31472026-06-10T22:00:57.950Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31482026-06-10T22:00:57.974Z[ host-package] Compiling crc8 v0.1.1
31492026-06-10T22:00:58.012Z[ host-package] Compiling diff v0.1.13
31502026-06-10T22:00:58.033Z[ host-package] Compiling unicase v2.9.0
31512026-06-10T22:00:58.105Z[ host-package] Compiling regex-syntax v0.6.29
31522026-06-10T22:00:58.300Z[ helios-setup] Jun 10 22:00:56.921 INFO E| From https://github.com/jclulow/rust-jmclib
31532026-06-10T22:00:58.300Z[ helios-setup] Jun 10 22:00:56.921 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31542026-06-10T22:00:58.316Z[ helios-setup] Jun 10 22:00:56.937 INFO E| Updating crates.io index
31552026-06-10T22:00:58.358Z[ host-package] Compiling bindgen v0.71.1
31562026-06-10T22:00:58.379Z[ helios-setup] Jun 10 22:00:56.998 INFO E| Downloading crates ...
31572026-06-10T22:00:58.431Z[ helios-setup] Jun 10 22:00:57.051 INFO E| Downloaded digest v0.9.0
31582026-06-10T22:00:58.451Z[ helios-setup] Jun 10 22:00:57.071 INFO E| Downloaded typenum v1.16.0
31592026-06-10T22:00:58.459Z[ helios-setup] Jun 10 22:00:57.080 INFO E| Downloaded itoa v1.0.9
31602026-06-10T22:00:58.462Z[ helios-setup] Jun 10 22:00:57.081 INFO E| Downloaded ryu v1.0.15
31612026-06-10T22:00:58.462Z[ helios-setup] Jun 10 22:00:57.083 INFO E| Downloaded fastrand v2.0.0
31622026-06-10T22:00:58.466Z[ helios-setup] Jun 10 22:00:57.083 INFO E| Downloaded libdevinfo-sys v1.0.0
31632026-06-10T22:00:58.466Z[ helios-setup] Jun 10 22:00:57.084 INFO E| Downloaded block-buffer v0.9.0
31642026-06-10T22:00:58.468Z[ helios-setup] Jun 10 22:00:57.088 INFO E| Downloaded serde_json v1.0.103
31652026-06-10T22:00:58.473Z[ helios-setup] Jun 10 22:00:57.092 INFO E| Downloaded unicode-ident v1.0.11
31662026-06-10T22:00:58.475Z[ helios-setup] Jun 10 22:00:57.094 INFO E| Downloaded opaque-debug v0.3.0
31672026-06-10T22:00:58.475Z[ helios-setup] Jun 10 22:00:57.094 INFO E| Downloaded cpufeatures v0.2.9
31682026-06-10T22:00:58.475Z[ helios-setup] Jun 10 22:00:57.095 INFO E| Downloaded serde_derive v1.0.193
31692026-06-10T22:00:58.478Z[ helios-setup] Jun 10 22:00:57.097 INFO E| Downloaded anyhow v1.0.72
31702026-06-10T22:00:58.481Z[ helios-setup] Jun 10 22:00:57.099 INFO E| Downloaded sha-1 v0.9.8
31712026-06-10T22:00:58.484Z[ helios-setup] Jun 10 22:00:57.102 INFO E| Downloaded bitflags v2.3.3
31722026-06-10T22:00:58.499Z[ helios-setup] Jun 10 22:00:57.120 INFO E| Downloaded glob v0.3.1
31732026-06-10T22:00:58.505Z[ helios-setup] Jun 10 22:00:57.125 INFO E| Downloaded errno v0.3.1
31742026-06-10T22:00:58.508Z[ helios-setup] Jun 10 22:00:57.126 INFO E| Downloaded uuid v0.8.2
31752026-06-10T22:00:58.511Z[ helios-setup] Jun 10 22:00:57.128 INFO E| Downloaded walkdir v2.3.3
31762026-06-10T22:00:58.511Z[ helios-setup] Jun 10 22:00:57.130 INFO E| Downloaded tempfile v3.7.0
31772026-06-10T22:00:58.511Z[ helios-setup] Jun 10 22:00:57.131 INFO E| Downloaded quote v1.0.31
31782026-06-10T22:00:58.514Z[ helios-setup] Jun 10 22:00:57.134 INFO E| Downloaded md-5 v0.9.1
31792026-06-10T22:00:58.514Z[ helios-setup] Jun 10 22:00:57.135 INFO E| Downloaded toml v0.5.11
31802026-06-10T22:00:58.517Z[ helios-setup] Jun 10 22:00:57.136 INFO E| Downloaded proc-macro2 v1.0.66
31812026-06-10T22:00:58.517Z[ helios-setup] Jun 10 22:00:57.138 INFO E| Downloaded getrandom v0.2.10
31822026-06-10T22:00:58.529Z[ helios-setup] Jun 10 22:00:57.149 INFO E| Downloaded once_cell v1.18.0
31832026-06-10T22:00:58.532Z[ helios-setup] Jun 10 22:00:57.153 INFO E| Downloaded serde v1.0.193
31842026-06-10T22:00:58.560Z[ helios-setup] Jun 10 22:00:57.180 INFO E| Downloaded syn v2.0.32
31852026-06-10T22:00:58.570Z[ helios-setup] Jun 10 22:00:57.190 INFO E| Downloaded rustix v0.38.4
31862026-06-10T22:00:58.591Z[ helios-setup] Jun 10 22:00:57.211 INFO E| Downloaded libc v0.2.147
31872026-06-10T22:00:58.654Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling libc v0.2.147
31882026-06-10T22:00:58.654Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling proc-macro2 v1.0.66
31892026-06-10T22:00:58.654Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling unicode-ident v1.0.11
31902026-06-10T22:00:58.657Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling cfg-if v1.0.0
31912026-06-10T22:00:58.657Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling typenum v1.16.0
31922026-06-10T22:00:58.657Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling version_check v0.9.4
31932026-06-10T22:00:58.657Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling serde v1.0.193
31942026-06-10T22:00:58.658Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling powerfmt v0.2.0
31952026-06-10T22:00:58.658Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling num-conv v0.1.0
31962026-06-10T22:00:58.658Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling itoa v1.0.9
31972026-06-10T22:00:58.658Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling slog v2.7.0
31982026-06-10T22:00:58.658Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling time-core v0.1.2
31992026-06-10T22:00:58.658Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling rustix v0.38.4
32002026-06-10T22:00:58.658Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling once_cell v1.18.0
32012026-06-10T22:00:58.658Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling bitflags v2.3.3
32022026-06-10T22:00:58.658Z[ helios-setup] Jun 10 22:00:57.274 INFO E| Compiling num_threads v0.1.6
32032026-06-10T22:00:58.777Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32042026-06-10T22:00:58.867Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32052026-06-10T22:00:59.069Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32062026-06-10T22:00:59.362Z[ helios-setup] Jun 10 22:00:57.982 INFO E| Compiling generic-array v0.14.7
32072026-06-10T22:00:59.362Z[ helios-setup] Jun 10 22:00:57.982 INFO E| Compiling serde_json v1.0.103
32082026-06-10T22:00:59.456Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32092026-06-10T22:00:59.537Z[ helios-setup] Jun 10 22:00:58.157 INFO E| Compiling fastrand v2.0.0
32102026-06-10T22:00:59.550Z[ helios-setup] Jun 10 22:00:58.170 INFO E| Compiling opaque-debug v0.3.0
32112026-06-10T22:00:59.553Z[ helios-setup] Jun 10 22:00:58.171 INFO E| Compiling anyhow v1.0.72
32122026-06-10T22:00:59.556Z[ helios-setup] Jun 10 22:00:58.176 INFO E| Compiling ryu v1.0.15
32132026-06-10T22:00:59.578Z[ helios-setup] Jun 10 22:00:58.199 INFO E| Compiling deranged v0.3.11
32142026-06-10T22:00:59.827Z[ helios-setup] Jun 10 22:00:58.444 INFO E| Compiling time-macros v0.2.18
32152026-06-10T22:00:59.844Z[ helios-setup] Jun 10 22:00:58.464 INFO E| Compiling thread_local v1.1.7
32162026-06-10T22:00:59.866Z[ helios-setup] Jun 10 22:00:58.486 INFO E| Compiling cpufeatures v0.2.9
32172026-06-10T22:00:59.971Z[ helios-setup] Jun 10 22:00:58.584 INFO E| Compiling same-file v1.0.6
32182026-06-10T22:01:00.016Z[ helios-setup] Jun 10 22:00:58.637 INFO E| Compiling unicode-width v0.1.10
32192026-06-10T22:01:00.042Z[ helios-setup] Jun 10 22:00:58.661 INFO E| Compiling libdevinfo-sys v1.0.0
32202026-06-10T22:01:00.117Z[ helios-setup] Jun 10 22:00:58.729 INFO E| Compiling glob v0.3.1
32212026-06-10T22:01:00.218Z[ helios-setup] Jun 10 22:00:58.838 INFO E| Compiling quote v1.0.31
32222026-06-10T22:01:00.261Z[ helios-setup] Jun 10 22:00:58.881 INFO E| Compiling walkdir v2.3.3
32232026-06-10T22:01:00.261Z[ helios-setup] Jun 10 22:00:58.881 INFO E| Compiling getopts v0.2.21
32242026-06-10T22:01:00.517Z[ helios-setup] Jun 10 22:00:59.137 INFO E| Compiling syn v2.0.32
32252026-06-10T22:01:00.644Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32262026-06-10T22:01:00.900Z[ helios-setup] Jun 10 22:00:59.519 INFO E| Compiling digest v0.9.0
32272026-06-10T22:01:00.900Z[ helios-setup] Jun 10 22:00:59.519 INFO E| Compiling block-buffer v0.9.0
32282026-06-10T22:01:00.929Z[ helios-setup] Jun 10 22:00:59.549 INFO E| Compiling dirs-sys-next v0.1.2
32292026-06-10T22:01:00.929Z[ helios-setup] Jun 10 22:00:59.549 INFO E| Compiling errno v0.3.1
32302026-06-10T22:01:00.929Z[ helios-setup] Jun 10 22:00:59.549 INFO E| Compiling atty v0.2.14
32312026-06-10T22:01:00.933Z[ helios-setup] Jun 10 22:00:59.549 INFO E| Compiling getrandom v0.2.10
32322026-06-10T22:01:00.960Z[ host-package] Compiling lalrpop v0.19.12
32332026-06-10T22:01:00.988Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32342026-06-10T22:01:01.108Z[ helios-setup] Jun 10 22:00:59.729 INFO E| Compiling dirs-next v2.0.0
32352026-06-10T22:01:01.135Z[ helios-setup] Jun 10 22:00:59.755 INFO E| Compiling md-5 v0.9.1
32362026-06-10T22:01:01.181Z[ helios-setup] Jun 10 22:00:59.801 INFO E| Compiling sha-1 v0.9.8
32372026-06-10T22:01:01.197Z[ helios-setup] Jun 10 22:00:59.817 INFO E| Compiling term v0.7.0
32382026-06-10T22:01:01.644Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32392026-06-10T22:01:01.909Z[ helios-setup] Jun 10 22:01:00.529 INFO E| Compiling time v0.3.36
32402026-06-10T22:01:01.982Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32412026-06-10T22:01:02.020Z[ host-package] Compiling cexpr v0.6.0
32422026-06-10T22:01:02.042Z[ helios-setup] Jun 10 22:01:00.663 INFO E| Compiling tempfile v3.7.0
32432026-06-10T22:01:02.408Z[ host-package] Compiling rustc-hash v2.1.1
32442026-06-10T22:01:02.574Z[ helios-setup] Jun 10 22:01:01.195 INFO E| Compiling serde_derive v1.0.193
32452026-06-10T22:01:02.580Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32462026-06-10T22:01:02.722Z[ host-package] Compiling headers-core v0.3.0
32472026-06-10T22:01:02.855Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32482026-06-10T22:01:02.865Z[ helios-setup] Jun 10 22:01:01.478 INFO E| Compiling slog-term v2.9.0
32492026-06-10T22:01:02.942Z[ host-package] Compiling libxml v0.3.3
32502026-06-10T22:01:03.097Z[ host-package] Compiling diesel v2.3.7
32512026-06-10T22:01:03.484Z[ host-package] Compiling headers v0.4.1
32522026-06-10T22:01:03.487Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32532026-06-10T22:01:03.634Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32542026-06-10T22:01:04.266Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32552026-06-10T22:01:04.496Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32562026-06-10T22:01:04.622Z[ host-package] Compiling git-stub v1.0.0
32572026-06-10T22:01:04.855Z[ host-package] Compiling strum_macros v0.24.3
32582026-06-10T22:01:04.928Z[ host-package] Compiling indoc v1.0.9
32592026-06-10T22:01:04.986Z[ host-package] Compiling git-stub-vcs v0.1.0
32602026-06-10T22:01:05.432Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32612026-06-10T22:01:05.480Z[ host-package] Compiling progenitor-impl v0.13.0
32622026-06-10T22:01:05.607Z[ host-package] Compiling derive_builder v0.20.2
32632026-06-10T22:01:05.734Z[ host-package] Compiling quick-xml v0.37.5
32642026-06-10T22:01:05.809Z[ host-package] Compiling oso-derive v0.27.3
32652026-06-10T22:01:06.225Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32662026-06-10T22:01:06.482Z[ host-package] Compiling openssl-probe v0.1.6
32672026-06-10T22:01:06.845Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32682026-06-10T22:01:07.065Z[ helios-setup] Jun 10 22:01:05.685 INFO E| Compiling toml v0.5.11
32692026-06-10T22:01:07.065Z[ helios-setup] Jun 10 22:01:05.685 INFO E| Compiling uuid v0.8.2
32702026-06-10T22:01:07.237Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-06-10T22:01:07.355Z[ host-package] Compiling progenitor-client v0.13.0
32722026-06-10T22:01:07.768Z[ helios-setup] Jun 10 22:01:06.388 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32732026-06-10T22:01:07.774Z[ host-package] Compiling samael v0.0.19
32742026-06-10T22:01:07.908Z[ host-package] Compiling half v1.8.3
32752026-06-10T22:01:07.987Z[ host-package] Compiling progenitor-macro v0.13.0
32762026-06-10T22:01:08.437Z[ host-package] Compiling serde_cbor v0.11.2
32772026-06-10T22:01:08.490Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32782026-06-10T22:01:08.611Z[ helios-setup] Jun 10 22:01:07.231 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32792026-06-10T22:01:08.761Z[ host-package] Compiling bb8 v0.8.6
32802026-06-10T22:01:08.858Z[ host-package] Compiling trait-variant v0.1.2
32812026-06-10T22:01:09.186Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32822026-06-10T22:01:09.388Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32832026-06-10T22:01:09.465Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32842026-06-10T22:01:09.540Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32852026-06-10T22:01:09.589Z[ host-package] Compiling polar-core v0.27.3
32862026-06-10T22:01:09.663Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32872026-06-10T22:01:09.707Z[ host-package] Compiling typify-impl v0.4.3
32882026-06-10T22:01:09.830Z[ host-package] Compiling fxhash v0.2.1
32892026-06-10T22:01:10.009Z[ host-package] Compiling libz-sys v1.1.24
32902026-06-10T22:01:10.156Z[ host-package] Compiling nonempty v0.12.0
32912026-06-10T22:01:10.402Z[ host-package] Compiling salty v0.3.0
32922026-06-10T22:01:10.836Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32932026-06-10T22:01:10.955Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-06-10T22:01:11.097Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
32952026-06-10T22:01:11.482Z[ host-package] Compiling kstat-rs v0.2.4
32962026-06-10T22:01:12.106Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32972026-06-10T22:01:12.413Z[ host-package] Compiling progenitor v0.13.0
32982026-06-10T22:01:12.672Z[ helios-setup] Jun 10 22:01:11.286 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s
32992026-06-10T22:01:12.691Z[ helios-setup] Jun 10 22:01:11.307 INFO building project "image-builder" ok (14 seconds)
33002026-06-10T22:01:12.691Z[ helios-setup] Jun 10 22:01:11.308 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
33012026-06-10T22:01:12.694Z[ host-package] Compiling arc-swap v1.8.2
33022026-06-10T22:01:12.697Z[ helios-setup] Jun 10 22:01:11.316 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
33032026-06-10T22:01:12.697Z[ helios-setup] Jun 10 22:01:11.316 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
33042026-06-10T22:01:12.697Z[ helios-setup] Jun 10 22:01:11.316 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
33052026-06-10T22:01:12.808Z[ helios-setup] Jun 10 22:01:11.428 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
33062026-06-10T22:01:13.307Z[ helios-setup] Jun 10 22:01:11.927 INFO E| From https://github.com/jclulow/hiercmd
33072026-06-10T22:01:13.308Z[ helios-setup] Jun 10 22:01:11.928 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
33082026-06-10T22:01:13.315Z[ host-package] Compiling slog-scope v4.4.1
33092026-06-10T22:01:13.325Z[ helios-setup] Jun 10 22:01:11.945 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
33102026-06-10T22:01:13.344Z[ host-package] Compiling mime_guess v2.0.5
33112026-06-10T22:01:13.368Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33122026-06-10T22:01:13.466Z[ host-package] Compiling typify-macro v0.4.3
33132026-06-10T22:01:13.618Z[ helios-setup] Jun 10 22:01:12.238 INFO E| From https://github.com/oxidecomputer/network-interface
33142026-06-10T22:01:13.618Z[ helios-setup] Jun 10 22:01:12.238 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
33152026-06-10T22:01:13.634Z[ helios-setup] Jun 10 22:01:12.250 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
33162026-06-10T22:01:13.791Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33172026-06-10T22:01:13.883Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33182026-06-10T22:01:13.900Z[ helios-setup] Jun 10 22:01:12.521 INFO E| From https://github.com/oxidecomputer/boot-image-tools
33192026-06-10T22:01:13.900Z[ helios-setup] Jun 10 22:01:12.521 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
33202026-06-10T22:01:13.919Z[ helios-setup] Jun 10 22:01:12.539 INFO E| Updating crates.io index
33212026-06-10T22:01:14.011Z[ helios-setup] Jun 10 22:01:12.631 INFO E| Downloading crates ...
33222026-06-10T22:01:14.135Z[ helios-setup] Jun 10 22:01:12.737 INFO E| Downloaded env_filter v0.1.4
33232026-06-10T22:01:14.146Z[ helios-setup] Jun 10 22:01:12.766 INFO E| Downloaded anstyle v1.0.13
33242026-06-10T22:01:14.149Z[ helios-setup] Jun 10 22:01:12.768 INFO E| Downloaded tokio-macros v2.6.0
33252026-06-10T22:01:14.149Z[ helios-setup] Jun 10 22:01:12.769 INFO E| Downloaded time-core v0.1.6
33262026-06-10T22:01:14.152Z[ helios-setup] Jun 10 22:01:12.770 INFO E| Downloaded thiserror v2.0.17
33272026-06-10T22:01:14.155Z[ helios-setup] Jun 10 22:01:12.774 INFO E| Downloaded futures-macro v0.3.31
33282026-06-10T22:01:14.155Z[ helios-setup] Jun 10 22:01:12.774 INFO E| Downloaded futures-core v0.3.31
33292026-06-10T22:01:14.175Z[ helios-setup] Jun 10 22:01:12.795 INFO E| Downloaded simd-adler32 v0.3.7
33302026-06-10T22:01:14.178Z[ helios-setup] Jun 10 22:01:12.797 INFO E| Downloaded anstyle-query v1.1.4
33312026-06-10T22:01:14.178Z[ helios-setup] Jun 10 22:01:12.798 INFO E| Downloaded signal-hook-registry v1.4.6
33322026-06-10T22:01:14.178Z[ helios-setup] Jun 10 22:01:12.799 INFO E| Downloaded getrandom v0.2.16
33332026-06-10T22:01:14.185Z[ helios-setup] Jun 10 22:01:12.805 INFO E| Downloaded unicode-ident v1.0.22
33342026-06-10T22:01:14.188Z[ helios-setup] Jun 10 22:01:12.807 INFO E| Downloaded log v0.4.28
33352026-06-10T22:01:14.191Z[ helios-setup] Jun 10 22:01:12.809 INFO E| Downloaded clap_derive v4.5.49
33362026-06-10T22:01:14.191Z[ helios-setup] Jun 10 22:01:12.811 INFO E| Downloaded futures-task v0.3.31
33372026-06-10T22:01:14.194Z[ helios-setup] Jun 10 22:01:12.812 INFO E| Downloaded bitfield-macros v0.19.3
33382026-06-10T22:01:14.223Z[ helios-setup] Jun 10 22:01:12.843 INFO E| Downloaded futures-sink v0.3.31
33392026-06-10T22:01:14.226Z[ helios-setup] Jun 10 22:01:12.844 INFO E| Downloaded clap_lex v0.7.6
33402026-06-10T22:01:14.226Z[ helios-setup] Jun 10 22:01:12.845 INFO E| Downloaded base64ct v1.8.0
33412026-06-10T22:01:14.226Z[ helios-setup] Jun 10 22:01:12.847 INFO E| Downloaded futures-io v0.3.31
33422026-06-10T22:01:14.260Z[ helios-setup] Jun 10 22:01:12.880 INFO E| Downloaded zeroize_derive v1.4.2
33432026-06-10T22:01:14.263Z[ helios-setup] Jun 10 22:01:12.881 INFO E| Downloaded bitflags v2.10.0
33442026-06-10T22:01:14.274Z[ helios-setup] Jun 10 22:01:12.894 INFO E| Downloaded libdevinfo-sys v1.1.0
33452026-06-10T22:01:14.277Z[ helios-setup] Jun 10 22:01:12.894 INFO E| Downloaded serde_spanned v1.0.3
33462026-06-10T22:01:14.277Z[ helios-setup] Jun 10 22:01:12.895 INFO E| Downloaded pin-project-lite v0.2.16
33472026-06-10T22:01:14.280Z[ helios-setup] Jun 10 22:01:12.898 INFO E| Downloaded futures-executor v0.3.31
33482026-06-10T22:01:14.280Z[ helios-setup] Jun 10 22:01:12.899 INFO E| Downloaded devinfo v0.1.0
33492026-06-10T22:01:14.335Z[ helios-setup] Jun 10 22:01:12.956 INFO E| Downloaded uuid v1.18.1
33502026-06-10T22:01:14.339Z[ helios-setup] Jun 10 22:01:12.958 INFO E| Downloaded env_logger v0.11.8
33512026-06-10T22:01:14.342Z[ helios-setup] Jun 10 22:01:12.960 INFO E| Downloaded thiserror-impl v2.0.17
33522026-06-10T22:01:14.342Z[ helios-setup] Jun 10 22:01:12.961 INFO E| Downloaded slab v0.4.11
33532026-06-10T22:01:14.342Z[ helios-setup] Jun 10 22:01:12.962 INFO E| Downloaded crc v3.3.0
33542026-06-10T22:01:14.345Z[ helios-setup] Jun 10 22:01:12.963 INFO E| Downloaded toml_writer v1.0.4
33552026-06-10T22:01:14.345Z[ helios-setup] Jun 10 22:01:12.964 INFO E| Downloaded bitfield v0.19.3
33562026-06-10T22:01:14.345Z[ helios-setup] Jun 10 22:01:12.965 INFO E| Downloaded getopts v0.2.24
33572026-06-10T22:01:14.348Z[ helios-setup] Jun 10 22:01:12.966 INFO E| Downloaded generic-array v0.14.9
33582026-06-10T22:01:14.348Z[ helios-setup] Jun 10 22:01:12.967 INFO E| Downloaded clap v4.5.51
33592026-06-10T22:01:14.353Z[ helios-setup] Jun 10 22:01:12.973 INFO E| Downloaded time-macros v0.2.24
33602026-06-10T22:01:14.356Z[ helios-setup] Jun 10 22:01:12.974 INFO E| Downloaded futures-channel v0.3.31
33612026-06-10T22:01:14.356Z[ helios-setup] Jun 10 22:01:12.975 INFO E| Downloaded flate2 v1.1.5
33622026-06-10T22:01:14.359Z[ helios-setup] Jun 10 22:01:12.979 INFO E| Downloaded num_enum_derive v0.7.5
33632026-06-10T22:01:14.359Z[ helios-setup] Jun 10 22:01:12.980 INFO E| Downloaded num_enum v0.7.5
33642026-06-10T22:01:14.362Z[ helios-setup] Jun 10 22:01:12.982 INFO E| Downloaded deranged v0.5.5
33652026-06-10T22:01:14.377Z[ helios-setup] Jun 10 22:01:12.997 INFO E| Downloaded toml_datetime v0.7.3
33662026-06-10T22:01:14.380Z[ helios-setup] Jun 10 22:01:12.999 INFO E| Downloaded toml_edit v0.23.7
33672026-06-10T22:01:14.383Z[ helios-setup] Jun 10 22:01:13.002 INFO E| Downloaded quote v1.0.41
33682026-06-10T22:01:14.386Z[ helios-setup] Jun 10 22:01:13.003 INFO E| Downloaded proc-macro2 v1.0.103
33692026-06-10T22:01:14.389Z[ helios-setup] Jun 10 22:01:13.006 INFO E| Downloaded toml_parser v1.0.4
33702026-06-10T22:01:14.389Z[ helios-setup] Jun 10 22:01:13.008 INFO E| Downloaded term v1.2.0
33712026-06-10T22:01:14.391Z[ helios-setup] Jun 10 22:01:13.010 INFO E| Downloaded find-msvc-tools v0.1.4
33722026-06-10T22:01:14.394Z[ helios-setup] Jun 10 22:01:13.014 INFO E| Downloaded anyhow v1.0.100
33732026-06-10T22:01:14.399Z[ helios-setup] Jun 10 22:01:13.019 INFO E| Downloaded iana-time-zone v0.1.64
33742026-06-10T22:01:14.404Z[ helios-setup] Jun 10 22:01:13.025 INFO E| Downloaded socket2 v0.6.1
33752026-06-10T22:01:14.404Z[ helios-setup] Jun 10 22:01:13.025 INFO E| Downloaded bytes v1.10.1
33762026-06-10T22:01:14.420Z[ helios-setup] Jun 10 22:01:13.040 INFO E| Downloaded zerocopy-derive v0.8.27
33772026-06-10T22:01:14.424Z[ helios-setup] Jun 10 22:01:13.045 INFO E| Downloaded futures v0.3.31
33782026-06-10T22:01:14.428Z[ helios-setup] Jun 10 22:01:13.049 INFO E| Downloaded rand v0.8.5
33792026-06-10T22:01:14.434Z[ helios-setup] Jun 10 22:01:13.055 INFO E| Downloaded toml v0.9.8
33802026-06-10T22:01:14.449Z[ helios-setup] Jun 10 22:01:13.068 INFO E| Downloaded cc v1.2.44
33812026-06-10T22:01:14.449Z[ helios-setup] Jun 10 22:01:13.068 INFO E| Downloaded memchr v2.7.6
33822026-06-10T22:01:14.462Z[ helios-setup] Jun 10 22:01:13.082 INFO E| Downloaded rsa v0.9.8
33832026-06-10T22:01:14.465Z[ helios-setup] Jun 10 22:01:13.085 INFO E| Downloaded indexmap v2.12.0
33842026-06-10T22:01:14.472Z[ helios-setup] Jun 10 22:01:13.092 INFO E| Downloaded mio v1.1.0
33852026-06-10T22:01:14.475Z[ helios-setup] Jun 10 22:01:13.096 INFO E| Downloaded iddqd v0.3.14
33862026-06-10T22:01:14.480Z[ helios-setup] Jun 10 22:01:13.100 INFO E| Downloaded serde_json v1.0.145
33872026-06-10T22:01:14.484Z[ helios-setup] Jun 10 22:01:13.105 INFO E| Downloaded num-bigint-dig v0.8.4
33882026-06-10T22:01:14.502Z[ helios-setup] Jun 10 22:01:13.121 INFO E| Downloaded hashbrown v0.16.0
33892026-06-10T22:01:14.505Z[ helios-setup] Jun 10 22:01:13.125 INFO E| Downloaded futures-util v0.3.31
33902026-06-10T22:01:14.513Z[ helios-setup] Jun 10 22:01:13.133 INFO E| Downloaded time v0.3.44
33912026-06-10T22:01:14.519Z[ helios-setup] Jun 10 22:01:13.138 INFO E| Downloaded clap_builder v4.5.51
33922026-06-10T22:01:14.527Z[ helios-setup] Jun 10 22:01:13.147 INFO E| Downloaded libm v0.2.15
33932026-06-10T22:01:14.535Z[ helios-setup] Jun 10 22:01:13.155 INFO E| Downloaded winnow v0.7.13
33942026-06-10T22:01:14.565Z[ helios-setup] Jun 10 22:01:13.184 INFO E| Downloaded chrono v0.4.42
33952026-06-10T22:01:14.602Z[ helios-setup] Jun 10 22:01:13.222 INFO E| Downloaded zerocopy v0.8.27
33962026-06-10T22:01:14.616Z[ helios-setup] Jun 10 22:01:13.237 INFO E| Downloaded unicode-width v0.2.2
33972026-06-10T22:01:14.621Z[ helios-setup] Jun 10 22:01:13.241 INFO E| Downloaded syn v2.0.108
33982026-06-10T22:01:14.664Z[ helios-setup] Jun 10 22:01:13.284 INFO E| Downloaded rustix v1.1.2
33992026-06-10T22:01:14.773Z[ helios-setup] Jun 10 22:01:13.393 INFO E| Downloaded libc v0.2.177
34002026-06-10T22:01:14.793Z[ helios-setup] Jun 10 22:01:13.413 INFO E| Downloaded tokio v1.48.0
34012026-06-10T22:01:14.961Z[ helios-setup] Jun 10 22:01:13.581 INFO E| Compiling proc-macro2 v1.0.103
34022026-06-10T22:01:15.037Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling unicode-ident v1.0.22
34032026-06-10T22:01:15.037Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling quote v1.0.41
34042026-06-10T22:01:15.037Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling libc v0.2.177
34052026-06-10T22:01:15.042Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling serde_core v1.0.228
34062026-06-10T22:01:15.042Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling cfg-if v1.0.4
34072026-06-10T22:01:15.042Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling serde v1.0.228
34082026-06-10T22:01:15.042Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling version_check v0.9.5
34092026-06-10T22:01:15.042Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling autocfg v1.5.0
34102026-06-10T22:01:15.042Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling const-oid v0.9.6
34112026-06-10T22:01:15.042Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling typenum v1.19.0
34122026-06-10T22:01:15.042Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling libm v0.2.15
34132026-06-10T22:01:15.042Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling zerocopy v0.8.27
34142026-06-10T22:01:15.042Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling rustversion v1.0.22
34152026-06-10T22:01:15.042Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling base64ct v1.8.0
34162026-06-10T22:01:15.042Z[ helios-setup] Jun 10 22:01:13.657 INFO E| Compiling zeroize v1.8.2
34172026-06-10T22:01:15.098Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
34182026-06-10T22:01:15.465Z[ helios-setup] Jun 10 22:01:14.085 INFO E| Compiling smallvec v1.15.1
34192026-06-10T22:01:15.602Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34202026-06-10T22:01:15.703Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34212026-06-10T22:01:15.752Z[ helios-setup] Jun 10 22:01:14.371 INFO E| Compiling byteorder v1.5.0
34222026-06-10T22:01:15.921Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34232026-06-10T22:01:15.925Z[ helios-setup] Jun 10 22:01:14.542 INFO E| Compiling pem-rfc7468 v0.7.0
34242026-06-10T22:01:15.979Z[ helios-setup] Jun 10 22:01:14.598 INFO E| Compiling utf8parse v0.2.2
34252026-06-10T22:01:15.998Z[ helios-setup] Jun 10 22:01:14.616 INFO E| Compiling equivalent v1.0.2
34262026-06-10T22:01:16.180Z[ helios-setup] Jun 10 22:01:14.800 INFO E| Compiling winnow v0.7.13
34272026-06-10T22:01:16.205Z[ helios-setup] Jun 10 22:01:14.825 INFO E| Compiling memchr v2.7.6
34282026-06-10T22:01:16.264Z[ helios-setup] Jun 10 22:01:14.881 INFO E| Compiling num-traits v0.2.19
34292026-06-10T22:01:16.277Z[ helios-setup] Jun 10 22:01:14.897 INFO E| Compiling crc32fast v1.5.0
34302026-06-10T22:01:16.298Z[ helios-setup] Jun 10 22:01:14.918 INFO E| Compiling hashbrown v0.16.0
34312026-06-10T22:01:16.469Z[ helios-setup] Jun 10 22:01:15.089 INFO E| Compiling generic-array v0.14.9
34322026-06-10T22:01:17.022Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
34332026-06-10T22:01:17.089Z[ helios-setup] Jun 10 22:01:15.709 INFO E| Compiling getrandom v0.2.16
34342026-06-10T22:01:17.141Z[ helios-setup] Jun 10 22:01:15.761 INFO E| Compiling flagset v0.4.7
34352026-06-10T22:01:17.165Z[ helios-setup] Jun 10 22:01:15.785 INFO E| Compiling anyhow v1.0.100
34362026-06-10T22:01:17.212Z[ helios-setup] Jun 10 22:01:15.832 INFO E| Compiling rustix v1.1.2
34372026-06-10T22:01:17.256Z[ helios-setup] Jun 10 22:01:15.874 INFO E| Compiling syn v2.0.108
34382026-06-10T22:01:17.298Z[ helios-setup] Jun 10 22:01:15.917 INFO E| Compiling indexmap v2.12.0
34392026-06-10T22:01:17.322Z[ helios-setup] Jun 10 22:01:15.942 INFO E| Compiling errno v0.3.14
34402026-06-10T22:01:17.336Z[ helios-setup] Jun 10 22:01:15.956 INFO E| Compiling anstyle-parse v0.2.7
34412026-06-10T22:01:17.369Z[ helios-setup] Jun 10 22:01:15.989 INFO E| Compiling radium v0.7.0
34422026-06-10T22:01:17.471Z[ helios-setup] Jun 10 22:01:16.086 INFO E| Compiling rand_core v0.6.4
34432026-06-10T22:01:17.474Z[ helios-setup] Jun 10 22:01:16.093 INFO E| Compiling colorchoice v1.0.4
34442026-06-10T22:01:17.603Z[ helios-setup] Jun 10 22:01:16.223 INFO E| Compiling anstyle-query v1.1.4
34452026-06-10T22:01:17.612Z[ helios-setup] Jun 10 22:01:16.232 INFO E| Compiling shlex v1.3.0
34462026-06-10T22:01:17.636Z[ helios-setup] Jun 10 22:01:16.256 INFO E| Compiling anstyle v1.0.13
34472026-06-10T22:01:17.732Z[ helios-setup] Jun 10 22:01:16.351 INFO E| Compiling syn v1.0.109
34482026-06-10T22:01:17.846Z[ helios-setup] Jun 10 22:01:16.466 INFO E| Compiling find-msvc-tools v0.1.4
34492026-06-10T22:01:17.959Z[ helios-setup] Jun 10 22:01:16.579 INFO E| Compiling cpufeatures v0.2.17
34502026-06-10T22:01:17.977Z[ host-package] Compiling nanorand v0.7.0
34512026-06-10T22:01:18.052Z[ helios-setup] Jun 10 22:01:16.672 INFO E| Compiling allocator-api2 v0.2.21
34522026-06-10T22:01:18.075Z[ helios-setup] Jun 10 22:01:16.695 INFO E| Compiling toml_datetime v0.7.3
34532026-06-10T22:01:18.165Z[ helios-setup] Jun 10 22:01:16.786 INFO E| Compiling is_terminal_polyfill v1.70.2
34542026-06-10T22:01:18.262Z[ helios-setup] Jun 10 22:01:16.882 INFO E| Compiling anstream v0.6.21
34552026-06-10T22:01:18.387Z[ helios-setup] Jun 10 22:01:17.007 INFO E| Compiling block-buffer v0.10.4
34562026-06-10T22:01:18.458Z[ helios-setup] Jun 10 22:01:17.078 INFO E| Compiling crypto-common v0.1.6
34572026-06-10T22:01:18.498Z[ helios-setup] Jun 10 22:01:17.117 INFO E| Compiling slog v2.8.2
34582026-06-10T22:01:18.559Z[ helios-setup] Jun 10 22:01:17.179 INFO E| Compiling cc v1.2.44
34592026-06-10T22:01:18.624Z[ helios-setup] Jun 10 22:01:17.245 INFO E| Compiling digest v0.10.7
34602026-06-10T22:01:18.625Z[ helios-setup] Jun 10 22:01:17.245 INFO E| Compiling futures-core v0.3.31
34612026-06-10T22:01:18.702Z[ host-package] Compiling darling_core v0.23.0
34622026-06-10T22:01:18.795Z[ helios-setup] Jun 10 22:01:17.416 INFO E| Compiling maybe-uninit v2.0.0
34632026-06-10T22:01:18.952Z[ helios-setup] Jun 10 22:01:17.572 INFO E| Compiling sha2 v0.10.9
34642026-06-10T22:01:19.055Z[ helios-setup] Jun 10 22:01:17.675 INFO E| Compiling toml_parser v1.0.4
34652026-06-10T22:01:19.115Z[ helios-setup] Jun 10 22:01:17.735 INFO E| Compiling pin-project-lite v0.2.16
34662026-06-10T22:01:19.157Z[ helios-setup] Jun 10 22:01:17.776 INFO E| Compiling parking_lot_core v0.9.12
34672026-06-10T22:01:19.174Z[ helios-setup] Jun 10 22:01:17.794 INFO E| Compiling tap v1.0.1
34682026-06-10T22:01:19.195Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34692026-06-10T22:01:19.235Z[ helios-setup] Jun 10 22:01:17.855 INFO E| Compiling unicode-width v0.2.2
34702026-06-10T22:01:19.290Z[ helios-setup] Jun 10 22:01:17.910 INFO E| Compiling futures-sink v0.3.31
34712026-06-10T22:01:19.396Z[ helios-setup] Jun 10 22:01:18.016 INFO E| Compiling pkg-config v0.3.32
34722026-06-10T22:01:19.399Z[ host-package] Compiling parking_lot_core v0.8.6
34732026-06-10T22:01:19.489Z[ helios-setup] Jun 10 22:01:18.109 INFO E| Compiling futures-channel v0.3.31
34742026-06-10T22:01:19.521Z[ helios-setup] Jun 10 22:01:18.141 INFO E| Compiling wyz v0.5.1
34752026-06-10T22:01:19.827Z[ helios-setup] Jun 10 22:01:18.447 INFO E| Compiling toml_edit v0.23.7
34762026-06-10T22:01:19.857Z[ helios-setup] Jun 10 22:01:18.478 INFO E| Compiling num-integer v0.1.46
34772026-06-10T22:01:19.876Z[ helios-setup] Jun 10 22:01:18.496 INFO E| Compiling getopts v0.2.24
34782026-06-10T22:01:19.955Z[ helios-setup] Jun 10 22:01:18.575 INFO E| Compiling ahash v0.8.12
34792026-06-10T22:01:19.955Z[ helios-setup] Jun 10 22:01:18.576 INFO E| Compiling scopeguard v1.2.0
34802026-06-10T22:01:20.051Z[ helios-setup] Jun 10 22:01:18.671 INFO E| Compiling time-core v0.1.6
34812026-06-10T22:01:20.080Z[ helios-setup] Jun 10 22:01:18.698 INFO E| Compiling heck v0.5.0
34822026-06-10T22:01:20.102Z[ helios-setup] Jun 10 22:01:18.722 INFO E| Compiling getrandom v0.3.4
34832026-06-10T22:01:20.230Z[ helios-setup] Jun 10 22:01:18.850 INFO E| Compiling bytes v1.10.1
34842026-06-10T22:01:20.240Z[ helios-setup] Jun 10 22:01:18.860 INFO E| Compiling num-bigint-dig v0.8.4
34852026-06-10T22:01:20.325Z[ helios-setup] Jun 10 22:01:18.945 INFO E| Compiling funty v2.0.0
34862026-06-10T22:01:20.343Z[ helios-setup] Jun 10 22:01:18.964 INFO E| Compiling futures-io v0.3.31
34872026-06-10T22:01:20.476Z[ helios-setup] Jun 10 22:01:19.096 INFO E| Compiling clap_lex v0.7.6
34882026-06-10T22:01:20.580Z[ helios-setup] Jun 10 22:01:19.201 INFO E| Compiling packed_struct v0.10.1
34892026-06-10T22:01:20.586Z[ helios-setup] Jun 10 22:01:19.206 INFO E| Compiling pin-utils v0.1.0
34902026-06-10T22:01:20.615Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
34912026-06-10T22:01:20.669Z[ helios-setup] Jun 10 22:01:19.289 INFO E| Compiling strsim v0.11.1
34922026-06-10T22:01:20.808Z[ helios-setup] Jun 10 22:01:19.428 INFO E| Compiling futures-task v0.3.31
34932026-06-10T22:01:20.841Z[ helios-setup] Jun 10 22:01:19.461 INFO E| Compiling bitflags v2.10.0
34942026-06-10T22:01:20.914Z[ helios-setup] Jun 10 22:01:19.534 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34952026-06-10T22:01:21.030Z[ helios-setup] Jun 10 22:01:19.650 INFO E| Compiling proc-macro-crate v3.4.0
34962026-06-10T22:01:21.152Z[ helios-setup] Jun 10 22:01:19.772 INFO E| Compiling itoa v1.0.15
34972026-06-10T22:01:21.390Z[ helios-setup] Jun 10 22:01:20.010 INFO E| Compiling thiserror v1.0.69
34982026-06-10T22:01:21.405Z[ helios-setup] Jun 10 22:01:20.025 INFO E| Compiling powerfmt v0.2.0
34992026-06-10T22:01:21.441Z[ helios-setup] Jun 10 22:01:20.061 INFO E| Compiling slab v0.4.11
35002026-06-10T22:01:21.492Z[ helios-setup] Jun 10 22:01:20.111 INFO E| Compiling spin v0.9.8
35012026-06-10T22:01:21.535Z[ helios-setup] Jun 10 22:01:20.155 INFO E| Compiling num-conv v0.1.0
35022026-06-10T22:01:21.614Z[ helios-setup] Jun 10 22:01:20.234 INFO E| Compiling bitvec v1.0.1
35032026-06-10T22:01:21.717Z[ helios-setup] Jun 10 22:01:20.337 INFO E| Compiling lazy_static v1.5.0
35042026-06-10T22:01:21.725Z[ helios-setup] Jun 10 22:01:20.344 INFO E| Compiling num-iter v0.1.45
35052026-06-10T22:01:21.752Z[ helios-setup] Jun 10 22:01:20.371 INFO E| Compiling time-macros v0.2.24
35062026-06-10T22:01:21.833Z[ helios-setup] Jun 10 22:01:20.453 INFO E| Compiling lock_api v0.4.14
35072026-06-10T22:01:21.840Z[ helios-setup] Jun 10 22:01:20.460 INFO E| Compiling deranged v0.5.5
35082026-06-10T22:01:22.123Z[ helios-setup] Jun 10 22:01:20.743 INFO E| Compiling indexmap v1.9.3
35092026-06-10T22:01:22.143Z[ helios-setup] Jun 10 22:01:20.763 INFO E| Compiling iana-time-zone v0.1.64
35102026-06-10T22:01:22.207Z[ helios-setup] Jun 10 22:01:20.827 INFO E| Compiling simd-adler32 v0.3.7
35112026-06-10T22:01:22.225Z[ helios-setup] Jun 10 22:01:20.845 INFO E| Compiling thiserror v2.0.17
35122026-06-10T22:01:22.399Z[ host-package] Compiling oso v0.27.3
35132026-06-10T22:01:22.481Z[ helios-setup] Jun 10 22:01:21.101 INFO E| Compiling adler2 v2.0.1
35142026-06-10T22:01:22.484Z[ helios-setup] Jun 10 22:01:21.102 INFO E| Compiling log v0.4.28
35152026-06-10T22:01:22.697Z[ helios-setup] Jun 10 22:01:21.317 INFO E| Compiling terminal_size v0.4.3
35162026-06-10T22:01:22.753Z[ helios-setup] Jun 10 22:01:21.373 INFO E| Compiling once_cell v1.21.3
35172026-06-10T22:01:22.898Z[ helios-setup] Jun 10 22:01:21.518 INFO E| Compiling clap_builder v4.5.51
35182026-06-10T22:01:22.906Z[ helios-setup] Jun 10 22:01:21.527 INFO E| Compiling nodrop v0.1.14
35192026-06-10T22:01:22.960Z[ helios-setup] Jun 10 22:01:21.580 INFO E| Compiling serde_json v1.0.145
35202026-06-10T22:01:23.052Z[ helios-setup] Jun 10 22:01:21.672 INFO E| Compiling crc-catalog v2.4.0
35212026-06-10T22:01:23.185Z[ helios-setup] Jun 10 22:01:21.805 INFO E| Compiling crc v3.3.0
35222026-06-10T22:01:23.191Z[ helios-setup] Jun 10 22:01:21.812 INFO E| Compiling array-init v0.0.4
35232026-06-10T22:01:23.244Z[ helios-setup] Jun 10 22:01:21.864 INFO E| Compiling env_filter v0.1.4
35242026-06-10T22:01:23.263Z[ helios-setup] Jun 10 22:01:21.884 INFO E| Compiling miniz_oxide v0.8.9
35252026-06-10T22:01:23.272Z[ host-package] Compiling flume v0.11.1
35262026-06-10T22:01:23.473Z[ helios-setup] Jun 10 22:01:22.093 INFO E| Compiling parking_lot v0.12.5
35272026-06-10T22:01:23.521Z[ helios-setup] Jun 10 22:01:22.141 INFO E| Compiling chrono v0.4.42
35282026-06-10T22:01:23.555Z[ helios-setup] Jun 10 22:01:22.175 INFO E| Compiling smallvec v0.6.14
35292026-06-10T22:01:23.692Z[ host-package] Compiling darling_macro v0.23.0
35302026-06-10T22:01:24.032Z[ helios-setup] Jun 10 22:01:22.652 INFO E| Compiling serde_spanned v1.0.3
35312026-06-10T22:01:24.090Z[ helios-setup] Jun 10 22:01:22.710 INFO E| Compiling time v0.3.44
35322026-06-10T22:01:24.289Z[ helios-setup] Jun 10 22:01:22.909 INFO E| Compiling signature v2.2.0
35332026-06-10T22:01:24.313Z[ helios-setup] Jun 10 22:01:22.933 INFO E| Compiling is-terminal v0.4.17
35342026-06-10T22:01:24.429Z[ helios-setup] Jun 10 22:01:23.049 INFO E| Compiling socket2 v0.6.1
35352026-06-10T22:01:24.456Z[ helios-setup] Jun 10 22:01:23.076 INFO E| Compiling mio v1.1.0
35362026-06-10T22:01:24.524Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35372026-06-10T22:01:24.634Z[ helios-setup] Jun 10 22:01:23.254 INFO E| Compiling signal-hook-registry v1.4.6
35382026-06-10T22:01:24.685Z[ helios-setup] Jun 10 22:01:23.305 INFO E| Compiling thread_local v1.1.9
35392026-06-10T22:01:24.826Z[ helios-setup] Jun 10 22:01:23.446 INFO E| Compiling packed_struct_codegen v0.10.1
35402026-06-10T22:01:25.218Z[ helios-setup] Jun 10 22:01:23.838 INFO E| Compiling base64 v0.21.7
35412026-06-10T22:01:25.246Z[ helios-setup] Jun 10 22:01:23.866 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
35422026-06-10T22:01:25.257Z[ helios-setup] Jun 10 22:01:23.877 INFO E| Compiling serde_derive v1.0.228
35432026-06-10T22:01:25.529Z[ helios-setup] Jun 10 22:01:24.150 INFO E| Compiling zerocopy-derive v0.8.27
35442026-06-10T22:01:25.679Z[ helios-setup] Jun 10 22:01:24.299 INFO E| Compiling der_derive v0.7.3
35452026-06-10T22:01:25.699Z[ helios-setup] Jun 10 22:01:24.319 INFO E| Compiling futures-macro v0.3.31
35462026-06-10T22:01:25.742Z[ helios-setup] Jun 10 22:01:24.362 INFO E| Compiling clap_derive v4.5.49
35472026-06-10T22:01:25.799Z[ helios-setup] Jun 10 22:01:24.415 INFO E| Compiling zerocopy-derive v0.6.6
35482026-06-10T22:01:25.825Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35492026-06-10T22:01:25.879Z[ helios-setup] Jun 10 22:01:24.494 INFO E| Compiling thiserror-impl v1.0.69
35502026-06-10T22:01:25.931Z[ helios-setup] Jun 10 22:01:24.551 INFO E| Compiling bitfield-macros v0.19.3
35512026-06-10T22:01:26.090Z[ helios-setup] Jun 10 22:01:24.711 INFO E| Compiling num_enum_derive v0.7.5
35522026-06-10T22:01:26.278Z[ helios-setup] Jun 10 22:01:24.898 INFO E| Compiling tokio-macros v2.6.0
35532026-06-10T22:01:26.467Z[ helios-setup] Jun 10 22:01:25.086 INFO E| Compiling thiserror-impl v2.0.17
35542026-06-10T22:01:27.297Z[ helios-setup] Jun 10 22:01:25.915 INFO E| Compiling der v0.7.10
35552026-06-10T22:01:27.448Z[ helios-setup] Jun 10 22:01:26.068 INFO E| Compiling toml_writer v1.0.4
35562026-06-10T22:01:27.775Z[ helios-setup] Jun 10 22:01:26.396 INFO E| Compiling term v1.2.0
35572026-06-10T22:01:27.783Z[ helios-setup] Jun 10 22:01:26.403 INFO E| Compiling futures-util v0.3.31
35582026-06-10T22:01:27.842Z[ helios-setup] Jun 10 22:01:26.462 INFO E| Compiling bitfield v0.19.3
35592026-06-10T22:01:27.905Z[ helios-setup] Jun 10 22:01:26.525 INFO E| Compiling subtle v2.6.1
35602026-06-10T22:01:28.164Z[ helios-setup] Jun 10 22:01:26.784 INFO E| Compiling num_enum v0.7.5
35612026-06-10T22:01:28.316Z[ helios-setup] Jun 10 22:01:26.936 INFO E| Compiling hashbrown v0.12.3
35622026-06-10T22:01:28.425Z[ helios-setup] Jun 10 22:01:27.045 INFO E| Compiling winnow v0.5.40
35632026-06-10T22:01:28.474Z[ helios-setup] Jun 10 22:01:27.091 INFO E| Compiling zerocopy v0.6.6
35642026-06-10T22:01:28.477Z[ helios-setup] Jun 10 22:01:27.091 INFO E| Compiling libdevinfo-sys v1.1.0
35652026-06-10T22:01:28.477Z[ helios-setup] Jun 10 22:01:27.091 INFO E| Compiling ryu v1.0.20
35662026-06-10T22:01:28.477Z[ helios-setup] Jun 10 22:01:27.091 INFO E| Compiling toml v0.9.8
35672026-06-10T22:01:28.487Z[ helios-setup] Jun 10 22:01:27.107 INFO E| Compiling tokio v1.48.0
35682026-06-10T22:01:28.785Z[ helios-setup] Jun 10 22:01:27.405 INFO E| Compiling devinfo v0.1.0
35692026-06-10T22:01:29.268Z[ helios-setup] Jun 10 22:01:27.888 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35702026-06-10T22:01:29.313Z[ helios-setup] Jun 10 22:01:27.933 INFO E| Compiling bzip2 v0.4.4
35712026-06-10T22:01:29.336Z[ helios-setup] Jun 10 22:01:27.956 INFO E| Compiling flate2 v1.1.5
35722026-06-10T22:01:29.502Z[ helios-setup] Jun 10 22:01:28.122 INFO E| Compiling clap v4.5.51
35732026-06-10T22:01:29.602Z[ helios-setup] Jun 10 22:01:28.221 INFO E| Compiling uuid v1.18.1
35742026-06-10T22:01:29.608Z[ helios-setup] Jun 10 22:01:28.228 INFO E| Compiling env_logger v0.11.8
35752026-06-10T22:01:29.772Z[ host-package] Compiling async-bb8-diesel v0.2.1
35762026-06-10T22:01:30.191Z[ helios-setup] Jun 10 22:01:28.811 INFO E| Compiling spki v0.7.3
35772026-06-10T22:01:30.273Z[ helios-setup] Jun 10 22:01:28.893 INFO E| Compiling bitflags v1.3.2
35782026-06-10T22:01:30.363Z[ helios-setup] Jun 10 22:01:28.983 INFO E| Compiling foldhash v0.2.0
35792026-06-10T22:01:30.501Z[ helios-setup] Jun 10 22:01:29.119 INFO E| Compiling rustc-hash v2.1.1
35802026-06-10T22:01:30.657Z[ helios-setup] Jun 10 22:01:29.278 INFO E| Compiling pkcs8 v0.10.2
35812026-06-10T22:01:30.788Z[ helios-setup] Jun 10 22:01:29.408 INFO E| Compiling x509-cert v0.2.5
35822026-06-10T22:01:30.852Z[ helios-setup] Jun 10 22:01:29.472 INFO E| Compiling crc-any v2.5.0
35832026-06-10T22:01:30.886Z[ host-package] Compiling diesel-dtrace v0.5.0
35842026-06-10T22:01:30.951Z[ helios-setup] Jun 10 22:01:29.571 INFO E| Compiling hex v0.4.3
35852026-06-10T22:01:30.977Z[ helios-setup] Jun 10 22:01:29.597 INFO E| Compiling iddqd v0.3.14
35862026-06-10T22:01:31.152Z[ helios-setup] Jun 10 22:01:29.772 INFO E| Compiling pkcs1 v0.7.5
35872026-06-10T22:01:31.174Z[ helios-setup] Jun 10 22:01:29.794 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35882026-06-10T22:01:31.617Z[ host-package] Compiling slog-stdlog v4.1.1
35892026-06-10T22:01:31.620Z[ helios-setup] Jun 10 22:01:30.239 INFO E| Compiling zip v0.6.6
35902026-06-10T22:01:31.935Z[ helios-setup] Jun 10 22:01:30.555 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35912026-06-10T22:01:32.300Z[ helios-setup] Jun 10 22:01:30.920 INFO E| Compiling ppv-lite86 v0.2.21
35922026-06-10T22:01:32.518Z[ helios-setup] Jun 10 22:01:31.139 INFO E| Compiling path-slash v0.1.5
35932026-06-10T22:01:32.660Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35942026-06-10T22:01:32.863Z[ helios-setup] Jun 10 22:01:31.483 INFO E| Compiling erased-serde v0.3.31
35952026-06-10T22:01:32.890Z[ helios-setup] Jun 10 22:01:31.510 INFO E| Compiling rand_chacha v0.3.1
35962026-06-10T22:01:33.045Z[ helios-setup] Jun 10 22:01:31.665 INFO E| Compiling futures-executor v0.3.31
35972026-06-10T22:01:33.192Z[ helios-setup] Jun 10 22:01:31.812 INFO E| Compiling rand v0.8.5
35982026-06-10T22:01:33.256Z[ helios-setup] Jun 10 22:01:31.876 INFO E| Compiling serde_spanned v0.6.9
35992026-06-10T22:01:33.488Z[ helios-setup] Jun 10 22:01:32.108 INFO E| Compiling toml_datetime v0.6.11
36002026-06-10T22:01:33.498Z[ helios-setup] Jun 10 22:01:32.118 INFO E| Compiling futures v0.3.31
36012026-06-10T22:01:33.593Z[ helios-setup] Jun 10 22:01:32.213 INFO E| Compiling hashbrown v0.13.2
36022026-06-10T22:01:33.925Z[ helios-setup] Jun 10 22:01:32.545 INFO E| Compiling toml_edit v0.19.15
36032026-06-10T22:01:33.985Z[ helios-setup] Jun 10 22:01:32.605 INFO E| Compiling serde-hex v0.1.0
36042026-06-10T22:01:34.053Z[ helios-setup] Jun 10 22:01:32.672 INFO E| Compiling ron v0.8.1
36052026-06-10T22:01:34.378Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36062026-06-10T22:01:34.465Z[ helios-setup] Jun 10 22:01:33.086 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
36072026-06-10T22:01:34.474Z[ helios-setup] Jun 10 22:01:33.095 INFO E| Compiling slog-term v2.9.2
36082026-06-10T22:01:34.623Z[ helios-setup] Jun 10 22:01:33.243 INFO E| Compiling object v0.30.4
36092026-06-10T22:01:34.657Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36102026-06-10T22:01:34.742Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36112026-06-10T22:01:35.630Z[ host-package] Compiling primeorder v0.13.6
36122026-06-10T22:01:35.987Z[ host-package] Compiling atty v0.2.14
36132026-06-10T22:01:36.082Z[ host-package] Compiling http-range v0.1.5
36142026-06-10T22:01:36.289Z[ host-package] Compiling instability v0.3.11
36152026-06-10T22:01:36.298Z[ helios-setup] Jun 10 22:01:34.918 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36162026-06-10T22:01:36.330Z[ helios-setup] Jun 10 22:01:34.950 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36172026-06-10T22:01:36.497Z[ helios-setup] Jun 10 22:01:35.117 INFO E| Compiling rsa v0.9.8
36182026-06-10T22:01:36.553Z[ host-package] Compiling strsim v0.10.0
36192026-06-10T22:01:36.734Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36202026-06-10T22:01:36.992Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36212026-06-10T22:01:37.194Z[ helios-setup] Jun 10 22:01:35.814 INFO E| Compiling toml v0.7.8
36222026-06-10T22:01:37.528Z[ host-package] Compiling darling_core v0.13.4
36232026-06-10T22:01:37.686Z[ host-package] Compiling p384 v0.13.1
36242026-06-10T22:01:38.409Z[ helios-setup] Jun 10 22:01:37.029 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36252026-06-10T22:01:38.829Z[ helios-setup] Jun 10 22:01:37.449 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
36262026-06-10T22:01:40.839Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36272026-06-10T22:01:42.793Z[ host-package] Compiling slog-envlogger v2.2.0
36282026-06-10T22:01:44.029Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36292026-06-10T22:01:44.193Z[ helios-setup] Jun 10 22:01:42.813 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36302026-06-10T22:01:45.025Z[ host-package] Compiling darling v0.23.0
36312026-06-10T22:01:45.148Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
36322026-06-10T22:01:45.457Z[ helios-setup] Jun 10 22:01:44.077 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
36332026-06-10T22:01:45.619Z[ host-package] Compiling typify v0.4.3
36342026-06-10T22:01:45.685Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36352026-06-10T22:01:46.086Z[ host-package] Compiling ignore v0.4.25
36362026-06-10T22:01:46.212Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36372026-06-10T22:01:46.472Z[ host-package] Compiling vergen-git2 v9.1.0
36382026-06-10T22:01:47.208Z[ host-package] Compiling castaway v0.2.4
36392026-06-10T22:01:47.466Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36402026-06-10T22:01:47.924Z[ host-package] Compiling indoc v2.0.7
36412026-06-10T22:01:48.219Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36422026-06-10T22:01:48.298Z[ host-package] Compiling globwalk v0.9.1
36432026-06-10T22:01:48.345Z[ host-package] Compiling compact_str v0.8.1
36442026-06-10T22:01:48.713Z[ host-package] Compiling progenitor-impl v0.11.2
36452026-06-10T22:01:48.807Z[ host-package] Compiling parking_lot v0.11.2
36462026-06-10T22:01:49.180Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36472026-06-10T22:01:49.207Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36482026-06-10T22:01:49.511Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36492026-06-10T22:01:49.723Z[ helios-setup] Jun 10 22:01:48.343 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
36502026-06-10T22:01:49.892Z[ host-package] Compiling hyper-staticfile v0.10.1
36512026-06-10T22:01:50.311Z[ host-package] Compiling darling_macro v0.13.4
36522026-06-10T22:01:51.037Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36532026-06-10T22:01:51.151Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36542026-06-10T22:01:51.228Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36552026-06-10T22:01:51.718Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36562026-06-10T22:01:51.741Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
36572026-06-10T22:01:52.007Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36582026-06-10T22:01:52.035Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36592026-06-10T22:01:52.164Z[ host-package] Compiling predicates-tree v1.0.13
36602026-06-10T22:01:52.211Z[ host-package] Compiling unicode-truncate v1.1.0
36612026-06-10T22:01:52.382Z[ host-package] Compiling lru v0.12.5
36622026-06-10T22:01:52.461Z[ host-package] Compiling rand_seeder v0.4.0
36632026-06-10T22:01:52.630Z[ host-package] Compiling git2 v0.20.4
36642026-06-10T22:01:52.689Z[ host-package] Compiling prefix-trie v0.7.0
36652026-06-10T22:01:52.741Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36662026-06-10T22:01:52.745Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36672026-06-10T22:01:52.745Z[ host-package] Compiling rustls v0.21.12
36682026-06-10T22:01:52.950Z[ host-package] Compiling corncobs v0.1.4
36692026-06-10T22:01:53.211Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
36702026-06-10T22:01:53.302Z[ host-package] Compiling cassowary v0.3.0
36712026-06-10T22:01:53.480Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36722026-06-10T22:01:53.543Z[ host-package] Compiling hickory-server v0.25.2
36732026-06-10T22:01:53.573Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36742026-06-10T22:01:53.745Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36752026-06-10T22:01:53.834Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36762026-06-10T22:01:54.145Z[ host-package] Compiling ratatui v0.29.0
36772026-06-10T22:01:54.389Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36782026-06-10T22:01:54.794Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36792026-06-10T22:01:55.187Z[ host-package] Compiling progenitor-macro v0.11.2
36802026-06-10T22:01:55.520Z[ host-package] Compiling darling v0.13.4
36812026-06-10T22:01:56.751Z[ host-package] Compiling sled v0.34.7
36822026-06-10T22:01:57.398Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36832026-06-10T22:01:59.227Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36842026-06-10T22:01:59.268Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36852026-06-10T22:01:59.913Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36862026-06-10T22:01:59.999Z[ host-package] Compiling progenitor-client v0.11.2
36872026-06-10T22:02:00.640Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36882026-06-10T22:02:00.724Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36892026-06-10T22:02:00.981Z[ host-package] Compiling rustls-webpki v0.101.7
36902026-06-10T22:02:01.047Z[ helios-setup] Jun 10 22:01:59.667 INFO E| Finished `release` profile [optimized] target(s) in 48.34s
36912026-06-10T22:02:01.051Z[ helios-setup] Jun 10 22:01:59.670 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36922026-06-10T22:02:01.051Z[ helios-setup] Jun 10 22:01:59.670 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36932026-06-10T22:02:01.136Z[ helios-setup] Jun 10 22:01:59.755 INFO building project "pilot" ok (48 seconds)
36942026-06-10T22:02:01.139Z[ helios-setup] rm -f helios-build
36952026-06-10T22:02:01.139Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36962026-06-10T22:02:01.143Z[ helios-setup]
36972026-06-10T22:02:01.147Z[ helios-setup] Setup complete! ./helios-build is now available.
36982026-06-10T22:02:01.150Z[ helios-setup]
36992026-06-10T22:02:01.150Z[ helios-setup]
37002026-06-10T22:02:01.150Z[ helios-setup] real 2:30.875146930
37012026-06-10T22:02:01.150Z[ helios-setup] user 6:51.088068091
37022026-06-10T22:02:01.150Z[ helios-setup] sys 1:14.307919603
37032026-06-10T22:02:01.150Z[ helios-setup] trap 0.414379170
37042026-06-10T22:02:01.150Z[ helios-setup] tflt 2.467188243
37052026-06-10T22:02:01.150Z[ helios-setup] dflt 6.941124361
37062026-06-10T22:02:01.150Z[ helios-setup] kflt 0.002217740
37072026-06-10T22:02:01.150Z[ helios-setup] lock 36:09.113267933
37082026-06-10T22:02:01.150Z[ helios-setup] slp 33:59.079970792
37092026-06-10T22:02:01.150Z[ helios-setup] lat 6:16.266569829
37102026-06-10T22:02:01.150Z[ helios-setup] stop 1:22.758915325
37112026-06-10T22:02:01.150ZJun 10 22:01:59.769 INFO [helios-setup] process exited with exit status: 0 (150.878185392s)
37122026-06-10T22:02:01.150ZJun 10 22:01:59.769 INFO [helios-record] running task
37132026-06-10T22:02:01.150ZJun 10 22:01:59.769 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37142026-06-10T22:02:01.158ZJun 10 22:01:59.778 DEBG process exited with exit status: 0 (8.418583ms)
37152026-06-10T22:02:01.158ZJun 10 22:01:59.778 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37162026-06-10T22:02:01.169ZJun 10 22:01:59.789[ host-package] Compiling sct v0.7.1
37172026-06-10T22:02:01.169Z DEBG process exited with exit status: 0 (11.286804ms)
37182026-06-10T22:02:01.169ZJun 10 22:01:59.789 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37192026-06-10T22:02:01.173ZJun 10 22:01:59.793 DEBG process exited with exit status: 0 (3.829462ms)
37202026-06-10T22:02:01.173ZJun 10 22:01:59.793 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37212026-06-10T22:02:01.176ZJun 10 22:01:59.796 DEBG process exited with exit status: 0 (3.28497ms)
37222026-06-10T22:02:01.176ZJun 10 22:01:59.796 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37232026-06-10T22:02:01.180ZJun 10 22:01:59.799 DEBG process exited with exit status: 0 (3.270652ms)
37242026-06-10T22:02:01.180ZJun 10 22:01:59.799 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37252026-06-10T22:02:01.183ZJun 10 22:01:59.802 DEBG process exited with exit status: 0 (3.095721ms)
37262026-06-10T22:02:01.183ZJun 10 22:01:59.802 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37272026-06-10T22:02:01.186ZJun 10 22:01:59.805 DEBG process exited with exit status: 0 (3.037401ms)
37282026-06-10T22:02:01.186ZJun 10 22:01:59.805 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37292026-06-10T22:02:01.194ZJun 10 22:01:59.814 DEBG process exited with exit status: 0 (8.045943ms)
37302026-06-10T22:02:01.194ZJun 10 22:01:59.814 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37312026-06-10T22:02:01.197ZJun 10 22:01:59.817 DEBG process exited with exit status: 0 (3.523931ms)
37322026-06-10T22:02:01.197ZJun 10 22:01:59.817 INFO [helios-record] task succeeded (48.404987ms)
37332026-06-10T22:02:01.340Z[ host-package] Compiling secrecy v0.8.0
37342026-06-10T22:02:01.457Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37352026-06-10T22:02:01.731Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37362026-06-10T22:02:02.129Z[ host-package] Compiling progenitor v0.11.2
37372026-06-10T22:02:02.329Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37382026-06-10T22:02:02.711Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37392026-06-10T22:02:02.763Z[ host-package] Compiling serde_with_macros v1.5.2
37402026-06-10T22:02:03.044Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37412026-06-10T22:02:03.709Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37422026-06-10T22:02:04.090Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37432026-06-10T22:02:04.850Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37442026-06-10T22:02:06.114Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37452026-06-10T22:02:06.337Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37462026-06-10T22:02:06.571Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37472026-06-10T22:02:06.851Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37482026-06-10T22:02:07.002Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37492026-06-10T22:02:07.083Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37502026-06-10T22:02:07.235Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
37512026-06-10T22:02:07.310Z[ host-package] Compiling void v1.0.2
37522026-06-10T22:02:07.458Z[ host-package] Compiling base64 v0.21.7
37532026-06-10T22:02:07.517Z[ host-package] Compiling lzss v0.8.2
37542026-06-10T22:02:07.796Z[ host-package] Compiling ron v0.8.1
37552026-06-10T22:02:07.990Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37562026-06-10T22:02:08.743Z[ host-package] Compiling illumos-nvpair v0.3.0
37572026-06-10T22:02:09.241Z[ host-package] Compiling serde_with v1.14.0
37582026-06-10T22:02:09.690Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
37592026-06-10T22:02:09.905Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37602026-06-10T22:02:10.428Z[ host-package] Compiling tokio-rustls v0.24.1
37612026-06-10T22:02:11.035Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37622026-06-10T22:02:11.067Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37632026-06-10T22:02:11.897Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37642026-06-10T22:02:12.326Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37652026-06-10T22:02:12.763Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37662026-06-10T22:02:13.003Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37672026-06-10T22:02:13.067Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-06-10T22:02:13.254Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37692026-06-10T22:02:13.293Z[ host-package] Compiling tungstenite v0.23.0
37702026-06-10T22:02:13.501Z[ host-package] Compiling rustls-pemfile v1.0.4
37712026-06-10T22:02:13.920Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
37722026-06-10T22:02:14.598Z[ host-package] Compiling nix v0.27.1
37732026-06-10T22:02:14.925Z[ host-package] Compiling twox-hash v2.1.2
37742026-06-10T22:02:15.406Z[ host-package] Compiling serde_bytes v0.11.19
37752026-06-10T22:02:15.668Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37762026-06-10T22:02:15.711Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37772026-06-10T22:02:15.770Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
37782026-06-10T22:02:15.972Z[ host-package] Compiling tokio-tungstenite v0.23.1
37792026-06-10T22:02:16.454Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37802026-06-10T22:02:16.534Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37812026-06-10T22:02:16.820Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37822026-06-10T22:02:18.795Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37832026-06-10T22:02:19.011Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37842026-06-10T22:02:19.670Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37852026-06-10T22:02:20.027Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37862026-06-10T22:02:20.199Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37872026-06-10T22:02:20.470Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37882026-06-10T22:02:20.498Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37892026-06-10T22:02:20.522Z[ host-package] warning: unused imports: `BiHashItem` and `BiHashMap`
37902026-06-10T22:02:20.522Z[ host-package] --> nexus/fm/src/diagnosis/power_shelf.rs:7:13
37912026-06-10T22:02:20.522Z[ host-package] |
37922026-06-10T22:02:20.526Z[ host-package] 7 | use iddqd::{BiHashItem, BiHashMap};
37932026-06-10T22:02:20.526Z[ host-package] | ^^^^^^^^^^ ^^^^^^^^^
37942026-06-10T22:02:20.526Z[ host-package] |
37952026-06-10T22:02:20.533Z[ host-package] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
37962026-06-10T22:02:20.533Z[ host-package]
37972026-06-10T22:02:20.772Z[ host-package] warning: unused variable: `builder`
37982026-06-10T22:02:20.772Z[ host-package] --> nexus/fm/src/diagnosis/power_shelf.rs:16:5
37992026-06-10T22:02:20.777Z[ host-package] |
38002026-06-10T22:02:20.777Z[ host-package] 16 | builder: &mut SitrepBuilder<'_>,
38012026-06-10T22:02:20.777Z[ host-package] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_builder`
38022026-06-10T22:02:20.777Z[ host-package] |
38032026-06-10T22:02:20.777Z[ host-package] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
38042026-06-10T22:02:20.777Z[ host-package]
38052026-06-10T22:02:20.777Z[ host-package] warning: unused variable: `case`
38062026-06-10T22:02:20.777Z[ host-package] --> nexus/fm/src/diagnosis/power_shelf.rs:30:9
38072026-06-10T22:02:20.777Z[ host-package] |
38082026-06-10T22:02:20.777Z[ host-package] 30 | for case in parent_cases {
38092026-06-10T22:02:20.777Z[ host-package] | ^^^^ help: if this is intentional, prefix it with an underscore: `_case`
38102026-06-10T22:02:20.777Z[ host-package]
38112026-06-10T22:02:20.777Z[ host-package] warning: unused variable: `ereport`
38122026-06-10T22:02:20.777Z[ host-package] --> nexus/fm/src/diagnosis/power_shelf.rs:37:9
38132026-06-10T22:02:20.777Z[ host-package] |
38142026-06-10T22:02:20.777Z[ host-package] 37 | for ereport in input.new_ereports().iter() {
38152026-06-10T22:02:20.777Z[ host-package] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ereport`
38162026-06-10T22:02:20.777Z[ host-package]
38172026-06-10T22:02:20.777Z[ host-package] warning: struct `PsuCase` is never constructed
38182026-06-10T22:02:20.777Z[ host-package] --> nexus/fm/src/diagnosis/power_shelf.rs:65:12
38192026-06-10T22:02:20.777Z[ host-package] |
38202026-06-10T22:02:20.777Z[ host-package] 65 | pub struct PsuCase {
38212026-06-10T22:02:20.778Z[ host-package] | ^^^^^^^
38222026-06-10T22:02:20.778Z[ host-package] |
38232026-06-10T22:02:20.778Z[ host-package] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
38242026-06-10T22:02:20.778Z[ host-package]
38252026-06-10T22:02:20.778Z[ host-package] warning: struct `PsuLocation` is never constructed
38262026-06-10T22:02:20.778Z[ host-package] --> nexus/fm/src/diagnosis/power_shelf.rs:71:8
38272026-06-10T22:02:20.778Z[ host-package] |
38282026-06-10T22:02:20.778Z[ host-package] 71 | struct PsuLocation {
38292026-06-10T22:02:20.778Z[ host-package] | ^^^^^^^^^^^
38302026-06-10T22:02:20.778Z[ host-package]
38312026-06-10T22:02:21.049Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38322026-06-10T22:02:21.818Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38332026-06-10T22:02:22.360Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38342026-06-10T22:02:24.105Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38352026-06-10T22:02:24.768Z[ host-package] warning: `nexus-fm` (lib) generated 6 warnings (run `cargo fix --lib -p nexus-fm` to apply 4 suggestions)
38362026-06-10T22:02:24.768Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38372026-06-10T22:02:25.045Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38382026-06-10T22:02:25.957Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38392026-06-10T22:02:26.191Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38402026-06-10T22:02:26.892Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38412026-06-10T22:02:27.088Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38422026-06-10T22:02:27.995Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38432026-06-10T22:02:28.078Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38442026-06-10T22:02:28.235Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38452026-06-10T22:02:28.475Z[ host-package] Compiling signal-hook-tokio v0.3.1
38462026-06-10T22:02:28.675Z[ host-package] Compiling fatfs v0.3.6
38472026-06-10T22:02:28.750Z[ host-package] Compiling yasna v0.5.2
38482026-06-10T22:02:38.790Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38492026-06-10T22:02:38.895Z[ host-package] Compiling is_ci v1.2.0
38502026-06-10T22:02:38.895Z[ host-package] Compiling seq-macro v0.3.6
38512026-06-10T22:02:38.895Z[ host-package] Compiling assert_matches v1.5.0
38522026-06-10T22:02:38.895Z[ host-package] Compiling supports-color v3.0.2
38532026-06-10T22:02:38.895Z[ host-package] Compiling rcgen v0.12.1
38542026-06-10T22:02:38.895Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38552026-06-10T22:02:38.895Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38562026-06-10T22:02:38.895Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38572026-06-10T22:02:38.895Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38582026-06-10T22:02:38.895Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38592026-06-10T22:02:38.895Z[ host-package] Compiling subprocess v0.2.15
38602026-06-10T22:02:38.896Z[ host-package] Compiling rtoolbox v0.0.3
38612026-06-10T22:02:38.896Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38622026-06-10T22:02:38.896Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38632026-06-10T22:02:38.973Z[ host-package] Compiling rpassword v7.4.0
38642026-06-10T22:02:38.973Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38652026-06-10T22:02:38.973Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38662026-06-10T22:02:38.973Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38672026-06-10T22:02:38.973Z[ host-package] Compiling tui-tree-widget v0.23.1
38682026-06-10T22:02:38.973Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38692026-06-10T22:02:38.973Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38702026-06-10T22:02:38.973Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38712026-06-10T22:02:38.973Z[ host-package] Compiling uzers v0.12.2
38722026-06-10T22:02:38.973Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38732026-06-10T22:02:38.973Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38742026-06-10T22:02:39.004Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38752026-06-10T22:02:39.949Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38762026-06-10T22:02:42.912Z[ host-package] Compiling support-bundle-viewer v0.1.2
38772026-06-10T22:02:43.612Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38782026-06-10T22:02:45.859Z[ host-package] Compiling multimap v0.10.1
38792026-06-10T22:02:50.423Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38802026-06-10T22:03:00.320Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38812026-06-10T22:03:06.302Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38822026-06-10T22:03:06.626Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38832026-06-10T22:09:05.669Z[ host-package] Finished `release` profile [optimized] target(s) in 8m 46s
38842026-06-10T22:09:51.550ZJun 10 22:09:50.167 INFO [host-package] process exited with exit status: 0 (572.916640717s)
38852026-06-10T22:09:51.550ZJun 10 22:09:50.167 INFO [host-stamp] running task
38862026-06-10T22:09:51.553ZJun 10 22:09:50.167 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38872026-06-10T22:09:51.553ZJun 10 22:09:50.167 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 20.0.0-0.ci+gitf4ceffacdb5
38882026-06-10T22:09:51.553ZJun 10 22:09:50.168 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 20.0.0-0.ci+gitf4ceffacdb5
38892026-06-10T22:09:51.553ZJun 10 22:09:50.168 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 20.0.0-0.ci+gitf4ceffacdb5
38902026-06-10T22:09:51.554ZJun 10 22:09:50.168 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 20.0.0-0.ci+gitf4ceffacdb5
38912026-06-10T22:09:51.554ZJun 10 22:09:50.169 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 20.0.0-0.ci+gitf4ceffacdb5
38922026-06-10T22:09:51.554ZJun 10 22:09:50.169 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 20.0.0-0.ci+gitf4ceffacdb5
38932026-06-10T22:09:51.554ZJun 10 22:09:50.169 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 20.0.0-0.ci+gitf4ceffacdb5
38942026-06-10T22:09:51.554ZJun 10 22:09:50.169 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 20.0.0-0.ci+gitf4ceffacdb5
38952026-06-10T22:09:51.563Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38962026-06-10T22:09:51.563Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38972026-06-10T22:09:51.567Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38982026-06-10T22:09:51.567Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38992026-06-10T22:09:51.567Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39002026-06-10T22:09:51.567Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39012026-06-10T22:09:51.567Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39022026-06-10T22:09:51.567Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39032026-06-10T22:09:51.567Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39042026-06-10T22:09:51.567Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39052026-06-10T22:09:51.571ZJun 10 22:09:50.186 INFO [stamp-overlay] process exited with exit status: 0 (16.910006ms)
39062026-06-10T22:09:51.575Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39072026-06-10T22:09:51.579ZJun 10 22:09:50.195 INFO [stamp-oxlog] process exited with exit status: 0 (26.85948ms)
39082026-06-10T22:09:51.601Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39092026-06-10T22:09:51.606ZJun 10 22:09:50.222 INFO [stamp-crucible-utils] process exited with exit status: 0 (55.090081ms)
39102026-06-10T22:09:51.623Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39112026-06-10T22:09:51.626ZJun 10 22:09:50.242 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (73.954967ms)
39122026-06-10T22:09:51.751Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39132026-06-10T22:09:51.755ZJun 10 22:09:50.372 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (204.121345ms)
39142026-06-10T22:09:52.019Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39152026-06-10T22:09:52.029ZJun 10 22:09:50.596 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (427.523537ms)
39162026-06-10T22:09:52.105Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39172026-06-10T22:09:52.109ZJun 10 22:09:50.727 INFO [stamp-propolis-server] process exited with exit status: 0 (557.206955ms)
39182026-06-10T22:09:52.574Z[recovery-package] Compiling newtype-uuid v1.3.2
39192026-06-10T22:09:52.820Z[recovery-package] Compiling daft v0.1.7
39202026-06-10T22:09:53.041Z[recovery-package] Compiling iddqd v0.4.2
39212026-06-10T22:09:54.004Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39222026-06-10T22:09:54.280Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
39232026-06-10T22:09:54.280Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39242026-06-10T22:09:54.283Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
39252026-06-10T22:09:54.283Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39262026-06-10T22:09:54.283Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
39272026-06-10T22:09:54.283Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39282026-06-10T22:09:54.283Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39292026-06-10T22:09:54.283Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
39302026-06-10T22:09:54.391Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39312026-06-10T22:09:54.641Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39322026-06-10T22:09:54.681Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
39332026-06-10T22:09:54.797Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39342026-06-10T22:09:57.849Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39352026-06-10T22:09:57.853ZJun 10 22:09:56.470 INFO [stamp-switch-asic] process exited with exit status: 0 (6.301303766s)
39362026-06-10T22:09:57.853ZJun 10 22:09:56.470 INFO [host-stamp] task succeeded (6.303135797s)
39372026-06-10T22:09:57.853ZJun 10 22:09:56.470 INFO [host-proto] running task
39382026-06-10T22:09:58.325ZJun 10 22:09:56.941 INFO [host-proto] task succeeded (470.449052ms)
39392026-06-10T22:09:58.325ZJun 10 22:09:56.941 INFO [host-profile] running task
39402026-06-10T22:09:58.328ZJun 10 22:09:56.941 INFO [host-profile] task succeeded (220.22µs)
39412026-06-10T22:09:58.328ZJun 10 22:09:56.941 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/.tmp3gjDm6/proto/host/root -N 'ci f4ceffa/${os_short_commit} 2026-06-10 21:59' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39422026-06-10T22:09:58.334Z[ host-image] Jun 10 22:09:56.947 INFO Checking files for board 'cosmo-mbist'
39432026-06-10T22:09:58.334Z[ host-image] Jun 10 22:09:56.947 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39442026-06-10T22:09:58.334Z[ host-image] Jun 10 22:09:56.947 INFO Checking files for board 'cosmo-mbist-noaggr'
39452026-06-10T22:09:58.334Z[ host-image] Jun 10 22:09:56.947 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39462026-06-10T22:09:58.335Z[ host-image] Jun 10 22:09:56.947 INFO Checking files for board 'cosmo'
39472026-06-10T22:09:58.335Z[ host-image] Jun 10 22:09:56.947 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39482026-06-10T22:09:58.335Z[ host-image] Jun 10 22:09:56.947 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39492026-06-10T22:09:58.335Z[ host-image] Jun 10 22:09:56.947 INFO Checking files for board 'gimlet'
39502026-06-10T22:09:58.335Z[ host-image] Jun 10 22:09:56.947 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39512026-06-10T22:09:58.335Z[ host-image] Jun 10 22:09:56.947 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39522026-06-10T22:09:58.339Z[ host-image] Jun 10 22:09:56.956 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp3gjDm6/proto/host/root"
39532026-06-10T22:09:58.339Z[ host-image] Jun 10 22:09:56.956 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39542026-06-10T22:09:58.339Z[ host-image] Jun 10 22:09:56.956 INFO image builder template: ramdisk-01-os...
39552026-06-10T22:09:58.339Z[ host-image] Jun 10 22:09:56.956 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/.tmp3gjDm6/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39562026-06-10T22:09:58.351Z[ host-image] Jun 10 22:09:56.968 INFO O| Jun 10 22:09:56.968 INFO CREATE DATASET: rpool/images/build/host/output
39572026-06-10T22:09:58.890Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
39582026-06-10T22:09:58.890Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39592026-06-10T22:09:58.890Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39602026-06-10T22:09:58.894Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39612026-06-10T22:09:58.894Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39622026-06-10T22:10:00.754Z[ host-image] Jun 10 22:09:59.371 INFO O| Jun 10 22:09:59.371 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39632026-06-10T22:10:00.758Z[ host-image] Jun 10 22:09:59.375 INFO O| Jun 10 22:09:59.375 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39642026-06-10T22:10:00.998Z[ host-image] Jun 10 22:09:59.614 INFO O| Jun 10 22:09:59.614 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39652026-06-10T22:10:01.055Z[ host-image] Jun 10 22:09:59.672 INFO O| Jun 10 22:09:59.672 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39662026-06-10T22:10:01.055Z[ host-image] Jun 10 22:09:59.672 INFO O| Jun 10 22:09:59.672 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39672026-06-10T22:10:01.058Z[ host-image] Jun 10 22:09:59.672 INFO O| Jun 10 22:09:59.672 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39682026-06-10T22:10:01.058Z[ host-image] Jun 10 22:09:59.672 INFO O| Jun 10 22:09:59.672 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39692026-06-10T22:10:01.062Z[ host-image] Jun 10 22:09:59.678 INFO O| Jun 10 22:09:59.678 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39702026-06-10T22:10:01.278Z[ host-image] Jun 10 22:09:59.895 INFO O| Jun 10 22:09:59.895 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39712026-06-10T22:10:01.310Z[ host-image] Jun 10 22:09:59.903 INFO O| Jun 10 22:09:59.903 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39722026-06-10T22:10:01.570Z[ host-image] Jun 10 22:10:00.167 INFO O| Jun 10 22:10:00.167 INFO O| Caching catalogs ... Done
39732026-06-10T22:10:01.629Z[ host-image] Jun 10 22:10:00.232 INFO O| Jun 10 22:10:00.231 INFO STEP 0 (pkg_image_create) COMPLETE
39742026-06-10T22:10:01.629Z[ host-image] Jun 10 22:10:00.232 INFO O| Jun 10 22:10:00.232 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39752026-06-10T22:10:01.633Z[ host-image] Jun 10 22:10:00.239 INFO O| Jun 10 22:10:00.239 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"]
39762026-06-10T22:10:01.883Z[ host-image] Jun 10 22:10:00.496 INFO O| Jun 10 22:10:00.496 INFO STEP 1 (pkg_set_publisher) COMPLETE
39772026-06-10T22:10:01.883Z[ host-image] Jun 10 22:10:00.496 INFO O| Jun 10 22:10:00.496 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39782026-06-10T22:10:01.883Z[ host-image] Jun 10 22:10:00.496 INFO O| Jun 10 22:10:00.496 INFO skip step because feature "publisher_1_name" is not enabled
39792026-06-10T22:10:01.886Z[ host-image] Jun 10 22:10:00.496 INFO O| Jun 10 22:10:00.496 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39802026-06-10T22:10:01.886Z[ host-image] Jun 10 22:10:00.496 INFO O| Jun 10 22:10:00.496 INFO skip step because feature "publisher_2_name" is not enabled
39812026-06-10T22:10:01.886Z[ host-image] Jun 10 22:10:00.496 INFO O| Jun 10 22:10:00.496 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39822026-06-10T22:10:01.886Z[ host-image] Jun 10 22:10:00.496 INFO O| Jun 10 22:10:00.496 INFO skip step because feature "publisher_3_name" is not enabled
39832026-06-10T22:10:01.886Z[ host-image] Jun 10 22:10:00.496 INFO O| Jun 10 22:10:00.496 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39842026-06-10T22:10:02.155Z[ host-image] Jun 10 22:10:00.754 INFO O| Jun 10 22:10:00.754 INFO variant opensolaris.zone is already global
39852026-06-10T22:10:02.155Z[ host-image] Jun 10 22:10:00.754 INFO O| Jun 10 22:10:00.754 INFO STEP 5 (pkg_change_variant) COMPLETE
39862026-06-10T22:10:02.161Z[ host-image] Jun 10 22:10:00.754 INFO O| Jun 10 22:10:00.754 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39872026-06-10T22:10:02.415Z[ host-image] Jun 10 22:10:01.018 INFO O| Jun 10 22:10:01.018 INFO variant opensolaris.imagetype is full; changing to partial
39882026-06-10T22:10:02.415Z[ host-image] Jun 10 22:10:01.018 INFO O| Jun 10 22:10:01.018 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39892026-06-10T22:10:02.964Z[ host-image] Jun 10 22:10:01.571 INFO O| Jun 10 22:10:01.571 INFO O| Startup: Refreshing catalog 'helios' ... Done
39902026-06-10T22:10:03.030Z[ host-image] Jun 10 22:10:01.647 INFO O| Jun 10 22:10:01.647 INFO O| Startup: Caching catalogs ... Done
39912026-06-10T22:10:03.033Z[ host-image] Jun 10 22:10:01.650 INFO O| Jun 10 22:10:01.650 INFO O| Planning: Planning completed in 0.00 seconds
39922026-06-10T22:10:03.033Z[ host-image] Jun 10 22:10:01.650 INFO O| Jun 10 22:10:01.650 INFO O| Planning: Consolidating action changes ... Done
39932026-06-10T22:10:03.033Z[ host-image] Jun 10 22:10:01.650 INFO O| Jun 10 22:10:01.650 INFO O| Planning: Evaluating mediators ... Done
39942026-06-10T22:10:03.033Z[ host-image] Jun 10 22:10:01.650 INFO O| Jun 10 22:10:01.650 INFO O| Planning: Planning completed in 0.00 seconds
39952026-06-10T22:10:03.036Z[ host-image] Jun 10 22:10:01.650 INFO O| Jun 10 22:10:01.650 INFO O| Variants/Facets to change: 1
39962026-06-10T22:10:03.042Z[ host-image] Jun 10 22:10:01.659 INFO O| Jun 10 22:10:01.659 INFO O| Finalize: Updating package state database ... Done
39972026-06-10T22:10:03.042Z[ host-image] Jun 10 22:10:01.659 INFO O| Jun 10 22:10:01.659 INFO O| Finalize: Updating package cache ... Done
39982026-06-10T22:10:03.079Z[ host-image] Jun 10 22:10:01.672 INFO O| Jun 10 22:10:01.672 INFO O| Finalize: Updating image state ... Done
39992026-06-10T22:10:03.082Z[ host-image] Jun 10 22:10:01.674 INFO O| Jun 10 22:10:01.674 INFO O| Finalize: Creating fast lookup database ... Done
40002026-06-10T22:10:03.082Z[ host-image] Jun 10 22:10:01.675 INFO O| Jun 10 22:10:01.675 INFO O| Finalize: Reading search index ... Done
40012026-06-10T22:10:03.082Z[ host-image] Jun 10 22:10:01.675 INFO O| Jun 10 22:10:01.675 INFO O| Finalize: Updating search index ... Done
40022026-06-10T22:10:03.082Z[ host-image] Jun 10 22:10:01.675 INFO O| Jun 10 22:10:01.675 INFO O| Finalize: Updating package cache ... Done
40032026-06-10T22:10:03.146Z[ host-image] Jun 10 22:10:01.748 INFO O| Jun 10 22:10:01.748 INFO STEP 6 (pkg_change_variant) COMPLETE
40042026-06-10T22:10:03.146Z[ host-image] Jun 10 22:10:01.748 INFO O| Jun 10 22:10:01.748 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40052026-06-10T22:10:03.149Z[ host-image] Jun 10 22:10:01.748 INFO O| Jun 10 22:10:01.748 INFO skip step because feature "debug_variant" is not enabled
40062026-06-10T22:10:03.149Z[ host-image] Jun 10 22:10:01.748 INFO O| Jun 10 22:10:01.748 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40072026-06-10T22:10:03.378Z[ host-image] Jun 10 22:10:01.995 INFO O| Jun 10 22:10:01.995 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40082026-06-10T22:10:03.933Z[ host-image] Jun 10 22:10:02.544 INFO O| Jun 10 22:10:02.544 INFO O| Startup: Refreshing catalog 'helios' ... Done
40092026-06-10T22:10:04.003Z[ host-image] Jun 10 22:10:02.620 INFO O| Jun 10 22:10:02.620 INFO O| Startup: Caching catalogs ... Done
40102026-06-10T22:10:04.006Z[ host-image] Jun 10 22:10:02.623 INFO O| Jun 10 22:10:02.623 INFO O| Planning: Planning completed in 0.00 seconds
40112026-06-10T22:10:04.009Z[ host-image] Jun 10 22:10:02.624 INFO O| Jun 10 22:10:02.624 INFO O| Planning: Consolidating action changes ... Done
40122026-06-10T22:10:04.009Z[ host-image] Jun 10 22:10:02.624 INFO O| Jun 10 22:10:02.624 INFO O| Planning: Evaluating mediators ... Done
40132026-06-10T22:10:04.009Z[ host-image] Jun 10 22:10:02.624 INFO O| Jun 10 22:10:02.624 INFO O| Planning: Planning completed in 0.00 seconds
40142026-06-10T22:10:04.009Z[ host-image] Jun 10 22:10:02.624 INFO O| Jun 10 22:10:02.624 INFO O| Variants/Facets to change: 1
40152026-06-10T22:10:04.015Z[ host-image] Jun 10 22:10:02.632 INFO O| Jun 10 22:10:02.632 INFO O| Finalize: Updating package state database ... Done
40162026-06-10T22:10:04.015Z[ host-image] Jun 10 22:10:02.632 INFO O| Jun 10 22:10:02.632 INFO O| Finalize: Updating package cache ... Done
40172026-06-10T22:10:04.051Z[ host-image] Jun 10 22:10:02.646 INFO O| Jun 10 22:10:02.646 INFO O| Finalize: Updating image state ... Done
40182026-06-10T22:10:04.054Z[ host-image] Jun 10 22:10:02.648 INFO O| Jun 10 22:10:02.648 INFO O| Finalize: Creating fast lookup database ... Done
40192026-06-10T22:10:04.054Z[ host-image] Jun 10 22:10:02.649 INFO O| Jun 10 22:10:02.649 INFO O| Finalize: Reading search index ... Done
40202026-06-10T22:10:04.054Z[ host-image] Jun 10 22:10:02.649 INFO O| Jun 10 22:10:02.649 INFO O| Finalize: Updating search index ... Done
40212026-06-10T22:10:04.054Z[ host-image] Jun 10 22:10:02.649 INFO O| Jun 10 22:10:02.649 INFO O| Finalize: Updating package cache ... Done
40222026-06-10T22:10:04.107Z[ host-image] Jun 10 22:10:02.724 INFO O| Jun 10 22:10:02.724 INFO STEP 8 (pkg_change_facet) COMPLETE
40232026-06-10T22:10:04.107Z[ host-image] Jun 10 22:10:02.724 INFO O| Jun 10 22:10:02.724 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40242026-06-10T22:10:04.108Z[ host-image] Jun 10 22:10:02.724 INFO O| Jun 10 22:10:02.724 INFO skip step because feature "recovery" is not enabled
40252026-06-10T22:10:04.111Z[ host-image] Jun 10 22:10:02.724 INFO O| Jun 10 22:10:02.724 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40262026-06-10T22:10:04.111Z[ host-image] Jun 10 22:10:02.724 INFO O| Jun 10 22:10:02.724 INFO skip step because feature "recovery" is not enabled
40272026-06-10T22:10:04.111Z[ host-image] Jun 10 22:10:02.724 INFO O| Jun 10 22:10:02.724 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40282026-06-10T22:10:04.114Z[ host-image] Jun 10 22:10:02.730 INFO O| Jun 10 22:10:02.730 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@20.0.0.0"]
40292026-06-10T22:10:04.631Z[ host-image] Jun 10 22:10:03.248 INFO O| Jun 10 22:10:03.248 INFO O| Startup: Refreshing catalog 'helios' ... Done
40302026-06-10T22:10:04.706Z[ host-image] Jun 10 22:10:03.324 INFO O| Jun 10 22:10:03.324 INFO O| Startup: Caching catalogs ... Done
40312026-06-10T22:10:05.050Z[ host-image] Jun 10 22:10:03.648 INFO O| Jun 10 22:10:03.648 INFO O| Planning: Solver setup ... Done
40322026-06-10T22:10:05.057Z[ host-image] Jun 10 22:10:03.658 INFO O| Jun 10 22:10:03.658 INFO O| Planning: Running solver ... Done
40332026-06-10T22:10:05.057Z[ host-image] Jun 10 22:10:03.666 INFO O| Jun 10 22:10:03.666 INFO O| Planning: Finding local manifests ... Done
40342026-06-10T22:10:05.071Z[ host-image] Jun 10 22:10:03.689 INFO O| Jun 10 22:10:03.689 INFO O| Planning: Fetching manifests: 0/128 0% complete
40352026-06-10T22:10:06.832Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40362026-06-10T22:10:07.745Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40372026-06-10T22:10:08.196Z[ host-image] Jun 10 22:10:06.813 INFO O| Jun 10 22:10:06.813 INFO O| Planning: Fetching manifests: 128/128 100% complete
40382026-06-10T22:10:08.682Z[ host-image] Jun 10 22:10:07.298 INFO O| Jun 10 22:10:07.298 INFO O| Planning: Package planning ... Done
40392026-06-10T22:10:08.993Z[ host-image] Jun 10 22:10:07.608 INFO O| Jun 10 22:10:07.607 INFO O| Planning: Merging actions ... Done
40402026-06-10T22:10:09.160Z[ host-image] Jun 10 22:10:07.749 INFO O| Jun 10 22:10:07.749 INFO O| Planning: Checking for conflicting actions ... Done
40412026-06-10T22:10:09.243Z[ host-image] Jun 10 22:10:07.852 INFO O| Jun 10 22:10:07.852 INFO O| Planning: Consolidating action changes ... Done
40422026-06-10T22:10:09.410Z[ host-image] Jun 10 22:10:08.026 INFO O| Jun 10 22:10:08.026 INFO O| Planning: Evaluating mediators ... Done
40432026-06-10T22:10:10.069Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40442026-06-10T22:10:10.069Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40452026-06-10T22:10:10.911Z[ host-image] Jun 10 22:10:09.504 INFO O| Jun 10 22:10:09.504 INFO O| Planning: Planning completed in 6.18 seconds
40462026-06-10T22:10:10.918Z[ host-image] Jun 10 22:10:09.506 INFO O| Jun 10 22:10:09.506 INFO O| Packages to install: 128
40472026-06-10T22:10:10.918Z[ host-image] Jun 10 22:10:09.506 INFO O| Jun 10 22:10:09.506 INFO O| Mediators to change: 5
40482026-06-10T22:10:10.918Z[ host-image] Jun 10 22:10:09.506 INFO O| Jun 10 22:10:09.506 INFO O| Services to change: 6
40492026-06-10T22:10:10.921Z[ host-image] Jun 10 22:10:09.536 INFO O| Jun 10 22:10:09.536 INFO O| Download: 0/23765 items 0.0/222.1MB 0% complete
40502026-06-10T22:10:11.095Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40512026-06-10T22:10:11.756Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40522026-06-10T22:10:16.005Z[ host-image] Jun 10 22:10:14.620 INFO O| Jun 10 22:10:14.620 INFO O| Download: 1616/23765 items 9.7/222.1MB 4% complete (2.1M/s)
40532026-06-10T22:10:21.011Z[ host-image] Jun 10 22:10:19.623 INFO O| Jun 10 22:10:19.623 INFO O| Download: 1772/23765 items 11.9/222.1MB 5% complete (1.3M/s)
40542026-06-10T22:10:24.063Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.31s
40552026-06-10T22:10:25.578ZJun 10 22:10:24.194 INFO [recovery-package] process exited with exit status: 0 (34.027020964s)
40562026-06-10T22:10:25.578ZJun 10 22:10:24.194 INFO [recovery-stamp] running task
40572026-06-10T22:10:25.589ZJun 10 22:10:24.194 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40582026-06-10T22:10:25.589ZJun 10 22:10:24.194 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+gitf4ceffacdb5
40592026-06-10T22:10:25.589ZJun 10 22:10:24.195 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 20.0.0-0.ci+gitf4ceffacdb5
40602026-06-10T22:10:25.595Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40612026-06-10T22:10:25.595Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40622026-06-10T22:10:25.723Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40632026-06-10T22:10:25.730ZJun 10 22:10:24.343 INFO [stamp-installinator] process exited with exit status: 0 (148.480665ms)
40642026-06-10T22:10:25.778Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40652026-06-10T22:10:25.786ZJun 10 22:10:24.395 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (200.209593ms)
40662026-06-10T22:10:25.786ZJun 10 22:10:24.395 INFO [recovery-stamp] task succeeded (200.988834ms)
40672026-06-10T22:10:25.786ZJun 10 22:10:24.395 INFO [recovery-proto] running task
40682026-06-10T22:10:25.786ZJun 10 22:10:24.395 INFO [tuf-stamp] running task
40692026-06-10T22:10:25.786ZJun 10 22:10:24.396 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 20.0.0-0.ci+gitf4ceffacdb5
40702026-06-10T22:10:25.786ZJun 10 22:10:24.396 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 20.0.0-0.ci+gitf4ceffacdb5
40712026-06-10T22:10:25.786ZJun 10 22:10:24.397 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 20.0.0-0.ci+gitf4ceffacdb5
40722026-06-10T22:10:25.786ZJun 10 22:10:24.397 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 20.0.0-0.ci+gitf4ceffacdb5
40732026-06-10T22:10:25.786ZJun 10 22:10:24.398 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 20.0.0-0.ci+gitf4ceffacdb5
40742026-06-10T22:10:25.786ZJun 10 22:10:24.398 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 20.0.0-0.ci+gitf4ceffacdb5
40752026-06-10T22:10:25.787ZJun 10 22:10:24.398 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 20.0.0-0.ci+gitf4ceffacdb5
40762026-06-10T22:10:25.787ZJun 10 22:10:24.399 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 20.0.0-0.ci+gitf4ceffacdb5
40772026-06-10T22:10:25.787ZJun 10 22:10:24.399 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 20.0.0-0.ci+gitf4ceffacdb5
40782026-06-10T22:10:25.787ZJun 10 22:10:24.399 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 20.0.0-0.ci+gitf4ceffacdb5
40792026-06-10T22:10:25.787ZJun 10 22:10:24.400 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 20.0.0-0.ci+gitf4ceffacdb5
40802026-06-10T22:10:25.787ZJun 10 22:10:24.400 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 20.0.0-0.ci+gitf4ceffacdb5
40812026-06-10T22:10:25.796Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40822026-06-10T22:10:25.799Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40832026-06-10T22:10:25.799Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40842026-06-10T22:10:25.799Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40852026-06-10T22:10:25.799Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40862026-06-10T22:10:25.799Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40872026-06-10T22:10:25.799Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40882026-06-10T22:10:25.799Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40892026-06-10T22:10:25.799Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40902026-06-10T22:10:25.799Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40912026-06-10T22:10:25.799Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40922026-06-10T22:10:25.799Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40932026-06-10T22:10:25.841Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40942026-06-10T22:10:25.849ZJun 10 22:10:24.462 INFO [stamp-probe] process exited with exit status: 0 (64.945383ms)
40952026-06-10T22:10:25.904ZJun 10 22:10:24.521 INFO [recovery-proto] task succeeded (125.312346ms)
40962026-06-10T22:10:25.919ZJun 10 22:10:24.521 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/.tmp3gjDm6/proto/recovery/root -N 'recovery f4ceffa/${os_short_commit} 2026-06-10 21:59' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40972026-06-10T22:10:25.919Z[ recovery-image] Jun 10 22:10:24.528 INFO Checking files for board 'gimlet'
40982026-06-10T22:10:25.919Z[ recovery-image] Jun 10 22:10:24.528 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40992026-06-10T22:10:25.919Z[ recovery-image] Jun 10 22:10:24.528 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
41002026-06-10T22:10:25.919Z[ recovery-image] Jun 10 22:10:24.528 INFO Checking files for board 'cosmo-mbist-noaggr'
41012026-06-10T22:10:25.919Z[ recovery-image] Jun 10 22:10:24.528 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
41022026-06-10T22:10:25.919Z[ recovery-image] Jun 10 22:10:24.528 INFO Checking files for board 'cosmo-mbist'
41032026-06-10T22:10:25.919Z[ recovery-image] Jun 10 22:10:24.528 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
41042026-06-10T22:10:25.919Z[ recovery-image] Jun 10 22:10:24.528 INFO Checking files for board 'cosmo'
41052026-06-10T22:10:25.919Z[ recovery-image] Jun 10 22:10:24.528 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41062026-06-10T22:10:25.919Z[ recovery-image] Jun 10 22:10:24.528 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
41072026-06-10T22:10:25.926Z[ recovery-image] Jun 10 22:10:24.537 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp3gjDm6/proto/recovery/root"
41082026-06-10T22:10:25.926Z[ recovery-image] Jun 10 22:10:24.537 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
41092026-06-10T22:10:25.926Z[ recovery-image] Jun 10 22:10:24.537 INFO image builder template: ramdisk-01-os...
41102026-06-10T22:10:25.926Z[ recovery-image] Jun 10 22:10:24.537 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/.tmp3gjDm6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.41.483", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41112026-06-10T22:10:25.936Z[ recovery-image] Jun 10 22:10:24.553 INFO O| Jun 10 22:10:24.553 INFO CREATE DATASET: rpool/images/build/recovery/output
41122026-06-10T22:10:26.031Z[ host-image] Jun 10 22:10:24.635 INFO O| Jun 10 22:10:24.635 INFO O| Download: 2077/23765 items 22.6/222.1MB 10% complete (1.3M/s)
41132026-06-10T22:10:26.175Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
41142026-06-10T22:10:26.209Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
41152026-06-10T22:10:26.302Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
41162026-06-10T22:10:26.306ZJun 10 22:10:24.919 INFO [stamp-ntp] process exited with exit status: 0 (519.67463ms)
41172026-06-10T22:10:26.339Z[ recovery-image] Jun 10 22:10:24.955 INFO O| Jun 10 22:10:24.955 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41182026-06-10T22:10:26.342Z[ recovery-image] Jun 10 22:10:24.959 INFO O| Jun 10 22:10:24.959 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41192026-06-10T22:10:26.449Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
41202026-06-10T22:10:26.455ZJun 10 22:10:25.069 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (670.587995ms)
41212026-06-10T22:10:26.568Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
41222026-06-10T22:10:26.649ZJun 10 22:10:25.155 INFO [stamp-external-dns] process exited with exit status: 0 (757.187337ms)
41232026-06-10T22:10:26.649Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41242026-06-10T22:10:26.649ZJun 10 22:10:25.176 INFO [stamp-internal-dns] process exited with exit status: 0 (776.268824ms)
41252026-06-10T22:10:26.656Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41262026-06-10T22:10:26.656ZJun 10 22:10:25.257 INFO [stamp-crucible-zone] process exited with exit status: 0 (861.057065ms)
41272026-06-10T22:10:26.810Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41282026-06-10T22:10:26.817ZJun 10 22:10:25.430 INFO [stamp-oximeter] process exited with exit status: 0 (1.030400087s)
41292026-06-10T22:10:27.757Z[ recovery-image] Jun 10 22:10:26.373 INFO O| Jun 10 22:10:26.373 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41302026-06-10T22:10:28.339Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41312026-06-10T22:10:28.342ZJun 10 22:10:26.958 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.559599997s)
41322026-06-10T22:10:29.023Z[ recovery-image] Jun 10 22:10:27.640 INFO O| Jun 10 22:10:27.640 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41332026-06-10T22:10:29.023Z[ recovery-image] Jun 10 22:10:27.640 INFO O| Jun 10 22:10:27.640 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41342026-06-10T22:10:29.023Z[ recovery-image] Jun 10 22:10:27.640 INFO O| Jun 10 22:10:27.640 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41352026-06-10T22:10:29.030Z[ recovery-image] Jun 10 22:10:27.640 INFO O| Jun 10 22:10:27.640 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41362026-06-10T22:10:29.039Z[ recovery-image] Jun 10 22:10:27.646 INFO O| Jun 10 22:10:27.646 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41372026-06-10T22:10:29.865Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41382026-06-10T22:10:29.877ZJun 10 22:10:28.482 INFO [stamp-nexus] process exited with exit status: 0 (4.084428865s)
41392026-06-10T22:10:30.366Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41402026-06-10T22:10:30.371ZJun 10 22:10:28.984 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.586696058s)
41412026-06-10T22:10:30.498Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41422026-06-10T22:10:30.501ZJun 10 22:10:29.117 INFO [stamp-clickhouse] process exited with exit status: 0 (4.717274986s)
41432026-06-10T22:10:30.510Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41442026-06-10T22:10:30.561Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41452026-06-10T22:10:30.572ZJun 10 22:10:29.180 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.783839011s)
41462026-06-10T22:10:30.572ZJun 10 22:10:29.180 INFO [tuf-stamp] task succeeded (4.784344621s)
41472026-06-10T22:10:30.735Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41482026-06-10T22:10:30.797Z[verify-libraries] Compiling stacker v0.1.23
41492026-06-10T22:10:30.797Z[verify-libraries] Compiling cfg_aliases v0.1.1
41502026-06-10T22:10:30.803Z[verify-libraries] Compiling home v0.5.12
41512026-06-10T22:10:30.817Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
41522026-06-10T22:10:30.817Z[verify-libraries] Compiling nibble_vec v0.1.0
41532026-06-10T22:10:30.822Z[verify-libraries] Compiling endian-type v0.1.2
41542026-06-10T22:10:30.881Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41552026-06-10T22:10:30.905Z[verify-libraries] Compiling nix v0.28.0
41562026-06-10T22:10:30.930Z[verify-libraries] Compiling sqlparser_derive v0.5.0
41572026-06-10T22:10:30.949Z[verify-libraries] Compiling winnow v0.6.26
41582026-06-10T22:10:30.954Z[verify-libraries] Compiling unicode_categories v0.1.1
41592026-06-10T22:10:30.995Z[verify-libraries] Compiling radix_trie v0.2.1
41602026-06-10T22:10:31.015Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41612026-06-10T22:10:31.058Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41622026-06-10T22:10:31.113Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41632026-06-10T22:10:31.142Z[verify-libraries] Compiling polyval v0.6.2
41642026-06-10T22:10:31.168Z[verify-libraries] Compiling ctr v0.9.2
41652026-06-10T22:10:31.190Z[verify-libraries] Compiling colored v2.2.0
41662026-06-10T22:10:31.190Z[verify-libraries] Compiling blowfish v0.9.1
41672026-06-10T22:10:31.238Z[verify-libraries] Compiling ssh-encoding v0.2.0
41682026-06-10T22:10:31.343Z[verify-libraries] Compiling ghash v0.5.1
41692026-06-10T22:10:31.366Z[ host-image] Jun 10 22:10:29.979 INFO O| Jun 10 22:10:29.979 INFO O| Download: 2207/23765 items 23.5/222.1MB 10% complete (1.2M/s)
41702026-06-10T22:10:31.427Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41712026-06-10T22:10:31.475Z[verify-libraries] Compiling password-hash v0.4.2
41722026-06-10T22:10:31.484Z[verify-libraries] Compiling petname v2.0.2
41732026-06-10T22:10:31.518Z[verify-libraries] Compiling aes-gcm v0.10.3
41742026-06-10T22:10:31.524Z[verify-libraries] Compiling psm v0.1.30
41752026-06-10T22:10:31.564Z[verify-libraries] Compiling p256 v0.13.2
41762026-06-10T22:10:31.569Z[verify-libraries] Compiling p521 v0.13.3
41772026-06-10T22:10:31.614Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41782026-06-10T22:10:31.622Z[verify-libraries] Compiling md5 v0.7.0
41792026-06-10T22:10:31.702Z[verify-libraries] Compiling ssh-cipher v0.2.0
41802026-06-10T22:10:31.755Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41812026-06-10T22:10:31.776Z[verify-libraries] Compiling pbkdf2 v0.11.0
41822026-06-10T22:10:31.899Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41832026-06-10T22:10:31.908Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41842026-06-10T22:10:31.909Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41852026-06-10T22:10:31.939Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41862026-06-10T22:10:31.984Z[verify-libraries] Compiling ssh-key v0.6.7
41872026-06-10T22:10:32.046Z[verify-libraries] Compiling num-bigint v0.4.6
41882026-06-10T22:10:32.093Z[verify-libraries] Compiling des v0.8.1
41892026-06-10T22:10:32.112Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41902026-06-10T22:10:32.193Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41912026-06-10T22:10:32.223Z[verify-libraries] Compiling hex-literal v0.4.1
41922026-06-10T22:10:32.379Z[verify-libraries] Compiling sync-ptr v0.1.4
41932026-06-10T22:10:32.592Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41942026-06-10T22:10:32.639Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41952026-06-10T22:10:32.640Z[verify-libraries] Compiling recursive v0.1.1
41962026-06-10T22:10:32.640Z[verify-libraries] Compiling rustyline v14.0.0
41972026-06-10T22:10:32.656Z[verify-libraries] Compiling sqlformat v0.3.5
41982026-06-10T22:10:32.656Z[verify-libraries] Compiling sqlparser v0.61.0
41992026-06-10T22:10:32.656Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
42002026-06-10T22:10:32.681Z[verify-libraries] Compiling socket2 v0.5.10
42012026-06-10T22:10:32.785Z[verify-libraries] Compiling internet-checksum v0.2.1
42022026-06-10T22:10:32.913Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42032026-06-10T22:10:32.962Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42042026-06-10T22:10:32.978Z[ recovery-image] Jun 10 22:10:31.595 INFO O| Jun 10 22:10:31.595 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42052026-06-10T22:10:32.989Z[ recovery-image] Jun 10 22:10:31.605 INFO O| Jun 10 22:10:31.605 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42062026-06-10T22:10:33.247Z[verify-libraries] Compiling russh-keys v0.45.0
42072026-06-10T22:10:33.352Z[verify-libraries] Compiling git-stub v1.0.0
42082026-06-10T22:10:33.357Z[ recovery-image] Jun 10 22:10:31.971 INFO O| Jun 10 22:10:31.971 INFO O| Caching catalogs ... Done
42092026-06-10T22:10:33.458Z[ recovery-image] Jun 10 22:10:32.074 INFO O| Jun 10 22:10:32.074 INFO STEP 0 (pkg_image_create) COMPLETE
42102026-06-10T22:10:33.458Z[ recovery-image] Jun 10 22:10:32.074 INFO O| Jun 10 22:10:32.074 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42112026-06-10T22:10:33.468Z[ recovery-image] Jun 10 22:10:32.084 INFO O| Jun 10 22:10:32.084 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"]
42122026-06-10T22:10:33.785Z[verify-libraries] Compiling diff v0.1.13
42132026-06-10T22:10:34.983Z[verify-libraries] Compiling yansi v1.0.1
42142026-06-10T22:10:34.983Z[ recovery-image] Jun 10 22:10:32.444 INFO O| Jun 10 22:10:32.444 INFO STEP 1 (pkg_set_publisher) COMPLETE
42152026-06-10T22:10:34.983Z[ recovery-image] Jun 10 22:10:32.444 INFO O| Jun 10 22:10:32.444 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42162026-06-10T22:10:34.983Z[ recovery-image] Jun 10 22:10:32.444 INFO O| Jun 10 22:10:32.444 INFO skip step because feature "publisher_1_name" is not enabled
42172026-06-10T22:10:34.983Z[ recovery-image] Jun 10 22:10:32.444 INFO O| Jun 10 22:10:32.444 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42182026-06-10T22:10:34.984Z[ recovery-image] Jun 10 22:10:32.444 INFO O| Jun 10 22:10:32.444 INFO skip step because feature "publisher_2_name" is not enabled
42192026-06-10T22:10:34.984Z[ recovery-image] Jun 10 22:10:32.444 INFO O| Jun 10 22:10:32.444 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42202026-06-10T22:10:34.984Z[ recovery-image] Jun 10 22:10:32.444 INFO O| Jun 10 22:10:32.444 INFO skip step because feature "publisher_3_name" is not enabled
42212026-06-10T22:10:34.984Z[ recovery-image] Jun 10 22:10:32.444 INFO O| Jun 10 22:10:32.444 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42222026-06-10T22:10:34.984Z[verify-libraries] Compiling git-stub-vcs v0.1.0
42232026-06-10T22:10:34.984Z[ recovery-image] Jun 10 22:10:32.768 INFO O| Jun 10 22:10:32.768 INFO variant opensolaris.zone is already global
42242026-06-10T22:10:34.984Z[ recovery-image] Jun 10 22:10:32.769 INFO O| Jun 10 22:10:32.768 INFO STEP 5 (pkg_change_variant) COMPLETE
42252026-06-10T22:10:34.984Z[ recovery-image] Jun 10 22:10:32.769 INFO O| Jun 10 22:10:32.768 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42262026-06-10T22:10:34.984Z[verify-libraries] Compiling pretty_assertions v1.4.1
42272026-06-10T22:10:34.984Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42282026-06-10T22:10:34.984Z[ recovery-image] Jun 10 22:10:33.133 INFO O| Jun 10 22:10:33.133 INFO variant opensolaris.imagetype is full; changing to partial
42292026-06-10T22:10:34.984Z[ recovery-image] Jun 10 22:10:33.133 INFO O| Jun 10 22:10:33.133 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42302026-06-10T22:10:34.984Z[verify-libraries] Compiling russh v0.45.0
42312026-06-10T22:10:34.984Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42322026-06-10T22:10:34.984Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42332026-06-10T22:10:35.033Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42342026-06-10T22:10:35.143Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42352026-06-10T22:10:35.214Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42362026-06-10T22:10:35.263Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
42372026-06-10T22:10:35.355Z[ recovery-image] Jun 10 22:10:33.971 INFO O| Jun 10 22:10:33.971 INFO O| Startup: Refreshing catalog 'helios' ... Done
42382026-06-10T22:10:35.396Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42392026-06-10T22:10:35.516Z[ recovery-image] Jun 10 22:10:34.075 INFO O| Jun 10 22:10:34.075 INFO O| Startup: Caching catalogs ... Done
42402026-06-10T22:10:35.523Z[ recovery-image] Jun 10 22:10:34.081 INFO O| Jun 10 22:10:34.081 INFO O| Planning: Planning completed in 0.00 seconds
42412026-06-10T22:10:35.523Z[ recovery-image] Jun 10 22:10:34.081 INFO O| Jun 10 22:10:34.081 INFO O| Planning: Consolidating action changes ... Done
42422026-06-10T22:10:35.523Z[ recovery-image] Jun 10 22:10:34.081 INFO O| Jun 10 22:10:34.081 INFO O| Planning: Evaluating mediators ... Done
42432026-06-10T22:10:35.523Z[ recovery-image] Jun 10 22:10:34.082 INFO O| Jun 10 22:10:34.082 INFO O| Planning: Planning completed in 0.00 seconds
42442026-06-10T22:10:35.523Z[ recovery-image] Jun 10 22:10:34.082 INFO O| Jun 10 22:10:34.082 INFO O| Variants/Facets to change: 1
42452026-06-10T22:10:35.523Z[verify-libraries] Compiling drift v0.2.0
42462026-06-10T22:10:35.523Z[ recovery-image] Jun 10 22:10:34.092 INFO O| Jun 10 22:10:34.092 INFO O| Finalize: Updating package state database ... Done
42472026-06-10T22:10:35.523Z[ recovery-image] Jun 10 22:10:34.093 INFO O| Jun 10 22:10:34.092 INFO O| Finalize: Updating package cache ... Done
42482026-06-10T22:10:35.523Z[ recovery-image] Jun 10 22:10:34.111 INFO O| Jun 10 22:10:34.111 INFO O| Finalize: Updating image state ... Done
42492026-06-10T22:10:35.524Z[ recovery-image] Jun 10 22:10:34.115 INFO O| Jun 10 22:10:34.115 INFO O| Finalize: Creating fast lookup database ... Done
42502026-06-10T22:10:35.524Z[ recovery-image] Jun 10 22:10:34.115 INFO O| Jun 10 22:10:34.115 INFO O| Finalize: Reading search index ... Done
42512026-06-10T22:10:35.524Z[ recovery-image] Jun 10 22:10:34.115 INFO O| Jun 10 22:10:34.115 INFO O| Finalize: Updating search index ... Done
42522026-06-10T22:10:35.524Z[ recovery-image] Jun 10 22:10:34.116 INFO O| Jun 10 22:10:34.116 INFO O| Finalize: Updating package cache ... Done
42532026-06-10T22:10:35.650Z[ recovery-image] Jun 10 22:10:34.242 INFO O| Jun 10 22:10:34.242 INFO STEP 6 (pkg_change_variant) COMPLETE
42542026-06-10T22:10:35.650Z[ recovery-image] Jun 10 22:10:34.242 INFO O| Jun 10 22:10:34.242 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42552026-06-10T22:10:35.656Z[ recovery-image] Jun 10 22:10:34.242 INFO O| Jun 10 22:10:34.242 INFO skip step because feature "debug_variant" is not enabled
42562026-06-10T22:10:35.656Z[ recovery-image] Jun 10 22:10:34.242 INFO O| Jun 10 22:10:34.242 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42572026-06-10T22:10:35.700Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42582026-06-10T22:10:35.734Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42592026-06-10T22:10:35.765Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42602026-06-10T22:10:35.820Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42612026-06-10T22:10:35.947Z[ recovery-image] Jun 10 22:10:34.564 INFO O| Jun 10 22:10:34.564 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42622026-06-10T22:10:36.250Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42632026-06-10T22:10:36.309Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
42642026-06-10T22:10:36.387Z[ host-image] Jun 10 22:10:35.003 INFO O| Jun 10 22:10:35.003 INFO O| Download: 3161/23765 items 33.5/222.1MB 15% complete (1.2M/s)
42652026-06-10T22:10:36.488Z[verify-libraries] Compiling termios v0.3.3
42662026-06-10T22:10:36.746Z[ recovery-image] Jun 10 22:10:35.362 INFO O| Jun 10 22:10:35.362 INFO O| Startup: Refreshing catalog 'helios' ... Done
42672026-06-10T22:10:36.773Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42682026-06-10T22:10:36.842Z[ recovery-image] Jun 10 22:10:35.459 INFO O| Jun 10 22:10:35.458 INFO O| Startup: Caching catalogs ... Done
42692026-06-10T22:10:36.848Z[ recovery-image] Jun 10 22:10:35.465 INFO O| Jun 10 22:10:35.465 INFO O| Planning: Planning completed in 0.00 seconds
42702026-06-10T22:10:36.856Z[ recovery-image] Jun 10 22:10:35.465 INFO O| Jun 10 22:10:35.465 INFO O| Planning: Consolidating action changes ... Done
42712026-06-10T22:10:36.856Z[ recovery-image] Jun 10 22:10:35.465 INFO O| Jun 10 22:10:35.465 INFO O| Planning: Evaluating mediators ... Done
42722026-06-10T22:10:36.856Z[ recovery-image] Jun 10 22:10:35.465 INFO O| Jun 10 22:10:35.465 INFO O| Planning: Planning completed in 0.00 seconds
42732026-06-10T22:10:36.856Z[ recovery-image] Jun 10 22:10:35.465 INFO O| Jun 10 22:10:35.465 INFO O| Variants/Facets to change: 1
42742026-06-10T22:10:36.859Z[ recovery-image] Jun 10 22:10:35.476 INFO O| Jun 10 22:10:35.476 INFO O| Finalize: Updating package state database ... Done
42752026-06-10T22:10:36.859Z[ recovery-image] Jun 10 22:10:35.476 INFO O| Jun 10 22:10:35.476 INFO O| Finalize: Updating package cache ... Done
42762026-06-10T22:10:36.877Z[ recovery-image] Jun 10 22:10:35.493 INFO O| Jun 10 22:10:35.493 INFO O| Finalize: Updating image state ... Done
42772026-06-10T22:10:36.880Z[ recovery-image] Jun 10 22:10:35.496 INFO O| Jun 10 22:10:35.496 INFO O| Finalize: Creating fast lookup database ... Done
42782026-06-10T22:10:36.880Z[ recovery-image] Jun 10 22:10:35.497 INFO O| Jun 10 22:10:35.497 INFO O| Finalize: Reading search index ... Done
42792026-06-10T22:10:36.880Z[ recovery-image] Jun 10 22:10:35.497 INFO O| Jun 10 22:10:35.497 INFO O| Finalize: Updating search index ... Done
42802026-06-10T22:10:36.884Z[ recovery-image] Jun 10 22:10:35.498 INFO O| Jun 10 22:10:35.497 INFO O| Finalize: Updating package cache ... Done
42812026-06-10T22:10:37.003Z[ recovery-image] Jun 10 22:10:35.620 INFO O| Jun 10 22:10:35.620 INFO STEP 8 (pkg_change_facet) COMPLETE
42822026-06-10T22:10:37.003Z[ recovery-image] Jun 10 22:10:35.620 INFO O| Jun 10 22:10:35.620 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42832026-06-10T22:10:37.324Z[ recovery-image] Jun 10 22:10:35.936 INFO O| Jun 10 22:10:35.936 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42842026-06-10T22:10:37.762Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42852026-06-10T22:10:37.962Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42862026-06-10T22:10:38.077Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42872026-06-10T22:10:38.382Z[ recovery-image] Jun 10 22:10:36.976 INFO O| Jun 10 22:10:36.976 INFO O| Startup: Refreshing catalog 'helios' ... Done
42882026-06-10T22:10:38.498Z[ recovery-image] Jun 10 22:10:37.091 INFO O| Jun 10 22:10:37.091 INFO O| Startup: Caching catalogs ... Done
42892026-06-10T22:10:38.511Z[ recovery-image] Jun 10 22:10:37.097 INFO O| Jun 10 22:10:37.097 INFO O| Planning: Planning completed in 0.00 seconds
42902026-06-10T22:10:38.511Z[ recovery-image] Jun 10 22:10:37.097 INFO O| Jun 10 22:10:37.097 INFO O| Planning: Consolidating action changes ... Done
42912026-06-10T22:10:38.511Z[ recovery-image] Jun 10 22:10:37.097 INFO O| Jun 10 22:10:37.097 INFO O| Planning: Evaluating mediators ... Done
42922026-06-10T22:10:38.511Z[ recovery-image] Jun 10 22:10:37.097 INFO O| Jun 10 22:10:37.097 INFO O| Planning: Planning completed in 0.00 seconds
42932026-06-10T22:10:38.511Z[ recovery-image] Jun 10 22:10:37.098 INFO O| Jun 10 22:10:37.098 INFO O| Variants/Facets to change: 1
42942026-06-10T22:10:38.588Z[ recovery-image] Jun 10 22:10:37.204 INFO O| Jun 10 22:10:37.204 INFO O| Finalize: Updating package state database ... Done
42952026-06-10T22:10:38.588Z[ recovery-image] Jun 10 22:10:37.204 INFO O| Jun 10 22:10:37.204 INFO O| Finalize: Updating package cache ... Done
42962026-06-10T22:10:38.668Z[ recovery-image] Jun 10 22:10:37.227 INFO O| Jun 10 22:10:37.227 INFO O| Finalize: Updating image state ... Done
42972026-06-10T22:10:38.694Z[ recovery-image] Jun 10 22:10:37.231 INFO O| Jun 10 22:10:37.231 INFO O| Finalize: Creating fast lookup database ... Done
42982026-06-10T22:10:38.694Z[ recovery-image] Jun 10 22:10:37.247 INFO O| Jun 10 22:10:37.231 INFO O| Finalize: Reading search index ... Done
42992026-06-10T22:10:38.694Z[ recovery-image] Jun 10 22:10:37.247 INFO O| Jun 10 22:10:37.232 INFO O| Finalize: Updating search index ... Done
43002026-06-10T22:10:38.694Z[ recovery-image] Jun 10 22:10:37.247 INFO O| Jun 10 22:10:37.232 INFO O| Finalize: Updating package cache ... Done
43012026-06-10T22:10:38.760Z[ recovery-image] Jun 10 22:10:37.375 INFO O| Jun 10 22:10:37.375 INFO STEP 9 (pkg_change_facet) COMPLETE
43022026-06-10T22:10:38.760Z[ recovery-image] Jun 10 22:10:37.375 INFO O| Jun 10 22:10:37.375 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43032026-06-10T22:10:39.084Z[ recovery-image] Jun 10 22:10:37.692 INFO O| Jun 10 22:10:37.692 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43042026-06-10T22:10:39.464Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43052026-06-10T22:10:40.193Z[ recovery-image] Jun 10 22:10:38.796 INFO O| Jun 10 22:10:38.796 INFO O| Startup: Refreshing catalog 'helios' ... Done
43062026-06-10T22:10:40.384Z[ recovery-image] Jun 10 22:10:38.979 INFO O| Jun 10 22:10:38.979 INFO O| Startup: Caching catalogs ... Done
43072026-06-10T22:10:40.408Z[ recovery-image] Jun 10 22:10:38.985 INFO O| Jun 10 22:10:38.985 INFO O| Planning: Planning completed in 0.00 seconds
43082026-06-10T22:10:40.408Z[ recovery-image] Jun 10 22:10:38.985 INFO O| Jun 10 22:10:38.985 INFO O| Planning: Consolidating action changes ... Done
43092026-06-10T22:10:40.408Z[ recovery-image] Jun 10 22:10:38.986 INFO O| Jun 10 22:10:38.986 INFO O| Planning: Evaluating mediators ... Done
43102026-06-10T22:10:40.408Z[ recovery-image] Jun 10 22:10:38.986 INFO O| Jun 10 22:10:38.986 INFO O| Planning: Planning completed in 0.00 seconds
43112026-06-10T22:10:40.408Z[ recovery-image] Jun 10 22:10:38.986 INFO O| Jun 10 22:10:38.986 INFO O| Variants/Facets to change: 1
43122026-06-10T22:10:40.415Z[ recovery-image] Jun 10 22:10:39.013 INFO O| Jun 10 22:10:39.013 INFO O| Finalize: Updating package state database ... Done
43132026-06-10T22:10:40.415Z[ recovery-image] Jun 10 22:10:39.013 INFO O| Jun 10 22:10:39.013 INFO O| Finalize: Updating package cache ... Done
43142026-06-10T22:10:40.430Z[ recovery-image] Jun 10 22:10:39.030 INFO O| Jun 10 22:10:39.030 INFO O| Finalize: Updating image state ... Done
43152026-06-10T22:10:40.430Z[ recovery-image] Jun 10 22:10:39.033 INFO O| Jun 10 22:10:39.033 INFO O| Finalize: Creating fast lookup database ... Done
43162026-06-10T22:10:40.430Z[ recovery-image] Jun 10 22:10:39.034 INFO O| Jun 10 22:10:39.034 INFO O| Finalize: Reading search index ... Done
43172026-06-10T22:10:40.430Z[ recovery-image] Jun 10 22:10:39.034 INFO O| Jun 10 22:10:39.034 INFO O| Finalize: Updating search index ... Done
43182026-06-10T22:10:40.430Z[ recovery-image] Jun 10 22:10:39.035 INFO O| Jun 10 22:10:39.035 INFO O| Finalize: Updating package cache ... Done
43192026-06-10T22:10:40.684Z[ recovery-image] Jun 10 22:10:39.179 INFO O| Jun 10 22:10:39.178 INFO STEP 10 (pkg_change_facet) COMPLETE
43202026-06-10T22:10:40.684Z[ recovery-image] Jun 10 22:10:39.179 INFO O| Jun 10 22:10:39.178 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43212026-06-10T22:10:40.725Z[ recovery-image] Jun 10 22:10:39.188 INFO O| Jun 10 22:10:39.188 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@20.0.0.0"]
43222026-06-10T22:10:41.135Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43232026-06-10T22:10:41.395Z[ host-image] Jun 10 22:10:40.004 INFO O| Jun 10 22:10:40.004 INFO O| Download: 4030/23765 items 39.6/222.1MB 17% complete (1.6M/s)
43242026-06-10T22:10:45.702Z[ recovery-image] Jun 10 22:10:40.358 INFO O| Jun 10 22:10:40.358 INFO O| Startup: Refreshing catalog 'helios' ... Done
43252026-06-10T22:10:45.710Z[ recovery-image] Jun 10 22:10:40.473 INFO O| Jun 10 22:10:40.473 INFO O| Startup: Caching catalogs ... Done
43262026-06-10T22:10:45.711Z[ recovery-image] Jun 10 22:10:40.878 INFO O| Jun 10 22:10:40.878 INFO O| Planning: Solver setup ... Done
43272026-06-10T22:10:45.711Z[ recovery-image] Jun 10 22:10:40.892 INFO O| Jun 10 22:10:40.891 INFO O| Planning: Running solver ... Done
43282026-06-10T22:10:45.711Z[ recovery-image] Jun 10 22:10:40.901 INFO O| Jun 10 22:10:40.901 INFO O| Planning: Finding local manifests ... Done
43292026-06-10T22:10:45.711Z[ recovery-image] Jun 10 22:10:40.982 INFO O| Jun 10 22:10:40.981 INFO O| Planning: Fetching manifests: 0/128 0% complete
43302026-06-10T22:10:45.711Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43312026-06-10T22:10:45.711Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
43322026-06-10T22:10:45.950Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43332026-06-10T22:10:45.950Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
43342026-06-10T22:10:46.389Z[ host-image] Jun 10 22:10:45.005 INFO O| Jun 10 22:10:45.005 INFO O| Download: 4704/23765 items 41.5/222.1MB 18% complete (819k/s)
43352026-06-10T22:10:47.369Z[ recovery-image] Jun 10 22:10:45.984 INFO O| Jun 10 22:10:45.984 INFO O| Planning: Fetching manifests: 92/128 71% complete
43362026-06-10T22:10:49.185Z[ recovery-image] Jun 10 22:10:47.801 INFO O| Jun 10 22:10:47.801 INFO O| Planning: Fetching manifests: 128/128 100% complete
43372026-06-10T22:10:49.395Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43382026-06-10T22:10:49.682Z[ recovery-image] Jun 10 22:10:48.298 INFO O| Jun 10 22:10:48.298 INFO O| Planning: Package planning ... Done
43392026-06-10T22:10:49.923Z[ recovery-image] Jun 10 22:10:48.539 INFO O| Jun 10 22:10:48.539 INFO O| Planning: Merging actions ... Done
43402026-06-10T22:10:49.993Z[ recovery-image] Jun 10 22:10:48.609 INFO O| Jun 10 22:10:48.609 INFO O| Planning: Checking for conflicting actions ... Done
43412026-06-10T22:10:50.057Z[ recovery-image] Jun 10 22:10:48.672 INFO O| Jun 10 22:10:48.671 INFO O| Planning: Consolidating action changes ... Done
43422026-06-10T22:10:50.189Z[ recovery-image] Jun 10 22:10:48.805 INFO O| Jun 10 22:10:48.805 INFO O| Planning: Evaluating mediators ... Done
43432026-06-10T22:10:50.225Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43442026-06-10T22:10:51.390Z[ host-image] Jun 10 22:10:50.006 INFO O| Jun 10 22:10:50.006 INFO O| Download: 4818/23765 items 42.3/222.1MB 19% complete (767k/s)
43452026-06-10T22:10:51.480Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43462026-06-10T22:10:51.661Z[ recovery-image] Jun 10 22:10:50.277 INFO O| Jun 10 22:10:50.277 INFO O| Planning: Planning completed in 9.80 seconds
43472026-06-10T22:10:51.668Z[ recovery-image] Jun 10 22:10:50.279 INFO O| Jun 10 22:10:50.279 INFO O| Packages to install: 128
43482026-06-10T22:10:51.668Z[ recovery-image] Jun 10 22:10:50.279 INFO O| Jun 10 22:10:50.279 INFO O| Mediators to change: 5
43492026-06-10T22:10:51.668Z[ recovery-image] Jun 10 22:10:50.279 INFO O| Jun 10 22:10:50.279 INFO O| Services to change: 5
43502026-06-10T22:10:51.691Z[ recovery-image] Jun 10 22:10:50.306 INFO O| Jun 10 22:10:50.306 INFO O| Download: 0/16570 items 0.0/199.3MB 0% complete
43512026-06-10T22:10:53.143Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43522026-06-10T22:10:54.402Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43532026-06-10T22:10:54.812Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
43542026-06-10T22:10:55.718Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43552026-06-10T22:10:56.677Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
43562026-06-10T22:10:56.814Z[ recovery-image] Jun 10 22:10:55.431 INFO O| Jun 10 22:10:55.431 INFO O| Download: 1058/16570 items 8.0/199.3MB 4% complete (1.7M/s)
43572026-06-10T22:10:57.151Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43582026-06-10T22:10:57.901Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43592026-06-10T22:10:58.273Z[ host-image] Jun 10 22:10:56.889 INFO O| Jun 10 22:10:56.889 INFO O| Download: 4953/23765 items 43.5/222.1MB 19% complete (312k/s)
43602026-06-10T22:10:58.343Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43612026-06-10T22:11:00.408Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43622026-06-10T22:11:01.819Z[ recovery-image] Jun 10 22:11:00.434 INFO O| Jun 10 22:11:00.434 INFO O| Download: 1272/16570 items 17.9/199.3MB 8% complete (1.8M/s)
43632026-06-10T22:11:01.975Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43642026-06-10T22:11:03.299Z[ host-image] Jun 10 22:11:01.915 INFO O| Jun 10 22:11:01.915 INFO O| Download: 5436/23765 items 46.5/222.1MB 20% complete (389k/s)
43652026-06-10T22:11:04.476Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43662026-06-10T22:11:04.892Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
43672026-06-10T22:11:08.457Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43682026-06-10T22:11:08.611Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43692026-06-10T22:11:08.722Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43702026-06-10T22:11:08.964Z[ host-image] Jun 10 22:11:07.580 INFO O| Jun 10 22:11:07.580 INFO O| Download: 6070/23765 items 46.9/222.1MB 21% complete (402k/s)
43712026-06-10T22:11:09.049Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43722026-06-10T22:11:09.339Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43732026-06-10T22:11:09.352Z[ recovery-image] Jun 10 22:11:07.968 INFO O| Jun 10 22:11:07.968 INFO O| Download: 1467/16570 items 20.7/199.3MB 10% complete (1.7M/s)
43742026-06-10T22:11:10.882Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43752026-06-10T22:11:10.954Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43762026-06-10T22:11:10.982Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43772026-06-10T22:11:11.887Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43782026-06-10T22:11:13.023Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43792026-06-10T22:11:14.356Z[ host-image] Jun 10 22:11:12.963 INFO O| Jun 10 22:11:12.963 INFO O| Download: 7168/23765 items 49.0/222.1MB 22% complete (237k/s)
43802026-06-10T22:11:15.185Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43812026-06-10T22:11:15.705Z[ recovery-image] Jun 10 22:11:14.321 INFO O| Jun 10 22:11:14.321 INFO O| Download: 1469/16570 items 20.7/199.3MB 10% complete
43822026-06-10T22:11:15.928Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43832026-06-10T22:11:16.282Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43842026-06-10T22:11:16.706Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43852026-06-10T22:11:16.732Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
43862026-06-10T22:11:17.814Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43872026-06-10T22:11:17.994Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43882026-06-10T22:11:20.009Z[ host-image] Jun 10 22:11:18.625 INFO O| Jun 10 22:11:18.625 INFO O| Download: 7369/23765 items 50.9/222.1MB 22% complete (395k/s)
43892026-06-10T22:11:20.708Z[ recovery-image] Jun 10 22:11:19.322 INFO O| Jun 10 22:11:19.322 INFO O| Download: 2137/16570 items 30.7/199.3MB 15% complete (2.0M/s)
43902026-06-10T22:11:24.127Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43912026-06-10T22:11:24.484Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43922026-06-10T22:11:25.009Z[ host-image] Jun 10 22:11:23.625 INFO O| Jun 10 22:11:23.625 INFO O| Download: 8408/23765 items 61.7/222.1MB 27% complete (1.3M/s)
43932026-06-10T22:11:25.707Z[ recovery-image] Jun 10 22:11:24.324 INFO O| Jun 10 22:11:24.324 INFO O| Download: 2974/16570 items 34.9/199.3MB 17% complete (1.4M/s)
43942026-06-10T22:11:25.714Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43952026-06-10T22:11:26.403Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43962026-06-10T22:11:28.218Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43972026-06-10T22:11:30.129Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43982026-06-10T22:11:30.385Z[ host-image] Jun 10 22:11:29.000 INFO O| Jun 10 22:11:29.000 INFO O| Download: 8584/23765 items 62.7/222.1MB 28% complete (1.2M/s)
43992026-06-10T22:11:30.441Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
44002026-06-10T22:11:30.717Z[ recovery-image] Jun 10 22:11:29.332 INFO O| Jun 10 22:11:29.332 INFO O| Download: 3834/16570 items 38.8/199.3MB 19% complete (899k/s)
44012026-06-10T22:11:30.759Z[verify-libraries] warning: unused imports: `BiHashItem` and `BiHashMap`
44022026-06-10T22:11:30.759Z[verify-libraries] --> nexus/fm/src/diagnosis/power_shelf.rs:7:13
44032026-06-10T22:11:30.759Z[verify-libraries] |
44042026-06-10T22:11:30.762Z[verify-libraries] 7 | use iddqd::{BiHashItem, BiHashMap};
44052026-06-10T22:11:30.762Z[verify-libraries] | ^^^^^^^^^^ ^^^^^^^^^
44062026-06-10T22:11:30.762Z[verify-libraries] |
44072026-06-10T22:11:30.762Z[verify-libraries] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
44082026-06-10T22:11:30.762Z[verify-libraries]
44092026-06-10T22:11:30.973Z[verify-libraries] warning: unused variable: `builder`
44102026-06-10T22:11:30.973Z[verify-libraries] --> nexus/fm/src/diagnosis/power_shelf.rs:16:5
44112026-06-10T22:11:30.973Z[verify-libraries] |
44122026-06-10T22:11:30.977Z[verify-libraries] 16 | builder: &mut SitrepBuilder<'_>,
44132026-06-10T22:11:30.977Z[verify-libraries] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_builder`
44142026-06-10T22:11:30.977Z[verify-libraries] |
44152026-06-10T22:11:30.977Z[verify-libraries] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
44162026-06-10T22:11:30.977Z[verify-libraries]
44172026-06-10T22:11:30.977Z[verify-libraries] warning: unused variable: `case`
44182026-06-10T22:11:30.977Z[verify-libraries] --> nexus/fm/src/diagnosis/power_shelf.rs:30:9
44192026-06-10T22:11:30.977Z[verify-libraries] |
44202026-06-10T22:11:30.977Z[verify-libraries] 30 | for case in parent_cases {
44212026-06-10T22:11:30.977Z[verify-libraries] | ^^^^ help: if this is intentional, prefix it with an underscore: `_case`
44222026-06-10T22:11:30.977Z[verify-libraries]
44232026-06-10T22:11:30.977Z[verify-libraries] warning: unused variable: `ereport`
44242026-06-10T22:11:30.977Z[verify-libraries] --> nexus/fm/src/diagnosis/power_shelf.rs:37:9
44252026-06-10T22:11:30.977Z[verify-libraries] |
44262026-06-10T22:11:30.978Z[verify-libraries] 37 | for ereport in input.new_ereports().iter() {
44272026-06-10T22:11:30.978Z[verify-libraries] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ereport`
44282026-06-10T22:11:30.978Z[verify-libraries]
44292026-06-10T22:11:30.978Z[verify-libraries] warning: struct `PsuCase` is never constructed
44302026-06-10T22:11:30.978Z[verify-libraries] --> nexus/fm/src/diagnosis/power_shelf.rs:65:12
44312026-06-10T22:11:30.978Z[verify-libraries] |
44322026-06-10T22:11:30.978Z[verify-libraries] 65 | pub struct PsuCase {
44332026-06-10T22:11:30.978Z[verify-libraries] | ^^^^^^^
44342026-06-10T22:11:30.978Z[verify-libraries] |
44352026-06-10T22:11:30.978Z[verify-libraries] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
44362026-06-10T22:11:30.978Z[verify-libraries]
44372026-06-10T22:11:30.978Z[verify-libraries] warning: struct `PsuLocation` is never constructed
44382026-06-10T22:11:30.978Z[verify-libraries] --> nexus/fm/src/diagnosis/power_shelf.rs:71:8
44392026-06-10T22:11:30.978Z[verify-libraries] |
44402026-06-10T22:11:30.978Z[verify-libraries] 71 | struct PsuLocation {
44412026-06-10T22:11:30.978Z[verify-libraries] | ^^^^^^^^^^^
44422026-06-10T22:11:30.978Z[verify-libraries]
44432026-06-10T22:11:33.128Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44442026-06-10T22:11:33.804Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44452026-06-10T22:11:34.084Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44462026-06-10T22:11:34.952Z[verify-libraries] warning: `nexus-fm` (lib) generated 6 warnings (run `cargo fix --lib -p nexus-fm` to apply 4 suggestions)
44472026-06-10T22:11:34.952Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44482026-06-10T22:11:35.589Z[ host-image] Jun 10 22:11:34.205 INFO O| Jun 10 22:11:34.205 INFO O| Download: 8810/23765 items 74.6/222.1MB 33% complete (1.3M/s)
44492026-06-10T22:11:35.839Z[ recovery-image] Jun 10 22:11:34.445 INFO O| Jun 10 22:11:34.445 INFO O| Download: 4031/16570 items 41.0/199.3MB 20% complete (818k/s)
44502026-06-10T22:11:35.966Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44512026-06-10T22:11:39.959Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44522026-06-10T22:11:40.699Z[ host-image] Jun 10 22:11:39.315 INFO O| Jun 10 22:11:39.315 INFO O| Download: 9502/23765 items 80.3/222.1MB 36% complete (1.7M/s)
44532026-06-10T22:11:40.860Z[ recovery-image] Jun 10 22:11:39.476 INFO O| Jun 10 22:11:39.476 INFO O| Download: 4936/16570 items 43.6/199.3MB 21% complete (482k/s)
44542026-06-10T22:11:42.347Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44552026-06-10T22:11:45.701Z[ host-image] Jun 10 22:11:44.317 INFO O| Jun 10 22:11:44.317 INFO O| Download: 10418/23765 items 92.8/222.1MB 41% complete (2.0M/s)
44562026-06-10T22:11:45.819Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44572026-06-10T22:11:45.874Z[ recovery-image] Jun 10 22:11:44.490 INFO O| Jun 10 22:11:44.490 INFO O| Download: 5808/16570 items 44.1/199.3MB 22% complete (302k/s)
44582026-06-10T22:11:46.608Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44592026-06-10T22:11:48.234Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44602026-06-10T22:11:48.977Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44612026-06-10T22:11:50.705Z[ host-image] Jun 10 22:11:49.321 INFO O| Jun 10 22:11:49.321 INFO O| Download: 11649/23765 items 98.9/222.1MB 44% complete (1.9M/s)
44622026-06-10T22:11:51.154Z[ recovery-image] Jun 10 22:11:49.771 INFO O| Jun 10 22:11:49.771 INFO O| Download: 6153/16570 items 47.9/199.3MB 24% complete (395k/s)
44632026-06-10T22:11:53.036Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44642026-06-10T22:11:55.741Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44652026-06-10T22:11:55.772Z[ host-image] Jun 10 22:11:54.326 INFO O| Jun 10 22:11:54.325 INFO O| Download: 12074/23765 items 103.6/222.1MB 46% complete (1.1M/s)
44662026-06-10T22:11:56.258Z[ recovery-image] Jun 10 22:11:54.863 INFO O| Jun 10 22:11:54.863 INFO O| Download: 6524/16570 items 59.2/199.3MB 29% complete (1.4M/s)
44672026-06-10T22:11:56.575Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44682026-06-10T22:12:00.724Z[ host-image] Jun 10 22:11:59.340 INFO O| Jun 10 22:11:59.340 INFO O| Download: 12718/23765 items 106.5/222.1MB 47% complete (726k/s)
44692026-06-10T22:12:01.253Z[ recovery-image] Jun 10 22:11:59.869 INFO O| Jun 10 22:11:59.869 INFO O| Download: 7348/16570 items 74.4/199.3MB 37% complete (2.5M/s)
44702026-06-10T22:12:02.350Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44712026-06-10T22:12:03.176Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44722026-06-10T22:12:03.604Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44732026-06-10T22:12:04.716Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44742026-06-10T22:12:06.241Z[ host-image] Jun 10 22:12:04.857 INFO O| Jun 10 22:12:04.857 INFO O| Download: 12790/23765 items 109.7/222.1MB 49% complete (637k/s)
44752026-06-10T22:12:09.391Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44762026-06-10T22:12:10.853Z[ recovery-image] Jun 10 22:12:09.430 INFO O| Jun 10 22:12:09.430 INFO O| Download: 7642/16570 items 82.2/199.3MB 41% complete (2.7M/s)
44772026-06-10T22:12:11.341Z[ host-image] Jun 10 22:12:09.893 INFO O| Jun 10 22:12:09.893 INFO O| Download: 14032/23765 items 119.5/222.1MB 53% complete (1.3M/s)
44782026-06-10T22:12:15.696Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44792026-06-10T22:12:16.936Z[ host-image] Jun 10 22:12:15.513 INFO O| Jun 10 22:12:15.513 INFO O| Download: 14090/23765 items 119.5/222.1MB 53% complete (1.2M/s)
44802026-06-10T22:12:16.936Z[ recovery-image] Jun 10 22:12:15.513 INFO O| Jun 10 22:12:15.513 INFO O| Download: 8197/16570 items 83.2/199.3MB 41% complete (289k/s)
44812026-06-10T22:12:19.471Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44822026-06-10T22:12:19.567Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44832026-06-10T22:12:21.914Z[ recovery-image] Jun 10 22:12:20.528 INFO O| Jun 10 22:12:20.528 INFO O| Download: 8670/16570 items 89.5/199.3MB 44% complete (706k/s)
44842026-06-10T22:12:23.005Z[ host-image] Jun 10 22:12:21.591 INFO O| Jun 10 22:12:21.591 INFO O| Download: 14677/23765 items 119.8/222.1MB 53% complete (53.8k/s)
44852026-06-10T22:12:27.635Z[ recovery-image] Jun 10 22:12:26.251 INFO O| Jun 10 22:12:26.250 INFO O| Download: 9468/16570 items 102.7/199.3MB 51% complete (2.0M/s)
44862026-06-10T22:12:28.012Z[ host-image] Jun 10 22:12:26.620 INFO O| Jun 10 22:12:26.620 INFO O| Download: 15831/23765 items 129.0/222.1MB 58% complete (954k/s)
44872026-06-10T22:12:29.191Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44882026-06-10T22:12:31.075Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44892026-06-10T22:12:33.076Z[ recovery-image] Jun 10 22:12:31.692 INFO O| Jun 10 22:12:31.692 INFO O| Download: 10495/16570 items 103.2/199.3MB 51% complete (1.4M/s)
44902026-06-10T22:12:33.083Z[ host-image] Jun 10 22:12:31.699 INFO O| Jun 10 22:12:31.699 INFO O| Download: 16529/23765 items 135.8/222.1MB 61% complete (1.6M/s)
44912026-06-10T22:12:38.107Z[ host-image] Jun 10 22:12:36.720 INFO O| Jun 10 22:12:36.720 INFO O| Download: 17187/23765 items 150.0/222.1MB 67% complete (2.0M/s)
44922026-06-10T22:12:38.425Z[ recovery-image] Jun 10 22:12:37.041 INFO O| Jun 10 22:12:37.041 INFO O| Download: 11444/16570 items 104.1/199.3MB 52% complete (136k/s)
44932026-06-10T22:12:43.130Z[ host-image] Jun 10 22:12:41.745 INFO O| Jun 10 22:12:41.745 INFO O| Download: 18395/23765 items 159.9/222.1MB 71% complete (2.4M/s)
44942026-06-10T22:12:43.646Z[ recovery-image] Jun 10 22:12:42.253 INFO O| Jun 10 22:12:42.253 INFO O| Download: 11948/16570 items 117.4/199.3MB 58% complete (1.4M/s)
44952026-06-10T22:12:45.480Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44962026-06-10T22:12:46.359Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44972026-06-10T22:12:46.942Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44982026-06-10T22:12:51.064Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44992026-06-10T22:12:51.086Z[ host-image] Jun 10 22:12:46.747 INFO O| Jun 10 22:12:46.747 INFO O| Download: 19415/23765 items 174.4/222.1MB 78% complete (2.5M/s)
45002026-06-10T22:12:51.086Z[ recovery-image] Jun 10 22:12:47.364 INFO O| Jun 10 22:12:47.364 INFO O| Download: 12461/16570 items 139.0/199.3MB 69% complete (3.5M/s)
45012026-06-10T22:12:51.087Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45022026-06-10T22:12:51.087Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45032026-06-10T22:12:52.247Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45042026-06-10T22:12:52.970Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45052026-06-10T22:12:53.160Z[ host-image] Jun 10 22:12:51.754 INFO O| Jun 10 22:12:51.754 INFO O| Download: 20694/23765 items 178.7/222.1MB 80% complete (1.9M/s)
45062026-06-10T22:12:53.794Z[ recovery-image] Jun 10 22:12:52.366 INFO O| Jun 10 22:12:52.366 INFO O| Download: 13030/16570 items 152.5/199.3MB 76% complete (3.7M/s)
45072026-06-10T22:12:54.146Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45082026-06-10T22:12:58.629Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45092026-06-10T22:12:58.776Z[ recovery-image] Jun 10 22:12:57.366 INFO O| Jun 10 22:12:57.366 INFO O| Download: 14502/16570 items 157.4/199.3MB 78% complete (1.8M/s)
45102026-06-10T22:12:59.156Z[ host-image] Jun 10 22:12:57.763 INFO O| Jun 10 22:12:57.763 INFO O| Download: 21417/23765 items 182.6/222.1MB 82% complete (943k/s)
45112026-06-10T22:13:03.863Z[ recovery-image] Jun 10 22:13:02.473 INFO O| Jun 10 22:13:02.473 INFO O| Download: 15376/16570 items 166.8/199.3MB 83% complete (1.4M/s)
45122026-06-10T22:13:04.156Z[ host-image] Jun 10 22:13:02.765 INFO O| Jun 10 22:13:02.765 INFO O| Download: 22112/23765 items 190.7/222.1MB 85% complete (1.2M/s)
45132026-06-10T22:13:08.963Z[ recovery-image] Jun 10 22:13:07.578 INFO O| Jun 10 22:13:07.578 INFO O| Download: 16206/16570 items 190.3/199.3MB 95% complete (3.2M/s)
45142026-06-10T22:13:09.259Z[ host-image] Jun 10 22:13:07.873 INFO O| Jun 10 22:13:07.873 INFO O| Download: 22850/23765 items 214.5/222.1MB 96% complete (3.3M/s)
45152026-06-10T22:13:12.688Z[ recovery-image] Jun 10 22:13:11.301 INFO O| Jun 10 22:13:11.301 INFO O| Download: Completed 199.32 MB in 140.99 seconds (1.4M/s)
45162026-06-10T22:13:12.979Z[ recovery-image] Jun 10 22:13:11.593 INFO O| Jun 10 22:13:11.593 INFO O| Actions: 1/27399 actions (Installing new actions)
45172026-06-10T22:13:14.270Z[ host-image] Jun 10 22:13:12.885 INFO O| Jun 10 22:13:12.885 INFO O| Download: 23146/23765 items 219.6/222.1MB 98% complete (2.9M/s)
45182026-06-10T22:13:17.984Z[ recovery-image] Jun 10 22:13:16.595 INFO O| Jun 10 22:13:16.595 INFO O| Actions: 26928/27399 actions (Installing new actions)
45192026-06-10T22:13:18.265Z[ recovery-image] Jun 10 22:13:16.880 INFO O| Jun 10 22:13:16.880 INFO O| Actions: Completed 27399 actions in 5.28 seconds.
45202026-06-10T22:13:18.311Z[ recovery-image] Jun 10 22:13:16.923 INFO O| Jun 10 22:13:16.923 INFO O| Finalize: Updating package state database ... Done
45212026-06-10T22:13:18.311Z[ recovery-image] Jun 10 22:13:16.923 INFO O| Jun 10 22:13:16.923 INFO O| Finalize: Updating package cache ... Done
45222026-06-10T22:13:18.345Z[ recovery-image] Jun 10 22:13:16.955 INFO O| Jun 10 22:13:16.955 INFO O| Finalize: Updating image state ... Done
45232026-06-10T22:13:18.501Z[ host-image] Jun 10 22:13:17.097 INFO O| Jun 10 22:13:17.097 INFO O| Download: Completed 222.13 MB in 187.56 seconds (1.2M/s)
45242026-06-10T22:13:18.989Z[ recovery-image] Jun 10 22:13:17.604 INFO O| Jun 10 22:13:17.604 INFO O| Finalize: Creating fast lookup database ... Done
45252026-06-10T22:13:19.005Z[ recovery-image] Jun 10 22:13:17.620 INFO O| Jun 10 22:13:17.620 INFO O| Finalize: Reading search index ... Done
45262026-06-10T22:13:20.699Z[ recovery-image] Jun 10 22:13:19.311 INFO O| Jun 10 22:13:19.311 INFO O| Finalize: Building new search index ... Done
45272026-06-10T22:13:20.981Z[ recovery-image] Jun 10 22:13:19.596 INFO O| Jun 10 22:13:19.596 INFO O| Finalize: Updating package cache ... Done
45282026-06-10T22:13:21.118Z[ recovery-image] Jun 10 22:13:19.733 INFO O| Jun 10 22:13:19.733 INFO STEP 11 (pkg_install) COMPLETE
45292026-06-10T22:13:21.119Z[ recovery-image] Jun 10 22:13:19.733 INFO O| Jun 10 22:13:19.733 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45302026-06-10T22:13:21.124Z[ recovery-image] Jun 10 22:13:19.733 INFO O| Jun 10 22:13:19.733 INFO skip step because feature "recovery" is enabled
45312026-06-10T22:13:21.124Z[ recovery-image] Jun 10 22:13:19.733 INFO O| Jun 10 22:13:19.733 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45322026-06-10T22:13:21.124Z[ recovery-image] Jun 10 22:13:19.733 INFO O| Jun 10 22:13:19.733 INFO skip step because feature "omicron1" is not enabled
45332026-06-10T22:13:21.124Z[ recovery-image] Jun 10 22:13:19.733 INFO O| Jun 10 22:13:19.733 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45342026-06-10T22:13:22.729Z[ recovery-image] Jun 10 22:13:21.335 INFO O| Jun 10 22:13:21.335 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.483"]
45352026-06-10T22:13:23.131Z[ host-image] Jun 10 22:13:21.747 INFO O| Jun 10 22:13:21.746 INFO O| Actions: 1/53958 actions (Installing new actions)
45362026-06-10T22:13:23.667Z[ recovery-image] Jun 10 22:13:22.281 INFO O| Jun 10 22:13:22.281 INFO O| Startup: Refreshing catalog 'helios' ... Done
45372026-06-10T22:13:23.807Z[ recovery-image] Jun 10 22:13:22.422 INFO O| Jun 10 22:13:22.422 INFO O| Startup: Caching catalogs ... Done
45382026-06-10T22:13:23.988Z[ recovery-image] Jun 10 22:13:22.603 INFO O| Jun 10 22:13:22.603 INFO O| Planning: Solver setup ... Done
45392026-06-10T22:13:24.000Z[ recovery-image] Jun 10 22:13:22.609 INFO O| Jun 10 22:13:22.609 INFO O| Planning: Running solver ... Done
45402026-06-10T22:13:24.001Z[ recovery-image] Jun 10 22:13:22.613 INFO O| Jun 10 22:13:22.613 INFO O| Planning: Finding local manifests ... Done
45412026-06-10T22:13:24.111Z[ recovery-image] Jun 10 22:13:22.727 INFO O| Jun 10 22:13:22.727 INFO O| Planning: Fetching manifests: 0/1 0% complete
45422026-06-10T22:13:24.168Z[ recovery-image] Jun 10 22:13:22.765 INFO O| Jun 10 22:13:22.765 INFO O| Planning: Fetching manifests: 1/1 100% complete
45432026-06-10T22:13:24.189Z[ recovery-image] Jun 10 22:13:22.780 INFO O| Jun 10 22:13:22.780 INFO O| Planning: Package planning ... Done
45442026-06-10T22:13:24.189Z[ recovery-image] Jun 10 22:13:22.781 INFO O| Jun 10 22:13:22.781 INFO O| Planning: Merging actions ... Done
45452026-06-10T22:13:24.226Z[ recovery-image] Jun 10 22:13:22.842 INFO O| Jun 10 22:13:22.842 INFO O| Planning: Checking for conflicting actions ... Done
45462026-06-10T22:13:24.241Z[ recovery-image] Jun 10 22:13:22.842 INFO O| Jun 10 22:13:22.842 INFO O| Planning: Consolidating action changes ... Done
45472026-06-10T22:13:24.323Z[ recovery-image] Jun 10 22:13:22.938 INFO O| Jun 10 22:13:22.938 INFO O| Planning: Evaluating mediators ... Done
45482026-06-10T22:13:24.324Z[ recovery-image] Jun 10 22:13:22.938 INFO O| Jun 10 22:13:22.938 INFO O| Planning: Planning completed in 0.51 seconds
45492026-06-10T22:13:24.334Z[ recovery-image] Jun 10 22:13:22.939 INFO O| Jun 10 22:13:22.939 INFO O| Packages to install: 1
45502026-06-10T22:13:24.334Z[ recovery-image] Jun 10 22:13:22.949 INFO O| Jun 10 22:13:22.949 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
45512026-06-10T22:13:24.531Z[ recovery-image] Jun 10 22:13:23.146 INFO O| Jun 10 22:13:23.146 INFO O| Download: Completed 13.07 MB in 0.20 seconds (66.3M/s)
45522026-06-10T22:13:24.551Z[ recovery-image] Jun 10 22:13:23.166 INFO O| Jun 10 22:13:23.166 INFO O| Actions: 1/22 actions (Installing new actions)
45532026-06-10T22:13:24.820Z[ recovery-image] Jun 10 22:13:23.426 INFO O| Jun 10 22:13:23.426 INFO O| Actions: Completed 22 actions in 0.26 seconds.
45542026-06-10T22:13:24.839Z[ recovery-image] Jun 10 22:13:23.435 INFO O| Jun 10 22:13:23.435 INFO O| Finalize: Updating package state database ... Done
45552026-06-10T22:13:24.839Z[ recovery-image] Jun 10 22:13:23.435 INFO O| Jun 10 22:13:23.435 INFO O| Finalize: Updating package cache ... Done
45562026-06-10T22:13:24.853Z[ recovery-image] Jun 10 22:13:23.460 INFO O| Jun 10 22:13:23.459 INFO O| Finalize: Updating image state ... Done
45572026-06-10T22:13:25.615Z[ recovery-image] Jun 10 22:13:24.060 INFO O| Jun 10 22:13:24.060 INFO O| Finalize: Creating fast lookup database ... Done
45582026-06-10T22:13:25.739Z[ recovery-image] Jun 10 22:13:24.074 INFO O| Jun 10 22:13:24.074 INFO O| Finalize: Reading search index ... Done
45592026-06-10T22:13:25.739Z[ recovery-image] Jun 10 22:13:24.074 INFO O| Jun 10 22:13:24.074 INFO O| Finalize: Updating search index ... Done
45602026-06-10T22:13:25.739Z[ recovery-image] Jun 10 22:13:24.084 INFO O| Jun 10 22:13:24.084 INFO O| Finalize: Updating package cache ... Done
45612026-06-10T22:13:25.739Z[ recovery-image] Jun 10 22:13:24.205 INFO O| Jun 10 22:13:24.205 INFO STEP 14 (pkg_install) COMPLETE
45622026-06-10T22:13:25.739Z[ recovery-image] Jun 10 22:13:24.205 INFO O| Jun 10 22:13:24.205 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45632026-06-10T22:13:25.739Z[ recovery-image] Jun 10 22:13:24.205 INFO O| Jun 10 22:13:24.205 INFO skip step because feature "mfg" is not enabled
45642026-06-10T22:13:25.739Z[ recovery-image] Jun 10 22:13:24.205 INFO O| Jun 10 22:13:24.205 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45652026-06-10T22:13:25.759Z[ recovery-image] Jun 10 22:13:24.205 INFO O| Jun 10 22:13:24.205 INFO skip step because feature "compliance" is not enabled
45662026-06-10T22:13:25.759Z[ recovery-image] Jun 10 22:13:24.205 INFO O| Jun 10 22:13:24.205 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45672026-06-10T22:13:25.759Z[ recovery-image] Jun 10 22:13:24.205 INFO O| Jun 10 22:13:24.205 INFO skip step because feature "stress" is not enabled
45682026-06-10T22:13:25.759Z[ recovery-image] Jun 10 22:13:24.205 INFO O| Jun 10 22:13:24.205 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45692026-06-10T22:13:25.759Z[ recovery-image] Jun 10 22:13:24.205 INFO O| Jun 10 22:13:24.205 INFO skip step because feature "compliance" is not enabled
45702026-06-10T22:13:25.759Z[ recovery-image] Jun 10 22:13:24.205 INFO O| Jun 10 22:13:24.205 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45712026-06-10T22:13:25.759Z[ recovery-image] Jun 10 22:13:24.205 INFO O| Jun 10 22:13:24.205 INFO skip step because feature "nfs" is not enabled
45722026-06-10T22:13:25.759Z[ recovery-image] Jun 10 22:13:24.205 INFO O| Jun 10 22:13:24.205 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45732026-06-10T22:13:25.759Z[ recovery-image] Jun 10 22:13:24.205 INFO O| Jun 10 22:13:24.205 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45742026-06-10T22:13:25.898Z[ recovery-image] Jun 10 22:13:24.512 INFO O| Jun 10 22:13:24.512 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45752026-06-10T22:13:26.063Z[ recovery-image] Jun 10 22:13:24.679 INFO O| Jun 10 22:13:24.679 INFO completed processing sled/ramdisk-01-os
45762026-06-10T22:13:26.080Z[ recovery-image] Jun 10 22:13:24.681 INFO image builder template: ramdisk-02-trim...
45772026-06-10T22:13:26.080Z[ recovery-image] Jun 10 22:13:24.681 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/.tmp3gjDm6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.41.483", "-n", "ramdisk-02-trim"], pwd: None
45782026-06-10T22:13:26.105Z[ recovery-image] Jun 10 22:13:24.700 INFO O| Jun 10 22:13:24.700 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45792026-06-10T22:13:26.105Z[ recovery-image] Jun 10 22:13:24.703 INFO O| Jun 10 22:13:24.703 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45802026-06-10T22:13:26.217Z[ recovery-image] Jun 10 22:13:24.821 INFO O| Jun 10 22:13:24.820 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45812026-06-10T22:13:26.298Z[ recovery-image] Jun 10 22:13:24.908 INFO O| Jun 10 22:13:24.908 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45822026-06-10T22:13:26.299Z[ recovery-image] Jun 10 22:13:24.908 INFO O| Jun 10 22:13:24.908 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45832026-06-10T22:13:26.305Z[ recovery-image] Jun 10 22:13:24.912 INFO O| Jun 10 22:13:24.912 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45842026-06-10T22:13:26.305Z[ recovery-image] Jun 10 22:13:24.916 INFO O| Jun 10 22:13:24.916 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45852026-06-10T22:13:26.318Z[ recovery-image] Jun 10 22:13:24.921 INFO O| Jun 10 22:13:24.921 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45862026-06-10T22:13:27.276Z[ recovery-image] Jun 10 22:13:25.890 INFO O| Jun 10 22:13:25.890 INFO rolled back to input snapshot; work may begin
45872026-06-10T22:13:27.276Z[ recovery-image] Jun 10 22:13:25.891 INFO O| Jun 10 22:13:25.890 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45882026-06-10T22:13:27.287Z[ recovery-image] Jun 10 22:13:25.895 INFO O| Jun 10 22:13:25.895 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892026-06-10T22:13:27.295Z[ recovery-image] Jun 10 22:13:25.905 INFO O| Jun 10 22:13:25.905 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45902026-06-10T22:13:27.331Z[ recovery-image] Jun 10 22:13:25.944 INFO O| Jun 10 22:13:25.944 INFO STEP 0 (remove_files) COMPLETE
45912026-06-10T22:13:27.331Z[ recovery-image] Jun 10 22:13:25.944 INFO O| Jun 10 22:13:25.944 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45922026-06-10T22:13:27.375Z[ recovery-image] Jun 10 22:13:25.954 INFO O| Jun 10 22:13:25.954 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45932026-06-10T22:13:27.375Z[ recovery-image] Jun 10 22:13:25.956 INFO O| Jun 10 22:13:25.956 INFO STEP 1 (remove_files) COMPLETE
45942026-06-10T22:13:27.375Z[ recovery-image] Jun 10 22:13:25.956 INFO O| Jun 10 22:13:25.956 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45952026-06-10T22:13:27.389Z[ recovery-image] Jun 10 22:13:25.965 INFO O| Jun 10 22:13:25.965 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45962026-06-10T22:13:27.390Z[ recovery-image] Jun 10 22:13:25.980 INFO O| Jun 10 22:13:25.979 INFO STEP 2 (remove_files) COMPLETE
45972026-06-10T22:13:27.390Z[ recovery-image] Jun 10 22:13:25.980 INFO O| Jun 10 22:13:25.979 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982026-06-10T22:13:27.390Z[ recovery-image] Jun 10 22:13:25.990 INFO O| Jun 10 22:13:25.989 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45992026-06-10T22:13:27.390Z[ recovery-image] Jun 10 22:13:25.992 INFO O| Jun 10 22:13:25.992 INFO STEP 3 (remove_files) COMPLETE
46002026-06-10T22:13:27.390Z[ recovery-image] Jun 10 22:13:25.992 INFO O| Jun 10 22:13:25.992 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46012026-06-10T22:13:27.402Z[ recovery-image] Jun 10 22:13:26.001 INFO O| Jun 10 22:13:26.000 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
46022026-06-10T22:13:27.403Z[ recovery-image] Jun 10 22:13:26.004 INFO O| Jun 10 22:13:26.004 INFO STEP 4 (remove_files) COMPLETE
46032026-06-10T22:13:27.403Z[ recovery-image] Jun 10 22:13:26.004 INFO O| Jun 10 22:13:26.004 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46042026-06-10T22:13:27.403Z[ recovery-image] Jun 10 22:13:26.013 INFO O| Jun 10 22:13:26.013 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
46052026-06-10T22:13:27.409Z[ recovery-image] Jun 10 22:13:26.013 INFO O| Jun 10 22:13:26.013 INFO STEP 5 (remove_files) COMPLETE
46062026-06-10T22:13:27.409Z[ recovery-image] Jun 10 22:13:26.013 INFO O| Jun 10 22:13:26.013 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46072026-06-10T22:13:27.417Z[ recovery-image] Jun 10 22:13:26.024 INFO O| Jun 10 22:13:26.024 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
46082026-06-10T22:13:27.433Z[ recovery-image] Jun 10 22:13:26.035 INFO O| Jun 10 22:13:26.035 INFO STEP 6 (remove_files) COMPLETE
46092026-06-10T22:13:27.433Z[ recovery-image] Jun 10 22:13:26.035 INFO O| Jun 10 22:13:26.035 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46102026-06-10T22:13:27.433Z[ recovery-image] Jun 10 22:13:26.035 INFO O| Jun 10 22:13:26.035 INFO skip step because feature "heliosv2" is not enabled
46112026-06-10T22:13:27.433Z[ recovery-image] Jun 10 22:13:26.035 INFO O| Jun 10 22:13:26.035 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122026-06-10T22:13:27.433Z[ recovery-image] Jun 10 22:13:26.035 INFO O| Jun 10 22:13:26.035 INFO skip step because feature "recovery" is enabled
46132026-06-10T22:13:27.433Z[ recovery-image] Jun 10 22:13:26.035 INFO O| Jun 10 22:13:26.035 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46142026-06-10T22:13:27.433Z[ recovery-image] Jun 10 22:13:26.035 INFO O| Jun 10 22:13:26.035 INFO skip step because feature "recovery" is enabled
46152026-06-10T22:13:27.433Z[ recovery-image] Jun 10 22:13:26.035 INFO O| Jun 10 22:13:26.035 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46162026-06-10T22:13:27.433Z[ recovery-image] Jun 10 22:13:26.035 INFO O| Jun 10 22:13:26.035 INFO skip step because feature "recovery" is enabled
46172026-06-10T22:13:27.433Z[ recovery-image] Jun 10 22:13:26.035 INFO O| Jun 10 22:13:26.035 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182026-06-10T22:13:27.447Z[ recovery-image] Jun 10 22:13:26.044 INFO O| Jun 10 22:13:26.044 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46192026-06-10T22:13:27.448Z[ recovery-image] Jun 10 22:13:26.047 INFO O| Jun 10 22:13:26.047 INFO STEP 11 (remove_files) COMPLETE
46202026-06-10T22:13:27.448Z[ recovery-image] Jun 10 22:13:26.047 INFO O| Jun 10 22:13:26.047 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212026-06-10T22:13:27.448Z[ recovery-image] Jun 10 22:13:26.057 INFO O| Jun 10 22:13:26.056 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46222026-06-10T22:13:27.460Z[ recovery-image] Jun 10 22:13:26.057 INFO O| Jun 10 22:13:26.057 INFO STEP 12 (remove_files) COMPLETE
46232026-06-10T22:13:27.460Z[ recovery-image] Jun 10 22:13:26.057 INFO O| Jun 10 22:13:26.057 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-06-10T22:13:27.460Z[ recovery-image] Jun 10 22:13:26.065 INFO O| Jun 10 22:13:26.065 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46252026-06-10T22:13:27.460Z[ recovery-image] Jun 10 22:13:26.066 INFO O| Jun 10 22:13:26.066 INFO STEP 13 (remove_files) COMPLETE
46262026-06-10T22:13:27.460Z[ recovery-image] Jun 10 22:13:26.066 INFO O| Jun 10 22:13:26.066 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-06-10T22:13:27.566Z[ recovery-image] Jun 10 22:13:26.182 INFO O| Jun 10 22:13:26.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46282026-06-10T22:13:27.591Z[ recovery-image] Jun 10 22:13:26.205 INFO O| Jun 10 22:13:26.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46292026-06-10T22:13:27.606Z[ recovery-image] Jun 10 22:13:26.222 INFO O| Jun 10 22:13:26.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
46302026-06-10T22:13:27.606Z[ recovery-image] Jun 10 22:13:26.222 INFO O| Jun 10 22:13:26.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
46312026-06-10T22:13:27.616Z[ recovery-image] Jun 10 22:13:26.222 INFO O| Jun 10 22:13:26.222 INFO STEP 14 (remove_files) COMPLETE
46322026-06-10T22:13:27.616Z[ recovery-image] Jun 10 22:13:26.223 INFO O| Jun 10 22:13:26.222 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-06-10T22:13:27.616Z[ recovery-image] Jun 10 22:13:26.231 INFO O| Jun 10 22:13:26.231 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46342026-06-10T22:13:27.617Z[ recovery-image] Jun 10 22:13:26.232 INFO O| Jun 10 22:13:26.232 INFO STEP 15 (remove_files) COMPLETE
46352026-06-10T22:13:27.617Z[ recovery-image] Jun 10 22:13:26.232 INFO O| Jun 10 22:13:26.232 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362026-06-10T22:13:27.653Z[ recovery-image] Jun 10 22:13:26.246 INFO O| Jun 10 22:13:26.246 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46372026-06-10T22:13:27.682Z[ recovery-image] Jun 10 22:13:26.252 INFO O| Jun 10 22:13:26.252 INFO STEP 16 (remove_files) COMPLETE
46382026-06-10T22:13:27.682Z[ recovery-image] Jun 10 22:13:26.252 INFO O| Jun 10 22:13:26.252 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-06-10T22:13:27.682Z[ recovery-image] Jun 10 22:13:26.261 INFO O| Jun 10 22:13:26.261 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46402026-06-10T22:13:27.683Z[ recovery-image] Jun 10 22:13:26.261 INFO O| Jun 10 22:13:26.261 INFO STEP 17 (remove_files) COMPLETE
46412026-06-10T22:13:27.683Z[ recovery-image] Jun 10 22:13:26.261 INFO O| Jun 10 22:13:26.261 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-06-10T22:13:27.714Z[ recovery-image] Jun 10 22:13:26.282 INFO O| Jun 10 22:13:26.282 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46432026-06-10T22:13:27.714Z[ recovery-image] Jun 10 22:13:26.283 INFO O| Jun 10 22:13:26.283 INFO STEP 18 (remove_files) COMPLETE
46442026-06-10T22:13:27.714Z[ recovery-image] Jun 10 22:13:26.283 INFO O| Jun 10 22:13:26.283 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452026-06-10T22:13:27.714Z[ recovery-image] Jun 10 22:13:26.292 INFO O| Jun 10 22:13:26.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46462026-06-10T22:13:27.714Z[ recovery-image] Jun 10 22:13:26.292 INFO O| Jun 10 22:13:26.292 INFO STEP 19 (remove_files) COMPLETE
46472026-06-10T22:13:27.714Z[ recovery-image] Jun 10 22:13:26.292 INFO O| Jun 10 22:13:26.292 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-06-10T22:13:27.714Z[ recovery-image] Jun 10 22:13:26.300 INFO O| Jun 10 22:13:26.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46492026-06-10T22:13:27.714Z[ recovery-image] Jun 10 22:13:26.300 INFO O| Jun 10 22:13:26.300 INFO STEP 20 (remove_files) COMPLETE
46502026-06-10T22:13:27.714Z[ recovery-image] Jun 10 22:13:26.300 INFO O| Jun 10 22:13:26.300 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512026-06-10T22:13:27.736Z[ recovery-image] Jun 10 22:13:26.307 INFO O| Jun 10 22:13:26.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46522026-06-10T22:13:27.736Z[ recovery-image] Jun 10 22:13:26.307 INFO O| Jun 10 22:13:26.307 INFO STEP 21 (remove_files) COMPLETE
46532026-06-10T22:13:27.736Z[ recovery-image] Jun 10 22:13:26.307 INFO O| Jun 10 22:13:26.307 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46542026-06-10T22:13:27.736Z[ recovery-image] Jun 10 22:13:26.314 INFO O| Jun 10 22:13:26.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46552026-06-10T22:13:27.736Z[ recovery-image] Jun 10 22:13:26.314 INFO O| Jun 10 22:13:26.314 INFO STEP 22 (remove_files) COMPLETE
46562026-06-10T22:13:27.736Z[ recovery-image] Jun 10 22:13:26.314 INFO O| Jun 10 22:13:26.314 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572026-06-10T22:13:27.736Z[ recovery-image] Jun 10 22:13:26.321 INFO O| Jun 10 22:13:26.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46582026-06-10T22:13:27.737Z[ recovery-image] Jun 10 22:13:26.321 INFO O| Jun 10 22:13:26.321 INFO STEP 23 (remove_files) COMPLETE
46592026-06-10T22:13:27.737Z[ recovery-image] Jun 10 22:13:26.321 INFO O| Jun 10 22:13:26.321 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46602026-06-10T22:13:27.737Z[ recovery-image] Jun 10 22:13:26.328 INFO O| Jun 10 22:13:26.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46612026-06-10T22:13:27.737Z[ recovery-image] Jun 10 22:13:26.328 INFO O| Jun 10 22:13:26.328 INFO STEP 24 (remove_files) COMPLETE
46622026-06-10T22:13:27.737Z[ recovery-image] Jun 10 22:13:26.328 INFO O| Jun 10 22:13:26.328 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632026-06-10T22:13:27.758Z[ recovery-image] Jun 10 22:13:26.369 INFO O| Jun 10 22:13:26.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46642026-06-10T22:13:27.759Z[ recovery-image] Jun 10 22:13:26.369 INFO O| Jun 10 22:13:26.369 INFO STEP 25 (remove_files) COMPLETE
46652026-06-10T22:13:27.759Z[ recovery-image] Jun 10 22:13:26.369 INFO O| Jun 10 22:13:26.369 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662026-06-10T22:13:27.818Z[ recovery-image] Jun 10 22:13:26.424 INFO O| Jun 10 22:13:26.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46672026-06-10T22:13:27.818Z[ recovery-image] Jun 10 22:13:26.424 INFO O| Jun 10 22:13:26.424 INFO STEP 26 (remove_files) COMPLETE
46682026-06-10T22:13:27.818Z[ recovery-image] Jun 10 22:13:26.424 INFO O| Jun 10 22:13:26.424 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692026-06-10T22:13:27.834Z[ recovery-image] Jun 10 22:13:26.432 INFO O| Jun 10 22:13:26.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46702026-06-10T22:13:27.834Z[ recovery-image] Jun 10 22:13:26.432 INFO O| Jun 10 22:13:26.432 INFO STEP 27 (remove_files) COMPLETE
46712026-06-10T22:13:27.834Z[ recovery-image] Jun 10 22:13:26.432 INFO O| Jun 10 22:13:26.432 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722026-06-10T22:13:27.834Z[ recovery-image] Jun 10 22:13:26.439 INFO O| Jun 10 22:13:26.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46732026-06-10T22:13:27.834Z[ recovery-image] Jun 10 22:13:26.439 INFO O| Jun 10 22:13:26.439 INFO STEP 28 (remove_files) COMPLETE
46742026-06-10T22:13:27.834Z[ recovery-image] Jun 10 22:13:26.440 INFO O| Jun 10 22:13:26.439 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752026-06-10T22:13:27.848Z[ recovery-image] Jun 10 22:13:26.447 INFO O| Jun 10 22:13:26.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46762026-06-10T22:13:27.848Z[ recovery-image] Jun 10 22:13:26.447 INFO O| Jun 10 22:13:26.447 INFO STEP 29 (remove_files) COMPLETE
46772026-06-10T22:13:27.848Z[ recovery-image] Jun 10 22:13:26.447 INFO O| Jun 10 22:13:26.447 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-06-10T22:13:27.859Z[ recovery-image] Jun 10 22:13:26.467 INFO O| Jun 10 22:13:26.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46792026-06-10T22:13:27.860Z[ recovery-image] Jun 10 22:13:26.467 INFO O| Jun 10 22:13:26.467 INFO STEP 30 (remove_files) COMPLETE
46802026-06-10T22:13:27.860Z[ recovery-image] Jun 10 22:13:26.467 INFO O| Jun 10 22:13:26.467 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-06-10T22:13:27.873Z[ recovery-image] Jun 10 22:13:26.476 INFO O| Jun 10 22:13:26.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46822026-06-10T22:13:27.873Z[ recovery-image] Jun 10 22:13:26.476 INFO O| Jun 10 22:13:26.476 INFO STEP 31 (remove_files) COMPLETE
46832026-06-10T22:13:27.873Z[ recovery-image] Jun 10 22:13:26.476 INFO O| Jun 10 22:13:26.476 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842026-06-10T22:13:27.883Z[ recovery-image] Jun 10 22:13:26.483 INFO O| Jun 10 22:13:26.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46852026-06-10T22:13:27.883Z[ recovery-image] Jun 10 22:13:26.483 INFO O| Jun 10 22:13:26.483 INFO STEP 32 (remove_files) COMPLETE
46862026-06-10T22:13:27.883Z[ recovery-image] Jun 10 22:13:26.483 INFO O| Jun 10 22:13:26.483 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46872026-06-10T22:13:27.914Z[ recovery-image] Jun 10 22:13:26.490 INFO O| Jun 10 22:13:26.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46882026-06-10T22:13:27.914Z[ recovery-image] Jun 10 22:13:26.490 INFO O| Jun 10 22:13:26.490 INFO STEP 33 (remove_files) COMPLETE
46892026-06-10T22:13:27.914Z[ recovery-image] Jun 10 22:13:26.490 INFO O| Jun 10 22:13:26.490 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46902026-06-10T22:13:27.914Z[ recovery-image] Jun 10 22:13:26.497 INFO O| Jun 10 22:13:26.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46912026-06-10T22:13:27.914Z[ recovery-image] Jun 10 22:13:26.497 INFO O| Jun 10 22:13:26.497 INFO STEP 34 (remove_files) COMPLETE
46922026-06-10T22:13:27.914Z[ recovery-image] Jun 10 22:13:26.497 INFO O| Jun 10 22:13:26.497 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932026-06-10T22:13:27.914Z[ recovery-image] Jun 10 22:13:26.504 INFO O| Jun 10 22:13:26.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46942026-06-10T22:13:27.914Z[ recovery-image] Jun 10 22:13:26.504 INFO O| Jun 10 22:13:26.504 INFO STEP 35 (remove_files) COMPLETE
46952026-06-10T22:13:27.915Z[ recovery-image] Jun 10 22:13:26.504 INFO O| Jun 10 22:13:26.504 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46962026-06-10T22:13:27.936Z[ recovery-image] Jun 10 22:13:26.519 INFO O| Jun 10 22:13:26.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46972026-06-10T22:13:27.936Z[ recovery-image] Jun 10 22:13:26.519 INFO O| Jun 10 22:13:26.519 INFO STEP 36 (remove_files) COMPLETE
46982026-06-10T22:13:27.936Z[ recovery-image] Jun 10 22:13:26.519 INFO O| Jun 10 22:13:26.519 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992026-06-10T22:13:27.969Z[ recovery-image] Jun 10 22:13:26.572 INFO O| Jun 10 22:13:26.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
47002026-06-10T22:13:27.969Z[ recovery-image] Jun 10 22:13:26.572 INFO O| Jun 10 22:13:26.572 INFO STEP 37 (remove_files) COMPLETE
47012026-06-10T22:13:27.969Z[ recovery-image] Jun 10 22:13:26.572 INFO O| Jun 10 22:13:26.572 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022026-06-10T22:13:28.012Z[ recovery-image] Jun 10 22:13:26.580 INFO O| Jun 10 22:13:26.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
47032026-06-10T22:13:28.012Z[ recovery-image] Jun 10 22:13:26.580 INFO O| Jun 10 22:13:26.580 INFO STEP 38 (remove_files) COMPLETE
47042026-06-10T22:13:28.012Z[ recovery-image] Jun 10 22:13:26.580 INFO O| Jun 10 22:13:26.580 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052026-06-10T22:13:28.012Z[ recovery-image] Jun 10 22:13:26.587 INFO O| Jun 10 22:13:26.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
47062026-06-10T22:13:28.018Z[ recovery-image] Jun 10 22:13:26.587 INFO O| Jun 10 22:13:26.587 INFO STEP 39 (remove_files) COMPLETE
47072026-06-10T22:13:28.018Z[ recovery-image] Jun 10 22:13:26.587 INFO O| Jun 10 22:13:26.587 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082026-06-10T22:13:28.032Z[ recovery-image] Jun 10 22:13:26.594 INFO O| Jun 10 22:13:26.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
47092026-06-10T22:13:28.032Z[ recovery-image] Jun 10 22:13:26.594 INFO O| Jun 10 22:13:26.594 INFO STEP 40 (remove_files) COMPLETE
47102026-06-10T22:13:28.032Z[ recovery-image] Jun 10 22:13:26.594 INFO O| Jun 10 22:13:26.594 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112026-06-10T22:13:28.032Z[ recovery-image] Jun 10 22:13:26.630 INFO O| Jun 10 22:13:26.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
47122026-06-10T22:13:28.032Z[ recovery-image] Jun 10 22:13:26.630 INFO O| Jun 10 22:13:26.630 INFO STEP 41 (remove_files) COMPLETE
47132026-06-10T22:13:28.032Z[ recovery-image] Jun 10 22:13:26.630 INFO O| Jun 10 22:13:26.630 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47142026-06-10T22:13:28.032Z[ recovery-image] Jun 10 22:13:26.638 INFO O| Jun 10 22:13:26.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47152026-06-10T22:13:28.035Z[ recovery-image] Jun 10 22:13:26.638 INFO O| Jun 10 22:13:26.638 INFO STEP 42 (remove_files) COMPLETE
47162026-06-10T22:13:28.035Z[ recovery-image] Jun 10 22:13:26.638 INFO O| Jun 10 22:13:26.638 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47172026-06-10T22:13:28.094Z[ recovery-image] Jun 10 22:13:26.646 INFO O| Jun 10 22:13:26.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47182026-06-10T22:13:28.094Z[ recovery-image] Jun 10 22:13:26.646 INFO O| Jun 10 22:13:26.646 INFO STEP 43 (remove_files) COMPLETE
47192026-06-10T22:13:28.094Z[ recovery-image] Jun 10 22:13:26.646 INFO O| Jun 10 22:13:26.646 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202026-06-10T22:13:28.107Z[ recovery-image] Jun 10 22:13:26.674 INFO O| Jun 10 22:13:26.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47212026-06-10T22:13:28.107Z[ recovery-image] Jun 10 22:13:26.674 INFO O| Jun 10 22:13:26.674 INFO STEP 44 (remove_files) COMPLETE
47222026-06-10T22:13:28.107Z[ recovery-image] Jun 10 22:13:26.674 INFO O| Jun 10 22:13:26.674 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47232026-06-10T22:13:28.107Z[ recovery-image] Jun 10 22:13:26.683 INFO O| Jun 10 22:13:26.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47242026-06-10T22:13:28.107Z[ recovery-image] Jun 10 22:13:26.683 INFO O| Jun 10 22:13:26.683 INFO STEP 45 (remove_files) COMPLETE
47252026-06-10T22:13:28.108Z[ recovery-image] Jun 10 22:13:26.683 INFO O| Jun 10 22:13:26.683 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47262026-06-10T22:13:28.108Z[ recovery-image] Jun 10 22:13:26.716 INFO O| Jun 10 22:13:26.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47272026-06-10T22:13:28.108Z[ recovery-image] Jun 10 22:13:26.716 INFO O| Jun 10 22:13:26.716 INFO STEP 46 (remove_files) COMPLETE
47282026-06-10T22:13:28.108Z[ recovery-image] Jun 10 22:13:26.716 INFO O| Jun 10 22:13:26.716 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47292026-06-10T22:13:29.117Z[ recovery-image] Jun 10 22:13:26.728 INFO O| Jun 10 22:13:26.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47302026-06-10T22:13:29.117Z[ recovery-image] Jun 10 22:13:26.728 INFO O| Jun 10 22:13:26.728 INFO STEP 47 (remove_files) COMPLETE
47312026-06-10T22:13:29.117Z[ recovery-image] Jun 10 22:13:26.728 INFO O| Jun 10 22:13:26.728 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47322026-06-10T22:13:29.293Z[ recovery-image] Jun 10 22:13:26.739 INFO O| Jun 10 22:13:26.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47332026-06-10T22:13:29.293Z[ recovery-image] Jun 10 22:13:26.739 INFO O| Jun 10 22:13:26.739 INFO STEP 48 (remove_files) COMPLETE
47342026-06-10T22:13:29.293Z[ recovery-image] Jun 10 22:13:26.739 INFO O| Jun 10 22:13:26.739 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47352026-06-10T22:13:29.293Z[ host-image] Jun 10 22:13:26.747 INFO O| Jun 10 22:13:26.747 INFO O| Actions: 26474/53958 actions (Installing new actions)
47362026-06-10T22:13:29.293Z[ recovery-image] Jun 10 22:13:26.769 INFO O| Jun 10 22:13:26.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47372026-06-10T22:13:29.293Z[ recovery-image] Jun 10 22:13:26.769 INFO O| Jun 10 22:13:26.769 INFO STEP 49 (remove_files) COMPLETE
47382026-06-10T22:13:29.293Z[ recovery-image] Jun 10 22:13:26.769 INFO O| Jun 10 22:13:26.769 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47392026-06-10T22:13:29.296Z[ recovery-image] Jun 10 22:13:26.795 INFO O| Jun 10 22:13:26.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47402026-06-10T22:13:29.296Z[ recovery-image] Jun 10 22:13:26.795 INFO O| Jun 10 22:13:26.795 INFO STEP 50 (remove_files) COMPLETE
47412026-06-10T22:13:29.296Z[ recovery-image] Jun 10 22:13:26.795 INFO O| Jun 10 22:13:26.795 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422026-06-10T22:13:29.296Z[ recovery-image] Jun 10 22:13:26.831 INFO O| Jun 10 22:13:26.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47432026-06-10T22:13:29.296Z[ recovery-image] Jun 10 22:13:26.831 INFO O| Jun 10 22:13:26.831 INFO STEP 51 (remove_files) COMPLETE
47442026-06-10T22:13:29.296Z[ recovery-image] Jun 10 22:13:26.831 INFO O| Jun 10 22:13:26.831 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47452026-06-10T22:13:29.296Z[ recovery-image] Jun 10 22:13:26.872 INFO O| Jun 10 22:13:26.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47462026-06-10T22:13:29.296Z[ recovery-image] Jun 10 22:13:26.872 INFO O| Jun 10 22:13:26.872 INFO STEP 52 (remove_files) COMPLETE
47472026-06-10T22:13:29.296Z[ recovery-image] Jun 10 22:13:26.872 INFO O| Jun 10 22:13:26.872 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47482026-06-10T22:13:29.296Z[ recovery-image] Jun 10 22:13:26.891 INFO O| Jun 10 22:13:26.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47492026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.892 INFO O| Jun 10 22:13:26.891 INFO STEP 53 (remove_files) COMPLETE
47502026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.892 INFO O| Jun 10 22:13:26.892 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47512026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.909 INFO O| Jun 10 22:13:26.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47522026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.909 INFO O| Jun 10 22:13:26.909 INFO STEP 54 (remove_files) COMPLETE
47532026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.909 INFO O| Jun 10 22:13:26.909 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47542026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.930 INFO O| Jun 10 22:13:26.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47552026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.930 INFO O| Jun 10 22:13:26.930 INFO STEP 55 (remove_files) COMPLETE
47562026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.930 INFO O| Jun 10 22:13:26.930 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47572026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.937 INFO O| Jun 10 22:13:26.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47582026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.937 INFO O| Jun 10 22:13:26.937 INFO STEP 56 (remove_files) COMPLETE
47592026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.937 INFO O| Jun 10 22:13:26.937 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.945 INFO O| Jun 10 22:13:26.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47612026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.945 INFO O| Jun 10 22:13:26.945 INFO STEP 57 (remove_files) COMPLETE
47622026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.945 INFO O| Jun 10 22:13:26.945 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47632026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.984 INFO O| Jun 10 22:13:26.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47642026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.984 INFO O| Jun 10 22:13:26.984 INFO STEP 58 (remove_files) COMPLETE
47652026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.984 INFO O| Jun 10 22:13:26.984 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47662026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.993 INFO O| Jun 10 22:13:26.993 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47672026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.993 INFO O| Jun 10 22:13:26.993 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47682026-06-10T22:13:29.297Z[ recovery-image] Jun 10 22:13:26.993 INFO O| Jun 10 22:13:26.993 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47692026-06-10T22:13:29.306Z[ recovery-image] Jun 10 22:13:26.993 INFO O| Jun 10 22:13:26.993 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47702026-06-10T22:13:29.306Z[ recovery-image] Jun 10 22:13:26.993 INFO O| Jun 10 22:13:26.993 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47712026-06-10T22:13:29.306Z[ recovery-image] Jun 10 22:13:26.993 INFO O| Jun 10 22:13:26.993 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47722026-06-10T22:13:29.306Z[ recovery-image] Jun 10 22:13:26.993 INFO O| Jun 10 22:13:26.993 INFO ok!
47732026-06-10T22:13:29.306Z[ recovery-image] Jun 10 22:13:26.993 INFO O| Jun 10 22:13:26.993 INFO STEP 59 (ensure_file) COMPLETE
47742026-06-10T22:13:29.306Z[ recovery-image] Jun 10 22:13:26.993 INFO O| Jun 10 22:13:26.993 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47752026-06-10T22:13:29.306Z[ recovery-image] Jun 10 22:13:27.018 INFO O| Jun 10 22:13:27.018 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47762026-06-10T22:13:29.306Z[ recovery-image] Jun 10 22:13:27.018 INFO O| Jun 10 22:13:27.018 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47772026-06-10T22:13:29.306Z[ recovery-image] Jun 10 22:13:27.018 INFO O| Jun 10 22:13:27.018 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47782026-06-10T22:13:29.306Z[ recovery-image] Jun 10 22:13:27.018 INFO O| Jun 10 22:13:27.018 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47792026-06-10T22:13:29.306Z[ recovery-image] Jun 10 22:13:27.018 INFO O| Jun 10 22:13:27.018 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47802026-06-10T22:13:29.306Z[ recovery-image] Jun 10 22:13:27.018 INFO O| Jun 10 22:13:27.018 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47812026-06-10T22:13:29.306Z[ recovery-image] Jun 10 22:13:27.018 INFO O| Jun 10 22:13:27.018 INFO ok!
47822026-06-10T22:13:29.306Z[ recovery-image] Jun 10 22:13:27.018 INFO O| Jun 10 22:13:27.018 INFO STEP 60 (ensure_file) COMPLETE
47832026-06-10T22:13:29.307Z[ recovery-image] Jun 10 22:13:27.018 INFO O| Jun 10 22:13:27.018 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47842026-06-10T22:13:29.312Z[ recovery-image] Jun 10 22:13:27.027 INFO O| Jun 10 22:13:27.026 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47852026-06-10T22:13:29.312Z[ recovery-image] Jun 10 22:13:27.027 INFO O| Jun 10 22:13:27.027 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47862026-06-10T22:13:29.312Z[ recovery-image] Jun 10 22:13:27.027 INFO O| Jun 10 22:13:27.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47872026-06-10T22:13:29.312Z[ recovery-image] Jun 10 22:13:27.027 INFO O| Jun 10 22:13:27.027 INFO ok!
47882026-06-10T22:13:29.312Z[ recovery-image] Jun 10 22:13:27.027 INFO O| Jun 10 22:13:27.027 INFO STEP 61 (ensure_file) COMPLETE
47892026-06-10T22:13:29.312Z[ recovery-image] Jun 10 22:13:27.027 INFO O| Jun 10 22:13:27.027 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47902026-06-10T22:13:29.312Z[ recovery-image] Jun 10 22:13:27.048 INFO O| Jun 10 22:13:27.048 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47912026-06-10T22:13:29.312Z[ recovery-image] Jun 10 22:13:27.048 INFO O| Jun 10 22:13:27.048 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47922026-06-10T22:13:29.312Z[ recovery-image] Jun 10 22:13:27.048 INFO O| Jun 10 22:13:27.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47932026-06-10T22:13:29.312Z[ recovery-image] Jun 10 22:13:27.048 INFO O| Jun 10 22:13:27.048 INFO ok!
47942026-06-10T22:13:29.312Z[ recovery-image] Jun 10 22:13:27.048 INFO O| Jun 10 22:13:27.048 INFO STEP 62 (ensure_file) COMPLETE
47952026-06-10T22:13:29.312Z[ recovery-image] Jun 10 22:13:27.048 INFO O| Jun 10 22:13:27.048 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47962026-06-10T22:13:29.312Z[ recovery-image] Jun 10 22:13:27.057 INFO O| Jun 10 22:13:27.057 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47972026-06-10T22:13:29.313Z[ recovery-image] Jun 10 22:13:27.057 INFO O| Jun 10 22:13:27.057 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47982026-06-10T22:13:29.313Z[ recovery-image] Jun 10 22:13:27.057 INFO O| Jun 10 22:13:27.057 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47992026-06-10T22:13:29.318Z[ recovery-image] Jun 10 22:13:27.057 INFO O| Jun 10 22:13:27.057 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48002026-06-10T22:13:29.318Z[ recovery-image] Jun 10 22:13:27.057 INFO O| Jun 10 22:13:27.057 INFO ok!
48012026-06-10T22:13:29.318Z[ recovery-image] Jun 10 22:13:27.057 INFO O| Jun 10 22:13:27.057 INFO STEP 63 (ensure_file) COMPLETE
48022026-06-10T22:13:29.318Z[ recovery-image] Jun 10 22:13:27.057 INFO O| Jun 10 22:13:27.057 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48032026-06-10T22:13:29.318Z[ recovery-image] Jun 10 22:13:27.066 INFO O| Jun 10 22:13:27.066 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
48042026-06-10T22:13:29.318Z[ recovery-image] Jun 10 22:13:27.066 INFO O| Jun 10 22:13:27.066 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
48052026-06-10T22:13:29.318Z[ recovery-image] Jun 10 22:13:27.066 INFO O| Jun 10 22:13:27.066 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48062026-06-10T22:13:29.318Z[ recovery-image] Jun 10 22:13:27.066 INFO O| Jun 10 22:13:27.066 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48072026-06-10T22:13:29.318Z[ recovery-image] Jun 10 22:13:27.066 INFO O| Jun 10 22:13:27.066 INFO ok!
48082026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.066 INFO O| Jun 10 22:13:27.066 INFO STEP 64 (ensure_file) COMPLETE
48092026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.066 INFO O| Jun 10 22:13:27.066 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48102026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.076 INFO O| Jun 10 22:13:27.076 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
48112026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.076 INFO O| Jun 10 22:13:27.076 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
48122026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.076 INFO O| Jun 10 22:13:27.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
48132026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.076 INFO O| Jun 10 22:13:27.076 INFO ok!
48142026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.076 INFO O| Jun 10 22:13:27.076 INFO STEP 65 (assemble_files) COMPLETE
48152026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.076 INFO O| Jun 10 22:13:27.076 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48162026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.084 INFO O| Jun 10 22:13:27.084 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48172026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.084 INFO O| Jun 10 22:13:27.084 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48182026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.084 INFO O| Jun 10 22:13:27.084 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48192026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.084 INFO O| Jun 10 22:13:27.084 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48202026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.084 INFO O| Jun 10 22:13:27.084 INFO ok!
48212026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.084 INFO O| Jun 10 22:13:27.084 INFO STEP 66 (ensure_file) COMPLETE
48222026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.084 INFO O| Jun 10 22:13:27.084 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48232026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.084 INFO O| Jun 10 22:13:27.084 INFO skip step because feature "omicron1" is not enabled
48242026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.084 INFO O| Jun 10 22:13:27.084 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48252026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.084 INFO O| Jun 10 22:13:27.084 INFO skip step because feature "omicron1" is not enabled
48262026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.084 INFO O| Jun 10 22:13:27.084 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48272026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.084 INFO O| Jun 10 22:13:27.084 INFO skip step because feature "omicron1" is not enabled
48282026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.084 INFO O| Jun 10 22:13:27.084 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48292026-06-10T22:13:29.322Z[ recovery-image] Jun 10 22:13:27.098 INFO O| Jun 10 22:13:27.098 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48302026-06-10T22:13:29.327Z[ recovery-image] Jun 10 22:13:27.098 INFO O| Jun 10 22:13:27.098 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48312026-06-10T22:13:29.882Z[ recovery-image] Jun 10 22:13:28.497 INFO O| Jun 10 22:13:28.497 INFO STEP 70 (pack_tar) COMPLETE
48322026-06-10T22:13:29.882Z[ recovery-image] Jun 10 22:13:28.497 INFO O| Jun 10 22:13:28.497 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48332026-06-10T22:13:29.918Z[ recovery-image] Jun 10 22:13:28.497 INFO O| Jun 10 22:13:28.497 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48342026-06-10T22:13:30.343Z[ recovery-image] Jun 10 22:13:28.950 INFO O| Jun 10 22:13:28.949 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48352026-06-10T22:13:30.448Z[ recovery-image] Jun 10 22:13:29.039 INFO O| Jun 10 22:13:29.039 INFO completed processing sled/ramdisk-02-trim
48362026-06-10T22:13:30.511Z[ recovery-image] Jun 10 22:13:29.041 INFO image builder template: ramdisk-03-recovery-trim...
48372026-06-10T22:13:30.511Z[ recovery-image] Jun 10 22:13:29.041 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmp3gjDm6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.41.483", "-n", "ramdisk-03-recovery-trim"], pwd: None
48382026-06-10T22:13:30.511Z[ recovery-image] Jun 10 22:13:29.050 INFO O| Jun 10 22:13:29.049 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
48392026-06-10T22:13:30.511Z[ host-image] Jun 10 22:13:29.055 INFO O| Jun 10 22:13:29.055 INFO O| Actions: Completed 53958 actions in 7.30 seconds.
48402026-06-10T22:13:30.550Z[ host-image] Jun 10 22:13:29.124 INFO O| Jun 10 22:13:29.124 INFO O| Finalize: Updating package state database ... Done
48412026-06-10T22:13:30.550Z[ host-image] Jun 10 22:13:29.124 INFO O| Jun 10 22:13:29.124 INFO O| Finalize: Updating package cache ... Done
48422026-06-10T22:13:30.578Z[ host-image] Jun 10 22:13:29.161 INFO O| Jun 10 22:13:29.161 INFO O| Finalize: Updating image state ... Done
48432026-06-10T22:13:30.597Z[ recovery-image] Jun 10 22:13:29.177 INFO O| Jun 10 22:13:29.177 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48442026-06-10T22:13:30.597Z[ recovery-image] Jun 10 22:13:29.181 INFO O| Jun 10 22:13:29.181 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48452026-06-10T22:13:30.759Z[ recovery-image] Jun 10 22:13:29.313 INFO O| Jun 10 22:13:29.313 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48462026-06-10T22:13:30.793Z[ recovery-image] Jun 10 22:13:29.389 INFO O| Jun 10 22:13:29.389 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48472026-06-10T22:13:30.793Z[ recovery-image] Jun 10 22:13:29.389 INFO O| Jun 10 22:13:29.389 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48482026-06-10T22:13:30.805Z[ recovery-image] Jun 10 22:13:29.397 INFO O| Jun 10 22:13:29.396 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48492026-06-10T22:13:30.805Z[ recovery-image] Jun 10 22:13:29.400 INFO O| Jun 10 22:13:29.400 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48502026-06-10T22:13:30.805Z[ recovery-image] Jun 10 22:13:29.407 INFO O| Jun 10 22:13:29.407 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48512026-06-10T22:13:31.298Z[ recovery-image] Jun 10 22:13:29.892 INFO O| Jun 10 22:13:29.892 INFO rolled back to input snapshot; work may begin
48522026-06-10T22:13:31.299Z[ recovery-image] Jun 10 22:13:29.892 INFO O| Jun 10 22:13:29.892 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48532026-06-10T22:13:31.322Z[ recovery-image] Jun 10 22:13:29.897 INFO O| Jun 10 22:13:29.897 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48542026-06-10T22:13:31.322Z[ recovery-image] Jun 10 22:13:29.907 INFO O| Jun 10 22:13:29.907 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48552026-06-10T22:13:31.322Z[ recovery-image] Jun 10 22:13:29.913 INFO O| Jun 10 22:13:29.913 INFO STEP 0 (remove_files) COMPLETE
48562026-06-10T22:13:31.322Z[ recovery-image] Jun 10 22:13:29.913 INFO O| Jun 10 22:13:29.913 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48572026-06-10T22:13:31.323Z[ recovery-image] Jun 10 22:13:29.922 INFO O| Jun 10 22:13:29.922 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48582026-06-10T22:13:31.454Z[ recovery-image] Jun 10 22:13:30.058 INFO O| Jun 10 22:13:30.058 INFO STEP 1 (remove_files) COMPLETE
48592026-06-10T22:13:31.454Z[ recovery-image] Jun 10 22:13:30.058 INFO O| Jun 10 22:13:30.058 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48602026-06-10T22:13:31.482Z[ recovery-image] Jun 10 22:13:30.067 INFO O| Jun 10 22:13:30.067 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48612026-06-10T22:13:31.483Z[ recovery-image] Jun 10 22:13:30.069 INFO O| Jun 10 22:13:30.069 INFO STEP 2 (remove_files) COMPLETE
48622026-06-10T22:13:31.483Z[ recovery-image] Jun 10 22:13:30.069 INFO O| Jun 10 22:13:30.069 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48632026-06-10T22:13:31.483Z[ recovery-image] Jun 10 22:13:30.078 INFO O| Jun 10 22:13:30.078 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48642026-06-10T22:13:31.496Z[ recovery-image] Jun 10 22:13:30.110 INFO O| Jun 10 22:13:30.110 INFO STEP 3 (remove_files) COMPLETE
48652026-06-10T22:13:31.496Z[ recovery-image] Jun 10 22:13:30.110 INFO O| Jun 10 22:13:30.110 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48662026-06-10T22:13:31.526Z[ recovery-image] Jun 10 22:13:30.120 INFO O| Jun 10 22:13:30.120 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48672026-06-10T22:13:31.565Z[ recovery-image] Jun 10 22:13:30.127 INFO O| Jun 10 22:13:30.127 INFO STEP 4 (remove_files) COMPLETE
48682026-06-10T22:13:31.565Z[ recovery-image] Jun 10 22:13:30.127 INFO O| Jun 10 22:13:30.127 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48692026-06-10T22:13:31.565Z[ recovery-image] Jun 10 22:13:30.137 INFO O| Jun 10 22:13:30.137 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48702026-06-10T22:13:31.565Z[ recovery-image] Jun 10 22:13:30.138 INFO O| Jun 10 22:13:30.138 INFO STEP 5 (remove_files) COMPLETE
48712026-06-10T22:13:31.565Z[ recovery-image] Jun 10 22:13:30.138 INFO O| Jun 10 22:13:30.138 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48722026-06-10T22:13:31.565Z[ recovery-image] Jun 10 22:13:30.147 INFO O| Jun 10 22:13:30.147 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48732026-06-10T22:13:31.565Z[ recovery-image] Jun 10 22:13:30.148 INFO O| Jun 10 22:13:30.148 INFO STEP 6 (remove_files) COMPLETE
48742026-06-10T22:13:31.565Z[ recovery-image] Jun 10 22:13:30.148 INFO O| Jun 10 22:13:30.148 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48752026-06-10T22:13:31.584Z[ recovery-image] Jun 10 22:13:30.156 INFO O| Jun 10 22:13:30.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48762026-06-10T22:13:31.584Z[ recovery-image] Jun 10 22:13:30.159 INFO O| Jun 10 22:13:30.159 INFO STEP 7 (remove_files) COMPLETE
48772026-06-10T22:13:31.584Z[ recovery-image] Jun 10 22:13:30.159 INFO O| Jun 10 22:13:30.159 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48782026-06-10T22:13:31.584Z[ recovery-image] Jun 10 22:13:30.166 INFO O| Jun 10 22:13:30.166 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48792026-06-10T22:13:31.584Z[ recovery-image] Jun 10 22:13:30.167 INFO O| Jun 10 22:13:30.167 INFO STEP 8 (remove_files) COMPLETE
48802026-06-10T22:13:31.584Z[ recovery-image] Jun 10 22:13:30.167 INFO O| Jun 10 22:13:30.167 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48812026-06-10T22:13:31.584Z[ recovery-image] Jun 10 22:13:30.174 INFO O| Jun 10 22:13:30.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48822026-06-10T22:13:31.584Z[ recovery-image] Jun 10 22:13:30.174 INFO O| Jun 10 22:13:30.174 INFO STEP 9 (remove_files) COMPLETE
48832026-06-10T22:13:31.584Z[ recovery-image] Jun 10 22:13:30.174 INFO O| Jun 10 22:13:30.174 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48842026-06-10T22:13:31.584Z[ recovery-image] Jun 10 22:13:30.181 INFO O| Jun 10 22:13:30.181 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48852026-06-10T22:13:31.584Z[ host-image] Jun 10 22:13:30.181 INFO O| Jun 10 22:13:30.181 INFO O| Finalize: Creating fast lookup database ... Done
48862026-06-10T22:13:31.615Z[ host-image] Jun 10 22:13:30.210 INFO O| Jun 10 22:13:30.210 INFO O| Finalize: Reading search index ... Done
48872026-06-10T22:13:31.828Z[ recovery-image] Jun 10 22:13:30.388 INFO O| Jun 10 22:13:30.388 INFO STEP 10 (remove_files) COMPLETE
48882026-06-10T22:13:31.828Z[ recovery-image] Jun 10 22:13:30.388 INFO O| Jun 10 22:13:30.388 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48892026-06-10T22:13:31.866Z[ recovery-image] Jun 10 22:13:30.427 INFO O| Jun 10 22:13:30.426 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48902026-06-10T22:13:32.729Z[ recovery-image] Jun 10 22:13:30.492 INFO O| Jun 10 22:13:30.492 INFO STEP 11 (remove_files) COMPLETE
48912026-06-10T22:13:32.729Z[ recovery-image] Jun 10 22:13:30.492 INFO O| Jun 10 22:13:30.492 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48922026-06-10T22:13:32.945Z[ recovery-image] Jun 10 22:13:30.568 INFO O| Jun 10 22:13:30.568 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48932026-06-10T22:13:32.945Z[ recovery-image] Jun 10 22:13:30.620 INFO O| Jun 10 22:13:30.620 INFO STEP 12 (remove_files) COMPLETE
48942026-06-10T22:13:32.945Z[ recovery-image] Jun 10 22:13:30.620 INFO O| Jun 10 22:13:30.620 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48952026-06-10T22:13:32.945Z[ recovery-image] Jun 10 22:13:30.673 INFO O| Jun 10 22:13:30.673 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48962026-06-10T22:13:32.945Z[ recovery-image] Jun 10 22:13:30.673 INFO O| Jun 10 22:13:30.673 INFO STEP 13 (remove_files) COMPLETE
48972026-06-10T22:13:32.945Z[ recovery-image] Jun 10 22:13:30.673 INFO O| Jun 10 22:13:30.673 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48982026-06-10T22:13:32.945Z[ recovery-image] Jun 10 22:13:30.726 INFO O| Jun 10 22:13:30.726 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48992026-06-10T22:13:32.945Z[ recovery-image] Jun 10 22:13:30.726 INFO O| Jun 10 22:13:30.726 INFO STEP 14 (remove_files) COMPLETE
49002026-06-10T22:13:32.945Z[ recovery-image] Jun 10 22:13:30.726 INFO O| Jun 10 22:13:30.726 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49012026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:30.734 INFO O| Jun 10 22:13:30.734 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
49022026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:30.918 INFO O| Jun 10 22:13:30.918 INFO STEP 15 (remove_files) COMPLETE
49032026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:30.918 INFO O| Jun 10 22:13:30.918 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49042026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:30.927 INFO O| Jun 10 22:13:30.927 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
49052026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:30.927 INFO O| Jun 10 22:13:30.927 INFO STEP 16 (remove_files) COMPLETE
49062026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:30.927 INFO O| Jun 10 22:13:30.927 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49072026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:30.934 INFO O| Jun 10 22:13:30.934 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49082026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:30.934 INFO O| Jun 10 22:13:30.934 INFO STEP 17 (remove_files) COMPLETE
49092026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:30.934 INFO O| Jun 10 22:13:30.934 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49102026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:30.941 INFO O| Jun 10 22:13:30.941 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49112026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:31.103 INFO O| Jun 10 22:13:31.103 INFO STEP 18 (remove_files) COMPLETE
49122026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:31.103 INFO O| Jun 10 22:13:31.103 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49132026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:31.113 INFO O| Jun 10 22:13:31.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49142026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:31.115 INFO O| Jun 10 22:13:31.115 INFO STEP 19 (remove_files) COMPLETE
49152026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:31.115 INFO O| Jun 10 22:13:31.115 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49162026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:31.124 INFO O| Jun 10 22:13:31.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49172026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:31.125 INFO O| Jun 10 22:13:31.125 INFO STEP 20 (remove_files) COMPLETE
49182026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:31.125 INFO O| Jun 10 22:13:31.125 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49192026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:31.133 INFO O| Jun 10 22:13:31.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49202026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:31.134 INFO O| Jun 10 22:13:31.134 INFO STEP 21 (remove_files) COMPLETE
49212026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:31.134 INFO O| Jun 10 22:13:31.134 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49222026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:31.141 INFO O| Jun 10 22:13:31.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49232026-06-10T22:13:32.952Z[ recovery-image] Jun 10 22:13:31.141 INFO O| Jun 10 22:13:31.141 INFO STEP 22 (remove_files) COMPLETE
49242026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.142 INFO O| Jun 10 22:13:31.141 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49252026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.148 INFO O| Jun 10 22:13:31.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49262026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.149 INFO O| Jun 10 22:13:31.149 INFO STEP 23 (remove_files) COMPLETE
49272026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.149 INFO O| Jun 10 22:13:31.149 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49282026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.157 INFO O| Jun 10 22:13:31.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49292026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.157 INFO O| Jun 10 22:13:31.157 INFO STEP 24 (remove_files) COMPLETE
49302026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.157 INFO O| Jun 10 22:13:31.157 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49312026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.165 INFO O| Jun 10 22:13:31.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49322026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.165 INFO O| Jun 10 22:13:31.165 INFO STEP 25 (remove_files) COMPLETE
49332026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.165 INFO O| Jun 10 22:13:31.165 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49342026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.174 INFO O| Jun 10 22:13:31.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49352026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.175 INFO O| Jun 10 22:13:31.174 INFO STEP 26 (remove_files) COMPLETE
49362026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.175 INFO O| Jun 10 22:13:31.174 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49372026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.183 INFO O| Jun 10 22:13:31.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49382026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.183 INFO O| Jun 10 22:13:31.183 INFO STEP 27 (remove_files) COMPLETE
49392026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.183 INFO O| Jun 10 22:13:31.183 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49402026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.191 INFO O| Jun 10 22:13:31.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49412026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.191 INFO O| Jun 10 22:13:31.191 INFO STEP 28 (remove_files) COMPLETE
49422026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.191 INFO O| Jun 10 22:13:31.191 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49432026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.199 INFO O| Jun 10 22:13:31.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49442026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.199 INFO O| Jun 10 22:13:31.199 INFO STEP 29 (remove_files) COMPLETE
49452026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.199 INFO O| Jun 10 22:13:31.199 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49462026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.206 INFO O| Jun 10 22:13:31.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49472026-06-10T22:13:32.953Z[ recovery-image] Jun 10 22:13:31.207 INFO O| Jun 10 22:13:31.207 INFO STEP 30 (remove_files) COMPLETE
49482026-06-10T22:13:32.954Z[ recovery-image] Jun 10 22:13:31.207 INFO O| Jun 10 22:13:31.207 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49492026-06-10T22:13:32.954Z[ recovery-image] Jun 10 22:13:31.216 INFO O| Jun 10 22:13:31.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49502026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.216 INFO O| Jun 10 22:13:31.216 INFO STEP 31 (remove_files) COMPLETE
49512026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.216 INFO O| Jun 10 22:13:31.216 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49522026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.224 INFO O| Jun 10 22:13:31.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49532026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.225 INFO O| Jun 10 22:13:31.225 INFO STEP 32 (remove_files) COMPLETE
49542026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.225 INFO O| Jun 10 22:13:31.225 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49552026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.233 INFO O| Jun 10 22:13:31.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49562026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.233 INFO O| Jun 10 22:13:31.233 INFO STEP 33 (remove_files) COMPLETE
49572026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.233 INFO O| Jun 10 22:13:31.233 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49582026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.240 INFO O| Jun 10 22:13:31.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49592026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.240 INFO O| Jun 10 22:13:31.240 INFO STEP 34 (remove_files) COMPLETE
49602026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.240 INFO O| Jun 10 22:13:31.240 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49612026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.247 INFO O| Jun 10 22:13:31.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49622026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.247 INFO O| Jun 10 22:13:31.247 INFO STEP 35 (remove_files) COMPLETE
49632026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.247 INFO O| Jun 10 22:13:31.247 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49642026-06-10T22:13:32.969Z[ recovery-image] Jun 10 22:13:31.254 INFO O| Jun 10 22:13:31.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49652026-06-10T22:13:32.971Z[ recovery-image] Jun 10 22:13:31.254 INFO O| Jun 10 22:13:31.254 INFO STEP 36 (remove_files) COMPLETE
49662026-06-10T22:13:32.971Z[ recovery-image] Jun 10 22:13:31.254 INFO O| Jun 10 22:13:31.254 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49672026-06-10T22:13:32.971Z[ recovery-image] Jun 10 22:13:31.261 INFO O| Jun 10 22:13:31.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49682026-06-10T22:13:32.971Z[ recovery-image] Jun 10 22:13:31.262 INFO O| Jun 10 22:13:31.261 INFO STEP 37 (remove_files) COMPLETE
49692026-06-10T22:13:32.971Z[ recovery-image] Jun 10 22:13:31.262 INFO O| Jun 10 22:13:31.261 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49702026-06-10T22:13:32.971Z[ recovery-image] Jun 10 22:13:31.269 INFO O| Jun 10 22:13:31.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49712026-06-10T22:13:32.971Z[ recovery-image] Jun 10 22:13:31.269 INFO O| Jun 10 22:13:31.269 INFO STEP 38 (remove_files) COMPLETE
49722026-06-10T22:13:32.971Z[ recovery-image] Jun 10 22:13:31.269 INFO O| Jun 10 22:13:31.269 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49732026-06-10T22:13:32.971Z[ recovery-image] Jun 10 22:13:31.275 INFO O| Jun 10 22:13:31.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49742026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.276 INFO O| Jun 10 22:13:31.276 INFO STEP 39 (remove_files) COMPLETE
49752026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.276 INFO O| Jun 10 22:13:31.276 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49762026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.282 INFO O| Jun 10 22:13:31.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49772026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.282 INFO O| Jun 10 22:13:31.282 INFO STEP 40 (remove_files) COMPLETE
49782026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.282 INFO O| Jun 10 22:13:31.282 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49792026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.289 INFO O| Jun 10 22:13:31.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49802026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.290 INFO O| Jun 10 22:13:31.290 INFO STEP 41 (remove_files) COMPLETE
49812026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.290 INFO O| Jun 10 22:13:31.290 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49822026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.297 INFO O| Jun 10 22:13:31.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49832026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.297 INFO O| Jun 10 22:13:31.297 INFO STEP 42 (remove_files) COMPLETE
49842026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.297 INFO O| Jun 10 22:13:31.297 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49852026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.304 INFO O| Jun 10 22:13:31.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49862026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.304 INFO O| Jun 10 22:13:31.304 INFO STEP 43 (remove_files) COMPLETE
49872026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.304 INFO O| Jun 10 22:13:31.304 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49882026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.311 INFO O| Jun 10 22:13:31.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49892026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.311 INFO O| Jun 10 22:13:31.311 INFO STEP 44 (remove_files) COMPLETE
49902026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.311 INFO O| Jun 10 22:13:31.311 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49912026-06-10T22:13:32.972Z[ recovery-image] Jun 10 22:13:31.318 INFO O| Jun 10 22:13:31.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49922026-06-10T22:13:33.139Z[ recovery-image] Jun 10 22:13:31.319 INFO O| Jun 10 22:13:31.319 INFO STEP 45 (remove_files) COMPLETE
49932026-06-10T22:13:33.139Z[ recovery-image] Jun 10 22:13:31.319 INFO O| Jun 10 22:13:31.319 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49942026-06-10T22:13:33.139Z[ recovery-image] Jun 10 22:13:31.326 INFO O| Jun 10 22:13:31.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49952026-06-10T22:13:33.139Z[ recovery-image] Jun 10 22:13:31.326 INFO O| Jun 10 22:13:31.326 INFO STEP 46 (remove_files) COMPLETE
49962026-06-10T22:13:33.139Z[ recovery-image] Jun 10 22:13:31.326 INFO O| Jun 10 22:13:31.326 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49972026-06-10T22:13:33.139Z[ recovery-image] Jun 10 22:13:31.333 INFO O| Jun 10 22:13:31.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49982026-06-10T22:13:33.139Z[ recovery-image] Jun 10 22:13:31.333 INFO O| Jun 10 22:13:31.333 INFO STEP 47 (remove_files) COMPLETE
49992026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.333 INFO O| Jun 10 22:13:31.333 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50002026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.340 INFO O| Jun 10 22:13:31.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
50012026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.340 INFO O| Jun 10 22:13:31.340 INFO STEP 48 (remove_files) COMPLETE
50022026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.340 INFO O| Jun 10 22:13:31.340 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50032026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.347 INFO O| Jun 10 22:13:31.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50042026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.348 INFO O| Jun 10 22:13:31.347 INFO STEP 49 (remove_files) COMPLETE
50052026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.348 INFO O| Jun 10 22:13:31.347 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50062026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.355 INFO O| Jun 10 22:13:31.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50072026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.355 INFO O| Jun 10 22:13:31.355 INFO STEP 50 (remove_files) COMPLETE
50082026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.355 INFO O| Jun 10 22:13:31.355 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50092026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.362 INFO O| Jun 10 22:13:31.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50102026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.363 INFO O| Jun 10 22:13:31.363 INFO STEP 51 (remove_files) COMPLETE
50112026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.363 INFO O| Jun 10 22:13:31.363 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50122026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.370 INFO O| Jun 10 22:13:31.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50132026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.370 INFO O| Jun 10 22:13:31.370 INFO STEP 52 (remove_files) COMPLETE
50142026-06-10T22:13:33.140Z[ recovery-image] Jun 10 22:13:31.370 INFO O| Jun 10 22:13:31.370 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50152026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.378 INFO O| Jun 10 22:13:31.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50162026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.378 INFO O| Jun 10 22:13:31.378 INFO STEP 53 (remove_files) COMPLETE
50172026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.378 INFO O| Jun 10 22:13:31.378 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50182026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.385 INFO O| Jun 10 22:13:31.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50192026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.385 INFO O| Jun 10 22:13:31.385 INFO STEP 54 (remove_files) COMPLETE
50202026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.385 INFO O| Jun 10 22:13:31.385 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50212026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.393 INFO O| Jun 10 22:13:31.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50222026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.393 INFO O| Jun 10 22:13:31.393 INFO STEP 55 (remove_files) COMPLETE
50232026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.393 INFO O| Jun 10 22:13:31.393 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50242026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.400 INFO O| Jun 10 22:13:31.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50252026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.400 INFO O| Jun 10 22:13:31.400 INFO STEP 56 (remove_files) COMPLETE
50262026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.400 INFO O| Jun 10 22:13:31.400 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50272026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.407 INFO O| Jun 10 22:13:31.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50282026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.407 INFO O| Jun 10 22:13:31.407 INFO STEP 57 (remove_files) COMPLETE
50292026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.407 INFO O| Jun 10 22:13:31.407 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50302026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.414 INFO O| Jun 10 22:13:31.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50312026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.414 INFO O| Jun 10 22:13:31.414 INFO STEP 58 (remove_files) COMPLETE
50322026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.414 INFO O| Jun 10 22:13:31.414 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50332026-06-10T22:13:33.141Z[ recovery-image] Jun 10 22:13:31.422 INFO O| Jun 10 22:13:31.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50342026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.422 INFO O| Jun 10 22:13:31.422 INFO STEP 59 (remove_files) COMPLETE
50352026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.422 INFO O| Jun 10 22:13:31.422 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50362026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.429 INFO O| Jun 10 22:13:31.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50372026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.429 INFO O| Jun 10 22:13:31.429 INFO STEP 60 (remove_files) COMPLETE
50382026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.429 INFO O| Jun 10 22:13:31.429 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50392026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.436 INFO O| Jun 10 22:13:31.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50402026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.436 INFO O| Jun 10 22:13:31.436 INFO STEP 61 (remove_files) COMPLETE
50412026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.436 INFO O| Jun 10 22:13:31.436 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50422026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.443 INFO O| Jun 10 22:13:31.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50432026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.443 INFO O| Jun 10 22:13:31.443 INFO STEP 62 (remove_files) COMPLETE
50442026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.443 INFO O| Jun 10 22:13:31.443 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50452026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.450 INFO O| Jun 10 22:13:31.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50462026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.450 INFO O| Jun 10 22:13:31.450 INFO STEP 63 (remove_files) COMPLETE
50472026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.450 INFO O| Jun 10 22:13:31.450 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50482026-06-10T22:13:33.142Z[ recovery-image] Jun 10 22:13:31.457 INFO O| Jun 10 22:13:31.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50492026-06-10T22:13:33.143Z[ recovery-image] Jun 10 22:13:31.458 INFO O| Jun 10 22:13:31.457 INFO STEP 64 (remove_files) COMPLETE
50502026-06-10T22:13:33.143Z[ recovery-image] Jun 10 22:13:31.458 INFO O| Jun 10 22:13:31.457 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50512026-06-10T22:13:33.143Z[ recovery-image] Jun 10 22:13:31.465 INFO O| Jun 10 22:13:31.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50522026-06-10T22:13:33.143Z[ recovery-image] Jun 10 22:13:31.466 INFO O| Jun 10 22:13:31.466 INFO STEP 65 (remove_files) COMPLETE
50532026-06-10T22:13:33.143Z[ recovery-image] Jun 10 22:13:31.466 INFO O| Jun 10 22:13:31.466 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50542026-06-10T22:13:33.143Z[ recovery-image] Jun 10 22:13:31.472 INFO O| Jun 10 22:13:31.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50552026-06-10T22:13:33.143Z[ recovery-image] Jun 10 22:13:31.473 INFO O| Jun 10 22:13:31.472 INFO STEP 66 (remove_files) COMPLETE
50562026-06-10T22:13:33.143Z[ recovery-image] Jun 10 22:13:31.473 INFO O| Jun 10 22:13:31.473 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50572026-06-10T22:13:33.143Z[ recovery-image] Jun 10 22:13:31.479 INFO O| Jun 10 22:13:31.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50582026-06-10T22:13:33.143Z[ recovery-image] Jun 10 22:13:31.479 INFO O| Jun 10 22:13:31.479 INFO STEP 67 (remove_files) COMPLETE
50592026-06-10T22:13:33.143Z[ recovery-image] Jun 10 22:13:31.479 INFO O| Jun 10 22:13:31.479 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50602026-06-10T22:13:33.143Z[ recovery-image] Jun 10 22:13:31.486 INFO O| Jun 10 22:13:31.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50612026-06-10T22:13:33.143Z[ recovery-image] Jun 10 22:13:31.486 INFO O| Jun 10 22:13:31.486 INFO STEP 68 (remove_files) COMPLETE
50622026-06-10T22:13:33.143Z[ recovery-image] Jun 10 22:13:31.486 INFO O| Jun 10 22:13:31.486 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50632026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.492 INFO O| Jun 10 22:13:31.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50642026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.492 INFO O| Jun 10 22:13:31.492 INFO STEP 69 (remove_files) COMPLETE
50652026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.492 INFO O| Jun 10 22:13:31.492 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50662026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.499 INFO O| Jun 10 22:13:31.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50672026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.499 INFO O| Jun 10 22:13:31.499 INFO STEP 70 (remove_files) COMPLETE
50682026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.499 INFO O| Jun 10 22:13:31.499 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50692026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.505 INFO O| Jun 10 22:13:31.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50702026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.505 INFO O| Jun 10 22:13:31.505 INFO STEP 71 (remove_files) COMPLETE
50712026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.505 INFO O| Jun 10 22:13:31.505 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50722026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.512 INFO O| Jun 10 22:13:31.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50732026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.512 INFO O| Jun 10 22:13:31.512 INFO STEP 72 (remove_files) COMPLETE
50742026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.512 INFO O| Jun 10 22:13:31.512 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50752026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.518 INFO O| Jun 10 22:13:31.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50762026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.519 INFO O| Jun 10 22:13:31.518 INFO STEP 73 (remove_files) COMPLETE
50772026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.519 INFO O| Jun 10 22:13:31.519 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50782026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.525 INFO O| Jun 10 22:13:31.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50792026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.526 INFO O| Jun 10 22:13:31.526 INFO STEP 74 (remove_files) COMPLETE
50802026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.526 INFO O| Jun 10 22:13:31.526 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50812026-06-10T22:13:33.144Z[ recovery-image] Jun 10 22:13:31.533 INFO O| Jun 10 22:13:31.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50822026-06-10T22:13:33.145Z[ recovery-image] Jun 10 22:13:31.533 INFO O| Jun 10 22:13:31.533 INFO STEP 75 (remove_files) COMPLETE
50832026-06-10T22:13:33.145Z[ recovery-image] Jun 10 22:13:31.533 INFO O| Jun 10 22:13:31.533 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50842026-06-10T22:13:33.145Z[ recovery-image] Jun 10 22:13:31.540 INFO O| Jun 10 22:13:31.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50852026-06-10T22:13:33.145Z[ recovery-image] Jun 10 22:13:31.540 INFO O| Jun 10 22:13:31.540 INFO STEP 76 (remove_files) COMPLETE
50862026-06-10T22:13:33.145Z[ recovery-image] Jun 10 22:13:31.540 INFO O| Jun 10 22:13:31.540 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50872026-06-10T22:13:33.151Z[ recovery-image] Jun 10 22:13:31.548 INFO O| Jun 10 22:13:31.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50882026-06-10T22:13:33.151Z[ recovery-image] Jun 10 22:13:31.548 INFO O| Jun 10 22:13:31.548 INFO STEP 77 (remove_files) COMPLETE
50892026-06-10T22:13:33.151Z[ recovery-image] Jun 10 22:13:31.548 INFO O| Jun 10 22:13:31.548 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50902026-06-10T22:13:33.151Z[ recovery-image] Jun 10 22:13:31.555 INFO O| Jun 10 22:13:31.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50912026-06-10T22:13:33.151Z[ recovery-image] Jun 10 22:13:31.555 INFO O| Jun 10 22:13:31.555 INFO STEP 78 (remove_files) COMPLETE
50922026-06-10T22:13:33.202Z[ recovery-image] Jun 10 22:13:31.555 INFO O| Jun 10 22:13:31.555 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50932026-06-10T22:13:33.203Z[ recovery-image] Jun 10 22:13:31.561 INFO O| Jun 10 22:13:31.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50942026-06-10T22:13:33.203Z[ recovery-image] Jun 10 22:13:31.562 INFO O| Jun 10 22:13:31.561 INFO STEP 79 (remove_files) COMPLETE
50952026-06-10T22:13:33.203Z[ recovery-image] Jun 10 22:13:31.562 INFO O| Jun 10 22:13:31.561 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50962026-06-10T22:13:33.203Z[ recovery-image] Jun 10 22:13:31.568 INFO O| Jun 10 22:13:31.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50972026-06-10T22:13:33.205Z[ recovery-image] Jun 10 22:13:31.568 INFO O| Jun 10 22:13:31.568 INFO STEP 80 (remove_files) COMPLETE
50982026-06-10T22:13:33.205Z[ recovery-image] Jun 10 22:13:31.568 INFO O| Jun 10 22:13:31.568 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50992026-06-10T22:13:33.205Z[ recovery-image] Jun 10 22:13:31.574 INFO O| Jun 10 22:13:31.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51002026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.574 INFO O| Jun 10 22:13:31.574 INFO STEP 81 (remove_files) COMPLETE
51012026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.574 INFO O| Jun 10 22:13:31.574 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51022026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.581 INFO O| Jun 10 22:13:31.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51032026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.581 INFO O| Jun 10 22:13:31.581 INFO STEP 82 (remove_files) COMPLETE
51042026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.581 INFO O| Jun 10 22:13:31.581 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51052026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.587 INFO O| Jun 10 22:13:31.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51062026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.587 INFO O| Jun 10 22:13:31.587 INFO STEP 83 (remove_files) COMPLETE
51072026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.587 INFO O| Jun 10 22:13:31.587 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51082026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.594 INFO O| Jun 10 22:13:31.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51092026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.594 INFO O| Jun 10 22:13:31.594 INFO STEP 84 (remove_files) COMPLETE
51102026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.594 INFO O| Jun 10 22:13:31.594 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51112026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.600 INFO O| Jun 10 22:13:31.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51122026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.600 INFO O| Jun 10 22:13:31.600 INFO STEP 85 (remove_files) COMPLETE
51132026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.601 INFO O| Jun 10 22:13:31.600 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51142026-06-10T22:13:33.206Z[ recovery-image] Jun 10 22:13:31.607 INFO O| Jun 10 22:13:31.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51152026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.607 INFO O| Jun 10 22:13:31.607 INFO STEP 86 (remove_files) COMPLETE
51162026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.607 INFO O| Jun 10 22:13:31.607 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51172026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.667 INFO O| Jun 10 22:13:31.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51182026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.696 INFO O| Jun 10 22:13:31.696 INFO STEP 87 (remove_files) COMPLETE
51192026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.696 INFO O| Jun 10 22:13:31.696 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51202026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.704 INFO O| Jun 10 22:13:31.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51212026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.704 INFO O| Jun 10 22:13:31.704 INFO STEP 88 (remove_files) COMPLETE
51222026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.704 INFO O| Jun 10 22:13:31.704 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51232026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.711 INFO O| Jun 10 22:13:31.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51242026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.711 INFO O| Jun 10 22:13:31.711 INFO STEP 89 (remove_files) COMPLETE
51252026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.711 INFO O| Jun 10 22:13:31.711 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51262026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.735 INFO O| Jun 10 22:13:31.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51272026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.755 INFO O| Jun 10 22:13:31.755 INFO STEP 90 (remove_files) COMPLETE
51282026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.755 INFO O| Jun 10 22:13:31.755 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51292026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.764 INFO O| Jun 10 22:13:31.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51302026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.764 INFO O| Jun 10 22:13:31.764 INFO STEP 91 (remove_files) COMPLETE
51312026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.764 INFO O| Jun 10 22:13:31.764 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51322026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.772 INFO O| Jun 10 22:13:31.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51332026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.773 INFO O| Jun 10 22:13:31.773 INFO STEP 92 (remove_files) COMPLETE
51342026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.773 INFO O| Jun 10 22:13:31.773 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51352026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.779 INFO O| Jun 10 22:13:31.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51362026-06-10T22:13:33.207Z[ recovery-image] Jun 10 22:13:31.779 INFO O| Jun 10 22:13:31.779 INFO STEP 93 (remove_files) COMPLETE
51372026-06-10T22:13:33.208Z[ recovery-image] Jun 10 22:13:31.779 INFO O| Jun 10 22:13:31.779 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51382026-06-10T22:13:33.208Z[ recovery-image] Jun 10 22:13:31.786 INFO O| Jun 10 22:13:31.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51392026-06-10T22:13:33.208Z[ recovery-image] Jun 10 22:13:31.786 INFO O| Jun 10 22:13:31.786 INFO STEP 94 (remove_files) COMPLETE
51402026-06-10T22:13:33.208Z[ recovery-image] Jun 10 22:13:31.786 INFO O| Jun 10 22:13:31.786 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51412026-06-10T22:13:33.208Z[ recovery-image] Jun 10 22:13:31.793 INFO O| Jun 10 22:13:31.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51422026-06-10T22:13:33.208Z[ recovery-image] Jun 10 22:13:31.793 INFO O| Jun 10 22:13:31.793 INFO STEP 95 (remove_files) COMPLETE
51432026-06-10T22:13:33.208Z[ recovery-image] Jun 10 22:13:31.793 INFO O| Jun 10 22:13:31.793 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51442026-06-10T22:13:33.208Z[ recovery-image] Jun 10 22:13:31.799 INFO O| Jun 10 22:13:31.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51452026-06-10T22:13:33.208Z[ recovery-image] Jun 10 22:13:31.799 INFO O| Jun 10 22:13:31.799 INFO STEP 96 (remove_files) COMPLETE
51462026-06-10T22:13:33.208Z[ recovery-image] Jun 10 22:13:31.799 INFO O| Jun 10 22:13:31.799 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51472026-06-10T22:13:33.269Z[ recovery-image] Jun 10 22:13:31.806 INFO O| Jun 10 22:13:31.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51482026-06-10T22:13:33.269Z[ recovery-image] Jun 10 22:13:31.806 INFO O| Jun 10 22:13:31.806 INFO STEP 97 (remove_files) COMPLETE
51492026-06-10T22:13:33.269Z[ recovery-image] Jun 10 22:13:31.806 INFO O| Jun 10 22:13:31.806 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51502026-06-10T22:13:33.269Z[ recovery-image] Jun 10 22:13:31.812 INFO O| Jun 10 22:13:31.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51512026-06-10T22:13:33.269Z[ recovery-image] Jun 10 22:13:31.813 INFO O| Jun 10 22:13:31.812 INFO STEP 98 (remove_files) COMPLETE
51522026-06-10T22:13:33.269Z[ recovery-image] Jun 10 22:13:31.813 INFO O| Jun 10 22:13:31.812 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51532026-06-10T22:13:33.269Z[ recovery-image] Jun 10 22:13:31.819 INFO O| Jun 10 22:13:31.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51542026-06-10T22:13:33.269Z[ recovery-image] Jun 10 22:13:31.819 INFO O| Jun 10 22:13:31.819 INFO STEP 99 (remove_files) COMPLETE
51552026-06-10T22:13:33.270Z[ recovery-image] Jun 10 22:13:31.819 INFO O| Jun 10 22:13:31.819 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51562026-06-10T22:13:33.276Z[ recovery-image] Jun 10 22:13:31.826 INFO O| Jun 10 22:13:31.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51572026-06-10T22:13:33.276Z[ recovery-image] Jun 10 22:13:31.826 INFO O| Jun 10 22:13:31.826 INFO STEP 100 (remove_files) COMPLETE
51582026-06-10T22:13:33.276Z[ recovery-image] Jun 10 22:13:31.826 INFO O| Jun 10 22:13:31.826 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51592026-06-10T22:13:33.276Z[ recovery-image] Jun 10 22:13:31.832 INFO O| Jun 10 22:13:31.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51602026-06-10T22:13:33.276Z[ recovery-image] Jun 10 22:13:31.832 INFO O| Jun 10 22:13:31.832 INFO STEP 101 (remove_files) COMPLETE
51612026-06-10T22:13:33.276Z[ recovery-image] Jun 10 22:13:31.832 INFO O| Jun 10 22:13:31.832 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51622026-06-10T22:13:33.325Z[ recovery-image] Jun 10 22:13:31.839 INFO O| Jun 10 22:13:31.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51632026-06-10T22:13:33.325Z[ recovery-image] Jun 10 22:13:31.839 INFO O| Jun 10 22:13:31.839 INFO STEP 102 (remove_files) COMPLETE
51642026-06-10T22:13:33.325Z[ recovery-image] Jun 10 22:13:31.839 INFO O| Jun 10 22:13:31.839 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51652026-06-10T22:13:33.325Z[ recovery-image] Jun 10 22:13:31.845 INFO O| Jun 10 22:13:31.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51662026-06-10T22:13:33.325Z[ recovery-image] Jun 10 22:13:31.845 INFO O| Jun 10 22:13:31.845 INFO STEP 103 (remove_files) COMPLETE
51672026-06-10T22:13:33.325Z[ recovery-image] Jun 10 22:13:31.845 INFO O| Jun 10 22:13:31.845 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51682026-06-10T22:13:33.325Z[ recovery-image] Jun 10 22:13:31.851 INFO O| Jun 10 22:13:31.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51692026-06-10T22:13:33.325Z[ recovery-image] Jun 10 22:13:31.851 INFO O| Jun 10 22:13:31.851 INFO STEP 104 (remove_files) COMPLETE
51702026-06-10T22:13:33.327Z[ recovery-image] Jun 10 22:13:31.851 INFO O| Jun 10 22:13:31.851 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51712026-06-10T22:13:33.327Z[ recovery-image] Jun 10 22:13:31.858 INFO O| Jun 10 22:13:31.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51722026-06-10T22:13:33.327Z[ recovery-image] Jun 10 22:13:31.858 INFO O| Jun 10 22:13:31.858 INFO STEP 105 (remove_files) COMPLETE
51732026-06-10T22:13:33.327Z[ recovery-image] Jun 10 22:13:31.858 INFO O| Jun 10 22:13:31.858 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51742026-06-10T22:13:33.327Z[ recovery-image] Jun 10 22:13:31.865 INFO O| Jun 10 22:13:31.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51752026-06-10T22:13:33.327Z[ recovery-image] Jun 10 22:13:31.865 INFO O| Jun 10 22:13:31.865 INFO STEP 106 (remove_files) COMPLETE
51762026-06-10T22:13:33.327Z[ recovery-image] Jun 10 22:13:31.865 INFO O| Jun 10 22:13:31.865 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51772026-06-10T22:13:33.327Z[ recovery-image] Jun 10 22:13:31.872 INFO O| Jun 10 22:13:31.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51782026-06-10T22:13:33.327Z[ recovery-image] Jun 10 22:13:31.872 INFO O| Jun 10 22:13:31.872 INFO STEP 107 (remove_files) COMPLETE
51792026-06-10T22:13:33.328Z[ recovery-image] Jun 10 22:13:31.872 INFO O| Jun 10 22:13:31.872 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51802026-06-10T22:13:33.336Z[ recovery-image] Jun 10 22:13:31.879 INFO O| Jun 10 22:13:31.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51812026-06-10T22:13:33.336Z[ recovery-image] Jun 10 22:13:31.879 INFO O| Jun 10 22:13:31.879 INFO STEP 108 (remove_files) COMPLETE
51822026-06-10T22:13:33.336Z[ recovery-image] Jun 10 22:13:31.879 INFO O| Jun 10 22:13:31.879 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51832026-06-10T22:13:33.337Z[ recovery-image] Jun 10 22:13:31.886 INFO O| Jun 10 22:13:31.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51842026-06-10T22:13:33.337Z[ recovery-image] Jun 10 22:13:31.886 INFO O| Jun 10 22:13:31.886 INFO STEP 109 (remove_files) COMPLETE
51852026-06-10T22:13:33.337Z[ recovery-image] Jun 10 22:13:31.886 INFO O| Jun 10 22:13:31.886 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51862026-06-10T22:13:33.337Z[ recovery-image] Jun 10 22:13:31.893 INFO O| Jun 10 22:13:31.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51872026-06-10T22:13:33.337Z[ recovery-image] Jun 10 22:13:31.893 INFO O| Jun 10 22:13:31.893 INFO STEP 110 (remove_files) COMPLETE
51882026-06-10T22:13:33.337Z[ recovery-image] Jun 10 22:13:31.893 INFO O| Jun 10 22:13:31.893 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51892026-06-10T22:13:33.337Z[ recovery-image] Jun 10 22:13:31.900 INFO O| Jun 10 22:13:31.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51902026-06-10T22:13:33.337Z[ recovery-image] Jun 10 22:13:31.900 INFO O| Jun 10 22:13:31.900 INFO STEP 111 (remove_files) COMPLETE
51912026-06-10T22:13:33.337Z[ recovery-image] Jun 10 22:13:31.900 INFO O| Jun 10 22:13:31.900 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51922026-06-10T22:13:33.371Z[ recovery-image] Jun 10 22:13:31.907 INFO O| Jun 10 22:13:31.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51932026-06-10T22:13:33.371Z[ recovery-image] Jun 10 22:13:31.907 INFO O| Jun 10 22:13:31.907 INFO STEP 112 (remove_files) COMPLETE
51942026-06-10T22:13:33.371Z[ recovery-image] Jun 10 22:13:31.907 INFO O| Jun 10 22:13:31.907 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51952026-06-10T22:13:33.371Z[ recovery-image] Jun 10 22:13:31.914 INFO O| Jun 10 22:13:31.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51962026-06-10T22:13:33.371Z[ recovery-image] Jun 10 22:13:31.914 INFO O| Jun 10 22:13:31.914 INFO STEP 113 (remove_files) COMPLETE
51972026-06-10T22:13:33.371Z[ recovery-image] Jun 10 22:13:31.914 INFO O| Jun 10 22:13:31.914 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51982026-06-10T22:13:33.371Z[ recovery-image] Jun 10 22:13:31.922 INFO O| Jun 10 22:13:31.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51992026-06-10T22:13:33.371Z[ recovery-image] Jun 10 22:13:31.922 INFO O| Jun 10 22:13:31.922 INFO STEP 114 (remove_files) COMPLETE
52002026-06-10T22:13:33.374Z[ recovery-image] Jun 10 22:13:31.922 INFO O| Jun 10 22:13:31.922 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52012026-06-10T22:13:33.374Z[ recovery-image] Jun 10 22:13:31.929 INFO O| Jun 10 22:13:31.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52022026-06-10T22:13:33.374Z[ recovery-image] Jun 10 22:13:31.929 INFO O| Jun 10 22:13:31.929 INFO STEP 115 (remove_files) COMPLETE
52032026-06-10T22:13:33.375Z[ recovery-image] Jun 10 22:13:31.929 INFO O| Jun 10 22:13:31.929 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52042026-06-10T22:13:33.375Z[ recovery-image] Jun 10 22:13:31.936 INFO O| Jun 10 22:13:31.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52052026-06-10T22:13:33.375Z[ recovery-image] Jun 10 22:13:31.936 INFO O| Jun 10 22:13:31.936 INFO STEP 116 (remove_files) COMPLETE
52062026-06-10T22:13:33.375Z[ recovery-image] Jun 10 22:13:31.936 INFO O| Jun 10 22:13:31.936 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52072026-06-10T22:13:33.375Z[ recovery-image] Jun 10 22:13:31.946 INFO O| Jun 10 22:13:31.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52082026-06-10T22:13:33.375Z[ recovery-image] Jun 10 22:13:31.957 INFO O| Jun 10 22:13:31.957 INFO STEP 117 (remove_files) COMPLETE
52092026-06-10T22:13:33.375Z[ recovery-image] Jun 10 22:13:31.957 INFO O| Jun 10 22:13:31.957 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52102026-06-10T22:13:33.444Z[ recovery-image] Jun 10 22:13:31.987 INFO O| Jun 10 22:13:31.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52112026-06-10T22:13:33.445Z[ recovery-image] Jun 10 22:13:31.987 INFO O| Jun 10 22:13:31.987 INFO STEP 118 (remove_files) COMPLETE
52122026-06-10T22:13:33.445Z[ recovery-image] Jun 10 22:13:31.987 INFO O| Jun 10 22:13:31.987 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52132026-06-10T22:13:33.455Z[ recovery-image] Jun 10 22:13:32.027 INFO O| Jun 10 22:13:32.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52142026-06-10T22:13:33.455Z[ recovery-image] Jun 10 22:13:32.027 INFO O| Jun 10 22:13:32.027 INFO STEP 119 (remove_files) COMPLETE
52152026-06-10T22:13:33.455Z[ recovery-image] Jun 10 22:13:32.027 INFO O| Jun 10 22:13:32.027 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52162026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.035 INFO O| Jun 10 22:13:32.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52172026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.035 INFO O| Jun 10 22:13:32.035 INFO STEP 120 (remove_files) COMPLETE
52182026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.035 INFO O| Jun 10 22:13:32.035 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52192026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.050 INFO O| Jun 10 22:13:32.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52202026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.050 INFO O| Jun 10 22:13:32.050 INFO STEP 121 (remove_files) COMPLETE
52212026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.050 INFO O| Jun 10 22:13:32.050 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52222026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.058 INFO O| Jun 10 22:13:32.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52232026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.058 INFO O| Jun 10 22:13:32.058 INFO STEP 122 (remove_files) COMPLETE
52242026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.058 INFO O| Jun 10 22:13:32.058 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52252026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.064 INFO O| Jun 10 22:13:32.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52262026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.064 INFO O| Jun 10 22:13:32.064 INFO STEP 123 (remove_files) COMPLETE
52272026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.064 INFO O| Jun 10 22:13:32.064 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52282026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.071 INFO O| Jun 10 22:13:32.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52292026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.071 INFO O| Jun 10 22:13:32.071 INFO STEP 124 (remove_files) COMPLETE
52302026-06-10T22:13:33.456Z[ recovery-image] Jun 10 22:13:32.071 INFO O| Jun 10 22:13:32.071 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52312026-06-10T22:13:33.474Z[ recovery-image] Jun 10 22:13:32.077 INFO O| Jun 10 22:13:32.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52322026-06-10T22:13:33.474Z[ recovery-image] Jun 10 22:13:32.077 INFO O| Jun 10 22:13:32.077 INFO STEP 125 (remove_files) COMPLETE
52332026-06-10T22:13:33.474Z[ recovery-image] Jun 10 22:13:32.077 INFO O| Jun 10 22:13:32.077 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52342026-06-10T22:13:33.491Z[ recovery-image] Jun 10 22:13:32.083 INFO O| Jun 10 22:13:32.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52352026-06-10T22:13:33.492Z[ recovery-image] Jun 10 22:13:32.083 INFO O| Jun 10 22:13:32.083 INFO STEP 126 (remove_files) COMPLETE
52362026-06-10T22:13:33.492Z[ recovery-image] Jun 10 22:13:32.083 INFO O| Jun 10 22:13:32.083 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-06-10T22:13:33.492Z[ recovery-image] Jun 10 22:13:32.093 INFO O| Jun 10 22:13:32.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52382026-06-10T22:13:33.492Z[ recovery-image] Jun 10 22:13:32.093 INFO O| Jun 10 22:13:32.093 INFO STEP 127 (remove_files) COMPLETE
52392026-06-10T22:13:33.492Z[ recovery-image] Jun 10 22:13:32.093 INFO O| Jun 10 22:13:32.093 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-06-10T22:13:33.517Z[ recovery-image] Jun 10 22:13:32.100 INFO O| Jun 10 22:13:32.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52412026-06-10T22:13:33.517Z[ recovery-image] Jun 10 22:13:32.100 INFO O| Jun 10 22:13:32.100 INFO STEP 128 (remove_files) COMPLETE
52422026-06-10T22:13:33.517Z[ recovery-image] Jun 10 22:13:32.100 INFO O| Jun 10 22:13:32.100 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52432026-06-10T22:13:33.517Z[ recovery-image] Jun 10 22:13:32.107 INFO O| Jun 10 22:13:32.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52442026-06-10T22:13:33.517Z[ recovery-image] Jun 10 22:13:32.107 INFO O| Jun 10 22:13:32.107 INFO STEP 129 (remove_files) COMPLETE
52452026-06-10T22:13:33.517Z[ recovery-image] Jun 10 22:13:32.107 INFO O| Jun 10 22:13:32.107 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-06-10T22:13:33.517Z[ recovery-image] Jun 10 22:13:32.114 INFO O| Jun 10 22:13:32.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52472026-06-10T22:13:33.517Z[ recovery-image] Jun 10 22:13:32.114 INFO O| Jun 10 22:13:32.114 INFO STEP 130 (remove_files) COMPLETE
52482026-06-10T22:13:33.517Z[ recovery-image] Jun 10 22:13:32.114 INFO O| Jun 10 22:13:32.114 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52492026-06-10T22:13:33.543Z[ recovery-image] Jun 10 22:13:32.120 INFO O| Jun 10 22:13:32.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52502026-06-10T22:13:33.543Z[ recovery-image] Jun 10 22:13:32.120 INFO O| Jun 10 22:13:32.120 INFO STEP 131 (remove_files) COMPLETE
52512026-06-10T22:13:33.543Z[ recovery-image] Jun 10 22:13:32.120 INFO O| Jun 10 22:13:32.120 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52522026-06-10T22:13:33.543Z[ recovery-image] Jun 10 22:13:32.127 INFO O| Jun 10 22:13:32.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52532026-06-10T22:13:33.543Z[ recovery-image] Jun 10 22:13:32.127 INFO O| Jun 10 22:13:32.127 INFO STEP 132 (remove_files) COMPLETE
52542026-06-10T22:13:33.543Z[ recovery-image] Jun 10 22:13:32.127 INFO O| Jun 10 22:13:32.127 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52552026-06-10T22:13:33.543Z[ recovery-image] Jun 10 22:13:32.134 INFO O| Jun 10 22:13:32.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52562026-06-10T22:13:33.543Z[ recovery-image] Jun 10 22:13:32.134 INFO O| Jun 10 22:13:32.134 INFO STEP 133 (remove_files) COMPLETE
52572026-06-10T22:13:33.543Z[ recovery-image] Jun 10 22:13:32.134 INFO O| Jun 10 22:13:32.134 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-06-10T22:13:33.543Z[ recovery-image] Jun 10 22:13:32.140 INFO O| Jun 10 22:13:32.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52592026-06-10T22:13:33.543Z[ recovery-image] Jun 10 22:13:32.141 INFO O| Jun 10 22:13:32.141 INFO STEP 134 (remove_files) COMPLETE
52602026-06-10T22:13:33.543Z[ recovery-image] Jun 10 22:13:32.141 INFO O| Jun 10 22:13:32.141 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-06-10T22:13:33.567Z[ recovery-image] Jun 10 22:13:32.148 INFO O| Jun 10 22:13:32.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52622026-06-10T22:13:33.567Z[ recovery-image] Jun 10 22:13:32.148 INFO O| Jun 10 22:13:32.148 INFO STEP 135 (remove_files) COMPLETE
52632026-06-10T22:13:33.567Z[ recovery-image] Jun 10 22:13:32.148 INFO O| Jun 10 22:13:32.148 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-06-10T22:13:33.568Z[ recovery-image] Jun 10 22:13:32.156 INFO O| Jun 10 22:13:32.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52652026-06-10T22:13:33.568Z[ recovery-image] Jun 10 22:13:32.156 INFO O| Jun 10 22:13:32.156 INFO STEP 136 (remove_files) COMPLETE
52662026-06-10T22:13:33.568Z[ recovery-image] Jun 10 22:13:32.156 INFO O| Jun 10 22:13:32.156 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-06-10T22:13:33.568Z[ recovery-image] Jun 10 22:13:32.163 INFO O| Jun 10 22:13:32.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52682026-06-10T22:13:33.568Z[ recovery-image] Jun 10 22:13:32.163 INFO O| Jun 10 22:13:32.163 INFO STEP 137 (remove_files) COMPLETE
52692026-06-10T22:13:33.568Z[ recovery-image] Jun 10 22:13:32.163 INFO O| Jun 10 22:13:32.163 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-06-10T22:13:33.733Z[ recovery-image] Jun 10 22:13:32.169 INFO O| Jun 10 22:13:32.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52712026-06-10T22:13:33.733Z[ recovery-image] Jun 10 22:13:32.169 INFO O| Jun 10 22:13:32.169 INFO STEP 138 (remove_files) COMPLETE
52722026-06-10T22:13:33.733Z[ recovery-image] Jun 10 22:13:32.169 INFO O| Jun 10 22:13:32.169 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-06-10T22:13:33.733Z[ recovery-image] Jun 10 22:13:32.176 INFO O| Jun 10 22:13:32.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52742026-06-10T22:13:33.733Z[ recovery-image] Jun 10 22:13:32.176 INFO O| Jun 10 22:13:32.176 INFO STEP 139 (remove_files) COMPLETE
52752026-06-10T22:13:33.734Z[ recovery-image] Jun 10 22:13:32.176 INFO O| Jun 10 22:13:32.176 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-06-10T22:13:33.734Z[ recovery-image] Jun 10 22:13:32.182 INFO O| Jun 10 22:13:32.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52772026-06-10T22:13:33.734Z[ recovery-image] Jun 10 22:13:32.182 INFO O| Jun 10 22:13:32.182 INFO STEP 140 (remove_files) COMPLETE
52782026-06-10T22:13:33.734Z[ recovery-image] Jun 10 22:13:32.182 INFO O| Jun 10 22:13:32.182 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-06-10T22:13:33.734Z[ recovery-image] Jun 10 22:13:32.189 INFO O| Jun 10 22:13:32.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52802026-06-10T22:13:33.734Z[ recovery-image] Jun 10 22:13:32.189 INFO O| Jun 10 22:13:32.189 INFO STEP 141 (remove_files) COMPLETE
52812026-06-10T22:13:33.734Z[ recovery-image] Jun 10 22:13:32.189 INFO O| Jun 10 22:13:32.189 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-06-10T22:13:33.734Z[ recovery-image] Jun 10 22:13:32.196 INFO O| Jun 10 22:13:32.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52832026-06-10T22:13:33.734Z[ recovery-image] Jun 10 22:13:32.196 INFO O| Jun 10 22:13:32.196 INFO STEP 142 (remove_files) COMPLETE
52842026-06-10T22:13:33.734Z[ recovery-image] Jun 10 22:13:32.196 INFO O| Jun 10 22:13:32.196 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.202 INFO O| Jun 10 22:13:32.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52862026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.202 INFO O| Jun 10 22:13:32.202 INFO STEP 143 (remove_files) COMPLETE
52872026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.202 INFO O| Jun 10 22:13:32.202 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.209 INFO O| Jun 10 22:13:32.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52892026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.209 INFO O| Jun 10 22:13:32.209 INFO STEP 144 (remove_files) COMPLETE
52902026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.209 INFO O| Jun 10 22:13:32.209 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.215 INFO O| Jun 10 22:13:32.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52922026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.216 INFO O| Jun 10 22:13:32.215 INFO STEP 145 (remove_files) COMPLETE
52932026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.216 INFO O| Jun 10 22:13:32.216 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.222 INFO O| Jun 10 22:13:32.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52952026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.222 INFO O| Jun 10 22:13:32.222 INFO STEP 146 (remove_files) COMPLETE
52962026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.222 INFO O| Jun 10 22:13:32.222 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.228 INFO O| Jun 10 22:13:32.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52982026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.229 INFO O| Jun 10 22:13:32.228 INFO STEP 147 (remove_files) COMPLETE
52992026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.229 INFO O| Jun 10 22:13:32.228 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.235 INFO O| Jun 10 22:13:32.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53012026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.235 INFO O| Jun 10 22:13:32.235 INFO STEP 148 (remove_files) COMPLETE
53022026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.235 INFO O| Jun 10 22:13:32.235 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.242 INFO O| Jun 10 22:13:32.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53042026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.242 INFO O| Jun 10 22:13:32.242 INFO STEP 149 (remove_files) COMPLETE
53052026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.242 INFO O| Jun 10 22:13:32.242 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.249 INFO O| Jun 10 22:13:32.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53072026-06-10T22:13:33.781Z[ recovery-image] Jun 10 22:13:32.250 INFO O| Jun 10 22:13:32.250 INFO STEP 150 (remove_files) COMPLETE
53082026-06-10T22:13:33.782Z[ recovery-image] Jun 10 22:13:32.250 INFO O| Jun 10 22:13:32.250 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-06-10T22:13:33.782Z[ recovery-image] Jun 10 22:13:32.257 INFO O| Jun 10 22:13:32.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53102026-06-10T22:13:33.782Z[ recovery-image] Jun 10 22:13:32.257 INFO O| Jun 10 22:13:32.257 INFO STEP 151 (remove_files) COMPLETE
53112026-06-10T22:13:33.782Z[ recovery-image] Jun 10 22:13:32.257 INFO O| Jun 10 22:13:32.257 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-06-10T22:13:33.782Z[ recovery-image] Jun 10 22:13:32.264 INFO O| Jun 10 22:13:32.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53132026-06-10T22:13:33.787Z[ recovery-image] Jun 10 22:13:32.264 INFO O| Jun 10 22:13:32.264 INFO STEP 152 (remove_files) COMPLETE
53142026-06-10T22:13:33.787Z[ recovery-image] Jun 10 22:13:32.264 INFO O| Jun 10 22:13:32.264 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-06-10T22:13:33.787Z[ recovery-image] Jun 10 22:13:32.271 INFO O| Jun 10 22:13:32.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53162026-06-10T22:13:33.787Z[ recovery-image] Jun 10 22:13:32.271 INFO O| Jun 10 22:13:32.271 INFO STEP 153 (remove_files) COMPLETE
53172026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.271 INFO O| Jun 10 22:13:32.271 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.277 INFO O| Jun 10 22:13:32.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53192026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.278 INFO O| Jun 10 22:13:32.278 INFO STEP 154 (remove_files) COMPLETE
53202026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.278 INFO O| Jun 10 22:13:32.278 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.285 INFO O| Jun 10 22:13:32.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53222026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.285 INFO O| Jun 10 22:13:32.285 INFO STEP 155 (remove_files) COMPLETE
53232026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.285 INFO O| Jun 10 22:13:32.285 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.292 INFO O| Jun 10 22:13:32.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53252026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.292 INFO O| Jun 10 22:13:32.292 INFO STEP 156 (remove_files) COMPLETE
53262026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.292 INFO O| Jun 10 22:13:32.292 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.298 INFO O| Jun 10 22:13:32.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53282026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.299 INFO O| Jun 10 22:13:32.299 INFO STEP 157 (remove_files) COMPLETE
53292026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.299 INFO O| Jun 10 22:13:32.299 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.306 INFO O| Jun 10 22:13:32.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53312026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.306 INFO O| Jun 10 22:13:32.306 INFO STEP 158 (remove_files) COMPLETE
53322026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.306 INFO O| Jun 10 22:13:32.306 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.313 INFO O| Jun 10 22:13:32.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53342026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.313 INFO O| Jun 10 22:13:32.313 INFO STEP 159 (remove_files) COMPLETE
53352026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.313 INFO O| Jun 10 22:13:32.313 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.321 INFO O| Jun 10 22:13:32.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53372026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.321 INFO O| Jun 10 22:13:32.321 INFO STEP 160 (remove_files) COMPLETE
53382026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.321 INFO O| Jun 10 22:13:32.321 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.328 INFO O| Jun 10 22:13:32.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53402026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.328 INFO O| Jun 10 22:13:32.328 INFO STEP 161 (remove_files) COMPLETE
53412026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.328 INFO O| Jun 10 22:13:32.328 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-06-10T22:13:33.788Z[ recovery-image] Jun 10 22:13:32.335 INFO O| Jun 10 22:13:32.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53432026-06-10T22:13:33.794Z[ recovery-image] Jun 10 22:13:32.335 INFO O| Jun 10 22:13:32.335 INFO STEP 162 (remove_files) COMPLETE
53442026-06-10T22:13:33.794Z[ recovery-image] Jun 10 22:13:32.335 INFO O| Jun 10 22:13:32.335 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-06-10T22:13:33.794Z[ recovery-image] Jun 10 22:13:32.341 INFO O| Jun 10 22:13:32.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53462026-06-10T22:13:33.794Z[ recovery-image] Jun 10 22:13:32.341 INFO O| Jun 10 22:13:32.341 INFO STEP 163 (remove_files) COMPLETE
53472026-06-10T22:13:33.794Z[ recovery-image] Jun 10 22:13:32.341 INFO O| Jun 10 22:13:32.341 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-06-10T22:13:33.794Z[ recovery-image] Jun 10 22:13:32.348 INFO O| Jun 10 22:13:32.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53492026-06-10T22:13:33.794Z[ recovery-image] Jun 10 22:13:32.348 INFO O| Jun 10 22:13:32.348 INFO STEP 164 (remove_files) COMPLETE
53502026-06-10T22:13:33.794Z[ recovery-image] Jun 10 22:13:32.348 INFO O| Jun 10 22:13:32.348 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-06-10T22:13:33.794Z[ recovery-image] Jun 10 22:13:32.354 INFO O| Jun 10 22:13:32.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53522026-06-10T22:13:33.794Z[ recovery-image] Jun 10 22:13:32.354 INFO O| Jun 10 22:13:32.354 INFO STEP 165 (remove_files) COMPLETE
53532026-06-10T22:13:33.794Z[ recovery-image] Jun 10 22:13:32.354 INFO O| Jun 10 22:13:32.354 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-06-10T22:13:33.825Z[ recovery-image] Jun 10 22:13:32.361 INFO O| Jun 10 22:13:32.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53552026-06-10T22:13:33.826Z[ recovery-image] Jun 10 22:13:32.361 INFO O| Jun 10 22:13:32.361 INFO STEP 166 (remove_files) COMPLETE
53562026-06-10T22:13:33.826Z[ recovery-image] Jun 10 22:13:32.361 INFO O| Jun 10 22:13:32.361 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-06-10T22:13:33.826Z[ recovery-image] Jun 10 22:13:32.367 INFO O| Jun 10 22:13:32.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53582026-06-10T22:13:33.826Z[ recovery-image] Jun 10 22:13:32.367 INFO O| Jun 10 22:13:32.367 INFO STEP 167 (remove_files) COMPLETE
53592026-06-10T22:13:33.826Z[ recovery-image] Jun 10 22:13:32.367 INFO O| Jun 10 22:13:32.367 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-06-10T22:13:33.826Z[ recovery-image] Jun 10 22:13:32.374 INFO O| Jun 10 22:13:32.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53612026-06-10T22:13:33.826Z[ recovery-image] Jun 10 22:13:32.374 INFO O| Jun 10 22:13:32.374 INFO STEP 168 (remove_files) COMPLETE
53622026-06-10T22:13:33.826Z[ recovery-image] Jun 10 22:13:32.374 INFO O| Jun 10 22:13:32.374 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-06-10T22:13:33.826Z[ recovery-image] Jun 10 22:13:32.380 INFO O| Jun 10 22:13:32.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53642026-06-10T22:13:33.826Z[ recovery-image] Jun 10 22:13:32.380 INFO O| Jun 10 22:13:32.380 INFO STEP 169 (remove_files) COMPLETE
53652026-06-10T22:13:33.826Z[ recovery-image] Jun 10 22:13:32.380 INFO O| Jun 10 22:13:32.380 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-06-10T22:13:33.831Z[ recovery-image] Jun 10 22:13:32.387 INFO O| Jun 10 22:13:32.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53672026-06-10T22:13:33.831Z[ recovery-image] Jun 10 22:13:32.387 INFO O| Jun 10 22:13:32.387 INFO STEP 170 (remove_files) COMPLETE
53682026-06-10T22:13:33.831Z[ recovery-image] Jun 10 22:13:32.387 INFO O| Jun 10 22:13:32.387 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-06-10T22:13:33.831Z[ recovery-image] Jun 10 22:13:32.394 INFO O| Jun 10 22:13:32.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53702026-06-10T22:13:33.831Z[ recovery-image] Jun 10 22:13:32.394 INFO O| Jun 10 22:13:32.394 INFO STEP 171 (remove_files) COMPLETE
53712026-06-10T22:13:33.831Z[ recovery-image] Jun 10 22:13:32.394 INFO O| Jun 10 22:13:32.394 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-06-10T22:13:33.831Z[ recovery-image] Jun 10 22:13:32.401 INFO O| Jun 10 22:13:32.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53732026-06-10T22:13:33.831Z[ recovery-image] Jun 10 22:13:32.401 INFO O| Jun 10 22:13:32.401 INFO STEP 172 (remove_files) COMPLETE
53742026-06-10T22:13:33.831Z[ recovery-image] Jun 10 22:13:32.401 INFO O| Jun 10 22:13:32.401 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-06-10T22:13:33.831Z[ recovery-image] Jun 10 22:13:32.408 INFO O| Jun 10 22:13:32.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53762026-06-10T22:13:33.831Z[ recovery-image] Jun 10 22:13:32.408 INFO O| Jun 10 22:13:32.408 INFO STEP 173 (remove_files) COMPLETE
53772026-06-10T22:13:33.831Z[ recovery-image] Jun 10 22:13:32.408 INFO O| Jun 10 22:13:32.408 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-06-10T22:13:33.835Z[ recovery-image] Jun 10 22:13:32.415 INFO O| Jun 10 22:13:32.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53792026-06-10T22:13:33.835Z[ recovery-image] Jun 10 22:13:32.415 INFO O| Jun 10 22:13:32.415 INFO STEP 174 (remove_files) COMPLETE
53802026-06-10T22:13:33.835Z[ recovery-image] Jun 10 22:13:32.415 INFO O| Jun 10 22:13:32.415 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-06-10T22:13:33.859Z[ recovery-image] Jun 10 22:13:32.422 INFO O| Jun 10 22:13:32.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53822026-06-10T22:13:33.859Z[ recovery-image] Jun 10 22:13:32.422 INFO O| Jun 10 22:13:32.422 INFO STEP 175 (remove_files) COMPLETE
53832026-06-10T22:13:33.859Z[ recovery-image] Jun 10 22:13:32.422 INFO O| Jun 10 22:13:32.422 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-06-10T22:13:33.859Z[ recovery-image] Jun 10 22:13:32.429 INFO O| Jun 10 22:13:32.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53852026-06-10T22:13:33.859Z[ recovery-image] Jun 10 22:13:32.429 INFO O| Jun 10 22:13:32.429 INFO STEP 176 (remove_files) COMPLETE
53862026-06-10T22:13:33.859Z[ recovery-image] Jun 10 22:13:32.429 INFO O| Jun 10 22:13:32.429 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-06-10T22:13:33.859Z[ recovery-image] Jun 10 22:13:32.436 INFO O| Jun 10 22:13:32.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53882026-06-10T22:13:33.859Z[ recovery-image] Jun 10 22:13:32.436 INFO O| Jun 10 22:13:32.436 INFO STEP 177 (remove_files) COMPLETE
53892026-06-10T22:13:33.859Z[ recovery-image] Jun 10 22:13:32.436 INFO O| Jun 10 22:13:32.436 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-06-10T22:13:33.859Z[ recovery-image] Jun 10 22:13:32.443 INFO O| Jun 10 22:13:32.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53912026-06-10T22:13:33.860Z[ recovery-image] Jun 10 22:13:32.443 INFO O| Jun 10 22:13:32.443 INFO STEP 178 (remove_files) COMPLETE
53922026-06-10T22:13:33.860Z[ recovery-image] Jun 10 22:13:32.443 INFO O| Jun 10 22:13:32.443 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-06-10T22:13:33.860Z[ recovery-image] Jun 10 22:13:32.450 INFO O| Jun 10 22:13:32.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53942026-06-10T22:13:33.860Z[ recovery-image] Jun 10 22:13:32.450 INFO O| Jun 10 22:13:32.450 INFO STEP 179 (remove_files) COMPLETE
53952026-06-10T22:13:33.860Z[ recovery-image] Jun 10 22:13:32.450 INFO O| Jun 10 22:13:32.450 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-06-10T22:13:33.860Z[ recovery-image] Jun 10 22:13:32.457 INFO O| Jun 10 22:13:32.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53972026-06-10T22:13:33.860Z[ recovery-image] Jun 10 22:13:32.457 INFO O| Jun 10 22:13:32.457 INFO STEP 180 (remove_files) COMPLETE
53982026-06-10T22:13:33.860Z[ recovery-image] Jun 10 22:13:32.457 INFO O| Jun 10 22:13:32.457 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-06-10T22:13:33.887Z[ recovery-image] Jun 10 22:13:32.464 INFO O| Jun 10 22:13:32.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54002026-06-10T22:13:33.887Z[ recovery-image] Jun 10 22:13:32.464 INFO O| Jun 10 22:13:32.464 INFO STEP 181 (remove_files) COMPLETE
54012026-06-10T22:13:33.887Z[ recovery-image] Jun 10 22:13:32.464 INFO O| Jun 10 22:13:32.464 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-06-10T22:13:33.887Z[ recovery-image] Jun 10 22:13:32.471 INFO O| Jun 10 22:13:32.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54032026-06-10T22:13:33.887Z[ recovery-image] Jun 10 22:13:32.471 INFO O| Jun 10 22:13:32.471 INFO STEP 182 (remove_files) COMPLETE
54042026-06-10T22:13:33.887Z[ recovery-image] Jun 10 22:13:32.471 INFO O| Jun 10 22:13:32.471 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-06-10T22:13:33.887Z[ recovery-image] Jun 10 22:13:32.478 INFO O| Jun 10 22:13:32.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54062026-06-10T22:13:33.887Z[ recovery-image] Jun 10 22:13:32.478 INFO O| Jun 10 22:13:32.478 INFO STEP 183 (remove_files) COMPLETE
54072026-06-10T22:13:33.887Z[ recovery-image] Jun 10 22:13:32.478 INFO O| Jun 10 22:13:32.478 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-06-10T22:13:33.887Z[ recovery-image] Jun 10 22:13:32.485 INFO O| Jun 10 22:13:32.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54092026-06-10T22:13:33.887Z[ recovery-image] Jun 10 22:13:32.485 INFO O| Jun 10 22:13:32.485 INFO STEP 184 (remove_files) COMPLETE
54102026-06-10T22:13:33.887Z[ recovery-image] Jun 10 22:13:32.485 INFO O| Jun 10 22:13:32.485 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-06-10T22:13:33.901Z[ recovery-image] Jun 10 22:13:32.492 INFO O| Jun 10 22:13:32.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54122026-06-10T22:13:33.901Z[ recovery-image] Jun 10 22:13:32.492 INFO O| Jun 10 22:13:32.492 INFO STEP 185 (remove_files) COMPLETE
54132026-06-10T22:13:33.901Z[ recovery-image] Jun 10 22:13:32.492 INFO O| Jun 10 22:13:32.492 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-06-10T22:13:33.902Z[ recovery-image] Jun 10 22:13:32.499 INFO O| Jun 10 22:13:32.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54152026-06-10T22:13:33.902Z[ recovery-image] Jun 10 22:13:32.499 INFO O| Jun 10 22:13:32.499 INFO STEP 186 (remove_files) COMPLETE
54162026-06-10T22:13:33.902Z[ recovery-image] Jun 10 22:13:32.499 INFO O| Jun 10 22:13:32.499 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-06-10T22:13:33.905Z[ recovery-image] Jun 10 22:13:32.506 INFO O| Jun 10 22:13:32.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54182026-06-10T22:13:33.905Z[ recovery-image] Jun 10 22:13:32.506 INFO O| Jun 10 22:13:32.506 INFO STEP 187 (remove_files) COMPLETE
54192026-06-10T22:13:33.905Z[ recovery-image] Jun 10 22:13:32.506 INFO O| Jun 10 22:13:32.506 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-06-10T22:13:33.937Z[ recovery-image] Jun 10 22:13:32.513 INFO O| Jun 10 22:13:32.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54212026-06-10T22:13:33.937Z[ recovery-image] Jun 10 22:13:32.513 INFO O| Jun 10 22:13:32.513 INFO STEP 188 (remove_files) COMPLETE
54222026-06-10T22:13:33.937Z[ recovery-image] Jun 10 22:13:32.513 INFO O| Jun 10 22:13:32.513 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-06-10T22:13:33.937Z[ recovery-image] Jun 10 22:13:32.520 INFO O| Jun 10 22:13:32.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54242026-06-10T22:13:33.937Z[ recovery-image] Jun 10 22:13:32.520 INFO O| Jun 10 22:13:32.520 INFO STEP 189 (remove_files) COMPLETE
54252026-06-10T22:13:33.938Z[ recovery-image] Jun 10 22:13:32.520 INFO O| Jun 10 22:13:32.520 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-06-10T22:13:33.938Z[ recovery-image] Jun 10 22:13:32.526 INFO O| Jun 10 22:13:32.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54272026-06-10T22:13:33.938Z[ recovery-image] Jun 10 22:13:32.526 INFO O| Jun 10 22:13:32.526 INFO STEP 190 (remove_files) COMPLETE
54282026-06-10T22:13:33.938Z[ recovery-image] Jun 10 22:13:32.526 INFO O| Jun 10 22:13:32.526 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-06-10T22:13:33.947Z[ recovery-image] Jun 10 22:13:32.533 INFO O| Jun 10 22:13:32.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54302026-06-10T22:13:33.947Z[ recovery-image] Jun 10 22:13:32.533 INFO O| Jun 10 22:13:32.533 INFO STEP 191 (remove_files) COMPLETE
54312026-06-10T22:13:33.947Z[ recovery-image] Jun 10 22:13:32.533 INFO O| Jun 10 22:13:32.533 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-06-10T22:13:33.947Z[ recovery-image] Jun 10 22:13:32.540 INFO O| Jun 10 22:13:32.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54332026-06-10T22:13:33.947Z[ recovery-image] Jun 10 22:13:32.540 INFO O| Jun 10 22:13:32.540 INFO STEP 192 (remove_files) COMPLETE
54342026-06-10T22:13:33.947Z[ recovery-image] Jun 10 22:13:32.540 INFO O| Jun 10 22:13:32.540 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-06-10T22:13:33.947Z[ recovery-image] Jun 10 22:13:32.546 INFO O| Jun 10 22:13:32.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54362026-06-10T22:13:33.953Z[ recovery-image] Jun 10 22:13:32.546 INFO O| Jun 10 22:13:32.546 INFO STEP 193 (remove_files) COMPLETE
54372026-06-10T22:13:33.953Z[ recovery-image] Jun 10 22:13:32.546 INFO O| Jun 10 22:13:32.546 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-06-10T22:13:33.953Z[ recovery-image] Jun 10 22:13:32.553 INFO O| Jun 10 22:13:32.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54392026-06-10T22:13:33.953Z[ recovery-image] Jun 10 22:13:32.553 INFO O| Jun 10 22:13:32.553 INFO STEP 194 (remove_files) COMPLETE
54402026-06-10T22:13:33.953Z[ recovery-image] Jun 10 22:13:32.553 INFO O| Jun 10 22:13:32.553 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-06-10T22:13:33.953Z[ recovery-image] Jun 10 22:13:32.560 INFO O| Jun 10 22:13:32.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54422026-06-10T22:13:33.953Z[ recovery-image] Jun 10 22:13:32.560 INFO O| Jun 10 22:13:32.560 INFO STEP 195 (remove_files) COMPLETE
54432026-06-10T22:13:33.953Z[ recovery-image] Jun 10 22:13:32.560 INFO O| Jun 10 22:13:32.560 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-06-10T22:13:33.965Z[ recovery-image] Jun 10 22:13:32.567 INFO O| Jun 10 22:13:32.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54452026-06-10T22:13:33.965Z[ recovery-image] Jun 10 22:13:32.567 INFO O| Jun 10 22:13:32.567 INFO STEP 196 (remove_files) COMPLETE
54462026-06-10T22:13:33.965Z[ recovery-image] Jun 10 22:13:32.567 INFO O| Jun 10 22:13:32.567 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-06-10T22:13:33.966Z[ recovery-image] Jun 10 22:13:32.573 INFO O| Jun 10 22:13:32.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54482026-06-10T22:13:33.966Z[ recovery-image] Jun 10 22:13:32.573 INFO O| Jun 10 22:13:32.573 INFO STEP 197 (remove_files) COMPLETE
54492026-06-10T22:13:33.966Z[ recovery-image] Jun 10 22:13:32.573 INFO O| Jun 10 22:13:32.573 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-06-10T22:13:33.966Z[ recovery-image] Jun 10 22:13:32.580 INFO O| Jun 10 22:13:32.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54512026-06-10T22:13:33.966Z[ recovery-image] Jun 10 22:13:32.580 INFO O| Jun 10 22:13:32.580 INFO STEP 198 (remove_files) COMPLETE
54522026-06-10T22:13:33.966Z[ recovery-image] Jun 10 22:13:32.580 INFO O| Jun 10 22:13:32.580 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-06-10T22:13:33.984Z[ recovery-image] Jun 10 22:13:32.586 INFO O| Jun 10 22:13:32.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54542026-06-10T22:13:33.984Z[ recovery-image] Jun 10 22:13:32.587 INFO O| Jun 10 22:13:32.587 INFO STEP 199 (remove_files) COMPLETE
54552026-06-10T22:13:33.984Z[ recovery-image] Jun 10 22:13:32.587 INFO O| Jun 10 22:13:32.587 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-06-10T22:13:33.984Z[ recovery-image] Jun 10 22:13:32.593 INFO O| Jun 10 22:13:32.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54572026-06-10T22:13:33.984Z[ recovery-image] Jun 10 22:13:32.593 INFO O| Jun 10 22:13:32.593 INFO STEP 200 (remove_files) COMPLETE
54582026-06-10T22:13:33.984Z[ recovery-image] Jun 10 22:13:32.593 INFO O| Jun 10 22:13:32.593 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-06-10T22:13:33.994Z[ recovery-image] Jun 10 22:13:32.599 INFO O| Jun 10 22:13:32.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54602026-06-10T22:13:33.999Z[ recovery-image] Jun 10 22:13:32.600 INFO O| Jun 10 22:13:32.600 INFO STEP 201 (remove_files) COMPLETE
54612026-06-10T22:13:34.000Z[ recovery-image] Jun 10 22:13:32.600 INFO O| Jun 10 22:13:32.600 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-06-10T22:13:34.000Z[ recovery-image] Jun 10 22:13:32.607 INFO O| Jun 10 22:13:32.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54632026-06-10T22:13:34.000Z[ recovery-image] Jun 10 22:13:32.607 INFO O| Jun 10 22:13:32.607 INFO STEP 202 (remove_files) COMPLETE
54642026-06-10T22:13:34.000Z[ recovery-image] Jun 10 22:13:32.607 INFO O| Jun 10 22:13:32.607 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-06-10T22:13:34.013Z[ recovery-image] Jun 10 22:13:32.613 INFO O| Jun 10 22:13:32.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54662026-06-10T22:13:34.013Z[ recovery-image] Jun 10 22:13:32.613 INFO O| Jun 10 22:13:32.613 INFO STEP 203 (remove_files) COMPLETE
54672026-06-10T22:13:34.013Z[ recovery-image] Jun 10 22:13:32.613 INFO O| Jun 10 22:13:32.613 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-06-10T22:13:34.013Z[ recovery-image] Jun 10 22:13:32.620 INFO O| Jun 10 22:13:32.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54692026-06-10T22:13:34.013Z[ recovery-image] Jun 10 22:13:32.620 INFO O| Jun 10 22:13:32.620 INFO STEP 204 (remove_files) COMPLETE
54702026-06-10T22:13:34.013Z[ recovery-image] Jun 10 22:13:32.620 INFO O| Jun 10 22:13:32.620 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-06-10T22:13:34.013Z[ recovery-image] Jun 10 22:13:32.626 INFO O| Jun 10 22:13:32.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54722026-06-10T22:13:34.013Z[ recovery-image] Jun 10 22:13:32.626 INFO O| Jun 10 22:13:32.626 INFO STEP 205 (remove_files) COMPLETE
54732026-06-10T22:13:34.013Z[ recovery-image] Jun 10 22:13:32.626 INFO O| Jun 10 22:13:32.626 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-06-10T22:13:34.025Z[ recovery-image] Jun 10 22:13:32.632 INFO O| Jun 10 22:13:32.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54752026-06-10T22:13:34.025Z[ recovery-image] Jun 10 22:13:32.632 INFO O| Jun 10 22:13:32.632 INFO STEP 206 (remove_files) COMPLETE
54762026-06-10T22:13:34.025Z[ recovery-image] Jun 10 22:13:32.632 INFO O| Jun 10 22:13:32.632 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-06-10T22:13:34.025Z[ recovery-image] Jun 10 22:13:32.639 INFO O| Jun 10 22:13:32.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54782026-06-10T22:13:34.025Z[ recovery-image] Jun 10 22:13:32.639 INFO O| Jun 10 22:13:32.639 INFO STEP 207 (remove_files) COMPLETE
54792026-06-10T22:13:34.025Z[ recovery-image] Jun 10 22:13:32.639 INFO O| Jun 10 22:13:32.639 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-06-10T22:13:34.054Z[ recovery-image] Jun 10 22:13:32.645 INFO O| Jun 10 22:13:32.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54812026-06-10T22:13:34.054Z[ recovery-image] Jun 10 22:13:32.645 INFO O| Jun 10 22:13:32.645 INFO STEP 208 (remove_files) COMPLETE
54822026-06-10T22:13:34.054Z[ recovery-image] Jun 10 22:13:32.645 INFO O| Jun 10 22:13:32.645 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-06-10T22:13:34.054Z[ recovery-image] Jun 10 22:13:32.651 INFO O| Jun 10 22:13:32.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54842026-06-10T22:13:34.054Z[ recovery-image] Jun 10 22:13:32.651 INFO O| Jun 10 22:13:32.651 INFO STEP 209 (remove_files) COMPLETE
54852026-06-10T22:13:34.054Z[ recovery-image] Jun 10 22:13:32.651 INFO O| Jun 10 22:13:32.651 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-06-10T22:13:34.099Z[ recovery-image] Jun 10 22:13:32.657 INFO O| Jun 10 22:13:32.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54872026-06-10T22:13:34.099Z[ recovery-image] Jun 10 22:13:32.657 INFO O| Jun 10 22:13:32.657 INFO STEP 210 (remove_files) COMPLETE
54882026-06-10T22:13:34.099Z[ recovery-image] Jun 10 22:13:32.657 INFO O| Jun 10 22:13:32.657 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-06-10T22:13:34.099Z[ recovery-image] Jun 10 22:13:32.664 INFO O| Jun 10 22:13:32.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54902026-06-10T22:13:34.099Z[ recovery-image] Jun 10 22:13:32.664 INFO O| Jun 10 22:13:32.664 INFO STEP 211 (remove_files) COMPLETE
54912026-06-10T22:13:34.099Z[ recovery-image] Jun 10 22:13:32.664 INFO O| Jun 10 22:13:32.664 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-06-10T22:13:34.100Z[ recovery-image] Jun 10 22:13:32.670 INFO O| Jun 10 22:13:32.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54932026-06-10T22:13:34.100Z[ recovery-image] Jun 10 22:13:32.670 INFO O| Jun 10 22:13:32.670 INFO STEP 212 (remove_files) COMPLETE
54942026-06-10T22:13:34.100Z[ recovery-image] Jun 10 22:13:32.670 INFO O| Jun 10 22:13:32.670 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-06-10T22:13:34.100Z[ recovery-image] Jun 10 22:13:32.677 INFO O| Jun 10 22:13:32.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54962026-06-10T22:13:34.100Z[ recovery-image] Jun 10 22:13:32.677 INFO O| Jun 10 22:13:32.677 INFO STEP 213 (remove_files) COMPLETE
54972026-06-10T22:13:34.109Z[ recovery-image] Jun 10 22:13:32.677 INFO O| Jun 10 22:13:32.677 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-06-10T22:13:37.940Z[ recovery-image] Jun 10 22:13:32.683 INFO O| Jun 10 22:13:32.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54992026-06-10T22:13:37.940Z[ recovery-image] Jun 10 22:13:32.683 INFO O| Jun 10 22:13:32.683 INFO STEP 214 (remove_files) COMPLETE
55002026-06-10T22:13:37.940Z[ recovery-image] Jun 10 22:13:32.683 INFO O| Jun 10 22:13:32.683 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-06-10T22:13:37.940Z[ recovery-image] Jun 10 22:13:32.690 INFO O| Jun 10 22:13:32.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55022026-06-10T22:13:37.940Z[ recovery-image] Jun 10 22:13:32.690 INFO O| Jun 10 22:13:32.690 INFO STEP 215 (remove_files) COMPLETE
55032026-06-10T22:13:37.940Z[ recovery-image] Jun 10 22:13:32.690 INFO O| Jun 10 22:13:32.690 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-06-10T22:13:37.940Z[ recovery-image] Jun 10 22:13:32.697 INFO O| Jun 10 22:13:32.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55052026-06-10T22:13:37.940Z[ recovery-image] Jun 10 22:13:32.697 INFO O| Jun 10 22:13:32.697 INFO STEP 216 (remove_files) COMPLETE
55062026-06-10T22:13:37.940Z[ recovery-image] Jun 10 22:13:32.697 INFO O| Jun 10 22:13:32.697 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-06-10T22:13:37.940Z[ recovery-image] Jun 10 22:13:32.703 INFO O| Jun 10 22:13:32.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55082026-06-10T22:13:37.940Z[ recovery-image] Jun 10 22:13:32.703 INFO O| Jun 10 22:13:32.703 INFO STEP 217 (remove_files) COMPLETE
55092026-06-10T22:13:37.940Z[ recovery-image] Jun 10 22:13:32.703 INFO O| Jun 10 22:13:32.703 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-06-10T22:13:37.941Z[ recovery-image] Jun 10 22:13:32.710 INFO O| Jun 10 22:13:32.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55112026-06-10T22:13:37.941Z[ recovery-image] Jun 10 22:13:32.710 INFO O| Jun 10 22:13:32.710 INFO STEP 218 (remove_files) COMPLETE
55122026-06-10T22:13:37.941Z[ recovery-image] Jun 10 22:13:32.710 INFO O| Jun 10 22:13:32.710 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-06-10T22:13:37.941Z[ recovery-image] Jun 10 22:13:32.716 INFO O| Jun 10 22:13:32.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55142026-06-10T22:13:37.941Z[ recovery-image] Jun 10 22:13:32.716 INFO O| Jun 10 22:13:32.716 INFO STEP 219 (remove_files) COMPLETE
55152026-06-10T22:13:37.941Z[ recovery-image] Jun 10 22:13:32.716 INFO O| Jun 10 22:13:32.716 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-06-10T22:13:37.941Z[ recovery-image] Jun 10 22:13:32.722 INFO O| Jun 10 22:13:32.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55172026-06-10T22:13:37.941Z[ recovery-image] Jun 10 22:13:32.723 INFO O| Jun 10 22:13:32.723 INFO STEP 220 (remove_files) COMPLETE
55182026-06-10T22:13:37.941Z[ recovery-image] Jun 10 22:13:32.723 INFO O| Jun 10 22:13:32.723 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-06-10T22:13:37.941Z[ recovery-image] Jun 10 22:13:32.729 INFO O| Jun 10 22:13:32.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55202026-06-10T22:13:37.941Z[ recovery-image] Jun 10 22:13:32.729 INFO O| Jun 10 22:13:32.729 INFO STEP 221 (remove_files) COMPLETE
55212026-06-10T22:13:37.941Z[ recovery-image] Jun 10 22:13:32.729 INFO O| Jun 10 22:13:32.729 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-06-10T22:13:38.143Z[ recovery-image] Jun 10 22:13:32.735 INFO O| Jun 10 22:13:32.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55232026-06-10T22:13:38.143Z[ recovery-image] Jun 10 22:13:32.735 INFO O| Jun 10 22:13:32.735 INFO STEP 222 (remove_files) COMPLETE
55242026-06-10T22:13:38.143Z[ recovery-image] Jun 10 22:13:32.735 INFO O| Jun 10 22:13:32.735 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-06-10T22:13:38.143Z[ host-image] Jun 10 22:13:32.736 INFO O| Jun 10 22:13:32.736 INFO O| Finalize: Building new search index ... Done
55262026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.742 INFO O| Jun 10 22:13:32.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55272026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.742 INFO O| Jun 10 22:13:32.742 INFO STEP 223 (remove_files) COMPLETE
55282026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.742 INFO O| Jun 10 22:13:32.742 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.749 INFO O| Jun 10 22:13:32.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55302026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.749 INFO O| Jun 10 22:13:32.749 INFO STEP 224 (remove_files) COMPLETE
55312026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.749 INFO O| Jun 10 22:13:32.749 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.756 INFO O| Jun 10 22:13:32.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55332026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.756 INFO O| Jun 10 22:13:32.756 INFO STEP 225 (remove_files) COMPLETE
55342026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.756 INFO O| Jun 10 22:13:32.756 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.763 INFO O| Jun 10 22:13:32.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55362026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.763 INFO O| Jun 10 22:13:32.763 INFO STEP 226 (remove_files) COMPLETE
55372026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.763 INFO O| Jun 10 22:13:32.763 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.770 INFO O| Jun 10 22:13:32.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55392026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.770 INFO O| Jun 10 22:13:32.770 INFO STEP 227 (remove_files) COMPLETE
55402026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.770 INFO O| Jun 10 22:13:32.770 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.777 INFO O| Jun 10 22:13:32.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55422026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.777 INFO O| Jun 10 22:13:32.777 INFO STEP 228 (remove_files) COMPLETE
55432026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.777 INFO O| Jun 10 22:13:32.777 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.807 INFO O| Jun 10 22:13:32.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55452026-06-10T22:13:38.144Z[ recovery-image] Jun 10 22:13:32.807 INFO O| Jun 10 22:13:32.807 INFO STEP 229 (remove_files) COMPLETE
55462026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.807 INFO O| Jun 10 22:13:32.807 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.816 INFO O| Jun 10 22:13:32.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55482026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.816 INFO O| Jun 10 22:13:32.816 INFO STEP 230 (remove_files) COMPLETE
55492026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.816 INFO O| Jun 10 22:13:32.816 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.823 INFO O| Jun 10 22:13:32.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55512026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.823 INFO O| Jun 10 22:13:32.823 INFO STEP 231 (remove_files) COMPLETE
55522026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.823 INFO O| Jun 10 22:13:32.823 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.830 INFO O| Jun 10 22:13:32.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55542026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.830 INFO O| Jun 10 22:13:32.830 INFO STEP 232 (remove_files) COMPLETE
55552026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.830 INFO O| Jun 10 22:13:32.830 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.837 INFO O| Jun 10 22:13:32.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55572026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.837 INFO O| Jun 10 22:13:32.837 INFO STEP 233 (remove_files) COMPLETE
55582026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.837 INFO O| Jun 10 22:13:32.837 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.843 INFO O| Jun 10 22:13:32.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55602026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.843 INFO O| Jun 10 22:13:32.843 INFO STEP 234 (remove_files) COMPLETE
55612026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.843 INFO O| Jun 10 22:13:32.843 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.850 INFO O| Jun 10 22:13:32.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55632026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.850 INFO O| Jun 10 22:13:32.850 INFO STEP 235 (remove_files) COMPLETE
55642026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.850 INFO O| Jun 10 22:13:32.850 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.857 INFO O| Jun 10 22:13:32.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55662026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.857 INFO O| Jun 10 22:13:32.857 INFO STEP 236 (remove_files) COMPLETE
55672026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.857 INFO O| Jun 10 22:13:32.857 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.864 INFO O| Jun 10 22:13:32.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55692026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.864 INFO O| Jun 10 22:13:32.864 INFO STEP 237 (remove_files) COMPLETE
55702026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.864 INFO O| Jun 10 22:13:32.864 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.870 INFO O| Jun 10 22:13:32.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55722026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.870 INFO O| Jun 10 22:13:32.870 INFO STEP 238 (remove_files) COMPLETE
55732026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.870 INFO O| Jun 10 22:13:32.870 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.877 INFO O| Jun 10 22:13:32.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55752026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.877 INFO O| Jun 10 22:13:32.877 INFO STEP 239 (remove_files) COMPLETE
55762026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.877 INFO O| Jun 10 22:13:32.877 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.884 INFO O| Jun 10 22:13:32.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55782026-06-10T22:13:38.145Z[ recovery-image] Jun 10 22:13:32.884 INFO O| Jun 10 22:13:32.884 INFO STEP 240 (remove_files) COMPLETE
55792026-06-10T22:13:38.146Z[ recovery-image] Jun 10 22:13:32.884 INFO O| Jun 10 22:13:32.884 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-06-10T22:13:38.146Z[ recovery-image] Jun 10 22:13:32.891 INFO O| Jun 10 22:13:32.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55812026-06-10T22:13:38.146Z[ recovery-image] Jun 10 22:13:32.891 INFO O| Jun 10 22:13:32.891 INFO STEP 241 (remove_files) COMPLETE
55822026-06-10T22:13:38.146Z[ recovery-image] Jun 10 22:13:32.891 INFO O| Jun 10 22:13:32.891 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-06-10T22:13:38.146Z[ recovery-image] Jun 10 22:13:32.898 INFO O| Jun 10 22:13:32.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55842026-06-10T22:13:38.146Z[ recovery-image] Jun 10 22:13:32.899 INFO O| Jun 10 22:13:32.898 INFO STEP 242 (remove_files) COMPLETE
55852026-06-10T22:13:38.146Z[ recovery-image] Jun 10 22:13:32.899 INFO O| Jun 10 22:13:32.899 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-06-10T22:13:38.146Z[ recovery-image] Jun 10 22:13:32.906 INFO O| Jun 10 22:13:32.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55872026-06-10T22:13:38.146Z[ recovery-image] Jun 10 22:13:32.906 INFO O| Jun 10 22:13:32.906 INFO STEP 243 (remove_files) COMPLETE
55882026-06-10T22:13:38.146Z[ recovery-image] Jun 10 22:13:32.906 INFO O| Jun 10 22:13:32.906 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-06-10T22:13:38.147Z[ recovery-image] Jun 10 22:13:32.913 INFO O| Jun 10 22:13:32.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55902026-06-10T22:13:38.147Z[ recovery-image] Jun 10 22:13:32.913 INFO O| Jun 10 22:13:32.913 INFO STEP 244 (remove_files) COMPLETE
55912026-06-10T22:13:38.147Z[ recovery-image] Jun 10 22:13:32.913 INFO O| Jun 10 22:13:32.913 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.921 INFO O| Jun 10 22:13:32.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55932026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.921 INFO O| Jun 10 22:13:32.921 INFO STEP 245 (remove_files) COMPLETE
55942026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.921 INFO O| Jun 10 22:13:32.921 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.928 INFO O| Jun 10 22:13:32.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55962026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.928 INFO O| Jun 10 22:13:32.928 INFO STEP 246 (remove_files) COMPLETE
55972026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.928 INFO O| Jun 10 22:13:32.928 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.936 INFO O| Jun 10 22:13:32.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55992026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.936 INFO O| Jun 10 22:13:32.936 INFO STEP 247 (remove_files) COMPLETE
56002026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.936 INFO O| Jun 10 22:13:32.936 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.944 INFO O| Jun 10 22:13:32.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56022026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.983 INFO O| Jun 10 22:13:32.983 INFO STEP 248 (remove_files) COMPLETE
56032026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.983 INFO O| Jun 10 22:13:32.983 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.993 INFO O| Jun 10 22:13:32.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56052026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.993 INFO O| Jun 10 22:13:32.993 INFO STEP 249 (remove_files) COMPLETE
56062026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:32.993 INFO O| Jun 10 22:13:32.993 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.001 INFO O| Jun 10 22:13:33.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56082026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.001 INFO O| Jun 10 22:13:33.001 INFO STEP 250 (remove_files) COMPLETE
56092026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.001 INFO O| Jun 10 22:13:33.001 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.009 INFO O| Jun 10 22:13:33.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56112026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.009 INFO O| Jun 10 22:13:33.009 INFO STEP 251 (remove_files) COMPLETE
56122026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.009 INFO O| Jun 10 22:13:33.009 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.017 INFO O| Jun 10 22:13:33.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56142026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.017 INFO O| Jun 10 22:13:33.017 INFO STEP 252 (remove_files) COMPLETE
56152026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.017 INFO O| Jun 10 22:13:33.017 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.024 INFO O| Jun 10 22:13:33.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56172026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.025 INFO O| Jun 10 22:13:33.024 INFO STEP 253 (remove_files) COMPLETE
56182026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.025 INFO O| Jun 10 22:13:33.025 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.032 INFO O| Jun 10 22:13:33.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56202026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.038 INFO O| Jun 10 22:13:33.038 INFO STEP 254 (remove_files) COMPLETE
56212026-06-10T22:13:38.148Z[ recovery-image] Jun 10 22:13:33.038 INFO O| Jun 10 22:13:33.038 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-06-10T22:13:38.211Z[ recovery-image] Jun 10 22:13:33.063 INFO O| Jun 10 22:13:33.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56232026-06-10T22:13:38.211Z[ recovery-image] Jun 10 22:13:33.063 INFO O| Jun 10 22:13:33.063 INFO STEP 255 (remove_files) COMPLETE
56242026-06-10T22:13:38.211Z[ recovery-image] Jun 10 22:13:33.063 INFO O| Jun 10 22:13:33.063 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-06-10T22:13:38.211Z[ recovery-image] Jun 10 22:13:33.072 INFO O| Jun 10 22:13:33.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56262026-06-10T22:13:38.211Z[ recovery-image] Jun 10 22:13:33.072 INFO O| Jun 10 22:13:33.072 INFO STEP 256 (remove_files) COMPLETE
56272026-06-10T22:13:38.211Z[ recovery-image] Jun 10 22:13:33.072 INFO O| Jun 10 22:13:33.072 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-06-10T22:13:38.211Z[ recovery-image] Jun 10 22:13:33.080 INFO O| Jun 10 22:13:33.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56292026-06-10T22:13:38.211Z[ recovery-image] Jun 10 22:13:33.080 INFO O| Jun 10 22:13:33.080 INFO STEP 257 (remove_files) COMPLETE
56302026-06-10T22:13:38.211Z[ recovery-image] Jun 10 22:13:33.080 INFO O| Jun 10 22:13:33.080 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-06-10T22:13:38.211Z[ recovery-image] Jun 10 22:13:33.087 INFO O| Jun 10 22:13:33.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56322026-06-10T22:13:38.211Z[ recovery-image] Jun 10 22:13:33.087 INFO O| Jun 10 22:13:33.087 INFO STEP 258 (remove_files) COMPLETE
56332026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.087 INFO O| Jun 10 22:13:33.087 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.094 INFO O| Jun 10 22:13:33.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56352026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.094 INFO O| Jun 10 22:13:33.094 INFO STEP 259 (remove_files) COMPLETE
56362026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.094 INFO O| Jun 10 22:13:33.094 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.101 INFO O| Jun 10 22:13:33.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56382026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.101 INFO O| Jun 10 22:13:33.101 INFO STEP 260 (remove_files) COMPLETE
56392026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.101 INFO O| Jun 10 22:13:33.101 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.108 INFO O| Jun 10 22:13:33.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56412026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.108 INFO O| Jun 10 22:13:33.108 INFO STEP 261 (remove_files) COMPLETE
56422026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.108 INFO O| Jun 10 22:13:33.108 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.115 INFO O| Jun 10 22:13:33.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56442026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.115 INFO O| Jun 10 22:13:33.115 INFO STEP 262 (remove_files) COMPLETE
56452026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.115 INFO O| Jun 10 22:13:33.115 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.122 INFO O| Jun 10 22:13:33.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56472026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.122 INFO O| Jun 10 22:13:33.122 INFO STEP 263 (remove_files) COMPLETE
56482026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.122 INFO O| Jun 10 22:13:33.122 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.132 INFO O| Jun 10 22:13:33.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56502026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.132 INFO O| Jun 10 22:13:33.132 INFO STEP 264 (remove_files) COMPLETE
56512026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.132 INFO O| Jun 10 22:13:33.132 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.141 INFO O| Jun 10 22:13:33.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56532026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.141 INFO O| Jun 10 22:13:33.141 INFO STEP 265 (remove_files) COMPLETE
56542026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.142 INFO O| Jun 10 22:13:33.141 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.150 INFO O| Jun 10 22:13:33.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56562026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.150 INFO O| Jun 10 22:13:33.150 INFO STEP 266 (remove_files) COMPLETE
56572026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.150 INFO O| Jun 10 22:13:33.150 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.158 INFO O| Jun 10 22:13:33.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56592026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.158 INFO O| Jun 10 22:13:33.158 INFO STEP 267 (remove_files) COMPLETE
56602026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.158 INFO O| Jun 10 22:13:33.158 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.166 INFO O| Jun 10 22:13:33.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56622026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.166 INFO O| Jun 10 22:13:33.166 INFO STEP 268 (remove_files) COMPLETE
56632026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.166 INFO O| Jun 10 22:13:33.166 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.173 INFO O| Jun 10 22:13:33.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56652026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.173 INFO O| Jun 10 22:13:33.173 INFO STEP 269 (remove_files) COMPLETE
56662026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.173 INFO O| Jun 10 22:13:33.173 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-06-10T22:13:38.212Z[ recovery-image] Jun 10 22:13:33.181 INFO O| Jun 10 22:13:33.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56682026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.181 INFO O| Jun 10 22:13:33.181 INFO STEP 270 (remove_files) COMPLETE
56692026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.181 INFO O| Jun 10 22:13:33.181 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.188 INFO O| Jun 10 22:13:33.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56712026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.188 INFO O| Jun 10 22:13:33.188 INFO STEP 271 (remove_files) COMPLETE
56722026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.188 INFO O| Jun 10 22:13:33.188 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.196 INFO O| Jun 10 22:13:33.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56742026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.196 INFO O| Jun 10 22:13:33.196 INFO STEP 272 (remove_files) COMPLETE
56752026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.196 INFO O| Jun 10 22:13:33.196 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.203 INFO O| Jun 10 22:13:33.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56772026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.203 INFO O| Jun 10 22:13:33.203 INFO STEP 273 (remove_files) COMPLETE
56782026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.203 INFO O| Jun 10 22:13:33.203 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.210 INFO O| Jun 10 22:13:33.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56802026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.210 INFO O| Jun 10 22:13:33.210 INFO STEP 274 (remove_files) COMPLETE
56812026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.210 INFO O| Jun 10 22:13:33.210 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.218 INFO O| Jun 10 22:13:33.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56832026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.218 INFO O| Jun 10 22:13:33.218 INFO STEP 275 (remove_files) COMPLETE
56842026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.218 INFO O| Jun 10 22:13:33.218 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.225 INFO O| Jun 10 22:13:33.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56862026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.225 INFO O| Jun 10 22:13:33.225 INFO STEP 276 (remove_files) COMPLETE
56872026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.225 INFO O| Jun 10 22:13:33.225 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.232 INFO O| Jun 10 22:13:33.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56892026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.232 INFO O| Jun 10 22:13:33.232 INFO STEP 277 (remove_files) COMPLETE
56902026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.232 INFO O| Jun 10 22:13:33.232 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.240 INFO O| Jun 10 22:13:33.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56922026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.240 INFO O| Jun 10 22:13:33.240 INFO STEP 278 (remove_files) COMPLETE
56932026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.240 INFO O| Jun 10 22:13:33.240 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.247 INFO O| Jun 10 22:13:33.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56952026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.247 INFO O| Jun 10 22:13:33.247 INFO STEP 279 (remove_files) COMPLETE
56962026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.247 INFO O| Jun 10 22:13:33.247 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.254 INFO O| Jun 10 22:13:33.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56982026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.254 INFO O| Jun 10 22:13:33.254 INFO STEP 280 (remove_files) COMPLETE
56992026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.254 INFO O| Jun 10 22:13:33.254 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.261 INFO O| Jun 10 22:13:33.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57012026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.261 INFO O| Jun 10 22:13:33.261 INFO STEP 281 (remove_files) COMPLETE
57022026-06-10T22:13:38.213Z[ recovery-image] Jun 10 22:13:33.261 INFO O| Jun 10 22:13:33.261 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.268 INFO O| Jun 10 22:13:33.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57042026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.268 INFO O| Jun 10 22:13:33.268 INFO STEP 282 (remove_files) COMPLETE
57052026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.268 INFO O| Jun 10 22:13:33.268 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-06-10T22:13:38.214Z[ host-image] Jun 10 22:13:33.272 INFO O| Jun 10 22:13:33.272 INFO O| Finalize: Updating package cache ... Done
57072026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.275 INFO O| Jun 10 22:13:33.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57082026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.275 INFO O| Jun 10 22:13:33.275 INFO STEP 283 (remove_files) COMPLETE
57092026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.275 INFO O| Jun 10 22:13:33.275 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.284 INFO O| Jun 10 22:13:33.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57112026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.284 INFO O| Jun 10 22:13:33.284 INFO STEP 284 (remove_files) COMPLETE
57122026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.284 INFO O| Jun 10 22:13:33.284 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.293 INFO O| Jun 10 22:13:33.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57142026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.294 INFO O| Jun 10 22:13:33.294 INFO STEP 285 (remove_files) COMPLETE
57152026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.294 INFO O| Jun 10 22:13:33.294 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.301 INFO O| Jun 10 22:13:33.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57172026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.301 INFO O| Jun 10 22:13:33.301 INFO STEP 286 (remove_files) COMPLETE
57182026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.301 INFO O| Jun 10 22:13:33.301 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.308 INFO O| Jun 10 22:13:33.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57202026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.308 INFO O| Jun 10 22:13:33.308 INFO STEP 287 (remove_files) COMPLETE
57212026-06-10T22:13:38.214Z[ recovery-image] Jun 10 22:13:33.308 INFO O| Jun 10 22:13:33.308 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.316 INFO O| Jun 10 22:13:33.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57232026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.316 INFO O| Jun 10 22:13:33.316 INFO STEP 288 (remove_files) COMPLETE
57242026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.316 INFO O| Jun 10 22:13:33.316 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.323 INFO O| Jun 10 22:13:33.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57262026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.323 INFO O| Jun 10 22:13:33.323 INFO STEP 289 (remove_files) COMPLETE
57272026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.323 INFO O| Jun 10 22:13:33.323 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.330 INFO O| Jun 10 22:13:33.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57292026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.330 INFO O| Jun 10 22:13:33.330 INFO STEP 290 (remove_files) COMPLETE
57302026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.330 INFO O| Jun 10 22:13:33.330 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.338 INFO O| Jun 10 22:13:33.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57322026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.338 INFO O| Jun 10 22:13:33.338 INFO STEP 291 (remove_files) COMPLETE
57332026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.338 INFO O| Jun 10 22:13:33.338 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.345 INFO O| Jun 10 22:13:33.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57352026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.345 INFO O| Jun 10 22:13:33.345 INFO STEP 292 (remove_files) COMPLETE
57362026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.345 INFO O| Jun 10 22:13:33.345 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.352 INFO O| Jun 10 22:13:33.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57382026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.352 INFO O| Jun 10 22:13:33.352 INFO STEP 293 (remove_files) COMPLETE
57392026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.352 INFO O| Jun 10 22:13:33.352 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.359 INFO O| Jun 10 22:13:33.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57412026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.359 INFO O| Jun 10 22:13:33.359 INFO STEP 294 (remove_files) COMPLETE
57422026-06-10T22:13:38.475Z[ recovery-image] Jun 10 22:13:33.359 INFO O| Jun 10 22:13:33.359 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-06-10T22:13:38.476Z[ recovery-image] Jun 10 22:13:33.366 INFO O| Jun 10 22:13:33.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57442026-06-10T22:13:38.476Z[ recovery-image] Jun 10 22:13:33.366 INFO O| Jun 10 22:13:33.366 INFO STEP 295 (remove_files) COMPLETE
57452026-06-10T22:13:38.476Z[ recovery-image] Jun 10 22:13:33.366 INFO O| Jun 10 22:13:33.366 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-06-10T22:13:38.476Z[ recovery-image] Jun 10 22:13:33.373 INFO O| Jun 10 22:13:33.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57472026-06-10T22:13:38.476Z[ recovery-image] Jun 10 22:13:33.373 INFO O| Jun 10 22:13:33.373 INFO STEP 296 (remove_files) COMPLETE
57482026-06-10T22:13:38.476Z[ recovery-image] Jun 10 22:13:33.373 INFO O| Jun 10 22:13:33.373 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-06-10T22:13:38.476Z[ recovery-image] Jun 10 22:13:33.380 INFO O| Jun 10 22:13:33.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57502026-06-10T22:13:38.476Z[ recovery-image] Jun 10 22:13:33.380 INFO O| Jun 10 22:13:33.380 INFO STEP 297 (remove_files) COMPLETE
57512026-06-10T22:13:38.476Z[ recovery-image] Jun 10 22:13:33.380 INFO O| Jun 10 22:13:33.380 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-06-10T22:13:38.476Z[ recovery-image] Jun 10 22:13:33.387 INFO O| Jun 10 22:13:33.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57532026-06-10T22:13:38.476Z[ recovery-image] Jun 10 22:13:33.387 INFO O| Jun 10 22:13:33.387 INFO STEP 298 (remove_files) COMPLETE
57542026-06-10T22:13:38.476Z[ recovery-image] Jun 10 22:13:33.387 INFO O| Jun 10 22:13:33.387 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-06-10T22:13:38.476Z[ recovery-image] Jun 10 22:13:33.396 INFO O| Jun 10 22:13:33.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57562026-06-10T22:13:38.477Z[ recovery-image] Jun 10 22:13:33.396 INFO O| Jun 10 22:13:33.396 INFO STEP 299 (remove_files) COMPLETE
57572026-06-10T22:13:38.477Z[ recovery-image] Jun 10 22:13:33.396 INFO O| Jun 10 22:13:33.396 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-06-10T22:13:38.477Z[ recovery-image] Jun 10 22:13:33.404 INFO O| Jun 10 22:13:33.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57592026-06-10T22:13:38.477Z[ recovery-image] Jun 10 22:13:33.404 INFO O| Jun 10 22:13:33.404 INFO STEP 300 (remove_files) COMPLETE
57602026-06-10T22:13:38.477Z[ recovery-image] Jun 10 22:13:33.404 INFO O| Jun 10 22:13:33.404 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-06-10T22:13:38.477Z[ recovery-image] Jun 10 22:13:33.413 INFO O| Jun 10 22:13:33.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57622026-06-10T22:13:38.477Z[ recovery-image] Jun 10 22:13:33.413 INFO O| Jun 10 22:13:33.413 INFO STEP 301 (remove_files) COMPLETE
57632026-06-10T22:13:38.477Z[ recovery-image] Jun 10 22:13:33.413 INFO O| Jun 10 22:13:33.413 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-06-10T22:13:38.477Z[ host-image] Jun 10 22:13:33.419 INFO O| Jun 10 22:13:33.419 INFO STEP 11 (pkg_install) COMPLETE
57652026-06-10T22:13:38.477Z[ host-image] Jun 10 22:13:33.419 INFO O| Jun 10 22:13:33.419 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
57662026-06-10T22:13:38.477Z[ recovery-image] Jun 10 22:13:33.421 INFO O| Jun 10 22:13:33.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57672026-06-10T22:13:38.477Z[ recovery-image] Jun 10 22:13:33.421 INFO O| Jun 10 22:13:33.421 INFO STEP 302 (remove_files) COMPLETE
57682026-06-10T22:13:38.477Z[ recovery-image] Jun 10 22:13:33.421 INFO O| Jun 10 22:13:33.421 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-06-10T22:13:38.477Z[ host-image] Jun 10 22:13:33.428 INFO O| Jun 10 22:13:33.428 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"]
57702026-06-10T22:13:38.477Z[ recovery-image] Jun 10 22:13:33.430 INFO O| Jun 10 22:13:33.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57712026-06-10T22:13:38.477Z[ recovery-image] Jun 10 22:13:33.430 INFO O| Jun 10 22:13:33.430 INFO STEP 303 (remove_files) COMPLETE
57722026-06-10T22:13:38.477Z[ recovery-image] Jun 10 22:13:33.430 INFO O| Jun 10 22:13:33.430 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.438 INFO O| Jun 10 22:13:33.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57742026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.438 INFO O| Jun 10 22:13:33.438 INFO STEP 304 (remove_files) COMPLETE
57752026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.438 INFO O| Jun 10 22:13:33.438 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.445 INFO O| Jun 10 22:13:33.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57772026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.445 INFO O| Jun 10 22:13:33.445 INFO STEP 305 (remove_files) COMPLETE
57782026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.445 INFO O| Jun 10 22:13:33.445 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.453 INFO O| Jun 10 22:13:33.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57802026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.453 INFO O| Jun 10 22:13:33.453 INFO STEP 306 (remove_files) COMPLETE
57812026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.453 INFO O| Jun 10 22:13:33.453 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.460 INFO O| Jun 10 22:13:33.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57832026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.460 INFO O| Jun 10 22:13:33.460 INFO STEP 307 (remove_files) COMPLETE
57842026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.460 INFO O| Jun 10 22:13:33.460 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.467 INFO O| Jun 10 22:13:33.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57862026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.467 INFO O| Jun 10 22:13:33.467 INFO STEP 308 (remove_files) COMPLETE
57872026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.467 INFO O| Jun 10 22:13:33.467 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.474 INFO O| Jun 10 22:13:33.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57892026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.474 INFO O| Jun 10 22:13:33.474 INFO STEP 309 (remove_files) COMPLETE
57902026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.474 INFO O| Jun 10 22:13:33.474 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.480 INFO O| Jun 10 22:13:33.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57922026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.480 INFO O| Jun 10 22:13:33.480 INFO STEP 310 (remove_files) COMPLETE
57932026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.480 INFO O| Jun 10 22:13:33.480 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.487 INFO O| Jun 10 22:13:33.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57952026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.487 INFO O| Jun 10 22:13:33.487 INFO STEP 311 (remove_files) COMPLETE
57962026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.487 INFO O| Jun 10 22:13:33.487 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.493 INFO O| Jun 10 22:13:33.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57982026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.493 INFO O| Jun 10 22:13:33.493 INFO STEP 312 (remove_files) COMPLETE
57992026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.493 INFO O| Jun 10 22:13:33.493 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.500 INFO O| Jun 10 22:13:33.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58012026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.500 INFO O| Jun 10 22:13:33.500 INFO STEP 313 (remove_files) COMPLETE
58022026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.500 INFO O| Jun 10 22:13:33.500 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-06-10T22:13:38.478Z[ recovery-image] Jun 10 22:13:33.507 INFO O| Jun 10 22:13:33.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58042026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.508 INFO O| Jun 10 22:13:33.508 INFO STEP 314 (remove_files) COMPLETE
58052026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.508 INFO O| Jun 10 22:13:33.508 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.516 INFO O| Jun 10 22:13:33.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58072026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.516 INFO O| Jun 10 22:13:33.516 INFO STEP 315 (remove_files) COMPLETE
58082026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.516 INFO O| Jun 10 22:13:33.516 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.522 INFO O| Jun 10 22:13:33.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58102026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.522 INFO O| Jun 10 22:13:33.522 INFO STEP 316 (remove_files) COMPLETE
58112026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.522 INFO O| Jun 10 22:13:33.522 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.529 INFO O| Jun 10 22:13:33.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58132026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.529 INFO O| Jun 10 22:13:33.529 INFO STEP 317 (remove_files) COMPLETE
58142026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.529 INFO O| Jun 10 22:13:33.529 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.535 INFO O| Jun 10 22:13:33.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58162026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.535 INFO O| Jun 10 22:13:33.535 INFO STEP 318 (remove_files) COMPLETE
58172026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.535 INFO O| Jun 10 22:13:33.535 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.542 INFO O| Jun 10 22:13:33.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58192026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.542 INFO O| Jun 10 22:13:33.542 INFO STEP 319 (remove_files) COMPLETE
58202026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.542 INFO O| Jun 10 22:13:33.542 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-06-10T22:13:38.479Z[ recovery-image] Jun 10 22:13:33.549 INFO O| Jun 10 22:13:33.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58222026-06-10T22:13:38.505Z[ recovery-image] Jun 10 22:13:33.550 INFO O| Jun 10 22:13:33.550 INFO STEP 320 (remove_files) COMPLETE
58232026-06-10T22:13:38.505Z[ recovery-image] Jun 10 22:13:33.550 INFO O| Jun 10 22:13:33.550 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-06-10T22:13:38.505Z[ recovery-image] Jun 10 22:13:33.556 INFO O| Jun 10 22:13:33.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58252026-06-10T22:13:38.505Z[ recovery-image] Jun 10 22:13:33.556 INFO O| Jun 10 22:13:33.556 INFO STEP 321 (remove_files) COMPLETE
58262026-06-10T22:13:38.505Z[ recovery-image] Jun 10 22:13:33.556 INFO O| Jun 10 22:13:33.556 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-06-10T22:13:38.505Z[ recovery-image] Jun 10 22:13:33.563 INFO O| Jun 10 22:13:33.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58282026-06-10T22:13:38.505Z[ recovery-image] Jun 10 22:13:33.563 INFO O| Jun 10 22:13:33.563 INFO STEP 322 (remove_files) COMPLETE
58292026-06-10T22:13:38.505Z[ recovery-image] Jun 10 22:13:33.563 INFO O| Jun 10 22:13:33.563 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-06-10T22:13:38.505Z[ recovery-image] Jun 10 22:13:33.570 INFO O| Jun 10 22:13:33.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58312026-06-10T22:13:38.505Z[ recovery-image] Jun 10 22:13:33.570 INFO O| Jun 10 22:13:33.570 INFO STEP 323 (remove_files) COMPLETE
58322026-06-10T22:13:38.505Z[ recovery-image] Jun 10 22:13:33.570 INFO O| Jun 10 22:13:33.570 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-06-10T22:13:38.505Z[ recovery-image] Jun 10 22:13:33.577 INFO O| Jun 10 22:13:33.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58342026-06-10T22:13:38.505Z[ recovery-image] Jun 10 22:13:33.577 INFO O| Jun 10 22:13:33.577 INFO STEP 324 (remove_files) COMPLETE
58352026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.577 INFO O| Jun 10 22:13:33.577 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.583 INFO O| Jun 10 22:13:33.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58372026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.583 INFO O| Jun 10 22:13:33.583 INFO STEP 325 (remove_files) COMPLETE
58382026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.583 INFO O| Jun 10 22:13:33.583 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.590 INFO O| Jun 10 22:13:33.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58402026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.590 INFO O| Jun 10 22:13:33.590 INFO STEP 326 (remove_files) COMPLETE
58412026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.590 INFO O| Jun 10 22:13:33.590 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.597 INFO O| Jun 10 22:13:33.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58432026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.597 INFO O| Jun 10 22:13:33.597 INFO STEP 327 (remove_files) COMPLETE
58442026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.597 INFO O| Jun 10 22:13:33.597 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.603 INFO O| Jun 10 22:13:33.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58462026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.603 INFO O| Jun 10 22:13:33.603 INFO STEP 328 (remove_files) COMPLETE
58472026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.603 INFO O| Jun 10 22:13:33.603 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.610 INFO O| Jun 10 22:13:33.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58492026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.610 INFO O| Jun 10 22:13:33.610 INFO STEP 329 (remove_files) COMPLETE
58502026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.610 INFO O| Jun 10 22:13:33.610 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.616 INFO O| Jun 10 22:13:33.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58522026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.616 INFO O| Jun 10 22:13:33.616 INFO STEP 330 (remove_files) COMPLETE
58532026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.616 INFO O| Jun 10 22:13:33.616 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.623 INFO O| Jun 10 22:13:33.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58552026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.623 INFO O| Jun 10 22:13:33.623 INFO STEP 331 (remove_files) COMPLETE
58562026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.623 INFO O| Jun 10 22:13:33.623 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.630 INFO O| Jun 10 22:13:33.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58582026-06-10T22:13:38.506Z[ recovery-image] Jun 10 22:13:33.631 INFO O| Jun 10 22:13:33.631 INFO STEP 332 (remove_files) COMPLETE
58592026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.631 INFO O| Jun 10 22:13:33.631 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.638 INFO O| Jun 10 22:13:33.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58612026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.638 INFO O| Jun 10 22:13:33.638 INFO STEP 333 (remove_files) COMPLETE
58622026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.638 INFO O| Jun 10 22:13:33.638 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.645 INFO O| Jun 10 22:13:33.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58642026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.645 INFO O| Jun 10 22:13:33.645 INFO STEP 334 (remove_files) COMPLETE
58652026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.645 INFO O| Jun 10 22:13:33.645 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.652 INFO O| Jun 10 22:13:33.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58672026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.652 INFO O| Jun 10 22:13:33.652 INFO STEP 335 (remove_files) COMPLETE
58682026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.652 INFO O| Jun 10 22:13:33.652 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.659 INFO O| Jun 10 22:13:33.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58702026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.659 INFO O| Jun 10 22:13:33.659 INFO STEP 336 (remove_files) COMPLETE
58712026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.659 INFO O| Jun 10 22:13:33.659 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.665 INFO O| Jun 10 22:13:33.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58732026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.665 INFO O| Jun 10 22:13:33.665 INFO STEP 337 (remove_files) COMPLETE
58742026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.665 INFO O| Jun 10 22:13:33.665 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.671 INFO O| Jun 10 22:13:33.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58762026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.671 INFO O| Jun 10 22:13:33.671 INFO STEP 338 (remove_files) COMPLETE
58772026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.671 INFO O| Jun 10 22:13:33.671 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.678 INFO O| Jun 10 22:13:33.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58792026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.678 INFO O| Jun 10 22:13:33.678 INFO STEP 339 (remove_files) COMPLETE
58802026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.678 INFO O| Jun 10 22:13:33.678 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.684 INFO O| Jun 10 22:13:33.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58822026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.684 INFO O| Jun 10 22:13:33.684 INFO STEP 340 (remove_files) COMPLETE
58832026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.684 INFO O| Jun 10 22:13:33.684 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.691 INFO O| Jun 10 22:13:33.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58852026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.691 INFO O| Jun 10 22:13:33.691 INFO STEP 341 (remove_files) COMPLETE
58862026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.691 INFO O| Jun 10 22:13:33.691 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.698 INFO O| Jun 10 22:13:33.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58882026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.698 INFO O| Jun 10 22:13:33.698 INFO STEP 342 (remove_files) COMPLETE
58892026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.698 INFO O| Jun 10 22:13:33.698 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.705 INFO O| Jun 10 22:13:33.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58912026-06-10T22:13:38.507Z[ recovery-image] Jun 10 22:13:33.705 INFO O| Jun 10 22:13:33.705 INFO STEP 343 (remove_files) COMPLETE
58922026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.705 INFO O| Jun 10 22:13:33.705 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.712 INFO O| Jun 10 22:13:33.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58942026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.712 INFO O| Jun 10 22:13:33.712 INFO STEP 344 (remove_files) COMPLETE
58952026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.712 INFO O| Jun 10 22:13:33.712 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.720 INFO O| Jun 10 22:13:33.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58972026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.720 INFO O| Jun 10 22:13:33.720 INFO STEP 345 (remove_files) COMPLETE
58982026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.720 INFO O| Jun 10 22:13:33.720 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.749 INFO O| Jun 10 22:13:33.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59002026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.749 INFO O| Jun 10 22:13:33.749 INFO STEP 346 (remove_files) COMPLETE
59012026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.749 INFO O| Jun 10 22:13:33.749 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.756 INFO O| Jun 10 22:13:33.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59032026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.756 INFO O| Jun 10 22:13:33.756 INFO STEP 347 (remove_files) COMPLETE
59042026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.756 INFO O| Jun 10 22:13:33.756 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.763 INFO O| Jun 10 22:13:33.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59062026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.764 INFO O| Jun 10 22:13:33.764 INFO STEP 348 (remove_files) COMPLETE
59072026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.764 INFO O| Jun 10 22:13:33.764 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.771 INFO O| Jun 10 22:13:33.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59092026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.771 INFO O| Jun 10 22:13:33.771 INFO STEP 349 (remove_files) COMPLETE
59102026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.771 INFO O| Jun 10 22:13:33.771 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-06-10T22:13:38.508Z[ recovery-image] Jun 10 22:13:33.778 INFO O| Jun 10 22:13:33.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59122026-06-10T22:13:38.509Z[ recovery-image] Jun 10 22:13:33.778 INFO O| Jun 10 22:13:33.778 INFO STEP 350 (remove_files) COMPLETE
59132026-06-10T22:13:38.509Z[ recovery-image] Jun 10 22:13:33.778 INFO O| Jun 10 22:13:33.778 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-06-10T22:13:38.509Z[ recovery-image] Jun 10 22:13:33.785 INFO O| Jun 10 22:13:33.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59152026-06-10T22:13:38.509Z[ recovery-image] Jun 10 22:13:33.785 INFO O| Jun 10 22:13:33.785 INFO STEP 351 (remove_files) COMPLETE
59162026-06-10T22:13:38.509Z[ recovery-image] Jun 10 22:13:33.785 INFO O| Jun 10 22:13:33.785 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-06-10T22:13:38.509Z[ recovery-image] Jun 10 22:13:33.791 INFO O| Jun 10 22:13:33.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59182026-06-10T22:13:38.509Z[ recovery-image] Jun 10 22:13:33.791 INFO O| Jun 10 22:13:33.791 INFO STEP 352 (remove_files) COMPLETE
59192026-06-10T22:13:38.509Z[ recovery-image] Jun 10 22:13:33.791 INFO O| Jun 10 22:13:33.791 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-06-10T22:13:38.509Z[ recovery-image] Jun 10 22:13:33.798 INFO O| Jun 10 22:13:33.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59212026-06-10T22:13:38.509Z[ recovery-image] Jun 10 22:13:33.798 INFO O| Jun 10 22:13:33.798 INFO STEP 353 (remove_files) COMPLETE
59222026-06-10T22:13:38.521Z[ recovery-image] Jun 10 22:13:33.798 INFO O| Jun 10 22:13:33.798 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-06-10T22:13:38.521Z[ recovery-image] Jun 10 22:13:33.804 INFO O| Jun 10 22:13:33.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59242026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.804 INFO O| Jun 10 22:13:33.804 INFO STEP 354 (remove_files) COMPLETE
59252026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.804 INFO O| Jun 10 22:13:33.804 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.813 INFO O| Jun 10 22:13:33.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59272026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.814 INFO O| Jun 10 22:13:33.814 INFO STEP 355 (remove_files) COMPLETE
59282026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.814 INFO O| Jun 10 22:13:33.814 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.821 INFO O| Jun 10 22:13:33.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59302026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.822 INFO O| Jun 10 22:13:33.822 INFO STEP 356 (remove_files) COMPLETE
59312026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.822 INFO O| Jun 10 22:13:33.822 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.829 INFO O| Jun 10 22:13:33.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59332026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.829 INFO O| Jun 10 22:13:33.829 INFO STEP 357 (remove_files) COMPLETE
59342026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.829 INFO O| Jun 10 22:13:33.829 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.836 INFO O| Jun 10 22:13:33.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59362026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.836 INFO O| Jun 10 22:13:33.836 INFO STEP 358 (remove_files) COMPLETE
59372026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.836 INFO O| Jun 10 22:13:33.836 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.842 INFO O| Jun 10 22:13:33.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59392026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.842 INFO O| Jun 10 22:13:33.842 INFO STEP 359 (remove_files) COMPLETE
59402026-06-10T22:13:38.522Z[ recovery-image] Jun 10 22:13:33.842 INFO O| Jun 10 22:13:33.842 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.849 INFO O| Jun 10 22:13:33.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59422026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.849 INFO O| Jun 10 22:13:33.849 INFO STEP 360 (remove_files) COMPLETE
59432026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.849 INFO O| Jun 10 22:13:33.849 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.856 INFO O| Jun 10 22:13:33.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59452026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.856 INFO O| Jun 10 22:13:33.856 INFO STEP 361 (remove_files) COMPLETE
59462026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.856 INFO O| Jun 10 22:13:33.856 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.863 INFO O| Jun 10 22:13:33.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59482026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.863 INFO O| Jun 10 22:13:33.863 INFO STEP 362 (remove_files) COMPLETE
59492026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.863 INFO O| Jun 10 22:13:33.863 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.870 INFO O| Jun 10 22:13:33.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59512026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.870 INFO O| Jun 10 22:13:33.870 INFO STEP 363 (remove_files) COMPLETE
59522026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.870 INFO O| Jun 10 22:13:33.870 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.877 INFO O| Jun 10 22:13:33.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59542026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.877 INFO O| Jun 10 22:13:33.877 INFO STEP 364 (remove_files) COMPLETE
59552026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.877 INFO O| Jun 10 22:13:33.877 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.884 INFO O| Jun 10 22:13:33.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59572026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.884 INFO O| Jun 10 22:13:33.884 INFO STEP 365 (remove_files) COMPLETE
59582026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.884 INFO O| Jun 10 22:13:33.884 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.892 INFO O| Jun 10 22:13:33.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59602026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.893 INFO O| Jun 10 22:13:33.893 INFO STEP 366 (remove_files) COMPLETE
59612026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.893 INFO O| Jun 10 22:13:33.893 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.900 INFO O| Jun 10 22:13:33.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59632026-06-10T22:13:38.523Z[ recovery-image] Jun 10 22:13:33.900 INFO O| Jun 10 22:13:33.900 INFO STEP 367 (remove_files) COMPLETE
59642026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.900 INFO O| Jun 10 22:13:33.900 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.908 INFO O| Jun 10 22:13:33.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59662026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.908 INFO O| Jun 10 22:13:33.908 INFO STEP 368 (remove_files) COMPLETE
59672026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.908 INFO O| Jun 10 22:13:33.908 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.916 INFO O| Jun 10 22:13:33.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59692026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.916 INFO O| Jun 10 22:13:33.916 INFO STEP 369 (remove_files) COMPLETE
59702026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.916 INFO O| Jun 10 22:13:33.916 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.924 INFO O| Jun 10 22:13:33.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59722026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.924 INFO O| Jun 10 22:13:33.924 INFO STEP 370 (remove_files) COMPLETE
59732026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.924 INFO O| Jun 10 22:13:33.924 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.931 INFO O| Jun 10 22:13:33.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59752026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.931 INFO O| Jun 10 22:13:33.931 INFO STEP 371 (remove_files) COMPLETE
59762026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.931 INFO O| Jun 10 22:13:33.931 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.939 INFO O| Jun 10 22:13:33.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59782026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.939 INFO O| Jun 10 22:13:33.939 INFO STEP 372 (remove_files) COMPLETE
59792026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.939 INFO O| Jun 10 22:13:33.939 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.947 INFO O| Jun 10 22:13:33.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59812026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.947 INFO O| Jun 10 22:13:33.947 INFO STEP 373 (remove_files) COMPLETE
59822026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.947 INFO O| Jun 10 22:13:33.947 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.955 INFO O| Jun 10 22:13:33.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59842026-06-10T22:13:38.524Z[ recovery-image] Jun 10 22:13:33.955 INFO O| Jun 10 22:13:33.955 INFO STEP 374 (remove_files) COMPLETE
59852026-06-10T22:13:38.525Z[ recovery-image] Jun 10 22:13:33.955 INFO O| Jun 10 22:13:33.955 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-06-10T22:13:38.525Z[ recovery-image] Jun 10 22:13:33.963 INFO O| Jun 10 22:13:33.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59872026-06-10T22:13:38.525Z[ recovery-image] Jun 10 22:13:33.963 INFO O| Jun 10 22:13:33.963 INFO STEP 375 (remove_files) COMPLETE
59882026-06-10T22:13:38.525Z[ recovery-image] Jun 10 22:13:33.963 INFO O| Jun 10 22:13:33.963 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-06-10T22:13:38.525Z[ recovery-image] Jun 10 22:13:33.971 INFO O| Jun 10 22:13:33.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59902026-06-10T22:13:38.525Z[ recovery-image] Jun 10 22:13:33.971 INFO O| Jun 10 22:13:33.971 INFO STEP 376 (remove_files) COMPLETE
59912026-06-10T22:13:38.525Z[ recovery-image] Jun 10 22:13:33.971 INFO O| Jun 10 22:13:33.971 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-06-10T22:13:38.525Z[ recovery-image] Jun 10 22:13:33.978 INFO O| Jun 10 22:13:33.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59932026-06-10T22:13:38.525Z[ recovery-image] Jun 10 22:13:33.978 INFO O| Jun 10 22:13:33.978 INFO STEP 377 (remove_files) COMPLETE
59942026-06-10T22:13:38.525Z[ recovery-image] Jun 10 22:13:33.978 INFO O| Jun 10 22:13:33.978 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-06-10T22:13:38.525Z[ host-image] Jun 10 22:13:34.436 INFO O| Jun 10 22:13:34.436 INFO O| Startup: Refreshing catalog 'helios' ... Done
59962026-06-10T22:13:38.525Z[ recovery-image] Jun 10 22:13:33.987 INFO O| Jun 10 22:13:33.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59972026-06-10T22:13:38.525Z[ host-image] Jun 10 22:13:34.533 INFO O| Jun 10 22:13:34.533 INFO O| Startup: Caching catalogs ... Done
59982026-06-10T22:13:38.525Z[ host-image] Jun 10 22:13:34.691 INFO O| Jun 10 22:13:34.691 INFO O| Planning: Solver setup ... Done
59992026-06-10T22:13:38.526Z[ recovery-image] Jun 10 22:13:33.987 INFO O| Jun 10 22:13:33.987 INFO STEP 378 (remove_files) COMPLETE
60002026-06-10T22:13:38.526Z[ recovery-image] Jun 10 22:13:33.987 INFO O| Jun 10 22:13:33.987 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-06-10T22:13:38.526Z[ host-image] Jun 10 22:13:34.713 INFO O| Jun 10 22:13:34.713 INFO O| Planning: Running solver ... Done
60022026-06-10T22:13:38.526Z[ host-image] Jun 10 22:13:34.727 INFO O| Jun 10 22:13:34.727 INFO O| Planning: Finding local manifests ... Done
60032026-06-10T22:13:38.526Z[ recovery-image] Jun 10 22:13:34.001 INFO O| Jun 10 22:13:34.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60042026-06-10T22:13:38.526Z[ host-image] Jun 10 22:13:34.744 INFO O| Jun 10 22:13:34.744 INFO O| Planning: Fetching manifests: 0/6 0% complete
60052026-06-10T22:13:38.526Z[ recovery-image] Jun 10 22:13:34.001 INFO O| Jun 10 22:13:34.001 INFO STEP 379 (remove_files) COMPLETE
60062026-06-10T22:13:38.526Z[ host-image] Jun 10 22:13:34.804 INFO O| Jun 10 22:13:34.804 INFO O| Planning: Fetching manifests: 6/6 100% complete
60072026-06-10T22:13:38.526Z[ recovery-image] Jun 10 22:13:34.001 INFO O| Jun 10 22:13:34.001 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-06-10T22:13:38.526Z[ host-image] Jun 10 22:13:34.826 INFO O| Jun 10 22:13:34.826 INFO O| Planning: Package planning ... Done
60092026-06-10T22:13:38.526Z[ recovery-image] Jun 10 22:13:34.009 INFO O| Jun 10 22:13:34.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60102026-06-10T22:13:38.526Z[ host-image] Jun 10 22:13:34.828 INFO O| Jun 10 22:13:34.828 INFO O| Planning: Merging actions ... Done
60112026-06-10T22:13:38.526Z[ recovery-image] Jun 10 22:13:34.009 INFO O| Jun 10 22:13:34.009 INFO STEP 380 (remove_files) COMPLETE
60122026-06-10T22:13:38.526Z[ host-image] Jun 10 22:13:34.929 INFO O| Jun 10 22:13:34.929 INFO O| Planning: Checking for conflicting actions ... Done
60132026-06-10T22:13:38.526Z[ recovery-image] Jun 10 22:13:34.009 INFO O| Jun 10 22:13:34.009 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-06-10T22:13:38.526Z[ host-image] Jun 10 22:13:34.930 INFO O| Jun 10 22:13:34.930 INFO O| Planning: Consolidating action changes ... Done
60152026-06-10T22:13:38.526Z[ recovery-image] Jun 10 22:13:34.016 INFO O| Jun 10 22:13:34.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60162026-06-10T22:13:38.526Z[ host-image] Jun 10 22:13:35.075 INFO O| Jun 10 22:13:35.075 INFO O| Planning: Evaluating mediators ... Done
60172026-06-10T22:13:38.526Z[ host-image] Jun 10 22:13:35.076 INFO O| Jun 10 22:13:35.076 INFO O| Planning: Planning completed in 0.54 seconds
60182026-06-10T22:13:38.527Z[ recovery-image] Jun 10 22:13:34.017 INFO O| Jun 10 22:13:34.017 INFO STEP 381 (remove_files) COMPLETE
60192026-06-10T22:13:38.527Z[ host-image] Jun 10 22:13:35.077 INFO O| Jun 10 22:13:35.076 INFO O| Packages to install: 6
60202026-06-10T22:13:38.527Z[ recovery-image] Jun 10 22:13:34.017 INFO O| Jun 10 22:13:34.017 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-06-10T22:13:38.527Z[ host-image] Jun 10 22:13:35.077 INFO O| Jun 10 22:13:35.076 INFO O| Services to change: 2
60222026-06-10T22:13:38.540Z[ recovery-image] Jun 10 22:13:34.023 INFO O| Jun 10 22:13:34.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60232026-06-10T22:13:38.540Z[ host-image] Jun 10 22:13:35.087 INFO O| Jun 10 22:13:35.087 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
60242026-06-10T22:13:38.540Z[ recovery-image] Jun 10 22:13:34.024 INFO O| Jun 10 22:13:34.024 INFO STEP 382 (remove_files) COMPLETE
60252026-06-10T22:13:38.540Z[ recovery-image] Jun 10 22:13:34.024 INFO O| Jun 10 22:13:34.024 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-06-10T22:13:38.540Z[ recovery-image] Jun 10 22:13:34.031 INFO O| Jun 10 22:13:34.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60272026-06-10T22:13:38.540Z[ recovery-image] Jun 10 22:13:34.031 INFO O| Jun 10 22:13:34.031 INFO STEP 383 (remove_files) COMPLETE
60282026-06-10T22:13:38.540Z[ recovery-image] Jun 10 22:13:34.031 INFO O| Jun 10 22:13:34.031 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-06-10T22:13:38.540Z[ recovery-image] Jun 10 22:13:34.038 INFO O| Jun 10 22:13:34.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60302026-06-10T22:13:38.540Z[ recovery-image] Jun 10 22:13:34.038 INFO O| Jun 10 22:13:34.038 INFO STEP 384 (remove_files) COMPLETE
60312026-06-10T22:13:38.540Z[ recovery-image] Jun 10 22:13:34.038 INFO O| Jun 10 22:13:34.038 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.045 INFO O| Jun 10 22:13:34.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60332026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.045 INFO O| Jun 10 22:13:34.045 INFO STEP 385 (remove_files) COMPLETE
60342026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.045 INFO O| Jun 10 22:13:34.045 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.052 INFO O| Jun 10 22:13:34.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60362026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.052 INFO O| Jun 10 22:13:34.052 INFO STEP 386 (remove_files) COMPLETE
60372026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.052 INFO O| Jun 10 22:13:34.052 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.059 INFO O| Jun 10 22:13:34.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60392026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.059 INFO O| Jun 10 22:13:34.059 INFO STEP 387 (remove_files) COMPLETE
60402026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.059 INFO O| Jun 10 22:13:34.059 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.066 INFO O| Jun 10 22:13:34.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60422026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.066 INFO O| Jun 10 22:13:34.066 INFO STEP 388 (remove_files) COMPLETE
60432026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.066 INFO O| Jun 10 22:13:34.066 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.073 INFO O| Jun 10 22:13:34.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60452026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.073 INFO O| Jun 10 22:13:34.073 INFO STEP 389 (remove_files) COMPLETE
60462026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.073 INFO O| Jun 10 22:13:34.073 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.079 INFO O| Jun 10 22:13:34.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60482026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.079 INFO O| Jun 10 22:13:34.079 INFO STEP 390 (remove_files) COMPLETE
60492026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.079 INFO O| Jun 10 22:13:34.079 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.086 INFO O| Jun 10 22:13:34.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60512026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.086 INFO O| Jun 10 22:13:34.086 INFO STEP 391 (remove_files) COMPLETE
60522026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.086 INFO O| Jun 10 22:13:34.086 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-06-10T22:13:38.541Z[ recovery-image] Jun 10 22:13:34.093 INFO O| Jun 10 22:13:34.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60542026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.094 INFO O| Jun 10 22:13:34.094 INFO STEP 392 (remove_files) COMPLETE
60552026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.094 INFO O| Jun 10 22:13:34.094 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.102 INFO O| Jun 10 22:13:34.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60572026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.102 INFO O| Jun 10 22:13:34.102 INFO STEP 393 (remove_files) COMPLETE
60582026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.102 INFO O| Jun 10 22:13:34.102 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.109 INFO O| Jun 10 22:13:34.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60602026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.109 INFO O| Jun 10 22:13:34.109 INFO STEP 394 (remove_files) COMPLETE
60612026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.109 INFO O| Jun 10 22:13:34.109 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.119 INFO O| Jun 10 22:13:34.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60632026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.119 INFO O| Jun 10 22:13:34.119 INFO STEP 395 (remove_files) COMPLETE
60642026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.119 INFO O| Jun 10 22:13:34.119 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.127 INFO O| Jun 10 22:13:34.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60662026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.127 INFO O| Jun 10 22:13:34.127 INFO STEP 396 (remove_files) COMPLETE
60672026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.127 INFO O| Jun 10 22:13:34.127 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.137 INFO O| Jun 10 22:13:34.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60692026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.138 INFO O| Jun 10 22:13:34.138 INFO STEP 397 (remove_files) COMPLETE
60702026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.138 INFO O| Jun 10 22:13:34.138 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-06-10T22:13:38.542Z[ recovery-image] Jun 10 22:13:34.147 INFO O| Jun 10 22:13:34.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60722026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.147 INFO O| Jun 10 22:13:34.147 INFO STEP 398 (remove_files) COMPLETE
60732026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.147 INFO O| Jun 10 22:13:34.147 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.155 INFO O| Jun 10 22:13:34.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60752026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.155 INFO O| Jun 10 22:13:34.155 INFO STEP 399 (remove_files) COMPLETE
60762026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.155 INFO O| Jun 10 22:13:34.155 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.162 INFO O| Jun 10 22:13:34.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60782026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.163 INFO O| Jun 10 22:13:34.162 INFO STEP 400 (remove_files) COMPLETE
60792026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.163 INFO O| Jun 10 22:13:34.163 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.170 INFO O| Jun 10 22:13:34.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60812026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.170 INFO O| Jun 10 22:13:34.170 INFO STEP 401 (remove_files) COMPLETE
60822026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.170 INFO O| Jun 10 22:13:34.170 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.177 INFO O| Jun 10 22:13:34.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60842026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.177 INFO O| Jun 10 22:13:34.177 INFO STEP 402 (remove_files) COMPLETE
60852026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.177 INFO O| Jun 10 22:13:34.177 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.183 INFO O| Jun 10 22:13:34.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60872026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.184 INFO O| Jun 10 22:13:34.184 INFO STEP 403 (remove_files) COMPLETE
60882026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.184 INFO O| Jun 10 22:13:34.184 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.190 INFO O| Jun 10 22:13:34.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60902026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.190 INFO O| Jun 10 22:13:34.190 INFO STEP 404 (remove_files) COMPLETE
60912026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.190 INFO O| Jun 10 22:13:34.190 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.198 INFO O| Jun 10 22:13:34.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60932026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.198 INFO O| Jun 10 22:13:34.198 INFO STEP 405 (remove_files) COMPLETE
60942026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.198 INFO O| Jun 10 22:13:34.198 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.206 INFO O| Jun 10 22:13:34.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60962026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.206 INFO O| Jun 10 22:13:34.206 INFO STEP 406 (remove_files) COMPLETE
60972026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.206 INFO O| Jun 10 22:13:34.206 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.214 INFO O| Jun 10 22:13:34.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60992026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.214 INFO O| Jun 10 22:13:34.214 INFO STEP 407 (remove_files) COMPLETE
61002026-06-10T22:13:38.543Z[ recovery-image] Jun 10 22:13:34.214 INFO O| Jun 10 22:13:34.214 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.222 INFO O| Jun 10 22:13:34.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
61022026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.222 INFO O| Jun 10 22:13:34.222 INFO STEP 408 (remove_files) COMPLETE
61032026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.222 INFO O| Jun 10 22:13:34.222 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.230 INFO O| Jun 10 22:13:34.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
61052026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.230 INFO O| Jun 10 22:13:34.230 INFO STEP 409 (remove_files) COMPLETE
61062026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.230 INFO O| Jun 10 22:13:34.230 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.238 INFO O| Jun 10 22:13:34.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
61082026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.238 INFO O| Jun 10 22:13:34.238 INFO STEP 410 (remove_files) COMPLETE
61092026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.238 INFO O| Jun 10 22:13:34.238 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.246 INFO O| Jun 10 22:13:34.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61112026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.246 INFO O| Jun 10 22:13:34.246 INFO STEP 411 (remove_files) COMPLETE
61122026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.246 INFO O| Jun 10 22:13:34.246 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.254 INFO O| Jun 10 22:13:34.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61142026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.254 INFO O| Jun 10 22:13:34.254 INFO STEP 412 (remove_files) COMPLETE
61152026-06-10T22:13:38.544Z[ recovery-image] Jun 10 22:13:34.254 INFO O| Jun 10 22:13:34.254 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-06-10T22:13:38.545Z[ recovery-image] Jun 10 22:13:34.262 INFO O| Jun 10 22:13:34.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61172026-06-10T22:13:38.545Z[ recovery-image] Jun 10 22:13:34.262 INFO O| Jun 10 22:13:34.262 INFO STEP 413 (remove_files) COMPLETE
61182026-06-10T22:13:38.545Z[ recovery-image] Jun 10 22:13:34.262 INFO O| Jun 10 22:13:34.262 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-06-10T22:13:38.545Z[ recovery-image] Jun 10 22:13:34.269 INFO O| Jun 10 22:13:34.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61202026-06-10T22:13:38.545Z[ recovery-image] Jun 10 22:13:34.269 INFO O| Jun 10 22:13:34.269 INFO STEP 414 (remove_files) COMPLETE
61212026-06-10T22:13:38.545Z[ recovery-image] Jun 10 22:13:34.269 INFO O| Jun 10 22:13:34.269 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-06-10T22:13:38.556Z[ recovery-image] Jun 10 22:13:34.277 INFO O| Jun 10 22:13:34.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61232026-06-10T22:13:38.556Z[ recovery-image] Jun 10 22:13:34.277 INFO O| Jun 10 22:13:34.277 INFO STEP 415 (remove_files) COMPLETE
61242026-06-10T22:13:38.556Z[ recovery-image] Jun 10 22:13:34.277 INFO O| Jun 10 22:13:34.277 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-06-10T22:13:38.556Z[ recovery-image] Jun 10 22:13:34.284 INFO O| Jun 10 22:13:34.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61262026-06-10T22:13:38.556Z[ recovery-image] Jun 10 22:13:34.284 INFO O| Jun 10 22:13:34.284 INFO STEP 416 (remove_files) COMPLETE
61272026-06-10T22:13:38.556Z[ recovery-image] Jun 10 22:13:34.284 INFO O| Jun 10 22:13:34.284 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-06-10T22:13:38.556Z[ recovery-image] Jun 10 22:13:34.292 INFO O| Jun 10 22:13:34.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61292026-06-10T22:13:38.556Z[ recovery-image] Jun 10 22:13:34.292 INFO O| Jun 10 22:13:34.292 INFO STEP 417 (remove_files) COMPLETE
61302026-06-10T22:13:38.556Z[ recovery-image] Jun 10 22:13:34.292 INFO O| Jun 10 22:13:34.292 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-06-10T22:13:38.557Z[ recovery-image] Jun 10 22:13:34.299 INFO O| Jun 10 22:13:34.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61322026-06-10T22:13:38.557Z[ recovery-image] Jun 10 22:13:34.299 INFO O| Jun 10 22:13:34.299 INFO STEP 418 (remove_files) COMPLETE
61332026-06-10T22:13:38.557Z[ recovery-image] Jun 10 22:13:34.299 INFO O| Jun 10 22:13:34.299 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-06-10T22:13:38.557Z[ recovery-image] Jun 10 22:13:34.306 INFO O| Jun 10 22:13:34.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61352026-06-10T22:13:38.557Z[ recovery-image] Jun 10 22:13:34.306 INFO O| Jun 10 22:13:34.306 INFO STEP 419 (remove_files) COMPLETE
61362026-06-10T22:13:38.557Z[ recovery-image] Jun 10 22:13:34.306 INFO O| Jun 10 22:13:34.306 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-06-10T22:13:38.557Z[ recovery-image] Jun 10 22:13:34.314 INFO O| Jun 10 22:13:34.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61382026-06-10T22:13:38.557Z[ recovery-image] Jun 10 22:13:34.315 INFO O| Jun 10 22:13:34.314 INFO STEP 420 (remove_files) COMPLETE
61392026-06-10T22:13:38.557Z[ recovery-image] Jun 10 22:13:34.315 INFO O| Jun 10 22:13:34.315 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-06-10T22:13:38.557Z[ recovery-image] Jun 10 22:13:34.323 INFO O| Jun 10 22:13:34.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61412026-06-10T22:13:38.557Z[ recovery-image] Jun 10 22:13:34.323 INFO O| Jun 10 22:13:34.323 INFO STEP 421 (remove_files) COMPLETE
61422026-06-10T22:13:38.557Z[ recovery-image] Jun 10 22:13:34.323 INFO O| Jun 10 22:13:34.323 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-06-10T22:13:38.558Z[ recovery-image] Jun 10 22:13:34.330 INFO O| Jun 10 22:13:34.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61442026-06-10T22:13:38.558Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.330 INFO STEP 422 (remove_files) COMPLETE
61452026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.330 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61472026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.338 INFO STEP 423 (remove_files) COMPLETE
61482026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.338 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61502026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.346 INFO STEP 424 (remove_files) COMPLETE
61512026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.346 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61532026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.354 INFO STEP 425 (remove_files) COMPLETE
61542026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.354 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61562026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.362 INFO STEP 426 (remove_files) COMPLETE
61572026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.362 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61592026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.370 INFO STEP 427 (remove_files) COMPLETE
61602026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.370 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61622026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.378 INFO STEP 428 (remove_files) COMPLETE
61632026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.378 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61652026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.386 INFO STEP 429 (remove_files) COMPLETE
61662026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.386 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61682026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.394 INFO STEP 430 (remove_files) COMPLETE
61692026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.394 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61712026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.402 INFO STEP 431 (remove_files) COMPLETE
61722026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.402 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61742026-06-10T22:13:38.560Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.409 INFO STEP 432 (remove_files) COMPLETE
61752026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.409 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61772026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.418 INFO STEP 433 (remove_files) COMPLETE
61782026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.418 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61802026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.426 INFO STEP 434 (remove_files) COMPLETE
61812026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.426 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61832026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.434 INFO STEP 435 (remove_files) COMPLETE
61842026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.434 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61862026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.442 INFO STEP 436 (remove_files) COMPLETE
61872026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.442 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61892026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.450 INFO STEP 437 (remove_files) COMPLETE
61902026-06-10T22:13:38.561Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.450 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-06-10T22:13:38.562Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61922026-06-10T22:13:38.562Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.458 INFO STEP 438 (remove_files) COMPLETE
61932026-06-10T22:13:38.562Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.458 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-06-10T22:13:38.562Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61952026-06-10T22:13:38.562Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.466 INFO STEP 439 (remove_files) COMPLETE
61962026-06-10T22:13:38.562Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.466 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-06-10T22:13:38.562Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61982026-06-10T22:13:38.562Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.474 INFO STEP 440 (remove_files) COMPLETE
61992026-06-10T22:13:38.562Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.474 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-06-10T22:13:38.562Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
62012026-06-10T22:13:38.562Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.482 INFO STEP 441 (remove_files) COMPLETE
62022026-06-10T22:13:38.562Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.482 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
62042026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.489 INFO STEP 442 (remove_files) COMPLETE
62052026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.489 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
62072026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.500 INFO STEP 443 (remove_files) COMPLETE
62082026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.500 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.773 INFO O| Jun 10 22:13:34.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62102026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.775 INFO O| Jun 10 22:13:34.509 INFO STEP 444 (remove_files) COMPLETE
62112026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.775 INFO O| Jun 10 22:13:34.509 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.775 INFO O| Jun 10 22:13:34.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62132026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.775 INFO O| Jun 10 22:13:34.518 INFO STEP 445 (remove_files) COMPLETE
62142026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.775 INFO O| Jun 10 22:13:34.518 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.775 INFO O| Jun 10 22:13:34.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62162026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.775 INFO O| Jun 10 22:13:34.528 INFO STEP 446 (remove_files) COMPLETE
62172026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.528 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62192026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.537 INFO STEP 447 (remove_files) COMPLETE
62202026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.537 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-06-10T22:13:38.563Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62222026-06-10T22:13:38.576Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.544 INFO STEP 448 (remove_files) COMPLETE
62232026-06-10T22:13:38.576Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.544 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-06-10T22:13:38.576Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62252026-06-10T22:13:38.576Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.554 INFO STEP 449 (remove_files) COMPLETE
62262026-06-10T22:13:38.576Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.554 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-06-10T22:13:38.576Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62282026-06-10T22:13:38.577Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.562 INFO STEP 450 (remove_files) COMPLETE
62292026-06-10T22:13:38.577Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.562 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-06-10T22:13:38.577Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62312026-06-10T22:13:38.577Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.569 INFO STEP 451 (remove_files) COMPLETE
62322026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.569 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62342026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.577 INFO STEP 452 (remove_files) COMPLETE
62352026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.577 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62372026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.586 INFO STEP 453 (remove_files) COMPLETE
62382026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.586 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62402026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.594 INFO STEP 454 (remove_files) COMPLETE
62412026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.595 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62432026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.604 INFO STEP 455 (remove_files) COMPLETE
62442026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.604 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62462026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.614 INFO STEP 456 (remove_files) COMPLETE
62472026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.614 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62492026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.623 INFO STEP 457 (remove_files) COMPLETE
62502026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.623 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62522026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.630 INFO STEP 458 (remove_files) COMPLETE
62532026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.630 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62552026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.639 INFO STEP 459 (remove_files) COMPLETE
62562026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.639 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62582026-06-10T22:13:38.578Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.648 INFO STEP 460 (remove_files) COMPLETE
62592026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.648 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62612026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.654 INFO STEP 461 (remove_files) COMPLETE
62622026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.654 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62642026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.662 INFO STEP 462 (remove_files) COMPLETE
62652026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.662 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62672026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.672 INFO STEP 463 (remove_files) COMPLETE
62682026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.672 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62702026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.681 INFO STEP 464 (remove_files) COMPLETE
62712026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.681 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62732026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.776 INFO O| Jun 10 22:13:34.689 INFO STEP 465 (remove_files) COMPLETE
62742026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.689 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62762026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.699 INFO STEP 466 (remove_files) COMPLETE
62772026-06-10T22:13:38.579Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.699 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62792026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.729 INFO STEP 467 (remove_files) COMPLETE
62802026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.729 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62822026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.741 INFO STEP 468 (remove_files) COMPLETE
62832026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.741 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62852026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.752 INFO STEP 469 (remove_files) COMPLETE
62862026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.752 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62882026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.761 INFO STEP 470 (remove_files) COMPLETE
62892026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.761 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62912026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.770 INFO STEP 471 (remove_files) COMPLETE
62922026-06-10T22:13:38.580Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.770 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
62942026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.781 INFO STEP 472 (remove_files) COMPLETE
62952026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.781 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
62972026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.789 INFO STEP 473 (remove_files) COMPLETE
62982026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.789 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
63002026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.797 INFO STEP 474 (remove_files) COMPLETE
63012026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.798 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
63032026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.778 INFO O| Jun 10 22:13:34.806 INFO STEP 475 (remove_files) COMPLETE
63042026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.779 INFO O| Jun 10 22:13:34.806 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.779 INFO O| Jun 10 22:13:34.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
63062026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.779 INFO O| Jun 10 22:13:34.816 INFO STEP 476 (remove_files) COMPLETE
63072026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.779 INFO O| Jun 10 22:13:34.816 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.779 INFO O| Jun 10 22:13:34.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
63092026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.779 INFO O| Jun 10 22:13:34.826 INFO STEP 477 (remove_files) COMPLETE
63102026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.779 INFO O| Jun 10 22:13:34.826 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.784 INFO O| Jun 10 22:13:36.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
63122026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.785 INFO O| Jun 10 22:13:36.785 INFO STEP 478 (remove_files) COMPLETE
63132026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.785 INFO O| Jun 10 22:13:36.785 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.793 INFO O| Jun 10 22:13:36.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
63152026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.793 INFO O| Jun 10 22:13:36.793 INFO STEP 479 (remove_files) COMPLETE
63162026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.793 INFO O| Jun 10 22:13:36.793 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.801 INFO O| Jun 10 22:13:36.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63182026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.801 INFO O| Jun 10 22:13:36.801 INFO STEP 480 (remove_files) COMPLETE
63192026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.801 INFO O| Jun 10 22:13:36.801 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.809 INFO O| Jun 10 22:13:36.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63212026-06-10T22:13:38.581Z[ recovery-image] Jun 10 22:13:36.809 INFO O| Jun 10 22:13:36.809 INFO STEP 481 (remove_files) COMPLETE
63222026-06-10T22:13:38.592Z[ recovery-image] Jun 10 22:13:36.809 INFO O| Jun 10 22:13:36.809 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-06-10T22:13:38.592Z[ recovery-image] Jun 10 22:13:36.817 INFO O| Jun 10 22:13:36.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63242026-06-10T22:13:38.592Z[ recovery-image] Jun 10 22:13:36.817 INFO O| Jun 10 22:13:36.817 INFO STEP 482 (remove_files) COMPLETE
63252026-06-10T22:13:38.592Z[ recovery-image] Jun 10 22:13:36.817 INFO O| Jun 10 22:13:36.817 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-06-10T22:13:38.592Z[ recovery-image] Jun 10 22:13:36.826 INFO O| Jun 10 22:13:36.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63272026-06-10T22:13:38.592Z[ recovery-image] Jun 10 22:13:36.826 INFO O| Jun 10 22:13:36.826 INFO STEP 483 (remove_files) COMPLETE
63282026-06-10T22:13:38.592Z[ recovery-image] Jun 10 22:13:36.826 INFO O| Jun 10 22:13:36.826 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-06-10T22:13:38.592Z[ recovery-image] Jun 10 22:13:36.834 INFO O| Jun 10 22:13:36.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63302026-06-10T22:13:38.592Z[ recovery-image] Jun 10 22:13:36.834 INFO O| Jun 10 22:13:36.834 INFO STEP 484 (remove_files) COMPLETE
63312026-06-10T22:13:38.592Z[ recovery-image] Jun 10 22:13:36.834 INFO O| Jun 10 22:13:36.834 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-06-10T22:13:38.592Z[ recovery-image] Jun 10 22:13:36.842 INFO O| Jun 10 22:13:36.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63332026-06-10T22:13:38.592Z[ recovery-image] Jun 10 22:13:36.842 INFO O| Jun 10 22:13:36.842 INFO STEP 485 (remove_files) COMPLETE
63342026-06-10T22:13:38.593Z[ recovery-image] Jun 10 22:13:36.842 INFO O| Jun 10 22:13:36.842 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-06-10T22:13:38.593Z[ recovery-image] Jun 10 22:13:36.851 INFO O| Jun 10 22:13:36.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63362026-06-10T22:13:38.593Z[ recovery-image] Jun 10 22:13:36.851 INFO O| Jun 10 22:13:36.851 INFO STEP 486 (remove_files) COMPLETE
63372026-06-10T22:13:38.593Z[ recovery-image] Jun 10 22:13:36.851 INFO O| Jun 10 22:13:36.851 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-06-10T22:13:38.593Z[ recovery-image] Jun 10 22:13:36.859 INFO O| Jun 10 22:13:36.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63392026-06-10T22:13:38.593Z[ recovery-image] Jun 10 22:13:36.859 INFO O| Jun 10 22:13:36.859 INFO STEP 487 (remove_files) COMPLETE
63402026-06-10T22:13:38.593Z[ recovery-image] Jun 10 22:13:36.859 INFO O| Jun 10 22:13:36.859 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-06-10T22:13:38.593Z[ recovery-image] Jun 10 22:13:36.867 INFO O| Jun 10 22:13:36.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63422026-06-10T22:13:38.593Z[ recovery-image] Jun 10 22:13:36.867 INFO O| Jun 10 22:13:36.867 INFO STEP 488 (remove_files) COMPLETE
63432026-06-10T22:13:38.593Z[ recovery-image] Jun 10 22:13:36.867 INFO O| Jun 10 22:13:36.867 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-06-10T22:13:38.593Z[ recovery-image] Jun 10 22:13:36.876 INFO O| Jun 10 22:13:36.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63452026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.876 INFO O| Jun 10 22:13:36.876 INFO STEP 489 (remove_files) COMPLETE
63462026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.876 INFO O| Jun 10 22:13:36.876 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.885 INFO O| Jun 10 22:13:36.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63482026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.886 INFO O| Jun 10 22:13:36.885 INFO STEP 490 (remove_files) COMPLETE
63492026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.886 INFO O| Jun 10 22:13:36.886 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.895 INFO O| Jun 10 22:13:36.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63512026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.895 INFO O| Jun 10 22:13:36.895 INFO STEP 491 (remove_files) COMPLETE
63522026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.895 INFO O| Jun 10 22:13:36.895 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.903 INFO O| Jun 10 22:13:36.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63542026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.903 INFO O| Jun 10 22:13:36.903 INFO STEP 492 (remove_files) COMPLETE
63552026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.903 INFO O| Jun 10 22:13:36.903 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.912 INFO O| Jun 10 22:13:36.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63572026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.913 INFO O| Jun 10 22:13:36.913 INFO STEP 493 (remove_files) COMPLETE
63582026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.913 INFO O| Jun 10 22:13:36.913 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.921 INFO O| Jun 10 22:13:36.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63602026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.921 INFO O| Jun 10 22:13:36.921 INFO STEP 494 (remove_files) COMPLETE
63612026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.921 INFO O| Jun 10 22:13:36.921 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-06-10T22:13:38.594Z[ recovery-image] Jun 10 22:13:36.929 INFO O| Jun 10 22:13:36.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63632026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.929 INFO O| Jun 10 22:13:36.929 INFO STEP 495 (remove_files) COMPLETE
63642026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.929 INFO O| Jun 10 22:13:36.929 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.936 INFO O| Jun 10 22:13:36.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63662026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.937 INFO O| Jun 10 22:13:36.937 INFO STEP 496 (remove_files) COMPLETE
63672026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.937 INFO O| Jun 10 22:13:36.937 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.944 INFO O| Jun 10 22:13:36.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63692026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.944 INFO O| Jun 10 22:13:36.944 INFO STEP 497 (remove_files) COMPLETE
63702026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.944 INFO O| Jun 10 22:13:36.944 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.953 INFO O| Jun 10 22:13:36.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63722026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.953 INFO O| Jun 10 22:13:36.953 INFO STEP 498 (remove_files) COMPLETE
63732026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.953 INFO O| Jun 10 22:13:36.953 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.961 INFO O| Jun 10 22:13:36.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63752026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.961 INFO O| Jun 10 22:13:36.961 INFO STEP 499 (remove_files) COMPLETE
63762026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.961 INFO O| Jun 10 22:13:36.961 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.969 INFO O| Jun 10 22:13:36.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63782026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.969 INFO O| Jun 10 22:13:36.969 INFO STEP 500 (remove_files) COMPLETE
63792026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.969 INFO O| Jun 10 22:13:36.969 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.976 INFO O| Jun 10 22:13:36.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63812026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.976 INFO O| Jun 10 22:13:36.976 INFO STEP 501 (remove_files) COMPLETE
63822026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.976 INFO O| Jun 10 22:13:36.976 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.984 INFO O| Jun 10 22:13:36.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63842026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.984 INFO O| Jun 10 22:13:36.984 INFO STEP 502 (remove_files) COMPLETE
63852026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.984 INFO O| Jun 10 22:13:36.984 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.993 INFO O| Jun 10 22:13:36.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63872026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.993 INFO O| Jun 10 22:13:36.993 INFO STEP 503 (remove_files) COMPLETE
63882026-06-10T22:13:38.595Z[ recovery-image] Jun 10 22:13:36.993 INFO O| Jun 10 22:13:36.993 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-06-10T22:13:38.596Z[ recovery-image] Jun 10 22:13:37.002 INFO O| Jun 10 22:13:37.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63902026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.002 INFO O| Jun 10 22:13:37.002 INFO STEP 504 (remove_files) COMPLETE
63912026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.002 INFO O| Jun 10 22:13:37.002 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.010 INFO O| Jun 10 22:13:37.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63932026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.010 INFO O| Jun 10 22:13:37.010 INFO STEP 505 (remove_files) COMPLETE
63942026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.010 INFO O| Jun 10 22:13:37.010 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.019 INFO O| Jun 10 22:13:37.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63962026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.019 INFO O| Jun 10 22:13:37.019 INFO STEP 506 (remove_files) COMPLETE
63972026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.019 INFO O| Jun 10 22:13:37.019 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.027 INFO O| Jun 10 22:13:37.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63992026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.027 INFO O| Jun 10 22:13:37.027 INFO STEP 507 (remove_files) COMPLETE
64002026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.027 INFO O| Jun 10 22:13:37.027 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.036 INFO O| Jun 10 22:13:37.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
64022026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.036 INFO O| Jun 10 22:13:37.036 INFO STEP 508 (remove_files) COMPLETE
64032026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.036 INFO O| Jun 10 22:13:37.036 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-06-10T22:13:38.597Z[ recovery-image] Jun 10 22:13:37.044 INFO O| Jun 10 22:13:37.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
64052026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.044 INFO O| Jun 10 22:13:37.044 INFO STEP 509 (remove_files) COMPLETE
64062026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.044 INFO O| Jun 10 22:13:37.044 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.054 INFO O| Jun 10 22:13:37.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
64082026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.054 INFO O| Jun 10 22:13:37.054 INFO STEP 510 (remove_files) COMPLETE
64092026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.054 INFO O| Jun 10 22:13:37.054 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.062 INFO O| Jun 10 22:13:37.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
64112026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.062 INFO O| Jun 10 22:13:37.062 INFO STEP 511 (remove_files) COMPLETE
64122026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.062 INFO O| Jun 10 22:13:37.062 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.070 INFO O| Jun 10 22:13:37.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
64142026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.070 INFO O| Jun 10 22:13:37.070 INFO STEP 512 (remove_files) COMPLETE
64152026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.070 INFO O| Jun 10 22:13:37.070 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.077 INFO O| Jun 10 22:13:37.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
64172026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.077 INFO O| Jun 10 22:13:37.077 INFO STEP 513 (remove_files) COMPLETE
64182026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.077 INFO O| Jun 10 22:13:37.077 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.085 INFO O| Jun 10 22:13:37.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
64202026-06-10T22:13:38.598Z[ recovery-image] Jun 10 22:13:37.085 INFO O| Jun 10 22:13:37.085 INFO STEP 514 (remove_files) COMPLETE
64212026-06-10T22:13:38.599Z[ recovery-image] Jun 10 22:13:37.085 INFO O| Jun 10 22:13:37.085 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-06-10T22:13:38.610Z[ recovery-image] Jun 10 22:13:37.094 INFO O| Jun 10 22:13:37.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
64232026-06-10T22:13:38.610Z[ recovery-image] Jun 10 22:13:37.094 INFO O| Jun 10 22:13:37.094 INFO STEP 515 (remove_files) COMPLETE
64242026-06-10T22:13:38.610Z[ recovery-image] Jun 10 22:13:37.094 INFO O| Jun 10 22:13:37.094 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.101 INFO O| Jun 10 22:13:37.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64262026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.101 INFO O| Jun 10 22:13:37.101 INFO STEP 516 (remove_files) COMPLETE
64272026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.101 INFO O| Jun 10 22:13:37.101 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.108 INFO O| Jun 10 22:13:37.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64292026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.109 INFO O| Jun 10 22:13:37.109 INFO STEP 517 (remove_files) COMPLETE
64302026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.109 INFO O| Jun 10 22:13:37.109 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.120 INFO O| Jun 10 22:13:37.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64322026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.120 INFO O| Jun 10 22:13:37.120 INFO STEP 518 (remove_files) COMPLETE
64332026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.120 INFO O| Jun 10 22:13:37.120 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.129 INFO O| Jun 10 22:13:37.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64352026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.130 INFO O| Jun 10 22:13:37.130 INFO STEP 519 (remove_files) COMPLETE
64362026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.130 INFO O| Jun 10 22:13:37.130 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.138 INFO O| Jun 10 22:13:37.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64382026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.139 INFO O| Jun 10 22:13:37.139 INFO STEP 520 (remove_files) COMPLETE
64392026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.139 INFO O| Jun 10 22:13:37.139 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.147 INFO O| Jun 10 22:13:37.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64412026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.147 INFO O| Jun 10 22:13:37.147 INFO STEP 521 (remove_files) COMPLETE
64422026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.147 INFO O| Jun 10 22:13:37.147 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.154 INFO O| Jun 10 22:13:37.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64442026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.154 INFO O| Jun 10 22:13:37.154 INFO STEP 522 (remove_files) COMPLETE
64452026-06-10T22:13:38.611Z[ recovery-image] Jun 10 22:13:37.154 INFO O| Jun 10 22:13:37.154 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-06-10T22:13:38.612Z[ recovery-image] Jun 10 22:13:37.161 INFO O| Jun 10 22:13:37.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64472026-06-10T22:13:38.612Z[ recovery-image] Jun 10 22:13:37.161 INFO O| Jun 10 22:13:37.161 INFO STEP 523 (remove_files) COMPLETE
64482026-06-10T22:13:38.612Z[ recovery-image] Jun 10 22:13:37.161 INFO O| Jun 10 22:13:37.161 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-06-10T22:13:38.612Z[ recovery-image] Jun 10 22:13:37.168 INFO O| Jun 10 22:13:37.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64502026-06-10T22:13:38.612Z[ recovery-image] Jun 10 22:13:37.168 INFO O| Jun 10 22:13:37.168 INFO STEP 524 (remove_files) COMPLETE
64512026-06-10T22:13:38.612Z[ recovery-image] Jun 10 22:13:37.168 INFO O| Jun 10 22:13:37.168 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-06-10T22:13:38.612Z[ recovery-image] Jun 10 22:13:37.175 INFO O| Jun 10 22:13:37.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64532026-06-10T22:13:38.612Z[ recovery-image] Jun 10 22:13:37.176 INFO O| Jun 10 22:13:37.176 INFO STEP 525 (remove_files) COMPLETE
64542026-06-10T22:13:38.612Z[ recovery-image] Jun 10 22:13:37.176 INFO O| Jun 10 22:13:37.176 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-06-10T22:13:38.612Z[ recovery-image] Jun 10 22:13:37.183 INFO O| Jun 10 22:13:37.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64562026-06-10T22:13:38.612Z[ recovery-image] Jun 10 22:13:37.183 INFO O| Jun 10 22:13:37.183 INFO STEP 526 (remove_files) COMPLETE
64572026-06-10T22:13:38.612Z[ recovery-image] Jun 10 22:13:37.183 INFO O| Jun 10 22:13:37.183 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-06-10T22:13:38.612Z[ recovery-image] Jun 10 22:13:37.189 INFO O| Jun 10 22:13:37.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64592026-06-10T22:13:38.612Z[ recovery-image] Jun 10 22:13:37.189 INFO O| Jun 10 22:13:37.189 INFO STEP 527 (remove_files) COMPLETE
64602026-06-10T22:13:38.613Z[ recovery-image] Jun 10 22:13:37.189 INFO O| Jun 10 22:13:37.189 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-06-10T22:13:38.613Z[ recovery-image] Jun 10 22:13:37.196 INFO O| Jun 10 22:13:37.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64622026-06-10T22:13:38.613Z[ recovery-image] Jun 10 22:13:37.196 INFO O| Jun 10 22:13:37.196 INFO STEP 528 (remove_files) COMPLETE
64632026-06-10T22:13:38.613Z[ recovery-image] Jun 10 22:13:37.196 INFO O| Jun 10 22:13:37.196 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-06-10T22:13:38.613Z[ recovery-image] Jun 10 22:13:37.203 INFO O| Jun 10 22:13:37.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64652026-06-10T22:13:38.613Z[ recovery-image] Jun 10 22:13:37.203 INFO O| Jun 10 22:13:37.203 INFO STEP 529 (remove_files) COMPLETE
64662026-06-10T22:13:38.613Z[ recovery-image] Jun 10 22:13:37.203 INFO O| Jun 10 22:13:37.203 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-06-10T22:13:38.613Z[ recovery-image] Jun 10 22:13:37.211 INFO O| Jun 10 22:13:37.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64682026-06-10T22:13:38.613Z[ recovery-image] Jun 10 22:13:37.211 INFO O| Jun 10 22:13:37.211 INFO STEP 530 (remove_files) COMPLETE
64692026-06-10T22:13:38.613Z[ recovery-image] Jun 10 22:13:37.211 INFO O| Jun 10 22:13:37.211 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-06-10T22:13:38.613Z[ recovery-image] Jun 10 22:13:37.218 INFO O| Jun 10 22:13:37.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64712026-06-10T22:13:38.613Z[ recovery-image] Jun 10 22:13:37.218 INFO O| Jun 10 22:13:37.218 INFO STEP 531 (remove_files) COMPLETE
64722026-06-10T22:13:38.613Z[ recovery-image] Jun 10 22:13:37.218 INFO O| Jun 10 22:13:37.218 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-06-10T22:13:38.623Z[ recovery-image] Jun 10 22:13:37.225 INFO O| Jun 10 22:13:37.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64742026-06-10T22:13:38.624Z[ recovery-image] Jun 10 22:13:37.225 INFO O| Jun 10 22:13:37.225 INFO STEP 532 (remove_files) COMPLETE
64752026-06-10T22:13:38.624Z[ recovery-image] Jun 10 22:13:37.225 INFO O| Jun 10 22:13:37.225 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-06-10T22:13:38.624Z[ recovery-image] Jun 10 22:13:37.232 INFO O| Jun 10 22:13:37.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64772026-06-10T22:13:38.624Z[ recovery-image] Jun 10 22:13:37.233 INFO O| Jun 10 22:13:37.232 INFO STEP 533 (remove_files) COMPLETE
64782026-06-10T22:13:38.624Z[ recovery-image] Jun 10 22:13:37.233 INFO O| Jun 10 22:13:37.233 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-06-10T22:13:38.634Z[ recovery-image] Jun 10 22:13:37.240 INFO O| Jun 10 22:13:37.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
64802026-06-10T22:13:38.634Z[ recovery-image] Jun 10 22:13:37.240 INFO O| Jun 10 22:13:37.240 INFO STEP 534 (remove_files) COMPLETE
64812026-06-10T22:13:38.634Z[ recovery-image] Jun 10 22:13:37.240 INFO O| Jun 10 22:13:37.240 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-06-10T22:13:38.642Z[ recovery-image] Jun 10 22:13:37.247 INFO O| Jun 10 22:13:37.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64832026-06-10T22:13:38.642Z[ recovery-image] Jun 10 22:13:37.247 INFO O| Jun 10 22:13:37.247 INFO STEP 535 (remove_files) COMPLETE
64842026-06-10T22:13:38.642Z[ recovery-image] Jun 10 22:13:37.247 INFO O| Jun 10 22:13:37.247 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-06-10T22:13:38.646Z[ recovery-image] Jun 10 22:13:37.255 INFO O| Jun 10 22:13:37.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64862026-06-10T22:13:38.646Z[ recovery-image] Jun 10 22:13:37.255 INFO O| Jun 10 22:13:37.255 INFO STEP 536 (remove_files) COMPLETE
64872026-06-10T22:13:38.646Z[ recovery-image] Jun 10 22:13:37.255 INFO O| Jun 10 22:13:37.255 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-06-10T22:13:38.650Z[ recovery-image] Jun 10 22:13:37.263 INFO O| Jun 10 22:13:37.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64892026-06-10T22:13:38.650Z[ recovery-image] Jun 10 22:13:37.263 INFO O| Jun 10 22:13:37.263 INFO STEP 537 (remove_files) COMPLETE
64902026-06-10T22:13:38.650Z[ recovery-image] Jun 10 22:13:37.263 INFO O| Jun 10 22:13:37.263 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-06-10T22:13:38.655Z[ recovery-image] Jun 10 22:13:37.270 INFO O| Jun 10 22:13:37.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64922026-06-10T22:13:38.655Z[ recovery-image] Jun 10 22:13:37.270 INFO O| Jun 10 22:13:37.270 INFO STEP 538 (remove_files) COMPLETE
64932026-06-10T22:13:38.655Z[ recovery-image] Jun 10 22:13:37.270 INFO O| Jun 10 22:13:37.270 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-06-10T22:13:38.663Z[ recovery-image] Jun 10 22:13:37.278 INFO O| Jun 10 22:13:37.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64952026-06-10T22:13:38.664Z[ recovery-image] Jun 10 22:13:37.278 INFO O| Jun 10 22:13:37.278 INFO STEP 539 (remove_files) COMPLETE
64962026-06-10T22:13:38.667Z[ recovery-image] Jun 10 22:13:37.278 INFO O| Jun 10 22:13:37.278 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-06-10T22:13:38.671Z[ recovery-image] Jun 10 22:13:37.286 INFO O| Jun 10 22:13:37.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64982026-06-10T22:13:38.671Z[ recovery-image] Jun 10 22:13:37.286 INFO O| Jun 10 22:13:37.286 INFO STEP 540 (remove_files) COMPLETE
64992026-06-10T22:13:38.671Z[ recovery-image] Jun 10 22:13:37.286 INFO O| Jun 10 22:13:37.286 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-06-10T22:13:38.678Z[ recovery-image] Jun 10 22:13:37.293 INFO O| Jun 10 22:13:37.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65012026-06-10T22:13:38.678Z[ recovery-image] Jun 10 22:13:37.293 INFO O| Jun 10 22:13:37.293 INFO STEP 541 (remove_files) COMPLETE
65022026-06-10T22:13:38.681Z[ recovery-image] Jun 10 22:13:37.293 INFO O| Jun 10 22:13:37.293 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-06-10T22:13:38.685Z[ recovery-image] Jun 10 22:13:37.301 INFO O| Jun 10 22:13:37.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65042026-06-10T22:13:38.685Z[ recovery-image] Jun 10 22:13:37.301 INFO O| Jun 10 22:13:37.301 INFO STEP 542 (remove_files) COMPLETE
65052026-06-10T22:13:38.685Z[ recovery-image] Jun 10 22:13:37.301 INFO O| Jun 10 22:13:37.301 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-06-10T22:13:38.693Z[ recovery-image] Jun 10 22:13:37.308 INFO O| Jun 10 22:13:37.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65072026-06-10T22:13:38.696Z[ recovery-image] Jun 10 22:13:37.308 INFO O| Jun 10 22:13:37.308 INFO STEP 543 (remove_files) COMPLETE
65082026-06-10T22:13:38.696Z[ recovery-image] Jun 10 22:13:37.308 INFO O| Jun 10 22:13:37.308 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-06-10T22:13:38.700Z[ recovery-image] Jun 10 22:13:37.316 INFO O| Jun 10 22:13:37.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65102026-06-10T22:13:38.700Z[ recovery-image] Jun 10 22:13:37.316 INFO O| Jun 10 22:13:37.316 INFO STEP 544 (remove_files) COMPLETE
65112026-06-10T22:13:38.700Z[ recovery-image] Jun 10 22:13:37.316 INFO O| Jun 10 22:13:37.316 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-06-10T22:13:38.707Z[ recovery-image] Jun 10 22:13:37.323 INFO O| Jun 10 22:13:37.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65132026-06-10T22:13:38.707Z[ recovery-image] Jun 10 22:13:37.323 INFO O| Jun 10 22:13:37.323 INFO STEP 545 (remove_files) COMPLETE
65142026-06-10T22:13:38.710Z[ recovery-image] Jun 10 22:13:37.323 INFO O| Jun 10 22:13:37.323 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-06-10T22:13:38.710Z[ host-image] Jun 10 22:13:37.325 INFO O| Jun 10 22:13:37.325 INFO O| Download: Completed 1.75 MB in 2.24 seconds (798k/s)
65162026-06-10T22:13:38.715Z[ recovery-image] Jun 10 22:13:37.331 INFO O| Jun 10 22:13:37.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65172026-06-10T22:13:38.715Z[ recovery-image] Jun 10 22:13:37.331 INFO O| Jun 10 22:13:37.331 INFO STEP 546 (remove_files) COMPLETE
65182026-06-10T22:13:38.715Z[ recovery-image] Jun 10 22:13:37.331 INFO O| Jun 10 22:13:37.331 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-06-10T22:13:38.723Z[ recovery-image] Jun 10 22:13:37.338 INFO O| Jun 10 22:13:37.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65202026-06-10T22:13:38.723Z[ recovery-image] Jun 10 22:13:37.338 INFO O| Jun 10 22:13:37.338 INFO STEP 547 (remove_files) COMPLETE
65212026-06-10T22:13:38.726Z[ recovery-image] Jun 10 22:13:37.338 INFO O| Jun 10 22:13:37.338 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-06-10T22:13:38.730Z[ recovery-image] Jun 10 22:13:37.346 INFO O| Jun 10 22:13:37.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65232026-06-10T22:13:38.730Z[ recovery-image] Jun 10 22:13:37.346 INFO O| Jun 10 22:13:37.346 INFO STEP 548 (remove_files) COMPLETE
65242026-06-10T22:13:38.734Z[ recovery-image] Jun 10 22:13:37.346 INFO O| Jun 10 22:13:37.346 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-06-10T22:13:38.734Z[ host-image] Jun 10 22:13:37.348 INFO O| Jun 10 22:13:37.348 INFO O| Actions: 1/390 actions (Installing new actions)
65262026-06-10T22:13:38.739Z[ recovery-image] Jun 10 22:13:37.354 INFO O| Jun 10 22:13:37.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65272026-06-10T22:13:38.739Z[ recovery-image] Jun 10 22:13:37.354 INFO O| Jun 10 22:13:37.354 INFO STEP 549 (remove_files) COMPLETE
65282026-06-10T22:13:38.739Z[ recovery-image] Jun 10 22:13:37.354 INFO O| Jun 10 22:13:37.354 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-06-10T22:13:38.747Z[ recovery-image] Jun 10 22:13:37.363 INFO O| Jun 10 22:13:37.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65302026-06-10T22:13:38.747Z[ recovery-image] Jun 10 22:13:37.363 INFO O| Jun 10 22:13:37.363 INFO STEP 550 (remove_files) COMPLETE
65312026-06-10T22:13:38.751Z[ recovery-image] Jun 10 22:13:37.363 INFO O| Jun 10 22:13:37.363 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-06-10T22:13:38.756Z[ recovery-image] Jun 10 22:13:37.372 INFO O| Jun 10 22:13:37.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65332026-06-10T22:13:38.756Z[ recovery-image] Jun 10 22:13:37.372 INFO O| Jun 10 22:13:37.372 INFO STEP 551 (remove_files) COMPLETE
65342026-06-10T22:13:38.759Z[ recovery-image] Jun 10 22:13:37.372 INFO O| Jun 10 22:13:37.372 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-06-10T22:13:38.764Z[ recovery-image] Jun 10 22:13:37.380 INFO O| Jun 10 22:13:37.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65362026-06-10T22:13:38.764Z[ recovery-image] Jun 10 22:13:37.380 INFO O| Jun 10 22:13:37.380 INFO STEP 552 (remove_files) COMPLETE
65372026-06-10T22:13:38.768Z[ recovery-image] Jun 10 22:13:37.380 INFO O| Jun 10 22:13:37.380 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-06-10T22:13:38.772Z[ recovery-image] Jun 10 22:13:37.388 INFO O| Jun 10 22:13:37.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65392026-06-10T22:13:38.772Z[ recovery-image] Jun 10 22:13:37.388 INFO O| Jun 10 22:13:37.388 INFO STEP 553 (remove_files) COMPLETE
65402026-06-10T22:13:38.772Z[ recovery-image] Jun 10 22:13:37.388 INFO O| Jun 10 22:13:37.388 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-06-10T22:13:38.780Z[ recovery-image] Jun 10 22:13:37.396 INFO O| Jun 10 22:13:37.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65422026-06-10T22:13:38.780Z[ recovery-image] Jun 10 22:13:37.396 INFO O| Jun 10 22:13:37.396 INFO STEP 554 (remove_files) COMPLETE
65432026-06-10T22:13:38.784Z[ recovery-image] Jun 10 22:13:37.396 INFO O| Jun 10 22:13:37.396 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-06-10T22:13:38.788Z[ recovery-image] Jun 10 22:13:37.403 INFO O| Jun 10 22:13:37.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65452026-06-10T22:13:38.788Z[ recovery-image] Jun 10 22:13:37.403 INFO O| Jun 10 22:13:37.403 INFO STEP 555 (remove_files) COMPLETE
65462026-06-10T22:13:38.792Z[ recovery-image] Jun 10 22:13:37.403 INFO O| Jun 10 22:13:37.403 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-06-10T22:13:38.795Z[ recovery-image] Jun 10 22:13:37.411 INFO O| Jun 10 22:13:37.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65482026-06-10T22:13:38.795Z[ recovery-image] Jun 10 22:13:37.411 INFO O| Jun 10 22:13:37.411 INFO STEP 556 (remove_files) COMPLETE
65492026-06-10T22:13:38.799Z[ recovery-image] Jun 10 22:13:37.411 INFO O| Jun 10 22:13:37.411 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-06-10T22:13:38.804Z[ recovery-image] Jun 10 22:13:37.420 INFO O| Jun 10 22:13:37.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65512026-06-10T22:13:38.808Z[ recovery-image] Jun 10 22:13:37.421 INFO O| Jun 10 22:13:37.421 INFO STEP 557 (remove_files) COMPLETE
65522026-06-10T22:13:38.808Z[ recovery-image] Jun 10 22:13:37.421 INFO O| Jun 10 22:13:37.421 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-06-10T22:13:38.814Z[ recovery-image] Jun 10 22:13:37.429 INFO O| Jun 10 22:13:37.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65542026-06-10T22:13:38.814Z[ recovery-image] Jun 10 22:13:37.429 INFO O| Jun 10 22:13:37.429 INFO STEP 558 (remove_files) COMPLETE
65552026-06-10T22:13:38.819Z[ recovery-image] Jun 10 22:13:37.429 INFO O| Jun 10 22:13:37.429 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-06-10T22:13:38.823Z[ recovery-image] Jun 10 22:13:37.437 INFO O| Jun 10 22:13:37.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65572026-06-10T22:13:38.823Z[ recovery-image] Jun 10 22:13:37.437 INFO O| Jun 10 22:13:37.437 INFO STEP 559 (remove_files) COMPLETE
65582026-06-10T22:13:38.823Z[ recovery-image] Jun 10 22:13:37.437 INFO O| Jun 10 22:13:37.437 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-06-10T22:13:38.829Z[ recovery-image] Jun 10 22:13:37.445 INFO O| Jun 10 22:13:37.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65602026-06-10T22:13:38.830Z[ recovery-image] Jun 10 22:13:37.445 INFO O| Jun 10 22:13:37.445 INFO STEP 560 (remove_files) COMPLETE
65612026-06-10T22:13:38.833Z[ recovery-image] Jun 10 22:13:37.445 INFO O| Jun 10 22:13:37.445 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-06-10T22:13:38.837Z[ recovery-image] Jun 10 22:13:37.453 INFO O| Jun 10 22:13:37.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65632026-06-10T22:13:38.838Z[ recovery-image] Jun 10 22:13:37.453 INFO O| Jun 10 22:13:37.453 INFO STEP 561 (remove_files) COMPLETE
65642026-06-10T22:13:38.838Z[ recovery-image] Jun 10 22:13:37.453 INFO O| Jun 10 22:13:37.453 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-06-10T22:13:38.846Z[ recovery-image] Jun 10 22:13:37.461 INFO O| Jun 10 22:13:37.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65662026-06-10T22:13:38.846Z[ recovery-image] Jun 10 22:13:37.461 INFO O| Jun 10 22:13:37.461 INFO STEP 562 (remove_files) COMPLETE
65672026-06-10T22:13:38.850Z[ recovery-image] Jun 10 22:13:37.461 INFO O| Jun 10 22:13:37.461 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-06-10T22:13:38.854Z[ recovery-image] Jun 10 22:13:37.469 INFO O| Jun 10 22:13:37.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65692026-06-10T22:13:38.854Z[ recovery-image] Jun 10 22:13:37.469 INFO O| Jun 10 22:13:37.469 INFO STEP 563 (remove_files) COMPLETE
65702026-06-10T22:13:38.854Z[ recovery-image] Jun 10 22:13:37.469 INFO O| Jun 10 22:13:37.469 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-06-10T22:13:38.861Z[ recovery-image] Jun 10 22:13:37.477 INFO O| Jun 10 22:13:37.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65722026-06-10T22:13:38.866Z[ recovery-image] Jun 10 22:13:37.477 INFO O| Jun 10 22:13:37.477 INFO STEP 564 (remove_files) COMPLETE
65732026-06-10T22:13:38.866Z[ recovery-image] Jun 10 22:13:37.477 INFO O| Jun 10 22:13:37.477 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-06-10T22:13:38.870Z[ recovery-image] Jun 10 22:13:37.486 INFO O| Jun 10 22:13:37.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65752026-06-10T22:13:38.871Z[ recovery-image] Jun 10 22:13:37.486 INFO O| Jun 10 22:13:37.486 INFO STEP 565 (remove_files) COMPLETE
65762026-06-10T22:13:38.871Z[ recovery-image] Jun 10 22:13:37.486 INFO O| Jun 10 22:13:37.486 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-06-10T22:13:38.878Z[ recovery-image] Jun 10 22:13:37.493 INFO O| Jun 10 22:13:37.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65782026-06-10T22:13:38.878Z[ recovery-image] Jun 10 22:13:37.493 INFO O| Jun 10 22:13:37.493 INFO STEP 566 (remove_files) COMPLETE
65792026-06-10T22:13:38.881Z[ recovery-image] Jun 10 22:13:37.493 INFO O| Jun 10 22:13:37.493 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-06-10T22:13:38.885Z[ host-image] Jun 10 22:13:37.498 INFO O| Jun 10 22:13:37.498 INFO O| Actions: Completed 390 actions in 0.15 seconds.
65812026-06-10T22:13:38.888Z[ recovery-image] Jun 10 22:13:37.501 INFO O| Jun 10 22:13:37.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65822026-06-10T22:13:38.888Z[ recovery-image] Jun 10 22:13:37.501 INFO O| Jun 10 22:13:37.501 INFO STEP 567 (remove_files) COMPLETE
65832026-06-10T22:13:38.889Z[ recovery-image] Jun 10 22:13:37.501 INFO O| Jun 10 22:13:37.501 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-06-10T22:13:38.892Z[ host-image] Jun 10 22:13:37.508 INFO O| Jun 10 22:13:37.508 INFO O| Finalize: Updating package state database ... Done
65852026-06-10T22:13:38.892Z[ host-image] Jun 10 22:13:37.508 INFO O| Jun 10 22:13:37.508 INFO O| Finalize: Updating package cache ... Done
65862026-06-10T22:13:38.896Z[ recovery-image] Jun 10 22:13:37.508 INFO O| Jun 10 22:13:37.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65872026-06-10T22:13:38.896Z[ recovery-image] Jun 10 22:13:37.509 INFO O| Jun 10 22:13:37.508 INFO STEP 568 (remove_files) COMPLETE
65882026-06-10T22:13:38.897Z[ recovery-image] Jun 10 22:13:37.509 INFO O| Jun 10 22:13:37.508 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-06-10T22:13:38.900Z[ recovery-image] Jun 10 22:13:37.516 INFO O| Jun 10 22:13:37.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65902026-06-10T22:13:38.900Z[ recovery-image] Jun 10 22:13:37.516 INFO O| Jun 10 22:13:37.516 INFO STEP 569 (remove_files) COMPLETE
65912026-06-10T22:13:38.903Z[ recovery-image] Jun 10 22:13:37.516 INFO O| Jun 10 22:13:37.516 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-06-10T22:13:38.907Z[ recovery-image] Jun 10 22:13:37.523 INFO O| Jun 10 22:13:37.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65932026-06-10T22:13:38.908Z[ recovery-image] Jun 10 22:13:37.523 INFO O| Jun 10 22:13:37.523 INFO STEP 570 (remove_files) COMPLETE
65942026-06-10T22:13:38.908Z[ recovery-image] Jun 10 22:13:37.523 INFO O| Jun 10 22:13:37.523 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-06-10T22:13:38.915Z[ recovery-image] Jun 10 22:13:37.530 INFO O| Jun 10 22:13:37.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65962026-06-10T22:13:38.915Z[ recovery-image] Jun 10 22:13:37.531 INFO O| Jun 10 22:13:37.531 INFO STEP 571 (remove_files) COMPLETE
65972026-06-10T22:13:38.915Z[ recovery-image] Jun 10 22:13:37.531 INFO O| Jun 10 22:13:37.531 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-06-10T22:13:38.921Z[ host-image] Jun 10 22:13:37.537 INFO O| Jun 10 22:13:37.536 INFO O| Finalize: Updating image state ... Done
65992026-06-10T22:13:38.924Z[ recovery-image] Jun 10 22:13:37.538 INFO O| Jun 10 22:13:37.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66002026-06-10T22:13:38.925Z[ recovery-image] Jun 10 22:13:37.538 INFO O| Jun 10 22:13:37.538 INFO STEP 572 (remove_files) COMPLETE
66012026-06-10T22:13:38.925Z[ recovery-image] Jun 10 22:13:37.538 INFO O| Jun 10 22:13:37.538 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-06-10T22:13:38.930Z[ recovery-image] Jun 10 22:13:37.545 INFO O| Jun 10 22:13:37.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66032026-06-10T22:13:38.930Z[ recovery-image] Jun 10 22:13:37.545 INFO O| Jun 10 22:13:37.545 INFO STEP 573 (remove_files) COMPLETE
66042026-06-10T22:13:38.934Z[ recovery-image] Jun 10 22:13:37.545 INFO O| Jun 10 22:13:37.545 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-06-10T22:13:38.938Z[ recovery-image] Jun 10 22:13:37.553 INFO O| Jun 10 22:13:37.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66062026-06-10T22:13:38.938Z[ recovery-image] Jun 10 22:13:37.554 INFO O| Jun 10 22:13:37.554 INFO STEP 574 (remove_files) COMPLETE
66072026-06-10T22:13:38.941Z[ recovery-image] Jun 10 22:13:37.554 INFO O| Jun 10 22:13:37.554 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-06-10T22:13:38.946Z[ recovery-image] Jun 10 22:13:37.561 INFO O| Jun 10 22:13:37.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66092026-06-10T22:13:38.946Z[ recovery-image] Jun 10 22:13:37.561 INFO O| Jun 10 22:13:37.561 INFO STEP 575 (remove_files) COMPLETE
66102026-06-10T22:13:38.950Z[ recovery-image] Jun 10 22:13:37.561 INFO O| Jun 10 22:13:37.561 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-06-10T22:13:38.954Z[ recovery-image] Jun 10 22:13:37.568 INFO O| Jun 10 22:13:37.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66122026-06-10T22:13:38.954Z[ recovery-image] Jun 10 22:13:37.569 INFO O| Jun 10 22:13:37.569 INFO STEP 576 (remove_files) COMPLETE
66132026-06-10T22:13:38.954Z[ recovery-image] Jun 10 22:13:37.569 INFO O| Jun 10 22:13:37.569 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-06-10T22:13:38.960Z[ recovery-image] Jun 10 22:13:37.576 INFO O| Jun 10 22:13:37.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66152026-06-10T22:13:38.960Z[ recovery-image] Jun 10 22:13:37.576 INFO O| Jun 10 22:13:37.576 INFO STEP 577 (remove_files) COMPLETE
66162026-06-10T22:13:38.960Z[ recovery-image] Jun 10 22:13:37.576 INFO O| Jun 10 22:13:37.576 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-06-10T22:13:38.967Z[ recovery-image] Jun 10 22:13:37.583 INFO O| Jun 10 22:13:37.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66182026-06-10T22:13:38.967Z[ recovery-image] Jun 10 22:13:37.583 INFO O| Jun 10 22:13:37.583 INFO STEP 578 (remove_files) COMPLETE
66192026-06-10T22:13:38.971Z[ recovery-image] Jun 10 22:13:37.583 INFO O| Jun 10 22:13:37.583 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-06-10T22:13:38.975Z[ recovery-image] Jun 10 22:13:37.590 INFO O| Jun 10 22:13:37.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66212026-06-10T22:13:38.975Z[ recovery-image] Jun 10 22:13:37.590 INFO O| Jun 10 22:13:37.590 INFO STEP 579 (remove_files) COMPLETE
66222026-06-10T22:13:38.976Z[ recovery-image] Jun 10 22:13:37.590 INFO O| Jun 10 22:13:37.590 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-06-10T22:13:38.981Z[ recovery-image] Jun 10 22:13:37.597 INFO O| Jun 10 22:13:37.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66242026-06-10T22:13:38.981Z[ recovery-image] Jun 10 22:13:37.597 INFO O| Jun 10 22:13:37.597 INFO STEP 580 (remove_files) COMPLETE
66252026-06-10T22:13:38.982Z[ recovery-image] Jun 10 22:13:37.597 INFO O| Jun 10 22:13:37.597 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-06-10T22:13:38.989Z[ recovery-image] Jun 10 22:13:37.604 INFO O| Jun 10 22:13:37.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66272026-06-10T22:13:38.989Z[ recovery-image] Jun 10 22:13:37.604 INFO O| Jun 10 22:13:37.604 INFO STEP 581 (remove_files) COMPLETE
66282026-06-10T22:13:38.993Z[ recovery-image] Jun 10 22:13:37.604 INFO O| Jun 10 22:13:37.604 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-06-10T22:13:38.997Z[ recovery-image] Jun 10 22:13:37.612 INFO O| Jun 10 22:13:37.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66302026-06-10T22:13:38.997Z[ recovery-image] Jun 10 22:13:37.612 INFO O| Jun 10 22:13:37.612 INFO STEP 582 (remove_files) COMPLETE
66312026-06-10T22:13:38.997Z[ recovery-image] Jun 10 22:13:37.612 INFO O| Jun 10 22:13:37.612 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-06-10T22:13:39.004Z[ recovery-image] Jun 10 22:13:37.619 INFO O| Jun 10 22:13:37.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
66332026-06-10T22:13:39.004Z[ recovery-image] Jun 10 22:13:37.619 INFO O| Jun 10 22:13:37.619 INFO STEP 583 (remove_files) COMPLETE
66342026-06-10T22:13:39.004Z[ recovery-image] Jun 10 22:13:37.619 INFO O| Jun 10 22:13:37.619 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-06-10T22:13:39.012Z[ recovery-image] Jun 10 22:13:37.627 INFO O| Jun 10 22:13:37.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66362026-06-10T22:13:39.012Z[ recovery-image] Jun 10 22:13:37.627 INFO O| Jun 10 22:13:37.627 INFO STEP 584 (remove_files) COMPLETE
66372026-06-10T22:13:39.016Z[ recovery-image] Jun 10 22:13:37.628 INFO O| Jun 10 22:13:37.627 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-06-10T22:13:39.023Z[ recovery-image] Jun 10 22:13:37.637 INFO O| Jun 10 22:13:37.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66392026-06-10T22:13:39.024Z[ recovery-image] Jun 10 22:13:37.637 INFO O| Jun 10 22:13:37.637 INFO STEP 585 (remove_files) COMPLETE
66402026-06-10T22:13:39.024Z[ recovery-image] Jun 10 22:13:37.637 INFO O| Jun 10 22:13:37.637 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-06-10T22:13:39.030Z[ recovery-image] Jun 10 22:13:37.645 INFO O| Jun 10 22:13:37.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66422026-06-10T22:13:39.035Z[ recovery-image] Jun 10 22:13:37.646 INFO O| Jun 10 22:13:37.646 INFO STEP 586 (remove_files) COMPLETE
66432026-06-10T22:13:39.035Z[ recovery-image] Jun 10 22:13:37.646 INFO O| Jun 10 22:13:37.646 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-06-10T22:13:39.039Z[ recovery-image] Jun 10 22:13:37.654 INFO O| Jun 10 22:13:37.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66452026-06-10T22:13:39.040Z[ recovery-image] Jun 10 22:13:37.654 INFO O| Jun 10 22:13:37.654 INFO STEP 587 (remove_files) COMPLETE
66462026-06-10T22:13:39.040Z[ recovery-image] Jun 10 22:13:37.654 INFO O| Jun 10 22:13:37.654 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-06-10T22:13:39.047Z[ recovery-image] Jun 10 22:13:37.662 INFO O| Jun 10 22:13:37.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66482026-06-10T22:13:39.047Z[ recovery-image] Jun 10 22:13:37.662 INFO O| Jun 10 22:13:37.662 INFO STEP 588 (remove_files) COMPLETE
66492026-06-10T22:13:39.048Z[ recovery-image] Jun 10 22:13:37.662 INFO O| Jun 10 22:13:37.662 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-06-10T22:13:39.056Z[ recovery-image] Jun 10 22:13:37.671 INFO O| Jun 10 22:13:37.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66512026-06-10T22:13:39.056Z[ recovery-image] Jun 10 22:13:37.671 INFO O| Jun 10 22:13:37.671 INFO STEP 589 (remove_files) COMPLETE
66522026-06-10T22:13:39.060Z[ recovery-image] Jun 10 22:13:37.671 INFO O| Jun 10 22:13:37.671 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-06-10T22:13:39.072Z[ recovery-image] Jun 10 22:13:37.679 INFO O| Jun 10 22:13:37.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66542026-06-10T22:13:39.072Z[ recovery-image] Jun 10 22:13:37.679 INFO O| Jun 10 22:13:37.679 INFO STEP 590 (remove_files) COMPLETE
66552026-06-10T22:13:39.075Z[ recovery-image] Jun 10 22:13:37.679 INFO O| Jun 10 22:13:37.679 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-06-10T22:13:39.075Z[ recovery-image] Jun 10 22:13:37.687 INFO O| Jun 10 22:13:37.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66572026-06-10T22:13:39.075Z[ recovery-image] Jun 10 22:13:37.687 INFO O| Jun 10 22:13:37.687 INFO STEP 591 (remove_files) COMPLETE
66582026-06-10T22:13:39.075Z[ recovery-image] Jun 10 22:13:37.687 INFO O| Jun 10 22:13:37.687 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-06-10T22:13:39.081Z[ recovery-image] Jun 10 22:13:37.695 INFO O| Jun 10 22:13:37.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66602026-06-10T22:13:39.081Z[ recovery-image] Jun 10 22:13:37.695 INFO O| Jun 10 22:13:37.695 INFO STEP 592 (remove_files) COMPLETE
66612026-06-10T22:13:39.086Z[ recovery-image] Jun 10 22:13:37.695 INFO O| Jun 10 22:13:37.695 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-06-10T22:13:39.090Z[ recovery-image] Jun 10 22:13:37.704 INFO O| Jun 10 22:13:37.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66632026-06-10T22:13:39.090Z[ recovery-image] Jun 10 22:13:37.704 INFO O| Jun 10 22:13:37.704 INFO STEP 593 (remove_files) COMPLETE
66642026-06-10T22:13:39.090Z[ recovery-image] Jun 10 22:13:37.704 INFO O| Jun 10 22:13:37.704 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-06-10T22:13:39.099Z[ recovery-image] Jun 10 22:13:37.715 INFO O| Jun 10 22:13:37.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66662026-06-10T22:13:39.099Z[ recovery-image] Jun 10 22:13:37.715 INFO O| Jun 10 22:13:37.715 INFO STEP 594 (remove_files) COMPLETE
66672026-06-10T22:13:39.099Z[ recovery-image] Jun 10 22:13:37.715 INFO O| Jun 10 22:13:37.715 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-06-10T22:13:39.108Z[ recovery-image] Jun 10 22:13:37.723 INFO O| Jun 10 22:13:37.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66692026-06-10T22:13:39.108Z[ recovery-image] Jun 10 22:13:37.723 INFO O| Jun 10 22:13:37.723 INFO STEP 595 (remove_files) COMPLETE
66702026-06-10T22:13:39.112Z[ recovery-image] Jun 10 22:13:37.723 INFO O| Jun 10 22:13:37.723 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-06-10T22:13:39.116Z[ recovery-image] Jun 10 22:13:37.731 INFO O| Jun 10 22:13:37.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66722026-06-10T22:13:39.116Z[ recovery-image] Jun 10 22:13:37.732 INFO O| Jun 10 22:13:37.732 INFO STEP 596 (remove_files) COMPLETE
66732026-06-10T22:13:39.116Z[ recovery-image] Jun 10 22:13:37.732 INFO O| Jun 10 22:13:37.732 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-06-10T22:13:39.125Z[ recovery-image] Jun 10 22:13:37.739 INFO O| Jun 10 22:13:37.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66752026-06-10T22:13:39.125Z[ recovery-image] Jun 10 22:13:37.739 INFO O| Jun 10 22:13:37.739 INFO STEP 597 (remove_files) COMPLETE
66762026-06-10T22:13:39.129Z[ recovery-image] Jun 10 22:13:37.739 INFO O| Jun 10 22:13:37.739 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-06-10T22:13:39.133Z[ recovery-image] Jun 10 22:13:37.748 INFO O| Jun 10 22:13:37.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66782026-06-10T22:13:39.133Z[ recovery-image] Jun 10 22:13:37.748 INFO O| Jun 10 22:13:37.748 INFO STEP 598 (remove_files) COMPLETE
66792026-06-10T22:13:39.133Z[ recovery-image] Jun 10 22:13:37.748 INFO O| Jun 10 22:13:37.748 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-06-10T22:13:39.143Z[ recovery-image] Jun 10 22:13:37.759 INFO O| Jun 10 22:13:37.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66812026-06-10T22:13:39.147Z[ recovery-image] Jun 10 22:13:37.759 INFO O| Jun 10 22:13:37.759 INFO STEP 599 (remove_files) COMPLETE
66822026-06-10T22:13:39.147Z[ recovery-image] Jun 10 22:13:37.759 INFO O| Jun 10 22:13:37.759 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-06-10T22:13:39.158Z[ recovery-image] Jun 10 22:13:37.769 INFO O| Jun 10 22:13:37.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66842026-06-10T22:13:39.158Z[ recovery-image] Jun 10 22:13:37.770 INFO O| Jun 10 22:13:37.769 INFO STEP 600 (remove_files) COMPLETE
66852026-06-10T22:13:39.158Z[ recovery-image] Jun 10 22:13:37.770 INFO O| Jun 10 22:13:37.770 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-06-10T22:13:39.166Z[ recovery-image] Jun 10 22:13:37.779 INFO O| Jun 10 22:13:37.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66872026-06-10T22:13:39.167Z[ recovery-image] Jun 10 22:13:37.779 INFO O| Jun 10 22:13:37.779 INFO STEP 601 (remove_files) COMPLETE
66882026-06-10T22:13:39.170Z[ recovery-image] Jun 10 22:13:37.779 INFO O| Jun 10 22:13:37.779 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-06-10T22:13:39.174Z[ recovery-image] Jun 10 22:13:37.788 INFO O| Jun 10 22:13:37.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66902026-06-10T22:13:39.174Z[ recovery-image] Jun 10 22:13:37.788 INFO O| Jun 10 22:13:37.788 INFO STEP 602 (remove_files) COMPLETE
66912026-06-10T22:13:39.174Z[ recovery-image] Jun 10 22:13:37.788 INFO O| Jun 10 22:13:37.788 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-06-10T22:13:39.181Z[ recovery-image] Jun 10 22:13:37.796 INFO O| Jun 10 22:13:37.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66932026-06-10T22:13:39.181Z[ recovery-image] Jun 10 22:13:37.796 INFO O| Jun 10 22:13:37.796 INFO STEP 603 (remove_files) COMPLETE
66942026-06-10T22:13:39.181Z[ recovery-image] Jun 10 22:13:37.796 INFO O| Jun 10 22:13:37.796 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-06-10T22:13:39.190Z[ recovery-image] Jun 10 22:13:37.806 INFO O| Jun 10 22:13:37.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66962026-06-10T22:13:39.190Z[ recovery-image] Jun 10 22:13:37.806 INFO O| Jun 10 22:13:37.806 INFO STEP 604 (remove_files) COMPLETE
66972026-06-10T22:13:39.190Z[ recovery-image] Jun 10 22:13:37.806 INFO O| Jun 10 22:13:37.806 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-06-10T22:13:39.200Z[ recovery-image] Jun 10 22:13:37.815 INFO O| Jun 10 22:13:37.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66992026-06-10T22:13:39.200Z[ recovery-image] Jun 10 22:13:37.815 INFO O| Jun 10 22:13:37.815 INFO STEP 605 (remove_files) COMPLETE
67002026-06-10T22:13:39.200Z[ recovery-image] Jun 10 22:13:37.815 INFO O| Jun 10 22:13:37.815 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-06-10T22:13:39.210Z[ recovery-image] Jun 10 22:13:37.825 INFO O| Jun 10 22:13:37.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67022026-06-10T22:13:39.210Z[ recovery-image] Jun 10 22:13:37.825 INFO O| Jun 10 22:13:37.825 INFO STEP 606 (remove_files) COMPLETE
67032026-06-10T22:13:39.214Z[ recovery-image] Jun 10 22:13:37.825 INFO O| Jun 10 22:13:37.825 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-06-10T22:13:39.220Z[ recovery-image] Jun 10 22:13:37.833 INFO O| Jun 10 22:13:37.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67052026-06-10T22:13:39.220Z[ recovery-image] Jun 10 22:13:37.834 INFO O| Jun 10 22:13:37.834 INFO STEP 607 (remove_files) COMPLETE
67062026-06-10T22:13:39.220Z[ recovery-image] Jun 10 22:13:37.834 INFO O| Jun 10 22:13:37.834 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-06-10T22:13:39.226Z[ recovery-image] Jun 10 22:13:37.841 INFO O| Jun 10 22:13:37.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67082026-06-10T22:13:39.226Z[ recovery-image] Jun 10 22:13:37.841 INFO O| Jun 10 22:13:37.841 INFO STEP 608 (remove_files) COMPLETE
67092026-06-10T22:13:39.230Z[ recovery-image] Jun 10 22:13:37.841 INFO O| Jun 10 22:13:37.841 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-06-10T22:13:39.234Z[ recovery-image] Jun 10 22:13:37.850 INFO O| Jun 10 22:13:37.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67112026-06-10T22:13:39.234Z[ recovery-image] Jun 10 22:13:37.850 INFO O| Jun 10 22:13:37.850 INFO STEP 609 (remove_files) COMPLETE
67122026-06-10T22:13:39.235Z[ recovery-image] Jun 10 22:13:37.850 INFO O| Jun 10 22:13:37.850 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-06-10T22:13:39.242Z[ recovery-image] Jun 10 22:13:37.858 INFO O| Jun 10 22:13:37.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67142026-06-10T22:13:39.242Z[ recovery-image] Jun 10 22:13:37.858 INFO O| Jun 10 22:13:37.858 INFO STEP 610 (remove_files) COMPLETE
67152026-06-10T22:13:39.242Z[ recovery-image] Jun 10 22:13:37.858 INFO O| Jun 10 22:13:37.858 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-06-10T22:13:39.254Z[ recovery-image] Jun 10 22:13:37.869 INFO O| Jun 10 22:13:37.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67172026-06-10T22:13:39.254Z[ recovery-image] Jun 10 22:13:37.869 INFO O| Jun 10 22:13:37.869 INFO STEP 611 (remove_files) COMPLETE
67182026-06-10T22:13:39.254Z[ recovery-image] Jun 10 22:13:37.869 INFO O| Jun 10 22:13:37.869 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-06-10T22:13:39.262Z[ recovery-image] Jun 10 22:13:37.878 INFO O| Jun 10 22:13:37.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67202026-06-10T22:13:39.262Z[ recovery-image] Jun 10 22:13:37.878 INFO O| Jun 10 22:13:37.878 INFO STEP 612 (remove_files) COMPLETE
67212026-06-10T22:13:39.268Z[ recovery-image] Jun 10 22:13:37.878 INFO O| Jun 10 22:13:37.878 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-06-10T22:13:39.272Z[ recovery-image] Jun 10 22:13:37.888 INFO O| Jun 10 22:13:37.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67232026-06-10T22:13:39.273Z[ recovery-image] Jun 10 22:13:37.888 INFO O| Jun 10 22:13:37.888 INFO STEP 613 (remove_files) COMPLETE
67242026-06-10T22:13:39.277Z[ recovery-image] Jun 10 22:13:37.888 INFO O| Jun 10 22:13:37.888 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-06-10T22:13:39.282Z[ recovery-image] Jun 10 22:13:37.898 INFO O| Jun 10 22:13:37.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67262026-06-10T22:13:39.282Z[ recovery-image] Jun 10 22:13:37.898 INFO O| Jun 10 22:13:37.898 INFO STEP 614 (remove_files) COMPLETE
67272026-06-10T22:13:39.286Z[ recovery-image] Jun 10 22:13:37.898 INFO O| Jun 10 22:13:37.898 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-06-10T22:13:39.292Z[ recovery-image] Jun 10 22:13:37.908 INFO O| Jun 10 22:13:37.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67292026-06-10T22:13:39.292Z[ recovery-image] Jun 10 22:13:37.908 INFO O| Jun 10 22:13:37.908 INFO STEP 615 (remove_files) COMPLETE
67302026-06-10T22:13:39.297Z[ recovery-image] Jun 10 22:13:37.908 INFO O| Jun 10 22:13:37.908 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-06-10T22:13:39.301Z[ recovery-image] Jun 10 22:13:37.916 INFO O| Jun 10 22:13:37.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67322026-06-10T22:13:39.301Z[ recovery-image] Jun 10 22:13:37.917 INFO O| Jun 10 22:13:37.916 INFO STEP 616 (remove_files) COMPLETE
67332026-06-10T22:13:39.301Z[ recovery-image] Jun 10 22:13:37.917 INFO O| Jun 10 22:13:37.917 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-06-10T22:13:39.313Z[ recovery-image] Jun 10 22:13:37.928 INFO O| Jun 10 22:13:37.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67352026-06-10T22:13:39.313Z[ recovery-image] Jun 10 22:13:37.928 INFO O| Jun 10 22:13:37.928 INFO STEP 617 (remove_files) COMPLETE
67362026-06-10T22:13:39.313Z[ recovery-image] Jun 10 22:13:37.928 INFO O| Jun 10 22:13:37.928 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-06-10T22:13:39.322Z[ recovery-image] Jun 10 22:13:37.937 INFO O| Jun 10 22:13:37.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67382026-06-10T22:13:39.322Z[ recovery-image] Jun 10 22:13:37.938 INFO O| Jun 10 22:13:37.938 INFO STEP 618 (remove_files) COMPLETE
67392026-06-10T22:13:39.322Z[ recovery-image] Jun 10 22:13:37.938 INFO O| Jun 10 22:13:37.938 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-06-10T22:13:39.330Z[ recovery-image] Jun 10 22:13:37.946 INFO O| Jun 10 22:13:37.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67412026-06-10T22:13:39.331Z[ recovery-image] Jun 10 22:13:37.946 INFO O| Jun 10 22:13:37.946 INFO STEP 619 (remove_files) COMPLETE
67422026-06-10T22:13:39.334Z[ recovery-image] Jun 10 22:13:37.946 INFO O| Jun 10 22:13:37.946 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-06-10T22:13:39.339Z[ recovery-image] Jun 10 22:13:37.954 INFO O| Jun 10 22:13:37.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67442026-06-10T22:13:39.339Z[ recovery-image] Jun 10 22:13:37.954 INFO O| Jun 10 22:13:37.954 INFO STEP 620 (remove_files) COMPLETE
67452026-06-10T22:13:39.343Z[ recovery-image] Jun 10 22:13:37.954 INFO O| Jun 10 22:13:37.954 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-06-10T22:13:39.347Z[ recovery-image] Jun 10 22:13:37.962 INFO O| Jun 10 22:13:37.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67472026-06-10T22:13:39.347Z[ recovery-image] Jun 10 22:13:37.962 INFO O| Jun 10 22:13:37.962 INFO STEP 621 (remove_files) COMPLETE
67482026-06-10T22:13:39.350Z[ recovery-image] Jun 10 22:13:37.962 INFO O| Jun 10 22:13:37.962 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-06-10T22:13:39.354Z[ recovery-image] Jun 10 22:13:37.970 INFO O| Jun 10 22:13:37.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67502026-06-10T22:13:39.354Z[ recovery-image] Jun 10 22:13:37.970 INFO O| Jun 10 22:13:37.970 INFO STEP 622 (remove_files) COMPLETE
67512026-06-10T22:13:39.359Z[ recovery-image] Jun 10 22:13:37.970 INFO O| Jun 10 22:13:37.970 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-06-10T22:13:39.362Z[ recovery-image] Jun 10 22:13:37.978 INFO O| Jun 10 22:13:37.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67532026-06-10T22:13:39.363Z[ recovery-image] Jun 10 22:13:37.978 INFO O| Jun 10 22:13:37.978 INFO STEP 623 (remove_files) COMPLETE
67542026-06-10T22:13:39.367Z[ recovery-image] Jun 10 22:13:37.978 INFO O| Jun 10 22:13:37.978 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-06-10T22:13:39.370Z[ recovery-image] Jun 10 22:13:37.986 INFO O| Jun 10 22:13:37.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67562026-06-10T22:13:39.372Z[ recovery-image] Jun 10 22:13:37.986 INFO O| Jun 10 22:13:37.986 INFO STEP 624 (remove_files) COMPLETE
67572026-06-10T22:13:39.372Z[ recovery-image] Jun 10 22:13:37.986 INFO O| Jun 10 22:13:37.986 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-06-10T22:13:39.377Z[ recovery-image] Jun 10 22:13:37.993 INFO O| Jun 10 22:13:37.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67592026-06-10T22:13:39.381Z[ recovery-image] Jun 10 22:13:37.993 INFO O| Jun 10 22:13:37.993 INFO STEP 625 (remove_files) COMPLETE
67602026-06-10T22:13:39.382Z[ recovery-image] Jun 10 22:13:37.993 INFO O| Jun 10 22:13:37.993 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-06-10T22:13:39.386Z[ recovery-image] Jun 10 22:13:38.001 INFO O| Jun 10 22:13:38.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67622026-06-10T22:13:39.386Z[ recovery-image] Jun 10 22:13:38.001 INFO O| Jun 10 22:13:38.001 INFO STEP 626 (remove_files) COMPLETE
67632026-06-10T22:13:39.386Z[ recovery-image] Jun 10 22:13:38.001 INFO O| Jun 10 22:13:38.001 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-06-10T22:13:39.396Z[ recovery-image] Jun 10 22:13:38.011 INFO O| Jun 10 22:13:38.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67652026-06-10T22:13:39.396Z[ recovery-image] Jun 10 22:13:38.011 INFO O| Jun 10 22:13:38.011 INFO STEP 627 (remove_files) COMPLETE
67662026-06-10T22:13:39.396Z[ recovery-image] Jun 10 22:13:38.011 INFO O| Jun 10 22:13:38.011 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-06-10T22:13:39.404Z[ recovery-image] Jun 10 22:13:38.019 INFO O| Jun 10 22:13:38.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67682026-06-10T22:13:39.404Z[ recovery-image] Jun 10 22:13:38.019 INFO O| Jun 10 22:13:38.019 INFO STEP 628 (remove_files) COMPLETE
67692026-06-10T22:13:39.407Z[ recovery-image] Jun 10 22:13:38.019 INFO O| Jun 10 22:13:38.019 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-06-10T22:13:39.411Z[ recovery-image] Jun 10 22:13:38.027 INFO O| Jun 10 22:13:38.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67712026-06-10T22:13:39.412Z[ recovery-image] Jun 10 22:13:38.027 INFO O| Jun 10 22:13:38.027 INFO STEP 629 (remove_files) COMPLETE
67722026-06-10T22:13:39.416Z[ recovery-image] Jun 10 22:13:38.027 INFO O| Jun 10 22:13:38.027 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-06-10T22:13:39.420Z[ recovery-image] Jun 10 22:13:38.034 INFO O| Jun 10 22:13:38.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67742026-06-10T22:13:39.420Z[ recovery-image] Jun 10 22:13:38.035 INFO O| Jun 10 22:13:38.035 INFO STEP 630 (remove_files) COMPLETE
67752026-06-10T22:13:39.420Z[ recovery-image] Jun 10 22:13:38.035 INFO O| Jun 10 22:13:38.035 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-06-10T22:13:39.426Z[ recovery-image] Jun 10 22:13:38.042 INFO O| Jun 10 22:13:38.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67772026-06-10T22:13:39.427Z[ recovery-image] Jun 10 22:13:38.042 INFO O| Jun 10 22:13:38.042 INFO STEP 631 (remove_files) COMPLETE
67782026-06-10T22:13:39.431Z[ recovery-image] Jun 10 22:13:38.042 INFO O| Jun 10 22:13:38.042 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-06-10T22:13:39.435Z[ recovery-image] Jun 10 22:13:38.049 INFO O| Jun 10 22:13:38.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67802026-06-10T22:13:39.435Z[ recovery-image] Jun 10 22:13:38.050 INFO O| Jun 10 22:13:38.050 INFO STEP 632 (remove_files) COMPLETE
67812026-06-10T22:13:39.435Z[ recovery-image] Jun 10 22:13:38.050 INFO O| Jun 10 22:13:38.050 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-06-10T22:13:39.441Z[ recovery-image] Jun 10 22:13:38.057 INFO O| Jun 10 22:13:38.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67832026-06-10T22:13:39.441Z[ recovery-image] Jun 10 22:13:38.057 INFO O| Jun 10 22:13:38.057 INFO STEP 633 (remove_files) COMPLETE
67842026-06-10T22:13:39.445Z[ recovery-image] Jun 10 22:13:38.057 INFO O| Jun 10 22:13:38.057 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-06-10T22:13:39.448Z[ recovery-image] Jun 10 22:13:38.064 INFO O| Jun 10 22:13:38.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67862026-06-10T22:13:39.449Z[ recovery-image] Jun 10 22:13:38.064 INFO O| Jun 10 22:13:38.064 INFO STEP 634 (remove_files) COMPLETE
67872026-06-10T22:13:39.449Z[ recovery-image] Jun 10 22:13:38.064 INFO O| Jun 10 22:13:38.064 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-06-10T22:13:39.566Z[ recovery-image] Jun 10 22:13:38.072 INFO O| Jun 10 22:13:38.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67892026-06-10T22:13:39.566Z[ recovery-image] Jun 10 22:13:38.072 INFO O| Jun 10 22:13:38.072 INFO STEP 635 (remove_files) COMPLETE
67902026-06-10T22:13:39.566Z[ recovery-image] Jun 10 22:13:38.072 INFO O| Jun 10 22:13:38.072 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-06-10T22:13:39.566Z[ recovery-image] Jun 10 22:13:38.079 INFO O| Jun 10 22:13:38.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67922026-06-10T22:13:39.566Z[ recovery-image] Jun 10 22:13:38.079 INFO O| Jun 10 22:13:38.079 INFO STEP 636 (remove_files) COMPLETE
67932026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.079 INFO O| Jun 10 22:13:38.079 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.086 INFO O| Jun 10 22:13:38.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67952026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.086 INFO O| Jun 10 22:13:38.086 INFO STEP 637 (remove_files) COMPLETE
67962026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.086 INFO O| Jun 10 22:13:38.086 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.094 INFO O| Jun 10 22:13:38.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67982026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.095 INFO O| Jun 10 22:13:38.095 INFO STEP 638 (remove_files) COMPLETE
67992026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.095 INFO O| Jun 10 22:13:38.095 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.102 INFO O| Jun 10 22:13:38.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68012026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.103 INFO O| Jun 10 22:13:38.103 INFO STEP 639 (remove_files) COMPLETE
68022026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.103 INFO O| Jun 10 22:13:38.103 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.114 INFO O| Jun 10 22:13:38.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68042026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.114 INFO O| Jun 10 22:13:38.114 INFO STEP 640 (remove_files) COMPLETE
68052026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.114 INFO O| Jun 10 22:13:38.114 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.123 INFO O| Jun 10 22:13:38.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68072026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.123 INFO O| Jun 10 22:13:38.123 INFO STEP 641 (remove_files) COMPLETE
68082026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.123 INFO O| Jun 10 22:13:38.123 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.130 INFO O| Jun 10 22:13:38.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68102026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.130 INFO O| Jun 10 22:13:38.130 INFO STEP 642 (remove_files) COMPLETE
68112026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.130 INFO O| Jun 10 22:13:38.130 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.140 INFO O| Jun 10 22:13:38.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68132026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.140 INFO O| Jun 10 22:13:38.140 INFO STEP 643 (remove_files) COMPLETE
68142026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.140 INFO O| Jun 10 22:13:38.140 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-06-10T22:13:39.567Z[ recovery-image] Jun 10 22:13:38.149 INFO O| Jun 10 22:13:38.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68162026-06-10T22:13:39.568Z[ recovery-image] Jun 10 22:13:38.149 INFO O| Jun 10 22:13:38.149 INFO STEP 644 (remove_files) COMPLETE
68172026-06-10T22:13:39.568Z[ recovery-image] Jun 10 22:13:38.149 INFO O| Jun 10 22:13:38.149 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-06-10T22:13:39.568Z[ recovery-image] Jun 10 22:13:38.158 INFO O| Jun 10 22:13:38.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68192026-06-10T22:13:39.568Z[ recovery-image] Jun 10 22:13:38.158 INFO O| Jun 10 22:13:38.158 INFO STEP 645 (remove_files) COMPLETE
68202026-06-10T22:13:39.568Z[ recovery-image] Jun 10 22:13:38.158 INFO O| Jun 10 22:13:38.158 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-06-10T22:13:39.568Z[ recovery-image] Jun 10 22:13:38.166 INFO O| Jun 10 22:13:38.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68222026-06-10T22:13:39.568Z[ recovery-image] Jun 10 22:13:38.166 INFO O| Jun 10 22:13:38.166 INFO STEP 646 (remove_files) COMPLETE
68232026-06-10T22:13:39.568Z[ recovery-image] Jun 10 22:13:38.166 INFO O| Jun 10 22:13:38.166 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-06-10T22:13:39.573Z[ recovery-image] Jun 10 22:13:38.176 INFO O| Jun 10 22:13:38.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68252026-06-10T22:13:39.573Z[ recovery-image] Jun 10 22:13:38.176 INFO O| Jun 10 22:13:38.176 INFO STEP 647 (remove_files) COMPLETE
68262026-06-10T22:13:39.573Z[ recovery-image] Jun 10 22:13:38.176 INFO O| Jun 10 22:13:38.176 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-06-10T22:13:39.573Z[ recovery-image] Jun 10 22:13:38.184 INFO O| Jun 10 22:13:38.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68282026-06-10T22:13:39.573Z[ recovery-image] Jun 10 22:13:38.185 INFO O| Jun 10 22:13:38.185 INFO STEP 648 (remove_files) COMPLETE
68292026-06-10T22:13:39.573Z[ recovery-image] Jun 10 22:13:38.185 INFO O| Jun 10 22:13:38.185 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-06-10T22:13:39.579Z[ recovery-image] Jun 10 22:13:38.193 INFO O| Jun 10 22:13:38.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68312026-06-10T22:13:39.579Z[ recovery-image] Jun 10 22:13:38.193 INFO O| Jun 10 22:13:38.193 INFO STEP 649 (remove_files) COMPLETE
68322026-06-10T22:13:39.579Z[ recovery-image] Jun 10 22:13:38.193 INFO O| Jun 10 22:13:38.193 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-06-10T22:13:39.587Z[ recovery-image] Jun 10 22:13:38.203 INFO O| Jun 10 22:13:38.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68342026-06-10T22:13:39.591Z[ recovery-image] Jun 10 22:13:38.203 INFO O| Jun 10 22:13:38.203 INFO STEP 650 (remove_files) COMPLETE
68352026-06-10T22:13:39.592Z[ recovery-image] Jun 10 22:13:38.203 INFO O| Jun 10 22:13:38.203 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-06-10T22:13:39.596Z[ recovery-image] Jun 10 22:13:38.210 INFO O| Jun 10 22:13:38.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68372026-06-10T22:13:39.597Z[ recovery-image] Jun 10 22:13:38.210 INFO O| Jun 10 22:13:38.210 INFO STEP 651 (remove_files) COMPLETE
68382026-06-10T22:13:39.597Z[ recovery-image] Jun 10 22:13:38.210 INFO O| Jun 10 22:13:38.210 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-06-10T22:13:39.603Z[ recovery-image] Jun 10 22:13:38.218 INFO O| Jun 10 22:13:38.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68402026-06-10T22:13:39.607Z[ recovery-image] Jun 10 22:13:38.219 INFO O| Jun 10 22:13:38.218 INFO STEP 652 (remove_files) COMPLETE
68412026-06-10T22:13:39.608Z[ recovery-image] Jun 10 22:13:38.219 INFO O| Jun 10 22:13:38.219 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-06-10T22:13:39.614Z[ recovery-image] Jun 10 22:13:38.229 INFO O| Jun 10 22:13:38.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68432026-06-10T22:13:39.620Z[ recovery-image] Jun 10 22:13:38.229 INFO O| Jun 10 22:13:38.229 INFO STEP 653 (remove_files) COMPLETE
68442026-06-10T22:13:39.620Z[ recovery-image] Jun 10 22:13:38.229 INFO O| Jun 10 22:13:38.229 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-06-10T22:13:39.623Z[ recovery-image] Jun 10 22:13:38.237 INFO O| Jun 10 22:13:38.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68462026-06-10T22:13:39.623Z[ recovery-image] Jun 10 22:13:38.237 INFO O| Jun 10 22:13:38.237 INFO STEP 654 (remove_files) COMPLETE
68472026-06-10T22:13:39.623Z[ recovery-image] Jun 10 22:13:38.237 INFO O| Jun 10 22:13:38.237 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-06-10T22:13:39.631Z[ recovery-image] Jun 10 22:13:38.247 INFO O| Jun 10 22:13:38.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68492026-06-10T22:13:39.636Z[ recovery-image] Jun 10 22:13:38.247 INFO O| Jun 10 22:13:38.247 INFO STEP 655 (remove_files) COMPLETE
68502026-06-10T22:13:39.636Z[ recovery-image] Jun 10 22:13:38.247 INFO O| Jun 10 22:13:38.247 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-06-10T22:13:39.639Z[ recovery-image] Jun 10 22:13:38.255 INFO O| Jun 10 22:13:38.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68522026-06-10T22:13:39.640Z[ recovery-image] Jun 10 22:13:38.255 INFO O| Jun 10 22:13:38.255 INFO STEP 656 (remove_files) COMPLETE
68532026-06-10T22:13:39.640Z[ recovery-image] Jun 10 22:13:38.255 INFO O| Jun 10 22:13:38.255 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-06-10T22:13:39.648Z[ recovery-image] Jun 10 22:13:38.264 INFO O| Jun 10 22:13:38.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68552026-06-10T22:13:39.652Z[ recovery-image] Jun 10 22:13:38.265 INFO O| Jun 10 22:13:38.265 INFO STEP 657 (remove_files) COMPLETE
68562026-06-10T22:13:39.653Z[ recovery-image] Jun 10 22:13:38.265 INFO O| Jun 10 22:13:38.265 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-06-10T22:13:39.659Z[ recovery-image] Jun 10 22:13:38.274 INFO O| Jun 10 22:13:38.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68582026-06-10T22:13:39.663Z[ recovery-image] Jun 10 22:13:38.274 INFO O| Jun 10 22:13:38.274 INFO STEP 658 (remove_files) COMPLETE
68592026-06-10T22:13:39.663Z[ recovery-image] Jun 10 22:13:38.274 INFO O| Jun 10 22:13:38.274 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-06-10T22:13:39.667Z[ recovery-image] Jun 10 22:13:38.281 INFO O| Jun 10 22:13:38.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68612026-06-10T22:13:39.667Z[ recovery-image] Jun 10 22:13:38.281 INFO O| Jun 10 22:13:38.281 INFO STEP 659 (remove_files) COMPLETE
68622026-06-10T22:13:39.667Z[ recovery-image] Jun 10 22:13:38.281 INFO O| Jun 10 22:13:38.281 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-06-10T22:13:39.673Z[ recovery-image] Jun 10 22:13:38.289 INFO O| Jun 10 22:13:38.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68642026-06-10T22:13:39.674Z[ recovery-image] Jun 10 22:13:38.289 INFO O| Jun 10 22:13:38.289 INFO STEP 660 (remove_files) COMPLETE
68652026-06-10T22:13:39.674Z[ recovery-image] Jun 10 22:13:38.289 INFO O| Jun 10 22:13:38.289 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-06-10T22:13:39.681Z[ recovery-image] Jun 10 22:13:38.295 INFO O| Jun 10 22:13:38.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68672026-06-10T22:13:39.685Z[ recovery-image] Jun 10 22:13:38.296 INFO O| Jun 10 22:13:38.296 INFO STEP 661 (remove_files) COMPLETE
68682026-06-10T22:13:39.685Z[ recovery-image] Jun 10 22:13:38.296 INFO O| Jun 10 22:13:38.296 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-06-10T22:13:39.691Z[ recovery-image] Jun 10 22:13:38.306 INFO O| Jun 10 22:13:38.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68702026-06-10T22:13:39.694Z[ recovery-image] Jun 10 22:13:38.307 INFO O| Jun 10 22:13:38.307 INFO STEP 662 (remove_files) COMPLETE
68712026-06-10T22:13:39.694Z[ recovery-image] Jun 10 22:13:38.307 INFO O| Jun 10 22:13:38.307 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-06-10T22:13:39.701Z[ recovery-image] Jun 10 22:13:38.316 INFO O| Jun 10 22:13:38.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68732026-06-10T22:13:39.701Z[ recovery-image] Jun 10 22:13:38.316 INFO O| Jun 10 22:13:38.316 INFO STEP 663 (remove_files) COMPLETE
68742026-06-10T22:13:39.705Z[ recovery-image] Jun 10 22:13:38.316 INFO O| Jun 10 22:13:38.316 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-06-10T22:13:39.709Z[ recovery-image] Jun 10 22:13:38.324 INFO O| Jun 10 22:13:38.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68762026-06-10T22:13:39.709Z[ recovery-image] Jun 10 22:13:38.324 INFO O| Jun 10 22:13:38.324 INFO STEP 664 (remove_files) COMPLETE
68772026-06-10T22:13:39.709Z[ recovery-image] Jun 10 22:13:38.324 INFO O| Jun 10 22:13:38.324 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-06-10T22:13:39.716Z[ recovery-image] Jun 10 22:13:38.332 INFO O| Jun 10 22:13:38.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68792026-06-10T22:13:39.720Z[ recovery-image] Jun 10 22:13:38.332 INFO O| Jun 10 22:13:38.332 INFO STEP 665 (remove_files) COMPLETE
68802026-06-10T22:13:39.720Z[ recovery-image] Jun 10 22:13:38.332 INFO O| Jun 10 22:13:38.332 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-06-10T22:13:39.725Z[ recovery-image] Jun 10 22:13:38.340 INFO O| Jun 10 22:13:38.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68822026-06-10T22:13:39.725Z[ recovery-image] Jun 10 22:13:38.340 INFO O| Jun 10 22:13:38.340 INFO STEP 666 (remove_files) COMPLETE
68832026-06-10T22:13:39.725Z[ recovery-image] Jun 10 22:13:38.340 INFO O| Jun 10 22:13:38.340 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-06-10T22:13:39.734Z[ recovery-image] Jun 10 22:13:38.350 INFO O| Jun 10 22:13:38.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68852026-06-10T22:13:39.738Z[ recovery-image] Jun 10 22:13:38.350 INFO O| Jun 10 22:13:38.350 INFO STEP 667 (remove_files) COMPLETE
68862026-06-10T22:13:39.738Z[ recovery-image] Jun 10 22:13:38.350 INFO O| Jun 10 22:13:38.350 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-06-10T22:13:39.742Z[ recovery-image] Jun 10 22:13:38.358 INFO O| Jun 10 22:13:38.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68882026-06-10T22:13:39.743Z[ recovery-image] Jun 10 22:13:38.358 INFO O| Jun 10 22:13:38.358 INFO STEP 668 (remove_files) COMPLETE
68892026-06-10T22:13:39.746Z[ recovery-image] Jun 10 22:13:38.358 INFO O| Jun 10 22:13:38.358 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-06-10T22:13:39.751Z[ recovery-image] Jun 10 22:13:38.367 INFO O| Jun 10 22:13:38.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68912026-06-10T22:13:39.755Z[ recovery-image] Jun 10 22:13:38.367 INFO O| Jun 10 22:13:38.367 INFO STEP 669 (remove_files) COMPLETE
68922026-06-10T22:13:39.756Z[ recovery-image] Jun 10 22:13:38.367 INFO O| Jun 10 22:13:38.367 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-06-10T22:13:39.761Z[ recovery-image] Jun 10 22:13:38.376 INFO O| Jun 10 22:13:38.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68942026-06-10T22:13:39.761Z[ recovery-image] Jun 10 22:13:38.376 INFO O| Jun 10 22:13:38.376 INFO STEP 670 (remove_files) COMPLETE
68952026-06-10T22:13:39.761Z[ recovery-image] Jun 10 22:13:38.376 INFO O| Jun 10 22:13:38.376 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-06-10T22:13:39.771Z[ recovery-image] Jun 10 22:13:38.386 INFO O| Jun 10 22:13:38.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68972026-06-10T22:13:39.774Z[ recovery-image] Jun 10 22:13:38.386 INFO O| Jun 10 22:13:38.386 INFO STEP 671 (remove_files) COMPLETE
68982026-06-10T22:13:39.774Z[ recovery-image] Jun 10 22:13:38.386 INFO O| Jun 10 22:13:38.386 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-06-10T22:13:39.779Z[ recovery-image] Jun 10 22:13:38.395 INFO O| Jun 10 22:13:38.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69002026-06-10T22:13:39.780Z[ recovery-image] Jun 10 22:13:38.395 INFO O| Jun 10 22:13:38.395 INFO STEP 672 (remove_files) COMPLETE
69012026-06-10T22:13:39.783Z[ recovery-image] Jun 10 22:13:38.395 INFO O| Jun 10 22:13:38.395 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-06-10T22:13:39.788Z[ recovery-image] Jun 10 22:13:38.403 INFO O| Jun 10 22:13:38.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69032026-06-10T22:13:39.791Z[ recovery-image] Jun 10 22:13:38.403 INFO O| Jun 10 22:13:38.403 INFO STEP 673 (remove_files) COMPLETE
69042026-06-10T22:13:39.792Z[ recovery-image] Jun 10 22:13:38.403 INFO O| Jun 10 22:13:38.403 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-06-10T22:13:39.796Z[ recovery-image] Jun 10 22:13:38.411 INFO O| Jun 10 22:13:38.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69062026-06-10T22:13:39.796Z[ recovery-image] Jun 10 22:13:38.411 INFO O| Jun 10 22:13:38.411 INFO STEP 674 (remove_files) COMPLETE
69072026-06-10T22:13:39.796Z[ recovery-image] Jun 10 22:13:38.411 INFO O| Jun 10 22:13:38.411 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-06-10T22:13:39.803Z[ recovery-image] Jun 10 22:13:38.419 INFO O| Jun 10 22:13:38.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69092026-06-10T22:13:39.803Z[ recovery-image] Jun 10 22:13:38.419 INFO O| Jun 10 22:13:38.419 INFO STEP 675 (remove_files) COMPLETE
69102026-06-10T22:13:39.807Z[ recovery-image] Jun 10 22:13:38.419 INFO O| Jun 10 22:13:38.419 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-06-10T22:13:39.813Z[ recovery-image] Jun 10 22:13:38.429 INFO O| Jun 10 22:13:38.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69122026-06-10T22:13:39.813Z[ recovery-image] Jun 10 22:13:38.429 INFO O| Jun 10 22:13:38.429 INFO STEP 676 (remove_files) COMPLETE
69132026-06-10T22:13:39.817Z[ recovery-image] Jun 10 22:13:38.429 INFO O| Jun 10 22:13:38.429 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-06-10T22:13:39.820Z[ host-image] Jun 10 22:13:38.435 INFO O| Jun 10 22:13:38.435 INFO O| Finalize: Creating fast lookup database ... Done
69152026-06-10T22:13:39.824Z[ recovery-image] Jun 10 22:13:38.438 INFO O| Jun 10 22:13:38.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69162026-06-10T22:13:39.824Z[ recovery-image] Jun 10 22:13:38.438 INFO O| Jun 10 22:13:38.438 INFO STEP 677 (remove_files) COMPLETE
69172026-06-10T22:13:39.824Z[ recovery-image] Jun 10 22:13:38.438 INFO O| Jun 10 22:13:38.438 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-06-10T22:13:39.832Z[ recovery-image] Jun 10 22:13:38.447 INFO O| Jun 10 22:13:38.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69192026-06-10T22:13:39.832Z[ recovery-image] Jun 10 22:13:38.447 INFO O| Jun 10 22:13:38.447 INFO STEP 678 (remove_files) COMPLETE
69202026-06-10T22:13:39.832Z[ recovery-image] Jun 10 22:13:38.447 INFO O| Jun 10 22:13:38.447 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-06-10T22:13:39.841Z[ recovery-image] Jun 10 22:13:38.456 INFO O| Jun 10 22:13:38.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69222026-06-10T22:13:39.841Z[ recovery-image] Jun 10 22:13:38.456 INFO O| Jun 10 22:13:38.456 INFO STEP 679 (remove_files) COMPLETE
69232026-06-10T22:13:39.841Z[ recovery-image] Jun 10 22:13:38.456 INFO O| Jun 10 22:13:38.456 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-06-10T22:13:39.845Z[ host-image] Jun 10 22:13:38.461 INFO O| Jun 10 22:13:38.461 INFO O| Finalize: Reading search index ... Done
69252026-06-10T22:13:39.850Z[ host-image] Jun 10 22:13:38.461 INFO O| Jun 10 22:13:38.461 INFO O| Finalize: Updating search index ... Done
69262026-06-10T22:13:39.854Z[ recovery-image] Jun 10 22:13:38.465 INFO O| Jun 10 22:13:38.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69272026-06-10T22:13:39.854Z[ recovery-image] Jun 10 22:13:38.465 INFO O| Jun 10 22:13:38.465 INFO STEP 680 (remove_files) COMPLETE
69282026-06-10T22:13:39.854Z[ recovery-image] Jun 10 22:13:38.465 INFO O| Jun 10 22:13:38.465 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-06-10T22:13:39.858Z[ recovery-image] Jun 10 22:13:38.473 INFO O| Jun 10 22:13:38.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69302026-06-10T22:13:39.858Z[ recovery-image] Jun 10 22:13:38.473 INFO O| Jun 10 22:13:38.473 INFO STEP 681 (remove_files) COMPLETE
69312026-06-10T22:13:39.862Z[ recovery-image] Jun 10 22:13:38.473 INFO O| Jun 10 22:13:38.473 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-06-10T22:13:39.862Z[ host-image] Jun 10 22:13:38.476 INFO O| Jun 10 22:13:38.476 INFO O| Finalize: Updating package cache ... Done
69332026-06-10T22:13:39.866Z[ recovery-image] Jun 10 22:13:38.482 INFO O| Jun 10 22:13:38.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69342026-06-10T22:13:39.867Z[ recovery-image] Jun 10 22:13:38.482 INFO O| Jun 10 22:13:38.482 INFO STEP 682 (remove_files) COMPLETE
69352026-06-10T22:13:39.867Z[ recovery-image] Jun 10 22:13:38.482 INFO O| Jun 10 22:13:38.482 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-06-10T22:13:39.876Z[ recovery-image] Jun 10 22:13:38.492 INFO O| Jun 10 22:13:38.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69372026-06-10T22:13:39.877Z[ recovery-image] Jun 10 22:13:38.492 INFO O| Jun 10 22:13:38.492 INFO STEP 683 (remove_files) COMPLETE
69382026-06-10T22:13:39.877Z[ recovery-image] Jun 10 22:13:38.492 INFO O| Jun 10 22:13:38.492 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-06-10T22:13:39.885Z[ recovery-image] Jun 10 22:13:38.501 INFO O| Jun 10 22:13:38.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69402026-06-10T22:13:39.885Z[ recovery-image] Jun 10 22:13:38.501 INFO O| Jun 10 22:13:38.501 INFO STEP 684 (remove_files) COMPLETE
69412026-06-10T22:13:39.886Z[ recovery-image] Jun 10 22:13:38.501 INFO O| Jun 10 22:13:38.501 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-06-10T22:13:39.896Z[ recovery-image] Jun 10 22:13:38.511 INFO O| Jun 10 22:13:38.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69432026-06-10T22:13:39.896Z[ recovery-image] Jun 10 22:13:38.512 INFO O| Jun 10 22:13:38.512 INFO STEP 685 (remove_files) COMPLETE
69442026-06-10T22:13:39.900Z[ recovery-image] Jun 10 22:13:38.512 INFO O| Jun 10 22:13:38.512 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-06-10T22:13:39.906Z[ recovery-image] Jun 10 22:13:38.521 INFO O| Jun 10 22:13:38.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69462026-06-10T22:13:39.906Z[ recovery-image] Jun 10 22:13:38.521 INFO O| Jun 10 22:13:38.521 INFO STEP 686 (remove_files) COMPLETE
69472026-06-10T22:13:39.910Z[ recovery-image] Jun 10 22:13:38.521 INFO O| Jun 10 22:13:38.521 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-06-10T22:13:39.915Z[ recovery-image] Jun 10 22:13:38.530 INFO O| Jun 10 22:13:38.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69492026-06-10T22:13:39.915Z[ recovery-image] Jun 10 22:13:38.530 INFO O| Jun 10 22:13:38.530 INFO STEP 687 (remove_files) COMPLETE
69502026-06-10T22:13:39.915Z[ recovery-image] Jun 10 22:13:38.530 INFO O| Jun 10 22:13:38.530 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-06-10T22:13:39.921Z[ recovery-image] Jun 10 22:13:38.537 INFO O| Jun 10 22:13:38.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69522026-06-10T22:13:39.922Z[ recovery-image] Jun 10 22:13:38.537 INFO O| Jun 10 22:13:38.537 INFO STEP 688 (remove_files) COMPLETE
69532026-06-10T22:13:39.922Z[ recovery-image] Jun 10 22:13:38.537 INFO O| Jun 10 22:13:38.537 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-06-10T22:13:39.928Z[ recovery-image] Jun 10 22:13:38.544 INFO O| Jun 10 22:13:38.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69552026-06-10T22:13:39.928Z[ recovery-image] Jun 10 22:13:38.544 INFO O| Jun 10 22:13:38.544 INFO STEP 689 (remove_files) COMPLETE
69562026-06-10T22:13:39.932Z[ recovery-image] Jun 10 22:13:38.544 INFO O| Jun 10 22:13:38.544 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-06-10T22:13:39.935Z[ recovery-image] Jun 10 22:13:38.550 INFO O| Jun 10 22:13:38.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69582026-06-10T22:13:39.935Z[ recovery-image] Jun 10 22:13:38.550 INFO O| Jun 10 22:13:38.550 INFO STEP 690 (remove_files) COMPLETE
69592026-06-10T22:13:39.935Z[ recovery-image] Jun 10 22:13:38.550 INFO O| Jun 10 22:13:38.550 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-06-10T22:13:39.944Z[ recovery-image] Jun 10 22:13:38.560 INFO O| Jun 10 22:13:38.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69612026-06-10T22:13:39.944Z[ recovery-image] Jun 10 22:13:38.560 INFO O| Jun 10 22:13:38.560 INFO STEP 691 (remove_files) COMPLETE
69622026-06-10T22:13:39.945Z[ recovery-image] Jun 10 22:13:38.560 INFO O| Jun 10 22:13:38.560 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-06-10T22:13:39.952Z[ recovery-image] Jun 10 22:13:38.568 INFO O| Jun 10 22:13:38.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69642026-06-10T22:13:39.956Z[ recovery-image] Jun 10 22:13:38.568 INFO O| Jun 10 22:13:38.568 INFO STEP 692 (remove_files) COMPLETE
69652026-06-10T22:13:39.956Z[ recovery-image] Jun 10 22:13:38.568 INFO O| Jun 10 22:13:38.568 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-06-10T22:13:39.961Z[ recovery-image] Jun 10 22:13:38.576 INFO O| Jun 10 22:13:38.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69672026-06-10T22:13:39.966Z[ recovery-image] Jun 10 22:13:38.576 INFO O| Jun 10 22:13:38.576 INFO STEP 693 (remove_files) COMPLETE
69682026-06-10T22:13:39.966Z[ recovery-image] Jun 10 22:13:38.576 INFO O| Jun 10 22:13:38.576 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-06-10T22:13:39.970Z[ recovery-image] Jun 10 22:13:38.585 INFO O| Jun 10 22:13:38.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69702026-06-10T22:13:39.970Z[ recovery-image] Jun 10 22:13:38.585 INFO O| Jun 10 22:13:38.585 INFO STEP 694 (remove_files) COMPLETE
69712026-06-10T22:13:39.970Z[ recovery-image] Jun 10 22:13:38.585 INFO O| Jun 10 22:13:38.585 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-06-10T22:13:39.977Z[ recovery-image] Jun 10 22:13:38.593 INFO O| Jun 10 22:13:38.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69732026-06-10T22:13:39.981Z[ recovery-image] Jun 10 22:13:38.593 INFO O| Jun 10 22:13:38.593 INFO STEP 695 (remove_files) COMPLETE
69742026-06-10T22:13:39.981Z[ recovery-image] Jun 10 22:13:38.593 INFO O| Jun 10 22:13:38.593 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-06-10T22:13:39.984Z[ recovery-image] Jun 10 22:13:38.600 INFO O| Jun 10 22:13:38.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69762026-06-10T22:13:39.985Z[ recovery-image] Jun 10 22:13:38.600 INFO O| Jun 10 22:13:38.600 INFO STEP 696 (remove_files) COMPLETE
69772026-06-10T22:13:39.985Z[ recovery-image] Jun 10 22:13:38.600 INFO O| Jun 10 22:13:38.600 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-06-10T22:13:39.994Z[ recovery-image] Jun 10 22:13:38.610 INFO O| Jun 10 22:13:38.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69792026-06-10T22:13:39.994Z[ recovery-image] Jun 10 22:13:38.610 INFO O| Jun 10 22:13:38.610 INFO STEP 697 (remove_files) COMPLETE
69802026-06-10T22:13:39.998Z[ recovery-image] Jun 10 22:13:38.610 INFO O| Jun 10 22:13:38.610 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-06-10T22:13:40.003Z[ host-image] Jun 10 22:13:38.614 INFO O| Jun 10 22:13:38.614 INFO STEP 12 (pkg_install) COMPLETE
69822026-06-10T22:13:40.003Z[ host-image] Jun 10 22:13:38.615 INFO O| Jun 10 22:13:38.614 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
69832026-06-10T22:13:40.003Z[ recovery-image] Jun 10 22:13:38.617 INFO O| Jun 10 22:13:38.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69842026-06-10T22:13:40.003Z[ recovery-image] Jun 10 22:13:38.617 INFO O| Jun 10 22:13:38.617 INFO STEP 698 (remove_files) COMPLETE
69852026-06-10T22:13:40.003Z[ recovery-image] Jun 10 22:13:38.617 INFO O| Jun 10 22:13:38.617 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-06-10T22:13:40.009Z[ host-image] Jun 10 22:13:38.624 INFO O| Jun 10 22:13:38.623 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
69872026-06-10T22:13:40.013Z[ recovery-image] Jun 10 22:13:38.626 INFO O| Jun 10 22:13:38.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69882026-06-10T22:13:40.013Z[ recovery-image] Jun 10 22:13:38.626 INFO O| Jun 10 22:13:38.626 INFO STEP 699 (remove_files) COMPLETE
69892026-06-10T22:13:40.013Z[ recovery-image] Jun 10 22:13:38.626 INFO O| Jun 10 22:13:38.626 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-06-10T22:13:40.017Z[ recovery-image] Jun 10 22:13:38.633 INFO O| Jun 10 22:13:38.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69912026-06-10T22:13:40.017Z[ recovery-image] Jun 10 22:13:38.633 INFO O| Jun 10 22:13:38.633 INFO STEP 700 (remove_files) COMPLETE
69922026-06-10T22:13:40.018Z[ recovery-image] Jun 10 22:13:38.633 INFO O| Jun 10 22:13:38.633 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-06-10T22:13:40.024Z[ recovery-image] Jun 10 22:13:38.639 INFO O| Jun 10 22:13:38.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69942026-06-10T22:13:40.027Z[ recovery-image] Jun 10 22:13:38.640 INFO O| Jun 10 22:13:38.640 INFO STEP 701 (remove_files) COMPLETE
69952026-06-10T22:13:40.027Z[ recovery-image] Jun 10 22:13:38.640 INFO O| Jun 10 22:13:38.640 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-06-10T22:13:40.031Z[ recovery-image] Jun 10 22:13:38.645 INFO O| Jun 10 22:13:38.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69972026-06-10T22:13:40.031Z[ recovery-image] Jun 10 22:13:38.646 INFO O| Jun 10 22:13:38.646 INFO STEP 702 (remove_files) COMPLETE
69982026-06-10T22:13:40.031Z[ recovery-image] Jun 10 22:13:38.646 INFO O| Jun 10 22:13:38.646 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-06-10T22:13:40.036Z[ recovery-image] Jun 10 22:13:38.652 INFO O| Jun 10 22:13:38.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70002026-06-10T22:13:40.040Z[ recovery-image] Jun 10 22:13:38.652 INFO O| Jun 10 22:13:38.652 INFO STEP 703 (remove_files) COMPLETE
70012026-06-10T22:13:40.040Z[ recovery-image] Jun 10 22:13:38.652 INFO O| Jun 10 22:13:38.652 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-06-10T22:13:40.044Z[ recovery-image] Jun 10 22:13:38.657 INFO O| Jun 10 22:13:38.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70032026-06-10T22:13:40.044Z[ recovery-image] Jun 10 22:13:38.657 INFO O| Jun 10 22:13:38.657 INFO STEP 704 (remove_files) COMPLETE
70042026-06-10T22:13:40.044Z[ recovery-image] Jun 10 22:13:38.657 INFO O| Jun 10 22:13:38.657 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-06-10T22:13:40.049Z[ recovery-image] Jun 10 22:13:38.663 INFO O| Jun 10 22:13:38.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70062026-06-10T22:13:40.049Z[ recovery-image] Jun 10 22:13:38.663 INFO O| Jun 10 22:13:38.663 INFO STEP 705 (remove_files) COMPLETE
70072026-06-10T22:13:40.049Z[ recovery-image] Jun 10 22:13:38.663 INFO O| Jun 10 22:13:38.663 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-06-10T22:13:40.053Z[ recovery-image] Jun 10 22:13:38.668 INFO O| Jun 10 22:13:38.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70092026-06-10T22:13:40.053Z[ recovery-image] Jun 10 22:13:38.668 INFO O| Jun 10 22:13:38.668 INFO STEP 706 (remove_files) COMPLETE
70102026-06-10T22:13:40.053Z[ recovery-image] Jun 10 22:13:38.668 INFO O| Jun 10 22:13:38.668 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-06-10T22:13:40.058Z[ recovery-image] Jun 10 22:13:38.674 INFO O| Jun 10 22:13:38.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70122026-06-10T22:13:40.058Z[ recovery-image] Jun 10 22:13:38.674 INFO O| Jun 10 22:13:38.674 INFO STEP 707 (remove_files) COMPLETE
70132026-06-10T22:13:40.061Z[ recovery-image] Jun 10 22:13:38.674 INFO O| Jun 10 22:13:38.674 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-06-10T22:13:40.065Z[ recovery-image] Jun 10 22:13:38.679 INFO O| Jun 10 22:13:38.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70152026-06-10T22:13:40.065Z[ recovery-image] Jun 10 22:13:38.679 INFO O| Jun 10 22:13:38.679 INFO STEP 708 (remove_files) COMPLETE
70162026-06-10T22:13:40.065Z[ recovery-image] Jun 10 22:13:38.679 INFO O| Jun 10 22:13:38.679 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-06-10T22:13:40.070Z[ recovery-image] Jun 10 22:13:38.686 INFO O| Jun 10 22:13:38.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70182026-06-10T22:13:40.070Z[ recovery-image] Jun 10 22:13:38.686 INFO O| Jun 10 22:13:38.686 INFO STEP 709 (remove_files) COMPLETE
70192026-06-10T22:13:40.073Z[ recovery-image] Jun 10 22:13:38.686 INFO O| Jun 10 22:13:38.686 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-06-10T22:13:40.078Z[ recovery-image] Jun 10 22:13:38.691 INFO O| Jun 10 22:13:38.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70212026-06-10T22:13:40.078Z[ recovery-image] Jun 10 22:13:38.691 INFO O| Jun 10 22:13:38.691 INFO STEP 710 (remove_files) COMPLETE
70222026-06-10T22:13:40.078Z[ recovery-image] Jun 10 22:13:38.691 INFO O| Jun 10 22:13:38.691 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-06-10T22:13:40.082Z[ recovery-image] Jun 10 22:13:38.697 INFO O| Jun 10 22:13:38.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70242026-06-10T22:13:40.082Z[ recovery-image] Jun 10 22:13:38.697 INFO O| Jun 10 22:13:38.697 INFO STEP 711 (remove_files) COMPLETE
70252026-06-10T22:13:40.082Z[ recovery-image] Jun 10 22:13:38.697 INFO O| Jun 10 22:13:38.697 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-06-10T22:13:40.091Z[ recovery-image] Jun 10 22:13:38.703 INFO O| Jun 10 22:13:38.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70272026-06-10T22:13:40.091Z[ recovery-image] Jun 10 22:13:38.703 INFO O| Jun 10 22:13:38.703 INFO STEP 712 (remove_files) COMPLETE
70282026-06-10T22:13:40.095Z[ recovery-image] Jun 10 22:13:38.703 INFO O| Jun 10 22:13:38.703 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-06-10T22:13:40.095Z[ recovery-image] Jun 10 22:13:38.708 INFO O| Jun 10 22:13:38.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70302026-06-10T22:13:40.095Z[ recovery-image] Jun 10 22:13:38.708 INFO O| Jun 10 22:13:38.708 INFO STEP 713 (remove_files) COMPLETE
70312026-06-10T22:13:40.095Z[ recovery-image] Jun 10 22:13:38.708 INFO O| Jun 10 22:13:38.708 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-06-10T22:13:40.101Z[ recovery-image] Jun 10 22:13:38.717 INFO O| Jun 10 22:13:38.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70332026-06-10T22:13:40.101Z[ recovery-image] Jun 10 22:13:38.717 INFO O| Jun 10 22:13:38.717 INFO STEP 714 (remove_files) COMPLETE
70342026-06-10T22:13:40.105Z[ recovery-image] Jun 10 22:13:38.717 INFO O| Jun 10 22:13:38.717 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-06-10T22:13:40.110Z[ recovery-image] Jun 10 22:13:38.726 INFO O| Jun 10 22:13:38.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70362026-06-10T22:13:40.114Z[ recovery-image] Jun 10 22:13:38.726 INFO O| Jun 10 22:13:38.726 INFO STEP 715 (remove_files) COMPLETE
70372026-06-10T22:13:40.114Z[ recovery-image] Jun 10 22:13:38.726 INFO O| Jun 10 22:13:38.726 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-06-10T22:13:40.119Z[ recovery-image] Jun 10 22:13:38.732 INFO O| Jun 10 22:13:38.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70392026-06-10T22:13:40.119Z[ recovery-image] Jun 10 22:13:38.732 INFO O| Jun 10 22:13:38.732 INFO STEP 716 (remove_files) COMPLETE
70402026-06-10T22:13:40.119Z[ recovery-image] Jun 10 22:13:38.732 INFO O| Jun 10 22:13:38.732 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-06-10T22:13:40.126Z[ recovery-image] Jun 10 22:13:38.742 INFO O| Jun 10 22:13:38.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70422026-06-10T22:13:40.126Z[ recovery-image] Jun 10 22:13:38.742 INFO O| Jun 10 22:13:38.742 INFO STEP 717 (remove_files) COMPLETE
70432026-06-10T22:13:40.126Z[ recovery-image] Jun 10 22:13:38.742 INFO O| Jun 10 22:13:38.742 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-06-10T22:13:40.135Z[ recovery-image] Jun 10 22:13:38.750 INFO O| Jun 10 22:13:38.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70452026-06-10T22:13:40.135Z[ recovery-image] Jun 10 22:13:38.750 INFO O| Jun 10 22:13:38.750 INFO STEP 718 (remove_files) COMPLETE
70462026-06-10T22:13:40.138Z[ recovery-image] Jun 10 22:13:38.750 INFO O| Jun 10 22:13:38.750 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-06-10T22:13:40.142Z[ recovery-image] Jun 10 22:13:38.758 INFO O| Jun 10 22:13:38.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70482026-06-10T22:13:40.142Z[ recovery-image] Jun 10 22:13:38.758 INFO O| Jun 10 22:13:38.758 INFO STEP 719 (remove_files) COMPLETE
70492026-06-10T22:13:40.145Z[ recovery-image] Jun 10 22:13:38.758 INFO O| Jun 10 22:13:38.758 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-06-10T22:13:40.150Z[ recovery-image] Jun 10 22:13:38.765 INFO O| Jun 10 22:13:38.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70512026-06-10T22:13:40.150Z[ recovery-image] Jun 10 22:13:38.766 INFO O| Jun 10 22:13:38.766 INFO STEP 720 (remove_files) COMPLETE
70522026-06-10T22:13:40.154Z[ recovery-image] Jun 10 22:13:38.766 INFO O| Jun 10 22:13:38.766 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-06-10T22:13:40.159Z[ recovery-image] Jun 10 22:13:38.774 INFO O| Jun 10 22:13:38.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70542026-06-10T22:13:40.159Z[ recovery-image] Jun 10 22:13:38.774 INFO O| Jun 10 22:13:38.774 INFO STEP 721 (remove_files) COMPLETE
70552026-06-10T22:13:40.159Z[ recovery-image] Jun 10 22:13:38.774 INFO O| Jun 10 22:13:38.774 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-06-10T22:13:40.165Z[ recovery-image] Jun 10 22:13:38.781 INFO O| Jun 10 22:13:38.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70572026-06-10T22:13:40.165Z[ recovery-image] Jun 10 22:13:38.781 INFO O| Jun 10 22:13:38.781 INFO STEP 722 (remove_files) COMPLETE
70582026-06-10T22:13:40.169Z[ recovery-image] Jun 10 22:13:38.781 INFO O| Jun 10 22:13:38.781 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-06-10T22:13:40.173Z[ recovery-image] Jun 10 22:13:38.788 INFO O| Jun 10 22:13:38.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70602026-06-10T22:13:40.176Z[ recovery-image] Jun 10 22:13:38.789 INFO O| Jun 10 22:13:38.789 INFO STEP 723 (remove_files) COMPLETE
70612026-06-10T22:13:40.176Z[ recovery-image] Jun 10 22:13:38.789 INFO O| Jun 10 22:13:38.789 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-06-10T22:13:40.181Z[ recovery-image] Jun 10 22:13:38.797 INFO O| Jun 10 22:13:38.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70632026-06-10T22:13:40.184Z[ recovery-image] Jun 10 22:13:38.797 INFO O| Jun 10 22:13:38.797 INFO STEP 724 (remove_files) COMPLETE
70642026-06-10T22:13:40.184Z[ recovery-image] Jun 10 22:13:38.797 INFO O| Jun 10 22:13:38.797 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-06-10T22:13:40.189Z[ recovery-image] Jun 10 22:13:38.805 INFO O| Jun 10 22:13:38.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70662026-06-10T22:13:40.190Z[ recovery-image] Jun 10 22:13:38.805 INFO O| Jun 10 22:13:38.805 INFO STEP 725 (remove_files) COMPLETE
70672026-06-10T22:13:40.190Z[ recovery-image] Jun 10 22:13:38.805 INFO O| Jun 10 22:13:38.805 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-06-10T22:13:40.196Z[ recovery-image] Jun 10 22:13:38.812 INFO O| Jun 10 22:13:38.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70692026-06-10T22:13:40.196Z[ recovery-image] Jun 10 22:13:38.812 INFO O| Jun 10 22:13:38.812 INFO STEP 726 (remove_files) COMPLETE
70702026-06-10T22:13:40.196Z[ recovery-image] Jun 10 22:13:38.812 INFO O| Jun 10 22:13:38.812 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-06-10T22:13:40.203Z[ recovery-image] Jun 10 22:13:38.819 INFO O| Jun 10 22:13:38.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70722026-06-10T22:13:40.203Z[ recovery-image] Jun 10 22:13:38.819 INFO O| Jun 10 22:13:38.819 INFO STEP 727 (remove_files) COMPLETE
70732026-06-10T22:13:40.204Z[ recovery-image] Jun 10 22:13:38.819 INFO O| Jun 10 22:13:38.819 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-06-10T22:13:40.210Z[ recovery-image] Jun 10 22:13:38.826 INFO O| Jun 10 22:13:38.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70752026-06-10T22:13:40.210Z[ recovery-image] Jun 10 22:13:38.826 INFO O| Jun 10 22:13:38.826 INFO STEP 728 (remove_files) COMPLETE
70762026-06-10T22:13:40.214Z[ recovery-image] Jun 10 22:13:38.826 INFO O| Jun 10 22:13:38.826 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-06-10T22:13:40.217Z[ recovery-image] Jun 10 22:13:38.833 INFO O| Jun 10 22:13:38.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70782026-06-10T22:13:40.217Z[ recovery-image] Jun 10 22:13:38.833 INFO O| Jun 10 22:13:38.833 INFO STEP 729 (remove_files) COMPLETE
70792026-06-10T22:13:40.217Z[ recovery-image] Jun 10 22:13:38.833 INFO O| Jun 10 22:13:38.833 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-06-10T22:13:40.223Z[ recovery-image] Jun 10 22:13:38.839 INFO O| Jun 10 22:13:38.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70812026-06-10T22:13:40.223Z[ recovery-image] Jun 10 22:13:38.839 INFO O| Jun 10 22:13:38.839 INFO STEP 730 (remove_files) COMPLETE
70822026-06-10T22:13:40.227Z[ recovery-image] Jun 10 22:13:38.839 INFO O| Jun 10 22:13:38.839 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-06-10T22:13:40.231Z[ recovery-image] Jun 10 22:13:38.847 INFO O| Jun 10 22:13:38.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70842026-06-10T22:13:40.235Z[ recovery-image] Jun 10 22:13:38.847 INFO O| Jun 10 22:13:38.847 INFO STEP 731 (remove_files) COMPLETE
70852026-06-10T22:13:40.235Z[ recovery-image] Jun 10 22:13:38.847 INFO O| Jun 10 22:13:38.847 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-06-10T22:13:40.239Z[ recovery-image] Jun 10 22:13:38.854 INFO O| Jun 10 22:13:38.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70872026-06-10T22:13:40.239Z[ recovery-image] Jun 10 22:13:38.854 INFO O| Jun 10 22:13:38.854 INFO STEP 732 (remove_files) COMPLETE
70882026-06-10T22:13:40.239Z[ recovery-image] Jun 10 22:13:38.854 INFO O| Jun 10 22:13:38.854 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-06-10T22:13:40.249Z[ recovery-image] Jun 10 22:13:38.863 INFO O| Jun 10 22:13:38.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70902026-06-10T22:13:40.249Z[ recovery-image] Jun 10 22:13:38.863 INFO O| Jun 10 22:13:38.863 INFO STEP 733 (remove_files) COMPLETE
70912026-06-10T22:13:40.249Z[ recovery-image] Jun 10 22:13:38.863 INFO O| Jun 10 22:13:38.863 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-06-10T22:13:40.256Z[ recovery-image] Jun 10 22:13:38.871 INFO O| Jun 10 22:13:38.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70932026-06-10T22:13:40.260Z[ recovery-image] Jun 10 22:13:38.871 INFO O| Jun 10 22:13:38.871 INFO STEP 734 (remove_files) COMPLETE
70942026-06-10T22:13:40.260Z[ recovery-image] Jun 10 22:13:38.872 INFO O| Jun 10 22:13:38.871 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-06-10T22:13:40.264Z[ recovery-image] Jun 10 22:13:38.879 INFO O| Jun 10 22:13:38.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70962026-06-10T22:13:40.264Z[ recovery-image] Jun 10 22:13:38.879 INFO O| Jun 10 22:13:38.879 INFO STEP 735 (remove_files) COMPLETE
70972026-06-10T22:13:40.264Z[ recovery-image] Jun 10 22:13:38.879 INFO O| Jun 10 22:13:38.879 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-06-10T22:13:40.276Z[ recovery-image] Jun 10 22:13:38.887 INFO O| Jun 10 22:13:38.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70992026-06-10T22:13:40.276Z[ recovery-image] Jun 10 22:13:38.887 INFO O| Jun 10 22:13:38.887 INFO STEP 736 (remove_files) COMPLETE
71002026-06-10T22:13:40.276Z[ recovery-image] Jun 10 22:13:38.887 INFO O| Jun 10 22:13:38.887 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-06-10T22:13:40.280Z[ recovery-image] Jun 10 22:13:38.895 INFO O| Jun 10 22:13:38.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71022026-06-10T22:13:40.280Z[ recovery-image] Jun 10 22:13:38.895 INFO O| Jun 10 22:13:38.895 INFO STEP 737 (remove_files) COMPLETE
71032026-06-10T22:13:40.280Z[ recovery-image] Jun 10 22:13:38.895 INFO O| Jun 10 22:13:38.895 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-06-10T22:13:40.288Z[ recovery-image] Jun 10 22:13:38.903 INFO O| Jun 10 22:13:38.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71052026-06-10T22:13:40.288Z[ recovery-image] Jun 10 22:13:38.903 INFO O| Jun 10 22:13:38.903 INFO STEP 738 (remove_files) COMPLETE
71062026-06-10T22:13:40.292Z[ recovery-image] Jun 10 22:13:38.903 INFO O| Jun 10 22:13:38.903 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-06-10T22:13:40.296Z[ recovery-image] Jun 10 22:13:38.911 INFO O| Jun 10 22:13:38.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71082026-06-10T22:13:40.296Z[ recovery-image] Jun 10 22:13:38.912 INFO O| Jun 10 22:13:38.912 INFO STEP 739 (remove_files) COMPLETE
71092026-06-10T22:13:40.296Z[ recovery-image] Jun 10 22:13:38.912 INFO O| Jun 10 22:13:38.912 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-06-10T22:13:40.307Z[ recovery-image] Jun 10 22:13:38.923 INFO O| Jun 10 22:13:38.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71112026-06-10T22:13:40.307Z[ recovery-image] Jun 10 22:13:38.923 INFO O| Jun 10 22:13:38.923 INFO STEP 740 (remove_files) COMPLETE
71122026-06-10T22:13:40.307Z[ recovery-image] Jun 10 22:13:38.923 INFO O| Jun 10 22:13:38.923 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-06-10T22:13:40.325Z[ recovery-image] Jun 10 22:13:38.941 INFO O| Jun 10 22:13:38.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71142026-06-10T22:13:40.325Z[ recovery-image] Jun 10 22:13:38.941 INFO O| Jun 10 22:13:38.941 INFO STEP 741 (remove_files) COMPLETE
71152026-06-10T22:13:40.325Z[ recovery-image] Jun 10 22:13:38.941 INFO O| Jun 10 22:13:38.941 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-06-10T22:13:40.341Z[ recovery-image] Jun 10 22:13:38.956 INFO O| Jun 10 22:13:38.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71172026-06-10T22:13:40.341Z[ recovery-image] Jun 10 22:13:38.956 INFO O| Jun 10 22:13:38.956 INFO STEP 742 (remove_files) COMPLETE
71182026-06-10T22:13:40.345Z[ recovery-image] Jun 10 22:13:38.956 INFO O| Jun 10 22:13:38.956 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-06-10T22:13:40.349Z[ recovery-image] Jun 10 22:13:38.965 INFO O| Jun 10 22:13:38.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71202026-06-10T22:13:40.349Z[ recovery-image] Jun 10 22:13:38.965 INFO O| Jun 10 22:13:38.965 INFO STEP 743 (remove_files) COMPLETE
71212026-06-10T22:13:40.352Z[ recovery-image] Jun 10 22:13:38.965 INFO O| Jun 10 22:13:38.965 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-06-10T22:13:40.359Z[ recovery-image] Jun 10 22:13:38.974 INFO O| Jun 10 22:13:38.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71232026-06-10T22:13:40.359Z[ recovery-image] Jun 10 22:13:38.974 INFO O| Jun 10 22:13:38.974 INFO STEP 744 (remove_files) COMPLETE
71242026-06-10T22:13:40.364Z[ recovery-image] Jun 10 22:13:38.974 INFO O| Jun 10 22:13:38.974 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-06-10T22:13:40.370Z[ recovery-image] Jun 10 22:13:38.984 INFO O| Jun 10 22:13:38.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71262026-06-10T22:13:40.370Z[ recovery-image] Jun 10 22:13:38.984 INFO O| Jun 10 22:13:38.984 INFO STEP 745 (remove_files) COMPLETE
71272026-06-10T22:13:40.373Z[ recovery-image] Jun 10 22:13:38.984 INFO O| Jun 10 22:13:38.984 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-06-10T22:13:40.378Z[ recovery-image] Jun 10 22:13:38.993 INFO O| Jun 10 22:13:38.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71292026-06-10T22:13:40.378Z[ recovery-image] Jun 10 22:13:38.993 INFO O| Jun 10 22:13:38.993 INFO STEP 746 (remove_files) COMPLETE
71302026-06-10T22:13:40.378Z[ recovery-image] Jun 10 22:13:38.993 INFO O| Jun 10 22:13:38.993 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-06-10T22:13:40.387Z[ recovery-image] Jun 10 22:13:39.002 INFO O| Jun 10 22:13:39.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71322026-06-10T22:13:40.387Z[ recovery-image] Jun 10 22:13:39.002 INFO O| Jun 10 22:13:39.002 INFO STEP 747 (remove_files) COMPLETE
71332026-06-10T22:13:40.387Z[ recovery-image] Jun 10 22:13:39.002 INFO O| Jun 10 22:13:39.002 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-06-10T22:13:40.396Z[ recovery-image] Jun 10 22:13:39.011 INFO O| Jun 10 22:13:39.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71352026-06-10T22:13:40.396Z[ recovery-image] Jun 10 22:13:39.011 INFO O| Jun 10 22:13:39.011 INFO STEP 748 (remove_files) COMPLETE
71362026-06-10T22:13:40.399Z[ recovery-image] Jun 10 22:13:39.011 INFO O| Jun 10 22:13:39.011 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-06-10T22:13:40.404Z[ recovery-image] Jun 10 22:13:39.020 INFO O| Jun 10 22:13:39.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71382026-06-10T22:13:40.404Z[ recovery-image] Jun 10 22:13:39.020 INFO O| Jun 10 22:13:39.020 INFO STEP 749 (remove_files) COMPLETE
71392026-06-10T22:13:40.405Z[ recovery-image] Jun 10 22:13:39.020 INFO O| Jun 10 22:13:39.020 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-06-10T22:13:40.412Z[ recovery-image] Jun 10 22:13:39.028 INFO O| Jun 10 22:13:39.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71412026-06-10T22:13:40.412Z[ recovery-image] Jun 10 22:13:39.028 INFO O| Jun 10 22:13:39.028 INFO STEP 750 (remove_files) COMPLETE
71422026-06-10T22:13:40.416Z[ recovery-image] Jun 10 22:13:39.028 INFO O| Jun 10 22:13:39.028 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-06-10T22:13:40.421Z[ recovery-image] Jun 10 22:13:39.037 INFO O| Jun 10 22:13:39.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71442026-06-10T22:13:40.421Z[ recovery-image] Jun 10 22:13:39.037 INFO O| Jun 10 22:13:39.037 INFO STEP 751 (remove_files) COMPLETE
71452026-06-10T22:13:40.425Z[ recovery-image] Jun 10 22:13:39.037 INFO O| Jun 10 22:13:39.037 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-06-10T22:13:40.429Z[ recovery-image] Jun 10 22:13:39.045 INFO O| Jun 10 22:13:39.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71472026-06-10T22:13:40.429Z[ recovery-image] Jun 10 22:13:39.045 INFO O| Jun 10 22:13:39.045 INFO STEP 752 (remove_files) COMPLETE
71482026-06-10T22:13:40.429Z[ recovery-image] Jun 10 22:13:39.045 INFO O| Jun 10 22:13:39.045 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-06-10T22:13:40.439Z[ recovery-image] Jun 10 22:13:39.054 INFO O| Jun 10 22:13:39.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71502026-06-10T22:13:40.439Z[ recovery-image] Jun 10 22:13:39.054 INFO O| Jun 10 22:13:39.054 INFO STEP 753 (remove_files) COMPLETE
71512026-06-10T22:13:40.443Z[ recovery-image] Jun 10 22:13:39.054 INFO O| Jun 10 22:13:39.054 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-06-10T22:13:40.449Z[ recovery-image] Jun 10 22:13:39.064 INFO O| Jun 10 22:13:39.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71532026-06-10T22:13:40.450Z[ recovery-image] Jun 10 22:13:39.064 INFO O| Jun 10 22:13:39.064 INFO STEP 754 (remove_files) COMPLETE
71542026-06-10T22:13:40.450Z[ recovery-image] Jun 10 22:13:39.064 INFO O| Jun 10 22:13:39.064 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-06-10T22:13:40.459Z[ recovery-image] Jun 10 22:13:39.074 INFO O| Jun 10 22:13:39.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71562026-06-10T22:13:40.471Z[ recovery-image] Jun 10 22:13:39.075 INFO O| Jun 10 22:13:39.075 INFO STEP 755 (remove_files) COMPLETE
71572026-06-10T22:13:40.471Z[ recovery-image] Jun 10 22:13:39.075 INFO O| Jun 10 22:13:39.075 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-06-10T22:13:40.471Z[ recovery-image] Jun 10 22:13:39.084 INFO O| Jun 10 22:13:39.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71592026-06-10T22:13:40.471Z[ recovery-image] Jun 10 22:13:39.084 INFO O| Jun 10 22:13:39.084 INFO STEP 756 (remove_files) COMPLETE
71602026-06-10T22:13:40.471Z[ recovery-image] Jun 10 22:13:39.084 INFO O| Jun 10 22:13:39.084 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-06-10T22:13:40.477Z[ recovery-image] Jun 10 22:13:39.093 INFO O| Jun 10 22:13:39.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71622026-06-10T22:13:40.478Z[ recovery-image] Jun 10 22:13:39.093 INFO O| Jun 10 22:13:39.093 INFO STEP 757 (remove_files) COMPLETE
71632026-06-10T22:13:40.478Z[ recovery-image] Jun 10 22:13:39.093 INFO O| Jun 10 22:13:39.093 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-06-10T22:13:40.506Z[ recovery-image] Jun 10 22:13:39.101 INFO O| Jun 10 22:13:39.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71652026-06-10T22:13:40.506Z[ recovery-image] Jun 10 22:13:39.101 INFO O| Jun 10 22:13:39.101 INFO STEP 758 (remove_files) COMPLETE
71662026-06-10T22:13:40.518Z[ recovery-image] Jun 10 22:13:39.101 INFO O| Jun 10 22:13:39.101 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-06-10T22:13:40.518Z[ recovery-image] Jun 10 22:13:39.109 INFO O| Jun 10 22:13:39.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71682026-06-10T22:13:40.518Z[ recovery-image] Jun 10 22:13:39.109 INFO O| Jun 10 22:13:39.109 INFO STEP 759 (remove_files) COMPLETE
71692026-06-10T22:13:40.518Z[ recovery-image] Jun 10 22:13:39.109 INFO O| Jun 10 22:13:39.109 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-06-10T22:13:40.518Z[ recovery-image] Jun 10 22:13:39.119 INFO O| Jun 10 22:13:39.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71712026-06-10T22:13:40.518Z[ recovery-image] Jun 10 22:13:39.119 INFO O| Jun 10 22:13:39.119 INFO STEP 760 (remove_files) COMPLETE
71722026-06-10T22:13:40.518Z[ recovery-image] Jun 10 22:13:39.119 INFO O| Jun 10 22:13:39.119 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-06-10T22:13:40.522Z[ recovery-image] Jun 10 22:13:39.127 INFO O| Jun 10 22:13:39.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71742026-06-10T22:13:40.522Z[ recovery-image] Jun 10 22:13:39.128 INFO O| Jun 10 22:13:39.128 INFO STEP 761 (remove_files) COMPLETE
71752026-06-10T22:13:40.522Z[ recovery-image] Jun 10 22:13:39.128 INFO O| Jun 10 22:13:39.128 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-06-10T22:13:40.522Z[ recovery-image] Jun 10 22:13:39.137 INFO O| Jun 10 22:13:39.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71772026-06-10T22:13:40.522Z[ recovery-image] Jun 10 22:13:39.138 INFO O| Jun 10 22:13:39.137 INFO STEP 762 (remove_files) COMPLETE
71782026-06-10T22:13:40.522Z[ recovery-image] Jun 10 22:13:39.138 INFO O| Jun 10 22:13:39.137 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-06-10T22:13:40.531Z[ recovery-image] Jun 10 22:13:39.146 INFO O| Jun 10 22:13:39.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71802026-06-10T22:13:40.535Z[ recovery-image] Jun 10 22:13:39.147 INFO O| Jun 10 22:13:39.147 INFO STEP 763 (remove_files) COMPLETE
71812026-06-10T22:13:40.535Z[ recovery-image] Jun 10 22:13:39.147 INFO O| Jun 10 22:13:39.147 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-06-10T22:13:40.541Z[ recovery-image] Jun 10 22:13:39.156 INFO O| Jun 10 22:13:39.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71832026-06-10T22:13:40.541Z[ recovery-image] Jun 10 22:13:39.156 INFO O| Jun 10 22:13:39.156 INFO STEP 764 (remove_files) COMPLETE
71842026-06-10T22:13:40.541Z[ recovery-image] Jun 10 22:13:39.156 INFO O| Jun 10 22:13:39.156 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-06-10T22:13:40.561Z[ recovery-image] Jun 10 22:13:39.166 INFO O| Jun 10 22:13:39.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71862026-06-10T22:13:40.567Z[ recovery-image] Jun 10 22:13:39.166 INFO O| Jun 10 22:13:39.166 INFO STEP 765 (remove_files) COMPLETE
71872026-06-10T22:13:40.567Z[ recovery-image] Jun 10 22:13:39.166 INFO O| Jun 10 22:13:39.166 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-06-10T22:13:40.568Z[ recovery-image] Jun 10 22:13:39.176 INFO O| Jun 10 22:13:39.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71892026-06-10T22:13:40.568Z[ recovery-image] Jun 10 22:13:39.176 INFO O| Jun 10 22:13:39.176 INFO STEP 766 (remove_files) COMPLETE
71902026-06-10T22:13:40.568Z[ recovery-image] Jun 10 22:13:39.176 INFO O| Jun 10 22:13:39.176 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-06-10T22:13:40.571Z[ recovery-image] Jun 10 22:13:39.185 INFO O| Jun 10 22:13:39.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71922026-06-10T22:13:40.572Z[ recovery-image] Jun 10 22:13:39.185 INFO O| Jun 10 22:13:39.185 INFO STEP 767 (remove_files) COMPLETE
71932026-06-10T22:13:40.572Z[ recovery-image] Jun 10 22:13:39.185 INFO O| Jun 10 22:13:39.185 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-06-10T22:13:40.580Z[ recovery-image] Jun 10 22:13:39.194 INFO O| Jun 10 22:13:39.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71952026-06-10T22:13:40.604Z[ recovery-image] Jun 10 22:13:39.195 INFO O| Jun 10 22:13:39.195 INFO STEP 768 (remove_files) COMPLETE
71962026-06-10T22:13:40.604Z[ recovery-image] Jun 10 22:13:39.195 INFO O| Jun 10 22:13:39.195 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-06-10T22:13:40.604Z[ recovery-image] Jun 10 22:13:39.204 INFO O| Jun 10 22:13:39.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71982026-06-10T22:13:40.604Z[ recovery-image] Jun 10 22:13:39.204 INFO O| Jun 10 22:13:39.204 INFO STEP 769 (remove_files) COMPLETE
71992026-06-10T22:13:40.604Z[ recovery-image] Jun 10 22:13:39.204 INFO O| Jun 10 22:13:39.204 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-06-10T22:13:40.604Z[ recovery-image] Jun 10 22:13:39.214 INFO O| Jun 10 22:13:39.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72012026-06-10T22:13:40.604Z[ recovery-image] Jun 10 22:13:39.214 INFO O| Jun 10 22:13:39.214 INFO STEP 770 (remove_files) COMPLETE
72022026-06-10T22:13:40.604Z[ recovery-image] Jun 10 22:13:39.214 INFO O| Jun 10 22:13:39.214 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-06-10T22:13:40.618Z[ host-image] Jun 10 22:13:39.222 INFO O| Jun 10 22:13:39.222 INFO O| Startup: Refreshing catalog 'helios' ... Done
72042026-06-10T22:13:40.618Z[ recovery-image] Jun 10 22:13:39.224 INFO O| Jun 10 22:13:39.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72052026-06-10T22:13:40.618Z[ recovery-image] Jun 10 22:13:39.224 INFO O| Jun 10 22:13:39.224 INFO STEP 771 (remove_files) COMPLETE
72062026-06-10T22:13:40.618Z[ recovery-image] Jun 10 22:13:39.224 INFO O| Jun 10 22:13:39.224 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-06-10T22:13:40.623Z[ recovery-image] Jun 10 22:13:39.233 INFO O| Jun 10 22:13:39.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72082026-06-10T22:13:40.623Z[ recovery-image] Jun 10 22:13:39.233 INFO O| Jun 10 22:13:39.233 INFO STEP 772 (remove_files) COMPLETE
72092026-06-10T22:13:40.623Z[ recovery-image] Jun 10 22:13:39.233 INFO O| Jun 10 22:13:39.233 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-06-10T22:13:40.642Z[ recovery-image] Jun 10 22:13:39.243 INFO O| Jun 10 22:13:39.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72112026-06-10T22:13:40.642Z[ recovery-image] Jun 10 22:13:39.243 INFO O| Jun 10 22:13:39.243 INFO STEP 773 (remove_files) COMPLETE
72122026-06-10T22:13:40.693Z[ recovery-image] Jun 10 22:13:39.243 INFO O| Jun 10 22:13:39.243 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-06-10T22:13:40.693Z[ recovery-image] Jun 10 22:13:39.252 INFO O| Jun 10 22:13:39.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72142026-06-10T22:13:40.693Z[ recovery-image] Jun 10 22:13:39.252 INFO O| Jun 10 22:13:39.252 INFO STEP 774 (remove_files) COMPLETE
72152026-06-10T22:13:40.693Z[ recovery-image] Jun 10 22:13:39.252 INFO O| Jun 10 22:13:39.252 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-06-10T22:13:40.693Z[ recovery-image] Jun 10 22:13:39.263 INFO O| Jun 10 22:13:39.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72172026-06-10T22:13:40.693Z[ recovery-image] Jun 10 22:13:39.263 INFO O| Jun 10 22:13:39.263 INFO STEP 775 (remove_files) COMPLETE
72182026-06-10T22:13:40.693Z[ recovery-image] Jun 10 22:13:39.263 INFO O| Jun 10 22:13:39.263 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-06-10T22:13:40.693Z[ recovery-image] Jun 10 22:13:39.272 INFO O| Jun 10 22:13:39.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72202026-06-10T22:13:40.693Z[ recovery-image] Jun 10 22:13:39.272 INFO O| Jun 10 22:13:39.272 INFO STEP 776 (remove_files) COMPLETE
72212026-06-10T22:13:40.694Z[ recovery-image] Jun 10 22:13:39.272 INFO O| Jun 10 22:13:39.272 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-06-10T22:13:40.694Z[ recovery-image] Jun 10 22:13:39.282 INFO O| Jun 10 22:13:39.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72232026-06-10T22:13:40.694Z[ recovery-image] Jun 10 22:13:39.282 INFO O| Jun 10 22:13:39.282 INFO STEP 777 (remove_files) COMPLETE
72242026-06-10T22:13:40.694Z[ recovery-image] Jun 10 22:13:39.282 INFO O| Jun 10 22:13:39.282 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-06-10T22:13:40.694Z[ recovery-image] Jun 10 22:13:39.291 INFO O| Jun 10 22:13:39.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72262026-06-10T22:13:40.694Z[ recovery-image] Jun 10 22:13:39.292 INFO O| Jun 10 22:13:39.292 INFO STEP 778 (remove_files) COMPLETE
72272026-06-10T22:13:40.694Z[ recovery-image] Jun 10 22:13:39.292 INFO O| Jun 10 22:13:39.292 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-06-10T22:13:40.699Z[ recovery-image] Jun 10 22:13:39.302 INFO O| Jun 10 22:13:39.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72292026-06-10T22:13:40.699Z[ recovery-image] Jun 10 22:13:39.302 INFO O| Jun 10 22:13:39.302 INFO STEP 779 (remove_files) COMPLETE
72302026-06-10T22:13:40.699Z[ recovery-image] Jun 10 22:13:39.302 INFO O| Jun 10 22:13:39.302 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-06-10T22:13:40.699Z[ recovery-image] Jun 10 22:13:39.312 INFO O| Jun 10 22:13:39.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72322026-06-10T22:13:40.699Z[ recovery-image] Jun 10 22:13:39.312 INFO O| Jun 10 22:13:39.312 INFO STEP 780 (remove_files) COMPLETE
72332026-06-10T22:13:40.699Z[ recovery-image] Jun 10 22:13:39.312 INFO O| Jun 10 22:13:39.312 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-06-10T22:13:40.705Z[ host-image] Jun 10 22:13:39.317 INFO O| Jun 10 22:13:39.317 INFO O| Startup: Caching catalogs ... Done
72352026-06-10T22:13:40.709Z[ recovery-image] Jun 10 22:13:39.321 INFO O| Jun 10 22:13:39.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72362026-06-10T22:13:40.709Z[ recovery-image] Jun 10 22:13:39.321 INFO O| Jun 10 22:13:39.321 INFO STEP 781 (remove_files) COMPLETE
72372026-06-10T22:13:40.709Z[ recovery-image] Jun 10 22:13:39.321 INFO O| Jun 10 22:13:39.321 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-06-10T22:13:40.714Z[ recovery-image] Jun 10 22:13:39.330 INFO O| Jun 10 22:13:39.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72392026-06-10T22:13:40.718Z[ recovery-image] Jun 10 22:13:39.330 INFO O| Jun 10 22:13:39.330 INFO STEP 782 (remove_files) COMPLETE
72402026-06-10T22:13:40.718Z[ recovery-image] Jun 10 22:13:39.330 INFO O| Jun 10 22:13:39.330 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-06-10T22:13:40.723Z[ recovery-image] Jun 10 22:13:39.339 INFO O| Jun 10 22:13:39.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72422026-06-10T22:13:40.723Z[ recovery-image] Jun 10 22:13:39.339 INFO O| Jun 10 22:13:39.339 INFO STEP 783 (remove_files) COMPLETE
72432026-06-10T22:13:40.723Z[ recovery-image] Jun 10 22:13:39.339 INFO O| Jun 10 22:13:39.339 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-06-10T22:13:40.735Z[ recovery-image] Jun 10 22:13:39.350 INFO O| Jun 10 22:13:39.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72452026-06-10T22:13:40.795Z[ recovery-image] Jun 10 22:13:39.350 INFO O| Jun 10 22:13:39.350 INFO STEP 784 (remove_files) COMPLETE
72462026-06-10T22:13:40.795Z[ recovery-image] Jun 10 22:13:39.350 INFO O| Jun 10 22:13:39.350 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-06-10T22:13:40.795Z[ recovery-image] Jun 10 22:13:39.359 INFO O| Jun 10 22:13:39.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72482026-06-10T22:13:40.795Z[ recovery-image] Jun 10 22:13:39.359 INFO O| Jun 10 22:13:39.359 INFO STEP 785 (remove_files) COMPLETE
72492026-06-10T22:13:40.795Z[ recovery-image] Jun 10 22:13:39.359 INFO O| Jun 10 22:13:39.359 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-06-10T22:13:40.795Z[ recovery-image] Jun 10 22:13:39.369 INFO O| Jun 10 22:13:39.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72512026-06-10T22:13:40.796Z[ recovery-image] Jun 10 22:13:39.369 INFO O| Jun 10 22:13:39.369 INFO STEP 786 (remove_files) COMPLETE
72522026-06-10T22:13:40.796Z[ recovery-image] Jun 10 22:13:39.369 INFO O| Jun 10 22:13:39.369 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-06-10T22:13:40.796Z[ recovery-image] Jun 10 22:13:39.378 INFO O| Jun 10 22:13:39.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72542026-06-10T22:13:40.796Z[ recovery-image] Jun 10 22:13:39.378 INFO O| Jun 10 22:13:39.378 INFO STEP 787 (remove_files) COMPLETE
72552026-06-10T22:13:40.796Z[ recovery-image] Jun 10 22:13:39.378 INFO O| Jun 10 22:13:39.378 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-06-10T22:13:40.796Z[ recovery-image] Jun 10 22:13:39.388 INFO O| Jun 10 22:13:39.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72572026-06-10T22:13:40.796Z[ recovery-image] Jun 10 22:13:39.388 INFO O| Jun 10 22:13:39.388 INFO STEP 788 (remove_files) COMPLETE
72582026-06-10T22:13:40.796Z[ recovery-image] Jun 10 22:13:39.388 INFO O| Jun 10 22:13:39.388 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-06-10T22:13:40.796Z[ recovery-image] Jun 10 22:13:39.398 INFO O| Jun 10 22:13:39.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72602026-06-10T22:13:40.796Z[ recovery-image] Jun 10 22:13:39.398 INFO O| Jun 10 22:13:39.398 INFO STEP 789 (remove_files) COMPLETE
72612026-06-10T22:13:40.796Z[ recovery-image] Jun 10 22:13:39.398 INFO O| Jun 10 22:13:39.398 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-06-10T22:13:40.796Z[ recovery-image] Jun 10 22:13:39.407 INFO O| Jun 10 22:13:39.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72632026-06-10T22:13:40.797Z[ recovery-image] Jun 10 22:13:39.407 INFO O| Jun 10 22:13:39.407 INFO STEP 790 (remove_files) COMPLETE
72642026-06-10T22:13:40.797Z[ recovery-image] Jun 10 22:13:39.407 INFO O| Jun 10 22:13:39.407 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-06-10T22:13:40.801Z[ recovery-image] Jun 10 22:13:39.416 INFO O| Jun 10 22:13:39.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72662026-06-10T22:13:40.801Z[ recovery-image] Jun 10 22:13:39.416 INFO O| Jun 10 22:13:39.416 INFO STEP 791 (remove_files) COMPLETE
72672026-06-10T22:13:40.801Z[ recovery-image] Jun 10 22:13:39.416 INFO O| Jun 10 22:13:39.416 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-06-10T22:13:40.810Z[ recovery-image] Jun 10 22:13:39.425 INFO O| Jun 10 22:13:39.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72692026-06-10T22:13:40.814Z[ recovery-image] Jun 10 22:13:39.425 INFO O| Jun 10 22:13:39.425 INFO STEP 792 (remove_files) COMPLETE
72702026-06-10T22:13:40.814Z[ recovery-image] Jun 10 22:13:39.425 INFO O| Jun 10 22:13:39.425 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-06-10T22:13:40.820Z[ recovery-image] Jun 10 22:13:39.435 INFO O| Jun 10 22:13:39.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72722026-06-10T22:13:40.820Z[ recovery-image] Jun 10 22:13:39.435 INFO O| Jun 10 22:13:39.435 INFO STEP 793 (remove_files) COMPLETE
72732026-06-10T22:13:40.820Z[ recovery-image] Jun 10 22:13:39.435 INFO O| Jun 10 22:13:39.435 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-06-10T22:13:40.829Z[ recovery-image] Jun 10 22:13:39.444 INFO O| Jun 10 22:13:39.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72752026-06-10T22:13:40.829Z[ recovery-image] Jun 10 22:13:39.444 INFO O| Jun 10 22:13:39.444 INFO STEP 794 (remove_files) COMPLETE
72762026-06-10T22:13:40.834Z[ recovery-image] Jun 10 22:13:39.444 INFO O| Jun 10 22:13:39.444 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-06-10T22:13:40.838Z[ recovery-image] Jun 10 22:13:39.453 INFO O| Jun 10 22:13:39.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72782026-06-10T22:13:40.842Z[ recovery-image] Jun 10 22:13:39.454 INFO O| Jun 10 22:13:39.454 INFO STEP 795 (remove_files) COMPLETE
72792026-06-10T22:13:40.842Z[ recovery-image] Jun 10 22:13:39.454 INFO O| Jun 10 22:13:39.454 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-06-10T22:13:40.848Z[ recovery-image] Jun 10 22:13:39.463 INFO O| Jun 10 22:13:39.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72812026-06-10T22:13:40.848Z[ recovery-image] Jun 10 22:13:39.463 INFO O| Jun 10 22:13:39.463 INFO STEP 796 (remove_files) COMPLETE
72822026-06-10T22:13:40.848Z[ recovery-image] Jun 10 22:13:39.463 INFO O| Jun 10 22:13:39.463 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-06-10T22:13:40.854Z[ host-image] Jun 10 22:13:39.470 INFO O| Jun 10 22:13:39.469 INFO O| Planning: Solver setup ... Done
72842026-06-10T22:13:40.859Z[ recovery-image] Jun 10 22:13:39.475 INFO O| Jun 10 22:13:39.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72852026-06-10T22:13:40.859Z[ recovery-image] Jun 10 22:13:39.475 INFO O| Jun 10 22:13:39.475 INFO STEP 797 (remove_files) COMPLETE
72862026-06-10T22:13:40.859Z[ host-image] Jun 10 22:13:39.475 INFO O| Jun 10 22:13:39.475 INFO O| Planning: Running solver ... Done
72872026-06-10T22:13:40.859Z[ recovery-image] Jun 10 22:13:39.475 INFO O| Jun 10 22:13:39.475 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-06-10T22:13:40.864Z[ host-image] Jun 10 22:13:39.480 INFO O| Jun 10 22:13:39.480 INFO O| Planning: Finding local manifests ... Done
72892026-06-10T22:13:40.872Z[ recovery-image] Jun 10 22:13:39.485 INFO O| Jun 10 22:13:39.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72902026-06-10T22:13:40.872Z[ recovery-image] Jun 10 22:13:39.485 INFO O| Jun 10 22:13:39.485 INFO STEP 798 (remove_files) COMPLETE
72912026-06-10T22:13:40.872Z[ recovery-image] Jun 10 22:13:39.485 INFO O| Jun 10 22:13:39.485 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-06-10T22:13:40.879Z[ recovery-image] Jun 10 22:13:39.495 INFO O| Jun 10 22:13:39.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72932026-06-10T22:13:40.880Z[ recovery-image] Jun 10 22:13:39.495 INFO O| Jun 10 22:13:39.495 INFO STEP 799 (remove_files) COMPLETE
72942026-06-10T22:13:40.883Z[ recovery-image] Jun 10 22:13:39.495 INFO O| Jun 10 22:13:39.495 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-06-10T22:13:40.889Z[ host-image] Jun 10 22:13:39.504 INFO O| Jun 10 22:13:39.503 INFO O| Planning: Fetching manifests: 0/6 0% complete
72962026-06-10T22:13:40.893Z[ recovery-image] Jun 10 22:13:39.505 INFO O| Jun 10 22:13:39.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72972026-06-10T22:13:40.893Z[ recovery-image] Jun 10 22:13:39.505 INFO O| Jun 10 22:13:39.505 INFO STEP 800 (remove_files) COMPLETE
72982026-06-10T22:13:40.893Z[ recovery-image] Jun 10 22:13:39.505 INFO O| Jun 10 22:13:39.505 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-06-10T22:13:40.898Z[ recovery-image] Jun 10 22:13:39.514 INFO O| Jun 10 22:13:39.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73002026-06-10T22:13:40.902Z[ recovery-image] Jun 10 22:13:39.514 INFO O| Jun 10 22:13:39.514 INFO STEP 801 (remove_files) COMPLETE
73012026-06-10T22:13:40.902Z[ recovery-image] Jun 10 22:13:39.514 INFO O| Jun 10 22:13:39.514 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-06-10T22:13:40.909Z[ recovery-image] Jun 10 22:13:39.524 INFO O| Jun 10 22:13:39.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73032026-06-10T22:13:40.909Z[ recovery-image] Jun 10 22:13:39.524 INFO O| Jun 10 22:13:39.524 INFO STEP 802 (remove_files) COMPLETE
73042026-06-10T22:13:40.909Z[ recovery-image] Jun 10 22:13:39.524 INFO O| Jun 10 22:13:39.524 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-06-10T22:13:40.918Z[ recovery-image] Jun 10 22:13:39.533 INFO O| Jun 10 22:13:39.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73062026-06-10T22:13:40.918Z[ recovery-image] Jun 10 22:13:39.534 INFO O| Jun 10 22:13:39.534 INFO STEP 803 (remove_files) COMPLETE
73072026-06-10T22:13:40.922Z[ recovery-image] Jun 10 22:13:39.534 INFO O| Jun 10 22:13:39.534 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-06-10T22:13:40.929Z[ recovery-image] Jun 10 22:13:39.544 INFO O| Jun 10 22:13:39.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73092026-06-10T22:13:40.929Z[ recovery-image] Jun 10 22:13:39.544 INFO O| Jun 10 22:13:39.544 INFO STEP 804 (remove_files) COMPLETE
73102026-06-10T22:13:40.933Z[ recovery-image] Jun 10 22:13:39.544 INFO O| Jun 10 22:13:39.544 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-06-10T22:13:40.938Z[ recovery-image] Jun 10 22:13:39.553 INFO O| Jun 10 22:13:39.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73122026-06-10T22:13:40.938Z[ recovery-image] Jun 10 22:13:39.553 INFO O| Jun 10 22:13:39.553 INFO STEP 805 (remove_files) COMPLETE
73132026-06-10T22:13:40.943Z[ recovery-image] Jun 10 22:13:39.553 INFO O| Jun 10 22:13:39.553 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-06-10T22:13:40.964Z[ recovery-image] Jun 10 22:13:39.565 INFO O| Jun 10 22:13:39.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73152026-06-10T22:13:40.964Z[ recovery-image] Jun 10 22:13:39.565 INFO O| Jun 10 22:13:39.565 INFO STEP 806 (remove_files) COMPLETE
73162026-06-10T22:13:40.964Z[ recovery-image] Jun 10 22:13:39.565 INFO O| Jun 10 22:13:39.565 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-06-10T22:13:40.968Z[ host-image] Jun 10 22:13:39.566 INFO O| Jun 10 22:13:39.566 INFO O| Planning: Fetching manifests: 6/6 100% complete
73182026-06-10T22:13:40.968Z[ recovery-image] Jun 10 22:13:39.575 INFO O| Jun 10 22:13:39.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73192026-06-10T22:13:40.968Z[ recovery-image] Jun 10 22:13:39.576 INFO O| Jun 10 22:13:39.576 INFO STEP 807 (remove_files) COMPLETE
73202026-06-10T22:13:40.968Z[ recovery-image] Jun 10 22:13:39.576 INFO O| Jun 10 22:13:39.576 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-06-10T22:13:40.972Z[ recovery-image] Jun 10 22:13:39.586 INFO O| Jun 10 22:13:39.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73222026-06-10T22:13:40.972Z[ recovery-image] Jun 10 22:13:39.586 INFO O| Jun 10 22:13:39.586 INFO STEP 808 (remove_files) COMPLETE
73232026-06-10T22:13:40.972Z[ recovery-image] Jun 10 22:13:39.586 INFO O| Jun 10 22:13:39.586 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-06-10T22:13:40.979Z[ recovery-image] Jun 10 22:13:39.595 INFO O| Jun 10 22:13:39.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73252026-06-10T22:13:40.980Z[ host-image] Jun 10 22:13:39.595 INFO O| Jun 10 22:13:39.595 INFO O| Planning: Package planning ... Done
73262026-06-10T22:13:40.980Z[ recovery-image] Jun 10 22:13:39.595 INFO O| Jun 10 22:13:39.595 INFO STEP 809 (remove_files) COMPLETE
73272026-06-10T22:13:40.984Z[ recovery-image] Jun 10 22:13:39.595 INFO O| Jun 10 22:13:39.595 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-06-10T22:13:40.988Z[ host-image] Jun 10 22:13:39.603 INFO O| Jun 10 22:13:39.603 INFO O| Planning: Merging actions ... Done
73292026-06-10T22:13:40.991Z[ recovery-image] Jun 10 22:13:39.606 INFO O| Jun 10 22:13:39.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73302026-06-10T22:13:40.991Z[ recovery-image] Jun 10 22:13:39.606 INFO O| Jun 10 22:13:39.606 INFO STEP 810 (remove_files) COMPLETE
73312026-06-10T22:13:40.991Z[ recovery-image] Jun 10 22:13:39.606 INFO O| Jun 10 22:13:39.606 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-06-10T22:13:41.001Z[ recovery-image] Jun 10 22:13:39.616 INFO O| Jun 10 22:13:39.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73332026-06-10T22:13:41.001Z[ recovery-image] Jun 10 22:13:39.616 INFO O| Jun 10 22:13:39.616 INFO STEP 811 (remove_files) COMPLETE
73342026-06-10T22:13:41.005Z[ recovery-image] Jun 10 22:13:39.616 INFO O| Jun 10 22:13:39.616 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-06-10T22:13:41.010Z[ recovery-image] Jun 10 22:13:39.626 INFO O| Jun 10 22:13:39.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73362026-06-10T22:13:41.014Z[ recovery-image] Jun 10 22:13:39.626 INFO O| Jun 10 22:13:39.626 INFO STEP 812 (remove_files) COMPLETE
73372026-06-10T22:13:41.014Z[ recovery-image] Jun 10 22:13:39.626 INFO O| Jun 10 22:13:39.626 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-06-10T22:13:41.020Z[ recovery-image] Jun 10 22:13:39.635 INFO O| Jun 10 22:13:39.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73392026-06-10T22:13:41.020Z[ recovery-image] Jun 10 22:13:39.636 INFO O| Jun 10 22:13:39.636 INFO STEP 813 (remove_files) COMPLETE
73402026-06-10T22:13:41.024Z[ recovery-image] Jun 10 22:13:39.636 INFO O| Jun 10 22:13:39.636 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-06-10T22:13:41.030Z[ recovery-image] Jun 10 22:13:39.646 INFO O| Jun 10 22:13:39.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73422026-06-10T22:13:41.030Z[ recovery-image] Jun 10 22:13:39.646 INFO O| Jun 10 22:13:39.646 INFO STEP 814 (remove_files) COMPLETE
73432026-06-10T22:13:41.030Z[ recovery-image] Jun 10 22:13:39.646 INFO O| Jun 10 22:13:39.646 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-06-10T22:13:41.039Z[ recovery-image] Jun 10 22:13:39.655 INFO O| Jun 10 22:13:39.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73452026-06-10T22:13:41.039Z[ recovery-image] Jun 10 22:13:39.655 INFO O| Jun 10 22:13:39.655 INFO STEP 815 (remove_files) COMPLETE
73462026-06-10T22:13:41.044Z[ recovery-image] Jun 10 22:13:39.655 INFO O| Jun 10 22:13:39.655 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-06-10T22:13:41.050Z[ recovery-image] Jun 10 22:13:39.665 INFO O| Jun 10 22:13:39.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73482026-06-10T22:13:41.050Z[ recovery-image] Jun 10 22:13:39.665 INFO O| Jun 10 22:13:39.665 INFO STEP 816 (remove_files) COMPLETE
73492026-06-10T22:13:41.050Z[ recovery-image] Jun 10 22:13:39.665 INFO O| Jun 10 22:13:39.665 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-06-10T22:13:41.060Z[ recovery-image] Jun 10 22:13:39.675 INFO O| Jun 10 22:13:39.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73512026-06-10T22:13:41.060Z[ recovery-image] Jun 10 22:13:39.675 INFO O| Jun 10 22:13:39.675 INFO STEP 817 (remove_files) COMPLETE
73522026-06-10T22:13:41.061Z[ recovery-image] Jun 10 22:13:39.675 INFO O| Jun 10 22:13:39.675 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-06-10T22:13:41.070Z[ recovery-image] Jun 10 22:13:39.686 INFO O| Jun 10 22:13:39.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73542026-06-10T22:13:41.070Z[ recovery-image] Jun 10 22:13:39.686 INFO O| Jun 10 22:13:39.686 INFO STEP 818 (remove_files) COMPLETE
73552026-06-10T22:13:41.070Z[ recovery-image] Jun 10 22:13:39.686 INFO O| Jun 10 22:13:39.686 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-06-10T22:13:41.080Z[ recovery-image] Jun 10 22:13:39.695 INFO O| Jun 10 22:13:39.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73572026-06-10T22:13:41.084Z[ recovery-image] Jun 10 22:13:39.695 INFO O| Jun 10 22:13:39.695 INFO STEP 819 (remove_files) COMPLETE
73582026-06-10T22:13:41.088Z[ recovery-image] Jun 10 22:13:39.695 INFO O| Jun 10 22:13:39.695 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-06-10T22:13:41.091Z[ recovery-image] Jun 10 22:13:39.703 INFO O| Jun 10 22:13:39.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73602026-06-10T22:13:41.091Z[ recovery-image] Jun 10 22:13:39.703 INFO O| Jun 10 22:13:39.703 INFO STEP 820 (remove_files) COMPLETE
73612026-06-10T22:13:41.091Z[ recovery-image] Jun 10 22:13:39.703 INFO O| Jun 10 22:13:39.703 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-06-10T22:13:41.091Z[ host-image] Jun 10 22:13:39.705 INFO O| Jun 10 22:13:39.703 INFO O| Planning: Checking for conflicting actions ... Done
73632026-06-10T22:13:41.096Z[ host-image] Jun 10 22:13:39.708 INFO O| Jun 10 22:13:39.706 INFO O| Planning: Consolidating action changes ... Done
73642026-06-10T22:13:41.101Z[ recovery-image] Jun 10 22:13:39.712 INFO O| Jun 10 22:13:39.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73652026-06-10T22:13:41.102Z[ recovery-image] Jun 10 22:13:39.712 INFO O| Jun 10 22:13:39.712 INFO STEP 821 (remove_files) COMPLETE
73662026-06-10T22:13:41.102Z[ recovery-image] Jun 10 22:13:39.712 INFO O| Jun 10 22:13:39.712 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-06-10T22:13:41.107Z[ recovery-image] Jun 10 22:13:39.723 INFO O| Jun 10 22:13:39.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73682026-06-10T22:13:41.107Z[ recovery-image] Jun 10 22:13:39.723 INFO O| Jun 10 22:13:39.723 INFO STEP 822 (remove_files) COMPLETE
73692026-06-10T22:13:41.107Z[ recovery-image] Jun 10 22:13:39.723 INFO O| Jun 10 22:13:39.723 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-06-10T22:13:41.120Z[ recovery-image] Jun 10 22:13:39.736 INFO O| Jun 10 22:13:39.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73712026-06-10T22:13:41.124Z[ recovery-image] Jun 10 22:13:39.736 INFO O| Jun 10 22:13:39.736 INFO STEP 823 (remove_files) COMPLETE
73722026-06-10T22:13:41.125Z[ recovery-image] Jun 10 22:13:39.736 INFO O| Jun 10 22:13:39.736 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-06-10T22:13:41.133Z[ recovery-image] Jun 10 22:13:39.748 INFO O| Jun 10 22:13:39.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73742026-06-10T22:13:41.133Z[ recovery-image] Jun 10 22:13:39.748 INFO O| Jun 10 22:13:39.748 INFO STEP 824 (remove_files) COMPLETE
73752026-06-10T22:13:41.133Z[ recovery-image] Jun 10 22:13:39.748 INFO O| Jun 10 22:13:39.748 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-06-10T22:13:41.145Z[ recovery-image] Jun 10 22:13:39.760 INFO O| Jun 10 22:13:39.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73772026-06-10T22:13:41.145Z[ recovery-image] Jun 10 22:13:39.760 INFO O| Jun 10 22:13:39.760 INFO STEP 825 (remove_files) COMPLETE
73782026-06-10T22:13:41.145Z[ recovery-image] Jun 10 22:13:39.760 INFO O| Jun 10 22:13:39.760 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-06-10T22:13:41.156Z[ recovery-image] Jun 10 22:13:39.771 INFO O| Jun 10 22:13:39.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73802026-06-10T22:13:41.159Z[ recovery-image] Jun 10 22:13:39.771 INFO O| Jun 10 22:13:39.771 INFO STEP 826 (remove_files) COMPLETE
73812026-06-10T22:13:41.160Z[ recovery-image] Jun 10 22:13:39.771 INFO O| Jun 10 22:13:39.771 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-06-10T22:13:41.166Z[ recovery-image] Jun 10 22:13:39.781 INFO O| Jun 10 22:13:39.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73832026-06-10T22:13:41.166Z[ recovery-image] Jun 10 22:13:39.781 INFO O| Jun 10 22:13:39.781 INFO STEP 827 (remove_files) COMPLETE
73842026-06-10T22:13:41.166Z[ recovery-image] Jun 10 22:13:39.781 INFO O| Jun 10 22:13:39.781 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-06-10T22:13:41.181Z[ recovery-image] Jun 10 22:13:39.791 INFO O| Jun 10 22:13:39.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73862026-06-10T22:13:41.181Z[ recovery-image] Jun 10 22:13:39.791 INFO O| Jun 10 22:13:39.791 INFO STEP 828 (remove_files) COMPLETE
73872026-06-10T22:13:41.181Z[ recovery-image] Jun 10 22:13:39.791 INFO O| Jun 10 22:13:39.791 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-06-10T22:13:41.187Z[ recovery-image] Jun 10 22:13:39.803 INFO O| Jun 10 22:13:39.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73892026-06-10T22:13:41.187Z[ recovery-image] Jun 10 22:13:39.803 INFO O| Jun 10 22:13:39.803 INFO STEP 829 (remove_files) COMPLETE
73902026-06-10T22:13:41.187Z[ recovery-image] Jun 10 22:13:39.803 INFO O| Jun 10 22:13:39.803 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-06-10T22:13:41.197Z[ recovery-image] Jun 10 22:13:39.813 INFO O| Jun 10 22:13:39.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73922026-06-10T22:13:41.198Z[ recovery-image] Jun 10 22:13:39.813 INFO O| Jun 10 22:13:39.813 INFO STEP 830 (remove_files) COMPLETE
73932026-06-10T22:13:41.201Z[ recovery-image] Jun 10 22:13:39.813 INFO O| Jun 10 22:13:39.813 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-06-10T22:13:41.208Z[ recovery-image] Jun 10 22:13:39.823 INFO O| Jun 10 22:13:39.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73952026-06-10T22:13:41.208Z[ recovery-image] Jun 10 22:13:39.823 INFO O| Jun 10 22:13:39.823 INFO STEP 831 (remove_files) COMPLETE
73962026-06-10T22:13:41.211Z[ recovery-image] Jun 10 22:13:39.823 INFO O| Jun 10 22:13:39.823 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-06-10T22:13:41.218Z[ recovery-image] Jun 10 22:13:39.834 INFO O| Jun 10 22:13:39.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73982026-06-10T22:13:41.219Z[ recovery-image] Jun 10 22:13:39.834 INFO O| Jun 10 22:13:39.834 INFO STEP 832 (remove_files) COMPLETE
73992026-06-10T22:13:41.222Z[ recovery-image] Jun 10 22:13:39.834 INFO O| Jun 10 22:13:39.834 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-06-10T22:13:41.230Z[ recovery-image] Jun 10 22:13:39.845 INFO O| Jun 10 22:13:39.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74012026-06-10T22:13:41.230Z[ recovery-image] Jun 10 22:13:39.845 INFO O| Jun 10 22:13:39.845 INFO STEP 833 (remove_files) COMPLETE
74022026-06-10T22:13:41.230Z[ recovery-image] Jun 10 22:13:39.845 INFO O| Jun 10 22:13:39.845 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-06-10T22:13:41.240Z[ recovery-image] Jun 10 22:13:39.856 INFO O| Jun 10 22:13:39.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74042026-06-10T22:13:41.240Z[ recovery-image] Jun 10 22:13:39.856 INFO O| Jun 10 22:13:39.856 INFO STEP 834 (remove_files) COMPLETE
74052026-06-10T22:13:41.240Z[ recovery-image] Jun 10 22:13:39.856 INFO O| Jun 10 22:13:39.856 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-06-10T22:13:41.251Z[ recovery-image] Jun 10 22:13:39.866 INFO O| Jun 10 22:13:39.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74072026-06-10T22:13:41.251Z[ recovery-image] Jun 10 22:13:39.866 INFO O| Jun 10 22:13:39.866 INFO STEP 835 (remove_files) COMPLETE
74082026-06-10T22:13:41.251Z[ recovery-image] Jun 10 22:13:39.866 INFO O| Jun 10 22:13:39.866 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-06-10T22:13:41.256Z[ host-image] Jun 10 22:13:39.872 INFO O| Jun 10 22:13:39.872 INFO O| Planning: Evaluating mediators ... Done
74102026-06-10T22:13:41.260Z[ host-image] Jun 10 22:13:39.874 INFO O| Jun 10 22:13:39.874 INFO O| Planning: Planning completed in 0.55 seconds
74112026-06-10T22:13:41.260Z[ host-image] Jun 10 22:13:39.875 INFO O| Jun 10 22:13:39.875 INFO O| Packages to install: 6
74122026-06-10T22:13:41.260Z[ host-image] Jun 10 22:13:39.875 INFO O| Jun 10 22:13:39.875 INFO O| Mediators to change: 1
74132026-06-10T22:13:41.260Z[ host-image] Jun 10 22:13:39.875 INFO O| Jun 10 22:13:39.875 INFO O| Services to change: 1
74142026-06-10T22:13:41.264Z[ recovery-image] Jun 10 22:13:39.876 INFO O| Jun 10 22:13:39.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74152026-06-10T22:13:41.264Z[ recovery-image] Jun 10 22:13:39.876 INFO O| Jun 10 22:13:39.876 INFO STEP 836 (remove_files) COMPLETE
74162026-06-10T22:13:41.264Z[ recovery-image] Jun 10 22:13:39.876 INFO O| Jun 10 22:13:39.876 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-06-10T22:13:41.270Z[ host-image] Jun 10 22:13:39.886 INFO O| Jun 10 22:13:39.885 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
74182026-06-10T22:13:41.275Z[ recovery-image] Jun 10 22:13:39.887 INFO O| Jun 10 22:13:39.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74192026-06-10T22:13:41.275Z[ recovery-image] Jun 10 22:13:39.888 INFO O| Jun 10 22:13:39.887 INFO STEP 837 (remove_files) COMPLETE
74202026-06-10T22:13:41.275Z[ recovery-image] Jun 10 22:13:39.888 INFO O| Jun 10 22:13:39.887 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-06-10T22:13:41.282Z[ recovery-image] Jun 10 22:13:39.898 INFO O| Jun 10 22:13:39.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74222026-06-10T22:13:41.283Z[ recovery-image] Jun 10 22:13:39.898 INFO O| Jun 10 22:13:39.898 INFO STEP 838 (remove_files) COMPLETE
74232026-06-10T22:13:41.286Z[ recovery-image] Jun 10 22:13:39.898 INFO O| Jun 10 22:13:39.898 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-06-10T22:13:41.293Z[ recovery-image] Jun 10 22:13:39.908 INFO O| Jun 10 22:13:39.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74252026-06-10T22:13:41.293Z[ recovery-image] Jun 10 22:13:39.909 INFO O| Jun 10 22:13:39.908 INFO STEP 839 (remove_files) COMPLETE
74262026-06-10T22:13:41.293Z[ recovery-image] Jun 10 22:13:39.909 INFO O| Jun 10 22:13:39.908 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-06-10T22:13:41.305Z[ recovery-image] Jun 10 22:13:39.921 INFO O| Jun 10 22:13:39.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74282026-06-10T22:13:41.306Z[ recovery-image] Jun 10 22:13:39.921 INFO O| Jun 10 22:13:39.921 INFO STEP 840 (remove_files) COMPLETE
74292026-06-10T22:13:41.309Z[ recovery-image] Jun 10 22:13:39.921 INFO O| Jun 10 22:13:39.921 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-06-10T22:13:41.316Z[ recovery-image] Jun 10 22:13:39.932 INFO O| Jun 10 22:13:39.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74312026-06-10T22:13:41.316Z[ recovery-image] Jun 10 22:13:39.932 INFO O| Jun 10 22:13:39.932 INFO STEP 841 (remove_files) COMPLETE
74322026-06-10T22:13:41.320Z[ recovery-image] Jun 10 22:13:39.932 INFO O| Jun 10 22:13:39.932 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-06-10T22:13:41.326Z[ recovery-image] Jun 10 22:13:39.941 INFO O| Jun 10 22:13:39.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74342026-06-10T22:13:41.329Z[ recovery-image] Jun 10 22:13:39.941 INFO O| Jun 10 22:13:39.941 INFO STEP 842 (remove_files) COMPLETE
74352026-06-10T22:13:41.329Z[ recovery-image] Jun 10 22:13:39.941 INFO O| Jun 10 22:13:39.941 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-06-10T22:13:41.337Z[ recovery-image] Jun 10 22:13:39.952 INFO O| Jun 10 22:13:39.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74372026-06-10T22:13:41.337Z[ recovery-image] Jun 10 22:13:39.952 INFO O| Jun 10 22:13:39.952 INFO STEP 843 (remove_files) COMPLETE
74382026-06-10T22:13:41.337Z[ recovery-image] Jun 10 22:13:39.952 INFO O| Jun 10 22:13:39.952 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-06-10T22:13:41.347Z[ recovery-image] Jun 10 22:13:39.963 INFO O| Jun 10 22:13:39.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74402026-06-10T22:13:41.351Z[ recovery-image] Jun 10 22:13:39.963 INFO O| Jun 10 22:13:39.963 INFO STEP 844 (remove_files) COMPLETE
74412026-06-10T22:13:41.351Z[ recovery-image] Jun 10 22:13:39.963 INFO O| Jun 10 22:13:39.963 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-06-10T22:13:41.357Z[ recovery-image] Jun 10 22:13:39.972 INFO O| Jun 10 22:13:39.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74432026-06-10T22:13:41.357Z[ recovery-image] Jun 10 22:13:39.972 INFO O| Jun 10 22:13:39.972 INFO STEP 845 (remove_files) COMPLETE
74442026-06-10T22:13:41.357Z[ recovery-image] Jun 10 22:13:39.973 INFO O| Jun 10 22:13:39.972 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-06-10T22:13:41.365Z[ recovery-image] Jun 10 22:13:39.981 INFO O| Jun 10 22:13:39.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74462026-06-10T22:13:41.382Z[ recovery-image] Jun 10 22:13:39.981 INFO O| Jun 10 22:13:39.981 INFO STEP 846 (remove_files) COMPLETE
74472026-06-10T22:13:41.382Z[ recovery-image] Jun 10 22:13:39.981 INFO O| Jun 10 22:13:39.981 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-06-10T22:13:41.382Z[ recovery-image] Jun 10 22:13:39.988 INFO O| Jun 10 22:13:39.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74492026-06-10T22:13:41.382Z[ recovery-image] Jun 10 22:13:39.988 INFO O| Jun 10 22:13:39.988 INFO STEP 847 (remove_files) COMPLETE
74502026-06-10T22:13:41.383Z[ recovery-image] Jun 10 22:13:39.988 INFO O| Jun 10 22:13:39.988 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-06-10T22:13:41.387Z[ recovery-image] Jun 10 22:13:39.999 INFO O| Jun 10 22:13:39.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74522026-06-10T22:13:41.387Z[ recovery-image] Jun 10 22:13:39.999 INFO O| Jun 10 22:13:39.999 INFO STEP 848 (remove_files) COMPLETE
74532026-06-10T22:13:41.387Z[ recovery-image] Jun 10 22:13:39.999 INFO O| Jun 10 22:13:39.999 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-06-10T22:13:41.395Z[ recovery-image] Jun 10 22:13:40.010 INFO O| Jun 10 22:13:40.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74552026-06-10T22:13:41.395Z[ recovery-image] Jun 10 22:13:40.010 INFO O| Jun 10 22:13:40.010 INFO STEP 849 (remove_files) COMPLETE
74562026-06-10T22:13:41.395Z[ recovery-image] Jun 10 22:13:40.010 INFO O| Jun 10 22:13:40.010 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-06-10T22:13:41.405Z[ recovery-image] Jun 10 22:13:40.021 INFO O| Jun 10 22:13:40.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74582026-06-10T22:13:41.405Z[ recovery-image] Jun 10 22:13:40.021 INFO O| Jun 10 22:13:40.021 INFO STEP 850 (remove_files) COMPLETE
74592026-06-10T22:13:41.405Z[ recovery-image] Jun 10 22:13:40.021 INFO O| Jun 10 22:13:40.021 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-06-10T22:13:41.416Z[ recovery-image] Jun 10 22:13:40.031 INFO O| Jun 10 22:13:40.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74612026-06-10T22:13:41.416Z[ recovery-image] Jun 10 22:13:40.031 INFO O| Jun 10 22:13:40.031 INFO STEP 851 (remove_files) COMPLETE
74622026-06-10T22:13:41.416Z[ recovery-image] Jun 10 22:13:40.031 INFO O| Jun 10 22:13:40.031 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-06-10T22:13:41.425Z[ recovery-image] Jun 10 22:13:40.041 INFO O| Jun 10 22:13:40.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74642026-06-10T22:13:41.425Z[ recovery-image] Jun 10 22:13:40.041 INFO O| Jun 10 22:13:40.041 INFO STEP 852 (remove_files) COMPLETE
74652026-06-10T22:13:41.429Z[ recovery-image] Jun 10 22:13:40.041 INFO O| Jun 10 22:13:40.041 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-06-10T22:13:41.434Z[ recovery-image] Jun 10 22:13:40.049 INFO O| Jun 10 22:13:40.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74672026-06-10T22:13:41.439Z[ recovery-image] Jun 10 22:13:40.049 INFO O| Jun 10 22:13:40.049 INFO STEP 853 (remove_files) COMPLETE
74682026-06-10T22:13:41.439Z[ recovery-image] Jun 10 22:13:40.049 INFO O| Jun 10 22:13:40.049 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-06-10T22:13:41.448Z[ recovery-image] Jun 10 22:13:40.062 INFO O| Jun 10 22:13:40.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74702026-06-10T22:13:41.448Z[ recovery-image] Jun 10 22:13:40.062 INFO O| Jun 10 22:13:40.062 INFO STEP 854 (remove_files) COMPLETE
74712026-06-10T22:13:41.453Z[ recovery-image] Jun 10 22:13:40.062 INFO O| Jun 10 22:13:40.062 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-06-10T22:13:41.457Z[ recovery-image] Jun 10 22:13:40.072 INFO O| Jun 10 22:13:40.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74732026-06-10T22:13:41.457Z[ recovery-image] Jun 10 22:13:40.072 INFO O| Jun 10 22:13:40.072 INFO STEP 855 (remove_files) COMPLETE
74742026-06-10T22:13:41.457Z[ recovery-image] Jun 10 22:13:40.072 INFO O| Jun 10 22:13:40.072 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-06-10T22:13:41.468Z[ recovery-image] Jun 10 22:13:40.083 INFO O| Jun 10 22:13:40.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74762026-06-10T22:13:41.468Z[ recovery-image] Jun 10 22:13:40.083 INFO O| Jun 10 22:13:40.083 INFO STEP 856 (remove_files) COMPLETE
74772026-06-10T22:13:41.468Z[ recovery-image] Jun 10 22:13:40.083 INFO O| Jun 10 22:13:40.083 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-06-10T22:13:41.479Z[ recovery-image] Jun 10 22:13:40.094 INFO O| Jun 10 22:13:40.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74792026-06-10T22:13:41.479Z[ recovery-image] Jun 10 22:13:40.094 INFO O| Jun 10 22:13:40.094 INFO STEP 857 (remove_files) COMPLETE
74802026-06-10T22:13:41.479Z[ recovery-image] Jun 10 22:13:40.094 INFO O| Jun 10 22:13:40.094 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-06-10T22:13:41.488Z[ recovery-image] Jun 10 22:13:40.103 INFO O| Jun 10 22:13:40.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74822026-06-10T22:13:41.488Z[ recovery-image] Jun 10 22:13:40.103 INFO O| Jun 10 22:13:40.103 INFO STEP 858 (remove_files) COMPLETE
74832026-06-10T22:13:41.488Z[ recovery-image] Jun 10 22:13:40.103 INFO O| Jun 10 22:13:40.103 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-06-10T22:13:41.499Z[ recovery-image] Jun 10 22:13:40.113 INFO O| Jun 10 22:13:40.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74852026-06-10T22:13:41.499Z[ recovery-image] Jun 10 22:13:40.113 INFO O| Jun 10 22:13:40.113 INFO STEP 859 (remove_files) COMPLETE
74862026-06-10T22:13:41.499Z[ recovery-image] Jun 10 22:13:40.113 INFO O| Jun 10 22:13:40.113 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-06-10T22:13:41.508Z[ recovery-image] Jun 10 22:13:40.124 INFO O| Jun 10 22:13:40.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74882026-06-10T22:13:41.508Z[ recovery-image] Jun 10 22:13:40.124 INFO O| Jun 10 22:13:40.124 INFO STEP 860 (remove_files) COMPLETE
74892026-06-10T22:13:41.512Z[ recovery-image] Jun 10 22:13:40.124 INFO O| Jun 10 22:13:40.124 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-06-10T22:13:41.519Z[ recovery-image] Jun 10 22:13:40.135 INFO O| Jun 10 22:13:40.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74912026-06-10T22:13:41.519Z[ recovery-image] Jun 10 22:13:40.135 INFO O| Jun 10 22:13:40.135 INFO STEP 861 (remove_files) COMPLETE
74922026-06-10T22:13:41.519Z[ recovery-image] Jun 10 22:13:40.135 INFO O| Jun 10 22:13:40.135 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-06-10T22:13:41.530Z[ recovery-image] Jun 10 22:13:40.146 INFO O| Jun 10 22:13:40.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74942026-06-10T22:13:41.530Z[ recovery-image] Jun 10 22:13:40.146 INFO O| Jun 10 22:13:40.146 INFO STEP 862 (remove_files) COMPLETE
74952026-06-10T22:13:41.533Z[ recovery-image] Jun 10 22:13:40.146 INFO O| Jun 10 22:13:40.146 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-06-10T22:13:41.541Z[ recovery-image] Jun 10 22:13:40.157 INFO O| Jun 10 22:13:40.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74972026-06-10T22:13:41.541Z[ recovery-image] Jun 10 22:13:40.157 INFO O| Jun 10 22:13:40.157 INFO STEP 863 (remove_files) COMPLETE
74982026-06-10T22:13:41.546Z[ recovery-image] Jun 10 22:13:40.157 INFO O| Jun 10 22:13:40.157 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-06-10T22:13:41.552Z[ recovery-image] Jun 10 22:13:40.168 INFO O| Jun 10 22:13:40.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75002026-06-10T22:13:41.552Z[ recovery-image] Jun 10 22:13:40.168 INFO O| Jun 10 22:13:40.168 INFO STEP 864 (remove_files) COMPLETE
75012026-06-10T22:13:41.556Z[ recovery-image] Jun 10 22:13:40.168 INFO O| Jun 10 22:13:40.168 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-06-10T22:13:41.561Z[ recovery-image] Jun 10 22:13:40.176 INFO O| Jun 10 22:13:40.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75032026-06-10T22:13:41.561Z[ recovery-image] Jun 10 22:13:40.177 INFO O| Jun 10 22:13:40.177 INFO STEP 865 (remove_files) COMPLETE
75042026-06-10T22:13:41.565Z[ recovery-image] Jun 10 22:13:40.177 INFO O| Jun 10 22:13:40.177 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-06-10T22:13:41.571Z[ recovery-image] Jun 10 22:13:40.186 INFO O| Jun 10 22:13:40.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75062026-06-10T22:13:41.571Z[ recovery-image] Jun 10 22:13:40.186 INFO O| Jun 10 22:13:40.186 INFO STEP 866 (remove_files) COMPLETE
75072026-06-10T22:13:41.574Z[ recovery-image] Jun 10 22:13:40.186 INFO O| Jun 10 22:13:40.186 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-06-10T22:13:41.581Z[ recovery-image] Jun 10 22:13:40.197 INFO O| Jun 10 22:13:40.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75092026-06-10T22:13:41.581Z[ recovery-image] Jun 10 22:13:40.197 INFO O| Jun 10 22:13:40.197 INFO STEP 867 (remove_files) COMPLETE
75102026-06-10T22:13:41.585Z[ recovery-image] Jun 10 22:13:40.197 INFO O| Jun 10 22:13:40.197 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-06-10T22:13:41.591Z[ recovery-image] Jun 10 22:13:40.207 INFO O| Jun 10 22:13:40.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75122026-06-10T22:13:41.591Z[ recovery-image] Jun 10 22:13:40.207 INFO O| Jun 10 22:13:40.207 INFO STEP 868 (remove_files) COMPLETE
75132026-06-10T22:13:41.595Z[ recovery-image] Jun 10 22:13:40.207 INFO O| Jun 10 22:13:40.207 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-06-10T22:13:41.600Z[ recovery-image] Jun 10 22:13:40.215 INFO O| Jun 10 22:13:40.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75152026-06-10T22:13:41.600Z[ recovery-image] Jun 10 22:13:40.215 INFO O| Jun 10 22:13:40.215 INFO STEP 869 (remove_files) COMPLETE
75162026-06-10T22:13:41.604Z[ recovery-image] Jun 10 22:13:40.215 INFO O| Jun 10 22:13:40.215 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-06-10T22:13:41.609Z[ recovery-image] Jun 10 22:13:40.225 INFO O| Jun 10 22:13:40.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75182026-06-10T22:13:41.610Z[ recovery-image] Jun 10 22:13:40.225 INFO O| Jun 10 22:13:40.225 INFO STEP 870 (remove_files) COMPLETE
75192026-06-10T22:13:41.613Z[ recovery-image] Jun 10 22:13:40.225 INFO O| Jun 10 22:13:40.225 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-06-10T22:13:41.618Z[ recovery-image] Jun 10 22:13:40.234 INFO O| Jun 10 22:13:40.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75212026-06-10T22:13:41.618Z[ recovery-image] Jun 10 22:13:40.234 INFO O| Jun 10 22:13:40.234 INFO STEP 871 (remove_files) COMPLETE
75222026-06-10T22:13:41.623Z[ recovery-image] Jun 10 22:13:40.234 INFO O| Jun 10 22:13:40.234 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-06-10T22:13:41.629Z[ recovery-image] Jun 10 22:13:40.245 INFO O| Jun 10 22:13:40.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75242026-06-10T22:13:41.629Z[ recovery-image] Jun 10 22:13:40.245 INFO O| Jun 10 22:13:40.245 INFO STEP 872 (remove_files) COMPLETE
75252026-06-10T22:13:41.633Z[ recovery-image] Jun 10 22:13:40.245 INFO O| Jun 10 22:13:40.245 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-06-10T22:13:41.638Z[ recovery-image] Jun 10 22:13:40.254 INFO O| Jun 10 22:13:40.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75272026-06-10T22:13:41.638Z[ recovery-image] Jun 10 22:13:40.254 INFO O| Jun 10 22:13:40.254 INFO STEP 873 (remove_files) COMPLETE
75282026-06-10T22:13:41.643Z[ recovery-image] Jun 10 22:13:40.254 INFO O| Jun 10 22:13:40.254 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-06-10T22:13:41.647Z[ recovery-image] Jun 10 22:13:40.263 INFO O| Jun 10 22:13:40.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75302026-06-10T22:13:41.647Z[ recovery-image] Jun 10 22:13:40.263 INFO O| Jun 10 22:13:40.263 INFO STEP 874 (remove_files) COMPLETE
75312026-06-10T22:13:41.652Z[ recovery-image] Jun 10 22:13:40.263 INFO O| Jun 10 22:13:40.263 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-06-10T22:13:41.656Z[ recovery-image] Jun 10 22:13:40.272 INFO O| Jun 10 22:13:40.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75332026-06-10T22:13:41.656Z[ recovery-image] Jun 10 22:13:40.272 INFO O| Jun 10 22:13:40.272 INFO STEP 875 (remove_files) COMPLETE
75342026-06-10T22:13:41.659Z[ recovery-image] Jun 10 22:13:40.272 INFO O| Jun 10 22:13:40.272 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-06-10T22:13:41.666Z[ recovery-image] Jun 10 22:13:40.281 INFO O| Jun 10 22:13:40.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75362026-06-10T22:13:41.666Z[ recovery-image] Jun 10 22:13:40.281 INFO O| Jun 10 22:13:40.281 INFO STEP 876 (remove_files) COMPLETE
75372026-06-10T22:13:41.666Z[ recovery-image] Jun 10 22:13:40.281 INFO O| Jun 10 22:13:40.281 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-06-10T22:13:41.677Z[ recovery-image] Jun 10 22:13:40.292 INFO O| Jun 10 22:13:40.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75392026-06-10T22:13:41.677Z[ recovery-image] Jun 10 22:13:40.292 INFO O| Jun 10 22:13:40.292 INFO STEP 877 (remove_files) COMPLETE
75402026-06-10T22:13:41.677Z[ recovery-image] Jun 10 22:13:40.292 INFO O| Jun 10 22:13:40.292 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-06-10T22:13:41.684Z[ recovery-image] Jun 10 22:13:40.300 INFO O| Jun 10 22:13:40.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75422026-06-10T22:13:41.690Z[ recovery-image] Jun 10 22:13:40.300 INFO O| Jun 10 22:13:40.300 INFO STEP 878 (remove_files) COMPLETE
75432026-06-10T22:13:41.691Z[ recovery-image] Jun 10 22:13:40.300 INFO O| Jun 10 22:13:40.300 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-06-10T22:13:41.696Z[ recovery-image] Jun 10 22:13:40.310 INFO O| Jun 10 22:13:40.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75452026-06-10T22:13:41.696Z[ recovery-image] Jun 10 22:13:40.310 INFO O| Jun 10 22:13:40.310 INFO STEP 879 (remove_files) COMPLETE
75462026-06-10T22:13:41.696Z[ recovery-image] Jun 10 22:13:40.310 INFO O| Jun 10 22:13:40.310 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-06-10T22:13:41.703Z[ recovery-image] Jun 10 22:13:40.319 INFO O| Jun 10 22:13:40.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75482026-06-10T22:13:41.703Z[ recovery-image] Jun 10 22:13:40.319 INFO O| Jun 10 22:13:40.319 INFO STEP 880 (remove_files) COMPLETE
75492026-06-10T22:13:41.703Z[ recovery-image] Jun 10 22:13:40.319 INFO O| Jun 10 22:13:40.319 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-06-10T22:13:41.712Z[ recovery-image] Jun 10 22:13:40.327 INFO O| Jun 10 22:13:40.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75512026-06-10T22:13:41.712Z[ recovery-image] Jun 10 22:13:40.327 INFO O| Jun 10 22:13:40.327 INFO STEP 881 (remove_files) COMPLETE
75522026-06-10T22:13:41.712Z[ recovery-image] Jun 10 22:13:40.327 INFO O| Jun 10 22:13:40.327 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-06-10T22:13:41.719Z[ recovery-image] Jun 10 22:13:40.335 INFO O| Jun 10 22:13:40.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75542026-06-10T22:13:41.720Z[ recovery-image] Jun 10 22:13:40.335 INFO O| Jun 10 22:13:40.335 INFO STEP 882 (remove_files) COMPLETE
75552026-06-10T22:13:41.720Z[ recovery-image] Jun 10 22:13:40.335 INFO O| Jun 10 22:13:40.335 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-06-10T22:13:41.729Z[ recovery-image] Jun 10 22:13:40.344 INFO O| Jun 10 22:13:40.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75572026-06-10T22:13:41.733Z[ recovery-image] Jun 10 22:13:40.345 INFO O| Jun 10 22:13:40.345 INFO STEP 883 (remove_files) COMPLETE
75582026-06-10T22:13:41.734Z[ recovery-image] Jun 10 22:13:40.345 INFO O| Jun 10 22:13:40.345 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-06-10T22:13:41.741Z[ recovery-image] Jun 10 22:13:40.356 INFO O| Jun 10 22:13:40.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75602026-06-10T22:13:41.741Z[ recovery-image] Jun 10 22:13:40.356 INFO O| Jun 10 22:13:40.356 INFO STEP 884 (remove_files) COMPLETE
75612026-06-10T22:13:41.741Z[ recovery-image] Jun 10 22:13:40.356 INFO O| Jun 10 22:13:40.356 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-06-10T22:13:41.752Z[ recovery-image] Jun 10 22:13:40.365 INFO O| Jun 10 22:13:40.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75632026-06-10T22:13:41.752Z[ recovery-image] Jun 10 22:13:40.365 INFO O| Jun 10 22:13:40.365 INFO STEP 885 (remove_files) COMPLETE
75642026-06-10T22:13:41.752Z[ recovery-image] Jun 10 22:13:40.365 INFO O| Jun 10 22:13:40.365 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-06-10T22:13:41.760Z[ recovery-image] Jun 10 22:13:40.375 INFO O| Jun 10 22:13:40.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75662026-06-10T22:13:41.760Z[ recovery-image] Jun 10 22:13:40.375 INFO O| Jun 10 22:13:40.375 INFO STEP 886 (remove_files) COMPLETE
75672026-06-10T22:13:41.764Z[ recovery-image] Jun 10 22:13:40.375 INFO O| Jun 10 22:13:40.375 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-06-10T22:13:41.770Z[ recovery-image] Jun 10 22:13:40.385 INFO O| Jun 10 22:13:40.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75692026-06-10T22:13:41.770Z[ recovery-image] Jun 10 22:13:40.385 INFO O| Jun 10 22:13:40.385 INFO STEP 887 (remove_files) COMPLETE
75702026-06-10T22:13:41.771Z[ recovery-image] Jun 10 22:13:40.385 INFO O| Jun 10 22:13:40.385 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-06-10T22:13:41.778Z[ recovery-image] Jun 10 22:13:40.393 INFO O| Jun 10 22:13:40.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75722026-06-10T22:13:41.778Z[ recovery-image] Jun 10 22:13:40.393 INFO O| Jun 10 22:13:40.393 INFO STEP 888 (remove_files) COMPLETE
75732026-06-10T22:13:41.783Z[ recovery-image] Jun 10 22:13:40.393 INFO O| Jun 10 22:13:40.393 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-06-10T22:13:41.787Z[ recovery-image] Jun 10 22:13:40.402 INFO O| Jun 10 22:13:40.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75752026-06-10T22:13:41.787Z[ recovery-image] Jun 10 22:13:40.402 INFO O| Jun 10 22:13:40.402 INFO STEP 889 (remove_files) COMPLETE
75762026-06-10T22:13:41.787Z[ recovery-image] Jun 10 22:13:40.402 INFO O| Jun 10 22:13:40.402 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-06-10T22:13:41.795Z[ recovery-image] Jun 10 22:13:40.411 INFO O| Jun 10 22:13:40.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75782026-06-10T22:13:41.796Z[ recovery-image] Jun 10 22:13:40.411 INFO O| Jun 10 22:13:40.411 INFO STEP 890 (remove_files) COMPLETE
75792026-06-10T22:13:41.799Z[ recovery-image] Jun 10 22:13:40.411 INFO O| Jun 10 22:13:40.411 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-06-10T22:13:41.806Z[ recovery-image] Jun 10 22:13:40.422 INFO O| Jun 10 22:13:40.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75812026-06-10T22:13:41.807Z[ recovery-image] Jun 10 22:13:40.422 INFO O| Jun 10 22:13:40.422 INFO STEP 891 (remove_files) COMPLETE
75822026-06-10T22:13:41.807Z[ recovery-image] Jun 10 22:13:40.422 INFO O| Jun 10 22:13:40.422 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-06-10T22:13:41.818Z[ recovery-image] Jun 10 22:13:40.433 INFO O| Jun 10 22:13:40.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75842026-06-10T22:13:41.818Z[ recovery-image] Jun 10 22:13:40.434 INFO O| Jun 10 22:13:40.434 INFO STEP 892 (remove_files) COMPLETE
75852026-06-10T22:13:41.821Z[ recovery-image] Jun 10 22:13:40.434 INFO O| Jun 10 22:13:40.434 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-06-10T22:13:41.829Z[ recovery-image] Jun 10 22:13:40.445 INFO O| Jun 10 22:13:40.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75872026-06-10T22:13:41.829Z[ recovery-image] Jun 10 22:13:40.445 INFO O| Jun 10 22:13:40.445 INFO STEP 893 (remove_files) COMPLETE
75882026-06-10T22:13:41.833Z[ recovery-image] Jun 10 22:13:40.445 INFO O| Jun 10 22:13:40.445 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-06-10T22:13:41.840Z[ recovery-image] Jun 10 22:13:40.456 INFO O| Jun 10 22:13:40.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75902026-06-10T22:13:41.840Z[ recovery-image] Jun 10 22:13:40.456 INFO O| Jun 10 22:13:40.456 INFO STEP 894 (remove_files) COMPLETE
75912026-06-10T22:13:41.840Z[ recovery-image] Jun 10 22:13:40.456 INFO O| Jun 10 22:13:40.456 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-06-10T22:13:41.855Z[ recovery-image] Jun 10 22:13:40.465 INFO O| Jun 10 22:13:40.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75932026-06-10T22:13:41.855Z[ recovery-image] Jun 10 22:13:40.465 INFO O| Jun 10 22:13:40.465 INFO STEP 895 (remove_files) COMPLETE
75942026-06-10T22:13:41.855Z[ recovery-image] Jun 10 22:13:40.465 INFO O| Jun 10 22:13:40.465 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-06-10T22:13:41.859Z[ recovery-image] Jun 10 22:13:40.474 INFO O| Jun 10 22:13:40.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75962026-06-10T22:13:41.859Z[ recovery-image] Jun 10 22:13:40.474 INFO O| Jun 10 22:13:40.474 INFO STEP 896 (remove_files) COMPLETE
75972026-06-10T22:13:41.859Z[ recovery-image] Jun 10 22:13:40.474 INFO O| Jun 10 22:13:40.474 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-06-10T22:13:41.867Z[ recovery-image] Jun 10 22:13:40.483 INFO O| Jun 10 22:13:40.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75992026-06-10T22:13:41.871Z[ recovery-image] Jun 10 22:13:40.484 INFO O| Jun 10 22:13:40.484 INFO STEP 897 (remove_files) COMPLETE
76002026-06-10T22:13:41.872Z[ recovery-image] Jun 10 22:13:40.484 INFO O| Jun 10 22:13:40.484 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-06-10T22:13:41.877Z[ recovery-image] Jun 10 22:13:40.492 INFO O| Jun 10 22:13:40.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76022026-06-10T22:13:41.877Z[ recovery-image] Jun 10 22:13:40.493 INFO O| Jun 10 22:13:40.493 INFO STEP 898 (remove_files) COMPLETE
76032026-06-10T22:13:41.881Z[ recovery-image] Jun 10 22:13:40.493 INFO O| Jun 10 22:13:40.493 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-06-10T22:13:41.887Z[ recovery-image] Jun 10 22:13:40.503 INFO O| Jun 10 22:13:40.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76052026-06-10T22:13:41.888Z[ recovery-image] Jun 10 22:13:40.503 INFO O| Jun 10 22:13:40.503 INFO STEP 899 (remove_files) COMPLETE
76062026-06-10T22:13:41.888Z[ recovery-image] Jun 10 22:13:40.503 INFO O| Jun 10 22:13:40.503 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-06-10T22:13:41.897Z[ recovery-image] Jun 10 22:13:40.512 INFO O| Jun 10 22:13:40.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76082026-06-10T22:13:41.901Z[ recovery-image] Jun 10 22:13:40.513 INFO O| Jun 10 22:13:40.513 INFO STEP 900 (remove_files) COMPLETE
76092026-06-10T22:13:41.901Z[ recovery-image] Jun 10 22:13:40.513 INFO O| Jun 10 22:13:40.513 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-06-10T22:13:41.907Z[ recovery-image] Jun 10 22:13:40.522 INFO O| Jun 10 22:13:40.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76112026-06-10T22:13:41.907Z[ recovery-image] Jun 10 22:13:40.522 INFO O| Jun 10 22:13:40.522 INFO STEP 901 (remove_files) COMPLETE
76122026-06-10T22:13:41.910Z[ recovery-image] Jun 10 22:13:40.522 INFO O| Jun 10 22:13:40.522 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-06-10T22:13:41.918Z[ recovery-image] Jun 10 22:13:40.534 INFO O| Jun 10 22:13:40.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76142026-06-10T22:13:41.918Z[ recovery-image] Jun 10 22:13:40.534 INFO O| Jun 10 22:13:40.534 INFO STEP 902 (remove_files) COMPLETE
76152026-06-10T22:13:41.918Z[ recovery-image] Jun 10 22:13:40.534 INFO O| Jun 10 22:13:40.534 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-06-10T22:13:41.929Z[ recovery-image] Jun 10 22:13:40.543 INFO O| Jun 10 22:13:40.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76172026-06-10T22:13:41.929Z[ recovery-image] Jun 10 22:13:40.543 INFO O| Jun 10 22:13:40.543 INFO STEP 903 (remove_files) COMPLETE
76182026-06-10T22:13:41.929Z[ recovery-image] Jun 10 22:13:40.543 INFO O| Jun 10 22:13:40.543 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-06-10T22:13:41.936Z[ recovery-image] Jun 10 22:13:40.552 INFO O| Jun 10 22:13:40.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76202026-06-10T22:13:41.936Z[ recovery-image] Jun 10 22:13:40.552 INFO O| Jun 10 22:13:40.552 INFO STEP 904 (remove_files) COMPLETE
76212026-06-10T22:13:41.940Z[ recovery-image] Jun 10 22:13:40.552 INFO O| Jun 10 22:13:40.552 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-06-10T22:13:41.945Z[ recovery-image] Jun 10 22:13:40.560 INFO O| Jun 10 22:13:40.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76232026-06-10T22:13:41.945Z[ recovery-image] Jun 10 22:13:40.560 INFO O| Jun 10 22:13:40.560 INFO STEP 905 (remove_files) COMPLETE
76242026-06-10T22:13:41.945Z[ recovery-image] Jun 10 22:13:40.560 INFO O| Jun 10 22:13:40.560 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-06-10T22:13:41.955Z[ recovery-image] Jun 10 22:13:40.570 INFO O| Jun 10 22:13:40.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76262026-06-10T22:13:41.955Z[ recovery-image] Jun 10 22:13:40.570 INFO O| Jun 10 22:13:40.570 INFO STEP 906 (remove_files) COMPLETE
76272026-06-10T22:13:41.959Z[ recovery-image] Jun 10 22:13:40.570 INFO O| Jun 10 22:13:40.570 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-06-10T22:13:41.964Z[ recovery-image] Jun 10 22:13:40.579 INFO O| Jun 10 22:13:40.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76292026-06-10T22:13:41.964Z[ recovery-image] Jun 10 22:13:40.579 INFO O| Jun 10 22:13:40.579 INFO STEP 907 (remove_files) COMPLETE
76302026-06-10T22:13:41.964Z[ recovery-image] Jun 10 22:13:40.579 INFO O| Jun 10 22:13:40.579 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-06-10T22:13:41.973Z[ recovery-image] Jun 10 22:13:40.587 INFO O| Jun 10 22:13:40.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76322026-06-10T22:13:41.973Z[ recovery-image] Jun 10 22:13:40.587 INFO O| Jun 10 22:13:40.587 INFO STEP 908 (remove_files) COMPLETE
76332026-06-10T22:13:41.979Z[ recovery-image] Jun 10 22:13:40.587 INFO O| Jun 10 22:13:40.587 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-06-10T22:13:41.983Z[ recovery-image] Jun 10 22:13:40.596 INFO O| Jun 10 22:13:40.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76352026-06-10T22:13:41.984Z[ recovery-image] Jun 10 22:13:40.596 INFO O| Jun 10 22:13:40.596 INFO STEP 909 (remove_files) COMPLETE
76362026-06-10T22:13:41.984Z[ recovery-image] Jun 10 22:13:40.596 INFO O| Jun 10 22:13:40.596 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-06-10T22:13:41.990Z[ recovery-image] Jun 10 22:13:40.606 INFO O| Jun 10 22:13:40.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76382026-06-10T22:13:41.990Z[ recovery-image] Jun 10 22:13:40.606 INFO O| Jun 10 22:13:40.606 INFO STEP 910 (remove_files) COMPLETE
76392026-06-10T22:13:41.990Z[ recovery-image] Jun 10 22:13:40.606 INFO O| Jun 10 22:13:40.606 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-06-10T22:13:41.999Z[ recovery-image] Jun 10 22:13:40.615 INFO O| Jun 10 22:13:40.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76412026-06-10T22:13:42.000Z[ recovery-image] Jun 10 22:13:40.615 INFO O| Jun 10 22:13:40.615 INFO STEP 911 (remove_files) COMPLETE
76422026-06-10T22:13:42.003Z[ recovery-image] Jun 10 22:13:40.615 INFO O| Jun 10 22:13:40.615 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-06-10T22:13:42.010Z[ recovery-image] Jun 10 22:13:40.625 INFO O| Jun 10 22:13:40.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76442026-06-10T22:13:42.010Z[ recovery-image] Jun 10 22:13:40.625 INFO O| Jun 10 22:13:40.625 INFO STEP 912 (remove_files) COMPLETE
76452026-06-10T22:13:42.014Z[ recovery-image] Jun 10 22:13:40.625 INFO O| Jun 10 22:13:40.625 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-06-10T22:13:42.018Z[ recovery-image] Jun 10 22:13:40.634 INFO O| Jun 10 22:13:40.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76472026-06-10T22:13:42.018Z[ recovery-image] Jun 10 22:13:40.634 INFO O| Jun 10 22:13:40.634 INFO STEP 913 (remove_files) COMPLETE
76482026-06-10T22:13:42.022Z[ recovery-image] Jun 10 22:13:40.634 INFO O| Jun 10 22:13:40.634 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-06-10T22:13:42.029Z[ recovery-image] Jun 10 22:13:40.645 INFO O| Jun 10 22:13:40.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76502026-06-10T22:13:42.029Z[ recovery-image] Jun 10 22:13:40.645 INFO O| Jun 10 22:13:40.645 INFO STEP 914 (remove_files) COMPLETE
76512026-06-10T22:13:42.029Z[ recovery-image] Jun 10 22:13:40.645 INFO O| Jun 10 22:13:40.645 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-06-10T22:13:42.038Z[ recovery-image] Jun 10 22:13:40.654 INFO O| Jun 10 22:13:40.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76532026-06-10T22:13:42.038Z[ recovery-image] Jun 10 22:13:40.654 INFO O| Jun 10 22:13:40.654 INFO STEP 915 (remove_files) COMPLETE
76542026-06-10T22:13:42.042Z[ recovery-image] Jun 10 22:13:40.654 INFO O| Jun 10 22:13:40.654 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-06-10T22:13:42.048Z[ recovery-image] Jun 10 22:13:40.664 INFO O| Jun 10 22:13:40.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76562026-06-10T22:13:42.048Z[ recovery-image] Jun 10 22:13:40.664 INFO O| Jun 10 22:13:40.664 INFO STEP 916 (remove_files) COMPLETE
76572026-06-10T22:13:42.048Z[ recovery-image] Jun 10 22:13:40.664 INFO O| Jun 10 22:13:40.664 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-06-10T22:13:42.057Z[ recovery-image] Jun 10 22:13:40.672 INFO O| Jun 10 22:13:40.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76592026-06-10T22:13:42.057Z[ recovery-image] Jun 10 22:13:40.672 INFO O| Jun 10 22:13:40.672 INFO STEP 917 (remove_files) COMPLETE
76602026-06-10T22:13:42.060Z[ recovery-image] Jun 10 22:13:40.672 INFO O| Jun 10 22:13:40.672 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-06-10T22:13:42.064Z[ recovery-image] Jun 10 22:13:40.680 INFO O| Jun 10 22:13:40.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76622026-06-10T22:13:42.065Z[ recovery-image] Jun 10 22:13:40.680 INFO O| Jun 10 22:13:40.680 INFO STEP 918 (remove_files) COMPLETE
76632026-06-10T22:13:42.068Z[ recovery-image] Jun 10 22:13:40.680 INFO O| Jun 10 22:13:40.680 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-06-10T22:13:42.115Z[ recovery-image] Jun 10 22:13:40.689 INFO O| Jun 10 22:13:40.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76652026-06-10T22:13:42.115Z[ recovery-image] Jun 10 22:13:40.689 INFO O| Jun 10 22:13:40.689 INFO STEP 919 (remove_files) COMPLETE
76662026-06-10T22:13:42.115Z[ recovery-image] Jun 10 22:13:40.689 INFO O| Jun 10 22:13:40.689 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-06-10T22:13:42.115Z[ recovery-image] Jun 10 22:13:40.699 INFO O| Jun 10 22:13:40.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76682026-06-10T22:13:42.115Z[ recovery-image] Jun 10 22:13:40.699 INFO O| Jun 10 22:13:40.699 INFO STEP 920 (remove_files) COMPLETE
76692026-06-10T22:13:42.115Z[ recovery-image] Jun 10 22:13:40.699 INFO O| Jun 10 22:13:40.699 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-06-10T22:13:42.115Z[ recovery-image] Jun 10 22:13:40.707 INFO O| Jun 10 22:13:40.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76712026-06-10T22:13:42.115Z[ recovery-image] Jun 10 22:13:40.707 INFO O| Jun 10 22:13:40.707 INFO STEP 921 (remove_files) COMPLETE
76722026-06-10T22:13:42.115Z[ recovery-image] Jun 10 22:13:40.707 INFO O| Jun 10 22:13:40.707 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-06-10T22:13:42.115Z[ recovery-image] Jun 10 22:13:40.715 INFO O| Jun 10 22:13:40.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76742026-06-10T22:13:42.115Z[ recovery-image] Jun 10 22:13:40.715 INFO O| Jun 10 22:13:40.715 INFO STEP 922 (remove_files) COMPLETE
76752026-06-10T22:13:42.116Z[ recovery-image] Jun 10 22:13:40.715 INFO O| Jun 10 22:13:40.715 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-06-10T22:13:42.116Z[ recovery-image] Jun 10 22:13:40.724 INFO O| Jun 10 22:13:40.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76772026-06-10T22:13:42.116Z[ recovery-image] Jun 10 22:13:40.724 INFO O| Jun 10 22:13:40.724 INFO STEP 923 (remove_files) COMPLETE
76782026-06-10T22:13:42.116Z[ recovery-image] Jun 10 22:13:40.724 INFO O| Jun 10 22:13:40.724 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-06-10T22:13:42.120Z[ recovery-image] Jun 10 22:13:40.732 INFO O| Jun 10 22:13:40.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76802026-06-10T22:13:42.120Z[ recovery-image] Jun 10 22:13:40.732 INFO O| Jun 10 22:13:40.732 INFO STEP 924 (remove_files) COMPLETE
76812026-06-10T22:13:42.120Z[ recovery-image] Jun 10 22:13:40.732 INFO O| Jun 10 22:13:40.732 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-06-10T22:13:42.125Z[ recovery-image] Jun 10 22:13:40.741 INFO O| Jun 10 22:13:40.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76832026-06-10T22:13:42.125Z[ recovery-image] Jun 10 22:13:40.741 INFO O| Jun 10 22:13:40.741 INFO STEP 925 (remove_files) COMPLETE
76842026-06-10T22:13:42.125Z[ recovery-image] Jun 10 22:13:40.741 INFO O| Jun 10 22:13:40.741 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-06-10T22:13:42.136Z[ recovery-image] Jun 10 22:13:40.752 INFO O| Jun 10 22:13:40.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76862026-06-10T22:13:42.140Z[ recovery-image] Jun 10 22:13:40.753 INFO O| Jun 10 22:13:40.753 INFO STEP 926 (remove_files) COMPLETE
76872026-06-10T22:13:42.140Z[ recovery-image] Jun 10 22:13:40.753 INFO O| Jun 10 22:13:40.753 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-06-10T22:13:42.147Z[ recovery-image] Jun 10 22:13:40.762 INFO O| Jun 10 22:13:40.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76892026-06-10T22:13:42.147Z[ recovery-image] Jun 10 22:13:40.763 INFO O| Jun 10 22:13:40.763 INFO STEP 927 (remove_files) COMPLETE
76902026-06-10T22:13:42.147Z[ recovery-image] Jun 10 22:13:40.763 INFO O| Jun 10 22:13:40.763 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-06-10T22:13:42.158Z[ recovery-image] Jun 10 22:13:40.773 INFO O| Jun 10 22:13:40.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76922026-06-10T22:13:42.158Z[ recovery-image] Jun 10 22:13:40.773 INFO O| Jun 10 22:13:40.773 INFO STEP 928 (remove_files) COMPLETE
76932026-06-10T22:13:42.162Z[ recovery-image] Jun 10 22:13:40.773 INFO O| Jun 10 22:13:40.773 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-06-10T22:13:42.168Z[ recovery-image] Jun 10 22:13:40.783 INFO O| Jun 10 22:13:40.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76952026-06-10T22:13:42.169Z[ recovery-image] Jun 10 22:13:40.783 INFO O| Jun 10 22:13:40.783 INFO STEP 929 (remove_files) COMPLETE
76962026-06-10T22:13:42.173Z[ recovery-image] Jun 10 22:13:40.783 INFO O| Jun 10 22:13:40.783 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-06-10T22:13:42.178Z[ recovery-image] Jun 10 22:13:40.793 INFO O| Jun 10 22:13:40.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76982026-06-10T22:13:42.178Z[ recovery-image] Jun 10 22:13:40.793 INFO O| Jun 10 22:13:40.793 INFO STEP 930 (remove_files) COMPLETE
76992026-06-10T22:13:42.178Z[ recovery-image] Jun 10 22:13:40.793 INFO O| Jun 10 22:13:40.793 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-06-10T22:13:42.188Z[ recovery-image] Jun 10 22:13:40.803 INFO O| Jun 10 22:13:40.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77012026-06-10T22:13:42.188Z[ recovery-image] Jun 10 22:13:40.803 INFO O| Jun 10 22:13:40.803 INFO STEP 931 (remove_files) COMPLETE
77022026-06-10T22:13:42.192Z[ recovery-image] Jun 10 22:13:40.803 INFO O| Jun 10 22:13:40.803 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-06-10T22:13:42.197Z[ recovery-image] Jun 10 22:13:40.813 INFO O| Jun 10 22:13:40.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77042026-06-10T22:13:42.198Z[ recovery-image] Jun 10 22:13:40.813 INFO O| Jun 10 22:13:40.813 INFO STEP 932 (remove_files) COMPLETE
77052026-06-10T22:13:42.202Z[ recovery-image] Jun 10 22:13:40.813 INFO O| Jun 10 22:13:40.813 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-06-10T22:13:42.206Z[ recovery-image] Jun 10 22:13:40.821 INFO O| Jun 10 22:13:40.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77072026-06-10T22:13:42.206Z[ recovery-image] Jun 10 22:13:40.821 INFO O| Jun 10 22:13:40.821 INFO STEP 933 (remove_files) COMPLETE
77082026-06-10T22:13:42.206Z[ recovery-image] Jun 10 22:13:40.821 INFO O| Jun 10 22:13:40.821 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-06-10T22:13:42.227Z[ recovery-image] Jun 10 22:13:40.830 INFO O| Jun 10 22:13:40.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77102026-06-10T22:13:42.227Z[ recovery-image] Jun 10 22:13:40.830 INFO O| Jun 10 22:13:40.830 INFO STEP 934 (remove_files) COMPLETE
77112026-06-10T22:13:42.252Z[ recovery-image] Jun 10 22:13:40.830 INFO O| Jun 10 22:13:40.830 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-06-10T22:13:42.252Z[ recovery-image] Jun 10 22:13:40.838 INFO O| Jun 10 22:13:40.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77132026-06-10T22:13:42.252Z[ recovery-image] Jun 10 22:13:40.838 INFO O| Jun 10 22:13:40.838 INFO STEP 935 (remove_files) COMPLETE
77142026-06-10T22:13:42.252Z[ recovery-image] Jun 10 22:13:40.838 INFO O| Jun 10 22:13:40.838 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-06-10T22:13:42.264Z[ recovery-image] Jun 10 22:13:40.847 INFO O| Jun 10 22:13:40.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77162026-06-10T22:13:42.264Z[ recovery-image] Jun 10 22:13:40.847 INFO O| Jun 10 22:13:40.847 INFO STEP 936 (remove_files) COMPLETE
77172026-06-10T22:13:42.264Z[ recovery-image] Jun 10 22:13:40.847 INFO O| Jun 10 22:13:40.847 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-06-10T22:13:42.264Z[ recovery-image] Jun 10 22:13:40.855 INFO O| Jun 10 22:13:40.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77192026-06-10T22:13:42.264Z[ recovery-image] Jun 10 22:13:40.855 INFO O| Jun 10 22:13:40.855 INFO STEP 937 (remove_files) COMPLETE
77202026-06-10T22:13:42.277Z[ recovery-image] Jun 10 22:13:40.855 INFO O| Jun 10 22:13:40.855 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-06-10T22:13:42.277Z[ recovery-image] Jun 10 22:13:40.864 INFO O| Jun 10 22:13:40.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77222026-06-10T22:13:42.277Z[ recovery-image] Jun 10 22:13:40.864 INFO O| Jun 10 22:13:40.864 INFO STEP 938 (remove_files) COMPLETE
77232026-06-10T22:13:42.278Z[ recovery-image] Jun 10 22:13:40.864 INFO O| Jun 10 22:13:40.864 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-06-10T22:13:42.278Z[ recovery-image] Jun 10 22:13:40.874 INFO O| Jun 10 22:13:40.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77252026-06-10T22:13:42.278Z[ recovery-image] Jun 10 22:13:40.875 INFO O| Jun 10 22:13:40.874 INFO STEP 939 (remove_files) COMPLETE
77262026-06-10T22:13:42.278Z[ recovery-image] Jun 10 22:13:40.875 INFO O| Jun 10 22:13:40.874 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-06-10T22:13:42.282Z[ recovery-image] Jun 10 22:13:40.885 INFO O| Jun 10 22:13:40.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77282026-06-10T22:13:42.282Z[ recovery-image] Jun 10 22:13:40.885 INFO O| Jun 10 22:13:40.885 INFO STEP 940 (remove_files) COMPLETE
77292026-06-10T22:13:42.282Z[ recovery-image] Jun 10 22:13:40.885 INFO O| Jun 10 22:13:40.885 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-06-10T22:13:42.282Z[ recovery-image] Jun 10 22:13:40.895 INFO O| Jun 10 22:13:40.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77312026-06-10T22:13:42.282Z[ recovery-image] Jun 10 22:13:40.896 INFO O| Jun 10 22:13:40.896 INFO STEP 941 (remove_files) COMPLETE
77322026-06-10T22:13:42.283Z[ recovery-image] Jun 10 22:13:40.896 INFO O| Jun 10 22:13:40.896 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-06-10T22:13:42.294Z[ recovery-image] Jun 10 22:13:40.906 INFO O| Jun 10 22:13:40.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77342026-06-10T22:13:42.294Z[ recovery-image] Jun 10 22:13:40.906 INFO O| Jun 10 22:13:40.906 INFO STEP 942 (remove_files) COMPLETE
77352026-06-10T22:13:42.294Z[ recovery-image] Jun 10 22:13:40.906 INFO O| Jun 10 22:13:40.906 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-06-10T22:13:42.301Z[ recovery-image] Jun 10 22:13:40.916 INFO O| Jun 10 22:13:40.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77372026-06-10T22:13:42.301Z[ recovery-image] Jun 10 22:13:40.917 INFO O| Jun 10 22:13:40.917 INFO STEP 943 (remove_files) COMPLETE
77382026-06-10T22:13:42.362Z[ recovery-image] Jun 10 22:13:40.917 INFO O| Jun 10 22:13:40.917 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-06-10T22:13:42.368Z[ recovery-image] Jun 10 22:13:40.926 INFO O| Jun 10 22:13:40.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77402026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.926 INFO O| Jun 10 22:13:40.926 INFO STEP 944 (remove_files) COMPLETE
77412026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.926 INFO O| Jun 10 22:13:40.926 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.935 INFO O| Jun 10 22:13:40.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77432026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.936 INFO O| Jun 10 22:13:40.935 INFO STEP 945 (remove_files) COMPLETE
77442026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.936 INFO O| Jun 10 22:13:40.935 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.945 INFO O| Jun 10 22:13:40.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77462026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.945 INFO O| Jun 10 22:13:40.945 INFO STEP 946 (remove_files) COMPLETE
77472026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.945 INFO O| Jun 10 22:13:40.945 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.955 INFO O| Jun 10 22:13:40.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77492026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.956 INFO O| Jun 10 22:13:40.956 INFO STEP 947 (remove_files) COMPLETE
77502026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.956 INFO O| Jun 10 22:13:40.956 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.965 INFO O| Jun 10 22:13:40.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77522026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.966 INFO O| Jun 10 22:13:40.966 INFO STEP 948 (remove_files) COMPLETE
77532026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.966 INFO O| Jun 10 22:13:40.966 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.975 INFO O| Jun 10 22:13:40.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77552026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.976 INFO O| Jun 10 22:13:40.976 INFO STEP 949 (remove_files) COMPLETE
77562026-06-10T22:13:42.369Z[ recovery-image] Jun 10 22:13:40.976 INFO O| Jun 10 22:13:40.976 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-06-10T22:13:42.373Z[ recovery-image] Jun 10 22:13:40.986 INFO O| Jun 10 22:13:40.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77582026-06-10T22:13:42.373Z[ recovery-image] Jun 10 22:13:40.986 INFO O| Jun 10 22:13:40.986 INFO STEP 950 (remove_files) COMPLETE
77592026-06-10T22:13:42.373Z[ recovery-image] Jun 10 22:13:40.986 INFO O| Jun 10 22:13:40.986 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-06-10T22:13:42.379Z[ recovery-image] Jun 10 22:13:40.995 INFO O| Jun 10 22:13:40.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77612026-06-10T22:13:42.380Z[ recovery-image] Jun 10 22:13:40.995 INFO O| Jun 10 22:13:40.995 INFO STEP 951 (remove_files) COMPLETE
77622026-06-10T22:13:42.380Z[ recovery-image] Jun 10 22:13:40.995 INFO O| Jun 10 22:13:40.995 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-06-10T22:13:42.390Z[ recovery-image] Jun 10 22:13:41.004 INFO O| Jun 10 22:13:41.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77642026-06-10T22:13:42.390Z[ recovery-image] Jun 10 22:13:41.004 INFO O| Jun 10 22:13:41.004 INFO STEP 952 (remove_files) COMPLETE
77652026-06-10T22:13:42.390Z[ recovery-image] Jun 10 22:13:41.004 INFO O| Jun 10 22:13:41.004 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-06-10T22:13:42.398Z[ recovery-image] Jun 10 22:13:41.013 INFO O| Jun 10 22:13:41.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77672026-06-10T22:13:42.398Z[ recovery-image] Jun 10 22:13:41.013 INFO O| Jun 10 22:13:41.013 INFO STEP 953 (remove_files) COMPLETE
77682026-06-10T22:13:42.398Z[ recovery-image] Jun 10 22:13:41.013 INFO O| Jun 10 22:13:41.013 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-06-10T22:13:42.405Z[ recovery-image] Jun 10 22:13:41.021 INFO O| Jun 10 22:13:41.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77702026-06-10T22:13:42.405Z[ recovery-image] Jun 10 22:13:41.021 INFO O| Jun 10 22:13:41.021 INFO STEP 954 (remove_files) COMPLETE
77712026-06-10T22:13:42.405Z[ recovery-image] Jun 10 22:13:41.021 INFO O| Jun 10 22:13:41.021 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-06-10T22:13:42.415Z[ recovery-image] Jun 10 22:13:41.028 INFO O| Jun 10 22:13:41.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77732026-06-10T22:13:42.415Z[ recovery-image] Jun 10 22:13:41.028 INFO O| Jun 10 22:13:41.028 INFO STEP 955 (remove_files) COMPLETE
77742026-06-10T22:13:42.415Z[ recovery-image] Jun 10 22:13:41.029 INFO O| Jun 10 22:13:41.028 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-06-10T22:13:42.422Z[ recovery-image] Jun 10 22:13:41.036 INFO O| Jun 10 22:13:41.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77762026-06-10T22:13:42.422Z[ recovery-image] Jun 10 22:13:41.037 INFO O| Jun 10 22:13:41.037 INFO STEP 956 (remove_files) COMPLETE
77772026-06-10T22:13:42.427Z[ recovery-image] Jun 10 22:13:41.037 INFO O| Jun 10 22:13:41.037 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-06-10T22:13:42.430Z[ recovery-image] Jun 10 22:13:41.044 INFO O| Jun 10 22:13:41.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77792026-06-10T22:13:42.430Z[ recovery-image] Jun 10 22:13:41.044 INFO O| Jun 10 22:13:41.044 INFO STEP 957 (remove_files) COMPLETE
77802026-06-10T22:13:42.431Z[ recovery-image] Jun 10 22:13:41.044 INFO O| Jun 10 22:13:41.044 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-06-10T22:13:42.436Z[ recovery-image] Jun 10 22:13:41.052 INFO O| Jun 10 22:13:41.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77822026-06-10T22:13:42.436Z[ recovery-image] Jun 10 22:13:41.052 INFO O| Jun 10 22:13:41.052 INFO STEP 958 (remove_files) COMPLETE
77832026-06-10T22:13:42.440Z[ recovery-image] Jun 10 22:13:41.052 INFO O| Jun 10 22:13:41.052 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-06-10T22:13:42.445Z[ recovery-image] Jun 10 22:13:41.060 INFO O| Jun 10 22:13:41.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77852026-06-10T22:13:42.445Z[ recovery-image] Jun 10 22:13:41.060 INFO O| Jun 10 22:13:41.060 INFO STEP 959 (remove_files) COMPLETE
77862026-06-10T22:13:42.445Z[ recovery-image] Jun 10 22:13:41.060 INFO O| Jun 10 22:13:41.060 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-06-10T22:13:42.453Z[ recovery-image] Jun 10 22:13:41.069 INFO O| Jun 10 22:13:41.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77882026-06-10T22:13:42.453Z[ recovery-image] Jun 10 22:13:41.069 INFO O| Jun 10 22:13:41.069 INFO STEP 960 (remove_files) COMPLETE
77892026-06-10T22:13:42.453Z[ recovery-image] Jun 10 22:13:41.069 INFO O| Jun 10 22:13:41.069 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-06-10T22:13:42.464Z[ recovery-image] Jun 10 22:13:41.079 INFO O| Jun 10 22:13:41.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77912026-06-10T22:13:42.464Z[ recovery-image] Jun 10 22:13:41.079 INFO O| Jun 10 22:13:41.079 INFO STEP 961 (remove_files) COMPLETE
77922026-06-10T22:13:42.464Z[ recovery-image] Jun 10 22:13:41.079 INFO O| Jun 10 22:13:41.079 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-06-10T22:13:42.475Z[ recovery-image] Jun 10 22:13:41.090 INFO O| Jun 10 22:13:41.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77942026-06-10T22:13:42.475Z[ recovery-image] Jun 10 22:13:41.090 INFO O| Jun 10 22:13:41.090 INFO STEP 962 (remove_files) COMPLETE
77952026-06-10T22:13:42.475Z[ recovery-image] Jun 10 22:13:41.090 INFO O| Jun 10 22:13:41.090 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-06-10T22:13:42.485Z[ recovery-image] Jun 10 22:13:41.100 INFO O| Jun 10 22:13:41.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77972026-06-10T22:13:42.485Z[ recovery-image] Jun 10 22:13:41.100 INFO O| Jun 10 22:13:41.100 INFO STEP 963 (remove_files) COMPLETE
77982026-06-10T22:13:42.489Z[ recovery-image] Jun 10 22:13:41.100 INFO O| Jun 10 22:13:41.100 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-06-10T22:13:42.494Z[ recovery-image] Jun 10 22:13:41.108 INFO O| Jun 10 22:13:41.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78002026-06-10T22:13:42.494Z[ recovery-image] Jun 10 22:13:41.108 INFO O| Jun 10 22:13:41.108 INFO STEP 964 (remove_files) COMPLETE
78012026-06-10T22:13:42.494Z[ recovery-image] Jun 10 22:13:41.108 INFO O| Jun 10 22:13:41.108 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-06-10T22:13:42.501Z[ recovery-image] Jun 10 22:13:41.116 INFO O| Jun 10 22:13:41.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78032026-06-10T22:13:42.501Z[ recovery-image] Jun 10 22:13:41.116 INFO O| Jun 10 22:13:41.116 INFO STEP 965 (remove_files) COMPLETE
78042026-06-10T22:13:42.501Z[ recovery-image] Jun 10 22:13:41.116 INFO O| Jun 10 22:13:41.116 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-06-10T22:13:42.508Z[ recovery-image] Jun 10 22:13:41.124 INFO O| Jun 10 22:13:41.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78062026-06-10T22:13:42.509Z[ recovery-image] Jun 10 22:13:41.124 INFO O| Jun 10 22:13:41.124 INFO STEP 966 (remove_files) COMPLETE
78072026-06-10T22:13:42.509Z[ recovery-image] Jun 10 22:13:41.124 INFO O| Jun 10 22:13:41.124 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-06-10T22:13:42.518Z[ recovery-image] Jun 10 22:13:41.134 INFO O| Jun 10 22:13:41.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78092026-06-10T22:13:42.518Z[ recovery-image] Jun 10 22:13:41.134 INFO O| Jun 10 22:13:41.134 INFO STEP 967 (remove_files) COMPLETE
78102026-06-10T22:13:42.518Z[ recovery-image] Jun 10 22:13:41.134 INFO O| Jun 10 22:13:41.134 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-06-10T22:13:42.526Z[ recovery-image] Jun 10 22:13:41.142 INFO O| Jun 10 22:13:41.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78122026-06-10T22:13:42.526Z[ recovery-image] Jun 10 22:13:41.142 INFO O| Jun 10 22:13:41.142 INFO STEP 968 (remove_files) COMPLETE
78132026-06-10T22:13:42.526Z[ recovery-image] Jun 10 22:13:41.142 INFO O| Jun 10 22:13:41.142 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-06-10T22:13:42.534Z[ recovery-image] Jun 10 22:13:41.149 INFO O| Jun 10 22:13:41.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78152026-06-10T22:13:42.534Z[ recovery-image] Jun 10 22:13:41.149 INFO O| Jun 10 22:13:41.149 INFO STEP 969 (remove_files) COMPLETE
78162026-06-10T22:13:42.534Z[ recovery-image] Jun 10 22:13:41.149 INFO O| Jun 10 22:13:41.149 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-06-10T22:13:42.544Z[ recovery-image] Jun 10 22:13:41.160 INFO O| Jun 10 22:13:41.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78182026-06-10T22:13:42.545Z[ recovery-image] Jun 10 22:13:41.160 INFO O| Jun 10 22:13:41.160 INFO STEP 970 (remove_files) COMPLETE
78192026-06-10T22:13:42.545Z[ recovery-image] Jun 10 22:13:41.160 INFO O| Jun 10 22:13:41.160 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-06-10T22:13:42.553Z[ recovery-image] Jun 10 22:13:41.169 INFO O| Jun 10 22:13:41.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78212026-06-10T22:13:42.553Z[ recovery-image] Jun 10 22:13:41.169 INFO O| Jun 10 22:13:41.169 INFO STEP 971 (remove_files) COMPLETE
78222026-06-10T22:13:42.558Z[ recovery-image] Jun 10 22:13:41.169 INFO O| Jun 10 22:13:41.169 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-06-10T22:13:42.564Z[ recovery-image] Jun 10 22:13:41.179 INFO O| Jun 10 22:13:41.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78242026-06-10T22:13:42.564Z[ recovery-image] Jun 10 22:13:41.179 INFO O| Jun 10 22:13:41.179 INFO STEP 972 (remove_files) COMPLETE
78252026-06-10T22:13:42.564Z[ recovery-image] Jun 10 22:13:41.179 INFO O| Jun 10 22:13:41.179 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-06-10T22:13:42.572Z[ recovery-image] Jun 10 22:13:41.188 INFO O| Jun 10 22:13:41.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78272026-06-10T22:13:42.572Z[ recovery-image] Jun 10 22:13:41.188 INFO O| Jun 10 22:13:41.188 INFO STEP 973 (remove_files) COMPLETE
78282026-06-10T22:13:42.573Z[ recovery-image] Jun 10 22:13:41.188 INFO O| Jun 10 22:13:41.188 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-06-10T22:13:42.581Z[ recovery-image] Jun 10 22:13:41.197 INFO O| Jun 10 22:13:41.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78302026-06-10T22:13:42.581Z[ recovery-image] Jun 10 22:13:41.197 INFO O| Jun 10 22:13:41.197 INFO STEP 974 (remove_files) COMPLETE
78312026-06-10T22:13:42.585Z[ recovery-image] Jun 10 22:13:41.197 INFO O| Jun 10 22:13:41.197 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-06-10T22:13:42.590Z[ recovery-image] Jun 10 22:13:41.206 INFO O| Jun 10 22:13:41.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78332026-06-10T22:13:42.590Z[ recovery-image] Jun 10 22:13:41.206 INFO O| Jun 10 22:13:41.206 INFO STEP 975 (remove_files) COMPLETE
78342026-06-10T22:13:42.594Z[ recovery-image] Jun 10 22:13:41.206 INFO O| Jun 10 22:13:41.206 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-06-10T22:13:42.600Z[ recovery-image] Jun 10 22:13:41.215 INFO O| Jun 10 22:13:41.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78362026-06-10T22:13:42.600Z[ recovery-image] Jun 10 22:13:41.215 INFO O| Jun 10 22:13:41.215 INFO STEP 976 (remove_files) COMPLETE
78372026-06-10T22:13:42.600Z[ recovery-image] Jun 10 22:13:41.215 INFO O| Jun 10 22:13:41.215 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-06-10T22:13:42.609Z[ recovery-image] Jun 10 22:13:41.225 INFO O| Jun 10 22:13:41.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78392026-06-10T22:13:42.609Z[ recovery-image] Jun 10 22:13:41.225 INFO O| Jun 10 22:13:41.225 INFO STEP 977 (remove_files) COMPLETE
78402026-06-10T22:13:42.613Z[ recovery-image] Jun 10 22:13:41.225 INFO O| Jun 10 22:13:41.225 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-06-10T22:13:42.618Z[ recovery-image] Jun 10 22:13:41.233 INFO O| Jun 10 22:13:41.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78422026-06-10T22:13:42.618Z[ recovery-image] Jun 10 22:13:41.233 INFO O| Jun 10 22:13:41.233 INFO STEP 978 (remove_files) COMPLETE
78432026-06-10T22:13:42.623Z[ recovery-image] Jun 10 22:13:41.233 INFO O| Jun 10 22:13:41.233 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-06-10T22:13:42.627Z[ recovery-image] Jun 10 22:13:41.243 INFO O| Jun 10 22:13:41.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78452026-06-10T22:13:42.627Z[ recovery-image] Jun 10 22:13:41.243 INFO O| Jun 10 22:13:41.243 INFO STEP 979 (remove_files) COMPLETE
78462026-06-10T22:13:42.627Z[ recovery-image] Jun 10 22:13:41.243 INFO O| Jun 10 22:13:41.243 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-06-10T22:13:42.637Z[ recovery-image] Jun 10 22:13:41.253 INFO O| Jun 10 22:13:41.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78482026-06-10T22:13:42.637Z[ recovery-image] Jun 10 22:13:41.253 INFO O| Jun 10 22:13:41.253 INFO STEP 980 (remove_files) COMPLETE
78492026-06-10T22:13:42.637Z[ recovery-image] Jun 10 22:13:41.253 INFO O| Jun 10 22:13:41.253 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-06-10T22:13:42.646Z[ recovery-image] Jun 10 22:13:41.262 INFO O| Jun 10 22:13:41.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78512026-06-10T22:13:42.646Z[ recovery-image] Jun 10 22:13:41.262 INFO O| Jun 10 22:13:41.262 INFO STEP 981 (remove_files) COMPLETE
78522026-06-10T22:13:42.647Z[ recovery-image] Jun 10 22:13:41.262 INFO O| Jun 10 22:13:41.262 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-06-10T22:13:42.654Z[ recovery-image] Jun 10 22:13:41.269 INFO O| Jun 10 22:13:41.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78542026-06-10T22:13:42.654Z[ recovery-image] Jun 10 22:13:41.270 INFO O| Jun 10 22:13:41.269 INFO STEP 982 (remove_files) COMPLETE
78552026-06-10T22:13:42.658Z[ recovery-image] Jun 10 22:13:41.270 INFO O| Jun 10 22:13:41.270 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-06-10T22:13:42.665Z[ recovery-image] Jun 10 22:13:41.280 INFO O| Jun 10 22:13:41.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78572026-06-10T22:13:42.665Z[ recovery-image] Jun 10 22:13:41.280 INFO O| Jun 10 22:13:41.280 INFO STEP 983 (remove_files) COMPLETE
78582026-06-10T22:13:42.665Z[ recovery-image] Jun 10 22:13:41.280 INFO O| Jun 10 22:13:41.280 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-06-10T22:13:42.675Z[ recovery-image] Jun 10 22:13:41.290 INFO O| Jun 10 22:13:41.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78602026-06-10T22:13:42.675Z[ recovery-image] Jun 10 22:13:41.291 INFO O| Jun 10 22:13:41.291 INFO STEP 984 (remove_files) COMPLETE
78612026-06-10T22:13:42.680Z[ recovery-image] Jun 10 22:13:41.291 INFO O| Jun 10 22:13:41.291 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-06-10T22:13:42.686Z[ recovery-image] Jun 10 22:13:41.302 INFO O| Jun 10 22:13:41.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78632026-06-10T22:13:42.687Z[ recovery-image] Jun 10 22:13:41.302 INFO O| Jun 10 22:13:41.302 INFO STEP 985 (remove_files) COMPLETE
78642026-06-10T22:13:42.690Z[ recovery-image] Jun 10 22:13:41.302 INFO O| Jun 10 22:13:41.302 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-06-10T22:13:42.696Z[ recovery-image] Jun 10 22:13:41.311 INFO O| Jun 10 22:13:41.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78662026-06-10T22:13:42.696Z[ recovery-image] Jun 10 22:13:41.311 INFO O| Jun 10 22:13:41.311 INFO STEP 986 (remove_files) COMPLETE
78672026-06-10T22:13:42.696Z[ recovery-image] Jun 10 22:13:41.311 INFO O| Jun 10 22:13:41.311 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-06-10T22:13:42.705Z[ recovery-image] Jun 10 22:13:41.320 INFO O| Jun 10 22:13:41.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78692026-06-10T22:13:42.705Z[ recovery-image] Jun 10 22:13:41.320 INFO O| Jun 10 22:13:41.320 INFO STEP 987 (remove_files) COMPLETE
78702026-06-10T22:13:42.709Z[ recovery-image] Jun 10 22:13:41.320 INFO O| Jun 10 22:13:41.320 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-06-10T22:13:42.713Z[ recovery-image] Jun 10 22:13:41.328 INFO O| Jun 10 22:13:41.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78722026-06-10T22:13:42.713Z[ recovery-image] Jun 10 22:13:41.329 INFO O| Jun 10 22:13:41.329 INFO STEP 988 (remove_files) COMPLETE
78732026-06-10T22:13:42.718Z[ recovery-image] Jun 10 22:13:41.329 INFO O| Jun 10 22:13:41.329 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-06-10T22:13:42.722Z[ recovery-image] Jun 10 22:13:41.336 INFO O| Jun 10 22:13:41.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78752026-06-10T22:13:42.722Z[ recovery-image] Jun 10 22:13:41.336 INFO O| Jun 10 22:13:41.336 INFO STEP 989 (remove_files) COMPLETE
78762026-06-10T22:13:42.722Z[ recovery-image] Jun 10 22:13:41.336 INFO O| Jun 10 22:13:41.336 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-06-10T22:13:42.728Z[ recovery-image] Jun 10 22:13:41.343 INFO O| Jun 10 22:13:41.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78782026-06-10T22:13:42.731Z[ recovery-image] Jun 10 22:13:41.344 INFO O| Jun 10 22:13:41.344 INFO STEP 990 (remove_files) COMPLETE
78792026-06-10T22:13:42.731Z[ recovery-image] Jun 10 22:13:41.344 INFO O| Jun 10 22:13:41.344 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-06-10T22:13:42.736Z[ recovery-image] Jun 10 22:13:41.351 INFO O| Jun 10 22:13:41.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78812026-06-10T22:13:42.736Z[ recovery-image] Jun 10 22:13:41.352 INFO O| Jun 10 22:13:41.352 INFO STEP 991 (remove_files) COMPLETE
78822026-06-10T22:13:42.740Z[ recovery-image] Jun 10 22:13:41.352 INFO O| Jun 10 22:13:41.352 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-06-10T22:13:42.747Z[ recovery-image] Jun 10 22:13:41.363 INFO O| Jun 10 22:13:41.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78842026-06-10T22:13:42.747Z[ recovery-image] Jun 10 22:13:41.363 INFO O| Jun 10 22:13:41.363 INFO STEP 992 (remove_files) COMPLETE
78852026-06-10T22:13:42.751Z[ recovery-image] Jun 10 22:13:41.363 INFO O| Jun 10 22:13:41.363 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-06-10T22:13:42.757Z[ recovery-image] Jun 10 22:13:41.373 INFO O| Jun 10 22:13:41.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78872026-06-10T22:13:42.757Z[ recovery-image] Jun 10 22:13:41.373 INFO O| Jun 10 22:13:41.373 INFO STEP 993 (remove_files) COMPLETE
78882026-06-10T22:13:42.761Z[ recovery-image] Jun 10 22:13:41.373 INFO O| Jun 10 22:13:41.373 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-06-10T22:13:42.767Z[ recovery-image] Jun 10 22:13:41.383 INFO O| Jun 10 22:13:41.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78902026-06-10T22:13:42.767Z[ recovery-image] Jun 10 22:13:41.383 INFO O| Jun 10 22:13:41.383 INFO STEP 994 (remove_files) COMPLETE
78912026-06-10T22:13:42.767Z[ recovery-image] Jun 10 22:13:41.383 INFO O| Jun 10 22:13:41.383 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-06-10T22:13:42.783Z[ recovery-image] Jun 10 22:13:41.394 INFO O| Jun 10 22:13:41.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78932026-06-10T22:13:42.783Z[ recovery-image] Jun 10 22:13:41.394 INFO O| Jun 10 22:13:41.394 INFO STEP 995 (remove_files) COMPLETE
78942026-06-10T22:13:42.783Z[ recovery-image] Jun 10 22:13:41.394 INFO O| Jun 10 22:13:41.394 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-06-10T22:13:42.789Z[ recovery-image] Jun 10 22:13:41.404 INFO O| Jun 10 22:13:41.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78962026-06-10T22:13:42.789Z[ recovery-image] Jun 10 22:13:41.404 INFO O| Jun 10 22:13:41.404 INFO STEP 996 (remove_files) COMPLETE
78972026-06-10T22:13:42.794Z[ recovery-image] Jun 10 22:13:41.404 INFO O| Jun 10 22:13:41.404 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-06-10T22:13:42.800Z[ recovery-image] Jun 10 22:13:41.416 INFO O| Jun 10 22:13:41.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78992026-06-10T22:13:42.800Z[ recovery-image] Jun 10 22:13:41.416 INFO O| Jun 10 22:13:41.416 INFO STEP 997 (remove_files) COMPLETE
79002026-06-10T22:13:42.804Z[ recovery-image] Jun 10 22:13:41.416 INFO O| Jun 10 22:13:41.416 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-06-10T22:13:42.812Z[ recovery-image] Jun 10 22:13:41.427 INFO O| Jun 10 22:13:41.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79022026-06-10T22:13:42.812Z[ recovery-image] Jun 10 22:13:41.428 INFO O| Jun 10 22:13:41.428 INFO STEP 998 (remove_files) COMPLETE
79032026-06-10T22:13:42.816Z[ recovery-image] Jun 10 22:13:41.428 INFO O| Jun 10 22:13:41.428 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-06-10T22:13:42.822Z[ recovery-image] Jun 10 22:13:41.438 INFO O| Jun 10 22:13:41.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79052026-06-10T22:13:42.823Z[ recovery-image] Jun 10 22:13:41.438 INFO O| Jun 10 22:13:41.438 INFO STEP 999 (remove_files) COMPLETE
79062026-06-10T22:13:42.827Z[ recovery-image] Jun 10 22:13:41.438 INFO O| Jun 10 22:13:41.438 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-06-10T22:13:42.833Z[ recovery-image] Jun 10 22:13:41.448 INFO O| Jun 10 22:13:41.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79082026-06-10T22:13:42.833Z[ recovery-image] Jun 10 22:13:41.448 INFO O| Jun 10 22:13:41.448 INFO STEP 1000 (remove_files) COMPLETE
79092026-06-10T22:13:42.836Z[ recovery-image] Jun 10 22:13:41.448 INFO O| Jun 10 22:13:41.448 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-06-10T22:13:42.842Z[ recovery-image] Jun 10 22:13:41.457 INFO O| Jun 10 22:13:41.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79112026-06-10T22:13:42.842Z[ recovery-image] Jun 10 22:13:41.457 INFO O| Jun 10 22:13:41.457 INFO STEP 1001 (remove_files) COMPLETE
79122026-06-10T22:13:42.846Z[ recovery-image] Jun 10 22:13:41.457 INFO O| Jun 10 22:13:41.457 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-06-10T22:13:42.852Z[ recovery-image] Jun 10 22:13:41.467 INFO O| Jun 10 22:13:41.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79142026-06-10T22:13:42.852Z[ recovery-image] Jun 10 22:13:41.467 INFO O| Jun 10 22:13:41.467 INFO STEP 1002 (remove_files) COMPLETE
79152026-06-10T22:13:42.852Z[ recovery-image] Jun 10 22:13:41.467 INFO O| Jun 10 22:13:41.467 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-06-10T22:13:42.862Z[ recovery-image] Jun 10 22:13:41.477 INFO O| Jun 10 22:13:41.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79172026-06-10T22:13:42.862Z[ recovery-image] Jun 10 22:13:41.477 INFO O| Jun 10 22:13:41.477 INFO STEP 1003 (remove_files) COMPLETE
79182026-06-10T22:13:42.862Z[ recovery-image] Jun 10 22:13:41.477 INFO O| Jun 10 22:13:41.477 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-06-10T22:13:42.873Z[ recovery-image] Jun 10 22:13:41.488 INFO O| Jun 10 22:13:41.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79202026-06-10T22:13:42.877Z[ recovery-image] Jun 10 22:13:41.488 INFO O| Jun 10 22:13:41.488 INFO STEP 1004 (remove_files) COMPLETE
79212026-06-10T22:13:42.877Z[ recovery-image] Jun 10 22:13:41.488 INFO O| Jun 10 22:13:41.488 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-06-10T22:13:42.882Z[ recovery-image] Jun 10 22:13:41.496 INFO O| Jun 10 22:13:41.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79232026-06-10T22:13:42.882Z[ recovery-image] Jun 10 22:13:41.496 INFO O| Jun 10 22:13:41.496 INFO STEP 1005 (remove_files) COMPLETE
79242026-06-10T22:13:42.882Z[ recovery-image] Jun 10 22:13:41.496 INFO O| Jun 10 22:13:41.496 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-06-10T22:13:42.888Z[ recovery-image] Jun 10 22:13:41.504 INFO O| Jun 10 22:13:41.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79262026-06-10T22:13:42.888Z[ recovery-image] Jun 10 22:13:41.504 INFO O| Jun 10 22:13:41.504 INFO STEP 1006 (remove_files) COMPLETE
79272026-06-10T22:13:42.889Z[ recovery-image] Jun 10 22:13:41.504 INFO O| Jun 10 22:13:41.504 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-06-10T22:13:42.896Z[ recovery-image] Jun 10 22:13:41.512 INFO O| Jun 10 22:13:41.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79292026-06-10T22:13:42.896Z[ recovery-image] Jun 10 22:13:41.512 INFO O| Jun 10 22:13:41.512 INFO STEP 1007 (remove_files) COMPLETE
79302026-06-10T22:13:42.896Z[ recovery-image] Jun 10 22:13:41.512 INFO O| Jun 10 22:13:41.512 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-06-10T22:13:42.904Z[ recovery-image] Jun 10 22:13:41.519 INFO O| Jun 10 22:13:41.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79322026-06-10T22:13:42.904Z[ recovery-image] Jun 10 22:13:41.519 INFO O| Jun 10 22:13:41.519 INFO STEP 1008 (remove_files) COMPLETE
79332026-06-10T22:13:42.904Z[ recovery-image] Jun 10 22:13:41.519 INFO O| Jun 10 22:13:41.519 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-06-10T22:13:42.912Z[ recovery-image] Jun 10 22:13:41.527 INFO O| Jun 10 22:13:41.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79352026-06-10T22:13:42.912Z[ recovery-image] Jun 10 22:13:41.527 INFO O| Jun 10 22:13:41.527 INFO STEP 1009 (remove_files) COMPLETE
79362026-06-10T22:13:42.916Z[ recovery-image] Jun 10 22:13:41.527 INFO O| Jun 10 22:13:41.527 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-06-10T22:13:42.922Z[ recovery-image] Jun 10 22:13:41.536 INFO O| Jun 10 22:13:41.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79382026-06-10T22:13:42.929Z[ recovery-image] Jun 10 22:13:41.537 INFO O| Jun 10 22:13:41.537 INFO STEP 1010 (remove_files) COMPLETE
79392026-06-10T22:13:42.929Z[ recovery-image] Jun 10 22:13:41.537 INFO O| Jun 10 22:13:41.537 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-06-10T22:13:42.934Z[ recovery-image] Jun 10 22:13:41.545 INFO O| Jun 10 22:13:41.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79412026-06-10T22:13:42.934Z[ recovery-image] Jun 10 22:13:41.546 INFO O| Jun 10 22:13:41.546 INFO STEP 1011 (remove_files) COMPLETE
79422026-06-10T22:13:42.934Z[ recovery-image] Jun 10 22:13:41.546 INFO O| Jun 10 22:13:41.546 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-06-10T22:13:42.942Z[ recovery-image] Jun 10 22:13:41.554 INFO O| Jun 10 22:13:41.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79442026-06-10T22:13:42.942Z[ recovery-image] Jun 10 22:13:41.554 INFO O| Jun 10 22:13:41.554 INFO STEP 1012 (remove_files) COMPLETE
79452026-06-10T22:13:42.942Z[ recovery-image] Jun 10 22:13:41.554 INFO O| Jun 10 22:13:41.554 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-06-10T22:13:42.947Z[ recovery-image] Jun 10 22:13:41.561 INFO O| Jun 10 22:13:41.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79472026-06-10T22:13:42.947Z[ recovery-image] Jun 10 22:13:41.561 INFO O| Jun 10 22:13:41.561 INFO STEP 1013 (remove_files) COMPLETE
79482026-06-10T22:13:42.948Z[ recovery-image] Jun 10 22:13:41.561 INFO O| Jun 10 22:13:41.561 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-06-10T22:13:42.953Z[ recovery-image] Jun 10 22:13:41.569 INFO O| Jun 10 22:13:41.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79502026-06-10T22:13:42.953Z[ recovery-image] Jun 10 22:13:41.569 INFO O| Jun 10 22:13:41.569 INFO STEP 1014 (remove_files) COMPLETE
79512026-06-10T22:13:42.960Z[ recovery-image] Jun 10 22:13:41.569 INFO O| Jun 10 22:13:41.569 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-06-10T22:13:42.967Z[ recovery-image] Jun 10 22:13:41.577 INFO O| Jun 10 22:13:41.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79532026-06-10T22:13:42.967Z[ recovery-image] Jun 10 22:13:41.577 INFO O| Jun 10 22:13:41.577 INFO STEP 1015 (remove_files) COMPLETE
79542026-06-10T22:13:42.967Z[ recovery-image] Jun 10 22:13:41.577 INFO O| Jun 10 22:13:41.577 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-06-10T22:13:42.974Z[ recovery-image] Jun 10 22:13:41.587 INFO O| Jun 10 22:13:41.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79562026-06-10T22:13:42.974Z[ recovery-image] Jun 10 22:13:41.587 INFO O| Jun 10 22:13:41.587 INFO STEP 1016 (remove_files) COMPLETE
79572026-06-10T22:13:42.974Z[ recovery-image] Jun 10 22:13:41.587 INFO O| Jun 10 22:13:41.587 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-06-10T22:13:42.980Z[ recovery-image] Jun 10 22:13:41.595 INFO O| Jun 10 22:13:41.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79592026-06-10T22:13:42.980Z[ recovery-image] Jun 10 22:13:41.595 INFO O| Jun 10 22:13:41.595 INFO STEP 1017 (remove_files) COMPLETE
79602026-06-10T22:13:42.989Z[ recovery-image] Jun 10 22:13:41.595 INFO O| Jun 10 22:13:41.595 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-06-10T22:13:42.990Z[ recovery-image] Jun 10 22:13:41.603 INFO O| Jun 10 22:13:41.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79622026-06-10T22:13:42.990Z[ recovery-image] Jun 10 22:13:41.603 INFO O| Jun 10 22:13:41.603 INFO STEP 1018 (remove_files) COMPLETE
79632026-06-10T22:13:42.998Z[ recovery-image] Jun 10 22:13:41.603 INFO O| Jun 10 22:13:41.603 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-06-10T22:13:42.998Z[ recovery-image] Jun 10 22:13:41.610 INFO O| Jun 10 22:13:41.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79652026-06-10T22:13:42.998Z[ recovery-image] Jun 10 22:13:41.610 INFO O| Jun 10 22:13:41.610 INFO STEP 1019 (remove_files) COMPLETE
79662026-06-10T22:13:42.998Z[ recovery-image] Jun 10 22:13:41.610 INFO O| Jun 10 22:13:41.610 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-06-10T22:13:43.004Z[ recovery-image] Jun 10 22:13:41.617 INFO O| Jun 10 22:13:41.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79682026-06-10T22:13:43.004Z[ recovery-image] Jun 10 22:13:41.617 INFO O| Jun 10 22:13:41.617 INFO STEP 1020 (remove_files) COMPLETE
79692026-06-10T22:13:43.004Z[ recovery-image] Jun 10 22:13:41.617 INFO O| Jun 10 22:13:41.617 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-06-10T22:13:43.018Z[ recovery-image] Jun 10 22:13:41.624 INFO O| Jun 10 22:13:41.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79712026-06-10T22:13:43.018Z[ recovery-image] Jun 10 22:13:41.624 INFO O| Jun 10 22:13:41.624 INFO STEP 1021 (remove_files) COMPLETE
79722026-06-10T22:13:43.018Z[ recovery-image] Jun 10 22:13:41.624 INFO O| Jun 10 22:13:41.624 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-06-10T22:13:43.018Z[ recovery-image] Jun 10 22:13:41.632 INFO O| Jun 10 22:13:41.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79742026-06-10T22:13:43.019Z[ recovery-image] Jun 10 22:13:41.632 INFO O| Jun 10 22:13:41.632 INFO STEP 1022 (remove_files) COMPLETE
79752026-06-10T22:13:43.019Z[ recovery-image] Jun 10 22:13:41.632 INFO O| Jun 10 22:13:41.632 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-06-10T22:13:43.025Z[ recovery-image] Jun 10 22:13:41.639 INFO O| Jun 10 22:13:41.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79772026-06-10T22:13:43.025Z[ recovery-image] Jun 10 22:13:41.639 INFO O| Jun 10 22:13:41.639 INFO STEP 1023 (remove_files) COMPLETE
79782026-06-10T22:13:43.025Z[ recovery-image] Jun 10 22:13:41.639 INFO O| Jun 10 22:13:41.639 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-06-10T22:13:43.031Z[ recovery-image] Jun 10 22:13:41.646 INFO O| Jun 10 22:13:41.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79802026-06-10T22:13:43.031Z[ recovery-image] Jun 10 22:13:41.646 INFO O| Jun 10 22:13:41.646 INFO STEP 1024 (remove_files) COMPLETE
79812026-06-10T22:13:43.036Z[ recovery-image] Jun 10 22:13:41.646 INFO O| Jun 10 22:13:41.646 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-06-10T22:13:43.040Z[ recovery-image] Jun 10 22:13:41.653 INFO O| Jun 10 22:13:41.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79832026-06-10T22:13:43.040Z[ recovery-image] Jun 10 22:13:41.653 INFO O| Jun 10 22:13:41.653 INFO STEP 1025 (remove_files) COMPLETE
79842026-06-10T22:13:43.041Z[ recovery-image] Jun 10 22:13:41.653 INFO O| Jun 10 22:13:41.653 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-06-10T22:13:43.046Z[ recovery-image] Jun 10 22:13:41.660 INFO O| Jun 10 22:13:41.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79862026-06-10T22:13:43.046Z[ recovery-image] Jun 10 22:13:41.661 INFO O| Jun 10 22:13:41.661 INFO STEP 1026 (remove_files) COMPLETE
79872026-06-10T22:13:43.046Z[ recovery-image] Jun 10 22:13:41.661 INFO O| Jun 10 22:13:41.661 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-06-10T22:13:43.054Z[ recovery-image] Jun 10 22:13:41.670 INFO O| Jun 10 22:13:41.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79892026-06-10T22:13:43.055Z[ recovery-image] Jun 10 22:13:41.670 INFO O| Jun 10 22:13:41.670 INFO STEP 1027 (remove_files) COMPLETE
79902026-06-10T22:13:43.055Z[ recovery-image] Jun 10 22:13:41.670 INFO O| Jun 10 22:13:41.670 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-06-10T22:13:43.065Z[ recovery-image] Jun 10 22:13:41.679 INFO O| Jun 10 22:13:41.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79922026-06-10T22:13:43.066Z[ recovery-image] Jun 10 22:13:41.679 INFO O| Jun 10 22:13:41.679 INFO STEP 1028 (remove_files) COMPLETE
79932026-06-10T22:13:43.066Z[ recovery-image] Jun 10 22:13:41.679 INFO O| Jun 10 22:13:41.679 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-06-10T22:13:43.073Z[ recovery-image] Jun 10 22:13:41.688 INFO O| Jun 10 22:13:41.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79952026-06-10T22:13:43.073Z[ recovery-image] Jun 10 22:13:41.689 INFO O| Jun 10 22:13:41.689 INFO STEP 1029 (remove_files) COMPLETE
79962026-06-10T22:13:43.078Z[ recovery-image] Jun 10 22:13:41.689 INFO O| Jun 10 22:13:41.689 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-06-10T22:13:43.082Z[ recovery-image] Jun 10 22:13:41.698 INFO O| Jun 10 22:13:41.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79982026-06-10T22:13:43.082Z[ recovery-image] Jun 10 22:13:41.698 INFO O| Jun 10 22:13:41.698 INFO STEP 1030 (remove_files) COMPLETE
79992026-06-10T22:13:43.083Z[ recovery-image] Jun 10 22:13:41.698 INFO O| Jun 10 22:13:41.698 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-06-10T22:13:43.091Z[ recovery-image] Jun 10 22:13:41.707 INFO O| Jun 10 22:13:41.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80012026-06-10T22:13:43.091Z[ recovery-image] Jun 10 22:13:41.707 INFO O| Jun 10 22:13:41.707 INFO STEP 1031 (remove_files) COMPLETE
80022026-06-10T22:13:43.091Z[ recovery-image] Jun 10 22:13:41.707 INFO O| Jun 10 22:13:41.707 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-06-10T22:13:43.100Z[ recovery-image] Jun 10 22:13:41.716 INFO O| Jun 10 22:13:41.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80042026-06-10T22:13:43.100Z[ recovery-image] Jun 10 22:13:41.716 INFO O| Jun 10 22:13:41.716 INFO STEP 1032 (remove_files) COMPLETE
80052026-06-10T22:13:43.100Z[ recovery-image] Jun 10 22:13:41.716 INFO O| Jun 10 22:13:41.716 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-06-10T22:13:43.109Z[ recovery-image] Jun 10 22:13:41.724 INFO O| Jun 10 22:13:41.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80072026-06-10T22:13:43.109Z[ recovery-image] Jun 10 22:13:41.724 INFO O| Jun 10 22:13:41.724 INFO STEP 1033 (remove_files) COMPLETE
80082026-06-10T22:13:43.109Z[ recovery-image] Jun 10 22:13:41.724 INFO O| Jun 10 22:13:41.724 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-06-10T22:13:43.118Z[ recovery-image] Jun 10 22:13:41.733 INFO O| Jun 10 22:13:41.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80102026-06-10T22:13:43.118Z[ recovery-image] Jun 10 22:13:41.733 INFO O| Jun 10 22:13:41.733 INFO STEP 1034 (remove_files) COMPLETE
80112026-06-10T22:13:43.118Z[ recovery-image] Jun 10 22:13:41.733 INFO O| Jun 10 22:13:41.733 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-06-10T22:13:43.125Z[ recovery-image] Jun 10 22:13:41.741 INFO O| Jun 10 22:13:41.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80132026-06-10T22:13:43.126Z[ recovery-image] Jun 10 22:13:41.741 INFO O| Jun 10 22:13:41.741 INFO STEP 1035 (remove_files) COMPLETE
80142026-06-10T22:13:43.126Z[ recovery-image] Jun 10 22:13:41.741 INFO O| Jun 10 22:13:41.741 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-06-10T22:13:43.134Z[ recovery-image] Jun 10 22:13:41.750 INFO O| Jun 10 22:13:41.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80162026-06-10T22:13:43.134Z[ recovery-image] Jun 10 22:13:41.750 INFO O| Jun 10 22:13:41.750 INFO STEP 1036 (remove_files) COMPLETE
80172026-06-10T22:13:43.139Z[ recovery-image] Jun 10 22:13:41.750 INFO O| Jun 10 22:13:41.750 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-06-10T22:13:43.147Z[ recovery-image] Jun 10 22:13:41.758 INFO O| Jun 10 22:13:41.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80192026-06-10T22:13:43.147Z[ recovery-image] Jun 10 22:13:41.758 INFO O| Jun 10 22:13:41.758 INFO STEP 1037 (remove_files) COMPLETE
80202026-06-10T22:13:43.147Z[ recovery-image] Jun 10 22:13:41.758 INFO O| Jun 10 22:13:41.758 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-06-10T22:13:43.153Z[ recovery-image] Jun 10 22:13:41.766 INFO O| Jun 10 22:13:41.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80222026-06-10T22:13:43.153Z[ recovery-image] Jun 10 22:13:41.766 INFO O| Jun 10 22:13:41.766 INFO STEP 1038 (remove_files) COMPLETE
80232026-06-10T22:13:43.153Z[ recovery-image] Jun 10 22:13:41.766 INFO O| Jun 10 22:13:41.766 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-06-10T22:13:43.162Z[ recovery-image] Jun 10 22:13:41.777 INFO O| Jun 10 22:13:41.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80252026-06-10T22:13:43.163Z[ recovery-image] Jun 10 22:13:41.777 INFO O| Jun 10 22:13:41.777 INFO STEP 1039 (remove_files) COMPLETE
80262026-06-10T22:13:43.163Z[ recovery-image] Jun 10 22:13:41.777 INFO O| Jun 10 22:13:41.777 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-06-10T22:13:43.171Z[ recovery-image] Jun 10 22:13:41.787 INFO O| Jun 10 22:13:41.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80282026-06-10T22:13:43.171Z[ recovery-image] Jun 10 22:13:41.787 INFO O| Jun 10 22:13:41.787 INFO STEP 1040 (remove_files) COMPLETE
80292026-06-10T22:13:43.172Z[ recovery-image] Jun 10 22:13:41.787 INFO O| Jun 10 22:13:41.787 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-06-10T22:13:43.180Z[ recovery-image] Jun 10 22:13:41.795 INFO O| Jun 10 22:13:41.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80312026-06-10T22:13:43.180Z[ recovery-image] Jun 10 22:13:41.796 INFO O| Jun 10 22:13:41.795 INFO STEP 1041 (remove_files) COMPLETE
80322026-06-10T22:13:43.183Z[ recovery-image] Jun 10 22:13:41.796 INFO O| Jun 10 22:13:41.796 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-06-10T22:13:43.189Z[ recovery-image] Jun 10 22:13:41.804 INFO O| Jun 10 22:13:41.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80342026-06-10T22:13:43.189Z[ recovery-image] Jun 10 22:13:41.804 INFO O| Jun 10 22:13:41.804 INFO STEP 1042 (remove_files) COMPLETE
80352026-06-10T22:13:43.189Z[ recovery-image] Jun 10 22:13:41.804 INFO O| Jun 10 22:13:41.804 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-06-10T22:13:43.197Z[ recovery-image] Jun 10 22:13:41.813 INFO O| Jun 10 22:13:41.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80372026-06-10T22:13:43.197Z[ recovery-image] Jun 10 22:13:41.813 INFO O| Jun 10 22:13:41.813 INFO STEP 1043 (remove_files) COMPLETE
80382026-06-10T22:13:43.198Z[ recovery-image] Jun 10 22:13:41.813 INFO O| Jun 10 22:13:41.813 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-06-10T22:13:43.206Z[ recovery-image] Jun 10 22:13:41.821 INFO O| Jun 10 22:13:41.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80402026-06-10T22:13:43.206Z[ recovery-image] Jun 10 22:13:41.821 INFO O| Jun 10 22:13:41.821 INFO STEP 1044 (remove_files) COMPLETE
80412026-06-10T22:13:43.206Z[ recovery-image] Jun 10 22:13:41.821 INFO O| Jun 10 22:13:41.821 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-06-10T22:13:43.216Z[ recovery-image] Jun 10 22:13:41.831 INFO O| Jun 10 22:13:41.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80432026-06-10T22:13:43.216Z[ recovery-image] Jun 10 22:13:41.831 INFO O| Jun 10 22:13:41.831 INFO STEP 1045 (remove_files) COMPLETE
80442026-06-10T22:13:43.216Z[ recovery-image] Jun 10 22:13:41.831 INFO O| Jun 10 22:13:41.831 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-06-10T22:13:43.225Z[ recovery-image] Jun 10 22:13:41.840 INFO O| Jun 10 22:13:41.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80462026-06-10T22:13:43.225Z[ recovery-image] Jun 10 22:13:41.840 INFO O| Jun 10 22:13:41.840 INFO STEP 1046 (remove_files) COMPLETE
80472026-06-10T22:13:43.225Z[ recovery-image] Jun 10 22:13:41.840 INFO O| Jun 10 22:13:41.840 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-06-10T22:13:43.234Z[ recovery-image] Jun 10 22:13:41.849 INFO O| Jun 10 22:13:41.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80492026-06-10T22:13:43.235Z[ recovery-image] Jun 10 22:13:41.850 INFO O| Jun 10 22:13:41.850 INFO STEP 1047 (remove_files) COMPLETE
80502026-06-10T22:13:43.235Z[ recovery-image] Jun 10 22:13:41.850 INFO O| Jun 10 22:13:41.850 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-06-10T22:13:43.244Z[ recovery-image] Jun 10 22:13:41.859 INFO O| Jun 10 22:13:41.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80522026-06-10T22:13:43.244Z[ recovery-image] Jun 10 22:13:41.859 INFO O| Jun 10 22:13:41.859 INFO STEP 1048 (remove_files) COMPLETE
80532026-06-10T22:13:43.244Z[ recovery-image] Jun 10 22:13:41.859 INFO O| Jun 10 22:13:41.859 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-06-10T22:13:43.252Z[ recovery-image] Jun 10 22:13:41.868 INFO O| Jun 10 22:13:41.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80552026-06-10T22:13:43.252Z[ recovery-image] Jun 10 22:13:41.868 INFO O| Jun 10 22:13:41.868 INFO STEP 1049 (remove_files) COMPLETE
80562026-06-10T22:13:43.252Z[ recovery-image] Jun 10 22:13:41.868 INFO O| Jun 10 22:13:41.868 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-06-10T22:13:43.262Z[ recovery-image] Jun 10 22:13:41.877 INFO O| Jun 10 22:13:41.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80582026-06-10T22:13:43.262Z[ recovery-image] Jun 10 22:13:41.877 INFO O| Jun 10 22:13:41.877 INFO STEP 1050 (remove_files) COMPLETE
80592026-06-10T22:13:43.266Z[ recovery-image] Jun 10 22:13:41.877 INFO O| Jun 10 22:13:41.877 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-06-10T22:13:43.270Z[ recovery-image] Jun 10 22:13:41.885 INFO O| Jun 10 22:13:41.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80612026-06-10T22:13:43.270Z[ recovery-image] Jun 10 22:13:41.885 INFO O| Jun 10 22:13:41.885 INFO STEP 1051 (remove_files) COMPLETE
80622026-06-10T22:13:43.270Z[ recovery-image] Jun 10 22:13:41.885 INFO O| Jun 10 22:13:41.885 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-06-10T22:13:43.279Z[ recovery-image] Jun 10 22:13:41.894 INFO O| Jun 10 22:13:41.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80642026-06-10T22:13:43.279Z[ recovery-image] Jun 10 22:13:41.894 INFO O| Jun 10 22:13:41.894 INFO STEP 1052 (remove_files) COMPLETE
80652026-06-10T22:13:43.279Z[ recovery-image] Jun 10 22:13:41.894 INFO O| Jun 10 22:13:41.894 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-06-10T22:13:43.287Z[ recovery-image] Jun 10 22:13:41.903 INFO O| Jun 10 22:13:41.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80672026-06-10T22:13:43.288Z[ recovery-image] Jun 10 22:13:41.903 INFO O| Jun 10 22:13:41.903 INFO STEP 1053 (remove_files) COMPLETE
80682026-06-10T22:13:43.288Z[ recovery-image] Jun 10 22:13:41.903 INFO O| Jun 10 22:13:41.903 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-06-10T22:13:43.296Z[ recovery-image] Jun 10 22:13:41.911 INFO O| Jun 10 22:13:41.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80702026-06-10T22:13:43.296Z[ recovery-image] Jun 10 22:13:41.911 INFO O| Jun 10 22:13:41.911 INFO STEP 1054 (remove_files) COMPLETE
80712026-06-10T22:13:43.296Z[ recovery-image] Jun 10 22:13:41.911 INFO O| Jun 10 22:13:41.911 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-06-10T22:13:43.307Z[ recovery-image] Jun 10 22:13:41.922 INFO O| Jun 10 22:13:41.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80732026-06-10T22:13:43.307Z[ recovery-image] Jun 10 22:13:41.922 INFO O| Jun 10 22:13:41.922 INFO STEP 1055 (remove_files) COMPLETE
80742026-06-10T22:13:43.307Z[ recovery-image] Jun 10 22:13:41.922 INFO O| Jun 10 22:13:41.922 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-06-10T22:13:43.314Z[ recovery-image] Jun 10 22:13:41.930 INFO O| Jun 10 22:13:41.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80762026-06-10T22:13:43.314Z[ recovery-image] Jun 10 22:13:41.930 INFO O| Jun 10 22:13:41.930 INFO STEP 1056 (remove_files) COMPLETE
80772026-06-10T22:13:43.314Z[ recovery-image] Jun 10 22:13:41.930 INFO O| Jun 10 22:13:41.930 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-06-10T22:13:43.322Z[ recovery-image] Jun 10 22:13:41.937 INFO O| Jun 10 22:13:41.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80792026-06-10T22:13:43.322Z[ recovery-image] Jun 10 22:13:41.937 INFO O| Jun 10 22:13:41.937 INFO STEP 1057 (remove_files) COMPLETE
80802026-06-10T22:13:43.322Z[ recovery-image] Jun 10 22:13:41.937 INFO O| Jun 10 22:13:41.937 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-06-10T22:13:43.329Z[ recovery-image] Jun 10 22:13:41.944 INFO O| Jun 10 22:13:41.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80822026-06-10T22:13:43.329Z[ recovery-image] Jun 10 22:13:41.944 INFO O| Jun 10 22:13:41.944 INFO STEP 1058 (remove_files) COMPLETE
80832026-06-10T22:13:43.329Z[ recovery-image] Jun 10 22:13:41.944 INFO O| Jun 10 22:13:41.944 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-06-10T22:13:43.336Z[ recovery-image] Jun 10 22:13:41.952 INFO O| Jun 10 22:13:41.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80852026-06-10T22:13:43.336Z[ recovery-image] Jun 10 22:13:41.952 INFO O| Jun 10 22:13:41.952 INFO STEP 1059 (remove_files) COMPLETE
80862026-06-10T22:13:43.336Z[ recovery-image] Jun 10 22:13:41.952 INFO O| Jun 10 22:13:41.952 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-06-10T22:13:43.345Z[ recovery-image] Jun 10 22:13:41.959 INFO O| Jun 10 22:13:41.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80882026-06-10T22:13:43.345Z[ recovery-image] Jun 10 22:13:41.959 INFO O| Jun 10 22:13:41.959 INFO STEP 1060 (remove_files) COMPLETE
80892026-06-10T22:13:43.345Z[ recovery-image] Jun 10 22:13:41.959 INFO O| Jun 10 22:13:41.959 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-06-10T22:13:43.352Z[ recovery-image] Jun 10 22:13:41.967 INFO O| Jun 10 22:13:41.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80912026-06-10T22:13:43.352Z[ recovery-image] Jun 10 22:13:41.967 INFO O| Jun 10 22:13:41.967 INFO STEP 1061 (remove_files) COMPLETE
80922026-06-10T22:13:43.352Z[ recovery-image] Jun 10 22:13:41.967 INFO O| Jun 10 22:13:41.967 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-06-10T22:13:43.359Z[ recovery-image] Jun 10 22:13:41.975 INFO O| Jun 10 22:13:41.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80942026-06-10T22:13:43.360Z[ recovery-image] Jun 10 22:13:41.975 INFO O| Jun 10 22:13:41.975 INFO STEP 1062 (remove_files) COMPLETE
80952026-06-10T22:13:43.363Z[ recovery-image] Jun 10 22:13:41.975 INFO O| Jun 10 22:13:41.975 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-06-10T22:13:43.370Z[ recovery-image] Jun 10 22:13:41.985 INFO O| Jun 10 22:13:41.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80972026-06-10T22:13:43.370Z[ recovery-image] Jun 10 22:13:41.985 INFO O| Jun 10 22:13:41.985 INFO STEP 1063 (remove_files) COMPLETE
80982026-06-10T22:13:43.370Z[ recovery-image] Jun 10 22:13:41.985 INFO O| Jun 10 22:13:41.985 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-06-10T22:13:43.380Z[ recovery-image] Jun 10 22:13:41.996 INFO O| Jun 10 22:13:41.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81002026-06-10T22:13:43.380Z[ recovery-image] Jun 10 22:13:41.996 INFO O| Jun 10 22:13:41.996 INFO STEP 1064 (remove_files) COMPLETE
81012026-06-10T22:13:43.384Z[ recovery-image] Jun 10 22:13:41.996 INFO O| Jun 10 22:13:41.996 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-06-10T22:13:43.389Z[ recovery-image] Jun 10 22:13:42.005 INFO O| Jun 10 22:13:42.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81032026-06-10T22:13:43.390Z[ recovery-image] Jun 10 22:13:42.005 INFO O| Jun 10 22:13:42.005 INFO STEP 1065 (remove_files) COMPLETE
81042026-06-10T22:13:43.394Z[ recovery-image] Jun 10 22:13:42.005 INFO O| Jun 10 22:13:42.005 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-06-10T22:13:43.399Z[ recovery-image] Jun 10 22:13:42.015 INFO O| Jun 10 22:13:42.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81062026-06-10T22:13:43.399Z[ recovery-image] Jun 10 22:13:42.015 INFO O| Jun 10 22:13:42.015 INFO STEP 1066 (remove_files) COMPLETE
81072026-06-10T22:13:43.403Z[ recovery-image] Jun 10 22:13:42.015 INFO O| Jun 10 22:13:42.015 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-06-10T22:13:43.410Z[ recovery-image] Jun 10 22:13:42.025 INFO O| Jun 10 22:13:42.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81092026-06-10T22:13:43.410Z[ recovery-image] Jun 10 22:13:42.025 INFO O| Jun 10 22:13:42.025 INFO STEP 1067 (remove_files) COMPLETE
81102026-06-10T22:13:43.414Z[ recovery-image] Jun 10 22:13:42.025 INFO O| Jun 10 22:13:42.025 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-06-10T22:13:43.418Z[ recovery-image] Jun 10 22:13:42.033 INFO O| Jun 10 22:13:42.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81122026-06-10T22:13:43.418Z[ recovery-image] Jun 10 22:13:42.033 INFO O| Jun 10 22:13:42.033 INFO STEP 1068 (remove_files) COMPLETE
81132026-06-10T22:13:43.418Z[ recovery-image] Jun 10 22:13:42.033 INFO O| Jun 10 22:13:42.033 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-06-10T22:13:43.427Z[ recovery-image] Jun 10 22:13:42.042 INFO O| Jun 10 22:13:42.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81152026-06-10T22:13:43.427Z[ recovery-image] Jun 10 22:13:42.042 INFO O| Jun 10 22:13:42.042 INFO STEP 1069 (remove_files) COMPLETE
81162026-06-10T22:13:43.434Z[ recovery-image] Jun 10 22:13:42.042 INFO O| Jun 10 22:13:42.042 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-06-10T22:13:43.439Z[ recovery-image] Jun 10 22:13:42.051 INFO O| Jun 10 22:13:42.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81182026-06-10T22:13:43.439Z[ recovery-image] Jun 10 22:13:42.051 INFO O| Jun 10 22:13:42.051 INFO STEP 1070 (remove_files) COMPLETE
81192026-06-10T22:13:43.439Z[ recovery-image] Jun 10 22:13:42.051 INFO O| Jun 10 22:13:42.051 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-06-10T22:13:43.446Z[ recovery-image] Jun 10 22:13:42.061 INFO O| Jun 10 22:13:42.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81212026-06-10T22:13:43.446Z[ recovery-image] Jun 10 22:13:42.061 INFO O| Jun 10 22:13:42.061 INFO STEP 1071 (remove_files) COMPLETE
81222026-06-10T22:13:43.446Z[ recovery-image] Jun 10 22:13:42.061 INFO O| Jun 10 22:13:42.061 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-06-10T22:13:43.455Z[ recovery-image] Jun 10 22:13:42.070 INFO O| Jun 10 22:13:42.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81242026-06-10T22:13:43.455Z[ recovery-image] Jun 10 22:13:42.070 INFO O| Jun 10 22:13:42.070 INFO STEP 1072 (remove_files) COMPLETE
81252026-06-10T22:13:43.459Z[ recovery-image] Jun 10 22:13:42.070 INFO O| Jun 10 22:13:42.070 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-06-10T22:13:43.463Z[ recovery-image] Jun 10 22:13:42.078 INFO O| Jun 10 22:13:42.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81272026-06-10T22:13:43.463Z[ recovery-image] Jun 10 22:13:42.078 INFO O| Jun 10 22:13:42.078 INFO STEP 1073 (remove_files) COMPLETE
81282026-06-10T22:13:43.463Z[ recovery-image] Jun 10 22:13:42.078 INFO O| Jun 10 22:13:42.078 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-06-10T22:13:43.471Z[ recovery-image] Jun 10 22:13:42.087 INFO O| Jun 10 22:13:42.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81302026-06-10T22:13:43.471Z[ recovery-image] Jun 10 22:13:42.087 INFO O| Jun 10 22:13:42.087 INFO STEP 1074 (remove_files) COMPLETE
81312026-06-10T22:13:43.471Z[ recovery-image] Jun 10 22:13:42.087 INFO O| Jun 10 22:13:42.087 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-06-10T22:13:43.481Z[ recovery-image] Jun 10 22:13:42.096 INFO O| Jun 10 22:13:42.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81332026-06-10T22:13:43.481Z[ recovery-image] Jun 10 22:13:42.096 INFO O| Jun 10 22:13:42.096 INFO STEP 1075 (remove_files) COMPLETE
81342026-06-10T22:13:43.485Z[ recovery-image] Jun 10 22:13:42.096 INFO O| Jun 10 22:13:42.096 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-06-10T22:13:43.491Z[ recovery-image] Jun 10 22:13:42.106 INFO O| Jun 10 22:13:42.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81362026-06-10T22:13:43.491Z[ recovery-image] Jun 10 22:13:42.106 INFO O| Jun 10 22:13:42.106 INFO STEP 1076 (remove_files) COMPLETE
81372026-06-10T22:13:43.495Z[ recovery-image] Jun 10 22:13:42.106 INFO O| Jun 10 22:13:42.106 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-06-10T22:13:43.500Z[ recovery-image] Jun 10 22:13:42.115 INFO O| Jun 10 22:13:42.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81392026-06-10T22:13:43.500Z[ recovery-image] Jun 10 22:13:42.116 INFO O| Jun 10 22:13:42.116 INFO STEP 1077 (remove_files) COMPLETE
81402026-06-10T22:13:43.500Z[ recovery-image] Jun 10 22:13:42.116 INFO O| Jun 10 22:13:42.116 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-06-10T22:13:43.511Z[ recovery-image] Jun 10 22:13:42.126 INFO O| Jun 10 22:13:42.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81422026-06-10T22:13:43.511Z[ recovery-image] Jun 10 22:13:42.126 INFO O| Jun 10 22:13:42.126 INFO STEP 1078 (remove_files) COMPLETE
81432026-06-10T22:13:43.511Z[ recovery-image] Jun 10 22:13:42.126 INFO O| Jun 10 22:13:42.126 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-06-10T22:13:43.520Z[ recovery-image] Jun 10 22:13:42.135 INFO O| Jun 10 22:13:42.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81452026-06-10T22:13:43.520Z[ recovery-image] Jun 10 22:13:42.135 INFO O| Jun 10 22:13:42.135 INFO STEP 1079 (remove_files) COMPLETE
81462026-06-10T22:13:43.524Z[ recovery-image] Jun 10 22:13:42.135 INFO O| Jun 10 22:13:42.135 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-06-10T22:13:43.532Z[ recovery-image] Jun 10 22:13:42.144 INFO O| Jun 10 22:13:42.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81482026-06-10T22:13:43.532Z[ recovery-image] Jun 10 22:13:42.144 INFO O| Jun 10 22:13:42.144 INFO STEP 1080 (remove_files) COMPLETE
81492026-06-10T22:13:43.532Z[ recovery-image] Jun 10 22:13:42.144 INFO O| Jun 10 22:13:42.144 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-06-10T22:13:43.540Z[ recovery-image] Jun 10 22:13:42.154 INFO O| Jun 10 22:13:42.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81512026-06-10T22:13:43.540Z[ recovery-image] Jun 10 22:13:42.154 INFO O| Jun 10 22:13:42.154 INFO STEP 1081 (remove_files) COMPLETE
81522026-06-10T22:13:43.540Z[ recovery-image] Jun 10 22:13:42.154 INFO O| Jun 10 22:13:42.154 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-06-10T22:13:43.547Z[ recovery-image] Jun 10 22:13:42.162 INFO O| Jun 10 22:13:42.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81542026-06-10T22:13:43.547Z[ recovery-image] Jun 10 22:13:42.162 INFO O| Jun 10 22:13:42.162 INFO STEP 1082 (remove_files) COMPLETE
81552026-06-10T22:13:43.547Z[ recovery-image] Jun 10 22:13:42.162 INFO O| Jun 10 22:13:42.162 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-06-10T22:13:43.560Z[ recovery-image] Jun 10 22:13:42.172 INFO O| Jun 10 22:13:42.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81572026-06-10T22:13:43.560Z[ recovery-image] Jun 10 22:13:42.172 INFO O| Jun 10 22:13:42.172 INFO STEP 1083 (remove_files) COMPLETE
81582026-06-10T22:13:43.560Z[ recovery-image] Jun 10 22:13:42.172 INFO O| Jun 10 22:13:42.172 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-06-10T22:13:43.565Z[ recovery-image] Jun 10 22:13:42.181 INFO O| Jun 10 22:13:42.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81602026-06-10T22:13:43.566Z[ recovery-image] Jun 10 22:13:42.181 INFO O| Jun 10 22:13:42.181 INFO STEP 1084 (remove_files) COMPLETE
81612026-06-10T22:13:43.566Z[ recovery-image] Jun 10 22:13:42.181 INFO O| Jun 10 22:13:42.181 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-06-10T22:13:43.575Z[ recovery-image] Jun 10 22:13:42.190 INFO O| Jun 10 22:13:42.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81632026-06-10T22:13:43.575Z[ recovery-image] Jun 10 22:13:42.190 INFO O| Jun 10 22:13:42.190 INFO STEP 1085 (remove_files) COMPLETE
81642026-06-10T22:13:43.579Z[ recovery-image] Jun 10 22:13:42.190 INFO O| Jun 10 22:13:42.190 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-06-10T22:13:43.586Z[ recovery-image] Jun 10 22:13:42.200 INFO O| Jun 10 22:13:42.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81662026-06-10T22:13:43.586Z[ recovery-image] Jun 10 22:13:42.200 INFO O| Jun 10 22:13:42.200 INFO STEP 1086 (remove_files) COMPLETE
81672026-06-10T22:13:43.587Z[ recovery-image] Jun 10 22:13:42.200 INFO O| Jun 10 22:13:42.200 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-06-10T22:13:43.594Z[ recovery-image] Jun 10 22:13:42.210 INFO O| Jun 10 22:13:42.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81692026-06-10T22:13:43.595Z[ recovery-image] Jun 10 22:13:42.210 INFO O| Jun 10 22:13:42.210 INFO STEP 1087 (remove_files) COMPLETE
81702026-06-10T22:13:43.599Z[ recovery-image] Jun 10 22:13:42.210 INFO O| Jun 10 22:13:42.210 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-06-10T22:13:43.604Z[ recovery-image] Jun 10 22:13:42.219 INFO O| Jun 10 22:13:42.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81722026-06-10T22:13:43.604Z[ recovery-image] Jun 10 22:13:42.219 INFO O| Jun 10 22:13:42.219 INFO STEP 1088 (remove_files) COMPLETE
81732026-06-10T22:13:43.607Z[ recovery-image] Jun 10 22:13:42.219 INFO O| Jun 10 22:13:42.219 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-06-10T22:13:43.614Z[ recovery-image] Jun 10 22:13:42.228 INFO O| Jun 10 22:13:42.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81752026-06-10T22:13:43.614Z[ recovery-image] Jun 10 22:13:42.228 INFO O| Jun 10 22:13:42.228 INFO STEP 1089 (remove_files) COMPLETE
81762026-06-10T22:13:43.615Z[ recovery-image] Jun 10 22:13:42.228 INFO O| Jun 10 22:13:42.228 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-06-10T22:13:43.621Z[ recovery-image] Jun 10 22:13:42.237 INFO O| Jun 10 22:13:42.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81782026-06-10T22:13:43.622Z[ recovery-image] Jun 10 22:13:42.237 INFO O| Jun 10 22:13:42.237 INFO STEP 1090 (remove_files) COMPLETE
81792026-06-10T22:13:43.622Z[ recovery-image] Jun 10 22:13:42.237 INFO O| Jun 10 22:13:42.237 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-06-10T22:13:43.632Z[ recovery-image] Jun 10 22:13:42.247 INFO O| Jun 10 22:13:42.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81812026-06-10T22:13:43.632Z[ recovery-image] Jun 10 22:13:42.247 INFO O| Jun 10 22:13:42.247 INFO STEP 1091 (remove_files) COMPLETE
81822026-06-10T22:13:43.632Z[ recovery-image] Jun 10 22:13:42.247 INFO O| Jun 10 22:13:42.247 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-06-10T22:13:43.643Z[ recovery-image] Jun 10 22:13:42.256 INFO O| Jun 10 22:13:42.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81842026-06-10T22:13:43.643Z[ recovery-image] Jun 10 22:13:42.256 INFO O| Jun 10 22:13:42.256 INFO STEP 1092 (remove_files) COMPLETE
81852026-06-10T22:13:43.643Z[ recovery-image] Jun 10 22:13:42.256 INFO O| Jun 10 22:13:42.256 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-06-10T22:13:43.651Z[ recovery-image] Jun 10 22:13:42.266 INFO O| Jun 10 22:13:42.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81872026-06-10T22:13:43.651Z[ recovery-image] Jun 10 22:13:42.266 INFO O| Jun 10 22:13:42.266 INFO STEP 1093 (remove_files) COMPLETE
81882026-06-10T22:13:43.651Z[ recovery-image] Jun 10 22:13:42.266 INFO O| Jun 10 22:13:42.266 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-06-10T22:13:43.659Z[ recovery-image] Jun 10 22:13:42.274 INFO O| Jun 10 22:13:42.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81902026-06-10T22:13:43.659Z[ recovery-image] Jun 10 22:13:42.274 INFO O| Jun 10 22:13:42.274 INFO STEP 1094 (remove_files) COMPLETE
81912026-06-10T22:13:43.659Z[ recovery-image] Jun 10 22:13:42.275 INFO O| Jun 10 22:13:42.274 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-06-10T22:13:43.668Z[ recovery-image] Jun 10 22:13:42.284 INFO O| Jun 10 22:13:42.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81932026-06-10T22:13:43.668Z[ recovery-image] Jun 10 22:13:42.284 INFO O| Jun 10 22:13:42.284 INFO STEP 1095 (remove_files) COMPLETE
81942026-06-10T22:13:43.669Z[ recovery-image] Jun 10 22:13:42.284 INFO O| Jun 10 22:13:42.284 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-06-10T22:13:43.678Z[ recovery-image] Jun 10 22:13:42.292 INFO O| Jun 10 22:13:42.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81962026-06-10T22:13:43.678Z[ recovery-image] Jun 10 22:13:42.292 INFO O| Jun 10 22:13:42.292 INFO STEP 1096 (remove_files) COMPLETE
81972026-06-10T22:13:43.678Z[ recovery-image] Jun 10 22:13:42.292 INFO O| Jun 10 22:13:42.292 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-06-10T22:13:43.685Z[ recovery-image] Jun 10 22:13:42.300 INFO O| Jun 10 22:13:42.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81992026-06-10T22:13:43.685Z[ recovery-image] Jun 10 22:13:42.300 INFO O| Jun 10 22:13:42.300 INFO STEP 1097 (remove_files) COMPLETE
82002026-06-10T22:13:43.690Z[ recovery-image] Jun 10 22:13:42.300 INFO O| Jun 10 22:13:42.300 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-06-10T22:13:43.694Z[ recovery-image] Jun 10 22:13:42.308 INFO O| Jun 10 22:13:42.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82022026-06-10T22:13:43.694Z[ recovery-image] Jun 10 22:13:42.308 INFO O| Jun 10 22:13:42.308 INFO STEP 1098 (remove_files) COMPLETE
82032026-06-10T22:13:43.694Z[ recovery-image] Jun 10 22:13:42.308 INFO O| Jun 10 22:13:42.308 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-06-10T22:13:43.700Z[ recovery-image] Jun 10 22:13:42.315 INFO O| Jun 10 22:13:42.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82052026-06-10T22:13:43.700Z[ recovery-image] Jun 10 22:13:42.315 INFO O| Jun 10 22:13:42.315 INFO STEP 1099 (remove_files) COMPLETE
82062026-06-10T22:13:43.700Z[ recovery-image] Jun 10 22:13:42.315 INFO O| Jun 10 22:13:42.315 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-06-10T22:13:43.708Z[ recovery-image] Jun 10 22:13:42.323 INFO O| Jun 10 22:13:42.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82082026-06-10T22:13:43.708Z[ recovery-image] Jun 10 22:13:42.323 INFO O| Jun 10 22:13:42.323 INFO STEP 1100 (remove_files) COMPLETE
82092026-06-10T22:13:43.708Z[ recovery-image] Jun 10 22:13:42.323 INFO O| Jun 10 22:13:42.323 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-06-10T22:13:43.720Z[ recovery-image] Jun 10 22:13:42.330 INFO O| Jun 10 22:13:42.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82112026-06-10T22:13:43.720Z[ recovery-image] Jun 10 22:13:42.330 INFO O| Jun 10 22:13:42.330 INFO STEP 1101 (remove_files) COMPLETE
82122026-06-10T22:13:43.720Z[ recovery-image] Jun 10 22:13:42.330 INFO O| Jun 10 22:13:42.330 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-06-10T22:13:43.725Z[ recovery-image] Jun 10 22:13:42.338 INFO O| Jun 10 22:13:42.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82142026-06-10T22:13:43.725Z[ recovery-image] Jun 10 22:13:42.338 INFO O| Jun 10 22:13:42.338 INFO STEP 1102 (remove_files) COMPLETE
82152026-06-10T22:13:43.725Z[ recovery-image] Jun 10 22:13:42.338 INFO O| Jun 10 22:13:42.338 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-06-10T22:13:43.731Z[ recovery-image] Jun 10 22:13:42.347 INFO O| Jun 10 22:13:42.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82172026-06-10T22:13:43.737Z[ recovery-image] Jun 10 22:13:42.347 INFO O| Jun 10 22:13:42.347 INFO STEP 1103 (remove_files) COMPLETE
82182026-06-10T22:13:43.737Z[ recovery-image] Jun 10 22:13:42.347 INFO O| Jun 10 22:13:42.347 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-06-10T22:13:43.743Z[ recovery-image] Jun 10 22:13:42.357 INFO O| Jun 10 22:13:42.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82202026-06-10T22:13:43.748Z[ recovery-image] Jun 10 22:13:42.357 INFO O| Jun 10 22:13:42.357 INFO STEP 1104 (remove_files) COMPLETE
82212026-06-10T22:13:43.748Z[ recovery-image] Jun 10 22:13:42.357 INFO O| Jun 10 22:13:42.357 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-06-10T22:13:43.752Z[ recovery-image] Jun 10 22:13:42.366 INFO O| Jun 10 22:13:42.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82232026-06-10T22:13:43.752Z[ recovery-image] Jun 10 22:13:42.366 INFO O| Jun 10 22:13:42.366 INFO STEP 1105 (remove_files) COMPLETE
82242026-06-10T22:13:43.752Z[ recovery-image] Jun 10 22:13:42.366 INFO O| Jun 10 22:13:42.366 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-06-10T22:13:43.760Z[ recovery-image] Jun 10 22:13:42.375 INFO O| Jun 10 22:13:42.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82262026-06-10T22:13:43.761Z[ recovery-image] Jun 10 22:13:42.376 INFO O| Jun 10 22:13:42.376 INFO STEP 1106 (remove_files) COMPLETE
82272026-06-10T22:13:43.761Z[ recovery-image] Jun 10 22:13:42.376 INFO O| Jun 10 22:13:42.376 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-06-10T22:13:43.769Z[ recovery-image] Jun 10 22:13:42.385 INFO O| Jun 10 22:13:42.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82292026-06-10T22:13:43.769Z[ recovery-image] Jun 10 22:13:42.385 INFO O| Jun 10 22:13:42.385 INFO STEP 1107 (remove_files) COMPLETE
82302026-06-10T22:13:43.769Z[ recovery-image] Jun 10 22:13:42.385 INFO O| Jun 10 22:13:42.385 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-06-10T22:13:43.778Z[ recovery-image] Jun 10 22:13:42.394 INFO O| Jun 10 22:13:42.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82322026-06-10T22:13:43.778Z[ recovery-image] Jun 10 22:13:42.394 INFO O| Jun 10 22:13:42.394 INFO STEP 1108 (remove_files) COMPLETE
82332026-06-10T22:13:43.782Z[ recovery-image] Jun 10 22:13:42.394 INFO O| Jun 10 22:13:42.394 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-06-10T22:13:43.787Z[ recovery-image] Jun 10 22:13:42.402 INFO O| Jun 10 22:13:42.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82352026-06-10T22:13:43.787Z[ recovery-image] Jun 10 22:13:42.402 INFO O| Jun 10 22:13:42.402 INFO STEP 1109 (remove_files) COMPLETE
82362026-06-10T22:13:43.787Z[ recovery-image] Jun 10 22:13:42.402 INFO O| Jun 10 22:13:42.402 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-06-10T22:13:43.796Z[ recovery-image] Jun 10 22:13:42.411 INFO O| Jun 10 22:13:42.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82382026-06-10T22:13:43.796Z[ recovery-image] Jun 10 22:13:42.411 INFO O| Jun 10 22:13:42.411 INFO STEP 1110 (remove_files) COMPLETE
82392026-06-10T22:13:43.796Z[ recovery-image] Jun 10 22:13:42.411 INFO O| Jun 10 22:13:42.411 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-06-10T22:13:43.804Z[ recovery-image] Jun 10 22:13:42.420 INFO O| Jun 10 22:13:42.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82412026-06-10T22:13:43.804Z[ recovery-image] Jun 10 22:13:42.420 INFO O| Jun 10 22:13:42.420 INFO STEP 1111 (remove_files) COMPLETE
82422026-06-10T22:13:43.804Z[ recovery-image] Jun 10 22:13:42.420 INFO O| Jun 10 22:13:42.420 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-06-10T22:13:43.814Z[ recovery-image] Jun 10 22:13:42.429 INFO O| Jun 10 22:13:42.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82442026-06-10T22:13:43.814Z[ recovery-image] Jun 10 22:13:42.429 INFO O| Jun 10 22:13:42.429 INFO STEP 1112 (remove_files) COMPLETE
82452026-06-10T22:13:43.814Z[ recovery-image] Jun 10 22:13:42.429 INFO O| Jun 10 22:13:42.429 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-06-10T22:13:43.822Z[ recovery-image] Jun 10 22:13:42.437 INFO O| Jun 10 22:13:42.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82472026-06-10T22:13:43.822Z[ recovery-image] Jun 10 22:13:42.437 INFO O| Jun 10 22:13:42.437 INFO STEP 1113 (remove_files) COMPLETE
82482026-06-10T22:13:43.822Z[ recovery-image] Jun 10 22:13:42.437 INFO O| Jun 10 22:13:42.437 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-06-10T22:13:43.831Z[ recovery-image] Jun 10 22:13:42.446 INFO O| Jun 10 22:13:42.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82502026-06-10T22:13:43.831Z[ recovery-image] Jun 10 22:13:42.446 INFO O| Jun 10 22:13:42.446 INFO STEP 1114 (remove_files) COMPLETE
82512026-06-10T22:13:43.831Z[ recovery-image] Jun 10 22:13:42.446 INFO O| Jun 10 22:13:42.446 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-06-10T22:13:43.839Z[ recovery-image] Jun 10 22:13:42.455 INFO O| Jun 10 22:13:42.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82532026-06-10T22:13:43.840Z[ recovery-image] Jun 10 22:13:42.455 INFO O| Jun 10 22:13:42.455 INFO STEP 1115 (remove_files) COMPLETE
82542026-06-10T22:13:43.840Z[ recovery-image] Jun 10 22:13:42.455 INFO O| Jun 10 22:13:42.455 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-06-10T22:13:43.848Z[ recovery-image] Jun 10 22:13:42.463 INFO O| Jun 10 22:13:42.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82562026-06-10T22:13:43.848Z[ recovery-image] Jun 10 22:13:42.463 INFO O| Jun 10 22:13:42.463 INFO STEP 1116 (remove_files) COMPLETE
82572026-06-10T22:13:43.848Z[ recovery-image] Jun 10 22:13:42.463 INFO O| Jun 10 22:13:42.463 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-06-10T22:13:43.856Z[ recovery-image] Jun 10 22:13:42.472 INFO O| Jun 10 22:13:42.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82592026-06-10T22:13:43.856Z[ recovery-image] Jun 10 22:13:42.472 INFO O| Jun 10 22:13:42.472 INFO STEP 1117 (remove_files) COMPLETE
82602026-06-10T22:13:43.856Z[ recovery-image] Jun 10 22:13:42.472 INFO O| Jun 10 22:13:42.472 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-06-10T22:13:43.865Z[ recovery-image] Jun 10 22:13:42.480 INFO O| Jun 10 22:13:42.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82622026-06-10T22:13:43.865Z[ recovery-image] Jun 10 22:13:42.480 INFO O| Jun 10 22:13:42.480 INFO STEP 1118 (remove_files) COMPLETE
82632026-06-10T22:13:43.865Z[ recovery-image] Jun 10 22:13:42.480 INFO O| Jun 10 22:13:42.480 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-06-10T22:13:43.881Z[ recovery-image] Jun 10 22:13:42.489 INFO O| Jun 10 22:13:42.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82652026-06-10T22:13:43.881Z[ recovery-image] Jun 10 22:13:42.489 INFO O| Jun 10 22:13:42.489 INFO STEP 1119 (remove_files) COMPLETE
82662026-06-10T22:13:43.881Z[ recovery-image] Jun 10 22:13:42.489 INFO O| Jun 10 22:13:42.489 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-06-10T22:13:43.885Z[ recovery-image] Jun 10 22:13:42.497 INFO O| Jun 10 22:13:42.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82682026-06-10T22:13:43.885Z[ recovery-image] Jun 10 22:13:42.498 INFO O| Jun 10 22:13:42.498 INFO STEP 1120 (remove_files) COMPLETE
82692026-06-10T22:13:43.885Z[ recovery-image] Jun 10 22:13:42.498 INFO O| Jun 10 22:13:42.498 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-06-10T22:13:43.890Z[ recovery-image] Jun 10 22:13:42.506 INFO O| Jun 10 22:13:42.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82712026-06-10T22:13:43.890Z[ recovery-image] Jun 10 22:13:42.506 INFO O| Jun 10 22:13:42.506 INFO STEP 1121 (remove_files) COMPLETE
82722026-06-10T22:13:43.890Z[ recovery-image] Jun 10 22:13:42.506 INFO O| Jun 10 22:13:42.506 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-06-10T22:13:43.899Z[ recovery-image] Jun 10 22:13:42.514 INFO O| Jun 10 22:13:42.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82742026-06-10T22:13:43.899Z[ recovery-image] Jun 10 22:13:42.514 INFO O| Jun 10 22:13:42.514 INFO STEP 1122 (remove_files) COMPLETE
82752026-06-10T22:13:43.899Z[ recovery-image] Jun 10 22:13:42.514 INFO O| Jun 10 22:13:42.514 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-06-10T22:13:43.908Z[ recovery-image] Jun 10 22:13:42.523 INFO O| Jun 10 22:13:42.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82772026-06-10T22:13:43.908Z[ recovery-image] Jun 10 22:13:42.523 INFO O| Jun 10 22:13:42.523 INFO STEP 1123 (remove_files) COMPLETE
82782026-06-10T22:13:43.908Z[ recovery-image] Jun 10 22:13:42.523 INFO O| Jun 10 22:13:42.523 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-06-10T22:13:43.916Z[ recovery-image] Jun 10 22:13:42.531 INFO O| Jun 10 22:13:42.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82802026-06-10T22:13:43.916Z[ recovery-image] Jun 10 22:13:42.531 INFO O| Jun 10 22:13:42.531 INFO STEP 1124 (remove_files) COMPLETE
82812026-06-10T22:13:43.916Z[ recovery-image] Jun 10 22:13:42.531 INFO O| Jun 10 22:13:42.531 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-06-10T22:13:43.991Z[ recovery-image] Jun 10 22:13:42.540 INFO O| Jun 10 22:13:42.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82832026-06-10T22:13:43.991Z[ recovery-image] Jun 10 22:13:42.540 INFO O| Jun 10 22:13:42.540 INFO STEP 1125 (remove_files) COMPLETE
82842026-06-10T22:13:43.991Z[ recovery-image] Jun 10 22:13:42.540 INFO O| Jun 10 22:13:42.540 INFO STEP 1126: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82852026-06-10T22:13:43.992Z[ recovery-image] Jun 10 22:13:42.552 INFO O| Jun 10 22:13:42.552 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82862026-06-10T22:13:43.992Z[ recovery-image] Jun 10 22:13:42.552 INFO O| Jun 10 22:13:42.552 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82872026-06-10T22:13:44.611Z[ recovery-image] Jun 10 22:13:43.226 INFO O| Jun 10 22:13:43.226 INFO STEP 1126 (pack_tar) COMPLETE
82882026-06-10T22:13:44.611Z[ recovery-image] Jun 10 22:13:43.226 INFO O| Jun 10 22:13:43.226 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82892026-06-10T22:13:44.611Z[ recovery-image] Jun 10 22:13:43.226 INFO O| Jun 10 22:13:43.226 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82902026-06-10T22:13:45.046Z[ recovery-image] Jun 10 22:13:43.661 INFO O| Jun 10 22:13:43.639 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82912026-06-10T22:13:45.115Z[ host-image] Jun 10 22:13:43.730 INFO O| Jun 10 22:13:43.730 INFO O| Download: Completed 7.84 MB in 3.84 seconds (2.0M/s)
82922026-06-10T22:13:45.176Z[ recovery-image] Jun 10 22:13:43.790 INFO O| Jun 10 22:13:43.790 INFO completed processing sled/ramdisk-03-recovery-trim
82932026-06-10T22:13:45.180Z[ recovery-image] Jun 10 22:13:43.794 INFO image builder template: zfs-recovery...
82942026-06-10T22:13:45.180Z[ recovery-image] Jun 10 22:13:43.794 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/.tmp3gjDm6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.41.483", "-n", "zfs-recovery"], pwd: None
82952026-06-10T22:13:45.190Z[ host-image] Jun 10 22:13:43.805 INFO O| Jun 10 22:13:43.805 INFO O| Actions: 1/1366 actions (Installing new actions)
82962026-06-10T22:13:45.208Z[ recovery-image] Jun 10 22:13:43.822 INFO O| Jun 10 22:13:43.822 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82972026-06-10T22:13:45.212Z[ recovery-image] Jun 10 22:13:43.826 INFO O| Jun 10 22:13:43.826 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82982026-06-10T22:13:45.292Z[ recovery-image] Jun 10 22:13:43.908 INFO O| Jun 10 22:13:43.908 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82992026-06-10T22:13:45.381Z[ recovery-image] Jun 10 22:13:43.996 INFO O| Jun 10 22:13:43.996 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83002026-06-10T22:13:45.381Z[ recovery-image] Jun 10 22:13:43.996 INFO O| Jun 10 22:13:43.996 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83012026-06-10T22:13:45.385Z[ recovery-image] Jun 10 22:13:44.000 INFO O| Jun 10 22:13:44.000 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83022026-06-10T22:13:45.447Z[ host-image] Jun 10 22:13:44.062 INFO O| Jun 10 22:13:44.062 INFO O| Actions: Completed 1366 actions in 0.26 seconds.
83032026-06-10T22:13:45.458Z[ host-image] Jun 10 22:13:44.073 INFO O| Jun 10 22:13:44.073 INFO O| Finalize: Updating package state database ... Done
83042026-06-10T22:13:45.458Z[ host-image] Jun 10 22:13:44.073 INFO O| Jun 10 22:13:44.073 INFO O| Finalize: Updating package cache ... Done
83052026-06-10T22:13:45.483Z[ host-image] Jun 10 22:13:44.098 INFO O| Jun 10 22:13:44.098 INFO O| Finalize: Updating image state ... Done
83062026-06-10T22:13:45.486Z[ recovery-image] Jun 10 22:13:44.100 INFO O| Jun 10 22:13:44.100 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83072026-06-10T22:13:45.570Z[ recovery-image] Jun 10 22:13:44.186 INFO O| Jun 10 22:13:44.186 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83082026-06-10T22:13:45.579Z[ recovery-image] Jun 10 22:13:44.195 INFO O| Jun 10 22:13:44.195 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83092026-06-10T22:13:45.585Z[ recovery-image] Jun 10 22:13:44.199 INFO O| Jun 10 22:13:44.199 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83102026-06-10T22:13:45.588Z[ recovery-image] Jun 10 22:13:44.201 INFO O| Jun 10 22:13:44.201 INFO no lofi found
83112026-06-10T22:13:45.588Z[ recovery-image] Jun 10 22:13:44.201 INFO O| Jun 10 22:13:44.201 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83122026-06-10T22:13:45.588Z[ recovery-image] Jun 10 22:13:44.201 INFO O| Jun 10 22:13:44.201 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83132026-06-10T22:13:46.431Z[ host-image] Jun 10 22:13:45.047 INFO O| Jun 10 22:13:45.046 INFO O| Finalize: Creating fast lookup database ... Done
83142026-06-10T22:13:46.521Z[ host-image] Jun 10 22:13:45.073 INFO O| Jun 10 22:13:45.073 INFO O| Finalize: Reading search index ... Done
83152026-06-10T22:13:46.521Z[ host-image] Jun 10 22:13:45.074 INFO O| Jun 10 22:13:45.074 INFO O| Finalize: Updating search index ... Done
83162026-06-10T22:13:46.526Z[ host-image] Jun 10 22:13:45.107 INFO O| Jun 10 22:13:45.107 INFO O| Finalize: Updating package cache ... Done
83172026-06-10T22:13:46.620Z[ host-image] Jun 10 22:13:45.235 INFO O| Jun 10 22:13:45.235 INFO STEP 13 (pkg_install) COMPLETE
83182026-06-10T22:13:46.620Z[ host-image] Jun 10 22:13:45.235 INFO O| Jun 10 22:13:45.235 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83192026-06-10T22:13:46.630Z[ host-image] Jun 10 22:13:45.244 INFO O| Jun 10 22:13:45.244 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.483"]
83202026-06-10T22:13:47.382Z[ host-image] Jun 10 22:13:45.997 INFO O| Jun 10 22:13:45.997 INFO O| Startup: Refreshing catalog 'helios' ... Done
83212026-06-10T22:13:47.385Z[ recovery-image] Jun 10 22:13:46.001 INFO O| Jun 10 22:13:46.001 INFO lofi device = /dev/dsk/c2t1d0p0
83222026-06-10T22:13:47.386Z[ recovery-image] Jun 10 22:13:46.001 INFO O| Jun 10 22:13:46.001 INFO pool device = /dev/dsk/c2t1d0p0
83232026-06-10T22:13:47.386Z[ recovery-image] Jun 10 22:13:46.001 INFO O| Jun 10 22:13:46.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
83242026-06-10T22:13:47.520Z[ recovery-image] Jun 10 22:13:46.136 INFO O| Jun 10 22:13:46.136 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83252026-06-10T22:13:47.521Z[ recovery-image] Jun 10 22:13:46.136 INFO O| Jun 10 22:13:46.136 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83262026-06-10T22:13:47.544Z[ recovery-image] Jun 10 22:13:46.160 INFO O| Jun 10 22:13:46.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83272026-06-10T22:13:47.596Z[ host-image] Jun 10 22:13:46.211 INFO O| Jun 10 22:13:46.211 INFO O| Startup: Caching catalogs ... Done
83282026-06-10T22:13:47.603Z[ recovery-image] Jun 10 22:13:46.219 INFO O| Jun 10 22:13:46.218 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83292026-06-10T22:13:47.638Z[ recovery-image] Jun 10 22:13:46.254 INFO O| Jun 10 22:13:46.253 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83302026-06-10T22:13:47.658Z[ recovery-image] Jun 10 22:13:46.273 INFO O| Jun 10 22:13:46.273 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83312026-06-10T22:13:47.674Z[ recovery-image] Jun 10 22:13:46.290 INFO O| Jun 10 22:13:46.290 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83322026-06-10T22:13:47.720Z[ recovery-image] Jun 10 22:13:46.331 INFO O| Jun 10 22:13:46.331 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83332026-06-10T22:13:47.720Z[ recovery-image] Jun 10 22:13:46.331 INFO O| Jun 10 22:13:46.331 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83342026-06-10T22:13:47.720Z[ recovery-image] Jun 10 22:13:46.331 INFO O| Jun 10 22:13:46.331 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83352026-06-10T22:13:47.723Z[ recovery-image] Jun 10 22:13:46.338 INFO O| Jun 10 22:13:46.338 INFO boot environment UUID: e715ba62-d99a-46cf-9054-ae611a15b38a
83362026-06-10T22:13:47.724Z[ recovery-image] Jun 10 22:13:46.338 INFO O| Jun 10 22:13:46.338 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e715ba62-d99a-46cf-9054-ae611a15b38a
83372026-06-10T22:13:47.765Z[ recovery-image] Jun 10 22:13:46.379 INFO O| Jun 10 22:13:46.379 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83382026-06-10T22:13:47.780Z[ recovery-image] Jun 10 22:13:46.396 INFO O| Jun 10 22:13:46.396 INFO STEP 0 (create_be) COMPLETE
83392026-06-10T22:13:47.780Z[ recovery-image] Jun 10 22:13:46.396 INFO O| Jun 10 22:13:46.396 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83402026-06-10T22:13:47.784Z[ host-image] Jun 10 22:13:46.398 INFO O| Jun 10 22:13:46.397 INFO O| Planning: Solver setup ... Done
83412026-06-10T22:13:47.787Z[ host-image] Jun 10 22:13:46.403 INFO O| Jun 10 22:13:46.403 INFO O| Planning: Running solver ... Done
83422026-06-10T22:13:47.791Z[ host-image] Jun 10 22:13:46.407 INFO O| Jun 10 22:13:46.407 INFO O| Planning: Finding local manifests ... Done
83432026-06-10T22:13:47.794Z[ recovery-image] Jun 10 22:13:46.410 INFO O| Jun 10 22:13:46.410 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83442026-06-10T22:13:47.824Z[ host-image] Jun 10 22:13:46.439 INFO O| Jun 10 22:13:46.439 INFO O| Planning: Fetching manifests: 0/1 0% complete
83452026-06-10T22:13:47.830Z[ host-image] Jun 10 22:13:46.446 INFO O| Jun 10 22:13:46.446 INFO O| Planning: Fetching manifests: 1/1 100% complete
83462026-06-10T22:13:47.868Z[ host-image] Jun 10 22:13:46.484 INFO O| Jun 10 22:13:46.484 INFO O| Planning: Package planning ... Done
83472026-06-10T22:13:47.872Z[ host-image] Jun 10 22:13:46.487 INFO O| Jun 10 22:13:46.487 INFO O| Planning: Merging actions ... Done
83482026-06-10T22:13:48.011Z[ host-image] Jun 10 22:13:46.627 INFO O| Jun 10 22:13:46.626 INFO O| Planning: Checking for conflicting actions ... Done
83492026-06-10T22:13:48.015Z[ host-image] Jun 10 22:13:46.627 INFO O| Jun 10 22:13:46.627 INFO O| Planning: Consolidating action changes ... Done
83502026-06-10T22:13:48.190Z[ host-image] Jun 10 22:13:46.805 INFO O| Jun 10 22:13:46.805 INFO O| Planning: Evaluating mediators ... Done
83512026-06-10T22:13:48.193Z[ host-image] Jun 10 22:13:46.806 INFO O| Jun 10 22:13:46.806 INFO O| Planning: Planning completed in 0.59 seconds
83522026-06-10T22:13:48.194Z[ host-image] Jun 10 22:13:46.806 INFO O| Jun 10 22:13:46.806 INFO O| Packages to install: 1
83532026-06-10T22:13:48.256Z[ host-image] Jun 10 22:13:46.871 INFO O| Jun 10 22:13:46.871 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
83542026-06-10T22:13:48.527Z[ host-image] Jun 10 22:13:47.127 INFO O| Jun 10 22:13:47.127 INFO O| Download: Completed 13.07 MB in 0.26 seconds (51.0M/s)
83552026-06-10T22:13:50.568Z[ host-image] Jun 10 22:13:49.134 INFO O| Jun 10 22:13:49.134 INFO O| Actions: 1/22 actions (Installing new actions)
83562026-06-10T22:13:50.807Z[ host-image] Jun 10 22:13:49.395 INFO O| Jun 10 22:13:49.395 INFO O| Actions: Completed 22 actions in 0.26 seconds.
83572026-06-10T22:13:50.814Z[ host-image] Jun 10 22:13:49.426 INFO O| Jun 10 22:13:49.426 INFO O| Finalize: Updating package state database ... Done
83582026-06-10T22:13:50.814Z[ host-image] Jun 10 22:13:49.426 INFO O| Jun 10 22:13:49.426 INFO O| Finalize: Updating package cache ... Done
83592026-06-10T22:13:50.848Z[ host-image] Jun 10 22:13:49.457 INFO O| Jun 10 22:13:49.457 INFO O| Finalize: Updating image state ... Done
83602026-06-10T22:13:52.053Z[ host-image] Jun 10 22:13:50.605 INFO O| Jun 10 22:13:50.605 INFO O| Finalize: Creating fast lookup database ... Done
83612026-06-10T22:13:52.191Z[ host-image] Jun 10 22:13:50.636 INFO O| Jun 10 22:13:50.636 INFO O| Finalize: Reading search index ... Done
83622026-06-10T22:13:52.191Z[ host-image] Jun 10 22:13:50.636 INFO O| Jun 10 22:13:50.636 INFO O| Finalize: Updating search index ... Done
83632026-06-10T22:13:52.191Z[ host-image] Jun 10 22:13:50.647 INFO O| Jun 10 22:13:50.647 INFO O| Finalize: Updating package cache ... Done
83642026-06-10T22:13:52.256Z[ host-image] Jun 10 22:13:50.785 INFO O| Jun 10 22:13:50.785 INFO STEP 14 (pkg_install) COMPLETE
83652026-06-10T22:13:52.256Z[ host-image] Jun 10 22:13:50.785 INFO O| Jun 10 22:13:50.785 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83662026-06-10T22:13:52.256Z[ host-image] Jun 10 22:13:50.785 INFO O| Jun 10 22:13:50.785 INFO skip step because feature "mfg" is not enabled
83672026-06-10T22:13:52.256Z[ host-image] Jun 10 22:13:50.785 INFO O| Jun 10 22:13:50.785 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83682026-06-10T22:13:52.257Z[ host-image] Jun 10 22:13:50.785 INFO O| Jun 10 22:13:50.785 INFO skip step because feature "compliance" is not enabled
83692026-06-10T22:13:52.257Z[ host-image] Jun 10 22:13:50.785 INFO O| Jun 10 22:13:50.785 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83702026-06-10T22:13:52.257Z[ host-image] Jun 10 22:13:50.785 INFO O| Jun 10 22:13:50.785 INFO skip step because feature "stress" is not enabled
83712026-06-10T22:13:52.257Z[ host-image] Jun 10 22:13:50.785 INFO O| Jun 10 22:13:50.785 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83722026-06-10T22:13:52.257Z[ host-image] Jun 10 22:13:50.785 INFO O| Jun 10 22:13:50.785 INFO skip step because feature "compliance" is not enabled
83732026-06-10T22:13:52.257Z[ host-image] Jun 10 22:13:50.785 INFO O| Jun 10 22:13:50.785 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83742026-06-10T22:13:52.257Z[ host-image] Jun 10 22:13:50.785 INFO O| Jun 10 22:13:50.785 INFO skip step because feature "nfs" is not enabled
83752026-06-10T22:13:52.257Z[ host-image] Jun 10 22:13:50.785 INFO O| Jun 10 22:13:50.785 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
83762026-06-10T22:13:52.257Z[ host-image] Jun 10 22:13:50.785 INFO O| Jun 10 22:13:50.785 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
83772026-06-10T22:13:52.400Z[ host-image] Jun 10 22:13:50.898 INFO O| Jun 10 22:13:50.898 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
83782026-06-10T22:13:52.466Z[ host-image] Jun 10 22:13:51.033 INFO O| Jun 10 22:13:51.033 INFO completed processing sled/ramdisk-01-os
83792026-06-10T22:13:52.467Z[ host-image] Jun 10 22:13:51.035 INFO omicron1 baseline generation...
83802026-06-10T22:13:52.467Z[ host-image] Jun 10 22:13:51.035 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
83812026-06-10T22:13:52.899Z[ host-image] Jun 10 22:13:51.443 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24018:20260604T151256Z
83822026-06-10T22:13:54.484Z[ recovery-image] Jun 10 22:13:53.087 INFO O| Jun 10 22:13:53.087 INFO STEP 1 (unpack_tar) COMPLETE
83832026-06-10T22:13:54.484Z[ recovery-image] Jun 10 22:13:53.087 INFO O| Jun 10 22:13:53.087 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83842026-06-10T22:13:54.498Z[ recovery-image] Jun 10 22:13:53.095 INFO O| Jun 10 22:13:53.095 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83852026-06-10T22:13:55.210Z[ recovery-image] Jun 10 22:13:53.805 INFO O| Jun 10 22:13:53.804 INFO STEP 2 (devfsadm) COMPLETE
83862026-06-10T22:13:55.210Z[ recovery-image] Jun 10 22:13:53.805 INFO O| Jun 10 22:13:53.805 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83872026-06-10T22:13:55.254Z[ recovery-image] Jun 10 22:13:53.814 INFO O| Jun 10 22:13:53.813 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83882026-06-10T22:13:55.255Z[ recovery-image] Jun 10 22:13:53.814 INFO O| Jun 10 22:13:53.813 INFO STEP 3 (ensure_dir) COMPLETE
83892026-06-10T22:13:55.255Z[ recovery-image] Jun 10 22:13:53.814 INFO O| Jun 10 22:13:53.813 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83902026-06-10T22:13:55.255Z[ recovery-image] Jun 10 22:13:53.820 INFO O| Jun 10 22:13:53.820 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83912026-06-10T22:13:55.255Z[ recovery-image] Jun 10 22:13:53.820 INFO O| Jun 10 22:13:53.820 INFO STEP 4 (ensure_dir) COMPLETE
83922026-06-10T22:13:55.255Z[ recovery-image] Jun 10 22:13:53.820 INFO O| Jun 10 22:13:53.820 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83932026-06-10T22:13:55.255Z[ recovery-image] Jun 10 22:13:53.826 INFO O| Jun 10 22:13:53.826 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83942026-06-10T22:13:55.255Z[ recovery-image] Jun 10 22:13:53.826 INFO O| Jun 10 22:13:53.826 INFO STEP 5 (ensure_dir) COMPLETE
83952026-06-10T22:13:55.256Z[ recovery-image] Jun 10 22:13:53.826 INFO O| Jun 10 22:13:53.826 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83962026-06-10T22:13:55.256Z[ recovery-image] Jun 10 22:13:53.832 INFO O| Jun 10 22:13:53.832 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83972026-06-10T22:13:55.256Z[ recovery-image] Jun 10 22:13:53.832 INFO O| Jun 10 22:13:53.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83982026-06-10T22:13:55.256Z[ recovery-image] Jun 10 22:13:53.832 INFO O| Jun 10 22:13:53.832 INFO STEP 6 (ensure_dir) COMPLETE
83992026-06-10T22:13:55.256Z[ recovery-image] Jun 10 22:13:53.832 INFO O| Jun 10 22:13:53.832 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84002026-06-10T22:13:55.274Z[ recovery-image] Jun 10 22:13:53.838 INFO O| Jun 10 22:13:53.838 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84012026-06-10T22:13:55.274Z[ recovery-image] Jun 10 22:13:53.838 INFO O| Jun 10 22:13:53.838 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84022026-06-10T22:13:55.274Z[ recovery-image] Jun 10 22:13:53.838 INFO O| Jun 10 22:13:53.838 INFO STEP 7 (ensure_dir) COMPLETE
84032026-06-10T22:13:55.274Z[ recovery-image] Jun 10 22:13:53.838 INFO O| Jun 10 22:13:53.838 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84042026-06-10T22:13:55.274Z[ recovery-image] Jun 10 22:13:53.845 INFO O| Jun 10 22:13:53.845 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
84052026-06-10T22:13:55.274Z[ recovery-image] Jun 10 22:13:53.845 INFO O| Jun 10 22:13:53.845 INFO STEP 8 (remove_files) COMPLETE
84062026-06-10T22:13:55.275Z[ recovery-image] Jun 10 22:13:53.846 INFO O| Jun 10 22:13:53.845 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84072026-06-10T22:13:55.275Z[ recovery-image] Jun 10 22:13:53.852 INFO O| Jun 10 22:13:53.852 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
84082026-06-10T22:13:55.275Z[ recovery-image] Jun 10 22:13:53.852 INFO O| Jun 10 22:13:53.852 INFO STEP 9 (remove_files) COMPLETE
84092026-06-10T22:13:55.275Z[ recovery-image] Jun 10 22:13:53.852 INFO O| Jun 10 22:13:53.852 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84102026-06-10T22:13:55.275Z[ recovery-image] Jun 10 22:13:53.860 INFO O| Jun 10 22:13:53.860 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
84112026-06-10T22:13:55.275Z[ recovery-image] Jun 10 22:13:53.861 INFO O| Jun 10 22:13:53.861 INFO STEP 10 (remove_files) COMPLETE
84122026-06-10T22:13:55.275Z[ recovery-image] Jun 10 22:13:53.861 INFO O| Jun 10 22:13:53.861 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84132026-06-10T22:13:55.275Z[ recovery-image] Jun 10 22:13:53.869 INFO O| Jun 10 22:13:53.869 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84142026-06-10T22:13:55.275Z[ recovery-image] Jun 10 22:13:53.869 INFO O| Jun 10 22:13:53.869 INFO STEP 11 (remove_files) COMPLETE
84152026-06-10T22:13:55.275Z[ recovery-image] Jun 10 22:13:53.869 INFO O| Jun 10 22:13:53.869 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84162026-06-10T22:13:55.275Z[ recovery-image] Jun 10 22:13:53.876 INFO O| Jun 10 22:13:53.876 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84172026-06-10T22:13:55.275Z[ recovery-image] Jun 10 22:13:53.876 INFO O| Jun 10 22:13:53.876 INFO STEP 12 (remove_files) COMPLETE
84182026-06-10T22:13:55.276Z[ recovery-image] Jun 10 22:13:53.876 INFO O| Jun 10 22:13:53.876 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84192026-06-10T22:13:55.309Z[ recovery-image] Jun 10 22:13:53.882 INFO O| Jun 10 22:13:53.882 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84202026-06-10T22:13:55.309Z[ recovery-image] Jun 10 22:13:53.882 INFO O| Jun 10 22:13:53.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84212026-06-10T22:13:55.309Z[ recovery-image] Jun 10 22:13:53.882 INFO O| Jun 10 22:13:53.882 INFO STEP 13 (ensure_dir) COMPLETE
84222026-06-10T22:13:55.309Z[ recovery-image] Jun 10 22:13:53.882 INFO O| Jun 10 22:13:53.882 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84232026-06-10T22:13:55.309Z[ recovery-image] Jun 10 22:13:53.891 INFO O| Jun 10 22:13:53.891 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84242026-06-10T22:13:55.309Z[ recovery-image] Jun 10 22:13:53.891 INFO O| Jun 10 22:13:53.891 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84252026-06-10T22:13:55.309Z[ recovery-image] Jun 10 22:13:53.891 INFO O| Jun 10 22:13:53.891 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84262026-06-10T22:13:55.309Z[ recovery-image] Jun 10 22:13:53.891 INFO O| Jun 10 22:13:53.891 INFO STEP 14 (ensure_dir) COMPLETE
84272026-06-10T22:13:55.310Z[ recovery-image] Jun 10 22:13:53.891 INFO O| Jun 10 22:13:53.891 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84282026-06-10T22:13:55.310Z[ recovery-image] Jun 10 22:13:53.899 INFO O| Jun 10 22:13:53.899 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84292026-06-10T22:13:55.310Z[ recovery-image] Jun 10 22:13:53.899 INFO O| Jun 10 22:13:53.899 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84302026-06-10T22:13:55.310Z[ recovery-image] Jun 10 22:13:53.899 INFO O| Jun 10 22:13:53.899 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84312026-06-10T22:13:55.310Z[ recovery-image] Jun 10 22:13:53.899 INFO O| Jun 10 22:13:53.899 INFO STEP 15 (ensure_dir) COMPLETE
84322026-06-10T22:13:55.310Z[ recovery-image] Jun 10 22:13:53.899 INFO O| Jun 10 22:13:53.899 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84332026-06-10T22:13:55.310Z[ recovery-image] Jun 10 22:13:53.907 INFO O| Jun 10 22:13:53.907 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84342026-06-10T22:13:55.310Z[ recovery-image] Jun 10 22:13:53.907 INFO O| Jun 10 22:13:53.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84352026-06-10T22:13:55.310Z[ recovery-image] Jun 10 22:13:53.907 INFO O| Jun 10 22:13:53.907 INFO STEP 16 (ensure_dir) COMPLETE
84362026-06-10T22:13:55.310Z[ recovery-image] Jun 10 22:13:53.907 INFO O| Jun 10 22:13:53.907 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84372026-06-10T22:13:55.336Z[ recovery-image] Jun 10 22:13:53.915 INFO O| Jun 10 22:13:53.915 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84382026-06-10T22:13:55.336Z[ recovery-image] Jun 10 22:13:53.915 INFO O| Jun 10 22:13:53.915 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84392026-06-10T22:13:55.336Z[ recovery-image] Jun 10 22:13:53.915 INFO O| Jun 10 22:13:53.915 INFO STEP 17 (ensure_dir) COMPLETE
84402026-06-10T22:13:55.336Z[ recovery-image] Jun 10 22:13:53.915 INFO O| Jun 10 22:13:53.915 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84412026-06-10T22:13:55.336Z[ recovery-image] Jun 10 22:13:53.921 INFO O| Jun 10 22:13:53.921 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84422026-06-10T22:13:55.336Z[ recovery-image] Jun 10 22:13:53.921 INFO O| Jun 10 22:13:53.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84432026-06-10T22:13:55.336Z[ recovery-image] Jun 10 22:13:53.921 INFO O| Jun 10 22:13:53.921 INFO ok!
84442026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.921 INFO O| Jun 10 22:13:53.921 INFO STEP 18 (ensure_symlink) COMPLETE
84452026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.921 INFO O| Jun 10 22:13:53.921 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84462026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.928 INFO O| Jun 10 22:13:53.928 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84472026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.928 INFO O| Jun 10 22:13:53.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84482026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.928 INFO O| Jun 10 22:13:53.928 INFO ok!
84492026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.928 INFO O| Jun 10 22:13:53.928 INFO STEP 19 (ensure_file) COMPLETE
84502026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.928 INFO O| Jun 10 22:13:53.928 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84512026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.934 INFO O| Jun 10 22:13:53.934 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84522026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.934 INFO O| Jun 10 22:13:53.934 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84532026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.934 INFO O| Jun 10 22:13:53.934 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84542026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.934 INFO O| Jun 10 22:13:53.934 INFO ok!
84552026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.934 INFO O| Jun 10 22:13:53.934 INFO STEP 20 (ensure_symlink) COMPLETE
84562026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.934 INFO O| Jun 10 22:13:53.934 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84572026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.940 INFO O| Jun 10 22:13:53.940 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84582026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.940 INFO O| Jun 10 22:13:53.940 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84592026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.940 INFO O| Jun 10 22:13:53.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84602026-06-10T22:13:55.337Z[ recovery-image] Jun 10 22:13:53.940 INFO O| Jun 10 22:13:53.940 INFO ok!
84612026-06-10T22:13:55.338Z[ recovery-image] Jun 10 22:13:53.940 INFO O| Jun 10 22:13:53.940 INFO STEP 21 (ensure_symlink) COMPLETE
84622026-06-10T22:13:55.338Z[ recovery-image] Jun 10 22:13:53.940 INFO O| Jun 10 22:13:53.940 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84632026-06-10T22:13:55.346Z[ recovery-image] Jun 10 22:13:53.946 INFO O| Jun 10 22:13:53.946 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84642026-06-10T22:13:55.346Z[ recovery-image] Jun 10 22:13:53.946 INFO O| Jun 10 22:13:53.946 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84652026-06-10T22:13:55.346Z[ recovery-image] Jun 10 22:13:53.946 INFO O| Jun 10 22:13:53.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84662026-06-10T22:13:55.346Z[ recovery-image] Jun 10 22:13:53.946 INFO O| Jun 10 22:13:53.946 INFO ok!
84672026-06-10T22:13:55.346Z[ recovery-image] Jun 10 22:13:53.946 INFO O| Jun 10 22:13:53.946 INFO STEP 22 (ensure_symlink) COMPLETE
84682026-06-10T22:13:55.346Z[ recovery-image] Jun 10 22:13:53.946 INFO O| Jun 10 22:13:53.946 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84692026-06-10T22:13:55.346Z[ recovery-image] Jun 10 22:13:53.955 INFO O| Jun 10 22:13:53.955 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84702026-06-10T22:13:55.346Z[ recovery-image] Jun 10 22:13:53.955 INFO O| Jun 10 22:13:53.955 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84712026-06-10T22:13:55.346Z[ recovery-image] Jun 10 22:13:53.955 INFO O| Jun 10 22:13:53.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84722026-06-10T22:13:55.346Z[ recovery-image] Jun 10 22:13:53.955 INFO O| Jun 10 22:13:53.955 INFO ok!
84732026-06-10T22:13:55.346Z[ recovery-image] Jun 10 22:13:53.955 INFO O| Jun 10 22:13:53.955 INFO STEP 23 (ensure_symlink) COMPLETE
84742026-06-10T22:13:55.346Z[ recovery-image] Jun 10 22:13:53.955 INFO O| Jun 10 22:13:53.955 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84752026-06-10T22:13:55.353Z[ recovery-image] Jun 10 22:13:53.962 INFO O| Jun 10 22:13:53.962 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84762026-06-10T22:13:55.354Z[ recovery-image] Jun 10 22:13:53.962 INFO O| Jun 10 22:13:53.962 INFO copying /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf ...
84772026-06-10T22:13:55.354Z[ recovery-image] Jun 10 22:13:53.962 INFO O| Jun 10 22:13:53.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84782026-06-10T22:13:55.354Z[ recovery-image] Jun 10 22:13:53.962 INFO O| Jun 10 22:13:53.962 INFO ok!
84792026-06-10T22:13:55.354Z[ recovery-image] Jun 10 22:13:53.962 INFO O| Jun 10 22:13:53.962 INFO STEP 24 (ensure_file) COMPLETE
84802026-06-10T22:13:55.354Z[ recovery-image] Jun 10 22:13:53.962 INFO O| Jun 10 22:13:53.962 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84812026-06-10T22:13:55.359Z[ recovery-image] Jun 10 22:13:53.969 INFO O| Jun 10 22:13:53.969 INFO updating shadow file
84822026-06-10T22:13:55.360Z[ recovery-image] Jun 10 22:13:53.969 INFO O| Jun 10 22:13:53.969 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84832026-06-10T22:13:55.360Z[ recovery-image] Jun 10 22:13:53.969 INFO O| Jun 10 22:13:53.969 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84842026-06-10T22:13:55.360Z[ recovery-image] Jun 10 22:13:53.969 INFO O| Jun 10 22:13:53.969 INFO STEP 25 (shadow) COMPLETE
84852026-06-10T22:13:55.360Z[ recovery-image] Jun 10 22:13:53.969 INFO O| Jun 10 22:13:53.969 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84862026-06-10T22:13:55.368Z[ recovery-image] Jun 10 22:13:53.976 INFO O| Jun 10 22:13:53.976 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84872026-06-10T22:13:55.368Z[ recovery-image] Jun 10 22:13:53.976 INFO O| Jun 10 22:13:53.976 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84882026-06-10T22:13:55.368Z[ recovery-image] Jun 10 22:13:53.976 INFO O| Jun 10 22:13:53.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84892026-06-10T22:13:55.368Z[ recovery-image] Jun 10 22:13:53.976 INFO O| Jun 10 22:13:53.976 INFO ok!
84902026-06-10T22:13:55.368Z[ recovery-image] Jun 10 22:13:53.976 INFO O| Jun 10 22:13:53.976 INFO STEP 26 (ensure_file) COMPLETE
84912026-06-10T22:13:55.368Z[ recovery-image] Jun 10 22:13:53.976 INFO O| Jun 10 22:13:53.976 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84922026-06-10T22:13:55.387Z[ recovery-image] Jun 10 22:13:53.982 INFO O| Jun 10 22:13:53.982 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84932026-06-10T22:13:55.387Z[ recovery-image] Jun 10 22:13:53.982 INFO O| Jun 10 22:13:53.982 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84942026-06-10T22:13:55.387Z[ recovery-image] Jun 10 22:13:53.982 INFO O| Jun 10 22:13:53.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84952026-06-10T22:13:55.387Z[ recovery-image] Jun 10 22:13:53.982 INFO O| Jun 10 22:13:53.982 INFO ok!
84962026-06-10T22:13:55.388Z[ recovery-image] Jun 10 22:13:53.982 INFO O| Jun 10 22:13:53.982 INFO STEP 27 (ensure_file) COMPLETE
84972026-06-10T22:13:55.388Z[ recovery-image] Jun 10 22:13:53.982 INFO O| Jun 10 22:13:53.982 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84982026-06-10T22:13:55.388Z[ recovery-image] Jun 10 22:13:53.989 INFO O| Jun 10 22:13:53.989 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84992026-06-10T22:13:55.388Z[ recovery-image] Jun 10 22:13:53.989 INFO O| Jun 10 22:13:53.989 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
85002026-06-10T22:13:55.388Z[ recovery-image] Jun 10 22:13:53.989 INFO O| Jun 10 22:13:53.989 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85012026-06-10T22:13:55.388Z[ recovery-image] Jun 10 22:13:53.989 INFO O| Jun 10 22:13:53.989 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85022026-06-10T22:13:55.388Z[ recovery-image] Jun 10 22:13:53.989 INFO O| Jun 10 22:13:53.989 INFO ok!
85032026-06-10T22:13:55.388Z[ recovery-image] Jun 10 22:13:53.989 INFO O| Jun 10 22:13:53.989 INFO STEP 28 (ensure_file) COMPLETE
85042026-06-10T22:13:55.389Z[ recovery-image] Jun 10 22:13:53.989 INFO O| Jun 10 22:13:53.989 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85052026-06-10T22:13:55.431Z[ recovery-image] Jun 10 22:13:53.995 INFO O| Jun 10 22:13:53.995 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
85062026-06-10T22:13:55.431Z[ recovery-image] Jun 10 22:13:53.995 INFO O| Jun 10 22:13:53.995 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
85072026-06-10T22:13:55.431Z[ recovery-image] Jun 10 22:13:53.995 INFO O| Jun 10 22:13:53.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
85082026-06-10T22:13:55.431Z[ recovery-image] Jun 10 22:13:53.995 INFO O| Jun 10 22:13:53.995 INFO ok!
85092026-06-10T22:13:55.431Z[ recovery-image] Jun 10 22:13:53.995 INFO O| Jun 10 22:13:53.995 INFO STEP 29 (ensure_file) COMPLETE
85102026-06-10T22:13:55.432Z[ recovery-image] Jun 10 22:13:53.995 INFO O| Jun 10 22:13:53.995 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85112026-06-10T22:13:55.432Z[ recovery-image] Jun 10 22:13:54.002 INFO O| Jun 10 22:13:54.002 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85122026-06-10T22:13:55.432Z[ recovery-image] Jun 10 22:13:54.002 INFO O| Jun 10 22:13:54.002 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85132026-06-10T22:13:55.432Z[ recovery-image] Jun 10 22:13:54.002 INFO O| Jun 10 22:13:54.002 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85142026-06-10T22:13:55.432Z[ recovery-image] Jun 10 22:13:54.002 INFO O| Jun 10 22:13:54.002 INFO STEP 30 (ensure_dir) COMPLETE
85152026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.002 INFO O| Jun 10 22:13:54.002 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85162026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.008 INFO O| Jun 10 22:13:54.008 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85172026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.008 INFO O| Jun 10 22:13:54.008 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup ...
85182026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.008 INFO O| Jun 10 22:13:54.008 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85192026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.008 INFO O| Jun 10 22:13:54.008 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85202026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.008 INFO O| Jun 10 22:13:54.008 INFO ok!
85212026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.008 INFO O| Jun 10 22:13:54.008 INFO STEP 31 (ensure_file) COMPLETE
85222026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.008 INFO O| Jun 10 22:13:54.008 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85232026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.014 INFO O| Jun 10 22:13:54.014 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85242026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.014 INFO O| Jun 10 22:13:54.014 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85252026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.014 INFO O| Jun 10 22:13:54.014 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85262026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.014 INFO O| Jun 10 22:13:54.014 INFO STEP 32 (ensure_dir) COMPLETE
85272026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.014 INFO O| Jun 10 22:13:54.014 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85282026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.020 INFO O| Jun 10 22:13:54.020 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85292026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.020 INFO O| Jun 10 22:13:54.020 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml ...
85302026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.020 INFO O| Jun 10 22:13:54.020 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85312026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.020 INFO O| Jun 10 22:13:54.020 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85322026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.020 INFO O| Jun 10 22:13:54.020 INFO ok!
85332026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.020 INFO O| Jun 10 22:13:54.020 INFO STEP 33 (ensure_file) COMPLETE
85342026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.020 INFO O| Jun 10 22:13:54.020 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85352026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.026 INFO O| Jun 10 22:13:54.026 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85362026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.026 INFO O| Jun 10 22:13:54.026 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85372026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.026 INFO O| Jun 10 22:13:54.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85382026-06-10T22:13:55.433Z[ recovery-image] Jun 10 22:13:54.026 INFO O| Jun 10 22:13:54.026 INFO ok!
85392026-06-10T22:13:55.434Z[ recovery-image] Jun 10 22:13:54.026 INFO O| Jun 10 22:13:54.026 INFO STEP 34 (ensure_file) COMPLETE
85402026-06-10T22:13:55.434Z[ recovery-image] Jun 10 22:13:54.027 INFO O| Jun 10 22:13:54.026 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85412026-06-10T22:13:55.462Z[ recovery-image] Jun 10 22:13:54.034 INFO O| Jun 10 22:13:54.034 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85422026-06-10T22:13:55.462Z[ recovery-image] Jun 10 22:13:54.034 INFO O| Jun 10 22:13:54.034 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85432026-06-10T22:13:55.462Z[ recovery-image] Jun 10 22:13:54.035 INFO O| Jun 10 22:13:54.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85442026-06-10T22:13:55.462Z[ recovery-image] Jun 10 22:13:54.035 INFO O| Jun 10 22:13:54.035 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85452026-06-10T22:13:55.462Z[ recovery-image] Jun 10 22:13:54.035 INFO O| Jun 10 22:13:54.035 INFO ok!
85462026-06-10T22:13:55.462Z[ recovery-image] Jun 10 22:13:54.035 INFO O| Jun 10 22:13:54.035 INFO STEP 35 (ensure_file) COMPLETE
85472026-06-10T22:13:55.462Z[ recovery-image] Jun 10 22:13:54.035 INFO O| Jun 10 22:13:54.035 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85482026-06-10T22:13:55.462Z[ recovery-image] Jun 10 22:13:54.041 INFO O| Jun 10 22:13:54.041 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85492026-06-10T22:13:55.462Z[ recovery-image] Jun 10 22:13:54.041 INFO O| Jun 10 22:13:54.041 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85502026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.041 INFO O| Jun 10 22:13:54.041 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85512026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.041 INFO O| Jun 10 22:13:54.041 INFO ok!
85522026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.041 INFO O| Jun 10 22:13:54.041 INFO STEP 36 (ensure_file) COMPLETE
85532026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.041 INFO O| Jun 10 22:13:54.041 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85542026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.047 INFO O| Jun 10 22:13:54.047 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85552026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.047 INFO O| Jun 10 22:13:54.047 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85562026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.048 INFO O| Jun 10 22:13:54.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85572026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.048 INFO O| Jun 10 22:13:54.048 INFO ok!
85582026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.048 INFO O| Jun 10 22:13:54.048 INFO STEP 37 (ensure_file) COMPLETE
85592026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.048 INFO O| Jun 10 22:13:54.048 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85602026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.054 INFO O| Jun 10 22:13:54.054 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85612026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.054 INFO O| Jun 10 22:13:54.054 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85622026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.054 INFO O| Jun 10 22:13:54.054 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85632026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.054 INFO O| Jun 10 22:13:54.054 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85642026-06-10T22:13:55.463Z[ recovery-image] Jun 10 22:13:54.054 INFO O| Jun 10 22:13:54.054 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85652026-06-10T22:13:55.464Z[ recovery-image] Jun 10 22:13:54.054 INFO O| Jun 10 22:13:54.054 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85662026-06-10T22:13:55.464Z[ recovery-image] Jun 10 22:13:54.054 INFO O| Jun 10 22:13:54.054 INFO ok!
85672026-06-10T22:13:55.464Z[ recovery-image] Jun 10 22:13:54.054 INFO O| Jun 10 22:13:54.054 INFO STEP 38 (ensure_file) COMPLETE
85682026-06-10T22:13:55.464Z[ recovery-image] Jun 10 22:13:54.054 INFO O| Jun 10 22:13:54.054 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85692026-06-10T22:13:55.491Z[ recovery-image] Jun 10 22:13:54.062 INFO O| Jun 10 22:13:54.062 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85702026-06-10T22:13:55.491Z[ recovery-image] Jun 10 22:13:54.062 INFO O| Jun 10 22:13:54.062 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85712026-06-10T22:13:55.491Z[ recovery-image] Jun 10 22:13:54.062 INFO O| Jun 10 22:13:54.062 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85722026-06-10T22:13:55.491Z[ recovery-image] Jun 10 22:13:54.062 INFO O| Jun 10 22:13:54.062 INFO STEP 39 (ensure_dir) COMPLETE
85732026-06-10T22:13:55.491Z[ recovery-image] Jun 10 22:13:54.062 INFO O| Jun 10 22:13:54.062 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85742026-06-10T22:13:55.491Z[ recovery-image] Jun 10 22:13:54.069 INFO O| Jun 10 22:13:54.069 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
85752026-06-10T22:13:55.491Z[ recovery-image] Jun 10 22:13:54.069 INFO O| Jun 10 22:13:54.069 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
85762026-06-10T22:13:55.491Z[ recovery-image] Jun 10 22:13:54.069 INFO O| Jun 10 22:13:54.069 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85772026-06-10T22:13:55.491Z[ recovery-image] Jun 10 22:13:54.069 INFO O| Jun 10 22:13:54.069 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85782026-06-10T22:13:55.491Z[ recovery-image] Jun 10 22:13:54.069 INFO O| Jun 10 22:13:54.069 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85792026-06-10T22:13:55.491Z[ recovery-image] Jun 10 22:13:54.069 INFO O| Jun 10 22:13:54.069 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85802026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.069 INFO O| Jun 10 22:13:54.069 INFO ok!
85812026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.069 INFO O| Jun 10 22:13:54.069 INFO STEP 40 (ensure_file) COMPLETE
85822026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.069 INFO O| Jun 10 22:13:54.069 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85832026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.076 INFO O| Jun 10 22:13:54.076 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85842026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.076 INFO O| Jun 10 22:13:54.076 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
85852026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.076 INFO O| Jun 10 22:13:54.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85862026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.076 INFO O| Jun 10 22:13:54.076 INFO ok!
85872026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.076 INFO O| Jun 10 22:13:54.076 INFO STEP 41 (ensure_symlink) COMPLETE
85882026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.076 INFO O| Jun 10 22:13:54.076 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85892026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.082 INFO O| Jun 10 22:13:54.082 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85902026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.082 INFO O| Jun 10 22:13:54.082 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85912026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.082 INFO O| Jun 10 22:13:54.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85922026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.082 INFO O| Jun 10 22:13:54.082 INFO ok!
85932026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.082 INFO O| Jun 10 22:13:54.082 INFO STEP 42 (ensure_symlink) COMPLETE
85942026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.082 INFO O| Jun 10 22:13:54.082 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85952026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.090 INFO O| Jun 10 22:13:54.090 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85962026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.090 INFO O| Jun 10 22:13:54.090 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85972026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.090 INFO O| Jun 10 22:13:54.090 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85982026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.090 INFO O| Jun 10 22:13:54.090 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85992026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.090 INFO O| Jun 10 22:13:54.090 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86002026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.090 INFO O| Jun 10 22:13:54.090 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86012026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.090 INFO O| Jun 10 22:13:54.090 INFO ok!
86022026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.090 INFO O| Jun 10 22:13:54.090 INFO STEP 43 (ensure_file) COMPLETE
86032026-06-10T22:13:55.492Z[ recovery-image] Jun 10 22:13:54.090 INFO O| Jun 10 22:13:54.090 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86042026-06-10T22:13:55.510Z[ recovery-image] Jun 10 22:13:54.096 INFO O| Jun 10 22:13:54.096 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
86052026-06-10T22:13:55.510Z[ recovery-image] Jun 10 22:13:54.096 INFO O| Jun 10 22:13:54.096 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
86062026-06-10T22:13:55.510Z[ recovery-image] Jun 10 22:13:54.096 INFO O| Jun 10 22:13:54.096 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86072026-06-10T22:13:55.511Z[ recovery-image] Jun 10 22:13:54.096 INFO O| Jun 10 22:13:54.096 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86082026-06-10T22:13:55.511Z[ recovery-image] Jun 10 22:13:54.096 INFO O| Jun 10 22:13:54.096 INFO ok!
86092026-06-10T22:13:55.511Z[ recovery-image] Jun 10 22:13:54.096 INFO O| Jun 10 22:13:54.096 INFO STEP 44 (ensure_file) COMPLETE
86102026-06-10T22:13:55.511Z[ recovery-image] Jun 10 22:13:54.096 INFO O| Jun 10 22:13:54.096 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86112026-06-10T22:13:55.511Z[ recovery-image] Jun 10 22:13:54.105 INFO O| Jun 10 22:13:54.105 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
86122026-06-10T22:13:55.511Z[ recovery-image] Jun 10 22:13:54.105 INFO O| Jun 10 22:13:54.105 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86132026-06-10T22:13:55.511Z[ recovery-image] Jun 10 22:13:54.105 INFO O| Jun 10 22:13:54.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86142026-06-10T22:13:55.511Z[ recovery-image] Jun 10 22:13:54.105 INFO O| Jun 10 22:13:54.105 INFO ok!
86152026-06-10T22:13:55.511Z[ recovery-image] Jun 10 22:13:54.105 INFO O| Jun 10 22:13:54.105 INFO STEP 45 (ensure_file) COMPLETE
86162026-06-10T22:13:55.511Z[ recovery-image] Jun 10 22:13:54.105 INFO O| Jun 10 22:13:54.105 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86172026-06-10T22:13:55.511Z[ recovery-image] Jun 10 22:13:54.112 INFO O| Jun 10 22:13:54.112 INFO updating shadow file
86182026-06-10T22:13:55.511Z[ recovery-image] Jun 10 22:13:54.112 INFO O| Jun 10 22:13:54.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86192026-06-10T22:13:55.511Z[ recovery-image] Jun 10 22:13:54.112 INFO O| Jun 10 22:13:54.112 INFO STEP 46 (shadow) COMPLETE
86202026-06-10T22:13:55.511Z[ recovery-image] Jun 10 22:13:54.112 INFO O| Jun 10 22:13:54.112 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86212026-06-10T22:13:55.522Z[ recovery-image] Jun 10 22:13:54.119 INFO O| Jun 10 22:13:54.119 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86222026-06-10T22:13:55.522Z[ recovery-image] Jun 10 22:13:54.119 INFO O| Jun 10 22:13:54.119 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86232026-06-10T22:13:55.522Z[ recovery-image] Jun 10 22:13:54.119 INFO O| Jun 10 22:13:54.119 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86242026-06-10T22:13:55.522Z[ recovery-image] Jun 10 22:13:54.119 INFO O| Jun 10 22:13:54.119 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86252026-06-10T22:13:55.522Z[ recovery-image] Jun 10 22:13:54.119 INFO O| Jun 10 22:13:54.119 INFO ok!
86262026-06-10T22:13:55.522Z[ recovery-image] Jun 10 22:13:54.119 INFO O| Jun 10 22:13:54.119 INFO STEP 47 (ensure_file) COMPLETE
86272026-06-10T22:13:55.522Z[ recovery-image] Jun 10 22:13:54.119 INFO O| Jun 10 22:13:54.119 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86282026-06-10T22:13:55.522Z[ recovery-image] Jun 10 22:13:54.127 INFO O| Jun 10 22:13:54.127 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86292026-06-10T22:13:55.522Z[ recovery-image] Jun 10 22:13:54.127 INFO O| Jun 10 22:13:54.127 INFO STEP 48 (ensure_dir) COMPLETE
86302026-06-10T22:13:55.522Z[ recovery-image] Jun 10 22:13:54.127 INFO O| Jun 10 22:13:54.127 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86312026-06-10T22:13:55.531Z[ recovery-image] Jun 10 22:13:54.134 INFO O| Jun 10 22:13:54.133 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86322026-06-10T22:13:55.532Z[ recovery-image] Jun 10 22:13:54.134 INFO O| Jun 10 22:13:54.134 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86332026-06-10T22:13:55.532Z[ recovery-image] Jun 10 22:13:54.134 INFO O| Jun 10 22:13:54.134 INFO STEP 49 (ensure_dir) COMPLETE
86342026-06-10T22:13:55.532Z[ recovery-image] Jun 10 22:13:54.134 INFO O| Jun 10 22:13:54.134 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86352026-06-10T22:13:55.532Z[ recovery-image] Jun 10 22:13:54.140 INFO O| Jun 10 22:13:54.140 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86362026-06-10T22:13:55.532Z[ recovery-image] Jun 10 22:13:54.140 INFO O| Jun 10 22:13:54.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86372026-06-10T22:13:55.532Z[ recovery-image] Jun 10 22:13:54.140 INFO O| Jun 10 22:13:54.140 INFO STEP 50 (ensure_dir) COMPLETE
86382026-06-10T22:13:55.532Z[ recovery-image] Jun 10 22:13:54.140 INFO O| Jun 10 22:13:54.140 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86392026-06-10T22:13:55.540Z[ recovery-image] Jun 10 22:13:54.148 INFO O| Jun 10 22:13:54.148 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86402026-06-10T22:13:55.540Z[ recovery-image] Jun 10 22:13:54.148 INFO O| Jun 10 22:13:54.148 INFO copying /tmp/.tmp3gjDm6/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86412026-06-10T22:13:55.614Z[ recovery-image] Jun 10 22:13:54.180 INFO O| Jun 10 22:13:54.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86422026-06-10T22:13:55.614Z[ recovery-image] Jun 10 22:13:54.180 INFO O| Jun 10 22:13:54.180 INFO ok!
86432026-06-10T22:13:55.614Z[ recovery-image] Jun 10 22:13:54.180 INFO O| Jun 10 22:13:54.180 INFO STEP 51 (ensure_file) COMPLETE
86442026-06-10T22:13:55.614Z[ recovery-image] Jun 10 22:13:54.180 INFO O| Jun 10 22:13:54.180 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86452026-06-10T22:13:55.641Z[ recovery-image] Jun 10 22:13:54.188 INFO O| Jun 10 22:13:54.188 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86462026-06-10T22:13:55.641Z[ recovery-image] Jun 10 22:13:54.189 INFO O| Jun 10 22:13:54.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86472026-06-10T22:13:55.642Z[ recovery-image] Jun 10 22:13:54.189 INFO O| Jun 10 22:13:54.189 INFO STEP 52 (ensure_dir) COMPLETE
86482026-06-10T22:13:55.642Z[ recovery-image] Jun 10 22:13:54.189 INFO O| Jun 10 22:13:54.189 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86492026-06-10T22:13:55.642Z[ recovery-image] Jun 10 22:13:54.195 INFO O| Jun 10 22:13:54.195 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86502026-06-10T22:13:55.642Z[ recovery-image] Jun 10 22:13:54.195 INFO O| Jun 10 22:13:54.195 INFO copying /tmp/.tmp3gjDm6/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86512026-06-10T22:13:55.642Z[ recovery-image] Jun 10 22:13:54.195 INFO O| Jun 10 22:13:54.195 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86522026-06-10T22:13:55.642Z[ recovery-image] Jun 10 22:13:54.195 INFO O| Jun 10 22:13:54.195 INFO ok!
86532026-06-10T22:13:55.642Z[ recovery-image] Jun 10 22:13:54.195 INFO O| Jun 10 22:13:54.195 INFO STEP 53 (ensure_file) COMPLETE
86542026-06-10T22:13:55.642Z[ recovery-image] Jun 10 22:13:54.195 INFO O| Jun 10 22:13:54.195 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86552026-06-10T22:13:55.642Z[ recovery-image] Jun 10 22:13:54.202 INFO O| Jun 10 22:13:54.202 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86562026-06-10T22:13:55.642Z[ recovery-image] Jun 10 22:13:54.202 INFO O| Jun 10 22:13:54.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86572026-06-10T22:13:55.642Z[ recovery-image] Jun 10 22:13:54.202 INFO O| Jun 10 22:13:54.202 INFO STEP 54 (ensure_dir) COMPLETE
86582026-06-10T22:13:55.642Z[ recovery-image] Jun 10 22:13:54.202 INFO O| Jun 10 22:13:54.202 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86592026-06-10T22:13:55.642Z[ recovery-image] Jun 10 22:13:54.208 INFO O| Jun 10 22:13:54.208 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86602026-06-10T22:13:55.642Z[ recovery-image] Jun 10 22:13:54.208 INFO O| Jun 10 22:13:54.208 INFO copying /tmp/.tmp3gjDm6/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86612026-06-10T22:13:56.899Z[ recovery-image] Jun 10 22:13:55.515 INFO O| Jun 10 22:13:55.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86622026-06-10T22:13:56.899Z[ recovery-image] Jun 10 22:13:55.515 INFO O| Jun 10 22:13:55.515 INFO ok!
86632026-06-10T22:13:56.900Z[ recovery-image] Jun 10 22:13:55.515 INFO O| Jun 10 22:13:55.515 INFO STEP 55 (ensure_file) COMPLETE
86642026-06-10T22:13:56.903Z[ recovery-image] Jun 10 22:13:55.515 INFO O| Jun 10 22:13:55.515 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86652026-06-10T22:13:56.908Z[ recovery-image] Jun 10 22:13:55.524 INFO O| Jun 10 22:13:55.524 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86662026-06-10T22:13:56.908Z[ recovery-image] Jun 10 22:13:55.524 INFO O| Jun 10 22:13:55.524 INFO copying /tmp/.tmp3gjDm6/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86672026-06-10T22:13:58.772Z[ recovery-image] Jun 10 22:13:57.387 INFO O| Jun 10 22:13:57.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86682026-06-10T22:13:58.772Z[ recovery-image] Jun 10 22:13:57.387 INFO O| Jun 10 22:13:57.387 INFO ok!
86692026-06-10T22:13:58.772Z[ recovery-image] Jun 10 22:13:57.387 INFO O| Jun 10 22:13:57.387 INFO STEP 56 (ensure_file) COMPLETE
86702026-06-10T22:13:58.776Z[ recovery-image] Jun 10 22:13:57.387 INFO O| Jun 10 22:13:57.387 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86712026-06-10T22:13:58.781Z[ recovery-image] Jun 10 22:13:57.397 INFO O| Jun 10 22:13:57.396 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86722026-06-10T22:13:58.781Z[ recovery-image] Jun 10 22:13:57.397 INFO O| Jun 10 22:13:57.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86732026-06-10T22:13:58.784Z[ recovery-image] Jun 10 22:13:57.397 INFO O| Jun 10 22:13:57.397 INFO STEP 57 (ensure_dir) COMPLETE
86742026-06-10T22:13:58.784Z[ recovery-image] Jun 10 22:13:57.397 INFO O| Jun 10 22:13:57.397 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86752026-06-10T22:13:58.788Z[ recovery-image] Jun 10 22:13:57.404 INFO O| Jun 10 22:13:57.404 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86762026-06-10T22:13:58.788Z[ recovery-image] Jun 10 22:13:57.404 INFO O| Jun 10 22:13:57.404 INFO copying /tmp/.tmp3gjDm6/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
86772026-06-10T22:13:58.789Z[ recovery-image] Jun 10 22:13:57.404 INFO O| Jun 10 22:13:57.404 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
86782026-06-10T22:13:58.794Z[ recovery-image] Jun 10 22:13:57.404 INFO O| Jun 10 22:13:57.404 INFO ok!
86792026-06-10T22:13:58.794Z[ recovery-image] Jun 10 22:13:57.404 INFO O| Jun 10 22:13:57.404 INFO STEP 58 (ensure_file) COMPLETE
86802026-06-10T22:13:58.794Z[ recovery-image] Jun 10 22:13:57.404 INFO O| Jun 10 22:13:57.404 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86812026-06-10T22:13:58.797Z[ recovery-image] Jun 10 22:13:57.412 INFO O| Jun 10 22:13:57.412 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86822026-06-10T22:13:58.797Z[ recovery-image] Jun 10 22:13:57.412 INFO O| Jun 10 22:13:57.412 INFO copying /tmp/.tmp3gjDm6/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
86832026-06-10T22:13:58.797Z[ recovery-image] Jun 10 22:13:57.412 INFO O| Jun 10 22:13:57.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
86842026-06-10T22:13:58.797Z[ recovery-image] Jun 10 22:13:57.412 INFO O| Jun 10 22:13:57.412 INFO ok!
86852026-06-10T22:13:58.797Z[ recovery-image] Jun 10 22:13:57.412 INFO O| Jun 10 22:13:57.412 INFO STEP 59 (ensure_file) COMPLETE
86862026-06-10T22:13:58.797Z[ recovery-image] Jun 10 22:13:57.412 INFO O| Jun 10 22:13:57.412 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86872026-06-10T22:13:58.803Z[ recovery-image] Jun 10 22:13:57.419 INFO O| Jun 10 22:13:57.419 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86882026-06-10T22:13:58.803Z[ recovery-image] Jun 10 22:13:57.419 INFO O| Jun 10 22:13:57.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86892026-06-10T22:13:58.807Z[ recovery-image] Jun 10 22:13:57.419 INFO O| Jun 10 22:13:57.419 INFO STEP 60 (ensure_dir) COMPLETE
86902026-06-10T22:13:58.807Z[ recovery-image] Jun 10 22:13:57.419 INFO O| Jun 10 22:13:57.419 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86912026-06-10T22:13:58.811Z[ recovery-image] Jun 10 22:13:57.426 INFO O| Jun 10 22:13:57.426 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86922026-06-10T22:13:58.811Z[ recovery-image] Jun 10 22:13:57.426 INFO O| Jun 10 22:13:57.426 INFO copying /tmp/.tmp3gjDm6/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
86932026-06-10T22:13:58.811Z[ recovery-image] Jun 10 22:13:57.426 INFO O| Jun 10 22:13:57.426 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86942026-06-10T22:13:58.811Z[ recovery-image] Jun 10 22:13:57.426 INFO O| Jun 10 22:13:57.426 INFO ok!
86952026-06-10T22:13:58.811Z[ recovery-image] Jun 10 22:13:57.426 INFO O| Jun 10 22:13:57.426 INFO STEP 61 (ensure_file) COMPLETE
86962026-06-10T22:13:58.811Z[ recovery-image] Jun 10 22:13:57.426 INFO O| Jun 10 22:13:57.426 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86972026-06-10T22:13:58.820Z[ recovery-image] Jun 10 22:13:57.434 INFO O| Jun 10 22:13:57.433 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86982026-06-10T22:13:58.820Z[ recovery-image] Jun 10 22:13:57.434 INFO O| Jun 10 22:13:57.433 INFO copying /tmp/.tmp3gjDm6/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
86992026-06-10T22:13:58.820Z[ recovery-image] Jun 10 22:13:57.434 INFO O| Jun 10 22:13:57.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
87002026-06-10T22:13:58.820Z[ recovery-image] Jun 10 22:13:57.434 INFO O| Jun 10 22:13:57.434 INFO ok!
87012026-06-10T22:13:58.823Z[ recovery-image] Jun 10 22:13:57.434 INFO O| Jun 10 22:13:57.434 INFO STEP 62 (ensure_file) COMPLETE
87022026-06-10T22:13:58.823Z[ recovery-image] Jun 10 22:13:57.434 INFO O| Jun 10 22:13:57.434 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87032026-06-10T22:13:58.826Z[ recovery-image] Jun 10 22:13:57.442 INFO O| Jun 10 22:13:57.441 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87042026-06-10T22:13:58.826Z[ recovery-image] Jun 10 22:13:57.442 INFO O| Jun 10 22:13:57.442 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87052026-06-10T22:13:58.826Z[ recovery-image] Jun 10 22:13:57.442 INFO O| Jun 10 22:13:57.442 INFO STEP 63 (ensure_dir) COMPLETE
87062026-06-10T22:13:58.829Z[ recovery-image] Jun 10 22:13:57.442 INFO O| Jun 10 22:13:57.442 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87072026-06-10T22:13:58.834Z[ recovery-image] Jun 10 22:13:57.450 INFO O| Jun 10 22:13:57.450 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87082026-06-10T22:13:58.834Z[ recovery-image] Jun 10 22:13:57.450 INFO O| Jun 10 22:13:57.450 INFO copying /tmp/.tmp3gjDm6/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
87092026-06-10T22:13:58.837Z[ recovery-image] Jun 10 22:13:57.450 INFO O| Jun 10 22:13:57.450 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87102026-06-10T22:13:58.837Z[ recovery-image] Jun 10 22:13:57.450 INFO O| Jun 10 22:13:57.450 INFO ok!
87112026-06-10T22:13:58.837Z[ recovery-image] Jun 10 22:13:57.450 INFO O| Jun 10 22:13:57.450 INFO STEP 64 (ensure_file) COMPLETE
87122026-06-10T22:13:58.837Z[ recovery-image] Jun 10 22:13:57.450 INFO O| Jun 10 22:13:57.450 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87132026-06-10T22:13:58.844Z[ recovery-image] Jun 10 22:13:57.459 INFO O| Jun 10 22:13:57.459 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87142026-06-10T22:13:58.844Z[ recovery-image] Jun 10 22:13:57.459 INFO O| Jun 10 22:13:57.459 INFO copying /tmp/.tmp3gjDm6/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87152026-06-10T22:13:58.847Z[ recovery-image] Jun 10 22:13:57.459 INFO O| Jun 10 22:13:57.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87162026-06-10T22:13:58.847Z[ recovery-image] Jun 10 22:13:57.459 INFO O| Jun 10 22:13:57.459 INFO ok!
87172026-06-10T22:13:58.847Z[ recovery-image] Jun 10 22:13:57.459 INFO O| Jun 10 22:13:57.459 INFO STEP 65 (ensure_file) COMPLETE
87182026-06-10T22:13:58.847Z[ recovery-image] Jun 10 22:13:57.459 INFO O| Jun 10 22:13:57.459 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87192026-06-10T22:13:58.852Z[ recovery-image] Jun 10 22:13:57.468 INFO O| Jun 10 22:13:57.468 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87202026-06-10T22:13:58.852Z[ recovery-image] Jun 10 22:13:57.468 INFO O| Jun 10 22:13:57.468 INFO STEP 66 (ensure_dir) COMPLETE
87212026-06-10T22:13:58.855Z[ recovery-image] Jun 10 22:13:57.468 INFO O| Jun 10 22:13:57.468 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87222026-06-10T22:13:58.861Z[ recovery-image] Jun 10 22:13:57.476 INFO O| Jun 10 22:13:57.476 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87232026-06-10T22:13:58.861Z[ recovery-image] Jun 10 22:13:57.476 INFO O| Jun 10 22:13:57.476 INFO STEP 67 (ensure_dir) COMPLETE
87242026-06-10T22:13:58.864Z[ recovery-image] Jun 10 22:13:57.476 INFO O| Jun 10 22:13:57.476 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87252026-06-10T22:13:58.870Z[ recovery-image] Jun 10 22:13:57.485 INFO O| Jun 10 22:13:57.485 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87262026-06-10T22:13:58.870Z[ recovery-image] Jun 10 22:13:57.486 INFO O| Jun 10 22:13:57.485 INFO STEP 68 (ensure_dir) COMPLETE
87272026-06-10T22:13:58.873Z[ recovery-image] Jun 10 22:13:57.486 INFO O| Jun 10 22:13:57.485 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87282026-06-10T22:13:58.879Z[ recovery-image] Jun 10 22:13:57.495 INFO O| Jun 10 22:13:57.494 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87292026-06-10T22:13:58.879Z[ recovery-image] Jun 10 22:13:57.495 INFO O| Jun 10 22:13:57.494 INFO STEP 69 (ensure_dir) COMPLETE
87302026-06-10T22:13:58.886Z[ recovery-image] Jun 10 22:13:57.495 INFO O| Jun 10 22:13:57.494 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87312026-06-10T22:13:58.890Z[ recovery-image] Jun 10 22:13:57.503 INFO O| Jun 10 22:13:57.503 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87322026-06-10T22:13:58.890Z[ recovery-image] Jun 10 22:13:57.503 INFO O| Jun 10 22:13:57.503 INFO copying /tmp/.tmp3gjDm6/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87332026-06-10T22:13:58.890Z[ recovery-image] Jun 10 22:13:57.503 INFO O| Jun 10 22:13:57.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87342026-06-10T22:13:58.890Z[ recovery-image] Jun 10 22:13:57.503 INFO O| Jun 10 22:13:57.503 INFO ok!
87352026-06-10T22:13:58.890Z[ recovery-image] Jun 10 22:13:57.503 INFO O| Jun 10 22:13:57.503 INFO STEP 70 (ensure_file) COMPLETE
87362026-06-10T22:13:58.890Z[ recovery-image] Jun 10 22:13:57.503 INFO O| Jun 10 22:13:57.503 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87372026-06-10T22:13:58.896Z[ recovery-image] Jun 10 22:13:57.511 INFO O| Jun 10 22:13:57.511 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87382026-06-10T22:13:58.896Z[ recovery-image] Jun 10 22:13:57.512 INFO O| Jun 10 22:13:57.512 INFO STEP 71 (remove_files) COMPLETE
87392026-06-10T22:13:58.896Z[ recovery-image] Jun 10 22:13:57.512 INFO O| Jun 10 22:13:57.512 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87402026-06-10T22:13:58.904Z[ recovery-image] Jun 10 22:13:57.520 INFO O| Jun 10 22:13:57.520 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87412026-06-10T22:13:58.904Z[ recovery-image] Jun 10 22:13:57.520 INFO O| Jun 10 22:13:57.520 INFO STEP 72 (remove_files) COMPLETE
87422026-06-10T22:13:58.907Z[ recovery-image] Jun 10 22:13:57.520 INFO O| Jun 10 22:13:57.520 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87432026-06-10T22:13:58.914Z[ recovery-image] Jun 10 22:13:57.529 INFO O| Jun 10 22:13:57.529 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87442026-06-10T22:13:58.914Z[ recovery-image] Jun 10 22:13:57.530 INFO O| Jun 10 22:13:57.530 INFO STEP 73 (remove_files) COMPLETE
87452026-06-10T22:13:58.917Z[ recovery-image] Jun 10 22:13:57.530 INFO O| Jun 10 22:13:57.530 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87462026-06-10T22:13:58.922Z[ recovery-image] Jun 10 22:13:57.538 INFO O| Jun 10 22:13:57.538 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87472026-06-10T22:13:58.922Z[ recovery-image] Jun 10 22:13:57.538 INFO O| Jun 10 22:13:57.538 INFO STEP 74 (remove_files) COMPLETE
87482026-06-10T22:13:58.925Z[ recovery-image] Jun 10 22:13:57.538 INFO O| Jun 10 22:13:57.538 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87492026-06-10T22:13:58.930Z[ recovery-image] Jun 10 22:13:57.545 INFO O| Jun 10 22:13:57.545 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87502026-06-10T22:13:58.930Z[ recovery-image] Jun 10 22:13:57.545 INFO O| Jun 10 22:13:57.545 INFO STEP 75 (remove_files) COMPLETE
87512026-06-10T22:13:58.933Z[ recovery-image] Jun 10 22:13:57.545 INFO O| Jun 10 22:13:57.545 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87522026-06-10T22:13:58.937Z[ recovery-image] Jun 10 22:13:57.553 INFO O| Jun 10 22:13:57.553 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87532026-06-10T22:13:58.937Z[ recovery-image] Jun 10 22:13:57.553 INFO O| Jun 10 22:13:57.553 INFO STEP 76 (remove_files) COMPLETE
87542026-06-10T22:13:58.937Z[ recovery-image] Jun 10 22:13:57.553 INFO O| Jun 10 22:13:57.553 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87552026-06-10T22:13:58.947Z[ recovery-image] Jun 10 22:13:57.561 INFO O| Jun 10 22:13:57.561 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87562026-06-10T22:13:58.947Z[ recovery-image] Jun 10 22:13:57.561 INFO O| Jun 10 22:13:57.561 INFO STEP 77 (remove_files) COMPLETE
87572026-06-10T22:13:58.947Z[ recovery-image] Jun 10 22:13:57.561 INFO O| Jun 10 22:13:57.561 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87582026-06-10T22:13:58.954Z[ recovery-image] Jun 10 22:13:57.569 INFO O| Jun 10 22:13:57.569 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87592026-06-10T22:13:58.954Z[ recovery-image] Jun 10 22:13:57.569 INFO O| Jun 10 22:13:57.569 INFO STEP 78 (remove_files) COMPLETE
87602026-06-10T22:13:58.957Z[ recovery-image] Jun 10 22:13:57.569 INFO O| Jun 10 22:13:57.569 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87612026-06-10T22:13:58.962Z[ recovery-image] Jun 10 22:13:57.578 INFO O| Jun 10 22:13:57.578 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87622026-06-10T22:13:58.962Z[ recovery-image] Jun 10 22:13:57.578 INFO O| Jun 10 22:13:57.578 INFO STEP 79 (remove_files) COMPLETE
87632026-06-10T22:13:58.963Z[ recovery-image] Jun 10 22:13:57.578 INFO O| Jun 10 22:13:57.578 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87642026-06-10T22:13:58.971Z[ recovery-image] Jun 10 22:13:57.587 INFO O| Jun 10 22:13:57.587 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87652026-06-10T22:13:58.971Z[ recovery-image] Jun 10 22:13:57.587 INFO O| Jun 10 22:13:57.587 INFO STEP 80 (remove_files) COMPLETE
87662026-06-10T22:13:58.974Z[ recovery-image] Jun 10 22:13:57.587 INFO O| Jun 10 22:13:57.587 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87672026-06-10T22:13:58.980Z[ recovery-image] Jun 10 22:13:57.595 INFO O| Jun 10 22:13:57.595 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87682026-06-10T22:13:58.980Z[ recovery-image] Jun 10 22:13:57.595 INFO O| Jun 10 22:13:57.595 INFO STEP 81 (remove_files) COMPLETE
87692026-06-10T22:13:58.980Z[ recovery-image] Jun 10 22:13:57.595 INFO O| Jun 10 22:13:57.595 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87702026-06-10T22:13:58.987Z[ recovery-image] Jun 10 22:13:57.603 INFO O| Jun 10 22:13:57.602 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87712026-06-10T22:13:58.987Z[ recovery-image] Jun 10 22:13:57.603 INFO O| Jun 10 22:13:57.603 INFO STEP 82 (remove_files) COMPLETE
87722026-06-10T22:13:58.991Z[ recovery-image] Jun 10 22:13:57.603 INFO O| Jun 10 22:13:57.603 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87732026-06-10T22:13:58.998Z[ recovery-image] Jun 10 22:13:57.611 INFO O| Jun 10 22:13:57.611 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87742026-06-10T22:13:58.998Z[ recovery-image] Jun 10 22:13:57.611 INFO O| Jun 10 22:13:57.611 INFO STEP 83 (remove_files) COMPLETE
87752026-06-10T22:13:59.002Z[ recovery-image] Jun 10 22:13:57.611 INFO O| Jun 10 22:13:57.611 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87762026-06-10T22:13:59.006Z[ recovery-image] Jun 10 22:13:57.619 INFO O| Jun 10 22:13:57.619 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87772026-06-10T22:13:59.006Z[ recovery-image] Jun 10 22:13:57.619 INFO O| Jun 10 22:13:57.619 INFO STEP 84 (remove_files) COMPLETE
87782026-06-10T22:13:59.006Z[ recovery-image] Jun 10 22:13:57.619 INFO O| Jun 10 22:13:57.619 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87792026-06-10T22:13:59.012Z[ recovery-image] Jun 10 22:13:57.628 INFO O| Jun 10 22:13:57.628 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87802026-06-10T22:13:59.012Z[ recovery-image] Jun 10 22:13:57.628 INFO O| Jun 10 22:13:57.628 INFO STEP 85 (remove_files) COMPLETE
87812026-06-10T22:13:59.012Z[ recovery-image] Jun 10 22:13:57.628 INFO O| Jun 10 22:13:57.628 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87822026-06-10T22:13:59.020Z[ recovery-image] Jun 10 22:13:57.636 INFO O| Jun 10 22:13:57.636 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87832026-06-10T22:13:59.020Z[ recovery-image] Jun 10 22:13:57.636 INFO O| Jun 10 22:13:57.636 INFO STEP 86 (remove_files) COMPLETE
87842026-06-10T22:13:59.023Z[ recovery-image] Jun 10 22:13:57.636 INFO O| Jun 10 22:13:57.636 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87852026-06-10T22:13:59.042Z[ recovery-image] Jun 10 22:13:57.657 INFO O| Jun 10 22:13:57.644 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87862026-06-10T22:13:59.042Z[ recovery-image] Jun 10 22:13:57.658 INFO O| Jun 10 22:13:57.644 INFO STEP 87 (remove_files) COMPLETE
87872026-06-10T22:13:59.042Z[ recovery-image] Jun 10 22:13:57.658 INFO O| Jun 10 22:13:57.644 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87882026-06-10T22:13:59.046Z[ recovery-image] Jun 10 22:13:57.658 INFO O| Jun 10 22:13:57.652 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87892026-06-10T22:13:59.046Z[ recovery-image] Jun 10 22:13:57.658 INFO O| Jun 10 22:13:57.652 INFO STEP 88 (remove_files) COMPLETE
87902026-06-10T22:13:59.046Z[ recovery-image] Jun 10 22:13:57.658 INFO O| Jun 10 22:13:57.652 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87912026-06-10T22:13:59.052Z[ recovery-image] Jun 10 22:13:57.668 INFO O| Jun 10 22:13:57.660 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87922026-06-10T22:13:59.052Z[ recovery-image] Jun 10 22:13:57.668 INFO O| Jun 10 22:13:57.660 INFO STEP 89 (remove_files) COMPLETE
87932026-06-10T22:13:59.052Z[ recovery-image] Jun 10 22:13:57.668 INFO O| Jun 10 22:13:57.660 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87942026-06-10T22:13:59.055Z[ recovery-image] Jun 10 22:13:57.668 INFO O| Jun 10 22:13:57.667 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87952026-06-10T22:13:59.055Z[ recovery-image] Jun 10 22:13:57.668 INFO O| Jun 10 22:13:57.667 INFO STEP 90 (remove_files) COMPLETE
87962026-06-10T22:13:59.055Z[ recovery-image] Jun 10 22:13:57.668 INFO O| Jun 10 22:13:57.667 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87972026-06-10T22:13:59.059Z[ recovery-image] Jun 10 22:13:57.675 INFO O| Jun 10 22:13:57.675 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87982026-06-10T22:13:59.059Z[ recovery-image] Jun 10 22:13:57.675 INFO O| Jun 10 22:13:57.675 INFO STEP 91 (remove_files) COMPLETE
87992026-06-10T22:13:59.063Z[ recovery-image] Jun 10 22:13:57.675 INFO O| Jun 10 22:13:57.675 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88002026-06-10T22:13:59.067Z[ recovery-image] Jun 10 22:13:57.682 INFO O| Jun 10 22:13:57.682 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
88012026-06-10T22:13:59.067Z[ recovery-image] Jun 10 22:13:57.682 INFO O| Jun 10 22:13:57.682 INFO STEP 92 (remove_files) COMPLETE
88022026-06-10T22:13:59.067Z[ recovery-image] Jun 10 22:13:57.682 INFO O| Jun 10 22:13:57.682 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88032026-06-10T22:13:59.074Z[ recovery-image] Jun 10 22:13:57.690 INFO O| Jun 10 22:13:57.690 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
88042026-06-10T22:13:59.074Z[ recovery-image] Jun 10 22:13:57.690 INFO O| Jun 10 22:13:57.690 INFO STEP 93 (remove_files) COMPLETE
88052026-06-10T22:13:59.074Z[ recovery-image] Jun 10 22:13:57.690 INFO O| Jun 10 22:13:57.690 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88062026-06-10T22:13:59.081Z[ recovery-image] Jun 10 22:13:57.697 INFO O| Jun 10 22:13:57.697 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
88072026-06-10T22:13:59.082Z[ recovery-image] Jun 10 22:13:57.697 INFO O| Jun 10 22:13:57.697 INFO STEP 94 (remove_files) COMPLETE
88082026-06-10T22:13:59.082Z[ recovery-image] Jun 10 22:13:57.697 INFO O| Jun 10 22:13:57.697 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88092026-06-10T22:13:59.089Z[ recovery-image] Jun 10 22:13:57.704 INFO O| Jun 10 22:13:57.704 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
88102026-06-10T22:13:59.089Z[ recovery-image] Jun 10 22:13:57.705 INFO O| Jun 10 22:13:57.704 INFO STEP 95 (remove_files) COMPLETE
88112026-06-10T22:13:59.089Z[ recovery-image] Jun 10 22:13:57.705 INFO O| Jun 10 22:13:57.704 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88122026-06-10T22:13:59.096Z[ recovery-image] Jun 10 22:13:57.712 INFO O| Jun 10 22:13:57.712 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88132026-06-10T22:13:59.096Z[ recovery-image] Jun 10 22:13:57.712 INFO O| Jun 10 22:13:57.712 INFO STEP 96 (remove_files) COMPLETE
88142026-06-10T22:13:59.099Z[ recovery-image] Jun 10 22:13:57.712 INFO O| Jun 10 22:13:57.712 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88152026-06-10T22:13:59.103Z[ recovery-image] Jun 10 22:13:57.719 INFO O| Jun 10 22:13:57.719 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88162026-06-10T22:13:59.103Z[ recovery-image] Jun 10 22:13:57.719 INFO O| Jun 10 22:13:57.719 INFO STEP 97 (remove_files) COMPLETE
88172026-06-10T22:13:59.106Z[ recovery-image] Jun 10 22:13:57.719 INFO O| Jun 10 22:13:57.719 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88182026-06-10T22:13:59.110Z[ recovery-image] Jun 10 22:13:57.726 INFO O| Jun 10 22:13:57.726 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88192026-06-10T22:13:59.110Z[ recovery-image] Jun 10 22:13:57.726 INFO O| Jun 10 22:13:57.726 INFO STEP 98 (remove_files) COMPLETE
88202026-06-10T22:13:59.110Z[ recovery-image] Jun 10 22:13:57.726 INFO O| Jun 10 22:13:57.726 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88212026-06-10T22:13:59.119Z[ recovery-image] Jun 10 22:13:57.734 INFO O| Jun 10 22:13:57.734 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88222026-06-10T22:13:59.119Z[ recovery-image] Jun 10 22:13:57.734 INFO O| Jun 10 22:13:57.734 INFO STEP 99 (remove_files) COMPLETE
88232026-06-10T22:13:59.122Z[ recovery-image] Jun 10 22:13:57.734 INFO O| Jun 10 22:13:57.734 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88242026-06-10T22:13:59.130Z[ recovery-image] Jun 10 22:13:57.746 INFO O| Jun 10 22:13:57.745 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88252026-06-10T22:13:59.130Z[ recovery-image] Jun 10 22:13:57.746 INFO O| Jun 10 22:13:57.746 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88262026-06-10T22:14:04.256Z[ recovery-image] Jun 10 22:14:02.872 INFO O| Jun 10 22:14:02.872 INFO O| Loading smf(7) service descriptions: 1/682/683/684/685/686/687/688/689/6810/6811/6812/6813/6814/6815/6816/6817/6818/6819/6820/6821/6822/6823/6824/6825/6826/6827/6828/6829/6830/6831/6832/6833/6834/6835/6836/6837/6838/6839/6840/6841/6842/6843/6844/6845/6846/6847/6848/6849/6850/6851/6852/6853/6854/6855/6856/6857/6858/6859/6860/6861/6862/6863/6864/6865/6866/6867/6868/68
88272026-06-10T22:14:04.256Z[ recovery-image] Jun 10 22:14:02.872 INFO O| Jun 10 22:14:02.872 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88282026-06-10T22:14:04.266Z[ recovery-image] Jun 10 22:14:02.882 INFO O| Jun 10 22:14:02.882 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88292026-06-10T22:14:04.352Z[ recovery-image] Jun 10 22:14:02.967 INFO O| Jun 10 22:14:02.967 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
88302026-06-10T22:14:04.401Z[ recovery-image] Jun 10 22:14:03.016 INFO O| Jun 10 22:14:03.016 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88312026-06-10T22:14:04.458Z[ recovery-image] Jun 10 22:14:03.071 INFO O| Jun 10 22:14:03.071 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88322026-06-10T22:14:04.458Z[ recovery-image] Jun 10 22:14:03.072 INFO O| Jun 10 22:14:03.071 INFO copying /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db ...
88332026-06-10T22:14:04.461Z[ recovery-image] Jun 10 22:14:03.073 INFO O| Jun 10 22:14:03.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88342026-06-10T22:14:04.461Z[ recovery-image] Jun 10 22:14:03.073 INFO O| Jun 10 22:14:03.073 INFO ok!
88352026-06-10T22:14:04.461Z[ recovery-image] Jun 10 22:14:03.073 INFO O| Jun 10 22:14:03.073 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88362026-06-10T22:14:04.461Z[ recovery-image] Jun 10 22:14:03.073 INFO O| Jun 10 22:14:03.073 INFO STEP 100 (seed_smf) COMPLETE
88372026-06-10T22:14:04.461Z[ recovery-image] Jun 10 22:14:03.073 INFO O| Jun 10 22:14:03.073 INFO steps complete; finalising image!
88382026-06-10T22:14:04.461Z[ recovery-image] Jun 10 22:14:03.073 INFO O| Jun 10 22:14:03.073 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88392026-06-10T22:14:04.486Z[ recovery-image] Jun 10 22:14:03.102 INFO O| Jun 10 22:14:03.102 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Wed Jun 10 22:14:03 2026)
88402026-06-10T22:14:04.692Z[ recovery-image] Jun 10 22:14:03.306 INFO O| Jun 10 22:14:03.306 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jun 10 22:14:03 2026)
88412026-06-10T22:14:04.903Z[ recovery-image] Jun 10 22:14:03.518 INFO O| Jun 10 22:14:03.518 INFO temporary pool has 494M used, 1.27G avail, 1.00x compressratio
88422026-06-10T22:14:04.903Z[ recovery-image] Jun 10 22:14:03.518 INFO O| Jun 10 22:14:03.518 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88432026-06-10T22:14:05.108Z[ recovery-image] Jun 10 22:14:03.723 INFO O| Jun 10 22:14:03.723 INFO copying image /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88442026-06-10T22:14:05.108Z[ recovery-image] Jun 10 22:14:03.723 INFO O| Jun 10 22:14:03.723 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88452026-06-10T22:14:08.159Z[ recovery-image] Jun 10 22:14:05.767 INFO O| Jun 10 22:14:05.767 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88462026-06-10T22:14:08.159Z[ recovery-image] Jun 10 22:14:05.767 INFO O| Jun 10 22:14:05.767 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88472026-06-10T22:14:08.159Z[ recovery-image] Jun 10 22:14:05.767 INFO O| Jun 10 22:14:05.767 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88482026-06-10T22:14:08.167Z[ recovery-image] Jun 10 22:14:05.767 INFO O| Jun 10 22:14:05.767 INFO completed processing sled/zfs-recovery
88492026-06-10T22:14:08.167Z[ recovery-image] Jun 10 22:14:05.767 INFO O| Jun 10 22:14:05.767 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88502026-06-10T22:14:10.200Z[ recovery-image] Jun 10 22:14:08.816 INFO O| Jun 10 22:14:08.816 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88512026-06-10T22:14:10.285Z[ recovery-image] Jun 10 22:14:08.899 INFO BUILD STRING "heads/stlouis-0-gd847a32fb8\n"
88522026-06-10T22:14:10.285Z[ recovery-image] Jun 10 22:14:08.899 INFO expanded image name: "recovery f4ceffa/${os_short_commit} 2026-06-10 21:59" -> "recovery f4ceffa/d847a32 2026-06-10 21:59"
88532026-06-10T22:14:10.289Z[ recovery-image] Jun 10 22:14:08.899 INFO output artefacts stored in: "/work/os-recovery"
88542026-06-10T22:14:10.289Z[ recovery-image] Jun 10 22:14:08.899 INFO collecting git info from project "image-builder"...
88552026-06-10T22:14:10.292Z[ recovery-image] Jun 10 22:14:08.906 INFO collecting git info from project "amd-host-image-builder"...
88562026-06-10T22:14:10.326Z[ recovery-image] Jun 10 22:14:08.942 INFO collecting git info from project "amd-firmware"...
88572026-06-10T22:14:10.616Z[ recovery-image] Jun 10 22:14:09.231 INFO collecting git info from project "bootserver"...
88582026-06-10T22:14:10.621Z[ recovery-image] Jun 10 22:14:09.237 INFO collecting git info from project "chelsio-t6-roms"...
88592026-06-10T22:14:10.636Z[ recovery-image] Jun 10 22:14:09.252 INFO collecting git info from project "phbl"...
88602026-06-10T22:14:10.641Z[ recovery-image] Jun 10 22:14:09.257 INFO collecting git info from project "pinprick"...
88612026-06-10T22:14:10.646Z[ recovery-image] Jun 10 22:14:09.262 INFO collecting git info from project "pilot"...
88622026-06-10T22:14:10.653Z[ recovery-image] Jun 10 22:14:09.268 INFO collecting git info from project "dmar-report"...
88632026-06-10T22:14:10.660Z[ recovery-image] Jun 10 22:14:09.276 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88642026-06-10T22:14:10.949Z[ recovery-image] Jun 10 22:14:09.565 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88652026-06-10T22:14:11.231Z[ recovery-image] Jun 10 22:14:09.847 INFO creating Oxide boot image...
88662026-06-10T22:14:11.232Z[ recovery-image] Jun 10 22:14:09.847 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery f4ceffa/d847a32 2026-06-10 21:59", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88672026-06-10T22:14:32.259Z[ host-image] Jun 10 22:14:30.874 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24018:20260604T151319Z
88682026-06-10T22:14:32.259Z[ host-image] Jun 10 22:14:30.874 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24018:20260604T151319Z
88692026-06-10T22:14:32.268Z[ host-image] Jun 10 22:14:30.874 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
88702026-06-10T22:14:32.268Z[ host-image] Jun 10 22:14:30.874 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
88712026-06-10T22:14:32.268Z[ host-image] Jun 10 22:14:30.874 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
88722026-06-10T22:14:32.268Z[ host-image] Jun 10 22:14:30.874 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
88732026-06-10T22:14:32.268Z[ host-image] Jun 10 22:14:30.874 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
88742026-06-10T22:14:32.268Z[ host-image] Jun 10 22:14:30.874 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
88752026-06-10T22:14:32.268Z[ host-image] Jun 10 22:14:30.875 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260610T215931Z
88762026-06-10T22:14:32.268Z[ host-image] Jun 10 22:14:30.875 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
88772026-06-10T22:14:32.268Z[ host-image] Jun 10 22:14:30.875 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
88782026-06-10T22:14:32.268Z[ host-image] Jun 10 22:14:30.875 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24018:20260604T151319Z
88792026-06-10T22:14:32.268Z[ host-image] Jun 10 22:14:30.875 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24018:20260604T151320Z
88802026-06-10T22:14:32.268Z[ host-image] Jun 10 22:14:30.876 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24018:20260604T151320Z
88812026-06-10T22:14:32.269Z[ host-image] Jun 10 22:14:30.876 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24018:20260604T151320Z
88822026-06-10T22:14:32.269Z[ host-image] Jun 10 22:14:30.876 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
88832026-06-10T22:14:32.269Z[ host-image] Jun 10 22:14:30.876 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24018:20260604T151320Z
88842026-06-10T22:14:32.269Z[ host-image] Jun 10 22:14:30.876 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24018:20260604T151320Z
88852026-06-10T22:14:32.269Z[ host-image] Jun 10 22:14:30.876 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24018:20260604T151320Z
88862026-06-10T22:14:32.269Z[ host-image] Jun 10 22:14:30.876 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24018:20260604T151320Z
88872026-06-10T22:14:32.269Z[ host-image] Jun 10 22:14:30.876 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24018:20260604T151321Z
88882026-06-10T22:14:32.269Z[ host-image] Jun 10 22:14:30.876 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24018:20260604T151321Z
88892026-06-10T22:14:32.269Z[ host-image] Jun 10 22:14:30.876 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24018:20260604T151321Z
88902026-06-10T22:14:32.269Z[ host-image] Jun 10 22:14:30.876 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24018:20260604T151321Z
88912026-06-10T22:14:32.269Z[ host-image] Jun 10 22:14:30.876 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24018:20260604T151322Z
88922026-06-10T22:14:32.269Z[ host-image] Jun 10 22:14:30.877 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24018:20260604T151322Z
88932026-06-10T22:14:32.270Z[ host-image] Jun 10 22:14:30.877 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24018:20260604T151322Z
88942026-06-10T22:14:32.270Z[ host-image] Jun 10 22:14:30.877 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24018:20260604T151323Z
88952026-06-10T22:14:32.270Z[ host-image] Jun 10 22:14:30.877 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24018:20260604T151323Z
88962026-06-10T22:14:32.270Z[ host-image] Jun 10 22:14:30.877 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24018:20260604T151324Z
88972026-06-10T22:14:32.270Z[ host-image] Jun 10 22:14:30.877 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24018:20260604T151324Z
88982026-06-10T22:14:32.270Z[ host-image] Jun 10 22:14:30.877 INFO O| install = pkg://helios/driver/network/opte@0.41.483-3.0:20260604T161159Z
88992026-06-10T22:14:32.270Z[ host-image] Jun 10 22:14:30.877 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24018:20260604T151325Z
89002026-06-10T22:14:32.270Z[ host-image] Jun 10 22:14:30.877 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24018:20260604T151327Z
89012026-06-10T22:14:32.271Z[ host-image] Jun 10 22:14:30.877 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24018:20260604T151327Z
89022026-06-10T22:14:32.271Z[ host-image] Jun 10 22:14:30.877 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24018:20260604T151328Z
89032026-06-10T22:14:32.271Z[ host-image] Jun 10 22:14:30.877 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24018:20260604T151329Z
89042026-06-10T22:14:32.271Z[ host-image] Jun 10 22:14:30.877 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24018:20260604T151329Z
89052026-06-10T22:14:32.277Z[ host-image] Jun 10 22:14:30.880 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
89062026-06-10T22:14:32.277Z[ host-image] Jun 10 22:14:30.880 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24018:20260604T151329Z
89072026-06-10T22:14:32.277Z[ host-image] Jun 10 22:14:30.880 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
89082026-06-10T22:14:32.277Z[ host-image] Jun 10 22:14:30.880 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
89092026-06-10T22:14:32.277Z[ host-image] Jun 10 22:14:30.881 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
89102026-06-10T22:14:32.277Z[ host-image] Jun 10 22:14:30.881 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
89112026-06-10T22:14:32.277Z[ host-image] Jun 10 22:14:30.881 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24018:20260604T151329Z
89122026-06-10T22:14:32.277Z[ host-image] Jun 10 22:14:30.881 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
89132026-06-10T22:14:32.277Z[ host-image] Jun 10 22:14:30.881 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
89142026-06-10T22:14:32.278Z[ host-image] Jun 10 22:14:30.881 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
89152026-06-10T22:14:32.278Z[ host-image] Jun 10 22:14:30.881 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
89162026-06-10T22:14:32.278Z[ host-image] Jun 10 22:14:30.884 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
89172026-06-10T22:14:32.278Z[ host-image] Jun 10 22:14:30.884 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
89182026-06-10T22:14:32.278Z[ host-image] Jun 10 22:14:30.885 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
89192026-06-10T22:14:32.278Z[ host-image] Jun 10 22:14:30.885 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
89202026-06-10T22:14:32.278Z[ host-image] Jun 10 22:14:30.885 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
89212026-06-10T22:14:32.278Z[ host-image] Jun 10 22:14:30.885 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
89222026-06-10T22:14:32.282Z[ host-image] Jun 10 22:14:30.897 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
89232026-06-10T22:14:32.282Z[ host-image] Jun 10 22:14:30.897 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
89242026-06-10T22:14:32.282Z[ host-image] Jun 10 22:14:30.897 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
89252026-06-10T22:14:32.282Z[ host-image] Jun 10 22:14:30.897 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24018:20260604T151330Z
89262026-06-10T22:14:32.282Z[ host-image] Jun 10 22:14:30.897 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24018:20260604T151334Z
89272026-06-10T22:14:32.282Z[ host-image] Jun 10 22:14:30.897 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
89282026-06-10T22:14:32.282Z[ host-image] Jun 10 22:14:30.897 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24018:20260604T151335Z
89292026-06-10T22:14:32.282Z[ host-image] Jun 10 22:14:30.897 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
89302026-06-10T22:14:32.282Z[ host-image] Jun 10 22:14:30.897 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
89312026-06-10T22:14:32.288Z[ host-image] Jun 10 22:14:30.897 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
89322026-06-10T22:14:32.288Z[ host-image] Jun 10 22:14:30.897 INFO O| install = pkg://helios/network/rsync@3.4.3-3.0:20260520T161127Z
89332026-06-10T22:14:32.288Z[ host-image] Jun 10 22:14:30.897 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24018:20260604T151335Z
89342026-06-10T22:14:32.288Z[ host-image] Jun 10 22:14:30.897 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
89352026-06-10T22:14:32.289Z[ host-image] Jun 10 22:14:30.898 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
89362026-06-10T22:14:32.289Z[ host-image] Jun 10 22:14:30.898 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
89372026-06-10T22:14:32.289Z[ host-image] Jun 10 22:14:30.898 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
89382026-06-10T22:14:32.289Z[ host-image] Jun 10 22:14:30.898 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24018:20260604T151335Z
89392026-06-10T22:14:32.289Z[ host-image] Jun 10 22:14:30.899 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
89402026-06-10T22:14:32.294Z[ host-image] Jun 10 22:14:30.902 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
89412026-06-10T22:14:32.294Z[ host-image] Jun 10 22:14:30.903 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24018:20260604T151335Z
89422026-06-10T22:14:32.294Z[ host-image] Jun 10 22:14:30.903 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24018:20260604T151336Z
89432026-06-10T22:14:32.294Z[ host-image] Jun 10 22:14:30.903 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24018:20260604T151336Z
89442026-06-10T22:14:32.294Z[ host-image] Jun 10 22:14:30.903 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
89452026-06-10T22:14:32.294Z[ host-image] Jun 10 22:14:30.903 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24018:20260604T151337Z
89462026-06-10T22:14:32.294Z[ host-image] Jun 10 22:14:30.903 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24018:20260604T151337Z
89472026-06-10T22:14:32.294Z[ host-image] Jun 10 22:14:30.904 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24018:20260604T151337Z
89482026-06-10T22:14:32.294Z[ host-image] Jun 10 22:14:30.904 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24018:20260604T151337Z
89492026-06-10T22:14:32.295Z[ host-image] Jun 10 22:14:30.905 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
89502026-06-10T22:14:32.295Z[ host-image] Jun 10 22:14:30.905 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24018:20260604T151337Z
89512026-06-10T22:14:32.295Z[ host-image] Jun 10 22:14:30.905 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24018:20260604T151338Z
89522026-06-10T22:14:32.295Z[ host-image] Jun 10 22:14:30.905 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
89532026-06-10T22:14:32.295Z[ host-image] Jun 10 22:14:30.905 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24018:20260604T151338Z
89542026-06-10T22:14:32.295Z[ host-image] Jun 10 22:14:30.905 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24018:20260604T151338Z
89552026-06-10T22:14:32.295Z[ host-image] Jun 10 22:14:30.905 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24018:20260604T151338Z
89562026-06-10T22:14:32.295Z[ host-image] Jun 10 22:14:30.905 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24018:20260604T151339Z
89572026-06-10T22:14:32.295Z[ host-image] Jun 10 22:14:30.907 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24018:20260604T151339Z
89582026-06-10T22:14:32.295Z[ host-image] Jun 10 22:14:30.907 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
89592026-06-10T22:14:32.295Z[ host-image] Jun 10 22:14:30.908 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24018:20260604T151339Z
89602026-06-10T22:14:32.299Z[ host-image] Jun 10 22:14:30.908 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24018:20260604T151339Z
89612026-06-10T22:14:32.299Z[ host-image] Jun 10 22:14:30.908 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24018:20260604T151339Z
89622026-06-10T22:14:32.299Z[ host-image] Jun 10 22:14:30.908 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24018:20260604T151339Z
89632026-06-10T22:14:32.299Z[ host-image] Jun 10 22:14:30.908 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24018:20260604T151339Z
89642026-06-10T22:14:32.299Z[ host-image] Jun 10 22:14:30.908 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24018:20260604T151339Z
89652026-06-10T22:14:32.299Z[ host-image] Jun 10 22:14:30.909 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24018:20260604T151340Z
89662026-06-10T22:14:32.299Z[ host-image] Jun 10 22:14:30.911 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24018:20260604T151340Z
89672026-06-10T22:14:32.300Z[ host-image] Jun 10 22:14:30.911 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24018:20260604T151340Z
89682026-06-10T22:14:32.300Z[ host-image] Jun 10 22:14:30.911 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24018:20260604T151340Z
89692026-06-10T22:14:32.300Z[ host-image] Jun 10 22:14:30.912 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24018:20260604T151340Z
89702026-06-10T22:14:32.300Z[ host-image] Jun 10 22:14:30.912 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24018:20260604T151340Z
89712026-06-10T22:14:32.303Z[ host-image] Jun 10 22:14:30.918 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24018:20260604T151342Z
89722026-06-10T22:14:32.303Z[ host-image] Jun 10 22:14:30.918 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24018:20260604T151341Z
89732026-06-10T22:14:32.303Z[ host-image] Jun 10 22:14:30.918 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24018:20260604T151341Z
89742026-06-10T22:14:32.304Z[ host-image] Jun 10 22:14:30.918 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
89752026-06-10T22:14:32.304Z[ host-image] Jun 10 22:14:30.918 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
89762026-06-10T22:14:32.311Z[ host-image] Jun 10 22:14:30.926 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24018:20260604T151341Z
89772026-06-10T22:14:32.315Z[ host-image] Jun 10 22:14:30.926 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
89782026-06-10T22:14:32.315Z[ host-image] Jun 10 22:14:30.926 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24018:20260604T151341Z
89792026-06-10T22:14:32.315Z[ host-image] Jun 10 22:14:30.926 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24018:20260604T151341Z
89802026-06-10T22:14:32.316Z[ host-image] Jun 10 22:14:30.926 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24018:20260604T151341Z
89812026-06-10T22:14:32.316Z[ host-image] Jun 10 22:14:30.927 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
89822026-06-10T22:14:32.316Z[ host-image] Jun 10 22:14:30.927 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
89832026-06-10T22:14:32.316Z[ host-image] Jun 10 22:14:30.927 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24018:20260604T151342Z
89842026-06-10T22:14:32.316Z[ host-image] Jun 10 22:14:30.927 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24018:20260604T151342Z
89852026-06-10T22:14:32.316Z[ host-image] Jun 10 22:14:30.927 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24018:20260604T151342Z
89862026-06-10T22:14:32.316Z[ host-image] Jun 10 22:14:30.927 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24018:20260604T151342Z
89872026-06-10T22:14:32.316Z[ host-image] Jun 10 22:14:30.927 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24018:20260604T151342Z
89882026-06-10T22:14:32.316Z[ host-image] Jun 10 22:14:30.927 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24018:20260604T151342Z
89892026-06-10T22:14:32.316Z[ host-image] Jun 10 22:14:30.928 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
89902026-06-10T22:14:32.317Z[ host-image] Jun 10 22:14:30.928 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24018:20260604T151343Z
89912026-06-10T22:14:32.317Z[ host-image] Jun 10 22:14:30.928 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24018:20260604T151343Z
89922026-06-10T22:14:32.317Z[ host-image] Jun 10 22:14:30.928 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24018:20260604T151343Z
89932026-06-10T22:14:32.317Z[ host-image] Jun 10 22:14:30.928 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24018:20260604T151344Z
89942026-06-10T22:14:32.317Z[ host-image] Jun 10 22:14:30.929 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24018:20260604T151343Z
89952026-06-10T22:14:32.317Z[ host-image] Jun 10 22:14:30.929 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24018:20260604T151344Z
89962026-06-10T22:14:32.318Z[ host-image] Jun 10 22:14:30.929 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
89972026-06-10T22:14:32.318Z[ host-image] Jun 10 22:14:30.929 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
89982026-06-10T22:14:32.318Z[ host-image] Jun 10 22:14:30.929 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24018:20260604T151345Z
89992026-06-10T22:14:32.318Z[ host-image] Jun 10 22:14:30.929 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24018:20260604T151346Z
90002026-06-10T22:14:32.318Z[ host-image] Jun 10 22:14:30.929 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
90012026-06-10T22:14:32.318Z[ host-image] Jun 10 22:14:30.929 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
90022026-06-10T22:14:32.318Z[ host-image] Jun 10 22:14:30.929 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
90032026-06-10T22:14:32.319Z[ host-image] Jun 10 22:14:30.929 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
90042026-06-10T22:14:32.319Z[ host-image] Jun 10 22:14:30.929 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
90052026-06-10T22:14:32.319Z[ host-image] Jun 10 22:14:30.929 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
90062026-06-10T22:14:32.319Z[ host-image] Jun 10 22:14:30.930 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
90072026-06-10T22:14:32.319Z[ host-image] Jun 10 22:14:30.930 INFO O| tempdir @ "/tmp/.tmpXnB6iO/tmp"
90082026-06-10T22:14:32.319Z[ host-image] Jun 10 22:14:30.930 INFO O| image root @ "/tmp/.tmpXnB6iO/tmp/root"
90092026-06-10T22:14:32.319Z[ host-image] Jun 10 22:14:30.930 INFO O| creating image...
90102026-06-10T22:14:32.634Z[ host-image] Jun 10 22:14:31.249 INFO O| copying publishers...
90112026-06-10T22:14:33.339Z[ host-image] Jun 10 22:14:31.950 INFO O| adding properties...
90122026-06-10T22:14:34.098Z[ host-image] Jun 10 22:14:32.713 INFO O| installing packages...
90132026-06-10T22:14:44.591Z[ host-image] Jun 10 22:14:43.206 INFO O| seeding SMF database...
90142026-06-10T22:14:48.780Z[ host-image] Jun 10 22:14:47.395 INFO O| configuring SMF profile...
90152026-06-10T22:14:48.780Z[ host-image] Jun 10 22:14:47.395 INFO O| modifying shadow(5)...
90162026-06-10T22:14:48.780Z[ host-image] Jun 10 22:14:47.395 INFO O| loading user and group database...
90172026-06-10T22:14:48.784Z[ host-image] Jun 10 22:14:47.395 INFO O| loading facet selections...
90182026-06-10T22:14:49.064Z[ host-image] Jun 10 22:14:47.677 INFO O| devel -> true
90192026-06-10T22:14:49.064Z[ host-image] Jun 10 22:14:47.677 INFO O| doc.man -> true
90202026-06-10T22:14:49.069Z[ host-image] Jun 10 22:14:47.677 INFO O| version-lock.shell/ksh93 -> true
90212026-06-10T22:14:49.069Z[ host-image] Jun 10 22:14:47.677 INFO O| version-lock.system/data/hardware-registry -> true
90222026-06-10T22:14:49.069Z[ host-image] Jun 10 22:14:47.677 INFO O| version-lock.system/data/zoneinfo -> true
90232026-06-10T22:14:49.069Z[ host-image] Jun 10 22:14:47.677 INFO O| version-lock.system/microcode/amd -> true
90242026-06-10T22:14:49.069Z[ host-image] Jun 10 22:14:47.677 INFO O| version-lock.system/microcode/intel -> true
90252026-06-10T22:14:49.069Z[ host-image] Jun 10 22:14:47.677 INFO O| version-lock.system/microcode/oxide -> true
90262026-06-10T22:14:49.070Z[ host-image] Jun 10 22:14:47.677 INFO O| assessing packaged files...
90272026-06-10T22:14:50.432Z[ host-image] Jun 10 22:14:49.047 INFO O| creating archive...
90282026-06-10T22:14:50.459Z[ host-image] Jun 10 22:14:49.068 INFO O| missing from packaging:
90292026-06-10T22:14:50.459Z[ host-image] Jun 10 22:14:49.068 INFO O| "etc/.pwd.lock"
90302026-06-10T22:14:50.463Z[ host-image] Jun 10 22:14:49.068 INFO O| "etc/bash"
90312026-06-10T22:14:50.463Z[ host-image] Jun 10 22:14:49.071 INFO O| "etc/svc/profile/generic.xml"
90322026-06-10T22:14:50.463Z[ host-image] Jun 10 22:14:49.071 INFO O| "etc/svc/profile/inetd_services.xml"
90332026-06-10T22:14:50.463Z[ host-image] Jun 10 22:14:49.071 INFO O| "etc/svc/profile/name_service.xml"
90342026-06-10T22:14:50.463Z[ host-image] Jun 10 22:14:49.071 INFO O| "etc/svc/profile/platform.xml"
90352026-06-10T22:14:50.463Z[ host-image] Jun 10 22:14:49.071 INFO O| "etc/svc/profile/platform_omicron1.xml"
90362026-06-10T22:14:50.463Z[ host-image] Jun 10 22:14:49.071 INFO O| "etc/svc/repository.db"
90372026-06-10T22:14:50.463Z[ host-image] Jun 10 22:14:49.077 INFO O| "opt/ooce/share"
90382026-06-10T22:14:50.463Z[ host-image] Jun 10 22:14:49.077 INFO O| "opt/ooce/share/man"
90392026-06-10T22:14:50.463Z[ host-image] Jun 10 22:14:49.077 INFO O| "opt/ooce/share/man/man1"
90402026-06-10T22:14:50.468Z[ host-image] Jun 10 22:14:49.084 INFO O| finishing archive...
90412026-06-10T22:14:50.808Z[ recovery-image] Jun 10 22:14:49.423 INFO O| ok, image written!
90422026-06-10T22:14:50.808Z[ recovery-image] Jun 10 22:14:49.423 INFO O| ok, boot_image_csum file written!
90432026-06-10T22:14:50.811Z[ recovery-image] Jun 10 22:14:49.426 INFO creating boot archive (CPIO)...
90442026-06-10T22:14:50.812Z[ recovery-image] Jun 10 22:14:49.426 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/sled/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
90452026-06-10T22:14:50.815Z[ recovery-image] Jun 10 22:14:49.430 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90462026-06-10T22:14:50.815Z[ recovery-image] Jun 10 22:14:49.430 INFO E| + outfile=/work/os-recovery/cpio
90472026-06-10T22:14:50.815Z[ recovery-image] Jun 10 22:14:49.430 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90482026-06-10T22:14:50.819Z[ recovery-image] Jun 10 22:14:49.432 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90492026-06-10T22:14:50.819Z[ recovery-image] Jun 10 22:14:49.432 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90502026-06-10T22:14:50.827Z[ recovery-image] Jun 10 22:14:49.443 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90512026-06-10T22:14:50.828Z[ recovery-image] Jun 10 22:14:49.443 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90522026-06-10T22:14:50.832Z[ recovery-image] Jun 10 22:14:49.448 INFO creating compressed cpio/unix for dev loaders...
90532026-06-10T22:14:50.833Z[ recovery-image] Jun 10 22:14:49.448 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/amd64/unix' >'/work/os-recovery/unix.z'"], pwd: None
90542026-06-10T22:14:51.047Z[ recovery-image] Jun 10 22:14:49.663 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
90552026-06-10T22:14:52.779Z[ host-image] Jun 10 22:14:51.394 INFO O| creating gzonly manifest...
90562026-06-10T22:14:52.785Z[ host-image] Jun 10 22:14:51.401 INFO O| ok
90572026-06-10T22:14:52.972Z[ host-image] Jun 10 22:14:51.485 INFO image builder template: ramdisk-02-trim...
90582026-06-10T22:14:52.972Z[ host-image] Jun 10 22:14:51.485 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/.tmp3gjDm6/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
90592026-06-10T22:14:52.985Z[ host-image] Jun 10 22:14:51.502 INFO O| Jun 10 22:14:51.502 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90602026-06-10T22:14:52.985Z[ host-image] Jun 10 22:14:51.505 INFO O| Jun 10 22:14:51.505 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90612026-06-10T22:14:53.100Z[ host-image] Jun 10 22:14:51.715 INFO O| Jun 10 22:14:51.714 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
90622026-06-10T22:14:53.261Z[ host-image] Jun 10 22:14:51.875 INFO O| Jun 10 22:14:51.875 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
90632026-06-10T22:14:53.261Z[ host-image] Jun 10 22:14:51.875 INFO O| Jun 10 22:14:51.875 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
90642026-06-10T22:14:53.265Z[ host-image] Jun 10 22:14:51.880 INFO O| Jun 10 22:14:51.880 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
90652026-06-10T22:14:53.268Z[ host-image] Jun 10 22:14:51.882 INFO O| Jun 10 22:14:51.882 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
90662026-06-10T22:14:53.271Z[ host-image] Jun 10 22:14:51.885 INFO O| Jun 10 22:14:51.885 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
90672026-06-10T22:14:53.728Z[ host-image] Jun 10 22:14:52.343 INFO O| Jun 10 22:14:52.343 INFO rolled back to input snapshot; work may begin
90682026-06-10T22:14:53.728Z[ host-image] Jun 10 22:14:52.343 INFO O| Jun 10 22:14:52.343 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
90692026-06-10T22:14:53.732Z[ host-image] Jun 10 22:14:52.348 INFO O| Jun 10 22:14:52.348 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90702026-06-10T22:14:53.741Z[ host-image] Jun 10 22:14:52.356 INFO O| Jun 10 22:14:52.356 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
90712026-06-10T22:14:53.778Z[ host-image] Jun 10 22:14:52.393 INFO O| Jun 10 22:14:52.393 INFO STEP 0 (remove_files) COMPLETE
90722026-06-10T22:14:53.778Z[ host-image] Jun 10 22:14:52.393 INFO O| Jun 10 22:14:52.393 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90732026-06-10T22:14:53.784Z[ host-image] Jun 10 22:14:52.400 INFO O| Jun 10 22:14:52.400 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
90742026-06-10T22:14:53.788Z[ host-image] Jun 10 22:14:52.401 INFO O| Jun 10 22:14:52.401 INFO STEP 1 (remove_files) COMPLETE
90752026-06-10T22:14:53.788Z[ host-image] Jun 10 22:14:52.401 INFO O| Jun 10 22:14:52.401 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90762026-06-10T22:14:53.794Z[ host-image] Jun 10 22:14:52.409 INFO O| Jun 10 22:14:52.409 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
90772026-06-10T22:14:53.805Z[ host-image] Jun 10 22:14:52.420 INFO O| Jun 10 22:14:52.420 INFO STEP 2 (remove_files) COMPLETE
90782026-06-10T22:14:53.805Z[ host-image] Jun 10 22:14:52.420 INFO O| Jun 10 22:14:52.420 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90792026-06-10T22:14:53.810Z[ host-image] Jun 10 22:14:52.426 INFO O| Jun 10 22:14:52.426 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
90802026-06-10T22:14:53.813Z[ host-image] Jun 10 22:14:52.427 INFO O| Jun 10 22:14:52.427 INFO STEP 3 (remove_files) COMPLETE
90812026-06-10T22:14:53.813Z[ host-image] Jun 10 22:14:52.427 INFO O| Jun 10 22:14:52.427 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90822026-06-10T22:14:53.817Z[ host-image] Jun 10 22:14:52.432 INFO O| Jun 10 22:14:52.432 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
90832026-06-10T22:14:53.821Z[ host-image] Jun 10 22:14:52.434 INFO O| Jun 10 22:14:52.434 INFO STEP 4 (remove_files) COMPLETE
90842026-06-10T22:14:53.821Z[ host-image] Jun 10 22:14:52.434 INFO O| Jun 10 22:14:52.434 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90852026-06-10T22:14:53.825Z[ host-image] Jun 10 22:14:52.439 INFO O| Jun 10 22:14:52.439 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
90862026-06-10T22:14:53.831Z[ host-image] Jun 10 22:14:52.441 INFO O| Jun 10 22:14:52.441 INFO STEP 5 (remove_files) COMPLETE
90872026-06-10T22:14:53.831Z[ host-image] Jun 10 22:14:52.441 INFO O| Jun 10 22:14:52.441 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90882026-06-10T22:14:53.834Z[ host-image] Jun 10 22:14:52.446 INFO O| Jun 10 22:14:52.446 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
90892026-06-10T22:14:53.839Z[ host-image] Jun 10 22:14:52.455 INFO O| Jun 10 22:14:52.455 INFO STEP 6 (remove_files) COMPLETE
90902026-06-10T22:14:53.839Z[ host-image] Jun 10 22:14:52.455 INFO O| Jun 10 22:14:52.455 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90912026-06-10T22:14:53.844Z[ host-image] Jun 10 22:14:52.455 INFO O| Jun 10 22:14:52.455 INFO skip step because feature "heliosv2" is not enabled
90922026-06-10T22:14:53.844Z[ host-image] Jun 10 22:14:52.455 INFO O| Jun 10 22:14:52.455 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90932026-06-10T22:14:53.849Z[ host-image] Jun 10 22:14:52.460 INFO O| Jun 10 22:14:52.460 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
90942026-06-10T22:14:53.869Z[ host-image] Jun 10 22:14:52.471 INFO O| Jun 10 22:14:52.471 INFO STEP 8 (remove_files) COMPLETE
90952026-06-10T22:14:53.869Z[ host-image] Jun 10 22:14:52.471 INFO O| Jun 10 22:14:52.471 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90962026-06-10T22:14:53.873Z[ host-image] Jun 10 22:14:52.476 INFO O| Jun 10 22:14:52.476 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
90972026-06-10T22:14:53.928Z[ host-image] Jun 10 22:14:52.543 INFO O| Jun 10 22:14:52.543 INFO STEP 9 (remove_files) COMPLETE
90982026-06-10T22:14:53.929Z[ host-image] Jun 10 22:14:52.543 INFO O| Jun 10 22:14:52.543 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90992026-06-10T22:14:53.936Z[ host-image] Jun 10 22:14:52.549 INFO O| Jun 10 22:14:52.549 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91002026-06-10T22:14:54.005Z[ host-image] Jun 10 22:14:52.620 INFO O| Jun 10 22:14:52.620 INFO STEP 10 (remove_files) COMPLETE
91012026-06-10T22:14:54.005Z[ host-image] Jun 10 22:14:52.620 INFO O| Jun 10 22:14:52.620 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91022026-06-10T22:14:54.013Z[ host-image] Jun 10 22:14:52.626 INFO O| Jun 10 22:14:52.626 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91032026-06-10T22:14:54.017Z[ host-image] Jun 10 22:14:52.629 INFO O| Jun 10 22:14:52.629 INFO STEP 11 (remove_files) COMPLETE
91042026-06-10T22:14:54.017Z[ host-image] Jun 10 22:14:52.629 INFO O| Jun 10 22:14:52.629 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91052026-06-10T22:14:54.020Z[ host-image] Jun 10 22:14:52.634 INFO O| Jun 10 22:14:52.634 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91062026-06-10T22:14:54.021Z[ host-image] Jun 10 22:14:52.634 INFO O| Jun 10 22:14:52.634 INFO STEP 12 (remove_files) COMPLETE
91072026-06-10T22:14:54.021Z[ host-image] Jun 10 22:14:52.634 INFO O| Jun 10 22:14:52.634 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91082026-06-10T22:14:54.024Z[ host-image] Jun 10 22:14:52.639 INFO O| Jun 10 22:14:52.639 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91092026-06-10T22:14:54.027Z[ host-image] Jun 10 22:14:52.641 INFO O| Jun 10 22:14:52.641 INFO STEP 13 (remove_files) COMPLETE
91102026-06-10T22:14:54.027Z[ host-image] Jun 10 22:14:52.641 INFO O| Jun 10 22:14:52.641 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91112026-06-10T22:14:54.128Z[ host-image] Jun 10 22:14:52.689 INFO O| Jun 10 22:14:52.688 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
91122026-06-10T22:14:54.133Z[ host-image] Jun 10 22:14:52.691 INFO O| Jun 10 22:14:52.691 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
91132026-06-10T22:14:54.239Z[ host-image] Jun 10 22:14:52.854 INFO O| Jun 10 22:14:52.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
91142026-06-10T22:14:54.239Z[ host-image] Jun 10 22:14:52.854 INFO O| Jun 10 22:14:52.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
91152026-06-10T22:14:54.244Z[ host-image] Jun 10 22:14:52.854 INFO O| Jun 10 22:14:52.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
91162026-06-10T22:14:54.244Z[ host-image] Jun 10 22:14:52.854 INFO O| Jun 10 22:14:52.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
91172026-06-10T22:14:54.244Z[ host-image] Jun 10 22:14:52.854 INFO O| Jun 10 22:14:52.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
91182026-06-10T22:14:54.244Z[ host-image] Jun 10 22:14:52.854 INFO O| Jun 10 22:14:52.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91192026-06-10T22:14:54.244Z[ host-image] Jun 10 22:14:52.854 INFO O| Jun 10 22:14:52.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
91202026-06-10T22:14:54.244Z[ host-image] Jun 10 22:14:52.854 INFO O| Jun 10 22:14:52.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
91212026-06-10T22:14:54.245Z[ host-image] Jun 10 22:14:52.854 INFO O| Jun 10 22:14:52.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91222026-06-10T22:14:54.245Z[ host-image] Jun 10 22:14:52.854 INFO O| Jun 10 22:14:52.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
91232026-06-10T22:14:54.245Z[ host-image] Jun 10 22:14:52.854 INFO O| Jun 10 22:14:52.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
91242026-06-10T22:14:54.245Z[ host-image] Jun 10 22:14:52.854 INFO O| Jun 10 22:14:52.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
91252026-06-10T22:14:54.245Z[ host-image] Jun 10 22:14:52.854 INFO O| Jun 10 22:14:52.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
91262026-06-10T22:14:54.245Z[ host-image] Jun 10 22:14:52.854 INFO O| Jun 10 22:14:52.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
91272026-06-10T22:14:54.245Z[ host-image] Jun 10 22:14:52.855 INFO O| Jun 10 22:14:52.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91282026-06-10T22:14:54.245Z[ host-image] Jun 10 22:14:52.855 INFO O| Jun 10 22:14:52.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
91292026-06-10T22:14:54.245Z[ recovery-image] Jun 10 22:14:52.855 INFO creating reset image...
91302026-06-10T22:14:54.245Z[ recovery-image] Jun 10 22:14:52.855 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
91312026-06-10T22:14:54.249Z[ host-image] Jun 10 22:14:52.861 INFO O| Jun 10 22:14:52.861 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
91322026-06-10T22:14:54.249Z[ host-image] Jun 10 22:14:52.861 INFO O| Jun 10 22:14:52.861 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
91332026-06-10T22:14:54.249Z[ host-image] Jun 10 22:14:52.861 INFO O| Jun 10 22:14:52.861 INFO STEP 14 (remove_files) COMPLETE
91342026-06-10T22:14:54.249Z[ host-image] Jun 10 22:14:52.861 INFO O| Jun 10 22:14:52.861 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91352026-06-10T22:14:54.254Z[ host-image] Jun 10 22:14:52.869 INFO O| Jun 10 22:14:52.869 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
91362026-06-10T22:14:54.257Z[ host-image] Jun 10 22:14:52.870 INFO O| Jun 10 22:14:52.870 INFO STEP 15 (remove_files) COMPLETE
91372026-06-10T22:14:54.258Z[ host-image] Jun 10 22:14:52.870 INFO O| Jun 10 22:14:52.870 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91382026-06-10T22:14:54.261Z[ host-image] Jun 10 22:14:52.875 INFO O| Jun 10 22:14:52.875 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
91392026-06-10T22:14:54.265Z[ host-image] Jun 10 22:14:52.880 INFO O| Jun 10 22:14:52.880 INFO STEP 16 (remove_files) COMPLETE
91402026-06-10T22:14:54.265Z[ host-image] Jun 10 22:14:52.880 INFO O| Jun 10 22:14:52.880 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91412026-06-10T22:14:54.275Z[ host-image] Jun 10 22:14:52.885 INFO O| Jun 10 22:14:52.885 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
91422026-06-10T22:14:54.275Z[ host-image] Jun 10 22:14:52.886 INFO O| Jun 10 22:14:52.886 INFO STEP 17 (remove_files) COMPLETE
91432026-06-10T22:14:54.275Z[ host-image] Jun 10 22:14:52.886 INFO O| Jun 10 22:14:52.886 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91442026-06-10T22:14:54.279Z[ host-image] Jun 10 22:14:52.891 INFO O| Jun 10 22:14:52.891 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
91452026-06-10T22:14:54.279Z[ host-image] Jun 10 22:14:52.892 INFO O| Jun 10 22:14:52.892 INFO STEP 18 (remove_files) COMPLETE
91462026-06-10T22:14:54.279Z[ host-image] Jun 10 22:14:52.892 INFO O| Jun 10 22:14:52.892 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91472026-06-10T22:14:54.283Z[ host-image] Jun 10 22:14:52.897 INFO O| Jun 10 22:14:52.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
91482026-06-10T22:14:54.283Z[ host-image] Jun 10 22:14:52.897 INFO O| Jun 10 22:14:52.897 INFO STEP 19 (remove_files) COMPLETE
91492026-06-10T22:14:54.283Z[ host-image] Jun 10 22:14:52.897 INFO O| Jun 10 22:14:52.897 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91502026-06-10T22:14:54.288Z[ host-image] Jun 10 22:14:52.903 INFO O| Jun 10 22:14:52.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
91512026-06-10T22:14:54.288Z[ host-image] Jun 10 22:14:52.903 INFO O| Jun 10 22:14:52.903 INFO STEP 20 (remove_files) COMPLETE
91522026-06-10T22:14:54.291Z[ host-image] Jun 10 22:14:52.903 INFO O| Jun 10 22:14:52.903 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91532026-06-10T22:14:54.294Z[ host-image] Jun 10 22:14:52.908 INFO O| Jun 10 22:14:52.908 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
91542026-06-10T22:14:54.294Z[ host-image] Jun 10 22:14:52.908 INFO O| Jun 10 22:14:52.908 INFO STEP 21 (remove_files) COMPLETE
91552026-06-10T22:14:54.295Z[ host-image] Jun 10 22:14:52.908 INFO O| Jun 10 22:14:52.908 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91562026-06-10T22:14:54.298Z[ host-image] Jun 10 22:14:52.913 INFO O| Jun 10 22:14:52.913 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
91572026-06-10T22:14:54.299Z[ host-image] Jun 10 22:14:52.913 INFO O| Jun 10 22:14:52.913 INFO STEP 22 (remove_files) COMPLETE
91582026-06-10T22:14:54.299Z[ host-image] Jun 10 22:14:52.913 INFO O| Jun 10 22:14:52.913 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91592026-06-10T22:14:54.303Z[ host-image] Jun 10 22:14:52.918 INFO O| Jun 10 22:14:52.918 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
91602026-06-10T22:14:54.303Z[ host-image] Jun 10 22:14:52.918 INFO O| Jun 10 22:14:52.918 INFO STEP 23 (remove_files) COMPLETE
91612026-06-10T22:14:54.306Z[ host-image] Jun 10 22:14:52.918 INFO O| Jun 10 22:14:52.918 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91622026-06-10T22:14:54.310Z[ host-image] Jun 10 22:14:52.924 INFO O| Jun 10 22:14:52.924 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
91632026-06-10T22:14:54.310Z[ host-image] Jun 10 22:14:52.924 INFO O| Jun 10 22:14:52.924 INFO STEP 24 (remove_files) COMPLETE
91642026-06-10T22:14:54.310Z[ host-image] Jun 10 22:14:52.924 INFO O| Jun 10 22:14:52.924 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91652026-06-10T22:14:54.315Z[ host-image] Jun 10 22:14:52.931 INFO O| Jun 10 22:14:52.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
91662026-06-10T22:14:54.315Z[ host-image] Jun 10 22:14:52.931 INFO O| Jun 10 22:14:52.931 INFO STEP 25 (remove_files) COMPLETE
91672026-06-10T22:14:54.319Z[ host-image] Jun 10 22:14:52.931 INFO O| Jun 10 22:14:52.931 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91682026-06-10T22:14:54.323Z[ host-image] Jun 10 22:14:52.937 INFO O| Jun 10 22:14:52.937 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
91692026-06-10T22:14:54.323Z[ host-image] Jun 10 22:14:52.937 INFO O| Jun 10 22:14:52.937 INFO STEP 26 (remove_files) COMPLETE
91702026-06-10T22:14:54.323Z[ host-image] Jun 10 22:14:52.937 INFO O| Jun 10 22:14:52.937 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91712026-06-10T22:14:54.327Z[ host-image] Jun 10 22:14:52.942 INFO O| Jun 10 22:14:52.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
91722026-06-10T22:14:54.331Z[ host-image] Jun 10 22:14:52.942 INFO O| Jun 10 22:14:52.942 INFO STEP 27 (remove_files) COMPLETE
91732026-06-10T22:14:54.331Z[ host-image] Jun 10 22:14:52.942 INFO O| Jun 10 22:14:52.942 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91742026-06-10T22:14:54.334Z[ host-image] Jun 10 22:14:52.947 INFO O| Jun 10 22:14:52.947 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
91752026-06-10T22:14:54.334Z[ host-image] Jun 10 22:14:52.947 INFO O| Jun 10 22:14:52.947 INFO STEP 28 (remove_files) COMPLETE
91762026-06-10T22:14:54.334Z[ host-image] Jun 10 22:14:52.947 INFO O| Jun 10 22:14:52.947 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91772026-06-10T22:14:54.339Z[ host-image] Jun 10 22:14:52.953 INFO O| Jun 10 22:14:52.952 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
91782026-06-10T22:14:54.339Z[ host-image] Jun 10 22:14:52.953 INFO O| Jun 10 22:14:52.953 INFO STEP 29 (remove_files) COMPLETE
91792026-06-10T22:14:54.339Z[ host-image] Jun 10 22:14:52.953 INFO O| Jun 10 22:14:52.953 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802026-06-10T22:14:54.343Z[ host-image] Jun 10 22:14:52.959 INFO O| Jun 10 22:14:52.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
91812026-06-10T22:14:54.344Z[ host-image] Jun 10 22:14:52.959 INFO O| Jun 10 22:14:52.959 INFO STEP 30 (remove_files) COMPLETE
91822026-06-10T22:14:54.347Z[ host-image] Jun 10 22:14:52.959 INFO O| Jun 10 22:14:52.959 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91832026-06-10T22:14:54.350Z[ host-image] Jun 10 22:14:52.966 INFO O| Jun 10 22:14:52.966 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
91842026-06-10T22:14:54.350Z[ host-image] Jun 10 22:14:52.966 INFO O| Jun 10 22:14:52.966 INFO STEP 31 (remove_files) COMPLETE
91852026-06-10T22:14:54.351Z[ host-image] Jun 10 22:14:52.966 INFO O| Jun 10 22:14:52.966 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91862026-06-10T22:14:54.357Z[ host-image] Jun 10 22:14:52.971 INFO O| Jun 10 22:14:52.971 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
91872026-06-10T22:14:54.361Z[ host-image] Jun 10 22:14:52.972 INFO O| Jun 10 22:14:52.971 INFO STEP 32 (remove_files) COMPLETE
91882026-06-10T22:14:54.361Z[ host-image] Jun 10 22:14:52.972 INFO O| Jun 10 22:14:52.972 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91892026-06-10T22:14:54.364Z[ host-image] Jun 10 22:14:52.977 INFO O| Jun 10 22:14:52.977 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
91902026-06-10T22:14:54.365Z[ host-image] Jun 10 22:14:52.977 INFO O| Jun 10 22:14:52.977 INFO STEP 33 (remove_files) COMPLETE
91912026-06-10T22:14:54.365Z[ host-image] Jun 10 22:14:52.977 INFO O| Jun 10 22:14:52.977 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91922026-06-10T22:14:54.368Z[ host-image] Jun 10 22:14:52.982 INFO O| Jun 10 22:14:52.982 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
91932026-06-10T22:14:54.368Z[ host-image] Jun 10 22:14:52.982 INFO O| Jun 10 22:14:52.982 INFO STEP 34 (remove_files) COMPLETE
91942026-06-10T22:14:54.368Z[ host-image] Jun 10 22:14:52.982 INFO O| Jun 10 22:14:52.982 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91952026-06-10T22:14:54.371Z[ host-image] Jun 10 22:14:52.987 INFO O| Jun 10 22:14:52.987 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
91962026-06-10T22:14:54.371Z[ host-image] Jun 10 22:14:52.987 INFO O| Jun 10 22:14:52.987 INFO STEP 35 (remove_files) COMPLETE
91972026-06-10T22:14:54.372Z[ host-image] Jun 10 22:14:52.987 INFO O| Jun 10 22:14:52.987 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91982026-06-10T22:14:54.376Z[ host-image] Jun 10 22:14:52.992 INFO O| Jun 10 22:14:52.992 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
91992026-06-10T22:14:54.376Z[ host-image] Jun 10 22:14:52.992 INFO O| Jun 10 22:14:52.992 INFO STEP 36 (remove_files) COMPLETE
92002026-06-10T22:14:54.379Z[ host-image] Jun 10 22:14:52.992 INFO O| Jun 10 22:14:52.992 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92012026-06-10T22:14:54.384Z[ host-image] Jun 10 22:14:52.997 INFO O| Jun 10 22:14:52.997 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92022026-06-10T22:14:54.384Z[ host-image] Jun 10 22:14:52.997 INFO O| Jun 10 22:14:52.997 INFO STEP 37 (remove_files) COMPLETE
92032026-06-10T22:14:54.384Z[ host-image] Jun 10 22:14:52.997 INFO O| Jun 10 22:14:52.997 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92042026-06-10T22:14:54.388Z[ host-image] Jun 10 22:14:53.002 INFO O| Jun 10 22:14:53.002 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92052026-06-10T22:14:54.388Z[ host-image] Jun 10 22:14:53.002 INFO O| Jun 10 22:14:53.002 INFO STEP 38 (remove_files) COMPLETE
92062026-06-10T22:14:54.388Z[ host-image] Jun 10 22:14:53.002 INFO O| Jun 10 22:14:53.002 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92072026-06-10T22:14:54.394Z[ host-image] Jun 10 22:14:53.009 INFO O| Jun 10 22:14:53.009 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92082026-06-10T22:14:54.394Z[ host-image] Jun 10 22:14:53.009 INFO O| Jun 10 22:14:53.009 INFO STEP 39 (remove_files) COMPLETE
92092026-06-10T22:14:54.394Z[ host-image] Jun 10 22:14:53.009 INFO O| Jun 10 22:14:53.009 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92102026-06-10T22:14:54.399Z[ host-image] Jun 10 22:14:53.014 INFO O| Jun 10 22:14:53.014 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92112026-06-10T22:14:54.403Z[ host-image] Jun 10 22:14:53.014 INFO O| Jun 10 22:14:53.014 INFO STEP 40 (remove_files) COMPLETE
92122026-06-10T22:14:54.404Z[ host-image] Jun 10 22:14:53.014 INFO O| Jun 10 22:14:53.014 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92132026-06-10T22:14:54.407Z[ host-image] Jun 10 22:14:53.020 INFO O| Jun 10 22:14:53.020 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
92142026-06-10T22:14:54.407Z[ host-image] Jun 10 22:14:53.020 INFO O| Jun 10 22:14:53.020 INFO STEP 41 (remove_files) COMPLETE
92152026-06-10T22:14:54.408Z[ host-image] Jun 10 22:14:53.020 INFO O| Jun 10 22:14:53.020 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92162026-06-10T22:14:54.411Z[ host-image] Jun 10 22:14:53.025 INFO O| Jun 10 22:14:53.025 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
92172026-06-10T22:14:54.411Z[ host-image] Jun 10 22:14:53.025 INFO O| Jun 10 22:14:53.025 INFO STEP 42 (remove_files) COMPLETE
92182026-06-10T22:14:54.411Z[ host-image] Jun 10 22:14:53.025 INFO O| Jun 10 22:14:53.025 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92192026-06-10T22:14:54.418Z[ host-image] Jun 10 22:14:53.032 INFO O| Jun 10 22:14:53.032 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
92202026-06-10T22:14:54.418Z[ host-image] Jun 10 22:14:53.032 INFO O| Jun 10 22:14:53.032 INFO STEP 43 (remove_files) COMPLETE
92212026-06-10T22:14:54.419Z[ host-image] Jun 10 22:14:53.032 INFO O| Jun 10 22:14:53.032 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92222026-06-10T22:14:54.422Z[ host-image] Jun 10 22:14:53.037 INFO O| Jun 10 22:14:53.037 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
92232026-06-10T22:14:54.422Z[ host-image] Jun 10 22:14:53.037 INFO O| Jun 10 22:14:53.037 INFO STEP 44 (remove_files) COMPLETE
92242026-06-10T22:14:54.422Z[ host-image] Jun 10 22:14:53.037 INFO O| Jun 10 22:14:53.037 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92252026-06-10T22:14:54.427Z[ host-image] Jun 10 22:14:53.042 INFO O| Jun 10 22:14:53.042 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
92262026-06-10T22:14:54.427Z[ host-image] Jun 10 22:14:53.042 INFO O| Jun 10 22:14:53.042 INFO STEP 45 (remove_files) COMPLETE
92272026-06-10T22:14:54.431Z[ host-image] Jun 10 22:14:53.042 INFO O| Jun 10 22:14:53.042 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92282026-06-10T22:14:54.435Z[ host-image] Jun 10 22:14:53.047 INFO O| Jun 10 22:14:53.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
92292026-06-10T22:14:54.435Z[ host-image] Jun 10 22:14:53.047 INFO O| Jun 10 22:14:53.047 INFO STEP 46 (remove_files) COMPLETE
92302026-06-10T22:14:54.435Z[ host-image] Jun 10 22:14:53.047 INFO O| Jun 10 22:14:53.047 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92312026-06-10T22:14:54.439Z[ host-image] Jun 10 22:14:53.052 INFO O| Jun 10 22:14:53.052 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
92322026-06-10T22:14:54.439Z[ host-image] Jun 10 22:14:53.052 INFO O| Jun 10 22:14:53.052 INFO STEP 47 (remove_files) COMPLETE
92332026-06-10T22:14:54.439Z[ host-image] Jun 10 22:14:53.052 INFO O| Jun 10 22:14:53.052 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92342026-06-10T22:14:54.442Z[ host-image] Jun 10 22:14:53.058 INFO O| Jun 10 22:14:53.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
92352026-06-10T22:14:54.446Z[ host-image] Jun 10 22:14:53.058 INFO O| Jun 10 22:14:53.058 INFO STEP 48 (remove_files) COMPLETE
92362026-06-10T22:14:54.446Z[ host-image] Jun 10 22:14:53.058 INFO O| Jun 10 22:14:53.058 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92372026-06-10T22:14:54.449Z[ host-image] Jun 10 22:14:53.063 INFO O| Jun 10 22:14:53.063 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
92382026-06-10T22:14:54.449Z[ host-image] Jun 10 22:14:53.063 INFO O| Jun 10 22:14:53.063 INFO STEP 49 (remove_files) COMPLETE
92392026-06-10T22:14:54.449Z[ host-image] Jun 10 22:14:53.063 INFO O| Jun 10 22:14:53.063 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92402026-06-10T22:14:54.453Z[ host-image] Jun 10 22:14:53.068 INFO O| Jun 10 22:14:53.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
92412026-06-10T22:14:54.453Z[ host-image] Jun 10 22:14:53.068 INFO O| Jun 10 22:14:53.068 INFO STEP 50 (remove_files) COMPLETE
92422026-06-10T22:14:54.453Z[ host-image] Jun 10 22:14:53.068 INFO O| Jun 10 22:14:53.068 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92432026-06-10T22:14:54.457Z[ host-image] Jun 10 22:14:53.072 INFO O| Jun 10 22:14:53.072 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
92442026-06-10T22:14:54.457Z[ host-image] Jun 10 22:14:53.072 INFO O| Jun 10 22:14:53.072 INFO STEP 51 (remove_files) COMPLETE
92452026-06-10T22:14:54.457Z[ host-image] Jun 10 22:14:53.072 INFO O| Jun 10 22:14:53.072 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92462026-06-10T22:14:54.462Z[ host-image] Jun 10 22:14:53.077 INFO O| Jun 10 22:14:53.077 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
92472026-06-10T22:14:54.462Z[ host-image] Jun 10 22:14:53.077 INFO O| Jun 10 22:14:53.077 INFO STEP 52 (remove_files) COMPLETE
92482026-06-10T22:14:54.462Z[ host-image] Jun 10 22:14:53.077 INFO O| Jun 10 22:14:53.077 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92492026-06-10T22:14:54.467Z[ host-image] Jun 10 22:14:53.082 INFO O| Jun 10 22:14:53.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
92502026-06-10T22:14:54.467Z[ host-image] Jun 10 22:14:53.082 INFO O| Jun 10 22:14:53.082 INFO STEP 53 (remove_files) COMPLETE
92512026-06-10T22:14:54.467Z[ host-image] Jun 10 22:14:53.082 INFO O| Jun 10 22:14:53.082 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92522026-06-10T22:14:54.473Z[ host-image] Jun 10 22:14:53.087 INFO O| Jun 10 22:14:53.087 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
92532026-06-10T22:14:54.473Z[ host-image] Jun 10 22:14:53.087 INFO O| Jun 10 22:14:53.087 INFO STEP 54 (remove_files) COMPLETE
92542026-06-10T22:14:54.473Z[ host-image] Jun 10 22:14:53.087 INFO O| Jun 10 22:14:53.087 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92552026-06-10T22:14:54.479Z[ host-image] Jun 10 22:14:53.095 INFO O| Jun 10 22:14:53.094 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
92562026-06-10T22:14:54.483Z[ host-image] Jun 10 22:14:53.095 INFO O| Jun 10 22:14:53.095 INFO STEP 55 (remove_files) COMPLETE
92572026-06-10T22:14:54.483Z[ host-image] Jun 10 22:14:53.095 INFO O| Jun 10 22:14:53.095 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92582026-06-10T22:14:54.489Z[ host-image] Jun 10 22:14:53.101 INFO O| Jun 10 22:14:53.101 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
92592026-06-10T22:14:54.489Z[ host-image] Jun 10 22:14:53.101 INFO O| Jun 10 22:14:53.101 INFO STEP 56 (remove_files) COMPLETE
92602026-06-10T22:14:54.489Z[ host-image] Jun 10 22:14:53.101 INFO O| Jun 10 22:14:53.101 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92612026-06-10T22:14:54.492Z[ host-image] Jun 10 22:14:53.108 INFO O| Jun 10 22:14:53.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
92622026-06-10T22:14:54.499Z[ host-image] Jun 10 22:14:53.108 INFO O| Jun 10 22:14:53.108 INFO STEP 57 (remove_files) COMPLETE
92632026-06-10T22:14:54.499Z[ host-image] Jun 10 22:14:53.108 INFO O| Jun 10 22:14:53.108 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92642026-06-10T22:14:54.502Z[ host-image] Jun 10 22:14:53.114 INFO O| Jun 10 22:14:53.114 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
92652026-06-10T22:14:54.502Z[ host-image] Jun 10 22:14:53.114 INFO O| Jun 10 22:14:53.114 INFO STEP 58 (remove_files) COMPLETE
92662026-06-10T22:14:54.503Z[ host-image] Jun 10 22:14:53.114 INFO O| Jun 10 22:14:53.114 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92672026-06-10T22:14:54.506Z[ host-image] Jun 10 22:14:53.121 INFO O| Jun 10 22:14:53.121 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
92682026-06-10T22:14:54.506Z[ host-image] Jun 10 22:14:53.121 INFO O| Jun 10 22:14:53.121 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
92692026-06-10T22:14:54.506Z[ host-image] Jun 10 22:14:53.121 INFO O| Jun 10 22:14:53.121 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92702026-06-10T22:14:54.506Z[ host-image] Jun 10 22:14:53.121 INFO O| Jun 10 22:14:53.121 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92712026-06-10T22:14:54.506Z[ host-image] Jun 10 22:14:53.121 INFO O| Jun 10 22:14:53.121 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92722026-06-10T22:14:54.510Z[ host-image] Jun 10 22:14:53.121 INFO O| Jun 10 22:14:53.121 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92732026-06-10T22:14:54.510Z[ host-image] Jun 10 22:14:53.121 INFO O| Jun 10 22:14:53.121 INFO ok!
92742026-06-10T22:14:54.510Z[ host-image] Jun 10 22:14:53.121 INFO O| Jun 10 22:14:53.121 INFO STEP 59 (ensure_file) COMPLETE
92752026-06-10T22:14:54.510Z[ host-image] Jun 10 22:14:53.121 INFO O| Jun 10 22:14:53.121 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92762026-06-10T22:14:54.514Z[ host-image] Jun 10 22:14:53.128 INFO O| Jun 10 22:14:53.128 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
92772026-06-10T22:14:54.514Z[ host-image] Jun 10 22:14:53.128 INFO O| Jun 10 22:14:53.128 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
92782026-06-10T22:14:54.514Z[ host-image] Jun 10 22:14:53.128 INFO O| Jun 10 22:14:53.128 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92792026-06-10T22:14:54.514Z[ host-image] Jun 10 22:14:53.128 INFO O| Jun 10 22:14:53.128 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92802026-06-10T22:14:54.514Z[ host-image] Jun 10 22:14:53.128 INFO O| Jun 10 22:14:53.128 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92812026-06-10T22:14:54.514Z[ host-image] Jun 10 22:14:53.128 INFO O| Jun 10 22:14:53.128 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92822026-06-10T22:14:54.514Z[ host-image] Jun 10 22:14:53.128 INFO O| Jun 10 22:14:53.128 INFO ok!
92832026-06-10T22:14:54.514Z[ host-image] Jun 10 22:14:53.128 INFO O| Jun 10 22:14:53.128 INFO STEP 60 (ensure_file) COMPLETE
92842026-06-10T22:14:54.515Z[ host-image] Jun 10 22:14:53.128 INFO O| Jun 10 22:14:53.128 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92852026-06-10T22:14:54.519Z[ host-image] Jun 10 22:14:53.134 INFO O| Jun 10 22:14:53.134 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
92862026-06-10T22:14:54.519Z[ host-image] Jun 10 22:14:53.134 INFO O| Jun 10 22:14:53.134 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
92872026-06-10T22:14:54.519Z[ host-image] Jun 10 22:14:53.134 INFO O| Jun 10 22:14:53.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
92882026-06-10T22:14:54.522Z[ host-image] Jun 10 22:14:53.134 INFO O| Jun 10 22:14:53.134 INFO ok!
92892026-06-10T22:14:54.522Z[ host-image] Jun 10 22:14:53.134 INFO O| Jun 10 22:14:53.134 INFO STEP 61 (ensure_file) COMPLETE
92902026-06-10T22:14:54.522Z[ host-image] Jun 10 22:14:53.134 INFO O| Jun 10 22:14:53.134 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92912026-06-10T22:14:54.526Z[ host-image] Jun 10 22:14:53.140 INFO O| Jun 10 22:14:53.140 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
92922026-06-10T22:14:54.526Z[ host-image] Jun 10 22:14:53.140 INFO O| Jun 10 22:14:53.140 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
92932026-06-10T22:14:54.526Z[ host-image] Jun 10 22:14:53.140 INFO O| Jun 10 22:14:53.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
92942026-06-10T22:14:54.526Z[ host-image] Jun 10 22:14:53.140 INFO O| Jun 10 22:14:53.140 INFO ok!
92952026-06-10T22:14:54.526Z[ host-image] Jun 10 22:14:53.140 INFO O| Jun 10 22:14:53.140 INFO STEP 62 (ensure_file) COMPLETE
92962026-06-10T22:14:54.526Z[ host-image] Jun 10 22:14:53.140 INFO O| Jun 10 22:14:53.140 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92972026-06-10T22:14:54.531Z[ host-image] Jun 10 22:14:53.146 INFO O| Jun 10 22:14:53.146 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
92982026-06-10T22:14:54.534Z[ host-image] Jun 10 22:14:53.146 INFO O| Jun 10 22:14:53.146 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
92992026-06-10T22:14:54.534Z[ host-image] Jun 10 22:14:53.146 INFO O| Jun 10 22:14:53.146 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93002026-06-10T22:14:54.534Z[ host-image] Jun 10 22:14:53.146 INFO O| Jun 10 22:14:53.146 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93012026-06-10T22:14:54.534Z[ host-image] Jun 10 22:14:53.146 INFO O| Jun 10 22:14:53.146 INFO ok!
93022026-06-10T22:14:54.534Z[ host-image] Jun 10 22:14:53.146 INFO O| Jun 10 22:14:53.146 INFO STEP 63 (ensure_file) COMPLETE
93032026-06-10T22:14:54.534Z[ host-image] Jun 10 22:14:53.147 INFO O| Jun 10 22:14:53.146 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93042026-06-10T22:14:54.538Z[ host-image] Jun 10 22:14:53.152 INFO O| Jun 10 22:14:53.152 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93052026-06-10T22:14:54.538Z[ host-image] Jun 10 22:14:53.152 INFO O| Jun 10 22:14:53.152 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93062026-06-10T22:14:54.538Z[ host-image] Jun 10 22:14:53.152 INFO O| Jun 10 22:14:53.152 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93072026-06-10T22:14:54.538Z[ host-image] Jun 10 22:14:53.152 INFO O| Jun 10 22:14:53.152 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93082026-06-10T22:14:54.538Z[ host-image] Jun 10 22:14:53.152 INFO O| Jun 10 22:14:53.152 INFO ok!
93092026-06-10T22:14:54.538Z[ host-image] Jun 10 22:14:53.152 INFO O| Jun 10 22:14:53.152 INFO STEP 64 (ensure_file) COMPLETE
93102026-06-10T22:14:54.538Z[ host-image] Jun 10 22:14:53.152 INFO O| Jun 10 22:14:53.152 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93112026-06-10T22:14:54.543Z[ host-image] Jun 10 22:14:53.158 INFO O| Jun 10 22:14:53.158 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
93122026-06-10T22:14:54.543Z[ host-image] Jun 10 22:14:53.158 INFO O| Jun 10 22:14:53.158 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
93132026-06-10T22:14:54.546Z[ host-image] Jun 10 22:14:53.158 INFO O| Jun 10 22:14:53.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
93142026-06-10T22:14:54.547Z[ host-image] Jun 10 22:14:53.158 INFO O| Jun 10 22:14:53.158 INFO ok!
93152026-06-10T22:14:54.547Z[ host-image] Jun 10 22:14:53.158 INFO O| Jun 10 22:14:53.158 INFO STEP 65 (assemble_files) COMPLETE
93162026-06-10T22:14:54.547Z[ host-image] Jun 10 22:14:53.158 INFO O| Jun 10 22:14:53.158 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93172026-06-10T22:14:54.551Z[ host-image] Jun 10 22:14:53.165 INFO O| Jun 10 22:14:53.165 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
93182026-06-10T22:14:54.551Z[ host-image] Jun 10 22:14:53.165 INFO O| Jun 10 22:14:53.165 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
93192026-06-10T22:14:54.551Z[ host-image] Jun 10 22:14:53.165 INFO O| Jun 10 22:14:53.165 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93202026-06-10T22:14:54.551Z[ host-image] Jun 10 22:14:53.165 INFO O| Jun 10 22:14:53.165 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93212026-06-10T22:14:54.551Z[ host-image] Jun 10 22:14:53.165 INFO O| Jun 10 22:14:53.165 INFO ok!
93222026-06-10T22:14:54.551Z[ host-image] Jun 10 22:14:53.165 INFO O| Jun 10 22:14:53.165 INFO STEP 66 (ensure_file) COMPLETE
93232026-06-10T22:14:54.551Z[ host-image] Jun 10 22:14:53.165 INFO O| Jun 10 22:14:53.165 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93242026-06-10T22:14:54.556Z[ host-image] Jun 10 22:14:53.172 INFO O| Jun 10 22:14:53.172 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93252026-06-10T22:14:54.556Z[ host-image] Jun 10 22:14:53.172 INFO O| Jun 10 22:14:53.172 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93262026-06-10T22:14:54.560Z[ host-image] Jun 10 22:14:53.172 INFO O| Jun 10 22:14:53.172 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93272026-06-10T22:14:54.560Z[ host-image] Jun 10 22:14:53.172 INFO O| Jun 10 22:14:53.172 INFO STEP 67 (ensure_dir) COMPLETE
93282026-06-10T22:14:54.560Z[ host-image] Jun 10 22:14:53.172 INFO O| Jun 10 22:14:53.172 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93292026-06-10T22:14:54.563Z[ host-image] Jun 10 22:14:53.178 INFO O| Jun 10 22:14:53.178 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
93302026-06-10T22:14:54.563Z[ host-image] Jun 10 22:14:53.178 INFO O| Jun 10 22:14:53.178 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
93312026-06-10T22:14:54.568Z[ host-image] Jun 10 22:14:53.183 INFO O| Jun 10 22:14:53.183 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93322026-06-10T22:14:54.568Z[ host-image] Jun 10 22:14:53.183 INFO O| Jun 10 22:14:53.183 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93332026-06-10T22:14:54.572Z[ host-image] Jun 10 22:14:53.183 INFO O| Jun 10 22:14:53.183 INFO ok!
93342026-06-10T22:14:54.572Z[ host-image] Jun 10 22:14:53.183 INFO O| Jun 10 22:14:53.183 INFO STEP 68 (ensure_file) COMPLETE
93352026-06-10T22:14:54.572Z[ host-image] Jun 10 22:14:53.183 INFO O| Jun 10 22:14:53.183 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93362026-06-10T22:14:54.575Z[ host-image] Jun 10 22:14:53.190 INFO O| Jun 10 22:14:53.190 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
93372026-06-10T22:14:54.575Z[ host-image] Jun 10 22:14:53.190 INFO O| Jun 10 22:14:53.190 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
93382026-06-10T22:14:54.575Z[ host-image] Jun 10 22:14:53.190 INFO O| Jun 10 22:14:53.190 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93392026-06-10T22:14:54.576Z[ host-image] Jun 10 22:14:53.190 INFO O| Jun 10 22:14:53.190 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93402026-06-10T22:14:54.576Z[ host-image] Jun 10 22:14:53.190 INFO O| Jun 10 22:14:53.190 INFO ok!
93412026-06-10T22:14:54.576Z[ host-image] Jun 10 22:14:53.190 INFO O| Jun 10 22:14:53.190 INFO STEP 69 (ensure_file) COMPLETE
93422026-06-10T22:14:54.576Z[ host-image] Jun 10 22:14:53.190 INFO O| Jun 10 22:14:53.190 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93432026-06-10T22:14:54.585Z[ host-image] Jun 10 22:14:53.200 INFO O| Jun 10 22:14:53.200 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
93442026-06-10T22:14:54.585Z[ host-image] Jun 10 22:14:53.200 INFO O| Jun 10 22:14:53.200 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
93452026-06-10T22:14:55.908Z[ host-image] Jun 10 22:14:54.523 INFO O| Jun 10 22:14:54.522 INFO STEP 70 (pack_tar) COMPLETE
93462026-06-10T22:14:55.908Z[ host-image] Jun 10 22:14:54.523 INFO O| Jun 10 22:14:54.522 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93472026-06-10T22:14:55.908Z[ host-image] Jun 10 22:14:54.523 INFO O| Jun 10 22:14:54.523 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
93482026-06-10T22:14:56.787Z[ host-image] Jun 10 22:14:55.402 INFO O| Jun 10 22:14:55.402 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93492026-06-10T22:14:56.946Z[ host-image] Jun 10 22:14:55.560 INFO O| Jun 10 22:14:55.559 INFO completed processing sled/ramdisk-02-trim
93502026-06-10T22:14:56.950Z[ host-image] Jun 10 22:14:55.562 INFO image builder template: zfs...
93512026-06-10T22:14:56.950Z[ host-image] Jun 10 22:14:55.562 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/.tmp3gjDm6/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs"], pwd: None
93522026-06-10T22:14:56.958Z[ host-image] Jun 10 22:14:55.573 INFO O| Jun 10 22:14:55.573 INFO skip include "stress" because feature "stress" is not enabled
93532026-06-10T22:14:56.959Z[ host-image] Jun 10 22:14:55.573 INFO O| Jun 10 22:14:55.573 INFO skip include "stress" because feature "compliance" is not enabled
93542026-06-10T22:14:56.984Z[ host-image] Jun 10 22:14:55.599 INFO O| Jun 10 22:14:55.599 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
93552026-06-10T22:14:56.987Z[ host-image] Jun 10 22:14:55.602 INFO O| Jun 10 22:14:55.602 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
93562026-06-10T22:14:57.091Z[ host-image] Jun 10 22:14:55.706 INFO O| Jun 10 22:14:55.706 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
93572026-06-10T22:14:57.178Z[ host-image] Jun 10 22:14:55.790 INFO O| Jun 10 22:14:55.790 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
93582026-06-10T22:14:57.178Z[ host-image] Jun 10 22:14:55.790 INFO O| Jun 10 22:14:55.790 INFO work dataset: rpool/images/build/host/work/sled/zfs
93592026-06-10T22:14:57.183Z[ host-image] Jun 10 22:14:55.793 INFO O| Jun 10 22:14:55.793 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
93602026-06-10T22:14:57.334Z[ host-image] Jun 10 22:14:55.949 INFO O| Jun 10 22:14:55.949 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
93612026-06-10T22:14:57.413Z[ host-image] Jun 10 22:14:56.028 INFO O| Jun 10 22:14:56.028 INFO DESTROY POOL: TEMPORARY-sled-zfs
93622026-06-10T22:14:57.419Z[ host-image] Jun 10 22:14:56.034 INFO O| Jun 10 22:14:56.034 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
93632026-06-10T22:14:57.424Z[ host-image] Jun 10 22:14:56.038 INFO O| Jun 10 22:14:56.038 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
93642026-06-10T22:14:57.424Z[ host-image] Jun 10 22:14:56.038 INFO O| Jun 10 22:14:56.038 INFO no lofi found
93652026-06-10T22:14:57.424Z[ host-image] Jun 10 22:14:56.038 INFO O| Jun 10 22:14:56.038 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
93662026-06-10T22:14:57.424Z[ host-image] Jun 10 22:14:56.038 INFO O| Jun 10 22:14:56.038 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
93672026-06-10T22:14:59.387Z[ host-image] Jun 10 22:14:58.001 INFO O| Jun 10 22:14:58.001 INFO lofi device = /dev/dsk/c2t1d0p0
93682026-06-10T22:14:59.387Z[ host-image] Jun 10 22:14:58.001 INFO O| Jun 10 22:14:58.001 INFO pool device = /dev/dsk/c2t1d0p0
93692026-06-10T22:14:59.390Z[ host-image] Jun 10 22:14:58.001 INFO O| Jun 10 22:14:58.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
93702026-06-10T22:14:59.436Z[ host-image] Jun 10 22:14:58.051 INFO O| Jun 10 22:14:58.051 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93712026-06-10T22:14:59.436Z[ host-image] Jun 10 22:14:58.051 INFO O| Jun 10 22:14:58.051 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
93722026-06-10T22:14:59.454Z[ host-image] Jun 10 22:14:58.069 INFO O| Jun 10 22:14:58.069 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
93732026-06-10T22:14:59.503Z[ host-image] Jun 10 22:14:58.118 INFO O| Jun 10 22:14:58.118 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
93742026-06-10T22:14:59.530Z[ host-image] Jun 10 22:14:58.145 INFO O| Jun 10 22:14:58.145 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
93752026-06-10T22:14:59.540Z[ host-image] Jun 10 22:14:58.155 INFO O| Jun 10 22:14:58.155 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
93762026-06-10T22:14:59.551Z[ host-image] Jun 10 22:14:58.166 INFO O| Jun 10 22:14:58.166 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
93772026-06-10T22:14:59.590Z[ host-image] Jun 10 22:14:58.205 INFO O| Jun 10 22:14:58.205 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
93782026-06-10T22:14:59.590Z[ host-image] Jun 10 22:14:58.205 INFO O| Jun 10 22:14:58.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
93792026-06-10T22:14:59.590Z[ host-image] Jun 10 22:14:58.205 INFO O| Jun 10 22:14:58.205 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
93802026-06-10T22:14:59.598Z[ host-image] Jun 10 22:14:58.213 INFO O| Jun 10 22:14:58.213 INFO boot environment UUID: 47e0872a-238c-4471-89ba-1dca4a8f3582
93812026-06-10T22:14:59.598Z[ host-image] Jun 10 22:14:58.213 INFO O| Jun 10 22:14:58.213 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 47e0872a-238c-4471-89ba-1dca4a8f3582
93822026-06-10T22:14:59.606Z[ host-image] Jun 10 22:14:58.222 INFO O| Jun 10 22:14:58.222 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93832026-06-10T22:14:59.615Z[ host-image] Jun 10 22:14:58.231 INFO O| Jun 10 22:14:58.231 INFO STEP 0 (create_be) COMPLETE
93842026-06-10T22:14:59.615Z[ host-image] Jun 10 22:14:58.231 INFO O| Jun 10 22:14:58.231 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93852026-06-10T22:14:59.630Z[ host-image] Jun 10 22:14:58.243 INFO O| Jun 10 22:14:58.243 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
93862026-06-10T22:15:07.705Z[ host-image] Jun 10 22:15:06.319 INFO O| Jun 10 22:15:06.319 INFO STEP 1 (unpack_tar) COMPLETE
93872026-06-10T22:15:07.705Z[ host-image] Jun 10 22:15:06.319 INFO O| Jun 10 22:15:06.319 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93882026-06-10T22:15:07.714Z[ host-image] Jun 10 22:15:06.329 INFO O| Jun 10 22:15:06.329 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
93892026-06-10T22:15:07.805Z[ host-image] Jun 10 22:15:06.421 INFO O| Jun 10 22:15:06.421 INFO STEP 2 (devfsadm) COMPLETE
93902026-06-10T22:15:07.805Z[ host-image] Jun 10 22:15:06.421 INFO O| Jun 10 22:15:06.421 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93912026-06-10T22:15:07.815Z[ host-image] Jun 10 22:15:06.431 INFO O| Jun 10 22:15:06.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93922026-06-10T22:15:07.815Z[ host-image] Jun 10 22:15:06.431 INFO O| Jun 10 22:15:06.431 INFO STEP 3 (ensure_dir) COMPLETE
93932026-06-10T22:15:07.815Z[ host-image] Jun 10 22:15:06.431 INFO O| Jun 10 22:15:06.431 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93942026-06-10T22:15:07.822Z[ host-image] Jun 10 22:15:06.438 INFO O| Jun 10 22:15:06.438 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93952026-06-10T22:15:07.822Z[ host-image] Jun 10 22:15:06.438 INFO O| Jun 10 22:15:06.438 INFO STEP 4 (ensure_dir) COMPLETE
93962026-06-10T22:15:07.825Z[ host-image] Jun 10 22:15:06.438 INFO O| Jun 10 22:15:06.438 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93972026-06-10T22:15:07.830Z[ host-image] Jun 10 22:15:06.445 INFO O| Jun 10 22:15:06.445 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93982026-06-10T22:15:07.830Z[ host-image] Jun 10 22:15:06.445 INFO O| Jun 10 22:15:06.445 INFO STEP 5 (ensure_dir) COMPLETE
93992026-06-10T22:15:07.832Z[ host-image] Jun 10 22:15:06.445 INFO O| Jun 10 22:15:06.445 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94002026-06-10T22:15:07.837Z[ host-image] Jun 10 22:15:06.452 INFO O| Jun 10 22:15:06.452 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94012026-06-10T22:15:07.840Z[ host-image] Jun 10 22:15:06.452 INFO O| Jun 10 22:15:06.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94022026-06-10T22:15:07.840Z[ host-image] Jun 10 22:15:06.452 INFO O| Jun 10 22:15:06.452 INFO STEP 6 (ensure_dir) COMPLETE
94032026-06-10T22:15:07.840Z[ host-image] Jun 10 22:15:06.452 INFO O| Jun 10 22:15:06.452 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94042026-06-10T22:15:07.845Z[ host-image] Jun 10 22:15:06.461 INFO O| Jun 10 22:15:06.460 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94052026-06-10T22:15:07.848Z[ host-image] Jun 10 22:15:06.461 INFO O| Jun 10 22:15:06.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94062026-06-10T22:15:07.848Z[ host-image] Jun 10 22:15:06.461 INFO O| Jun 10 22:15:06.461 INFO STEP 7 (ensure_dir) COMPLETE
94072026-06-10T22:15:07.848Z[ host-image] Jun 10 22:15:06.461 INFO O| Jun 10 22:15:06.461 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94082026-06-10T22:15:07.852Z[ host-image] Jun 10 22:15:06.468 INFO O| Jun 10 22:15:06.468 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
94092026-06-10T22:15:07.855Z[ host-image] Jun 10 22:15:06.469 INFO O| Jun 10 22:15:06.469 INFO STEP 8 (remove_files) COMPLETE
94102026-06-10T22:15:07.855Z[ host-image] Jun 10 22:15:06.469 INFO O| Jun 10 22:15:06.469 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94112026-06-10T22:15:07.864Z[ host-image] Jun 10 22:15:06.477 INFO O| Jun 10 22:15:06.477 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
94122026-06-10T22:15:07.866Z[ host-image] Jun 10 22:15:06.478 INFO O| Jun 10 22:15:06.478 INFO STEP 9 (remove_files) COMPLETE
94132026-06-10T22:15:07.867Z[ host-image] Jun 10 22:15:06.478 INFO O| Jun 10 22:15:06.478 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94142026-06-10T22:15:07.871Z[ host-image] Jun 10 22:15:06.484 INFO O| Jun 10 22:15:06.484 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
94152026-06-10T22:15:07.871Z[ host-image] Jun 10 22:15:06.485 INFO O| Jun 10 22:15:06.485 INFO STEP 10 (remove_files) COMPLETE
94162026-06-10T22:15:07.871Z[ host-image] Jun 10 22:15:06.485 INFO O| Jun 10 22:15:06.485 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94172026-06-10T22:15:07.877Z[ host-image] Jun 10 22:15:06.492 INFO O| Jun 10 22:15:06.492 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
94182026-06-10T22:15:07.880Z[ host-image] Jun 10 22:15:06.492 INFO O| Jun 10 22:15:06.492 INFO STEP 11 (remove_files) COMPLETE
94192026-06-10T22:15:07.880Z[ host-image] Jun 10 22:15:06.492 INFO O| Jun 10 22:15:06.492 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94202026-06-10T22:15:07.885Z[ host-image] Jun 10 22:15:06.500 INFO O| Jun 10 22:15:06.500 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
94212026-06-10T22:15:07.885Z[ host-image] Jun 10 22:15:06.500 INFO O| Jun 10 22:15:06.500 INFO STEP 12 (remove_files) COMPLETE
94222026-06-10T22:15:07.888Z[ host-image] Jun 10 22:15:06.500 INFO O| Jun 10 22:15:06.500 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94232026-06-10T22:15:07.892Z[ host-image] Jun 10 22:15:06.507 INFO O| Jun 10 22:15:06.507 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94242026-06-10T22:15:07.892Z[ host-image] Jun 10 22:15:06.507 INFO O| Jun 10 22:15:06.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94252026-06-10T22:15:07.895Z[ host-image] Jun 10 22:15:06.507 INFO O| Jun 10 22:15:06.507 INFO STEP 13 (ensure_dir) COMPLETE
94262026-06-10T22:15:07.895Z[ host-image] Jun 10 22:15:06.507 INFO O| Jun 10 22:15:06.507 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94272026-06-10T22:15:07.897Z[ host-image] Jun 10 22:15:06.513 INFO O| Jun 10 22:15:06.513 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94282026-06-10T22:15:07.897Z[ host-image] Jun 10 22:15:06.513 INFO O| Jun 10 22:15:06.513 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94292026-06-10T22:15:07.898Z[ host-image] Jun 10 22:15:06.513 INFO O| Jun 10 22:15:06.513 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94302026-06-10T22:15:07.898Z[ host-image] Jun 10 22:15:06.513 INFO O| Jun 10 22:15:06.513 INFO STEP 14 (ensure_dir) COMPLETE
94312026-06-10T22:15:07.898Z[ host-image] Jun 10 22:15:06.513 INFO O| Jun 10 22:15:06.513 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94322026-06-10T22:15:07.903Z[ host-image] Jun 10 22:15:06.519 INFO O| Jun 10 22:15:06.519 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94332026-06-10T22:15:07.903Z[ host-image] Jun 10 22:15:06.519 INFO O| Jun 10 22:15:06.519 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94342026-06-10T22:15:07.907Z[ host-image] Jun 10 22:15:06.519 INFO O| Jun 10 22:15:06.519 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94352026-06-10T22:15:07.908Z[ host-image] Jun 10 22:15:06.519 INFO O| Jun 10 22:15:06.519 INFO STEP 15 (ensure_dir) COMPLETE
94362026-06-10T22:15:07.908Z[ host-image] Jun 10 22:15:06.519 INFO O| Jun 10 22:15:06.519 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94372026-06-10T22:15:07.911Z[ host-image] Jun 10 22:15:06.525 INFO O| Jun 10 22:15:06.525 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94382026-06-10T22:15:07.911Z[ host-image] Jun 10 22:15:06.525 INFO O| Jun 10 22:15:06.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94392026-06-10T22:15:07.911Z[ host-image] Jun 10 22:15:06.525 INFO O| Jun 10 22:15:06.525 INFO STEP 16 (ensure_dir) COMPLETE
94402026-06-10T22:15:07.911Z[ host-image] Jun 10 22:15:06.525 INFO O| Jun 10 22:15:06.525 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94412026-06-10T22:15:07.918Z[ host-image] Jun 10 22:15:06.531 INFO O| Jun 10 22:15:06.531 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94422026-06-10T22:15:07.918Z[ host-image] Jun 10 22:15:06.531 INFO O| Jun 10 22:15:06.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94432026-06-10T22:15:07.924Z[ host-image] Jun 10 22:15:06.531 INFO O| Jun 10 22:15:06.531 INFO STEP 17 (ensure_dir) COMPLETE
94442026-06-10T22:15:07.924Z[ host-image] Jun 10 22:15:06.531 INFO O| Jun 10 22:15:06.531 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94452026-06-10T22:15:07.927Z[ host-image] Jun 10 22:15:06.539 INFO O| Jun 10 22:15:06.539 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94462026-06-10T22:15:07.927Z[ host-image] Jun 10 22:15:06.539 INFO O| Jun 10 22:15:06.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
94472026-06-10T22:15:07.927Z[ host-image] Jun 10 22:15:06.539 INFO O| Jun 10 22:15:06.539 INFO ok!
94482026-06-10T22:15:07.927Z[ host-image] Jun 10 22:15:06.539 INFO O| Jun 10 22:15:06.539 INFO STEP 18 (ensure_symlink) COMPLETE
94492026-06-10T22:15:07.927Z[ host-image] Jun 10 22:15:06.539 INFO O| Jun 10 22:15:06.539 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94502026-06-10T22:15:07.931Z[ host-image] Jun 10 22:15:06.545 INFO O| Jun 10 22:15:06.545 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
94512026-06-10T22:15:07.931Z[ host-image] Jun 10 22:15:06.546 INFO O| Jun 10 22:15:06.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
94522026-06-10T22:15:07.931Z[ host-image] Jun 10 22:15:06.546 INFO O| Jun 10 22:15:06.545 INFO ok!
94532026-06-10T22:15:07.931Z[ host-image] Jun 10 22:15:06.546 INFO O| Jun 10 22:15:06.545 INFO STEP 19 (ensure_file) COMPLETE
94542026-06-10T22:15:07.931Z[ host-image] Jun 10 22:15:06.546 INFO O| Jun 10 22:15:06.545 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94552026-06-10T22:15:07.937Z[ host-image] Jun 10 22:15:06.552 INFO O| Jun 10 22:15:06.552 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
94562026-06-10T22:15:07.937Z[ host-image] Jun 10 22:15:06.552 INFO O| Jun 10 22:15:06.552 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94572026-06-10T22:15:07.939Z[ host-image] Jun 10 22:15:06.552 INFO O| Jun 10 22:15:06.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
94582026-06-10T22:15:07.940Z[ host-image] Jun 10 22:15:06.552 INFO O| Jun 10 22:15:06.552 INFO ok!
94592026-06-10T22:15:07.940Z[ host-image] Jun 10 22:15:06.552 INFO O| Jun 10 22:15:06.552 INFO STEP 20 (ensure_symlink) COMPLETE
94602026-06-10T22:15:07.940Z[ host-image] Jun 10 22:15:06.552 INFO O| Jun 10 22:15:06.552 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94612026-06-10T22:15:07.943Z[ host-image] Jun 10 22:15:06.559 INFO O| Jun 10 22:15:06.559 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
94622026-06-10T22:15:07.946Z[ host-image] Jun 10 22:15:06.559 INFO O| Jun 10 22:15:06.559 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94632026-06-10T22:15:07.946Z[ host-image] Jun 10 22:15:06.559 INFO O| Jun 10 22:15:06.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
94642026-06-10T22:15:07.946Z[ host-image] Jun 10 22:15:06.559 INFO O| Jun 10 22:15:06.559 INFO ok!
94652026-06-10T22:15:07.946Z[ host-image] Jun 10 22:15:06.559 INFO O| Jun 10 22:15:06.559 INFO STEP 21 (ensure_symlink) COMPLETE
94662026-06-10T22:15:07.946Z[ host-image] Jun 10 22:15:06.559 INFO O| Jun 10 22:15:06.559 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94672026-06-10T22:15:07.951Z[ host-image] Jun 10 22:15:06.566 INFO O| Jun 10 22:15:06.566 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
94682026-06-10T22:15:07.951Z[ host-image] Jun 10 22:15:06.566 INFO O| Jun 10 22:15:06.566 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94692026-06-10T22:15:07.955Z[ host-image] Jun 10 22:15:06.566 INFO O| Jun 10 22:15:06.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
94702026-06-10T22:15:07.955Z[ host-image] Jun 10 22:15:06.567 INFO O| Jun 10 22:15:06.566 INFO ok!
94712026-06-10T22:15:07.955Z[ host-image] Jun 10 22:15:06.567 INFO O| Jun 10 22:15:06.566 INFO STEP 22 (ensure_symlink) COMPLETE
94722026-06-10T22:15:07.955Z[ host-image] Jun 10 22:15:06.567 INFO O| Jun 10 22:15:06.566 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94732026-06-10T22:15:07.958Z[ host-image] Jun 10 22:15:06.574 INFO O| Jun 10 22:15:06.573 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
94742026-06-10T22:15:07.958Z[ host-image] Jun 10 22:15:06.574 INFO O| Jun 10 22:15:06.573 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94752026-06-10T22:15:07.961Z[ host-image] Jun 10 22:15:06.574 INFO O| Jun 10 22:15:06.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
94762026-06-10T22:15:07.961Z[ host-image] Jun 10 22:15:06.574 INFO O| Jun 10 22:15:06.574 INFO ok!
94772026-06-10T22:15:07.961Z[ host-image] Jun 10 22:15:06.574 INFO O| Jun 10 22:15:06.574 INFO STEP 23 (ensure_symlink) COMPLETE
94782026-06-10T22:15:07.961Z[ host-image] Jun 10 22:15:06.574 INFO O| Jun 10 22:15:06.574 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94792026-06-10T22:15:07.965Z[ host-image] Jun 10 22:15:06.580 INFO O| Jun 10 22:15:06.580 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94802026-06-10T22:15:07.965Z[ host-image] Jun 10 22:15:06.580 INFO O| Jun 10 22:15:06.580 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
94812026-06-10T22:15:07.967Z[ host-image] Jun 10 22:15:06.580 INFO O| Jun 10 22:15:06.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
94822026-06-10T22:15:07.967Z[ host-image] Jun 10 22:15:06.580 INFO O| Jun 10 22:15:06.580 INFO ok!
94832026-06-10T22:15:07.967Z[ host-image] Jun 10 22:15:06.580 INFO O| Jun 10 22:15:06.580 INFO STEP 24 (ensure_file) COMPLETE
94842026-06-10T22:15:07.968Z[ host-image] Jun 10 22:15:06.580 INFO O| Jun 10 22:15:06.580 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94852026-06-10T22:15:07.972Z[ host-image] Jun 10 22:15:06.588 INFO O| Jun 10 22:15:06.588 INFO updating shadow file
94862026-06-10T22:15:07.975Z[ host-image] Jun 10 22:15:06.588 INFO O| Jun 10 22:15:06.588 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94872026-06-10T22:15:07.975Z[ host-image] Jun 10 22:15:06.588 INFO O| Jun 10 22:15:06.588 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94882026-06-10T22:15:07.975Z[ host-image] Jun 10 22:15:06.588 INFO O| Jun 10 22:15:06.588 INFO STEP 25 (shadow) COMPLETE
94892026-06-10T22:15:07.975Z[ host-image] Jun 10 22:15:06.588 INFO O| Jun 10 22:15:06.588 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94902026-06-10T22:15:07.979Z[ host-image] Jun 10 22:15:06.595 INFO O| Jun 10 22:15:06.595 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
94912026-06-10T22:15:07.979Z[ host-image] Jun 10 22:15:06.595 INFO O| Jun 10 22:15:06.595 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
94922026-06-10T22:15:07.983Z[ host-image] Jun 10 22:15:06.595 INFO O| Jun 10 22:15:06.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
94932026-06-10T22:15:07.983Z[ host-image] Jun 10 22:15:06.595 INFO O| Jun 10 22:15:06.595 INFO ok!
94942026-06-10T22:15:07.983Z[ host-image] Jun 10 22:15:06.595 INFO O| Jun 10 22:15:06.595 INFO STEP 26 (ensure_file) COMPLETE
94952026-06-10T22:15:07.983Z[ host-image] Jun 10 22:15:06.595 INFO O| Jun 10 22:15:06.595 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94962026-06-10T22:15:07.988Z[ host-image] Jun 10 22:15:06.601 INFO O| Jun 10 22:15:06.601 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
94972026-06-10T22:15:07.988Z[ host-image] Jun 10 22:15:06.601 INFO O| Jun 10 22:15:06.601 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
94982026-06-10T22:15:07.988Z[ host-image] Jun 10 22:15:06.601 INFO O| Jun 10 22:15:06.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
94992026-06-10T22:15:07.988Z[ host-image] Jun 10 22:15:06.601 INFO O| Jun 10 22:15:06.601 INFO ok!
95002026-06-10T22:15:07.988Z[ host-image] Jun 10 22:15:06.601 INFO O| Jun 10 22:15:06.601 INFO STEP 27 (ensure_file) COMPLETE
95012026-06-10T22:15:07.988Z[ host-image] Jun 10 22:15:06.601 INFO O| Jun 10 22:15:06.601 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95022026-06-10T22:15:07.993Z[ host-image] Jun 10 22:15:06.608 INFO O| Jun 10 22:15:06.608 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95032026-06-10T22:15:07.993Z[ host-image] Jun 10 22:15:06.608 INFO O| Jun 10 22:15:06.608 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
95042026-06-10T22:15:07.997Z[ host-image] Jun 10 22:15:06.608 INFO O| Jun 10 22:15:06.608 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95052026-06-10T22:15:07.997Z[ host-image] Jun 10 22:15:06.608 INFO O| Jun 10 22:15:06.608 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95062026-06-10T22:15:07.997Z[ host-image] Jun 10 22:15:06.608 INFO O| Jun 10 22:15:06.608 INFO ok!
95072026-06-10T22:15:07.997Z[ host-image] Jun 10 22:15:06.608 INFO O| Jun 10 22:15:06.608 INFO STEP 28 (ensure_file) COMPLETE
95082026-06-10T22:15:07.997Z[ host-image] Jun 10 22:15:06.608 INFO O| Jun 10 22:15:06.608 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95092026-06-10T22:15:08.001Z[ host-image] Jun 10 22:15:06.616 INFO O| Jun 10 22:15:06.616 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
95102026-06-10T22:15:08.002Z[ host-image] Jun 10 22:15:06.616 INFO O| Jun 10 22:15:06.616 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
95112026-06-10T22:15:08.002Z[ host-image] Jun 10 22:15:06.616 INFO O| Jun 10 22:15:06.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
95122026-06-10T22:15:08.002Z[ host-image] Jun 10 22:15:06.616 INFO O| Jun 10 22:15:06.616 INFO ok!
95132026-06-10T22:15:08.002Z[ host-image] Jun 10 22:15:06.616 INFO O| Jun 10 22:15:06.616 INFO STEP 29 (ensure_file) COMPLETE
95142026-06-10T22:15:08.002Z[ host-image] Jun 10 22:15:06.616 INFO O| Jun 10 22:15:06.616 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95152026-06-10T22:15:08.006Z[ host-image] Jun 10 22:15:06.622 INFO O| Jun 10 22:15:06.622 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95162026-06-10T22:15:08.009Z[ host-image] Jun 10 22:15:06.622 INFO O| Jun 10 22:15:06.622 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95172026-06-10T22:15:08.009Z[ host-image] Jun 10 22:15:06.622 INFO O| Jun 10 22:15:06.622 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95182026-06-10T22:15:08.009Z[ host-image] Jun 10 22:15:06.622 INFO O| Jun 10 22:15:06.622 INFO STEP 30 (ensure_dir) COMPLETE
95192026-06-10T22:15:08.009Z[ host-image] Jun 10 22:15:06.622 INFO O| Jun 10 22:15:06.622 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95202026-06-10T22:15:08.014Z[ host-image] Jun 10 22:15:06.629 INFO O| Jun 10 22:15:06.629 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
95212026-06-10T22:15:08.014Z[ host-image] Jun 10 22:15:06.629 INFO O| Jun 10 22:15:06.629 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
95222026-06-10T22:15:08.017Z[ host-image] Jun 10 22:15:06.629 INFO O| Jun 10 22:15:06.629 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95232026-06-10T22:15:08.017Z[ host-image] Jun 10 22:15:06.629 INFO O| Jun 10 22:15:06.629 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95242026-06-10T22:15:08.017Z[ host-image] Jun 10 22:15:06.629 INFO O| Jun 10 22:15:06.629 INFO ok!
95252026-06-10T22:15:08.017Z[ host-image] Jun 10 22:15:06.629 INFO O| Jun 10 22:15:06.629 INFO STEP 31 (ensure_file) COMPLETE
95262026-06-10T22:15:08.017Z[ host-image] Jun 10 22:15:06.629 INFO O| Jun 10 22:15:06.629 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95272026-06-10T22:15:08.021Z[ host-image] Jun 10 22:15:06.636 INFO O| Jun 10 22:15:06.636 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95282026-06-10T22:15:08.021Z[ host-image] Jun 10 22:15:06.636 INFO O| Jun 10 22:15:06.636 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95292026-06-10T22:15:08.024Z[ host-image] Jun 10 22:15:06.637 INFO O| Jun 10 22:15:06.636 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95302026-06-10T22:15:08.024Z[ host-image] Jun 10 22:15:06.637 INFO O| Jun 10 22:15:06.637 INFO STEP 32 (ensure_dir) COMPLETE
95312026-06-10T22:15:08.024Z[ host-image] Jun 10 22:15:06.637 INFO O| Jun 10 22:15:06.637 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95322026-06-10T22:15:08.027Z[ host-image] Jun 10 22:15:06.643 INFO O| Jun 10 22:15:06.643 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95332026-06-10T22:15:08.027Z[ host-image] Jun 10 22:15:06.643 INFO O| Jun 10 22:15:06.643 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml ...
95342026-06-10T22:15:08.030Z[ host-image] Jun 10 22:15:06.643 INFO O| Jun 10 22:15:06.643 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
95352026-06-10T22:15:08.030Z[ host-image] Jun 10 22:15:06.643 INFO O| Jun 10 22:15:06.643 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
95362026-06-10T22:15:08.030Z[ host-image] Jun 10 22:15:06.643 INFO O| Jun 10 22:15:06.643 INFO ok!
95372026-06-10T22:15:08.030Z[ host-image] Jun 10 22:15:06.643 INFO O| Jun 10 22:15:06.643 INFO STEP 33 (ensure_file) COMPLETE
95382026-06-10T22:15:08.030Z[ host-image] Jun 10 22:15:06.643 INFO O| Jun 10 22:15:06.643 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95392026-06-10T22:15:08.035Z[ host-image] Jun 10 22:15:06.650 INFO O| Jun 10 22:15:06.650 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
95402026-06-10T22:15:08.035Z[ host-image] Jun 10 22:15:06.650 INFO O| Jun 10 22:15:06.650 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
95412026-06-10T22:15:08.039Z[ host-image] Jun 10 22:15:06.650 INFO O| Jun 10 22:15:06.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
95422026-06-10T22:15:08.039Z[ host-image] Jun 10 22:15:06.650 INFO O| Jun 10 22:15:06.650 INFO ok!
95432026-06-10T22:15:08.039Z[ host-image] Jun 10 22:15:06.650 INFO O| Jun 10 22:15:06.650 INFO STEP 34 (ensure_file) COMPLETE
95442026-06-10T22:15:08.039Z[ host-image] Jun 10 22:15:06.650 INFO O| Jun 10 22:15:06.650 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95452026-06-10T22:15:08.042Z[ host-image] Jun 10 22:15:06.658 INFO O| Jun 10 22:15:06.658 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
95462026-06-10T22:15:08.042Z[ host-image] Jun 10 22:15:06.658 INFO O| Jun 10 22:15:06.658 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
95472026-06-10T22:15:08.045Z[ host-image] Jun 10 22:15:06.658 INFO O| Jun 10 22:15:06.658 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95482026-06-10T22:15:08.045Z[ host-image] Jun 10 22:15:06.658 INFO O| Jun 10 22:15:06.658 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95492026-06-10T22:15:08.045Z[ host-image] Jun 10 22:15:06.658 INFO O| Jun 10 22:15:06.658 INFO ok!
95502026-06-10T22:15:08.045Z[ host-image] Jun 10 22:15:06.658 INFO O| Jun 10 22:15:06.658 INFO STEP 35 (ensure_file) COMPLETE
95512026-06-10T22:15:08.045Z[ host-image] Jun 10 22:15:06.658 INFO O| Jun 10 22:15:06.658 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95522026-06-10T22:15:08.049Z[ host-image] Jun 10 22:15:06.665 INFO O| Jun 10 22:15:06.665 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
95532026-06-10T22:15:08.052Z[ host-image] Jun 10 22:15:06.665 INFO O| Jun 10 22:15:06.665 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
95542026-06-10T22:15:08.052Z[ host-image] Jun 10 22:15:06.665 INFO O| Jun 10 22:15:06.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
95552026-06-10T22:15:08.052Z[ host-image] Jun 10 22:15:06.665 INFO O| Jun 10 22:15:06.665 INFO ok!
95562026-06-10T22:15:08.052Z[ host-image] Jun 10 22:15:06.665 INFO O| Jun 10 22:15:06.665 INFO STEP 36 (ensure_file) COMPLETE
95572026-06-10T22:15:08.052Z[ host-image] Jun 10 22:15:06.665 INFO O| Jun 10 22:15:06.665 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95582026-06-10T22:15:08.056Z[ host-image] Jun 10 22:15:06.672 INFO O| Jun 10 22:15:06.672 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
95592026-06-10T22:15:08.059Z[ host-image] Jun 10 22:15:06.672 INFO O| Jun 10 22:15:06.672 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
95602026-06-10T22:15:08.059Z[ host-image] Jun 10 22:15:06.672 INFO O| Jun 10 22:15:06.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
95612026-06-10T22:15:08.059Z[ host-image] Jun 10 22:15:06.672 INFO O| Jun 10 22:15:06.672 INFO ok!
95622026-06-10T22:15:08.059Z[ host-image] Jun 10 22:15:06.672 INFO O| Jun 10 22:15:06.672 INFO STEP 37 (ensure_file) COMPLETE
95632026-06-10T22:15:08.059Z[ host-image] Jun 10 22:15:06.672 INFO O| Jun 10 22:15:06.672 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95642026-06-10T22:15:08.066Z[ host-image] Jun 10 22:15:06.678 INFO O| Jun 10 22:15:06.678 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
95652026-06-10T22:15:08.066Z[ host-image] Jun 10 22:15:06.678 INFO O| Jun 10 22:15:06.678 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
95662026-06-10T22:15:08.066Z[ host-image] Jun 10 22:15:06.678 INFO O| Jun 10 22:15:06.678 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95672026-06-10T22:15:08.066Z[ host-image] Jun 10 22:15:06.678 INFO O| Jun 10 22:15:06.678 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95682026-06-10T22:15:08.066Z[ host-image] Jun 10 22:15:06.678 INFO O| Jun 10 22:15:06.678 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95692026-06-10T22:15:08.066Z[ host-image] Jun 10 22:15:06.678 INFO O| Jun 10 22:15:06.678 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95702026-06-10T22:15:08.066Z[ host-image] Jun 10 22:15:06.678 INFO O| Jun 10 22:15:06.678 INFO ok!
95712026-06-10T22:15:08.066Z[ host-image] Jun 10 22:15:06.678 INFO O| Jun 10 22:15:06.678 INFO STEP 38 (ensure_file) COMPLETE
95722026-06-10T22:15:08.067Z[ host-image] Jun 10 22:15:06.678 INFO O| Jun 10 22:15:06.678 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95732026-06-10T22:15:08.070Z[ host-image] Jun 10 22:15:06.685 INFO O| Jun 10 22:15:06.685 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95742026-06-10T22:15:08.070Z[ host-image] Jun 10 22:15:06.685 INFO O| Jun 10 22:15:06.685 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95752026-06-10T22:15:08.071Z[ host-image] Jun 10 22:15:06.685 INFO O| Jun 10 22:15:06.685 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95762026-06-10T22:15:08.071Z[ host-image] Jun 10 22:15:06.685 INFO O| Jun 10 22:15:06.685 INFO STEP 39 (ensure_dir) COMPLETE
95772026-06-10T22:15:08.071Z[ host-image] Jun 10 22:15:06.685 INFO O| Jun 10 22:15:06.685 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95782026-06-10T22:15:08.077Z[ host-image] Jun 10 22:15:06.692 INFO O| Jun 10 22:15:06.692 INFO file /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
95792026-06-10T22:15:08.077Z[ host-image] Jun 10 22:15:06.692 INFO O| Jun 10 22:15:06.692 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
95802026-06-10T22:15:08.080Z[ host-image] Jun 10 22:15:06.692 INFO O| Jun 10 22:15:06.692 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
95812026-06-10T22:15:08.080Z[ host-image] Jun 10 22:15:06.692 INFO O| Jun 10 22:15:06.692 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
95822026-06-10T22:15:08.080Z[ host-image] Jun 10 22:15:06.692 INFO O| Jun 10 22:15:06.692 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
95832026-06-10T22:15:08.080Z[ host-image] Jun 10 22:15:06.692 INFO O| Jun 10 22:15:06.692 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
95842026-06-10T22:15:08.080Z[ host-image] Jun 10 22:15:06.692 INFO O| Jun 10 22:15:06.692 INFO ok!
95852026-06-10T22:15:08.081Z[ host-image] Jun 10 22:15:06.692 INFO O| Jun 10 22:15:06.692 INFO STEP 40 (ensure_file) COMPLETE
95862026-06-10T22:15:08.081Z[ host-image] Jun 10 22:15:06.692 INFO O| Jun 10 22:15:06.692 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95872026-06-10T22:15:08.084Z[ host-image] Jun 10 22:15:06.700 INFO O| Jun 10 22:15:06.700 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95882026-06-10T22:15:08.084Z[ host-image] Jun 10 22:15:06.700 INFO O| Jun 10 22:15:06.700 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
95892026-06-10T22:15:08.087Z[ host-image] Jun 10 22:15:06.700 INFO O| Jun 10 22:15:06.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95902026-06-10T22:15:08.087Z[ host-image] Jun 10 22:15:06.700 INFO O| Jun 10 22:15:06.700 INFO ok!
95912026-06-10T22:15:08.088Z[ host-image] Jun 10 22:15:06.700 INFO O| Jun 10 22:15:06.700 INFO STEP 41 (ensure_symlink) COMPLETE
95922026-06-10T22:15:08.088Z[ host-image] Jun 10 22:15:06.700 INFO O| Jun 10 22:15:06.700 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95932026-06-10T22:15:08.091Z[ host-image] Jun 10 22:15:06.707 INFO O| Jun 10 22:15:06.707 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
95942026-06-10T22:15:08.091Z[ host-image] Jun 10 22:15:06.707 INFO O| Jun 10 22:15:06.707 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95952026-06-10T22:15:08.094Z[ host-image] Jun 10 22:15:06.707 INFO O| Jun 10 22:15:06.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
95962026-06-10T22:15:08.094Z[ host-image] Jun 10 22:15:06.707 INFO O| Jun 10 22:15:06.707 INFO ok!
95972026-06-10T22:15:08.094Z[ host-image] Jun 10 22:15:06.707 INFO O| Jun 10 22:15:06.707 INFO STEP 42 (ensure_symlink) COMPLETE
95982026-06-10T22:15:08.094Z[ host-image] Jun 10 22:15:06.707 INFO O| Jun 10 22:15:06.707 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95992026-06-10T22:15:08.098Z[ host-image] Jun 10 22:15:06.714 INFO O| Jun 10 22:15:06.714 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
96002026-06-10T22:15:08.098Z[ host-image] Jun 10 22:15:06.714 INFO O| Jun 10 22:15:06.714 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
96012026-06-10T22:15:08.101Z[ host-image] Jun 10 22:15:06.714 INFO O| Jun 10 22:15:06.714 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96022026-06-10T22:15:08.101Z[ host-image] Jun 10 22:15:06.714 INFO O| Jun 10 22:15:06.714 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96032026-06-10T22:15:08.101Z[ host-image] Jun 10 22:15:06.714 INFO O| Jun 10 22:15:06.714 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96042026-06-10T22:15:08.101Z[ host-image] Jun 10 22:15:06.714 INFO O| Jun 10 22:15:06.714 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96052026-06-10T22:15:08.102Z[ host-image] Jun 10 22:15:06.714 INFO O| Jun 10 22:15:06.714 INFO ok!
96062026-06-10T22:15:08.102Z[ host-image] Jun 10 22:15:06.714 INFO O| Jun 10 22:15:06.714 INFO STEP 43 (ensure_file) COMPLETE
96072026-06-10T22:15:08.102Z[ host-image] Jun 10 22:15:06.714 INFO O| Jun 10 22:15:06.714 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96082026-06-10T22:15:08.106Z[ host-image] Jun 10 22:15:06.722 INFO O| Jun 10 22:15:06.722 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
96092026-06-10T22:15:08.106Z[ host-image] Jun 10 22:15:06.722 INFO O| Jun 10 22:15:06.722 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml ...
96102026-06-10T22:15:08.106Z[ host-image] Jun 10 22:15:06.722 INFO O| Jun 10 22:15:06.722 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
96112026-06-10T22:15:08.109Z[ host-image] Jun 10 22:15:06.722 INFO O| Jun 10 22:15:06.722 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
96122026-06-10T22:15:08.109Z[ host-image] Jun 10 22:15:06.722 INFO O| Jun 10 22:15:06.722 INFO ok!
96132026-06-10T22:15:08.109Z[ host-image] Jun 10 22:15:06.722 INFO O| Jun 10 22:15:06.722 INFO STEP 44 (ensure_file) COMPLETE
96142026-06-10T22:15:08.109Z[ host-image] Jun 10 22:15:06.722 INFO O| Jun 10 22:15:06.722 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96152026-06-10T22:15:08.114Z[ host-image] Jun 10 22:15:06.729 INFO O| Jun 10 22:15:06.729 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
96162026-06-10T22:15:08.114Z[ host-image] Jun 10 22:15:06.729 INFO O| Jun 10 22:15:06.729 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
96172026-06-10T22:15:08.117Z[ host-image] Jun 10 22:15:06.729 INFO O| Jun 10 22:15:06.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
96182026-06-10T22:15:08.118Z[ host-image] Jun 10 22:15:06.729 INFO O| Jun 10 22:15:06.729 INFO ok!
96192026-06-10T22:15:08.118Z[ host-image] Jun 10 22:15:06.729 INFO O| Jun 10 22:15:06.729 INFO STEP 45 (ensure_file) COMPLETE
96202026-06-10T22:15:08.118Z[ host-image] Jun 10 22:15:06.729 INFO O| Jun 10 22:15:06.729 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96212026-06-10T22:15:08.121Z[ host-image] Jun 10 22:15:06.737 INFO O| Jun 10 22:15:06.737 INFO updating shadow file
96222026-06-10T22:15:08.126Z[ host-image] Jun 10 22:15:06.737 INFO O| Jun 10 22:15:06.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96232026-06-10T22:15:08.126Z[ host-image] Jun 10 22:15:06.737 INFO O| Jun 10 22:15:06.737 INFO STEP 46 (shadow) COMPLETE
96242026-06-10T22:15:08.126Z[ host-image] Jun 10 22:15:06.737 INFO O| Jun 10 22:15:06.737 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96252026-06-10T22:15:08.130Z[ host-image] Jun 10 22:15:06.745 INFO O| Jun 10 22:15:06.744 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
96262026-06-10T22:15:08.133Z[ host-image] Jun 10 22:15:06.745 INFO O| Jun 10 22:15:06.745 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
96272026-06-10T22:15:08.133Z[ host-image] Jun 10 22:15:06.745 INFO O| Jun 10 22:15:06.745 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96282026-06-10T22:15:08.134Z[ host-image] Jun 10 22:15:06.745 INFO O| Jun 10 22:15:06.745 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96292026-06-10T22:15:08.134Z[ host-image] Jun 10 22:15:06.745 INFO O| Jun 10 22:15:06.745 INFO ok!
96302026-06-10T22:15:08.134Z[ host-image] Jun 10 22:15:06.745 INFO O| Jun 10 22:15:06.745 INFO STEP 47 (ensure_file) COMPLETE
96312026-06-10T22:15:08.134Z[ host-image] Jun 10 22:15:06.745 INFO O| Jun 10 22:15:06.745 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96322026-06-10T22:15:08.134Z[ host-image] Jun 10 22:15:06.745 INFO O| Jun 10 22:15:06.745 INFO skip step because feature "mfg" is not enabled
96332026-06-10T22:15:08.134Z[ host-image] Jun 10 22:15:06.745 INFO O| Jun 10 22:15:06.745 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96342026-06-10T22:15:08.134Z[ host-image] Jun 10 22:15:06.745 INFO O| Jun 10 22:15:06.745 INFO skip step because feature "mfg" is not enabled
96352026-06-10T22:15:08.134Z[ host-image] Jun 10 22:15:06.745 INFO O| Jun 10 22:15:06.745 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96362026-06-10T22:15:08.138Z[ host-image] Jun 10 22:15:06.752 INFO O| Jun 10 22:15:06.752 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
96372026-06-10T22:15:08.138Z[ host-image] Jun 10 22:15:06.752 INFO O| Jun 10 22:15:06.752 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
96382026-06-10T22:15:08.157Z[ host-image] Jun 10 22:15:06.773 INFO O| Jun 10 22:15:06.773 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96392026-06-10T22:15:08.157Z[ host-image] Jun 10 22:15:06.773 INFO O| Jun 10 22:15:06.773 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96402026-06-10T22:15:08.161Z[ host-image] Jun 10 22:15:06.773 INFO O| Jun 10 22:15:06.773 INFO ok!
96412026-06-10T22:15:08.161Z[ host-image] Jun 10 22:15:06.773 INFO O| Jun 10 22:15:06.773 INFO STEP 50 (ensure_file) COMPLETE
96422026-06-10T22:15:08.161Z[ host-image] Jun 10 22:15:06.773 INFO O| Jun 10 22:15:06.773 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96432026-06-10T22:15:08.161Z[ host-image] Jun 10 22:15:06.773 INFO O| Jun 10 22:15:06.773 INFO skip step because feature "compliance" is not enabled
96442026-06-10T22:15:08.161Z[ host-image] Jun 10 22:15:06.773 INFO O| Jun 10 22:15:06.773 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96452026-06-10T22:15:08.166Z[ host-image] Jun 10 22:15:06.782 INFO O| Jun 10 22:15:06.781 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
96462026-06-10T22:15:08.169Z[ host-image] Jun 10 22:15:06.782 INFO O| Jun 10 22:15:06.782 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
96472026-06-10T22:15:08.169Z[ host-image] Jun 10 22:15:06.782 INFO O| Jun 10 22:15:06.782 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96482026-06-10T22:15:08.169Z[ host-image] Jun 10 22:15:06.782 INFO O| Jun 10 22:15:06.782 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96492026-06-10T22:15:08.169Z[ host-image] Jun 10 22:15:06.782 INFO O| Jun 10 22:15:06.782 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96502026-06-10T22:15:08.169Z[ host-image] Jun 10 22:15:06.782 INFO O| Jun 10 22:15:06.782 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96512026-06-10T22:15:08.169Z[ host-image] Jun 10 22:15:06.782 INFO O| Jun 10 22:15:06.782 INFO ok!
96522026-06-10T22:15:08.169Z[ host-image] Jun 10 22:15:06.782 INFO O| Jun 10 22:15:06.782 INFO STEP 52 (ensure_file) COMPLETE
96532026-06-10T22:15:08.169Z[ host-image] Jun 10 22:15:06.782 INFO O| Jun 10 22:15:06.782 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96542026-06-10T22:15:08.174Z[ host-image] Jun 10 22:15:06.790 INFO O| Jun 10 22:15:06.790 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
96552026-06-10T22:15:08.174Z[ host-image] Jun 10 22:15:06.790 INFO O| Jun 10 22:15:06.790 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
96562026-06-10T22:15:08.177Z[ host-image] Jun 10 22:15:06.790 INFO O| Jun 10 22:15:06.790 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
96572026-06-10T22:15:08.177Z[ host-image] Jun 10 22:15:06.790 INFO O| Jun 10 22:15:06.790 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
96582026-06-10T22:15:08.177Z[ host-image] Jun 10 22:15:06.790 INFO O| Jun 10 22:15:06.790 INFO ok!
96592026-06-10T22:15:08.177Z[ host-image] Jun 10 22:15:06.790 INFO O| Jun 10 22:15:06.790 INFO STEP 53 (ensure_file) COMPLETE
96602026-06-10T22:15:08.177Z[ host-image] Jun 10 22:15:06.790 INFO O| Jun 10 22:15:06.790 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96612026-06-10T22:15:08.182Z[ host-image] Jun 10 22:15:06.798 INFO O| Jun 10 22:15:06.798 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
96622026-06-10T22:15:08.182Z[ host-image] Jun 10 22:15:06.798 INFO O| Jun 10 22:15:06.798 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen ...
96632026-06-10T22:15:08.185Z[ host-image] Jun 10 22:15:06.798 INFO O| Jun 10 22:15:06.798 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96642026-06-10T22:15:08.185Z[ host-image] Jun 10 22:15:06.798 INFO O| Jun 10 22:15:06.798 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96652026-06-10T22:15:08.185Z[ host-image] Jun 10 22:15:06.798 INFO O| Jun 10 22:15:06.798 INFO ok!
96662026-06-10T22:15:08.185Z[ host-image] Jun 10 22:15:06.798 INFO O| Jun 10 22:15:06.798 INFO STEP 54 (ensure_file) COMPLETE
96672026-06-10T22:15:08.185Z[ host-image] Jun 10 22:15:06.798 INFO O| Jun 10 22:15:06.798 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96682026-06-10T22:15:08.190Z[ host-image] Jun 10 22:15:06.806 INFO O| Jun 10 22:15:06.805 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
96692026-06-10T22:15:08.190Z[ host-image] Jun 10 22:15:06.806 INFO O| Jun 10 22:15:06.806 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml ...
96702026-06-10T22:15:08.193Z[ host-image] Jun 10 22:15:06.806 INFO O| Jun 10 22:15:06.806 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
96712026-06-10T22:15:08.193Z[ host-image] Jun 10 22:15:06.806 INFO O| Jun 10 22:15:06.806 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
96722026-06-10T22:15:08.193Z[ host-image] Jun 10 22:15:06.806 INFO O| Jun 10 22:15:06.806 INFO ok!
96732026-06-10T22:15:08.193Z[ host-image] Jun 10 22:15:06.806 INFO O| Jun 10 22:15:06.806 INFO STEP 55 (ensure_file) COMPLETE
96742026-06-10T22:15:08.193Z[ host-image] Jun 10 22:15:06.806 INFO O| Jun 10 22:15:06.806 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96752026-06-10T22:15:08.204Z[ host-image] Jun 10 22:15:06.820 INFO O| Jun 10 22:15:06.820 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
96762026-06-10T22:15:08.205Z[ host-image] Jun 10 22:15:06.820 INFO O| Jun 10 22:15:06.820 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen ...
96772026-06-10T22:15:08.208Z[ host-image] Jun 10 22:15:06.820 INFO O| Jun 10 22:15:06.820 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96782026-06-10T22:15:08.208Z[ host-image] Jun 10 22:15:06.820 INFO O| Jun 10 22:15:06.820 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96792026-06-10T22:15:08.208Z[ host-image] Jun 10 22:15:06.820 INFO O| Jun 10 22:15:06.820 INFO ok!
96802026-06-10T22:15:08.208Z[ host-image] Jun 10 22:15:06.820 INFO O| Jun 10 22:15:06.820 INFO STEP 56 (ensure_file) COMPLETE
96812026-06-10T22:15:08.208Z[ host-image] Jun 10 22:15:06.820 INFO O| Jun 10 22:15:06.820 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96822026-06-10T22:15:08.211Z[ host-image] Jun 10 22:15:06.827 INFO O| Jun 10 22:15:06.827 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
96832026-06-10T22:15:08.214Z[ host-image] Jun 10 22:15:06.827 INFO O| Jun 10 22:15:06.827 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml ...
96842026-06-10T22:15:08.214Z[ host-image] Jun 10 22:15:06.827 INFO O| Jun 10 22:15:06.827 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
96852026-06-10T22:15:08.214Z[ host-image] Jun 10 22:15:06.827 INFO O| Jun 10 22:15:06.827 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
96862026-06-10T22:15:08.214Z[ host-image] Jun 10 22:15:06.827 INFO O| Jun 10 22:15:06.827 INFO ok!
96872026-06-10T22:15:08.214Z[ host-image] Jun 10 22:15:06.827 INFO O| Jun 10 22:15:06.827 INFO STEP 57 (ensure_file) COMPLETE
96882026-06-10T22:15:08.214Z[ host-image] Jun 10 22:15:06.827 INFO O| Jun 10 22:15:06.827 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96892026-06-10T22:15:08.217Z[ host-image] Jun 10 22:15:06.833 INFO O| Jun 10 22:15:06.833 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
96902026-06-10T22:15:08.217Z[ host-image] Jun 10 22:15:06.833 INFO O| Jun 10 22:15:06.833 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-nvme-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen ...
96912026-06-10T22:15:08.220Z[ host-image] Jun 10 22:15:06.833 INFO O| Jun 10 22:15:06.833 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96922026-06-10T22:15:08.220Z[ host-image] Jun 10 22:15:06.833 INFO O| Jun 10 22:15:06.833 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96932026-06-10T22:15:08.220Z[ host-image] Jun 10 22:15:06.833 INFO O| Jun 10 22:15:06.833 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96942026-06-10T22:15:08.220Z[ host-image] Jun 10 22:15:06.833 INFO O| Jun 10 22:15:06.833 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96952026-06-10T22:15:08.220Z[ host-image] Jun 10 22:15:06.833 INFO O| Jun 10 22:15:06.833 INFO ok!
96962026-06-10T22:15:08.222Z[ host-image] Jun 10 22:15:06.833 INFO O| Jun 10 22:15:06.833 INFO STEP 58 (ensure_file) COMPLETE
96972026-06-10T22:15:08.222Z[ host-image] Jun 10 22:15:06.833 INFO O| Jun 10 22:15:06.833 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96982026-06-10T22:15:08.225Z[ host-image] Jun 10 22:15:06.839 INFO O| Jun 10 22:15:06.839 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
96992026-06-10T22:15:08.225Z[ host-image] Jun 10 22:15:06.839 INFO O| Jun 10 22:15:06.839 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-nvme-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml ...
97002026-06-10T22:15:08.225Z[ host-image] Jun 10 22:15:06.839 INFO O| Jun 10 22:15:06.839 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97012026-06-10T22:15:08.225Z[ host-image] Jun 10 22:15:06.839 INFO O| Jun 10 22:15:06.839 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97022026-06-10T22:15:08.225Z[ host-image] Jun 10 22:15:06.839 INFO O| Jun 10 22:15:06.839 INFO ok!
97032026-06-10T22:15:08.225Z[ host-image] Jun 10 22:15:06.839 INFO O| Jun 10 22:15:06.839 INFO STEP 59 (ensure_file) COMPLETE
97042026-06-10T22:15:08.225Z[ host-image] Jun 10 22:15:06.839 INFO O| Jun 10 22:15:06.839 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97052026-06-10T22:15:08.230Z[ host-image] Jun 10 22:15:06.845 INFO O| Jun 10 22:15:06.845 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
97062026-06-10T22:15:08.230Z[ host-image] Jun 10 22:15:06.845 INFO O| Jun 10 22:15:06.845 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
97072026-06-10T22:15:08.236Z[ host-image] Jun 10 22:15:06.845 INFO O| Jun 10 22:15:06.845 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97082026-06-10T22:15:08.236Z[ host-image] Jun 10 22:15:06.845 INFO O| Jun 10 22:15:06.845 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97092026-06-10T22:15:08.236Z[ host-image] Jun 10 22:15:06.845 INFO O| Jun 10 22:15:06.845 INFO ok!
97102026-06-10T22:15:08.236Z[ host-image] Jun 10 22:15:06.845 INFO O| Jun 10 22:15:06.845 INFO STEP 60 (ensure_file) COMPLETE
97112026-06-10T22:15:08.236Z[ host-image] Jun 10 22:15:06.845 INFO O| Jun 10 22:15:06.845 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97122026-06-10T22:15:08.239Z[ host-image] Jun 10 22:15:06.853 INFO O| Jun 10 22:15:06.853 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
97132026-06-10T22:15:08.239Z[ host-image] Jun 10 22:15:06.853 INFO O| Jun 10 22:15:06.853 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml ...
97142026-06-10T22:15:08.239Z[ host-image] Jun 10 22:15:06.853 INFO O| Jun 10 22:15:06.853 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97152026-06-10T22:15:08.239Z[ host-image] Jun 10 22:15:06.853 INFO O| Jun 10 22:15:06.853 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97162026-06-10T22:15:08.239Z[ host-image] Jun 10 22:15:06.853 INFO O| Jun 10 22:15:06.853 INFO ok!
97172026-06-10T22:15:08.239Z[ host-image] Jun 10 22:15:06.853 INFO O| Jun 10 22:15:06.853 INFO STEP 61 (ensure_file) COMPLETE
97182026-06-10T22:15:08.239Z[ host-image] Jun 10 22:15:06.853 INFO O| Jun 10 22:15:06.853 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97192026-06-10T22:15:08.245Z[ host-image] Jun 10 22:15:06.860 INFO O| Jun 10 22:15:06.860 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
97202026-06-10T22:15:08.245Z[ host-image] Jun 10 22:15:06.860 INFO O| Jun 10 22:15:06.860 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
97212026-06-10T22:15:08.248Z[ host-image] Jun 10 22:15:06.860 INFO O| Jun 10 22:15:06.860 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97222026-06-10T22:15:08.248Z[ host-image] Jun 10 22:15:06.860 INFO O| Jun 10 22:15:06.860 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97232026-06-10T22:15:08.248Z[ host-image] Jun 10 22:15:06.860 INFO O| Jun 10 22:15:06.860 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97242026-06-10T22:15:08.248Z[ host-image] Jun 10 22:15:06.860 INFO O| Jun 10 22:15:06.860 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97252026-06-10T22:15:08.249Z[ host-image] Jun 10 22:15:06.860 INFO O| Jun 10 22:15:06.860 INFO ok!
97262026-06-10T22:15:08.249Z[ host-image] Jun 10 22:15:06.860 INFO O| Jun 10 22:15:06.860 INFO STEP 62 (ensure_file) COMPLETE
97272026-06-10T22:15:08.249Z[ host-image] Jun 10 22:15:06.860 INFO O| Jun 10 22:15:06.860 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97282026-06-10T22:15:08.252Z[ host-image] Jun 10 22:15:06.867 INFO O| Jun 10 22:15:06.867 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
97292026-06-10T22:15:08.252Z[ host-image] Jun 10 22:15:06.867 INFO O| Jun 10 22:15:06.867 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
97302026-06-10T22:15:08.252Z[ host-image] Jun 10 22:15:06.867 INFO O| Jun 10 22:15:06.867 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
97312026-06-10T22:15:08.252Z[ host-image] Jun 10 22:15:06.867 INFO O| Jun 10 22:15:06.867 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
97322026-06-10T22:15:08.252Z[ host-image] Jun 10 22:15:06.867 INFO O| Jun 10 22:15:06.867 INFO ok!
97332026-06-10T22:15:08.252Z[ host-image] Jun 10 22:15:06.867 INFO O| Jun 10 22:15:06.867 INFO STEP 63 (ensure_file) COMPLETE
97342026-06-10T22:15:08.252Z[ host-image] Jun 10 22:15:06.867 INFO O| Jun 10 22:15:06.867 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97352026-06-10T22:15:08.258Z[ host-image] Jun 10 22:15:06.874 INFO O| Jun 10 22:15:06.874 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
97362026-06-10T22:15:08.258Z[ host-image] Jun 10 22:15:06.874 INFO O| Jun 10 22:15:06.874 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
97372026-06-10T22:15:08.261Z[ host-image] Jun 10 22:15:06.874 INFO O| Jun 10 22:15:06.874 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
97382026-06-10T22:15:08.261Z[ host-image] Jun 10 22:15:06.874 INFO O| Jun 10 22:15:06.874 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
97392026-06-10T22:15:08.261Z[ host-image] Jun 10 22:15:06.874 INFO O| Jun 10 22:15:06.874 INFO ok!
97402026-06-10T22:15:08.261Z[ host-image] Jun 10 22:15:06.874 INFO O| Jun 10 22:15:06.874 INFO STEP 64 (ensure_file) COMPLETE
97412026-06-10T22:15:08.261Z[ host-image] Jun 10 22:15:06.874 INFO O| Jun 10 22:15:06.874 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97422026-06-10T22:15:08.265Z[ host-image] Jun 10 22:15:06.880 INFO O| Jun 10 22:15:06.880 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
97432026-06-10T22:15:08.265Z[ host-image] Jun 10 22:15:06.880 INFO O| Jun 10 22:15:06.880 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
97442026-06-10T22:15:08.268Z[ host-image] Jun 10 22:15:06.880 INFO O| Jun 10 22:15:06.880 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
97452026-06-10T22:15:08.268Z[ host-image] Jun 10 22:15:06.880 INFO O| Jun 10 22:15:06.880 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
97462026-06-10T22:15:08.268Z[ host-image] Jun 10 22:15:06.880 INFO O| Jun 10 22:15:06.880 INFO ok!
97472026-06-10T22:15:08.268Z[ host-image] Jun 10 22:15:06.880 INFO O| Jun 10 22:15:06.880 INFO STEP 65 (ensure_file) COMPLETE
97482026-06-10T22:15:08.268Z[ host-image] Jun 10 22:15:06.880 INFO O| Jun 10 22:15:06.880 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97492026-06-10T22:15:08.268Z[ host-image] Jun 10 22:15:06.880 INFO O| Jun 10 22:15:06.880 INFO skip step because feature "mbist" is not enabled
97502026-06-10T22:15:08.268Z[ host-image] Jun 10 22:15:06.880 INFO O| Jun 10 22:15:06.880 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512026-06-10T22:15:08.272Z[ host-image] Jun 10 22:15:06.888 INFO O| Jun 10 22:15:06.888 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
97522026-06-10T22:15:08.272Z[ host-image] Jun 10 22:15:06.888 INFO O| Jun 10 22:15:06.888 INFO STEP 67 (ensure_dir) COMPLETE
97532026-06-10T22:15:08.272Z[ host-image] Jun 10 22:15:06.888 INFO O| Jun 10 22:15:06.888 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97542026-06-10T22:15:08.279Z[ host-image] Jun 10 22:15:06.895 INFO O| Jun 10 22:15:06.895 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97552026-06-10T22:15:08.279Z[ host-image] Jun 10 22:15:06.895 INFO O| Jun 10 22:15:06.895 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97562026-06-10T22:15:08.282Z[ host-image] Jun 10 22:15:06.895 INFO O| Jun 10 22:15:06.895 INFO STEP 68 (ensure_dir) COMPLETE
97572026-06-10T22:15:08.282Z[ host-image] Jun 10 22:15:06.895 INFO O| Jun 10 22:15:06.895 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582026-06-10T22:15:08.285Z[ host-image] Jun 10 22:15:06.901 INFO O| Jun 10 22:15:06.901 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97592026-06-10T22:15:08.285Z[ host-image] Jun 10 22:15:06.901 INFO O| Jun 10 22:15:06.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97602026-06-10T22:15:08.285Z[ host-image] Jun 10 22:15:06.901 INFO O| Jun 10 22:15:06.901 INFO STEP 69 (ensure_dir) COMPLETE
97612026-06-10T22:15:08.285Z[ host-image] Jun 10 22:15:06.901 INFO O| Jun 10 22:15:06.901 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97622026-06-10T22:15:08.293Z[ host-image] Jun 10 22:15:06.908 INFO O| Jun 10 22:15:06.908 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
97632026-06-10T22:15:08.293Z[ host-image] Jun 10 22:15:06.908 INFO O| Jun 10 22:15:06.908 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
97642026-06-10T22:15:08.826Z[ host-image] Jun 10 22:15:07.441 INFO O| Jun 10 22:15:07.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
97652026-06-10T22:15:08.826Z[ host-image] Jun 10 22:15:07.441 INFO O| Jun 10 22:15:07.441 INFO ok!
97662026-06-10T22:15:08.826Z[ host-image] Jun 10 22:15:07.441 INFO O| Jun 10 22:15:07.441 INFO STEP 70 (ensure_file) COMPLETE
97672026-06-10T22:15:08.829Z[ host-image] Jun 10 22:15:07.441 INFO O| Jun 10 22:15:07.441 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97682026-06-10T22:15:08.835Z[ host-image] Jun 10 22:15:07.450 INFO O| Jun 10 22:15:07.450 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
97692026-06-10T22:15:08.835Z[ host-image] Jun 10 22:15:07.450 INFO O| Jun 10 22:15:07.450 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
97702026-06-10T22:15:09.300Z[ host-image] Jun 10 22:15:07.915 INFO O| Jun 10 22:15:07.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
97712026-06-10T22:15:09.300Z[ host-image] Jun 10 22:15:07.915 INFO O| Jun 10 22:15:07.915 INFO ok!
97722026-06-10T22:15:09.300Z[ host-image] Jun 10 22:15:07.915 INFO O| Jun 10 22:15:07.915 INFO STEP 71 (ensure_file) COMPLETE
97732026-06-10T22:15:09.304Z[ host-image] Jun 10 22:15:07.915 INFO O| Jun 10 22:15:07.915 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97742026-06-10T22:15:09.310Z[ host-image] Jun 10 22:15:07.925 INFO O| Jun 10 22:15:07.925 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97752026-06-10T22:15:09.313Z[ host-image] Jun 10 22:15:07.925 INFO O| Jun 10 22:15:07.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97762026-06-10T22:15:09.313Z[ host-image] Jun 10 22:15:07.925 INFO O| Jun 10 22:15:07.925 INFO STEP 72 (ensure_dir) COMPLETE
97772026-06-10T22:15:09.313Z[ host-image] Jun 10 22:15:07.925 INFO O| Jun 10 22:15:07.925 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97782026-06-10T22:15:09.316Z[ host-image] Jun 10 22:15:07.932 INFO O| Jun 10 22:15:07.932 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
97792026-06-10T22:15:09.316Z[ host-image] Jun 10 22:15:07.932 INFO O| Jun 10 22:15:07.932 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
97802026-06-10T22:15:09.319Z[ host-image] Jun 10 22:15:07.932 INFO O| Jun 10 22:15:07.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
97812026-06-10T22:15:09.319Z[ host-image] Jun 10 22:15:07.932 INFO O| Jun 10 22:15:07.932 INFO ok!
97822026-06-10T22:15:09.319Z[ host-image] Jun 10 22:15:07.932 INFO O| Jun 10 22:15:07.932 INFO STEP 73 (ensure_file) COMPLETE
97832026-06-10T22:15:09.319Z[ host-image] Jun 10 22:15:07.932 INFO O| Jun 10 22:15:07.932 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97842026-06-10T22:15:09.326Z[ host-image] Jun 10 22:15:07.941 INFO O| Jun 10 22:15:07.941 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
97852026-06-10T22:15:09.326Z[ host-image] Jun 10 22:15:07.941 INFO O| Jun 10 22:15:07.941 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
97862026-06-10T22:15:09.329Z[ host-image] Jun 10 22:15:07.941 INFO O| Jun 10 22:15:07.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
97872026-06-10T22:15:09.329Z[ host-image] Jun 10 22:15:07.941 INFO O| Jun 10 22:15:07.941 INFO ok!
97882026-06-10T22:15:09.329Z[ host-image] Jun 10 22:15:07.941 INFO O| Jun 10 22:15:07.941 INFO STEP 74 (ensure_file) COMPLETE
97892026-06-10T22:15:09.330Z[ host-image] Jun 10 22:15:07.941 INFO O| Jun 10 22:15:07.941 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97902026-06-10T22:15:09.380Z[ host-image] Jun 10 22:15:07.950 INFO O| Jun 10 22:15:07.949 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97912026-06-10T22:15:09.380Z[ host-image] Jun 10 22:15:07.950 INFO O| Jun 10 22:15:07.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97922026-06-10T22:15:09.380Z[ host-image] Jun 10 22:15:07.950 INFO O| Jun 10 22:15:07.950 INFO STEP 75 (ensure_dir) COMPLETE
97932026-06-10T22:15:09.380Z[ host-image] Jun 10 22:15:07.950 INFO O| Jun 10 22:15:07.950 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97942026-06-10T22:15:09.380Z[ host-image] Jun 10 22:15:07.958 INFO O| Jun 10 22:15:07.958 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
97952026-06-10T22:15:09.380Z[ host-image] Jun 10 22:15:07.958 INFO O| Jun 10 22:15:07.958 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
97962026-06-10T22:15:09.380Z[ host-image] Jun 10 22:15:07.958 INFO O| Jun 10 22:15:07.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
97972026-06-10T22:15:09.380Z[ host-image] Jun 10 22:15:07.958 INFO O| Jun 10 22:15:07.958 INFO ok!
97982026-06-10T22:15:09.380Z[ host-image] Jun 10 22:15:07.958 INFO O| Jun 10 22:15:07.958 INFO STEP 76 (ensure_file) COMPLETE
97992026-06-10T22:15:09.381Z[ host-image] Jun 10 22:15:07.958 INFO O| Jun 10 22:15:07.958 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98002026-06-10T22:15:09.381Z[ host-image] Jun 10 22:15:07.965 INFO O| Jun 10 22:15:07.965 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
98012026-06-10T22:15:09.381Z[ host-image] Jun 10 22:15:07.965 INFO O| Jun 10 22:15:07.965 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
98022026-06-10T22:15:09.381Z[ host-image] Jun 10 22:15:07.965 INFO O| Jun 10 22:15:07.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
98032026-06-10T22:15:09.381Z[ host-image] Jun 10 22:15:07.965 INFO O| Jun 10 22:15:07.965 INFO ok!
98042026-06-10T22:15:09.381Z[ host-image] Jun 10 22:15:07.965 INFO O| Jun 10 22:15:07.965 INFO STEP 77 (ensure_file) COMPLETE
98052026-06-10T22:15:09.381Z[ host-image] Jun 10 22:15:07.965 INFO O| Jun 10 22:15:07.965 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98062026-06-10T22:15:09.381Z[ host-image] Jun 10 22:15:07.973 INFO O| Jun 10 22:15:07.973 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98072026-06-10T22:15:09.381Z[ host-image] Jun 10 22:15:07.974 INFO O| Jun 10 22:15:07.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98082026-06-10T22:15:09.381Z[ host-image] Jun 10 22:15:07.974 INFO O| Jun 10 22:15:07.974 INFO STEP 78 (ensure_dir) COMPLETE
98092026-06-10T22:15:09.381Z[ host-image] Jun 10 22:15:07.974 INFO O| Jun 10 22:15:07.974 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98102026-06-10T22:15:09.381Z[ host-image] Jun 10 22:15:07.980 INFO O| Jun 10 22:15:07.980 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
98112026-06-10T22:15:09.381Z[ host-image] Jun 10 22:15:07.980 INFO O| Jun 10 22:15:07.980 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
98122026-06-10T22:15:09.381Z[ host-image] Jun 10 22:15:07.981 INFO O| Jun 10 22:15:07.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
98132026-06-10T22:15:09.382Z[ host-image] Jun 10 22:15:07.981 INFO O| Jun 10 22:15:07.981 INFO ok!
98142026-06-10T22:15:09.382Z[ host-image] Jun 10 22:15:07.981 INFO O| Jun 10 22:15:07.981 INFO STEP 79 (ensure_file) COMPLETE
98152026-06-10T22:15:09.382Z[ host-image] Jun 10 22:15:07.981 INFO O| Jun 10 22:15:07.981 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98162026-06-10T22:15:09.382Z[ host-image] Jun 10 22:15:07.987 INFO O| Jun 10 22:15:07.987 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
98172026-06-10T22:15:09.382Z[ host-image] Jun 10 22:15:07.987 INFO O| Jun 10 22:15:07.987 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
98182026-06-10T22:15:09.382Z[ host-image] Jun 10 22:15:07.987 INFO O| Jun 10 22:15:07.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
98192026-06-10T22:15:09.382Z[ host-image] Jun 10 22:15:07.987 INFO O| Jun 10 22:15:07.987 INFO ok!
98202026-06-10T22:15:09.382Z[ host-image] Jun 10 22:15:07.987 INFO O| Jun 10 22:15:07.987 INFO STEP 80 (ensure_file) COMPLETE
98212026-06-10T22:15:09.382Z[ host-image] Jun 10 22:15:07.987 INFO O| Jun 10 22:15:07.987 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98222026-06-10T22:15:09.382Z[ host-image] Jun 10 22:15:07.995 INFO O| Jun 10 22:15:07.995 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98232026-06-10T22:15:09.382Z[ host-image] Jun 10 22:15:07.995 INFO O| Jun 10 22:15:07.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98242026-06-10T22:15:09.382Z[ host-image] Jun 10 22:15:07.995 INFO O| Jun 10 22:15:07.995 INFO STEP 81 (ensure_dir) COMPLETE
98252026-06-10T22:15:09.382Z[ host-image] Jun 10 22:15:07.995 INFO O| Jun 10 22:15:07.995 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98262026-06-10T22:15:09.386Z[ host-image] Jun 10 22:15:08.002 INFO O| Jun 10 22:15:08.002 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
98272026-06-10T22:15:09.386Z[ host-image] Jun 10 22:15:08.002 INFO O| Jun 10 22:15:08.002 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
98282026-06-10T22:15:09.617Z[ host-image] Jun 10 22:15:08.232 INFO O| Jun 10 22:15:08.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
98292026-06-10T22:15:09.617Z[ host-image] Jun 10 22:15:08.232 INFO O| Jun 10 22:15:08.232 INFO ok!
98302026-06-10T22:15:09.617Z[ host-image] Jun 10 22:15:08.232 INFO O| Jun 10 22:15:08.232 INFO STEP 82 (ensure_file) COMPLETE
98312026-06-10T22:15:09.620Z[ host-image] Jun 10 22:15:08.232 INFO O| Jun 10 22:15:08.232 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98322026-06-10T22:15:09.626Z[ host-image] Jun 10 22:15:08.242 INFO O| Jun 10 22:15:08.242 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
98332026-06-10T22:15:09.626Z[ host-image] Jun 10 22:15:08.242 INFO O| Jun 10 22:15:08.242 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
98342026-06-10T22:15:10.110Z[ host-image] Jun 10 22:15:08.726 INFO O| Jun 10 22:15:08.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
98352026-06-10T22:15:10.110Z[ host-image] Jun 10 22:15:08.726 INFO O| Jun 10 22:15:08.726 INFO ok!
98362026-06-10T22:15:10.110Z[ host-image] Jun 10 22:15:08.726 INFO O| Jun 10 22:15:08.726 INFO STEP 83 (ensure_file) COMPLETE
98372026-06-10T22:15:10.113Z[ host-image] Jun 10 22:15:08.726 INFO O| Jun 10 22:15:08.726 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98382026-06-10T22:15:10.118Z[ host-image] Jun 10 22:15:08.734 INFO O| Jun 10 22:15:08.734 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
98392026-06-10T22:15:10.118Z[ host-image] Jun 10 22:15:08.734 INFO O| Jun 10 22:15:08.734 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
98402026-06-10T22:15:11.317Z[ host-image] Jun 10 22:15:09.933 INFO O| Jun 10 22:15:09.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
98412026-06-10T22:15:11.317Z[ host-image] Jun 10 22:15:09.933 INFO O| Jun 10 22:15:09.932 INFO ok!
98422026-06-10T22:15:11.321Z[ host-image] Jun 10 22:15:09.933 INFO O| Jun 10 22:15:09.933 INFO STEP 84 (ensure_file) COMPLETE
98432026-06-10T22:15:11.321Z[ host-image] Jun 10 22:15:09.933 INFO O| Jun 10 22:15:09.933 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98442026-06-10T22:15:11.327Z[ host-image] Jun 10 22:15:09.943 INFO O| Jun 10 22:15:09.943 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98452026-06-10T22:15:11.330Z[ host-image] Jun 10 22:15:09.943 INFO O| Jun 10 22:15:09.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98462026-06-10T22:15:11.330Z[ host-image] Jun 10 22:15:09.943 INFO O| Jun 10 22:15:09.943 INFO STEP 85 (ensure_dir) COMPLETE
98472026-06-10T22:15:11.330Z[ host-image] Jun 10 22:15:09.943 INFO O| Jun 10 22:15:09.943 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98482026-06-10T22:15:11.336Z[ host-image] Jun 10 22:15:09.951 INFO O| Jun 10 22:15:09.951 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
98492026-06-10T22:15:11.336Z[ host-image] Jun 10 22:15:09.951 INFO O| Jun 10 22:15:09.951 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
98502026-06-10T22:15:11.339Z[ host-image] Jun 10 22:15:09.951 INFO O| Jun 10 22:15:09.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
98512026-06-10T22:15:11.339Z[ host-image] Jun 10 22:15:09.951 INFO O| Jun 10 22:15:09.951 INFO ok!
98522026-06-10T22:15:11.339Z[ host-image] Jun 10 22:15:09.951 INFO O| Jun 10 22:15:09.951 INFO STEP 86 (ensure_file) COMPLETE
98532026-06-10T22:15:11.339Z[ host-image] Jun 10 22:15:09.951 INFO O| Jun 10 22:15:09.951 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98542026-06-10T22:15:11.346Z[ host-image] Jun 10 22:15:09.961 INFO O| Jun 10 22:15:09.961 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
98552026-06-10T22:15:11.346Z[ host-image] Jun 10 22:15:09.961 INFO O| Jun 10 22:15:09.961 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
98562026-06-10T22:15:11.349Z[ host-image] Jun 10 22:15:09.961 INFO O| Jun 10 22:15:09.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
98572026-06-10T22:15:11.349Z[ host-image] Jun 10 22:15:09.961 INFO O| Jun 10 22:15:09.961 INFO ok!
98582026-06-10T22:15:11.349Z[ host-image] Jun 10 22:15:09.961 INFO O| Jun 10 22:15:09.961 INFO STEP 87 (ensure_file) COMPLETE
98592026-06-10T22:15:11.349Z[ host-image] Jun 10 22:15:09.961 INFO O| Jun 10 22:15:09.961 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98602026-06-10T22:15:11.354Z[ host-image] Jun 10 22:15:09.970 INFO O| Jun 10 22:15:09.970 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
98612026-06-10T22:15:11.355Z[ host-image] Jun 10 22:15:09.970 INFO O| Jun 10 22:15:09.970 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
98622026-06-10T22:15:11.358Z[ host-image] Jun 10 22:15:09.970 INFO O| Jun 10 22:15:09.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
98632026-06-10T22:15:11.358Z[ host-image] Jun 10 22:15:09.970 INFO O| Jun 10 22:15:09.970 INFO ok!
98642026-06-10T22:15:11.358Z[ host-image] Jun 10 22:15:09.970 INFO O| Jun 10 22:15:09.970 INFO STEP 88 (ensure_file) COMPLETE
98652026-06-10T22:15:11.358Z[ host-image] Jun 10 22:15:09.970 INFO O| Jun 10 22:15:09.970 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98662026-06-10T22:15:11.363Z[ host-image] Jun 10 22:15:09.979 INFO O| Jun 10 22:15:09.979 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
98672026-06-10T22:15:11.363Z[ host-image] Jun 10 22:15:09.979 INFO O| Jun 10 22:15:09.979 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
98682026-06-10T22:15:11.366Z[ host-image] Jun 10 22:15:09.979 INFO O| Jun 10 22:15:09.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
98692026-06-10T22:15:11.367Z[ host-image] Jun 10 22:15:09.979 INFO O| Jun 10 22:15:09.979 INFO ok!
98702026-06-10T22:15:11.367Z[ host-image] Jun 10 22:15:09.979 INFO O| Jun 10 22:15:09.979 INFO STEP 89 (ensure_file) COMPLETE
98712026-06-10T22:15:11.367Z[ host-image] Jun 10 22:15:09.979 INFO O| Jun 10 22:15:09.979 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98722026-06-10T22:15:11.371Z[ host-image] Jun 10 22:15:09.986 INFO O| Jun 10 22:15:09.986 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98732026-06-10T22:15:11.374Z[ host-image] Jun 10 22:15:09.986 INFO O| Jun 10 22:15:09.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98742026-06-10T22:15:11.374Z[ host-image] Jun 10 22:15:09.986 INFO O| Jun 10 22:15:09.986 INFO STEP 90 (ensure_dir) COMPLETE
98752026-06-10T22:15:11.374Z[ host-image] Jun 10 22:15:09.986 INFO O| Jun 10 22:15:09.986 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98762026-06-10T22:15:11.379Z[ host-image] Jun 10 22:15:09.995 INFO O| Jun 10 22:15:09.995 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
98772026-06-10T22:15:11.379Z[ host-image] Jun 10 22:15:09.995 INFO O| Jun 10 22:15:09.995 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
98782026-06-10T22:15:11.383Z[ host-image] Jun 10 22:15:09.998 INFO O| Jun 10 22:15:09.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
98792026-06-10T22:15:11.386Z[ host-image] Jun 10 22:15:09.998 INFO O| Jun 10 22:15:09.998 INFO ok!
98802026-06-10T22:15:11.386Z[ host-image] Jun 10 22:15:09.998 INFO O| Jun 10 22:15:09.998 INFO STEP 91 (ensure_file) COMPLETE
98812026-06-10T22:15:11.386Z[ host-image] Jun 10 22:15:09.998 INFO O| Jun 10 22:15:09.998 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98822026-06-10T22:15:11.390Z[ host-image] Jun 10 22:15:10.006 INFO O| Jun 10 22:15:10.006 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
98832026-06-10T22:15:11.390Z[ host-image] Jun 10 22:15:10.006 INFO O| Jun 10 22:15:10.006 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
98842026-06-10T22:15:11.393Z[ host-image] Jun 10 22:15:10.006 INFO O| Jun 10 22:15:10.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
98852026-06-10T22:15:11.393Z[ host-image] Jun 10 22:15:10.006 INFO O| Jun 10 22:15:10.006 INFO ok!
98862026-06-10T22:15:11.393Z[ host-image] Jun 10 22:15:10.006 INFO O| Jun 10 22:15:10.006 INFO STEP 92 (ensure_file) COMPLETE
98872026-06-10T22:15:11.393Z[ host-image] Jun 10 22:15:10.006 INFO O| Jun 10 22:15:10.006 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98882026-06-10T22:15:11.398Z[ host-image] Jun 10 22:15:10.014 INFO O| Jun 10 22:15:10.014 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
98892026-06-10T22:15:11.398Z[ host-image] Jun 10 22:15:10.014 INFO O| Jun 10 22:15:10.014 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
98902026-06-10T22:15:11.931Z[ host-image] Jun 10 22:15:10.546 INFO O| Jun 10 22:15:10.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
98912026-06-10T22:15:11.931Z[ host-image] Jun 10 22:15:10.546 INFO O| Jun 10 22:15:10.546 INFO ok!
98922026-06-10T22:15:11.931Z[ host-image] Jun 10 22:15:10.546 INFO O| Jun 10 22:15:10.546 INFO STEP 93 (ensure_file) COMPLETE
98932026-06-10T22:15:11.937Z[ host-image] Jun 10 22:15:10.546 INFO O| Jun 10 22:15:10.546 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98942026-06-10T22:15:11.940Z[ host-image] Jun 10 22:15:10.554 INFO O| Jun 10 22:15:10.554 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
98952026-06-10T22:15:11.940Z[ host-image] Jun 10 22:15:10.554 INFO O| Jun 10 22:15:10.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
98962026-06-10T22:15:11.940Z[ host-image] Jun 10 22:15:10.554 INFO O| Jun 10 22:15:10.554 INFO STEP 94 (ensure_dir) COMPLETE
98972026-06-10T22:15:11.940Z[ host-image] Jun 10 22:15:10.554 INFO O| Jun 10 22:15:10.554 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98982026-06-10T22:15:11.946Z[ host-image] Jun 10 22:15:10.561 INFO O| Jun 10 22:15:10.561 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
98992026-06-10T22:15:11.946Z[ host-image] Jun 10 22:15:10.561 INFO O| Jun 10 22:15:10.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99002026-06-10T22:15:11.949Z[ host-image] Jun 10 22:15:10.561 INFO O| Jun 10 22:15:10.561 INFO STEP 95 (ensure_dir) COMPLETE
99012026-06-10T22:15:11.949Z[ host-image] Jun 10 22:15:10.561 INFO O| Jun 10 22:15:10.561 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99022026-06-10T22:15:11.952Z[ host-image] Jun 10 22:15:10.567 INFO O| Jun 10 22:15:10.567 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99032026-06-10T22:15:11.952Z[ host-image] Jun 10 22:15:10.567 INFO O| Jun 10 22:15:10.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99042026-06-10T22:15:11.952Z[ host-image] Jun 10 22:15:10.567 INFO O| Jun 10 22:15:10.567 INFO STEP 96 (ensure_dir) COMPLETE
99052026-06-10T22:15:11.952Z[ host-image] Jun 10 22:15:10.567 INFO O| Jun 10 22:15:10.567 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99062026-06-10T22:15:11.958Z[ host-image] Jun 10 22:15:10.573 INFO O| Jun 10 22:15:10.573 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99072026-06-10T22:15:11.958Z[ host-image] Jun 10 22:15:10.573 INFO O| Jun 10 22:15:10.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99082026-06-10T22:15:11.960Z[ host-image] Jun 10 22:15:10.573 INFO O| Jun 10 22:15:10.573 INFO STEP 97 (ensure_dir) COMPLETE
99092026-06-10T22:15:11.960Z[ host-image] Jun 10 22:15:10.573 INFO O| Jun 10 22:15:10.573 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99102026-06-10T22:15:11.964Z[ host-image] Jun 10 22:15:10.579 INFO O| Jun 10 22:15:10.579 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99112026-06-10T22:15:11.964Z[ host-image] Jun 10 22:15:10.579 INFO O| Jun 10 22:15:10.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99122026-06-10T22:15:11.964Z[ host-image] Jun 10 22:15:10.579 INFO O| Jun 10 22:15:10.579 INFO STEP 98 (ensure_dir) COMPLETE
99132026-06-10T22:15:11.964Z[ host-image] Jun 10 22:15:10.579 INFO O| Jun 10 22:15:10.579 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99142026-06-10T22:15:11.973Z[ host-image] Jun 10 22:15:10.588 INFO O| Jun 10 22:15:10.588 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
99152026-06-10T22:15:11.973Z[ host-image] Jun 10 22:15:10.588 INFO O| Jun 10 22:15:10.588 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
99162026-06-10T22:15:11.976Z[ host-image] Jun 10 22:15:10.588 INFO O| Jun 10 22:15:10.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
99172026-06-10T22:15:11.976Z[ host-image] Jun 10 22:15:10.588 INFO O| Jun 10 22:15:10.588 INFO ok!
99182026-06-10T22:15:11.976Z[ host-image] Jun 10 22:15:10.588 INFO O| Jun 10 22:15:10.588 INFO STEP 99 (ensure_file) COMPLETE
99192026-06-10T22:15:11.976Z[ host-image] Jun 10 22:15:10.588 INFO O| Jun 10 22:15:10.588 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99202026-06-10T22:15:11.980Z[ host-image] Jun 10 22:15:10.595 INFO O| Jun 10 22:15:10.595 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99212026-06-10T22:15:11.980Z[ host-image] Jun 10 22:15:10.596 INFO O| Jun 10 22:15:10.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99222026-06-10T22:15:11.980Z[ host-image] Jun 10 22:15:10.596 INFO O| Jun 10 22:15:10.596 INFO STEP 100 (ensure_dir) COMPLETE
99232026-06-10T22:15:11.983Z[ host-image] Jun 10 22:15:10.596 INFO O| Jun 10 22:15:10.596 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99242026-06-10T22:15:11.990Z[ host-image] Jun 10 22:15:10.605 INFO O| Jun 10 22:15:10.605 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
99252026-06-10T22:15:11.990Z[ host-image] Jun 10 22:15:10.605 INFO O| Jun 10 22:15:10.605 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
99262026-06-10T22:15:12.315Z[ host-image] Jun 10 22:15:10.930 INFO O| Jun 10 22:15:10.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
99272026-06-10T22:15:12.315Z[ host-image] Jun 10 22:15:10.930 INFO O| Jun 10 22:15:10.930 INFO ok!
99282026-06-10T22:15:12.319Z[ host-image] Jun 10 22:15:10.930 INFO O| Jun 10 22:15:10.930 INFO STEP 101 (ensure_file) COMPLETE
99292026-06-10T22:15:12.319Z[ host-image] Jun 10 22:15:10.930 INFO O| Jun 10 22:15:10.930 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99302026-06-10T22:15:12.323Z[ host-image] Jun 10 22:15:10.939 INFO O| Jun 10 22:15:10.939 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
99312026-06-10T22:15:12.323Z[ host-image] Jun 10 22:15:10.939 INFO O| Jun 10 22:15:10.939 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
99322026-06-10T22:15:12.323Z[ host-image] Jun 10 22:15:10.939 INFO O| Jun 10 22:15:10.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
99332026-06-10T22:15:12.327Z[ host-image] Jun 10 22:15:10.939 INFO O| Jun 10 22:15:10.939 INFO ok!
99342026-06-10T22:15:12.327Z[ host-image] Jun 10 22:15:10.939 INFO O| Jun 10 22:15:10.939 INFO STEP 102 (ensure_file) COMPLETE
99352026-06-10T22:15:12.327Z[ host-image] Jun 10 22:15:10.939 INFO O| Jun 10 22:15:10.939 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99362026-06-10T22:15:12.332Z[ host-image] Jun 10 22:15:10.948 INFO O| Jun 10 22:15:10.948 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
99372026-06-10T22:15:12.332Z[ host-image] Jun 10 22:15:10.948 INFO O| Jun 10 22:15:10.948 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
99382026-06-10T22:15:12.341Z[ host-image] Jun 10 22:15:10.956 INFO O| Jun 10 22:15:10.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
99392026-06-10T22:15:12.341Z[ host-image] Jun 10 22:15:10.956 INFO O| Jun 10 22:15:10.956 INFO ok!
99402026-06-10T22:15:12.341Z[ host-image] Jun 10 22:15:10.956 INFO O| Jun 10 22:15:10.956 INFO STEP 103 (ensure_file) COMPLETE
99412026-06-10T22:15:12.341Z[ host-image] Jun 10 22:15:10.956 INFO O| Jun 10 22:15:10.956 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99422026-06-10T22:15:12.348Z[ host-image] Jun 10 22:15:10.964 INFO O| Jun 10 22:15:10.964 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
99432026-06-10T22:15:12.348Z[ host-image] Jun 10 22:15:10.964 INFO O| Jun 10 22:15:10.964 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
99442026-06-10T22:15:12.352Z[ host-image] Jun 10 22:15:10.964 INFO O| Jun 10 22:15:10.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
99452026-06-10T22:15:12.352Z[ host-image] Jun 10 22:15:10.964 INFO O| Jun 10 22:15:10.964 INFO ok!
99462026-06-10T22:15:12.352Z[ host-image] Jun 10 22:15:10.964 INFO O| Jun 10 22:15:10.964 INFO STEP 104 (ensure_file) COMPLETE
99472026-06-10T22:15:12.352Z[ host-image] Jun 10 22:15:10.964 INFO O| Jun 10 22:15:10.964 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99482026-06-10T22:15:12.355Z[ host-image] Jun 10 22:15:10.971 INFO O| Jun 10 22:15:10.971 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
99492026-06-10T22:15:12.355Z[ host-image] Jun 10 22:15:10.971 INFO O| Jun 10 22:15:10.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
99502026-06-10T22:15:12.358Z[ host-image] Jun 10 22:15:10.971 INFO O| Jun 10 22:15:10.971 INFO STEP 105 (ensure_dir) COMPLETE
99512026-06-10T22:15:12.359Z[ host-image] Jun 10 22:15:10.971 INFO O| Jun 10 22:15:10.971 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99522026-06-10T22:15:12.362Z[ host-image] Jun 10 22:15:10.977 INFO O| Jun 10 22:15:10.977 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
99532026-06-10T22:15:12.362Z[ host-image] Jun 10 22:15:10.977 INFO O| Jun 10 22:15:10.977 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/crucible-verify-raw -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw ...
99542026-06-10T22:15:12.630Z[ host-image] Jun 10 22:15:11.246 INFO O| Jun 10 22:15:11.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
99552026-06-10T22:15:12.630Z[ host-image] Jun 10 22:15:11.246 INFO O| Jun 10 22:15:11.245 INFO ok!
99562026-06-10T22:15:12.630Z[ host-image] Jun 10 22:15:11.246 INFO O| Jun 10 22:15:11.246 INFO STEP 106 (ensure_file) COMPLETE
99572026-06-10T22:15:12.630Z[ host-image] Jun 10 22:15:11.246 INFO O| Jun 10 22:15:11.246 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99582026-06-10T22:15:12.640Z[ host-image] Jun 10 22:15:11.256 INFO O| Jun 10 22:15:11.256 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
99592026-06-10T22:15:12.640Z[ host-image] Jun 10 22:15:11.256 INFO O| Jun 10 22:15:11.256 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/upstairs_repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d ...
99602026-06-10T22:15:12.643Z[ host-image] Jun 10 22:15:11.256 INFO O| Jun 10 22:15:11.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
99612026-06-10T22:15:12.644Z[ host-image] Jun 10 22:15:11.256 INFO O| Jun 10 22:15:11.256 INFO ok!
99622026-06-10T22:15:12.644Z[ host-image] Jun 10 22:15:11.256 INFO O| Jun 10 22:15:11.256 INFO STEP 107 (ensure_file) COMPLETE
99632026-06-10T22:15:12.644Z[ host-image] Jun 10 22:15:11.256 INFO O| Jun 10 22:15:11.256 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99642026-06-10T22:15:12.648Z[ host-image] Jun 10 22:15:11.264 INFO O| Jun 10 22:15:11.264 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
99652026-06-10T22:15:12.648Z[ host-image] Jun 10 22:15:11.264 INFO O| Jun 10 22:15:11.264 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/upstairs_raw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d ...
99662026-06-10T22:15:12.651Z[ host-image] Jun 10 22:15:11.264 INFO O| Jun 10 22:15:11.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
99672026-06-10T22:15:12.651Z[ host-image] Jun 10 22:15:11.264 INFO O| Jun 10 22:15:11.264 INFO ok!
99682026-06-10T22:15:12.651Z[ host-image] Jun 10 22:15:11.264 INFO O| Jun 10 22:15:11.264 INFO STEP 108 (ensure_file) COMPLETE
99692026-06-10T22:15:12.651Z[ host-image] Jun 10 22:15:11.264 INFO O| Jun 10 22:15:11.264 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99702026-06-10T22:15:12.656Z[ host-image] Jun 10 22:15:11.272 INFO O| Jun 10 22:15:11.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
99712026-06-10T22:15:12.656Z[ host-image] Jun 10 22:15:11.272 INFO O| Jun 10 22:15:11.272 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d ...
99722026-06-10T22:15:12.659Z[ host-image] Jun 10 22:15:11.272 INFO O| Jun 10 22:15:11.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
99732026-06-10T22:15:12.659Z[ host-image] Jun 10 22:15:11.272 INFO O| Jun 10 22:15:11.272 INFO ok!
99742026-06-10T22:15:12.659Z[ host-image] Jun 10 22:15:11.272 INFO O| Jun 10 22:15:11.272 INFO STEP 109 (ensure_file) COMPLETE
99752026-06-10T22:15:12.660Z[ host-image] Jun 10 22:15:11.272 INFO O| Jun 10 22:15:11.272 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99762026-06-10T22:15:12.663Z[ host-image] Jun 10 22:15:11.279 INFO O| Jun 10 22:15:11.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
99772026-06-10T22:15:12.663Z[ host-image] Jun 10 22:15:11.279 INFO O| Jun 10 22:15:11.279 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/upstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d ...
99782026-06-10T22:15:12.668Z[ host-image] Jun 10 22:15:11.279 INFO O| Jun 10 22:15:11.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
99792026-06-10T22:15:12.668Z[ host-image] Jun 10 22:15:11.279 INFO O| Jun 10 22:15:11.279 INFO ok!
99802026-06-10T22:15:12.668Z[ host-image] Jun 10 22:15:11.279 INFO O| Jun 10 22:15:11.279 INFO STEP 110 (ensure_file) COMPLETE
99812026-06-10T22:15:12.668Z[ host-image] Jun 10 22:15:11.279 INFO O| Jun 10 22:15:11.279 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99822026-06-10T22:15:12.671Z[ host-image] Jun 10 22:15:11.287 INFO O| Jun 10 22:15:11.287 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
99832026-06-10T22:15:12.672Z[ host-image] Jun 10 22:15:11.287 INFO O| Jun 10 22:15:11.287 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/upstairs_action.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d ...
99842026-06-10T22:15:12.674Z[ host-image] Jun 10 22:15:11.287 INFO O| Jun 10 22:15:11.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
99852026-06-10T22:15:12.675Z[ host-image] Jun 10 22:15:11.287 INFO O| Jun 10 22:15:11.287 INFO ok!
99862026-06-10T22:15:12.675Z[ host-image] Jun 10 22:15:11.287 INFO O| Jun 10 22:15:11.287 INFO STEP 111 (ensure_file) COMPLETE
99872026-06-10T22:15:12.675Z[ host-image] Jun 10 22:15:11.287 INFO O| Jun 10 22:15:11.287 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99882026-06-10T22:15:12.680Z[ host-image] Jun 10 22:15:11.295 INFO O| Jun 10 22:15:11.295 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
99892026-06-10T22:15:12.680Z[ host-image] Jun 10 22:15:11.295 INFO O| Jun 10 22:15:11.295 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/up-info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d ...
99902026-06-10T22:15:12.680Z[ host-image] Jun 10 22:15:11.295 INFO O| Jun 10 22:15:11.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
99912026-06-10T22:15:12.683Z[ host-image] Jun 10 22:15:11.295 INFO O| Jun 10 22:15:11.295 INFO ok!
99922026-06-10T22:15:12.683Z[ host-image] Jun 10 22:15:11.296 INFO O| Jun 10 22:15:11.295 INFO STEP 112 (ensure_file) COMPLETE
99932026-06-10T22:15:12.685Z[ host-image] Jun 10 22:15:11.296 INFO O| Jun 10 22:15:11.295 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99942026-06-10T22:15:12.688Z[ host-image] Jun 10 22:15:11.303 INFO O| Jun 10 22:15:11.303 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
99952026-06-10T22:15:12.688Z[ host-image] Jun 10 22:15:11.303 INFO O| Jun 10 22:15:11.303 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
99962026-06-10T22:15:12.688Z[ host-image] Jun 10 22:15:11.303 INFO O| Jun 10 22:15:11.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
99972026-06-10T22:15:12.688Z[ host-image] Jun 10 22:15:11.303 INFO O| Jun 10 22:15:11.303 INFO ok!
99982026-06-10T22:15:12.688Z[ host-image] Jun 10 22:15:11.303 INFO O| Jun 10 22:15:11.303 INFO STEP 113 (ensure_file) COMPLETE
99992026-06-10T22:15:12.688Z[ host-image] Jun 10 22:15:11.303 INFO O| Jun 10 22:15:11.303 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100002026-06-10T22:15:12.695Z[ host-image] Jun 10 22:15:11.311 INFO O| Jun 10 22:15:11.311 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
100012026-06-10T22:15:12.695Z[ host-image] Jun 10 22:15:11.311 INFO O| Jun 10 22:15:11.311 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/trace-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d ...
100022026-06-10T22:15:12.698Z[ host-image] Jun 10 22:15:11.311 INFO O| Jun 10 22:15:11.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
100032026-06-10T22:15:12.699Z[ host-image] Jun 10 22:15:11.311 INFO O| Jun 10 22:15:11.311 INFO ok!
100042026-06-10T22:15:12.699Z[ host-image] Jun 10 22:15:11.311 INFO O| Jun 10 22:15:11.311 INFO STEP 114 (ensure_file) COMPLETE
100052026-06-10T22:15:12.699Z[ host-image] Jun 10 22:15:11.311 INFO O| Jun 10 22:15:11.311 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100062026-06-10T22:15:12.702Z[ host-image] Jun 10 22:15:11.318 INFO O| Jun 10 22:15:11.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
100072026-06-10T22:15:12.702Z[ host-image] Jun 10 22:15:11.318 INFO O| Jun 10 22:15:11.318 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/sled_upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d ...
100082026-06-10T22:15:12.705Z[ host-image] Jun 10 22:15:11.318 INFO O| Jun 10 22:15:11.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
100092026-06-10T22:15:12.705Z[ host-image] Jun 10 22:15:11.318 INFO O| Jun 10 22:15:11.318 INFO ok!
100102026-06-10T22:15:12.705Z[ host-image] Jun 10 22:15:11.318 INFO O| Jun 10 22:15:11.318 INFO STEP 115 (ensure_file) COMPLETE
100112026-06-10T22:15:12.705Z[ host-image] Jun 10 22:15:11.318 INFO O| Jun 10 22:15:11.318 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100122026-06-10T22:15:12.709Z[ host-image] Jun 10 22:15:11.325 INFO O| Jun 10 22:15:11.325 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
100132026-06-10T22:15:12.709Z[ host-image] Jun 10 22:15:11.325 INFO O| Jun 10 22:15:11.325 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/single_up_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d ...
100142026-06-10T22:15:12.712Z[ host-image] Jun 10 22:15:11.325 INFO O| Jun 10 22:15:11.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
100152026-06-10T22:15:12.712Z[ host-image] Jun 10 22:15:11.325 INFO O| Jun 10 22:15:11.325 INFO ok!
100162026-06-10T22:15:12.712Z[ host-image] Jun 10 22:15:11.325 INFO O| Jun 10 22:15:11.325 INFO STEP 116 (ensure_file) COMPLETE
100172026-06-10T22:15:12.712Z[ host-image] Jun 10 22:15:11.325 INFO O| Jun 10 22:15:11.325 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100182026-06-10T22:15:12.718Z[ host-image] Jun 10 22:15:11.333 INFO O| Jun 10 22:15:11.333 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
100192026-06-10T22:15:12.721Z[ host-image] Jun 10 22:15:11.333 INFO O| Jun 10 22:15:11.333 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
100202026-06-10T22:15:12.721Z[ host-image] Jun 10 22:15:11.333 INFO O| Jun 10 22:15:11.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
100212026-06-10T22:15:12.722Z[ host-image] Jun 10 22:15:11.333 INFO O| Jun 10 22:15:11.333 INFO ok!
100222026-06-10T22:15:12.722Z[ host-image] Jun 10 22:15:11.333 INFO O| Jun 10 22:15:11.333 INFO STEP 117 (ensure_file) COMPLETE
100232026-06-10T22:15:12.722Z[ host-image] Jun 10 22:15:11.333 INFO O| Jun 10 22:15:11.333 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100242026-06-10T22:15:12.725Z[ host-image] Jun 10 22:15:11.341 INFO O| Jun 10 22:15:11.341 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
100252026-06-10T22:15:12.725Z[ host-image] Jun 10 22:15:11.341 INFO O| Jun 10 22:15:11.341 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/perf-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d ...
100262026-06-10T22:15:12.728Z[ host-image] Jun 10 22:15:11.341 INFO O| Jun 10 22:15:11.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
100272026-06-10T22:15:12.728Z[ host-image] Jun 10 22:15:11.341 INFO O| Jun 10 22:15:11.341 INFO ok!
100282026-06-10T22:15:12.728Z[ host-image] Jun 10 22:15:11.341 INFO O| Jun 10 22:15:11.341 INFO STEP 118 (ensure_file) COMPLETE
100292026-06-10T22:15:12.728Z[ host-image] Jun 10 22:15:11.341 INFO O| Jun 10 22:15:11.341 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100302026-06-10T22:15:12.732Z[ host-image] Jun 10 22:15:11.348 INFO O| Jun 10 22:15:11.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
100312026-06-10T22:15:12.732Z[ host-image] Jun 10 22:15:11.348 INFO O| Jun 10 22:15:11.348 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/perf-upstairs-wf.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d ...
100322026-06-10T22:15:12.735Z[ host-image] Jun 10 22:15:11.348 INFO O| Jun 10 22:15:11.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
100332026-06-10T22:15:12.735Z[ host-image] Jun 10 22:15:11.348 INFO O| Jun 10 22:15:11.348 INFO ok!
100342026-06-10T22:15:12.735Z[ host-image] Jun 10 22:15:11.348 INFO O| Jun 10 22:15:11.348 INFO STEP 119 (ensure_file) COMPLETE
100352026-06-10T22:15:12.735Z[ host-image] Jun 10 22:15:11.348 INFO O| Jun 10 22:15:11.348 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100362026-06-10T22:15:12.740Z[ host-image] Jun 10 22:15:11.356 INFO O| Jun 10 22:15:11.356 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
100372026-06-10T22:15:12.740Z[ host-image] Jun 10 22:15:11.356 INFO O| Jun 10 22:15:11.356 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/perf-reqwest.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d ...
100382026-06-10T22:15:12.744Z[ host-image] Jun 10 22:15:11.356 INFO O| Jun 10 22:15:11.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
100392026-06-10T22:15:12.744Z[ host-image] Jun 10 22:15:11.356 INFO O| Jun 10 22:15:11.356 INFO ok!
100402026-06-10T22:15:12.744Z[ host-image] Jun 10 22:15:11.356 INFO O| Jun 10 22:15:11.356 INFO STEP 120 (ensure_file) COMPLETE
100412026-06-10T22:15:12.744Z[ host-image] Jun 10 22:15:11.356 INFO O| Jun 10 22:15:11.356 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100422026-06-10T22:15:12.748Z[ host-image] Jun 10 22:15:11.363 INFO O| Jun 10 22:15:11.363 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
100432026-06-10T22:15:12.748Z[ host-image] Jun 10 22:15:11.363 INFO O| Jun 10 22:15:11.363 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/perf-online-repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d ...
100442026-06-10T22:15:12.750Z[ host-image] Jun 10 22:15:11.363 INFO O| Jun 10 22:15:11.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
100452026-06-10T22:15:12.750Z[ host-image] Jun 10 22:15:11.363 INFO O| Jun 10 22:15:11.363 INFO ok!
100462026-06-10T22:15:12.750Z[ host-image] Jun 10 22:15:11.363 INFO O| Jun 10 22:15:11.363 INFO STEP 121 (ensure_file) COMPLETE
100472026-06-10T22:15:12.751Z[ host-image] Jun 10 22:15:11.363 INFO O| Jun 10 22:15:11.363 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100482026-06-10T22:15:12.756Z[ host-image] Jun 10 22:15:11.371 INFO O| Jun 10 22:15:11.371 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
100492026-06-10T22:15:12.756Z[ host-image] Jun 10 22:15:11.371 INFO O| Jun 10 22:15:11.371 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/perf-ds-net.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d ...
100502026-06-10T22:15:12.756Z[ host-image] Jun 10 22:15:11.371 INFO O| Jun 10 22:15:11.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
100512026-06-10T22:15:12.756Z[ host-image] Jun 10 22:15:11.371 INFO O| Jun 10 22:15:11.371 INFO ok!
100522026-06-10T22:15:12.759Z[ host-image] Jun 10 22:15:11.371 INFO O| Jun 10 22:15:11.371 INFO STEP 122 (ensure_file) COMPLETE
100532026-06-10T22:15:12.759Z[ host-image] Jun 10 22:15:11.371 INFO O| Jun 10 22:15:11.371 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100542026-06-10T22:15:12.763Z[ host-image] Jun 10 22:15:11.379 INFO O| Jun 10 22:15:11.379 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
100552026-06-10T22:15:12.763Z[ host-image] Jun 10 22:15:11.379 INFO O| Jun 10 22:15:11.379 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/perf-ds-client.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d ...
100562026-06-10T22:15:12.763Z[ host-image] Jun 10 22:15:11.379 INFO O| Jun 10 22:15:11.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
100572026-06-10T22:15:12.767Z[ host-image] Jun 10 22:15:11.379 INFO O| Jun 10 22:15:11.379 INFO ok!
100582026-06-10T22:15:12.767Z[ host-image] Jun 10 22:15:11.379 INFO O| Jun 10 22:15:11.379 INFO STEP 123 (ensure_file) COMPLETE
100592026-06-10T22:15:12.767Z[ host-image] Jun 10 22:15:11.379 INFO O| Jun 10 22:15:11.379 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100602026-06-10T22:15:12.772Z[ host-image] Jun 10 22:15:11.387 INFO O| Jun 10 22:15:11.387 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
100612026-06-10T22:15:12.772Z[ host-image] Jun 10 22:15:11.387 INFO O| Jun 10 22:15:11.387 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/perf-downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d ...
100622026-06-10T22:15:12.776Z[ host-image] Jun 10 22:15:11.387 INFO O| Jun 10 22:15:11.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
100632026-06-10T22:15:12.776Z[ host-image] Jun 10 22:15:11.387 INFO O| Jun 10 22:15:11.387 INFO ok!
100642026-06-10T22:15:12.776Z[ host-image] Jun 10 22:15:11.387 INFO O| Jun 10 22:15:11.387 INFO STEP 124 (ensure_file) COMPLETE
100652026-06-10T22:15:12.776Z[ host-image] Jun 10 22:15:11.387 INFO O| Jun 10 22:15:11.387 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100662026-06-10T22:15:12.779Z[ host-image] Jun 10 22:15:11.394 INFO O| Jun 10 22:15:11.394 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
100672026-06-10T22:15:12.779Z[ host-image] Jun 10 22:15:11.394 INFO O| Jun 10 22:15:11.394 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-tick.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d ...
100682026-06-10T22:15:12.779Z[ host-image] Jun 10 22:15:11.394 INFO O| Jun 10 22:15:11.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
100692026-06-10T22:15:12.779Z[ host-image] Jun 10 22:15:11.394 INFO O| Jun 10 22:15:11.394 INFO ok!
100702026-06-10T22:15:12.779Z[ host-image] Jun 10 22:15:11.394 INFO O| Jun 10 22:15:11.394 INFO STEP 125 (ensure_file) COMPLETE
100712026-06-10T22:15:12.779Z[ host-image] Jun 10 22:15:11.394 INFO O| Jun 10 22:15:11.394 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100722026-06-10T22:15:12.786Z[ host-image] Jun 10 22:15:11.402 INFO O| Jun 10 22:15:11.402 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
100732026-06-10T22:15:12.786Z[ host-image] Jun 10 22:15:11.402 INFO O| Jun 10 22:15:11.402 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-three.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d ...
100742026-06-10T22:15:12.789Z[ host-image] Jun 10 22:15:11.402 INFO O| Jun 10 22:15:11.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
100752026-06-10T22:15:12.789Z[ host-image] Jun 10 22:15:11.402 INFO O| Jun 10 22:15:11.402 INFO ok!
100762026-06-10T22:15:12.789Z[ host-image] Jun 10 22:15:11.402 INFO O| Jun 10 22:15:11.402 INFO STEP 126 (ensure_file) COMPLETE
100772026-06-10T22:15:12.789Z[ host-image] Jun 10 22:15:11.402 INFO O| Jun 10 22:15:11.402 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100782026-06-10T22:15:12.793Z[ host-image] Jun 10 22:15:11.409 INFO O| Jun 10 22:15:11.409 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
100792026-06-10T22:15:12.793Z[ host-image] Jun 10 22:15:11.409 INFO O| Jun 10 22:15:11.409 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-os.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d ...
100802026-06-10T22:15:12.796Z[ host-image] Jun 10 22:15:11.409 INFO O| Jun 10 22:15:11.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
100812026-06-10T22:15:12.796Z[ host-image] Jun 10 22:15:11.409 INFO O| Jun 10 22:15:11.409 INFO ok!
100822026-06-10T22:15:12.796Z[ host-image] Jun 10 22:15:11.409 INFO O| Jun 10 22:15:11.409 INFO STEP 127 (ensure_file) COMPLETE
100832026-06-10T22:15:12.796Z[ host-image] Jun 10 22:15:11.409 INFO O| Jun 10 22:15:11.409 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100842026-06-10T22:15:12.801Z[ host-image] Jun 10 22:15:11.416 INFO O| Jun 10 22:15:11.416 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
100852026-06-10T22:15:12.801Z[ host-image] Jun 10 22:15:11.416 INFO O| Jun 10 22:15:11.416 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/get-up-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh ...
100862026-06-10T22:15:12.804Z[ host-image] Jun 10 22:15:11.416 INFO O| Jun 10 22:15:11.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
100872026-06-10T22:15:12.804Z[ host-image] Jun 10 22:15:11.416 INFO O| Jun 10 22:15:11.416 INFO ok!
100882026-06-10T22:15:12.804Z[ host-image] Jun 10 22:15:11.416 INFO O| Jun 10 22:15:11.416 INFO STEP 128 (ensure_file) COMPLETE
100892026-06-10T22:15:12.804Z[ host-image] Jun 10 22:15:11.416 INFO O| Jun 10 22:15:11.416 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100902026-06-10T22:15:12.807Z[ host-image] Jun 10 22:15:11.423 INFO O| Jun 10 22:15:11.423 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
100912026-06-10T22:15:12.807Z[ host-image] Jun 10 22:15:11.423 INFO O| Jun 10 22:15:11.423 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/get-up-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d ...
100922026-06-10T22:15:12.810Z[ host-image] Jun 10 22:15:11.423 INFO O| Jun 10 22:15:11.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
100932026-06-10T22:15:12.810Z[ host-image] Jun 10 22:15:11.423 INFO O| Jun 10 22:15:11.423 INFO ok!
100942026-06-10T22:15:12.810Z[ host-image] Jun 10 22:15:11.423 INFO O| Jun 10 22:15:11.423 INFO STEP 129 (ensure_file) COMPLETE
100952026-06-10T22:15:12.810Z[ host-image] Jun 10 22:15:11.423 INFO O| Jun 10 22:15:11.423 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100962026-06-10T22:15:12.813Z[ host-image] Jun 10 22:15:11.429 INFO O| Jun 10 22:15:11.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
100972026-06-10T22:15:12.813Z[ host-image] Jun 10 22:15:11.429 INFO O| Jun 10 22:15:11.429 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/get-lr-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh ...
100982026-06-10T22:15:12.817Z[ host-image] Jun 10 22:15:11.429 INFO O| Jun 10 22:15:11.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
100992026-06-10T22:15:12.817Z[ host-image] Jun 10 22:15:11.429 INFO O| Jun 10 22:15:11.429 INFO ok!
101002026-06-10T22:15:12.817Z[ host-image] Jun 10 22:15:11.429 INFO O| Jun 10 22:15:11.429 INFO STEP 130 (ensure_file) COMPLETE
101012026-06-10T22:15:12.817Z[ host-image] Jun 10 22:15:11.429 INFO O| Jun 10 22:15:11.429 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101022026-06-10T22:15:12.820Z[ host-image] Jun 10 22:15:11.435 INFO O| Jun 10 22:15:11.435 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
101032026-06-10T22:15:12.821Z[ host-image] Jun 10 22:15:11.436 INFO O| Jun 10 22:15:11.435 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/get-lr-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d ...
101042026-06-10T22:15:12.821Z[ host-image] Jun 10 22:15:11.436 INFO O| Jun 10 22:15:11.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
101052026-06-10T22:15:12.821Z[ host-image] Jun 10 22:15:11.436 INFO O| Jun 10 22:15:11.436 INFO ok!
101062026-06-10T22:15:12.821Z[ host-image] Jun 10 22:15:11.436 INFO O| Jun 10 22:15:11.436 INFO STEP 131 (ensure_file) COMPLETE
101072026-06-10T22:15:12.821Z[ host-image] Jun 10 22:15:11.436 INFO O| Jun 10 22:15:11.436 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101082026-06-10T22:15:12.830Z[ host-image] Jun 10 22:15:11.445 INFO O| Jun 10 22:15:11.445 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
101092026-06-10T22:15:12.830Z[ host-image] Jun 10 22:15:11.445 INFO O| Jun 10 22:15:11.445 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/get-ds-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh ...
101102026-06-10T22:15:12.878Z[ host-image] Jun 10 22:15:11.445 INFO O| Jun 10 22:15:11.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
101112026-06-10T22:15:12.878Z[ host-image] Jun 10 22:15:11.445 INFO O| Jun 10 22:15:11.445 INFO ok!
101122026-06-10T22:15:12.878Z[ host-image] Jun 10 22:15:11.445 INFO O| Jun 10 22:15:11.445 INFO STEP 132 (ensure_file) COMPLETE
101132026-06-10T22:15:12.878Z[ host-image] Jun 10 22:15:11.445 INFO O| Jun 10 22:15:11.445 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101142026-06-10T22:15:12.885Z[ host-image] Jun 10 22:15:11.454 INFO O| Jun 10 22:15:11.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
101152026-06-10T22:15:12.885Z[ host-image] Jun 10 22:15:11.454 INFO O| Jun 10 22:15:11.454 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/get-ds-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d ...
101162026-06-10T22:15:12.885Z[ host-image] Jun 10 22:15:11.454 INFO O| Jun 10 22:15:11.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
101172026-06-10T22:15:12.885Z[ host-image] Jun 10 22:15:11.454 INFO O| Jun 10 22:15:11.454 INFO ok!
101182026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.454 INFO O| Jun 10 22:15:11.454 INFO STEP 133 (ensure_file) COMPLETE
101192026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.454 INFO O| Jun 10 22:15:11.454 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101202026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.462 INFO O| Jun 10 22:15:11.462 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
101212026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.462 INFO O| Jun 10 22:15:11.462 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/downstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d ...
101222026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.462 INFO O| Jun 10 22:15:11.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
101232026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.462 INFO O| Jun 10 22:15:11.462 INFO ok!
101242026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.462 INFO O| Jun 10 22:15:11.462 INFO STEP 134 (ensure_file) COMPLETE
101252026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.462 INFO O| Jun 10 22:15:11.462 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101262026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.471 INFO O| Jun 10 22:15:11.471 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
101272026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.471 INFO O| Jun 10 22:15:11.471 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/all_downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d ...
101282026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.471 INFO O| Jun 10 22:15:11.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
101292026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.471 INFO O| Jun 10 22:15:11.471 INFO ok!
101302026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.471 INFO O| Jun 10 22:15:11.471 INFO STEP 135 (ensure_file) COMPLETE
101312026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.471 INFO O| Jun 10 22:15:11.471 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101322026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.478 INFO O| Jun 10 22:15:11.478 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
101332026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.478 INFO O| Jun 10 22:15:11.478 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
101342026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.478 INFO O| Jun 10 22:15:11.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
101352026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.478 INFO O| Jun 10 22:15:11.478 INFO ok!
101362026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.478 INFO O| Jun 10 22:15:11.478 INFO STEP 136 (ensure_file) COMPLETE
101372026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.478 INFO O| Jun 10 22:15:11.478 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101382026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.487 INFO O| Jun 10 22:15:11.487 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
101392026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.487 INFO O| Jun 10 22:15:11.487 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/utils-info.txt -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt ...
101402026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.487 INFO O| Jun 10 22:15:11.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
101412026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.487 INFO O| Jun 10 22:15:11.487 INFO ok!
101422026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.487 INFO O| Jun 10 22:15:11.487 INFO STEP 137 (ensure_file) COMPLETE
101432026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.487 INFO O| Jun 10 22:15:11.487 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.494 INFO O| Jun 10 22:15:11.494 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
101452026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.494 INFO O| Jun 10 22:15:11.494 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
101462026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.494 INFO O| Jun 10 22:15:11.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
101472026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.494 INFO O| Jun 10 22:15:11.494 INFO ok!
101482026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.494 INFO O| Jun 10 22:15:11.494 INFO STEP 138 (ensure_file) COMPLETE
101492026-06-10T22:15:12.886Z[ host-image] Jun 10 22:15:11.494 INFO O| Jun 10 22:15:11.494 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101502026-06-10T22:15:12.891Z[ host-image] Jun 10 22:15:11.500 INFO O| Jun 10 22:15:11.500 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
101512026-06-10T22:15:12.891Z[ host-image] Jun 10 22:15:11.500 INFO O| Jun 10 22:15:11.500 INFO copying /tmp/.tmp3gjDm6/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
101522026-06-10T22:15:14.058Z[ recovery-image] Jun 10 22:15:12.673 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')"
101532026-06-10T22:15:14.058Z[ recovery-image] Jun 10 22:15:12.673 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z", "--target-dir", "/work/os-recovery/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
101542026-06-10T22:15:14.266Z[ recovery-image] Jun 10 22:15:12.881 INFO E| Updating crates.io index
101552026-06-10T22:15:14.485Z[ recovery-image] Jun 10 22:15:13.100 INFO E| Downloading crates ...
101562026-06-10T22:15:14.538Z[ recovery-image] Jun 10 22:15:13.153 INFO E| Downloaded duct v1.1.1
101572026-06-10T22:15:14.543Z[ recovery-image] Jun 10 22:15:13.156 INFO E| Downloaded shared_thread v0.2.0
101582026-06-10T22:15:14.547Z[ recovery-image] Jun 10 22:15:13.157 INFO E| Downloaded shared_child v1.1.1
101592026-06-10T22:15:14.547Z[ recovery-image] Jun 10 22:15:13.159 INFO E| Downloaded sigchld v0.2.4
101602026-06-10T22:15:14.547Z[ recovery-image] Jun 10 22:15:13.159 INFO E| Downloaded os_pipe v1.2.3
101612026-06-10T22:15:14.547Z[ recovery-image] Jun 10 22:15:13.160 INFO E| Downloaded colorchoice v1.0.5
101622026-06-10T22:15:14.547Z[ recovery-image] Jun 10 22:15:13.161 INFO E| Downloaded clap_lex v1.1.0
101632026-06-10T22:15:14.586Z[ recovery-image] Jun 10 22:15:13.201 INFO E| Compiling libc v0.2.185
101642026-06-10T22:15:14.586Z[ recovery-image] Jun 10 22:15:13.201 INFO E| Compiling proc-macro2 v1.0.106
101652026-06-10T22:15:14.586Z[ recovery-image] Jun 10 22:15:13.201 INFO E| Compiling signal-hook v0.3.18
101662026-06-10T22:15:14.590Z[ recovery-image] Jun 10 22:15:13.201 INFO E| Compiling quote v1.0.45
101672026-06-10T22:15:14.590Z[ recovery-image] Jun 10 22:15:13.201 INFO E| Compiling unicode-ident v1.0.24
101682026-06-10T22:15:14.590Z[ recovery-image] Jun 10 22:15:13.201 INFO E| Compiling utf8parse v0.2.2
101692026-06-10T22:15:14.590Z[ recovery-image] Jun 10 22:15:13.202 INFO E| Compiling colorchoice v1.0.5
101702026-06-10T22:15:14.590Z[ recovery-image] Jun 10 22:15:13.202 INFO E| Compiling is_terminal_polyfill v1.70.2
101712026-06-10T22:15:14.596Z[ recovery-image] Jun 10 22:15:13.211 INFO E| Compiling anstyle-query v1.1.5
101722026-06-10T22:15:14.596Z[ recovery-image] Jun 10 22:15:13.212 INFO E| Compiling anstyle v1.0.14
101732026-06-10T22:15:14.608Z[ recovery-image] Jun 10 22:15:13.223 INFO E| Compiling heck v0.5.0
101742026-06-10T22:15:14.612Z[ recovery-image] Jun 10 22:15:13.224 INFO E| Compiling clap_lex v1.1.0
101752026-06-10T22:15:14.612Z[ recovery-image] Jun 10 22:15:13.225 INFO E| Compiling strsim v0.11.1
101762026-06-10T22:15:14.612Z[ recovery-image] Jun 10 22:15:13.226 INFO E| Compiling shared_thread v0.2.0
101772026-06-10T22:15:14.752Z[ recovery-image] Jun 10 22:15:13.366 INFO E| Compiling anstyle-parse v1.0.0
101782026-06-10T22:15:14.908Z[ recovery-image] Jun 10 22:15:13.522 INFO E| Compiling anstream v1.0.0
101792026-06-10T22:15:15.139Z[ recovery-image] Jun 10 22:15:13.751 INFO E| Compiling clap_builder v4.6.0
101802026-06-10T22:15:15.629Z[ recovery-image] Jun 10 22:15:14.130 INFO E| Compiling errno v0.3.14
101812026-06-10T22:15:15.629Z[ recovery-image] Jun 10 22:15:14.130 INFO E| Compiling os_pipe v1.2.3
101822026-06-10T22:15:15.642Z[ recovery-image] Jun 10 22:15:14.246 INFO E| Compiling signal-hook-registry v1.4.8
101832026-06-10T22:15:15.778Z[ recovery-image] Jun 10 22:15:14.392 INFO E| Compiling syn v2.0.117
101842026-06-10T22:15:15.911Z[ recovery-image] Jun 10 22:15:14.523 INFO E| Compiling sigchld v0.2.4
101852026-06-10T22:15:16.005Z[ recovery-image] Jun 10 22:15:14.620 INFO E| Compiling shared_child v1.1.1
101862026-06-10T22:15:16.134Z[ recovery-image] Jun 10 22:15:14.748 INFO E| Compiling duct v1.1.1
101872026-06-10T22:15:18.178Z[ recovery-image] Jun 10 22:15:16.793 INFO E| Compiling clap_derive v4.6.1
101882026-06-10T22:15:19.733Z[ recovery-image] Jun 10 22:15:18.347 INFO E| Compiling clap v4.6.1
101892026-06-10T22:15:19.807Z[ recovery-image] Jun 10 22:15:18.420 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
101902026-06-10T22:15:20.817Z[ recovery-image] Jun 10 22:15:19.432 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s
101912026-06-10T22:15:20.827Z[ recovery-image] Jun 10 22:15:19.442 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
101922026-06-10T22:15:21.114Z[ recovery-image] Jun 10 22:15:19.727 INFO E| Downloading crates ...
101932026-06-10T22:15:21.168Z[ recovery-image] Jun 10 22:15:19.784 INFO E| Downloaded bitstruct v0.1.1
101942026-06-10T22:15:21.172Z[ recovery-image] Jun 10 22:15:19.785 INFO E| Downloaded miniz_oxide v0.9.1
101952026-06-10T22:15:21.174Z[ recovery-image] Jun 10 22:15:19.788 INFO E| Downloaded bit_field v0.10.3
101962026-06-10T22:15:21.177Z[ recovery-image] Jun 10 22:15:19.791 INFO E| Downloaded bitstruct_derive v0.1.0
101972026-06-10T22:15:21.180Z[ recovery-image] Jun 10 22:15:19.793 INFO E| Downloaded cpio_reader v0.1.2
101982026-06-10T22:15:21.184Z[ recovery-image] Jun 10 22:15:19.799 INFO E| Downloaded bitflags v2.11.1
101992026-06-10T22:15:21.188Z[ recovery-image] Jun 10 22:15:19.802 INFO E| Downloaded raw-cpuid v10.7.0
102002026-06-10T22:15:21.319Z[ recovery-image] Jun 10 22:15:19.933 INFO E| Downloaded x86 v0.52.0
102012026-06-10T22:15:21.359Z[ recovery-image] Jun 10 22:15:19.974 INFO E| Updating crates.io index
102022026-06-10T22:15:21.409Z[ recovery-image] Jun 10 22:15:20.024 INFO E| Downloading crates ...
102032026-06-10T22:15:21.450Z[ recovery-image] Jun 10 22:15:20.065 INFO E| Downloaded rustc-literal-escaper v0.0.7
102042026-06-10T22:15:21.503Z[ recovery-image] Jun 10 22:15:20.119 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
102052026-06-10T22:15:21.503Z[ recovery-image] Jun 10 22:15:20.119 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
102062026-06-10T22:15:21.503Z[ recovery-image] Jun 10 22:15:20.119 INFO E| Compiling proc-macro2 v1.0.106
102072026-06-10T22:15:21.507Z[ recovery-image] Jun 10 22:15:20.119 INFO E| Compiling unicode-ident v1.0.24
102082026-06-10T22:15:21.507Z[ recovery-image] Jun 10 22:15:20.119 INFO E| Compiling quote v1.0.45
102092026-06-10T22:15:21.507Z[ recovery-image] Jun 10 22:15:20.119 INFO E| Compiling syn v1.0.109
102102026-06-10T22:15:21.507Z[ recovery-image] Jun 10 22:15:20.119 INFO E| Compiling x86 v0.52.0
102112026-06-10T22:15:21.507Z[ recovery-image] Jun 10 22:15:20.119 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102122026-06-10T22:15:21.507Z[ recovery-image] Jun 10 22:15:20.119 INFO E| Compiling seq-macro v0.3.6
102132026-06-10T22:15:22.648Z[ recovery-image] Jun 10 22:15:21.262 INFO E| Compiling syn v2.0.117
102142026-06-10T22:15:23.358Z[ host-image] Jun 10 22:15:21.973 INFO O| Jun 10 22:15:21.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
102152026-06-10T22:15:23.358Z[ host-image] Jun 10 22:15:21.973 INFO O| Jun 10 22:15:21.973 INFO ok!
102162026-06-10T22:15:23.358Z[ host-image] Jun 10 22:15:21.973 INFO O| Jun 10 22:15:21.973 INFO STEP 139 (ensure_file) COMPLETE
102172026-06-10T22:15:23.361Z[ host-image] Jun 10 22:15:21.973 INFO O| Jun 10 22:15:21.973 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102182026-06-10T22:15:23.366Z[ host-image] Jun 10 22:15:21.982 INFO O| Jun 10 22:15:21.982 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
102192026-06-10T22:15:23.366Z[ host-image] Jun 10 22:15:21.982 INFO O| Jun 10 22:15:21.982 INFO STEP 140 (ensure_dir) COMPLETE
102202026-06-10T22:15:23.366Z[ host-image] Jun 10 22:15:21.982 INFO O| Jun 10 22:15:21.982 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-06-10T22:15:23.376Z[ host-image] Jun 10 22:15:21.991 INFO O| Jun 10 22:15:21.991 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
102222026-06-10T22:15:23.376Z[ host-image] Jun 10 22:15:21.991 INFO O| Jun 10 22:15:21.991 INFO STEP 141 (ensure_dir) COMPLETE
102232026-06-10T22:15:23.380Z[ host-image] Jun 10 22:15:21.991 INFO O| Jun 10 22:15:21.991 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102242026-06-10T22:15:23.383Z[ host-image] Jun 10 22:15:21.998 INFO O| Jun 10 22:15:21.998 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
102252026-06-10T22:15:23.383Z[ host-image] Jun 10 22:15:21.998 INFO O| Jun 10 22:15:21.998 INFO STEP 142 (ensure_dir) COMPLETE
102262026-06-10T22:15:23.383Z[ host-image] Jun 10 22:15:21.998 INFO O| Jun 10 22:15:21.998 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-06-10T22:15:23.390Z[ host-image] Jun 10 22:15:22.005 INFO O| Jun 10 22:15:22.005 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102282026-06-10T22:15:23.393Z[ host-image] Jun 10 22:15:22.006 INFO O| Jun 10 22:15:22.005 INFO STEP 143 (ensure_dir) COMPLETE
102292026-06-10T22:15:23.393Z[ host-image] Jun 10 22:15:22.006 INFO O| Jun 10 22:15:22.005 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102302026-06-10T22:15:23.397Z[ host-image] Jun 10 22:15:22.012 INFO O| Jun 10 22:15:22.012 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102312026-06-10T22:15:23.397Z[ host-image] Jun 10 22:15:22.012 INFO O| Jun 10 22:15:22.012 INFO copying /tmp/.tmp3gjDm6/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
102322026-06-10T22:15:23.400Z[ host-image] Jun 10 22:15:22.013 INFO O| Jun 10 22:15:22.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102332026-06-10T22:15:23.400Z[ host-image] Jun 10 22:15:22.013 INFO O| Jun 10 22:15:22.013 INFO ok!
102342026-06-10T22:15:23.400Z[ host-image] Jun 10 22:15:22.013 INFO O| Jun 10 22:15:22.013 INFO STEP 144 (ensure_file) COMPLETE
102352026-06-10T22:15:23.400Z[ host-image] Jun 10 22:15:22.013 INFO O| Jun 10 22:15:22.013 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362026-06-10T22:15:23.405Z[ host-image] Jun 10 22:15:22.021 INFO O| Jun 10 22:15:22.021 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102372026-06-10T22:15:23.406Z[ host-image] Jun 10 22:15:22.021 INFO O| Jun 10 22:15:22.021 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102382026-06-10T22:15:23.409Z[ host-image] Jun 10 22:15:22.021 INFO O| Jun 10 22:15:22.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102392026-06-10T22:15:23.409Z[ host-image] Jun 10 22:15:22.021 INFO O| Jun 10 22:15:22.021 INFO STEP 145 (ensure_dir) COMPLETE
102402026-06-10T22:15:23.409Z[ host-image] Jun 10 22:15:22.021 INFO O| Jun 10 22:15:22.021 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-06-10T22:15:23.414Z[ host-image] Jun 10 22:15:22.029 INFO O| Jun 10 22:15:22.029 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102422026-06-10T22:15:23.414Z[ host-image] Jun 10 22:15:22.029 INFO O| Jun 10 22:15:22.029 INFO copying /tmp/.tmp3gjDm6/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102432026-06-10T22:15:23.417Z[ host-image] Jun 10 22:15:22.029 INFO O| Jun 10 22:15:22.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102442026-06-10T22:15:23.417Z[ host-image] Jun 10 22:15:22.029 INFO O| Jun 10 22:15:22.029 INFO ok!
102452026-06-10T22:15:23.417Z[ host-image] Jun 10 22:15:22.029 INFO O| Jun 10 22:15:22.029 INFO STEP 146 (ensure_file) COMPLETE
102462026-06-10T22:15:23.417Z[ host-image] Jun 10 22:15:22.029 INFO O| Jun 10 22:15:22.029 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102472026-06-10T22:15:23.421Z[ host-image] Jun 10 22:15:22.037 INFO O| Jun 10 22:15:22.037 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102482026-06-10T22:15:23.424Z[ host-image] Jun 10 22:15:22.037 INFO O| Jun 10 22:15:22.037 INFO STEP 147 (remove_files) COMPLETE
102492026-06-10T22:15:23.424Z[ host-image] Jun 10 22:15:22.037 INFO O| Jun 10 22:15:22.037 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102502026-06-10T22:15:23.431Z[ host-image] Jun 10 22:15:22.047 INFO O| Jun 10 22:15:22.047 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102512026-06-10T22:15:23.431Z[ host-image] Jun 10 22:15:22.047 INFO O| Jun 10 22:15:22.047 INFO STEP 148 (remove_files) COMPLETE
102522026-06-10T22:15:23.434Z[ host-image] Jun 10 22:15:22.047 INFO O| Jun 10 22:15:22.047 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102532026-06-10T22:15:23.440Z[ host-image] Jun 10 22:15:22.055 INFO O| Jun 10 22:15:22.055 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102542026-06-10T22:15:23.445Z[ host-image] Jun 10 22:15:22.055 INFO O| Jun 10 22:15:22.055 INFO STEP 149 (remove_files) COMPLETE
102552026-06-10T22:15:23.445Z[ host-image] Jun 10 22:15:22.055 INFO O| Jun 10 22:15:22.055 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102562026-06-10T22:15:23.448Z[ host-image] Jun 10 22:15:22.063 INFO O| Jun 10 22:15:22.063 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102572026-06-10T22:15:23.448Z[ host-image] Jun 10 22:15:22.063 INFO O| Jun 10 22:15:22.063 INFO STEP 150 (remove_files) COMPLETE
102582026-06-10T22:15:23.448Z[ host-image] Jun 10 22:15:22.063 INFO O| Jun 10 22:15:22.063 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102592026-06-10T22:15:23.455Z[ host-image] Jun 10 22:15:22.071 INFO O| Jun 10 22:15:22.071 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
102602026-06-10T22:15:23.460Z[ host-image] Jun 10 22:15:22.071 INFO O| Jun 10 22:15:22.071 INFO STEP 151 (remove_files) COMPLETE
102612026-06-10T22:15:23.460Z[ host-image] Jun 10 22:15:22.071 INFO O| Jun 10 22:15:22.071 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102622026-06-10T22:15:23.463Z[ host-image] Jun 10 22:15:22.078 INFO O| Jun 10 22:15:22.078 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
102632026-06-10T22:15:23.463Z[ host-image] Jun 10 22:15:22.078 INFO O| Jun 10 22:15:22.078 INFO STEP 152 (remove_files) COMPLETE
102642026-06-10T22:15:23.463Z[ host-image] Jun 10 22:15:22.078 INFO O| Jun 10 22:15:22.078 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102652026-06-10T22:15:23.476Z[ host-image] Jun 10 22:15:22.087 INFO O| Jun 10 22:15:22.087 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
102662026-06-10T22:15:23.476Z[ host-image] Jun 10 22:15:22.087 INFO O| Jun 10 22:15:22.087 INFO STEP 153 (remove_files) COMPLETE
102672026-06-10T22:15:23.480Z[ host-image] Jun 10 22:15:22.087 INFO O| Jun 10 22:15:22.087 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102682026-06-10T22:15:23.480Z[ host-image] Jun 10 22:15:22.093 INFO O| Jun 10 22:15:22.093 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
102692026-06-10T22:15:23.480Z[ host-image] Jun 10 22:15:22.093 INFO O| Jun 10 22:15:22.093 INFO STEP 154 (remove_files) COMPLETE
102702026-06-10T22:15:23.480Z[ host-image] Jun 10 22:15:22.093 INFO O| Jun 10 22:15:22.093 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102712026-06-10T22:15:23.485Z[ host-image] Jun 10 22:15:22.100 INFO O| Jun 10 22:15:22.100 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
102722026-06-10T22:15:23.488Z[ host-image] Jun 10 22:15:22.100 INFO O| Jun 10 22:15:22.100 INFO STEP 155 (remove_files) COMPLETE
102732026-06-10T22:15:23.488Z[ host-image] Jun 10 22:15:22.100 INFO O| Jun 10 22:15:22.100 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102742026-06-10T22:15:23.492Z[ host-image] Jun 10 22:15:22.107 INFO O| Jun 10 22:15:22.107 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
102752026-06-10T22:15:23.495Z[ host-image] Jun 10 22:15:22.107 INFO O| Jun 10 22:15:22.107 INFO STEP 156 (remove_files) COMPLETE
102762026-06-10T22:15:23.495Z[ host-image] Jun 10 22:15:22.107 INFO O| Jun 10 22:15:22.107 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102772026-06-10T22:15:23.499Z[ host-image] Jun 10 22:15:22.114 INFO O| Jun 10 22:15:22.114 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
102782026-06-10T22:15:23.499Z[ host-image] Jun 10 22:15:22.114 INFO O| Jun 10 22:15:22.114 INFO STEP 157 (remove_files) COMPLETE
102792026-06-10T22:15:23.502Z[ host-image] Jun 10 22:15:22.114 INFO O| Jun 10 22:15:22.114 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102802026-06-10T22:15:23.507Z[ host-image] Jun 10 22:15:22.122 INFO O| Jun 10 22:15:22.122 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102812026-06-10T22:15:23.510Z[ host-image] Jun 10 22:15:22.122 INFO O| Jun 10 22:15:22.122 INFO STEP 158 (remove_files) COMPLETE
102822026-06-10T22:15:23.510Z[ host-image] Jun 10 22:15:22.122 INFO O| Jun 10 22:15:22.122 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102832026-06-10T22:15:23.515Z[ host-image] Jun 10 22:15:22.130 INFO O| Jun 10 22:15:22.130 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102842026-06-10T22:15:23.515Z[ host-image] Jun 10 22:15:22.130 INFO O| Jun 10 22:15:22.130 INFO STEP 159 (remove_files) COMPLETE
102852026-06-10T22:15:23.518Z[ host-image] Jun 10 22:15:22.130 INFO O| Jun 10 22:15:22.130 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102862026-06-10T22:15:23.523Z[ host-image] Jun 10 22:15:22.138 INFO O| Jun 10 22:15:22.138 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
102872026-06-10T22:15:23.523Z[ host-image] Jun 10 22:15:22.138 INFO O| Jun 10 22:15:22.138 INFO STEP 160 (remove_files) COMPLETE
102882026-06-10T22:15:23.523Z[ host-image] Jun 10 22:15:22.138 INFO O| Jun 10 22:15:22.138 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102892026-06-10T22:15:23.531Z[ host-image] Jun 10 22:15:22.147 INFO O| Jun 10 22:15:22.147 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
102902026-06-10T22:15:23.532Z[ host-image] Jun 10 22:15:22.147 INFO O| Jun 10 22:15:22.147 INFO STEP 161 (remove_files) COMPLETE
102912026-06-10T22:15:23.532Z[ host-image] Jun 10 22:15:22.147 INFO O| Jun 10 22:15:22.147 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102922026-06-10T22:15:23.539Z[ host-image] Jun 10 22:15:22.155 INFO O| Jun 10 22:15:22.155 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
102932026-06-10T22:15:23.539Z[ host-image] Jun 10 22:15:22.155 INFO O| Jun 10 22:15:22.155 INFO STEP 162 (remove_files) COMPLETE
102942026-06-10T22:15:23.542Z[ host-image] Jun 10 22:15:22.155 INFO O| Jun 10 22:15:22.155 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102952026-06-10T22:15:23.547Z[ host-image] Jun 10 22:15:22.162 INFO O| Jun 10 22:15:22.162 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
102962026-06-10T22:15:23.547Z[ host-image] Jun 10 22:15:22.162 INFO O| Jun 10 22:15:22.162 INFO STEP 163 (remove_files) COMPLETE
102972026-06-10T22:15:23.547Z[ host-image] Jun 10 22:15:22.162 INFO O| Jun 10 22:15:22.162 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102982026-06-10T22:15:23.555Z[ host-image] Jun 10 22:15:22.171 INFO O| Jun 10 22:15:22.171 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
102992026-06-10T22:15:23.555Z[ host-image] Jun 10 22:15:22.171 INFO O| Jun 10 22:15:22.171 INFO STEP 164 (remove_files) COMPLETE
103002026-06-10T22:15:23.558Z[ host-image] Jun 10 22:15:22.171 INFO O| Jun 10 22:15:22.171 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103012026-06-10T22:15:23.563Z[ host-image] Jun 10 22:15:22.179 INFO O| Jun 10 22:15:22.179 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
103022026-06-10T22:15:23.566Z[ host-image] Jun 10 22:15:22.179 INFO O| Jun 10 22:15:22.179 INFO STEP 165 (remove_files) COMPLETE
103032026-06-10T22:15:23.567Z[ host-image] Jun 10 22:15:22.179 INFO O| Jun 10 22:15:22.179 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103042026-06-10T22:15:23.571Z[ host-image] Jun 10 22:15:22.187 INFO O| Jun 10 22:15:22.187 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
103052026-06-10T22:15:23.571Z[ host-image] Jun 10 22:15:22.187 INFO O| Jun 10 22:15:22.187 INFO STEP 166 (remove_files) COMPLETE
103062026-06-10T22:15:23.574Z[ host-image] Jun 10 22:15:22.187 INFO O| Jun 10 22:15:22.187 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103072026-06-10T22:15:23.580Z[ host-image] Jun 10 22:15:22.195 INFO O| Jun 10 22:15:22.195 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
103082026-06-10T22:15:23.583Z[ host-image] Jun 10 22:15:22.195 INFO O| Jun 10 22:15:22.195 INFO STEP 167 (remove_files) COMPLETE
103092026-06-10T22:15:23.583Z[ host-image] Jun 10 22:15:22.195 INFO O| Jun 10 22:15:22.195 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103102026-06-10T22:15:23.588Z[ host-image] Jun 10 22:15:22.204 INFO O| Jun 10 22:15:22.204 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
103112026-06-10T22:15:23.588Z[ host-image] Jun 10 22:15:22.204 INFO O| Jun 10 22:15:22.204 INFO STEP 168 (remove_files) COMPLETE
103122026-06-10T22:15:23.588Z[ host-image] Jun 10 22:15:22.204 INFO O| Jun 10 22:15:22.204 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103132026-06-10T22:15:23.598Z[ host-image] Jun 10 22:15:22.213 INFO O| Jun 10 22:15:22.213 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
103142026-06-10T22:15:23.598Z[ host-image] Jun 10 22:15:22.213 INFO O| Jun 10 22:15:22.213 INFO STEP 169 (remove_files) COMPLETE
103152026-06-10T22:15:23.601Z[ host-image] Jun 10 22:15:22.213 INFO O| Jun 10 22:15:22.213 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103162026-06-10T22:15:23.605Z[ host-image] Jun 10 22:15:22.221 INFO O| Jun 10 22:15:22.221 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
103172026-06-10T22:15:23.606Z[ host-image] Jun 10 22:15:22.221 INFO O| Jun 10 22:15:22.221 INFO STEP 170 (remove_files) COMPLETE
103182026-06-10T22:15:23.608Z[ host-image] Jun 10 22:15:22.221 INFO O| Jun 10 22:15:22.221 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103192026-06-10T22:15:23.614Z[ host-image] Jun 10 22:15:22.229 INFO O| Jun 10 22:15:22.229 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
103202026-06-10T22:15:23.614Z[ host-image] Jun 10 22:15:22.229 INFO O| Jun 10 22:15:22.229 INFO STEP 171 (remove_files) COMPLETE
103212026-06-10T22:15:23.617Z[ host-image] Jun 10 22:15:22.229 INFO O| Jun 10 22:15:22.229 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103222026-06-10T22:15:23.620Z[ host-image] Jun 10 22:15:22.236 INFO O| Jun 10 22:15:22.236 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
103232026-06-10T22:15:23.620Z[ host-image] Jun 10 22:15:22.236 INFO O| Jun 10 22:15:22.236 INFO STEP 172 (remove_files) COMPLETE
103242026-06-10T22:15:23.623Z[ host-image] Jun 10 22:15:22.236 INFO O| Jun 10 22:15:22.236 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103252026-06-10T22:15:23.627Z[ host-image] Jun 10 22:15:22.242 INFO O| Jun 10 22:15:22.242 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103262026-06-10T22:15:23.627Z[ host-image] Jun 10 22:15:22.242 INFO O| Jun 10 22:15:22.242 INFO STEP 173 (remove_files) COMPLETE
103272026-06-10T22:15:23.627Z[ host-image] Jun 10 22:15:22.242 INFO O| Jun 10 22:15:22.242 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103282026-06-10T22:15:23.636Z[ host-image] Jun 10 22:15:22.251 INFO O| Jun 10 22:15:22.251 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103292026-06-10T22:15:23.639Z[ host-image] Jun 10 22:15:22.251 INFO O| Jun 10 22:15:22.251 INFO STEP 174 (remove_files) COMPLETE
103302026-06-10T22:15:23.639Z[ host-image] Jun 10 22:15:22.251 INFO O| Jun 10 22:15:22.251 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103312026-06-10T22:15:23.643Z[ host-image] Jun 10 22:15:22.258 INFO O| Jun 10 22:15:22.258 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103322026-06-10T22:15:23.643Z[ host-image] Jun 10 22:15:22.258 INFO O| Jun 10 22:15:22.258 INFO STEP 175 (remove_files) COMPLETE
103332026-06-10T22:15:23.646Z[ host-image] Jun 10 22:15:22.258 INFO O| Jun 10 22:15:22.258 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103342026-06-10T22:15:23.653Z[ host-image] Jun 10 22:15:22.269 INFO O| Jun 10 22:15:22.269 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103352026-06-10T22:15:23.653Z[ host-image] Jun 10 22:15:22.269 INFO O| Jun 10 22:15:22.269 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103362026-06-10T22:15:24.109Z[ recovery-image] Jun 10 22:15:22.724 INFO E| Compiling scroll_derive v0.13.1
103372026-06-10T22:15:25.175Z[ recovery-image] Jun 10 22:15:23.790 INFO E| Compiling bitstruct_derive v0.1.0
103382026-06-10T22:15:27.916Z[ host-image] Jun 10 22:15:26.531 INFO O| Jun 10 22:15:26.531 INFO O| Loading smf(7) service descriptions: 1/792/793/794/795/796/797/798/799/7910/7911/7912/7913/7914/7915/7916/7917/7918/7919/7920/7921/7922/7923/7924/7925/7926/7927/7928/7929/7930/7931/7932/7933/7934/7935/7936/7937/7938/7939/7940/7941/7942/7943/7944/7945/7946/7947/7948/7949/7950/7951/7952/7953/7954/7955/7956/7957/7958/7959/7960/7961/7962/7963/7964/7965/7966/7967/7968/7969/7970/7971/7972/7973/7974/7975/7976/7977/7978/7979/79
103392026-06-10T22:15:27.916Z[ host-image] Jun 10 22:15:26.531 INFO O| Jun 10 22:15:26.531 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103402026-06-10T22:15:27.928Z[ host-image] Jun 10 22:15:26.543 INFO O| Jun 10 22:15:26.543 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
103412026-06-10T22:15:28.025Z[ host-image] Jun 10 22:15:26.640 INFO O| Jun 10 22:15:26.640 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
103422026-06-10T22:15:28.080Z[ host-image] Jun 10 22:15:26.696 INFO O| Jun 10 22:15:26.696 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103432026-06-10T22:15:28.144Z[ host-image] Jun 10 22:15:26.759 INFO O| Jun 10 22:15:26.759 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103442026-06-10T22:15:28.144Z[ host-image] Jun 10 22:15:26.759 INFO O| Jun 10 22:15:26.759 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103452026-06-10T22:15:28.279Z[ host-image] Jun 10 22:15:26.892 INFO O| Jun 10 22:15:26.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103462026-06-10T22:15:28.279Z[ host-image] Jun 10 22:15:26.893 INFO O| Jun 10 22:15:26.892 INFO ok!
103472026-06-10T22:15:28.279Z[ host-image] Jun 10 22:15:26.893 INFO O| Jun 10 22:15:26.892 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
103482026-06-10T22:15:28.282Z[ host-image] Jun 10 22:15:26.893 INFO O| Jun 10 22:15:26.893 INFO STEP 176 (seed_smf) COMPLETE
103492026-06-10T22:15:28.282Z[ host-image] Jun 10 22:15:26.893 INFO O| Jun 10 22:15:26.893 INFO steps complete; finalising image!
103502026-06-10T22:15:28.282Z[ host-image] Jun 10 22:15:26.893 INFO O| Jun 10 22:15:26.893 INFO TRIM POOL: TEMPORARY-sled-zfs
103512026-06-10T22:15:28.334Z[ host-image] Jun 10 22:15:26.949 INFO O| Jun 10 22:15:26.949 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed Jun 10 22:15:26 2026)
103522026-06-10T22:15:28.549Z[ host-image] Jun 10 22:15:27.164 INFO O| Jun 10 22:15:27.164 INFO temporary pool has 857M used, 39.3M avail, 1.81x compressratio
103532026-06-10T22:15:28.549Z[ host-image] Jun 10 22:15:27.164 INFO O| Jun 10 22:15:27.164 INFO EXPORT POOL: TEMPORARY-sled-zfs
103542026-06-10T22:15:28.864Z[ host-image] Jun 10 22:15:27.475 INFO O| Jun 10 22:15:27.475 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
103552026-06-10T22:15:28.864Z[ host-image] Jun 10 22:15:27.475 INFO O| Jun 10 22:15:27.475 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
103562026-06-10T22:15:29.518Z[ host-image] Jun 10 22:15:28.132 INFO O| Jun 10 22:15:28.132 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
103572026-06-10T22:15:29.519Z[ host-image] Jun 10 22:15:28.132 INFO O| Jun 10 22:15:28.132 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
103582026-06-10T22:15:29.522Z[ host-image] Jun 10 22:15:28.132 INFO O| Jun 10 22:15:28.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
103592026-06-10T22:15:29.522Z[ host-image] Jun 10 22:15:28.132 INFO O| Jun 10 22:15:28.132 INFO completed processing sled/zfs
103602026-06-10T22:15:29.522Z[ host-image] Jun 10 22:15:28.132 INFO O| Jun 10 22:15:28.132 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
103612026-06-10T22:15:33.982Z[ recovery-image] Jun 10 22:15:32.597 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
103622026-06-10T22:15:36.224Z[ recovery-image] Jun 10 22:15:34.838 INFO E| Compiling bitflags v1.3.2
103632026-06-10T22:15:36.224Z[ recovery-image] Jun 10 22:15:34.839 INFO E| Compiling scroll v0.13.0
103642026-06-10T22:15:36.231Z[ recovery-image] Jun 10 22:15:34.839 INFO E| Compiling bitflags v2.11.1
103652026-06-10T22:15:36.231Z[ recovery-image] Jun 10 22:15:34.839 INFO E| Compiling bit_field v0.10.3
103662026-06-10T22:15:36.231Z[ recovery-image] Jun 10 22:15:34.839 INFO E| Compiling plain v0.2.3
103672026-06-10T22:15:36.231Z[ recovery-image] Jun 10 22:15:34.839 INFO E| Compiling adler2 v2.0.1
103682026-06-10T22:15:36.231Z[ recovery-image] Jun 10 22:15:34.839 INFO E| Compiling log v0.4.29
103692026-06-10T22:15:36.231Z[ recovery-image] Jun 10 22:15:34.839 INFO E| Compiling bitstruct v0.1.1
103702026-06-10T22:15:36.231Z[ recovery-image] Jun 10 22:15:34.839 INFO E| Compiling static_assertions v1.1.0
103712026-06-10T22:15:36.274Z[ recovery-image] Jun 10 22:15:34.889 INFO E| Compiling raw-cpuid v10.7.0
103722026-06-10T22:15:36.327Z[ recovery-image] Jun 10 22:15:34.942 INFO E| Compiling miniz_oxide v0.9.1
103732026-06-10T22:15:36.398Z[ recovery-image] Jun 10 22:15:35.013 INFO E| Compiling cpio_reader v0.1.2
103742026-06-10T22:15:36.471Z[ recovery-image] Jun 10 22:15:35.086 INFO E| Compiling goblin v0.10.5
103752026-06-10T22:15:39.482Z[ recovery-image] Jun 10 22:15:38.097 INFO E| Finished `release` profile [optimized] target(s) in 18.63s
103762026-06-10T22:15:39.503Z[ recovery-image] Jun 10 22:15:38.118 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103772026-06-10T22:15:39.537Z[ recovery-image] Jun 10 22:15:38.152 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')"
103782026-06-10T22:15:39.538Z[ recovery-image] Jun 10 22:15:38.153 INFO building ROM for gimlet
103792026-06-10T22:15:39.541Z[ recovery-image] Jun 10 22:15:38.153 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml", "--image", "/work/os-recovery/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
103802026-06-10T22:15:39.626Z[ recovery-image] Jun 10 22:15:38.241 INFO E| Downloading crates ...
103812026-06-10T22:15:39.683Z[ recovery-image] Jun 10 22:15:38.298 INFO E| Downloaded anstream v0.6.18
103822026-06-10T22:15:39.687Z[ recovery-image] Jun 10 22:15:38.302 INFO E| Downloaded anstyle-query v1.1.2
103832026-06-10T22:15:39.695Z[ recovery-image] Jun 10 22:15:38.310 INFO E| Downloaded serde_spanned v0.6.8
103842026-06-10T22:15:39.698Z[ recovery-image] Jun 10 22:15:38.311 INFO E| Downloaded clap_lex v0.7.4
103852026-06-10T22:15:39.706Z[ recovery-image] Jun 10 22:15:38.321 INFO E| Downloaded shared_child v1.0.1
103862026-06-10T22:15:39.710Z[ recovery-image] Jun 10 22:15:38.322 INFO E| Downloaded os_pipe v1.2.1
103872026-06-10T22:15:39.710Z[ recovery-image] Jun 10 22:15:38.323 INFO E| Downloaded colorchoice v1.0.3
103882026-06-10T22:15:39.713Z[ recovery-image] Jun 10 22:15:38.326 INFO E| Downloaded anstyle v1.0.10
103892026-06-10T22:15:39.713Z[ recovery-image] Jun 10 22:15:38.327 INFO E| Downloaded toml_datetime v0.6.9
103902026-06-10T22:15:39.713Z[ recovery-image] Jun 10 22:15:38.327 INFO E| Downloaded is_terminal_polyfill v1.70.1
103912026-06-10T22:15:39.713Z[ recovery-image] Jun 10 22:15:38.328 INFO E| Downloaded anstyle-parse v0.2.6
103922026-06-10T22:15:39.721Z[ recovery-image] Jun 10 22:15:38.334 INFO E| Downloaded toml_write v0.1.1
103932026-06-10T22:15:39.724Z[ recovery-image] Jun 10 22:15:38.335 INFO E| Downloaded duct v0.13.7
103942026-06-10T22:15:39.724Z[ recovery-image] Jun 10 22:15:38.337 INFO E| Downloaded clap_derive v4.5.32
103952026-06-10T22:15:39.730Z[ recovery-image] Jun 10 22:15:38.345 INFO E| Downloaded clap v4.5.37
103962026-06-10T22:15:39.737Z[ recovery-image] Jun 10 22:15:38.353 INFO E| Downloaded toml v0.8.22
103972026-06-10T22:15:39.757Z[ recovery-image] Jun 10 22:15:38.373 INFO E| Downloaded cc v1.2.20
103982026-06-10T22:15:39.760Z[ recovery-image] Jun 10 22:15:38.375 INFO E| Downloaded toml_edit v0.22.26
103992026-06-10T22:15:39.780Z[ recovery-image] Jun 10 22:15:38.395 INFO E| Downloaded winnow v0.7.7
104002026-06-10T22:15:39.785Z[ recovery-image] Jun 10 22:15:38.400 INFO E| Downloaded clap_builder v4.5.37
104012026-06-10T22:15:39.800Z[ recovery-image] Jun 10 22:15:38.415 INFO E| Compiling libc v0.2.172
104022026-06-10T22:15:39.800Z[ recovery-image] Jun 10 22:15:38.415 INFO E| Compiling utf8parse v0.2.2
104032026-06-10T22:15:39.800Z[ recovery-image] Jun 10 22:15:38.415 INFO E| Compiling shlex v1.3.0
104042026-06-10T22:15:39.803Z[ recovery-image] Jun 10 22:15:38.415 INFO E| Compiling colorchoice v1.0.3
104052026-06-10T22:15:39.803Z[ recovery-image] Jun 10 22:15:38.415 INFO E| Compiling once_cell v1.21.3
104062026-06-10T22:15:39.803Z[ recovery-image] Jun 10 22:15:38.415 INFO E| Compiling is_terminal_polyfill v1.70.1
104072026-06-10T22:15:39.817Z[ recovery-image] Jun 10 22:15:38.433 INFO E| Compiling anstyle-query v1.1.2
104082026-06-10T22:15:39.817Z[ recovery-image] Jun 10 22:15:38.433 INFO E| Compiling anstyle v1.0.10
104092026-06-10T22:15:39.820Z[ recovery-image] Jun 10 22:15:38.433 INFO E| Compiling equivalent v1.0.2
104102026-06-10T22:15:39.821Z[ recovery-image] Jun 10 22:15:38.433 INFO E| Compiling hashbrown v0.15.2
104112026-06-10T22:15:39.823Z[ recovery-image] Jun 10 22:15:38.437 INFO E| Compiling winnow v0.7.7
104122026-06-10T22:15:39.823Z[ recovery-image] Jun 10 22:15:38.437 INFO E| Compiling toml_write v0.1.1
104132026-06-10T22:15:39.824Z[ recovery-image] Jun 10 22:15:38.437 INFO E| Compiling strsim v0.11.1
104142026-06-10T22:15:39.842Z[ recovery-image] Jun 10 22:15:38.457 INFO E| Compiling anyhow v1.0.98
104152026-06-10T22:15:39.868Z[ recovery-image] Jun 10 22:15:38.484 INFO E| Compiling clap_lex v0.7.4
104162026-06-10T22:15:39.872Z[ recovery-image] Jun 10 22:15:38.484 INFO E| Compiling syn v2.0.101
104172026-06-10T22:15:40.003Z[ recovery-image] Jun 10 22:15:38.618 INFO E| Compiling anstyle-parse v0.2.6
104182026-06-10T22:15:40.087Z[ recovery-image] Jun 10 22:15:38.702 INFO E| Compiling cc v1.2.20
104192026-06-10T22:15:40.487Z[ recovery-image] Jun 10 22:15:39.102 INFO E| Compiling anstream v0.6.18
104202026-06-10T22:15:40.581Z[ recovery-image] Jun 10 22:15:39.195 INFO E| Compiling indexmap v2.9.0
104212026-06-10T22:15:40.704Z[ recovery-image] Jun 10 22:15:39.319 INFO E| Compiling clap_builder v4.5.37
104222026-06-10T22:15:40.754Z[ recovery-image] Jun 10 22:15:39.369 INFO E| Compiling shared_child v1.0.1
104232026-06-10T22:15:40.754Z[ recovery-image] Jun 10 22:15:39.370 INFO E| Compiling os_pipe v1.2.1
104242026-06-10T22:15:40.901Z[ recovery-image] Jun 10 22:15:39.514 INFO E| Compiling duct v0.13.7
104252026-06-10T22:15:41.438Z[ recovery-image] Jun 10 22:15:40.053 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
104262026-06-10T22:15:42.060Z[ host-image] Jun 10 22:15:40.675 INFO O| Jun 10 22:15:40.675 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
104272026-06-10T22:15:42.165Z[ host-image] Jun 10 22:15:40.780 INFO BUILD STRING "heads/stlouis-0-gd847a32fb8\n"
104282026-06-10T22:15:42.165Z[ host-image] Jun 10 22:15:40.780 INFO expanded image name: "ci f4ceffa/${os_short_commit} 2026-06-10 21:59" -> "ci f4ceffa/d847a32 2026-06-10 21:59"
104292026-06-10T22:15:42.165Z[ host-image] Jun 10 22:15:40.780 INFO output artefacts stored in: "/work/os-host"
104302026-06-10T22:15:42.168Z[ host-image] Jun 10 22:15:40.780 INFO collecting git info from project "image-builder"...
104312026-06-10T22:15:42.172Z[ host-image] Jun 10 22:15:40.786 INFO collecting git info from project "amd-host-image-builder"...
104322026-06-10T22:15:42.176Z[ host-image] Jun 10 22:15:40.792 INFO collecting git info from project "amd-firmware"...
104332026-06-10T22:15:42.188Z[ host-image] Jun 10 22:15:40.803 INFO collecting git info from project "bootserver"...
104342026-06-10T22:15:42.193Z[ host-image] Jun 10 22:15:40.809 INFO collecting git info from project "chelsio-t6-roms"...
104352026-06-10T22:15:42.199Z[ host-image] Jun 10 22:15:40.814 INFO collecting git info from project "phbl"...
104362026-06-10T22:15:42.208Z[ host-image] Jun 10 22:15:40.823 INFO collecting git info from project "pinprick"...
104372026-06-10T22:15:42.218Z[ host-image] Jun 10 22:15:40.833 INFO collecting git info from project "pilot"...
104382026-06-10T22:15:42.224Z[ host-image] Jun 10 22:15:40.839 INFO collecting git info from project "dmar-report"...
104392026-06-10T22:15:42.246Z[ host-image] Jun 10 22:15:40.861 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
104402026-06-10T22:15:42.610Z[ recovery-image] Jun 10 22:15:41.225 INFO E| Compiling serde_derive v1.0.219
104412026-06-10T22:15:42.611Z[ recovery-image] Jun 10 22:15:41.226 INFO E| Compiling clap_derive v4.5.32
104422026-06-10T22:15:42.682Z[ host-image] Jun 10 22:15:41.297 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
104432026-06-10T22:15:43.016Z[ host-image] Jun 10 22:15:41.631 INFO creating Oxide boot image...
104442026-06-10T22:15:43.016Z[ host-image] Jun 10 22:15:41.631 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci f4ceffa/d847a32 2026-06-10 21:59", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
104452026-06-10T22:15:43.711Z[ host-image] Jun 10 22:15:42.325 INFO O| ok, image written!
104462026-06-10T22:15:43.711Z[ host-image] Jun 10 22:15:42.325 INFO O| ok, boot_image_csum file written!
104472026-06-10T22:15:43.715Z[ host-image] Jun 10 22:15:42.328 INFO creating boot archive (CPIO)...
104482026-06-10T22:15:43.715Z[ host-image] Jun 10 22:15:42.328 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/sled/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
104492026-06-10T22:15:43.718Z[ host-image] Jun 10 22:15:42.332 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
104502026-06-10T22:15:43.718Z[ host-image] Jun 10 22:15:42.332 INFO E| + outfile=/work/os-host/cpio
104512026-06-10T22:15:43.718Z[ host-image] Jun 10 22:15:42.332 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
104522026-06-10T22:15:43.722Z[ host-image] Jun 10 22:15:42.334 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
104532026-06-10T22:15:43.722Z[ host-image] Jun 10 22:15:42.335 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
104542026-06-10T22:15:43.747Z[ host-image] Jun 10 22:15:42.362 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
104552026-06-10T22:15:43.747Z[ host-image] Jun 10 22:15:42.362 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
104562026-06-10T22:15:43.753Z[ host-image] Jun 10 22:15:42.368 INFO creating compressed cpio/unix for dev loaders...
104572026-06-10T22:15:43.753Z[ host-image] Jun 10 22:15:42.368 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/rpool/images/build/host/work/sled/ramdisk/platform/oxide/kernel/amd64/unix' >'/work/os-host/unix.z'"], pwd: None
104582026-06-10T22:15:43.980Z[ host-image] Jun 10 22:15:42.594 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
104592026-06-10T22:15:44.056Z[ recovery-image] Jun 10 22:15:42.671 INFO E| Compiling clap v4.5.37
104602026-06-10T22:15:44.987Z[ recovery-image] Jun 10 22:15:43.602 INFO E| Compiling serde v1.0.219
104612026-06-10T22:15:46.931Z[ recovery-image] Jun 10 22:15:45.546 INFO E| Compiling serde_spanned v0.6.8
104622026-06-10T22:15:46.931Z[ recovery-image] Jun 10 22:15:45.546 INFO E| Compiling toml_datetime v0.6.9
104632026-06-10T22:15:47.084Z[ recovery-image] Jun 10 22:15:45.698 INFO E| Compiling toml_edit v0.22.26
104642026-06-10T22:15:47.437Z[ host-image] Jun 10 22:15:46.052 INFO creating reset image...
104652026-06-10T22:15:47.437Z[ host-image] Jun 10 22:15:46.052 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
104662026-06-10T22:15:47.473Z[ host-image] Jun 10 22:15:46.087 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')"
104672026-06-10T22:15:47.474Z[ host-image] Jun 10 22:15:46.087 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z", "--target-dir", "/work/os-host/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
104682026-06-10T22:15:47.545Z[ host-image] Jun 10 22:15:46.160 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
104692026-06-10T22:15:47.548Z[ host-image] Jun 10 22:15:46.162 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
104702026-06-10T22:15:47.937Z[ host-image] Jun 10 22:15:46.552 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
104712026-06-10T22:15:47.937Z[ host-image] Jun 10 22:15:46.552 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
104722026-06-10T22:15:47.937Z[ host-image] Jun 10 22:15:46.552 INFO E| Compiling proc-macro2 v1.0.106
104732026-06-10T22:15:47.937Z[ host-image] Jun 10 22:15:46.552 INFO E| Compiling unicode-ident v1.0.24
104742026-06-10T22:15:47.940Z[ host-image] Jun 10 22:15:46.552 INFO E| Compiling quote v1.0.45
104752026-06-10T22:15:47.940Z[ host-image] Jun 10 22:15:46.552 INFO E| Compiling syn v1.0.109
104762026-06-10T22:15:47.940Z[ host-image] Jun 10 22:15:46.552 INFO E| Compiling x86 v0.52.0
104772026-06-10T22:15:47.940Z[ host-image] Jun 10 22:15:46.552 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104782026-06-10T22:15:47.941Z[ host-image] Jun 10 22:15:46.552 INFO E| Compiling seq-macro v0.3.6
104792026-06-10T22:15:48.633Z[ recovery-image] Jun 10 22:15:47.248 INFO E| Compiling toml v0.8.22
104802026-06-10T22:15:49.393Z[ host-image] Jun 10 22:15:48.008 INFO E| Compiling syn v2.0.117
104812026-06-10T22:15:51.490Z[ host-image] Jun 10 22:15:50.105 INFO E| Compiling scroll_derive v0.13.1
104822026-06-10T22:15:52.887Z[ recovery-image] Jun 10 22:15:51.502 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.31s
104832026-06-10T22:15:52.913Z[ recovery-image] Jun 10 22:15:51.526 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
104842026-06-10T22:15:52.927Z[ recovery-image] Jun 10 22:15:51.542 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104852026-06-10T22:15:53.021Z[ recovery-image] Jun 10 22:15:51.636 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
104862026-06-10T22:15:53.046Z[ recovery-image] Jun 10 22:15:51.661 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h -o /work/os-recovery/gimlet.rom`
104872026-06-10T22:15:53.189Z[ recovery-image] Jun 10 22:15:51.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104882026-06-10T22:15:53.189Z[ recovery-image] Jun 10 22:15:51.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104892026-06-10T22:15:53.189Z[ recovery-image] Jun 10 22:15:51.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104902026-06-10T22:15:53.190Z[ recovery-image] Jun 10 22:15:51.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104912026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104922026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104932026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104942026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104952026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104962026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104972026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104982026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104992026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105002026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105012026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105022026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO O| Info: ABL version: 0x100f5010
105032026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105042026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105052026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105062026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105072026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105082026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105092026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105102026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105112026-06-10T22:15:53.193Z[ recovery-image] Jun 10 22:15:51.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105122026-06-10T22:15:53.194Z[ recovery-image] Jun 10 22:15:51.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105132026-06-10T22:15:53.194Z[ recovery-image] Jun 10 22:15:51.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105142026-06-10T22:15:53.194Z[ recovery-image] Jun 10 22:15:51.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105152026-06-10T22:15:53.194Z[ recovery-image] Jun 10 22:15:51.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105162026-06-10T22:15:53.194Z[ recovery-image] Jun 10 22:15:51.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105172026-06-10T22:15:53.194Z[ recovery-image] Jun 10 22:15:51.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105182026-06-10T22:15:53.194Z[ recovery-image] Jun 10 22:15:51.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105192026-06-10T22:15:53.194Z[ recovery-image] Jun 10 22:15:51.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105202026-06-10T22:15:53.194Z[ recovery-image] Jun 10 22:15:51.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105212026-06-10T22:15:53.194Z[ recovery-image] Jun 10 22:15:51.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105222026-06-10T22:15:53.206Z[ host-image] Jun 10 22:15:51.821 INFO E| Compiling bitstruct_derive v0.1.0
105232026-06-10T22:15:53.231Z[ recovery-image] Jun 10 22:15:51.846 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105242026-06-10T22:15:53.231Z[ recovery-image] Jun 10 22:15:51.846 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
105252026-06-10T22:15:53.231Z[ recovery-image] Jun 10 22:15:51.846 INFO building ROM for cosmo
105262026-06-10T22:15:53.234Z[ recovery-image] Jun 10 22:15:51.846 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-recovery/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
105272026-06-10T22:15:53.340Z[ recovery-image] Jun 10 22:15:51.955 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105282026-06-10T22:15:53.344Z[ recovery-image] Jun 10 22:15:51.960 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
105292026-06-10T22:15:53.357Z[ recovery-image] Jun 10 22:15:51.973 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
105302026-06-10T22:15:53.463Z[ recovery-image] Jun 10 22:15:52.078 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
105312026-06-10T22:15:53.480Z[ recovery-image] Jun 10 22:15:52.095 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-recovery/cosmo.rom`
105322026-06-10T22:15:53.713Z[ recovery-image] Jun 10 22:15:52.327 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
105332026-06-10T22:15:53.713Z[ recovery-image] Jun 10 22:15:52.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
105342026-06-10T22:15:53.713Z[ recovery-image] Jun 10 22:15:52.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
105352026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
105362026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105372026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105382026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105392026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
105402026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
105412026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
105422026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
105432026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105442026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105452026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105462026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105472026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105482026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
105492026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105502026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
105512026-06-10T22:15:53.716Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
105522026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105532026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105542026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
105552026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105562026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
105572026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
105582026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
105592026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105602026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
105612026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105622026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
105632026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
105642026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
105652026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105662026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
105672026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
105682026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
105692026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
105702026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
105712026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
105722026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
105732026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
105742026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
105752026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
105762026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
105772026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105782026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
105792026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
105802026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
105812026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
105822026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
105832026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
105842026-06-10T22:15:53.717Z[ recovery-image] Jun 10 22:15:52.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
105852026-06-10T22:15:53.721Z[ recovery-image] Jun 10 22:15:52.331 INFO O| Info: ABL version: 0x100af010
105862026-06-10T22:15:53.722Z[ recovery-image] Jun 10 22:15:52.331 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
105872026-06-10T22:15:53.722Z[ recovery-image] Jun 10 22:15:52.331 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
105882026-06-10T22:15:53.727Z[ recovery-image] Jun 10 22:15:52.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
105892026-06-10T22:15:53.727Z[ recovery-image] Jun 10 22:15:52.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105902026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105912026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105922026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105932026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105942026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105952026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105962026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105972026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105982026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105992026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106002026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106012026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106022026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106032026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106042026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106052026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106062026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106072026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106082026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
106092026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
106102026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
106112026-06-10T22:15:53.731Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
106122026-06-10T22:15:53.732Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
106132026-06-10T22:15:53.732Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
106142026-06-10T22:15:53.732Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
106152026-06-10T22:15:53.732Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
106162026-06-10T22:15:53.732Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
106172026-06-10T22:15:53.732Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
106182026-06-10T22:15:53.732Z[ recovery-image] Jun 10 22:15:52.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
106192026-06-10T22:15:53.762Z[ recovery-image] Jun 10 22:15:52.377 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106202026-06-10T22:15:55.211Z[ recovery-image] Jun 10 22:15:53.826 INFO image complete! materials are in "/work/os-recovery"
106212026-06-10T22:15:55.214Z[ recovery-image]
106222026-06-10T22:15:55.214Z[ recovery-image] real 5:29.303774414
106232026-06-10T22:15:55.214Z[ recovery-image] user 2:47.284137255
106242026-06-10T22:15:55.214Z[ recovery-image] sys 40.517271850
106252026-06-10T22:15:55.214Z[ recovery-image] trap 0.100555291
106262026-06-10T22:15:55.214Z[ recovery-image] tflt 0.612789668
106272026-06-10T22:15:55.214Z[ recovery-image] dflt 1.499960330
106282026-06-10T22:15:55.214Z[ recovery-image] kflt 0.001151410
106292026-06-10T22:15:55.214Z[ recovery-image] lock 19:27.556234574
106302026-06-10T22:15:55.214Z[ recovery-image] slp 31:33.615732538
106312026-06-10T22:15:55.219Z[ recovery-image] lat 54.385312548
106322026-06-10T22:15:55.220Z[ recovery-image] stop 9.777433552
106332026-06-10T22:15:55.220ZJun 10 22:15:53.830 INFO [recovery-image] process exited with exit status: 0 (329.308863057s)
106342026-06-10T22:16:02.310Z[ host-image] Jun 10 22:16:00.925 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
106352026-06-10T22:16:04.670Z[ host-image] Jun 10 22:16:03.285 INFO E| Compiling bitflags v1.3.2
106362026-06-10T22:16:04.670Z[ host-image] Jun 10 22:16:03.285 INFO E| Compiling plain v0.2.3
106372026-06-10T22:16:04.670Z[ host-image] Jun 10 22:16:03.285 INFO E| Compiling bitflags v2.11.1
106382026-06-10T22:16:04.673Z[ host-image] Jun 10 22:16:03.285 INFO E| Compiling log v0.4.29
106392026-06-10T22:16:04.673Z[ host-image] Jun 10 22:16:03.285 INFO E| Compiling adler2 v2.0.1
106402026-06-10T22:16:04.673Z[ host-image] Jun 10 22:16:03.285 INFO E| Compiling scroll v0.13.0
106412026-06-10T22:16:04.673Z[ host-image] Jun 10 22:16:03.285 INFO E| Compiling bit_field v0.10.3
106422026-06-10T22:16:04.673Z[ host-image] Jun 10 22:16:03.285 INFO E| Compiling bitstruct v0.1.1
106432026-06-10T22:16:04.673Z[ host-image] Jun 10 22:16:03.285 INFO E| Compiling static_assertions v1.1.0
106442026-06-10T22:16:04.734Z[ host-image] Jun 10 22:16:03.349 INFO E| Compiling raw-cpuid v10.7.0
106452026-06-10T22:16:04.757Z[ host-image] Jun 10 22:16:03.372 INFO E| Compiling miniz_oxide v0.9.1
106462026-06-10T22:16:04.835Z[ host-image] Jun 10 22:16:03.449 INFO E| Compiling cpio_reader v0.1.2
106472026-06-10T22:16:04.888Z[ host-image] Jun 10 22:16:03.502 INFO E| Compiling goblin v0.10.5
106482026-06-10T22:16:07.668Z[ host-image] Jun 10 22:16:06.282 INFO E| Finished `release` profile [optimized] target(s) in 20.10s
106492026-06-10T22:16:07.682Z[ host-image] Jun 10 22:16:06.294 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106502026-06-10T22:16:07.712Z[ host-image] Jun 10 22:16:06.327 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')"
106512026-06-10T22:16:07.712Z[ host-image] Jun 10 22:16:06.327 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106522026-06-10T22:16:07.716Z[ host-image] Jun 10 22:16:06.327 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106532026-06-10T22:16:07.716Z[ host-image] Jun 10 22:16:06.327 INFO building ROM for cosmo
106542026-06-10T22:16:07.716Z[ host-image] Jun 10 22:16:06.327 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-host/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
106552026-06-10T22:16:07.802Z[ host-image] Jun 10 22:16:06.417 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
106562026-06-10T22:16:07.808Z[ host-image] Jun 10 22:16:06.420 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-host/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
106572026-06-10T22:16:07.822Z[ host-image] Jun 10 22:16:06.432 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
106582026-06-10T22:16:07.884Z[ host-image] Jun 10 22:16:06.499 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
106592026-06-10T22:16:07.889Z[ host-image] Jun 10 22:16:06.503 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-host/cosmo.rom`
106602026-06-10T22:16:08.099Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
106612026-06-10T22:16:08.099Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
106622026-06-10T22:16:08.103Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
106632026-06-10T22:16:08.103Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
106642026-06-10T22:16:08.103Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106652026-06-10T22:16:08.103Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106662026-06-10T22:16:08.103Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106672026-06-10T22:16:08.103Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
106682026-06-10T22:16:08.103Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
106692026-06-10T22:16:08.103Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
106702026-06-10T22:16:08.103Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
106712026-06-10T22:16:08.103Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106722026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106732026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106742026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106752026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106762026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
106772026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106782026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
106792026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
106802026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106812026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106822026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
106832026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106842026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
106852026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
106862026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
106872026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106882026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
106892026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106902026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
106912026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
106922026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
106932026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106942026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
106952026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
106962026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
106972026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
106982026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
106992026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
107002026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
107012026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
107022026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
107032026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
107042026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
107052026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107062026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
107072026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
107082026-06-10T22:16:08.104Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
107092026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
107102026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
107112026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
107122026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
107132026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.715 INFO O| Info: ABL version: 0x100af010
107142026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.715 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
107152026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.715 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
107162026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
107172026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107182026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107192026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107202026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107212026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107222026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107232026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107242026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107252026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107262026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107272026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107282026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107292026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107302026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107312026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107322026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107332026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107342026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107352026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107362026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
107372026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
107382026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
107392026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
107402026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
107412026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
107422026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
107432026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
107442026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
107452026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
107462026-06-10T22:16:08.105Z[ host-image] Jun 10 22:16:06.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
107472026-06-10T22:16:08.133Z[ host-image] Jun 10 22:16:06.747 INFO building ROM for gimlet
107482026-06-10T22:16:08.136Z[ host-image] Jun 10 22:16:06.747 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml", "--image", "/work/os-host/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
107492026-06-10T22:16:08.222Z[ host-image] Jun 10 22:16:06.837 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
107502026-06-10T22:16:08.228Z[ host-image] Jun 10 22:16:06.840 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
107512026-06-10T22:16:08.237Z[ host-image] Jun 10 22:16:06.852 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
107522026-06-10T22:16:08.304Z[ host-image] Jun 10 22:16:06.919 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
107532026-06-10T22:16:08.310Z[ host-image] Jun 10 22:16:06.924 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h -o /work/os-host/gimlet.rom`
107542026-06-10T22:16:08.428Z[ host-image] Jun 10 22:16:07.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
107552026-06-10T22:16:08.428Z[ host-image] Jun 10 22:16:07.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
107562026-06-10T22:16:08.434Z[ host-image] Jun 10 22:16:07.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
107572026-06-10T22:16:08.434Z[ host-image] Jun 10 22:16:07.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
107582026-06-10T22:16:08.434Z[ host-image] Jun 10 22:16:07.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
107592026-06-10T22:16:08.434Z[ host-image] Jun 10 22:16:07.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
107602026-06-10T22:16:08.435Z[ host-image] Jun 10 22:16:07.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
107612026-06-10T22:16:08.435Z[ host-image] Jun 10 22:16:07.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
107622026-06-10T22:16:08.435Z[ host-image] Jun 10 22:16:07.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
107632026-06-10T22:16:08.435Z[ host-image] Jun 10 22:16:07.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
107642026-06-10T22:16:08.435Z[ host-image] Jun 10 22:16:07.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
107652026-06-10T22:16:08.435Z[ host-image] Jun 10 22:16:07.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
107662026-06-10T22:16:08.435Z[ host-image] Jun 10 22:16:07.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
107672026-06-10T22:16:08.435Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
107682026-06-10T22:16:08.435Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
107692026-06-10T22:16:08.435Z[ host-image] Jun 10 22:16:07.043 INFO O| Info: ABL version: 0x100f5010
107702026-06-10T22:16:08.435Z[ host-image] Jun 10 22:16:07.043 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
107712026-06-10T22:16:08.435Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107722026-06-10T22:16:08.436Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107732026-06-10T22:16:08.436Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107742026-06-10T22:16:08.436Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107752026-06-10T22:16:08.436Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107762026-06-10T22:16:08.436Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107772026-06-10T22:16:08.436Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107782026-06-10T22:16:08.436Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107792026-06-10T22:16:08.436Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107802026-06-10T22:16:08.436Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107812026-06-10T22:16:08.436Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107822026-06-10T22:16:08.436Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107832026-06-10T22:16:08.436Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107842026-06-10T22:16:08.436Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107852026-06-10T22:16:08.437Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107862026-06-10T22:16:08.437Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107872026-06-10T22:16:08.437Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107882026-06-10T22:16:08.437Z[ host-image] Jun 10 22:16:07.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107892026-06-10T22:16:08.461Z[ host-image] Jun 10 22:16:07.076 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107902026-06-10T22:16:17.039Z[ host-image] Jun 10 22:16:15.653 INFO image complete! materials are in "/work/os-host"
107912026-06-10T22:16:17.042Z[ host-image]
107922026-06-10T22:16:17.042Z[ host-image] real 6:18.711120499
107932026-06-10T22:16:17.042Z[ host-image] user 2:27.840744193
107942026-06-10T22:16:17.042Z[ host-image] sys 31.344065140
107952026-06-10T22:16:17.043Z[ host-image] trap 0.073434153
107962026-06-10T22:16:17.043Z[ host-image] tflt 0.268484786
107972026-06-10T22:16:17.043Z[ host-image] dflt 0.574643778
107982026-06-10T22:16:17.043Z[ host-image] kflt 0.007635761
107992026-06-10T22:16:17.043Z[ host-image] lock 7:37.142723458
108002026-06-10T22:16:17.043Z[ host-image] slp 37:50.168739236
108012026-06-10T22:16:17.043Z[ host-image] lat 54.466892895
108022026-06-10T22:16:17.043Z[ host-image] stop 5.043530580
108032026-06-10T22:16:17.043ZJun 10 22:16:15.657 INFO [host-image] process exited with exit status: 0 (378.71641779s)
108042026-06-10T22:16:17.043ZJun 10 22:16:15.657 INFO [tuf-repo] running task
108052026-06-10T22:16:36.610ZJun 10 22:16:35.225 INFO assembling repository in `/tmp/tufaceousWu87TG`, component: OmicronRepoAssembler
108062026-06-10T22:16:42.018ZJun 10 22:16:40.633 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
108072026-06-10T22:16:42.186ZJun 10 22:16:40.800 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
108082026-06-10T22:16:53.501ZJun 10 22:16:52.085 INFO extracting uploaded archive to /tmp/.tmpWA3k7I
108092026-06-10T22:16:55.318ZJun 10 22:16:53.869 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.4lAHw3
108102026-06-10T22:16:55.342ZJun 10 22:16:53.914 INFO added artifact, length: 6717865, hash: afd278274abd1fcf43b1c0630802ff6a9f974cea48dba5b57ab1fb6841222e62, version: 1.0.71, kind: gimlet_sp, name: cosmo-a
108112026-06-10T22:16:55.414ZJun 10 22:16:53.989 INFO added artifact, length: 6718284, hash: 6c869989ae5019705e26dbe12d0df27a6f99a57de02a8d6007a2e408f67e93c7, version: 1.0.71, kind: gimlet_sp, name: cosmo-b
108122026-06-10T22:16:55.485ZJun 10 22:16:54.058 INFO added artifact, length: 5545607, hash: 89ea8b3ec8338ff66a09b27e89ff43d5e672cba7d000f5c8f3d6d16a738e0d97, version: 1.0.71, kind: gimlet_sp, name: gimlet-b
108132026-06-10T22:16:55.512ZJun 10 22:16:54.127 INFO added artifact, length: 5548143, hash: c3f4150c56f5d5bd3990ab7768f8abfc907e1720da6245d0f413b7e3675e7e98, version: 1.0.71, kind: gimlet_sp, name: gimlet-c
108142026-06-10T22:16:55.613ZJun 10 22:16:54.192 INFO added artifact, length: 5555753, hash: 17f437ef9c7855e70fd6cd65f8fd9accfc6a1095cb4ef3e33a3c3248b748552f, version: 1.0.71, kind: gimlet_sp, name: gimlet-d
108152026-06-10T22:16:55.680ZJun 10 22:16:54.256 INFO added artifact, length: 5555711, hash: 23c346d5bcf9c677f5aa4d4c0c859751f8b11c2b28394b62b0f900ab0b918058, version: 1.0.71, kind: gimlet_sp, name: gimlet-e
108162026-06-10T22:16:55.795ZJun 10 22:16:54.320 INFO added artifact, length: 5555706, hash: f4a43d52b23f0ea6a872f455cd819152ba5bee9badab4f48852a344863de349d, version: 1.0.71, kind: gimlet_sp, name: gimlet-f
108172026-06-10T22:16:55.810ZJun 10 22:16:54.384 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108182026-06-10T22:16:55.810ZJun 10 22:16:54.384 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108192026-06-10T22:16:55.827ZJun 10 22:16:54.427 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108202026-06-10T22:16:55.827ZJun 10 22:16:54.427 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108212026-06-10T22:16:55.947ZJun 10 22:16:54.481 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108222026-06-10T22:16:55.948ZJun 10 22:16:54.481 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108232026-06-10T22:16:56.014ZJun 10 22:16:54.527 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108242026-06-10T22:16:56.014ZJun 10 22:16:54.527 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108252026-06-10T22:16:56.014ZJun 10 22:16:54.567 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108262026-06-10T22:16:56.014ZJun 10 22:16:54.567 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108272026-06-10T22:16:56.061ZJun 10 22:16:54.617 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108282026-06-10T22:16:56.061ZJun 10 22:16:54.617 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108292026-06-10T22:16:56.139ZJun 10 22:16:54.663 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108302026-06-10T22:16:56.139ZJun 10 22:16:54.663 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108312026-06-10T22:16:56.139ZJun 10 22:16:54.664 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108322026-06-10T22:16:56.139ZJun 10 22:16:54.665 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108332026-06-10T22:16:56.139ZJun 10 22:16:54.665 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108342026-06-10T22:16:56.139ZJun 10 22:16:54.666 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108352026-06-10T22:16:56.139ZJun 10 22:16:54.667 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108362026-06-10T22:17:01.195ZJun 10 22:16:59.780 INFO added artifact, length: 33554432, hash: d0405bedf8eca1bc5035f558efc006b92d8d7be867de40b06dd288c38895d950, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: gimlet_host_phase_1, name: host
108372026-06-10T22:17:01.195ZJun 10 22:16:59.780 INFO added artifact, length: 33554432, hash: dff15d652bcd38ed6232c590e347f4ca2bf4c702fc99ca9ea690f2142aa8a1e5, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: cosmo_host_phase_1, name: host
108382026-06-10T22:17:01.195ZJun 10 22:16:59.780 INFO added artifact, length: 1101008896, hash: fc3abd53f0ec01c4e6a657cdf139295bfa2a12b3e3926f5dcb8a60d828e4bed7, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: host_phase_2, name: host
108392026-06-10T22:17:02.141ZJun 10 22:17:00.714 INFO added artifact, length: 33554432, hash: 7c17987abe94a17d39b81b959757da2378a4a8d61015d495abe72640dbc16d87, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: gimlet_trampoline_phase_1, name: trampoline
108402026-06-10T22:17:02.141ZJun 10 22:17:00.714 INFO added artifact, length: 33554432, hash: 99f2fa659097430df67a5ac114fb197ff972b80e5d43090dd48d72ddd71780fa, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: cosmo_trampoline_phase_1, name: trampoline
108412026-06-10T22:17:02.210ZJun 10 22:17:00.714 INFO added artifact, length: 166246441, hash: e95feff0bb6a2755caa7c08df8a86327d5db163151d366da56cef17c76e1705d, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: trampoline_phase_2, name: trampoline
108422026-06-10T22:17:04.043ZJun 10 22:17:02.429 INFO added artifact, length: 314293050, hash: 382054cae3dfd50b10fe753ec4905d2c74df40a2767bbd59f4fa5d788c674f7a, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: zone, name: clickhouse_keeper
108432026-06-10T22:17:05.758ZJun 10 22:17:04.373 INFO added artifact, length: 329578955, hash: 5be9accccd0ab7bf1c1262a4ada1ef49b90affdb561001099e483a8428dcd93a, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: zone, name: clickhouse_server
108442026-06-10T22:17:09.496ZJun 10 22:17:06.361 INFO added artifact, length: 329581385, hash: ae09f5dacde4438f4e40e420b0a13849c0b05cecdb07ce9ba7a10e2274c833a5, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: zone, name: clickhouse
108452026-06-10T22:17:09.562ZJun 10 22:17:07.416 INFO added artifact, length: 170131502, hash: 543ebc02100993fdf7f27af907fcb1c12e389aa744886bdaefacb44e13462dd7, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: zone, name: cockroachdb
108462026-06-10T22:17:09.562ZJun 10 22:17:07.685 INFO added artifact, length: 42114925, hash: ef9016c4746dc9d67985c2a32264cea0a45ee23111ba205777ed15f7cf25284d, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: zone, name: crucible-pantry-zone
108472026-06-10T22:17:09.562ZJun 10 22:17:08.041 INFO added artifact, length: 58058506, hash: 5bcabaca569c549cfd6896449f2cc5da56946efa717e1929a820a9b4129dadea, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: zone, name: crucible-zone
108482026-06-10T22:17:10.992ZJun 10 22:17:08.338 INFO added artifact, length: 52496407, hash: 51f02414dc639da3a3bdf9d56b29e2a263347ec98da6ada9e014f33d6b63e29e, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: zone, name: external-dns
108492026-06-10T22:17:11.527ZJun 10 22:17:08.592 INFO added artifact, length: 52496005, hash: af7d0957178a64272a895e86503d7f76dd3021a06096d969291b95a2716123e5, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: zone, name: internal-dns
108502026-06-10T22:17:11.624ZJun 10 22:17:10.188 INFO added artifact, length: 287861660, hash: db05237e35acb1bd4161095fe514009706740a70f293b08ca54e7cea148890b0, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: zone, name: nexus
108512026-06-10T22:17:11.766ZJun 10 22:17:10.355 INFO added artifact, length: 33588571, hash: 28adf21f42e995ce11a1cb32a3421f4c1eae87fd1d49a0fa9d336fa5da6b729e, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: zone, name: ntp
108522026-06-10T22:17:12.377ZJun 10 22:17:10.684 INFO added artifact, length: 69793683, hash: a0f7d61b801c71990af5a8857c227fcf158ba8b1f207b5e9fa9eca69ad44be42, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: zone, name: oximeter
108532026-06-10T22:17:12.389ZJun 10 22:17:10.699 INFO added artifact, length: 3109592, hash: 3b0396df1141feab8bcef788a8f9d057cf07b55db33a4703a5d0a565142e1eda, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: zone, name: probe
108542026-06-10T22:17:12.389ZJun 10 22:17:10.699 INFO added artifact, length: 829, hash: 995f567211ce23c7a522f011c2e46ad230dacb8613027edc3f656e7a62e78955, version: 1.0.71, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.71
108552026-06-10T22:17:12.389ZJun 10 22:17:10.699 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108562026-06-10T22:17:12.389ZJun 10 22:17:10.699 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108572026-06-10T22:17:12.389ZJun 10 22:17:10.724 INFO added artifact, length: 4153947, hash: 41483f96ea9fecf9266fb98b16140e103fc65bb80495c0b6b3a4c5788b00196c, version: 1.0.71, kind: psc_sp, name: psc-b
108582026-06-10T22:17:12.389ZJun 10 22:17:10.748 INFO added artifact, length: 4158251, hash: 26de06a739d5a251c8d7d8ff3d8752a6d50cb9d61fb43db1aa49958ff26caabe, version: 1.0.71, kind: psc_sp, name: psc-c
108592026-06-10T22:17:12.389ZJun 10 22:17:10.785 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108602026-06-10T22:17:12.389ZJun 10 22:17:10.785 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108612026-06-10T22:17:12.389ZJun 10 22:17:10.823 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108622026-06-10T22:17:12.389ZJun 10 22:17:10.823 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108632026-06-10T22:17:12.389ZJun 10 22:17:10.860 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108642026-06-10T22:17:12.389ZJun 10 22:17:10.860 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108652026-06-10T22:17:12.389ZJun 10 22:17:10.895 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108662026-06-10T22:17:12.389ZJun 10 22:17:10.895 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108672026-06-10T22:17:12.389ZJun 10 22:17:10.896 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108682026-06-10T22:17:12.389ZJun 10 22:17:10.896 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108692026-06-10T22:17:12.389ZJun 10 22:17:10.896 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108702026-06-10T22:17:12.390ZJun 10 22:17:10.935 INFO added artifact, length: 7057617, hash: 4a22f24019a32ba28c840ed7ec33b943187090d88bcfd9914b8efb62e9cf6216, version: 1.0.71, kind: switch_sp, name: sidecar-b
108712026-06-10T22:17:12.416ZJun 10 22:17:11.013 INFO added artifact, length: 7074452, hash: 9ec5d45ebcaa08f2f2be9164f94cd6daee6a958eca56be56c628d50441c45c28, version: 1.0.71, kind: switch_sp, name: sidecar-c
108722026-06-10T22:17:12.627ZJun 10 22:17:11.088 INFO added artifact, length: 7074316, hash: 078e032486f879e0cce87f351f4b00b50b22ddbf765b15424b862c5d11a4a131, version: 1.0.71, kind: switch_sp, name: sidecar-d
108732026-06-10T22:17:12.649ZJun 10 22:17:11.160 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108742026-06-10T22:17:12.649ZJun 10 22:17:11.160 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108752026-06-10T22:17:12.649ZJun 10 22:17:11.197 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108762026-06-10T22:17:12.649ZJun 10 22:17:11.197 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108772026-06-10T22:17:12.663ZJun 10 22:17:11.248 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108782026-06-10T22:17:12.663ZJun 10 22:17:11.248 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108792026-06-10T22:17:12.691ZJun 10 22:17:11.304 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108802026-06-10T22:17:12.691ZJun 10 22:17:11.304 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108812026-06-10T22:17:12.697ZJun 10 22:17:11.305 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108822026-06-10T22:17:12.697ZJun 10 22:17:11.306 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108832026-06-10T22:17:12.697ZJun 10 22:17:11.306 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108842026-06-10T22:17:12.697ZJun 10 22:17:11.306 INFO added artifact, length: 924, hash: efa509c12523db483e63fd23594083bb79d0a274c58af3835c64f7e646b8bb5c, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: installinator_document, name: installinator_document
108852026-06-10T22:17:13.035ZJun 10 22:17:11.649 INFO extracting uploaded archive to /tmp/.tmpPrbiAX
108862026-06-10T22:17:14.745ZJun 10 22:17:13.358 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.GzRMVe
108872026-06-10T22:17:14.801ZJun 10 22:17:13.416 INFO added artifact, length: 6717865, hash: afd278274abd1fcf43b1c0630802ff6a9f974cea48dba5b57ab1fb6841222e62, version: 1.0.71, kind: gimlet_sp, name: cosmo-a
108882026-06-10T22:17:14.936ZJun 10 22:17:13.509 INFO added artifact, length: 6718284, hash: 6c869989ae5019705e26dbe12d0df27a6f99a57de02a8d6007a2e408f67e93c7, version: 1.0.71, kind: gimlet_sp, name: cosmo-b
108892026-06-10T22:17:15.019ZJun 10 22:17:13.587 INFO added artifact, length: 5545607, hash: 89ea8b3ec8338ff66a09b27e89ff43d5e672cba7d000f5c8f3d6d16a738e0d97, version: 1.0.71, kind: gimlet_sp, name: gimlet-b
108902026-06-10T22:17:15.076ZJun 10 22:17:13.670 INFO added artifact, length: 5548143, hash: c3f4150c56f5d5bd3990ab7768f8abfc907e1720da6245d0f413b7e3675e7e98, version: 1.0.71, kind: gimlet_sp, name: gimlet-c
108912026-06-10T22:17:15.162ZJun 10 22:17:13.752 INFO added artifact, length: 5555753, hash: 17f437ef9c7855e70fd6cd65f8fd9accfc6a1095cb4ef3e33a3c3248b748552f, version: 1.0.71, kind: gimlet_sp, name: gimlet-d
108922026-06-10T22:17:15.226ZJun 10 22:17:13.832 INFO added artifact, length: 5555711, hash: 23c346d5bcf9c677f5aa4d4c0c859751f8b11c2b28394b62b0f900ab0b918058, version: 1.0.71, kind: gimlet_sp, name: gimlet-e
108932026-06-10T22:17:15.291ZJun 10 22:17:13.906 INFO added artifact, length: 5555706, hash: f4a43d52b23f0ea6a872f455cd819152ba5bee9badab4f48852a344863de349d, version: 1.0.71, kind: gimlet_sp, name: gimlet-f
108942026-06-10T22:17:15.394ZJun 10 22:17:13.984 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108952026-06-10T22:17:15.394ZJun 10 22:17:13.984 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108962026-06-10T22:17:15.430ZJun 10 22:17:14.040 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108972026-06-10T22:17:15.430ZJun 10 22:17:14.040 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108982026-06-10T22:17:15.506ZJun 10 22:17:14.090 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108992026-06-10T22:17:15.511ZJun 10 22:17:14.090 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109002026-06-10T22:17:15.524ZJun 10 22:17:14.135 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
109012026-06-10T22:17:15.532ZJun 10 22:17:14.135 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
109022026-06-10T22:17:15.575ZJun 10 22:17:14.183 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109032026-06-10T22:17:15.575ZJun 10 22:17:14.183 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109042026-06-10T22:17:15.631ZJun 10 22:17:14.230 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109052026-06-10T22:17:15.636ZJun 10 22:17:14.230 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109062026-06-10T22:17:15.666ZJun 10 22:17:14.276 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109072026-06-10T22:17:15.669ZJun 10 22:17:14.277 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109082026-06-10T22:17:15.669ZJun 10 22:17:14.277 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109092026-06-10T22:17:15.669ZJun 10 22:17:14.278 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109102026-06-10T22:17:15.669ZJun 10 22:17:14.278 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109112026-06-10T22:17:15.669ZJun 10 22:17:14.279 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109122026-06-10T22:17:15.669ZJun 10 22:17:14.280 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109132026-06-10T22:17:20.661ZJun 10 22:17:19.136 INFO added artifact, length: 33554432, hash: d0405bedf8eca1bc5035f558efc006b92d8d7be867de40b06dd288c38895d950, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: gimlet_host_phase_1, name: host
109142026-06-10T22:17:20.661ZJun 10 22:17:19.136 INFO added artifact, length: 33554432, hash: dff15d652bcd38ed6232c590e347f4ca2bf4c702fc99ca9ea690f2142aa8a1e5, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: cosmo_host_phase_1, name: host
109152026-06-10T22:17:20.661ZJun 10 22:17:19.136 INFO added artifact, length: 1101008896, hash: fc3abd53f0ec01c4e6a657cdf139295bfa2a12b3e3926f5dcb8a60d828e4bed7, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: host_phase_2, name: host
109162026-06-10T22:17:21.436ZJun 10 22:17:20.051 INFO added artifact, length: 33554432, hash: 7c17987abe94a17d39b81b959757da2378a4a8d61015d495abe72640dbc16d87, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: gimlet_trampoline_phase_1, name: trampoline
109172026-06-10T22:17:21.436ZJun 10 22:17:20.051 INFO added artifact, length: 33554432, hash: 99f2fa659097430df67a5ac114fb197ff972b80e5d43090dd48d72ddd71780fa, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: cosmo_trampoline_phase_1, name: trampoline
109182026-06-10T22:17:21.471ZJun 10 22:17:20.051 INFO added artifact, length: 166246441, hash: e95feff0bb6a2755caa7c08df8a86327d5db163151d366da56cef17c76e1705d, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: trampoline_phase_2, name: trampoline
109192026-06-10T22:17:23.544Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
109202026-06-10T22:17:27.712ZJun 10 22:17:26.327 INFO added artifact, length: 1804118553, hash: 2820f9cb805d2f134f443919d5920dfed8f7378c672e64bf89f4263aa8fdaf19, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: control_plane, name: control-plane
109212026-06-10T22:17:27.716ZJun 10 22:17:26.327 INFO added artifact, length: 829, hash: 995f567211ce23c7a522f011c2e46ad230dacb8613027edc3f656e7a62e78955, version: 1.0.71, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.71
109222026-06-10T22:17:27.716ZJun 10 22:17:26.327 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109232026-06-10T22:17:27.716ZJun 10 22:17:26.328 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109242026-06-10T22:17:27.742ZJun 10 22:17:26.356 INFO added artifact, length: 4153947, hash: 41483f96ea9fecf9266fb98b16140e103fc65bb80495c0b6b3a4c5788b00196c, version: 1.0.71, kind: psc_sp, name: psc-b
109252026-06-10T22:17:27.793ZJun 10 22:17:26.385 INFO added artifact, length: 4158251, hash: 26de06a739d5a251c8d7d8ff3d8752a6d50cb9d61fb43db1aa49958ff26caabe, version: 1.0.71, kind: psc_sp, name: psc-c
109262026-06-10T22:17:27.810ZJun 10 22:17:26.424 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109272026-06-10T22:17:27.810ZJun 10 22:17:26.424 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109282026-06-10T22:17:27.859ZJun 10 22:17:26.473 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109292026-06-10T22:17:27.860ZJun 10 22:17:26.473 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109302026-06-10T22:17:27.946ZJun 10 22:17:26.521 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109312026-06-10T22:17:27.946ZJun 10 22:17:26.521 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109322026-06-10T22:17:27.955ZJun 10 22:17:26.566 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109332026-06-10T22:17:27.955ZJun 10 22:17:26.566 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109342026-06-10T22:17:27.961ZJun 10 22:17:26.566 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109352026-06-10T22:17:27.961ZJun 10 22:17:26.567 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109362026-06-10T22:17:27.961ZJun 10 22:17:26.567 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109372026-06-10T22:17:27.997ZJun 10 22:17:26.611 INFO added artifact, length: 7057617, hash: 4a22f24019a32ba28c840ed7ec33b943187090d88bcfd9914b8efb62e9cf6216, version: 1.0.71, kind: switch_sp, name: sidecar-b
109382026-06-10T22:17:28.109ZJun 10 22:17:26.699 INFO added artifact, length: 7074452, hash: 9ec5d45ebcaa08f2f2be9164f94cd6daee6a958eca56be56c628d50441c45c28, version: 1.0.71, kind: switch_sp, name: sidecar-c
109392026-06-10T22:17:28.173ZJun 10 22:17:26.787 INFO added artifact, length: 7074316, hash: 078e032486f879e0cce87f351f4b00b50b22ddbf765b15424b862c5d11a4a131, version: 1.0.71, kind: switch_sp, name: sidecar-d
109402026-06-10T22:17:28.301ZJun 10 22:17:26.877 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109412026-06-10T22:17:28.301ZJun 10 22:17:26.877 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109422026-06-10T22:17:28.314ZJun 10 22:17:26.926 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109432026-06-10T22:17:28.315ZJun 10 22:17:26.926 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109442026-06-10T22:17:28.356ZJun 10 22:17:26.971 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109452026-06-10T22:17:28.356ZJun 10 22:17:26.971 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109462026-06-10T22:17:28.428ZJun 10 22:17:27.018 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109472026-06-10T22:17:28.428ZJun 10 22:17:27.018 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109482026-06-10T22:17:28.481ZJun 10 22:17:27.019 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109492026-06-10T22:17:28.481ZJun 10 22:17:27.020 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109502026-06-10T22:17:28.481ZJun 10 22:17:27.020 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109512026-06-10T22:17:28.481ZJun 10 22:17:27.021 INFO added artifact, length: 924, hash: efa509c12523db483e63fd23594083bb79d0a274c58af3835c64f7e646b8bb5c, version: 20.0.0-0.ci+gitf4ceffacdb5, kind: installinator_document, name: installinator_document
109522026-06-10T22:17:29.003ZJun 10 22:17:27.588 INFO [tuf-repo] task succeeded (71.931065807s)
109532026-06-10T22:18:32.395Z[verify-libraries] Finished `release` profile [optimized] target(s) in 8m 03s
109542026-06-10T22:18:32.747ZJun 10 22:18:31.349 INFO [verify-libraries] process exited with exit status: 0 (487.155020049s)
109552026-06-10T22:18:32.747ZJun 10 22:18:31.349 INFO all jobs completed in 1142.460733591s
109562026-06-10T22:18:33.410Zprocess exited: duration 1377589 ms, exit code 0
 
109572026-06-10T22:18:33.418Zfound 41 output files
109582026-06-10T22:18:33.419Zuploading: /work/manifest.toml (17174 bytes)
109592026-06-10T22:18:34.434Zuploaded: /work/manifest.toml
109602026-06-10T22:18:34.434Zuploading: /work/repo.zip (3115615426 bytes)
109612026-06-10T22:19:18.894Zuploaded: /work/repo.zip
109622026-06-10T22:19:18.894Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109632026-06-10T22:19:20.029Zuploaded: /work/repo.zip.sha256.txt
109642026-06-10T22:19:20.029Zuploading: /work/helios.json (647 bytes)
109652026-06-10T22:19:21.040Zuploaded: /work/helios.json
109662026-06-10T22:19:21.040Zuploading: /work/incorporation.p5m (113333 bytes)
109672026-06-10T22:19:22.054Zuploaded: /work/incorporation.p5m
109682026-06-10T22:19:22.057Zuploading: /work/incorporation.p5p (133120 bytes)
109692026-06-10T22:19:23.068Zuploaded: /work/incorporation.p5p
109702026-06-10T22:19:23.069Zuploading: /work/helios-incorp.log (522 bytes)
109712026-06-10T22:19:24.078Zuploaded: /work/helios-incorp.log
109722026-06-10T22:19:24.078Zuploading: /work/helios-setup.log (56438 bytes)
109732026-06-10T22:19:25.092Zuploaded: /work/helios-setup.log
109742026-06-10T22:19:25.092Zuploading: /work/host-image.log (237569 bytes)
109752026-06-10T22:19:26.108Zuploaded: /work/host-image.log
109762026-06-10T22:19:26.108Zuploading: /work/host-package.log (37503 bytes)
109772026-06-10T22:19:27.121Zuploaded: /work/host-package.log
109782026-06-10T22:19:27.121Zuploading: /work/host-target.log (101 bytes)
109792026-06-10T22:19:28.131Zuploaded: /work/host-target.log
109802026-06-10T22:19:28.131Zuploading: /work/incorp-create.log (0 bytes)
109812026-06-10T22:19:29.139Zuploaded: /work/incorp-create.log
109822026-06-10T22:19:29.139Zuploading: /work/incorp-fmt.log (0 bytes)
109832026-06-10T22:19:30.146Zuploaded: /work/incorp-fmt.log
109842026-06-10T22:19:30.146Zuploading: /work/incorp-pkgsend.log (108 bytes)
109852026-06-10T22:19:31.155Zuploaded: /work/incorp-pkgsend.log
109862026-06-10T22:19:31.156Zuploading: /work/incorp-publisher.log (0 bytes)
109872026-06-10T22:19:32.163Zuploaded: /work/incorp-publisher.log
109882026-06-10T22:19:32.163Zuploading: /work/omicron-package.log (9267 bytes)
109892026-06-10T22:19:33.175Zuploaded: /work/omicron-package.log
109902026-06-10T22:19:33.175Zuploading: /work/recovery-image.log (594975 bytes)
109912026-06-10T22:19:34.196Zuploaded: /work/recovery-image.log
109922026-06-10T22:19:34.196Zuploading: /work/recovery-package.log (2545 bytes)
109932026-06-10T22:19:35.206Zuploaded: /work/recovery-package.log
109942026-06-10T22:19:35.207Zuploading: /work/recovery-target.log (98 bytes)
109952026-06-10T22:19:36.216Zuploaded: /work/recovery-target.log
109962026-06-10T22:19:36.216Zuploading: /work/stamp-clickhouse.log (117 bytes)
109972026-06-10T22:19:37.226Zuploaded: /work/stamp-clickhouse.log
109982026-06-10T22:19:37.226Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109992026-06-10T22:19:38.236Zuploaded: /work/stamp-clickhouse_keeper.log
110002026-06-10T22:19:38.236Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
110012026-06-10T22:19:39.245Zuploaded: /work/stamp-clickhouse_server.log
110022026-06-10T22:19:39.245Zuploading: /work/stamp-cockroachdb.log (118 bytes)
110032026-06-10T22:19:40.263Zuploaded: /work/stamp-cockroachdb.log
110042026-06-10T22:19:40.263Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
110052026-06-10T22:19:41.280Zuploaded: /work/stamp-crucible-pantry-zone.log
110062026-06-10T22:19:41.280Zuploading: /work/stamp-crucible-utils.log (118 bytes)
110072026-06-10T22:19:42.289Zuploaded: /work/stamp-crucible-utils.log
110082026-06-10T22:19:42.289Zuploading: /work/stamp-crucible-zone.log (120 bytes)
110092026-06-10T22:19:43.298Zuploaded: /work/stamp-crucible-zone.log
110102026-06-10T22:19:43.298Zuploading: /work/stamp-external-dns.log (119 bytes)
110112026-06-10T22:19:44.307Zuploaded: /work/stamp-external-dns.log
110122026-06-10T22:19:44.307Zuploading: /work/stamp-installinator.log (103 bytes)
110132026-06-10T22:19:45.316Zuploaded: /work/stamp-installinator.log
110142026-06-10T22:19:45.316Zuploading: /work/stamp-internal-dns.log (119 bytes)
110152026-06-10T22:19:46.328Zuploaded: /work/stamp-internal-dns.log
110162026-06-10T22:19:46.328Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
110172026-06-10T22:19:47.337Zuploaded: /work/stamp-mg-ddm-gz.log
110182026-06-10T22:19:47.337Zuploading: /work/stamp-nexus.log (112 bytes)
110192026-06-10T22:19:48.351Zuploaded: /work/stamp-nexus.log
110202026-06-10T22:19:48.351Zuploading: /work/stamp-ntp.log (110 bytes)
110212026-06-10T22:19:49.361Zuploaded: /work/stamp-ntp.log
110222026-06-10T22:19:49.361Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110232026-06-10T22:19:50.371Zuploaded: /work/stamp-omicron-sled-agent.log
110242026-06-10T22:19:50.371Zuploading: /work/stamp-overlay.log (114 bytes)
110252026-06-10T22:19:51.380Zuploaded: /work/stamp-overlay.log
110262026-06-10T22:19:51.380Zuploading: /work/stamp-oximeter.log (115 bytes)
110272026-06-10T22:19:52.389Zuploaded: /work/stamp-oximeter.log
110282026-06-10T22:19:52.389Zuploading: /work/stamp-oxlog.log (109 bytes)
110292026-06-10T22:19:53.400Zuploaded: /work/stamp-oxlog.log
110302026-06-10T22:19:53.400Zuploading: /work/stamp-probe.log (112 bytes)
110312026-06-10T22:19:54.411Zuploaded: /work/stamp-probe.log
110322026-06-10T22:19:54.411Zuploading: /work/stamp-propolis-server.log (122 bytes)
110332026-06-10T22:19:55.420Zuploaded: /work/stamp-propolis-server.log
110342026-06-10T22:19:55.420Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110352026-06-10T22:19:56.430Zuploaded: /work/stamp-pumpkind-gz.log
110362026-06-10T22:19:56.430Zuploading: /work/stamp-switch-asic.log (118 bytes)
110372026-06-10T22:19:57.439Zuploaded: /work/stamp-switch-asic.log
110382026-06-10T22:19:57.439Zuploading: /work/verify-libraries.log (16399 bytes)
110392026-06-10T22:19:58.451Zuploaded: /work/verify-libraries.log