01M090N9VF0XQ091A1QFTNNRDG: 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: 01M090NWW6KXE919SKHBRPC6RF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-17T23:26:09.659Zjob assigned to worker 01M090P56HK0709DNBV890VMRZ [factory aws, i-0ce7001bf5d96b32f] (queued for 1 m 6 s)
 
22026-08-17T23:26:16.443Zstarting task 0: "setup"
32026-08-17T23:26:16.447Z++ uname -s
42026-08-17T23:26:16.452Z+ kern=SunOS
52026-08-17T23:26:16.452Z+ build_user=build
62026-08-17T23:26:16.452Z+ build_uid=12345
72026-08-17T23:26:16.452Z+ work_dir=/work
82026-08-17T23:26:16.452Z+ input_dir=/input
92026-08-17T23:26:16.452Z+ [[ 0 == 12345 ]]
102026-08-17T23:26:16.452Z+ case "$kern" in
112026-08-17T23:26:16.453Z+ groupadd -g 12345 build
122026-08-17T23:26:16.457Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-17T23:26:18.462Z+ zfs create -o mountpoint=/work rpool/work
142026-08-17T23:26:18.580Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-17T23:26:18.588Z+ home_fs=zfs
162026-08-17T23:26:18.589Z+ [[ zfs == autofs ]]
172026-08-17T23:26:18.589Z+ mkdir -p /home/build
182026-08-17T23:26:18.589Z+ chown build:build /home/build /work
192026-08-17T23:26:20.585Z+ chmod 0700 /home/build /work
202026-08-17T23:26:20.589Zprocess exited: duration 4146 ms, exit code 0
 
212026-08-17T23:26:20.596Zstarting task 1: "rust-toolchain"
222026-08-17T23:26:20.602Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-17T23:26:20.602Z * rust toolchain channel = "1.97.1"
242026-08-17T23:26:20.602Z * rust toolchain profile = "default"
252026-08-17T23:26:20.602Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-17T23:26:20.602Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-17T23:26:20.602Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-17T23:26:20.605Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-17T23:26:20.606Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-17T23:26:20.712Zinfo: downloading installer
312026-08-17T23:26:22.466Zwarn: It looks like you have an existing rustup settings file at:
322026-08-17T23:26:22.466Zwarn: /home/build/.rustup/settings.toml
332026-08-17T23:26:22.466Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-17T23:26:22.466Zwarn: instead of the one inferred from the default host triple.
352026-08-17T23:26:22.478Zinfo: profile set to default
362026-08-17T23:26:22.478Zinfo: default host triple is x86_64-unknown-illumos
372026-08-17T23:26:22.482Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-17T23:26:22.644Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-17T23:26:22.649Zinfo: downloading 6 components
402026-08-17T23:26:37.985Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-17T23:26:37.985Z
422026-08-17T23:26:38.018Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-17T23:26:38.018Z
442026-08-17T23:26:38.018Z
452026-08-17T23:26:38.018ZRust is installed now. Great!
462026-08-17T23:26:38.018Z
472026-08-17T23:26:38.018ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-17T23:26:38.018Zenvironment variable. This has not been done automatically.
492026-08-17T23:26:38.018Z
502026-08-17T23:26:38.018ZTo configure your current shell, you need to source
512026-08-17T23:26:38.018Zthe corresponding env file under $HOME/.cargo.
522026-08-17T23:26:38.018Z
532026-08-17T23:26:38.018ZThis is usually done by running one of the following (note the leading DOT):
542026-08-17T23:26:38.018Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-17T23:26:38.019Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-17T23:26:38.019Zsource "~/.cargo/env.nu" # For nushell
572026-08-17T23:26:38.019Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-17T23:26:38.019Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-17T23:26:38.019Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-17T23:26:38.019Zwarn: no default linker (`cc`) was found in your PATH
612026-08-17T23:26:38.020Zwarn: many Rust crates require a system C toolchain to build
622026-08-17T23:26:38.020Z+ rustup --version
632026-08-17T23:26:38.020Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-17T23:26:38.020Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-17T23:26:38.020Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-17T23:26:38.020Z+ cargo --version
672026-08-17T23:26:38.020Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-17T23:26:38.020Z+ rustc --version
692026-08-17T23:26:38.020Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-17T23:26:38.020Zprocess exited: duration 17323 ms, exit code 0
 
712026-08-17T23:26:38.042Zstarting task 2: "authentication"
722026-08-17T23:26:38.059Zprocess exited: duration 18 ms, exit code 0
 
732026-08-17T23:26:38.066Zstarting task 3: "clone repository"
742026-08-17T23:26:38.071Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-17T23:26:38.074Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-17T23:26:38.105ZCloning into '/work/oxidecomputer/omicron'...
772026-08-17T23:26:49.437Z+ cd /work/oxidecomputer/omicron
782026-08-17T23:26:49.437Z+ git fetch origin aac4ef5abd241d8b69b5d838d334dd04c7151ba3
792026-08-17T23:26:49.793ZFrom https://github.com/oxidecomputer/omicron
802026-08-17T23:26:49.801Z * branch aac4ef5abd241d8b69b5d838d334dd04c7151ba3 -> FETCH_HEAD
812026-08-17T23:26:49.807Z+ [[ -n maghemite-integration ]]
822026-08-17T23:26:49.807Z++ git branch --show-current
832026-08-17T23:26:49.807Z+ current=main
842026-08-17T23:26:49.807Z+ [[ main != maghemite-integration ]]
852026-08-17T23:26:49.807Z+ git branch -f maghemite-integration aac4ef5abd241d8b69b5d838d334dd04c7151ba3
862026-08-17T23:26:49.807Z+ git checkout -f maghemite-integration
872026-08-17T23:26:50.061ZSwitched to branch 'maghemite-integration'
882026-08-17T23:26:50.068Z+ git reset --hard aac4ef5abd241d8b69b5d838d334dd04c7151ba3
892026-08-17T23:26:50.081ZHEAD is now at aac4ef5ab update Cargo.lock and workspace-hack
902026-08-17T23:26:50.088Zprocess exited: duration 12014 ms, exit code 0
 
912026-08-17T23:26:50.099Zstarting task 4: "build"
922026-08-17T23:26:50.104Z+ source .github/buildomat/ci-env.sh
932026-08-17T23:26:50.104Z++ export CARGO_TERM_COLOR=always
942026-08-17T23:26:50.104Z++ CARGO_TERM_COLOR=always
952026-08-17T23:26:50.104Z+++ uname -s
962026-08-17T23:26:50.104Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-17T23:26:50.104Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-17T23:26:50.110Z+ cargo --version
992026-08-17T23:26:50.114Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-17T23:26:50.118Z+ rustc --version
1012026-08-17T23:26:50.137Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-17T23:26:50.141Z+ cargo tree --locked
1032026-08-17T23:26:50.313Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-17T23:26:50.659Z Updating crates.io index
1052026-08-17T23:26:50.663Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-17T23:26:50.949Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-17T23:26:51.842Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-17T23:26:52.367Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-17T23:26:53.094Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-17T23:26:54.725Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-17T23:26:55.619Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-17T23:26:55.943Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-17T23:26:56.318Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-17T23:26:57.979Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-17T23:26:58.301Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-17T23:26:58.665Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-17T23:26:58.976Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-17T23:26:59.296Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-17T23:26:59.594Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-17T23:26:59.926Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-17T23:27:00.216Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-17T23:27:00.539Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-08-17T23:27:01.006Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-17T23:27:01.489Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-17T23:27:01.924Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-17T23:27:02.445Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-17T23:27:02.728Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-17T23:27:03.648Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-17T23:27:04.019Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-17T23:27:04.586Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-17T23:27:05.010Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-17T23:27:05.602Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-17T23:27:06.023Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-17T23:27:06.376Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-17T23:27:06.668Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-17T23:27:07.021Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-17T23:27:07.504Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-17T23:27:08.063Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-17T23:27:08.350Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-17T23:27:08.679Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-17T23:27:09.017Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-17T23:27:09.387Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-17T23:27:09.745Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-17T23:27:09.962Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-17T23:27:10.284Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-17T23:27:10.571Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-17T23:27:13.942Z Downloading crates ...
1482026-08-17T23:27:14.001Z Downloaded criterion-plot v0.6.0
1492026-08-17T23:27:14.007Z Downloaded clang-sys v1.8.1
1502026-08-17T23:27:14.010Z Downloaded cookie v0.18.1
1512026-08-17T23:27:14.010Z Downloaded darling_macro v0.13.4
1522026-08-17T23:27:14.013Z Downloaded compression-core v0.4.31
1532026-08-17T23:27:14.016Z Downloaded httpdate v1.0.3
1542026-08-17T23:27:14.016Z Downloaded compact_str v0.8.1
1552026-08-17T23:27:14.020Z Downloaded crossbeam-deque v0.8.6
1562026-08-17T23:27:14.023Z Downloaded clap_lex v1.0.0
1572026-08-17T23:27:14.023Z Downloaded crc v3.4.0
1582026-08-17T23:27:14.026Z Downloaded ctutils v0.4.2
1592026-08-17T23:27:14.029Z Downloaded hashbrown v0.12.3
1602026-08-17T23:27:14.033Z Downloaded idna_adapter v1.2.1
1612026-08-17T23:27:14.033Z Downloaded compression-codecs v0.4.37
1622026-08-17T23:27:14.033Z Downloaded hyper-staticfile v0.10.1
1632026-08-17T23:27:14.037Z Downloaded ingot v0.2.1
1642026-08-17T23:27:14.037Z Downloaded git-stub-vcs v0.1.0
1652026-08-17T23:27:14.037Z Downloaded convert_case v0.4.0
1662026-08-17T23:27:14.037Z Downloaded half v1.8.3
1672026-08-17T23:27:14.041Z Downloaded console v0.16.2
1682026-08-17T23:27:14.041Z Downloaded hostname v0.3.1
1692026-08-17T23:27:14.041Z Downloaded cmov v0.5.4
1702026-08-17T23:27:14.041Z Downloaded colored v3.1.1
1712026-08-17T23:27:14.041Z Downloaded concurrent-queue v2.5.0
1722026-08-17T23:27:14.045Z Downloaded console v0.15.11
1732026-08-17T23:27:14.045Z Downloaded crc-catalog v2.4.0
1742026-08-17T23:27:14.045Z Downloaded crc32fast v1.5.0
1752026-08-17T23:27:14.045Z Downloaded hash32 v0.2.1
1762026-08-17T23:27:14.045Z Downloaded heck v0.4.1
1772026-08-17T23:27:14.049Z Downloaded glob v0.3.3
1782026-08-17T23:27:14.049Z Downloaded globset v0.4.18
1792026-08-17T23:27:14.049Z Downloaded cpubits v0.1.1
1802026-08-17T23:27:14.049Z Downloaded cpufeatures v0.3.0
1812026-08-17T23:27:14.049Z Downloaded constant_time_eq v0.4.2
1822026-08-17T23:27:14.052Z Downloaded crc8 v0.1.1
1832026-08-17T23:27:14.052Z Downloaded crossbeam-epoch v0.9.18
1842026-08-17T23:27:14.052Z Downloaded hex-literal v1.1.0
1852026-08-17T23:27:14.052Z Downloaded colorchoice v1.0.4
1862026-08-17T23:27:14.052Z Downloaded hickory-client v0.25.2
1872026-08-17T23:27:14.055Z Downloaded git-stub v1.0.0
1882026-08-17T23:27:14.055Z Downloaded constant_time_eq v0.3.1
1892026-08-17T23:27:14.055Z Downloaded defmt v0.3.100
1902026-08-17T23:27:14.058Z Downloaded defmt-parser v1.0.0
1912026-08-17T23:27:14.062Z Downloaded atomicwrites v0.4.4
1922026-08-17T23:27:14.062Z Downloaded hickory-resolver v0.24.4
1932026-08-17T23:27:14.065Z Downloaded cpufeatures v0.2.17
1942026-08-17T23:27:14.068Z Downloaded hex v0.4.3
1952026-08-17T23:27:14.068Z Downloaded h2 v0.4.15
1962026-08-17T23:27:14.071Z Downloaded crucible-workspace-hack v0.1.0
1972026-08-17T23:27:14.075Z Downloaded derive_more v0.99.20
1982026-08-17T23:27:14.087Z Downloaded ciborium-io v0.2.2
1992026-08-17T23:27:14.090Z Downloaded crypto-common v0.2.2
2002026-08-17T23:27:14.093Z Downloaded debug-ignore v1.0.5
2012026-08-17T23:27:14.093Z Downloaded ident_case v1.0.1
2022026-08-17T23:27:14.093Z Downloaded guppy-workspace-hack v0.1.0
2032026-08-17T23:27:14.093Z Downloaded cstr-argument v0.1.2
2042026-08-17T23:27:14.097Z Downloaded home v0.5.12
2052026-08-17T23:27:14.100Z Downloaded cobs v0.3.0
2062026-08-17T23:27:14.103Z Downloaded darling_macro v0.23.0
2072026-08-17T23:27:14.103Z Downloaded hostname v0.4.2
2082026-08-17T23:27:14.106Z Downloaded ciborium-ll v0.2.2
2092026-08-17T23:27:14.106Z Downloaded crunchy v0.2.4
2102026-08-17T23:27:14.109Z Downloaded curve25519-dalek-derive v0.1.1
2112026-08-17T23:27:14.109Z Downloaded headers-core v0.3.0
2122026-08-17T23:27:14.109Z Downloaded hex-literal v0.4.1
2132026-08-17T23:27:14.112Z Downloaded hubpack_derive v0.1.1
2142026-08-17T23:27:14.112Z Downloaded internet-checksum v0.2.1
2152026-08-17T23:27:14.112Z Downloaded darling_macro v0.20.11
2162026-08-17T23:27:14.112Z Downloaded crypto-common v0.1.7
2172026-08-17T23:27:14.115Z Downloaded derive_builder_macro v0.20.2
2182026-08-17T23:27:14.115Z Downloaded inout v0.1.4
2192026-08-17T23:27:14.118Z Downloaded indent_write v2.2.0
2202026-08-17T23:27:14.118Z Downloaded is-terminal v0.4.17
2212026-08-17T23:27:14.118Z Downloaded instant v0.1.13
2222026-08-17T23:27:14.122Z Downloaded heck v0.5.0
2232026-08-17T23:27:14.122Z Downloaded convert_case v0.10.0
2242026-08-17T23:27:14.125Z Downloaded const_format_proc_macros v0.2.34
2252026-08-17T23:27:14.125Z Downloaded corncobs v0.1.4
2262026-08-17T23:27:14.128Z Downloaded globwalk v0.9.1
2272026-08-17T23:27:14.128Z Downloaded critical-section v1.2.0
2282026-08-17T23:27:14.128Z Downloaded darling v0.13.4
2292026-08-17T23:27:14.131Z Downloaded darling_macro v0.21.3
2302026-08-17T23:27:14.131Z Downloaded clap_derive v4.6.1
2312026-08-17T23:27:14.134Z Downloaded cipher v0.4.4
2322026-08-17T23:27:14.134Z Downloaded cmake v0.1.57
2332026-08-17T23:27:14.134Z Downloaded crc-any v2.5.0
2342026-08-17T23:27:14.138Z Downloaded aead v0.5.2
2352026-08-17T23:27:14.138Z Downloaded adler2 v2.0.1
2362026-08-17T23:27:14.141Z Downloaded hyper-tls v0.6.0
2372026-08-17T23:27:14.141Z Downloaded atomic-waker v1.1.2
2382026-08-17T23:27:14.145Z Downloaded ascii-canvas v3.0.0
2392026-08-17T23:27:14.148Z Downloaded http-body v1.0.1
2402026-08-17T23:27:14.148Z Downloaded illumos-nvpair-sys v0.2.0
2412026-08-17T23:27:14.148Z Downloaded hash32 v0.3.1
2422026-08-17T23:27:14.148Z Downloaded instability v0.3.11
2432026-08-17T23:27:14.148Z Downloaded block-buffer v0.12.1
2442026-08-17T23:27:14.148Z Downloaded indoc v1.0.9
2452026-08-17T23:27:14.152Z Downloaded inout v0.2.2
2462026-08-17T23:27:14.155Z Downloaded http-range v0.1.5
2472026-08-17T23:27:14.155Z Downloaded illumos-nvpair v0.3.0
2482026-08-17T23:27:14.155Z Downloaded parking v2.2.1
2492026-08-17T23:27:14.159Z Downloaded atty v0.2.14
2502026-08-17T23:27:14.163Z Downloaded bcrypt-pbkdf v0.11.0
2512026-08-17T23:27:14.163Z Downloaded hubpack v0.1.2
2522026-08-17T23:27:14.163Z Downloaded approx v0.5.1
2532026-08-17T23:27:14.163Z Downloaded plotters-svg v0.3.7
2542026-08-17T23:27:14.166Z Downloaded bb8 v0.8.6
2552026-08-17T23:27:14.166Z Downloaded cfg_aliases v0.2.1
2562026-08-17T23:27:14.166Z Downloaded csv-core v0.1.13
2572026-08-17T23:27:14.169Z Downloaded cfg_aliases v0.1.1
2582026-08-17T23:27:14.169Z Downloaded cipher v0.5.2
2592026-08-17T23:27:14.169Z Downloaded bitfield-macros v0.19.4
2602026-08-17T23:27:14.169Z Downloaded defmt v1.0.1
2612026-08-17T23:27:14.172Z Downloaded oso-derive v0.27.3
2622026-08-17T23:27:14.173Z Downloaded path-slash v0.1.5
2632026-08-17T23:27:14.176Z Downloaded derive-ex v0.1.8
2642026-08-17T23:27:14.176Z Downloaded ctr v0.10.1
2652026-08-17T23:27:14.179Z Downloaded group v0.13.0
2662026-08-17T23:27:14.182Z Downloaded highway v1.3.0
2672026-08-17T23:27:14.186Z Downloaded daft v0.1.7
2682026-08-17T23:27:14.186Z Downloaded deranged v0.5.8
2692026-08-17T23:27:14.186Z Downloaded data-encoding v2.10.0
2702026-08-17T23:27:14.186Z Downloaded defmt-macros v1.0.1
2712026-08-17T23:27:14.190Z Downloaded delegate v0.13.5
2722026-08-17T23:27:14.190Z Downloaded derive_builder_core v0.20.2
2732026-08-17T23:27:14.190Z Downloaded humantime v2.3.0
2742026-08-17T23:27:14.190Z Downloaded indoc v2.0.7
2752026-08-17T23:27:14.193Z Downloaded ciborium v0.2.2
2762026-08-17T23:27:14.196Z Downloaded clap v4.6.1
2772026-08-17T23:27:14.200Z Downloaded colored v2.2.0
2782026-08-17T23:27:14.200Z Downloaded der_derive v0.7.3
2792026-08-17T23:27:14.203Z Downloaded ipnet v2.11.0
2802026-08-17T23:27:14.203Z Downloaded proc-macro-crate v1.3.1
2812026-08-17T23:27:14.203Z Downloaded proc-macro-crate v3.4.0
2822026-08-17T23:27:14.206Z Downloaded radium v0.7.0
2832026-08-17T23:27:14.209Z Downloaded predicates-tree v1.0.13
2842026-08-17T23:27:14.209Z Downloaded http v1.4.2
2852026-08-17T23:27:14.213Z Downloaded daft-derive v0.1.7
2862026-08-17T23:27:14.216Z Downloaded anstyle-parse v0.2.7
2872026-08-17T23:27:14.216Z Downloaded recursive-proc-macro-impl v0.1.1
2882026-08-17T23:27:14.219Z Downloaded ref-cast v1.0.25
2892026-08-17T23:27:14.222Z Downloaded impl-trait-for-tuples v0.2.3
2902026-08-17T23:27:14.222Z Downloaded ingot-types v0.2.0
2912026-08-17T23:27:14.223Z Downloaded byteorder v1.5.0
2922026-08-17T23:27:14.226Z Downloaded pbkdf2 v0.13.0
2932026-08-17T23:27:14.229Z Downloaded group v0.14.0
2942026-08-17T23:27:14.232Z Downloaded http-body-util v0.1.3
2952026-08-17T23:27:14.232Z Downloaded oxide-update-engine v0.1.2
2962026-08-17T23:27:14.232Z Downloaded pem-rfc7468 v0.7.0
2972026-08-17T23:27:14.237Z Downloaded sapling-renderdag v0.1.0
2982026-08-17T23:27:14.240Z Downloaded secrecy v0.8.0
2992026-08-17T23:27:14.244Z Downloaded secrecy v0.10.3
3002026-08-17T23:27:14.244Z Downloaded serde_repr v0.1.20
3012026-08-17T23:27:14.244Z Downloaded serde_spanned v0.6.9
3022026-08-17T23:27:14.244Z Downloaded sha1 v0.11.0
3032026-08-17T23:27:14.244Z Downloaded hmac v0.12.1
3042026-08-17T23:27:14.247Z Downloaded signature v2.2.0
3052026-08-17T23:27:14.247Z Downloaded pkg-config v0.3.32
3062026-08-17T23:27:14.251Z Downloaded polyval v0.7.1
3072026-08-17T23:27:14.251Z Downloaded addr2line v0.25.1
3082026-08-17T23:27:14.251Z Downloaded derive_builder v0.20.2
3092026-08-17T23:27:14.264Z Downloaded darling v0.20.11
3102026-08-17T23:27:14.267Z Downloaded darling v0.21.3
3112026-08-17T23:27:14.270Z Downloaded smawk v0.3.2
3122026-08-17T23:27:14.270Z Downloaded ppv-lite86 v0.2.21
3132026-08-17T23:27:14.270Z Downloaded serde_spanned v1.1.1
3142026-08-17T23:27:14.274Z Downloaded structmeta v0.3.0
3152026-08-17T23:27:14.274Z Downloaded structmeta-derive v0.3.0
3162026-08-17T23:27:14.274Z Downloaded darling_core v0.13.4
3172026-08-17T23:27:14.277Z Downloaded cookie_store v0.22.1
3182026-08-17T23:27:14.277Z Downloaded derive-where v1.6.0
3192026-08-17T23:27:14.280Z Downloaded progenitor-macro v0.14.0
3202026-08-17T23:27:14.280Z Downloaded const_format v0.2.35
3212026-08-17T23:27:14.284Z Downloaded rand_core v0.10.0
3222026-08-17T23:27:14.287Z Downloaded icu_provider v2.1.1
3232026-08-17T23:27:14.292Z Downloaded proc-macro-error v1.0.4
3242026-08-17T23:27:14.296Z Downloaded rustc-demangle v0.1.27
3252026-08-17T23:27:14.299Z Downloaded async-bb8-diesel v0.2.1
3262026-08-17T23:27:14.299Z Downloaded supports-color v3.0.2
3272026-08-17T23:27:14.300Z Downloaded terminal_size v0.1.17
3282026-08-17T23:27:14.303Z Downloaded anes v0.1.6
3292026-08-17T23:27:14.303Z Downloaded argon2 v0.6.0-rc.8
3302026-08-17T23:27:14.306Z Downloaded rand_core v0.9.5
3312026-08-17T23:27:14.306Z Downloaded try-lock v0.2.5
3322026-08-17T23:27:14.306Z Downloaded hmac v0.13.0
3332026-08-17T23:27:14.311Z Downloaded hybrid-array v0.4.13
3342026-08-17T23:27:14.311Z Downloaded ingot-macros v0.2.0
3352026-08-17T23:27:14.311Z Downloaded rustversion v1.0.22
3362026-08-17T23:27:14.314Z Downloaded iana-time-zone v0.1.65
3372026-08-17T23:27:14.314Z Downloaded ipnetwork v0.21.1
3382026-08-17T23:27:14.314Z Downloaded httptest v0.16.4
3392026-08-17T23:27:14.314Z Downloaded hyper-rustls v0.27.7
3402026-08-17T23:27:14.318Z Downloaded bzip2 v0.6.1
3412026-08-17T23:27:14.318Z Downloaded blake2 v0.10.6
3422026-08-17T23:27:14.318Z Downloaded pest_derive v2.8.6
3432026-08-17T23:27:14.318Z Downloaded pkcs1 v0.8.0-rc.4
3442026-08-17T23:27:14.321Z Downloaded utf-8 v0.7.6
3452026-08-17T23:27:14.324Z Downloaded scroll v0.12.0
3462026-08-17T23:27:14.324Z Downloaded unarray v0.1.4
3472026-08-17T23:27:14.328Z Downloaded slog-stdlog v4.1.1
3482026-08-17T23:27:14.331Z Downloaded untrusted v0.7.1
3492026-08-17T23:27:14.331Z Downloaded void v1.0.2
3502026-08-17T23:27:14.334Z Downloaded const-oid v0.10.2
3512026-08-17T23:27:14.334Z Downloaded crossbeam-utils v0.8.21
3522026-08-17T23:27:14.338Z Downloaded ignore v0.4.25
3532026-08-17T23:27:14.338Z Downloaded httparse v1.10.1
3542026-08-17T23:27:14.341Z Downloaded datatest-stable v0.3.3
3552026-08-17T23:27:14.341Z Downloaded postcard v1.1.3
3562026-08-17T23:27:14.344Z Downloaded const-oid v0.9.6
3572026-08-17T23:27:14.344Z Downloaded waitgroup v0.1.2
3582026-08-17T23:27:14.348Z Downloaded wnaf v0.14.0
3592026-08-17T23:27:14.352Z Downloaded indexmap v1.9.3
3602026-08-17T23:27:14.352Z Downloaded darling v0.23.0
3612026-08-17T23:27:14.355Z Downloaded ssh-encoding v0.3.0
3622026-08-17T23:27:14.355Z Downloaded chumsky v0.9.3
3632026-08-17T23:27:14.358Z Downloaded static_assertions v1.1.0
3642026-08-17T23:27:14.358Z Downloaded display-error-chain v0.2.2
3652026-08-17T23:27:14.358Z Downloaded sqlformat v0.3.5
3662026-08-17T23:27:14.358Z Downloaded dsl_auto_type v0.2.0
3672026-08-17T23:27:14.363Z Downloaded stacker v0.1.23
3682026-08-17T23:27:14.367Z Downloaded dyn-clone v1.0.20
3692026-08-17T23:27:14.370Z Downloaded termcolor v1.4.1
3702026-08-17T23:27:14.370Z Downloaded tiny-keccak v2.0.2
3712026-08-17T23:27:14.370Z Downloaded tokio-tungstenite v0.23.1
3722026-08-17T23:27:14.374Z Downloaded synstructure v0.13.2
3732026-08-17T23:27:14.374Z Downloaded dirs-sys-next v0.1.2
3742026-08-17T23:27:14.377Z Downloaded thiserror-impl-no-std v2.0.2
3752026-08-17T23:27:14.377Z Downloaded thread_local v1.1.9
3762026-08-17T23:27:14.377Z Downloaded event-listener-strategy v0.5.4
3772026-08-17T23:27:14.377Z Downloaded float-ord v0.3.2
3782026-08-17T23:27:14.380Z Downloaded equivalent v1.0.2
3792026-08-17T23:27:14.380Z Downloaded fastrand v2.3.0
3802026-08-17T23:27:14.380Z Downloaded tokio-dtrace v0.1.1
3812026-08-17T23:27:14.385Z Downloaded camino v1.2.2
3822026-08-17T23:27:14.388Z Downloaded bzip2 v0.4.4
3832026-08-17T23:27:14.391Z Downloaded papergrid v0.11.0
3842026-08-17T23:27:14.394Z Downloaded gethostname v0.5.0
3852026-08-17T23:27:14.394Z Downloaded pin-project v1.1.11
3862026-08-17T23:27:14.400Z Downloaded ghash v0.6.0
3872026-08-17T23:27:14.403Z Downloaded uzers v0.12.2
3882026-08-17T23:27:14.403Z Downloaded half v2.7.1
3892026-08-17T23:27:14.403Z Downloaded headers v0.4.1
3902026-08-17T23:27:14.406Z Downloaded foreign-types-shared v0.3.1
3912026-08-17T23:27:14.406Z Downloaded foreign-types-shared v0.1.1
3922026-08-17T23:27:14.409Z Downloaded futures-core v0.3.32
3932026-08-17T23:27:14.409Z Downloaded icu_normalizer v2.1.1
3942026-08-17T23:27:14.409Z Downloaded icu_normalizer_data v2.1.1
3952026-08-17T23:27:14.413Z Downloaded unicase v2.9.0
3962026-08-17T23:27:14.413Z Downloaded usdt-impl v0.5.0
3972026-08-17T23:27:14.416Z Downloaded vergen-gitcl v1.0.8
3982026-08-17T23:27:14.416Z Downloaded whoami v2.1.0
3992026-08-17T23:27:14.419Z Downloaded darling_core v0.23.0
4002026-08-17T23:27:14.422Z Downloaded darling_core v0.21.3
4012026-08-17T23:27:14.427Z Downloaded lru-slab v0.1.2
4022026-08-17T23:27:14.427Z Downloaded darling_core v0.20.11
4032026-08-17T23:27:14.427Z Downloaded hickory-resolver v0.25.2
4042026-08-17T23:27:14.430Z Downloaded crossbeam-channel v0.5.15
4052026-08-17T23:27:14.433Z Downloaded lalrpop-util v0.19.12
4062026-08-17T23:27:14.433Z Downloaded zerovec-derive v0.11.2
4072026-08-17T23:27:14.433Z Downloaded lazy_static v1.5.0
4082026-08-17T23:27:14.433Z Downloaded multimap v0.10.1
4092026-08-17T23:27:14.436Z Downloaded linkme-impl v0.3.35
4102026-08-17T23:27:14.436Z Downloaded mime v0.3.17
4112026-08-17T23:27:14.440Z Downloaded num-derive v0.4.2
4122026-08-17T23:27:14.440Z Downloaded match_cfg v0.1.0
4132026-08-17T23:27:14.440Z Downloaded managed v0.8.0
4142026-08-17T23:27:14.440Z Downloaded maplit v1.0.2
4152026-08-17T23:27:14.440Z Downloaded new_debug_unreachable v1.0.6
4162026-08-17T23:27:14.443Z Downloaded smallvec v1.15.1
4172026-08-17T23:27:14.443Z Downloaded zstd v0.13.3
4182026-08-17T23:27:14.443Z Downloaded progenitor-impl v0.13.0
4192026-08-17T23:27:14.446Z Downloaded strum_macros v0.27.2
4202026-08-17T23:27:14.446Z Downloaded ecdsa v0.16.9
4212026-08-17T23:27:14.446Z Downloaded guppy v0.17.25
4222026-08-17T23:27:14.449Z Downloaded thiserror v1.0.69
4232026-08-17T23:27:14.453Z Downloaded tokio-rustls v0.26.4
4242026-08-17T23:27:14.453Z Downloaded miette-derive v5.10.0
4252026-08-17T23:27:14.456Z Downloaded newline-converter v0.3.0
4262026-08-17T23:27:14.456Z Downloaded nonempty v0.12.0
4272026-08-17T23:27:14.460Z Downloaded enum_dispatch v0.3.13
4282026-08-17T23:27:14.460Z Downloaded icu_locale_core v2.1.1
4292026-08-17T23:27:14.463Z Downloaded num_threads v0.1.7
4302026-08-17T23:27:14.463Z Downloaded assert-json-diff v2.0.2
4312026-08-17T23:27:14.468Z Downloaded ryu v1.0.23
4322026-08-17T23:27:14.468Z Downloaded trybuild v1.0.116
4332026-08-17T23:27:14.471Z Downloaded toml_parser v1.1.2+spec-1.1.0
4342026-08-17T23:27:14.471Z Downloaded bytes v1.11.1
4352026-08-17T23:27:14.474Z Downloaded async-object-pool v0.2.0
4362026-08-17T23:27:14.474Z Downloaded base16ct v0.2.0
4372026-08-17T23:27:14.474Z Downloaded p256 v0.14.0
4382026-08-17T23:27:14.477Z Downloaded base16ct v1.0.0
4392026-08-17T23:27:14.477Z Downloaded papergrid v0.18.0
4402026-08-17T23:27:14.480Z Downloaded fixedbitset v0.5.7
4412026-08-17T23:27:14.483Z Downloaded serde_cbor v0.11.2
4422026-08-17T23:27:14.486Z Downloaded foldhash v0.2.0
4432026-08-17T23:27:14.486Z Downloaded heapless v0.7.17
4442026-08-17T23:27:14.489Z Downloaded icu_collections v2.1.1
4452026-08-17T23:27:14.493Z Downloaded icu_properties v2.1.2
4462026-08-17T23:27:14.493Z Downloaded signal-hook v0.3.18
4472026-08-17T23:27:14.496Z Downloaded castaway v0.2.4
4482026-08-17T23:27:14.496Z Downloaded openssl-macros v0.1.1
4492026-08-17T23:27:14.496Z Downloaded cargo-platform v0.3.2
4502026-08-17T23:27:14.496Z Downloaded yasna v0.5.2
4512026-08-17T23:27:14.499Z Downloaded parse-display v0.10.0
4522026-08-17T23:27:14.499Z Downloaded pathdiff v0.2.3
4532026-08-17T23:27:14.503Z Downloaded jobserver v0.1.34
4542026-08-17T23:27:14.506Z Downloaded internal-russh-num-bigint v0.5.0
4552026-08-17T23:27:14.506Z Downloaded similar v2.7.0
4562026-08-17T23:27:14.510Z Downloaded zerocopy-derive v0.7.35
4572026-08-17T23:27:14.513Z Downloaded itoa v1.0.17
4582026-08-17T23:27:14.516Z Downloaded proc-macro-error-attr v1.0.4
4592026-08-17T23:27:14.516Z Downloaded heapless v0.8.0
4602026-08-17T23:27:14.519Z Downloaded newtype-uuid v1.3.2
4612026-08-17T23:27:14.519Z Downloaded plotters-backend v0.3.7
4622026-08-17T23:27:14.522Z Downloaded tempfile v3.25.0
4632026-08-17T23:27:14.522Z Downloaded pretty-hex v0.4.1
4642026-08-17T23:27:14.526Z Downloaded rand_chacha v0.3.1
4652026-08-17T23:27:14.529Z Downloaded prettyplease v0.2.37
4662026-08-17T23:27:14.570Z Downloaded tinyvec v1.10.0
4672026-08-17T23:27:14.570Z Downloaded indicatif v0.18.4
4682026-08-17T23:27:14.570Z Downloaded typify v0.6.2
4692026-08-17T23:27:14.570Z Downloaded des v0.9.0
4702026-08-17T23:27:14.570Z Downloaded scuffle v0.1.0
4712026-08-17T23:27:14.570Z Downloaded psl-types v2.0.11
4722026-08-17T23:27:14.570Z Downloaded quick-error v1.2.3
4732026-08-17T23:27:14.570Z Downloaded argon2 v0.5.3
4742026-08-17T23:27:14.570Z Downloaded bs58 v0.5.1
4752026-08-17T23:27:14.570Z Downloaded rand_distr v0.5.1
4762026-08-17T23:27:14.570Z Downloaded serde_bytes v0.11.19
4772026-08-17T23:27:14.570Z Downloaded sha1 v0.10.6
4782026-08-17T23:27:14.570Z Downloaded num_enum_derive v0.7.6
4792026-08-17T23:27:14.570Z Downloaded base64 v0.21.7
4802026-08-17T23:27:14.570Z Downloaded anstyle v1.0.14
4812026-08-17T23:27:14.570Z Downloaded bitflags v1.3.2
4822026-08-17T23:27:14.570Z Downloaded hickory-server v0.25.2
4832026-08-17T23:27:14.570Z Downloaded bit-vec v0.6.3
4842026-08-17T23:27:14.570Z Downloaded slog v2.8.2
4852026-08-17T23:27:14.570Z Downloaded socket2 v0.5.10
4862026-08-17T23:27:14.570Z Downloaded scheduled-thread-pool v0.2.7
4872026-08-17T23:27:14.570Z Downloaded semver v0.1.20
4882026-08-17T23:27:14.575Z Downloaded strsim v0.11.1
4892026-08-17T23:27:14.575Z Downloaded unicode-bidi v0.3.18
4902026-08-17T23:27:14.575Z Downloaded strsim v0.10.0
4912026-08-17T23:27:14.575Z Downloaded bytecount v0.6.9
4922026-08-17T23:27:14.579Z Downloaded crypto-bigint v0.5.5
4932026-08-17T23:27:14.582Z Downloaded futures-channel v0.3.32
4942026-08-17T23:27:14.582Z Downloaded terminal_size v0.4.3
4952026-08-17T23:27:14.582Z Downloaded der v0.7.10
4962026-08-17T23:27:14.585Z Downloaded swrite v0.1.0
4972026-08-17T23:27:14.588Z Downloaded tagptr v0.2.0
4982026-08-17T23:27:14.588Z Downloaded take_mut v0.2.2
4992026-08-17T23:27:14.591Z Downloaded oxide-tokio-rt v0.1.4
5002026-08-17T23:27:14.591Z Downloaded parse-display-derive v0.10.0
5012026-08-17T23:27:14.591Z Downloaded peg v0.8.5
5022026-08-17T23:27:14.595Z Downloaded phf_shared v0.13.1
5032026-08-17T23:27:14.595Z Downloaded testing_table v0.3.0
5042026-08-17T23:27:14.595Z Downloaded tokio-test v0.4.5
5052026-08-17T23:27:14.598Z Downloaded predicates v3.1.4
5062026-08-17T23:27:14.598Z Downloaded linkme v0.3.35
5072026-08-17T23:27:14.601Z Downloaded tower-layer v0.3.3
5082026-08-17T23:27:14.601Z Downloaded unit-prefix v0.5.2
5092026-08-17T23:27:14.604Z Downloaded utf8_iter v1.0.4
5102026-08-17T23:27:14.604Z Downloaded progenitor v0.14.0
5112026-08-17T23:27:14.604Z Downloaded rand_seeder v0.4.0
5122026-08-17T23:27:14.607Z Downloaded topological-sort v0.2.2
5132026-08-17T23:27:14.607Z Downloaded unicode-truncate v1.1.0
5142026-08-17T23:27:14.608Z Downloaded tar v0.4.46
5152026-08-17T23:27:14.611Z Downloaded toml_edit v0.22.27
5162026-08-17T23:27:14.614Z Downloaded progenitor v0.13.0
5172026-08-17T23:27:14.617Z Downloaded ahash v0.8.12
5182026-08-17T23:27:14.620Z Downloaded rust-argon2 v2.1.0
5192026-08-17T23:27:14.620Z Downloaded schemars_derive v0.8.22
5202026-08-17T23:27:14.623Z Downloaded usdt-attr-macro v0.6.0
5212026-08-17T23:27:14.623Z Downloaded version_check v0.9.5
5222026-08-17T23:27:14.623Z Downloaded async-compression v0.4.41
5232026-08-17T23:27:14.630Z Downloaded schemars v1.2.1
5242026-08-17T23:27:14.638Z Downloaded serde_with_macros v1.5.2
5252026-08-17T23:27:14.641Z Downloaded sha2 v0.10.9
5262026-08-17T23:27:14.641Z Downloaded fatfs v0.3.6
5272026-08-17T23:27:14.644Z Downloaded async-trait v0.1.89
5282026-08-17T23:27:14.644Z Downloaded scrypt v0.12.0
5292026-08-17T23:27:14.644Z Downloaded serde_tokenstream v0.2.3
5302026-08-17T23:27:14.648Z Downloaded simd-adler32 v0.3.8
5312026-08-17T23:27:14.648Z Downloaded similar-asserts v1.7.0
5322026-08-17T23:27:14.648Z Downloaded cfg-expr v0.20.6
5332026-08-17T23:27:14.652Z Downloaded unsafe-libyaml v0.2.11
5342026-08-17T23:27:14.652Z Downloaded der v0.8.0
5352026-08-17T23:27:14.656Z Downloaded dtrace-parser v0.3.0
5362026-08-17T23:27:14.656Z Downloaded embedded-io v0.4.0
5372026-08-17T23:27:14.656Z Downloaded serde-hex v0.1.0
5382026-08-17T23:27:14.656Z Downloaded slog-json v2.6.1
5392026-08-17T23:27:14.656Z Downloaded spki v0.8.0
5402026-08-17T23:27:14.659Z Downloaded smf v0.2.3
5412026-08-17T23:27:14.659Z Downloaded ssh-cipher v0.3.0
5422026-08-17T23:27:14.659Z Downloaded string_cache v0.8.9
5432026-08-17T23:27:14.659Z Downloaded support-bundle-viewer v0.1.2
5442026-08-17T23:27:14.663Z Downloaded endian-type v0.1.2
5452026-08-17T23:27:14.663Z Downloaded dof v0.3.0
5462026-08-17T23:27:14.663Z Downloaded thiserror-impl v1.0.69
5472026-08-17T23:27:14.663Z Downloaded thiserror-impl v2.0.18
5482026-08-17T23:27:14.663Z Downloaded parking_lot v0.11.2
5492026-08-17T23:27:14.663Z Downloaded pest_generator v2.8.6
5502026-08-17T23:27:14.667Z Downloaded libbz2-rs-sys v0.2.2
5512026-08-17T23:27:14.667Z Downloaded indexmap v2.14.0
5522026-08-17T23:27:14.667Z Downloaded tls_codec_derive v0.4.2
5532026-08-17T23:27:14.670Z Downloaded zip v0.6.6
5542026-08-17T23:27:14.673Z Downloaded hashbrown v0.13.2
5552026-08-17T23:27:14.673Z Downloaded hashbrown v0.15.5
5562026-08-17T23:27:14.676Z Downloaded futures-task v0.3.32
5572026-08-17T23:27:14.676Z Downloaded md-5 v0.10.6
5582026-08-17T23:27:14.681Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5592026-08-17T23:27:14.682Z Downloaded elliptic-curve v0.13.8
5602026-08-17T23:27:14.682Z Downloaded fixedbitset v0.4.2
5612026-08-17T23:27:14.686Z Downloaded is_ci v1.2.0
5622026-08-17T23:27:14.686Z Downloaded is_terminal_polyfill v1.70.2
5632026-08-17T23:27:14.686Z Downloaded qorb v0.4.1
5642026-08-17T23:27:14.686Z Downloaded tinystr v0.8.2
5652026-08-17T23:27:14.686Z Downloaded postgres-types v0.2.12
5662026-08-17T23:27:14.690Z Downloaded toml_edit v0.19.15
5672026-08-17T23:27:14.695Z Downloaded hashbrown v0.16.1
5682026-08-17T23:27:14.698Z Downloaded toml_edit v0.23.10+spec-1.0.0
5692026-08-17T23:27:14.701Z Downloaded elliptic-curve v0.14.1
5702026-08-17T23:27:14.703Z Downloaded jiff-static v0.2.34
5712026-08-17T23:27:14.707Z Downloaded kstat-rs v0.2.5
5722026-08-17T23:27:14.707Z Downloaded hyper-util v0.1.20
5732026-08-17T23:27:14.707Z Downloaded bumpalo v3.20.2
5742026-08-17T23:27:14.710Z Downloaded nodrop v0.1.14
5752026-08-17T23:27:14.710Z Downloaded walkdir v2.5.0
5762026-08-17T23:27:14.710Z Downloaded nibble_vec v0.1.0
5772026-08-17T23:27:14.710Z Downloaded async-recursion v1.1.1
5782026-08-17T23:27:14.713Z Downloaded backtrace-ext v0.2.1
5792026-08-17T23:27:14.713Z Downloaded rustls-pki-types v1.14.0
5802026-08-17T23:27:14.713Z Downloaded num-traits v0.2.19
5812026-08-17T23:27:14.716Z Downloaded yoke v0.8.1
5822026-08-17T23:27:14.716Z Downloaded num-conv v0.2.0
5832026-08-17T23:27:14.716Z Downloaded criterion v0.7.0
5842026-08-17T23:27:14.721Z Downloaded serdect v0.4.3
5852026-08-17T23:27:14.724Z Downloaded ff v0.13.1
5862026-08-17T23:27:14.724Z Downloaded bit-set v0.5.3
5872026-08-17T23:27:14.724Z Downloaded opaque-debug v0.3.1
5882026-08-17T23:27:14.724Z Downloaded zeroize v1.9.0
5892026-08-17T23:27:14.724Z Downloaded digest-io v0.1.0
5902026-08-17T23:27:14.724Z Downloaded cast v0.3.0
5912026-08-17T23:27:14.727Z Downloaded pkcs5 v0.8.1
5922026-08-17T23:27:14.727Z Downloaded tracing-attributes v0.1.31
5932026-08-17T23:27:14.730Z Downloaded ed25519 v3.0.0
5942026-08-17T23:27:14.730Z Downloaded knuffel v3.2.0
5952026-08-17T23:27:14.730Z Downloaded foreign-types v0.5.0
5962026-08-17T23:27:14.732Z Downloaded plain v0.2.3
5972026-08-17T23:27:14.736Z Downloaded erased-serde v0.3.31
5982026-08-17T23:27:14.736Z Downloaded proc-macro-error-attr2 v2.0.0
5992026-08-17T23:27:14.736Z Downloaded rand_pcg v0.10.2
6002026-08-17T23:27:14.739Z Downloaded knuffel-derive v3.2.0
6012026-08-17T23:27:14.742Z Downloaded linear-map v1.2.0
6022026-08-17T23:27:14.742Z Downloaded password-hash v0.6.1
6032026-08-17T23:27:14.745Z Downloaded fs-err v3.3.0
6042026-08-17T23:27:14.745Z Downloaded fs_extra v1.3.0
6052026-08-17T23:27:14.749Z Downloaded lru-cache v0.1.2
6062026-08-17T23:27:14.752Z Downloaded rcgen v0.12.1
6072026-08-17T23:27:14.752Z Downloaded rstest v0.25.0
6082026-08-17T23:27:14.763Z Downloaded unicode_categories v0.1.1
6092026-08-17T23:27:14.767Z Downloaded vergen v9.1.0
6102026-08-17T23:27:14.767Z Downloaded aead v0.6.1
6112026-08-17T23:27:14.767Z Downloaded serde_urlencoded v0.7.1
6122026-08-17T23:27:14.770Z Downloaded arrayvec v0.7.6
6132026-08-17T23:27:14.770Z Downloaded rustc_version v0.4.1
6142026-08-17T23:27:14.770Z Downloaded nu-ansi-term v0.50.3
6152026-08-17T23:27:14.773Z Downloaded slog-envlogger v2.2.0
6162026-08-17T23:27:14.776Z Downloaded sponge-cursor v0.1.0
6172026-08-17T23:27:14.780Z Downloaded rsa v0.10.0-rc.18
6182026-08-17T23:27:14.780Z Downloaded salsa20 v0.11.0
6192026-08-17T23:27:14.784Z Downloaded olpc-cjson v0.1.4
6202026-08-17T23:27:14.784Z Downloaded sigpipe v0.1.3
6212026-08-17T23:27:14.784Z Downloaded shell-words v1.1.1
6222026-08-17T23:27:14.784Z Downloaded strum v0.27.2
6232026-08-17T23:27:14.784Z Downloaded subtle v2.6.1
6242026-08-17T23:27:14.787Z Downloaded chacha20poly1305 v0.10.1
6252026-08-17T23:27:14.790Z Downloaded diff v0.1.13
6262026-08-17T23:27:14.796Z Downloaded target-triple v1.0.0
6272026-08-17T23:27:14.799Z Downloaded supports-unicode v2.1.0
6282026-08-17T23:27:14.799Z Downloaded thread-id v5.1.0
6292026-08-17T23:27:14.802Z Downloaded hashbrown v0.14.5
6302026-08-17T23:27:14.805Z Downloaded cbc v0.2.1
6312026-08-17T23:27:14.805Z Downloaded yansi v1.0.1
6322026-08-17T23:27:14.805Z Downloaded packed_struct v0.10.1
6332026-08-17T23:27:14.809Z Downloaded pest_meta v2.8.6
6342026-08-17T23:27:14.812Z Downloaded buf-list v1.1.2
6352026-08-17T23:27:14.812Z Downloaded phf v0.13.1
6362026-08-17T23:27:14.812Z Downloaded rand_xorshift v0.4.0
6372026-08-17T23:27:14.812Z Downloaded usdt v0.6.0
6382026-08-17T23:27:14.815Z Downloaded dirs-next v2.0.0
6392026-08-17T23:27:14.819Z Downloaded usdt-macro v0.6.0
6402026-08-17T23:27:14.819Z Downloaded utf8parse v0.2.2
6412026-08-17T23:27:14.819Z Downloaded xshell-macros v0.2.7
6422026-08-17T23:27:14.822Z Downloaded proc-macro-error2 v2.0.1
6432026-08-17T23:27:14.822Z Downloaded progenitor-client v0.13.0
6442026-08-17T23:27:14.825Z Downloaded derive_more-impl v2.1.1
6452026-08-17T23:27:14.828Z Downloaded ron v0.8.1
6462026-08-17T23:27:14.831Z Downloaded oxide-update-engine-display v0.1.2
6472026-08-17T23:27:14.831Z Downloaded paste v1.0.15
6482026-08-17T23:27:14.831Z Downloaded path-tree v0.8.3
6492026-08-17T23:27:14.831Z Downloaded rand v0.10.1
6502026-08-17T23:27:14.835Z Downloaded rayon-core v1.13.0
6512026-08-17T23:27:14.838Z Downloaded twox-hash v2.1.2
6522026-08-17T23:27:14.838Z Downloaded zerofrom-derive v0.1.6
6532026-08-17T23:27:14.838Z Downloaded diesel_table_macro_syntax v0.3.0
6542026-08-17T23:27:14.838Z Downloaded num-integer v0.1.46
6552026-08-17T23:27:14.838Z Downloaded rand_core v0.6.4
6562026-08-17T23:27:14.841Z Downloaded rusty-fork v0.3.1
6572026-08-17T23:27:14.841Z Downloaded tungstenite v0.23.0
6582026-08-17T23:27:14.841Z Downloaded futures-sink v0.3.32
6592026-08-17T23:27:14.845Z Downloaded shlex v1.3.0
6602026-08-17T23:27:14.845Z Downloaded memmap2 v0.9.10
6612026-08-17T23:27:14.845Z Downloaded rpassword v7.5.4
6622026-08-17T23:27:14.848Z Downloaded serde_derive_internals v0.29.1
6632026-08-17T23:27:14.851Z Downloaded float-cmp v0.10.0
6642026-08-17T23:27:14.854Z Downloaded foreign-types v0.3.2
6652026-08-17T23:27:14.854Z Downloaded hashbrown v0.17.0
6662026-08-17T23:27:14.857Z Downloaded spki v0.7.3
6672026-08-17T23:27:14.860Z Downloaded iri-string v0.7.10
6682026-08-17T23:27:14.863Z Downloaded icu_properties_data v2.1.2
6692026-08-17T23:27:14.867Z Downloaded crossterm v0.28.1
6702026-08-17T23:27:14.871Z Downloaded crossterm v0.29.0
6712026-08-17T23:27:14.874Z Downloaded blake2b_simd v1.0.4
6722026-08-17T23:27:14.877Z Downloaded tokio-native-tls v0.3.1
6732026-08-17T23:27:14.877Z Downloaded target-spec v3.5.7
6742026-08-17T23:27:14.878Z Downloaded memmap v0.7.0
6752026-08-17T23:27:14.881Z Downloaded zerocopy-derive v0.8.40
6762026-08-17T23:27:14.884Z Downloaded generic-array v1.4.3
6772026-08-17T23:27:14.887Z Downloaded pin-project-lite v0.2.17
6782026-08-17T23:27:14.890Z Downloaded zmij v1.0.21
6792026-08-17T23:27:14.890Z Downloaded zstd-safe v7.2.4
6802026-08-17T23:27:14.890Z Downloaded cfg-if v1.0.4
6812026-08-17T23:27:14.890Z Downloaded num-bigint v0.4.6
6822026-08-17T23:27:14.893Z Downloaded parking_lot_core v0.9.12
6832026-08-17T23:27:14.899Z Downloaded reedline v0.40.0
6842026-08-17T23:27:14.906Z Downloaded newtype_derive v0.1.6
6852026-08-17T23:27:14.909Z Downloaded async-stream-impl v0.3.6
6862026-08-17T23:27:14.909Z Downloaded percent-encoding v2.3.2
6872026-08-17T23:27:14.913Z Downloaded displaydoc v0.2.5
6882026-08-17T23:27:14.913Z Downloaded dtrace-parser v0.2.0
6892026-08-17T23:27:14.913Z Downloaded powerfmt v0.2.0
6902026-08-17T23:27:14.913Z Downloaded poly1305 v0.8.0
6912026-08-17T23:27:14.918Z Downloaded hyper v1.10.1
6922026-08-17T23:27:14.921Z Downloaded once_cell v1.21.3
6932026-08-17T23:27:14.925Z Downloaded fallible-iterator v0.2.0
6942026-08-17T23:27:14.928Z Downloaded env_logger v0.11.9
6952026-08-17T23:27:14.931Z Downloaded precomputed-hash v0.1.1
6962026-08-17T23:27:14.936Z Downloaded scopeguard v1.2.0
6972026-08-17T23:27:14.936Z Downloaded p384 v0.14.0
6982026-08-17T23:27:14.941Z Downloaded hkdf v0.12.4
6992026-08-17T23:27:14.941Z Downloaded lock_api v0.4.14
7002026-08-17T23:27:14.941Z Downloaded idna v1.1.0
7012026-08-17T23:27:14.945Z Downloaded libtest-mimic v0.8.1
7022026-08-17T23:27:14.948Z Downloaded omicron-zone-package v0.12.3
7032026-08-17T23:27:14.951Z Downloaded spin v0.9.8
7042026-08-17T23:27:14.951Z Downloaded term v0.7.0
7052026-08-17T23:27:14.955Z Downloaded serde_plain v1.0.2
7062026-08-17T23:27:14.955Z Downloaded module-lattice v0.2.3
7072026-08-17T23:27:14.955Z Downloaded strip-ansi-escapes v0.2.1
7082026-08-17T23:27:14.955Z Downloaded sync-ptr v0.1.4
7092026-08-17T23:27:14.958Z Downloaded termtree v0.5.1
7102026-08-17T23:27:14.958Z Downloaded goblin v0.8.2
7112026-08-17T23:27:14.961Z Downloaded url v2.5.8
7122026-08-17T23:27:14.964Z Downloaded num_enum v0.5.11
7132026-08-17T23:27:14.969Z Downloaded toml v0.8.23
7142026-08-17T23:27:14.972Z Downloaded clap_builder v4.6.0
7152026-08-17T23:27:14.975Z Downloaded tabwriter v1.4.1
7162026-08-17T23:27:14.979Z Downloaded time-core v0.1.8
7172026-08-17T23:27:14.979Z Downloaded blowfish v0.10.0
7182026-08-17T23:27:14.979Z Downloaded proc-macro2 v1.0.106
7192026-08-17T23:27:14.979Z Downloaded toml_write v0.1.2
7202026-08-17T23:27:14.982Z Downloaded flume v0.11.1
7212026-08-17T23:27:14.982Z Downloaded unicode-linebreak v0.1.5
7222026-08-17T23:27:14.985Z Downloaded assert_cmd v2.1.2
7232026-08-17T23:27:14.989Z Downloaded miniz_oxide v0.8.9
7242026-08-17T23:27:14.989Z Downloaded cexpr v0.6.0
7252026-08-17T23:27:14.993Z Downloaded unicode-xid v0.2.6
7262026-08-17T23:27:14.997Z Downloaded usdt v0.5.0
7272026-08-17T23:27:14.997Z Downloaded env_filter v1.0.0
7282026-08-17T23:27:14.997Z Downloaded fd-lock v4.0.4
7292026-08-17T23:27:15.003Z Downloaded parking_lot_core v0.8.6
7302026-08-17T23:27:15.009Z Downloaded serde_json v1.0.151
7312026-08-17T23:27:15.013Z Downloaded oxnet v0.1.6
7322026-08-17T23:27:15.017Z Downloaded port-file v0.1.0
7332026-08-17T23:27:15.020Z Downloaded rand_chacha v0.9.0
7342026-08-17T23:27:15.020Z Downloaded pin-project-internal v1.1.11
7352026-08-17T23:27:15.020Z Downloaded progenitor-extras v0.2.0
7362026-08-17T23:27:15.020Z Downloaded psm v0.1.30
7372026-08-17T23:27:15.023Z Downloaded foreign-types-macros v0.2.3
7382026-08-17T23:27:15.023Z Downloaded dunce v1.0.5
7392026-08-17T23:27:15.023Z Downloaded crypto-primes v0.7.2
7402026-08-17T23:27:15.026Z Downloaded flagset v0.4.7
7412026-08-17T23:27:15.030Z Downloaded phf v0.12.1
7422026-08-17T23:27:15.034Z Downloaded ml-kem v0.3.2
7432026-08-17T23:27:15.037Z Downloaded russh-cryptovec v0.62.0
7442026-08-17T23:27:15.037Z Downloaded serde_path_to_error v0.1.20
7452026-08-17T23:27:15.037Z Downloaded rustls-native-certs v0.8.3
7462026-08-17T23:27:15.040Z Downloaded rustls-pemfile v2.2.0
7472026-08-17T23:27:15.040Z Downloaded keccak v0.1.6
7482026-08-17T23:27:15.040Z Downloaded futures-macro v0.3.32
7492026-08-17T23:27:15.040Z Downloaded term v1.2.1
7502026-08-17T23:27:15.044Z Downloaded hkdf v0.13.0
7512026-08-17T23:27:15.047Z Downloaded toml v0.7.8
7522026-08-17T23:27:15.047Z Downloaded slog-scope v4.4.1
7532026-08-17T23:27:15.047Z Downloaded snafu-derive v0.8.9
7542026-08-17T23:27:15.051Z Downloaded slab v0.4.12
7552026-08-17T23:27:15.051Z Downloaded thiserror v2.0.18
7562026-08-17T23:27:15.055Z Downloaded openssl-sys v0.9.117
7572026-08-17T23:27:15.055Z Downloaded tungstenite v0.21.0
7582026-08-17T23:27:15.059Z Downloaded libxml v0.3.3
7592026-08-17T23:27:15.063Z Downloaded tokio-tungstenite v0.21.0
7602026-08-17T23:27:15.063Z Downloaded base64ct v1.8.3
7612026-08-17T23:27:15.063Z Downloaded futures-io v0.3.32
7622026-08-17T23:27:15.063Z Downloaded num v0.4.3
7632026-08-17T23:27:15.068Z Downloaded lru v0.12.5
7642026-08-17T23:27:15.068Z Downloaded md5 v0.8.0
7652026-08-17T23:27:15.068Z Downloaded openssl-probe v0.1.6
7662026-08-17T23:27:15.068Z Downloaded chrono v0.4.45
7672026-08-17T23:27:15.072Z Downloaded assert_matches v1.5.0
7682026-08-17T23:27:15.072Z Downloaded whoami v1.6.1
7692026-08-17T23:27:15.072Z Downloaded time-macros v0.2.27
7702026-08-17T23:27:15.072Z Downloaded toml_writer v1.1.1+spec-1.1.0
7712026-08-17T23:27:15.077Z Downloaded x509-cert v0.2.5
7722026-08-17T23:27:15.077Z Downloaded parse-size v1.1.0
7732026-08-17T23:27:15.078Z Downloaded peg-macros v0.8.5
7742026-08-17T23:27:15.082Z Downloaded digest v0.10.7
7752026-08-17T23:27:15.082Z Downloaded digest v0.11.3
7762026-08-17T23:27:15.082Z Downloaded block-padding v0.4.2
7772026-08-17T23:27:15.082Z Downloaded openssl-probe v0.2.1
7782026-08-17T23:27:15.082Z Downloaded derive_more v2.1.1
7792026-08-17T23:27:15.086Z Downloaded minimal-lexical v0.2.1
7802026-08-17T23:27:15.090Z Downloaded oorandom v11.1.5
7812026-08-17T23:27:15.090Z Downloaded reqwest v0.13.2
7822026-08-17T23:27:15.094Z Downloaded getrandom v0.2.17
7832026-08-17T23:27:15.099Z Downloaded xshell v0.2.7
7842026-08-17T23:27:15.099Z Downloaded quinn-udp v0.5.14
7852026-08-17T23:27:15.103Z Downloaded progenitor-client v0.14.0
7862026-08-17T23:27:15.103Z Downloaded scroll_derive v0.13.1
7872026-08-17T23:27:15.106Z Downloaded expectorate v1.2.0
7882026-08-17T23:27:15.112Z Downloaded itertools v0.12.1
7892026-08-17T23:27:15.116Z Downloaded log v0.4.29
7902026-08-17T23:27:15.122Z Downloaded libscf-sys v1.2.0
7912026-08-17T23:27:15.122Z Downloaded semver v1.0.28
7922026-08-17T23:27:15.122Z Downloaded stringprep v0.1.5
7932026-08-17T23:27:15.122Z Downloaded signal-hook-mio v0.2.5
7942026-08-17T23:27:15.122Z Downloaded rustc-hash v2.1.1
7952026-08-17T23:27:15.122Z Downloaded futures-executor v0.3.32
7962026-08-17T23:27:15.125Z Downloaded slog-bunyan v2.5.0
7972026-08-17T23:27:15.125Z Downloaded keccak v0.2.0
7982026-08-17T23:27:15.125Z Downloaded cancel-safe-futures v0.1.5
7992026-08-17T23:27:15.125Z Downloaded native-tls v0.2.18
8002026-08-17T23:27:15.130Z Downloaded num_enum v0.7.6
8012026-08-17T23:27:15.138Z Downloaded siphasher v1.0.2
8022026-08-17T23:27:15.138Z Downloaded thread-id v4.2.2
8032026-08-17T23:27:15.138Z Downloaded universal-hash v0.5.1
8042026-08-17T23:27:15.138Z Downloaded usdt-attr-macro v0.5.0
8052026-08-17T23:27:15.141Z Downloaded anstream v0.6.21
8062026-08-17T23:27:15.141Z Downloaded backoff v0.4.0
8072026-08-17T23:27:15.141Z Downloaded tokio-util v0.7.18
8082026-08-17T23:27:15.145Z Downloaded rand v0.8.6
8092026-08-17T23:27:15.148Z Downloaded vte v0.14.1
8102026-08-17T23:27:15.148Z Downloaded bit-vec v0.8.0
8112026-08-17T23:27:15.151Z Downloaded bitfield v0.19.4
8122026-08-17T23:27:15.152Z Downloaded ecdsa v0.17.0
8132026-08-17T23:27:15.152Z Downloaded trait-variant v0.1.2
8142026-08-17T23:27:15.152Z Downloaded fxhash v0.2.1
8152026-08-17T23:27:15.152Z Downloaded dof v0.4.0
8162026-08-17T23:27:15.155Z Downloaded downcast-rs v2.0.2
8172026-08-17T23:27:15.165Z Downloaded rustls-webpki v0.103.13
8182026-08-17T23:27:15.165Z Downloaded zone v0.3.1
8192026-08-17T23:27:15.165Z Downloaded escape8259 v0.5.3
8202026-08-17T23:27:15.165Z Downloaded p384 v0.13.1
8212026-08-17T23:27:15.199Z Downloaded byte-wrapper v0.1.0
8222026-08-17T23:27:15.199Z Downloaded rsa v0.9.10
8232026-08-17T23:27:15.199Z Downloaded iddqd v0.4.2
8242026-08-17T23:27:15.199Z Downloaded futures v0.3.32
8252026-08-17T23:27:15.199Z Downloaded samael v0.0.19
8262026-08-17T23:27:15.199Z Downloaded relative-path v1.9.3
8272026-08-17T23:27:15.200Z Downloaded r2d2 v0.8.10
8282026-08-17T23:27:15.200Z Downloaded ref-cast-impl v1.0.25
8292026-08-17T23:27:15.200Z Downloaded form_urlencoded v1.2.2
8302026-08-17T23:27:15.200Z Downloaded normalize-line-endings v0.3.0
8312026-08-17T23:27:15.200Z Downloaded bit-set v0.8.0
8322026-08-17T23:27:15.207Z Downloaded zip v4.6.1
8332026-08-17T23:27:15.207Z Downloaded serde-big-array v0.5.1
8342026-08-17T23:27:15.207Z Downloaded serde_derive v1.0.229
8352026-08-17T23:27:15.207Z Downloaded stringmetrics v2.2.2
8362026-08-17T23:27:15.208Z Downloaded serde_core v1.0.229
8372026-08-17T23:27:15.208Z Downloaded plotters v0.3.7
8382026-08-17T23:27:15.211Z Downloaded thiserror-no-std v2.0.2
8392026-08-17T23:27:15.211Z Downloaded slog-async v2.8.0
8402026-08-17T23:27:15.211Z Downloaded scroll_derive v0.12.1
8412026-08-17T23:27:15.215Z Downloaded mio v1.2.0
8422026-08-17T23:27:15.219Z Downloaded base64 v0.22.1
8432026-08-17T23:27:15.219Z Downloaded pretty_assertions v1.4.1
8442026-08-17T23:27:15.224Z Downloaded uuid v1.23.4
8452026-08-17T23:27:15.224Z Downloaded anstream v1.0.0
8462026-08-17T23:27:15.224Z Downloaded mime_guess v2.0.5
8472026-08-17T23:27:15.224Z Downloaded termios v0.3.3
8482026-08-17T23:27:15.230Z Downloaded wait-timeout v0.2.1
8492026-08-17T23:27:15.234Z Downloaded pkcs1 v0.7.5
8502026-08-17T23:27:15.239Z Downloaded ena v0.14.4
8512026-08-17T23:27:15.239Z Downloaded libsw v3.5.0
8522026-08-17T23:27:15.239Z Downloaded sqlparser_derive v0.5.0
8532026-08-17T23:27:15.239Z Downloaded sync_wrapper v1.0.2
8542026-08-17T23:27:15.239Z Downloaded usdt-impl v0.6.0
8552026-08-17T23:27:15.239Z Downloaded writeable v0.6.2
8562026-08-17T23:27:15.243Z Downloaded yoke-derive v0.8.1
8572026-08-17T23:27:15.243Z Downloaded fancy-regex v0.14.0
8582026-08-17T23:27:15.246Z Downloaded futures-util v0.3.32
8592026-08-17T23:27:15.250Z Downloaded zeroize_derive v1.5.0
8602026-08-17T23:27:15.253Z Downloaded difflib v0.4.0
8612026-08-17T23:27:15.253Z Downloaded ed25519-dalek v2.2.0
8622026-08-17T23:27:15.253Z Downloaded parking_lot v0.12.5
8632026-08-17T23:27:15.257Z Downloaded libsw-core v0.3.2
8642026-08-17T23:27:15.257Z Downloaded multer v3.1.0
8652026-08-17T23:27:15.261Z Downloaded linked-hash-map v0.5.6
8662026-08-17T23:27:15.261Z Downloaded owo-colors v4.3.0
8672026-08-17T23:27:15.264Z Downloaded num-iter v0.1.45
8682026-08-17T23:27:15.264Z Downloaded winnow v1.0.3
8692026-08-17T23:27:15.269Z Downloaded cassowary v0.3.0
8702026-08-17T23:27:15.273Z Downloaded password-hash v0.5.0
8712026-08-17T23:27:15.273Z Downloaded zerovec v0.11.5
8722026-08-17T23:27:15.276Z Downloaded newtype-uuid-macros v0.1.0
8732026-08-17T23:27:15.276Z Downloaded recursive v0.1.1
8742026-08-17T23:27:15.276Z Downloaded bitfield-struct v0.6.2
8752026-08-17T23:27:15.276Z Downloaded postgres-protocol v0.6.10
8762026-08-17T23:27:15.280Z Downloaded phf_shared v0.12.1
8772026-08-17T23:27:15.283Z Downloaded ar_archive_writer v0.5.1
8782026-08-17T23:27:15.286Z Downloaded rfc6979 v0.6.0
8792026-08-17T23:27:15.289Z Downloaded smallvec v0.6.14
8802026-08-17T23:27:15.289Z Downloaded primeorder v0.14.0
8812026-08-17T23:27:15.289Z Downloaded quote v1.0.45
8822026-08-17T23:27:15.293Z Downloaded russh-util v0.52.0
8832026-08-17T23:27:15.293Z Downloaded stable_deref_trait v1.2.1
8842026-08-17T23:27:15.293Z Downloaded progenitor-macro v0.13.0
8852026-08-17T23:27:15.297Z Downloaded sec1 v0.7.3
8862026-08-17T23:27:15.297Z Downloaded supports-color v2.1.0
8872026-08-17T23:27:15.297Z Downloaded tap v1.0.1
8882026-08-17T23:27:15.297Z Downloaded tokio-macros v2.7.0
8892026-08-17T23:27:15.297Z Downloaded untrusted v0.9.0
8902026-08-17T23:27:15.302Z Downloaded partial-io v0.5.4
8912026-08-17T23:27:15.302Z Downloaded tabled v0.15.0
8922026-08-17T23:27:15.315Z Downloaded strum_macros v0.24.3
8932026-08-17T23:27:15.327Z Downloaded tinytemplate v1.2.1
8942026-08-17T23:27:15.327Z Downloaded typify-macro v0.6.2
8952026-08-17T23:27:15.328Z Downloaded tokio-stream v0.1.18
8962026-08-17T23:27:15.328Z Downloaded xattr v1.6.1
8972026-08-17T23:27:15.328Z Downloaded ff v0.14.0
8982026-08-17T23:27:15.328Z Downloaded aes-gcm v0.11.0
8992026-08-17T23:27:15.328Z Downloaded embedded-io v0.6.1
9002026-08-17T23:27:15.329Z Downloaded reqwest v0.12.28
9012026-08-17T23:27:15.355Z Downloaded prefix-trie v0.7.0
9022026-08-17T23:27:15.356Z Downloaded funty v2.0.0
9032026-08-17T23:27:15.356Z Downloaded fs-err v2.11.0
9042026-08-17T23:27:15.356Z Downloaded find-msvc-tools v0.1.9
9052026-08-17T23:27:15.356Z Downloaded generic-array v0.14.7
9062026-08-17T23:27:15.356Z Downloaded memoffset v0.9.1
9072026-08-17T23:27:15.356Z Downloaded maybe-uninit v2.0.0
9082026-08-17T23:27:15.356Z Downloaded anyhow v1.0.102
9092026-08-17T23:27:15.356Z Downloaded async-lock v3.4.2
9102026-08-17T23:27:15.356Z Downloaded bcs v0.1.6
9112026-08-17T23:27:15.356Z Downloaded libloading v0.8.9
9122026-08-17T23:27:15.356Z Downloaded anstyle-parse v1.0.0
9132026-08-17T23:27:15.356Z Downloaded owo-colors v3.5.0
9142026-08-17T23:27:15.373Z Downloaded serde_yaml v0.9.34+deprecated
9152026-08-17T23:27:15.373Z Downloaded dropshot-api-manager v0.8.0
9162026-08-17T23:27:15.374Z Downloaded pem v3.0.6
9172026-08-17T23:27:15.374Z Downloaded peg-runtime v0.8.5
9182026-08-17T23:27:15.374Z Downloaded arrayref v0.3.9
9192026-08-17T23:27:15.374Z Downloaded want v0.3.1
9202026-08-17T23:27:15.374Z Downloaded backtrace v0.3.76
9212026-08-17T23:27:15.374Z Downloaded primeorder v0.13.6
9222026-08-17T23:27:15.374Z Downloaded tower v0.5.3
9232026-08-17T23:27:15.376Z Downloaded pkcs8 v0.10.2
9242026-08-17T23:27:15.376Z Downloaded git2 v0.20.4
9252026-08-17T23:27:15.395Z Downloaded rtoolbox v0.0.3
9262026-08-17T23:27:15.395Z Downloaded supports-hyperlinks v2.1.0
9272026-08-17T23:27:15.395Z Downloaded errno v0.3.14
9282026-08-17T23:27:15.395Z Downloaded scroll v0.13.0
9292026-08-17T23:27:15.395Z Downloaded typenum v1.20.1
9302026-08-17T23:27:15.395Z Downloaded rayon v1.11.0
9312026-08-17T23:27:15.395Z Downloaded serde_with v1.14.0
9322026-08-17T23:27:15.396Z Downloaded rfc6979 v0.4.0
9332026-08-17T23:27:15.396Z Downloaded serde_regex v1.1.0
9342026-08-17T23:27:15.396Z Downloaded ucd-trie v0.1.7
9352026-08-17T23:27:15.396Z Downloaded filetime v0.2.27
9362026-08-17T23:27:15.396Z Downloaded toml_datetime v0.6.11
9372026-08-17T23:27:15.396Z Downloaded usdt-macro v0.5.0
9382026-08-17T23:27:15.396Z Downloaded dropshot-api-manager-types v0.8.0
9392026-08-17T23:27:15.396Z Downloaded kem v0.3.0
9402026-08-17T23:27:15.396Z Downloaded predicates-core v1.0.10
9412026-08-17T23:27:15.396Z Downloaded bitvec v1.0.1
9422026-08-17T23:27:15.420Z Downloaded sha2 v0.11.0
9432026-08-17T23:27:15.420Z Downloaded target-lexicon v0.13.3
9442026-08-17T23:27:15.426Z Downloaded toml v1.1.2+spec-1.1.0
9452026-08-17T23:27:15.426Z Downloaded unicode-ident v1.0.24
9462026-08-17T23:27:15.428Z Downloaded rstest_macros v0.25.0
9472026-08-17T23:27:15.428Z Downloaded tui-tree-widget v0.23.1
9482026-08-17T23:27:15.428Z Downloaded vergen-lib v9.1.0
9492026-08-17T23:27:15.428Z Downloaded lzss v0.8.2
9502026-08-17T23:27:15.429Z Downloaded foldhash v0.1.5
9512026-08-17T23:27:15.429Z Downloaded async-stream v0.3.6
9522026-08-17T23:27:15.452Z Downloaded typed-path v0.9.3
9532026-08-17T23:27:15.452Z Downloaded strum v0.26.3
9542026-08-17T23:27:15.452Z Downloaded ed25519-dalek v3.0.0
9552026-08-17T23:27:15.453Z Downloaded cargo_metadata v0.23.1
9562026-08-17T23:27:15.453Z Downloaded primefield v0.14.0
9572026-08-17T23:27:15.453Z Downloaded tower-service v0.3.3
9582026-08-17T23:27:15.453Z Downloaded schemars v0.9.0
9592026-08-17T23:27:15.453Z Downloaded packed_struct_codegen v0.10.1
9602026-08-17T23:27:15.453Z Downloaded chacha20 v0.10.0
9612026-08-17T23:27:15.453Z Downloaded strum_macros v0.26.4
9622026-08-17T23:27:15.453Z Downloaded bitflags v2.11.0
9632026-08-17T23:27:15.453Z Downloaded num_enum_derive v0.5.11
9642026-08-17T23:27:15.453Z Downloaded quinn-proto v0.11.16
9652026-08-17T23:27:15.453Z Downloaded slog-term v2.9.2
9662026-08-17T23:27:15.520Z Downloaded camino-tempfile-ext v0.3.3
9672026-08-17T23:27:15.520Z Downloaded document-features v0.2.12
9682026-08-17T23:27:15.521Z Downloaded zerofrom v0.1.6
9692026-08-17T23:27:15.521Z Downloaded subprocess v0.2.15
9702026-08-17T23:27:15.521Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9712026-08-17T23:27:15.521Z Downloaded unicode-segmentation v1.12.0
9722026-08-17T23:27:15.521Z Downloaded zerocopy v0.6.6
9732026-08-17T23:27:15.521Z Downloaded resolv-conf v0.7.6
9742026-08-17T23:27:15.521Z Downloaded rustc_version v0.1.7
9752026-08-17T23:27:15.521Z Downloaded futures-timer v3.0.3
9762026-08-17T23:27:15.521Z Downloaded universal-hash v0.6.1
9772026-08-17T23:27:15.521Z Downloaded block-buffer v0.10.4
9782026-08-17T23:27:15.521Z Downloaded russh v0.62.4
9792026-08-17T23:27:15.521Z Downloaded rustls-platform-verifier v0.6.2
9802026-08-17T23:27:15.521Z Downloaded tabled_derive v0.7.0
9812026-08-17T23:27:15.522Z Downloaded nested v0.1.1
9822026-08-17T23:27:15.522Z Downloaded zone_cfg_derive v0.3.1
9832026-08-17T23:27:15.522Z Downloaded array-init v0.0.4
9842026-08-17T23:27:15.522Z Downloaded same-file v1.0.6
9852026-08-17T23:27:15.522Z Downloaded seq-macro v0.3.6
9862026-08-17T23:27:15.522Z Downloaded test-strategy v0.4.5
9872026-08-17T23:27:15.522Z Downloaded tinyvec_macros v0.1.1
9882026-08-17T23:27:15.522Z Downloaded fnv v1.0.7
9892026-08-17T23:27:15.522Z Downloaded dropshot_endpoint v0.17.1
9902026-08-17T23:27:15.522Z Downloaded phf_shared v0.11.3
9912026-08-17T23:27:15.596Z Downloaded jiff-core v0.1.0
9922026-08-17T23:27:15.596Z Downloaded autocfg v1.5.0
9932026-08-17T23:27:15.596Z Downloaded litemap v0.8.1
9942026-08-17T23:27:15.596Z Downloaded vergen-git2 v9.1.0
9952026-08-17T23:27:15.596Z Downloaded signature v3.0.0
9962026-08-17T23:27:15.596Z Downloaded ed25519 v2.2.3
9972026-08-17T23:27:15.596Z Downloaded either v1.15.0
9982026-08-17T23:27:15.596Z Downloaded diesel-dtrace v0.5.0
9992026-08-17T23:27:15.596Z Downloaded chacha20 v0.9.1
10002026-08-17T23:27:15.596Z Downloaded potential_utf v0.1.4
10012026-08-17T23:27:15.596Z Downloaded enum-as-inner v0.6.1
10022026-08-17T23:27:15.596Z Downloaded backon v1.6.0
10032026-08-17T23:27:15.596Z Downloaded winnow v0.6.26
10042026-08-17T23:27:15.597Z Downloaded macaddr v1.0.1
10052026-08-17T23:27:15.597Z Downloaded quick-xml v0.37.5
10062026-08-17T23:27:15.597Z Downloaded signal-hook-tokio v0.3.1
10072026-08-17T23:27:15.597Z Downloaded pkcs8 v0.11.0
10082026-08-17T23:27:15.597Z Downloaded phc v0.6.1
10092026-08-17T23:27:15.597Z Downloaded drift v0.2.0
10102026-08-17T23:27:15.597Z Downloaded tls_codec v0.4.2
10112026-08-17T23:27:15.597Z Downloaded pem-rfc7468 v1.0.0
10122026-08-17T23:27:15.597Z Downloaded num-bigint-dig v0.8.6
10132026-08-17T23:27:15.713Z Downloaded memchr v2.8.0
10142026-08-17T23:27:15.713Z Downloaded sec1 v0.8.1
10152026-08-17T23:27:15.713Z Downloaded publicsuffix v2.3.0
10162026-08-17T23:27:15.713Z Downloaded aes v0.9.1
10172026-08-17T23:27:15.713Z Downloaded itertools v0.13.0
10182026-08-17T23:27:15.713Z Downloaded rustyline v14.0.0
10192026-08-17T23:27:15.713Z Downloaded num-rational v0.4.2
10202026-08-17T23:27:15.713Z Downloaded gimli v0.32.3
10212026-08-17T23:27:15.713Z Downloaded nanorand v0.7.0
10222026-08-17T23:27:15.713Z Downloaded libefi-sys v0.1.0
10232026-08-17T23:27:15.714Z Downloaded goblin v0.10.5
10242026-08-17T23:27:15.716Z Downloaded slog-dtrace v0.3.0
10252026-08-17T23:27:15.716Z Downloaded camino-tempfile v1.4.1
10262026-08-17T23:27:15.716Z Downloaded signal-hook-registry v1.4.8
10272026-08-17T23:27:15.716Z Downloaded vergen-lib v0.1.6
10282026-08-17T23:27:15.717Z Downloaded vsss-rs v3.3.4
10292026-08-17T23:27:15.717Z Downloaded wyz v0.5.1
10302026-08-17T23:27:15.717Z Downloaded anstyle-query v1.1.5
10312026-08-17T23:27:15.717Z Downloaded num-complex v0.4.6
10322026-08-17T23:27:15.717Z Downloaded socket2 v0.6.3
10332026-08-17T23:27:15.717Z Downloaded litrs v1.0.0
10342026-08-17T23:27:15.718Z Downloaded winnow v0.5.40
10352026-08-17T23:27:15.718Z Downloaded event-listener v5.4.1
10362026-08-17T23:27:15.718Z Downloaded schemars v0.8.22
10372026-08-17T23:27:15.718Z Downloaded zerotrie v0.2.3
10382026-08-17T23:27:15.718Z Downloaded blake3 v1.8.5
10392026-08-17T23:27:15.718Z Downloaded arc-swap v1.8.2
10402026-08-17T23:27:15.718Z Downloaded oxide-update-engine-types v0.1.2
10412026-08-17T23:27:15.718Z Downloaded oso v0.27.3
10422026-08-17T23:27:15.718Z Downloaded serde_with_macros v3.21.0
10432026-08-17T23:27:15.718Z Downloaded progenitor-impl v0.14.0
10442026-08-17T23:27:15.718Z Downloaded zopfli v0.8.3
10452026-08-17T23:27:15.718Z Downloaded textwrap v0.15.2
10462026-08-17T23:27:15.718Z Downloaded miette v5.10.0
10472026-08-17T23:27:15.718Z Downloaded blake2 v0.11.0-rc.6
10482026-08-17T23:27:15.825Z Downloaded unicode-properties v0.1.4
10492026-08-17T23:27:15.825Z Downloaded libm v0.2.16
10502026-08-17T23:27:15.825Z Downloaded tracing-core v0.1.36
10512026-08-17T23:27:15.825Z Downloaded ssh-key v0.7.0-rc.11
10522026-08-17T23:27:15.825Z Downloaded crypto-bigint v0.7.5
10532026-08-17T23:27:15.825Z Downloaded poly1305 v0.9.0
10542026-08-17T23:27:15.825Z Downloaded tokio-postgres v0.7.16
10552026-08-17T23:27:15.826Z Downloaded curve25519-dalek v4.1.3
10562026-08-17T23:27:15.826Z Downloaded salty v0.3.0
10572026-08-17T23:27:15.826Z Downloaded itertools v0.10.5
10582026-08-17T23:27:15.826Z Downloaded getrandom v0.4.1
10592026-08-17T23:27:15.826Z Downloaded allocator-api2 v0.2.21
10602026-08-17T23:27:15.827Z Downloaded steno v0.4.1
10612026-08-17T23:27:15.827Z Downloaded getrandom v0.3.4
10622026-08-17T23:27:15.827Z Downloaded winnow v0.7.14
10632026-08-17T23:27:15.827Z Downloaded aho-corasick v1.1.4
10642026-08-17T23:27:15.827Z Downloaded object v0.37.3
10652026-08-17T23:27:15.827Z Downloaded flate2 v1.1.9
10662026-08-17T23:27:15.827Z Downloaded unicode-normalization v0.1.25
10672026-08-17T23:27:15.827Z Downloaded regex v1.12.3
10682026-08-17T23:27:15.830Z Downloaded snafu v0.8.9
10692026-08-17T23:27:15.830Z Downloaded curve25519-dalek v5.0.0
10702026-08-17T23:27:15.830Z Downloaded bindgen v0.71.1
10712026-08-17T23:27:15.830Z Downloaded textwrap v0.16.2
10722026-08-17T23:27:15.830Z Downloaded pest v2.8.6
10732026-08-17T23:27:15.830Z Downloaded syn v1.0.109
10742026-08-17T23:27:15.831Z Downloaded syn v2.0.117
10752026-08-17T23:27:15.831Z Downloaded serde v1.0.229
10762026-08-17T23:27:15.831Z Downloaded zerocopy v0.8.40
10772026-08-17T23:27:15.831Z Downloaded nom v7.1.3
10782026-08-17T23:27:15.916Z Downloaded aws-lc-rs v1.16.3
10792026-08-17T23:27:15.916Z Downloaded quinn v0.11.11
10802026-08-17T23:27:15.918Z Downloaded diesel_derives v2.3.7
10812026-08-17T23:27:15.918Z Downloaded cc v1.2.56
10822026-08-17T23:27:15.918Z Downloaded portable-atomic v1.13.1
10832026-08-17T23:27:15.918Z Downloaded lalrpop v0.19.12
10842026-08-17T23:27:15.918Z Downloaded rand v0.9.2
10852026-08-17T23:27:15.918Z Downloaded p521 v0.14.0
10862026-08-17T23:27:15.918Z Downloaded tower-http v0.6.8
10872026-08-17T23:27:15.918Z Downloaded itertools v0.14.0
10882026-08-17T23:27:15.918Z Downloaded smoltcp v0.9.1
10892026-08-17T23:27:15.919Z Downloaded tough v0.22.0
10902026-08-17T23:27:15.919Z Downloaded openssl v0.10.80
10912026-08-17T23:27:15.919Z Downloaded zlib-rs v0.6.2
10922026-08-17T23:27:15.919Z Downloaded vcpkg v0.2.15
10932026-08-17T23:27:16.061Z Downloaded zerocopy v0.7.35
10942026-08-17T23:27:16.063Z Downloaded itertools v0.15.0
10952026-08-17T23:27:16.063Z Downloaded tabled v0.21.0
10962026-08-17T23:27:16.063Z Downloaded hickory-proto v0.24.4
10972026-08-17T23:27:16.063Z Downloaded nom v8.0.0
10982026-08-17T23:27:16.063Z Downloaded radix_trie v0.2.1
10992026-08-17T23:27:16.063Z Downloaded hickory-proto v0.25.2
11002026-08-17T23:27:16.063Z Downloaded smoltcp v0.11.0
11012026-08-17T23:27:16.063Z Downloaded polar-core v0.27.3
11022026-08-17T23:27:16.063Z Downloaded rawzip v0.4.4
11032026-08-17T23:27:16.063Z Downloaded dropshot v0.17.1
11042026-08-17T23:27:16.063Z Downloaded moka v0.12.13
11052026-08-17T23:27:16.063Z Downloaded rustls v0.23.41
11062026-08-17T23:27:16.064Z Downloaded object v0.30.4
11072026-08-17T23:27:16.064Z Downloaded unicode-width v0.1.14
11082026-08-17T23:27:16.092Z Downloaded sha3 v0.12.0
11092026-08-17T23:27:16.092Z Downloaded rustix v0.38.44
11102026-08-17T23:27:16.092Z Downloaded syn v3.0.3
11112026-08-17T23:27:16.092Z Downloaded time v0.3.47
11122026-08-17T23:27:16.092Z Downloaded petname v2.0.2
11132026-08-17T23:27:16.092Z Downloaded nix v0.27.1
11142026-08-17T23:27:16.093Z Downloaded diesel v2.3.7
11152026-08-17T23:27:16.093Z Downloaded regex-syntax v0.6.29
11162026-08-17T23:27:16.093Z Downloaded rustix v1.1.3
11172026-08-17T23:27:16.093Z Downloaded serde_with v3.21.0
11182026-08-17T23:27:16.093Z Downloaded sha3 v0.11.0
11192026-08-17T23:27:16.093Z Downloaded bstr v1.12.1
11202026-08-17T23:27:16.093Z Downloaded tracing v0.1.44
11212026-08-17T23:27:16.093Z Downloaded proptest v1.11.0
11222026-08-17T23:27:16.093Z Downloaded nix v0.28.0
11232026-08-17T23:27:16.124Z Downloaded regress v0.10.5
11242026-08-17T23:27:16.124Z Downloaded regress v0.11.1
11252026-08-17T23:27:16.124Z Downloaded ratatui v0.29.0
11262026-08-17T23:27:16.124Z Downloaded nix v0.31.2
11272026-08-17T23:27:16.146Z Downloaded unicode-width v0.2.0
11282026-08-17T23:27:16.146Z Downloaded sled v0.34.7
11292026-08-17T23:27:16.146Z Downloaded bzip2-sys v0.1.13+1.0.8
11302026-08-17T23:27:16.146Z Downloaded chrono-tz v0.10.4
11312026-08-17T23:27:16.146Z Downloaded petgraph v0.6.5
11322026-08-17T23:27:16.168Z Downloaded regex-syntax v0.8.10
11332026-08-17T23:27:16.168Z Downloaded openapiv3 v2.2.0
11342026-08-17T23:27:16.181Z Downloaded petgraph v0.8.3
11352026-08-17T23:27:16.181Z Downloaded typify-impl v0.6.2
11362026-08-17T23:27:16.203Z Downloaded regex-automata v0.4.14
11372026-08-17T23:27:16.247Z Downloaded csv v1.4.0
11382026-08-17T23:27:16.247Z Downloaded zerocopy-derive v0.6.6
11392026-08-17T23:27:16.247Z Downloaded libc v0.2.185
11402026-08-17T23:27:16.325Z Downloaded libz-sys v1.1.24
11412026-08-17T23:27:16.326Z Downloaded sqlparser v0.61.0
11422026-08-17T23:27:16.391Z Downloaded encoding_rs v0.8.35
11432026-08-17T23:27:16.391Z Downloaded ring v0.17.14
11442026-08-17T23:27:16.391Z Downloaded jiff v0.2.34
11452026-08-17T23:27:16.391Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11462026-08-17T23:27:16.391Z Downloaded tokio v1.52.1
11472026-08-17T23:27:16.391Z Downloaded sha3 v0.10.8
11482026-08-17T23:27:16.510Z Downloaded httpmock v0.8.3
11492026-08-17T23:27:16.535Z Downloaded libgit2-sys v0.18.3+1.9.2
11502026-08-17T23:27:17.043Z Downloaded aws-lc-sys v0.40.0
11512026-08-17T23:27:17.448Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11522026-08-17T23:27:21.079Z Startup: Refreshing catalog 'helios' ... Done
11532026-08-17T23:27:21.394Z Startup: Caching catalogs ... Done
11542026-08-17T23:27:23.142ZPlanning: Solver setup ... Done (1.649s)
11552026-08-17T23:27:23.196ZPlanning: Running solver ... Done (0.054s)
11562026-08-17T23:27:23.235ZPlanning: Finding local manifests ... Done (0.003s)
11572026-08-17T23:27:23.248ZPlanning: Fetching manifests: 0/2 0% complete
11582026-08-17T23:27:23.265ZPlanning: Fetching manifests: 2/2 100% complete
11592026-08-17T23:27:23.280ZPlanning: Package planning ... Done (0.015s)
11602026-08-17T23:27:23.283ZPlanning: Merging actions ... Done (0.001s)
11612026-08-17T23:27:23.443ZPlanning: Checking for conflicting actions ... Done (0.161s)
11622026-08-17T23:27:23.446ZPlanning: Consolidating action changes ... Done (0.001s)
11632026-08-17T23:27:24.327ZPlanning: Evaluating mediators ... Done (0.878s)
11642026-08-17T23:27:24.331ZPlanning: Planning completed in 2.90 seconds
11652026-08-17T23:27:24.336Z Packages to install: 2
11662026-08-17T23:27:24.336Z Estimated space available: 155.73 GB
11672026-08-17T23:27:24.336ZEstimated space to be consumed: 69.36 MB
11682026-08-17T23:27:24.336Z Create boot environment: No
11692026-08-17T23:27:24.336ZCreate backup boot environment: No
11702026-08-17T23:27:24.336Z Rebuild boot archive: No
11712026-08-17T23:27:24.336Z
11722026-08-17T23:27:24.336ZChanged packages:
11732026-08-17T23:27:24.336Zhelios
11742026-08-17T23:27:24.336Z developer/build-essential
11752026-08-17T23:27:24.336Z None -> 11-3.0
11762026-08-17T23:27:24.336Z library/libxmlsec1
11772026-08-17T23:27:24.336Z None -> 1.2.35-3.0
11782026-08-17T23:27:24.361Z
11792026-08-17T23:27:24.361ZDownload: 0/214 items 0.0/1.3MB 0% complete
11802026-08-17T23:27:24.436ZDownload: Completed 1.28 MB in 0.08 seconds (16.3M/s)
11812026-08-17T23:27:24.538Z Actions: 1/268 actions (Installing new actions)
11822026-08-17T23:27:24.577Z Actions: Completed 268 actions in 0.04 seconds.
11832026-08-17T23:27:24.608ZFinalize: Updating package state database ... Done (0.030s)
11842026-08-17T23:27:24.608ZFinalize: Updating package cache ... Done (0.000s)
11852026-08-17T23:27:24.684ZFinalize: Updating image state ... Done (0.077s)
11862026-08-17T23:27:27.325ZFinalize: Creating fast lookup database ... Done (2.597s)
11872026-08-17T23:27:27.396ZFinalize: Reading search index ... Done (0.012s)
11882026-08-17T23:27:27.453ZFinalize: Updating search index ... Done (0.000s)
11892026-08-17T23:27:27.485ZFinalize: Updating package cache ... Done (0.000s)
11902026-08-17T23:27:27.840ZPlanning: Evaluating mediator changes ... Done
11912026-08-17T23:27:27.944ZPlanning: Checking for conflicting actions ... Done
11922026-08-17T23:27:27.948ZPlanning: Consolidating action changes ... Done
11932026-08-17T23:27:28.107ZPlanning: Evaluating mediators ... Done
11942026-08-17T23:27:28.112ZPlanning: Planning completed in 0.27 seconds
11952026-08-17T23:27:28.132Z Mediators to change: 2
11962026-08-17T23:27:28.132Z Create boot environment: No
11972026-08-17T23:27:28.132ZCreate backup boot environment: No
11982026-08-17T23:27:28.185ZFinalize: Updating package state database ... Done
11992026-08-17T23:27:28.185ZFinalize: Updating package cache ... Done
12002026-08-17T23:27:28.233ZFinalize: Updating image state ... Done
12012026-08-17T23:27:30.198ZFinalize: Creating fast lookup database ... Done
12022026-08-17T23:27:30.258ZFinalize: Reading search index ... Done
12032026-08-17T23:27:30.262ZFinalize: Updating search index ... Done
12042026-08-17T23:27:30.356ZFinalize: Updating package cache ... Done
12052026-08-17T23:27:30.646ZPlanning: Evaluating mediator changes ... Done
12062026-08-17T23:27:30.748ZPlanning: Checking for conflicting actions ... Done
12072026-08-17T23:27:30.754ZPlanning: Consolidating action changes ... Done
12082026-08-17T23:27:31.036ZPlanning: Evaluating mediators ... Done
12092026-08-17T23:27:31.060ZPlanning: Planning completed in 0.27 seconds
12102026-08-17T23:27:31.060Z Mediators to change: 1
12112026-08-17T23:27:31.060Z Create boot environment: No
12122026-08-17T23:27:31.060ZCreate backup boot environment: No
12132026-08-17T23:27:31.060ZFinalize: Updating package state database ... Done
12142026-08-17T23:27:31.060ZFinalize: Updating package cache ... Done
12152026-08-17T23:27:31.066ZFinalize: Updating image state ... Done
12162026-08-17T23:27:32.991ZFinalize: Creating fast lookup database ... Done
12172026-08-17T23:27:33.054ZFinalize: Reading search index ... Done
12182026-08-17T23:27:33.058ZFinalize: Updating search index ... Done
12192026-08-17T23:27:33.140ZFinalize: Updating package cache ... Done
12202026-08-17T23:27:33.449ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12212026-08-17T23:27:33.450Zapache system 2.4 system
12222026-08-17T23:27:33.450Zclang system 15 system
12232026-08-17T23:27:33.450Zcsh system system illumos
12242026-08-17T23:27:33.450Zctags system system illumos
12252026-08-17T23:27:33.450Zfile vendor vendor darwinsys
12262026-08-17T23:27:33.450Zfile system system illumos
12272026-08-17T23:27:33.450Zgcc vendor 14 vendor
12282026-08-17T23:27:33.450Zgcc system 13 system
12292026-08-17T23:27:33.450Zgcc system 10 system
12302026-08-17T23:27:33.450Zgo system 1.25 system
12312026-08-17T23:27:33.450Zllvm system 15 system
12322026-08-17T23:27:33.450Zmariadb system 11.4 system
12332026-08-17T23:27:33.450Zmta vendor vendor dma
12342026-08-17T23:27:33.451Zopenjdk system 17 system
12352026-08-17T23:27:33.451Zopenjdk system 11 system
12362026-08-17T23:27:33.451Zopenssl vendor 3 vendor
12372026-08-17T23:27:33.451Zperl system 5.40 system
12382026-08-17T23:27:33.451Zpostgresql system 18 system
12392026-08-17T23:27:33.451Zpostgresql system 17 system
12402026-08-17T23:27:33.451Zpython vendor 3 vendor
12412026-08-17T23:27:33.451Zpython system 2 system
12422026-08-17T23:27:33.451Zpython3 vendor 3.13 vendor
12432026-08-17T23:27:33.451Zruby system 3.4 system
12442026-08-17T23:27:33.451Zruby system 3.0 system
12452026-08-17T23:27:33.451Zwords vendor vendor american-english
12462026-08-17T23:27:33.451Zwords system system australian-english
12472026-08-17T23:27:33.451Zwords system system british-english
12482026-08-17T23:27:33.451Zwords system system canadian-english
12492026-08-17T23:27:33.451Zwords system system french
12502026-08-17T23:27:33.451Zwords system system italian
12512026-08-17T23:27:33.451Zwords system system ngerman
12522026-08-17T23:27:33.451Zwords system system ogerman
12532026-08-17T23:27:33.451Zwords system system spanish
12542026-08-17T23:27:33.699ZPUBLISHER TYPE STATUS P LOCATION
12552026-08-17T23:27:33.699Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12562026-08-17T23:27:34.141ZFMRI IFO
12572026-08-17T23:27:34.141Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12582026-08-17T23:27:34.141Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12592026-08-17T23:27:34.141Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12602026-08-17T23:27:34.141Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12612026-08-17T23:27:34.141Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12622026-08-17T23:27:34.141Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12632026-08-17T23:27:34.141Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12642026-08-17T23:27:34.141Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12652026-08-17T23:27:34.141Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12662026-08-17T23:27:34.735Z Downloading crates ...
12672026-08-17T23:27:34.780Z Downloaded cargo_toml v0.21.0
12682026-08-17T23:27:34.829Z Compiling proc-macro2 v1.0.106
12692026-08-17T23:27:34.829Z Compiling unicode-ident v1.0.24
12702026-08-17T23:27:34.833Z Compiling quote v1.0.45
12712026-08-17T23:27:34.833Z Compiling serde_core v1.0.229
12722026-08-17T23:27:34.833Z Compiling libc v0.2.185
12732026-08-17T23:27:34.833Z Compiling version_check v0.9.5
12742026-08-17T23:27:34.833Z Compiling memchr v2.8.0
12752026-08-17T23:27:34.833Z Compiling serde v1.0.229
12762026-08-17T23:27:36.442Z Compiling zmij v1.0.21
12772026-08-17T23:27:36.475Z Compiling ucd-trie v0.1.7
12782026-08-17T23:27:36.475Z Compiling thiserror v1.0.69
12792026-08-17T23:27:36.475Z Compiling itoa v1.0.17
12802026-08-17T23:27:36.475Z Compiling byteorder v1.5.0
12812026-08-17T23:27:36.475Z Compiling rustix v1.1.3
12822026-08-17T23:27:36.475Z Compiling serde_json v1.0.151
12832026-08-17T23:27:36.475Z Compiling bitflags v2.11.0
12842026-08-17T23:27:36.475Z Compiling camino v1.2.2
12852026-08-17T23:27:36.475Z Compiling proc-macro-error-attr v1.0.4
12862026-08-17T23:27:36.475Z Compiling usdt-impl v0.5.0
12872026-08-17T23:27:36.475Z Compiling pest v2.8.6
12882026-08-17T23:27:36.475Z Compiling syn v1.0.109
12892026-08-17T23:27:36.475Z Compiling proc-macro-error v1.0.4
12902026-08-17T23:27:36.475Z Compiling getrandom v0.4.1
12912026-08-17T23:27:36.475Z Compiling utf8parse v0.2.2
12922026-08-17T23:27:36.475Z Compiling log v0.4.29
12932026-08-17T23:27:36.475Z Compiling plain v0.2.3
12942026-08-17T23:27:36.475Z Compiling hashbrown v0.17.0
12952026-08-17T23:27:36.475Z Compiling equivalent v1.0.2
12962026-08-17T23:27:36.475Z Compiling anstyle-parse v1.0.0
12972026-08-17T23:27:36.475Z Compiling anstyle v1.0.14
12982026-08-17T23:27:36.475Z Compiling cfg-if v1.0.4
12992026-08-17T23:27:36.476Z Compiling is_terminal_polyfill v1.70.2
13002026-08-17T23:27:36.476Z Compiling thiserror v2.0.18
13012026-08-17T23:27:36.476Z Compiling colorchoice v1.0.4
13022026-08-17T23:27:36.476Z Compiling pretty-hex v0.4.1
13032026-08-17T23:27:36.476Z Compiling errno v0.3.14
13042026-08-17T23:27:36.476Z Compiling thread-id v4.2.2
13052026-08-17T23:27:36.476Z Compiling anstyle-query v1.1.5
13062026-08-17T23:27:36.476Z Compiling toml_write v0.1.2
13072026-08-17T23:27:36.476Z Compiling autocfg v1.5.0
13082026-08-17T23:27:36.476Z Compiling winnow v0.7.14
13092026-08-17T23:27:36.476Z Compiling anstream v1.0.0
13102026-08-17T23:27:36.476Z Compiling strsim v0.11.1
13112026-08-17T23:27:36.476Z Compiling fastrand v2.3.0
13122026-08-17T23:27:36.476Z Compiling clap_lex v1.0.0
13132026-08-17T23:27:36.476Z Compiling anyhow v1.0.102
13142026-08-17T23:27:36.476Z Compiling unicode-width v0.1.14
13152026-08-17T23:27:36.476Z Compiling indexmap v2.14.0
13162026-08-17T23:27:36.476Z Compiling heck v0.4.1
13172026-08-17T23:27:36.476Z Compiling bytecount v0.6.9
13182026-08-17T23:27:36.476Z Compiling fnv v1.0.7
13192026-08-17T23:27:36.476Z Compiling syn v2.0.117
13202026-08-17T23:27:36.476Z Compiling syn v3.0.3
13212026-08-17T23:27:36.506Z Compiling fs-err v3.3.0
13222026-08-17T23:27:36.506Z Compiling once_cell v1.21.3
13232026-08-17T23:27:36.532Z Compiling heck v0.5.0
13242026-08-17T23:27:36.532Z Compiling papergrid v0.11.0
13252026-08-17T23:27:36.580Z Compiling pest_meta v2.8.6
13262026-08-17T23:27:36.689Z Compiling memmap v0.7.0
13272026-08-17T23:27:36.734Z Compiling smawk v0.3.2
13282026-08-17T23:27:36.744Z Compiling unicode-linebreak v0.1.5
13292026-08-17T23:27:36.759Z Compiling unicode-width v0.2.0
13302026-08-17T23:27:36.883Z Compiling swrite v0.1.0
13312026-08-17T23:27:36.917Z Compiling terminal_size v0.4.3
13322026-08-17T23:27:36.923Z Compiling tempfile v3.25.0
13332026-08-17T23:27:37.001Z Compiling clap_builder v4.6.0
13342026-08-17T23:27:37.693Z Compiling textwrap v0.16.2
13352026-08-17T23:27:37.729Z Compiling cargo-platform v0.3.2
13362026-08-17T23:27:37.729Z Compiling semver v1.0.28
13372026-08-17T23:27:37.729Z Compiling camino-tempfile v1.4.1
13382026-08-17T23:27:37.920Z Compiling tabled_derive v0.7.0
13392026-08-17T23:27:37.949Z Compiling serde_derive v1.0.229
13402026-08-17T23:27:38.601Z Compiling pest_generator v2.8.6
13412026-08-17T23:27:38.619Z Compiling tabled v0.15.0
13422026-08-17T23:27:39.069Z Compiling thiserror-impl v1.0.69
13432026-08-17T23:27:39.069Z Compiling zerocopy-derive v0.7.35
13442026-08-17T23:27:39.069Z Compiling scroll_derive v0.12.1
13452026-08-17T23:27:39.084Z Compiling thiserror-impl v2.0.18
13462026-08-17T23:27:39.084Z Compiling clap_derive v4.6.1
13472026-08-17T23:27:39.091Z Compiling pest_derive v2.8.6
13482026-08-17T23:27:39.688Z Compiling scroll v0.12.0
13492026-08-17T23:27:39.886Z Compiling zerocopy v0.7.35
13502026-08-17T23:27:39.903Z Compiling goblin v0.8.2
13512026-08-17T23:27:40.208Z Compiling dtrace-parser v0.2.0
13522026-08-17T23:27:40.275Z Compiling dof v0.3.0
13532026-08-17T23:27:40.275Z Compiling serde_tokenstream v0.2.3
13542026-08-17T23:27:40.287Z Compiling toml_datetime v0.6.11
13552026-08-17T23:27:40.290Z Compiling serde_spanned v0.6.9
13562026-08-17T23:27:40.290Z Compiling macaddr v1.0.1
13572026-08-17T23:27:40.290Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13582026-08-17T23:27:40.290Z Compiling cargo_metadata v0.23.1
13592026-08-17T23:27:40.398Z Compiling clap v4.6.1
13602026-08-17T23:27:40.481Z Compiling toml_edit v0.22.27
13612026-08-17T23:27:40.930Z Compiling usdt-macro v0.5.0
13622026-08-17T23:27:40.933Z Compiling usdt-attr-macro v0.5.0
13632026-08-17T23:27:41.733Z Compiling toml v0.8.23
13642026-08-17T23:27:42.245Z Compiling cargo_toml v0.21.0
13652026-08-17T23:27:42.599Z Compiling usdt v0.5.0
13662026-08-17T23:27:43.434Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13672026-08-17T23:27:45.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.10s
13682026-08-17T23:27:45.687Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13692026-08-17T23:27:46.189Z Compiling libc v0.2.185
13702026-08-17T23:27:46.189Z Compiling serde_core v1.0.229
13712026-08-17T23:27:46.189Z Compiling serde v1.0.229
13722026-08-17T23:27:46.249Z Compiling log v0.4.29
13732026-08-17T23:27:46.249Z Compiling smallvec v1.15.1
13742026-08-17T23:27:46.249Z Compiling shlex v1.3.0
13752026-08-17T23:27:46.249Z Compiling find-msvc-tools v0.1.9
13762026-08-17T23:27:46.249Z Compiling subtle v2.6.1
13772026-08-17T23:27:46.249Z Compiling scopeguard v1.2.0
13782026-08-17T23:27:46.249Z Compiling typenum v1.20.1
13792026-08-17T23:27:46.249Z Compiling stable_deref_trait v1.2.1
13802026-08-17T23:27:46.313Z Compiling zerocopy v0.8.40
13812026-08-17T23:27:46.316Z Compiling portable-atomic v1.13.1
13822026-08-17T23:27:46.452Z Compiling serde_json v1.0.151
13832026-08-17T23:27:46.465Z Compiling syn v2.0.117
13842026-08-17T23:27:46.465Z Compiling critical-section v1.2.0
13852026-08-17T23:27:46.505Z Compiling lock_api v0.4.14
13862026-08-17T23:27:46.520Z Compiling libm v0.2.16
13872026-08-17T23:27:46.535Z Compiling num-traits v0.2.19
13882026-08-17T23:27:46.585Z Compiling pkg-config v0.3.32
13892026-08-17T23:27:46.592Z Compiling generic-array v0.14.7
13902026-08-17T23:27:46.598Z Compiling parking_lot_core v0.9.12
13912026-08-17T23:27:46.650Z Compiling const-oid v0.9.6
13922026-08-17T23:27:46.661Z Compiling pin-project-lite v0.2.17
13932026-08-17T23:27:46.664Z Compiling getrandom v0.4.1
13942026-08-17T23:27:46.765Z Compiling rand_core v0.10.0
13952026-08-17T23:27:46.769Z Compiling litemap v0.8.1
13962026-08-17T23:27:46.810Z Compiling percent-encoding v2.3.2
13972026-08-17T23:27:47.292Z Compiling writeable v0.6.2
13982026-08-17T23:27:47.310Z Compiling futures-core v0.3.32
13992026-08-17T23:27:47.310Z Compiling icu_properties_data v2.1.2
14002026-08-17T23:27:47.310Z Compiling icu_normalizer_data v2.1.1
14012026-08-17T23:27:47.310Z Compiling getrandom v0.3.4
14022026-08-17T23:27:47.310Z Compiling futures-sink v0.3.32
14032026-08-17T23:27:47.310Z Compiling futures-io v0.3.32
14042026-08-17T23:27:47.310Z Compiling utf8_iter v1.0.4
14052026-08-17T23:27:47.310Z Compiling futures-channel v0.3.32
14062026-08-17T23:27:47.311Z Compiling rustix v1.1.3
14072026-08-17T23:27:47.311Z Compiling slab v0.4.12
14082026-08-17T23:27:47.311Z Compiling futures-task v0.3.32
14092026-08-17T23:27:47.311Z Compiling form_urlencoded v1.2.2
14102026-08-17T23:27:47.311Z Compiling rustversion v1.0.22
14112026-08-17T23:27:47.311Z Compiling base64ct v1.8.3
14122026-08-17T23:27:47.311Z Compiling jobserver v0.1.34
14132026-08-17T23:27:47.349Z Compiling errno v0.3.14
14142026-08-17T23:27:47.364Z Compiling getrandom v0.2.17
14152026-08-17T23:27:47.519Z Compiling mio v1.2.0
14162026-08-17T23:27:47.533Z Compiling socket2 v0.6.3
14172026-08-17T23:27:47.533Z Compiling cc v1.2.56
14182026-08-17T23:27:47.533Z Compiling once_cell v1.21.3
14192026-08-17T23:27:47.544Z Compiling rand_core v0.6.4
14202026-08-17T23:27:47.562Z Compiling signal-hook-registry v1.4.8
14212026-08-17T23:27:47.577Z Compiling parking_lot v0.12.5
14222026-08-17T23:27:50.864Z Compiling iana-time-zone v0.1.65
14232026-08-17T23:27:50.928Z Compiling pem-rfc7468 v0.7.0
14242026-08-17T23:27:50.928Z Compiling dunce v1.0.5
14252026-08-17T23:27:50.928Z Compiling ident_case v1.0.1
14262026-08-17T23:27:50.928Z Compiling flagset v0.4.7
14272026-08-17T23:27:50.928Z Compiling regex-syntax v0.8.10
14282026-08-17T23:27:50.928Z Compiling fs_extra v1.3.0
14292026-08-17T23:27:50.928Z Compiling rand_core v0.9.5
14302026-08-17T23:27:50.928Z Compiling base64 v0.22.1
14312026-08-17T23:27:50.928Z Compiling syn v1.0.109
14322026-08-17T23:27:50.928Z Compiling vcpkg v0.2.15
14332026-08-17T23:27:50.928Z Compiling tracing-core v0.1.36
14342026-08-17T23:27:50.928Z Compiling schemars v0.8.22
14352026-08-17T23:27:50.928Z Compiling aws-lc-rs v1.16.3
14362026-08-17T23:27:50.928Z Compiling cpufeatures v0.2.17
14372026-08-17T23:27:50.928Z Compiling dyn-clone v1.0.20
14382026-08-17T23:27:50.928Z Compiling spin v0.9.8
14392026-08-17T23:27:50.928Z Compiling crc32fast v1.5.0
14402026-08-17T23:27:50.928Z Compiling openssl-probe v0.2.1
14412026-08-17T23:27:50.928Z Compiling cmake v0.1.57
14422026-08-17T23:27:50.928Z Compiling cmov v0.5.4
14432026-08-17T23:27:50.928Z Compiling httparse v1.10.1
14442026-08-17T23:27:50.928Z Compiling tinyvec_macros v0.1.1
14452026-08-17T23:27:50.928Z Compiling aho-corasick v1.1.4
14462026-08-17T23:27:50.928Z Compiling tower-layer v0.3.3
14472026-08-17T23:27:50.929Z Compiling atomic-waker v1.1.2
14482026-08-17T23:27:50.929Z Compiling tinyvec v1.10.0
14492026-08-17T23:27:50.929Z Compiling untrusted v0.7.1
14502026-08-17T23:27:50.929Z Compiling bitflags v2.11.0
14512026-08-17T23:27:50.929Z Compiling semver v1.0.28
14522026-08-17T23:27:50.929Z Compiling indexmap v2.14.0
14532026-08-17T23:27:50.929Z Compiling uuid v1.23.4
14542026-08-17T23:27:50.929Z Compiling ctutils v0.4.2
14552026-08-17T23:27:50.929Z Compiling radium v0.7.0
14562026-08-17T23:27:50.929Z Compiling try-lock v0.2.5
14572026-08-17T23:27:50.929Z Compiling tower-service v0.3.3
14582026-08-17T23:27:50.929Z Compiling rustc_version v0.4.1
14592026-08-17T23:27:50.929Z Compiling want v0.3.1
14602026-08-17T23:27:50.929Z Compiling simd-adler32 v0.3.8
14612026-08-17T23:27:50.929Z Compiling bytes v1.11.1
14622026-08-17T23:27:50.929Z Compiling chrono v0.4.45
14632026-08-17T23:27:50.929Z Compiling ipnet v2.11.0
14642026-08-17T23:27:50.929Z Compiling rustls v0.23.41
14652026-08-17T23:27:50.929Z Compiling maybe-uninit v2.0.0
14662026-08-17T23:27:50.929Z Compiling aws-lc-sys v0.40.0
14672026-08-17T23:27:50.929Z Compiling openssl-sys v0.9.117
14682026-08-17T23:27:50.929Z Compiling untrusted v0.9.0
14692026-08-17T23:27:50.929Z Compiling synstructure v0.13.2
14702026-08-17T23:27:50.929Z Compiling serde_derive_internals v0.29.1
14712026-08-17T23:27:50.930Z Compiling pest_generator v2.8.6
14722026-08-17T23:27:50.930Z Compiling darling_core v0.20.11
14732026-08-17T23:27:50.930Z Compiling regex-automata v0.4.14
14742026-08-17T23:27:50.930Z Compiling http v1.4.2
14752026-08-17T23:27:50.930Z Compiling tempfile v3.25.0
14762026-08-17T23:27:50.930Z Compiling openssl v0.10.80
14772026-08-17T23:27:50.930Z Compiling httpdate v1.0.3
14782026-08-17T23:27:50.930Z Compiling tap v1.0.1
14792026-08-17T23:27:50.930Z Compiling foreign-types-shared v0.1.1
14802026-08-17T23:27:50.931Z Compiling wyz v0.5.1
14812026-08-17T23:27:50.931Z Compiling foreign-types v0.3.2
14822026-08-17T23:27:50.931Z Compiling terminal_size v0.4.3
14832026-08-17T23:27:50.931Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14842026-08-17T23:27:50.931Z Compiling bzip2-sys v0.1.13+1.0.8
14852026-08-17T23:27:50.931Z Compiling hex v0.4.3
14862026-08-17T23:27:50.931Z Compiling unicode-normalization v0.1.25
14872026-08-17T23:27:50.931Z Compiling num-integer v0.1.46
14882026-08-17T23:27:50.931Z Compiling wait-timeout v0.2.1
14892026-08-17T23:27:50.931Z Compiling ahash v0.8.12
14902026-08-17T23:27:50.931Z Compiling http-body v1.0.1
14912026-08-17T23:27:50.931Z Compiling native-tls v0.2.18
14922026-08-17T23:27:50.931Z Compiling funty v2.0.0
14932026-08-17T23:27:50.931Z Compiling num-conv v0.2.0
14942026-08-17T23:27:50.931Z Compiling time-core v0.1.8
14952026-08-17T23:27:50.931Z Compiling packed_struct v0.10.1
14962026-08-17T23:27:50.931Z Compiling num-bigint-dig v0.8.6
14972026-08-17T23:27:50.931Z Compiling quick-error v1.2.3
14982026-08-17T23:27:50.931Z Compiling powerfmt v0.2.0
14992026-08-17T23:27:50.931Z Compiling adler2 v2.0.1
15002026-08-17T23:27:50.931Z Compiling bit-vec v0.8.0
15012026-08-17T23:27:50.931Z Compiling time-macros v0.2.27
15022026-08-17T23:27:50.931Z Compiling rusty-fork v0.3.1
15032026-08-17T23:27:50.931Z Compiling miniz_oxide v0.8.9
15042026-08-17T23:27:50.932Z Compiling deranged v0.5.8
15052026-08-17T23:27:50.932Z Compiling clap_builder v4.6.0
15062026-08-17T23:27:50.932Z Compiling bit-set v0.8.0
15072026-08-17T23:27:50.932Z Compiling bitvec v1.0.1
15082026-08-17T23:27:50.932Z Compiling num-iter v0.1.45
15092026-08-17T23:27:51.129Z Compiling serde_spanned v0.6.9
15102026-08-17T23:27:51.141Z Compiling zeroize_derive v1.5.0
15112026-08-17T23:27:51.141Z Compiling zerofrom-derive v0.1.6
15122026-08-17T23:27:51.141Z Compiling zerocopy-derive v0.8.40
15132026-08-17T23:27:51.141Z Compiling yoke-derive v0.8.1
15142026-08-17T23:27:51.141Z Compiling zerovec-derive v0.11.2
15152026-08-17T23:27:51.480Z Compiling displaydoc v0.2.5
15162026-08-17T23:27:51.693Z Compiling zeroize v1.9.0
15172026-08-17T23:27:51.703Z Compiling tokio-macros v2.7.0
15182026-08-17T23:27:51.703Z Compiling futures-macro v0.3.32
15192026-08-17T23:27:51.709Z Compiling thiserror-impl v2.0.18
15202026-08-17T23:27:51.993Z Compiling der_derive v0.7.3
15212026-08-17T23:27:52.076Z Compiling tracing-attributes v0.1.31
15222026-08-17T23:27:52.247Z Compiling rustls-pki-types v1.14.0
15232026-08-17T23:27:52.265Z Compiling schemars_derive v0.8.22
15242026-08-17T23:27:52.376Z Compiling hybrid-array v0.4.13
15252026-08-17T23:27:52.387Z Compiling pest_derive v2.8.6
15262026-08-17T23:27:52.434Z Compiling zerofrom v0.1.6
15272026-08-17T23:27:52.458Z Compiling tokio v1.52.1
15282026-08-17T23:27:52.474Z Compiling block-buffer v0.10.4
15292026-08-17T23:27:52.543Z Compiling crypto-common v0.1.7
15302026-08-17T23:27:52.575Z Compiling yoke v0.8.1
15312026-08-17T23:27:52.744Z Compiling digest v0.10.7
15322026-08-17T23:27:52.754Z Compiling futures-util v0.3.32
15332026-08-17T23:27:52.754Z Compiling scroll_derive v0.13.1
15342026-08-17T23:27:52.777Z Compiling zerovec v0.11.5
15352026-08-17T23:27:52.796Z Compiling zerotrie v0.2.3
15362026-08-17T23:27:52.810Z Compiling der v0.7.10
15372026-08-17T23:27:52.925Z Compiling sha2 v0.10.9
15382026-08-17T23:27:53.086Z Compiling thiserror v2.0.18
15392026-08-17T23:27:53.101Z Compiling signature v2.2.0
15402026-08-17T23:27:53.215Z Compiling darling_macro v0.20.11
15412026-08-17T23:27:53.220Z Compiling thiserror-impl v1.0.69
15422026-08-17T23:27:53.300Z Compiling openssl-macros v0.1.1
15432026-08-17T23:27:53.472Z Compiling tinystr v0.8.2
15442026-08-17T23:27:53.492Z Compiling potential_utf v0.1.4
15452026-08-17T23:27:53.570Z Compiling icu_locale_core v2.1.1
15462026-08-17T23:27:53.630Z Compiling icu_collections v2.1.1
15472026-08-17T23:27:53.638Z Compiling tracing v0.1.44
15482026-08-17T23:27:53.650Z Compiling hmac v0.12.1
15492026-08-17T23:27:53.664Z Compiling scroll v0.13.0
15502026-08-17T23:27:53.710Z Compiling spki v0.7.3
15512026-08-17T23:27:53.863Z Compiling darling v0.20.11
15522026-08-17T23:27:53.868Z Compiling packed_struct_codegen v0.10.1
15532026-08-17T23:27:53.888Z Compiling pkcs8 v0.10.2
15542026-08-17T23:27:53.934Z Compiling goblin v0.10.5
15552026-08-17T23:27:54.008Z Compiling clap_derive v4.6.1
15562026-08-17T23:27:54.008Z Compiling bitfield-macros v0.19.4
15572026-08-17T23:27:54.104Z Compiling zerocopy-derive v0.6.6
15582026-08-17T23:27:54.151Z Compiling toml_datetime v0.6.11
15592026-08-17T23:27:54.160Z Compiling lazy_static v1.5.0
15602026-08-17T23:27:54.315Z Compiling icu_provider v2.1.1
15612026-08-17T23:27:54.366Z Compiling rand_xorshift v0.4.0
15622026-08-17T23:27:54.400Z Compiling anstyle-parse v0.2.7
15632026-08-17T23:27:54.485Z Compiling sync_wrapper v1.0.2
15642026-08-17T23:27:54.522Z Compiling icu_properties v2.1.2
15652026-08-17T23:27:54.707Z Compiling icu_normalizer v2.1.1
15662026-08-17T23:27:54.722Z Compiling thiserror v1.0.69
15672026-08-17T23:27:54.722Z Compiling indexmap v1.9.3
15682026-08-17T23:27:54.722Z Compiling paste v1.0.15
15692026-08-17T23:27:54.722Z Compiling usdt-impl v0.6.0
15702026-08-17T23:27:54.727Z Compiling siphasher v1.0.2
15712026-08-17T23:27:54.964Z Compiling zlib-rs v0.6.2
15722026-08-17T23:27:54.967Z Compiling crossbeam-utils v0.8.21
15732026-08-17T23:27:54.967Z Compiling nodrop v0.1.14
15742026-08-17T23:27:54.967Z Compiling crc-catalog v2.4.0
15752026-08-17T23:27:54.988Z Compiling unarray v0.1.4
15762026-08-17T23:27:55.004Z Compiling num_threads v0.1.7
15772026-08-17T23:27:55.050Z Compiling array-init v0.0.4
15782026-08-17T23:27:55.198Z Compiling crc v3.4.0
15792026-08-17T23:27:55.205Z Compiling time v0.3.47
15802026-08-17T23:27:55.205Z Compiling zerocopy v0.6.6
15812026-08-17T23:27:55.271Z Compiling bitfield v0.19.4
15822026-08-17T23:27:55.360Z Compiling anstream v0.6.21
15832026-08-17T23:27:55.364Z Compiling pkcs1 v0.7.5
15842026-08-17T23:27:55.406Z Compiling ppv-lite86 v0.2.21
15852026-08-17T23:27:56.309Z Compiling idna_adapter v1.2.1
15862026-08-17T23:27:56.324Z Compiling idna v1.1.0
15872026-08-17T23:27:56.324Z Compiling derive_builder_core v0.20.2
15882026-08-17T23:27:56.324Z Compiling dtrace-parser v0.3.0
15892026-08-17T23:27:56.324Z Compiling rand_chacha v0.9.0
15902026-08-17T23:27:56.324Z Compiling rand_chacha v0.3.1
15912026-08-17T23:27:56.324Z Compiling clap v4.6.1
15922026-08-17T23:27:56.324Z Compiling smallvec v0.6.14
15932026-08-17T23:27:56.324Z Compiling structmeta-derive v0.3.0
15942026-08-17T23:27:56.324Z Compiling scroll_derive v0.12.1
15952026-08-17T23:27:56.324Z Compiling url v2.5.8
15962026-08-17T23:27:56.324Z Compiling rand v0.9.2
15972026-08-17T23:27:56.391Z Compiling tokio-util v0.7.18
15982026-08-17T23:27:57.238Z Compiling rand v0.8.6
15992026-08-17T23:27:57.270Z Compiling tower v0.5.3
16002026-08-17T23:27:57.270Z Compiling http-body-util v0.1.3
16012026-08-17T23:27:57.270Z Compiling dof v0.4.0
16022026-08-17T23:27:57.270Z Compiling darling_core v0.23.0
16032026-08-17T23:27:57.270Z Compiling heapless v0.7.17
16042026-08-17T23:27:57.270Z Compiling slog v2.8.2
16052026-08-17T23:27:57.270Z Compiling thread-id v5.1.0
16062026-08-17T23:27:57.271Z Compiling proptest v1.11.0
16072026-08-17T23:27:57.271Z Compiling env_filter v1.0.0
16082026-08-17T23:27:57.271Z Compiling cookie v0.18.1
16092026-08-17T23:27:57.271Z Compiling unicode-bidi v0.3.18
16102026-08-17T23:27:57.271Z Compiling h2 v0.4.15
16112026-08-17T23:27:57.271Z Compiling anyhow v1.0.102
16122026-08-17T23:27:57.271Z Compiling winnow v0.5.40
16132026-08-17T23:27:57.271Z Compiling unicode-properties v0.1.4
16142026-08-17T23:27:57.660Z Compiling ipnetwork v0.21.1
16152026-08-17T23:27:57.673Z Compiling ryu v1.0.23
16162026-08-17T23:27:57.673Z Compiling signal-hook v0.3.18
16172026-08-17T23:27:57.673Z Compiling hashbrown v0.12.3
16182026-08-17T23:27:57.673Z Compiling iri-string v0.7.10
16192026-08-17T23:27:57.677Z Compiling flate2 v1.1.9
16202026-08-17T23:27:57.886Z Compiling zstd-safe v7.2.4
16212026-08-17T23:27:57.892Z Compiling base64 v0.21.7
16222026-08-17T23:27:57.892Z Compiling allocator-api2 v0.2.21
16232026-08-17T23:27:58.543Z Compiling rsa v0.9.10
16242026-08-17T23:27:58.575Z Compiling ron v0.8.1
16252026-08-17T23:27:58.575Z Compiling oxnet v0.1.6
16262026-08-17T23:27:58.575Z Compiling serde_urlencoded v0.7.1
16272026-08-17T23:27:58.575Z Compiling stringprep v0.1.5
16282026-08-17T23:27:58.575Z Compiling env_logger v0.11.9
16292026-08-17T23:27:58.575Z Compiling structmeta v0.3.0
16302026-08-17T23:27:58.575Z Compiling tokio-native-tls v0.3.1
16312026-08-17T23:27:58.575Z Compiling scroll v0.12.0
16322026-08-17T23:27:58.626Z Compiling toml_edit v0.19.15
16332026-08-17T23:27:58.722Z Compiling derive_builder_macro v0.20.2
16342026-08-17T23:27:58.738Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16352026-08-17T23:27:58.738Z Compiling serde-hex v0.1.0
16362026-08-17T23:27:58.754Z Compiling hashbrown v0.13.2
16372026-08-17T23:27:58.817Z Compiling bzip2 v0.4.4
16382026-08-17T23:27:58.830Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16392026-08-17T23:27:58.892Z Compiling tower-http v0.6.8
16402026-08-17T23:27:59.311Z Compiling camino v1.2.2
16412026-08-17T23:27:59.328Z Compiling x509-cert v0.2.5
16422026-08-17T23:27:59.328Z Compiling block-buffer v0.12.1
16432026-08-17T23:27:59.328Z Compiling block-padding v0.4.2
16442026-08-17T23:27:59.328Z Compiling darling_macro v0.23.0
16452026-08-17T23:27:59.337Z Compiling crypto-common v0.2.2
16462026-08-17T23:27:59.429Z Compiling newtype-uuid v1.3.2
16472026-08-17T23:27:59.455Z Compiling md-5 v0.10.6
16482026-08-17T23:27:59.485Z Compiling rustls-native-certs v0.8.3
16492026-08-17T23:27:59.775Z Compiling bstr v1.12.1
16502026-08-17T23:27:59.788Z Compiling pin-project-internal v1.1.11
16512026-08-17T23:27:59.788Z Compiling zerocopy-derive v0.7.35
16522026-08-17T23:27:59.789Z Compiling daft-derive v0.1.7
16532026-08-17T23:27:59.811Z Compiling async-trait v0.1.89
16542026-08-17T23:27:59.815Z Compiling serde_tokenstream v0.2.3
16552026-08-17T23:28:00.181Z Compiling curve25519-dalek v4.1.3
16562026-08-17T23:28:00.194Z Compiling erased-serde v0.3.31
16572026-08-17T23:28:00.475Z Compiling hyper v1.10.1
16582026-08-17T23:28:00.512Z Compiling vergen-lib v9.1.0
16592026-08-17T23:28:00.534Z Compiling hash32 v0.2.1
16602026-08-17T23:28:00.549Z Compiling memoffset v0.9.1
16612026-08-17T23:28:00.744Z Compiling encoding_rs v0.8.35
16622026-08-17T23:28:00.774Z Compiling psl-types v2.0.11
16632026-08-17T23:28:00.774Z Compiling smoltcp v0.9.1
16642026-08-17T23:28:00.774Z Compiling litrs v1.0.0
16652026-08-17T23:28:00.783Z Compiling rustix v0.38.44
16662026-08-17T23:28:00.833Z Compiling cfg_aliases v0.2.1
16672026-08-17T23:28:00.968Z Compiling mime v0.3.17
16682026-08-17T23:28:00.977Z Compiling ref-cast v1.0.25
16692026-08-17T23:28:00.977Z Compiling crc-any v2.5.0
16702026-08-17T23:28:01.148Z Compiling fallible-iterator v0.2.0
16712026-08-17T23:28:01.154Z Compiling nix v0.31.2
16722026-08-17T23:28:01.154Z Compiling publicsuffix v2.3.0
16732026-08-17T23:28:01.211Z Compiling pin-project v1.1.11
16742026-08-17T23:28:01.322Z Compiling document-features v0.2.12
16752026-08-17T23:28:01.326Z Compiling zerocopy v0.7.35
16762026-08-17T23:28:01.326Z Compiling daft v0.1.7
16772026-08-17T23:28:01.329Z Compiling toml v0.7.8
16782026-08-17T23:28:01.329Z Compiling darling v0.23.0
16792026-08-17T23:28:01.410Z Compiling postgres-protocol v0.6.10
16802026-08-17T23:28:01.503Z Compiling inout v0.2.2
16812026-08-17T23:28:01.526Z Compiling derive_builder v0.20.2
16822026-08-17T23:28:01.526Z Compiling object v0.30.4
16832026-08-17T23:28:01.599Z Compiling hyper-util v0.1.20
16842026-08-17T23:28:01.805Z Compiling zip v0.6.6
16852026-08-17T23:28:01.839Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16862026-08-17T23:28:01.839Z Compiling goblin v0.8.2
16872026-08-17T23:28:01.839Z Compiling derive-ex v0.1.8
16882026-08-17T23:28:01.982Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16892026-08-17T23:28:03.128Z Compiling futures-executor v0.3.32
16902026-08-17T23:28:03.132Z Compiling phf_shared v0.13.1
16912026-08-17T23:28:03.132Z Compiling hubpack_derive v0.1.1
16922026-08-17T23:28:03.132Z Compiling regex v1.12.3
16932026-08-17T23:28:03.132Z Compiling strum_macros v0.27.2
16942026-08-17T23:28:03.132Z Compiling snafu-derive v0.8.9
16952026-08-17T23:28:03.132Z Compiling curve25519-dalek-derive v0.1.1
16962026-08-17T23:28:03.132Z Compiling ref-cast-impl v1.0.25
16972026-08-17T23:28:03.132Z Compiling cargo-platform v0.3.2
16982026-08-17T23:28:03.132Z Compiling vergen v9.1.0
16992026-08-17T23:28:03.132Z Compiling ff v0.13.1
17002026-08-17T23:28:03.132Z Compiling fs-err v3.3.0
17012026-08-17T23:28:03.132Z Compiling foldhash v0.1.5
17022026-08-17T23:28:03.132Z Compiling managed v0.8.0
17032026-08-17T23:28:03.133Z Compiling either v1.15.0
17042026-08-17T23:28:03.133Z Compiling libbz2-rs-sys v0.2.2
17052026-08-17T23:28:03.133Z Compiling bumpalo v3.20.2
17062026-08-17T23:28:03.133Z Compiling hyper-tls v0.6.0
17072026-08-17T23:28:03.133Z Compiling unicode-segmentation v1.12.0
17082026-08-17T23:28:03.133Z Compiling jiff-core v0.1.0
17092026-08-17T23:28:03.148Z Compiling path-slash v0.1.5
17102026-08-17T23:28:03.246Z Compiling same-file v1.0.6
17112026-08-17T23:28:03.268Z Compiling bitflags v1.3.2
17122026-08-17T23:28:03.295Z Compiling base16ct v0.2.0
17132026-08-17T23:28:03.356Z Compiling object v0.37.3
17142026-08-17T23:28:03.369Z Compiling foldhash v0.2.0
17152026-08-17T23:28:03.386Z Compiling bzip2 v0.6.1
17162026-08-17T23:28:03.459Z Compiling sec1 v0.7.3
17172026-08-17T23:28:03.493Z Compiling walkdir v2.5.0
17182026-08-17T23:28:03.496Z Compiling test-strategy v0.4.5
17192026-08-17T23:28:03.608Z Compiling hashbrown v0.16.1
17202026-08-17T23:28:03.623Z Compiling reqwest v0.12.28
17212026-08-17T23:28:03.659Z Compiling zopfli v0.8.3
17222026-08-17T23:28:04.210Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17232026-08-17T23:28:04.240Z Compiling jiff v0.2.34
17242026-08-17T23:28:04.252Z Compiling dof v0.3.0
17252026-08-17T23:28:04.262Z Compiling hashbrown v0.15.5
17262026-08-17T23:28:04.280Z Compiling snafu v0.8.9
17272026-08-17T23:28:04.813Z Compiling strum v0.27.2
17282026-08-17T23:28:04.830Z Compiling group v0.13.0
17292026-08-17T23:28:04.830Z Compiling hubpack v0.1.2
17302026-08-17T23:28:04.831Z Compiling cargo_metadata v0.23.1
17312026-08-17T23:28:04.831Z Compiling phf v0.13.1
17322026-08-17T23:28:04.831Z Compiling futures v0.3.32
17332026-08-17T23:28:04.831Z Compiling cookie_store v0.22.1
17342026-08-17T23:28:04.831Z Compiling signal-hook-mio v0.2.5
17352026-08-17T23:28:04.831Z Compiling zstd v0.13.3
17362026-08-17T23:28:04.831Z Compiling postgres-types v0.2.12
17372026-08-17T23:28:04.850Z Compiling cipher v0.5.2
17382026-08-17T23:28:04.967Z Compiling serde_with_macros v3.21.0
17392026-08-17T23:28:05.064Z Compiling usdt-macro v0.6.0
17402026-08-17T23:28:05.095Z Compiling usdt-attr-macro v0.6.0
17412026-08-17T23:28:05.188Z Compiling globset v0.4.18
17422026-08-17T23:28:05.233Z Compiling byte-wrapper v0.1.0
17432026-08-17T23:28:05.326Z Compiling phf_shared v0.11.3
17442026-08-17T23:28:05.342Z Compiling dtrace-parser v0.2.0
17452026-08-17T23:28:05.376Z Compiling ed25519 v2.2.3
17462026-08-17T23:28:05.530Z Compiling hkdf v0.12.4
17472026-08-17T23:28:05.586Z Compiling crypto-bigint v0.5.5
17482026-08-17T23:28:05.711Z Compiling async-recursion v1.1.1
17492026-08-17T23:28:05.833Z Compiling serde_repr v0.1.20
17502026-08-17T23:28:05.873Z Compiling strum_macros v0.26.4
17512026-08-17T23:28:05.888Z Compiling enum-as-inner v0.6.1
17522026-08-17T23:28:05.941Z Compiling olpc-cjson v0.1.4
17532026-08-17T23:28:07.037Z Compiling serde-big-array v0.5.1
17542026-08-17T23:28:07.049Z Compiling serde_plain v1.0.2
17552026-08-17T23:28:07.049Z Compiling float-cmp v0.10.0
17562026-08-17T23:28:07.049Z Compiling pem v3.0.6
17572026-08-17T23:28:07.049Z Compiling thread-id v4.2.2
17582026-08-17T23:28:07.049Z Compiling memmap2 v0.9.10
17592026-08-17T23:28:07.049Z Compiling difflib v0.4.0
17602026-08-17T23:28:07.049Z Compiling cpufeatures v0.3.0
17612026-08-17T23:28:07.049Z Compiling fixedbitset v0.5.7
17622026-08-17T23:28:07.049Z Compiling static_assertions v1.1.0
17632026-08-17T23:28:07.049Z Compiling new_debug_unreachable v1.0.6
17642026-08-17T23:28:07.049Z Compiling const-oid v0.10.2
17652026-08-17T23:28:07.049Z Compiling whoami v2.1.0
17662026-08-17T23:28:07.049Z Compiling keccak v0.1.6
17672026-08-17T23:28:07.049Z Compiling predicates-core v1.0.10
17682026-08-17T23:28:07.049Z Compiling typed-path v0.9.3
17692026-08-17T23:28:07.049Z Compiling data-encoding v2.10.0
17702026-08-17T23:28:07.049Z Compiling normalize-line-endings v0.3.0
17712026-08-17T23:28:07.049Z Compiling fixedbitset v0.4.2
17722026-08-17T23:28:07.049Z Compiling precomputed-hash v0.1.1
17732026-08-17T23:28:07.049Z Compiling winnow v1.0.3
17742026-08-17T23:28:07.050Z Compiling predicates v3.1.4
17752026-08-17T23:28:07.050Z Compiling string_cache v0.8.9
17762026-08-17T23:28:07.050Z Compiling hickory-proto v0.25.2
17772026-08-17T23:28:07.050Z Compiling petgraph v0.6.5
17782026-08-17T23:28:07.050Z Compiling tokio-postgres v0.7.16
17792026-08-17T23:28:07.066Z Compiling sha3 v0.10.8
17802026-08-17T23:28:07.540Z Compiling digest v0.11.3
17812026-08-17T23:28:07.554Z Compiling petgraph v0.8.3
17822026-08-17T23:28:07.554Z Compiling elliptic-curve v0.13.8
17832026-08-17T23:28:07.554Z Compiling toml_edit v0.22.27
17842026-08-17T23:28:07.554Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17852026-08-17T23:28:07.554Z Compiling usdt v0.6.0
17862026-08-17T23:28:07.554Z Compiling chacha20 v0.10.0
17872026-08-17T23:28:07.806Z Compiling strum v0.26.3
17882026-08-17T23:28:07.814Z Compiling toml_parser v1.1.2+spec-1.1.0
17892026-08-17T23:28:07.814Z Compiling usdt-impl v0.5.0
17902026-08-17T23:28:07.814Z Compiling zip v4.6.1
17912026-08-17T23:28:07.814Z Compiling serde_with v3.21.0
17922026-08-17T23:28:07.838Z Compiling crossterm v0.28.1
17932026-08-17T23:28:07.853Z Compiling ed25519-dalek v2.2.0
17942026-08-17T23:28:08.011Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17952026-08-17T23:28:08.405Z Compiling iddqd v0.4.2
17962026-08-17T23:28:08.487Z Compiling heck v0.4.1
17972026-08-17T23:28:08.732Z Compiling similar v2.7.0
17982026-08-17T23:28:11.286Z Compiling itertools v0.15.0
17992026-08-17T23:28:11.342Z Compiling itertools v0.13.0
18002026-08-17T23:28:11.342Z Compiling crossbeam-epoch v0.9.18
18012026-08-17T23:28:11.342Z Compiling tokio-stream v0.1.18
18022026-08-17T23:28:11.342Z Compiling buf-list v1.1.2
18032026-08-17T23:28:11.342Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18042026-08-17T23:28:11.343Z Compiling openapiv3 v2.2.0
18052026-08-17T23:28:11.343Z Compiling peg-runtime v0.8.5
18062026-08-17T23:28:11.343Z Compiling lalrpop-util v0.19.12
18072026-08-17T23:28:11.343Z Compiling thread_local v1.1.9
18082026-08-17T23:28:11.343Z Compiling slog-async v2.8.0
18092026-08-17T23:28:11.343Z Compiling crossbeam-channel v0.5.15
18102026-08-17T23:28:11.343Z Compiling filetime v0.2.27
18112026-08-17T23:28:11.343Z Compiling is-terminal v0.4.17
18122026-08-17T23:28:11.343Z Compiling xattr v1.6.1
18132026-08-17T23:28:11.343Z Compiling term v1.2.1
18142026-08-17T23:28:11.343Z Compiling take_mut v0.2.2
18152026-08-17T23:28:11.343Z Compiling tar v0.4.46
18162026-08-17T23:28:11.343Z Compiling camino-tempfile v1.4.1
18172026-08-17T23:28:11.343Z Compiling slog-term v2.9.2
18182026-08-17T23:28:27.521Z Compiling rustls-webpki v0.103.13
18192026-08-17T23:28:30.191Z Compiling tokio-rustls v0.26.4
18202026-08-17T23:28:30.191Z Compiling rustls-platform-verifier v0.6.2
18212026-08-17T23:28:30.191Z Compiling tough v0.22.0
18222026-08-17T23:28:30.398Z Compiling hyper-rustls v0.27.7
18232026-08-17T23:28:30.586Z Compiling reqwest v0.13.2
18242026-08-17T23:28:32.718Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18252026-08-17T23:28:32.948Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18262026-08-17T23:28:35.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.35s
18272026-08-17T23:28:35.957Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18282026-08-17T23:28:36.010ZAug 17 23:28:35.113 INFO Starting download, target: DendriteStub
18292026-08-17T23:28:36.010ZAug 17 23:28:35.114 INFO Starting download, target: Console
18302026-08-17T23:28:36.010ZAug 17 23:28:35.114 INFO Starting download, target: Cockroach
18312026-08-17T23:28:36.010ZAug 17 23:28:35.114 INFO Starting download, target: Clickhouse
18322026-08-17T23:28:36.014ZAug 17 23:28:35.114 INFO Starting download, target: MaghemiteMgd
18332026-08-17T23:28:36.014ZAug 17 23:28:35.114 INFO Starting download, target: MaghemiteDdmd
18342026-08-17T23:28:36.014ZAug 17 23:28:35.114 INFO Starting download, target: TransceiverControl
18352026-08-17T23:28:36.014ZAug 17 23:28:35.114 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18362026-08-17T23:28:36.014ZAug 17 23:28:35.114 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18372026-08-17T23:28:36.014ZAug 17 23:28:35.114 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18382026-08-17T23:28:36.014ZAug 17 23:28:35.114 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18392026-08-17T23:28:36.014ZAug 17 23:28:35.114 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18402026-08-17T23:28:36.014ZAug 17 23:28:35.114 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18412026-08-17T23:28:36.014ZAug 17 23:28:35.114 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18422026-08-17T23:28:36.346ZAug 17 23:28:35.450 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18432026-08-17T23:28:36.594ZAug 17 23:28:35.696 INFO Download complete, target: TransceiverControl
18442026-08-17T23:28:37.911ZAug 17 23:28:37.011 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18452026-08-17T23:28:38.200ZAug 17 23:28:37.281 INFO Download complete, target: Console
18462026-08-17T23:28:38.744ZAug 17 23:28:37.834 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18472026-08-17T23:28:38.911ZAug 17 23:28:38.013 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18482026-08-17T23:28:39.185ZAug 17 23:28:38.284 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18492026-08-17T23:28:39.240ZAug 17 23:28:38.342 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18502026-08-17T23:28:40.201ZAug 17 23:28:39.305 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18512026-08-17T23:28:40.201ZAug 17 23:28:39.305 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18522026-08-17T23:28:41.384ZAug 17 23:28:40.487 INFO Download complete, target: DendriteStub
18532026-08-17T23:28:41.502ZAug 17 23:28:40.605 INFO Download complete, target: MaghemiteDdmd
18542026-08-17T23:28:41.885ZAug 17 23:28:40.988 INFO Download complete, target: MaghemiteMgd
18552026-08-17T23:28:44.867ZAug 17 23:28:43.971 INFO Checking that binary works, target: Cockroach
18562026-08-17T23:28:45.019ZAug 17 23:28:44.122 INFO Download complete, target: Cockroach
18572026-08-17T23:28:45.611ZAug 17 23:28:44.715 INFO Checking that binary works, target: Clickhouse
18582026-08-17T23:28:45.695ZAug 17 23:28:44.799 INFO Download complete, target: Clickhouse
18592026-08-17T23:28:45.701ZAll prerequisites installed successfully
18602026-08-17T23:28:45.705Z
18612026-08-17T23:28:45.705Zreal 1:28.249992430
18622026-08-17T23:28:45.705Zuser 7:04.847045293
18632026-08-17T23:28:45.705Zsys 1:40.809900867
18642026-08-17T23:28:45.705Ztrap 0.242972843
18652026-08-17T23:28:45.705Ztflt 0.869725614
18662026-08-17T23:28:45.705Zdflt 1.817777882
18672026-08-17T23:28:45.705Zkflt 0.028342323
18682026-08-17T23:28:45.705Zlock 25:51.105805060
18692026-08-17T23:28:45.705Zslp 19:05.954458664
18702026-08-17T23:28:45.705Zlat 22.849970268
18712026-08-17T23:28:45.705Zstop 2:49.157417649
18722026-08-17T23:28:45.705Z+ source ./tools/include/force-git-over-https.sh
18732026-08-17T23:28:45.705Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18742026-08-17T23:28:45.705Z++ (( i = 0 ))
18752026-08-17T23:28:45.705Z++ (( i < 5 ))
18762026-08-17T23:28:45.705Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18772026-08-17T23:28:45.708Z++ (( i++ ))
18782026-08-17T23:28:45.708Z++ (( i < 5 ))
18792026-08-17T23:28:45.708Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18802026-08-17T23:28:45.712Z++ (( i++ ))
18812026-08-17T23:28:45.712Z++ (( i < 5 ))
18822026-08-17T23:28:45.712Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18832026-08-17T23:28:45.712Z++ (( i++ ))
18842026-08-17T23:28:45.712Z++ (( i < 5 ))
18852026-08-17T23:28:45.712Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18862026-08-17T23:28:45.715Z++ (( i++ ))
18872026-08-17T23:28:45.715Z++ (( i < 5 ))
18882026-08-17T23:28:45.715Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18892026-08-17T23:28:45.719Z++ (( i++ ))
18902026-08-17T23:28:45.719Z++ (( i < 5 ))
18912026-08-17T23:28:45.719Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18922026-08-17T23:28:45.719Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18932026-08-17T23:28:45.719Z+ rc=0
18942026-08-17T23:28:45.719Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18952026-08-17T23:28:56.607Z+ case $rc in
18962026-08-17T23:28:56.607Z+ pfexec zfs create -p rpool/images/build/host
18972026-08-17T23:28:56.829Z+ pfexec zfs create -p rpool/images/build/recovery
18982026-08-17T23:28:56.899Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18992026-08-17T23:28:57.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19002026-08-17T23:28:57.361Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19012026-08-17T23:28:58.194Z Compiling proc-macro2 v1.0.106
19022026-08-17T23:28:58.194Z Compiling quote v1.0.45
19032026-08-17T23:28:58.198Z Compiling unicode-ident v1.0.24
19042026-08-17T23:28:58.198Z Compiling libc v0.2.185
19052026-08-17T23:28:58.198Z Compiling serde_core v1.0.229
19062026-08-17T23:28:58.199Z Compiling serde v1.0.229
19072026-08-17T23:28:58.199Z Compiling cfg-if v1.0.4
19082026-08-17T23:28:58.199Z Compiling find-msvc-tools v0.1.9
19092026-08-17T23:28:58.330Z Compiling shlex v1.3.0
19102026-08-17T23:28:58.344Z Compiling autocfg v1.5.0
19112026-08-17T23:28:58.348Z Compiling version_check v0.9.5
19122026-08-17T23:28:58.348Z Compiling zerocopy v0.8.40
19132026-08-17T23:28:58.348Z Compiling portable-atomic v1.13.1
19142026-08-17T23:28:58.348Z Compiling zmij v1.0.21
19152026-08-17T23:28:58.348Z Compiling memchr v2.8.0
19162026-08-17T23:28:58.448Z Compiling serde_json v1.0.151
19172026-08-17T23:28:58.599Z Compiling libm v0.2.16
19182026-08-17T23:28:58.656Z Compiling getrandom v0.4.1
19192026-08-17T23:28:58.659Z Compiling parking_lot_core v0.9.12
19202026-08-17T23:28:58.686Z Compiling pkg-config v0.3.32
19212026-08-17T23:28:58.689Z Compiling icu_normalizer_data v2.1.1
19222026-08-17T23:28:58.718Z Compiling icu_properties_data v2.1.2
19232026-08-17T23:28:58.771Z Compiling generic-array v0.14.7
19242026-08-17T23:28:58.786Z Compiling smallvec v1.15.1
19252026-08-17T23:28:58.898Z Compiling num-traits v0.2.19
19262026-08-17T23:28:58.912Z Compiling log v0.4.29
19272026-08-17T23:28:58.939Z Compiling itoa v1.0.17
19282026-08-17T23:28:58.968Z Compiling getrandom v0.3.4
19292026-08-17T23:28:58.985Z Compiling subtle v2.6.1
19302026-08-17T23:28:59.001Z Compiling rustix v1.1.3
19312026-08-17T23:28:59.103Z Compiling stable_deref_trait v1.2.1
19322026-08-17T23:28:59.156Z Compiling scopeguard v1.2.0
19332026-08-17T23:28:59.202Z Compiling typenum v1.20.1
19342026-08-17T23:28:59.219Z Compiling heck v0.5.0
19352026-08-17T23:28:59.264Z Compiling jobserver v0.1.34
19362026-08-17T23:28:59.279Z Compiling errno v0.3.14
19372026-08-17T23:28:59.297Z Compiling lock_api v0.4.14
19382026-08-17T23:28:59.301Z Compiling critical-section v1.2.0
19392026-08-17T23:28:59.429Z Compiling rand_core v0.10.0
19402026-08-17T23:28:59.443Z Compiling thiserror v2.0.18
19412026-08-17T23:28:59.473Z Compiling cc v1.2.56
19422026-08-17T23:28:59.600Z Compiling syn v2.0.117
19432026-08-17T23:28:59.616Z Compiling syn v3.0.3
19442026-08-17T23:28:59.710Z Compiling getrandom v0.2.17
19452026-08-17T23:28:59.751Z Compiling dunce v1.0.5
19462026-08-17T23:28:59.766Z Compiling fs_extra v1.3.0
19472026-08-17T23:28:59.789Z Compiling once_cell v1.21.3
19482026-08-17T23:28:59.859Z Compiling rand_core v0.6.4
19492026-08-17T23:28:59.891Z Compiling litemap v0.8.1
19502026-08-17T23:28:59.930Z Compiling percent-encoding v2.3.2
19512026-08-17T23:28:59.952Z Compiling writeable v0.6.2
19522026-08-17T23:29:00.068Z Compiling const-oid v0.9.6
19532026-08-17T23:29:00.160Z Compiling pin-project-lite v0.2.17
19542026-08-17T23:29:00.177Z Compiling schemars v0.8.22
19552026-08-17T23:29:00.211Z Compiling cmake v0.1.57
19562026-08-17T23:29:00.310Z Compiling equivalent v1.0.2
19572026-08-17T23:29:00.342Z Compiling signal-hook-registry v1.4.8
19582026-08-17T23:29:00.481Z Compiling rustversion v1.0.22
19592026-08-17T23:29:00.510Z Compiling aws-lc-rs v1.16.3
19602026-08-17T23:29:00.603Z Compiling semver v1.0.28
19612026-08-17T23:29:00.653Z Compiling bitflags v2.11.0
19622026-08-17T23:29:00.796Z Compiling aws-lc-sys v0.40.0
19632026-08-17T23:29:00.814Z Compiling futures-core v0.3.32
19642026-08-17T23:29:00.817Z Compiling parking_lot v0.12.5
19652026-08-17T23:29:00.926Z Compiling mio v1.2.0
19662026-08-17T23:29:01.020Z Compiling crc32fast v1.5.0
19672026-08-17T23:29:01.035Z Compiling utf8_iter v1.0.4
19682026-08-17T23:29:01.237Z Compiling form_urlencoded v1.2.2
19692026-08-17T23:29:01.348Z Compiling strsim v0.11.1
19702026-08-17T23:29:01.415Z Compiling fnv v1.0.7
19712026-08-17T23:29:01.502Z Compiling serde_derive v1.0.229
19722026-08-17T23:29:01.525Z Compiling hashbrown v0.17.0
19732026-08-17T23:29:01.543Z Compiling syn v1.0.109
19742026-08-17T23:29:01.561Z Compiling byteorder v1.5.0
19752026-08-17T23:29:01.705Z Compiling vcpkg v0.2.15
19762026-08-17T23:29:01.808Z Compiling socket2 v0.6.3
19772026-08-17T23:29:01.957Z Compiling futures-sink v0.3.32
19782026-08-17T23:29:01.991Z Compiling httparse v1.10.1
19792026-08-17T23:29:01.995Z Compiling radium v0.7.0
19802026-08-17T23:29:02.115Z Compiling futures-channel v0.3.32
19812026-08-17T23:29:02.190Z Compiling iana-time-zone v0.1.65
19822026-08-17T23:29:02.261Z Compiling indexmap v2.14.0
19832026-08-17T23:29:02.300Z Compiling futures-io v0.3.32
19842026-08-17T23:29:02.324Z Compiling slab v0.4.12
19852026-08-17T23:29:02.341Z Compiling futures-task v0.3.32
19862026-08-17T23:29:02.342Z Compiling openssl-sys v0.9.117
19872026-08-17T23:29:02.345Z Compiling thiserror v1.0.69
19882026-08-17T23:29:02.435Z Compiling synstructure v0.13.2
19892026-08-17T23:29:02.527Z Compiling serde_derive_internals v0.29.1
19902026-08-17T23:29:02.546Z Compiling base64 v0.22.1
19912026-08-17T23:29:02.562Z Compiling rustls v0.23.41
19922026-08-17T23:29:02.606Z Compiling maybe-uninit v2.0.0
19932026-08-17T23:29:02.702Z Compiling rustc_version v0.4.1
19942026-08-17T23:29:02.971Z Compiling uuid v1.23.4
19952026-08-17T23:29:02.986Z Compiling bzip2-sys v0.1.13+1.0.8
19962026-08-17T23:29:03.020Z Compiling ahash v0.8.12
19972026-08-17T23:29:03.020Z Compiling ucd-trie v0.1.7
19982026-08-17T23:29:03.053Z Compiling packed_struct v0.10.1
19992026-08-17T23:29:03.107Z Compiling ident_case v1.0.1
20002026-08-17T23:29:03.124Z Compiling regex-syntax v0.8.10
20012026-08-17T23:29:03.143Z Compiling num-bigint-dig v0.8.6
20022026-08-17T23:29:03.163Z Compiling base64ct v1.8.3
20032026-08-17T23:29:03.185Z Compiling rand_core v0.9.5
20042026-08-17T23:29:03.274Z Compiling pest v2.8.6
20052026-08-17T23:29:03.353Z Compiling openssl v0.10.80
20062026-08-17T23:29:03.369Z Compiling flagset v0.4.7
20072026-08-17T23:29:03.373Z Compiling fastrand v2.3.0
20082026-08-17T23:29:03.516Z Compiling pem-rfc7468 v0.7.0
20092026-08-17T23:29:03.534Z Compiling dyn-clone v1.0.20
20102026-08-17T23:29:03.605Z Compiling indexmap v1.9.3
20112026-08-17T23:29:03.654Z Compiling tempfile v3.25.0
20122026-08-17T23:29:03.658Z Compiling zeroize_derive v1.5.0
20132026-08-17T23:29:03.685Z Compiling zerocopy-derive v0.8.40
20142026-08-17T23:29:03.729Z Compiling zerofrom-derive v0.1.6
20152026-08-17T23:29:03.774Z Compiling yoke-derive v0.8.1
20162026-08-17T23:29:03.801Z Compiling zerovec-derive v0.11.2
20172026-08-17T23:29:03.825Z Compiling displaydoc v0.2.5
20182026-08-17T23:29:03.905Z Compiling tokio-macros v2.7.0
20192026-08-17T23:29:03.983Z Compiling futures-macro v0.3.32
20202026-08-17T23:29:04.292Z Compiling zeroize v1.9.0
20212026-08-17T23:29:04.532Z Compiling thiserror-impl v2.0.18
20222026-08-17T23:29:04.566Z Compiling der_derive v0.7.3
20232026-08-17T23:29:04.637Z Compiling bytes v1.11.1
20242026-08-17T23:29:04.731Z Compiling schemars_derive v0.8.22
20252026-08-17T23:29:04.766Z Compiling tracing-attributes v0.1.31
20262026-08-17T23:29:04.797Z Compiling chrono v0.4.45
20272026-08-17T23:29:04.816Z Compiling futures-util v0.3.32
20282026-08-17T23:29:04.875Z Compiling thiserror-impl v1.0.69
20292026-08-17T23:29:04.900Z Compiling zerofrom v0.1.6
20302026-08-17T23:29:05.046Z Compiling yoke v0.8.1
20312026-08-17T23:29:05.260Z Compiling zerovec v0.11.5
20322026-08-17T23:29:05.307Z Compiling zerotrie v0.2.3
20332026-08-17T23:29:05.436Z Compiling block-buffer v0.10.4
20342026-08-17T23:29:05.479Z Compiling crypto-common v0.1.7
20352026-08-17T23:29:05.522Z Compiling tokio v1.52.1
20362026-08-17T23:29:05.657Z Compiling digest v0.10.7
20372026-08-17T23:29:05.786Z Compiling tinystr v0.8.2
20382026-08-17T23:29:05.805Z Compiling potential_utf v0.1.4
20392026-08-17T23:29:05.948Z Compiling icu_collections v2.1.1
20402026-08-17T23:29:05.964Z Compiling icu_locale_core v2.1.1
20412026-08-17T23:29:06.011Z Compiling clap_derive v4.6.1
20422026-08-17T23:29:06.060Z Compiling der v0.7.10
20432026-08-17T23:29:06.273Z Compiling packed_struct_codegen v0.10.1
20442026-08-17T23:29:06.734Z Compiling icu_provider v2.1.1
20452026-08-17T23:29:06.861Z Compiling hex v0.4.3
20462026-08-17T23:29:07.222Z Compiling icu_normalizer v2.1.1
20472026-08-17T23:29:07.238Z Compiling icu_properties v2.1.2
20482026-08-17T23:29:07.342Z Compiling pest_meta v2.8.6
20492026-08-17T23:29:07.962Z Compiling zerocopy-derive v0.6.6
20502026-08-17T23:29:08.219Z Compiling bitfield-macros v0.19.4
20512026-08-17T23:29:08.315Z Compiling idna_adapter v1.2.1
20522026-08-17T23:29:08.331Z Compiling ppv-lite86 v0.2.21
20532026-08-17T23:29:08.425Z Compiling utf8parse v0.2.2
20542026-08-17T23:29:08.463Z Compiling idna v1.1.0
20552026-08-17T23:29:08.479Z Compiling pest_generator v2.8.6
20562026-08-17T23:29:08.570Z Compiling spki v0.7.3
20572026-08-17T23:29:08.623Z Compiling openssl-macros v0.1.1
20582026-08-17T23:29:08.709Z Compiling rand_chacha v0.9.0
20592026-08-17T23:29:08.724Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20602026-08-17T23:29:08.785Z Compiling anstyle v1.0.14
20612026-08-17T23:29:08.785Z Compiling paste v1.0.15
20622026-08-17T23:29:08.881Z Compiling url v2.5.8
20632026-08-17T23:29:09.086Z Compiling native-tls v0.2.18
20642026-08-17T23:29:09.090Z Compiling cpufeatures v0.2.17
20652026-08-17T23:29:09.130Z Compiling pest_derive v2.8.6
20662026-08-17T23:29:09.150Z Compiling rand v0.9.2
20672026-08-17T23:29:09.154Z Compiling scroll_derive v0.13.1
20682026-08-17T23:29:09.349Z Compiling crossbeam-utils v0.8.21
20692026-08-17T23:29:09.499Z Compiling colorchoice v1.0.4
20702026-08-17T23:29:09.665Z Compiling camino v1.2.2
20712026-08-17T23:29:09.683Z Compiling is_terminal_polyfill v1.70.2
20722026-08-17T23:29:09.736Z Compiling anstyle-query v1.1.5
20732026-08-17T23:29:09.805Z Compiling sha2 v0.10.9
20742026-08-17T23:29:09.864Z Compiling tokio-util v0.7.18
20752026-08-17T23:29:09.976Z Compiling pkcs8 v0.10.2
20762026-08-17T23:29:09.992Z Compiling http v1.4.2
20772026-08-17T23:29:10.271Z Compiling rustls-pki-types v1.14.0
20782026-08-17T23:29:10.333Z Compiling daft-derive v0.1.7
20792026-08-17T23:29:10.519Z Compiling spin v0.9.8
20802026-08-17T23:29:10.586Z Compiling tinyvec_macros v0.1.1
20812026-08-17T23:29:10.764Z Compiling time-core v0.1.8
20822026-08-17T23:29:10.781Z Compiling num-conv v0.2.0
20832026-08-17T23:29:10.816Z Compiling tinyvec v1.10.0
20842026-08-17T23:29:10.926Z Compiling time-macros v0.2.27
20852026-08-17T23:29:11.043Z Compiling anstyle-parse v1.0.0
20862026-08-17T23:29:11.104Z Compiling async-trait v0.1.89
20872026-08-17T23:29:11.135Z Compiling structmeta-derive v0.3.0
20882026-08-17T23:29:11.182Z Compiling tracing-core v0.1.36
20892026-08-17T23:29:11.353Z Compiling cmov v0.5.4
20902026-08-17T23:29:11.408Z Compiling simd-adler32 v0.3.8
20912026-08-17T23:29:11.516Z Compiling plain v0.2.3
20922026-08-17T23:29:11.535Z Compiling untrusted v0.7.1
20932026-08-17T23:29:11.605Z Compiling tracing v0.1.44
20942026-08-17T23:29:11.642Z Compiling ctutils v0.4.2
20952026-08-17T23:29:11.708Z Compiling anstream v1.0.0
20962026-08-17T23:29:11.946Z Compiling http-body v1.0.1
20972026-08-17T23:29:12.027Z Compiling serde_spanned v0.6.9
20982026-08-17T23:29:12.043Z Compiling toml_datetime v0.6.11
20992026-08-17T23:29:12.047Z Compiling pin-project-internal v1.1.11
21002026-08-17T23:29:12.157Z Compiling terminal_size v0.4.3
21012026-08-17T23:29:12.174Z Compiling structmeta v0.3.0
21022026-08-17T23:29:12.187Z Compiling slog v2.8.2
21032026-08-17T23:29:12.250Z Compiling wait-timeout v0.2.1
21042026-08-17T23:29:12.268Z Compiling cookie v0.18.1
21052026-08-17T23:29:12.294Z Compiling untrusted v0.9.0
21062026-08-17T23:29:12.322Z Compiling zstd-safe v7.2.4
21072026-08-17T23:29:12.336Z Compiling clap_lex v1.0.0
21082026-08-17T23:29:12.420Z Compiling openssl-probe v0.2.1
21092026-08-17T23:29:12.462Z Compiling quick-error v1.2.3
21102026-08-17T23:29:12.465Z Compiling tap v1.0.1
21112026-08-17T23:29:12.551Z Compiling bit-vec v0.8.0
21122026-08-17T23:29:12.572Z Compiling adler2 v2.0.1
21132026-08-17T23:29:12.624Z Compiling wyz v0.5.1
21142026-08-17T23:29:12.685Z Compiling miniz_oxide v0.8.9
21152026-08-17T23:29:12.711Z Compiling clap_builder v4.6.0
21162026-08-17T23:29:12.728Z Compiling rusty-fork v0.3.1
21172026-08-17T23:29:12.743Z Compiling derive-ex v0.1.8
21182026-08-17T23:29:12.775Z Compiling bit-set v0.8.0
21192026-08-17T23:29:12.891Z Compiling hybrid-array v0.4.13
21202026-08-17T23:29:12.990Z Compiling unicode-normalization v0.1.25
21212026-08-17T23:29:12.994Z Compiling rand_chacha v0.3.1
21222026-08-17T23:29:13.061Z Compiling signature v2.2.0
21232026-08-17T23:29:13.117Z Compiling scroll_derive v0.12.1
21242026-08-17T23:29:13.266Z Compiling rand_xorshift v0.4.0
21252026-08-17T23:29:13.311Z Compiling heapless v0.7.17
21262026-08-17T23:29:13.495Z Compiling num-integer v0.1.46
21272026-08-17T23:29:13.511Z Compiling aho-corasick v1.1.4
21282026-08-17T23:29:13.574Z Compiling rustix v0.38.44
21292026-08-17T23:29:13.613Z Compiling signal-hook v0.3.18
21302026-08-17T23:29:13.644Z Compiling tower-service v0.3.3
21312026-08-17T23:29:13.758Z Compiling pretty-hex v0.4.1
21322026-08-17T23:29:13.795Z Compiling anyhow v1.0.102
21332026-08-17T23:29:13.838Z Compiling try-lock v0.2.5
21342026-08-17T23:29:13.854Z Compiling atomic-waker v1.1.2
21352026-08-17T23:29:13.880Z Compiling funty v2.0.0
21362026-08-17T23:29:13.927Z Compiling unarray v0.1.4
21372026-08-17T23:29:13.965Z Compiling usdt-impl v0.6.0
21382026-08-17T23:29:14.019Z Compiling zlib-rs v0.6.2
21392026-08-17T23:29:14.034Z Compiling tower-layer v0.3.3
21402026-08-17T23:29:14.172Z Compiling proptest v1.11.0
21412026-08-17T23:29:14.206Z Compiling want v0.3.1
21422026-08-17T23:29:14.222Z Compiling bitvec v1.0.1
21432026-08-17T23:29:14.251Z Compiling h2 v0.4.15
21442026-08-17T23:29:14.280Z Compiling test-strategy v0.4.5
21452026-08-17T23:29:14.408Z Compiling regex-automata v0.4.14
21462026-08-17T23:29:14.493Z Compiling num-iter v0.1.45
21472026-08-17T23:29:14.799Z Compiling clap v4.6.1
21482026-08-17T23:29:15.028Z Compiling rand v0.8.6
21492026-08-17T23:29:15.573Z Compiling lazy_static v1.5.0
21502026-08-17T23:29:15.592Z Compiling ipnetwork v0.21.1
21512026-08-17T23:29:15.687Z Compiling scroll v0.13.0
21522026-08-17T23:29:15.796Z Compiling anstyle-parse v0.2.7
21532026-08-17T23:29:15.930Z Compiling ipnet v2.11.0
21542026-08-17T23:29:16.037Z Compiling snafu-derive v0.8.9
21552026-08-17T23:29:16.054Z Compiling strum_macros v0.26.4
21562026-08-17T23:29:16.384Z Compiling flate2 v1.1.9
21572026-08-17T23:29:17.152Z Compiling darling_core v0.20.11
21582026-08-17T23:29:17.238Z Compiling darling_core v0.23.0
21592026-08-17T23:29:17.636Z Compiling httpdate v1.0.3
21602026-08-17T23:29:17.674Z Compiling nodrop v0.1.14
21612026-08-17T23:29:18.102Z Compiling foreign-types-shared v0.1.1
21622026-08-17T23:29:18.151Z Compiling crc-catalog v2.4.0
21632026-08-17T23:29:18.170Z Compiling winnow v0.5.40
21642026-08-17T23:29:18.224Z Compiling foreign-types v0.3.2
21652026-08-17T23:29:18.239Z Compiling crc v3.4.0
21662026-08-17T23:29:18.273Z Compiling hyper v1.10.1
21672026-08-17T23:29:18.340Z Compiling array-init v0.0.4
21682026-08-17T23:29:18.790Z Compiling newtype-uuid v1.3.2
21692026-08-17T23:29:18.840Z Compiling anstream v0.6.21
21702026-08-17T23:29:19.159Z Compiling darling_macro v0.20.11
21712026-08-17T23:29:19.364Z Compiling goblin v0.10.5
21722026-08-17T23:29:19.417Z Compiling darling_macro v0.23.0
21732026-08-17T23:29:19.697Z Compiling oxnet v0.1.6
21742026-08-17T23:29:19.751Z Compiling toml_edit v0.19.15
21752026-08-17T23:29:19.913Z Compiling smallvec v0.6.14
21762026-08-17T23:29:20.122Z Compiling pkcs1 v0.7.5
21772026-08-17T23:29:20.192Z Compiling bitfield v0.19.4
21782026-08-17T23:29:20.456Z Compiling zerocopy v0.6.6
21792026-08-17T23:29:20.690Z Compiling zerocopy-derive v0.7.35
21802026-08-17T23:29:20.804Z Compiling curve25519-dalek v4.1.3
21812026-08-17T23:29:21.065Z Compiling env_filter v1.0.0
21822026-08-17T23:29:21.188Z Compiling memoffset v0.9.1
21832026-08-17T23:29:21.272Z Compiling hashbrown v0.12.3
21842026-08-17T23:29:21.287Z Compiling ref-cast v1.0.25
21852026-08-17T23:29:21.401Z Compiling litrs v1.0.0
21862026-08-17T23:29:21.706Z Compiling smoltcp v0.9.1
21872026-08-17T23:29:21.857Z Compiling base64 v0.21.7
21882026-08-17T23:29:21.892Z Compiling document-features v0.2.12
21892026-08-17T23:29:22.127Z Compiling dof v0.4.0
21902026-08-17T23:29:22.273Z Compiling ron v0.8.1
21912026-08-17T23:29:22.404Z Compiling toml v0.7.8
21922026-08-17T23:29:22.434Z Compiling env_logger v0.11.9
21932026-08-17T23:29:22.659Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21942026-08-17T23:29:22.684Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21952026-08-17T23:29:22.884Z Compiling rsa v0.9.10
21962026-08-17T23:29:23.164Z Compiling serde-hex v0.1.0
21972026-08-17T23:29:23.180Z Compiling bzip2 v0.4.4
21982026-08-17T23:29:23.247Z Compiling daft v0.1.7
21992026-08-17T23:29:23.351Z Compiling darling v0.23.0
22002026-08-17T23:29:23.436Z Compiling darling v0.20.11
22012026-08-17T23:29:23.450Z Compiling hyper-util v0.1.20
22022026-08-17T23:29:23.567Z Compiling hashbrown v0.13.2
22032026-08-17T23:29:24.164Z Compiling dtrace-parser v0.3.0
22042026-08-17T23:29:24.337Z Compiling x509-cert v0.2.5
22052026-08-17T23:29:24.374Z Compiling hmac v0.12.1
22062026-08-17T23:29:24.703Z Compiling async-recursion v1.1.1
22072026-08-17T23:29:24.830Z Compiling sync_wrapper v1.0.2
22082026-08-17T23:29:24.955Z Compiling thread-id v5.1.0
22092026-08-17T23:29:25.181Z Compiling siphasher v1.0.2
22102026-08-17T23:29:25.211Z Compiling crc-any v2.5.0
22112026-08-17T23:29:25.263Z Compiling powerfmt v0.2.0
22122026-08-17T23:29:25.314Z Compiling cfg_aliases v0.2.1
22132026-08-17T23:29:25.400Z Compiling nix v0.31.2
22142026-08-17T23:29:25.475Z Compiling deranged v0.5.8
22152026-08-17T23:29:25.730Z Compiling tower v0.5.3
22162026-08-17T23:29:26.340Z Compiling object v0.30.4
22172026-08-17T23:29:26.731Z Compiling derive_builder_core v0.20.2
22182026-08-17T23:29:26.747Z Compiling serde_with_macros v3.21.0
22192026-08-17T23:29:26.896Z Compiling zip v0.6.6
22202026-08-17T23:29:27.223Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22212026-08-17T23:29:27.536Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22222026-08-17T23:29:27.773Z Compiling bstr v1.12.1
22232026-08-17T23:29:27.796Z Compiling block-buffer v0.12.1
22242026-08-17T23:29:27.813Z Compiling crypto-common v0.2.2
22252026-08-17T23:29:28.170Z Compiling http-body-util v0.1.3
22262026-08-17T23:29:28.570Z Compiling futures-executor v0.3.32
22272026-08-17T23:29:28.635Z Compiling hubpack_derive v0.1.1
22282026-08-17T23:29:28.794Z Compiling serde_tokenstream v0.2.3
22292026-08-17T23:29:28.839Z Compiling erased-serde v0.3.31
22302026-08-17T23:29:28.879Z Compiling ref-cast-impl v1.0.25
22312026-08-17T23:29:29.062Z Compiling curve25519-dalek-derive v0.1.1
22322026-08-17T23:29:29.084Z Compiling strum_macros v0.27.2
22332026-08-17T23:29:29.112Z Compiling fs-err v3.3.0
22342026-08-17T23:29:29.127Z Compiling usdt-impl v0.5.0
22352026-08-17T23:29:29.323Z Compiling num_threads v0.1.7
22362026-08-17T23:29:29.363Z Compiling same-file v1.0.6
22372026-08-17T23:29:29.378Z Compiling ryu v1.0.23
22382026-08-17T23:29:29.421Z Compiling path-slash v0.1.5
22392026-08-17T23:29:29.461Z Compiling unicode-bidi v0.3.18
22402026-08-17T23:29:29.552Z Compiling object v0.37.3
22412026-08-17T23:29:29.567Z Compiling iri-string v0.7.10
22422026-08-17T23:29:29.572Z Compiling unicode-properties v0.1.4
22432026-08-17T23:29:29.831Z Compiling allocator-api2 v0.2.21
22442026-08-17T23:29:30.107Z Compiling time v0.3.47
22452026-08-17T23:29:30.836Z Compiling tower-http v0.6.8
22462026-08-17T23:29:30.852Z Compiling stringprep v0.1.5
22472026-08-17T23:29:30.867Z Compiling serde_urlencoded v0.7.1
22482026-08-17T23:29:31.163Z Compiling walkdir v2.5.0
22492026-08-17T23:29:32.042Z Compiling futures v0.3.32
22502026-08-17T23:29:32.352Z Compiling derive_builder_macro v0.20.2
22512026-08-17T23:29:32.664Z Compiling tokio-native-tls v0.3.1
22522026-08-17T23:29:32.792Z Compiling strum v0.26.3
22532026-08-17T23:29:32.861Z Compiling block-padding v0.4.2
22542026-08-17T23:29:33.013Z Compiling scroll v0.12.0
22552026-08-17T23:29:33.047Z Compiling pin-project v1.1.11
22562026-08-17T23:29:33.051Z Compiling rustls-native-certs v0.8.3
22572026-08-17T23:29:33.135Z Compiling md-5 v0.10.6
22582026-08-17T23:29:33.176Z Compiling hash32 v0.2.1
22592026-08-17T23:29:33.179Z Compiling vergen-lib v9.1.0
22602026-08-17T23:29:33.263Z Compiling encoding_rs v0.8.35
22612026-08-17T23:29:33.313Z Compiling jiff-core v0.1.0
22622026-08-17T23:29:33.360Z Compiling fallible-iterator v0.2.0
22632026-08-17T23:29:33.379Z Compiling psl-types v2.0.11
22642026-08-17T23:29:33.396Z Compiling cpufeatures v0.3.0
22652026-08-17T23:29:33.447Z Compiling mime v0.3.17
22662026-08-17T23:29:33.518Z Compiling publicsuffix v2.3.0
22672026-08-17T23:29:33.683Z Compiling postgres-protocol v0.6.10
22682026-08-17T23:29:33.714Z Compiling goblin v0.8.2
22692026-08-17T23:29:34.045Z Compiling snafu v0.8.9
22702026-08-17T23:29:34.076Z Compiling inout v0.2.2
22712026-08-17T23:29:34.181Z Compiling jiff v0.2.34
22722026-08-17T23:29:34.252Z Compiling derive_builder v0.20.2
22732026-08-17T23:29:34.401Z Compiling hyper-tls v0.6.0
22742026-08-17T23:29:34.638Z Compiling usdt-macro v0.6.0
22752026-08-17T23:29:34.708Z Compiling usdt-attr-macro v0.6.0
22762026-08-17T23:29:34.773Z Compiling globset v0.4.18
22772026-08-17T23:29:34.825Z Compiling phf_shared v0.13.1
22782026-08-17T23:29:34.839Z Compiling crossbeam-epoch v0.9.18
22792026-08-17T23:29:34.977Z Compiling zerocopy v0.7.35
22802026-08-17T23:29:35.163Z Compiling regex v1.12.3
22812026-08-17T23:29:35.485Z Compiling serde_plain v1.0.2
22822026-08-17T23:29:35.548Z Compiling enum-as-inner v0.6.1
22832026-08-17T23:29:35.591Z Compiling serde_repr v0.1.20
22842026-08-17T23:29:35.706Z Compiling pem v3.0.6
22852026-08-17T23:29:35.729Z Compiling vergen v9.1.0
22862026-08-17T23:29:35.779Z Compiling cargo-platform v0.3.2
22872026-08-17T23:29:35.935Z Compiling ff v0.13.1
22882026-08-17T23:29:36.043Z Compiling filetime v0.2.27
22892026-08-17T23:29:36.058Z Compiling unicode-segmentation v1.12.0
22902026-08-17T23:29:36.099Z Compiling managed v0.8.0
22912026-08-17T23:29:36.127Z Compiling bitflags v1.3.2
22922026-08-17T23:29:36.164Z Compiling foldhash v0.2.0
22932026-08-17T23:29:36.271Z Compiling libbz2-rs-sys v0.2.2
22942026-08-17T23:29:36.329Z Compiling typed-path v0.9.3
22952026-08-17T23:29:36.377Z Compiling xattr v1.6.1
22962026-08-17T23:29:36.392Z Compiling foldhash v0.1.5
22972026-08-17T23:29:36.406Z Compiling bumpalo v3.20.2
22982026-08-17T23:29:36.577Z Compiling either v1.15.0
22992026-08-17T23:29:36.614Z Compiling const-oid v0.10.2
23002026-08-17T23:29:36.644Z Compiling base16ct v0.2.0
23012026-08-17T23:29:36.780Z Compiling sec1 v0.7.3
23022026-08-17T23:29:36.802Z Compiling digest v0.11.3
23032026-08-17T23:29:36.821Z Compiling bzip2 v0.6.1
23042026-08-17T23:29:36.858Z Compiling zopfli v0.8.3
23052026-08-17T23:29:36.886Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23062026-08-17T23:29:36.977Z Compiling hashbrown v0.15.5
23072026-08-17T23:29:37.050Z Compiling tar v0.4.46
23082026-08-17T23:29:37.123Z Compiling hashbrown v0.16.1
23092026-08-17T23:29:37.460Z Compiling group v0.13.0
23102026-08-17T23:29:37.550Z Compiling cargo_metadata v0.23.1
23112026-08-17T23:29:37.670Z Compiling dof v0.3.0
23122026-08-17T23:29:38.276Z Compiling phf v0.13.1
23132026-08-17T23:29:38.410Z Compiling zstd v0.13.3
23142026-08-17T23:29:38.670Z Compiling reqwest v0.12.28
23152026-08-17T23:29:38.783Z Compiling signal-hook-mio v0.2.5
23162026-08-17T23:29:38.919Z Compiling cookie_store v0.22.1
23172026-08-17T23:29:39.029Z Compiling cipher v0.5.2
23182026-08-17T23:29:39.033Z Compiling postgres-types v0.2.12
23192026-08-17T23:29:39.190Z Compiling strum v0.27.2
23202026-08-17T23:29:39.451Z Compiling hubpack v0.1.2
23212026-08-17T23:29:39.496Z Compiling phf_shared v0.11.3
23222026-08-17T23:29:39.511Z Compiling hkdf v0.12.4
23232026-08-17T23:29:39.515Z Compiling dtrace-parser v0.2.0
23242026-08-17T23:29:39.547Z Compiling byte-wrapper v0.1.0
23252026-08-17T23:29:39.673Z Compiling ed25519 v2.2.3
23262026-08-17T23:29:39.692Z Compiling olpc-cjson v0.1.4
23272026-08-17T23:29:39.937Z Compiling crypto-bigint v0.5.5
23282026-08-17T23:29:40.116Z Compiling serde-big-array v0.5.1
23292026-08-17T23:29:40.136Z Compiling float-cmp v0.10.0
23302026-08-17T23:29:40.240Z Compiling memmap2 v0.9.10
23312026-08-17T23:29:40.275Z Compiling thread-id v4.2.2
23322026-08-17T23:29:40.372Z Compiling precomputed-hash v0.1.1
23332026-08-17T23:29:40.436Z Compiling normalize-line-endings v0.3.0
23342026-08-17T23:29:40.529Z Compiling toml_write v0.1.2
23352026-08-17T23:29:40.565Z Compiling difflib v0.4.0
23362026-08-17T23:29:40.603Z Compiling rayon-core v1.13.0
23372026-08-17T23:29:40.631Z Compiling data-encoding v2.10.0
23382026-08-17T23:29:40.747Z Compiling new_debug_unreachable v1.0.6
23392026-08-17T23:29:40.762Z Compiling keccak v0.1.6
23402026-08-17T23:29:40.789Z Compiling whoami v2.1.0
23412026-08-17T23:29:40.813Z Compiling static_assertions v1.1.0
23422026-08-17T23:29:41.046Z Compiling winnow v1.0.3
23432026-08-17T23:29:41.062Z Compiling fixedbitset v0.5.7
23442026-08-17T23:29:41.128Z Compiling predicates-core v1.0.10
23452026-08-17T23:29:41.174Z Compiling winnow v0.7.14
23462026-08-17T23:29:41.352Z Compiling fixedbitset v0.4.2
23472026-08-17T23:29:41.419Z Compiling chacha20 v0.10.0
23482026-08-17T23:29:41.542Z Compiling petgraph v0.6.5
23492026-08-17T23:29:41.686Z Compiling petgraph v0.8.3
23502026-08-17T23:29:41.716Z Compiling predicates v3.1.4
23512026-08-17T23:29:42.048Z Compiling toml_parser v1.1.2+spec-1.1.0
23522026-08-17T23:29:42.101Z Compiling tokio-postgres v0.7.16
23532026-08-17T23:29:42.307Z Compiling hickory-proto v0.25.2
23542026-08-17T23:29:42.616Z Compiling toml_edit v0.22.27
23552026-08-17T23:29:42.658Z Compiling sha3 v0.10.8
23562026-08-17T23:29:42.936Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23572026-08-17T23:29:43.021Z Compiling elliptic-curve v0.13.8
23582026-08-17T23:29:43.079Z Compiling string_cache v0.8.9
23592026-08-17T23:29:43.403Z Compiling usdt v0.6.0
23602026-08-17T23:29:43.765Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23612026-08-17T23:29:44.393Z Compiling ed25519-dalek v2.2.0
23622026-08-17T23:29:44.881Z Compiling zip v4.6.1
23632026-08-17T23:29:45.553Z Compiling crossterm v0.28.1
23642026-08-17T23:29:46.008Z Compiling iddqd v0.4.2
23652026-08-17T23:29:46.360Z Compiling itertools v0.13.0
23662026-08-17T23:29:46.489Z Compiling itertools v0.15.0
23672026-08-17T23:29:46.556Z Compiling heck v0.4.1
23682026-08-17T23:29:46.708Z Compiling similar v2.7.0
23692026-08-17T23:29:47.220Z Compiling serde_with v3.21.0
23702026-08-17T23:29:48.205Z Compiling tokio-stream v0.1.18
23712026-08-17T23:29:48.242Z Compiling buf-list v1.1.2
23722026-08-17T23:29:48.309Z Compiling half v2.7.1
23732026-08-17T23:29:48.336Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23742026-08-17T23:29:48.514Z Compiling openapiv3 v2.2.0
23752026-08-17T23:29:48.684Z Compiling lalrpop-util v0.19.12
23762026-08-17T23:29:48.744Z Compiling ciborium-io v0.2.2
23772026-08-17T23:29:48.861Z Compiling peg-runtime v0.8.5
23782026-08-17T23:29:49.125Z Compiling ciborium-ll v0.2.2
23792026-08-17T23:29:50.086Z Compiling crossbeam-deque v0.8.6
23802026-08-17T23:29:50.527Z Compiling camino-tempfile v1.4.1
23812026-08-17T23:29:51.363Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23822026-08-17T23:29:51.618Z Compiling blake3 v1.8.5
23832026-08-17T23:29:51.723Z Compiling fs-err v2.11.0
23842026-08-17T23:29:53.904Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23852026-08-17T23:29:55.803Z Compiling ciborium v0.2.2
23862026-08-17T23:29:56.081Z Compiling rustls-webpki v0.103.13
23872026-08-17T23:29:56.306Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
23882026-08-17T23:29:57.027Z Compiling thread_local v1.1.9
23892026-08-17T23:29:57.146Z Compiling slog-async v2.8.0
23902026-08-17T23:29:57.183Z Compiling arrayref v0.3.9
23912026-08-17T23:29:57.275Z Compiling arrayvec v0.7.6
23922026-08-17T23:29:57.394Z Compiling constant_time_eq v0.4.2
23932026-08-17T23:29:57.549Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23942026-08-17T23:29:57.590Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23952026-08-17T23:29:57.673Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23962026-08-17T23:29:57.893Z Compiling toml v0.8.23
23972026-08-17T23:29:57.983Z Compiling atomicwrites v0.4.4
23982026-08-17T23:29:58.000Z Compiling digest-io v0.1.0
23992026-08-17T23:29:58.031Z Compiling sha2 v0.11.0
24002026-08-17T23:29:58.046Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24012026-08-17T23:29:58.163Z Compiling crossbeam-channel v0.5.15
24022026-08-17T23:29:58.262Z Compiling serde_path_to_error v0.1.20
24032026-08-17T23:29:58.280Z Compiling is-terminal v0.4.17
24042026-08-17T23:29:58.399Z Compiling take_mut v0.2.2
24052026-08-17T23:29:58.534Z Compiling term v1.2.1
24062026-08-17T23:29:58.551Z Compiling debug-ignore v1.0.5
24072026-08-17T23:29:58.658Z Compiling indent_write v2.2.0
24082026-08-17T23:29:58.675Z Compiling topological-sort v0.2.2
24092026-08-17T23:29:58.726Z Compiling parse-size v1.1.0
24102026-08-17T23:29:58.825Z Compiling rawzip v0.4.4
24112026-08-17T23:29:58.853Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24122026-08-17T23:29:58.919Z Compiling slog-term v2.9.2
24132026-08-17T23:29:58.997Z Compiling shell-words v1.1.1
24142026-08-17T23:29:59.487Z Compiling tokio-rustls v0.26.4
24152026-08-17T23:29:59.572Z Compiling rustls-platform-verifier v0.6.2
24162026-08-17T23:29:59.769Z Compiling hyper-rustls v0.27.7
24172026-08-17T23:29:59.793Z Compiling tough v0.22.0
24182026-08-17T23:30:00.061Z Compiling reqwest v0.13.2
24192026-08-17T23:30:02.738Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24202026-08-17T23:30:07.253Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24212026-08-17T23:30:09.329Z Compiling omicron-zone-package v0.12.3
24222026-08-17T23:30:09.658Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24232026-08-17T23:30:09.960Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24242026-08-17T23:30:09.993Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24252026-08-17T23:30:14.536Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24262026-08-17T23:30:26.728Z Finished `release` profile [optimized] target(s) in 1m 29s
24272026-08-17T23:30:26.871Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24282026-08-17T23:30:26.926ZAug 17 23:30:26.028 DEBG changing working directory to /work/oxidecomputer/omicron
24292026-08-17T23:30:27.020ZAug 17 23:30:26.123 DEBG running: git rev-parse HEAD
24302026-08-17T23:30:27.024ZAug 17 23:30:26.126 DEBG process exited with exit status: 0 (2.515379ms)
24312026-08-17T23:30:27.024ZAug 17 23:30:26.126 INFO version: 23.0.0-0.ci+gitaac4ef5abd2
24322026-08-17T23:30:27.031ZAug 17 23:30:26.134 INFO cloning helios to /work/oxidecomputer/helios
24332026-08-17T23:30:27.031ZAug 17 23:30:26.134 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24342026-08-17T23:30:27.036ZCloning into '/work/oxidecomputer/helios'...
24352026-08-17T23:30:27.701ZAug 17 23:30:26.805 DEBG process exited with exit status: 0 (670.42124ms)
24362026-08-17T23:30:27.701ZAug 17 23:30:26.805 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24372026-08-17T23:30:27.705ZAug 17 23:30:26.807 DEBG process exited with exit status: 0 (2.370579ms)
24382026-08-17T23:30:27.705ZAug 17 23:30:26.807 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24392026-08-17T23:30:28.060ZAug 17 23:30:27.163 DEBG process exited with exit status: 0 (355.493541ms)
24402026-08-17T23:30:28.060ZAug 17 23:30:27.163 DEBG running: zfs list rpool/images/build/host
24412026-08-17T23:30:28.065ZNAME USED AVAIL REFER MOUNTPOINT
24422026-08-17T23:30:28.065Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24432026-08-17T23:30:28.065ZAug 17 23:30:27.167 DEBG process exited with exit status: 0 (4.306309ms)
24442026-08-17T23:30:28.065ZAug 17 23:30:27.167 DEBG running: zfs list rpool/images/build/recovery
24452026-08-17T23:30:28.070ZNAME USED AVAIL REFER MOUNTPOINT
24462026-08-17T23:30:28.070Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24472026-08-17T23:30:28.070ZAug 17 23:30:27.170 DEBG process exited with exit status: 0 (3.414508ms)
24482026-08-17T23:30:28.070ZAug 17 23:30:27.170 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24492026-08-17T23:30:28.080ZAug 17 23:30:27.184 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026073100.0.0, but the current nexus API version is 2026081700.0.0; the console needs a client regen and tools/console_version needs a bump
24502026-08-17T23:30:28.084ZAug 17 23:30:27.184 INFO [hubris-staging] running task
24512026-08-17T23:30:28.084ZAug 17 23:30:27.184 INFO [incorp-manifest] running task
24522026-08-17T23:30:28.084ZAug 17 23:30:27.184 INFO [hubris-production] running task
24532026-08-17T23:30:28.084ZAug 17 23:30:27.184 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24542026-08-17T23:30:28.084ZAug 17 23:30:27.185 INFO [incorp-create] running: pkgrepo create /work/incorporation
24552026-08-17T23:30:28.084ZAug 17 23:30:27.186 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24562026-08-17T23:30:28.084ZAug 17 23:30:27.187 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24572026-08-17T23:30:28.113Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24582026-08-17T23:30:28.190Z[ omicron-package] Blocking waiting for file lock on package cache
24592026-08-17T23:30:28.314ZAug 17 23:30:27.417 INFO [incorp-create] process exited with exit status: 0 (232.664449ms)
24602026-08-17T23:30:28.318ZAug 17 23:30:27.418 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24612026-08-17T23:30:28.544ZAug 17 23:30:27.647 INFO [incorp-publisher] process exited with exit status: 0 (229.859731ms)
24622026-08-17T23:30:28.912Z[ omicron-package] Blocking waiting for file lock on package cache
24632026-08-17T23:30:29.396ZAug 17 23:30:28.499 INFO [hubris-production] task succeeded (1.314507219s)
24642026-08-17T23:30:29.827ZAug 17 23:30:28.930 DEBG process exited with exit status: 0 (1.745708251s)
24652026-08-17T23:30:29.827ZAug 17 23:30:28.930 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24662026-08-17T23:30:30.133Z[ omicron-package] Compiling macaddr v1.0.1
24672026-08-17T23:30:30.133Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24682026-08-17T23:30:30.133Z[ omicron-package] Compiling secrecy v0.10.3
24692026-08-17T23:30:30.137Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24702026-08-17T23:30:30.137Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24712026-08-17T23:30:30.137Z[ omicron-package] Compiling heapless v0.8.0
24722026-08-17T23:30:30.137Z[ omicron-package] Compiling ingot-macros v0.2.0
24732026-08-17T23:30:30.137Z[ omicron-package] Compiling hash32 v0.3.1
24742026-08-17T23:30:30.137Z[ omicron-package] Compiling inout v0.1.4
24752026-08-17T23:30:30.137Z[ omicron-package] Compiling multer v3.1.0
24762026-08-17T23:30:30.137Z[ omicron-package] Compiling compression-core v0.4.31
24772026-08-17T23:30:30.137Z[ omicron-package] Compiling smoltcp v0.11.0
24782026-08-17T23:30:30.137Z[ omicron-package] Compiling match_cfg v0.1.0
24792026-08-17T23:30:30.137Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24802026-08-17T23:30:30.137Z[ omicron-package] Compiling unicode-width v0.2.0
24812026-08-17T23:30:30.137Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24822026-08-17T23:30:30.943Z[ omicron-package] Compiling slog-json v2.6.1
24832026-08-17T23:30:30.947Z[ omicron-package] Compiling compression-codecs v0.4.37
24842026-08-17T23:30:30.970Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
24852026-08-17T23:30:30.975Z[ omicron-package] Compiling cobs v0.3.0
24862026-08-17T23:30:31.118Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24872026-08-17T23:30:31.136Z[ omicron-package] Compiling universal-hash v0.5.1
24882026-08-17T23:30:31.162Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24892026-08-17T23:30:31.508Z[ omicron-package] Compiling hostname v0.3.1
24902026-08-17T23:30:31.508Z[ omicron-package] Compiling async-stream-impl v0.3.6
24912026-08-17T23:30:31.553Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
24922026-08-17T23:30:31.553Z[ omicron-package] Compiling serde_spanned v1.1.1
24932026-08-17T23:30:31.556Z[ omicron-package] Compiling dropshot v0.17.1
24942026-08-17T23:30:31.647Z[ omicron-package] Compiling cipher v0.4.4
24952026-08-17T23:30:31.733Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24962026-08-17T23:30:31.810Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24972026-08-17T23:30:31.815Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24982026-08-17T23:30:31.828Z[ omicron-package] Compiling opaque-debug v0.3.1
24992026-08-17T23:30:31.918Z[ omicron-package] Compiling convert_case v0.4.0
25002026-08-17T23:30:31.969Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25012026-08-17T23:30:32.106Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25022026-08-17T23:30:32.110Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25032026-08-17T23:30:32.124Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25042026-08-17T23:30:32.124Z[ omicron-package] Compiling poly1305 v0.8.0
25052026-08-17T23:30:32.127Z[ omicron-package] Compiling chacha20 v0.9.1
25062026-08-17T23:30:32.228Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25072026-08-17T23:30:32.233Z[ omicron-package] Compiling slog-bunyan v2.5.0
25082026-08-17T23:30:32.370Z[ omicron-package] Compiling num_enum_derive v0.7.6
25092026-08-17T23:30:32.409Z[ omicron-package] Compiling async-stream v0.3.6
25102026-08-17T23:30:32.473Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25112026-08-17T23:30:32.473Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25122026-08-17T23:30:32.479ZAug 17 23:30:31.582 DEBG process exited with exit status: 0 (2.652026248s)
25132026-08-17T23:30:32.483Z[ omicron-package] Compiling async-compression v0.4.41
25142026-08-17T23:30:32.483ZAug 17 23:30:31.583 INFO [incorp-manifest] task succeeded (4.399149749s)
25152026-08-17T23:30:32.483ZAug 17 23:30:31.584 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25162026-08-17T23:30:32.566Z[ omicron-package] Compiling postcard v1.1.3
25172026-08-17T23:30:32.570Z[ omicron-package] Compiling derive_more v0.99.20
25182026-08-17T23:30:32.622Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25192026-08-17T23:30:32.700ZAug 17 23:30:31.802 INFO [incorp-fmt] process exited with exit status: 0 (218.628675ms)
25202026-08-17T23:30:32.700ZAug 17 23:30:31.802 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25212026-08-17T23:30:32.709Z[ omicron-package] Compiling sha1 v0.11.0
25222026-08-17T23:30:32.749Z[ omicron-package] Compiling progenitor-client v0.14.0
25232026-08-17T23:30:32.784Z[ omicron-package] Compiling parse-display-derive v0.10.0
25242026-08-17T23:30:32.817Z[ omicron-package] Compiling waitgroup v0.1.2
25252026-08-17T23:30:32.974Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25262026-08-17T23:30:33.053Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260817T233032Z
25272026-08-17T23:30:33.053Z[ incorp-pkgsend] PUBLISHED
25282026-08-17T23:30:33.080Z[ omicron-package] Compiling backon v1.6.0
25292026-08-17T23:30:33.130ZAug 17 23:30:32.232 INFO [incorp-pkgsend] process exited with exit status: 0 (429.924153ms)
25302026-08-17T23:30:33.134ZAug 17 23:30:32.233 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25312026-08-17T23:30:33.226Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25322026-08-17T23:30:33.262Z[ omicron-package] Compiling password-hash v0.5.0
25332026-08-17T23:30:33.390Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25342026-08-17T23:30:33.401Z[ helios-incorp] Retrieving packages for publisher helios ...
25352026-08-17T23:30:33.404Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25362026-08-17T23:30:33.435Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25372026-08-17T23:30:33.435Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25382026-08-17T23:30:33.435Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25392026-08-17T23:30:33.443Z[ helios-incorp]
25402026-08-17T23:30:33.443Z[ helios-incorp] Archiving packages ...
25412026-08-17T23:30:33.448Z[ helios-incorp] Packages to add: 1
25422026-08-17T23:30:33.448Z[ helios-incorp] Files to retrieve: 0
25432026-08-17T23:30:33.448Z[ helios-incorp] Estimated transfer size: 0.00 B
25442026-08-17T23:30:33.448Z[ helios-incorp]
25452026-08-17T23:30:33.448Z[ helios-incorp] Packages to archive:
25462026-08-17T23:30:33.448Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260817T233032Z
25472026-08-17T23:30:33.448Z[ helios-incorp]
25482026-08-17T23:30:33.448Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25492026-08-17T23:30:33.448Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25502026-08-17T23:30:33.454Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25512026-08-17T23:30:33.482Z[ omicron-package] Compiling blake2 v0.10.6
25522026-08-17T23:30:33.528Z[ omicron-package] Compiling aead v0.5.2
25532026-08-17T23:30:33.536ZAug 17 23:30:32.639 INFO [helios-incorp] process exited with exit status: 0 (406.765552ms)
25542026-08-17T23:30:33.646Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25552026-08-17T23:30:33.646Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25562026-08-17T23:30:33.716Z[ omicron-package] Compiling hostname v0.4.2
25572026-08-17T23:30:33.764Z[ omicron-package] Compiling proc-macro-error v1.0.4
25582026-08-17T23:30:33.850Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25592026-08-17T23:30:33.854Z[ omicron-package] Compiling ingot-types v0.2.0
25602026-08-17T23:30:33.976Z[ omicron-package] Compiling instant v0.1.13
25612026-08-17T23:30:34.040Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25622026-08-17T23:30:34.147Z[ omicron-package] Compiling argon2 v0.5.3
25632026-08-17T23:30:34.196Z[ omicron-package] Compiling backoff v0.4.0
25642026-08-17T23:30:34.266Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25652026-08-17T23:30:34.301Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25662026-08-17T23:30:34.339Z[ omicron-package] Compiling foreign-types v0.5.0
25672026-08-17T23:30:34.380Z[ omicron-package] Compiling num_enum v0.7.6
25682026-08-17T23:30:34.479Z[ omicron-package] Compiling ingot v0.2.1
25692026-08-17T23:30:34.514Z[ omicron-package] Compiling num_enum_derive v0.5.11
25702026-08-17T23:30:34.514Z[ omicron-package] Compiling progenitor-extras v0.2.0
25712026-08-17T23:30:34.518Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25722026-08-17T23:30:34.565Z[ omicron-package] Compiling vsss-rs v3.3.4
25732026-08-17T23:30:34.679Z[ omicron-package] Compiling parse-display v0.10.0
25742026-08-17T23:30:34.750Z[ omicron-package] Compiling tabwriter v1.4.1
25752026-08-17T23:30:34.787Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25762026-08-17T23:30:34.956Z[ omicron-package] Compiling regress v0.10.5
25772026-08-17T23:30:34.997Z[ omicron-package] Compiling itertools v0.14.0
25782026-08-17T23:30:35.002Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25792026-08-17T23:30:35.070Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25802026-08-17T23:30:35.279Z[ omicron-package] Compiling cstr-argument v0.1.2
25812026-08-17T23:30:35.283Z[ omicron-package] Compiling humantime v2.3.0
25822026-08-17T23:30:35.375Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
25832026-08-17T23:30:35.564Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25842026-08-17T23:30:35.690Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25852026-08-17T23:30:35.766Z[ omicron-package] Compiling num_enum v0.5.11
25862026-08-17T23:30:35.806Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25872026-08-17T23:30:35.921Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25882026-08-17T23:30:35.957Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25892026-08-17T23:30:35.962Z[ omicron-package] Compiling rayon v1.11.0
25902026-08-17T23:30:35.962Z[ omicron-package] Compiling rand v0.10.1
25912026-08-17T23:30:36.129Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25922026-08-17T23:30:36.129Z[ omicron-package] Compiling libefi-sys v0.1.0
25932026-08-17T23:30:36.264Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25942026-08-17T23:30:36.347Z[ omicron-package] Compiling colored v3.1.1
25952026-08-17T23:30:36.386Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25962026-08-17T23:30:36.528Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25972026-08-17T23:30:36.554Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25982026-08-17T23:30:36.583Z[ omicron-package] Compiling itertools v0.12.1
25992026-08-17T23:30:36.640Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26002026-08-17T23:30:36.878Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26012026-08-17T23:30:37.062Z[ omicron-package] Compiling usdt-macro v0.5.0
26022026-08-17T23:30:37.089Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26032026-08-17T23:30:37.109Z[ omicron-package] Compiling num-derive v0.4.2
26042026-08-17T23:30:37.136Z[ omicron-package] Compiling bitfield-struct v0.6.2
26052026-08-17T23:30:37.180Z[ omicron-package] Compiling memmap v0.7.0
26062026-08-17T23:30:37.180Z[ omicron-package] Compiling sigpipe v0.1.3
26072026-08-17T23:30:37.184Z[ omicron-package] Compiling glob v0.3.3
26082026-08-17T23:30:37.310Z[ omicron-package] Compiling swrite v0.1.0
26092026-08-17T23:30:37.461Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26102026-08-17T23:30:38.002Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26112026-08-17T23:30:38.134Z[ omicron-package] Compiling zone v0.3.1
26122026-08-17T23:30:38.181Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26132026-08-17T23:30:38.232Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26142026-08-17T23:30:38.292Z[ omicron-package] Compiling usdt v0.5.0
26152026-08-17T23:30:38.414Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-08-17T23:30:38.575Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26172026-08-17T23:30:38.658Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26182026-08-17T23:30:38.774Z[ omicron-package] Compiling smf v0.2.3
26192026-08-17T23:30:38.818Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26202026-08-17T23:30:38.854Z[ omicron-package] Compiling whoami v1.6.1
26212026-08-17T23:30:38.966Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26222026-08-17T23:30:39.038Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26232026-08-17T23:30:39.055Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26242026-08-17T23:30:39.059Z[ omicron-package] Compiling console v0.16.2
26252026-08-17T23:30:39.147Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26262026-08-17T23:30:39.402Z[ omicron-package] Compiling gethostname v0.5.0
26272026-08-17T23:30:39.466Z[ omicron-package] Compiling unit-prefix v0.5.2
26282026-08-17T23:30:39.525Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26292026-08-17T23:30:39.702Z[ omicron-package] Compiling indicatif v0.18.4
26302026-08-17T23:30:40.217Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26312026-08-17T23:30:43.175Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26322026-08-17T23:30:44.181Z[ helios-setup] Aug 17 23:30:43.284 INFO helios repository root is: /work/oxidecomputer/helios
26332026-08-17T23:30:44.185Z[ helios-setup] Aug 17 23:30:43.285 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26342026-08-17T23:30:44.185Z[ helios-setup] Aug 17 23:30:43.285 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26352026-08-17T23:30:44.185Z[ helios-setup] Aug 17 23:30:43.285 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl
26362026-08-17T23:30:44.185Z[ helios-setup] Aug 17 23:30:43.285 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26372026-08-17T23:30:44.185Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26382026-08-17T23:30:45.200Z[ helios-setup] Aug 17 23:30:44.303 INFO clone ok!, project: phbl
26392026-08-17T23:30:45.204Z[ helios-setup] Aug 17 23:30:44.303 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver
26402026-08-17T23:30:45.204Z[ helios-setup] Aug 17 23:30:44.303 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26412026-08-17T23:30:45.204Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26422026-08-17T23:30:45.777Z[ helios-setup] Aug 17 23:30:44.879 INFO clone ok!, project: bootserver
26432026-08-17T23:30:45.781Z[ helios-setup] Aug 17 23:30:44.879 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, cargo_toolchain: false, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
26442026-08-17T23:30:45.781Z[ helios-setup] Aug 17 23:30:44.879 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
26452026-08-17T23:30:45.781Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26462026-08-17T23:30:46.180ZAug 17 23:30:45.283 INFO [hubris-staging] task succeeded (18.09880759s)
26472026-08-17T23:30:46.626Z[ helios-setup] Aug 17 23:30:45.729 INFO clone ok!, project: amd-host-image-builder
26482026-08-17T23:30:46.629Z[ helios-setup] Aug 17 23:30:45.729 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
26492026-08-17T23:30:46.630Z[ helios-setup] Aug 17 23:30:45.729 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26502026-08-17T23:30:46.630Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26512026-08-17T23:30:47.592Z[ helios-setup] Aug 17 23:30:46.695 INFO clone ok!, project: chelsio-t6-roms
26522026-08-17T23:30:47.595Z[ helios-setup] Aug 17 23:30:46.695 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: None, fixup: [] }, project: pinprick
26532026-08-17T23:30:47.595Z[ helios-setup] Aug 17 23:30:46.695 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26542026-08-17T23:30:47.595Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26552026-08-17T23:30:48.151Z[ helios-setup] Aug 17 23:30:47.254 INFO clone ok!, project: pinprick
26562026-08-17T23:30:48.151Z[ helios-setup] Aug 17 23:30:47.254 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
26572026-08-17T23:30:48.155Z[ helios-setup] Aug 17 23:30:47.254 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26582026-08-17T23:30:48.155Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26592026-08-17T23:30:49.030Z[ helios-setup] Aug 17 23:30:48.133 INFO clone ok!, project: pilot
26602026-08-17T23:30:49.031Z[ helios-setup] Aug 17 23:30:48.133 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, cargo_toolchain: false, unless_env: None, fixup: [] }, project: image-builder
26612026-08-17T23:30:49.035Z[ helios-setup] Aug 17 23:30:48.133 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26622026-08-17T23:30:49.035Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26632026-08-17T23:30:49.621Z[ helios-setup] Aug 17 23:30:48.724 INFO clone ok!, project: image-builder
26642026-08-17T23:30:49.624Z[ helios-setup] Aug 17 23:30:48.724 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
26652026-08-17T23:30:49.624Z[ helios-setup] Aug 17 23:30:48.724 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26662026-08-17T23:30:49.624Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26672026-08-17T23:30:50.428Z[ helios-setup] Aug 17 23:30:49.531 INFO clone ok!, project: dmar-report
26682026-08-17T23:30:50.428Z[ helios-setup] Aug 17 23:30:49.531 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26692026-08-17T23:30:50.431Z[ helios-setup] Aug 17 23:30:49.531 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
26702026-08-17T23:30:50.431Z[ helios-setup] Aug 17 23:30:49.531 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26712026-08-17T23:30:50.431Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26722026-08-17T23:30:51.641Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26732026-08-17T23:30:54.918Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26742026-08-17T23:30:56.038Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26752026-08-17T23:30:57.832Z[ helios-setup] Aug 17 23:30:56.934 INFO clone ok!, project: amd-firmware
26762026-08-17T23:30:57.836Z[ helios-setup] Aug 17 23:30:56.935 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26772026-08-17T23:30:58.070Z[ helios-setup] Aug 17 23:30:57.173 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26782026-08-17T23:30:58.283Z[ helios-setup] Aug 17 23:30:57.386 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26792026-08-17T23:30:58.284Z[ helios-setup] Aug 17 23:30:57.387 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26802026-08-17T23:30:58.493Z[ helios-setup] Aug 17 23:30:57.596 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26812026-08-17T23:30:58.704Z[ helios-setup] Aug 17 23:30:57.807 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26822026-08-17T23:30:58.704Z[ helios-setup] Aug 17 23:30:57.807 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26832026-08-17T23:30:58.918Z[ helios-setup] Aug 17 23:30:58.021 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26842026-08-17T23:30:59.126Z[ helios-setup] Aug 17 23:30:58.229 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26852026-08-17T23:30:59.126Z[ helios-setup] Aug 17 23:30:58.229 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26862026-08-17T23:30:59.134Z[ helios-setup] Aug 17 23:30:58.229 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26872026-08-17T23:30:59.134Z[ helios-setup] Aug 17 23:30:58.229 INFO ok!
26882026-08-17T23:30:59.134Z[ helios-setup] Aug 17 23:30:58.229 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26892026-08-17T23:30:59.134Z[ helios-setup] Aug 17 23:30:58.229 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26902026-08-17T23:30:59.134Z[ helios-setup] Aug 17 23:30:58.229 INFO ok!
26912026-08-17T23:30:59.134Z[ helios-setup] Aug 17 23:30:58.229 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26922026-08-17T23:30:59.134Z[ helios-setup] Aug 17 23:30:58.229 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26932026-08-17T23:30:59.134Z[ helios-setup] Aug 17 23:30:58.229 INFO ok!
26942026-08-17T23:30:59.134Z[ helios-setup] Aug 17 23:30:58.229 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
26952026-08-17T23:31:05.803Z[ omicron-package] Finished `release` profile [optimized] target(s) in 37.71s
26962026-08-17T23:31:06.036Z[ omicron-package]
26972026-08-17T23:31:06.036Z[ omicron-package] real 37.890902750
26982026-08-17T23:31:06.036Z[ omicron-package] user 3:49.038430577
26992026-08-17T23:31:06.039Z[ omicron-package] sys 27.571503891
27002026-08-17T23:31:06.039Z[ omicron-package] trap 0.455650056
27012026-08-17T23:31:06.039Z[ omicron-package] tflt 0.708665165
27022026-08-17T23:31:06.039Z[ omicron-package] dflt 2.560380747
27032026-08-17T23:31:06.039Z[ omicron-package] kflt 0.000417484
27042026-08-17T23:31:06.039Z[ omicron-package] lock 11:04.088042817
27052026-08-17T23:31:06.040Z[ omicron-package] slp 6:00.832512960
27062026-08-17T23:31:06.040Z[ omicron-package] lat 45.273668557
27072026-08-17T23:31:06.040Z[ omicron-package] stop 1:45.733140731
27082026-08-17T23:31:06.040ZAug 17 23:31:05.140 INFO [omicron-package] process exited with exit status: 0 (37.953159136s)
27092026-08-17T23:31:06.040ZAug 17 23:31:05.140 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27102026-08-17T23:31:06.040ZAug 17 23:31:05.140 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27112026-08-17T23:31:06.047Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27122026-08-17T23:31:06.051Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27132026-08-17T23:31:06.051Z[ recovery-target] Created new build target 'recovery' and set it as active
27142026-08-17T23:31:06.051Z[ host-target] Created new build target 'host' and set it as active
27152026-08-17T23:31:06.059ZAug 17 23:31:05.154 INFO [recovery-target] process exited with exit status: 0 (14.183525ms)
27162026-08-17T23:31:06.059ZAug 17 23:31:05.155 INFO [host-target] process exited with exit status: 0 (14.896424ms)
27172026-08-17T23:31:06.059ZAug 17 23:31:05.155 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27182026-08-17T23:31:06.063Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27192026-08-17T23:31:07.606Z[ host-package] Compiling heck v0.5.0
27202026-08-17T23:31:07.606Z[ host-package] Compiling regress v0.11.1
27212026-08-17T23:31:07.843Z[ host-package] Compiling unsafe-libyaml v0.2.11
27222026-08-17T23:31:07.884Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27232026-08-17T23:31:07.915Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27242026-08-17T23:31:07.939Z[ host-package] Compiling derive-where v1.6.0
27252026-08-17T23:31:07.939Z[ host-package] Compiling bytecount v0.6.9
27262026-08-17T23:31:07.978Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27272026-08-17T23:31:07.978Z[ host-package] Compiling atomicwrites v0.4.4
27282026-08-17T23:31:07.982Z[ host-package] Compiling is-terminal v0.4.17
27292026-08-17T23:31:07.982Z[ host-package] Compiling prettyplease v0.2.37
27302026-08-17T23:31:07.982Z[ host-package] Compiling console v0.15.11
27312026-08-17T23:31:08.037Z[ host-package] Compiling newline-converter v0.3.0
27322026-08-17T23:31:08.059Z[ host-package] Compiling slog-dtrace v0.3.0
27332026-08-17T23:31:08.123Z[ host-package] Compiling resolv-conf v0.7.6
27342026-08-17T23:31:08.149Z[ host-package] Compiling num-rational v0.4.2
27352026-08-17T23:31:08.186Z[ host-package] Compiling num-complex v0.4.6
27362026-08-17T23:31:08.217Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27372026-08-17T23:31:08.271Z[ host-package] Compiling thread_local v1.1.9
27382026-08-17T23:31:08.290Z[ host-package] Compiling cancel-safe-futures v0.1.5
27392026-08-17T23:31:08.326Z[ host-package] Compiling compression-core v0.4.31
27402026-08-17T23:31:08.491Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27412026-08-17T23:31:08.565Z[ host-package] Compiling expectorate v1.2.0
27422026-08-17T23:31:08.606Z[ host-package] Compiling unicode-width v0.1.14
27432026-08-17T23:31:08.631Z[ host-package] Compiling match_cfg v0.1.0
27442026-08-17T23:31:08.728Z[ host-package] Compiling num v0.4.3
27452026-08-17T23:31:08.758Z[ host-package] Compiling hostname v0.3.1
27462026-08-17T23:31:08.822Z[ host-package] Compiling compression-codecs v0.4.37
27472026-08-17T23:31:08.829Z[ host-package] Compiling multer v3.1.0
27482026-08-17T23:31:08.847Z[ host-package] Compiling slog-async v2.8.0
27492026-08-17T23:31:08.870Z[ host-package] Compiling crossbeam-channel v0.5.15
27502026-08-17T23:31:08.924Z[ host-package] Compiling slog-json v2.6.1
27512026-08-17T23:31:08.949Z[ host-package] Compiling serde_spanned v1.1.1
27522026-08-17T23:31:08.986Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27532026-08-17T23:31:08.986Z[ host-package] Compiling float-ord v0.3.2
27542026-08-17T23:31:09.112Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27552026-08-17T23:31:09.156Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27562026-08-17T23:31:09.210Z[ host-package] Compiling take_mut v0.2.2
27572026-08-17T23:31:09.269Z[ host-package] Compiling term v1.2.1
27582026-08-17T23:31:09.274Z[ host-package] Compiling linked-hash-map v0.5.6
27592026-08-17T23:31:09.313Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27602026-08-17T23:31:09.317Z[ host-package] Compiling oxide-update-engine-types v0.1.2
27612026-08-17T23:31:09.370Z[ host-package] Compiling slog-bunyan v2.5.0
27622026-08-17T23:31:09.424Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27632026-08-17T23:31:09.427Z[ host-package] Compiling async-compression v0.4.41
27642026-08-17T23:31:09.557Z[ host-package] Compiling typify-impl v0.6.2
27652026-08-17T23:31:09.638Z[ host-package] Compiling slog-term v2.9.2
27662026-08-17T23:31:09.825Z[ host-package] Compiling lru-cache v0.1.2
27672026-08-17T23:31:09.943Z[ host-package] Compiling dropshot v0.17.1
27682026-08-17T23:31:09.977Z[ host-package] Compiling async-stream v0.3.6
27692026-08-17T23:31:09.981Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27702026-08-17T23:31:10.031Z[ host-package] Compiling sha1 v0.11.0
27712026-08-17T23:31:10.035Z[ host-package] Compiling progenitor-client v0.14.0
27722026-08-17T23:31:10.132Z[ host-package] Compiling waitgroup v0.1.2
27732026-08-17T23:31:10.202Z[ host-package] Compiling rustls-pemfile v2.2.0
27742026-08-17T23:31:10.247Z[ host-package] Compiling backon v1.6.0
27752026-08-17T23:31:10.254Z[ host-package] Compiling serde_path_to_error v0.1.20
27762026-08-17T23:31:10.364Z[ host-package] Compiling hostname v0.4.2
27772026-08-17T23:31:10.395Z[ host-package] Compiling instant v0.1.13
27782026-08-17T23:31:10.438Z[ host-package] Compiling debug-ignore v1.0.5
27792026-08-17T23:31:10.461Z[ host-package] Compiling linear-map v1.2.0
27802026-08-17T23:31:10.529Z[ host-package] Compiling minimal-lexical v0.2.1
27812026-08-17T23:31:10.532Z[ host-package] Compiling progenitor-extras v0.2.0
27822026-08-17T23:31:10.582Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27832026-08-17T23:31:10.635Z[ host-package] Compiling backoff v0.4.0
27842026-08-17T23:31:10.846Z[ host-package] Compiling oxide-update-engine v0.1.2
27852026-08-17T23:31:10.894Z[ host-package] Compiling nom v7.1.3
27862026-08-17T23:31:10.919Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27872026-08-17T23:31:10.919Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27882026-08-17T23:31:10.966Z[ host-package] Compiling parse-display v0.10.0
27892026-08-17T23:31:11.000Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27902026-08-17T23:31:11.084Z[ host-package] Compiling hickory-proto v0.24.4
27912026-08-17T23:31:11.531Z[ host-package] Compiling regress v0.10.5
27922026-08-17T23:31:11.730Z[ host-package] Compiling itertools v0.14.0
27932026-08-17T23:31:12.079Z[ host-package] Compiling macaddr v1.0.1
27942026-08-17T23:31:12.304Z[ host-package] Compiling humantime v2.3.0
27952026-08-17T23:31:12.346Z[ host-package] Compiling unicode-xid v0.2.6
27962026-08-17T23:31:12.483Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27972026-08-17T23:31:12.587Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27982026-08-17T23:31:12.614Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27992026-08-17T23:31:12.653Z[ host-package] Compiling convert_case v0.10.0
28002026-08-17T23:31:12.876Z[ host-package] Compiling owo-colors v4.3.0
28012026-08-17T23:31:12.929Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28022026-08-17T23:31:12.969Z[ host-package] Compiling derive_more-impl v2.1.1
28032026-08-17T23:31:13.022Z[ host-package] Compiling toml v0.8.23
28042026-08-17T23:31:13.228Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28052026-08-17T23:31:13.480Z[ host-package] Compiling typify-macro v0.6.2
28062026-08-17T23:31:13.666Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28072026-08-17T23:31:13.700Z[ host-package] Compiling papergrid v0.11.0
28082026-08-17T23:31:13.774Z[ host-package] Compiling hickory-resolver v0.24.4
28092026-08-17T23:31:13.798Z[ host-package] Compiling derive_more v2.1.1
28102026-08-17T23:31:13.902Z[ host-package] Compiling tabled_derive v0.7.0
28112026-08-17T23:31:13.928Z[ host-package] Compiling termtree v0.5.1
28122026-08-17T23:31:14.232Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28132026-08-17T23:31:14.255Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28142026-08-17T23:31:14.662Z[ host-package] Compiling crossterm v0.29.0
28152026-08-17T23:31:14.837Z[ host-package] Compiling tabled v0.15.0
28162026-08-17T23:31:14.917Z[ host-package] Compiling phf_shared v0.12.1
28172026-08-17T23:31:15.098Z[ host-package] Compiling typify v0.6.2
28182026-08-17T23:31:15.293Z[ host-package] Compiling progenitor-impl v0.14.0
28192026-08-17T23:31:15.951Z[ host-package] Compiling qorb v0.4.1
28202026-08-17T23:31:16.140Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28212026-08-17T23:31:16.707Z[ host-package] Compiling vte v0.14.1
28222026-08-17T23:31:17.016Z[ host-package] Compiling csv-core v0.1.13
28232026-08-17T23:31:17.595Z[ host-package] Compiling highway v1.3.0
28242026-08-17T23:31:17.717Z[ host-package] Compiling progenitor-macro v0.14.0
28252026-08-17T23:31:17.810Z[ host-package] Compiling chrono-tz v0.10.4
28262026-08-17T23:31:18.481Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28272026-08-17T23:31:19.233Z[ host-package] Compiling csv v1.4.0
28282026-08-17T23:31:19.360Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28292026-08-17T23:31:19.389Z[ host-package] Compiling phf v0.12.1
28302026-08-17T23:31:19.638Z[ host-package] Compiling const_format_proc_macros v0.2.34
28312026-08-17T23:31:19.785Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-08-17T23:31:19.945Z[ host-package] Compiling fd-lock v4.0.4
28332026-08-17T23:31:19.968Z[ host-package] Compiling peg-macros v0.8.5
28342026-08-17T23:31:20.040Z[ helios-setup] Aug 17 23:31:19.142 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-06-16-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
28352026-08-17T23:31:20.040Z[ helios-setup] Aug 17 23:31:19.142 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
28362026-08-17T23:31:20.048Z[ helios-setup] Aug 17 23:31:19.151 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
28372026-08-17T23:31:20.048Z[ helios-setup] Aug 17 23:31:19.151 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28382026-08-17T23:31:20.052Z[ helios-setup] Aug 17 23:31:19.151 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28392026-08-17T23:31:20.156Z[ helios-setup] Aug 17 23:31:19.257 INFO E| Downloading crates ...
28402026-08-17T23:31:20.191Z[ host-package] Compiling nu-ansi-term v0.50.3
28412026-08-17T23:31:20.204Z[ helios-setup] Aug 17 23:31:19.306 INFO E| Downloaded cpufeatures v0.2.5
28422026-08-17T23:31:20.212Z[ helios-setup] Aug 17 23:31:19.315 INFO E| Downloaded flate2 v1.0.25
28432026-08-17T23:31:20.217Z[ helios-setup] Aug 17 23:31:19.319 INFO E| Downloaded block-buffer v0.10.3
28442026-08-17T23:31:20.220Z[ helios-setup] Aug 17 23:31:19.320 INFO E| Downloaded generic-array v0.14.6
28452026-08-17T23:31:20.220Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
28462026-08-17T23:31:20.227Z[ helios-setup] Aug 17 23:31:19.326 INFO E| Downloaded sha2 v0.10.5
28472026-08-17T23:31:20.227Z[ helios-setup] Aug 17 23:31:19.328 INFO E| Downloaded digest v0.10.3
28482026-08-17T23:31:20.227Z[ helios-setup] Aug 17 23:31:19.329 INFO E| Downloaded unicode-width v0.1.10
28492026-08-17T23:31:20.233Z[ helios-setup] Aug 17 23:31:19.333 INFO E| Downloaded typenum v1.15.0
28502026-08-17T23:31:20.236Z[ helios-setup] Aug 17 23:31:19.335 INFO E| Downloaded anyhow v1.0.62
28512026-08-17T23:31:20.236Z[ helios-setup] Aug 17 23:31:19.337 INFO E| Downloaded bytes v1.2.1
28522026-08-17T23:31:20.236Z[ helios-setup] Aug 17 23:31:19.339 INFO E| Downloaded miniz_oxide v0.6.2
28532026-08-17T23:31:20.280Z[ helios-setup] Aug 17 23:31:19.380 INFO E| Compiling typenum v1.15.0
28542026-08-17T23:31:20.280Z[ helios-setup] Aug 17 23:31:19.380 INFO E| Compiling version_check v0.9.4
28552026-08-17T23:31:20.280Z[ helios-setup] Aug 17 23:31:19.380 INFO E| Compiling cfg-if v1.0.0
28562026-08-17T23:31:20.280Z[ helios-setup] Aug 17 23:31:19.380 INFO E| Compiling crc32fast v1.3.2
28572026-08-17T23:31:20.280Z[ helios-setup] Aug 17 23:31:19.380 INFO E| Compiling anyhow v1.0.62
28582026-08-17T23:31:20.280Z[ helios-setup] Aug 17 23:31:19.380 INFO E| Compiling adler v1.0.2
28592026-08-17T23:31:20.284Z[ helios-setup] Aug 17 23:31:19.380 INFO E| Compiling cpufeatures v0.2.5
28602026-08-17T23:31:20.296Z[ helios-setup] Aug 17 23:31:19.399 INFO E| Compiling unicode-width v0.1.10
28612026-08-17T23:31:20.296Z[ helios-setup] Aug 17 23:31:19.399 INFO E| Compiling bitflags v1.3.2
28622026-08-17T23:31:20.296Z[ helios-setup] Aug 17 23:31:19.399 INFO E| Compiling bytes v1.2.1
28632026-08-17T23:31:20.471Z[ host-package] Compiling reedline v0.40.0
28642026-08-17T23:31:20.527Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28652026-08-17T23:31:20.694Z[ helios-setup] Aug 17 23:31:19.797 INFO E| Compiling miniz_oxide v0.6.2
28662026-08-17T23:31:20.768Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
28672026-08-17T23:31:20.951Z[ helios-setup] Aug 17 23:31:20.054 INFO E| Compiling getopts v0.2.21
28682026-08-17T23:31:20.985Z[ helios-setup] Aug 17 23:31:20.055 INFO E| Compiling generic-array v0.14.6
28692026-08-17T23:31:21.310Z[ host-package] Compiling const_format v0.2.35
28702026-08-17T23:31:21.460Z[ helios-setup] Aug 17 23:31:20.563 INFO E| Compiling flate2 v1.0.25
28712026-08-17T23:31:21.483Z[ host-package] Compiling peg v0.8.5
28722026-08-17T23:31:22.307Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28732026-08-17T23:31:22.566Z[ host-package] Compiling progenitor v0.14.0
28742026-08-17T23:31:22.635Z[ helios-setup] Aug 17 23:31:21.738 INFO E| Compiling crypto-common v0.1.6
28752026-08-17T23:31:22.636Z[ helios-setup] Aug 17 23:31:21.738 INFO E| Compiling block-buffer v0.10.3
28762026-08-17T23:31:22.764Z[ helios-setup] Aug 17 23:31:21.867 INFO E| Compiling digest v0.10.3
28772026-08-17T23:31:22.831Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28782026-08-17T23:31:22.897Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28792026-08-17T23:31:22.944Z[ helios-setup] Aug 17 23:31:22.047 INFO E| Compiling sha2 v0.10.5
28802026-08-17T23:31:23.155Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28812026-08-17T23:31:23.180Z[ helios-setup] Aug 17 23:31:22.283 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28822026-08-17T23:31:23.884Z[ host-package] Compiling bcs v0.1.6
28832026-08-17T23:31:23.935Z[ host-package] Compiling nom v8.0.0
28842026-08-17T23:31:23.946Z[ host-package] Compiling semver v0.1.20
28852026-08-17T23:31:24.312Z[ host-package] Compiling rustc_version v0.1.7
28862026-08-17T23:31:24.557Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28872026-08-17T23:31:24.690Z[ host-package] Compiling newtype_derive v0.1.6
28882026-08-17T23:31:24.900Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
28892026-08-17T23:31:24.989Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28902026-08-17T23:31:25.101Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28912026-08-17T23:31:25.492Z[ helios-setup] Aug 17 23:31:24.594 INFO E| Finished `release` profile [optimized] target(s) in 5.43s
28922026-08-17T23:31:25.534Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
28932026-08-17T23:31:25.538Z[ helios-setup] Aug 17 23:31:24.641 INFO building project "bootserver" ok (5 seconds)
28942026-08-17T23:31:25.539Z[ helios-setup] Aug 17 23:31:24.641 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28952026-08-17T23:31:25.574Z[ helios-setup] Aug 17 23:31:24.677 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
28962026-08-17T23:31:25.574Z[ helios-setup] Aug 17 23:31:24.677 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28972026-08-17T23:31:25.574Z[ helios-setup] Aug 17 23:31:24.677 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28982026-08-17T23:31:25.702Z[ host-package] Compiling unicode-linebreak v0.1.5
28992026-08-17T23:31:25.744Z[ helios-setup] Aug 17 23:31:24.847 INFO E| Updating crates.io index
29002026-08-17T23:31:25.748Z[ helios-setup] Aug 17 23:31:24.847 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29012026-08-17T23:31:25.932Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29022026-08-17T23:31:26.066Z[ host-package] Compiling smawk v0.3.2
29032026-08-17T23:31:26.247Z[ helios-setup] Aug 17 23:31:25.350 INFO E| From https://github.com/oxidecomputer/amd-apcb
29042026-08-17T23:31:26.247Z[ helios-setup] Aug 17 23:31:25.350 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
29052026-08-17T23:31:26.270Z[ host-package] Compiling textwrap v0.16.2
29062026-08-17T23:31:26.274Z[ helios-setup] Aug 17 23:31:25.377 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
29072026-08-17T23:31:26.576Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29082026-08-17T23:31:26.677Z[ helios-setup] Aug 17 23:31:25.779 INFO E| From https://github.com/oxidecomputer/amd-efs
29092026-08-17T23:31:26.677Z[ helios-setup] Aug 17 23:31:25.780 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
29102026-08-17T23:31:26.916Z[ helios-setup] Aug 17 23:31:26.019 INFO E| Downloading crates ...
29112026-08-17T23:31:26.959Z[ helios-setup] Aug 17 23:31:26.061 INFO E| Downloaded fletcher v1.0.0
29122026-08-17T23:31:26.971Z[ helios-setup] Aug 17 23:31:26.073 INFO E| Downloaded bytesize v2.0.1
29132026-08-17T23:31:26.975Z[ helios-setup] Aug 17 23:31:26.075 INFO E| Downloaded pest_meta v2.8.0
29142026-08-17T23:31:26.975Z[ helios-setup] Aug 17 23:31:26.076 INFO E| Downloaded strum_macros v0.27.1
29152026-08-17T23:31:26.975Z[ helios-setup] Aug 17 23:31:26.077 INFO E| Downloaded unic-common v0.9.0
29162026-08-17T23:31:26.981Z[ helios-setup] Aug 17 23:31:26.084 INFO E| Downloaded ansi_term v0.12.1
29172026-08-17T23:31:26.988Z[ helios-setup] Aug 17 23:31:26.091 INFO E| Downloaded pest v2.8.0
29182026-08-17T23:31:26.993Z[ helios-setup] Aug 17 23:31:26.096 INFO E| Downloaded itoa v1.0.15
29192026-08-17T23:31:26.998Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29202026-08-17T23:31:27.003Z[ helios-setup] Aug 17 23:31:26.104 INFO E| Downloaded four-cc v0.4.0
29212026-08-17T23:31:27.003Z[ helios-setup] Aug 17 23:31:26.104 INFO E| Downloaded vec_map v0.8.2
29222026-08-17T23:31:27.015Z[ helios-setup] Aug 17 23:31:26.117 INFO E| Downloaded parse_int v0.9.0
29232026-08-17T23:31:27.019Z[ helios-setup] Aug 17 23:31:26.117 INFO E| Downloaded unic-char-range v0.9.0
29242026-08-17T23:31:27.019Z[ helios-setup] Aug 17 23:31:26.118 INFO E| Downloaded dyn-clone v1.0.19
29252026-08-17T23:31:27.025Z[ helios-setup] Aug 17 23:31:26.124 INFO E| Downloaded heck v0.3.3
29262026-08-17T23:31:27.029Z[ helios-setup] Aug 17 23:31:26.131 INFO E| Downloaded strum v0.27.1
29272026-08-17T23:31:27.032Z[ helios-setup] Aug 17 23:31:26.134 INFO E| Downloaded unic-char-property v0.9.0
29282026-08-17T23:31:27.032Z[ helios-setup] Aug 17 23:31:26.134 INFO E| Downloaded unic-ucd-ident v0.9.0
29292026-08-17T23:31:27.033Z[ helios-setup] Aug 17 23:31:26.134 INFO E| Downloaded unic-ucd-version v0.9.0
29302026-08-17T23:31:27.036Z[ helios-setup] Aug 17 23:31:26.138 INFO E| Downloaded strsim v0.8.0
29312026-08-17T23:31:27.040Z[ helios-setup] Aug 17 23:31:26.139 INFO E| Downloaded modular-bitfield-impl v0.11.2
29322026-08-17T23:31:27.040Z[ helios-setup] Aug 17 23:31:26.140 INFO E| Downloaded pest_generator v2.8.0
29332026-08-17T23:31:27.040Z[ helios-setup] Aug 17 23:31:26.141 INFO E| Downloaded structopt-derive v0.4.18
29342026-08-17T23:31:27.044Z[ helios-setup] Aug 17 23:31:26.145 INFO E| Downloaded pest_derive v2.8.0
29352026-08-17T23:31:27.049Z[ helios-setup] Aug 17 23:31:26.147 INFO E| Downloaded thiserror-impl v2.0.12
29362026-08-17T23:31:27.049Z[ helios-setup] Aug 17 23:31:26.148 INFO E| Downloaded autocfg v1.4.0
29372026-08-17T23:31:27.049Z[ helios-setup] Aug 17 23:31:26.149 INFO E| Downloaded rustversion v1.0.20
29382026-08-17T23:31:27.052Z[ helios-setup] Aug 17 23:31:26.152 INFO E| Downloaded modular-bitfield-impl v0.13.1
29392026-08-17T23:31:27.052Z[ helios-setup] Aug 17 23:31:26.153 INFO E| Downloaded quote v1.0.40
29402026-08-17T23:31:27.052Z[ helios-setup] Aug 17 23:31:26.154 INFO E| Downloaded textwrap v0.11.0
29412026-08-17T23:31:27.052Z[ helios-setup] Aug 17 23:31:26.155 INFO E| Downloaded ryu v1.0.20
29422026-08-17T23:31:27.056Z[ helios-setup] Aug 17 23:31:26.157 INFO E| Downloaded unicode-ident v1.0.18
29432026-08-17T23:31:27.056Z[ helios-setup] Aug 17 23:31:26.158 INFO E| Downloaded modular-bitfield v0.11.2
29442026-08-17T23:31:27.062Z[ helios-setup] Aug 17 23:31:26.164 INFO E| Downloaded log v0.4.27
29452026-08-17T23:31:27.065Z[ helios-setup] Aug 17 23:31:26.166 INFO E| Downloaded modular-bitfield v0.13.1
29462026-08-17T23:31:27.069Z[ helios-setup] Aug 17 23:31:26.171 INFO E| Downloaded thiserror v2.0.12
29472026-08-17T23:31:27.072Z[ helios-setup] Aug 17 23:31:26.175 INFO E| Downloaded proc-macro2 v1.0.95
29482026-08-17T23:31:27.076Z[ helios-setup] Aug 17 23:31:26.176 INFO E| Downloaded serde v1.0.219
29492026-08-17T23:31:27.076Z[ helios-setup] Aug 17 23:31:26.178 INFO E| Downloaded structopt v0.3.26
29502026-08-17T23:31:27.080Z[ helios-setup] Aug 17 23:31:26.183 INFO E| Downloaded typenum v1.18.0
29512026-08-17T23:31:27.084Z[ helios-setup] Aug 17 23:31:26.185 INFO E| Downloaded serde_derive v1.0.219
29522026-08-17T23:31:27.088Z[ helios-setup] Aug 17 23:31:26.188 INFO E| Downloaded zerocopy-derive v0.8.25
29532026-08-17T23:31:27.092Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
29542026-08-17T23:31:27.092Z[ helios-setup] Aug 17 23:31:26.193 INFO E| Downloaded memchr v2.7.4
29552026-08-17T23:31:27.114Z[ helios-setup] Aug 17 23:31:26.215 INFO E| Downloaded serde_json v1.0.140
29562026-08-17T23:31:27.120Z[ helios-setup] Aug 17 23:31:26.222 INFO E| Downloaded clap v2.34.0
29572026-08-17T23:31:27.132Z[ helios-setup] Aug 17 23:31:26.235 INFO E| Downloaded goblin v0.9.3
29582026-08-17T23:31:27.137Z[ helios-setup] Aug 17 23:31:26.240 INFO E| Downloaded zerocopy v0.8.25
29592026-08-17T23:31:27.152Z[ helios-setup] Aug 17 23:31:26.255 INFO E| Downloaded syn v2.0.101
29602026-08-17T23:31:27.192Z[ helios-setup] Aug 17 23:31:26.295 INFO E| Downloaded libc v0.2.172
29612026-08-17T23:31:27.326Z[ helios-setup] Aug 17 23:31:26.428 INFO E| Compiling proc-macro2 v1.0.95
29622026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.428 INFO E| Compiling unicode-ident v1.0.18
29632026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.428 INFO E| Compiling memchr v2.7.4
29642026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.428 INFO E| Compiling autocfg v1.4.0
29652026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.428 INFO E| Compiling thiserror v2.0.12
29662026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.428 INFO E| Compiling syn v1.0.109
29672026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.429 INFO E| Compiling serde v1.0.219
29682026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.429 INFO E| Compiling version_check v0.9.5
29692026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.429 INFO E| Compiling serde_json v1.0.140
29702026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.429 INFO E| Compiling itoa v1.0.15
29712026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.429 INFO E| Compiling schemars v0.8.22
29722026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.429 INFO E| Compiling ryu v1.0.20
29732026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.429 INFO E| Compiling paste v1.0.15
29742026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.429 INFO E| Compiling dyn-clone v1.0.19
29752026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.429 INFO E| Compiling zerocopy v0.8.25
29762026-08-17T23:31:27.329Z[ helios-setup] Aug 17 23:31:26.429 INFO E| Compiling ucd-trie v0.1.7
29772026-08-17T23:31:27.465Z[ host-package] Compiling steno v0.4.1
29782026-08-17T23:31:27.955Z[ helios-setup] Aug 17 23:31:27.058 INFO E| Compiling rustversion v1.0.20
29792026-08-17T23:31:27.960Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
29802026-08-17T23:31:27.960Z[ helios-setup] Aug 17 23:31:27.059 INFO E| Compiling libc v0.2.172
29812026-08-17T23:31:28.236Z[ host-package] Compiling sha1 v0.10.6
29822026-08-17T23:31:28.379Z[ helios-setup] Aug 17 23:31:27.481 INFO E| Compiling static_assertions v1.1.0
29832026-08-17T23:31:28.455Z[ helios-setup] Aug 17 23:31:27.558 INFO E| Compiling once_cell v1.21.3
29842026-08-17T23:31:28.475Z[ helios-setup] Aug 17 23:31:27.577 INFO E| Compiling unicode-width v0.1.14
29852026-08-17T23:31:28.573Z[ helios-setup] Aug 17 23:31:27.675 INFO E| Compiling proc-macro-error-attr v1.0.4
29862026-08-17T23:31:28.684Z[ helios-setup] Aug 17 23:31:27.787 INFO E| Compiling proc-macro-error v1.0.4
29872026-08-17T23:31:28.735Z[ helios-setup] Aug 17 23:31:27.837 INFO E| Compiling heck v0.5.0
29882026-08-17T23:31:28.748Z[ helios-setup] Aug 17 23:31:27.851 INFO E| Compiling unicode-segmentation v1.12.0
29892026-08-17T23:31:28.824Z[ helios-setup] Aug 17 23:31:27.926 INFO E| Compiling num-traits v0.2.19
29902026-08-17T23:31:28.851Z[ helios-setup] Aug 17 23:31:27.953 INFO E| Compiling memoffset v0.9.1
29912026-08-17T23:31:28.914Z[ helios-setup] Aug 17 23:31:28.017 INFO E| Compiling textwrap v0.11.0
29922026-08-17T23:31:29.024Z[ helios-setup] Aug 17 23:31:28.127 INFO E| Compiling strum v0.27.1
29932026-08-17T23:31:29.027Z[ helios-setup] Aug 17 23:31:28.127 INFO E| Compiling ansi_term v0.12.1
29942026-08-17T23:31:29.077Z[ helios-setup] Aug 17 23:31:28.179 INFO E| Compiling byteorder v1.5.0
29952026-08-17T23:31:29.081Z[ helios-setup] Aug 17 23:31:28.180 INFO E| Compiling unic-char-range v0.9.0
29962026-08-17T23:31:29.123Z[ helios-setup] Aug 17 23:31:28.222 INFO E| Compiling strsim v0.8.0
29972026-08-17T23:31:29.144Z[ helios-setup] Aug 17 23:31:28.247 INFO E| Compiling unic-common v0.9.0
29982026-08-17T23:31:29.181Z[ host-package] Compiling tagptr v0.2.0
29992026-08-17T23:31:29.185Z[ helios-setup] Aug 17 23:31:28.280 INFO E| Compiling fletcher v1.0.0
30002026-08-17T23:31:29.244Z[ helios-setup] Aug 17 23:31:28.347 INFO E| Compiling bitflags v1.3.2
30012026-08-17T23:31:29.277Z[ helios-setup] Aug 17 23:31:28.380 INFO E| Compiling vec_map v0.8.2
30022026-08-17T23:31:29.321Z[ helios-setup] Aug 17 23:31:28.424 INFO E| Compiling unic-ucd-version v0.9.0
30032026-08-17T23:31:29.345Z[ helios-setup] Aug 17 23:31:28.446 INFO E| Compiling unic-char-property v0.9.0
30042026-08-17T23:31:29.375Z[ host-package] Compiling utf-8 v0.7.6
30052026-08-17T23:31:29.418Z[ helios-setup] Aug 17 23:31:28.520 INFO E| Compiling log v0.4.27
30062026-08-17T23:31:29.427Z[ helios-setup] Aug 17 23:31:28.530 INFO E| Compiling lazy_static v1.5.0
30072026-08-17T23:31:29.449Z[ helios-setup] Aug 17 23:31:28.551 INFO E| Compiling plain v0.2.3
30082026-08-17T23:31:29.469Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30092026-08-17T23:31:29.476Z[ helios-setup] Aug 17 23:31:28.579 INFO E| Compiling unic-ucd-ident v0.9.0
30102026-08-17T23:31:29.484Z[ helios-setup] Aug 17 23:31:28.587 INFO E| Compiling bytesize v2.0.1
30112026-08-17T23:31:29.528Z[ helios-setup] Aug 17 23:31:28.631 INFO E| Compiling atty v0.2.14
30122026-08-17T23:31:29.559Z[ helios-setup] Aug 17 23:31:28.661 INFO E| Compiling heck v0.3.3
30132026-08-17T23:31:29.610Z[ host-package] Compiling moka v0.12.13
30142026-08-17T23:31:29.634Z[ helios-setup] Aug 17 23:31:28.736 INFO E| Compiling clap v2.34.0
30152026-08-17T23:31:29.810Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30162026-08-17T23:31:29.886Z[ host-package] Compiling tungstenite v0.21.0
30172026-08-17T23:31:30.139Z[ helios-setup] Aug 17 23:31:29.242 INFO E| Compiling quote v1.0.40
30182026-08-17T23:31:30.147Z[ helios-setup] Aug 17 23:31:29.250 INFO E| Compiling parse_int v0.9.0
30192026-08-17T23:31:30.174Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30202026-08-17T23:31:30.347Z[ helios-setup] Aug 17 23:31:29.450 INFO E| Compiling syn v2.0.101
30212026-08-17T23:31:30.365Z[ host-package] Compiling darling_core v0.21.3
30222026-08-17T23:31:31.372Z[ host-package] Compiling hickory-resolver v0.25.2
30232026-08-17T23:31:32.517Z[ host-package] Compiling tokio-tungstenite v0.21.0
30242026-08-17T23:31:32.932Z[ helios-setup] Aug 17 23:31:32.035 INFO E| Compiling serde_derive_internals v0.29.1
30252026-08-17T23:31:33.088Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30262026-08-17T23:31:33.132Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30272026-08-17T23:31:33.180Z[ host-package] Compiling darling_macro v0.21.3
30282026-08-17T23:31:33.672Z[ helios-setup] Aug 17 23:31:32.774 INFO E| Compiling thiserror-impl v2.0.12
30292026-08-17T23:31:33.672Z[ helios-setup] Aug 17 23:31:32.774 INFO E| Compiling serde_derive v1.0.219
30302026-08-17T23:31:33.672Z[ helios-setup] Aug 17 23:31:32.774 INFO E| Compiling zerocopy-derive v0.8.25
30312026-08-17T23:31:33.675Z[ helios-setup] Aug 17 23:31:32.774 INFO E| Compiling modular-bitfield-impl v0.13.1
30322026-08-17T23:31:33.675Z[ helios-setup] Aug 17 23:31:32.774 INFO E| Compiling num-derive v0.4.2
30332026-08-17T23:31:33.676Z[ helios-setup] Aug 17 23:31:32.775 INFO E| Compiling scroll_derive v0.12.1
30342026-08-17T23:31:33.676Z[ helios-setup] Aug 17 23:31:32.775 INFO E| Compiling strum_macros v0.27.1
30352026-08-17T23:31:33.712Z[ host-package] Compiling display-error-chain v0.2.2
30362026-08-17T23:31:33.853Z[ host-package] Compiling libscf-sys v1.2.0
30372026-08-17T23:31:33.857Z[ host-package] Compiling vergen-lib v0.1.6
30382026-08-17T23:31:33.953Z[ helios-setup] Aug 17 23:31:33.055 INFO E| Compiling modular-bitfield-impl v0.11.2
30392026-08-17T23:31:33.953Z[ helios-setup] Aug 17 23:31:33.055 INFO E| Compiling structopt-derive v0.4.18
30402026-08-17T23:31:34.029Z[ host-package] Compiling diesel_derives v2.3.7
30412026-08-17T23:31:34.094Z[ host-package] Compiling darling v0.21.3
30422026-08-17T23:31:34.135Z[ helios-setup] Aug 17 23:31:33.237 INFO E| Compiling schemars_derive v0.8.22
30432026-08-17T23:31:34.418Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30442026-08-17T23:31:34.543Z[ host-package] Compiling dsl_auto_type v0.2.0
30452026-08-17T23:31:34.558Z[ host-package] Compiling vergen-gitcl v1.0.8
30462026-08-17T23:31:34.562Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30472026-08-17T23:31:34.900Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
30482026-08-17T23:31:35.125Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
30492026-08-17T23:31:35.274Z[ host-package] Compiling dirs-sys-next v0.1.2
30502026-08-17T23:31:35.393Z[ host-package] Compiling maplit v1.0.2
30512026-08-17T23:31:35.393Z[ host-package] Compiling crunchy v0.2.4
30522026-08-17T23:31:35.603Z[ helios-setup] Aug 17 23:31:34.706 INFO E| Compiling modular-bitfield v0.13.1
30532026-08-17T23:31:35.681Z[ helios-setup] Aug 17 23:31:34.780 INFO E| Compiling pest v2.8.0
30542026-08-17T23:31:35.685Z[ host-package] Compiling glob v0.3.3
30552026-08-17T23:31:35.706Z[ helios-setup] Aug 17 23:31:34.808 INFO E| Compiling modular-bitfield v0.11.2
30562026-08-17T23:31:35.746Z[ helios-setup] Aug 17 23:31:34.848 INFO E| Compiling scroll v0.12.0
30572026-08-17T23:31:35.765Z[ helios-setup] Aug 17 23:31:34.868 INFO E| Compiling structopt v0.3.26
30582026-08-17T23:31:35.938Z[ host-package] Compiling dirs-next v2.0.0
30592026-08-17T23:31:36.002Z[ helios-setup] Aug 17 23:31:35.103 INFO E| Compiling goblin v0.9.3
30602026-08-17T23:31:36.187Z[ host-package] Compiling r2d2 v0.8.10
30612026-08-17T23:31:36.270Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30622026-08-17T23:31:36.322Z[ host-package] Compiling clang-sys v1.8.1
30632026-08-17T23:31:36.472Z[ host-package] Compiling papergrid v0.18.0
30642026-08-17T23:31:36.909Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30652026-08-17T23:31:37.022Z[ host-package] Compiling downcast-rs v2.0.2
30662026-08-17T23:31:37.135Z[ host-package] Compiling tiny-keccak v2.0.2
30672026-08-17T23:31:37.197Z[ helios-setup] Aug 17 23:31:36.300 INFO E| Compiling pest_meta v2.8.0
30682026-08-17T23:31:37.540Z[ host-package] Compiling term v0.7.0
30692026-08-17T23:31:37.876Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30702026-08-17T23:31:37.909Z[ helios-setup] Aug 17 23:31:37.012 INFO E| Compiling pest_generator v2.8.0
30712026-08-17T23:31:38.104Z[ host-package] Compiling tabled v0.21.0
30722026-08-17T23:31:38.180Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30732026-08-17T23:31:38.210Z[ host-package] Compiling bit-vec v0.6.3
30742026-08-17T23:31:38.621Z[ host-package] Compiling bit-set v0.5.3
30752026-08-17T23:31:38.643Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30762026-08-17T23:31:38.842Z[ host-package] Compiling ascii-canvas v3.0.0
30772026-08-17T23:31:39.001Z[ helios-setup] Aug 17 23:31:38.103 INFO E| Compiling pest_derive v2.8.0
30782026-08-17T23:31:39.214Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30792026-08-17T23:31:39.409Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30802026-08-17T23:31:39.728Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30812026-08-17T23:31:39.760Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30822026-08-17T23:31:39.851Z[ helios-setup] Aug 17 23:31:38.953 INFO E| Compiling json5 v0.4.1
30832026-08-17T23:31:39.902Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30842026-08-17T23:31:40.002Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30852026-08-17T23:31:40.095Z[ host-package] Compiling itertools v0.10.5
30862026-08-17T23:31:40.216Z[ host-package] Compiling ena v0.14.4
30872026-08-17T23:31:40.471Z[ host-package] Compiling libloading v0.8.9
30882026-08-17T23:31:40.783Z[ host-package] Compiling xshell-macros v0.2.7
30892026-08-17T23:31:40.845Z[ host-package] Compiling bindgen v0.71.1
30902026-08-17T23:31:40.973Z[ host-package] Compiling unicase v2.9.0
30912026-08-17T23:31:41.182Z[ helios-setup] Aug 17 23:31:40.285 INFO E| Compiling four-cc v0.4.0
30922026-08-17T23:31:41.182Z[ helios-setup] Aug 17 23:31:40.285 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30932026-08-17T23:31:41.271Z[ host-package] Compiling regex-syntax v0.6.29
30942026-08-17T23:31:41.302Z[ host-package] Compiling diff v0.1.13
30952026-08-17T23:31:41.315Z[ helios-setup] Aug 17 23:31:40.413 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30962026-08-17T23:31:41.349Z[ host-package] Compiling xshell v0.2.7
30972026-08-17T23:31:41.496Z[ host-package] Compiling diesel v2.3.7
30982026-08-17T23:31:41.849Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30992026-08-17T23:31:42.621Z[ host-package] Compiling cexpr v0.6.0
31002026-08-17T23:31:42.693Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31012026-08-17T23:31:42.983Z[ host-package] Compiling lalrpop v0.19.12
31022026-08-17T23:31:43.018Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31032026-08-17T23:31:43.410Z[ host-package] Compiling rustc-hash v2.1.1
31042026-08-17T23:31:43.479Z[ host-package] Compiling crc8 v0.1.1
31052026-08-17T23:31:43.665Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31062026-08-17T23:31:43.909Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31072026-08-17T23:31:44.068Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31082026-08-17T23:31:44.516Z[ host-package] Compiling headers-core v0.3.0
31092026-08-17T23:31:44.694Z[ host-package] Compiling libxml v0.3.3
31102026-08-17T23:31:44.697Z[ host-package] Compiling headers v0.4.1
31112026-08-17T23:31:44.764Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31122026-08-17T23:31:44.931Z[ host-package] Compiling strum_macros v0.24.3
31132026-08-17T23:31:45.036Z[ host-package] Compiling indoc v1.0.9
31142026-08-17T23:31:45.323Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31152026-08-17T23:31:45.476Z[ host-package] Compiling derive_builder v0.20.2
31162026-08-17T23:31:45.565Z[ host-package] Compiling oso-derive v0.27.3
31172026-08-17T23:31:45.705Z[ host-package] Compiling quick-xml v0.37.5
31182026-08-17T23:31:45.863Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31192026-08-17T23:31:46.139Z[ host-package] Compiling openssl-probe v0.1.6
31202026-08-17T23:31:46.240Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31212026-08-17T23:31:46.478Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31222026-08-17T23:31:46.592Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31232026-08-17T23:31:46.665Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31242026-08-17T23:31:46.834Z[ host-package] Compiling bb8 v0.8.6
31252026-08-17T23:31:46.897Z[ host-package] Compiling trait-variant v0.1.2
31262026-08-17T23:31:47.004Z[ host-package] Compiling half v1.8.3
31272026-08-17T23:31:47.137Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31282026-08-17T23:31:47.246Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31292026-08-17T23:31:47.332Z[ host-package] Compiling serde_cbor v0.11.2
31302026-08-17T23:31:47.500Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31312026-08-17T23:31:47.643Z[ host-package] Compiling progenitor-impl v0.13.0
31322026-08-17T23:31:47.685Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31332026-08-17T23:31:48.341Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31342026-08-17T23:31:48.410Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31352026-08-17T23:31:48.478Z[ host-package] Compiling nonempty v0.12.0
31362026-08-17T23:31:48.508Z[ host-package] Compiling samael v0.0.19
31372026-08-17T23:31:48.569Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31382026-08-17T23:31:48.891Z[ host-package] Compiling progenitor-client v0.13.0
31392026-08-17T23:31:49.489Z[ host-package] Compiling fxhash v0.2.1
31402026-08-17T23:31:49.688Z[ host-package] Compiling libz-sys v1.1.24
31412026-08-17T23:31:49.805Z[ host-package] Compiling salty v0.3.0
31422026-08-17T23:31:49.877Z[ host-package] Compiling progenitor-macro v0.13.0
31432026-08-17T23:31:50.148Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31442026-08-17T23:31:50.187Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31452026-08-17T23:31:50.347Z[ host-package] Compiling kstat-rs v0.2.5
31462026-08-17T23:31:51.081Z[ host-package] Compiling mime_guess v2.0.5
31472026-08-17T23:31:51.136Z[ host-package] Compiling polar-core v0.27.3
31482026-08-17T23:31:51.623Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31492026-08-17T23:31:52.425Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31502026-08-17T23:31:52.944Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31512026-08-17T23:31:53.326Z[ host-package] Compiling rfc6979 v0.4.0
31522026-08-17T23:31:53.514Z[ host-package] Compiling nanorand v0.7.0
31532026-08-17T23:31:53.800Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31542026-08-17T23:31:54.006Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31552026-08-17T23:31:54.240Z[ host-package] Compiling parking_lot_core v0.8.6
31562026-08-17T23:31:54.304Z[ host-package] Compiling flume v0.11.1
31572026-08-17T23:31:54.431Z[ host-package] Compiling progenitor v0.13.0
31582026-08-17T23:31:54.585Z[ host-package] Compiling ecdsa v0.16.9
31592026-08-17T23:31:54.629Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31602026-08-17T23:31:55.002Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31612026-08-17T23:31:55.230Z[ host-package] Compiling primeorder v0.13.6
31622026-08-17T23:31:55.488Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
31632026-08-17T23:31:55.578Z[ host-package] Compiling git-stub v1.0.0
31642026-08-17T23:31:55.578Z[ helios-setup] Aug 17 23:31:54.681 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31652026-08-17T23:31:56.013Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31662026-08-17T23:31:56.353Z[ host-package] Compiling http-range v0.1.5
31672026-08-17T23:31:56.402Z[ host-package] Compiling instability v0.3.11
31682026-08-17T23:31:56.732Z[ host-package] Compiling strsim v0.10.0
31692026-08-17T23:31:56.939Z[ host-package] Compiling darling_core v0.13.4
31702026-08-17T23:31:57.083Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
31712026-08-17T23:31:58.627Z[ host-package] Compiling git-stub-vcs v0.1.0
31722026-08-17T23:31:58.695Z[ helios-setup] Aug 17 23:31:57.797 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31732026-08-17T23:31:58.699Z[ host-package] Compiling p384 v0.13.1
31742026-08-17T23:31:58.996Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31752026-08-17T23:31:59.297Z[ host-package] Compiling ignore v0.4.25
31762026-08-17T23:31:59.666Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
31772026-08-17T23:32:01.153Z[ host-package] Compiling oso v0.27.3
31782026-08-17T23:32:02.624Z[ host-package] Compiling async-bb8-diesel v0.2.1
31792026-08-17T23:32:03.088Z[ host-package] Compiling diesel-dtrace v0.5.0
31802026-08-17T23:32:03.183Z[ host-package] Compiling castaway v0.2.4
31812026-08-17T23:32:03.409Z[ host-package] Compiling vergen-git2 v9.1.0
31822026-08-17T23:32:03.523Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
31832026-08-17T23:32:03.695Z[ host-package] Compiling indoc v2.0.7
31842026-08-17T23:32:03.762Z[ host-package] Compiling compact_str v0.8.1
31852026-08-17T23:32:03.913Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
31862026-08-17T23:32:04.528Z[ host-package] Compiling globwalk v0.9.1
31872026-08-17T23:32:04.960Z[ host-package] Compiling hyper-staticfile v0.10.1
31882026-08-17T23:32:05.020Z[ host-package] Compiling parking_lot v0.11.2
31892026-08-17T23:32:05.311Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31902026-08-17T23:32:05.403Z[ host-package] Compiling darling_macro v0.13.4
31912026-08-17T23:32:05.645Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
31922026-08-17T23:32:06.022Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31932026-08-17T23:32:06.139Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31942026-08-17T23:32:06.292Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31952026-08-17T23:32:06.338Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31962026-08-17T23:32:06.620Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31972026-08-17T23:32:06.723Z[ host-package] Compiling predicates-tree v1.0.13
31982026-08-17T23:32:07.067Z[ host-package] Compiling unicode-truncate v1.1.0
31992026-08-17T23:32:07.247Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32002026-08-17T23:32:07.325Z[ host-package] Compiling lru v0.12.5
32012026-08-17T23:32:07.493Z[ host-package] Compiling prefix-trie v0.7.0
32022026-08-17T23:32:07.583Z[ host-package] Compiling rand_seeder v0.4.0
32032026-08-17T23:32:07.870Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32042026-08-17T23:32:07.926Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32052026-08-17T23:32:08.022Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32062026-08-17T23:32:08.537Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32072026-08-17T23:32:08.646Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
32082026-08-17T23:32:08.650Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
32092026-08-17T23:32:08.902Z[ host-package] Compiling corncobs v0.1.4
32102026-08-17T23:32:08.906Z[ host-package] Compiling cassowary v0.3.0
32112026-08-17T23:32:09.059Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32122026-08-17T23:32:09.134Z[ host-package] Compiling hickory-server v0.25.2
32132026-08-17T23:32:09.187Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32142026-08-17T23:32:09.402Z[ host-package] Compiling ratatui v0.29.0
32152026-08-17T23:32:09.574Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32162026-08-17T23:32:10.022Z[ host-package] Compiling camino-tempfile-ext v0.3.3
32172026-08-17T23:32:10.352Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32182026-08-17T23:32:10.448Z[ helios-setup] Aug 17 23:32:09.550 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.83s
32192026-08-17T23:32:10.483Z[ helios-setup] Aug 17 23:32:09.585 INFO building project "amd-host-image-builder" ok (44 seconds)
32202026-08-17T23:32:10.483Z[ helios-setup] Aug 17 23:32:09.585 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
32212026-08-17T23:32:10.492Z[ helios-setup] Aug 17 23:32:09.595 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
32222026-08-17T23:32:10.493Z[ helios-setup] Aug 17 23:32:09.595 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32232026-08-17T23:32:10.496Z[ helios-setup] Aug 17 23:32:09.595 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32242026-08-17T23:32:10.554Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32252026-08-17T23:32:10.673Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32262026-08-17T23:32:10.677Z[ helios-setup] Aug 17 23:32:09.779 INFO E| Downloading crates ...
32272026-08-17T23:32:10.718Z[ helios-setup] Aug 17 23:32:09.820 INFO E| Downloaded adler2 v2.0.0
32282026-08-17T23:32:10.728Z[ helios-setup] Aug 17 23:32:09.831 INFO E| Downloaded miniz_oxide v0.8.8
32292026-08-17T23:32:10.772Z[ helios-setup] Aug 17 23:32:09.874 INFO E| Compiling adler2 v2.0.0
32302026-08-17T23:32:10.866Z[ helios-setup] Aug 17 23:32:09.968 INFO E| Compiling miniz_oxide v0.8.8
32312026-08-17T23:32:11.455Z[ host-package] Compiling darling v0.13.4
32322026-08-17T23:32:11.922Z[ helios-setup] Aug 17 23:32:11.023 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32332026-08-17T23:32:12.459Z[ helios-setup] Aug 17 23:32:11.561 INFO E| Finished `release` profile [optimized] target(s) in 1.95s
32342026-08-17T23:32:12.470Z[ helios-setup] Aug 17 23:32:11.572 INFO building project "pinprick" ok (1 seconds)
32352026-08-17T23:32:12.470Z[ helios-setup] Aug 17 23:32:11.572 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32362026-08-17T23:32:12.478Z[ helios-setup] Aug 17 23:32:11.581 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
32372026-08-17T23:32:12.478Z[ helios-setup] Aug 17 23:32:11.581 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32382026-08-17T23:32:12.483Z[ helios-setup] Aug 17 23:32:11.581 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32392026-08-17T23:32:12.589Z[ helios-setup] Aug 17 23:32:11.692 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32402026-08-17T23:32:12.691Z[ host-package] Compiling sled v0.34.7
32412026-08-17T23:32:12.949Z[ helios-setup] Aug 17 23:32:12.051 INFO E| From https://github.com/jclulow/hiercmd
32422026-08-17T23:32:12.949Z[ helios-setup] Aug 17 23:32:12.051 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32432026-08-17T23:32:12.961Z[ helios-setup] Aug 17 23:32:12.063 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32442026-08-17T23:32:13.310Z[ helios-setup] Aug 17 23:32:12.412 INFO E| From https://github.com/oxidecomputer/network-interface
32452026-08-17T23:32:13.310Z[ helios-setup] Aug 17 23:32:12.412 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32462026-08-17T23:32:13.322Z[ helios-setup] Aug 17 23:32:12.424 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32472026-08-17T23:32:13.680Z[ helios-setup] Aug 17 23:32:12.782 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32482026-08-17T23:32:13.680Z[ helios-setup] Aug 17 23:32:12.782 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32492026-08-17T23:32:13.707Z[ helios-setup] Aug 17 23:32:12.809 INFO E| Updating crates.io index
32502026-08-17T23:32:14.011Z[ helios-setup] Aug 17 23:32:13.113 INFO E| Downloading crates ...
32512026-08-17T23:32:14.067Z[ helios-setup] Aug 17 23:32:13.169 INFO E| Downloaded getrandom v0.2.16
32522026-08-17T23:32:14.071Z[ helios-setup] Aug 17 23:32:13.172 INFO E| Downloaded clap v4.5.51
32532026-08-17T23:32:14.078Z[ helios-setup] Aug 17 23:32:13.181 INFO E| Downloaded time-core v0.1.6
32542026-08-17T23:32:14.082Z[ helios-setup] Aug 17 23:32:13.182 INFO E| Downloaded proc-macro2 v1.0.103
32552026-08-17T23:32:14.086Z[ helios-setup] Aug 17 23:32:13.189 INFO E| Downloaded tokio-macros v2.6.0
32562026-08-17T23:32:14.094Z[ helios-setup] Aug 17 23:32:13.197 INFO E| Downloaded futures-macro v0.3.31
32572026-08-17T23:32:14.098Z[ helios-setup] Aug 17 23:32:13.198 INFO E| Downloaded futures-io v0.3.31
32582026-08-17T23:32:14.098Z[ helios-setup] Aug 17 23:32:13.198 INFO E| Downloaded pin-utils v0.1.0
32592026-08-17T23:32:14.098Z[ helios-setup] Aug 17 23:32:13.199 INFO E| Downloaded futures-sink v0.3.31
32602026-08-17T23:32:14.102Z[ helios-setup] Aug 17 23:32:13.205 INFO E| Downloaded log v0.4.28
32612026-08-17T23:32:14.110Z[ helios-setup] Aug 17 23:32:13.212 INFO E| Downloaded env_filter v0.1.4
32622026-08-17T23:32:14.114Z[ helios-setup] Aug 17 23:32:13.213 INFO E| Downloaded devinfo v0.1.0
32632026-08-17T23:32:14.117Z[ helios-setup] Aug 17 23:32:13.220 INFO E| Downloaded crc v3.3.0
32642026-08-17T23:32:14.120Z[ helios-setup] Aug 17 23:32:13.222 INFO E| Downloaded typenum v1.19.0
32652026-08-17T23:32:14.126Z[ helios-setup] Aug 17 23:32:13.229 INFO E| Downloaded clap_lex v0.7.6
32662026-08-17T23:32:14.130Z[ helios-setup] Aug 17 23:32:13.233 INFO E| Downloaded futures-core v0.3.31
32672026-08-17T23:32:14.133Z[ helios-setup] Aug 17 23:32:13.234 INFO E| Downloaded futures-task v0.3.31
32682026-08-17T23:32:14.148Z[ helios-setup] Aug 17 23:32:13.251 INFO E| Downloaded libdevinfo-sys v1.1.0
32692026-08-17T23:32:14.151Z[ helios-setup] Aug 17 23:32:13.251 INFO E| Downloaded simd-adler32 v0.3.7
32702026-08-17T23:32:14.155Z[ helios-setup] Aug 17 23:32:13.258 INFO E| Downloaded getopts v0.2.24
32712026-08-17T23:32:14.159Z[ helios-setup] Aug 17 23:32:13.259 INFO E| Downloaded anstyle-query v1.1.4
32722026-08-17T23:32:14.159Z[ helios-setup] Aug 17 23:32:13.261 INFO E| Downloaded env_logger v0.11.8
32732026-08-17T23:32:14.162Z[ helios-setup] Aug 17 23:32:13.262 INFO E| Downloaded anstyle v1.0.13
32742026-08-17T23:32:14.162Z[ helios-setup] Aug 17 23:32:13.263 INFO E| Downloaded futures-channel v0.3.31
32752026-08-17T23:32:14.162Z[ helios-setup] Aug 17 23:32:13.264 INFO E| Downloaded bitfield v0.19.3
32762026-08-17T23:32:14.166Z[ helios-setup] Aug 17 23:32:13.266 INFO E| Downloaded find-msvc-tools v0.1.4
32772026-08-17T23:32:14.170Z[ helios-setup] Aug 17 23:32:13.273 INFO E| Downloaded zeroize_derive v1.4.2
32782026-08-17T23:32:14.186Z[ helios-setup] Aug 17 23:32:13.288 INFO E| Downloaded bitfield-macros v0.19.3
32792026-08-17T23:32:14.189Z[ helios-setup] Aug 17 23:32:13.289 INFO E| Downloaded serde_spanned v1.0.3
32802026-08-17T23:32:14.193Z[ helios-setup] Aug 17 23:32:13.296 INFO E| Downloaded serde v1.0.228
32812026-08-17T23:32:14.196Z[ helios-setup] Aug 17 23:32:13.298 INFO E| Downloaded generic-array v0.14.9
32822026-08-17T23:32:14.202Z[ helios-setup] Aug 17 23:32:13.304 INFO E| Downloaded base64ct v1.8.0
32832026-08-17T23:32:14.205Z[ helios-setup] Aug 17 23:32:13.306 INFO E| Downloaded pin-project-lite v0.2.16
32842026-08-17T23:32:14.209Z[ helios-setup] Aug 17 23:32:13.310 INFO E| Downloaded num_enum v0.7.5
32852026-08-17T23:32:14.213Z[ helios-setup] Aug 17 23:32:13.315 INFO E| Downloaded bitflags v2.10.0
32862026-08-17T23:32:14.223Z[ helios-setup] Aug 17 23:32:13.326 INFO E| Downloaded slab v0.4.11
32872026-08-17T23:32:14.227Z[ helios-setup] Aug 17 23:32:13.327 INFO E| Downloaded time-macros v0.2.24
32882026-08-17T23:32:14.230Z[ helios-setup] Aug 17 23:32:13.333 INFO E| Downloaded deranged v0.5.5
32892026-08-17T23:32:14.234Z[ helios-setup] Aug 17 23:32:13.335 INFO E| Downloaded signal-hook-registry v1.4.6
32902026-08-17T23:32:14.234Z[ helios-setup] Aug 17 23:32:13.336 INFO E| Downloaded thiserror v2.0.17
32912026-08-17T23:32:14.239Z[ helios-setup] Aug 17 23:32:13.339 INFO E| Downloaded thiserror-impl v2.0.17
32922026-08-17T23:32:14.239Z[ helios-setup] Aug 17 23:32:13.340 INFO E| Downloaded toml_writer v1.0.4
32932026-08-17T23:32:14.242Z[ helios-setup] Aug 17 23:32:13.341 INFO E| Downloaded zeroize v1.8.2
32942026-08-17T23:32:14.242Z[ helios-setup] Aug 17 23:32:13.342 INFO E| Downloaded toml_datetime v0.7.3
32952026-08-17T23:32:14.242Z[ helios-setup] Aug 17 23:32:13.343 INFO E| Downloaded iddqd v0.3.14
32962026-08-17T23:32:14.242Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
32972026-08-17T23:32:14.246Z[ helios-setup] Aug 17 23:32:13.347 INFO E| Downloaded futures-executor v0.3.31
32982026-08-17T23:32:14.250Z[ helios-setup] Aug 17 23:32:13.350 INFO E| Downloaded unicode-ident v1.0.22
32992026-08-17T23:32:14.253Z[ helios-setup] Aug 17 23:32:13.353 INFO E| Downloaded toml_parser v1.0.4
33002026-08-17T23:32:14.254Z[ helios-setup] Aug 17 23:32:13.356 INFO E| Downloaded iana-time-zone v0.1.64
33012026-08-17T23:32:14.263Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33022026-08-17T23:32:14.269Z[ helios-setup] Aug 17 23:32:13.369 INFO E| Downloaded quote v1.0.41
33032026-08-17T23:32:14.272Z[ helios-setup] Aug 17 23:32:13.372 INFO E| Downloaded term v1.2.0
33042026-08-17T23:32:14.272Z[ helios-setup] Aug 17 23:32:13.375 INFO E| Downloaded num_enum_derive v0.7.5
33052026-08-17T23:32:14.276Z[ helios-setup] Aug 17 23:32:13.375 INFO E| Downloaded anyhow v1.0.100
33062026-08-17T23:32:14.279Z[ helios-setup] Aug 17 23:32:13.382 INFO E| Downloaded clap_derive v4.5.49
33072026-08-17T23:32:14.286Z[ helios-setup] Aug 17 23:32:13.386 INFO E| Downloaded toml v0.9.8
33082026-08-17T23:32:14.289Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33092026-08-17T23:32:14.301Z[ helios-setup] Aug 17 23:32:13.403 INFO E| Downloaded cc v1.2.44
33102026-08-17T23:32:14.304Z[ helios-setup] Aug 17 23:32:13.405 INFO E| Downloaded futures v0.3.31
33112026-08-17T23:32:14.308Z[ helios-setup] Aug 17 23:32:13.409 INFO E| Downloaded serde_core v1.0.228
33122026-08-17T23:32:14.308Z[ helios-setup] Aug 17 23:32:13.410 INFO E| Downloaded serde_derive v1.0.228
33132026-08-17T23:32:14.316Z[ helios-setup] Aug 17 23:32:13.418 INFO E| Downloaded socket2 v0.6.1
33142026-08-17T23:32:14.319Z[ helios-setup] Aug 17 23:32:13.422 INFO E| Downloaded toml_edit v0.23.7
33152026-08-17T23:32:14.327Z[ helios-setup] Aug 17 23:32:13.430 INFO E| Downloaded bytes v1.10.1
33162026-08-17T23:32:14.330Z[ helios-setup] Aug 17 23:32:13.433 INFO E| Downloaded uuid v1.18.1
33172026-08-17T23:32:14.334Z[ helios-setup] Aug 17 23:32:13.437 INFO E| Downloaded flate2 v1.1.5
33182026-08-17T23:32:14.338Z[ helios-setup] Aug 17 23:32:13.441 INFO E| Downloaded rand v0.8.5
33192026-08-17T23:32:14.346Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33202026-08-17T23:32:14.351Z[ helios-setup] Aug 17 23:32:13.453 INFO E| Downloaded rsa v0.9.8
33212026-08-17T23:32:14.354Z[ helios-setup] Aug 17 23:32:13.457 INFO E| Downloaded indexmap v2.12.0
33222026-08-17T23:32:14.358Z[ helios-setup] Aug 17 23:32:13.460 INFO E| Downloaded mio v1.1.0
33232026-08-17T23:32:14.361Z[ helios-setup] Aug 17 23:32:13.464 INFO E| Downloaded serde_json v1.0.145
33242026-08-17T23:32:14.367Z[ helios-setup] Aug 17 23:32:13.469 INFO E| Downloaded zerocopy-derive v0.8.27
33252026-08-17T23:32:14.371Z[ helios-setup] Aug 17 23:32:13.474 INFO E| Downloaded memchr v2.7.6
33262026-08-17T23:32:14.395Z[ helios-setup] Aug 17 23:32:13.498 INFO E| Downloaded num-bigint-dig v0.8.4
33272026-08-17T23:32:14.410Z[ helios-setup] Aug 17 23:32:13.513 INFO E| Downloaded futures-util v0.3.31
33282026-08-17T23:32:14.419Z[ helios-setup] Aug 17 23:32:13.521 INFO E| Downloaded time v0.3.44
33292026-08-17T23:32:14.424Z[ helios-setup] Aug 17 23:32:13.526 INFO E| Downloaded libm v0.2.15
33302026-08-17T23:32:14.430Z[ helios-setup] Aug 17 23:32:13.533 INFO E| Downloaded clap_builder v4.5.51
33312026-08-17T23:32:14.434Z[ helios-setup] Aug 17 23:32:13.537 INFO E| Downloaded hashbrown v0.16.0
33322026-08-17T23:32:14.438Z[ helios-setup] Aug 17 23:32:13.541 INFO E| Downloaded winnow v0.7.13
33332026-08-17T23:32:14.448Z[ helios-setup] Aug 17 23:32:13.551 INFO E| Downloaded chrono v0.4.42
33342026-08-17T23:32:14.453Z[ helios-setup] Aug 17 23:32:13.556 INFO E| Downloaded syn v2.0.108
33352026-08-17T23:32:14.467Z[ helios-setup] Aug 17 23:32:13.569 INFO E| Downloaded zerocopy v0.8.27
33362026-08-17T23:32:14.480Z[ helios-setup] Aug 17 23:32:13.583 INFO E| Downloaded unicode-width v0.2.2
33372026-08-17T23:32:14.500Z[ helios-setup] Aug 17 23:32:13.602 INFO E| Downloaded rustix v1.1.2
33382026-08-17T23:32:14.550Z[ helios-setup] Aug 17 23:32:13.652 INFO E| Downloaded libc v0.2.177
33392026-08-17T23:32:14.565Z[ helios-setup] Aug 17 23:32:13.668 INFO E| Downloaded tokio v1.48.0
33402026-08-17T23:32:14.580Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33412026-08-17T23:32:14.670Z[ helios-setup] Aug 17 23:32:13.772 INFO E| Compiling proc-macro2 v1.0.103
33422026-08-17T23:32:14.670Z[ helios-setup] Aug 17 23:32:13.772 INFO E| Compiling unicode-ident v1.0.22
33432026-08-17T23:32:14.670Z[ helios-setup] Aug 17 23:32:13.772 INFO E| Compiling quote v1.0.41
33442026-08-17T23:32:14.673Z[ helios-setup] Aug 17 23:32:13.772 INFO E| Compiling libc v0.2.177
33452026-08-17T23:32:14.673Z[ helios-setup] Aug 17 23:32:13.772 INFO E| Compiling serde_core v1.0.228
33462026-08-17T23:32:14.673Z[ helios-setup] Aug 17 23:32:13.772 INFO E| Compiling cfg-if v1.0.4
33472026-08-17T23:32:14.673Z[ helios-setup] Aug 17 23:32:13.772 INFO E| Compiling serde v1.0.228
33482026-08-17T23:32:14.673Z[ helios-setup] Aug 17 23:32:13.772 INFO E| Compiling version_check v0.9.5
33492026-08-17T23:32:14.673Z[ helios-setup] Aug 17 23:32:13.772 INFO E| Compiling autocfg v1.5.0
33502026-08-17T23:32:14.673Z[ helios-setup] Aug 17 23:32:13.772 INFO E| Compiling const-oid v0.9.6
33512026-08-17T23:32:14.673Z[ helios-setup] Aug 17 23:32:13.772 INFO E| Compiling typenum v1.19.0
33522026-08-17T23:32:14.673Z[ helios-setup] Aug 17 23:32:13.772 INFO E| Compiling libm v0.2.15
33532026-08-17T23:32:14.673Z[ helios-setup] Aug 17 23:32:13.772 INFO E| Compiling zerocopy v0.8.27
33542026-08-17T23:32:14.673Z[ helios-setup] Aug 17 23:32:13.772 INFO E| Compiling rustversion v1.0.22
33552026-08-17T23:32:14.673Z[ helios-setup] Aug 17 23:32:13.773 INFO E| Compiling smallvec v1.15.1
33562026-08-17T23:32:14.673Z[ helios-setup] Aug 17 23:32:13.773 INFO E| Compiling base64ct v1.8.0
33572026-08-17T23:32:14.881Z[ host-package] Compiling secrecy v0.8.0
33582026-08-17T23:32:15.134Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33592026-08-17T23:32:15.185Z[ helios-setup] Aug 17 23:32:14.287 INFO E| Compiling zeroize v1.8.2
33602026-08-17T23:32:15.354Z[ helios-setup] Aug 17 23:32:14.456 INFO E| Compiling winnow v0.7.13
33612026-08-17T23:32:15.573Z[ helios-setup] Aug 17 23:32:14.675 INFO E| Compiling generic-array v0.14.9
33622026-08-17T23:32:15.573Z[ helios-setup] Aug 17 23:32:14.675 INFO E| Compiling pem-rfc7468 v0.7.0
33632026-08-17T23:32:15.679Z[ helios-setup] Aug 17 23:32:14.781 INFO E| Compiling anyhow v1.0.100
33642026-08-17T23:32:15.803Z[ helios-setup] Aug 17 23:32:14.905 INFO E| Compiling num-traits v0.2.19
33652026-08-17T23:32:15.988Z[ helios-setup] Aug 17 23:32:15.091 INFO E| Compiling flagset v0.4.7
33662026-08-17T23:32:16.037Z[ helios-setup] Aug 17 23:32:15.140 INFO E| Compiling hashbrown v0.16.0
33672026-08-17T23:32:16.046Z[ helios-setup] Aug 17 23:32:15.149 INFO E| Compiling crc32fast v1.5.0
33682026-08-17T23:32:16.124Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33692026-08-17T23:32:16.174Z[ helios-setup] Aug 17 23:32:15.277 INFO E| Compiling getrandom v0.2.16
33702026-08-17T23:32:16.277Z[ helios-setup] Aug 17 23:32:15.379 INFO E| Compiling byteorder v1.5.0
33712026-08-17T23:32:16.308Z[ helios-setup] Aug 17 23:32:15.410 INFO E| Compiling rustix v1.1.2
33722026-08-17T23:32:16.319Z[ helios-setup] Aug 17 23:32:15.422 INFO E| Compiling utf8parse v0.2.2
33732026-08-17T23:32:16.462Z[ helios-setup] Aug 17 23:32:15.565 INFO E| Compiling equivalent v1.0.2
33742026-08-17T23:32:16.555Z[ helios-setup] Aug 17 23:32:15.657 INFO E| Compiling memchr v2.7.6
33752026-08-17T23:32:16.569Z[ helios-setup] Aug 17 23:32:15.671 INFO E| Compiling anstyle-parse v0.2.7
33762026-08-17T23:32:16.906Z[ helios-setup] Aug 17 23:32:16.008 INFO E| Compiling indexmap v2.12.0
33772026-08-17T23:32:16.967Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33782026-08-17T23:32:16.987Z[ helios-setup] Aug 17 23:32:16.089 INFO E| Compiling rand_core v0.6.4
33792026-08-17T23:32:16.993Z[ helios-setup] Aug 17 23:32:16.095 INFO E| Compiling errno v0.3.14
33802026-08-17T23:32:17.049Z[ helios-setup] Aug 17 23:32:16.152 INFO E| Compiling toml_datetime v0.7.3
33812026-08-17T23:32:17.078Z[ helios-setup] Aug 17 23:32:16.180 INFO E| Compiling syn v2.0.108
33822026-08-17T23:32:17.165Z[ helios-setup] Aug 17 23:32:16.267 INFO E| Compiling is_terminal_polyfill v1.70.2
33832026-08-17T23:32:17.225Z[ host-package] Compiling serde_with_macros v1.5.2
33842026-08-17T23:32:17.286Z[ helios-setup] Aug 17 23:32:16.389 INFO E| Compiling syn v1.0.109
33852026-08-17T23:32:17.330Z[ helios-setup] Aug 17 23:32:16.432 INFO E| Compiling colorchoice v1.0.4
33862026-08-17T23:32:17.369Z[ helios-setup] Aug 17 23:32:16.470 INFO E| Compiling anstyle v1.0.13
33872026-08-17T23:32:17.476Z[ helios-setup] Aug 17 23:32:16.578 INFO E| Compiling shlex v1.3.0
33882026-08-17T23:32:17.490Z[ helios-setup] Aug 17 23:32:16.592 INFO E| Compiling radium v0.7.0
33892026-08-17T23:32:17.503Z[ helios-setup] Aug 17 23:32:16.605 INFO E| Compiling find-msvc-tools v0.1.4
33902026-08-17T23:32:17.638Z[ helios-setup] Aug 17 23:32:16.740 INFO E| Compiling allocator-api2 v0.2.21
33912026-08-17T23:32:17.728Z[ helios-setup] Aug 17 23:32:16.830 INFO E| Compiling cpufeatures v0.2.17
33922026-08-17T23:32:17.822Z[ helios-setup] Aug 17 23:32:16.920 INFO E| Compiling anstyle-query v1.1.4
33932026-08-17T23:32:17.833Z[ helios-setup] Aug 17 23:32:16.935 INFO E| Compiling slog v2.8.2
33942026-08-17T23:32:17.896Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33952026-08-17T23:32:17.945Z[ helios-setup] Aug 17 23:32:17.047 INFO E| Compiling block-buffer v0.10.4
33962026-08-17T23:32:17.982Z[ helios-setup] Aug 17 23:32:17.082 INFO E| Compiling crypto-common v0.1.6
33972026-08-17T23:32:18.011Z[ helios-setup] Aug 17 23:32:17.114 INFO E| Compiling cc v1.2.44
33982026-08-17T23:32:18.048Z[ helios-setup] Aug 17 23:32:17.151 INFO E| Compiling anstream v0.6.21
33992026-08-17T23:32:18.192Z[ helios-setup] Aug 17 23:32:17.294 INFO E| Compiling maybe-uninit v2.0.0
34002026-08-17T23:32:18.206Z[ helios-setup] Aug 17 23:32:17.309 INFO E| Compiling digest v0.10.7
34012026-08-17T23:32:18.225Z[ helios-setup] Aug 17 23:32:17.327 INFO E| Compiling pkg-config v0.3.32
34022026-08-17T23:32:18.456Z[ helios-setup] Aug 17 23:32:17.558 INFO E| Compiling futures-core v0.3.31
34032026-08-17T23:32:18.566Z[ helios-setup] Aug 17 23:32:17.668 INFO E| Compiling sha2 v0.10.9
34042026-08-17T23:32:18.579Z[ helios-setup] Aug 17 23:32:17.681 INFO E| Compiling futures-sink v0.3.31
34052026-08-17T23:32:18.727Z[ helios-setup] Aug 17 23:32:17.830 INFO E| Compiling unicode-width v0.2.2
34062026-08-17T23:32:18.767Z[ helios-setup] Aug 17 23:32:17.868 INFO E| Compiling toml_parser v1.0.4
34072026-08-17T23:32:18.808Z[ helios-setup] Aug 17 23:32:17.910 INFO E| Compiling parking_lot_core v0.9.12
34082026-08-17T23:32:18.870Z[ helios-setup] Aug 17 23:32:17.972 INFO E| Compiling pin-project-lite v0.2.16
34092026-08-17T23:32:18.880Z[ helios-setup] Aug 17 23:32:17.983 INFO E| Compiling tap v1.0.1
34102026-08-17T23:32:18.924Z[ helios-setup] Aug 17 23:32:18.026 INFO E| Compiling futures-channel v0.3.31
34112026-08-17T23:32:18.928Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34122026-08-17T23:32:19.016Z[ helios-setup] Aug 17 23:32:18.116 INFO E| Compiling wyz v0.5.1
34132026-08-17T23:32:19.050Z[ helios-setup] Aug 17 23:32:18.153 INFO E| Compiling num-integer v0.1.46
34142026-08-17T23:32:19.167Z[ helios-setup] Aug 17 23:32:18.269 INFO E| Compiling getopts v0.2.24
34152026-08-17T23:32:19.313Z[ helios-setup] Aug 17 23:32:18.415 INFO E| Compiling ahash v0.8.12
34162026-08-17T23:32:19.378Z[ helios-setup] Aug 17 23:32:18.481 INFO E| Compiling futures-task v0.3.31
34172026-08-17T23:32:19.471Z[ helios-setup] Aug 17 23:32:18.573 INFO E| Compiling toml_edit v0.23.7
34182026-08-17T23:32:19.524Z[ helios-setup] Aug 17 23:32:18.626 INFO E| Compiling scopeguard v1.2.0
34192026-08-17T23:32:19.605Z[ helios-setup] Aug 17 23:32:18.706 INFO E| Compiling spin v0.9.8
34202026-08-17T23:32:19.651Z[ helios-setup] Aug 17 23:32:18.753 INFO E| Compiling strsim v0.11.1
34212026-08-17T23:32:19.657Z[ helios-setup] Aug 17 23:32:18.759 INFO E| Compiling futures-io v0.3.31
34222026-08-17T23:32:19.713Z[ helios-setup] Aug 17 23:32:18.816 INFO E| Compiling clap_lex v0.7.6
34232026-08-17T23:32:19.731Z[ helios-setup] Aug 17 23:32:18.833 INFO E| Compiling pin-utils v0.1.0
34242026-08-17T23:32:19.821Z[ helios-setup] Aug 17 23:32:18.923 INFO E| Compiling time-core v0.1.6
34252026-08-17T23:32:19.995Z[ helios-setup] Aug 17 23:32:19.098 INFO E| Compiling bitflags v2.10.0
34262026-08-17T23:32:20.004Z[ helios-setup] Aug 17 23:32:19.106 INFO E| Compiling num-bigint-dig v0.8.4
34272026-08-17T23:32:20.035Z[ helios-setup] Aug 17 23:32:19.137 INFO E| Compiling num-conv v0.1.0
34282026-08-17T23:32:20.122Z[ helios-setup] Aug 17 23:32:19.224 INFO E| Compiling getrandom v0.3.4
34292026-08-17T23:32:20.125Z[ helios-setup] Aug 17 23:32:19.224 INFO E| Compiling thiserror v1.0.69
34302026-08-17T23:32:20.184Z[ helios-setup] Aug 17 23:32:19.286 INFO E| Compiling bytes v1.10.1
34312026-08-17T23:32:20.258Z[ helios-setup] Aug 17 23:32:19.360 INFO E| Compiling funty v2.0.0
34322026-08-17T23:32:20.289Z[ helios-setup] Aug 17 23:32:19.391 INFO E| Compiling powerfmt v0.2.0
34332026-08-17T23:32:20.308Z[ helios-setup] Aug 17 23:32:19.411 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34342026-08-17T23:32:20.375Z[ helios-setup] Aug 17 23:32:19.477 INFO E| Compiling slab v0.4.11
34352026-08-17T23:32:20.441Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34362026-08-17T23:32:20.718Z[ helios-setup] Aug 17 23:32:19.820 INFO E| Compiling proc-macro-crate v3.4.0
34372026-08-17T23:32:20.772Z[ helios-setup] Aug 17 23:32:19.874 INFO E| Compiling packed_struct v0.10.1
34382026-08-17T23:32:20.892Z[ helios-setup] Aug 17 23:32:19.994 INFO E| Compiling itoa v1.0.15
34392026-08-17T23:32:20.976Z[ helios-setup] Aug 17 23:32:20.078 INFO E| Compiling heck v0.5.0
34402026-08-17T23:32:21.061Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34412026-08-17T23:32:21.210Z[ helios-setup] Aug 17 23:32:20.312 INFO E| Compiling bitvec v1.0.1
34422026-08-17T23:32:21.229Z[ helios-setup] Aug 17 23:32:20.331 INFO E| Compiling deranged v0.5.5
34432026-08-17T23:32:21.245Z[ helios-setup] Aug 17 23:32:20.345 INFO E| Compiling time-macros v0.2.24
34442026-08-17T23:32:21.315Z[ helios-setup] Aug 17 23:32:20.418 INFO E| Compiling lazy_static v1.5.0
34452026-08-17T23:32:21.338Z[ helios-setup] Aug 17 23:32:20.441 INFO E| Compiling lock_api v0.4.14
34462026-08-17T23:32:21.395Z[ helios-setup] Aug 17 23:32:20.498 INFO E| Compiling terminal_size v0.4.3
34472026-08-17T23:32:21.432Z[ helios-setup] Aug 17 23:32:20.534 INFO E| Compiling num-iter v0.1.45
34482026-08-17T23:32:21.576Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34492026-08-17T23:32:21.659Z[ helios-setup] Aug 17 23:32:20.761 INFO E| Compiling clap_builder v4.5.51
34502026-08-17T23:32:21.718Z[ helios-setup] Aug 17 23:32:20.820 INFO E| Compiling indexmap v1.9.3
34512026-08-17T23:32:21.773Z[ helios-setup] Aug 17 23:32:20.876 INFO E| Compiling simd-adler32 v0.3.7
34522026-08-17T23:32:21.803Z[ helios-setup] Aug 17 23:32:20.905 INFO E| Compiling adler2 v2.0.1
34532026-08-17T23:32:21.827Z[ helios-setup] Aug 17 23:32:20.929 INFO E| Compiling serde_json v1.0.145
34542026-08-17T23:32:21.871Z[ helios-setup] Aug 17 23:32:20.973 INFO E| Compiling nodrop v0.1.14
34552026-08-17T23:32:21.913Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34562026-08-17T23:32:22.094Z[ helios-setup] Aug 17 23:32:21.195 INFO E| Compiling once_cell v1.21.3
34572026-08-17T23:32:22.121Z[ helios-setup] Aug 17 23:32:21.223 INFO E| Compiling iana-time-zone v0.1.64
34582026-08-17T23:32:22.145Z[ helios-setup] Aug 17 23:32:21.247 INFO E| Compiling crc-catalog v2.4.0
34592026-08-17T23:32:22.225Z[ host-package] Compiling git2 v0.20.4
34602026-08-17T23:32:22.271Z[ helios-setup] Aug 17 23:32:21.373 INFO E| Compiling log v0.4.28
34612026-08-17T23:32:22.274Z[ helios-setup] Aug 17 23:32:21.374 INFO E| Compiling thiserror v2.0.17
34622026-08-17T23:32:22.296Z[ helios-setup] Aug 17 23:32:21.398 INFO E| Compiling crc v3.3.0
34632026-08-17T23:32:22.318Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34642026-08-17T23:32:22.446Z[ helios-setup] Aug 17 23:32:21.545 INFO E| Compiling chrono v0.4.42
34652026-08-17T23:32:22.521Z[ helios-setup] Aug 17 23:32:21.622 INFO E| Compiling miniz_oxide v0.8.9
34662026-08-17T23:32:22.557Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
34672026-08-17T23:32:22.603Z[ helios-setup] Aug 17 23:32:21.706 INFO E| Compiling env_filter v0.1.4
34682026-08-17T23:32:22.831Z[ helios-setup] Aug 17 23:32:21.933 INFO E| Compiling array-init v0.0.4
34692026-08-17T23:32:22.982Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34702026-08-17T23:32:22.986Z[ helios-setup] Aug 17 23:32:22.089 INFO E| Compiling smallvec v0.6.14
34712026-08-17T23:32:23.018Z[ helios-setup] Aug 17 23:32:22.120 INFO E| Compiling parking_lot v0.12.5
34722026-08-17T23:32:23.022Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34732026-08-17T23:32:23.084Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34742026-08-17T23:32:23.537Z[ helios-setup] Aug 17 23:32:22.639 INFO E| Compiling serde_spanned v1.0.3
34752026-08-17T23:32:23.615Z[ helios-setup] Aug 17 23:32:22.715 INFO E| Compiling signature v2.2.0
34762026-08-17T23:32:23.697Z[ host-package] Compiling arc-swap v1.8.2
34772026-08-17T23:32:23.916Z[ host-package] Compiling void v1.0.2
34782026-08-17T23:32:23.933Z[ helios-setup] Aug 17 23:32:23.035 INFO E| Compiling socket2 v0.6.1
34792026-08-17T23:32:23.961Z[ helios-setup] Aug 17 23:32:23.063 INFO E| Compiling mio v1.1.0
34802026-08-17T23:32:23.965Z[ helios-setup] Aug 17 23:32:23.064 INFO E| Compiling time v0.3.44
34812026-08-17T23:32:23.992Z[ helios-setup] Aug 17 23:32:23.094 INFO E| Compiling signal-hook-registry v1.4.6
34822026-08-17T23:32:24.046Z[ helios-setup] Aug 17 23:32:23.148 INFO E| Compiling is-terminal v0.4.17
34832026-08-17T23:32:24.170Z[ helios-setup] Aug 17 23:32:23.272 INFO E| Compiling thread_local v1.1.9
34842026-08-17T23:32:24.242Z[ helios-setup] Aug 17 23:32:23.344 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34852026-08-17T23:32:24.395Z[ host-package] Compiling slog-scope v4.4.1
34862026-08-17T23:32:24.524Z[ helios-setup] Aug 17 23:32:23.626 INFO E| Compiling packed_struct_codegen v0.10.1
34872026-08-17T23:32:24.571Z[ host-package] Compiling lzss v0.8.2
34882026-08-17T23:32:24.827Z[ helios-setup] Aug 17 23:32:23.922 INFO E| Compiling libdevinfo-sys v1.1.0
34892026-08-17T23:32:24.841Z[ helios-setup] Aug 17 23:32:23.941 INFO E| Compiling serde_derive v1.0.228
34902026-08-17T23:32:24.934Z[ helios-setup] Aug 17 23:32:24.036 INFO E| Compiling zerocopy-derive v0.8.27
34912026-08-17T23:32:24.957Z[ helios-setup] Aug 17 23:32:24.059 INFO E| Compiling der_derive v0.7.3
34922026-08-17T23:32:24.992Z[ helios-setup] Aug 17 23:32:24.094 INFO E| Compiling futures-macro v0.3.31
34932026-08-17T23:32:25.031Z[ helios-setup] Aug 17 23:32:24.133 INFO E| Compiling zerocopy-derive v0.6.6
34942026-08-17T23:32:25.198Z[ helios-setup] Aug 17 23:32:24.300 INFO E| Compiling clap_derive v4.5.49
34952026-08-17T23:32:25.234Z[ helios-setup] Aug 17 23:32:24.336 INFO E| Compiling num_enum_derive v0.7.5
34962026-08-17T23:32:25.349Z[ helios-setup] Aug 17 23:32:24.451 INFO E| Compiling thiserror-impl v1.0.69
34972026-08-17T23:32:25.411Z[ helios-setup] Aug 17 23:32:24.513 INFO E| Compiling bitfield-macros v0.19.3
34982026-08-17T23:32:25.460Z[ host-package] Compiling illumos-nvpair v0.3.0
34992026-08-17T23:32:25.598Z[ helios-setup] Aug 17 23:32:24.700 INFO E| Compiling thiserror-impl v2.0.17
35002026-08-17T23:32:25.776Z[ helios-setup] Aug 17 23:32:24.878 INFO E| Compiling tokio-macros v2.6.0
35012026-08-17T23:32:25.886Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35022026-08-17T23:32:25.896Z[ host-package] Compiling serde_with v1.14.0
35032026-08-17T23:32:26.884Z[ helios-setup] Aug 17 23:32:25.985 INFO E| Compiling zerocopy v0.6.6
35042026-08-17T23:32:26.950Z[ helios-setup] Aug 17 23:32:26.053 INFO E| Compiling futures-util v0.3.31
35052026-08-17T23:32:27.046Z[ helios-setup] Aug 17 23:32:26.148 INFO E| Compiling der v0.7.10
35062026-08-17T23:32:27.068Z[ helios-setup] Aug 17 23:32:26.170 INFO E| Compiling bitfield v0.19.3
35072026-08-17T23:32:27.097Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35082026-08-17T23:32:27.174Z[ helios-setup] Aug 17 23:32:26.276 INFO E| Compiling toml_writer v1.0.4
35092026-08-17T23:32:27.263Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35102026-08-17T23:32:27.263Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35112026-08-17T23:32:27.277Z[ helios-setup] Aug 17 23:32:26.379 INFO E| Compiling winnow v0.5.40
35122026-08-17T23:32:27.674Z[ helios-setup] Aug 17 23:32:26.777 INFO E| Compiling subtle v2.6.1
35132026-08-17T23:32:27.687Z[ helios-setup] Aug 17 23:32:26.790 INFO E| Compiling num_enum v0.7.5
35142026-08-17T23:32:27.706Z[ helios-setup] Aug 17 23:32:26.808 INFO E| Compiling ryu v1.0.20
35152026-08-17T23:32:27.910Z[ helios-setup] Aug 17 23:32:27.012 INFO E| Compiling base64 v0.21.7
35162026-08-17T23:32:27.994Z[ helios-setup] Aug 17 23:32:27.096 INFO E| Compiling hashbrown v0.12.3
35172026-08-17T23:32:27.997Z[ helios-setup] Aug 17 23:32:27.096 INFO E| Compiling term v1.2.0
35182026-08-17T23:32:28.049Z[ helios-setup] Aug 17 23:32:27.151 INFO E| Compiling tokio v1.48.0
35192026-08-17T23:32:28.246Z[ helios-setup] Aug 17 23:32:27.348 INFO E| Compiling clap v4.5.51
35202026-08-17T23:32:28.274Z[ helios-setup] Aug 17 23:32:27.375 INFO E| Compiling devinfo v0.1.0
35212026-08-17T23:32:28.286Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35222026-08-17T23:32:28.348Z[ helios-setup] Aug 17 23:32:27.450 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35232026-08-17T23:32:28.539Z[ helios-setup] Aug 17 23:32:27.641 INFO E| Compiling toml v0.9.8
35242026-08-17T23:32:28.751Z[ helios-setup] Aug 17 23:32:27.853 INFO E| Compiling bzip2 v0.4.4
35252026-08-17T23:32:28.982Z[ helios-setup] Aug 17 23:32:28.084 INFO E| Compiling spki v0.7.3
35262026-08-17T23:32:29.004Z[ helios-setup] Aug 17 23:32:28.106 INFO E| Compiling uuid v1.18.1
35272026-08-17T23:32:29.101Z[ helios-setup] Aug 17 23:32:28.203 INFO E| Compiling flate2 v1.1.5
35282026-08-17T23:32:29.856Z[ helios-setup] Aug 17 23:32:28.958 INFO E| Compiling pkcs8 v0.10.2
35292026-08-17T23:32:29.883Z[ helios-setup] Aug 17 23:32:28.985 INFO E| Compiling x509-cert v0.2.5
35302026-08-17T23:32:29.971Z[ helios-setup] Aug 17 23:32:29.073 INFO E| Compiling env_logger v0.11.8
35312026-08-17T23:32:30.105Z[ helios-setup] Aug 17 23:32:29.208 INFO E| Compiling rustc-hash v2.1.1
35322026-08-17T23:32:30.268Z[ helios-setup] Aug 17 23:32:29.370 INFO E| Compiling pkcs1 v0.7.5
35332026-08-17T23:32:30.305Z[ helios-setup] Aug 17 23:32:29.407 INFO E| Compiling hex v0.4.3
35342026-08-17T23:32:30.630Z[ helios-setup] Aug 17 23:32:29.732 INFO E| Compiling bitflags v1.3.2
35352026-08-17T23:32:30.808Z[ helios-setup] Aug 17 23:32:29.910 INFO E| Compiling foldhash v0.2.0
35362026-08-17T23:32:31.046Z[ helios-setup] Aug 17 23:32:30.148 INFO E| Compiling crc-any v2.5.0
35372026-08-17T23:32:31.141Z[ helios-setup] Aug 17 23:32:30.243 INFO E| Compiling ppv-lite86 v0.2.21
35382026-08-17T23:32:31.290Z[ helios-setup] Aug 17 23:32:30.392 INFO E| Compiling iddqd v0.3.14
35392026-08-17T23:32:31.356Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35402026-08-17T23:32:31.380Z[ helios-setup] Aug 17 23:32:30.482 INFO E| Compiling erased-serde v0.3.31
35412026-08-17T23:32:31.390Z[ helios-setup] Aug 17 23:32:30.492 INFO E| Compiling futures-executor v0.3.31
35422026-08-17T23:32:31.402Z[ helios-setup] Aug 17 23:32:30.505 INFO E| Compiling serde_spanned v0.6.9
35432026-08-17T23:32:31.681Z[ helios-setup] Aug 17 23:32:30.783 INFO E| Compiling toml_datetime v0.6.11
35442026-08-17T23:32:31.730Z[ helios-setup] Aug 17 23:32:30.832 INFO E| Compiling hashbrown v0.13.2
35452026-08-17T23:32:31.851Z[ helios-setup] Aug 17 23:32:30.953 INFO E| Compiling rand_chacha v0.3.1
35462026-08-17T23:32:31.952Z[ helios-setup] Aug 17 23:32:31.054 INFO E| Compiling toml_edit v0.19.15
35472026-08-17T23:32:32.089Z[ helios-setup] Aug 17 23:32:31.192 INFO E| Compiling futures v0.3.31
35482026-08-17T23:32:32.089Z[ helios-setup] Aug 17 23:32:31.192 INFO E| Compiling serde-hex v0.1.0
35492026-08-17T23:32:32.132Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35502026-08-17T23:32:32.197Z[ helios-setup] Aug 17 23:32:31.299 INFO E| Compiling rand v0.8.5
35512026-08-17T23:32:32.394Z[ helios-setup] Aug 17 23:32:31.496 INFO E| Compiling ron v0.8.1
35522026-08-17T23:32:32.583Z[ helios-setup] Aug 17 23:32:31.685 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35532026-08-17T23:32:32.872Z[ helios-setup] Aug 17 23:32:31.973 INFO E| Compiling slog-term v2.9.2
35542026-08-17T23:32:33.012Z[ helios-setup] Aug 17 23:32:32.114 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
35552026-08-17T23:32:33.026Z[ helios-setup] Aug 17 23:32:32.129 INFO E| Compiling object v0.30.4
35562026-08-17T23:32:33.091Z[ host-package] Compiling scuffle v0.1.0
35572026-08-17T23:32:33.353Z[ helios-setup] Aug 17 23:32:32.455 INFO E| Compiling zip v0.6.6
35582026-08-17T23:32:33.816Z[ helios-setup] Aug 17 23:32:32.918 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35592026-08-17T23:32:33.940Z[ helios-setup] Aug 17 23:32:33.042 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35602026-08-17T23:32:34.952Z[ helios-setup] Aug 17 23:32:34.054 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35612026-08-17T23:32:35.039Z[ helios-setup] Aug 17 23:32:34.141 INFO E| Compiling path-slash v0.1.5
35622026-08-17T23:32:35.462Z[ helios-setup] Aug 17 23:32:34.565 INFO E| Compiling toml v0.7.8
35632026-08-17T23:32:36.294Z[ helios-setup] Aug 17 23:32:35.395 INFO E| Compiling rsa v0.9.8
35642026-08-17T23:32:36.954Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35652026-08-17T23:32:37.050Z[ helios-setup] Aug 17 23:32:36.152 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35662026-08-17T23:32:37.065Z[ helios-setup] Aug 17 23:32:36.167 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35672026-08-17T23:32:37.161Z[ host-package] Compiling tungstenite v0.23.0
35682026-08-17T23:32:39.077Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35692026-08-17T23:32:40.640Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35702026-08-17T23:32:41.211Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35712026-08-17T23:32:41.935Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35722026-08-17T23:32:42.621Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35732026-08-17T23:32:42.737Z[ host-package] Compiling nix v0.27.1
35742026-08-17T23:32:42.836Z[ host-package] Compiling twox-hash v2.1.2
35752026-08-17T23:32:42.961Z[ host-package] Compiling libsw-core v0.3.2
35762026-08-17T23:32:43.236Z[ host-package] Compiling atty v0.2.14
35772026-08-17T23:32:43.311Z[ helios-setup] Aug 17 23:32:42.413 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35782026-08-17T23:32:43.435Z[ host-package] Compiling serde_bytes v0.11.19
35792026-08-17T23:32:43.547Z[ host-package] Compiling libsw v3.5.0
35802026-08-17T23:32:43.697Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35812026-08-17T23:32:43.919Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35822026-08-17T23:32:44.052Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35832026-08-17T23:32:44.055Z[ host-package] Compiling tokio-tungstenite v0.23.1
35842026-08-17T23:32:44.172Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35852026-08-17T23:32:44.489Z[ helios-setup] Aug 17 23:32:43.592 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35862026-08-17T23:32:44.592Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35872026-08-17T23:32:45.945Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35882026-08-17T23:32:47.395Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35892026-08-17T23:32:48.234Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35902026-08-17T23:32:48.503Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35912026-08-17T23:32:48.770Z[ helios-setup] Aug 17 23:32:47.872 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35922026-08-17T23:32:49.009Z[ host-package] Compiling slog-stdlog v4.1.1
35932026-08-17T23:32:49.225Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35942026-08-17T23:32:49.428Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35952026-08-17T23:32:49.704Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35962026-08-17T23:32:50.005Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35972026-08-17T23:32:50.028Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35982026-08-17T23:32:50.726Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35992026-08-17T23:32:51.985Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36002026-08-17T23:32:53.030Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36012026-08-17T23:32:53.373Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36022026-08-17T23:32:54.062Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36032026-08-17T23:32:55.818Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36042026-08-17T23:32:57.771Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36052026-08-17T23:32:57.867Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36062026-08-17T23:32:58.615Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36072026-08-17T23:32:58.707Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36082026-08-17T23:32:59.005Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36092026-08-17T23:32:59.778Z[ host-package] Compiling signal-hook-tokio v0.3.1
36102026-08-17T23:33:00.026Z[ host-package] Compiling fatfs v0.3.6
36112026-08-17T23:33:00.056Z[ host-package] Compiling yasna v0.5.2
36122026-08-17T23:33:00.827Z[ helios-setup] Aug 17 23:32:59.929 INFO E| Finished `release` profile [optimized] target(s) in 48.33s
36132026-08-17T23:33:00.830Z[ helios-setup] Aug 17 23:32:59.931 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36142026-08-17T23:33:00.830Z[ helios-setup] Aug 17 23:32:59.931 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36152026-08-17T23:33:00.888Z[ helios-setup] Aug 17 23:32:59.990 INFO building project "pilot" ok (48 seconds)
36162026-08-17T23:33:00.888Z[ helios-setup] Aug 17 23:32:59.990 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36172026-08-17T23:33:00.896Z[ helios-setup] Aug 17 23:32:59.999 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36182026-08-17T23:33:00.897Z[ helios-setup] Aug 17 23:32:59.999 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36192026-08-17T23:33:00.897Z[ helios-setup] Aug 17 23:32:59.999 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36202026-08-17T23:33:01.005Z[ helios-setup] Aug 17 23:33:00.107 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36212026-08-17T23:33:01.334Z[ helios-setup] Aug 17 23:33:00.436 INFO E| From https://github.com/jclulow/rust-jmclib
36222026-08-17T23:33:01.334Z[ helios-setup] Aug 17 23:33:00.436 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36232026-08-17T23:33:01.345Z[ helios-setup] Aug 17 23:33:00.447 INFO E| Updating crates.io index
36242026-08-17T23:33:01.391Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36252026-08-17T23:33:01.395Z[ helios-setup] Aug 17 23:33:00.496 INFO E| Downloading crates ...
36262026-08-17T23:33:01.438Z[ helios-setup] Aug 17 23:33:00.540 INFO E| Downloaded cpufeatures v0.2.9
36272026-08-17T23:33:01.441Z[ helios-setup] Aug 17 23:33:00.543 INFO E| Downloaded walkdir v2.3.3
36282026-08-17T23:33:01.448Z[ helios-setup] Aug 17 23:33:00.550 INFO E| Downloaded proc-macro2 v1.0.66
36292026-08-17T23:33:01.452Z[ helios-setup] Aug 17 23:33:00.551 INFO E| Downloaded sha-1 v0.9.8
36302026-08-17T23:33:01.455Z[ helios-setup] Aug 17 23:33:00.556 INFO E| Downloaded fastrand v2.0.0
36312026-08-17T23:33:01.455Z[ helios-setup] Aug 17 23:33:00.557 INFO E| Downloaded digest v0.9.0
36322026-08-17T23:33:01.464Z[ helios-setup] Aug 17 23:33:00.566 INFO E| Downloaded libdevinfo-sys v1.0.0
36332026-08-17T23:33:01.467Z[ helios-setup] Aug 17 23:33:00.567 INFO E| Downloaded errno v0.3.1
36342026-08-17T23:33:01.467Z[ helios-setup] Aug 17 23:33:00.569 INFO E| Downloaded block-buffer v0.9.0
36352026-08-17T23:33:01.470Z[ helios-setup] Aug 17 23:33:00.570 INFO E| Downloaded anyhow v1.0.72
36362026-08-17T23:33:01.474Z[ helios-setup] Aug 17 23:33:00.573 INFO E| Downloaded md-5 v0.9.1
36372026-08-17T23:33:01.482Z[ helios-setup] Aug 17 23:33:00.585 INFO E| Downloaded quote v1.0.31
36382026-08-17T23:33:01.494Z[ helios-setup] Aug 17 23:33:00.596 INFO E| Downloaded once_cell v1.18.0
36392026-08-17T23:33:01.498Z[ helios-setup] Aug 17 23:33:00.598 INFO E| Downloaded tempfile v3.7.0
36402026-08-17T23:33:01.498Z[ helios-setup] Aug 17 23:33:00.599 INFO E| Downloaded getrandom v0.2.10
36412026-08-17T23:33:01.501Z[ helios-setup] Aug 17 23:33:00.601 INFO E| Downloaded glob v0.3.1
36422026-08-17T23:33:01.505Z[ helios-setup] Aug 17 23:33:00.604 INFO E| Downloaded typenum v1.16.0
36432026-08-17T23:33:01.505Z[ helios-setup] Aug 17 23:33:00.605 INFO E| Downloaded uuid v0.8.2
36442026-08-17T23:33:01.509Z[ helios-setup] Aug 17 23:33:00.607 INFO E| Downloaded bitflags v2.3.3
36452026-08-17T23:33:01.509Z[ helios-setup] Aug 17 23:33:00.609 INFO E| Downloaded unicode-ident v1.0.11
36462026-08-17T23:33:01.512Z[ helios-setup] Aug 17 23:33:00.611 INFO E| Downloaded toml v0.5.11
36472026-08-17T23:33:01.515Z[ helios-setup] Aug 17 23:33:00.615 INFO E| Downloaded serde_derive v1.0.193
36482026-08-17T23:33:01.515Z[ helios-setup] Aug 17 23:33:00.617 INFO E| Downloaded serde v1.0.193
36492026-08-17T23:33:01.570Z[ helios-setup] Aug 17 23:33:00.672 INFO E| Downloaded serde_json v1.0.103
36502026-08-17T23:33:01.586Z[ helios-setup] Aug 17 23:33:00.688 INFO E| Downloaded syn v2.0.32
36512026-08-17T23:33:01.601Z[ helios-setup] Aug 17 23:33:00.703 INFO E| Downloaded rustix v0.38.4
36522026-08-17T23:33:01.605Z[ host-package] Compiling is_ci v1.2.0
36532026-08-17T23:33:01.618Z[ helios-setup] Aug 17 23:33:00.720 INFO E| Downloaded libc v0.2.147
36542026-08-17T23:33:01.696Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling libc v0.2.147
36552026-08-17T23:33:01.696Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling proc-macro2 v1.0.66
36562026-08-17T23:33:01.696Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling unicode-ident v1.0.11
36572026-08-17T23:33:01.700Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling cfg-if v1.0.0
36582026-08-17T23:33:01.700Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling version_check v0.9.4
36592026-08-17T23:33:01.700Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling typenum v1.16.0
36602026-08-17T23:33:01.700Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling serde v1.0.193
36612026-08-17T23:33:01.700Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling rustix v0.38.4
36622026-08-17T23:33:01.700Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling slog v2.7.0
36632026-08-17T23:33:01.700Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling time-core v0.1.2
36642026-08-17T23:33:01.700Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling itoa v1.0.9
36652026-08-17T23:33:01.700Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling num-conv v0.1.0
36662026-08-17T23:33:01.700Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling powerfmt v0.2.0
36672026-08-17T23:33:01.700Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling once_cell v1.18.0
36682026-08-17T23:33:01.700Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling num_threads v0.1.6
36692026-08-17T23:33:01.701Z[ helios-setup] Aug 17 23:33:00.798 INFO E| Compiling bitflags v2.3.3
36702026-08-17T23:33:01.721Z[ host-package] Compiling assert_matches v1.5.0
36712026-08-17T23:33:01.826Z[ host-package] Compiling seq-macro v0.3.6
36722026-08-17T23:33:01.882Z[ host-package] Compiling supports-color v3.0.2
36732026-08-17T23:33:01.977Z[ helios-setup] Aug 17 23:33:01.079 INFO E| Compiling anyhow v1.0.72
36742026-08-17T23:33:01.985Z[ host-package] Compiling rcgen v0.12.1
36752026-08-17T23:33:02.199Z[ helios-setup] Aug 17 23:33:01.301 INFO E| Compiling thread_local v1.1.7
36762026-08-17T23:33:02.219Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36772026-08-17T23:33:02.229Z[ helios-setup] Aug 17 23:33:01.331 INFO E| Compiling opaque-debug v0.3.0
36782026-08-17T23:33:02.317Z[ helios-setup] Aug 17 23:33:01.418 INFO E| Compiling deranged v0.3.11
36792026-08-17T23:33:02.328Z[ helios-setup] Aug 17 23:33:01.430 INFO E| Compiling fastrand v2.0.0
36802026-08-17T23:33:02.395Z[ helios-setup] Aug 17 23:33:01.492 INFO E| Compiling time-macros v0.2.18
36812026-08-17T23:33:02.411Z[ helios-setup] Aug 17 23:33:01.513 INFO E| Compiling serde_json v1.0.103
36822026-08-17T23:33:02.416Z[ helios-setup] Aug 17 23:33:01.517 INFO E| Compiling cpufeatures v0.2.9
36832026-08-17T23:33:02.457Z[ helios-setup] Aug 17 23:33:01.559 INFO E| Compiling unicode-width v0.1.10
36842026-08-17T23:33:02.511Z[ helios-setup] Aug 17 23:33:01.613 INFO E| Compiling ryu v1.0.15
36852026-08-17T23:33:02.588Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36862026-08-17T23:33:02.592Z[ helios-setup] Aug 17 23:33:01.690 INFO E| Compiling same-file v1.0.6
36872026-08-17T23:33:02.672Z[ helios-setup] Aug 17 23:33:01.774 INFO E| Compiling generic-array v0.14.7
36882026-08-17T23:33:02.697Z[ helios-setup] Aug 17 23:33:01.799 INFO E| Compiling getopts v0.2.21
36892026-08-17T23:33:02.815Z[ helios-setup] Aug 17 23:33:01.917 INFO E| Compiling walkdir v2.3.3
36902026-08-17T23:33:02.831Z[ helios-setup] Aug 17 23:33:01.933 INFO E| Compiling glob v0.3.1
36912026-08-17T23:33:02.903Z[ helios-setup] Aug 17 23:33:02.005 INFO E| Compiling libdevinfo-sys v1.0.0
36922026-08-17T23:33:03.022Z[ helios-setup] Aug 17 23:33:02.124 INFO E| Compiling dirs-sys-next v0.1.2
36932026-08-17T23:33:03.022Z[ helios-setup] Aug 17 23:33:02.124 INFO E| Compiling errno v0.3.1
36942026-08-17T23:33:03.047Z[ helios-setup] Aug 17 23:33:02.149 INFO E| Compiling atty v0.2.14
36952026-08-17T23:33:03.052Z[ helios-setup] Aug 17 23:33:02.153 INFO E| Compiling getrandom v0.2.10
36962026-08-17T23:33:03.326Z[ helios-setup] Aug 17 23:33:02.428 INFO E| Compiling dirs-next v2.0.0
36972026-08-17T23:33:03.407Z[ helios-setup] Aug 17 23:33:02.509 INFO E| Compiling term v0.7.0
36982026-08-17T23:33:03.830Z[ helios-setup] Aug 17 23:33:02.932 INFO E| Compiling quote v1.0.31
36992026-08-17T23:33:03.894Z[ host-package] Compiling slog-envlogger v2.2.0
37002026-08-17T23:33:04.117Z[ helios-setup] Aug 17 23:33:03.218 INFO E| Compiling syn v2.0.32
37012026-08-17T23:33:04.154Z[ helios-setup] Aug 17 23:33:03.256 INFO E| Compiling tempfile v3.7.0
37022026-08-17T23:33:04.190Z[ helios-setup] Aug 17 23:33:03.292 INFO E| Compiling digest v0.9.0
37032026-08-17T23:33:04.190Z[ helios-setup] Aug 17 23:33:03.292 INFO E| Compiling block-buffer v0.9.0
37042026-08-17T23:33:04.339Z[ helios-setup] Aug 17 23:33:03.441 INFO E| Compiling md-5 v0.9.1
37052026-08-17T23:33:04.339Z[ helios-setup] Aug 17 23:33:03.441 INFO E| Compiling sha-1 v0.9.8
37062026-08-17T23:33:04.511Z[ helios-setup] Aug 17 23:33:03.613 INFO E| Compiling time v0.3.36
37072026-08-17T23:33:05.475Z[ helios-setup] Aug 17 23:33:04.577 INFO E| Compiling slog-term v2.9.0
37082026-08-17T23:33:05.475Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37092026-08-17T23:33:06.157Z[ helios-setup] Aug 17 23:33:05.259 INFO E| Compiling serde_derive v1.0.193
37102026-08-17T23:33:06.389Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37112026-08-17T23:33:06.706Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37122026-08-17T23:33:07.837Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37132026-08-17T23:33:07.965Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37142026-08-17T23:33:08.138Z[ host-package] Compiling port-file v0.1.0
37152026-08-17T23:33:08.235Z[ host-package] Compiling subprocess v0.2.15
37162026-08-17T23:33:08.290Z[ host-package] Compiling rtoolbox v0.0.3
37172026-08-17T23:33:08.572Z[ host-package] Compiling rpassword v7.5.4
37182026-08-17T23:33:08.702Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37192026-08-17T23:33:09.040Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37202026-08-17T23:33:10.360Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37212026-08-17T23:33:10.534Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37222026-08-17T23:33:10.632Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37232026-08-17T23:33:10.696Z[ helios-setup] Aug 17 23:33:09.798 INFO E| Compiling toml v0.5.11
37242026-08-17T23:33:10.696Z[ helios-setup] Aug 17 23:33:09.798 INFO E| Compiling uuid v0.8.2
37252026-08-17T23:33:11.472Z[ helios-setup] Aug 17 23:33:10.574 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37262026-08-17T23:33:12.438Z[ helios-setup] Aug 17 23:33:11.540 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37272026-08-17T23:33:13.177Z[ host-package] Compiling tui-tree-widget v0.23.1
37282026-08-17T23:33:13.510Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37292026-08-17T23:33:13.550Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37302026-08-17T23:33:14.917Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37312026-08-17T23:33:15.563Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37322026-08-17T23:33:16.619Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37332026-08-17T23:33:16.764Z[ helios-setup] Aug 17 23:33:15.866 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.85s
37342026-08-17T23:33:16.788Z[ helios-setup] Aug 17 23:33:15.890 INFO building project "image-builder" ok (15 seconds)
37352026-08-17T23:33:16.788Z[ helios-setup] Aug 17 23:33:15.890 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37362026-08-17T23:33:16.797Z[ helios-setup] Aug 17 23:33:15.899 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37372026-08-17T23:33:16.797Z[ helios-setup] Aug 17 23:33:15.899 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37382026-08-17T23:33:16.800Z[ helios-setup] Aug 17 23:33:15.899 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37392026-08-17T23:33:16.939Z[ host-package] Compiling uzers v0.12.2
37402026-08-17T23:33:17.001Z[ helios-setup] Aug 17 23:33:16.103 INFO E| Downloading crates ...
37412026-08-17T23:33:17.066Z[ helios-setup] Aug 17 23:33:16.167 INFO E| Downloaded time-core v0.1.4
37422026-08-17T23:33:17.076Z[ helios-setup] Aug 17 23:33:16.178 INFO E| Downloaded errno v0.3.12
37432026-08-17T23:33:17.087Z[ helios-setup] Aug 17 23:33:16.187 INFO E| Downloaded serde_with_macros v3.12.0
37442026-08-17T23:33:17.091Z[ helios-setup] Aug 17 23:33:16.189 INFO E| Downloaded time-macros v0.2.22
37452026-08-17T23:33:17.091Z[ helios-setup] Aug 17 23:33:16.190 INFO E| Downloaded deranged v0.4.0
37462026-08-17T23:33:17.091Z[ helios-setup] Aug 17 23:33:16.191 INFO E| Downloaded iana-time-zone v0.1.63
37472026-08-17T23:33:17.098Z[ helios-setup] Aug 17 23:33:16.200 INFO E| Downloaded tempfile v3.20.0
37482026-08-17T23:33:17.109Z[ helios-setup] Aug 17 23:33:16.211 INFO E| Downloaded getrandom v0.3.3
37492026-08-17T23:33:17.112Z[ helios-setup] Aug 17 23:33:16.213 INFO E| Downloaded anyhow v1.0.98
37502026-08-17T23:33:17.115Z[ helios-setup] Aug 17 23:33:16.216 INFO E| Downloaded bitflags v2.9.1
37512026-08-17T23:33:17.127Z[ helios-setup] Aug 17 23:33:16.229 INFO E| Downloaded indexmap v2.9.0
37522026-08-17T23:33:17.138Z[ helios-setup] Aug 17 23:33:16.240 INFO E| Downloaded time v0.3.41
37532026-08-17T23:33:17.150Z[ helios-setup] Aug 17 23:33:16.245 INFO E| Downloaded hashbrown v0.15.3
37542026-08-17T23:33:17.150Z[ helios-setup] Aug 17 23:33:16.248 INFO E| Downloaded serde_with v3.12.0
37552026-08-17T23:33:17.154Z[ helios-setup] Aug 17 23:33:16.256 INFO E| Downloaded chrono v0.4.41
37562026-08-17T23:33:17.167Z[ helios-setup] Aug 17 23:33:16.269 INFO E| Downloaded rustix v1.0.7
37572026-08-17T23:33:17.230Z[ helios-setup] Aug 17 23:33:16.332 INFO E| Compiling proc-macro2 v1.0.95
37582026-08-17T23:33:17.230Z[ helios-setup] Aug 17 23:33:16.332 INFO E| Compiling unicode-ident v1.0.18
37592026-08-17T23:33:17.233Z[ helios-setup] Aug 17 23:33:16.332 INFO E| Compiling libc v0.2.172
37602026-08-17T23:33:17.234Z[ helios-setup] Aug 17 23:33:16.332 INFO E| Compiling strsim v0.11.1
37612026-08-17T23:33:17.234Z[ helios-setup] Aug 17 23:33:16.332 INFO E| Compiling ident_case v1.0.1
37622026-08-17T23:33:17.234Z[ helios-setup] Aug 17 23:33:16.332 INFO E| Compiling fnv v1.0.7
37632026-08-17T23:33:17.234Z[ helios-setup] Aug 17 23:33:16.332 INFO E| Compiling serde v1.0.219
37642026-08-17T23:33:17.234Z[ helios-setup] Aug 17 23:33:16.332 INFO E| Compiling rustix v1.0.7
37652026-08-17T23:33:17.300Z[ helios-setup] Aug 17 23:33:16.402 INFO E| Compiling getrandom v0.3.3
37662026-08-17T23:33:17.300Z[ helios-setup] Aug 17 23:33:16.402 INFO E| Compiling cfg-if v1.0.0
37672026-08-17T23:33:17.315Z[ helios-setup] Aug 17 23:33:16.417 INFO E| Compiling bitflags v2.9.1
37682026-08-17T23:33:17.318Z[ helios-setup] Aug 17 23:33:16.417 INFO E| Compiling anyhow v1.0.98
37692026-08-17T23:33:17.318Z[ helios-setup] Aug 17 23:33:16.417 INFO E| Compiling thiserror v2.0.12
37702026-08-17T23:33:17.319Z[ helios-setup] Aug 17 23:33:16.417 INFO E| Compiling serde_json v1.0.140
37712026-08-17T23:33:17.319Z[ helios-setup] Aug 17 23:33:16.417 INFO E| Compiling once_cell v1.21.3
37722026-08-17T23:33:17.319Z[ helios-setup] Aug 17 23:33:16.417 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37732026-08-17T23:33:17.703Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37742026-08-17T23:33:17.838Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37752026-08-17T23:33:17.994Z[ helios-setup] Aug 17 23:33:17.096 INFO E| Compiling itoa v1.0.15
37762026-08-17T23:33:18.004Z[ helios-setup] Aug 17 23:33:17.106 INFO E| Compiling ryu v1.0.20
37772026-08-17T23:33:18.065Z[ helios-setup] Aug 17 23:33:17.167 INFO E| Compiling fastrand v2.3.0
37782026-08-17T23:33:18.122Z[ helios-setup] Aug 17 23:33:17.224 INFO E| Compiling memchr v2.7.4
37792026-08-17T23:33:18.851Z[ helios-setup] Aug 17 23:33:17.953 INFO E| Compiling quote v1.0.40
37802026-08-17T23:33:19.078Z[ helios-setup] Aug 17 23:33:18.180 INFO E| Compiling syn v2.0.101
37812026-08-17T23:33:19.170Z[ helios-setup] Aug 17 23:33:18.272 INFO E| Compiling errno v0.3.12
37822026-08-17T23:33:19.375Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37832026-08-17T23:33:20.132Z[ helios-setup] Aug 17 23:33:19.234 INFO E| Compiling tempfile v3.20.0
37842026-08-17T23:33:20.569Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37852026-08-17T23:33:20.676Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37862026-08-17T23:33:21.567Z[ helios-setup] Aug 17 23:33:20.669 INFO E| Compiling darling_core v0.20.11
37872026-08-17T23:33:21.792Z[ host-package] Compiling support-bundle-viewer v0.1.2
37882026-08-17T23:33:22.450Z[ helios-setup] Aug 17 23:33:21.552 INFO E| Compiling serde_derive v1.0.219
37892026-08-17T23:33:22.450Z[ helios-setup] Aug 17 23:33:21.552 INFO E| Compiling thiserror-impl v2.0.12
37902026-08-17T23:33:23.062Z[ host-package] Compiling multimap v0.10.1
37912026-08-17T23:33:23.850Z[ helios-setup] Aug 17 23:33:22.952 INFO E| Compiling darling_macro v0.20.11
37922026-08-17T23:33:24.665Z[ helios-setup] Aug 17 23:33:23.767 INFO E| Compiling darling v0.20.11
37932026-08-17T23:33:24.763Z[ helios-setup] Aug 17 23:33:23.865 INFO E| Compiling serde_with_macros v3.12.0
37942026-08-17T23:33:27.973Z[ helios-setup] Aug 17 23:33:27.075 INFO E| Compiling serde_with v3.12.0
37952026-08-17T23:33:30.761Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37962026-08-17T23:33:32.473Z[ helios-setup] Aug 17 23:33:31.574 INFO E| Finished `release` profile [optimized] target(s) in 15.66s
37972026-08-17T23:33:32.497Z[ helios-setup] Aug 17 23:33:31.599 INFO building project "dmar-report" ok (15 seconds)
37982026-08-17T23:33:32.501Z[ helios-setup] rm -f helios-build
37992026-08-17T23:33:32.502Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38002026-08-17T23:33:32.505Z[ helios-setup]
38012026-08-17T23:33:32.505Z[ helios-setup] Setup complete! ./helios-build is now available.
38022026-08-17T23:33:32.505Z[ helios-setup]
38032026-08-17T23:33:32.510Z[ helios-setup]
38042026-08-17T23:33:32.510Z[ helios-setup] real 3:04.419090011
38052026-08-17T23:33:32.510Z[ helios-setup] user 7:05.566466433
38062026-08-17T23:33:32.510Z[ helios-setup] sys 1:22.503640750
38072026-08-17T23:33:32.510Z[ helios-setup] trap 0.579586521
38082026-08-17T23:33:32.510Z[ helios-setup] tflt 2.723138000
38092026-08-17T23:33:32.510Z[ helios-setup] dflt 9.185745146
38102026-08-17T23:33:32.510Z[ helios-setup] kflt 0.000562138
38112026-08-17T23:33:32.510Z[ helios-setup] lock 57:29.539771323
38122026-08-17T23:33:32.510Z[ helios-setup] slp 38:31.918523078
38132026-08-17T23:33:32.510Z[ helios-setup] lat 7:17.351468749
38142026-08-17T23:33:32.510Z[ helios-setup] stop 1:56.668171595
38152026-08-17T23:33:32.510ZAug 17 23:33:31.608 INFO [helios-setup] process exited with exit status: 0 (184.42224878s)
38162026-08-17T23:33:32.510ZAug 17 23:33:31.608 INFO [helios-record] running task
38172026-08-17T23:33:32.510ZAug 17 23:33:31.609 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38182026-08-17T23:33:32.522ZAug 17 23:33:31.623 DEBG process exited with exit status: 0 (14.761964ms)
38192026-08-17T23:33:32.522ZAug 17 23:33:31.623 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38202026-08-17T23:33:32.531ZAug 17 23:33:31.633 DEBG process exited with exit status: 0 (9.674966ms)
38212026-08-17T23:33:32.531ZAug 17 23:33:31.633 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38222026-08-17T23:33:32.535ZAug 17 23:33:31.636 DEBG process exited with exit status: 0 (3.375999ms)
38232026-08-17T23:33:32.535ZAug 17 23:33:31.637 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38242026-08-17T23:33:32.538ZAug 17 23:33:31.640 DEBG process exited with exit status: 0 (3.244179ms)
38252026-08-17T23:33:32.539ZAug 17 23:33:31.640 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38262026-08-17T23:33:32.542ZAug 17 23:33:31.643 DEBG process exited with exit status: 0 (3.150069ms)
38272026-08-17T23:33:32.542ZAug 17 23:33:31.643 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38282026-08-17T23:33:32.546ZAug 17 23:33:31.646 DEBG process exited with exit status: 0 (3.118258ms)
38292026-08-17T23:33:32.546ZAug 17 23:33:31.646 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38302026-08-17T23:33:32.549ZAug 17 23:33:31.649 DEBG process exited with exit status: 0 (3.421979ms)
38312026-08-17T23:33:32.550ZAug 17 23:33:31.650 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38322026-08-17T23:33:32.553ZAug 17 23:33:31.653 DEBG process exited with exit status: 0 (3.121579ms)
38332026-08-17T23:33:32.553ZAug 17 23:33:31.653 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38342026-08-17T23:33:32.577ZAug 17 23:33:31.656 DEBG process exited with exit status: 0 (3.110039ms)
38352026-08-17T23:33:32.577ZAug 17 23:33:31.656 INFO [helios-record] task succeeded (47.762001ms)
38362026-08-17T23:33:32.984Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38372026-08-17T23:33:39.680Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38382026-08-17T23:33:40.543Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38392026-08-17T23:33:46.181Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38402026-08-17T23:44:59.929Z[ host-package] Finished `release` profile [optimized] target(s) in 13m 53s
38412026-08-17T23:46:29.439ZAug 17 23:46:28.535 INFO [host-package] process exited with exit status: 0 (923.380501995s)
38422026-08-17T23:46:29.439ZAug 17 23:46:28.535 INFO [host-libraries] running task
38432026-08-17T23:46:29.439ZAug 17 23:46:28.535 INFO [host-stamp] running task
38442026-08-17T23:46:29.443ZAug 17 23:46:28.538 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 23.0.0-0.ci+gitaac4ef5abd2
38452026-08-17T23:46:29.443ZAug 17 23:46:28.538 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 23.0.0-0.ci+gitaac4ef5abd2
38462026-08-17T23:46:29.444ZAug 17 23:46:28.538 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 23.0.0-0.ci+gitaac4ef5abd2
38472026-08-17T23:46:29.444ZAug 17 23:46:28.539 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 23.0.0-0.ci+gitaac4ef5abd2
38482026-08-17T23:46:29.444ZAug 17 23:46:28.539 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 23.0.0-0.ci+gitaac4ef5abd2
38492026-08-17T23:46:29.444ZAug 17 23:46:28.539 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 23.0.0-0.ci+gitaac4ef5abd2
38502026-08-17T23:46:29.444ZAug 17 23:46:28.540 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 23.0.0-0.ci+gitaac4ef5abd2
38512026-08-17T23:46:29.448ZAug 17 23:46:28.540 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 23.0.0-0.ci+gitaac4ef5abd2
38522026-08-17T23:46:29.451Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38532026-08-17T23:46:29.452Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38542026-08-17T23:46:29.452Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38552026-08-17T23:46:29.452Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38562026-08-17T23:46:29.452Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38572026-08-17T23:46:29.452Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38582026-08-17T23:46:29.452Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38592026-08-17T23:46:29.452Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38602026-08-17T23:46:29.456Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38612026-08-17T23:46:29.456ZAug 17 23:46:28.552 INFO [stamp-overlay] process exited with exit status: 0 (13.223635ms)
38622026-08-17T23:46:29.462Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38632026-08-17T23:46:29.466ZAug 17 23:46:28.561 INFO [stamp-oxlog] process exited with exit status: 0 (23.360051ms)
38642026-08-17T23:46:29.495Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38652026-08-17T23:46:29.498ZAug 17 23:46:28.594 INFO [stamp-crucible-utils] process exited with exit status: 0 (54.941159ms)
38662026-08-17T23:46:29.510Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38672026-08-17T23:46:29.514ZAug 17 23:46:28.610 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (69.920823ms)
38682026-08-17T23:46:29.673Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38692026-08-17T23:46:29.680ZAug 17 23:46:28.773 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (234.606149ms)
38702026-08-17T23:46:29.987Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38712026-08-17T23:46:29.991ZAug 17 23:46:29.086 INFO [stamp-propolis-server] process exited with exit status: 0 (548.042407ms)
38722026-08-17T23:46:30.027Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38732026-08-17T23:46:30.031ZAug 17 23:46:29.127 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (586.719581ms)
38742026-08-17T23:46:31.118ZAug 17 23:46:30.214 INFO [host-libraries] task succeeded (1.678891197s)
38752026-08-17T23:46:31.122ZAug 17 23:46:30.214 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38762026-08-17T23:46:31.125Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38772026-08-17T23:46:32.044Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38782026-08-17T23:46:32.880Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38792026-08-17T23:46:36.432Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38802026-08-17T23:46:36.436ZAug 17 23:46:35.531 INFO [stamp-switch-asic] process exited with exit status: 0 (6.99213848s)
38812026-08-17T23:46:36.436ZAug 17 23:46:35.532 INFO [host-stamp] task succeeded (6.996093749s)
38822026-08-17T23:46:36.436ZAug 17 23:46:35.532 INFO [host-proto] running task
38832026-08-17T23:46:36.910ZAug 17 23:46:35.997 INFO [host-proto] task succeeded (465.787219ms)
38842026-08-17T23:46:36.910ZAug 17 23:46:35.997 INFO [host-profile] running task
38852026-08-17T23:46:36.923ZAug 17 23:46:35.998 INFO [host-profile] task succeeded (229.78µs)
38862026-08-17T23:46:36.923ZAug 17 23:46:35.998 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.506' -P /tmp/.tmp7mjUtC/proto/host/root -N 'ci aac4ef5/${os_short_commit} 2026-08-17 23:30' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38872026-08-17T23:46:36.923Z[ host-image] Aug 17 23:46:36.004 INFO Checking files for board 'gimlet'
38882026-08-17T23:46:36.924Z[ host-image] Aug 17 23:46:36.004 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38892026-08-17T23:46:36.924Z[ host-image] Aug 17 23:46:36.004 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38902026-08-17T23:46:36.924Z[ host-image] Aug 17 23:46:36.004 INFO Checking files for board 'cosmo-mbist'
38912026-08-17T23:46:36.924Z[ host-image] Aug 17 23:46:36.004 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38922026-08-17T23:46:36.924Z[ host-image] Aug 17 23:46:36.004 INFO Checking files for board 'cosmo'
38932026-08-17T23:46:36.924Z[ host-image] Aug 17 23:46:36.004 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38942026-08-17T23:46:36.924Z[ host-image] Aug 17 23:46:36.004 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38952026-08-17T23:46:36.924Z[ host-image] Aug 17 23:46:36.004 INFO Checking files for board 'cosmo-mbist-noaggr'
38962026-08-17T23:46:36.924Z[ host-image] Aug 17 23:46:36.004 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38972026-08-17T23:46:36.928Z[ host-image] Aug 17 23:46:36.014 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp7mjUtC/proto/host/root"
38982026-08-17T23:46:36.929Z[ host-image] Aug 17 23:46:36.014 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38992026-08-17T23:46:36.929Z[ host-image] Aug 17 23:46:36.014 INFO image builder template: ramdisk-01-os...
39002026-08-17T23:46:36.929Z[ host-image] Aug 17 23:46:36.014 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/.tmp7mjUtC/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.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39012026-08-17T23:46:36.932Z[ host-image] Aug 17 23:46:36.027 INFO O| Aug 17 23:46:36.027 INFO CREATE DATASET: rpool/images/build/host/output
39022026-08-17T23:46:38.088Z[ host-image] Aug 17 23:46:37.171 INFO O| Aug 17 23:46:37.171 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39032026-08-17T23:46:38.133Z[ host-image] Aug 17 23:46:37.174 INFO O| Aug 17 23:46:37.174 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39042026-08-17T23:46:38.363Z[ host-image] Aug 17 23:46:37.402 INFO O| Aug 17 23:46:37.402 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39052026-08-17T23:46:38.443Z[ host-image] Aug 17 23:46:37.464 INFO O| Aug 17 23:46:37.464 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39062026-08-17T23:46:38.443Z[ host-image] Aug 17 23:46:37.464 INFO O| Aug 17 23:46:37.464 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39072026-08-17T23:46:38.443Z[ host-image] Aug 17 23:46:37.464 INFO O| Aug 17 23:46:37.464 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39082026-08-17T23:46:38.444Z[ host-image] Aug 17 23:46:37.464 INFO O| Aug 17 23:46:37.464 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39092026-08-17T23:46:38.444Z[ host-image] Aug 17 23:46:37.468 INFO O| Aug 17 23:46:37.468 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39102026-08-17T23:46:38.653Z[ host-image] Aug 17 23:46:37.705 INFO O| Aug 17 23:46:37.705 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39112026-08-17T23:46:38.698Z[ host-image] Aug 17 23:46:37.712 INFO O| Aug 17 23:46:37.712 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39122026-08-17T23:46:38.930Z[ host-image] Aug 17 23:46:37.998 INFO O| Aug 17 23:46:37.997 INFO O| Caching catalogs ... Done
39132026-08-17T23:46:38.979Z[ host-image] Aug 17 23:46:38.069 INFO O| Aug 17 23:46:38.069 INFO STEP 0 (pkg_image_create) COMPLETE
39142026-08-17T23:46:38.979Z[ host-image] Aug 17 23:46:38.069 INFO O| Aug 17 23:46:38.069 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-08-17T23:46:38.985Z[ host-image] Aug 17 23:46:38.075 INFO O| Aug 17 23:46:38.075 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"]
39162026-08-17T23:46:39.254Z[ host-image] Aug 17 23:46:38.340 INFO O| Aug 17 23:46:38.340 INFO STEP 1 (pkg_set_publisher) COMPLETE
39172026-08-17T23:46:39.254Z[ host-image] Aug 17 23:46:38.340 INFO O| Aug 17 23:46:38.340 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39182026-08-17T23:46:39.255Z[ host-image] Aug 17 23:46:38.340 INFO O| Aug 17 23:46:38.340 INFO skip step because feature "publisher_1_name" is not enabled
39192026-08-17T23:46:39.276Z[ host-image] Aug 17 23:46:38.340 INFO O| Aug 17 23:46:38.340 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39202026-08-17T23:46:39.276Z[ host-image] Aug 17 23:46:38.340 INFO O| Aug 17 23:46:38.340 INFO skip step because feature "publisher_2_name" is not enabled
39212026-08-17T23:46:39.276Z[ host-image] Aug 17 23:46:38.340 INFO O| Aug 17 23:46:38.340 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39222026-08-17T23:46:39.276Z[ host-image] Aug 17 23:46:38.340 INFO O| Aug 17 23:46:38.340 INFO skip step because feature "publisher_3_name" is not enabled
39232026-08-17T23:46:39.276Z[ host-image] Aug 17 23:46:38.340 INFO O| Aug 17 23:46:38.340 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39242026-08-17T23:46:39.532Z[ host-image] Aug 17 23:46:38.596 INFO O| Aug 17 23:46:38.596 INFO variant opensolaris.zone is already global
39252026-08-17T23:46:39.532Z[ host-image] Aug 17 23:46:38.596 INFO O| Aug 17 23:46:38.596 INFO STEP 5 (pkg_change_variant) COMPLETE
39262026-08-17T23:46:39.533Z[ host-image] Aug 17 23:46:38.596 INFO O| Aug 17 23:46:38.596 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39272026-08-17T23:46:39.797Z[ host-image] Aug 17 23:46:38.837 INFO O| Aug 17 23:46:38.837 INFO variant opensolaris.imagetype is full; changing to partial
39282026-08-17T23:46:39.797Z[ host-image] Aug 17 23:46:38.837 INFO O| Aug 17 23:46:38.837 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39292026-08-17T23:46:41.456Z[ host-image] Aug 17 23:46:40.488 INFO O| Aug 17 23:46:40.488 INFO O| Startup: Refreshing catalog 'helios' ... Done
39302026-08-17T23:46:41.839Z[ host-image] Aug 17 23:46:40.842 INFO O| Aug 17 23:46:40.842 INFO O| Startup: Caching catalogs ... Done
39312026-08-17T23:46:41.874Z[ host-image] Aug 17 23:46:40.853 INFO O| Aug 17 23:46:40.853 INFO O| Planning: Planning completed in 0.00 seconds
39322026-08-17T23:46:41.874Z[ host-image] Aug 17 23:46:40.853 INFO O| Aug 17 23:46:40.853 INFO O| Planning: Consolidating action changes ... Done
39332026-08-17T23:46:41.874Z[ host-image] Aug 17 23:46:40.853 INFO O| Aug 17 23:46:40.853 INFO O| Planning: Evaluating mediators ... Done
39342026-08-17T23:46:41.875Z[ host-image] Aug 17 23:46:40.854 INFO O| Aug 17 23:46:40.854 INFO O| Planning: Planning completed in 0.00 seconds
39352026-08-17T23:46:41.875Z[ host-image] Aug 17 23:46:40.854 INFO O| Aug 17 23:46:40.854 INFO O| Variants/Facets to change: 1
39362026-08-17T23:46:41.875Z[ host-image] Aug 17 23:46:40.862 INFO O| Aug 17 23:46:40.862 INFO O| Finalize: Updating package state database ... Done
39372026-08-17T23:46:41.875Z[ host-image] Aug 17 23:46:40.862 INFO O| Aug 17 23:46:40.862 INFO O| Finalize: Updating package cache ... Done
39382026-08-17T23:46:41.875Z[ host-image] Aug 17 23:46:40.922 INFO O| Aug 17 23:46:40.922 INFO O| Finalize: Updating image state ... Done
39392026-08-17T23:46:41.875Z[ host-image] Aug 17 23:46:40.930 INFO O| Aug 17 23:46:40.930 INFO O| Finalize: Creating fast lookup database ... Done
39402026-08-17T23:46:41.875Z[ host-image] Aug 17 23:46:40.931 INFO O| Aug 17 23:46:40.931 INFO O| Finalize: Reading search index ... Done
39412026-08-17T23:46:41.875Z[ host-image] Aug 17 23:46:40.931 INFO O| Aug 17 23:46:40.931 INFO O| Finalize: Updating search index ... Done
39422026-08-17T23:46:41.875Z[ host-image] Aug 17 23:46:40.931 INFO O| Aug 17 23:46:40.931 INFO O| Finalize: Updating package cache ... Done
39432026-08-17T23:46:42.037Z[ host-image] Aug 17 23:46:41.096 INFO O| Aug 17 23:46:41.096 INFO STEP 6 (pkg_change_variant) COMPLETE
39442026-08-17T23:46:42.037Z[ host-image] Aug 17 23:46:41.096 INFO O| Aug 17 23:46:41.096 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39452026-08-17T23:46:42.161Z[ host-image] Aug 17 23:46:41.096 INFO O| Aug 17 23:46:41.096 INFO skip step because feature "debug_variant" is not enabled
39462026-08-17T23:46:42.161Z[ host-image] Aug 17 23:46:41.096 INFO O| Aug 17 23:46:41.096 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39472026-08-17T23:46:42.299Z[ host-image] Aug 17 23:46:41.340 INFO O| Aug 17 23:46:41.340 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39482026-08-17T23:46:43.699Z[ host-image] Aug 17 23:46:42.740 INFO O| Aug 17 23:46:42.740 INFO O| Startup: Refreshing catalog 'helios' ... Done
39492026-08-17T23:46:43.909Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.64s
39502026-08-17T23:46:44.166Z[ host-image] Aug 17 23:46:43.116 INFO O| Aug 17 23:46:43.116 INFO O| Startup: Caching catalogs ... Done
39512026-08-17T23:46:44.251Z[ host-image] Aug 17 23:46:43.127 INFO O| Aug 17 23:46:43.127 INFO O| Planning: Planning completed in 0.00 seconds
39522026-08-17T23:46:44.251Z[ host-image] Aug 17 23:46:43.128 INFO O| Aug 17 23:46:43.128 INFO O| Planning: Consolidating action changes ... Done
39532026-08-17T23:46:44.251Z[ host-image] Aug 17 23:46:43.128 INFO O| Aug 17 23:46:43.128 INFO O| Planning: Evaluating mediators ... Done
39542026-08-17T23:46:44.251Z[ host-image] Aug 17 23:46:43.128 INFO O| Aug 17 23:46:43.128 INFO O| Planning: Planning completed in 0.00 seconds
39552026-08-17T23:46:44.251Z[ host-image] Aug 17 23:46:43.128 INFO O| Aug 17 23:46:43.128 INFO O| Variants/Facets to change: 1
39562026-08-17T23:46:44.251Z[ host-image] Aug 17 23:46:43.137 INFO O| Aug 17 23:46:43.137 INFO O| Finalize: Updating package state database ... Done
39572026-08-17T23:46:44.251Z[ host-image] Aug 17 23:46:43.137 INFO O| Aug 17 23:46:43.137 INFO O| Finalize: Updating package cache ... Done
39582026-08-17T23:46:44.251Z[ host-image] Aug 17 23:46:43.198 INFO O| Aug 17 23:46:43.198 INFO O| Finalize: Updating image state ... Done
39592026-08-17T23:46:44.251Z[ host-image] Aug 17 23:46:43.205 INFO O| Aug 17 23:46:43.205 INFO O| Finalize: Creating fast lookup database ... Done
39602026-08-17T23:46:44.251Z[ host-image] Aug 17 23:46:43.206 INFO O| Aug 17 23:46:43.206 INFO O| Finalize: Reading search index ... Done
39612026-08-17T23:46:44.252Z[ host-image] Aug 17 23:46:43.206 INFO O| Aug 17 23:46:43.206 INFO O| Finalize: Updating search index ... Done
39622026-08-17T23:46:44.252Z[ host-image] Aug 17 23:46:43.207 INFO O| Aug 17 23:46:43.207 INFO O| Finalize: Updating package cache ... Done
39632026-08-17T23:46:44.341Z[ host-image] Aug 17 23:46:43.369 INFO O| Aug 17 23:46:43.369 INFO STEP 8 (pkg_change_facet) COMPLETE
39642026-08-17T23:46:44.341Z[ host-image] Aug 17 23:46:43.369 INFO O| Aug 17 23:46:43.369 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39652026-08-17T23:46:44.341Z[ host-image] Aug 17 23:46:43.369 INFO O| Aug 17 23:46:43.369 INFO skip step because feature "recovery" is not enabled
39662026-08-17T23:46:44.426Z[ host-image] Aug 17 23:46:43.369 INFO O| Aug 17 23:46:43.369 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39672026-08-17T23:46:44.426Z[ host-image] Aug 17 23:46:43.369 INFO O| Aug 17 23:46:43.369 INFO skip step because feature "recovery" is not enabled
39682026-08-17T23:46:44.426Z[ host-image] Aug 17 23:46:43.369 INFO O| Aug 17 23:46:43.369 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692026-08-17T23:46:44.426Z[ host-image] Aug 17 23:46:43.376 INFO O| Aug 17 23:46:43.376 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
39702026-08-17T23:46:45.712Z[ host-image] Aug 17 23:46:44.781 INFO O| Aug 17 23:46:44.781 INFO O| Startup: Refreshing catalog 'helios' ... Done
39712026-08-17T23:46:46.102Z[ host-image] Aug 17 23:46:45.166 INFO O| Aug 17 23:46:45.166 INFO O| Startup: Caching catalogs ... Done
39722026-08-17T23:46:47.795Z[ host-image] Aug 17 23:46:46.877 INFO O| Aug 17 23:46:46.877 INFO O| Planning: Solver setup ... Done
39732026-08-17T23:46:47.950Z[ host-image] Aug 17 23:46:47.045 INFO O| Aug 17 23:46:47.045 INFO O| Planning: Running solver ... Done
39742026-08-17T23:46:47.993Z[ host-image] Aug 17 23:46:47.085 INFO O| Aug 17 23:46:47.085 INFO O| Planning: Finding local manifests ... Done
39752026-08-17T23:46:48.013Z[ host-image] Aug 17 23:46:47.103 INFO O| Aug 17 23:46:47.103 INFO O| Planning: Fetching manifests: 0/130 0% complete
39762026-08-17T23:46:49.078ZAug 17 23:46:48.171 INFO [recovery-package] process exited with exit status: 0 (17.956693305s)
39772026-08-17T23:46:49.078ZAug 17 23:46:48.171 INFO [recovery-libraries] running task
39782026-08-17T23:46:49.078ZAug 17 23:46:48.171 INFO [recovery-stamp] running task
39792026-08-17T23:46:49.094ZAug 17 23:46:48.172 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 23.0.0-0.ci+gitaac4ef5abd2
39802026-08-17T23:46:49.094ZAug 17 23:46:48.172 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitaac4ef5abd2
39812026-08-17T23:46:49.095Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39822026-08-17T23:46:49.095Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39832026-08-17T23:46:49.124ZAug 17 23:46:48.220 INFO [recovery-libraries] task succeeded (48.843321ms)
39842026-08-17T23:46:49.129ZAug 17 23:46:48.220 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39852026-08-17T23:46:49.181Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39862026-08-17T23:46:49.196ZAug 17 23:46:48.268 INFO [stamp-installinator] process exited with exit status: 0 (96.143432ms)
39872026-08-17T23:46:49.231Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39882026-08-17T23:46:49.236ZAug 17 23:46:48.327 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (155.689279ms)
39892026-08-17T23:46:49.236ZAug 17 23:46:48.327 INFO [recovery-stamp] task succeeded (155.846299ms)
39902026-08-17T23:46:49.236ZAug 17 23:46:48.327 INFO [recovery-proto] running task
39912026-08-17T23:46:49.236ZAug 17 23:46:48.327 INFO [tuf-stamp] running task
39922026-08-17T23:46:49.236ZAug 17 23:46:48.327 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 23.0.0-0.ci+gitaac4ef5abd2
39932026-08-17T23:46:49.236ZAug 17 23:46:48.328 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 23.0.0-0.ci+gitaac4ef5abd2
39942026-08-17T23:46:49.236ZAug 17 23:46:48.328 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 23.0.0-0.ci+gitaac4ef5abd2
39952026-08-17T23:46:49.236ZAug 17 23:46:48.328 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 23.0.0-0.ci+gitaac4ef5abd2
39962026-08-17T23:46:49.236ZAug 17 23:46:48.329 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 23.0.0-0.ci+gitaac4ef5abd2
39972026-08-17T23:46:49.236ZAug 17 23:46:48.329 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 23.0.0-0.ci+gitaac4ef5abd2
39982026-08-17T23:46:49.237ZAug 17 23:46:48.329 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 23.0.0-0.ci+gitaac4ef5abd2
39992026-08-17T23:46:49.237ZAug 17 23:46:48.330 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 23.0.0-0.ci+gitaac4ef5abd2
40002026-08-17T23:46:49.237ZAug 17 23:46:48.330 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 23.0.0-0.ci+gitaac4ef5abd2
40012026-08-17T23:46:49.237ZAug 17 23:46:48.330 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+gitaac4ef5abd2
40022026-08-17T23:46:49.237ZAug 17 23:46:48.331 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 23.0.0-0.ci+gitaac4ef5abd2
40032026-08-17T23:46:49.241ZAug 17 23:46:48.331 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 23.0.0-0.ci+gitaac4ef5abd2
40042026-08-17T23:46:49.241Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-08-17T23:46:49.241Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40062026-08-17T23:46:49.241Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-08-17T23:46:49.241Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-08-17T23:46:49.241Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40092026-08-17T23:46:49.245Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40102026-08-17T23:46:49.245Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40112026-08-17T23:46:49.245Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40122026-08-17T23:46:49.245Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40132026-08-17T23:46:49.245Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40142026-08-17T23:46:49.245Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40152026-08-17T23:46:49.245Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40162026-08-17T23:46:49.295Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40172026-08-17T23:46:49.299ZAug 17 23:46:48.391 INFO [stamp-probe] process exited with exit status: 0 (62.602545ms)
40182026-08-17T23:46:49.374ZAug 17 23:46:48.463 INFO [recovery-proto] task succeeded (135.765498ms)
40192026-08-17T23:46:49.383ZAug 17 23:46:48.463 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.506' -P /tmp/.tmp7mjUtC/proto/recovery/root -N 'recovery aac4ef5/${os_short_commit} 2026-08-17 23:30' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40202026-08-17T23:46:49.383Z[ recovery-image] Aug 17 23:46:48.469 INFO Checking files for board 'cosmo-mbist'
40212026-08-17T23:46:49.383Z[ recovery-image] Aug 17 23:46:48.469 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40222026-08-17T23:46:49.383Z[ recovery-image] Aug 17 23:46:48.470 INFO Checking files for board 'cosmo-mbist-noaggr'
40232026-08-17T23:46:49.383Z[ recovery-image] Aug 17 23:46:48.470 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40242026-08-17T23:46:49.383Z[ recovery-image] Aug 17 23:46:48.470 INFO Checking files for board 'gimlet'
40252026-08-17T23:46:49.383Z[ recovery-image] Aug 17 23:46:48.470 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40262026-08-17T23:46:49.383Z[ recovery-image] Aug 17 23:46:48.470 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40272026-08-17T23:46:49.383Z[ recovery-image] Aug 17 23:46:48.470 INFO Checking files for board 'cosmo'
40282026-08-17T23:46:49.383Z[ recovery-image] Aug 17 23:46:48.470 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40292026-08-17T23:46:49.383Z[ recovery-image] Aug 17 23:46:48.470 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40302026-08-17T23:46:49.389Z[ recovery-image] Aug 17 23:46:48.480 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp7mjUtC/proto/recovery/root"
40312026-08-17T23:46:49.390Z[ recovery-image] Aug 17 23:46:48.480 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40322026-08-17T23:46:49.390Z[ recovery-image] Aug 17 23:46:48.480 INFO image builder template: ramdisk-01-os...
40332026-08-17T23:46:49.390Z[ recovery-image] Aug 17 23:46:48.480 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmp7mjUtC/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40342026-08-17T23:46:49.401Z[ recovery-image] Aug 17 23:46:48.497 INFO O| Aug 17 23:46:48.497 INFO CREATE DATASET: rpool/images/build/recovery/output
40352026-08-17T23:46:49.673Z[ recovery-image] Aug 17 23:46:48.769 INFO O| Aug 17 23:46:48.769 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40362026-08-17T23:46:49.682Z[ recovery-image] Aug 17 23:46:48.772 INFO O| Aug 17 23:46:48.772 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40372026-08-17T23:46:49.693Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40382026-08-17T23:46:49.716Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40392026-08-17T23:46:49.746Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40402026-08-17T23:46:49.751ZAug 17 23:46:48.842 INFO [stamp-ntp] process exited with exit status: 0 (512.694641ms)
40412026-08-17T23:46:49.838Z[ host-image] Aug 17 23:46:48.934 INFO O| Aug 17 23:46:48.934 INFO O| Planning: Fetching manifests: 130/130 100% complete
40422026-08-17T23:46:49.845Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40432026-08-17T23:46:49.849ZAug 17 23:46:48.944 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (613.124371ms)
40442026-08-17T23:46:50.006Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40452026-08-17T23:46:50.010Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40462026-08-17T23:46:50.010ZAug 17 23:46:49.106 INFO [stamp-external-dns] process exited with exit status: 0 (776.682607ms)
40472026-08-17T23:46:50.016ZAug 17 23:46:49.107 INFO [stamp-internal-dns] process exited with exit status: 0 (780.084867ms)
40482026-08-17T23:46:50.060Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40492026-08-17T23:46:50.072ZAug 17 23:46:49.151 INFO [stamp-crucible-zone] process exited with exit status: 0 (820.384721ms)
40502026-08-17T23:46:50.262Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40512026-08-17T23:46:50.266Z[ host-image] Aug 17 23:46:49.359 INFO O| Aug 17 23:46:49.359 INFO O| Planning: Package planning ... Done
40522026-08-17T23:46:50.267ZAug 17 23:46:49.361 INFO [stamp-oximeter] process exited with exit status: 0 (1.030243209s)
40532026-08-17T23:46:50.305Z[ recovery-image] Aug 17 23:46:49.396 INFO O| Aug 17 23:46:49.396 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40542026-08-17T23:46:50.466Z[ recovery-image] Aug 17 23:46:49.562 INFO O| Aug 17 23:46:49.562 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40552026-08-17T23:46:50.466Z[ recovery-image] Aug 17 23:46:49.562 INFO O| Aug 17 23:46:49.562 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40562026-08-17T23:46:50.469Z[ recovery-image] Aug 17 23:46:49.562 INFO O| Aug 17 23:46:49.562 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40572026-08-17T23:46:50.469Z[ recovery-image] Aug 17 23:46:49.562 INFO O| Aug 17 23:46:49.562 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40582026-08-17T23:46:50.473Z[ recovery-image] Aug 17 23:46:49.568 INFO O| Aug 17 23:46:49.568 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40592026-08-17T23:46:50.712Z[ host-image] Aug 17 23:46:49.808 INFO O| Aug 17 23:46:49.808 INFO O| Planning: Merging actions ... Done
40602026-08-17T23:46:50.820Z[ host-image] Aug 17 23:46:49.916 INFO O| Aug 17 23:46:49.916 INFO O| Planning: Checking for conflicting actions ... Done
40612026-08-17T23:46:50.926Z[ host-image] Aug 17 23:46:50.021 INFO O| Aug 17 23:46:50.021 INFO O| Planning: Consolidating action changes ... Done
40622026-08-17T23:46:51.106Z[ host-image] Aug 17 23:46:50.198 INFO O| Aug 17 23:46:50.198 INFO O| Planning: Evaluating mediators ... Done
40632026-08-17T23:46:51.210Z[ recovery-image] Aug 17 23:46:50.307 INFO O| Aug 17 23:46:50.307 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40642026-08-17T23:46:51.219Z[ recovery-image] Aug 17 23:46:50.314 INFO O| Aug 17 23:46:50.314 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40652026-08-17T23:46:51.481Z[ recovery-image] Aug 17 23:46:50.575 INFO O| Aug 17 23:46:50.575 INFO O| Caching catalogs ... Done
40662026-08-17T23:46:51.542Z[ recovery-image] Aug 17 23:46:50.637 INFO O| Aug 17 23:46:50.637 INFO STEP 0 (pkg_image_create) COMPLETE
40672026-08-17T23:46:51.542Z[ recovery-image] Aug 17 23:46:50.638 INFO O| Aug 17 23:46:50.637 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40682026-08-17T23:46:51.550Z[ recovery-image] Aug 17 23:46:50.645 INFO O| Aug 17 23:46:50.645 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"]
40692026-08-17T23:46:51.804Z[ recovery-image] Aug 17 23:46:50.900 INFO O| Aug 17 23:46:50.900 INFO STEP 1 (pkg_set_publisher) COMPLETE
40702026-08-17T23:46:51.804Z[ recovery-image] Aug 17 23:46:50.900 INFO O| Aug 17 23:46:50.900 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40712026-08-17T23:46:51.804Z[ recovery-image] Aug 17 23:46:50.900 INFO O| Aug 17 23:46:50.900 INFO skip step because feature "publisher_1_name" is not enabled
40722026-08-17T23:46:51.808Z[ recovery-image] Aug 17 23:46:50.900 INFO O| Aug 17 23:46:50.900 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40732026-08-17T23:46:51.808Z[ recovery-image] Aug 17 23:46:50.900 INFO O| Aug 17 23:46:50.900 INFO skip step because feature "publisher_2_name" is not enabled
40742026-08-17T23:46:51.808Z[ recovery-image] Aug 17 23:46:50.900 INFO O| Aug 17 23:46:50.900 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40752026-08-17T23:46:51.808Z[ recovery-image] Aug 17 23:46:50.900 INFO O| Aug 17 23:46:50.900 INFO skip step because feature "publisher_3_name" is not enabled
40762026-08-17T23:46:51.808Z[ recovery-image] Aug 17 23:46:50.900 INFO O| Aug 17 23:46:50.900 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40772026-08-17T23:46:51.847Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40782026-08-17T23:46:51.851ZAug 17 23:46:50.946 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.615587103s)
40792026-08-17T23:46:52.086Z[ recovery-image] Aug 17 23:46:51.159 INFO O| Aug 17 23:46:51.159 INFO variant opensolaris.zone is already global
40802026-08-17T23:46:52.086Z[ recovery-image] Aug 17 23:46:51.159 INFO O| Aug 17 23:46:51.159 INFO STEP 5 (pkg_change_variant) COMPLETE
40812026-08-17T23:46:52.127Z[ recovery-image] Aug 17 23:46:51.159 INFO O| Aug 17 23:46:51.159 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40822026-08-17T23:46:52.349Z[ recovery-image] Aug 17 23:46:51.434 INFO O| Aug 17 23:46:51.434 INFO variant opensolaris.imagetype is full; changing to partial
40832026-08-17T23:46:52.377Z[ recovery-image] Aug 17 23:46:51.434 INFO O| Aug 17 23:46:51.434 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40842026-08-17T23:46:52.492Z[ host-image] Aug 17 23:46:51.585 INFO O| Aug 17 23:46:51.585 INFO O| Planning: Planning completed in 6.41 seconds
40852026-08-17T23:46:52.500Z[ host-image] Aug 17 23:46:51.587 INFO O| Aug 17 23:46:51.587 INFO O| Packages to install: 130
40862026-08-17T23:46:52.500Z[ host-image] Aug 17 23:46:51.587 INFO O| Aug 17 23:46:51.587 INFO O| Mediators to change: 5
40872026-08-17T23:46:52.500Z[ host-image] Aug 17 23:46:51.587 INFO O| Aug 17 23:46:51.587 INFO O| Services to change: 6
40882026-08-17T23:46:52.523Z[ host-image] Aug 17 23:46:51.616 INFO O| Aug 17 23:46:51.616 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
40892026-08-17T23:46:53.883Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40902026-08-17T23:46:53.898ZAug 17 23:46:52.970 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.641358914s)
40912026-08-17T23:46:54.040Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40922026-08-17T23:46:54.051ZAug 17 23:46:53.137 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.809653169s)
40932026-08-17T23:46:54.102Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40942026-08-17T23:46:54.237ZAug 17 23:46:53.190 INFO [stamp-clickhouse] process exited with exit status: 0 (4.861617149s)
40952026-08-17T23:46:54.573Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40962026-08-17T23:46:54.632ZAug 17 23:46:53.631 INFO [stamp-nexus] process exited with exit status: 0 (5.301205158s)
40972026-08-17T23:46:54.633ZAug 17 23:46:53.631 INFO [tuf-stamp] task succeeded (5.303530667s)
40982026-08-17T23:46:54.633ZAug 17 23:46:53.631 INFO [tuf-v2-zones] running task
40992026-08-17T23:46:54.728ZAug 17 23:46:53.750 INFO [tuf-v2-zones] task succeeded (118.906854ms)
41002026-08-17T23:46:54.903Z[verify-libraries] Compiling match_cfg v0.1.0
41012026-08-17T23:46:54.903Z[verify-libraries] Compiling slog-json v2.6.1
41022026-08-17T23:46:54.936Z[verify-libraries] Compiling debug-ignore v1.0.5
41032026-08-17T23:46:54.937Z[verify-libraries] Compiling progenitor-client v0.14.0
41042026-08-17T23:46:54.937Z[verify-libraries] Compiling sha1 v0.11.0
41052026-08-17T23:46:54.937Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41062026-08-17T23:46:54.937Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41072026-08-17T23:46:55.196Z[verify-libraries] Compiling multer v3.1.0
41082026-08-17T23:46:55.314Z[verify-libraries] Compiling compression-core v0.4.31
41092026-08-17T23:46:55.315Z[verify-libraries] Compiling async-stream-impl v0.3.6
41102026-08-17T23:46:55.315Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41112026-08-17T23:46:55.315Z[verify-libraries] Compiling serde_spanned v1.1.1
41122026-08-17T23:46:55.315Z[verify-libraries] Compiling dropshot v0.17.1
41132026-08-17T23:46:55.349Z[verify-libraries] Compiling hostname v0.3.1
41142026-08-17T23:46:55.349Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41152026-08-17T23:46:55.372Z[verify-libraries] Compiling waitgroup v0.1.2
41162026-08-17T23:46:55.373Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41172026-08-17T23:46:55.434Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41182026-08-17T23:46:55.434Z[verify-libraries] Compiling hostname v0.4.2
41192026-08-17T23:46:55.434Z[verify-libraries] Compiling atomicwrites v0.4.4
41202026-08-17T23:46:55.434Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41212026-08-17T23:46:55.498Z[ recovery-image] Aug 17 23:46:54.526 INFO O| Aug 17 23:46:54.526 INFO O| Startup: Refreshing catalog 'helios' ... Done
41222026-08-17T23:46:55.541Z[verify-libraries] Compiling slog-bunyan v2.5.0
41232026-08-17T23:46:55.552Z[verify-libraries] Compiling compression-codecs v0.4.37
41242026-08-17T23:46:55.552Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41252026-08-17T23:46:55.587Z[verify-libraries] Compiling macaddr v1.0.1
41262026-08-17T23:46:55.612Z[verify-libraries] Compiling regress v0.10.5
41272026-08-17T23:46:55.699Z[verify-libraries] Compiling instant v0.1.13
41282026-08-17T23:46:55.703Z[verify-libraries] Compiling parse-display-derive v0.10.0
41292026-08-17T23:46:55.703Z[verify-libraries] Compiling itertools v0.14.0
41302026-08-17T23:46:55.703Z[verify-libraries] Compiling backon v1.6.0
41312026-08-17T23:46:55.703Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41322026-08-17T23:46:55.703Z[verify-libraries] Compiling humantime v2.3.0
41332026-08-17T23:46:55.760Z[verify-libraries] Compiling convert_case v0.4.0
41342026-08-17T23:46:55.854Z[verify-libraries] Compiling async-compression v0.4.41
41352026-08-17T23:46:55.888Z[verify-libraries] Compiling async-stream v0.3.6
41362026-08-17T23:46:55.888Z[verify-libraries] Compiling backoff v0.4.0
41372026-08-17T23:46:55.901Z[verify-libraries] Compiling half v2.7.1
41382026-08-17T23:46:56.007Z[verify-libraries] Compiling progenitor-extras v0.2.0
41392026-08-17T23:46:56.013Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41402026-08-17T23:46:56.042Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41412026-08-17T23:46:56.192Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41422026-08-17T23:46:56.203Z[verify-libraries] Compiling ciborium-io v0.2.2
41432026-08-17T23:46:56.203Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41442026-08-17T23:46:56.203Z[verify-libraries] Compiling indent_write v2.2.0
41452026-08-17T23:46:56.215Z[verify-libraries] Compiling regress v0.11.1
41462026-08-17T23:46:56.233Z[verify-libraries] Compiling derive_more v0.99.20
41472026-08-17T23:46:56.296Z[verify-libraries] Compiling secrecy v0.10.3
41482026-08-17T23:46:56.322Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41492026-08-17T23:46:56.339Z[verify-libraries] Compiling ciborium-ll v0.2.2
41502026-08-17T23:46:56.372Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41512026-08-17T23:46:56.391Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41522026-08-17T23:46:56.473Z[verify-libraries] Compiling inout v0.1.4
41532026-08-17T23:46:56.513Z[verify-libraries] Compiling universal-hash v0.5.1
41542026-08-17T23:46:56.548Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41552026-08-17T23:46:56.605Z[verify-libraries] Compiling ciborium v0.2.2
41562026-08-17T23:46:56.632Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41572026-08-17T23:46:56.651Z[verify-libraries] Compiling cipher v0.4.4
41582026-08-17T23:46:56.724Z[verify-libraries] Compiling opaque-debug v0.3.1
41592026-08-17T23:46:56.806Z[verify-libraries] Compiling poly1305 v0.8.0
41602026-08-17T23:46:56.869Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41612026-08-17T23:46:56.893Z[verify-libraries] Compiling blake2 v0.10.6
41622026-08-17T23:46:56.982Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41632026-08-17T23:46:57.043Z[verify-libraries] Compiling chacha20 v0.9.1
41642026-08-17T23:46:57.133Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41652026-08-17T23:46:57.145Z[ recovery-image] Aug 17 23:46:56.235 INFO O| Aug 17 23:46:56.234 INFO O| Startup: Caching catalogs ... Done
41662026-08-17T23:46:57.171Z[ recovery-image] Aug 17 23:46:56.237 INFO O| Aug 17 23:46:56.237 INFO O| Planning: Planning completed in 0.00 seconds
41672026-08-17T23:46:57.171Z[ recovery-image] Aug 17 23:46:56.237 INFO O| Aug 17 23:46:56.237 INFO O| Planning: Consolidating action changes ... Done
41682026-08-17T23:46:57.171Z[ recovery-image] Aug 17 23:46:56.237 INFO O| Aug 17 23:46:56.237 INFO O| Planning: Evaluating mediators ... Done
41692026-08-17T23:46:57.171Z[ recovery-image] Aug 17 23:46:56.238 INFO O| Aug 17 23:46:56.238 INFO O| Planning: Planning completed in 0.00 seconds
41702026-08-17T23:46:57.171Z[ recovery-image] Aug 17 23:46:56.238 INFO O| Aug 17 23:46:56.238 INFO O| Variants/Facets to change: 1
41712026-08-17T23:46:57.220Z[verify-libraries] Compiling aead v0.5.2
41722026-08-17T23:46:57.220Z[ recovery-image] Aug 17 23:46:56.275 INFO O| Aug 17 23:46:56.275 INFO O| Finalize: Updating package state database ... Done
41732026-08-17T23:46:57.220Z[ recovery-image] Aug 17 23:46:56.275 INFO O| Aug 17 23:46:56.275 INFO O| Finalize: Updating package cache ... Done
41742026-08-17T23:46:57.294Z[verify-libraries] Compiling password-hash v0.5.0
41752026-08-17T23:46:57.326Z[ recovery-image] Aug 17 23:46:56.347 INFO O| Aug 17 23:46:56.347 INFO O| Finalize: Updating image state ... Done
41762026-08-17T23:46:57.326Z[ recovery-image] Aug 17 23:46:56.362 INFO O| Aug 17 23:46:56.362 INFO O| Finalize: Creating fast lookup database ... Done
41772026-08-17T23:46:57.326Z[ recovery-image] Aug 17 23:46:56.363 INFO O| Aug 17 23:46:56.363 INFO O| Finalize: Reading search index ... Done
41782026-08-17T23:46:57.326Z[ recovery-image] Aug 17 23:46:56.363 INFO O| Aug 17 23:46:56.363 INFO O| Finalize: Updating search index ... Done
41792026-08-17T23:46:57.326Z[ recovery-image] Aug 17 23:46:56.364 INFO O| Aug 17 23:46:56.364 INFO O| Finalize: Updating package cache ... Done
41802026-08-17T23:46:57.327Z[verify-libraries] Compiling num-derive v0.4.2
41812026-08-17T23:46:57.373Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41822026-08-17T23:46:57.396Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41832026-08-17T23:46:57.490Z[verify-libraries] Compiling rayon-core v1.13.0
41842026-08-17T23:46:57.533Z[ host-image] Aug 17 23:46:56.627 INFO O| Aug 17 23:46:56.627 INFO O| Download: 15433/23887 items 127.0/222.8MB 56% complete (25.6M/s)
41852026-08-17T23:46:57.553Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41862026-08-17T23:46:57.553Z[ recovery-image] Aug 17 23:46:56.631 INFO O| Aug 17 23:46:56.631 INFO STEP 6 (pkg_change_variant) COMPLETE
41872026-08-17T23:46:57.553Z[ recovery-image] Aug 17 23:46:56.631 INFO O| Aug 17 23:46:56.631 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41882026-08-17T23:46:57.553Z[ recovery-image] Aug 17 23:46:56.631 INFO O| Aug 17 23:46:56.631 INFO skip step because feature "debug_variant" is not enabled
41892026-08-17T23:46:57.554Z[ recovery-image] Aug 17 23:46:56.631 INFO O| Aug 17 23:46:56.631 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41902026-08-17T23:46:57.602Z[verify-libraries] Compiling argon2 v0.5.3
41912026-08-17T23:46:57.694Z[verify-libraries] Compiling glob v0.3.3
41922026-08-17T23:46:57.750Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41932026-08-17T23:46:57.776Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41942026-08-17T23:46:57.782Z[verify-libraries] Compiling parse-display v0.10.0
41952026-08-17T23:46:57.860Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41962026-08-17T23:46:57.868Z[ recovery-image] Aug 17 23:46:56.964 INFO O| Aug 17 23:46:56.964 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41972026-08-17T23:46:57.943Z[verify-libraries] Compiling typify-impl v0.6.2
41982026-08-17T23:46:58.050Z[verify-libraries] Compiling vsss-rs v3.3.4
41992026-08-17T23:46:58.135Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42002026-08-17T23:46:58.140Z[verify-libraries] Compiling usdt-macro v0.5.0
42012026-08-17T23:46:58.376Z[verify-libraries] Compiling memmap v0.7.0
42022026-08-17T23:46:58.525Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42032026-08-17T23:46:58.593Z[verify-libraries] Compiling heapless v0.8.0
42042026-08-17T23:46:58.603Z[verify-libraries] Compiling proc-macro-error v1.0.4
42052026-08-17T23:46:58.638Z[verify-libraries] Compiling tabwriter v1.4.1
42062026-08-17T23:46:58.786Z[verify-libraries] Compiling ingot-macros v0.2.0
42072026-08-17T23:46:58.894Z[verify-libraries] Compiling hash32 v0.3.1
42082026-08-17T23:46:59.025Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42092026-08-17T23:46:59.029Z[verify-libraries] Compiling smoltcp v0.11.0
42102026-08-17T23:46:59.050Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42112026-08-17T23:46:59.151Z[verify-libraries] Compiling usdt v0.5.0
42122026-08-17T23:46:59.155Z[verify-libraries] Compiling num_enum_derive v0.7.6
42132026-08-17T23:46:59.180Z[verify-libraries] Compiling cobs v0.3.0
42142026-08-17T23:46:59.207Z[verify-libraries] Compiling colored v3.1.1
42152026-08-17T23:46:59.207Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42162026-08-17T23:46:59.303Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42172026-08-17T23:46:59.430Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42182026-08-17T23:46:59.494Z[verify-libraries] Compiling postcard v1.1.3
42192026-08-17T23:46:59.527Z[verify-libraries] Compiling rayon v1.11.0
42202026-08-17T23:46:59.558Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42212026-08-17T23:46:59.590Z[verify-libraries] Compiling rand v0.10.1
42222026-08-17T23:46:59.657Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42232026-08-17T23:46:59.734Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42242026-08-17T23:46:59.769Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42252026-08-17T23:46:59.907Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42262026-08-17T23:46:59.915Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42272026-08-17T23:46:59.945Z[ recovery-image] Aug 17 23:46:59.037 INFO O| Aug 17 23:46:59.037 INFO O| Startup: Refreshing catalog 'helios' ... Done
42282026-08-17T23:47:00.179Z[verify-libraries] Compiling num_enum_derive v0.5.11
42292026-08-17T23:47:00.195Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42302026-08-17T23:47:00.195Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42312026-08-17T23:47:00.259Z[verify-libraries] Compiling cstr-argument v0.1.2
42322026-08-17T23:47:00.292Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42332026-08-17T23:47:00.387Z[ recovery-image] Aug 17 23:46:59.480 INFO O| Aug 17 23:46:59.480 INFO O| Startup: Caching catalogs ... Done
42342026-08-17T23:47:00.399Z[ recovery-image] Aug 17 23:46:59.494 INFO O| Aug 17 23:46:59.494 INFO O| Planning: Planning completed in 0.00 seconds
42352026-08-17T23:47:00.403Z[ recovery-image] Aug 17 23:46:59.495 INFO O| Aug 17 23:46:59.495 INFO O| Planning: Consolidating action changes ... Done
42362026-08-17T23:47:00.403Z[ recovery-image] Aug 17 23:46:59.495 INFO O| Aug 17 23:46:59.495 INFO O| Planning: Evaluating mediators ... Done
42372026-08-17T23:47:00.403Z[ recovery-image] Aug 17 23:46:59.495 INFO O| Aug 17 23:46:59.495 INFO O| Planning: Planning completed in 0.00 seconds
42382026-08-17T23:47:00.403Z[ recovery-image] Aug 17 23:46:59.495 INFO O| Aug 17 23:46:59.495 INFO O| Variants/Facets to change: 1
42392026-08-17T23:47:00.432Z[ recovery-image] Aug 17 23:46:59.514 INFO O| Aug 17 23:46:59.514 INFO O| Finalize: Updating package state database ... Done
42402026-08-17T23:47:00.432Z[ recovery-image] Aug 17 23:46:59.514 INFO O| Aug 17 23:46:59.514 INFO O| Finalize: Updating package cache ... Done
42412026-08-17T23:47:00.453Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42422026-08-17T23:47:00.482Z[ recovery-image] Aug 17 23:46:59.577 INFO O| Aug 17 23:46:59.577 INFO O| Finalize: Updating image state ... Done
42432026-08-17T23:47:00.493Z[verify-libraries] Compiling num_enum v0.7.6
42442026-08-17T23:47:00.498Z[ recovery-image] Aug 17 23:46:59.591 INFO O| Aug 17 23:46:59.590 INFO O| Finalize: Creating fast lookup database ... Done
42452026-08-17T23:47:00.498Z[ recovery-image] Aug 17 23:46:59.591 INFO O| Aug 17 23:46:59.591 INFO O| Finalize: Reading search index ... Done
42462026-08-17T23:47:00.498Z[ recovery-image] Aug 17 23:46:59.591 INFO O| Aug 17 23:46:59.591 INFO O| Finalize: Updating search index ... Done
42472026-08-17T23:47:00.498Z[ recovery-image] Aug 17 23:46:59.592 INFO O| Aug 17 23:46:59.592 INFO O| Finalize: Updating package cache ... Done
42482026-08-17T23:47:00.544Z[verify-libraries] Compiling foreign-types v0.5.0
42492026-08-17T23:47:00.544Z[verify-libraries] Compiling sigpipe v0.1.3
42502026-08-17T23:47:00.590Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42512026-08-17T23:47:00.646Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42522026-08-17T23:47:00.672Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42532026-08-17T23:47:00.706Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42542026-08-17T23:47:00.720Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42552026-08-17T23:47:00.770Z[ recovery-image] Aug 17 23:46:59.863 INFO O| Aug 17 23:46:59.863 INFO STEP 8 (pkg_change_facet) COMPLETE
42562026-08-17T23:47:00.770Z[ recovery-image] Aug 17 23:46:59.863 INFO O| Aug 17 23:46:59.863 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42572026-08-17T23:47:00.777Z[verify-libraries] Compiling itertools v0.12.1
42582026-08-17T23:47:00.801Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42592026-08-17T23:47:00.908Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42602026-08-17T23:47:00.988Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42612026-08-17T23:47:01.020Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42622026-08-17T23:47:01.020Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42632026-08-17T23:47:01.020Z[verify-libraries] Compiling toml v0.8.23
42642026-08-17T23:47:01.077Z[verify-libraries] Compiling smf v0.2.3
42652026-08-17T23:47:01.097Z[ recovery-image] Aug 17 23:47:00.179 INFO O| Aug 17 23:47:00.179 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42662026-08-17T23:47:01.293Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42672026-08-17T23:47:01.366Z[verify-libraries] Compiling whoami v1.6.1
42682026-08-17T23:47:01.419Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42692026-08-17T23:47:01.468Z[verify-libraries] Compiling num_enum v0.5.11
42702026-08-17T23:47:01.479Z[verify-libraries] Compiling derive-where v1.6.0
42712026-08-17T23:47:01.493Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42722026-08-17T23:47:01.544Z[ host-image] Aug 17 23:47:00.638 INFO O| Aug 17 23:47:00.638 INFO O| Download: Completed 222.83 MB in 9.02 seconds (24.6M/s)
42732026-08-17T23:47:01.661Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42742026-08-17T23:47:01.686Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42752026-08-17T23:47:01.739Z[verify-libraries] Compiling gethostname v0.5.0
42762026-08-17T23:47:01.764Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42772026-08-17T23:47:01.802Z[verify-libraries] Compiling console v0.15.11
42782026-08-17T23:47:01.802Z[verify-libraries] Compiling newline-converter v0.3.0
42792026-08-17T23:47:02.035Z[verify-libraries] Compiling zone v0.3.1
42802026-08-17T23:47:02.042Z[verify-libraries] Compiling resolv-conf v0.7.6
42812026-08-17T23:47:02.077Z[verify-libraries] Compiling num-rational v0.4.2
42822026-08-17T23:47:02.089Z[ host-image] Aug 17 23:47:01.185 INFO O| Aug 17 23:47:01.185 INFO O| Actions: 1/54180 actions (Installing new actions)
42832026-08-17T23:47:02.158Z[verify-libraries] Compiling num-complex v0.4.6
42842026-08-17T23:47:02.231Z[verify-libraries] Compiling ingot-types v0.2.0
42852026-08-17T23:47:02.235Z[verify-libraries] Compiling expectorate v1.2.0
42862026-08-17T23:47:02.287Z[verify-libraries] Compiling slog-dtrace v0.3.0
42872026-08-17T23:47:02.427Z[verify-libraries] Compiling linear-map v1.2.0
42882026-08-17T23:47:02.514Z[verify-libraries] Compiling prettyplease v0.2.37
42892026-08-17T23:47:02.556Z[verify-libraries] Compiling float-ord v0.3.2
42902026-08-17T23:47:02.614Z[verify-libraries] Compiling ingot v0.2.1
42912026-08-17T23:47:02.684Z[verify-libraries] Compiling num v0.4.3
42922026-08-17T23:47:02.711Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42932026-08-17T23:47:02.737Z[verify-libraries] Compiling linked-hash-map v0.5.6
42942026-08-17T23:47:02.738Z[verify-libraries] Compiling hickory-proto v0.24.4
42952026-08-17T23:47:02.768Z[verify-libraries] Compiling convert_case v0.10.0
42962026-08-17T23:47:02.802Z[verify-libraries] Compiling minimal-lexical v0.2.1
42972026-08-17T23:47:02.877Z[verify-libraries] Compiling owo-colors v4.3.0
42982026-08-17T23:47:02.887Z[verify-libraries] Compiling unicode-xid v0.2.6
42992026-08-17T23:47:02.955Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43002026-08-17T23:47:02.970Z[ recovery-image] Aug 17 23:47:02.063 INFO O| Aug 17 23:47:02.063 INFO O| Startup: Refreshing catalog 'helios' ... Done
43012026-08-17T23:47:03.020Z[verify-libraries] Compiling lru-cache v0.1.2
43022026-08-17T23:47:03.120Z[verify-libraries] Compiling nom v7.1.3
43032026-08-17T23:47:03.132Z[verify-libraries] Compiling typify-macro v0.6.2
43042026-08-17T23:47:03.147Z[verify-libraries] Compiling derive_more-impl v2.1.1
43052026-08-17T23:47:03.157Z[verify-libraries] Compiling tabled_derive v0.7.0
43062026-08-17T23:47:03.276Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43072026-08-17T23:47:03.354Z[verify-libraries] Compiling fd-lock v4.0.4
43082026-08-17T23:47:03.387Z[ recovery-image] Aug 17 23:47:02.482 INFO O| Aug 17 23:47:02.482 INFO O| Startup: Caching catalogs ... Done
43092026-08-17T23:47:03.399Z[ recovery-image] Aug 17 23:47:02.495 INFO O| Aug 17 23:47:02.495 INFO O| Planning: Planning completed in 0.00 seconds
43102026-08-17T23:47:03.403Z[ recovery-image] Aug 17 23:47:02.495 INFO O| Aug 17 23:47:02.495 INFO O| Planning: Consolidating action changes ... Done
43112026-08-17T23:47:03.403Z[ recovery-image] Aug 17 23:47:02.495 INFO O| Aug 17 23:47:02.495 INFO O| Planning: Evaluating mediators ... Done
43122026-08-17T23:47:03.403Z[ recovery-image] Aug 17 23:47:02.496 INFO O| Aug 17 23:47:02.496 INFO O| Planning: Planning completed in 0.00 seconds
43132026-08-17T23:47:03.403Z[ recovery-image] Aug 17 23:47:02.496 INFO O| Aug 17 23:47:02.496 INFO O| Variants/Facets to change: 1
43142026-08-17T23:47:03.439Z[ recovery-image] Aug 17 23:47:02.532 INFO O| Aug 17 23:47:02.532 INFO O| Finalize: Updating package state database ... Done
43152026-08-17T23:47:03.439Z[ recovery-image] Aug 17 23:47:02.532 INFO O| Aug 17 23:47:02.532 INFO O| Finalize: Updating package cache ... Done
43162026-08-17T23:47:03.501Z[ recovery-image] Aug 17 23:47:02.597 INFO O| Aug 17 23:47:02.597 INFO O| Finalize: Updating image state ... Done
43172026-08-17T23:47:03.516Z[ recovery-image] Aug 17 23:47:02.611 INFO O| Aug 17 23:47:02.611 INFO O| Finalize: Creating fast lookup database ... Done
43182026-08-17T23:47:03.521Z[ recovery-image] Aug 17 23:47:02.612 INFO O| Aug 17 23:47:02.612 INFO O| Finalize: Reading search index ... Done
43192026-08-17T23:47:03.521Z[ recovery-image] Aug 17 23:47:02.612 INFO O| Aug 17 23:47:02.612 INFO O| Finalize: Updating search index ... Done
43202026-08-17T23:47:03.521Z[ recovery-image] Aug 17 23:47:02.613 INFO O| Aug 17 23:47:02.613 INFO O| Finalize: Updating package cache ... Done
43212026-08-17T23:47:03.580Z[verify-libraries] Compiling vte v0.14.1
43222026-08-17T23:47:03.688Z[verify-libraries] Compiling display-error-chain v0.2.2
43232026-08-17T23:47:03.847Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43242026-08-17T23:47:03.850Z[ recovery-image] Aug 17 23:47:02.946 INFO O| Aug 17 23:47:02.946 INFO STEP 9 (pkg_change_facet) COMPLETE
43252026-08-17T23:47:03.850Z[ recovery-image] Aug 17 23:47:02.946 INFO O| Aug 17 23:47:02.946 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43262026-08-17T23:47:03.990Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43272026-08-17T23:47:04.019Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43282026-08-17T23:47:04.191Z[verify-libraries] Compiling derive_more v2.1.1
43292026-08-17T23:47:04.287Z[ recovery-image] Aug 17 23:47:03.383 INFO O| Aug 17 23:47:03.383 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43302026-08-17T23:47:04.334Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43312026-08-17T23:47:04.396Z[verify-libraries] Compiling crossterm v0.29.0
43322026-08-17T23:47:04.449Z[verify-libraries] Compiling psm v0.1.30
43332026-08-17T23:47:04.450Z[verify-libraries] Compiling reedline v0.40.0
43342026-08-17T23:47:04.450Z[verify-libraries] Compiling stacker v0.1.23
43352026-08-17T23:47:04.513Z[verify-libraries] Compiling cfg_aliases v0.1.1
43362026-08-17T23:47:04.520Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43372026-08-17T23:47:04.525Z[verify-libraries] Compiling tabled v0.15.0
43382026-08-17T23:47:04.568Z[verify-libraries] Compiling semver v0.1.20
43392026-08-17T23:47:04.618Z[verify-libraries] Compiling nix v0.28.0
43402026-08-17T23:47:04.757Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43412026-08-17T23:47:04.787Z[verify-libraries] Compiling termtree v0.5.1
43422026-08-17T23:47:04.831Z[verify-libraries] Compiling rustc_version v0.1.7
43432026-08-17T23:47:04.895Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43442026-08-17T23:47:04.918Z[verify-libraries] Compiling phf_shared v0.12.1
43452026-08-17T23:47:04.940Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43462026-08-17T23:47:05.041Z[verify-libraries] Compiling nibble_vec v0.1.0
43472026-08-17T23:47:05.041Z[verify-libraries] Compiling endian-type v0.1.2
43482026-08-17T23:47:05.126Z[verify-libraries] Compiling hickory-resolver v0.24.4
43492026-08-17T23:47:05.150Z[verify-libraries] Compiling chrono-tz v0.10.4
43502026-08-17T23:47:05.195Z[verify-libraries] Compiling highway v1.3.0
43512026-08-17T23:47:05.246Z[verify-libraries] Compiling typify v0.6.2
43522026-08-17T23:47:05.372Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43532026-08-17T23:47:05.426Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43542026-08-17T23:47:05.490Z[verify-libraries] Compiling progenitor-impl v0.14.0
43552026-08-17T23:47:05.498Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43562026-08-17T23:47:05.616Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43572026-08-17T23:47:05.809Z[verify-libraries] Compiling radix_trie v0.2.1
43582026-08-17T23:47:06.028Z[verify-libraries] Compiling newtype_derive v0.1.6
43592026-08-17T23:47:06.127Z[ recovery-image] Aug 17 23:47:05.224 INFO O| Aug 17 23:47:05.223 INFO O| Startup: Refreshing catalog 'helios' ... Done
43602026-08-17T23:47:06.258Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43612026-08-17T23:47:06.313Z[verify-libraries] Compiling qorb v0.4.1
43622026-08-17T23:47:06.347Z[verify-libraries] Compiling recursive v0.1.1
43632026-08-17T23:47:06.415Z[verify-libraries] Compiling phf v0.12.1
43642026-08-17T23:47:06.453Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43652026-08-17T23:47:06.557Z[ recovery-image] Aug 17 23:47:05.650 INFO O| Aug 17 23:47:05.650 INFO O| Startup: Caching catalogs ... Done
43662026-08-17T23:47:06.568Z[ recovery-image] Aug 17 23:47:05.664 INFO O| Aug 17 23:47:05.664 INFO O| Planning: Planning completed in 0.00 seconds
43672026-08-17T23:47:06.577Z[ recovery-image] Aug 17 23:47:05.665 INFO O| Aug 17 23:47:05.665 INFO O| Planning: Consolidating action changes ... Done
43682026-08-17T23:47:06.577Z[ recovery-image] Aug 17 23:47:05.665 INFO O| Aug 17 23:47:05.665 INFO O| Planning: Evaluating mediators ... Done
43692026-08-17T23:47:06.577Z[ recovery-image] Aug 17 23:47:05.665 INFO O| Aug 17 23:47:05.665 INFO O| Planning: Planning completed in 0.00 seconds
43702026-08-17T23:47:06.578Z[ recovery-image] Aug 17 23:47:05.665 INFO O| Aug 17 23:47:05.665 INFO O| Variants/Facets to change: 1
43712026-08-17T23:47:06.578Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43722026-08-17T23:47:06.586Z[ recovery-image] Aug 17 23:47:05.677 INFO O| Aug 17 23:47:05.677 INFO O| Finalize: Updating package state database ... Done
43732026-08-17T23:47:06.586Z[ recovery-image] Aug 17 23:47:05.677 INFO O| Aug 17 23:47:05.677 INFO O| Finalize: Updating package cache ... Done
43742026-08-17T23:47:06.649Z[ recovery-image] Aug 17 23:47:05.745 INFO O| Aug 17 23:47:05.745 INFO O| Finalize: Updating image state ... Done
43752026-08-17T23:47:06.653Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43762026-08-17T23:47:06.663Z[ recovery-image] Aug 17 23:47:05.758 INFO O| Aug 17 23:47:05.758 INFO O| Finalize: Creating fast lookup database ... Done
43772026-08-17T23:47:06.667Z[ recovery-image] Aug 17 23:47:05.759 INFO O| Aug 17 23:47:05.759 INFO O| Finalize: Reading search index ... Done
43782026-08-17T23:47:06.667Z[ recovery-image] Aug 17 23:47:05.759 INFO O| Aug 17 23:47:05.759 INFO O| Finalize: Updating search index ... Done
43792026-08-17T23:47:06.667Z[ recovery-image] Aug 17 23:47:05.760 INFO O| Aug 17 23:47:05.760 INFO O| Finalize: Updating package cache ... Done
43802026-08-17T23:47:06.737Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43812026-08-17T23:47:06.946Z[ recovery-image] Aug 17 23:47:06.036 INFO O| Aug 17 23:47:06.035 INFO STEP 10 (pkg_change_facet) COMPLETE
43822026-08-17T23:47:06.947Z[ recovery-image] Aug 17 23:47:06.036 INFO O| Aug 17 23:47:06.036 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43832026-08-17T23:47:06.989Z[ recovery-image] Aug 17 23:47:06.083 INFO O| Aug 17 23:47:06.083 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
43842026-08-17T23:47:07.094Z[ host-image] Aug 17 23:47:06.190 INFO O| Aug 17 23:47:06.190 INFO O| Actions: 22521/54180 actions (Installing new actions)
43852026-08-17T23:47:07.105Z[verify-libraries] Compiling peg-macros v0.8.5
43862026-08-17T23:47:07.174Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43872026-08-17T23:47:07.310Z[verify-libraries] Compiling winnow v0.6.26
43882026-08-17T23:47:07.363Z[verify-libraries] Compiling csv-core v0.1.13
43892026-08-17T23:47:07.672Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43902026-08-17T23:47:07.755Z[verify-libraries] Compiling home v0.5.12
43912026-08-17T23:47:07.813Z[verify-libraries] Compiling unicode_categories v0.1.1
43922026-08-17T23:47:07.843Z[verify-libraries] Compiling textwrap v0.16.2
43932026-08-17T23:47:07.922Z[verify-libraries] Compiling rustyline v14.0.0
43942026-08-17T23:47:07.954Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43952026-08-17T23:47:08.040Z[verify-libraries] Compiling const_format v0.2.35
43962026-08-17T23:47:08.153Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43972026-08-17T23:47:08.233Z[verify-libraries] Compiling sqlparser v0.61.0
43982026-08-17T23:47:08.363Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43992026-08-17T23:47:08.433Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44002026-08-17T23:47:08.489Z[verify-libraries] Compiling csv v1.4.0
44012026-08-17T23:47:08.596Z[verify-libraries] Compiling progenitor-macro v0.14.0
44022026-08-17T23:47:08.638Z[verify-libraries] Compiling peg v0.8.5
44032026-08-17T23:47:08.751Z[verify-libraries] Compiling bcs v0.1.6
44042026-08-17T23:47:08.825Z[verify-libraries] Compiling sqlformat v0.3.5
44052026-08-17T23:47:08.898Z[verify-libraries] Compiling nom v8.0.0
44062026-08-17T23:47:08.960Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44072026-08-17T23:47:09.011Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44082026-08-17T23:47:09.090Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
44092026-08-17T23:47:09.120Z[verify-libraries] Compiling steno v0.4.1
44102026-08-17T23:47:09.203Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44112026-08-17T23:47:09.268Z[ recovery-image] Aug 17 23:47:08.364 INFO O| Aug 17 23:47:08.363 INFO O| Startup: Refreshing catalog 'helios' ... Done
44122026-08-17T23:47:09.297Z[verify-libraries] Compiling sha1 v0.10.6
44132026-08-17T23:47:09.401Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44142026-08-17T23:47:09.603Z[verify-libraries] Compiling tagptr v0.2.0
44152026-08-17T23:47:09.680Z[verify-libraries] Compiling utf-8 v0.7.6
44162026-08-17T23:47:09.719Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44172026-08-17T23:47:09.742Z[ recovery-image] Aug 17 23:47:08.837 INFO O| Aug 17 23:47:08.836 INFO O| Startup: Caching catalogs ... Done
44182026-08-17T23:47:09.844Z[verify-libraries] Compiling moka v0.12.13
44192026-08-17T23:47:09.915Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44202026-08-17T23:47:09.957Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44212026-08-17T23:47:09.991Z[verify-libraries] Compiling tungstenite v0.21.0
44222026-08-17T23:47:10.053Z[verify-libraries] Compiling libefi-sys v0.1.0
44232026-08-17T23:47:10.131Z[verify-libraries] Compiling bitfield-struct v0.6.2
44242026-08-17T23:47:10.181Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44252026-08-17T23:47:10.261Z[ host-image] Aug 17 23:47:09.353 INFO O| Aug 17 23:47:09.353 INFO O| Actions: Completed 54180 actions in 8.16 seconds.
44262026-08-17T23:47:10.307Z[verify-libraries] Compiling libscf-sys v1.2.0
44272026-08-17T23:47:10.380Z[ host-image] Aug 17 23:47:09.467 INFO O| Aug 17 23:47:09.467 INFO O| Finalize: Updating package state database ... Done
44282026-08-17T23:47:10.380Z[ host-image] Aug 17 23:47:09.468 INFO O| Aug 17 23:47:09.467 INFO O| Finalize: Updating package cache ... Done
44292026-08-17T23:47:10.521Z[verify-libraries] Compiling xshell-macros v0.2.7
44302026-08-17T23:47:10.538Z[ host-image] Aug 17 23:47:09.632 INFO O| Aug 17 23:47:09.631 INFO O| Finalize: Updating image state ... Done
44312026-08-17T23:47:10.551Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44322026-08-17T23:47:10.584Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44332026-08-17T23:47:10.683Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44342026-08-17T23:47:10.815Z[verify-libraries] Compiling hickory-resolver v0.25.2
44352026-08-17T23:47:10.874Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44362026-08-17T23:47:11.086Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44372026-08-17T23:47:11.110Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44382026-08-17T23:47:11.170Z[verify-libraries] Compiling papergrid v0.18.0
44392026-08-17T23:47:11.217Z[verify-libraries] Compiling xshell v0.2.7
44402026-08-17T23:47:11.298Z[verify-libraries] Compiling sha2 v0.11.0
44412026-08-17T23:47:11.347Z[verify-libraries] Compiling subprocess v0.2.15
44422026-08-17T23:47:11.377Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44432026-08-17T23:47:11.484Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44442026-08-17T23:47:11.611Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
44452026-08-17T23:47:11.656Z[ host-image] Aug 17 23:47:10.751 INFO O| Aug 17 23:47:10.750 INFO O| Finalize: Creating fast lookup database ... Done
44462026-08-17T23:47:11.682Z[ host-image] Aug 17 23:47:10.776 INFO O| Aug 17 23:47:10.776 INFO O| Finalize: Reading search index ... Done
44472026-08-17T23:47:11.803Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44482026-08-17T23:47:11.958Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44492026-08-17T23:47:12.017Z[ recovery-image] Aug 17 23:47:11.111 INFO O| Aug 17 23:47:11.111 INFO O| Planning: Solver setup ... Done
44502026-08-17T23:47:12.036Z[verify-libraries] Compiling headers-core v0.3.0
44512026-08-17T23:47:12.161Z[verify-libraries] Compiling unicase v2.9.0
44522026-08-17T23:47:12.183Z[verify-libraries] Compiling darling_core v0.21.3
44532026-08-17T23:47:12.205Z[ recovery-image] Aug 17 23:47:11.298 INFO O| Aug 17 23:47:11.298 INFO O| Planning: Running solver ... Done
44542026-08-17T23:47:12.240Z[verify-libraries] Compiling headers v0.4.1
44552026-08-17T23:47:12.270Z[ recovery-image] Aug 17 23:47:11.341 INFO O| Aug 17 23:47:11.341 INFO O| Planning: Finding local manifests ... Done
44562026-08-17T23:47:12.338Z[verify-libraries] Compiling tabled v0.21.0
44572026-08-17T23:47:12.387Z[ recovery-image] Aug 17 23:47:11.465 INFO O| Aug 17 23:47:11.464 INFO O| Planning: Fetching manifests: 0/130 0% complete
44582026-08-17T23:47:12.477Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44592026-08-17T23:47:12.519Z[verify-libraries] Compiling crc8 v0.1.1
44602026-08-17T23:47:12.707Z[verify-libraries] Compiling maplit v1.0.2
44612026-08-17T23:47:12.912Z[verify-libraries] Compiling yasna v0.5.2
44622026-08-17T23:47:13.006Z[verify-libraries] Compiling vergen-lib v0.1.6
44632026-08-17T23:47:13.123Z[verify-libraries] Compiling diesel_derives v2.3.7
44642026-08-17T23:47:13.150Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44652026-08-17T23:47:13.277Z[verify-libraries] Compiling port-file v0.1.0
44662026-08-17T23:47:13.398Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44672026-08-17T23:47:13.557Z[verify-libraries] Compiling rcgen v0.12.1
44682026-08-17T23:47:13.619Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44692026-08-17T23:47:13.674Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44702026-08-17T23:47:13.709Z[verify-libraries] Compiling half v1.8.3
44712026-08-17T23:47:14.889Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44722026-08-17T23:47:14.927Z[verify-libraries] Compiling serde_cbor v0.11.2
44732026-08-17T23:47:14.927Z[verify-libraries] Compiling r2d2 v0.8.10
44742026-08-17T23:47:14.927Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44752026-08-17T23:47:14.927Z[verify-libraries] Compiling cpubits v0.1.1
44762026-08-17T23:47:14.927Z[verify-libraries] Compiling progenitor v0.14.0
44772026-08-17T23:47:14.927Z[verify-libraries] Compiling downcast-rs v2.0.2
44782026-08-17T23:47:14.927Z[verify-libraries] Compiling crunchy v0.2.4
44792026-08-17T23:47:14.927Z[ host-image] Aug 17 23:47:13.475 INFO O| Aug 17 23:47:13.475 INFO O| Finalize: Building new search index ... Done
44802026-08-17T23:47:14.927Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44812026-08-17T23:47:14.927Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44822026-08-17T23:47:14.928Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44832026-08-17T23:47:14.928Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44842026-08-17T23:47:14.928Z[verify-libraries] Compiling dirs-next v2.0.0
44852026-08-17T23:47:14.928Z[ host-image] Aug 17 23:47:13.931 INFO O| Aug 17 23:47:13.931 INFO O| Finalize: Updating package cache ... Done
44862026-08-17T23:47:14.928Z[verify-libraries] Compiling clang-sys v1.8.1
44872026-08-17T23:47:14.970Z[verify-libraries] Compiling tiny-keccak v2.0.2
44882026-08-17T23:47:14.984Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44892026-08-17T23:47:14.992Z[verify-libraries] Compiling darling_macro v0.21.3
44902026-08-17T23:47:15.144Z[ host-image] Aug 17 23:47:14.240 INFO O| Aug 17 23:47:14.240 INFO STEP 11 (pkg_install) COMPLETE
44912026-08-17T23:47:15.144Z[ host-image] Aug 17 23:47:14.240 INFO O| Aug 17 23:47:14.240 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44922026-08-17T23:47:15.153Z[ host-image] Aug 17 23:47:14.250 INFO O| Aug 17 23:47:14.250 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"]
44932026-08-17T23:47:15.186Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44942026-08-17T23:47:15.314Z[verify-libraries] Compiling term v0.7.0
44952026-08-17T23:47:15.344Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44962026-08-17T23:47:15.347Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44972026-08-17T23:47:15.423Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44982026-08-17T23:47:15.453Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44992026-08-17T23:47:15.500Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45002026-08-17T23:47:15.522Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45012026-08-17T23:47:15.689Z[ recovery-image] Aug 17 23:47:14.784 INFO O| Aug 17 23:47:14.784 INFO O| Planning: Fetching manifests: 130/130 100% complete
45022026-08-17T23:47:15.745Z[verify-libraries] Compiling darling v0.21.3
45032026-08-17T23:47:15.814Z[verify-libraries] Compiling diff v0.1.13
45042026-08-17T23:47:15.839Z[verify-libraries] Compiling bit-vec v0.6.3
45052026-08-17T23:47:15.865Z[verify-libraries] Compiling ascii-canvas v3.0.0
45062026-08-17T23:47:15.915Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45072026-08-17T23:47:16.061Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45082026-08-17T23:47:16.160Z[ recovery-image] Aug 17 23:47:15.254 INFO O| Aug 17 23:47:15.254 INFO O| Planning: Package planning ... Done
45092026-08-17T23:47:16.203Z[verify-libraries] Compiling bit-set v0.5.3
45102026-08-17T23:47:16.252Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45112026-08-17T23:47:16.313Z[verify-libraries] Compiling itertools v0.10.5
45122026-08-17T23:47:16.323Z[verify-libraries] Compiling libloading v0.8.9
45132026-08-17T23:47:16.344Z[ recovery-image] Aug 17 23:47:15.440 INFO O| Aug 17 23:47:15.440 INFO O| Planning: Merging actions ... Done
45142026-08-17T23:47:16.520Z[verify-libraries] Compiling ena v0.14.4
45152026-08-17T23:47:16.523Z[verify-libraries] Compiling regex-syntax v0.6.29
45162026-08-17T23:47:16.576Z[ recovery-image] Aug 17 23:47:15.672 INFO O| Aug 17 23:47:15.669 INFO O| Planning: Checking for conflicting actions ... Done
45172026-08-17T23:47:16.591Z[verify-libraries] Compiling bindgen v0.71.1
45182026-08-17T23:47:16.633Z[ recovery-image] Aug 17 23:47:15.730 INFO O| Aug 17 23:47:15.729 INFO O| Planning: Consolidating action changes ... Done
45192026-08-17T23:47:16.735Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45202026-08-17T23:47:16.794Z[ recovery-image] Aug 17 23:47:15.889 INFO O| Aug 17 23:47:15.889 INFO O| Planning: Evaluating mediators ... Done
45212026-08-17T23:47:16.872Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
45222026-08-17T23:47:16.979Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
45232026-08-17T23:47:17.074Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45242026-08-17T23:47:17.077Z[verify-libraries] Compiling cexpr v0.6.0
45252026-08-17T23:47:17.120Z[ host-image] Aug 17 23:47:16.215 INFO O| Aug 17 23:47:16.215 INFO O| Startup: Refreshing catalog 'helios' ... Done
45262026-08-17T23:47:17.239Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45272026-08-17T23:47:17.240Z[verify-libraries] Compiling rustc-hash v2.1.1
45282026-08-17T23:47:17.602Z[ host-image] Aug 17 23:47:16.698 INFO O| Aug 17 23:47:16.698 INFO O| Startup: Caching catalogs ... Done
45292026-08-17T23:47:17.719Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45302026-08-17T23:47:17.723Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45312026-08-17T23:47:17.874Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45322026-08-17T23:47:17.924Z[verify-libraries] Compiling libxml v0.3.3
45332026-08-17T23:47:17.968Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45342026-08-17T23:47:17.993Z[verify-libraries] Compiling strum_macros v0.24.3
45352026-08-17T23:47:18.058Z[verify-libraries] Compiling lalrpop v0.19.12
45362026-08-17T23:47:18.111Z[ host-image] Aug 17 23:47:17.207 INFO O| Aug 17 23:47:17.207 INFO O| Planning: Solver setup ... Done
45372026-08-17T23:47:18.116Z[ host-image] Aug 17 23:47:17.212 INFO O| Aug 17 23:47:17.212 INFO O| Planning: Running solver ... Done
45382026-08-17T23:47:18.129Z[ host-image] Aug 17 23:47:17.225 INFO O| Aug 17 23:47:17.225 INFO O| Planning: Finding local manifests ... Done
45392026-08-17T23:47:18.188Z[ host-image] Aug 17 23:47:17.284 INFO O| Aug 17 23:47:17.284 INFO O| Planning: Fetching manifests: 0/6 0% complete
45402026-08-17T23:47:18.273Z[verify-libraries] Compiling hmac v0.13.0
45412026-08-17T23:47:18.299Z[ host-image] Aug 17 23:47:17.395 INFO O| Aug 17 23:47:17.395 INFO O| Planning: Fetching manifests: 6/6 100% complete
45422026-08-17T23:47:18.313Z[ recovery-image] Aug 17 23:47:17.409 INFO O| Aug 17 23:47:17.409 INFO O| Planning: Planning completed in 8.56 seconds
45432026-08-17T23:47:18.319Z[ recovery-image] Aug 17 23:47:17.411 INFO O| Aug 17 23:47:17.411 INFO O| Packages to install: 130
45442026-08-17T23:47:18.319Z[ recovery-image] Aug 17 23:47:17.411 INFO O| Aug 17 23:47:17.411 INFO O| Mediators to change: 5
45452026-08-17T23:47:18.319Z[ recovery-image] Aug 17 23:47:17.411 INFO O| Aug 17 23:47:17.411 INFO O| Services to change: 5
45462026-08-17T23:47:18.322Z[ host-image] Aug 17 23:47:17.416 INFO O| Aug 17 23:47:17.416 INFO O| Planning: Package planning ... Done
45472026-08-17T23:47:18.322Z[ host-image] Aug 17 23:47:17.418 INFO O| Aug 17 23:47:17.418 INFO O| Planning: Merging actions ... Done
45482026-08-17T23:47:18.343Z[ recovery-image] Aug 17 23:47:17.440 INFO O| Aug 17 23:47:17.440 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45492026-08-17T23:47:18.475Z[ host-image] Aug 17 23:47:17.570 INFO O| Aug 17 23:47:17.570 INFO O| Planning: Checking for conflicting actions ... Done
45502026-08-17T23:47:18.478Z[ host-image] Aug 17 23:47:17.571 INFO O| Aug 17 23:47:17.571 INFO O| Planning: Consolidating action changes ... Done
45512026-08-17T23:47:18.531Z[verify-libraries] Compiling universal-hash v0.6.1
45522026-08-17T23:47:18.534Z[verify-libraries] Compiling fxhash v0.2.1
45532026-08-17T23:47:18.626Z[ host-image] Aug 17 23:47:17.723 INFO O| Aug 17 23:47:17.722 INFO O| Planning: Evaluating mediators ... Done
45542026-08-17T23:47:18.630Z[ host-image] Aug 17 23:47:17.724 INFO O| Aug 17 23:47:17.724 INFO O| Planning: Planning completed in 1.01 seconds
45552026-08-17T23:47:18.630Z[ host-image] Aug 17 23:47:17.724 INFO O| Aug 17 23:47:17.724 INFO O| Packages to install: 6
45562026-08-17T23:47:18.630Z[ host-image] Aug 17 23:47:17.724 INFO O| Aug 17 23:47:17.724 INFO O| Services to change: 2
45572026-08-17T23:47:18.638Z[ host-image] Aug 17 23:47:17.735 INFO O| Aug 17 23:47:17.735 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45582026-08-17T23:47:18.646Z[verify-libraries] Compiling indoc v1.0.9
45592026-08-17T23:47:18.867Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45602026-08-17T23:47:18.932Z[ host-image] Aug 17 23:47:18.028 INFO O| Aug 17 23:47:18.028 INFO O| Download: Completed 1.75 MB in 0.29 seconds (6.0M/s)
45612026-08-17T23:47:18.935Z[verify-libraries] Compiling progenitor-impl v0.13.0
45622026-08-17T23:47:18.960Z[ host-image] Aug 17 23:47:18.055 INFO O| Aug 17 23:47:18.055 INFO O| Actions: 1/390 actions (Installing new actions)
45632026-08-17T23:47:19.118Z[ host-image] Aug 17 23:47:18.214 INFO O| Aug 17 23:47:18.214 INFO O| Actions: Completed 390 actions in 0.16 seconds.
45642026-08-17T23:47:19.157Z[ host-image] Aug 17 23:47:18.251 INFO O| Aug 17 23:47:18.251 INFO O| Finalize: Updating package state database ... Done
45652026-08-17T23:47:19.157Z[ host-image] Aug 17 23:47:18.251 INFO O| Aug 17 23:47:18.251 INFO O| Finalize: Updating package cache ... Done
45662026-08-17T23:47:19.243Z[ host-image] Aug 17 23:47:18.338 INFO O| Aug 17 23:47:18.338 INFO O| Finalize: Updating image state ... Done
45672026-08-17T23:47:19.626Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45682026-08-17T23:47:19.718Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45692026-08-17T23:47:19.784Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45702026-08-17T23:47:20.062Z[verify-libraries] Compiling oso-derive v0.27.3
45712026-08-17T23:47:20.186Z[verify-libraries] Compiling quick-xml v0.37.5
45722026-08-17T23:47:20.228Z[ host-image] Aug 17 23:47:19.324 INFO O| Aug 17 23:47:19.324 INFO O| Finalize: Creating fast lookup database ... Done
45732026-08-17T23:47:20.255Z[ host-image] Aug 17 23:47:19.351 INFO O| Aug 17 23:47:19.351 INFO O| Finalize: Reading search index ... Done
45742026-08-17T23:47:20.256Z[ host-image] Aug 17 23:47:19.351 INFO O| Aug 17 23:47:19.351 INFO O| Finalize: Updating search index ... Done
45752026-08-17T23:47:20.272Z[ host-image] Aug 17 23:47:19.367 INFO O| Aug 17 23:47:19.367 INFO O| Finalize: Updating package cache ... Done
45762026-08-17T23:47:20.530Z[ host-image] Aug 17 23:47:19.626 INFO O| Aug 17 23:47:19.626 INFO STEP 12 (pkg_install) COMPLETE
45772026-08-17T23:47:20.530Z[ host-image] Aug 17 23:47:19.626 INFO O| Aug 17 23:47:19.626 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45782026-08-17T23:47:20.541Z[ host-image] Aug 17 23:47:19.636 INFO O| Aug 17 23:47:19.636 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
45792026-08-17T23:47:20.780Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45802026-08-17T23:47:20.829Z[verify-libraries] Compiling openssl-probe v0.1.6
45812026-08-17T23:47:21.066Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45822026-08-17T23:47:21.479Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45832026-08-17T23:47:21.754Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45842026-08-17T23:47:21.894Z[verify-libraries] Compiling progenitor-macro v0.13.0
45852026-08-17T23:47:21.924Z[verify-libraries] Compiling polyval v0.7.1
45862026-08-17T23:47:22.258Z[verify-libraries] Compiling der v0.8.0
45872026-08-17T23:47:22.608Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45882026-08-17T23:47:22.652Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45892026-08-17T23:47:22.667Z[ host-image] Aug 17 23:47:21.762 INFO O| Aug 17 23:47:21.762 INFO O| Startup: Refreshing catalog 'helios' ... Done
45902026-08-17T23:47:22.734Z[verify-libraries] Compiling diesel v2.3.7
45912026-08-17T23:47:22.875Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45922026-08-17T23:47:23.187Z[ host-image] Aug 17 23:47:22.284 INFO O| Aug 17 23:47:22.283 INFO O| Startup: Caching catalogs ... Done
45932026-08-17T23:47:23.344Z[ recovery-image] Aug 17 23:47:22.440 INFO O| Aug 17 23:47:22.440 INFO O| Download: 7582/16682 items 79.1/200.0MB 39% complete (15.7M/s)
45942026-08-17T23:47:23.414Z[verify-libraries] Compiling progenitor-client v0.13.0
45952026-08-17T23:47:23.584Z[verify-libraries] Compiling git-stub v1.0.0
45962026-08-17T23:47:23.714Z[ host-image] Aug 17 23:47:22.810 INFO O| Aug 17 23:47:22.810 INFO O| Planning: Solver setup ... Done
45972026-08-17T23:47:23.719Z[ host-image] Aug 17 23:47:22.816 INFO O| Aug 17 23:47:22.816 INFO O| Planning: Running solver ... Done
45982026-08-17T23:47:23.732Z[ host-image] Aug 17 23:47:22.829 INFO O| Aug 17 23:47:22.829 INFO O| Planning: Finding local manifests ... Done
45992026-08-17T23:47:23.752Z[ host-image] Aug 17 23:47:22.848 INFO O| Aug 17 23:47:22.848 INFO O| Planning: Fetching manifests: 0/6 0% complete
46002026-08-17T23:47:23.808Z[verify-libraries] Compiling kstat-rs v0.2.5
46012026-08-17T23:47:23.860Z[ host-image] Aug 17 23:47:22.955 INFO O| Aug 17 23:47:22.955 INFO O| Planning: Fetching manifests: 6/6 100% complete
46022026-08-17T23:47:23.890Z[ host-image] Aug 17 23:47:22.986 INFO O| Aug 17 23:47:22.986 INFO O| Planning: Package planning ... Done
46032026-08-17T23:47:23.898Z[ host-image] Aug 17 23:47:22.995 INFO O| Aug 17 23:47:22.995 INFO O| Planning: Merging actions ... Done
46042026-08-17T23:47:23.912Z[verify-libraries] Compiling trait-variant v0.1.2
46052026-08-17T23:47:23.968Z[verify-libraries] Compiling salty v0.3.0
46062026-08-17T23:47:23.971Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46072026-08-17T23:47:24.049Z[ host-image] Aug 17 23:47:23.145 INFO O| Aug 17 23:47:23.145 INFO O| Planning: Checking for conflicting actions ... Done
46082026-08-17T23:47:24.052Z[ host-image] Aug 17 23:47:23.149 INFO O| Aug 17 23:47:23.148 INFO O| Planning: Consolidating action changes ... Done
46092026-08-17T23:47:24.198Z[ host-image] Aug 17 23:47:23.294 INFO O| Aug 17 23:47:23.294 INFO O| Planning: Evaluating mediators ... Done
46102026-08-17T23:47:24.207Z[ host-image] Aug 17 23:47:23.303 INFO O| Aug 17 23:47:23.303 INFO O| Planning: Planning completed in 1.00 seconds
46112026-08-17T23:47:24.210Z[ host-image] Aug 17 23:47:23.304 INFO O| Aug 17 23:47:23.303 INFO O| Packages to install: 6
46122026-08-17T23:47:24.210Z[ host-image] Aug 17 23:47:23.304 INFO O| Aug 17 23:47:23.303 INFO O| Mediators to change: 1
46132026-08-17T23:47:24.210Z[ host-image] Aug 17 23:47:23.304 INFO O| Aug 17 23:47:23.303 INFO O| Services to change: 1
46142026-08-17T23:47:24.219Z[ host-image] Aug 17 23:47:23.316 INFO O| Aug 17 23:47:23.315 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46152026-08-17T23:47:24.222Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46162026-08-17T23:47:24.261Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46172026-08-17T23:47:24.333Z[verify-libraries] Compiling ghash v0.6.0
46182026-08-17T23:47:24.435Z[verify-libraries] Compiling pbkdf2 v0.13.0
46192026-08-17T23:47:24.519Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46202026-08-17T23:47:24.629Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46212026-08-17T23:47:24.684Z[verify-libraries] Compiling crypto-bigint v0.7.5
46222026-08-17T23:47:24.789Z[verify-libraries] Compiling aes v0.9.1
46232026-08-17T23:47:24.792Z[ host-image] Aug 17 23:47:23.886 INFO O| Aug 17 23:47:23.885 INFO O| Download: Completed 7.84 MB in 0.57 seconds (13.8M/s)
46242026-08-17T23:47:24.826Z[ host-image] Aug 17 23:47:23.922 INFO O| Aug 17 23:47:23.922 INFO O| Actions: 1/1366 actions (Installing new actions)
46252026-08-17T23:47:25.170Z[ host-image] Aug 17 23:47:24.266 INFO O| Aug 17 23:47:24.266 INFO O| Actions: Completed 1366 actions in 0.34 seconds.
46262026-08-17T23:47:25.213Z[ host-image] Aug 17 23:47:24.309 INFO O| Aug 17 23:47:24.309 INFO O| Finalize: Updating package state database ... Done
46272026-08-17T23:47:25.213Z[ host-image] Aug 17 23:47:24.309 INFO O| Aug 17 23:47:24.309 INFO O| Finalize: Updating package cache ... Done
46282026-08-17T23:47:25.252Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46292026-08-17T23:47:25.307Z[ host-image] Aug 17 23:47:24.403 INFO O| Aug 17 23:47:24.403 INFO O| Finalize: Updating image state ... Done
46302026-08-17T23:47:25.431Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46312026-08-17T23:47:25.550Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
46322026-08-17T23:47:25.653Z[verify-libraries] Compiling ctr v0.10.1
46332026-08-17T23:47:25.984Z[verify-libraries] Compiling aead v0.6.1
46342026-08-17T23:47:26.153Z[verify-libraries] Compiling bb8 v0.8.6
46352026-08-17T23:47:26.231Z[verify-libraries] Compiling parking_lot_core v0.8.6
46362026-08-17T23:47:26.295Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46372026-08-17T23:47:26.327Z[ host-image] Aug 17 23:47:25.424 INFO O| Aug 17 23:47:25.424 INFO O| Finalize: Creating fast lookup database ... Done
46382026-08-17T23:47:26.356Z[ host-image] Aug 17 23:47:25.452 INFO O| Aug 17 23:47:25.452 INFO O| Finalize: Reading search index ... Done
46392026-08-17T23:47:26.356Z[ host-image] Aug 17 23:47:25.452 INFO O| Aug 17 23:47:25.452 INFO O| Finalize: Updating search index ... Done
46402026-08-17T23:47:26.426Z[ host-image] Aug 17 23:47:25.521 INFO O| Aug 17 23:47:25.521 INFO O| Finalize: Updating package cache ... Done
46412026-08-17T23:47:26.493Z[verify-libraries] Compiling aes-gcm v0.11.0
46422026-08-17T23:47:26.583Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
46432026-08-17T23:47:26.673Z[ host-image] Aug 17 23:47:25.769 INFO O| Aug 17 23:47:25.769 INFO STEP 13 (pkg_install) COMPLETE
46442026-08-17T23:47:26.676Z[ host-image] Aug 17 23:47:25.769 INFO O| Aug 17 23:47:25.769 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46452026-08-17T23:47:26.684Z[ host-image] Aug 17 23:47:25.780 INFO O| Aug 17 23:47:25.780 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
46462026-08-17T23:47:26.689Z[verify-libraries] Compiling spki v0.8.0
46472026-08-17T23:47:26.751Z[verify-libraries] Compiling mime_guess v2.0.5
46482026-08-17T23:47:26.811Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46492026-08-17T23:47:27.004Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46502026-08-17T23:47:27.069Z[verify-libraries] Compiling rfc6979 v0.4.0
46512026-08-17T23:47:27.098Z[verify-libraries] Compiling salsa20 v0.11.0
46522026-08-17T23:47:27.122Z[verify-libraries] Compiling nanorand v0.7.0
46532026-08-17T23:47:27.192Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
46542026-08-17T23:47:27.304Z[verify-libraries] Compiling ecdsa v0.16.9
46552026-08-17T23:47:27.307Z[verify-libraries] Compiling scrypt v0.12.0
46562026-08-17T23:47:27.377Z[verify-libraries] Compiling progenitor v0.13.0
46572026-08-17T23:47:27.437Z[verify-libraries] Compiling flume v0.11.1
46582026-08-17T23:47:27.618Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46592026-08-17T23:47:27.691Z[verify-libraries] Compiling primeorder v0.13.6
46602026-08-17T23:47:27.829Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46612026-08-17T23:47:27.858Z[verify-libraries] Compiling cbc v0.2.1
46622026-08-17T23:47:27.898Z[verify-libraries] Compiling nonempty v0.12.0
46632026-08-17T23:47:28.020Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46642026-08-17T23:47:28.042Z[verify-libraries] Compiling http-range v0.1.5
46652026-08-17T23:47:28.088Z[verify-libraries] Compiling p384 v0.13.1
46662026-08-17T23:47:28.131Z[verify-libraries] Compiling pkcs5 v0.8.1
46672026-08-17T23:47:28.208Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46682026-08-17T23:47:28.339Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46692026-08-17T23:47:28.347Z[ recovery-image] Aug 17 23:47:27.443 INFO O| Aug 17 23:47:27.443 INFO O| Download: 16324/16682 items 193.2/200.0MB 96% complete (19.1M/s)
46702026-08-17T23:47:28.386Z[verify-libraries] Compiling parking_lot v0.11.2
46712026-08-17T23:47:28.766Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46722026-08-17T23:47:28.787Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46732026-08-17T23:47:28.834Z[ host-image] Aug 17 23:47:27.930 INFO O| Aug 17 23:47:27.929 INFO O| Startup: Refreshing catalog 'helios' ... Done
46742026-08-17T23:47:28.878Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46752026-08-17T23:47:28.937Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46762026-08-17T23:47:28.986Z[ recovery-image] Aug 17 23:47:28.083 INFO O| Aug 17 23:47:28.083 INFO O| Download: Completed 200.00 MB in 10.64 seconds (18.7M/s)
46772026-08-17T23:47:29.102Z[verify-libraries] Compiling prefix-trie v0.7.0
46782026-08-17T23:47:29.167Z[verify-libraries] Compiling digest-io v0.1.0
46792026-08-17T23:47:29.256Z[ recovery-image] Aug 17 23:47:28.352 INFO O| Aug 17 23:47:28.352 INFO O| Actions: 1/27580 actions (Installing new actions)
46802026-08-17T23:47:29.318Z[ host-image] Aug 17 23:47:28.414 INFO O| Aug 17 23:47:28.414 INFO O| Startup: Caching catalogs ... Done
46812026-08-17T23:47:29.359Z[verify-libraries] Compiling rawzip v0.4.4
46822026-08-17T23:47:29.467Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46832026-08-17T23:47:29.638Z[verify-libraries] Compiling hickory-server v0.25.2
46842026-08-17T23:47:29.748Z[ host-image] Aug 17 23:47:28.844 INFO O| Aug 17 23:47:28.844 INFO O| Planning: Solver setup ... Done
46852026-08-17T23:47:29.754Z[ host-image] Aug 17 23:47:28.851 INFO O| Aug 17 23:47:28.851 INFO O| Planning: Running solver ... Done
46862026-08-17T23:47:29.769Z[ host-image] Aug 17 23:47:28.865 INFO O| Aug 17 23:47:28.865 INFO O| Planning: Finding local manifests ... Done
46872026-08-17T23:47:29.805Z[ host-image] Aug 17 23:47:28.901 INFO O| Aug 17 23:47:28.901 INFO O| Planning: Fetching manifests: 0/1 0% complete
46882026-08-17T23:47:29.808Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46892026-08-17T23:47:29.822Z[ host-image] Aug 17 23:47:28.918 INFO O| Aug 17 23:47:28.918 INFO O| Planning: Fetching manifests: 1/1 100% complete
46902026-08-17T23:47:29.847Z[ host-image] Aug 17 23:47:28.943 INFO O| Aug 17 23:47:28.943 INFO O| Planning: Package planning ... Done
46912026-08-17T23:47:29.847Z[ host-image] Aug 17 23:47:28.943 INFO O| Aug 17 23:47:28.943 INFO O| Planning: Merging actions ... Done
46922026-08-17T23:47:30.018Z[ host-image] Aug 17 23:47:29.114 INFO O| Aug 17 23:47:29.114 INFO O| Planning: Checking for conflicting actions ... Done
46932026-08-17T23:47:30.023Z[ host-image] Aug 17 23:47:29.114 INFO O| Aug 17 23:47:29.114 INFO O| Planning: Consolidating action changes ... Done
46942026-08-17T23:47:30.162Z[ host-image] Aug 17 23:47:29.258 INFO O| Aug 17 23:47:29.258 INFO O| Planning: Evaluating mediators ... Done
46952026-08-17T23:47:30.165Z[ host-image] Aug 17 23:47:29.258 INFO O| Aug 17 23:47:29.258 INFO O| Planning: Planning completed in 0.83 seconds
46962026-08-17T23:47:30.165Z[ host-image] Aug 17 23:47:29.259 INFO O| Aug 17 23:47:29.259 INFO O| Packages to install: 1
46972026-08-17T23:47:30.175Z[ host-image] Aug 17 23:47:29.269 INFO O| Aug 17 23:47:29.269 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
46982026-08-17T23:47:30.265Z[verify-libraries] Compiling sled v0.34.7
46992026-08-17T23:47:30.327Z[verify-libraries] Compiling pkcs8 v0.11.0
47002026-08-17T23:47:30.453Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47012026-08-17T23:47:30.644Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47022026-08-17T23:47:30.739Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47032026-08-17T23:47:30.764Z[ host-image] Aug 17 23:47:29.860 INFO O| Aug 17 23:47:29.860 INFO O| Download: Completed 13.27 MB in 0.59 seconds (22.5M/s)
47042026-08-17T23:47:30.798Z[ host-image] Aug 17 23:47:29.894 INFO O| Aug 17 23:47:29.894 INFO O| Actions: 1/22 actions (Installing new actions)
47052026-08-17T23:47:31.047Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47062026-08-17T23:47:31.059Z[ host-image] Aug 17 23:47:30.153 INFO O| Aug 17 23:47:30.153 INFO O| Actions: Completed 22 actions in 0.26 seconds.
47072026-08-17T23:47:31.089Z[verify-libraries] Compiling ignore v0.4.25
47082026-08-17T23:47:31.092Z[ host-image] Aug 17 23:47:30.188 INFO O| Aug 17 23:47:30.188 INFO O| Finalize: Updating package state database ... Done
47092026-08-17T23:47:31.092Z[ host-image] Aug 17 23:47:30.188 INFO O| Aug 17 23:47:30.188 INFO O| Finalize: Updating package cache ... Done
47102026-08-17T23:47:31.188Z[ host-image] Aug 17 23:47:30.268 INFO O| Aug 17 23:47:30.268 INFO O| Finalize: Updating image state ... Done
47112026-08-17T23:47:31.273Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
47122026-08-17T23:47:31.276Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47132026-08-17T23:47:31.378Z[verify-libraries] Compiling ff v0.14.0
47142026-08-17T23:47:31.563Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47152026-08-17T23:47:31.659Z[verify-libraries] Compiling corncobs v0.1.4
47162026-08-17T23:47:31.736Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47172026-08-17T23:47:31.795Z[verify-libraries] Compiling globwalk v0.9.1
47182026-08-17T23:47:31.894Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47192026-08-17T23:47:31.973Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47202026-08-17T23:47:32.155Z[verify-libraries] Compiling predicates-tree v1.0.13
47212026-08-17T23:47:32.346Z[ host-image] Aug 17 23:47:31.442 INFO O| Aug 17 23:47:31.442 INFO O| Finalize: Creating fast lookup database ... Done
47222026-08-17T23:47:32.418Z[ host-image] Aug 17 23:47:31.513 INFO O| Aug 17 23:47:31.513 INFO O| Finalize: Reading search index ... Done
47232026-08-17T23:47:32.418Z[ host-image] Aug 17 23:47:31.513 INFO O| Aug 17 23:47:31.513 INFO O| Finalize: Updating search index ... Done
47242026-08-17T23:47:32.428Z[ host-image] Aug 17 23:47:31.524 INFO O| Aug 17 23:47:31.524 INFO O| Finalize: Updating package cache ... Done
47252026-08-17T23:47:32.507Z[verify-libraries] Compiling libz-sys v1.1.24
47262026-08-17T23:47:32.544Z[verify-libraries] Compiling rand_seeder v0.4.0
47272026-08-17T23:47:32.591Z[verify-libraries] Compiling secrecy v0.8.0
47282026-08-17T23:47:32.694Z[ host-image] Aug 17 23:47:31.789 INFO O| Aug 17 23:47:31.789 INFO STEP 14 (pkg_install) COMPLETE
47292026-08-17T23:47:32.694Z[ host-image] Aug 17 23:47:31.789 INFO O| Aug 17 23:47:31.789 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47302026-08-17T23:47:32.697Z[ host-image] Aug 17 23:47:31.790 INFO O| Aug 17 23:47:31.789 INFO skip step because feature "mbist" is not enabled
47312026-08-17T23:47:32.698Z[ host-image] Aug 17 23:47:31.790 INFO O| Aug 17 23:47:31.789 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47322026-08-17T23:47:32.698Z[ host-image] Aug 17 23:47:31.790 INFO O| Aug 17 23:47:31.789 INFO skip step because feature "mfg" is not enabled
47332026-08-17T23:47:32.698Z[ host-image] Aug 17 23:47:31.790 INFO O| Aug 17 23:47:31.789 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47342026-08-17T23:47:32.698Z[ host-image] Aug 17 23:47:31.790 INFO O| Aug 17 23:47:31.789 INFO skip step because feature "compliance" is not enabled
47352026-08-17T23:47:32.698Z[ host-image] Aug 17 23:47:31.790 INFO O| Aug 17 23:47:31.789 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47362026-08-17T23:47:32.698Z[ host-image] Aug 17 23:47:31.790 INFO O| Aug 17 23:47:31.789 INFO skip step because feature "stress" is not enabled
47372026-08-17T23:47:32.698Z[ host-image] Aug 17 23:47:31.790 INFO O| Aug 17 23:47:31.789 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47382026-08-17T23:47:32.698Z[ host-image] Aug 17 23:47:31.790 INFO O| Aug 17 23:47:31.789 INFO skip step because feature "compliance" is not enabled
47392026-08-17T23:47:32.698Z[ host-image] Aug 17 23:47:31.790 INFO O| Aug 17 23:47:31.789 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47402026-08-17T23:47:32.698Z[ host-image] Aug 17 23:47:31.790 INFO O| Aug 17 23:47:31.789 INFO skip step because feature "nfs" is not enabled
47412026-08-17T23:47:32.698Z[ host-image] Aug 17 23:47:31.790 INFO O| Aug 17 23:47:31.789 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47422026-08-17T23:47:32.698Z[ host-image] Aug 17 23:47:31.790 INFO O| Aug 17 23:47:31.789 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47432026-08-17T23:47:32.698Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47442026-08-17T23:47:32.900Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47452026-08-17T23:47:33.014Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47462026-08-17T23:47:33.190Z[verify-libraries] Compiling group v0.14.0
47472026-08-17T23:47:33.241Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47482026-08-17T23:47:33.358Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47492026-08-17T23:47:33.366Z[ host-image] Aug 17 23:47:32.462 INFO O| Aug 17 23:47:32.462 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47502026-08-17T23:47:33.485Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47512026-08-17T23:47:33.523Z[verify-libraries] Compiling signature v3.0.0
47522026-08-17T23:47:33.553Z[ host-image] Aug 17 23:47:32.649 INFO O| Aug 17 23:47:32.649 INFO completed processing sled/ramdisk-01-os
47532026-08-17T23:47:33.557Z[ host-image] Aug 17 23:47:32.652 INFO omicron1 baseline generation...
47542026-08-17T23:47:33.557Z[ host-image] Aug 17 23:47:32.652 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47552026-08-17T23:47:33.793Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47562026-08-17T23:47:33.859Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47572026-08-17T23:47:33.935Z[ host-image] Aug 17 23:47:33.031 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24191:20260817T130448Z
47582026-08-17T23:47:33.974Z[verify-libraries] Compiling instability v0.3.11
47592026-08-17T23:47:34.096Z[verify-libraries] Compiling base16ct v1.0.0
47602026-08-17T23:47:34.257Z[ recovery-image] Aug 17 23:47:33.352 INFO O| Aug 17 23:47:33.352 INFO O| Actions: 20352/27580 actions (Installing new actions)
47612026-08-17T23:47:34.260Z[verify-libraries] Compiling sec1 v0.8.1
47622026-08-17T23:47:34.329Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47632026-08-17T23:47:34.474Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47642026-08-17T23:47:34.479Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47652026-08-17T23:47:34.583Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47662026-08-17T23:47:34.588Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47672026-08-17T23:47:34.650Z[verify-libraries] Compiling hkdf v0.13.0
47682026-08-17T23:47:34.703Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47692026-08-17T23:47:34.848Z[verify-libraries] Compiling scuffle v0.1.0
47702026-08-17T23:47:34.924Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47712026-08-17T23:47:34.968Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47722026-08-17T23:47:35.253Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47732026-08-17T23:47:35.311Z[verify-libraries] Compiling castaway v0.2.4
47742026-08-17T23:47:35.334Z[ recovery-image] Aug 17 23:47:34.430 INFO O| Aug 17 23:47:34.430 INFO O| Actions: Completed 27580 actions in 6.08 seconds.
47752026-08-17T23:47:35.392Z[verify-libraries] Compiling indoc v2.0.7
47762026-08-17T23:47:35.409Z[ recovery-image] Aug 17 23:47:34.503 INFO O| Aug 17 23:47:34.503 INFO O| Finalize: Updating package state database ... Done
47772026-08-17T23:47:35.409Z[ recovery-image] Aug 17 23:47:34.503 INFO O| Aug 17 23:47:34.503 INFO O| Finalize: Updating package cache ... Done
47782026-08-17T23:47:35.528Z[ recovery-image] Aug 17 23:47:34.624 INFO O| Aug 17 23:47:34.624 INFO O| Finalize: Updating image state ... Done
47792026-08-17T23:47:35.809Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47802026-08-17T23:47:35.925Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47812026-08-17T23:47:35.986Z[verify-libraries] Compiling compact_str v0.8.1
47822026-08-17T23:47:36.093Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47832026-08-17T23:47:36.229Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47842026-08-17T23:47:36.276Z[verify-libraries] Compiling elliptic-curve v0.14.1
47852026-08-17T23:47:36.291Z[ recovery-image] Aug 17 23:47:35.387 INFO O| Aug 17 23:47:35.387 INFO O| Finalize: Creating fast lookup database ... Done
47862026-08-17T23:47:36.308Z[ recovery-image] Aug 17 23:47:35.404 INFO O| Aug 17 23:47:35.404 INFO O| Finalize: Reading search index ... Done
47872026-08-17T23:47:36.681Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47882026-08-17T23:47:36.892Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47892026-08-17T23:47:36.956Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47902026-08-17T23:47:37.014Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47912026-08-17T23:47:37.087Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47922026-08-17T23:47:37.163Z[verify-libraries] Compiling unicode-truncate v1.1.0
47932026-08-17T23:47:37.322Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47942026-08-17T23:47:37.386Z[verify-libraries] Compiling lru v0.12.5
47952026-08-17T23:47:37.463Z[verify-libraries] Compiling arc-swap v1.8.2
47962026-08-17T23:47:37.692Z[verify-libraries] Compiling cassowary v0.3.0
47972026-08-17T23:47:37.818Z[verify-libraries] Compiling slog-scope v4.4.1
47982026-08-17T23:47:37.964Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47992026-08-17T23:47:37.991Z[verify-libraries] Compiling wnaf v0.14.0
48002026-08-17T23:47:38.109Z[ recovery-image] Aug 17 23:47:37.204 INFO O| Aug 17 23:47:37.204 INFO O| Finalize: Building new search index ... Done
48012026-08-17T23:47:38.123Z[verify-libraries] Compiling ratatui v0.29.0
48022026-08-17T23:47:38.160Z[verify-libraries] Compiling primefield v0.14.0
48032026-08-17T23:47:38.342Z[verify-libraries] Compiling rfc6979 v0.6.0
48042026-08-17T23:47:38.362Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48052026-08-17T23:47:38.462Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48062026-08-17T23:47:38.477Z[ recovery-image] Aug 17 23:47:37.573 INFO O| Aug 17 23:47:37.573 INFO O| Finalize: Updating package cache ... Done
48072026-08-17T23:47:38.555Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48082026-08-17T23:47:38.587Z[verify-libraries] Compiling vergen-git2 v9.1.0
48092026-08-17T23:47:38.728Z[verify-libraries] Compiling strsim v0.10.0
48102026-08-17T23:47:38.819Z[ recovery-image] Aug 17 23:47:37.881 INFO O| Aug 17 23:47:37.881 INFO STEP 11 (pkg_install) COMPLETE
48112026-08-17T23:47:38.819Z[ recovery-image] Aug 17 23:47:37.881 INFO O| Aug 17 23:47:37.881 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48122026-08-17T23:47:38.824Z[ recovery-image] Aug 17 23:47:37.881 INFO O| Aug 17 23:47:37.881 INFO skip step because feature "recovery" is enabled
48132026-08-17T23:47:38.824Z[ recovery-image] Aug 17 23:47:37.881 INFO O| Aug 17 23:47:37.881 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48142026-08-17T23:47:38.824Z[ recovery-image] Aug 17 23:47:37.881 INFO O| Aug 17 23:47:37.881 INFO skip step because feature "omicron1" is not enabled
48152026-08-17T23:47:38.824Z[ recovery-image] Aug 17 23:47:37.881 INFO O| Aug 17 23:47:37.881 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48162026-08-17T23:47:38.825Z[ recovery-image] Aug 17 23:47:37.891 INFO O| Aug 17 23:47:37.891 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48172026-08-17T23:47:38.850Z[verify-libraries] Compiling is_ci v1.2.0
48182026-08-17T23:47:38.993Z[verify-libraries] Compiling supports-color v3.0.2
48192026-08-17T23:47:39.060Z[verify-libraries] Compiling darling_core v0.13.4
48202026-08-17T23:47:39.216Z[verify-libraries] Compiling ecdsa v0.17.0
48212026-08-17T23:47:39.364Z[verify-libraries] Compiling primeorder v0.14.0
48222026-08-17T23:47:39.753Z[verify-libraries] Compiling slog-stdlog v4.1.1
48232026-08-17T23:47:39.972Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48242026-08-17T23:47:40.012Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48252026-08-17T23:47:40.401Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48262026-08-17T23:47:40.489Z[verify-libraries] Compiling tungstenite v0.23.0
48272026-08-17T23:47:40.974Z[verify-libraries] Compiling console v0.16.2
48282026-08-17T23:47:40.999Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48292026-08-17T23:47:41.131Z[verify-libraries] Compiling libsw-core v0.3.2
48302026-08-17T23:47:41.168Z[verify-libraries] Compiling unit-prefix v0.5.2
48312026-08-17T23:47:41.187Z[ recovery-image] Aug 17 23:47:40.283 INFO O| Aug 17 23:47:40.283 INFO O| Startup: Refreshing catalog 'helios' ... Done
48322026-08-17T23:47:41.428Z[verify-libraries] Compiling assert_matches v1.5.0
48332026-08-17T23:47:41.457Z[verify-libraries] Compiling void v1.0.2
48342026-08-17T23:47:41.485Z[verify-libraries] Compiling indicatif v0.18.4
48352026-08-17T23:47:41.537Z[verify-libraries] Compiling libsw v3.5.0
48362026-08-17T23:47:41.608Z[ recovery-image] Aug 17 23:47:40.704 INFO O| Aug 17 23:47:40.704 INFO O| Startup: Caching catalogs ... Done
48372026-08-17T23:47:41.661Z[verify-libraries] Compiling lzss v0.8.2
48382026-08-17T23:47:41.715Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48392026-08-17T23:47:41.725Z[verify-libraries] Compiling darling_macro v0.13.4
48402026-08-17T23:47:41.796Z[verify-libraries] Compiling slog-envlogger v2.2.0
48412026-08-17T23:47:41.844Z[verify-libraries] Compiling ssh-encoding v0.3.0
48422026-08-17T23:47:41.882Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48432026-08-17T23:47:41.949Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48442026-08-17T23:47:42.021Z[ recovery-image] Aug 17 23:47:41.116 INFO O| Aug 17 23:47:41.116 INFO O| Planning: Solver setup ... Done
48452026-08-17T23:47:42.027Z[ recovery-image] Aug 17 23:47:41.121 INFO O| Aug 17 23:47:41.121 INFO O| Planning: Running solver ... Done
48462026-08-17T23:47:42.038Z[ recovery-image] Aug 17 23:47:41.134 INFO O| Aug 17 23:47:41.134 INFO O| Planning: Finding local manifests ... Done
48472026-08-17T23:47:42.072Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48482026-08-17T23:47:42.076Z[ recovery-image] Aug 17 23:47:41.170 INFO O| Aug 17 23:47:41.170 INFO O| Planning: Fetching manifests: 0/1 0% complete
48492026-08-17T23:47:42.093Z[ recovery-image] Aug 17 23:47:41.188 INFO O| Aug 17 23:47:41.188 INFO O| Planning: Fetching manifests: 1/1 100% complete
48502026-08-17T23:47:42.109Z[ recovery-image] Aug 17 23:47:41.204 INFO O| Aug 17 23:47:41.204 INFO O| Planning: Package planning ... Done
48512026-08-17T23:47:42.112Z[ recovery-image] Aug 17 23:47:41.205 INFO O| Aug 17 23:47:41.205 INFO O| Planning: Merging actions ... Done
48522026-08-17T23:47:42.235Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48532026-08-17T23:47:42.241Z[ recovery-image] Aug 17 23:47:41.337 INFO O| Aug 17 23:47:41.337 INFO O| Planning: Checking for conflicting actions ... Done
48542026-08-17T23:47:42.245Z[ recovery-image] Aug 17 23:47:41.337 INFO O| Aug 17 23:47:41.337 INFO O| Planning: Consolidating action changes ... Done
48552026-08-17T23:47:42.283Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48562026-08-17T23:47:42.341Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48572026-08-17T23:47:42.368Z[ recovery-image] Aug 17 23:47:41.464 INFO O| Aug 17 23:47:41.464 INFO O| Planning: Evaluating mediators ... Done
48582026-08-17T23:47:42.372Z[ recovery-image] Aug 17 23:47:41.464 INFO O| Aug 17 23:47:41.464 INFO O| Planning: Planning completed in 0.75 seconds
48592026-08-17T23:47:42.372Z[ recovery-image] Aug 17 23:47:41.464 INFO O| Aug 17 23:47:41.464 INFO O| Packages to install: 1
48602026-08-17T23:47:42.381Z[ recovery-image] Aug 17 23:47:41.477 INFO O| Aug 17 23:47:41.477 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48612026-08-17T23:47:42.384Z[verify-libraries] Compiling nix v0.27.1
48622026-08-17T23:47:42.505Z[verify-libraries] Compiling colored v2.2.0
48632026-08-17T23:47:42.584Z[verify-libraries] Compiling blake3 v1.8.5
48642026-08-17T23:47:42.591Z[verify-libraries] Compiling serde_bytes v0.11.19
48652026-08-17T23:47:42.642Z[verify-libraries] Compiling keccak v0.2.0
48662026-08-17T23:47:42.878Z[verify-libraries] Compiling shell-words v1.1.1
48672026-08-17T23:47:42.942Z[ recovery-image] Aug 17 23:47:42.038 INFO O| Aug 17 23:47:42.038 INFO O| Download: Completed 13.27 MB in 0.56 seconds (23.6M/s)
48682026-08-17T23:47:43.030Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48692026-08-17T23:47:43.051Z[verify-libraries] Compiling darling v0.13.4
48702026-08-17T23:47:43.240Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48712026-08-17T23:47:43.261Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48722026-08-17T23:47:43.294Z[ recovery-image] Aug 17 23:47:42.390 INFO O| Aug 17 23:47:42.390 INFO O| Actions: 1/22 actions (Installing new actions)
48732026-08-17T23:47:43.517Z[ recovery-image] Aug 17 23:47:42.613 INFO O| Aug 17 23:47:42.613 INFO O| Actions: Completed 22 actions in 0.22 seconds.
48742026-08-17T23:47:43.551Z[ recovery-image] Aug 17 23:47:42.648 INFO O| Aug 17 23:47:42.647 INFO O| Finalize: Updating package state database ... Done
48752026-08-17T23:47:43.552Z[ recovery-image] Aug 17 23:47:42.648 INFO O| Aug 17 23:47:42.648 INFO O| Finalize: Updating package cache ... Done
48762026-08-17T23:47:43.636Z[ recovery-image] Aug 17 23:47:42.732 INFO O| Aug 17 23:47:42.732 INFO O| Finalize: Updating image state ... Done
48772026-08-17T23:47:43.649Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48782026-08-17T23:47:43.794Z[verify-libraries] Compiling ed25519 v3.0.0
48792026-08-17T23:47:43.852Z[verify-libraries] Compiling crypto-primes v0.7.2
48802026-08-17T23:47:44.229Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48812026-08-17T23:47:44.365Z[ recovery-image] Aug 17 23:47:43.461 INFO O| Aug 17 23:47:43.461 INFO O| Finalize: Creating fast lookup database ... Done
48822026-08-17T23:47:44.381Z[ recovery-image] Aug 17 23:47:43.477 INFO O| Aug 17 23:47:43.476 INFO O| Finalize: Reading search index ... Done
48832026-08-17T23:47:44.381Z[ recovery-image] Aug 17 23:47:43.477 INFO O| Aug 17 23:47:43.477 INFO O| Finalize: Updating search index ... Done
48842026-08-17T23:47:44.393Z[ recovery-image] Aug 17 23:47:43.488 INFO O| Aug 17 23:47:43.488 INFO O| Finalize: Updating package cache ... Done
48852026-08-17T23:47:44.655Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO STEP 14 (pkg_install) COMPLETE
48862026-08-17T23:47:44.655Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48872026-08-17T23:47:44.655Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO skip step because feature "mbist" is not enabled
48882026-08-17T23:47:44.658Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48892026-08-17T23:47:44.659Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO skip step because feature "mfg" is not enabled
48902026-08-17T23:47:44.659Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48912026-08-17T23:47:44.659Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO skip step because feature "compliance" is not enabled
48922026-08-17T23:47:44.659Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48932026-08-17T23:47:44.659Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO skip step because feature "stress" is not enabled
48942026-08-17T23:47:44.659Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48952026-08-17T23:47:44.659Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO skip step because feature "compliance" is not enabled
48962026-08-17T23:47:44.659Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48972026-08-17T23:47:44.659Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO skip step because feature "nfs" is not enabled
48982026-08-17T23:47:44.659Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
48992026-08-17T23:47:44.659Z[ recovery-image] Aug 17 23:47:43.751 INFO O| Aug 17 23:47:43.751 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49002026-08-17T23:47:44.732Z[verify-libraries] Compiling poly1305 v0.9.0
49012026-08-17T23:47:44.822Z[ recovery-image] Aug 17 23:47:43.918 INFO O| Aug 17 23:47:43.918 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49022026-08-17T23:47:44.947Z[ recovery-image] Aug 17 23:47:44.041 INFO O| Aug 17 23:47:44.040 INFO completed processing sled/ramdisk-01-os
49032026-08-17T23:47:44.951Z[ recovery-image] Aug 17 23:47:44.043 INFO image builder template: ramdisk-02-trim...
49042026-08-17T23:47:44.951Z[ recovery-image] Aug 17 23:47:44.043 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/.tmp7mjUtC/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49052026-08-17T23:47:44.969Z[ recovery-image] Aug 17 23:47:44.066 INFO O| Aug 17 23:47:44.065 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49062026-08-17T23:47:44.974Z[ recovery-image] Aug 17 23:47:44.071 INFO O| Aug 17 23:47:44.071 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49072026-08-17T23:47:45.073Z[ recovery-image] Aug 17 23:47:44.168 INFO O| Aug 17 23:47:44.168 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49082026-08-17T23:47:45.163Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49092026-08-17T23:47:45.166Z[ recovery-image] Aug 17 23:47:44.260 INFO O| Aug 17 23:47:44.260 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49102026-08-17T23:47:45.166Z[ recovery-image] Aug 17 23:47:44.260 INFO O| Aug 17 23:47:44.260 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49112026-08-17T23:47:45.170Z[ recovery-image] Aug 17 23:47:44.266 INFO O| Aug 17 23:47:44.266 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49122026-08-17T23:47:45.174Z[ recovery-image] Aug 17 23:47:44.271 INFO O| Aug 17 23:47:44.270 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49132026-08-17T23:47:45.180Z[ recovery-image] Aug 17 23:47:44.276 INFO O| Aug 17 23:47:44.276 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49142026-08-17T23:47:45.248Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49152026-08-17T23:47:45.331Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49162026-08-17T23:47:45.504Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49172026-08-17T23:47:45.584Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49182026-08-17T23:47:45.759Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49192026-08-17T23:47:45.788Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49202026-08-17T23:47:45.834Z[ recovery-image] Aug 17 23:47:44.931 INFO O| Aug 17 23:47:44.930 INFO rolled back to input snapshot; work may begin
49212026-08-17T23:47:45.834Z[ recovery-image] Aug 17 23:47:44.931 INFO O| Aug 17 23:47:44.930 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49222026-08-17T23:47:45.839Z[ recovery-image] Aug 17 23:47:44.935 INFO O| Aug 17 23:47:44.935 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49232026-08-17T23:47:45.849Z[ recovery-image] Aug 17 23:47:44.945 INFO O| Aug 17 23:47:44.945 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49242026-08-17T23:47:45.858Z[verify-libraries] Compiling blowfish v0.10.0
49252026-08-17T23:47:45.878Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49262026-08-17T23:47:45.893Z[ recovery-image] Aug 17 23:47:44.989 INFO O| Aug 17 23:47:44.989 INFO STEP 0 (remove_files) COMPLETE
49272026-08-17T23:47:45.893Z[ recovery-image] Aug 17 23:47:44.989 INFO O| Aug 17 23:47:44.989 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49282026-08-17T23:47:45.902Z[ recovery-image] Aug 17 23:47:44.998 INFO O| Aug 17 23:47:44.998 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49292026-08-17T23:47:45.905Z[ recovery-image] Aug 17 23:47:45.000 INFO O| Aug 17 23:47:45.000 INFO STEP 1 (remove_files) COMPLETE
49302026-08-17T23:47:45.905Z[ recovery-image] Aug 17 23:47:45.000 INFO O| Aug 17 23:47:45.000 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49312026-08-17T23:47:45.913Z[ recovery-image] Aug 17 23:47:45.010 INFO O| Aug 17 23:47:45.009 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49322026-08-17T23:47:45.927Z[ recovery-image] Aug 17 23:47:45.023 INFO O| Aug 17 23:47:45.023 INFO STEP 2 (remove_files) COMPLETE
49332026-08-17T23:47:45.927Z[ recovery-image] Aug 17 23:47:45.023 INFO O| Aug 17 23:47:45.023 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49342026-08-17T23:47:45.935Z[verify-libraries] Compiling petname v2.0.2
49352026-08-17T23:47:45.939Z[ recovery-image] Aug 17 23:47:45.034 INFO O| Aug 17 23:47:45.034 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49362026-08-17T23:47:45.942Z[ recovery-image] Aug 17 23:47:45.036 INFO O| Aug 17 23:47:45.035 INFO STEP 3 (remove_files) COMPLETE
49372026-08-17T23:47:45.943Z[ recovery-image] Aug 17 23:47:45.036 INFO O| Aug 17 23:47:45.035 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49382026-08-17T23:47:45.955Z[ recovery-image] Aug 17 23:47:45.051 INFO O| Aug 17 23:47:45.051 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49392026-08-17T23:47:45.958Z[ recovery-image] Aug 17 23:47:45.054 INFO O| Aug 17 23:47:45.054 INFO STEP 4 (remove_files) COMPLETE
49402026-08-17T23:47:45.958Z[ recovery-image] Aug 17 23:47:45.054 INFO O| Aug 17 23:47:45.054 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49412026-08-17T23:47:45.971Z[ recovery-image] Aug 17 23:47:45.067 INFO O| Aug 17 23:47:45.067 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49422026-08-17T23:47:45.971Z[ recovery-image] Aug 17 23:47:45.067 INFO O| Aug 17 23:47:45.067 INFO STEP 5 (remove_files) COMPLETE
49432026-08-17T23:47:45.971Z[ recovery-image] Aug 17 23:47:45.067 INFO O| Aug 17 23:47:45.067 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49442026-08-17T23:47:45.980Z[ recovery-image] Aug 17 23:47:45.076 INFO O| Aug 17 23:47:45.076 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49452026-08-17T23:47:45.993Z[ recovery-image] Aug 17 23:47:45.089 INFO O| Aug 17 23:47:45.089 INFO STEP 6 (remove_files) COMPLETE
49462026-08-17T23:47:45.993Z[ recovery-image] Aug 17 23:47:45.089 INFO O| Aug 17 23:47:45.089 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49472026-08-17T23:47:45.993Z[ recovery-image] Aug 17 23:47:45.089 INFO O| Aug 17 23:47:45.089 INFO skip step because feature "heliosv2" is not enabled
49482026-08-17T23:47:45.996Z[ recovery-image] Aug 17 23:47:45.089 INFO O| Aug 17 23:47:45.089 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49492026-08-17T23:47:45.996Z[ recovery-image] Aug 17 23:47:45.089 INFO O| Aug 17 23:47:45.089 INFO skip step because feature "recovery" is enabled
49502026-08-17T23:47:45.996Z[ recovery-image] Aug 17 23:47:45.089 INFO O| Aug 17 23:47:45.089 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49512026-08-17T23:47:45.996Z[ recovery-image] Aug 17 23:47:45.089 INFO O| Aug 17 23:47:45.089 INFO skip step because feature "recovery" is enabled
49522026-08-17T23:47:45.996Z[ recovery-image] Aug 17 23:47:45.089 INFO O| Aug 17 23:47:45.089 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49532026-08-17T23:47:45.996Z[ recovery-image] Aug 17 23:47:45.089 INFO O| Aug 17 23:47:45.089 INFO skip step because feature "recovery" is enabled
49542026-08-17T23:47:45.996Z[ recovery-image] Aug 17 23:47:45.089 INFO O| Aug 17 23:47:45.089 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49552026-08-17T23:47:46.003Z[ recovery-image] Aug 17 23:47:45.099 INFO O| Aug 17 23:47:45.099 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49562026-08-17T23:47:46.006Z[ recovery-image] Aug 17 23:47:45.102 INFO O| Aug 17 23:47:45.102 INFO STEP 11 (remove_files) COMPLETE
49572026-08-17T23:47:46.007Z[ recovery-image] Aug 17 23:47:45.102 INFO O| Aug 17 23:47:45.102 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49582026-08-17T23:47:46.017Z[ recovery-image] Aug 17 23:47:45.113 INFO O| Aug 17 23:47:45.113 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49592026-08-17T23:47:46.020Z[ recovery-image] Aug 17 23:47:45.114 INFO O| Aug 17 23:47:45.114 INFO STEP 12 (remove_files) COMPLETE
49602026-08-17T23:47:46.020Z[ recovery-image] Aug 17 23:47:45.114 INFO O| Aug 17 23:47:45.114 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49612026-08-17T23:47:46.028Z[ recovery-image] Aug 17 23:47:45.124 INFO O| Aug 17 23:47:45.124 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49622026-08-17T23:47:46.031Z[ recovery-image] Aug 17 23:47:45.125 INFO O| Aug 17 23:47:45.125 INFO STEP 13 (remove_files) COMPLETE
49632026-08-17T23:47:46.031Z[ recovery-image] Aug 17 23:47:45.125 INFO O| Aug 17 23:47:45.125 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49642026-08-17T23:47:46.047Z[ recovery-image] Aug 17 23:47:45.143 INFO O| Aug 17 23:47:45.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
49652026-08-17T23:47:46.047Z[ recovery-image] Aug 17 23:47:45.143 INFO O| Aug 17 23:47:45.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
49662026-08-17T23:47:46.099Z[verify-libraries] Compiling arrayvec v0.7.6
49672026-08-17T23:47:46.158Z[verify-libraries] Compiling constant_time_eq v0.4.2
49682026-08-17T23:47:46.167Z[ recovery-image] Aug 17 23:47:45.261 INFO O| Aug 17 23:47:45.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
49692026-08-17T23:47:46.170Z[ recovery-image] Aug 17 23:47:45.263 INFO O| Aug 17 23:47:45.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
49702026-08-17T23:47:46.216Z[verify-libraries] Compiling arrayref v0.3.9
49712026-08-17T23:47:46.219Z[ recovery-image] Aug 17 23:47:45.315 INFO O| Aug 17 23:47:45.315 INFO STEP 14 (remove_files) COMPLETE
49722026-08-17T23:47:46.219Z[ recovery-image] Aug 17 23:47:45.315 INFO O| Aug 17 23:47:45.315 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49732026-08-17T23:47:46.233Z[ recovery-image] Aug 17 23:47:45.329 INFO O| Aug 17 23:47:45.329 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
49742026-08-17T23:47:46.236Z[ recovery-image] Aug 17 23:47:45.330 INFO O| Aug 17 23:47:45.330 INFO STEP 15 (remove_files) COMPLETE
49752026-08-17T23:47:46.236Z[ recovery-image] Aug 17 23:47:45.330 INFO O| Aug 17 23:47:45.330 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49762026-08-17T23:47:46.278Z[ recovery-image] Aug 17 23:47:45.339 INFO O| Aug 17 23:47:45.339 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
49772026-08-17T23:47:46.278Z[ recovery-image] Aug 17 23:47:45.345 INFO O| Aug 17 23:47:45.345 INFO STEP 16 (remove_files) COMPLETE
49782026-08-17T23:47:46.278Z[ recovery-image] Aug 17 23:47:45.345 INFO O| Aug 17 23:47:45.345 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49792026-08-17T23:47:46.278Z[ recovery-image] Aug 17 23:47:45.355 INFO O| Aug 17 23:47:45.355 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
49802026-08-17T23:47:46.278Z[ recovery-image] Aug 17 23:47:45.355 INFO O| Aug 17 23:47:45.355 INFO STEP 17 (remove_files) COMPLETE
49812026-08-17T23:47:46.279Z[ recovery-image] Aug 17 23:47:45.355 INFO O| Aug 17 23:47:45.355 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49822026-08-17T23:47:46.279Z[ recovery-image] Aug 17 23:47:45.366 INFO O| Aug 17 23:47:45.366 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
49832026-08-17T23:47:46.279Z[ recovery-image] Aug 17 23:47:45.367 INFO O| Aug 17 23:47:45.367 INFO STEP 18 (remove_files) COMPLETE
49842026-08-17T23:47:46.279Z[ recovery-image] Aug 17 23:47:45.367 INFO O| Aug 17 23:47:45.367 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49852026-08-17T23:47:46.304Z[ recovery-image] Aug 17 23:47:45.400 INFO O| Aug 17 23:47:45.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
49862026-08-17T23:47:46.305Z[ recovery-image] Aug 17 23:47:45.400 INFO O| Aug 17 23:47:45.400 INFO STEP 19 (remove_files) COMPLETE
49872026-08-17T23:47:46.305Z[ recovery-image] Aug 17 23:47:45.400 INFO O| Aug 17 23:47:45.400 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49882026-08-17T23:47:46.314Z[ recovery-image] Aug 17 23:47:45.410 INFO O| Aug 17 23:47:45.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
49892026-08-17T23:47:46.314Z[ recovery-image] Aug 17 23:47:45.410 INFO O| Aug 17 23:47:45.410 INFO STEP 20 (remove_files) COMPLETE
49902026-08-17T23:47:46.314Z[ recovery-image] Aug 17 23:47:45.410 INFO O| Aug 17 23:47:45.410 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-08-17T23:47:46.328Z[ recovery-image] Aug 17 23:47:45.420 INFO O| Aug 17 23:47:45.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
49922026-08-17T23:47:46.328Z[ recovery-image] Aug 17 23:47:45.420 INFO O| Aug 17 23:47:45.420 INFO STEP 21 (remove_files) COMPLETE
49932026-08-17T23:47:46.328Z[ recovery-image] Aug 17 23:47:45.420 INFO O| Aug 17 23:47:45.420 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-08-17T23:47:46.336Z[ recovery-image] Aug 17 23:47:45.429 INFO O| Aug 17 23:47:45.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
49952026-08-17T23:47:46.336Z[ recovery-image] Aug 17 23:47:45.429 INFO O| Aug 17 23:47:45.429 INFO STEP 22 (remove_files) COMPLETE
49962026-08-17T23:47:46.336Z[ recovery-image] Aug 17 23:47:45.429 INFO O| Aug 17 23:47:45.429 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-08-17T23:47:46.343Z[ recovery-image] Aug 17 23:47:45.439 INFO O| Aug 17 23:47:45.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
49982026-08-17T23:47:46.343Z[ recovery-image] Aug 17 23:47:45.439 INFO O| Aug 17 23:47:45.439 INFO STEP 23 (remove_files) COMPLETE
49992026-08-17T23:47:46.346Z[ recovery-image] Aug 17 23:47:45.439 INFO O| Aug 17 23:47:45.439 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50002026-08-17T23:47:46.361Z[ recovery-image] Aug 17 23:47:45.457 INFO O| Aug 17 23:47:45.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50012026-08-17T23:47:46.361Z[ recovery-image] Aug 17 23:47:45.457 INFO O| Aug 17 23:47:45.457 INFO STEP 24 (remove_files) COMPLETE
50022026-08-17T23:47:46.361Z[ recovery-image] Aug 17 23:47:45.457 INFO O| Aug 17 23:47:45.457 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-17T23:47:46.372Z[ recovery-image] Aug 17 23:47:45.468 INFO O| Aug 17 23:47:45.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50042026-08-17T23:47:46.372Z[ recovery-image] Aug 17 23:47:45.468 INFO O| Aug 17 23:47:45.468 INFO STEP 25 (remove_files) COMPLETE
50052026-08-17T23:47:46.372Z[ recovery-image] Aug 17 23:47:45.469 INFO O| Aug 17 23:47:45.468 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50062026-08-17T23:47:46.389Z[ recovery-image] Aug 17 23:47:45.483 INFO O| Aug 17 23:47:45.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50072026-08-17T23:47:46.389Z[ recovery-image] Aug 17 23:47:45.483 INFO O| Aug 17 23:47:45.483 INFO STEP 26 (remove_files) COMPLETE
50082026-08-17T23:47:46.389Z[ recovery-image] Aug 17 23:47:45.483 INFO O| Aug 17 23:47:45.483 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-17T23:47:46.395Z[ recovery-image] Aug 17 23:47:45.491 INFO O| Aug 17 23:47:45.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50102026-08-17T23:47:46.395Z[ recovery-image] Aug 17 23:47:45.491 INFO O| Aug 17 23:47:45.491 INFO STEP 27 (remove_files) COMPLETE
50112026-08-17T23:47:46.395Z[ recovery-image] Aug 17 23:47:45.491 INFO O| Aug 17 23:47:45.491 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-17T23:47:46.411Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
50132026-08-17T23:47:46.417Z[ recovery-image] Aug 17 23:47:45.513 INFO O| Aug 17 23:47:45.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50142026-08-17T23:47:46.417Z[ recovery-image] Aug 17 23:47:45.513 INFO O| Aug 17 23:47:45.513 INFO STEP 28 (remove_files) COMPLETE
50152026-08-17T23:47:46.420Z[ recovery-image] Aug 17 23:47:45.513 INFO O| Aug 17 23:47:45.513 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-08-17T23:47:46.428Z[ recovery-image] Aug 17 23:47:45.524 INFO O| Aug 17 23:47:45.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50172026-08-17T23:47:46.428Z[ recovery-image] Aug 17 23:47:45.524 INFO O| Aug 17 23:47:45.524 INFO STEP 29 (remove_files) COMPLETE
50182026-08-17T23:47:46.433Z[ recovery-image] Aug 17 23:47:45.524 INFO O| Aug 17 23:47:45.524 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-08-17T23:47:46.439Z[ recovery-image] Aug 17 23:47:45.533 INFO O| Aug 17 23:47:45.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50202026-08-17T23:47:46.439Z[ recovery-image] Aug 17 23:47:45.533 INFO O| Aug 17 23:47:45.533 INFO STEP 30 (remove_files) COMPLETE
50212026-08-17T23:47:46.439Z[ recovery-image] Aug 17 23:47:45.533 INFO O| Aug 17 23:47:45.533 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-17T23:47:46.447Z[ recovery-image] Aug 17 23:47:45.542 INFO O| Aug 17 23:47:45.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50232026-08-17T23:47:46.447Z[ recovery-image] Aug 17 23:47:45.542 INFO O| Aug 17 23:47:45.542 INFO STEP 31 (remove_files) COMPLETE
50242026-08-17T23:47:46.454Z[ recovery-image] Aug 17 23:47:45.542 INFO O| Aug 17 23:47:45.542 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-17T23:47:46.477Z[ recovery-image] Aug 17 23:47:45.573 INFO O| Aug 17 23:47:45.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50262026-08-17T23:47:46.477Z[ recovery-image] Aug 17 23:47:45.573 INFO O| Aug 17 23:47:45.573 INFO STEP 32 (remove_files) COMPLETE
50272026-08-17T23:47:46.477Z[ recovery-image] Aug 17 23:47:45.573 INFO O| Aug 17 23:47:45.573 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-17T23:47:46.488Z[ recovery-image] Aug 17 23:47:45.584 INFO O| Aug 17 23:47:45.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50292026-08-17T23:47:46.488Z[ recovery-image] Aug 17 23:47:45.584 INFO O| Aug 17 23:47:45.584 INFO STEP 33 (remove_files) COMPLETE
50302026-08-17T23:47:46.488Z[ recovery-image] Aug 17 23:47:45.584 INFO O| Aug 17 23:47:45.584 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-17T23:47:46.501Z[ recovery-image] Aug 17 23:47:45.597 INFO O| Aug 17 23:47:45.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50322026-08-17T23:47:46.501Z[ recovery-image] Aug 17 23:47:45.597 INFO O| Aug 17 23:47:45.597 INFO STEP 34 (remove_files) COMPLETE
50332026-08-17T23:47:46.501Z[ recovery-image] Aug 17 23:47:45.597 INFO O| Aug 17 23:47:45.597 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-08-17T23:47:46.535Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
50352026-08-17T23:47:46.539Z[ recovery-image] Aug 17 23:47:45.634 INFO O| Aug 17 23:47:45.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50362026-08-17T23:47:46.539Z[ recovery-image] Aug 17 23:47:45.634 INFO O| Aug 17 23:47:45.634 INFO STEP 35 (remove_files) COMPLETE
50372026-08-17T23:47:46.539Z[ recovery-image] Aug 17 23:47:45.634 INFO O| Aug 17 23:47:45.634 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-17T23:47:46.548Z[ recovery-image] Aug 17 23:47:45.644 INFO O| Aug 17 23:47:45.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50392026-08-17T23:47:46.548Z[ recovery-image] Aug 17 23:47:45.644 INFO O| Aug 17 23:47:45.644 INFO STEP 36 (remove_files) COMPLETE
50402026-08-17T23:47:46.552Z[ recovery-image] Aug 17 23:47:45.644 INFO O| Aug 17 23:47:45.644 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-17T23:47:46.558Z[ recovery-image] Aug 17 23:47:45.654 INFO O| Aug 17 23:47:45.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50422026-08-17T23:47:46.558Z[ recovery-image] Aug 17 23:47:45.654 INFO O| Aug 17 23:47:45.654 INFO STEP 37 (remove_files) COMPLETE
50432026-08-17T23:47:46.558Z[ recovery-image] Aug 17 23:47:45.654 INFO O| Aug 17 23:47:45.654 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-17T23:47:46.567Z[ recovery-image] Aug 17 23:47:45.663 INFO O| Aug 17 23:47:45.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50452026-08-17T23:47:46.567Z[ recovery-image] Aug 17 23:47:45.664 INFO O| Aug 17 23:47:45.664 INFO STEP 38 (remove_files) COMPLETE
50462026-08-17T23:47:46.571Z[ recovery-image] Aug 17 23:47:45.664 INFO O| Aug 17 23:47:45.664 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-17T23:47:46.576Z[ recovery-image] Aug 17 23:47:45.672 INFO O| Aug 17 23:47:45.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50482026-08-17T23:47:46.576Z[ recovery-image] Aug 17 23:47:45.672 INFO O| Aug 17 23:47:45.672 INFO STEP 39 (remove_files) COMPLETE
50492026-08-17T23:47:46.580Z[ recovery-image] Aug 17 23:47:45.672 INFO O| Aug 17 23:47:45.672 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-17T23:47:46.584Z[ recovery-image] Aug 17 23:47:45.680 INFO O| Aug 17 23:47:45.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50512026-08-17T23:47:46.584Z[ recovery-image] Aug 17 23:47:45.680 INFO O| Aug 17 23:47:45.680 INFO STEP 40 (remove_files) COMPLETE
50522026-08-17T23:47:46.588Z[ recovery-image] Aug 17 23:47:45.680 INFO O| Aug 17 23:47:45.680 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-17T23:47:46.592Z[ recovery-image] Aug 17 23:47:45.688 INFO O| Aug 17 23:47:45.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50542026-08-17T23:47:46.592Z[ recovery-image] Aug 17 23:47:45.688 INFO O| Aug 17 23:47:45.688 INFO STEP 41 (remove_files) COMPLETE
50552026-08-17T23:47:46.592Z[ recovery-image] Aug 17 23:47:45.688 INFO O| Aug 17 23:47:45.688 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-17T23:47:46.599Z[ recovery-image] Aug 17 23:47:45.696 INFO O| Aug 17 23:47:45.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50572026-08-17T23:47:46.599Z[ recovery-image] Aug 17 23:47:45.696 INFO O| Aug 17 23:47:45.696 INFO STEP 42 (remove_files) COMPLETE
50582026-08-17T23:47:46.599Z[ recovery-image] Aug 17 23:47:45.696 INFO O| Aug 17 23:47:45.696 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-17T23:47:46.607Z[ recovery-image] Aug 17 23:47:45.703 INFO O| Aug 17 23:47:45.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50602026-08-17T23:47:46.607Z[ recovery-image] Aug 17 23:47:45.703 INFO O| Aug 17 23:47:45.703 INFO STEP 43 (remove_files) COMPLETE
50612026-08-17T23:47:46.611Z[ recovery-image] Aug 17 23:47:45.703 INFO O| Aug 17 23:47:45.703 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-17T23:47:46.616Z[ recovery-image] Aug 17 23:47:45.711 INFO O| Aug 17 23:47:45.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50632026-08-17T23:47:46.616Z[ recovery-image] Aug 17 23:47:45.711 INFO O| Aug 17 23:47:45.711 INFO STEP 44 (remove_files) COMPLETE
50642026-08-17T23:47:46.616Z[ recovery-image] Aug 17 23:47:45.711 INFO O| Aug 17 23:47:45.711 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-17T23:47:46.626Z[ recovery-image] Aug 17 23:47:45.720 INFO O| Aug 17 23:47:45.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50662026-08-17T23:47:46.626Z[ recovery-image] Aug 17 23:47:45.721 INFO O| Aug 17 23:47:45.720 INFO STEP 45 (remove_files) COMPLETE
50672026-08-17T23:47:46.626Z[ recovery-image] Aug 17 23:47:45.721 INFO O| Aug 17 23:47:45.720 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-17T23:47:46.631Z[ recovery-image] Aug 17 23:47:45.727 INFO O| Aug 17 23:47:45.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
50692026-08-17T23:47:46.631Z[ recovery-image] Aug 17 23:47:45.727 INFO O| Aug 17 23:47:45.727 INFO STEP 46 (remove_files) COMPLETE
50702026-08-17T23:47:46.635Z[ recovery-image] Aug 17 23:47:45.727 INFO O| Aug 17 23:47:45.727 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-17T23:47:46.639Z[ recovery-image] Aug 17 23:47:45.735 INFO O| Aug 17 23:47:45.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
50722026-08-17T23:47:46.639Z[ recovery-image] Aug 17 23:47:45.735 INFO O| Aug 17 23:47:45.735 INFO STEP 47 (remove_files) COMPLETE
50732026-08-17T23:47:46.643Z[ recovery-image] Aug 17 23:47:45.735 INFO O| Aug 17 23:47:45.735 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-17T23:47:46.648Z[ recovery-image] Aug 17 23:47:45.743 INFO O| Aug 17 23:47:45.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
50752026-08-17T23:47:46.648Z[ recovery-image] Aug 17 23:47:45.744 INFO O| Aug 17 23:47:45.743 INFO STEP 48 (remove_files) COMPLETE
50762026-08-17T23:47:46.648Z[ recovery-image] Aug 17 23:47:45.744 INFO O| Aug 17 23:47:45.744 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-17T23:47:46.657Z[ recovery-image] Aug 17 23:47:45.753 INFO O| Aug 17 23:47:45.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
50782026-08-17T23:47:46.657Z[ recovery-image] Aug 17 23:47:45.753 INFO O| Aug 17 23:47:45.753 INFO STEP 49 (remove_files) COMPLETE
50792026-08-17T23:47:46.661Z[ recovery-image] Aug 17 23:47:45.753 INFO O| Aug 17 23:47:45.753 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-17T23:47:46.667Z[ recovery-image] Aug 17 23:47:45.763 INFO O| Aug 17 23:47:45.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
50812026-08-17T23:47:46.667Z[ recovery-image] Aug 17 23:47:45.763 INFO O| Aug 17 23:47:45.763 INFO STEP 50 (remove_files) COMPLETE
50822026-08-17T23:47:46.667Z[ recovery-image] Aug 17 23:47:45.763 INFO O| Aug 17 23:47:45.763 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-17T23:47:46.676Z[ recovery-image] Aug 17 23:47:45.772 INFO O| Aug 17 23:47:45.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
50842026-08-17T23:47:46.676Z[ recovery-image] Aug 17 23:47:45.772 INFO O| Aug 17 23:47:45.772 INFO STEP 51 (remove_files) COMPLETE
50852026-08-17T23:47:46.679Z[ recovery-image] Aug 17 23:47:45.772 INFO O| Aug 17 23:47:45.772 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-17T23:47:46.685Z[ recovery-image] Aug 17 23:47:45.781 INFO O| Aug 17 23:47:45.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
50872026-08-17T23:47:46.685Z[ recovery-image] Aug 17 23:47:45.782 INFO O| Aug 17 23:47:45.782 INFO STEP 52 (remove_files) COMPLETE
50882026-08-17T23:47:46.689Z[ recovery-image] Aug 17 23:47:45.782 INFO O| Aug 17 23:47:45.782 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-17T23:47:46.694Z[ recovery-image] Aug 17 23:47:45.790 INFO O| Aug 17 23:47:45.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
50902026-08-17T23:47:46.694Z[ recovery-image] Aug 17 23:47:45.790 INFO O| Aug 17 23:47:45.790 INFO STEP 53 (remove_files) COMPLETE
50912026-08-17T23:47:46.697Z[ recovery-image] Aug 17 23:47:45.790 INFO O| Aug 17 23:47:45.790 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-17T23:47:46.702Z[ recovery-image] Aug 17 23:47:45.798 INFO O| Aug 17 23:47:45.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
50932026-08-17T23:47:46.702Z[ recovery-image] Aug 17 23:47:45.798 INFO O| Aug 17 23:47:45.798 INFO STEP 54 (remove_files) COMPLETE
50942026-08-17T23:47:46.702Z[ recovery-image] Aug 17 23:47:45.798 INFO O| Aug 17 23:47:45.798 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-17T23:47:46.710Z[ recovery-image] Aug 17 23:47:45.807 INFO O| Aug 17 23:47:45.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
50962026-08-17T23:47:46.710Z[ recovery-image] Aug 17 23:47:45.807 INFO O| Aug 17 23:47:45.807 INFO STEP 55 (remove_files) COMPLETE
50972026-08-17T23:47:46.714Z[ recovery-image] Aug 17 23:47:45.807 INFO O| Aug 17 23:47:45.807 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-17T23:47:46.719Z[ recovery-image] Aug 17 23:47:45.815 INFO O| Aug 17 23:47:45.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
50992026-08-17T23:47:46.719Z[ recovery-image] Aug 17 23:47:45.815 INFO O| Aug 17 23:47:45.815 INFO STEP 56 (remove_files) COMPLETE
51002026-08-17T23:47:46.719Z[ recovery-image] Aug 17 23:47:45.815 INFO O| Aug 17 23:47:45.815 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-17T23:47:46.728Z[ recovery-image] Aug 17 23:47:45.824 INFO O| Aug 17 23:47:45.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51022026-08-17T23:47:46.728Z[ recovery-image] Aug 17 23:47:45.824 INFO O| Aug 17 23:47:45.824 INFO STEP 57 (remove_files) COMPLETE
51032026-08-17T23:47:46.728Z[ recovery-image] Aug 17 23:47:45.824 INFO O| Aug 17 23:47:45.824 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-17T23:47:46.738Z[ recovery-image] Aug 17 23:47:45.833 INFO O| Aug 17 23:47:45.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51052026-08-17T23:47:46.738Z[ recovery-image] Aug 17 23:47:45.833 INFO O| Aug 17 23:47:45.833 INFO STEP 58 (remove_files) COMPLETE
51062026-08-17T23:47:46.742Z[ recovery-image] Aug 17 23:47:45.833 INFO O| Aug 17 23:47:45.833 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-17T23:47:46.742Z[verify-libraries] Compiling ssh-cipher v0.3.0
51082026-08-17T23:47:46.746Z[ recovery-image] Aug 17 23:47:45.842 INFO O| Aug 17 23:47:45.842 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51092026-08-17T23:47:46.746Z[ recovery-image] Aug 17 23:47:45.842 INFO O| Aug 17 23:47:45.842 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51102026-08-17T23:47:46.750Z[ recovery-image] Aug 17 23:47:45.843 INFO O| Aug 17 23:47:45.843 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51112026-08-17T23:47:46.750Z[ recovery-image] Aug 17 23:47:45.843 INFO O| Aug 17 23:47:45.843 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51122026-08-17T23:47:46.750Z[ recovery-image] Aug 17 23:47:45.843 INFO O| Aug 17 23:47:45.843 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51132026-08-17T23:47:46.750Z[ recovery-image] Aug 17 23:47:45.843 INFO O| Aug 17 23:47:45.843 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51142026-08-17T23:47:46.750Z[ recovery-image] Aug 17 23:47:45.843 INFO O| Aug 17 23:47:45.843 INFO ok!
51152026-08-17T23:47:46.750Z[ recovery-image] Aug 17 23:47:45.843 INFO O| Aug 17 23:47:45.843 INFO STEP 59 (ensure_file) COMPLETE
51162026-08-17T23:47:46.750Z[ recovery-image] Aug 17 23:47:45.843 INFO O| Aug 17 23:47:45.843 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-17T23:47:46.755Z[ recovery-image] Aug 17 23:47:45.851 INFO O| Aug 17 23:47:45.851 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51182026-08-17T23:47:46.755Z[ recovery-image] Aug 17 23:47:45.851 INFO O| Aug 17 23:47:45.851 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51192026-08-17T23:47:46.759Z[ recovery-image] Aug 17 23:47:45.851 INFO O| Aug 17 23:47:45.851 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51202026-08-17T23:47:46.759Z[ recovery-image] Aug 17 23:47:45.851 INFO O| Aug 17 23:47:45.851 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51212026-08-17T23:47:46.759Z[ recovery-image] Aug 17 23:47:45.851 INFO O| Aug 17 23:47:45.851 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51222026-08-17T23:47:46.759Z[ recovery-image] Aug 17 23:47:45.851 INFO O| Aug 17 23:47:45.851 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51232026-08-17T23:47:46.760Z[ recovery-image] Aug 17 23:47:45.851 INFO O| Aug 17 23:47:45.851 INFO ok!
51242026-08-17T23:47:46.760Z[ recovery-image] Aug 17 23:47:45.851 INFO O| Aug 17 23:47:45.851 INFO STEP 60 (ensure_file) COMPLETE
51252026-08-17T23:47:46.760Z[ recovery-image] Aug 17 23:47:45.851 INFO O| Aug 17 23:47:45.851 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-17T23:47:46.763Z[verify-libraries] Compiling rsa v0.10.0-rc.18
51272026-08-17T23:47:46.767Z[ recovery-image] Aug 17 23:47:45.862 INFO O| Aug 17 23:47:45.862 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51282026-08-17T23:47:46.767Z[ recovery-image] Aug 17 23:47:45.862 INFO O| Aug 17 23:47:45.862 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51292026-08-17T23:47:46.767Z[ recovery-image] Aug 17 23:47:45.862 INFO O| Aug 17 23:47:45.862 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51302026-08-17T23:47:46.767Z[ recovery-image] Aug 17 23:47:45.862 INFO O| Aug 17 23:47:45.862 INFO ok!
51312026-08-17T23:47:46.767Z[ recovery-image] Aug 17 23:47:45.862 INFO O| Aug 17 23:47:45.862 INFO STEP 61 (ensure_file) COMPLETE
51322026-08-17T23:47:46.767Z[ recovery-image] Aug 17 23:47:45.862 INFO O| Aug 17 23:47:45.862 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-17T23:47:46.773Z[ recovery-image] Aug 17 23:47:45.869 INFO O| Aug 17 23:47:45.869 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51342026-08-17T23:47:46.773Z[ recovery-image] Aug 17 23:47:45.869 INFO O| Aug 17 23:47:45.869 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51352026-08-17T23:47:46.776Z[ recovery-image] Aug 17 23:47:45.869 INFO O| Aug 17 23:47:45.869 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51362026-08-17T23:47:46.776Z[ recovery-image] Aug 17 23:47:45.869 INFO O| Aug 17 23:47:45.869 INFO ok!
51372026-08-17T23:47:46.776Z[ recovery-image] Aug 17 23:47:45.869 INFO O| Aug 17 23:47:45.869 INFO STEP 62 (ensure_file) COMPLETE
51382026-08-17T23:47:46.776Z[ recovery-image] Aug 17 23:47:45.869 INFO O| Aug 17 23:47:45.869 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-08-17T23:47:46.781Z[ recovery-image] Aug 17 23:47:45.877 INFO O| Aug 17 23:47:45.877 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51402026-08-17T23:47:46.781Z[ recovery-image] Aug 17 23:47:45.877 INFO O| Aug 17 23:47:45.877 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51412026-08-17T23:47:46.781Z[ recovery-image] Aug 17 23:47:45.877 INFO O| Aug 17 23:47:45.877 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51422026-08-17T23:47:46.784Z[ recovery-image] Aug 17 23:47:45.877 INFO O| Aug 17 23:47:45.877 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51432026-08-17T23:47:46.784Z[ recovery-image] Aug 17 23:47:45.877 INFO O| Aug 17 23:47:45.877 INFO ok!
51442026-08-17T23:47:46.784Z[ recovery-image] Aug 17 23:47:45.877 INFO O| Aug 17 23:47:45.877 INFO STEP 63 (ensure_file) COMPLETE
51452026-08-17T23:47:46.784Z[ recovery-image] Aug 17 23:47:45.877 INFO O| Aug 17 23:47:45.877 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-17T23:47:46.790Z[ recovery-image] Aug 17 23:47:45.886 INFO O| Aug 17 23:47:45.886 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51472026-08-17T23:47:46.790Z[ recovery-image] Aug 17 23:47:45.886 INFO O| Aug 17 23:47:45.886 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51482026-08-17T23:47:46.793Z[ recovery-image] Aug 17 23:47:45.886 INFO O| Aug 17 23:47:45.886 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51492026-08-17T23:47:46.793Z[ recovery-image] Aug 17 23:47:45.886 INFO O| Aug 17 23:47:45.886 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51502026-08-17T23:47:46.793Z[ recovery-image] Aug 17 23:47:45.886 INFO O| Aug 17 23:47:45.886 INFO ok!
51512026-08-17T23:47:46.793Z[ recovery-image] Aug 17 23:47:45.886 INFO O| Aug 17 23:47:45.886 INFO STEP 64 (ensure_file) COMPLETE
51522026-08-17T23:47:46.793Z[ recovery-image] Aug 17 23:47:45.886 INFO O| Aug 17 23:47:45.886 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-08-17T23:47:46.806Z[ recovery-image] Aug 17 23:47:45.895 INFO O| Aug 17 23:47:45.895 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51542026-08-17T23:47:46.806Z[ recovery-image] Aug 17 23:47:45.895 INFO O| Aug 17 23:47:45.895 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51552026-08-17T23:47:46.806Z[ recovery-image] Aug 17 23:47:45.895 INFO O| Aug 17 23:47:45.895 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51562026-08-17T23:47:46.806Z[ recovery-image] Aug 17 23:47:45.895 INFO O| Aug 17 23:47:45.895 INFO ok!
51572026-08-17T23:47:46.810Z[ recovery-image] Aug 17 23:47:45.895 INFO O| Aug 17 23:47:45.895 INFO STEP 65 (assemble_files) COMPLETE
51582026-08-17T23:47:46.810Z[ recovery-image] Aug 17 23:47:45.895 INFO O| Aug 17 23:47:45.895 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51592026-08-17T23:47:46.810Z[verify-libraries] Compiling ed25519-dalek v3.0.0
51602026-08-17T23:47:46.810Z[ recovery-image] Aug 17 23:47:45.905 INFO O| Aug 17 23:47:45.905 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51612026-08-17T23:47:46.810Z[ recovery-image] Aug 17 23:47:45.905 INFO O| Aug 17 23:47:45.905 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51622026-08-17T23:47:46.810Z[ recovery-image] Aug 17 23:47:45.905 INFO O| Aug 17 23:47:45.905 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51632026-08-17T23:47:46.810Z[ recovery-image] Aug 17 23:47:45.905 INFO O| Aug 17 23:47:45.905 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51642026-08-17T23:47:46.810Z[ recovery-image] Aug 17 23:47:45.905 INFO O| Aug 17 23:47:45.905 INFO ok!
51652026-08-17T23:47:46.810Z[ recovery-image] Aug 17 23:47:45.905 INFO O| Aug 17 23:47:45.905 INFO STEP 66 (ensure_file) COMPLETE
51662026-08-17T23:47:46.810Z[ recovery-image] Aug 17 23:47:45.905 INFO O| Aug 17 23:47:45.905 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-17T23:47:46.813Z[ recovery-image] Aug 17 23:47:45.905 INFO O| Aug 17 23:47:45.905 INFO skip step because feature "omicron1" is not enabled
51682026-08-17T23:47:46.813Z[ recovery-image] Aug 17 23:47:45.905 INFO O| Aug 17 23:47:45.905 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-08-17T23:47:46.813Z[ recovery-image] Aug 17 23:47:45.905 INFO O| Aug 17 23:47:45.905 INFO skip step because feature "omicron1" is not enabled
51702026-08-17T23:47:46.814Z[ recovery-image] Aug 17 23:47:45.905 INFO O| Aug 17 23:47:45.905 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-08-17T23:47:46.814Z[ recovery-image] Aug 17 23:47:45.905 INFO O| Aug 17 23:47:45.905 INFO skip step because feature "omicron1" is not enabled
51722026-08-17T23:47:46.814Z[ recovery-image] Aug 17 23:47:45.905 INFO O| Aug 17 23:47:45.905 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-08-17T23:47:46.823Z[ recovery-image] Aug 17 23:47:45.919 INFO O| Aug 17 23:47:45.919 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
51742026-08-17T23:47:46.823Z[ recovery-image] Aug 17 23:47:45.919 INFO O| Aug 17 23:47:45.919 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
51752026-08-17T23:47:46.896Z[verify-libraries] Compiling serde_with_macros v1.5.2
51762026-08-17T23:47:46.922Z[verify-libraries] Compiling sha3 v0.11.0
51772026-08-17T23:47:46.959Z[verify-libraries] Compiling p384 v0.14.0
51782026-08-17T23:47:47.027Z[verify-libraries] Compiling p256 v0.14.0
51792026-08-17T23:47:47.440Z[verify-libraries] Compiling p521 v0.14.0
51802026-08-17T23:47:47.538Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51812026-08-17T23:47:47.539Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
51822026-08-17T23:47:47.622Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
51832026-08-17T23:47:48.017Z[verify-libraries] Compiling twox-hash v2.1.2
51842026-08-17T23:47:48.098Z[ recovery-image] Aug 17 23:47:47.194 INFO O| Aug 17 23:47:47.194 INFO STEP 70 (pack_tar) COMPLETE
51852026-08-17T23:47:48.098Z[ recovery-image] Aug 17 23:47:47.194 INFO O| Aug 17 23:47:47.194 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
51862026-08-17T23:47:48.098Z[ recovery-image] Aug 17 23:47:47.194 INFO O| Aug 17 23:47:47.194 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
51872026-08-17T23:47:48.106Z[verify-libraries] Compiling kem v0.3.0
51882026-08-17T23:47:48.235Z[verify-libraries] Compiling module-lattice v0.2.3
51892026-08-17T23:47:48.292Z[verify-libraries] Compiling rtoolbox v0.0.3
51902026-08-17T23:47:48.349Z[verify-libraries] Compiling atty v0.2.14
51912026-08-17T23:47:48.439Z[ recovery-image] Aug 17 23:47:47.535 INFO O| Aug 17 23:47:47.535 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
51922026-08-17T23:47:48.501Z[verify-libraries] Compiling sponge-cursor v0.1.0
51932026-08-17T23:47:48.533Z[verify-libraries] Compiling topological-sort v0.2.2
51942026-08-17T23:47:48.587Z[ recovery-image] Aug 17 23:47:47.683 INFO O| Aug 17 23:47:47.683 INFO completed processing sled/ramdisk-02-trim
51952026-08-17T23:47:48.591Z[ recovery-image] Aug 17 23:47:47.686 INFO image builder template: ramdisk-03-recovery-trim...
51962026-08-17T23:47:48.591Z[ recovery-image] Aug 17 23:47:47.686 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/.tmp7mjUtC/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
51972026-08-17T23:47:48.596Z[ recovery-image] Aug 17 23:47:47.690 INFO O| Aug 17 23:47:47.690 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
51982026-08-17T23:47:48.599Z[verify-libraries] Compiling ml-kem v0.3.2
51992026-08-17T23:47:48.654Z[verify-libraries] Compiling sha3 v0.12.0
52002026-08-17T23:47:48.668Z[ recovery-image] Aug 17 23:47:47.764 INFO O| Aug 17 23:47:47.764 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52012026-08-17T23:47:48.672Z[ recovery-image] Aug 17 23:47:47.767 INFO O| Aug 17 23:47:47.767 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52022026-08-17T23:47:48.706Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52032026-08-17T23:47:48.731Z[verify-libraries] Compiling rpassword v7.5.4
52042026-08-17T23:47:48.770Z[ recovery-image] Aug 17 23:47:47.866 INFO O| Aug 17 23:47:47.866 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52052026-08-17T23:47:48.859Z[ recovery-image] Aug 17 23:47:47.955 INFO O| Aug 17 23:47:47.955 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52062026-08-17T23:47:48.859Z[ recovery-image] Aug 17 23:47:47.956 INFO O| Aug 17 23:47:47.956 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52072026-08-17T23:47:48.867Z[ recovery-image] Aug 17 23:47:47.963 INFO O| Aug 17 23:47:47.963 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52082026-08-17T23:47:48.871Z[ recovery-image] Aug 17 23:47:47.967 INFO O| Aug 17 23:47:47.967 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52092026-08-17T23:47:48.875Z[ recovery-image] Aug 17 23:47:47.971 INFO O| Aug 17 23:47:47.971 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52102026-08-17T23:47:49.016Z[verify-libraries] Compiling serde_with v1.14.0
52112026-08-17T23:47:49.314Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52122026-08-17T23:47:49.574Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52132026-08-17T23:47:49.575Z[ recovery-image] Aug 17 23:47:48.670 INFO O| Aug 17 23:47:48.670 INFO rolled back to input snapshot; work may begin
52142026-08-17T23:47:49.575Z[ recovery-image] Aug 17 23:47:48.670 INFO O| Aug 17 23:47:48.670 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52152026-08-17T23:47:49.579Z[ recovery-image] Aug 17 23:47:48.676 INFO O| Aug 17 23:47:48.675 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52162026-08-17T23:47:49.589Z[ recovery-image] Aug 17 23:47:48.685 INFO O| Aug 17 23:47:48.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52172026-08-17T23:47:49.592Z[ recovery-image] Aug 17 23:47:48.687 INFO O| Aug 17 23:47:48.687 INFO STEP 0 (remove_files) COMPLETE
52182026-08-17T23:47:49.592Z[ recovery-image] Aug 17 23:47:48.687 INFO O| Aug 17 23:47:48.687 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52192026-08-17T23:47:49.602Z[ recovery-image] Aug 17 23:47:48.697 INFO O| Aug 17 23:47:48.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52202026-08-17T23:47:49.602Z[ recovery-image] Aug 17 23:47:48.698 INFO O| Aug 17 23:47:48.697 INFO STEP 1 (remove_files) COMPLETE
52212026-08-17T23:47:49.603Z[ recovery-image] Aug 17 23:47:48.698 INFO O| Aug 17 23:47:48.698 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52222026-08-17T23:47:49.606Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52232026-08-17T23:47:49.610Z[ recovery-image] Aug 17 23:47:48.706 INFO O| Aug 17 23:47:48.706 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52242026-08-17T23:47:49.622Z[ recovery-image] Aug 17 23:47:48.718 INFO O| Aug 17 23:47:48.718 INFO STEP 2 (remove_files) COMPLETE
52252026-08-17T23:47:49.622Z[ recovery-image] Aug 17 23:47:48.718 INFO O| Aug 17 23:47:48.718 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52262026-08-17T23:47:49.633Z[ recovery-image] Aug 17 23:47:48.729 INFO O| Aug 17 23:47:48.729 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52272026-08-17T23:47:49.741Z[ recovery-image] Aug 17 23:47:48.780 INFO O| Aug 17 23:47:48.780 INFO STEP 3 (remove_files) COMPLETE
52282026-08-17T23:47:49.741Z[ recovery-image] Aug 17 23:47:48.780 INFO O| Aug 17 23:47:48.780 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52292026-08-17T23:47:49.748Z[ recovery-image] Aug 17 23:47:48.796 INFO O| Aug 17 23:47:48.796 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52302026-08-17T23:47:49.749Z[ recovery-image] Aug 17 23:47:48.798 INFO O| Aug 17 23:47:48.798 INFO STEP 4 (remove_files) COMPLETE
52312026-08-17T23:47:49.749Z[ recovery-image] Aug 17 23:47:48.798 INFO O| Aug 17 23:47:48.798 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52322026-08-17T23:47:49.749Z[ recovery-image] Aug 17 23:47:48.808 INFO O| Aug 17 23:47:48.808 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52332026-08-17T23:47:49.749Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52342026-08-17T23:47:49.755Z[ recovery-image] Aug 17 23:47:48.842 INFO O| Aug 17 23:47:48.842 INFO STEP 5 (remove_files) COMPLETE
52352026-08-17T23:47:49.755Z[ recovery-image] Aug 17 23:47:48.842 INFO O| Aug 17 23:47:48.842 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52362026-08-17T23:47:49.759Z[ recovery-image] Aug 17 23:47:48.851 INFO O| Aug 17 23:47:48.851 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52372026-08-17T23:47:49.768Z[ recovery-image] Aug 17 23:47:48.864 INFO O| Aug 17 23:47:48.864 INFO STEP 6 (remove_files) COMPLETE
52382026-08-17T23:47:49.768Z[ recovery-image] Aug 17 23:47:48.864 INFO O| Aug 17 23:47:48.864 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52392026-08-17T23:47:49.778Z[ recovery-image] Aug 17 23:47:48.874 INFO O| Aug 17 23:47:48.874 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52402026-08-17T23:47:49.782Z[ recovery-image] Aug 17 23:47:48.875 INFO O| Aug 17 23:47:48.875 INFO STEP 7 (remove_files) COMPLETE
52412026-08-17T23:47:49.782Z[ recovery-image] Aug 17 23:47:48.875 INFO O| Aug 17 23:47:48.875 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52422026-08-17T23:47:49.788Z[ recovery-image] Aug 17 23:47:48.884 INFO O| Aug 17 23:47:48.884 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52432026-08-17T23:47:49.791Z[ recovery-image] Aug 17 23:47:48.886 INFO O| Aug 17 23:47:48.885 INFO STEP 8 (remove_files) COMPLETE
52442026-08-17T23:47:49.791Z[ recovery-image] Aug 17 23:47:48.886 INFO O| Aug 17 23:47:48.886 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52452026-08-17T23:47:49.798Z[ recovery-image] Aug 17 23:47:48.895 INFO O| Aug 17 23:47:48.894 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52462026-08-17T23:47:49.803Z[ recovery-image] Aug 17 23:47:48.899 INFO O| Aug 17 23:47:48.899 INFO STEP 9 (remove_files) COMPLETE
52472026-08-17T23:47:49.803Z[ recovery-image] Aug 17 23:47:48.899 INFO O| Aug 17 23:47:48.899 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-08-17T23:47:49.812Z[ recovery-image] Aug 17 23:47:48.909 INFO O| Aug 17 23:47:48.908 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52492026-08-17T23:47:49.816Z[ recovery-image] Aug 17 23:47:48.910 INFO O| Aug 17 23:47:48.909 INFO STEP 10 (remove_files) COMPLETE
52502026-08-17T23:47:49.816Z[ recovery-image] Aug 17 23:47:48.910 INFO O| Aug 17 23:47:48.910 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-08-17T23:47:49.823Z[ recovery-image] Aug 17 23:47:48.919 INFO O| Aug 17 23:47:48.919 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52522026-08-17T23:47:49.826Z[ recovery-image] Aug 17 23:47:48.920 INFO O| Aug 17 23:47:48.920 INFO STEP 11 (remove_files) COMPLETE
52532026-08-17T23:47:49.826Z[ recovery-image] Aug 17 23:47:48.920 INFO O| Aug 17 23:47:48.920 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-08-17T23:47:49.833Z[ recovery-image] Aug 17 23:47:48.929 INFO O| Aug 17 23:47:48.929 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52552026-08-17T23:47:49.887Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52562026-08-17T23:47:50.019Z[ recovery-image] Aug 17 23:47:49.115 INFO O| Aug 17 23:47:49.115 INFO STEP 12 (remove_files) COMPLETE
52572026-08-17T23:47:50.019Z[ recovery-image] Aug 17 23:47:49.115 INFO O| Aug 17 23:47:49.115 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-08-17T23:47:50.028Z[ recovery-image] Aug 17 23:47:49.124 INFO O| Aug 17 23:47:49.124 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52592026-08-17T23:47:50.034Z[ recovery-image] Aug 17 23:47:49.127 INFO O| Aug 17 23:47:49.127 INFO STEP 13 (remove_files) COMPLETE
52602026-08-17T23:47:50.034Z[ recovery-image] Aug 17 23:47:49.127 INFO O| Aug 17 23:47:49.127 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-08-17T23:47:50.040Z[ recovery-image] Aug 17 23:47:49.136 INFO O| Aug 17 23:47:49.136 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52622026-08-17T23:47:50.054Z[ recovery-image] Aug 17 23:47:49.150 INFO O| Aug 17 23:47:49.150 INFO STEP 14 (remove_files) COMPLETE
52632026-08-17T23:47:50.054Z[ recovery-image] Aug 17 23:47:49.151 INFO O| Aug 17 23:47:49.150 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-08-17T23:47:50.064Z[ recovery-image] Aug 17 23:47:49.160 INFO O| Aug 17 23:47:49.160 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52652026-08-17T23:47:50.064Z[ recovery-image] Aug 17 23:47:49.160 INFO O| Aug 17 23:47:49.160 INFO STEP 15 (remove_files) COMPLETE
52662026-08-17T23:47:50.064Z[ recovery-image] Aug 17 23:47:49.160 INFO O| Aug 17 23:47:49.160 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-08-17T23:47:50.073Z[ recovery-image] Aug 17 23:47:49.169 INFO O| Aug 17 23:47:49.169 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52682026-08-17T23:47:50.076Z[ recovery-image] Aug 17 23:47:49.170 INFO O| Aug 17 23:47:49.170 INFO STEP 16 (remove_files) COMPLETE
52692026-08-17T23:47:50.076Z[ recovery-image] Aug 17 23:47:49.170 INFO O| Aug 17 23:47:49.170 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-17T23:47:50.083Z[ recovery-image] Aug 17 23:47:49.179 INFO O| Aug 17 23:47:49.179 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52712026-08-17T23:47:50.097Z[ recovery-image] Aug 17 23:47:49.193 INFO O| Aug 17 23:47:49.193 INFO STEP 17 (remove_files) COMPLETE
52722026-08-17T23:47:50.097Z[ recovery-image] Aug 17 23:47:49.193 INFO O| Aug 17 23:47:49.193 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-17T23:47:50.107Z[ recovery-image] Aug 17 23:47:49.203 INFO O| Aug 17 23:47:49.203 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52742026-08-17T23:47:50.107Z[ recovery-image] Aug 17 23:47:49.203 INFO O| Aug 17 23:47:49.203 INFO STEP 18 (remove_files) COMPLETE
52752026-08-17T23:47:50.112Z[ recovery-image] Aug 17 23:47:49.203 INFO O| Aug 17 23:47:49.203 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-17T23:47:50.119Z[ recovery-image] Aug 17 23:47:49.213 INFO O| Aug 17 23:47:49.213 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52772026-08-17T23:47:50.119Z[ recovery-image] Aug 17 23:47:49.213 INFO O| Aug 17 23:47:49.213 INFO STEP 19 (remove_files) COMPLETE
52782026-08-17T23:47:50.119Z[ recovery-image] Aug 17 23:47:49.213 INFO O| Aug 17 23:47:49.213 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-17T23:47:50.122Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52802026-08-17T23:47:50.126Z[ recovery-image] Aug 17 23:47:49.222 INFO O| Aug 17 23:47:49.222 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52812026-08-17T23:47:50.141Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52822026-08-17T23:47:50.206Z[ recovery-image] Aug 17 23:47:49.303 INFO O| Aug 17 23:47:49.302 INFO STEP 20 (remove_files) COMPLETE
52832026-08-17T23:47:50.206Z[ recovery-image] Aug 17 23:47:49.303 INFO O| Aug 17 23:47:49.302 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-08-17T23:47:50.216Z[ recovery-image] Aug 17 23:47:49.313 INFO O| Aug 17 23:47:49.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
52852026-08-17T23:47:50.223Z[ recovery-image] Aug 17 23:47:49.319 INFO O| Aug 17 23:47:49.319 INFO STEP 21 (remove_files) COMPLETE
52862026-08-17T23:47:50.223Z[ recovery-image] Aug 17 23:47:49.319 INFO O| Aug 17 23:47:49.319 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-08-17T23:47:50.238Z[ recovery-image] Aug 17 23:47:49.334 INFO O| Aug 17 23:47:49.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
52882026-08-17T23:47:50.242Z[ recovery-image] Aug 17 23:47:49.335 INFO O| Aug 17 23:47:49.335 INFO STEP 22 (remove_files) COMPLETE
52892026-08-17T23:47:50.242Z[ recovery-image] Aug 17 23:47:49.335 INFO O| Aug 17 23:47:49.335 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52902026-08-17T23:47:50.258Z[ recovery-image] Aug 17 23:47:49.354 INFO O| Aug 17 23:47:49.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
52912026-08-17T23:47:50.262Z[ recovery-image] Aug 17 23:47:49.354 INFO O| Aug 17 23:47:49.354 INFO STEP 23 (remove_files) COMPLETE
52922026-08-17T23:47:50.262Z[ recovery-image] Aug 17 23:47:49.354 INFO O| Aug 17 23:47:49.354 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52932026-08-17T23:47:50.271Z[ recovery-image] Aug 17 23:47:49.365 INFO O| Aug 17 23:47:49.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
52942026-08-17T23:47:50.277Z[ recovery-image] Aug 17 23:47:49.367 INFO O| Aug 17 23:47:49.367 INFO STEP 24 (remove_files) COMPLETE
52952026-08-17T23:47:50.277Z[ recovery-image] Aug 17 23:47:49.367 INFO O| Aug 17 23:47:49.367 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-08-17T23:47:50.282Z[ recovery-image] Aug 17 23:47:49.376 INFO O| Aug 17 23:47:49.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
52972026-08-17T23:47:50.286Z[ recovery-image] Aug 17 23:47:49.382 INFO O| Aug 17 23:47:49.382 INFO STEP 25 (remove_files) COMPLETE
52982026-08-17T23:47:50.286Z[ recovery-image] Aug 17 23:47:49.382 INFO O| Aug 17 23:47:49.382 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-08-17T23:47:50.296Z[ recovery-image] Aug 17 23:47:49.392 INFO O| Aug 17 23:47:49.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53002026-08-17T23:47:50.296Z[ recovery-image] Aug 17 23:47:49.392 INFO O| Aug 17 23:47:49.392 INFO STEP 26 (remove_files) COMPLETE
53012026-08-17T23:47:50.299Z[ recovery-image] Aug 17 23:47:49.392 INFO O| Aug 17 23:47:49.392 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-08-17T23:47:50.305Z[ recovery-image] Aug 17 23:47:49.401 INFO O| Aug 17 23:47:49.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53032026-08-17T23:47:50.306Z[ recovery-image] Aug 17 23:47:49.401 INFO O| Aug 17 23:47:49.401 INFO STEP 27 (remove_files) COMPLETE
53042026-08-17T23:47:50.306Z[ recovery-image] Aug 17 23:47:49.401 INFO O| Aug 17 23:47:49.401 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-08-17T23:47:50.317Z[ recovery-image] Aug 17 23:47:49.410 INFO O| Aug 17 23:47:49.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53062026-08-17T23:47:50.317Z[ recovery-image] Aug 17 23:47:49.410 INFO O| Aug 17 23:47:49.410 INFO STEP 28 (remove_files) COMPLETE
53072026-08-17T23:47:50.317Z[ recovery-image] Aug 17 23:47:49.410 INFO O| Aug 17 23:47:49.410 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-08-17T23:47:50.324Z[ recovery-image] Aug 17 23:47:49.419 INFO O| Aug 17 23:47:49.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53092026-08-17T23:47:50.324Z[ recovery-image] Aug 17 23:47:49.419 INFO O| Aug 17 23:47:49.419 INFO STEP 29 (remove_files) COMPLETE
53102026-08-17T23:47:50.329Z[ recovery-image] Aug 17 23:47:49.419 INFO O| Aug 17 23:47:49.419 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-08-17T23:47:50.333Z[ recovery-image] Aug 17 23:47:49.428 INFO O| Aug 17 23:47:49.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53122026-08-17T23:47:50.333Z[ recovery-image] Aug 17 23:47:49.428 INFO O| Aug 17 23:47:49.428 INFO STEP 30 (remove_files) COMPLETE
53132026-08-17T23:47:50.333Z[ recovery-image] Aug 17 23:47:49.428 INFO O| Aug 17 23:47:49.428 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-08-17T23:47:50.341Z[ recovery-image] Aug 17 23:47:49.437 INFO O| Aug 17 23:47:49.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53152026-08-17T23:47:50.341Z[ recovery-image] Aug 17 23:47:49.437 INFO O| Aug 17 23:47:49.437 INFO STEP 31 (remove_files) COMPLETE
53162026-08-17T23:47:50.341Z[ recovery-image] Aug 17 23:47:49.437 INFO O| Aug 17 23:47:49.437 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-08-17T23:47:50.350Z[ recovery-image] Aug 17 23:47:49.446 INFO O| Aug 17 23:47:49.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53182026-08-17T23:47:50.350Z[ recovery-image] Aug 17 23:47:49.446 INFO O| Aug 17 23:47:49.446 INFO STEP 32 (remove_files) COMPLETE
53192026-08-17T23:47:50.350Z[ recovery-image] Aug 17 23:47:49.446 INFO O| Aug 17 23:47:49.446 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-08-17T23:47:50.359Z[ recovery-image] Aug 17 23:47:49.455 INFO O| Aug 17 23:47:49.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53212026-08-17T23:47:50.367Z[ recovery-image] Aug 17 23:47:49.463 INFO O| Aug 17 23:47:49.463 INFO STEP 33 (remove_files) COMPLETE
53222026-08-17T23:47:50.367Z[ recovery-image] Aug 17 23:47:49.463 INFO O| Aug 17 23:47:49.463 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-08-17T23:47:50.377Z[ recovery-image] Aug 17 23:47:49.472 INFO O| Aug 17 23:47:49.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53242026-08-17T23:47:50.380Z[ recovery-image] Aug 17 23:47:49.472 INFO O| Aug 17 23:47:49.472 INFO STEP 34 (remove_files) COMPLETE
53252026-08-17T23:47:50.380Z[ recovery-image] Aug 17 23:47:49.472 INFO O| Aug 17 23:47:49.472 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-17T23:47:50.385Z[ recovery-image] Aug 17 23:47:49.482 INFO O| Aug 17 23:47:49.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53272026-08-17T23:47:50.385Z[ recovery-image] Aug 17 23:47:49.482 INFO O| Aug 17 23:47:49.482 INFO STEP 35 (remove_files) COMPLETE
53282026-08-17T23:47:50.389Z[ recovery-image] Aug 17 23:47:49.482 INFO O| Aug 17 23:47:49.482 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-17T23:47:50.395Z[ recovery-image] Aug 17 23:47:49.491 INFO O| Aug 17 23:47:49.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53302026-08-17T23:47:50.430Z[ recovery-image] Aug 17 23:47:49.521 INFO O| Aug 17 23:47:49.521 INFO STEP 36 (remove_files) COMPLETE
53312026-08-17T23:47:50.430Z[ recovery-image] Aug 17 23:47:49.521 INFO O| Aug 17 23:47:49.521 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-17T23:47:50.437Z[ recovery-image] Aug 17 23:47:49.531 INFO O| Aug 17 23:47:49.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53332026-08-17T23:47:50.437Z[ recovery-image] Aug 17 23:47:49.531 INFO O| Aug 17 23:47:49.531 INFO STEP 37 (remove_files) COMPLETE
53342026-08-17T23:47:50.440Z[ recovery-image] Aug 17 23:47:49.531 INFO O| Aug 17 23:47:49.531 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-17T23:47:50.444Z[ recovery-image] Aug 17 23:47:49.540 INFO O| Aug 17 23:47:49.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53362026-08-17T23:47:50.447Z[ recovery-image] Aug 17 23:47:49.540 INFO O| Aug 17 23:47:49.540 INFO STEP 38 (remove_files) COMPLETE
53372026-08-17T23:47:50.447Z[ recovery-image] Aug 17 23:47:49.540 INFO O| Aug 17 23:47:49.540 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-17T23:47:50.452Z[ recovery-image] Aug 17 23:47:49.548 INFO O| Aug 17 23:47:49.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53392026-08-17T23:47:50.452Z[ recovery-image] Aug 17 23:47:49.548 INFO O| Aug 17 23:47:49.548 INFO STEP 39 (remove_files) COMPLETE
53402026-08-17T23:47:50.452Z[ recovery-image] Aug 17 23:47:49.549 INFO O| Aug 17 23:47:49.548 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-17T23:47:50.461Z[ recovery-image] Aug 17 23:47:49.557 INFO O| Aug 17 23:47:49.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53422026-08-17T23:47:50.461Z[ recovery-image] Aug 17 23:47:49.557 INFO O| Aug 17 23:47:49.557 INFO STEP 40 (remove_files) COMPLETE
53432026-08-17T23:47:50.461Z[ recovery-image] Aug 17 23:47:49.557 INFO O| Aug 17 23:47:49.557 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-17T23:47:50.471Z[ recovery-image] Aug 17 23:47:49.567 INFO O| Aug 17 23:47:49.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53452026-08-17T23:47:50.471Z[ recovery-image] Aug 17 23:47:49.568 INFO O| Aug 17 23:47:49.568 INFO STEP 41 (remove_files) COMPLETE
53462026-08-17T23:47:50.471Z[ recovery-image] Aug 17 23:47:49.568 INFO O| Aug 17 23:47:49.568 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-17T23:47:50.481Z[ recovery-image] Aug 17 23:47:49.577 INFO O| Aug 17 23:47:49.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53482026-08-17T23:47:50.481Z[ recovery-image] Aug 17 23:47:49.577 INFO O| Aug 17 23:47:49.577 INFO STEP 42 (remove_files) COMPLETE
53492026-08-17T23:47:50.481Z[ recovery-image] Aug 17 23:47:49.577 INFO O| Aug 17 23:47:49.577 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-17T23:47:50.490Z[ recovery-image] Aug 17 23:47:49.586 INFO O| Aug 17 23:47:49.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53512026-08-17T23:47:50.490Z[ recovery-image] Aug 17 23:47:49.586 INFO O| Aug 17 23:47:49.586 INFO STEP 43 (remove_files) COMPLETE
53522026-08-17T23:47:50.490Z[ recovery-image] Aug 17 23:47:49.586 INFO O| Aug 17 23:47:49.586 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-17T23:47:50.501Z[ recovery-image] Aug 17 23:47:49.597 INFO O| Aug 17 23:47:49.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53542026-08-17T23:47:50.501Z[ recovery-image] Aug 17 23:47:49.597 INFO O| Aug 17 23:47:49.597 INFO STEP 44 (remove_files) COMPLETE
53552026-08-17T23:47:50.501Z[ recovery-image] Aug 17 23:47:49.597 INFO O| Aug 17 23:47:49.597 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-17T23:47:50.510Z[ recovery-image] Aug 17 23:47:49.606 INFO O| Aug 17 23:47:49.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53572026-08-17T23:47:50.510Z[ recovery-image] Aug 17 23:47:49.606 INFO O| Aug 17 23:47:49.606 INFO STEP 45 (remove_files) COMPLETE
53582026-08-17T23:47:50.510Z[ recovery-image] Aug 17 23:47:49.606 INFO O| Aug 17 23:47:49.606 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-17T23:47:50.519Z[ recovery-image] Aug 17 23:47:49.615 INFO O| Aug 17 23:47:49.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53602026-08-17T23:47:50.519Z[ recovery-image] Aug 17 23:47:49.615 INFO O| Aug 17 23:47:49.615 INFO STEP 46 (remove_files) COMPLETE
53612026-08-17T23:47:50.519Z[ recovery-image] Aug 17 23:47:49.615 INFO O| Aug 17 23:47:49.615 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-17T23:47:50.528Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
53632026-08-17T23:47:50.532Z[ recovery-image] Aug 17 23:47:49.624 INFO O| Aug 17 23:47:49.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53642026-08-17T23:47:50.532Z[ recovery-image] Aug 17 23:47:49.624 INFO O| Aug 17 23:47:49.624 INFO STEP 47 (remove_files) COMPLETE
53652026-08-17T23:47:50.532Z[ recovery-image] Aug 17 23:47:49.624 INFO O| Aug 17 23:47:49.624 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-08-17T23:47:50.536Z[ recovery-image] Aug 17 23:47:49.632 INFO O| Aug 17 23:47:49.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53672026-08-17T23:47:50.536Z[ recovery-image] Aug 17 23:47:49.632 INFO O| Aug 17 23:47:49.632 INFO STEP 48 (remove_files) COMPLETE
53682026-08-17T23:47:50.536Z[ recovery-image] Aug 17 23:47:49.632 INFO O| Aug 17 23:47:49.632 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-08-17T23:47:50.544Z[ recovery-image] Aug 17 23:47:49.640 INFO O| Aug 17 23:47:49.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53702026-08-17T23:47:50.544Z[ recovery-image] Aug 17 23:47:49.641 INFO O| Aug 17 23:47:49.641 INFO STEP 49 (remove_files) COMPLETE
53712026-08-17T23:47:50.544Z[ recovery-image] Aug 17 23:47:49.641 INFO O| Aug 17 23:47:49.641 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-17T23:47:50.555Z[ recovery-image] Aug 17 23:47:49.649 INFO O| Aug 17 23:47:49.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53732026-08-17T23:47:50.555Z[ recovery-image] Aug 17 23:47:49.649 INFO O| Aug 17 23:47:49.649 INFO STEP 50 (remove_files) COMPLETE
53742026-08-17T23:47:50.560Z[ recovery-image] Aug 17 23:47:49.649 INFO O| Aug 17 23:47:49.649 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-17T23:47:50.635Z[ recovery-image] Aug 17 23:47:49.731 INFO O| Aug 17 23:47:49.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53762026-08-17T23:47:50.635Z[ recovery-image] Aug 17 23:47:49.731 INFO O| Aug 17 23:47:49.731 INFO STEP 51 (remove_files) COMPLETE
53772026-08-17T23:47:50.638Z[ recovery-image] Aug 17 23:47:49.731 INFO O| Aug 17 23:47:49.731 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-17T23:47:50.638Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
53792026-08-17T23:47:50.644Z[ recovery-image] Aug 17 23:47:49.740 INFO O| Aug 17 23:47:49.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53802026-08-17T23:47:50.644Z[ recovery-image] Aug 17 23:47:49.740 INFO O| Aug 17 23:47:49.740 INFO STEP 52 (remove_files) COMPLETE
53812026-08-17T23:47:50.648Z[ recovery-image] Aug 17 23:47:49.740 INFO O| Aug 17 23:47:49.740 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-17T23:47:50.654Z[ recovery-image] Aug 17 23:47:49.750 INFO O| Aug 17 23:47:49.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
53832026-08-17T23:47:50.658Z[ recovery-image] Aug 17 23:47:49.754 INFO O| Aug 17 23:47:49.754 INFO STEP 53 (remove_files) COMPLETE
53842026-08-17T23:47:50.658Z[ recovery-image] Aug 17 23:47:49.754 INFO O| Aug 17 23:47:49.754 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-17T23:47:50.672Z[ recovery-image] Aug 17 23:47:49.767 INFO O| Aug 17 23:47:49.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
53862026-08-17T23:47:50.672Z[ recovery-image] Aug 17 23:47:49.768 INFO O| Aug 17 23:47:49.767 INFO STEP 54 (remove_files) COMPLETE
53872026-08-17T23:47:50.672Z[ recovery-image] Aug 17 23:47:49.768 INFO O| Aug 17 23:47:49.768 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-17T23:47:50.681Z[ recovery-image] Aug 17 23:47:49.777 INFO O| Aug 17 23:47:49.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
53892026-08-17T23:47:50.681Z[ recovery-image] Aug 17 23:47:49.777 INFO O| Aug 17 23:47:49.777 INFO STEP 55 (remove_files) COMPLETE
53902026-08-17T23:47:50.681Z[ recovery-image] Aug 17 23:47:49.777 INFO O| Aug 17 23:47:49.777 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-17T23:47:50.692Z[ recovery-image] Aug 17 23:47:49.788 INFO O| Aug 17 23:47:49.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
53922026-08-17T23:47:50.692Z[ recovery-image] Aug 17 23:47:49.788 INFO O| Aug 17 23:47:49.788 INFO STEP 56 (remove_files) COMPLETE
53932026-08-17T23:47:50.692Z[ recovery-image] Aug 17 23:47:49.788 INFO O| Aug 17 23:47:49.788 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-17T23:47:50.701Z[ recovery-image] Aug 17 23:47:49.798 INFO O| Aug 17 23:47:49.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
53952026-08-17T23:47:50.702Z[ recovery-image] Aug 17 23:47:49.798 INFO O| Aug 17 23:47:49.798 INFO STEP 57 (remove_files) COMPLETE
53962026-08-17T23:47:50.702Z[ recovery-image] Aug 17 23:47:49.798 INFO O| Aug 17 23:47:49.798 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-17T23:47:50.712Z[ recovery-image] Aug 17 23:47:49.807 INFO O| Aug 17 23:47:49.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
53982026-08-17T23:47:50.712Z[ recovery-image] Aug 17 23:47:49.807 INFO O| Aug 17 23:47:49.807 INFO STEP 58 (remove_files) COMPLETE
53992026-08-17T23:47:50.715Z[ recovery-image] Aug 17 23:47:49.807 INFO O| Aug 17 23:47:49.807 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-17T23:47:50.720Z[ recovery-image] Aug 17 23:47:49.816 INFO O| Aug 17 23:47:49.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54012026-08-17T23:47:50.720Z[ recovery-image] Aug 17 23:47:49.816 INFO O| Aug 17 23:47:49.816 INFO STEP 59 (remove_files) COMPLETE
54022026-08-17T23:47:50.724Z[ recovery-image] Aug 17 23:47:49.816 INFO O| Aug 17 23:47:49.816 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-17T23:47:50.729Z[ recovery-image] Aug 17 23:47:49.824 INFO O| Aug 17 23:47:49.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54042026-08-17T23:47:50.729Z[ recovery-image] Aug 17 23:47:49.824 INFO O| Aug 17 23:47:49.824 INFO STEP 60 (remove_files) COMPLETE
54052026-08-17T23:47:50.733Z[ recovery-image] Aug 17 23:47:49.824 INFO O| Aug 17 23:47:49.824 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-17T23:47:50.738Z[ recovery-image] Aug 17 23:47:49.833 INFO O| Aug 17 23:47:49.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54072026-08-17T23:47:50.738Z[ recovery-image] Aug 17 23:47:49.833 INFO O| Aug 17 23:47:49.833 INFO STEP 61 (remove_files) COMPLETE
54082026-08-17T23:47:50.741Z[ recovery-image] Aug 17 23:47:49.833 INFO O| Aug 17 23:47:49.833 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-17T23:47:50.746Z[ recovery-image] Aug 17 23:47:49.842 INFO O| Aug 17 23:47:49.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54102026-08-17T23:47:50.746Z[ recovery-image] Aug 17 23:47:49.842 INFO O| Aug 17 23:47:49.842 INFO STEP 62 (remove_files) COMPLETE
54112026-08-17T23:47:50.746Z[ recovery-image] Aug 17 23:47:49.842 INFO O| Aug 17 23:47:49.842 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-17T23:47:50.755Z[ recovery-image] Aug 17 23:47:49.851 INFO O| Aug 17 23:47:49.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54132026-08-17T23:47:50.755Z[ recovery-image] Aug 17 23:47:49.851 INFO O| Aug 17 23:47:49.851 INFO STEP 63 (remove_files) COMPLETE
54142026-08-17T23:47:50.755Z[ recovery-image] Aug 17 23:47:49.851 INFO O| Aug 17 23:47:49.851 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-17T23:47:50.763Z[ recovery-image] Aug 17 23:47:49.859 INFO O| Aug 17 23:47:49.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54162026-08-17T23:47:50.763Z[ recovery-image] Aug 17 23:47:49.859 INFO O| Aug 17 23:47:49.859 INFO STEP 64 (remove_files) COMPLETE
54172026-08-17T23:47:50.763Z[ recovery-image] Aug 17 23:47:49.859 INFO O| Aug 17 23:47:49.859 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-17T23:47:50.772Z[ recovery-image] Aug 17 23:47:49.868 INFO O| Aug 17 23:47:49.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54192026-08-17T23:47:50.772Z[ recovery-image] Aug 17 23:47:49.868 INFO O| Aug 17 23:47:49.868 INFO STEP 65 (remove_files) COMPLETE
54202026-08-17T23:47:50.772Z[ recovery-image] Aug 17 23:47:49.868 INFO O| Aug 17 23:47:49.868 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-17T23:47:50.782Z[ recovery-image] Aug 17 23:47:49.876 INFO O| Aug 17 23:47:49.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54222026-08-17T23:47:50.782Z[ recovery-image] Aug 17 23:47:49.876 INFO O| Aug 17 23:47:49.876 INFO STEP 66 (remove_files) COMPLETE
54232026-08-17T23:47:50.787Z[ recovery-image] Aug 17 23:47:49.876 INFO O| Aug 17 23:47:49.876 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-17T23:47:50.790Z[ recovery-image] Aug 17 23:47:49.885 INFO O| Aug 17 23:47:49.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54252026-08-17T23:47:50.790Z[ recovery-image] Aug 17 23:47:49.885 INFO O| Aug 17 23:47:49.885 INFO STEP 67 (remove_files) COMPLETE
54262026-08-17T23:47:50.790Z[ recovery-image] Aug 17 23:47:49.885 INFO O| Aug 17 23:47:49.885 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-17T23:47:50.798Z[ recovery-image] Aug 17 23:47:49.894 INFO O| Aug 17 23:47:49.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54282026-08-17T23:47:50.798Z[ recovery-image] Aug 17 23:47:49.894 INFO O| Aug 17 23:47:49.894 INFO STEP 68 (remove_files) COMPLETE
54292026-08-17T23:47:50.801Z[ recovery-image] Aug 17 23:47:49.894 INFO O| Aug 17 23:47:49.894 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-17T23:47:50.880Z[ recovery-image] Aug 17 23:47:49.973 INFO O| Aug 17 23:47:49.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54312026-08-17T23:47:50.880Z[ recovery-image] Aug 17 23:47:49.973 INFO O| Aug 17 23:47:49.973 INFO STEP 69 (remove_files) COMPLETE
54322026-08-17T23:47:50.880Z[ recovery-image] Aug 17 23:47:49.973 INFO O| Aug 17 23:47:49.973 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-17T23:47:50.889Z[ recovery-image] Aug 17 23:47:49.983 INFO O| Aug 17 23:47:49.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54342026-08-17T23:47:50.889Z[ recovery-image] Aug 17 23:47:49.983 INFO O| Aug 17 23:47:49.983 INFO STEP 70 (remove_files) COMPLETE
54352026-08-17T23:47:50.895Z[ recovery-image] Aug 17 23:47:49.983 INFO O| Aug 17 23:47:49.983 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-17T23:47:50.900Z[ recovery-image] Aug 17 23:47:49.992 INFO O| Aug 17 23:47:49.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54372026-08-17T23:47:50.900Z[ recovery-image] Aug 17 23:47:49.992 INFO O| Aug 17 23:47:49.992 INFO STEP 71 (remove_files) COMPLETE
54382026-08-17T23:47:50.900Z[ recovery-image] Aug 17 23:47:49.992 INFO O| Aug 17 23:47:49.992 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-17T23:47:50.905Z[ recovery-image] Aug 17 23:47:50.001 INFO O| Aug 17 23:47:50.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54402026-08-17T23:47:50.905Z[ recovery-image] Aug 17 23:47:50.001 INFO O| Aug 17 23:47:50.001 INFO STEP 72 (remove_files) COMPLETE
54412026-08-17T23:47:50.909Z[ recovery-image] Aug 17 23:47:50.001 INFO O| Aug 17 23:47:50.001 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-17T23:47:50.914Z[ recovery-image] Aug 17 23:47:50.010 INFO O| Aug 17 23:47:50.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54432026-08-17T23:47:50.914Z[ recovery-image] Aug 17 23:47:50.010 INFO O| Aug 17 23:47:50.010 INFO STEP 73 (remove_files) COMPLETE
54442026-08-17T23:47:50.920Z[ recovery-image] Aug 17 23:47:50.010 INFO O| Aug 17 23:47:50.010 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-17T23:47:50.924Z[ recovery-image] Aug 17 23:47:50.020 INFO O| Aug 17 23:47:50.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54462026-08-17T23:47:50.924Z[ recovery-image] Aug 17 23:47:50.020 INFO O| Aug 17 23:47:50.020 INFO STEP 74 (remove_files) COMPLETE
54472026-08-17T23:47:50.927Z[ recovery-image] Aug 17 23:47:50.020 INFO O| Aug 17 23:47:50.020 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-17T23:47:50.935Z[ recovery-image] Aug 17 23:47:50.029 INFO O| Aug 17 23:47:50.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54492026-08-17T23:47:50.935Z[ recovery-image] Aug 17 23:47:50.029 INFO O| Aug 17 23:47:50.029 INFO STEP 75 (remove_files) COMPLETE
54502026-08-17T23:47:50.935Z[ recovery-image] Aug 17 23:47:50.029 INFO O| Aug 17 23:47:50.029 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-17T23:47:50.941Z[ recovery-image] Aug 17 23:47:50.037 INFO O| Aug 17 23:47:50.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54522026-08-17T23:47:50.941Z[ recovery-image] Aug 17 23:47:50.037 INFO O| Aug 17 23:47:50.037 INFO STEP 76 (remove_files) COMPLETE
54532026-08-17T23:47:50.941Z[ recovery-image] Aug 17 23:47:50.037 INFO O| Aug 17 23:47:50.037 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-17T23:47:50.953Z[ recovery-image] Aug 17 23:47:50.049 INFO O| Aug 17 23:47:50.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54552026-08-17T23:47:50.953Z[ recovery-image] Aug 17 23:47:50.049 INFO O| Aug 17 23:47:50.049 INFO STEP 77 (remove_files) COMPLETE
54562026-08-17T23:47:50.957Z[ recovery-image] Aug 17 23:47:50.049 INFO O| Aug 17 23:47:50.049 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-17T23:47:50.963Z[ recovery-image] Aug 17 23:47:50.058 INFO O| Aug 17 23:47:50.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54582026-08-17T23:47:50.963Z[ recovery-image] Aug 17 23:47:50.058 INFO O| Aug 17 23:47:50.058 INFO STEP 78 (remove_files) COMPLETE
54592026-08-17T23:47:50.967Z[ recovery-image] Aug 17 23:47:50.058 INFO O| Aug 17 23:47:50.058 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-17T23:47:50.970Z[ recovery-image] Aug 17 23:47:50.066 INFO O| Aug 17 23:47:50.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54612026-08-17T23:47:50.970Z[ recovery-image] Aug 17 23:47:50.066 INFO O| Aug 17 23:47:50.066 INFO STEP 79 (remove_files) COMPLETE
54622026-08-17T23:47:50.970Z[ recovery-image] Aug 17 23:47:50.066 INFO O| Aug 17 23:47:50.066 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-17T23:47:50.974Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
54642026-08-17T23:47:50.978Z[ recovery-image] Aug 17 23:47:50.074 INFO O| Aug 17 23:47:50.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54652026-08-17T23:47:50.978Z[ recovery-image] Aug 17 23:47:50.074 INFO O| Aug 17 23:47:50.074 INFO STEP 80 (remove_files) COMPLETE
54662026-08-17T23:47:50.978Z[ recovery-image] Aug 17 23:47:50.074 INFO O| Aug 17 23:47:50.074 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-17T23:47:50.993Z[ recovery-image] Aug 17 23:47:50.086 INFO O| Aug 17 23:47:50.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54682026-08-17T23:47:50.993Z[ recovery-image] Aug 17 23:47:50.086 INFO O| Aug 17 23:47:50.085 INFO STEP 81 (remove_files) COMPLETE
54692026-08-17T23:47:50.993Z[ recovery-image] Aug 17 23:47:50.086 INFO O| Aug 17 23:47:50.085 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-17T23:47:51.002Z[ recovery-image] Aug 17 23:47:50.095 INFO O| Aug 17 23:47:50.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54712026-08-17T23:47:51.002Z[ recovery-image] Aug 17 23:47:50.095 INFO O| Aug 17 23:47:50.095 INFO STEP 82 (remove_files) COMPLETE
54722026-08-17T23:47:51.002Z[ recovery-image] Aug 17 23:47:50.095 INFO O| Aug 17 23:47:50.095 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-17T23:47:51.009Z[ recovery-image] Aug 17 23:47:50.105 INFO O| Aug 17 23:47:50.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54742026-08-17T23:47:51.009Z[ recovery-image] Aug 17 23:47:50.105 INFO O| Aug 17 23:47:50.105 INFO STEP 83 (remove_files) COMPLETE
54752026-08-17T23:47:51.010Z[ recovery-image] Aug 17 23:47:50.105 INFO O| Aug 17 23:47:50.105 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-17T23:47:51.021Z[ recovery-image] Aug 17 23:47:50.116 INFO O| Aug 17 23:47:50.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54772026-08-17T23:47:51.021Z[ recovery-image] Aug 17 23:47:50.116 INFO O| Aug 17 23:47:50.116 INFO STEP 84 (remove_files) COMPLETE
54782026-08-17T23:47:51.021Z[ recovery-image] Aug 17 23:47:50.116 INFO O| Aug 17 23:47:50.116 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-17T23:47:51.030Z[ recovery-image] Aug 17 23:47:50.126 INFO O| Aug 17 23:47:50.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
54802026-08-17T23:47:51.034Z[ recovery-image] Aug 17 23:47:50.127 INFO O| Aug 17 23:47:50.127 INFO STEP 85 (remove_files) COMPLETE
54812026-08-17T23:47:51.034Z[ recovery-image] Aug 17 23:47:50.127 INFO O| Aug 17 23:47:50.127 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-17T23:47:51.045Z[ recovery-image] Aug 17 23:47:50.141 INFO O| Aug 17 23:47:50.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
54832026-08-17T23:47:51.045Z[ recovery-image] Aug 17 23:47:50.141 INFO O| Aug 17 23:47:50.141 INFO STEP 86 (remove_files) COMPLETE
54842026-08-17T23:47:51.048Z[ recovery-image] Aug 17 23:47:50.141 INFO O| Aug 17 23:47:50.141 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-17T23:47:51.055Z[ recovery-image] Aug 17 23:47:50.150 INFO O| Aug 17 23:47:50.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
54862026-08-17T23:47:51.055Z[ recovery-image] Aug 17 23:47:50.151 INFO O| Aug 17 23:47:50.151 INFO STEP 87 (remove_files) COMPLETE
54872026-08-17T23:47:51.055Z[ recovery-image] Aug 17 23:47:50.151 INFO O| Aug 17 23:47:50.151 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-17T23:47:51.064Z[ recovery-image] Aug 17 23:47:50.161 INFO O| Aug 17 23:47:50.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
54892026-08-17T23:47:51.068Z[ recovery-image] Aug 17 23:47:50.162 INFO O| Aug 17 23:47:50.162 INFO STEP 88 (remove_files) COMPLETE
54902026-08-17T23:47:51.068Z[ recovery-image] Aug 17 23:47:50.162 INFO O| Aug 17 23:47:50.162 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-17T23:47:51.075Z[ recovery-image] Aug 17 23:47:50.171 INFO O| Aug 17 23:47:50.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
54922026-08-17T23:47:51.075Z[ recovery-image] Aug 17 23:47:50.171 INFO O| Aug 17 23:47:50.171 INFO STEP 89 (remove_files) COMPLETE
54932026-08-17T23:47:51.075Z[ recovery-image] Aug 17 23:47:50.171 INFO O| Aug 17 23:47:50.171 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-17T23:47:51.085Z[ recovery-image] Aug 17 23:47:50.180 INFO O| Aug 17 23:47:50.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
54952026-08-17T23:47:51.085Z[ recovery-image] Aug 17 23:47:50.180 INFO O| Aug 17 23:47:50.180 INFO STEP 90 (remove_files) COMPLETE
54962026-08-17T23:47:51.088Z[ recovery-image] Aug 17 23:47:50.180 INFO O| Aug 17 23:47:50.180 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-17T23:47:51.094Z[ recovery-image] Aug 17 23:47:50.190 INFO O| Aug 17 23:47:50.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
54982026-08-17T23:47:51.094Z[ recovery-image] Aug 17 23:47:50.190 INFO O| Aug 17 23:47:50.190 INFO STEP 91 (remove_files) COMPLETE
54992026-08-17T23:47:51.094Z[ recovery-image] Aug 17 23:47:50.190 INFO O| Aug 17 23:47:50.190 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-17T23:47:51.103Z[ recovery-image] Aug 17 23:47:50.199 INFO O| Aug 17 23:47:50.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55012026-08-17T23:47:51.103Z[ recovery-image] Aug 17 23:47:50.199 INFO O| Aug 17 23:47:50.199 INFO STEP 92 (remove_files) COMPLETE
55022026-08-17T23:47:51.107Z[ recovery-image] Aug 17 23:47:50.199 INFO O| Aug 17 23:47:50.199 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-17T23:47:51.112Z[ recovery-image] Aug 17 23:47:50.208 INFO O| Aug 17 23:47:50.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55042026-08-17T23:47:51.112Z[ recovery-image] Aug 17 23:47:50.208 INFO O| Aug 17 23:47:50.208 INFO STEP 93 (remove_files) COMPLETE
55052026-08-17T23:47:51.112Z[ recovery-image] Aug 17 23:47:50.208 INFO O| Aug 17 23:47:50.208 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-17T23:47:51.124Z[ recovery-image] Aug 17 23:47:50.218 INFO O| Aug 17 23:47:50.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55072026-08-17T23:47:51.124Z[ recovery-image] Aug 17 23:47:50.218 INFO O| Aug 17 23:47:50.218 INFO STEP 94 (remove_files) COMPLETE
55082026-08-17T23:47:51.124Z[ recovery-image] Aug 17 23:47:50.218 INFO O| Aug 17 23:47:50.218 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-17T23:47:51.133Z[ recovery-image] Aug 17 23:47:50.228 INFO O| Aug 17 23:47:50.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55102026-08-17T23:47:51.133Z[ recovery-image] Aug 17 23:47:50.228 INFO O| Aug 17 23:47:50.228 INFO STEP 95 (remove_files) COMPLETE
55112026-08-17T23:47:51.136Z[ recovery-image] Aug 17 23:47:50.228 INFO O| Aug 17 23:47:50.228 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-17T23:47:51.141Z[ recovery-image] Aug 17 23:47:50.237 INFO O| Aug 17 23:47:50.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55132026-08-17T23:47:51.141Z[ recovery-image] Aug 17 23:47:50.237 INFO O| Aug 17 23:47:50.237 INFO STEP 96 (remove_files) COMPLETE
55142026-08-17T23:47:51.144Z[ recovery-image] Aug 17 23:47:50.237 INFO O| Aug 17 23:47:50.237 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-17T23:47:51.150Z[ recovery-image] Aug 17 23:47:50.246 INFO O| Aug 17 23:47:50.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55162026-08-17T23:47:51.150Z[ recovery-image] Aug 17 23:47:50.246 INFO O| Aug 17 23:47:50.246 INFO STEP 97 (remove_files) COMPLETE
55172026-08-17T23:47:51.154Z[ recovery-image] Aug 17 23:47:50.246 INFO O| Aug 17 23:47:50.246 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-17T23:47:51.159Z[ recovery-image] Aug 17 23:47:50.256 INFO O| Aug 17 23:47:50.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55192026-08-17T23:47:51.160Z[ recovery-image] Aug 17 23:47:50.256 INFO O| Aug 17 23:47:50.256 INFO STEP 98 (remove_files) COMPLETE
55202026-08-17T23:47:51.164Z[ recovery-image] Aug 17 23:47:50.256 INFO O| Aug 17 23:47:50.256 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-17T23:47:51.169Z[ recovery-image] Aug 17 23:47:50.265 INFO O| Aug 17 23:47:50.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55222026-08-17T23:47:51.169Z[ recovery-image] Aug 17 23:47:50.265 INFO O| Aug 17 23:47:50.265 INFO STEP 99 (remove_files) COMPLETE
55232026-08-17T23:47:51.173Z[ recovery-image] Aug 17 23:47:50.265 INFO O| Aug 17 23:47:50.265 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-17T23:47:51.179Z[ recovery-image] Aug 17 23:47:50.275 INFO O| Aug 17 23:47:50.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55252026-08-17T23:47:51.179Z[ recovery-image] Aug 17 23:47:50.275 INFO O| Aug 17 23:47:50.275 INFO STEP 100 (remove_files) COMPLETE
55262026-08-17T23:47:51.182Z[ recovery-image] Aug 17 23:47:50.275 INFO O| Aug 17 23:47:50.275 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-17T23:47:51.190Z[ recovery-image] Aug 17 23:47:50.286 INFO O| Aug 17 23:47:50.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55282026-08-17T23:47:51.193Z[ recovery-image] Aug 17 23:47:50.286 INFO O| Aug 17 23:47:50.286 INFO STEP 101 (remove_files) COMPLETE
55292026-08-17T23:47:51.193Z[ recovery-image] Aug 17 23:47:50.286 INFO O| Aug 17 23:47:50.286 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-17T23:47:51.200Z[ recovery-image] Aug 17 23:47:50.296 INFO O| Aug 17 23:47:50.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55312026-08-17T23:47:51.200Z[ recovery-image] Aug 17 23:47:50.296 INFO O| Aug 17 23:47:50.296 INFO STEP 102 (remove_files) COMPLETE
55322026-08-17T23:47:51.200Z[ recovery-image] Aug 17 23:47:50.296 INFO O| Aug 17 23:47:50.296 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-17T23:47:51.207Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
55342026-08-17T23:47:51.211Z[ recovery-image] Aug 17 23:47:50.307 INFO O| Aug 17 23:47:50.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55352026-08-17T23:47:51.211Z[ recovery-image] Aug 17 23:47:50.307 INFO O| Aug 17 23:47:50.307 INFO STEP 103 (remove_files) COMPLETE
55362026-08-17T23:47:51.211Z[ recovery-image] Aug 17 23:47:50.307 INFO O| Aug 17 23:47:50.307 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-17T23:47:51.221Z[ recovery-image] Aug 17 23:47:50.317 INFO O| Aug 17 23:47:50.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55382026-08-17T23:47:51.221Z[ recovery-image] Aug 17 23:47:50.317 INFO O| Aug 17 23:47:50.317 INFO STEP 104 (remove_files) COMPLETE
55392026-08-17T23:47:51.225Z[ recovery-image] Aug 17 23:47:50.317 INFO O| Aug 17 23:47:50.317 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-17T23:47:51.230Z[ recovery-image] Aug 17 23:47:50.326 INFO O| Aug 17 23:47:50.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55412026-08-17T23:47:51.230Z[ recovery-image] Aug 17 23:47:50.326 INFO O| Aug 17 23:47:50.326 INFO STEP 105 (remove_files) COMPLETE
55422026-08-17T23:47:51.235Z[ recovery-image] Aug 17 23:47:50.326 INFO O| Aug 17 23:47:50.326 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-17T23:47:51.239Z[ recovery-image] Aug 17 23:47:50.336 INFO O| Aug 17 23:47:50.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55442026-08-17T23:47:51.239Z[ recovery-image] Aug 17 23:47:50.336 INFO O| Aug 17 23:47:50.336 INFO STEP 106 (remove_files) COMPLETE
55452026-08-17T23:47:51.243Z[ recovery-image] Aug 17 23:47:50.336 INFO O| Aug 17 23:47:50.336 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-17T23:47:51.247Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
55472026-08-17T23:47:51.250Z[ recovery-image] Aug 17 23:47:50.344 INFO O| Aug 17 23:47:50.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55482026-08-17T23:47:51.250Z[ recovery-image] Aug 17 23:47:50.345 INFO O| Aug 17 23:47:50.345 INFO STEP 107 (remove_files) COMPLETE
55492026-08-17T23:47:51.250Z[ recovery-image] Aug 17 23:47:50.345 INFO O| Aug 17 23:47:50.345 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-17T23:47:51.297Z[ recovery-image] Aug 17 23:47:50.353 INFO O| Aug 17 23:47:50.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55512026-08-17T23:47:51.297Z[ recovery-image] Aug 17 23:47:50.354 INFO O| Aug 17 23:47:50.354 INFO STEP 108 (remove_files) COMPLETE
55522026-08-17T23:47:51.297Z[ recovery-image] Aug 17 23:47:50.354 INFO O| Aug 17 23:47:50.354 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-17T23:47:51.302Z[ recovery-image] Aug 17 23:47:50.363 INFO O| Aug 17 23:47:50.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55542026-08-17T23:47:51.302Z[ recovery-image] Aug 17 23:47:50.363 INFO O| Aug 17 23:47:50.363 INFO STEP 109 (remove_files) COMPLETE
55552026-08-17T23:47:51.302Z[ recovery-image] Aug 17 23:47:50.363 INFO O| Aug 17 23:47:50.363 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-17T23:47:51.302Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
55572026-08-17T23:47:51.302Z[ recovery-image] Aug 17 23:47:50.372 INFO O| Aug 17 23:47:50.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55582026-08-17T23:47:51.302Z[ recovery-image] Aug 17 23:47:50.373 INFO O| Aug 17 23:47:50.372 INFO STEP 110 (remove_files) COMPLETE
55592026-08-17T23:47:51.302Z[ recovery-image] Aug 17 23:47:50.373 INFO O| Aug 17 23:47:50.373 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-17T23:47:51.302Z[ recovery-image] Aug 17 23:47:50.382 INFO O| Aug 17 23:47:50.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55612026-08-17T23:47:51.302Z[ recovery-image] Aug 17 23:47:50.382 INFO O| Aug 17 23:47:50.382 INFO STEP 111 (remove_files) COMPLETE
55622026-08-17T23:47:51.302Z[ recovery-image] Aug 17 23:47:50.382 INFO O| Aug 17 23:47:50.382 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-17T23:47:51.302Z[ recovery-image] Aug 17 23:47:50.392 INFO O| Aug 17 23:47:50.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55642026-08-17T23:47:51.302Z[ recovery-image] Aug 17 23:47:50.392 INFO O| Aug 17 23:47:50.392 INFO STEP 112 (remove_files) COMPLETE
55652026-08-17T23:47:51.302Z[ recovery-image] Aug 17 23:47:50.392 INFO O| Aug 17 23:47:50.392 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-17T23:47:51.307Z[ recovery-image] Aug 17 23:47:50.402 INFO O| Aug 17 23:47:50.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55672026-08-17T23:47:51.307Z[ recovery-image] Aug 17 23:47:50.402 INFO O| Aug 17 23:47:50.402 INFO STEP 113 (remove_files) COMPLETE
55682026-08-17T23:47:51.307Z[ recovery-image] Aug 17 23:47:50.402 INFO O| Aug 17 23:47:50.402 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-17T23:47:51.316Z[ recovery-image] Aug 17 23:47:50.412 INFO O| Aug 17 23:47:50.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55702026-08-17T23:47:51.316Z[ recovery-image] Aug 17 23:47:50.412 INFO O| Aug 17 23:47:50.412 INFO STEP 114 (remove_files) COMPLETE
55712026-08-17T23:47:51.320Z[ recovery-image] Aug 17 23:47:50.412 INFO O| Aug 17 23:47:50.412 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-17T23:47:51.328Z[ recovery-image] Aug 17 23:47:50.421 INFO O| Aug 17 23:47:50.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55732026-08-17T23:47:51.328Z[ recovery-image] Aug 17 23:47:50.421 INFO O| Aug 17 23:47:50.421 INFO STEP 115 (remove_files) COMPLETE
55742026-08-17T23:47:51.328Z[ recovery-image] Aug 17 23:47:50.421 INFO O| Aug 17 23:47:50.421 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-17T23:47:51.335Z[ recovery-image] Aug 17 23:47:50.431 INFO O| Aug 17 23:47:50.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55762026-08-17T23:47:51.335Z[ recovery-image] Aug 17 23:47:50.431 INFO O| Aug 17 23:47:50.431 INFO STEP 116 (remove_files) COMPLETE
55772026-08-17T23:47:51.338Z[ recovery-image] Aug 17 23:47:50.431 INFO O| Aug 17 23:47:50.431 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-17T23:47:51.348Z[ recovery-image] Aug 17 23:47:50.440 INFO O| Aug 17 23:47:50.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55792026-08-17T23:47:51.348Z[ recovery-image] Aug 17 23:47:50.440 INFO O| Aug 17 23:47:50.440 INFO STEP 117 (remove_files) COMPLETE
55802026-08-17T23:47:51.348Z[ recovery-image] Aug 17 23:47:50.440 INFO O| Aug 17 23:47:50.440 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-17T23:47:51.352Z[ recovery-image] Aug 17 23:47:50.449 INFO O| Aug 17 23:47:50.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
55822026-08-17T23:47:51.352Z[ recovery-image] Aug 17 23:47:50.449 INFO O| Aug 17 23:47:50.449 INFO STEP 118 (remove_files) COMPLETE
55832026-08-17T23:47:51.356Z[ recovery-image] Aug 17 23:47:50.449 INFO O| Aug 17 23:47:50.449 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-17T23:47:51.361Z[ recovery-image] Aug 17 23:47:50.457 INFO O| Aug 17 23:47:50.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
55852026-08-17T23:47:51.361Z[ recovery-image] Aug 17 23:47:50.457 INFO O| Aug 17 23:47:50.457 INFO STEP 119 (remove_files) COMPLETE
55862026-08-17T23:47:51.365Z[ recovery-image] Aug 17 23:47:50.457 INFO O| Aug 17 23:47:50.457 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-17T23:47:51.369Z[ recovery-image] Aug 17 23:47:50.465 INFO O| Aug 17 23:47:50.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
55882026-08-17T23:47:51.369Z[ recovery-image] Aug 17 23:47:50.465 INFO O| Aug 17 23:47:50.465 INFO STEP 120 (remove_files) COMPLETE
55892026-08-17T23:47:51.372Z[ recovery-image] Aug 17 23:47:50.465 INFO O| Aug 17 23:47:50.465 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-17T23:47:51.380Z[ recovery-image] Aug 17 23:47:50.472 INFO O| Aug 17 23:47:50.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
55912026-08-17T23:47:51.380Z[ recovery-image] Aug 17 23:47:50.473 INFO O| Aug 17 23:47:50.473 INFO STEP 121 (remove_files) COMPLETE
55922026-08-17T23:47:51.380Z[ recovery-image] Aug 17 23:47:50.473 INFO O| Aug 17 23:47:50.473 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-17T23:47:51.388Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
55942026-08-17T23:47:51.391Z[ recovery-image] Aug 17 23:47:50.482 INFO O| Aug 17 23:47:50.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
55952026-08-17T23:47:51.391Z[ recovery-image] Aug 17 23:47:50.482 INFO O| Aug 17 23:47:50.482 INFO STEP 122 (remove_files) COMPLETE
55962026-08-17T23:47:51.391Z[ recovery-image] Aug 17 23:47:50.482 INFO O| Aug 17 23:47:50.482 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-08-17T23:47:51.396Z[ recovery-image] Aug 17 23:47:50.492 INFO O| Aug 17 23:47:50.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
55982026-08-17T23:47:51.396Z[ recovery-image] Aug 17 23:47:50.492 INFO O| Aug 17 23:47:50.492 INFO STEP 123 (remove_files) COMPLETE
55992026-08-17T23:47:51.399Z[ recovery-image] Aug 17 23:47:50.492 INFO O| Aug 17 23:47:50.492 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-08-17T23:47:51.405Z[ recovery-image] Aug 17 23:47:50.501 INFO O| Aug 17 23:47:50.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56012026-08-17T23:47:51.405Z[ recovery-image] Aug 17 23:47:50.501 INFO O| Aug 17 23:47:50.501 INFO STEP 124 (remove_files) COMPLETE
56022026-08-17T23:47:51.405Z[ recovery-image] Aug 17 23:47:50.501 INFO O| Aug 17 23:47:50.501 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-08-17T23:47:51.413Z[ recovery-image] Aug 17 23:47:50.510 INFO O| Aug 17 23:47:50.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56042026-08-17T23:47:51.413Z[ recovery-image] Aug 17 23:47:50.510 INFO O| Aug 17 23:47:50.510 INFO STEP 125 (remove_files) COMPLETE
56052026-08-17T23:47:51.413Z[ recovery-image] Aug 17 23:47:50.510 INFO O| Aug 17 23:47:50.510 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-08-17T23:47:51.422Z[ recovery-image] Aug 17 23:47:50.518 INFO O| Aug 17 23:47:50.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56072026-08-17T23:47:51.423Z[ recovery-image] Aug 17 23:47:50.518 INFO O| Aug 17 23:47:50.518 INFO STEP 126 (remove_files) COMPLETE
56082026-08-17T23:47:51.423Z[ recovery-image] Aug 17 23:47:50.518 INFO O| Aug 17 23:47:50.518 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-08-17T23:47:51.443Z[ recovery-image] Aug 17 23:47:50.539 INFO O| Aug 17 23:47:50.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56102026-08-17T23:47:51.443Z[ recovery-image] Aug 17 23:47:50.539 INFO O| Aug 17 23:47:50.539 INFO STEP 127 (remove_files) COMPLETE
56112026-08-17T23:47:51.443Z[ recovery-image] Aug 17 23:47:50.539 INFO O| Aug 17 23:47:50.539 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-08-17T23:47:51.452Z[ recovery-image] Aug 17 23:47:50.547 INFO O| Aug 17 23:47:50.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56132026-08-17T23:47:51.452Z[ recovery-image] Aug 17 23:47:50.547 INFO O| Aug 17 23:47:50.547 INFO STEP 128 (remove_files) COMPLETE
56142026-08-17T23:47:51.457Z[ recovery-image] Aug 17 23:47:50.547 INFO O| Aug 17 23:47:50.547 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-08-17T23:47:51.462Z[ recovery-image] Aug 17 23:47:50.555 INFO O| Aug 17 23:47:50.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56162026-08-17T23:47:51.462Z[ recovery-image] Aug 17 23:47:50.555 INFO O| Aug 17 23:47:50.555 INFO STEP 129 (remove_files) COMPLETE
56172026-08-17T23:47:51.462Z[ recovery-image] Aug 17 23:47:50.555 INFO O| Aug 17 23:47:50.555 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-08-17T23:47:51.467Z[ recovery-image] Aug 17 23:47:50.563 INFO O| Aug 17 23:47:50.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56192026-08-17T23:47:51.467Z[ recovery-image] Aug 17 23:47:50.563 INFO O| Aug 17 23:47:50.563 INFO STEP 130 (remove_files) COMPLETE
56202026-08-17T23:47:51.467Z[ recovery-image] Aug 17 23:47:50.563 INFO O| Aug 17 23:47:50.563 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-08-17T23:47:51.475Z[ recovery-image] Aug 17 23:47:50.571 INFO O| Aug 17 23:47:50.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56222026-08-17T23:47:51.475Z[ recovery-image] Aug 17 23:47:50.571 INFO O| Aug 17 23:47:50.571 INFO STEP 131 (remove_files) COMPLETE
56232026-08-17T23:47:51.475Z[ recovery-image] Aug 17 23:47:50.571 INFO O| Aug 17 23:47:50.571 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-08-17T23:47:51.482Z[ recovery-image] Aug 17 23:47:50.579 INFO O| Aug 17 23:47:50.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56252026-08-17T23:47:51.483Z[ recovery-image] Aug 17 23:47:50.579 INFO O| Aug 17 23:47:50.579 INFO STEP 132 (remove_files) COMPLETE
56262026-08-17T23:47:51.483Z[ recovery-image] Aug 17 23:47:50.579 INFO O| Aug 17 23:47:50.579 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-08-17T23:47:51.490Z[ recovery-image] Aug 17 23:47:50.586 INFO O| Aug 17 23:47:50.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56282026-08-17T23:47:51.490Z[ recovery-image] Aug 17 23:47:50.586 INFO O| Aug 17 23:47:50.586 INFO STEP 133 (remove_files) COMPLETE
56292026-08-17T23:47:51.490Z[ recovery-image] Aug 17 23:47:50.586 INFO O| Aug 17 23:47:50.586 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-08-17T23:47:51.500Z[ recovery-image] Aug 17 23:47:50.596 INFO O| Aug 17 23:47:50.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56312026-08-17T23:47:51.500Z[ recovery-image] Aug 17 23:47:50.596 INFO O| Aug 17 23:47:50.596 INFO STEP 134 (remove_files) COMPLETE
56322026-08-17T23:47:51.504Z[ recovery-image] Aug 17 23:47:50.596 INFO O| Aug 17 23:47:50.596 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-08-17T23:47:51.510Z[ recovery-image] Aug 17 23:47:50.606 INFO O| Aug 17 23:47:50.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56342026-08-17T23:47:51.510Z[ recovery-image] Aug 17 23:47:50.606 INFO O| Aug 17 23:47:50.606 INFO STEP 135 (remove_files) COMPLETE
56352026-08-17T23:47:51.513Z[ recovery-image] Aug 17 23:47:50.606 INFO O| Aug 17 23:47:50.606 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-08-17T23:47:51.517Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
56372026-08-17T23:47:51.521Z[ recovery-image] Aug 17 23:47:50.616 INFO O| Aug 17 23:47:50.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56382026-08-17T23:47:51.521Z[ recovery-image] Aug 17 23:47:50.616 INFO O| Aug 17 23:47:50.616 INFO STEP 136 (remove_files) COMPLETE
56392026-08-17T23:47:51.521Z[ recovery-image] Aug 17 23:47:50.616 INFO O| Aug 17 23:47:50.616 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-17T23:47:51.528Z[ recovery-image] Aug 17 23:47:50.624 INFO O| Aug 17 23:47:50.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56412026-08-17T23:47:51.532Z[ recovery-image] Aug 17 23:47:50.625 INFO O| Aug 17 23:47:50.625 INFO STEP 137 (remove_files) COMPLETE
56422026-08-17T23:47:51.532Z[ recovery-image] Aug 17 23:47:50.625 INFO O| Aug 17 23:47:50.625 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-17T23:47:51.537Z[ recovery-image] Aug 17 23:47:50.633 INFO O| Aug 17 23:47:50.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56442026-08-17T23:47:51.540Z[ recovery-image] Aug 17 23:47:50.634 INFO O| Aug 17 23:47:50.634 INFO STEP 138 (remove_files) COMPLETE
56452026-08-17T23:47:51.540Z[ recovery-image] Aug 17 23:47:50.634 INFO O| Aug 17 23:47:50.634 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-17T23:47:51.544Z[verify-libraries] Compiling fatfs v0.3.6
56472026-08-17T23:47:51.548Z[ recovery-image] Aug 17 23:47:50.643 INFO O| Aug 17 23:47:50.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56482026-08-17T23:47:51.548Z[ recovery-image] Aug 17 23:47:50.643 INFO O| Aug 17 23:47:50.643 INFO STEP 139 (remove_files) COMPLETE
56492026-08-17T23:47:51.548Z[ recovery-image] Aug 17 23:47:50.643 INFO O| Aug 17 23:47:50.643 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-17T23:47:51.558Z[ recovery-image] Aug 17 23:47:50.653 INFO O| Aug 17 23:47:50.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56512026-08-17T23:47:51.558Z[ recovery-image] Aug 17 23:47:50.653 INFO O| Aug 17 23:47:50.653 INFO STEP 140 (remove_files) COMPLETE
56522026-08-17T23:47:51.563Z[ recovery-image] Aug 17 23:47:50.653 INFO O| Aug 17 23:47:50.653 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-17T23:47:51.567Z[ recovery-image] Aug 17 23:47:50.662 INFO O| Aug 17 23:47:50.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56542026-08-17T23:47:51.567Z[ recovery-image] Aug 17 23:47:50.662 INFO O| Aug 17 23:47:50.662 INFO STEP 141 (remove_files) COMPLETE
56552026-08-17T23:47:51.567Z[ recovery-image] Aug 17 23:47:50.662 INFO O| Aug 17 23:47:50.662 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-17T23:47:51.570Z[verify-libraries] Compiling num-bigint v0.4.6
56572026-08-17T23:47:51.574Z[ recovery-image] Aug 17 23:47:50.670 INFO O| Aug 17 23:47:50.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56582026-08-17T23:47:51.577Z[ recovery-image] Aug 17 23:47:50.670 INFO O| Aug 17 23:47:50.670 INFO STEP 142 (remove_files) COMPLETE
56592026-08-17T23:47:51.578Z[ recovery-image] Aug 17 23:47:50.670 INFO O| Aug 17 23:47:50.670 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-17T23:47:51.584Z[ recovery-image] Aug 17 23:47:50.680 INFO O| Aug 17 23:47:50.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56612026-08-17T23:47:51.584Z[ recovery-image] Aug 17 23:47:50.680 INFO O| Aug 17 23:47:50.680 INFO STEP 143 (remove_files) COMPLETE
56622026-08-17T23:47:51.587Z[ recovery-image] Aug 17 23:47:50.680 INFO O| Aug 17 23:47:50.680 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-17T23:47:51.593Z[ recovery-image] Aug 17 23:47:50.689 INFO O| Aug 17 23:47:50.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56642026-08-17T23:47:51.593Z[ recovery-image] Aug 17 23:47:50.689 INFO O| Aug 17 23:47:50.689 INFO STEP 144 (remove_files) COMPLETE
56652026-08-17T23:47:51.597Z[ recovery-image] Aug 17 23:47:50.689 INFO O| Aug 17 23:47:50.689 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-17T23:47:51.597Z[verify-libraries] Compiling generic-array v1.4.3
56672026-08-17T23:47:51.602Z[ recovery-image] Aug 17 23:47:50.698 INFO O| Aug 17 23:47:50.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56682026-08-17T23:47:51.602Z[ recovery-image] Aug 17 23:47:50.698 INFO O| Aug 17 23:47:50.698 INFO STEP 145 (remove_files) COMPLETE
56692026-08-17T23:47:51.602Z[ recovery-image] Aug 17 23:47:50.698 INFO O| Aug 17 23:47:50.698 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-17T23:47:51.610Z[ recovery-image] Aug 17 23:47:50.706 INFO O| Aug 17 23:47:50.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56712026-08-17T23:47:51.610Z[ recovery-image] Aug 17 23:47:50.706 INFO O| Aug 17 23:47:50.706 INFO STEP 146 (remove_files) COMPLETE
56722026-08-17T23:47:51.610Z[ recovery-image] Aug 17 23:47:50.706 INFO O| Aug 17 23:47:50.706 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-17T23:47:51.618Z[ recovery-image] Aug 17 23:47:50.714 INFO O| Aug 17 23:47:50.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56742026-08-17T23:47:51.618Z[ recovery-image] Aug 17 23:47:50.714 INFO O| Aug 17 23:47:50.714 INFO STEP 147 (remove_files) COMPLETE
56752026-08-17T23:47:51.618Z[ recovery-image] Aug 17 23:47:50.714 INFO O| Aug 17 23:47:50.714 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-17T23:47:51.628Z[ recovery-image] Aug 17 23:47:50.724 INFO O| Aug 17 23:47:50.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56772026-08-17T23:47:51.628Z[ recovery-image] Aug 17 23:47:50.724 INFO O| Aug 17 23:47:50.724 INFO STEP 148 (remove_files) COMPLETE
56782026-08-17T23:47:51.631Z[ recovery-image] Aug 17 23:47:50.724 INFO O| Aug 17 23:47:50.724 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-17T23:47:51.638Z[ recovery-image] Aug 17 23:47:50.734 INFO O| Aug 17 23:47:50.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56802026-08-17T23:47:51.638Z[ recovery-image] Aug 17 23:47:50.734 INFO O| Aug 17 23:47:50.734 INFO STEP 149 (remove_files) COMPLETE
56812026-08-17T23:47:51.638Z[ recovery-image] Aug 17 23:47:50.734 INFO O| Aug 17 23:47:50.734 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-17T23:47:51.648Z[ recovery-image] Aug 17 23:47:50.744 INFO O| Aug 17 23:47:50.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56832026-08-17T23:47:51.648Z[ recovery-image] Aug 17 23:47:50.744 INFO O| Aug 17 23:47:50.744 INFO STEP 150 (remove_files) COMPLETE
56842026-08-17T23:47:51.648Z[ recovery-image] Aug 17 23:47:50.744 INFO O| Aug 17 23:47:50.744 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-17T23:47:51.657Z[ recovery-image] Aug 17 23:47:50.753 INFO O| Aug 17 23:47:50.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
56862026-08-17T23:47:51.657Z[ recovery-image] Aug 17 23:47:50.753 INFO O| Aug 17 23:47:50.753 INFO STEP 151 (remove_files) COMPLETE
56872026-08-17T23:47:51.657Z[ recovery-image] Aug 17 23:47:50.753 INFO O| Aug 17 23:47:50.753 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-17T23:47:51.667Z[ recovery-image] Aug 17 23:47:50.763 INFO O| Aug 17 23:47:50.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
56892026-08-17T23:47:51.667Z[ recovery-image] Aug 17 23:47:50.763 INFO O| Aug 17 23:47:50.763 INFO STEP 152 (remove_files) COMPLETE
56902026-08-17T23:47:51.667Z[ recovery-image] Aug 17 23:47:50.763 INFO O| Aug 17 23:47:50.763 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-17T23:47:51.678Z[ recovery-image] Aug 17 23:47:50.772 INFO O| Aug 17 23:47:50.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
56922026-08-17T23:47:51.678Z[ recovery-image] Aug 17 23:47:50.772 INFO O| Aug 17 23:47:50.772 INFO STEP 153 (remove_files) COMPLETE
56932026-08-17T23:47:51.682Z[ recovery-image] Aug 17 23:47:50.772 INFO O| Aug 17 23:47:50.772 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-17T23:47:51.686Z[ recovery-image] Aug 17 23:47:50.781 INFO O| Aug 17 23:47:50.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
56952026-08-17T23:47:51.689Z[ recovery-image] Aug 17 23:47:50.782 INFO O| Aug 17 23:47:50.782 INFO STEP 154 (remove_files) COMPLETE
56962026-08-17T23:47:51.689Z[ recovery-image] Aug 17 23:47:50.782 INFO O| Aug 17 23:47:50.782 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-17T23:47:51.697Z[ recovery-image] Aug 17 23:47:50.793 INFO O| Aug 17 23:47:50.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
56982026-08-17T23:47:51.697Z[ recovery-image] Aug 17 23:47:50.793 INFO O| Aug 17 23:47:50.793 INFO STEP 155 (remove_files) COMPLETE
56992026-08-17T23:47:51.697Z[ recovery-image] Aug 17 23:47:50.793 INFO O| Aug 17 23:47:50.793 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-17T23:47:51.713Z[ recovery-image] Aug 17 23:47:50.809 INFO O| Aug 17 23:47:50.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57012026-08-17T23:47:51.713Z[ recovery-image] Aug 17 23:47:50.809 INFO O| Aug 17 23:47:50.809 INFO STEP 156 (remove_files) COMPLETE
57022026-08-17T23:47:51.713Z[ recovery-image] Aug 17 23:47:50.809 INFO O| Aug 17 23:47:50.809 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-17T23:47:51.722Z[ recovery-image] Aug 17 23:47:50.818 INFO O| Aug 17 23:47:50.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57042026-08-17T23:47:51.722Z[ recovery-image] Aug 17 23:47:50.819 INFO O| Aug 17 23:47:50.818 INFO STEP 157 (remove_files) COMPLETE
57052026-08-17T23:47:51.722Z[ recovery-image] Aug 17 23:47:50.819 INFO O| Aug 17 23:47:50.819 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-17T23:47:51.731Z[ recovery-image] Aug 17 23:47:50.827 INFO O| Aug 17 23:47:50.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57072026-08-17T23:47:51.731Z[ recovery-image] Aug 17 23:47:50.828 INFO O| Aug 17 23:47:50.827 INFO STEP 158 (remove_files) COMPLETE
57082026-08-17T23:47:51.735Z[ recovery-image] Aug 17 23:47:50.828 INFO O| Aug 17 23:47:50.827 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-17T23:47:51.740Z[ recovery-image] Aug 17 23:47:50.836 INFO O| Aug 17 23:47:50.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57102026-08-17T23:47:51.754Z[ recovery-image] Aug 17 23:47:50.850 INFO O| Aug 17 23:47:50.850 INFO STEP 159 (remove_files) COMPLETE
57112026-08-17T23:47:51.754Z[ recovery-image] Aug 17 23:47:50.850 INFO O| Aug 17 23:47:50.850 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-08-17T23:47:51.818Z[ recovery-image] Aug 17 23:47:50.914 INFO O| Aug 17 23:47:50.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57132026-08-17T23:47:51.818Z[ recovery-image] Aug 17 23:47:50.914 INFO O| Aug 17 23:47:50.914 INFO STEP 160 (remove_files) COMPLETE
57142026-08-17T23:47:51.818Z[ recovery-image] Aug 17 23:47:50.914 INFO O| Aug 17 23:47:50.914 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-17T23:47:51.828Z[ recovery-image] Aug 17 23:47:50.923 INFO O| Aug 17 23:47:50.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57162026-08-17T23:47:51.828Z[ recovery-image] Aug 17 23:47:50.923 INFO O| Aug 17 23:47:50.923 INFO STEP 161 (remove_files) COMPLETE
57172026-08-17T23:47:51.828Z[ recovery-image] Aug 17 23:47:50.923 INFO O| Aug 17 23:47:50.923 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-17T23:47:51.832Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
57192026-08-17T23:47:51.836Z[ recovery-image] Aug 17 23:47:50.932 INFO O| Aug 17 23:47:50.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57202026-08-17T23:47:51.836Z[ recovery-image] Aug 17 23:47:50.932 INFO O| Aug 17 23:47:50.932 INFO STEP 162 (remove_files) COMPLETE
57212026-08-17T23:47:51.840Z[ recovery-image] Aug 17 23:47:50.932 INFO O| Aug 17 23:47:50.932 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-17T23:47:51.844Z[ recovery-image] Aug 17 23:47:50.940 INFO O| Aug 17 23:47:50.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57232026-08-17T23:47:51.844Z[ recovery-image] Aug 17 23:47:50.940 INFO O| Aug 17 23:47:50.940 INFO STEP 163 (remove_files) COMPLETE
57242026-08-17T23:47:51.844Z[ recovery-image] Aug 17 23:47:50.940 INFO O| Aug 17 23:47:50.940 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-17T23:47:51.852Z[ recovery-image] Aug 17 23:47:50.948 INFO O| Aug 17 23:47:50.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57262026-08-17T23:47:51.852Z[ recovery-image] Aug 17 23:47:50.948 INFO O| Aug 17 23:47:50.948 INFO STEP 164 (remove_files) COMPLETE
57272026-08-17T23:47:51.852Z[ recovery-image] Aug 17 23:47:50.948 INFO O| Aug 17 23:47:50.948 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-17T23:47:51.860Z[ recovery-image] Aug 17 23:47:50.957 INFO O| Aug 17 23:47:50.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57292026-08-17T23:47:51.864Z[ recovery-image] Aug 17 23:47:50.957 INFO O| Aug 17 23:47:50.957 INFO STEP 165 (remove_files) COMPLETE
57302026-08-17T23:47:51.864Z[ recovery-image] Aug 17 23:47:50.957 INFO O| Aug 17 23:47:50.957 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-17T23:47:51.871Z[ recovery-image] Aug 17 23:47:50.967 INFO O| Aug 17 23:47:50.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57322026-08-17T23:47:51.871Z[ recovery-image] Aug 17 23:47:50.967 INFO O| Aug 17 23:47:50.967 INFO STEP 166 (remove_files) COMPLETE
57332026-08-17T23:47:51.871Z[ recovery-image] Aug 17 23:47:50.967 INFO O| Aug 17 23:47:50.967 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-17T23:47:51.881Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
57352026-08-17T23:47:51.885Z[ recovery-image] Aug 17 23:47:50.979 INFO O| Aug 17 23:47:50.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57362026-08-17T23:47:51.885Z[ recovery-image] Aug 17 23:47:50.979 INFO O| Aug 17 23:47:50.979 INFO STEP 167 (remove_files) COMPLETE
57372026-08-17T23:47:51.885Z[ recovery-image] Aug 17 23:47:50.979 INFO O| Aug 17 23:47:50.979 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-17T23:47:51.892Z[ recovery-image] Aug 17 23:47:50.988 INFO O| Aug 17 23:47:50.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57392026-08-17T23:47:51.892Z[ recovery-image] Aug 17 23:47:50.988 INFO O| Aug 17 23:47:50.988 INFO STEP 168 (remove_files) COMPLETE
57402026-08-17T23:47:51.892Z[ recovery-image] Aug 17 23:47:50.988 INFO O| Aug 17 23:47:50.988 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-17T23:47:51.900Z[ recovery-image] Aug 17 23:47:50.996 INFO O| Aug 17 23:47:50.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57422026-08-17T23:47:51.900Z[ recovery-image] Aug 17 23:47:50.996 INFO O| Aug 17 23:47:50.996 INFO STEP 169 (remove_files) COMPLETE
57432026-08-17T23:47:51.904Z[ recovery-image] Aug 17 23:47:50.996 INFO O| Aug 17 23:47:50.996 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-17T23:47:51.907Z[ recovery-image] Aug 17 23:47:51.004 INFO O| Aug 17 23:47:51.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57452026-08-17T23:47:51.907Z[ recovery-image] Aug 17 23:47:51.004 INFO O| Aug 17 23:47:51.004 INFO STEP 170 (remove_files) COMPLETE
57462026-08-17T23:47:51.912Z[ recovery-image] Aug 17 23:47:51.004 INFO O| Aug 17 23:47:51.004 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-17T23:47:51.915Z[ recovery-image] Aug 17 23:47:51.011 INFO O| Aug 17 23:47:51.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57482026-08-17T23:47:51.915Z[ recovery-image] Aug 17 23:47:51.011 INFO O| Aug 17 23:47:51.011 INFO STEP 171 (remove_files) COMPLETE
57492026-08-17T23:47:51.915Z[ recovery-image] Aug 17 23:47:51.011 INFO O| Aug 17 23:47:51.011 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-17T23:47:51.923Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
57512026-08-17T23:47:51.926Z[ recovery-image] Aug 17 23:47:51.019 INFO O| Aug 17 23:47:51.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57522026-08-17T23:47:51.926Z[ recovery-image] Aug 17 23:47:51.019 INFO O| Aug 17 23:47:51.019 INFO STEP 172 (remove_files) COMPLETE
57532026-08-17T23:47:51.926Z[ recovery-image] Aug 17 23:47:51.019 INFO O| Aug 17 23:47:51.019 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-17T23:47:51.930Z[ recovery-image] Aug 17 23:47:51.027 INFO O| Aug 17 23:47:51.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57552026-08-17T23:47:51.930Z[ recovery-image] Aug 17 23:47:51.027 INFO O| Aug 17 23:47:51.027 INFO STEP 173 (remove_files) COMPLETE
57562026-08-17T23:47:51.936Z[ recovery-image] Aug 17 23:47:51.027 INFO O| Aug 17 23:47:51.027 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-17T23:47:51.953Z[ recovery-image] Aug 17 23:47:51.049 INFO O| Aug 17 23:47:51.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57582026-08-17T23:47:51.953Z[ recovery-image] Aug 17 23:47:51.049 INFO O| Aug 17 23:47:51.049 INFO STEP 174 (remove_files) COMPLETE
57592026-08-17T23:47:51.953Z[ recovery-image] Aug 17 23:47:51.049 INFO O| Aug 17 23:47:51.049 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-17T23:47:51.963Z[ recovery-image] Aug 17 23:47:51.059 INFO O| Aug 17 23:47:51.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57612026-08-17T23:47:51.963Z[ recovery-image] Aug 17 23:47:51.059 INFO O| Aug 17 23:47:51.059 INFO STEP 175 (remove_files) COMPLETE
57622026-08-17T23:47:51.963Z[ recovery-image] Aug 17 23:47:51.059 INFO O| Aug 17 23:47:51.059 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-17T23:47:51.973Z[ recovery-image] Aug 17 23:47:51.069 INFO O| Aug 17 23:47:51.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57642026-08-17T23:47:51.976Z[ recovery-image] Aug 17 23:47:51.070 INFO O| Aug 17 23:47:51.070 INFO STEP 176 (remove_files) COMPLETE
57652026-08-17T23:47:51.976Z[ recovery-image] Aug 17 23:47:51.070 INFO O| Aug 17 23:47:51.070 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-17T23:47:51.983Z[ recovery-image] Aug 17 23:47:51.079 INFO O| Aug 17 23:47:51.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57672026-08-17T23:47:51.983Z[ recovery-image] Aug 17 23:47:51.079 INFO O| Aug 17 23:47:51.079 INFO STEP 177 (remove_files) COMPLETE
57682026-08-17T23:47:51.983Z[ recovery-image] Aug 17 23:47:51.079 INFO O| Aug 17 23:47:51.079 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-17T23:47:51.992Z[ recovery-image] Aug 17 23:47:51.088 INFO O| Aug 17 23:47:51.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57702026-08-17T23:47:51.992Z[ recovery-image] Aug 17 23:47:51.088 INFO O| Aug 17 23:47:51.088 INFO STEP 178 (remove_files) COMPLETE
57712026-08-17T23:47:51.992Z[ recovery-image] Aug 17 23:47:51.088 INFO O| Aug 17 23:47:51.088 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-17T23:47:51.999Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
57732026-08-17T23:47:52.004Z[ recovery-image] Aug 17 23:47:51.099 INFO O| Aug 17 23:47:51.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57742026-08-17T23:47:52.007Z[ recovery-image] Aug 17 23:47:51.099 INFO O| Aug 17 23:47:51.099 INFO STEP 179 (remove_files) COMPLETE
57752026-08-17T23:47:52.007Z[ recovery-image] Aug 17 23:47:51.099 INFO O| Aug 17 23:47:51.099 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-17T23:47:52.012Z[ recovery-image] Aug 17 23:47:51.109 INFO O| Aug 17 23:47:51.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57772026-08-17T23:47:52.012Z[ recovery-image] Aug 17 23:47:51.109 INFO O| Aug 17 23:47:51.109 INFO STEP 180 (remove_files) COMPLETE
57782026-08-17T23:47:52.016Z[ recovery-image] Aug 17 23:47:51.109 INFO O| Aug 17 23:47:51.109 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-17T23:47:52.021Z[ recovery-image] Aug 17 23:47:51.117 INFO O| Aug 17 23:47:51.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57802026-08-17T23:47:52.028Z[ recovery-image] Aug 17 23:47:51.121 INFO O| Aug 17 23:47:51.121 INFO STEP 181 (remove_files) COMPLETE
57812026-08-17T23:47:52.028Z[ recovery-image] Aug 17 23:47:51.122 INFO O| Aug 17 23:47:51.121 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-17T23:47:52.036Z[ recovery-image] Aug 17 23:47:51.132 INFO O| Aug 17 23:47:51.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57832026-08-17T23:47:52.036Z[ recovery-image] Aug 17 23:47:51.132 INFO O| Aug 17 23:47:51.132 INFO STEP 182 (remove_files) COMPLETE
57842026-08-17T23:47:52.039Z[ recovery-image] Aug 17 23:47:51.132 INFO O| Aug 17 23:47:51.132 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-17T23:47:52.045Z[ recovery-image] Aug 17 23:47:51.141 INFO O| Aug 17 23:47:51.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
57862026-08-17T23:47:52.045Z[ recovery-image] Aug 17 23:47:51.141 INFO O| Aug 17 23:47:51.141 INFO STEP 183 (remove_files) COMPLETE
57872026-08-17T23:47:52.045Z[ recovery-image] Aug 17 23:47:51.141 INFO O| Aug 17 23:47:51.141 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-17T23:47:52.057Z[ recovery-image] Aug 17 23:47:51.152 INFO O| Aug 17 23:47:51.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
57892026-08-17T23:47:52.057Z[ recovery-image] Aug 17 23:47:51.152 INFO O| Aug 17 23:47:51.152 INFO STEP 184 (remove_files) COMPLETE
57902026-08-17T23:47:52.057Z[ recovery-image] Aug 17 23:47:51.152 INFO O| Aug 17 23:47:51.152 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-17T23:47:52.065Z[ recovery-image] Aug 17 23:47:51.161 INFO O| Aug 17 23:47:51.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
57922026-08-17T23:47:52.065Z[ recovery-image] Aug 17 23:47:51.161 INFO O| Aug 17 23:47:51.161 INFO STEP 185 (remove_files) COMPLETE
57932026-08-17T23:47:52.068Z[ recovery-image] Aug 17 23:47:51.161 INFO O| Aug 17 23:47:51.161 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-17T23:47:52.074Z[ recovery-image] Aug 17 23:47:51.170 INFO O| Aug 17 23:47:51.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
57952026-08-17T23:47:52.074Z[ recovery-image] Aug 17 23:47:51.170 INFO O| Aug 17 23:47:51.170 INFO STEP 186 (remove_files) COMPLETE
57962026-08-17T23:47:52.077Z[ recovery-image] Aug 17 23:47:51.170 INFO O| Aug 17 23:47:51.170 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-17T23:47:52.082Z[ recovery-image] Aug 17 23:47:51.179 INFO O| Aug 17 23:47:51.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
57982026-08-17T23:47:52.082Z[ recovery-image] Aug 17 23:47:51.179 INFO O| Aug 17 23:47:51.179 INFO STEP 187 (remove_files) COMPLETE
57992026-08-17T23:47:52.083Z[ recovery-image] Aug 17 23:47:51.179 INFO O| Aug 17 23:47:51.179 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-17T23:47:52.092Z[ recovery-image] Aug 17 23:47:51.187 INFO O| Aug 17 23:47:51.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58012026-08-17T23:47:52.092Z[ recovery-image] Aug 17 23:47:51.187 INFO O| Aug 17 23:47:51.187 INFO STEP 188 (remove_files) COMPLETE
58022026-08-17T23:47:52.096Z[ recovery-image] Aug 17 23:47:51.188 INFO O| Aug 17 23:47:51.187 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-17T23:47:52.100Z[ recovery-image] Aug 17 23:47:51.196 INFO O| Aug 17 23:47:51.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58042026-08-17T23:47:52.100Z[ recovery-image] Aug 17 23:47:51.196 INFO O| Aug 17 23:47:51.196 INFO STEP 189 (remove_files) COMPLETE
58052026-08-17T23:47:52.103Z[ recovery-image] Aug 17 23:47:51.196 INFO O| Aug 17 23:47:51.196 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-17T23:47:52.107Z[ recovery-image] Aug 17 23:47:51.204 INFO O| Aug 17 23:47:51.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58072026-08-17T23:47:52.107Z[ recovery-image] Aug 17 23:47:51.204 INFO O| Aug 17 23:47:51.204 INFO STEP 190 (remove_files) COMPLETE
58082026-08-17T23:47:52.112Z[ recovery-image] Aug 17 23:47:51.204 INFO O| Aug 17 23:47:51.204 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-17T23:47:52.115Z[ recovery-image] Aug 17 23:47:51.212 INFO O| Aug 17 23:47:51.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58102026-08-17T23:47:52.115Z[ recovery-image] Aug 17 23:47:51.212 INFO O| Aug 17 23:47:51.212 INFO STEP 191 (remove_files) COMPLETE
58112026-08-17T23:47:52.119Z[ recovery-image] Aug 17 23:47:51.212 INFO O| Aug 17 23:47:51.212 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-17T23:47:52.125Z[ recovery-image] Aug 17 23:47:51.220 INFO O| Aug 17 23:47:51.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58132026-08-17T23:47:52.125Z[ recovery-image] Aug 17 23:47:51.221 INFO O| Aug 17 23:47:51.221 INFO STEP 192 (remove_files) COMPLETE
58142026-08-17T23:47:52.129Z[ recovery-image] Aug 17 23:47:51.221 INFO O| Aug 17 23:47:51.221 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-17T23:47:52.134Z[ recovery-image] Aug 17 23:47:51.230 INFO O| Aug 17 23:47:51.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58162026-08-17T23:47:52.134Z[ recovery-image] Aug 17 23:47:51.230 INFO O| Aug 17 23:47:51.230 INFO STEP 193 (remove_files) COMPLETE
58172026-08-17T23:47:52.137Z[ recovery-image] Aug 17 23:47:51.230 INFO O| Aug 17 23:47:51.230 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-17T23:47:52.143Z[ recovery-image] Aug 17 23:47:51.239 INFO O| Aug 17 23:47:51.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58192026-08-17T23:47:52.143Z[ recovery-image] Aug 17 23:47:51.239 INFO O| Aug 17 23:47:51.239 INFO STEP 194 (remove_files) COMPLETE
58202026-08-17T23:47:52.147Z[ recovery-image] Aug 17 23:47:51.239 INFO O| Aug 17 23:47:51.239 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-17T23:47:52.153Z[ recovery-image] Aug 17 23:47:51.248 INFO O| Aug 17 23:47:51.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58222026-08-17T23:47:52.153Z[ recovery-image] Aug 17 23:47:51.248 INFO O| Aug 17 23:47:51.248 INFO STEP 195 (remove_files) COMPLETE
58232026-08-17T23:47:52.153Z[ recovery-image] Aug 17 23:47:51.248 INFO O| Aug 17 23:47:51.248 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-17T23:47:52.160Z[ recovery-image] Aug 17 23:47:51.256 INFO O| Aug 17 23:47:51.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58252026-08-17T23:47:52.160Z[ recovery-image] Aug 17 23:47:51.256 INFO O| Aug 17 23:47:51.256 INFO STEP 196 (remove_files) COMPLETE
58262026-08-17T23:47:52.160Z[ recovery-image] Aug 17 23:47:51.256 INFO O| Aug 17 23:47:51.256 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-17T23:47:52.169Z[ recovery-image] Aug 17 23:47:51.264 INFO O| Aug 17 23:47:51.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58282026-08-17T23:47:52.169Z[ recovery-image] Aug 17 23:47:51.264 INFO O| Aug 17 23:47:51.264 INFO STEP 197 (remove_files) COMPLETE
58292026-08-17T23:47:52.169Z[ recovery-image] Aug 17 23:47:51.264 INFO O| Aug 17 23:47:51.264 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-17T23:47:52.175Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
58312026-08-17T23:47:52.178Z[ recovery-image] Aug 17 23:47:51.273 INFO O| Aug 17 23:47:51.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58322026-08-17T23:47:52.178Z[ recovery-image] Aug 17 23:47:51.273 INFO O| Aug 17 23:47:51.273 INFO STEP 198 (remove_files) COMPLETE
58332026-08-17T23:47:52.178Z[ recovery-image] Aug 17 23:47:51.273 INFO O| Aug 17 23:47:51.273 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-17T23:47:52.186Z[ recovery-image] Aug 17 23:47:51.282 INFO O| Aug 17 23:47:51.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58352026-08-17T23:47:52.186Z[ recovery-image] Aug 17 23:47:51.282 INFO O| Aug 17 23:47:51.282 INFO STEP 199 (remove_files) COMPLETE
58362026-08-17T23:47:52.186Z[ recovery-image] Aug 17 23:47:51.282 INFO O| Aug 17 23:47:51.282 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-17T23:47:52.195Z[ recovery-image] Aug 17 23:47:51.291 INFO O| Aug 17 23:47:51.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58382026-08-17T23:47:52.195Z[ recovery-image] Aug 17 23:47:51.291 INFO O| Aug 17 23:47:51.291 INFO STEP 200 (remove_files) COMPLETE
58392026-08-17T23:47:52.195Z[ recovery-image] Aug 17 23:47:51.291 INFO O| Aug 17 23:47:51.291 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-17T23:47:52.204Z[ recovery-image] Aug 17 23:47:51.300 INFO O| Aug 17 23:47:51.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58412026-08-17T23:47:52.204Z[ recovery-image] Aug 17 23:47:51.300 INFO O| Aug 17 23:47:51.300 INFO STEP 201 (remove_files) COMPLETE
58422026-08-17T23:47:52.204Z[ recovery-image] Aug 17 23:47:51.300 INFO O| Aug 17 23:47:51.300 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-17T23:47:52.213Z[ recovery-image] Aug 17 23:47:51.309 INFO O| Aug 17 23:47:51.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58442026-08-17T23:47:52.213Z[ recovery-image] Aug 17 23:47:51.309 INFO O| Aug 17 23:47:51.309 INFO STEP 202 (remove_files) COMPLETE
58452026-08-17T23:47:52.217Z[ recovery-image] Aug 17 23:47:51.309 INFO O| Aug 17 23:47:51.309 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-17T23:47:52.221Z[ recovery-image] Aug 17 23:47:51.317 INFO O| Aug 17 23:47:51.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58472026-08-17T23:47:52.221Z[ recovery-image] Aug 17 23:47:51.318 INFO O| Aug 17 23:47:51.318 INFO STEP 203 (remove_files) COMPLETE
58482026-08-17T23:47:52.225Z[ recovery-image] Aug 17 23:47:51.318 INFO O| Aug 17 23:47:51.318 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-17T23:47:52.230Z[ recovery-image] Aug 17 23:47:51.326 INFO O| Aug 17 23:47:51.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58502026-08-17T23:47:52.234Z[ recovery-image] Aug 17 23:47:51.327 INFO O| Aug 17 23:47:51.327 INFO STEP 204 (remove_files) COMPLETE
58512026-08-17T23:47:52.234Z[ recovery-image] Aug 17 23:47:51.327 INFO O| Aug 17 23:47:51.327 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-17T23:47:52.241Z[ recovery-image] Aug 17 23:47:51.337 INFO O| Aug 17 23:47:51.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58532026-08-17T23:47:52.241Z[ recovery-image] Aug 17 23:47:51.337 INFO O| Aug 17 23:47:51.337 INFO STEP 205 (remove_files) COMPLETE
58542026-08-17T23:47:52.241Z[ recovery-image] Aug 17 23:47:51.337 INFO O| Aug 17 23:47:51.337 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-17T23:47:52.250Z[ recovery-image] Aug 17 23:47:51.346 INFO O| Aug 17 23:47:51.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58562026-08-17T23:47:52.250Z[ recovery-image] Aug 17 23:47:51.346 INFO O| Aug 17 23:47:51.346 INFO STEP 206 (remove_files) COMPLETE
58572026-08-17T23:47:52.250Z[ recovery-image] Aug 17 23:47:51.346 INFO O| Aug 17 23:47:51.346 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-17T23:47:52.260Z[ recovery-image] Aug 17 23:47:51.356 INFO O| Aug 17 23:47:51.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58592026-08-17T23:47:52.260Z[ recovery-image] Aug 17 23:47:51.356 INFO O| Aug 17 23:47:51.356 INFO STEP 207 (remove_files) COMPLETE
58602026-08-17T23:47:52.260Z[ recovery-image] Aug 17 23:47:51.356 INFO O| Aug 17 23:47:51.356 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-17T23:47:52.270Z[ recovery-image] Aug 17 23:47:51.366 INFO O| Aug 17 23:47:51.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58622026-08-17T23:47:52.270Z[ recovery-image] Aug 17 23:47:51.366 INFO O| Aug 17 23:47:51.366 INFO STEP 208 (remove_files) COMPLETE
58632026-08-17T23:47:52.270Z[ recovery-image] Aug 17 23:47:51.366 INFO O| Aug 17 23:47:51.366 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-17T23:47:52.281Z[ recovery-image] Aug 17 23:47:51.375 INFO O| Aug 17 23:47:51.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58652026-08-17T23:47:52.281Z[ recovery-image] Aug 17 23:47:51.375 INFO O| Aug 17 23:47:51.375 INFO STEP 209 (remove_files) COMPLETE
58662026-08-17T23:47:52.281Z[ recovery-image] Aug 17 23:47:51.375 INFO O| Aug 17 23:47:51.375 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-17T23:47:52.292Z[ recovery-image] Aug 17 23:47:51.385 INFO O| Aug 17 23:47:51.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58682026-08-17T23:47:52.292Z[ recovery-image] Aug 17 23:47:51.386 INFO O| Aug 17 23:47:51.386 INFO STEP 210 (remove_files) COMPLETE
58692026-08-17T23:47:52.295Z[ recovery-image] Aug 17 23:47:51.386 INFO O| Aug 17 23:47:51.386 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-17T23:47:52.299Z[ recovery-image] Aug 17 23:47:51.395 INFO O| Aug 17 23:47:51.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58712026-08-17T23:47:52.299Z[ recovery-image] Aug 17 23:47:51.395 INFO O| Aug 17 23:47:51.395 INFO STEP 211 (remove_files) COMPLETE
58722026-08-17T23:47:52.299Z[ recovery-image] Aug 17 23:47:51.395 INFO O| Aug 17 23:47:51.395 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-17T23:47:52.302Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
58742026-08-17T23:47:52.309Z[ recovery-image] Aug 17 23:47:51.405 INFO O| Aug 17 23:47:51.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58752026-08-17T23:47:52.309Z[ recovery-image] Aug 17 23:47:51.405 INFO O| Aug 17 23:47:51.405 INFO STEP 212 (remove_files) COMPLETE
58762026-08-17T23:47:52.309Z[ recovery-image] Aug 17 23:47:51.405 INFO O| Aug 17 23:47:51.405 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-08-17T23:47:52.318Z[ recovery-image] Aug 17 23:47:51.414 INFO O| Aug 17 23:47:51.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58782026-08-17T23:47:52.318Z[ recovery-image] Aug 17 23:47:51.414 INFO O| Aug 17 23:47:51.414 INFO STEP 213 (remove_files) COMPLETE
58792026-08-17T23:47:52.321Z[ recovery-image] Aug 17 23:47:51.414 INFO O| Aug 17 23:47:51.414 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-08-17T23:47:52.326Z[ recovery-image] Aug 17 23:47:51.422 INFO O| Aug 17 23:47:51.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58812026-08-17T23:47:52.326Z[ recovery-image] Aug 17 23:47:51.422 INFO O| Aug 17 23:47:51.422 INFO STEP 214 (remove_files) COMPLETE
58822026-08-17T23:47:52.329Z[ recovery-image] Aug 17 23:47:51.422 INFO O| Aug 17 23:47:51.422 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-08-17T23:47:52.335Z[ recovery-image] Aug 17 23:47:51.431 INFO O| Aug 17 23:47:51.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58842026-08-17T23:47:52.335Z[ recovery-image] Aug 17 23:47:51.431 INFO O| Aug 17 23:47:51.431 INFO STEP 215 (remove_files) COMPLETE
58852026-08-17T23:47:52.339Z[ recovery-image] Aug 17 23:47:51.431 INFO O| Aug 17 23:47:51.431 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-08-17T23:47:52.343Z[ recovery-image] Aug 17 23:47:51.439 INFO O| Aug 17 23:47:51.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
58872026-08-17T23:47:52.343Z[ recovery-image] Aug 17 23:47:51.439 INFO O| Aug 17 23:47:51.439 INFO STEP 216 (remove_files) COMPLETE
58882026-08-17T23:47:52.347Z[ recovery-image] Aug 17 23:47:51.439 INFO O| Aug 17 23:47:51.439 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-08-17T23:47:52.353Z[ recovery-image] Aug 17 23:47:51.448 INFO O| Aug 17 23:47:51.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
58902026-08-17T23:47:52.356Z[ recovery-image] Aug 17 23:47:51.448 INFO O| Aug 17 23:47:51.448 INFO STEP 217 (remove_files) COMPLETE
58912026-08-17T23:47:52.356Z[ recovery-image] Aug 17 23:47:51.448 INFO O| Aug 17 23:47:51.448 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-08-17T23:47:52.361Z[ recovery-image] Aug 17 23:47:51.457 INFO O| Aug 17 23:47:51.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
58932026-08-17T23:47:52.361Z[ recovery-image] Aug 17 23:47:51.457 INFO O| Aug 17 23:47:51.457 INFO STEP 218 (remove_files) COMPLETE
58942026-08-17T23:47:52.364Z[ recovery-image] Aug 17 23:47:51.457 INFO O| Aug 17 23:47:51.457 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-08-17T23:47:52.369Z[ recovery-image] Aug 17 23:47:51.465 INFO O| Aug 17 23:47:51.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
58962026-08-17T23:47:52.372Z[ recovery-image] Aug 17 23:47:51.467 INFO O| Aug 17 23:47:51.467 INFO STEP 219 (remove_files) COMPLETE
58972026-08-17T23:47:52.372Z[ recovery-image] Aug 17 23:47:51.467 INFO O| Aug 17 23:47:51.467 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-08-17T23:47:52.379Z[ recovery-image] Aug 17 23:47:51.476 INFO O| Aug 17 23:47:51.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
58992026-08-17T23:47:52.379Z[ recovery-image] Aug 17 23:47:51.476 INFO O| Aug 17 23:47:51.476 INFO STEP 220 (remove_files) COMPLETE
59002026-08-17T23:47:52.379Z[ recovery-image] Aug 17 23:47:51.476 INFO O| Aug 17 23:47:51.476 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-17T23:47:52.390Z[ recovery-image] Aug 17 23:47:51.486 INFO O| Aug 17 23:47:51.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59022026-08-17T23:47:52.390Z[ recovery-image] Aug 17 23:47:51.486 INFO O| Aug 17 23:47:51.486 INFO STEP 221 (remove_files) COMPLETE
59032026-08-17T23:47:52.390Z[ recovery-image] Aug 17 23:47:51.486 INFO O| Aug 17 23:47:51.486 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-17T23:47:52.399Z[ recovery-image] Aug 17 23:47:51.495 INFO O| Aug 17 23:47:51.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59052026-08-17T23:47:52.399Z[ recovery-image] Aug 17 23:47:51.495 INFO O| Aug 17 23:47:51.495 INFO STEP 222 (remove_files) COMPLETE
59062026-08-17T23:47:52.399Z[ recovery-image] Aug 17 23:47:51.495 INFO O| Aug 17 23:47:51.495 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-17T23:47:52.409Z[ recovery-image] Aug 17 23:47:51.504 INFO O| Aug 17 23:47:51.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59082026-08-17T23:47:52.409Z[ recovery-image] Aug 17 23:47:51.504 INFO O| Aug 17 23:47:51.504 INFO STEP 223 (remove_files) COMPLETE
59092026-08-17T23:47:52.412Z[ recovery-image] Aug 17 23:47:51.504 INFO O| Aug 17 23:47:51.504 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-17T23:47:52.417Z[ recovery-image] Aug 17 23:47:51.513 INFO O| Aug 17 23:47:51.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59112026-08-17T23:47:52.417Z[ recovery-image] Aug 17 23:47:51.513 INFO O| Aug 17 23:47:51.513 INFO STEP 224 (remove_files) COMPLETE
59122026-08-17T23:47:52.420Z[ recovery-image] Aug 17 23:47:51.513 INFO O| Aug 17 23:47:51.513 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-17T23:47:52.426Z[ recovery-image] Aug 17 23:47:51.523 INFO O| Aug 17 23:47:51.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59142026-08-17T23:47:52.426Z[ recovery-image] Aug 17 23:47:51.523 INFO O| Aug 17 23:47:51.523 INFO STEP 225 (remove_files) COMPLETE
59152026-08-17T23:47:52.426Z[ recovery-image] Aug 17 23:47:51.523 INFO O| Aug 17 23:47:51.523 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-17T23:47:52.435Z[ recovery-image] Aug 17 23:47:51.532 INFO O| Aug 17 23:47:51.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59172026-08-17T23:47:52.436Z[ recovery-image] Aug 17 23:47:51.532 INFO O| Aug 17 23:47:51.532 INFO STEP 226 (remove_files) COMPLETE
59182026-08-17T23:47:52.436Z[ recovery-image] Aug 17 23:47:51.532 INFO O| Aug 17 23:47:51.532 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-17T23:47:52.445Z[ recovery-image] Aug 17 23:47:51.541 INFO O| Aug 17 23:47:51.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59202026-08-17T23:47:52.445Z[ recovery-image] Aug 17 23:47:51.541 INFO O| Aug 17 23:47:51.541 INFO STEP 227 (remove_files) COMPLETE
59212026-08-17T23:47:52.445Z[ recovery-image] Aug 17 23:47:51.541 INFO O| Aug 17 23:47:51.541 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-17T23:47:52.454Z[ recovery-image] Aug 17 23:47:51.550 INFO O| Aug 17 23:47:51.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59232026-08-17T23:47:52.454Z[ recovery-image] Aug 17 23:47:51.550 INFO O| Aug 17 23:47:51.550 INFO STEP 228 (remove_files) COMPLETE
59242026-08-17T23:47:52.454Z[ recovery-image] Aug 17 23:47:51.550 INFO O| Aug 17 23:47:51.550 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-17T23:47:52.468Z[ recovery-image] Aug 17 23:47:51.560 INFO O| Aug 17 23:47:51.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59262026-08-17T23:47:52.468Z[ recovery-image] Aug 17 23:47:51.560 INFO O| Aug 17 23:47:51.560 INFO STEP 229 (remove_files) COMPLETE
59272026-08-17T23:47:52.468Z[ recovery-image] Aug 17 23:47:51.560 INFO O| Aug 17 23:47:51.560 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-17T23:47:52.473Z[ recovery-image] Aug 17 23:47:51.569 INFO O| Aug 17 23:47:51.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59292026-08-17T23:47:52.473Z[ recovery-image] Aug 17 23:47:51.569 INFO O| Aug 17 23:47:51.569 INFO STEP 230 (remove_files) COMPLETE
59302026-08-17T23:47:52.473Z[ recovery-image] Aug 17 23:47:51.569 INFO O| Aug 17 23:47:51.569 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-17T23:47:52.482Z[ recovery-image] Aug 17 23:47:51.579 INFO O| Aug 17 23:47:51.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59322026-08-17T23:47:52.482Z[ recovery-image] Aug 17 23:47:51.579 INFO O| Aug 17 23:47:51.579 INFO STEP 231 (remove_files) COMPLETE
59332026-08-17T23:47:52.483Z[ recovery-image] Aug 17 23:47:51.579 INFO O| Aug 17 23:47:51.579 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-17T23:47:52.491Z[ recovery-image] Aug 17 23:47:51.587 INFO O| Aug 17 23:47:51.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59352026-08-17T23:47:52.491Z[ recovery-image] Aug 17 23:47:51.587 INFO O| Aug 17 23:47:51.587 INFO STEP 232 (remove_files) COMPLETE
59362026-08-17T23:47:52.491Z[ recovery-image] Aug 17 23:47:51.587 INFO O| Aug 17 23:47:51.587 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-17T23:47:52.502Z[ recovery-image] Aug 17 23:47:51.597 INFO O| Aug 17 23:47:51.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59382026-08-17T23:47:52.502Z[ recovery-image] Aug 17 23:47:51.597 INFO O| Aug 17 23:47:51.597 INFO STEP 233 (remove_files) COMPLETE
59392026-08-17T23:47:52.502Z[ recovery-image] Aug 17 23:47:51.597 INFO O| Aug 17 23:47:51.597 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-17T23:47:52.510Z[ recovery-image] Aug 17 23:47:51.607 INFO O| Aug 17 23:47:51.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59412026-08-17T23:47:52.511Z[ recovery-image] Aug 17 23:47:51.607 INFO O| Aug 17 23:47:51.607 INFO STEP 234 (remove_files) COMPLETE
59422026-08-17T23:47:52.511Z[ recovery-image] Aug 17 23:47:51.607 INFO O| Aug 17 23:47:51.607 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-17T23:47:52.520Z[ recovery-image] Aug 17 23:47:51.616 INFO O| Aug 17 23:47:51.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59442026-08-17T23:47:52.520Z[ recovery-image] Aug 17 23:47:51.616 INFO O| Aug 17 23:47:51.616 INFO STEP 235 (remove_files) COMPLETE
59452026-08-17T23:47:52.520Z[ recovery-image] Aug 17 23:47:51.616 INFO O| Aug 17 23:47:51.616 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-17T23:47:52.529Z[ recovery-image] Aug 17 23:47:51.625 INFO O| Aug 17 23:47:51.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59472026-08-17T23:47:52.529Z[ recovery-image] Aug 17 23:47:51.625 INFO O| Aug 17 23:47:51.625 INFO STEP 236 (remove_files) COMPLETE
59482026-08-17T23:47:52.529Z[ recovery-image] Aug 17 23:47:51.625 INFO O| Aug 17 23:47:51.625 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-17T23:47:52.537Z[ recovery-image] Aug 17 23:47:51.633 INFO O| Aug 17 23:47:51.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59502026-08-17T23:47:52.537Z[ recovery-image] Aug 17 23:47:51.633 INFO O| Aug 17 23:47:51.633 INFO STEP 237 (remove_files) COMPLETE
59512026-08-17T23:47:52.537Z[ recovery-image] Aug 17 23:47:51.633 INFO O| Aug 17 23:47:51.633 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-17T23:47:52.544Z[ recovery-image] Aug 17 23:47:51.641 INFO O| Aug 17 23:47:51.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59532026-08-17T23:47:52.545Z[ recovery-image] Aug 17 23:47:51.641 INFO O| Aug 17 23:47:51.641 INFO STEP 238 (remove_files) COMPLETE
59542026-08-17T23:47:52.548Z[ recovery-image] Aug 17 23:47:51.641 INFO O| Aug 17 23:47:51.641 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-17T23:47:52.553Z[ recovery-image] Aug 17 23:47:51.649 INFO O| Aug 17 23:47:51.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59562026-08-17T23:47:52.553Z[ recovery-image] Aug 17 23:47:51.649 INFO O| Aug 17 23:47:51.649 INFO STEP 239 (remove_files) COMPLETE
59572026-08-17T23:47:52.556Z[ recovery-image] Aug 17 23:47:51.649 INFO O| Aug 17 23:47:51.649 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-17T23:47:52.560Z[ recovery-image] Aug 17 23:47:51.657 INFO O| Aug 17 23:47:51.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59592026-08-17T23:47:52.560Z[ recovery-image] Aug 17 23:47:51.657 INFO O| Aug 17 23:47:51.657 INFO STEP 240 (remove_files) COMPLETE
59602026-08-17T23:47:52.560Z[ recovery-image] Aug 17 23:47:51.657 INFO O| Aug 17 23:47:51.657 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-17T23:47:52.568Z[ recovery-image] Aug 17 23:47:51.664 INFO O| Aug 17 23:47:51.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59622026-08-17T23:47:52.568Z[ recovery-image] Aug 17 23:47:51.664 INFO O| Aug 17 23:47:51.664 INFO STEP 241 (remove_files) COMPLETE
59632026-08-17T23:47:52.568Z[ recovery-image] Aug 17 23:47:51.664 INFO O| Aug 17 23:47:51.664 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-17T23:47:52.576Z[ recovery-image] Aug 17 23:47:51.672 INFO O| Aug 17 23:47:51.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59652026-08-17T23:47:52.576Z[ recovery-image] Aug 17 23:47:51.672 INFO O| Aug 17 23:47:51.672 INFO STEP 242 (remove_files) COMPLETE
59662026-08-17T23:47:52.580Z[ recovery-image] Aug 17 23:47:51.672 INFO O| Aug 17 23:47:51.672 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-17T23:47:52.584Z[ recovery-image] Aug 17 23:47:51.680 INFO O| Aug 17 23:47:51.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59682026-08-17T23:47:52.584Z[ recovery-image] Aug 17 23:47:51.680 INFO O| Aug 17 23:47:51.680 INFO STEP 243 (remove_files) COMPLETE
59692026-08-17T23:47:52.585Z[ recovery-image] Aug 17 23:47:51.681 INFO O| Aug 17 23:47:51.680 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-17T23:47:52.592Z[ recovery-image] Aug 17 23:47:51.688 INFO O| Aug 17 23:47:51.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59712026-08-17T23:47:52.592Z[ recovery-image] Aug 17 23:47:51.688 INFO O| Aug 17 23:47:51.688 INFO STEP 244 (remove_files) COMPLETE
59722026-08-17T23:47:52.592Z[ recovery-image] Aug 17 23:47:51.688 INFO O| Aug 17 23:47:51.688 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-17T23:47:52.601Z[ recovery-image] Aug 17 23:47:51.697 INFO O| Aug 17 23:47:51.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59742026-08-17T23:47:52.601Z[ recovery-image] Aug 17 23:47:51.697 INFO O| Aug 17 23:47:51.697 INFO STEP 245 (remove_files) COMPLETE
59752026-08-17T23:47:52.601Z[ recovery-image] Aug 17 23:47:51.697 INFO O| Aug 17 23:47:51.697 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-17T23:47:52.610Z[ recovery-image] Aug 17 23:47:51.706 INFO O| Aug 17 23:47:51.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59772026-08-17T23:47:52.610Z[ recovery-image] Aug 17 23:47:51.706 INFO O| Aug 17 23:47:51.706 INFO STEP 246 (remove_files) COMPLETE
59782026-08-17T23:47:52.610Z[ recovery-image] Aug 17 23:47:51.706 INFO O| Aug 17 23:47:51.706 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-17T23:47:52.620Z[ recovery-image] Aug 17 23:47:51.716 INFO O| Aug 17 23:47:51.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59802026-08-17T23:47:52.623Z[ recovery-image] Aug 17 23:47:51.716 INFO O| Aug 17 23:47:51.716 INFO STEP 247 (remove_files) COMPLETE
59812026-08-17T23:47:52.623Z[ recovery-image] Aug 17 23:47:51.716 INFO O| Aug 17 23:47:51.716 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-17T23:47:52.647Z[ recovery-image] Aug 17 23:47:51.743 INFO O| Aug 17 23:47:51.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59832026-08-17T23:47:52.647Z[ recovery-image] Aug 17 23:47:51.743 INFO O| Aug 17 23:47:51.743 INFO STEP 248 (remove_files) COMPLETE
59842026-08-17T23:47:52.653Z[ recovery-image] Aug 17 23:47:51.743 INFO O| Aug 17 23:47:51.743 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-17T23:47:52.656Z[ recovery-image] Aug 17 23:47:51.752 INFO O| Aug 17 23:47:51.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
59862026-08-17T23:47:52.656Z[ recovery-image] Aug 17 23:47:51.752 INFO O| Aug 17 23:47:51.752 INFO STEP 249 (remove_files) COMPLETE
59872026-08-17T23:47:52.657Z[ recovery-image] Aug 17 23:47:51.752 INFO O| Aug 17 23:47:51.752 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-17T23:47:52.666Z[ recovery-image] Aug 17 23:47:51.762 INFO O| Aug 17 23:47:51.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
59892026-08-17T23:47:52.666Z[ recovery-image] Aug 17 23:47:51.762 INFO O| Aug 17 23:47:51.762 INFO STEP 250 (remove_files) COMPLETE
59902026-08-17T23:47:52.666Z[ recovery-image] Aug 17 23:47:51.762 INFO O| Aug 17 23:47:51.762 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-17T23:47:52.676Z[ recovery-image] Aug 17 23:47:51.772 INFO O| Aug 17 23:47:51.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
59922026-08-17T23:47:52.676Z[ recovery-image] Aug 17 23:47:51.772 INFO O| Aug 17 23:47:51.772 INFO STEP 251 (remove_files) COMPLETE
59932026-08-17T23:47:52.676Z[ recovery-image] Aug 17 23:47:51.772 INFO O| Aug 17 23:47:51.772 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-17T23:47:52.686Z[ recovery-image] Aug 17 23:47:51.781 INFO O| Aug 17 23:47:51.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
59952026-08-17T23:47:52.686Z[ recovery-image] Aug 17 23:47:51.781 INFO O| Aug 17 23:47:51.781 INFO STEP 252 (remove_files) COMPLETE
59962026-08-17T23:47:52.686Z[ recovery-image] Aug 17 23:47:51.781 INFO O| Aug 17 23:47:51.781 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-17T23:47:52.694Z[ recovery-image] Aug 17 23:47:51.791 INFO O| Aug 17 23:47:51.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
59982026-08-17T23:47:52.694Z[ recovery-image] Aug 17 23:47:51.791 INFO O| Aug 17 23:47:51.791 INFO STEP 253 (remove_files) COMPLETE
59992026-08-17T23:47:52.746Z[ recovery-image] Aug 17 23:47:51.791 INFO O| Aug 17 23:47:51.791 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-17T23:47:52.746Z[ recovery-image] Aug 17 23:47:51.800 INFO O| Aug 17 23:47:51.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60012026-08-17T23:47:52.746Z[ recovery-image] Aug 17 23:47:51.800 INFO O| Aug 17 23:47:51.800 INFO STEP 254 (remove_files) COMPLETE
60022026-08-17T23:47:52.747Z[ recovery-image] Aug 17 23:47:51.800 INFO O| Aug 17 23:47:51.800 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-17T23:47:52.747Z[ recovery-image] Aug 17 23:47:51.809 INFO O| Aug 17 23:47:51.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60042026-08-17T23:47:52.747Z[ recovery-image] Aug 17 23:47:51.809 INFO O| Aug 17 23:47:51.809 INFO STEP 255 (remove_files) COMPLETE
60052026-08-17T23:47:52.747Z[ recovery-image] Aug 17 23:47:51.809 INFO O| Aug 17 23:47:51.809 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-17T23:47:52.747Z[ recovery-image] Aug 17 23:47:51.818 INFO O| Aug 17 23:47:51.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60072026-08-17T23:47:52.747Z[ recovery-image] Aug 17 23:47:51.818 INFO O| Aug 17 23:47:51.818 INFO STEP 256 (remove_files) COMPLETE
60082026-08-17T23:47:52.747Z[ recovery-image] Aug 17 23:47:51.818 INFO O| Aug 17 23:47:51.818 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-17T23:47:52.747Z[ recovery-image] Aug 17 23:47:51.827 INFO O| Aug 17 23:47:51.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60102026-08-17T23:47:52.747Z[ recovery-image] Aug 17 23:47:51.827 INFO O| Aug 17 23:47:51.827 INFO STEP 257 (remove_files) COMPLETE
60112026-08-17T23:47:52.747Z[ recovery-image] Aug 17 23:47:51.827 INFO O| Aug 17 23:47:51.827 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-17T23:47:52.747Z[ recovery-image] Aug 17 23:47:51.836 INFO O| Aug 17 23:47:51.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60132026-08-17T23:47:52.747Z[ recovery-image] Aug 17 23:47:51.836 INFO O| Aug 17 23:47:51.836 INFO STEP 258 (remove_files) COMPLETE
60142026-08-17T23:47:52.747Z[ recovery-image] Aug 17 23:47:51.836 INFO O| Aug 17 23:47:51.836 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-17T23:47:52.752Z[ recovery-image] Aug 17 23:47:51.845 INFO O| Aug 17 23:47:51.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60162026-08-17T23:47:52.752Z[ recovery-image] Aug 17 23:47:51.845 INFO O| Aug 17 23:47:51.845 INFO STEP 259 (remove_files) COMPLETE
60172026-08-17T23:47:52.752Z[ recovery-image] Aug 17 23:47:51.845 INFO O| Aug 17 23:47:51.845 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-17T23:47:52.758Z[ recovery-image] Aug 17 23:47:51.854 INFO O| Aug 17 23:47:51.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60192026-08-17T23:47:52.762Z[ recovery-image] Aug 17 23:47:51.855 INFO O| Aug 17 23:47:51.855 INFO STEP 260 (remove_files) COMPLETE
60202026-08-17T23:47:52.762Z[ recovery-image] Aug 17 23:47:51.855 INFO O| Aug 17 23:47:51.855 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-17T23:47:52.769Z[ recovery-image] Aug 17 23:47:51.864 INFO O| Aug 17 23:47:51.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60222026-08-17T23:47:52.769Z[ recovery-image] Aug 17 23:47:51.864 INFO O| Aug 17 23:47:51.864 INFO STEP 261 (remove_files) COMPLETE
60232026-08-17T23:47:52.769Z[ recovery-image] Aug 17 23:47:51.864 INFO O| Aug 17 23:47:51.864 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-17T23:47:52.777Z[ recovery-image] Aug 17 23:47:51.873 INFO O| Aug 17 23:47:51.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60252026-08-17T23:47:52.777Z[ recovery-image] Aug 17 23:47:51.873 INFO O| Aug 17 23:47:51.873 INFO STEP 262 (remove_files) COMPLETE
60262026-08-17T23:47:52.781Z[ recovery-image] Aug 17 23:47:51.873 INFO O| Aug 17 23:47:51.873 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-17T23:47:52.786Z[ recovery-image] Aug 17 23:47:51.883 INFO O| Aug 17 23:47:51.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60282026-08-17T23:47:52.786Z[ recovery-image] Aug 17 23:47:51.883 INFO O| Aug 17 23:47:51.883 INFO STEP 263 (remove_files) COMPLETE
60292026-08-17T23:47:52.786Z[ recovery-image] Aug 17 23:47:51.883 INFO O| Aug 17 23:47:51.883 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-17T23:47:52.811Z[ recovery-image] Aug 17 23:47:51.907 INFO O| Aug 17 23:47:51.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60312026-08-17T23:47:52.811Z[ recovery-image] Aug 17 23:47:51.907 INFO O| Aug 17 23:47:51.907 INFO STEP 264 (remove_files) COMPLETE
60322026-08-17T23:47:52.811Z[ recovery-image] Aug 17 23:47:51.907 INFO O| Aug 17 23:47:51.907 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-17T23:47:52.842Z[ recovery-image] Aug 17 23:47:51.938 INFO O| Aug 17 23:47:51.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60342026-08-17T23:47:52.842Z[ recovery-image] Aug 17 23:47:51.938 INFO O| Aug 17 23:47:51.938 INFO STEP 265 (remove_files) COMPLETE
60352026-08-17T23:47:52.842Z[ recovery-image] Aug 17 23:47:51.938 INFO O| Aug 17 23:47:51.938 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-17T23:47:52.851Z[ recovery-image] Aug 17 23:47:51.947 INFO O| Aug 17 23:47:51.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60372026-08-17T23:47:52.851Z[ recovery-image] Aug 17 23:47:51.947 INFO O| Aug 17 23:47:51.947 INFO STEP 266 (remove_files) COMPLETE
60382026-08-17T23:47:52.851Z[ recovery-image] Aug 17 23:47:51.947 INFO O| Aug 17 23:47:51.947 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-17T23:47:52.861Z[ recovery-image] Aug 17 23:47:51.957 INFO O| Aug 17 23:47:51.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60402026-08-17T23:47:52.861Z[ recovery-image] Aug 17 23:47:51.957 INFO O| Aug 17 23:47:51.957 INFO STEP 267 (remove_files) COMPLETE
60412026-08-17T23:47:52.861Z[ recovery-image] Aug 17 23:47:51.957 INFO O| Aug 17 23:47:51.957 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-17T23:47:52.870Z[ recovery-image] Aug 17 23:47:51.966 INFO O| Aug 17 23:47:51.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60432026-08-17T23:47:52.870Z[ recovery-image] Aug 17 23:47:51.966 INFO O| Aug 17 23:47:51.966 INFO STEP 268 (remove_files) COMPLETE
60442026-08-17T23:47:52.870Z[ recovery-image] Aug 17 23:47:51.966 INFO O| Aug 17 23:47:51.966 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-17T23:47:52.893Z[ recovery-image] Aug 17 23:47:51.989 INFO O| Aug 17 23:47:51.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60462026-08-17T23:47:52.893Z[ recovery-image] Aug 17 23:47:51.989 INFO O| Aug 17 23:47:51.989 INFO STEP 269 (remove_files) COMPLETE
60472026-08-17T23:47:52.893Z[ recovery-image] Aug 17 23:47:51.989 INFO O| Aug 17 23:47:51.989 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-17T23:47:52.919Z[ recovery-image] Aug 17 23:47:52.014 INFO O| Aug 17 23:47:52.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60492026-08-17T23:47:52.919Z[ recovery-image] Aug 17 23:47:52.014 INFO O| Aug 17 23:47:52.014 INFO STEP 270 (remove_files) COMPLETE
60502026-08-17T23:47:52.919Z[ recovery-image] Aug 17 23:47:52.014 INFO O| Aug 17 23:47:52.014 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-17T23:47:52.927Z[ recovery-image] Aug 17 23:47:52.023 INFO O| Aug 17 23:47:52.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60522026-08-17T23:47:52.927Z[ recovery-image] Aug 17 23:47:52.023 INFO O| Aug 17 23:47:52.023 INFO STEP 271 (remove_files) COMPLETE
60532026-08-17T23:47:52.927Z[ recovery-image] Aug 17 23:47:52.023 INFO O| Aug 17 23:47:52.023 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-17T23:47:52.935Z[ recovery-image] Aug 17 23:47:52.031 INFO O| Aug 17 23:47:52.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60552026-08-17T23:47:52.935Z[ recovery-image] Aug 17 23:47:52.032 INFO O| Aug 17 23:47:52.031 INFO STEP 272 (remove_files) COMPLETE
60562026-08-17T23:47:52.935Z[ recovery-image] Aug 17 23:47:52.032 INFO O| Aug 17 23:47:52.032 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-17T23:47:52.943Z[ recovery-image] Aug 17 23:47:52.039 INFO O| Aug 17 23:47:52.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60582026-08-17T23:47:52.943Z[ recovery-image] Aug 17 23:47:52.039 INFO O| Aug 17 23:47:52.039 INFO STEP 273 (remove_files) COMPLETE
60592026-08-17T23:47:52.943Z[ recovery-image] Aug 17 23:47:52.039 INFO O| Aug 17 23:47:52.039 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-17T23:47:52.951Z[ recovery-image] Aug 17 23:47:52.047 INFO O| Aug 17 23:47:52.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60612026-08-17T23:47:52.951Z[ recovery-image] Aug 17 23:47:52.047 INFO O| Aug 17 23:47:52.047 INFO STEP 274 (remove_files) COMPLETE
60622026-08-17T23:47:52.951Z[ recovery-image] Aug 17 23:47:52.047 INFO O| Aug 17 23:47:52.047 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-17T23:47:52.959Z[ recovery-image] Aug 17 23:47:52.055 INFO O| Aug 17 23:47:52.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60642026-08-17T23:47:52.959Z[ recovery-image] Aug 17 23:47:52.055 INFO O| Aug 17 23:47:52.055 INFO STEP 275 (remove_files) COMPLETE
60652026-08-17T23:47:52.959Z[ recovery-image] Aug 17 23:47:52.055 INFO O| Aug 17 23:47:52.055 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-17T23:47:52.967Z[ recovery-image] Aug 17 23:47:52.063 INFO O| Aug 17 23:47:52.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60672026-08-17T23:47:52.967Z[ recovery-image] Aug 17 23:47:52.063 INFO O| Aug 17 23:47:52.063 INFO STEP 276 (remove_files) COMPLETE
60682026-08-17T23:47:52.967Z[ recovery-image] Aug 17 23:47:52.063 INFO O| Aug 17 23:47:52.063 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-17T23:47:52.987Z[ recovery-image] Aug 17 23:47:52.083 INFO O| Aug 17 23:47:52.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60702026-08-17T23:47:52.987Z[ recovery-image] Aug 17 23:47:52.083 INFO O| Aug 17 23:47:52.081 INFO STEP 277 (remove_files) COMPLETE
60712026-08-17T23:47:52.987Z[ recovery-image] Aug 17 23:47:52.083 INFO O| Aug 17 23:47:52.081 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-17T23:47:52.994Z[ recovery-image] Aug 17 23:47:52.090 INFO O| Aug 17 23:47:52.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60732026-08-17T23:47:52.994Z[ recovery-image] Aug 17 23:47:52.090 INFO O| Aug 17 23:47:52.090 INFO STEP 278 (remove_files) COMPLETE
60742026-08-17T23:47:52.994Z[ recovery-image] Aug 17 23:47:52.090 INFO O| Aug 17 23:47:52.090 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-17T23:47:53.003Z[ recovery-image] Aug 17 23:47:52.099 INFO O| Aug 17 23:47:52.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60762026-08-17T23:47:53.003Z[ recovery-image] Aug 17 23:47:52.099 INFO O| Aug 17 23:47:52.099 INFO STEP 279 (remove_files) COMPLETE
60772026-08-17T23:47:53.008Z[ recovery-image] Aug 17 23:47:52.099 INFO O| Aug 17 23:47:52.099 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-17T23:47:53.013Z[ recovery-image] Aug 17 23:47:52.109 INFO O| Aug 17 23:47:52.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60792026-08-17T23:47:53.013Z[ recovery-image] Aug 17 23:47:52.109 INFO O| Aug 17 23:47:52.109 INFO STEP 280 (remove_files) COMPLETE
60802026-08-17T23:47:53.016Z[ recovery-image] Aug 17 23:47:52.109 INFO O| Aug 17 23:47:52.109 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-17T23:47:53.023Z[ recovery-image] Aug 17 23:47:52.119 INFO O| Aug 17 23:47:52.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60822026-08-17T23:47:53.023Z[ recovery-image] Aug 17 23:47:52.119 INFO O| Aug 17 23:47:52.119 INFO STEP 281 (remove_files) COMPLETE
60832026-08-17T23:47:53.023Z[ recovery-image] Aug 17 23:47:52.119 INFO O| Aug 17 23:47:52.119 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-17T23:47:53.034Z[ recovery-image] Aug 17 23:47:52.130 INFO O| Aug 17 23:47:52.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
60852026-08-17T23:47:53.034Z[ recovery-image] Aug 17 23:47:52.130 INFO O| Aug 17 23:47:52.130 INFO STEP 282 (remove_files) COMPLETE
60862026-08-17T23:47:53.037Z[ recovery-image] Aug 17 23:47:52.130 INFO O| Aug 17 23:47:52.130 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-17T23:47:53.043Z[ recovery-image] Aug 17 23:47:52.139 INFO O| Aug 17 23:47:52.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
60882026-08-17T23:47:53.047Z[ recovery-image] Aug 17 23:47:52.140 INFO O| Aug 17 23:47:52.140 INFO STEP 283 (remove_files) COMPLETE
60892026-08-17T23:47:53.047Z[ recovery-image] Aug 17 23:47:52.140 INFO O| Aug 17 23:47:52.140 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-17T23:47:53.055Z[ recovery-image] Aug 17 23:47:52.150 INFO O| Aug 17 23:47:52.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
60912026-08-17T23:47:53.055Z[ recovery-image] Aug 17 23:47:52.150 INFO O| Aug 17 23:47:52.150 INFO STEP 284 (remove_files) COMPLETE
60922026-08-17T23:47:53.055Z[ recovery-image] Aug 17 23:47:52.150 INFO O| Aug 17 23:47:52.150 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-17T23:47:53.064Z[ recovery-image] Aug 17 23:47:52.160 INFO O| Aug 17 23:47:52.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
60942026-08-17T23:47:53.064Z[ recovery-image] Aug 17 23:47:52.160 INFO O| Aug 17 23:47:52.160 INFO STEP 285 (remove_files) COMPLETE
60952026-08-17T23:47:53.071Z[ recovery-image] Aug 17 23:47:52.160 INFO O| Aug 17 23:47:52.160 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-17T23:47:53.074Z[ recovery-image] Aug 17 23:47:52.169 INFO O| Aug 17 23:47:52.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
60972026-08-17T23:47:53.074Z[ recovery-image] Aug 17 23:47:52.169 INFO O| Aug 17 23:47:52.169 INFO STEP 286 (remove_files) COMPLETE
60982026-08-17T23:47:53.074Z[ recovery-image] Aug 17 23:47:52.169 INFO O| Aug 17 23:47:52.169 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-17T23:47:53.082Z[ recovery-image] Aug 17 23:47:52.178 INFO O| Aug 17 23:47:52.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61002026-08-17T23:47:53.082Z[ recovery-image] Aug 17 23:47:52.178 INFO O| Aug 17 23:47:52.178 INFO STEP 287 (remove_files) COMPLETE
61012026-08-17T23:47:53.082Z[ recovery-image] Aug 17 23:47:52.178 INFO O| Aug 17 23:47:52.178 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-17T23:47:53.092Z[ recovery-image] Aug 17 23:47:52.188 INFO O| Aug 17 23:47:52.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61032026-08-17T23:47:53.092Z[ recovery-image] Aug 17 23:47:52.188 INFO O| Aug 17 23:47:52.188 INFO STEP 288 (remove_files) COMPLETE
61042026-08-17T23:47:53.095Z[ recovery-image] Aug 17 23:47:52.188 INFO O| Aug 17 23:47:52.188 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-17T23:47:53.100Z[ recovery-image] Aug 17 23:47:52.196 INFO O| Aug 17 23:47:52.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61062026-08-17T23:47:53.100Z[ recovery-image] Aug 17 23:47:52.196 INFO O| Aug 17 23:47:52.196 INFO STEP 289 (remove_files) COMPLETE
61072026-08-17T23:47:53.100Z[ recovery-image] Aug 17 23:47:52.196 INFO O| Aug 17 23:47:52.196 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-17T23:47:53.109Z[ recovery-image] Aug 17 23:47:52.205 INFO O| Aug 17 23:47:52.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61092026-08-17T23:47:53.109Z[ recovery-image] Aug 17 23:47:52.205 INFO O| Aug 17 23:47:52.205 INFO STEP 290 (remove_files) COMPLETE
61102026-08-17T23:47:53.112Z[ recovery-image] Aug 17 23:47:52.205 INFO O| Aug 17 23:47:52.205 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-17T23:47:53.119Z[ recovery-image] Aug 17 23:47:52.215 INFO O| Aug 17 23:47:52.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61122026-08-17T23:47:53.119Z[ recovery-image] Aug 17 23:47:52.216 INFO O| Aug 17 23:47:52.215 INFO STEP 291 (remove_files) COMPLETE
61132026-08-17T23:47:53.123Z[ recovery-image] Aug 17 23:47:52.216 INFO O| Aug 17 23:47:52.215 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-17T23:47:53.128Z[ recovery-image] Aug 17 23:47:52.224 INFO O| Aug 17 23:47:52.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61152026-08-17T23:47:53.128Z[ recovery-image] Aug 17 23:47:52.224 INFO O| Aug 17 23:47:52.224 INFO STEP 292 (remove_files) COMPLETE
61162026-08-17T23:47:53.140Z[ recovery-image] Aug 17 23:47:52.224 INFO O| Aug 17 23:47:52.224 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-17T23:47:53.179Z[ recovery-image] Aug 17 23:47:52.275 INFO O| Aug 17 23:47:52.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61182026-08-17T23:47:53.179Z[ recovery-image] Aug 17 23:47:52.275 INFO O| Aug 17 23:47:52.275 INFO STEP 293 (remove_files) COMPLETE
61192026-08-17T23:47:53.183Z[ recovery-image] Aug 17 23:47:52.275 INFO O| Aug 17 23:47:52.275 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-17T23:47:53.190Z[ recovery-image] Aug 17 23:47:52.286 INFO O| Aug 17 23:47:52.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61212026-08-17T23:47:53.190Z[ recovery-image] Aug 17 23:47:52.286 INFO O| Aug 17 23:47:52.286 INFO STEP 294 (remove_files) COMPLETE
61222026-08-17T23:47:53.194Z[ recovery-image] Aug 17 23:47:52.286 INFO O| Aug 17 23:47:52.286 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-17T23:47:53.199Z[ recovery-image] Aug 17 23:47:52.296 INFO O| Aug 17 23:47:52.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61242026-08-17T23:47:53.199Z[ recovery-image] Aug 17 23:47:52.296 INFO O| Aug 17 23:47:52.296 INFO STEP 295 (remove_files) COMPLETE
61252026-08-17T23:47:53.199Z[ recovery-image] Aug 17 23:47:52.296 INFO O| Aug 17 23:47:52.296 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-17T23:47:53.209Z[ recovery-image] Aug 17 23:47:52.305 INFO O| Aug 17 23:47:52.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61272026-08-17T23:47:53.209Z[ recovery-image] Aug 17 23:47:52.305 INFO O| Aug 17 23:47:52.305 INFO STEP 296 (remove_files) COMPLETE
61282026-08-17T23:47:53.209Z[ recovery-image] Aug 17 23:47:52.305 INFO O| Aug 17 23:47:52.305 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-17T23:47:53.218Z[ recovery-image] Aug 17 23:47:52.314 INFO O| Aug 17 23:47:52.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61302026-08-17T23:47:53.218Z[ recovery-image] Aug 17 23:47:52.314 INFO O| Aug 17 23:47:52.314 INFO STEP 297 (remove_files) COMPLETE
61312026-08-17T23:47:53.218Z[ recovery-image] Aug 17 23:47:52.314 INFO O| Aug 17 23:47:52.314 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-17T23:47:53.228Z[ recovery-image] Aug 17 23:47:52.322 INFO O| Aug 17 23:47:52.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61332026-08-17T23:47:53.228Z[ recovery-image] Aug 17 23:47:52.322 INFO O| Aug 17 23:47:52.322 INFO STEP 298 (remove_files) COMPLETE
61342026-08-17T23:47:53.228Z[ recovery-image] Aug 17 23:47:52.322 INFO O| Aug 17 23:47:52.322 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-17T23:47:53.235Z[ recovery-image] Aug 17 23:47:52.331 INFO O| Aug 17 23:47:52.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61362026-08-17T23:47:53.235Z[ recovery-image] Aug 17 23:47:52.331 INFO O| Aug 17 23:47:52.331 INFO STEP 299 (remove_files) COMPLETE
61372026-08-17T23:47:53.235Z[ recovery-image] Aug 17 23:47:52.331 INFO O| Aug 17 23:47:52.331 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-17T23:47:53.245Z[ recovery-image] Aug 17 23:47:52.340 INFO O| Aug 17 23:47:52.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61392026-08-17T23:47:53.245Z[ recovery-image] Aug 17 23:47:52.340 INFO O| Aug 17 23:47:52.340 INFO STEP 300 (remove_files) COMPLETE
61402026-08-17T23:47:53.245Z[ recovery-image] Aug 17 23:47:52.340 INFO O| Aug 17 23:47:52.340 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-17T23:47:53.253Z[ recovery-image] Aug 17 23:47:52.349 INFO O| Aug 17 23:47:52.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61422026-08-17T23:47:53.253Z[ recovery-image] Aug 17 23:47:52.349 INFO O| Aug 17 23:47:52.349 INFO STEP 301 (remove_files) COMPLETE
61432026-08-17T23:47:53.253Z[ recovery-image] Aug 17 23:47:52.349 INFO O| Aug 17 23:47:52.349 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-17T23:47:53.265Z[ recovery-image] Aug 17 23:47:52.361 INFO O| Aug 17 23:47:52.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61452026-08-17T23:47:53.265Z[ recovery-image] Aug 17 23:47:52.361 INFO O| Aug 17 23:47:52.361 INFO STEP 302 (remove_files) COMPLETE
61462026-08-17T23:47:53.265Z[ recovery-image] Aug 17 23:47:52.361 INFO O| Aug 17 23:47:52.361 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-17T23:47:53.276Z[ recovery-image] Aug 17 23:47:52.372 INFO O| Aug 17 23:47:52.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61482026-08-17T23:47:53.276Z[ recovery-image] Aug 17 23:47:52.372 INFO O| Aug 17 23:47:52.372 INFO STEP 303 (remove_files) COMPLETE
61492026-08-17T23:47:53.276Z[ recovery-image] Aug 17 23:47:52.372 INFO O| Aug 17 23:47:52.372 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-17T23:47:53.286Z[ recovery-image] Aug 17 23:47:52.382 INFO O| Aug 17 23:47:52.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61512026-08-17T23:47:53.286Z[ recovery-image] Aug 17 23:47:52.382 INFO O| Aug 17 23:47:52.382 INFO STEP 304 (remove_files) COMPLETE
61522026-08-17T23:47:53.286Z[ recovery-image] Aug 17 23:47:52.382 INFO O| Aug 17 23:47:52.382 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-17T23:47:53.296Z[ recovery-image] Aug 17 23:47:52.392 INFO O| Aug 17 23:47:52.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61542026-08-17T23:47:53.296Z[ recovery-image] Aug 17 23:47:52.392 INFO O| Aug 17 23:47:52.392 INFO STEP 305 (remove_files) COMPLETE
61552026-08-17T23:47:53.300Z[ recovery-image] Aug 17 23:47:52.392 INFO O| Aug 17 23:47:52.392 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-17T23:47:53.321Z[ recovery-image] Aug 17 23:47:52.414 INFO O| Aug 17 23:47:52.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61572026-08-17T23:47:53.321Z[ recovery-image] Aug 17 23:47:52.414 INFO O| Aug 17 23:47:52.414 INFO STEP 306 (remove_files) COMPLETE
61582026-08-17T23:47:53.321Z[ recovery-image] Aug 17 23:47:52.414 INFO O| Aug 17 23:47:52.414 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-17T23:47:53.329Z[ recovery-image] Aug 17 23:47:52.425 INFO O| Aug 17 23:47:52.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61602026-08-17T23:47:53.329Z[ recovery-image] Aug 17 23:47:52.425 INFO O| Aug 17 23:47:52.425 INFO STEP 307 (remove_files) COMPLETE
61612026-08-17T23:47:53.329Z[ recovery-image] Aug 17 23:47:52.425 INFO O| Aug 17 23:47:52.425 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-17T23:47:53.339Z[ recovery-image] Aug 17 23:47:52.435 INFO O| Aug 17 23:47:52.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61632026-08-17T23:47:53.339Z[ recovery-image] Aug 17 23:47:52.435 INFO O| Aug 17 23:47:52.435 INFO STEP 308 (remove_files) COMPLETE
61642026-08-17T23:47:53.339Z[ recovery-image] Aug 17 23:47:52.435 INFO O| Aug 17 23:47:52.435 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-17T23:47:53.348Z[ recovery-image] Aug 17 23:47:52.444 INFO O| Aug 17 23:47:52.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61662026-08-17T23:47:53.348Z[ recovery-image] Aug 17 23:47:52.444 INFO O| Aug 17 23:47:52.444 INFO STEP 309 (remove_files) COMPLETE
61672026-08-17T23:47:53.348Z[ recovery-image] Aug 17 23:47:52.444 INFO O| Aug 17 23:47:52.444 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-17T23:47:53.357Z[ recovery-image] Aug 17 23:47:52.453 INFO O| Aug 17 23:47:52.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61692026-08-17T23:47:53.357Z[ recovery-image] Aug 17 23:47:52.453 INFO O| Aug 17 23:47:52.453 INFO STEP 310 (remove_files) COMPLETE
61702026-08-17T23:47:53.357Z[ recovery-image] Aug 17 23:47:52.453 INFO O| Aug 17 23:47:52.453 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-17T23:47:53.364Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
61722026-08-17T23:47:53.367Z[ recovery-image] Aug 17 23:47:52.462 INFO O| Aug 17 23:47:52.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61732026-08-17T23:47:53.367Z[ recovery-image] Aug 17 23:47:52.463 INFO O| Aug 17 23:47:52.463 INFO STEP 311 (remove_files) COMPLETE
61742026-08-17T23:47:53.367Z[ recovery-image] Aug 17 23:47:52.463 INFO O| Aug 17 23:47:52.463 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-17T23:47:53.376Z[ recovery-image] Aug 17 23:47:52.472 INFO O| Aug 17 23:47:52.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61762026-08-17T23:47:53.376Z[ recovery-image] Aug 17 23:47:52.472 INFO O| Aug 17 23:47:52.472 INFO STEP 312 (remove_files) COMPLETE
61772026-08-17T23:47:53.376Z[ recovery-image] Aug 17 23:47:52.472 INFO O| Aug 17 23:47:52.472 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-17T23:47:53.384Z[ recovery-image] Aug 17 23:47:52.480 INFO O| Aug 17 23:47:52.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61792026-08-17T23:47:53.384Z[ recovery-image] Aug 17 23:47:52.480 INFO O| Aug 17 23:47:52.480 INFO STEP 313 (remove_files) COMPLETE
61802026-08-17T23:47:53.384Z[ recovery-image] Aug 17 23:47:52.480 INFO O| Aug 17 23:47:52.480 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-17T23:47:53.391Z[ recovery-image] Aug 17 23:47:52.487 INFO O| Aug 17 23:47:52.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61822026-08-17T23:47:53.391Z[ recovery-image] Aug 17 23:47:52.487 INFO O| Aug 17 23:47:52.487 INFO STEP 314 (remove_files) COMPLETE
61832026-08-17T23:47:53.391Z[ recovery-image] Aug 17 23:47:52.487 INFO O| Aug 17 23:47:52.487 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-17T23:47:53.400Z[ recovery-image] Aug 17 23:47:52.495 INFO O| Aug 17 23:47:52.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
61852026-08-17T23:47:53.400Z[ recovery-image] Aug 17 23:47:52.496 INFO O| Aug 17 23:47:52.496 INFO STEP 315 (remove_files) COMPLETE
61862026-08-17T23:47:53.400Z[ recovery-image] Aug 17 23:47:52.496 INFO O| Aug 17 23:47:52.496 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-17T23:47:53.408Z[ recovery-image] Aug 17 23:47:52.504 INFO O| Aug 17 23:47:52.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
61882026-08-17T23:47:53.408Z[ recovery-image] Aug 17 23:47:52.504 INFO O| Aug 17 23:47:52.504 INFO STEP 316 (remove_files) COMPLETE
61892026-08-17T23:47:53.408Z[ recovery-image] Aug 17 23:47:52.504 INFO O| Aug 17 23:47:52.504 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-17T23:47:53.416Z[ recovery-image] Aug 17 23:47:52.513 INFO O| Aug 17 23:47:52.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
61912026-08-17T23:47:53.420Z[ recovery-image] Aug 17 23:47:52.513 INFO O| Aug 17 23:47:52.513 INFO STEP 317 (remove_files) COMPLETE
61922026-08-17T23:47:53.420Z[ recovery-image] Aug 17 23:47:52.513 INFO O| Aug 17 23:47:52.513 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-17T23:47:53.431Z[ recovery-image] Aug 17 23:47:52.524 INFO O| Aug 17 23:47:52.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
61942026-08-17T23:47:53.431Z[ recovery-image] Aug 17 23:47:52.524 INFO O| Aug 17 23:47:52.524 INFO STEP 318 (remove_files) COMPLETE
61952026-08-17T23:47:53.431Z[ recovery-image] Aug 17 23:47:52.524 INFO O| Aug 17 23:47:52.524 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-17T23:47:53.438Z[ recovery-image] Aug 17 23:47:52.533 INFO O| Aug 17 23:47:52.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
61972026-08-17T23:47:53.438Z[ recovery-image] Aug 17 23:47:52.534 INFO O| Aug 17 23:47:52.534 INFO STEP 319 (remove_files) COMPLETE
61982026-08-17T23:47:53.438Z[ recovery-image] Aug 17 23:47:52.534 INFO O| Aug 17 23:47:52.534 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-17T23:47:53.447Z[ recovery-image] Aug 17 23:47:52.542 INFO O| Aug 17 23:47:52.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62002026-08-17T23:47:53.447Z[ recovery-image] Aug 17 23:47:52.542 INFO O| Aug 17 23:47:52.542 INFO STEP 320 (remove_files) COMPLETE
62012026-08-17T23:47:53.447Z[ recovery-image] Aug 17 23:47:52.542 INFO O| Aug 17 23:47:52.542 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-17T23:47:53.455Z[ recovery-image] Aug 17 23:47:52.551 INFO O| Aug 17 23:47:52.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62032026-08-17T23:47:53.455Z[ recovery-image] Aug 17 23:47:52.551 INFO O| Aug 17 23:47:52.551 INFO STEP 321 (remove_files) COMPLETE
62042026-08-17T23:47:53.455Z[ recovery-image] Aug 17 23:47:52.551 INFO O| Aug 17 23:47:52.551 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-17T23:47:53.464Z[ recovery-image] Aug 17 23:47:52.560 INFO O| Aug 17 23:47:52.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62062026-08-17T23:47:53.464Z[ recovery-image] Aug 17 23:47:52.560 INFO O| Aug 17 23:47:52.560 INFO STEP 322 (remove_files) COMPLETE
62072026-08-17T23:47:53.464Z[ recovery-image] Aug 17 23:47:52.560 INFO O| Aug 17 23:47:52.560 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-17T23:47:53.473Z[ recovery-image] Aug 17 23:47:52.569 INFO O| Aug 17 23:47:52.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62092026-08-17T23:47:53.473Z[ recovery-image] Aug 17 23:47:52.569 INFO O| Aug 17 23:47:52.569 INFO STEP 323 (remove_files) COMPLETE
62102026-08-17T23:47:53.473Z[ recovery-image] Aug 17 23:47:52.569 INFO O| Aug 17 23:47:52.569 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-17T23:47:53.483Z[ recovery-image] Aug 17 23:47:52.579 INFO O| Aug 17 23:47:52.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62122026-08-17T23:47:53.483Z[ recovery-image] Aug 17 23:47:52.579 INFO O| Aug 17 23:47:52.579 INFO STEP 324 (remove_files) COMPLETE
62132026-08-17T23:47:53.483Z[ recovery-image] Aug 17 23:47:52.579 INFO O| Aug 17 23:47:52.579 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-17T23:47:53.492Z[ recovery-image] Aug 17 23:47:52.588 INFO O| Aug 17 23:47:52.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62152026-08-17T23:47:53.492Z[ recovery-image] Aug 17 23:47:52.588 INFO O| Aug 17 23:47:52.588 INFO STEP 325 (remove_files) COMPLETE
62162026-08-17T23:47:53.492Z[ recovery-image] Aug 17 23:47:52.588 INFO O| Aug 17 23:47:52.588 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-17T23:47:53.502Z[ recovery-image] Aug 17 23:47:52.597 INFO O| Aug 17 23:47:52.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62182026-08-17T23:47:53.502Z[ recovery-image] Aug 17 23:47:52.597 INFO O| Aug 17 23:47:52.597 INFO STEP 326 (remove_files) COMPLETE
62192026-08-17T23:47:53.502Z[ recovery-image] Aug 17 23:47:52.597 INFO O| Aug 17 23:47:52.597 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-17T23:47:53.513Z[ recovery-image] Aug 17 23:47:52.605 INFO O| Aug 17 23:47:52.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62212026-08-17T23:47:53.513Z[ recovery-image] Aug 17 23:47:52.605 INFO O| Aug 17 23:47:52.605 INFO STEP 327 (remove_files) COMPLETE
62222026-08-17T23:47:53.513Z[ recovery-image] Aug 17 23:47:52.605 INFO O| Aug 17 23:47:52.605 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-17T23:47:53.519Z[ recovery-image] Aug 17 23:47:52.615 INFO O| Aug 17 23:47:52.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62242026-08-17T23:47:53.522Z[ recovery-image] Aug 17 23:47:52.615 INFO O| Aug 17 23:47:52.615 INFO STEP 328 (remove_files) COMPLETE
62252026-08-17T23:47:53.522Z[ recovery-image] Aug 17 23:47:52.615 INFO O| Aug 17 23:47:52.615 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-17T23:47:53.530Z[ recovery-image] Aug 17 23:47:52.625 INFO O| Aug 17 23:47:52.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62272026-08-17T23:47:53.530Z[ recovery-image] Aug 17 23:47:52.625 INFO O| Aug 17 23:47:52.625 INFO STEP 329 (remove_files) COMPLETE
62282026-08-17T23:47:53.533Z[ recovery-image] Aug 17 23:47:52.625 INFO O| Aug 17 23:47:52.625 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-17T23:47:53.538Z[ recovery-image] Aug 17 23:47:52.634 INFO O| Aug 17 23:47:52.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62302026-08-17T23:47:53.541Z[ recovery-image] Aug 17 23:47:52.634 INFO O| Aug 17 23:47:52.634 INFO STEP 330 (remove_files) COMPLETE
62312026-08-17T23:47:53.541Z[ recovery-image] Aug 17 23:47:52.634 INFO O| Aug 17 23:47:52.634 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-17T23:47:53.548Z[ recovery-image] Aug 17 23:47:52.644 INFO O| Aug 17 23:47:52.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62332026-08-17T23:47:53.548Z[ recovery-image] Aug 17 23:47:52.644 INFO O| Aug 17 23:47:52.644 INFO STEP 331 (remove_files) COMPLETE
62342026-08-17T23:47:53.548Z[ recovery-image] Aug 17 23:47:52.644 INFO O| Aug 17 23:47:52.644 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-17T23:47:53.558Z[ recovery-image] Aug 17 23:47:52.653 INFO O| Aug 17 23:47:52.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62362026-08-17T23:47:53.558Z[ recovery-image] Aug 17 23:47:52.653 INFO O| Aug 17 23:47:52.653 INFO STEP 332 (remove_files) COMPLETE
62372026-08-17T23:47:53.558Z[ recovery-image] Aug 17 23:47:52.653 INFO O| Aug 17 23:47:52.653 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-08-17T23:47:53.566Z[ recovery-image] Aug 17 23:47:52.662 INFO O| Aug 17 23:47:52.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62392026-08-17T23:47:53.566Z[ recovery-image] Aug 17 23:47:52.662 INFO O| Aug 17 23:47:52.662 INFO STEP 333 (remove_files) COMPLETE
62402026-08-17T23:47:53.566Z[ recovery-image] Aug 17 23:47:52.662 INFO O| Aug 17 23:47:52.662 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-17T23:47:53.575Z[ recovery-image] Aug 17 23:47:52.672 INFO O| Aug 17 23:47:52.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62422026-08-17T23:47:53.575Z[ recovery-image] Aug 17 23:47:52.672 INFO O| Aug 17 23:47:52.672 INFO STEP 334 (remove_files) COMPLETE
62432026-08-17T23:47:53.579Z[ recovery-image] Aug 17 23:47:52.672 INFO O| Aug 17 23:47:52.672 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-17T23:47:53.585Z[ recovery-image] Aug 17 23:47:52.681 INFO O| Aug 17 23:47:52.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62452026-08-17T23:47:53.585Z[ recovery-image] Aug 17 23:47:52.681 INFO O| Aug 17 23:47:52.681 INFO STEP 335 (remove_files) COMPLETE
62462026-08-17T23:47:53.585Z[ recovery-image] Aug 17 23:47:52.681 INFO O| Aug 17 23:47:52.681 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-08-17T23:47:53.596Z[ recovery-image] Aug 17 23:47:52.692 INFO O| Aug 17 23:47:52.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62482026-08-17T23:47:53.596Z[ recovery-image] Aug 17 23:47:52.692 INFO O| Aug 17 23:47:52.692 INFO STEP 336 (remove_files) COMPLETE
62492026-08-17T23:47:53.596Z[ recovery-image] Aug 17 23:47:52.692 INFO O| Aug 17 23:47:52.692 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-08-17T23:47:53.605Z[ recovery-image] Aug 17 23:47:52.701 INFO O| Aug 17 23:47:52.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62512026-08-17T23:47:53.605Z[ recovery-image] Aug 17 23:47:52.701 INFO O| Aug 17 23:47:52.701 INFO STEP 337 (remove_files) COMPLETE
62522026-08-17T23:47:53.605Z[ recovery-image] Aug 17 23:47:52.701 INFO O| Aug 17 23:47:52.701 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-08-17T23:47:53.615Z[ recovery-image] Aug 17 23:47:52.711 INFO O| Aug 17 23:47:52.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62542026-08-17T23:47:53.615Z[ recovery-image] Aug 17 23:47:52.711 INFO O| Aug 17 23:47:52.711 INFO STEP 338 (remove_files) COMPLETE
62552026-08-17T23:47:53.615Z[ recovery-image] Aug 17 23:47:52.711 INFO O| Aug 17 23:47:52.711 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-08-17T23:47:53.624Z[ recovery-image] Aug 17 23:47:52.720 INFO O| Aug 17 23:47:52.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62572026-08-17T23:47:53.624Z[ recovery-image] Aug 17 23:47:52.720 INFO O| Aug 17 23:47:52.720 INFO STEP 339 (remove_files) COMPLETE
62582026-08-17T23:47:53.624Z[ recovery-image] Aug 17 23:47:52.720 INFO O| Aug 17 23:47:52.720 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-08-17T23:47:53.634Z[ recovery-image] Aug 17 23:47:52.730 INFO O| Aug 17 23:47:52.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62602026-08-17T23:47:53.634Z[ recovery-image] Aug 17 23:47:52.730 INFO O| Aug 17 23:47:52.730 INFO STEP 340 (remove_files) COMPLETE
62612026-08-17T23:47:53.634Z[ recovery-image] Aug 17 23:47:52.730 INFO O| Aug 17 23:47:52.730 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-08-17T23:47:53.644Z[ recovery-image] Aug 17 23:47:52.740 INFO O| Aug 17 23:47:52.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62632026-08-17T23:47:53.644Z[ recovery-image] Aug 17 23:47:52.740 INFO O| Aug 17 23:47:52.740 INFO STEP 341 (remove_files) COMPLETE
62642026-08-17T23:47:53.644Z[ recovery-image] Aug 17 23:47:52.740 INFO O| Aug 17 23:47:52.740 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-17T23:47:53.655Z[ recovery-image] Aug 17 23:47:52.751 INFO O| Aug 17 23:47:52.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62662026-08-17T23:47:53.655Z[ recovery-image] Aug 17 23:47:52.751 INFO O| Aug 17 23:47:52.751 INFO STEP 342 (remove_files) COMPLETE
62672026-08-17T23:47:53.655Z[ recovery-image] Aug 17 23:47:52.751 INFO O| Aug 17 23:47:52.751 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-17T23:47:53.665Z[ recovery-image] Aug 17 23:47:52.761 INFO O| Aug 17 23:47:52.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62692026-08-17T23:47:53.665Z[ recovery-image] Aug 17 23:47:52.761 INFO O| Aug 17 23:47:52.761 INFO STEP 343 (remove_files) COMPLETE
62702026-08-17T23:47:53.669Z[ recovery-image] Aug 17 23:47:52.761 INFO O| Aug 17 23:47:52.761 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-17T23:47:53.676Z[ recovery-image] Aug 17 23:47:52.772 INFO O| Aug 17 23:47:52.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62722026-08-17T23:47:53.676Z[ recovery-image] Aug 17 23:47:52.772 INFO O| Aug 17 23:47:52.772 INFO STEP 344 (remove_files) COMPLETE
62732026-08-17T23:47:53.676Z[ recovery-image] Aug 17 23:47:52.772 INFO O| Aug 17 23:47:52.772 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-17T23:47:53.686Z[ recovery-image] Aug 17 23:47:52.782 INFO O| Aug 17 23:47:52.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62752026-08-17T23:47:53.686Z[ recovery-image] Aug 17 23:47:52.782 INFO O| Aug 17 23:47:52.782 INFO STEP 345 (remove_files) COMPLETE
62762026-08-17T23:47:53.686Z[ recovery-image] Aug 17 23:47:52.782 INFO O| Aug 17 23:47:52.782 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-17T23:47:53.696Z[ recovery-image] Aug 17 23:47:52.792 INFO O| Aug 17 23:47:52.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62782026-08-17T23:47:53.696Z[ recovery-image] Aug 17 23:47:52.792 INFO O| Aug 17 23:47:52.792 INFO STEP 346 (remove_files) COMPLETE
62792026-08-17T23:47:53.699Z[ recovery-image] Aug 17 23:47:52.792 INFO O| Aug 17 23:47:52.792 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-17T23:47:53.705Z[ recovery-image] Aug 17 23:47:52.801 INFO O| Aug 17 23:47:52.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62812026-08-17T23:47:53.705Z[ recovery-image] Aug 17 23:47:52.801 INFO O| Aug 17 23:47:52.801 INFO STEP 347 (remove_files) COMPLETE
62822026-08-17T23:47:53.710Z[ recovery-image] Aug 17 23:47:52.801 INFO O| Aug 17 23:47:52.801 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-17T23:47:53.714Z[ recovery-image] Aug 17 23:47:52.810 INFO O| Aug 17 23:47:52.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
62842026-08-17T23:47:53.714Z[ recovery-image] Aug 17 23:47:52.810 INFO O| Aug 17 23:47:52.810 INFO STEP 348 (remove_files) COMPLETE
62852026-08-17T23:47:53.714Z[ recovery-image] Aug 17 23:47:52.810 INFO O| Aug 17 23:47:52.810 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-17T23:47:53.725Z[ recovery-image] Aug 17 23:47:52.819 INFO O| Aug 17 23:47:52.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
62872026-08-17T23:47:53.725Z[ recovery-image] Aug 17 23:47:52.819 INFO O| Aug 17 23:47:52.819 INFO STEP 349 (remove_files) COMPLETE
62882026-08-17T23:47:53.725Z[ recovery-image] Aug 17 23:47:52.819 INFO O| Aug 17 23:47:52.819 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-17T23:47:53.731Z[ recovery-image] Aug 17 23:47:52.827 INFO O| Aug 17 23:47:52.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
62902026-08-17T23:47:53.731Z[ recovery-image] Aug 17 23:47:52.827 INFO O| Aug 17 23:47:52.827 INFO STEP 350 (remove_files) COMPLETE
62912026-08-17T23:47:53.735Z[ recovery-image] Aug 17 23:47:52.827 INFO O| Aug 17 23:47:52.827 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-17T23:47:53.742Z[ recovery-image] Aug 17 23:47:52.838 INFO O| Aug 17 23:47:52.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
62932026-08-17T23:47:53.742Z[ recovery-image] Aug 17 23:47:52.838 INFO O| Aug 17 23:47:52.838 INFO STEP 351 (remove_files) COMPLETE
62942026-08-17T23:47:53.742Z[ recovery-image] Aug 17 23:47:52.838 INFO O| Aug 17 23:47:52.838 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-17T23:47:53.752Z[ recovery-image] Aug 17 23:47:52.848 INFO O| Aug 17 23:47:52.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
62962026-08-17T23:47:53.752Z[ recovery-image] Aug 17 23:47:52.848 INFO O| Aug 17 23:47:52.848 INFO STEP 352 (remove_files) COMPLETE
62972026-08-17T23:47:53.752Z[ recovery-image] Aug 17 23:47:52.848 INFO O| Aug 17 23:47:52.848 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-17T23:47:53.761Z[ recovery-image] Aug 17 23:47:52.857 INFO O| Aug 17 23:47:52.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
62992026-08-17T23:47:53.761Z[ recovery-image] Aug 17 23:47:52.858 INFO O| Aug 17 23:47:52.857 INFO STEP 353 (remove_files) COMPLETE
63002026-08-17T23:47:53.761Z[ recovery-image] Aug 17 23:47:52.858 INFO O| Aug 17 23:47:52.857 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-17T23:47:53.772Z[ recovery-image] Aug 17 23:47:52.868 INFO O| Aug 17 23:47:52.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63022026-08-17T23:47:53.772Z[ recovery-image] Aug 17 23:47:52.868 INFO O| Aug 17 23:47:52.868 INFO STEP 354 (remove_files) COMPLETE
63032026-08-17T23:47:53.775Z[ recovery-image] Aug 17 23:47:52.868 INFO O| Aug 17 23:47:52.868 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-17T23:47:53.781Z[ recovery-image] Aug 17 23:47:52.877 INFO O| Aug 17 23:47:52.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63052026-08-17T23:47:53.781Z[ recovery-image] Aug 17 23:47:52.877 INFO O| Aug 17 23:47:52.877 INFO STEP 355 (remove_files) COMPLETE
63062026-08-17T23:47:53.785Z[ recovery-image] Aug 17 23:47:52.877 INFO O| Aug 17 23:47:52.877 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-17T23:47:53.791Z[ recovery-image] Aug 17 23:47:52.887 INFO O| Aug 17 23:47:52.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63082026-08-17T23:47:53.791Z[ recovery-image] Aug 17 23:47:52.887 INFO O| Aug 17 23:47:52.887 INFO STEP 356 (remove_files) COMPLETE
63092026-08-17T23:47:53.795Z[ recovery-image] Aug 17 23:47:52.887 INFO O| Aug 17 23:47:52.887 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-17T23:47:53.802Z[ recovery-image] Aug 17 23:47:52.898 INFO O| Aug 17 23:47:52.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63112026-08-17T23:47:53.802Z[ recovery-image] Aug 17 23:47:52.898 INFO O| Aug 17 23:47:52.898 INFO STEP 357 (remove_files) COMPLETE
63122026-08-17T23:47:53.806Z[ recovery-image] Aug 17 23:47:52.898 INFO O| Aug 17 23:47:52.898 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-17T23:47:53.813Z[ recovery-image] Aug 17 23:47:52.909 INFO O| Aug 17 23:47:52.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63142026-08-17T23:47:53.813Z[ recovery-image] Aug 17 23:47:52.909 INFO O| Aug 17 23:47:52.909 INFO STEP 358 (remove_files) COMPLETE
63152026-08-17T23:47:53.813Z[ recovery-image] Aug 17 23:47:52.909 INFO O| Aug 17 23:47:52.909 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-17T23:47:53.824Z[ recovery-image] Aug 17 23:47:52.920 INFO O| Aug 17 23:47:52.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63172026-08-17T23:47:53.824Z[ recovery-image] Aug 17 23:47:52.920 INFO O| Aug 17 23:47:52.920 INFO STEP 359 (remove_files) COMPLETE
63182026-08-17T23:47:53.828Z[ recovery-image] Aug 17 23:47:52.920 INFO O| Aug 17 23:47:52.920 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-17T23:47:53.835Z[ recovery-image] Aug 17 23:47:52.931 INFO O| Aug 17 23:47:52.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63202026-08-17T23:47:53.835Z[ recovery-image] Aug 17 23:47:52.932 INFO O| Aug 17 23:47:52.932 INFO STEP 360 (remove_files) COMPLETE
63212026-08-17T23:47:53.839Z[ recovery-image] Aug 17 23:47:52.932 INFO O| Aug 17 23:47:52.932 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-17T23:47:53.848Z[ recovery-image] Aug 17 23:47:52.942 INFO O| Aug 17 23:47:52.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63232026-08-17T23:47:53.848Z[ recovery-image] Aug 17 23:47:52.942 INFO O| Aug 17 23:47:52.942 INFO STEP 361 (remove_files) COMPLETE
63242026-08-17T23:47:53.848Z[ recovery-image] Aug 17 23:47:52.942 INFO O| Aug 17 23:47:52.942 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-17T23:47:53.857Z[ recovery-image] Aug 17 23:47:52.952 INFO O| Aug 17 23:47:52.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63262026-08-17T23:47:53.857Z[ recovery-image] Aug 17 23:47:52.952 INFO O| Aug 17 23:47:52.952 INFO STEP 362 (remove_files) COMPLETE
63272026-08-17T23:47:53.857Z[ recovery-image] Aug 17 23:47:52.952 INFO O| Aug 17 23:47:52.952 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-17T23:47:53.865Z[ recovery-image] Aug 17 23:47:52.961 INFO O| Aug 17 23:47:52.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63292026-08-17T23:47:53.865Z[ recovery-image] Aug 17 23:47:52.961 INFO O| Aug 17 23:47:52.961 INFO STEP 363 (remove_files) COMPLETE
63302026-08-17T23:47:53.868Z[ recovery-image] Aug 17 23:47:52.961 INFO O| Aug 17 23:47:52.961 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-17T23:47:53.876Z[ recovery-image] Aug 17 23:47:52.972 INFO O| Aug 17 23:47:52.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63322026-08-17T23:47:53.876Z[ recovery-image] Aug 17 23:47:52.972 INFO O| Aug 17 23:47:52.972 INFO STEP 364 (remove_files) COMPLETE
63332026-08-17T23:47:53.876Z[ recovery-image] Aug 17 23:47:52.972 INFO O| Aug 17 23:47:52.972 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-17T23:47:53.889Z[ recovery-image] Aug 17 23:47:52.983 INFO O| Aug 17 23:47:52.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63352026-08-17T23:47:53.889Z[ recovery-image] Aug 17 23:47:52.984 INFO O| Aug 17 23:47:52.984 INFO STEP 365 (remove_files) COMPLETE
63362026-08-17T23:47:53.889Z[ recovery-image] Aug 17 23:47:52.984 INFO O| Aug 17 23:47:52.984 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-17T23:47:53.897Z[ recovery-image] Aug 17 23:47:52.993 INFO O| Aug 17 23:47:52.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63382026-08-17T23:47:53.897Z[ recovery-image] Aug 17 23:47:52.994 INFO O| Aug 17 23:47:52.993 INFO STEP 366 (remove_files) COMPLETE
63392026-08-17T23:47:53.897Z[ recovery-image] Aug 17 23:47:52.994 INFO O| Aug 17 23:47:52.994 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-17T23:47:53.908Z[ recovery-image] Aug 17 23:47:53.003 INFO O| Aug 17 23:47:53.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63412026-08-17T23:47:53.908Z[ recovery-image] Aug 17 23:47:53.003 INFO O| Aug 17 23:47:53.003 INFO STEP 367 (remove_files) COMPLETE
63422026-08-17T23:47:53.911Z[ recovery-image] Aug 17 23:47:53.003 INFO O| Aug 17 23:47:53.003 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-17T23:47:53.917Z[ recovery-image] Aug 17 23:47:53.013 INFO O| Aug 17 23:47:53.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63442026-08-17T23:47:53.917Z[ recovery-image] Aug 17 23:47:53.013 INFO O| Aug 17 23:47:53.013 INFO STEP 368 (remove_files) COMPLETE
63452026-08-17T23:47:53.917Z[ recovery-image] Aug 17 23:47:53.013 INFO O| Aug 17 23:47:53.013 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-17T23:47:53.927Z[ recovery-image] Aug 17 23:47:53.023 INFO O| Aug 17 23:47:53.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63472026-08-17T23:47:53.927Z[ recovery-image] Aug 17 23:47:53.023 INFO O| Aug 17 23:47:53.023 INFO STEP 369 (remove_files) COMPLETE
63482026-08-17T23:47:53.927Z[ recovery-image] Aug 17 23:47:53.023 INFO O| Aug 17 23:47:53.023 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-17T23:47:53.935Z[ recovery-image] Aug 17 23:47:53.031 INFO O| Aug 17 23:47:53.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63502026-08-17T23:47:53.935Z[ recovery-image] Aug 17 23:47:53.031 INFO O| Aug 17 23:47:53.031 INFO STEP 370 (remove_files) COMPLETE
63512026-08-17T23:47:53.935Z[ recovery-image] Aug 17 23:47:53.031 INFO O| Aug 17 23:47:53.031 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-17T23:47:53.945Z[ recovery-image] Aug 17 23:47:53.041 INFO O| Aug 17 23:47:53.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63532026-08-17T23:47:53.945Z[ recovery-image] Aug 17 23:47:53.041 INFO O| Aug 17 23:47:53.041 INFO STEP 371 (remove_files) COMPLETE
63542026-08-17T23:47:53.948Z[ recovery-image] Aug 17 23:47:53.041 INFO O| Aug 17 23:47:53.041 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-17T23:47:53.953Z[ recovery-image] Aug 17 23:47:53.049 INFO O| Aug 17 23:47:53.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63562026-08-17T23:47:53.953Z[ recovery-image] Aug 17 23:47:53.049 INFO O| Aug 17 23:47:53.049 INFO STEP 372 (remove_files) COMPLETE
63572026-08-17T23:47:53.953Z[ recovery-image] Aug 17 23:47:53.049 INFO O| Aug 17 23:47:53.049 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-17T23:47:53.962Z[ recovery-image] Aug 17 23:47:53.058 INFO O| Aug 17 23:47:53.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63592026-08-17T23:47:53.962Z[ recovery-image] Aug 17 23:47:53.058 INFO O| Aug 17 23:47:53.058 INFO STEP 373 (remove_files) COMPLETE
63602026-08-17T23:47:53.965Z[ recovery-image] Aug 17 23:47:53.058 INFO O| Aug 17 23:47:53.058 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-17T23:47:53.973Z[ recovery-image] Aug 17 23:47:53.068 INFO O| Aug 17 23:47:53.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63622026-08-17T23:47:53.973Z[ recovery-image] Aug 17 23:47:53.068 INFO O| Aug 17 23:47:53.068 INFO STEP 374 (remove_files) COMPLETE
63632026-08-17T23:47:53.976Z[ recovery-image] Aug 17 23:47:53.068 INFO O| Aug 17 23:47:53.068 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-17T23:47:53.983Z[ recovery-image] Aug 17 23:47:53.079 INFO O| Aug 17 23:47:53.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63652026-08-17T23:47:53.983Z[ recovery-image] Aug 17 23:47:53.079 INFO O| Aug 17 23:47:53.079 INFO STEP 375 (remove_files) COMPLETE
63662026-08-17T23:47:53.983Z[ recovery-image] Aug 17 23:47:53.079 INFO O| Aug 17 23:47:53.079 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-17T23:47:53.994Z[ recovery-image] Aug 17 23:47:53.089 INFO O| Aug 17 23:47:53.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63682026-08-17T23:47:53.994Z[ recovery-image] Aug 17 23:47:53.089 INFO O| Aug 17 23:47:53.089 INFO STEP 376 (remove_files) COMPLETE
63692026-08-17T23:47:53.994Z[ recovery-image] Aug 17 23:47:53.089 INFO O| Aug 17 23:47:53.089 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-17T23:47:54.005Z[ recovery-image] Aug 17 23:47:53.101 INFO O| Aug 17 23:47:53.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63712026-08-17T23:47:54.005Z[ recovery-image] Aug 17 23:47:53.101 INFO O| Aug 17 23:47:53.101 INFO STEP 377 (remove_files) COMPLETE
63722026-08-17T23:47:54.005Z[ recovery-image] Aug 17 23:47:53.101 INFO O| Aug 17 23:47:53.101 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-17T23:47:54.015Z[ recovery-image] Aug 17 23:47:53.111 INFO O| Aug 17 23:47:53.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63742026-08-17T23:47:54.015Z[ recovery-image] Aug 17 23:47:53.111 INFO O| Aug 17 23:47:53.111 INFO STEP 378 (remove_files) COMPLETE
63752026-08-17T23:47:54.021Z[ recovery-image] Aug 17 23:47:53.111 INFO O| Aug 17 23:47:53.111 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-17T23:47:54.025Z[ recovery-image] Aug 17 23:47:53.121 INFO O| Aug 17 23:47:53.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63772026-08-17T23:47:54.025Z[ recovery-image] Aug 17 23:47:53.121 INFO O| Aug 17 23:47:53.121 INFO STEP 379 (remove_files) COMPLETE
63782026-08-17T23:47:54.025Z[ recovery-image] Aug 17 23:47:53.121 INFO O| Aug 17 23:47:53.121 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-17T23:47:54.036Z[ recovery-image] Aug 17 23:47:53.132 INFO O| Aug 17 23:47:53.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63802026-08-17T23:47:54.036Z[ recovery-image] Aug 17 23:47:53.132 INFO O| Aug 17 23:47:53.132 INFO STEP 380 (remove_files) COMPLETE
63812026-08-17T23:47:54.036Z[ recovery-image] Aug 17 23:47:53.132 INFO O| Aug 17 23:47:53.132 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-17T23:47:54.046Z[ recovery-image] Aug 17 23:47:53.142 INFO O| Aug 17 23:47:53.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
63832026-08-17T23:47:54.046Z[ recovery-image] Aug 17 23:47:53.142 INFO O| Aug 17 23:47:53.142 INFO STEP 381 (remove_files) COMPLETE
63842026-08-17T23:47:54.050Z[ recovery-image] Aug 17 23:47:53.142 INFO O| Aug 17 23:47:53.142 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-17T23:47:54.054Z[ recovery-image] Aug 17 23:47:53.150 INFO O| Aug 17 23:47:53.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
63862026-08-17T23:47:54.054Z[ recovery-image] Aug 17 23:47:53.150 INFO O| Aug 17 23:47:53.150 INFO STEP 382 (remove_files) COMPLETE
63872026-08-17T23:47:54.054Z[ recovery-image] Aug 17 23:47:53.151 INFO O| Aug 17 23:47:53.150 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-17T23:47:54.062Z[ recovery-image] Aug 17 23:47:53.158 INFO O| Aug 17 23:47:53.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
63892026-08-17T23:47:54.062Z[ recovery-image] Aug 17 23:47:53.158 INFO O| Aug 17 23:47:53.158 INFO STEP 383 (remove_files) COMPLETE
63902026-08-17T23:47:54.066Z[ recovery-image] Aug 17 23:47:53.158 INFO O| Aug 17 23:47:53.158 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-17T23:47:54.066Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
63922026-08-17T23:47:54.070Z[ recovery-image] Aug 17 23:47:53.166 INFO O| Aug 17 23:47:53.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
63932026-08-17T23:47:54.070Z[ recovery-image] Aug 17 23:47:53.166 INFO O| Aug 17 23:47:53.166 INFO STEP 384 (remove_files) COMPLETE
63942026-08-17T23:47:54.070Z[ recovery-image] Aug 17 23:47:53.166 INFO O| Aug 17 23:47:53.166 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-17T23:47:54.083Z[ recovery-image] Aug 17 23:47:53.174 INFO O| Aug 17 23:47:53.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
63962026-08-17T23:47:54.083Z[ recovery-image] Aug 17 23:47:53.174 INFO O| Aug 17 23:47:53.174 INFO STEP 385 (remove_files) COMPLETE
63972026-08-17T23:47:54.083Z[ recovery-image] Aug 17 23:47:53.174 INFO O| Aug 17 23:47:53.174 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-17T23:47:54.088Z[ recovery-image] Aug 17 23:47:53.184 INFO O| Aug 17 23:47:53.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
63992026-08-17T23:47:54.088Z[ recovery-image] Aug 17 23:47:53.184 INFO O| Aug 17 23:47:53.184 INFO STEP 386 (remove_files) COMPLETE
64002026-08-17T23:47:54.088Z[ recovery-image] Aug 17 23:47:53.184 INFO O| Aug 17 23:47:53.184 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-17T23:47:54.098Z[ recovery-image] Aug 17 23:47:53.194 INFO O| Aug 17 23:47:53.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64022026-08-17T23:47:54.098Z[ recovery-image] Aug 17 23:47:53.194 INFO O| Aug 17 23:47:53.194 INFO STEP 387 (remove_files) COMPLETE
64032026-08-17T23:47:54.098Z[ recovery-image] Aug 17 23:47:53.194 INFO O| Aug 17 23:47:53.194 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-17T23:47:54.107Z[ recovery-image] Aug 17 23:47:53.203 INFO O| Aug 17 23:47:53.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64052026-08-17T23:47:54.107Z[ recovery-image] Aug 17 23:47:53.203 INFO O| Aug 17 23:47:53.203 INFO STEP 388 (remove_files) COMPLETE
64062026-08-17T23:47:54.107Z[ recovery-image] Aug 17 23:47:53.203 INFO O| Aug 17 23:47:53.203 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-17T23:47:54.117Z[ recovery-image] Aug 17 23:47:53.213 INFO O| Aug 17 23:47:53.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64082026-08-17T23:47:54.117Z[ recovery-image] Aug 17 23:47:53.213 INFO O| Aug 17 23:47:53.213 INFO STEP 389 (remove_files) COMPLETE
64092026-08-17T23:47:54.121Z[ recovery-image] Aug 17 23:47:53.213 INFO O| Aug 17 23:47:53.213 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-17T23:47:54.127Z[ recovery-image] Aug 17 23:47:53.224 INFO O| Aug 17 23:47:53.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64112026-08-17T23:47:54.127Z[ recovery-image] Aug 17 23:47:53.224 INFO O| Aug 17 23:47:53.224 INFO STEP 390 (remove_files) COMPLETE
64122026-08-17T23:47:54.127Z[ recovery-image] Aug 17 23:47:53.224 INFO O| Aug 17 23:47:53.224 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-17T23:47:54.138Z[ recovery-image] Aug 17 23:47:53.234 INFO O| Aug 17 23:47:53.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64142026-08-17T23:47:54.138Z[ recovery-image] Aug 17 23:47:53.234 INFO O| Aug 17 23:47:53.234 INFO STEP 391 (remove_files) COMPLETE
64152026-08-17T23:47:54.138Z[ recovery-image] Aug 17 23:47:53.234 INFO O| Aug 17 23:47:53.234 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-17T23:47:54.141Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
64172026-08-17T23:47:54.148Z[ recovery-image] Aug 17 23:47:53.244 INFO O| Aug 17 23:47:53.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64182026-08-17T23:47:54.148Z[ recovery-image] Aug 17 23:47:53.244 INFO O| Aug 17 23:47:53.244 INFO STEP 392 (remove_files) COMPLETE
64192026-08-17T23:47:54.152Z[ recovery-image] Aug 17 23:47:53.244 INFO O| Aug 17 23:47:53.244 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-08-17T23:47:54.157Z[ recovery-image] Aug 17 23:47:53.253 INFO O| Aug 17 23:47:53.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64212026-08-17T23:47:54.157Z[ recovery-image] Aug 17 23:47:53.253 INFO O| Aug 17 23:47:53.253 INFO STEP 393 (remove_files) COMPLETE
64222026-08-17T23:47:54.157Z[ recovery-image] Aug 17 23:47:53.254 INFO O| Aug 17 23:47:53.253 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-17T23:47:54.169Z[ recovery-image] Aug 17 23:47:53.265 INFO O| Aug 17 23:47:53.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64242026-08-17T23:47:54.169Z[ recovery-image] Aug 17 23:47:53.265 INFO O| Aug 17 23:47:53.265 INFO STEP 394 (remove_files) COMPLETE
64252026-08-17T23:47:54.169Z[ recovery-image] Aug 17 23:47:53.265 INFO O| Aug 17 23:47:53.265 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-17T23:47:54.179Z[ recovery-image] Aug 17 23:47:53.275 INFO O| Aug 17 23:47:53.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64272026-08-17T23:47:54.180Z[ recovery-image] Aug 17 23:47:53.275 INFO O| Aug 17 23:47:53.275 INFO STEP 395 (remove_files) COMPLETE
64282026-08-17T23:47:54.180Z[ recovery-image] Aug 17 23:47:53.275 INFO O| Aug 17 23:47:53.275 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-17T23:47:54.188Z[ recovery-image] Aug 17 23:47:53.284 INFO O| Aug 17 23:47:53.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64302026-08-17T23:47:54.188Z[ recovery-image] Aug 17 23:47:53.284 INFO O| Aug 17 23:47:53.284 INFO STEP 396 (remove_files) COMPLETE
64312026-08-17T23:47:54.188Z[ recovery-image] Aug 17 23:47:53.284 INFO O| Aug 17 23:47:53.284 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-08-17T23:47:54.199Z[ recovery-image] Aug 17 23:47:53.295 INFO O| Aug 17 23:47:53.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64332026-08-17T23:47:54.199Z[ recovery-image] Aug 17 23:47:53.295 INFO O| Aug 17 23:47:53.295 INFO STEP 397 (remove_files) COMPLETE
64342026-08-17T23:47:54.202Z[ recovery-image] Aug 17 23:47:53.295 INFO O| Aug 17 23:47:53.295 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-17T23:47:54.210Z[ recovery-image] Aug 17 23:47:53.306 INFO O| Aug 17 23:47:53.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64362026-08-17T23:47:54.210Z[ recovery-image] Aug 17 23:47:53.306 INFO O| Aug 17 23:47:53.306 INFO STEP 398 (remove_files) COMPLETE
64372026-08-17T23:47:54.210Z[ recovery-image] Aug 17 23:47:53.306 INFO O| Aug 17 23:47:53.306 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-17T23:47:54.222Z[ recovery-image] Aug 17 23:47:53.317 INFO O| Aug 17 23:47:53.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64392026-08-17T23:47:54.222Z[ recovery-image] Aug 17 23:47:53.317 INFO O| Aug 17 23:47:53.317 INFO STEP 399 (remove_files) COMPLETE
64402026-08-17T23:47:54.226Z[ recovery-image] Aug 17 23:47:53.317 INFO O| Aug 17 23:47:53.317 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-08-17T23:47:54.233Z[ recovery-image] Aug 17 23:47:53.327 INFO O| Aug 17 23:47:53.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64422026-08-17T23:47:54.233Z[ recovery-image] Aug 17 23:47:53.327 INFO O| Aug 17 23:47:53.327 INFO STEP 400 (remove_files) COMPLETE
64432026-08-17T23:47:54.233Z[ recovery-image] Aug 17 23:47:53.327 INFO O| Aug 17 23:47:53.327 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-08-17T23:47:54.240Z[ recovery-image] Aug 17 23:47:53.336 INFO O| Aug 17 23:47:53.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64452026-08-17T23:47:54.240Z[ recovery-image] Aug 17 23:47:53.336 INFO O| Aug 17 23:47:53.336 INFO STEP 401 (remove_files) COMPLETE
64462026-08-17T23:47:54.243Z[ recovery-image] Aug 17 23:47:53.336 INFO O| Aug 17 23:47:53.336 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-08-17T23:47:54.250Z[ recovery-image] Aug 17 23:47:53.345 INFO O| Aug 17 23:47:53.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64482026-08-17T23:47:54.250Z[ recovery-image] Aug 17 23:47:53.345 INFO O| Aug 17 23:47:53.345 INFO STEP 402 (remove_files) COMPLETE
64492026-08-17T23:47:54.250Z[ recovery-image] Aug 17 23:47:53.345 INFO O| Aug 17 23:47:53.345 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-08-17T23:47:54.259Z[ recovery-image] Aug 17 23:47:53.355 INFO O| Aug 17 23:47:53.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64512026-08-17T23:47:54.259Z[ recovery-image] Aug 17 23:47:53.355 INFO O| Aug 17 23:47:53.355 INFO STEP 403 (remove_files) COMPLETE
64522026-08-17T23:47:54.259Z[ recovery-image] Aug 17 23:47:53.355 INFO O| Aug 17 23:47:53.355 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.363 INFO O| Aug 17 23:47:53.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64542026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.364 INFO O| Aug 17 23:47:53.363 INFO STEP 404 (remove_files) COMPLETE
64552026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.364 INFO O| Aug 17 23:47:53.363 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.373 INFO O| Aug 17 23:47:53.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64572026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.374 INFO O| Aug 17 23:47:53.374 INFO STEP 405 (remove_files) COMPLETE
64582026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.374 INFO O| Aug 17 23:47:53.374 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.384 INFO O| Aug 17 23:47:53.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64602026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.384 INFO O| Aug 17 23:47:53.384 INFO STEP 406 (remove_files) COMPLETE
64612026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.384 INFO O| Aug 17 23:47:53.384 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.393 INFO O| Aug 17 23:47:53.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64632026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.393 INFO O| Aug 17 23:47:53.393 INFO STEP 407 (remove_files) COMPLETE
64642026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.393 INFO O| Aug 17 23:47:53.393 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.402 INFO O| Aug 17 23:47:53.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64662026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.402 INFO O| Aug 17 23:47:53.402 INFO STEP 408 (remove_files) COMPLETE
64672026-08-17T23:47:54.321Z[ recovery-image] Aug 17 23:47:53.402 INFO O| Aug 17 23:47:53.402 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-08-17T23:47:54.326Z[ recovery-image] Aug 17 23:47:53.411 INFO O| Aug 17 23:47:53.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64692026-08-17T23:47:54.326Z[ recovery-image] Aug 17 23:47:53.411 INFO O| Aug 17 23:47:53.411 INFO STEP 409 (remove_files) COMPLETE
64702026-08-17T23:47:54.327Z[ recovery-image] Aug 17 23:47:53.411 INFO O| Aug 17 23:47:53.411 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-08-17T23:47:54.330Z[ recovery-image] Aug 17 23:47:53.422 INFO O| Aug 17 23:47:53.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64722026-08-17T23:47:54.330Z[ recovery-image] Aug 17 23:47:53.422 INFO O| Aug 17 23:47:53.422 INFO STEP 410 (remove_files) COMPLETE
64732026-08-17T23:47:54.330Z[ recovery-image] Aug 17 23:47:53.422 INFO O| Aug 17 23:47:53.422 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-08-17T23:47:54.335Z[ recovery-image] Aug 17 23:47:53.432 INFO O| Aug 17 23:47:53.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64752026-08-17T23:47:54.335Z[ recovery-image] Aug 17 23:47:53.432 INFO O| Aug 17 23:47:53.432 INFO STEP 411 (remove_files) COMPLETE
64762026-08-17T23:47:54.340Z[ recovery-image] Aug 17 23:47:53.432 INFO O| Aug 17 23:47:53.432 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-08-17T23:47:54.345Z[ recovery-image] Aug 17 23:47:53.442 INFO O| Aug 17 23:47:53.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64782026-08-17T23:47:54.345Z[ recovery-image] Aug 17 23:47:53.442 INFO O| Aug 17 23:47:53.442 INFO STEP 412 (remove_files) COMPLETE
64792026-08-17T23:47:54.349Z[ recovery-image] Aug 17 23:47:53.442 INFO O| Aug 17 23:47:53.442 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-17T23:47:54.357Z[ recovery-image] Aug 17 23:47:53.452 INFO O| Aug 17 23:47:53.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
64812026-08-17T23:47:54.357Z[ recovery-image] Aug 17 23:47:53.453 INFO O| Aug 17 23:47:53.452 INFO STEP 413 (remove_files) COMPLETE
64822026-08-17T23:47:54.362Z[ recovery-image] Aug 17 23:47:53.453 INFO O| Aug 17 23:47:53.453 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-08-17T23:47:54.367Z[ recovery-image] Aug 17 23:47:53.462 INFO O| Aug 17 23:47:53.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
64842026-08-17T23:47:54.367Z[ recovery-image] Aug 17 23:47:53.463 INFO O| Aug 17 23:47:53.462 INFO STEP 414 (remove_files) COMPLETE
64852026-08-17T23:47:54.372Z[ recovery-image] Aug 17 23:47:53.463 INFO O| Aug 17 23:47:53.462 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-17T23:47:54.379Z[ recovery-image] Aug 17 23:47:53.475 INFO O| Aug 17 23:47:53.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
64872026-08-17T23:47:54.379Z[ recovery-image] Aug 17 23:47:53.475 INFO O| Aug 17 23:47:53.475 INFO STEP 415 (remove_files) COMPLETE
64882026-08-17T23:47:54.382Z[ recovery-image] Aug 17 23:47:53.475 INFO O| Aug 17 23:47:53.475 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-17T23:47:54.390Z[ recovery-image] Aug 17 23:47:53.486 INFO O| Aug 17 23:47:53.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
64902026-08-17T23:47:54.390Z[ recovery-image] Aug 17 23:47:53.486 INFO O| Aug 17 23:47:53.486 INFO STEP 416 (remove_files) COMPLETE
64912026-08-17T23:47:54.390Z[ recovery-image] Aug 17 23:47:53.486 INFO O| Aug 17 23:47:53.486 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-17T23:47:54.400Z[ recovery-image] Aug 17 23:47:53.496 INFO O| Aug 17 23:47:53.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
64932026-08-17T23:47:54.400Z[ recovery-image] Aug 17 23:47:53.496 INFO O| Aug 17 23:47:53.496 INFO STEP 417 (remove_files) COMPLETE
64942026-08-17T23:47:54.404Z[ recovery-image] Aug 17 23:47:53.496 INFO O| Aug 17 23:47:53.496 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-17T23:47:54.411Z[ recovery-image] Aug 17 23:47:53.507 INFO O| Aug 17 23:47:53.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
64962026-08-17T23:47:54.411Z[ recovery-image] Aug 17 23:47:53.507 INFO O| Aug 17 23:47:53.507 INFO STEP 418 (remove_files) COMPLETE
64972026-08-17T23:47:54.411Z[ recovery-image] Aug 17 23:47:53.507 INFO O| Aug 17 23:47:53.507 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-17T23:47:54.422Z[ recovery-image] Aug 17 23:47:53.519 INFO O| Aug 17 23:47:53.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
64992026-08-17T23:47:54.423Z[ recovery-image] Aug 17 23:47:53.519 INFO O| Aug 17 23:47:53.519 INFO STEP 419 (remove_files) COMPLETE
65002026-08-17T23:47:54.427Z[ recovery-image] Aug 17 23:47:53.519 INFO O| Aug 17 23:47:53.519 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-17T23:47:54.435Z[ recovery-image] Aug 17 23:47:53.530 INFO O| Aug 17 23:47:53.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65022026-08-17T23:47:54.435Z[ recovery-image] Aug 17 23:47:53.530 INFO O| Aug 17 23:47:53.530 INFO STEP 420 (remove_files) COMPLETE
65032026-08-17T23:47:54.438Z[ recovery-image] Aug 17 23:47:53.530 INFO O| Aug 17 23:47:53.530 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-17T23:47:54.443Z[ recovery-image] Aug 17 23:47:53.539 INFO O| Aug 17 23:47:53.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65052026-08-17T23:47:54.447Z[ recovery-image] Aug 17 23:47:53.540 INFO O| Aug 17 23:47:53.539 INFO STEP 421 (remove_files) COMPLETE
65062026-08-17T23:47:54.447Z[ recovery-image] Aug 17 23:47:53.540 INFO O| Aug 17 23:47:53.540 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-08-17T23:47:54.453Z[ recovery-image] Aug 17 23:47:53.549 INFO O| Aug 17 23:47:53.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65082026-08-17T23:47:54.453Z[ recovery-image] Aug 17 23:47:53.549 INFO O| Aug 17 23:47:53.549 INFO STEP 422 (remove_files) COMPLETE
65092026-08-17T23:47:54.453Z[ recovery-image] Aug 17 23:47:53.549 INFO O| Aug 17 23:47:53.549 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-08-17T23:47:54.463Z[ recovery-image] Aug 17 23:47:53.559 INFO O| Aug 17 23:47:53.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65112026-08-17T23:47:54.463Z[ recovery-image] Aug 17 23:47:53.560 INFO O| Aug 17 23:47:53.560 INFO STEP 423 (remove_files) COMPLETE
65122026-08-17T23:47:54.470Z[ recovery-image] Aug 17 23:47:53.560 INFO O| Aug 17 23:47:53.560 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-17T23:47:54.475Z[ recovery-image] Aug 17 23:47:53.572 INFO O| Aug 17 23:47:53.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65142026-08-17T23:47:54.475Z[ recovery-image] Aug 17 23:47:53.572 INFO O| Aug 17 23:47:53.572 INFO STEP 424 (remove_files) COMPLETE
65152026-08-17T23:47:54.479Z[ recovery-image] Aug 17 23:47:53.572 INFO O| Aug 17 23:47:53.572 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-08-17T23:47:54.485Z[ recovery-image] Aug 17 23:47:53.581 INFO O| Aug 17 23:47:53.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65172026-08-17T23:47:54.485Z[ recovery-image] Aug 17 23:47:53.581 INFO O| Aug 17 23:47:53.581 INFO STEP 425 (remove_files) COMPLETE
65182026-08-17T23:47:54.488Z[ recovery-image] Aug 17 23:47:53.581 INFO O| Aug 17 23:47:53.581 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-08-17T23:47:54.496Z[ recovery-image] Aug 17 23:47:53.592 INFO O| Aug 17 23:47:53.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65202026-08-17T23:47:54.496Z[ recovery-image] Aug 17 23:47:53.592 INFO O| Aug 17 23:47:53.592 INFO STEP 426 (remove_files) COMPLETE
65212026-08-17T23:47:54.499Z[ recovery-image] Aug 17 23:47:53.592 INFO O| Aug 17 23:47:53.592 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-17T23:47:54.505Z[ recovery-image] Aug 17 23:47:53.602 INFO O| Aug 17 23:47:53.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65232026-08-17T23:47:54.505Z[ recovery-image] Aug 17 23:47:53.602 INFO O| Aug 17 23:47:53.602 INFO STEP 427 (remove_files) COMPLETE
65242026-08-17T23:47:54.505Z[ recovery-image] Aug 17 23:47:53.602 INFO O| Aug 17 23:47:53.602 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-08-17T23:47:54.515Z[ recovery-image] Aug 17 23:47:53.611 INFO O| Aug 17 23:47:53.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65262026-08-17T23:47:54.515Z[ recovery-image] Aug 17 23:47:53.611 INFO O| Aug 17 23:47:53.611 INFO STEP 428 (remove_files) COMPLETE
65272026-08-17T23:47:54.515Z[ recovery-image] Aug 17 23:47:53.611 INFO O| Aug 17 23:47:53.611 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-17T23:47:54.526Z[ recovery-image] Aug 17 23:47:53.622 INFO O| Aug 17 23:47:53.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65292026-08-17T23:47:54.526Z[ recovery-image] Aug 17 23:47:53.622 INFO O| Aug 17 23:47:53.622 INFO STEP 429 (remove_files) COMPLETE
65302026-08-17T23:47:54.529Z[ recovery-image] Aug 17 23:47:53.622 INFO O| Aug 17 23:47:53.622 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-17T23:47:54.537Z[ recovery-image] Aug 17 23:47:53.634 INFO O| Aug 17 23:47:53.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65322026-08-17T23:47:54.537Z[ recovery-image] Aug 17 23:47:53.634 INFO O| Aug 17 23:47:53.634 INFO STEP 430 (remove_files) COMPLETE
65332026-08-17T23:47:54.537Z[ recovery-image] Aug 17 23:47:53.634 INFO O| Aug 17 23:47:53.634 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-17T23:47:54.550Z[ recovery-image] Aug 17 23:47:53.645 INFO O| Aug 17 23:47:53.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65352026-08-17T23:47:54.550Z[ recovery-image] Aug 17 23:47:53.645 INFO O| Aug 17 23:47:53.645 INFO STEP 431 (remove_files) COMPLETE
65362026-08-17T23:47:54.550Z[ recovery-image] Aug 17 23:47:53.645 INFO O| Aug 17 23:47:53.645 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-17T23:47:54.561Z[ recovery-image] Aug 17 23:47:53.657 INFO O| Aug 17 23:47:53.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65382026-08-17T23:47:54.561Z[ recovery-image] Aug 17 23:47:53.657 INFO O| Aug 17 23:47:53.657 INFO STEP 432 (remove_files) COMPLETE
65392026-08-17T23:47:54.561Z[ recovery-image] Aug 17 23:47:53.657 INFO O| Aug 17 23:47:53.657 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-17T23:47:54.572Z[ recovery-image] Aug 17 23:47:53.668 INFO O| Aug 17 23:47:53.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65412026-08-17T23:47:54.572Z[ recovery-image] Aug 17 23:47:53.668 INFO O| Aug 17 23:47:53.668 INFO STEP 433 (remove_files) COMPLETE
65422026-08-17T23:47:54.572Z[ recovery-image] Aug 17 23:47:53.668 INFO O| Aug 17 23:47:53.668 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-17T23:47:54.581Z[ recovery-image] Aug 17 23:47:53.678 INFO O| Aug 17 23:47:53.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65442026-08-17T23:47:54.581Z[ recovery-image] Aug 17 23:47:53.678 INFO O| Aug 17 23:47:53.678 INFO STEP 434 (remove_files) COMPLETE
65452026-08-17T23:47:54.585Z[ recovery-image] Aug 17 23:47:53.678 INFO O| Aug 17 23:47:53.678 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-17T23:47:54.593Z[ recovery-image] Aug 17 23:47:53.689 INFO O| Aug 17 23:47:53.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65472026-08-17T23:47:54.593Z[ recovery-image] Aug 17 23:47:53.689 INFO O| Aug 17 23:47:53.689 INFO STEP 435 (remove_files) COMPLETE
65482026-08-17T23:47:54.593Z[ recovery-image] Aug 17 23:47:53.689 INFO O| Aug 17 23:47:53.689 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-17T23:47:54.602Z[ recovery-image] Aug 17 23:47:53.698 INFO O| Aug 17 23:47:53.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65502026-08-17T23:47:54.606Z[ recovery-image] Aug 17 23:47:53.699 INFO O| Aug 17 23:47:53.698 INFO STEP 436 (remove_files) COMPLETE
65512026-08-17T23:47:54.606Z[ recovery-image] Aug 17 23:47:53.699 INFO O| Aug 17 23:47:53.699 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-17T23:47:54.615Z[ recovery-image] Aug 17 23:47:53.711 INFO O| Aug 17 23:47:53.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65532026-08-17T23:47:54.615Z[ recovery-image] Aug 17 23:47:53.711 INFO O| Aug 17 23:47:53.711 INFO STEP 437 (remove_files) COMPLETE
65542026-08-17T23:47:54.615Z[ recovery-image] Aug 17 23:47:53.711 INFO O| Aug 17 23:47:53.711 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-17T23:47:54.624Z[ recovery-image] Aug 17 23:47:53.720 INFO O| Aug 17 23:47:53.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65562026-08-17T23:47:54.624Z[ recovery-image] Aug 17 23:47:53.720 INFO O| Aug 17 23:47:53.720 INFO STEP 438 (remove_files) COMPLETE
65572026-08-17T23:47:54.624Z[ recovery-image] Aug 17 23:47:53.720 INFO O| Aug 17 23:47:53.720 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-17T23:47:54.634Z[ recovery-image] Aug 17 23:47:53.730 INFO O| Aug 17 23:47:53.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65592026-08-17T23:47:54.634Z[ recovery-image] Aug 17 23:47:53.731 INFO O| Aug 17 23:47:53.731 INFO STEP 439 (remove_files) COMPLETE
65602026-08-17T23:47:54.635Z[ recovery-image] Aug 17 23:47:53.731 INFO O| Aug 17 23:47:53.731 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-17T23:47:54.645Z[ recovery-image] Aug 17 23:47:53.741 INFO O| Aug 17 23:47:53.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65622026-08-17T23:47:54.645Z[ recovery-image] Aug 17 23:47:53.742 INFO O| Aug 17 23:47:53.742 INFO STEP 440 (remove_files) COMPLETE
65632026-08-17T23:47:54.645Z[ recovery-image] Aug 17 23:47:53.742 INFO O| Aug 17 23:47:53.742 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-17T23:47:54.657Z[ recovery-image] Aug 17 23:47:53.753 INFO O| Aug 17 23:47:53.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65652026-08-17T23:47:54.657Z[ recovery-image] Aug 17 23:47:53.753 INFO O| Aug 17 23:47:53.753 INFO STEP 441 (remove_files) COMPLETE
65662026-08-17T23:47:54.657Z[ recovery-image] Aug 17 23:47:53.753 INFO O| Aug 17 23:47:53.753 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-17T23:47:54.669Z[ recovery-image] Aug 17 23:47:53.765 INFO O| Aug 17 23:47:53.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65682026-08-17T23:47:54.669Z[ recovery-image] Aug 17 23:47:53.765 INFO O| Aug 17 23:47:53.765 INFO STEP 442 (remove_files) COMPLETE
65692026-08-17T23:47:54.672Z[ recovery-image] Aug 17 23:47:53.765 INFO O| Aug 17 23:47:53.765 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-17T23:47:54.679Z[ recovery-image] Aug 17 23:47:53.775 INFO O| Aug 17 23:47:53.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65712026-08-17T23:47:54.679Z[ recovery-image] Aug 17 23:47:53.775 INFO O| Aug 17 23:47:53.775 INFO STEP 443 (remove_files) COMPLETE
65722026-08-17T23:47:54.679Z[ recovery-image] Aug 17 23:47:53.775 INFO O| Aug 17 23:47:53.775 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-17T23:47:54.689Z[ recovery-image] Aug 17 23:47:53.784 INFO O| Aug 17 23:47:53.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65742026-08-17T23:47:54.689Z[ recovery-image] Aug 17 23:47:53.784 INFO O| Aug 17 23:47:53.784 INFO STEP 444 (remove_files) COMPLETE
65752026-08-17T23:47:54.689Z[ recovery-image] Aug 17 23:47:53.784 INFO O| Aug 17 23:47:53.784 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-17T23:47:54.698Z[ recovery-image] Aug 17 23:47:53.792 INFO O| Aug 17 23:47:53.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65772026-08-17T23:47:54.698Z[ recovery-image] Aug 17 23:47:53.792 INFO O| Aug 17 23:47:53.792 INFO STEP 445 (remove_files) COMPLETE
65782026-08-17T23:47:54.698Z[ recovery-image] Aug 17 23:47:53.792 INFO O| Aug 17 23:47:53.792 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-17T23:47:54.709Z[ recovery-image] Aug 17 23:47:53.804 INFO O| Aug 17 23:47:53.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65802026-08-17T23:47:54.709Z[ recovery-image] Aug 17 23:47:53.804 INFO O| Aug 17 23:47:53.804 INFO STEP 446 (remove_files) COMPLETE
65812026-08-17T23:47:54.709Z[ recovery-image] Aug 17 23:47:53.804 INFO O| Aug 17 23:47:53.804 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-17T23:47:54.718Z[ recovery-image] Aug 17 23:47:53.814 INFO O| Aug 17 23:47:53.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
65832026-08-17T23:47:54.722Z[ recovery-image] Aug 17 23:47:53.815 INFO O| Aug 17 23:47:53.814 INFO STEP 447 (remove_files) COMPLETE
65842026-08-17T23:47:54.722Z[ recovery-image] Aug 17 23:47:53.815 INFO O| Aug 17 23:47:53.815 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-17T23:47:54.730Z[ recovery-image] Aug 17 23:47:53.826 INFO O| Aug 17 23:47:53.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
65862026-08-17T23:47:54.730Z[ recovery-image] Aug 17 23:47:53.826 INFO O| Aug 17 23:47:53.826 INFO STEP 448 (remove_files) COMPLETE
65872026-08-17T23:47:54.734Z[ recovery-image] Aug 17 23:47:53.826 INFO O| Aug 17 23:47:53.826 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-17T23:47:54.744Z[ recovery-image] Aug 17 23:47:53.836 INFO O| Aug 17 23:47:53.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
65892026-08-17T23:47:54.744Z[ recovery-image] Aug 17 23:47:53.836 INFO O| Aug 17 23:47:53.836 INFO STEP 449 (remove_files) COMPLETE
65902026-08-17T23:47:54.744Z[ recovery-image] Aug 17 23:47:53.836 INFO O| Aug 17 23:47:53.836 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-17T23:47:54.750Z[ recovery-image] Aug 17 23:47:53.846 INFO O| Aug 17 23:47:53.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
65922026-08-17T23:47:54.750Z[ recovery-image] Aug 17 23:47:53.846 INFO O| Aug 17 23:47:53.846 INFO STEP 450 (remove_files) COMPLETE
65932026-08-17T23:47:54.754Z[ recovery-image] Aug 17 23:47:53.846 INFO O| Aug 17 23:47:53.846 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-17T23:47:54.761Z[ recovery-image] Aug 17 23:47:53.855 INFO O| Aug 17 23:47:53.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
65952026-08-17T23:47:54.761Z[ recovery-image] Aug 17 23:47:53.855 INFO O| Aug 17 23:47:53.855 INFO STEP 451 (remove_files) COMPLETE
65962026-08-17T23:47:54.761Z[ recovery-image] Aug 17 23:47:53.855 INFO O| Aug 17 23:47:53.855 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-17T23:47:54.769Z[ recovery-image] Aug 17 23:47:53.865 INFO O| Aug 17 23:47:53.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
65982026-08-17T23:47:54.769Z[ recovery-image] Aug 17 23:47:53.865 INFO O| Aug 17 23:47:53.865 INFO STEP 452 (remove_files) COMPLETE
65992026-08-17T23:47:54.769Z[ recovery-image] Aug 17 23:47:53.865 INFO O| Aug 17 23:47:53.865 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-17T23:47:54.779Z[ recovery-image] Aug 17 23:47:53.875 INFO O| Aug 17 23:47:53.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66012026-08-17T23:47:54.779Z[ recovery-image] Aug 17 23:47:53.875 INFO O| Aug 17 23:47:53.875 INFO STEP 453 (remove_files) COMPLETE
66022026-08-17T23:47:54.783Z[ recovery-image] Aug 17 23:47:53.875 INFO O| Aug 17 23:47:53.875 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-17T23:47:54.787Z[ recovery-image] Aug 17 23:47:53.883 INFO O| Aug 17 23:47:53.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66042026-08-17T23:47:54.788Z[ recovery-image] Aug 17 23:47:53.884 INFO O| Aug 17 23:47:53.884 INFO STEP 454 (remove_files) COMPLETE
66052026-08-17T23:47:54.788Z[ recovery-image] Aug 17 23:47:53.884 INFO O| Aug 17 23:47:53.884 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-17T23:47:54.797Z[ recovery-image] Aug 17 23:47:53.893 INFO O| Aug 17 23:47:53.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66072026-08-17T23:47:54.797Z[ recovery-image] Aug 17 23:47:53.893 INFO O| Aug 17 23:47:53.893 INFO STEP 455 (remove_files) COMPLETE
66082026-08-17T23:47:54.801Z[ recovery-image] Aug 17 23:47:53.893 INFO O| Aug 17 23:47:53.893 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-17T23:47:54.807Z[ recovery-image] Aug 17 23:47:53.903 INFO O| Aug 17 23:47:53.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66102026-08-17T23:47:54.807Z[ recovery-image] Aug 17 23:47:53.904 INFO O| Aug 17 23:47:53.903 INFO STEP 456 (remove_files) COMPLETE
66112026-08-17T23:47:54.808Z[ recovery-image] Aug 17 23:47:53.904 INFO O| Aug 17 23:47:53.903 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-17T23:47:54.818Z[ recovery-image] Aug 17 23:47:53.913 INFO O| Aug 17 23:47:53.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66132026-08-17T23:47:54.818Z[ recovery-image] Aug 17 23:47:53.914 INFO O| Aug 17 23:47:53.913 INFO STEP 457 (remove_files) COMPLETE
66142026-08-17T23:47:54.821Z[ recovery-image] Aug 17 23:47:53.914 INFO O| Aug 17 23:47:53.914 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-17T23:47:54.828Z[ recovery-image] Aug 17 23:47:53.924 INFO O| Aug 17 23:47:53.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66162026-08-17T23:47:54.828Z[ recovery-image] Aug 17 23:47:53.924 INFO O| Aug 17 23:47:53.924 INFO STEP 458 (remove_files) COMPLETE
66172026-08-17T23:47:54.828Z[ recovery-image] Aug 17 23:47:53.924 INFO O| Aug 17 23:47:53.924 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-17T23:47:54.837Z[ recovery-image] Aug 17 23:47:53.933 INFO O| Aug 17 23:47:53.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66192026-08-17T23:47:54.838Z[ recovery-image] Aug 17 23:47:53.933 INFO O| Aug 17 23:47:53.933 INFO STEP 459 (remove_files) COMPLETE
66202026-08-17T23:47:54.838Z[ recovery-image] Aug 17 23:47:53.933 INFO O| Aug 17 23:47:53.933 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-17T23:47:54.849Z[ recovery-image] Aug 17 23:47:53.945 INFO O| Aug 17 23:47:53.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66222026-08-17T23:47:54.849Z[ recovery-image] Aug 17 23:47:53.945 INFO O| Aug 17 23:47:53.945 INFO STEP 460 (remove_files) COMPLETE
66232026-08-17T23:47:54.853Z[ recovery-image] Aug 17 23:47:53.945 INFO O| Aug 17 23:47:53.945 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-17T23:47:54.859Z[ recovery-image] Aug 17 23:47:53.955 INFO O| Aug 17 23:47:53.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66252026-08-17T23:47:54.859Z[ recovery-image] Aug 17 23:47:53.955 INFO O| Aug 17 23:47:53.955 INFO STEP 461 (remove_files) COMPLETE
66262026-08-17T23:47:54.859Z[ recovery-image] Aug 17 23:47:53.955 INFO O| Aug 17 23:47:53.955 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-17T23:47:54.869Z[ recovery-image] Aug 17 23:47:53.965 INFO O| Aug 17 23:47:53.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66282026-08-17T23:47:54.869Z[ recovery-image] Aug 17 23:47:53.965 INFO O| Aug 17 23:47:53.965 INFO STEP 462 (remove_files) COMPLETE
66292026-08-17T23:47:54.869Z[ recovery-image] Aug 17 23:47:53.965 INFO O| Aug 17 23:47:53.965 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-17T23:47:54.879Z[ recovery-image] Aug 17 23:47:53.974 INFO O| Aug 17 23:47:53.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66312026-08-17T23:47:54.879Z[ recovery-image] Aug 17 23:47:53.974 INFO O| Aug 17 23:47:53.974 INFO STEP 463 (remove_files) COMPLETE
66322026-08-17T23:47:54.885Z[ recovery-image] Aug 17 23:47:53.974 INFO O| Aug 17 23:47:53.974 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-17T23:47:54.889Z[ recovery-image] Aug 17 23:47:53.984 INFO O| Aug 17 23:47:53.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66342026-08-17T23:47:54.889Z[ recovery-image] Aug 17 23:47:53.984 INFO O| Aug 17 23:47:53.984 INFO STEP 464 (remove_files) COMPLETE
66352026-08-17T23:47:54.889Z[ recovery-image] Aug 17 23:47:53.984 INFO O| Aug 17 23:47:53.984 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-17T23:47:54.967Z[ recovery-image] Aug 17 23:47:53.994 INFO O| Aug 17 23:47:53.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66372026-08-17T23:47:54.968Z[ recovery-image] Aug 17 23:47:53.994 INFO O| Aug 17 23:47:53.994 INFO STEP 465 (remove_files) COMPLETE
66382026-08-17T23:47:54.973Z[ recovery-image] Aug 17 23:47:53.994 INFO O| Aug 17 23:47:53.994 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-17T23:47:54.973Z[ recovery-image] Aug 17 23:47:54.004 INFO O| Aug 17 23:47:54.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66402026-08-17T23:47:54.973Z[ recovery-image] Aug 17 23:47:54.004 INFO O| Aug 17 23:47:54.004 INFO STEP 466 (remove_files) COMPLETE
66412026-08-17T23:47:54.973Z[ recovery-image] Aug 17 23:47:54.004 INFO O| Aug 17 23:47:54.004 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-17T23:47:54.973Z[ recovery-image] Aug 17 23:47:54.014 INFO O| Aug 17 23:47:54.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66432026-08-17T23:47:54.973Z[ recovery-image] Aug 17 23:47:54.014 INFO O| Aug 17 23:47:54.014 INFO STEP 467 (remove_files) COMPLETE
66442026-08-17T23:47:54.973Z[ recovery-image] Aug 17 23:47:54.014 INFO O| Aug 17 23:47:54.014 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-17T23:47:54.973Z[ recovery-image] Aug 17 23:47:54.025 INFO O| Aug 17 23:47:54.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66462026-08-17T23:47:54.973Z[ recovery-image] Aug 17 23:47:54.025 INFO O| Aug 17 23:47:54.025 INFO STEP 468 (remove_files) COMPLETE
66472026-08-17T23:47:54.973Z[ recovery-image] Aug 17 23:47:54.025 INFO O| Aug 17 23:47:54.025 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-17T23:47:54.973Z[ recovery-image] Aug 17 23:47:54.034 INFO O| Aug 17 23:47:54.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66492026-08-17T23:47:54.973Z[ recovery-image] Aug 17 23:47:54.034 INFO O| Aug 17 23:47:54.034 INFO STEP 469 (remove_files) COMPLETE
66502026-08-17T23:47:54.973Z[ recovery-image] Aug 17 23:47:54.034 INFO O| Aug 17 23:47:54.034 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-17T23:47:54.973Z[ recovery-image] Aug 17 23:47:54.044 INFO O| Aug 17 23:47:54.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66522026-08-17T23:47:54.974Z[ recovery-image] Aug 17 23:47:54.044 INFO O| Aug 17 23:47:54.044 INFO STEP 470 (remove_files) COMPLETE
66532026-08-17T23:47:54.974Z[ recovery-image] Aug 17 23:47:54.044 INFO O| Aug 17 23:47:54.044 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-17T23:47:54.974Z[ recovery-image] Aug 17 23:47:54.056 INFO O| Aug 17 23:47:54.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66552026-08-17T23:47:54.974Z[ recovery-image] Aug 17 23:47:54.056 INFO O| Aug 17 23:47:54.056 INFO STEP 471 (remove_files) COMPLETE
66562026-08-17T23:47:54.974Z[ recovery-image] Aug 17 23:47:54.056 INFO O| Aug 17 23:47:54.056 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-17T23:47:54.974Z[ recovery-image] Aug 17 23:47:54.066 INFO O| Aug 17 23:47:54.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66582026-08-17T23:47:54.974Z[ recovery-image] Aug 17 23:47:54.066 INFO O| Aug 17 23:47:54.066 INFO STEP 472 (remove_files) COMPLETE
66592026-08-17T23:47:54.974Z[ recovery-image] Aug 17 23:47:54.066 INFO O| Aug 17 23:47:54.066 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-17T23:47:54.981Z[ recovery-image] Aug 17 23:47:54.077 INFO O| Aug 17 23:47:54.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66612026-08-17T23:47:54.981Z[ recovery-image] Aug 17 23:47:54.077 INFO O| Aug 17 23:47:54.077 INFO STEP 473 (remove_files) COMPLETE
66622026-08-17T23:47:54.986Z[ recovery-image] Aug 17 23:47:54.077 INFO O| Aug 17 23:47:54.077 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-17T23:47:54.992Z[ recovery-image] Aug 17 23:47:54.088 INFO O| Aug 17 23:47:54.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66642026-08-17T23:47:54.992Z[ recovery-image] Aug 17 23:47:54.088 INFO O| Aug 17 23:47:54.088 INFO STEP 474 (remove_files) COMPLETE
66652026-08-17T23:47:54.992Z[ recovery-image] Aug 17 23:47:54.088 INFO O| Aug 17 23:47:54.088 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-17T23:47:55.002Z[ recovery-image] Aug 17 23:47:54.098 INFO O| Aug 17 23:47:54.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66672026-08-17T23:47:55.002Z[ recovery-image] Aug 17 23:47:54.098 INFO O| Aug 17 23:47:54.098 INFO STEP 475 (remove_files) COMPLETE
66682026-08-17T23:47:55.002Z[ recovery-image] Aug 17 23:47:54.098 INFO O| Aug 17 23:47:54.098 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-17T23:47:55.012Z[ recovery-image] Aug 17 23:47:54.108 INFO O| Aug 17 23:47:54.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66702026-08-17T23:47:55.012Z[ recovery-image] Aug 17 23:47:54.108 INFO O| Aug 17 23:47:54.108 INFO STEP 476 (remove_files) COMPLETE
66712026-08-17T23:47:55.012Z[ recovery-image] Aug 17 23:47:54.108 INFO O| Aug 17 23:47:54.108 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-17T23:47:55.022Z[ recovery-image] Aug 17 23:47:54.118 INFO O| Aug 17 23:47:54.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66732026-08-17T23:47:55.022Z[ recovery-image] Aug 17 23:47:54.118 INFO O| Aug 17 23:47:54.118 INFO STEP 477 (remove_files) COMPLETE
66742026-08-17T23:47:55.022Z[ recovery-image] Aug 17 23:47:54.118 INFO O| Aug 17 23:47:54.118 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-17T23:47:55.033Z[ recovery-image] Aug 17 23:47:54.127 INFO O| Aug 17 23:47:54.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66762026-08-17T23:47:55.033Z[ recovery-image] Aug 17 23:47:54.127 INFO O| Aug 17 23:47:54.127 INFO STEP 478 (remove_files) COMPLETE
66772026-08-17T23:47:55.033Z[ recovery-image] Aug 17 23:47:54.127 INFO O| Aug 17 23:47:54.127 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-17T23:47:55.041Z[ recovery-image] Aug 17 23:47:54.137 INFO O| Aug 17 23:47:54.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66792026-08-17T23:47:55.045Z[ recovery-image] Aug 17 23:47:54.137 INFO O| Aug 17 23:47:54.137 INFO STEP 479 (remove_files) COMPLETE
66802026-08-17T23:47:55.045Z[ recovery-image] Aug 17 23:47:54.137 INFO O| Aug 17 23:47:54.137 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-17T23:47:55.052Z[ recovery-image] Aug 17 23:47:54.148 INFO O| Aug 17 23:47:54.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
66822026-08-17T23:47:55.056Z[ recovery-image] Aug 17 23:47:54.148 INFO O| Aug 17 23:47:54.148 INFO STEP 480 (remove_files) COMPLETE
66832026-08-17T23:47:55.056Z[ recovery-image] Aug 17 23:47:54.148 INFO O| Aug 17 23:47:54.148 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-17T23:47:55.061Z[ recovery-image] Aug 17 23:47:54.157 INFO O| Aug 17 23:47:54.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
66852026-08-17T23:47:55.061Z[ recovery-image] Aug 17 23:47:54.157 INFO O| Aug 17 23:47:54.157 INFO STEP 481 (remove_files) COMPLETE
66862026-08-17T23:47:55.065Z[ recovery-image] Aug 17 23:47:54.157 INFO O| Aug 17 23:47:54.157 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-17T23:47:55.069Z[ recovery-image] Aug 17 23:47:54.165 INFO O| Aug 17 23:47:54.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
66882026-08-17T23:47:55.069Z[ recovery-image] Aug 17 23:47:54.165 INFO O| Aug 17 23:47:54.165 INFO STEP 482 (remove_files) COMPLETE
66892026-08-17T23:47:55.073Z[ recovery-image] Aug 17 23:47:54.165 INFO O| Aug 17 23:47:54.165 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-17T23:47:55.079Z[ recovery-image] Aug 17 23:47:54.175 INFO O| Aug 17 23:47:54.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
66912026-08-17T23:47:55.079Z[ recovery-image] Aug 17 23:47:54.175 INFO O| Aug 17 23:47:54.175 INFO STEP 483 (remove_files) COMPLETE
66922026-08-17T23:47:55.079Z[ recovery-image] Aug 17 23:47:54.175 INFO O| Aug 17 23:47:54.175 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-17T23:47:55.087Z[ recovery-image] Aug 17 23:47:54.183 INFO O| Aug 17 23:47:54.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
66942026-08-17T23:47:55.087Z[ recovery-image] Aug 17 23:47:54.183 INFO O| Aug 17 23:47:54.183 INFO STEP 484 (remove_files) COMPLETE
66952026-08-17T23:47:55.087Z[ recovery-image] Aug 17 23:47:54.183 INFO O| Aug 17 23:47:54.183 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-17T23:47:55.096Z[ recovery-image] Aug 17 23:47:54.192 INFO O| Aug 17 23:47:54.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
66972026-08-17T23:47:55.096Z[ recovery-image] Aug 17 23:47:54.192 INFO O| Aug 17 23:47:54.192 INFO STEP 485 (remove_files) COMPLETE
66982026-08-17T23:47:55.096Z[ recovery-image] Aug 17 23:47:54.192 INFO O| Aug 17 23:47:54.192 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-17T23:47:55.105Z[ recovery-image] Aug 17 23:47:54.200 INFO O| Aug 17 23:47:54.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67002026-08-17T23:47:55.105Z[ recovery-image] Aug 17 23:47:54.200 INFO O| Aug 17 23:47:54.200 INFO STEP 486 (remove_files) COMPLETE
67012026-08-17T23:47:55.105Z[ recovery-image] Aug 17 23:47:54.200 INFO O| Aug 17 23:47:54.200 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-17T23:47:55.114Z[ recovery-image] Aug 17 23:47:54.209 INFO O| Aug 17 23:47:54.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67032026-08-17T23:47:55.118Z[ recovery-image] Aug 17 23:47:54.210 INFO O| Aug 17 23:47:54.210 INFO STEP 487 (remove_files) COMPLETE
67042026-08-17T23:47:55.118Z[ recovery-image] Aug 17 23:47:54.210 INFO O| Aug 17 23:47:54.210 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-17T23:47:55.122Z[ recovery-image] Aug 17 23:47:54.218 INFO O| Aug 17 23:47:54.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67062026-08-17T23:47:55.122Z[ recovery-image] Aug 17 23:47:54.218 INFO O| Aug 17 23:47:54.218 INFO STEP 488 (remove_files) COMPLETE
67072026-08-17T23:47:55.129Z[ recovery-image] Aug 17 23:47:54.218 INFO O| Aug 17 23:47:54.218 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-17T23:47:55.136Z[ recovery-image] Aug 17 23:47:54.227 INFO O| Aug 17 23:47:54.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67092026-08-17T23:47:55.136Z[ recovery-image] Aug 17 23:47:54.227 INFO O| Aug 17 23:47:54.227 INFO STEP 489 (remove_files) COMPLETE
67102026-08-17T23:47:55.136Z[ recovery-image] Aug 17 23:47:54.227 INFO O| Aug 17 23:47:54.227 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-17T23:47:55.140Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67122026-08-17T23:47:55.145Z[ recovery-image] Aug 17 23:47:54.240 INFO O| Aug 17 23:47:54.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67132026-08-17T23:47:55.145Z[ recovery-image] Aug 17 23:47:54.240 INFO O| Aug 17 23:47:54.236 INFO STEP 490 (remove_files) COMPLETE
67142026-08-17T23:47:55.145Z[ recovery-image] Aug 17 23:47:54.240 INFO O| Aug 17 23:47:54.236 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-17T23:47:55.149Z[ recovery-image] Aug 17 23:47:54.244 INFO O| Aug 17 23:47:54.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67162026-08-17T23:47:55.149Z[ recovery-image] Aug 17 23:47:54.244 INFO O| Aug 17 23:47:54.244 INFO STEP 491 (remove_files) COMPLETE
67172026-08-17T23:47:55.149Z[ recovery-image] Aug 17 23:47:54.244 INFO O| Aug 17 23:47:54.244 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-17T23:47:55.159Z[ recovery-image] Aug 17 23:47:54.254 INFO O| Aug 17 23:47:54.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67192026-08-17T23:47:55.159Z[ recovery-image] Aug 17 23:47:54.254 INFO O| Aug 17 23:47:54.254 INFO STEP 492 (remove_files) COMPLETE
67202026-08-17T23:47:55.163Z[ recovery-image] Aug 17 23:47:54.254 INFO O| Aug 17 23:47:54.254 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-17T23:47:55.168Z[ recovery-image] Aug 17 23:47:54.264 INFO O| Aug 17 23:47:54.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67222026-08-17T23:47:55.168Z[ recovery-image] Aug 17 23:47:54.264 INFO O| Aug 17 23:47:54.264 INFO STEP 493 (remove_files) COMPLETE
67232026-08-17T23:47:55.168Z[ recovery-image] Aug 17 23:47:54.264 INFO O| Aug 17 23:47:54.264 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-17T23:47:55.178Z[ recovery-image] Aug 17 23:47:54.274 INFO O| Aug 17 23:47:54.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67252026-08-17T23:47:55.179Z[ recovery-image] Aug 17 23:47:54.274 INFO O| Aug 17 23:47:54.274 INFO STEP 494 (remove_files) COMPLETE
67262026-08-17T23:47:55.179Z[ recovery-image] Aug 17 23:47:54.274 INFO O| Aug 17 23:47:54.274 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-17T23:47:55.188Z[ recovery-image] Aug 17 23:47:54.284 INFO O| Aug 17 23:47:54.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67282026-08-17T23:47:55.188Z[ recovery-image] Aug 17 23:47:54.284 INFO O| Aug 17 23:47:54.284 INFO STEP 495 (remove_files) COMPLETE
67292026-08-17T23:47:55.188Z[ recovery-image] Aug 17 23:47:54.284 INFO O| Aug 17 23:47:54.284 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-17T23:47:55.198Z[ recovery-image] Aug 17 23:47:54.294 INFO O| Aug 17 23:47:54.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67312026-08-17T23:47:55.198Z[ recovery-image] Aug 17 23:47:54.294 INFO O| Aug 17 23:47:54.294 INFO STEP 496 (remove_files) COMPLETE
67322026-08-17T23:47:55.206Z[ recovery-image] Aug 17 23:47:54.294 INFO O| Aug 17 23:47:54.294 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-17T23:47:55.211Z[ recovery-image] Aug 17 23:47:54.304 INFO O| Aug 17 23:47:54.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67342026-08-17T23:47:55.211Z[ recovery-image] Aug 17 23:47:54.304 INFO O| Aug 17 23:47:54.304 INFO STEP 497 (remove_files) COMPLETE
67352026-08-17T23:47:55.212Z[ recovery-image] Aug 17 23:47:54.304 INFO O| Aug 17 23:47:54.304 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-17T23:47:55.218Z[ recovery-image] Aug 17 23:47:54.313 INFO O| Aug 17 23:47:54.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67372026-08-17T23:47:55.218Z[ recovery-image] Aug 17 23:47:54.313 INFO O| Aug 17 23:47:54.313 INFO STEP 498 (remove_files) COMPLETE
67382026-08-17T23:47:55.218Z[ recovery-image] Aug 17 23:47:54.313 INFO O| Aug 17 23:47:54.313 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-17T23:47:55.227Z[ recovery-image] Aug 17 23:47:54.323 INFO O| Aug 17 23:47:54.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67402026-08-17T23:47:55.227Z[ recovery-image] Aug 17 23:47:54.323 INFO O| Aug 17 23:47:54.323 INFO STEP 499 (remove_files) COMPLETE
67412026-08-17T23:47:55.227Z[ recovery-image] Aug 17 23:47:54.323 INFO O| Aug 17 23:47:54.323 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-17T23:47:55.237Z[ recovery-image] Aug 17 23:47:54.333 INFO O| Aug 17 23:47:54.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67432026-08-17T23:47:55.237Z[ recovery-image] Aug 17 23:47:54.333 INFO O| Aug 17 23:47:54.333 INFO STEP 500 (remove_files) COMPLETE
67442026-08-17T23:47:55.237Z[ recovery-image] Aug 17 23:47:54.333 INFO O| Aug 17 23:47:54.333 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-17T23:47:55.246Z[ recovery-image] Aug 17 23:47:54.342 INFO O| Aug 17 23:47:54.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67462026-08-17T23:47:55.246Z[ recovery-image] Aug 17 23:47:54.342 INFO O| Aug 17 23:47:54.342 INFO STEP 501 (remove_files) COMPLETE
67472026-08-17T23:47:55.249Z[ recovery-image] Aug 17 23:47:54.342 INFO O| Aug 17 23:47:54.342 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-17T23:47:55.255Z[ recovery-image] Aug 17 23:47:54.350 INFO O| Aug 17 23:47:54.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67492026-08-17T23:47:55.255Z[ recovery-image] Aug 17 23:47:54.350 INFO O| Aug 17 23:47:54.350 INFO STEP 502 (remove_files) COMPLETE
67502026-08-17T23:47:55.255Z[ recovery-image] Aug 17 23:47:54.350 INFO O| Aug 17 23:47:54.350 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-17T23:47:55.264Z[ recovery-image] Aug 17 23:47:54.360 INFO O| Aug 17 23:47:54.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67522026-08-17T23:47:55.264Z[ recovery-image] Aug 17 23:47:54.360 INFO O| Aug 17 23:47:54.360 INFO STEP 503 (remove_files) COMPLETE
67532026-08-17T23:47:55.264Z[ recovery-image] Aug 17 23:47:54.360 INFO O| Aug 17 23:47:54.360 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-17T23:47:55.273Z[ recovery-image] Aug 17 23:47:54.368 INFO O| Aug 17 23:47:54.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67552026-08-17T23:47:55.273Z[ recovery-image] Aug 17 23:47:54.368 INFO O| Aug 17 23:47:54.368 INFO STEP 504 (remove_files) COMPLETE
67562026-08-17T23:47:55.273Z[ recovery-image] Aug 17 23:47:54.368 INFO O| Aug 17 23:47:54.368 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-17T23:47:55.278Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
67582026-08-17T23:47:55.282Z[ recovery-image] Aug 17 23:47:54.378 INFO O| Aug 17 23:47:54.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67592026-08-17T23:47:55.282Z[ recovery-image] Aug 17 23:47:54.378 INFO O| Aug 17 23:47:54.378 INFO STEP 505 (remove_files) COMPLETE
67602026-08-17T23:47:55.282Z[ recovery-image] Aug 17 23:47:54.378 INFO O| Aug 17 23:47:54.378 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-17T23:47:55.293Z[ recovery-image] Aug 17 23:47:54.389 INFO O| Aug 17 23:47:54.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67622026-08-17T23:47:55.293Z[ recovery-image] Aug 17 23:47:54.389 INFO O| Aug 17 23:47:54.389 INFO STEP 506 (remove_files) COMPLETE
67632026-08-17T23:47:55.293Z[ recovery-image] Aug 17 23:47:54.389 INFO O| Aug 17 23:47:54.389 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-17T23:47:55.297Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
67652026-08-17T23:47:55.303Z[ recovery-image] Aug 17 23:47:54.399 INFO O| Aug 17 23:47:54.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67662026-08-17T23:47:55.303Z[ recovery-image] Aug 17 23:47:54.399 INFO O| Aug 17 23:47:54.399 INFO STEP 507 (remove_files) COMPLETE
67672026-08-17T23:47:55.307Z[ recovery-image] Aug 17 23:47:54.399 INFO O| Aug 17 23:47:54.399 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-17T23:47:55.313Z[ recovery-image] Aug 17 23:47:54.409 INFO O| Aug 17 23:47:54.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67692026-08-17T23:47:55.314Z[ recovery-image] Aug 17 23:47:54.409 INFO O| Aug 17 23:47:54.409 INFO STEP 508 (remove_files) COMPLETE
67702026-08-17T23:47:55.317Z[ recovery-image] Aug 17 23:47:54.409 INFO O| Aug 17 23:47:54.409 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-17T23:47:55.323Z[ recovery-image] Aug 17 23:47:54.419 INFO O| Aug 17 23:47:54.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67722026-08-17T23:47:55.323Z[ recovery-image] Aug 17 23:47:54.419 INFO O| Aug 17 23:47:54.419 INFO STEP 509 (remove_files) COMPLETE
67732026-08-17T23:47:55.326Z[ recovery-image] Aug 17 23:47:54.419 INFO O| Aug 17 23:47:54.419 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-17T23:47:55.333Z[ recovery-image] Aug 17 23:47:54.428 INFO O| Aug 17 23:47:54.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67752026-08-17T23:47:55.333Z[ recovery-image] Aug 17 23:47:54.428 INFO O| Aug 17 23:47:54.428 INFO STEP 510 (remove_files) COMPLETE
67762026-08-17T23:47:55.333Z[ recovery-image] Aug 17 23:47:54.428 INFO O| Aug 17 23:47:54.428 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-17T23:47:55.343Z[ recovery-image] Aug 17 23:47:54.438 INFO O| Aug 17 23:47:54.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67782026-08-17T23:47:55.343Z[ recovery-image] Aug 17 23:47:54.438 INFO O| Aug 17 23:47:54.438 INFO STEP 511 (remove_files) COMPLETE
67792026-08-17T23:47:55.343Z[ recovery-image] Aug 17 23:47:54.438 INFO O| Aug 17 23:47:54.438 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-17T23:47:55.352Z[ recovery-image] Aug 17 23:47:54.448 INFO O| Aug 17 23:47:54.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
67812026-08-17T23:47:55.352Z[ recovery-image] Aug 17 23:47:54.448 INFO O| Aug 17 23:47:54.448 INFO STEP 512 (remove_files) COMPLETE
67822026-08-17T23:47:55.352Z[ recovery-image] Aug 17 23:47:54.448 INFO O| Aug 17 23:47:54.448 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-17T23:47:55.361Z[ recovery-image] Aug 17 23:47:54.457 INFO O| Aug 17 23:47:54.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
67842026-08-17T23:47:55.365Z[ recovery-image] Aug 17 23:47:54.458 INFO O| Aug 17 23:47:54.458 INFO STEP 513 (remove_files) COMPLETE
67852026-08-17T23:47:55.365Z[ recovery-image] Aug 17 23:47:54.458 INFO O| Aug 17 23:47:54.458 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-17T23:47:55.372Z[ recovery-image] Aug 17 23:47:54.468 INFO O| Aug 17 23:47:54.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
67872026-08-17T23:47:55.372Z[ recovery-image] Aug 17 23:47:54.469 INFO O| Aug 17 23:47:54.469 INFO STEP 514 (remove_files) COMPLETE
67882026-08-17T23:47:55.372Z[ recovery-image] Aug 17 23:47:54.469 INFO O| Aug 17 23:47:54.469 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-17T23:47:55.385Z[ recovery-image] Aug 17 23:47:54.479 INFO O| Aug 17 23:47:54.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
67902026-08-17T23:47:55.385Z[ recovery-image] Aug 17 23:47:54.479 INFO O| Aug 17 23:47:54.479 INFO STEP 515 (remove_files) COMPLETE
67912026-08-17T23:47:55.389Z[ recovery-image] Aug 17 23:47:54.479 INFO O| Aug 17 23:47:54.479 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-17T23:47:55.393Z[ recovery-image] Aug 17 23:47:54.489 INFO O| Aug 17 23:47:54.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
67932026-08-17T23:47:55.393Z[ recovery-image] Aug 17 23:47:54.489 INFO O| Aug 17 23:47:54.489 INFO STEP 516 (remove_files) COMPLETE
67942026-08-17T23:47:55.393Z[ recovery-image] Aug 17 23:47:54.489 INFO O| Aug 17 23:47:54.489 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-17T23:47:55.403Z[ recovery-image] Aug 17 23:47:54.499 INFO O| Aug 17 23:47:54.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
67962026-08-17T23:47:55.406Z[ recovery-image] Aug 17 23:47:54.499 INFO O| Aug 17 23:47:54.499 INFO STEP 517 (remove_files) COMPLETE
67972026-08-17T23:47:55.406Z[ recovery-image] Aug 17 23:47:54.499 INFO O| Aug 17 23:47:54.499 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-17T23:47:55.414Z[ recovery-image] Aug 17 23:47:54.509 INFO O| Aug 17 23:47:54.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
67992026-08-17T23:47:55.414Z[ recovery-image] Aug 17 23:47:54.509 INFO O| Aug 17 23:47:54.509 INFO STEP 518 (remove_files) COMPLETE
68002026-08-17T23:47:55.414Z[ recovery-image] Aug 17 23:47:54.509 INFO O| Aug 17 23:47:54.509 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-17T23:47:55.422Z[ recovery-image] Aug 17 23:47:54.518 INFO O| Aug 17 23:47:54.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68022026-08-17T23:47:55.422Z[ recovery-image] Aug 17 23:47:54.518 INFO O| Aug 17 23:47:54.518 INFO STEP 519 (remove_files) COMPLETE
68032026-08-17T23:47:55.422Z[ recovery-image] Aug 17 23:47:54.518 INFO O| Aug 17 23:47:54.518 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-17T23:47:55.432Z[ recovery-image] Aug 17 23:47:54.528 INFO O| Aug 17 23:47:54.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68052026-08-17T23:47:55.435Z[ recovery-image] Aug 17 23:47:54.529 INFO O| Aug 17 23:47:54.529 INFO STEP 520 (remove_files) COMPLETE
68062026-08-17T23:47:55.435Z[ recovery-image] Aug 17 23:47:54.529 INFO O| Aug 17 23:47:54.529 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-17T23:47:55.443Z[ recovery-image] Aug 17 23:47:54.539 INFO O| Aug 17 23:47:54.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68082026-08-17T23:47:55.443Z[ recovery-image] Aug 17 23:47:54.539 INFO O| Aug 17 23:47:54.539 INFO STEP 521 (remove_files) COMPLETE
68092026-08-17T23:47:55.443Z[ recovery-image] Aug 17 23:47:54.539 INFO O| Aug 17 23:47:54.539 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-17T23:47:55.453Z[ recovery-image] Aug 17 23:47:54.549 INFO O| Aug 17 23:47:54.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68112026-08-17T23:47:55.453Z[ recovery-image] Aug 17 23:47:54.549 INFO O| Aug 17 23:47:54.549 INFO STEP 522 (remove_files) COMPLETE
68122026-08-17T23:47:55.457Z[ recovery-image] Aug 17 23:47:54.549 INFO O| Aug 17 23:47:54.549 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-17T23:47:55.464Z[ recovery-image] Aug 17 23:47:54.560 INFO O| Aug 17 23:47:54.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68142026-08-17T23:47:55.464Z[ recovery-image] Aug 17 23:47:54.560 INFO O| Aug 17 23:47:54.560 INFO STEP 523 (remove_files) COMPLETE
68152026-08-17T23:47:55.464Z[ recovery-image] Aug 17 23:47:54.560 INFO O| Aug 17 23:47:54.560 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-17T23:47:55.474Z[ recovery-image] Aug 17 23:47:54.570 INFO O| Aug 17 23:47:54.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68172026-08-17T23:47:55.474Z[ recovery-image] Aug 17 23:47:54.570 INFO O| Aug 17 23:47:54.570 INFO STEP 524 (remove_files) COMPLETE
68182026-08-17T23:47:55.474Z[ recovery-image] Aug 17 23:47:54.570 INFO O| Aug 17 23:47:54.570 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-17T23:47:55.484Z[ recovery-image] Aug 17 23:47:54.580 INFO O| Aug 17 23:47:54.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68202026-08-17T23:47:55.487Z[ recovery-image] Aug 17 23:47:54.581 INFO O| Aug 17 23:47:54.581 INFO STEP 525 (remove_files) COMPLETE
68212026-08-17T23:47:55.487Z[ recovery-image] Aug 17 23:47:54.581 INFO O| Aug 17 23:47:54.581 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-17T23:47:55.494Z[ recovery-image] Aug 17 23:47:54.590 INFO O| Aug 17 23:47:54.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68232026-08-17T23:47:55.494Z[ recovery-image] Aug 17 23:47:54.590 INFO O| Aug 17 23:47:54.590 INFO STEP 526 (remove_files) COMPLETE
68242026-08-17T23:47:55.494Z[ recovery-image] Aug 17 23:47:54.590 INFO O| Aug 17 23:47:54.590 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-17T23:47:55.503Z[ recovery-image] Aug 17 23:47:54.599 INFO O| Aug 17 23:47:54.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68262026-08-17T23:47:55.504Z[ recovery-image] Aug 17 23:47:54.599 INFO O| Aug 17 23:47:54.599 INFO STEP 527 (remove_files) COMPLETE
68272026-08-17T23:47:55.504Z[ recovery-image] Aug 17 23:47:54.599 INFO O| Aug 17 23:47:54.599 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-17T23:47:55.513Z[ recovery-image] Aug 17 23:47:54.608 INFO O| Aug 17 23:47:54.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68292026-08-17T23:47:55.513Z[ recovery-image] Aug 17 23:47:54.608 INFO O| Aug 17 23:47:54.608 INFO STEP 528 (remove_files) COMPLETE
68302026-08-17T23:47:55.513Z[ recovery-image] Aug 17 23:47:54.608 INFO O| Aug 17 23:47:54.608 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-17T23:47:55.520Z[ recovery-image] Aug 17 23:47:54.616 INFO O| Aug 17 23:47:54.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68322026-08-17T23:47:55.520Z[ recovery-image] Aug 17 23:47:54.616 INFO O| Aug 17 23:47:54.616 INFO STEP 529 (remove_files) COMPLETE
68332026-08-17T23:47:55.524Z[ recovery-image] Aug 17 23:47:54.616 INFO O| Aug 17 23:47:54.616 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-17T23:47:55.528Z[ recovery-image] Aug 17 23:47:54.624 INFO O| Aug 17 23:47:54.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68352026-08-17T23:47:55.528Z[ recovery-image] Aug 17 23:47:54.624 INFO O| Aug 17 23:47:54.624 INFO STEP 530 (remove_files) COMPLETE
68362026-08-17T23:47:55.532Z[ recovery-image] Aug 17 23:47:54.624 INFO O| Aug 17 23:47:54.624 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-17T23:47:55.538Z[ recovery-image] Aug 17 23:47:54.634 INFO O| Aug 17 23:47:54.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68382026-08-17T23:47:55.538Z[ recovery-image] Aug 17 23:47:54.634 INFO O| Aug 17 23:47:54.634 INFO STEP 531 (remove_files) COMPLETE
68392026-08-17T23:47:55.542Z[ recovery-image] Aug 17 23:47:54.634 INFO O| Aug 17 23:47:54.634 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-17T23:47:55.542Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
68412026-08-17T23:47:55.548Z[ recovery-image] Aug 17 23:47:54.644 INFO O| Aug 17 23:47:54.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68422026-08-17T23:47:55.548Z[ recovery-image] Aug 17 23:47:54.644 INFO O| Aug 17 23:47:54.643 INFO STEP 532 (remove_files) COMPLETE
68432026-08-17T23:47:55.548Z[ recovery-image] Aug 17 23:47:54.644 INFO O| Aug 17 23:47:54.643 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-08-17T23:47:55.557Z[ recovery-image] Aug 17 23:47:54.652 INFO O| Aug 17 23:47:54.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68452026-08-17T23:47:55.557Z[ recovery-image] Aug 17 23:47:54.652 INFO O| Aug 17 23:47:54.652 INFO STEP 533 (remove_files) COMPLETE
68462026-08-17T23:47:55.557Z[ recovery-image] Aug 17 23:47:54.652 INFO O| Aug 17 23:47:54.652 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-08-17T23:47:55.565Z[ recovery-image] Aug 17 23:47:54.660 INFO O| Aug 17 23:47:54.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68482026-08-17T23:47:55.569Z[ recovery-image] Aug 17 23:47:54.661 INFO O| Aug 17 23:47:54.660 INFO STEP 534 (remove_files) COMPLETE
68492026-08-17T23:47:55.569Z[ recovery-image] Aug 17 23:47:54.661 INFO O| Aug 17 23:47:54.660 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-08-17T23:47:55.575Z[ recovery-image] Aug 17 23:47:54.671 INFO O| Aug 17 23:47:54.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68512026-08-17T23:47:55.575Z[ recovery-image] Aug 17 23:47:54.671 INFO O| Aug 17 23:47:54.669 INFO STEP 535 (remove_files) COMPLETE
68522026-08-17T23:47:55.575Z[ recovery-image] Aug 17 23:47:54.671 INFO O| Aug 17 23:47:54.669 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-08-17T23:47:55.583Z[ recovery-image] Aug 17 23:47:54.679 INFO O| Aug 17 23:47:54.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68542026-08-17T23:47:55.583Z[ recovery-image] Aug 17 23:47:54.679 INFO O| Aug 17 23:47:54.679 INFO STEP 536 (remove_files) COMPLETE
68552026-08-17T23:47:55.586Z[ recovery-image] Aug 17 23:47:54.679 INFO O| Aug 17 23:47:54.679 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-08-17T23:47:55.592Z[ recovery-image] Aug 17 23:47:54.687 INFO O| Aug 17 23:47:54.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68572026-08-17T23:47:55.592Z[ recovery-image] Aug 17 23:47:54.687 INFO O| Aug 17 23:47:54.687 INFO STEP 537 (remove_files) COMPLETE
68582026-08-17T23:47:55.592Z[ recovery-image] Aug 17 23:47:54.687 INFO O| Aug 17 23:47:54.687 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-08-17T23:47:55.598Z[ recovery-image] Aug 17 23:47:54.695 INFO O| Aug 17 23:47:54.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68602026-08-17T23:47:55.602Z[ recovery-image] Aug 17 23:47:54.696 INFO O| Aug 17 23:47:54.696 INFO STEP 538 (remove_files) COMPLETE
68612026-08-17T23:47:55.602Z[ recovery-image] Aug 17 23:47:54.696 INFO O| Aug 17 23:47:54.696 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-08-17T23:47:55.609Z[ recovery-image] Aug 17 23:47:54.705 INFO O| Aug 17 23:47:54.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68632026-08-17T23:47:55.609Z[ recovery-image] Aug 17 23:47:54.705 INFO O| Aug 17 23:47:54.705 INFO STEP 539 (remove_files) COMPLETE
68642026-08-17T23:47:55.609Z[ recovery-image] Aug 17 23:47:54.705 INFO O| Aug 17 23:47:54.705 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-08-17T23:47:55.618Z[ recovery-image] Aug 17 23:47:54.714 INFO O| Aug 17 23:47:54.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68662026-08-17T23:47:55.618Z[ recovery-image] Aug 17 23:47:54.714 INFO O| Aug 17 23:47:54.714 INFO STEP 540 (remove_files) COMPLETE
68672026-08-17T23:47:55.618Z[ recovery-image] Aug 17 23:47:54.714 INFO O| Aug 17 23:47:54.714 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-08-17T23:47:55.626Z[ recovery-image] Aug 17 23:47:54.722 INFO O| Aug 17 23:47:54.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68692026-08-17T23:47:55.626Z[ recovery-image] Aug 17 23:47:54.722 INFO O| Aug 17 23:47:54.722 INFO STEP 541 (remove_files) COMPLETE
68702026-08-17T23:47:55.626Z[ recovery-image] Aug 17 23:47:54.722 INFO O| Aug 17 23:47:54.722 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-08-17T23:47:55.635Z[ recovery-image] Aug 17 23:47:54.731 INFO O| Aug 17 23:47:54.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68722026-08-17T23:47:55.635Z[ recovery-image] Aug 17 23:47:54.731 INFO O| Aug 17 23:47:54.731 INFO STEP 542 (remove_files) COMPLETE
68732026-08-17T23:47:55.635Z[ recovery-image] Aug 17 23:47:54.731 INFO O| Aug 17 23:47:54.731 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-08-17T23:47:55.643Z[ recovery-image] Aug 17 23:47:54.738 INFO O| Aug 17 23:47:54.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68752026-08-17T23:47:55.646Z[ recovery-image] Aug 17 23:47:54.739 INFO O| Aug 17 23:47:54.739 INFO STEP 543 (remove_files) COMPLETE
68762026-08-17T23:47:55.646Z[ recovery-image] Aug 17 23:47:54.739 INFO O| Aug 17 23:47:54.739 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-08-17T23:47:55.652Z[ recovery-image] Aug 17 23:47:54.747 INFO O| Aug 17 23:47:54.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68782026-08-17T23:47:55.652Z[ recovery-image] Aug 17 23:47:54.747 INFO O| Aug 17 23:47:54.747 INFO STEP 544 (remove_files) COMPLETE
68792026-08-17T23:47:55.652Z[ recovery-image] Aug 17 23:47:54.747 INFO O| Aug 17 23:47:54.747 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-08-17T23:47:55.659Z[ recovery-image] Aug 17 23:47:54.755 INFO O| Aug 17 23:47:54.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
68812026-08-17T23:47:55.659Z[ recovery-image] Aug 17 23:47:54.755 INFO O| Aug 17 23:47:54.755 INFO STEP 545 (remove_files) COMPLETE
68822026-08-17T23:47:55.659Z[ recovery-image] Aug 17 23:47:54.755 INFO O| Aug 17 23:47:54.755 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-08-17T23:47:55.668Z[ recovery-image] Aug 17 23:47:54.764 INFO O| Aug 17 23:47:54.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
68842026-08-17T23:47:55.668Z[ recovery-image] Aug 17 23:47:54.764 INFO O| Aug 17 23:47:54.764 INFO STEP 546 (remove_files) COMPLETE
68852026-08-17T23:47:55.668Z[ recovery-image] Aug 17 23:47:54.764 INFO O| Aug 17 23:47:54.764 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-08-17T23:47:55.680Z[ recovery-image] Aug 17 23:47:54.776 INFO O| Aug 17 23:47:54.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
68872026-08-17T23:47:55.680Z[ recovery-image] Aug 17 23:47:54.776 INFO O| Aug 17 23:47:54.775 INFO STEP 547 (remove_files) COMPLETE
68882026-08-17T23:47:55.680Z[ recovery-image] Aug 17 23:47:54.776 INFO O| Aug 17 23:47:54.775 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-08-17T23:47:55.689Z[ recovery-image] Aug 17 23:47:54.785 INFO O| Aug 17 23:47:54.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
68902026-08-17T23:47:55.689Z[ recovery-image] Aug 17 23:47:54.785 INFO O| Aug 17 23:47:54.785 INFO STEP 548 (remove_files) COMPLETE
68912026-08-17T23:47:55.689Z[ recovery-image] Aug 17 23:47:54.785 INFO O| Aug 17 23:47:54.785 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-08-17T23:47:55.757Z[ recovery-image] Aug 17 23:47:54.795 INFO O| Aug 17 23:47:54.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
68932026-08-17T23:47:55.758Z[ recovery-image] Aug 17 23:47:54.795 INFO O| Aug 17 23:47:54.795 INFO STEP 549 (remove_files) COMPLETE
68942026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.795 INFO O| Aug 17 23:47:54.795 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.804 INFO O| Aug 17 23:47:54.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
68962026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.804 INFO O| Aug 17 23:47:54.804 INFO STEP 550 (remove_files) COMPLETE
68972026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.804 INFO O| Aug 17 23:47:54.804 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.815 INFO O| Aug 17 23:47:54.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
68992026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.815 INFO O| Aug 17 23:47:54.815 INFO STEP 551 (remove_files) COMPLETE
69002026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.815 INFO O| Aug 17 23:47:54.815 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.823 INFO O| Aug 17 23:47:54.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69022026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.823 INFO O| Aug 17 23:47:54.823 INFO STEP 552 (remove_files) COMPLETE
69032026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.823 INFO O| Aug 17 23:47:54.823 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.831 INFO O| Aug 17 23:47:54.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69052026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.831 INFO O| Aug 17 23:47:54.831 INFO STEP 553 (remove_files) COMPLETE
69062026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.832 INFO O| Aug 17 23:47:54.831 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.839 INFO O| Aug 17 23:47:54.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69082026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.839 INFO O| Aug 17 23:47:54.839 INFO STEP 554 (remove_files) COMPLETE
69092026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.839 INFO O| Aug 17 23:47:54.839 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-17T23:47:55.764Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
69112026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.850 INFO O| Aug 17 23:47:54.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69122026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.850 INFO O| Aug 17 23:47:54.850 INFO STEP 555 (remove_files) COMPLETE
69132026-08-17T23:47:55.764Z[ recovery-image] Aug 17 23:47:54.850 INFO O| Aug 17 23:47:54.850 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-17T23:47:55.768Z[ recovery-image] Aug 17 23:47:54.862 INFO O| Aug 17 23:47:54.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69152026-08-17T23:47:55.769Z[ recovery-image] Aug 17 23:47:54.862 INFO O| Aug 17 23:47:54.862 INFO STEP 556 (remove_files) COMPLETE
69162026-08-17T23:47:55.769Z[ recovery-image] Aug 17 23:47:54.862 INFO O| Aug 17 23:47:54.862 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-17T23:47:55.776Z[ recovery-image] Aug 17 23:47:54.872 INFO O| Aug 17 23:47:54.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69182026-08-17T23:47:55.780Z[ recovery-image] Aug 17 23:47:54.873 INFO O| Aug 17 23:47:54.873 INFO STEP 557 (remove_files) COMPLETE
69192026-08-17T23:47:55.780Z[ recovery-image] Aug 17 23:47:54.873 INFO O| Aug 17 23:47:54.873 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-17T23:47:55.788Z[ recovery-image] Aug 17 23:47:54.884 INFO O| Aug 17 23:47:54.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69212026-08-17T23:47:55.788Z[ recovery-image] Aug 17 23:47:54.884 INFO O| Aug 17 23:47:54.884 INFO STEP 558 (remove_files) COMPLETE
69222026-08-17T23:47:55.788Z[ recovery-image] Aug 17 23:47:54.884 INFO O| Aug 17 23:47:54.884 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-17T23:47:55.799Z[ recovery-image] Aug 17 23:47:54.895 INFO O| Aug 17 23:47:54.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69242026-08-17T23:47:55.799Z[ recovery-image] Aug 17 23:47:54.895 INFO O| Aug 17 23:47:54.895 INFO STEP 559 (remove_files) COMPLETE
69252026-08-17T23:47:55.805Z[ recovery-image] Aug 17 23:47:54.895 INFO O| Aug 17 23:47:54.895 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-17T23:47:55.810Z[ recovery-image] Aug 17 23:47:54.906 INFO O| Aug 17 23:47:54.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69272026-08-17T23:47:55.810Z[ recovery-image] Aug 17 23:47:54.906 INFO O| Aug 17 23:47:54.906 INFO STEP 560 (remove_files) COMPLETE
69282026-08-17T23:47:55.810Z[ recovery-image] Aug 17 23:47:54.906 INFO O| Aug 17 23:47:54.906 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-17T23:47:55.819Z[ recovery-image] Aug 17 23:47:54.915 INFO O| Aug 17 23:47:54.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69302026-08-17T23:47:55.819Z[ recovery-image] Aug 17 23:47:54.915 INFO O| Aug 17 23:47:54.915 INFO STEP 561 (remove_files) COMPLETE
69312026-08-17T23:47:55.819Z[ recovery-image] Aug 17 23:47:54.915 INFO O| Aug 17 23:47:54.915 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-17T23:47:55.828Z[ recovery-image] Aug 17 23:47:54.924 INFO O| Aug 17 23:47:54.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69332026-08-17T23:47:55.828Z[ recovery-image] Aug 17 23:47:54.924 INFO O| Aug 17 23:47:54.924 INFO STEP 562 (remove_files) COMPLETE
69342026-08-17T23:47:55.829Z[ recovery-image] Aug 17 23:47:54.925 INFO O| Aug 17 23:47:54.924 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-17T23:47:55.840Z[ recovery-image] Aug 17 23:47:54.935 INFO O| Aug 17 23:47:54.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69362026-08-17T23:47:55.843Z[ recovery-image] Aug 17 23:47:54.936 INFO O| Aug 17 23:47:54.935 INFO STEP 563 (remove_files) COMPLETE
69372026-08-17T23:47:55.843Z[ recovery-image] Aug 17 23:47:54.936 INFO O| Aug 17 23:47:54.936 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-17T23:47:55.851Z[ recovery-image] Aug 17 23:47:54.945 INFO O| Aug 17 23:47:54.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69392026-08-17T23:47:55.851Z[ recovery-image] Aug 17 23:47:54.945 INFO O| Aug 17 23:47:54.945 INFO STEP 564 (remove_files) COMPLETE
69402026-08-17T23:47:55.854Z[ recovery-image] Aug 17 23:47:54.945 INFO O| Aug 17 23:47:54.945 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-17T23:47:55.860Z[ recovery-image] Aug 17 23:47:54.954 INFO O| Aug 17 23:47:54.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69422026-08-17T23:47:55.860Z[ recovery-image] Aug 17 23:47:54.954 INFO O| Aug 17 23:47:54.954 INFO STEP 565 (remove_files) COMPLETE
69432026-08-17T23:47:55.863Z[ recovery-image] Aug 17 23:47:54.954 INFO O| Aug 17 23:47:54.954 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-17T23:47:55.869Z[ recovery-image] Aug 17 23:47:54.965 INFO O| Aug 17 23:47:54.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69452026-08-17T23:47:55.869Z[ recovery-image] Aug 17 23:47:54.965 INFO O| Aug 17 23:47:54.965 INFO STEP 566 (remove_files) COMPLETE
69462026-08-17T23:47:55.869Z[ recovery-image] Aug 17 23:47:54.965 INFO O| Aug 17 23:47:54.965 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-17T23:47:55.877Z[ recovery-image] Aug 17 23:47:54.973 INFO O| Aug 17 23:47:54.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69482026-08-17T23:47:55.881Z[ recovery-image] Aug 17 23:47:54.973 INFO O| Aug 17 23:47:54.973 INFO STEP 567 (remove_files) COMPLETE
69492026-08-17T23:47:55.881Z[ recovery-image] Aug 17 23:47:54.974 INFO O| Aug 17 23:47:54.973 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-17T23:47:55.886Z[ recovery-image] Aug 17 23:47:54.982 INFO O| Aug 17 23:47:54.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69512026-08-17T23:47:55.887Z[ recovery-image] Aug 17 23:47:54.983 INFO O| Aug 17 23:47:54.982 INFO STEP 568 (remove_files) COMPLETE
69522026-08-17T23:47:55.890Z[ recovery-image] Aug 17 23:47:54.983 INFO O| Aug 17 23:47:54.983 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-17T23:47:55.895Z[ recovery-image] Aug 17 23:47:54.991 INFO O| Aug 17 23:47:54.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69542026-08-17T23:47:55.895Z[ recovery-image] Aug 17 23:47:54.991 INFO O| Aug 17 23:47:54.991 INFO STEP 569 (remove_files) COMPLETE
69552026-08-17T23:47:55.895Z[ recovery-image] Aug 17 23:47:54.991 INFO O| Aug 17 23:47:54.991 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-17T23:47:55.904Z[ recovery-image] Aug 17 23:47:55.000 INFO O| Aug 17 23:47:55.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69572026-08-17T23:47:55.904Z[ recovery-image] Aug 17 23:47:55.000 INFO O| Aug 17 23:47:55.000 INFO STEP 570 (remove_files) COMPLETE
69582026-08-17T23:47:55.904Z[ recovery-image] Aug 17 23:47:55.000 INFO O| Aug 17 23:47:55.000 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-17T23:47:55.914Z[ recovery-image] Aug 17 23:47:55.010 INFO O| Aug 17 23:47:55.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69602026-08-17T23:47:55.914Z[ recovery-image] Aug 17 23:47:55.010 INFO O| Aug 17 23:47:55.010 INFO STEP 571 (remove_files) COMPLETE
69612026-08-17T23:47:55.919Z[ recovery-image] Aug 17 23:47:55.010 INFO O| Aug 17 23:47:55.010 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-17T23:47:55.924Z[ recovery-image] Aug 17 23:47:55.019 INFO O| Aug 17 23:47:55.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69632026-08-17T23:47:55.925Z[ recovery-image] Aug 17 23:47:55.019 INFO O| Aug 17 23:47:55.019 INFO STEP 572 (remove_files) COMPLETE
69642026-08-17T23:47:55.925Z[ recovery-image] Aug 17 23:47:55.019 INFO O| Aug 17 23:47:55.019 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-17T23:47:55.933Z[ recovery-image] Aug 17 23:47:55.029 INFO O| Aug 17 23:47:55.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69662026-08-17T23:47:55.933Z[ recovery-image] Aug 17 23:47:55.029 INFO O| Aug 17 23:47:55.029 INFO STEP 573 (remove_files) COMPLETE
69672026-08-17T23:47:55.933Z[ recovery-image] Aug 17 23:47:55.029 INFO O| Aug 17 23:47:55.029 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-17T23:47:55.943Z[ recovery-image] Aug 17 23:47:55.037 INFO O| Aug 17 23:47:55.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69692026-08-17T23:47:55.943Z[ recovery-image] Aug 17 23:47:55.037 INFO O| Aug 17 23:47:55.037 INFO STEP 574 (remove_files) COMPLETE
69702026-08-17T23:47:55.943Z[ recovery-image] Aug 17 23:47:55.037 INFO O| Aug 17 23:47:55.037 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-17T23:47:55.951Z[ recovery-image] Aug 17 23:47:55.046 INFO O| Aug 17 23:47:55.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69722026-08-17T23:47:55.951Z[ recovery-image] Aug 17 23:47:55.046 INFO O| Aug 17 23:47:55.046 INFO STEP 575 (remove_files) COMPLETE
69732026-08-17T23:47:55.951Z[ recovery-image] Aug 17 23:47:55.046 INFO O| Aug 17 23:47:55.046 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-17T23:47:55.959Z[ recovery-image] Aug 17 23:47:55.055 INFO O| Aug 17 23:47:55.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69752026-08-17T23:47:55.959Z[ recovery-image] Aug 17 23:47:55.055 INFO O| Aug 17 23:47:55.055 INFO STEP 576 (remove_files) COMPLETE
69762026-08-17T23:47:55.959Z[ recovery-image] Aug 17 23:47:55.055 INFO O| Aug 17 23:47:55.055 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-17T23:47:55.970Z[ recovery-image] Aug 17 23:47:55.066 INFO O| Aug 17 23:47:55.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69782026-08-17T23:47:55.970Z[ recovery-image] Aug 17 23:47:55.066 INFO O| Aug 17 23:47:55.066 INFO STEP 577 (remove_files) COMPLETE
69792026-08-17T23:47:55.973Z[ recovery-image] Aug 17 23:47:55.066 INFO O| Aug 17 23:47:55.066 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-17T23:47:55.979Z[ recovery-image] Aug 17 23:47:55.075 INFO O| Aug 17 23:47:55.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
69812026-08-17T23:47:55.979Z[ recovery-image] Aug 17 23:47:55.075 INFO O| Aug 17 23:47:55.075 INFO STEP 578 (remove_files) COMPLETE
69822026-08-17T23:47:55.983Z[ recovery-image] Aug 17 23:47:55.075 INFO O| Aug 17 23:47:55.075 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-17T23:47:55.988Z[ recovery-image] Aug 17 23:47:55.085 INFO O| Aug 17 23:47:55.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
69842026-08-17T23:47:55.989Z[ recovery-image] Aug 17 23:47:55.085 INFO O| Aug 17 23:47:55.085 INFO STEP 579 (remove_files) COMPLETE
69852026-08-17T23:47:55.989Z[ recovery-image] Aug 17 23:47:55.085 INFO O| Aug 17 23:47:55.085 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-17T23:47:55.998Z[ recovery-image] Aug 17 23:47:55.094 INFO O| Aug 17 23:47:55.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
69872026-08-17T23:47:55.998Z[ recovery-image] Aug 17 23:47:55.094 INFO O| Aug 17 23:47:55.094 INFO STEP 580 (remove_files) COMPLETE
69882026-08-17T23:47:56.002Z[ recovery-image] Aug 17 23:47:55.094 INFO O| Aug 17 23:47:55.094 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-17T23:47:56.008Z[ recovery-image] Aug 17 23:47:55.104 INFO O| Aug 17 23:47:55.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
69902026-08-17T23:47:56.009Z[ recovery-image] Aug 17 23:47:55.104 INFO O| Aug 17 23:47:55.104 INFO STEP 581 (remove_files) COMPLETE
69912026-08-17T23:47:56.012Z[ recovery-image] Aug 17 23:47:55.104 INFO O| Aug 17 23:47:55.104 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-17T23:47:56.018Z[ recovery-image] Aug 17 23:47:55.113 INFO O| Aug 17 23:47:55.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
69932026-08-17T23:47:56.018Z[ recovery-image] Aug 17 23:47:55.113 INFO O| Aug 17 23:47:55.113 INFO STEP 582 (remove_files) COMPLETE
69942026-08-17T23:47:56.018Z[ recovery-image] Aug 17 23:47:55.113 INFO O| Aug 17 23:47:55.113 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-17T23:47:56.027Z[ recovery-image] Aug 17 23:47:55.123 INFO O| Aug 17 23:47:55.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
69962026-08-17T23:47:56.027Z[ recovery-image] Aug 17 23:47:55.123 INFO O| Aug 17 23:47:55.123 INFO STEP 583 (remove_files) COMPLETE
69972026-08-17T23:47:56.027Z[ recovery-image] Aug 17 23:47:55.123 INFO O| Aug 17 23:47:55.123 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-17T23:47:56.037Z[ recovery-image] Aug 17 23:47:55.133 INFO O| Aug 17 23:47:55.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
69992026-08-17T23:47:56.037Z[ recovery-image] Aug 17 23:47:55.133 INFO O| Aug 17 23:47:55.133 INFO STEP 584 (remove_files) COMPLETE
70002026-08-17T23:47:56.040Z[ recovery-image] Aug 17 23:47:55.133 INFO O| Aug 17 23:47:55.133 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-17T23:47:56.052Z[ recovery-image] Aug 17 23:47:55.143 INFO O| Aug 17 23:47:55.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70022026-08-17T23:47:56.052Z[ recovery-image] Aug 17 23:47:55.143 INFO O| Aug 17 23:47:55.143 INFO STEP 585 (remove_files) COMPLETE
70032026-08-17T23:47:56.052Z[ recovery-image] Aug 17 23:47:55.143 INFO O| Aug 17 23:47:55.143 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-17T23:47:56.061Z[ recovery-image] Aug 17 23:47:55.155 INFO O| Aug 17 23:47:55.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70052026-08-17T23:47:56.061Z[ recovery-image] Aug 17 23:47:55.155 INFO O| Aug 17 23:47:55.155 INFO STEP 586 (remove_files) COMPLETE
70062026-08-17T23:47:56.061Z[ recovery-image] Aug 17 23:47:55.155 INFO O| Aug 17 23:47:55.155 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-17T23:47:56.071Z[ recovery-image] Aug 17 23:47:55.165 INFO O| Aug 17 23:47:55.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70082026-08-17T23:47:56.071Z[ recovery-image] Aug 17 23:47:55.166 INFO O| Aug 17 23:47:55.165 INFO STEP 587 (remove_files) COMPLETE
70092026-08-17T23:47:56.071Z[ recovery-image] Aug 17 23:47:55.166 INFO O| Aug 17 23:47:55.166 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-17T23:47:56.080Z[ recovery-image] Aug 17 23:47:55.176 INFO O| Aug 17 23:47:55.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70112026-08-17T23:47:56.080Z[ recovery-image] Aug 17 23:47:55.176 INFO O| Aug 17 23:47:55.176 INFO STEP 588 (remove_files) COMPLETE
70122026-08-17T23:47:56.080Z[ recovery-image] Aug 17 23:47:55.176 INFO O| Aug 17 23:47:55.176 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-08-17T23:47:56.090Z[ recovery-image] Aug 17 23:47:55.186 INFO O| Aug 17 23:47:55.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70142026-08-17T23:47:56.090Z[ recovery-image] Aug 17 23:47:55.186 INFO O| Aug 17 23:47:55.186 INFO STEP 589 (remove_files) COMPLETE
70152026-08-17T23:47:56.090Z[ recovery-image] Aug 17 23:47:55.186 INFO O| Aug 17 23:47:55.186 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-08-17T23:47:56.099Z[ recovery-image] Aug 17 23:47:55.195 INFO O| Aug 17 23:47:55.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70172026-08-17T23:47:56.099Z[ recovery-image] Aug 17 23:47:55.195 INFO O| Aug 17 23:47:55.195 INFO STEP 590 (remove_files) COMPLETE
70182026-08-17T23:47:56.099Z[ recovery-image] Aug 17 23:47:55.195 INFO O| Aug 17 23:47:55.195 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-08-17T23:47:56.108Z[ recovery-image] Aug 17 23:47:55.204 INFO O| Aug 17 23:47:55.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70202026-08-17T23:47:56.108Z[ recovery-image] Aug 17 23:47:55.204 INFO O| Aug 17 23:47:55.204 INFO STEP 591 (remove_files) COMPLETE
70212026-08-17T23:47:56.111Z[ recovery-image] Aug 17 23:47:55.204 INFO O| Aug 17 23:47:55.204 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-08-17T23:47:56.118Z[ recovery-image] Aug 17 23:47:55.214 INFO O| Aug 17 23:47:55.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70232026-08-17T23:47:56.119Z[ recovery-image] Aug 17 23:47:55.214 INFO O| Aug 17 23:47:55.214 INFO STEP 592 (remove_files) COMPLETE
70242026-08-17T23:47:56.119Z[ recovery-image] Aug 17 23:47:55.214 INFO O| Aug 17 23:47:55.214 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-08-17T23:47:56.128Z[ recovery-image] Aug 17 23:47:55.224 INFO O| Aug 17 23:47:55.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70262026-08-17T23:47:56.128Z[ recovery-image] Aug 17 23:47:55.224 INFO O| Aug 17 23:47:55.224 INFO STEP 593 (remove_files) COMPLETE
70272026-08-17T23:47:56.128Z[ recovery-image] Aug 17 23:47:55.224 INFO O| Aug 17 23:47:55.224 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-17T23:47:56.140Z[ recovery-image] Aug 17 23:47:55.234 INFO O| Aug 17 23:47:55.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70292026-08-17T23:47:56.140Z[ recovery-image] Aug 17 23:47:55.234 INFO O| Aug 17 23:47:55.234 INFO STEP 594 (remove_files) COMPLETE
70302026-08-17T23:47:56.140Z[ recovery-image] Aug 17 23:47:55.234 INFO O| Aug 17 23:47:55.234 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-17T23:47:56.147Z[ recovery-image] Aug 17 23:47:55.243 INFO O| Aug 17 23:47:55.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70322026-08-17T23:47:56.147Z[ recovery-image] Aug 17 23:47:55.243 INFO O| Aug 17 23:47:55.243 INFO STEP 595 (remove_files) COMPLETE
70332026-08-17T23:47:56.147Z[ recovery-image] Aug 17 23:47:55.243 INFO O| Aug 17 23:47:55.243 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-17T23:47:56.156Z[ recovery-image] Aug 17 23:47:55.252 INFO O| Aug 17 23:47:55.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70352026-08-17T23:47:56.156Z[ recovery-image] Aug 17 23:47:55.252 INFO O| Aug 17 23:47:55.252 INFO STEP 596 (remove_files) COMPLETE
70362026-08-17T23:47:56.160Z[ recovery-image] Aug 17 23:47:55.252 INFO O| Aug 17 23:47:55.252 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-17T23:47:56.169Z[ recovery-image] Aug 17 23:47:55.262 INFO O| Aug 17 23:47:55.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70382026-08-17T23:47:56.169Z[ recovery-image] Aug 17 23:47:55.262 INFO O| Aug 17 23:47:55.262 INFO STEP 597 (remove_files) COMPLETE
70392026-08-17T23:47:56.169Z[ recovery-image] Aug 17 23:47:55.262 INFO O| Aug 17 23:47:55.262 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-08-17T23:47:56.178Z[ recovery-image] Aug 17 23:47:55.274 INFO O| Aug 17 23:47:55.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70412026-08-17T23:47:56.178Z[ recovery-image] Aug 17 23:47:55.274 INFO O| Aug 17 23:47:55.274 INFO STEP 598 (remove_files) COMPLETE
70422026-08-17T23:47:56.184Z[ recovery-image] Aug 17 23:47:55.274 INFO O| Aug 17 23:47:55.274 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-08-17T23:47:56.190Z[ recovery-image] Aug 17 23:47:55.284 INFO O| Aug 17 23:47:55.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70442026-08-17T23:47:56.190Z[ recovery-image] Aug 17 23:47:55.284 INFO O| Aug 17 23:47:55.284 INFO STEP 599 (remove_files) COMPLETE
70452026-08-17T23:47:56.190Z[ recovery-image] Aug 17 23:47:55.284 INFO O| Aug 17 23:47:55.284 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-08-17T23:47:56.197Z[ recovery-image] Aug 17 23:47:55.293 INFO O| Aug 17 23:47:55.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70472026-08-17T23:47:56.198Z[ recovery-image] Aug 17 23:47:55.293 INFO O| Aug 17 23:47:55.293 INFO STEP 600 (remove_files) COMPLETE
70482026-08-17T23:47:56.198Z[ recovery-image] Aug 17 23:47:55.293 INFO O| Aug 17 23:47:55.293 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-08-17T23:47:56.207Z[ recovery-image] Aug 17 23:47:55.302 INFO O| Aug 17 23:47:55.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70502026-08-17T23:47:56.211Z[ recovery-image] Aug 17 23:47:55.302 INFO O| Aug 17 23:47:55.302 INFO STEP 601 (remove_files) COMPLETE
70512026-08-17T23:47:56.211Z[ recovery-image] Aug 17 23:47:55.303 INFO O| Aug 17 23:47:55.302 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-08-17T23:47:56.217Z[ recovery-image] Aug 17 23:47:55.312 INFO O| Aug 17 23:47:55.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70532026-08-17T23:47:56.217Z[ recovery-image] Aug 17 23:47:55.312 INFO O| Aug 17 23:47:55.312 INFO STEP 602 (remove_files) COMPLETE
70542026-08-17T23:47:56.220Z[ recovery-image] Aug 17 23:47:55.312 INFO O| Aug 17 23:47:55.312 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-08-17T23:47:56.225Z[ recovery-image] Aug 17 23:47:55.321 INFO O| Aug 17 23:47:55.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70562026-08-17T23:47:56.229Z[ recovery-image] Aug 17 23:47:55.321 INFO O| Aug 17 23:47:55.321 INFO STEP 603 (remove_files) COMPLETE
70572026-08-17T23:47:56.229Z[ recovery-image] Aug 17 23:47:55.321 INFO O| Aug 17 23:47:55.321 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-08-17T23:47:56.236Z[ recovery-image] Aug 17 23:47:55.331 INFO O| Aug 17 23:47:55.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70592026-08-17T23:47:56.236Z[ recovery-image] Aug 17 23:47:55.331 INFO O| Aug 17 23:47:55.331 INFO STEP 604 (remove_files) COMPLETE
70602026-08-17T23:47:56.236Z[ recovery-image] Aug 17 23:47:55.331 INFO O| Aug 17 23:47:55.331 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-08-17T23:47:56.244Z[ recovery-image] Aug 17 23:47:55.339 INFO O| Aug 17 23:47:55.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70622026-08-17T23:47:56.245Z[ recovery-image] Aug 17 23:47:55.339 INFO O| Aug 17 23:47:55.339 INFO STEP 605 (remove_files) COMPLETE
70632026-08-17T23:47:56.245Z[ recovery-image] Aug 17 23:47:55.339 INFO O| Aug 17 23:47:55.339 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-08-17T23:47:56.252Z[ recovery-image] Aug 17 23:47:55.348 INFO O| Aug 17 23:47:55.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70652026-08-17T23:47:56.252Z[ recovery-image] Aug 17 23:47:55.348 INFO O| Aug 17 23:47:55.348 INFO STEP 606 (remove_files) COMPLETE
70662026-08-17T23:47:56.255Z[ recovery-image] Aug 17 23:47:55.348 INFO O| Aug 17 23:47:55.348 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-08-17T23:47:56.260Z[ recovery-image] Aug 17 23:47:55.356 INFO O| Aug 17 23:47:55.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70682026-08-17T23:47:56.260Z[ recovery-image] Aug 17 23:47:55.356 INFO O| Aug 17 23:47:55.356 INFO STEP 607 (remove_files) COMPLETE
70692026-08-17T23:47:56.260Z[ recovery-image] Aug 17 23:47:55.356 INFO O| Aug 17 23:47:55.356 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-08-17T23:47:56.271Z[ recovery-image] Aug 17 23:47:55.366 INFO O| Aug 17 23:47:55.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70712026-08-17T23:47:56.271Z[ recovery-image] Aug 17 23:47:55.366 INFO O| Aug 17 23:47:55.366 INFO STEP 608 (remove_files) COMPLETE
70722026-08-17T23:47:56.271Z[ recovery-image] Aug 17 23:47:55.366 INFO O| Aug 17 23:47:55.366 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-08-17T23:47:56.280Z[ recovery-image] Aug 17 23:47:55.376 INFO O| Aug 17 23:47:55.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70742026-08-17T23:47:56.283Z[ recovery-image] Aug 17 23:47:55.376 INFO O| Aug 17 23:47:55.376 INFO STEP 609 (remove_files) COMPLETE
70752026-08-17T23:47:56.283Z[ recovery-image] Aug 17 23:47:55.376 INFO O| Aug 17 23:47:55.376 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-17T23:47:56.291Z[ recovery-image] Aug 17 23:47:55.387 INFO O| Aug 17 23:47:55.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70772026-08-17T23:47:56.291Z[ recovery-image] Aug 17 23:47:55.387 INFO O| Aug 17 23:47:55.387 INFO STEP 610 (remove_files) COMPLETE
70782026-08-17T23:47:56.291Z[ recovery-image] Aug 17 23:47:55.387 INFO O| Aug 17 23:47:55.387 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-08-17T23:47:56.301Z[ recovery-image] Aug 17 23:47:55.397 INFO O| Aug 17 23:47:55.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
70802026-08-17T23:47:56.301Z[ recovery-image] Aug 17 23:47:55.397 INFO O| Aug 17 23:47:55.397 INFO STEP 611 (remove_files) COMPLETE
70812026-08-17T23:47:56.301Z[ recovery-image] Aug 17 23:47:55.397 INFO O| Aug 17 23:47:55.397 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-17T23:47:56.311Z[ recovery-image] Aug 17 23:47:55.407 INFO O| Aug 17 23:47:55.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
70832026-08-17T23:47:56.311Z[ recovery-image] Aug 17 23:47:55.407 INFO O| Aug 17 23:47:55.407 INFO STEP 612 (remove_files) COMPLETE
70842026-08-17T23:47:56.311Z[ recovery-image] Aug 17 23:47:55.407 INFO O| Aug 17 23:47:55.407 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-17T23:47:56.320Z[ recovery-image] Aug 17 23:47:55.416 INFO O| Aug 17 23:47:55.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
70862026-08-17T23:47:56.320Z[ recovery-image] Aug 17 23:47:55.416 INFO O| Aug 17 23:47:55.416 INFO STEP 613 (remove_files) COMPLETE
70872026-08-17T23:47:56.320Z[ recovery-image] Aug 17 23:47:55.416 INFO O| Aug 17 23:47:55.416 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-17T23:47:56.329Z[ recovery-image] Aug 17 23:47:55.425 INFO O| Aug 17 23:47:55.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
70892026-08-17T23:47:56.329Z[ recovery-image] Aug 17 23:47:55.425 INFO O| Aug 17 23:47:55.425 INFO STEP 614 (remove_files) COMPLETE
70902026-08-17T23:47:56.329Z[ recovery-image] Aug 17 23:47:55.425 INFO O| Aug 17 23:47:55.425 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-17T23:47:56.338Z[ recovery-image] Aug 17 23:47:55.434 INFO O| Aug 17 23:47:55.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
70922026-08-17T23:47:56.338Z[ recovery-image] Aug 17 23:47:55.434 INFO O| Aug 17 23:47:55.434 INFO STEP 615 (remove_files) COMPLETE
70932026-08-17T23:47:56.338Z[ recovery-image] Aug 17 23:47:55.434 INFO O| Aug 17 23:47:55.434 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-17T23:47:56.344Z[verify-libraries] Compiling russh-util v0.52.0
70952026-08-17T23:47:56.348Z[ recovery-image] Aug 17 23:47:55.442 INFO O| Aug 17 23:47:55.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
70962026-08-17T23:47:56.348Z[ recovery-image] Aug 17 23:47:55.442 INFO O| Aug 17 23:47:55.442 INFO STEP 616 (remove_files) COMPLETE
70972026-08-17T23:47:56.348Z[ recovery-image] Aug 17 23:47:55.442 INFO O| Aug 17 23:47:55.442 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-17T23:47:56.355Z[ recovery-image] Aug 17 23:47:55.451 INFO O| Aug 17 23:47:55.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
70992026-08-17T23:47:56.355Z[ recovery-image] Aug 17 23:47:55.451 INFO O| Aug 17 23:47:55.451 INFO STEP 617 (remove_files) COMPLETE
71002026-08-17T23:47:56.355Z[ recovery-image] Aug 17 23:47:55.451 INFO O| Aug 17 23:47:55.451 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-17T23:47:56.364Z[ recovery-image] Aug 17 23:47:55.460 INFO O| Aug 17 23:47:55.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71022026-08-17T23:47:56.364Z[ recovery-image] Aug 17 23:47:55.460 INFO O| Aug 17 23:47:55.460 INFO STEP 618 (remove_files) COMPLETE
71032026-08-17T23:47:56.364Z[ recovery-image] Aug 17 23:47:55.460 INFO O| Aug 17 23:47:55.460 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-17T23:47:56.373Z[ recovery-image] Aug 17 23:47:55.469 INFO O| Aug 17 23:47:55.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71052026-08-17T23:47:56.373Z[ recovery-image] Aug 17 23:47:55.469 INFO O| Aug 17 23:47:55.469 INFO STEP 619 (remove_files) COMPLETE
71062026-08-17T23:47:56.373Z[ recovery-image] Aug 17 23:47:55.469 INFO O| Aug 17 23:47:55.469 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-17T23:47:56.385Z[ recovery-image] Aug 17 23:47:55.479 INFO O| Aug 17 23:47:55.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71082026-08-17T23:47:56.385Z[ recovery-image] Aug 17 23:47:55.479 INFO O| Aug 17 23:47:55.479 INFO STEP 620 (remove_files) COMPLETE
71092026-08-17T23:47:56.385Z[ recovery-image] Aug 17 23:47:55.479 INFO O| Aug 17 23:47:55.479 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-17T23:47:56.392Z[ recovery-image] Aug 17 23:47:55.488 INFO O| Aug 17 23:47:55.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71112026-08-17T23:47:56.392Z[ recovery-image] Aug 17 23:47:55.488 INFO O| Aug 17 23:47:55.488 INFO STEP 621 (remove_files) COMPLETE
71122026-08-17T23:47:56.392Z[ recovery-image] Aug 17 23:47:55.488 INFO O| Aug 17 23:47:55.488 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-17T23:47:56.403Z[ recovery-image] Aug 17 23:47:55.498 INFO O| Aug 17 23:47:55.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71142026-08-17T23:47:56.403Z[ recovery-image] Aug 17 23:47:55.498 INFO O| Aug 17 23:47:55.498 INFO STEP 622 (remove_files) COMPLETE
71152026-08-17T23:47:56.403Z[ recovery-image] Aug 17 23:47:55.498 INFO O| Aug 17 23:47:55.498 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-17T23:47:56.412Z[ recovery-image] Aug 17 23:47:55.508 INFO O| Aug 17 23:47:55.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71172026-08-17T23:47:56.412Z[ recovery-image] Aug 17 23:47:55.508 INFO O| Aug 17 23:47:55.508 INFO STEP 623 (remove_files) COMPLETE
71182026-08-17T23:47:56.415Z[ recovery-image] Aug 17 23:47:55.508 INFO O| Aug 17 23:47:55.508 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-17T23:47:56.422Z[ recovery-image] Aug 17 23:47:55.518 INFO O| Aug 17 23:47:55.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71202026-08-17T23:47:56.422Z[ recovery-image] Aug 17 23:47:55.518 INFO O| Aug 17 23:47:55.518 INFO STEP 624 (remove_files) COMPLETE
71212026-08-17T23:47:56.422Z[ recovery-image] Aug 17 23:47:55.518 INFO O| Aug 17 23:47:55.518 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-17T23:47:56.432Z[ recovery-image] Aug 17 23:47:55.528 INFO O| Aug 17 23:47:55.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71232026-08-17T23:47:56.432Z[ recovery-image] Aug 17 23:47:55.528 INFO O| Aug 17 23:47:55.528 INFO STEP 625 (remove_files) COMPLETE
71242026-08-17T23:47:56.432Z[ recovery-image] Aug 17 23:47:55.528 INFO O| Aug 17 23:47:55.528 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-17T23:47:56.441Z[ recovery-image] Aug 17 23:47:55.536 INFO O| Aug 17 23:47:55.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71262026-08-17T23:47:56.441Z[ recovery-image] Aug 17 23:47:55.537 INFO O| Aug 17 23:47:55.536 INFO STEP 626 (remove_files) COMPLETE
71272026-08-17T23:47:56.441Z[ recovery-image] Aug 17 23:47:55.537 INFO O| Aug 17 23:47:55.536 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-17T23:47:56.448Z[verify-libraries] Compiling enum_dispatch v0.3.13
71292026-08-17T23:47:56.460Z[ recovery-image] Aug 17 23:47:55.546 INFO O| Aug 17 23:47:55.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71302026-08-17T23:47:56.460Z[ recovery-image] Aug 17 23:47:55.546 INFO O| Aug 17 23:47:55.546 INFO STEP 627 (remove_files) COMPLETE
71312026-08-17T23:47:56.460Z[ recovery-image] Aug 17 23:47:55.546 INFO O| Aug 17 23:47:55.546 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-17T23:47:56.464Z[ recovery-image] Aug 17 23:47:55.555 INFO O| Aug 17 23:47:55.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71332026-08-17T23:47:56.464Z[ recovery-image] Aug 17 23:47:55.556 INFO O| Aug 17 23:47:55.556 INFO STEP 628 (remove_files) COMPLETE
71342026-08-17T23:47:56.464Z[ recovery-image] Aug 17 23:47:55.556 INFO O| Aug 17 23:47:55.556 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-17T23:47:56.471Z[ recovery-image] Aug 17 23:47:55.567 INFO O| Aug 17 23:47:55.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71362026-08-17T23:47:56.475Z[ recovery-image] Aug 17 23:47:55.567 INFO O| Aug 17 23:47:55.567 INFO STEP 629 (remove_files) COMPLETE
71372026-08-17T23:47:56.475Z[ recovery-image] Aug 17 23:47:55.567 INFO O| Aug 17 23:47:55.567 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-17T23:47:56.481Z[ recovery-image] Aug 17 23:47:55.576 INFO O| Aug 17 23:47:55.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71392026-08-17T23:47:56.481Z[ recovery-image] Aug 17 23:47:55.576 INFO O| Aug 17 23:47:55.576 INFO STEP 630 (remove_files) COMPLETE
71402026-08-17T23:47:56.481Z[ recovery-image] Aug 17 23:47:55.576 INFO O| Aug 17 23:47:55.576 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-17T23:47:56.489Z[ recovery-image] Aug 17 23:47:55.585 INFO O| Aug 17 23:47:55.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71422026-08-17T23:47:56.489Z[ recovery-image] Aug 17 23:47:55.585 INFO O| Aug 17 23:47:55.585 INFO STEP 631 (remove_files) COMPLETE
71432026-08-17T23:47:56.489Z[ recovery-image] Aug 17 23:47:55.585 INFO O| Aug 17 23:47:55.585 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-17T23:47:56.498Z[ recovery-image] Aug 17 23:47:55.594 INFO O| Aug 17 23:47:55.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71452026-08-17T23:47:56.498Z[ recovery-image] Aug 17 23:47:55.594 INFO O| Aug 17 23:47:55.594 INFO STEP 632 (remove_files) COMPLETE
71462026-08-17T23:47:56.498Z[ recovery-image] Aug 17 23:47:55.594 INFO O| Aug 17 23:47:55.594 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-17T23:47:56.507Z[ recovery-image] Aug 17 23:47:55.603 INFO O| Aug 17 23:47:55.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71482026-08-17T23:47:56.507Z[ recovery-image] Aug 17 23:47:55.603 INFO O| Aug 17 23:47:55.603 INFO STEP 633 (remove_files) COMPLETE
71492026-08-17T23:47:56.507Z[ recovery-image] Aug 17 23:47:55.603 INFO O| Aug 17 23:47:55.603 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-17T23:47:56.517Z[ recovery-image] Aug 17 23:47:55.612 INFO O| Aug 17 23:47:55.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71512026-08-17T23:47:56.517Z[ recovery-image] Aug 17 23:47:55.612 INFO O| Aug 17 23:47:55.612 INFO STEP 634 (remove_files) COMPLETE
71522026-08-17T23:47:56.517Z[ recovery-image] Aug 17 23:47:55.612 INFO O| Aug 17 23:47:55.612 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-17T23:47:56.526Z[ recovery-image] Aug 17 23:47:55.622 INFO O| Aug 17 23:47:55.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71542026-08-17T23:47:56.526Z[ recovery-image] Aug 17 23:47:55.622 INFO O| Aug 17 23:47:55.622 INFO STEP 635 (remove_files) COMPLETE
71552026-08-17T23:47:56.530Z[ recovery-image] Aug 17 23:47:55.622 INFO O| Aug 17 23:47:55.622 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-17T23:47:56.535Z[ recovery-image] Aug 17 23:47:55.631 INFO O| Aug 17 23:47:55.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71572026-08-17T23:47:56.535Z[ recovery-image] Aug 17 23:47:55.631 INFO O| Aug 17 23:47:55.631 INFO STEP 636 (remove_files) COMPLETE
71582026-08-17T23:47:56.538Z[ recovery-image] Aug 17 23:47:55.631 INFO O| Aug 17 23:47:55.631 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-17T23:47:56.546Z[ recovery-image] Aug 17 23:47:55.642 INFO O| Aug 17 23:47:55.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71602026-08-17T23:47:56.546Z[ recovery-image] Aug 17 23:47:55.642 INFO O| Aug 17 23:47:55.642 INFO STEP 637 (remove_files) COMPLETE
71612026-08-17T23:47:56.546Z[ recovery-image] Aug 17 23:47:55.642 INFO O| Aug 17 23:47:55.642 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-17T23:47:56.558Z[ recovery-image] Aug 17 23:47:55.653 INFO O| Aug 17 23:47:55.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71632026-08-17T23:47:56.558Z[ recovery-image] Aug 17 23:47:55.653 INFO O| Aug 17 23:47:55.653 INFO STEP 638 (remove_files) COMPLETE
71642026-08-17T23:47:56.558Z[ recovery-image] Aug 17 23:47:55.653 INFO O| Aug 17 23:47:55.653 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-17T23:47:56.562Z[verify-libraries] Compiling delegate v0.13.5
71662026-08-17T23:47:56.568Z[ recovery-image] Aug 17 23:47:55.664 INFO O| Aug 17 23:47:55.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71672026-08-17T23:47:56.568Z[ recovery-image] Aug 17 23:47:55.664 INFO O| Aug 17 23:47:55.664 INFO STEP 639 (remove_files) COMPLETE
71682026-08-17T23:47:56.568Z[ recovery-image] Aug 17 23:47:55.664 INFO O| Aug 17 23:47:55.664 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-17T23:47:56.580Z[ recovery-image] Aug 17 23:47:55.674 INFO O| Aug 17 23:47:55.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71702026-08-17T23:47:56.584Z[ recovery-image] Aug 17 23:47:55.675 INFO O| Aug 17 23:47:55.675 INFO STEP 640 (remove_files) COMPLETE
71712026-08-17T23:47:56.584Z[ recovery-image] Aug 17 23:47:55.675 INFO O| Aug 17 23:47:55.675 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-17T23:47:56.589Z[ recovery-image] Aug 17 23:47:55.685 INFO O| Aug 17 23:47:55.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71732026-08-17T23:47:56.589Z[ recovery-image] Aug 17 23:47:55.685 INFO O| Aug 17 23:47:55.685 INFO STEP 641 (remove_files) COMPLETE
71742026-08-17T23:47:56.593Z[ recovery-image] Aug 17 23:47:55.685 INFO O| Aug 17 23:47:55.685 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-17T23:47:56.598Z[ recovery-image] Aug 17 23:47:55.694 INFO O| Aug 17 23:47:55.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71762026-08-17T23:47:56.598Z[ recovery-image] Aug 17 23:47:55.694 INFO O| Aug 17 23:47:55.694 INFO STEP 642 (remove_files) COMPLETE
71772026-08-17T23:47:56.598Z[ recovery-image] Aug 17 23:47:55.694 INFO O| Aug 17 23:47:55.694 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-17T23:47:56.606Z[ recovery-image] Aug 17 23:47:55.702 INFO O| Aug 17 23:47:55.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71792026-08-17T23:47:56.606Z[ recovery-image] Aug 17 23:47:55.702 INFO O| Aug 17 23:47:55.702 INFO STEP 643 (remove_files) COMPLETE
71802026-08-17T23:47:56.606Z[ recovery-image] Aug 17 23:47:55.702 INFO O| Aug 17 23:47:55.702 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-17T23:47:56.616Z[ recovery-image] Aug 17 23:47:55.711 INFO O| Aug 17 23:47:55.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
71822026-08-17T23:47:56.616Z[ recovery-image] Aug 17 23:47:55.711 INFO O| Aug 17 23:47:55.711 INFO STEP 644 (remove_files) COMPLETE
71832026-08-17T23:47:56.616Z[ recovery-image] Aug 17 23:47:55.712 INFO O| Aug 17 23:47:55.711 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-17T23:47:56.626Z[ recovery-image] Aug 17 23:47:55.721 INFO O| Aug 17 23:47:55.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
71852026-08-17T23:47:56.626Z[ recovery-image] Aug 17 23:47:55.721 INFO O| Aug 17 23:47:55.721 INFO STEP 645 (remove_files) COMPLETE
71862026-08-17T23:47:56.626Z[ recovery-image] Aug 17 23:47:55.721 INFO O| Aug 17 23:47:55.721 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-17T23:47:56.636Z[ recovery-image] Aug 17 23:47:55.732 INFO O| Aug 17 23:47:55.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
71882026-08-17T23:47:56.636Z[ recovery-image] Aug 17 23:47:55.732 INFO O| Aug 17 23:47:55.732 INFO STEP 646 (remove_files) COMPLETE
71892026-08-17T23:47:56.640Z[ recovery-image] Aug 17 23:47:55.732 INFO O| Aug 17 23:47:55.732 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-17T23:47:56.646Z[ recovery-image] Aug 17 23:47:55.742 INFO O| Aug 17 23:47:55.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
71912026-08-17T23:47:56.646Z[ recovery-image] Aug 17 23:47:55.742 INFO O| Aug 17 23:47:55.742 INFO STEP 647 (remove_files) COMPLETE
71922026-08-17T23:47:56.646Z[ recovery-image] Aug 17 23:47:55.742 INFO O| Aug 17 23:47:55.742 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-17T23:47:56.655Z[ recovery-image] Aug 17 23:47:55.751 INFO O| Aug 17 23:47:55.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
71942026-08-17T23:47:56.655Z[ recovery-image] Aug 17 23:47:55.751 INFO O| Aug 17 23:47:55.751 INFO STEP 648 (remove_files) COMPLETE
71952026-08-17T23:47:56.655Z[ recovery-image] Aug 17 23:47:55.751 INFO O| Aug 17 23:47:55.751 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-17T23:47:56.664Z[ recovery-image] Aug 17 23:47:55.759 INFO O| Aug 17 23:47:55.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
71972026-08-17T23:47:56.664Z[ recovery-image] Aug 17 23:47:55.759 INFO O| Aug 17 23:47:55.759 INFO STEP 649 (remove_files) COMPLETE
71982026-08-17T23:47:56.668Z[ recovery-image] Aug 17 23:47:55.759 INFO O| Aug 17 23:47:55.759 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-17T23:47:56.672Z[ recovery-image] Aug 17 23:47:55.768 INFO O| Aug 17 23:47:55.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72002026-08-17T23:47:56.672Z[ recovery-image] Aug 17 23:47:55.768 INFO O| Aug 17 23:47:55.768 INFO STEP 650 (remove_files) COMPLETE
72012026-08-17T23:47:56.672Z[ recovery-image] Aug 17 23:47:55.768 INFO O| Aug 17 23:47:55.768 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-17T23:47:56.681Z[ recovery-image] Aug 17 23:47:55.777 INFO O| Aug 17 23:47:55.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72032026-08-17T23:47:56.685Z[ recovery-image] Aug 17 23:47:55.777 INFO O| Aug 17 23:47:55.777 INFO STEP 651 (remove_files) COMPLETE
72042026-08-17T23:47:56.685Z[ recovery-image] Aug 17 23:47:55.777 INFO O| Aug 17 23:47:55.777 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-17T23:47:56.692Z[ recovery-image] Aug 17 23:47:55.787 INFO O| Aug 17 23:47:55.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72062026-08-17T23:47:56.692Z[ recovery-image] Aug 17 23:47:55.787 INFO O| Aug 17 23:47:55.787 INFO STEP 652 (remove_files) COMPLETE
72072026-08-17T23:47:56.692Z[ recovery-image] Aug 17 23:47:55.787 INFO O| Aug 17 23:47:55.787 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-17T23:47:56.701Z[ recovery-image] Aug 17 23:47:55.796 INFO O| Aug 17 23:47:55.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72092026-08-17T23:47:56.701Z[ recovery-image] Aug 17 23:47:55.797 INFO O| Aug 17 23:47:55.796 INFO STEP 653 (remove_files) COMPLETE
72102026-08-17T23:47:56.701Z[ recovery-image] Aug 17 23:47:55.797 INFO O| Aug 17 23:47:55.797 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-17T23:47:56.709Z[ recovery-image] Aug 17 23:47:55.805 INFO O| Aug 17 23:47:55.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72122026-08-17T23:47:56.709Z[ recovery-image] Aug 17 23:47:55.805 INFO O| Aug 17 23:47:55.805 INFO STEP 654 (remove_files) COMPLETE
72132026-08-17T23:47:56.709Z[ recovery-image] Aug 17 23:47:55.805 INFO O| Aug 17 23:47:55.805 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-17T23:47:56.718Z[ recovery-image] Aug 17 23:47:55.814 INFO O| Aug 17 23:47:55.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72152026-08-17T23:47:56.722Z[ recovery-image] Aug 17 23:47:55.814 INFO O| Aug 17 23:47:55.814 INFO STEP 655 (remove_files) COMPLETE
72162026-08-17T23:47:56.722Z[ recovery-image] Aug 17 23:47:55.814 INFO O| Aug 17 23:47:55.814 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-17T23:47:56.728Z[ recovery-image] Aug 17 23:47:55.824 INFO O| Aug 17 23:47:55.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72182026-08-17T23:47:56.728Z[ recovery-image] Aug 17 23:47:55.824 INFO O| Aug 17 23:47:55.824 INFO STEP 656 (remove_files) COMPLETE
72192026-08-17T23:47:56.732Z[ recovery-image] Aug 17 23:47:55.824 INFO O| Aug 17 23:47:55.824 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-17T23:47:56.736Z[ recovery-image] Aug 17 23:47:55.832 INFO O| Aug 17 23:47:55.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72212026-08-17T23:47:56.740Z[ recovery-image] Aug 17 23:47:55.833 INFO O| Aug 17 23:47:55.833 INFO STEP 657 (remove_files) COMPLETE
72222026-08-17T23:47:56.740Z[ recovery-image] Aug 17 23:47:55.833 INFO O| Aug 17 23:47:55.833 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-17T23:47:56.747Z[ recovery-image] Aug 17 23:47:55.843 INFO O| Aug 17 23:47:55.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72242026-08-17T23:47:56.747Z[ recovery-image] Aug 17 23:47:55.843 INFO O| Aug 17 23:47:55.843 INFO STEP 658 (remove_files) COMPLETE
72252026-08-17T23:47:56.747Z[ recovery-image] Aug 17 23:47:55.843 INFO O| Aug 17 23:47:55.843 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-17T23:47:56.756Z[ recovery-image] Aug 17 23:47:55.852 INFO O| Aug 17 23:47:55.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72272026-08-17T23:47:56.756Z[ recovery-image] Aug 17 23:47:55.852 INFO O| Aug 17 23:47:55.852 INFO STEP 659 (remove_files) COMPLETE
72282026-08-17T23:47:56.756Z[ recovery-image] Aug 17 23:47:55.852 INFO O| Aug 17 23:47:55.852 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-17T23:47:56.766Z[ recovery-image] Aug 17 23:47:55.862 INFO O| Aug 17 23:47:55.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72302026-08-17T23:47:56.770Z[ recovery-image] Aug 17 23:47:55.863 INFO O| Aug 17 23:47:55.863 INFO STEP 660 (remove_files) COMPLETE
72312026-08-17T23:47:56.770Z[ recovery-image] Aug 17 23:47:55.863 INFO O| Aug 17 23:47:55.863 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-17T23:47:56.777Z[ recovery-image] Aug 17 23:47:55.873 INFO O| Aug 17 23:47:55.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72332026-08-17T23:47:56.777Z[ recovery-image] Aug 17 23:47:55.873 INFO O| Aug 17 23:47:55.873 INFO STEP 661 (remove_files) COMPLETE
72342026-08-17T23:47:56.777Z[ recovery-image] Aug 17 23:47:55.873 INFO O| Aug 17 23:47:55.873 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-17T23:47:56.786Z[ recovery-image] Aug 17 23:47:55.882 INFO O| Aug 17 23:47:55.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72362026-08-17T23:47:56.786Z[ recovery-image] Aug 17 23:47:55.882 INFO O| Aug 17 23:47:55.882 INFO STEP 662 (remove_files) COMPLETE
72372026-08-17T23:47:56.786Z[ recovery-image] Aug 17 23:47:55.882 INFO O| Aug 17 23:47:55.882 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-17T23:47:56.795Z[ recovery-image] Aug 17 23:47:55.891 INFO O| Aug 17 23:47:55.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72392026-08-17T23:47:56.795Z[ recovery-image] Aug 17 23:47:55.891 INFO O| Aug 17 23:47:55.891 INFO STEP 663 (remove_files) COMPLETE
72402026-08-17T23:47:56.795Z[ recovery-image] Aug 17 23:47:55.891 INFO O| Aug 17 23:47:55.891 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-17T23:47:56.804Z[ recovery-image] Aug 17 23:47:55.900 INFO O| Aug 17 23:47:55.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72422026-08-17T23:47:56.805Z[ recovery-image] Aug 17 23:47:55.900 INFO O| Aug 17 23:47:55.900 INFO STEP 664 (remove_files) COMPLETE
72432026-08-17T23:47:56.805Z[ recovery-image] Aug 17 23:47:55.900 INFO O| Aug 17 23:47:55.900 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-17T23:47:56.814Z[ recovery-image] Aug 17 23:47:55.909 INFO O| Aug 17 23:47:55.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72452026-08-17T23:47:56.814Z[ recovery-image] Aug 17 23:47:55.910 INFO O| Aug 17 23:47:55.910 INFO STEP 665 (remove_files) COMPLETE
72462026-08-17T23:47:56.814Z[ recovery-image] Aug 17 23:47:55.910 INFO O| Aug 17 23:47:55.910 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-17T23:47:56.823Z[ recovery-image] Aug 17 23:47:55.919 INFO O| Aug 17 23:47:55.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72482026-08-17T23:47:56.823Z[ recovery-image] Aug 17 23:47:55.919 INFO O| Aug 17 23:47:55.919 INFO STEP 666 (remove_files) COMPLETE
72492026-08-17T23:47:56.823Z[ recovery-image] Aug 17 23:47:55.919 INFO O| Aug 17 23:47:55.919 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-17T23:47:56.833Z[ recovery-image] Aug 17 23:47:55.929 INFO O| Aug 17 23:47:55.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72512026-08-17T23:47:56.834Z[ recovery-image] Aug 17 23:47:55.929 INFO O| Aug 17 23:47:55.929 INFO STEP 667 (remove_files) COMPLETE
72522026-08-17T23:47:56.834Z[ recovery-image] Aug 17 23:47:55.929 INFO O| Aug 17 23:47:55.929 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-17T23:47:56.843Z[ recovery-image] Aug 17 23:47:55.939 INFO O| Aug 17 23:47:55.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72542026-08-17T23:47:56.843Z[ recovery-image] Aug 17 23:47:55.939 INFO O| Aug 17 23:47:55.939 INFO STEP 668 (remove_files) COMPLETE
72552026-08-17T23:47:56.843Z[ recovery-image] Aug 17 23:47:55.939 INFO O| Aug 17 23:47:55.939 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-17T23:47:56.853Z[ recovery-image] Aug 17 23:47:55.949 INFO O| Aug 17 23:47:55.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72572026-08-17T23:47:56.853Z[ recovery-image] Aug 17 23:47:55.949 INFO O| Aug 17 23:47:55.949 INFO STEP 669 (remove_files) COMPLETE
72582026-08-17T23:47:56.853Z[ recovery-image] Aug 17 23:47:55.949 INFO O| Aug 17 23:47:55.949 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-17T23:47:56.870Z[ recovery-image] Aug 17 23:47:55.958 INFO O| Aug 17 23:47:55.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72602026-08-17T23:47:56.870Z[ recovery-image] Aug 17 23:47:55.958 INFO O| Aug 17 23:47:55.958 INFO STEP 670 (remove_files) COMPLETE
72612026-08-17T23:47:56.873Z[ recovery-image] Aug 17 23:47:55.958 INFO O| Aug 17 23:47:55.958 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-17T23:47:56.874Z[ recovery-image] Aug 17 23:47:55.968 INFO O| Aug 17 23:47:55.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72632026-08-17T23:47:56.874Z[ recovery-image] Aug 17 23:47:55.968 INFO O| Aug 17 23:47:55.968 INFO STEP 671 (remove_files) COMPLETE
72642026-08-17T23:47:56.874Z[ recovery-image] Aug 17 23:47:55.968 INFO O| Aug 17 23:47:55.968 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-17T23:47:56.882Z[ recovery-image] Aug 17 23:47:55.977 INFO O| Aug 17 23:47:55.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72662026-08-17T23:47:56.882Z[ recovery-image] Aug 17 23:47:55.977 INFO O| Aug 17 23:47:55.977 INFO STEP 672 (remove_files) COMPLETE
72672026-08-17T23:47:56.882Z[ recovery-image] Aug 17 23:47:55.977 INFO O| Aug 17 23:47:55.977 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-17T23:47:56.891Z[ recovery-image] Aug 17 23:47:55.986 INFO O| Aug 17 23:47:55.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72692026-08-17T23:47:56.895Z[ recovery-image] Aug 17 23:47:55.987 INFO O| Aug 17 23:47:55.987 INFO STEP 673 (remove_files) COMPLETE
72702026-08-17T23:47:56.895Z[ recovery-image] Aug 17 23:47:55.987 INFO O| Aug 17 23:47:55.987 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-17T23:47:56.900Z[ recovery-image] Aug 17 23:47:55.996 INFO O| Aug 17 23:47:55.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72722026-08-17T23:47:56.900Z[ recovery-image] Aug 17 23:47:55.996 INFO O| Aug 17 23:47:55.996 INFO STEP 674 (remove_files) COMPLETE
72732026-08-17T23:47:56.904Z[ recovery-image] Aug 17 23:47:55.996 INFO O| Aug 17 23:47:55.996 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-17T23:47:56.909Z[ recovery-image] Aug 17 23:47:56.005 INFO O| Aug 17 23:47:56.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72752026-08-17T23:47:56.909Z[ recovery-image] Aug 17 23:47:56.005 INFO O| Aug 17 23:47:56.005 INFO STEP 675 (remove_files) COMPLETE
72762026-08-17T23:47:56.913Z[ recovery-image] Aug 17 23:47:56.005 INFO O| Aug 17 23:47:56.005 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-17T23:47:56.917Z[ recovery-image] Aug 17 23:47:56.014 INFO O| Aug 17 23:47:56.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72782026-08-17T23:47:56.918Z[ recovery-image] Aug 17 23:47:56.014 INFO O| Aug 17 23:47:56.014 INFO STEP 676 (remove_files) COMPLETE
72792026-08-17T23:47:56.918Z[ recovery-image] Aug 17 23:47:56.014 INFO O| Aug 17 23:47:56.014 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-17T23:47:56.929Z[ recovery-image] Aug 17 23:47:56.023 INFO O| Aug 17 23:47:56.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72812026-08-17T23:47:56.933Z[ recovery-image] Aug 17 23:47:56.024 INFO O| Aug 17 23:47:56.024 INFO STEP 677 (remove_files) COMPLETE
72822026-08-17T23:47:56.933Z[ recovery-image] Aug 17 23:47:56.024 INFO O| Aug 17 23:47:56.024 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-17T23:47:56.937Z[ recovery-image] Aug 17 23:47:56.033 INFO O| Aug 17 23:47:56.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
72842026-08-17T23:47:56.937Z[ recovery-image] Aug 17 23:47:56.033 INFO O| Aug 17 23:47:56.033 INFO STEP 678 (remove_files) COMPLETE
72852026-08-17T23:47:56.937Z[ recovery-image] Aug 17 23:47:56.033 INFO O| Aug 17 23:47:56.033 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-17T23:47:56.947Z[ recovery-image] Aug 17 23:47:56.043 INFO O| Aug 17 23:47:56.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
72872026-08-17T23:47:56.952Z[ recovery-image] Aug 17 23:47:56.044 INFO O| Aug 17 23:47:56.044 INFO STEP 679 (remove_files) COMPLETE
72882026-08-17T23:47:56.952Z[ recovery-image] Aug 17 23:47:56.044 INFO O| Aug 17 23:47:56.044 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-17T23:47:56.955Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
72902026-08-17T23:47:56.962Z[ recovery-image] Aug 17 23:47:56.058 INFO O| Aug 17 23:47:56.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
72912026-08-17T23:47:56.962Z[ recovery-image] Aug 17 23:47:56.058 INFO O| Aug 17 23:47:56.058 INFO STEP 680 (remove_files) COMPLETE
72922026-08-17T23:47:56.962Z[ recovery-image] Aug 17 23:47:56.058 INFO O| Aug 17 23:47:56.058 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-17T23:47:56.978Z[ recovery-image] Aug 17 23:47:56.074 INFO O| Aug 17 23:47:56.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
72942026-08-17T23:47:56.979Z[ recovery-image] Aug 17 23:47:56.074 INFO O| Aug 17 23:47:56.074 INFO STEP 681 (remove_files) COMPLETE
72952026-08-17T23:47:56.984Z[ recovery-image] Aug 17 23:47:56.074 INFO O| Aug 17 23:47:56.074 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-17T23:47:56.989Z[ recovery-image] Aug 17 23:47:56.085 INFO O| Aug 17 23:47:56.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
72972026-08-17T23:47:56.989Z[ recovery-image] Aug 17 23:47:56.085 INFO O| Aug 17 23:47:56.085 INFO STEP 682 (remove_files) COMPLETE
72982026-08-17T23:47:56.993Z[ recovery-image] Aug 17 23:47:56.085 INFO O| Aug 17 23:47:56.085 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-17T23:47:56.999Z[ recovery-image] Aug 17 23:47:56.095 INFO O| Aug 17 23:47:56.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73002026-08-17T23:47:56.999Z[ recovery-image] Aug 17 23:47:56.095 INFO O| Aug 17 23:47:56.095 INFO STEP 683 (remove_files) COMPLETE
73012026-08-17T23:47:57.004Z[ recovery-image] Aug 17 23:47:56.095 INFO O| Aug 17 23:47:56.095 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-17T23:47:57.009Z[ recovery-image] Aug 17 23:47:56.105 INFO O| Aug 17 23:47:56.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73032026-08-17T23:47:57.009Z[ recovery-image] Aug 17 23:47:56.105 INFO O| Aug 17 23:47:56.105 INFO STEP 684 (remove_files) COMPLETE
73042026-08-17T23:47:57.012Z[ recovery-image] Aug 17 23:47:56.105 INFO O| Aug 17 23:47:56.105 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-17T23:47:57.017Z[ recovery-image] Aug 17 23:47:56.113 INFO O| Aug 17 23:47:56.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73062026-08-17T23:47:57.017Z[ recovery-image] Aug 17 23:47:56.113 INFO O| Aug 17 23:47:56.113 INFO STEP 685 (remove_files) COMPLETE
73072026-08-17T23:47:57.021Z[ recovery-image] Aug 17 23:47:56.113 INFO O| Aug 17 23:47:56.113 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-17T23:47:57.026Z[ recovery-image] Aug 17 23:47:56.122 INFO O| Aug 17 23:47:56.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73092026-08-17T23:47:57.026Z[ recovery-image] Aug 17 23:47:56.122 INFO O| Aug 17 23:47:56.122 INFO STEP 686 (remove_files) COMPLETE
73102026-08-17T23:47:57.026Z[ recovery-image] Aug 17 23:47:56.122 INFO O| Aug 17 23:47:56.122 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-17T23:47:57.035Z[ recovery-image] Aug 17 23:47:56.131 INFO O| Aug 17 23:47:56.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73122026-08-17T23:47:57.035Z[ recovery-image] Aug 17 23:47:56.131 INFO O| Aug 17 23:47:56.131 INFO STEP 687 (remove_files) COMPLETE
73132026-08-17T23:47:57.035Z[ recovery-image] Aug 17 23:47:56.131 INFO O| Aug 17 23:47:56.131 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-17T23:47:57.043Z[ recovery-image] Aug 17 23:47:56.139 INFO O| Aug 17 23:47:56.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73152026-08-17T23:47:57.043Z[ recovery-image] Aug 17 23:47:56.139 INFO O| Aug 17 23:47:56.139 INFO STEP 688 (remove_files) COMPLETE
73162026-08-17T23:47:57.043Z[ recovery-image] Aug 17 23:47:56.139 INFO O| Aug 17 23:47:56.139 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-08-17T23:47:57.052Z[ recovery-image] Aug 17 23:47:56.148 INFO O| Aug 17 23:47:56.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73182026-08-17T23:47:57.052Z[ recovery-image] Aug 17 23:47:56.148 INFO O| Aug 17 23:47:56.148 INFO STEP 689 (remove_files) COMPLETE
73192026-08-17T23:47:57.052Z[ recovery-image] Aug 17 23:47:56.148 INFO O| Aug 17 23:47:56.148 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-08-17T23:47:57.061Z[ recovery-image] Aug 17 23:47:56.157 INFO O| Aug 17 23:47:56.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73212026-08-17T23:47:57.061Z[ recovery-image] Aug 17 23:47:56.157 INFO O| Aug 17 23:47:56.157 INFO STEP 690 (remove_files) COMPLETE
73222026-08-17T23:47:57.061Z[ recovery-image] Aug 17 23:47:56.157 INFO O| Aug 17 23:47:56.157 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-08-17T23:47:57.067Z[verify-libraries] Compiling sapling-renderdag v0.1.0
73242026-08-17T23:47:57.071Z[ recovery-image] Aug 17 23:47:56.167 INFO O| Aug 17 23:47:56.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73252026-08-17T23:47:57.071Z[ recovery-image] Aug 17 23:47:56.167 INFO O| Aug 17 23:47:56.167 INFO STEP 691 (remove_files) COMPLETE
73262026-08-17T23:47:57.074Z[ recovery-image] Aug 17 23:47:56.167 INFO O| Aug 17 23:47:56.167 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-17T23:47:57.082Z[ recovery-image] Aug 17 23:47:56.178 INFO O| Aug 17 23:47:56.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73282026-08-17T23:47:57.082Z[ recovery-image] Aug 17 23:47:56.178 INFO O| Aug 17 23:47:56.178 INFO STEP 692 (remove_files) COMPLETE
73292026-08-17T23:47:57.082Z[ recovery-image] Aug 17 23:47:56.178 INFO O| Aug 17 23:47:56.178 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-17T23:47:57.149Z[ recovery-image] Aug 17 23:47:56.187 INFO O| Aug 17 23:47:56.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73312026-08-17T23:47:57.149Z[ recovery-image] Aug 17 23:47:56.187 INFO O| Aug 17 23:47:56.187 INFO STEP 693 (remove_files) COMPLETE
73322026-08-17T23:47:57.149Z[ recovery-image] Aug 17 23:47:56.187 INFO O| Aug 17 23:47:56.187 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-17T23:47:57.149Z[ recovery-image] Aug 17 23:47:56.196 INFO O| Aug 17 23:47:56.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73342026-08-17T23:47:57.149Z[ recovery-image] Aug 17 23:47:56.196 INFO O| Aug 17 23:47:56.196 INFO STEP 694 (remove_files) COMPLETE
73352026-08-17T23:47:57.149Z[ recovery-image] Aug 17 23:47:56.196 INFO O| Aug 17 23:47:56.196 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-17T23:47:57.150Z[ recovery-image] Aug 17 23:47:56.204 INFO O| Aug 17 23:47:56.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73372026-08-17T23:47:57.150Z[ recovery-image] Aug 17 23:47:56.204 INFO O| Aug 17 23:47:56.204 INFO STEP 695 (remove_files) COMPLETE
73382026-08-17T23:47:57.150Z[ recovery-image] Aug 17 23:47:56.204 INFO O| Aug 17 23:47:56.204 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-17T23:47:57.150Z[ recovery-image] Aug 17 23:47:56.214 INFO O| Aug 17 23:47:56.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73402026-08-17T23:47:57.150Z[ recovery-image] Aug 17 23:47:56.214 INFO O| Aug 17 23:47:56.214 INFO STEP 696 (remove_files) COMPLETE
73412026-08-17T23:47:57.150Z[ recovery-image] Aug 17 23:47:56.214 INFO O| Aug 17 23:47:56.214 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-17T23:47:57.150Z[ recovery-image] Aug 17 23:47:56.223 INFO O| Aug 17 23:47:56.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73432026-08-17T23:47:57.150Z[ recovery-image] Aug 17 23:47:56.224 INFO O| Aug 17 23:47:56.223 INFO STEP 697 (remove_files) COMPLETE
73442026-08-17T23:47:57.150Z[ recovery-image] Aug 17 23:47:56.224 INFO O| Aug 17 23:47:56.223 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-17T23:47:57.150Z[ recovery-image] Aug 17 23:47:56.234 INFO O| Aug 17 23:47:56.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73462026-08-17T23:47:57.150Z[ recovery-image] Aug 17 23:47:56.234 INFO O| Aug 17 23:47:56.234 INFO STEP 698 (remove_files) COMPLETE
73472026-08-17T23:47:57.150Z[ recovery-image] Aug 17 23:47:56.234 INFO O| Aug 17 23:47:56.234 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-17T23:47:57.155Z[ recovery-image] Aug 17 23:47:56.243 INFO O| Aug 17 23:47:56.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73492026-08-17T23:47:57.155Z[ recovery-image] Aug 17 23:47:56.243 INFO O| Aug 17 23:47:56.243 INFO STEP 699 (remove_files) COMPLETE
73502026-08-17T23:47:57.155Z[ recovery-image] Aug 17 23:47:56.243 INFO O| Aug 17 23:47:56.243 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-17T23:47:57.159Z[ recovery-image] Aug 17 23:47:56.253 INFO O| Aug 17 23:47:56.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73522026-08-17T23:47:57.159Z[ recovery-image] Aug 17 23:47:56.253 INFO O| Aug 17 23:47:56.253 INFO STEP 700 (remove_files) COMPLETE
73532026-08-17T23:47:57.159Z[ recovery-image] Aug 17 23:47:56.253 INFO O| Aug 17 23:47:56.253 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-17T23:47:57.166Z[ recovery-image] Aug 17 23:47:56.262 INFO O| Aug 17 23:47:56.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73552026-08-17T23:47:57.166Z[ recovery-image] Aug 17 23:47:56.262 INFO O| Aug 17 23:47:56.262 INFO STEP 701 (remove_files) COMPLETE
73562026-08-17T23:47:57.170Z[ recovery-image] Aug 17 23:47:56.262 INFO O| Aug 17 23:47:56.262 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-17T23:47:57.177Z[ recovery-image] Aug 17 23:47:56.273 INFO O| Aug 17 23:47:56.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73582026-08-17T23:47:57.177Z[ recovery-image] Aug 17 23:47:56.273 INFO O| Aug 17 23:47:56.273 INFO STEP 702 (remove_files) COMPLETE
73592026-08-17T23:47:57.180Z[ recovery-image] Aug 17 23:47:56.273 INFO O| Aug 17 23:47:56.273 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-17T23:47:57.187Z[ recovery-image] Aug 17 23:47:56.283 INFO O| Aug 17 23:47:56.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73612026-08-17T23:47:57.187Z[ recovery-image] Aug 17 23:47:56.283 INFO O| Aug 17 23:47:56.283 INFO STEP 703 (remove_files) COMPLETE
73622026-08-17T23:47:57.191Z[ recovery-image] Aug 17 23:47:56.283 INFO O| Aug 17 23:47:56.283 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-17T23:47:57.199Z[ recovery-image] Aug 17 23:47:56.293 INFO O| Aug 17 23:47:56.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73642026-08-17T23:47:57.199Z[ recovery-image] Aug 17 23:47:56.293 INFO O| Aug 17 23:47:56.293 INFO STEP 704 (remove_files) COMPLETE
73652026-08-17T23:47:57.199Z[ recovery-image] Aug 17 23:47:56.293 INFO O| Aug 17 23:47:56.293 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-08-17T23:47:57.215Z[ recovery-image] Aug 17 23:47:56.311 INFO O| Aug 17 23:47:56.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73672026-08-17T23:47:57.215Z[ recovery-image] Aug 17 23:47:56.311 INFO O| Aug 17 23:47:56.311 INFO STEP 705 (remove_files) COMPLETE
73682026-08-17T23:47:57.215Z[ recovery-image] Aug 17 23:47:56.311 INFO O| Aug 17 23:47:56.311 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-08-17T23:47:57.230Z[ recovery-image] Aug 17 23:47:56.322 INFO O| Aug 17 23:47:56.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73702026-08-17T23:47:57.230Z[ recovery-image] Aug 17 23:47:56.322 INFO O| Aug 17 23:47:56.322 INFO STEP 706 (remove_files) COMPLETE
73712026-08-17T23:47:57.230Z[ recovery-image] Aug 17 23:47:56.322 INFO O| Aug 17 23:47:56.322 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-08-17T23:47:57.236Z[ recovery-image] Aug 17 23:47:56.332 INFO O| Aug 17 23:47:56.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73732026-08-17T23:47:57.236Z[ recovery-image] Aug 17 23:47:56.332 INFO O| Aug 17 23:47:56.332 INFO STEP 707 (remove_files) COMPLETE
73742026-08-17T23:47:57.236Z[ recovery-image] Aug 17 23:47:56.332 INFO O| Aug 17 23:47:56.332 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-08-17T23:47:57.250Z[ recovery-image] Aug 17 23:47:56.342 INFO O| Aug 17 23:47:56.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73762026-08-17T23:47:57.250Z[ recovery-image] Aug 17 23:47:56.342 INFO O| Aug 17 23:47:56.342 INFO STEP 708 (remove_files) COMPLETE
73772026-08-17T23:47:57.250Z[ recovery-image] Aug 17 23:47:56.342 INFO O| Aug 17 23:47:56.342 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-08-17T23:47:57.261Z[ recovery-image] Aug 17 23:47:56.351 INFO O| Aug 17 23:47:56.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73792026-08-17T23:47:57.261Z[ recovery-image] Aug 17 23:47:56.351 INFO O| Aug 17 23:47:56.351 INFO STEP 709 (remove_files) COMPLETE
73802026-08-17T23:47:57.261Z[ recovery-image] Aug 17 23:47:56.351 INFO O| Aug 17 23:47:56.351 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-08-17T23:47:57.267Z[ recovery-image] Aug 17 23:47:56.360 INFO O| Aug 17 23:47:56.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
73822026-08-17T23:47:57.267Z[ recovery-image] Aug 17 23:47:56.360 INFO O| Aug 17 23:47:56.360 INFO STEP 710 (remove_files) COMPLETE
73832026-08-17T23:47:57.267Z[ recovery-image] Aug 17 23:47:56.360 INFO O| Aug 17 23:47:56.360 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-08-17T23:47:57.273Z[ recovery-image] Aug 17 23:47:56.369 INFO O| Aug 17 23:47:56.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
73852026-08-17T23:47:57.273Z[ recovery-image] Aug 17 23:47:56.369 INFO O| Aug 17 23:47:56.369 INFO STEP 711 (remove_files) COMPLETE
73862026-08-17T23:47:57.276Z[ recovery-image] Aug 17 23:47:56.369 INFO O| Aug 17 23:47:56.369 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-08-17T23:47:57.281Z[ recovery-image] Aug 17 23:47:56.378 INFO O| Aug 17 23:47:56.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
73882026-08-17T23:47:57.281Z[ recovery-image] Aug 17 23:47:56.378 INFO O| Aug 17 23:47:56.378 INFO STEP 712 (remove_files) COMPLETE
73892026-08-17T23:47:57.285Z[ recovery-image] Aug 17 23:47:56.378 INFO O| Aug 17 23:47:56.378 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-17T23:47:57.290Z[ recovery-image] Aug 17 23:47:56.386 INFO O| Aug 17 23:47:56.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
73912026-08-17T23:47:57.290Z[ recovery-image] Aug 17 23:47:56.386 INFO O| Aug 17 23:47:56.386 INFO STEP 713 (remove_files) COMPLETE
73922026-08-17T23:47:57.290Z[ recovery-image] Aug 17 23:47:56.386 INFO O| Aug 17 23:47:56.386 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-17T23:47:57.302Z[ recovery-image] Aug 17 23:47:56.396 INFO O| Aug 17 23:47:56.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
73942026-08-17T23:47:57.302Z[ recovery-image] Aug 17 23:47:56.396 INFO O| Aug 17 23:47:56.396 INFO STEP 714 (remove_files) COMPLETE
73952026-08-17T23:47:57.306Z[ recovery-image] Aug 17 23:47:56.396 INFO O| Aug 17 23:47:56.396 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-17T23:47:57.310Z[ recovery-image] Aug 17 23:47:56.406 INFO O| Aug 17 23:47:56.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
73972026-08-17T23:47:57.310Z[ recovery-image] Aug 17 23:47:56.406 INFO O| Aug 17 23:47:56.406 INFO STEP 715 (remove_files) COMPLETE
73982026-08-17T23:47:57.311Z[ recovery-image] Aug 17 23:47:56.406 INFO O| Aug 17 23:47:56.406 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-17T23:47:57.319Z[ recovery-image] Aug 17 23:47:56.415 INFO O| Aug 17 23:47:56.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74002026-08-17T23:47:57.319Z[ recovery-image] Aug 17 23:47:56.416 INFO O| Aug 17 23:47:56.415 INFO STEP 716 (remove_files) COMPLETE
74012026-08-17T23:47:57.319Z[ recovery-image] Aug 17 23:47:56.416 INFO O| Aug 17 23:47:56.416 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-08-17T23:47:57.330Z[ recovery-image] Aug 17 23:47:56.426 INFO O| Aug 17 23:47:56.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74032026-08-17T23:47:57.333Z[ recovery-image] Aug 17 23:47:56.426 INFO O| Aug 17 23:47:56.426 INFO STEP 717 (remove_files) COMPLETE
74042026-08-17T23:47:57.333Z[ recovery-image] Aug 17 23:47:56.426 INFO O| Aug 17 23:47:56.426 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-08-17T23:47:57.342Z[ recovery-image] Aug 17 23:47:56.438 INFO O| Aug 17 23:47:56.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74062026-08-17T23:47:57.342Z[ recovery-image] Aug 17 23:47:56.438 INFO O| Aug 17 23:47:56.438 INFO STEP 718 (remove_files) COMPLETE
74072026-08-17T23:47:57.345Z[ recovery-image] Aug 17 23:47:56.438 INFO O| Aug 17 23:47:56.438 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-08-17T23:47:57.356Z[ recovery-image] Aug 17 23:47:56.447 INFO O| Aug 17 23:47:56.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74092026-08-17T23:47:57.356Z[ recovery-image] Aug 17 23:47:56.447 INFO O| Aug 17 23:47:56.447 INFO STEP 719 (remove_files) COMPLETE
74102026-08-17T23:47:57.356Z[ recovery-image] Aug 17 23:47:56.447 INFO O| Aug 17 23:47:56.447 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-17T23:47:57.360Z[ recovery-image] Aug 17 23:47:56.457 INFO O| Aug 17 23:47:56.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74122026-08-17T23:47:57.360Z[ recovery-image] Aug 17 23:47:56.457 INFO O| Aug 17 23:47:56.457 INFO STEP 720 (remove_files) COMPLETE
74132026-08-17T23:47:57.363Z[ recovery-image] Aug 17 23:47:56.457 INFO O| Aug 17 23:47:56.457 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-17T23:47:57.369Z[ recovery-image] Aug 17 23:47:56.465 INFO O| Aug 17 23:47:56.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74152026-08-17T23:47:57.369Z[ recovery-image] Aug 17 23:47:56.465 INFO O| Aug 17 23:47:56.465 INFO STEP 721 (remove_files) COMPLETE
74162026-08-17T23:47:57.374Z[ recovery-image] Aug 17 23:47:56.465 INFO O| Aug 17 23:47:56.465 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-17T23:47:57.378Z[ recovery-image] Aug 17 23:47:56.474 INFO O| Aug 17 23:47:56.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74182026-08-17T23:47:57.378Z[ recovery-image] Aug 17 23:47:56.474 INFO O| Aug 17 23:47:56.474 INFO STEP 722 (remove_files) COMPLETE
74192026-08-17T23:47:57.378Z[ recovery-image] Aug 17 23:47:56.474 INFO O| Aug 17 23:47:56.474 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-17T23:47:57.387Z[ recovery-image] Aug 17 23:47:56.484 INFO O| Aug 17 23:47:56.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74212026-08-17T23:47:57.388Z[ recovery-image] Aug 17 23:47:56.484 INFO O| Aug 17 23:47:56.484 INFO STEP 723 (remove_files) COMPLETE
74222026-08-17T23:47:57.391Z[ recovery-image] Aug 17 23:47:56.484 INFO O| Aug 17 23:47:56.484 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-17T23:47:57.397Z[ recovery-image] Aug 17 23:47:56.493 INFO O| Aug 17 23:47:56.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74242026-08-17T23:47:57.397Z[ recovery-image] Aug 17 23:47:56.493 INFO O| Aug 17 23:47:56.493 INFO STEP 724 (remove_files) COMPLETE
74252026-08-17T23:47:57.400Z[ recovery-image] Aug 17 23:47:56.493 INFO O| Aug 17 23:47:56.493 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-17T23:47:57.406Z[ recovery-image] Aug 17 23:47:56.502 INFO O| Aug 17 23:47:56.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74272026-08-17T23:47:57.406Z[ recovery-image] Aug 17 23:47:56.502 INFO O| Aug 17 23:47:56.502 INFO STEP 725 (remove_files) COMPLETE
74282026-08-17T23:47:57.406Z[ recovery-image] Aug 17 23:47:56.502 INFO O| Aug 17 23:47:56.502 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-17T23:47:57.415Z[ recovery-image] Aug 17 23:47:56.512 INFO O| Aug 17 23:47:56.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74302026-08-17T23:47:57.415Z[ recovery-image] Aug 17 23:47:56.512 INFO O| Aug 17 23:47:56.512 INFO STEP 726 (remove_files) COMPLETE
74312026-08-17T23:47:57.415Z[ recovery-image] Aug 17 23:47:56.512 INFO O| Aug 17 23:47:56.512 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-17T23:47:57.425Z[ recovery-image] Aug 17 23:47:56.521 INFO O| Aug 17 23:47:56.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74332026-08-17T23:47:57.425Z[ recovery-image] Aug 17 23:47:56.521 INFO O| Aug 17 23:47:56.521 INFO STEP 727 (remove_files) COMPLETE
74342026-08-17T23:47:57.425Z[ recovery-image] Aug 17 23:47:56.521 INFO O| Aug 17 23:47:56.521 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-17T23:47:57.435Z[ recovery-image] Aug 17 23:47:56.531 INFO O| Aug 17 23:47:56.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74362026-08-17T23:47:57.435Z[ recovery-image] Aug 17 23:47:56.531 INFO O| Aug 17 23:47:56.531 INFO STEP 728 (remove_files) COMPLETE
74372026-08-17T23:47:57.438Z[ recovery-image] Aug 17 23:47:56.531 INFO O| Aug 17 23:47:56.531 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-17T23:47:57.444Z[ recovery-image] Aug 17 23:47:56.541 INFO O| Aug 17 23:47:56.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74392026-08-17T23:47:57.445Z[ recovery-image] Aug 17 23:47:56.541 INFO O| Aug 17 23:47:56.541 INFO STEP 729 (remove_files) COMPLETE
74402026-08-17T23:47:57.448Z[ recovery-image] Aug 17 23:47:56.541 INFO O| Aug 17 23:47:56.541 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-17T23:47:57.455Z[ recovery-image] Aug 17 23:47:56.551 INFO O| Aug 17 23:47:56.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74422026-08-17T23:47:57.455Z[ recovery-image] Aug 17 23:47:56.551 INFO O| Aug 17 23:47:56.551 INFO STEP 730 (remove_files) COMPLETE
74432026-08-17T23:47:57.455Z[ recovery-image] Aug 17 23:47:56.551 INFO O| Aug 17 23:47:56.551 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-17T23:47:57.465Z[ recovery-image] Aug 17 23:47:56.561 INFO O| Aug 17 23:47:56.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74452026-08-17T23:47:57.465Z[ recovery-image] Aug 17 23:47:56.561 INFO O| Aug 17 23:47:56.561 INFO STEP 731 (remove_files) COMPLETE
74462026-08-17T23:47:57.465Z[ recovery-image] Aug 17 23:47:56.561 INFO O| Aug 17 23:47:56.561 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-17T23:47:57.469Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
74482026-08-17T23:47:57.475Z[ recovery-image] Aug 17 23:47:56.571 INFO O| Aug 17 23:47:56.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74492026-08-17T23:47:57.475Z[ recovery-image] Aug 17 23:47:56.571 INFO O| Aug 17 23:47:56.571 INFO STEP 732 (remove_files) COMPLETE
74502026-08-17T23:47:57.478Z[ recovery-image] Aug 17 23:47:56.571 INFO O| Aug 17 23:47:56.571 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-17T23:47:57.485Z[ recovery-image] Aug 17 23:47:56.581 INFO O| Aug 17 23:47:56.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74522026-08-17T23:47:57.486Z[ recovery-image] Aug 17 23:47:56.581 INFO O| Aug 17 23:47:56.581 INFO STEP 733 (remove_files) COMPLETE
74532026-08-17T23:47:57.489Z[ recovery-image] Aug 17 23:47:56.581 INFO O| Aug 17 23:47:56.581 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-17T23:47:57.497Z[ recovery-image] Aug 17 23:47:56.593 INFO O| Aug 17 23:47:56.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74552026-08-17T23:47:57.497Z[ recovery-image] Aug 17 23:47:56.593 INFO O| Aug 17 23:47:56.593 INFO STEP 734 (remove_files) COMPLETE
74562026-08-17T23:47:57.501Z[ recovery-image] Aug 17 23:47:56.593 INFO O| Aug 17 23:47:56.593 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-17T23:47:57.508Z[ recovery-image] Aug 17 23:47:56.604 INFO O| Aug 17 23:47:56.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74582026-08-17T23:47:57.508Z[ recovery-image] Aug 17 23:47:56.604 INFO O| Aug 17 23:47:56.604 INFO STEP 735 (remove_files) COMPLETE
74592026-08-17T23:47:57.511Z[ recovery-image] Aug 17 23:47:56.604 INFO O| Aug 17 23:47:56.604 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-17T23:47:57.517Z[ recovery-image] Aug 17 23:47:56.613 INFO O| Aug 17 23:47:56.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74612026-08-17T23:47:57.517Z[ recovery-image] Aug 17 23:47:56.614 INFO O| Aug 17 23:47:56.614 INFO STEP 736 (remove_files) COMPLETE
74622026-08-17T23:47:57.521Z[ recovery-image] Aug 17 23:47:56.614 INFO O| Aug 17 23:47:56.614 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-17T23:47:57.527Z[ recovery-image] Aug 17 23:47:56.624 INFO O| Aug 17 23:47:56.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74642026-08-17T23:47:57.527Z[ recovery-image] Aug 17 23:47:56.624 INFO O| Aug 17 23:47:56.624 INFO STEP 737 (remove_files) COMPLETE
74652026-08-17T23:47:57.528Z[ recovery-image] Aug 17 23:47:56.624 INFO O| Aug 17 23:47:56.624 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-17T23:47:57.539Z[ recovery-image] Aug 17 23:47:56.634 INFO O| Aug 17 23:47:56.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74672026-08-17T23:47:57.539Z[ recovery-image] Aug 17 23:47:56.634 INFO O| Aug 17 23:47:56.634 INFO STEP 738 (remove_files) COMPLETE
74682026-08-17T23:47:57.539Z[ recovery-image] Aug 17 23:47:56.634 INFO O| Aug 17 23:47:56.634 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-17T23:47:57.548Z[ recovery-image] Aug 17 23:47:56.644 INFO O| Aug 17 23:47:56.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74702026-08-17T23:47:57.548Z[ recovery-image] Aug 17 23:47:56.644 INFO O| Aug 17 23:47:56.644 INFO STEP 739 (remove_files) COMPLETE
74712026-08-17T23:47:57.551Z[ recovery-image] Aug 17 23:47:56.644 INFO O| Aug 17 23:47:56.644 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-17T23:47:57.561Z[ recovery-image] Aug 17 23:47:56.657 INFO O| Aug 17 23:47:56.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74732026-08-17T23:47:57.561Z[ recovery-image] Aug 17 23:47:56.657 INFO O| Aug 17 23:47:56.657 INFO STEP 740 (remove_files) COMPLETE
74742026-08-17T23:47:57.564Z[ recovery-image] Aug 17 23:47:56.657 INFO O| Aug 17 23:47:56.657 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-17T23:47:57.570Z[ recovery-image] Aug 17 23:47:56.666 INFO O| Aug 17 23:47:56.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74762026-08-17T23:47:57.570Z[ recovery-image] Aug 17 23:47:56.666 INFO O| Aug 17 23:47:56.666 INFO STEP 741 (remove_files) COMPLETE
74772026-08-17T23:47:57.573Z[ recovery-image] Aug 17 23:47:56.666 INFO O| Aug 17 23:47:56.666 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-17T23:47:57.580Z[ recovery-image] Aug 17 23:47:56.676 INFO O| Aug 17 23:47:56.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74792026-08-17T23:47:57.580Z[ recovery-image] Aug 17 23:47:56.676 INFO O| Aug 17 23:47:56.676 INFO STEP 742 (remove_files) COMPLETE
74802026-08-17T23:47:57.583Z[ recovery-image] Aug 17 23:47:56.676 INFO O| Aug 17 23:47:56.676 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-17T23:47:57.594Z[ recovery-image] Aug 17 23:47:56.685 INFO O| Aug 17 23:47:56.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
74822026-08-17T23:47:57.594Z[ recovery-image] Aug 17 23:47:56.685 INFO O| Aug 17 23:47:56.685 INFO STEP 743 (remove_files) COMPLETE
74832026-08-17T23:47:57.594Z[ recovery-image] Aug 17 23:47:56.685 INFO O| Aug 17 23:47:56.685 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-17T23:47:57.599Z[ recovery-image] Aug 17 23:47:56.695 INFO O| Aug 17 23:47:56.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
74852026-08-17T23:47:57.599Z[ recovery-image] Aug 17 23:47:56.695 INFO O| Aug 17 23:47:56.695 INFO STEP 744 (remove_files) COMPLETE
74862026-08-17T23:47:57.603Z[ recovery-image] Aug 17 23:47:56.695 INFO O| Aug 17 23:47:56.695 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-17T23:47:57.610Z[ recovery-image] Aug 17 23:47:56.704 INFO O| Aug 17 23:47:56.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
74882026-08-17T23:47:57.613Z[ recovery-image] Aug 17 23:47:56.704 INFO O| Aug 17 23:47:56.704 INFO STEP 745 (remove_files) COMPLETE
74892026-08-17T23:47:57.613Z[ recovery-image] Aug 17 23:47:56.704 INFO O| Aug 17 23:47:56.704 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-08-17T23:47:57.617Z[ recovery-image] Aug 17 23:47:56.713 INFO O| Aug 17 23:47:56.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
74912026-08-17T23:47:57.617Z[ recovery-image] Aug 17 23:47:56.713 INFO O| Aug 17 23:47:56.713 INFO STEP 746 (remove_files) COMPLETE
74922026-08-17T23:47:57.617Z[ recovery-image] Aug 17 23:47:56.713 INFO O| Aug 17 23:47:56.713 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-08-17T23:47:57.625Z[ recovery-image] Aug 17 23:47:56.721 INFO O| Aug 17 23:47:56.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
74942026-08-17T23:47:57.625Z[ recovery-image] Aug 17 23:47:56.721 INFO O| Aug 17 23:47:56.721 INFO STEP 747 (remove_files) COMPLETE
74952026-08-17T23:47:57.625Z[ recovery-image] Aug 17 23:47:56.721 INFO O| Aug 17 23:47:56.721 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-08-17T23:47:57.629Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
74972026-08-17T23:47:57.634Z[ recovery-image] Aug 17 23:47:56.730 INFO O| Aug 17 23:47:56.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
74982026-08-17T23:47:57.634Z[ recovery-image] Aug 17 23:47:56.730 INFO O| Aug 17 23:47:56.730 INFO STEP 748 (remove_files) COMPLETE
74992026-08-17T23:47:57.634Z[ recovery-image] Aug 17 23:47:56.730 INFO O| Aug 17 23:47:56.730 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-17T23:47:57.643Z[ recovery-image] Aug 17 23:47:56.739 INFO O| Aug 17 23:47:56.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75012026-08-17T23:47:57.648Z[ recovery-image] Aug 17 23:47:56.740 INFO O| Aug 17 23:47:56.740 INFO STEP 749 (remove_files) COMPLETE
75022026-08-17T23:47:57.648Z[ recovery-image] Aug 17 23:47:56.740 INFO O| Aug 17 23:47:56.740 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-17T23:47:57.653Z[ recovery-image] Aug 17 23:47:56.749 INFO O| Aug 17 23:47:56.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75042026-08-17T23:47:57.653Z[ recovery-image] Aug 17 23:47:56.749 INFO O| Aug 17 23:47:56.749 INFO STEP 750 (remove_files) COMPLETE
75052026-08-17T23:47:57.654Z[ recovery-image] Aug 17 23:47:56.749 INFO O| Aug 17 23:47:56.749 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-17T23:47:57.663Z[ recovery-image] Aug 17 23:47:56.758 INFO O| Aug 17 23:47:56.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75072026-08-17T23:47:57.663Z[ recovery-image] Aug 17 23:47:56.758 INFO O| Aug 17 23:47:56.758 INFO STEP 751 (remove_files) COMPLETE
75082026-08-17T23:47:57.663Z[ recovery-image] Aug 17 23:47:56.758 INFO O| Aug 17 23:47:56.758 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-17T23:47:57.670Z[ recovery-image] Aug 17 23:47:56.766 INFO O| Aug 17 23:47:56.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75102026-08-17T23:47:57.670Z[ recovery-image] Aug 17 23:47:56.766 INFO O| Aug 17 23:47:56.766 INFO STEP 752 (remove_files) COMPLETE
75112026-08-17T23:47:57.670Z[ recovery-image] Aug 17 23:47:56.766 INFO O| Aug 17 23:47:56.766 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-17T23:47:57.682Z[ recovery-image] Aug 17 23:47:56.774 INFO O| Aug 17 23:47:56.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75132026-08-17T23:47:57.682Z[ recovery-image] Aug 17 23:47:56.774 INFO O| Aug 17 23:47:56.774 INFO STEP 753 (remove_files) COMPLETE
75142026-08-17T23:47:57.685Z[ recovery-image] Aug 17 23:47:56.774 INFO O| Aug 17 23:47:56.774 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-17T23:47:57.690Z[ recovery-image] Aug 17 23:47:56.782 INFO O| Aug 17 23:47:56.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75162026-08-17T23:47:57.690Z[ recovery-image] Aug 17 23:47:56.782 INFO O| Aug 17 23:47:56.782 INFO STEP 754 (remove_files) COMPLETE
75172026-08-17T23:47:57.690Z[ recovery-image] Aug 17 23:47:56.782 INFO O| Aug 17 23:47:56.782 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-17T23:47:57.696Z[ recovery-image] Aug 17 23:47:56.792 INFO O| Aug 17 23:47:56.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75192026-08-17T23:47:57.696Z[ recovery-image] Aug 17 23:47:56.792 INFO O| Aug 17 23:47:56.792 INFO STEP 755 (remove_files) COMPLETE
75202026-08-17T23:47:57.700Z[ recovery-image] Aug 17 23:47:56.792 INFO O| Aug 17 23:47:56.792 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-17T23:47:57.708Z[ recovery-image] Aug 17 23:47:56.800 INFO O| Aug 17 23:47:56.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75222026-08-17T23:47:57.708Z[ recovery-image] Aug 17 23:47:56.800 INFO O| Aug 17 23:47:56.800 INFO STEP 756 (remove_files) COMPLETE
75232026-08-17T23:47:57.712Z[ recovery-image] Aug 17 23:47:56.800 INFO O| Aug 17 23:47:56.800 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-17T23:47:57.712Z[verify-libraries] Compiling sync-ptr v0.1.4
75252026-08-17T23:47:57.716Z[ recovery-image] Aug 17 23:47:56.809 INFO O| Aug 17 23:47:56.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75262026-08-17T23:47:57.716Z[ recovery-image] Aug 17 23:47:56.809 INFO O| Aug 17 23:47:56.809 INFO STEP 757 (remove_files) COMPLETE
75272026-08-17T23:47:57.716Z[ recovery-image] Aug 17 23:47:56.809 INFO O| Aug 17 23:47:56.809 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-17T23:47:57.722Z[ recovery-image] Aug 17 23:47:56.818 INFO O| Aug 17 23:47:56.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75292026-08-17T23:47:57.722Z[ recovery-image] Aug 17 23:47:56.818 INFO O| Aug 17 23:47:56.818 INFO STEP 758 (remove_files) COMPLETE
75302026-08-17T23:47:57.723Z[ recovery-image] Aug 17 23:47:56.818 INFO O| Aug 17 23:47:56.818 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-17T23:47:57.733Z[ recovery-image] Aug 17 23:47:56.829 INFO O| Aug 17 23:47:56.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75322026-08-17T23:47:57.733Z[ recovery-image] Aug 17 23:47:56.829 INFO O| Aug 17 23:47:56.829 INFO STEP 759 (remove_files) COMPLETE
75332026-08-17T23:47:57.733Z[ recovery-image] Aug 17 23:47:56.829 INFO O| Aug 17 23:47:56.829 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-17T23:47:57.743Z[ recovery-image] Aug 17 23:47:56.839 INFO O| Aug 17 23:47:56.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75352026-08-17T23:47:57.743Z[ recovery-image] Aug 17 23:47:56.839 INFO O| Aug 17 23:47:56.839 INFO STEP 760 (remove_files) COMPLETE
75362026-08-17T23:47:57.743Z[ recovery-image] Aug 17 23:47:56.839 INFO O| Aug 17 23:47:56.839 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-17T23:47:57.753Z[ recovery-image] Aug 17 23:47:56.849 INFO O| Aug 17 23:47:56.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75382026-08-17T23:47:57.753Z[ recovery-image] Aug 17 23:47:56.849 INFO O| Aug 17 23:47:56.849 INFO STEP 761 (remove_files) COMPLETE
75392026-08-17T23:47:57.753Z[ recovery-image] Aug 17 23:47:56.849 INFO O| Aug 17 23:47:56.849 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-17T23:47:57.767Z[ recovery-image] Aug 17 23:47:56.862 INFO O| Aug 17 23:47:56.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75412026-08-17T23:47:57.767Z[ recovery-image] Aug 17 23:47:56.863 INFO O| Aug 17 23:47:56.863 INFO STEP 762 (remove_files) COMPLETE
75422026-08-17T23:47:57.767Z[ recovery-image] Aug 17 23:47:56.863 INFO O| Aug 17 23:47:56.863 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-17T23:47:57.777Z[ recovery-image] Aug 17 23:47:56.874 INFO O| Aug 17 23:47:56.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75442026-08-17T23:47:57.778Z[ recovery-image] Aug 17 23:47:56.874 INFO O| Aug 17 23:47:56.874 INFO STEP 763 (remove_files) COMPLETE
75452026-08-17T23:47:57.778Z[ recovery-image] Aug 17 23:47:56.874 INFO O| Aug 17 23:47:56.874 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-17T23:47:57.786Z[ recovery-image] Aug 17 23:47:56.883 INFO O| Aug 17 23:47:56.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75472026-08-17T23:47:57.787Z[ recovery-image] Aug 17 23:47:56.883 INFO O| Aug 17 23:47:56.883 INFO STEP 764 (remove_files) COMPLETE
75482026-08-17T23:47:57.790Z[ recovery-image] Aug 17 23:47:56.883 INFO O| Aug 17 23:47:56.883 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-17T23:47:57.795Z[ recovery-image] Aug 17 23:47:56.891 INFO O| Aug 17 23:47:56.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75502026-08-17T23:47:57.798Z[ recovery-image] Aug 17 23:47:56.892 INFO O| Aug 17 23:47:56.892 INFO STEP 765 (remove_files) COMPLETE
75512026-08-17T23:47:57.798Z[ recovery-image] Aug 17 23:47:56.892 INFO O| Aug 17 23:47:56.892 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-17T23:47:57.804Z[ recovery-image] Aug 17 23:47:56.900 INFO O| Aug 17 23:47:56.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75532026-08-17T23:47:57.804Z[ recovery-image] Aug 17 23:47:56.900 INFO O| Aug 17 23:47:56.900 INFO STEP 766 (remove_files) COMPLETE
75542026-08-17T23:47:57.804Z[ recovery-image] Aug 17 23:47:56.900 INFO O| Aug 17 23:47:56.900 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-17T23:47:57.813Z[ recovery-image] Aug 17 23:47:56.909 INFO O| Aug 17 23:47:56.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75562026-08-17T23:47:57.813Z[ recovery-image] Aug 17 23:47:56.909 INFO O| Aug 17 23:47:56.909 INFO STEP 767 (remove_files) COMPLETE
75572026-08-17T23:47:57.813Z[ recovery-image] Aug 17 23:47:56.909 INFO O| Aug 17 23:47:56.909 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-17T23:47:57.822Z[ recovery-image] Aug 17 23:47:56.917 INFO O| Aug 17 23:47:56.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75592026-08-17T23:47:57.822Z[ recovery-image] Aug 17 23:47:56.917 INFO O| Aug 17 23:47:56.917 INFO STEP 768 (remove_files) COMPLETE
75602026-08-17T23:47:57.822Z[ recovery-image] Aug 17 23:47:56.917 INFO O| Aug 17 23:47:56.917 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-17T23:47:57.830Z[ recovery-image] Aug 17 23:47:56.926 INFO O| Aug 17 23:47:56.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75622026-08-17T23:47:57.833Z[ recovery-image] Aug 17 23:47:56.927 INFO O| Aug 17 23:47:56.927 INFO STEP 769 (remove_files) COMPLETE
75632026-08-17T23:47:57.834Z[ recovery-image] Aug 17 23:47:56.927 INFO O| Aug 17 23:47:56.927 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-17T23:47:57.840Z[ recovery-image] Aug 17 23:47:56.936 INFO O| Aug 17 23:47:56.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75652026-08-17T23:47:57.840Z[ recovery-image] Aug 17 23:47:56.937 INFO O| Aug 17 23:47:56.937 INFO STEP 770 (remove_files) COMPLETE
75662026-08-17T23:47:57.844Z[ recovery-image] Aug 17 23:47:56.937 INFO O| Aug 17 23:47:56.937 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-17T23:47:57.850Z[ recovery-image] Aug 17 23:47:56.946 INFO O| Aug 17 23:47:56.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75682026-08-17T23:47:57.850Z[ recovery-image] Aug 17 23:47:56.946 INFO O| Aug 17 23:47:56.946 INFO STEP 771 (remove_files) COMPLETE
75692026-08-17T23:47:57.850Z[ recovery-image] Aug 17 23:47:56.946 INFO O| Aug 17 23:47:56.946 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-17T23:47:57.860Z[ recovery-image] Aug 17 23:47:56.955 INFO O| Aug 17 23:47:56.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75712026-08-17T23:47:57.860Z[ recovery-image] Aug 17 23:47:56.955 INFO O| Aug 17 23:47:56.955 INFO STEP 772 (remove_files) COMPLETE
75722026-08-17T23:47:57.860Z[ recovery-image] Aug 17 23:47:56.955 INFO O| Aug 17 23:47:56.955 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-17T23:47:57.868Z[ recovery-image] Aug 17 23:47:56.964 INFO O| Aug 17 23:47:56.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75742026-08-17T23:47:57.868Z[ recovery-image] Aug 17 23:47:56.964 INFO O| Aug 17 23:47:56.964 INFO STEP 773 (remove_files) COMPLETE
75752026-08-17T23:47:57.868Z[ recovery-image] Aug 17 23:47:56.964 INFO O| Aug 17 23:47:56.964 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-17T23:47:57.877Z[ recovery-image] Aug 17 23:47:56.973 INFO O| Aug 17 23:47:56.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75772026-08-17T23:47:57.877Z[ recovery-image] Aug 17 23:47:56.973 INFO O| Aug 17 23:47:56.973 INFO STEP 774 (remove_files) COMPLETE
75782026-08-17T23:47:57.877Z[ recovery-image] Aug 17 23:47:56.973 INFO O| Aug 17 23:47:56.973 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-17T23:47:57.888Z[ recovery-image] Aug 17 23:47:56.984 INFO O| Aug 17 23:47:56.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75802026-08-17T23:47:57.888Z[ recovery-image] Aug 17 23:47:56.984 INFO O| Aug 17 23:47:56.984 INFO STEP 775 (remove_files) COMPLETE
75812026-08-17T23:47:57.888Z[ recovery-image] Aug 17 23:47:56.984 INFO O| Aug 17 23:47:56.984 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-17T23:47:57.899Z[ recovery-image] Aug 17 23:47:56.993 INFO O| Aug 17 23:47:56.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
75832026-08-17T23:47:57.899Z[ recovery-image] Aug 17 23:47:56.993 INFO O| Aug 17 23:47:56.993 INFO STEP 776 (remove_files) COMPLETE
75842026-08-17T23:47:57.899Z[ recovery-image] Aug 17 23:47:56.993 INFO O| Aug 17 23:47:56.993 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-17T23:47:57.906Z[ recovery-image] Aug 17 23:47:57.002 INFO O| Aug 17 23:47:57.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
75862026-08-17T23:47:57.906Z[ recovery-image] Aug 17 23:47:57.002 INFO O| Aug 17 23:47:57.002 INFO STEP 777 (remove_files) COMPLETE
75872026-08-17T23:47:57.906Z[ recovery-image] Aug 17 23:47:57.002 INFO O| Aug 17 23:47:57.002 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-17T23:47:57.916Z[ recovery-image] Aug 17 23:47:57.012 INFO O| Aug 17 23:47:57.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
75892026-08-17T23:47:57.916Z[ recovery-image] Aug 17 23:47:57.012 INFO O| Aug 17 23:47:57.012 INFO STEP 778 (remove_files) COMPLETE
75902026-08-17T23:47:57.920Z[ recovery-image] Aug 17 23:47:57.012 INFO O| Aug 17 23:47:57.012 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-17T23:47:57.925Z[ recovery-image] Aug 17 23:47:57.021 INFO O| Aug 17 23:47:57.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
75922026-08-17T23:47:57.925Z[ recovery-image] Aug 17 23:47:57.021 INFO O| Aug 17 23:47:57.021 INFO STEP 779 (remove_files) COMPLETE
75932026-08-17T23:47:57.929Z[ recovery-image] Aug 17 23:47:57.022 INFO O| Aug 17 23:47:57.021 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-17T23:47:57.934Z[ recovery-image] Aug 17 23:47:57.030 INFO O| Aug 17 23:47:57.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
75952026-08-17T23:47:57.934Z[ recovery-image] Aug 17 23:47:57.030 INFO O| Aug 17 23:47:57.030 INFO STEP 780 (remove_files) COMPLETE
75962026-08-17T23:47:57.937Z[ recovery-image] Aug 17 23:47:57.030 INFO O| Aug 17 23:47:57.030 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-17T23:47:57.945Z[ recovery-image] Aug 17 23:47:57.040 INFO O| Aug 17 23:47:57.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
75982026-08-17T23:47:57.945Z[ recovery-image] Aug 17 23:47:57.040 INFO O| Aug 17 23:47:57.040 INFO STEP 781 (remove_files) COMPLETE
75992026-08-17T23:47:57.945Z[ recovery-image] Aug 17 23:47:57.040 INFO O| Aug 17 23:47:57.040 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-17T23:47:57.949Z[verify-libraries] Compiling seq-macro v0.3.6
76012026-08-17T23:47:57.957Z[ recovery-image] Aug 17 23:47:57.053 INFO O| Aug 17 23:47:57.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76022026-08-17T23:47:57.957Z[ recovery-image] Aug 17 23:47:57.053 INFO O| Aug 17 23:47:57.051 INFO STEP 782 (remove_files) COMPLETE
76032026-08-17T23:47:57.957Z[ recovery-image] Aug 17 23:47:57.053 INFO O| Aug 17 23:47:57.051 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-17T23:47:57.964Z[ recovery-image] Aug 17 23:47:57.060 INFO O| Aug 17 23:47:57.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76052026-08-17T23:47:57.964Z[ recovery-image] Aug 17 23:47:57.060 INFO O| Aug 17 23:47:57.060 INFO STEP 783 (remove_files) COMPLETE
76062026-08-17T23:47:57.964Z[ recovery-image] Aug 17 23:47:57.060 INFO O| Aug 17 23:47:57.060 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-17T23:47:57.973Z[ recovery-image] Aug 17 23:47:57.069 INFO O| Aug 17 23:47:57.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76082026-08-17T23:47:57.973Z[ recovery-image] Aug 17 23:47:57.069 INFO O| Aug 17 23:47:57.069 INFO STEP 784 (remove_files) COMPLETE
76092026-08-17T23:47:57.976Z[ recovery-image] Aug 17 23:47:57.069 INFO O| Aug 17 23:47:57.069 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-17T23:47:57.982Z[ recovery-image] Aug 17 23:47:57.078 INFO O| Aug 17 23:47:57.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76112026-08-17T23:47:57.982Z[ recovery-image] Aug 17 23:47:57.078 INFO O| Aug 17 23:47:57.078 INFO STEP 785 (remove_files) COMPLETE
76122026-08-17T23:47:57.982Z[ recovery-image] Aug 17 23:47:57.078 INFO O| Aug 17 23:47:57.078 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-17T23:47:57.994Z[ recovery-image] Aug 17 23:47:57.088 INFO O| Aug 17 23:47:57.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76142026-08-17T23:47:57.994Z[ recovery-image] Aug 17 23:47:57.088 INFO O| Aug 17 23:47:57.088 INFO STEP 786 (remove_files) COMPLETE
76152026-08-17T23:47:57.994Z[ recovery-image] Aug 17 23:47:57.088 INFO O| Aug 17 23:47:57.088 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-17T23:47:58.001Z[ recovery-image] Aug 17 23:47:57.097 INFO O| Aug 17 23:47:57.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76172026-08-17T23:47:58.001Z[ recovery-image] Aug 17 23:47:57.097 INFO O| Aug 17 23:47:57.097 INFO STEP 787 (remove_files) COMPLETE
76182026-08-17T23:47:58.001Z[ recovery-image] Aug 17 23:47:57.097 INFO O| Aug 17 23:47:57.097 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-17T23:47:58.011Z[ recovery-image] Aug 17 23:47:57.107 INFO O| Aug 17 23:47:57.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76202026-08-17T23:47:58.011Z[ recovery-image] Aug 17 23:47:57.107 INFO O| Aug 17 23:47:57.107 INFO STEP 788 (remove_files) COMPLETE
76212026-08-17T23:47:58.014Z[ recovery-image] Aug 17 23:47:57.107 INFO O| Aug 17 23:47:57.107 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-17T23:47:58.020Z[ recovery-image] Aug 17 23:47:57.116 INFO O| Aug 17 23:47:57.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76232026-08-17T23:47:58.020Z[ recovery-image] Aug 17 23:47:57.116 INFO O| Aug 17 23:47:57.116 INFO STEP 789 (remove_files) COMPLETE
76242026-08-17T23:47:58.024Z[ recovery-image] Aug 17 23:47:57.116 INFO O| Aug 17 23:47:57.116 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-17T23:47:58.030Z[ recovery-image] Aug 17 23:47:57.126 INFO O| Aug 17 23:47:57.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76262026-08-17T23:47:58.030Z[ recovery-image] Aug 17 23:47:57.126 INFO O| Aug 17 23:47:57.126 INFO STEP 790 (remove_files) COMPLETE
76272026-08-17T23:47:58.034Z[ recovery-image] Aug 17 23:47:57.126 INFO O| Aug 17 23:47:57.126 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-17T23:47:58.038Z[ recovery-image] Aug 17 23:47:57.135 INFO O| Aug 17 23:47:57.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76292026-08-17T23:47:58.039Z[ recovery-image] Aug 17 23:47:57.135 INFO O| Aug 17 23:47:57.135 INFO STEP 791 (remove_files) COMPLETE
76302026-08-17T23:47:58.039Z[ recovery-image] Aug 17 23:47:57.135 INFO O| Aug 17 23:47:57.135 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-17T23:47:58.047Z[ recovery-image] Aug 17 23:47:57.144 INFO O| Aug 17 23:47:57.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76322026-08-17T23:47:58.047Z[ recovery-image] Aug 17 23:47:57.144 INFO O| Aug 17 23:47:57.144 INFO STEP 792 (remove_files) COMPLETE
76332026-08-17T23:47:58.047Z[ recovery-image] Aug 17 23:47:57.144 INFO O| Aug 17 23:47:57.144 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-17T23:47:58.058Z[ recovery-image] Aug 17 23:47:57.154 INFO O| Aug 17 23:47:57.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76352026-08-17T23:47:58.058Z[ recovery-image] Aug 17 23:47:57.154 INFO O| Aug 17 23:47:57.154 INFO STEP 793 (remove_files) COMPLETE
76362026-08-17T23:47:58.058Z[ recovery-image] Aug 17 23:47:57.154 INFO O| Aug 17 23:47:57.154 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-17T23:47:58.068Z[ recovery-image] Aug 17 23:47:57.164 INFO O| Aug 17 23:47:57.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76382026-08-17T23:47:58.068Z[ recovery-image] Aug 17 23:47:57.164 INFO O| Aug 17 23:47:57.164 INFO STEP 794 (remove_files) COMPLETE
76392026-08-17T23:47:58.068Z[ recovery-image] Aug 17 23:47:57.164 INFO O| Aug 17 23:47:57.164 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-17T23:47:58.078Z[ recovery-image] Aug 17 23:47:57.175 INFO O| Aug 17 23:47:57.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76412026-08-17T23:47:58.078Z[ recovery-image] Aug 17 23:47:57.175 INFO O| Aug 17 23:47:57.175 INFO STEP 795 (remove_files) COMPLETE
76422026-08-17T23:47:58.078Z[ recovery-image] Aug 17 23:47:57.175 INFO O| Aug 17 23:47:57.175 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-17T23:47:58.087Z[ recovery-image] Aug 17 23:47:57.183 INFO O| Aug 17 23:47:57.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76442026-08-17T23:47:58.087Z[ recovery-image] Aug 17 23:47:57.184 INFO O| Aug 17 23:47:57.184 INFO STEP 796 (remove_files) COMPLETE
76452026-08-17T23:47:58.087Z[ recovery-image] Aug 17 23:47:57.184 INFO O| Aug 17 23:47:57.184 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-17T23:47:58.092Z[verify-libraries] Compiling md5 v0.8.0
76472026-08-17T23:47:58.097Z[ recovery-image] Aug 17 23:47:57.193 INFO O| Aug 17 23:47:57.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76482026-08-17T23:47:58.097Z[ recovery-image] Aug 17 23:47:57.193 INFO O| Aug 17 23:47:57.193 INFO STEP 797 (remove_files) COMPLETE
76492026-08-17T23:47:58.097Z[ recovery-image] Aug 17 23:47:57.193 INFO O| Aug 17 23:47:57.193 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-17T23:47:58.107Z[ recovery-image] Aug 17 23:47:57.203 INFO O| Aug 17 23:47:57.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76512026-08-17T23:47:58.107Z[ recovery-image] Aug 17 23:47:57.203 INFO O| Aug 17 23:47:57.203 INFO STEP 798 (remove_files) COMPLETE
76522026-08-17T23:47:58.107Z[ recovery-image] Aug 17 23:47:57.203 INFO O| Aug 17 23:47:57.203 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-17T23:47:58.118Z[ recovery-image] Aug 17 23:47:57.214 INFO O| Aug 17 23:47:57.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76542026-08-17T23:47:58.118Z[ recovery-image] Aug 17 23:47:57.214 INFO O| Aug 17 23:47:57.214 INFO STEP 799 (remove_files) COMPLETE
76552026-08-17T23:47:58.118Z[ recovery-image] Aug 17 23:47:57.214 INFO O| Aug 17 23:47:57.214 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-17T23:47:58.129Z[ recovery-image] Aug 17 23:47:57.224 INFO O| Aug 17 23:47:57.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76572026-08-17T23:47:58.129Z[ recovery-image] Aug 17 23:47:57.224 INFO O| Aug 17 23:47:57.224 INFO STEP 800 (remove_files) COMPLETE
76582026-08-17T23:47:58.129Z[ recovery-image] Aug 17 23:47:57.225 INFO O| Aug 17 23:47:57.224 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-17T23:47:58.139Z[ recovery-image] Aug 17 23:47:57.235 INFO O| Aug 17 23:47:57.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76602026-08-17T23:47:58.143Z[ recovery-image] Aug 17 23:47:57.236 INFO O| Aug 17 23:47:57.236 INFO STEP 801 (remove_files) COMPLETE
76612026-08-17T23:47:58.143Z[ recovery-image] Aug 17 23:47:57.236 INFO O| Aug 17 23:47:57.236 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-17T23:47:58.152Z[ recovery-image] Aug 17 23:47:57.246 INFO O| Aug 17 23:47:57.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76632026-08-17T23:47:58.152Z[ recovery-image] Aug 17 23:47:57.246 INFO O| Aug 17 23:47:57.246 INFO STEP 802 (remove_files) COMPLETE
76642026-08-17T23:47:58.152Z[ recovery-image] Aug 17 23:47:57.246 INFO O| Aug 17 23:47:57.246 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-17T23:47:58.160Z[ recovery-image] Aug 17 23:47:57.256 INFO O| Aug 17 23:47:57.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76662026-08-17T23:47:58.160Z[ recovery-image] Aug 17 23:47:57.256 INFO O| Aug 17 23:47:57.256 INFO STEP 803 (remove_files) COMPLETE
76672026-08-17T23:47:58.163Z[ recovery-image] Aug 17 23:47:57.256 INFO O| Aug 17 23:47:57.256 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-17T23:47:58.170Z[ recovery-image] Aug 17 23:47:57.266 INFO O| Aug 17 23:47:57.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76692026-08-17T23:47:58.170Z[ recovery-image] Aug 17 23:47:57.266 INFO O| Aug 17 23:47:57.266 INFO STEP 804 (remove_files) COMPLETE
76702026-08-17T23:47:58.170Z[ recovery-image] Aug 17 23:47:57.266 INFO O| Aug 17 23:47:57.266 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-17T23:47:58.179Z[ recovery-image] Aug 17 23:47:57.275 INFO O| Aug 17 23:47:57.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76722026-08-17T23:47:58.179Z[ recovery-image] Aug 17 23:47:57.275 INFO O| Aug 17 23:47:57.275 INFO STEP 805 (remove_files) COMPLETE
76732026-08-17T23:47:58.182Z[ recovery-image] Aug 17 23:47:57.275 INFO O| Aug 17 23:47:57.275 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-17T23:47:58.191Z[ recovery-image] Aug 17 23:47:57.284 INFO O| Aug 17 23:47:57.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76752026-08-17T23:47:58.191Z[ recovery-image] Aug 17 23:47:57.285 INFO O| Aug 17 23:47:57.284 INFO STEP 806 (remove_files) COMPLETE
76762026-08-17T23:47:58.191Z[ recovery-image] Aug 17 23:47:57.285 INFO O| Aug 17 23:47:57.285 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-17T23:47:58.197Z[ recovery-image] Aug 17 23:47:57.293 INFO O| Aug 17 23:47:57.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76782026-08-17T23:47:58.203Z[ recovery-image] Aug 17 23:47:57.293 INFO O| Aug 17 23:47:57.293 INFO STEP 807 (remove_files) COMPLETE
76792026-08-17T23:47:58.204Z[ recovery-image] Aug 17 23:47:57.293 INFO O| Aug 17 23:47:57.293 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-17T23:47:58.207Z[verify-libraries] Compiling hex-literal v1.1.0
76812026-08-17T23:47:58.207Z[ recovery-image] Aug 17 23:47:57.303 INFO O| Aug 17 23:47:57.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76822026-08-17T23:47:58.207Z[ recovery-image] Aug 17 23:47:57.303 INFO O| Aug 17 23:47:57.303 INFO STEP 808 (remove_files) COMPLETE
76832026-08-17T23:47:58.207Z[ recovery-image] Aug 17 23:47:57.303 INFO O| Aug 17 23:47:57.303 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-08-17T23:47:58.216Z[ recovery-image] Aug 17 23:47:57.312 INFO O| Aug 17 23:47:57.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
76852026-08-17T23:47:58.216Z[ recovery-image] Aug 17 23:47:57.312 INFO O| Aug 17 23:47:57.312 INFO STEP 809 (remove_files) COMPLETE
76862026-08-17T23:47:58.219Z[ recovery-image] Aug 17 23:47:57.312 INFO O| Aug 17 23:47:57.312 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-08-17T23:47:58.226Z[ recovery-image] Aug 17 23:47:57.321 INFO O| Aug 17 23:47:57.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
76882026-08-17T23:47:58.226Z[ recovery-image] Aug 17 23:47:57.321 INFO O| Aug 17 23:47:57.321 INFO STEP 810 (remove_files) COMPLETE
76892026-08-17T23:47:58.229Z[ recovery-image] Aug 17 23:47:57.321 INFO O| Aug 17 23:47:57.321 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-08-17T23:47:58.235Z[ recovery-image] Aug 17 23:47:57.331 INFO O| Aug 17 23:47:57.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
76912026-08-17T23:47:58.235Z[ recovery-image] Aug 17 23:47:57.331 INFO O| Aug 17 23:47:57.331 INFO STEP 811 (remove_files) COMPLETE
76922026-08-17T23:47:58.235Z[ recovery-image] Aug 17 23:47:57.331 INFO O| Aug 17 23:47:57.331 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-17T23:47:58.249Z[ recovery-image] Aug 17 23:47:57.340 INFO O| Aug 17 23:47:57.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
76942026-08-17T23:47:58.249Z[ recovery-image] Aug 17 23:47:57.340 INFO O| Aug 17 23:47:57.340 INFO STEP 812 (remove_files) COMPLETE
76952026-08-17T23:47:58.249Z[ recovery-image] Aug 17 23:47:57.340 INFO O| Aug 17 23:47:57.340 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-17T23:47:58.256Z[ recovery-image] Aug 17 23:47:57.350 INFO O| Aug 17 23:47:57.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
76972026-08-17T23:47:58.256Z[ recovery-image] Aug 17 23:47:57.350 INFO O| Aug 17 23:47:57.350 INFO STEP 813 (remove_files) COMPLETE
76982026-08-17T23:47:58.256Z[ recovery-image] Aug 17 23:47:57.350 INFO O| Aug 17 23:47:57.350 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-17T23:47:58.264Z[ recovery-image] Aug 17 23:47:57.360 INFO O| Aug 17 23:47:57.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77002026-08-17T23:47:58.264Z[ recovery-image] Aug 17 23:47:57.360 INFO O| Aug 17 23:47:57.360 INFO STEP 814 (remove_files) COMPLETE
77012026-08-17T23:47:58.264Z[ recovery-image] Aug 17 23:47:57.360 INFO O| Aug 17 23:47:57.360 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-17T23:47:58.275Z[ recovery-image] Aug 17 23:47:57.371 INFO O| Aug 17 23:47:57.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77032026-08-17T23:47:58.275Z[ recovery-image] Aug 17 23:47:57.371 INFO O| Aug 17 23:47:57.371 INFO STEP 815 (remove_files) COMPLETE
77042026-08-17T23:47:58.283Z[ recovery-image] Aug 17 23:47:57.371 INFO O| Aug 17 23:47:57.371 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-17T23:47:58.286Z[ recovery-image] Aug 17 23:47:57.381 INFO O| Aug 17 23:47:57.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77062026-08-17T23:47:58.286Z[ recovery-image] Aug 17 23:47:57.381 INFO O| Aug 17 23:47:57.381 INFO STEP 816 (remove_files) COMPLETE
77072026-08-17T23:47:58.286Z[ recovery-image] Aug 17 23:47:57.381 INFO O| Aug 17 23:47:57.381 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-17T23:47:58.294Z[ recovery-image] Aug 17 23:47:57.390 INFO O| Aug 17 23:47:57.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77092026-08-17T23:47:58.294Z[ recovery-image] Aug 17 23:47:57.390 INFO O| Aug 17 23:47:57.390 INFO STEP 817 (remove_files) COMPLETE
77102026-08-17T23:47:58.294Z[ recovery-image] Aug 17 23:47:57.390 INFO O| Aug 17 23:47:57.390 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-17T23:47:58.302Z[ recovery-image] Aug 17 23:47:57.399 INFO O| Aug 17 23:47:57.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77122026-08-17T23:47:58.303Z[ recovery-image] Aug 17 23:47:57.399 INFO O| Aug 17 23:47:57.399 INFO STEP 818 (remove_files) COMPLETE
77132026-08-17T23:47:58.307Z[ recovery-image] Aug 17 23:47:57.399 INFO O| Aug 17 23:47:57.399 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-08-17T23:47:58.311Z[ recovery-image] Aug 17 23:47:57.407 INFO O| Aug 17 23:47:57.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77152026-08-17T23:47:58.311Z[ recovery-image] Aug 17 23:47:57.407 INFO O| Aug 17 23:47:57.407 INFO STEP 819 (remove_files) COMPLETE
77162026-08-17T23:47:58.314Z[ recovery-image] Aug 17 23:47:57.407 INFO O| Aug 17 23:47:57.407 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-08-17T23:47:58.321Z[ recovery-image] Aug 17 23:47:57.417 INFO O| Aug 17 23:47:57.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77182026-08-17T23:47:58.321Z[ recovery-image] Aug 17 23:47:57.417 INFO O| Aug 17 23:47:57.416 INFO STEP 820 (remove_files) COMPLETE
77192026-08-17T23:47:58.324Z[ recovery-image] Aug 17 23:47:57.417 INFO O| Aug 17 23:47:57.416 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-08-17T23:47:58.330Z[ recovery-image] Aug 17 23:47:57.426 INFO O| Aug 17 23:47:57.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77212026-08-17T23:47:58.330Z[ recovery-image] Aug 17 23:47:57.426 INFO O| Aug 17 23:47:57.426 INFO STEP 821 (remove_files) COMPLETE
77222026-08-17T23:47:58.333Z[ recovery-image] Aug 17 23:47:57.426 INFO O| Aug 17 23:47:57.426 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-17T23:47:58.338Z[ recovery-image] Aug 17 23:47:57.434 INFO O| Aug 17 23:47:57.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77242026-08-17T23:47:58.338Z[ recovery-image] Aug 17 23:47:57.434 INFO O| Aug 17 23:47:57.434 INFO STEP 822 (remove_files) COMPLETE
77252026-08-17T23:47:58.338Z[ recovery-image] Aug 17 23:47:57.434 INFO O| Aug 17 23:47:57.434 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-17T23:47:58.347Z[ recovery-image] Aug 17 23:47:57.443 INFO O| Aug 17 23:47:57.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77272026-08-17T23:47:58.347Z[ recovery-image] Aug 17 23:47:57.443 INFO O| Aug 17 23:47:57.443 INFO STEP 823 (remove_files) COMPLETE
77282026-08-17T23:47:58.347Z[ recovery-image] Aug 17 23:47:57.443 INFO O| Aug 17 23:47:57.443 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-17T23:47:58.357Z[ recovery-image] Aug 17 23:47:57.453 INFO O| Aug 17 23:47:57.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77302026-08-17T23:47:58.357Z[ recovery-image] Aug 17 23:47:57.453 INFO O| Aug 17 23:47:57.453 INFO STEP 824 (remove_files) COMPLETE
77312026-08-17T23:47:58.357Z[ recovery-image] Aug 17 23:47:57.453 INFO O| Aug 17 23:47:57.453 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-17T23:47:58.367Z[ recovery-image] Aug 17 23:47:57.463 INFO O| Aug 17 23:47:57.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77332026-08-17T23:47:58.367Z[ recovery-image] Aug 17 23:47:57.463 INFO O| Aug 17 23:47:57.463 INFO STEP 825 (remove_files) COMPLETE
77342026-08-17T23:47:58.367Z[ recovery-image] Aug 17 23:47:57.463 INFO O| Aug 17 23:47:57.463 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-17T23:47:58.379Z[ recovery-image] Aug 17 23:47:57.473 INFO O| Aug 17 23:47:57.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77362026-08-17T23:47:58.379Z[ recovery-image] Aug 17 23:47:57.473 INFO O| Aug 17 23:47:57.473 INFO STEP 826 (remove_files) COMPLETE
77372026-08-17T23:47:58.379Z[ recovery-image] Aug 17 23:47:57.473 INFO O| Aug 17 23:47:57.473 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-17T23:47:58.386Z[ recovery-image] Aug 17 23:47:57.482 INFO O| Aug 17 23:47:57.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77392026-08-17T23:47:58.386Z[ recovery-image] Aug 17 23:47:57.482 INFO O| Aug 17 23:47:57.482 INFO STEP 827 (remove_files) COMPLETE
77402026-08-17T23:47:58.390Z[ recovery-image] Aug 17 23:47:57.482 INFO O| Aug 17 23:47:57.482 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-17T23:47:58.396Z[ recovery-image] Aug 17 23:47:57.492 INFO O| Aug 17 23:47:57.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77422026-08-17T23:47:58.396Z[ recovery-image] Aug 17 23:47:57.493 INFO O| Aug 17 23:47:57.492 INFO STEP 828 (remove_files) COMPLETE
77432026-08-17T23:47:58.400Z[ recovery-image] Aug 17 23:47:57.493 INFO O| Aug 17 23:47:57.493 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-17T23:47:58.408Z[ recovery-image] Aug 17 23:47:57.504 INFO O| Aug 17 23:47:57.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77452026-08-17T23:47:58.408Z[ recovery-image] Aug 17 23:47:57.504 INFO O| Aug 17 23:47:57.504 INFO STEP 829 (remove_files) COMPLETE
77462026-08-17T23:47:58.408Z[ recovery-image] Aug 17 23:47:57.504 INFO O| Aug 17 23:47:57.504 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-17T23:47:58.418Z[ recovery-image] Aug 17 23:47:57.515 INFO O| Aug 17 23:47:57.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77482026-08-17T23:47:58.419Z[ recovery-image] Aug 17 23:47:57.515 INFO O| Aug 17 23:47:57.515 INFO STEP 830 (remove_files) COMPLETE
77492026-08-17T23:47:58.422Z[ recovery-image] Aug 17 23:47:57.515 INFO O| Aug 17 23:47:57.515 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-17T23:47:58.429Z[ recovery-image] Aug 17 23:47:57.525 INFO O| Aug 17 23:47:57.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77512026-08-17T23:47:58.429Z[ recovery-image] Aug 17 23:47:57.525 INFO O| Aug 17 23:47:57.525 INFO STEP 831 (remove_files) COMPLETE
77522026-08-17T23:47:58.429Z[ recovery-image] Aug 17 23:47:57.525 INFO O| Aug 17 23:47:57.525 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-17T23:47:58.437Z[ recovery-image] Aug 17 23:47:57.533 INFO O| Aug 17 23:47:57.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77542026-08-17T23:47:58.437Z[ recovery-image] Aug 17 23:47:57.533 INFO O| Aug 17 23:47:57.533 INFO STEP 832 (remove_files) COMPLETE
77552026-08-17T23:47:58.437Z[ recovery-image] Aug 17 23:47:57.533 INFO O| Aug 17 23:47:57.533 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-17T23:47:58.440Z[verify-libraries] Compiling russh v0.62.4
77572026-08-17T23:47:58.444Z[ recovery-image] Aug 17 23:47:57.541 INFO O| Aug 17 23:47:57.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77582026-08-17T23:47:58.445Z[ recovery-image] Aug 17 23:47:57.541 INFO O| Aug 17 23:47:57.541 INFO STEP 833 (remove_files) COMPLETE
77592026-08-17T23:47:58.445Z[ recovery-image] Aug 17 23:47:57.541 INFO O| Aug 17 23:47:57.541 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-17T23:47:58.455Z[ recovery-image] Aug 17 23:47:57.551 INFO O| Aug 17 23:47:57.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77612026-08-17T23:47:58.455Z[ recovery-image] Aug 17 23:47:57.551 INFO O| Aug 17 23:47:57.551 INFO STEP 834 (remove_files) COMPLETE
77622026-08-17T23:47:58.455Z[ recovery-image] Aug 17 23:47:57.551 INFO O| Aug 17 23:47:57.551 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-08-17T23:47:58.464Z[ recovery-image] Aug 17 23:47:57.561 INFO O| Aug 17 23:47:57.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77642026-08-17T23:47:58.468Z[ recovery-image] Aug 17 23:47:57.561 INFO O| Aug 17 23:47:57.561 INFO STEP 835 (remove_files) COMPLETE
77652026-08-17T23:47:58.468Z[ recovery-image] Aug 17 23:47:57.561 INFO O| Aug 17 23:47:57.561 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-17T23:47:58.468Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
77672026-08-17T23:47:58.474Z[ recovery-image] Aug 17 23:47:57.570 INFO O| Aug 17 23:47:57.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77682026-08-17T23:47:58.474Z[ recovery-image] Aug 17 23:47:57.570 INFO O| Aug 17 23:47:57.570 INFO STEP 836 (remove_files) COMPLETE
77692026-08-17T23:47:58.477Z[ recovery-image] Aug 17 23:47:57.570 INFO O| Aug 17 23:47:57.570 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-17T23:47:58.483Z[ recovery-image] Aug 17 23:47:57.579 INFO O| Aug 17 23:47:57.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77712026-08-17T23:47:58.483Z[ recovery-image] Aug 17 23:47:57.579 INFO O| Aug 17 23:47:57.579 INFO STEP 837 (remove_files) COMPLETE
77722026-08-17T23:47:58.486Z[ recovery-image] Aug 17 23:47:57.579 INFO O| Aug 17 23:47:57.579 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-17T23:47:58.493Z[ recovery-image] Aug 17 23:47:57.589 INFO O| Aug 17 23:47:57.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77742026-08-17T23:47:58.493Z[ recovery-image] Aug 17 23:47:57.589 INFO O| Aug 17 23:47:57.589 INFO STEP 838 (remove_files) COMPLETE
77752026-08-17T23:47:58.498Z[ recovery-image] Aug 17 23:47:57.589 INFO O| Aug 17 23:47:57.589 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-17T23:47:58.561Z[ recovery-image] Aug 17 23:47:57.600 INFO O| Aug 17 23:47:57.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77772026-08-17T23:47:58.561Z[ recovery-image] Aug 17 23:47:57.600 INFO O| Aug 17 23:47:57.600 INFO STEP 839 (remove_files) COMPLETE
77782026-08-17T23:47:58.561Z[ recovery-image] Aug 17 23:47:57.600 INFO O| Aug 17 23:47:57.600 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-17T23:47:58.561Z[ recovery-image] Aug 17 23:47:57.610 INFO O| Aug 17 23:47:57.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77802026-08-17T23:47:58.561Z[ recovery-image] Aug 17 23:47:57.610 INFO O| Aug 17 23:47:57.610 INFO STEP 840 (remove_files) COMPLETE
77812026-08-17T23:47:58.561Z[ recovery-image] Aug 17 23:47:57.610 INFO O| Aug 17 23:47:57.610 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-17T23:47:58.561Z[ recovery-image] Aug 17 23:47:57.622 INFO O| Aug 17 23:47:57.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77832026-08-17T23:47:58.561Z[ recovery-image] Aug 17 23:47:57.622 INFO O| Aug 17 23:47:57.622 INFO STEP 841 (remove_files) COMPLETE
77842026-08-17T23:47:58.562Z[ recovery-image] Aug 17 23:47:57.622 INFO O| Aug 17 23:47:57.622 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-17T23:47:58.562Z[ recovery-image] Aug 17 23:47:57.631 INFO O| Aug 17 23:47:57.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
77862026-08-17T23:47:58.562Z[ recovery-image] Aug 17 23:47:57.631 INFO O| Aug 17 23:47:57.631 INFO STEP 842 (remove_files) COMPLETE
77872026-08-17T23:47:58.562Z[ recovery-image] Aug 17 23:47:57.631 INFO O| Aug 17 23:47:57.631 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-17T23:47:58.562Z[ recovery-image] Aug 17 23:47:57.641 INFO O| Aug 17 23:47:57.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
77892026-08-17T23:47:58.562Z[ recovery-image] Aug 17 23:47:57.641 INFO O| Aug 17 23:47:57.641 INFO STEP 843 (remove_files) COMPLETE
77902026-08-17T23:47:58.562Z[ recovery-image] Aug 17 23:47:57.641 INFO O| Aug 17 23:47:57.641 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-17T23:47:58.566Z[ recovery-image] Aug 17 23:47:57.651 INFO O| Aug 17 23:47:57.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
77922026-08-17T23:47:58.566Z[ recovery-image] Aug 17 23:47:57.651 INFO O| Aug 17 23:47:57.651 INFO STEP 844 (remove_files) COMPLETE
77932026-08-17T23:47:58.566Z[ recovery-image] Aug 17 23:47:57.651 INFO O| Aug 17 23:47:57.651 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-17T23:47:58.567Z[ recovery-image] Aug 17 23:47:57.661 INFO O| Aug 17 23:47:57.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
77952026-08-17T23:47:58.567Z[ recovery-image] Aug 17 23:47:57.661 INFO O| Aug 17 23:47:57.661 INFO STEP 845 (remove_files) COMPLETE
77962026-08-17T23:47:58.567Z[ recovery-image] Aug 17 23:47:57.661 INFO O| Aug 17 23:47:57.661 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-17T23:47:58.576Z[ recovery-image] Aug 17 23:47:57.672 INFO O| Aug 17 23:47:57.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
77982026-08-17T23:47:58.576Z[ recovery-image] Aug 17 23:47:57.672 INFO O| Aug 17 23:47:57.672 INFO STEP 846 (remove_files) COMPLETE
77992026-08-17T23:47:58.576Z[ recovery-image] Aug 17 23:47:57.672 INFO O| Aug 17 23:47:57.672 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-17T23:47:58.586Z[ recovery-image] Aug 17 23:47:57.682 INFO O| Aug 17 23:47:57.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78012026-08-17T23:47:58.586Z[ recovery-image] Aug 17 23:47:57.682 INFO O| Aug 17 23:47:57.682 INFO STEP 847 (remove_files) COMPLETE
78022026-08-17T23:47:58.586Z[ recovery-image] Aug 17 23:47:57.682 INFO O| Aug 17 23:47:57.682 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-17T23:47:58.595Z[ recovery-image] Aug 17 23:47:57.691 INFO O| Aug 17 23:47:57.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78042026-08-17T23:47:58.595Z[ recovery-image] Aug 17 23:47:57.691 INFO O| Aug 17 23:47:57.691 INFO STEP 848 (remove_files) COMPLETE
78052026-08-17T23:47:58.595Z[ recovery-image] Aug 17 23:47:57.691 INFO O| Aug 17 23:47:57.691 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-17T23:47:58.605Z[ recovery-image] Aug 17 23:47:57.701 INFO O| Aug 17 23:47:57.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78072026-08-17T23:47:58.605Z[ recovery-image] Aug 17 23:47:57.701 INFO O| Aug 17 23:47:57.701 INFO STEP 849 (remove_files) COMPLETE
78082026-08-17T23:47:58.605Z[ recovery-image] Aug 17 23:47:57.701 INFO O| Aug 17 23:47:57.701 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-17T23:47:58.615Z[ recovery-image] Aug 17 23:47:57.711 INFO O| Aug 17 23:47:57.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78102026-08-17T23:47:58.615Z[ recovery-image] Aug 17 23:47:57.711 INFO O| Aug 17 23:47:57.711 INFO STEP 850 (remove_files) COMPLETE
78112026-08-17T23:47:58.619Z[ recovery-image] Aug 17 23:47:57.711 INFO O| Aug 17 23:47:57.711 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-17T23:47:58.626Z[ recovery-image] Aug 17 23:47:57.722 INFO O| Aug 17 23:47:57.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78132026-08-17T23:47:58.626Z[ recovery-image] Aug 17 23:47:57.722 INFO O| Aug 17 23:47:57.722 INFO STEP 851 (remove_files) COMPLETE
78142026-08-17T23:47:58.626Z[ recovery-image] Aug 17 23:47:57.722 INFO O| Aug 17 23:47:57.722 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-17T23:47:58.636Z[ recovery-image] Aug 17 23:47:57.732 INFO O| Aug 17 23:47:57.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78162026-08-17T23:47:58.636Z[ recovery-image] Aug 17 23:47:57.732 INFO O| Aug 17 23:47:57.732 INFO STEP 852 (remove_files) COMPLETE
78172026-08-17T23:47:58.636Z[ recovery-image] Aug 17 23:47:57.732 INFO O| Aug 17 23:47:57.732 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-17T23:47:58.649Z[ recovery-image] Aug 17 23:47:57.744 INFO O| Aug 17 23:47:57.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78192026-08-17T23:47:58.649Z[ recovery-image] Aug 17 23:47:57.744 INFO O| Aug 17 23:47:57.741 INFO STEP 853 (remove_files) COMPLETE
78202026-08-17T23:47:58.649Z[ recovery-image] Aug 17 23:47:57.744 INFO O| Aug 17 23:47:57.741 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-17T23:47:58.654Z[ recovery-image] Aug 17 23:47:57.750 INFO O| Aug 17 23:47:57.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78222026-08-17T23:47:58.654Z[ recovery-image] Aug 17 23:47:57.750 INFO O| Aug 17 23:47:57.750 INFO STEP 854 (remove_files) COMPLETE
78232026-08-17T23:47:58.654Z[ recovery-image] Aug 17 23:47:57.750 INFO O| Aug 17 23:47:57.750 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-17T23:47:58.661Z[ recovery-image] Aug 17 23:47:57.757 INFO O| Aug 17 23:47:57.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78252026-08-17T23:47:58.664Z[ recovery-image] Aug 17 23:47:57.760 INFO O| Aug 17 23:47:57.759 INFO STEP 855 (remove_files) COMPLETE
78262026-08-17T23:47:58.664Z[ recovery-image] Aug 17 23:47:57.760 INFO O| Aug 17 23:47:57.759 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-17T23:47:58.674Z[ recovery-image] Aug 17 23:47:57.770 INFO O| Aug 17 23:47:57.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78282026-08-17T23:47:58.674Z[ recovery-image] Aug 17 23:47:57.770 INFO O| Aug 17 23:47:57.770 INFO STEP 856 (remove_files) COMPLETE
78292026-08-17T23:47:58.674Z[ recovery-image] Aug 17 23:47:57.770 INFO O| Aug 17 23:47:57.770 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-17T23:47:58.684Z[ recovery-image] Aug 17 23:47:57.780 INFO O| Aug 17 23:47:57.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78312026-08-17T23:47:58.684Z[ recovery-image] Aug 17 23:47:57.780 INFO O| Aug 17 23:47:57.780 INFO STEP 857 (remove_files) COMPLETE
78322026-08-17T23:47:58.684Z[ recovery-image] Aug 17 23:47:57.780 INFO O| Aug 17 23:47:57.780 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-17T23:47:58.694Z[ recovery-image] Aug 17 23:47:57.790 INFO O| Aug 17 23:47:57.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78342026-08-17T23:47:58.694Z[ recovery-image] Aug 17 23:47:57.790 INFO O| Aug 17 23:47:57.790 INFO STEP 858 (remove_files) COMPLETE
78352026-08-17T23:47:58.697Z[ recovery-image] Aug 17 23:47:57.790 INFO O| Aug 17 23:47:57.790 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-08-17T23:47:58.708Z[ recovery-image] Aug 17 23:47:57.801 INFO O| Aug 17 23:47:57.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78372026-08-17T23:47:58.708Z[ recovery-image] Aug 17 23:47:57.801 INFO O| Aug 17 23:47:57.801 INFO STEP 859 (remove_files) COMPLETE
78382026-08-17T23:47:58.708Z[ recovery-image] Aug 17 23:47:57.801 INFO O| Aug 17 23:47:57.801 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-08-17T23:47:58.714Z[ recovery-image] Aug 17 23:47:57.810 INFO O| Aug 17 23:47:57.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78402026-08-17T23:47:58.714Z[ recovery-image] Aug 17 23:47:57.810 INFO O| Aug 17 23:47:57.810 INFO STEP 860 (remove_files) COMPLETE
78412026-08-17T23:47:58.718Z[ recovery-image] Aug 17 23:47:57.810 INFO O| Aug 17 23:47:57.810 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-17T23:47:58.723Z[ recovery-image] Aug 17 23:47:57.819 INFO O| Aug 17 23:47:57.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78432026-08-17T23:47:58.723Z[ recovery-image] Aug 17 23:47:57.819 INFO O| Aug 17 23:47:57.819 INFO STEP 861 (remove_files) COMPLETE
78442026-08-17T23:47:58.723Z[ recovery-image] Aug 17 23:47:57.819 INFO O| Aug 17 23:47:57.819 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-08-17T23:47:58.734Z[ recovery-image] Aug 17 23:47:57.830 INFO O| Aug 17 23:47:57.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78462026-08-17T23:47:58.734Z[ recovery-image] Aug 17 23:47:57.830 INFO O| Aug 17 23:47:57.830 INFO STEP 862 (remove_files) COMPLETE
78472026-08-17T23:47:58.734Z[ recovery-image] Aug 17 23:47:57.830 INFO O| Aug 17 23:47:57.830 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-08-17T23:47:58.738Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
78492026-08-17T23:47:58.745Z[ recovery-image] Aug 17 23:47:57.841 INFO O| Aug 17 23:47:57.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78502026-08-17T23:47:58.748Z[ recovery-image] Aug 17 23:47:57.841 INFO O| Aug 17 23:47:57.841 INFO STEP 863 (remove_files) COMPLETE
78512026-08-17T23:47:58.749Z[ recovery-image] Aug 17 23:47:57.841 INFO O| Aug 17 23:47:57.841 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-17T23:47:58.755Z[ recovery-image] Aug 17 23:47:57.851 INFO O| Aug 17 23:47:57.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78532026-08-17T23:47:58.756Z[ recovery-image] Aug 17 23:47:57.851 INFO O| Aug 17 23:47:57.851 INFO STEP 864 (remove_files) COMPLETE
78542026-08-17T23:47:58.756Z[ recovery-image] Aug 17 23:47:57.851 INFO O| Aug 17 23:47:57.851 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-17T23:47:58.801Z[ recovery-image] Aug 17 23:47:57.897 INFO O| Aug 17 23:47:57.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78562026-08-17T23:47:58.801Z[ recovery-image] Aug 17 23:47:57.897 INFO O| Aug 17 23:47:57.897 INFO STEP 865 (remove_files) COMPLETE
78572026-08-17T23:47:58.801Z[ recovery-image] Aug 17 23:47:57.897 INFO O| Aug 17 23:47:57.897 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-17T23:47:58.810Z[ recovery-image] Aug 17 23:47:57.906 INFO O| Aug 17 23:47:57.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78592026-08-17T23:47:58.810Z[ recovery-image] Aug 17 23:47:57.906 INFO O| Aug 17 23:47:57.906 INFO STEP 866 (remove_files) COMPLETE
78602026-08-17T23:47:58.810Z[ recovery-image] Aug 17 23:47:57.906 INFO O| Aug 17 23:47:57.906 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-17T23:47:58.823Z[ recovery-image] Aug 17 23:47:57.916 INFO O| Aug 17 23:47:57.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78622026-08-17T23:47:58.823Z[ recovery-image] Aug 17 23:47:57.916 INFO O| Aug 17 23:47:57.916 INFO STEP 867 (remove_files) COMPLETE
78632026-08-17T23:47:58.823Z[ recovery-image] Aug 17 23:47:57.917 INFO O| Aug 17 23:47:57.916 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-17T23:47:58.830Z[ recovery-image] Aug 17 23:47:57.925 INFO O| Aug 17 23:47:57.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78652026-08-17T23:47:58.830Z[ recovery-image] Aug 17 23:47:57.926 INFO O| Aug 17 23:47:57.925 INFO STEP 868 (remove_files) COMPLETE
78662026-08-17T23:47:58.833Z[ recovery-image] Aug 17 23:47:57.926 INFO O| Aug 17 23:47:57.925 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-17T23:47:58.839Z[ recovery-image] Aug 17 23:47:57.935 INFO O| Aug 17 23:47:57.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78682026-08-17T23:47:58.839Z[ recovery-image] Aug 17 23:47:57.935 INFO O| Aug 17 23:47:57.935 INFO STEP 869 (remove_files) COMPLETE
78692026-08-17T23:47:58.842Z[ recovery-image] Aug 17 23:47:57.935 INFO O| Aug 17 23:47:57.935 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-17T23:47:58.848Z[ recovery-image] Aug 17 23:47:57.945 INFO O| Aug 17 23:47:57.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78712026-08-17T23:47:58.849Z[ recovery-image] Aug 17 23:47:57.945 INFO O| Aug 17 23:47:57.945 INFO STEP 870 (remove_files) COMPLETE
78722026-08-17T23:47:58.849Z[ recovery-image] Aug 17 23:47:57.945 INFO O| Aug 17 23:47:57.945 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-17T23:47:58.858Z[ recovery-image] Aug 17 23:47:57.954 INFO O| Aug 17 23:47:57.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78742026-08-17T23:47:58.858Z[ recovery-image] Aug 17 23:47:57.954 INFO O| Aug 17 23:47:57.954 INFO STEP 871 (remove_files) COMPLETE
78752026-08-17T23:47:58.862Z[ recovery-image] Aug 17 23:47:57.954 INFO O| Aug 17 23:47:57.954 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-17T23:47:58.867Z[ recovery-image] Aug 17 23:47:57.963 INFO O| Aug 17 23:47:57.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78772026-08-17T23:47:58.867Z[ recovery-image] Aug 17 23:47:57.963 INFO O| Aug 17 23:47:57.963 INFO STEP 872 (remove_files) COMPLETE
78782026-08-17T23:47:58.867Z[ recovery-image] Aug 17 23:47:57.963 INFO O| Aug 17 23:47:57.963 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-17T23:47:58.878Z[ recovery-image] Aug 17 23:47:57.973 INFO O| Aug 17 23:47:57.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78802026-08-17T23:47:58.878Z[ recovery-image] Aug 17 23:47:57.973 INFO O| Aug 17 23:47:57.973 INFO STEP 873 (remove_files) COMPLETE
78812026-08-17T23:47:58.884Z[ recovery-image] Aug 17 23:47:57.973 INFO O| Aug 17 23:47:57.973 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-17T23:47:58.887Z[ recovery-image] Aug 17 23:47:57.983 INFO O| Aug 17 23:47:57.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78832026-08-17T23:47:58.887Z[ recovery-image] Aug 17 23:47:57.983 INFO O| Aug 17 23:47:57.983 INFO STEP 874 (remove_files) COMPLETE
78842026-08-17T23:47:58.887Z[ recovery-image] Aug 17 23:47:57.983 INFO O| Aug 17 23:47:57.983 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-17T23:47:58.897Z[ recovery-image] Aug 17 23:47:57.993 INFO O| Aug 17 23:47:57.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78862026-08-17T23:47:58.897Z[ recovery-image] Aug 17 23:47:57.993 INFO O| Aug 17 23:47:57.993 INFO STEP 875 (remove_files) COMPLETE
78872026-08-17T23:47:58.900Z[ recovery-image] Aug 17 23:47:57.993 INFO O| Aug 17 23:47:57.993 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-17T23:47:58.907Z[ recovery-image] Aug 17 23:47:58.003 INFO O| Aug 17 23:47:58.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
78892026-08-17T23:47:58.907Z[ recovery-image] Aug 17 23:47:58.003 INFO O| Aug 17 23:47:58.003 INFO STEP 876 (remove_files) COMPLETE
78902026-08-17T23:47:58.907Z[ recovery-image] Aug 17 23:47:58.003 INFO O| Aug 17 23:47:58.003 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-17T23:47:58.918Z[ recovery-image] Aug 17 23:47:58.013 INFO O| Aug 17 23:47:58.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
78922026-08-17T23:47:58.918Z[ recovery-image] Aug 17 23:47:58.014 INFO O| Aug 17 23:47:58.014 INFO STEP 877 (remove_files) COMPLETE
78932026-08-17T23:47:58.918Z[ recovery-image] Aug 17 23:47:58.014 INFO O| Aug 17 23:47:58.014 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-17T23:47:58.928Z[ recovery-image] Aug 17 23:47:58.024 INFO O| Aug 17 23:47:58.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
78952026-08-17T23:47:58.928Z[ recovery-image] Aug 17 23:47:58.024 INFO O| Aug 17 23:47:58.024 INFO STEP 878 (remove_files) COMPLETE
78962026-08-17T23:47:58.932Z[ recovery-image] Aug 17 23:47:58.024 INFO O| Aug 17 23:47:58.024 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-17T23:47:58.939Z[ recovery-image] Aug 17 23:47:58.035 INFO O| Aug 17 23:47:58.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
78982026-08-17T23:47:58.939Z[ recovery-image] Aug 17 23:47:58.035 INFO O| Aug 17 23:47:58.035 INFO STEP 879 (remove_files) COMPLETE
78992026-08-17T23:47:58.942Z[ recovery-image] Aug 17 23:47:58.035 INFO O| Aug 17 23:47:58.035 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-17T23:47:58.951Z[ recovery-image] Aug 17 23:47:58.047 INFO O| Aug 17 23:47:58.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79012026-08-17T23:47:58.951Z[ recovery-image] Aug 17 23:47:58.047 INFO O| Aug 17 23:47:58.047 INFO STEP 880 (remove_files) COMPLETE
79022026-08-17T23:47:58.954Z[ recovery-image] Aug 17 23:47:58.047 INFO O| Aug 17 23:47:58.047 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-17T23:47:58.961Z[ recovery-image] Aug 17 23:47:58.057 INFO O| Aug 17 23:47:58.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79042026-08-17T23:47:58.961Z[ recovery-image] Aug 17 23:47:58.057 INFO O| Aug 17 23:47:58.057 INFO STEP 881 (remove_files) COMPLETE
79052026-08-17T23:47:58.961Z[ recovery-image] Aug 17 23:47:58.057 INFO O| Aug 17 23:47:58.057 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-17T23:47:58.972Z[ recovery-image] Aug 17 23:47:58.068 INFO O| Aug 17 23:47:58.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79072026-08-17T23:47:58.972Z[ recovery-image] Aug 17 23:47:58.068 INFO O| Aug 17 23:47:58.068 INFO STEP 882 (remove_files) COMPLETE
79082026-08-17T23:47:58.972Z[ recovery-image] Aug 17 23:47:58.068 INFO O| Aug 17 23:47:58.068 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-17T23:47:58.982Z[ recovery-image] Aug 17 23:47:58.078 INFO O| Aug 17 23:47:58.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79102026-08-17T23:47:58.982Z[ recovery-image] Aug 17 23:47:58.078 INFO O| Aug 17 23:47:58.078 INFO STEP 883 (remove_files) COMPLETE
79112026-08-17T23:47:58.982Z[ recovery-image] Aug 17 23:47:58.078 INFO O| Aug 17 23:47:58.078 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-17T23:47:58.993Z[ recovery-image] Aug 17 23:47:58.088 INFO O| Aug 17 23:47:58.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79132026-08-17T23:47:58.993Z[ recovery-image] Aug 17 23:47:58.088 INFO O| Aug 17 23:47:58.088 INFO STEP 884 (remove_files) COMPLETE
79142026-08-17T23:47:58.993Z[ recovery-image] Aug 17 23:47:58.088 INFO O| Aug 17 23:47:58.088 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-17T23:47:59.005Z[ recovery-image] Aug 17 23:47:58.099 INFO O| Aug 17 23:47:58.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79162026-08-17T23:47:59.006Z[ recovery-image] Aug 17 23:47:58.099 INFO O| Aug 17 23:47:58.099 INFO STEP 885 (remove_files) COMPLETE
79172026-08-17T23:47:59.006Z[ recovery-image] Aug 17 23:47:58.099 INFO O| Aug 17 23:47:58.099 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-17T23:47:59.013Z[ recovery-image] Aug 17 23:47:58.108 INFO O| Aug 17 23:47:58.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79192026-08-17T23:47:59.013Z[ recovery-image] Aug 17 23:47:58.108 INFO O| Aug 17 23:47:58.108 INFO STEP 886 (remove_files) COMPLETE
79202026-08-17T23:47:59.013Z[ recovery-image] Aug 17 23:47:58.108 INFO O| Aug 17 23:47:58.108 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-17T23:47:59.023Z[ recovery-image] Aug 17 23:47:58.119 INFO O| Aug 17 23:47:58.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79222026-08-17T23:47:59.023Z[ recovery-image] Aug 17 23:47:58.119 INFO O| Aug 17 23:47:58.119 INFO STEP 887 (remove_files) COMPLETE
79232026-08-17T23:47:59.023Z[ recovery-image] Aug 17 23:47:58.119 INFO O| Aug 17 23:47:58.119 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-17T23:47:59.032Z[ recovery-image] Aug 17 23:47:58.128 INFO O| Aug 17 23:47:58.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79252026-08-17T23:47:59.032Z[ recovery-image] Aug 17 23:47:58.128 INFO O| Aug 17 23:47:58.128 INFO STEP 888 (remove_files) COMPLETE
79262026-08-17T23:47:59.036Z[ recovery-image] Aug 17 23:47:58.128 INFO O| Aug 17 23:47:58.128 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-17T23:47:59.042Z[ recovery-image] Aug 17 23:47:58.138 INFO O| Aug 17 23:47:58.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79282026-08-17T23:47:59.042Z[ recovery-image] Aug 17 23:47:58.138 INFO O| Aug 17 23:47:58.138 INFO STEP 889 (remove_files) COMPLETE
79292026-08-17T23:47:59.042Z[ recovery-image] Aug 17 23:47:58.138 INFO O| Aug 17 23:47:58.138 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-17T23:47:59.052Z[ recovery-image] Aug 17 23:47:58.147 INFO O| Aug 17 23:47:58.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79312026-08-17T23:47:59.052Z[ recovery-image] Aug 17 23:47:58.147 INFO O| Aug 17 23:47:58.147 INFO STEP 890 (remove_files) COMPLETE
79322026-08-17T23:47:59.057Z[ recovery-image] Aug 17 23:47:58.147 INFO O| Aug 17 23:47:58.147 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-17T23:47:59.063Z[ recovery-image] Aug 17 23:47:58.157 INFO O| Aug 17 23:47:58.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79342026-08-17T23:47:59.063Z[ recovery-image] Aug 17 23:47:58.157 INFO O| Aug 17 23:47:58.157 INFO STEP 891 (remove_files) COMPLETE
79352026-08-17T23:47:59.067Z[ recovery-image] Aug 17 23:47:58.157 INFO O| Aug 17 23:47:58.157 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-17T23:47:59.071Z[ recovery-image] Aug 17 23:47:58.166 INFO O| Aug 17 23:47:58.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79372026-08-17T23:47:59.071Z[ recovery-image] Aug 17 23:47:58.166 INFO O| Aug 17 23:47:58.166 INFO STEP 892 (remove_files) COMPLETE
79382026-08-17T23:47:59.071Z[ recovery-image] Aug 17 23:47:58.166 INFO O| Aug 17 23:47:58.166 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-17T23:47:59.080Z[ recovery-image] Aug 17 23:47:58.176 INFO O| Aug 17 23:47:58.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79402026-08-17T23:47:59.080Z[ recovery-image] Aug 17 23:47:58.176 INFO O| Aug 17 23:47:58.176 INFO STEP 893 (remove_files) COMPLETE
79412026-08-17T23:47:59.080Z[ recovery-image] Aug 17 23:47:58.176 INFO O| Aug 17 23:47:58.176 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-17T23:47:59.091Z[ recovery-image] Aug 17 23:47:58.186 INFO O| Aug 17 23:47:58.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79432026-08-17T23:47:59.091Z[ recovery-image] Aug 17 23:47:58.186 INFO O| Aug 17 23:47:58.186 INFO STEP 894 (remove_files) COMPLETE
79442026-08-17T23:47:59.091Z[ recovery-image] Aug 17 23:47:58.186 INFO O| Aug 17 23:47:58.186 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-17T23:47:59.100Z[ recovery-image] Aug 17 23:47:58.195 INFO O| Aug 17 23:47:58.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79462026-08-17T23:47:59.100Z[ recovery-image] Aug 17 23:47:58.195 INFO O| Aug 17 23:47:58.195 INFO STEP 895 (remove_files) COMPLETE
79472026-08-17T23:47:59.100Z[ recovery-image] Aug 17 23:47:58.195 INFO O| Aug 17 23:47:58.195 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-17T23:47:59.109Z[ recovery-image] Aug 17 23:47:58.205 INFO O| Aug 17 23:47:58.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79492026-08-17T23:47:59.109Z[ recovery-image] Aug 17 23:47:58.205 INFO O| Aug 17 23:47:58.205 INFO STEP 896 (remove_files) COMPLETE
79502026-08-17T23:47:59.109Z[ recovery-image] Aug 17 23:47:58.205 INFO O| Aug 17 23:47:58.205 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-17T23:47:59.117Z[ recovery-image] Aug 17 23:47:58.213 INFO O| Aug 17 23:47:58.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79522026-08-17T23:47:59.117Z[ recovery-image] Aug 17 23:47:58.213 INFO O| Aug 17 23:47:58.213 INFO STEP 897 (remove_files) COMPLETE
79532026-08-17T23:47:59.117Z[ recovery-image] Aug 17 23:47:58.213 INFO O| Aug 17 23:47:58.213 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-08-17T23:47:59.125Z[ recovery-image] Aug 17 23:47:58.221 INFO O| Aug 17 23:47:58.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79552026-08-17T23:47:59.125Z[ recovery-image] Aug 17 23:47:58.221 INFO O| Aug 17 23:47:58.221 INFO STEP 898 (remove_files) COMPLETE
79562026-08-17T23:47:59.129Z[ recovery-image] Aug 17 23:47:58.221 INFO O| Aug 17 23:47:58.221 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-08-17T23:47:59.134Z[ recovery-image] Aug 17 23:47:58.230 INFO O| Aug 17 23:47:58.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79582026-08-17T23:47:59.134Z[ recovery-image] Aug 17 23:47:58.230 INFO O| Aug 17 23:47:58.230 INFO STEP 899 (remove_files) COMPLETE
79592026-08-17T23:47:59.134Z[ recovery-image] Aug 17 23:47:58.230 INFO O| Aug 17 23:47:58.230 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-08-17T23:47:59.146Z[ recovery-image] Aug 17 23:47:58.239 INFO O| Aug 17 23:47:58.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79612026-08-17T23:47:59.146Z[ recovery-image] Aug 17 23:47:58.239 INFO O| Aug 17 23:47:58.239 INFO STEP 900 (remove_files) COMPLETE
79622026-08-17T23:47:59.146Z[ recovery-image] Aug 17 23:47:58.239 INFO O| Aug 17 23:47:58.239 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-08-17T23:47:59.156Z[ recovery-image] Aug 17 23:47:58.249 INFO O| Aug 17 23:47:58.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79642026-08-17T23:47:59.156Z[ recovery-image] Aug 17 23:47:58.249 INFO O| Aug 17 23:47:58.249 INFO STEP 901 (remove_files) COMPLETE
79652026-08-17T23:47:59.156Z[ recovery-image] Aug 17 23:47:58.249 INFO O| Aug 17 23:47:58.249 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-08-17T23:47:59.164Z[ recovery-image] Aug 17 23:47:58.259 INFO O| Aug 17 23:47:58.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79672026-08-17T23:47:59.164Z[ recovery-image] Aug 17 23:47:58.260 INFO O| Aug 17 23:47:58.260 INFO STEP 902 (remove_files) COMPLETE
79682026-08-17T23:47:59.167Z[ recovery-image] Aug 17 23:47:58.260 INFO O| Aug 17 23:47:58.260 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-08-17T23:47:59.174Z[ recovery-image] Aug 17 23:47:58.270 INFO O| Aug 17 23:47:58.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79702026-08-17T23:47:59.174Z[ recovery-image] Aug 17 23:47:58.270 INFO O| Aug 17 23:47:58.270 INFO STEP 903 (remove_files) COMPLETE
79712026-08-17T23:47:59.178Z[ recovery-image] Aug 17 23:47:58.270 INFO O| Aug 17 23:47:58.270 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-17T23:47:59.186Z[ recovery-image] Aug 17 23:47:58.280 INFO O| Aug 17 23:47:58.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79732026-08-17T23:47:59.186Z[ recovery-image] Aug 17 23:47:58.280 INFO O| Aug 17 23:47:58.280 INFO STEP 904 (remove_files) COMPLETE
79742026-08-17T23:47:59.186Z[ recovery-image] Aug 17 23:47:58.280 INFO O| Aug 17 23:47:58.280 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-08-17T23:47:59.194Z[ recovery-image] Aug 17 23:47:58.290 INFO O| Aug 17 23:47:58.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79762026-08-17T23:47:59.194Z[ recovery-image] Aug 17 23:47:58.290 INFO O| Aug 17 23:47:58.290 INFO STEP 905 (remove_files) COMPLETE
79772026-08-17T23:47:59.194Z[ recovery-image] Aug 17 23:47:58.290 INFO O| Aug 17 23:47:58.290 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-08-17T23:47:59.204Z[ recovery-image] Aug 17 23:47:58.300 INFO O| Aug 17 23:47:58.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79792026-08-17T23:47:59.204Z[ recovery-image] Aug 17 23:47:58.300 INFO O| Aug 17 23:47:58.300 INFO STEP 906 (remove_files) COMPLETE
79802026-08-17T23:47:59.207Z[ recovery-image] Aug 17 23:47:58.300 INFO O| Aug 17 23:47:58.300 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-08-17T23:47:59.214Z[ recovery-image] Aug 17 23:47:58.310 INFO O| Aug 17 23:47:58.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79822026-08-17T23:47:59.214Z[ recovery-image] Aug 17 23:47:58.310 INFO O| Aug 17 23:47:58.310 INFO STEP 907 (remove_files) COMPLETE
79832026-08-17T23:47:59.214Z[ recovery-image] Aug 17 23:47:58.310 INFO O| Aug 17 23:47:58.310 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-08-17T23:47:59.225Z[ recovery-image] Aug 17 23:47:58.319 INFO O| Aug 17 23:47:58.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79852026-08-17T23:47:59.225Z[ recovery-image] Aug 17 23:47:58.319 INFO O| Aug 17 23:47:58.319 INFO STEP 908 (remove_files) COMPLETE
79862026-08-17T23:47:59.225Z[ recovery-image] Aug 17 23:47:58.319 INFO O| Aug 17 23:47:58.319 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-08-17T23:47:59.233Z[ recovery-image] Aug 17 23:47:58.329 INFO O| Aug 17 23:47:58.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
79882026-08-17T23:47:59.233Z[ recovery-image] Aug 17 23:47:58.329 INFO O| Aug 17 23:47:58.329 INFO STEP 909 (remove_files) COMPLETE
79892026-08-17T23:47:59.233Z[ recovery-image] Aug 17 23:47:58.329 INFO O| Aug 17 23:47:58.329 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-08-17T23:47:59.242Z[ recovery-image] Aug 17 23:47:58.338 INFO O| Aug 17 23:47:58.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
79912026-08-17T23:47:59.242Z[ recovery-image] Aug 17 23:47:58.338 INFO O| Aug 17 23:47:58.338 INFO STEP 910 (remove_files) COMPLETE
79922026-08-17T23:47:59.242Z[ recovery-image] Aug 17 23:47:58.338 INFO O| Aug 17 23:47:58.338 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-08-17T23:47:59.253Z[ recovery-image] Aug 17 23:47:58.349 INFO O| Aug 17 23:47:58.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
79942026-08-17T23:47:59.256Z[ recovery-image] Aug 17 23:47:58.349 INFO O| Aug 17 23:47:58.349 INFO STEP 911 (remove_files) COMPLETE
79952026-08-17T23:47:59.256Z[ recovery-image] Aug 17 23:47:58.349 INFO O| Aug 17 23:47:58.349 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-08-17T23:47:59.263Z[ recovery-image] Aug 17 23:47:58.359 INFO O| Aug 17 23:47:58.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
79972026-08-17T23:47:59.263Z[ recovery-image] Aug 17 23:47:58.359 INFO O| Aug 17 23:47:58.359 INFO STEP 912 (remove_files) COMPLETE
79982026-08-17T23:47:59.263Z[ recovery-image] Aug 17 23:47:58.359 INFO O| Aug 17 23:47:58.359 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-08-17T23:47:59.273Z[ recovery-image] Aug 17 23:47:58.369 INFO O| Aug 17 23:47:58.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80002026-08-17T23:47:59.273Z[ recovery-image] Aug 17 23:47:58.369 INFO O| Aug 17 23:47:58.369 INFO STEP 913 (remove_files) COMPLETE
80012026-08-17T23:47:59.276Z[ recovery-image] Aug 17 23:47:58.369 INFO O| Aug 17 23:47:58.369 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-17T23:47:59.285Z[ recovery-image] Aug 17 23:47:58.379 INFO O| Aug 17 23:47:58.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80032026-08-17T23:47:59.285Z[ recovery-image] Aug 17 23:47:58.379 INFO O| Aug 17 23:47:58.379 INFO STEP 914 (remove_files) COMPLETE
80042026-08-17T23:47:59.285Z[ recovery-image] Aug 17 23:47:58.379 INFO O| Aug 17 23:47:58.379 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-17T23:47:59.292Z[ recovery-image] Aug 17 23:47:58.388 INFO O| Aug 17 23:47:58.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80062026-08-17T23:47:59.292Z[ recovery-image] Aug 17 23:47:58.388 INFO O| Aug 17 23:47:58.388 INFO STEP 915 (remove_files) COMPLETE
80072026-08-17T23:47:59.292Z[ recovery-image] Aug 17 23:47:58.388 INFO O| Aug 17 23:47:58.388 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-17T23:47:59.303Z[ recovery-image] Aug 17 23:47:58.398 INFO O| Aug 17 23:47:58.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80092026-08-17T23:47:59.303Z[ recovery-image] Aug 17 23:47:58.398 INFO O| Aug 17 23:47:58.398 INFO STEP 916 (remove_files) COMPLETE
80102026-08-17T23:47:59.306Z[ recovery-image] Aug 17 23:47:58.398 INFO O| Aug 17 23:47:58.398 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-17T23:47:59.311Z[ recovery-image] Aug 17 23:47:58.407 INFO O| Aug 17 23:47:58.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80122026-08-17T23:47:59.311Z[ recovery-image] Aug 17 23:47:58.407 INFO O| Aug 17 23:47:58.407 INFO STEP 917 (remove_files) COMPLETE
80132026-08-17T23:47:59.314Z[ recovery-image] Aug 17 23:47:58.407 INFO O| Aug 17 23:47:58.407 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-17T23:47:59.323Z[ recovery-image] Aug 17 23:47:58.419 INFO O| Aug 17 23:47:58.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80152026-08-17T23:47:59.326Z[ recovery-image] Aug 17 23:47:58.420 INFO O| Aug 17 23:47:58.420 INFO STEP 918 (remove_files) COMPLETE
80162026-08-17T23:47:59.326Z[ recovery-image] Aug 17 23:47:58.420 INFO O| Aug 17 23:47:58.420 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-17T23:47:59.334Z[ recovery-image] Aug 17 23:47:58.430 INFO O| Aug 17 23:47:58.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80182026-08-17T23:47:59.334Z[ recovery-image] Aug 17 23:47:58.430 INFO O| Aug 17 23:47:58.430 INFO STEP 919 (remove_files) COMPLETE
80192026-08-17T23:47:59.334Z[ recovery-image] Aug 17 23:47:58.430 INFO O| Aug 17 23:47:58.430 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-17T23:47:59.344Z[ recovery-image] Aug 17 23:47:58.440 INFO O| Aug 17 23:47:58.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80212026-08-17T23:47:59.344Z[ recovery-image] Aug 17 23:47:58.441 INFO O| Aug 17 23:47:58.440 INFO STEP 920 (remove_files) COMPLETE
80222026-08-17T23:47:59.348Z[ recovery-image] Aug 17 23:47:58.441 INFO O| Aug 17 23:47:58.440 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-17T23:47:59.353Z[ recovery-image] Aug 17 23:47:58.450 INFO O| Aug 17 23:47:58.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80242026-08-17T23:47:59.353Z[ recovery-image] Aug 17 23:47:58.450 INFO O| Aug 17 23:47:58.450 INFO STEP 921 (remove_files) COMPLETE
80252026-08-17T23:47:59.357Z[ recovery-image] Aug 17 23:47:58.450 INFO O| Aug 17 23:47:58.450 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-17T23:47:59.381Z[ recovery-image] Aug 17 23:47:58.463 INFO O| Aug 17 23:47:58.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80272026-08-17T23:47:59.381Z[ recovery-image] Aug 17 23:47:58.463 INFO O| Aug 17 23:47:58.463 INFO STEP 922 (remove_files) COMPLETE
80282026-08-17T23:47:59.381Z[ recovery-image] Aug 17 23:47:58.463 INFO O| Aug 17 23:47:58.463 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-17T23:47:59.381Z[ recovery-image] Aug 17 23:47:58.474 INFO O| Aug 17 23:47:58.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80302026-08-17T23:47:59.381Z[ recovery-image] Aug 17 23:47:58.474 INFO O| Aug 17 23:47:58.474 INFO STEP 923 (remove_files) COMPLETE
80312026-08-17T23:47:59.381Z[ recovery-image] Aug 17 23:47:58.474 INFO O| Aug 17 23:47:58.474 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-17T23:47:59.388Z[ recovery-image] Aug 17 23:47:58.484 INFO O| Aug 17 23:47:58.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80332026-08-17T23:47:59.389Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
80342026-08-17T23:47:59.393Z[ recovery-image] Aug 17 23:47:58.484 INFO O| Aug 17 23:47:58.484 INFO STEP 924 (remove_files) COMPLETE
80352026-08-17T23:47:59.393Z[ recovery-image] Aug 17 23:47:58.484 INFO O| Aug 17 23:47:58.484 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-17T23:47:59.411Z[ recovery-image] Aug 17 23:47:58.507 INFO O| Aug 17 23:47:58.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80372026-08-17T23:47:59.411Z[ recovery-image] Aug 17 23:47:58.507 INFO O| Aug 17 23:47:58.507 INFO STEP 925 (remove_files) COMPLETE
80382026-08-17T23:47:59.411Z[ recovery-image] Aug 17 23:47:58.507 INFO O| Aug 17 23:47:58.507 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-17T23:47:59.422Z[ recovery-image] Aug 17 23:47:58.517 INFO O| Aug 17 23:47:58.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80402026-08-17T23:47:59.422Z[ recovery-image] Aug 17 23:47:58.517 INFO O| Aug 17 23:47:58.517 INFO STEP 926 (remove_files) COMPLETE
80412026-08-17T23:47:59.422Z[ recovery-image] Aug 17 23:47:58.517 INFO O| Aug 17 23:47:58.517 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-17T23:47:59.430Z[ recovery-image] Aug 17 23:47:58.526 INFO O| Aug 17 23:47:58.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80432026-08-17T23:47:59.430Z[ recovery-image] Aug 17 23:47:58.526 INFO O| Aug 17 23:47:58.526 INFO STEP 927 (remove_files) COMPLETE
80442026-08-17T23:47:59.434Z[ recovery-image] Aug 17 23:47:58.526 INFO O| Aug 17 23:47:58.526 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-17T23:47:59.441Z[ recovery-image] Aug 17 23:47:58.537 INFO O| Aug 17 23:47:58.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80462026-08-17T23:47:59.441Z[ recovery-image] Aug 17 23:47:58.538 INFO O| Aug 17 23:47:58.538 INFO STEP 928 (remove_files) COMPLETE
80472026-08-17T23:47:59.441Z[ recovery-image] Aug 17 23:47:58.538 INFO O| Aug 17 23:47:58.538 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-17T23:47:59.453Z[ recovery-image] Aug 17 23:47:58.548 INFO O| Aug 17 23:47:58.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80492026-08-17T23:47:59.453Z[ recovery-image] Aug 17 23:47:58.548 INFO O| Aug 17 23:47:58.548 INFO STEP 929 (remove_files) COMPLETE
80502026-08-17T23:47:59.453Z[ recovery-image] Aug 17 23:47:58.548 INFO O| Aug 17 23:47:58.548 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-17T23:47:59.464Z[ recovery-image] Aug 17 23:47:58.559 INFO O| Aug 17 23:47:58.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80522026-08-17T23:47:59.464Z[ recovery-image] Aug 17 23:47:58.559 INFO O| Aug 17 23:47:58.559 INFO STEP 930 (remove_files) COMPLETE
80532026-08-17T23:47:59.464Z[ recovery-image] Aug 17 23:47:58.559 INFO O| Aug 17 23:47:58.559 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-17T23:47:59.473Z[ recovery-image] Aug 17 23:47:58.569 INFO O| Aug 17 23:47:58.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80552026-08-17T23:47:59.473Z[ recovery-image] Aug 17 23:47:58.569 INFO O| Aug 17 23:47:58.569 INFO STEP 931 (remove_files) COMPLETE
80562026-08-17T23:47:59.477Z[ recovery-image] Aug 17 23:47:58.569 INFO O| Aug 17 23:47:58.569 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-17T23:47:59.483Z[ recovery-image] Aug 17 23:47:58.580 INFO O| Aug 17 23:47:58.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80582026-08-17T23:47:59.487Z[ recovery-image] Aug 17 23:47:58.580 INFO O| Aug 17 23:47:58.580 INFO STEP 932 (remove_files) COMPLETE
80592026-08-17T23:47:59.487Z[ recovery-image] Aug 17 23:47:58.580 INFO O| Aug 17 23:47:58.580 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-17T23:47:59.493Z[ recovery-image] Aug 17 23:47:58.590 INFO O| Aug 17 23:47:58.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80612026-08-17T23:47:59.493Z[ recovery-image] Aug 17 23:47:58.590 INFO O| Aug 17 23:47:58.590 INFO STEP 933 (remove_files) COMPLETE
80622026-08-17T23:47:59.496Z[ recovery-image] Aug 17 23:47:58.590 INFO O| Aug 17 23:47:58.590 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-17T23:47:59.503Z[ recovery-image] Aug 17 23:47:58.599 INFO O| Aug 17 23:47:58.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80642026-08-17T23:47:59.506Z[ recovery-image] Aug 17 23:47:58.599 INFO O| Aug 17 23:47:58.599 INFO STEP 934 (remove_files) COMPLETE
80652026-08-17T23:47:59.506Z[ recovery-image] Aug 17 23:47:58.599 INFO O| Aug 17 23:47:58.599 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-17T23:47:59.513Z[ recovery-image] Aug 17 23:47:58.609 INFO O| Aug 17 23:47:58.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80672026-08-17T23:47:59.513Z[ recovery-image] Aug 17 23:47:58.609 INFO O| Aug 17 23:47:58.609 INFO STEP 935 (remove_files) COMPLETE
80682026-08-17T23:47:59.513Z[ recovery-image] Aug 17 23:47:58.609 INFO O| Aug 17 23:47:58.609 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-17T23:47:59.522Z[ recovery-image] Aug 17 23:47:58.618 INFO O| Aug 17 23:47:58.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80702026-08-17T23:47:59.522Z[ recovery-image] Aug 17 23:47:58.618 INFO O| Aug 17 23:47:58.618 INFO STEP 936 (remove_files) COMPLETE
80712026-08-17T23:47:59.522Z[ recovery-image] Aug 17 23:47:58.618 INFO O| Aug 17 23:47:58.618 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-17T23:47:59.526Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
80732026-08-17T23:47:59.533Z[ recovery-image] Aug 17 23:47:58.629 INFO O| Aug 17 23:47:58.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80742026-08-17T23:47:59.533Z[ recovery-image] Aug 17 23:47:58.629 INFO O| Aug 17 23:47:58.629 INFO STEP 937 (remove_files) COMPLETE
80752026-08-17T23:47:59.533Z[ recovery-image] Aug 17 23:47:58.629 INFO O| Aug 17 23:47:58.629 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-17T23:47:59.546Z[ recovery-image] Aug 17 23:47:58.639 INFO O| Aug 17 23:47:58.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80772026-08-17T23:47:59.546Z[ recovery-image] Aug 17 23:47:58.639 INFO O| Aug 17 23:47:58.639 INFO STEP 938 (remove_files) COMPLETE
80782026-08-17T23:47:59.549Z[ recovery-image] Aug 17 23:47:58.639 INFO O| Aug 17 23:47:58.639 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-17T23:47:59.553Z[ recovery-image] Aug 17 23:47:58.649 INFO O| Aug 17 23:47:58.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80802026-08-17T23:47:59.553Z[ recovery-image] Aug 17 23:47:58.649 INFO O| Aug 17 23:47:58.649 INFO STEP 939 (remove_files) COMPLETE
80812026-08-17T23:47:59.553Z[ recovery-image] Aug 17 23:47:58.649 INFO O| Aug 17 23:47:58.649 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-17T23:47:59.562Z[ recovery-image] Aug 17 23:47:58.658 INFO O| Aug 17 23:47:58.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80832026-08-17T23:47:59.562Z[ recovery-image] Aug 17 23:47:58.658 INFO O| Aug 17 23:47:58.658 INFO STEP 940 (remove_files) COMPLETE
80842026-08-17T23:47:59.565Z[ recovery-image] Aug 17 23:47:58.658 INFO O| Aug 17 23:47:58.658 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-17T23:47:59.571Z[ recovery-image] Aug 17 23:47:58.667 INFO O| Aug 17 23:47:58.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
80862026-08-17T23:47:59.574Z[ recovery-image] Aug 17 23:47:58.668 INFO O| Aug 17 23:47:58.667 INFO STEP 941 (remove_files) COMPLETE
80872026-08-17T23:47:59.574Z[ recovery-image] Aug 17 23:47:58.668 INFO O| Aug 17 23:47:58.667 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-17T23:47:59.581Z[ recovery-image] Aug 17 23:47:58.677 INFO O| Aug 17 23:47:58.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
80892026-08-17T23:47:59.581Z[ recovery-image] Aug 17 23:47:58.677 INFO O| Aug 17 23:47:58.677 INFO STEP 942 (remove_files) COMPLETE
80902026-08-17T23:47:59.584Z[ recovery-image] Aug 17 23:47:58.677 INFO O| Aug 17 23:47:58.677 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-17T23:47:59.591Z[ recovery-image] Aug 17 23:47:58.687 INFO O| Aug 17 23:47:58.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
80922026-08-17T23:47:59.591Z[ recovery-image] Aug 17 23:47:58.687 INFO O| Aug 17 23:47:58.687 INFO STEP 943 (remove_files) COMPLETE
80932026-08-17T23:47:59.591Z[ recovery-image] Aug 17 23:47:58.687 INFO O| Aug 17 23:47:58.687 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-17T23:47:59.601Z[ recovery-image] Aug 17 23:47:58.697 INFO O| Aug 17 23:47:58.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
80952026-08-17T23:47:59.601Z[ recovery-image] Aug 17 23:47:58.697 INFO O| Aug 17 23:47:58.697 INFO STEP 944 (remove_files) COMPLETE
80962026-08-17T23:47:59.601Z[ recovery-image] Aug 17 23:47:58.697 INFO O| Aug 17 23:47:58.697 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-17T23:47:59.611Z[ recovery-image] Aug 17 23:47:58.707 INFO O| Aug 17 23:47:58.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
80982026-08-17T23:47:59.611Z[ recovery-image] Aug 17 23:47:58.707 INFO O| Aug 17 23:47:58.707 INFO STEP 945 (remove_files) COMPLETE
80992026-08-17T23:47:59.614Z[ recovery-image] Aug 17 23:47:58.707 INFO O| Aug 17 23:47:58.707 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-17T23:47:59.621Z[ recovery-image] Aug 17 23:47:58.717 INFO O| Aug 17 23:47:58.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81012026-08-17T23:47:59.621Z[ recovery-image] Aug 17 23:47:58.717 INFO O| Aug 17 23:47:58.717 INFO STEP 946 (remove_files) COMPLETE
81022026-08-17T23:47:59.621Z[ recovery-image] Aug 17 23:47:58.717 INFO O| Aug 17 23:47:58.717 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-17T23:47:59.631Z[ recovery-image] Aug 17 23:47:58.728 INFO O| Aug 17 23:47:58.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81042026-08-17T23:47:59.631Z[ recovery-image] Aug 17 23:47:58.728 INFO O| Aug 17 23:47:58.728 INFO STEP 947 (remove_files) COMPLETE
81052026-08-17T23:47:59.632Z[ recovery-image] Aug 17 23:47:58.728 INFO O| Aug 17 23:47:58.728 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-17T23:47:59.642Z[ recovery-image] Aug 17 23:47:58.738 INFO O| Aug 17 23:47:58.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81072026-08-17T23:47:59.642Z[ recovery-image] Aug 17 23:47:58.738 INFO O| Aug 17 23:47:58.738 INFO STEP 948 (remove_files) COMPLETE
81082026-08-17T23:47:59.642Z[ recovery-image] Aug 17 23:47:58.738 INFO O| Aug 17 23:47:58.738 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-17T23:47:59.654Z[ recovery-image] Aug 17 23:47:58.748 INFO O| Aug 17 23:47:58.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81102026-08-17T23:47:59.654Z[ recovery-image] Aug 17 23:47:58.748 INFO O| Aug 17 23:47:58.748 INFO STEP 949 (remove_files) COMPLETE
81112026-08-17T23:47:59.654Z[ recovery-image] Aug 17 23:47:58.748 INFO O| Aug 17 23:47:58.748 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-17T23:47:59.661Z[ recovery-image] Aug 17 23:47:58.757 INFO O| Aug 17 23:47:58.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81132026-08-17T23:47:59.661Z[ recovery-image] Aug 17 23:47:58.757 INFO O| Aug 17 23:47:58.757 INFO STEP 950 (remove_files) COMPLETE
81142026-08-17T23:47:59.661Z[ recovery-image] Aug 17 23:47:58.757 INFO O| Aug 17 23:47:58.757 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-17T23:47:59.671Z[ recovery-image] Aug 17 23:47:58.767 INFO O| Aug 17 23:47:58.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81162026-08-17T23:47:59.671Z[ recovery-image] Aug 17 23:47:58.767 INFO O| Aug 17 23:47:58.767 INFO STEP 951 (remove_files) COMPLETE
81172026-08-17T23:47:59.671Z[ recovery-image] Aug 17 23:47:58.767 INFO O| Aug 17 23:47:58.767 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-17T23:47:59.681Z[ recovery-image] Aug 17 23:47:58.777 INFO O| Aug 17 23:47:58.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81192026-08-17T23:47:59.681Z[ recovery-image] Aug 17 23:47:58.777 INFO O| Aug 17 23:47:58.777 INFO STEP 952 (remove_files) COMPLETE
81202026-08-17T23:47:59.684Z[ recovery-image] Aug 17 23:47:58.777 INFO O| Aug 17 23:47:58.777 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-17T23:47:59.690Z[ recovery-image] Aug 17 23:47:58.786 INFO O| Aug 17 23:47:58.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81222026-08-17T23:47:59.690Z[ recovery-image] Aug 17 23:47:58.786 INFO O| Aug 17 23:47:58.786 INFO STEP 953 (remove_files) COMPLETE
81232026-08-17T23:47:59.690Z[ recovery-image] Aug 17 23:47:58.786 INFO O| Aug 17 23:47:58.786 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-17T23:47:59.701Z[ recovery-image] Aug 17 23:47:58.797 INFO O| Aug 17 23:47:58.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81252026-08-17T23:47:59.701Z[ recovery-image] Aug 17 23:47:58.797 INFO O| Aug 17 23:47:58.797 INFO STEP 954 (remove_files) COMPLETE
81262026-08-17T23:47:59.701Z[ recovery-image] Aug 17 23:47:58.797 INFO O| Aug 17 23:47:58.797 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-17T23:47:59.712Z[ recovery-image] Aug 17 23:47:58.808 INFO O| Aug 17 23:47:58.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81282026-08-17T23:47:59.712Z[ recovery-image] Aug 17 23:47:58.808 INFO O| Aug 17 23:47:58.808 INFO STEP 955 (remove_files) COMPLETE
81292026-08-17T23:47:59.715Z[ recovery-image] Aug 17 23:47:58.808 INFO O| Aug 17 23:47:58.808 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-17T23:47:59.722Z[ recovery-image] Aug 17 23:47:58.818 INFO O| Aug 17 23:47:58.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81312026-08-17T23:47:59.722Z[ recovery-image] Aug 17 23:47:58.818 INFO O| Aug 17 23:47:58.818 INFO STEP 956 (remove_files) COMPLETE
81322026-08-17T23:47:59.722Z[ recovery-image] Aug 17 23:47:58.818 INFO O| Aug 17 23:47:58.818 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-17T23:47:59.731Z[ recovery-image] Aug 17 23:47:58.827 INFO O| Aug 17 23:47:58.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81342026-08-17T23:47:59.731Z[ recovery-image] Aug 17 23:47:58.827 INFO O| Aug 17 23:47:58.827 INFO STEP 957 (remove_files) COMPLETE
81352026-08-17T23:47:59.731Z[ recovery-image] Aug 17 23:47:58.827 INFO O| Aug 17 23:47:58.827 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-17T23:47:59.741Z[ recovery-image] Aug 17 23:47:58.837 INFO O| Aug 17 23:47:58.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81372026-08-17T23:47:59.741Z[ recovery-image] Aug 17 23:47:58.837 INFO O| Aug 17 23:47:58.837 INFO STEP 958 (remove_files) COMPLETE
81382026-08-17T23:47:59.745Z[ recovery-image] Aug 17 23:47:58.837 INFO O| Aug 17 23:47:58.837 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-17T23:47:59.751Z[ recovery-image] Aug 17 23:47:58.847 INFO O| Aug 17 23:47:58.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81402026-08-17T23:47:59.751Z[ recovery-image] Aug 17 23:47:58.847 INFO O| Aug 17 23:47:58.847 INFO STEP 959 (remove_files) COMPLETE
81412026-08-17T23:47:59.751Z[ recovery-image] Aug 17 23:47:58.847 INFO O| Aug 17 23:47:58.847 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-17T23:47:59.761Z[ recovery-image] Aug 17 23:47:58.857 INFO O| Aug 17 23:47:58.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81432026-08-17T23:47:59.761Z[ recovery-image] Aug 17 23:47:58.857 INFO O| Aug 17 23:47:58.857 INFO STEP 960 (remove_files) COMPLETE
81442026-08-17T23:47:59.764Z[ recovery-image] Aug 17 23:47:58.857 INFO O| Aug 17 23:47:58.857 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-17T23:47:59.771Z[ recovery-image] Aug 17 23:47:58.867 INFO O| Aug 17 23:47:58.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81462026-08-17T23:47:59.771Z[ recovery-image] Aug 17 23:47:58.867 INFO O| Aug 17 23:47:58.867 INFO STEP 961 (remove_files) COMPLETE
81472026-08-17T23:47:59.771Z[ recovery-image] Aug 17 23:47:58.867 INFO O| Aug 17 23:47:58.867 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-17T23:47:59.783Z[ recovery-image] Aug 17 23:47:58.879 INFO O| Aug 17 23:47:58.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81492026-08-17T23:47:59.783Z[ recovery-image] Aug 17 23:47:58.879 INFO O| Aug 17 23:47:58.879 INFO STEP 962 (remove_files) COMPLETE
81502026-08-17T23:47:59.787Z[ recovery-image] Aug 17 23:47:58.879 INFO O| Aug 17 23:47:58.879 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-17T23:47:59.794Z[ recovery-image] Aug 17 23:47:58.890 INFO O| Aug 17 23:47:58.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81522026-08-17T23:47:59.794Z[ recovery-image] Aug 17 23:47:58.890 INFO O| Aug 17 23:47:58.890 INFO STEP 963 (remove_files) COMPLETE
81532026-08-17T23:47:59.794Z[ recovery-image] Aug 17 23:47:58.890 INFO O| Aug 17 23:47:58.890 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-17T23:47:59.804Z[ recovery-image] Aug 17 23:47:58.899 INFO O| Aug 17 23:47:58.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81552026-08-17T23:47:59.804Z[ recovery-image] Aug 17 23:47:58.899 INFO O| Aug 17 23:47:58.899 INFO STEP 964 (remove_files) COMPLETE
81562026-08-17T23:47:59.804Z[ recovery-image] Aug 17 23:47:58.899 INFO O| Aug 17 23:47:58.899 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-17T23:47:59.813Z[ recovery-image] Aug 17 23:47:58.908 INFO O| Aug 17 23:47:58.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81582026-08-17T23:47:59.813Z[ recovery-image] Aug 17 23:47:58.909 INFO O| Aug 17 23:47:58.909 INFO STEP 965 (remove_files) COMPLETE
81592026-08-17T23:47:59.813Z[ recovery-image] Aug 17 23:47:58.909 INFO O| Aug 17 23:47:58.909 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-17T23:47:59.822Z[ recovery-image] Aug 17 23:47:58.917 INFO O| Aug 17 23:47:58.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81612026-08-17T23:47:59.822Z[ recovery-image] Aug 17 23:47:58.918 INFO O| Aug 17 23:47:58.918 INFO STEP 966 (remove_files) COMPLETE
81622026-08-17T23:47:59.822Z[ recovery-image] Aug 17 23:47:58.918 INFO O| Aug 17 23:47:58.918 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-17T23:47:59.831Z[ recovery-image] Aug 17 23:47:58.926 INFO O| Aug 17 23:47:58.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81642026-08-17T23:47:59.831Z[ recovery-image] Aug 17 23:47:58.926 INFO O| Aug 17 23:47:58.926 INFO STEP 967 (remove_files) COMPLETE
81652026-08-17T23:47:59.831Z[ recovery-image] Aug 17 23:47:58.926 INFO O| Aug 17 23:47:58.926 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-17T23:47:59.840Z[ recovery-image] Aug 17 23:47:58.936 INFO O| Aug 17 23:47:58.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81672026-08-17T23:47:59.840Z[ recovery-image] Aug 17 23:47:58.936 INFO O| Aug 17 23:47:58.936 INFO STEP 968 (remove_files) COMPLETE
81682026-08-17T23:47:59.840Z[ recovery-image] Aug 17 23:47:58.936 INFO O| Aug 17 23:47:58.936 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-17T23:47:59.851Z[ recovery-image] Aug 17 23:47:58.947 INFO O| Aug 17 23:47:58.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81702026-08-17T23:47:59.851Z[ recovery-image] Aug 17 23:47:58.947 INFO O| Aug 17 23:47:58.947 INFO STEP 969 (remove_files) COMPLETE
81712026-08-17T23:47:59.851Z[ recovery-image] Aug 17 23:47:58.947 INFO O| Aug 17 23:47:58.947 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-17T23:47:59.862Z[ recovery-image] Aug 17 23:47:58.957 INFO O| Aug 17 23:47:58.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81732026-08-17T23:47:59.862Z[ recovery-image] Aug 17 23:47:58.957 INFO O| Aug 17 23:47:58.957 INFO STEP 970 (remove_files) COMPLETE
81742026-08-17T23:47:59.862Z[ recovery-image] Aug 17 23:47:58.957 INFO O| Aug 17 23:47:58.957 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-17T23:47:59.870Z[ recovery-image] Aug 17 23:47:58.966 INFO O| Aug 17 23:47:58.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81762026-08-17T23:47:59.870Z[ recovery-image] Aug 17 23:47:58.966 INFO O| Aug 17 23:47:58.966 INFO STEP 971 (remove_files) COMPLETE
81772026-08-17T23:47:59.870Z[ recovery-image] Aug 17 23:47:58.966 INFO O| Aug 17 23:47:58.966 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-08-17T23:47:59.879Z[ recovery-image] Aug 17 23:47:58.975 INFO O| Aug 17 23:47:58.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81792026-08-17T23:47:59.879Z[ recovery-image] Aug 17 23:47:58.975 INFO O| Aug 17 23:47:58.975 INFO STEP 972 (remove_files) COMPLETE
81802026-08-17T23:47:59.879Z[ recovery-image] Aug 17 23:47:58.975 INFO O| Aug 17 23:47:58.975 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-08-17T23:47:59.894Z[ recovery-image] Aug 17 23:47:58.987 INFO O| Aug 17 23:47:58.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81822026-08-17T23:47:59.894Z[ recovery-image] Aug 17 23:47:58.987 INFO O| Aug 17 23:47:58.987 INFO STEP 973 (remove_files) COMPLETE
81832026-08-17T23:47:59.894Z[ recovery-image] Aug 17 23:47:58.987 INFO O| Aug 17 23:47:58.987 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-08-17T23:47:59.900Z[ recovery-image] Aug 17 23:47:58.996 INFO O| Aug 17 23:47:58.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
81852026-08-17T23:47:59.900Z[ recovery-image] Aug 17 23:47:58.996 INFO O| Aug 17 23:47:58.996 INFO STEP 974 (remove_files) COMPLETE
81862026-08-17T23:47:59.903Z[ recovery-image] Aug 17 23:47:58.996 INFO O| Aug 17 23:47:58.996 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-17T23:47:59.908Z[ recovery-image] Aug 17 23:47:59.003 INFO O| Aug 17 23:47:59.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
81882026-08-17T23:47:59.908Z[ recovery-image] Aug 17 23:47:59.003 INFO O| Aug 17 23:47:59.003 INFO STEP 975 (remove_files) COMPLETE
81892026-08-17T23:47:59.908Z[ recovery-image] Aug 17 23:47:59.003 INFO O| Aug 17 23:47:59.003 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-17T23:47:59.916Z[ recovery-image] Aug 17 23:47:59.012 INFO O| Aug 17 23:47:59.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
81912026-08-17T23:47:59.916Z[ recovery-image] Aug 17 23:47:59.012 INFO O| Aug 17 23:47:59.012 INFO STEP 976 (remove_files) COMPLETE
81922026-08-17T23:47:59.920Z[ recovery-image] Aug 17 23:47:59.012 INFO O| Aug 17 23:47:59.012 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-17T23:47:59.925Z[ recovery-image] Aug 17 23:47:59.021 INFO O| Aug 17 23:47:59.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
81942026-08-17T23:47:59.925Z[ recovery-image] Aug 17 23:47:59.021 INFO O| Aug 17 23:47:59.021 INFO STEP 977 (remove_files) COMPLETE
81952026-08-17T23:47:59.929Z[ recovery-image] Aug 17 23:47:59.021 INFO O| Aug 17 23:47:59.021 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-17T23:47:59.934Z[ recovery-image] Aug 17 23:47:59.030 INFO O| Aug 17 23:47:59.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
81972026-08-17T23:47:59.934Z[ recovery-image] Aug 17 23:47:59.030 INFO O| Aug 17 23:47:59.030 INFO STEP 978 (remove_files) COMPLETE
81982026-08-17T23:47:59.999Z[ recovery-image] Aug 17 23:47:59.030 INFO O| Aug 17 23:47:59.030 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-17T23:47:59.999Z[ recovery-image] Aug 17 23:47:59.039 INFO O| Aug 17 23:47:59.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82002026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.039 INFO O| Aug 17 23:47:59.039 INFO STEP 979 (remove_files) COMPLETE
82012026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.039 INFO O| Aug 17 23:47:59.039 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.049 INFO O| Aug 17 23:47:59.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82032026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.049 INFO O| Aug 17 23:47:59.049 INFO STEP 980 (remove_files) COMPLETE
82042026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.049 INFO O| Aug 17 23:47:59.049 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.058 INFO O| Aug 17 23:47:59.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82062026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.058 INFO O| Aug 17 23:47:59.058 INFO STEP 981 (remove_files) COMPLETE
82072026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.058 INFO O| Aug 17 23:47:59.058 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.066 INFO O| Aug 17 23:47:59.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82092026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.066 INFO O| Aug 17 23:47:59.066 INFO STEP 982 (remove_files) COMPLETE
82102026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.067 INFO O| Aug 17 23:47:59.066 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.076 INFO O| Aug 17 23:47:59.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82122026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.076 INFO O| Aug 17 23:47:59.076 INFO STEP 983 (remove_files) COMPLETE
82132026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.076 INFO O| Aug 17 23:47:59.076 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-17T23:48:00.000Z[ recovery-image] Aug 17 23:47:59.084 INFO O| Aug 17 23:47:59.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82152026-08-17T23:48:00.001Z[ recovery-image] Aug 17 23:47:59.084 INFO O| Aug 17 23:47:59.084 INFO STEP 984 (remove_files) COMPLETE
82162026-08-17T23:48:00.001Z[ recovery-image] Aug 17 23:47:59.084 INFO O| Aug 17 23:47:59.084 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-17T23:48:00.006Z[ recovery-image] Aug 17 23:47:59.095 INFO O| Aug 17 23:47:59.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82182026-08-17T23:48:00.006Z[ recovery-image] Aug 17 23:47:59.095 INFO O| Aug 17 23:47:59.095 INFO STEP 985 (remove_files) COMPLETE
82192026-08-17T23:48:00.006Z[ recovery-image] Aug 17 23:47:59.095 INFO O| Aug 17 23:47:59.095 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-17T23:48:00.010Z[ recovery-image] Aug 17 23:47:59.106 INFO O| Aug 17 23:47:59.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82212026-08-17T23:48:00.010Z[ recovery-image] Aug 17 23:47:59.106 INFO O| Aug 17 23:47:59.106 INFO STEP 986 (remove_files) COMPLETE
82222026-08-17T23:48:00.010Z[ recovery-image] Aug 17 23:47:59.106 INFO O| Aug 17 23:47:59.106 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-17T23:48:00.016Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
82242026-08-17T23:48:00.019Z[ recovery-image] Aug 17 23:47:59.116 INFO O| Aug 17 23:47:59.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82252026-08-17T23:48:00.020Z[ recovery-image] Aug 17 23:47:59.116 INFO O| Aug 17 23:47:59.116 INFO STEP 987 (remove_files) COMPLETE
82262026-08-17T23:48:00.022Z[ recovery-image] Aug 17 23:47:59.116 INFO O| Aug 17 23:47:59.116 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-17T23:48:00.030Z[ recovery-image] Aug 17 23:47:59.126 INFO O| Aug 17 23:47:59.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82282026-08-17T23:48:00.030Z[ recovery-image] Aug 17 23:47:59.126 INFO O| Aug 17 23:47:59.126 INFO STEP 988 (remove_files) COMPLETE
82292026-08-17T23:48:00.033Z[ recovery-image] Aug 17 23:47:59.126 INFO O| Aug 17 23:47:59.126 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-17T23:48:00.038Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
82312026-08-17T23:48:00.044Z[ recovery-image] Aug 17 23:47:59.135 INFO O| Aug 17 23:47:59.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82322026-08-17T23:48:00.044Z[ recovery-image] Aug 17 23:47:59.136 INFO O| Aug 17 23:47:59.136 INFO STEP 989 (remove_files) COMPLETE
82332026-08-17T23:48:00.044Z[ recovery-image] Aug 17 23:47:59.136 INFO O| Aug 17 23:47:59.136 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-17T23:48:00.051Z[ recovery-image] Aug 17 23:47:59.147 INFO O| Aug 17 23:47:59.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82352026-08-17T23:48:00.051Z[ recovery-image] Aug 17 23:47:59.147 INFO O| Aug 17 23:47:59.147 INFO STEP 990 (remove_files) COMPLETE
82362026-08-17T23:48:00.051Z[ recovery-image] Aug 17 23:47:59.147 INFO O| Aug 17 23:47:59.147 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-17T23:48:00.065Z[ recovery-image] Aug 17 23:47:59.158 INFO O| Aug 17 23:47:59.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82382026-08-17T23:48:00.066Z[ recovery-image] Aug 17 23:47:59.158 INFO O| Aug 17 23:47:59.158 INFO STEP 991 (remove_files) COMPLETE
82392026-08-17T23:48:00.069Z[ recovery-image] Aug 17 23:47:59.158 INFO O| Aug 17 23:47:59.158 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-08-17T23:48:00.072Z[ recovery-image] Aug 17 23:47:59.168 INFO O| Aug 17 23:47:59.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82412026-08-17T23:48:00.072Z[ recovery-image] Aug 17 23:47:59.168 INFO O| Aug 17 23:47:59.168 INFO STEP 992 (remove_files) COMPLETE
82422026-08-17T23:48:00.072Z[ recovery-image] Aug 17 23:47:59.168 INFO O| Aug 17 23:47:59.168 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-08-17T23:48:00.084Z[ recovery-image] Aug 17 23:47:59.180 INFO O| Aug 17 23:47:59.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82442026-08-17T23:48:00.084Z[ recovery-image] Aug 17 23:47:59.180 INFO O| Aug 17 23:47:59.180 INFO STEP 993 (remove_files) COMPLETE
82452026-08-17T23:48:00.084Z[ recovery-image] Aug 17 23:47:59.180 INFO O| Aug 17 23:47:59.180 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-08-17T23:48:00.093Z[ recovery-image] Aug 17 23:47:59.189 INFO O| Aug 17 23:47:59.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82472026-08-17T23:48:00.093Z[ recovery-image] Aug 17 23:47:59.189 INFO O| Aug 17 23:47:59.189 INFO STEP 994 (remove_files) COMPLETE
82482026-08-17T23:48:00.096Z[ recovery-image] Aug 17 23:47:59.189 INFO O| Aug 17 23:47:59.189 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-08-17T23:48:00.103Z[ recovery-image] Aug 17 23:47:59.199 INFO O| Aug 17 23:47:59.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82502026-08-17T23:48:00.103Z[ recovery-image] Aug 17 23:47:59.199 INFO O| Aug 17 23:47:59.199 INFO STEP 995 (remove_files) COMPLETE
82512026-08-17T23:48:00.103Z[ recovery-image] Aug 17 23:47:59.199 INFO O| Aug 17 23:47:59.199 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-08-17T23:48:00.112Z[ recovery-image] Aug 17 23:47:59.208 INFO O| Aug 17 23:47:59.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82532026-08-17T23:48:00.112Z[ recovery-image] Aug 17 23:47:59.208 INFO O| Aug 17 23:47:59.208 INFO STEP 996 (remove_files) COMPLETE
82542026-08-17T23:48:00.115Z[ recovery-image] Aug 17 23:47:59.208 INFO O| Aug 17 23:47:59.208 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-08-17T23:48:00.123Z[ recovery-image] Aug 17 23:47:59.219 INFO O| Aug 17 23:47:59.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82562026-08-17T23:48:00.123Z[ recovery-image] Aug 17 23:47:59.219 INFO O| Aug 17 23:47:59.219 INFO STEP 997 (remove_files) COMPLETE
82572026-08-17T23:48:00.123Z[ recovery-image] Aug 17 23:47:59.219 INFO O| Aug 17 23:47:59.219 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-08-17T23:48:00.132Z[ recovery-image] Aug 17 23:47:59.228 INFO O| Aug 17 23:47:59.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82592026-08-17T23:48:00.133Z[ recovery-image] Aug 17 23:47:59.229 INFO O| Aug 17 23:47:59.229 INFO STEP 998 (remove_files) COMPLETE
82602026-08-17T23:48:00.133Z[ recovery-image] Aug 17 23:47:59.229 INFO O| Aug 17 23:47:59.229 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-08-17T23:48:00.143Z[ recovery-image] Aug 17 23:47:59.238 INFO O| Aug 17 23:47:59.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82622026-08-17T23:48:00.143Z[ recovery-image] Aug 17 23:47:59.239 INFO O| Aug 17 23:47:59.238 INFO STEP 999 (remove_files) COMPLETE
82632026-08-17T23:48:00.146Z[ recovery-image] Aug 17 23:47:59.239 INFO O| Aug 17 23:47:59.238 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-08-17T23:48:00.152Z[ recovery-image] Aug 17 23:47:59.248 INFO O| Aug 17 23:47:59.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82652026-08-17T23:48:00.152Z[ recovery-image] Aug 17 23:47:59.248 INFO O| Aug 17 23:47:59.248 INFO STEP 1000 (remove_files) COMPLETE
82662026-08-17T23:48:00.152Z[ recovery-image] Aug 17 23:47:59.248 INFO O| Aug 17 23:47:59.248 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-08-17T23:48:00.162Z[ recovery-image] Aug 17 23:47:59.258 INFO O| Aug 17 23:47:59.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82682026-08-17T23:48:00.165Z[ recovery-image] Aug 17 23:47:59.258 INFO O| Aug 17 23:47:59.258 INFO STEP 1001 (remove_files) COMPLETE
82692026-08-17T23:48:00.165Z[ recovery-image] Aug 17 23:47:59.258 INFO O| Aug 17 23:47:59.258 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-08-17T23:48:00.171Z[ recovery-image] Aug 17 23:47:59.267 INFO O| Aug 17 23:47:59.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82712026-08-17T23:48:00.171Z[ recovery-image] Aug 17 23:47:59.267 INFO O| Aug 17 23:47:59.267 INFO STEP 1002 (remove_files) COMPLETE
82722026-08-17T23:48:00.171Z[ recovery-image] Aug 17 23:47:59.267 INFO O| Aug 17 23:47:59.267 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-08-17T23:48:00.181Z[ recovery-image] Aug 17 23:47:59.277 INFO O| Aug 17 23:47:59.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82742026-08-17T23:48:00.184Z[ recovery-image] Aug 17 23:47:59.278 INFO O| Aug 17 23:47:59.278 INFO STEP 1003 (remove_files) COMPLETE
82752026-08-17T23:48:00.184Z[ recovery-image] Aug 17 23:47:59.278 INFO O| Aug 17 23:47:59.278 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-08-17T23:48:00.191Z[ recovery-image] Aug 17 23:47:59.287 INFO O| Aug 17 23:47:59.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82772026-08-17T23:48:00.191Z[ recovery-image] Aug 17 23:47:59.287 INFO O| Aug 17 23:47:59.287 INFO STEP 1004 (remove_files) COMPLETE
82782026-08-17T23:48:00.191Z[ recovery-image] Aug 17 23:47:59.287 INFO O| Aug 17 23:47:59.287 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-08-17T23:48:00.201Z[ recovery-image] Aug 17 23:47:59.297 INFO O| Aug 17 23:47:59.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82802026-08-17T23:48:00.201Z[ recovery-image] Aug 17 23:47:59.297 INFO O| Aug 17 23:47:59.297 INFO STEP 1005 (remove_files) COMPLETE
82812026-08-17T23:48:00.201Z[ recovery-image] Aug 17 23:47:59.297 INFO O| Aug 17 23:47:59.297 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-08-17T23:48:00.210Z[ recovery-image] Aug 17 23:47:59.306 INFO O| Aug 17 23:47:59.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82832026-08-17T23:48:00.210Z[ recovery-image] Aug 17 23:47:59.306 INFO O| Aug 17 23:47:59.306 INFO STEP 1006 (remove_files) COMPLETE
82842026-08-17T23:48:00.216Z[ recovery-image] Aug 17 23:47:59.306 INFO O| Aug 17 23:47:59.306 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-08-17T23:48:00.219Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
82862026-08-17T23:48:00.223Z[ recovery-image] Aug 17 23:47:59.316 INFO O| Aug 17 23:47:59.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
82872026-08-17T23:48:00.223Z[ recovery-image] Aug 17 23:47:59.317 INFO O| Aug 17 23:47:59.316 INFO STEP 1007 (remove_files) COMPLETE
82882026-08-17T23:48:00.223Z[ recovery-image] Aug 17 23:47:59.317 INFO O| Aug 17 23:47:59.316 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-17T23:48:00.231Z[ recovery-image] Aug 17 23:47:59.326 INFO O| Aug 17 23:47:59.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
82902026-08-17T23:48:00.231Z[ recovery-image] Aug 17 23:47:59.326 INFO O| Aug 17 23:47:59.326 INFO STEP 1008 (remove_files) COMPLETE
82912026-08-17T23:48:00.231Z[ recovery-image] Aug 17 23:47:59.326 INFO O| Aug 17 23:47:59.326 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-17T23:48:00.239Z[ recovery-image] Aug 17 23:47:59.335 INFO O| Aug 17 23:47:59.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
82932026-08-17T23:48:00.239Z[ recovery-image] Aug 17 23:47:59.335 INFO O| Aug 17 23:47:59.335 INFO STEP 1009 (remove_files) COMPLETE
82942026-08-17T23:48:00.239Z[ recovery-image] Aug 17 23:47:59.335 INFO O| Aug 17 23:47:59.335 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-17T23:48:00.253Z[ recovery-image] Aug 17 23:47:59.348 INFO O| Aug 17 23:47:59.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
82962026-08-17T23:48:00.253Z[ recovery-image] Aug 17 23:47:59.348 INFO O| Aug 17 23:47:59.348 INFO STEP 1010 (remove_files) COMPLETE
82972026-08-17T23:48:00.256Z[ recovery-image] Aug 17 23:47:59.348 INFO O| Aug 17 23:47:59.348 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-17T23:48:00.261Z[ recovery-image] Aug 17 23:47:59.357 INFO O| Aug 17 23:47:59.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
82992026-08-17T23:48:00.261Z[ recovery-image] Aug 17 23:47:59.357 INFO O| Aug 17 23:47:59.357 INFO STEP 1011 (remove_files) COMPLETE
83002026-08-17T23:48:00.261Z[ recovery-image] Aug 17 23:47:59.357 INFO O| Aug 17 23:47:59.357 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-17T23:48:00.271Z[ recovery-image] Aug 17 23:47:59.365 INFO O| Aug 17 23:47:59.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83022026-08-17T23:48:00.271Z[ recovery-image] Aug 17 23:47:59.366 INFO O| Aug 17 23:47:59.365 INFO STEP 1012 (remove_files) COMPLETE
83032026-08-17T23:48:00.275Z[ recovery-image] Aug 17 23:47:59.366 INFO O| Aug 17 23:47:59.366 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-17T23:48:00.278Z[ recovery-image] Aug 17 23:47:59.374 INFO O| Aug 17 23:47:59.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83052026-08-17T23:48:00.278Z[ recovery-image] Aug 17 23:47:59.374 INFO O| Aug 17 23:47:59.374 INFO STEP 1013 (remove_files) COMPLETE
83062026-08-17T23:48:00.282Z[ recovery-image] Aug 17 23:47:59.374 INFO O| Aug 17 23:47:59.374 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-17T23:48:00.287Z[ recovery-image] Aug 17 23:47:59.383 INFO O| Aug 17 23:47:59.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83082026-08-17T23:48:00.287Z[ recovery-image] Aug 17 23:47:59.383 INFO O| Aug 17 23:47:59.383 INFO STEP 1014 (remove_files) COMPLETE
83092026-08-17T23:48:00.290Z[ recovery-image] Aug 17 23:47:59.383 INFO O| Aug 17 23:47:59.383 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-17T23:48:00.298Z[ recovery-image] Aug 17 23:47:59.393 INFO O| Aug 17 23:47:59.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83112026-08-17T23:48:00.298Z[ recovery-image] Aug 17 23:47:59.393 INFO O| Aug 17 23:47:59.393 INFO STEP 1015 (remove_files) COMPLETE
83122026-08-17T23:48:00.303Z[ recovery-image] Aug 17 23:47:59.393 INFO O| Aug 17 23:47:59.393 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-17T23:48:00.307Z[ recovery-image] Aug 17 23:47:59.402 INFO O| Aug 17 23:47:59.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83142026-08-17T23:48:00.307Z[ recovery-image] Aug 17 23:47:59.402 INFO O| Aug 17 23:47:59.402 INFO STEP 1016 (remove_files) COMPLETE
83152026-08-17T23:48:00.307Z[ recovery-image] Aug 17 23:47:59.402 INFO O| Aug 17 23:47:59.402 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-17T23:48:00.315Z[ recovery-image] Aug 17 23:47:59.411 INFO O| Aug 17 23:47:59.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83172026-08-17T23:48:00.315Z[ recovery-image] Aug 17 23:47:59.411 INFO O| Aug 17 23:47:59.411 INFO STEP 1017 (remove_files) COMPLETE
83182026-08-17T23:48:00.316Z[ recovery-image] Aug 17 23:47:59.411 INFO O| Aug 17 23:47:59.411 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-17T23:48:00.324Z[ recovery-image] Aug 17 23:47:59.420 INFO O| Aug 17 23:47:59.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83202026-08-17T23:48:00.324Z[ recovery-image] Aug 17 23:47:59.420 INFO O| Aug 17 23:47:59.420 INFO STEP 1018 (remove_files) COMPLETE
83212026-08-17T23:48:00.324Z[ recovery-image] Aug 17 23:47:59.420 INFO O| Aug 17 23:47:59.420 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-17T23:48:00.335Z[ recovery-image] Aug 17 23:47:59.430 INFO O| Aug 17 23:47:59.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83232026-08-17T23:48:00.335Z[ recovery-image] Aug 17 23:47:59.430 INFO O| Aug 17 23:47:59.430 INFO STEP 1019 (remove_files) COMPLETE
83242026-08-17T23:48:00.335Z[ recovery-image] Aug 17 23:47:59.430 INFO O| Aug 17 23:47:59.430 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-17T23:48:00.344Z[ recovery-image] Aug 17 23:47:59.440 INFO O| Aug 17 23:47:59.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83262026-08-17T23:48:00.344Z[ recovery-image] Aug 17 23:47:59.441 INFO O| Aug 17 23:47:59.440 INFO STEP 1020 (remove_files) COMPLETE
83272026-08-17T23:48:00.344Z[ recovery-image] Aug 17 23:47:59.441 INFO O| Aug 17 23:47:59.440 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-17T23:48:00.356Z[ recovery-image] Aug 17 23:47:59.451 INFO O| Aug 17 23:47:59.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83292026-08-17T23:48:00.356Z[ recovery-image] Aug 17 23:47:59.451 INFO O| Aug 17 23:47:59.451 INFO STEP 1021 (remove_files) COMPLETE
83302026-08-17T23:48:00.356Z[ recovery-image] Aug 17 23:47:59.451 INFO O| Aug 17 23:47:59.451 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-17T23:48:00.366Z[ recovery-image] Aug 17 23:47:59.460 INFO O| Aug 17 23:47:59.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83322026-08-17T23:48:00.366Z[ recovery-image] Aug 17 23:47:59.460 INFO O| Aug 17 23:47:59.460 INFO STEP 1022 (remove_files) COMPLETE
83332026-08-17T23:48:00.366Z[ recovery-image] Aug 17 23:47:59.460 INFO O| Aug 17 23:47:59.460 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-17T23:48:00.373Z[ recovery-image] Aug 17 23:47:59.469 INFO O| Aug 17 23:47:59.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83352026-08-17T23:48:00.373Z[ recovery-image] Aug 17 23:47:59.469 INFO O| Aug 17 23:47:59.469 INFO STEP 1023 (remove_files) COMPLETE
83362026-08-17T23:48:00.373Z[ recovery-image] Aug 17 23:47:59.469 INFO O| Aug 17 23:47:59.469 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-17T23:48:00.381Z[ recovery-image] Aug 17 23:47:59.477 INFO O| Aug 17 23:47:59.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83382026-08-17T23:48:00.385Z[ recovery-image] Aug 17 23:47:59.477 INFO O| Aug 17 23:47:59.477 INFO STEP 1024 (remove_files) COMPLETE
83392026-08-17T23:48:00.385Z[ recovery-image] Aug 17 23:47:59.477 INFO O| Aug 17 23:47:59.477 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-17T23:48:00.389Z[ recovery-image] Aug 17 23:47:59.485 INFO O| Aug 17 23:47:59.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83412026-08-17T23:48:00.389Z[ recovery-image] Aug 17 23:47:59.485 INFO O| Aug 17 23:47:59.485 INFO STEP 1025 (remove_files) COMPLETE
83422026-08-17T23:48:00.393Z[ recovery-image] Aug 17 23:47:59.485 INFO O| Aug 17 23:47:59.485 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-17T23:48:00.397Z[ recovery-image] Aug 17 23:47:59.493 INFO O| Aug 17 23:47:59.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83442026-08-17T23:48:00.397Z[ recovery-image] Aug 17 23:47:59.493 INFO O| Aug 17 23:47:59.493 INFO STEP 1026 (remove_files) COMPLETE
83452026-08-17T23:48:00.401Z[ recovery-image] Aug 17 23:47:59.493 INFO O| Aug 17 23:47:59.493 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-08-17T23:48:00.406Z[ recovery-image] Aug 17 23:47:59.502 INFO O| Aug 17 23:47:59.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83472026-08-17T23:48:00.406Z[ recovery-image] Aug 17 23:47:59.502 INFO O| Aug 17 23:47:59.502 INFO STEP 1027 (remove_files) COMPLETE
83482026-08-17T23:48:00.410Z[ recovery-image] Aug 17 23:47:59.502 INFO O| Aug 17 23:47:59.502 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-08-17T23:48:00.414Z[ recovery-image] Aug 17 23:47:59.510 INFO O| Aug 17 23:47:59.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83502026-08-17T23:48:00.414Z[ recovery-image] Aug 17 23:47:59.511 INFO O| Aug 17 23:47:59.510 INFO STEP 1028 (remove_files) COMPLETE
83512026-08-17T23:48:00.418Z[ recovery-image] Aug 17 23:47:59.511 INFO O| Aug 17 23:47:59.511 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-08-17T23:48:00.422Z[ recovery-image] Aug 17 23:47:59.518 INFO O| Aug 17 23:47:59.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83532026-08-17T23:48:00.422Z[ recovery-image] Aug 17 23:47:59.518 INFO O| Aug 17 23:47:59.518 INFO STEP 1029 (remove_files) COMPLETE
83542026-08-17T23:48:00.428Z[ recovery-image] Aug 17 23:47:59.518 INFO O| Aug 17 23:47:59.518 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-17T23:48:00.431Z[ recovery-image] Aug 17 23:47:59.527 INFO O| Aug 17 23:47:59.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83562026-08-17T23:48:00.431Z[ recovery-image] Aug 17 23:47:59.527 INFO O| Aug 17 23:47:59.527 INFO STEP 1030 (remove_files) COMPLETE
83572026-08-17T23:48:00.431Z[ recovery-image] Aug 17 23:47:59.527 INFO O| Aug 17 23:47:59.527 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-17T23:48:00.438Z[ recovery-image] Aug 17 23:47:59.534 INFO O| Aug 17 23:47:59.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83592026-08-17T23:48:00.439Z[ recovery-image] Aug 17 23:47:59.534 INFO O| Aug 17 23:47:59.534 INFO STEP 1031 (remove_files) COMPLETE
83602026-08-17T23:48:00.439Z[ recovery-image] Aug 17 23:47:59.534 INFO O| Aug 17 23:47:59.534 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-17T23:48:00.446Z[ recovery-image] Aug 17 23:47:59.542 INFO O| Aug 17 23:47:59.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83622026-08-17T23:48:00.446Z[ recovery-image] Aug 17 23:47:59.542 INFO O| Aug 17 23:47:59.542 INFO STEP 1032 (remove_files) COMPLETE
83632026-08-17T23:48:00.449Z[ recovery-image] Aug 17 23:47:59.542 INFO O| Aug 17 23:47:59.542 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-17T23:48:00.454Z[ recovery-image] Aug 17 23:47:59.550 INFO O| Aug 17 23:47:59.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83652026-08-17T23:48:00.454Z[ recovery-image] Aug 17 23:47:59.550 INFO O| Aug 17 23:47:59.550 INFO STEP 1033 (remove_files) COMPLETE
83662026-08-17T23:48:00.454Z[ recovery-image] Aug 17 23:47:59.550 INFO O| Aug 17 23:47:59.550 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-08-17T23:48:00.462Z[ recovery-image] Aug 17 23:47:59.557 INFO O| Aug 17 23:47:59.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83682026-08-17T23:48:00.462Z[ recovery-image] Aug 17 23:47:59.557 INFO O| Aug 17 23:47:59.557 INFO STEP 1034 (remove_files) COMPLETE
83692026-08-17T23:48:00.465Z[ recovery-image] Aug 17 23:47:59.557 INFO O| Aug 17 23:47:59.557 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-08-17T23:48:00.469Z[ recovery-image] Aug 17 23:47:59.565 INFO O| Aug 17 23:47:59.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83712026-08-17T23:48:00.469Z[ recovery-image] Aug 17 23:47:59.565 INFO O| Aug 17 23:47:59.565 INFO STEP 1035 (remove_files) COMPLETE
83722026-08-17T23:48:00.472Z[ recovery-image] Aug 17 23:47:59.565 INFO O| Aug 17 23:47:59.565 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-08-17T23:48:00.477Z[ recovery-image] Aug 17 23:47:59.573 INFO O| Aug 17 23:47:59.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83742026-08-17T23:48:00.477Z[ recovery-image] Aug 17 23:47:59.573 INFO O| Aug 17 23:47:59.573 INFO STEP 1036 (remove_files) COMPLETE
83752026-08-17T23:48:00.480Z[ recovery-image] Aug 17 23:47:59.573 INFO O| Aug 17 23:47:59.573 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-08-17T23:48:00.484Z[ recovery-image] Aug 17 23:47:59.580 INFO O| Aug 17 23:47:59.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83772026-08-17T23:48:00.484Z[ recovery-image] Aug 17 23:47:59.580 INFO O| Aug 17 23:47:59.580 INFO STEP 1037 (remove_files) COMPLETE
83782026-08-17T23:48:00.487Z[ recovery-image] Aug 17 23:47:59.580 INFO O| Aug 17 23:47:59.580 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-08-17T23:48:00.491Z[ recovery-image] Aug 17 23:47:59.588 INFO O| Aug 17 23:47:59.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83802026-08-17T23:48:00.491Z[ recovery-image] Aug 17 23:47:59.588 INFO O| Aug 17 23:47:59.588 INFO STEP 1038 (remove_files) COMPLETE
83812026-08-17T23:48:00.495Z[ recovery-image] Aug 17 23:47:59.588 INFO O| Aug 17 23:47:59.588 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-17T23:48:00.499Z[ recovery-image] Aug 17 23:47:59.595 INFO O| Aug 17 23:47:59.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83832026-08-17T23:48:00.499Z[ recovery-image] Aug 17 23:47:59.595 INFO O| Aug 17 23:47:59.595 INFO STEP 1039 (remove_files) COMPLETE
83842026-08-17T23:48:00.499Z[ recovery-image] Aug 17 23:47:59.595 INFO O| Aug 17 23:47:59.595 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-08-17T23:48:00.506Z[ recovery-image] Aug 17 23:47:59.602 INFO O| Aug 17 23:47:59.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
83862026-08-17T23:48:00.506Z[ recovery-image] Aug 17 23:47:59.602 INFO O| Aug 17 23:47:59.602 INFO STEP 1040 (remove_files) COMPLETE
83872026-08-17T23:48:00.510Z[ recovery-image] Aug 17 23:47:59.602 INFO O| Aug 17 23:47:59.602 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-08-17T23:48:00.513Z[ recovery-image] Aug 17 23:47:59.609 INFO O| Aug 17 23:47:59.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
83892026-08-17T23:48:00.513Z[ recovery-image] Aug 17 23:47:59.609 INFO O| Aug 17 23:47:59.609 INFO STEP 1041 (remove_files) COMPLETE
83902026-08-17T23:48:00.517Z[ recovery-image] Aug 17 23:47:59.609 INFO O| Aug 17 23:47:59.609 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-08-17T23:48:00.517Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
83922026-08-17T23:48:00.521Z[ recovery-image] Aug 17 23:47:59.617 INFO O| Aug 17 23:47:59.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
83932026-08-17T23:48:00.521Z[ recovery-image] Aug 17 23:47:59.617 INFO O| Aug 17 23:47:59.617 INFO STEP 1042 (remove_files) COMPLETE
83942026-08-17T23:48:00.521Z[ recovery-image] Aug 17 23:47:59.617 INFO O| Aug 17 23:47:59.617 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-17T23:48:00.529Z[ recovery-image] Aug 17 23:47:59.625 INFO O| Aug 17 23:47:59.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
83962026-08-17T23:48:00.529Z[ recovery-image] Aug 17 23:47:59.625 INFO O| Aug 17 23:47:59.625 INFO STEP 1043 (remove_files) COMPLETE
83972026-08-17T23:48:00.529Z[ recovery-image] Aug 17 23:47:59.625 INFO O| Aug 17 23:47:59.625 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-17T23:48:00.537Z[ recovery-image] Aug 17 23:47:59.633 INFO O| Aug 17 23:47:59.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
83992026-08-17T23:48:00.537Z[ recovery-image] Aug 17 23:47:59.633 INFO O| Aug 17 23:47:59.633 INFO STEP 1044 (remove_files) COMPLETE
84002026-08-17T23:48:00.537Z[ recovery-image] Aug 17 23:47:59.633 INFO O| Aug 17 23:47:59.633 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-17T23:48:00.545Z[ recovery-image] Aug 17 23:47:59.641 INFO O| Aug 17 23:47:59.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84022026-08-17T23:48:00.545Z[ recovery-image] Aug 17 23:47:59.641 INFO O| Aug 17 23:47:59.641 INFO STEP 1045 (remove_files) COMPLETE
84032026-08-17T23:48:00.545Z[ recovery-image] Aug 17 23:47:59.641 INFO O| Aug 17 23:47:59.641 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-17T23:48:00.553Z[ recovery-image] Aug 17 23:47:59.649 INFO O| Aug 17 23:47:59.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84052026-08-17T23:48:00.553Z[ recovery-image] Aug 17 23:47:59.650 INFO O| Aug 17 23:47:59.649 INFO STEP 1046 (remove_files) COMPLETE
84062026-08-17T23:48:00.553Z[ recovery-image] Aug 17 23:47:59.650 INFO O| Aug 17 23:47:59.650 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-17T23:48:00.563Z[ recovery-image] Aug 17 23:47:59.659 INFO O| Aug 17 23:47:59.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84082026-08-17T23:48:00.563Z[ recovery-image] Aug 17 23:47:59.659 INFO O| Aug 17 23:47:59.659 INFO STEP 1047 (remove_files) COMPLETE
84092026-08-17T23:48:00.563Z[ recovery-image] Aug 17 23:47:59.659 INFO O| Aug 17 23:47:59.659 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-17T23:48:00.572Z[ recovery-image] Aug 17 23:47:59.668 INFO O| Aug 17 23:47:59.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84112026-08-17T23:48:00.575Z[ recovery-image] Aug 17 23:47:59.669 INFO O| Aug 17 23:47:59.669 INFO STEP 1048 (remove_files) COMPLETE
84122026-08-17T23:48:00.576Z[ recovery-image] Aug 17 23:47:59.669 INFO O| Aug 17 23:47:59.669 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-17T23:48:00.583Z[ recovery-image] Aug 17 23:47:59.679 INFO O| Aug 17 23:47:59.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84142026-08-17T23:48:00.583Z[ recovery-image] Aug 17 23:47:59.679 INFO O| Aug 17 23:47:59.679 INFO STEP 1049 (remove_files) COMPLETE
84152026-08-17T23:48:00.583Z[ recovery-image] Aug 17 23:47:59.679 INFO O| Aug 17 23:47:59.679 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-17T23:48:00.595Z[ recovery-image] Aug 17 23:47:59.689 INFO O| Aug 17 23:47:59.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84172026-08-17T23:48:00.595Z[ recovery-image] Aug 17 23:47:59.689 INFO O| Aug 17 23:47:59.689 INFO STEP 1050 (remove_files) COMPLETE
84182026-08-17T23:48:00.595Z[ recovery-image] Aug 17 23:47:59.689 INFO O| Aug 17 23:47:59.689 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-17T23:48:00.601Z[ recovery-image] Aug 17 23:47:59.697 INFO O| Aug 17 23:47:59.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84202026-08-17T23:48:00.601Z[ recovery-image] Aug 17 23:47:59.697 INFO O| Aug 17 23:47:59.697 INFO STEP 1051 (remove_files) COMPLETE
84212026-08-17T23:48:00.604Z[ recovery-image] Aug 17 23:47:59.697 INFO O| Aug 17 23:47:59.697 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-17T23:48:00.610Z[ recovery-image] Aug 17 23:47:59.706 INFO O| Aug 17 23:47:59.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84232026-08-17T23:48:00.610Z[ recovery-image] Aug 17 23:47:59.706 INFO O| Aug 17 23:47:59.706 INFO STEP 1052 (remove_files) COMPLETE
84242026-08-17T23:48:00.610Z[ recovery-image] Aug 17 23:47:59.706 INFO O| Aug 17 23:47:59.706 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-17T23:48:00.635Z[ recovery-image] Aug 17 23:47:59.731 INFO O| Aug 17 23:47:59.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84262026-08-17T23:48:00.635Z[ recovery-image] Aug 17 23:47:59.731 INFO O| Aug 17 23:47:59.731 INFO STEP 1053 (remove_files) COMPLETE
84272026-08-17T23:48:00.635Z[ recovery-image] Aug 17 23:47:59.731 INFO O| Aug 17 23:47:59.731 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-17T23:48:00.643Z[ recovery-image] Aug 17 23:47:59.740 INFO O| Aug 17 23:47:59.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84292026-08-17T23:48:00.643Z[ recovery-image] Aug 17 23:47:59.740 INFO O| Aug 17 23:47:59.740 INFO STEP 1054 (remove_files) COMPLETE
84302026-08-17T23:48:00.643Z[ recovery-image] Aug 17 23:47:59.740 INFO O| Aug 17 23:47:59.740 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-17T23:48:00.650Z[ recovery-image] Aug 17 23:47:59.746 INFO O| Aug 17 23:47:59.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84322026-08-17T23:48:00.650Z[ recovery-image] Aug 17 23:47:59.747 INFO O| Aug 17 23:47:59.747 INFO STEP 1055 (remove_files) COMPLETE
84332026-08-17T23:48:00.650Z[ recovery-image] Aug 17 23:47:59.747 INFO O| Aug 17 23:47:59.747 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-17T23:48:00.657Z[ recovery-image] Aug 17 23:47:59.753 INFO O| Aug 17 23:47:59.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84352026-08-17T23:48:00.657Z[ recovery-image] Aug 17 23:47:59.753 INFO O| Aug 17 23:47:59.753 INFO STEP 1056 (remove_files) COMPLETE
84362026-08-17T23:48:00.657Z[ recovery-image] Aug 17 23:47:59.753 INFO O| Aug 17 23:47:59.753 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-17T23:48:00.664Z[ recovery-image] Aug 17 23:47:59.760 INFO O| Aug 17 23:47:59.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84382026-08-17T23:48:00.664Z[ recovery-image] Aug 17 23:47:59.760 INFO O| Aug 17 23:47:59.760 INFO STEP 1057 (remove_files) COMPLETE
84392026-08-17T23:48:00.664Z[ recovery-image] Aug 17 23:47:59.760 INFO O| Aug 17 23:47:59.760 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-17T23:48:00.672Z[ recovery-image] Aug 17 23:47:59.768 INFO O| Aug 17 23:47:59.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84412026-08-17T23:48:00.672Z[ recovery-image] Aug 17 23:47:59.768 INFO O| Aug 17 23:47:59.768 INFO STEP 1058 (remove_files) COMPLETE
84422026-08-17T23:48:00.672Z[ recovery-image] Aug 17 23:47:59.768 INFO O| Aug 17 23:47:59.768 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-17T23:48:00.683Z[ recovery-image] Aug 17 23:47:59.779 INFO O| Aug 17 23:47:59.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84442026-08-17T23:48:00.683Z[ recovery-image] Aug 17 23:47:59.779 INFO O| Aug 17 23:47:59.779 INFO STEP 1059 (remove_files) COMPLETE
84452026-08-17T23:48:00.683Z[ recovery-image] Aug 17 23:47:59.779 INFO O| Aug 17 23:47:59.779 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-17T23:48:00.692Z[ recovery-image] Aug 17 23:47:59.788 INFO O| Aug 17 23:47:59.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84472026-08-17T23:48:00.692Z[ recovery-image] Aug 17 23:47:59.788 INFO O| Aug 17 23:47:59.788 INFO STEP 1060 (remove_files) COMPLETE
84482026-08-17T23:48:00.696Z[ recovery-image] Aug 17 23:47:59.788 INFO O| Aug 17 23:47:59.788 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-17T23:48:00.704Z[ recovery-image] Aug 17 23:47:59.799 INFO O| Aug 17 23:47:59.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84502026-08-17T23:48:00.704Z[ recovery-image] Aug 17 23:47:59.799 INFO O| Aug 17 23:47:59.799 INFO STEP 1061 (remove_files) COMPLETE
84512026-08-17T23:48:00.704Z[ recovery-image] Aug 17 23:47:59.799 INFO O| Aug 17 23:47:59.799 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-17T23:48:00.713Z[ recovery-image] Aug 17 23:47:59.809 INFO O| Aug 17 23:47:59.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84532026-08-17T23:48:00.713Z[ recovery-image] Aug 17 23:47:59.809 INFO O| Aug 17 23:47:59.809 INFO STEP 1062 (remove_files) COMPLETE
84542026-08-17T23:48:00.713Z[ recovery-image] Aug 17 23:47:59.809 INFO O| Aug 17 23:47:59.809 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-17T23:48:00.722Z[ recovery-image] Aug 17 23:47:59.818 INFO O| Aug 17 23:47:59.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84562026-08-17T23:48:00.722Z[ recovery-image] Aug 17 23:47:59.818 INFO O| Aug 17 23:47:59.818 INFO STEP 1063 (remove_files) COMPLETE
84572026-08-17T23:48:00.722Z[ recovery-image] Aug 17 23:47:59.818 INFO O| Aug 17 23:47:59.818 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-17T23:48:00.731Z[ recovery-image] Aug 17 23:47:59.827 INFO O| Aug 17 23:47:59.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84592026-08-17T23:48:00.731Z[ recovery-image] Aug 17 23:47:59.827 INFO O| Aug 17 23:47:59.827 INFO STEP 1064 (remove_files) COMPLETE
84602026-08-17T23:48:00.731Z[ recovery-image] Aug 17 23:47:59.827 INFO O| Aug 17 23:47:59.827 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-17T23:48:00.743Z[ recovery-image] Aug 17 23:47:59.839 INFO O| Aug 17 23:47:59.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84622026-08-17T23:48:00.743Z[ recovery-image] Aug 17 23:47:59.839 INFO O| Aug 17 23:47:59.839 INFO STEP 1065 (remove_files) COMPLETE
84632026-08-17T23:48:00.743Z[ recovery-image] Aug 17 23:47:59.840 INFO O| Aug 17 23:47:59.839 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-17T23:48:00.753Z[ recovery-image] Aug 17 23:47:59.849 INFO O| Aug 17 23:47:59.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84652026-08-17T23:48:00.753Z[ recovery-image] Aug 17 23:47:59.849 INFO O| Aug 17 23:47:59.849 INFO STEP 1066 (remove_files) COMPLETE
84662026-08-17T23:48:00.753Z[ recovery-image] Aug 17 23:47:59.849 INFO O| Aug 17 23:47:59.849 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-17T23:48:00.762Z[ recovery-image] Aug 17 23:47:59.858 INFO O| Aug 17 23:47:59.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84682026-08-17T23:48:00.762Z[ recovery-image] Aug 17 23:47:59.858 INFO O| Aug 17 23:47:59.858 INFO STEP 1067 (remove_files) COMPLETE
84692026-08-17T23:48:00.762Z[ recovery-image] Aug 17 23:47:59.858 INFO O| Aug 17 23:47:59.858 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-17T23:48:00.771Z[ recovery-image] Aug 17 23:47:59.867 INFO O| Aug 17 23:47:59.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84712026-08-17T23:48:00.771Z[ recovery-image] Aug 17 23:47:59.867 INFO O| Aug 17 23:47:59.867 INFO STEP 1068 (remove_files) COMPLETE
84722026-08-17T23:48:00.771Z[ recovery-image] Aug 17 23:47:59.867 INFO O| Aug 17 23:47:59.867 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-17T23:48:00.780Z[ recovery-image] Aug 17 23:47:59.876 INFO O| Aug 17 23:47:59.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84742026-08-17T23:48:00.780Z[ recovery-image] Aug 17 23:47:59.876 INFO O| Aug 17 23:47:59.876 INFO STEP 1069 (remove_files) COMPLETE
84752026-08-17T23:48:00.780Z[ recovery-image] Aug 17 23:47:59.876 INFO O| Aug 17 23:47:59.876 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-17T23:48:00.789Z[ recovery-image] Aug 17 23:47:59.885 INFO O| Aug 17 23:47:59.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84772026-08-17T23:48:00.789Z[ recovery-image] Aug 17 23:47:59.885 INFO O| Aug 17 23:47:59.885 INFO STEP 1070 (remove_files) COMPLETE
84782026-08-17T23:48:00.792Z[ recovery-image] Aug 17 23:47:59.885 INFO O| Aug 17 23:47:59.885 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-17T23:48:00.799Z[ recovery-image] Aug 17 23:47:59.895 INFO O| Aug 17 23:47:59.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84802026-08-17T23:48:00.799Z[ recovery-image] Aug 17 23:47:59.895 INFO O| Aug 17 23:47:59.895 INFO STEP 1071 (remove_files) COMPLETE
84812026-08-17T23:48:00.799Z[ recovery-image] Aug 17 23:47:59.895 INFO O| Aug 17 23:47:59.895 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-17T23:48:00.812Z[ recovery-image] Aug 17 23:47:59.906 INFO O| Aug 17 23:47:59.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
84832026-08-17T23:48:00.812Z[ recovery-image] Aug 17 23:47:59.906 INFO O| Aug 17 23:47:59.906 INFO STEP 1072 (remove_files) COMPLETE
84842026-08-17T23:48:00.812Z[ recovery-image] Aug 17 23:47:59.906 INFO O| Aug 17 23:47:59.906 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-17T23:48:00.820Z[ recovery-image] Aug 17 23:47:59.916 INFO O| Aug 17 23:47:59.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
84862026-08-17T23:48:00.820Z[ recovery-image] Aug 17 23:47:59.916 INFO O| Aug 17 23:47:59.916 INFO STEP 1073 (remove_files) COMPLETE
84872026-08-17T23:48:00.823Z[ recovery-image] Aug 17 23:47:59.916 INFO O| Aug 17 23:47:59.916 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-17T23:48:00.831Z[ recovery-image] Aug 17 23:47:59.928 INFO O| Aug 17 23:47:59.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
84892026-08-17T23:48:00.831Z[ recovery-image] Aug 17 23:47:59.928 INFO O| Aug 17 23:47:59.928 INFO STEP 1074 (remove_files) COMPLETE
84902026-08-17T23:48:00.831Z[ recovery-image] Aug 17 23:47:59.928 INFO O| Aug 17 23:47:59.928 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-17T23:48:00.846Z[ recovery-image] Aug 17 23:47:59.942 INFO O| Aug 17 23:47:59.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
84922026-08-17T23:48:00.847Z[ recovery-image] Aug 17 23:47:59.943 INFO O| Aug 17 23:47:59.942 INFO STEP 1075 (remove_files) COMPLETE
84932026-08-17T23:48:00.847Z[ recovery-image] Aug 17 23:47:59.943 INFO O| Aug 17 23:47:59.942 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-17T23:48:00.856Z[ recovery-image] Aug 17 23:47:59.952 INFO O| Aug 17 23:47:59.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
84952026-08-17T23:48:00.856Z[ recovery-image] Aug 17 23:47:59.952 INFO O| Aug 17 23:47:59.952 INFO STEP 1076 (remove_files) COMPLETE
84962026-08-17T23:48:00.859Z[ recovery-image] Aug 17 23:47:59.952 INFO O| Aug 17 23:47:59.952 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-17T23:48:00.870Z[ recovery-image] Aug 17 23:47:59.963 INFO O| Aug 17 23:47:59.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
84982026-08-17T23:48:00.870Z[ recovery-image] Aug 17 23:47:59.963 INFO O| Aug 17 23:47:59.963 INFO STEP 1077 (remove_files) COMPLETE
84992026-08-17T23:48:00.870Z[ recovery-image] Aug 17 23:47:59.963 INFO O| Aug 17 23:47:59.963 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-17T23:48:00.904Z[ recovery-image] Aug 17 23:47:59.999 INFO O| Aug 17 23:47:59.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85012026-08-17T23:48:00.904Z[ recovery-image] Aug 17 23:47:59.999 INFO O| Aug 17 23:47:59.999 INFO STEP 1078 (remove_files) COMPLETE
85022026-08-17T23:48:00.904Z[ recovery-image] Aug 17 23:47:59.999 INFO O| Aug 17 23:47:59.999 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-17T23:48:00.924Z[ recovery-image] Aug 17 23:48:00.010 INFO O| Aug 17 23:48:00.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85042026-08-17T23:48:00.924Z[ recovery-image] Aug 17 23:48:00.010 INFO O| Aug 17 23:48:00.010 INFO STEP 1079 (remove_files) COMPLETE
85052026-08-17T23:48:00.924Z[ recovery-image] Aug 17 23:48:00.010 INFO O| Aug 17 23:48:00.010 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-17T23:48:00.927Z[ recovery-image] Aug 17 23:48:00.019 INFO O| Aug 17 23:48:00.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85072026-08-17T23:48:00.927Z[ recovery-image] Aug 17 23:48:00.020 INFO O| Aug 17 23:48:00.020 INFO STEP 1080 (remove_files) COMPLETE
85082026-08-17T23:48:00.927Z[ recovery-image] Aug 17 23:48:00.020 INFO O| Aug 17 23:48:00.020 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-17T23:48:00.932Z[ recovery-image] Aug 17 23:48:00.028 INFO O| Aug 17 23:48:00.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85102026-08-17T23:48:00.932Z[ recovery-image] Aug 17 23:48:00.028 INFO O| Aug 17 23:48:00.028 INFO STEP 1081 (remove_files) COMPLETE
85112026-08-17T23:48:00.932Z[ recovery-image] Aug 17 23:48:00.028 INFO O| Aug 17 23:48:00.028 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-17T23:48:00.941Z[ recovery-image] Aug 17 23:48:00.036 INFO O| Aug 17 23:48:00.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85132026-08-17T23:48:00.941Z[ recovery-image] Aug 17 23:48:00.037 INFO O| Aug 17 23:48:00.036 INFO STEP 1082 (remove_files) COMPLETE
85142026-08-17T23:48:00.941Z[ recovery-image] Aug 17 23:48:00.037 INFO O| Aug 17 23:48:00.036 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-17T23:48:00.947Z[verify-libraries] Compiling socket2 v0.5.10
85162026-08-17T23:48:00.953Z[ recovery-image] Aug 17 23:48:00.049 INFO O| Aug 17 23:48:00.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85172026-08-17T23:48:00.953Z[ recovery-image] Aug 17 23:48:00.049 INFO O| Aug 17 23:48:00.049 INFO STEP 1083 (remove_files) COMPLETE
85182026-08-17T23:48:00.953Z[ recovery-image] Aug 17 23:48:00.050 INFO O| Aug 17 23:48:00.049 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-08-17T23:48:00.964Z[ recovery-image] Aug 17 23:48:00.060 INFO O| Aug 17 23:48:00.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85202026-08-17T23:48:00.965Z[ recovery-image] Aug 17 23:48:00.060 INFO O| Aug 17 23:48:00.060 INFO STEP 1084 (remove_files) COMPLETE
85212026-08-17T23:48:00.965Z[ recovery-image] Aug 17 23:48:00.060 INFO O| Aug 17 23:48:00.060 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-08-17T23:48:00.973Z[ recovery-image] Aug 17 23:48:00.069 INFO O| Aug 17 23:48:00.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85232026-08-17T23:48:00.973Z[ recovery-image] Aug 17 23:48:00.069 INFO O| Aug 17 23:48:00.069 INFO STEP 1085 (remove_files) COMPLETE
85242026-08-17T23:48:00.973Z[ recovery-image] Aug 17 23:48:00.069 INFO O| Aug 17 23:48:00.069 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-08-17T23:48:00.983Z[ recovery-image] Aug 17 23:48:00.079 INFO O| Aug 17 23:48:00.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85262026-08-17T23:48:00.984Z[ recovery-image] Aug 17 23:48:00.080 INFO O| Aug 17 23:48:00.080 INFO STEP 1086 (remove_files) COMPLETE
85272026-08-17T23:48:00.984Z[ recovery-image] Aug 17 23:48:00.080 INFO O| Aug 17 23:48:00.080 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-08-17T23:48:00.992Z[ recovery-image] Aug 17 23:48:00.089 INFO O| Aug 17 23:48:00.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85292026-08-17T23:48:00.992Z[ recovery-image] Aug 17 23:48:00.089 INFO O| Aug 17 23:48:00.089 INFO STEP 1087 (remove_files) COMPLETE
85302026-08-17T23:48:00.992Z[ recovery-image] Aug 17 23:48:00.089 INFO O| Aug 17 23:48:00.089 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-08-17T23:48:01.003Z[ recovery-image] Aug 17 23:48:00.099 INFO O| Aug 17 23:48:00.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85322026-08-17T23:48:01.003Z[ recovery-image] Aug 17 23:48:00.099 INFO O| Aug 17 23:48:00.099 INFO STEP 1088 (remove_files) COMPLETE
85332026-08-17T23:48:01.003Z[ recovery-image] Aug 17 23:48:00.099 INFO O| Aug 17 23:48:00.099 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-08-17T23:48:01.012Z[ recovery-image] Aug 17 23:48:00.108 INFO O| Aug 17 23:48:00.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85352026-08-17T23:48:01.012Z[ recovery-image] Aug 17 23:48:00.108 INFO O| Aug 17 23:48:00.108 INFO STEP 1089 (remove_files) COMPLETE
85362026-08-17T23:48:01.012Z[ recovery-image] Aug 17 23:48:00.108 INFO O| Aug 17 23:48:00.108 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-08-17T23:48:01.020Z[ recovery-image] Aug 17 23:48:00.116 INFO O| Aug 17 23:48:00.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85382026-08-17T23:48:01.020Z[ recovery-image] Aug 17 23:48:00.116 INFO O| Aug 17 23:48:00.116 INFO STEP 1090 (remove_files) COMPLETE
85392026-08-17T23:48:01.020Z[ recovery-image] Aug 17 23:48:00.116 INFO O| Aug 17 23:48:00.116 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-08-17T23:48:01.024Z[verify-libraries] Compiling fs-err v2.11.0
85412026-08-17T23:48:01.032Z[ recovery-image] Aug 17 23:48:00.127 INFO O| Aug 17 23:48:00.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85422026-08-17T23:48:01.032Z[ recovery-image] Aug 17 23:48:00.127 INFO O| Aug 17 23:48:00.127 INFO STEP 1091 (remove_files) COMPLETE
85432026-08-17T23:48:01.032Z[ recovery-image] Aug 17 23:48:00.127 INFO O| Aug 17 23:48:00.127 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-17T23:48:01.041Z[ recovery-image] Aug 17 23:48:00.136 INFO O| Aug 17 23:48:00.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85452026-08-17T23:48:01.041Z[ recovery-image] Aug 17 23:48:00.136 INFO O| Aug 17 23:48:00.136 INFO STEP 1092 (remove_files) COMPLETE
85462026-08-17T23:48:01.045Z[ recovery-image] Aug 17 23:48:00.136 INFO O| Aug 17 23:48:00.136 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-17T23:48:01.050Z[ recovery-image] Aug 17 23:48:00.145 INFO O| Aug 17 23:48:00.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85482026-08-17T23:48:01.050Z[ recovery-image] Aug 17 23:48:00.145 INFO O| Aug 17 23:48:00.145 INFO STEP 1093 (remove_files) COMPLETE
85492026-08-17T23:48:01.050Z[ recovery-image] Aug 17 23:48:00.145 INFO O| Aug 17 23:48:00.145 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-17T23:48:01.059Z[ recovery-image] Aug 17 23:48:00.155 INFO O| Aug 17 23:48:00.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85512026-08-17T23:48:01.059Z[ recovery-image] Aug 17 23:48:00.155 INFO O| Aug 17 23:48:00.155 INFO STEP 1094 (remove_files) COMPLETE
85522026-08-17T23:48:01.059Z[ recovery-image] Aug 17 23:48:00.155 INFO O| Aug 17 23:48:00.155 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-17T23:48:01.070Z[ recovery-image] Aug 17 23:48:00.166 INFO O| Aug 17 23:48:00.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85542026-08-17T23:48:01.070Z[ recovery-image] Aug 17 23:48:00.166 INFO O| Aug 17 23:48:00.166 INFO STEP 1095 (remove_files) COMPLETE
85552026-08-17T23:48:01.070Z[ recovery-image] Aug 17 23:48:00.166 INFO O| Aug 17 23:48:00.166 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-17T23:48:01.079Z[ recovery-image] Aug 17 23:48:00.175 INFO O| Aug 17 23:48:00.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85572026-08-17T23:48:01.079Z[ recovery-image] Aug 17 23:48:00.175 INFO O| Aug 17 23:48:00.175 INFO STEP 1096 (remove_files) COMPLETE
85582026-08-17T23:48:01.079Z[ recovery-image] Aug 17 23:48:00.175 INFO O| Aug 17 23:48:00.175 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-17T23:48:01.088Z[ recovery-image] Aug 17 23:48:00.184 INFO O| Aug 17 23:48:00.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85602026-08-17T23:48:01.088Z[ recovery-image] Aug 17 23:48:00.184 INFO O| Aug 17 23:48:00.184 INFO STEP 1097 (remove_files) COMPLETE
85612026-08-17T23:48:01.091Z[ recovery-image] Aug 17 23:48:00.184 INFO O| Aug 17 23:48:00.184 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-17T23:48:01.098Z[ recovery-image] Aug 17 23:48:00.193 INFO O| Aug 17 23:48:00.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85632026-08-17T23:48:01.098Z[ recovery-image] Aug 17 23:48:00.193 INFO O| Aug 17 23:48:00.193 INFO STEP 1098 (remove_files) COMPLETE
85642026-08-17T23:48:01.098Z[ recovery-image] Aug 17 23:48:00.193 INFO O| Aug 17 23:48:00.193 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-17T23:48:01.108Z[ recovery-image] Aug 17 23:48:00.204 INFO O| Aug 17 23:48:00.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85662026-08-17T23:48:01.108Z[ recovery-image] Aug 17 23:48:00.204 INFO O| Aug 17 23:48:00.204 INFO STEP 1099 (remove_files) COMPLETE
85672026-08-17T23:48:01.109Z[ recovery-image] Aug 17 23:48:00.204 INFO O| Aug 17 23:48:00.204 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-17T23:48:01.119Z[ recovery-image] Aug 17 23:48:00.214 INFO O| Aug 17 23:48:00.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85692026-08-17T23:48:01.119Z[ recovery-image] Aug 17 23:48:00.214 INFO O| Aug 17 23:48:00.214 INFO STEP 1100 (remove_files) COMPLETE
85702026-08-17T23:48:01.124Z[ recovery-image] Aug 17 23:48:00.214 INFO O| Aug 17 23:48:00.214 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-17T23:48:01.127Z[ recovery-image] Aug 17 23:48:00.223 INFO O| Aug 17 23:48:00.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85722026-08-17T23:48:01.127Z[ recovery-image] Aug 17 23:48:00.223 INFO O| Aug 17 23:48:00.223 INFO STEP 1101 (remove_files) COMPLETE
85732026-08-17T23:48:01.127Z[ recovery-image] Aug 17 23:48:00.223 INFO O| Aug 17 23:48:00.223 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-17T23:48:01.134Z[ recovery-image] Aug 17 23:48:00.230 INFO O| Aug 17 23:48:00.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85752026-08-17T23:48:01.134Z[ recovery-image] Aug 17 23:48:00.230 INFO O| Aug 17 23:48:00.230 INFO STEP 1102 (remove_files) COMPLETE
85762026-08-17T23:48:01.134Z[ recovery-image] Aug 17 23:48:00.230 INFO O| Aug 17 23:48:00.230 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-17T23:48:01.144Z[ recovery-image] Aug 17 23:48:00.240 INFO O| Aug 17 23:48:00.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85782026-08-17T23:48:01.144Z[ recovery-image] Aug 17 23:48:00.240 INFO O| Aug 17 23:48:00.239 INFO STEP 1103 (remove_files) COMPLETE
85792026-08-17T23:48:01.144Z[ recovery-image] Aug 17 23:48:00.240 INFO O| Aug 17 23:48:00.239 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-17T23:48:01.152Z[ recovery-image] Aug 17 23:48:00.248 INFO O| Aug 17 23:48:00.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85812026-08-17T23:48:01.152Z[ recovery-image] Aug 17 23:48:00.248 INFO O| Aug 17 23:48:00.248 INFO STEP 1104 (remove_files) COMPLETE
85822026-08-17T23:48:01.152Z[ recovery-image] Aug 17 23:48:00.248 INFO O| Aug 17 23:48:00.248 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-17T23:48:01.162Z[ recovery-image] Aug 17 23:48:00.257 INFO O| Aug 17 23:48:00.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
85842026-08-17T23:48:01.162Z[ recovery-image] Aug 17 23:48:00.257 INFO O| Aug 17 23:48:00.257 INFO STEP 1105 (remove_files) COMPLETE
85852026-08-17T23:48:01.163Z[ recovery-image] Aug 17 23:48:00.257 INFO O| Aug 17 23:48:00.257 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-17T23:48:01.169Z[ recovery-image] Aug 17 23:48:00.265 INFO O| Aug 17 23:48:00.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
85872026-08-17T23:48:01.169Z[ recovery-image] Aug 17 23:48:00.265 INFO O| Aug 17 23:48:00.265 INFO STEP 1106 (remove_files) COMPLETE
85882026-08-17T23:48:01.169Z[ recovery-image] Aug 17 23:48:00.265 INFO O| Aug 17 23:48:00.265 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-17T23:48:01.177Z[ recovery-image] Aug 17 23:48:00.273 INFO O| Aug 17 23:48:00.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
85902026-08-17T23:48:01.177Z[ recovery-image] Aug 17 23:48:00.273 INFO O| Aug 17 23:48:00.273 INFO STEP 1107 (remove_files) COMPLETE
85912026-08-17T23:48:01.177Z[ recovery-image] Aug 17 23:48:00.273 INFO O| Aug 17 23:48:00.273 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-17T23:48:01.185Z[ recovery-image] Aug 17 23:48:00.281 INFO O| Aug 17 23:48:00.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
85932026-08-17T23:48:01.185Z[ recovery-image] Aug 17 23:48:00.281 INFO O| Aug 17 23:48:00.281 INFO STEP 1108 (remove_files) COMPLETE
85942026-08-17T23:48:01.185Z[ recovery-image] Aug 17 23:48:00.281 INFO O| Aug 17 23:48:00.281 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-17T23:48:01.195Z[ recovery-image] Aug 17 23:48:00.289 INFO O| Aug 17 23:48:00.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
85962026-08-17T23:48:01.195Z[ recovery-image] Aug 17 23:48:00.289 INFO O| Aug 17 23:48:00.289 INFO STEP 1109 (remove_files) COMPLETE
85972026-08-17T23:48:01.195Z[ recovery-image] Aug 17 23:48:00.289 INFO O| Aug 17 23:48:00.289 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-17T23:48:01.202Z[ recovery-image] Aug 17 23:48:00.298 INFO O| Aug 17 23:48:00.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
85992026-08-17T23:48:01.202Z[ recovery-image] Aug 17 23:48:00.298 INFO O| Aug 17 23:48:00.298 INFO STEP 1110 (remove_files) COMPLETE
86002026-08-17T23:48:01.206Z[ recovery-image] Aug 17 23:48:00.298 INFO O| Aug 17 23:48:00.298 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-17T23:48:01.210Z[ recovery-image] Aug 17 23:48:00.307 INFO O| Aug 17 23:48:00.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86022026-08-17T23:48:01.211Z[ recovery-image] Aug 17 23:48:00.307 INFO O| Aug 17 23:48:00.307 INFO STEP 1111 (remove_files) COMPLETE
86032026-08-17T23:48:01.211Z[ recovery-image] Aug 17 23:48:00.307 INFO O| Aug 17 23:48:00.307 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-17T23:48:01.221Z[ recovery-image] Aug 17 23:48:00.316 INFO O| Aug 17 23:48:00.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86052026-08-17T23:48:01.221Z[ recovery-image] Aug 17 23:48:00.316 INFO O| Aug 17 23:48:00.316 INFO STEP 1112 (remove_files) COMPLETE
86062026-08-17T23:48:01.221Z[ recovery-image] Aug 17 23:48:00.316 INFO O| Aug 17 23:48:00.316 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-17T23:48:01.230Z[ recovery-image] Aug 17 23:48:00.326 INFO O| Aug 17 23:48:00.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86082026-08-17T23:48:01.230Z[ recovery-image] Aug 17 23:48:00.326 INFO O| Aug 17 23:48:00.326 INFO STEP 1113 (remove_files) COMPLETE
86092026-08-17T23:48:01.230Z[ recovery-image] Aug 17 23:48:00.326 INFO O| Aug 17 23:48:00.326 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-17T23:48:01.240Z[ recovery-image] Aug 17 23:48:00.336 INFO O| Aug 17 23:48:00.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86112026-08-17T23:48:01.240Z[ recovery-image] Aug 17 23:48:00.336 INFO O| Aug 17 23:48:00.336 INFO STEP 1114 (remove_files) COMPLETE
86122026-08-17T23:48:01.240Z[ recovery-image] Aug 17 23:48:00.336 INFO O| Aug 17 23:48:00.336 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-17T23:48:01.304Z[ recovery-image] Aug 17 23:48:00.347 INFO O| Aug 17 23:48:00.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86142026-08-17T23:48:01.304Z[ recovery-image] Aug 17 23:48:00.347 INFO O| Aug 17 23:48:00.347 INFO STEP 1115 (remove_files) COMPLETE
86152026-08-17T23:48:01.309Z[ recovery-image] Aug 17 23:48:00.347 INFO O| Aug 17 23:48:00.347 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-17T23:48:01.310Z[ recovery-image] Aug 17 23:48:00.358 INFO O| Aug 17 23:48:00.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86172026-08-17T23:48:01.310Z[ recovery-image] Aug 17 23:48:00.358 INFO O| Aug 17 23:48:00.358 INFO STEP 1116 (remove_files) COMPLETE
86182026-08-17T23:48:01.310Z[ recovery-image] Aug 17 23:48:00.358 INFO O| Aug 17 23:48:00.358 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-17T23:48:01.310Z[ recovery-image] Aug 17 23:48:00.368 INFO O| Aug 17 23:48:00.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86202026-08-17T23:48:01.310Z[ recovery-image] Aug 17 23:48:00.368 INFO O| Aug 17 23:48:00.368 INFO STEP 1117 (remove_files) COMPLETE
86212026-08-17T23:48:01.310Z[ recovery-image] Aug 17 23:48:00.368 INFO O| Aug 17 23:48:00.368 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86222026-08-17T23:48:01.310Z[ recovery-image] Aug 17 23:48:00.383 INFO O| Aug 17 23:48:00.383 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86232026-08-17T23:48:01.310Z[ recovery-image] Aug 17 23:48:00.383 INFO O| Aug 17 23:48:00.383 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86242026-08-17T23:48:01.321Z[verify-libraries] Compiling internet-checksum v0.2.1
86252026-08-17T23:48:01.684Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86262026-08-17T23:48:01.867Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
86272026-08-17T23:48:02.077Z[ recovery-image] Aug 17 23:48:01.173 INFO O| Aug 17 23:48:01.173 INFO STEP 1118 (pack_tar) COMPLETE
86282026-08-17T23:48:02.077Z[ recovery-image] Aug 17 23:48:01.173 INFO O| Aug 17 23:48:01.173 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86292026-08-17T23:48:02.080Z[ recovery-image] Aug 17 23:48:01.173 INFO O| Aug 17 23:48:01.173 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86302026-08-17T23:48:02.790Z[ recovery-image] Aug 17 23:48:01.884 INFO O| Aug 17 23:48:01.884 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86312026-08-17T23:48:02.926Z[ recovery-image] Aug 17 23:48:02.022 INFO O| Aug 17 23:48:02.021 INFO completed processing sled/ramdisk-03-recovery-trim
86322026-08-17T23:48:02.929Z[ recovery-image] Aug 17 23:48:02.025 INFO image builder template: zfs-recovery...
86332026-08-17T23:48:02.929Z[ recovery-image] Aug 17 23:48:02.025 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/.tmp7mjUtC/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
86342026-08-17T23:48:02.956Z[ recovery-image] Aug 17 23:48:02.052 INFO O| Aug 17 23:48:02.052 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86352026-08-17T23:48:02.961Z[ recovery-image] Aug 17 23:48:02.057 INFO O| Aug 17 23:48:02.057 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86362026-08-17T23:48:02.998Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86372026-08-17T23:48:03.037Z[ recovery-image] Aug 17 23:48:02.133 INFO O| Aug 17 23:48:02.133 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86382026-08-17T23:48:03.120Z[ recovery-image] Aug 17 23:48:02.215 INFO O| Aug 17 23:48:02.215 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86392026-08-17T23:48:03.121Z[ recovery-image] Aug 17 23:48:02.215 INFO O| Aug 17 23:48:02.215 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86402026-08-17T23:48:03.124Z[ recovery-image] Aug 17 23:48:02.219 INFO O| Aug 17 23:48:02.219 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86412026-08-17T23:48:03.238Z[ recovery-image] Aug 17 23:48:02.333 INFO O| Aug 17 23:48:02.333 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86422026-08-17T23:48:03.328Z[ recovery-image] Aug 17 23:48:02.424 INFO O| Aug 17 23:48:02.424 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86432026-08-17T23:48:03.338Z[ recovery-image] Aug 17 23:48:02.434 INFO O| Aug 17 23:48:02.434 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86442026-08-17T23:48:03.344Z[ recovery-image] Aug 17 23:48:02.440 INFO O| Aug 17 23:48:02.440 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86452026-08-17T23:48:03.347Z[ recovery-image] Aug 17 23:48:02.441 INFO O| Aug 17 23:48:02.441 INFO no lofi found
86462026-08-17T23:48:03.347Z[ recovery-image] Aug 17 23:48:02.441 INFO O| Aug 17 23:48:02.441 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86472026-08-17T23:48:03.347Z[ recovery-image] Aug 17 23:48:02.441 INFO O| Aug 17 23:48:02.441 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86482026-08-17T23:48:03.485Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
86492026-08-17T23:48:03.786Z[verify-libraries] Compiling samael v0.0.19
86502026-08-17T23:48:03.986Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86512026-08-17T23:48:04.905Z[ recovery-image] Aug 17 23:48:04.001 INFO O| Aug 17 23:48:04.001 INFO lofi device = /dev/dsk/c2t1d0p0
86522026-08-17T23:48:04.905Z[ recovery-image] Aug 17 23:48:04.001 INFO O| Aug 17 23:48:04.001 INFO pool device = /dev/dsk/c2t1d0p0
86532026-08-17T23:48:04.909Z[ recovery-image] Aug 17 23:48:04.001 INFO O| Aug 17 23:48:04.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"]
86542026-08-17T23:48:05.068Z[ recovery-image] Aug 17 23:48:04.164 INFO O| Aug 17 23:48:04.163 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86552026-08-17T23:48:05.068Z[ recovery-image] Aug 17 23:48:04.164 INFO O| Aug 17 23:48:04.163 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86562026-08-17T23:48:05.095Z[ recovery-image] Aug 17 23:48:04.191 INFO O| Aug 17 23:48:04.191 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86572026-08-17T23:48:05.209Z[ recovery-image] Aug 17 23:48:04.305 INFO O| Aug 17 23:48:04.305 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86582026-08-17T23:48:05.246Z[ recovery-image] Aug 17 23:48:04.340 INFO O| Aug 17 23:48:04.339 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86592026-08-17T23:48:05.265Z[ recovery-image] Aug 17 23:48:04.361 INFO O| Aug 17 23:48:04.361 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86602026-08-17T23:48:05.283Z[ recovery-image] Aug 17 23:48:04.379 INFO O| Aug 17 23:48:04.379 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86612026-08-17T23:48:05.328Z[ recovery-image] Aug 17 23:48:04.424 INFO O| Aug 17 23:48:04.424 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86622026-08-17T23:48:05.328Z[ recovery-image] Aug 17 23:48:04.424 INFO O| Aug 17 23:48:04.424 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86632026-08-17T23:48:05.328Z[ recovery-image] Aug 17 23:48:04.424 INFO O| Aug 17 23:48:04.424 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86642026-08-17T23:48:05.335Z[ recovery-image] Aug 17 23:48:04.431 INFO O| Aug 17 23:48:04.431 INFO boot environment UUID: f8769a1f-969c-44f1-89cd-67edf7ccd2b5
86652026-08-17T23:48:05.335Z[ recovery-image] Aug 17 23:48:04.431 INFO O| Aug 17 23:48:04.431 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = f8769a1f-969c-44f1-89cd-67edf7ccd2b5
86662026-08-17T23:48:05.357Z[ recovery-image] Aug 17 23:48:04.448 INFO O| Aug 17 23:48:04.448 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86672026-08-17T23:48:05.371Z[ recovery-image] Aug 17 23:48:04.467 INFO O| Aug 17 23:48:04.467 INFO STEP 0 (create_be) COMPLETE
86682026-08-17T23:48:05.371Z[ recovery-image] Aug 17 23:48:04.467 INFO O| Aug 17 23:48:04.467 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86692026-08-17T23:48:05.386Z[ recovery-image] Aug 17 23:48:04.482 INFO O| Aug 17 23:48:04.482 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"]
86702026-08-17T23:48:05.465Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86712026-08-17T23:48:06.065Z[verify-libraries] Compiling git2 v0.20.4
86722026-08-17T23:48:06.817Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86732026-08-17T23:48:08.079Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86742026-08-17T23:48:08.257Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86752026-08-17T23:48:08.600Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86762026-08-17T23:48:09.041Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86772026-08-17T23:48:09.041Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86782026-08-17T23:48:09.390Z[verify-libraries] Compiling yansi v1.0.1
86792026-08-17T23:48:09.731Z[verify-libraries] Compiling pretty_assertions v1.4.1
86802026-08-17T23:48:09.974Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86812026-08-17T23:48:09.978Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86822026-08-17T23:48:10.156Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86832026-08-17T23:48:10.219Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86842026-08-17T23:48:10.320Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86852026-08-17T23:48:10.376Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86862026-08-17T23:48:10.572Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86872026-08-17T23:48:10.775Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86882026-08-17T23:48:10.966Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86892026-08-17T23:48:11.267Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86902026-08-17T23:48:11.419Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86912026-08-17T23:48:11.610Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86922026-08-17T23:48:11.678Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86932026-08-17T23:48:11.992Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86942026-08-17T23:48:12.021Z[verify-libraries] Compiling drift v0.2.0
86952026-08-17T23:48:12.137Z[verify-libraries] Compiling uzers v0.12.2
86962026-08-17T23:48:12.309Z[verify-libraries] Compiling parse-size v1.1.0
86972026-08-17T23:48:12.625Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86982026-08-17T23:48:12.857Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86992026-08-17T23:48:13.359Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87002026-08-17T23:48:13.867Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87012026-08-17T23:48:14.221Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87022026-08-17T23:48:14.436Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87032026-08-17T23:48:14.475Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87042026-08-17T23:48:14.480Z[ recovery-image] Aug 17 23:48:13.576 INFO O| Aug 17 23:48:13.576 INFO STEP 1 (unpack_tar) COMPLETE
87052026-08-17T23:48:14.480Z[ recovery-image] Aug 17 23:48:13.576 INFO O| Aug 17 23:48:13.576 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87062026-08-17T23:48:14.491Z[ recovery-image] Aug 17 23:48:13.587 INFO O| Aug 17 23:48:13.587 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87072026-08-17T23:48:15.713Z[ recovery-image] Aug 17 23:48:14.809 INFO O| Aug 17 23:48:14.809 INFO STEP 2 (devfsadm) COMPLETE
87082026-08-17T23:48:15.713Z[ recovery-image] Aug 17 23:48:14.809 INFO O| Aug 17 23:48:14.809 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87092026-08-17T23:48:15.723Z[ recovery-image] Aug 17 23:48:14.819 INFO O| Aug 17 23:48:14.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87102026-08-17T23:48:15.723Z[ recovery-image] Aug 17 23:48:14.819 INFO O| Aug 17 23:48:14.819 INFO STEP 3 (ensure_dir) COMPLETE
87112026-08-17T23:48:15.723Z[ recovery-image] Aug 17 23:48:14.819 INFO O| Aug 17 23:48:14.819 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87122026-08-17T23:48:15.732Z[ recovery-image] Aug 17 23:48:14.828 INFO O| Aug 17 23:48:14.828 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87132026-08-17T23:48:15.732Z[ recovery-image] Aug 17 23:48:14.828 INFO O| Aug 17 23:48:14.828 INFO STEP 4 (ensure_dir) COMPLETE
87142026-08-17T23:48:15.736Z[ recovery-image] Aug 17 23:48:14.828 INFO O| Aug 17 23:48:14.828 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87152026-08-17T23:48:15.742Z[ recovery-image] Aug 17 23:48:14.838 INFO O| Aug 17 23:48:14.838 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87162026-08-17T23:48:15.742Z[ recovery-image] Aug 17 23:48:14.838 INFO O| Aug 17 23:48:14.838 INFO STEP 5 (ensure_dir) COMPLETE
87172026-08-17T23:48:15.745Z[ recovery-image] Aug 17 23:48:14.838 INFO O| Aug 17 23:48:14.838 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87182026-08-17T23:48:15.751Z[ recovery-image] Aug 17 23:48:14.847 INFO O| Aug 17 23:48:14.847 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87192026-08-17T23:48:15.751Z[ recovery-image] Aug 17 23:48:14.847 INFO O| Aug 17 23:48:14.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87202026-08-17T23:48:15.751Z[ recovery-image] Aug 17 23:48:14.847 INFO O| Aug 17 23:48:14.847 INFO STEP 6 (ensure_dir) COMPLETE
87212026-08-17T23:48:15.754Z[ recovery-image] Aug 17 23:48:14.847 INFO O| Aug 17 23:48:14.847 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87222026-08-17T23:48:15.760Z[ recovery-image] Aug 17 23:48:14.856 INFO O| Aug 17 23:48:14.856 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87232026-08-17T23:48:15.760Z[ recovery-image] Aug 17 23:48:14.856 INFO O| Aug 17 23:48:14.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87242026-08-17T23:48:15.760Z[ recovery-image] Aug 17 23:48:14.856 INFO O| Aug 17 23:48:14.856 INFO STEP 7 (ensure_dir) COMPLETE
87252026-08-17T23:48:15.760Z[ recovery-image] Aug 17 23:48:14.856 INFO O| Aug 17 23:48:14.856 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87262026-08-17T23:48:15.770Z[ recovery-image] Aug 17 23:48:14.865 INFO O| Aug 17 23:48:14.865 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87272026-08-17T23:48:15.774Z[ recovery-image] Aug 17 23:48:14.866 INFO O| Aug 17 23:48:14.866 INFO STEP 8 (remove_files) COMPLETE
87282026-08-17T23:48:15.774Z[ recovery-image] Aug 17 23:48:14.866 INFO O| Aug 17 23:48:14.866 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87292026-08-17T23:48:15.780Z[ recovery-image] Aug 17 23:48:14.875 INFO O| Aug 17 23:48:14.875 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87302026-08-17T23:48:15.783Z[ recovery-image] Aug 17 23:48:14.876 INFO O| Aug 17 23:48:14.876 INFO STEP 9 (remove_files) COMPLETE
87312026-08-17T23:48:15.783Z[ recovery-image] Aug 17 23:48:14.876 INFO O| Aug 17 23:48:14.876 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87322026-08-17T23:48:15.790Z[ recovery-image] Aug 17 23:48:14.886 INFO O| Aug 17 23:48:14.886 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87332026-08-17T23:48:15.793Z[ recovery-image] Aug 17 23:48:14.887 INFO O| Aug 17 23:48:14.887 INFO STEP 10 (remove_files) COMPLETE
87342026-08-17T23:48:15.793Z[ recovery-image] Aug 17 23:48:14.887 INFO O| Aug 17 23:48:14.887 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87352026-08-17T23:48:15.800Z[ recovery-image] Aug 17 23:48:14.896 INFO O| Aug 17 23:48:14.896 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87362026-08-17T23:48:15.800Z[ recovery-image] Aug 17 23:48:14.896 INFO O| Aug 17 23:48:14.896 INFO STEP 11 (remove_files) COMPLETE
87372026-08-17T23:48:15.800Z[ recovery-image] Aug 17 23:48:14.896 INFO O| Aug 17 23:48:14.896 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87382026-08-17T23:48:15.810Z[ recovery-image] Aug 17 23:48:14.906 INFO O| Aug 17 23:48:14.906 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87392026-08-17T23:48:15.810Z[ recovery-image] Aug 17 23:48:14.906 INFO O| Aug 17 23:48:14.906 INFO STEP 12 (remove_files) COMPLETE
87402026-08-17T23:48:15.810Z[ recovery-image] Aug 17 23:48:14.906 INFO O| Aug 17 23:48:14.906 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87412026-08-17T23:48:15.820Z[ recovery-image] Aug 17 23:48:14.916 INFO O| Aug 17 23:48:14.916 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87422026-08-17T23:48:15.820Z[ recovery-image] Aug 17 23:48:14.916 INFO O| Aug 17 23:48:14.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87432026-08-17T23:48:15.823Z[ recovery-image] Aug 17 23:48:14.916 INFO O| Aug 17 23:48:14.916 INFO STEP 13 (ensure_dir) COMPLETE
87442026-08-17T23:48:15.823Z[ recovery-image] Aug 17 23:48:14.916 INFO O| Aug 17 23:48:14.916 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87452026-08-17T23:48:15.832Z[ recovery-image] Aug 17 23:48:14.928 INFO O| Aug 17 23:48:14.928 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87462026-08-17T23:48:15.832Z[ recovery-image] Aug 17 23:48:14.928 INFO O| Aug 17 23:48:14.928 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87472026-08-17T23:48:15.832Z[ recovery-image] Aug 17 23:48:14.928 INFO O| Aug 17 23:48:14.928 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87482026-08-17T23:48:15.837Z[ recovery-image] Aug 17 23:48:14.928 INFO O| Aug 17 23:48:14.928 INFO STEP 14 (ensure_dir) COMPLETE
87492026-08-17T23:48:15.837Z[ recovery-image] Aug 17 23:48:14.928 INFO O| Aug 17 23:48:14.928 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87502026-08-17T23:48:15.842Z[ recovery-image] Aug 17 23:48:14.938 INFO O| Aug 17 23:48:14.938 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87512026-08-17T23:48:15.842Z[ recovery-image] Aug 17 23:48:14.938 INFO O| Aug 17 23:48:14.938 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87522026-08-17T23:48:15.845Z[ recovery-image] Aug 17 23:48:14.938 INFO O| Aug 17 23:48:14.938 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87532026-08-17T23:48:15.845Z[ recovery-image] Aug 17 23:48:14.938 INFO O| Aug 17 23:48:14.938 INFO STEP 15 (ensure_dir) COMPLETE
87542026-08-17T23:48:15.845Z[ recovery-image] Aug 17 23:48:14.938 INFO O| Aug 17 23:48:14.938 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87552026-08-17T23:48:15.853Z[ recovery-image] Aug 17 23:48:14.949 INFO O| Aug 17 23:48:14.949 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87562026-08-17T23:48:15.853Z[ recovery-image] Aug 17 23:48:14.949 INFO O| Aug 17 23:48:14.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87572026-08-17T23:48:15.856Z[ recovery-image] Aug 17 23:48:14.949 INFO O| Aug 17 23:48:14.949 INFO STEP 16 (ensure_dir) COMPLETE
87582026-08-17T23:48:15.856Z[ recovery-image] Aug 17 23:48:14.949 INFO O| Aug 17 23:48:14.949 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87592026-08-17T23:48:15.863Z[ recovery-image] Aug 17 23:48:14.959 INFO O| Aug 17 23:48:14.959 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87602026-08-17T23:48:15.863Z[ recovery-image] Aug 17 23:48:14.959 INFO O| Aug 17 23:48:14.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87612026-08-17T23:48:15.867Z[ recovery-image] Aug 17 23:48:14.959 INFO O| Aug 17 23:48:14.959 INFO STEP 17 (ensure_dir) COMPLETE
87622026-08-17T23:48:15.867Z[ recovery-image] Aug 17 23:48:14.959 INFO O| Aug 17 23:48:14.959 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87632026-08-17T23:48:15.875Z[ recovery-image] Aug 17 23:48:14.971 INFO O| Aug 17 23:48:14.971 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87642026-08-17T23:48:15.875Z[ recovery-image] Aug 17 23:48:14.971 INFO O| Aug 17 23:48:14.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87652026-08-17T23:48:15.879Z[ recovery-image] Aug 17 23:48:14.971 INFO O| Aug 17 23:48:14.971 INFO ok!
87662026-08-17T23:48:15.879Z[ recovery-image] Aug 17 23:48:14.971 INFO O| Aug 17 23:48:14.971 INFO STEP 18 (ensure_symlink) COMPLETE
87672026-08-17T23:48:15.879Z[ recovery-image] Aug 17 23:48:14.971 INFO O| Aug 17 23:48:14.971 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-08-17T23:48:15.885Z[ recovery-image] Aug 17 23:48:14.981 INFO O| Aug 17 23:48:14.981 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87692026-08-17T23:48:15.885Z[ recovery-image] Aug 17 23:48:14.981 INFO O| Aug 17 23:48:14.981 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87702026-08-17T23:48:15.885Z[ recovery-image] Aug 17 23:48:14.981 INFO O| Aug 17 23:48:14.981 INFO ok!
87712026-08-17T23:48:15.888Z[ recovery-image] Aug 17 23:48:14.981 INFO O| Aug 17 23:48:14.981 INFO STEP 19 (ensure_file) COMPLETE
87722026-08-17T23:48:15.888Z[ recovery-image] Aug 17 23:48:14.981 INFO O| Aug 17 23:48:14.981 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87732026-08-17T23:48:15.896Z[ recovery-image] Aug 17 23:48:14.992 INFO O| Aug 17 23:48:14.992 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87742026-08-17T23:48:15.896Z[ recovery-image] Aug 17 23:48:14.992 INFO O| Aug 17 23:48:14.992 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87752026-08-17T23:48:15.896Z[ recovery-image] Aug 17 23:48:14.992 INFO O| Aug 17 23:48:14.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87762026-08-17T23:48:15.896Z[ recovery-image] Aug 17 23:48:14.992 INFO O| Aug 17 23:48:14.992 INFO ok!
87772026-08-17T23:48:15.896Z[ recovery-image] Aug 17 23:48:14.992 INFO O| Aug 17 23:48:14.992 INFO STEP 20 (ensure_symlink) COMPLETE
87782026-08-17T23:48:15.896Z[ recovery-image] Aug 17 23:48:14.992 INFO O| Aug 17 23:48:14.992 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87792026-08-17T23:48:15.907Z[ recovery-image] Aug 17 23:48:15.003 INFO O| Aug 17 23:48:15.003 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87802026-08-17T23:48:15.907Z[ recovery-image] Aug 17 23:48:15.003 INFO O| Aug 17 23:48:15.003 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87812026-08-17T23:48:15.907Z[ recovery-image] Aug 17 23:48:15.003 INFO O| Aug 17 23:48:15.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87822026-08-17T23:48:15.911Z[ recovery-image] Aug 17 23:48:15.003 INFO O| Aug 17 23:48:15.003 INFO ok!
87832026-08-17T23:48:15.911Z[ recovery-image] Aug 17 23:48:15.003 INFO O| Aug 17 23:48:15.003 INFO STEP 21 (ensure_symlink) COMPLETE
87842026-08-17T23:48:15.911Z[ recovery-image] Aug 17 23:48:15.003 INFO O| Aug 17 23:48:15.003 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87852026-08-17T23:48:15.918Z[ recovery-image] Aug 17 23:48:15.013 INFO O| Aug 17 23:48:15.013 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87862026-08-17T23:48:15.924Z[ recovery-image] Aug 17 23:48:15.014 INFO O| Aug 17 23:48:15.013 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87872026-08-17T23:48:15.924Z[ recovery-image] Aug 17 23:48:15.014 INFO O| Aug 17 23:48:15.014 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87882026-08-17T23:48:15.924Z[ recovery-image] Aug 17 23:48:15.014 INFO O| Aug 17 23:48:15.014 INFO ok!
87892026-08-17T23:48:15.924Z[ recovery-image] Aug 17 23:48:15.014 INFO O| Aug 17 23:48:15.014 INFO STEP 22 (ensure_symlink) COMPLETE
87902026-08-17T23:48:15.924Z[ recovery-image] Aug 17 23:48:15.014 INFO O| Aug 17 23:48:15.014 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87912026-08-17T23:48:15.928Z[ recovery-image] Aug 17 23:48:15.022 INFO O| Aug 17 23:48:15.022 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
87922026-08-17T23:48:15.928Z[ recovery-image] Aug 17 23:48:15.022 INFO O| Aug 17 23:48:15.022 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87932026-08-17T23:48:15.928Z[ recovery-image] Aug 17 23:48:15.022 INFO O| Aug 17 23:48:15.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
87942026-08-17T23:48:15.928Z[ recovery-image] Aug 17 23:48:15.022 INFO O| Aug 17 23:48:15.022 INFO ok!
87952026-08-17T23:48:15.928Z[ recovery-image] Aug 17 23:48:15.022 INFO O| Aug 17 23:48:15.022 INFO STEP 23 (ensure_symlink) COMPLETE
87962026-08-17T23:48:15.928Z[ recovery-image] Aug 17 23:48:15.022 INFO O| Aug 17 23:48:15.022 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87972026-08-17T23:48:15.935Z[ recovery-image] Aug 17 23:48:15.031 INFO O| Aug 17 23:48:15.031 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87982026-08-17T23:48:15.935Z[ recovery-image] Aug 17 23:48:15.031 INFO O| Aug 17 23:48:15.031 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 ...
87992026-08-17T23:48:15.939Z[ recovery-image] Aug 17 23:48:15.031 INFO O| Aug 17 23:48:15.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88002026-08-17T23:48:15.939Z[ recovery-image] Aug 17 23:48:15.031 INFO O| Aug 17 23:48:15.031 INFO ok!
88012026-08-17T23:48:15.939Z[ recovery-image] Aug 17 23:48:15.031 INFO O| Aug 17 23:48:15.031 INFO STEP 24 (ensure_file) COMPLETE
88022026-08-17T23:48:15.939Z[ recovery-image] Aug 17 23:48:15.031 INFO O| Aug 17 23:48:15.031 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88032026-08-17T23:48:15.943Z[ recovery-image] Aug 17 23:48:15.039 INFO O| Aug 17 23:48:15.039 INFO updating shadow file
88042026-08-17T23:48:15.943Z[ recovery-image] Aug 17 23:48:15.039 INFO O| Aug 17 23:48:15.039 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88052026-08-17T23:48:15.943Z[ recovery-image] Aug 17 23:48:15.039 INFO O| Aug 17 23:48:15.039 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88062026-08-17T23:48:15.950Z[ recovery-image] Aug 17 23:48:15.039 INFO O| Aug 17 23:48:15.039 INFO STEP 25 (shadow) COMPLETE
88072026-08-17T23:48:15.950Z[ recovery-image] Aug 17 23:48:15.039 INFO O| Aug 17 23:48:15.039 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88082026-08-17T23:48:15.957Z[ recovery-image] Aug 17 23:48:15.053 INFO O| Aug 17 23:48:15.053 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88092026-08-17T23:48:15.957Z[ recovery-image] Aug 17 23:48:15.053 INFO O| Aug 17 23:48:15.053 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88102026-08-17T23:48:15.957Z[ recovery-image] Aug 17 23:48:15.053 INFO O| Aug 17 23:48:15.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88112026-08-17T23:48:15.960Z[ recovery-image] Aug 17 23:48:15.053 INFO O| Aug 17 23:48:15.053 INFO ok!
88122026-08-17T23:48:15.960Z[ recovery-image] Aug 17 23:48:15.053 INFO O| Aug 17 23:48:15.053 INFO STEP 26 (ensure_file) COMPLETE
88132026-08-17T23:48:15.960Z[ recovery-image] Aug 17 23:48:15.053 INFO O| Aug 17 23:48:15.053 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88142026-08-17T23:48:15.968Z[ recovery-image] Aug 17 23:48:15.064 INFO O| Aug 17 23:48:15.064 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88152026-08-17T23:48:15.968Z[ recovery-image] Aug 17 23:48:15.064 INFO O| Aug 17 23:48:15.064 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88162026-08-17T23:48:15.968Z[ recovery-image] Aug 17 23:48:15.064 INFO O| Aug 17 23:48:15.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88172026-08-17T23:48:15.972Z[ recovery-image] Aug 17 23:48:15.064 INFO O| Aug 17 23:48:15.064 INFO ok!
88182026-08-17T23:48:15.972Z[ recovery-image] Aug 17 23:48:15.064 INFO O| Aug 17 23:48:15.064 INFO STEP 27 (ensure_file) COMPLETE
88192026-08-17T23:48:15.972Z[ recovery-image] Aug 17 23:48:15.064 INFO O| Aug 17 23:48:15.064 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88202026-08-17T23:48:15.977Z[ recovery-image] Aug 17 23:48:15.073 INFO O| Aug 17 23:48:15.073 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88212026-08-17T23:48:15.977Z[ recovery-image] Aug 17 23:48:15.073 INFO O| Aug 17 23:48:15.073 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88222026-08-17T23:48:15.977Z[ recovery-image] Aug 17 23:48:15.073 INFO O| Aug 17 23:48:15.073 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88232026-08-17T23:48:15.982Z[ recovery-image] Aug 17 23:48:15.073 INFO O| Aug 17 23:48:15.073 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88242026-08-17T23:48:15.982Z[ recovery-image] Aug 17 23:48:15.073 INFO O| Aug 17 23:48:15.073 INFO ok!
88252026-08-17T23:48:15.982Z[ recovery-image] Aug 17 23:48:15.073 INFO O| Aug 17 23:48:15.073 INFO STEP 28 (ensure_file) COMPLETE
88262026-08-17T23:48:15.982Z[ recovery-image] Aug 17 23:48:15.073 INFO O| Aug 17 23:48:15.073 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272026-08-17T23:48:15.986Z[ recovery-image] Aug 17 23:48:15.082 INFO O| Aug 17 23:48:15.082 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88282026-08-17T23:48:15.986Z[ recovery-image] Aug 17 23:48:15.082 INFO O| Aug 17 23:48:15.082 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88292026-08-17T23:48:15.986Z[ recovery-image] Aug 17 23:48:15.082 INFO O| Aug 17 23:48:15.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88302026-08-17T23:48:15.986Z[ recovery-image] Aug 17 23:48:15.082 INFO O| Aug 17 23:48:15.082 INFO ok!
88312026-08-17T23:48:15.986Z[ recovery-image] Aug 17 23:48:15.082 INFO O| Aug 17 23:48:15.082 INFO STEP 29 (ensure_file) COMPLETE
88322026-08-17T23:48:15.989Z[ recovery-image] Aug 17 23:48:15.082 INFO O| Aug 17 23:48:15.082 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88332026-08-17T23:48:15.997Z[ recovery-image] Aug 17 23:48:15.093 INFO O| Aug 17 23:48:15.092 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88342026-08-17T23:48:15.997Z[ recovery-image] Aug 17 23:48:15.093 INFO O| Aug 17 23:48:15.093 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88352026-08-17T23:48:15.997Z[ recovery-image] Aug 17 23:48:15.093 INFO O| Aug 17 23:48:15.093 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88362026-08-17T23:48:15.997Z[ recovery-image] Aug 17 23:48:15.093 INFO O| Aug 17 23:48:15.093 INFO STEP 30 (ensure_dir) COMPLETE
88372026-08-17T23:48:15.997Z[ recovery-image] Aug 17 23:48:15.093 INFO O| Aug 17 23:48:15.093 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382026-08-17T23:48:16.008Z[ recovery-image] Aug 17 23:48:15.103 INFO O| Aug 17 23:48:15.103 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88392026-08-17T23:48:16.008Z[ recovery-image] Aug 17 23:48:15.103 INFO O| Aug 17 23:48:15.103 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 ...
88402026-08-17T23:48:16.008Z[ recovery-image] Aug 17 23:48:15.103 INFO O| Aug 17 23:48:15.103 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
88412026-08-17T23:48:16.011Z[ recovery-image] Aug 17 23:48:15.103 INFO O| Aug 17 23:48:15.103 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88422026-08-17T23:48:16.011Z[ recovery-image] Aug 17 23:48:15.103 INFO O| Aug 17 23:48:15.103 INFO ok!
88432026-08-17T23:48:16.011Z[ recovery-image] Aug 17 23:48:15.103 INFO O| Aug 17 23:48:15.103 INFO STEP 31 (ensure_file) COMPLETE
88442026-08-17T23:48:16.011Z[ recovery-image] Aug 17 23:48:15.103 INFO O| Aug 17 23:48:15.103 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88452026-08-17T23:48:16.017Z[ recovery-image] Aug 17 23:48:15.113 INFO O| Aug 17 23:48:15.113 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88462026-08-17T23:48:16.017Z[ recovery-image] Aug 17 23:48:15.113 INFO O| Aug 17 23:48:15.113 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88472026-08-17T23:48:16.017Z[ recovery-image] Aug 17 23:48:15.113 INFO O| Aug 17 23:48:15.113 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88482026-08-17T23:48:16.020Z[ recovery-image] Aug 17 23:48:15.113 INFO O| Aug 17 23:48:15.113 INFO STEP 32 (ensure_dir) COMPLETE
88492026-08-17T23:48:16.020Z[ recovery-image] Aug 17 23:48:15.113 INFO O| Aug 17 23:48:15.113 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502026-08-17T23:48:16.028Z[ recovery-image] Aug 17 23:48:15.124 INFO O| Aug 17 23:48:15.124 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88512026-08-17T23:48:16.028Z[ recovery-image] Aug 17 23:48:15.124 INFO O| Aug 17 23:48:15.124 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 ...
88522026-08-17T23:48:16.028Z[ recovery-image] Aug 17 23:48:15.124 INFO O| Aug 17 23:48:15.124 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
88532026-08-17T23:48:16.032Z[ recovery-image] Aug 17 23:48:15.124 INFO O| Aug 17 23:48:15.124 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88542026-08-17T23:48:16.032Z[ recovery-image] Aug 17 23:48:15.124 INFO O| Aug 17 23:48:15.124 INFO ok!
88552026-08-17T23:48:16.032Z[ recovery-image] Aug 17 23:48:15.124 INFO O| Aug 17 23:48:15.124 INFO STEP 33 (ensure_file) COMPLETE
88562026-08-17T23:48:16.032Z[ recovery-image] Aug 17 23:48:15.124 INFO O| Aug 17 23:48:15.124 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88572026-08-17T23:48:16.039Z[ recovery-image] Aug 17 23:48:15.136 INFO O| Aug 17 23:48:15.135 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88582026-08-17T23:48:16.045Z[ recovery-image] Aug 17 23:48:15.136 INFO O| Aug 17 23:48:15.135 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88592026-08-17T23:48:16.045Z[ recovery-image] Aug 17 23:48:15.136 INFO O| Aug 17 23:48:15.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88602026-08-17T23:48:16.048Z[ recovery-image] Aug 17 23:48:15.136 INFO O| Aug 17 23:48:15.136 INFO ok!
88612026-08-17T23:48:16.048Z[ recovery-image] Aug 17 23:48:15.136 INFO O| Aug 17 23:48:15.136 INFO STEP 34 (ensure_file) COMPLETE
88622026-08-17T23:48:16.048Z[ recovery-image] Aug 17 23:48:15.136 INFO O| Aug 17 23:48:15.136 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88632026-08-17T23:48:16.051Z[ recovery-image] Aug 17 23:48:15.147 INFO O| Aug 17 23:48:15.147 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88642026-08-17T23:48:16.051Z[ recovery-image] Aug 17 23:48:15.147 INFO O| Aug 17 23:48:15.147 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88652026-08-17T23:48:16.051Z[ recovery-image] Aug 17 23:48:15.147 INFO O| Aug 17 23:48:15.147 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88662026-08-17T23:48:16.051Z[ recovery-image] Aug 17 23:48:15.147 INFO O| Aug 17 23:48:15.147 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88672026-08-17T23:48:16.051Z[ recovery-image] Aug 17 23:48:15.147 INFO O| Aug 17 23:48:15.147 INFO ok!
88682026-08-17T23:48:16.051Z[ recovery-image] Aug 17 23:48:15.147 INFO O| Aug 17 23:48:15.147 INFO STEP 35 (ensure_file) COMPLETE
88692026-08-17T23:48:16.052Z[ recovery-image] Aug 17 23:48:15.147 INFO O| Aug 17 23:48:15.147 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88702026-08-17T23:48:16.061Z[ recovery-image] Aug 17 23:48:15.157 INFO O| Aug 17 23:48:15.157 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88712026-08-17T23:48:16.061Z[ recovery-image] Aug 17 23:48:15.157 INFO O| Aug 17 23:48:15.157 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88722026-08-17T23:48:16.062Z[ recovery-image] Aug 17 23:48:15.157 INFO O| Aug 17 23:48:15.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88732026-08-17T23:48:16.065Z[ recovery-image] Aug 17 23:48:15.157 INFO O| Aug 17 23:48:15.157 INFO ok!
88742026-08-17T23:48:16.065Z[ recovery-image] Aug 17 23:48:15.157 INFO O| Aug 17 23:48:15.157 INFO STEP 36 (ensure_file) COMPLETE
88752026-08-17T23:48:16.065Z[ recovery-image] Aug 17 23:48:15.157 INFO O| Aug 17 23:48:15.157 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88762026-08-17T23:48:16.073Z[ recovery-image] Aug 17 23:48:15.169 INFO O| Aug 17 23:48:15.169 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88772026-08-17T23:48:16.073Z[ recovery-image] Aug 17 23:48:15.169 INFO O| Aug 17 23:48:15.169 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88782026-08-17T23:48:16.073Z[ recovery-image] Aug 17 23:48:15.169 INFO O| Aug 17 23:48:15.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88792026-08-17T23:48:16.076Z[ recovery-image] Aug 17 23:48:15.169 INFO O| Aug 17 23:48:15.169 INFO ok!
88802026-08-17T23:48:16.076Z[ recovery-image] Aug 17 23:48:15.169 INFO O| Aug 17 23:48:15.169 INFO STEP 37 (ensure_file) COMPLETE
88812026-08-17T23:48:16.076Z[ recovery-image] Aug 17 23:48:15.169 INFO O| Aug 17 23:48:15.169 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88822026-08-17T23:48:16.085Z[ recovery-image] Aug 17 23:48:15.181 INFO O| Aug 17 23:48:15.181 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88832026-08-17T23:48:16.085Z[ recovery-image] Aug 17 23:48:15.181 INFO O| Aug 17 23:48:15.181 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88842026-08-17T23:48:16.088Z[ recovery-image] Aug 17 23:48:15.181 INFO O| Aug 17 23:48:15.181 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88852026-08-17T23:48:16.089Z[ recovery-image] Aug 17 23:48:15.181 INFO O| Aug 17 23:48:15.181 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88862026-08-17T23:48:16.089Z[ recovery-image] Aug 17 23:48:15.181 INFO O| Aug 17 23:48:15.181 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88872026-08-17T23:48:16.089Z[ recovery-image] Aug 17 23:48:15.181 INFO O| Aug 17 23:48:15.181 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88882026-08-17T23:48:16.089Z[ recovery-image] Aug 17 23:48:15.181 INFO O| Aug 17 23:48:15.181 INFO ok!
88892026-08-17T23:48:16.089Z[ recovery-image] Aug 17 23:48:15.181 INFO O| Aug 17 23:48:15.181 INFO STEP 38 (ensure_file) COMPLETE
88902026-08-17T23:48:16.089Z[ recovery-image] Aug 17 23:48:15.181 INFO O| Aug 17 23:48:15.181 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88912026-08-17T23:48:16.097Z[ recovery-image] Aug 17 23:48:15.192 INFO O| Aug 17 23:48:15.192 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88922026-08-17T23:48:16.097Z[ recovery-image] Aug 17 23:48:15.193 INFO O| Aug 17 23:48:15.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88932026-08-17T23:48:16.097Z[ recovery-image] Aug 17 23:48:15.193 INFO O| Aug 17 23:48:15.193 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88942026-08-17T23:48:16.097Z[ recovery-image] Aug 17 23:48:15.193 INFO O| Aug 17 23:48:15.193 INFO STEP 39 (ensure_dir) COMPLETE
88952026-08-17T23:48:16.100Z[ recovery-image] Aug 17 23:48:15.193 INFO O| Aug 17 23:48:15.193 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88962026-08-17T23:48:16.107Z[ recovery-image] Aug 17 23:48:15.203 INFO O| Aug 17 23:48:15.203 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
88972026-08-17T23:48:16.107Z[ recovery-image] Aug 17 23:48:15.203 INFO O| Aug 17 23:48:15.203 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 ...
88982026-08-17T23:48:16.110Z[ recovery-image] Aug 17 23:48:15.203 INFO O| Aug 17 23:48:15.203 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
88992026-08-17T23:48:16.110Z[ recovery-image] Aug 17 23:48:15.203 INFO O| Aug 17 23:48:15.203 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
89002026-08-17T23:48:16.110Z[ recovery-image] Aug 17 23:48:15.203 INFO O| Aug 17 23:48:15.203 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
89012026-08-17T23:48:16.110Z[ recovery-image] Aug 17 23:48:15.203 INFO O| Aug 17 23:48:15.203 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
89022026-08-17T23:48:16.110Z[ recovery-image] Aug 17 23:48:15.203 INFO O| Aug 17 23:48:15.203 INFO ok!
89032026-08-17T23:48:16.110Z[ recovery-image] Aug 17 23:48:15.203 INFO O| Aug 17 23:48:15.203 INFO STEP 40 (ensure_file) COMPLETE
89042026-08-17T23:48:16.110Z[ recovery-image] Aug 17 23:48:15.203 INFO O| Aug 17 23:48:15.203 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89052026-08-17T23:48:16.118Z[ recovery-image] Aug 17 23:48:15.214 INFO O| Aug 17 23:48:15.214 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89062026-08-17T23:48:16.118Z[ recovery-image] Aug 17 23:48:15.214 INFO O| Aug 17 23:48:15.214 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 ...
89072026-08-17T23:48:16.118Z[ recovery-image] Aug 17 23:48:15.214 INFO O| Aug 17 23:48:15.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89082026-08-17T23:48:16.118Z[ recovery-image] Aug 17 23:48:15.214 INFO O| Aug 17 23:48:15.214 INFO ok!
89092026-08-17T23:48:16.123Z[ recovery-image] Aug 17 23:48:15.214 INFO O| Aug 17 23:48:15.214 INFO STEP 41 (ensure_symlink) COMPLETE
89102026-08-17T23:48:16.123Z[ recovery-image] Aug 17 23:48:15.214 INFO O| Aug 17 23:48:15.214 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89112026-08-17T23:48:16.126Z[ recovery-image] Aug 17 23:48:15.222 INFO O| Aug 17 23:48:15.222 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89122026-08-17T23:48:16.126Z[ recovery-image] Aug 17 23:48:15.222 INFO O| Aug 17 23:48:15.222 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89132026-08-17T23:48:16.126Z[ recovery-image] Aug 17 23:48:15.222 INFO O| Aug 17 23:48:15.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89142026-08-17T23:48:16.126Z[ recovery-image] Aug 17 23:48:15.222 INFO O| Aug 17 23:48:15.222 INFO ok!
89152026-08-17T23:48:16.126Z[ recovery-image] Aug 17 23:48:15.222 INFO O| Aug 17 23:48:15.222 INFO STEP 42 (ensure_symlink) COMPLETE
89162026-08-17T23:48:16.126Z[ recovery-image] Aug 17 23:48:15.222 INFO O| Aug 17 23:48:15.222 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89172026-08-17T23:48:16.138Z[ recovery-image] Aug 17 23:48:15.233 INFO O| Aug 17 23:48:15.233 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89182026-08-17T23:48:16.138Z[ recovery-image] Aug 17 23:48:15.233 INFO O| Aug 17 23:48:15.233 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89192026-08-17T23:48:16.138Z[ recovery-image] Aug 17 23:48:15.233 INFO O| Aug 17 23:48:15.233 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89202026-08-17T23:48:16.142Z[ recovery-image] Aug 17 23:48:15.233 INFO O| Aug 17 23:48:15.233 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89212026-08-17T23:48:16.142Z[ recovery-image] Aug 17 23:48:15.233 INFO O| Aug 17 23:48:15.233 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89222026-08-17T23:48:16.142Z[ recovery-image] Aug 17 23:48:15.233 INFO O| Aug 17 23:48:15.233 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89232026-08-17T23:48:16.142Z[ recovery-image] Aug 17 23:48:15.233 INFO O| Aug 17 23:48:15.233 INFO ok!
89242026-08-17T23:48:16.142Z[ recovery-image] Aug 17 23:48:15.233 INFO O| Aug 17 23:48:15.233 INFO STEP 43 (ensure_file) COMPLETE
89252026-08-17T23:48:16.142Z[ recovery-image] Aug 17 23:48:15.233 INFO O| Aug 17 23:48:15.233 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89262026-08-17T23:48:16.147Z[ recovery-image] Aug 17 23:48:15.243 INFO O| Aug 17 23:48:15.243 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89272026-08-17T23:48:16.147Z[ recovery-image] Aug 17 23:48:15.243 INFO O| Aug 17 23:48:15.243 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 ...
89282026-08-17T23:48:16.151Z[ recovery-image] Aug 17 23:48:15.243 INFO O| Aug 17 23:48:15.243 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
89292026-08-17T23:48:16.151Z[ recovery-image] Aug 17 23:48:15.243 INFO O| Aug 17 23:48:15.243 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89302026-08-17T23:48:16.151Z[ recovery-image] Aug 17 23:48:15.243 INFO O| Aug 17 23:48:15.243 INFO ok!
89312026-08-17T23:48:16.151Z[ recovery-image] Aug 17 23:48:15.243 INFO O| Aug 17 23:48:15.243 INFO STEP 44 (ensure_file) COMPLETE
89322026-08-17T23:48:16.151Z[ recovery-image] Aug 17 23:48:15.243 INFO O| Aug 17 23:48:15.243 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89332026-08-17T23:48:16.157Z[ recovery-image] Aug 17 23:48:15.253 INFO O| Aug 17 23:48:15.253 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89342026-08-17T23:48:16.157Z[ recovery-image] Aug 17 23:48:15.253 INFO O| Aug 17 23:48:15.253 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89352026-08-17T23:48:16.161Z[ recovery-image] Aug 17 23:48:15.253 INFO O| Aug 17 23:48:15.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89362026-08-17T23:48:16.161Z[ recovery-image] Aug 17 23:48:15.253 INFO O| Aug 17 23:48:15.253 INFO ok!
89372026-08-17T23:48:16.161Z[ recovery-image] Aug 17 23:48:15.253 INFO O| Aug 17 23:48:15.253 INFO STEP 45 (ensure_file) COMPLETE
89382026-08-17T23:48:16.161Z[ recovery-image] Aug 17 23:48:15.253 INFO O| Aug 17 23:48:15.253 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89392026-08-17T23:48:16.167Z[ recovery-image] Aug 17 23:48:15.263 INFO O| Aug 17 23:48:15.262 INFO updating shadow file
89402026-08-17T23:48:16.167Z[ recovery-image] Aug 17 23:48:15.263 INFO O| Aug 17 23:48:15.263 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89412026-08-17T23:48:16.167Z[ recovery-image] Aug 17 23:48:15.263 INFO O| Aug 17 23:48:15.263 INFO STEP 46 (shadow) COMPLETE
89422026-08-17T23:48:16.167Z[ recovery-image] Aug 17 23:48:15.263 INFO O| Aug 17 23:48:15.263 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89432026-08-17T23:48:16.179Z[ recovery-image] Aug 17 23:48:15.274 INFO O| Aug 17 23:48:15.274 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89442026-08-17T23:48:16.179Z[ recovery-image] Aug 17 23:48:15.274 INFO O| Aug 17 23:48:15.274 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89452026-08-17T23:48:16.179Z[ recovery-image] Aug 17 23:48:15.274 INFO O| Aug 17 23:48:15.274 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89462026-08-17T23:48:16.183Z[ recovery-image] Aug 17 23:48:15.274 INFO O| Aug 17 23:48:15.274 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89472026-08-17T23:48:16.183Z[ recovery-image] Aug 17 23:48:15.274 INFO O| Aug 17 23:48:15.274 INFO ok!
89482026-08-17T23:48:16.183Z[ recovery-image] Aug 17 23:48:15.274 INFO O| Aug 17 23:48:15.274 INFO STEP 47 (ensure_file) COMPLETE
89492026-08-17T23:48:16.183Z[ recovery-image] Aug 17 23:48:15.274 INFO O| Aug 17 23:48:15.274 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89502026-08-17T23:48:16.189Z[ recovery-image] Aug 17 23:48:15.285 INFO O| Aug 17 23:48:15.285 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89512026-08-17T23:48:16.189Z[ recovery-image] Aug 17 23:48:15.285 INFO O| Aug 17 23:48:15.285 INFO STEP 48 (ensure_dir) COMPLETE
89522026-08-17T23:48:16.189Z[ recovery-image] Aug 17 23:48:15.285 INFO O| Aug 17 23:48:15.285 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89532026-08-17T23:48:16.200Z[ recovery-image] Aug 17 23:48:15.295 INFO O| Aug 17 23:48:15.295 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89542026-08-17T23:48:16.200Z[ recovery-image] Aug 17 23:48:15.295 INFO O| Aug 17 23:48:15.295 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89552026-08-17T23:48:16.203Z[ recovery-image] Aug 17 23:48:15.295 INFO O| Aug 17 23:48:15.295 INFO STEP 49 (ensure_dir) COMPLETE
89562026-08-17T23:48:16.203Z[ recovery-image] Aug 17 23:48:15.296 INFO O| Aug 17 23:48:15.295 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89572026-08-17T23:48:16.211Z[ recovery-image] Aug 17 23:48:15.307 INFO O| Aug 17 23:48:15.307 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89582026-08-17T23:48:16.212Z[ recovery-image] Aug 17 23:48:15.307 INFO O| Aug 17 23:48:15.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89592026-08-17T23:48:16.212Z[ recovery-image] Aug 17 23:48:15.307 INFO O| Aug 17 23:48:15.307 INFO STEP 50 (ensure_dir) COMPLETE
89602026-08-17T23:48:16.215Z[ recovery-image] Aug 17 23:48:15.307 INFO O| Aug 17 23:48:15.307 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89612026-08-17T23:48:16.223Z[ recovery-image] Aug 17 23:48:15.319 INFO O| Aug 17 23:48:15.319 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89622026-08-17T23:48:16.223Z[ recovery-image] Aug 17 23:48:15.319 INFO O| Aug 17 23:48:15.319 INFO copying /tmp/.tmp7mjUtC/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89632026-08-17T23:48:16.252Z[ recovery-image] Aug 17 23:48:15.348 INFO O| Aug 17 23:48:15.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89642026-08-17T23:48:16.252Z[ recovery-image] Aug 17 23:48:15.348 INFO O| Aug 17 23:48:15.348 INFO ok!
89652026-08-17T23:48:16.256Z[ recovery-image] Aug 17 23:48:15.348 INFO O| Aug 17 23:48:15.348 INFO STEP 51 (ensure_file) COMPLETE
89662026-08-17T23:48:16.256Z[ recovery-image] Aug 17 23:48:15.348 INFO O| Aug 17 23:48:15.348 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89672026-08-17T23:48:16.263Z[ recovery-image] Aug 17 23:48:15.359 INFO O| Aug 17 23:48:15.359 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89682026-08-17T23:48:16.263Z[ recovery-image] Aug 17 23:48:15.359 INFO O| Aug 17 23:48:15.359 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89692026-08-17T23:48:16.263Z[ recovery-image] Aug 17 23:48:15.359 INFO O| Aug 17 23:48:15.359 INFO STEP 52 (ensure_dir) COMPLETE
89702026-08-17T23:48:16.266Z[ recovery-image] Aug 17 23:48:15.359 INFO O| Aug 17 23:48:15.359 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89712026-08-17T23:48:16.276Z[ recovery-image] Aug 17 23:48:15.371 INFO O| Aug 17 23:48:15.370 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89722026-08-17T23:48:16.276Z[ recovery-image] Aug 17 23:48:15.371 INFO O| Aug 17 23:48:15.371 INFO copying /tmp/.tmp7mjUtC/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89732026-08-17T23:48:16.279Z[ recovery-image] Aug 17 23:48:15.371 INFO O| Aug 17 23:48:15.371 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89742026-08-17T23:48:16.279Z[ recovery-image] Aug 17 23:48:15.371 INFO O| Aug 17 23:48:15.371 INFO ok!
89752026-08-17T23:48:16.279Z[ recovery-image] Aug 17 23:48:15.371 INFO O| Aug 17 23:48:15.371 INFO STEP 53 (ensure_file) COMPLETE
89762026-08-17T23:48:16.279Z[ recovery-image] Aug 17 23:48:15.371 INFO O| Aug 17 23:48:15.371 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89772026-08-17T23:48:16.285Z[ recovery-image] Aug 17 23:48:15.381 INFO O| Aug 17 23:48:15.381 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89782026-08-17T23:48:16.285Z[ recovery-image] Aug 17 23:48:15.381 INFO O| Aug 17 23:48:15.381 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89792026-08-17T23:48:16.285Z[ recovery-image] Aug 17 23:48:15.381 INFO O| Aug 17 23:48:15.381 INFO STEP 54 (ensure_dir) COMPLETE
89802026-08-17T23:48:16.289Z[ recovery-image] Aug 17 23:48:15.381 INFO O| Aug 17 23:48:15.381 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89812026-08-17T23:48:16.296Z[ recovery-image] Aug 17 23:48:15.392 INFO O| Aug 17 23:48:15.392 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89822026-08-17T23:48:16.296Z[ recovery-image] Aug 17 23:48:15.392 INFO O| Aug 17 23:48:15.392 INFO copying /tmp/.tmp7mjUtC/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89832026-08-17T23:48:16.955Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
89842026-08-17T23:48:17.314Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
89852026-08-17T23:48:18.246Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
89862026-08-17T23:48:18.283Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
89872026-08-17T23:48:18.333Z[ recovery-image] Aug 17 23:48:17.428 INFO O| Aug 17 23:48:17.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89882026-08-17T23:48:18.333Z[ recovery-image] Aug 17 23:48:17.428 INFO O| Aug 17 23:48:17.428 INFO ok!
89892026-08-17T23:48:18.333Z[ recovery-image] Aug 17 23:48:17.428 INFO O| Aug 17 23:48:17.428 INFO STEP 55 (ensure_file) COMPLETE
89902026-08-17T23:48:18.337Z[ recovery-image] Aug 17 23:48:17.428 INFO O| Aug 17 23:48:17.428 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89912026-08-17T23:48:18.344Z[ recovery-image] Aug 17 23:48:17.440 INFO O| Aug 17 23:48:17.440 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89922026-08-17T23:48:18.345Z[ recovery-image] Aug 17 23:48:17.440 INFO O| Aug 17 23:48:17.440 INFO copying /tmp/.tmp7mjUtC/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89932026-08-17T23:48:18.666Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
89942026-08-17T23:48:19.251Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
89952026-08-17T23:48:19.416Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
89962026-08-17T23:48:19.466Z[verify-libraries] Compiling multimap v0.10.1
89972026-08-17T23:48:19.791Z[verify-libraries] Compiling termios v0.3.3
89982026-08-17T23:48:19.970Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
89992026-08-17T23:48:20.057Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
90002026-08-17T23:48:20.326Z[ recovery-image] Aug 17 23:48:19.421 INFO O| Aug 17 23:48:19.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90012026-08-17T23:48:20.326Z[ recovery-image] Aug 17 23:48:19.421 INFO O| Aug 17 23:48:19.421 INFO ok!
90022026-08-17T23:48:20.326Z[ recovery-image] Aug 17 23:48:19.421 INFO O| Aug 17 23:48:19.421 INFO STEP 56 (ensure_file) COMPLETE
90032026-08-17T23:48:20.326Z[ recovery-image] Aug 17 23:48:19.421 INFO O| Aug 17 23:48:19.421 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90042026-08-17T23:48:20.335Z[ recovery-image] Aug 17 23:48:19.431 INFO O| Aug 17 23:48:19.430 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90052026-08-17T23:48:20.335Z[ recovery-image] Aug 17 23:48:19.431 INFO O| Aug 17 23:48:19.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90062026-08-17T23:48:20.335Z[ recovery-image] Aug 17 23:48:19.431 INFO O| Aug 17 23:48:19.431 INFO STEP 57 (ensure_dir) COMPLETE
90072026-08-17T23:48:20.338Z[ recovery-image] Aug 17 23:48:19.431 INFO O| Aug 17 23:48:19.431 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90082026-08-17T23:48:20.344Z[ recovery-image] Aug 17 23:48:19.439 INFO O| Aug 17 23:48:19.439 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90092026-08-17T23:48:20.344Z[ recovery-image] Aug 17 23:48:19.439 INFO O| Aug 17 23:48:19.439 INFO copying /tmp/.tmp7mjUtC/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 ...
90102026-08-17T23:48:20.344Z[ recovery-image] Aug 17 23:48:19.439 INFO O| Aug 17 23:48:19.439 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
90112026-08-17T23:48:20.344Z[ recovery-image] Aug 17 23:48:19.439 INFO O| Aug 17 23:48:19.439 INFO ok!
90122026-08-17T23:48:20.344Z[ recovery-image] Aug 17 23:48:19.439 INFO O| Aug 17 23:48:19.439 INFO STEP 58 (ensure_file) COMPLETE
90132026-08-17T23:48:20.344Z[ recovery-image] Aug 17 23:48:19.439 INFO O| Aug 17 23:48:19.439 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90142026-08-17T23:48:20.353Z[ recovery-image] Aug 17 23:48:19.449 INFO O| Aug 17 23:48:19.448 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90152026-08-17T23:48:20.353Z[ recovery-image] Aug 17 23:48:19.449 INFO O| Aug 17 23:48:19.448 INFO copying /tmp/.tmp7mjUtC/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 ...
90162026-08-17T23:48:20.357Z[ recovery-image] Aug 17 23:48:19.449 INFO O| Aug 17 23:48:19.449 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
90172026-08-17T23:48:20.357Z[ recovery-image] Aug 17 23:48:19.449 INFO O| Aug 17 23:48:19.449 INFO ok!
90182026-08-17T23:48:20.357Z[ recovery-image] Aug 17 23:48:19.449 INFO O| Aug 17 23:48:19.449 INFO STEP 59 (ensure_file) COMPLETE
90192026-08-17T23:48:20.357Z[ recovery-image] Aug 17 23:48:19.449 INFO O| Aug 17 23:48:19.449 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90202026-08-17T23:48:20.363Z[ recovery-image] Aug 17 23:48:19.458 INFO O| Aug 17 23:48:19.458 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90212026-08-17T23:48:20.363Z[ recovery-image] Aug 17 23:48:19.458 INFO O| Aug 17 23:48:19.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90222026-08-17T23:48:20.366Z[ recovery-image] Aug 17 23:48:19.458 INFO O| Aug 17 23:48:19.458 INFO STEP 60 (ensure_dir) COMPLETE
90232026-08-17T23:48:20.366Z[ recovery-image] Aug 17 23:48:19.458 INFO O| Aug 17 23:48:19.458 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90242026-08-17T23:48:20.371Z[ recovery-image] Aug 17 23:48:19.468 INFO O| Aug 17 23:48:19.468 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90252026-08-17T23:48:20.372Z[ recovery-image] Aug 17 23:48:19.468 INFO O| Aug 17 23:48:19.468 INFO copying /tmp/.tmp7mjUtC/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 ...
90262026-08-17T23:48:20.372Z[ recovery-image] Aug 17 23:48:19.468 INFO O| Aug 17 23:48:19.468 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90272026-08-17T23:48:20.375Z[ recovery-image] Aug 17 23:48:19.468 INFO O| Aug 17 23:48:19.468 INFO ok!
90282026-08-17T23:48:20.375Z[ recovery-image] Aug 17 23:48:19.468 INFO O| Aug 17 23:48:19.468 INFO STEP 61 (ensure_file) COMPLETE
90292026-08-17T23:48:20.375Z[ recovery-image] Aug 17 23:48:19.468 INFO O| Aug 17 23:48:19.468 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90302026-08-17T23:48:20.381Z[ recovery-image] Aug 17 23:48:19.477 INFO O| Aug 17 23:48:19.477 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90312026-08-17T23:48:20.382Z[ recovery-image] Aug 17 23:48:19.478 INFO O| Aug 17 23:48:19.477 INFO copying /tmp/.tmp7mjUtC/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 ...
90322026-08-17T23:48:20.385Z[ recovery-image] Aug 17 23:48:19.478 INFO O| Aug 17 23:48:19.478 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
90332026-08-17T23:48:20.385Z[ recovery-image] Aug 17 23:48:19.478 INFO O| Aug 17 23:48:19.478 INFO ok!
90342026-08-17T23:48:20.385Z[ recovery-image] Aug 17 23:48:19.478 INFO O| Aug 17 23:48:19.478 INFO STEP 62 (ensure_file) COMPLETE
90352026-08-17T23:48:20.385Z[ recovery-image] Aug 17 23:48:19.478 INFO O| Aug 17 23:48:19.478 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90362026-08-17T23:48:20.391Z[ recovery-image] Aug 17 23:48:19.487 INFO O| Aug 17 23:48:19.487 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90372026-08-17T23:48:20.391Z[ recovery-image] Aug 17 23:48:19.487 INFO O| Aug 17 23:48:19.487 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90382026-08-17T23:48:20.391Z[ recovery-image] Aug 17 23:48:19.487 INFO O| Aug 17 23:48:19.487 INFO STEP 63 (ensure_dir) COMPLETE
90392026-08-17T23:48:20.394Z[ recovery-image] Aug 17 23:48:19.487 INFO O| Aug 17 23:48:19.487 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90402026-08-17T23:48:20.400Z[ recovery-image] Aug 17 23:48:19.496 INFO O| Aug 17 23:48:19.496 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90412026-08-17T23:48:20.401Z[ recovery-image] Aug 17 23:48:19.496 INFO O| Aug 17 23:48:19.496 INFO copying /tmp/.tmp7mjUtC/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 ...
90422026-08-17T23:48:20.404Z[ recovery-image] Aug 17 23:48:19.496 INFO O| Aug 17 23:48:19.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90432026-08-17T23:48:20.404Z[ recovery-image] Aug 17 23:48:19.496 INFO O| Aug 17 23:48:19.496 INFO ok!
90442026-08-17T23:48:20.404Z[ recovery-image] Aug 17 23:48:19.496 INFO O| Aug 17 23:48:19.496 INFO STEP 64 (ensure_file) COMPLETE
90452026-08-17T23:48:20.404Z[ recovery-image] Aug 17 23:48:19.496 INFO O| Aug 17 23:48:19.496 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90462026-08-17T23:48:20.410Z[ recovery-image] Aug 17 23:48:19.505 INFO O| Aug 17 23:48:19.505 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90472026-08-17T23:48:20.410Z[ recovery-image] Aug 17 23:48:19.506 INFO O| Aug 17 23:48:19.505 INFO copying /tmp/.tmp7mjUtC/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90482026-08-17T23:48:20.410Z[ recovery-image] Aug 17 23:48:19.506 INFO O| Aug 17 23:48:19.506 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90492026-08-17T23:48:20.413Z[ recovery-image] Aug 17 23:48:19.506 INFO O| Aug 17 23:48:19.506 INFO ok!
90502026-08-17T23:48:20.413Z[ recovery-image] Aug 17 23:48:19.506 INFO O| Aug 17 23:48:19.506 INFO STEP 65 (ensure_file) COMPLETE
90512026-08-17T23:48:20.413Z[ recovery-image] Aug 17 23:48:19.506 INFO O| Aug 17 23:48:19.506 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90522026-08-17T23:48:20.419Z[ recovery-image] Aug 17 23:48:19.515 INFO O| Aug 17 23:48:19.515 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90532026-08-17T23:48:20.419Z[ recovery-image] Aug 17 23:48:19.515 INFO O| Aug 17 23:48:19.515 INFO STEP 66 (ensure_dir) COMPLETE
90542026-08-17T23:48:20.419Z[ recovery-image] Aug 17 23:48:19.515 INFO O| Aug 17 23:48:19.515 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90552026-08-17T23:48:20.430Z[ recovery-image] Aug 17 23:48:19.526 INFO O| Aug 17 23:48:19.526 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90562026-08-17T23:48:20.430Z[ recovery-image] Aug 17 23:48:19.526 INFO O| Aug 17 23:48:19.526 INFO STEP 67 (ensure_dir) COMPLETE
90572026-08-17T23:48:20.430Z[ recovery-image] Aug 17 23:48:19.526 INFO O| Aug 17 23:48:19.526 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90582026-08-17T23:48:20.441Z[ recovery-image] Aug 17 23:48:19.537 INFO O| Aug 17 23:48:19.537 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90592026-08-17T23:48:20.441Z[ recovery-image] Aug 17 23:48:19.537 INFO O| Aug 17 23:48:19.537 INFO STEP 68 (ensure_dir) COMPLETE
90602026-08-17T23:48:20.445Z[ recovery-image] Aug 17 23:48:19.537 INFO O| Aug 17 23:48:19.537 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90612026-08-17T23:48:20.450Z[ recovery-image] Aug 17 23:48:19.546 INFO O| Aug 17 23:48:19.546 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90622026-08-17T23:48:20.450Z[ recovery-image] Aug 17 23:48:19.546 INFO O| Aug 17 23:48:19.546 INFO STEP 69 (ensure_dir) COMPLETE
90632026-08-17T23:48:20.450Z[ recovery-image] Aug 17 23:48:19.546 INFO O| Aug 17 23:48:19.546 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90642026-08-17T23:48:20.461Z[ recovery-image] Aug 17 23:48:19.556 INFO O| Aug 17 23:48:19.556 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90652026-08-17T23:48:20.461Z[ recovery-image] Aug 17 23:48:19.556 INFO O| Aug 17 23:48:19.556 INFO copying /tmp/.tmp7mjUtC/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90662026-08-17T23:48:20.461Z[ recovery-image] Aug 17 23:48:19.556 INFO O| Aug 17 23:48:19.556 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90672026-08-17T23:48:20.461Z[ recovery-image] Aug 17 23:48:19.556 INFO O| Aug 17 23:48:19.556 INFO ok!
90682026-08-17T23:48:20.465Z[ recovery-image] Aug 17 23:48:19.556 INFO O| Aug 17 23:48:19.556 INFO STEP 70 (ensure_file) COMPLETE
90692026-08-17T23:48:20.465Z[ recovery-image] Aug 17 23:48:19.556 INFO O| Aug 17 23:48:19.556 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90702026-08-17T23:48:20.476Z[ recovery-image] Aug 17 23:48:19.572 INFO O| Aug 17 23:48:19.572 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90712026-08-17T23:48:20.476Z[ recovery-image] Aug 17 23:48:19.572 INFO O| Aug 17 23:48:19.572 INFO STEP 71 (remove_files) COMPLETE
90722026-08-17T23:48:20.479Z[ recovery-image] Aug 17 23:48:19.572 INFO O| Aug 17 23:48:19.572 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90732026-08-17T23:48:20.485Z[ recovery-image] Aug 17 23:48:19.581 INFO O| Aug 17 23:48:19.581 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90742026-08-17T23:48:20.485Z[ recovery-image] Aug 17 23:48:19.581 INFO O| Aug 17 23:48:19.581 INFO STEP 72 (remove_files) COMPLETE
90752026-08-17T23:48:20.485Z[ recovery-image] Aug 17 23:48:19.581 INFO O| Aug 17 23:48:19.581 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90762026-08-17T23:48:20.494Z[ recovery-image] Aug 17 23:48:19.590 INFO O| Aug 17 23:48:19.590 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90772026-08-17T23:48:20.494Z[ recovery-image] Aug 17 23:48:19.590 INFO O| Aug 17 23:48:19.590 INFO STEP 73 (remove_files) COMPLETE
90782026-08-17T23:48:20.498Z[ recovery-image] Aug 17 23:48:19.590 INFO O| Aug 17 23:48:19.590 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90792026-08-17T23:48:20.507Z[ recovery-image] Aug 17 23:48:19.602 INFO O| Aug 17 23:48:19.602 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90802026-08-17T23:48:20.507Z[ recovery-image] Aug 17 23:48:19.602 INFO O| Aug 17 23:48:19.602 INFO STEP 74 (remove_files) COMPLETE
90812026-08-17T23:48:20.507Z[ recovery-image] Aug 17 23:48:19.602 INFO O| Aug 17 23:48:19.602 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90822026-08-17T23:48:20.518Z[ recovery-image] Aug 17 23:48:19.613 INFO O| Aug 17 23:48:19.613 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90832026-08-17T23:48:20.518Z[ recovery-image] Aug 17 23:48:19.613 INFO O| Aug 17 23:48:19.613 INFO STEP 75 (remove_files) COMPLETE
90842026-08-17T23:48:20.522Z[ recovery-image] Aug 17 23:48:19.613 INFO O| Aug 17 23:48:19.613 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90852026-08-17T23:48:20.527Z[ recovery-image] Aug 17 23:48:19.623 INFO O| Aug 17 23:48:19.623 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90862026-08-17T23:48:20.527Z[ recovery-image] Aug 17 23:48:19.623 INFO O| Aug 17 23:48:19.623 INFO STEP 76 (remove_files) COMPLETE
90872026-08-17T23:48:20.527Z[ recovery-image] Aug 17 23:48:19.623 INFO O| Aug 17 23:48:19.623 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90882026-08-17T23:48:20.536Z[ recovery-image] Aug 17 23:48:19.632 INFO O| Aug 17 23:48:19.632 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90892026-08-17T23:48:20.536Z[ recovery-image] Aug 17 23:48:19.632 INFO O| Aug 17 23:48:19.632 INFO STEP 77 (remove_files) COMPLETE
90902026-08-17T23:48:20.536Z[ recovery-image] Aug 17 23:48:19.632 INFO O| Aug 17 23:48:19.632 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90912026-08-17T23:48:20.546Z[ recovery-image] Aug 17 23:48:19.642 INFO O| Aug 17 23:48:19.641 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90922026-08-17T23:48:20.546Z[ recovery-image] Aug 17 23:48:19.642 INFO O| Aug 17 23:48:19.642 INFO STEP 78 (remove_files) COMPLETE
90932026-08-17T23:48:20.549Z[ recovery-image] Aug 17 23:48:19.642 INFO O| Aug 17 23:48:19.642 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90942026-08-17T23:48:20.554Z[ recovery-image] Aug 17 23:48:19.650 INFO O| Aug 17 23:48:19.650 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90952026-08-17T23:48:20.554Z[ recovery-image] Aug 17 23:48:19.650 INFO O| Aug 17 23:48:19.650 INFO STEP 79 (remove_files) COMPLETE
90962026-08-17T23:48:20.557Z[ recovery-image] Aug 17 23:48:19.650 INFO O| Aug 17 23:48:19.650 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90972026-08-17T23:48:20.563Z[ recovery-image] Aug 17 23:48:19.659 INFO O| Aug 17 23:48:19.659 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90982026-08-17T23:48:20.563Z[ recovery-image] Aug 17 23:48:19.659 INFO O| Aug 17 23:48:19.659 INFO STEP 80 (remove_files) COMPLETE
90992026-08-17T23:48:20.563Z[ recovery-image] Aug 17 23:48:19.659 INFO O| Aug 17 23:48:19.659 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91002026-08-17T23:48:20.572Z[ recovery-image] Aug 17 23:48:19.668 INFO O| Aug 17 23:48:19.668 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91012026-08-17T23:48:20.572Z[ recovery-image] Aug 17 23:48:19.668 INFO O| Aug 17 23:48:19.668 INFO STEP 81 (remove_files) COMPLETE
91022026-08-17T23:48:20.572Z[ recovery-image] Aug 17 23:48:19.668 INFO O| Aug 17 23:48:19.668 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91032026-08-17T23:48:20.582Z[ recovery-image] Aug 17 23:48:19.678 INFO O| Aug 17 23:48:19.678 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91042026-08-17T23:48:20.583Z[ recovery-image] Aug 17 23:48:19.678 INFO O| Aug 17 23:48:19.678 INFO STEP 82 (remove_files) COMPLETE
91052026-08-17T23:48:20.583Z[ recovery-image] Aug 17 23:48:19.678 INFO O| Aug 17 23:48:19.678 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91062026-08-17T23:48:20.593Z[ recovery-image] Aug 17 23:48:19.688 INFO O| Aug 17 23:48:19.688 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91072026-08-17T23:48:20.593Z[ recovery-image] Aug 17 23:48:19.688 INFO O| Aug 17 23:48:19.688 INFO STEP 83 (remove_files) COMPLETE
91082026-08-17T23:48:20.593Z[ recovery-image] Aug 17 23:48:19.688 INFO O| Aug 17 23:48:19.688 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91092026-08-17T23:48:20.601Z[ recovery-image] Aug 17 23:48:19.697 INFO O| Aug 17 23:48:19.697 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91102026-08-17T23:48:20.601Z[ recovery-image] Aug 17 23:48:19.697 INFO O| Aug 17 23:48:19.697 INFO STEP 84 (remove_files) COMPLETE
91112026-08-17T23:48:20.605Z[ recovery-image] Aug 17 23:48:19.697 INFO O| Aug 17 23:48:19.697 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91122026-08-17T23:48:20.610Z[ recovery-image] Aug 17 23:48:19.706 INFO O| Aug 17 23:48:19.706 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91132026-08-17T23:48:20.610Z[ recovery-image] Aug 17 23:48:19.706 INFO O| Aug 17 23:48:19.706 INFO STEP 85 (remove_files) COMPLETE
91142026-08-17T23:48:20.615Z[ recovery-image] Aug 17 23:48:19.706 INFO O| Aug 17 23:48:19.706 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91152026-08-17T23:48:20.620Z[ recovery-image] Aug 17 23:48:19.714 INFO O| Aug 17 23:48:19.714 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91162026-08-17T23:48:20.620Z[ recovery-image] Aug 17 23:48:19.714 INFO O| Aug 17 23:48:19.714 INFO STEP 86 (remove_files) COMPLETE
91172026-08-17T23:48:20.624Z[ recovery-image] Aug 17 23:48:19.714 INFO O| Aug 17 23:48:19.714 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91182026-08-17T23:48:20.628Z[ recovery-image] Aug 17 23:48:19.722 INFO O| Aug 17 23:48:19.722 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91192026-08-17T23:48:20.628Z[ recovery-image] Aug 17 23:48:19.722 INFO O| Aug 17 23:48:19.722 INFO STEP 87 (remove_files) COMPLETE
91202026-08-17T23:48:20.628Z[ recovery-image] Aug 17 23:48:19.722 INFO O| Aug 17 23:48:19.722 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91212026-08-17T23:48:20.635Z[ recovery-image] Aug 17 23:48:19.731 INFO O| Aug 17 23:48:19.731 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91222026-08-17T23:48:20.635Z[ recovery-image] Aug 17 23:48:19.731 INFO O| Aug 17 23:48:19.731 INFO STEP 88 (remove_files) COMPLETE
91232026-08-17T23:48:20.635Z[ recovery-image] Aug 17 23:48:19.731 INFO O| Aug 17 23:48:19.731 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91242026-08-17T23:48:20.644Z[ recovery-image] Aug 17 23:48:19.740 INFO O| Aug 17 23:48:19.740 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91252026-08-17T23:48:20.644Z[ recovery-image] Aug 17 23:48:19.740 INFO O| Aug 17 23:48:19.740 INFO STEP 89 (remove_files) COMPLETE
91262026-08-17T23:48:20.647Z[ recovery-image] Aug 17 23:48:19.740 INFO O| Aug 17 23:48:19.740 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272026-08-17T23:48:20.654Z[ recovery-image] Aug 17 23:48:19.750 INFO O| Aug 17 23:48:19.750 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91282026-08-17T23:48:20.654Z[ recovery-image] Aug 17 23:48:19.750 INFO O| Aug 17 23:48:19.750 INFO STEP 90 (remove_files) COMPLETE
91292026-08-17T23:48:20.654Z[ recovery-image] Aug 17 23:48:19.750 INFO O| Aug 17 23:48:19.750 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302026-08-17T23:48:20.664Z[ recovery-image] Aug 17 23:48:19.760 INFO O| Aug 17 23:48:19.760 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91312026-08-17T23:48:20.664Z[ recovery-image] Aug 17 23:48:19.760 INFO O| Aug 17 23:48:19.760 INFO STEP 91 (remove_files) COMPLETE
91322026-08-17T23:48:20.667Z[ recovery-image] Aug 17 23:48:19.760 INFO O| Aug 17 23:48:19.760 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-08-17T23:48:20.674Z[ recovery-image] Aug 17 23:48:19.770 INFO O| Aug 17 23:48:19.770 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91342026-08-17T23:48:20.674Z[ recovery-image] Aug 17 23:48:19.770 INFO O| Aug 17 23:48:19.770 INFO STEP 92 (remove_files) COMPLETE
91352026-08-17T23:48:20.674Z[ recovery-image] Aug 17 23:48:19.770 INFO O| Aug 17 23:48:19.770 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-08-17T23:48:20.684Z[ recovery-image] Aug 17 23:48:19.780 INFO O| Aug 17 23:48:19.780 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91372026-08-17T23:48:20.684Z[ recovery-image] Aug 17 23:48:19.780 INFO O| Aug 17 23:48:19.780 INFO STEP 93 (remove_files) COMPLETE
91382026-08-17T23:48:20.684Z[ recovery-image] Aug 17 23:48:19.780 INFO O| Aug 17 23:48:19.780 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-08-17T23:48:20.693Z[ recovery-image] Aug 17 23:48:19.789 INFO O| Aug 17 23:48:19.789 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91402026-08-17T23:48:20.693Z[ recovery-image] Aug 17 23:48:19.789 INFO O| Aug 17 23:48:19.789 INFO STEP 94 (remove_files) COMPLETE
91412026-08-17T23:48:20.693Z[ recovery-image] Aug 17 23:48:19.789 INFO O| Aug 17 23:48:19.789 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-08-17T23:48:20.702Z[ recovery-image] Aug 17 23:48:19.798 INFO O| Aug 17 23:48:19.797 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91432026-08-17T23:48:20.702Z[ recovery-image] Aug 17 23:48:19.798 INFO O| Aug 17 23:48:19.798 INFO STEP 95 (remove_files) COMPLETE
91442026-08-17T23:48:20.702Z[ recovery-image] Aug 17 23:48:19.798 INFO O| Aug 17 23:48:19.798 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-08-17T23:48:20.711Z[ recovery-image] Aug 17 23:48:19.807 INFO O| Aug 17 23:48:19.807 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91462026-08-17T23:48:20.711Z[ recovery-image] Aug 17 23:48:19.807 INFO O| Aug 17 23:48:19.807 INFO STEP 96 (remove_files) COMPLETE
91472026-08-17T23:48:20.711Z[ recovery-image] Aug 17 23:48:19.807 INFO O| Aug 17 23:48:19.807 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-08-17T23:48:20.721Z[ recovery-image] Aug 17 23:48:19.817 INFO O| Aug 17 23:48:19.817 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91492026-08-17T23:48:20.721Z[ recovery-image] Aug 17 23:48:19.817 INFO O| Aug 17 23:48:19.817 INFO STEP 97 (remove_files) COMPLETE
91502026-08-17T23:48:20.721Z[ recovery-image] Aug 17 23:48:19.817 INFO O| Aug 17 23:48:19.817 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512026-08-17T23:48:20.731Z[ recovery-image] Aug 17 23:48:19.826 INFO O| Aug 17 23:48:19.826 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91522026-08-17T23:48:20.731Z[ recovery-image] Aug 17 23:48:19.826 INFO O| Aug 17 23:48:19.826 INFO STEP 98 (remove_files) COMPLETE
91532026-08-17T23:48:20.731Z[ recovery-image] Aug 17 23:48:19.826 INFO O| Aug 17 23:48:19.826 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542026-08-17T23:48:20.740Z[ recovery-image] Aug 17 23:48:19.836 INFO O| Aug 17 23:48:19.836 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91552026-08-17T23:48:20.740Z[ recovery-image] Aug 17 23:48:19.836 INFO O| Aug 17 23:48:19.836 INFO STEP 99 (remove_files) COMPLETE
91562026-08-17T23:48:20.745Z[ recovery-image] Aug 17 23:48:19.836 INFO O| Aug 17 23:48:19.836 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91572026-08-17T23:48:20.755Z[ recovery-image] Aug 17 23:48:19.851 INFO O| Aug 17 23:48:19.851 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91582026-08-17T23:48:20.755Z[ recovery-image] Aug 17 23:48:19.851 INFO O| Aug 17 23:48:19.851 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "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"}
91592026-08-17T23:48:23.983Z[verify-libraries] Compiling polar-core v0.27.3
91602026-08-17T23:48:26.097Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
91612026-08-17T23:48:27.721Z[ recovery-image] Aug 17 23:48:26.816 INFO O| Aug 17 23:48:26.816 INFO O| Loading smf(7) service descriptions: 1/692/693/694/695/696/697/698/699/6910/6911/6912/6913/6914/6915/6916/6917/6918/6919/6920/6921/6922/6923/6924/6925/6926/6927/6928/6929/6930/6931/6932/6933/6934/6935/6936/6937/6938/6939/6940/6941/6942/6943/6944/6945/6946/6947/6948/6949/6950/6951/6952/6953/6954/6955/6956/6957/6958/6959/6960/6961/6962/6963/6964/6965/6966/6967/6968/6969/69
91622026-08-17T23:48:27.721Z[ recovery-image] Aug 17 23:48:26.817 INFO O| Aug 17 23:48:26.817 INFO E| svccfg: Loaded 69 smf(7) service descriptions
91632026-08-17T23:48:27.762Z[ recovery-image] Aug 17 23:48:26.856 INFO O| Aug 17 23:48:26.856 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
91642026-08-17T23:48:27.855Z[ recovery-image] Aug 17 23:48:26.951 INFO O| Aug 17 23:48:26.951 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
91652026-08-17T23:48:27.912Z[ recovery-image] Aug 17 23:48:27.007 INFO O| Aug 17 23:48:27.007 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.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"}
91662026-08-17T23:48:27.976Z[ recovery-image] Aug 17 23:48:27.072 INFO O| Aug 17 23:48:27.072 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
91672026-08-17T23:48:27.976Z[ recovery-image] Aug 17 23:48:27.072 INFO O| Aug 17 23:48:27.072 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 ...
91682026-08-17T23:48:27.980Z[ recovery-image] Aug 17 23:48:27.074 INFO O| Aug 17 23:48:27.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
91692026-08-17T23:48:27.980Z[ recovery-image] Aug 17 23:48:27.074 INFO O| Aug 17 23:48:27.074 INFO ok!
91702026-08-17T23:48:27.980Z[ recovery-image] Aug 17 23:48:27.074 INFO O| Aug 17 23:48:27.074 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
91712026-08-17T23:48:27.980Z[ recovery-image] Aug 17 23:48:27.074 INFO O| Aug 17 23:48:27.074 INFO STEP 100 (seed_smf) COMPLETE
91722026-08-17T23:48:27.980Z[ recovery-image] Aug 17 23:48:27.074 INFO O| Aug 17 23:48:27.074 INFO steps complete; finalising image!
91732026-08-17T23:48:27.980Z[ recovery-image] Aug 17 23:48:27.074 INFO O| Aug 17 23:48:27.074 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
91742026-08-17T23:48:28.044Z[ recovery-image] Aug 17 23:48:27.140 INFO O| Aug 17 23:48:27.139 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon Aug 17 23:48:27 2026)
91752026-08-17T23:48:28.250Z[ recovery-image] Aug 17 23:48:27.346 INFO O| Aug 17 23:48:27.346 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 17 23:48:27 2026)
91762026-08-17T23:48:28.457Z[ recovery-image] Aug 17 23:48:27.552 INFO O| Aug 17 23:48:27.552 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 17 23:48:27 2026)
91772026-08-17T23:48:28.567Z[ host-image] Aug 17 23:48:27.663 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24191:20260817T130502Z
91782026-08-17T23:48:28.567Z[ host-image] Aug 17 23:48:27.663 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24191:20260817T130502Z
91792026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.663 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91802026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.663 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91812026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.663 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91822026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.663 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91832026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.663 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91842026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.663 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91852026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.664 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260817T233032Z
91862026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.664 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91872026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.664 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91882026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.664 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24191:20260817T130503Z
91892026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.665 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24191:20260817T130503Z
91902026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.665 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24191:20260817T130503Z
91912026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.665 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24191:20260817T130503Z
91922026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.665 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
91932026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.665 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24191:20260817T130503Z
91942026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.665 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24191:20260817T130503Z
91952026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24191:20260817T130503Z
91962026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24191:20260817T130503Z
91972026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24191:20260817T130504Z
91982026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24191:20260817T130504Z
91992026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24191:20260817T130504Z
92002026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24191:20260817T130504Z
92012026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24191:20260817T130504Z
92022026-08-17T23:48:28.571Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24191:20260817T130504Z
92032026-08-17T23:48:28.572Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24191:20260817T130505Z
92042026-08-17T23:48:28.572Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24191:20260817T130505Z
92052026-08-17T23:48:28.572Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24191:20260817T130505Z
92062026-08-17T23:48:28.572Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24191:20260817T130506Z
92072026-08-17T23:48:28.572Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24191:20260817T130506Z
92082026-08-17T23:48:28.572Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92092026-08-17T23:48:28.572Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24191:20260817T130507Z
92102026-08-17T23:48:28.572Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24191:20260817T130508Z
92112026-08-17T23:48:28.572Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24191:20260817T130508Z
92122026-08-17T23:48:28.572Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24191:20260817T130508Z
92132026-08-17T23:48:28.572Z[ host-image] Aug 17 23:48:27.666 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24191:20260817T130508Z
92142026-08-17T23:48:28.572Z[ host-image] Aug 17 23:48:27.667 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24191:20260817T130509Z
92152026-08-17T23:48:28.572Z[ host-image] Aug 17 23:48:27.667 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24191:20260817T130509Z
92162026-08-17T23:48:28.575Z[ host-image] Aug 17 23:48:27.670 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92172026-08-17T23:48:28.575Z[ host-image] Aug 17 23:48:27.670 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24191:20260817T130509Z
92182026-08-17T23:48:28.575Z[ host-image] Aug 17 23:48:27.670 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92192026-08-17T23:48:28.575Z[ host-image] Aug 17 23:48:27.670 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92202026-08-17T23:48:28.575Z[ host-image] Aug 17 23:48:27.670 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92212026-08-17T23:48:28.575Z[ host-image] Aug 17 23:48:27.670 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92222026-08-17T23:48:28.576Z[ host-image] Aug 17 23:48:27.670 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24191:20260817T130509Z
92232026-08-17T23:48:28.576Z[ host-image] Aug 17 23:48:27.670 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92242026-08-17T23:48:28.576Z[ host-image] Aug 17 23:48:27.670 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92252026-08-17T23:48:28.576Z[ host-image] Aug 17 23:48:27.670 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92262026-08-17T23:48:28.576Z[ host-image] Aug 17 23:48:27.671 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92272026-08-17T23:48:28.579Z[ host-image] Aug 17 23:48:27.674 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92282026-08-17T23:48:28.579Z[ host-image] Aug 17 23:48:27.674 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92292026-08-17T23:48:28.579Z[ host-image] Aug 17 23:48:27.674 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92302026-08-17T23:48:28.579Z[ host-image] Aug 17 23:48:27.674 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92312026-08-17T23:48:28.579Z[ host-image] Aug 17 23:48:27.674 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92322026-08-17T23:48:28.579Z[ host-image] Aug 17 23:48:27.674 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92332026-08-17T23:48:28.591Z[ host-image] Aug 17 23:48:27.687 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92342026-08-17T23:48:28.591Z[ host-image] Aug 17 23:48:27.687 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92352026-08-17T23:48:28.591Z[ host-image] Aug 17 23:48:27.687 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92362026-08-17T23:48:28.594Z[ host-image] Aug 17 23:48:27.687 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24191:20260817T130510Z
92372026-08-17T23:48:28.594Z[ host-image] Aug 17 23:48:27.687 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24191:20260817T130513Z
92382026-08-17T23:48:28.594Z[ host-image] Aug 17 23:48:27.687 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92392026-08-17T23:48:28.594Z[ host-image] Aug 17 23:48:27.687 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24191:20260817T130513Z
92402026-08-17T23:48:28.594Z[ host-image] Aug 17 23:48:27.687 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92412026-08-17T23:48:28.594Z[ host-image] Aug 17 23:48:27.687 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92422026-08-17T23:48:28.594Z[ host-image] Aug 17 23:48:27.687 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92432026-08-17T23:48:28.594Z[ host-image] Aug 17 23:48:27.687 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92442026-08-17T23:48:28.594Z[ host-image] Aug 17 23:48:27.687 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24191:20260817T130513Z
92452026-08-17T23:48:28.594Z[ host-image] Aug 17 23:48:27.687 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92462026-08-17T23:48:28.594Z[ host-image] Aug 17 23:48:27.688 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92472026-08-17T23:48:28.594Z[ host-image] Aug 17 23:48:27.688 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92482026-08-17T23:48:28.594Z[ host-image] Aug 17 23:48:27.688 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92492026-08-17T23:48:28.594Z[ host-image] Aug 17 23:48:27.689 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24191:20260817T130513Z
92502026-08-17T23:48:28.595Z[ host-image] Aug 17 23:48:27.689 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92512026-08-17T23:48:28.598Z[ host-image] Aug 17 23:48:27.693 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92522026-08-17T23:48:28.598Z[ host-image] Aug 17 23:48:27.693 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24191:20260817T130513Z
92532026-08-17T23:48:28.602Z[ host-image] Aug 17 23:48:27.694 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24191:20260817T130513Z
92542026-08-17T23:48:28.602Z[ host-image] Aug 17 23:48:27.694 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24191:20260817T130513Z
92552026-08-17T23:48:28.602Z[ host-image] Aug 17 23:48:27.694 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92562026-08-17T23:48:28.602Z[ host-image] Aug 17 23:48:27.694 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24191:20260817T130514Z
92572026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.694 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24191:20260817T130514Z
92582026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.694 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24191:20260817T130514Z
92592026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.694 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24191:20260817T130514Z
92602026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.695 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92612026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.695 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24191:20260817T130514Z
92622026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.695 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24191:20260817T130515Z
92632026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.695 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92642026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.696 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24191:20260817T130515Z
92652026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.696 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24191:20260817T130515Z
92662026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.696 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24191:20260817T130515Z
92672026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.696 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24191:20260817T130515Z
92682026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.698 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24191:20260817T130515Z
92692026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.698 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92702026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.698 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24191:20260817T130515Z
92712026-08-17T23:48:28.603Z[ host-image] Aug 17 23:48:27.698 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24191:20260817T130515Z
92722026-08-17T23:48:28.607Z[ host-image] Aug 17 23:48:27.699 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24191:20260817T130515Z
92732026-08-17T23:48:28.607Z[ host-image] Aug 17 23:48:27.699 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24191:20260817T130515Z
92742026-08-17T23:48:28.607Z[ host-image] Aug 17 23:48:27.699 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24191:20260817T130516Z
92752026-08-17T23:48:28.607Z[ host-image] Aug 17 23:48:27.699 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24191:20260817T130516Z
92762026-08-17T23:48:28.607Z[ host-image] Aug 17 23:48:27.699 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24191:20260817T130516Z
92772026-08-17T23:48:28.607Z[ host-image] Aug 17 23:48:27.699 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24191:20260817T130516Z
92782026-08-17T23:48:28.607Z[ host-image] Aug 17 23:48:27.702 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24191:20260817T130517Z
92792026-08-17T23:48:28.607Z[ host-image] Aug 17 23:48:27.702 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24191:20260817T130516Z
92802026-08-17T23:48:28.607Z[ host-image] Aug 17 23:48:27.702 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24191:20260817T130516Z
92812026-08-17T23:48:28.607Z[ host-image] Aug 17 23:48:27.703 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24191:20260817T130516Z
92822026-08-17T23:48:28.610Z[ host-image] Aug 17 23:48:27.703 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24191:20260817T130517Z
92832026-08-17T23:48:28.613Z[ host-image] Aug 17 23:48:27.709 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24191:20260817T130518Z
92842026-08-17T23:48:28.613Z[ host-image] Aug 17 23:48:27.709 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24191:20260817T130517Z
92852026-08-17T23:48:28.613Z[ host-image] Aug 17 23:48:27.709 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24191:20260817T130517Z
92862026-08-17T23:48:28.614Z[ host-image] Aug 17 23:48:27.709 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92872026-08-17T23:48:28.614Z[ host-image] Aug 17 23:48:27.709 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92882026-08-17T23:48:28.622Z[ host-image] Aug 17 23:48:27.718 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24191:20260817T130517Z
92892026-08-17T23:48:28.622Z[ host-image] Aug 17 23:48:27.718 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92902026-08-17T23:48:28.622Z[ host-image] Aug 17 23:48:27.718 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24191:20260817T130517Z
92912026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.718 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24191:20260817T130517Z
92922026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.718 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24191:20260817T130517Z
92932026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.718 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
92942026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.718 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
92952026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.718 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24191:20260817T130518Z
92962026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.719 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24191:20260817T130518Z
92972026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.719 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24191:20260817T130518Z
92982026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.719 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24191:20260817T130518Z
92992026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.719 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24191:20260817T130518Z
93002026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.719 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24191:20260817T130518Z
93012026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.720 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93022026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.720 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24191:20260817T130518Z
93032026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.720 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24191:20260817T130518Z
93042026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.720 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24191:20260817T130518Z
93052026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.720 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24191:20260817T130519Z
93062026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.720 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24191:20260817T130519Z
93072026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.720 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24191:20260817T130519Z
93082026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.720 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93092026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.720 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93102026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.720 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24191:20260817T130520Z
93112026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.721 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24191:20260817T130520Z
93122026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.721 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93132026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.721 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93142026-08-17T23:48:28.626Z[ host-image] Aug 17 23:48:27.721 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93152026-08-17T23:48:28.627Z[ host-image] Aug 17 23:48:27.721 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93162026-08-17T23:48:28.627Z[ host-image] Aug 17 23:48:27.721 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93172026-08-17T23:48:28.627Z[ host-image] Aug 17 23:48:27.721 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93182026-08-17T23:48:28.627Z[ host-image] Aug 17 23:48:27.722 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93192026-08-17T23:48:28.627Z[ host-image] Aug 17 23:48:27.722 INFO O| tempdir @ "/tmp/.tmpRakV58/tmp"
93202026-08-17T23:48:28.630Z[ host-image] Aug 17 23:48:27.722 INFO O| image root @ "/tmp/.tmpRakV58/tmp/root"
93212026-08-17T23:48:28.630Z[ host-image] Aug 17 23:48:27.722 INFO O| creating image...
93222026-08-17T23:48:28.663Z[ recovery-image] Aug 17 23:48:27.758 INFO O| Aug 17 23:48:27.758 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 17 23:48:27 2026)
93232026-08-17T23:48:28.869Z[ recovery-image] Aug 17 23:48:27.965 INFO O| Aug 17 23:48:27.964 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 17 23:48:27 2026)
93242026-08-17T23:48:32.643Z[ recovery-image] Aug 17 23:48:31.739 INFO O| Aug 17 23:48:31.739 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Mon Aug 17 23:48:27 2026)
93252026-08-17T23:48:32.732Z[verify-libraries] Compiling oso v0.27.3
93262026-08-17T23:48:32.864Z[ recovery-image] Aug 17 23:48:31.960 INFO O| Aug 17 23:48:31.960 INFO temporary pool has 501M used, 1.26G avail, 1.00x compressratio
93272026-08-17T23:48:32.864Z[ recovery-image] Aug 17 23:48:31.960 INFO O| Aug 17 23:48:31.960 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93282026-08-17T23:48:37.141Z[ recovery-image] Aug 17 23:48:36.236 INFO O| Aug 17 23:48:36.236 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
93292026-08-17T23:48:37.141Z[ recovery-image] Aug 17 23:48:36.236 INFO O| Aug 17 23:48:36.236 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93302026-08-17T23:48:37.231Z[ host-image] Aug 17 23:48:36.326 INFO O| copying publishers...
93312026-08-17T23:48:37.278Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93322026-08-17T23:48:37.830Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93332026-08-17T23:48:39.459Z[ recovery-image] Aug 17 23:48:38.554 INFO O| Aug 17 23:48:38.554 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93342026-08-17T23:48:39.459Z[ recovery-image] Aug 17 23:48:38.554 INFO O| Aug 17 23:48:38.554 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93352026-08-17T23:48:39.459Z[ recovery-image] Aug 17 23:48:38.554 INFO O| Aug 17 23:48:38.554 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93362026-08-17T23:48:39.463Z[ recovery-image] Aug 17 23:48:38.554 INFO O| Aug 17 23:48:38.554 INFO completed processing sled/zfs-recovery
93372026-08-17T23:48:39.463Z[ recovery-image] Aug 17 23:48:38.554 INFO O| Aug 17 23:48:38.554 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93382026-08-17T23:48:40.520Z[ host-image] Aug 17 23:48:39.555 INFO O| adding properties...
93392026-08-17T23:48:41.361Z[ recovery-image] Aug 17 23:48:40.457 INFO O| Aug 17 23:48:40.457 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93402026-08-17T23:48:41.502Z[ recovery-image] Aug 17 23:48:40.598 INFO BUILD STRING "heads/stlouis-0-ga931ca4556\n"
93412026-08-17T23:48:41.502Z[ recovery-image] Aug 17 23:48:40.598 INFO expanded image name: "recovery aac4ef5/${os_short_commit} 2026-08-17 23:30" -> "recovery aac4ef5/a931ca4 2026-08-17 23:30"
93422026-08-17T23:48:41.505Z[ recovery-image] Aug 17 23:48:40.598 INFO output artefacts stored in: "/work/os-recovery"
93432026-08-17T23:48:41.505Z[ recovery-image] Aug 17 23:48:40.598 INFO collecting git info from project "chelsio-t6-roms"...
93442026-08-17T23:48:41.523Z[ recovery-image] Aug 17 23:48:40.617 INFO collecting git info from project "amd-host-image-builder"...
93452026-08-17T23:48:41.562Z[ recovery-image] Aug 17 23:48:40.658 INFO collecting git info from project "dmar-report"...
93462026-08-17T23:48:41.573Z[ recovery-image] Aug 17 23:48:40.669 INFO collecting git info from project "pilot"...
93472026-08-17T23:48:41.582Z[ recovery-image] Aug 17 23:48:40.678 INFO collecting git info from project "amd-firmware"...
93482026-08-17T23:48:41.976Z[ host-image] Aug 17 23:48:41.072 INFO O| installing packages...
93492026-08-17T23:48:42.148Z[ recovery-image] Aug 17 23:48:41.243 INFO collecting git info from project "pinprick"...
93502026-08-17T23:48:42.154Z[ recovery-image] Aug 17 23:48:41.249 INFO collecting git info from project "phbl"...
93512026-08-17T23:48:42.160Z[ recovery-image] Aug 17 23:48:41.256 INFO collecting git info from project "image-builder"...
93522026-08-17T23:48:42.166Z[ recovery-image] Aug 17 23:48:41.262 INFO collecting git info from project "bootserver"...
93532026-08-17T23:48:42.172Z[ recovery-image] Aug 17 23:48:41.267 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93542026-08-17T23:48:42.860Z[ recovery-image] Aug 17 23:48:41.955 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93552026-08-17T23:48:43.267Z[ recovery-image] Aug 17 23:48:42.363 INFO creating Oxide boot image...
93562026-08-17T23:48:43.267Z[ recovery-image] Aug 17 23:48:42.363 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery aac4ef5/a931ca4 2026-08-17 23:30", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93572026-08-17T23:48:45.785Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93582026-08-17T23:48:46.903Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93592026-08-17T23:48:51.494Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93602026-08-17T23:48:52.028Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93612026-08-17T23:48:52.950Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93622026-08-17T23:48:53.134Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93632026-08-17T23:48:54.508Z[ host-image] Aug 17 23:48:53.603 INFO O| seeding SMF database...
93642026-08-17T23:48:58.578Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93652026-08-17T23:48:58.684Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93662026-08-17T23:48:59.555Z[ host-image] Aug 17 23:48:58.650 INFO O| configuring SMF profile...
93672026-08-17T23:48:59.555Z[ host-image] Aug 17 23:48:58.650 INFO O| modifying shadow(5)...
93682026-08-17T23:48:59.555Z[ host-image] Aug 17 23:48:58.650 INFO O| loading user and group database...
93692026-08-17T23:48:59.558Z[ host-image] Aug 17 23:48:58.650 INFO O| loading facet selections...
93702026-08-17T23:48:59.666Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93712026-08-17T23:49:00.103Z[ host-image] Aug 17 23:48:59.198 INFO O| devel -> true
93722026-08-17T23:49:00.103Z[ host-image] Aug 17 23:48:59.198 INFO O| doc.man -> true
93732026-08-17T23:49:00.107Z[ host-image] Aug 17 23:48:59.198 INFO O| version-lock.shell/ksh93 -> true
93742026-08-17T23:49:00.107Z[ host-image] Aug 17 23:48:59.198 INFO O| version-lock.system/data/hardware-registry -> true
93752026-08-17T23:49:00.107Z[ host-image] Aug 17 23:48:59.198 INFO O| version-lock.system/data/zoneinfo -> true
93762026-08-17T23:49:00.107Z[ host-image] Aug 17 23:48:59.198 INFO O| version-lock.system/microcode/amd -> true
93772026-08-17T23:49:00.107Z[ host-image] Aug 17 23:48:59.198 INFO O| version-lock.system/microcode/intel -> true
93782026-08-17T23:49:00.107Z[ host-image] Aug 17 23:48:59.198 INFO O| version-lock.system/microcode/oxide -> true
93792026-08-17T23:49:00.107Z[ host-image] Aug 17 23:48:59.198 INFO O| assessing packaged files...
93802026-08-17T23:49:02.240Z[ host-image] Aug 17 23:49:01.335 INFO O| creating archive...
93812026-08-17T23:49:02.372Z[ host-image] Aug 17 23:49:01.467 INFO O| missing from packaging:
93822026-08-17T23:49:02.372Z[ host-image] Aug 17 23:49:01.467 INFO O| "etc/.pwd.lock"
93832026-08-17T23:49:02.372Z[ host-image] Aug 17 23:49:01.467 INFO O| "etc/bash"
93842026-08-17T23:49:02.377Z[ host-image] Aug 17 23:49:01.472 INFO O| "etc/svc/profile/generic.xml"
93852026-08-17T23:49:02.377Z[ host-image] Aug 17 23:49:01.472 INFO O| "etc/svc/profile/inetd_services.xml"
93862026-08-17T23:49:02.377Z[ host-image] Aug 17 23:49:01.472 INFO O| "etc/svc/profile/name_service.xml"
93872026-08-17T23:49:02.377Z[ host-image] Aug 17 23:49:01.472 INFO O| "etc/svc/profile/platform.xml"
93882026-08-17T23:49:02.380Z[ host-image] Aug 17 23:49:01.472 INFO O| "etc/svc/profile/platform_omicron1.xml"
93892026-08-17T23:49:02.380Z[ host-image] Aug 17 23:49:01.472 INFO O| "etc/svc/repository.db"
93902026-08-17T23:49:02.383Z[ host-image] Aug 17 23:49:01.479 INFO O| "opt/ooce/share"
93912026-08-17T23:49:02.383Z[ host-image] Aug 17 23:49:01.479 INFO O| "opt/ooce/share/man"
93922026-08-17T23:49:02.386Z[ host-image] Aug 17 23:49:01.479 INFO O| "opt/ooce/share/man/man1"
93932026-08-17T23:49:02.401Z[ host-image] Aug 17 23:49:01.497 INFO O| finishing archive...
93942026-08-17T23:49:05.230Z[ host-image] Aug 17 23:49:04.314 INFO O| creating gzonly manifest...
93952026-08-17T23:49:05.234Z[ host-image] Aug 17 23:49:04.321 INFO O| ok
93962026-08-17T23:49:05.368Z[ host-image] Aug 17 23:49:04.464 INFO image builder template: ramdisk-02-trim...
93972026-08-17T23:49:05.369Z[ host-image] Aug 17 23:49:04.464 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/.tmp7mjUtC/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.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
93982026-08-17T23:49:05.388Z[ host-image] Aug 17 23:49:04.483 INFO O| Aug 17 23:49:04.483 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93992026-08-17T23:49:05.393Z[ host-image] Aug 17 23:49:04.487 INFO O| Aug 17 23:49:04.487 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94002026-08-17T23:49:06.880Z[ host-image] Aug 17 23:49:05.974 INFO O| Aug 17 23:49:05.974 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94012026-08-17T23:49:06.995Z[ host-image] Aug 17 23:49:06.060 INFO O| Aug 17 23:49:06.060 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94022026-08-17T23:49:06.996Z[ host-image] Aug 17 23:49:06.060 INFO O| Aug 17 23:49:06.060 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94032026-08-17T23:49:06.996Z[ host-image] Aug 17 23:49:06.063 INFO O| Aug 17 23:49:06.063 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94042026-08-17T23:49:06.996Z[ host-image] Aug 17 23:49:06.065 INFO O| Aug 17 23:49:06.065 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94052026-08-17T23:49:06.996Z[ host-image] Aug 17 23:49:06.069 INFO O| Aug 17 23:49:06.069 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94062026-08-17T23:49:07.524Z[ host-image] Aug 17 23:49:06.619 INFO O| Aug 17 23:49:06.619 INFO rolled back to input snapshot; work may begin
94072026-08-17T23:49:07.524Z[ host-image] Aug 17 23:49:06.619 INFO O| Aug 17 23:49:06.619 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94082026-08-17T23:49:07.527Z[ host-image] Aug 17 23:49:06.622 INFO O| Aug 17 23:49:06.622 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94092026-08-17T23:49:07.532Z[ host-image] Aug 17 23:49:06.628 INFO O| Aug 17 23:49:06.628 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94102026-08-17T23:49:07.559Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94112026-08-17T23:49:07.570Z[ host-image] Aug 17 23:49:06.666 INFO O| Aug 17 23:49:06.666 INFO STEP 0 (remove_files) COMPLETE
94122026-08-17T23:49:07.574Z[ host-image] Aug 17 23:49:06.666 INFO O| Aug 17 23:49:06.666 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94132026-08-17T23:49:07.578Z[ host-image] Aug 17 23:49:06.674 INFO O| Aug 17 23:49:06.673 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94142026-08-17T23:49:07.581Z[ host-image] Aug 17 23:49:06.675 INFO O| Aug 17 23:49:06.675 INFO STEP 1 (remove_files) COMPLETE
94152026-08-17T23:49:07.581Z[ host-image] Aug 17 23:49:06.675 INFO O| Aug 17 23:49:06.675 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94162026-08-17T23:49:07.588Z[ host-image] Aug 17 23:49:06.684 INFO O| Aug 17 23:49:06.684 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94172026-08-17T23:49:07.601Z[ host-image] Aug 17 23:49:06.697 INFO O| Aug 17 23:49:06.697 INFO STEP 2 (remove_files) COMPLETE
94182026-08-17T23:49:07.604Z[ host-image] Aug 17 23:49:06.697 INFO O| Aug 17 23:49:06.697 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94192026-08-17T23:49:07.609Z[ host-image] Aug 17 23:49:06.704 INFO O| Aug 17 23:49:06.704 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94202026-08-17T23:49:07.612Z[ host-image] Aug 17 23:49:06.706 INFO O| Aug 17 23:49:06.706 INFO STEP 3 (remove_files) COMPLETE
94212026-08-17T23:49:07.612Z[ host-image] Aug 17 23:49:06.706 INFO O| Aug 17 23:49:06.706 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94222026-08-17T23:49:07.618Z[ host-image] Aug 17 23:49:06.714 INFO O| Aug 17 23:49:06.714 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94232026-08-17T23:49:07.621Z[ host-image] Aug 17 23:49:06.717 INFO O| Aug 17 23:49:06.717 INFO STEP 4 (remove_files) COMPLETE
94242026-08-17T23:49:07.621Z[ host-image] Aug 17 23:49:06.717 INFO O| Aug 17 23:49:06.717 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94252026-08-17T23:49:07.627Z[ host-image] Aug 17 23:49:06.723 INFO O| Aug 17 23:49:06.723 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94262026-08-17T23:49:07.630Z[ host-image] Aug 17 23:49:06.725 INFO O| Aug 17 23:49:06.725 INFO STEP 5 (remove_files) COMPLETE
94272026-08-17T23:49:07.630Z[ host-image] Aug 17 23:49:06.725 INFO O| Aug 17 23:49:06.725 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94282026-08-17T23:49:07.635Z[ host-image] Aug 17 23:49:06.731 INFO O| Aug 17 23:49:06.731 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94292026-08-17T23:49:07.644Z[ host-image] Aug 17 23:49:06.740 INFO O| Aug 17 23:49:06.740 INFO STEP 6 (remove_files) COMPLETE
94302026-08-17T23:49:07.644Z[ host-image] Aug 17 23:49:06.740 INFO O| Aug 17 23:49:06.740 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94312026-08-17T23:49:07.647Z[ host-image] Aug 17 23:49:06.740 INFO O| Aug 17 23:49:06.740 INFO skip step because feature "heliosv2" is not enabled
94322026-08-17T23:49:07.647Z[ host-image] Aug 17 23:49:06.740 INFO O| Aug 17 23:49:06.740 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94332026-08-17T23:49:07.653Z[ host-image] Aug 17 23:49:06.749 INFO O| Aug 17 23:49:06.749 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94342026-08-17T23:49:07.664Z[ host-image] Aug 17 23:49:06.759 INFO O| Aug 17 23:49:06.759 INFO STEP 8 (remove_files) COMPLETE
94352026-08-17T23:49:07.664Z[ host-image] Aug 17 23:49:06.759 INFO O| Aug 17 23:49:06.759 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362026-08-17T23:49:07.670Z[ host-image] Aug 17 23:49:06.766 INFO O| Aug 17 23:49:06.766 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94372026-08-17T23:49:07.736Z[ host-image] Aug 17 23:49:06.831 INFO O| Aug 17 23:49:06.831 INFO STEP 9 (remove_files) COMPLETE
94382026-08-17T23:49:07.736Z[ host-image] Aug 17 23:49:06.831 INFO O| Aug 17 23:49:06.831 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94392026-08-17T23:49:07.744Z[ host-image] Aug 17 23:49:06.839 INFO O| Aug 17 23:49:06.839 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94402026-08-17T23:49:07.824Z[ host-image] Aug 17 23:49:06.919 INFO O| Aug 17 23:49:06.919 INFO STEP 10 (remove_files) COMPLETE
94412026-08-17T23:49:07.824Z[ host-image] Aug 17 23:49:06.919 INFO O| Aug 17 23:49:06.919 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94422026-08-17T23:49:07.833Z[ host-image] Aug 17 23:49:06.928 INFO O| Aug 17 23:49:06.928 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94432026-08-17T23:49:07.839Z[ host-image] Aug 17 23:49:06.931 INFO O| Aug 17 23:49:06.931 INFO STEP 11 (remove_files) COMPLETE
94442026-08-17T23:49:07.839Z[ host-image] Aug 17 23:49:06.931 INFO O| Aug 17 23:49:06.931 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94452026-08-17T23:49:07.842Z[ host-image] Aug 17 23:49:06.938 INFO O| Aug 17 23:49:06.938 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94462026-08-17T23:49:07.846Z[ host-image] Aug 17 23:49:06.939 INFO O| Aug 17 23:49:06.939 INFO STEP 12 (remove_files) COMPLETE
94472026-08-17T23:49:07.846Z[ host-image] Aug 17 23:49:06.939 INFO O| Aug 17 23:49:06.939 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-08-17T23:49:07.855Z[ host-image] Aug 17 23:49:06.947 INFO O| Aug 17 23:49:06.947 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94492026-08-17T23:49:07.858Z[ host-image] Aug 17 23:49:06.948 INFO O| Aug 17 23:49:06.948 INFO STEP 13 (remove_files) COMPLETE
94502026-08-17T23:49:07.858Z[ host-image] Aug 17 23:49:06.948 INFO O| Aug 17 23:49:06.948 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-08-17T23:49:07.917Z[ host-image] Aug 17 23:49:07.012 INFO O| Aug 17 23:49:07.012 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94522026-08-17T23:49:07.924Z[ host-image] Aug 17 23:49:07.020 INFO O| Aug 17 23:49:07.019 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94532026-08-17T23:49:08.082Z[ host-image] Aug 17 23:49:07.178 INFO O| Aug 17 23:49:07.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94542026-08-17T23:49:08.082Z[ host-image] Aug 17 23:49:07.178 INFO O| Aug 17 23:49:07.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94552026-08-17T23:49:08.085Z[ host-image] Aug 17 23:49:07.178 INFO O| Aug 17 23:49:07.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94562026-08-17T23:49:08.085Z[ host-image] Aug 17 23:49:07.178 INFO O| Aug 17 23:49:07.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94572026-08-17T23:49:08.085Z[ host-image] Aug 17 23:49:07.178 INFO O| Aug 17 23:49:07.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94582026-08-17T23:49:08.085Z[ host-image] Aug 17 23:49:07.178 INFO O| Aug 17 23:49:07.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94592026-08-17T23:49:08.085Z[ host-image] Aug 17 23:49:07.178 INFO O| Aug 17 23:49:07.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94602026-08-17T23:49:08.085Z[ host-image] Aug 17 23:49:07.178 INFO O| Aug 17 23:49:07.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94612026-08-17T23:49:08.085Z[ host-image] Aug 17 23:49:07.178 INFO O| Aug 17 23:49:07.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94622026-08-17T23:49:08.085Z[ host-image] Aug 17 23:49:07.178 INFO O| Aug 17 23:49:07.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94632026-08-17T23:49:08.085Z[ host-image] Aug 17 23:49:07.178 INFO O| Aug 17 23:49:07.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94642026-08-17T23:49:08.085Z[ host-image] Aug 17 23:49:07.178 INFO O| Aug 17 23:49:07.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94652026-08-17T23:49:08.086Z[ host-image] Aug 17 23:49:07.179 INFO O| Aug 17 23:49:07.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94662026-08-17T23:49:08.086Z[ host-image] Aug 17 23:49:07.179 INFO O| Aug 17 23:49:07.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94672026-08-17T23:49:08.086Z[ host-image] Aug 17 23:49:07.179 INFO O| Aug 17 23:49:07.179 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94682026-08-17T23:49:08.086Z[ host-image] Aug 17 23:49:07.179 INFO O| Aug 17 23:49:07.179 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94692026-08-17T23:49:08.089Z[ host-image] Aug 17 23:49:07.185 INFO O| Aug 17 23:49:07.185 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94702026-08-17T23:49:08.089Z[ host-image] Aug 17 23:49:07.185 INFO O| Aug 17 23:49:07.185 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94712026-08-17T23:49:08.093Z[ host-image] Aug 17 23:49:07.189 INFO O| Aug 17 23:49:07.189 INFO STEP 14 (remove_files) COMPLETE
94722026-08-17T23:49:08.096Z[ host-image] Aug 17 23:49:07.189 INFO O| Aug 17 23:49:07.189 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94732026-08-17T23:49:08.104Z[ host-image] Aug 17 23:49:07.199 INFO O| Aug 17 23:49:07.199 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94742026-08-17T23:49:08.107Z[ host-image] Aug 17 23:49:07.201 INFO O| Aug 17 23:49:07.201 INFO STEP 15 (remove_files) COMPLETE
94752026-08-17T23:49:08.107Z[ host-image] Aug 17 23:49:07.201 INFO O| Aug 17 23:49:07.201 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94762026-08-17T23:49:08.113Z[ host-image] Aug 17 23:49:07.209 INFO O| Aug 17 23:49:07.209 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94772026-08-17T23:49:08.119Z[ host-image] Aug 17 23:49:07.215 INFO O| Aug 17 23:49:07.215 INFO STEP 16 (remove_files) COMPLETE
94782026-08-17T23:49:08.122Z[ host-image] Aug 17 23:49:07.215 INFO O| Aug 17 23:49:07.215 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94792026-08-17T23:49:08.128Z[ host-image] Aug 17 23:49:07.224 INFO O| Aug 17 23:49:07.224 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94802026-08-17T23:49:08.131Z[ host-image] Aug 17 23:49:07.224 INFO O| Aug 17 23:49:07.224 INFO STEP 17 (remove_files) COMPLETE
94812026-08-17T23:49:08.131Z[ host-image] Aug 17 23:49:07.224 INFO O| Aug 17 23:49:07.224 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-08-17T23:49:08.137Z[ host-image] Aug 17 23:49:07.233 INFO O| Aug 17 23:49:07.232 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94832026-08-17T23:49:08.140Z[ host-image] Aug 17 23:49:07.234 INFO O| Aug 17 23:49:07.234 INFO STEP 18 (remove_files) COMPLETE
94842026-08-17T23:49:08.140Z[ host-image] Aug 17 23:49:07.234 INFO O| Aug 17 23:49:07.234 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-08-17T23:49:08.147Z[ host-image] Aug 17 23:49:07.243 INFO O| Aug 17 23:49:07.243 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94862026-08-17T23:49:08.150Z[ host-image] Aug 17 23:49:07.243 INFO O| Aug 17 23:49:07.243 INFO STEP 19 (remove_files) COMPLETE
94872026-08-17T23:49:08.150Z[ host-image] Aug 17 23:49:07.243 INFO O| Aug 17 23:49:07.243 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-08-17T23:49:08.154Z[ host-image] Aug 17 23:49:07.250 INFO O| Aug 17 23:49:07.250 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94892026-08-17T23:49:08.158Z[ host-image] Aug 17 23:49:07.250 INFO O| Aug 17 23:49:07.250 INFO STEP 20 (remove_files) COMPLETE
94902026-08-17T23:49:08.158Z[ host-image] Aug 17 23:49:07.250 INFO O| Aug 17 23:49:07.250 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-08-17T23:49:08.161Z[ host-image] Aug 17 23:49:07.257 INFO O| Aug 17 23:49:07.257 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94922026-08-17T23:49:08.161Z[ host-image] Aug 17 23:49:07.257 INFO O| Aug 17 23:49:07.257 INFO STEP 21 (remove_files) COMPLETE
94932026-08-17T23:49:08.165Z[ host-image] Aug 17 23:49:07.257 INFO O| Aug 17 23:49:07.257 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-08-17T23:49:08.170Z[ host-image] Aug 17 23:49:07.266 INFO O| Aug 17 23:49:07.266 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94952026-08-17T23:49:08.173Z[ host-image] Aug 17 23:49:07.266 INFO O| Aug 17 23:49:07.266 INFO STEP 22 (remove_files) COMPLETE
94962026-08-17T23:49:08.173Z[ host-image] Aug 17 23:49:07.266 INFO O| Aug 17 23:49:07.266 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-17T23:49:08.178Z[ host-image] Aug 17 23:49:07.274 INFO O| Aug 17 23:49:07.274 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
94982026-08-17T23:49:08.178Z[ host-image] Aug 17 23:49:07.274 INFO O| Aug 17 23:49:07.274 INFO STEP 23 (remove_files) COMPLETE
94992026-08-17T23:49:08.181Z[ host-image] Aug 17 23:49:07.274 INFO O| Aug 17 23:49:07.274 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-17T23:49:08.186Z[ host-image] Aug 17 23:49:07.281 INFO O| Aug 17 23:49:07.281 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95012026-08-17T23:49:08.186Z[ host-image] Aug 17 23:49:07.281 INFO O| Aug 17 23:49:07.281 INFO STEP 24 (remove_files) COMPLETE
95022026-08-17T23:49:08.186Z[ host-image] Aug 17 23:49:07.281 INFO O| Aug 17 23:49:07.281 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-08-17T23:49:08.194Z[ host-image] Aug 17 23:49:07.289 INFO O| Aug 17 23:49:07.289 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95042026-08-17T23:49:08.194Z[ host-image] Aug 17 23:49:07.289 INFO O| Aug 17 23:49:07.289 INFO STEP 25 (remove_files) COMPLETE
95052026-08-17T23:49:08.198Z[ host-image] Aug 17 23:49:07.289 INFO O| Aug 17 23:49:07.289 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-08-17T23:49:08.201Z[ host-image] Aug 17 23:49:07.297 INFO O| Aug 17 23:49:07.297 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95072026-08-17T23:49:08.201Z[ host-image] Aug 17 23:49:07.297 INFO O| Aug 17 23:49:07.297 INFO STEP 26 (remove_files) COMPLETE
95082026-08-17T23:49:08.201Z[ host-image] Aug 17 23:49:07.297 INFO O| Aug 17 23:49:07.297 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-08-17T23:49:08.209Z[ host-image] Aug 17 23:49:07.304 INFO O| Aug 17 23:49:07.304 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95102026-08-17T23:49:08.211Z[ host-image] Aug 17 23:49:07.304 INFO O| Aug 17 23:49:07.304 INFO STEP 27 (remove_files) COMPLETE
95112026-08-17T23:49:08.212Z[ host-image] Aug 17 23:49:07.305 INFO O| Aug 17 23:49:07.304 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-17T23:49:08.215Z[ host-image] Aug 17 23:49:07.311 INFO O| Aug 17 23:49:07.311 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95132026-08-17T23:49:08.219Z[ host-image] Aug 17 23:49:07.311 INFO O| Aug 17 23:49:07.311 INFO STEP 28 (remove_files) COMPLETE
95142026-08-17T23:49:08.219Z[ host-image] Aug 17 23:49:07.311 INFO O| Aug 17 23:49:07.311 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-17T23:49:08.222Z[ host-image] Aug 17 23:49:07.318 INFO O| Aug 17 23:49:07.317 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95162026-08-17T23:49:08.222Z[ host-image] Aug 17 23:49:07.318 INFO O| Aug 17 23:49:07.318 INFO STEP 29 (remove_files) COMPLETE
95172026-08-17T23:49:08.222Z[ host-image] Aug 17 23:49:07.318 INFO O| Aug 17 23:49:07.318 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-08-17T23:49:08.228Z[ host-image] Aug 17 23:49:07.324 INFO O| Aug 17 23:49:07.324 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95192026-08-17T23:49:08.228Z[ host-image] Aug 17 23:49:07.324 INFO O| Aug 17 23:49:07.324 INFO STEP 30 (remove_files) COMPLETE
95202026-08-17T23:49:08.232Z[ host-image] Aug 17 23:49:07.324 INFO O| Aug 17 23:49:07.324 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-08-17T23:49:08.235Z[ host-image] Aug 17 23:49:07.330 INFO O| Aug 17 23:49:07.330 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95222026-08-17T23:49:08.235Z[ host-image] Aug 17 23:49:07.331 INFO O| Aug 17 23:49:07.330 INFO STEP 31 (remove_files) COMPLETE
95232026-08-17T23:49:08.235Z[ host-image] Aug 17 23:49:07.331 INFO O| Aug 17 23:49:07.331 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-08-17T23:49:08.241Z[ host-image] Aug 17 23:49:07.336 INFO O| Aug 17 23:49:07.336 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95252026-08-17T23:49:08.243Z[ host-image] Aug 17 23:49:07.336 INFO O| Aug 17 23:49:07.336 INFO STEP 32 (remove_files) COMPLETE
95262026-08-17T23:49:08.244Z[ host-image] Aug 17 23:49:07.336 INFO O| Aug 17 23:49:07.336 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-08-17T23:49:08.247Z[ host-image] Aug 17 23:49:07.343 INFO O| Aug 17 23:49:07.343 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95282026-08-17T23:49:08.247Z[ host-image] Aug 17 23:49:07.343 INFO O| Aug 17 23:49:07.343 INFO STEP 33 (remove_files) COMPLETE
95292026-08-17T23:49:08.251Z[ host-image] Aug 17 23:49:07.343 INFO O| Aug 17 23:49:07.343 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-08-17T23:49:08.257Z[ host-image] Aug 17 23:49:07.352 INFO O| Aug 17 23:49:07.352 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95312026-08-17T23:49:08.257Z[ host-image] Aug 17 23:49:07.353 INFO O| Aug 17 23:49:07.352 INFO STEP 34 (remove_files) COMPLETE
95322026-08-17T23:49:08.257Z[ host-image] Aug 17 23:49:07.353 INFO O| Aug 17 23:49:07.352 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-08-17T23:49:08.266Z[ host-image] Aug 17 23:49:07.362 INFO O| Aug 17 23:49:07.362 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95342026-08-17T23:49:08.266Z[ host-image] Aug 17 23:49:07.362 INFO O| Aug 17 23:49:07.362 INFO STEP 35 (remove_files) COMPLETE
95352026-08-17T23:49:08.269Z[ host-image] Aug 17 23:49:07.362 INFO O| Aug 17 23:49:07.362 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-08-17T23:49:08.275Z[ host-image] Aug 17 23:49:07.371 INFO O| Aug 17 23:49:07.371 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95372026-08-17T23:49:08.275Z[ host-image] Aug 17 23:49:07.371 INFO O| Aug 17 23:49:07.371 INFO STEP 36 (remove_files) COMPLETE
95382026-08-17T23:49:08.278Z[ host-image] Aug 17 23:49:07.371 INFO O| Aug 17 23:49:07.371 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-08-17T23:49:08.283Z[ host-image] Aug 17 23:49:07.379 INFO O| Aug 17 23:49:07.379 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95402026-08-17T23:49:08.283Z[ host-image] Aug 17 23:49:07.379 INFO O| Aug 17 23:49:07.379 INFO STEP 37 (remove_files) COMPLETE
95412026-08-17T23:49:08.287Z[ host-image] Aug 17 23:49:07.379 INFO O| Aug 17 23:49:07.379 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-08-17T23:49:08.291Z[ host-image] Aug 17 23:49:07.387 INFO O| Aug 17 23:49:07.387 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95432026-08-17T23:49:08.296Z[ host-image] Aug 17 23:49:07.387 INFO O| Aug 17 23:49:07.387 INFO STEP 38 (remove_files) COMPLETE
95442026-08-17T23:49:08.296Z[ host-image] Aug 17 23:49:07.387 INFO O| Aug 17 23:49:07.387 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-08-17T23:49:08.299Z[ host-image] Aug 17 23:49:07.393 INFO O| Aug 17 23:49:07.393 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95462026-08-17T23:49:08.299Z[ host-image] Aug 17 23:49:07.393 INFO O| Aug 17 23:49:07.393 INFO STEP 39 (remove_files) COMPLETE
95472026-08-17T23:49:08.299Z[ host-image] Aug 17 23:49:07.393 INFO O| Aug 17 23:49:07.393 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-08-17T23:49:08.305Z[ host-image] Aug 17 23:49:07.400 INFO O| Aug 17 23:49:07.400 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95492026-08-17T23:49:08.308Z[ host-image] Aug 17 23:49:07.400 INFO O| Aug 17 23:49:07.400 INFO STEP 40 (remove_files) COMPLETE
95502026-08-17T23:49:08.308Z[ host-image] Aug 17 23:49:07.400 INFO O| Aug 17 23:49:07.400 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-08-17T23:49:08.314Z[ host-image] Aug 17 23:49:07.410 INFO O| Aug 17 23:49:07.410 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95522026-08-17T23:49:08.314Z[ host-image] Aug 17 23:49:07.410 INFO O| Aug 17 23:49:07.410 INFO STEP 41 (remove_files) COMPLETE
95532026-08-17T23:49:08.317Z[ host-image] Aug 17 23:49:07.410 INFO O| Aug 17 23:49:07.410 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-17T23:49:08.323Z[ host-image] Aug 17 23:49:07.419 INFO O| Aug 17 23:49:07.419 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95552026-08-17T23:49:08.323Z[ host-image] Aug 17 23:49:07.419 INFO O| Aug 17 23:49:07.419 INFO STEP 42 (remove_files) COMPLETE
95562026-08-17T23:49:08.323Z[ host-image] Aug 17 23:49:07.419 INFO O| Aug 17 23:49:07.419 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-17T23:49:08.330Z[ host-image] Aug 17 23:49:07.426 INFO O| Aug 17 23:49:07.426 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95582026-08-17T23:49:08.334Z[ host-image] Aug 17 23:49:07.426 INFO O| Aug 17 23:49:07.426 INFO STEP 43 (remove_files) COMPLETE
95592026-08-17T23:49:08.334Z[ host-image] Aug 17 23:49:07.426 INFO O| Aug 17 23:49:07.426 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-17T23:49:08.340Z[ host-image] Aug 17 23:49:07.435 INFO O| Aug 17 23:49:07.435 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95612026-08-17T23:49:08.343Z[ host-image] Aug 17 23:49:07.435 INFO O| Aug 17 23:49:07.435 INFO STEP 44 (remove_files) COMPLETE
95622026-08-17T23:49:08.343Z[ host-image] Aug 17 23:49:07.435 INFO O| Aug 17 23:49:07.435 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-17T23:49:08.347Z[ host-image] Aug 17 23:49:07.443 INFO O| Aug 17 23:49:07.443 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95642026-08-17T23:49:08.347Z[ host-image] Aug 17 23:49:07.443 INFO O| Aug 17 23:49:07.443 INFO STEP 45 (remove_files) COMPLETE
95652026-08-17T23:49:08.350Z[ host-image] Aug 17 23:49:07.443 INFO O| Aug 17 23:49:07.443 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-17T23:49:08.354Z[ host-image] Aug 17 23:49:07.450 INFO O| Aug 17 23:49:07.450 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95672026-08-17T23:49:08.358Z[ host-image] Aug 17 23:49:07.450 INFO O| Aug 17 23:49:07.450 INFO STEP 46 (remove_files) COMPLETE
95682026-08-17T23:49:08.359Z[ host-image] Aug 17 23:49:07.450 INFO O| Aug 17 23:49:07.450 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-17T23:49:08.362Z[ host-image] Aug 17 23:49:07.457 INFO O| Aug 17 23:49:07.457 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95702026-08-17T23:49:08.362Z[ host-image] Aug 17 23:49:07.457 INFO O| Aug 17 23:49:07.457 INFO STEP 47 (remove_files) COMPLETE
95712026-08-17T23:49:08.362Z[ host-image] Aug 17 23:49:07.457 INFO O| Aug 17 23:49:07.457 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-17T23:49:08.369Z[ host-image] Aug 17 23:49:07.465 INFO O| Aug 17 23:49:07.465 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95732026-08-17T23:49:08.369Z[ host-image] Aug 17 23:49:07.465 INFO O| Aug 17 23:49:07.465 INFO STEP 48 (remove_files) COMPLETE
95742026-08-17T23:49:08.372Z[ host-image] Aug 17 23:49:07.465 INFO O| Aug 17 23:49:07.465 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-17T23:49:08.377Z[ host-image] Aug 17 23:49:07.473 INFO O| Aug 17 23:49:07.473 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95762026-08-17T23:49:08.377Z[ host-image] Aug 17 23:49:07.473 INFO O| Aug 17 23:49:07.473 INFO STEP 49 (remove_files) COMPLETE
95772026-08-17T23:49:08.377Z[ host-image] Aug 17 23:49:07.473 INFO O| Aug 17 23:49:07.473 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-08-17T23:49:08.386Z[ host-image] Aug 17 23:49:07.481 INFO O| Aug 17 23:49:07.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95792026-08-17T23:49:08.389Z[ host-image] Aug 17 23:49:07.482 INFO O| Aug 17 23:49:07.481 INFO STEP 50 (remove_files) COMPLETE
95802026-08-17T23:49:08.389Z[ host-image] Aug 17 23:49:07.482 INFO O| Aug 17 23:49:07.482 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-08-17T23:49:08.394Z[ host-image] Aug 17 23:49:07.490 INFO O| Aug 17 23:49:07.490 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95822026-08-17T23:49:08.394Z[ host-image] Aug 17 23:49:07.490 INFO O| Aug 17 23:49:07.490 INFO STEP 51 (remove_files) COMPLETE
95832026-08-17T23:49:08.394Z[ host-image] Aug 17 23:49:07.490 INFO O| Aug 17 23:49:07.490 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-17T23:49:08.402Z[ host-image] Aug 17 23:49:07.497 INFO O| Aug 17 23:49:07.497 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95852026-08-17T23:49:08.405Z[ host-image] Aug 17 23:49:07.497 INFO O| Aug 17 23:49:07.497 INFO STEP 52 (remove_files) COMPLETE
95862026-08-17T23:49:08.405Z[ host-image] Aug 17 23:49:07.497 INFO O| Aug 17 23:49:07.497 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-17T23:49:08.410Z[ host-image] Aug 17 23:49:07.506 INFO O| Aug 17 23:49:07.506 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95882026-08-17T23:49:08.413Z[ host-image] Aug 17 23:49:07.506 INFO O| Aug 17 23:49:07.506 INFO STEP 53 (remove_files) COMPLETE
95892026-08-17T23:49:08.413Z[ host-image] Aug 17 23:49:07.506 INFO O| Aug 17 23:49:07.506 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-17T23:49:08.419Z[ host-image] Aug 17 23:49:07.514 INFO O| Aug 17 23:49:07.514 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95912026-08-17T23:49:08.419Z[ host-image] Aug 17 23:49:07.514 INFO O| Aug 17 23:49:07.514 INFO STEP 54 (remove_files) COMPLETE
95922026-08-17T23:49:08.422Z[ host-image] Aug 17 23:49:07.514 INFO O| Aug 17 23:49:07.514 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-17T23:49:08.427Z[ host-image] Aug 17 23:49:07.523 INFO O| Aug 17 23:49:07.523 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95942026-08-17T23:49:08.427Z[ host-image] Aug 17 23:49:07.523 INFO O| Aug 17 23:49:07.523 INFO STEP 55 (remove_files) COMPLETE
95952026-08-17T23:49:08.430Z[ host-image] Aug 17 23:49:07.523 INFO O| Aug 17 23:49:07.523 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-17T23:49:08.435Z[ host-image] Aug 17 23:49:07.531 INFO O| Aug 17 23:49:07.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95972026-08-17T23:49:08.438Z[ host-image] Aug 17 23:49:07.531 INFO O| Aug 17 23:49:07.531 INFO STEP 56 (remove_files) COMPLETE
95982026-08-17T23:49:08.438Z[ host-image] Aug 17 23:49:07.531 INFO O| Aug 17 23:49:07.531 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-08-17T23:49:08.445Z[ host-image] Aug 17 23:49:07.540 INFO O| Aug 17 23:49:07.540 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96002026-08-17T23:49:08.445Z[ host-image] Aug 17 23:49:07.540 INFO O| Aug 17 23:49:07.540 INFO STEP 57 (remove_files) COMPLETE
96012026-08-17T23:49:08.448Z[ host-image] Aug 17 23:49:07.540 INFO O| Aug 17 23:49:07.540 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-08-17T23:49:08.452Z[ host-image] Aug 17 23:49:07.548 INFO O| Aug 17 23:49:07.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96032026-08-17T23:49:08.453Z[ host-image] Aug 17 23:49:07.548 INFO O| Aug 17 23:49:07.548 INFO STEP 58 (remove_files) COMPLETE
96042026-08-17T23:49:08.453Z[ host-image] Aug 17 23:49:07.548 INFO O| Aug 17 23:49:07.548 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-17T23:49:08.460Z[ host-image] Aug 17 23:49:07.555 INFO O| Aug 17 23:49:07.555 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96062026-08-17T23:49:08.460Z[ host-image] Aug 17 23:49:07.555 INFO O| Aug 17 23:49:07.555 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96072026-08-17T23:49:08.463Z[ host-image] Aug 17 23:49:07.555 INFO O| Aug 17 23:49:07.555 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96082026-08-17T23:49:08.463Z[ host-image] Aug 17 23:49:07.556 INFO O| Aug 17 23:49:07.555 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96092026-08-17T23:49:08.463Z[ host-image] Aug 17 23:49:07.556 INFO O| Aug 17 23:49:07.555 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96102026-08-17T23:49:08.463Z[ host-image] Aug 17 23:49:07.556 INFO O| Aug 17 23:49:07.556 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96112026-08-17T23:49:08.463Z[ host-image] Aug 17 23:49:07.556 INFO O| Aug 17 23:49:07.556 INFO ok!
96122026-08-17T23:49:08.463Z[ host-image] Aug 17 23:49:07.556 INFO O| Aug 17 23:49:07.556 INFO STEP 59 (ensure_file) COMPLETE
96132026-08-17T23:49:08.463Z[ host-image] Aug 17 23:49:07.556 INFO O| Aug 17 23:49:07.556 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-08-17T23:49:08.468Z[ host-image] Aug 17 23:49:07.564 INFO O| Aug 17 23:49:07.564 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96152026-08-17T23:49:08.468Z[ host-image] Aug 17 23:49:07.564 INFO O| Aug 17 23:49:07.564 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96162026-08-17T23:49:08.468Z[ host-image] Aug 17 23:49:07.564 INFO O| Aug 17 23:49:07.564 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96172026-08-17T23:49:08.471Z[ host-image] Aug 17 23:49:07.564 INFO O| Aug 17 23:49:07.564 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96182026-08-17T23:49:08.471Z[ host-image] Aug 17 23:49:07.564 INFO O| Aug 17 23:49:07.564 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96192026-08-17T23:49:08.471Z[ host-image] Aug 17 23:49:07.564 INFO O| Aug 17 23:49:07.564 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96202026-08-17T23:49:08.471Z[ host-image] Aug 17 23:49:07.564 INFO O| Aug 17 23:49:07.564 INFO ok!
96212026-08-17T23:49:08.472Z[ host-image] Aug 17 23:49:07.564 INFO O| Aug 17 23:49:07.564 INFO STEP 60 (ensure_file) COMPLETE
96222026-08-17T23:49:08.472Z[ host-image] Aug 17 23:49:07.564 INFO O| Aug 17 23:49:07.564 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-08-17T23:49:08.477Z[ host-image] Aug 17 23:49:07.572 INFO O| Aug 17 23:49:07.572 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96242026-08-17T23:49:08.478Z[ host-image] Aug 17 23:49:07.572 INFO O| Aug 17 23:49:07.572 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96252026-08-17T23:49:08.478Z[ host-image] Aug 17 23:49:07.572 INFO O| Aug 17 23:49:07.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96262026-08-17T23:49:08.481Z[ host-image] Aug 17 23:49:07.572 INFO O| Aug 17 23:49:07.572 INFO ok!
96272026-08-17T23:49:08.481Z[ host-image] Aug 17 23:49:07.572 INFO O| Aug 17 23:49:07.572 INFO STEP 61 (ensure_file) COMPLETE
96282026-08-17T23:49:08.481Z[ host-image] Aug 17 23:49:07.572 INFO O| Aug 17 23:49:07.572 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-08-17T23:49:08.485Z[ host-image] Aug 17 23:49:07.580 INFO O| Aug 17 23:49:07.580 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96302026-08-17T23:49:08.485Z[ host-image] Aug 17 23:49:07.580 INFO O| Aug 17 23:49:07.580 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96312026-08-17T23:49:08.485Z[ host-image] Aug 17 23:49:07.580 INFO O| Aug 17 23:49:07.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96322026-08-17T23:49:08.485Z[ host-image] Aug 17 23:49:07.580 INFO O| Aug 17 23:49:07.580 INFO ok!
96332026-08-17T23:49:08.485Z[ host-image] Aug 17 23:49:07.580 INFO O| Aug 17 23:49:07.580 INFO STEP 62 (ensure_file) COMPLETE
96342026-08-17T23:49:08.485Z[ host-image] Aug 17 23:49:07.580 INFO O| Aug 17 23:49:07.580 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-08-17T23:49:08.492Z[ host-image] Aug 17 23:49:07.587 INFO O| Aug 17 23:49:07.587 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96362026-08-17T23:49:08.492Z[ host-image] Aug 17 23:49:07.588 INFO O| Aug 17 23:49:07.587 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96372026-08-17T23:49:08.496Z[ host-image] Aug 17 23:49:07.588 INFO O| Aug 17 23:49:07.588 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96382026-08-17T23:49:08.496Z[ host-image] Aug 17 23:49:07.588 INFO O| Aug 17 23:49:07.588 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96392026-08-17T23:49:08.496Z[ host-image] Aug 17 23:49:07.588 INFO O| Aug 17 23:49:07.588 INFO ok!
96402026-08-17T23:49:08.496Z[ host-image] Aug 17 23:49:07.588 INFO O| Aug 17 23:49:07.588 INFO STEP 63 (ensure_file) COMPLETE
96412026-08-17T23:49:08.496Z[ host-image] Aug 17 23:49:07.588 INFO O| Aug 17 23:49:07.588 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-08-17T23:49:08.501Z[ host-image] Aug 17 23:49:07.596 INFO O| Aug 17 23:49:07.596 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96432026-08-17T23:49:08.501Z[ host-image] Aug 17 23:49:07.596 INFO O| Aug 17 23:49:07.596 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96442026-08-17T23:49:08.501Z[ host-image] Aug 17 23:49:07.596 INFO O| Aug 17 23:49:07.596 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96452026-08-17T23:49:08.501Z[ host-image] Aug 17 23:49:07.596 INFO O| Aug 17 23:49:07.596 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96462026-08-17T23:49:08.504Z[ host-image] Aug 17 23:49:07.596 INFO O| Aug 17 23:49:07.596 INFO ok!
96472026-08-17T23:49:08.504Z[ host-image] Aug 17 23:49:07.596 INFO O| Aug 17 23:49:07.596 INFO STEP 64 (ensure_file) COMPLETE
96482026-08-17T23:49:08.504Z[ host-image] Aug 17 23:49:07.596 INFO O| Aug 17 23:49:07.596 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-08-17T23:49:08.509Z[ host-image] Aug 17 23:49:07.605 INFO O| Aug 17 23:49:07.605 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96502026-08-17T23:49:08.509Z[ host-image] Aug 17 23:49:07.605 INFO O| Aug 17 23:49:07.605 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96512026-08-17T23:49:08.510Z[ host-image] Aug 17 23:49:07.605 INFO O| Aug 17 23:49:07.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96522026-08-17T23:49:08.510Z[ host-image] Aug 17 23:49:07.605 INFO O| Aug 17 23:49:07.605 INFO ok!
96532026-08-17T23:49:08.516Z[ host-image] Aug 17 23:49:07.605 INFO O| Aug 17 23:49:07.605 INFO STEP 65 (assemble_files) COMPLETE
96542026-08-17T23:49:08.516Z[ host-image] Aug 17 23:49:07.605 INFO O| Aug 17 23:49:07.605 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96552026-08-17T23:49:08.519Z[ host-image] Aug 17 23:49:07.614 INFO O| Aug 17 23:49:07.614 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96562026-08-17T23:49:08.520Z[ host-image] Aug 17 23:49:07.614 INFO O| Aug 17 23:49:07.614 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96572026-08-17T23:49:08.520Z[ host-image] Aug 17 23:49:07.614 INFO O| Aug 17 23:49:07.614 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96582026-08-17T23:49:08.520Z[ host-image] Aug 17 23:49:07.614 INFO O| Aug 17 23:49:07.614 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96592026-08-17T23:49:08.520Z[ host-image] Aug 17 23:49:07.614 INFO O| Aug 17 23:49:07.614 INFO ok!
96602026-08-17T23:49:08.520Z[ host-image] Aug 17 23:49:07.614 INFO O| Aug 17 23:49:07.614 INFO STEP 66 (ensure_file) COMPLETE
96612026-08-17T23:49:08.520Z[ host-image] Aug 17 23:49:07.614 INFO O| Aug 17 23:49:07.614 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96622026-08-17T23:49:08.525Z[ host-image] Aug 17 23:49:07.621 INFO O| Aug 17 23:49:07.621 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96632026-08-17T23:49:08.525Z[ host-image] Aug 17 23:49:07.621 INFO O| Aug 17 23:49:07.621 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96642026-08-17T23:49:08.525Z[ host-image] Aug 17 23:49:07.621 INFO O| Aug 17 23:49:07.621 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96652026-08-17T23:49:08.525Z[ host-image] Aug 17 23:49:07.621 INFO O| Aug 17 23:49:07.621 INFO STEP 67 (ensure_dir) COMPLETE
96662026-08-17T23:49:08.530Z[ host-image] Aug 17 23:49:07.621 INFO O| Aug 17 23:49:07.621 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96672026-08-17T23:49:08.535Z[ host-image] Aug 17 23:49:07.630 INFO O| Aug 17 23:49:07.630 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96682026-08-17T23:49:08.535Z[ host-image] Aug 17 23:49:07.630 INFO O| Aug 17 23:49:07.630 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 ...
96692026-08-17T23:49:08.540Z[ host-image] Aug 17 23:49:07.636 INFO O| Aug 17 23:49:07.636 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
96702026-08-17T23:49:08.540Z[ host-image] Aug 17 23:49:07.636 INFO O| Aug 17 23:49:07.636 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96712026-08-17T23:49:08.543Z[ host-image] Aug 17 23:49:07.636 INFO O| Aug 17 23:49:07.636 INFO ok!
96722026-08-17T23:49:08.543Z[ host-image] Aug 17 23:49:07.636 INFO O| Aug 17 23:49:07.636 INFO STEP 68 (ensure_file) COMPLETE
96732026-08-17T23:49:08.543Z[ host-image] Aug 17 23:49:07.636 INFO O| Aug 17 23:49:07.636 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96742026-08-17T23:49:08.548Z[ host-image] Aug 17 23:49:07.644 INFO O| Aug 17 23:49:07.644 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96752026-08-17T23:49:08.548Z[ host-image] Aug 17 23:49:07.644 INFO O| Aug 17 23:49:07.644 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 ...
96762026-08-17T23:49:08.548Z[ host-image] Aug 17 23:49:07.644 INFO O| Aug 17 23:49:07.644 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
96772026-08-17T23:49:08.552Z[ host-image] Aug 17 23:49:07.644 INFO O| Aug 17 23:49:07.644 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96782026-08-17T23:49:08.552Z[ host-image] Aug 17 23:49:07.644 INFO O| Aug 17 23:49:07.644 INFO ok!
96792026-08-17T23:49:08.552Z[ host-image] Aug 17 23:49:07.644 INFO O| Aug 17 23:49:07.644 INFO STEP 69 (ensure_file) COMPLETE
96802026-08-17T23:49:08.552Z[ host-image] Aug 17 23:49:07.644 INFO O| Aug 17 23:49:07.644 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96812026-08-17T23:49:08.560Z[ host-image] Aug 17 23:49:07.656 INFO O| Aug 17 23:49:07.656 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96822026-08-17T23:49:08.560Z[ host-image] Aug 17 23:49:07.656 INFO O| Aug 17 23:49:07.656 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96832026-08-17T23:49:10.027Z[ host-image] Aug 17 23:49:09.122 INFO O| Aug 17 23:49:09.122 INFO STEP 70 (pack_tar) COMPLETE
96842026-08-17T23:49:10.027Z[ host-image] Aug 17 23:49:09.122 INFO O| Aug 17 23:49:09.122 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96852026-08-17T23:49:10.030Z[ host-image] Aug 17 23:49:09.122 INFO O| Aug 17 23:49:09.122 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96862026-08-17T23:49:10.580Z[ host-image] Aug 17 23:49:09.675 INFO O| Aug 17 23:49:09.675 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96872026-08-17T23:49:10.853Z[ host-image] Aug 17 23:49:09.949 INFO O| Aug 17 23:49:09.949 INFO completed processing sled/ramdisk-02-trim
96882026-08-17T23:49:10.857Z[ host-image] Aug 17 23:49:09.951 INFO image builder template: zfs...
96892026-08-17T23:49:10.857Z[ host-image] Aug 17 23:49:09.951 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/.tmp7mjUtC/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.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
96902026-08-17T23:49:10.867Z[ host-image] Aug 17 23:49:09.963 INFO O| Aug 17 23:49:09.963 INFO skip include "stress" because feature "stress" is not enabled
96912026-08-17T23:49:10.867Z[ host-image] Aug 17 23:49:09.963 INFO O| Aug 17 23:49:09.963 INFO skip include "stress" because feature "compliance" is not enabled
96922026-08-17T23:49:10.893Z[ host-image] Aug 17 23:49:09.989 INFO O| Aug 17 23:49:09.989 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96932026-08-17T23:49:10.897Z[ host-image] Aug 17 23:49:09.993 INFO O| Aug 17 23:49:09.993 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96942026-08-17T23:49:11.118Z[ host-image] Aug 17 23:49:10.214 INFO O| Aug 17 23:49:10.213 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96952026-08-17T23:49:11.209Z[ host-image] Aug 17 23:49:10.304 INFO O| Aug 17 23:49:10.304 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96962026-08-17T23:49:11.209Z[ host-image] Aug 17 23:49:10.304 INFO O| Aug 17 23:49:10.304 INFO work dataset: rpool/images/build/host/work/sled/zfs
96972026-08-17T23:49:11.236Z[ host-image] Aug 17 23:49:10.308 INFO O| Aug 17 23:49:10.308 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96982026-08-17T23:49:11.358Z[ host-image] Aug 17 23:49:10.453 INFO O| Aug 17 23:49:10.453 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96992026-08-17T23:49:11.435Z[ host-image] Aug 17 23:49:10.531 INFO O| Aug 17 23:49:10.531 INFO DESTROY POOL: TEMPORARY-sled-zfs
97002026-08-17T23:49:11.444Z[ host-image] Aug 17 23:49:10.540 INFO O| Aug 17 23:49:10.540 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97012026-08-17T23:49:11.449Z[ host-image] Aug 17 23:49:10.544 INFO O| Aug 17 23:49:10.544 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97022026-08-17T23:49:11.449Z[ host-image] Aug 17 23:49:10.544 INFO O| Aug 17 23:49:10.544 INFO no lofi found
97032026-08-17T23:49:11.457Z[ host-image] Aug 17 23:49:10.544 INFO O| Aug 17 23:49:10.544 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97042026-08-17T23:49:11.457Z[ host-image] Aug 17 23:49:10.544 INFO O| Aug 17 23:49:10.544 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97052026-08-17T23:49:12.342Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97062026-08-17T23:49:12.906Z[ host-image] Aug 17 23:49:12.001 INFO O| Aug 17 23:49:12.001 INFO lofi device = /dev/dsk/c2t1d0p0
97072026-08-17T23:49:12.906Z[ host-image] Aug 17 23:49:12.001 INFO O| Aug 17 23:49:12.001 INFO pool device = /dev/dsk/c2t1d0p0
97082026-08-17T23:49:12.906Z[ host-image] Aug 17 23:49:12.001 INFO O| Aug 17 23:49:12.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"]
97092026-08-17T23:49:13.022Z[ host-image] Aug 17 23:49:12.118 INFO O| Aug 17 23:49:12.118 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97102026-08-17T23:49:13.023Z[ host-image] Aug 17 23:49:12.118 INFO O| Aug 17 23:49:12.118 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97112026-08-17T23:49:13.040Z[ host-image] Aug 17 23:49:12.136 INFO O| Aug 17 23:49:12.135 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97122026-08-17T23:49:13.093Z[ host-image] Aug 17 23:49:12.188 INFO O| Aug 17 23:49:12.188 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97132026-08-17T23:49:13.122Z[ host-image] Aug 17 23:49:12.218 INFO O| Aug 17 23:49:12.217 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97142026-08-17T23:49:13.137Z[ host-image] Aug 17 23:49:12.233 INFO O| Aug 17 23:49:12.233 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97152026-08-17T23:49:13.149Z[ host-image] Aug 17 23:49:12.245 INFO O| Aug 17 23:49:12.245 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97162026-08-17T23:49:13.186Z[ host-image] Aug 17 23:49:12.282 INFO O| Aug 17 23:49:12.282 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97172026-08-17T23:49:13.186Z[ host-image] Aug 17 23:49:12.282 INFO O| Aug 17 23:49:12.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97182026-08-17T23:49:13.190Z[ host-image] Aug 17 23:49:12.282 INFO O| Aug 17 23:49:12.282 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97192026-08-17T23:49:13.196Z[ host-image] Aug 17 23:49:12.291 INFO O| Aug 17 23:49:12.291 INFO boot environment UUID: 056e08c1-b5ac-43f9-a77d-77636e1982bf
97202026-08-17T23:49:13.196Z[ host-image] Aug 17 23:49:12.291 INFO O| Aug 17 23:49:12.291 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 056e08c1-b5ac-43f9-a77d-77636e1982bf
97212026-08-17T23:49:13.206Z[ host-image] Aug 17 23:49:12.302 INFO O| Aug 17 23:49:12.302 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97222026-08-17T23:49:13.217Z[ host-image] Aug 17 23:49:12.313 INFO O| Aug 17 23:49:12.313 INFO STEP 0 (create_be) COMPLETE
97232026-08-17T23:49:13.217Z[ host-image] Aug 17 23:49:12.313 INFO O| Aug 17 23:49:12.313 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97242026-08-17T23:49:13.232Z[ host-image] Aug 17 23:49:12.327 INFO O| Aug 17 23:49:12.327 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97252026-08-17T23:49:23.440Z[ host-image] Aug 17 23:49:22.536 INFO O| Aug 17 23:49:22.536 INFO STEP 1 (unpack_tar) COMPLETE
97262026-08-17T23:49:23.440Z[ host-image] Aug 17 23:49:22.536 INFO O| Aug 17 23:49:22.536 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97272026-08-17T23:49:23.449Z[ host-image] Aug 17 23:49:22.545 INFO O| Aug 17 23:49:22.545 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97282026-08-17T23:49:23.877Z[ host-image] Aug 17 23:49:22.972 INFO O| Aug 17 23:49:22.972 INFO STEP 2 (devfsadm) COMPLETE
97292026-08-17T23:49:23.877Z[ host-image] Aug 17 23:49:22.972 INFO O| Aug 17 23:49:22.972 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97302026-08-17T23:49:23.885Z[ host-image] Aug 17 23:49:22.981 INFO O| Aug 17 23:49:22.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97312026-08-17T23:49:23.886Z[ host-image] Aug 17 23:49:22.981 INFO O| Aug 17 23:49:22.981 INFO STEP 3 (ensure_dir) COMPLETE
97322026-08-17T23:49:23.889Z[ host-image] Aug 17 23:49:22.981 INFO O| Aug 17 23:49:22.981 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97332026-08-17T23:49:23.895Z[ host-image] Aug 17 23:49:22.990 INFO O| Aug 17 23:49:22.990 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97342026-08-17T23:49:23.898Z[ host-image] Aug 17 23:49:22.990 INFO O| Aug 17 23:49:22.990 INFO STEP 4 (ensure_dir) COMPLETE
97352026-08-17T23:49:23.898Z[ host-image] Aug 17 23:49:22.990 INFO O| Aug 17 23:49:22.990 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97362026-08-17T23:49:23.904Z[ host-image] Aug 17 23:49:22.999 INFO O| Aug 17 23:49:22.999 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97372026-08-17T23:49:23.904Z[ host-image] Aug 17 23:49:22.999 INFO O| Aug 17 23:49:22.999 INFO STEP 5 (ensure_dir) COMPLETE
97382026-08-17T23:49:23.907Z[ host-image] Aug 17 23:49:22.999 INFO O| Aug 17 23:49:22.999 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97392026-08-17T23:49:23.912Z[ host-image] Aug 17 23:49:23.008 INFO O| Aug 17 23:49:23.008 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97402026-08-17T23:49:23.915Z[ host-image] Aug 17 23:49:23.008 INFO O| Aug 17 23:49:23.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97412026-08-17T23:49:23.915Z[ host-image] Aug 17 23:49:23.008 INFO O| Aug 17 23:49:23.008 INFO STEP 6 (ensure_dir) COMPLETE
97422026-08-17T23:49:23.915Z[ host-image] Aug 17 23:49:23.008 INFO O| Aug 17 23:49:23.008 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97432026-08-17T23:49:23.921Z[ host-image] Aug 17 23:49:23.016 INFO O| Aug 17 23:49:23.016 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97442026-08-17T23:49:23.921Z[ host-image] Aug 17 23:49:23.016 INFO O| Aug 17 23:49:23.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97452026-08-17T23:49:23.925Z[ host-image] Aug 17 23:49:23.016 INFO O| Aug 17 23:49:23.016 INFO STEP 7 (ensure_dir) COMPLETE
97462026-08-17T23:49:23.925Z[ host-image] Aug 17 23:49:23.016 INFO O| Aug 17 23:49:23.016 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97472026-08-17T23:49:23.929Z[ host-image] Aug 17 23:49:23.025 INFO O| Aug 17 23:49:23.025 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97482026-08-17T23:49:23.932Z[ host-image] Aug 17 23:49:23.026 INFO O| Aug 17 23:49:23.026 INFO STEP 8 (remove_files) COMPLETE
97492026-08-17T23:49:23.932Z[ host-image] Aug 17 23:49:23.026 INFO O| Aug 17 23:49:23.026 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97502026-08-17T23:49:23.940Z[ host-image] Aug 17 23:49:23.036 INFO O| Aug 17 23:49:23.036 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97512026-08-17T23:49:23.943Z[ host-image] Aug 17 23:49:23.036 INFO O| Aug 17 23:49:23.036 INFO STEP 9 (remove_files) COMPLETE
97522026-08-17T23:49:23.944Z[ host-image] Aug 17 23:49:23.036 INFO O| Aug 17 23:49:23.036 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97532026-08-17T23:49:23.950Z[ host-image] Aug 17 23:49:23.046 INFO O| Aug 17 23:49:23.046 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97542026-08-17T23:49:23.953Z[ host-image] Aug 17 23:49:23.046 INFO O| Aug 17 23:49:23.046 INFO STEP 10 (remove_files) COMPLETE
97552026-08-17T23:49:23.953Z[ host-image] Aug 17 23:49:23.046 INFO O| Aug 17 23:49:23.046 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97562026-08-17T23:49:23.960Z[ host-image] Aug 17 23:49:23.055 INFO O| Aug 17 23:49:23.055 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97572026-08-17T23:49:23.963Z[ host-image] Aug 17 23:49:23.056 INFO O| Aug 17 23:49:23.055 INFO STEP 11 (remove_files) COMPLETE
97582026-08-17T23:49:23.963Z[ host-image] Aug 17 23:49:23.056 INFO O| Aug 17 23:49:23.056 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97592026-08-17T23:49:23.969Z[ host-image] Aug 17 23:49:23.065 INFO O| Aug 17 23:49:23.065 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97602026-08-17T23:49:23.969Z[ host-image] Aug 17 23:49:23.065 INFO O| Aug 17 23:49:23.065 INFO STEP 12 (remove_files) COMPLETE
97612026-08-17T23:49:23.972Z[ host-image] Aug 17 23:49:23.065 INFO O| Aug 17 23:49:23.065 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97622026-08-17T23:49:23.978Z[ host-image] Aug 17 23:49:23.074 INFO O| Aug 17 23:49:23.074 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97632026-08-17T23:49:23.981Z[ host-image] Aug 17 23:49:23.074 INFO O| Aug 17 23:49:23.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97642026-08-17T23:49:23.981Z[ host-image] Aug 17 23:49:23.074 INFO O| Aug 17 23:49:23.074 INFO STEP 13 (ensure_dir) COMPLETE
97652026-08-17T23:49:23.981Z[ host-image] Aug 17 23:49:23.074 INFO O| Aug 17 23:49:23.074 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97662026-08-17T23:49:23.987Z[ host-image] Aug 17 23:49:23.083 INFO O| Aug 17 23:49:23.083 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97672026-08-17T23:49:23.990Z[ host-image] Aug 17 23:49:23.083 INFO O| Aug 17 23:49:23.083 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97682026-08-17T23:49:23.990Z[ host-image] Aug 17 23:49:23.083 INFO O| Aug 17 23:49:23.083 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97692026-08-17T23:49:23.990Z[ host-image] Aug 17 23:49:23.083 INFO O| Aug 17 23:49:23.083 INFO STEP 14 (ensure_dir) COMPLETE
97702026-08-17T23:49:23.990Z[ host-image] Aug 17 23:49:23.083 INFO O| Aug 17 23:49:23.083 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97712026-08-17T23:49:23.997Z[ host-image] Aug 17 23:49:23.093 INFO O| Aug 17 23:49:23.093 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97722026-08-17T23:49:23.997Z[ host-image] Aug 17 23:49:23.093 INFO O| Aug 17 23:49:23.093 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97732026-08-17T23:49:24.001Z[ host-image] Aug 17 23:49:23.093 INFO O| Aug 17 23:49:23.093 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97742026-08-17T23:49:24.001Z[ host-image] Aug 17 23:49:23.093 INFO O| Aug 17 23:49:23.093 INFO STEP 15 (ensure_dir) COMPLETE
97752026-08-17T23:49:24.001Z[ host-image] Aug 17 23:49:23.093 INFO O| Aug 17 23:49:23.093 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97762026-08-17T23:49:24.007Z[ host-image] Aug 17 23:49:23.102 INFO O| Aug 17 23:49:23.102 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97772026-08-17T23:49:24.007Z[ host-image] Aug 17 23:49:23.102 INFO O| Aug 17 23:49:23.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97782026-08-17T23:49:24.012Z[ host-image] Aug 17 23:49:23.102 INFO O| Aug 17 23:49:23.102 INFO STEP 16 (ensure_dir) COMPLETE
97792026-08-17T23:49:24.012Z[ host-image] Aug 17 23:49:23.102 INFO O| Aug 17 23:49:23.102 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97802026-08-17T23:49:24.016Z[ host-image] Aug 17 23:49:23.112 INFO O| Aug 17 23:49:23.112 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97812026-08-17T23:49:24.016Z[ host-image] Aug 17 23:49:23.112 INFO O| Aug 17 23:49:23.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97822026-08-17T23:49:24.019Z[ host-image] Aug 17 23:49:23.112 INFO O| Aug 17 23:49:23.112 INFO STEP 17 (ensure_dir) COMPLETE
97832026-08-17T23:49:24.019Z[ host-image] Aug 17 23:49:23.112 INFO O| Aug 17 23:49:23.112 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97842026-08-17T23:49:24.026Z[ host-image] Aug 17 23:49:23.120 INFO O| Aug 17 23:49:23.120 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97852026-08-17T23:49:24.026Z[ host-image] Aug 17 23:49:23.120 INFO O| Aug 17 23:49:23.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97862026-08-17T23:49:24.029Z[ host-image] Aug 17 23:49:23.120 INFO O| Aug 17 23:49:23.120 INFO ok!
97872026-08-17T23:49:24.029Z[ host-image] Aug 17 23:49:23.120 INFO O| Aug 17 23:49:23.120 INFO STEP 18 (ensure_symlink) COMPLETE
97882026-08-17T23:49:24.029Z[ host-image] Aug 17 23:49:23.120 INFO O| Aug 17 23:49:23.120 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97892026-08-17T23:49:24.033Z[ host-image] Aug 17 23:49:23.129 INFO O| Aug 17 23:49:23.129 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97902026-08-17T23:49:24.033Z[ host-image] Aug 17 23:49:23.129 INFO O| Aug 17 23:49:23.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97912026-08-17T23:49:24.034Z[ host-image] Aug 17 23:49:23.129 INFO O| Aug 17 23:49:23.129 INFO ok!
97922026-08-17T23:49:24.037Z[ host-image] Aug 17 23:49:23.129 INFO O| Aug 17 23:49:23.129 INFO STEP 19 (ensure_file) COMPLETE
97932026-08-17T23:49:24.037Z[ host-image] Aug 17 23:49:23.129 INFO O| Aug 17 23:49:23.129 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97942026-08-17T23:49:24.041Z[ host-image] Aug 17 23:49:23.136 INFO O| Aug 17 23:49:23.136 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97952026-08-17T23:49:24.041Z[ host-image] Aug 17 23:49:23.136 INFO O| Aug 17 23:49:23.136 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97962026-08-17T23:49:24.044Z[ host-image] Aug 17 23:49:23.136 INFO O| Aug 17 23:49:23.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97972026-08-17T23:49:24.044Z[ host-image] Aug 17 23:49:23.136 INFO O| Aug 17 23:49:23.136 INFO ok!
97982026-08-17T23:49:24.044Z[ host-image] Aug 17 23:49:23.136 INFO O| Aug 17 23:49:23.136 INFO STEP 20 (ensure_symlink) COMPLETE
97992026-08-17T23:49:24.044Z[ host-image] Aug 17 23:49:23.136 INFO O| Aug 17 23:49:23.136 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98002026-08-17T23:49:24.050Z[ host-image] Aug 17 23:49:23.146 INFO O| Aug 17 23:49:23.146 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98012026-08-17T23:49:24.050Z[ host-image] Aug 17 23:49:23.146 INFO O| Aug 17 23:49:23.146 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98022026-08-17T23:49:24.053Z[ host-image] Aug 17 23:49:23.146 INFO O| Aug 17 23:49:23.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98032026-08-17T23:49:24.053Z[ host-image] Aug 17 23:49:23.146 INFO O| Aug 17 23:49:23.146 INFO ok!
98042026-08-17T23:49:24.053Z[ host-image] Aug 17 23:49:23.146 INFO O| Aug 17 23:49:23.146 INFO STEP 21 (ensure_symlink) COMPLETE
98052026-08-17T23:49:24.053Z[ host-image] Aug 17 23:49:23.146 INFO O| Aug 17 23:49:23.146 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98062026-08-17T23:49:24.059Z[ host-image] Aug 17 23:49:23.155 INFO O| Aug 17 23:49:23.155 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98072026-08-17T23:49:24.059Z[ host-image] Aug 17 23:49:23.155 INFO O| Aug 17 23:49:23.155 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98082026-08-17T23:49:24.062Z[ host-image] Aug 17 23:49:23.155 INFO O| Aug 17 23:49:23.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98092026-08-17T23:49:24.062Z[ host-image] Aug 17 23:49:23.155 INFO O| Aug 17 23:49:23.155 INFO ok!
98102026-08-17T23:49:24.062Z[ host-image] Aug 17 23:49:23.155 INFO O| Aug 17 23:49:23.155 INFO STEP 22 (ensure_symlink) COMPLETE
98112026-08-17T23:49:24.062Z[ host-image] Aug 17 23:49:23.155 INFO O| Aug 17 23:49:23.155 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98122026-08-17T23:49:24.068Z[ host-image] Aug 17 23:49:23.164 INFO O| Aug 17 23:49:23.163 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98132026-08-17T23:49:24.068Z[ host-image] Aug 17 23:49:23.164 INFO O| Aug 17 23:49:23.163 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98142026-08-17T23:49:24.071Z[ host-image] Aug 17 23:49:23.164 INFO O| Aug 17 23:49:23.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98152026-08-17T23:49:24.071Z[ host-image] Aug 17 23:49:23.164 INFO O| Aug 17 23:49:23.164 INFO ok!
98162026-08-17T23:49:24.071Z[ host-image] Aug 17 23:49:23.164 INFO O| Aug 17 23:49:23.164 INFO STEP 23 (ensure_symlink) COMPLETE
98172026-08-17T23:49:24.071Z[ host-image] Aug 17 23:49:23.164 INFO O| Aug 17 23:49:23.164 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98182026-08-17T23:49:24.076Z[ host-image] Aug 17 23:49:23.172 INFO O| Aug 17 23:49:23.172 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98192026-08-17T23:49:24.079Z[ host-image] Aug 17 23:49:23.172 INFO O| Aug 17 23:49:23.172 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98202026-08-17T23:49:24.079Z[ host-image] Aug 17 23:49:23.172 INFO O| Aug 17 23:49:23.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98212026-08-17T23:49:24.079Z[ host-image] Aug 17 23:49:23.172 INFO O| Aug 17 23:49:23.172 INFO ok!
98222026-08-17T23:49:24.079Z[ host-image] Aug 17 23:49:23.172 INFO O| Aug 17 23:49:23.172 INFO STEP 24 (ensure_file) COMPLETE
98232026-08-17T23:49:24.079Z[ host-image] Aug 17 23:49:23.172 INFO O| Aug 17 23:49:23.172 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98242026-08-17T23:49:24.085Z[ host-image] Aug 17 23:49:23.180 INFO O| Aug 17 23:49:23.180 INFO updating shadow file
98252026-08-17T23:49:24.085Z[ host-image] Aug 17 23:49:23.180 INFO O| Aug 17 23:49:23.180 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98262026-08-17T23:49:24.088Z[ host-image] Aug 17 23:49:23.180 INFO O| Aug 17 23:49:23.180 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98272026-08-17T23:49:24.088Z[ host-image] Aug 17 23:49:23.180 INFO O| Aug 17 23:49:23.180 INFO STEP 25 (shadow) COMPLETE
98282026-08-17T23:49:24.088Z[ host-image] Aug 17 23:49:23.180 INFO O| Aug 17 23:49:23.180 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98292026-08-17T23:49:24.093Z[ host-image] Aug 17 23:49:23.189 INFO O| Aug 17 23:49:23.189 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98302026-08-17T23:49:24.093Z[ host-image] Aug 17 23:49:23.189 INFO O| Aug 17 23:49:23.189 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98312026-08-17T23:49:24.096Z[ host-image] Aug 17 23:49:23.189 INFO O| Aug 17 23:49:23.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98322026-08-17T23:49:24.096Z[ host-image] Aug 17 23:49:23.189 INFO O| Aug 17 23:49:23.189 INFO ok!
98332026-08-17T23:49:24.096Z[ host-image] Aug 17 23:49:23.189 INFO O| Aug 17 23:49:23.189 INFO STEP 26 (ensure_file) COMPLETE
98342026-08-17T23:49:24.096Z[ host-image] Aug 17 23:49:23.189 INFO O| Aug 17 23:49:23.189 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98352026-08-17T23:49:24.104Z[ host-image] Aug 17 23:49:23.199 INFO O| Aug 17 23:49:23.199 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98362026-08-17T23:49:24.104Z[ host-image] Aug 17 23:49:23.199 INFO O| Aug 17 23:49:23.199 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98372026-08-17T23:49:24.109Z[ host-image] Aug 17 23:49:23.199 INFO O| Aug 17 23:49:23.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98382026-08-17T23:49:24.109Z[ host-image] Aug 17 23:49:23.199 INFO O| Aug 17 23:49:23.199 INFO ok!
98392026-08-17T23:49:24.109Z[ host-image] Aug 17 23:49:23.199 INFO O| Aug 17 23:49:23.199 INFO STEP 27 (ensure_file) COMPLETE
98402026-08-17T23:49:24.110Z[ host-image] Aug 17 23:49:23.199 INFO O| Aug 17 23:49:23.199 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98412026-08-17T23:49:24.114Z[ host-image] Aug 17 23:49:23.208 INFO O| Aug 17 23:49:23.208 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98422026-08-17T23:49:24.114Z[ host-image] Aug 17 23:49:23.208 INFO O| Aug 17 23:49:23.208 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98432026-08-17T23:49:24.114Z[ host-image] Aug 17 23:49:23.209 INFO O| Aug 17 23:49:23.209 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98442026-08-17T23:49:24.114Z[ host-image] Aug 17 23:49:23.209 INFO O| Aug 17 23:49:23.209 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98452026-08-17T23:49:24.114Z[ host-image] Aug 17 23:49:23.209 INFO O| Aug 17 23:49:23.209 INFO ok!
98462026-08-17T23:49:24.114Z[ host-image] Aug 17 23:49:23.209 INFO O| Aug 17 23:49:23.209 INFO STEP 28 (ensure_file) COMPLETE
98472026-08-17T23:49:24.114Z[ host-image] Aug 17 23:49:23.209 INFO O| Aug 17 23:49:23.209 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98482026-08-17T23:49:24.123Z[ host-image] Aug 17 23:49:23.218 INFO O| Aug 17 23:49:23.218 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98492026-08-17T23:49:24.123Z[ host-image] Aug 17 23:49:23.218 INFO O| Aug 17 23:49:23.218 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98502026-08-17T23:49:24.126Z[ host-image] Aug 17 23:49:23.218 INFO O| Aug 17 23:49:23.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98512026-08-17T23:49:24.126Z[ host-image] Aug 17 23:49:23.218 INFO O| Aug 17 23:49:23.218 INFO ok!
98522026-08-17T23:49:24.126Z[ host-image] Aug 17 23:49:23.218 INFO O| Aug 17 23:49:23.218 INFO STEP 29 (ensure_file) COMPLETE
98532026-08-17T23:49:24.126Z[ host-image] Aug 17 23:49:23.218 INFO O| Aug 17 23:49:23.218 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98542026-08-17T23:49:24.131Z[ host-image] Aug 17 23:49:23.227 INFO O| Aug 17 23:49:23.227 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98552026-08-17T23:49:24.131Z[ host-image] Aug 17 23:49:23.227 INFO O| Aug 17 23:49:23.227 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98562026-08-17T23:49:24.134Z[ host-image] Aug 17 23:49:23.227 INFO O| Aug 17 23:49:23.227 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98572026-08-17T23:49:24.134Z[ host-image] Aug 17 23:49:23.227 INFO O| Aug 17 23:49:23.227 INFO STEP 30 (ensure_dir) COMPLETE
98582026-08-17T23:49:24.134Z[ host-image] Aug 17 23:49:23.227 INFO O| Aug 17 23:49:23.227 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98592026-08-17T23:49:24.142Z[ host-image] Aug 17 23:49:23.238 INFO O| Aug 17 23:49:23.238 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98602026-08-17T23:49:24.142Z[ host-image] Aug 17 23:49:23.238 INFO O| Aug 17 23:49:23.238 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98612026-08-17T23:49:24.145Z[ host-image] Aug 17 23:49:23.238 INFO O| Aug 17 23:49:23.238 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98622026-08-17T23:49:24.145Z[ host-image] Aug 17 23:49:23.238 INFO O| Aug 17 23:49:23.238 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98632026-08-17T23:49:24.145Z[ host-image] Aug 17 23:49:23.238 INFO O| Aug 17 23:49:23.238 INFO ok!
98642026-08-17T23:49:24.146Z[ host-image] Aug 17 23:49:23.238 INFO O| Aug 17 23:49:23.238 INFO STEP 31 (ensure_file) COMPLETE
98652026-08-17T23:49:24.146Z[ host-image] Aug 17 23:49:23.238 INFO O| Aug 17 23:49:23.238 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98662026-08-17T23:49:24.152Z[ host-image] Aug 17 23:49:23.248 INFO O| Aug 17 23:49:23.248 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98672026-08-17T23:49:24.152Z[ host-image] Aug 17 23:49:23.248 INFO O| Aug 17 23:49:23.248 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98682026-08-17T23:49:24.155Z[ host-image] Aug 17 23:49:23.248 INFO O| Aug 17 23:49:23.248 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98692026-08-17T23:49:24.155Z[ host-image] Aug 17 23:49:23.248 INFO O| Aug 17 23:49:23.248 INFO STEP 32 (ensure_dir) COMPLETE
98702026-08-17T23:49:24.155Z[ host-image] Aug 17 23:49:23.248 INFO O| Aug 17 23:49:23.248 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98712026-08-17T23:49:24.161Z[ host-image] Aug 17 23:49:23.257 INFO O| Aug 17 23:49:23.257 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98722026-08-17T23:49:24.165Z[ host-image] Aug 17 23:49:23.257 INFO O| Aug 17 23:49:23.257 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 ...
98732026-08-17T23:49:24.165Z[ host-image] Aug 17 23:49:23.257 INFO O| Aug 17 23:49:23.257 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
98742026-08-17T23:49:24.165Z[ host-image] Aug 17 23:49:23.257 INFO O| Aug 17 23:49:23.257 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98752026-08-17T23:49:24.165Z[ host-image] Aug 17 23:49:23.257 INFO O| Aug 17 23:49:23.257 INFO ok!
98762026-08-17T23:49:24.165Z[ host-image] Aug 17 23:49:23.257 INFO O| Aug 17 23:49:23.257 INFO STEP 33 (ensure_file) COMPLETE
98772026-08-17T23:49:24.165Z[ host-image] Aug 17 23:49:23.257 INFO O| Aug 17 23:49:23.257 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98782026-08-17T23:49:24.171Z[ host-image] Aug 17 23:49:23.267 INFO O| Aug 17 23:49:23.267 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98792026-08-17T23:49:24.171Z[ host-image] Aug 17 23:49:23.267 INFO O| Aug 17 23:49:23.267 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98802026-08-17T23:49:24.174Z[ host-image] Aug 17 23:49:23.267 INFO O| Aug 17 23:49:23.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98812026-08-17T23:49:24.174Z[ host-image] Aug 17 23:49:23.267 INFO O| Aug 17 23:49:23.267 INFO ok!
98822026-08-17T23:49:24.174Z[ host-image] Aug 17 23:49:23.267 INFO O| Aug 17 23:49:23.267 INFO STEP 34 (ensure_file) COMPLETE
98832026-08-17T23:49:24.174Z[ host-image] Aug 17 23:49:23.267 INFO O| Aug 17 23:49:23.267 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98842026-08-17T23:49:24.180Z[ host-image] Aug 17 23:49:23.276 INFO O| Aug 17 23:49:23.276 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98852026-08-17T23:49:24.180Z[ host-image] Aug 17 23:49:23.276 INFO O| Aug 17 23:49:23.276 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98862026-08-17T23:49:24.183Z[ host-image] Aug 17 23:49:23.276 INFO O| Aug 17 23:49:23.276 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98872026-08-17T23:49:24.183Z[ host-image] Aug 17 23:49:23.276 INFO O| Aug 17 23:49:23.276 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98882026-08-17T23:49:24.183Z[ host-image] Aug 17 23:49:23.276 INFO O| Aug 17 23:49:23.276 INFO ok!
98892026-08-17T23:49:24.183Z[ host-image] Aug 17 23:49:23.276 INFO O| Aug 17 23:49:23.276 INFO STEP 35 (ensure_file) COMPLETE
98902026-08-17T23:49:24.183Z[ host-image] Aug 17 23:49:23.276 INFO O| Aug 17 23:49:23.276 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98912026-08-17T23:49:24.189Z[ host-image] Aug 17 23:49:23.284 INFO O| Aug 17 23:49:23.284 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98922026-08-17T23:49:24.189Z[ host-image] Aug 17 23:49:23.284 INFO O| Aug 17 23:49:23.284 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98932026-08-17T23:49:24.192Z[ host-image] Aug 17 23:49:23.285 INFO O| Aug 17 23:49:23.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98942026-08-17T23:49:24.192Z[ host-image] Aug 17 23:49:23.285 INFO O| Aug 17 23:49:23.284 INFO ok!
98952026-08-17T23:49:24.192Z[ host-image] Aug 17 23:49:23.285 INFO O| Aug 17 23:49:23.284 INFO STEP 36 (ensure_file) COMPLETE
98962026-08-17T23:49:24.192Z[ host-image] Aug 17 23:49:23.285 INFO O| Aug 17 23:49:23.285 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98972026-08-17T23:49:24.198Z[ host-image] Aug 17 23:49:23.294 INFO O| Aug 17 23:49:23.294 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98982026-08-17T23:49:24.201Z[ host-image] Aug 17 23:49:23.294 INFO O| Aug 17 23:49:23.294 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98992026-08-17T23:49:24.201Z[ host-image] Aug 17 23:49:23.294 INFO O| Aug 17 23:49:23.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99002026-08-17T23:49:24.201Z[ host-image] Aug 17 23:49:23.294 INFO O| Aug 17 23:49:23.294 INFO ok!
99012026-08-17T23:49:24.201Z[ host-image] Aug 17 23:49:23.294 INFO O| Aug 17 23:49:23.294 INFO STEP 37 (ensure_file) COMPLETE
99022026-08-17T23:49:24.201Z[ host-image] Aug 17 23:49:23.294 INFO O| Aug 17 23:49:23.294 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99032026-08-17T23:49:24.207Z[ host-image] Aug 17 23:49:23.303 INFO O| Aug 17 23:49:23.302 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99042026-08-17T23:49:24.207Z[ host-image] Aug 17 23:49:23.303 INFO O| Aug 17 23:49:23.303 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99052026-08-17T23:49:24.210Z[ host-image] Aug 17 23:49:23.303 INFO O| Aug 17 23:49:23.303 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99062026-08-17T23:49:24.210Z[ host-image] Aug 17 23:49:23.303 INFO O| Aug 17 23:49:23.303 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99072026-08-17T23:49:24.210Z[ host-image] Aug 17 23:49:23.303 INFO O| Aug 17 23:49:23.303 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99082026-08-17T23:49:24.210Z[ host-image] Aug 17 23:49:23.303 INFO O| Aug 17 23:49:23.303 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99092026-08-17T23:49:24.210Z[ host-image] Aug 17 23:49:23.303 INFO O| Aug 17 23:49:23.303 INFO ok!
99102026-08-17T23:49:24.210Z[ host-image] Aug 17 23:49:23.303 INFO O| Aug 17 23:49:23.303 INFO STEP 38 (ensure_file) COMPLETE
99112026-08-17T23:49:24.210Z[ host-image] Aug 17 23:49:23.303 INFO O| Aug 17 23:49:23.303 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99122026-08-17T23:49:24.214Z[ host-image] Aug 17 23:49:23.310 INFO O| Aug 17 23:49:23.310 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99132026-08-17T23:49:24.217Z[ host-image] Aug 17 23:49:23.310 INFO O| Aug 17 23:49:23.310 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99142026-08-17T23:49:24.217Z[ host-image] Aug 17 23:49:23.310 INFO O| Aug 17 23:49:23.310 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99152026-08-17T23:49:24.217Z[ host-image] Aug 17 23:49:23.310 INFO O| Aug 17 23:49:23.310 INFO STEP 39 (ensure_dir) COMPLETE
99162026-08-17T23:49:24.217Z[ host-image] Aug 17 23:49:23.310 INFO O| Aug 17 23:49:23.310 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99172026-08-17T23:49:24.224Z[ host-image] Aug 17 23:49:23.319 INFO O| Aug 17 23:49:23.319 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
99182026-08-17T23:49:24.225Z[ host-image] Aug 17 23:49:23.319 INFO O| Aug 17 23:49:23.319 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 ...
99192026-08-17T23:49:24.228Z[ host-image] Aug 17 23:49:23.319 INFO O| Aug 17 23:49:23.319 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
99202026-08-17T23:49:24.228Z[ host-image] Aug 17 23:49:23.319 INFO O| Aug 17 23:49:23.319 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
99212026-08-17T23:49:24.228Z[ host-image] Aug 17 23:49:23.319 INFO O| Aug 17 23:49:23.319 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
99222026-08-17T23:49:24.228Z[ host-image] Aug 17 23:49:23.319 INFO O| Aug 17 23:49:23.319 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
99232026-08-17T23:49:24.228Z[ host-image] Aug 17 23:49:23.319 INFO O| Aug 17 23:49:23.319 INFO ok!
99242026-08-17T23:49:24.228Z[ host-image] Aug 17 23:49:23.319 INFO O| Aug 17 23:49:23.319 INFO STEP 40 (ensure_file) COMPLETE
99252026-08-17T23:49:24.228Z[ host-image] Aug 17 23:49:23.319 INFO O| Aug 17 23:49:23.319 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99262026-08-17T23:49:24.233Z[ host-image] Aug 17 23:49:23.328 INFO O| Aug 17 23:49:23.328 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99272026-08-17T23:49:24.233Z[ host-image] Aug 17 23:49:23.328 INFO O| Aug 17 23:49:23.328 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 ...
99282026-08-17T23:49:24.236Z[ host-image] Aug 17 23:49:23.328 INFO O| Aug 17 23:49:23.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99292026-08-17T23:49:24.236Z[ host-image] Aug 17 23:49:23.328 INFO O| Aug 17 23:49:23.328 INFO ok!
99302026-08-17T23:49:24.236Z[ host-image] Aug 17 23:49:23.328 INFO O| Aug 17 23:49:23.328 INFO STEP 41 (ensure_symlink) COMPLETE
99312026-08-17T23:49:24.236Z[ host-image] Aug 17 23:49:23.328 INFO O| Aug 17 23:49:23.328 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99322026-08-17T23:49:24.242Z[ host-image] Aug 17 23:49:23.337 INFO O| Aug 17 23:49:23.337 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99332026-08-17T23:49:24.242Z[ host-image] Aug 17 23:49:23.337 INFO O| Aug 17 23:49:23.337 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99342026-08-17T23:49:24.245Z[ host-image] Aug 17 23:49:23.337 INFO O| Aug 17 23:49:23.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99352026-08-17T23:49:24.245Z[ host-image] Aug 17 23:49:23.338 INFO O| Aug 17 23:49:23.337 INFO ok!
99362026-08-17T23:49:24.245Z[ host-image] Aug 17 23:49:23.338 INFO O| Aug 17 23:49:23.337 INFO STEP 42 (ensure_symlink) COMPLETE
99372026-08-17T23:49:24.245Z[ host-image] Aug 17 23:49:23.338 INFO O| Aug 17 23:49:23.338 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99382026-08-17T23:49:24.251Z[ host-image] Aug 17 23:49:23.346 INFO O| Aug 17 23:49:23.346 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99392026-08-17T23:49:24.251Z[ host-image] Aug 17 23:49:23.346 INFO O| Aug 17 23:49:23.346 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99402026-08-17T23:49:24.254Z[ host-image] Aug 17 23:49:23.346 INFO O| Aug 17 23:49:23.346 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99412026-08-17T23:49:24.254Z[ host-image] Aug 17 23:49:23.346 INFO O| Aug 17 23:49:23.346 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99422026-08-17T23:49:24.254Z[ host-image] Aug 17 23:49:23.346 INFO O| Aug 17 23:49:23.346 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99432026-08-17T23:49:24.254Z[ host-image] Aug 17 23:49:23.346 INFO O| Aug 17 23:49:23.346 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99442026-08-17T23:49:24.254Z[ host-image] Aug 17 23:49:23.346 INFO O| Aug 17 23:49:23.346 INFO ok!
99452026-08-17T23:49:24.254Z[ host-image] Aug 17 23:49:23.346 INFO O| Aug 17 23:49:23.346 INFO STEP 43 (ensure_file) COMPLETE
99462026-08-17T23:49:24.254Z[ host-image] Aug 17 23:49:23.346 INFO O| Aug 17 23:49:23.346 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99472026-08-17T23:49:24.259Z[ host-image] Aug 17 23:49:23.355 INFO O| Aug 17 23:49:23.355 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99482026-08-17T23:49:24.259Z[ host-image] Aug 17 23:49:23.355 INFO O| Aug 17 23:49:23.355 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 ...
99492026-08-17T23:49:24.262Z[ host-image] Aug 17 23:49:23.355 INFO O| Aug 17 23:49:23.355 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
99502026-08-17T23:49:24.262Z[ host-image] Aug 17 23:49:23.355 INFO O| Aug 17 23:49:23.355 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99512026-08-17T23:49:24.262Z[ host-image] Aug 17 23:49:23.355 INFO O| Aug 17 23:49:23.355 INFO ok!
99522026-08-17T23:49:24.262Z[ host-image] Aug 17 23:49:23.355 INFO O| Aug 17 23:49:23.355 INFO STEP 44 (ensure_file) COMPLETE
99532026-08-17T23:49:24.262Z[ host-image] Aug 17 23:49:23.355 INFO O| Aug 17 23:49:23.355 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99542026-08-17T23:49:24.267Z[ host-image] Aug 17 23:49:23.363 INFO O| Aug 17 23:49:23.363 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99552026-08-17T23:49:24.267Z[ host-image] Aug 17 23:49:23.363 INFO O| Aug 17 23:49:23.363 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99562026-08-17T23:49:24.270Z[ host-image] Aug 17 23:49:23.363 INFO O| Aug 17 23:49:23.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99572026-08-17T23:49:24.270Z[ host-image] Aug 17 23:49:23.363 INFO O| Aug 17 23:49:23.363 INFO ok!
99582026-08-17T23:49:24.270Z[ host-image] Aug 17 23:49:23.363 INFO O| Aug 17 23:49:23.363 INFO STEP 45 (ensure_file) COMPLETE
99592026-08-17T23:49:24.270Z[ host-image] Aug 17 23:49:23.363 INFO O| Aug 17 23:49:23.363 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99602026-08-17T23:49:24.281Z[ host-image] Aug 17 23:49:23.371 INFO O| Aug 17 23:49:23.371 INFO updating shadow file
99612026-08-17T23:49:24.288Z[ host-image] Aug 17 23:49:23.371 INFO O| Aug 17 23:49:23.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99622026-08-17T23:49:24.288Z[ host-image] Aug 17 23:49:23.371 INFO O| Aug 17 23:49:23.371 INFO STEP 46 (shadow) COMPLETE
99632026-08-17T23:49:24.288Z[ host-image] Aug 17 23:49:23.371 INFO O| Aug 17 23:49:23.371 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99642026-08-17T23:49:24.288Z[ host-image] Aug 17 23:49:23.380 INFO O| Aug 17 23:49:23.380 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99652026-08-17T23:49:24.288Z[ host-image] Aug 17 23:49:23.380 INFO O| Aug 17 23:49:23.380 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99662026-08-17T23:49:24.288Z[ host-image] Aug 17 23:49:23.380 INFO O| Aug 17 23:49:23.380 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99672026-08-17T23:49:24.288Z[ host-image] Aug 17 23:49:23.380 INFO O| Aug 17 23:49:23.380 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99682026-08-17T23:49:24.288Z[ host-image] Aug 17 23:49:23.380 INFO O| Aug 17 23:49:23.380 INFO ok!
99692026-08-17T23:49:24.288Z[ host-image] Aug 17 23:49:23.380 INFO O| Aug 17 23:49:23.380 INFO STEP 47 (ensure_file) COMPLETE
99702026-08-17T23:49:24.288Z[ host-image] Aug 17 23:49:23.380 INFO O| Aug 17 23:49:23.380 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99712026-08-17T23:49:24.288Z[ host-image] Aug 17 23:49:23.380 INFO O| Aug 17 23:49:23.380 INFO skip step because feature "mfg" is not enabled
99722026-08-17T23:49:24.288Z[ host-image] Aug 17 23:49:23.380 INFO O| Aug 17 23:49:23.380 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99732026-08-17T23:49:24.288Z[ host-image] Aug 17 23:49:23.380 INFO O| Aug 17 23:49:23.380 INFO skip step because feature "mfg" is not enabled
99742026-08-17T23:49:24.288Z[ host-image] Aug 17 23:49:23.380 INFO O| Aug 17 23:49:23.380 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99752026-08-17T23:49:24.294Z[ host-image] Aug 17 23:49:23.390 INFO O| Aug 17 23:49:23.390 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99762026-08-17T23:49:24.294Z[ host-image] Aug 17 23:49:23.390 INFO O| Aug 17 23:49:23.390 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99772026-08-17T23:49:24.318Z[ host-image] Aug 17 23:49:23.413 INFO O| Aug 17 23:49:23.413 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99782026-08-17T23:49:24.318Z[ host-image] Aug 17 23:49:23.413 INFO O| Aug 17 23:49:23.413 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99792026-08-17T23:49:24.324Z[ host-image] Aug 17 23:49:23.413 INFO O| Aug 17 23:49:23.413 INFO ok!
99802026-08-17T23:49:24.324Z[ host-image] Aug 17 23:49:23.413 INFO O| Aug 17 23:49:23.413 INFO STEP 50 (ensure_file) COMPLETE
99812026-08-17T23:49:24.324Z[ host-image] Aug 17 23:49:23.413 INFO O| Aug 17 23:49:23.413 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99822026-08-17T23:49:24.324Z[ host-image] Aug 17 23:49:23.413 INFO O| Aug 17 23:49:23.413 INFO skip step because feature "compliance" is not enabled
99832026-08-17T23:49:24.324Z[ host-image] Aug 17 23:49:23.413 INFO O| Aug 17 23:49:23.413 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99842026-08-17T23:49:24.327Z[ host-image] Aug 17 23:49:23.422 INFO O| Aug 17 23:49:23.422 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99852026-08-17T23:49:24.327Z[ host-image] Aug 17 23:49:23.422 INFO O| Aug 17 23:49:23.422 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99862026-08-17T23:49:24.327Z[ host-image] Aug 17 23:49:23.422 INFO O| Aug 17 23:49:23.422 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99872026-08-17T23:49:24.327Z[ host-image] Aug 17 23:49:23.422 INFO O| Aug 17 23:49:23.422 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99882026-08-17T23:49:24.327Z[ host-image] Aug 17 23:49:23.422 INFO O| Aug 17 23:49:23.422 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99892026-08-17T23:49:24.327Z[ host-image] Aug 17 23:49:23.422 INFO O| Aug 17 23:49:23.422 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99902026-08-17T23:49:24.327Z[ host-image] Aug 17 23:49:23.422 INFO O| Aug 17 23:49:23.422 INFO ok!
99912026-08-17T23:49:24.327Z[ host-image] Aug 17 23:49:23.422 INFO O| Aug 17 23:49:23.422 INFO STEP 52 (ensure_file) COMPLETE
99922026-08-17T23:49:24.327Z[ host-image] Aug 17 23:49:23.422 INFO O| Aug 17 23:49:23.422 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99932026-08-17T23:49:24.334Z[ host-image] Aug 17 23:49:23.430 INFO O| Aug 17 23:49:23.430 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99942026-08-17T23:49:24.334Z[ host-image] Aug 17 23:49:23.430 INFO O| Aug 17 23:49:23.430 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 ...
99952026-08-17T23:49:24.337Z[ host-image] Aug 17 23:49:23.430 INFO O| Aug 17 23:49:23.430 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
99962026-08-17T23:49:24.337Z[ host-image] Aug 17 23:49:23.430 INFO O| Aug 17 23:49:23.430 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99972026-08-17T23:49:24.337Z[ host-image] Aug 17 23:49:23.430 INFO O| Aug 17 23:49:23.430 INFO ok!
99982026-08-17T23:49:24.338Z[ host-image] Aug 17 23:49:23.430 INFO O| Aug 17 23:49:23.430 INFO STEP 53 (ensure_file) COMPLETE
99992026-08-17T23:49:24.338Z[ host-image] Aug 17 23:49:23.430 INFO O| Aug 17 23:49:23.430 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100002026-08-17T23:49:24.407Z[ host-image] Aug 17 23:49:23.440 INFO O| Aug 17 23:49:23.440 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100012026-08-17T23:49:24.407Z[ host-image] Aug 17 23:49:23.440 INFO O| Aug 17 23:49:23.440 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 ...
100022026-08-17T23:49:24.407Z[ host-image] Aug 17 23:49:23.440 INFO O| Aug 17 23:49:23.440 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100032026-08-17T23:49:24.407Z[ host-image] Aug 17 23:49:23.440 INFO O| Aug 17 23:49:23.440 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100042026-08-17T23:49:24.407Z[ host-image] Aug 17 23:49:23.440 INFO O| Aug 17 23:49:23.440 INFO ok!
100052026-08-17T23:49:24.407Z[ host-image] Aug 17 23:49:23.440 INFO O| Aug 17 23:49:23.440 INFO STEP 54 (ensure_file) COMPLETE
100062026-08-17T23:49:24.407Z[ host-image] Aug 17 23:49:23.440 INFO O| Aug 17 23:49:23.440 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100072026-08-17T23:49:24.407Z[ host-image] Aug 17 23:49:23.449 INFO O| Aug 17 23:49:23.449 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100082026-08-17T23:49:24.407Z[ host-image] Aug 17 23:49:23.449 INFO O| Aug 17 23:49:23.449 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 ...
100092026-08-17T23:49:24.407Z[ host-image] Aug 17 23:49:23.449 INFO O| Aug 17 23:49:23.449 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
100102026-08-17T23:49:24.407Z[ host-image] Aug 17 23:49:23.449 INFO O| Aug 17 23:49:23.449 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100112026-08-17T23:49:24.407Z[ host-image] Aug 17 23:49:23.449 INFO O| Aug 17 23:49:23.449 INFO ok!
100122026-08-17T23:49:24.407Z[ host-image] Aug 17 23:49:23.449 INFO O| Aug 17 23:49:23.449 INFO STEP 55 (ensure_file) COMPLETE
100132026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.449 INFO O| Aug 17 23:49:23.449 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100142026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.457 INFO O| Aug 17 23:49:23.457 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100152026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.457 INFO O| Aug 17 23:49:23.457 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 ...
100162026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.457 INFO O| Aug 17 23:49:23.457 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100172026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.457 INFO O| Aug 17 23:49:23.457 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100182026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.457 INFO O| Aug 17 23:49:23.457 INFO ok!
100192026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.457 INFO O| Aug 17 23:49:23.457 INFO STEP 56 (ensure_file) COMPLETE
100202026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.457 INFO O| Aug 17 23:49:23.457 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100212026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.465 INFO O| Aug 17 23:49:23.465 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100222026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.465 INFO O| Aug 17 23:49:23.465 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 ...
100232026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.465 INFO O| Aug 17 23:49:23.465 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
100242026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.465 INFO O| Aug 17 23:49:23.465 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100252026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.465 INFO O| Aug 17 23:49:23.465 INFO ok!
100262026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.465 INFO O| Aug 17 23:49:23.465 INFO STEP 57 (ensure_file) COMPLETE
100272026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.465 INFO O| Aug 17 23:49:23.465 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100282026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.473 INFO O| Aug 17 23:49:23.473 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100292026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.473 INFO O| Aug 17 23:49:23.473 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 ...
100302026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.473 INFO O| Aug 17 23:49:23.473 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100312026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.473 INFO O| Aug 17 23:49:23.473 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100322026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.473 INFO O| Aug 17 23:49:23.473 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100332026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.473 INFO O| Aug 17 23:49:23.473 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100342026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.473 INFO O| Aug 17 23:49:23.473 INFO ok!
100352026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.473 INFO O| Aug 17 23:49:23.473 INFO STEP 58 (ensure_file) COMPLETE
100362026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.473 INFO O| Aug 17 23:49:23.473 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100372026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.481 INFO O| Aug 17 23:49:23.481 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100382026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.481 INFO O| Aug 17 23:49:23.481 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 ...
100392026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.481 INFO O| Aug 17 23:49:23.481 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
100402026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.481 INFO O| Aug 17 23:49:23.481 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100412026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.481 INFO O| Aug 17 23:49:23.481 INFO ok!
100422026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.481 INFO O| Aug 17 23:49:23.481 INFO STEP 59 (ensure_file) COMPLETE
100432026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.481 INFO O| Aug 17 23:49:23.481 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100442026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.489 INFO O| Aug 17 23:49:23.489 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100452026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.489 INFO O| Aug 17 23:49:23.489 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100462026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.489 INFO O| Aug 17 23:49:23.489 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100472026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.489 INFO O| Aug 17 23:49:23.489 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100482026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.489 INFO O| Aug 17 23:49:23.489 INFO ok!
100492026-08-17T23:49:24.408Z[ host-image] Aug 17 23:49:23.489 INFO O| Aug 17 23:49:23.489 INFO STEP 60 (ensure_file) COMPLETE
100502026-08-17T23:49:24.409Z[ host-image] Aug 17 23:49:23.489 INFO O| Aug 17 23:49:23.489 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100512026-08-17T23:49:24.409Z[ host-image] Aug 17 23:49:23.498 INFO O| Aug 17 23:49:23.498 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100522026-08-17T23:49:24.409Z[ host-image] Aug 17 23:49:23.498 INFO O| Aug 17 23:49:23.498 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 ...
100532026-08-17T23:49:24.409Z[ host-image] Aug 17 23:49:23.498 INFO O| Aug 17 23:49:23.498 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
100542026-08-17T23:49:24.409Z[ host-image] Aug 17 23:49:23.498 INFO O| Aug 17 23:49:23.498 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100552026-08-17T23:49:24.409Z[ host-image] Aug 17 23:49:23.498 INFO O| Aug 17 23:49:23.498 INFO ok!
100562026-08-17T23:49:24.409Z[ host-image] Aug 17 23:49:23.498 INFO O| Aug 17 23:49:23.498 INFO STEP 61 (ensure_file) COMPLETE
100572026-08-17T23:49:24.409Z[ host-image] Aug 17 23:49:23.498 INFO O| Aug 17 23:49:23.498 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100582026-08-17T23:49:24.412Z[ host-image] Aug 17 23:49:23.508 INFO O| Aug 17 23:49:23.508 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100592026-08-17T23:49:24.413Z[ host-image] Aug 17 23:49:23.508 INFO O| Aug 17 23:49:23.508 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100602026-08-17T23:49:24.413Z[ host-image] Aug 17 23:49:23.508 INFO O| Aug 17 23:49:23.508 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100612026-08-17T23:49:24.413Z[ host-image] Aug 17 23:49:23.508 INFO O| Aug 17 23:49:23.508 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100622026-08-17T23:49:24.413Z[ host-image] Aug 17 23:49:23.508 INFO O| Aug 17 23:49:23.508 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100632026-08-17T23:49:24.413Z[ host-image] Aug 17 23:49:23.508 INFO O| Aug 17 23:49:23.508 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100642026-08-17T23:49:24.413Z[ host-image] Aug 17 23:49:23.508 INFO O| Aug 17 23:49:23.508 INFO ok!
100652026-08-17T23:49:24.413Z[ host-image] Aug 17 23:49:23.508 INFO O| Aug 17 23:49:23.508 INFO STEP 62 (ensure_file) COMPLETE
100662026-08-17T23:49:24.413Z[ host-image] Aug 17 23:49:23.508 INFO O| Aug 17 23:49:23.508 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100672026-08-17T23:49:24.423Z[ host-image] Aug 17 23:49:23.518 INFO O| Aug 17 23:49:23.518 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100682026-08-17T23:49:24.423Z[ host-image] Aug 17 23:49:23.519 INFO O| Aug 17 23:49:23.518 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 ...
100692026-08-17T23:49:24.426Z[ host-image] Aug 17 23:49:23.519 INFO O| Aug 17 23:49:23.519 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
100702026-08-17T23:49:24.426Z[ host-image] Aug 17 23:49:23.519 INFO O| Aug 17 23:49:23.519 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100712026-08-17T23:49:24.426Z[ host-image] Aug 17 23:49:23.519 INFO O| Aug 17 23:49:23.519 INFO ok!
100722026-08-17T23:49:24.426Z[ host-image] Aug 17 23:49:23.519 INFO O| Aug 17 23:49:23.519 INFO STEP 63 (ensure_file) COMPLETE
100732026-08-17T23:49:24.426Z[ host-image] Aug 17 23:49:23.519 INFO O| Aug 17 23:49:23.519 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100742026-08-17T23:49:24.432Z[ host-image] Aug 17 23:49:23.528 INFO O| Aug 17 23:49:23.528 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100752026-08-17T23:49:24.435Z[ host-image] Aug 17 23:49:23.528 INFO O| Aug 17 23:49:23.528 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 ...
100762026-08-17T23:49:24.435Z[ host-image] Aug 17 23:49:23.528 INFO O| Aug 17 23:49:23.528 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
100772026-08-17T23:49:24.435Z[ host-image] Aug 17 23:49:23.528 INFO O| Aug 17 23:49:23.528 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100782026-08-17T23:49:24.435Z[ host-image] Aug 17 23:49:23.528 INFO O| Aug 17 23:49:23.528 INFO ok!
100792026-08-17T23:49:24.435Z[ host-image] Aug 17 23:49:23.528 INFO O| Aug 17 23:49:23.528 INFO STEP 64 (ensure_file) COMPLETE
100802026-08-17T23:49:24.436Z[ host-image] Aug 17 23:49:23.528 INFO O| Aug 17 23:49:23.528 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100812026-08-17T23:49:24.441Z[ host-image] Aug 17 23:49:23.537 INFO O| Aug 17 23:49:23.537 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100822026-08-17T23:49:24.441Z[ host-image] Aug 17 23:49:23.537 INFO O| Aug 17 23:49:23.537 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 ...
100832026-08-17T23:49:24.444Z[ host-image] Aug 17 23:49:23.537 INFO O| Aug 17 23:49:23.537 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
100842026-08-17T23:49:24.444Z[ host-image] Aug 17 23:49:23.537 INFO O| Aug 17 23:49:23.537 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100852026-08-17T23:49:24.444Z[ host-image] Aug 17 23:49:23.537 INFO O| Aug 17 23:49:23.537 INFO ok!
100862026-08-17T23:49:24.444Z[ host-image] Aug 17 23:49:23.537 INFO O| Aug 17 23:49:23.537 INFO STEP 65 (ensure_file) COMPLETE
100872026-08-17T23:49:24.444Z[ host-image] Aug 17 23:49:23.537 INFO O| Aug 17 23:49:23.537 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100882026-08-17T23:49:24.444Z[ host-image] Aug 17 23:49:23.537 INFO O| Aug 17 23:49:23.537 INFO skip step because feature "mbist" is not enabled
100892026-08-17T23:49:24.445Z[ host-image] Aug 17 23:49:23.537 INFO O| Aug 17 23:49:23.537 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100902026-08-17T23:49:24.451Z[ host-image] Aug 17 23:49:23.546 INFO O| Aug 17 23:49:23.546 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100912026-08-17T23:49:24.451Z[ host-image] Aug 17 23:49:23.546 INFO O| Aug 17 23:49:23.546 INFO STEP 67 (ensure_dir) COMPLETE
100922026-08-17T23:49:24.454Z[ host-image] Aug 17 23:49:23.546 INFO O| Aug 17 23:49:23.546 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100932026-08-17T23:49:24.459Z[ host-image] Aug 17 23:49:23.554 INFO O| Aug 17 23:49:23.554 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100942026-08-17T23:49:24.459Z[ host-image] Aug 17 23:49:23.554 INFO O| Aug 17 23:49:23.554 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100952026-08-17T23:49:24.462Z[ host-image] Aug 17 23:49:23.554 INFO O| Aug 17 23:49:23.554 INFO STEP 68 (ensure_dir) COMPLETE
100962026-08-17T23:49:24.462Z[ host-image] Aug 17 23:49:23.554 INFO O| Aug 17 23:49:23.554 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100972026-08-17T23:49:24.468Z[ host-image] Aug 17 23:49:23.563 INFO O| Aug 17 23:49:23.563 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100982026-08-17T23:49:24.471Z[ host-image] Aug 17 23:49:23.563 INFO O| Aug 17 23:49:23.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100992026-08-17T23:49:24.471Z[ host-image] Aug 17 23:49:23.563 INFO O| Aug 17 23:49:23.563 INFO STEP 69 (ensure_dir) COMPLETE
101002026-08-17T23:49:24.471Z[ host-image] Aug 17 23:49:23.563 INFO O| Aug 17 23:49:23.563 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101012026-08-17T23:49:24.476Z[ host-image] Aug 17 23:49:23.572 INFO O| Aug 17 23:49:23.572 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101022026-08-17T23:49:24.476Z[ host-image] Aug 17 23:49:23.572 INFO O| Aug 17 23:49:23.572 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101032026-08-17T23:49:25.119Z[ host-image] Aug 17 23:49:24.214 INFO O| Aug 17 23:49:24.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101042026-08-17T23:49:25.119Z[ host-image] Aug 17 23:49:24.214 INFO O| Aug 17 23:49:24.214 INFO ok!
101052026-08-17T23:49:25.122Z[ host-image] Aug 17 23:49:24.214 INFO O| Aug 17 23:49:24.214 INFO STEP 70 (ensure_file) COMPLETE
101062026-08-17T23:49:25.122Z[ host-image] Aug 17 23:49:24.214 INFO O| Aug 17 23:49:24.214 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101072026-08-17T23:49:25.130Z[ host-image] Aug 17 23:49:24.225 INFO O| Aug 17 23:49:24.225 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101082026-08-17T23:49:25.130Z[ host-image] Aug 17 23:49:24.225 INFO O| Aug 17 23:49:24.225 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101092026-08-17T23:49:25.496Z[ host-image] Aug 17 23:49:24.592 INFO O| Aug 17 23:49:24.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101102026-08-17T23:49:25.496Z[ host-image] Aug 17 23:49:24.592 INFO O| Aug 17 23:49:24.592 INFO ok!
101112026-08-17T23:49:25.500Z[ host-image] Aug 17 23:49:24.592 INFO O| Aug 17 23:49:24.592 INFO STEP 71 (ensure_file) COMPLETE
101122026-08-17T23:49:25.500Z[ host-image] Aug 17 23:49:24.592 INFO O| Aug 17 23:49:24.592 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132026-08-17T23:49:25.506Z[ host-image] Aug 17 23:49:24.602 INFO O| Aug 17 23:49:24.602 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101142026-08-17T23:49:25.506Z[ host-image] Aug 17 23:49:24.602 INFO O| Aug 17 23:49:24.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101152026-08-17T23:49:25.510Z[ host-image] Aug 17 23:49:24.602 INFO O| Aug 17 23:49:24.602 INFO STEP 72 (ensure_dir) COMPLETE
101162026-08-17T23:49:25.510Z[ host-image] Aug 17 23:49:24.602 INFO O| Aug 17 23:49:24.602 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101172026-08-17T23:49:25.516Z[ host-image] Aug 17 23:49:24.612 INFO O| Aug 17 23:49:24.612 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101182026-08-17T23:49:25.516Z[ host-image] Aug 17 23:49:24.612 INFO O| Aug 17 23:49:24.612 INFO copying /tmp/.tmp7mjUtC/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 ...
101192026-08-17T23:49:25.519Z[ host-image] Aug 17 23:49:24.612 INFO O| Aug 17 23:49:24.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101202026-08-17T23:49:25.519Z[ host-image] Aug 17 23:49:24.612 INFO O| Aug 17 23:49:24.612 INFO ok!
101212026-08-17T23:49:25.519Z[ host-image] Aug 17 23:49:24.612 INFO O| Aug 17 23:49:24.612 INFO STEP 73 (ensure_file) COMPLETE
101222026-08-17T23:49:25.519Z[ host-image] Aug 17 23:49:24.612 INFO O| Aug 17 23:49:24.612 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101232026-08-17T23:49:25.523Z[ host-image] Aug 17 23:49:24.619 INFO O| Aug 17 23:49:24.619 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101242026-08-17T23:49:25.523Z[ host-image] Aug 17 23:49:24.619 INFO O| Aug 17 23:49:24.619 INFO copying /tmp/.tmp7mjUtC/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 ...
101252026-08-17T23:49:25.523Z[ host-image] Aug 17 23:49:24.619 INFO O| Aug 17 23:49:24.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101262026-08-17T23:49:25.523Z[ host-image] Aug 17 23:49:24.619 INFO O| Aug 17 23:49:24.619 INFO ok!
101272026-08-17T23:49:25.527Z[ host-image] Aug 17 23:49:24.619 INFO O| Aug 17 23:49:24.619 INFO STEP 74 (ensure_file) COMPLETE
101282026-08-17T23:49:25.527Z[ host-image] Aug 17 23:49:24.619 INFO O| Aug 17 23:49:24.619 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292026-08-17T23:49:25.532Z[ host-image] Aug 17 23:49:24.627 INFO O| Aug 17 23:49:24.627 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101302026-08-17T23:49:25.535Z[ host-image] Aug 17 23:49:24.627 INFO O| Aug 17 23:49:24.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101312026-08-17T23:49:25.535Z[ host-image] Aug 17 23:49:24.627 INFO O| Aug 17 23:49:24.627 INFO STEP 75 (ensure_dir) COMPLETE
101322026-08-17T23:49:25.535Z[ host-image] Aug 17 23:49:24.627 INFO O| Aug 17 23:49:24.627 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101332026-08-17T23:49:25.540Z[ host-image] Aug 17 23:49:24.636 INFO O| Aug 17 23:49:24.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101342026-08-17T23:49:25.540Z[ host-image] Aug 17 23:49:24.636 INFO O| Aug 17 23:49:24.636 INFO copying /tmp/.tmp7mjUtC/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 ...
101352026-08-17T23:49:25.544Z[ host-image] Aug 17 23:49:24.636 INFO O| Aug 17 23:49:24.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101362026-08-17T23:49:25.544Z[ host-image] Aug 17 23:49:24.636 INFO O| Aug 17 23:49:24.636 INFO ok!
101372026-08-17T23:49:25.544Z[ host-image] Aug 17 23:49:24.636 INFO O| Aug 17 23:49:24.636 INFO STEP 76 (ensure_file) COMPLETE
101382026-08-17T23:49:25.544Z[ host-image] Aug 17 23:49:24.636 INFO O| Aug 17 23:49:24.636 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101392026-08-17T23:49:25.549Z[ host-image] Aug 17 23:49:24.644 INFO O| Aug 17 23:49:24.644 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101402026-08-17T23:49:25.549Z[ host-image] Aug 17 23:49:24.644 INFO O| Aug 17 23:49:24.644 INFO copying /tmp/.tmp7mjUtC/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 ...
101412026-08-17T23:49:25.549Z[ host-image] Aug 17 23:49:24.644 INFO O| Aug 17 23:49:24.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101422026-08-17T23:49:25.556Z[ host-image] Aug 17 23:49:24.644 INFO O| Aug 17 23:49:24.644 INFO ok!
101432026-08-17T23:49:25.556Z[ host-image] Aug 17 23:49:24.644 INFO O| Aug 17 23:49:24.644 INFO STEP 77 (ensure_file) COMPLETE
101442026-08-17T23:49:25.556Z[ host-image] Aug 17 23:49:24.644 INFO O| Aug 17 23:49:24.644 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452026-08-17T23:49:25.559Z[ host-image] Aug 17 23:49:24.653 INFO O| Aug 17 23:49:24.653 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101462026-08-17T23:49:25.559Z[ host-image] Aug 17 23:49:24.653 INFO O| Aug 17 23:49:24.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101472026-08-17T23:49:25.559Z[ host-image] Aug 17 23:49:24.653 INFO O| Aug 17 23:49:24.653 INFO STEP 78 (ensure_dir) COMPLETE
101482026-08-17T23:49:25.559Z[ host-image] Aug 17 23:49:24.653 INFO O| Aug 17 23:49:24.653 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492026-08-17T23:49:25.565Z[ host-image] Aug 17 23:49:24.660 INFO O| Aug 17 23:49:24.660 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101502026-08-17T23:49:25.565Z[ host-image] Aug 17 23:49:24.660 INFO O| Aug 17 23:49:24.660 INFO copying /tmp/.tmp7mjUtC/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 ...
101512026-08-17T23:49:25.568Z[ host-image] Aug 17 23:49:24.660 INFO O| Aug 17 23:49:24.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101522026-08-17T23:49:25.568Z[ host-image] Aug 17 23:49:24.660 INFO O| Aug 17 23:49:24.660 INFO ok!
101532026-08-17T23:49:25.568Z[ host-image] Aug 17 23:49:24.660 INFO O| Aug 17 23:49:24.660 INFO STEP 79 (ensure_file) COMPLETE
101542026-08-17T23:49:25.568Z[ host-image] Aug 17 23:49:24.660 INFO O| Aug 17 23:49:24.660 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101552026-08-17T23:49:25.573Z[ host-image] Aug 17 23:49:24.669 INFO O| Aug 17 23:49:24.669 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101562026-08-17T23:49:25.573Z[ host-image] Aug 17 23:49:24.669 INFO O| Aug 17 23:49:24.669 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101572026-08-17T23:49:25.573Z[ host-image] Aug 17 23:49:24.669 INFO O| Aug 17 23:49:24.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101582026-08-17T23:49:25.576Z[ host-image] Aug 17 23:49:24.669 INFO O| Aug 17 23:49:24.669 INFO ok!
101592026-08-17T23:49:25.576Z[ host-image] Aug 17 23:49:24.669 INFO O| Aug 17 23:49:24.669 INFO STEP 80 (ensure_file) COMPLETE
101602026-08-17T23:49:25.576Z[ host-image] Aug 17 23:49:24.669 INFO O| Aug 17 23:49:24.669 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-08-17T23:49:25.582Z[ host-image] Aug 17 23:49:24.677 INFO O| Aug 17 23:49:24.677 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101622026-08-17T23:49:25.582Z[ host-image] Aug 17 23:49:24.677 INFO O| Aug 17 23:49:24.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101632026-08-17T23:49:25.585Z[ host-image] Aug 17 23:49:24.677 INFO O| Aug 17 23:49:24.677 INFO STEP 81 (ensure_dir) COMPLETE
101642026-08-17T23:49:25.585Z[ host-image] Aug 17 23:49:24.677 INFO O| Aug 17 23:49:24.677 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652026-08-17T23:49:25.590Z[ host-image] Aug 17 23:49:24.686 INFO O| Aug 17 23:49:24.686 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101662026-08-17T23:49:25.590Z[ host-image] Aug 17 23:49:24.686 INFO O| Aug 17 23:49:24.686 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101672026-08-17T23:49:26.173Z[ host-image] Aug 17 23:49:25.268 INFO O| Aug 17 23:49:25.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101682026-08-17T23:49:26.174Z[ host-image] Aug 17 23:49:25.268 INFO O| Aug 17 23:49:25.268 INFO ok!
101692026-08-17T23:49:26.174Z[ host-image] Aug 17 23:49:25.268 INFO O| Aug 17 23:49:25.268 INFO STEP 82 (ensure_file) COMPLETE
101702026-08-17T23:49:26.177Z[ host-image] Aug 17 23:49:25.268 INFO O| Aug 17 23:49:25.268 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712026-08-17T23:49:26.183Z[ host-image] Aug 17 23:49:25.278 INFO O| Aug 17 23:49:25.278 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101722026-08-17T23:49:26.183Z[ host-image] Aug 17 23:49:25.278 INFO O| Aug 17 23:49:25.278 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101732026-08-17T23:49:26.491Z[ host-image] Aug 17 23:49:25.587 INFO O| Aug 17 23:49:25.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101742026-08-17T23:49:26.491Z[ host-image] Aug 17 23:49:25.587 INFO O| Aug 17 23:49:25.587 INFO ok!
101752026-08-17T23:49:26.495Z[ host-image] Aug 17 23:49:25.587 INFO O| Aug 17 23:49:25.587 INFO STEP 83 (ensure_file) COMPLETE
101762026-08-17T23:49:26.495Z[ host-image] Aug 17 23:49:25.587 INFO O| Aug 17 23:49:25.587 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772026-08-17T23:49:26.501Z[ host-image] Aug 17 23:49:25.597 INFO O| Aug 17 23:49:25.596 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101782026-08-17T23:49:26.501Z[ host-image] Aug 17 23:49:25.597 INFO O| Aug 17 23:49:25.597 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101792026-08-17T23:49:27.863Z[ host-image] Aug 17 23:49:26.958 INFO O| Aug 17 23:49:26.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101802026-08-17T23:49:27.863Z[ host-image] Aug 17 23:49:26.958 INFO O| Aug 17 23:49:26.958 INFO ok!
101812026-08-17T23:49:27.863Z[ host-image] Aug 17 23:49:26.958 INFO O| Aug 17 23:49:26.958 INFO STEP 84 (ensure_file) COMPLETE
101822026-08-17T23:49:27.866Z[ host-image] Aug 17 23:49:26.958 INFO O| Aug 17 23:49:26.958 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-08-17T23:49:27.873Z[ host-image] Aug 17 23:49:26.968 INFO O| Aug 17 23:49:26.968 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101842026-08-17T23:49:27.876Z[ host-image] Aug 17 23:49:26.968 INFO O| Aug 17 23:49:26.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101852026-08-17T23:49:27.876Z[ host-image] Aug 17 23:49:26.968 INFO O| Aug 17 23:49:26.968 INFO STEP 85 (ensure_dir) COMPLETE
101862026-08-17T23:49:27.876Z[ host-image] Aug 17 23:49:26.968 INFO O| Aug 17 23:49:26.968 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-08-17T23:49:27.882Z[ host-image] Aug 17 23:49:26.976 INFO O| Aug 17 23:49:26.976 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101882026-08-17T23:49:27.885Z[ host-image] Aug 17 23:49:26.976 INFO O| Aug 17 23:49:26.976 INFO copying /tmp/.tmp7mjUtC/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 ...
101892026-08-17T23:49:27.885Z[ host-image] Aug 17 23:49:26.976 INFO O| Aug 17 23:49:26.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101902026-08-17T23:49:27.885Z[ host-image] Aug 17 23:49:26.976 INFO O| Aug 17 23:49:26.976 INFO ok!
101912026-08-17T23:49:27.885Z[ host-image] Aug 17 23:49:26.976 INFO O| Aug 17 23:49:26.976 INFO STEP 86 (ensure_file) COMPLETE
101922026-08-17T23:49:27.885Z[ host-image] Aug 17 23:49:26.976 INFO O| Aug 17 23:49:26.976 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-08-17T23:49:27.891Z[ host-image] Aug 17 23:49:26.986 INFO O| Aug 17 23:49:26.986 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101942026-08-17T23:49:27.891Z[ host-image] Aug 17 23:49:26.986 INFO O| Aug 17 23:49:26.986 INFO copying /tmp/.tmp7mjUtC/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 ...
101952026-08-17T23:49:27.891Z[ host-image] Aug 17 23:49:26.986 INFO O| Aug 17 23:49:26.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101962026-08-17T23:49:27.894Z[ host-image] Aug 17 23:49:26.986 INFO O| Aug 17 23:49:26.986 INFO ok!
101972026-08-17T23:49:27.894Z[ host-image] Aug 17 23:49:26.986 INFO O| Aug 17 23:49:26.986 INFO STEP 87 (ensure_file) COMPLETE
101982026-08-17T23:49:27.894Z[ host-image] Aug 17 23:49:26.986 INFO O| Aug 17 23:49:26.986 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992026-08-17T23:49:27.899Z[ host-image] Aug 17 23:49:26.995 INFO O| Aug 17 23:49:26.994 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102002026-08-17T23:49:27.902Z[ host-image] Aug 17 23:49:26.995 INFO O| Aug 17 23:49:26.995 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102012026-08-17T23:49:27.902Z[ host-image] Aug 17 23:49:26.995 INFO O| Aug 17 23:49:26.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102022026-08-17T23:49:27.902Z[ host-image] Aug 17 23:49:26.995 INFO O| Aug 17 23:49:26.995 INFO ok!
102032026-08-17T23:49:27.902Z[ host-image] Aug 17 23:49:26.995 INFO O| Aug 17 23:49:26.995 INFO STEP 88 (ensure_file) COMPLETE
102042026-08-17T23:49:27.902Z[ host-image] Aug 17 23:49:26.995 INFO O| Aug 17 23:49:26.995 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-08-17T23:49:27.909Z[ host-image] Aug 17 23:49:27.004 INFO O| Aug 17 23:49:27.004 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102062026-08-17T23:49:27.909Z[ host-image] Aug 17 23:49:27.004 INFO O| Aug 17 23:49:27.004 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102072026-08-17T23:49:27.912Z[ host-image] Aug 17 23:49:27.004 INFO O| Aug 17 23:49:27.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102082026-08-17T23:49:27.912Z[ host-image] Aug 17 23:49:27.004 INFO O| Aug 17 23:49:27.004 INFO ok!
102092026-08-17T23:49:27.912Z[ host-image] Aug 17 23:49:27.004 INFO O| Aug 17 23:49:27.004 INFO STEP 89 (ensure_file) COMPLETE
102102026-08-17T23:49:27.912Z[ host-image] Aug 17 23:49:27.005 INFO O| Aug 17 23:49:27.004 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-08-17T23:49:27.918Z[ host-image] Aug 17 23:49:27.013 INFO O| Aug 17 23:49:27.013 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102122026-08-17T23:49:27.922Z[ host-image] Aug 17 23:49:27.013 INFO O| Aug 17 23:49:27.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102132026-08-17T23:49:27.922Z[ host-image] Aug 17 23:49:27.013 INFO O| Aug 17 23:49:27.013 INFO STEP 90 (ensure_dir) COMPLETE
102142026-08-17T23:49:27.923Z[ host-image] Aug 17 23:49:27.013 INFO O| Aug 17 23:49:27.013 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-08-17T23:49:27.926Z[ host-image] Aug 17 23:49:27.021 INFO O| Aug 17 23:49:27.021 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102162026-08-17T23:49:27.926Z[ host-image] Aug 17 23:49:27.022 INFO O| Aug 17 23:49:27.021 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102172026-08-17T23:49:27.931Z[ host-image] Aug 17 23:49:27.025 INFO O| Aug 17 23:49:27.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102182026-08-17T23:49:27.931Z[ host-image] Aug 17 23:49:27.025 INFO O| Aug 17 23:49:27.025 INFO ok!
102192026-08-17T23:49:27.931Z[ host-image] Aug 17 23:49:27.025 INFO O| Aug 17 23:49:27.025 INFO STEP 91 (ensure_file) COMPLETE
102202026-08-17T23:49:27.931Z[ host-image] Aug 17 23:49:27.025 INFO O| Aug 17 23:49:27.025 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-17T23:49:27.937Z[ host-image] Aug 17 23:49:27.033 INFO O| Aug 17 23:49:27.033 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102222026-08-17T23:49:27.940Z[ host-image] Aug 17 23:49:27.033 INFO O| Aug 17 23:49:27.033 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102232026-08-17T23:49:27.940Z[ host-image] Aug 17 23:49:27.033 INFO O| Aug 17 23:49:27.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102242026-08-17T23:49:27.940Z[ host-image] Aug 17 23:49:27.033 INFO O| Aug 17 23:49:27.033 INFO ok!
102252026-08-17T23:49:27.940Z[ host-image] Aug 17 23:49:27.033 INFO O| Aug 17 23:49:27.033 INFO STEP 92 (ensure_file) COMPLETE
102262026-08-17T23:49:27.940Z[ host-image] Aug 17 23:49:27.033 INFO O| Aug 17 23:49:27.033 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-08-17T23:49:27.945Z[ host-image] Aug 17 23:49:27.040 INFO O| Aug 17 23:49:27.040 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102282026-08-17T23:49:27.945Z[ host-image] Aug 17 23:49:27.040 INFO O| Aug 17 23:49:27.040 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102292026-08-17T23:49:28.515Z[ host-image] Aug 17 23:49:27.610 INFO O| Aug 17 23:49:27.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102302026-08-17T23:49:28.515Z[ host-image] Aug 17 23:49:27.610 INFO O| Aug 17 23:49:27.610 INFO ok!
102312026-08-17T23:49:28.515Z[ host-image] Aug 17 23:49:27.610 INFO O| Aug 17 23:49:27.610 INFO STEP 93 (ensure_file) COMPLETE
102322026-08-17T23:49:28.515Z[ host-image] Aug 17 23:49:27.610 INFO O| Aug 17 23:49:27.610 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-08-17T23:49:28.522Z[ host-image] Aug 17 23:49:27.618 INFO O| Aug 17 23:49:27.618 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102342026-08-17T23:49:28.522Z[ host-image] Aug 17 23:49:27.618 INFO O| Aug 17 23:49:27.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102352026-08-17T23:49:28.526Z[ host-image] Aug 17 23:49:27.618 INFO O| Aug 17 23:49:27.618 INFO STEP 94 (ensure_dir) COMPLETE
102362026-08-17T23:49:28.526Z[ host-image] Aug 17 23:49:27.618 INFO O| Aug 17 23:49:27.618 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-17T23:49:28.532Z[ host-image] Aug 17 23:49:27.626 INFO O| Aug 17 23:49:27.626 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102382026-08-17T23:49:28.535Z[ host-image] Aug 17 23:49:27.626 INFO O| Aug 17 23:49:27.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102392026-08-17T23:49:28.535Z[ host-image] Aug 17 23:49:27.626 INFO O| Aug 17 23:49:27.626 INFO STEP 95 (ensure_dir) COMPLETE
102402026-08-17T23:49:28.535Z[ host-image] Aug 17 23:49:27.626 INFO O| Aug 17 23:49:27.626 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-08-17T23:49:28.538Z[ host-image] Aug 17 23:49:27.633 INFO O| Aug 17 23:49:27.633 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102422026-08-17T23:49:28.538Z[ host-image] Aug 17 23:49:27.633 INFO O| Aug 17 23:49:27.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102432026-08-17T23:49:28.538Z[ host-image] Aug 17 23:49:27.633 INFO O| Aug 17 23:49:27.633 INFO STEP 96 (ensure_dir) COMPLETE
102442026-08-17T23:49:28.538Z[ host-image] Aug 17 23:49:27.633 INFO O| Aug 17 23:49:27.633 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102452026-08-17T23:49:28.544Z[ host-image] Aug 17 23:49:27.640 INFO O| Aug 17 23:49:27.640 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102462026-08-17T23:49:28.544Z[ host-image] Aug 17 23:49:27.640 INFO O| Aug 17 23:49:27.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102472026-08-17T23:49:28.544Z[ host-image] Aug 17 23:49:27.640 INFO O| Aug 17 23:49:27.640 INFO STEP 97 (ensure_dir) COMPLETE
102482026-08-17T23:49:28.549Z[ host-image] Aug 17 23:49:27.640 INFO O| Aug 17 23:49:27.640 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-08-17T23:49:28.554Z[ host-image] Aug 17 23:49:27.649 INFO O| Aug 17 23:49:27.649 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102502026-08-17T23:49:28.554Z[ host-image] Aug 17 23:49:27.649 INFO O| Aug 17 23:49:27.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102512026-08-17T23:49:28.554Z[ host-image] Aug 17 23:49:27.649 INFO O| Aug 17 23:49:27.649 INFO STEP 98 (ensure_dir) COMPLETE
102522026-08-17T23:49:28.558Z[ host-image] Aug 17 23:49:27.649 INFO O| Aug 17 23:49:27.649 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-08-17T23:49:28.561Z[ host-image] Aug 17 23:49:27.656 INFO O| Aug 17 23:49:27.656 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102542026-08-17T23:49:28.561Z[ host-image] Aug 17 23:49:27.656 INFO O| Aug 17 23:49:27.656 INFO copying /tmp/.tmp7mjUtC/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 ...
102552026-08-17T23:49:28.561Z[ host-image] Aug 17 23:49:27.656 INFO O| Aug 17 23:49:27.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102562026-08-17T23:49:28.561Z[ host-image] Aug 17 23:49:27.656 INFO O| Aug 17 23:49:27.656 INFO ok!
102572026-08-17T23:49:28.561Z[ host-image] Aug 17 23:49:27.656 INFO O| Aug 17 23:49:27.656 INFO STEP 99 (ensure_file) COMPLETE
102582026-08-17T23:49:28.561Z[ host-image] Aug 17 23:49:27.656 INFO O| Aug 17 23:49:27.656 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-08-17T23:49:28.569Z[ host-image] Aug 17 23:49:27.665 INFO O| Aug 17 23:49:27.665 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102602026-08-17T23:49:28.573Z[ host-image] Aug 17 23:49:27.665 INFO O| Aug 17 23:49:27.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102612026-08-17T23:49:28.573Z[ host-image] Aug 17 23:49:27.665 INFO O| Aug 17 23:49:27.665 INFO STEP 100 (ensure_dir) COMPLETE
102622026-08-17T23:49:28.573Z[ host-image] Aug 17 23:49:27.665 INFO O| Aug 17 23:49:27.665 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-08-17T23:49:28.578Z[ host-image] Aug 17 23:49:27.673 INFO O| Aug 17 23:49:27.673 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102642026-08-17T23:49:28.578Z[ host-image] Aug 17 23:49:27.673 INFO O| Aug 17 23:49:27.673 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102652026-08-17T23:49:28.593Z[ host-image] Aug 17 23:49:27.688 INFO O| Aug 17 23:49:27.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102662026-08-17T23:49:28.593Z[ host-image] Aug 17 23:49:27.688 INFO O| Aug 17 23:49:27.688 INFO ok!
102672026-08-17T23:49:28.597Z[ host-image] Aug 17 23:49:27.688 INFO O| Aug 17 23:49:27.688 INFO STEP 101 (ensure_file) COMPLETE
102682026-08-17T23:49:28.597Z[ host-image] Aug 17 23:49:27.688 INFO O| Aug 17 23:49:27.688 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-08-17T23:49:28.600Z[ host-image] Aug 17 23:49:27.695 INFO O| Aug 17 23:49:27.695 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102702026-08-17T23:49:28.600Z[ host-image] Aug 17 23:49:27.695 INFO O| Aug 17 23:49:27.695 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102712026-08-17T23:49:28.600Z[ host-image] Aug 17 23:49:27.695 INFO O| Aug 17 23:49:27.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102722026-08-17T23:49:28.600Z[ host-image] Aug 17 23:49:27.695 INFO O| Aug 17 23:49:27.695 INFO ok!
102732026-08-17T23:49:28.600Z[ host-image] Aug 17 23:49:27.695 INFO O| Aug 17 23:49:27.695 INFO STEP 102 (ensure_file) COMPLETE
102742026-08-17T23:49:28.600Z[ host-image] Aug 17 23:49:27.695 INFO O| Aug 17 23:49:27.695 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102752026-08-17T23:49:28.608Z[ host-image] Aug 17 23:49:27.704 INFO O| Aug 17 23:49:27.704 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102762026-08-17T23:49:28.608Z[ host-image] Aug 17 23:49:27.704 INFO O| Aug 17 23:49:27.704 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102772026-08-17T23:49:28.918Z[ host-image] Aug 17 23:49:28.014 INFO O| Aug 17 23:49:28.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102782026-08-17T23:49:28.918Z[ host-image] Aug 17 23:49:28.014 INFO O| Aug 17 23:49:28.014 INFO ok!
102792026-08-17T23:49:28.918Z[ host-image] Aug 17 23:49:28.014 INFO O| Aug 17 23:49:28.014 INFO STEP 103 (ensure_file) COMPLETE
102802026-08-17T23:49:28.922Z[ host-image] Aug 17 23:49:28.014 INFO O| Aug 17 23:49:28.014 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-08-17T23:49:28.928Z[ host-image] Aug 17 23:49:28.023 INFO O| Aug 17 23:49:28.023 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102822026-08-17T23:49:28.928Z[ host-image] Aug 17 23:49:28.023 INFO O| Aug 17 23:49:28.023 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102832026-08-17T23:49:28.931Z[ host-image] Aug 17 23:49:28.023 INFO O| Aug 17 23:49:28.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102842026-08-17T23:49:28.931Z[ host-image] Aug 17 23:49:28.023 INFO O| Aug 17 23:49:28.023 INFO ok!
102852026-08-17T23:49:28.931Z[ host-image] Aug 17 23:49:28.023 INFO O| Aug 17 23:49:28.023 INFO STEP 104 (ensure_file) COMPLETE
102862026-08-17T23:49:28.931Z[ host-image] Aug 17 23:49:28.023 INFO O| Aug 17 23:49:28.023 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-08-17T23:49:28.935Z[ host-image] Aug 17 23:49:28.031 INFO O| Aug 17 23:49:28.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102882026-08-17T23:49:28.938Z[ host-image] Aug 17 23:49:28.031 INFO O| Aug 17 23:49:28.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102892026-08-17T23:49:28.938Z[ host-image] Aug 17 23:49:28.031 INFO O| Aug 17 23:49:28.031 INFO STEP 105 (ensure_dir) COMPLETE
102902026-08-17T23:49:28.938Z[ host-image] Aug 17 23:49:28.031 INFO O| Aug 17 23:49:28.031 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-08-17T23:49:28.945Z[ host-image] Aug 17 23:49:28.040 INFO O| Aug 17 23:49:28.040 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102922026-08-17T23:49:28.945Z[ host-image] Aug 17 23:49:28.040 INFO O| Aug 17 23:49:28.040 INFO copying /tmp/.tmp7mjUtC/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 ...
102932026-08-17T23:49:28.965Z[ host-image] Aug 17 23:49:28.060 INFO O| Aug 17 23:49:28.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102942026-08-17T23:49:28.965Z[ host-image] Aug 17 23:49:28.060 INFO O| Aug 17 23:49:28.060 INFO ok!
102952026-08-17T23:49:28.965Z[ host-image] Aug 17 23:49:28.060 INFO O| Aug 17 23:49:28.060 INFO STEP 106 (ensure_file) COMPLETE
102962026-08-17T23:49:28.969Z[ host-image] Aug 17 23:49:28.060 INFO O| Aug 17 23:49:28.060 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-08-17T23:49:28.973Z[ host-image] Aug 17 23:49:28.069 INFO O| Aug 17 23:49:28.069 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
102982026-08-17T23:49:28.973Z[ host-image] Aug 17 23:49:28.069 INFO O| Aug 17 23:49:28.069 INFO copying /tmp/.tmp7mjUtC/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 ...
102992026-08-17T23:49:28.976Z[ host-image] Aug 17 23:49:28.069 INFO O| Aug 17 23:49:28.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103002026-08-17T23:49:28.976Z[ host-image] Aug 17 23:49:28.069 INFO O| Aug 17 23:49:28.069 INFO ok!
103012026-08-17T23:49:28.976Z[ host-image] Aug 17 23:49:28.069 INFO O| Aug 17 23:49:28.069 INFO STEP 107 (ensure_file) COMPLETE
103022026-08-17T23:49:28.976Z[ host-image] Aug 17 23:49:28.069 INFO O| Aug 17 23:49:28.069 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-08-17T23:49:28.986Z[ host-image] Aug 17 23:49:28.082 INFO O| Aug 17 23:49:28.082 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103042026-08-17T23:49:28.987Z[ host-image] Aug 17 23:49:28.082 INFO O| Aug 17 23:49:28.082 INFO copying /tmp/.tmp7mjUtC/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 ...
103052026-08-17T23:49:28.987Z[ host-image] Aug 17 23:49:28.082 INFO O| Aug 17 23:49:28.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103062026-08-17T23:49:28.987Z[ host-image] Aug 17 23:49:28.082 INFO O| Aug 17 23:49:28.082 INFO ok!
103072026-08-17T23:49:28.992Z[ host-image] Aug 17 23:49:28.082 INFO O| Aug 17 23:49:28.082 INFO STEP 108 (ensure_file) COMPLETE
103082026-08-17T23:49:28.992Z[ host-image] Aug 17 23:49:28.082 INFO O| Aug 17 23:49:28.082 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-08-17T23:49:29.001Z[ host-image] Aug 17 23:49:28.093 INFO O| Aug 17 23:49:28.092 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103102026-08-17T23:49:29.001Z[ host-image] Aug 17 23:49:28.093 INFO O| Aug 17 23:49:28.092 INFO copying /tmp/.tmp7mjUtC/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 ...
103112026-08-17T23:49:29.001Z[ host-image] Aug 17 23:49:28.093 INFO O| Aug 17 23:49:28.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103122026-08-17T23:49:29.001Z[ host-image] Aug 17 23:49:28.093 INFO O| Aug 17 23:49:28.092 INFO ok!
103132026-08-17T23:49:29.001Z[ host-image] Aug 17 23:49:28.093 INFO O| Aug 17 23:49:28.092 INFO STEP 109 (ensure_file) COMPLETE
103142026-08-17T23:49:29.043Z[ host-image] Aug 17 23:49:28.093 INFO O| Aug 17 23:49:28.092 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-08-17T23:49:29.097Z[ host-image] Aug 17 23:49:28.145 INFO O| Aug 17 23:49:28.144 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103162026-08-17T23:49:29.097Z[ host-image] Aug 17 23:49:28.145 INFO O| Aug 17 23:49:28.144 INFO copying /tmp/.tmp7mjUtC/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 ...
103172026-08-17T23:49:29.097Z[ host-image] Aug 17 23:49:28.145 INFO O| Aug 17 23:49:28.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103182026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.145 INFO O| Aug 17 23:49:28.144 INFO ok!
103192026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.145 INFO O| Aug 17 23:49:28.144 INFO STEP 110 (ensure_file) COMPLETE
103202026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.145 INFO O| Aug 17 23:49:28.144 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103212026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.157 INFO O| Aug 17 23:49:28.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103222026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.157 INFO O| Aug 17 23:49:28.155 INFO copying /tmp/.tmp7mjUtC/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 ...
103232026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.157 INFO O| Aug 17 23:49:28.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103242026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.157 INFO O| Aug 17 23:49:28.155 INFO ok!
103252026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.157 INFO O| Aug 17 23:49:28.155 INFO STEP 111 (ensure_file) COMPLETE
103262026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.157 INFO O| Aug 17 23:49:28.155 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.167 INFO O| Aug 17 23:49:28.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103282026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.167 INFO O| Aug 17 23:49:28.165 INFO copying /tmp/.tmp7mjUtC/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 ...
103292026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.167 INFO O| Aug 17 23:49:28.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103302026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.167 INFO O| Aug 17 23:49:28.165 INFO ok!
103312026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.167 INFO O| Aug 17 23:49:28.165 INFO STEP 112 (ensure_file) COMPLETE
103322026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.167 INFO O| Aug 17 23:49:28.165 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.176 INFO O| Aug 17 23:49:28.175 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103342026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.176 INFO O| Aug 17 23:49:28.175 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103352026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.176 INFO O| Aug 17 23:49:28.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103362026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.176 INFO O| Aug 17 23:49:28.175 INFO ok!
103372026-08-17T23:49:29.101Z[ host-image] Aug 17 23:49:28.176 INFO O| Aug 17 23:49:28.175 INFO STEP 113 (ensure_file) COMPLETE
103382026-08-17T23:49:29.102Z[ host-image] Aug 17 23:49:28.176 INFO O| Aug 17 23:49:28.175 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-08-17T23:49:29.102Z[ host-image] Aug 17 23:49:28.184 INFO O| Aug 17 23:49:28.183 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103402026-08-17T23:49:29.102Z[ host-image] Aug 17 23:49:28.184 INFO O| Aug 17 23:49:28.183 INFO copying /tmp/.tmp7mjUtC/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 ...
103412026-08-17T23:49:29.102Z[ host-image] Aug 17 23:49:28.184 INFO O| Aug 17 23:49:28.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103422026-08-17T23:49:29.102Z[ host-image] Aug 17 23:49:28.184 INFO O| Aug 17 23:49:28.183 INFO ok!
103432026-08-17T23:49:29.102Z[ host-image] Aug 17 23:49:28.184 INFO O| Aug 17 23:49:28.183 INFO STEP 114 (ensure_file) COMPLETE
103442026-08-17T23:49:29.102Z[ host-image] Aug 17 23:49:28.184 INFO O| Aug 17 23:49:28.183 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103452026-08-17T23:49:29.102Z[ host-image] Aug 17 23:49:28.193 INFO O| Aug 17 23:49:28.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103462026-08-17T23:49:29.102Z[ host-image] Aug 17 23:49:28.193 INFO O| Aug 17 23:49:28.192 INFO copying /tmp/.tmp7mjUtC/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 ...
103472026-08-17T23:49:29.102Z[ host-image] Aug 17 23:49:28.193 INFO O| Aug 17 23:49:28.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103482026-08-17T23:49:29.102Z[ host-image] Aug 17 23:49:28.193 INFO O| Aug 17 23:49:28.192 INFO ok!
103492026-08-17T23:49:29.102Z[ host-image] Aug 17 23:49:28.193 INFO O| Aug 17 23:49:28.192 INFO STEP 115 (ensure_file) COMPLETE
103502026-08-17T23:49:29.102Z[ host-image] Aug 17 23:49:28.193 INFO O| Aug 17 23:49:28.192 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103512026-08-17T23:49:29.108Z[ host-image] Aug 17 23:49:28.203 INFO O| Aug 17 23:49:28.201 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103522026-08-17T23:49:29.108Z[ host-image] Aug 17 23:49:28.203 INFO O| Aug 17 23:49:28.201 INFO copying /tmp/.tmp7mjUtC/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 ...
103532026-08-17T23:49:29.108Z[ host-image] Aug 17 23:49:28.203 INFO O| Aug 17 23:49:28.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103542026-08-17T23:49:29.108Z[ host-image] Aug 17 23:49:28.203 INFO O| Aug 17 23:49:28.201 INFO ok!
103552026-08-17T23:49:29.122Z[ host-image] Aug 17 23:49:28.203 INFO O| Aug 17 23:49:28.201 INFO STEP 116 (ensure_file) COMPLETE
103562026-08-17T23:49:29.122Z[ host-image] Aug 17 23:49:28.203 INFO O| Aug 17 23:49:28.201 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103572026-08-17T23:49:29.126Z[ host-image] Aug 17 23:49:28.213 INFO O| Aug 17 23:49:28.211 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103582026-08-17T23:49:29.126Z[ host-image] Aug 17 23:49:28.213 INFO O| Aug 17 23:49:28.211 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103592026-08-17T23:49:29.126Z[ host-image] Aug 17 23:49:28.213 INFO O| Aug 17 23:49:28.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103602026-08-17T23:49:29.126Z[ host-image] Aug 17 23:49:28.213 INFO O| Aug 17 23:49:28.211 INFO ok!
103612026-08-17T23:49:29.126Z[ host-image] Aug 17 23:49:28.213 INFO O| Aug 17 23:49:28.211 INFO STEP 117 (ensure_file) COMPLETE
103622026-08-17T23:49:29.126Z[ host-image] Aug 17 23:49:28.213 INFO O| Aug 17 23:49:28.211 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103632026-08-17T23:49:29.126Z[ host-image] Aug 17 23:49:28.220 INFO O| Aug 17 23:49:28.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103642026-08-17T23:49:29.126Z[ host-image] Aug 17 23:49:28.220 INFO O| Aug 17 23:49:28.220 INFO copying /tmp/.tmp7mjUtC/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 ...
103652026-08-17T23:49:29.126Z[ host-image] Aug 17 23:49:28.220 INFO O| Aug 17 23:49:28.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103662026-08-17T23:49:29.127Z[ host-image] Aug 17 23:49:28.220 INFO O| Aug 17 23:49:28.220 INFO ok!
103672026-08-17T23:49:29.127Z[ host-image] Aug 17 23:49:28.220 INFO O| Aug 17 23:49:28.220 INFO STEP 118 (ensure_file) COMPLETE
103682026-08-17T23:49:29.127Z[ host-image] Aug 17 23:49:28.220 INFO O| Aug 17 23:49:28.220 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103692026-08-17T23:49:29.131Z[ host-image] Aug 17 23:49:28.227 INFO O| Aug 17 23:49:28.227 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103702026-08-17T23:49:29.131Z[ host-image] Aug 17 23:49:28.227 INFO O| Aug 17 23:49:28.227 INFO copying /tmp/.tmp7mjUtC/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 ...
103712026-08-17T23:49:29.134Z[ host-image] Aug 17 23:49:28.227 INFO O| Aug 17 23:49:28.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103722026-08-17T23:49:29.134Z[ host-image] Aug 17 23:49:28.227 INFO O| Aug 17 23:49:28.227 INFO ok!
103732026-08-17T23:49:29.134Z[ host-image] Aug 17 23:49:28.227 INFO O| Aug 17 23:49:28.227 INFO STEP 119 (ensure_file) COMPLETE
103742026-08-17T23:49:29.134Z[ host-image] Aug 17 23:49:28.227 INFO O| Aug 17 23:49:28.227 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103752026-08-17T23:49:29.139Z[ host-image] Aug 17 23:49:28.235 INFO O| Aug 17 23:49:28.235 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103762026-08-17T23:49:29.139Z[ host-image] Aug 17 23:49:28.235 INFO O| Aug 17 23:49:28.235 INFO copying /tmp/.tmp7mjUtC/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 ...
103772026-08-17T23:49:29.142Z[ host-image] Aug 17 23:49:28.235 INFO O| Aug 17 23:49:28.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103782026-08-17T23:49:29.142Z[ host-image] Aug 17 23:49:28.235 INFO O| Aug 17 23:49:28.235 INFO ok!
103792026-08-17T23:49:29.142Z[ host-image] Aug 17 23:49:28.235 INFO O| Aug 17 23:49:28.235 INFO STEP 120 (ensure_file) COMPLETE
103802026-08-17T23:49:29.142Z[ host-image] Aug 17 23:49:28.235 INFO O| Aug 17 23:49:28.235 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103812026-08-17T23:49:29.149Z[ host-image] Aug 17 23:49:28.245 INFO O| Aug 17 23:49:28.245 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103822026-08-17T23:49:29.152Z[ host-image] Aug 17 23:49:28.245 INFO O| Aug 17 23:49:28.245 INFO copying /tmp/.tmp7mjUtC/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 ...
103832026-08-17T23:49:29.152Z[ host-image] Aug 17 23:49:28.245 INFO O| Aug 17 23:49:28.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103842026-08-17T23:49:29.152Z[ host-image] Aug 17 23:49:28.245 INFO O| Aug 17 23:49:28.245 INFO ok!
103852026-08-17T23:49:29.152Z[ host-image] Aug 17 23:49:28.245 INFO O| Aug 17 23:49:28.245 INFO STEP 121 (ensure_file) COMPLETE
103862026-08-17T23:49:29.152Z[ host-image] Aug 17 23:49:28.245 INFO O| Aug 17 23:49:28.245 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103872026-08-17T23:49:29.158Z[ host-image] Aug 17 23:49:28.253 INFO O| Aug 17 23:49:28.253 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103882026-08-17T23:49:29.158Z[ host-image] Aug 17 23:49:28.253 INFO O| Aug 17 23:49:28.253 INFO copying /tmp/.tmp7mjUtC/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 ...
103892026-08-17T23:49:29.162Z[ host-image] Aug 17 23:49:28.253 INFO O| Aug 17 23:49:28.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103902026-08-17T23:49:29.162Z[ host-image] Aug 17 23:49:28.253 INFO O| Aug 17 23:49:28.253 INFO ok!
103912026-08-17T23:49:29.162Z[ host-image] Aug 17 23:49:28.253 INFO O| Aug 17 23:49:28.253 INFO STEP 122 (ensure_file) COMPLETE
103922026-08-17T23:49:29.162Z[ host-image] Aug 17 23:49:28.253 INFO O| Aug 17 23:49:28.253 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103932026-08-17T23:49:29.166Z[ host-image] Aug 17 23:49:28.262 INFO O| Aug 17 23:49:28.262 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103942026-08-17T23:49:29.166Z[ host-image] Aug 17 23:49:28.262 INFO O| Aug 17 23:49:28.262 INFO copying /tmp/.tmp7mjUtC/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 ...
103952026-08-17T23:49:29.170Z[ host-image] Aug 17 23:49:28.262 INFO O| Aug 17 23:49:28.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103962026-08-17T23:49:29.170Z[ host-image] Aug 17 23:49:28.262 INFO O| Aug 17 23:49:28.262 INFO ok!
103972026-08-17T23:49:29.170Z[ host-image] Aug 17 23:49:28.262 INFO O| Aug 17 23:49:28.262 INFO STEP 123 (ensure_file) COMPLETE
103982026-08-17T23:49:29.170Z[ host-image] Aug 17 23:49:28.262 INFO O| Aug 17 23:49:28.262 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103992026-08-17T23:49:29.173Z[ host-image] Aug 17 23:49:28.269 INFO O| Aug 17 23:49:28.269 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104002026-08-17T23:49:29.173Z[ host-image] Aug 17 23:49:28.269 INFO O| Aug 17 23:49:28.269 INFO copying /tmp/.tmp7mjUtC/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 ...
104012026-08-17T23:49:29.173Z[ host-image] Aug 17 23:49:28.269 INFO O| Aug 17 23:49:28.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104022026-08-17T23:49:29.173Z[ host-image] Aug 17 23:49:28.269 INFO O| Aug 17 23:49:28.269 INFO ok!
104032026-08-17T23:49:29.174Z[ host-image] Aug 17 23:49:28.269 INFO O| Aug 17 23:49:28.269 INFO STEP 124 (ensure_file) COMPLETE
104042026-08-17T23:49:29.174Z[ host-image] Aug 17 23:49:28.269 INFO O| Aug 17 23:49:28.269 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104052026-08-17T23:49:29.181Z[ host-image] Aug 17 23:49:28.277 INFO O| Aug 17 23:49:28.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104062026-08-17T23:49:29.182Z[ host-image] Aug 17 23:49:28.277 INFO O| Aug 17 23:49:28.277 INFO copying /tmp/.tmp7mjUtC/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 ...
104072026-08-17T23:49:29.185Z[ host-image] Aug 17 23:49:28.277 INFO O| Aug 17 23:49:28.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104082026-08-17T23:49:29.185Z[ host-image] Aug 17 23:49:28.277 INFO O| Aug 17 23:49:28.277 INFO ok!
104092026-08-17T23:49:29.185Z[ host-image] Aug 17 23:49:28.277 INFO O| Aug 17 23:49:28.277 INFO STEP 125 (ensure_file) COMPLETE
104102026-08-17T23:49:29.185Z[ host-image] Aug 17 23:49:28.277 INFO O| Aug 17 23:49:28.277 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104112026-08-17T23:49:29.185Z[ recovery-image] Aug 17 23:49:28.278 INFO O| ok, image written!
104122026-08-17T23:49:29.185Z[ recovery-image] Aug 17 23:49:28.279 INFO O| ok, boot_image_csum file written!
104132026-08-17T23:49:29.185Z[ recovery-image] Aug 17 23:49:28.280 INFO creating boot archive (CPIO)...
104142026-08-17T23:49:29.185Z[ recovery-image] Aug 17 23:49:28.281 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
104152026-08-17T23:49:29.189Z[ recovery-image] Aug 17 23:49:28.284 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
104162026-08-17T23:49:29.189Z[ recovery-image] Aug 17 23:49:28.284 INFO E| + outfile=/work/os-recovery/cpio
104172026-08-17T23:49:29.193Z[ recovery-image] Aug 17 23:49:28.284 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
104182026-08-17T23:49:29.193Z[ host-image] Aug 17 23:49:28.286 INFO O| Aug 17 23:49:28.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104192026-08-17T23:49:29.193Z[ host-image] Aug 17 23:49:28.286 INFO O| Aug 17 23:49:28.286 INFO copying /tmp/.tmp7mjUtC/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 ...
104202026-08-17T23:49:29.193Z[ host-image] Aug 17 23:49:28.286 INFO O| Aug 17 23:49:28.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104212026-08-17T23:49:29.193Z[ host-image] Aug 17 23:49:28.286 INFO O| Aug 17 23:49:28.286 INFO ok!
104222026-08-17T23:49:29.193Z[ host-image] Aug 17 23:49:28.286 INFO O| Aug 17 23:49:28.286 INFO STEP 126 (ensure_file) COMPLETE
104232026-08-17T23:49:29.193Z[ host-image] Aug 17 23:49:28.286 INFO O| Aug 17 23:49:28.286 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-08-17T23:49:29.193Z[ recovery-image] Aug 17 23:49:28.286 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
104252026-08-17T23:49:29.193Z[ recovery-image] Aug 17 23:49:28.286 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
104262026-08-17T23:49:29.199Z[ host-image] Aug 17 23:49:28.294 INFO O| Aug 17 23:49:28.294 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104272026-08-17T23:49:29.199Z[ host-image] Aug 17 23:49:28.294 INFO O| Aug 17 23:49:28.294 INFO copying /tmp/.tmp7mjUtC/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 ...
104282026-08-17T23:49:29.202Z[ host-image] Aug 17 23:49:28.294 INFO O| Aug 17 23:49:28.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104292026-08-17T23:49:29.202Z[ host-image] Aug 17 23:49:28.294 INFO O| Aug 17 23:49:28.294 INFO ok!
104302026-08-17T23:49:29.202Z[ host-image] Aug 17 23:49:28.294 INFO O| Aug 17 23:49:28.294 INFO STEP 127 (ensure_file) COMPLETE
104312026-08-17T23:49:29.202Z[ host-image] Aug 17 23:49:28.294 INFO O| Aug 17 23:49:28.294 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-08-17T23:49:29.207Z[ host-image] Aug 17 23:49:28.301 INFO O| Aug 17 23:49:28.301 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104332026-08-17T23:49:29.207Z[ host-image] Aug 17 23:49:28.301 INFO O| Aug 17 23:49:28.301 INFO copying /tmp/.tmp7mjUtC/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 ...
104342026-08-17T23:49:29.212Z[ host-image] Aug 17 23:49:28.302 INFO O| Aug 17 23:49:28.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104352026-08-17T23:49:29.212Z[ host-image] Aug 17 23:49:28.302 INFO O| Aug 17 23:49:28.302 INFO ok!
104362026-08-17T23:49:29.212Z[ host-image] Aug 17 23:49:28.302 INFO O| Aug 17 23:49:28.302 INFO STEP 128 (ensure_file) COMPLETE
104372026-08-17T23:49:29.212Z[ host-image] Aug 17 23:49:28.302 INFO O| Aug 17 23:49:28.302 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-08-17T23:49:29.218Z[ host-image] Aug 17 23:49:28.310 INFO O| Aug 17 23:49:28.310 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104392026-08-17T23:49:29.218Z[ host-image] Aug 17 23:49:28.310 INFO O| Aug 17 23:49:28.310 INFO copying /tmp/.tmp7mjUtC/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 ...
104402026-08-17T23:49:29.218Z[ host-image] Aug 17 23:49:28.310 INFO O| Aug 17 23:49:28.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104412026-08-17T23:49:29.218Z[ host-image] Aug 17 23:49:28.310 INFO O| Aug 17 23:49:28.310 INFO ok!
104422026-08-17T23:49:29.218Z[ host-image] Aug 17 23:49:28.310 INFO O| Aug 17 23:49:28.310 INFO STEP 129 (ensure_file) COMPLETE
104432026-08-17T23:49:29.218Z[ host-image] Aug 17 23:49:28.310 INFO O| Aug 17 23:49:28.310 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-08-17T23:49:29.221Z[ recovery-image] Aug 17 23:49:28.314 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
104452026-08-17T23:49:29.221Z[ recovery-image] Aug 17 23:49:28.314 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
104462026-08-17T23:49:29.224Z[ host-image] Aug 17 23:49:28.318 INFO O| Aug 17 23:49:28.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104472026-08-17T23:49:29.224Z[ host-image] Aug 17 23:49:28.318 INFO O| Aug 17 23:49:28.318 INFO copying /tmp/.tmp7mjUtC/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 ...
104482026-08-17T23:49:29.224Z[ host-image] Aug 17 23:49:28.318 INFO O| Aug 17 23:49:28.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104492026-08-17T23:49:29.224Z[ host-image] Aug 17 23:49:28.318 INFO O| Aug 17 23:49:28.318 INFO ok!
104502026-08-17T23:49:29.224Z[ host-image] Aug 17 23:49:28.318 INFO O| Aug 17 23:49:28.318 INFO STEP 130 (ensure_file) COMPLETE
104512026-08-17T23:49:29.225Z[ host-image] Aug 17 23:49:28.318 INFO O| Aug 17 23:49:28.318 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-08-17T23:49:29.228Z[ recovery-image] Aug 17 23:49:28.321 INFO creating compressed cpio/unix for dev loaders...
104532026-08-17T23:49:29.229Z[ recovery-image] Aug 17 23:49:28.321 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
104542026-08-17T23:49:29.232Z[ host-image] Aug 17 23:49:28.326 INFO O| Aug 17 23:49:28.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104552026-08-17T23:49:29.232Z[ host-image] Aug 17 23:49:28.326 INFO O| Aug 17 23:49:28.326 INFO copying /tmp/.tmp7mjUtC/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 ...
104562026-08-17T23:49:29.232Z[ host-image] Aug 17 23:49:28.326 INFO O| Aug 17 23:49:28.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104572026-08-17T23:49:29.232Z[ host-image] Aug 17 23:49:28.326 INFO O| Aug 17 23:49:28.326 INFO ok!
104582026-08-17T23:49:29.232Z[ host-image] Aug 17 23:49:28.326 INFO O| Aug 17 23:49:28.326 INFO STEP 131 (ensure_file) COMPLETE
104592026-08-17T23:49:29.232Z[ host-image] Aug 17 23:49:28.326 INFO O| Aug 17 23:49:28.326 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-08-17T23:49:29.238Z[ host-image] Aug 17 23:49:28.333 INFO O| Aug 17 23:49:28.333 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104612026-08-17T23:49:29.238Z[ host-image] Aug 17 23:49:28.333 INFO O| Aug 17 23:49:28.333 INFO copying /tmp/.tmp7mjUtC/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 ...
104622026-08-17T23:49:29.241Z[ host-image] Aug 17 23:49:28.333 INFO O| Aug 17 23:49:28.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104632026-08-17T23:49:29.241Z[ host-image] Aug 17 23:49:28.333 INFO O| Aug 17 23:49:28.333 INFO ok!
104642026-08-17T23:49:29.241Z[ host-image] Aug 17 23:49:28.333 INFO O| Aug 17 23:49:28.333 INFO STEP 132 (ensure_file) COMPLETE
104652026-08-17T23:49:29.241Z[ host-image] Aug 17 23:49:28.333 INFO O| Aug 17 23:49:28.333 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104662026-08-17T23:49:29.247Z[ host-image] Aug 17 23:49:28.342 INFO O| Aug 17 23:49:28.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104672026-08-17T23:49:29.247Z[ host-image] Aug 17 23:49:28.342 INFO O| Aug 17 23:49:28.342 INFO copying /tmp/.tmp7mjUtC/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 ...
104682026-08-17T23:49:29.247Z[ host-image] Aug 17 23:49:28.342 INFO O| Aug 17 23:49:28.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104692026-08-17T23:49:29.251Z[ host-image] Aug 17 23:49:28.342 INFO O| Aug 17 23:49:28.342 INFO ok!
104702026-08-17T23:49:29.252Z[ host-image] Aug 17 23:49:28.342 INFO O| Aug 17 23:49:28.342 INFO STEP 133 (ensure_file) COMPLETE
104712026-08-17T23:49:29.252Z[ host-image] Aug 17 23:49:28.342 INFO O| Aug 17 23:49:28.342 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104722026-08-17T23:49:29.256Z[ host-image] Aug 17 23:49:28.351 INFO O| Aug 17 23:49:28.351 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104732026-08-17T23:49:29.256Z[ host-image] Aug 17 23:49:28.351 INFO O| Aug 17 23:49:28.351 INFO copying /tmp/.tmp7mjUtC/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 ...
104742026-08-17T23:49:29.256Z[ host-image] Aug 17 23:49:28.351 INFO O| Aug 17 23:49:28.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104752026-08-17T23:49:29.256Z[ host-image] Aug 17 23:49:28.351 INFO O| Aug 17 23:49:28.351 INFO ok!
104762026-08-17T23:49:29.256Z[ host-image] Aug 17 23:49:28.351 INFO O| Aug 17 23:49:28.351 INFO STEP 134 (ensure_file) COMPLETE
104772026-08-17T23:49:29.256Z[ host-image] Aug 17 23:49:28.351 INFO O| Aug 17 23:49:28.351 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-08-17T23:49:29.264Z[ host-image] Aug 17 23:49:28.358 INFO O| Aug 17 23:49:28.358 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104792026-08-17T23:49:29.264Z[ host-image] Aug 17 23:49:28.358 INFO O| Aug 17 23:49:28.358 INFO copying /tmp/.tmp7mjUtC/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 ...
104802026-08-17T23:49:29.268Z[ host-image] Aug 17 23:49:28.358 INFO O| Aug 17 23:49:28.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104812026-08-17T23:49:29.268Z[ host-image] Aug 17 23:49:28.358 INFO O| Aug 17 23:49:28.358 INFO ok!
104822026-08-17T23:49:29.268Z[ host-image] Aug 17 23:49:28.358 INFO O| Aug 17 23:49:28.358 INFO STEP 135 (ensure_file) COMPLETE
104832026-08-17T23:49:29.268Z[ host-image] Aug 17 23:49:28.358 INFO O| Aug 17 23:49:28.358 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-08-17T23:49:29.271Z[ host-image] Aug 17 23:49:28.365 INFO O| Aug 17 23:49:28.365 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104852026-08-17T23:49:29.271Z[ host-image] Aug 17 23:49:28.365 INFO O| Aug 17 23:49:28.365 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104862026-08-17T23:49:29.271Z[ host-image] Aug 17 23:49:28.365 INFO O| Aug 17 23:49:28.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104872026-08-17T23:49:29.271Z[ host-image] Aug 17 23:49:28.365 INFO O| Aug 17 23:49:28.365 INFO ok!
104882026-08-17T23:49:29.271Z[ host-image] Aug 17 23:49:28.365 INFO O| Aug 17 23:49:28.365 INFO STEP 136 (ensure_file) COMPLETE
104892026-08-17T23:49:29.271Z[ host-image] Aug 17 23:49:28.365 INFO O| Aug 17 23:49:28.365 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-08-17T23:49:29.277Z[ host-image] Aug 17 23:49:28.373 INFO O| Aug 17 23:49:28.373 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104912026-08-17T23:49:29.277Z[ host-image] Aug 17 23:49:28.373 INFO O| Aug 17 23:49:28.373 INFO copying /tmp/.tmp7mjUtC/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 ...
104922026-08-17T23:49:29.281Z[ host-image] Aug 17 23:49:28.373 INFO O| Aug 17 23:49:28.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104932026-08-17T23:49:29.281Z[ host-image] Aug 17 23:49:28.373 INFO O| Aug 17 23:49:28.373 INFO ok!
104942026-08-17T23:49:29.281Z[ host-image] Aug 17 23:49:28.373 INFO O| Aug 17 23:49:28.373 INFO STEP 137 (ensure_file) COMPLETE
104952026-08-17T23:49:29.281Z[ host-image] Aug 17 23:49:28.373 INFO O| Aug 17 23:49:28.373 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-08-17T23:49:29.285Z[ host-image] Aug 17 23:49:28.380 INFO O| Aug 17 23:49:28.380 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104972026-08-17T23:49:29.285Z[ host-image] Aug 17 23:49:28.380 INFO O| Aug 17 23:49:28.380 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104982026-08-17T23:49:29.285Z[ host-image] Aug 17 23:49:28.380 INFO O| Aug 17 23:49:28.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104992026-08-17T23:49:29.285Z[ host-image] Aug 17 23:49:28.380 INFO O| Aug 17 23:49:28.380 INFO ok!
105002026-08-17T23:49:29.285Z[ host-image] Aug 17 23:49:28.380 INFO O| Aug 17 23:49:28.380 INFO STEP 138 (ensure_file) COMPLETE
105012026-08-17T23:49:29.285Z[ host-image] Aug 17 23:49:28.380 INFO O| Aug 17 23:49:28.380 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105022026-08-17T23:49:29.292Z[ host-image] Aug 17 23:49:28.387 INFO O| Aug 17 23:49:28.387 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105032026-08-17T23:49:29.292Z[ host-image] Aug 17 23:49:28.387 INFO O| Aug 17 23:49:28.387 INFO copying /tmp/.tmp7mjUtC/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105042026-08-17T23:49:29.468Z[ recovery-image] Aug 17 23:49:28.562 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
105052026-08-17T23:49:33.332Z[ recovery-image] Aug 17 23:49:32.425 INFO creating reset image...
105062026-08-17T23:49:33.332Z[ recovery-image] Aug 17 23:49:32.425 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")
105072026-08-17T23:49:33.611Z[ recovery-image] Aug 17 23:49:32.706 INFO E| Updating crates.io index
105082026-08-17T23:49:33.863Z[ recovery-image] Aug 17 23:49:32.959 INFO E| Downloading crates ...
105092026-08-17T23:49:33.909Z[ recovery-image] Aug 17 23:49:33.004 INFO E| Downloaded duct v1.1.1
105102026-08-17T23:49:33.912Z[ recovery-image] Aug 17 23:49:33.007 INFO E| Downloaded colorchoice v1.0.5
105112026-08-17T23:49:33.916Z[ recovery-image] Aug 17 23:49:33.008 INFO E| Downloaded clap_lex v1.1.0
105122026-08-17T23:49:33.916Z[ recovery-image] Aug 17 23:49:33.009 INFO E| Downloaded shared_thread v0.2.0
105132026-08-17T23:49:33.916Z[ recovery-image] Aug 17 23:49:33.010 INFO E| Downloaded shared_child v1.1.1
105142026-08-17T23:49:33.919Z[ recovery-image] Aug 17 23:49:33.011 INFO E| Downloaded sigchld v0.2.4
105152026-08-17T23:49:33.919Z[ recovery-image] Aug 17 23:49:33.012 INFO E| Downloaded os_pipe v1.2.3
105162026-08-17T23:49:33.971Z[ recovery-image] Aug 17 23:49:33.053 INFO E| Compiling libc v0.2.186
105172026-08-17T23:49:33.986Z[ recovery-image] Aug 17 23:49:33.081 INFO E| Compiling proc-macro2 v1.0.106
105182026-08-17T23:49:33.989Z[ recovery-image] Aug 17 23:49:33.081 INFO E| Compiling unicode-ident v1.0.24
105192026-08-17T23:49:33.990Z[ recovery-image] Aug 17 23:49:33.081 INFO E| Compiling signal-hook v0.3.18
105202026-08-17T23:49:33.990Z[ recovery-image] Aug 17 23:49:33.081 INFO E| Compiling quote v1.0.45
105212026-08-17T23:49:33.990Z[ recovery-image] Aug 17 23:49:33.082 INFO E| Compiling utf8parse v0.2.2
105222026-08-17T23:49:33.990Z[ recovery-image] Aug 17 23:49:33.082 INFO E| Compiling is_terminal_polyfill v1.70.2
105232026-08-17T23:49:33.990Z[ recovery-image] Aug 17 23:49:33.082 INFO E| Compiling colorchoice v1.0.5
105242026-08-17T23:49:33.990Z[ recovery-image] Aug 17 23:49:33.082 INFO E| Compiling anstyle-query v1.1.5
105252026-08-17T23:49:33.990Z[ recovery-image] Aug 17 23:49:33.082 INFO E| Compiling anstyle v1.0.14
105262026-08-17T23:49:33.990Z[ recovery-image] Aug 17 23:49:33.082 INFO E| Compiling clap_lex v1.1.0
105272026-08-17T23:49:33.990Z[ recovery-image] Aug 17 23:49:33.082 INFO E| Compiling heck v0.5.0
105282026-08-17T23:49:33.990Z[ recovery-image] Aug 17 23:49:33.082 INFO E| Compiling strsim v0.11.1
105292026-08-17T23:49:33.990Z[ recovery-image] Aug 17 23:49:33.082 INFO E| Compiling shared_thread v0.2.0
105302026-08-17T23:49:34.117Z[ recovery-image] Aug 17 23:49:33.209 INFO E| Compiling anstyle-parse v1.0.0
105312026-08-17T23:49:34.375Z[ recovery-image] Aug 17 23:49:33.470 INFO E| Compiling anstream v1.0.0
105322026-08-17T23:49:34.624Z[ recovery-image] Aug 17 23:49:33.719 INFO E| Compiling clap_builder v4.6.0
105332026-08-17T23:49:34.965Z[ recovery-image] Aug 17 23:49:34.060 INFO E| Compiling errno v0.3.14
105342026-08-17T23:49:34.965Z[ recovery-image] Aug 17 23:49:34.060 INFO E| Compiling os_pipe v1.2.3
105352026-08-17T23:49:35.073Z[ recovery-image] Aug 17 23:49:34.168 INFO E| Compiling signal-hook-registry v1.4.8
105362026-08-17T23:49:35.329Z[ recovery-image] Aug 17 23:49:34.424 INFO E| Compiling syn v2.0.117
105372026-08-17T23:49:35.368Z[ recovery-image] Aug 17 23:49:34.463 INFO E| Compiling sigchld v0.2.4
105382026-08-17T23:49:35.472Z[ recovery-image] Aug 17 23:49:34.567 INFO E| Compiling shared_child v1.1.1
105392026-08-17T23:49:35.611Z[ recovery-image] Aug 17 23:49:34.706 INFO E| Compiling duct v1.1.1
105402026-08-17T23:49:37.664Z[ recovery-image] Aug 17 23:49:36.759 INFO E| Compiling clap_derive v4.6.1
105412026-08-17T23:49:37.928Z[ host-image] Aug 17 23:49:37.023 INFO O| Aug 17 23:49:37.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105422026-08-17T23:49:37.928Z[ host-image] Aug 17 23:49:37.023 INFO O| Aug 17 23:49:37.023 INFO ok!
105432026-08-17T23:49:37.928Z[ host-image] Aug 17 23:49:37.023 INFO O| Aug 17 23:49:37.023 INFO STEP 139 (ensure_file) COMPLETE
105442026-08-17T23:49:37.931Z[ host-image] Aug 17 23:49:37.023 INFO O| Aug 17 23:49:37.023 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105452026-08-17T23:49:37.936Z[ host-image] Aug 17 23:49:37.032 INFO O| Aug 17 23:49:37.032 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105462026-08-17T23:49:37.936Z[ host-image] Aug 17 23:49:37.032 INFO O| Aug 17 23:49:37.032 INFO STEP 140 (ensure_dir) COMPLETE
105472026-08-17T23:49:37.939Z[ host-image] Aug 17 23:49:37.032 INFO O| Aug 17 23:49:37.032 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105482026-08-17T23:49:37.944Z[ host-image] Aug 17 23:49:37.040 INFO O| Aug 17 23:49:37.040 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105492026-08-17T23:49:37.944Z[ host-image] Aug 17 23:49:37.040 INFO O| Aug 17 23:49:37.040 INFO STEP 141 (ensure_dir) COMPLETE
105502026-08-17T23:49:37.948Z[ host-image] Aug 17 23:49:37.040 INFO O| Aug 17 23:49:37.040 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105512026-08-17T23:49:37.951Z[ host-image] Aug 17 23:49:37.047 INFO O| Aug 17 23:49:37.047 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105522026-08-17T23:49:37.951Z[ host-image] Aug 17 23:49:37.047 INFO O| Aug 17 23:49:37.047 INFO STEP 142 (ensure_dir) COMPLETE
105532026-08-17T23:49:37.954Z[ host-image] Aug 17 23:49:37.047 INFO O| Aug 17 23:49:37.047 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105542026-08-17T23:49:37.959Z[ host-image] Aug 17 23:49:37.054 INFO O| Aug 17 23:49:37.054 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105552026-08-17T23:49:37.959Z[ host-image] Aug 17 23:49:37.054 INFO O| Aug 17 23:49:37.054 INFO STEP 143 (ensure_dir) COMPLETE
105562026-08-17T23:49:37.962Z[ host-image] Aug 17 23:49:37.055 INFO O| Aug 17 23:49:37.054 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105572026-08-17T23:49:37.965Z[ host-image] Aug 17 23:49:37.061 INFO O| Aug 17 23:49:37.061 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105582026-08-17T23:49:37.969Z[ host-image] Aug 17 23:49:37.061 INFO O| Aug 17 23:49:37.061 INFO copying /tmp/.tmp7mjUtC/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 ...
105592026-08-17T23:49:37.969Z[ host-image] Aug 17 23:49:37.061 INFO O| Aug 17 23:49:37.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105602026-08-17T23:49:37.969Z[ host-image] Aug 17 23:49:37.061 INFO O| Aug 17 23:49:37.061 INFO ok!
105612026-08-17T23:49:37.969Z[ host-image] Aug 17 23:49:37.061 INFO O| Aug 17 23:49:37.061 INFO STEP 144 (ensure_file) COMPLETE
105622026-08-17T23:49:37.969Z[ host-image] Aug 17 23:49:37.061 INFO O| Aug 17 23:49:37.061 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105632026-08-17T23:49:37.972Z[ host-image] Aug 17 23:49:37.068 INFO O| Aug 17 23:49:37.068 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105642026-08-17T23:49:37.972Z[ host-image] Aug 17 23:49:37.068 INFO O| Aug 17 23:49:37.068 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105652026-08-17T23:49:37.975Z[ host-image] Aug 17 23:49:37.068 INFO O| Aug 17 23:49:37.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105662026-08-17T23:49:37.975Z[ host-image] Aug 17 23:49:37.068 INFO O| Aug 17 23:49:37.068 INFO STEP 145 (ensure_dir) COMPLETE
105672026-08-17T23:49:37.975Z[ host-image] Aug 17 23:49:37.068 INFO O| Aug 17 23:49:37.068 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105682026-08-17T23:49:37.978Z[ host-image] Aug 17 23:49:37.073 INFO O| Aug 17 23:49:37.073 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105692026-08-17T23:49:37.979Z[ host-image] Aug 17 23:49:37.073 INFO O| Aug 17 23:49:37.073 INFO copying /tmp/.tmp7mjUtC/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105702026-08-17T23:49:37.979Z[ host-image] Aug 17 23:49:37.073 INFO O| Aug 17 23:49:37.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105712026-08-17T23:49:37.979Z[ host-image] Aug 17 23:49:37.073 INFO O| Aug 17 23:49:37.073 INFO ok!
105722026-08-17T23:49:37.979Z[ host-image] Aug 17 23:49:37.073 INFO O| Aug 17 23:49:37.073 INFO STEP 146 (ensure_file) COMPLETE
105732026-08-17T23:49:37.979Z[ host-image] Aug 17 23:49:37.073 INFO O| Aug 17 23:49:37.073 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105742026-08-17T23:49:37.984Z[ host-image] Aug 17 23:49:37.080 INFO O| Aug 17 23:49:37.080 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105752026-08-17T23:49:37.987Z[ host-image] Aug 17 23:49:37.080 INFO O| Aug 17 23:49:37.080 INFO STEP 147 (remove_files) COMPLETE
105762026-08-17T23:49:37.988Z[ host-image] Aug 17 23:49:37.080 INFO O| Aug 17 23:49:37.080 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105772026-08-17T23:49:37.991Z[ host-image] Aug 17 23:49:37.086 INFO O| Aug 17 23:49:37.086 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105782026-08-17T23:49:37.991Z[ host-image] Aug 17 23:49:37.086 INFO O| Aug 17 23:49:37.086 INFO STEP 148 (remove_files) COMPLETE
105792026-08-17T23:49:37.994Z[ host-image] Aug 17 23:49:37.086 INFO O| Aug 17 23:49:37.086 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105802026-08-17T23:49:37.997Z[ host-image] Aug 17 23:49:37.092 INFO O| Aug 17 23:49:37.092 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105812026-08-17T23:49:38.000Z[ host-image] Aug 17 23:49:37.092 INFO O| Aug 17 23:49:37.092 INFO STEP 149 (remove_files) COMPLETE
105822026-08-17T23:49:38.000Z[ host-image] Aug 17 23:49:37.092 INFO O| Aug 17 23:49:37.092 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105832026-08-17T23:49:38.003Z[ host-image] Aug 17 23:49:37.099 INFO O| Aug 17 23:49:37.099 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105842026-08-17T23:49:38.003Z[ host-image] Aug 17 23:49:37.099 INFO O| Aug 17 23:49:37.099 INFO STEP 150 (remove_files) COMPLETE
105852026-08-17T23:49:38.003Z[ host-image] Aug 17 23:49:37.099 INFO O| Aug 17 23:49:37.099 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105862026-08-17T23:49:38.010Z[ host-image] Aug 17 23:49:37.105 INFO O| Aug 17 23:49:37.105 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105872026-08-17T23:49:38.013Z[ host-image] Aug 17 23:49:37.106 INFO O| Aug 17 23:49:37.106 INFO STEP 151 (remove_files) COMPLETE
105882026-08-17T23:49:38.013Z[ host-image] Aug 17 23:49:37.106 INFO O| Aug 17 23:49:37.106 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105892026-08-17T23:49:38.016Z[ host-image] Aug 17 23:49:37.111 INFO O| Aug 17 23:49:37.111 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105902026-08-17T23:49:38.016Z[ host-image] Aug 17 23:49:37.112 INFO O| Aug 17 23:49:37.112 INFO STEP 152 (remove_files) COMPLETE
105912026-08-17T23:49:38.016Z[ host-image] Aug 17 23:49:37.112 INFO O| Aug 17 23:49:37.112 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105922026-08-17T23:49:38.022Z[ host-image] Aug 17 23:49:37.117 INFO O| Aug 17 23:49:37.117 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105932026-08-17T23:49:38.025Z[ host-image] Aug 17 23:49:37.117 INFO O| Aug 17 23:49:37.117 INFO STEP 153 (remove_files) COMPLETE
105942026-08-17T23:49:38.025Z[ host-image] Aug 17 23:49:37.117 INFO O| Aug 17 23:49:37.117 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105952026-08-17T23:49:38.028Z[ host-image] Aug 17 23:49:37.124 INFO O| Aug 17 23:49:37.124 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105962026-08-17T23:49:38.031Z[ host-image] Aug 17 23:49:37.124 INFO O| Aug 17 23:49:37.124 INFO STEP 154 (remove_files) COMPLETE
105972026-08-17T23:49:38.031Z[ host-image] Aug 17 23:49:37.124 INFO O| Aug 17 23:49:37.124 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105982026-08-17T23:49:38.034Z[ host-image] Aug 17 23:49:37.130 INFO O| Aug 17 23:49:37.130 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105992026-08-17T23:49:38.037Z[ host-image] Aug 17 23:49:37.130 INFO O| Aug 17 23:49:37.130 INFO STEP 155 (remove_files) COMPLETE
106002026-08-17T23:49:38.037Z[ host-image] Aug 17 23:49:37.130 INFO O| Aug 17 23:49:37.130 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106012026-08-17T23:49:38.041Z[ host-image] Aug 17 23:49:37.136 INFO O| Aug 17 23:49:37.136 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106022026-08-17T23:49:38.041Z[ host-image] Aug 17 23:49:37.137 INFO O| Aug 17 23:49:37.137 INFO STEP 156 (remove_files) COMPLETE
106032026-08-17T23:49:38.045Z[ host-image] Aug 17 23:49:37.137 INFO O| Aug 17 23:49:37.137 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106042026-08-17T23:49:38.049Z[ host-image] Aug 17 23:49:37.143 INFO O| Aug 17 23:49:37.143 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106052026-08-17T23:49:38.049Z[ host-image] Aug 17 23:49:37.143 INFO O| Aug 17 23:49:37.143 INFO STEP 157 (remove_files) COMPLETE
106062026-08-17T23:49:38.049Z[ host-image] Aug 17 23:49:37.143 INFO O| Aug 17 23:49:37.143 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106072026-08-17T23:49:38.053Z[ host-image] Aug 17 23:49:37.149 INFO O| Aug 17 23:49:37.149 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106082026-08-17T23:49:38.056Z[ host-image] Aug 17 23:49:37.149 INFO O| Aug 17 23:49:37.149 INFO STEP 158 (remove_files) COMPLETE
106092026-08-17T23:49:38.056Z[ host-image] Aug 17 23:49:37.149 INFO O| Aug 17 23:49:37.149 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106102026-08-17T23:49:38.059Z[ host-image] Aug 17 23:49:37.155 INFO O| Aug 17 23:49:37.155 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106112026-08-17T23:49:38.059Z[ host-image] Aug 17 23:49:37.155 INFO O| Aug 17 23:49:37.155 INFO STEP 159 (remove_files) COMPLETE
106122026-08-17T23:49:38.059Z[ host-image] Aug 17 23:49:37.155 INFO O| Aug 17 23:49:37.155 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106132026-08-17T23:49:38.065Z[ host-image] Aug 17 23:49:37.161 INFO O| Aug 17 23:49:37.161 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106142026-08-17T23:49:38.065Z[ host-image] Aug 17 23:49:37.161 INFO O| Aug 17 23:49:37.161 INFO STEP 160 (remove_files) COMPLETE
106152026-08-17T23:49:38.065Z[ host-image] Aug 17 23:49:37.161 INFO O| Aug 17 23:49:37.161 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106162026-08-17T23:49:38.071Z[ host-image] Aug 17 23:49:37.167 INFO O| Aug 17 23:49:37.167 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106172026-08-17T23:49:38.071Z[ host-image] Aug 17 23:49:37.167 INFO O| Aug 17 23:49:37.167 INFO STEP 161 (remove_files) COMPLETE
106182026-08-17T23:49:38.074Z[ host-image] Aug 17 23:49:37.167 INFO O| Aug 17 23:49:37.167 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106192026-08-17T23:49:38.080Z[ host-image] Aug 17 23:49:37.174 INFO O| Aug 17 23:49:37.174 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106202026-08-17T23:49:38.080Z[ host-image] Aug 17 23:49:37.174 INFO O| Aug 17 23:49:37.174 INFO STEP 162 (remove_files) COMPLETE
106212026-08-17T23:49:38.083Z[ host-image] Aug 17 23:49:37.174 INFO O| Aug 17 23:49:37.174 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106222026-08-17T23:49:38.086Z[ host-image] Aug 17 23:49:37.180 INFO O| Aug 17 23:49:37.180 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106232026-08-17T23:49:38.086Z[ host-image] Aug 17 23:49:37.181 INFO O| Aug 17 23:49:37.181 INFO STEP 163 (remove_files) COMPLETE
106242026-08-17T23:49:38.086Z[ host-image] Aug 17 23:49:37.181 INFO O| Aug 17 23:49:37.181 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106252026-08-17T23:49:38.091Z[ host-image] Aug 17 23:49:37.187 INFO O| Aug 17 23:49:37.187 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106262026-08-17T23:49:38.091Z[ host-image] Aug 17 23:49:37.187 INFO O| Aug 17 23:49:37.187 INFO STEP 164 (remove_files) COMPLETE
106272026-08-17T23:49:38.091Z[ host-image] Aug 17 23:49:37.187 INFO O| Aug 17 23:49:37.187 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106282026-08-17T23:49:38.098Z[ host-image] Aug 17 23:49:37.193 INFO O| Aug 17 23:49:37.193 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106292026-08-17T23:49:38.098Z[ host-image] Aug 17 23:49:37.193 INFO O| Aug 17 23:49:37.193 INFO STEP 165 (remove_files) COMPLETE
106302026-08-17T23:49:38.098Z[ host-image] Aug 17 23:49:37.193 INFO O| Aug 17 23:49:37.193 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-08-17T23:49:38.104Z[ host-image] Aug 17 23:49:37.200 INFO O| Aug 17 23:49:37.200 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106322026-08-17T23:49:38.104Z[ host-image] Aug 17 23:49:37.200 INFO O| Aug 17 23:49:37.200 INFO STEP 166 (remove_files) COMPLETE
106332026-08-17T23:49:38.104Z[ host-image] Aug 17 23:49:37.200 INFO O| Aug 17 23:49:37.200 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-08-17T23:49:38.110Z[ host-image] Aug 17 23:49:37.205 INFO O| Aug 17 23:49:37.205 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106352026-08-17T23:49:38.110Z[ host-image] Aug 17 23:49:37.205 INFO O| Aug 17 23:49:37.205 INFO STEP 167 (remove_files) COMPLETE
106362026-08-17T23:49:38.110Z[ host-image] Aug 17 23:49:37.205 INFO O| Aug 17 23:49:37.205 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-08-17T23:49:38.116Z[ host-image] Aug 17 23:49:37.211 INFO O| Aug 17 23:49:37.211 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106382026-08-17T23:49:38.119Z[ host-image] Aug 17 23:49:37.212 INFO O| Aug 17 23:49:37.212 INFO STEP 168 (remove_files) COMPLETE
106392026-08-17T23:49:38.119Z[ host-image] Aug 17 23:49:37.212 INFO O| Aug 17 23:49:37.212 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106402026-08-17T23:49:38.123Z[ host-image] Aug 17 23:49:37.218 INFO O| Aug 17 23:49:37.218 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106412026-08-17T23:49:38.123Z[ host-image] Aug 17 23:49:37.218 INFO O| Aug 17 23:49:37.218 INFO STEP 169 (remove_files) COMPLETE
106422026-08-17T23:49:38.209Z[ host-image] Aug 17 23:49:37.218 INFO O| Aug 17 23:49:37.218 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-08-17T23:49:38.209Z[ host-image] Aug 17 23:49:37.225 INFO O| Aug 17 23:49:37.225 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106442026-08-17T23:49:38.209Z[ host-image] Aug 17 23:49:37.225 INFO O| Aug 17 23:49:37.225 INFO STEP 170 (remove_files) COMPLETE
106452026-08-17T23:49:38.209Z[ host-image] Aug 17 23:49:37.225 INFO O| Aug 17 23:49:37.225 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-08-17T23:49:38.209Z[ host-image] Aug 17 23:49:37.231 INFO O| Aug 17 23:49:37.231 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106472026-08-17T23:49:38.209Z[ host-image] Aug 17 23:49:37.231 INFO O| Aug 17 23:49:37.231 INFO STEP 171 (remove_files) COMPLETE
106482026-08-17T23:49:38.209Z[ host-image] Aug 17 23:49:37.231 INFO O| Aug 17 23:49:37.231 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-08-17T23:49:38.210Z[ host-image] Aug 17 23:49:37.237 INFO O| Aug 17 23:49:37.237 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106502026-08-17T23:49:38.210Z[ host-image] Aug 17 23:49:37.237 INFO O| Aug 17 23:49:37.237 INFO STEP 172 (remove_files) COMPLETE
106512026-08-17T23:49:38.210Z[ host-image] Aug 17 23:49:37.237 INFO O| Aug 17 23:49:37.237 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-08-17T23:49:38.210Z[ host-image] Aug 17 23:49:37.243 INFO O| Aug 17 23:49:37.243 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106532026-08-17T23:49:38.210Z[ host-image] Aug 17 23:49:37.243 INFO O| Aug 17 23:49:37.243 INFO STEP 173 (remove_files) COMPLETE
106542026-08-17T23:49:38.210Z[ host-image] Aug 17 23:49:37.243 INFO O| Aug 17 23:49:37.243 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-08-17T23:49:38.210Z[ host-image] Aug 17 23:49:37.250 INFO O| Aug 17 23:49:37.250 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106562026-08-17T23:49:38.210Z[ host-image] Aug 17 23:49:37.250 INFO O| Aug 17 23:49:37.250 INFO STEP 174 (remove_files) COMPLETE
106572026-08-17T23:49:38.210Z[ host-image] Aug 17 23:49:37.250 INFO O| Aug 17 23:49:37.250 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-08-17T23:49:38.210Z[ host-image] Aug 17 23:49:37.255 INFO O| Aug 17 23:49:37.255 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106592026-08-17T23:49:38.210Z[ host-image] Aug 17 23:49:37.255 INFO O| Aug 17 23:49:37.255 INFO STEP 175 (remove_files) COMPLETE
106602026-08-17T23:49:38.210Z[ host-image] Aug 17 23:49:37.255 INFO O| Aug 17 23:49:37.255 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106612026-08-17T23:49:38.210Z[ host-image] Aug 17 23:49:37.264 INFO O| Aug 17 23:49:37.263 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106622026-08-17T23:49:38.210Z[ host-image] Aug 17 23:49:37.264 INFO O| Aug 17 23:49:37.264 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
106632026-08-17T23:49:38.903Z[ recovery-image] Aug 17 23:49:37.999 INFO E| Compiling clap v4.6.1
106642026-08-17T23:49:38.961Z[ recovery-image] Aug 17 23:49:38.056 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106652026-08-17T23:49:39.729Z[ recovery-image] Aug 17 23:49:38.824 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
106662026-08-17T23:49:39.734Z[ recovery-image] Aug 17 23:49:38.830 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106672026-08-17T23:49:39.939Z[ recovery-image] Aug 17 23:49:39.035 INFO E| Downloading crates ...
106682026-08-17T23:49:39.986Z[ recovery-image] Aug 17 23:49:39.081 INFO E| Downloaded bit_field v0.10.3
106692026-08-17T23:49:39.998Z[ recovery-image] Aug 17 23:49:39.093 INFO E| Downloaded bitflags v2.13.0
106702026-08-17T23:49:40.001Z[ recovery-image] Aug 17 23:49:39.096 INFO E| Downloaded bitstruct_derive v0.1.0
106712026-08-17T23:49:40.005Z[ recovery-image] Aug 17 23:49:39.097 INFO E| Downloaded bitstruct v0.1.1
106722026-08-17T23:49:40.006Z[ recovery-image] Aug 17 23:49:39.098 INFO E| Downloaded cpio_reader v0.1.2
106732026-08-17T23:49:40.011Z[ recovery-image] Aug 17 23:49:39.107 INFO E| Downloaded log v0.4.32
106742026-08-17T23:49:40.021Z[ recovery-image] Aug 17 23:49:39.116 INFO E| Downloaded miniz_oxide v0.9.1
106752026-08-17T23:49:40.029Z[ recovery-image] Aug 17 23:49:39.124 INFO E| Downloaded raw-cpuid v10.7.0
106762026-08-17T23:49:40.056Z[ recovery-image] Aug 17 23:49:39.152 INFO E| Downloaded goblin v0.10.7
106772026-08-17T23:49:40.188Z[ recovery-image] Aug 17 23:49:39.283 INFO E| Downloaded x86 v0.52.0
106782026-08-17T23:49:40.218Z[ recovery-image] Aug 17 23:49:39.314 INFO E| Updating crates.io index
106792026-08-17T23:49:40.265Z[ recovery-image] Aug 17 23:49:39.360 INFO E| Downloading crates ...
106802026-08-17T23:49:40.288Z[ recovery-image] Aug 17 23:49:39.383 INFO E| Downloaded rustc-literal-escaper v0.0.7
106812026-08-17T23:49:40.291Z[ recovery-image] Aug 17 23:49:39.384 INFO E| Downloaded hashbrown v0.17.1
106822026-08-17T23:49:40.329Z[ recovery-image] Aug 17 23:49:39.424 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
106832026-08-17T23:49:40.333Z[ recovery-image] Aug 17 23:49:39.424 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
106842026-08-17T23:49:40.333Z[ recovery-image] Aug 17 23:49:39.424 INFO E| Compiling proc-macro2 v1.0.106
106852026-08-17T23:49:40.333Z[ recovery-image] Aug 17 23:49:39.424 INFO E| Compiling unicode-ident v1.0.24
106862026-08-17T23:49:40.333Z[ recovery-image] Aug 17 23:49:39.424 INFO E| Compiling quote v1.0.45
106872026-08-17T23:49:40.333Z[ recovery-image] Aug 17 23:49:39.424 INFO E| Compiling syn v1.0.109
106882026-08-17T23:49:40.333Z[ recovery-image] Aug 17 23:49:39.425 INFO E| Compiling x86 v0.52.0
106892026-08-17T23:49:40.339Z[ recovery-image] Aug 17 23:49:39.435 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106902026-08-17T23:49:40.343Z[ recovery-image] Aug 17 23:49:39.435 INFO E| Compiling seq-macro v0.3.6
106912026-08-17T23:49:41.231Z[ recovery-image] Aug 17 23:49:40.327 INFO E| Compiling syn v2.0.117
106922026-08-17T23:49:42.474Z[ recovery-image] Aug 17 23:49:41.569 INFO E| Compiling scroll_derive v0.13.1
106932026-08-17T23:49:42.920Z[ host-image] Aug 17 23:49:42.015 INFO O| Aug 17 23:49:42.015 INFO O| Loading smf(7) service descriptions: 1/802/803/804/805/806/807/808/809/8010/8011/8012/8013/8014/8015/8016/8017/8018/8019/8020/8021/8022/8023/8024/8025/8026/8027/8028/8029/8030/8031/8032/8033/8034/8035/8036/8037/8038/8039/8040/8041/8042/8043/8044/8045/8046/8047/8048/8049/8050/8051/8052/8053/8054/8055/8056/8057/8058/8059/8060/8061/8062/8063/8064/8065/8066/8067/8068/8069/8070/8071/8072/8073/8074/8075/8076/8077/8078/8079/8080/80
106942026-08-17T23:49:42.920Z[ host-image] Aug 17 23:49:42.015 INFO O| Aug 17 23:49:42.015 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106952026-08-17T23:49:42.934Z[ host-image] Aug 17 23:49:42.029 INFO O| Aug 17 23:49:42.029 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", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
106962026-08-17T23:49:43.033Z[ host-image] Aug 17 23:49:42.128 INFO O| Aug 17 23:49:42.128 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106972026-08-17T23:49:43.089Z[ host-image] Aug 17 23:49:42.184 INFO O| Aug 17 23:49:42.184 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.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"}
106982026-08-17T23:49:43.153Z[ host-image] Aug 17 23:49:42.248 INFO O| Aug 17 23:49:42.248 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106992026-08-17T23:49:43.153Z[ host-image] Aug 17 23:49:42.248 INFO O| Aug 17 23:49:42.248 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107002026-08-17T23:49:43.157Z[ host-image] Aug 17 23:49:42.250 INFO O| Aug 17 23:49:42.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107012026-08-17T23:49:43.157Z[ host-image] Aug 17 23:49:42.250 INFO O| Aug 17 23:49:42.250 INFO ok!
107022026-08-17T23:49:43.157Z[ host-image] Aug 17 23:49:42.250 INFO O| Aug 17 23:49:42.250 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107032026-08-17T23:49:43.157Z[ host-image] Aug 17 23:49:42.250 INFO O| Aug 17 23:49:42.250 INFO STEP 176 (seed_smf) COMPLETE
107042026-08-17T23:49:43.157Z[ host-image] Aug 17 23:49:42.250 INFO O| Aug 17 23:49:42.250 INFO steps complete; finalising image!
107052026-08-17T23:49:43.157Z[ host-image] Aug 17 23:49:42.250 INFO O| Aug 17 23:49:42.250 INFO TRIM POOL: TEMPORARY-sled-zfs
107062026-08-17T23:49:43.259Z[ host-image] Aug 17 23:49:42.355 INFO O| Aug 17 23:49:42.355 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Mon Aug 17 23:49:42 2026)
107072026-08-17T23:49:43.476Z[ host-image] Aug 17 23:49:42.571 INFO O| Aug 17 23:49:42.571 INFO temporary pool has 901M used, 123M avail, 1.81x compressratio
107082026-08-17T23:49:43.476Z[ host-image] Aug 17 23:49:42.571 INFO O| Aug 17 23:49:42.571 INFO EXPORT POOL: TEMPORARY-sled-zfs
107092026-08-17T23:49:43.555Z[ recovery-image] Aug 17 23:49:42.650 INFO E| Compiling bitstruct_derive v0.1.0
107102026-08-17T23:49:43.807Z[ host-image] Aug 17 23:49:42.902 INFO O| Aug 17 23:49:42.902 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107112026-08-17T23:49:43.807Z[ host-image] Aug 17 23:49:42.902 INFO O| Aug 17 23:49:42.902 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107122026-08-17T23:49:44.627Z[ host-image] Aug 17 23:49:43.722 INFO O| Aug 17 23:49:43.722 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107132026-08-17T23:49:44.627Z[ host-image] Aug 17 23:49:43.722 INFO O| Aug 17 23:49:43.722 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107142026-08-17T23:49:44.631Z[ host-image] Aug 17 23:49:43.722 INFO O| Aug 17 23:49:43.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107152026-08-17T23:49:44.631Z[ host-image] Aug 17 23:49:43.722 INFO O| Aug 17 23:49:43.722 INFO completed processing sled/zfs
107162026-08-17T23:49:44.631Z[ host-image] Aug 17 23:49:43.722 INFO O| Aug 17 23:49:43.722 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107172026-08-17T23:49:52.521Z[ recovery-image] Aug 17 23:49:51.616 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
107182026-08-17T23:49:54.549Z[ recovery-image] Aug 17 23:49:53.642 INFO E| Compiling bitflags v1.3.2
107192026-08-17T23:49:54.549Z[ recovery-image] Aug 17 23:49:53.642 INFO E| Compiling scroll v0.13.0
107202026-08-17T23:49:54.554Z[ recovery-image] Aug 17 23:49:53.642 INFO E| Compiling bitflags v2.13.0
107212026-08-17T23:49:54.554Z[ recovery-image] Aug 17 23:49:53.642 INFO E| Compiling adler2 v2.0.1
107222026-08-17T23:49:54.554Z[ recovery-image] Aug 17 23:49:53.642 INFO E| Compiling log v0.4.32
107232026-08-17T23:49:54.554Z[ recovery-image] Aug 17 23:49:53.642 INFO E| Compiling plain v0.2.3
107242026-08-17T23:49:54.554Z[ recovery-image] Aug 17 23:49:53.642 INFO E| Compiling bit_field v0.10.3
107252026-08-17T23:49:54.555Z[ recovery-image] Aug 17 23:49:53.643 INFO E| Compiling static_assertions v1.1.0
107262026-08-17T23:49:54.555Z[ recovery-image] Aug 17 23:49:53.643 INFO E| Compiling bitstruct v0.1.1
107272026-08-17T23:49:54.601Z[ recovery-image] Aug 17 23:49:53.696 INFO E| Compiling raw-cpuid v10.7.0
107282026-08-17T23:49:54.651Z[ recovery-image] Aug 17 23:49:53.747 INFO E| Compiling miniz_oxide v0.9.1
107292026-08-17T23:49:54.694Z[ recovery-image] Aug 17 23:49:53.788 INFO E| Compiling cpio_reader v0.1.2
107302026-08-17T23:49:54.774Z[ recovery-image] Aug 17 23:49:53.869 INFO E| Compiling goblin v0.10.7
107312026-08-17T23:49:57.546Z[ recovery-image] Aug 17 23:49:56.640 INFO E| Finished `release` profile [optimized] target(s) in 17.79s
107322026-08-17T23:49:57.563Z[ recovery-image] Aug 17 23:49:56.658 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107332026-08-17T23:49:57.563Z[ recovery-image] Aug 17 23:49:56.658 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107342026-08-17T23:49:57.566Z[ recovery-image] Aug 17 23:49:56.658 INFO building ROM for gimlet
107352026-08-17T23:49:57.566Z[ recovery-image] Aug 17 23:49:56.658 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.f.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")
107362026-08-17T23:49:57.637Z[ recovery-image] Aug 17 23:49:56.732 INFO E| Downloading crates ...
107372026-08-17T23:49:57.696Z[ recovery-image] Aug 17 23:49:56.791 INFO E| Downloaded duct v0.13.7
107382026-08-17T23:49:57.700Z[ recovery-image] Aug 17 23:49:56.796 INFO E| Downloaded serde_spanned v0.6.8
107392026-08-17T23:49:57.704Z[ recovery-image] Aug 17 23:49:56.798 INFO E| Downloaded toml_datetime v0.6.9
107402026-08-17T23:49:57.704Z[ recovery-image] Aug 17 23:49:56.799 INFO E| Downloaded shared_child v1.0.1
107412026-08-17T23:49:57.708Z[ recovery-image] Aug 17 23:49:56.800 INFO E| Downloaded clap_lex v0.7.4
107422026-08-17T23:49:57.708Z[ recovery-image] Aug 17 23:49:56.801 INFO E| Downloaded is_terminal_polyfill v1.70.1
107432026-08-17T23:49:57.708Z[ recovery-image] Aug 17 23:49:56.803 INFO E| Downloaded anstyle-query v1.1.2
107442026-08-17T23:49:57.711Z[ recovery-image] Aug 17 23:49:56.805 INFO E| Downloaded anstyle v1.0.10
107452026-08-17T23:49:57.714Z[ recovery-image] Aug 17 23:49:56.808 INFO E| Downloaded colorchoice v1.0.3
107462026-08-17T23:49:57.714Z[ recovery-image] Aug 17 23:49:56.809 INFO E| Downloaded os_pipe v1.2.1
107472026-08-17T23:49:57.719Z[ recovery-image] Aug 17 23:49:56.815 INFO E| Downloaded anstyle-parse v0.2.6
107482026-08-17T23:49:57.725Z[ recovery-image] Aug 17 23:49:56.820 INFO E| Downloaded toml_write v0.1.1
107492026-08-17T23:49:57.728Z[ recovery-image] Aug 17 23:49:56.821 INFO E| Downloaded clap_derive v4.5.32
107502026-08-17T23:49:57.733Z[ recovery-image] Aug 17 23:49:56.828 INFO E| Downloaded anstream v0.6.18
107512026-08-17T23:49:57.740Z[ recovery-image] Aug 17 23:49:56.835 INFO E| Downloaded clap v4.5.37
107522026-08-17T23:49:57.745Z[ recovery-image] Aug 17 23:49:56.840 INFO E| Downloaded toml v0.8.22
107532026-08-17T23:49:57.764Z[ recovery-image] Aug 17 23:49:56.859 INFO E| Downloaded clap_builder v4.5.37
107542026-08-17T23:49:57.768Z[ recovery-image] Aug 17 23:49:56.863 INFO E| Downloaded cc v1.2.20
107552026-08-17T23:49:57.771Z[ recovery-image] Aug 17 23:49:56.865 INFO E| Downloaded toml_edit v0.22.26
107562026-08-17T23:49:57.789Z[ recovery-image] Aug 17 23:49:56.885 INFO E| Downloaded winnow v0.7.7
107572026-08-17T23:49:57.805Z[ recovery-image] Aug 17 23:49:56.900 INFO E| Compiling libc v0.2.172
107582026-08-17T23:49:57.808Z[ recovery-image] Aug 17 23:49:56.900 INFO E| Compiling utf8parse v0.2.2
107592026-08-17T23:49:57.808Z[ recovery-image] Aug 17 23:49:56.900 INFO E| Compiling anstyle v1.0.10
107602026-08-17T23:49:57.808Z[ recovery-image] Aug 17 23:49:56.900 INFO E| Compiling once_cell v1.21.3
107612026-08-17T23:49:57.808Z[ recovery-image] Aug 17 23:49:56.900 INFO E| Compiling is_terminal_polyfill v1.70.1
107622026-08-17T23:49:57.808Z[ recovery-image] Aug 17 23:49:56.900 INFO E| Compiling shlex v1.3.0
107632026-08-17T23:49:57.808Z[ recovery-image] Aug 17 23:49:56.900 INFO E| Compiling colorchoice v1.0.3
107642026-08-17T23:49:57.822Z[ recovery-image] Aug 17 23:49:56.918 INFO E| Compiling equivalent v1.0.2
107652026-08-17T23:49:57.825Z[ recovery-image] Aug 17 23:49:56.918 INFO E| Compiling hashbrown v0.15.2
107662026-08-17T23:49:57.825Z[ recovery-image] Aug 17 23:49:56.918 INFO E| Compiling anstyle-query v1.1.2
107672026-08-17T23:49:57.825Z[ recovery-image] Aug 17 23:49:56.918 INFO E| Compiling strsim v0.11.1
107682026-08-17T23:49:57.825Z[ recovery-image] Aug 17 23:49:56.918 INFO E| Compiling winnow v0.7.7
107692026-08-17T23:49:57.825Z[ recovery-image] Aug 17 23:49:56.918 INFO E| Compiling anyhow v1.0.98
107702026-08-17T23:49:57.841Z[ recovery-image] Aug 17 23:49:56.936 INFO E| Compiling clap_lex v0.7.4
107712026-08-17T23:49:57.844Z[ recovery-image] Aug 17 23:49:56.939 INFO E| Compiling toml_write v0.1.1
107722026-08-17T23:49:57.845Z[ recovery-image] Aug 17 23:49:56.939 INFO E| Compiling syn v2.0.101
107732026-08-17T23:49:57.955Z[ recovery-image] Aug 17 23:49:57.050 INFO E| Compiling anstyle-parse v0.2.6
107742026-08-17T23:49:58.034Z[ recovery-image] Aug 17 23:49:57.129 INFO E| Compiling cc v1.2.20
107752026-08-17T23:49:58.103Z[ recovery-image] Aug 17 23:49:57.197 INFO E| Compiling anstream v0.6.18
107762026-08-17T23:49:58.303Z[ recovery-image] Aug 17 23:49:57.399 INFO E| Compiling clap_builder v4.5.37
107772026-08-17T23:49:58.336Z[ recovery-image] Aug 17 23:49:57.432 INFO E| Compiling indexmap v2.9.0
107782026-08-17T23:49:58.465Z[ recovery-image] Aug 17 23:49:57.560 INFO E| Compiling shared_child v1.0.1
107792026-08-17T23:49:58.468Z[ recovery-image] Aug 17 23:49:57.560 INFO E| Compiling os_pipe v1.2.1
107802026-08-17T23:49:58.581Z[ recovery-image] Aug 17 23:49:57.676 INFO E| Compiling duct v0.13.7
107812026-08-17T23:49:59.056Z[ recovery-image] Aug 17 23:49:58.151 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107822026-08-17T23:49:59.880Z[ recovery-image] Aug 17 23:49:58.975 INFO E| Compiling serde_derive v1.0.219
107832026-08-17T23:49:59.880Z[ recovery-image] Aug 17 23:49:58.975 INFO E| Compiling clap_derive v4.5.32
107842026-08-17T23:50:00.368Z[ host-image] Aug 17 23:49:59.463 INFO O| Aug 17 23:49:59.463 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107852026-08-17T23:50:00.447Z[ host-image] Aug 17 23:49:59.542 INFO BUILD STRING "heads/stlouis-0-ga931ca4556\n"
107862026-08-17T23:50:00.447Z[ host-image] Aug 17 23:49:59.542 INFO expanded image name: "ci aac4ef5/${os_short_commit} 2026-08-17 23:30" -> "ci aac4ef5/a931ca4 2026-08-17 23:30"
107872026-08-17T23:50:00.451Z[ host-image] Aug 17 23:49:59.542 INFO output artefacts stored in: "/work/os-host"
107882026-08-17T23:50:00.451Z[ host-image] Aug 17 23:49:59.543 INFO collecting git info from project "chelsio-t6-roms"...
107892026-08-17T23:50:00.454Z[ host-image] Aug 17 23:49:59.549 INFO collecting git info from project "amd-host-image-builder"...
107902026-08-17T23:50:00.459Z[ host-image] Aug 17 23:49:59.555 INFO collecting git info from project "dmar-report"...
107912026-08-17T23:50:00.464Z[ host-image] Aug 17 23:49:59.559 INFO collecting git info from project "pilot"...
107922026-08-17T23:50:00.468Z[ host-image] Aug 17 23:49:59.564 INFO collecting git info from project "amd-firmware"...
107932026-08-17T23:50:00.479Z[ host-image] Aug 17 23:49:59.575 INFO collecting git info from project "pinprick"...
107942026-08-17T23:50:00.483Z[ host-image] Aug 17 23:49:59.579 INFO collecting git info from project "phbl"...
107952026-08-17T23:50:00.487Z[ host-image] Aug 17 23:49:59.583 INFO collecting git info from project "image-builder"...
107962026-08-17T23:50:00.491Z[ host-image] Aug 17 23:49:59.587 INFO collecting git info from project "bootserver"...
107972026-08-17T23:50:00.495Z[ host-image] Aug 17 23:49:59.591 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107982026-08-17T23:50:00.810Z[ host-image] Aug 17 23:49:59.905 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107992026-08-17T23:50:01.128Z[ host-image] Aug 17 23:50:00.223 INFO creating Oxide boot image...
108002026-08-17T23:50:01.128Z[ host-image] Aug 17 23:50:00.223 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci aac4ef5/a931ca4 2026-08-17 23:30", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108012026-08-17T23:50:01.157Z[ recovery-image] Aug 17 23:50:00.252 INFO E| Compiling clap v4.5.37
108022026-08-17T23:50:01.850Z[ recovery-image] Aug 17 23:50:00.945 INFO E| Compiling serde v1.0.219
108032026-08-17T23:50:01.993Z[ host-image] Aug 17 23:50:01.088 INFO O| ok, image written!
108042026-08-17T23:50:01.993Z[ host-image] Aug 17 23:50:01.088 INFO O| ok, boot_image_csum file written!
108052026-08-17T23:50:01.996Z[ host-image] Aug 17 23:50:01.090 INFO creating boot archive (CPIO)...
108062026-08-17T23:50:01.996Z[ host-image] Aug 17 23:50:01.090 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
108072026-08-17T23:50:02.000Z[ host-image] Aug 17 23:50:01.094 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108082026-08-17T23:50:02.000Z[ host-image] Aug 17 23:50:01.094 INFO E| + outfile=/work/os-host/cpio
108092026-08-17T23:50:02.000Z[ host-image] Aug 17 23:50:01.094 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108102026-08-17T23:50:02.004Z[ host-image] Aug 17 23:50:01.096 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108112026-08-17T23:50:02.004Z[ host-image] Aug 17 23:50:01.096 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108122026-08-17T23:50:02.028Z[ host-image] Aug 17 23:50:01.123 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108132026-08-17T23:50:02.028Z[ host-image] Aug 17 23:50:01.123 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108142026-08-17T23:50:02.036Z[ host-image] Aug 17 23:50:01.131 INFO creating compressed cpio/unix for dev loaders...
108152026-08-17T23:50:02.036Z[ host-image] Aug 17 23:50:01.131 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
108162026-08-17T23:50:02.265Z[ host-image] Aug 17 23:50:01.360 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108172026-08-17T23:50:03.889Z[ recovery-image] Aug 17 23:50:02.983 INFO E| Compiling serde_spanned v0.6.8
108182026-08-17T23:50:03.889Z[ recovery-image] Aug 17 23:50:02.983 INFO E| Compiling toml_datetime v0.6.9
108192026-08-17T23:50:04.069Z[ recovery-image] Aug 17 23:50:03.163 INFO E| Compiling toml_edit v0.22.26
108202026-08-17T23:50:05.404Z[ recovery-image] Aug 17 23:50:04.500 INFO E| Compiling toml v0.8.22
108212026-08-17T23:50:05.688Z[ host-image] Aug 17 23:50:04.783 INFO creating reset image...
108222026-08-17T23:50:05.688Z[ host-image] Aug 17 23:50:04.783 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")
108232026-08-17T23:50:05.774Z[ host-image] Aug 17 23:50:04.869 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108242026-08-17T23:50:05.778Z[ host-image] Aug 17 23:50:04.870 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108252026-08-17T23:50:06.124Z[ host-image] Aug 17 23:50:05.219 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
108262026-08-17T23:50:06.124Z[ host-image] Aug 17 23:50:05.219 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
108272026-08-17T23:50:06.124Z[ host-image] Aug 17 23:50:05.219 INFO E| Compiling proc-macro2 v1.0.106
108282026-08-17T23:50:06.128Z[ host-image] Aug 17 23:50:05.219 INFO E| Compiling quote v1.0.45
108292026-08-17T23:50:06.128Z[ host-image] Aug 17 23:50:05.219 INFO E| Compiling unicode-ident v1.0.24
108302026-08-17T23:50:06.128Z[ host-image] Aug 17 23:50:05.219 INFO E| Compiling syn v1.0.109
108312026-08-17T23:50:06.128Z[ host-image] Aug 17 23:50:05.219 INFO E| Compiling x86 v0.52.0
108322026-08-17T23:50:06.128Z[ host-image] Aug 17 23:50:05.219 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108332026-08-17T23:50:06.128Z[ host-image] Aug 17 23:50:05.219 INFO E| Compiling seq-macro v0.3.6
108342026-08-17T23:50:07.218Z[ host-image] Aug 17 23:50:06.313 INFO E| Compiling syn v2.0.117
108352026-08-17T23:50:07.917Z[ recovery-image] Aug 17 23:50:07.012 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.32s
108362026-08-17T23:50:07.927Z[ recovery-image] Aug 17 23:50:07.022 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.f.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
108372026-08-17T23:50:07.945Z[ recovery-image] Aug 17 23:50:07.040 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108382026-08-17T23:50:08.032Z[ recovery-image] Aug 17 23:50:07.127 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108392026-08-17T23:50:08.037Z[ recovery-image] Aug 17 23:50:07.132 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.f -o /work/os-recovery/gimlet.rom`
108402026-08-17T23:50:08.178Z[ recovery-image] Aug 17 23:50:07.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108412026-08-17T23:50:08.178Z[ recovery-image] Aug 17 23:50:07.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108422026-08-17T23:50:08.178Z[ recovery-image] Aug 17 23:50:07.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108432026-08-17T23:50:08.181Z[ recovery-image] Aug 17 23:50:07.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108442026-08-17T23:50:08.181Z[ recovery-image] Aug 17 23:50:07.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108452026-08-17T23:50:08.181Z[ recovery-image] Aug 17 23:50:07.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108462026-08-17T23:50:08.181Z[ recovery-image] Aug 17 23:50:07.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108472026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108482026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108492026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108502026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108512026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108522026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108532026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108542026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108552026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO O| Info: ABL version: 0x100f5010
108562026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108572026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108582026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108592026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108602026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108612026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108622026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108632026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108642026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108652026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108662026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108672026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108682026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108692026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108702026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108712026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108722026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108732026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108742026-08-17T23:50:08.182Z[ recovery-image] Aug 17 23:50:07.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108752026-08-17T23:50:08.221Z[ recovery-image] Aug 17 23:50:07.316 INFO building ROM for cosmo
108762026-08-17T23:50:08.221Z[ recovery-image] Aug 17 23:50:07.316 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")
108772026-08-17T23:50:08.328Z[ recovery-image] Aug 17 23:50:07.423 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108782026-08-17T23:50:08.334Z[ recovery-image] Aug 17 23:50:07.428 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`
108792026-08-17T23:50:08.349Z[ recovery-image] Aug 17 23:50:07.444 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108802026-08-17T23:50:08.428Z[ recovery-image] Aug 17 23:50:07.523 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108812026-08-17T23:50:08.433Z[ recovery-image] Aug 17 23:50:07.528 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`
108822026-08-17T23:50:08.713Z[ recovery-image] Aug 17 23:50:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108832026-08-17T23:50:08.713Z[ recovery-image] Aug 17 23:50:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108842026-08-17T23:50:08.713Z[ recovery-image] Aug 17 23:50:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108852026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108862026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108872026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108882026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108892026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108902026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108912026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108922026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108932026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108942026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108952026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108962026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108972026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108982026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108992026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109002026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109012026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109022026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109032026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109042026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109052026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109062026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109072026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109082026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109092026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109102026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109112026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109122026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109132026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109142026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109152026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109162026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109172026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109182026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109192026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109202026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109212026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109222026-08-17T23:50:08.717Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109232026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109242026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109252026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109262026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109272026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109282026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109292026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.811 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109302026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.811 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109312026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.811 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109322026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.811 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109332026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.811 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109342026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.811 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109352026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.811 INFO O| Info: ABL version: 0x100af010
109362026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.811 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109372026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.811 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109382026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.811 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109392026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.811 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109402026-08-17T23:50:08.718Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109412026-08-17T23:50:08.721Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109422026-08-17T23:50:08.721Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109432026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109442026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109452026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109462026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109472026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109482026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109492026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109502026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109512026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109522026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109532026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109542026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109552026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109562026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109572026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109582026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109592026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109602026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109612026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109622026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109632026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109642026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109652026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109662026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109672026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109682026-08-17T23:50:08.722Z[ recovery-image] Aug 17 23:50:07.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109692026-08-17T23:50:08.758Z[ recovery-image] Aug 17 23:50:07.852 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109702026-08-17T23:50:08.905Z[ host-image] Aug 17 23:50:08.000 INFO E| Compiling scroll_derive v0.13.1
109712026-08-17T23:50:09.813Z[ host-image] Aug 17 23:50:08.908 INFO E| Compiling bitstruct_derive v0.1.0
109722026-08-17T23:50:09.999Z[ recovery-image] Aug 17 23:50:09.092 INFO image complete! materials are in "/work/os-recovery"
109732026-08-17T23:50:10.003Z[ recovery-image]
109742026-08-17T23:50:10.003Z[ recovery-image] real 3:20.628430205
109752026-08-17T23:50:10.003Z[ recovery-image] user 2:36.525121129
109762026-08-17T23:50:10.003Z[ recovery-image] sys 39.283563490
109772026-08-17T23:50:10.003Z[ recovery-image] trap 0.136177949
109782026-08-17T23:50:10.003Z[ recovery-image] tflt 0.619948164
109792026-08-17T23:50:10.003Z[ recovery-image] dflt 0.868321286
109802026-08-17T23:50:10.003Z[ recovery-image] kflt 0.004904322
109812026-08-17T23:50:10.003Z[ recovery-image] lock 8:01.739649415
109822026-08-17T23:50:10.003Z[ recovery-image] slp 17:53.247428687
109832026-08-17T23:50:10.004Z[ recovery-image] lat 31.499318435
109842026-08-17T23:50:10.004Z[ recovery-image] stop 6.883237750
109852026-08-17T23:50:10.004ZAug 17 23:50:09.097 INFO [recovery-image] process exited with exit status: 0 (200.633554683s)
109862026-08-17T23:50:10.004ZAug 17 23:50:09.097 INFO [tuf-v2-recovery] running task
109872026-08-17T23:50:10.004ZAug 17 23:50:09.097 INFO [tuf-v2-recovery] task succeeded (758.72µs)
109882026-08-17T23:50:18.978Z[ host-image] Aug 17 23:50:18.073 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
109892026-08-17T23:50:21.094Z[ host-image] Aug 17 23:50:20.189 INFO E| Compiling bitflags v1.3.2
109902026-08-17T23:50:21.094Z[ host-image] Aug 17 23:50:20.189 INFO E| Compiling adler2 v2.0.1
109912026-08-17T23:50:21.094Z[ host-image] Aug 17 23:50:20.189 INFO E| Compiling log v0.4.32
109922026-08-17T23:50:21.098Z[ host-image] Aug 17 23:50:20.189 INFO E| Compiling bit_field v0.10.3
109932026-08-17T23:50:21.098Z[ host-image] Aug 17 23:50:20.189 INFO E| Compiling bitflags v2.13.0
109942026-08-17T23:50:21.098Z[ host-image] Aug 17 23:50:20.189 INFO E| Compiling plain v0.2.3
109952026-08-17T23:50:21.098Z[ host-image] Aug 17 23:50:20.189 INFO E| Compiling scroll v0.13.0
109962026-08-17T23:50:21.098Z[ host-image] Aug 17 23:50:20.189 INFO E| Compiling bitstruct v0.1.1
109972026-08-17T23:50:21.098Z[ host-image] Aug 17 23:50:20.189 INFO E| Compiling static_assertions v1.1.0
109982026-08-17T23:50:21.147Z[ host-image] Aug 17 23:50:20.242 INFO E| Compiling raw-cpuid v10.7.0
109992026-08-17T23:50:21.196Z[ host-image] Aug 17 23:50:20.291 INFO E| Compiling miniz_oxide v0.9.1
110002026-08-17T23:50:21.263Z[ host-image] Aug 17 23:50:20.358 INFO E| Compiling cpio_reader v0.1.2
110012026-08-17T23:50:21.307Z[ host-image] Aug 17 23:50:20.402 INFO E| Compiling goblin v0.10.7
110022026-08-17T23:50:24.248Z[ host-image] Aug 17 23:50:23.343 INFO E| Finished `release` profile [optimized] target(s) in 18.45s
110032026-08-17T23:50:24.264Z[ host-image] Aug 17 23:50:23.359 INFO building ROM for gimlet
110042026-08-17T23:50:24.264Z[ host-image] Aug 17 23:50:23.359 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.f.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")
110052026-08-17T23:50:24.364Z[ host-image] Aug 17 23:50:23.459 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110062026-08-17T23:50:24.368Z[ host-image] Aug 17 23:50:23.463 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.f.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
110072026-08-17T23:50:24.380Z[ host-image] Aug 17 23:50:23.476 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110082026-08-17T23:50:24.447Z[ host-image] Aug 17 23:50:23.542 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110092026-08-17T23:50:24.450Z[ host-image] Aug 17 23:50:23.544 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.f -o /work/os-host/gimlet.rom`
110102026-08-17T23:50:24.561Z[ host-image] Aug 17 23:50:23.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110112026-08-17T23:50:24.561Z[ host-image] Aug 17 23:50:23.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110122026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110132026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110142026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110152026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110162026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110172026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110182026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110192026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110202026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110212026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110222026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110232026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110242026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110252026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO O| Info: ABL version: 0x100f5010
110262026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110272026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110282026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110292026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110302026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110312026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110322026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110332026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110342026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110352026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110362026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110372026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110382026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110392026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110402026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110412026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110422026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110432026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110442026-08-17T23:50:24.565Z[ host-image] Aug 17 23:50:23.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110452026-08-17T23:50:24.595Z[ host-image] Aug 17 23:50:23.690 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110462026-08-17T23:50:24.595Z[ host-image] Aug 17 23:50:23.690 INFO building ROM for cosmo
110472026-08-17T23:50:24.598Z[ host-image] Aug 17 23:50:23.690 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")
110482026-08-17T23:50:24.679Z[ host-image] Aug 17 23:50:23.774 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110492026-08-17T23:50:24.682Z[ host-image] Aug 17 23:50:23.776 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`
110502026-08-17T23:50:24.692Z[ host-image] Aug 17 23:50:23.786 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110512026-08-17T23:50:24.756Z[ host-image] Aug 17 23:50:23.851 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110522026-08-17T23:50:24.759Z[ host-image] Aug 17 23:50:23.854 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`
110532026-08-17T23:50:24.965Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110542026-08-17T23:50:24.965Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110552026-08-17T23:50:24.965Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110562026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110572026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110582026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110592026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110602026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110612026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110622026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110632026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110642026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110652026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110662026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110672026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110682026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110692026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110702026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110712026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110722026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110732026-08-17T23:50:24.969Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110742026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110752026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110762026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110772026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110782026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110792026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110802026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110812026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110822026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110832026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110842026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110852026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110862026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110872026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110882026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110892026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110902026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110912026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110922026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110932026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110942026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110952026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110962026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110972026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110982026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110992026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111002026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111012026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111022026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111032026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111042026-08-17T23:50:24.970Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111052026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111062026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.061 INFO O| Info: ABL version: 0x100af010
111072026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.061 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111082026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.061 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111092026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111102026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111112026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111122026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111132026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111142026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111152026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111162026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111172026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111182026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111192026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111202026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111212026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111222026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111232026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111242026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111252026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111262026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111272026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111282026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111292026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111302026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111312026-08-17T23:50:24.971Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111322026-08-17T23:50:24.972Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111332026-08-17T23:50:24.972Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111342026-08-17T23:50:24.972Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111352026-08-17T23:50:24.976Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111362026-08-17T23:50:24.976Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111372026-08-17T23:50:24.976Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111382026-08-17T23:50:24.976Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111392026-08-17T23:50:24.976Z[ host-image] Aug 17 23:50:24.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111402026-08-17T23:50:25.001Z[ host-image] Aug 17 23:50:24.096 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111412026-08-17T23:50:25.001Z[ host-image] Aug 17 23:50:24.096 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111422026-08-17T23:50:36.343Z[ host-image] Aug 17 23:50:35.438 INFO image complete! materials are in "/work/os-host"
111432026-08-17T23:50:36.347Z[ host-image]
111442026-08-17T23:50:36.347Z[ host-image] real 3:59.439061328
111452026-08-17T23:50:36.347Z[ host-image] user 2:47.981398678
111462026-08-17T23:50:36.347Z[ host-image] sys 36.390925340
111472026-08-17T23:50:36.347Z[ host-image] trap 0.145442596
111482026-08-17T23:50:36.347Z[ host-image] tflt 0.328138224
111492026-08-17T23:50:36.347Z[ host-image] dflt 0.216753114
111502026-08-17T23:50:36.347Z[ host-image] kflt 0.000202801
111512026-08-17T23:50:36.347Z[ host-image] lock 4:45.058459099
111522026-08-17T23:50:36.347Z[ host-image] slp 20:11.067921893
111532026-08-17T23:50:36.347Z[ host-image] lat 22.949494648
111542026-08-17T23:50:36.347Z[ host-image] stop 1.661968418
111552026-08-17T23:50:36.351ZAug 17 23:50:35.442 INFO [host-image] process exited with exit status: 0 (239.444079887s)
111562026-08-17T23:50:36.351ZAug 17 23:50:35.442 INFO [tuf-v2-host] running task
111572026-08-17T23:50:36.351ZAug 17 23:50:35.442 INFO [tuf-repo] running task
111582026-08-17T23:50:36.351ZAug 17 23:50:35.442 INFO [tuf-v2-host] task succeeded (597.99µs)
111592026-08-17T23:50:36.351ZAug 17 23:50:35.442 INFO [tuf-v2-repo] running task
111602026-08-17T23:50:57.154ZAug 17 23:50:56.248 INFO assembling repository in `/tmp/tufaceous3biemt`, component: OmicronRepoAssembler
111612026-08-17T23:50:57.590ZAug 17 23:50:56.685 INFO [tuf-v2-repo] task succeeded (21.242464856s)
111622026-08-17T23:51:05.783ZAug 17 23:51:04.878 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111632026-08-17T23:51:06.030ZAug 17 23:51:05.124 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111642026-08-17T23:51:08.131ZAug 17 23:51:07.226 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111652026-08-17T23:51:08.183ZAug 17 23:51:07.278 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111662026-08-17T23:51:08.232ZAug 17 23:51:07.326 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111672026-08-17T23:51:08.283ZAug 17 23:51:07.378 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111682026-08-17T23:51:08.337ZAug 17 23:51:07.431 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111692026-08-17T23:51:08.387ZAug 17 23:51:07.482 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111702026-08-17T23:51:08.436ZAug 17 23:51:07.530 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111712026-08-17T23:51:18.728ZAug 17 23:51:17.823 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
111722026-08-17T23:51:18.734ZAug 17 23:51:17.829 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
111732026-08-17T23:51:18.757ZAug 17 23:51:17.852 INFO skipping duplicate RoT bootloader image, skipped: psc_rot_bootloader-psc_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz
111742026-08-17T23:51:18.822ZAug 17 23:51:17.917 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111752026-08-17T23:51:18.887ZAug 17 23:51:17.982 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111762026-08-17T23:51:18.944ZAug 17 23:51:18.038 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111772026-08-17T23:51:19.008ZAug 17 23:51:18.102 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
111782026-08-17T23:51:19.013ZAug 17 23:51:18.108 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
111792026-08-17T23:51:19.037ZAug 17 23:51:18.132 INFO skipping duplicate RoT bootloader image, skipped: switch_rot_bootloader-switch_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz
111802026-08-17T23:51:20.751ZAug 17 23:51:19.846 INFO [tuf-repo] task succeeded (44.403678637s)
111812026-08-17T23:53:54.507Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 01s
111822026-08-17T23:53:57.157ZAug 17 23:53:56.251 INFO [verify-libraries] process exited with exit status: 0 (428.030600376s)
111832026-08-17T23:53:57.157ZAug 17 23:53:56.251 INFO all jobs completed in 1409.066655673s
111842026-08-17T23:53:58.411Zprocess exited: duration 1628304 ms, exit code 0
 
111852026-08-17T23:53:58.423Zfound 41 output files
111862026-08-17T23:53:58.423Zuploading: /work/manifest.toml (17334 bytes)
111872026-08-17T23:53:59.436Zuploaded: /work/manifest.toml
111882026-08-17T23:53:59.436Zuploading: /work/repo.zip (3228335167 bytes)
111892026-08-17T23:54:42.050Zuploaded: /work/repo.zip
111902026-08-17T23:54:42.050Zuploading: /work/repo.zip.sha256.txt (65 bytes)
111912026-08-17T23:54:43.072Zuploaded: /work/repo.zip.sha256.txt
111922026-08-17T23:54:43.072Zuploading: /work/helios.json (647 bytes)
111932026-08-17T23:54:44.085Zuploaded: /work/helios.json
111942026-08-17T23:54:44.085Zuploading: /work/incorporation.p5m (113590 bytes)
111952026-08-17T23:54:45.106Zuploaded: /work/incorporation.p5m
111962026-08-17T23:54:45.106Zuploading: /work/incorporation.p5p (133120 bytes)
111972026-08-17T23:54:46.124Zuploaded: /work/incorporation.p5p
111982026-08-17T23:54:46.124Zuploading: /work/helios-incorp.log (522 bytes)
111992026-08-17T23:54:47.136Zuploaded: /work/helios-incorp.log
112002026-08-17T23:54:47.136Zuploading: /work/helios-setup.log (57126 bytes)
112012026-08-17T23:54:48.150Zuploaded: /work/helios-setup.log
112022026-08-17T23:54:48.150Zuploading: /work/host-image.log (233225 bytes)
112032026-08-17T23:54:49.171Zuploaded: /work/host-image.log
112042026-08-17T23:54:49.171Zuploading: /work/host-package.log (33129 bytes)
112052026-08-17T23:54:50.187Zuploaded: /work/host-package.log
112062026-08-17T23:54:50.187Zuploading: /work/host-target.log (101 bytes)
112072026-08-17T23:54:51.199Zuploaded: /work/host-target.log
112082026-08-17T23:54:51.199Zuploading: /work/incorp-create.log (0 bytes)
112092026-08-17T23:54:52.207Zuploaded: /work/incorp-create.log
112102026-08-17T23:54:52.207Zuploading: /work/incorp-fmt.log (0 bytes)
112112026-08-17T23:54:53.216Zuploaded: /work/incorp-fmt.log
112122026-08-17T23:54:53.216Zuploading: /work/incorp-pkgsend.log (108 bytes)
112132026-08-17T23:54:54.227Zuploaded: /work/incorp-pkgsend.log
112142026-08-17T23:54:54.227Zuploading: /work/incorp-publisher.log (0 bytes)
112152026-08-17T23:54:55.235Zuploaded: /work/incorp-publisher.log
112162026-08-17T23:54:55.235Zuploading: /work/omicron-package.log (10114 bytes)
112172026-08-17T23:54:56.249Zuploaded: /work/omicron-package.log
112182026-08-17T23:54:56.250Zuploading: /work/recovery-image.log (589439 bytes)
112192026-08-17T23:54:57.274Zuploaded: /work/recovery-image.log
112202026-08-17T23:54:57.275Zuploading: /work/recovery-package.log (321 bytes)
112212026-08-17T23:54:58.285Zuploaded: /work/recovery-package.log
112222026-08-17T23:54:58.285Zuploading: /work/recovery-target.log (98 bytes)
112232026-08-17T23:54:59.295Zuploaded: /work/recovery-target.log
112242026-08-17T23:54:59.295Zuploading: /work/stamp-clickhouse.log (117 bytes)
112252026-08-17T23:55:00.307Zuploaded: /work/stamp-clickhouse.log
112262026-08-17T23:55:00.307Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112272026-08-17T23:55:01.320Zuploaded: /work/stamp-clickhouse_keeper.log
112282026-08-17T23:55:01.320Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112292026-08-17T23:55:02.331Zuploaded: /work/stamp-clickhouse_server.log
112302026-08-17T23:55:02.331Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112312026-08-17T23:55:03.342Zuploaded: /work/stamp-cockroachdb.log
112322026-08-17T23:55:03.342Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112332026-08-17T23:55:04.352Zuploaded: /work/stamp-crucible-pantry-zone.log
112342026-08-17T23:55:04.352Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112352026-08-17T23:55:05.365Zuploaded: /work/stamp-crucible-utils.log
112362026-08-17T23:55:05.365Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112372026-08-17T23:55:06.383Zuploaded: /work/stamp-crucible-zone.log
112382026-08-17T23:55:06.383Zuploading: /work/stamp-external-dns.log (119 bytes)
112392026-08-17T23:55:07.395Zuploaded: /work/stamp-external-dns.log
112402026-08-17T23:55:07.395Zuploading: /work/stamp-installinator.log (103 bytes)
112412026-08-17T23:55:08.405Zuploaded: /work/stamp-installinator.log
112422026-08-17T23:55:08.406Zuploading: /work/stamp-internal-dns.log (119 bytes)
112432026-08-17T23:55:09.419Zuploaded: /work/stamp-internal-dns.log
112442026-08-17T23:55:09.419Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112452026-08-17T23:55:10.430Zuploaded: /work/stamp-mg-ddm-gz.log
112462026-08-17T23:55:10.430Zuploading: /work/stamp-nexus.log (112 bytes)
112472026-08-17T23:55:11.441Zuploaded: /work/stamp-nexus.log
112482026-08-17T23:55:11.441Zuploading: /work/stamp-ntp.log (110 bytes)
112492026-08-17T23:55:12.455Zuploaded: /work/stamp-ntp.log
112502026-08-17T23:55:12.455Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112512026-08-17T23:55:13.466Zuploaded: /work/stamp-omicron-sled-agent.log
112522026-08-17T23:55:13.466Zuploading: /work/stamp-overlay.log (114 bytes)
112532026-08-17T23:55:14.496Zuploaded: /work/stamp-overlay.log
112542026-08-17T23:55:14.496Zuploading: /work/stamp-oximeter.log (115 bytes)
112552026-08-17T23:55:15.520Zuploaded: /work/stamp-oximeter.log
112562026-08-17T23:55:15.520Zuploading: /work/stamp-oxlog.log (109 bytes)
112572026-08-17T23:55:16.564Zuploaded: /work/stamp-oxlog.log
112582026-08-17T23:55:16.564Zuploading: /work/stamp-probe.log (112 bytes)
112592026-08-17T23:55:17.622Zuploaded: /work/stamp-probe.log
112602026-08-17T23:55:17.622Zuploading: /work/stamp-propolis-server.log (122 bytes)
112612026-08-17T23:55:18.644Zuploaded: /work/stamp-propolis-server.log
112622026-08-17T23:55:18.644Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112632026-08-17T23:55:19.655Zuploaded: /work/stamp-pumpkind-gz.log
112642026-08-17T23:55:19.655Zuploading: /work/stamp-switch-asic.log (118 bytes)
112652026-08-17T23:55:20.666Zuploaded: /work/stamp-switch-asic.log
112662026-08-17T23:55:20.666Zuploading: /work/verify-libraries.log (49730 bytes)
112672026-08-17T23:55:21.683Zuploaded: /work/verify-libraries.log