01KZVV90CNWW474FS8EVJ02F54: 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: 01KZVV9J0CXVBH21FRDN3CMSMW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-12T20:41:35.359Zjob assigned to worker 01KZVV9NJV8BHBSKXWSQY2WZGR [factory aws, i-03bf7cce10b6e5171] (queued for 47 s)
 
22026-08-12T20:41:43.609Zstarting task 0: "setup"
32026-08-12T20:41:43.614Z++ uname -s
42026-08-12T20:41:43.617Z+ kern=SunOS
52026-08-12T20:41:43.617Z+ build_user=build
62026-08-12T20:41:43.617Z+ build_uid=12345
72026-08-12T20:41:43.618Z+ work_dir=/work
82026-08-12T20:41:43.618Z+ input_dir=/input
92026-08-12T20:41:43.618Z+ [[ 0 == 12345 ]]
102026-08-12T20:41:43.618Z+ case "$kern" in
112026-08-12T20:41:43.618Z+ groupadd -g 12345 build
122026-08-12T20:41:43.621Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-12T20:41:45.628Z+ zfs create -o mountpoint=/work rpool/work
142026-08-12T20:41:45.701Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-12T20:41:45.705Z+ home_fs=zfs
162026-08-12T20:41:45.705Z+ [[ zfs == autofs ]]
172026-08-12T20:41:45.705Z+ mkdir -p /home/build
182026-08-12T20:41:45.708Z+ chown build:build /home/build /work
192026-08-12T20:41:47.711Z+ chmod 0700 /home/build /work
202026-08-12T20:41:47.717Zprocess exited: duration 4103 ms, exit code 0
 
212026-08-12T20:41:47.729Zstarting task 1: "rust-toolchain"
222026-08-12T20:41:47.733Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-12T20:41:47.733Z * rust toolchain channel = "1.97.1"
242026-08-12T20:41:47.733Z * rust toolchain profile = "default"
252026-08-12T20:41:47.733Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-12T20:41:47.740Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-12T20:41:47.740Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-12T20:41:47.743Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-12T20:41:47.743Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-12T20:41:47.800Zinfo: downloading installer
312026-08-12T20:41:49.370Zwarn: It looks like you have an existing rustup settings file at:
322026-08-12T20:41:49.370Zwarn: /home/build/.rustup/settings.toml
332026-08-12T20:41:49.370Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-12T20:41:49.374Zwarn: instead of the one inferred from the default host triple.
352026-08-12T20:41:49.384Zinfo: profile set to default
362026-08-12T20:41:49.384Zinfo: default host triple is x86_64-unknown-illumos
372026-08-12T20:41:49.387Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-12T20:41:49.516Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-12T20:41:49.520Zinfo: downloading 6 components
402026-08-12T20:42:04.487Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-12T20:42:04.488Z
422026-08-12T20:42:04.517Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-12T20:42:04.517Z
442026-08-12T20:42:04.517Z
452026-08-12T20:42:04.517ZRust is installed now. Great!
462026-08-12T20:42:04.517Z
472026-08-12T20:42:04.521ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-12T20:42:04.521Zenvironment variable. This has not been done automatically.
492026-08-12T20:42:04.521Z
502026-08-12T20:42:04.521ZTo configure your current shell, you need to source
512026-08-12T20:42:04.521Zthe corresponding env file under $HOME/.cargo.
522026-08-12T20:42:04.521Z
532026-08-12T20:42:04.521ZThis is usually done by running one of the following (note the leading DOT):
542026-08-12T20:42:04.522Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-12T20:42:04.522Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-12T20:42:04.522Zsource "~/.cargo/env.nu" # For nushell
572026-08-12T20:42:04.522Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-12T20:42:04.522Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-12T20:42:04.522Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-12T20:42:04.522Zwarn: no default linker (`cc`) was found in your PATH
612026-08-12T20:42:04.522Zwarn: many Rust crates require a system C toolchain to build
622026-08-12T20:42:04.628Z+ rustup --version
632026-08-12T20:42:04.634Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-12T20:42:04.639Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-12T20:42:04.657Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-12T20:42:04.662Z+ cargo --version
672026-08-12T20:42:04.670Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-12T20:42:04.674Z+ rustc --version
692026-08-12T20:42:04.695Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-12T20:42:04.699Zprocess exited: duration 16971 ms, exit code 0
 
712026-08-12T20:42:04.706Zstarting task 2: "authentication"
722026-08-12T20:42:04.725Zprocess exited: duration 19 ms, exit code 0
 
732026-08-12T20:42:04.733Zstarting task 3: "clone repository"
742026-08-12T20:42:04.740Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-12T20:42:04.747Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-12T20:42:04.776ZCloning into '/work/oxidecomputer/omicron'...
772026-08-12T20:42:15.920Z+ cd /work/oxidecomputer/omicron
782026-08-12T20:42:15.920Z+ git fetch origin 05e8f0365dfe1ab760f8eac0deab994938295207
792026-08-12T20:42:16.250ZFrom https://github.com/oxidecomputer/omicron
802026-08-12T20:42:16.250Z * branch 05e8f0365dfe1ab760f8eac0deab994938295207 -> FETCH_HEAD
812026-08-12T20:42:16.264Z+ [[ -n john/remove-sled-agent-zone-nat-setup ]]
822026-08-12T20:42:16.267Z++ git branch --show-current
832026-08-12T20:42:16.270Z+ current=main
842026-08-12T20:42:16.270Z+ [[ main != john/remove-sled-agent-zone-nat-setup ]]
852026-08-12T20:42:16.270Z+ git branch -f john/remove-sled-agent-zone-nat-setup 05e8f0365dfe1ab760f8eac0deab994938295207
862026-08-12T20:42:16.275Z+ git checkout -f john/remove-sled-agent-zone-nat-setup
872026-08-12T20:42:16.552ZSwitched to branch 'john/remove-sled-agent-zone-nat-setup'
882026-08-12T20:42:16.556Z+ git reset --hard 05e8f0365dfe1ab760f8eac0deab994938295207
892026-08-12T20:42:16.573ZHEAD is now at 05e8f0365 update ls-apis
902026-08-12T20:42:16.577Zprocess exited: duration 11842 ms, exit code 0
 
912026-08-12T20:42:16.585Zstarting task 4: "build"
922026-08-12T20:42:16.590Z+ source .github/buildomat/ci-env.sh
932026-08-12T20:42:16.590Z++ export CARGO_TERM_COLOR=always
942026-08-12T20:42:16.590Z++ CARGO_TERM_COLOR=always
952026-08-12T20:42:16.594Z+++ uname -s
962026-08-12T20:42:16.594Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-12T20:42:16.594Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-12T20:42:16.598Z+ cargo --version
992026-08-12T20:42:16.606Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-12T20:42:16.609Z+ rustc --version
1012026-08-12T20:42:16.632Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-12T20:42:16.636Z+ cargo tree --locked
1032026-08-12T20:42:16.819Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-12T20:42:17.198Z Updating crates.io index
1052026-08-12T20:42:17.204Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-12T20:42:17.506Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-12T20:42:17.868Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-12T20:42:18.968Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-12T20:42:19.524Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-12T20:42:21.893Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-12T20:42:22.765Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-12T20:42:23.054Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-12T20:42:23.438Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-12T20:42:27.390Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-12T20:42:28.906Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-12T20:42:28.952Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-12T20:42:28.952Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-12T20:42:28.957Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-12T20:42:28.957Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-12T20:42:33.752Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-12T20:42:33.814Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-12T20:42:33.814Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-08-12T20:42:33.814Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-12T20:42:33.814Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1252026-08-12T20:42:33.814Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1262026-08-12T20:42:33.814Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272026-08-12T20:42:33.814Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1282026-08-12T20:42:33.814Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-08-12T20:42:33.814Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-08-12T20:42:33.814Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-08-12T20:42:33.814Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-08-12T20:42:37.752Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-08-12T20:42:37.782Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-08-12T20:42:37.782Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-08-12T20:42:37.782Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-12T20:42:37.782Z Updating git repository `https://github.com/oxidecomputer/tough`
1372026-08-12T20:42:37.782Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-08-12T20:42:37.782Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-08-12T20:42:37.782Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-12T20:42:37.782Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-08-12T20:42:38.716Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1422026-08-12T20:42:38.764Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-08-12T20:42:38.764Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-08-12T20:42:38.819Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-08-12T20:42:39.397Z Updating git repository `https://github.com/illumos/smf-rs`
1462026-08-12T20:42:41.945Z Downloading crates ...
1472026-08-12T20:42:42.011Z Downloaded ciborium-ll v0.2.2
1482026-08-12T20:42:42.017Z Downloaded crc v3.4.0
1492026-08-12T20:42:42.022Z Downloaded ciborium-io v0.2.2
1502026-08-12T20:42:42.022Z Downloaded colorchoice v1.0.4
1512026-08-12T20:42:42.022Z Downloaded cpufeatures v0.3.0
1522026-08-12T20:42:42.026Z Downloaded hostname v0.4.2
1532026-08-12T20:42:42.032Z Downloaded cobs v0.3.0
1542026-08-12T20:42:42.035Z Downloaded hex-literal v1.1.0
1552026-08-12T20:42:42.035Z Downloaded git-stub v1.0.0
1562026-08-12T20:42:42.039Z Downloaded crc-catalog v2.4.0
1572026-08-12T20:42:42.039Z Downloaded clap_lex v1.0.0
1582026-08-12T20:42:42.089Z Downloaded concurrent-queue v2.5.0
1592026-08-12T20:42:42.094Z Downloaded compression-codecs v0.4.37
1602026-08-12T20:42:42.094Z Downloaded constant_time_eq v0.3.1
1612026-08-12T20:42:42.094Z Downloaded cpufeatures v0.2.17
1622026-08-12T20:42:42.094Z Downloaded convert_case v0.4.0
1632026-08-12T20:42:42.094Z Downloaded hostname v0.3.1
1642026-08-12T20:42:42.094Z Downloaded heck v0.4.1
1652026-08-12T20:42:42.094Z Downloaded hash32 v0.2.1
1662026-08-12T20:42:42.094Z Downloaded curve25519-dalek-derive v0.1.1
1672026-08-12T20:42:42.094Z Downloaded guppy-workspace-hack v0.1.0
1682026-08-12T20:42:42.094Z Downloaded heck v0.5.0
1692026-08-12T20:42:42.094Z Downloaded headers-core v0.3.0
1702026-08-12T20:42:42.094Z Downloaded cpubits v0.1.1
1712026-08-12T20:42:42.094Z Downloaded impl-trait-for-tuples v0.2.3
1722026-08-12T20:42:42.094Z Downloaded indoc v2.0.7
1732026-08-12T20:42:42.094Z Downloaded darling_macro v0.21.3
1742026-08-12T20:42:42.095Z Downloaded criterion-plot v0.6.0
1752026-08-12T20:42:42.095Z Downloaded crossbeam-deque v0.8.6
1762026-08-12T20:42:42.095Z Downloaded home v0.5.12
1772026-08-12T20:42:42.095Z Downloaded hash32 v0.3.1
1782026-08-12T20:42:42.095Z Downloaded hex-literal v0.4.1
1792026-08-12T20:42:42.095Z Downloaded convert_case v0.10.0
1802026-08-12T20:42:42.095Z Downloaded instability v0.3.11
1812026-08-12T20:42:42.095Z Downloaded indoc v1.0.9
1822026-08-12T20:42:42.101Z Downloaded internet-checksum v0.2.1
1832026-08-12T20:42:42.101Z Downloaded corncobs v0.1.4
1842026-08-12T20:42:42.101Z Downloaded addr2line v0.25.1
1852026-08-12T20:42:42.101Z Downloaded ciborium v0.2.2
1862026-08-12T20:42:42.101Z Downloaded http-range v0.1.5
1872026-08-12T20:42:42.101Z Downloaded globwalk v0.9.1
1882026-08-12T20:42:42.101Z Downloaded hubpack v0.1.2
1892026-08-12T20:42:42.106Z Downloaded derive_builder_macro v0.20.2
1902026-08-12T20:42:42.106Z Downloaded hyper-tls v0.6.0
1912026-08-12T20:42:42.106Z Downloaded debug-ignore v1.0.5
1922026-08-12T20:42:42.109Z Downloaded defmt v0.3.100
1932026-08-12T20:42:42.113Z Downloaded ascii-canvas v3.0.0
1942026-08-12T20:42:42.114Z Downloaded illumos-nvpair v0.3.0
1952026-08-12T20:42:42.114Z Downloaded indent_write v2.2.0
1962026-08-12T20:42:42.124Z Downloaded defmt-parser v1.0.0
1972026-08-12T20:42:42.183Z Downloaded crucible-workspace-hack v0.1.0
1982026-08-12T20:42:42.183Z Downloaded cstr-argument v0.1.2
1992026-08-12T20:42:42.183Z Downloaded httpdate v1.0.3
2002026-08-12T20:42:42.183Z Downloaded inout v0.2.2
2012026-08-12T20:42:42.183Z Downloaded crunchy v0.2.4
2022026-08-12T20:42:42.184Z Downloaded darling_macro v0.23.0
2032026-08-12T20:42:42.184Z Downloaded http-body v1.0.1
2042026-08-12T20:42:42.184Z Downloaded darling_macro v0.13.4
2052026-08-12T20:42:42.184Z Downloaded crypto-common v0.1.7
2062026-08-12T20:42:42.184Z Downloaded git-stub-vcs v0.1.0
2072026-08-12T20:42:42.184Z Downloaded group v0.13.0
2082026-08-12T20:42:42.184Z Downloaded hex v0.4.3
2092026-08-12T20:42:42.184Z Downloaded compression-core v0.4.31
2102026-08-12T20:42:42.184Z Downloaded http-body-util v0.1.3
2112026-08-12T20:42:42.184Z Downloaded httparse v1.10.1
2122026-08-12T20:42:42.185Z Downloaded adler2 v2.0.1
2132026-08-12T20:42:42.185Z Downloaded is-terminal v0.4.17
2142026-08-12T20:42:42.185Z Downloaded const_format_proc_macros v0.2.34
2152026-08-12T20:42:42.185Z Downloaded crc8 v0.1.1
2162026-08-12T20:42:42.185Z Downloaded instant v0.1.13
2172026-08-12T20:42:42.185Z Downloaded ident_case v1.0.1
2182026-08-12T20:42:42.185Z Downloaded hubpack_derive v0.1.1
2192026-08-12T20:42:42.185Z Downloaded approx v0.5.1
2202026-08-12T20:42:42.185Z Downloaded cipher v0.4.4
2212026-08-12T20:42:42.185Z Downloaded illumos-nvpair-sys v0.2.0
2222026-08-12T20:42:42.185Z Downloaded half v2.7.1
2232026-08-12T20:42:42.186Z Downloaded cmake v0.1.57
2242026-08-12T20:42:42.186Z Downloaded cmov v0.5.4
2252026-08-12T20:42:42.186Z Downloaded bitfield-macros v0.19.4
2262026-08-12T20:42:42.186Z Downloaded defmt-macros v1.0.1
2272026-08-12T20:42:42.186Z Downloaded derive_builder_core v0.20.2
2282026-08-12T20:42:42.186Z Downloaded glob v0.3.3
2292026-08-12T20:42:42.186Z Downloaded highway v1.3.0
2302026-08-12T20:42:42.186Z Downloaded inout v0.1.4
2312026-08-12T20:42:42.186Z Downloaded atomic-waker v1.1.2
2322026-08-12T20:42:42.186Z Downloaded humantime v2.3.0
2332026-08-12T20:42:42.186Z Downloaded cookie v0.18.1
2342026-08-12T20:42:42.187Z Downloaded darling v0.20.11
2352026-08-12T20:42:42.187Z Downloaded ipnetwork v0.21.1
2362026-08-12T20:42:42.187Z Downloaded constant_time_eq v0.4.2
2372026-08-12T20:42:42.187Z Downloaded idna_adapter v1.2.1
2382026-08-12T20:42:42.187Z Downloaded globset v0.4.18
2392026-08-12T20:42:42.187Z Downloaded cipher v0.5.2
2402026-08-12T20:42:42.196Z Downloaded clap_derive v4.6.1
2412026-08-12T20:42:42.197Z Downloaded const-oid v0.9.6
2422026-08-12T20:42:42.197Z Downloaded base16ct v1.0.0
2432026-08-12T20:42:42.197Z Downloaded bit-set v0.8.0
2442026-08-12T20:42:42.197Z Downloaded castaway v0.2.4
2452026-08-12T20:42:42.197Z Downloaded cargo-platform v0.3.2
2462026-08-12T20:42:42.197Z Downloaded darling_macro v0.20.11
2472026-08-12T20:42:42.197Z Downloaded delegate v0.13.5
2482026-08-12T20:42:42.197Z Downloaded daft v0.1.7
2492026-08-12T20:42:42.205Z Downloaded group v0.14.0
2502026-08-12T20:42:42.205Z Downloaded hmac v0.13.0
2512026-08-12T20:42:42.205Z Downloaded der_derive v0.7.3
2522026-08-12T20:42:42.205Z Downloaded half v1.8.3
2532026-08-12T20:42:42.205Z Downloaded hickory-client v0.25.2
2542026-08-12T20:42:42.205Z Downloaded crypto-common v0.2.2
2552026-08-12T20:42:42.205Z Downloaded data-encoding v2.10.0
2562026-08-12T20:42:42.208Z Downloaded daft-derive v0.1.7
2572026-08-12T20:42:42.208Z Downloaded defmt v1.0.1
2582026-08-12T20:42:42.211Z Downloaded critical-section v1.2.0
2592026-08-12T20:42:42.211Z Downloaded ctr v0.10.1
2602026-08-12T20:42:42.211Z Downloaded oso-derive v0.27.3
2612026-08-12T20:42:42.212Z Downloaded packed_struct_codegen v0.10.1
2622026-08-12T20:42:42.215Z Downloaded parse-display v0.10.0
2632026-08-12T20:42:42.215Z Downloaded csv-core v0.1.13
2642026-08-12T20:42:42.215Z Downloaded derive-ex v0.1.8
2652026-08-12T20:42:42.215Z Downloaded icu_provider v2.1.1
2662026-08-12T20:42:42.218Z Downloaded ingot v0.2.1
2672026-08-12T20:42:42.218Z Downloaded opaque-debug v0.3.1
2682026-08-12T20:42:42.219Z Downloaded path-slash v0.1.5
2692026-08-12T20:42:42.219Z Downloaded peg-runtime v0.8.5
2702026-08-12T20:42:42.222Z Downloaded ingot-types v0.2.0
2712026-08-12T20:42:42.226Z Downloaded deranged v0.5.8
2722026-08-12T20:42:42.230Z Downloaded anstyle-parse v0.2.7
2732026-08-12T20:42:42.232Z Downloaded crossbeam-epoch v0.9.18
2742026-08-12T20:42:42.237Z Downloaded colored v3.1.1
2752026-08-12T20:42:42.240Z Downloaded console v0.15.11
2762026-08-12T20:42:42.240Z Downloaded console v0.16.2
2772026-08-12T20:42:42.240Z Downloaded proc-macro-error-attr2 v2.0.0
2782026-08-12T20:42:42.244Z Downloaded cookie_store v0.22.1
2792026-08-12T20:42:42.244Z Downloaded crc32fast v1.5.0
2802026-08-12T20:42:42.244Z Downloaded rand_chacha v0.3.1
2812026-08-12T20:42:42.244Z Downloaded recursive-proc-macro-impl v0.1.1
2822026-08-12T20:42:42.248Z Downloaded darling v0.13.4
2832026-08-12T20:42:42.248Z Downloaded byte-wrapper v0.1.0
2842026-08-12T20:42:42.251Z Downloaded anes v0.1.6
2852026-08-12T20:42:42.251Z Downloaded plotters-svg v0.3.7
2862026-08-12T20:42:42.256Z Downloaded httptest v0.16.4
2872026-08-12T20:42:42.259Z Downloaded iana-time-zone v0.1.65
2882026-08-12T20:42:42.262Z Downloaded predicates-tree v1.0.13
2892026-08-12T20:42:42.266Z Downloaded async-recursion v1.1.1
2902026-08-12T20:42:42.271Z Downloaded chumsky v0.9.3
2912026-08-12T20:42:42.274Z Downloaded oxide-update-engine-display v0.1.2
2922026-08-12T20:42:42.283Z Downloaded sapling-renderdag v0.1.0
2932026-08-12T20:42:42.287Z Downloaded derive_builder v0.20.2
2942026-08-12T20:42:42.287Z Downloaded oxide-update-engine v0.1.2
2952026-08-12T20:42:42.299Z Downloaded shell-words v1.1.1
2962026-08-12T20:42:42.299Z Downloaded darling v0.21.3
2972026-08-12T20:42:42.299Z Downloaded derive_more v0.99.20
2982026-08-12T20:42:42.299Z Downloaded datatest-stable v0.3.3
2992026-08-12T20:42:42.303Z Downloaded packed_struct v0.10.1
3002026-08-12T20:42:42.303Z Downloaded path-tree v0.8.3
3012026-08-12T20:42:42.303Z Downloaded ipnet v2.11.0
3022026-08-12T20:42:42.303Z Downloaded secrecy v0.10.3
3032026-08-12T20:42:42.303Z Downloaded semver v0.1.20
3042026-08-12T20:42:42.304Z Downloaded serde_urlencoded v0.7.1
3052026-08-12T20:42:42.304Z Downloaded hyper-rustls v0.27.7
3062026-08-12T20:42:42.304Z Downloaded hyper-staticfile v0.10.1
3072026-08-12T20:42:42.308Z Downloaded async-bb8-diesel v0.2.1
3082026-08-12T20:42:42.308Z Downloaded phf v0.13.1
3092026-08-12T20:42:42.308Z Downloaded hickory-resolver v0.25.2
3102026-08-12T20:42:42.308Z Downloaded signature v2.2.0
3112026-08-12T20:42:42.316Z Downloaded slog-envlogger v2.2.0
3122026-08-12T20:42:42.316Z Downloaded postgres-protocol v0.6.10
3132026-08-12T20:42:42.316Z Downloaded sha1 v0.11.0
3142026-08-12T20:42:42.316Z Downloaded ctutils v0.4.2
3152026-08-12T20:42:42.316Z Downloaded ingot-macros v0.2.0
3162026-08-12T20:42:42.316Z Downloaded rand_chacha v0.9.0
3172026-08-12T20:42:42.319Z Downloaded clang-sys v1.8.1
3182026-08-12T20:42:42.319Z Downloaded crc-any v2.5.0
3192026-08-12T20:42:42.323Z Downloaded sync-ptr v0.1.4
3202026-08-12T20:42:42.323Z Downloaded proc-macro-error2 v2.0.1
3212026-08-12T20:42:42.323Z Downloaded hmac v0.12.1
3222026-08-12T20:42:42.330Z Downloaded const-oid v0.10.2
3232026-08-12T20:42:42.330Z Downloaded darling v0.23.0
3242026-08-12T20:42:42.330Z Downloaded darling_core v0.13.4
3252026-08-12T20:42:42.334Z Downloaded derive-where v1.6.0
3262026-08-12T20:42:42.334Z Downloaded argon2 v0.6.0-rc.8
3272026-08-12T20:42:42.344Z Downloaded pkg-config v0.3.32
3282026-08-12T20:42:42.344Z Downloaded hybrid-array v0.4.13
3292026-08-12T20:42:42.344Z Downloaded structmeta v0.3.0
3302026-08-12T20:42:42.344Z Downloaded tagptr v0.2.0
3312026-08-12T20:42:42.344Z Downloaded take_mut v0.2.2
3322026-08-12T20:42:42.344Z Downloaded darling_core v0.21.3
3332026-08-12T20:42:42.347Z Downloaded camino v1.2.2
3342026-08-12T20:42:42.347Z Downloaded cfg-expr v0.20.6
3352026-08-12T20:42:42.347Z Downloaded supports-color v2.1.0
3362026-08-12T20:42:42.347Z Downloaded terminal_size v0.1.17
3372026-08-12T20:42:42.347Z Downloaded colored v2.2.0
3382026-08-12T20:42:42.348Z Downloaded compact_str v0.8.1
3392026-08-12T20:42:42.352Z Downloaded time-core v0.1.8
3402026-08-12T20:42:42.352Z Downloaded r2d2 v0.8.10
3412026-08-12T20:42:42.352Z Downloaded rustversion v1.0.22
3422026-08-12T20:42:42.352Z Downloaded testing_table v0.3.0
3432026-08-12T20:42:42.352Z Downloaded rustc-demangle v0.1.27
3442026-08-12T20:42:42.355Z Downloaded rustls-pemfile v2.2.0
3452026-08-12T20:42:42.356Z Downloaded tokio-macros v2.7.0
3462026-08-12T20:42:42.356Z Downloaded headers v0.4.1
3472026-08-12T20:42:42.359Z Downloaded toml_datetime v0.6.11
3482026-08-12T20:42:42.363Z Downloaded typify-macro v0.6.2
3492026-08-12T20:42:42.366Z Downloaded universal-hash v0.5.1
3502026-08-12T20:42:42.370Z Downloaded utf8_iter v1.0.4
3512026-08-12T20:42:42.370Z Downloaded parking_lot_core v0.9.12
3522026-08-12T20:42:42.370Z Downloaded pest_derive v2.8.6
3532026-08-12T20:42:42.375Z Downloaded serde-hex v0.1.0
3542026-08-12T20:42:42.375Z Downloaded pkcs1 v0.8.0-rc.4
3552026-08-12T20:42:42.378Z Downloaded icu_properties v2.1.2
3562026-08-12T20:42:42.378Z Downloaded ignore v0.4.25
3572026-08-12T20:42:42.379Z Downloaded serde_with_macros v1.5.2
3582026-08-12T20:42:42.379Z Downloaded usdt v0.6.0
3592026-08-12T20:42:42.379Z Downloaded usdt-attr-macro v0.5.0
3602026-08-12T20:42:42.382Z Downloaded heapless v0.8.0
3612026-08-12T20:42:42.385Z Downloaded indexmap v1.9.3
3622026-08-12T20:42:42.386Z Downloaded blowfish v0.10.0
3632026-08-12T20:42:42.389Z Downloaded polyval v0.7.1
3642026-08-12T20:42:42.389Z Downloaded postgres-types v0.2.12
3652026-08-12T20:42:42.392Z Downloaded schemars_derive v0.8.22
3662026-08-12T20:42:42.393Z Downloaded simd-adler32 v0.3.8
3672026-08-12T20:42:42.393Z Downloaded chacha20 v0.9.1
3682026-08-12T20:42:42.396Z Downloaded slog-dtrace v0.3.0
3692026-08-12T20:42:42.396Z Downloaded slog-json v2.6.1
3702026-08-12T20:42:42.396Z Downloaded sqlformat v0.3.5
3712026-08-12T20:42:42.396Z Downloaded strum_macros v0.24.3
3722026-08-12T20:42:42.399Z Downloaded wnaf v0.14.0
3732026-08-12T20:42:42.399Z Downloaded xattr v1.6.1
3742026-08-12T20:42:42.404Z Downloaded clap v4.6.1
3752026-08-12T20:42:42.411Z Downloaded ssh-encoding v0.3.0
3762026-08-12T20:42:42.417Z Downloaded stacker v0.1.23
3772026-08-12T20:42:42.417Z Downloaded static_assertions v1.1.0
3782026-08-12T20:42:42.417Z Downloaded indicatif v0.18.4
3792026-08-12T20:42:42.422Z Downloaded strum_macros v0.26.4
3802026-08-12T20:42:42.422Z Downloaded zeroize_derive v1.5.0
3812026-08-12T20:42:42.422Z Downloaded diesel_table_macro_syntax v0.3.0
3822026-08-12T20:42:42.422Z Downloaded tokio-tungstenite v0.23.1
3832026-08-12T20:42:42.430Z Downloaded dof v0.4.0
3842026-08-12T20:42:42.430Z Downloaded digest-io v0.1.0
3852026-08-12T20:42:42.430Z Downloaded dropshot-api-manager-types v0.7.2
3862026-08-12T20:42:42.430Z Downloaded icu_locale_core v2.1.1
3872026-08-12T20:42:42.435Z Downloaded flagset v0.4.7
3882026-08-12T20:42:42.438Z Downloaded salsa20 v0.11.0
3892026-08-12T20:42:42.438Z Downloaded errno v0.3.14
3902026-08-12T20:42:42.445Z Downloaded foreign-types v0.3.2
3912026-08-12T20:42:42.445Z Downloaded tls_codec v0.4.2
3922026-08-12T20:42:42.445Z Downloaded indexmap v2.14.0
3932026-08-12T20:42:42.448Z Downloaded serde_path_to_error v0.1.20
3942026-08-12T20:42:42.448Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3952026-08-12T20:42:42.448Z Downloaded toml_writer v1.1.1+spec-1.1.0
3962026-08-12T20:42:42.452Z Downloaded unit-prefix v0.5.2
3972026-08-12T20:42:42.452Z Downloaded foreign-types-shared v0.3.1
3982026-08-12T20:42:42.452Z Downloaded futures-sink v0.3.32
3992026-08-12T20:42:42.452Z Downloaded fxhash v0.2.1
4002026-08-12T20:42:42.452Z Downloaded icu_normalizer v2.1.1
4012026-08-12T20:42:42.455Z Downloaded funty v2.0.0
4022026-08-12T20:42:42.455Z Downloaded kem v0.3.0
4032026-08-12T20:42:42.459Z Downloaded const_format v0.2.35
4042026-08-12T20:42:42.464Z Downloaded lru-slab v0.1.2
4052026-08-12T20:42:42.464Z Downloaded lzss v0.8.2
4062026-08-12T20:42:42.467Z Downloaded normalize-line-endings v0.3.0
4072026-08-12T20:42:42.467Z Downloaded crossbeam-utils v0.8.21
4082026-08-12T20:42:42.467Z Downloaded heapless v0.7.17
4092026-08-12T20:42:42.471Z Downloaded darling_core v0.23.0
4102026-08-12T20:42:42.474Z Downloaded walkdir v2.5.0
4112026-08-12T20:42:42.478Z Downloaded vergen-lib v0.1.6
4122026-08-12T20:42:42.478Z Downloaded vsss-rs v3.3.4
4132026-08-12T20:42:42.480Z Downloaded lazy_static v1.5.0
4142026-08-12T20:42:42.484Z Downloaded memoffset v0.9.1
4152026-08-12T20:42:42.488Z Downloaded linkme-impl v0.3.35
4162026-08-12T20:42:42.491Z Downloaded zstd v0.13.3
4172026-08-12T20:42:42.491Z Downloaded memmap v0.7.0
4182026-08-12T20:42:42.491Z Downloaded newtype-uuid-macros v0.1.0
4192026-08-12T20:42:42.496Z Downloaded num_threads v0.1.7
4202026-08-12T20:42:42.496Z Downloaded async-object-pool v0.2.0
4212026-08-12T20:42:42.496Z Downloaded atomicwrites v0.4.4
4222026-08-12T20:42:42.499Z Downloaded atty v0.2.14
4232026-08-12T20:42:42.499Z Downloaded backtrace-ext v0.2.1
4242026-08-12T20:42:42.503Z Downloaded hashbrown v0.12.3
4252026-08-12T20:42:42.507Z Downloaded hickory-server v0.25.2
4262026-08-12T20:42:42.510Z Downloaded hashbrown v0.13.2
4272026-08-12T20:42:42.510Z Downloaded spin v0.9.8
4282026-08-12T20:42:42.513Z Downloaded newline-converter v0.3.0
4292026-08-12T20:42:42.517Z Downloaded block-buffer v0.10.4
4302026-08-12T20:42:42.520Z Downloaded digest v0.11.3
4312026-08-12T20:42:42.523Z Downloaded fallible-iterator v0.2.0
4322026-08-12T20:42:42.527Z Downloaded filetime v0.2.27
4332026-08-12T20:42:42.530Z Downloaded openssl-macros v0.1.1
4342026-08-12T20:42:42.534Z Downloaded icu_collections v2.1.1
4352026-08-12T20:42:42.539Z Downloaded progenitor-impl v0.13.0
4362026-08-12T20:42:42.542Z Downloaded ron v0.8.1
4372026-08-12T20:42:42.545Z Downloaded tracing-attributes v0.1.31
4382026-08-12T20:42:42.545Z Downloaded multer v3.1.0
4392026-08-12T20:42:42.549Z Downloaded ucd-trie v0.1.7
4402026-08-12T20:42:42.549Z Downloaded powerfmt v0.2.0
4412026-08-12T20:42:42.549Z Downloaded parking v2.2.1
4422026-08-12T20:42:42.553Z Downloaded hickory-resolver v0.24.4
4432026-08-12T20:42:42.553Z Downloaded password-hash v0.6.1
4442026-08-12T20:42:42.560Z Downloaded crossbeam-channel v0.5.15
4452026-08-12T20:42:42.563Z Downloaded textwrap v0.16.2
4462026-08-12T20:42:42.567Z Downloaded tokio-stream v0.1.18
4472026-08-12T20:42:42.571Z Downloaded progenitor-macro v0.13.0
4482026-08-12T20:42:42.571Z Downloaded progenitor-macro v0.14.0
4492026-08-12T20:42:42.574Z Downloaded crypto-bigint v0.5.5
4502026-08-12T20:42:42.577Z Downloaded der v0.7.10
4512026-08-12T20:42:42.577Z Downloaded rand_pcg v0.10.2
4522026-08-12T20:42:42.581Z Downloaded icu_normalizer_data v2.1.1
4532026-08-12T20:42:42.581Z Downloaded bcs v0.1.6
4542026-08-12T20:42:42.581Z Downloaded libsw-core v0.3.2
4552026-08-12T20:42:42.584Z Downloaded predicates-core v1.0.10
4562026-08-12T20:42:42.584Z Downloaded scuffle v0.1.0
4572026-08-12T20:42:42.584Z Downloaded radium v0.7.0
4582026-08-12T20:42:42.588Z Downloaded sha2 v0.10.9
4592026-08-12T20:42:42.588Z Downloaded yasna v0.5.2
4602026-08-12T20:42:42.591Z Downloaded either v1.15.0
4612026-08-12T20:42:42.591Z Downloaded rfc6979 v0.4.0
4622026-08-12T20:42:42.591Z Downloaded russh-cryptovec v0.62.0
4632026-08-12T20:42:42.591Z Downloaded scroll_derive v0.12.1
4642026-08-12T20:42:42.597Z Downloaded darling_core v0.20.11
4652026-08-12T20:42:42.600Z Downloaded newtype-uuid v1.3.2
4662026-08-12T20:42:42.601Z Downloaded oxnet v0.1.6
4672026-08-12T20:42:42.604Z Downloaded cexpr v0.6.0
4682026-08-12T20:42:42.604Z Downloaded serde_spanned v1.1.1
4692026-08-12T20:42:42.608Z Downloaded seq-macro v0.3.6
4702026-08-12T20:42:42.612Z Downloaded num-integer v0.1.46
4712026-08-12T20:42:42.612Z Downloaded term v0.7.0
4722026-08-12T20:42:42.615Z Downloaded pin-project-internal v1.1.11
4732026-08-12T20:42:42.615Z Downloaded sponge-cursor v0.1.0
4742026-08-12T20:42:42.621Z Downloaded bs58 v0.5.1
4752026-08-12T20:42:42.625Z Downloaded port-file v0.1.0
4762026-08-12T20:42:42.628Z Downloaded bumpalo v3.20.2
4772026-08-12T20:42:42.628Z Downloaded signal-hook-tokio v0.3.1
4782026-08-12T20:42:42.633Z Downloaded similar-asserts v1.7.0
4792026-08-12T20:42:42.637Z Downloaded num_enum v0.5.11
4802026-08-12T20:42:42.643Z Downloaded proc-macro-error v1.0.4
4812026-08-12T20:42:42.643Z Downloaded progenitor-impl v0.14.0
4822026-08-12T20:42:42.644Z Downloaded cassowary v0.3.0
4832026-08-12T20:42:42.644Z Downloaded supports-color v3.0.2
4842026-08-12T20:42:42.644Z Downloaded textwrap v0.15.2
4852026-08-12T20:42:42.647Z Downloaded trybuild v1.0.116
4862026-08-12T20:42:42.647Z Downloaded tungstenite v0.23.0
4872026-08-12T20:42:42.650Z Downloaded peg v0.8.5
4882026-08-12T20:42:42.650Z Downloaded peg-macros v0.8.5
4892026-08-12T20:42:42.650Z Downloaded pem v3.0.6
4902026-08-12T20:42:42.654Z Downloaded tap v1.0.1
4912026-08-12T20:42:42.654Z Downloaded getrandom v0.2.17
4922026-08-12T20:42:42.658Z Downloaded base64 v0.21.7
4932026-08-12T20:42:42.663Z Downloaded resolv-conf v0.7.6
4942026-08-12T20:42:42.664Z Downloaded rfc6979 v0.6.0
4952026-08-12T20:42:42.664Z Downloaded hyper-util v0.1.20
4962026-08-12T20:42:42.668Z Downloaded bitflags v2.11.0
4972026-08-12T20:42:42.671Z Downloaded bzip2 v0.4.4
4982026-08-12T20:42:42.675Z Downloaded progenitor v0.14.0
4992026-08-12T20:42:42.675Z Downloaded libsw v3.5.0
5002026-08-12T20:42:42.675Z Downloaded scroll v0.13.0
5012026-08-12T20:42:42.676Z Downloaded tower-service v0.3.3
5022026-08-12T20:42:42.679Z Downloaded qorb v0.4.1
5032026-08-12T20:42:42.683Z Downloaded try-lock v0.2.5
5042026-08-12T20:42:42.683Z Downloaded memmap2 v0.9.10
5052026-08-12T20:42:42.683Z Downloaded pin-project v1.1.11
5062026-08-12T20:42:42.687Z Downloaded getrandom v0.4.1
5072026-08-12T20:42:42.690Z Downloaded snafu v0.8.9
5082026-08-12T20:42:42.694Z Downloaded der v0.8.0
5092026-08-12T20:42:42.698Z Downloaded internal-russh-num-bigint v0.5.0
5102026-08-12T20:42:42.701Z Downloaded nu-ansi-term v0.50.3
5112026-08-12T20:42:42.701Z Downloaded phf v0.12.1
5122026-08-12T20:42:42.701Z Downloaded stringmetrics v2.2.2
5132026-08-12T20:42:42.704Z Downloaded usdt-attr-macro v0.6.0
5142026-08-12T20:42:42.704Z Downloaded usdt v0.5.0
5152026-08-12T20:42:42.704Z Downloaded want v0.3.1
5162026-08-12T20:42:42.705Z Downloaded toml_write v0.1.2
5172026-08-12T20:42:42.705Z Downloaded slog-async v2.8.0
5182026-08-12T20:42:42.708Z Downloaded spki v0.8.0
5192026-08-12T20:42:42.709Z Downloaded stringprep v0.1.5
5202026-08-12T20:42:42.709Z Downloaded pretty_assertions v1.4.1
5212026-08-12T20:42:42.709Z Downloaded serde_derive_internals v0.29.1
5222026-08-12T20:42:42.712Z Downloaded once_cell v1.21.3
5232026-08-12T20:42:42.712Z Downloaded dropshot_endpoint v0.17.1
5242026-08-12T20:42:42.712Z Downloaded ahash v0.8.12
5252026-08-12T20:42:42.716Z Downloaded fs_extra v1.3.0
5262026-08-12T20:42:42.716Z Downloaded shlex v1.3.0
5272026-08-12T20:42:42.716Z Downloaded anyhow v1.0.102
5282026-08-12T20:42:42.720Z Downloaded zip v0.6.6
5292026-08-12T20:42:42.724Z Downloaded xshell-macros v0.2.7
5302026-08-12T20:42:42.724Z Downloaded dirs-next v2.0.0
5312026-08-12T20:42:42.724Z Downloaded difflib v0.4.0
5322026-08-12T20:42:42.724Z Downloaded smallvec v0.6.14
5332026-08-12T20:42:42.724Z Downloaded prettyplease v0.2.37
5342026-08-12T20:42:42.729Z Downloaded chacha20 v0.10.0
5352026-08-12T20:42:42.729Z Downloaded thiserror-no-std v2.0.2
5362026-08-12T20:42:42.733Z Downloaded http v1.4.2
5372026-08-12T20:42:42.733Z Downloaded pkcs8 v0.11.0
5382026-08-12T20:42:42.733Z Downloaded elliptic-curve v0.13.8
5392026-08-12T20:42:42.737Z Downloaded dtrace-parser v0.2.0
5402026-08-12T20:42:42.738Z Downloaded dyn-clone v1.0.20
5412026-08-12T20:42:42.738Z Downloaded escape8259 v0.5.3
5422026-08-12T20:42:42.738Z Downloaded fastrand v2.3.0
5432026-08-12T20:42:42.738Z Downloaded endian-type v0.1.2
5442026-08-12T20:42:42.742Z Downloaded backtrace v0.3.76
5452026-08-12T20:42:42.742Z Downloaded pkcs8 v0.10.2
5462026-08-12T20:42:42.742Z Downloaded termios v0.3.3
5472026-08-12T20:42:42.746Z Downloaded getrandom v0.3.4
5482026-08-12T20:42:42.746Z Downloaded hyper v1.10.1
5492026-08-12T20:42:42.754Z Downloaded oxide-update-engine-types v0.1.2
5502026-08-12T20:42:42.754Z Downloaded serde_cbor v0.11.2
5512026-08-12T20:42:42.761Z Downloaded hkdf v0.12.4
5522026-08-12T20:42:42.761Z Downloaded schemars v1.2.1
5532026-08-12T20:42:42.765Z Downloaded litemap v0.8.1
5542026-08-12T20:42:42.765Z Downloaded time-macros v0.2.27
5552026-08-12T20:42:42.765Z Downloaded tokio-test v0.4.5
5562026-08-12T20:42:42.765Z Downloaded foreign-types-shared v0.1.1
5572026-08-12T20:42:42.765Z Downloaded rand v0.10.1
5582026-08-12T20:42:42.771Z Downloaded form_urlencoded v1.2.2
5592026-08-12T20:42:42.771Z Downloaded futures-io v0.3.32
5602026-08-12T20:42:42.771Z Downloaded ghash v0.6.0
5612026-08-12T20:42:42.771Z Downloaded libscf-sys v1.2.0
5622026-08-12T20:42:42.771Z Downloaded criterion v0.7.0
5632026-08-12T20:42:42.774Z Downloaded guppy v0.17.25
5642026-08-12T20:42:42.780Z Downloaded tokio-dtrace v0.1.1
5652026-08-12T20:42:42.783Z Downloaded hashbrown v0.16.1
5662026-08-12T20:42:42.783Z Downloaded multimap v0.10.1
5672026-08-12T20:42:42.783Z Downloaded zerocopy-derive v0.8.40
5682026-08-12T20:42:42.787Z Downloaded unicase v2.9.0
5692026-08-12T20:42:42.790Z Downloaded strum_macros v0.27.2
5702026-08-12T20:42:42.790Z Downloaded digest v0.10.7
5712026-08-12T20:42:42.790Z Downloaded zopfli v0.8.3
5722026-08-12T20:42:42.795Z Downloaded num-iter v0.1.45
5732026-08-12T20:42:42.795Z Downloaded arc-swap v1.8.2
5742026-08-12T20:42:42.799Z Downloaded xshell v0.2.7
5752026-08-12T20:42:42.799Z Downloaded maplit v1.0.2
5762026-08-12T20:42:42.799Z Downloaded match_cfg v0.1.0
5772026-08-12T20:42:42.799Z Downloaded nested v0.1.1
5782026-08-12T20:42:42.799Z Downloaded serde_with_macros v3.21.0
5792026-08-12T20:42:42.799Z Downloaded tempfile v3.25.0
5802026-08-12T20:42:42.803Z Downloaded uzers v0.12.2
5812026-08-12T20:42:42.803Z Downloaded zmij v1.0.21
5822026-08-12T20:42:42.803Z Downloaded parking_lot v0.11.2
5832026-08-12T20:42:42.806Z Downloaded ed25519-dalek v2.2.0
5842026-08-12T20:42:42.806Z Downloaded slog-term v2.9.2
5852026-08-12T20:42:42.809Z Downloaded aead v0.5.2
5862026-08-12T20:42:42.809Z Downloaded assert_matches v1.5.0
5872026-08-12T20:42:42.809Z Downloaded async-stream-impl v0.3.6
5882026-08-12T20:42:42.813Z Downloaded schemars v0.8.22
5892026-08-12T20:42:42.817Z Downloaded ff v0.14.0
5902026-08-12T20:42:42.820Z Downloaded anstyle-query v1.1.5
5912026-08-12T20:42:42.820Z Downloaded prefix-trie v0.7.0
5922026-08-12T20:42:42.823Z Downloaded cast v0.3.0
5932026-08-12T20:42:42.824Z Downloaded openssl-probe v0.1.6
5942026-08-12T20:42:42.824Z Downloaded thiserror v2.0.18
5952026-08-12T20:42:42.827Z Downloaded crossterm v0.28.1
5962026-08-12T20:42:42.832Z Downloaded h2 v0.4.15
5972026-08-12T20:42:42.836Z Downloaded foldhash v0.1.5
5982026-08-12T20:42:42.836Z Downloaded parse-size v1.1.0
5992026-08-12T20:42:42.837Z Downloaded phf_shared v0.12.1
6002026-08-12T20:42:42.837Z Downloaded plotters-backend v0.3.7
6012026-08-12T20:42:42.841Z Downloaded precomputed-hash v0.1.1
6022026-08-12T20:42:42.841Z Downloaded progenitor-client v0.14.0
6032026-08-12T20:42:42.841Z Downloaded unicode-properties v0.1.4
6042026-08-12T20:42:42.845Z Downloaded hashbrown v0.14.5
6052026-08-12T20:42:42.846Z Downloaded hashbrown v0.15.5
6062026-08-12T20:42:42.850Z Downloaded keccak v0.2.0
6072026-08-12T20:42:42.850Z Downloaded iri-string v0.7.10
6082026-08-12T20:42:42.853Z Downloaded libefi-sys v0.1.0
6092026-08-12T20:42:42.853Z Downloaded managed v0.8.0
6102026-08-12T20:42:42.870Z Downloaded libloading v0.8.9
6112026-08-12T20:42:42.870Z Downloaded rand_xorshift v0.4.0
6122026-08-12T20:42:42.870Z Downloaded zerocopy-derive v0.7.35
6132026-08-12T20:42:42.877Z Downloaded serde_bytes v0.11.19
6142026-08-12T20:42:42.877Z Downloaded sigpipe v0.1.3
6152026-08-12T20:42:42.877Z Downloaded num-rational v0.4.2
6162026-08-12T20:42:42.877Z Downloaded rustc-hash v2.1.1
6172026-08-12T20:42:42.877Z Downloaded same-file v1.0.6
6182026-08-12T20:42:42.877Z Downloaded idna v1.1.0
6192026-08-12T20:42:42.881Z Downloaded icu_properties_data v2.1.2
6202026-08-12T20:42:42.885Z Downloaded serde_regex v1.1.0
6212026-08-12T20:42:42.885Z Downloaded serde_repr v0.1.20
6222026-08-12T20:42:42.888Z Downloaded sha1 v0.10.6
6232026-08-12T20:42:42.888Z Downloaded bytes v1.11.1
6242026-08-12T20:42:42.892Z Downloaded tinyvec v1.10.0
6252026-08-12T20:42:42.892Z Downloaded scheduled-thread-pool v0.2.7
6262026-08-12T20:42:42.892Z Downloaded flume v0.11.1
6272026-08-12T20:42:42.896Z Downloaded buf-list v1.1.2
6282026-08-12T20:42:42.896Z Downloaded tabwriter v1.4.1
6292026-08-12T20:42:42.896Z Downloaded zeroize v1.9.0
6302026-08-12T20:42:42.900Z Downloaded bit-vec v0.6.3
6312026-08-12T20:42:42.900Z Downloaded bytecount v0.6.9
6322026-08-12T20:42:42.900Z Downloaded cbc v0.2.1
6332026-08-12T20:42:42.903Z Downloaded strsim v0.10.0
6342026-08-12T20:42:42.903Z Downloaded strsim v0.11.1
6352026-08-12T20:42:42.904Z Downloaded structmeta-derive v0.3.0
6362026-08-12T20:42:42.904Z Downloaded password-hash v0.5.0
6372026-08-12T20:42:42.907Z Downloaded backoff v0.4.0
6382026-08-12T20:42:42.907Z Downloaded owo-colors v4.3.0
6392026-08-12T20:42:42.910Z Downloaded partial-io v0.5.4
6402026-08-12T20:42:42.910Z Downloaded tower-layer v0.3.3
6412026-08-12T20:42:42.911Z Downloaded bitflags v1.3.2
6422026-08-12T20:42:42.914Z Downloaded unicode-linebreak v0.1.5
6432026-08-12T20:42:42.914Z Downloaded untrusted v0.9.0
6442026-08-12T20:42:42.914Z Downloaded vte v0.14.1
6452026-08-12T20:42:42.917Z Downloaded rand_core v0.9.5
6462026-08-12T20:42:42.921Z Downloaded memchr v2.8.0
6472026-08-12T20:42:42.925Z Downloaded unicode-xid v0.2.6
6482026-08-12T20:42:42.925Z Downloaded rayon-core v1.13.0
6492026-08-12T20:42:42.929Z Downloaded toml v0.7.8
6502026-08-12T20:42:42.933Z Downloaded quote v1.0.45
6512026-08-12T20:42:42.933Z Downloaded rpassword v7.5.4
6522026-08-12T20:42:42.936Z Downloaded display-error-chain v0.2.2
6532026-08-12T20:42:42.936Z Downloaded ar_archive_writer v0.5.1
6542026-08-12T20:42:42.940Z Downloaded primeorder v0.14.0
6552026-08-12T20:42:42.940Z Downloaded rustls-native-certs v0.8.3
6562026-08-12T20:42:42.943Z Downloaded zip v4.6.1
6572026-08-12T20:42:42.947Z Downloaded goblin v0.8.2
6582026-08-12T20:42:42.950Z Downloaded dirs-sys-next v0.1.2
6592026-08-12T20:42:42.950Z Downloaded elliptic-curve v0.14.1
6602026-08-12T20:42:42.954Z Downloaded fd-lock v4.0.4
6612026-08-12T20:42:42.954Z Downloaded dsl_auto_type v0.2.0
6622026-08-12T20:42:42.980Z Downloaded lru-cache v0.1.2
6632026-08-12T20:42:42.980Z Downloaded anstyle-parse v1.0.0
6642026-08-12T20:42:42.980Z Downloaded synstructure v0.13.2
6652026-08-12T20:42:42.981Z Downloaded termcolor v1.4.1
6662026-08-12T20:42:42.981Z Downloaded terminal_size v0.4.3
6672026-08-12T20:42:42.981Z Downloaded tls_codec_derive v0.4.2
6682026-08-12T20:42:42.981Z Downloaded is_terminal_polyfill v1.70.2
6692026-08-12T20:42:42.981Z Downloaded itoa v1.0.17
6702026-08-12T20:42:42.981Z Downloaded expectorate v1.2.0
6712026-08-12T20:42:42.981Z Downloaded md5 v0.8.0
6722026-08-12T20:42:42.981Z Downloaded uuid v1.23.4
6732026-08-12T20:42:42.981Z Downloaded unsafe-libyaml v0.2.11
6742026-08-12T20:42:42.981Z Downloaded assert-json-diff v2.0.2
6752026-08-12T20:42:42.981Z Downloaded owo-colors v3.5.0
6762026-08-12T20:42:42.981Z Downloaded bitfield-struct v0.6.2
6772026-08-12T20:42:42.981Z Downloaded generic-array v0.14.7
6782026-08-12T20:42:42.985Z Downloaded hashbrown v0.17.0
6792026-08-12T20:42:42.985Z Downloaded hkdf v0.13.0
6802026-08-12T20:42:42.989Z Downloaded reqwest v0.13.2
6812026-08-12T20:42:42.992Z Downloaded blake2 v0.10.6
6822026-08-12T20:42:42.995Z Downloaded env_filter v1.0.0
6832026-08-12T20:42:43.002Z Downloaded new_debug_unreachable v1.0.6
6842026-08-12T20:42:43.006Z Downloaded num v0.4.3
6852026-08-12T20:42:43.006Z Downloaded quinn v0.11.11
6862026-08-12T20:42:43.010Z Downloaded tiny-keccak v2.0.2
6872026-08-12T20:42:43.010Z Downloaded smallvec v1.15.1
6882026-08-12T20:42:43.013Z Downloaded foldhash v0.2.0
6892026-08-12T20:42:43.013Z Downloaded potential_utf v0.1.4
6902026-08-12T20:42:43.013Z Downloaded iddqd v0.4.2
6912026-08-12T20:42:43.018Z Downloaded crossterm v0.29.0
6922026-08-12T20:42:43.022Z Downloaded toml_edit v0.22.27
6932026-08-12T20:42:43.027Z Downloaded tui-tree-widget v0.23.1
6942026-08-12T20:42:43.031Z Downloaded ed25519-dalek v3.0.0
6952026-08-12T20:42:43.031Z Downloaded snafu-derive v0.8.9
6962026-08-12T20:42:43.031Z Downloaded rustc_version v0.1.7
6972026-08-12T20:42:43.031Z Downloaded scopeguard v1.2.0
6982026-08-12T20:42:43.031Z Downloaded bb8 v0.8.6
6992026-08-12T20:42:43.031Z Downloaded phf_shared v0.11.3
7002026-08-12T20:42:43.031Z Downloaded mime_guess v2.0.5
7012026-08-12T20:42:43.036Z Downloaded nodrop v0.1.14
7022026-08-12T20:42:43.039Z Downloaded strum v0.27.2
7032026-08-12T20:42:43.042Z Downloaded tinyvec_macros v0.1.1
7042026-08-12T20:42:43.046Z Downloaded wyz v0.5.1
7052026-08-12T20:42:43.048Z Downloaded zone_cfg_derive v0.3.1
7062026-08-12T20:42:43.048Z Downloaded regex v1.12.3
7072026-08-12T20:42:43.051Z Downloaded vergen-gitcl v1.0.8
7082026-08-12T20:42:43.051Z Downloaded vergen-git2 v9.1.0
7092026-08-12T20:42:43.055Z Downloaded tower-http v0.6.8
7102026-08-12T20:42:43.059Z Downloaded embedded-io v0.6.1
7112026-08-12T20:42:43.062Z Downloaded writeable v0.6.2
7122026-08-12T20:42:43.062Z Downloaded proc-macro2 v1.0.106
7132026-08-12T20:42:43.062Z Downloaded ref-cast v1.0.25
7142026-08-12T20:42:43.065Z Downloaded ecdsa v0.17.0
7152026-08-12T20:42:43.065Z Downloaded rcgen v0.12.1
7162026-08-12T20:42:43.069Z Downloaded aes-gcm v0.11.0
7172026-08-12T20:42:43.072Z Downloaded arrayvec v0.7.6
7182026-08-12T20:42:43.072Z Downloaded phf_shared v0.13.1
7192026-08-12T20:42:43.072Z Downloaded rustls-webpki v0.103.13
7202026-08-12T20:42:43.075Z Downloaded similar v2.7.0
7212026-08-12T20:42:43.078Z Downloaded serde_json v1.0.151
7222026-08-12T20:42:43.083Z Downloaded serdect v0.4.3
7232026-08-12T20:42:43.083Z Downloaded fs-err v3.3.0
7242026-08-12T20:42:43.086Z Downloaded trait-variant v0.1.2
7252026-08-12T20:42:43.086Z Downloaded unicode-truncate v1.1.0
7262026-08-12T20:42:43.086Z Downloaded signature v3.0.0
7272026-08-12T20:42:43.086Z Downloaded slog-bunyan v2.5.0
7282026-08-12T20:42:43.086Z Downloaded utf8parse v0.2.2
7292026-08-12T20:42:43.087Z Downloaded serde_yaml v0.9.34+deprecated
7302026-08-12T20:42:43.090Z Downloaded ppv-lite86 v0.2.21
7312026-08-12T20:42:43.090Z Downloaded libtest-mimic v0.8.1
7322026-08-12T20:42:43.090Z Downloaded rand_seeder v0.4.0
7332026-08-12T20:42:43.094Z Downloaded utf-8 v0.7.6
7342026-08-12T20:42:43.097Z Downloaded zerocopy v0.7.35
7352026-08-12T20:42:43.106Z Downloaded dtrace-parser v0.3.0
7362026-08-12T20:42:43.109Z Downloaded scroll v0.12.0
7372026-08-12T20:42:43.109Z Downloaded aead v0.6.1
7382026-08-12T20:42:43.109Z Downloaded term v1.2.1
7392026-08-12T20:42:43.110Z Downloaded num_enum_derive v0.7.6
7402026-08-12T20:42:43.110Z Downloaded toml v1.1.2+spec-1.1.0
7412026-08-12T20:42:43.113Z Downloaded flate2 v1.1.9
7422026-08-12T20:42:43.116Z Downloaded supports-hyperlinks v2.1.0
7432026-08-12T20:42:43.116Z Downloaded thread-id v4.2.2
7442026-08-12T20:42:43.116Z Downloaded omicron-zone-package v0.12.3
7452026-08-12T20:42:43.121Z Downloaded serde_plain v1.0.2
7462026-08-12T20:42:43.121Z Downloaded tokio-rustls v0.26.4
7472026-08-12T20:42:43.121Z Downloaded postcard v1.1.3
7482026-08-12T20:42:43.121Z Downloaded toml_parser v1.1.2+spec-1.1.0
7492026-08-12T20:42:43.126Z Downloaded anstyle v1.0.14
7502026-08-12T20:42:43.126Z Downloaded bitfield v0.19.4
7512026-08-12T20:42:43.126Z Downloaded bzip2 v0.6.1
7522026-08-12T20:42:43.130Z Downloaded pem-rfc7468 v1.0.0
7532026-08-12T20:42:43.130Z Downloaded ssh-cipher v0.3.0
7542026-08-12T20:42:43.131Z Downloaded winnow v0.5.40
7552026-08-12T20:42:43.135Z Downloaded cargo_metadata v0.23.1
7562026-08-12T20:42:43.135Z Downloaded paste v1.0.15
7572026-08-12T20:42:43.139Z Downloaded target-lexicon v0.13.3
7582026-08-12T20:42:43.139Z Downloaded fnv v1.0.7
7592026-08-12T20:42:43.139Z Downloaded pkcs5 v0.8.1
7602026-08-12T20:42:43.153Z Downloaded target-spec v3.5.7
7612026-08-12T20:42:43.153Z Downloaded clap_builder v4.6.0
7622026-08-12T20:42:43.158Z Downloaded jiff-static v0.2.34
7632026-08-12T20:42:43.158Z Downloaded macaddr v1.0.1
7642026-08-12T20:42:43.158Z Downloaded nibble_vec v0.1.0
7652026-08-12T20:42:43.158Z Downloaded vergen v9.1.0
7662026-08-12T20:42:43.158Z Downloaded des v0.9.0
7672026-08-12T20:42:43.158Z Downloaded progenitor-extras v0.2.0
7682026-08-12T20:42:43.158Z Downloaded futures-task v0.3.32
7692026-08-12T20:42:43.158Z Downloaded is_ci v1.2.0
7702026-08-12T20:42:43.158Z Downloaded kstat-rs v0.2.5
7712026-08-12T20:42:43.158Z Downloaded nonempty v0.12.0
7722026-08-12T20:42:43.159Z Downloaded event-listener v5.4.1
7732026-08-12T20:42:43.159Z Downloaded zstd-safe v7.2.4
7742026-08-12T20:42:43.163Z Downloaded fixedbitset v0.5.7
7752026-08-12T20:42:43.167Z Downloaded relative-path v1.9.3
7762026-08-12T20:42:43.171Z Downloaded smf v0.2.3
7772026-08-12T20:42:43.171Z Downloaded tungstenite v0.21.0
7782026-08-12T20:42:43.175Z Downloaded enum_dispatch v0.3.13
7792026-08-12T20:42:43.178Z Downloaded env_logger v0.11.9
7802026-08-12T20:42:43.178Z Downloaded find-msvc-tools v0.1.9
7812026-08-12T20:42:43.179Z Downloaded pathdiff v0.2.3
7822026-08-12T20:42:43.179Z Downloaded psl-types v2.0.11
7832026-08-12T20:42:43.183Z Downloaded yoke v0.8.1
7842026-08-12T20:42:43.183Z Downloaded rustc_version v0.4.1
7852026-08-12T20:42:43.183Z Downloaded yansi v1.0.1
7862026-08-12T20:42:43.187Z Downloaded git2 v0.20.4
7872026-08-12T20:42:43.191Z Downloaded proc-macro-crate v1.3.1
7882026-08-12T20:42:43.191Z Downloaded base64 v0.22.1
7892026-08-12T20:42:43.191Z Downloaded blake3 v1.8.5
7902026-08-12T20:42:43.196Z Downloaded jiff-core v0.1.0
7912026-08-12T20:42:43.201Z Downloaded papergrid v0.18.0
7922026-08-12T20:42:43.204Z Downloaded linear-map v1.2.0
7932026-08-12T20:42:43.204Z Downloaded lock_api v0.4.14
7942026-08-12T20:42:43.204Z Downloaded mime v0.3.17
7952026-08-12T20:42:43.204Z Downloaded cancel-safe-futures v0.1.5
7962026-08-12T20:42:43.208Z Downloaded serde_spanned v0.6.9
7972026-08-12T20:42:43.208Z Downloaded recursive v0.1.1
7982026-08-12T20:42:43.208Z Downloaded tinytemplate v1.2.1
7992026-08-12T20:42:43.208Z Downloaded futures v0.3.32
8002026-08-12T20:42:43.212Z Downloaded signal-hook-mio v0.2.5
8012026-08-12T20:42:43.212Z Downloaded target-triple v1.0.0
8022026-08-12T20:42:43.215Z Downloaded swrite v0.1.0
8032026-08-12T20:42:43.215Z Downloaded anstream v1.0.0
8042026-08-12T20:42:43.220Z Downloaded universal-hash v0.6.1
8052026-08-12T20:42:43.225Z Downloaded assert_cmd v2.1.2
8062026-08-12T20:42:43.229Z Downloaded typed-path v0.9.3
8072026-08-12T20:42:43.233Z Downloaded knuffel v3.2.0
8082026-08-12T20:42:43.233Z Downloaded module-lattice v0.2.3
8092026-08-12T20:42:43.233Z Downloaded usdt-macro v0.5.0
8102026-08-12T20:42:43.237Z Downloaded waitgroup v0.1.2
8112026-08-12T20:42:43.237Z Downloaded zerofrom-derive v0.1.6
8122026-08-12T20:42:43.240Z Downloaded gethostname v0.5.0
8132026-08-12T20:42:43.243Z Downloaded dropshot-api-manager v0.7.2
8142026-08-12T20:42:43.249Z Downloaded autocfg v1.5.0
8152026-08-12T20:42:43.249Z Downloaded bitvec v1.0.1
8162026-08-12T20:42:43.255Z Downloaded schemars v0.9.0
8172026-08-12T20:42:43.263Z Downloaded libbz2-rs-sys v0.2.2
8182026-08-12T20:42:43.267Z Downloaded diff v0.1.13
8192026-08-12T20:42:43.267Z Downloaded futures-channel v0.3.32
8202026-08-12T20:42:43.270Z Downloaded poly1305 v0.8.0
8212026-08-12T20:42:43.270Z Downloaded fixedbitset v0.4.2
8222026-08-12T20:42:43.270Z Downloaded futures-macro v0.3.32
8232026-08-12T20:42:43.270Z Downloaded block-padding v0.4.2
8242026-08-12T20:42:43.273Z Downloaded url v2.5.8
8252026-08-12T20:42:43.273Z Downloaded p256 v0.14.0
8262026-08-12T20:42:43.277Z Downloaded oxide-tokio-rt v0.1.4
8272026-08-12T20:42:43.277Z Downloaded base16ct v0.2.0
8282026-08-12T20:42:43.277Z Downloaded slog-scope v4.4.1
8292026-08-12T20:42:43.279Z Downloaded pest_meta v2.8.6
8302026-08-12T20:42:43.284Z Downloaded pretty-hex v0.4.1
8312026-08-12T20:42:43.287Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8322026-08-12T20:42:43.287Z Downloaded thiserror-impl v1.0.69
8332026-08-12T20:42:43.290Z Downloaded tinystr v0.8.2
8342026-08-12T20:42:43.290Z Downloaded embedded-io v0.4.0
8352026-08-12T20:42:43.297Z Downloaded ed25519 v3.0.0
8362026-08-12T20:42:43.301Z Downloaded pin-project-lite v0.2.17
8372026-08-12T20:42:43.304Z Downloaded zerovec-derive v0.11.2
8382026-08-12T20:42:43.307Z Downloaded scroll_derive v0.13.1
8392026-08-12T20:42:43.307Z Downloaded scrypt v0.12.0
8402026-08-12T20:42:43.312Z Downloaded termtree v0.5.1
8412026-08-12T20:42:43.315Z Downloaded thiserror-impl-no-std v2.0.2
8422026-08-12T20:42:43.316Z Downloaded crypto-primes v0.7.2
8432026-08-12T20:42:43.319Z Downloaded thread-id v5.1.0
8442026-08-12T20:42:43.319Z Downloaded futures-timer v3.0.3
8452026-08-12T20:42:43.319Z Downloaded camino-tempfile-ext v0.3.3
8462026-08-12T20:42:43.324Z Downloaded rustls-platform-verifier v0.6.2
8472026-08-12T20:42:43.327Z Downloaded async-trait v0.1.89
8482026-08-12T20:42:43.331Z Downloaded rust-argon2 v2.1.0
8492026-08-12T20:42:43.331Z Downloaded usdt-impl v0.6.0
8502026-08-12T20:42:43.331Z Downloaded goblin v0.10.5
8512026-08-12T20:42:43.335Z Downloaded bit-vec v0.8.0
8522026-08-12T20:42:43.338Z Downloaded byteorder v1.5.0
8532026-08-12T20:42:43.338Z Downloaded num-complex v0.4.6
8542026-08-12T20:42:43.338Z Downloaded supports-unicode v2.1.0
8552026-08-12T20:42:43.342Z Downloaded zerofrom v0.1.6
8562026-08-12T20:42:43.342Z Downloaded yoke-derive v0.8.1
8572026-08-12T20:42:43.342Z Downloaded rsa v0.9.10
8582026-08-12T20:42:43.345Z Downloaded semver v1.0.28
8592026-08-12T20:42:43.349Z Downloaded foreign-types v0.5.0
8602026-08-12T20:42:43.349Z Downloaded erased-serde v0.3.31
8612026-08-12T20:42:43.352Z Downloaded ff v0.13.1
8622026-08-12T20:42:43.353Z Downloaded futures-core v0.3.32
8632026-08-12T20:42:43.353Z Downloaded lru v0.12.5
8642026-08-12T20:42:43.353Z Downloaded miette-derive v5.10.0
8652026-08-12T20:42:43.359Z Downloaded newtype_derive v0.1.6
8662026-08-12T20:42:43.359Z Downloaded version_check v0.9.5
8672026-08-12T20:42:43.359Z Downloaded num-derive v0.4.2
8682026-08-12T20:42:43.359Z Downloaded lalrpop-util v0.19.12
8692026-08-12T20:42:43.363Z Downloaded tracing-core v0.1.36
8702026-08-12T20:42:43.363Z Downloaded rayon v1.11.0
8712026-08-12T20:42:43.369Z Downloaded futures-executor v0.3.32
8722026-08-12T20:42:43.372Z Downloaded num-traits v0.2.19
8732026-08-12T20:42:43.372Z Downloaded twox-hash v2.1.2
8742026-08-12T20:42:43.372Z Downloaded num-conv v0.2.0
8752026-08-12T20:42:43.372Z Downloaded russh-util v0.52.0
8762026-08-12T20:42:43.373Z Downloaded num_enum_derive v0.5.11
8772026-08-12T20:42:43.376Z Downloaded blake2 v0.11.0-rc.6
8782026-08-12T20:42:43.377Z Downloaded phc v0.6.1
8792026-08-12T20:42:43.381Z Downloaded zerocopy v0.6.6
8802026-08-12T20:42:43.381Z Downloaded cfg_aliases v0.1.1
8812026-08-12T20:42:43.381Z Downloaded pbkdf2 v0.13.0
8822026-08-12T20:42:43.384Z Downloaded progenitor-client v0.13.0
8832026-08-12T20:42:43.384Z Downloaded sqlparser_derive v0.5.0
8842026-08-12T20:42:43.384Z Downloaded serde_tokenstream v0.2.3
8852026-08-12T20:42:43.388Z Downloaded spki v0.7.3
8862026-08-12T20:42:43.388Z Downloaded proc-macro-error-attr v1.0.4
8872026-08-12T20:42:43.388Z Downloaded rtoolbox v0.0.3
8882026-08-12T20:42:43.389Z Downloaded serde-big-array v0.5.1
8892026-08-12T20:42:43.389Z Downloaded stable_deref_trait v1.2.1
8902026-08-12T20:42:43.389Z Downloaded plain v0.2.3
8912026-08-12T20:42:43.393Z Downloaded minimal-lexical v0.2.1
8922026-08-12T20:42:43.393Z Downloaded ref-cast-impl v1.0.25
8932026-08-12T20:42:43.393Z Downloaded quinn-udp v0.5.14
8942026-08-12T20:42:43.396Z Downloaded serde v1.0.228
8952026-08-12T20:42:43.396Z Downloaded itertools v0.12.1
8962026-08-12T20:42:43.399Z Downloaded itertools v0.13.0
8972026-08-12T20:42:43.414Z Downloaded ena v0.14.4
8982026-08-12T20:42:43.418Z Downloaded string_cache v0.8.9
8992026-08-12T20:42:43.418Z Downloaded time v0.3.47
9002026-08-12T20:42:43.418Z Downloaded gimli v0.32.3
9012026-08-12T20:42:43.422Z Downloaded publicsuffix v2.3.0
9022026-08-12T20:42:43.425Z Downloaded socket2 v0.6.3
9032026-08-12T20:42:43.425Z Downloaded num-bigint-dig v0.8.6
9042026-08-12T20:42:43.441Z Downloaded num_enum v0.7.6
9052026-08-12T20:42:43.441Z Downloaded thread_local v1.1.9
9062026-08-12T20:42:43.441Z Downloaded wait-timeout v0.2.1
9072026-08-12T20:42:43.447Z Downloaded chrono v0.4.45
9082026-08-12T20:42:43.447Z Downloaded keccak v0.1.6
9092026-08-12T20:42:43.447Z Downloaded parse-display-derive v0.10.0
9102026-08-12T20:42:43.447Z Downloaded unicode-normalization v0.1.25
9112026-08-12T20:42:43.447Z Downloaded vcpkg v0.2.15
9122026-08-12T20:42:43.466Z Downloaded vergen-lib v9.1.0
9132026-08-12T20:42:43.473Z Downloaded cfg-if v1.0.4
9142026-08-12T20:42:43.473Z Downloaded bcrypt-pbkdf v0.11.0
9152026-08-12T20:42:43.473Z Downloaded knuffel-derive v3.2.0
9162026-08-12T20:42:43.473Z Downloaded proc-macro-crate v3.4.0
9172026-08-12T20:42:43.473Z Downloaded array-init v0.0.4
9182026-08-12T20:42:43.473Z Downloaded chacha20poly1305 v0.10.1
9192026-08-12T20:42:43.474Z Downloaded rand_distr v0.5.1
9202026-08-12T20:42:43.474Z Downloaded generic-array v1.4.3
9212026-08-12T20:42:43.495Z Downloaded ml-kem v0.3.2
9222026-08-12T20:42:43.495Z Downloaded pkcs1 v0.7.5
9232026-08-12T20:42:43.495Z Downloaded float-cmp v0.10.0
9242026-08-12T20:42:43.495Z Downloaded downcast-rs v2.0.2
9252026-08-12T20:42:43.495Z Downloaded equivalent v1.0.2
9262026-08-12T20:42:43.496Z Downloaded base64ct v1.8.3
9272026-08-12T20:42:43.496Z Downloaded smawk v0.3.2
9282026-08-12T20:42:43.496Z Downloaded p521 v0.14.0
9292026-08-12T20:42:43.496Z Downloaded untrusted v0.7.1
9302026-08-12T20:42:43.501Z Downloaded event-listener-strategy v0.5.4
9312026-08-12T20:42:43.501Z Downloaded oso v0.27.3
9322026-08-12T20:42:43.501Z Downloaded zerotrie v0.2.3
9332026-08-12T20:42:43.501Z Downloaded diesel-dtrace v0.5.0
9342026-08-12T20:42:43.501Z Downloaded ed25519 v2.2.3
9352026-08-12T20:42:43.501Z Downloaded maybe-uninit v2.0.0
9362026-08-12T20:42:43.501Z Downloaded unicode_categories v0.1.1
9372026-08-12T20:42:43.508Z Downloaded openssl-probe v0.2.1
9382026-08-12T20:42:43.514Z Downloaded tabled_derive v0.7.0
9392026-08-12T20:42:43.514Z Downloaded signal-hook-registry v1.4.8
9402026-08-12T20:42:43.514Z Downloaded linked-hash-map v0.5.6
9412026-08-12T20:42:43.514Z Downloaded md-5 v0.10.6
9422026-08-12T20:42:43.514Z Downloaded x509-cert v0.2.5
9432026-08-12T20:42:43.523Z Downloaded percent-encoding v2.3.2
9442026-08-12T20:42:43.523Z Downloaded signal-hook v0.3.18
9452026-08-12T20:42:43.529Z Downloaded whoami v1.6.1
9462026-08-12T20:42:43.529Z Downloaded progenitor v0.13.0
9472026-08-12T20:42:43.529Z Downloaded enum-as-inner v0.6.1
9482026-08-12T20:42:43.533Z Downloaded secrecy v0.8.0
9492026-08-12T20:42:43.533Z Downloaded strum v0.26.3
9502026-08-12T20:42:43.533Z Downloaded cfg_aliases v0.2.1
9512026-08-12T20:42:43.533Z Downloaded topological-sort v0.2.2
9522026-08-12T20:42:43.539Z Downloaded rusty-fork v0.3.1
9532026-08-12T20:42:43.539Z Downloaded mio v1.2.0
9542026-08-12T20:42:43.548Z Downloaded rustyline v14.0.0
9552026-08-12T20:42:43.552Z Downloaded zone v0.3.1
9562026-08-12T20:42:43.553Z Downloaded dunce v1.0.5
9572026-08-12T20:42:43.565Z Downloaded fs-err v2.11.0
9582026-08-12T20:42:43.565Z Downloaded linkme v0.3.35
9592026-08-12T20:42:43.565Z Downloaded usdt-macro v0.6.0
9602026-08-12T20:42:43.565Z Downloaded usdt-impl v0.5.0
9612026-08-12T20:42:43.571Z Downloaded nanorand v0.7.0
9622026-08-12T20:42:43.571Z Downloaded primeorder v0.13.6
9632026-08-12T20:42:43.572Z Downloaded allocator-api2 v0.2.21
9642026-08-12T20:42:43.572Z Downloaded parking_lot v0.12.5
9652026-08-12T20:42:43.579Z Downloaded blake2b_simd v1.0.4
9662026-08-12T20:42:43.580Z Downloaded parking_lot_core v0.8.6
9672026-08-12T20:42:43.580Z Downloaded rand_core v0.10.0
9682026-08-12T20:42:43.580Z Downloaded toml_edit v0.19.15
9692026-08-12T20:42:43.592Z Downloaded litrs v1.0.0
9702026-08-12T20:42:43.596Z Downloaded native-tls v0.2.18
9712026-08-12T20:42:43.596Z Downloaded quick-error v1.2.3
9722026-08-12T20:42:43.596Z Downloaded primefield v0.14.0
9732026-08-12T20:42:43.596Z Downloaded slab v0.4.12
9742026-08-12T20:42:43.596Z Downloaded cc v1.2.56
9752026-08-12T20:42:43.596Z Downloaded displaydoc v0.2.5
9762026-08-12T20:42:43.596Z Downloaded rstest v0.25.0
9772026-08-12T20:42:43.602Z Downloaded whoami v2.1.0
9782026-08-12T20:42:43.602Z Downloaded unarray v0.1.4
9792026-08-12T20:42:43.602Z Downloaded diesel_derives v2.3.7
9802026-08-12T20:42:43.606Z Downloaded ecdsa v0.16.9
9812026-08-12T20:42:43.606Z Downloaded dof v0.3.0
9822026-08-12T20:42:43.617Z Downloaded bit-set v0.5.3
9832026-08-12T20:42:43.617Z Downloaded siphasher v1.0.2
9842026-08-12T20:42:43.617Z Downloaded subtle v2.6.1
9852026-08-12T20:42:43.626Z Downloaded document-features v0.2.12
9862026-08-12T20:42:43.626Z Downloaded sync_wrapper v1.0.2
9872026-08-12T20:42:43.626Z Downloaded arrayref v0.3.9
9882026-08-12T20:42:43.626Z Downloaded sha2 v0.11.0
9892026-08-12T20:42:43.626Z Downloaded sec1 v0.8.1
9902026-08-12T20:42:43.626Z Downloaded subprocess v0.2.15
9912026-08-12T20:42:43.626Z Downloaded tokio-tungstenite v0.21.0
9922026-08-12T20:42:43.633Z Downloaded float-ord v0.3.2
9932026-08-12T20:42:43.633Z Downloaded aho-corasick v1.1.4
9942026-08-12T20:42:43.638Z Downloaded typify v0.6.2
9952026-08-12T20:42:43.653Z Downloaded winnow v0.7.14
9962026-08-12T20:42:43.654Z Downloaded rand_core v0.6.4
9972026-08-12T20:42:43.664Z Downloaded argon2 v0.5.3
9982026-08-12T20:42:43.664Z Downloaded russh v0.62.4
9992026-08-12T20:42:43.664Z Downloaded drift v0.2.0
10002026-08-12T20:42:43.664Z Downloaded async-lock v3.4.2
10012026-08-12T20:42:43.665Z Downloaded bindgen v0.71.1
10022026-08-12T20:42:43.675Z Downloaded pest_generator v2.8.6
10032026-08-12T20:42:43.675Z Downloaded psm v0.1.30
10042026-08-12T20:42:43.675Z Downloaded aws-lc-rs v1.16.3
10052026-08-12T20:42:43.687Z Downloaded block-buffer v0.12.1
10062026-08-12T20:42:43.687Z Downloaded olpc-cjson v0.1.4
10072026-08-12T20:42:43.687Z Downloaded strip-ansi-escapes v0.2.1
10082026-08-12T20:42:43.687Z Downloaded num-bigint v0.4.6
10092026-08-12T20:42:43.687Z Downloaded pem-rfc7468 v0.7.0
10102026-08-12T20:42:43.687Z Downloaded ssh-key v0.7.0-rc.11
10112026-08-12T20:42:43.695Z Downloaded unicode-width v0.1.14
10122026-08-12T20:42:43.695Z Downloaded openssl-sys v0.9.117
10132026-08-12T20:42:43.695Z Downloaded slog-stdlog v4.1.1
10142026-08-12T20:42:43.695Z Downloaded anstream v0.6.21
10152026-08-12T20:42:43.695Z Downloaded tokio-native-tls v0.3.1
10162026-08-12T20:42:43.695Z Downloaded predicates v3.1.4
10172026-08-12T20:42:43.703Z Downloaded async-stream v0.3.6
10182026-08-12T20:42:43.703Z Downloaded void v1.0.2
10192026-08-12T20:42:43.703Z Downloaded backon v1.6.0
10202026-08-12T20:42:43.703Z Downloaded foreign-types-macros v0.2.3
10212026-08-12T20:42:43.703Z Downloaded camino-tempfile v1.4.1
10222026-08-12T20:42:43.703Z Downloaded oorandom v11.1.5
10232026-08-12T20:42:43.703Z Downloaded ryu v1.0.23
10242026-08-12T20:42:43.731Z Downloaded serde_derive v1.0.228
10252026-08-12T20:42:43.731Z Downloaded socket2 v0.5.10
10262026-08-12T20:42:43.731Z Downloaded test-strategy v0.4.5
10272026-08-12T20:42:43.731Z Downloaded rand v0.9.2
10282026-08-12T20:42:43.731Z Downloaded thiserror v1.0.69
10292026-08-12T20:42:43.731Z Downloaded libm v0.2.16
10302026-08-12T20:42:43.731Z Downloaded toml v0.8.23
10312026-08-12T20:42:43.731Z Downloaded salty v0.3.0
10322026-08-12T20:42:43.731Z Downloaded toml_edit v0.23.10+spec-1.0.0
10332026-08-12T20:42:43.731Z Downloaded support-bundle-viewer v0.1.2
10342026-08-12T20:42:43.731Z Downloaded sec1 v0.7.3
10352026-08-12T20:42:43.737Z Downloaded reedline v0.40.0
10362026-08-12T20:42:43.737Z Downloaded fatfs v0.3.6
10372026-08-12T20:42:43.742Z Downloaded quinn-proto v0.11.16
10382026-08-12T20:42:43.751Z Downloaded thiserror-impl v2.0.18
10392026-08-12T20:42:43.752Z Downloaded jobserver v0.1.34
10402026-08-12T20:42:43.752Z Downloaded samael v0.0.19
10412026-08-12T20:42:43.752Z Downloaded log v0.4.29
10422026-08-12T20:42:43.752Z Downloaded itertools v0.10.5
10432026-08-12T20:42:43.761Z Downloaded tar v0.4.46
10442026-08-12T20:42:43.761Z Downloaded async-compression v0.4.41
10452026-08-12T20:42:43.769Z Downloaded syn v2.0.117
10462026-08-12T20:42:43.783Z Downloaded radix_trie v0.2.1
10472026-08-12T20:42:43.784Z Downloaded rand v0.8.6
10482026-08-12T20:42:43.787Z Downloaded tough v0.22.0
10492026-08-12T20:42:43.787Z Downloaded futures-util v0.3.32
10502026-08-12T20:42:43.791Z Downloaded slog v2.8.2
10512026-08-12T20:42:43.797Z Downloaded poly1305 v0.9.0
10522026-08-12T20:42:43.797Z Downloaded rustls-pki-types v1.14.0
10532026-08-12T20:42:43.797Z Downloaded fancy-regex v0.14.0
10542026-08-12T20:42:43.797Z Downloaded reqwest v0.12.28
10552026-08-12T20:42:43.802Z Downloaded tokio-postgres v0.7.16
10562026-08-12T20:42:43.807Z Downloaded miniz_oxide v0.8.9
10572026-08-12T20:42:43.807Z Downloaded unicode-segmentation v1.12.0
10582026-08-12T20:42:43.813Z Downloaded syn v1.0.109
10592026-08-12T20:42:43.816Z Downloaded derive_more-impl v2.1.1
10602026-08-12T20:42:43.823Z Downloaded hickory-proto v0.24.4
10612026-08-12T20:42:43.828Z Downloaded serde_core v1.0.228
10622026-08-12T20:42:43.839Z Downloaded papergrid v0.11.0
10632026-08-12T20:42:43.839Z Downloaded steno v0.4.1
10642026-08-12T20:42:43.839Z Downloaded portable-atomic v1.13.1
10652026-08-12T20:42:43.842Z Downloaded unicode-bidi v0.3.18
10662026-08-12T20:42:43.842Z Downloaded unicode-ident v1.0.24
10672026-08-12T20:42:43.846Z Downloaded curve25519-dalek v4.1.3
10682026-08-12T20:42:43.851Z Downloaded p384 v0.14.0
10692026-08-12T20:42:43.851Z Downloaded crypto-bigint v0.7.5
10702026-08-12T20:42:43.862Z Downloaded tower v0.5.3
10712026-08-12T20:42:43.866Z Downloaded miette v5.10.0
10722026-08-12T20:42:43.871Z Downloaded rstest_macros v0.25.0
10732026-08-12T20:42:43.871Z Downloaded rsa v0.10.0-rc.18
10742026-08-12T20:42:43.876Z Downloaded serde_with v1.14.0
10752026-08-12T20:42:43.884Z Downloaded zerovec v0.11.5
10762026-08-12T20:42:43.884Z Downloaded typenum v1.20.1
10772026-08-12T20:42:43.892Z Downloaded rustix v0.38.44
10782026-08-12T20:42:43.901Z Downloaded tabled v0.21.0
10792026-08-12T20:42:43.911Z Downloaded rawzip v0.4.4
10802026-08-12T20:42:43.915Z Downloaded tabled v0.15.0
10812026-08-12T20:42:43.925Z Downloaded pest v2.8.6
10822026-08-12T20:42:43.928Z Downloaded hickory-proto v0.25.2
10832026-08-12T20:42:43.939Z Downloaded derive_more v2.1.1
10842026-08-12T20:42:43.961Z Downloaded nom v8.0.0
10852026-08-12T20:42:43.965Z Downloaded sha3 v0.12.0
10862026-08-12T20:42:43.968Z Downloaded smoltcp v0.9.1
10872026-08-12T20:42:43.972Z Downloaded nom v7.1.3
10882026-08-12T20:42:43.977Z Downloaded itertools v0.14.0
10892026-08-12T20:42:43.980Z Downloaded nix v0.28.0
10902026-08-12T20:42:43.987Z Downloaded plotters v0.3.7
10912026-08-12T20:42:43.992Z Downloaded unicode-width v0.2.0
10922026-08-12T20:42:43.996Z Downloaded object v0.30.4
10932026-08-12T20:42:44.002Z Downloaded aes v0.9.1
10942026-08-12T20:42:44.006Z Downloaded curve25519-dalek v5.0.0
10952026-08-12T20:42:44.011Z Downloaded winnow v1.0.3
10962026-08-12T20:42:44.017Z Downloaded object v0.37.3
10972026-08-12T20:42:44.025Z Downloaded lalrpop v0.19.12
10982026-08-12T20:42:44.031Z Downloaded zerocopy v0.8.40
10992026-08-12T20:42:44.037Z Downloaded tokio-util v0.7.18
11002026-08-12T20:42:44.042Z Downloaded sled v0.34.7
11012026-08-12T20:42:44.048Z Downloaded nix v0.31.2
11022026-08-12T20:42:44.056Z Downloaded proptest v1.11.0
11032026-08-12T20:42:44.061Z Downloaded libxml v0.3.3
11042026-08-12T20:42:44.065Z Downloaded bstr v1.12.1
11052026-08-12T20:42:44.070Z Downloaded diesel v2.3.7
11062026-08-12T20:42:44.087Z Downloaded regress v0.10.5
11072026-08-12T20:42:44.092Z Downloaded serde_with v3.21.0
11082026-08-12T20:42:44.100Z Downloaded nix v0.27.1
11092026-08-12T20:42:44.105Z Downloaded winnow v0.6.26
11102026-08-12T20:42:44.110Z Downloaded itertools v0.15.0
11112026-08-12T20:42:44.114Z Downloaded p384 v0.13.1
11122026-08-12T20:42:44.118Z Downloaded openssl v0.10.80
11132026-08-12T20:42:44.124Z Downloaded rustix v1.1.3
11142026-08-12T20:42:44.138Z Downloaded openapiv3 v2.2.0
11152026-08-12T20:42:44.146Z Downloaded tracing v0.1.44
11162026-08-12T20:42:44.161Z Downloaded zerocopy-derive v0.6.6
11172026-08-12T20:42:44.167Z Downloaded smoltcp v0.11.0
11182026-08-12T20:42:44.174Z Downloaded quick-xml v0.37.5
11192026-08-12T20:42:44.180Z Downloaded moka v0.12.13
11202026-08-12T20:42:44.183Z Downloaded petgraph v0.8.3
11212026-08-12T20:42:44.198Z Downloaded regex-syntax v0.8.10
11222026-08-12T20:42:44.206Z Downloaded polar-core v0.27.3
11232026-08-12T20:42:44.209Z Downloaded petname v2.0.2
11242026-08-12T20:42:44.214Z Downloaded rustls v0.23.41
11252026-08-12T20:42:44.235Z Downloaded zlib-rs v0.6.2
11262026-08-12T20:42:44.270Z Downloaded typify-impl v0.6.2
11272026-08-12T20:42:44.283Z Downloaded libz-sys v1.1.24
11282026-08-12T20:42:44.297Z Downloaded regex-syntax v0.6.29
11292026-08-12T20:42:44.305Z Downloaded regress v0.11.1
11302026-08-12T20:42:44.326Z Downloaded dropshot v0.17.1
11312026-08-12T20:42:44.373Z Downloaded encoding_rs v0.8.35
11322026-08-12T20:42:44.389Z Downloaded sqlparser v0.61.0
11332026-08-12T20:42:44.413Z Downloaded httpmock v0.8.3
11342026-08-12T20:42:44.440Z Downloaded libgit2-sys v0.18.3+1.9.2
11352026-08-12T20:42:44.496Z Downloaded sha3 v0.11.0
11362026-08-12T20:42:44.528Z Downloaded regex-automata v0.4.14
11372026-08-12T20:42:44.556Z Downloaded jiff v0.2.34
11382026-08-12T20:42:44.567Z Downloaded chrono-tz v0.10.4
11392026-08-12T20:42:44.587Z Downloaded ratatui v0.29.0
11402026-08-12T20:42:44.604Z Downloaded petgraph v0.6.5
11412026-08-12T20:42:44.617Z Downloaded bzip2-sys v0.1.13+1.0.8
11422026-08-12T20:42:44.624Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11432026-08-12T20:42:44.645Z Downloaded csv v1.4.0
11442026-08-12T20:42:44.658Z Downloaded libc v0.2.185
11452026-08-12T20:42:44.681Z Downloaded sha3 v0.10.8
11462026-08-12T20:42:44.685Z Downloaded tokio v1.52.1
11472026-08-12T20:42:44.712Z Downloaded ring v0.17.14
11482026-08-12T20:42:44.943Z Downloaded aws-lc-sys v0.40.0
11492026-08-12T20:42:45.385Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11502026-08-12T20:42:48.343Z Startup: Refreshing catalog 'helios' ... Done
11512026-08-12T20:42:48.691Z Startup: Caching catalogs ... Done
11522026-08-12T20:42:50.679ZPlanning: Solver setup ... Done (1.831s)
11532026-08-12T20:42:50.737ZPlanning: Running solver ... Done (0.058s)
11542026-08-12T20:42:50.779ZPlanning: Finding local manifests ... Done (0.003s)
11552026-08-12T20:42:50.790ZPlanning: Fetching manifests: 0/2 0% complete
11562026-08-12T20:42:50.814ZPlanning: Fetching manifests: 2/2 100% complete
11572026-08-12T20:42:50.829ZPlanning: Package planning ... Done (0.015s)
11582026-08-12T20:42:50.832ZPlanning: Merging actions ... Done (0.002s)
11592026-08-12T20:42:51.009ZPlanning: Checking for conflicting actions ... Done (0.178s)
11602026-08-12T20:42:51.013ZPlanning: Consolidating action changes ... Done (0.001s)
11612026-08-12T20:42:51.895ZPlanning: Evaluating mediators ... Done (0.885s)
11622026-08-12T20:42:51.899ZPlanning: Planning completed in 3.17 seconds
11632026-08-12T20:42:51.906Z Packages to install: 2
11642026-08-12T20:42:51.906Z Estimated space available: 155.74 GB
11652026-08-12T20:42:51.906ZEstimated space to be consumed: 67.95 MB
11662026-08-12T20:42:51.906Z Create boot environment: No
11672026-08-12T20:42:51.906ZCreate backup boot environment: No
11682026-08-12T20:42:51.909Z Rebuild boot archive: No
11692026-08-12T20:42:51.909Z
11702026-08-12T20:42:51.909ZChanged packages:
11712026-08-12T20:42:51.909Zhelios
11722026-08-12T20:42:51.909Z developer/build-essential
11732026-08-12T20:42:51.909Z None -> 11-3.0
11742026-08-12T20:42:51.909Z library/libxmlsec1
11752026-08-12T20:42:51.909Z None -> 1.2.35-3.0
11762026-08-12T20:42:51.933Z
11772026-08-12T20:42:51.933ZDownload: 0/214 items 0.0/1.3MB 0% complete
11782026-08-12T20:42:52.009ZDownload: Completed 1.28 MB in 0.08 seconds (16.8M/s)
11792026-08-12T20:42:52.142Z Actions: 1/268 actions (Installing new actions)
11802026-08-12T20:42:52.183Z Actions: Completed 268 actions in 0.04 seconds.
11812026-08-12T20:42:52.215ZFinalize: Updating package state database ... Done (0.032s)
11822026-08-12T20:42:52.216ZFinalize: Updating package cache ... Done (0.000s)
11832026-08-12T20:42:52.307ZFinalize: Updating image state ... Done (0.082s)
11842026-08-12T20:42:55.082ZFinalize: Creating fast lookup database ... Done (2.736s)
11852026-08-12T20:42:55.150ZFinalize: Reading search index ... Done (0.012s)
11862026-08-12T20:42:55.154ZFinalize: Updating search index ... Done (0.000s)
11872026-08-12T20:42:55.271ZFinalize: Updating package cache ... Done (0.000s)
11882026-08-12T20:42:55.665ZPlanning: Evaluating mediator changes ... Done
11892026-08-12T20:42:55.779ZPlanning: Checking for conflicting actions ... Done
11902026-08-12T20:42:55.783ZPlanning: Consolidating action changes ... Done
11912026-08-12T20:42:55.952ZPlanning: Evaluating mediators ... Done
11922026-08-12T20:42:55.956ZPlanning: Planning completed in 0.29 seconds
11932026-08-12T20:42:55.977Z Mediators to change: 2
11942026-08-12T20:42:55.977Z Create boot environment: No
11952026-08-12T20:42:55.977ZCreate backup boot environment: No
11962026-08-12T20:42:56.021ZFinalize: Updating package state database ... Done
11972026-08-12T20:42:56.021ZFinalize: Updating package cache ... Done
11982026-08-12T20:42:56.073ZFinalize: Updating image state ... Done
11992026-08-12T20:42:58.196ZFinalize: Creating fast lookup database ... Done
12002026-08-12T20:42:58.261ZFinalize: Reading search index ... Done
12012026-08-12T20:42:58.264ZFinalize: Updating search index ... Done
12022026-08-12T20:42:58.327ZFinalize: Updating package cache ... Done
12032026-08-12T20:42:58.636ZPlanning: Evaluating mediator changes ... Done
12042026-08-12T20:42:58.751ZPlanning: Checking for conflicting actions ... Done
12052026-08-12T20:42:58.754ZPlanning: Consolidating action changes ... Done
12062026-08-12T20:42:58.927ZPlanning: Evaluating mediators ... Done
12072026-08-12T20:42:58.931ZPlanning: Planning completed in 0.29 seconds
12082026-08-12T20:42:58.952Z Mediators to change: 1
12092026-08-12T20:42:58.952Z Create boot environment: No
12102026-08-12T20:42:58.952ZCreate backup boot environment: No
12112026-08-12T20:42:59.004ZFinalize: Updating package state database ... Done
12122026-08-12T20:42:59.004ZFinalize: Updating package cache ... Done
12132026-08-12T20:42:59.056ZFinalize: Updating image state ... Done
12142026-08-12T20:43:01.188ZFinalize: Creating fast lookup database ... Done
12152026-08-12T20:43:01.252ZFinalize: Reading search index ... Done
12162026-08-12T20:43:01.280ZFinalize: Updating search index ... Done
12172026-08-12T20:43:01.315ZFinalize: Updating package cache ... Done
12182026-08-12T20:43:01.653ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12192026-08-12T20:43:01.654Zapache system 2.4 system
12202026-08-12T20:43:01.654Zclang system 15 system
12212026-08-12T20:43:01.654Zcsh system system illumos
12222026-08-12T20:43:01.654Zctags system system illumos
12232026-08-12T20:43:01.654Zfile vendor vendor darwinsys
12242026-08-12T20:43:01.654Zfile system system illumos
12252026-08-12T20:43:01.654Zgcc vendor 14 vendor
12262026-08-12T20:43:01.654Zgcc system 13 system
12272026-08-12T20:43:01.654Zgcc system 10 system
12282026-08-12T20:43:01.654Zgo system 1.25 system
12292026-08-12T20:43:01.654Zllvm system 15 system
12302026-08-12T20:43:01.654Zmariadb system 11.4 system
12312026-08-12T20:43:01.654Zmta vendor vendor dma
12322026-08-12T20:43:01.654Zopenjdk system 17 system
12332026-08-12T20:43:01.654Zopenjdk system 11 system
12342026-08-12T20:43:01.654Zopenssl vendor 3 vendor
12352026-08-12T20:43:01.654Zperl system 5.40 system
12362026-08-12T20:43:01.654Zpostgresql system 18 system
12372026-08-12T20:43:01.654Zpostgresql system 17 system
12382026-08-12T20:43:01.654Zpython vendor 3 vendor
12392026-08-12T20:43:01.654Zpython system 2 system
12402026-08-12T20:43:01.654Zpython3 vendor 3.13 vendor
12412026-08-12T20:43:01.654Zruby system 3.4 system
12422026-08-12T20:43:01.654Zruby system 3.0 system
12432026-08-12T20:43:01.654Zwords vendor vendor american-english
12442026-08-12T20:43:01.655Zwords system system australian-english
12452026-08-12T20:43:01.655Zwords system system british-english
12462026-08-12T20:43:01.655Zwords system system canadian-english
12472026-08-12T20:43:01.655Zwords system system french
12482026-08-12T20:43:01.655Zwords system system italian
12492026-08-12T20:43:01.655Zwords system system ngerman
12502026-08-12T20:43:01.655Zwords system system ogerman
12512026-08-12T20:43:01.655Zwords system system spanish
12522026-08-12T20:43:01.930ZPUBLISHER TYPE STATUS P LOCATION
12532026-08-12T20:43:01.930Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12542026-08-12T20:43:02.423ZFMRI IFO
12552026-08-12T20:43:02.423Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12562026-08-12T20:43:02.423Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12572026-08-12T20:43:02.423Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12582026-08-12T20:43:02.423Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12592026-08-12T20:43:02.423Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12602026-08-12T20:43:02.423Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12612026-08-12T20:43:02.423Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12622026-08-12T20:43:02.423Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12632026-08-12T20:43:02.423Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12642026-08-12T20:43:03.073Z Downloading crates ...
12652026-08-12T20:43:03.118Z Downloaded cargo_toml v0.21.0
12662026-08-12T20:43:03.166Z Compiling proc-macro2 v1.0.106
12672026-08-12T20:43:03.166Z Compiling unicode-ident v1.0.24
12682026-08-12T20:43:03.169Z Compiling quote v1.0.45
12692026-08-12T20:43:03.169Z Compiling serde_core v1.0.228
12702026-08-12T20:43:03.170Z Compiling libc v0.2.185
12712026-08-12T20:43:03.170Z Compiling version_check v0.9.5
12722026-08-12T20:43:03.170Z Compiling memchr v2.8.0
12732026-08-12T20:43:03.170Z Compiling serde v1.0.228
12742026-08-12T20:43:03.170Z Compiling zmij v1.0.21
12752026-08-12T20:43:03.253Z Compiling thiserror v1.0.69
12762026-08-12T20:43:03.257Z Compiling ucd-trie v0.1.7
12772026-08-12T20:43:03.257Z Compiling itoa v1.0.17
12782026-08-12T20:43:03.257Z Compiling rustix v1.1.3
12792026-08-12T20:43:03.263Z Compiling byteorder v1.5.0
12802026-08-12T20:43:03.544Z Compiling bitflags v2.11.0
12812026-08-12T20:43:03.586Z Compiling serde_json v1.0.151
12822026-08-12T20:43:03.743Z Compiling camino v1.2.2
12832026-08-12T20:43:03.773Z Compiling proc-macro-error-attr v1.0.4
12842026-08-12T20:43:03.795Z Compiling usdt-impl v0.5.0
12852026-08-12T20:43:04.178Z Compiling pest v2.8.6
12862026-08-12T20:43:04.235Z Compiling syn v1.0.109
12872026-08-12T20:43:04.271Z Compiling proc-macro-error v1.0.4
12882026-08-12T20:43:04.280Z Compiling utf8parse v0.2.2
12892026-08-12T20:43:04.341Z Compiling hashbrown v0.17.0
12902026-08-12T20:43:04.381Z Compiling equivalent v1.0.2
12912026-08-12T20:43:04.384Z Compiling plain v0.2.3
12922026-08-12T20:43:04.414Z Compiling log v0.4.29
12932026-08-12T20:43:04.425Z Compiling getrandom v0.4.1
12942026-08-12T20:43:04.445Z Compiling anstyle-parse v1.0.0
12952026-08-12T20:43:04.489Z Compiling is_terminal_polyfill v1.70.2
12962026-08-12T20:43:04.524Z Compiling anstyle v1.0.14
12972026-08-12T20:43:04.594Z Compiling autocfg v1.5.0
12982026-08-12T20:43:04.604Z Compiling colorchoice v1.0.4
12992026-08-12T20:43:04.608Z Compiling toml_write v0.1.2
13002026-08-12T20:43:04.647Z Compiling pretty-hex v0.4.1
13012026-08-12T20:43:04.659Z Compiling cfg-if v1.0.4
13022026-08-12T20:43:04.670Z Compiling winnow v0.7.14
13032026-08-12T20:43:04.685Z Compiling thiserror v2.0.18
13042026-08-12T20:43:04.697Z Compiling anstyle-query v1.1.5
13052026-08-12T20:43:04.737Z Compiling errno v0.3.14
13062026-08-12T20:43:04.750Z Compiling thread-id v4.2.2
13072026-08-12T20:43:04.785Z Compiling anstream v1.0.0
13082026-08-12T20:43:04.811Z Compiling bytecount v0.6.9
13092026-08-12T20:43:04.822Z Compiling once_cell v1.21.3
13102026-08-12T20:43:04.837Z Compiling anyhow v1.0.102
13112026-08-12T20:43:04.849Z Compiling clap_lex v1.0.0
13122026-08-12T20:43:04.927Z Compiling heck v0.4.1
13132026-08-12T20:43:04.958Z Compiling indexmap v2.14.0
13142026-08-12T20:43:05.072Z Compiling unicode-width v0.1.14
13152026-08-12T20:43:05.085Z Compiling fs-err v3.3.0
13162026-08-12T20:43:05.108Z Compiling fastrand v2.3.0
13172026-08-12T20:43:05.134Z Compiling strsim v0.11.1
13182026-08-12T20:43:05.146Z Compiling heck v0.5.0
13192026-08-12T20:43:05.182Z Compiling fnv v1.0.7
13202026-08-12T20:43:05.320Z Compiling syn v2.0.117
13212026-08-12T20:43:05.352Z Compiling papergrid v0.11.0
13222026-08-12T20:43:05.408Z Compiling pest_meta v2.8.6
13232026-08-12T20:43:05.427Z Compiling memmap v0.7.0
13242026-08-12T20:43:05.430Z Compiling smawk v0.3.2
13252026-08-12T20:43:05.456Z Compiling unicode-width v0.2.0
13262026-08-12T20:43:05.467Z Compiling unicode-linebreak v0.1.5
13272026-08-12T20:43:05.626Z Compiling swrite v0.1.0
13282026-08-12T20:43:05.830Z Compiling terminal_size v0.4.3
13292026-08-12T20:43:05.830Z Compiling tempfile v3.25.0
13302026-08-12T20:43:05.928Z Compiling clap_builder v4.6.0
13312026-08-12T20:43:05.928Z Compiling textwrap v0.16.2
13322026-08-12T20:43:06.425Z Compiling cargo-platform v0.3.2
13332026-08-12T20:43:06.425Z Compiling semver v1.0.28
13342026-08-12T20:43:06.700Z Compiling camino-tempfile v1.4.1
13352026-08-12T20:43:07.009Z Compiling tabled_derive v0.7.0
13362026-08-12T20:43:07.716Z Compiling pest_generator v2.8.6
13372026-08-12T20:43:07.739Z Compiling tabled v0.15.0
13382026-08-12T20:43:08.261Z Compiling serde_derive v1.0.228
13392026-08-12T20:43:08.262Z Compiling thiserror-impl v1.0.69
13402026-08-12T20:43:08.265Z Compiling zerocopy-derive v0.7.35
13412026-08-12T20:43:08.265Z Compiling scroll_derive v0.12.1
13422026-08-12T20:43:08.265Z Compiling thiserror-impl v2.0.18
13432026-08-12T20:43:08.265Z Compiling clap_derive v4.6.1
13442026-08-12T20:43:08.302Z Compiling pest_derive v2.8.6
13452026-08-12T20:43:08.919Z Compiling scroll v0.12.0
13462026-08-12T20:43:08.977Z Compiling zerocopy v0.7.35
13472026-08-12T20:43:09.137Z Compiling goblin v0.8.2
13482026-08-12T20:43:09.373Z Compiling dtrace-parser v0.2.0
13492026-08-12T20:43:09.722Z Compiling clap v4.6.1
13502026-08-12T20:43:10.867Z Compiling serde_spanned v0.6.9
13512026-08-12T20:43:10.867Z Compiling toml_datetime v0.6.11
13522026-08-12T20:43:10.871Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13532026-08-12T20:43:10.871Z Compiling cargo_metadata v0.23.1
13542026-08-12T20:43:10.871Z Compiling macaddr v1.0.1
13552026-08-12T20:43:10.878Z Compiling dof v0.3.0
13562026-08-12T20:43:10.885Z Compiling serde_tokenstream v0.2.3
13572026-08-12T20:43:11.054Z Compiling toml_edit v0.22.27
13582026-08-12T20:43:11.639Z Compiling usdt-attr-macro v0.5.0
13592026-08-12T20:43:11.643Z Compiling usdt-macro v0.5.0
13602026-08-12T20:43:12.304Z Compiling usdt v0.5.0
13612026-08-12T20:43:12.482Z Compiling toml v0.8.23
13622026-08-12T20:43:12.819Z Compiling cargo_toml v0.21.0
13632026-08-12T20:43:14.240Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13642026-08-12T20:43:16.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s
13652026-08-12T20:43:16.526Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13662026-08-12T20:43:17.361Z Compiling libc v0.2.185
13672026-08-12T20:43:17.361Z Compiling serde_core v1.0.228
13682026-08-12T20:43:17.361Z Compiling serde v1.0.228
13692026-08-12T20:43:17.365Z Compiling log v0.4.29
13702026-08-12T20:43:17.365Z Compiling smallvec v1.15.1
13712026-08-12T20:43:17.365Z Compiling find-msvc-tools v0.1.9
13722026-08-12T20:43:17.365Z Compiling shlex v1.3.0
13732026-08-12T20:43:17.365Z Compiling subtle v2.6.1
13742026-08-12T20:43:17.549Z Compiling scopeguard v1.2.0
13752026-08-12T20:43:17.552Z Compiling stable_deref_trait v1.2.1
13762026-08-12T20:43:17.552Z Compiling typenum v1.20.1
13772026-08-12T20:43:17.552Z Compiling zerocopy v0.8.40
13782026-08-12T20:43:17.561Z Compiling portable-atomic v1.13.1
13792026-08-12T20:43:17.602Z Compiling serde_json v1.0.151
13802026-08-12T20:43:17.627Z Compiling syn v2.0.117
13812026-08-12T20:43:17.641Z Compiling critical-section v1.2.0
13822026-08-12T20:43:17.717Z Compiling lock_api v0.4.14
13832026-08-12T20:43:17.732Z Compiling libm v0.2.16
13842026-08-12T20:43:17.748Z Compiling num-traits v0.2.19
13852026-08-12T20:43:17.751Z Compiling pkg-config v0.3.32
13862026-08-12T20:43:17.793Z Compiling generic-array v0.14.7
13872026-08-12T20:43:17.796Z Compiling parking_lot_core v0.9.12
13882026-08-12T20:43:17.808Z Compiling pin-project-lite v0.2.17
13892026-08-12T20:43:17.855Z Compiling getrandom v0.4.1
13902026-08-12T20:43:17.930Z Compiling const-oid v0.9.6
13912026-08-12T20:43:17.933Z Compiling rand_core v0.10.0
13922026-08-12T20:43:17.959Z Compiling percent-encoding v2.3.2
13932026-08-12T20:43:18.003Z Compiling futures-core v0.3.32
13942026-08-12T20:43:18.102Z Compiling writeable v0.6.2
13952026-08-12T20:43:18.133Z Compiling litemap v0.8.1
13962026-08-12T20:43:18.164Z Compiling icu_properties_data v2.1.2
13972026-08-12T20:43:18.167Z Compiling icu_normalizer_data v2.1.1
13982026-08-12T20:43:18.209Z Compiling getrandom v0.3.4
13992026-08-12T20:43:18.212Z Compiling futures-sink v0.3.32
14002026-08-12T20:43:18.212Z Compiling futures-io v0.3.32
14012026-08-12T20:43:18.294Z Compiling utf8_iter v1.0.4
14022026-08-12T20:43:18.335Z Compiling futures-channel v0.3.32
14032026-08-12T20:43:18.353Z Compiling futures-task v0.3.32
14042026-08-12T20:43:18.368Z Compiling slab v0.4.12
14052026-08-12T20:43:18.410Z Compiling rustix v1.1.3
14062026-08-12T20:43:18.439Z Compiling errno v0.3.14
14072026-08-12T20:43:18.448Z Compiling jobserver v0.1.34
14082026-08-12T20:43:18.469Z Compiling getrandom v0.2.17
14092026-08-12T20:43:18.528Z Compiling mio v1.2.0
14102026-08-12T20:43:18.558Z Compiling signal-hook-registry v1.4.8
14112026-08-12T20:43:18.623Z Compiling socket2 v0.6.3
14122026-08-12T20:43:18.676Z Compiling rand_core v0.6.4
14132026-08-12T20:43:18.746Z Compiling cc v1.2.56
14142026-08-12T20:43:18.762Z Compiling once_cell v1.21.3
14152026-08-12T20:43:18.779Z Compiling parking_lot v0.12.5
14162026-08-12T20:43:18.786Z Compiling form_urlencoded v1.2.2
14172026-08-12T20:43:18.853Z Compiling rustversion v1.0.22
14182026-08-12T20:43:18.856Z Compiling iana-time-zone v0.1.65
14192026-08-12T20:43:18.903Z Compiling base64ct v1.8.3
14202026-08-12T20:43:18.906Z Compiling regex-syntax v0.8.10
14212026-08-12T20:43:19.013Z Compiling ident_case v1.0.1
14222026-08-12T20:43:19.052Z Compiling fs_extra v1.3.0
14232026-08-12T20:43:19.069Z Compiling dunce v1.0.5
14242026-08-12T20:43:19.083Z Compiling flagset v0.4.7
14252026-08-12T20:43:19.099Z Compiling rand_core v0.9.5
14262026-08-12T20:43:19.127Z Compiling base64 v0.22.1
14272026-08-12T20:43:19.179Z Compiling vcpkg v0.2.15
14282026-08-12T20:43:19.206Z Compiling pem-rfc7468 v0.7.0
14292026-08-12T20:43:19.236Z Compiling syn v1.0.109
14302026-08-12T20:43:19.266Z Compiling tracing-core v0.1.36
14312026-08-12T20:43:19.283Z Compiling schemars v0.8.22
14322026-08-12T20:43:19.299Z Compiling aws-lc-rs v1.16.3
14332026-08-12T20:43:19.394Z Compiling dyn-clone v1.0.20
14342026-08-12T20:43:19.414Z Compiling cpufeatures v0.2.17
14352026-08-12T20:43:19.444Z Compiling spin v0.9.8
14362026-08-12T20:43:19.510Z Compiling cmov v0.5.4
14372026-08-12T20:43:19.529Z Compiling openssl-probe v0.2.1
14382026-08-12T20:43:19.564Z Compiling tinyvec_macros v0.1.1
14392026-08-12T20:43:19.581Z Compiling crc32fast v1.5.0
14402026-08-12T20:43:19.584Z Compiling httparse v1.10.1
14412026-08-12T20:43:19.612Z Compiling cmake v0.1.57
14422026-08-12T20:43:19.667Z Compiling tinyvec v1.10.0
14432026-08-12T20:43:19.699Z Compiling aho-corasick v1.1.4
14442026-08-12T20:43:19.730Z Compiling radium v0.7.0
14452026-08-12T20:43:19.736Z Compiling try-lock v0.2.5
14462026-08-12T20:43:19.760Z Compiling ctutils v0.4.2
14472026-08-12T20:43:19.877Z Compiling bitflags v2.11.0
14482026-08-12T20:43:19.919Z Compiling semver v1.0.28
14492026-08-12T20:43:20.005Z Compiling indexmap v2.14.0
14502026-08-12T20:43:20.022Z Compiling uuid v1.23.4
14512026-08-12T20:43:20.074Z Compiling untrusted v0.7.1
14522026-08-12T20:43:20.080Z Compiling atomic-waker v1.1.2
14532026-08-12T20:43:20.118Z Compiling tower-layer v0.3.3
14542026-08-12T20:43:20.121Z Compiling tower-service v0.3.3
14552026-08-12T20:43:20.164Z Compiling rustc_version v0.4.1
14562026-08-12T20:43:20.257Z Compiling want v0.3.1
14572026-08-12T20:43:20.291Z Compiling openssl v0.10.80
14582026-08-12T20:43:20.309Z Compiling maybe-uninit v2.0.0
14592026-08-12T20:43:20.322Z Compiling simd-adler32 v0.3.8
14602026-08-12T20:43:20.366Z Compiling httpdate v1.0.3
14612026-08-12T20:43:20.470Z Compiling tap v1.0.1
14622026-08-12T20:43:20.534Z Compiling rustls v0.23.41
14632026-08-12T20:43:20.552Z Compiling aws-lc-sys v0.40.0
14642026-08-12T20:43:20.568Z Compiling openssl-sys v0.9.117
14652026-08-12T20:43:20.586Z Compiling untrusted v0.9.0
14662026-08-12T20:43:20.607Z Compiling foreign-types-shared v0.1.1
14672026-08-12T20:43:20.622Z Compiling regex-automata v0.4.14
14682026-08-12T20:43:20.653Z Compiling wyz v0.5.1
14692026-08-12T20:43:20.696Z Compiling foreign-types v0.3.2
14702026-08-12T20:43:20.717Z Compiling bzip2-sys v0.1.13+1.0.8
14712026-08-12T20:43:20.734Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-08-12T20:43:20.764Z Compiling unicode-normalization v0.1.25
14732026-08-12T20:43:20.784Z Compiling synstructure v0.13.2
14742026-08-12T20:43:20.803Z Compiling serde_derive_internals v0.29.1
14752026-08-12T20:43:20.892Z Compiling pest_generator v2.8.6
14762026-08-12T20:43:21.014Z Compiling darling_core v0.20.11
14772026-08-12T20:43:21.079Z Compiling tempfile v3.25.0
14782026-08-12T20:43:21.201Z Compiling terminal_size v0.4.3
14792026-08-12T20:43:21.218Z Compiling num-integer v0.1.46
14802026-08-12T20:43:21.339Z Compiling wait-timeout v0.2.1
14812026-08-12T20:43:21.398Z Compiling ahash v0.8.12
14822026-08-12T20:43:21.426Z Compiling native-tls v0.2.18
14832026-08-12T20:43:21.529Z Compiling powerfmt v0.2.0
14842026-08-12T20:43:21.565Z Compiling adler2 v2.0.1
14852026-08-12T20:43:21.620Z Compiling bit-vec v0.8.0
14862026-08-12T20:43:21.636Z Compiling funty v2.0.0
14872026-08-12T20:43:21.652Z Compiling num-bigint-dig v0.8.6
14882026-08-12T20:43:21.667Z Compiling num-conv v0.2.0
14892026-08-12T20:43:21.682Z Compiling quick-error v1.2.3
14902026-08-12T20:43:21.698Z Compiling time-core v0.1.8
14912026-08-12T20:43:21.730Z Compiling packed_struct v0.10.1
14922026-08-12T20:43:21.745Z Compiling clap_builder v4.6.0
14932026-08-12T20:43:21.777Z Compiling rusty-fork v0.3.1
14942026-08-12T20:43:21.812Z Compiling deranged v0.5.8
14952026-08-12T20:43:21.827Z Compiling miniz_oxide v0.8.9
14962026-08-12T20:43:21.876Z Compiling time-macros v0.2.27
14972026-08-12T20:43:21.908Z Compiling bit-set v0.8.0
14982026-08-12T20:43:21.937Z Compiling num-iter v0.1.45
14992026-08-12T20:43:22.038Z Compiling bitvec v1.0.1
15002026-08-12T20:43:22.146Z Compiling lazy_static v1.5.0
15012026-08-12T20:43:22.184Z Compiling rand_xorshift v0.4.0
15022026-08-12T20:43:22.257Z Compiling anstyle-parse v0.2.7
15032026-08-12T20:43:22.312Z Compiling sync_wrapper v1.0.2
15042026-08-12T20:43:22.421Z Compiling indexmap v1.9.3
15052026-08-12T20:43:22.444Z Compiling siphasher v1.0.2
15062026-08-12T20:43:22.473Z Compiling crossbeam-utils v0.8.21
15072026-08-12T20:43:22.531Z Compiling nodrop v0.1.14
15082026-08-12T20:43:22.645Z Compiling usdt-impl v0.6.0
15092026-08-12T20:43:22.648Z Compiling zlib-rs v0.6.2
15102026-08-12T20:43:22.675Z Compiling crc-catalog v2.4.0
15112026-08-12T20:43:22.776Z Compiling serde_derive v1.0.228
15122026-08-12T20:43:22.790Z Compiling zeroize_derive v1.5.0
15132026-08-12T20:43:22.816Z Compiling zerofrom-derive v0.1.6
15142026-08-12T20:43:22.854Z Compiling zerocopy-derive v0.8.40
15152026-08-12T20:43:22.893Z Compiling yoke-derive v0.8.1
15162026-08-12T20:43:22.949Z Compiling zerovec-derive v0.11.2
15172026-08-12T20:43:23.123Z Compiling displaydoc v0.2.5
15182026-08-12T20:43:23.540Z Compiling zeroize v1.9.0
15192026-08-12T20:43:23.556Z Compiling tokio-macros v2.7.0
15202026-08-12T20:43:23.681Z Compiling futures-macro v0.3.32
15212026-08-12T20:43:23.713Z Compiling der_derive v0.7.3
15222026-08-12T20:43:23.989Z Compiling thiserror-impl v2.0.18
15232026-08-12T20:43:24.193Z Compiling tracing-attributes v0.1.31
15242026-08-12T20:43:24.229Z Compiling rustls-pki-types v1.14.0
15252026-08-12T20:43:24.251Z Compiling schemars_derive v0.8.22
15262026-08-12T20:43:24.414Z Compiling crypto-common v0.1.7
15272026-08-12T20:43:24.448Z Compiling zerofrom v0.1.6
15282026-08-12T20:43:24.463Z Compiling block-buffer v0.10.4
15292026-08-12T20:43:24.594Z Compiling yoke v0.8.1
15302026-08-12T20:43:24.607Z Compiling hybrid-array v0.4.13
15312026-08-12T20:43:24.661Z Compiling digest v0.10.7
15322026-08-12T20:43:24.676Z Compiling futures-util v0.3.32
15332026-08-12T20:43:24.762Z Compiling pest_derive v2.8.6
15342026-08-12T20:43:24.813Z Compiling zerovec v0.11.5
15352026-08-12T20:43:24.832Z Compiling zerotrie v0.2.3
15362026-08-12T20:43:24.962Z Compiling der v0.7.10
15372026-08-12T20:43:25.177Z Compiling sha2 v0.10.9
15382026-08-12T20:43:25.192Z Compiling scroll_derive v0.13.1
15392026-08-12T20:43:25.304Z Compiling signature v2.2.0
15402026-08-12T20:43:25.364Z Compiling tinystr v0.8.2
15412026-08-12T20:43:25.403Z Compiling potential_utf v0.1.4
15422026-08-12T20:43:25.510Z Compiling darling_macro v0.20.11
15432026-08-12T20:43:25.525Z Compiling thiserror-impl v1.0.69
15442026-08-12T20:43:25.541Z Compiling icu_collections v2.1.1
15452026-08-12T20:43:25.605Z Compiling icu_locale_core v2.1.1
15462026-08-12T20:43:25.608Z Compiling thiserror v2.0.18
15472026-08-12T20:43:25.710Z Compiling openssl-macros v0.1.1
15482026-08-12T20:43:25.730Z Compiling tracing v0.1.44
15492026-08-12T20:43:25.751Z Compiling hmac v0.12.1
15502026-08-12T20:43:25.939Z Compiling spki v0.7.3
15512026-08-12T20:43:26.087Z Compiling packed_struct_codegen v0.10.1
15522026-08-12T20:43:26.127Z Compiling clap_derive v4.6.1
15532026-08-12T20:43:26.143Z Compiling darling v0.20.11
15542026-08-12T20:43:26.169Z Compiling scroll v0.13.0
15552026-08-12T20:43:26.222Z Compiling pkcs8 v0.10.2
15562026-08-12T20:43:26.252Z Compiling zerocopy-derive v0.6.6
15572026-08-12T20:43:26.418Z Compiling icu_provider v2.1.1
15582026-08-12T20:43:26.449Z Compiling bitfield-macros v0.19.4
15592026-08-12T20:43:26.518Z Compiling goblin v0.10.5
15602026-08-12T20:43:26.552Z Compiling unarray v0.1.4
15612026-08-12T20:43:26.693Z Compiling paste v1.0.15
15622026-08-12T20:43:26.727Z Compiling icu_normalizer v2.1.1
15632026-08-12T20:43:26.769Z Compiling icu_properties v2.1.2
15642026-08-12T20:43:26.786Z Compiling bytes v1.11.1
15652026-08-12T20:43:26.878Z Compiling chrono v0.4.45
15662026-08-12T20:43:27.031Z Compiling ipnet v2.11.0
15672026-08-12T20:43:27.114Z Compiling hex v0.4.3
15682026-08-12T20:43:27.308Z Compiling thiserror v1.0.69
15692026-08-12T20:43:27.326Z Compiling serde_spanned v0.6.9
15702026-08-12T20:43:27.344Z Compiling tokio v1.52.1
15712026-08-12T20:43:27.427Z Compiling http v1.4.2
15722026-08-12T20:43:27.444Z Compiling toml_datetime v0.6.11
15732026-08-12T20:43:27.447Z Compiling num_threads v0.1.7
15742026-08-12T20:43:27.509Z Compiling zerocopy v0.6.6
15752026-08-12T20:43:27.526Z Compiling bitfield v0.19.4
15762026-08-12T20:43:27.578Z Compiling time v0.3.47
15772026-08-12T20:43:27.671Z Compiling pkcs1 v0.7.5
15782026-08-12T20:43:27.752Z Compiling derive_builder_core v0.20.2
15792026-08-12T20:43:27.874Z Compiling idna_adapter v1.2.1
15802026-08-12T20:43:27.890Z Compiling ppv-lite86 v0.2.21
15812026-08-12T20:43:28.050Z Compiling idna v1.1.0
15822026-08-12T20:43:28.123Z Compiling flate2 v1.1.9
15832026-08-12T20:43:28.138Z Compiling dtrace-parser v0.3.0
15842026-08-12T20:43:28.251Z Compiling rand_chacha v0.9.0
15852026-08-12T20:43:28.278Z Compiling http-body v1.0.1
15862026-08-12T20:43:28.363Z Compiling rand_chacha v0.3.1
15872026-08-12T20:43:28.465Z Compiling url v2.5.8
15882026-08-12T20:43:28.488Z Compiling rand v0.9.2
15892026-08-12T20:43:28.506Z Compiling http-body-util v0.1.3
15902026-08-12T20:43:28.594Z Compiling clap v4.6.1
15912026-08-12T20:43:28.693Z Compiling rand v0.8.6
15922026-08-12T20:43:28.855Z Compiling scroll_derive v0.12.1
15932026-08-12T20:43:28.858Z Compiling structmeta-derive v0.3.0
15942026-08-12T20:43:28.979Z Compiling crc v3.4.0
15952026-08-12T20:43:29.021Z Compiling array-init v0.0.4
15962026-08-12T20:43:29.204Z Compiling proptest v1.11.0
15972026-08-12T20:43:29.219Z Compiling anstream v0.6.21
15982026-08-12T20:43:29.256Z Compiling smallvec v0.6.14
15992026-08-12T20:43:29.373Z Compiling darling_core v0.23.0
16002026-08-12T20:43:29.385Z Compiling heapless v0.7.17
16012026-08-12T20:43:29.415Z Compiling slog v2.8.2
16022026-08-12T20:43:29.497Z Compiling thread-id v5.1.0
16032026-08-12T20:43:29.572Z Compiling env_filter v1.0.0
16042026-08-12T20:43:29.597Z Compiling dof v0.4.0
16052026-08-12T20:43:29.638Z Compiling cookie v0.18.1
16062026-08-12T20:43:29.654Z Compiling allocator-api2 v0.2.21
16072026-08-12T20:43:29.657Z Compiling iri-string v0.7.10
16082026-08-12T20:43:29.684Z Compiling winnow v0.5.40
16092026-08-12T20:43:29.711Z Compiling ryu v1.0.23
16102026-08-12T20:43:29.858Z Compiling unicode-properties v0.1.4
16112026-08-12T20:43:29.916Z Compiling hashbrown v0.12.3
16122026-08-12T20:43:29.932Z Compiling anyhow v1.0.102
16132026-08-12T20:43:30.043Z Compiling ipnetwork v0.21.1
16142026-08-12T20:43:30.103Z Compiling zstd-safe v7.2.4
16152026-08-12T20:43:30.118Z Compiling signal-hook v0.3.18
16162026-08-12T20:43:30.298Z Compiling unicode-bidi v0.3.18
16172026-08-12T20:43:30.324Z Compiling base64 v0.21.7
16182026-08-12T20:43:30.365Z Compiling oxnet v0.1.6
16192026-08-12T20:43:30.562Z Compiling rsa v0.9.10
16202026-08-12T20:43:30.687Z Compiling stringprep v0.1.5
16212026-08-12T20:43:30.868Z Compiling ron v0.8.1
16222026-08-12T20:43:30.932Z Compiling structmeta v0.3.0
16232026-08-12T20:43:30.944Z Compiling serde_urlencoded v0.7.1
16242026-08-12T20:43:31.108Z Compiling toml_edit v0.19.15
16252026-08-12T20:43:31.126Z Compiling env_logger v0.11.9
16262026-08-12T20:43:31.201Z Compiling scroll v0.12.0
16272026-08-12T20:43:31.219Z Compiling serde-hex v0.1.0
16282026-08-12T20:43:31.236Z Compiling camino v1.2.2
16292026-08-12T20:43:31.251Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16302026-08-12T20:43:31.402Z Compiling bzip2 v0.4.4
16312026-08-12T20:43:31.468Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16322026-08-12T20:43:31.511Z Compiling derive_builder_macro v0.20.2
16332026-08-12T20:43:31.543Z Compiling hashbrown v0.13.2
16342026-08-12T20:43:31.659Z Compiling tokio-util v0.7.18
16352026-08-12T20:43:31.694Z Compiling tower v0.5.3
16362026-08-12T20:43:31.926Z Compiling tokio-native-tls v0.3.1
16372026-08-12T20:43:31.991Z Compiling newtype-uuid v1.3.2
16382026-08-12T20:43:32.081Z Compiling erased-serde v0.3.31
16392026-08-12T20:43:32.124Z Compiling serde_tokenstream v0.2.3
16402026-08-12T20:43:32.140Z Compiling x509-cert v0.2.5
16412026-08-12T20:43:32.172Z Compiling tower-http v0.6.8
16422026-08-12T20:43:32.258Z Compiling darling_macro v0.23.0
16432026-08-12T20:43:32.261Z Compiling crypto-common v0.2.2
16442026-08-12T20:43:32.399Z Compiling block-padding v0.4.2
16452026-08-12T20:43:32.498Z Compiling h2 v0.4.15
16462026-08-12T20:43:32.603Z Compiling block-buffer v0.12.1
16472026-08-12T20:43:32.655Z Compiling md-5 v0.10.6
16482026-08-12T20:43:32.672Z Compiling rustls-native-certs v0.8.3
16492026-08-12T20:43:32.862Z Compiling bstr v1.12.1
16502026-08-12T20:43:32.877Z Compiling zerocopy-derive v0.7.35
16512026-08-12T20:43:32.891Z Compiling daft-derive v0.1.7
16522026-08-12T20:43:32.909Z Compiling async-trait v0.1.89
16532026-08-12T20:43:33.032Z Compiling pin-project-internal v1.1.11
16542026-08-12T20:43:33.272Z Compiling curve25519-dalek v4.1.3
16552026-08-12T20:43:33.619Z Compiling vergen-lib v9.1.0
16562026-08-12T20:43:33.673Z Compiling hash32 v0.2.1
16572026-08-12T20:43:33.744Z Compiling memoffset v0.9.1
16582026-08-12T20:43:33.835Z Compiling encoding_rs v0.8.35
16592026-08-12T20:43:33.907Z Compiling ref-cast v1.0.25
16602026-08-12T20:43:33.921Z Compiling cfg_aliases v0.2.1
16612026-08-12T20:43:33.957Z Compiling crc-any v2.5.0
16622026-08-12T20:43:33.978Z Compiling psl-types v2.0.11
16632026-08-12T20:43:34.014Z Compiling fallible-iterator v0.2.0
16642026-08-12T20:43:34.058Z Compiling rustix v0.38.44
16652026-08-12T20:43:34.121Z Compiling mime v0.3.17
16662026-08-12T20:43:34.137Z Compiling litrs v1.0.0
16672026-08-12T20:43:34.137Z Compiling smoltcp v0.9.1
16682026-08-12T20:43:34.235Z Compiling publicsuffix v2.3.0
16692026-08-12T20:43:34.262Z Compiling nix v0.31.2
16702026-08-12T20:43:34.335Z Compiling postgres-protocol v0.6.10
16712026-08-12T20:43:34.349Z Compiling pin-project v1.1.11
16722026-08-12T20:43:34.386Z Compiling zerocopy v0.7.35
16732026-08-12T20:43:34.441Z Compiling daft v0.1.7
16742026-08-12T20:43:34.503Z Compiling darling v0.23.0
16752026-08-12T20:43:34.572Z Compiling toml v0.7.8
16762026-08-12T20:43:34.609Z Compiling inout v0.2.2
16772026-08-12T20:43:34.612Z Compiling derive_builder v0.20.2
16782026-08-12T20:43:34.689Z Compiling object v0.30.4
16792026-08-12T20:43:34.742Z Compiling document-features v0.2.12
16802026-08-12T20:43:34.788Z Compiling zip v0.6.6
16812026-08-12T20:43:34.803Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16822026-08-12T20:43:34.822Z Compiling goblin v0.8.2
16832026-08-12T20:43:34.986Z Compiling derive-ex v0.1.8
16842026-08-12T20:43:35.141Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16852026-08-12T20:43:35.300Z Compiling futures-executor v0.3.32
16862026-08-12T20:43:35.419Z Compiling hubpack_derive v0.1.1
16872026-08-12T20:43:35.434Z Compiling regex v1.12.3
16882026-08-12T20:43:35.464Z Compiling snafu-derive v0.8.9
16892026-08-12T20:43:35.568Z Compiling curve25519-dalek-derive v0.1.1
16902026-08-12T20:43:35.620Z Compiling strum_macros v0.27.2
16912026-08-12T20:43:35.635Z Compiling ref-cast-impl v1.0.25
16922026-08-12T20:43:35.638Z Compiling phf_shared v0.13.1
16932026-08-12T20:43:35.777Z Compiling vergen v9.1.0
16942026-08-12T20:43:35.947Z Compiling cargo-platform v0.3.2
16952026-08-12T20:43:35.950Z Compiling ff v0.13.1
16962026-08-12T20:43:35.981Z Compiling fs-err v3.3.0
16972026-08-12T20:43:36.013Z Compiling foldhash v0.2.0
16982026-08-12T20:43:36.136Z Compiling hyper v1.10.1
16992026-08-12T20:43:36.231Z Compiling base16ct v0.2.0
17002026-08-12T20:43:36.289Z Compiling bitflags v1.3.2
17012026-08-12T20:43:36.344Z Compiling same-file v1.0.6
17022026-08-12T20:43:36.344Z Compiling object v0.37.3
17032026-08-12T20:43:36.376Z Compiling managed v0.8.0
17042026-08-12T20:43:36.425Z Compiling jiff-core v0.1.0
17052026-08-12T20:43:36.451Z Compiling unicode-segmentation v1.12.0
17062026-08-12T20:43:36.561Z Compiling either v1.15.0
17072026-08-12T20:43:36.644Z Compiling bumpalo v3.20.2
17082026-08-12T20:43:36.681Z Compiling libbz2-rs-sys v0.2.2
17092026-08-12T20:43:36.723Z Compiling foldhash v0.1.5
17102026-08-12T20:43:36.821Z Compiling path-slash v0.1.5
17112026-08-12T20:43:36.919Z Compiling zopfli v0.8.3
17122026-08-12T20:43:36.935Z Compiling hashbrown v0.15.5
17132026-08-12T20:43:36.967Z Compiling test-strategy v0.4.5
17142026-08-12T20:43:37.011Z Compiling walkdir v2.5.0
17152026-08-12T20:43:37.276Z Compiling jiff v0.2.34
17162026-08-12T20:43:37.376Z Compiling dof v0.3.0
17172026-08-12T20:43:37.483Z Compiling hyper-util v0.1.20
17182026-08-12T20:43:37.592Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17192026-08-12T20:43:37.663Z Compiling bzip2 v0.6.1
17202026-08-12T20:43:37.683Z Compiling snafu v0.8.9
17212026-08-12T20:43:37.925Z Compiling sec1 v0.7.3
17222026-08-12T20:43:37.978Z Compiling strum v0.27.2
17232026-08-12T20:43:38.043Z Compiling hashbrown v0.16.1
17242026-08-12T20:43:38.067Z Compiling cargo_metadata v0.23.1
17252026-08-12T20:43:38.097Z Compiling group v0.13.0
17262026-08-12T20:43:38.157Z Compiling hubpack v0.1.2
17272026-08-12T20:43:38.176Z Compiling phf v0.13.1
17282026-08-12T20:43:38.232Z Compiling signal-hook-mio v0.2.5
17292026-08-12T20:43:38.257Z Compiling futures v0.3.32
17302026-08-12T20:43:38.312Z Compiling cookie_store v0.22.1
17312026-08-12T20:43:38.375Z Compiling zstd v0.13.3
17322026-08-12T20:43:38.390Z Compiling cipher v0.5.2
17332026-08-12T20:43:38.412Z Compiling postgres-types v0.2.12
17342026-08-12T20:43:38.703Z Compiling serde_with_macros v3.21.0
17352026-08-12T20:43:38.753Z Compiling globset v0.4.18
17362026-08-12T20:43:38.771Z Compiling usdt-macro v0.6.0
17372026-08-12T20:43:38.847Z Compiling usdt-attr-macro v0.6.0
17382026-08-12T20:43:38.862Z Compiling byte-wrapper v0.1.0
17392026-08-12T20:43:39.050Z Compiling dtrace-parser v0.2.0
17402026-08-12T20:43:39.070Z Compiling hyper-tls v0.6.0
17412026-08-12T20:43:39.231Z Compiling serde-big-array v0.5.1
17422026-08-12T20:43:39.253Z Compiling olpc-cjson v0.1.4
17432026-08-12T20:43:39.345Z Compiling reqwest v0.12.28
17442026-08-12T20:43:39.407Z Compiling serde_plain v1.0.2
17452026-08-12T20:43:39.453Z Compiling ed25519 v2.2.3
17462026-08-12T20:43:39.507Z Compiling hkdf v0.12.4
17472026-08-12T20:43:39.528Z Compiling crypto-bigint v0.5.5
17482026-08-12T20:43:39.605Z Compiling enum-as-inner v0.6.1
17492026-08-12T20:43:39.645Z Compiling strum_macros v0.26.4
17502026-08-12T20:43:39.675Z Compiling async-recursion v1.1.1
17512026-08-12T20:43:39.706Z Compiling serde_repr v0.1.20
17522026-08-12T20:43:39.803Z Compiling phf_shared v0.11.3
17532026-08-12T20:43:39.920Z Compiling float-cmp v0.10.0
17542026-08-12T20:43:39.998Z Compiling pem v3.0.6
17552026-08-12T20:43:40.014Z Compiling memmap2 v0.9.10
17562026-08-12T20:43:40.029Z Compiling thread-id v4.2.2
17572026-08-12T20:43:40.102Z Compiling static_assertions v1.1.0
17582026-08-12T20:43:40.129Z Compiling winnow v1.0.3
17592026-08-12T20:43:40.194Z Compiling fixedbitset v0.4.2
17602026-08-12T20:43:40.214Z Compiling fixedbitset v0.5.7
17612026-08-12T20:43:40.277Z Compiling difflib v0.4.0
17622026-08-12T20:43:40.338Z Compiling whoami v2.1.0
17632026-08-12T20:43:40.386Z Compiling cpufeatures v0.3.0
17642026-08-12T20:43:40.450Z Compiling const-oid v0.10.2
17652026-08-12T20:43:40.454Z Compiling predicates-core v1.0.10
17662026-08-12T20:43:40.488Z Compiling precomputed-hash v0.1.1
17672026-08-12T20:43:40.505Z Compiling typed-path v0.9.3
17682026-08-12T20:43:40.535Z Compiling keccak v0.1.6
17692026-08-12T20:43:40.580Z Compiling new_debug_unreachable v1.0.6
17702026-08-12T20:43:40.596Z Compiling normalize-line-endings v0.3.0
17712026-08-12T20:43:40.665Z Compiling data-encoding v2.10.0
17722026-08-12T20:43:40.680Z Compiling string_cache v0.8.9
17732026-08-12T20:43:40.714Z Compiling sha3 v0.10.8
17742026-08-12T20:43:40.728Z Compiling predicates v3.1.4
17752026-08-12T20:43:40.806Z Compiling elliptic-curve v0.13.8
17762026-08-12T20:43:40.937Z Compiling digest v0.11.3
17772026-08-12T20:43:40.953Z Compiling tokio-postgres v0.7.16
17782026-08-12T20:43:41.119Z Compiling hickory-proto v0.25.2
17792026-08-12T20:43:41.224Z Compiling toml_edit v0.22.27
17802026-08-12T20:43:41.264Z Compiling chacha20 v0.10.0
17812026-08-12T20:43:41.280Z Compiling toml_parser v1.1.2+spec-1.1.0
17822026-08-12T20:43:41.352Z Compiling petgraph v0.8.3
17832026-08-12T20:43:41.450Z Compiling petgraph v0.6.5
17842026-08-12T20:43:41.529Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17852026-08-12T20:43:41.544Z Compiling usdt v0.6.0
17862026-08-12T20:43:41.713Z Compiling strum v0.26.3
17872026-08-12T20:43:41.729Z Compiling usdt-impl v0.5.0
17882026-08-12T20:43:41.865Z Compiling serde_with v3.21.0
17892026-08-12T20:43:41.880Z Compiling zip v4.6.1
17902026-08-12T20:43:41.993Z Compiling crossterm v0.28.1
17912026-08-12T20:43:42.031Z Compiling ed25519-dalek v2.2.0
17922026-08-12T20:43:42.046Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17932026-08-12T20:43:42.554Z Compiling iddqd v0.4.2
17942026-08-12T20:43:43.145Z Compiling heck v0.4.1
17952026-08-12T20:43:43.198Z Compiling similar v2.7.0
17962026-08-12T20:43:43.419Z Compiling itertools v0.15.0
17972026-08-12T20:43:43.469Z Compiling itertools v0.13.0
17982026-08-12T20:43:43.593Z Compiling tokio-stream v0.1.18
17992026-08-12T20:43:43.622Z Compiling crossbeam-epoch v0.9.18
18002026-08-12T20:43:43.717Z Compiling buf-list v1.1.2
18012026-08-12T20:43:43.810Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18022026-08-12T20:43:43.937Z Compiling openapiv3 v2.2.0
18032026-08-12T20:43:44.008Z Compiling lalrpop-util v0.19.12
18042026-08-12T20:43:44.023Z Compiling peg-runtime v0.8.5
18052026-08-12T20:43:44.041Z Compiling thread_local v1.1.9
18062026-08-12T20:43:44.134Z Compiling slog-async v2.8.0
18072026-08-12T20:43:44.168Z Compiling crossbeam-channel v0.5.15
18082026-08-12T20:43:44.183Z Compiling filetime v0.2.27
18092026-08-12T20:43:44.240Z Compiling is-terminal v0.4.17
18102026-08-12T20:43:44.350Z Compiling term v1.2.1
18112026-08-12T20:43:44.366Z Compiling take_mut v0.2.2
18122026-08-12T20:43:44.369Z Compiling xattr v1.6.1
18132026-08-12T20:43:44.399Z Compiling camino-tempfile v1.4.1
18142026-08-12T20:43:44.520Z Compiling tar v0.4.46
18152026-08-12T20:43:44.672Z Compiling slog-term v2.9.2
18162026-08-12T20:44:03.617Z Compiling rustls-webpki v0.103.13
18172026-08-12T20:44:06.582Z Compiling tokio-rustls v0.26.4
18182026-08-12T20:44:06.582Z Compiling rustls-platform-verifier v0.6.2
18192026-08-12T20:44:06.585Z Compiling tough v0.22.0
18202026-08-12T20:44:06.800Z Compiling hyper-rustls v0.27.7
18212026-08-12T20:44:07.005Z Compiling reqwest v0.13.2
18222026-08-12T20:44:09.415Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18232026-08-12T20:44:09.662Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18242026-08-12T20:44:12.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.26s
18252026-08-12T20:44:12.974Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18262026-08-12T20:44:13.028ZAug 12 20:44:11.751 INFO Starting download, target: Clickhouse
18272026-08-12T20:44:13.028ZAug 12 20:44:11.752 INFO Starting download, target: Cockroach
18282026-08-12T20:44:13.028ZAug 12 20:44:11.752 INFO Starting download, target: DendriteStub
18292026-08-12T20:44:13.031ZAug 12 20:44:11.752 INFO Starting download, target: Console
18302026-08-12T20:44:13.031ZAug 12 20:44:11.752 INFO Starting download, target: MaghemiteMgd
18312026-08-12T20:44:13.031ZAug 12 20:44:11.752 INFO Starting download, target: MaghemiteDdmd
18322026-08-12T20:44:13.031ZAug 12 20:44:11.752 INFO Starting download, target: TransceiverControl
18332026-08-12T20:44:13.031ZAug 12 20:44:11.752 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18342026-08-12T20:44:13.031ZAug 12 20:44:11.753 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18352026-08-12T20:44:13.031ZAug 12 20:44:11.753 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18362026-08-12T20:44:13.031ZAug 12 20:44:11.753 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18372026-08-12T20:44:13.031ZAug 12 20:44:11.753 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18382026-08-12T20:44:13.031ZAug 12 20:44:11.753 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18392026-08-12T20:44:13.031ZAug 12 20:44:11.753 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18402026-08-12T20:44:13.758ZAug 12 20:44:12.469 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18412026-08-12T20:44:14.038ZAug 12 20:44:12.732 INFO Download complete, target: TransceiverControl
18422026-08-12T20:44:14.881ZAug 12 20:44:13.579 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18432026-08-12T20:44:15.149ZAug 12 20:44:13.869 INFO Download complete, target: Console
18442026-08-12T20:44:15.560ZAug 12 20:44:14.239 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18452026-08-12T20:44:16.414ZAug 12 20:44:15.108 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18462026-08-12T20:44:16.997ZAug 12 20:44:15.703 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18472026-08-12T20:44:17.073ZAug 12 20:44:15.777 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18482026-08-12T20:44:17.634ZAug 12 20:44:16.320 INFO Download complete, target: MaghemiteDdmd
18492026-08-12T20:44:18.179ZAug 12 20:44:16.903 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18502026-08-12T20:44:18.179ZAug 12 20:44:16.903 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18512026-08-12T20:44:20.078ZAug 12 20:44:18.802 INFO Download complete, target: MaghemiteMgd
18522026-08-12T20:44:20.085ZAug 12 20:44:18.810 INFO Download complete, target: DendriteStub
18532026-08-12T20:44:23.531ZAug 12 20:44:22.239 INFO Checking that binary works, target: Cockroach
18542026-08-12T20:44:23.732ZAug 12 20:44:22.431 INFO Download complete, target: Cockroach
18552026-08-12T20:44:24.112ZAug 12 20:44:22.811 INFO Checking that binary works, target: Clickhouse
18562026-08-12T20:44:24.255ZAug 12 20:44:22.946 INFO Download complete, target: Clickhouse
18572026-08-12T20:44:24.268ZAll prerequisites installed successfully
18582026-08-12T20:44:24.268Z
18592026-08-12T20:44:24.268Zreal 1:38.839103005
18602026-08-12T20:44:24.268Zuser 8:03.145656907
18612026-08-12T20:44:24.268Zsys 1:50.055008950
18622026-08-12T20:44:24.268Ztrap 0.286029213
18632026-08-12T20:44:24.268Ztflt 2.515105459
18642026-08-12T20:44:24.268Zdflt 5.116553595
18652026-08-12T20:44:24.268Zkflt 0.042858556
18662026-08-12T20:44:24.268Zlock 30:19.442746614
18672026-08-12T20:44:24.268Zslp 22:06.308902076
18682026-08-12T20:44:24.268Zlat 26.565979822
18692026-08-12T20:44:24.268Zstop 3:02.040108962
18702026-08-12T20:44:24.268Z+ source ./tools/include/force-git-over-https.sh
18712026-08-12T20:44:24.268Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18722026-08-12T20:44:24.268Z++ (( i = 0 ))
18732026-08-12T20:44:24.268Z++ (( i < 5 ))
18742026-08-12T20:44:24.268Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18752026-08-12T20:44:24.268Z++ (( i++ ))
18762026-08-12T20:44:24.268Z++ (( i < 5 ))
18772026-08-12T20:44:24.268Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18782026-08-12T20:44:24.268Z++ (( i++ ))
18792026-08-12T20:44:24.269Z++ (( i < 5 ))
18802026-08-12T20:44:24.269Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18812026-08-12T20:44:24.269Z++ (( i++ ))
18822026-08-12T20:44:24.269Z++ (( i < 5 ))
18832026-08-12T20:44:24.269Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18842026-08-12T20:44:24.269Z++ (( i++ ))
18852026-08-12T20:44:24.269Z++ (( i < 5 ))
18862026-08-12T20:44:24.269Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18872026-08-12T20:44:24.269Z++ (( i++ ))
18882026-08-12T20:44:24.269Z++ (( i < 5 ))
18892026-08-12T20:44:24.269Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18902026-08-12T20:44:24.269Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18912026-08-12T20:44:24.269Z+ rc=0
18922026-08-12T20:44:24.270Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18932026-08-12T20:44:32.223Z+ case $rc in
18942026-08-12T20:44:32.223Z+ pfexec zfs create -p rpool/images/build/host
18952026-08-12T20:44:32.370Z+ pfexec zfs create -p rpool/images/build/recovery
18962026-08-12T20:44:32.413Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18972026-08-12T20:44:32.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18982026-08-12T20:44:32.917Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18992026-08-12T20:44:33.826Z Compiling proc-macro2 v1.0.106
19002026-08-12T20:44:33.826Z Compiling quote v1.0.45
19012026-08-12T20:44:33.826Z Compiling unicode-ident v1.0.24
19022026-08-12T20:44:33.826Z Compiling libc v0.2.185
19032026-08-12T20:44:33.830Z Compiling serde_core v1.0.228
19042026-08-12T20:44:33.830Z Compiling serde v1.0.228
19052026-08-12T20:44:33.830Z Compiling cfg-if v1.0.4
19062026-08-12T20:44:33.830Z Compiling shlex v1.3.0
19072026-08-12T20:44:33.830Z Compiling find-msvc-tools v0.1.9
19082026-08-12T20:44:33.830Z Compiling autocfg v1.5.0
19092026-08-12T20:44:33.830Z Compiling version_check v0.9.5
19102026-08-12T20:44:33.830Z Compiling zerocopy v0.8.40
19112026-08-12T20:44:33.976Z Compiling portable-atomic v1.13.1
19122026-08-12T20:44:33.980Z Compiling zmij v1.0.21
19132026-08-12T20:44:33.980Z Compiling memchr v2.8.0
19142026-08-12T20:44:34.127Z Compiling serde_json v1.0.151
19152026-08-12T20:44:34.217Z Compiling libm v0.2.16
19162026-08-12T20:44:34.302Z Compiling getrandom v0.4.1
19172026-08-12T20:44:34.370Z Compiling parking_lot_core v0.9.12
19182026-08-12T20:44:34.384Z Compiling pkg-config v0.3.32
19192026-08-12T20:44:34.468Z Compiling icu_normalizer_data v2.1.1
19202026-08-12T20:44:34.485Z Compiling generic-array v0.14.7
19212026-08-12T20:44:34.561Z Compiling num-traits v0.2.19
19222026-08-12T20:44:34.661Z Compiling icu_properties_data v2.1.2
19232026-08-12T20:44:34.680Z Compiling smallvec v1.15.1
19242026-08-12T20:44:34.680Z Compiling log v0.4.29
19252026-08-12T20:44:34.697Z Compiling itoa v1.0.17
19262026-08-12T20:44:34.727Z Compiling getrandom v0.3.4
19272026-08-12T20:44:34.760Z Compiling rustix v1.1.3
19282026-08-12T20:44:34.824Z Compiling subtle v2.6.1
19292026-08-12T20:44:34.917Z Compiling scopeguard v1.2.0
19302026-08-12T20:44:34.993Z Compiling stable_deref_trait v1.2.1
19312026-08-12T20:44:35.008Z Compiling typenum v1.20.1
19322026-08-12T20:44:35.041Z Compiling lock_api v0.4.14
19332026-08-12T20:44:35.078Z Compiling heck v0.5.0
19342026-08-12T20:44:35.099Z Compiling critical-section v1.2.0
19352026-08-12T20:44:35.130Z Compiling jobserver v0.1.34
19362026-08-12T20:44:35.130Z Compiling errno v0.3.14
19372026-08-12T20:44:35.261Z Compiling rand_core v0.10.0
19382026-08-12T20:44:35.271Z Compiling thiserror v2.0.18
19392026-08-12T20:44:35.372Z Compiling cc v1.2.56
19402026-08-12T20:44:35.412Z Compiling syn v2.0.117
19412026-08-12T20:44:35.571Z Compiling getrandom v0.2.17
19422026-08-12T20:44:35.596Z Compiling dunce v1.0.5
19432026-08-12T20:44:35.614Z Compiling fs_extra v1.3.0
19442026-08-12T20:44:35.628Z Compiling once_cell v1.21.3
19452026-08-12T20:44:35.719Z Compiling writeable v0.6.2
19462026-08-12T20:44:35.734Z Compiling rand_core v0.6.4
19472026-08-12T20:44:35.761Z Compiling percent-encoding v2.3.2
19482026-08-12T20:44:35.782Z Compiling litemap v0.8.1
19492026-08-12T20:44:35.902Z Compiling const-oid v0.9.6
19502026-08-12T20:44:36.011Z Compiling schemars v0.8.22
19512026-08-12T20:44:36.059Z Compiling pin-project-lite v0.2.17
19522026-08-12T20:44:36.168Z Compiling cmake v0.1.57
19532026-08-12T20:44:36.185Z Compiling equivalent v1.0.2
19542026-08-12T20:44:36.204Z Compiling signal-hook-registry v1.4.8
19552026-08-12T20:44:36.279Z Compiling futures-core v0.3.32
19562026-08-12T20:44:36.315Z Compiling aws-lc-rs v1.16.3
19572026-08-12T20:44:36.416Z Compiling rustversion v1.0.22
19582026-08-12T20:44:36.489Z Compiling parking_lot v0.12.5
19592026-08-12T20:44:36.565Z Compiling semver v1.0.28
19602026-08-12T20:44:36.644Z Compiling bitflags v2.11.0
19612026-08-12T20:44:36.706Z Compiling mio v1.2.0
19622026-08-12T20:44:36.828Z Compiling aws-lc-sys v0.40.0
19632026-08-12T20:44:36.967Z Compiling utf8_iter v1.0.4
19642026-08-12T20:44:36.984Z Compiling crc32fast v1.5.0
19652026-08-12T20:44:37.160Z Compiling form_urlencoded v1.2.2
19662026-08-12T20:44:37.301Z Compiling hashbrown v0.17.0
19672026-08-12T20:44:37.334Z Compiling vcpkg v0.2.15
19682026-08-12T20:44:37.575Z Compiling byteorder v1.5.0
19692026-08-12T20:44:37.591Z Compiling strsim v0.11.1
19702026-08-12T20:44:37.641Z Compiling syn v1.0.109
19712026-08-12T20:44:37.664Z Compiling fnv v1.0.7
19722026-08-12T20:44:37.775Z Compiling socket2 v0.6.3
19732026-08-12T20:44:37.977Z Compiling radium v0.7.0
19742026-08-12T20:44:38.012Z Compiling futures-sink v0.3.32
19752026-08-12T20:44:38.015Z Compiling httparse v1.10.1
19762026-08-12T20:44:38.062Z Compiling openssl-sys v0.9.117
19772026-08-12T20:44:38.080Z Compiling indexmap v2.14.0
19782026-08-12T20:44:38.122Z Compiling futures-channel v0.3.32
19792026-08-12T20:44:38.177Z Compiling futures-io v0.3.32
19802026-08-12T20:44:38.197Z Compiling futures-task v0.3.32
19812026-08-12T20:44:38.251Z Compiling iana-time-zone v0.1.65
19822026-08-12T20:44:38.271Z Compiling slab v0.4.12
19832026-08-12T20:44:38.312Z Compiling thiserror v1.0.69
19842026-08-12T20:44:38.406Z Compiling base64 v0.22.1
19852026-08-12T20:44:38.458Z Compiling maybe-uninit v2.0.0
19862026-08-12T20:44:38.491Z Compiling rustls v0.23.41
19872026-08-12T20:44:38.609Z Compiling synstructure v0.13.2
19882026-08-12T20:44:38.630Z Compiling serde_derive_internals v0.29.1
19892026-08-12T20:44:38.713Z Compiling rustc_version v0.4.1
19902026-08-12T20:44:38.919Z Compiling bzip2-sys v0.1.13+1.0.8
19912026-08-12T20:44:38.969Z Compiling uuid v1.23.4
19922026-08-12T20:44:38.996Z Compiling ahash v0.8.12
19932026-08-12T20:44:39.014Z Compiling ucd-trie v0.1.7
19942026-08-12T20:44:39.049Z Compiling packed_struct v0.10.1
19952026-08-12T20:44:39.066Z Compiling ident_case v1.0.1
19962026-08-12T20:44:39.081Z Compiling base64ct v1.8.3
19972026-08-12T20:44:39.100Z Compiling regex-syntax v0.8.10
19982026-08-12T20:44:39.123Z Compiling num-bigint-dig v0.8.6
19992026-08-12T20:44:39.161Z Compiling rand_core v0.9.5
20002026-08-12T20:44:39.218Z Compiling pest v2.8.6
20012026-08-12T20:44:39.315Z Compiling flagset v0.4.7
20022026-08-12T20:44:39.369Z Compiling dyn-clone v1.0.20
20032026-08-12T20:44:39.391Z Compiling pem-rfc7468 v0.7.0
20042026-08-12T20:44:39.474Z Compiling openssl v0.10.80
20052026-08-12T20:44:39.504Z Compiling fastrand v2.3.0
20062026-08-12T20:44:39.558Z Compiling indexmap v1.9.3
20072026-08-12T20:44:39.609Z Compiling utf8parse v0.2.2
20082026-08-12T20:44:39.764Z Compiling tempfile v3.25.0
20092026-08-12T20:44:39.800Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20102026-08-12T20:44:39.843Z Compiling anstyle v1.0.14
20112026-08-12T20:44:39.859Z Compiling paste v1.0.15
20122026-08-12T20:44:39.875Z Compiling cpufeatures v0.2.17
20132026-08-12T20:44:39.949Z Compiling native-tls v0.2.18
20142026-08-12T20:44:40.006Z Compiling serde_derive v1.0.228
20152026-08-12T20:44:40.024Z Compiling zeroize_derive v1.5.0
20162026-08-12T20:44:40.044Z Compiling zerofrom-derive v0.1.6
20172026-08-12T20:44:40.067Z Compiling zerocopy-derive v0.8.40
20182026-08-12T20:44:40.161Z Compiling yoke-derive v0.8.1
20192026-08-12T20:44:40.187Z Compiling zerovec-derive v0.11.2
20202026-08-12T20:44:40.213Z Compiling displaydoc v0.2.5
20212026-08-12T20:44:40.232Z Compiling tokio-macros v2.7.0
20222026-08-12T20:44:40.250Z Compiling futures-macro v0.3.32
20232026-08-12T20:44:40.637Z Compiling der_derive v0.7.3
20242026-08-12T20:44:40.688Z Compiling thiserror-impl v2.0.18
20252026-08-12T20:44:40.715Z Compiling zeroize v1.9.0
20262026-08-12T20:44:41.019Z Compiling schemars_derive v0.8.22
20272026-08-12T20:44:41.039Z Compiling tracing-attributes v0.1.31
20282026-08-12T20:44:41.160Z Compiling futures-util v0.3.32
20292026-08-12T20:44:41.261Z Compiling thiserror-impl v1.0.69
20302026-08-12T20:44:41.327Z Compiling zerofrom v0.1.6
20312026-08-12T20:44:41.505Z Compiling yoke v0.8.1
20322026-08-12T20:44:41.708Z Compiling zerovec v0.11.5
20332026-08-12T20:44:41.731Z Compiling zerotrie v0.2.3
20342026-08-12T20:44:42.024Z Compiling block-buffer v0.10.4
20352026-08-12T20:44:42.053Z Compiling crypto-common v0.1.7
20362026-08-12T20:44:42.241Z Compiling digest v0.10.7
20372026-08-12T20:44:42.277Z Compiling tinystr v0.8.2
20382026-08-12T20:44:42.297Z Compiling potential_utf v0.1.4
20392026-08-12T20:44:42.369Z Compiling clap_derive v4.6.1
20402026-08-12T20:44:42.503Z Compiling icu_collections v2.1.1
20412026-08-12T20:44:42.589Z Compiling icu_locale_core v2.1.1
20422026-08-12T20:44:42.606Z Compiling packed_struct_codegen v0.10.1
20432026-08-12T20:44:42.643Z Compiling der v0.7.10
20442026-08-12T20:44:42.670Z Compiling pest_meta v2.8.6
20452026-08-12T20:44:42.801Z Compiling zerocopy-derive v0.6.6
20462026-08-12T20:44:43.022Z Compiling bitfield-macros v0.19.4
20472026-08-12T20:44:43.514Z Compiling icu_provider v2.1.1
20482026-08-12T20:44:43.705Z Compiling bytes v1.11.1
20492026-08-12T20:44:43.831Z Compiling icu_properties v2.1.2
20502026-08-12T20:44:43.834Z Compiling icu_normalizer v2.1.1
20512026-08-12T20:44:44.094Z Compiling chrono v0.4.45
20522026-08-12T20:44:44.312Z Compiling hex v0.4.3
20532026-08-12T20:44:44.371Z Compiling tokio v1.52.1
20542026-08-12T20:44:44.695Z Compiling spki v0.7.3
20552026-08-12T20:44:44.739Z Compiling pest_generator v2.8.6
20562026-08-12T20:44:44.909Z Compiling idna_adapter v1.2.1
20572026-08-12T20:44:45.017Z Compiling ppv-lite86 v0.2.21
20582026-08-12T20:44:45.035Z Compiling openssl-macros v0.1.1
20592026-08-12T20:44:45.114Z Compiling idna v1.1.0
20602026-08-12T20:44:45.459Z Compiling pest_derive v2.8.6
20612026-08-12T20:44:45.495Z Compiling url v2.5.8
20622026-08-12T20:44:45.513Z Compiling scroll_derive v0.13.1
20632026-08-12T20:44:45.658Z Compiling rand_chacha v0.9.0
20642026-08-12T20:44:45.981Z Compiling rand v0.9.2
20652026-08-12T20:44:46.011Z Compiling colorchoice v1.0.4
20662026-08-12T20:44:46.014Z Compiling is_terminal_polyfill v1.70.2
20672026-08-12T20:44:46.174Z Compiling anstyle-query v1.1.5
20682026-08-12T20:44:46.178Z Compiling camino v1.2.2
20692026-08-12T20:44:46.379Z Compiling crossbeam-utils v0.8.21
20702026-08-12T20:44:46.510Z Compiling pkcs8 v0.10.2
20712026-08-12T20:44:46.550Z Compiling http v1.4.2
20722026-08-12T20:44:46.808Z Compiling sha2 v0.10.9
20732026-08-12T20:44:46.939Z Compiling rustls-pki-types v1.14.0
20742026-08-12T20:44:47.030Z Compiling daft-derive v0.1.7
20752026-08-12T20:44:47.120Z Compiling spin v0.9.8
20762026-08-12T20:44:47.166Z Compiling tinyvec_macros v0.1.1
20772026-08-12T20:44:47.263Z Compiling num-conv v0.2.0
20782026-08-12T20:44:47.377Z Compiling time-core v0.1.8
20792026-08-12T20:44:47.466Z Compiling tinyvec v1.10.0
20802026-08-12T20:44:47.601Z Compiling async-trait v0.1.89
20812026-08-12T20:44:47.616Z Compiling time-macros v0.2.27
20822026-08-12T20:44:47.871Z Compiling structmeta-derive v0.3.0
20832026-08-12T20:44:47.962Z Compiling anstyle-parse v1.0.0
20842026-08-12T20:44:47.995Z Compiling tracing-core v0.1.36
20852026-08-12T20:44:48.092Z Compiling simd-adler32 v0.3.8
20862026-08-12T20:44:48.347Z Compiling untrusted v0.7.1
20872026-08-12T20:44:48.369Z Compiling plain v0.2.3
20882026-08-12T20:44:48.386Z Compiling cmov v0.5.4
20892026-08-12T20:44:48.497Z Compiling tracing v0.1.44
20902026-08-12T20:44:48.514Z Compiling anstream v1.0.0
20912026-08-12T20:44:48.626Z Compiling http-body v1.0.1
20922026-08-12T20:44:48.683Z Compiling ctutils v0.4.2
20932026-08-12T20:44:48.840Z Compiling toml_datetime v0.6.11
20942026-08-12T20:44:48.877Z Compiling serde_spanned v0.6.9
20952026-08-12T20:44:48.963Z Compiling pin-project-internal v1.1.11
20962026-08-12T20:44:48.999Z Compiling structmeta v0.3.0
20972026-08-12T20:44:49.073Z Compiling tokio-util v0.7.18
20982026-08-12T20:44:49.108Z Compiling terminal_size v0.4.3
20992026-08-12T20:44:49.125Z Compiling slog v2.8.2
21002026-08-12T20:44:49.192Z Compiling wait-timeout v0.2.1
21012026-08-12T20:44:49.208Z Compiling cookie v0.18.1
21022026-08-12T20:44:49.236Z Compiling clap_lex v1.0.0
21032026-08-12T20:44:49.291Z Compiling untrusted v0.9.0
21042026-08-12T20:44:49.307Z Compiling openssl-probe v0.2.1
21052026-08-12T20:44:49.363Z Compiling adler2 v2.0.1
21062026-08-12T20:44:49.529Z Compiling quick-error v1.2.3
21072026-08-12T20:44:49.581Z Compiling zstd-safe v7.2.4
21082026-08-12T20:44:49.600Z Compiling tap v1.0.1
21092026-08-12T20:44:49.643Z Compiling bit-vec v0.8.0
21102026-08-12T20:44:49.667Z Compiling rusty-fork v0.3.1
21112026-08-12T20:44:49.708Z Compiling wyz v0.5.1
21122026-08-12T20:44:49.736Z Compiling miniz_oxide v0.8.9
21132026-08-12T20:44:49.841Z Compiling derive-ex v0.1.8
21142026-08-12T20:44:49.956Z Compiling bit-set v0.8.0
21152026-08-12T20:44:49.995Z Compiling clap_builder v4.6.0
21162026-08-12T20:44:50.181Z Compiling hybrid-array v0.4.13
21172026-08-12T20:44:50.275Z Compiling unicode-normalization v0.1.25
21182026-08-12T20:44:50.404Z Compiling rand_chacha v0.3.1
21192026-08-12T20:44:50.514Z Compiling signature v2.2.0
21202026-08-12T20:44:50.584Z Compiling scroll_derive v0.12.1
21212026-08-12T20:44:50.603Z Compiling rand_xorshift v0.4.0
21222026-08-12T20:44:50.622Z Compiling heapless v0.7.17
21232026-08-12T20:44:50.909Z Compiling num-integer v0.1.46
21242026-08-12T20:44:50.912Z Compiling aho-corasick v1.1.4
21252026-08-12T20:44:50.942Z Compiling signal-hook v0.3.18
21262026-08-12T20:44:51.020Z Compiling tower-service v0.3.3
21272026-08-12T20:44:51.133Z Compiling try-lock v0.2.5
21282026-08-12T20:44:51.155Z Compiling zlib-rs v0.6.2
21292026-08-12T20:44:51.191Z Compiling tower-layer v0.3.3
21302026-08-12T20:44:51.302Z Compiling atomic-waker v1.1.2
21312026-08-12T20:44:51.380Z Compiling usdt-impl v0.6.0
21322026-08-12T20:44:51.398Z Compiling rustix v0.38.44
21332026-08-12T20:44:51.398Z Compiling unarray v0.1.4
21342026-08-12T20:44:51.447Z Compiling pretty-hex v0.4.1
21352026-08-12T20:44:51.489Z Compiling anyhow v1.0.102
21362026-08-12T20:44:51.605Z Compiling funty v2.0.0
21372026-08-12T20:44:51.622Z Compiling want v0.3.1
21382026-08-12T20:44:51.641Z Compiling proptest v1.11.0
21392026-08-12T20:44:51.641Z Compiling test-strategy v0.4.5
21402026-08-12T20:44:51.670Z Compiling h2 v0.4.15
21412026-08-12T20:44:51.814Z Compiling regex-automata v0.4.14
21422026-08-12T20:44:51.831Z Compiling num-iter v0.1.45
21432026-08-12T20:44:52.007Z Compiling bitvec v1.0.1
21442026-08-12T20:44:52.084Z Compiling clap v4.6.1
21452026-08-12T20:44:52.749Z Compiling rand v0.8.6
21462026-08-12T20:44:53.056Z Compiling ipnetwork v0.21.1
21472026-08-12T20:44:53.238Z Compiling lazy_static v1.5.0
21482026-08-12T20:44:53.359Z Compiling scroll v0.13.0
21492026-08-12T20:44:53.620Z Compiling flate2 v1.1.9
21502026-08-12T20:44:53.681Z Compiling ipnet v2.11.0
21512026-08-12T20:44:54.006Z Compiling snafu-derive v0.8.9
21522026-08-12T20:44:54.169Z Compiling strum_macros v0.26.4
21532026-08-12T20:44:54.278Z Compiling anstyle-parse v0.2.7
21542026-08-12T20:44:54.796Z Compiling darling_core v0.20.11
21552026-08-12T20:44:55.139Z Compiling darling_core v0.23.0
21562026-08-12T20:44:55.720Z Compiling foreign-types-shared v0.1.1
21572026-08-12T20:44:55.869Z Compiling crc-catalog v2.4.0
21582026-08-12T20:44:55.989Z Compiling httpdate v1.0.3
21592026-08-12T20:44:56.022Z Compiling nodrop v0.1.14
21602026-08-12T20:44:56.099Z Compiling winnow v0.5.40
21612026-08-12T20:44:56.116Z Compiling array-init v0.0.4
21622026-08-12T20:44:56.234Z Compiling hyper v1.10.1
21632026-08-12T20:44:56.490Z Compiling crc v3.4.0
21642026-08-12T20:44:56.523Z Compiling foreign-types v0.3.2
21652026-08-12T20:44:56.996Z Compiling darling_macro v0.20.11
21662026-08-12T20:44:57.034Z Compiling anstream v0.6.21
21672026-08-12T20:44:57.761Z Compiling darling_macro v0.23.0
21682026-08-12T20:44:57.767Z Compiling newtype-uuid v1.3.2
21692026-08-12T20:44:57.767Z Compiling goblin v0.10.5
21702026-08-12T20:44:57.935Z Compiling toml_edit v0.19.15
21712026-08-12T20:44:58.030Z Compiling oxnet v0.1.6
21722026-08-12T20:44:58.103Z Compiling smallvec v0.6.14
21732026-08-12T20:44:58.502Z Compiling pkcs1 v0.7.5
21742026-08-12T20:44:58.884Z Compiling bitfield v0.19.4
21752026-08-12T20:44:58.923Z Compiling zerocopy v0.6.6
21762026-08-12T20:44:59.187Z Compiling zerocopy-derive v0.7.35
21772026-08-12T20:44:59.250Z Compiling curve25519-dalek v4.1.3
21782026-08-12T20:44:59.550Z Compiling env_filter v1.0.0
21792026-08-12T20:44:59.684Z Compiling memoffset v0.9.1
21802026-08-12T20:44:59.925Z Compiling ref-cast v1.0.25
21812026-08-12T20:45:00.082Z Compiling base64 v0.21.7
21822026-08-12T20:45:00.254Z Compiling litrs v1.0.0
21832026-08-12T20:45:00.297Z Compiling hashbrown v0.12.3
21842026-08-12T20:45:00.322Z Compiling smoltcp v0.9.1
21852026-08-12T20:45:00.407Z Compiling ron v0.8.1
21862026-08-12T20:45:00.678Z Compiling dof v0.4.0
21872026-08-12T20:45:00.786Z Compiling document-features v0.2.12
21882026-08-12T20:45:00.954Z Compiling env_logger v0.11.9
21892026-08-12T20:45:00.957Z Compiling toml v0.7.8
21902026-08-12T20:45:01.408Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21912026-08-12T20:45:01.463Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21922026-08-12T20:45:01.651Z Compiling rsa v0.9.10
21932026-08-12T20:45:01.808Z Compiling daft v0.1.7
21942026-08-12T20:45:01.837Z Compiling serde-hex v0.1.0
21952026-08-12T20:45:01.881Z Compiling darling v0.23.0
21962026-08-12T20:45:01.988Z Compiling bzip2 v0.4.4
21972026-08-12T20:45:02.163Z Compiling hyper-util v0.1.20
21982026-08-12T20:45:02.274Z Compiling darling v0.20.11
21992026-08-12T20:45:02.307Z Compiling hashbrown v0.13.2
22002026-08-12T20:45:02.954Z Compiling dtrace-parser v0.3.0
22012026-08-12T20:45:02.991Z Compiling x509-cert v0.2.5
22022026-08-12T20:45:03.255Z Compiling hmac v0.12.1
22032026-08-12T20:45:03.433Z Compiling async-recursion v1.1.1
22042026-08-12T20:45:03.614Z Compiling sync_wrapper v1.0.2
22052026-08-12T20:45:03.743Z Compiling thread-id v5.1.0
22062026-08-12T20:45:03.768Z Compiling crc-any v2.5.0
22072026-08-12T20:45:03.849Z Compiling cfg_aliases v0.2.1
22082026-08-12T20:45:03.942Z Compiling powerfmt v0.2.0
22092026-08-12T20:45:04.120Z Compiling siphasher v1.0.2
22102026-08-12T20:45:04.347Z Compiling deranged v0.5.8
22112026-08-12T20:45:04.610Z Compiling nix v0.31.2
22122026-08-12T20:45:04.732Z Compiling tower v0.5.3
22132026-08-12T20:45:05.395Z Compiling object v0.30.4
22142026-08-12T20:45:05.769Z Compiling derive_builder_core v0.20.2
22152026-08-12T20:45:05.946Z Compiling zip v0.6.6
22162026-08-12T20:45:06.007Z Compiling serde_with_macros v3.21.0
22172026-08-12T20:45:06.644Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22182026-08-12T20:45:06.694Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22192026-08-12T20:45:06.932Z Compiling bstr v1.12.1
22202026-08-12T20:45:06.958Z Compiling block-buffer v0.12.1
22212026-08-12T20:45:07.201Z Compiling crypto-common v0.2.2
22222026-08-12T20:45:07.430Z Compiling http-body-util v0.1.3
22232026-08-12T20:45:07.719Z Compiling serde_tokenstream v0.2.3
22242026-08-12T20:45:07.732Z Compiling futures-executor v0.3.32
22252026-08-12T20:45:08.066Z Compiling erased-serde v0.3.31
22262026-08-12T20:45:08.069Z Compiling hubpack_derive v0.1.1
22272026-08-12T20:45:08.155Z Compiling ref-cast-impl v1.0.25
22282026-08-12T20:45:08.297Z Compiling strum_macros v0.27.2
22292026-08-12T20:45:08.393Z Compiling curve25519-dalek-derive v0.1.1
22302026-08-12T20:45:08.599Z Compiling fs-err v3.3.0
22312026-08-12T20:45:08.616Z Compiling usdt-impl v0.5.0
22322026-08-12T20:45:08.782Z Compiling unicode-properties v0.1.4
22332026-08-12T20:45:08.800Z Compiling iri-string v0.7.10
22342026-08-12T20:45:08.858Z Compiling same-file v1.0.6
22352026-08-12T20:45:09.040Z Compiling num_threads v0.1.7
22362026-08-12T20:45:09.091Z Compiling ryu v1.0.23
22372026-08-12T20:45:09.284Z Compiling unicode-bidi v0.3.18
22382026-08-12T20:45:09.502Z Compiling object v0.37.3
22392026-08-12T20:45:09.623Z Compiling allocator-api2 v0.2.21
22402026-08-12T20:45:09.906Z Compiling path-slash v0.1.5
22412026-08-12T20:45:10.078Z Compiling serde_urlencoded v0.7.1
22422026-08-12T20:45:10.181Z Compiling tower-http v0.6.8
22432026-08-12T20:45:10.187Z Compiling time v0.3.47
22442026-08-12T20:45:10.271Z Compiling stringprep v0.1.5
22452026-08-12T20:45:11.014Z Compiling walkdir v2.5.0
22462026-08-12T20:45:11.745Z Compiling futures v0.3.32
22472026-08-12T20:45:12.083Z Compiling derive_builder_macro v0.20.2
22482026-08-12T20:45:12.304Z Compiling tokio-native-tls v0.3.1
22492026-08-12T20:45:12.520Z Compiling strum v0.26.3
22502026-08-12T20:45:12.688Z Compiling block-padding v0.4.2
22512026-08-12T20:45:12.861Z Compiling scroll v0.12.0
22522026-08-12T20:45:12.966Z Compiling pin-project v1.1.11
22532026-08-12T20:45:13.008Z Compiling rustls-native-certs v0.8.3
22542026-08-12T20:45:13.152Z Compiling md-5 v0.10.6
22552026-08-12T20:45:13.187Z Compiling hash32 v0.2.1
22562026-08-12T20:45:13.191Z Compiling vergen-lib v9.1.0
22572026-08-12T20:45:13.245Z Compiling encoding_rs v0.8.35
22582026-08-12T20:45:13.279Z Compiling mime v0.3.17
22592026-08-12T20:45:13.444Z Compiling jiff-core v0.1.0
22602026-08-12T20:45:13.538Z Compiling psl-types v2.0.11
22612026-08-12T20:45:13.554Z Compiling cpufeatures v0.3.0
22622026-08-12T20:45:13.588Z Compiling fallible-iterator v0.2.0
22632026-08-12T20:45:13.683Z Compiling publicsuffix v2.3.0
22642026-08-12T20:45:13.899Z Compiling postgres-protocol v0.6.10
22652026-08-12T20:45:13.934Z Compiling goblin v0.8.2
22662026-08-12T20:45:13.952Z Compiling snafu v0.8.9
22672026-08-12T20:45:14.159Z Compiling inout v0.2.2
22682026-08-12T20:45:14.360Z Compiling jiff v0.2.34
22692026-08-12T20:45:14.401Z Compiling derive_builder v0.20.2
22702026-08-12T20:45:14.441Z Compiling hyper-tls v0.6.0
22712026-08-12T20:45:14.742Z Compiling usdt-macro v0.6.0
22722026-08-12T20:45:14.881Z Compiling usdt-attr-macro v0.6.0
22732026-08-12T20:45:14.905Z Compiling globset v0.4.18
22742026-08-12T20:45:14.922Z Compiling phf_shared v0.13.1
22752026-08-12T20:45:14.937Z Compiling crossbeam-epoch v0.9.18
22762026-08-12T20:45:15.038Z Compiling zerocopy v0.7.35
22772026-08-12T20:45:15.311Z Compiling regex v1.12.3
22782026-08-12T20:45:15.700Z Compiling serde_plain v1.0.2
22792026-08-12T20:45:15.759Z Compiling serde_repr v0.1.20
22802026-08-12T20:45:15.781Z Compiling enum-as-inner v0.6.1
22812026-08-12T20:45:15.959Z Compiling pem v3.0.6
22822026-08-12T20:45:16.017Z Compiling vergen v9.1.0
22832026-08-12T20:45:16.033Z Compiling cargo-platform v0.3.2
22842026-08-12T20:45:16.254Z Compiling ff v0.13.1
22852026-08-12T20:45:16.293Z Compiling filetime v0.2.27
22862026-08-12T20:45:16.365Z Compiling const-oid v0.10.2
22872026-08-12T20:45:16.368Z Compiling typed-path v0.9.3
22882026-08-12T20:45:16.424Z Compiling bumpalo v3.20.2
22892026-08-12T20:45:16.730Z Compiling bitflags v1.3.2
22902026-08-12T20:45:16.734Z Compiling xattr v1.6.1
22912026-08-12T20:45:16.767Z Compiling unicode-segmentation v1.12.0
22922026-08-12T20:45:16.781Z Compiling either v1.15.0
22932026-08-12T20:45:16.799Z Compiling foldhash v0.2.0
22942026-08-12T20:45:16.802Z Compiling libbz2-rs-sys v0.2.2
22952026-08-12T20:45:16.987Z Compiling foldhash v0.1.5
22962026-08-12T20:45:17.063Z Compiling managed v0.8.0
22972026-08-12T20:45:17.188Z Compiling base16ct v0.2.0
22982026-08-12T20:45:17.219Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22992026-08-12T20:45:17.347Z Compiling sec1 v0.7.3
23002026-08-12T20:45:17.434Z Compiling bzip2 v0.6.1
23012026-08-12T20:45:17.466Z Compiling hashbrown v0.15.5
23022026-08-12T20:45:17.671Z Compiling hashbrown v0.16.1
23032026-08-12T20:45:17.707Z Compiling tar v0.4.46
23042026-08-12T20:45:17.934Z Compiling zopfli v0.8.3
23052026-08-12T20:45:18.101Z Compiling digest v0.11.3
23062026-08-12T20:45:18.184Z Compiling group v0.13.0
23072026-08-12T20:45:18.201Z Compiling dof v0.3.0
23082026-08-12T20:45:18.244Z Compiling cargo_metadata v0.23.1
23092026-08-12T20:45:18.923Z Compiling phf v0.13.1
23102026-08-12T20:45:19.068Z Compiling zstd v0.13.3
23112026-08-12T20:45:19.373Z Compiling reqwest v0.12.28
23122026-08-12T20:45:19.666Z Compiling cipher v0.5.2
23132026-08-12T20:45:19.669Z Compiling signal-hook-mio v0.2.5
23142026-08-12T20:45:19.699Z Compiling postgres-types v0.2.12
23152026-08-12T20:45:19.775Z Compiling cookie_store v0.22.1
23162026-08-12T20:45:19.986Z Compiling strum v0.27.2
23172026-08-12T20:45:20.261Z Compiling hubpack v0.1.2
23182026-08-12T20:45:20.294Z Compiling phf_shared v0.11.3
23192026-08-12T20:45:20.316Z Compiling hkdf v0.12.4
23202026-08-12T20:45:20.436Z Compiling dtrace-parser v0.2.0
23212026-08-12T20:45:20.471Z Compiling ed25519 v2.2.3
23222026-08-12T20:45:20.498Z Compiling byte-wrapper v0.1.0
23232026-08-12T20:45:20.515Z Compiling olpc-cjson v0.1.4
23242026-08-12T20:45:20.847Z Compiling serde-big-array v0.5.1
23252026-08-12T20:45:21.024Z Compiling crypto-bigint v0.5.5
23262026-08-12T20:45:21.095Z Compiling float-cmp v0.10.0
23272026-08-12T20:45:21.111Z Compiling memmap2 v0.9.10
23282026-08-12T20:45:21.129Z Compiling thread-id v4.2.2
23292026-08-12T20:45:21.278Z Compiling fixedbitset v0.4.2
23302026-08-12T20:45:21.299Z Compiling static_assertions v1.1.0
23312026-08-12T20:45:21.368Z Compiling data-encoding v2.10.0
23322026-08-12T20:45:21.394Z Compiling normalize-line-endings v0.3.0
23332026-08-12T20:45:21.456Z Compiling predicates-core v1.0.10
23342026-08-12T20:45:21.489Z Compiling winnow v0.7.14
23352026-08-12T20:45:21.515Z Compiling fixedbitset v0.5.7
23362026-08-12T20:45:21.532Z Compiling rayon-core v1.13.0
23372026-08-12T20:45:21.654Z Compiling difflib v0.4.0
23382026-08-12T20:45:21.722Z Compiling toml_write v0.1.2
23392026-08-12T20:45:21.838Z Compiling new_debug_unreachable v1.0.6
23402026-08-12T20:45:22.090Z Compiling keccak v0.1.6
23412026-08-12T20:45:22.153Z Compiling precomputed-hash v0.1.1
23422026-08-12T20:45:22.214Z Compiling whoami v2.1.0
23432026-08-12T20:45:22.363Z Compiling winnow v1.0.3
23442026-08-12T20:45:22.648Z Compiling tokio-postgres v0.7.16
23452026-08-12T20:45:22.758Z Compiling toml_parser v1.1.2+spec-1.1.0
23462026-08-12T20:45:22.795Z Compiling chacha20 v0.10.0
23472026-08-12T20:45:22.891Z Compiling sha3 v0.10.8
23482026-08-12T20:45:23.144Z Compiling string_cache v0.8.9
23492026-08-12T20:45:23.254Z Compiling toml_edit v0.22.27
23502026-08-12T20:45:23.404Z Compiling elliptic-curve v0.13.8
23512026-08-12T20:45:23.462Z Compiling predicates v3.1.4
23522026-08-12T20:45:23.738Z Compiling petgraph v0.8.3
23532026-08-12T20:45:23.963Z Compiling hickory-proto v0.25.2
23542026-08-12T20:45:24.099Z Compiling petgraph v0.6.5
23552026-08-12T20:45:24.116Z Compiling usdt v0.6.0
23562026-08-12T20:45:24.411Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23572026-08-12T20:45:25.276Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23582026-08-12T20:45:26.055Z Compiling ed25519-dalek v2.2.0
23592026-08-12T20:45:26.775Z Compiling zip v4.6.1
23602026-08-12T20:45:27.075Z Compiling crossterm v0.28.1
23612026-08-12T20:45:27.519Z Compiling iddqd v0.4.2
23622026-08-12T20:45:28.159Z Compiling heck v0.4.1
23632026-08-12T20:45:28.249Z Compiling similar v2.7.0
23642026-08-12T20:45:28.408Z Compiling itertools v0.15.0
23652026-08-12T20:45:28.424Z Compiling itertools v0.13.0
23662026-08-12T20:45:29.067Z Compiling serde_with v3.21.0
23672026-08-12T20:45:30.117Z Compiling tokio-stream v0.1.18
23682026-08-12T20:45:30.141Z Compiling buf-list v1.1.2
23692026-08-12T20:45:30.264Z Compiling half v2.7.1
23702026-08-12T20:45:30.439Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23712026-08-12T20:45:30.537Z Compiling openapiv3 v2.2.0
23722026-08-12T20:45:31.104Z Compiling peg-runtime v0.8.5
23732026-08-12T20:45:31.120Z Compiling ciborium-io v0.2.2
23742026-08-12T20:45:31.168Z Compiling lalrpop-util v0.19.12
23752026-08-12T20:45:31.237Z Compiling ciborium-ll v0.2.2
23762026-08-12T20:45:32.266Z Compiling crossbeam-deque v0.8.6
23772026-08-12T20:45:32.782Z Compiling camino-tempfile v1.4.1
23782026-08-12T20:45:33.248Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23792026-08-12T20:45:33.884Z Compiling blake3 v1.8.5
23802026-08-12T20:45:34.003Z Compiling fs-err v2.11.0
23812026-08-12T20:45:36.862Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23822026-08-12T20:45:38.379Z Compiling ciborium v0.2.2
23832026-08-12T20:45:38.806Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
23842026-08-12T20:45:39.059Z Compiling rustls-webpki v0.103.13
23852026-08-12T20:45:39.881Z Compiling thread_local v1.1.9
23862026-08-12T20:45:40.152Z Compiling arrayref v0.3.9
23872026-08-12T20:45:40.181Z Compiling constant_time_eq v0.4.2
23882026-08-12T20:45:40.235Z Compiling slog-async v2.8.0
23892026-08-12T20:45:40.268Z Compiling arrayvec v0.7.6
23902026-08-12T20:45:40.398Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23912026-08-12T20:45:40.413Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23922026-08-12T20:45:40.576Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23932026-08-12T20:45:40.726Z Compiling toml v0.8.23
23942026-08-12T20:45:40.840Z Compiling atomicwrites v0.4.4
23952026-08-12T20:45:40.860Z Compiling sha2 v0.11.0
23962026-08-12T20:45:40.928Z Compiling digest-io v0.1.0
23972026-08-12T20:45:41.092Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23982026-08-12T20:45:41.114Z Compiling crossbeam-channel v0.5.15
23992026-08-12T20:45:41.144Z Compiling serde_path_to_error v0.1.20
24002026-08-12T20:45:41.160Z Compiling is-terminal v0.4.17
24012026-08-12T20:45:41.278Z Compiling indent_write v2.2.0
24022026-08-12T20:45:41.454Z Compiling parse-size v1.1.0
24032026-08-12T20:45:41.618Z Compiling topological-sort v0.2.2
24042026-08-12T20:45:41.657Z Compiling rawzip v0.4.4
24052026-08-12T20:45:41.693Z Compiling debug-ignore v1.0.5
24062026-08-12T20:45:41.768Z Compiling term v1.2.1
24072026-08-12T20:45:41.807Z Compiling take_mut v0.2.2
24082026-08-12T20:45:41.827Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24092026-08-12T20:45:41.843Z Compiling shell-words v1.1.1
24102026-08-12T20:45:42.108Z Compiling slog-term v2.9.2
24112026-08-12T20:45:42.719Z Compiling tokio-rustls v0.26.4
24122026-08-12T20:45:42.881Z Compiling rustls-platform-verifier v0.6.2
24132026-08-12T20:45:43.016Z Compiling hyper-rustls v0.27.7
24142026-08-12T20:45:43.033Z Compiling tough v0.22.0
24152026-08-12T20:45:43.343Z Compiling reqwest v0.13.2
24162026-08-12T20:45:45.896Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24172026-08-12T20:45:50.298Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24182026-08-12T20:45:52.430Z Compiling omicron-zone-package v0.12.3
24192026-08-12T20:45:52.691Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24202026-08-12T20:45:53.195Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24212026-08-12T20:45:53.210Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24222026-08-12T20:45:57.614Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24232026-08-12T20:46:10.140Z Finished `release` profile [optimized] target(s) in 1m 37s
24242026-08-12T20:46:10.294Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24252026-08-12T20:46:10.352ZAug 12 20:46:09.076 DEBG changing working directory to /work/oxidecomputer/omicron
24262026-08-12T20:46:10.452ZAug 12 20:46:09.176 DEBG running: git rev-parse HEAD
24272026-08-12T20:46:10.456ZAug 12 20:46:09.179 DEBG process exited with exit status: 0 (2.679361ms)
24282026-08-12T20:46:10.456ZAug 12 20:46:09.179 INFO version: 23.0.0-0.ci+git05e8f0365df
24292026-08-12T20:46:10.464ZAug 12 20:46:09.188 INFO cloning helios to /work/oxidecomputer/helios
24302026-08-12T20:46:10.464ZAug 12 20:46:09.188 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24312026-08-12T20:46:10.467ZCloning into '/work/oxidecomputer/helios'...
24322026-08-12T20:46:11.100ZAug 12 20:46:09.824 DEBG process exited with exit status: 0 (636.227843ms)
24332026-08-12T20:46:11.101ZAug 12 20:46:09.824 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24342026-08-12T20:46:11.104ZAug 12 20:46:09.827 DEBG process exited with exit status: 0 (2.641691ms)
24352026-08-12T20:46:11.104ZAug 12 20:46:09.827 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24362026-08-12T20:46:11.478ZAug 12 20:46:10.201 DEBG process exited with exit status: 0 (374.822437ms)
24372026-08-12T20:46:11.478ZAug 12 20:46:10.201 DEBG running: zfs list rpool/images/build/host
24382026-08-12T20:46:11.482ZNAME USED AVAIL REFER MOUNTPOINT
24392026-08-12T20:46:11.482Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24402026-08-12T20:46:11.485ZAug 12 20:46:10.206 DEBG process exited with exit status: 0 (4.655982ms)
24412026-08-12T20:46:11.485ZAug 12 20:46:10.206 DEBG running: zfs list rpool/images/build/recovery
24422026-08-12T20:46:11.488ZNAME USED AVAIL REFER MOUNTPOINT
24432026-08-12T20:46:11.488Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24442026-08-12T20:46:11.488ZAug 12 20:46:10.210 DEBG process exited with exit status: 0 (3.674611ms)
24452026-08-12T20:46:11.488ZAug 12 20:46:10.210 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24462026-08-12T20:46:11.498ZAug 12 20:46:10.222 INFO console client API version matches nexus API version (2026073100.0.0)
24472026-08-12T20:46:11.501ZAug 12 20:46:10.223 INFO [hubris-staging] running task
24482026-08-12T20:46:11.501ZAug 12 20:46:10.224 INFO [hubris-production] running task
24492026-08-12T20:46:11.501ZAug 12 20:46:10.224 INFO [incorp-manifest] running task
24502026-08-12T20:46:11.501ZAug 12 20:46:10.224 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24512026-08-12T20:46:11.501ZAug 12 20:46:10.224 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24522026-08-12T20:46:11.501ZAug 12 20:46:10.224 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
24532026-08-12T20:46:11.504ZAug 12 20:46:10.225 INFO [incorp-create] running: pkgrepo create /work/incorporation
24542026-08-12T20:46:11.538Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24552026-08-12T20:46:11.611Z[ omicron-package] Blocking waiting for file lock on package cache
24562026-08-12T20:46:11.776ZAug 12 20:46:10.500 INFO [incorp-create] process exited with exit status: 0 (275.04996ms)
24572026-08-12T20:46:11.780ZAug 12 20:46:10.500 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24582026-08-12T20:46:12.012ZAug 12 20:46:10.735 INFO [incorp-publisher] process exited with exit status: 0 (234.982087ms)
24592026-08-12T20:46:12.371Z[ omicron-package] Blocking waiting for file lock on package cache
24602026-08-12T20:46:12.767ZAug 12 20:46:11.491 INFO [hubris-production] task succeeded (1.267142384s)
24612026-08-12T20:46:13.211ZAug 12 20:46:11.934 DEBG process exited with exit status: 0 (1.710630316s)
24622026-08-12T20:46:13.214ZAug 12 20:46:11.934 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24632026-08-12T20:46:13.633Z[ omicron-package] Compiling macaddr v1.0.1
24642026-08-12T20:46:13.633Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24652026-08-12T20:46:13.633Z[ omicron-package] Compiling secrecy v0.10.3
24662026-08-12T20:46:13.633Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672026-08-12T20:46:13.633Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24682026-08-12T20:46:13.633Z[ omicron-package] Compiling heapless v0.8.0
24692026-08-12T20:46:13.633Z[ omicron-package] Compiling ingot-macros v0.2.0
24702026-08-12T20:46:13.633Z[ omicron-package] Compiling hash32 v0.3.1
24712026-08-12T20:46:13.634Z[ omicron-package] Compiling inout v0.1.4
24722026-08-12T20:46:13.634Z[ omicron-package] Compiling multer v3.1.0
24732026-08-12T20:46:13.634Z[ omicron-package] Compiling smoltcp v0.11.0
24742026-08-12T20:46:13.634Z[ omicron-package] Compiling unicode-width v0.2.0
24752026-08-12T20:46:13.634Z[ omicron-package] Compiling compression-core v0.4.31
24762026-08-12T20:46:13.634Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24772026-08-12T20:46:13.634Z[ omicron-package] Compiling match_cfg v0.1.0
24782026-08-12T20:46:13.634Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24792026-08-12T20:46:14.391Z[ omicron-package] Compiling hostname v0.3.1
24802026-08-12T20:46:14.395Z[ omicron-package] Compiling slog-json v2.6.1
24812026-08-12T20:46:14.415Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
24822026-08-12T20:46:14.860Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24832026-08-12T20:46:14.941Z[ omicron-package] Compiling compression-codecs v0.4.37
24842026-08-12T20:46:14.944Z[ omicron-package] Compiling cobs v0.3.0
24852026-08-12T20:46:14.944Z[ omicron-package] Compiling cipher v0.4.4
24862026-08-12T20:46:14.944Z[ omicron-package] Compiling universal-hash v0.5.1
24872026-08-12T20:46:15.125Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24882026-08-12T20:46:15.217Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24892026-08-12T20:46:15.278Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24902026-08-12T20:46:15.374Z[ omicron-package] Compiling dropshot v0.17.1
24912026-08-12T20:46:15.378Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
24922026-08-12T20:46:15.378Z[ omicron-package] Compiling serde_spanned v1.1.1
24932026-08-12T20:46:15.381Z[ omicron-package] Compiling async-stream-impl v0.3.6
24942026-08-12T20:46:15.381Z[ omicron-package] Compiling convert_case v0.4.0
24952026-08-12T20:46:15.441Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24962026-08-12T20:46:15.444Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
24972026-08-12T20:46:15.553Z[ omicron-package] Compiling opaque-debug v0.3.1
24982026-08-12T20:46:15.616Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24992026-08-12T20:46:15.712Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25002026-08-12T20:46:15.713Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25012026-08-12T20:46:15.780Z[ omicron-package] Compiling derive_more v0.99.20
25022026-08-12T20:46:15.802Z[ omicron-package] Compiling poly1305 v0.8.0
25032026-08-12T20:46:15.977ZAug 12 20:46:14.700 DEBG process exited with exit status: 0 (2.765506513s)
25042026-08-12T20:46:15.980ZAug 12 20:46:14.702 INFO [incorp-manifest] task succeeded (4.47875973s)
25052026-08-12T20:46:15.980ZAug 12 20:46:14.702 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25062026-08-12T20:46:16.002Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25072026-08-12T20:46:16.100Z[ omicron-package] Compiling chacha20 v0.9.1
25082026-08-12T20:46:16.218Z[ omicron-package] Compiling postcard v1.1.3
25092026-08-12T20:46:16.233ZAug 12 20:46:14.956 INFO [incorp-fmt] process exited with exit status: 0 (253.831142ms)
25102026-08-12T20:46:16.236ZAug 12 20:46:14.956 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25112026-08-12T20:46:16.266Z[ omicron-package] Compiling async-stream v0.3.6
25122026-08-12T20:46:16.267Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25132026-08-12T20:46:16.267Z[ omicron-package] Compiling async-compression v0.4.41
25142026-08-12T20:46:16.270Z[ omicron-package] Compiling slog-bunyan v2.5.0
25152026-08-12T20:46:16.319Z[ omicron-package] Compiling num_enum_derive v0.7.6
25162026-08-12T20:46:16.458Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25172026-08-12T20:46:16.637Z[ omicron-package] Compiling sha1 v0.11.0
25182026-08-12T20:46:16.637Z[ omicron-package] Compiling progenitor-client v0.14.0
25192026-08-12T20:46:16.641Z[ omicron-package] Compiling parse-display-derive v0.10.0
25202026-08-12T20:46:16.676Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260812T204615Z
25212026-08-12T20:46:16.676Z[ incorp-pkgsend] PUBLISHED
25222026-08-12T20:46:16.731ZAug 12 20:46:15.455 INFO [incorp-pkgsend] process exited with exit status: 0 (498.142143ms)
25232026-08-12T20:46:16.739ZAug 12 20:46:15.455 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25242026-08-12T20:46:16.764Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25252026-08-12T20:46:16.851Z[ omicron-package] Compiling waitgroup v0.1.2
25262026-08-12T20:46:16.922Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25272026-08-12T20:46:17.004Z[ omicron-package] Compiling backon v1.6.0
25282026-08-12T20:46:17.026Z[ helios-incorp] Retrieving packages for publisher helios ...
25292026-08-12T20:46:17.026Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25302026-08-12T20:46:17.051Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25312026-08-12T20:46:17.051Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25322026-08-12T20:46:17.054Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25332026-08-12T20:46:17.057Z[ helios-incorp]
25342026-08-12T20:46:17.057Z[ helios-incorp] Archiving packages ...
25352026-08-12T20:46:17.057Z[ helios-incorp] Packages to add: 1
25362026-08-12T20:46:17.057Z[ helios-incorp] Files to retrieve: 0
25372026-08-12T20:46:17.057Z[ helios-incorp] Estimated transfer size: 0.00 B
25382026-08-12T20:46:17.058Z[ helios-incorp]
25392026-08-12T20:46:17.058Z[ helios-incorp] Packages to archive:
25402026-08-12T20:46:17.058Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260812T204615Z
25412026-08-12T20:46:17.058Z[ helios-incorp]
25422026-08-12T20:46:17.058Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25432026-08-12T20:46:17.058Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25442026-08-12T20:46:17.117ZAug 12 20:46:15.840 INFO [helios-incorp] process exited with exit status: 0 (385.406771ms)
25452026-08-12T20:46:17.117Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25462026-08-12T20:46:17.161Z[ omicron-package] Compiling password-hash v0.5.0
25472026-08-12T20:46:17.219Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25482026-08-12T20:46:17.384Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25492026-08-12T20:46:17.410Z[ omicron-package] Compiling blake2 v0.10.6
25502026-08-12T20:46:17.491Z[ omicron-package] Compiling aead v0.5.2
25512026-08-12T20:46:17.545Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25522026-08-12T20:46:17.610Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25532026-08-12T20:46:17.660Z[ omicron-package] Compiling proc-macro-error v1.0.4
25542026-08-12T20:46:17.906Z[ omicron-package] Compiling hostname v0.4.2
25552026-08-12T20:46:17.972Z[ omicron-package] Compiling instant v0.1.13
25562026-08-12T20:46:18.035Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25572026-08-12T20:46:18.074Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25582026-08-12T20:46:18.155Z[ omicron-package] Compiling ingot-types v0.2.0
25592026-08-12T20:46:18.243Z[ omicron-package] Compiling backoff v0.4.0
25602026-08-12T20:46:18.270Z[ omicron-package] Compiling argon2 v0.5.3
25612026-08-12T20:46:18.330Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25622026-08-12T20:46:18.358Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25632026-08-12T20:46:18.436Z[ omicron-package] Compiling num_enum v0.7.6
25642026-08-12T20:46:18.439Z[ omicron-package] Compiling num_enum_derive v0.5.11
25652026-08-12T20:46:18.537Z[ omicron-package] Compiling parse-display v0.10.0
25662026-08-12T20:46:18.601Z[ omicron-package] Compiling progenitor-extras v0.2.0
25672026-08-12T20:46:18.638Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25682026-08-12T20:46:18.698Z[ omicron-package] Compiling vsss-rs v3.3.4
25692026-08-12T20:46:18.796Z[ omicron-package] Compiling ingot v0.2.1
25702026-08-12T20:46:18.846Z[ omicron-package] Compiling foreign-types v0.5.0
25712026-08-12T20:46:18.928Z[ omicron-package] Compiling tabwriter v1.4.1
25722026-08-12T20:46:19.060Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25732026-08-12T20:46:19.104Z[ omicron-package] Compiling regress v0.10.5
25742026-08-12T20:46:19.144Z[ omicron-package] Compiling itertools v0.14.0
25752026-08-12T20:46:19.188Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25762026-08-12T20:46:19.256Z[ omicron-package] Compiling cstr-argument v0.1.2
25772026-08-12T20:46:19.379Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25782026-08-12T20:46:19.488Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25792026-08-12T20:46:19.540Z[ omicron-package] Compiling humantime v2.3.0
25802026-08-12T20:46:19.661Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25812026-08-12T20:46:19.752Z[ omicron-package] Compiling num_enum v0.5.11
25822026-08-12T20:46:19.755Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25832026-08-12T20:46:19.853Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25842026-08-12T20:46:20.026Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25852026-08-12T20:46:20.050Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25862026-08-12T20:46:20.074Z[ omicron-package] Compiling rayon v1.11.0
25872026-08-12T20:46:20.260Z[ omicron-package] Compiling rand v0.10.1
25882026-08-12T20:46:20.337Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25892026-08-12T20:46:20.420Z[ omicron-package] Compiling colored v3.1.1
25902026-08-12T20:46:20.439Z[ omicron-package] Compiling libefi-sys v0.1.0
25912026-08-12T20:46:20.516Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25922026-08-12T20:46:20.552Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25932026-08-12T20:46:20.858Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25942026-08-12T20:46:20.973Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25952026-08-12T20:46:21.080Z[ omicron-package] Compiling itertools v0.12.1
25962026-08-12T20:46:21.193Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25972026-08-12T20:46:21.244Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25982026-08-12T20:46:21.289Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25992026-08-12T20:46:21.364Z[ omicron-package] Compiling usdt-macro v0.5.0
26002026-08-12T20:46:21.385Z[ omicron-package] Compiling sigpipe v0.1.3
26012026-08-12T20:46:21.449Z[ omicron-package] Compiling memmap v0.7.0
26022026-08-12T20:46:21.520Z[ omicron-package] Compiling bitfield-struct v0.6.2
26032026-08-12T20:46:21.552Z[ omicron-package] Compiling num-derive v0.4.2
26042026-08-12T20:46:21.555Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26052026-08-12T20:46:21.624Z[ omicron-package] Compiling swrite v0.1.0
26062026-08-12T20:46:21.835Z[ omicron-package] Compiling glob v0.3.3
26072026-08-12T20:46:22.171Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26082026-08-12T20:46:22.452Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26092026-08-12T20:46:22.477Z[ omicron-package] Compiling usdt v0.5.0
26102026-08-12T20:46:22.629Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26112026-08-12T20:46:22.672Z[ omicron-package] Compiling smf v0.2.3
26122026-08-12T20:46:22.717Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132026-08-12T20:46:22.910Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26142026-08-12T20:46:23.051Z[ omicron-package] Compiling zone v0.3.1
26152026-08-12T20:46:23.136Z[ omicron-package] Compiling whoami v1.6.1
26162026-08-12T20:46:23.193Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26172026-08-12T20:46:23.291Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26182026-08-12T20:46:23.369Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26192026-08-12T20:46:23.458Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26202026-08-12T20:46:23.818Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26212026-08-12T20:46:23.864Z[ omicron-package] Compiling console v0.16.2
26222026-08-12T20:46:23.942Z[ omicron-package] Compiling gethostname v0.5.0
26232026-08-12T20:46:23.980Z[ omicron-package] Compiling unit-prefix v0.5.2
26242026-08-12T20:46:24.027Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26252026-08-12T20:46:24.291Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26262026-08-12T20:46:24.565Z[ omicron-package] Compiling indicatif v0.18.4
26272026-08-12T20:46:25.506Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26282026-08-12T20:46:28.368ZAug 12 20:46:27.091 INFO [hubris-staging] task succeeded (16.867978324s)
26292026-08-12T20:46:28.982Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26302026-08-12T20:46:29.182Z[ helios-setup] Aug 12 20:46:27.905 INFO helios repository root is: /work/oxidecomputer/helios
26312026-08-12T20:46:29.186Z[ helios-setup] Aug 12 20:46:27.906 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
26322026-08-12T20:46:29.186Z[ helios-setup] Aug 12 20:46:27.906 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26332026-08-12T20:46:29.186Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26342026-08-12T20:46:30.155Z[ helios-setup] Aug 12 20:46:28.879 INFO clone ok!, project: chelsio-t6-roms
26352026-08-12T20:46:30.158Z[ helios-setup] Aug 12 20:46:28.879 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
26362026-08-12T20:46:30.159Z[ helios-setup] Aug 12 20:46:28.879 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26372026-08-12T20:46:30.159Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26382026-08-12T20:46:30.843Z[ helios-setup] Aug 12 20:46:29.566 INFO clone ok!, project: dmar-report
26392026-08-12T20:46:30.844Z[ helios-setup] Aug 12 20:46:29.567 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
26402026-08-12T20:46:30.847Z[ helios-setup] Aug 12 20:46:29.567 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26412026-08-12T20:46:30.847Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26422026-08-12T20:46:31.472Z[ helios-setup] Aug 12 20:46:30.195 INFO clone ok!, project: image-builder
26432026-08-12T20:46:31.472Z[ helios-setup] Aug 12 20:46:30.195 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
26442026-08-12T20:46:31.475Z[ helios-setup] Aug 12 20:46:30.195 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26452026-08-12T20:46:31.475Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26462026-08-12T20:46:32.031Z[ helios-setup] Aug 12 20:46:30.753 INFO clone ok!, project: phbl
26472026-08-12T20:46:32.031Z[ helios-setup] Aug 12 20:46:30.754 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26482026-08-12T20:46:32.034Z[ helios-setup] Aug 12 20:46:30.754 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
26492026-08-12T20:46:32.034Z[ helios-setup] Aug 12 20:46:30.754 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26502026-08-12T20:46:32.034Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26512026-08-12T20:46:32.893Z[ helios-setup] Aug 12 20:46:31.617 INFO clone ok!, project: pilot
26522026-08-12T20:46:32.896Z[ helios-setup] Aug 12 20:46:31.617 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26532026-08-12T20:46:32.896Z[ helios-setup] Aug 12 20:46:31.617 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
26542026-08-12T20:46:32.896Z[ helios-setup] Aug 12 20:46:31.617 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26552026-08-12T20:46:32.896Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26562026-08-12T20:46:33.394Z[ helios-setup] Aug 12 20:46:32.118 INFO clone ok!, project: pinprick
26572026-08-12T20:46:33.394Z[ helios-setup] Aug 12 20:46:32.118 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
26582026-08-12T20:46:33.394Z[ helios-setup] Aug 12 20:46:32.118 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
26592026-08-12T20:46:33.398Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26602026-08-12T20:46:34.225Z[ helios-setup] Aug 12 20:46:32.948 INFO clone ok!, project: amd-host-image-builder
26612026-08-12T20:46:34.225Z[ helios-setup] Aug 12 20:46:32.948 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
26622026-08-12T20:46:34.228Z[ helios-setup] Aug 12 20:46:32.948 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26632026-08-12T20:46:34.228Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26642026-08-12T20:46:38.032Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26652026-08-12T20:46:41.703Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26662026-08-12T20:46:42.952Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26672026-08-12T20:46:44.323Z[ helios-setup] Aug 12 20:46:43.046 INFO clone ok!, project: amd-firmware
26682026-08-12T20:46:44.323Z[ helios-setup] Aug 12 20:46:43.046 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
26692026-08-12T20:46:44.326Z[ helios-setup] Aug 12 20:46:43.046 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26702026-08-12T20:46:44.326Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26712026-08-12T20:46:44.874Z[ helios-setup] Aug 12 20:46:43.597 INFO clone ok!, project: bootserver
26722026-08-12T20:46:44.877Z[ helios-setup] Aug 12 20:46:43.598 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26732026-08-12T20:46:44.877Z[ helios-setup] Aug 12 20:46:43.598 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26742026-08-12T20:46:45.140Z[ helios-setup] Aug 12 20:46:43.863 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26752026-08-12T20:46:45.380Z[ helios-setup] Aug 12 20:46:44.103 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26762026-08-12T20:46:45.380Z[ helios-setup] Aug 12 20:46:44.104 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26772026-08-12T20:46:45.605Z[ helios-setup] Aug 12 20:46:44.328 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26782026-08-12T20:46:45.833Z[ helios-setup] Aug 12 20:46:44.556 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26792026-08-12T20:46:45.833Z[ helios-setup] Aug 12 20:46:44.557 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26802026-08-12T20:46:46.060Z[ helios-setup] Aug 12 20:46:44.783 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26812026-08-12T20:46:46.293Z[ helios-setup] Aug 12 20:46:45.017 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26822026-08-12T20:46:46.293Z[ helios-setup] Aug 12 20:46:45.017 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26832026-08-12T20:46:46.297Z[ helios-setup] Aug 12 20:46:45.017 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26842026-08-12T20:46:46.297Z[ helios-setup] Aug 12 20:46:45.017 INFO ok!
26852026-08-12T20:46:46.297Z[ helios-setup] Aug 12 20:46:45.017 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26862026-08-12T20:46:46.297Z[ helios-setup] Aug 12 20:46:45.017 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26872026-08-12T20:46:46.297Z[ helios-setup] Aug 12 20:46:45.017 INFO ok!
26882026-08-12T20:46:46.297Z[ helios-setup] Aug 12 20:46:45.017 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26892026-08-12T20:46:46.297Z[ helios-setup] Aug 12 20:46:45.017 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26902026-08-12T20:46:46.298Z[ helios-setup] Aug 12 20:46:45.017 INFO ok!
26912026-08-12T20:46:46.298Z[ helios-setup] Aug 12 20:46:45.017 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26922026-08-12T20:46:46.302Z[ helios-setup] Aug 12 20:46:45.025 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
26932026-08-12T20:46:46.302Z[ helios-setup] Aug 12 20:46:45.025 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26942026-08-12T20:46:46.305Z[ helios-setup] Aug 12 20:46:45.025 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26952026-08-12T20:46:46.398Z[ helios-setup] Aug 12 20:46:45.122 INFO E| Updating crates.io index
26962026-08-12T20:46:46.486Z[ helios-setup] Aug 12 20:46:45.209 INFO E| Downloading crates ...
26972026-08-12T20:46:46.542Z[ helios-setup] Aug 12 20:46:45.266 INFO E| Downloaded getrandom v0.3.3
26982026-08-12T20:46:46.551Z[ helios-setup] Aug 12 20:46:45.275 INFO E| Downloaded errno v0.3.12
26992026-08-12T20:46:46.567Z[ helios-setup] Aug 12 20:46:45.291 INFO E| Downloaded thiserror-impl v2.0.12
27002026-08-12T20:46:46.580Z[ helios-setup] Aug 12 20:46:45.304 INFO E| Downloaded itoa v1.0.15
27012026-08-12T20:46:46.589Z[ helios-setup] Aug 12 20:46:45.312 INFO E| Downloaded time v0.3.41
27022026-08-12T20:46:46.593Z[ helios-setup] Aug 12 20:46:45.317 INFO E| Downloaded anyhow v1.0.98
27032026-08-12T20:46:46.596Z[ helios-setup] Aug 12 20:46:45.319 INFO E| Downloaded time-core v0.1.4
27042026-08-12T20:46:46.601Z[ helios-setup] Aug 12 20:46:45.324 INFO E| Downloaded serde_with_macros v3.12.0
27052026-08-12T20:46:46.604Z[ helios-setup] Aug 12 20:46:45.326 INFO E| Downloaded autocfg v1.4.0
27062026-08-12T20:46:46.604Z[ helios-setup] Aug 12 20:46:45.327 INFO E| Downloaded time-macros v0.2.22
27072026-08-12T20:46:46.607Z[ helios-setup] Aug 12 20:46:45.329 INFO E| Downloaded deranged v0.4.0
27082026-08-12T20:46:46.610Z[ helios-setup] Aug 12 20:46:45.333 INFO E| Downloaded thiserror v2.0.12
27092026-08-12T20:46:46.622Z[ helios-setup] Aug 12 20:46:45.345 INFO E| Downloaded quote v1.0.40
27102026-08-12T20:46:46.625Z[ helios-setup] Aug 12 20:46:45.347 INFO E| Downloaded unicode-ident v1.0.18
27112026-08-12T20:46:46.628Z[ helios-setup] Aug 12 20:46:45.351 INFO E| Downloaded bitflags v2.9.1
27122026-08-12T20:46:46.633Z[ helios-setup] Aug 12 20:46:45.353 INFO E| Downloaded serde v1.0.219
27132026-08-12T20:46:46.638Z[ helios-setup] Aug 12 20:46:45.362 INFO E| Downloaded iana-time-zone v0.1.63
27142026-08-12T20:46:46.641Z[ helios-setup] Aug 12 20:46:45.364 INFO E| Downloaded proc-macro2 v1.0.95
27152026-08-12T20:46:46.644Z[ helios-setup] Aug 12 20:46:45.366 INFO E| Downloaded tempfile v3.20.0
27162026-08-12T20:46:46.644Z[ helios-setup] Aug 12 20:46:45.367 INFO E| Downloaded ryu v1.0.20
27172026-08-12T20:46:46.661Z[ helios-setup] Aug 12 20:46:45.384 INFO E| Downloaded serde_derive v1.0.219
27182026-08-12T20:46:46.672Z[ helios-setup] Aug 12 20:46:45.395 INFO E| Downloaded indexmap v2.9.0
27192026-08-12T20:46:46.680Z[ helios-setup] Aug 12 20:46:45.403 INFO E| Downloaded memchr v2.7.4
27202026-08-12T20:46:46.697Z[ helios-setup] Aug 12 20:46:45.421 INFO E| Downloaded hashbrown v0.15.3
27212026-08-12T20:46:46.703Z[ helios-setup] Aug 12 20:46:45.426 INFO E| Downloaded serde_json v1.0.140
27222026-08-12T20:46:46.707Z[ helios-setup] Aug 12 20:46:45.431 INFO E| Downloaded serde_with v3.12.0
27232026-08-12T20:46:46.718Z[ helios-setup] Aug 12 20:46:45.441 INFO E| Downloaded chrono v0.4.41
27242026-08-12T20:46:46.740Z[ helios-setup] Aug 12 20:46:45.464 INFO E| Downloaded syn v2.0.101
27252026-08-12T20:46:46.757Z[ helios-setup] Aug 12 20:46:45.480 INFO E| Downloaded rustix v1.0.7
27262026-08-12T20:46:46.786Z[ helios-setup] Aug 12 20:46:45.509 INFO E| Downloaded libc v0.2.172
27272026-08-12T20:46:46.836Z[ helios-setup] Aug 12 20:46:45.559 INFO E| Compiling proc-macro2 v1.0.95
27282026-08-12T20:46:46.836Z[ helios-setup] Aug 12 20:46:45.559 INFO E| Compiling unicode-ident v1.0.18
27292026-08-12T20:46:46.836Z[ helios-setup] Aug 12 20:46:45.559 INFO E| Compiling libc v0.2.172
27302026-08-12T20:46:46.839Z[ helios-setup] Aug 12 20:46:45.559 INFO E| Compiling fnv v1.0.7
27312026-08-12T20:46:46.839Z[ helios-setup] Aug 12 20:46:45.559 INFO E| Compiling ident_case v1.0.1
27322026-08-12T20:46:46.839Z[ helios-setup] Aug 12 20:46:45.559 INFO E| Compiling strsim v0.11.1
27332026-08-12T20:46:46.839Z[ helios-setup] Aug 12 20:46:45.559 INFO E| Compiling serde v1.0.219
27342026-08-12T20:46:46.839Z[ helios-setup] Aug 12 20:46:45.559 INFO E| Compiling rustix v1.0.7
27352026-08-12T20:46:46.852Z[ helios-setup] Aug 12 20:46:45.575 INFO E| Compiling getrandom v0.3.3
27362026-08-12T20:46:46.855Z[ helios-setup] Aug 12 20:46:45.575 INFO E| Compiling cfg-if v1.0.0
27372026-08-12T20:46:46.855Z[ helios-setup] Aug 12 20:46:45.576 INFO E| Compiling serde_json v1.0.140
27382026-08-12T20:46:46.855Z[ helios-setup] Aug 12 20:46:45.576 INFO E| Compiling bitflags v2.9.1
27392026-08-12T20:46:46.855Z[ helios-setup] Aug 12 20:46:45.576 INFO E| Compiling anyhow v1.0.98
27402026-08-12T20:46:46.855Z[ helios-setup] Aug 12 20:46:45.576 INFO E| Compiling thiserror v2.0.12
27412026-08-12T20:46:46.855Z[ helios-setup] Aug 12 20:46:45.576 INFO E| Compiling ryu v1.0.20
27422026-08-12T20:46:46.855Z[ helios-setup] Aug 12 20:46:45.576 INFO E| Compiling fastrand v2.3.0
27432026-08-12T20:46:46.968Z[ helios-setup] Aug 12 20:46:45.691 INFO E| Compiling once_cell v1.21.3
27442026-08-12T20:46:46.995Z[ helios-setup] Aug 12 20:46:45.718 INFO E| Compiling memchr v2.7.4
27452026-08-12T20:46:46.999Z[ helios-setup] Aug 12 20:46:45.722 INFO E| Compiling itoa v1.0.15
27462026-08-12T20:46:47.004Z[ helios-setup] Aug 12 20:46:45.728 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27472026-08-12T20:46:47.521Z[ helios-setup] Aug 12 20:46:46.244 INFO E| Compiling errno v0.3.12
27482026-08-12T20:46:47.818Z[ helios-setup] Aug 12 20:46:46.541 INFO E| Compiling quote v1.0.40
27492026-08-12T20:46:47.984Z[ helios-setup] Aug 12 20:46:46.708 INFO E| Compiling syn v2.0.101
27502026-08-12T20:46:48.363Z[ helios-setup] Aug 12 20:46:47.085 INFO E| Compiling tempfile v3.20.0
27512026-08-12T20:46:50.081Z[ helios-setup] Aug 12 20:46:48.804 INFO E| Compiling darling_core v0.20.11
27522026-08-12T20:46:50.461Z[ helios-setup] Aug 12 20:46:49.185 INFO E| Compiling serde_derive v1.0.219
27532026-08-12T20:46:50.461Z[ helios-setup] Aug 12 20:46:49.185 INFO E| Compiling thiserror-impl v2.0.12
27542026-08-12T20:46:51.506Z[ helios-setup] Aug 12 20:46:50.229 INFO E| Compiling darling_macro v0.20.11
27552026-08-12T20:46:52.259Z[ helios-setup] Aug 12 20:46:50.982 INFO E| Compiling darling v0.20.11
27562026-08-12T20:46:52.323Z[ helios-setup] Aug 12 20:46:51.046 INFO E| Compiling serde_with_macros v3.12.0
27572026-08-12T20:46:53.944Z[ omicron-package] Finished `release` profile [optimized] target(s) in 42.43s
27582026-08-12T20:46:54.181Z[ omicron-package]
27592026-08-12T20:46:54.181Z[ omicron-package] real 42.615971447
27602026-08-12T20:46:54.184Z[ omicron-package] user 4:20.293527119
27612026-08-12T20:46:54.184Z[ omicron-package] sys 30.025326004
27622026-08-12T20:46:54.184Z[ omicron-package] trap 0.578407954
27632026-08-12T20:46:54.184Z[ omicron-package] tflt 0.476858866
27642026-08-12T20:46:54.184Z[ omicron-package] dflt 2.917748617
27652026-08-12T20:46:54.184Z[ omicron-package] kflt 0.001875160
27662026-08-12T20:46:54.184Z[ omicron-package] lock 12:53.436966711
27672026-08-12T20:46:54.184Z[ omicron-package] slp 6:55.410564012
27682026-08-12T20:46:54.184Z[ omicron-package] lat 53.461284577
27692026-08-12T20:46:54.184Z[ omicron-package] stop 1:58.467457368
27702026-08-12T20:46:54.184ZAug 12 20:46:52.905 INFO [omicron-package] process exited with exit status: 0 (42.680063761s)
27712026-08-12T20:46:54.184ZAug 12 20:46:52.905 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27722026-08-12T20:46:54.184ZAug 12 20:46:52.905 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27732026-08-12T20:46:54.191Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27742026-08-12T20:46:54.194Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27752026-08-12T20:46:54.194Z[ host-target] Created new build target 'host' and set it as active
27762026-08-12T20:46:54.194Z[ recovery-target] Created new build target 'recovery' and set it as active
27772026-08-12T20:46:54.194ZAug 12 20:46:52.917 INFO [host-target] process exited with exit status: 0 (12.204565ms)
27782026-08-12T20:46:54.194ZAug 12 20:46:52.917 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27792026-08-12T20:46:54.194ZAug 12 20:46:52.917 INFO [recovery-target] process exited with exit status: 0 (12.232275ms)
27802026-08-12T20:46:54.199Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27812026-08-12T20:46:54.633Z[ helios-setup] Aug 12 20:46:53.355 INFO E| Compiling serde_with v3.12.0
27822026-08-12T20:46:55.752Z[ host-package] Compiling heck v0.5.0
27832026-08-12T20:46:55.966Z[ host-package] Compiling regress v0.11.1
27842026-08-12T20:46:56.009Z[ host-package] Compiling unsafe-libyaml v0.2.11
27852026-08-12T20:46:56.034Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27862026-08-12T20:46:56.065Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27872026-08-12T20:46:56.090Z[ host-package] Compiling derive-where v1.6.0
27882026-08-12T20:46:56.090Z[ host-package] Compiling bytecount v0.6.9
27892026-08-12T20:46:56.128Z[ host-package] Compiling atomicwrites v0.4.4
27902026-08-12T20:46:56.128Z[ host-package] Compiling is-terminal v0.4.17
27912026-08-12T20:46:56.128Z[ host-package] Compiling prettyplease v0.2.37
27922026-08-12T20:46:56.132Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27932026-08-12T20:46:56.132Z[ host-package] Compiling console v0.15.11
27942026-08-12T20:46:56.132Z[ host-package] Compiling newline-converter v0.3.0
27952026-08-12T20:46:56.172Z[ host-package] Compiling slog-dtrace v0.3.0
27962026-08-12T20:46:56.216Z[ host-package] Compiling num-rational v0.4.2
27972026-08-12T20:46:56.313Z[ host-package] Compiling num-complex v0.4.6
27982026-08-12T20:46:56.335Z[ host-package] Compiling thread_local v1.1.9
27992026-08-12T20:46:56.338Z[ host-package] Compiling match_cfg v0.1.0
28002026-08-12T20:46:56.413Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28012026-08-12T20:46:56.440Z[ host-package] Compiling cancel-safe-futures v0.1.5
28022026-08-12T20:46:56.465Z[ host-package] Compiling compression-core v0.4.31
28032026-08-12T20:46:56.544Z[ host-package] Compiling resolv-conf v0.7.6
28042026-08-12T20:46:56.597Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28052026-08-12T20:46:56.658Z[ host-package] Compiling expectorate v1.2.0
28062026-08-12T20:46:56.759Z[ host-package] Compiling unicode-width v0.1.14
28072026-08-12T20:46:56.838Z[ host-package] Compiling num v0.4.3
28082026-08-12T20:46:56.907Z[ host-package] Compiling compression-codecs v0.4.37
28092026-08-12T20:46:56.910Z[ host-package] Compiling hostname v0.3.1
28102026-08-12T20:46:57.029Z[ host-package] Compiling multer v3.1.0
28112026-08-12T20:46:57.100Z[ host-package] Compiling slog-async v2.8.0
28122026-08-12T20:46:57.208Z[ host-package] Compiling crossbeam-channel v0.5.15
28132026-08-12T20:46:57.257Z[ host-package] Compiling slog-json v2.6.1
28142026-08-12T20:46:57.260Z[ host-package] Compiling serde_spanned v1.1.1
28152026-08-12T20:46:57.357Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28162026-08-12T20:46:57.360Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28172026-08-12T20:46:57.360Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28182026-08-12T20:46:57.410Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28192026-08-12T20:46:57.583Z[ host-package] Compiling float-ord v0.3.2
28202026-08-12T20:46:57.741Z[ host-package] Compiling term v1.2.1
28212026-08-12T20:46:57.744Z[ host-package] Compiling take_mut v0.2.2
28222026-08-12T20:46:57.835Z[ host-package] Compiling typify-impl v0.6.2
28232026-08-12T20:46:57.863Z[ host-package] Compiling slog-bunyan v2.5.0
28242026-08-12T20:46:57.907Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28252026-08-12T20:46:57.929Z[ host-package] Compiling async-compression v0.4.41
28262026-08-12T20:46:57.957Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28272026-08-12T20:46:58.317Z[ host-package] Compiling slog-term v2.9.2
28282026-08-12T20:46:58.367Z[ host-package] Compiling dropshot v0.17.1
28292026-08-12T20:46:58.406Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28302026-08-12T20:46:58.438Z[ host-package] Compiling async-stream v0.3.6
28312026-08-12T20:46:58.474Z[ host-package] Compiling progenitor-client v0.14.0
28322026-08-12T20:46:58.498Z[ host-package] Compiling sha1 v0.11.0
28332026-08-12T20:46:58.657Z[ host-package] Compiling waitgroup v0.1.2
28342026-08-12T20:46:58.695Z[ host-package] Compiling rustls-pemfile v2.2.0
28352026-08-12T20:46:58.699Z[ host-package] Compiling backon v1.6.0
28362026-08-12T20:46:58.719Z[ helios-setup] Aug 12 20:46:57.442 INFO E| Finished `release` profile [optimized] target(s) in 12.40s
28372026-08-12T20:46:58.748Z[ helios-setup] Aug 12 20:46:57.471 INFO building project "dmar-report" ok (12 seconds)
28382026-08-12T20:46:58.748Z[ helios-setup] Aug 12 20:46:57.471 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28392026-08-12T20:46:58.758Z[ helios-setup] Aug 12 20:46:57.481 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
28402026-08-12T20:46:58.758Z[ helios-setup] Aug 12 20:46:57.481 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28412026-08-12T20:46:58.758Z[ helios-setup] Aug 12 20:46:57.481 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28422026-08-12T20:46:58.836Z[ host-package] Compiling hostname v0.4.2
28432026-08-12T20:46:58.859Z[ host-package] Compiling serde_path_to_error v0.1.20
28442026-08-12T20:46:58.865Z[ host-package] Compiling instant v0.1.13
28452026-08-12T20:46:58.868Z[ helios-setup] Aug 12 20:46:57.591 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28462026-08-12T20:46:58.994Z[ host-package] Compiling minimal-lexical v0.2.1
28472026-08-12T20:46:58.997Z[ host-package] Compiling linked-hash-map v0.5.6
28482026-08-12T20:46:59.024Z[ host-package] Compiling debug-ignore v1.0.5
28492026-08-12T20:46:59.027Z[ host-package] Compiling linear-map v1.2.0
28502026-08-12T20:46:59.070Z[ host-package] Compiling backoff v0.4.0
28512026-08-12T20:46:59.173Z[ host-package] Compiling progenitor-extras v0.2.0
28522026-08-12T20:46:59.178Z[ helios-setup] Aug 12 20:46:57.901 INFO E| From https://github.com/jclulow/rust-jmclib
28532026-08-12T20:46:59.178Z[ helios-setup] Aug 12 20:46:57.901 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28542026-08-12T20:46:59.198Z[ helios-setup] Aug 12 20:46:57.921 INFO E| Updating crates.io index
28552026-08-12T20:46:59.248Z[ helios-setup] Aug 12 20:46:57.971 INFO E| Downloading crates ...
28562026-08-12T20:46:59.272Z[ host-package] Compiling oxide-update-engine v0.1.2
28572026-08-12T20:46:59.292Z[ helios-setup] Aug 12 20:46:58.015 INFO E| Downloaded getrandom v0.2.10
28582026-08-12T20:46:59.298Z[ host-package] Compiling lru-cache v0.1.2
28592026-08-12T20:46:59.301Z[ host-package] Compiling nom v7.1.3
28602026-08-12T20:46:59.302Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28612026-08-12T20:46:59.302Z[ helios-setup] Aug 12 20:46:58.022 INFO E| Downloaded anyhow v1.0.72
28622026-08-12T20:46:59.302Z[ helios-setup] Aug 12 20:46:58.025 INFO E| Downloaded sha-1 v0.9.8
28632026-08-12T20:46:59.305Z[ helios-setup] Aug 12 20:46:58.026 INFO E| Downloaded itoa v1.0.9
28642026-08-12T20:46:59.307Z[ helios-setup] Aug 12 20:46:58.030 INFO E| Downloaded libdevinfo-sys v1.0.0
28652026-08-12T20:46:59.307Z[ helios-setup] Aug 12 20:46:58.030 INFO E| Downloaded once_cell v1.18.0
28662026-08-12T20:46:59.311Z[ helios-setup] Aug 12 20:46:58.034 INFO E| Downloaded md-5 v0.9.1
28672026-08-12T20:46:59.314Z[ helios-setup] Aug 12 20:46:58.035 INFO E| Downloaded opaque-debug v0.3.0
28682026-08-12T20:46:59.318Z[ helios-setup] Aug 12 20:46:58.041 INFO E| Downloaded digest v0.9.0
28692026-08-12T20:46:59.320Z[ helios-setup] Aug 12 20:46:58.044 INFO E| Downloaded fastrand v2.0.0
28702026-08-12T20:46:59.324Z[ helios-setup] Aug 12 20:46:58.045 INFO E| Downloaded errno v0.3.1
28712026-08-12T20:46:59.324Z[ helios-setup] Aug 12 20:46:58.046 INFO E| Downloaded glob v0.3.1
28722026-08-12T20:46:59.327Z[ helios-setup] Aug 12 20:46:58.050 INFO E| Downloaded block-buffer v0.9.0
28732026-08-12T20:46:59.330Z[ helios-setup] Aug 12 20:46:58.051 INFO E| Downloaded cpufeatures v0.2.9
28742026-08-12T20:46:59.333Z[ helios-setup] Aug 12 20:46:58.057 INFO E| Downloaded unicode-width v0.1.10
28752026-08-12T20:46:59.336Z[ helios-setup] Aug 12 20:46:58.058 INFO E| Downloaded unicode-ident v1.0.11
28762026-08-12T20:46:59.339Z[ helios-setup] Aug 12 20:46:58.063 INFO E| Downloaded tempfile v3.7.0
28772026-08-12T20:46:59.342Z[ helios-setup] Aug 12 20:46:58.065 INFO E| Downloaded walkdir v2.3.3
28782026-08-12T20:46:59.345Z[ helios-setup] Aug 12 20:46:58.066 INFO E| Downloaded quote v1.0.31
28792026-08-12T20:46:59.345Z[ helios-setup] Aug 12 20:46:58.068 INFO E| Downloaded proc-macro2 v1.0.66
28802026-08-12T20:46:59.349Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28812026-08-12T20:46:59.352Z[ host-package] Compiling parse-display v0.10.0
28822026-08-12T20:46:59.356Z[ helios-setup] Aug 12 20:46:58.076 INFO E| Downloaded bitflags v2.3.3
28832026-08-12T20:46:59.356Z[ helios-setup] Aug 12 20:46:58.079 INFO E| Downloaded ryu v1.0.15
28842026-08-12T20:46:59.361Z[ helios-setup] Aug 12 20:46:58.085 INFO E| Downloaded typenum v1.16.0
28852026-08-12T20:46:59.364Z[ helios-setup] Aug 12 20:46:58.087 INFO E| Downloaded toml v0.5.11
28862026-08-12T20:46:59.368Z[ helios-setup] Aug 12 20:46:58.089 INFO E| Downloaded uuid v0.8.2
28872026-08-12T20:46:59.368Z[ helios-setup] Aug 12 20:46:58.091 INFO E| Downloaded serde_derive v1.0.193
28882026-08-12T20:46:59.372Z[ helios-setup] Aug 12 20:46:58.095 INFO E| Downloaded serde v1.0.193
28892026-08-12T20:46:59.391Z[ helios-setup] Aug 12 20:46:58.114 INFO E| Downloaded serde_json v1.0.103
28902026-08-12T20:46:59.407Z[ helios-setup] Aug 12 20:46:58.130 INFO E| Downloaded syn v2.0.32
28912026-08-12T20:46:59.422Z[ helios-setup] Aug 12 20:46:58.145 INFO E| Downloaded rustix v0.38.4
28922026-08-12T20:46:59.444Z[ helios-setup] Aug 12 20:46:58.167 INFO E| Downloaded libc v0.2.147
28932026-08-12T20:46:59.488Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28942026-08-12T20:46:59.510Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling libc v0.2.147
28952026-08-12T20:46:59.510Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling proc-macro2 v1.0.66
28962026-08-12T20:46:59.510Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling unicode-ident v1.0.11
28972026-08-12T20:46:59.513Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling cfg-if v1.0.0
28982026-08-12T20:46:59.514Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling typenum v1.16.0
28992026-08-12T20:46:59.514Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling version_check v0.9.4
29002026-08-12T20:46:59.514Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling serde v1.0.193
29012026-08-12T20:46:59.514Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling itoa v1.0.9
29022026-08-12T20:46:59.514Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling rustix v0.38.4
29032026-08-12T20:46:59.514Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling num-conv v0.1.0
29042026-08-12T20:46:59.514Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling slog v2.7.0
29052026-08-12T20:46:59.514Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling powerfmt v0.2.0
29062026-08-12T20:46:59.514Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling time-core v0.1.2
29072026-08-12T20:46:59.514Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling once_cell v1.18.0
29082026-08-12T20:46:59.514Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling bitflags v2.3.3
29092026-08-12T20:46:59.514Z[ helios-setup] Aug 12 20:46:58.233 INFO E| Compiling num_threads v0.1.6
29102026-08-12T20:46:59.724Z[ host-package] Compiling regress v0.10.5
29112026-08-12T20:46:59.802Z[ host-package] Compiling itertools v0.14.0
29122026-08-12T20:47:00.363Z[ host-package] Compiling macaddr v1.0.1
29132026-08-12T20:47:00.367Z[ helios-setup] Aug 12 20:46:59.091 INFO E| Compiling thread_local v1.1.7
29142026-08-12T20:47:00.368Z[ helios-setup] Aug 12 20:46:59.091 INFO E| Compiling fastrand v2.0.0
29152026-08-12T20:47:00.466Z[ host-package] Compiling unicode-xid v0.2.6
29162026-08-12T20:47:00.482Z[ helios-setup] Aug 12 20:46:59.205 INFO E| Compiling generic-array v0.14.7
29172026-08-12T20:47:00.648Z[ helios-setup] Aug 12 20:46:59.371 INFO E| Compiling deranged v0.3.11
29182026-08-12T20:47:00.654Z[ host-package] Compiling humantime v2.3.0
29192026-08-12T20:47:00.664Z[ helios-setup] Aug 12 20:46:59.388 INFO E| Compiling anyhow v1.0.72
29202026-08-12T20:47:00.698Z[ helios-setup] Aug 12 20:46:59.422 INFO E| Compiling serde_json v1.0.103
29212026-08-12T20:47:00.736Z[ helios-setup] Aug 12 20:46:59.459 INFO E| Compiling opaque-debug v0.3.0
29222026-08-12T20:47:00.756Z[ helios-setup] Aug 12 20:46:59.477 INFO E| Compiling time-macros v0.2.18
29232026-08-12T20:47:00.852Z[ helios-setup] Aug 12 20:46:59.575 INFO E| Compiling cpufeatures v0.2.9
29242026-08-12T20:47:00.871Z[ helios-setup] Aug 12 20:46:59.595 INFO E| Compiling unicode-width v0.1.10
29252026-08-12T20:47:00.935Z[ helios-setup] Aug 12 20:46:59.658 INFO E| Compiling ryu v1.0.15
29262026-08-12T20:47:00.940Z[ helios-setup] Aug 12 20:46:59.663 INFO E| Compiling same-file v1.0.6
29272026-08-12T20:47:00.997Z[ helios-setup] Aug 12 20:46:59.719 INFO E| Compiling glob v0.3.1
29282026-08-12T20:47:01.046Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29292026-08-12T20:47:01.098Z[ helios-setup] Aug 12 20:46:59.822 INFO E| Compiling getopts v0.2.21
29302026-08-12T20:47:01.149Z[ helios-setup] Aug 12 20:46:59.865 INFO E| Compiling walkdir v2.3.3
29312026-08-12T20:47:01.162Z[ host-package] Compiling hickory-proto v0.24.4
29322026-08-12T20:47:01.170Z[ helios-setup] Aug 12 20:46:59.893 INFO E| Compiling libdevinfo-sys v1.0.0
29332026-08-12T20:47:01.231Z[ helios-setup] Aug 12 20:46:59.954 INFO E| Compiling dirs-sys-next v0.1.2
29342026-08-12T20:47:01.263Z[ helios-setup] Aug 12 20:46:59.986 INFO E| Compiling errno v0.3.1
29352026-08-12T20:47:01.349Z[ helios-setup] Aug 12 20:47:00.072 INFO E| Compiling atty v0.2.14
29362026-08-12T20:47:01.401Z[ helios-setup] Aug 12 20:47:00.119 INFO E| Compiling getrandom v0.2.10
29372026-08-12T20:47:01.458Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29382026-08-12T20:47:01.551Z[ helios-setup] Aug 12 20:47:00.274 INFO E| Compiling dirs-next v2.0.0
29392026-08-12T20:47:01.685Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29402026-08-12T20:47:01.707Z[ helios-setup] Aug 12 20:47:00.430 INFO E| Compiling term v0.7.0
29412026-08-12T20:47:01.724Z[ host-package] Compiling convert_case v0.10.0
29422026-08-12T20:47:01.804Z[ host-package] Compiling owo-colors v4.3.0
29432026-08-12T20:47:02.130Z[ helios-setup] Aug 12 20:47:00.853 INFO E| Compiling quote v1.0.31
29442026-08-12T20:47:02.284Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29452026-08-12T20:47:02.356Z[ helios-setup] Aug 12 20:47:01.079 INFO E| Compiling syn v2.0.32
29462026-08-12T20:47:02.415Z[ host-package] Compiling derive_more-impl v2.1.1
29472026-08-12T20:47:02.542Z[ host-package] Compiling toml v0.8.23
29482026-08-12T20:47:02.673Z[ helios-setup] Aug 12 20:47:01.396 INFO E| Compiling tempfile v3.7.0
29492026-08-12T20:47:02.767Z[ host-package] Compiling typify-macro v0.6.2
29502026-08-12T20:47:02.797Z[ helios-setup] Aug 12 20:47:01.520 INFO E| Compiling time v0.3.36
29512026-08-12T20:47:02.853Z[ helios-setup] Aug 12 20:47:01.576 INFO E| Compiling digest v0.9.0
29522026-08-12T20:47:02.853Z[ helios-setup] Aug 12 20:47:01.576 INFO E| Compiling block-buffer v0.9.0
29532026-08-12T20:47:02.988Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29542026-08-12T20:47:02.995Z[ helios-setup] Aug 12 20:47:01.718 INFO E| Compiling md-5 v0.9.1
29552026-08-12T20:47:02.995Z[ helios-setup] Aug 12 20:47:01.718 INFO E| Compiling sha-1 v0.9.8
29562026-08-12T20:47:03.111Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29572026-08-12T20:47:03.422Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29582026-08-12T20:47:03.580Z[ host-package] Compiling papergrid v0.11.0
29592026-08-12T20:47:03.652Z[ host-package] Compiling tabled_derive v0.7.0
29602026-08-12T20:47:03.911Z[ host-package] Compiling termtree v0.5.1
29612026-08-12T20:47:03.929Z[ helios-setup] Aug 12 20:47:02.652 INFO E| Compiling slog-term v2.9.0
29622026-08-12T20:47:04.003Z[ host-package] Compiling derive_more v2.1.1
29632026-08-12T20:47:04.175Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29642026-08-12T20:47:04.234Z[ host-package] Compiling crossterm v0.29.0
29652026-08-12T20:47:04.292Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29662026-08-12T20:47:04.553Z[ helios-setup] Aug 12 20:47:03.276 INFO E| Compiling serde_derive v1.0.193
29672026-08-12T20:47:04.852Z[ host-package] Compiling phf_shared v0.12.1
29682026-08-12T20:47:04.953Z[ host-package] Compiling typify v0.6.2
29692026-08-12T20:47:05.132Z[ host-package] Compiling progenitor-impl v0.14.0
29702026-08-12T20:47:05.262Z[ host-package] Compiling hickory-resolver v0.24.4
29712026-08-12T20:47:05.387Z[ host-package] Compiling tabled v0.15.0
29722026-08-12T20:47:06.315Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29732026-08-12T20:47:07.136Z[ host-package] Compiling qorb v0.4.1
29742026-08-12T20:47:07.194Z[ host-package] Compiling vte v0.14.1
29752026-08-12T20:47:07.526Z[ host-package] Compiling csv-core v0.1.13
29762026-08-12T20:47:07.810Z[ host-package] Compiling chrono-tz v0.10.4
29772026-08-12T20:47:07.931Z[ host-package] Compiling progenitor-macro v0.14.0
29782026-08-12T20:47:08.090Z[ host-package] Compiling highway v1.3.0
29792026-08-12T20:47:08.163Z[ host-package] Compiling csv v1.4.0
29802026-08-12T20:47:09.402Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29812026-08-12T20:47:09.549Z[ helios-setup] Aug 12 20:47:08.272 INFO E| Compiling toml v0.5.11
29822026-08-12T20:47:09.549Z[ helios-setup] Aug 12 20:47:08.272 INFO E| Compiling uuid v0.8.2
29832026-08-12T20:47:10.182Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29842026-08-12T20:47:10.276Z[ host-package] Compiling phf v0.12.1
29852026-08-12T20:47:10.347Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-08-12T20:47:10.496Z[ helios-setup] Aug 12 20:47:09.219 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29872026-08-12T20:47:10.550Z[ host-package] Compiling const_format_proc_macros v0.2.34
29882026-08-12T20:47:10.925Z[ host-package] Compiling fd-lock v4.0.4
29892026-08-12T20:47:10.981Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29902026-08-12T20:47:11.049Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29912026-08-12T20:47:11.116Z[ host-package] Compiling peg-macros v0.8.5
29922026-08-12T20:47:11.389Z[ helios-setup] Aug 12 20:47:10.112 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29932026-08-12T20:47:11.685Z[ host-package] Compiling nu-ansi-term v0.50.3
29942026-08-12T20:47:12.058Z[ host-package] Compiling reedline v0.40.0
29952026-08-12T20:47:12.316Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29962026-08-12T20:47:12.640Z[ host-package] Compiling peg v0.8.5
29972026-08-12T20:47:12.772Z[ host-package] Compiling const_format v0.2.35
29982026-08-12T20:47:13.226Z[ host-package] Compiling progenitor v0.14.0
29992026-08-12T20:47:13.480Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30002026-08-12T20:47:13.673Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30012026-08-12T20:47:13.942Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30022026-08-12T20:47:14.750Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30032026-08-12T20:47:15.118Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30042026-08-12T20:47:15.347Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30052026-08-12T20:47:15.413Z[ host-package] Compiling bcs v0.1.6
30062026-08-12T20:47:16.064Z[ host-package] Compiling nom v8.0.0
30072026-08-12T20:47:16.287Z[ helios-setup] Aug 12 20:47:15.010 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.51s
30082026-08-12T20:47:16.314Z[ helios-setup] Aug 12 20:47:15.036 INFO building project "image-builder" ok (17 seconds)
30092026-08-12T20:47:16.314Z[ helios-setup] Aug 12 20:47:15.036 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
30102026-08-12T20:47:16.852Z[ host-package] Compiling semver v0.1.20
30112026-08-12T20:47:17.264Z[ host-package] Compiling rustc_version v0.1.7
30122026-08-12T20:47:17.562Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30132026-08-12T20:47:17.590Z[ host-package] Compiling newtype_derive v0.1.6
30142026-08-12T20:47:17.593Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30152026-08-12T20:47:17.857Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30162026-08-12T20:47:17.956Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30172026-08-12T20:47:18.003Z[ host-package] Compiling smawk v0.3.2
30182026-08-12T20:47:18.088Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30192026-08-12T20:47:18.211Z[ host-package] Compiling unicode-linebreak v0.1.5
30202026-08-12T20:47:18.508Z[ host-package] Compiling textwrap v0.16.2
30212026-08-12T20:47:18.609Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30222026-08-12T20:47:18.691Z[ host-package] Compiling steno v0.4.1
30232026-08-12T20:47:19.565Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30242026-08-12T20:47:20.229Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
30252026-08-12T20:47:20.313Z[ host-package] Compiling sha1 v0.10.6
30262026-08-12T20:47:20.488Z[ host-package] Compiling utf-8 v0.7.6
30272026-08-12T20:47:20.810Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30282026-08-12T20:47:21.014Z[ host-package] Compiling tagptr v0.2.0
30292026-08-12T20:47:21.077Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30302026-08-12T20:47:21.115Z[ host-package] Compiling tungstenite v0.21.0
30312026-08-12T20:47:21.222Z[ host-package] Compiling moka v0.12.13
30322026-08-12T20:47:21.330Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30332026-08-12T20:47:21.579Z[ host-package] Compiling darling_core v0.21.3
30342026-08-12T20:47:23.013Z[ host-package] Compiling hickory-resolver v0.25.2
30352026-08-12T20:47:23.391Z[ host-package] Compiling tokio-tungstenite v0.21.0
30362026-08-12T20:47:23.456Z[ host-package] Compiling display-error-chain v0.2.2
30372026-08-12T20:47:23.616Z[ host-package] Compiling vergen-lib v0.1.6
30382026-08-12T20:47:23.663Z[ host-package] Compiling diesel_derives v2.3.7
30392026-08-12T20:47:23.921Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30402026-08-12T20:47:23.946Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30412026-08-12T20:47:24.004Z[ host-package] Compiling vergen-gitcl v1.0.8
30422026-08-12T20:47:24.108Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30432026-08-12T20:47:24.309Z[ host-package] Compiling darling_macro v0.21.3
30442026-08-12T20:47:24.356Z[ host-package] Compiling dirs-sys-next v0.1.2
30452026-08-12T20:47:24.409Z[ host-package] Compiling crunchy v0.2.4
30462026-08-12T20:47:24.446Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30472026-08-12T20:47:24.512Z[ host-package] Compiling maplit v1.0.2
30482026-08-12T20:47:24.602Z[ host-package] Compiling glob v0.3.3
30492026-08-12T20:47:24.652Z[ host-package] Compiling dirs-next v2.0.0
30502026-08-12T20:47:24.713Z[ host-package] Compiling r2d2 v0.8.10
30512026-08-12T20:47:24.832Z[ host-package] Compiling libscf-sys v1.2.0
30522026-08-12T20:47:24.889Z[ host-package] Compiling tiny-keccak v2.0.2
30532026-08-12T20:47:25.056Z[ host-package] Compiling downcast-rs v2.0.2
30542026-08-12T20:47:25.083Z[ host-package] Compiling clang-sys v1.8.1
30552026-08-12T20:47:25.108Z[ host-package] Compiling darling v0.21.3
30562026-08-12T20:47:25.210Z[ host-package] Compiling dsl_auto_type v0.2.0
30572026-08-12T20:47:25.237Z[ host-package] Compiling term v0.7.0
30582026-08-12T20:47:25.261Z[ host-package] Compiling papergrid v0.18.0
30592026-08-12T20:47:25.315Z[ host-package] Compiling bit-vec v0.6.3
30602026-08-12T20:47:25.596Z[ host-package] Compiling bit-set v0.5.3
30612026-08-12T20:47:25.658Z[ host-package] Compiling ascii-canvas v3.0.0
30622026-08-12T20:47:25.874Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30632026-08-12T20:47:25.898Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30642026-08-12T20:47:25.994Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30652026-08-12T20:47:26.077Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30662026-08-12T20:47:26.498Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30672026-08-12T20:47:26.685Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30682026-08-12T20:47:26.732Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30692026-08-12T20:47:26.787Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30702026-08-12T20:47:27.365Z[ host-package] Compiling tabled v0.21.0
30712026-08-12T20:47:27.555Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30722026-08-12T20:47:27.646Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30732026-08-12T20:47:27.940Z[ host-package] Compiling itertools v0.10.5
30742026-08-12T20:47:28.512Z[ host-package] Compiling ena v0.14.4
30752026-08-12T20:47:28.916Z[ host-package] Compiling libloading v0.8.9
30762026-08-12T20:47:28.942Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30772026-08-12T20:47:29.214Z[ host-package] Compiling unicase v2.9.0
30782026-08-12T20:47:29.309Z[ host-package] Compiling regex-syntax v0.6.29
30792026-08-12T20:47:29.392Z[ host-package] Compiling diff v0.1.13
30802026-08-12T20:47:29.572Z[ host-package] Compiling xshell-macros v0.2.7
30812026-08-12T20:47:29.646Z[ host-package] Compiling bindgen v0.71.1
30822026-08-12T20:47:29.844Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30832026-08-12T20:47:30.115Z[ host-package] Compiling xshell v0.2.7
30842026-08-12T20:47:30.383Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30852026-08-12T20:47:30.704Z[ host-package] Compiling cexpr v0.6.0
30862026-08-12T20:47:31.117Z[ host-package] Compiling lalrpop v0.19.12
30872026-08-12T20:47:31.486Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30882026-08-12T20:47:31.509Z[ host-package] Compiling diesel v2.3.7
30892026-08-12T20:47:31.543Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30902026-08-12T20:47:31.673Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30912026-08-12T20:47:31.868Z[ host-package] Compiling rustc-hash v2.1.1
30922026-08-12T20:47:32.159Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30932026-08-12T20:47:33.341Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30942026-08-12T20:47:33.600Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30952026-08-12T20:47:33.652Z[ host-package] Compiling headers-core v0.3.0
30962026-08-12T20:47:33.968Z[ host-package] Compiling libxml v0.3.3
30972026-08-12T20:47:34.314Z[ host-package] Compiling crc8 v0.1.1
30982026-08-12T20:47:34.451Z[ host-package] Compiling headers v0.4.1
30992026-08-12T20:47:34.520Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31002026-08-12T20:47:34.580Z[ host-package] Compiling strum_macros v0.24.3
31012026-08-12T20:47:34.740Z[ host-package] Compiling indoc v1.0.9
31022026-08-12T20:47:34.929Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31032026-08-12T20:47:35.078Z[ host-package] Compiling derive_builder v0.20.2
31042026-08-12T20:47:35.274Z[ host-package] Compiling quick-xml v0.37.5
31052026-08-12T20:47:35.324Z[ host-package] Compiling oso-derive v0.27.3
31062026-08-12T20:47:35.347Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31072026-08-12T20:47:36.068Z[ host-package] Compiling openssl-probe v0.1.6
31082026-08-12T20:47:36.287Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31092026-08-12T20:47:36.315Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31102026-08-12T20:47:36.416Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31112026-08-12T20:47:36.565Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31122026-08-12T20:47:36.722Z[ host-package] Compiling bb8 v0.8.6
31132026-08-12T20:47:36.873Z[ host-package] Compiling trait-variant v0.1.2
31142026-08-12T20:47:36.925Z[ host-package] Compiling half v1.8.3
31152026-08-12T20:47:37.106Z[ host-package] Compiling samael v0.0.19
31162026-08-12T20:47:37.183Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31172026-08-12T20:47:37.220Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31182026-08-12T20:47:37.458Z[ host-package] Compiling serde_cbor v0.11.2
31192026-08-12T20:47:37.490Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31202026-08-12T20:47:37.617Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31212026-08-12T20:47:37.703Z[ host-package] Compiling nonempty v0.12.0
31222026-08-12T20:47:38.005Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31232026-08-12T20:47:38.241Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31242026-08-12T20:47:38.466Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31252026-08-12T20:47:38.499Z[ host-package] Compiling fxhash v0.2.1
31262026-08-12T20:47:38.557Z[ host-package] Compiling libz-sys v1.1.24
31272026-08-12T20:47:38.630Z[ host-package] Compiling salty v0.3.0
31282026-08-12T20:47:38.963Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31292026-08-12T20:47:39.028Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31302026-08-12T20:47:39.106Z[ host-package] Compiling kstat-rs v0.2.5
31312026-08-12T20:47:39.221Z[ helios-setup] Aug 12 20:47:37.944 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')"
31322026-08-12T20:47:39.221Z[ helios-setup] Aug 12 20:47:37.944 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31332026-08-12T20:47:39.231Z[ helios-setup] Aug 12 20:47:37.954 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
31342026-08-12T20:47:39.231Z[ helios-setup] Aug 12 20:47:37.954 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31352026-08-12T20:47:39.231Z[ helios-setup] Aug 12 20:47:37.954 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31362026-08-12T20:47:39.356Z[ helios-setup] Aug 12 20:47:38.079 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31372026-08-12T20:47:39.622Z[ host-package] Compiling polar-core v0.27.3
31382026-08-12T20:47:39.901Z[ host-package] Compiling mime_guess v2.0.5
31392026-08-12T20:47:39.926Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31402026-08-12T20:47:40.013Z[ helios-setup] Aug 12 20:47:38.735 INFO E| From https://github.com/jclulow/hiercmd
31412026-08-12T20:47:40.013Z[ helios-setup] Aug 12 20:47:38.735 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
31422026-08-12T20:47:40.027Z[ helios-setup] Aug 12 20:47:38.750 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
31432026-08-12T20:47:40.148Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31442026-08-12T20:47:40.391Z[ helios-setup] Aug 12 20:47:39.113 INFO E| From https://github.com/oxidecomputer/network-interface
31452026-08-12T20:47:40.391Z[ helios-setup] Aug 12 20:47:39.113 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31462026-08-12T20:47:40.405Z[ helios-setup] Aug 12 20:47:39.127 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31472026-08-12T20:47:40.734Z[ helios-setup] Aug 12 20:47:39.456 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31482026-08-12T20:47:40.734Z[ helios-setup] Aug 12 20:47:39.456 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31492026-08-12T20:47:40.751Z[ helios-setup] Aug 12 20:47:39.474 INFO E| Updating crates.io index
31502026-08-12T20:47:40.812Z[ helios-setup] Aug 12 20:47:39.535 INFO E| Downloading crates ...
31512026-08-12T20:47:40.860Z[ helios-setup] Aug 12 20:47:39.583 INFO E| Downloaded anstyle-query v1.1.4
31522026-08-12T20:47:40.873Z[ helios-setup] Aug 12 20:47:39.595 INFO E| Downloaded anstyle v1.0.13
31532026-08-12T20:47:40.876Z[ helios-setup] Aug 12 20:47:39.597 INFO E| Downloaded env_filter v0.1.4
31542026-08-12T20:47:40.879Z[ helios-setup] Aug 12 20:47:39.599 INFO E| Downloaded getrandom v0.2.16
31552026-08-12T20:47:40.882Z[ helios-setup] Aug 12 20:47:39.602 INFO E| Downloaded futures-sink v0.3.31
31562026-08-12T20:47:40.884Z[ helios-setup] Aug 12 20:47:39.605 INFO E| Downloaded crc v3.3.0
31572026-08-12T20:47:40.895Z[ helios-setup] Aug 12 20:47:39.617 INFO E| Downloaded libdevinfo-sys v1.1.0
31582026-08-12T20:47:40.901Z[ helios-setup] Aug 12 20:47:39.624 INFO E| Downloaded zeroize_derive v1.4.2
31592026-08-12T20:47:40.908Z[ helios-setup] Aug 12 20:47:39.631 INFO E| Downloaded base64ct v1.8.0
31602026-08-12T20:47:40.911Z[ helios-setup] Aug 12 20:47:39.633 INFO E| Downloaded futures-core v0.3.31
31612026-08-12T20:47:40.911Z[ helios-setup] Aug 12 20:47:39.634 INFO E| Downloaded devinfo v0.1.0
31622026-08-12T20:47:40.921Z[ helios-setup] Aug 12 20:47:39.644 INFO E| Downloaded futures-io v0.3.31
31632026-08-12T20:47:40.924Z[ helios-setup] Aug 12 20:47:39.646 INFO E| Downloaded clap_lex v0.7.6
31642026-08-12T20:47:40.924Z[ helios-setup] Aug 12 20:47:39.646 INFO E| Downloaded futures-macro v0.3.31
31652026-08-12T20:47:40.927Z[ helios-setup] Aug 12 20:47:39.649 INFO E| Downloaded bitfield-macros v0.19.3
31662026-08-12T20:47:40.937Z[ helios-setup] Aug 12 20:47:39.660 INFO E| Downloaded simd-adler32 v0.3.7
31672026-08-12T20:47:40.944Z[ helios-setup] Aug 12 20:47:39.666 INFO E| Downloaded serde_spanned v1.0.3
31682026-08-12T20:47:40.948Z[ helios-setup] Aug 12 20:47:39.669 INFO E| Downloaded time-core v0.1.6
31692026-08-12T20:47:40.961Z[ helios-setup] Aug 12 20:47:39.684 INFO E| Downloaded signal-hook-registry v1.4.6
31702026-08-12T20:47:40.964Z[ helios-setup] Aug 12 20:47:39.685 INFO E| Downloaded thiserror-impl v2.0.17
31712026-08-12T20:47:40.964Z[ helios-setup] Aug 12 20:47:39.686 INFO E| Downloaded bitfield v0.19.3
31722026-08-12T20:47:40.964Z[ helios-setup] Aug 12 20:47:39.687 INFO E| Downloaded env_logger v0.11.8
31732026-08-12T20:47:40.967Z[ helios-setup] Aug 12 20:47:39.690 INFO E| Downloaded futures-task v0.3.31
31742026-08-12T20:47:40.970Z[ helios-setup] Aug 12 20:47:39.691 INFO E| Downloaded futures-channel v0.3.31
31752026-08-12T20:47:40.975Z[ helios-setup] Aug 12 20:47:39.698 INFO E| Downloaded time-macros v0.2.24
31762026-08-12T20:47:41.002Z[ helios-setup] Aug 12 20:47:39.724 INFO E| Downloaded bitflags v2.10.0
31772026-08-12T20:47:41.008Z[ helios-setup] Aug 12 20:47:39.731 INFO E| Downloaded deranged v0.5.5
31782026-08-12T20:47:41.011Z[ helios-setup] Aug 12 20:47:39.732 INFO E| Downloaded num_enum v0.7.5
31792026-08-12T20:47:41.014Z[ helios-setup] Aug 12 20:47:39.735 INFO E| Downloaded num_enum_derive v0.7.5
31802026-08-12T20:47:41.014Z[ helios-setup] Aug 12 20:47:39.736 INFO E| Downloaded pin-project-lite v0.2.16
31812026-08-12T20:47:41.017Z[ helios-setup] Aug 12 20:47:39.740 INFO E| Downloaded pin-utils v0.1.0
31822026-08-12T20:47:41.021Z[ helios-setup] Aug 12 20:47:39.741 INFO E| Downloaded toml_writer v1.0.4
31832026-08-12T20:47:41.021Z[ helios-setup] Aug 12 20:47:39.743 INFO E| Downloaded find-msvc-tools v0.1.4
31842026-08-12T20:47:41.023Z[ helios-setup] Aug 12 20:47:39.744 INFO E| Downloaded generic-array v0.14.9
31852026-08-12T20:47:41.024Z[ helios-setup] Aug 12 20:47:39.745 INFO E| Downloaded tokio-macros v2.6.0
31862026-08-12T20:47:41.083Z[ helios-setup] Aug 12 20:47:39.806 INFO E| Downloaded zeroize v1.8.2
31872026-08-12T20:47:41.086Z[ helios-setup] Aug 12 20:47:39.807 INFO E| Downloaded quote v1.0.41
31882026-08-12T20:47:41.086Z[ helios-setup] Aug 12 20:47:39.809 INFO E| Downloaded iana-time-zone v0.1.64
31892026-08-12T20:47:41.089Z[ helios-setup] Aug 12 20:47:39.812 INFO E| Downloaded clap_derive v4.5.49
31902026-08-12T20:47:41.092Z[ helios-setup] Aug 12 20:47:39.813 INFO E| Downloaded futures v0.3.31
31912026-08-12T20:47:41.095Z[ helios-setup] Aug 12 20:47:39.816 INFO E| Downloaded getopts v0.2.24
31922026-08-12T20:47:41.095Z[ helios-setup] Aug 12 20:47:39.817 INFO E| Downloaded slab v0.4.11
31932026-08-12T20:47:41.098Z[ helios-setup] Aug 12 20:47:39.818 INFO E| Downloaded term v1.2.0
31942026-08-12T20:47:41.098Z[ helios-setup] Aug 12 20:47:39.820 INFO E| Downloaded toml_datetime v0.7.3
31952026-08-12T20:47:41.101Z[ helios-setup] Aug 12 20:47:39.821 INFO E| Downloaded toml_parser v1.0.4
31962026-08-12T20:47:41.101Z[ helios-setup] Aug 12 20:47:39.823 INFO E| Downloaded futures-executor v0.3.31
31972026-08-12T20:47:41.101Z[ helios-setup] Aug 12 20:47:39.824 INFO E| Downloaded thiserror v2.0.17
31982026-08-12T20:47:41.104Z[ helios-setup] Aug 12 20:47:39.827 INFO E| Downloaded log v0.4.28
31992026-08-12T20:47:41.107Z[ helios-setup] Aug 12 20:47:39.829 INFO E| Downloaded socket2 v0.6.1
32002026-08-12T20:47:41.107Z[ helios-setup] Aug 12 20:47:39.830 INFO E| Downloaded clap v4.5.51
32012026-08-12T20:47:41.114Z[ helios-setup] Aug 12 20:47:39.837 INFO E| Downloaded proc-macro2 v1.0.103
32022026-08-12T20:47:41.117Z[ helios-setup] Aug 12 20:47:39.839 INFO E| Downloaded unicode-ident v1.0.22
32032026-08-12T20:47:41.120Z[ helios-setup] Aug 12 20:47:39.840 INFO E| Downloaded toml v0.9.8
32042026-08-12T20:47:41.122Z[ helios-setup] Aug 12 20:47:39.843 INFO E| Downloaded anyhow v1.0.100
32052026-08-12T20:47:41.125Z[ helios-setup] Aug 12 20:47:39.847 INFO E| Downloaded uuid v1.18.1
32062026-08-12T20:47:41.128Z[ helios-setup] Aug 12 20:47:39.849 INFO E| Downloaded flate2 v1.1.5
32072026-08-12T20:47:41.141Z[ helios-setup] Aug 12 20:47:39.863 INFO E| Downloaded bytes v1.10.1
32082026-08-12T20:47:41.155Z[ helios-setup] Aug 12 20:47:39.878 INFO E| Downloaded toml_edit v0.23.7
32092026-08-12T20:47:41.159Z[ helios-setup] Aug 12 20:47:39.882 INFO E| Downloaded cc v1.2.44
32102026-08-12T20:47:41.162Z[ helios-setup] Aug 12 20:47:39.884 INFO E| Downloaded zerocopy-derive v0.8.27
32112026-08-12T20:47:41.165Z[ helios-setup] Aug 12 20:47:39.888 INFO E| Downloaded memchr v2.7.6
32122026-08-12T20:47:41.168Z[ helios-setup] Aug 12 20:47:39.892 INFO E| Downloaded rsa v0.9.8
32132026-08-12T20:47:41.193Z[ helios-setup] Aug 12 20:47:39.915 INFO E| Downloaded indexmap v2.12.0
32142026-08-12T20:47:41.196Z[ helios-setup] Aug 12 20:47:39.918 INFO E| Downloaded rand v0.8.5
32152026-08-12T20:47:41.199Z[ helios-setup] Aug 12 20:47:39.921 INFO E| Downloaded mio v1.1.0
32162026-08-12T20:47:41.202Z[ helios-setup] Aug 12 20:47:39.925 INFO E| Downloaded typenum v1.19.0
32172026-08-12T20:47:41.205Z[ helios-setup] Aug 12 20:47:39.927 INFO E| Downloaded iddqd v0.3.14
32182026-08-12T20:47:41.208Z[ helios-setup] Aug 12 20:47:39.931 INFO E| Downloaded clap_builder v4.5.51
32192026-08-12T20:47:41.215Z[ helios-setup] Aug 12 20:47:39.936 INFO E| Downloaded num-bigint-dig v0.8.4
32202026-08-12T20:47:41.218Z[ helios-setup] Aug 12 20:47:39.939 INFO E| Downloaded hashbrown v0.16.0
32212026-08-12T20:47:41.221Z[ helios-setup] Aug 12 20:47:39.943 INFO E| Downloaded time v0.3.44
32222026-08-12T20:47:41.225Z[ helios-setup] Aug 12 20:47:39.948 INFO E| Downloaded futures-util v0.3.31
32232026-08-12T20:47:41.233Z[ helios-setup] Aug 12 20:47:39.956 INFO E| Downloaded serde_json v1.0.145
32242026-08-12T20:47:41.238Z[ helios-setup] Aug 12 20:47:39.961 INFO E| Downloaded libm v0.2.15
32252026-08-12T20:47:41.246Z[ helios-setup] Aug 12 20:47:39.968 INFO E| Downloaded winnow v0.7.13
32262026-08-12T20:47:41.269Z[ helios-setup] Aug 12 20:47:39.992 INFO E| Downloaded chrono v0.4.42
32272026-08-12T20:47:41.274Z[ helios-setup] Aug 12 20:47:39.997 INFO E| Downloaded zerocopy v0.8.27
32282026-08-12T20:47:41.292Z[ helios-setup] Aug 12 20:47:40.014 INFO E| Downloaded unicode-width v0.2.2
32292026-08-12T20:47:41.296Z[ helios-setup] Aug 12 20:47:40.019 INFO E| Downloaded syn v2.0.108
32302026-08-12T20:47:41.315Z[ helios-setup] Aug 12 20:47:40.038 INFO E| Downloaded rustix v1.1.2
32312026-08-12T20:47:41.369Z[ helios-setup] Aug 12 20:47:40.091 INFO E| Downloaded libc v0.2.177
32322026-08-12T20:47:41.386Z[ helios-setup] Aug 12 20:47:40.109 INFO E| Downloaded tokio v1.48.0
32332026-08-12T20:47:41.493Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling proc-macro2 v1.0.103
32342026-08-12T20:47:41.493Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling unicode-ident v1.0.22
32352026-08-12T20:47:41.493Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling quote v1.0.41
32362026-08-12T20:47:41.493Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling libc v0.2.177
32372026-08-12T20:47:41.493Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling serde_core v1.0.228
32382026-08-12T20:47:41.493Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling cfg-if v1.0.4
32392026-08-12T20:47:41.497Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling serde v1.0.228
32402026-08-12T20:47:41.497Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling version_check v0.9.5
32412026-08-12T20:47:41.497Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling autocfg v1.5.0
32422026-08-12T20:47:41.497Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling typenum v1.19.0
32432026-08-12T20:47:41.497Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling const-oid v0.9.6
32442026-08-12T20:47:41.497Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling libm v0.2.15
32452026-08-12T20:47:41.497Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling zerocopy v0.8.27
32462026-08-12T20:47:41.497Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling rustversion v1.0.22
32472026-08-12T20:47:41.497Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling smallvec v1.15.1
32482026-08-12T20:47:41.497Z[ helios-setup] Aug 12 20:47:40.216 INFO E| Compiling base64ct v1.8.0
32492026-08-12T20:47:41.617Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32502026-08-12T20:47:41.678Z[ host-package] Compiling rfc6979 v0.4.0
32512026-08-12T20:47:42.012Z[ host-package] Compiling nanorand v0.7.0
32522026-08-12T20:47:42.414Z[ helios-setup] Aug 12 20:47:41.136 INFO E| Compiling num-traits v0.2.19
32532026-08-12T20:47:42.421Z[ helios-setup] Aug 12 20:47:41.143 INFO E| Compiling zeroize v1.8.2
32542026-08-12T20:47:42.474Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32552026-08-12T20:47:42.509Z[ helios-setup] Aug 12 20:47:41.232 INFO E| Compiling memchr v2.7.6
32562026-08-12T20:47:42.564Z[ helios-setup] Aug 12 20:47:41.286 INFO E| Compiling flagset v0.4.7
32572026-08-12T20:47:42.637Z[ host-package] Compiling parking_lot_core v0.8.6
32582026-08-12T20:47:42.834Z[ helios-setup] Aug 12 20:47:41.557 INFO E| Compiling pem-rfc7468 v0.7.0
32592026-08-12T20:47:42.923Z[ helios-setup] Aug 12 20:47:41.643 INFO E| Compiling utf8parse v0.2.2
32602026-08-12T20:47:42.979Z[ helios-setup] Aug 12 20:47:41.701 INFO E| Compiling generic-array v0.14.9
32612026-08-12T20:47:43.033Z[ helios-setup] Aug 12 20:47:41.755 INFO E| Compiling equivalent v1.0.2
32622026-08-12T20:47:43.069Z[ helios-setup] Aug 12 20:47:41.791 INFO E| Compiling hashbrown v0.16.0
32632026-08-12T20:47:43.139Z[ helios-setup] Aug 12 20:47:41.862 INFO E| Compiling crc32fast v1.5.0
32642026-08-12T20:47:43.147Z[ helios-setup] Aug 12 20:47:41.870 INFO E| Compiling byteorder v1.5.0
32652026-08-12T20:47:43.186Z[ helios-setup] Aug 12 20:47:41.907 INFO E| Compiling anyhow v1.0.100
32662026-08-12T20:47:43.217Z[ helios-setup] Aug 12 20:47:41.940 INFO E| Compiling rustix v1.1.2
32672026-08-12T20:47:43.270Z[ helios-setup] Aug 12 20:47:41.993 INFO E| Compiling winnow v0.7.13
32682026-08-12T20:47:43.277Z[ helios-setup] Aug 12 20:47:42.000 INFO E| Compiling anstyle-parse v0.2.7
32692026-08-12T20:47:43.529Z[ host-package] Compiling flume v0.11.1
32702026-08-12T20:47:43.640Z[ helios-setup] Aug 12 20:47:42.363 INFO E| Compiling cpufeatures v0.2.17
32712026-08-12T20:47:43.729Z[ helios-setup] Aug 12 20:47:42.450 INFO E| Compiling anstyle-query v1.1.4
32722026-08-12T20:47:43.809Z[ host-package] Compiling ecdsa v0.16.9
32732026-08-12T20:47:43.915Z[ helios-setup] Aug 12 20:47:42.638 INFO E| Compiling getrandom v0.2.16
32742026-08-12T20:47:43.998Z[ helios-setup] Aug 12 20:47:42.721 INFO E| Compiling errno v0.3.14
32752026-08-12T20:47:44.014Z[ helios-setup] Aug 12 20:47:42.736 INFO E| Compiling indexmap v2.12.0
32762026-08-12T20:47:44.029Z[ helios-setup] Aug 12 20:47:42.751 INFO E| Compiling anstyle v1.0.13
32772026-08-12T20:47:44.044Z[ helios-setup] Aug 12 20:47:42.766 INFO E| Compiling radium v0.7.0
32782026-08-12T20:47:44.250Z[ helios-setup] Aug 12 20:47:42.973 INFO E| Compiling rand_core v0.6.4
32792026-08-12T20:47:44.287Z[ helios-setup] Aug 12 20:47:43.010 INFO E| Compiling find-msvc-tools v0.1.4
32802026-08-12T20:47:44.302Z[ helios-setup] Aug 12 20:47:43.025 INFO E| Compiling colorchoice v1.0.4
32812026-08-12T20:47:44.309Z[ helios-setup] Aug 12 20:47:43.032 INFO E| Compiling shlex v1.3.0
32822026-08-12T20:47:44.391Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32832026-08-12T20:47:44.397Z[ helios-setup] Aug 12 20:47:43.119 INFO E| Compiling is_terminal_polyfill v1.70.2
32842026-08-12T20:47:44.426Z[ helios-setup] Aug 12 20:47:43.149 INFO E| Compiling syn v1.0.109
32852026-08-12T20:47:44.500Z[ helios-setup] Aug 12 20:47:43.222 INFO E| Compiling toml_datetime v0.7.3
32862026-08-12T20:47:44.507Z[ helios-setup] Aug 12 20:47:43.230 INFO E| Compiling allocator-api2 v0.2.21
32872026-08-12T20:47:44.536Z[ helios-setup] Aug 12 20:47:43.259 INFO E| Compiling anstream v0.6.21
32882026-08-12T20:47:44.801Z[ helios-setup] Aug 12 20:47:43.523 INFO E| Compiling cc v1.2.44
32892026-08-12T20:47:44.932Z[ helios-setup] Aug 12 20:47:43.655 INFO E| Compiling pkg-config v0.3.32
32902026-08-12T20:47:45.117Z[ helios-setup] Aug 12 20:47:43.839 INFO E| Compiling syn v2.0.108
32912026-08-12T20:47:45.287Z[ helios-setup] Aug 12 20:47:44.009 INFO E| Compiling slog v2.8.2
32922026-08-12T20:47:45.427Z[ helios-setup] Aug 12 20:47:44.149 INFO E| Compiling pin-project-lite v0.2.16
32932026-08-12T20:47:45.469Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32942026-08-12T20:47:45.512Z[ helios-setup] Aug 12 20:47:44.234 INFO E| Compiling tap v1.0.1
32952026-08-12T20:47:45.544Z[ helios-setup] Aug 12 20:47:44.265 INFO E| Compiling futures-sink v0.3.31
32962026-08-12T20:47:45.556Z[ helios-setup] Aug 12 20:47:44.279 INFO E| Compiling parking_lot_core v0.9.12
32972026-08-12T20:47:45.568Z[ helios-setup] Aug 12 20:47:44.291 INFO E| Compiling unicode-width v0.2.2
32982026-08-12T20:47:45.588Z[ host-package] Compiling primeorder v0.13.6
32992026-08-12T20:47:45.674Z[ helios-setup] Aug 12 20:47:44.396 INFO E| Compiling futures-core v0.3.31
33002026-08-12T20:47:45.688Z[ helios-setup] Aug 12 20:47:44.411 INFO E| Compiling maybe-uninit v2.0.0
33012026-08-12T20:47:45.710Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33022026-08-12T20:47:45.715Z[ helios-setup] Aug 12 20:47:44.437 INFO E| Compiling wyz v0.5.1
33032026-08-12T20:47:45.974Z[ helios-setup] Aug 12 20:47:44.697 INFO E| Compiling futures-channel v0.3.31
33042026-08-12T20:47:46.207Z[ helios-setup] Aug 12 20:47:44.929 INFO E| Compiling crypto-common v0.1.6
33052026-08-12T20:47:46.290Z[ helios-setup] Aug 12 20:47:45.013 INFO E| Compiling block-buffer v0.10.4
33062026-08-12T20:47:46.308Z[ host-package] Compiling git-stub v1.0.0
33072026-08-12T20:47:46.345Z[ helios-setup] Aug 12 20:47:45.066 INFO E| Compiling toml_parser v1.0.4
33082026-08-12T20:47:46.386Z[ helios-setup] Aug 12 20:47:45.109 INFO E| Compiling getopts v0.2.24
33092026-08-12T20:47:46.437Z[ helios-setup] Aug 12 20:47:45.159 INFO E| Compiling ahash v0.8.12
33102026-08-12T20:47:46.444Z[ helios-setup] Aug 12 20:47:45.167 INFO E| Compiling strsim v0.11.1
33112026-08-12T20:47:46.512Z[ helios-setup] Aug 12 20:47:45.234 INFO E| Compiling digest v0.10.7
33122026-08-12T20:47:46.524Z[ helios-setup] Aug 12 20:47:45.246 INFO E| Compiling bytes v1.10.1
33132026-08-12T20:47:46.609Z[ helios-setup] Aug 12 20:47:45.332 INFO E| Compiling bitflags v2.10.0
33142026-08-12T20:47:46.695Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33152026-08-12T20:47:46.772Z[ helios-setup] Aug 12 20:47:45.494 INFO E| Compiling thiserror v1.0.69
33162026-08-12T20:47:46.825Z[ helios-setup] Aug 12 20:47:45.547 INFO E| Compiling num-bigint-dig v0.8.4
33172026-08-12T20:47:46.932Z[ helios-setup] Aug 12 20:47:45.655 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33182026-08-12T20:47:47.005Z[ helios-setup] Aug 12 20:47:45.725 INFO E| Compiling sha2 v0.10.9
33192026-08-12T20:47:47.011Z[ helios-setup] Aug 12 20:47:45.733 INFO E| Compiling futures-task v0.3.31
33202026-08-12T20:47:47.025Z[ helios-setup] Aug 12 20:47:45.748 INFO E| Compiling funty v2.0.0
33212026-08-12T20:47:47.189Z[ helios-setup] Aug 12 20:47:45.912 INFO E| Compiling toml_edit v0.23.7
33222026-08-12T20:47:47.366Z[ host-package] Compiling http-range v0.1.5
33232026-08-12T20:47:47.395Z[ helios-setup] Aug 12 20:47:46.117 INFO E| Compiling futures-io v0.3.31
33242026-08-12T20:47:47.555Z[ host-package] Compiling instability v0.3.11
33252026-08-12T20:47:47.563Z[ helios-setup] Aug 12 20:47:46.285 INFO E| Compiling num-integer v0.1.46
33262026-08-12T20:47:47.566Z[ helios-setup] Aug 12 20:47:46.286 INFO E| Compiling pin-utils v0.1.0
33272026-08-12T20:47:47.596Z[ helios-setup] Aug 12 20:47:46.317 INFO E| Compiling clap_lex v0.7.6
33282026-08-12T20:47:47.662Z[ helios-setup] Aug 12 20:47:46.385 INFO E| Compiling itoa v1.0.15
33292026-08-12T20:47:47.703Z[ helios-setup] Aug 12 20:47:46.425 INFO E| Compiling powerfmt v0.2.0
33302026-08-12T20:47:47.715Z[ helios-setup] Aug 12 20:47:46.437 INFO E| Compiling packed_struct v0.10.1
33312026-08-12T20:47:47.736Z[ host-package] Compiling strsim v0.10.0
33322026-08-12T20:47:47.811Z[ helios-setup] Aug 12 20:47:46.533 INFO E| Compiling getrandom v0.3.4
33332026-08-12T20:47:47.936Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33342026-08-12T20:47:47.979Z[ helios-setup] Aug 12 20:47:46.701 INFO E| Compiling spin v0.9.8
33352026-08-12T20:47:48.066Z[ helios-setup] Aug 12 20:47:46.788 INFO E| Compiling scopeguard v1.2.0
33362026-08-12T20:47:48.174Z[ host-package] Compiling git-stub-vcs v0.1.0
33372026-08-12T20:47:48.200Z[ host-package] Compiling darling_core v0.13.4
33382026-08-12T20:47:48.215Z[ helios-setup] Aug 12 20:47:46.937 INFO E| Compiling proc-macro-crate v3.4.0
33392026-08-12T20:47:48.245Z[ helios-setup] Aug 12 20:47:46.967 INFO E| Compiling heck v0.5.0
33402026-08-12T20:47:48.248Z[ helios-setup] Aug 12 20:47:46.968 INFO E| Compiling num-conv v0.1.0
33412026-08-12T20:47:48.295Z[ helios-setup] Aug 12 20:47:47.017 INFO E| Compiling time-core v0.1.6
33422026-08-12T20:47:48.389Z[ helios-setup] Aug 12 20:47:47.112 INFO E| Compiling slab v0.4.11
33432026-08-12T20:47:48.417Z[ helios-setup] Aug 12 20:47:47.139 INFO E| Compiling lock_api v0.4.14
33442026-08-12T20:47:48.541Z[ host-package] Compiling p384 v0.13.1
33452026-08-12T20:47:48.544Z[ helios-setup] Aug 12 20:47:47.267 INFO E| Compiling lazy_static v1.5.0
33462026-08-12T20:47:48.561Z[ helios-setup] Aug 12 20:47:47.283 INFO E| Compiling num-iter v0.1.45
33472026-08-12T20:47:48.602Z[ helios-setup] Aug 12 20:47:47.324 INFO E| Compiling deranged v0.5.5
33482026-08-12T20:47:48.609Z[ helios-setup] Aug 12 20:47:47.332 INFO E| Compiling time-macros v0.2.24
33492026-08-12T20:47:48.621Z[ helios-setup] Aug 12 20:47:47.343 INFO E| Compiling bitvec v1.0.1
33502026-08-12T20:47:48.738Z[ helios-setup] Aug 12 20:47:47.461 INFO E| Compiling terminal_size v0.4.3
33512026-08-12T20:47:48.896Z[ helios-setup] Aug 12 20:47:47.618 INFO E| Compiling clap_builder v4.5.51
33522026-08-12T20:47:48.909Z[ helios-setup] Aug 12 20:47:47.632 INFO E| Compiling indexmap v1.9.3
33532026-08-12T20:47:49.003Z[ helios-setup] Aug 12 20:47:47.726 INFO E| Compiling adler2 v2.0.1
33542026-08-12T20:47:49.055Z[ helios-setup] Aug 12 20:47:47.778 INFO E| Compiling thiserror v2.0.17
33552026-08-12T20:47:49.210Z[ helios-setup] Aug 12 20:47:47.932 INFO E| Compiling simd-adler32 v0.3.7
33562026-08-12T20:47:49.282Z[ helios-setup] Aug 12 20:47:48.005 INFO E| Compiling nodrop v0.1.14
33572026-08-12T20:47:49.421Z[ helios-setup] Aug 12 20:47:48.144 INFO E| Compiling iana-time-zone v0.1.64
33582026-08-12T20:47:49.556Z[ helios-setup] Aug 12 20:47:48.279 INFO E| Compiling log v0.4.28
33592026-08-12T20:47:49.656Z[ helios-setup] Aug 12 20:47:48.379 INFO E| Compiling crc-catalog v2.4.0
33602026-08-12T20:47:49.756Z[ helios-setup] Aug 12 20:47:48.478 INFO E| Compiling serde_json v1.0.145
33612026-08-12T20:47:49.771Z[ helios-setup] Aug 12 20:47:48.493 INFO E| Compiling once_cell v1.21.3
33622026-08-12T20:47:49.796Z[ helios-setup] Aug 12 20:47:48.519 INFO E| Compiling crc v3.3.0
33632026-08-12T20:47:49.812Z[ helios-setup] Aug 12 20:47:48.526 INFO E| Compiling chrono v0.4.42
33642026-08-12T20:47:50.037Z[ helios-setup] Aug 12 20:47:48.760 INFO E| Compiling env_filter v0.1.4
33652026-08-12T20:47:50.084Z[ helios-setup] Aug 12 20:47:48.807 INFO E| Compiling miniz_oxide v0.8.9
33662026-08-12T20:47:50.220Z[ helios-setup] Aug 12 20:47:48.942 INFO E| Compiling array-init v0.0.4
33672026-08-12T20:47:50.279Z[ helios-setup] Aug 12 20:47:49.001 INFO E| Compiling parking_lot v0.12.5
33682026-08-12T20:47:50.392Z[ helios-setup] Aug 12 20:47:49.114 INFO E| Compiling smallvec v0.6.14
33692026-08-12T20:47:50.462Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33702026-08-12T20:47:50.561Z[ helios-setup] Aug 12 20:47:49.284 INFO E| Compiling signature v2.2.0
33712026-08-12T20:47:50.644Z[ helios-setup] Aug 12 20:47:49.366 INFO E| Compiling time v0.3.44
33722026-08-12T20:47:51.069Z[ helios-setup] Aug 12 20:47:49.792 INFO E| Compiling serde_spanned v1.0.3
33732026-08-12T20:47:51.090Z[ helios-setup] Aug 12 20:47:49.813 INFO E| Compiling signal-hook-registry v1.4.6
33742026-08-12T20:47:51.156Z[ helios-setup] Aug 12 20:47:49.878 INFO E| Compiling socket2 v0.6.1
33752026-08-12T20:47:51.216Z[ helios-setup] Aug 12 20:47:49.939 INFO E| Compiling is-terminal v0.4.17
33762026-08-12T20:47:51.355Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33772026-08-12T20:47:51.389Z[ helios-setup] Aug 12 20:47:50.111 INFO E| Compiling mio v1.1.0
33782026-08-12T20:47:51.470Z[ helios-setup] Aug 12 20:47:50.192 INFO E| Compiling thread_local v1.1.9
33792026-08-12T20:47:51.886Z[ host-package] Compiling progenitor-impl v0.13.0
33802026-08-12T20:47:51.995Z[ helios-setup] Aug 12 20:47:50.718 INFO E| Compiling hashbrown v0.12.3
33812026-08-12T20:47:52.233Z[ helios-setup] Aug 12 20:47:50.956 INFO E| Compiling packed_struct_codegen v0.10.1
33822026-08-12T20:47:52.501Z[ host-package] Compiling ignore v0.4.25
33832026-08-12T20:47:52.507Z[ helios-setup] Aug 12 20:47:51.230 INFO E| Compiling base64 v0.21.7
33842026-08-12T20:47:52.565Z[ helios-setup] Aug 12 20:47:51.288 INFO E| Compiling term v1.2.0
33852026-08-12T20:47:52.565Z[ helios-setup] Aug 12 20:47:51.288 INFO E| Compiling ryu v1.0.20
33862026-08-12T20:47:52.821Z[ helios-setup] Aug 12 20:47:51.544 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33872026-08-12T20:47:52.835Z[ helios-setup] Aug 12 20:47:51.557 INFO E| Compiling libdevinfo-sys v1.1.0
33882026-08-12T20:47:52.890Z[ helios-setup] Aug 12 20:47:51.612 INFO E| Compiling winnow v0.5.40
33892026-08-12T20:47:53.011Z[ helios-setup] Aug 12 20:47:51.733 INFO E| Compiling toml_writer v1.0.4
33902026-08-12T20:47:53.019Z[ helios-setup] Aug 12 20:47:51.741 INFO E| Compiling subtle v2.6.1
33912026-08-12T20:47:53.040Z[ helios-setup] Aug 12 20:47:51.762 INFO E| Compiling serde_derive v1.0.228
33922026-08-12T20:47:53.078Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33932026-08-12T20:47:53.176Z[ helios-setup] Aug 12 20:47:51.898 INFO E| Compiling zerocopy-derive v0.8.27
33942026-08-12T20:47:53.389Z[ helios-setup] Aug 12 20:47:52.111 INFO E| Compiling der_derive v0.7.3
33952026-08-12T20:47:53.398Z[ helios-setup] Aug 12 20:47:52.120 INFO E| Compiling futures-macro v0.3.31
33962026-08-12T20:47:53.458Z[ helios-setup] Aug 12 20:47:52.181 INFO E| Compiling num_enum_derive v0.7.5
33972026-08-12T20:47:53.462Z[ helios-setup] Aug 12 20:47:52.182 INFO E| Compiling bitfield-macros v0.19.3
33982026-08-12T20:47:53.513Z[ helios-setup] Aug 12 20:47:52.235 INFO E| Compiling thiserror-impl v1.0.69
33992026-08-12T20:47:53.517Z[ helios-setup] Aug 12 20:47:52.236 INFO E| Compiling zerocopy-derive v0.6.6
34002026-08-12T20:47:53.638Z[ helios-setup] Aug 12 20:47:52.360 INFO E| Compiling clap_derive v4.5.49
34012026-08-12T20:47:54.801Z[ helios-setup] Aug 12 20:47:53.511 INFO E| Compiling tokio-macros v2.6.0
34022026-08-12T20:47:55.166Z[ helios-setup] Aug 12 20:47:53.888 INFO E| Compiling thiserror-impl v2.0.17
34032026-08-12T20:47:55.358Z[ helios-setup] Aug 12 20:47:54.081 INFO E| Compiling zerocopy v0.6.6
34042026-08-12T20:47:55.436Z[ helios-setup] Aug 12 20:47:54.159 INFO E| Compiling bitfield v0.19.3
34052026-08-12T20:47:55.726Z[ helios-setup] Aug 12 20:47:54.448 INFO E| Compiling der v0.7.10
34062026-08-12T20:47:55.742Z[ helios-setup] Aug 12 20:47:54.465 INFO E| Compiling bzip2 v0.4.4
34072026-08-12T20:47:55.883Z[ helios-setup] Aug 12 20:47:54.605 INFO E| Compiling num_enum v0.7.5
34082026-08-12T20:47:56.150Z[ helios-setup] Aug 12 20:47:54.872 INFO E| Compiling futures-util v0.3.31
34092026-08-12T20:47:56.180Z[ helios-setup] Aug 12 20:47:54.903 INFO E| Compiling devinfo v0.1.0
34102026-08-12T20:47:56.230Z[ helios-setup] Aug 12 20:47:54.953 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34112026-08-12T20:47:56.417Z[ helios-setup] Aug 12 20:47:55.140 INFO E| Compiling tokio v1.48.0
34122026-08-12T20:47:56.425Z[ helios-setup] Aug 12 20:47:55.148 INFO E| Compiling toml v0.9.8
34132026-08-12T20:47:56.667Z[ helios-setup] Aug 12 20:47:55.390 INFO E| Compiling flate2 v1.1.5
34142026-08-12T20:47:56.688Z[ host-package] Compiling castaway v0.2.4
34152026-08-12T20:47:56.796Z[ helios-setup] Aug 12 20:47:55.519 INFO E| Compiling uuid v1.18.1
34162026-08-12T20:47:56.888Z[ host-package] Compiling vergen-git2 v9.1.0
34172026-08-12T20:47:57.208Z[ helios-setup] Aug 12 20:47:55.931 INFO E| Compiling env_logger v0.11.8
34182026-08-12T20:47:57.277Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34192026-08-12T20:47:57.299Z[ helios-setup] Aug 12 20:47:56.022 INFO E| Compiling rustc-hash v2.1.1
34202026-08-12T20:47:57.560Z[ host-package] Compiling indoc v2.0.7
34212026-08-12T20:47:57.612Z[ helios-setup] Aug 12 20:47:56.335 INFO E| Compiling bitflags v1.3.2
34222026-08-12T20:47:57.709Z[ helios-setup] Aug 12 20:47:56.432 INFO E| Compiling crc-any v2.5.0
34232026-08-12T20:47:57.751Z[ host-package] Compiling compact_str v0.8.1
34242026-08-12T20:47:57.769Z[ helios-setup] Aug 12 20:47:56.491 INFO E| Compiling foldhash v0.2.0
34252026-08-12T20:47:57.831Z[ helios-setup] Aug 12 20:47:56.549 INFO E| Compiling clap v4.5.51
34262026-08-12T20:47:57.936Z[ helios-setup] Aug 12 20:47:56.658 INFO E| Compiling hex v0.4.3
34272026-08-12T20:47:57.992Z[ helios-setup] Aug 12 20:47:56.714 INFO E| Compiling spki v0.7.3
34282026-08-12T20:47:58.080Z[ helios-setup] Aug 12 20:47:56.799 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34292026-08-12T20:47:58.393Z[ helios-setup] Aug 12 20:47:57.115 INFO E| Compiling iddqd v0.3.14
34302026-08-12T20:47:58.429Z[ host-package] Compiling progenitor-macro v0.13.0
34312026-08-12T20:47:58.469Z[ helios-setup] Aug 12 20:47:57.192 INFO E| Compiling pkcs8 v0.10.2
34322026-08-12T20:47:58.523Z[ helios-setup] Aug 12 20:47:57.245 INFO E| Compiling x509-cert v0.2.5
34332026-08-12T20:47:58.661Z[ helios-setup] Aug 12 20:47:57.383 INFO E| Compiling zip v0.6.6
34342026-08-12T20:47:58.692Z[ helios-setup] Aug 12 20:47:57.415 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34352026-08-12T20:47:59.043Z[ host-package] Compiling oso v0.27.3
34362026-08-12T20:47:59.391Z[ helios-setup] Aug 12 20:47:58.113 INFO E| Compiling pkcs1 v0.7.5
34372026-08-12T20:47:59.508Z[ helios-setup] Aug 12 20:47:58.231 INFO E| Compiling path-slash v0.1.5
34382026-08-12T20:48:00.216Z[ helios-setup] Aug 12 20:47:58.938 INFO E| Compiling ppv-lite86 v0.2.21
34392026-08-12T20:48:00.630Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34402026-08-12T20:48:00.844Z[ helios-setup] Aug 12 20:47:59.567 INFO E| Compiling erased-serde v0.3.31
34412026-08-12T20:48:01.204Z[ helios-setup] Aug 12 20:47:59.927 INFO E| Compiling rand_chacha v0.3.1
34422026-08-12T20:48:01.255Z[ helios-setup] Aug 12 20:47:59.977 INFO E| Compiling toml_datetime v0.6.11
34432026-08-12T20:48:01.384Z[ helios-setup] Aug 12 20:48:00.107 INFO E| Compiling serde_spanned v0.6.9
34442026-08-12T20:48:01.426Z[ helios-setup] Aug 12 20:48:00.148 INFO E| Compiling serde-hex v0.1.0
34452026-08-12T20:48:01.479Z[ helios-setup] Aug 12 20:48:00.201 INFO E| Compiling ron v0.8.1
34462026-08-12T20:48:02.127Z[ host-package] Compiling diesel-dtrace v0.5.0
34472026-08-12T20:48:02.240Z[ helios-setup] Aug 12 20:48:00.962 INFO E| Compiling rand v0.8.5
34482026-08-12T20:48:02.385Z[ host-package] Compiling async-bb8-diesel v0.2.1
34492026-08-12T20:48:02.396Z[ helios-setup] Aug 12 20:48:01.119 INFO E| Compiling futures-executor v0.3.31
34502026-08-12T20:48:02.535Z[ helios-setup] Aug 12 20:48:01.257 INFO E| Compiling toml_edit v0.19.15
34512026-08-12T20:48:02.623Z[ helios-setup] Aug 12 20:48:01.345 INFO E| Compiling hashbrown v0.13.2
34522026-08-12T20:48:02.849Z[ helios-setup] Aug 12 20:48:01.571 INFO E| Compiling futures v0.3.31
34532026-08-12T20:48:03.068Z[ host-package] Compiling globwalk v0.9.1
34542026-08-12T20:48:03.633Z[ helios-setup] Aug 12 20:48:02.356 INFO E| Compiling slog-term v2.9.2
34552026-08-12T20:48:03.837Z[ host-package] Compiling darling_macro v0.13.4
34562026-08-12T20:48:03.916Z[ helios-setup] Aug 12 20:48:02.634 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34572026-08-12T20:48:03.931Z[ helios-setup] Aug 12 20:48:02.654 INFO E| Compiling object v0.30.4
34582026-08-12T20:48:04.263Z[ helios-setup] Aug 12 20:48:02.985 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34592026-08-12T20:48:04.799Z[ host-package] Compiling parking_lot v0.11.2
34602026-08-12T20:48:05.023Z[ host-package] Compiling hyper-staticfile v0.10.1
34612026-08-12T20:48:05.466Z[ helios-setup] Aug 12 20:48:04.188 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34622026-08-12T20:48:05.522Z[ helios-setup] Aug 12 20:48:04.245 INFO E| Compiling rsa v0.9.8
34632026-08-12T20:48:05.899Z[ helios-setup] Aug 12 20:48:04.621 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34642026-08-12T20:48:05.996Z[ helios-setup] Aug 12 20:48:04.718 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34652026-08-12T20:48:06.331Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34662026-08-12T20:48:06.597Z[ helios-setup] Aug 12 20:48:05.319 INFO E| Compiling toml v0.7.8
34672026-08-12T20:48:06.720Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34682026-08-12T20:48:07.235Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34692026-08-12T20:48:07.598Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34702026-08-12T20:48:07.645Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34712026-08-12T20:48:07.828Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34722026-08-12T20:48:08.763Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34732026-08-12T20:48:09.208Z[ host-package] Compiling predicates-tree v1.0.13
34742026-08-12T20:48:09.441Z[ host-package] Compiling unicode-truncate v1.1.0
34752026-08-12T20:48:09.862Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34762026-08-12T20:48:10.324Z[ host-package] Compiling lru v0.12.5
34772026-08-12T20:48:10.413Z[ host-package] Compiling progenitor-client v0.13.0
34782026-08-12T20:48:11.077Z[ host-package] Compiling prefix-trie v0.7.0
34792026-08-12T20:48:11.154Z[ host-package] Compiling rand_seeder v0.4.0
34802026-08-12T20:48:11.515Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34812026-08-12T20:48:11.757Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
34822026-08-12T20:48:11.884Z[ host-package] Compiling corncobs v0.1.4
34832026-08-12T20:48:11.936Z[ host-package] Compiling cassowary v0.3.0
34842026-08-12T20:48:12.043Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
34852026-08-12T20:48:12.140Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34862026-08-12T20:48:12.198Z[ host-package] Compiling progenitor v0.13.0
34872026-08-12T20:48:12.220Z[ host-package] Compiling hickory-server v0.25.2
34882026-08-12T20:48:12.347Z[ host-package] Compiling ratatui v0.29.0
34892026-08-12T20:48:12.410Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34902026-08-12T20:48:12.726Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34912026-08-12T20:48:12.762Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34922026-08-12T20:48:12.901Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34932026-08-12T20:48:13.114Z[ helios-setup] Aug 12 20:48:11.836 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34942026-08-12T20:48:13.245Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34952026-08-12T20:48:13.584Z[ host-package] Compiling sled v0.34.7
34962026-08-12T20:48:13.632Z[ host-package] Compiling darling v0.13.4
34972026-08-12T20:48:13.839Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34982026-08-12T20:48:14.480Z[ helios-setup] Aug 12 20:48:13.202 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34992026-08-12T20:48:17.370Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35002026-08-12T20:48:17.754Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35012026-08-12T20:48:17.806Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35022026-08-12T20:48:18.937Z[ helios-setup] Aug 12 20:48:17.659 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35032026-08-12T20:48:18.959Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35042026-08-12T20:48:19.237Z[ host-package] Compiling git2 v0.20.4
35052026-08-12T20:48:19.950Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35062026-08-12T20:48:21.886Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35072026-08-12T20:48:22.328Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35082026-08-12T20:48:22.641Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35092026-08-12T20:48:22.681Z[ host-package] Compiling secrecy v0.8.0
35102026-08-12T20:48:22.756Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35112026-08-12T20:48:23.023Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35122026-08-12T20:48:23.313Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35132026-08-12T20:48:23.498Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35142026-08-12T20:48:23.548Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35152026-08-12T20:48:24.239Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35162026-08-12T20:48:25.255Z[ host-package] Compiling serde_with_macros v1.5.2
35172026-08-12T20:48:26.220Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35182026-08-12T20:48:27.014Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35192026-08-12T20:48:27.221Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35202026-08-12T20:48:27.385Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35212026-08-12T20:48:27.506Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35222026-08-12T20:48:27.773Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35232026-08-12T20:48:27.847Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35242026-08-12T20:48:27.940Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35252026-08-12T20:48:28.133Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35262026-08-12T20:48:28.247Z[ host-package] Compiling arc-swap v1.8.2
35272026-08-12T20:48:28.346Z[ host-package] Compiling void v1.0.2
35282026-08-12T20:48:28.638Z[ host-package] Compiling lzss v0.8.2
35292026-08-12T20:48:28.779Z[ host-package] Compiling slog-scope v4.4.1
35302026-08-12T20:48:29.218Z[ host-package] Compiling illumos-nvpair v0.3.0
35312026-08-12T20:48:29.307Z[ host-package] Compiling serde_with v1.14.0
35322026-08-12T20:48:29.429Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35332026-08-12T20:48:29.906Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35342026-08-12T20:48:30.228Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35352026-08-12T20:48:30.654Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35362026-08-12T20:48:30.933Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35372026-08-12T20:48:31.185Z[ helios-setup] Aug 12 20:48:29.906 INFO E| Finished `release` profile [optimized] target(s) in 51.93s
35382026-08-12T20:48:31.188Z[ helios-setup] Aug 12 20:48:29.907 INFO E| Blocking waiting for file lock on package cache
35392026-08-12T20:48:31.671Z[ host-package] Compiling scuffle v0.1.0
35402026-08-12T20:48:31.815Z[ host-package] Compiling tungstenite v0.23.0
35412026-08-12T20:48:33.571Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35422026-08-12T20:48:33.787Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35432026-08-12T20:48:34.144Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35442026-08-12T20:48:35.408Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35452026-08-12T20:48:35.634Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35462026-08-12T20:48:35.774Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35472026-08-12T20:48:35.858Z[ host-package] Compiling nix v0.27.1
35482026-08-12T20:48:36.039Z[ host-package] Compiling twox-hash v2.1.2
35492026-08-12T20:48:36.184Z[ host-package] Compiling libsw-core v0.3.2
35502026-08-12T20:48:36.409Z[ host-package] Compiling atty v0.2.14
35512026-08-12T20:48:36.548Z[ host-package] Compiling serde_bytes v0.11.19
35522026-08-12T20:48:36.570Z[ host-package] Compiling libsw v3.5.0
35532026-08-12T20:48:36.655Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35542026-08-12T20:48:36.799Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35552026-08-12T20:48:36.848Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35562026-08-12T20:48:37.046Z[ host-package] Compiling tokio-tungstenite v0.23.1
35572026-08-12T20:48:37.118Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35582026-08-12T20:48:37.437Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35592026-08-12T20:48:39.506Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35602026-08-12T20:48:41.193Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35612026-08-12T20:48:41.987Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35622026-08-12T20:48:42.218Z[ host-package] Compiling slog-stdlog v4.1.1
35632026-08-12T20:48:42.451Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35642026-08-12T20:48:42.649Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35652026-08-12T20:48:42.717Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35662026-08-12T20:48:42.851Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35672026-08-12T20:48:43.114Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35682026-08-12T20:48:43.205Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35692026-08-12T20:48:44.046Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35702026-08-12T20:48:44.549Z[ helios-setup] Aug 12 20:48:43.271 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35712026-08-12T20:48:44.549Z[ helios-setup] Aug 12 20:48:43.271 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35722026-08-12T20:48:44.611Z[ helios-setup] Aug 12 20:48:43.333 INFO building project "pilot" ok (65 seconds)
35732026-08-12T20:48:44.611Z[ helios-setup] Aug 12 20:48:43.333 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
35742026-08-12T20:48:44.621Z[ helios-setup] Aug 12 20:48:43.343 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
35752026-08-12T20:48:44.622Z[ helios-setup] Aug 12 20:48:43.343 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35762026-08-12T20:48:44.625Z[ helios-setup] Aug 12 20:48:43.343 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35772026-08-12T20:48:44.745Z[ helios-setup] Aug 12 20:48:43.468 INFO E| Blocking waiting for file lock on package cache
35782026-08-12T20:48:45.085Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35792026-08-12T20:48:45.159Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35802026-08-12T20:48:47.167Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35812026-08-12T20:48:48.543Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35822026-08-12T20:48:48.972Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35832026-08-12T20:48:49.002Z[ helios-setup] Aug 12 20:48:47.723 INFO E| Downloading crates ...
35842026-08-12T20:48:49.044Z[ helios-setup] Aug 12 20:48:47.766 INFO E| Downloaded adler2 v2.0.0
35852026-08-12T20:48:49.054Z[ helios-setup] Aug 12 20:48:47.776 INFO E| Downloaded miniz_oxide v0.8.8
35862026-08-12T20:48:49.121Z[ helios-setup] Aug 12 20:48:47.817 INFO E| Compiling adler2 v2.0.0
35872026-08-12T20:48:49.191Z[ helios-setup] Aug 12 20:48:47.912 INFO E| Compiling miniz_oxide v0.8.8
35882026-08-12T20:48:49.757Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35892026-08-12T20:48:50.452Z[ helios-setup] Aug 12 20:48:49.175 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35902026-08-12T20:48:50.613Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35912026-08-12T20:48:50.666Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35922026-08-12T20:48:50.905Z[ host-package] Compiling signal-hook-tokio v0.3.1
35932026-08-12T20:48:51.016Z[ helios-setup] Aug 12 20:48:49.738 INFO E| Finished `release` profile [optimized] target(s) in 6.38s
35942026-08-12T20:48:51.027Z[ helios-setup] Aug 12 20:48:49.749 INFO building project "pinprick" ok (6 seconds)
35952026-08-12T20:48:51.027Z[ helios-setup] Aug 12 20:48:49.749 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
35962026-08-12T20:48:51.062Z[ helios-setup] Aug 12 20:48:49.784 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')"
35972026-08-12T20:48:51.062Z[ helios-setup] Aug 12 20:48:49.784 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35982026-08-12T20:48:51.066Z[ helios-setup] Aug 12 20:48:49.784 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
35992026-08-12T20:48:51.229Z[ host-package] Compiling fatfs v0.3.6
36002026-08-12T20:48:51.247Z[ helios-setup] Aug 12 20:48:49.969 INFO E| Updating crates.io index
36012026-08-12T20:48:51.250Z[ helios-setup] Aug 12 20:48:49.970 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
36022026-08-12T20:48:51.262Z[ host-package] Compiling yasna v0.5.2
36032026-08-12T20:48:51.651Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36042026-08-12T20:48:51.750Z[ helios-setup] Aug 12 20:48:50.472 INFO E| From https://github.com/oxidecomputer/amd-apcb
36052026-08-12T20:48:51.750Z[ helios-setup] Aug 12 20:48:50.472 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
36062026-08-12T20:48:51.764Z[ helios-setup] Aug 12 20:48:50.486 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
36072026-08-12T20:48:52.183Z[ helios-setup] Aug 12 20:48:50.905 INFO E| From https://github.com/oxidecomputer/amd-efs
36082026-08-12T20:48:52.183Z[ helios-setup] Aug 12 20:48:50.905 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
36092026-08-12T20:48:52.422Z[ helios-setup] Aug 12 20:48:51.143 INFO E| Downloading crates ...
36102026-08-12T20:48:52.465Z[ helios-setup] Aug 12 20:48:51.187 INFO E| Downloaded four-cc v0.4.0
36112026-08-12T20:48:52.468Z[ helios-setup] Aug 12 20:48:51.190 INFO E| Downloaded ansi_term v0.12.1
36122026-08-12T20:48:52.471Z[ helios-setup] Aug 12 20:48:51.194 INFO E| Downloaded unic-ucd-ident v0.9.0
36132026-08-12T20:48:52.474Z[ helios-setup] Aug 12 20:48:51.195 INFO E| Downloaded dyn-clone v1.0.19
36142026-08-12T20:48:52.484Z[ helios-setup] Aug 12 20:48:51.206 INFO E| Downloaded typenum v1.18.0
36152026-08-12T20:48:52.487Z[ helios-setup] Aug 12 20:48:51.209 INFO E| Downloaded structopt v0.3.26
36162026-08-12T20:48:52.491Z[ helios-setup] Aug 12 20:48:51.214 INFO E| Downloaded strum v0.27.1
36172026-08-12T20:48:52.494Z[ helios-setup] Aug 12 20:48:51.214 INFO E| Downloaded unic-common v0.9.0
36182026-08-12T20:48:52.494Z[ helios-setup] Aug 12 20:48:51.215 INFO E| Downloaded vec_map v0.8.2
36192026-08-12T20:48:52.494Z[ helios-setup] Aug 12 20:48:51.215 INFO E| Downloaded modular-bitfield-impl v0.13.1
36202026-08-12T20:48:52.494Z[ helios-setup] Aug 12 20:48:51.216 INFO E| Downloaded unic-char-range v0.9.0
36212026-08-12T20:48:52.497Z[ helios-setup] Aug 12 20:48:51.217 INFO E| Downloaded unic-ucd-version v0.9.0
36222026-08-12T20:48:52.497Z[ helios-setup] Aug 12 20:48:51.218 INFO E| Downloaded fletcher v1.0.0
36232026-08-12T20:48:52.498Z[ helios-setup] Aug 12 20:48:51.218 INFO E| Downloaded unic-char-property v0.9.0
36242026-08-12T20:48:52.498Z[ helios-setup] Aug 12 20:48:51.219 INFO E| Downloaded structopt-derive v0.4.18
36252026-08-12T20:48:52.501Z[ helios-setup] Aug 12 20:48:51.222 INFO E| Downloaded rustversion v1.0.20
36262026-08-12T20:48:52.504Z[ helios-setup] Aug 12 20:48:51.224 INFO E| Downloaded parse_int v0.9.0
36272026-08-12T20:48:52.509Z[ helios-setup] Aug 12 20:48:51.229 INFO E| Downloaded strsim v0.8.0
36282026-08-12T20:48:52.509Z[ helios-setup] Aug 12 20:48:51.230 INFO E| Downloaded pest_generator v2.8.0
36292026-08-12T20:48:52.512Z[ helios-setup] Aug 12 20:48:51.230 INFO E| Downloaded strum_macros v0.27.1
36302026-08-12T20:48:52.512Z[ helios-setup] Aug 12 20:48:51.232 INFO E| Downloaded log v0.4.27
36312026-08-12T20:48:52.515Z[ helios-setup] Aug 12 20:48:51.235 INFO E| Downloaded heck v0.3.3
36322026-08-12T20:48:52.515Z[ helios-setup] Aug 12 20:48:51.236 INFO E| Downloaded modular-bitfield-impl v0.11.2
36332026-08-12T20:48:52.518Z[ helios-setup] Aug 12 20:48:51.239 INFO E| Downloaded bytesize v2.0.1
36342026-08-12T20:48:52.521Z[ helios-setup] Aug 12 20:48:51.243 INFO E| Downloaded textwrap v0.11.0
36352026-08-12T20:48:52.521Z[ helios-setup] Aug 12 20:48:51.244 INFO E| Downloaded modular-bitfield v0.13.1
36362026-08-12T20:48:52.526Z[ helios-setup] Aug 12 20:48:51.248 INFO E| Downloaded zerocopy-derive v0.8.25
36372026-08-12T20:48:52.529Z[ helios-setup] Aug 12 20:48:51.252 INFO E| Downloaded modular-bitfield v0.11.2
36382026-08-12T20:48:52.536Z[ helios-setup] Aug 12 20:48:51.258 INFO E| Downloaded pest_meta v2.8.0
36392026-08-12T20:48:52.539Z[ helios-setup] Aug 12 20:48:51.259 INFO E| Downloaded pest_derive v2.8.0
36402026-08-12T20:48:52.546Z[ helios-setup] Aug 12 20:48:51.269 INFO E| Downloaded pest v2.8.0
36412026-08-12T20:48:52.549Z[ helios-setup] Aug 12 20:48:51.272 INFO E| Downloaded goblin v0.9.3
36422026-08-12T20:48:52.554Z[ helios-setup] Aug 12 20:48:51.276 INFO E| Downloaded clap v2.34.0
36432026-08-12T20:48:52.559Z[ helios-setup] Aug 12 20:48:51.282 INFO E| Downloaded zerocopy v0.8.25
36442026-08-12T20:48:52.580Z[ host-package] Compiling assert_matches v1.5.0
36452026-08-12T20:48:52.649Z[ helios-setup] Aug 12 20:48:51.371 INFO E| Compiling proc-macro2 v1.0.95
36462026-08-12T20:48:52.649Z[ helios-setup] Aug 12 20:48:51.371 INFO E| Compiling unicode-ident v1.0.18
36472026-08-12T20:48:52.649Z[ helios-setup] Aug 12 20:48:51.371 INFO E| Compiling memchr v2.7.4
36482026-08-12T20:48:52.652Z[ helios-setup] Aug 12 20:48:51.371 INFO E| Compiling thiserror v2.0.12
36492026-08-12T20:48:52.653Z[ helios-setup] Aug 12 20:48:51.371 INFO E| Compiling autocfg v1.4.0
36502026-08-12T20:48:52.653Z[ helios-setup] Aug 12 20:48:51.371 INFO E| Compiling syn v1.0.109
36512026-08-12T20:48:52.653Z[ helios-setup] Aug 12 20:48:51.371 INFO E| Compiling serde v1.0.219
36522026-08-12T20:48:52.653Z[ helios-setup] Aug 12 20:48:51.371 INFO E| Compiling version_check v0.9.5
36532026-08-12T20:48:52.653Z[ helios-setup] Aug 12 20:48:51.371 INFO E| Compiling serde_json v1.0.140
36542026-08-12T20:48:52.653Z[ helios-setup] Aug 12 20:48:51.371 INFO E| Compiling schemars v0.8.22
36552026-08-12T20:48:52.653Z[ helios-setup] Aug 12 20:48:51.371 INFO E| Compiling itoa v1.0.15
36562026-08-12T20:48:52.653Z[ helios-setup] Aug 12 20:48:51.371 INFO E| Compiling ryu v1.0.20
36572026-08-12T20:48:52.653Z[ helios-setup] Aug 12 20:48:51.371 INFO E| Compiling ucd-trie v0.1.7
36582026-08-12T20:48:52.653Z[ helios-setup] Aug 12 20:48:51.372 INFO E| Compiling paste v1.0.15
36592026-08-12T20:48:52.653Z[ helios-setup] Aug 12 20:48:51.372 INFO E| Compiling libc v0.2.172
36602026-08-12T20:48:52.653Z[ helios-setup] Aug 12 20:48:51.372 INFO E| Compiling static_assertions v1.1.0
36612026-08-12T20:48:52.695Z[ host-package] Compiling is_ci v1.2.0
36622026-08-12T20:48:52.895Z[ host-package] Compiling seq-macro v0.3.6
36632026-08-12T20:48:52.918Z[ host-package] Compiling supports-color v3.0.2
36642026-08-12T20:48:52.954Z[ helios-setup] Aug 12 20:48:51.676 INFO E| Compiling dyn-clone v1.0.19
36652026-08-12T20:48:52.980Z[ host-package] Compiling rcgen v0.12.1
36662026-08-12T20:48:53.214Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36672026-08-12T20:48:53.374Z[ helios-setup] Aug 12 20:48:52.096 INFO E| Compiling zerocopy v0.8.25
36682026-08-12T20:48:53.374Z[ helios-setup] Aug 12 20:48:52.096 INFO E| Compiling rustversion v1.0.20
36692026-08-12T20:48:53.521Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36702026-08-12T20:48:53.553Z[ helios-setup] Aug 12 20:48:52.275 INFO E| Compiling once_cell v1.21.3
36712026-08-12T20:48:53.853Z[ helios-setup] Aug 12 20:48:52.568 INFO E| Compiling unicode-width v0.1.14
36722026-08-12T20:48:54.000Z[ helios-setup] Aug 12 20:48:52.722 INFO E| Compiling heck v0.5.0
36732026-08-12T20:48:54.005Z[ helios-setup] Aug 12 20:48:52.727 INFO E| Compiling unicode-segmentation v1.12.0
36742026-08-12T20:48:54.036Z[ helios-setup] Aug 12 20:48:52.756 INFO E| Compiling byteorder v1.5.0
36752026-08-12T20:48:54.093Z[ helios-setup] Aug 12 20:48:52.815 INFO E| Compiling vec_map v0.8.2
36762026-08-12T20:48:54.109Z[ helios-setup] Aug 12 20:48:52.831 INFO E| Compiling proc-macro-error-attr v1.0.4
36772026-08-12T20:48:54.300Z[ helios-setup] Aug 12 20:48:53.022 INFO E| Compiling proc-macro-error v1.0.4
36782026-08-12T20:48:54.373Z[ helios-setup] Aug 12 20:48:53.095 INFO E| Compiling textwrap v0.11.0
36792026-08-12T20:48:54.393Z[ helios-setup] Aug 12 20:48:53.115 INFO E| Compiling fletcher v1.0.0
36802026-08-12T20:48:54.397Z[ helios-setup] Aug 12 20:48:53.120 INFO E| Compiling ansi_term v0.12.1
36812026-08-12T20:48:54.514Z[ helios-setup] Aug 12 20:48:53.222 INFO E| Compiling quote v1.0.40
36822026-08-12T20:48:54.535Z[ helios-setup] Aug 12 20:48:53.257 INFO E| Compiling num-traits v0.2.19
36832026-08-12T20:48:54.556Z[ helios-setup] Aug 12 20:48:53.277 INFO E| Compiling memoffset v0.9.1
36842026-08-12T20:48:54.617Z[ helios-setup] Aug 12 20:48:53.336 INFO E| Compiling bitflags v1.3.2
36852026-08-12T20:48:54.653Z[ helios-setup] Aug 12 20:48:53.373 INFO E| Compiling strsim v0.8.0
36862026-08-12T20:48:54.713Z[ helios-setup] Aug 12 20:48:53.429 INFO E| Compiling heck v0.3.3
36872026-08-12T20:48:54.723Z[ helios-setup] Aug 12 20:48:53.444 INFO E| Compiling unic-common v0.9.0
36882026-08-12T20:48:54.760Z[ host-package] Compiling slog-envlogger v2.2.0
36892026-08-12T20:48:54.777Z[ helios-setup] Aug 12 20:48:53.499 INFO E| Compiling strum v0.27.1
36902026-08-12T20:48:54.815Z[ helios-setup] Aug 12 20:48:53.537 INFO E| Compiling unic-char-range v0.9.0
36912026-08-12T20:48:54.837Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36922026-08-12T20:48:54.872Z[ helios-setup] Aug 12 20:48:53.594 INFO E| Compiling unic-ucd-version v0.9.0
36932026-08-12T20:48:54.896Z[ helios-setup] Aug 12 20:48:53.618 INFO E| Compiling lazy_static v1.5.0
36942026-08-12T20:48:54.909Z[ helios-setup] Aug 12 20:48:53.631 INFO E| Compiling plain v0.2.3
36952026-08-12T20:48:54.909Z[ helios-setup] Aug 12 20:48:53.631 INFO E| Compiling log v0.4.27
36962026-08-12T20:48:54.953Z[ helios-setup] Aug 12 20:48:53.675 INFO E| Compiling syn v2.0.101
36972026-08-12T20:48:55.051Z[ helios-setup] Aug 12 20:48:53.773 INFO E| Compiling atty v0.2.14
36982026-08-12T20:48:55.069Z[ helios-setup] Aug 12 20:48:53.791 INFO E| Compiling unic-char-property v0.9.0
36992026-08-12T20:48:55.083Z[ helios-setup] Aug 12 20:48:53.804 INFO E| Compiling bytesize v2.0.1
37002026-08-12T20:48:55.222Z[ helios-setup] Aug 12 20:48:53.943 INFO E| Compiling clap v2.34.0
37012026-08-12T20:48:55.386Z[ helios-setup] Aug 12 20:48:54.108 INFO E| Compiling unic-ucd-ident v0.9.0
37022026-08-12T20:48:55.862Z[ helios-setup] Aug 12 20:48:54.583 INFO E| Compiling parse_int v0.9.0
37032026-08-12T20:48:56.413Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37042026-08-12T20:48:56.492Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37052026-08-12T20:48:56.721Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37062026-08-12T20:48:57.219Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37072026-08-12T20:48:57.609Z[ host-package] Compiling port-file v0.1.0
37082026-08-12T20:48:58.005Z[ host-package] Compiling subprocess v0.2.15
37092026-08-12T20:48:58.105Z[ helios-setup] Aug 12 20:48:56.826 INFO E| Compiling serde_derive_internals v0.29.1
37102026-08-12T20:48:58.485Z[ helios-setup] Aug 12 20:48:57.207 INFO E| Compiling modular-bitfield-impl v0.11.2
37112026-08-12T20:48:58.485Z[ helios-setup] Aug 12 20:48:57.207 INFO E| Compiling structopt-derive v0.4.18
37122026-08-12T20:48:59.493Z[ helios-setup] Aug 12 20:48:58.215 INFO E| Compiling thiserror-impl v2.0.12
37132026-08-12T20:48:59.497Z[ helios-setup] Aug 12 20:48:58.215 INFO E| Compiling serde_derive v1.0.219
37142026-08-12T20:48:59.497Z[ helios-setup] Aug 12 20:48:58.215 INFO E| Compiling schemars_derive v0.8.22
37152026-08-12T20:48:59.497Z[ helios-setup] Aug 12 20:48:58.215 INFO E| Compiling zerocopy-derive v0.8.25
37162026-08-12T20:48:59.497Z[ helios-setup] Aug 12 20:48:58.215 INFO E| Compiling modular-bitfield-impl v0.13.1
37172026-08-12T20:48:59.497Z[ helios-setup] Aug 12 20:48:58.215 INFO E| Compiling num-derive v0.4.2
37182026-08-12T20:48:59.497Z[ helios-setup] Aug 12 20:48:58.215 INFO E| Compiling strum_macros v0.27.1
37192026-08-12T20:48:59.497Z[ helios-setup] Aug 12 20:48:58.215 INFO E| Compiling scroll_derive v0.12.1
37202026-08-12T20:48:59.920Z[ helios-setup] Aug 12 20:48:58.642 INFO E| Compiling modular-bitfield v0.11.2
37212026-08-12T20:48:59.934Z[ helios-setup] Aug 12 20:48:58.656 INFO E| Compiling structopt v0.3.26
37222026-08-12T20:48:59.954Z[ host-package] Compiling rtoolbox v0.0.3
37232026-08-12T20:49:00.421Z[ host-package] Compiling rpassword v7.5.4
37242026-08-12T20:49:01.094Z[ helios-setup] Aug 12 20:48:59.816 INFO E| Compiling scroll v0.12.0
37252026-08-12T20:49:01.159Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37262026-08-12T20:49:01.290Z[ helios-setup] Aug 12 20:49:00.005 INFO E| Compiling pest v2.8.0
37272026-08-12T20:49:01.484Z[ helios-setup] Aug 12 20:49:00.204 INFO E| Compiling goblin v0.9.3
37282026-08-12T20:49:01.524Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37292026-08-12T20:49:01.976Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37302026-08-12T20:49:02.369Z[ helios-setup] Aug 12 20:49:01.088 INFO E| Compiling modular-bitfield v0.13.1
37312026-08-12T20:49:02.891Z[ helios-setup] Aug 12 20:49:01.613 INFO E| Compiling pest_meta v2.8.0
37322026-08-12T20:49:03.747Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37332026-08-12T20:49:03.780Z[ helios-setup] Aug 12 20:49:02.502 INFO E| Compiling pest_generator v2.8.0
37342026-08-12T20:49:04.132Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37352026-08-12T20:49:05.085Z[ helios-setup] Aug 12 20:49:03.807 INFO E| Compiling pest_derive v2.8.0
37362026-08-12T20:49:05.315Z[ host-package] Compiling tui-tree-widget v0.23.1
37372026-08-12T20:49:05.460Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37382026-08-12T20:49:05.808Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37392026-08-12T20:49:06.338Z[ helios-setup] Aug 12 20:49:05.059 INFO E| Compiling json5 v0.4.1
37402026-08-12T20:49:08.328Z[ helios-setup] Aug 12 20:49:07.050 INFO E| Compiling four-cc v0.4.0
37412026-08-12T20:49:08.329Z[ helios-setup] Aug 12 20:49:07.050 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
37422026-08-12T20:49:08.504Z[ helios-setup] Aug 12 20:49:07.226 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
37432026-08-12T20:49:08.525Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37442026-08-12T20:49:08.570Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37452026-08-12T20:49:09.031Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37462026-08-12T20:49:09.331Z[ host-package] Compiling uzers v0.12.2
37472026-08-12T20:49:11.215Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37482026-08-12T20:49:12.471Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37492026-08-12T20:49:13.583Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37502026-08-12T20:49:15.857Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37512026-08-12T20:49:16.680Z[ host-package] Compiling support-bundle-viewer v0.1.2
37522026-08-12T20:49:16.972Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37532026-08-12T20:49:18.890Z[ host-package] Compiling multimap v0.10.1
37542026-08-12T20:49:24.505Z[ helios-setup] Aug 12 20:49:23.227 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37552026-08-12T20:49:27.333Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37562026-08-12T20:49:28.918Z[ helios-setup] Aug 12 20:49:27.639 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37572026-08-12T20:49:34.606Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37582026-08-12T20:49:38.345Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37592026-08-12T20:49:41.979Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37602026-08-12T20:49:43.279Z[ helios-setup] Aug 12 20:49:42.000 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.17s
37612026-08-12T20:49:43.320Z[ helios-setup] Aug 12 20:49:42.041 INFO building project "amd-host-image-builder" ok (52 seconds)
37622026-08-12T20:49:43.320Z[ helios-setup] Aug 12 20:49:42.041 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37632026-08-12T20:49:43.330Z[ helios-setup] Aug 12 20:49:42.052 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
37642026-08-12T20:49:43.330Z[ helios-setup] Aug 12 20:49:42.052 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37652026-08-12T20:49:43.330Z[ helios-setup] Aug 12 20:49:42.052 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37662026-08-12T20:49:43.458Z[ helios-setup] Aug 12 20:49:42.179 INFO E| Downloading crates ...
37672026-08-12T20:49:43.510Z[ helios-setup] Aug 12 20:49:42.231 INFO E| Downloaded block-buffer v0.10.3
37682026-08-12T20:49:43.514Z[ helios-setup] Aug 12 20:49:42.234 INFO E| Downloaded generic-array v0.14.6
37692026-08-12T20:49:43.522Z[ helios-setup] Aug 12 20:49:42.243 INFO E| Downloaded digest v0.10.3
37702026-08-12T20:49:43.525Z[ helios-setup] Aug 12 20:49:42.245 INFO E| Downloaded miniz_oxide v0.6.2
37712026-08-12T20:49:43.529Z[ helios-setup] Aug 12 20:49:42.250 INFO E| Downloaded typenum v1.15.0
37722026-08-12T20:49:43.532Z[ helios-setup] Aug 12 20:49:42.252 INFO E| Downloaded cpufeatures v0.2.5
37732026-08-12T20:49:43.535Z[ helios-setup] Aug 12 20:49:42.256 INFO E| Downloaded sha2 v0.10.5
37742026-08-12T20:49:43.538Z[ helios-setup] Aug 12 20:49:42.260 INFO E| Downloaded anyhow v1.0.62
37752026-08-12T20:49:43.542Z[ helios-setup] Aug 12 20:49:42.264 INFO E| Downloaded bytes v1.2.1
37762026-08-12T20:49:43.545Z[ helios-setup] Aug 12 20:49:42.266 INFO E| Downloaded flate2 v1.0.25
37772026-08-12T20:49:43.595Z[ helios-setup] Aug 12 20:49:42.317 INFO E| Compiling version_check v0.9.4
37782026-08-12T20:49:43.595Z[ helios-setup] Aug 12 20:49:42.317 INFO E| Compiling typenum v1.15.0
37792026-08-12T20:49:43.599Z[ helios-setup] Aug 12 20:49:42.317 INFO E| Compiling cfg-if v1.0.0
37802026-08-12T20:49:43.599Z[ helios-setup] Aug 12 20:49:42.317 INFO E| Compiling crc32fast v1.3.2
37812026-08-12T20:49:43.599Z[ helios-setup] Aug 12 20:49:42.317 INFO E| Compiling anyhow v1.0.62
37822026-08-12T20:49:43.599Z[ helios-setup] Aug 12 20:49:42.317 INFO E| Compiling adler v1.0.2
37832026-08-12T20:49:43.599Z[ helios-setup] Aug 12 20:49:42.317 INFO E| Compiling cpufeatures v0.2.5
37842026-08-12T20:49:43.599Z[ helios-setup] Aug 12 20:49:42.317 INFO E| Compiling unicode-width v0.1.10
37852026-08-12T20:49:43.599Z[ helios-setup] Aug 12 20:49:42.317 INFO E| Compiling bitflags v1.3.2
37862026-08-12T20:49:43.599Z[ helios-setup] Aug 12 20:49:42.317 INFO E| Compiling bytes v1.2.1
37872026-08-12T20:49:43.726Z[ helios-setup] Aug 12 20:49:42.447 INFO E| Compiling getopts v0.2.21
37882026-08-12T20:49:43.793Z[ helios-setup] Aug 12 20:49:42.514 INFO E| Compiling miniz_oxide v0.6.2
37892026-08-12T20:49:44.113Z[ helios-setup] Aug 12 20:49:42.834 INFO E| Compiling generic-array v0.14.6
37902026-08-12T20:49:44.690Z[ helios-setup] Aug 12 20:49:43.412 INFO E| Compiling flate2 v1.0.25
37912026-08-12T20:49:45.649Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37922026-08-12T20:49:46.380Z[ helios-setup] Aug 12 20:49:45.102 INFO E| Compiling crypto-common v0.1.6
37932026-08-12T20:49:46.380Z[ helios-setup] Aug 12 20:49:45.102 INFO E| Compiling block-buffer v0.10.3
37942026-08-12T20:49:46.519Z[ helios-setup] Aug 12 20:49:45.241 INFO E| Compiling digest v0.10.3
37952026-08-12T20:49:46.728Z[ helios-setup] Aug 12 20:49:45.449 INFO E| Compiling sha2 v0.10.5
37962026-08-12T20:49:47.009Z[ helios-setup] Aug 12 20:49:45.730 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37972026-08-12T20:49:50.387Z[ helios-setup] Aug 12 20:49:49.108 INFO E| Finished `release` profile [optimized] target(s) in 7.04s
37982026-08-12T20:49:50.401Z[ helios-setup] Aug 12 20:49:49.123 INFO building project "bootserver" ok (7 seconds)
37992026-08-12T20:49:50.405Z[ helios-setup] rm -f helios-build
38002026-08-12T20:49:50.410Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38012026-08-12T20:49:50.440Z[ helios-setup]
38022026-08-12T20:49:50.443Z[ helios-setup] Setup complete! ./helios-build is now available.
38032026-08-12T20:49:50.443Z[ helios-setup]
38042026-08-12T20:49:50.446Z[ helios-setup]
38052026-08-12T20:49:50.446Z[ helios-setup] real 3:38.939046241
38062026-08-12T20:49:50.446ZAug 12 20:49:49.166 INFO [helios-setup] process exited with exit status: 0 (218.942215933s)
38072026-08-12T20:49:50.446Z[ helios-setup] user 7:43.641191244
38082026-08-12T20:49:50.447Z[ helios-setup] sys 1:25.015339649
38092026-08-12T20:49:50.447Z[ helios-setup] trap 0.552895449
38102026-08-12T20:49:50.447Z[ helios-setup] tflt 3.181751443
38112026-08-12T20:49:50.447Z[ helios-setup] dflt 11.357116764
38122026-08-12T20:49:50.447Z[ helios-setup] kflt 0.001087850
38132026-08-12T20:49:50.447Z[ helios-setup] lock 1:04:30.324631772
38142026-08-12T20:49:50.448Z[ helios-setup] slp 42:28.044318368
38152026-08-12T20:49:50.448Z[ helios-setup] lat 7:52.684045960
38162026-08-12T20:49:50.448Z[ helios-setup] stop 1:41.034871906
38172026-08-12T20:49:50.448ZAug 12 20:49:49.167 INFO [helios-record] running task
38182026-08-12T20:49:50.448ZAug 12 20:49:49.167 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38192026-08-12T20:49:50.452ZAug 12 20:49:49.172 DEBG process exited with exit status: 0 (4.999332ms)
38202026-08-12T20:49:50.452ZAug 12 20:49:49.172 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38212026-08-12T20:49:50.455ZAug 12 20:49:49.176 DEBG process exited with exit status: 0 (4.365842ms)
38222026-08-12T20:49:50.455ZAug 12 20:49:49.176 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38232026-08-12T20:49:50.458ZAug 12 20:49:49.180 DEBG process exited with exit status: 0 (3.950431ms)
38242026-08-12T20:49:50.458ZAug 12 20:49:49.180 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38252026-08-12T20:49:50.462ZAug 12 20:49:49.184 DEBG process exited with exit status: 0 (3.564762ms)
38262026-08-12T20:49:50.462ZAug 12 20:49:49.184 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38272026-08-12T20:49:50.465ZAug 12 20:49:49.188 DEBG process exited with exit status: 0 (3.330301ms)
38282026-08-12T20:49:50.465ZAug 12 20:49:49.188 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38292026-08-12T20:49:50.470ZAug 12 20:49:49.191 DEBG process exited with exit status: 0 (3.544861ms)
38302026-08-12T20:49:50.470ZAug 12 20:49:49.191 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38312026-08-12T20:49:50.478ZAug 12 20:49:49.197 DEBG process exited with exit status: 0 (6.350582ms)
38322026-08-12T20:49:50.478ZAug 12 20:49:49.197 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38332026-08-12T20:49:50.482ZAug 12 20:49:49.201 DEBG process exited with exit status: 0 (3.831752ms)
38342026-08-12T20:49:50.482ZAug 12 20:49:49.201 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38352026-08-12T20:49:50.485ZAug 12 20:49:49.205 DEBG process exited with exit status: 0 (3.431031ms)
38362026-08-12T20:49:50.485ZAug 12 20:49:49.205 INFO [helios-record] task succeeded (37.989834ms)
38372026-08-12T20:58:26.038Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 31s
38382026-08-12T20:59:22.084ZAug 12 20:59:20.801 INFO [host-package] process exited with exit status: 0 (747.884144875s)
38392026-08-12T20:59:22.084ZAug 12 20:59:20.801 INFO [host-libraries] running task
38402026-08-12T20:59:22.084ZAug 12 20:59:20.801 INFO [host-stamp] running task
38412026-08-12T20:59:22.087ZAug 12 20:59:20.804 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+git05e8f0365df
38422026-08-12T20:59:22.087ZAug 12 20:59:20.804 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+git05e8f0365df
38432026-08-12T20:59:22.092ZAug 12 20:59:20.805 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+git05e8f0365df
38442026-08-12T20:59:22.092ZAug 12 20:59:20.805 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+git05e8f0365df
38452026-08-12T20:59:22.092ZAug 12 20:59:20.805 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+git05e8f0365df
38462026-08-12T20:59:22.092ZAug 12 20:59:20.805 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+git05e8f0365df
38472026-08-12T20:59:22.092ZAug 12 20:59:20.806 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+git05e8f0365df
38482026-08-12T20:59:22.092ZAug 12 20:59:20.806 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+git05e8f0365df
38492026-08-12T20:59:22.096Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38502026-08-12T20:59:22.099Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38512026-08-12T20:59:22.099Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38522026-08-12T20:59:22.099Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38532026-08-12T20:59:22.100Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38542026-08-12T20:59:22.100Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38552026-08-12T20:59:22.100Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38562026-08-12T20:59:22.100Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38572026-08-12T20:59:22.100Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38582026-08-12T20:59:22.103ZAug 12 20:59:20.819 INFO [stamp-overlay] process exited with exit status: 0 (13.595715ms)
38592026-08-12T20:59:22.111Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38602026-08-12T20:59:22.114ZAug 12 20:59:20.832 INFO [stamp-oxlog] process exited with exit status: 0 (26.203849ms)
38612026-08-12T20:59:22.144Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38622026-08-12T20:59:22.147ZAug 12 20:59:20.865 INFO [stamp-crucible-utils] process exited with exit status: 0 (60.572562ms)
38632026-08-12T20:59:22.175Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38642026-08-12T20:59:22.178ZAug 12 20:59:20.896 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (89.557263ms)
38652026-08-12T20:59:22.322Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38662026-08-12T20:59:22.326ZAug 12 20:59:21.044 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (239.773098ms)
38672026-08-12T20:59:22.718Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38682026-08-12T20:59:22.722ZAug 12 20:59:21.439 INFO [stamp-propolis-server] process exited with exit status: 0 (633.771692ms)
38692026-08-12T20:59:22.770Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38702026-08-12T20:59:22.774ZAug 12 20:59:21.492 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (687.200452ms)
38712026-08-12T20:59:23.923ZAug 12 20:59:22.641 INFO [host-libraries] task succeeded (1.839580464s)
38722026-08-12T20:59:23.926ZAug 12 20:59:22.641 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38732026-08-12T20:59:23.931Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38742026-08-12T20:59:24.964Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38752026-08-12T20:59:25.899Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38762026-08-12T20:59:29.995Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38772026-08-12T20:59:29.999ZAug 12 20:59:28.716 INFO [stamp-switch-asic] process exited with exit status: 0 (7.910754205s)
38782026-08-12T20:59:29.999ZAug 12 20:59:28.716 INFO [host-stamp] task succeeded (7.914480677s)
38792026-08-12T20:59:29.999ZAug 12 20:59:28.716 INFO [host-proto] running task
38802026-08-12T20:59:30.526ZAug 12 20:59:29.244 INFO [host-proto] task succeeded (528.001803ms)
38812026-08-12T20:59:30.526ZAug 12 20:59:29.244 INFO [host-profile] running task
38822026-08-12T20:59:30.530ZAug 12 20:59:29.244 INFO [host-profile] task succeeded (238.581µs)
38832026-08-12T20:59:30.530ZAug 12 20:59:29.244 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.504' -P /tmp/.tmpn6z8wZ/proto/host/root -N 'ci 05e8f03/${os_short_commit} 2026-08-12 20:46' -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/'
38842026-08-12T20:59:30.533Z[ host-image] Aug 12 20:59:29.250 INFO Checking files for board 'gimlet'
38852026-08-12T20:59:30.533Z[ host-image] Aug 12 20:59:29.251 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38862026-08-12T20:59:30.533Z[ host-image] Aug 12 20:59:29.251 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38872026-08-12T20:59:30.533Z[ host-image] Aug 12 20:59:29.251 INFO Checking files for board 'cosmo-mbist'
38882026-08-12T20:59:30.533Z[ host-image] Aug 12 20:59:29.251 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38892026-08-12T20:59:30.534Z[ host-image] Aug 12 20:59:29.251 INFO Checking files for board 'cosmo-mbist-noaggr'
38902026-08-12T20:59:30.534Z[ host-image] Aug 12 20:59:29.251 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38912026-08-12T20:59:30.534Z[ host-image] Aug 12 20:59:29.251 INFO Checking files for board 'cosmo'
38922026-08-12T20:59:30.534Z[ host-image] Aug 12 20:59:29.251 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38932026-08-12T20:59:30.534Z[ host-image] Aug 12 20:59:29.251 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38942026-08-12T20:59:30.542Z[ host-image] Aug 12 20:59:29.260 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpn6z8wZ/proto/host/root"
38952026-08-12T20:59:30.545Z[ host-image] Aug 12 20:59:29.260 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38962026-08-12T20:59:30.546Z[ host-image] Aug 12 20:59:29.260 INFO image builder template: ramdisk-01-os...
38972026-08-12T20:59:30.546Z[ host-image] Aug 12 20:59:29.260 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/.tmpn6z8wZ/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.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38982026-08-12T20:59:30.562Z[ host-image] Aug 12 20:59:29.280 INFO O| Aug 12 20:59:29.280 INFO CREATE DATASET: rpool/images/build/host/output
38992026-08-12T20:59:31.257Z[ host-image] Aug 12 20:59:29.974 INFO O| Aug 12 20:59:29.974 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39002026-08-12T20:59:31.260Z[ host-image] Aug 12 20:59:29.977 INFO O| Aug 12 20:59:29.977 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39012026-08-12T20:59:31.475Z[ host-image] Aug 12 20:59:30.193 INFO O| Aug 12 20:59:30.192 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39022026-08-12T20:59:31.536Z[ host-image] Aug 12 20:59:30.254 INFO O| Aug 12 20:59:30.254 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39032026-08-12T20:59:31.537Z[ host-image] Aug 12 20:59:30.254 INFO O| Aug 12 20:59:30.254 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39042026-08-12T20:59:31.537Z[ host-image] Aug 12 20:59:30.254 INFO O| Aug 12 20:59:30.254 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39052026-08-12T20:59:31.540Z[ host-image] Aug 12 20:59:30.254 INFO O| Aug 12 20:59:30.254 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39062026-08-12T20:59:31.543Z[ host-image] Aug 12 20:59:30.258 INFO O| Aug 12 20:59:30.258 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39072026-08-12T20:59:31.763Z[ host-image] Aug 12 20:59:30.480 INFO O| Aug 12 20:59:30.480 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39082026-08-12T20:59:31.770Z[ host-image] Aug 12 20:59:30.487 INFO O| Aug 12 20:59:30.487 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39092026-08-12T20:59:32.143Z[ host-image] Aug 12 20:59:30.860 INFO O| Aug 12 20:59:30.860 INFO O| Caching catalogs ... Done
39102026-08-12T20:59:32.226Z[ host-image] Aug 12 20:59:30.939 INFO O| Aug 12 20:59:30.939 INFO STEP 0 (pkg_image_create) COMPLETE
39112026-08-12T20:59:32.226Z[ host-image] Aug 12 20:59:30.939 INFO O| Aug 12 20:59:30.939 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39122026-08-12T20:59:32.229Z[ host-image] Aug 12 20:59:30.947 INFO O| Aug 12 20:59:30.947 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"]
39132026-08-12T20:59:32.540Z[ host-image] Aug 12 20:59:31.257 INFO O| Aug 12 20:59:31.257 INFO STEP 1 (pkg_set_publisher) COMPLETE
39142026-08-12T20:59:32.540Z[ host-image] Aug 12 20:59:31.257 INFO O| Aug 12 20:59:31.257 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-08-12T20:59:32.544Z[ host-image] Aug 12 20:59:31.257 INFO O| Aug 12 20:59:31.257 INFO skip step because feature "publisher_1_name" is not enabled
39162026-08-12T20:59:32.544Z[ host-image] Aug 12 20:59:31.257 INFO O| Aug 12 20:59:31.257 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-08-12T20:59:32.544Z[ host-image] Aug 12 20:59:31.257 INFO O| Aug 12 20:59:31.257 INFO skip step because feature "publisher_2_name" is not enabled
39182026-08-12T20:59:32.544Z[ host-image] Aug 12 20:59:31.257 INFO O| Aug 12 20:59:31.257 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39192026-08-12T20:59:32.544Z[ host-image] Aug 12 20:59:31.257 INFO O| Aug 12 20:59:31.257 INFO skip step because feature "publisher_3_name" is not enabled
39202026-08-12T20:59:32.544Z[ host-image] Aug 12 20:59:31.257 INFO O| Aug 12 20:59:31.257 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39212026-08-12T20:59:32.854Z[ host-image] Aug 12 20:59:31.572 INFO O| Aug 12 20:59:31.572 INFO variant opensolaris.zone is already global
39222026-08-12T20:59:32.854Z[ host-image] Aug 12 20:59:31.572 INFO O| Aug 12 20:59:31.572 INFO STEP 5 (pkg_change_variant) COMPLETE
39232026-08-12T20:59:32.858Z[ host-image] Aug 12 20:59:31.572 INFO O| Aug 12 20:59:31.572 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39242026-08-12T20:59:33.143Z[ host-image] Aug 12 20:59:31.860 INFO O| Aug 12 20:59:31.860 INFO variant opensolaris.imagetype is full; changing to partial
39252026-08-12T20:59:33.143Z[ host-image] Aug 12 20:59:31.860 INFO O| Aug 12 20:59:31.860 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39262026-08-12T20:59:34.781Z[ host-image] Aug 12 20:59:33.498 INFO O| Aug 12 20:59:33.498 INFO O| Startup: Refreshing catalog 'helios' ... Done
39272026-08-12T20:59:35.191Z[ host-image] Aug 12 20:59:33.908 INFO O| Aug 12 20:59:33.908 INFO O| Startup: Caching catalogs ... Done
39282026-08-12T20:59:35.205Z[ host-image] Aug 12 20:59:33.923 INFO O| Aug 12 20:59:33.923 INFO O| Planning: Planning completed in 0.00 seconds
39292026-08-12T20:59:35.211Z[ host-image] Aug 12 20:59:33.923 INFO O| Aug 12 20:59:33.923 INFO O| Planning: Consolidating action changes ... Done
39302026-08-12T20:59:35.211Z[ host-image] Aug 12 20:59:33.923 INFO O| Aug 12 20:59:33.923 INFO O| Planning: Evaluating mediators ... Done
39312026-08-12T20:59:35.211Z[ host-image] Aug 12 20:59:33.923 INFO O| Aug 12 20:59:33.923 INFO O| Planning: Planning completed in 0.00 seconds
39322026-08-12T20:59:35.211Z[ host-image] Aug 12 20:59:33.924 INFO O| Aug 12 20:59:33.924 INFO O| Variants/Facets to change: 1
39332026-08-12T20:59:35.216Z[ host-image] Aug 12 20:59:33.933 INFO O| Aug 12 20:59:33.933 INFO O| Finalize: Updating package state database ... Done
39342026-08-12T20:59:35.219Z[ host-image] Aug 12 20:59:33.933 INFO O| Aug 12 20:59:33.933 INFO O| Finalize: Updating package cache ... Done
39352026-08-12T20:59:35.285Z[ host-image] Aug 12 20:59:34.003 INFO O| Aug 12 20:59:34.003 INFO O| Finalize: Updating image state ... Done
39362026-08-12T20:59:35.299Z[ host-image] Aug 12 20:59:34.017 INFO O| Aug 12 20:59:34.017 INFO O| Finalize: Creating fast lookup database ... Done
39372026-08-12T20:59:35.303Z[ host-image] Aug 12 20:59:34.017 INFO O| Aug 12 20:59:34.017 INFO O| Finalize: Reading search index ... Done
39382026-08-12T20:59:35.303Z[ host-image] Aug 12 20:59:34.018 INFO O| Aug 12 20:59:34.017 INFO O| Finalize: Updating search index ... Done
39392026-08-12T20:59:35.303Z[ host-image] Aug 12 20:59:34.018 INFO O| Aug 12 20:59:34.018 INFO O| Finalize: Updating package cache ... Done
39402026-08-12T20:59:35.509Z[ host-image] Aug 12 20:59:34.226 INFO O| Aug 12 20:59:34.226 INFO STEP 6 (pkg_change_variant) COMPLETE
39412026-08-12T20:59:35.509Z[ host-image] Aug 12 20:59:34.227 INFO O| Aug 12 20:59:34.226 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-08-12T20:59:35.509Z[ host-image] Aug 12 20:59:34.227 INFO O| Aug 12 20:59:34.226 INFO skip step because feature "debug_variant" is not enabled
39432026-08-12T20:59:35.512Z[ host-image] Aug 12 20:59:34.227 INFO O| Aug 12 20:59:34.226 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39442026-08-12T20:59:35.778Z[ host-image] Aug 12 20:59:34.495 INFO O| Aug 12 20:59:34.495 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39452026-08-12T20:59:37.294Z[ host-image] Aug 12 20:59:36.011 INFO O| Aug 12 20:59:36.011 INFO O| Startup: Refreshing catalog 'helios' ... Done
39462026-08-12T20:59:37.679Z[ host-image] Aug 12 20:59:36.396 INFO O| Aug 12 20:59:36.396 INFO O| Startup: Caching catalogs ... Done
39472026-08-12T20:59:37.691Z[ host-image] Aug 12 20:59:36.408 INFO O| Aug 12 20:59:36.408 INFO O| Planning: Planning completed in 0.00 seconds
39482026-08-12T20:59:37.695Z[ host-image] Aug 12 20:59:36.409 INFO O| Aug 12 20:59:36.409 INFO O| Planning: Consolidating action changes ... Done
39492026-08-12T20:59:37.695Z[ host-image] Aug 12 20:59:36.409 INFO O| Aug 12 20:59:36.409 INFO O| Planning: Evaluating mediators ... Done
39502026-08-12T20:59:37.695Z[ host-image] Aug 12 20:59:36.409 INFO O| Aug 12 20:59:36.409 INFO O| Planning: Planning completed in 0.00 seconds
39512026-08-12T20:59:37.695Z[ host-image] Aug 12 20:59:36.409 INFO O| Aug 12 20:59:36.409 INFO O| Variants/Facets to change: 1
39522026-08-12T20:59:37.701Z[ host-image] Aug 12 20:59:36.418 INFO O| Aug 12 20:59:36.418 INFO O| Finalize: Updating package state database ... Done
39532026-08-12T20:59:37.701Z[ host-image] Aug 12 20:59:36.418 INFO O| Aug 12 20:59:36.418 INFO O| Finalize: Updating package cache ... Done
39542026-08-12T20:59:37.761Z[ host-image] Aug 12 20:59:36.478 INFO O| Aug 12 20:59:36.478 INFO O| Finalize: Updating image state ... Done
39552026-08-12T20:59:37.769Z[ host-image] Aug 12 20:59:36.487 INFO O| Aug 12 20:59:36.487 INFO O| Finalize: Creating fast lookup database ... Done
39562026-08-12T20:59:37.772Z[ host-image] Aug 12 20:59:36.487 INFO O| Aug 12 20:59:36.487 INFO O| Finalize: Reading search index ... Done
39572026-08-12T20:59:37.772Z[ host-image] Aug 12 20:59:36.487 INFO O| Aug 12 20:59:36.487 INFO O| Finalize: Updating search index ... Done
39582026-08-12T20:59:37.772Z[ host-image] Aug 12 20:59:36.488 INFO O| Aug 12 20:59:36.488 INFO O| Finalize: Updating package cache ... Done
39592026-08-12T20:59:37.943Z[ host-image] Aug 12 20:59:36.660 INFO O| Aug 12 20:59:36.660 INFO STEP 8 (pkg_change_facet) COMPLETE
39602026-08-12T20:59:37.943Z[ host-image] Aug 12 20:59:36.661 INFO O| Aug 12 20:59:36.660 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39612026-08-12T20:59:37.948Z[ host-image] Aug 12 20:59:36.661 INFO O| Aug 12 20:59:36.660 INFO skip step because feature "recovery" is not enabled
39622026-08-12T20:59:37.949Z[ host-image] Aug 12 20:59:36.661 INFO O| Aug 12 20:59:36.660 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39632026-08-12T20:59:37.949Z[ host-image] Aug 12 20:59:36.661 INFO O| Aug 12 20:59:36.661 INFO skip step because feature "recovery" is not enabled
39642026-08-12T20:59:37.949Z[ host-image] Aug 12 20:59:36.661 INFO O| Aug 12 20:59:36.661 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39652026-08-12T20:59:37.952Z[ host-image] Aug 12 20:59:36.669 INFO O| Aug 12 20:59:36.669 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"]
39662026-08-12T20:59:38.373Z[recovery-package] Finished `release` profile [optimized] target(s) in 14.31s
39672026-08-12T20:59:39.487Z[ host-image] Aug 12 20:59:38.194 INFO O| Aug 12 20:59:38.194 INFO O| Startup: Refreshing catalog 'helios' ... Done
39682026-08-12T20:59:39.876Z[ host-image] Aug 12 20:59:38.594 INFO O| Aug 12 20:59:38.594 INFO O| Startup: Caching catalogs ... Done
39692026-08-12T20:59:40.264ZAug 12 20:59:38.982 INFO [recovery-package] process exited with exit status: 0 (16.34073878s)
39702026-08-12T20:59:40.264ZAug 12 20:59:38.982 INFO [recovery-libraries] running task
39712026-08-12T20:59:40.264ZAug 12 20:59:38.982 INFO [recovery-stamp] running task
39722026-08-12T20:59:40.268ZAug 12 20:59:38.982 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+git05e8f0365df
39732026-08-12T20:59:40.268ZAug 12 20:59:38.983 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git05e8f0365df
39742026-08-12T20:59:40.272Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39752026-08-12T20:59:40.275Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39762026-08-12T20:59:40.322ZAug 12 20:59:39.038 INFO [recovery-libraries] task succeeded (56.399081ms)
39772026-08-12T20:59:40.325ZAug 12 20:59:39.038 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39782026-08-12T20:59:40.397Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39792026-08-12T20:59:40.401ZAug 12 20:59:39.118 INFO [stamp-installinator] process exited with exit status: 0 (135.501519ms)
39802026-08-12T20:59:40.458Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39812026-08-12T20:59:40.462ZAug 12 20:59:39.179 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (196.794182ms)
39822026-08-12T20:59:40.462ZAug 12 20:59:39.179 INFO [recovery-stamp] task succeeded (197.280563ms)
39832026-08-12T20:59:40.462ZAug 12 20:59:39.179 INFO [recovery-proto] running task
39842026-08-12T20:59:40.462ZAug 12 20:59:39.179 INFO [tuf-stamp] running task
39852026-08-12T20:59:40.465ZAug 12 20:59:39.180 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+git05e8f0365df
39862026-08-12T20:59:40.465ZAug 12 20:59:39.180 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+git05e8f0365df
39872026-08-12T20:59:40.465ZAug 12 20:59:39.181 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+git05e8f0365df
39882026-08-12T20:59:40.465ZAug 12 20:59:39.181 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+git05e8f0365df
39892026-08-12T20:59:40.465ZAug 12 20:59:39.182 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+git05e8f0365df
39902026-08-12T20:59:40.465ZAug 12 20:59:39.182 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+git05e8f0365df
39912026-08-12T20:59:40.465ZAug 12 20:59:39.182 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+git05e8f0365df
39922026-08-12T20:59:40.470ZAug 12 20:59:39.183 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+git05e8f0365df
39932026-08-12T20:59:40.470ZAug 12 20:59:39.183 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+git05e8f0365df
39942026-08-12T20:59:40.470ZAug 12 20:59:39.184 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+git05e8f0365df
39952026-08-12T20:59:40.470ZAug 12 20:59:39.185 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+git05e8f0365df
39962026-08-12T20:59:40.470ZAug 12 20:59:39.185 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+git05e8f0365df
39972026-08-12T20:59:40.474Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-08-12T20:59:40.474Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-08-12T20:59:40.474Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-08-12T20:59:40.474Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-08-12T20:59:40.477Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-08-12T20:59:40.477Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-08-12T20:59:40.477Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-08-12T20:59:40.477Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-08-12T20:59:40.477Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40062026-08-12T20:59:40.477Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-08-12T20:59:40.477Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-08-12T20:59:40.477Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40092026-08-12T20:59:40.531Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40102026-08-12T20:59:40.535ZAug 12 20:59:39.252 INFO [stamp-probe] process exited with exit status: 0 (67.717925ms)
40112026-08-12T20:59:40.600ZAug 12 20:59:39.318 INFO [recovery-proto] task succeeded (138.426261ms)
40122026-08-12T20:59:40.603ZAug 12 20:59:39.318 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.504' -P /tmp/.tmpn6z8wZ/proto/recovery/root -N 'recovery 05e8f03/${os_short_commit} 2026-08-12 20:46' -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/'
40132026-08-12T20:59:40.646Z[ recovery-image] Aug 12 20:59:39.325 INFO Checking files for board 'gimlet'
40142026-08-12T20:59:40.647Z[ recovery-image] Aug 12 20:59:39.325 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40152026-08-12T20:59:40.647Z[ recovery-image] Aug 12 20:59:39.326 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40162026-08-12T20:59:40.647Z[ recovery-image] Aug 12 20:59:39.326 INFO Checking files for board 'cosmo'
40172026-08-12T20:59:40.647Z[ recovery-image] Aug 12 20:59:39.326 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40182026-08-12T20:59:40.647Z[ recovery-image] Aug 12 20:59:39.326 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40192026-08-12T20:59:40.647Z[ recovery-image] Aug 12 20:59:39.326 INFO Checking files for board 'cosmo-mbist-noaggr'
40202026-08-12T20:59:40.647Z[ recovery-image] Aug 12 20:59:39.326 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40212026-08-12T20:59:40.647Z[ recovery-image] Aug 12 20:59:39.326 INFO Checking files for board 'cosmo-mbist'
40222026-08-12T20:59:40.647Z[ recovery-image] Aug 12 20:59:39.326 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40232026-08-12T20:59:40.647Z[ recovery-image] Aug 12 20:59:39.335 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpn6z8wZ/proto/recovery/root"
40242026-08-12T20:59:40.647Z[ recovery-image] Aug 12 20:59:39.335 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40252026-08-12T20:59:40.647Z[ recovery-image] Aug 12 20:59:39.335 INFO image builder template: ramdisk-01-os...
40262026-08-12T20:59:40.647Z[ recovery-image] Aug 12 20:59:39.335 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/.tmpn6z8wZ/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.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40272026-08-12T20:59:40.647Z[ recovery-image] Aug 12 20:59:39.354 INFO O| Aug 12 20:59:39.354 INFO CREATE DATASET: rpool/images/build/recovery/output
40282026-08-12T20:59:40.967Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
40292026-08-12T20:59:40.997Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40302026-08-12T20:59:41.010Z[ recovery-image] Aug 12 20:59:39.728 INFO O| Aug 12 20:59:39.727 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40312026-08-12T20:59:41.014Z[ recovery-image] Aug 12 20:59:39.732 INFO O| Aug 12 20:59:39.732 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40322026-08-12T20:59:41.081Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40332026-08-12T20:59:41.084ZAug 12 20:59:39.802 INFO [stamp-ntp] process exited with exit status: 0 (622.304328ms)
40342026-08-12T20:59:41.178Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40352026-08-12T20:59:41.181ZAug 12 20:59:39.899 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (716.851362ms)
40362026-08-12T20:59:41.426Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40372026-08-12T20:59:41.430ZAug 12 20:59:40.147 INFO [stamp-internal-dns] process exited with exit status: 0 (966.989434ms)
40382026-08-12T20:59:41.448Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40392026-08-12T20:59:41.452ZAug 12 20:59:40.170 INFO [stamp-external-dns] process exited with exit status: 0 (986.847841ms)
40402026-08-12T20:59:41.457Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40412026-08-12T20:59:41.460ZAug 12 20:59:40.178 INFO [stamp-crucible-zone] process exited with exit status: 0 (997.344075ms)
40422026-08-12T20:59:41.705Z[ recovery-image] Aug 12 20:59:40.422 INFO O| Aug 12 20:59:40.422 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40432026-08-12T20:59:41.750Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40442026-08-12T20:59:41.754ZAug 12 20:59:40.471 INFO [stamp-oximeter] process exited with exit status: 0 (1.287228951s)
40452026-08-12T20:59:41.898Z[ recovery-image] Aug 12 20:59:40.615 INFO O| Aug 12 20:59:40.615 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40462026-08-12T20:59:41.898Z[ recovery-image] Aug 12 20:59:40.615 INFO O| Aug 12 20:59:40.615 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40472026-08-12T20:59:41.901Z[ recovery-image] Aug 12 20:59:40.616 INFO O| Aug 12 20:59:40.616 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40482026-08-12T20:59:41.901Z[ recovery-image] Aug 12 20:59:40.616 INFO O| Aug 12 20:59:40.616 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40492026-08-12T20:59:41.904Z[ recovery-image] Aug 12 20:59:40.622 INFO O| Aug 12 20:59:40.622 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40502026-08-12T20:59:42.025Z[ host-image] Aug 12 20:59:40.742 INFO O| Aug 12 20:59:40.742 INFO O| Planning: Solver setup ... Done
40512026-08-12T20:59:42.195Z[ host-image] Aug 12 20:59:40.911 INFO O| Aug 12 20:59:40.911 INFO O| Planning: Running solver ... Done
40522026-08-12T20:59:42.238Z[ host-image] Aug 12 20:59:40.954 INFO O| Aug 12 20:59:40.954 INFO O| Planning: Finding local manifests ... Done
40532026-08-12T20:59:42.255Z[ host-image] Aug 12 20:59:40.973 INFO O| Aug 12 20:59:40.973 INFO O| Planning: Fetching manifests: 0/130 0% complete
40542026-08-12T20:59:43.373Z[ recovery-image] Aug 12 20:59:42.091 INFO O| Aug 12 20:59:42.091 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40552026-08-12T20:59:43.382Z[ recovery-image] Aug 12 20:59:42.100 INFO O| Aug 12 20:59:42.100 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40562026-08-12T20:59:43.511Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40572026-08-12T20:59:43.514ZAug 12 20:59:42.232 INFO [stamp-cockroachdb] process exited with exit status: 0 (3.048184406s)
40582026-08-12T20:59:43.680Z[ recovery-image] Aug 12 20:59:42.398 INFO O| Aug 12 20:59:42.398 INFO O| Caching catalogs ... Done
40592026-08-12T20:59:43.764Z[ recovery-image] Aug 12 20:59:42.481 INFO O| Aug 12 20:59:42.481 INFO STEP 0 (pkg_image_create) COMPLETE
40602026-08-12T20:59:43.764Z[ recovery-image] Aug 12 20:59:42.481 INFO O| Aug 12 20:59:42.481 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40612026-08-12T20:59:43.773Z[ recovery-image] Aug 12 20:59:42.490 INFO O| Aug 12 20:59:42.490 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"]
40622026-08-12T20:59:44.168Z[ host-image] Aug 12 20:59:42.885 INFO O| Aug 12 20:59:42.885 INFO O| Planning: Fetching manifests: 130/130 100% complete
40632026-08-12T20:59:44.582Z[ host-image] Aug 12 20:59:43.299 INFO O| Aug 12 20:59:43.299 INFO O| Planning: Package planning ... Done
40642026-08-12T20:59:45.081Z[ host-image] Aug 12 20:59:43.798 INFO O| Aug 12 20:59:43.798 INFO O| Planning: Merging actions ... Done
40652026-08-12T20:59:45.203Z[ host-image] Aug 12 20:59:43.920 INFO O| Aug 12 20:59:43.920 INFO O| Planning: Checking for conflicting actions ... Done
40662026-08-12T20:59:45.320Z[ host-image] Aug 12 20:59:44.036 INFO O| Aug 12 20:59:44.036 INFO O| Planning: Consolidating action changes ... Done
40672026-08-12T20:59:45.532Z[ host-image] Aug 12 20:59:44.248 INFO O| Aug 12 20:59:44.248 INFO O| Planning: Evaluating mediators ... Done
40682026-08-12T20:59:45.748Z[ recovery-image] Aug 12 20:59:44.465 INFO O| Aug 12 20:59:44.465 INFO STEP 1 (pkg_set_publisher) COMPLETE
40692026-08-12T20:59:45.748Z[ recovery-image] Aug 12 20:59:44.465 INFO O| Aug 12 20:59:44.465 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40702026-08-12T20:59:45.748Z[ recovery-image] Aug 12 20:59:44.465 INFO O| Aug 12 20:59:44.465 INFO skip step because feature "publisher_1_name" is not enabled
40712026-08-12T20:59:45.752Z[ recovery-image] Aug 12 20:59:44.465 INFO O| Aug 12 20:59:44.465 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40722026-08-12T20:59:45.752Z[ recovery-image] Aug 12 20:59:44.465 INFO O| Aug 12 20:59:44.465 INFO skip step because feature "publisher_2_name" is not enabled
40732026-08-12T20:59:45.752Z[ recovery-image] Aug 12 20:59:44.465 INFO O| Aug 12 20:59:44.465 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40742026-08-12T20:59:45.752Z[ recovery-image] Aug 12 20:59:44.465 INFO O| Aug 12 20:59:44.465 INFO skip step because feature "publisher_3_name" is not enabled
40752026-08-12T20:59:45.752Z[ recovery-image] Aug 12 20:59:44.465 INFO O| Aug 12 20:59:44.465 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40762026-08-12T20:59:45.830Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40772026-08-12T20:59:45.833ZAug 12 20:59:44.551 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (5.368375525s)
40782026-08-12T20:59:46.017Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40792026-08-12T20:59:46.021ZAug 12 20:59:44.738 INFO [stamp-clickhouse] process exited with exit status: 0 (5.555835294s)
40802026-08-12T20:59:46.024Z[verify-libraries] Compiling match_cfg v0.1.0
40812026-08-12T20:59:46.024Z[verify-libraries] Compiling slog-json v2.6.1
40822026-08-12T20:59:46.024Z[verify-libraries] Compiling debug-ignore v1.0.5
40832026-08-12T20:59:46.024Z[verify-libraries] Compiling progenitor-client v0.14.0
40842026-08-12T20:59:46.024Z[verify-libraries] Compiling sha1 v0.11.0
40852026-08-12T20:59:46.024Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40862026-08-12T20:59:46.024Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40872026-08-12T20:59:46.025Z[verify-libraries] Compiling multer v3.1.0
40882026-08-12T20:59:46.063Z[ recovery-image] Aug 12 20:59:44.780 INFO O| Aug 12 20:59:44.780 INFO variant opensolaris.zone is already global
40892026-08-12T20:59:46.063Z[ recovery-image] Aug 12 20:59:44.780 INFO O| Aug 12 20:59:44.780 INFO STEP 5 (pkg_change_variant) COMPLETE
40902026-08-12T20:59:46.067Z[ recovery-image] Aug 12 20:59:44.780 INFO O| Aug 12 20:59:44.780 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40912026-08-12T20:59:46.114Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40922026-08-12T20:59:46.117ZAug 12 20:59:44.834 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.650609758s)
40932026-08-12T20:59:46.354Z[ recovery-image] Aug 12 20:59:45.071 INFO O| Aug 12 20:59:45.071 INFO variant opensolaris.imagetype is full; changing to partial
40942026-08-12T20:59:46.354Z[ recovery-image] Aug 12 20:59:45.071 INFO O| Aug 12 20:59:45.071 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40952026-08-12T20:59:46.358Z[verify-libraries] Compiling compression-core v0.4.31
40962026-08-12T20:59:46.377Z[verify-libraries] Compiling async-stream-impl v0.3.6
40972026-08-12T20:59:46.380Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40982026-08-12T20:59:46.380Z[verify-libraries] Compiling serde_spanned v1.1.1
40992026-08-12T20:59:46.380Z[verify-libraries] Compiling dropshot v0.17.1
41002026-08-12T20:59:46.507Z[verify-libraries] Compiling hostname v0.3.1
41012026-08-12T20:59:46.507Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41022026-08-12T20:59:46.565Z[verify-libraries] Compiling waitgroup v0.1.2
41032026-08-12T20:59:46.565Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41042026-08-12T20:59:46.637Z[verify-libraries] Compiling compression-codecs v0.4.37
41052026-08-12T20:59:46.663Z[verify-libraries] Compiling slog-bunyan v2.5.0
41062026-08-12T20:59:46.689Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41072026-08-12T20:59:46.737Z[verify-libraries] Compiling hostname v0.4.2
41082026-08-12T20:59:46.741Z[verify-libraries] Compiling atomicwrites v0.4.4
41092026-08-12T20:59:46.741Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41102026-08-12T20:59:46.760Z[verify-libraries] Compiling macaddr v1.0.1
41112026-08-12T20:59:46.792Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41122026-08-12T20:59:46.795ZAug 12 20:59:45.513 INFO [stamp-nexus] process exited with exit status: 0 (6.331496757s)
41132026-08-12T20:59:46.795ZAug 12 20:59:45.513 INFO [tuf-stamp] task succeeded (6.333810848s)
41142026-08-12T20:59:46.796ZAug 12 20:59:45.513 INFO [tuf-v2-zones] running task
41152026-08-12T20:59:46.809Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41162026-08-12T20:59:46.812Z[verify-libraries] Compiling instant v0.1.13
41172026-08-12T20:59:46.834Z[verify-libraries] Compiling regress v0.10.5
41182026-08-12T20:59:46.970ZAug 12 20:59:45.688 INFO [tuf-v2-zones] task succeeded (175.001504ms)
41192026-08-12T20:59:46.974Z[verify-libraries] Compiling async-compression v0.4.41
41202026-08-12T20:59:46.977Z[verify-libraries] Compiling parse-display-derive v0.10.0
41212026-08-12T20:59:46.977Z[verify-libraries] Compiling itertools v0.14.0
41222026-08-12T20:59:46.977Z[verify-libraries] Compiling backon v1.6.0
41232026-08-12T20:59:47.067Z[verify-libraries] Compiling backoff v0.4.0
41242026-08-12T20:59:47.093Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41252026-08-12T20:59:47.093Z[verify-libraries] Compiling humantime v2.3.0
41262026-08-12T20:59:47.150Z[ host-image] Aug 12 20:59:45.867 INFO O| Aug 12 20:59:45.867 INFO O| Planning: Planning completed in 7.26 seconds
41272026-08-12T20:59:47.153Z[ host-image] Aug 12 20:59:45.869 INFO O| Aug 12 20:59:45.869 INFO O| Packages to install: 130
41282026-08-12T20:59:47.153Z[ host-image] Aug 12 20:59:45.869 INFO O| Aug 12 20:59:45.869 INFO O| Mediators to change: 5
41292026-08-12T20:59:47.153Z[ host-image] Aug 12 20:59:45.869 INFO O| Aug 12 20:59:45.869 INFO O| Services to change: 6
41302026-08-12T20:59:47.185Z[verify-libraries] Compiling convert_case v0.4.0
41312026-08-12T20:59:47.185Z[verify-libraries] Compiling half v2.7.1
41322026-08-12T20:59:47.189Z[ host-image] Aug 12 20:59:45.907 INFO O| Aug 12 20:59:45.907 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41332026-08-12T20:59:47.241Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41342026-08-12T20:59:47.321Z[verify-libraries] Compiling async-stream v0.3.6
41352026-08-12T20:59:47.377Z[verify-libraries] Compiling progenitor-extras v0.2.0
41362026-08-12T20:59:47.377Z[verify-libraries] Compiling ciborium-io v0.2.2
41372026-08-12T20:59:47.402Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41382026-08-12T20:59:47.453Z[verify-libraries] Compiling indent_write v2.2.0
41392026-08-12T20:59:47.456Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41402026-08-12T20:59:47.547Z[verify-libraries] Compiling regress v0.11.1
41412026-08-12T20:59:47.597Z[verify-libraries] Compiling secrecy v0.10.3
41422026-08-12T20:59:47.645Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41432026-08-12T20:59:47.689Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41442026-08-12T20:59:47.717Z[verify-libraries] Compiling derive_more v0.99.20
41452026-08-12T20:59:47.717Z[verify-libraries] Compiling ciborium-ll v0.2.2
41462026-08-12T20:59:47.787Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41472026-08-12T20:59:47.816Z[verify-libraries] Compiling inout v0.1.4
41482026-08-12T20:59:47.816Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41492026-08-12T20:59:47.925Z[verify-libraries] Compiling universal-hash v0.5.1
41502026-08-12T20:59:47.986Z[verify-libraries] Compiling ciborium v0.2.2
41512026-08-12T20:59:48.069Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41522026-08-12T20:59:48.145Z[ recovery-image] Aug 12 20:59:46.862 INFO O| Aug 12 20:59:46.862 INFO O| Startup: Refreshing catalog 'helios' ... Done
41532026-08-12T20:59:48.155Z[verify-libraries] Compiling cipher v0.4.4
41542026-08-12T20:59:48.182Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41552026-08-12T20:59:48.212Z[verify-libraries] Compiling opaque-debug v0.3.1
41562026-08-12T20:59:48.240Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41572026-08-12T20:59:48.277Z[verify-libraries] Compiling blake2 v0.10.6
41582026-08-12T20:59:48.325Z[verify-libraries] Compiling poly1305 v0.8.0
41592026-08-12T20:59:48.349Z[verify-libraries] Compiling aead v0.5.2
41602026-08-12T20:59:48.516Z[verify-libraries] Compiling chacha20 v0.9.1
41612026-08-12T20:59:48.554Z[verify-libraries] Compiling password-hash v0.5.0
41622026-08-12T20:59:48.633Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41632026-08-12T20:59:48.739Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41642026-08-12T20:59:48.777Z[verify-libraries] Compiling num-derive v0.4.2
41652026-08-12T20:59:48.876Z[verify-libraries] Compiling argon2 v0.5.3
41662026-08-12T20:59:48.948Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41672026-08-12T20:59:49.050Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41682026-08-12T20:59:49.058Z[verify-libraries] Compiling rayon-core v1.13.0
41692026-08-12T20:59:49.122Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41702026-08-12T20:59:49.194Z[verify-libraries] Compiling glob v0.3.3
41712026-08-12T20:59:49.240Z[verify-libraries] Compiling parse-display v0.10.0
41722026-08-12T20:59:49.287Z[ recovery-image] Aug 12 20:59:48.004 INFO O| Aug 12 20:59:48.004 INFO O| Startup: Caching catalogs ... Done
41732026-08-12T20:59:49.301Z[ recovery-image] Aug 12 20:59:48.019 INFO O| Aug 12 20:59:48.018 INFO O| Planning: Planning completed in 0.00 seconds
41742026-08-12T20:59:49.305Z[ recovery-image] Aug 12 20:59:48.019 INFO O| Aug 12 20:59:48.019 INFO O| Planning: Consolidating action changes ... Done
41752026-08-12T20:59:49.305Z[ recovery-image] Aug 12 20:59:48.019 INFO O| Aug 12 20:59:48.019 INFO O| Planning: Evaluating mediators ... Done
41762026-08-12T20:59:49.305Z[ recovery-image] Aug 12 20:59:48.019 INFO O| Aug 12 20:59:48.019 INFO O| Planning: Planning completed in 0.00 seconds
41772026-08-12T20:59:49.305Z[ recovery-image] Aug 12 20:59:48.020 INFO O| Aug 12 20:59:48.020 INFO O| Variants/Facets to change: 1
41782026-08-12T20:59:49.323Z[verify-libraries] Compiling usdt-macro v0.5.0
41792026-08-12T20:59:49.326Z[ recovery-image] Aug 12 20:59:48.042 INFO O| Aug 12 20:59:48.042 INFO O| Finalize: Updating package state database ... Done
41802026-08-12T20:59:49.326Z[ recovery-image] Aug 12 20:59:48.042 INFO O| Aug 12 20:59:48.042 INFO O| Finalize: Updating package cache ... Done
41812026-08-12T20:59:49.368Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41822026-08-12T20:59:49.415Z[ recovery-image] Aug 12 20:59:48.132 INFO O| Aug 12 20:59:48.131 INFO O| Finalize: Updating image state ... Done
41832026-08-12T20:59:49.431Z[ recovery-image] Aug 12 20:59:48.148 INFO O| Aug 12 20:59:48.148 INFO O| Finalize: Creating fast lookup database ... Done
41842026-08-12T20:59:49.434Z[ recovery-image] Aug 12 20:59:48.149 INFO O| Aug 12 20:59:48.149 INFO O| Finalize: Reading search index ... Done
41852026-08-12T20:59:49.434Z[ recovery-image] Aug 12 20:59:48.149 INFO O| Aug 12 20:59:48.149 INFO O| Finalize: Updating search index ... Done
41862026-08-12T20:59:49.434Z[ recovery-image] Aug 12 20:59:48.150 INFO O| Aug 12 20:59:48.150 INFO O| Finalize: Updating package cache ... Done
41872026-08-12T20:59:49.442Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41882026-08-12T20:59:49.496Z[verify-libraries] Compiling typify-impl v0.6.2
41892026-08-12T20:59:49.714Z[ recovery-image] Aug 12 20:59:48.431 INFO O| Aug 12 20:59:48.431 INFO STEP 6 (pkg_change_variant) COMPLETE
41902026-08-12T20:59:49.714Z[ recovery-image] Aug 12 20:59:48.431 INFO O| Aug 12 20:59:48.431 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41912026-08-12T20:59:49.717Z[ recovery-image] Aug 12 20:59:48.431 INFO O| Aug 12 20:59:48.431 INFO skip step because feature "debug_variant" is not enabled
41922026-08-12T20:59:49.717Z[ recovery-image] Aug 12 20:59:48.431 INFO O| Aug 12 20:59:48.431 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41932026-08-12T20:59:49.745Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41942026-08-12T20:59:49.778Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41952026-08-12T20:59:49.885Z[verify-libraries] Compiling memmap v0.7.0
41962026-08-12T20:59:49.957Z[verify-libraries] Compiling vsss-rs v3.3.4
41972026-08-12T20:59:50.002Z[verify-libraries] Compiling heapless v0.8.0
41982026-08-12T20:59:50.134Z[ recovery-image] Aug 12 20:59:48.851 INFO O| Aug 12 20:59:48.851 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41992026-08-12T20:59:50.278Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42002026-08-12T20:59:50.365Z[verify-libraries] Compiling proc-macro-error v1.0.4
42012026-08-12T20:59:50.414Z[verify-libraries] Compiling tabwriter v1.4.1
42022026-08-12T20:59:50.548Z[verify-libraries] Compiling ingot-macros v0.2.0
42032026-08-12T20:59:50.578Z[verify-libraries] Compiling hash32 v0.3.1
42042026-08-12T20:59:50.712Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42052026-08-12T20:59:50.755Z[verify-libraries] Compiling smoltcp v0.11.0
42062026-08-12T20:59:50.783Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42072026-08-12T20:59:50.839Z[verify-libraries] Compiling cobs v0.3.0
42082026-08-12T20:59:50.872Z[verify-libraries] Compiling colored v3.1.1
42092026-08-12T20:59:50.876Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42102026-08-12T20:59:50.960Z[verify-libraries] Compiling usdt v0.5.0
42112026-08-12T20:59:51.035Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42122026-08-12T20:59:51.073Z[verify-libraries] Compiling num_enum_derive v0.7.6
42132026-08-12T20:59:51.102Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42142026-08-12T20:59:51.168Z[verify-libraries] Compiling postcard v1.1.3
42152026-08-12T20:59:51.203Z[verify-libraries] Compiling rayon v1.11.0
42162026-08-12T20:59:51.335Z[verify-libraries] Compiling rand v0.10.1
42172026-08-12T20:59:51.335Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42182026-08-12T20:59:51.345Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42192026-08-12T20:59:51.361Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42202026-08-12T20:59:51.386Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42212026-08-12T20:59:51.500Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42222026-08-12T20:59:51.658Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42232026-08-12T20:59:51.874Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42242026-08-12T20:59:51.991Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42252026-08-12T20:59:52.041Z[verify-libraries] Compiling cstr-argument v0.1.2
42262026-08-12T20:59:52.103Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42272026-08-12T20:59:52.106Z[verify-libraries] Compiling num_enum_derive v0.5.11
42282026-08-12T20:59:52.155Z[ recovery-image] Aug 12 20:59:50.873 INFO O| Aug 12 20:59:50.872 INFO O| Startup: Refreshing catalog 'helios' ... Done
42292026-08-12T20:59:52.190Z[ host-image] Aug 12 20:59:50.907 INFO O| Aug 12 20:59:50.907 INFO O| Download: 10952/23887 items 96.5/222.8MB 43% complete (19.4M/s)
42302026-08-12T20:59:52.325Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42312026-08-12T20:59:52.366Z[verify-libraries] Compiling foreign-types v0.5.0
42322026-08-12T20:59:52.465Z[verify-libraries] Compiling sigpipe v0.1.3
42332026-08-12T20:59:52.493Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42342026-08-12T20:59:52.522Z[verify-libraries] Compiling num_enum v0.7.6
42352026-08-12T20:59:52.522Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42362026-08-12T20:59:52.522Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42372026-08-12T20:59:52.608Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42382026-08-12T20:59:52.673Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42392026-08-12T20:59:52.717Z[verify-libraries] Compiling itertools v0.12.1
42402026-08-12T20:59:52.753Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42412026-08-12T20:59:52.805Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42422026-08-12T20:59:52.834Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42432026-08-12T20:59:52.918Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42442026-08-12T20:59:52.945Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42452026-08-12T20:59:52.948Z[ recovery-image] Aug 12 20:59:51.664 INFO O| Aug 12 20:59:51.664 INFO O| Startup: Caching catalogs ... Done
42462026-08-12T20:59:52.962Z[ recovery-image] Aug 12 20:59:51.679 INFO O| Aug 12 20:59:51.678 INFO O| Planning: Planning completed in 0.00 seconds
42472026-08-12T20:59:52.962Z[ recovery-image] Aug 12 20:59:51.679 INFO O| Aug 12 20:59:51.679 INFO O| Planning: Consolidating action changes ... Done
42482026-08-12T20:59:52.962Z[ recovery-image] Aug 12 20:59:51.679 INFO O| Aug 12 20:59:51.679 INFO O| Planning: Evaluating mediators ... Done
42492026-08-12T20:59:52.965Z[ recovery-image] Aug 12 20:59:51.679 INFO O| Aug 12 20:59:51.679 INFO O| Planning: Planning completed in 0.00 seconds
42502026-08-12T20:59:52.965Z[ recovery-image] Aug 12 20:59:51.679 INFO O| Aug 12 20:59:51.679 INFO O| Variants/Facets to change: 1
42512026-08-12T20:59:52.973Z[verify-libraries] Compiling toml v0.8.23
42522026-08-12T20:59:52.976Z[ recovery-image] Aug 12 20:59:51.693 INFO O| Aug 12 20:59:51.693 INFO O| Finalize: Updating package state database ... Done
42532026-08-12T20:59:52.976Z[ recovery-image] Aug 12 20:59:51.694 INFO O| Aug 12 20:59:51.693 INFO O| Finalize: Updating package cache ... Done
42542026-08-12T20:59:53.049Z[ recovery-image] Aug 12 20:59:51.761 INFO O| Aug 12 20:59:51.761 INFO O| Finalize: Updating image state ... Done
42552026-08-12T20:59:53.065Z[ recovery-image] Aug 12 20:59:51.778 INFO O| Aug 12 20:59:51.778 INFO O| Finalize: Creating fast lookup database ... Done
42562026-08-12T20:59:53.065Z[ recovery-image] Aug 12 20:59:51.778 INFO O| Aug 12 20:59:51.778 INFO O| Finalize: Reading search index ... Done
42572026-08-12T20:59:53.065Z[ recovery-image] Aug 12 20:59:51.778 INFO O| Aug 12 20:59:51.778 INFO O| Finalize: Updating search index ... Done
42582026-08-12T20:59:53.065Z[ recovery-image] Aug 12 20:59:51.779 INFO O| Aug 12 20:59:51.779 INFO O| Finalize: Updating package cache ... Done
42592026-08-12T20:59:53.111Z[verify-libraries] Compiling smf v0.2.3
42602026-08-12T20:59:53.227Z[verify-libraries] Compiling whoami v1.6.1
42612026-08-12T20:59:53.322Z[ recovery-image] Aug 12 20:59:52.039 INFO O| Aug 12 20:59:52.039 INFO STEP 8 (pkg_change_facet) COMPLETE
42622026-08-12T20:59:53.322Z[ recovery-image] Aug 12 20:59:52.039 INFO O| Aug 12 20:59:52.039 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42632026-08-12T20:59:53.385Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42642026-08-12T20:59:53.461Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42652026-08-12T20:59:53.489Z[verify-libraries] Compiling derive-where v1.6.0
42662026-08-12T20:59:53.531Z[verify-libraries] Compiling num_enum v0.5.11
42672026-08-12T20:59:53.586Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42682026-08-12T20:59:53.586Z[verify-libraries] Compiling gethostname v0.5.0
42692026-08-12T20:59:53.638Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42702026-08-12T20:59:53.675Z[ recovery-image] Aug 12 20:59:52.391 INFO O| Aug 12 20:59:52.391 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42712026-08-12T20:59:53.725Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42722026-08-12T20:59:53.788Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42732026-08-12T20:59:53.836Z[verify-libraries] Compiling console v0.15.11
42742026-08-12T20:59:53.836Z[verify-libraries] Compiling newline-converter v0.3.0
42752026-08-12T20:59:53.943Z[verify-libraries] Compiling num-rational v0.4.2
42762026-08-12T20:59:54.050Z[verify-libraries] Compiling ingot-types v0.2.0
42772026-08-12T20:59:54.078Z[verify-libraries] Compiling zone v0.3.1
42782026-08-12T20:59:54.221Z[verify-libraries] Compiling num-complex v0.4.6
42792026-08-12T20:59:54.224Z[verify-libraries] Compiling slog-dtrace v0.3.0
42802026-08-12T20:59:54.352Z[verify-libraries] Compiling expectorate v1.2.0
42812026-08-12T20:59:54.476Z[verify-libraries] Compiling linear-map v1.2.0
42822026-08-12T20:59:54.532Z[verify-libraries] Compiling prettyplease v0.2.37
42832026-08-12T20:59:54.568Z[verify-libraries] Compiling resolv-conf v0.7.6
42842026-08-12T20:59:54.618Z[verify-libraries] Compiling ingot v0.2.1
42852026-08-12T20:59:54.693Z[verify-libraries] Compiling num v0.4.3
42862026-08-12T20:59:54.731Z[verify-libraries] Compiling float-ord v0.3.2
42872026-08-12T20:59:54.788Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42882026-08-12T20:59:54.834Z[verify-libraries] Compiling convert_case v0.10.0
42892026-08-12T20:59:54.834Z[verify-libraries] Compiling linked-hash-map v0.5.6
42902026-08-12T20:59:54.887Z[verify-libraries] Compiling minimal-lexical v0.2.1
42912026-08-12T20:59:54.911Z[verify-libraries] Compiling owo-colors v4.3.0
42922026-08-12T20:59:54.975Z[verify-libraries] Compiling hickory-proto v0.24.4
42932026-08-12T20:59:55.003Z[verify-libraries] Compiling typify-macro v0.6.2
42942026-08-12T20:59:55.066Z[verify-libraries] Compiling lru-cache v0.1.2
42952026-08-12T20:59:55.122Z[verify-libraries] Compiling unicode-xid v0.2.6
42962026-08-12T20:59:55.125Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42972026-08-12T20:59:55.223Z[verify-libraries] Compiling derive_more-impl v2.1.1
42982026-08-12T20:59:55.296Z[verify-libraries] Compiling nom v7.1.3
42992026-08-12T20:59:55.332Z[verify-libraries] Compiling tabled_derive v0.7.0
43002026-08-12T20:59:55.332Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43012026-08-12T20:59:55.450Z[verify-libraries] Compiling fd-lock v4.0.4
43022026-08-12T20:59:55.629Z[ recovery-image] Aug 12 20:59:54.346 INFO O| Aug 12 20:59:54.346 INFO O| Startup: Refreshing catalog 'helios' ... Done
43032026-08-12T20:59:55.720Z[verify-libraries] Compiling vte v0.14.1
43042026-08-12T20:59:55.827Z[verify-libraries] Compiling display-error-chain v0.2.2
43052026-08-12T20:59:55.931Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43062026-08-12T20:59:56.049Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43072026-08-12T20:59:56.107Z[ recovery-image] Aug 12 20:59:54.820 INFO O| Aug 12 20:59:54.820 INFO O| Startup: Caching catalogs ... Done
43082026-08-12T20:59:56.117Z[ recovery-image] Aug 12 20:59:54.835 INFO O| Aug 12 20:59:54.835 INFO O| Planning: Planning completed in 0.00 seconds
43092026-08-12T20:59:56.121Z[ recovery-image] Aug 12 20:59:54.835 INFO O| Aug 12 20:59:54.835 INFO O| Planning: Consolidating action changes ... Done
43102026-08-12T20:59:56.121Z[ recovery-image] Aug 12 20:59:54.835 INFO O| Aug 12 20:59:54.835 INFO O| Planning: Evaluating mediators ... Done
43112026-08-12T20:59:56.127Z[ recovery-image] Aug 12 20:59:54.835 INFO O| Aug 12 20:59:54.835 INFO O| Planning: Planning completed in 0.00 seconds
43122026-08-12T20:59:56.127Z[ recovery-image] Aug 12 20:59:54.835 INFO O| Aug 12 20:59:54.835 INFO O| Variants/Facets to change: 1
43132026-08-12T20:59:56.134Z[ recovery-image] Aug 12 20:59:54.851 INFO O| Aug 12 20:59:54.851 INFO O| Finalize: Updating package state database ... Done
43142026-08-12T20:59:56.134Z[ recovery-image] Aug 12 20:59:54.851 INFO O| Aug 12 20:59:54.851 INFO O| Finalize: Updating package cache ... Done
43152026-08-12T20:59:56.177Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43162026-08-12T20:59:56.210Z[ recovery-image] Aug 12 20:59:54.922 INFO O| Aug 12 20:59:54.922 INFO O| Finalize: Updating image state ... Done
43172026-08-12T20:59:56.220Z[ recovery-image] Aug 12 20:59:54.937 INFO O| Aug 12 20:59:54.937 INFO O| Finalize: Creating fast lookup database ... Done
43182026-08-12T20:59:56.223Z[ recovery-image] Aug 12 20:59:54.938 INFO O| Aug 12 20:59:54.938 INFO O| Finalize: Reading search index ... Done
43192026-08-12T20:59:56.223Z[ recovery-image] Aug 12 20:59:54.938 INFO O| Aug 12 20:59:54.938 INFO O| Finalize: Updating search index ... Done
43202026-08-12T20:59:56.223Z[ recovery-image] Aug 12 20:59:54.939 INFO O| Aug 12 20:59:54.939 INFO O| Finalize: Updating package cache ... Done
43212026-08-12T20:59:56.338Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43222026-08-12T20:59:56.385Z[verify-libraries] Compiling derive_more v2.1.1
43232026-08-12T20:59:56.433Z[verify-libraries] Compiling reedline v0.40.0
43242026-08-12T20:59:56.500Z[ recovery-image] Aug 12 20:59:55.217 INFO O| Aug 12 20:59:55.217 INFO STEP 9 (pkg_change_facet) COMPLETE
43252026-08-12T20:59:56.500Z[ recovery-image] Aug 12 20:59:55.217 INFO O| Aug 12 20:59:55.217 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43262026-08-12T20:59:56.526Z[verify-libraries] Compiling stacker v0.1.23
43272026-08-12T20:59:56.530Z[verify-libraries] Compiling psm v0.1.30
43282026-08-12T20:59:56.567Z[verify-libraries] Compiling crossterm v0.29.0
43292026-08-12T20:59:56.595Z[verify-libraries] Compiling cfg_aliases v0.1.1
43302026-08-12T20:59:56.598Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43312026-08-12T20:59:56.628Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43322026-08-12T20:59:56.703Z[verify-libraries] Compiling tabled v0.15.0
43332026-08-12T20:59:56.739Z[verify-libraries] Compiling nix v0.28.0
43342026-08-12T20:59:56.874Z[ recovery-image] Aug 12 20:59:55.591 INFO O| Aug 12 20:59:55.591 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43352026-08-12T20:59:56.892Z[verify-libraries] Compiling semver v0.1.20
43362026-08-12T20:59:57.031Z[verify-libraries] Compiling termtree v0.5.1
43372026-08-12T20:59:57.034Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43382026-08-12T20:59:57.094Z[verify-libraries] Compiling phf_shared v0.12.1
43392026-08-12T20:59:57.161Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43402026-08-12T20:59:57.199Z[verify-libraries] Compiling nibble_vec v0.1.0
43412026-08-12T20:59:57.212Z[ host-image] Aug 12 20:59:55.929 INFO O| Aug 12 20:59:55.929 INFO O| Download: 22720/23887 items 200.7/222.8MB 90% complete (20.1M/s)
43422026-08-12T20:59:57.361Z[verify-libraries] Compiling rustc_version v0.1.7
43432026-08-12T20:59:57.390Z[verify-libraries] Compiling typify v0.6.2
43442026-08-12T20:59:57.418Z[verify-libraries] Compiling endian-type v0.1.2
43452026-08-12T20:59:57.468Z[verify-libraries] Compiling highway v1.3.0
43462026-08-12T20:59:57.487Z[verify-libraries] Compiling chrono-tz v0.10.4
43472026-08-12T20:59:57.573Z[verify-libraries] Compiling progenitor-impl v0.14.0
43482026-08-12T20:59:57.707Z[verify-libraries] Compiling hickory-resolver v0.24.4
43492026-08-12T20:59:57.752Z[ host-image] Aug 12 20:59:56.469 INFO O| Aug 12 20:59:56.469 INFO O| Download: Completed 222.83 MB in 10.56 seconds (21.0M/s)
43502026-08-12T20:59:57.783Z[verify-libraries] Compiling newtype_derive v0.1.6
43512026-08-12T20:59:57.837Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43522026-08-12T20:59:57.842Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43532026-08-12T20:59:58.057Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43542026-08-12T20:59:58.128Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43552026-08-12T20:59:58.192Z[verify-libraries] Compiling recursive v0.1.1
43562026-08-12T20:59:58.199Z[verify-libraries] Compiling radix_trie v0.2.1
43572026-08-12T20:59:58.278Z[verify-libraries] Compiling phf v0.12.1
43582026-08-12T20:59:58.379Z[ host-image] Aug 12 20:59:57.087 INFO O| Aug 12 20:59:57.087 INFO O| Actions: 1/54180 actions (Installing new actions)
43592026-08-12T20:59:58.550Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43602026-08-12T20:59:58.701Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43612026-08-12T20:59:58.942Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43622026-08-12T20:59:58.942Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43632026-08-12T20:59:58.942Z[verify-libraries] Compiling peg-macros v0.8.5
43642026-08-12T20:59:58.976Z[ recovery-image] Aug 12 20:59:57.693 INFO O| Aug 12 20:59:57.693 INFO O| Startup: Refreshing catalog 'helios' ... Done
43652026-08-12T20:59:59.238Z[verify-libraries] Compiling qorb v0.4.1
43662026-08-12T20:59:59.519Z[ recovery-image] Aug 12 20:59:58.236 INFO O| Aug 12 20:59:58.236 INFO O| Startup: Caching catalogs ... Done
43672026-08-12T20:59:59.533Z[ recovery-image] Aug 12 20:59:58.250 INFO O| Aug 12 20:59:58.250 INFO O| Planning: Planning completed in 0.00 seconds
43682026-08-12T20:59:59.537Z[ recovery-image] Aug 12 20:59:58.251 INFO O| Aug 12 20:59:58.251 INFO O| Planning: Consolidating action changes ... Done
43692026-08-12T20:59:59.537Z[ recovery-image] Aug 12 20:59:58.251 INFO O| Aug 12 20:59:58.251 INFO O| Planning: Evaluating mediators ... Done
43702026-08-12T20:59:59.537Z[ recovery-image] Aug 12 20:59:58.251 INFO O| Aug 12 20:59:58.251 INFO O| Planning: Planning completed in 0.00 seconds
43712026-08-12T20:59:59.537Z[ recovery-image] Aug 12 20:59:58.252 INFO O| Aug 12 20:59:58.252 INFO O| Variants/Facets to change: 1
43722026-08-12T20:59:59.546Z[ recovery-image] Aug 12 20:59:58.264 INFO O| Aug 12 20:59:58.263 INFO O| Finalize: Updating package state database ... Done
43732026-08-12T20:59:59.546Z[ recovery-image] Aug 12 20:59:58.264 INFO O| Aug 12 20:59:58.264 INFO O| Finalize: Updating package cache ... Done
43742026-08-12T20:59:59.602Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43752026-08-12T20:59:59.637Z[ recovery-image] Aug 12 20:59:58.346 INFO O| Aug 12 20:59:58.346 INFO O| Finalize: Updating image state ... Done
43762026-08-12T20:59:59.644Z[ recovery-image] Aug 12 20:59:58.361 INFO O| Aug 12 20:59:58.361 INFO O| Finalize: Creating fast lookup database ... Done
43772026-08-12T20:59:59.647Z[ recovery-image] Aug 12 20:59:58.362 INFO O| Aug 12 20:59:58.361 INFO O| Finalize: Reading search index ... Done
43782026-08-12T20:59:59.647Z[ recovery-image] Aug 12 20:59:58.362 INFO O| Aug 12 20:59:58.362 INFO O| Finalize: Updating search index ... Done
43792026-08-12T20:59:59.647Z[ recovery-image] Aug 12 20:59:58.363 INFO O| Aug 12 20:59:58.363 INFO O| Finalize: Updating package cache ... Done
43802026-08-12T20:59:59.716Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43812026-08-12T20:59:59.805Z[verify-libraries] Compiling csv-core v0.1.13
43822026-08-12T20:59:59.863Z[verify-libraries] Compiling winnow v0.6.26
43832026-08-12T20:59:59.899Z[verify-libraries] Compiling home v0.5.12
43842026-08-12T20:59:59.922Z[ recovery-image] Aug 12 20:59:58.639 INFO O| Aug 12 20:59:58.639 INFO STEP 10 (pkg_change_facet) COMPLETE
43852026-08-12T20:59:59.922Z[ recovery-image] Aug 12 20:59:58.639 INFO O| Aug 12 20:59:58.639 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43862026-08-12T20:59:59.933Z[ recovery-image] Aug 12 20:59:58.650 INFO O| Aug 12 20:59:58.650 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"]
43872026-08-12T21:00:00.143Z[verify-libraries] Compiling unicode_categories v0.1.1
43882026-08-12T21:00:00.204Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43892026-08-12T21:00:00.382Z[verify-libraries] Compiling rustyline v14.0.0
43902026-08-12T21:00:00.428Z[verify-libraries] Compiling csv v1.4.0
43912026-08-12T21:00:00.432Z[verify-libraries] Compiling textwrap v0.16.2
43922026-08-12T21:00:00.457Z[verify-libraries] Compiling const_format v0.2.35
43932026-08-12T21:00:00.695Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43942026-08-12T21:00:00.798Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43952026-08-12T21:00:00.893Z[verify-libraries] Compiling peg v0.8.5
43962026-08-12T21:00:00.962Z[verify-libraries] Compiling progenitor-macro v0.14.0
43972026-08-12T21:00:01.061Z[verify-libraries] Compiling sqlparser v0.61.0
43982026-08-12T21:00:01.137Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43992026-08-12T21:00:01.180Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44002026-08-12T21:00:01.406Z[verify-libraries] Compiling bcs v0.1.6
44012026-08-12T21:00:01.410Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44022026-08-12T21:00:01.531Z[verify-libraries] Compiling sqlformat v0.3.5
44032026-08-12T21:00:01.694Z[verify-libraries] Compiling nom v8.0.0
44042026-08-12T21:00:01.819Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44052026-08-12T21:00:01.868Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44062026-08-12T21:00:01.912Z[ recovery-image] Aug 12 21:00:00.629 INFO O| Aug 12 21:00:00.629 INFO O| Startup: Refreshing catalog 'helios' ... Done
44072026-08-12T21:00:02.003Z[verify-libraries] Compiling steno v0.4.1
44082026-08-12T21:00:02.104Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44092026-08-12T21:00:02.232Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44102026-08-12T21:00:02.376Z[ recovery-image] Aug 12 21:00:01.093 INFO O| Aug 12 21:00:01.093 INFO O| Startup: Caching catalogs ... Done
44112026-08-12T21:00:02.427Z[verify-libraries] Compiling sha1 v0.10.6
44122026-08-12T21:00:02.594Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
44132026-08-12T21:00:02.668Z[verify-libraries] Compiling utf-8 v0.7.6
44142026-08-12T21:00:02.712Z[verify-libraries] Compiling tagptr v0.2.0
44152026-08-12T21:00:02.741Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44162026-08-12T21:00:02.807Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44172026-08-12T21:00:02.811Z[verify-libraries] Compiling libefi-sys v0.1.0
44182026-08-12T21:00:02.934Z[verify-libraries] Compiling moka v0.12.13
44192026-08-12T21:00:02.977Z[verify-libraries] Compiling tungstenite v0.21.0
44202026-08-12T21:00:03.031Z[verify-libraries] Compiling bitfield-struct v0.6.2
44212026-08-12T21:00:03.110Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44222026-08-12T21:00:03.331Z[verify-libraries] Compiling xshell-macros v0.2.7
44232026-08-12T21:00:03.370Z[ host-image] Aug 12 21:00:02.087 INFO O| Aug 12 21:00:02.087 INFO O| Actions: 23717/54180 actions (Installing new actions)
44242026-08-12T21:00:03.403Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44252026-08-12T21:00:03.403Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44262026-08-12T21:00:03.524Z[verify-libraries] Compiling libscf-sys v1.2.0
44272026-08-12T21:00:03.555Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44282026-08-12T21:00:03.730Z[verify-libraries] Compiling hickory-resolver v0.25.2
44292026-08-12T21:00:03.823Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44302026-08-12T21:00:03.875Z[verify-libraries] Compiling xshell v0.2.7
44312026-08-12T21:00:03.878Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44322026-08-12T21:00:03.979Z[verify-libraries] Compiling sha2 v0.11.0
44332026-08-12T21:00:04.061Z[verify-libraries] Compiling subprocess v0.2.15
44342026-08-12T21:00:04.061Z[verify-libraries] Compiling papergrid v0.18.0
44352026-08-12T21:00:04.163Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44362026-08-12T21:00:04.211Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44372026-08-12T21:00:04.310Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44382026-08-12T21:00:04.359Z[ recovery-image] Aug 12 21:00:03.076 INFO O| Aug 12 21:00:03.076 INFO O| Planning: Solver setup ... Done
44392026-08-12T21:00:04.420Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44402026-08-12T21:00:04.494Z[verify-libraries] Compiling headers-core v0.3.0
44412026-08-12T21:00:04.522Z[ recovery-image] Aug 12 21:00:03.240 INFO O| Aug 12 21:00:03.239 INFO O| Planning: Running solver ... Done
44422026-08-12T21:00:04.576Z[ recovery-image] Aug 12 21:00:03.294 INFO O| Aug 12 21:00:03.293 INFO O| Planning: Finding local manifests ... Done
44432026-08-12T21:00:04.645Z[ recovery-image] Aug 12 21:00:03.361 INFO O| Aug 12 21:00:03.361 INFO O| Planning: Fetching manifests: 0/130 0% complete
44442026-08-12T21:00:04.660Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44452026-08-12T21:00:04.690Z[verify-libraries] Compiling unicase v2.9.0
44462026-08-12T21:00:04.906Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44472026-08-12T21:00:04.957Z[verify-libraries] Compiling headers v0.4.1
44482026-08-12T21:00:05.005Z[verify-libraries] Compiling darling_core v0.21.3
44492026-08-12T21:00:05.170Z[verify-libraries] Compiling maplit v1.0.2
44502026-08-12T21:00:05.244Z[verify-libraries] Compiling yasna v0.5.2
44512026-08-12T21:00:05.363Z[verify-libraries] Compiling tabled v0.21.0
44522026-08-12T21:00:05.751Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44532026-08-12T21:00:05.900Z[verify-libraries] Compiling crc8 v0.1.1
44542026-08-12T21:00:06.077Z[verify-libraries] Compiling rcgen v0.12.1
44552026-08-12T21:00:06.114Z[verify-libraries] Compiling vergen-lib v0.1.6
44562026-08-12T21:00:06.114Z[verify-libraries] Compiling diesel_derives v2.3.7
44572026-08-12T21:00:06.168Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44582026-08-12T21:00:06.201Z[verify-libraries] Compiling port-file v0.1.0
44592026-08-12T21:00:06.445Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44602026-08-12T21:00:06.482Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44612026-08-12T21:00:06.534Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44622026-08-12T21:00:06.689Z[verify-libraries] Compiling half v1.8.3
44632026-08-12T21:00:06.722Z[ host-image] Aug 12 21:00:05.436 INFO O| Aug 12 21:00:05.436 INFO O| Actions: Completed 54180 actions in 8.35 seconds.
44642026-08-12T21:00:06.729Z[verify-libraries] Compiling r2d2 v0.8.10
44652026-08-12T21:00:06.835Z[ host-image] Aug 12 21:00:05.552 INFO O| Aug 12 21:00:05.552 INFO O| Finalize: Updating package state database ... Done
44662026-08-12T21:00:06.835Z[ host-image] Aug 12 21:00:05.552 INFO O| Aug 12 21:00:05.552 INFO O| Finalize: Updating package cache ... Done
44672026-08-12T21:00:06.854Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44682026-08-12T21:00:06.926Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44692026-08-12T21:00:06.949Z[ host-image] Aug 12 21:00:05.665 INFO O| Aug 12 21:00:05.665 INFO O| Finalize: Updating image state ... Done
44702026-08-12T21:00:07.039Z[verify-libraries] Compiling serde_cbor v0.11.2
44712026-08-12T21:00:07.042Z[verify-libraries] Compiling downcast-rs v2.0.2
44722026-08-12T21:00:07.118Z[verify-libraries] Compiling progenitor v0.14.0
44732026-08-12T21:00:07.260Z[verify-libraries] Compiling cpubits v0.1.1
44742026-08-12T21:00:07.304Z[verify-libraries] Compiling crunchy v0.2.4
44752026-08-12T21:00:07.352Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44762026-08-12T21:00:07.375Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44772026-08-12T21:00:07.403Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44782026-08-12T21:00:07.403Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44792026-08-12T21:00:07.708Z[ recovery-image] Aug 12 21:00:06.425 INFO O| Aug 12 21:00:06.425 INFO O| Planning: Fetching manifests: 130/130 100% complete
44802026-08-12T21:00:07.716Z[verify-libraries] Compiling dirs-next v2.0.0
44812026-08-12T21:00:07.748Z[verify-libraries] Compiling darling_macro v0.21.3
44822026-08-12T21:00:07.995Z[verify-libraries] Compiling clang-sys v1.8.1
44832026-08-12T21:00:08.002Z[ host-image] Aug 12 21:00:06.717 INFO O| Aug 12 21:00:06.717 INFO O| Finalize: Creating fast lookup database ... Done
44842026-08-12T21:00:08.032Z[ host-image] Aug 12 21:00:06.746 INFO O| Aug 12 21:00:06.745 INFO O| Finalize: Reading search index ... Done
44852026-08-12T21:00:08.108Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44862026-08-12T21:00:08.112Z[verify-libraries] Compiling tiny-keccak v2.0.2
44872026-08-12T21:00:08.112Z[ recovery-image] Aug 12 21:00:06.826 INFO O| Aug 12 21:00:06.826 INFO O| Planning: Package planning ... Done
44882026-08-12T21:00:08.188Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44892026-08-12T21:00:08.251Z[verify-libraries] Compiling term v0.7.0
44902026-08-12T21:00:08.261Z[ recovery-image] Aug 12 21:00:06.979 INFO O| Aug 12 21:00:06.978 INFO O| Planning: Merging actions ... Done
44912026-08-12T21:00:08.332Z[ recovery-image] Aug 12 21:00:07.049 INFO O| Aug 12 21:00:07.049 INFO O| Planning: Checking for conflicting actions ... Done
44922026-08-12T21:00:08.400Z[ recovery-image] Aug 12 21:00:07.117 INFO O| Aug 12 21:00:07.117 INFO O| Planning: Consolidating action changes ... Done
44932026-08-12T21:00:08.431Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44942026-08-12T21:00:08.454Z[verify-libraries] Compiling darling v0.21.3
44952026-08-12T21:00:08.482Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44962026-08-12T21:00:08.551Z[ recovery-image] Aug 12 21:00:07.268 INFO O| Aug 12 21:00:07.267 INFO O| Planning: Evaluating mediators ... Done
44972026-08-12T21:00:08.626Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44982026-08-12T21:00:08.626Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44992026-08-12T21:00:08.664Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45002026-08-12T21:00:08.689Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45012026-08-12T21:00:08.729Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45022026-08-12T21:00:08.847Z[verify-libraries] Compiling bit-vec v0.6.3
45032026-08-12T21:00:09.007Z[verify-libraries] Compiling diff v0.1.13
45042026-08-12T21:00:09.125Z[verify-libraries] Compiling ascii-canvas v3.0.0
45052026-08-12T21:00:09.148Z[verify-libraries] Compiling bit-set v0.5.3
45062026-08-12T21:00:09.151Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45072026-08-12T21:00:09.318Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45082026-08-12T21:00:09.359Z[verify-libraries] Compiling itertools v0.10.5
45092026-08-12T21:00:09.359Z[verify-libraries] Compiling libloading v0.8.9
45102026-08-12T21:00:09.443Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45112026-08-12T21:00:09.446Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45122026-08-12T21:00:09.450Z[verify-libraries] Compiling ena v0.14.4
45132026-08-12T21:00:09.594Z[verify-libraries] Compiling regex-syntax v0.6.29
45142026-08-12T21:00:09.651Z[verify-libraries] Compiling bindgen v0.71.1
45152026-08-12T21:00:09.763Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45162026-08-12T21:00:09.848Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45172026-08-12T21:00:10.049Z[verify-libraries] Compiling cexpr v0.6.0
45182026-08-12T21:00:10.058Z[ recovery-image] Aug 12 21:00:08.775 INFO O| Aug 12 21:00:08.775 INFO O| Planning: Planning completed in 7.67 seconds
45192026-08-12T21:00:10.062Z[ recovery-image] Aug 12 21:00:08.777 INFO O| Aug 12 21:00:08.777 INFO O| Packages to install: 130
45202026-08-12T21:00:10.062Z[ recovery-image] Aug 12 21:00:08.777 INFO O| Aug 12 21:00:08.777 INFO O| Mediators to change: 5
45212026-08-12T21:00:10.062Z[ recovery-image] Aug 12 21:00:08.777 INFO O| Aug 12 21:00:08.777 INFO O| Services to change: 5
45222026-08-12T21:00:10.088Z[ recovery-image] Aug 12 21:00:08.805 INFO O| Aug 12 21:00:08.805 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45232026-08-12T21:00:10.182Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45242026-08-12T21:00:10.247Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45252026-08-12T21:00:10.307Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45262026-08-12T21:00:10.594Z[verify-libraries] Compiling rustc-hash v2.1.1
45272026-08-12T21:00:10.708Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45282026-08-12T21:00:10.791Z[verify-libraries] Compiling libxml v0.3.3
45292026-08-12T21:00:10.844Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45302026-08-12T21:00:10.925Z[ host-image] Aug 12 21:00:09.641 INFO O| Aug 12 21:00:09.641 INFO O| Finalize: Building new search index ... Done
45312026-08-12T21:00:10.960Z[verify-libraries] Compiling strum_macros v0.24.3
45322026-08-12T21:00:11.093Z[verify-libraries] Compiling lalrpop v0.19.12
45332026-08-12T21:00:11.235Z[verify-libraries] Compiling hmac v0.13.0
45342026-08-12T21:00:11.282Z[verify-libraries] Compiling universal-hash v0.6.1
45352026-08-12T21:00:11.385Z[ host-image] Aug 12 21:00:10.102 INFO O| Aug 12 21:00:10.102 INFO O| Finalize: Updating package cache ... Done
45362026-08-12T21:00:11.493Z[verify-libraries] Compiling fxhash v0.2.1
45372026-08-12T21:00:11.528Z[verify-libraries] Compiling indoc v1.0.9
45382026-08-12T21:00:11.728Z[ host-image] Aug 12 21:00:10.445 INFO O| Aug 12 21:00:10.445 INFO STEP 11 (pkg_install) COMPLETE
45392026-08-12T21:00:11.728Z[ host-image] Aug 12 21:00:10.445 INFO O| Aug 12 21:00:10.445 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45402026-08-12T21:00:11.738Z[ host-image] Aug 12 21:00:10.455 INFO O| Aug 12 21:00:10.455 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"]
45412026-08-12T21:00:11.909Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45422026-08-12T21:00:12.234Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45432026-08-12T21:00:12.261Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45442026-08-12T21:00:12.563Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45452026-08-12T21:00:12.742Z[verify-libraries] Compiling oso-derive v0.27.3
45462026-08-12T21:00:12.859Z[verify-libraries] Compiling quick-xml v0.37.5
45472026-08-12T21:00:13.368Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45482026-08-12T21:00:13.570Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45492026-08-12T21:00:13.642Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45502026-08-12T21:00:13.667Z[verify-libraries] Compiling openssl-probe v0.1.6
45512026-08-12T21:00:14.113Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45522026-08-12T21:00:14.542Z[verify-libraries] Compiling polyval v0.7.1
45532026-08-12T21:00:14.682Z[verify-libraries] Compiling der v0.8.0
45542026-08-12T21:00:14.962Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45552026-08-12T21:00:15.090Z[ recovery-image] Aug 12 21:00:13.807 INFO O| Aug 12 21:00:13.807 INFO O| Download: 8873/16682 items 89.9/200.0MB 44% complete (18.6M/s)
45562026-08-12T21:00:15.165Z[ host-image] Aug 12 21:00:13.882 INFO O| Aug 12 21:00:13.882 INFO O| Startup: Refreshing catalog 'helios' ... Done
45572026-08-12T21:00:15.649Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45582026-08-12T21:00:15.667Z[ host-image] Aug 12 21:00:14.384 INFO O| Aug 12 21:00:14.384 INFO O| Startup: Caching catalogs ... Done
45592026-08-12T21:00:15.717Z[verify-libraries] Compiling diesel v2.3.7
45602026-08-12T21:00:15.779Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45612026-08-12T21:00:16.053Z[verify-libraries] Compiling git-stub v1.0.0
45622026-08-12T21:00:16.103Z[ host-image] Aug 12 21:00:14.820 INFO O| Aug 12 21:00:14.820 INFO O| Planning: Solver setup ... Done
45632026-08-12T21:00:16.108Z[ host-image] Aug 12 21:00:14.825 INFO O| Aug 12 21:00:14.825 INFO O| Planning: Running solver ... Done
45642026-08-12T21:00:16.121Z[ host-image] Aug 12 21:00:14.838 INFO O| Aug 12 21:00:14.838 INFO O| Planning: Finding local manifests ... Done
45652026-08-12T21:00:16.131Z[verify-libraries] Compiling kstat-rs v0.2.5
45662026-08-12T21:00:16.157Z[ host-image] Aug 12 21:00:14.874 INFO O| Aug 12 21:00:14.874 INFO O| Planning: Fetching manifests: 0/6 0% complete
45672026-08-12T21:00:16.161Z[verify-libraries] Compiling trait-variant v0.1.2
45682026-08-12T21:00:16.303Z[ host-image] Aug 12 21:00:15.020 INFO O| Aug 12 21:00:15.020 INFO O| Planning: Fetching manifests: 6/6 100% complete
45692026-08-12T21:00:16.325Z[ host-image] Aug 12 21:00:15.042 INFO O| Aug 12 21:00:15.042 INFO O| Planning: Package planning ... Done
45702026-08-12T21:00:16.328Z[ host-image] Aug 12 21:00:15.044 INFO O| Aug 12 21:00:15.044 INFO O| Planning: Merging actions ... Done
45712026-08-12T21:00:16.416Z[verify-libraries] Compiling salty v0.3.0
45722026-08-12T21:00:16.420Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45732026-08-12T21:00:16.487Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45742026-08-12T21:00:16.507Z[ host-image] Aug 12 21:00:15.220 INFO O| Aug 12 21:00:15.220 INFO O| Planning: Checking for conflicting actions ... Done
45752026-08-12T21:00:16.507Z[ host-image] Aug 12 21:00:15.222 INFO O| Aug 12 21:00:15.222 INFO O| Planning: Consolidating action changes ... Done
45762026-08-12T21:00:16.685Z[ host-image] Aug 12 21:00:15.402 INFO O| Aug 12 21:00:15.402 INFO O| Planning: Evaluating mediators ... Done
45772026-08-12T21:00:16.688Z[ host-image] Aug 12 21:00:15.403 INFO O| Aug 12 21:00:15.403 INFO O| Planning: Planning completed in 1.00 seconds
45782026-08-12T21:00:16.688Z[ host-image] Aug 12 21:00:15.403 INFO O| Aug 12 21:00:15.403 INFO O| Packages to install: 6
45792026-08-12T21:00:16.688Z[ host-image] Aug 12 21:00:15.403 INFO O| Aug 12 21:00:15.403 INFO O| Services to change: 2
45802026-08-12T21:00:16.697Z[ host-image] Aug 12 21:00:15.414 INFO O| Aug 12 21:00:15.414 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45812026-08-12T21:00:16.823Z[verify-libraries] Compiling ghash v0.6.0
45822026-08-12T21:00:16.863Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45832026-08-12T21:00:16.875Z[ host-image] Aug 12 21:00:15.592 INFO O| Aug 12 21:00:15.592 INFO O| Download: Completed 1.75 MB in 0.18 seconds (9.8M/s)
45842026-08-12T21:00:16.898Z[ host-image] Aug 12 21:00:15.615 INFO O| Aug 12 21:00:15.615 INFO O| Actions: 1/390 actions (Installing new actions)
45852026-08-12T21:00:17.014Z[verify-libraries] Compiling pbkdf2 v0.13.0
45862026-08-12T21:00:17.048Z[verify-libraries] Compiling aes v0.9.1
45872026-08-12T21:00:17.052Z[verify-libraries] Compiling crypto-bigint v0.7.5
45882026-08-12T21:00:17.067Z[ host-image] Aug 12 21:00:15.784 INFO O| Aug 12 21:00:15.784 INFO O| Actions: Completed 390 actions in 0.17 seconds.
45892026-08-12T21:00:17.103Z[ host-image] Aug 12 21:00:15.819 INFO O| Aug 12 21:00:15.819 INFO O| Finalize: Updating package state database ... Done
45902026-08-12T21:00:17.103Z[ host-image] Aug 12 21:00:15.819 INFO O| Aug 12 21:00:15.819 INFO O| Finalize: Updating package cache ... Done
45912026-08-12T21:00:17.186Z[ host-image] Aug 12 21:00:15.903 INFO O| Aug 12 21:00:15.903 INFO O| Finalize: Updating image state ... Done
45922026-08-12T21:00:17.240Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45932026-08-12T21:00:17.389Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45942026-08-12T21:00:17.787Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45952026-08-12T21:00:18.047Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45962026-08-12T21:00:18.212Z[verify-libraries] Compiling ctr v0.10.1
45972026-08-12T21:00:18.222Z[ host-image] Aug 12 21:00:16.939 INFO O| Aug 12 21:00:16.938 INFO O| Finalize: Creating fast lookup database ... Done
45982026-08-12T21:00:18.261Z[ host-image] Aug 12 21:00:16.975 INFO O| Aug 12 21:00:16.975 INFO O| Finalize: Reading search index ... Done
45992026-08-12T21:00:18.261Z[ host-image] Aug 12 21:00:16.975 INFO O| Aug 12 21:00:16.975 INFO O| Finalize: Updating search index ... Done
46002026-08-12T21:00:18.277Z[ host-image] Aug 12 21:00:16.994 INFO O| Aug 12 21:00:16.994 INFO O| Finalize: Updating package cache ... Done
46012026-08-12T21:00:18.298Z[verify-libraries] Compiling aead v0.6.1
46022026-08-12T21:00:18.377Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46032026-08-12T21:00:18.498Z[verify-libraries] Compiling bb8 v0.8.6
46042026-08-12T21:00:18.540Z[verify-libraries] Compiling parking_lot_core v0.8.6
46052026-08-12T21:00:18.625Z[ host-image] Aug 12 21:00:17.342 INFO O| Aug 12 21:00:17.342 INFO STEP 12 (pkg_install) COMPLETE
46062026-08-12T21:00:18.625Z[ host-image] Aug 12 21:00:17.342 INFO O| Aug 12 21:00:17.342 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46072026-08-12T21:00:18.639Z[ host-image] Aug 12 21:00:17.356 INFO O| Aug 12 21:00:17.356 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46082026-08-12T21:00:18.678Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46092026-08-12T21:00:18.760Z[verify-libraries] Compiling aes-gcm v0.11.0
46102026-08-12T21:00:18.986Z[verify-libraries] Compiling spki v0.8.0
46112026-08-12T21:00:19.083Z[verify-libraries] Compiling mime_guess v2.0.5
46122026-08-12T21:00:19.131Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46132026-08-12T21:00:19.199Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46142026-08-12T21:00:19.280Z[verify-libraries] Compiling rfc6979 v0.4.0
46152026-08-12T21:00:19.318Z[verify-libraries] Compiling salsa20 v0.11.0
46162026-08-12T21:00:19.381Z[verify-libraries] Compiling nanorand v0.7.0
46172026-08-12T21:00:19.437Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46182026-08-12T21:00:19.475Z[verify-libraries] Compiling scrypt v0.12.0
46192026-08-12T21:00:19.608Z[verify-libraries] Compiling flume v0.11.1
46202026-08-12T21:00:19.753Z[ recovery-image] Aug 12 21:00:18.470 INFO O| Aug 12 21:00:18.470 INFO O| Download: Completed 200.00 MB in 9.66 seconds (20.6M/s)
46212026-08-12T21:00:19.760Z[verify-libraries] Compiling ecdsa v0.16.9
46222026-08-12T21:00:19.813Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46232026-08-12T21:00:19.919Z[verify-libraries] Compiling primeorder v0.13.6
46242026-08-12T21:00:20.018Z[ recovery-image] Aug 12 21:00:18.734 INFO O| Aug 12 21:00:18.728 INFO O| Actions: 1/27580 actions (Installing new actions)
46252026-08-12T21:00:20.024Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46262026-08-12T21:00:20.263Z[verify-libraries] Compiling cbc v0.2.1
46272026-08-12T21:00:20.306Z[verify-libraries] Compiling nonempty v0.12.0
46282026-08-12T21:00:20.328Z[verify-libraries] Compiling http-range v0.1.5
46292026-08-12T21:00:20.360Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46302026-08-12T21:00:20.510Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46312026-08-12T21:00:20.534Z[verify-libraries] Compiling pkcs5 v0.8.1
46322026-08-12T21:00:20.577Z[ host-image] Aug 12 21:00:19.294 INFO O| Aug 12 21:00:19.294 INFO O| Startup: Refreshing catalog 'helios' ... Done
46332026-08-12T21:00:20.587Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46342026-08-12T21:00:20.638Z[verify-libraries] Compiling p384 v0.13.1
46352026-08-12T21:00:20.725Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46362026-08-12T21:00:20.728Z[verify-libraries] Compiling parking_lot v0.11.2
46372026-08-12T21:00:20.990Z[ host-image] Aug 12 21:00:19.707 INFO O| Aug 12 21:00:19.707 INFO O| Startup: Caching catalogs ... Done
46382026-08-12T21:00:21.199Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46392026-08-12T21:00:21.316Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46402026-08-12T21:00:21.388Z[ host-image] Aug 12 21:00:20.105 INFO O| Aug 12 21:00:20.105 INFO O| Planning: Solver setup ... Done
46412026-08-12T21:00:21.399Z[ host-image] Aug 12 21:00:20.115 INFO O| Aug 12 21:00:20.115 INFO O| Planning: Running solver ... Done
46422026-08-12T21:00:21.408Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46432026-08-12T21:00:21.408Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46442026-08-12T21:00:21.412Z[ host-image] Aug 12 21:00:20.129 INFO O| Aug 12 21:00:20.129 INFO O| Planning: Finding local manifests ... Done
46452026-08-12T21:00:21.428Z[ host-image] Aug 12 21:00:20.144 INFO O| Aug 12 21:00:20.144 INFO O| Planning: Fetching manifests: 0/6 0% complete
46462026-08-12T21:00:21.677Z[verify-libraries] Compiling prefix-trie v0.7.0
46472026-08-12T21:00:21.705Z[verify-libraries] Compiling digest-io v0.1.0
46482026-08-12T21:00:21.710Z[ host-image] Aug 12 21:00:20.424 INFO O| Aug 12 21:00:20.424 INFO O| Planning: Fetching manifests: 6/6 100% complete
46492026-08-12T21:00:21.736Z[ host-image] Aug 12 21:00:20.453 INFO O| Aug 12 21:00:20.453 INFO O| Planning: Package planning ... Done
46502026-08-12T21:00:21.747Z[ host-image] Aug 12 21:00:20.462 INFO O| Aug 12 21:00:20.462 INFO O| Planning: Merging actions ... Done
46512026-08-12T21:00:21.801Z[verify-libraries] Compiling rawzip v0.4.4
46522026-08-12T21:00:21.899Z[ host-image] Aug 12 21:00:20.616 INFO O| Aug 12 21:00:20.616 INFO O| Planning: Checking for conflicting actions ... Done
46532026-08-12T21:00:21.904Z[ host-image] Aug 12 21:00:20.619 INFO O| Aug 12 21:00:20.619 INFO O| Planning: Consolidating action changes ... Done
46542026-08-12T21:00:22.079Z[ host-image] Aug 12 21:00:20.795 INFO O| Aug 12 21:00:20.794 INFO O| Planning: Evaluating mediators ... Done
46552026-08-12T21:00:22.085Z[ host-image] Aug 12 21:00:20.798 INFO O| Aug 12 21:00:20.798 INFO O| Planning: Planning completed in 1.08 seconds
46562026-08-12T21:00:22.085Z[ host-image] Aug 12 21:00:20.798 INFO O| Aug 12 21:00:20.798 INFO O| Packages to install: 6
46572026-08-12T21:00:22.085Z[ host-image] Aug 12 21:00:20.798 INFO O| Aug 12 21:00:20.798 INFO O| Mediators to change: 1
46582026-08-12T21:00:22.085Z[ host-image] Aug 12 21:00:20.798 INFO O| Aug 12 21:00:20.798 INFO O| Services to change: 1
46592026-08-12T21:00:22.093Z[ host-image] Aug 12 21:00:20.810 INFO O| Aug 12 21:00:20.810 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46602026-08-12T21:00:22.129Z[verify-libraries] Compiling hickory-server v0.25.2
46612026-08-12T21:00:22.212Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46622026-08-12T21:00:22.245Z[verify-libraries] Compiling sled v0.34.7
46632026-08-12T21:00:22.642Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46642026-08-12T21:00:22.715Z[verify-libraries] Compiling pkcs8 v0.11.0
46652026-08-12T21:00:22.928Z[ host-image] Aug 12 21:00:21.643 INFO O| Aug 12 21:00:21.643 INFO O| Download: Completed 7.84 MB in 0.83 seconds (9.4M/s)
46662026-08-12T21:00:23.007Z[ host-image] Aug 12 21:00:21.720 INFO O| Aug 12 21:00:21.720 INFO O| Actions: 1/1366 actions (Installing new actions)
46672026-08-12T21:00:23.048Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46682026-08-12T21:00:23.254Z[ host-image] Aug 12 21:00:21.967 INFO O| Aug 12 21:00:21.967 INFO O| Actions: Completed 1366 actions in 0.25 seconds.
46692026-08-12T21:00:23.290Z[ host-image] Aug 12 21:00:22.004 INFO O| Aug 12 21:00:22.004 INFO O| Finalize: Updating package state database ... Done
46702026-08-12T21:00:23.290Z[ host-image] Aug 12 21:00:22.004 INFO O| Aug 12 21:00:22.004 INFO O| Finalize: Updating package cache ... Done
46712026-08-12T21:00:23.330Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46722026-08-12T21:00:23.370Z[ host-image] Aug 12 21:00:22.087 INFO O| Aug 12 21:00:22.086 INFO O| Finalize: Updating image state ... Done
46732026-08-12T21:00:23.416Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46742026-08-12T21:00:24.091Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46752026-08-12T21:00:24.091Z[verify-libraries] Compiling ignore v0.4.25
46762026-08-12T21:00:24.091Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46772026-08-12T21:00:24.091Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46782026-08-12T21:00:24.123Z[verify-libraries] Compiling ff v0.14.0
46792026-08-12T21:00:24.321Z[ host-image] Aug 12 21:00:23.036 INFO O| Aug 12 21:00:23.036 INFO O| Finalize: Creating fast lookup database ... Done
46802026-08-12T21:00:24.401Z[ host-image] Aug 12 21:00:23.076 INFO O| Aug 12 21:00:23.071 INFO O| Finalize: Reading search index ... Done
46812026-08-12T21:00:24.401Z[ host-image] Aug 12 21:00:23.076 INFO O| Aug 12 21:00:23.071 INFO O| Finalize: Updating search index ... Done
46822026-08-12T21:00:24.402Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46832026-08-12T21:00:24.402Z[ host-image] Aug 12 21:00:23.105 INFO O| Aug 12 21:00:23.105 INFO O| Finalize: Updating package cache ... Done
46842026-08-12T21:00:24.402Z[verify-libraries] Compiling corncobs v0.1.4
46852026-08-12T21:00:24.531Z[verify-libraries] Compiling globwalk v0.9.1
46862026-08-12T21:00:24.638Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46872026-08-12T21:00:24.648Z[ host-image] Aug 12 21:00:23.365 INFO O| Aug 12 21:00:23.365 INFO STEP 13 (pkg_install) COMPLETE
46882026-08-12T21:00:24.648Z[ host-image] Aug 12 21:00:23.365 INFO O| Aug 12 21:00:23.365 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46892026-08-12T21:00:24.659Z[ host-image] Aug 12 21:00:23.376 INFO O| Aug 12 21:00:23.376 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
46902026-08-12T21:00:24.787Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46912026-08-12T21:00:25.691Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46922026-08-12T21:00:25.714Z[verify-libraries] Compiling predicates-tree v1.0.13
46932026-08-12T21:00:25.714Z[ recovery-image] Aug 12 21:00:23.757 INFO O| Aug 12 21:00:23.757 INFO O| Actions: 27038/27580 actions (Installing new actions)
46942026-08-12T21:00:25.714Z[verify-libraries] Compiling libz-sys v1.1.24
46952026-08-12T21:00:25.714Z[verify-libraries] Compiling rand_seeder v0.4.0
46962026-08-12T21:00:25.715Z[verify-libraries] Compiling secrecy v0.8.0
46972026-08-12T21:00:25.715Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46982026-08-12T21:00:25.715Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46992026-08-12T21:00:25.715Z[ recovery-image] Aug 12 21:00:24.324 INFO O| Aug 12 21:00:24.324 INFO O| Actions: Completed 27580 actions in 5.59 seconds.
47002026-08-12T21:00:25.715Z[ recovery-image] Aug 12 21:00:24.393 INFO O| Aug 12 21:00:24.393 INFO O| Finalize: Updating package state database ... Done
47012026-08-12T21:00:25.715Z[ recovery-image] Aug 12 21:00:24.393 INFO O| Aug 12 21:00:24.393 INFO O| Finalize: Updating package cache ... Done
47022026-08-12T21:00:25.778Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47032026-08-12T21:00:25.895Z[ recovery-image] Aug 12 21:00:24.597 INFO O| Aug 12 21:00:24.597 INFO O| Finalize: Updating image state ... Done
47042026-08-12T21:00:25.951Z[verify-libraries] Compiling group v0.14.0
47052026-08-12T21:00:26.016Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47062026-08-12T21:00:26.194Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47072026-08-12T21:00:26.250Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47082026-08-12T21:00:26.348Z[verify-libraries] Compiling signature v3.0.0
47092026-08-12T21:00:26.563Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47102026-08-12T21:00:26.679Z[ recovery-image] Aug 12 21:00:25.396 INFO O| Aug 12 21:00:25.396 INFO O| Finalize: Creating fast lookup database ... Done
47112026-08-12T21:00:26.699Z[ recovery-image] Aug 12 21:00:25.413 INFO O| Aug 12 21:00:25.413 INFO O| Finalize: Reading search index ... Done
47122026-08-12T21:00:26.708Z[verify-libraries] Compiling base16ct v1.0.0
47132026-08-12T21:00:26.761Z[verify-libraries] Compiling instability v0.3.11
47142026-08-12T21:00:26.820Z[ host-image] Aug 12 21:00:25.537 INFO O| Aug 12 21:00:25.537 INFO O| Startup: Refreshing catalog 'helios' ... Done
47152026-08-12T21:00:26.855Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47162026-08-12T21:00:26.998Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47172026-08-12T21:00:26.998Z[verify-libraries] Compiling sec1 v0.8.1
47182026-08-12T21:00:27.061Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47192026-08-12T21:00:27.160Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47202026-08-12T21:00:27.215Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47212026-08-12T21:00:27.244Z[ host-image] Aug 12 21:00:25.960 INFO O| Aug 12 21:00:25.960 INFO O| Startup: Caching catalogs ... Done
47222026-08-12T21:00:27.279Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47232026-08-12T21:00:27.344Z[verify-libraries] Compiling hkdf v0.13.0
47242026-08-12T21:00:27.375Z[verify-libraries] Compiling scuffle v0.1.0
47252026-08-12T21:00:27.451Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47262026-08-12T21:00:27.470Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47272026-08-12T21:00:27.649Z[ host-image] Aug 12 21:00:26.366 INFO O| Aug 12 21:00:26.365 INFO O| Planning: Solver setup ... Done
47282026-08-12T21:00:27.654Z[ host-image] Aug 12 21:00:26.371 INFO O| Aug 12 21:00:26.371 INFO O| Planning: Running solver ... Done
47292026-08-12T21:00:27.678Z[ host-image] Aug 12 21:00:26.385 INFO O| Aug 12 21:00:26.385 INFO O| Planning: Finding local manifests ... Done
47302026-08-12T21:00:27.699Z[verify-libraries] Compiling castaway v0.2.4
47312026-08-12T21:00:27.707Z[ host-image] Aug 12 21:00:26.414 INFO O| Aug 12 21:00:26.414 INFO O| Planning: Fetching manifests: 0/1 0% complete
47322026-08-12T21:00:27.716Z[ host-image] Aug 12 21:00:26.431 INFO O| Aug 12 21:00:26.431 INFO O| Planning: Fetching manifests: 1/1 100% complete
47332026-08-12T21:00:27.728Z[verify-libraries] Compiling indoc v2.0.7
47342026-08-12T21:00:27.745Z[ host-image] Aug 12 21:00:26.456 INFO O| Aug 12 21:00:26.456 INFO O| Planning: Package planning ... Done
47352026-08-12T21:00:27.745Z[ host-image] Aug 12 21:00:26.456 INFO O| Aug 12 21:00:26.456 INFO O| Planning: Merging actions ... Done
47362026-08-12T21:00:27.841Z[verify-libraries] Compiling compact_str v0.8.1
47372026-08-12T21:00:27.898Z[ host-image] Aug 12 21:00:26.607 INFO O| Aug 12 21:00:26.603 INFO O| Planning: Checking for conflicting actions ... Done
47382026-08-12T21:00:27.898Z[ host-image] Aug 12 21:00:26.607 INFO O| Aug 12 21:00:26.603 INFO O| Planning: Consolidating action changes ... Done
47392026-08-12T21:00:27.958Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47402026-08-12T21:00:28.046Z[ host-image] Aug 12 21:00:26.753 INFO O| Aug 12 21:00:26.753 INFO O| Planning: Evaluating mediators ... Done
47412026-08-12T21:00:28.053Z[ host-image] Aug 12 21:00:26.754 INFO O| Aug 12 21:00:26.754 INFO O| Planning: Planning completed in 0.78 seconds
47422026-08-12T21:00:28.053Z[ host-image] Aug 12 21:00:26.754 INFO O| Aug 12 21:00:26.754 INFO O| Packages to install: 1
47432026-08-12T21:00:28.053Z[ host-image] Aug 12 21:00:26.765 INFO O| Aug 12 21:00:26.765 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
47442026-08-12T21:00:28.207Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47452026-08-12T21:00:28.396Z[ host-image] Aug 12 21:00:27.113 INFO O| Aug 12 21:00:27.113 INFO O| Download: Completed 13.17 MB in 0.35 seconds (37.9M/s)
47462026-08-12T21:00:28.418Z[ host-image] Aug 12 21:00:27.133 INFO O| Aug 12 21:00:27.133 INFO O| Actions: 1/22 actions (Installing new actions)
47472026-08-12T21:00:28.592Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47482026-08-12T21:00:28.624Z[ recovery-image] Aug 12 21:00:27.340 INFO O| Aug 12 21:00:27.340 INFO O| Finalize: Building new search index ... Done
47492026-08-12T21:00:28.658Z[verify-libraries] Compiling elliptic-curve v0.14.1
47502026-08-12T21:00:28.678Z[ host-image] Aug 12 21:00:27.394 INFO O| Aug 12 21:00:27.394 INFO O| Actions: Completed 22 actions in 0.26 seconds.
47512026-08-12T21:00:28.716Z[ host-image] Aug 12 21:00:27.430 INFO O| Aug 12 21:00:27.430 INFO O| Finalize: Updating package state database ... Done
47522026-08-12T21:00:28.716Z[ host-image] Aug 12 21:00:27.430 INFO O| Aug 12 21:00:27.430 INFO O| Finalize: Updating package cache ... Done
47532026-08-12T21:00:28.808Z[ host-image] Aug 12 21:00:27.525 INFO O| Aug 12 21:00:27.525 INFO O| Finalize: Updating image state ... Done
47542026-08-12T21:00:28.952Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47552026-08-12T21:00:29.317Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47562026-08-12T21:00:29.329Z[ recovery-image] Aug 12 21:00:27.756 INFO O| Aug 12 21:00:27.756 INFO O| Finalize: Updating package cache ... Done
47572026-08-12T21:00:29.329Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47582026-08-12T21:00:29.342Z[ recovery-image] Aug 12 21:00:28.057 INFO O| Aug 12 21:00:28.057 INFO STEP 11 (pkg_install) COMPLETE
47592026-08-12T21:00:29.342Z[ recovery-image] Aug 12 21:00:28.057 INFO O| Aug 12 21:00:28.057 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47602026-08-12T21:00:29.349Z[ recovery-image] Aug 12 21:00:28.057 INFO O| Aug 12 21:00:28.057 INFO skip step because feature "recovery" is enabled
47612026-08-12T21:00:29.349Z[ recovery-image] Aug 12 21:00:28.057 INFO O| Aug 12 21:00:28.057 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47622026-08-12T21:00:29.349Z[ recovery-image] Aug 12 21:00:28.057 INFO O| Aug 12 21:00:28.057 INFO skip step because feature "omicron1" is not enabled
47632026-08-12T21:00:29.349Z[ recovery-image] Aug 12 21:00:28.057 INFO O| Aug 12 21:00:28.057 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47642026-08-12T21:00:29.355Z[ recovery-image] Aug 12 21:00:28.072 INFO O| Aug 12 21:00:28.072 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
47652026-08-12T21:00:29.367Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47662026-08-12T21:00:29.410Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47672026-08-12T21:00:29.492Z[verify-libraries] Compiling unicode-truncate v1.1.0
47682026-08-12T21:00:29.573Z[verify-libraries] Compiling lru v0.12.5
47692026-08-12T21:00:29.573Z[verify-libraries] Compiling arc-swap v1.8.2
47702026-08-12T21:00:29.583Z[verify-libraries] Compiling cassowary v0.3.0
47712026-08-12T21:00:29.696Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47722026-08-12T21:00:29.769Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47732026-08-12T21:00:29.838Z[verify-libraries] Compiling slog-scope v4.4.1
47742026-08-12T21:00:29.846Z[ host-image] Aug 12 21:00:28.562 INFO O| Aug 12 21:00:28.562 INFO O| Finalize: Creating fast lookup database ... Done
47752026-08-12T21:00:29.879Z[ host-image] Aug 12 21:00:28.593 INFO O| Aug 12 21:00:28.593 INFO O| Finalize: Reading search index ... Done
47762026-08-12T21:00:29.879Z[ host-image] Aug 12 21:00:28.593 INFO O| Aug 12 21:00:28.593 INFO O| Finalize: Updating search index ... Done
47772026-08-12T21:00:29.887Z[ host-image] Aug 12 21:00:28.604 INFO O| Aug 12 21:00:28.604 INFO O| Finalize: Updating package cache ... Done
47782026-08-12T21:00:30.744Z[verify-libraries] Compiling ratatui v0.29.0
47792026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO STEP 14 (pkg_install) COMPLETE
47802026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47812026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO skip step because feature "mbist" is not enabled
47822026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47832026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO skip step because feature "mfg" is not enabled
47842026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47852026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO skip step because feature "compliance" is not enabled
47862026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47872026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO skip step because feature "stress" is not enabled
47882026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47892026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO skip step because feature "compliance" is not enabled
47902026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47912026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO skip step because feature "nfs" is not enabled
47922026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47932026-08-12T21:00:30.753Z[ host-image] Aug 12 21:00:28.890 INFO O| Aug 12 21:00:28.890 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47942026-08-12T21:00:30.753Z[verify-libraries] Compiling wnaf v0.14.0
47952026-08-12T21:00:30.753Z[verify-libraries] Compiling primefield v0.14.0
47962026-08-12T21:00:30.753Z[verify-libraries] Compiling rfc6979 v0.6.0
47972026-08-12T21:00:30.753Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47982026-08-12T21:00:30.753Z[verify-libraries] Compiling progenitor-impl v0.13.0
47992026-08-12T21:00:30.753Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48002026-08-12T21:00:30.754Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48012026-08-12T21:00:30.973Z[verify-libraries] Compiling vergen-git2 v9.1.0
48022026-08-12T21:00:30.998Z[verify-libraries] Compiling strsim v0.10.0
48032026-08-12T21:00:31.245Z[verify-libraries] Compiling is_ci v1.2.0
48042026-08-12T21:00:31.327Z[ host-image] Aug 12 21:00:30.043 INFO O| Aug 12 21:00:30.043 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48052026-08-12T21:00:31.398Z[verify-libraries] Compiling supports-color v3.0.2
48062026-08-12T21:00:31.463Z[verify-libraries] Compiling darling_core v0.13.4
48072026-08-12T21:00:31.467Z[ recovery-image] Aug 12 21:00:30.184 INFO O| Aug 12 21:00:30.184 INFO O| Startup: Refreshing catalog 'helios' ... Done
48082026-08-12T21:00:31.561Z[verify-libraries] Compiling ecdsa v0.17.0
48092026-08-12T21:00:31.665Z[verify-libraries] Compiling primeorder v0.14.0
48102026-08-12T21:00:31.749Z[ host-image] Aug 12 21:00:30.466 INFO O| Aug 12 21:00:30.466 INFO completed processing sled/ramdisk-01-os
48112026-08-12T21:00:31.757Z[ host-image] Aug 12 21:00:30.469 INFO omicron1 baseline generation...
48122026-08-12T21:00:31.757Z[ host-image] Aug 12 21:00:30.469 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48132026-08-12T21:00:32.209Z[ host-image] Aug 12 21:00:30.909 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z
48142026-08-12T21:00:32.229Z[ recovery-image] Aug 12 21:00:30.939 INFO O| Aug 12 21:00:30.939 INFO O| Startup: Caching catalogs ... Done
48152026-08-12T21:00:32.274Z[verify-libraries] Compiling slog-stdlog v4.1.1
48162026-08-12T21:00:32.309Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48172026-08-12T21:00:32.359Z[verify-libraries] Compiling tungstenite v0.23.0
48182026-08-12T21:00:32.594Z[verify-libraries] Compiling console v0.16.2
48192026-08-12T21:00:32.664Z[ recovery-image] Aug 12 21:00:31.378 INFO O| Aug 12 21:00:31.378 INFO O| Planning: Solver setup ... Done
48202026-08-12T21:00:32.669Z[ recovery-image] Aug 12 21:00:31.384 INFO O| Aug 12 21:00:31.384 INFO O| Planning: Running solver ... Done
48212026-08-12T21:00:32.690Z[ recovery-image] Aug 12 21:00:31.399 INFO O| Aug 12 21:00:31.399 INFO O| Planning: Finding local manifests ... Done
48222026-08-12T21:00:32.735Z[ recovery-image] Aug 12 21:00:31.448 INFO O| Aug 12 21:00:31.448 INFO O| Planning: Fetching manifests: 0/1 0% complete
48232026-08-12T21:00:32.752Z[ recovery-image] Aug 12 21:00:31.469 INFO O| Aug 12 21:00:31.469 INFO O| Planning: Fetching manifests: 1/1 100% complete
48242026-08-12T21:00:32.771Z[ recovery-image] Aug 12 21:00:31.487 INFO O| Aug 12 21:00:31.487 INFO O| Planning: Package planning ... Done
48252026-08-12T21:00:32.779Z[ recovery-image] Aug 12 21:00:31.488 INFO O| Aug 12 21:00:31.487 INFO O| Planning: Merging actions ... Done
48262026-08-12T21:00:32.804Z[ recovery-image] Aug 12 21:00:31.512 INFO O| Aug 12 21:00:31.512 INFO O| Planning: Checking for conflicting actions ... Done
48272026-08-12T21:00:32.811Z[ recovery-image] Aug 12 21:00:31.513 INFO O| Aug 12 21:00:31.513 INFO O| Planning: Consolidating action changes ... Done
48282026-08-12T21:00:32.908Z[ recovery-image] Aug 12 21:00:31.624 INFO O| Aug 12 21:00:31.624 INFO O| Planning: Evaluating mediators ... Done
48292026-08-12T21:00:32.920Z[ recovery-image] Aug 12 21:00:31.624 INFO O| Aug 12 21:00:31.624 INFO O| Planning: Planning completed in 0.67 seconds
48302026-08-12T21:00:32.920Z[ recovery-image] Aug 12 21:00:31.624 INFO O| Aug 12 21:00:31.624 INFO O| Packages to install: 1
48312026-08-12T21:00:32.924Z[ recovery-image] Aug 12 21:00:31.639 INFO O| Aug 12 21:00:31.639 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
48322026-08-12T21:00:33.195Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48332026-08-12T21:00:33.205Z[ recovery-image] Aug 12 21:00:31.921 INFO O| Aug 12 21:00:31.921 INFO O| Download: Completed 13.17 MB in 0.28 seconds (46.7M/s)
48342026-08-12T21:00:33.242Z[ recovery-image] Aug 12 21:00:31.945 INFO O| Aug 12 21:00:31.945 INFO O| Actions: 1/22 actions (Installing new actions)
48352026-08-12T21:00:33.336Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48362026-08-12T21:00:33.602Z[ recovery-image] Aug 12 21:00:32.318 INFO O| Aug 12 21:00:32.318 INFO O| Actions: Completed 22 actions in 0.37 seconds.
48372026-08-12T21:00:33.614Z[verify-libraries] Compiling progenitor-client v0.13.0
48382026-08-12T21:00:33.640Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48392026-08-12T21:00:33.655Z[ recovery-image] Aug 12 21:00:32.371 INFO O| Aug 12 21:00:32.371 INFO O| Finalize: Updating package state database ... Done
48402026-08-12T21:00:33.655Z[ recovery-image] Aug 12 21:00:32.371 INFO O| Aug 12 21:00:32.371 INFO O| Finalize: Updating package cache ... Done
48412026-08-12T21:00:33.662Z[verify-libraries] Compiling libsw-core v0.3.2
48422026-08-12T21:00:33.746Z[ recovery-image] Aug 12 21:00:32.462 INFO O| Aug 12 21:00:32.462 INFO O| Finalize: Updating image state ... Done
48432026-08-12T21:00:33.777Z[verify-libraries] Compiling progenitor-macro v0.13.0
48442026-08-12T21:00:33.891Z[verify-libraries] Compiling unit-prefix v0.5.2
48452026-08-12T21:00:33.925Z[verify-libraries] Compiling assert_matches v1.5.0
48462026-08-12T21:00:34.060Z[verify-libraries] Compiling void v1.0.2
48472026-08-12T21:00:34.163Z[verify-libraries] Compiling indicatif v0.18.4
48482026-08-12T21:00:34.199Z[verify-libraries] Compiling darling_macro v0.13.4
48492026-08-12T21:00:34.224Z[verify-libraries] Compiling libsw v3.5.0
48502026-08-12T21:00:34.342Z[verify-libraries] Compiling lzss v0.8.2
48512026-08-12T21:00:34.392Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48522026-08-12T21:00:34.432Z[ recovery-image] Aug 12 21:00:33.148 INFO O| Aug 12 21:00:33.148 INFO O| Finalize: Creating fast lookup database ... Done
48532026-08-12T21:00:34.449Z[ recovery-image] Aug 12 21:00:33.166 INFO O| Aug 12 21:00:33.166 INFO O| Finalize: Reading search index ... Done
48542026-08-12T21:00:34.450Z[ recovery-image] Aug 12 21:00:33.166 INFO O| Aug 12 21:00:33.166 INFO O| Finalize: Updating search index ... Done
48552026-08-12T21:00:34.456Z[verify-libraries] Compiling slog-envlogger v2.2.0
48562026-08-12T21:00:34.461Z[ recovery-image] Aug 12 21:00:33.178 INFO O| Aug 12 21:00:33.178 INFO O| Finalize: Updating package cache ... Done
48572026-08-12T21:00:34.560Z[verify-libraries] Compiling ssh-encoding v0.3.0
48582026-08-12T21:00:34.652Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48592026-08-12T21:00:34.717Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48602026-08-12T21:00:34.784Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48612026-08-12T21:00:34.795Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO STEP 14 (pkg_install) COMPLETE
48622026-08-12T21:00:34.795Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48632026-08-12T21:00:34.795Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO skip step because feature "mbist" is not enabled
48642026-08-12T21:00:34.795Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48652026-08-12T21:00:34.796Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO skip step because feature "mfg" is not enabled
48662026-08-12T21:00:34.796Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48672026-08-12T21:00:34.796Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO skip step because feature "compliance" is not enabled
48682026-08-12T21:00:34.796Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48692026-08-12T21:00:34.796Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO skip step because feature "stress" is not enabled
48702026-08-12T21:00:34.796Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48712026-08-12T21:00:34.796Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO skip step because feature "compliance" is not enabled
48722026-08-12T21:00:34.796Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48732026-08-12T21:00:34.796Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO skip step because feature "nfs" is not enabled
48742026-08-12T21:00:34.796Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
48752026-08-12T21:00:34.796Z[ recovery-image] Aug 12 21:00:33.511 INFO O| Aug 12 21:00:33.511 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
48762026-08-12T21:00:34.880Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48772026-08-12T21:00:35.066Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48782026-08-12T21:00:35.090Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48792026-08-12T21:00:35.113Z[verify-libraries] Compiling nix v0.27.1
48802026-08-12T21:00:35.194Z[verify-libraries] Compiling colored v2.2.0
48812026-08-12T21:00:36.467Z[verify-libraries] Compiling blake3 v1.8.5
48822026-08-12T21:00:36.476Z[verify-libraries] Compiling serde_bytes v0.11.19
48832026-08-12T21:00:36.476Z[verify-libraries] Compiling keccak v0.2.0
48842026-08-12T21:00:36.476Z[ recovery-image] Aug 12 21:00:34.200 INFO O| Aug 12 21:00:34.200 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
48852026-08-12T21:00:36.476Z[ recovery-image] Aug 12 21:00:34.311 INFO O| Aug 12 21:00:34.311 INFO completed processing sled/ramdisk-01-os
48862026-08-12T21:00:36.476Z[ recovery-image] Aug 12 21:00:34.314 INFO image builder template: ramdisk-02-trim...
48872026-08-12T21:00:36.476Z[ recovery-image] Aug 12 21:00:34.315 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/.tmpn6z8wZ/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.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
48882026-08-12T21:00:36.476Z[ recovery-image] Aug 12 21:00:34.341 INFO O| Aug 12 21:00:34.341 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48892026-08-12T21:00:36.476Z[ recovery-image] Aug 12 21:00:34.345 INFO O| Aug 12 21:00:34.345 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48902026-08-12T21:00:36.476Z[verify-libraries] Compiling shell-words v1.1.1
48912026-08-12T21:00:36.476Z[ recovery-image] Aug 12 21:00:34.426 INFO O| Aug 12 21:00:34.426 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
48922026-08-12T21:00:36.476Z[ recovery-image] Aug 12 21:00:34.486 INFO O| Aug 12 21:00:34.486 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48932026-08-12T21:00:36.476Z[ recovery-image] Aug 12 21:00:34.486 INFO O| Aug 12 21:00:34.486 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48942026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.491 INFO O| Aug 12 21:00:34.491 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48952026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.495 INFO O| Aug 12 21:00:34.495 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
48962026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.500 INFO O| Aug 12 21:00:34.500 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
48972026-08-12T21:00:36.477Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48982026-08-12T21:00:36.477Z[verify-libraries] Compiling darling v0.13.4
48992026-08-12T21:00:36.477Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49002026-08-12T21:00:36.477Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49012026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.843 INFO O| Aug 12 21:00:34.843 INFO rolled back to input snapshot; work may begin
49022026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.843 INFO O| Aug 12 21:00:34.843 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49032026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.848 INFO O| Aug 12 21:00:34.848 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49042026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.857 INFO O| Aug 12 21:00:34.857 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49052026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.894 INFO O| Aug 12 21:00:34.894 INFO STEP 0 (remove_files) COMPLETE
49062026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.894 INFO O| Aug 12 21:00:34.894 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49072026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.905 INFO O| Aug 12 21:00:34.905 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49082026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.907 INFO O| Aug 12 21:00:34.907 INFO STEP 1 (remove_files) COMPLETE
49092026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.907 INFO O| Aug 12 21:00:34.907 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49102026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.917 INFO O| Aug 12 21:00:34.917 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49112026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.933 INFO O| Aug 12 21:00:34.932 INFO STEP 2 (remove_files) COMPLETE
49122026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.933 INFO O| Aug 12 21:00:34.932 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49132026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.944 INFO O| Aug 12 21:00:34.944 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49142026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.945 INFO O| Aug 12 21:00:34.945 INFO STEP 3 (remove_files) COMPLETE
49152026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.945 INFO O| Aug 12 21:00:34.945 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49162026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.955 INFO O| Aug 12 21:00:34.955 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49172026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.958 INFO O| Aug 12 21:00:34.958 INFO STEP 4 (remove_files) COMPLETE
49182026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.958 INFO O| Aug 12 21:00:34.958 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49192026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.968 INFO O| Aug 12 21:00:34.968 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49202026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.968 INFO O| Aug 12 21:00:34.968 INFO STEP 5 (remove_files) COMPLETE
49212026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.968 INFO O| Aug 12 21:00:34.968 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49222026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.977 INFO O| Aug 12 21:00:34.977 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49232026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.988 INFO O| Aug 12 21:00:34.988 INFO STEP 6 (remove_files) COMPLETE
49242026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.988 INFO O| Aug 12 21:00:34.988 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49252026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.988 INFO O| Aug 12 21:00:34.988 INFO skip step because feature "heliosv2" is not enabled
49262026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.988 INFO O| Aug 12 21:00:34.988 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49272026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.988 INFO O| Aug 12 21:00:34.988 INFO skip step because feature "recovery" is enabled
49282026-08-12T21:00:36.477Z[ recovery-image] Aug 12 21:00:34.988 INFO O| Aug 12 21:00:34.988 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49292026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:34.988 INFO O| Aug 12 21:00:34.988 INFO skip step because feature "recovery" is enabled
49302026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:34.988 INFO O| Aug 12 21:00:34.988 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49312026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:34.988 INFO O| Aug 12 21:00:34.988 INFO skip step because feature "recovery" is enabled
49322026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:34.988 INFO O| Aug 12 21:00:34.988 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49332026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:34.997 INFO O| Aug 12 21:00:34.997 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49342026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:35.000 INFO O| Aug 12 21:00:35.000 INFO STEP 11 (remove_files) COMPLETE
49352026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:35.000 INFO O| Aug 12 21:00:35.000 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49362026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:35.009 INFO O| Aug 12 21:00:35.009 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49372026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:35.011 INFO O| Aug 12 21:00:35.010 INFO STEP 12 (remove_files) COMPLETE
49382026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:35.011 INFO O| Aug 12 21:00:35.010 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49392026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:35.020 INFO O| Aug 12 21:00:35.020 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49402026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:35.021 INFO O| Aug 12 21:00:35.021 INFO STEP 13 (remove_files) COMPLETE
49412026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:35.021 INFO O| Aug 12 21:00:35.021 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49422026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:35.032 INFO O| Aug 12 21:00:35.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
49432026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:35.032 INFO O| Aug 12 21:00:35.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
49442026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:35.151 INFO O| Aug 12 21:00:35.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
49452026-08-12T21:00:36.478Z[ recovery-image] Aug 12 21:00:35.157 INFO O| Aug 12 21:00:35.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
49462026-08-12T21:00:36.506Z[verify-libraries] Compiling ed25519 v3.0.0
49472026-08-12T21:00:36.523Z[ recovery-image] Aug 12 21:00:35.236 INFO O| Aug 12 21:00:35.236 INFO STEP 14 (remove_files) COMPLETE
49482026-08-12T21:00:36.523Z[ recovery-image] Aug 12 21:00:35.236 INFO O| Aug 12 21:00:35.236 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49492026-08-12T21:00:36.533Z[ recovery-image] Aug 12 21:00:35.245 INFO O| Aug 12 21:00:35.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
49502026-08-12T21:00:36.550Z[ recovery-image] Aug 12 21:00:35.246 INFO O| Aug 12 21:00:35.246 INFO STEP 15 (remove_files) COMPLETE
49512026-08-12T21:00:36.552Z[ recovery-image] Aug 12 21:00:35.246 INFO O| Aug 12 21:00:35.246 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49522026-08-12T21:00:36.552Z[verify-libraries] Compiling crypto-primes v0.7.2
49532026-08-12T21:00:36.552Z[ recovery-image] Aug 12 21:00:35.256 INFO O| Aug 12 21:00:35.256 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
49542026-08-12T21:00:36.566Z[ recovery-image] Aug 12 21:00:35.262 INFO O| Aug 12 21:00:35.262 INFO STEP 16 (remove_files) COMPLETE
49552026-08-12T21:00:36.566Z[ recovery-image] Aug 12 21:00:35.262 INFO O| Aug 12 21:00:35.262 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49562026-08-12T21:00:36.566Z[ recovery-image] Aug 12 21:00:35.270 INFO O| Aug 12 21:00:35.270 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
49572026-08-12T21:00:36.566Z[ recovery-image] Aug 12 21:00:35.270 INFO O| Aug 12 21:00:35.270 INFO STEP 17 (remove_files) COMPLETE
49582026-08-12T21:00:36.566Z[ recovery-image] Aug 12 21:00:35.270 INFO O| Aug 12 21:00:35.270 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49592026-08-12T21:00:36.571Z[ recovery-image] Aug 12 21:00:35.278 INFO O| Aug 12 21:00:35.278 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
49602026-08-12T21:00:36.575Z[ recovery-image] Aug 12 21:00:35.290 INFO O| Aug 12 21:00:35.279 INFO STEP 18 (remove_files) COMPLETE
49612026-08-12T21:00:36.576Z[ recovery-image] Aug 12 21:00:35.290 INFO O| Aug 12 21:00:35.279 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49622026-08-12T21:00:36.576Z[ recovery-image] Aug 12 21:00:35.290 INFO O| Aug 12 21:00:35.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
49632026-08-12T21:00:36.576Z[ recovery-image] Aug 12 21:00:35.290 INFO O| Aug 12 21:00:35.288 INFO STEP 19 (remove_files) COMPLETE
49642026-08-12T21:00:36.576Z[ recovery-image] Aug 12 21:00:35.290 INFO O| Aug 12 21:00:35.288 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49652026-08-12T21:00:36.585Z[ recovery-image] Aug 12 21:00:35.297 INFO O| Aug 12 21:00:35.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
49662026-08-12T21:00:36.585Z[ recovery-image] Aug 12 21:00:35.297 INFO O| Aug 12 21:00:35.297 INFO STEP 20 (remove_files) COMPLETE
49672026-08-12T21:00:36.585Z[ recovery-image] Aug 12 21:00:35.297 INFO O| Aug 12 21:00:35.297 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49682026-08-12T21:00:36.606Z[ recovery-image] Aug 12 21:00:35.305 INFO O| Aug 12 21:00:35.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
49692026-08-12T21:00:36.606Z[ recovery-image] Aug 12 21:00:35.305 INFO O| Aug 12 21:00:35.305 INFO STEP 21 (remove_files) COMPLETE
49702026-08-12T21:00:36.606Z[ recovery-image] Aug 12 21:00:35.305 INFO O| Aug 12 21:00:35.305 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49712026-08-12T21:00:36.607Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49722026-08-12T21:00:36.624Z[ recovery-image] Aug 12 21:00:35.330 INFO O| Aug 12 21:00:35.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
49732026-08-12T21:00:36.624Z[ recovery-image] Aug 12 21:00:35.330 INFO O| Aug 12 21:00:35.330 INFO STEP 22 (remove_files) COMPLETE
49742026-08-12T21:00:36.625Z[ recovery-image] Aug 12 21:00:35.330 INFO O| Aug 12 21:00:35.330 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49752026-08-12T21:00:36.642Z[ recovery-image] Aug 12 21:00:35.348 INFO O| Aug 12 21:00:35.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
49762026-08-12T21:00:36.642Z[ recovery-image] Aug 12 21:00:35.348 INFO O| Aug 12 21:00:35.348 INFO STEP 23 (remove_files) COMPLETE
49772026-08-12T21:00:36.642Z[ recovery-image] Aug 12 21:00:35.348 INFO O| Aug 12 21:00:35.348 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49782026-08-12T21:00:36.689Z[ recovery-image] Aug 12 21:00:35.356 INFO O| Aug 12 21:00:35.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
49792026-08-12T21:00:36.689Z[ recovery-image] Aug 12 21:00:35.356 INFO O| Aug 12 21:00:35.356 INFO STEP 24 (remove_files) COMPLETE
49802026-08-12T21:00:36.689Z[ recovery-image] Aug 12 21:00:35.356 INFO O| Aug 12 21:00:35.356 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49812026-08-12T21:00:36.701Z[ recovery-image] Aug 12 21:00:35.370 INFO O| Aug 12 21:00:35.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
49822026-08-12T21:00:36.701Z[ recovery-image] Aug 12 21:00:35.370 INFO O| Aug 12 21:00:35.370 INFO STEP 25 (remove_files) COMPLETE
49832026-08-12T21:00:36.701Z[ recovery-image] Aug 12 21:00:35.370 INFO O| Aug 12 21:00:35.370 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49842026-08-12T21:00:36.701Z[ recovery-image] Aug 12 21:00:35.401 INFO O| Aug 12 21:00:35.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
49852026-08-12T21:00:36.701Z[ recovery-image] Aug 12 21:00:35.401 INFO O| Aug 12 21:00:35.401 INFO STEP 26 (remove_files) COMPLETE
49862026-08-12T21:00:36.701Z[ recovery-image] Aug 12 21:00:35.401 INFO O| Aug 12 21:00:35.401 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49872026-08-12T21:00:36.728Z[ recovery-image] Aug 12 21:00:35.429 INFO O| Aug 12 21:00:35.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
49882026-08-12T21:00:36.728Z[ recovery-image] Aug 12 21:00:35.429 INFO O| Aug 12 21:00:35.429 INFO STEP 27 (remove_files) COMPLETE
49892026-08-12T21:00:36.767Z[ recovery-image] Aug 12 21:00:35.430 INFO O| Aug 12 21:00:35.429 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49902026-08-12T21:00:36.767Z[ recovery-image] Aug 12 21:00:35.440 INFO O| Aug 12 21:00:35.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
49912026-08-12T21:00:36.767Z[ recovery-image] Aug 12 21:00:35.440 INFO O| Aug 12 21:00:35.440 INFO STEP 28 (remove_files) COMPLETE
49922026-08-12T21:00:36.768Z[ recovery-image] Aug 12 21:00:35.440 INFO O| Aug 12 21:00:35.440 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49932026-08-12T21:00:36.768Z[ recovery-image] Aug 12 21:00:35.476 INFO O| Aug 12 21:00:35.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
49942026-08-12T21:00:36.768Z[ recovery-image] Aug 12 21:00:35.476 INFO O| Aug 12 21:00:35.476 INFO STEP 29 (remove_files) COMPLETE
49952026-08-12T21:00:36.768Z[ recovery-image] Aug 12 21:00:35.476 INFO O| Aug 12 21:00:35.476 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49962026-08-12T21:00:36.889Z[ recovery-image] Aug 12 21:00:35.603 INFO O| Aug 12 21:00:35.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
49972026-08-12T21:00:36.889Z[ recovery-image] Aug 12 21:00:35.603 INFO O| Aug 12 21:00:35.603 INFO STEP 30 (remove_files) COMPLETE
49982026-08-12T21:00:36.899Z[ recovery-image] Aug 12 21:00:35.603 INFO O| Aug 12 21:00:35.603 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49992026-08-12T21:00:36.938Z[ recovery-image] Aug 12 21:00:35.649 INFO O| Aug 12 21:00:35.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50002026-08-12T21:00:36.938Z[ recovery-image] Aug 12 21:00:35.649 INFO O| Aug 12 21:00:35.649 INFO STEP 31 (remove_files) COMPLETE
50012026-08-12T21:00:36.956Z[ recovery-image] Aug 12 21:00:35.649 INFO O| Aug 12 21:00:35.649 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50022026-08-12T21:00:36.956Z[ recovery-image] Aug 12 21:00:35.657 INFO O| Aug 12 21:00:35.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50032026-08-12T21:00:36.956Z[ recovery-image] Aug 12 21:00:35.657 INFO O| Aug 12 21:00:35.657 INFO STEP 32 (remove_files) COMPLETE
50042026-08-12T21:00:36.956Z[ recovery-image] Aug 12 21:00:35.657 INFO O| Aug 12 21:00:35.657 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50052026-08-12T21:00:36.956Z[ recovery-image] Aug 12 21:00:35.666 INFO O| Aug 12 21:00:35.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50062026-08-12T21:00:36.956Z[ recovery-image] Aug 12 21:00:35.666 INFO O| Aug 12 21:00:35.666 INFO STEP 33 (remove_files) COMPLETE
50072026-08-12T21:00:36.956Z[ recovery-image] Aug 12 21:00:35.666 INFO O| Aug 12 21:00:35.666 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50082026-08-12T21:00:36.960Z[ recovery-image] Aug 12 21:00:35.674 INFO O| Aug 12 21:00:35.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50092026-08-12T21:00:36.960Z[ recovery-image] Aug 12 21:00:35.674 INFO O| Aug 12 21:00:35.674 INFO STEP 34 (remove_files) COMPLETE
50102026-08-12T21:00:36.961Z[ recovery-image] Aug 12 21:00:35.674 INFO O| Aug 12 21:00:35.674 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50112026-08-12T21:00:36.984Z[ recovery-image] Aug 12 21:00:35.693 INFO O| Aug 12 21:00:35.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50122026-08-12T21:00:36.984Z[ recovery-image] Aug 12 21:00:35.693 INFO O| Aug 12 21:00:35.693 INFO STEP 35 (remove_files) COMPLETE
50132026-08-12T21:00:36.985Z[ recovery-image] Aug 12 21:00:35.693 INFO O| Aug 12 21:00:35.693 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50142026-08-12T21:00:37.002Z[ recovery-image] Aug 12 21:00:35.703 INFO O| Aug 12 21:00:35.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50152026-08-12T21:00:37.002Z[ recovery-image] Aug 12 21:00:35.703 INFO O| Aug 12 21:00:35.703 INFO STEP 36 (remove_files) COMPLETE
50162026-08-12T21:00:37.002Z[ recovery-image] Aug 12 21:00:35.703 INFO O| Aug 12 21:00:35.703 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50172026-08-12T21:00:37.009Z[ recovery-image] Aug 12 21:00:35.712 INFO O| Aug 12 21:00:35.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50182026-08-12T21:00:37.010Z[ recovery-image] Aug 12 21:00:35.712 INFO O| Aug 12 21:00:35.712 INFO STEP 37 (remove_files) COMPLETE
50192026-08-12T21:00:37.010Z[ recovery-image] Aug 12 21:00:35.712 INFO O| Aug 12 21:00:35.712 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50202026-08-12T21:00:37.010Z[ recovery-image] Aug 12 21:00:35.720 INFO O| Aug 12 21:00:35.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50212026-08-12T21:00:37.010Z[ recovery-image] Aug 12 21:00:35.720 INFO O| Aug 12 21:00:35.720 INFO STEP 38 (remove_files) COMPLETE
50222026-08-12T21:00:37.010Z[ recovery-image] Aug 12 21:00:35.720 INFO O| Aug 12 21:00:35.720 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-08-12T21:00:37.028Z[ recovery-image] Aug 12 21:00:35.733 INFO O| Aug 12 21:00:35.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50242026-08-12T21:00:37.028Z[ recovery-image] Aug 12 21:00:35.733 INFO O| Aug 12 21:00:35.733 INFO STEP 39 (remove_files) COMPLETE
50252026-08-12T21:00:37.034Z[ recovery-image] Aug 12 21:00:35.733 INFO O| Aug 12 21:00:35.733 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50262026-08-12T21:00:37.035Z[ recovery-image] Aug 12 21:00:35.743 INFO O| Aug 12 21:00:35.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50272026-08-12T21:00:37.035Z[ recovery-image] Aug 12 21:00:35.743 INFO O| Aug 12 21:00:35.743 INFO STEP 40 (remove_files) COMPLETE
50282026-08-12T21:00:37.035Z[ recovery-image] Aug 12 21:00:35.743 INFO O| Aug 12 21:00:35.743 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50292026-08-12T21:00:37.043Z[ recovery-image] Aug 12 21:00:35.752 INFO O| Aug 12 21:00:35.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50302026-08-12T21:00:37.043Z[ recovery-image] Aug 12 21:00:35.752 INFO O| Aug 12 21:00:35.752 INFO STEP 41 (remove_files) COMPLETE
50312026-08-12T21:00:37.043Z[ recovery-image] Aug 12 21:00:35.752 INFO O| Aug 12 21:00:35.752 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50322026-08-12T21:00:37.050Z[ recovery-image] Aug 12 21:00:35.760 INFO O| Aug 12 21:00:35.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50332026-08-12T21:00:37.050Z[ recovery-image] Aug 12 21:00:35.760 INFO O| Aug 12 21:00:35.760 INFO STEP 42 (remove_files) COMPLETE
50342026-08-12T21:00:37.050Z[ recovery-image] Aug 12 21:00:35.760 INFO O| Aug 12 21:00:35.760 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-12T21:00:37.055Z[ recovery-image] Aug 12 21:00:35.769 INFO O| Aug 12 21:00:35.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50362026-08-12T21:00:37.055Z[ recovery-image] Aug 12 21:00:35.769 INFO O| Aug 12 21:00:35.769 INFO STEP 43 (remove_files) COMPLETE
50372026-08-12T21:00:37.055Z[ recovery-image] Aug 12 21:00:35.769 INFO O| Aug 12 21:00:35.769 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-12T21:00:37.068Z[ recovery-image] Aug 12 21:00:35.777 INFO O| Aug 12 21:00:35.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50392026-08-12T21:00:37.074Z[ recovery-image] Aug 12 21:00:35.777 INFO O| Aug 12 21:00:35.777 INFO STEP 44 (remove_files) COMPLETE
50402026-08-12T21:00:37.074Z[ recovery-image] Aug 12 21:00:35.777 INFO O| Aug 12 21:00:35.777 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-12T21:00:37.074Z[ recovery-image] Aug 12 21:00:35.785 INFO O| Aug 12 21:00:35.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50422026-08-12T21:00:37.075Z[ recovery-image] Aug 12 21:00:35.785 INFO O| Aug 12 21:00:35.785 INFO STEP 45 (remove_files) COMPLETE
50432026-08-12T21:00:37.075Z[ recovery-image] Aug 12 21:00:35.785 INFO O| Aug 12 21:00:35.785 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-12T21:00:37.088Z[ recovery-image] Aug 12 21:00:35.793 INFO O| Aug 12 21:00:35.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
50452026-08-12T21:00:37.088Z[ recovery-image] Aug 12 21:00:35.793 INFO O| Aug 12 21:00:35.793 INFO STEP 46 (remove_files) COMPLETE
50462026-08-12T21:00:37.088Z[ recovery-image] Aug 12 21:00:35.793 INFO O| Aug 12 21:00:35.793 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-12T21:00:37.093Z[verify-libraries] Compiling poly1305 v0.9.0
50482026-08-12T21:00:37.113Z[ recovery-image] Aug 12 21:00:35.818 INFO O| Aug 12 21:00:35.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
50492026-08-12T21:00:37.113Z[ recovery-image] Aug 12 21:00:35.818 INFO O| Aug 12 21:00:35.818 INFO STEP 47 (remove_files) COMPLETE
50502026-08-12T21:00:37.113Z[ recovery-image] Aug 12 21:00:35.818 INFO O| Aug 12 21:00:35.818 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-12T21:00:37.124Z[ recovery-image] Aug 12 21:00:35.827 INFO O| Aug 12 21:00:35.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
50522026-08-12T21:00:37.124Z[ recovery-image] Aug 12 21:00:35.827 INFO O| Aug 12 21:00:35.827 INFO STEP 48 (remove_files) COMPLETE
50532026-08-12T21:00:37.124Z[ recovery-image] Aug 12 21:00:35.827 INFO O| Aug 12 21:00:35.827 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-12T21:00:37.124Z[ recovery-image] Aug 12 21:00:35.835 INFO O| Aug 12 21:00:35.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
50552026-08-12T21:00:37.124Z[ recovery-image] Aug 12 21:00:35.835 INFO O| Aug 12 21:00:35.835 INFO STEP 49 (remove_files) COMPLETE
50562026-08-12T21:00:37.124Z[ recovery-image] Aug 12 21:00:35.835 INFO O| Aug 12 21:00:35.835 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-12T21:00:37.128Z[ recovery-image] Aug 12 21:00:35.842 INFO O| Aug 12 21:00:35.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
50582026-08-12T21:00:37.128Z[ recovery-image] Aug 12 21:00:35.842 INFO O| Aug 12 21:00:35.842 INFO STEP 50 (remove_files) COMPLETE
50592026-08-12T21:00:37.128Z[ recovery-image] Aug 12 21:00:35.842 INFO O| Aug 12 21:00:35.842 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-12T21:00:37.133Z[ recovery-image] Aug 12 21:00:35.850 INFO O| Aug 12 21:00:35.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
50612026-08-12T21:00:37.133Z[ recovery-image] Aug 12 21:00:35.850 INFO O| Aug 12 21:00:35.850 INFO STEP 51 (remove_files) COMPLETE
50622026-08-12T21:00:37.145Z[ recovery-image] Aug 12 21:00:35.850 INFO O| Aug 12 21:00:35.850 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-12T21:00:37.155Z[ recovery-image] Aug 12 21:00:35.858 INFO O| Aug 12 21:00:35.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
50642026-08-12T21:00:37.155Z[ recovery-image] Aug 12 21:00:35.858 INFO O| Aug 12 21:00:35.858 INFO STEP 52 (remove_files) COMPLETE
50652026-08-12T21:00:37.155Z[ recovery-image] Aug 12 21:00:35.858 INFO O| Aug 12 21:00:35.858 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-12T21:00:37.170Z[ recovery-image] Aug 12 21:00:35.867 INFO O| Aug 12 21:00:35.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
50672026-08-12T21:00:37.170Z[ recovery-image] Aug 12 21:00:35.867 INFO O| Aug 12 21:00:35.867 INFO STEP 53 (remove_files) COMPLETE
50682026-08-12T21:00:37.171Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
50692026-08-12T21:00:37.171Z[ recovery-image] Aug 12 21:00:35.867 INFO O| Aug 12 21:00:35.867 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-12T21:00:37.171Z[ recovery-image] Aug 12 21:00:35.876 INFO O| Aug 12 21:00:35.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
50712026-08-12T21:00:37.171Z[ recovery-image] Aug 12 21:00:35.877 INFO O| Aug 12 21:00:35.877 INFO STEP 54 (remove_files) COMPLETE
50722026-08-12T21:00:37.171Z[ recovery-image] Aug 12 21:00:35.877 INFO O| Aug 12 21:00:35.877 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-08-12T21:00:37.180Z[ recovery-image] Aug 12 21:00:35.897 INFO O| Aug 12 21:00:35.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
50742026-08-12T21:00:37.180Z[ recovery-image] Aug 12 21:00:35.897 INFO O| Aug 12 21:00:35.886 INFO STEP 55 (remove_files) COMPLETE
50752026-08-12T21:00:37.180Z[ recovery-image] Aug 12 21:00:35.897 INFO O| Aug 12 21:00:35.886 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-12T21:00:37.189Z[ recovery-image] Aug 12 21:00:35.897 INFO O| Aug 12 21:00:35.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
50772026-08-12T21:00:37.189Z[ recovery-image] Aug 12 21:00:35.897 INFO O| Aug 12 21:00:35.895 INFO STEP 56 (remove_files) COMPLETE
50782026-08-12T21:00:37.189Z[ recovery-image] Aug 12 21:00:35.897 INFO O| Aug 12 21:00:35.895 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-08-12T21:00:37.195Z[ recovery-image] Aug 12 21:00:35.904 INFO O| Aug 12 21:00:35.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
50802026-08-12T21:00:37.195Z[ recovery-image] Aug 12 21:00:35.904 INFO O| Aug 12 21:00:35.904 INFO STEP 57 (remove_files) COMPLETE
50812026-08-12T21:00:37.195Z[ recovery-image] Aug 12 21:00:35.904 INFO O| Aug 12 21:00:35.904 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-08-12T21:00:37.199Z[ recovery-image] Aug 12 21:00:35.912 INFO O| Aug 12 21:00:35.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
50832026-08-12T21:00:37.199Z[ recovery-image] Aug 12 21:00:35.912 INFO O| Aug 12 21:00:35.912 INFO STEP 58 (remove_files) COMPLETE
50842026-08-12T21:00:37.199Z[ recovery-image] Aug 12 21:00:35.913 INFO O| Aug 12 21:00:35.912 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-08-12T21:00:37.206Z[ recovery-image] Aug 12 21:00:35.922 INFO O| Aug 12 21:00:35.922 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
50862026-08-12T21:00:37.206Z[ recovery-image] Aug 12 21:00:35.922 INFO O| Aug 12 21:00:35.922 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
50872026-08-12T21:00:37.206Z[ recovery-image] Aug 12 21:00:35.922 INFO O| Aug 12 21:00:35.922 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
50882026-08-12T21:00:37.206Z[ recovery-image] Aug 12 21:00:35.922 INFO O| Aug 12 21:00:35.922 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
50892026-08-12T21:00:37.212Z[ recovery-image] Aug 12 21:00:35.922 INFO O| Aug 12 21:00:35.922 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
50902026-08-12T21:00:37.212Z[ recovery-image] Aug 12 21:00:35.922 INFO O| Aug 12 21:00:35.922 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
50912026-08-12T21:00:37.212Z[ recovery-image] Aug 12 21:00:35.922 INFO O| Aug 12 21:00:35.922 INFO ok!
50922026-08-12T21:00:37.212Z[ recovery-image] Aug 12 21:00:35.922 INFO O| Aug 12 21:00:35.922 INFO STEP 59 (ensure_file) COMPLETE
50932026-08-12T21:00:37.212Z[ recovery-image] Aug 12 21:00:35.922 INFO O| Aug 12 21:00:35.922 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-08-12T21:00:37.223Z[ recovery-image] Aug 12 21:00:35.932 INFO O| Aug 12 21:00:35.932 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
50952026-08-12T21:00:37.223Z[ recovery-image] Aug 12 21:00:35.932 INFO O| Aug 12 21:00:35.932 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
50962026-08-12T21:00:37.223Z[ recovery-image] Aug 12 21:00:35.932 INFO O| Aug 12 21:00:35.932 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
50972026-08-12T21:00:37.223Z[ recovery-image] Aug 12 21:00:35.932 INFO O| Aug 12 21:00:35.932 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
50982026-08-12T21:00:37.223Z[ recovery-image] Aug 12 21:00:35.932 INFO O| Aug 12 21:00:35.932 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
50992026-08-12T21:00:37.223Z[ recovery-image] Aug 12 21:00:35.932 INFO O| Aug 12 21:00:35.932 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51002026-08-12T21:00:37.223Z[ recovery-image] Aug 12 21:00:35.932 INFO O| Aug 12 21:00:35.932 INFO ok!
51012026-08-12T21:00:37.223Z[ recovery-image] Aug 12 21:00:35.932 INFO O| Aug 12 21:00:35.932 INFO STEP 60 (ensure_file) COMPLETE
51022026-08-12T21:00:37.223Z[ recovery-image] Aug 12 21:00:35.932 INFO O| Aug 12 21:00:35.932 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-08-12T21:00:37.233Z[ recovery-image] Aug 12 21:00:35.941 INFO O| Aug 12 21:00:35.941 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51042026-08-12T21:00:37.233Z[ recovery-image] Aug 12 21:00:35.941 INFO O| Aug 12 21:00:35.941 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51052026-08-12T21:00:37.233Z[ recovery-image] Aug 12 21:00:35.941 INFO O| Aug 12 21:00:35.941 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51062026-08-12T21:00:37.233Z[ recovery-image] Aug 12 21:00:35.941 INFO O| Aug 12 21:00:35.941 INFO ok!
51072026-08-12T21:00:37.233Z[ recovery-image] Aug 12 21:00:35.941 INFO O| Aug 12 21:00:35.941 INFO STEP 61 (ensure_file) COMPLETE
51082026-08-12T21:00:37.234Z[ recovery-image] Aug 12 21:00:35.941 INFO O| Aug 12 21:00:35.941 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-08-12T21:00:37.237Z[ recovery-image] Aug 12 21:00:35.950 INFO O| Aug 12 21:00:35.950 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51102026-08-12T21:00:37.237Z[ recovery-image] Aug 12 21:00:35.951 INFO O| Aug 12 21:00:35.950 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51112026-08-12T21:00:37.237Z[ recovery-image] Aug 12 21:00:35.951 INFO O| Aug 12 21:00:35.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51122026-08-12T21:00:37.237Z[ recovery-image] Aug 12 21:00:35.951 INFO O| Aug 12 21:00:35.951 INFO ok!
51132026-08-12T21:00:37.238Z[ recovery-image] Aug 12 21:00:35.951 INFO O| Aug 12 21:00:35.951 INFO STEP 62 (ensure_file) COMPLETE
51142026-08-12T21:00:37.238Z[ recovery-image] Aug 12 21:00:35.951 INFO O| Aug 12 21:00:35.951 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-08-12T21:00:37.249Z[ recovery-image] Aug 12 21:00:35.959 INFO O| Aug 12 21:00:35.959 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51162026-08-12T21:00:37.249Z[ recovery-image] Aug 12 21:00:35.959 INFO O| Aug 12 21:00:35.959 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51172026-08-12T21:00:37.249Z[ recovery-image] Aug 12 21:00:35.959 INFO O| Aug 12 21:00:35.959 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51182026-08-12T21:00:37.249Z[ recovery-image] Aug 12 21:00:35.959 INFO O| Aug 12 21:00:35.959 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51192026-08-12T21:00:37.249Z[ recovery-image] Aug 12 21:00:35.959 INFO O| Aug 12 21:00:35.959 INFO ok!
51202026-08-12T21:00:37.249Z[ recovery-image] Aug 12 21:00:35.959 INFO O| Aug 12 21:00:35.959 INFO STEP 63 (ensure_file) COMPLETE
51212026-08-12T21:00:37.249Z[ recovery-image] Aug 12 21:00:35.959 INFO O| Aug 12 21:00:35.959 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-08-12T21:00:37.258Z[ recovery-image] Aug 12 21:00:35.968 INFO O| Aug 12 21:00:35.968 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51232026-08-12T21:00:37.258Z[ recovery-image] Aug 12 21:00:35.968 INFO O| Aug 12 21:00:35.968 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51242026-08-12T21:00:37.258Z[ recovery-image] Aug 12 21:00:35.968 INFO O| Aug 12 21:00:35.968 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51252026-08-12T21:00:37.258Z[ recovery-image] Aug 12 21:00:35.968 INFO O| Aug 12 21:00:35.968 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51262026-08-12T21:00:37.258Z[ recovery-image] Aug 12 21:00:35.968 INFO O| Aug 12 21:00:35.968 INFO ok!
51272026-08-12T21:00:37.258Z[ recovery-image] Aug 12 21:00:35.968 INFO O| Aug 12 21:00:35.968 INFO STEP 64 (ensure_file) COMPLETE
51282026-08-12T21:00:37.259Z[ recovery-image] Aug 12 21:00:35.968 INFO O| Aug 12 21:00:35.968 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-12T21:00:37.276Z[ recovery-image] Aug 12 21:00:35.986 INFO O| Aug 12 21:00:35.986 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51302026-08-12T21:00:37.276Z[ recovery-image] Aug 12 21:00:35.986 INFO O| Aug 12 21:00:35.986 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51312026-08-12T21:00:37.277Z[ recovery-image] Aug 12 21:00:35.986 INFO O| Aug 12 21:00:35.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51322026-08-12T21:00:37.280Z[ recovery-image] Aug 12 21:00:35.986 INFO O| Aug 12 21:00:35.986 INFO ok!
51332026-08-12T21:00:37.280Z[ recovery-image] Aug 12 21:00:35.986 INFO O| Aug 12 21:00:35.986 INFO STEP 65 (assemble_files) COMPLETE
51342026-08-12T21:00:37.280Z[ recovery-image] Aug 12 21:00:35.986 INFO O| Aug 12 21:00:35.986 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-12T21:00:37.287Z[ recovery-image] Aug 12 21:00:36.001 INFO O| Aug 12 21:00:36.001 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51362026-08-12T21:00:37.288Z[ recovery-image] Aug 12 21:00:36.001 INFO O| Aug 12 21:00:36.001 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51372026-08-12T21:00:37.288Z[ recovery-image] Aug 12 21:00:36.001 INFO O| Aug 12 21:00:36.001 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51382026-08-12T21:00:37.288Z[ recovery-image] Aug 12 21:00:36.001 INFO O| Aug 12 21:00:36.001 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51392026-08-12T21:00:37.288Z[ recovery-image] Aug 12 21:00:36.001 INFO O| Aug 12 21:00:36.001 INFO ok!
51402026-08-12T21:00:37.288Z[ recovery-image] Aug 12 21:00:36.001 INFO O| Aug 12 21:00:36.001 INFO STEP 66 (ensure_file) COMPLETE
51412026-08-12T21:00:37.288Z[ recovery-image] Aug 12 21:00:36.001 INFO O| Aug 12 21:00:36.001 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-12T21:00:37.288Z[ recovery-image] Aug 12 21:00:36.001 INFO O| Aug 12 21:00:36.001 INFO skip step because feature "omicron1" is not enabled
51432026-08-12T21:00:37.288Z[ recovery-image] Aug 12 21:00:36.001 INFO O| Aug 12 21:00:36.001 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-12T21:00:37.288Z[ recovery-image] Aug 12 21:00:36.001 INFO O| Aug 12 21:00:36.001 INFO skip step because feature "omicron1" is not enabled
51452026-08-12T21:00:37.288Z[ recovery-image] Aug 12 21:00:36.001 INFO O| Aug 12 21:00:36.001 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-12T21:00:37.288Z[ recovery-image] Aug 12 21:00:36.001 INFO O| Aug 12 21:00:36.001 INFO skip step because feature "omicron1" is not enabled
51472026-08-12T21:00:37.288Z[ recovery-image] Aug 12 21:00:36.001 INFO O| Aug 12 21:00:36.001 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-08-12T21:00:37.309Z[ recovery-image] Aug 12 21:00:36.026 INFO O| Aug 12 21:00:36.026 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
51492026-08-12T21:00:37.309Z[ recovery-image] Aug 12 21:00:36.026 INFO O| Aug 12 21:00:36.026 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
51502026-08-12T21:00:37.796Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
51512026-08-12T21:00:37.827Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
51522026-08-12T21:00:37.936Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
51532026-08-12T21:00:38.031Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
51542026-08-12T21:00:38.107Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
51552026-08-12T21:00:38.183Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
51562026-08-12T21:00:38.235Z[verify-libraries] Compiling blowfish v0.10.0
51572026-08-12T21:00:38.326Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
51582026-08-12T21:00:38.391Z[verify-libraries] Compiling petname v2.0.2
51592026-08-12T21:00:38.471Z[verify-libraries] Compiling constant_time_eq v0.4.2
51602026-08-12T21:00:38.515Z[verify-libraries] Compiling arrayref v0.3.9
51612026-08-12T21:00:38.592Z[verify-libraries] Compiling arrayvec v0.7.6
51622026-08-12T21:00:38.751Z[ recovery-image] Aug 12 21:00:37.462 INFO O| Aug 12 21:00:37.462 INFO STEP 70 (pack_tar) COMPLETE
51632026-08-12T21:00:38.751Z[ recovery-image] Aug 12 21:00:37.462 INFO O| Aug 12 21:00:37.462 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
51642026-08-12T21:00:38.751Z[ recovery-image] Aug 12 21:00:37.462 INFO O| Aug 12 21:00:37.462 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
51652026-08-12T21:00:38.798Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
51662026-08-12T21:00:38.975Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
51672026-08-12T21:00:39.172Z[verify-libraries] Compiling rsa v0.10.0-rc.18
51682026-08-12T21:00:39.227Z[ recovery-image] Aug 12 21:00:37.931 INFO O| Aug 12 21:00:37.931 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
51692026-08-12T21:00:39.235Z[verify-libraries] Compiling ssh-cipher v0.3.0
51702026-08-12T21:00:39.325Z[ recovery-image] Aug 12 21:00:38.040 INFO O| Aug 12 21:00:38.040 INFO completed processing sled/ramdisk-02-trim
51712026-08-12T21:00:39.330Z[ recovery-image] Aug 12 21:00:38.042 INFO image builder template: ramdisk-03-recovery-trim...
51722026-08-12T21:00:39.330Z[ recovery-image] Aug 12 21:00:38.042 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/.tmpn6z8wZ/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.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
51732026-08-12T21:00:39.335Z[ recovery-image] Aug 12 21:00:38.047 INFO O| Aug 12 21:00:38.047 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
51742026-08-12T21:00:39.365Z[verify-libraries] Compiling ed25519-dalek v3.0.0
51752026-08-12T21:00:39.406Z[ recovery-image] Aug 12 21:00:38.123 INFO O| Aug 12 21:00:38.123 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
51762026-08-12T21:00:39.411Z[ recovery-image] Aug 12 21:00:38.127 INFO O| Aug 12 21:00:38.127 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
51772026-08-12T21:00:39.411Z[verify-libraries] Compiling serde_with_macros v1.5.2
51782026-08-12T21:00:39.478Z[ recovery-image] Aug 12 21:00:38.194 INFO O| Aug 12 21:00:38.194 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
51792026-08-12T21:00:39.581Z[verify-libraries] Compiling sha3 v0.11.0
51802026-08-12T21:00:39.610Z[ recovery-image] Aug 12 21:00:38.327 INFO O| Aug 12 21:00:38.325 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
51812026-08-12T21:00:39.629Z[ recovery-image] Aug 12 21:00:38.327 INFO O| Aug 12 21:00:38.325 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
51822026-08-12T21:00:39.633Z[ recovery-image] Aug 12 21:00:38.332 INFO O| Aug 12 21:00:38.332 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
51832026-08-12T21:00:39.633Z[ recovery-image] Aug 12 21:00:38.336 INFO O| Aug 12 21:00:38.336 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
51842026-08-12T21:00:39.633Z[ recovery-image] Aug 12 21:00:38.340 INFO O| Aug 12 21:00:38.340 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
51852026-08-12T21:00:39.783Z[verify-libraries] Compiling progenitor v0.13.0
51862026-08-12T21:00:39.859Z[verify-libraries] Compiling p384 v0.14.0
51872026-08-12T21:00:39.988Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
51882026-08-12T21:00:40.026Z[verify-libraries] Compiling p256 v0.14.0
51892026-08-12T21:00:40.031Z[verify-libraries] Compiling p521 v0.14.0
51902026-08-12T21:00:40.039Z[ recovery-image] Aug 12 21:00:38.753 INFO O| Aug 12 21:00:38.751 INFO rolled back to input snapshot; work may begin
51912026-08-12T21:00:40.039Z[ recovery-image] Aug 12 21:00:38.753 INFO O| Aug 12 21:00:38.751 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
51922026-08-12T21:00:40.045Z[ recovery-image] Aug 12 21:00:38.756 INFO O| Aug 12 21:00:38.756 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51932026-08-12T21:00:40.063Z[ recovery-image] Aug 12 21:00:38.765 INFO O| Aug 12 21:00:38.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
51942026-08-12T21:00:40.064Z[ recovery-image] Aug 12 21:00:38.767 INFO O| Aug 12 21:00:38.767 INFO STEP 0 (remove_files) COMPLETE
51952026-08-12T21:00:40.064Z[ recovery-image] Aug 12 21:00:38.767 INFO O| Aug 12 21:00:38.767 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51962026-08-12T21:00:40.064Z[ recovery-image] Aug 12 21:00:38.776 INFO O| Aug 12 21:00:38.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
51972026-08-12T21:00:40.064Z[ recovery-image] Aug 12 21:00:38.777 INFO O| Aug 12 21:00:38.777 INFO STEP 1 (remove_files) COMPLETE
51982026-08-12T21:00:40.064Z[ recovery-image] Aug 12 21:00:38.777 INFO O| Aug 12 21:00:38.777 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51992026-08-12T21:00:40.075Z[ recovery-image] Aug 12 21:00:38.791 INFO O| Aug 12 21:00:38.791 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52002026-08-12T21:00:40.084Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52012026-08-12T21:00:40.088Z[ recovery-image] Aug 12 21:00:38.800 INFO O| Aug 12 21:00:38.800 INFO STEP 2 (remove_files) COMPLETE
52022026-08-12T21:00:40.088Z[ recovery-image] Aug 12 21:00:38.800 INFO O| Aug 12 21:00:38.800 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52032026-08-12T21:00:40.097Z[ recovery-image] Aug 12 21:00:38.810 INFO O| Aug 12 21:00:38.810 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52042026-08-12T21:00:40.129Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52052026-08-12T21:00:40.170Z[ recovery-image] Aug 12 21:00:38.872 INFO O| Aug 12 21:00:38.872 INFO STEP 3 (remove_files) COMPLETE
52062026-08-12T21:00:40.170Z[ recovery-image] Aug 12 21:00:38.872 INFO O| Aug 12 21:00:38.872 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52072026-08-12T21:00:40.184Z[ recovery-image] Aug 12 21:00:38.882 INFO O| Aug 12 21:00:38.882 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52082026-08-12T21:00:40.184Z[ recovery-image] Aug 12 21:00:38.884 INFO O| Aug 12 21:00:38.884 INFO STEP 4 (remove_files) COMPLETE
52092026-08-12T21:00:40.184Z[ recovery-image] Aug 12 21:00:38.884 INFO O| Aug 12 21:00:38.884 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52102026-08-12T21:00:40.188Z[ recovery-image] Aug 12 21:00:38.894 INFO O| Aug 12 21:00:38.894 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52112026-08-12T21:00:40.189Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52122026-08-12T21:00:40.221Z[ recovery-image] Aug 12 21:00:38.937 INFO O| Aug 12 21:00:38.937 INFO STEP 5 (remove_files) COMPLETE
52132026-08-12T21:00:40.221Z[ recovery-image] Aug 12 21:00:38.937 INFO O| Aug 12 21:00:38.937 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52142026-08-12T21:00:40.370Z[ recovery-image] Aug 12 21:00:39.072 INFO O| Aug 12 21:00:39.072 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52152026-08-12T21:00:40.387Z[ recovery-image] Aug 12 21:00:39.091 INFO O| Aug 12 21:00:39.089 INFO STEP 6 (remove_files) COMPLETE
52162026-08-12T21:00:40.387Z[ recovery-image] Aug 12 21:00:39.091 INFO O| Aug 12 21:00:39.090 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52172026-08-12T21:00:40.387Z[ recovery-image] Aug 12 21:00:39.099 INFO O| Aug 12 21:00:39.098 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52182026-08-12T21:00:40.400Z[ recovery-image] Aug 12 21:00:39.100 INFO O| Aug 12 21:00:39.100 INFO STEP 7 (remove_files) COMPLETE
52192026-08-12T21:00:40.400Z[ recovery-image] Aug 12 21:00:39.100 INFO O| Aug 12 21:00:39.100 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52202026-08-12T21:00:40.404Z[ recovery-image] Aug 12 21:00:39.109 INFO O| Aug 12 21:00:39.108 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52212026-08-12T21:00:40.404Z[ recovery-image] Aug 12 21:00:39.110 INFO O| Aug 12 21:00:39.110 INFO STEP 8 (remove_files) COMPLETE
52222026-08-12T21:00:40.404Z[ recovery-image] Aug 12 21:00:39.110 INFO O| Aug 12 21:00:39.110 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52232026-08-12T21:00:40.404Z[ recovery-image] Aug 12 21:00:39.118 INFO O| Aug 12 21:00:39.118 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52242026-08-12T21:00:40.424Z[ recovery-image] Aug 12 21:00:39.139 INFO O| Aug 12 21:00:39.139 INFO STEP 9 (remove_files) COMPLETE
52252026-08-12T21:00:40.424Z[ recovery-image] Aug 12 21:00:39.139 INFO O| Aug 12 21:00:39.139 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52262026-08-12T21:00:40.438Z[ recovery-image] Aug 12 21:00:39.150 INFO O| Aug 12 21:00:39.150 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52272026-08-12T21:00:40.448Z[ recovery-image] Aug 12 21:00:39.151 INFO O| Aug 12 21:00:39.151 INFO STEP 10 (remove_files) COMPLETE
52282026-08-12T21:00:40.448Z[ recovery-image] Aug 12 21:00:39.151 INFO O| Aug 12 21:00:39.151 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52292026-08-12T21:00:40.448Z[ recovery-image] Aug 12 21:00:39.160 INFO O| Aug 12 21:00:39.160 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52302026-08-12T21:00:40.448Z[ recovery-image] Aug 12 21:00:39.160 INFO O| Aug 12 21:00:39.160 INFO STEP 11 (remove_files) COMPLETE
52312026-08-12T21:00:40.448Z[ recovery-image] Aug 12 21:00:39.160 INFO O| Aug 12 21:00:39.160 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52322026-08-12T21:00:40.454Z[ recovery-image] Aug 12 21:00:39.170 INFO O| Aug 12 21:00:39.170 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52332026-08-12T21:00:40.478Z[verify-libraries] Compiling twox-hash v2.1.2
52342026-08-12T21:00:40.526Z[verify-libraries] Compiling kem v0.3.0
52352026-08-12T21:00:40.539Z[ recovery-image] Aug 12 21:00:39.232 INFO O| Aug 12 21:00:39.232 INFO STEP 12 (remove_files) COMPLETE
52362026-08-12T21:00:40.539Z[ recovery-image] Aug 12 21:00:39.232 INFO O| Aug 12 21:00:39.232 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-08-12T21:00:40.539Z[ recovery-image] Aug 12 21:00:39.241 INFO O| Aug 12 21:00:39.241 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52382026-08-12T21:00:40.539Z[ recovery-image] Aug 12 21:00:39.250 INFO O| Aug 12 21:00:39.250 INFO STEP 13 (remove_files) COMPLETE
52392026-08-12T21:00:40.539Z[ recovery-image] Aug 12 21:00:39.250 INFO O| Aug 12 21:00:39.250 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-08-12T21:00:40.564Z[ recovery-image] Aug 12 21:00:39.259 INFO O| Aug 12 21:00:39.259 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52412026-08-12T21:00:40.573Z[ recovery-image] Aug 12 21:00:39.262 INFO O| Aug 12 21:00:39.262 INFO STEP 14 (remove_files) COMPLETE
52422026-08-12T21:00:40.573Z[ recovery-image] Aug 12 21:00:39.262 INFO O| Aug 12 21:00:39.262 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52432026-08-12T21:00:40.573Z[ recovery-image] Aug 12 21:00:39.271 INFO O| Aug 12 21:00:39.271 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52442026-08-12T21:00:40.574Z[ recovery-image] Aug 12 21:00:39.272 INFO O| Aug 12 21:00:39.272 INFO STEP 15 (remove_files) COMPLETE
52452026-08-12T21:00:40.574Z[ recovery-image] Aug 12 21:00:39.272 INFO O| Aug 12 21:00:39.272 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-08-12T21:00:40.574Z[ recovery-image] Aug 12 21:00:39.280 INFO O| Aug 12 21:00:39.280 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52472026-08-12T21:00:40.574Z[ recovery-image] Aug 12 21:00:39.281 INFO O| Aug 12 21:00:39.281 INFO STEP 16 (remove_files) COMPLETE
52482026-08-12T21:00:40.574Z[ recovery-image] Aug 12 21:00:39.281 INFO O| Aug 12 21:00:39.281 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52492026-08-12T21:00:40.592Z[ recovery-image] Aug 12 21:00:39.289 INFO O| Aug 12 21:00:39.289 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52502026-08-12T21:00:40.608Z[ recovery-image] Aug 12 21:00:39.301 INFO O| Aug 12 21:00:39.301 INFO STEP 17 (remove_files) COMPLETE
52512026-08-12T21:00:40.608Z[ recovery-image] Aug 12 21:00:39.301 INFO O| Aug 12 21:00:39.301 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52522026-08-12T21:00:40.608Z[ recovery-image] Aug 12 21:00:39.311 INFO O| Aug 12 21:00:39.311 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52532026-08-12T21:00:40.609Z[ recovery-image] Aug 12 21:00:39.311 INFO O| Aug 12 21:00:39.311 INFO STEP 18 (remove_files) COMPLETE
52542026-08-12T21:00:40.609Z[ recovery-image] Aug 12 21:00:39.311 INFO O| Aug 12 21:00:39.311 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52552026-08-12T21:00:40.614Z[ recovery-image] Aug 12 21:00:39.320 INFO O| Aug 12 21:00:39.320 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52562026-08-12T21:00:40.614Z[ recovery-image] Aug 12 21:00:39.320 INFO O| Aug 12 21:00:39.320 INFO STEP 19 (remove_files) COMPLETE
52572026-08-12T21:00:40.614Z[ recovery-image] Aug 12 21:00:39.320 INFO O| Aug 12 21:00:39.320 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-08-12T21:00:40.624Z[ recovery-image] Aug 12 21:00:39.329 INFO O| Aug 12 21:00:39.329 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52592026-08-12T21:00:40.758Z[verify-libraries] Compiling module-lattice v0.2.3
52602026-08-12T21:00:40.795Z[ recovery-image] Aug 12 21:00:39.465 INFO O| Aug 12 21:00:39.465 INFO STEP 20 (remove_files) COMPLETE
52612026-08-12T21:00:40.795Z[ recovery-image] Aug 12 21:00:39.465 INFO O| Aug 12 21:00:39.465 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52622026-08-12T21:00:40.795Z[ recovery-image] Aug 12 21:00:39.474 INFO O| Aug 12 21:00:39.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
52632026-08-12T21:00:40.795Z[ recovery-image] Aug 12 21:00:39.475 INFO O| Aug 12 21:00:39.475 INFO STEP 21 (remove_files) COMPLETE
52642026-08-12T21:00:40.795Z[ recovery-image] Aug 12 21:00:39.475 INFO O| Aug 12 21:00:39.475 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52652026-08-12T21:00:40.795Z[ recovery-image] Aug 12 21:00:39.483 INFO O| Aug 12 21:00:39.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
52662026-08-12T21:00:40.795Z[ recovery-image] Aug 12 21:00:39.483 INFO O| Aug 12 21:00:39.483 INFO STEP 22 (remove_files) COMPLETE
52672026-08-12T21:00:40.795Z[ recovery-image] Aug 12 21:00:39.483 INFO O| Aug 12 21:00:39.483 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52682026-08-12T21:00:40.811Z[verify-libraries] Compiling atty v0.2.14
52692026-08-12T21:00:40.811Z[ recovery-image] Aug 12 21:00:39.491 INFO O| Aug 12 21:00:39.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
52702026-08-12T21:00:40.827Z[ recovery-image] Aug 12 21:00:39.519 INFO O| Aug 12 21:00:39.519 INFO STEP 23 (remove_files) COMPLETE
52712026-08-12T21:00:40.828Z[ recovery-image] Aug 12 21:00:39.519 INFO O| Aug 12 21:00:39.519 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52722026-08-12T21:00:40.828Z[ recovery-image] Aug 12 21:00:39.528 INFO O| Aug 12 21:00:39.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
52732026-08-12T21:00:40.828Z[ recovery-image] Aug 12 21:00:39.528 INFO O| Aug 12 21:00:39.528 INFO STEP 24 (remove_files) COMPLETE
52742026-08-12T21:00:40.828Z[ recovery-image] Aug 12 21:00:39.528 INFO O| Aug 12 21:00:39.528 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-08-12T21:00:40.838Z[ recovery-image] Aug 12 21:00:39.536 INFO O| Aug 12 21:00:39.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
52762026-08-12T21:00:40.838Z[ recovery-image] Aug 12 21:00:39.538 INFO O| Aug 12 21:00:39.538 INFO STEP 25 (remove_files) COMPLETE
52772026-08-12T21:00:40.838Z[ recovery-image] Aug 12 21:00:39.538 INFO O| Aug 12 21:00:39.538 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-08-12T21:00:40.856Z[ recovery-image] Aug 12 21:00:39.549 INFO O| Aug 12 21:00:39.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
52792026-08-12T21:00:40.856Z[ recovery-image] Aug 12 21:00:39.549 INFO O| Aug 12 21:00:39.549 INFO STEP 26 (remove_files) COMPLETE
52802026-08-12T21:00:40.856Z[ recovery-image] Aug 12 21:00:39.549 INFO O| Aug 12 21:00:39.549 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52812026-08-12T21:00:40.857Z[ recovery-image] Aug 12 21:00:39.558 INFO O| Aug 12 21:00:39.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
52822026-08-12T21:00:40.857Z[ recovery-image] Aug 12 21:00:39.558 INFO O| Aug 12 21:00:39.558 INFO STEP 27 (remove_files) COMPLETE
52832026-08-12T21:00:40.857Z[ recovery-image] Aug 12 21:00:39.559 INFO O| Aug 12 21:00:39.559 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-08-12T21:00:40.870Z[ recovery-image] Aug 12 21:00:39.567 INFO O| Aug 12 21:00:39.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
52852026-08-12T21:00:40.883Z[ recovery-image] Aug 12 21:00:39.588 INFO O| Aug 12 21:00:39.588 INFO STEP 28 (remove_files) COMPLETE
52862026-08-12T21:00:40.883Z[ recovery-image] Aug 12 21:00:39.588 INFO O| Aug 12 21:00:39.588 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-08-12T21:00:40.906Z[ recovery-image] Aug 12 21:00:39.614 INFO O| Aug 12 21:00:39.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
52882026-08-12T21:00:40.913Z[ recovery-image] Aug 12 21:00:39.615 INFO O| Aug 12 21:00:39.615 INFO STEP 29 (remove_files) COMPLETE
52892026-08-12T21:00:40.913Z[ recovery-image] Aug 12 21:00:39.616 INFO O| Aug 12 21:00:39.615 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52902026-08-12T21:00:40.914Z[ recovery-image] Aug 12 21:00:39.625 INFO O| Aug 12 21:00:39.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
52912026-08-12T21:00:40.944Z[ recovery-image] Aug 12 21:00:39.634 INFO O| Aug 12 21:00:39.634 INFO STEP 30 (remove_files) COMPLETE
52922026-08-12T21:00:40.944Z[ recovery-image] Aug 12 21:00:39.634 INFO O| Aug 12 21:00:39.634 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52932026-08-12T21:00:40.945Z[ recovery-image] Aug 12 21:00:39.643 INFO O| Aug 12 21:00:39.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
52942026-08-12T21:00:40.945Z[ recovery-image] Aug 12 21:00:39.643 INFO O| Aug 12 21:00:39.643 INFO STEP 31 (remove_files) COMPLETE
52952026-08-12T21:00:41.489Z[ recovery-image] Aug 12 21:00:39.643 INFO O| Aug 12 21:00:39.643 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-08-12T21:00:41.489Z[verify-libraries] Compiling rtoolbox v0.0.3
52972026-08-12T21:00:41.489Z[ recovery-image] Aug 12 21:00:39.651 INFO O| Aug 12 21:00:39.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
52982026-08-12T21:00:41.489Z[ recovery-image] Aug 12 21:00:39.651 INFO O| Aug 12 21:00:39.651 INFO STEP 32 (remove_files) COMPLETE
52992026-08-12T21:00:41.489Z[ recovery-image] Aug 12 21:00:39.651 INFO O| Aug 12 21:00:39.651 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-12T21:00:41.489Z[ recovery-image] Aug 12 21:00:39.665 INFO O| Aug 12 21:00:39.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53012026-08-12T21:00:41.502Z[ recovery-image] Aug 12 21:00:39.683 INFO O| Aug 12 21:00:39.683 INFO STEP 33 (remove_files) COMPLETE
53022026-08-12T21:00:41.502Z[ recovery-image] Aug 12 21:00:39.683 INFO O| Aug 12 21:00:39.683 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-12T21:00:41.503Z[verify-libraries] Compiling topological-sort v0.2.2
53042026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.715 INFO O| Aug 12 21:00:39.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53052026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.715 INFO O| Aug 12 21:00:39.715 INFO STEP 34 (remove_files) COMPLETE
53062026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.715 INFO O| Aug 12 21:00:39.715 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.730 INFO O| Aug 12 21:00:39.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53082026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.730 INFO O| Aug 12 21:00:39.730 INFO STEP 35 (remove_files) COMPLETE
53092026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.730 INFO O| Aug 12 21:00:39.730 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.745 INFO O| Aug 12 21:00:39.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53112026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.750 INFO O| Aug 12 21:00:39.750 INFO STEP 36 (remove_files) COMPLETE
53122026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.750 INFO O| Aug 12 21:00:39.750 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.759 INFO O| Aug 12 21:00:39.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53142026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.759 INFO O| Aug 12 21:00:39.759 INFO STEP 37 (remove_files) COMPLETE
53152026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.759 INFO O| Aug 12 21:00:39.759 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.767 INFO O| Aug 12 21:00:39.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53172026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.767 INFO O| Aug 12 21:00:39.767 INFO STEP 38 (remove_files) COMPLETE
53182026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.767 INFO O| Aug 12 21:00:39.767 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.776 INFO O| Aug 12 21:00:39.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53202026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.776 INFO O| Aug 12 21:00:39.776 INFO STEP 39 (remove_files) COMPLETE
53212026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.776 INFO O| Aug 12 21:00:39.776 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.784 INFO O| Aug 12 21:00:39.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53232026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.784 INFO O| Aug 12 21:00:39.784 INFO STEP 40 (remove_files) COMPLETE
53242026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.784 INFO O| Aug 12 21:00:39.784 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.792 INFO O| Aug 12 21:00:39.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53262026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.792 INFO O| Aug 12 21:00:39.792 INFO STEP 41 (remove_files) COMPLETE
53272026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.792 INFO O| Aug 12 21:00:39.792 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-12T21:00:41.503Z[ recovery-image] Aug 12 21:00:39.800 INFO O| Aug 12 21:00:39.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53292026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.800 INFO O| Aug 12 21:00:39.800 INFO STEP 42 (remove_files) COMPLETE
53302026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.800 INFO O| Aug 12 21:00:39.800 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-12T21:00:41.504Z[verify-libraries] Compiling sponge-cursor v0.1.0
53322026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.812 INFO O| Aug 12 21:00:39.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53332026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.812 INFO O| Aug 12 21:00:39.812 INFO STEP 43 (remove_files) COMPLETE
53342026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.812 INFO O| Aug 12 21:00:39.812 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.822 INFO O| Aug 12 21:00:39.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53362026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.824 INFO O| Aug 12 21:00:39.824 INFO STEP 44 (remove_files) COMPLETE
53372026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.824 INFO O| Aug 12 21:00:39.824 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.833 INFO O| Aug 12 21:00:39.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53392026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.834 INFO O| Aug 12 21:00:39.834 INFO STEP 45 (remove_files) COMPLETE
53402026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.834 INFO O| Aug 12 21:00:39.834 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.874 INFO O| Aug 12 21:00:39.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53422026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.874 INFO O| Aug 12 21:00:39.874 INFO STEP 46 (remove_files) COMPLETE
53432026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.874 INFO O| Aug 12 21:00:39.874 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.884 INFO O| Aug 12 21:00:39.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53452026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.884 INFO O| Aug 12 21:00:39.884 INFO STEP 47 (remove_files) COMPLETE
53462026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.884 INFO O| Aug 12 21:00:39.884 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-12T21:00:41.504Z[verify-libraries] Compiling omicron-zone-package v0.12.3
53482026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.930 INFO O| Aug 12 21:00:39.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53492026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.930 INFO O| Aug 12 21:00:39.930 INFO STEP 48 (remove_files) COMPLETE
53502026-08-12T21:00:41.504Z[ recovery-image] Aug 12 21:00:39.930 INFO O| Aug 12 21:00:39.930 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:39.941 INFO O| Aug 12 21:00:39.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53522026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:39.941 INFO O| Aug 12 21:00:39.941 INFO STEP 49 (remove_files) COMPLETE
53532026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:39.941 INFO O| Aug 12 21:00:39.941 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-12T21:00:41.505Z[verify-libraries] Compiling sha3 v0.12.0
53552026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:39.952 INFO O| Aug 12 21:00:39.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53562026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:39.954 INFO O| Aug 12 21:00:39.954 INFO STEP 50 (remove_files) COMPLETE
53572026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:39.954 INFO O| Aug 12 21:00:39.954 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:39.964 INFO O| Aug 12 21:00:39.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53592026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:39.964 INFO O| Aug 12 21:00:39.964 INFO STEP 51 (remove_files) COMPLETE
53602026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:39.964 INFO O| Aug 12 21:00:39.964 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:39.991 INFO O| Aug 12 21:00:39.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53622026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:39.991 INFO O| Aug 12 21:00:39.991 INFO STEP 52 (remove_files) COMPLETE
53632026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:39.991 INFO O| Aug 12 21:00:39.991 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-12T21:00:41.505Z[verify-libraries] Compiling rpassword v7.5.4
53652026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:40.000 INFO O| Aug 12 21:00:40.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
53662026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:40.000 INFO O| Aug 12 21:00:40.000 INFO STEP 53 (remove_files) COMPLETE
53672026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:40.000 INFO O| Aug 12 21:00:40.000 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:40.009 INFO O| Aug 12 21:00:40.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
53692026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:40.009 INFO O| Aug 12 21:00:40.009 INFO STEP 54 (remove_files) COMPLETE
53702026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:40.009 INFO O| Aug 12 21:00:40.009 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:40.017 INFO O| Aug 12 21:00:40.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
53722026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:40.017 INFO O| Aug 12 21:00:40.017 INFO STEP 55 (remove_files) COMPLETE
53732026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:40.017 INFO O| Aug 12 21:00:40.017 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-12T21:00:41.505Z[ recovery-image] Aug 12 21:00:40.025 INFO O| Aug 12 21:00:40.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
53752026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.025 INFO O| Aug 12 21:00:40.025 INFO STEP 56 (remove_files) COMPLETE
53762026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.025 INFO O| Aug 12 21:00:40.025 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.033 INFO O| Aug 12 21:00:40.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
53782026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.033 INFO O| Aug 12 21:00:40.033 INFO STEP 57 (remove_files) COMPLETE
53792026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.033 INFO O| Aug 12 21:00:40.033 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.042 INFO O| Aug 12 21:00:40.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
53812026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.042 INFO O| Aug 12 21:00:40.042 INFO STEP 58 (remove_files) COMPLETE
53822026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.042 INFO O| Aug 12 21:00:40.042 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.049 INFO O| Aug 12 21:00:40.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
53842026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.049 INFO O| Aug 12 21:00:40.049 INFO STEP 59 (remove_files) COMPLETE
53852026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.049 INFO O| Aug 12 21:00:40.049 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-12T21:00:41.506Z[verify-libraries] Compiling ml-kem v0.3.2
53872026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.057 INFO O| Aug 12 21:00:40.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
53882026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.058 INFO O| Aug 12 21:00:40.057 INFO STEP 60 (remove_files) COMPLETE
53892026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.058 INFO O| Aug 12 21:00:40.057 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.065 INFO O| Aug 12 21:00:40.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
53912026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.065 INFO O| Aug 12 21:00:40.065 INFO STEP 61 (remove_files) COMPLETE
53922026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.065 INFO O| Aug 12 21:00:40.065 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.073 INFO O| Aug 12 21:00:40.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
53942026-08-12T21:00:41.506Z[ recovery-image] Aug 12 21:00:40.073 INFO O| Aug 12 21:00:40.073 INFO STEP 62 (remove_files) COMPLETE
53952026-08-12T21:00:41.507Z[ recovery-image] Aug 12 21:00:40.073 INFO O| Aug 12 21:00:40.073 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-12T21:00:41.507Z[ recovery-image] Aug 12 21:00:40.080 INFO O| Aug 12 21:00:40.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
53972026-08-12T21:00:41.507Z[ recovery-image] Aug 12 21:00:40.080 INFO O| Aug 12 21:00:40.080 INFO STEP 63 (remove_files) COMPLETE
53982026-08-12T21:00:41.507Z[ recovery-image] Aug 12 21:00:40.080 INFO O| Aug 12 21:00:40.080 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-12T21:00:41.507Z[ recovery-image] Aug 12 21:00:40.087 INFO O| Aug 12 21:00:40.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54002026-08-12T21:00:41.507Z[ recovery-image] Aug 12 21:00:40.088 INFO O| Aug 12 21:00:40.088 INFO STEP 64 (remove_files) COMPLETE
54012026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.088 INFO O| Aug 12 21:00:40.088 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.096 INFO O| Aug 12 21:00:40.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54032026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.096 INFO O| Aug 12 21:00:40.096 INFO STEP 65 (remove_files) COMPLETE
54042026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.096 INFO O| Aug 12 21:00:40.096 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.104 INFO O| Aug 12 21:00:40.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54062026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.104 INFO O| Aug 12 21:00:40.104 INFO STEP 66 (remove_files) COMPLETE
54072026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.104 INFO O| Aug 12 21:00:40.104 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.112 INFO O| Aug 12 21:00:40.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54092026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.112 INFO O| Aug 12 21:00:40.112 INFO STEP 67 (remove_files) COMPLETE
54102026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.112 INFO O| Aug 12 21:00:40.112 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.120 INFO O| Aug 12 21:00:40.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54122026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.120 INFO O| Aug 12 21:00:40.120 INFO STEP 68 (remove_files) COMPLETE
54132026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.120 INFO O| Aug 12 21:00:40.120 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.129 INFO O| Aug 12 21:00:40.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54152026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.129 INFO O| Aug 12 21:00:40.129 INFO STEP 69 (remove_files) COMPLETE
54162026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.129 INFO O| Aug 12 21:00:40.129 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.138 INFO O| Aug 12 21:00:40.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54182026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.138 INFO O| Aug 12 21:00:40.138 INFO STEP 70 (remove_files) COMPLETE
54192026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.138 INFO O| Aug 12 21:00:40.138 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.148 INFO O| Aug 12 21:00:40.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54212026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.148 INFO O| Aug 12 21:00:40.148 INFO STEP 71 (remove_files) COMPLETE
54222026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.148 INFO O| Aug 12 21:00:40.148 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-12T21:00:41.513Z[ recovery-image] Aug 12 21:00:40.159 INFO O| Aug 12 21:00:40.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54242026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.159 INFO O| Aug 12 21:00:40.159 INFO STEP 72 (remove_files) COMPLETE
54252026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.159 INFO O| Aug 12 21:00:40.159 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.169 INFO O| Aug 12 21:00:40.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54272026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.169 INFO O| Aug 12 21:00:40.169 INFO STEP 73 (remove_files) COMPLETE
54282026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.170 INFO O| Aug 12 21:00:40.169 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.179 INFO O| Aug 12 21:00:40.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54302026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.179 INFO O| Aug 12 21:00:40.179 INFO STEP 74 (remove_files) COMPLETE
54312026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.179 INFO O| Aug 12 21:00:40.179 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.188 INFO O| Aug 12 21:00:40.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54332026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.188 INFO O| Aug 12 21:00:40.188 INFO STEP 75 (remove_files) COMPLETE
54342026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.188 INFO O| Aug 12 21:00:40.188 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.196 INFO O| Aug 12 21:00:40.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54362026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.197 INFO O| Aug 12 21:00:40.197 INFO STEP 76 (remove_files) COMPLETE
54372026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.197 INFO O| Aug 12 21:00:40.197 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.205 INFO O| Aug 12 21:00:40.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54392026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.205 INFO O| Aug 12 21:00:40.205 INFO STEP 77 (remove_files) COMPLETE
54402026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.205 INFO O| Aug 12 21:00:40.205 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.213 INFO O| Aug 12 21:00:40.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54422026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.213 INFO O| Aug 12 21:00:40.213 INFO STEP 78 (remove_files) COMPLETE
54432026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.213 INFO O| Aug 12 21:00:40.213 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.222 INFO O| Aug 12 21:00:40.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54452026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.222 INFO O| Aug 12 21:00:40.222 INFO STEP 79 (remove_files) COMPLETE
54462026-08-12T21:00:41.514Z[ recovery-image] Aug 12 21:00:40.222 INFO O| Aug 12 21:00:40.222 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-08-12T21:00:41.519Z[ recovery-image] Aug 12 21:00:40.232 INFO O| Aug 12 21:00:40.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54482026-08-12T21:00:41.519Z[ recovery-image] Aug 12 21:00:40.232 INFO O| Aug 12 21:00:40.232 INFO STEP 80 (remove_files) COMPLETE
54492026-08-12T21:00:41.519Z[ recovery-image] Aug 12 21:00:40.232 INFO O| Aug 12 21:00:40.232 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-08-12T21:00:41.533Z[ recovery-image] Aug 12 21:00:40.243 INFO O| Aug 12 21:00:40.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54512026-08-12T21:00:41.533Z[ recovery-image] Aug 12 21:00:40.243 INFO O| Aug 12 21:00:40.243 INFO STEP 81 (remove_files) COMPLETE
54522026-08-12T21:00:41.533Z[ recovery-image] Aug 12 21:00:40.243 INFO O| Aug 12 21:00:40.243 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-08-12T21:00:41.540Z[ recovery-image] Aug 12 21:00:40.252 INFO O| Aug 12 21:00:40.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54542026-08-12T21:00:41.540Z[ recovery-image] Aug 12 21:00:40.253 INFO O| Aug 12 21:00:40.253 INFO STEP 82 (remove_files) COMPLETE
54552026-08-12T21:00:41.540Z[ recovery-image] Aug 12 21:00:40.253 INFO O| Aug 12 21:00:40.253 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-08-12T21:00:41.546Z[ recovery-image] Aug 12 21:00:40.262 INFO O| Aug 12 21:00:40.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54572026-08-12T21:00:41.546Z[ recovery-image] Aug 12 21:00:40.262 INFO O| Aug 12 21:00:40.262 INFO STEP 83 (remove_files) COMPLETE
54582026-08-12T21:00:41.546Z[ recovery-image] Aug 12 21:00:40.262 INFO O| Aug 12 21:00:40.262 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-08-12T21:00:41.556Z[ recovery-image] Aug 12 21:00:40.272 INFO O| Aug 12 21:00:40.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54602026-08-12T21:00:41.556Z[ recovery-image] Aug 12 21:00:40.272 INFO O| Aug 12 21:00:40.272 INFO STEP 84 (remove_files) COMPLETE
54612026-08-12T21:00:41.560Z[ recovery-image] Aug 12 21:00:40.272 INFO O| Aug 12 21:00:40.272 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-08-12T21:00:41.568Z[ recovery-image] Aug 12 21:00:40.280 INFO O| Aug 12 21:00:40.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
54632026-08-12T21:00:41.568Z[ recovery-image] Aug 12 21:00:40.280 INFO O| Aug 12 21:00:40.280 INFO STEP 85 (remove_files) COMPLETE
54642026-08-12T21:00:41.568Z[ recovery-image] Aug 12 21:00:40.280 INFO O| Aug 12 21:00:40.280 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-12T21:00:41.573Z[ recovery-image] Aug 12 21:00:40.290 INFO O| Aug 12 21:00:40.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
54662026-08-12T21:00:41.573Z[ recovery-image] Aug 12 21:00:40.290 INFO O| Aug 12 21:00:40.290 INFO STEP 86 (remove_files) COMPLETE
54672026-08-12T21:00:41.576Z[ recovery-image] Aug 12 21:00:40.290 INFO O| Aug 12 21:00:40.290 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-12T21:00:41.580Z[ recovery-image] Aug 12 21:00:40.297 INFO O| Aug 12 21:00:40.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
54692026-08-12T21:00:41.580Z[ recovery-image] Aug 12 21:00:40.297 INFO O| Aug 12 21:00:40.297 INFO STEP 87 (remove_files) COMPLETE
54702026-08-12T21:00:41.585Z[ recovery-image] Aug 12 21:00:40.297 INFO O| Aug 12 21:00:40.297 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-12T21:00:41.590Z[ recovery-image] Aug 12 21:00:40.308 INFO O| Aug 12 21:00:40.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
54722026-08-12T21:00:41.591Z[ recovery-image] Aug 12 21:00:40.308 INFO O| Aug 12 21:00:40.308 INFO STEP 88 (remove_files) COMPLETE
54732026-08-12T21:00:41.594Z[ recovery-image] Aug 12 21:00:40.308 INFO O| Aug 12 21:00:40.308 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-12T21:00:41.602Z[ recovery-image] Aug 12 21:00:40.316 INFO O| Aug 12 21:00:40.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
54752026-08-12T21:00:41.602Z[ recovery-image] Aug 12 21:00:40.319 INFO O| Aug 12 21:00:40.319 INFO STEP 89 (remove_files) COMPLETE
54762026-08-12T21:00:41.602Z[ recovery-image] Aug 12 21:00:40.319 INFO O| Aug 12 21:00:40.319 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-12T21:00:41.611Z[ recovery-image] Aug 12 21:00:40.328 INFO O| Aug 12 21:00:40.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
54782026-08-12T21:00:41.611Z[ recovery-image] Aug 12 21:00:40.328 INFO O| Aug 12 21:00:40.328 INFO STEP 90 (remove_files) COMPLETE
54792026-08-12T21:00:41.611Z[ recovery-image] Aug 12 21:00:40.328 INFO O| Aug 12 21:00:40.328 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-12T21:00:41.616Z[verify-libraries] Compiling serde_with v1.14.0
54812026-08-12T21:00:41.619Z[ recovery-image] Aug 12 21:00:40.336 INFO O| Aug 12 21:00:40.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
54822026-08-12T21:00:41.619Z[ recovery-image] Aug 12 21:00:40.336 INFO O| Aug 12 21:00:40.336 INFO STEP 91 (remove_files) COMPLETE
54832026-08-12T21:00:41.623Z[ recovery-image] Aug 12 21:00:40.337 INFO O| Aug 12 21:00:40.336 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-12T21:00:41.627Z[ recovery-image] Aug 12 21:00:40.344 INFO O| Aug 12 21:00:40.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
54852026-08-12T21:00:41.627Z[ recovery-image] Aug 12 21:00:40.344 INFO O| Aug 12 21:00:40.344 INFO STEP 92 (remove_files) COMPLETE
54862026-08-12T21:00:41.627Z[ recovery-image] Aug 12 21:00:40.344 INFO O| Aug 12 21:00:40.344 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-12T21:00:41.637Z[ recovery-image] Aug 12 21:00:40.353 INFO O| Aug 12 21:00:40.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
54882026-08-12T21:00:41.637Z[ recovery-image] Aug 12 21:00:40.353 INFO O| Aug 12 21:00:40.353 INFO STEP 93 (remove_files) COMPLETE
54892026-08-12T21:00:41.637Z[ recovery-image] Aug 12 21:00:40.353 INFO O| Aug 12 21:00:40.353 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-12T21:00:41.709Z[ recovery-image] Aug 12 21:00:40.362 INFO O| Aug 12 21:00:40.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
54912026-08-12T21:00:41.709Z[ recovery-image] Aug 12 21:00:40.362 INFO O| Aug 12 21:00:40.362 INFO STEP 94 (remove_files) COMPLETE
54922026-08-12T21:00:41.709Z[ recovery-image] Aug 12 21:00:40.362 INFO O| Aug 12 21:00:40.362 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-12T21:00:41.771Z[ recovery-image] Aug 12 21:00:40.371 INFO O| Aug 12 21:00:40.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
54942026-08-12T21:00:41.771Z[ recovery-image] Aug 12 21:00:40.371 INFO O| Aug 12 21:00:40.371 INFO STEP 95 (remove_files) COMPLETE
54952026-08-12T21:00:41.771Z[ recovery-image] Aug 12 21:00:40.371 INFO O| Aug 12 21:00:40.371 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-12T21:00:41.771Z[ recovery-image] Aug 12 21:00:40.380 INFO O| Aug 12 21:00:40.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
54972026-08-12T21:00:41.771Z[ recovery-image] Aug 12 21:00:40.380 INFO O| Aug 12 21:00:40.380 INFO STEP 96 (remove_files) COMPLETE
54982026-08-12T21:00:41.771Z[ recovery-image] Aug 12 21:00:40.380 INFO O| Aug 12 21:00:40.380 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-12T21:00:41.771Z[ recovery-image] Aug 12 21:00:40.389 INFO O| Aug 12 21:00:40.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55002026-08-12T21:00:41.771Z[ recovery-image] Aug 12 21:00:40.390 INFO O| Aug 12 21:00:40.389 INFO STEP 97 (remove_files) COMPLETE
55012026-08-12T21:00:41.771Z[ recovery-image] Aug 12 21:00:40.390 INFO O| Aug 12 21:00:40.390 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-12T21:00:41.771Z[ recovery-image] Aug 12 21:00:40.398 INFO O| Aug 12 21:00:40.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55032026-08-12T21:00:41.771Z[ recovery-image] Aug 12 21:00:40.398 INFO O| Aug 12 21:00:40.398 INFO STEP 98 (remove_files) COMPLETE
55042026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.398 INFO O| Aug 12 21:00:40.398 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.407 INFO O| Aug 12 21:00:40.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55062026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.407 INFO O| Aug 12 21:00:40.407 INFO STEP 99 (remove_files) COMPLETE
55072026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.407 INFO O| Aug 12 21:00:40.407 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.415 INFO O| Aug 12 21:00:40.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55092026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.415 INFO O| Aug 12 21:00:40.415 INFO STEP 100 (remove_files) COMPLETE
55102026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.415 INFO O| Aug 12 21:00:40.415 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.424 INFO O| Aug 12 21:00:40.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55122026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.424 INFO O| Aug 12 21:00:40.424 INFO STEP 101 (remove_files) COMPLETE
55132026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.424 INFO O| Aug 12 21:00:40.424 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.434 INFO O| Aug 12 21:00:40.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55152026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.435 INFO O| Aug 12 21:00:40.435 INFO STEP 102 (remove_files) COMPLETE
55162026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.435 INFO O| Aug 12 21:00:40.435 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.445 INFO O| Aug 12 21:00:40.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55182026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.445 INFO O| Aug 12 21:00:40.445 INFO STEP 103 (remove_files) COMPLETE
55192026-08-12T21:00:41.772Z[ recovery-image] Aug 12 21:00:40.445 INFO O| Aug 12 21:00:40.445 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-12T21:00:41.773Z[ recovery-image] Aug 12 21:00:40.453 INFO O| Aug 12 21:00:40.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55212026-08-12T21:00:41.773Z[ recovery-image] Aug 12 21:00:40.453 INFO O| Aug 12 21:00:40.453 INFO STEP 104 (remove_files) COMPLETE
55222026-08-12T21:00:41.773Z[ recovery-image] Aug 12 21:00:40.453 INFO O| Aug 12 21:00:40.453 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-12T21:00:41.773Z[ recovery-image] Aug 12 21:00:40.463 INFO O| Aug 12 21:00:40.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55242026-08-12T21:00:41.773Z[ recovery-image] Aug 12 21:00:40.463 INFO O| Aug 12 21:00:40.463 INFO STEP 105 (remove_files) COMPLETE
55252026-08-12T21:00:41.773Z[ recovery-image] Aug 12 21:00:40.463 INFO O| Aug 12 21:00:40.463 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-12T21:00:41.773Z[ recovery-image] Aug 12 21:00:40.471 INFO O| Aug 12 21:00:40.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55272026-08-12T21:00:41.773Z[ recovery-image] Aug 12 21:00:40.471 INFO O| Aug 12 21:00:40.471 INFO STEP 106 (remove_files) COMPLETE
55282026-08-12T21:00:41.773Z[ recovery-image] Aug 12 21:00:40.471 INFO O| Aug 12 21:00:40.471 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-12T21:00:41.773Z[ recovery-image] Aug 12 21:00:40.480 INFO O| Aug 12 21:00:40.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55302026-08-12T21:00:41.773Z[ recovery-image] Aug 12 21:00:40.480 INFO O| Aug 12 21:00:40.480 INFO STEP 107 (remove_files) COMPLETE
55312026-08-12T21:00:41.773Z[ recovery-image] Aug 12 21:00:40.480 INFO O| Aug 12 21:00:40.480 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-12T21:00:41.789Z[ recovery-image] Aug 12 21:00:40.489 INFO O| Aug 12 21:00:40.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55332026-08-12T21:00:41.789Z[ recovery-image] Aug 12 21:00:40.489 INFO O| Aug 12 21:00:40.489 INFO STEP 108 (remove_files) COMPLETE
55342026-08-12T21:00:41.789Z[ recovery-image] Aug 12 21:00:40.489 INFO O| Aug 12 21:00:40.489 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-12T21:00:41.789Z[ recovery-image] Aug 12 21:00:40.497 INFO O| Aug 12 21:00:40.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55362026-08-12T21:00:41.789Z[ recovery-image] Aug 12 21:00:40.497 INFO O| Aug 12 21:00:40.497 INFO STEP 109 (remove_files) COMPLETE
55372026-08-12T21:00:41.789Z[ recovery-image] Aug 12 21:00:40.497 INFO O| Aug 12 21:00:40.497 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-12T21:00:41.789Z[ recovery-image] Aug 12 21:00:40.505 INFO O| Aug 12 21:00:40.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55392026-08-12T21:00:41.789Z[ recovery-image] Aug 12 21:00:40.506 INFO O| Aug 12 21:00:40.506 INFO STEP 110 (remove_files) COMPLETE
55402026-08-12T21:00:41.789Z[ recovery-image] Aug 12 21:00:40.506 INFO O| Aug 12 21:00:40.506 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-12T21:00:41.802Z[ recovery-image] Aug 12 21:00:40.513 INFO O| Aug 12 21:00:40.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55422026-08-12T21:00:41.803Z[ recovery-image] Aug 12 21:00:40.513 INFO O| Aug 12 21:00:40.513 INFO STEP 111 (remove_files) COMPLETE
55432026-08-12T21:00:41.807Z[ recovery-image] Aug 12 21:00:40.513 INFO O| Aug 12 21:00:40.513 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-12T21:00:41.807Z[ recovery-image] Aug 12 21:00:40.521 INFO O| Aug 12 21:00:40.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55452026-08-12T21:00:41.807Z[ recovery-image] Aug 12 21:00:40.521 INFO O| Aug 12 21:00:40.521 INFO STEP 112 (remove_files) COMPLETE
55462026-08-12T21:00:41.807Z[ recovery-image] Aug 12 21:00:40.521 INFO O| Aug 12 21:00:40.521 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-12T21:00:41.813Z[ recovery-image] Aug 12 21:00:40.529 INFO O| Aug 12 21:00:40.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55482026-08-12T21:00:41.813Z[ recovery-image] Aug 12 21:00:40.529 INFO O| Aug 12 21:00:40.529 INFO STEP 113 (remove_files) COMPLETE
55492026-08-12T21:00:41.813Z[ recovery-image] Aug 12 21:00:40.529 INFO O| Aug 12 21:00:40.529 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-12T21:00:41.821Z[ recovery-image] Aug 12 21:00:40.538 INFO O| Aug 12 21:00:40.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55512026-08-12T21:00:41.827Z[ recovery-image] Aug 12 21:00:40.540 INFO O| Aug 12 21:00:40.539 INFO STEP 114 (remove_files) COMPLETE
55522026-08-12T21:00:41.827Z[ recovery-image] Aug 12 21:00:40.540 INFO O| Aug 12 21:00:40.540 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-12T21:00:41.834Z[ recovery-image] Aug 12 21:00:40.549 INFO O| Aug 12 21:00:40.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55542026-08-12T21:00:41.834Z[ recovery-image] Aug 12 21:00:40.549 INFO O| Aug 12 21:00:40.549 INFO STEP 115 (remove_files) COMPLETE
55552026-08-12T21:00:41.848Z[ recovery-image] Aug 12 21:00:40.549 INFO O| Aug 12 21:00:40.549 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-12T21:00:41.848Z[ recovery-image] Aug 12 21:00:40.558 INFO O| Aug 12 21:00:40.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55572026-08-12T21:00:41.848Z[ recovery-image] Aug 12 21:00:40.558 INFO O| Aug 12 21:00:40.558 INFO STEP 116 (remove_files) COMPLETE
55582026-08-12T21:00:41.848Z[ recovery-image] Aug 12 21:00:40.558 INFO O| Aug 12 21:00:40.558 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-12T21:00:41.855Z[verify-libraries] Compiling russh-cryptovec v0.62.0
55602026-08-12T21:00:41.855Z[ recovery-image] Aug 12 21:00:40.568 INFO O| Aug 12 21:00:40.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55612026-08-12T21:00:41.855Z[ recovery-image] Aug 12 21:00:40.568 INFO O| Aug 12 21:00:40.568 INFO STEP 117 (remove_files) COMPLETE
55622026-08-12T21:00:41.855Z[ recovery-image] Aug 12 21:00:40.568 INFO O| Aug 12 21:00:40.568 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-12T21:00:41.865Z[ recovery-image] Aug 12 21:00:40.578 INFO O| Aug 12 21:00:40.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
55642026-08-12T21:00:41.865Z[ recovery-image] Aug 12 21:00:40.578 INFO O| Aug 12 21:00:40.578 INFO STEP 118 (remove_files) COMPLETE
55652026-08-12T21:00:41.865Z[ recovery-image] Aug 12 21:00:40.578 INFO O| Aug 12 21:00:40.578 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-12T21:00:41.870Z[ recovery-image] Aug 12 21:00:40.587 INFO O| Aug 12 21:00:40.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
55672026-08-12T21:00:41.870Z[ recovery-image] Aug 12 21:00:40.587 INFO O| Aug 12 21:00:40.587 INFO STEP 119 (remove_files) COMPLETE
55682026-08-12T21:00:41.870Z[ recovery-image] Aug 12 21:00:40.587 INFO O| Aug 12 21:00:40.587 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-12T21:00:41.880Z[ recovery-image] Aug 12 21:00:40.596 INFO O| Aug 12 21:00:40.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
55702026-08-12T21:00:41.880Z[ recovery-image] Aug 12 21:00:40.596 INFO O| Aug 12 21:00:40.596 INFO STEP 120 (remove_files) COMPLETE
55712026-08-12T21:00:41.893Z[ recovery-image] Aug 12 21:00:40.596 INFO O| Aug 12 21:00:40.596 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-12T21:00:41.899Z[ recovery-image] Aug 12 21:00:40.606 INFO O| Aug 12 21:00:40.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
55732026-08-12T21:00:41.900Z[ recovery-image] Aug 12 21:00:40.606 INFO O| Aug 12 21:00:40.606 INFO STEP 121 (remove_files) COMPLETE
55742026-08-12T21:00:41.900Z[ recovery-image] Aug 12 21:00:40.606 INFO O| Aug 12 21:00:40.606 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-12T21:00:41.904Z[ recovery-image] Aug 12 21:00:40.614 INFO O| Aug 12 21:00:40.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
55762026-08-12T21:00:41.904Z[ recovery-image] Aug 12 21:00:40.614 INFO O| Aug 12 21:00:40.614 INFO STEP 122 (remove_files) COMPLETE
55772026-08-12T21:00:41.904Z[ recovery-image] Aug 12 21:00:40.614 INFO O| Aug 12 21:00:40.614 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-12T21:00:41.909Z[ recovery-image] Aug 12 21:00:40.623 INFO O| Aug 12 21:00:40.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
55792026-08-12T21:00:41.909Z[ recovery-image] Aug 12 21:00:40.623 INFO O| Aug 12 21:00:40.623 INFO STEP 123 (remove_files) COMPLETE
55802026-08-12T21:00:41.910Z[ recovery-image] Aug 12 21:00:40.623 INFO O| Aug 12 21:00:40.623 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-12T21:00:41.915Z[ recovery-image] Aug 12 21:00:40.632 INFO O| Aug 12 21:00:40.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
55822026-08-12T21:00:41.915Z[ recovery-image] Aug 12 21:00:40.632 INFO O| Aug 12 21:00:40.632 INFO STEP 124 (remove_files) COMPLETE
55832026-08-12T21:00:41.915Z[ recovery-image] Aug 12 21:00:40.632 INFO O| Aug 12 21:00:40.632 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-12T21:00:41.927Z[ recovery-image] Aug 12 21:00:40.640 INFO O| Aug 12 21:00:40.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
55852026-08-12T21:00:41.927Z[ recovery-image] Aug 12 21:00:40.640 INFO O| Aug 12 21:00:40.640 INFO STEP 125 (remove_files) COMPLETE
55862026-08-12T21:00:41.927Z[ recovery-image] Aug 12 21:00:40.640 INFO O| Aug 12 21:00:40.640 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-12T21:00:41.932Z[ recovery-image] Aug 12 21:00:40.647 INFO O| Aug 12 21:00:40.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
55882026-08-12T21:00:41.933Z[ recovery-image] Aug 12 21:00:40.648 INFO O| Aug 12 21:00:40.648 INFO STEP 126 (remove_files) COMPLETE
55892026-08-12T21:00:41.933Z[ recovery-image] Aug 12 21:00:40.648 INFO O| Aug 12 21:00:40.648 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-12T21:00:41.946Z[ recovery-image] Aug 12 21:00:40.655 INFO O| Aug 12 21:00:40.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
55912026-08-12T21:00:41.946Z[ recovery-image] Aug 12 21:00:40.655 INFO O| Aug 12 21:00:40.655 INFO STEP 127 (remove_files) COMPLETE
55922026-08-12T21:00:41.955Z[ recovery-image] Aug 12 21:00:40.655 INFO O| Aug 12 21:00:40.655 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-12T21:00:41.955Z[ recovery-image] Aug 12 21:00:40.665 INFO O| Aug 12 21:00:40.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
55942026-08-12T21:00:41.955Z[ recovery-image] Aug 12 21:00:40.665 INFO O| Aug 12 21:00:40.665 INFO STEP 128 (remove_files) COMPLETE
55952026-08-12T21:00:41.955Z[ recovery-image] Aug 12 21:00:40.665 INFO O| Aug 12 21:00:40.665 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-12T21:00:41.959Z[ recovery-image] Aug 12 21:00:40.675 INFO O| Aug 12 21:00:40.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
55972026-08-12T21:00:41.959Z[ recovery-image] Aug 12 21:00:40.675 INFO O| Aug 12 21:00:40.675 INFO STEP 129 (remove_files) COMPLETE
55982026-08-12T21:00:41.959Z[ recovery-image] Aug 12 21:00:40.675 INFO O| Aug 12 21:00:40.675 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-12T21:00:41.966Z[ recovery-image] Aug 12 21:00:40.683 INFO O| Aug 12 21:00:40.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56002026-08-12T21:00:41.966Z[ recovery-image] Aug 12 21:00:40.683 INFO O| Aug 12 21:00:40.683 INFO STEP 130 (remove_files) COMPLETE
56012026-08-12T21:00:41.966Z[ recovery-image] Aug 12 21:00:40.683 INFO O| Aug 12 21:00:40.683 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-12T21:00:41.977Z[ recovery-image] Aug 12 21:00:40.693 INFO O| Aug 12 21:00:40.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56032026-08-12T21:00:41.977Z[ recovery-image] Aug 12 21:00:40.693 INFO O| Aug 12 21:00:40.693 INFO STEP 131 (remove_files) COMPLETE
56042026-08-12T21:00:41.977Z[ recovery-image] Aug 12 21:00:40.694 INFO O| Aug 12 21:00:40.693 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-12T21:00:41.988Z[ recovery-image] Aug 12 21:00:40.702 INFO O| Aug 12 21:00:40.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56062026-08-12T21:00:41.988Z[ recovery-image] Aug 12 21:00:40.702 INFO O| Aug 12 21:00:40.702 INFO STEP 132 (remove_files) COMPLETE
56072026-08-12T21:00:41.988Z[ recovery-image] Aug 12 21:00:40.702 INFO O| Aug 12 21:00:40.702 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-12T21:00:42.003Z[ recovery-image] Aug 12 21:00:40.710 INFO O| Aug 12 21:00:40.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56092026-08-12T21:00:42.003Z[ recovery-image] Aug 12 21:00:40.710 INFO O| Aug 12 21:00:40.710 INFO STEP 133 (remove_files) COMPLETE
56102026-08-12T21:00:42.003Z[ recovery-image] Aug 12 21:00:40.710 INFO O| Aug 12 21:00:40.710 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-12T21:00:42.010Z[ recovery-image] Aug 12 21:00:40.717 INFO O| Aug 12 21:00:40.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56122026-08-12T21:00:42.010Z[ recovery-image] Aug 12 21:00:40.717 INFO O| Aug 12 21:00:40.717 INFO STEP 134 (remove_files) COMPLETE
56132026-08-12T21:00:42.011Z[ recovery-image] Aug 12 21:00:40.717 INFO O| Aug 12 21:00:40.717 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-12T21:00:42.057Z[ recovery-image] Aug 12 21:00:40.724 INFO O| Aug 12 21:00:40.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56152026-08-12T21:00:42.057Z[ recovery-image] Aug 12 21:00:40.724 INFO O| Aug 12 21:00:40.724 INFO STEP 135 (remove_files) COMPLETE
56162026-08-12T21:00:42.057Z[ recovery-image] Aug 12 21:00:40.724 INFO O| Aug 12 21:00:40.724 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-12T21:00:42.057Z[ recovery-image] Aug 12 21:00:40.734 INFO O| Aug 12 21:00:40.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56182026-08-12T21:00:42.057Z[ recovery-image] Aug 12 21:00:40.734 INFO O| Aug 12 21:00:40.734 INFO STEP 136 (remove_files) COMPLETE
56192026-08-12T21:00:42.057Z[ recovery-image] Aug 12 21:00:40.734 INFO O| Aug 12 21:00:40.734 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-12T21:00:42.057Z[ recovery-image] Aug 12 21:00:40.743 INFO O| Aug 12 21:00:40.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56212026-08-12T21:00:42.057Z[ recovery-image] Aug 12 21:00:40.743 INFO O| Aug 12 21:00:40.743 INFO STEP 137 (remove_files) COMPLETE
56222026-08-12T21:00:42.057Z[ recovery-image] Aug 12 21:00:40.743 INFO O| Aug 12 21:00:40.743 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-12T21:00:42.057Z[ recovery-image] Aug 12 21:00:40.751 INFO O| Aug 12 21:00:40.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56242026-08-12T21:00:42.057Z[ recovery-image] Aug 12 21:00:40.751 INFO O| Aug 12 21:00:40.751 INFO STEP 138 (remove_files) COMPLETE
56252026-08-12T21:00:42.057Z[ recovery-image] Aug 12 21:00:40.751 INFO O| Aug 12 21:00:40.751 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-12T21:00:42.058Z[ recovery-image] Aug 12 21:00:40.761 INFO O| Aug 12 21:00:40.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56272026-08-12T21:00:42.058Z[ recovery-image] Aug 12 21:00:40.761 INFO O| Aug 12 21:00:40.761 INFO STEP 139 (remove_files) COMPLETE
56282026-08-12T21:00:42.058Z[ recovery-image] Aug 12 21:00:40.761 INFO O| Aug 12 21:00:40.761 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-12T21:00:42.064Z[ recovery-image] Aug 12 21:00:40.770 INFO O| Aug 12 21:00:40.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56302026-08-12T21:00:42.064Z[ recovery-image] Aug 12 21:00:40.770 INFO O| Aug 12 21:00:40.770 INFO STEP 140 (remove_files) COMPLETE
56312026-08-12T21:00:42.064Z[ recovery-image] Aug 12 21:00:40.770 INFO O| Aug 12 21:00:40.770 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-12T21:00:42.064Z[ recovery-image] Aug 12 21:00:40.777 INFO O| Aug 12 21:00:40.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56332026-08-12T21:00:42.064Z[ recovery-image] Aug 12 21:00:40.777 INFO O| Aug 12 21:00:40.777 INFO STEP 141 (remove_files) COMPLETE
56342026-08-12T21:00:42.064Z[ recovery-image] Aug 12 21:00:40.777 INFO O| Aug 12 21:00:40.777 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-12T21:00:42.068Z[ recovery-image] Aug 12 21:00:40.785 INFO O| Aug 12 21:00:40.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56362026-08-12T21:00:42.159Z[ recovery-image] Aug 12 21:00:40.798 INFO O| Aug 12 21:00:40.798 INFO STEP 142 (remove_files) COMPLETE
56372026-08-12T21:00:42.159Z[ recovery-image] Aug 12 21:00:40.798 INFO O| Aug 12 21:00:40.798 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-12T21:00:42.159Z[ recovery-image] Aug 12 21:00:40.808 INFO O| Aug 12 21:00:40.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56392026-08-12T21:00:42.159Z[ recovery-image] Aug 12 21:00:40.808 INFO O| Aug 12 21:00:40.808 INFO STEP 143 (remove_files) COMPLETE
56402026-08-12T21:00:42.159Z[ recovery-image] Aug 12 21:00:40.808 INFO O| Aug 12 21:00:40.808 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-12T21:00:42.159Z[ recovery-image] Aug 12 21:00:40.816 INFO O| Aug 12 21:00:40.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56422026-08-12T21:00:42.159Z[ recovery-image] Aug 12 21:00:40.816 INFO O| Aug 12 21:00:40.816 INFO STEP 144 (remove_files) COMPLETE
56432026-08-12T21:00:42.159Z[ recovery-image] Aug 12 21:00:40.817 INFO O| Aug 12 21:00:40.817 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-12T21:00:42.159Z[ recovery-image] Aug 12 21:00:40.830 INFO O| Aug 12 21:00:40.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56452026-08-12T21:00:42.159Z[ recovery-image] Aug 12 21:00:40.866 INFO O| Aug 12 21:00:40.866 INFO STEP 145 (remove_files) COMPLETE
56462026-08-12T21:00:42.159Z[ recovery-image] Aug 12 21:00:40.867 INFO O| Aug 12 21:00:40.866 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-12T21:00:42.170Z[ recovery-image] Aug 12 21:00:40.877 INFO O| Aug 12 21:00:40.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56482026-08-12T21:00:42.170Z[verify-libraries] Compiling tui-tree-widget v0.23.1
56492026-08-12T21:00:42.171Z[ recovery-image] Aug 12 21:00:40.877 INFO O| Aug 12 21:00:40.877 INFO STEP 146 (remove_files) COMPLETE
56502026-08-12T21:00:42.171Z[ recovery-image] Aug 12 21:00:40.878 INFO O| Aug 12 21:00:40.877 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-08-12T21:00:42.201Z[ recovery-image] Aug 12 21:00:40.887 INFO O| Aug 12 21:00:40.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56522026-08-12T21:00:42.201Z[ recovery-image] Aug 12 21:00:40.887 INFO O| Aug 12 21:00:40.887 INFO STEP 147 (remove_files) COMPLETE
56532026-08-12T21:00:42.201Z[ recovery-image] Aug 12 21:00:40.887 INFO O| Aug 12 21:00:40.887 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-08-12T21:00:42.201Z[ recovery-image] Aug 12 21:00:40.895 INFO O| Aug 12 21:00:40.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56552026-08-12T21:00:42.201Z[ recovery-image] Aug 12 21:00:40.895 INFO O| Aug 12 21:00:40.895 INFO STEP 148 (remove_files) COMPLETE
56562026-08-12T21:00:42.201Z[ recovery-image] Aug 12 21:00:40.896 INFO O| Aug 12 21:00:40.895 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-12T21:00:42.201Z[ recovery-image] Aug 12 21:00:40.904 INFO O| Aug 12 21:00:40.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56582026-08-12T21:00:42.202Z[ recovery-image] Aug 12 21:00:40.904 INFO O| Aug 12 21:00:40.904 INFO STEP 149 (remove_files) COMPLETE
56592026-08-12T21:00:42.202Z[ recovery-image] Aug 12 21:00:40.904 INFO O| Aug 12 21:00:40.904 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-12T21:00:42.206Z[ recovery-image] Aug 12 21:00:40.912 INFO O| Aug 12 21:00:40.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56612026-08-12T21:00:42.206Z[ recovery-image] Aug 12 21:00:40.912 INFO O| Aug 12 21:00:40.912 INFO STEP 150 (remove_files) COMPLETE
56622026-08-12T21:00:42.206Z[ recovery-image] Aug 12 21:00:40.912 INFO O| Aug 12 21:00:40.912 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-12T21:00:42.251Z[ recovery-image] Aug 12 21:00:40.965 INFO O| Aug 12 21:00:40.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
56642026-08-12T21:00:42.252Z[ recovery-image] Aug 12 21:00:40.965 INFO O| Aug 12 21:00:40.965 INFO STEP 151 (remove_files) COMPLETE
56652026-08-12T21:00:42.252Z[ recovery-image] Aug 12 21:00:40.965 INFO O| Aug 12 21:00:40.965 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-12T21:00:42.265Z[ recovery-image] Aug 12 21:00:40.973 INFO O| Aug 12 21:00:40.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
56672026-08-12T21:00:42.265Z[ recovery-image] Aug 12 21:00:40.973 INFO O| Aug 12 21:00:40.973 INFO STEP 152 (remove_files) COMPLETE
56682026-08-12T21:00:42.266Z[ recovery-image] Aug 12 21:00:40.973 INFO O| Aug 12 21:00:40.973 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-12T21:00:42.278Z[ recovery-image] Aug 12 21:00:40.981 INFO O| Aug 12 21:00:40.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
56702026-08-12T21:00:42.278Z[ recovery-image] Aug 12 21:00:40.981 INFO O| Aug 12 21:00:40.981 INFO STEP 153 (remove_files) COMPLETE
56712026-08-12T21:00:42.278Z[ recovery-image] Aug 12 21:00:40.981 INFO O| Aug 12 21:00:40.981 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-12T21:00:42.292Z[ recovery-image] Aug 12 21:00:40.989 INFO O| Aug 12 21:00:40.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
56732026-08-12T21:00:42.293Z[ recovery-image] Aug 12 21:00:40.989 INFO O| Aug 12 21:00:40.989 INFO STEP 154 (remove_files) COMPLETE
56742026-08-12T21:00:42.293Z[ recovery-image] Aug 12 21:00:40.989 INFO O| Aug 12 21:00:40.989 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-12T21:00:42.293Z[ recovery-image] Aug 12 21:00:40.997 INFO O| Aug 12 21:00:40.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
56762026-08-12T21:00:42.293Z[ recovery-image] Aug 12 21:00:40.997 INFO O| Aug 12 21:00:40.997 INFO STEP 155 (remove_files) COMPLETE
56772026-08-12T21:00:42.293Z[ recovery-image] Aug 12 21:00:40.997 INFO O| Aug 12 21:00:40.997 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-12T21:00:42.293Z[ recovery-image] Aug 12 21:00:41.005 INFO O| Aug 12 21:00:41.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
56792026-08-12T21:00:42.323Z[ recovery-image] Aug 12 21:00:41.013 INFO O| Aug 12 21:00:41.013 INFO STEP 156 (remove_files) COMPLETE
56802026-08-12T21:00:42.323Z[ recovery-image] Aug 12 21:00:41.013 INFO O| Aug 12 21:00:41.013 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-12T21:00:42.336Z[ recovery-image] Aug 12 21:00:41.038 INFO O| Aug 12 21:00:41.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
56822026-08-12T21:00:42.336Z[ recovery-image] Aug 12 21:00:41.038 INFO O| Aug 12 21:00:41.038 INFO STEP 157 (remove_files) COMPLETE
56832026-08-12T21:00:42.336Z[ recovery-image] Aug 12 21:00:41.038 INFO O| Aug 12 21:00:41.038 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-12T21:00:42.336Z[ recovery-image] Aug 12 21:00:41.047 INFO O| Aug 12 21:00:41.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
56852026-08-12T21:00:42.336Z[ recovery-image] Aug 12 21:00:41.047 INFO O| Aug 12 21:00:41.047 INFO STEP 158 (remove_files) COMPLETE
56862026-08-12T21:00:42.336Z[ recovery-image] Aug 12 21:00:41.047 INFO O| Aug 12 21:00:41.047 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-12T21:00:42.342Z[ recovery-image] Aug 12 21:00:41.055 INFO O| Aug 12 21:00:41.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
56882026-08-12T21:00:42.342Z[ recovery-image] Aug 12 21:00:41.055 INFO O| Aug 12 21:00:41.055 INFO STEP 159 (remove_files) COMPLETE
56892026-08-12T21:00:42.342Z[ recovery-image] Aug 12 21:00:41.055 INFO O| Aug 12 21:00:41.055 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-12T21:00:42.347Z[ recovery-image] Aug 12 21:00:41.063 INFO O| Aug 12 21:00:41.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
56912026-08-12T21:00:42.352Z[ recovery-image] Aug 12 21:00:41.066 INFO O| Aug 12 21:00:41.066 INFO STEP 160 (remove_files) COMPLETE
56922026-08-12T21:00:42.352Z[ recovery-image] Aug 12 21:00:41.066 INFO O| Aug 12 21:00:41.066 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-12T21:00:42.359Z[ recovery-image] Aug 12 21:00:41.076 INFO O| Aug 12 21:00:41.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
56942026-08-12T21:00:42.359Z[ recovery-image] Aug 12 21:00:41.077 INFO O| Aug 12 21:00:41.077 INFO STEP 161 (remove_files) COMPLETE
56952026-08-12T21:00:42.360Z[ recovery-image] Aug 12 21:00:41.077 INFO O| Aug 12 21:00:41.077 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-12T21:00:42.368Z[ recovery-image] Aug 12 21:00:41.085 INFO O| Aug 12 21:00:41.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
56972026-08-12T21:00:42.368Z[ recovery-image] Aug 12 21:00:41.085 INFO O| Aug 12 21:00:41.085 INFO STEP 162 (remove_files) COMPLETE
56982026-08-12T21:00:42.372Z[ recovery-image] Aug 12 21:00:41.085 INFO O| Aug 12 21:00:41.085 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-12T21:00:42.377Z[ recovery-image] Aug 12 21:00:41.094 INFO O| Aug 12 21:00:41.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57002026-08-12T21:00:42.385Z[ recovery-image] Aug 12 21:00:41.094 INFO O| Aug 12 21:00:41.094 INFO STEP 163 (remove_files) COMPLETE
57012026-08-12T21:00:42.385Z[ recovery-image] Aug 12 21:00:41.094 INFO O| Aug 12 21:00:41.094 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-12T21:00:42.393Z[ recovery-image] Aug 12 21:00:41.103 INFO O| Aug 12 21:00:41.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57032026-08-12T21:00:42.393Z[ recovery-image] Aug 12 21:00:41.104 INFO O| Aug 12 21:00:41.104 INFO STEP 164 (remove_files) COMPLETE
57042026-08-12T21:00:42.393Z[ recovery-image] Aug 12 21:00:41.104 INFO O| Aug 12 21:00:41.104 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-12T21:00:42.399Z[ recovery-image] Aug 12 21:00:41.112 INFO O| Aug 12 21:00:41.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57062026-08-12T21:00:42.399Z[ recovery-image] Aug 12 21:00:41.112 INFO O| Aug 12 21:00:41.112 INFO STEP 165 (remove_files) COMPLETE
57072026-08-12T21:00:42.399Z[ recovery-image] Aug 12 21:00:41.112 INFO O| Aug 12 21:00:41.112 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-12T21:00:42.403Z[ recovery-image] Aug 12 21:00:41.120 INFO O| Aug 12 21:00:41.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57092026-08-12T21:00:42.403Z[ recovery-image] Aug 12 21:00:41.120 INFO O| Aug 12 21:00:41.120 INFO STEP 166 (remove_files) COMPLETE
57102026-08-12T21:00:42.403Z[ recovery-image] Aug 12 21:00:41.120 INFO O| Aug 12 21:00:41.120 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-12T21:00:42.413Z[ recovery-image] Aug 12 21:00:41.129 INFO O| Aug 12 21:00:41.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57122026-08-12T21:00:42.414Z[ recovery-image] Aug 12 21:00:41.129 INFO O| Aug 12 21:00:41.129 INFO STEP 167 (remove_files) COMPLETE
57132026-08-12T21:00:42.414Z[ recovery-image] Aug 12 21:00:41.129 INFO O| Aug 12 21:00:41.129 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-12T21:00:42.422Z[ recovery-image] Aug 12 21:00:41.138 INFO O| Aug 12 21:00:41.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57152026-08-12T21:00:42.422Z[ recovery-image] Aug 12 21:00:41.138 INFO O| Aug 12 21:00:41.138 INFO STEP 168 (remove_files) COMPLETE
57162026-08-12T21:00:42.422Z[ recovery-image] Aug 12 21:00:41.138 INFO O| Aug 12 21:00:41.138 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-12T21:00:42.430Z[ recovery-image] Aug 12 21:00:41.146 INFO O| Aug 12 21:00:41.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57182026-08-12T21:00:42.430Z[ recovery-image] Aug 12 21:00:41.146 INFO O| Aug 12 21:00:41.146 INFO STEP 169 (remove_files) COMPLETE
57192026-08-12T21:00:42.430Z[ recovery-image] Aug 12 21:00:41.146 INFO O| Aug 12 21:00:41.146 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-12T21:00:42.438Z[ recovery-image] Aug 12 21:00:41.154 INFO O| Aug 12 21:00:41.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57212026-08-12T21:00:42.439Z[ recovery-image] Aug 12 21:00:41.154 INFO O| Aug 12 21:00:41.154 INFO STEP 170 (remove_files) COMPLETE
57222026-08-12T21:00:42.439Z[ recovery-image] Aug 12 21:00:41.154 INFO O| Aug 12 21:00:41.154 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-12T21:00:42.450Z[ recovery-image] Aug 12 21:00:41.162 INFO O| Aug 12 21:00:41.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57242026-08-12T21:00:42.450Z[ recovery-image] Aug 12 21:00:41.162 INFO O| Aug 12 21:00:41.162 INFO STEP 171 (remove_files) COMPLETE
57252026-08-12T21:00:42.450Z[ recovery-image] Aug 12 21:00:41.162 INFO O| Aug 12 21:00:41.162 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-12T21:00:42.459Z[ recovery-image] Aug 12 21:00:41.170 INFO O| Aug 12 21:00:41.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57272026-08-12T21:00:42.459Z[ recovery-image] Aug 12 21:00:41.170 INFO O| Aug 12 21:00:41.170 INFO STEP 172 (remove_files) COMPLETE
57282026-08-12T21:00:42.459Z[ recovery-image] Aug 12 21:00:41.170 INFO O| Aug 12 21:00:41.170 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-12T21:00:42.464Z[ recovery-image] Aug 12 21:00:41.177 INFO O| Aug 12 21:00:41.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57302026-08-12T21:00:42.464Z[ recovery-image] Aug 12 21:00:41.177 INFO O| Aug 12 21:00:41.177 INFO STEP 173 (remove_files) COMPLETE
57312026-08-12T21:00:42.464Z[ recovery-image] Aug 12 21:00:41.177 INFO O| Aug 12 21:00:41.177 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-12T21:00:42.471Z[ recovery-image] Aug 12 21:00:41.188 INFO O| Aug 12 21:00:41.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57332026-08-12T21:00:42.471Z[ recovery-image] Aug 12 21:00:41.188 INFO O| Aug 12 21:00:41.188 INFO STEP 174 (remove_files) COMPLETE
57342026-08-12T21:00:42.471Z[ recovery-image] Aug 12 21:00:41.188 INFO O| Aug 12 21:00:41.188 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-12T21:00:42.478Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
57362026-08-12T21:00:42.481Z[ recovery-image] Aug 12 21:00:41.197 INFO O| Aug 12 21:00:41.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57372026-08-12T21:00:42.481Z[ recovery-image] Aug 12 21:00:41.197 INFO O| Aug 12 21:00:41.197 INFO STEP 175 (remove_files) COMPLETE
57382026-08-12T21:00:42.481Z[ recovery-image] Aug 12 21:00:41.197 INFO O| Aug 12 21:00:41.197 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-12T21:00:42.493Z[ recovery-image] Aug 12 21:00:41.205 INFO O| Aug 12 21:00:41.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57402026-08-12T21:00:42.493Z[ recovery-image] Aug 12 21:00:41.205 INFO O| Aug 12 21:00:41.205 INFO STEP 176 (remove_files) COMPLETE
57412026-08-12T21:00:42.493Z[ recovery-image] Aug 12 21:00:41.205 INFO O| Aug 12 21:00:41.205 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-12T21:00:42.501Z[ recovery-image] Aug 12 21:00:41.215 INFO O| Aug 12 21:00:41.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57432026-08-12T21:00:42.501Z[ recovery-image] Aug 12 21:00:41.215 INFO O| Aug 12 21:00:41.215 INFO STEP 177 (remove_files) COMPLETE
57442026-08-12T21:00:42.501Z[ recovery-image] Aug 12 21:00:41.215 INFO O| Aug 12 21:00:41.215 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-12T21:00:42.510Z[ recovery-image] Aug 12 21:00:41.225 INFO O| Aug 12 21:00:41.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57462026-08-12T21:00:42.510Z[ recovery-image] Aug 12 21:00:41.225 INFO O| Aug 12 21:00:41.225 INFO STEP 178 (remove_files) COMPLETE
57472026-08-12T21:00:42.510Z[ recovery-image] Aug 12 21:00:41.225 INFO O| Aug 12 21:00:41.225 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-12T21:00:42.530Z[ recovery-image] Aug 12 21:00:41.234 INFO O| Aug 12 21:00:41.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57492026-08-12T21:00:42.530Z[ recovery-image] Aug 12 21:00:41.234 INFO O| Aug 12 21:00:41.234 INFO STEP 179 (remove_files) COMPLETE
57502026-08-12T21:00:42.530Z[ recovery-image] Aug 12 21:00:41.234 INFO O| Aug 12 21:00:41.234 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-08-12T21:00:42.536Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
57522026-08-12T21:00:42.536Z[ recovery-image] Aug 12 21:00:41.244 INFO O| Aug 12 21:00:41.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57532026-08-12T21:00:42.536Z[ recovery-image] Aug 12 21:00:41.244 INFO O| Aug 12 21:00:41.244 INFO STEP 180 (remove_files) COMPLETE
57542026-08-12T21:00:42.536Z[ recovery-image] Aug 12 21:00:41.244 INFO O| Aug 12 21:00:41.244 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-12T21:00:42.541Z[ recovery-image] Aug 12 21:00:41.253 INFO O| Aug 12 21:00:41.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57562026-08-12T21:00:42.541Z[ recovery-image] Aug 12 21:00:41.253 INFO O| Aug 12 21:00:41.253 INFO STEP 181 (remove_files) COMPLETE
57572026-08-12T21:00:42.541Z[ recovery-image] Aug 12 21:00:41.253 INFO O| Aug 12 21:00:41.253 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-12T21:00:42.548Z[ recovery-image] Aug 12 21:00:41.262 INFO O| Aug 12 21:00:41.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57592026-08-12T21:00:42.548Z[ recovery-image] Aug 12 21:00:41.262 INFO O| Aug 12 21:00:41.262 INFO STEP 182 (remove_files) COMPLETE
57602026-08-12T21:00:42.548Z[ recovery-image] Aug 12 21:00:41.262 INFO O| Aug 12 21:00:41.262 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-12T21:00:42.556Z[ recovery-image] Aug 12 21:00:41.272 INFO O| Aug 12 21:00:41.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
57622026-08-12T21:00:42.556Z[ recovery-image] Aug 12 21:00:41.272 INFO O| Aug 12 21:00:41.272 INFO STEP 183 (remove_files) COMPLETE
57632026-08-12T21:00:42.557Z[ recovery-image] Aug 12 21:00:41.272 INFO O| Aug 12 21:00:41.272 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-12T21:00:42.566Z[ recovery-image] Aug 12 21:00:41.281 INFO O| Aug 12 21:00:41.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
57652026-08-12T21:00:42.566Z[ recovery-image] Aug 12 21:00:41.281 INFO O| Aug 12 21:00:41.281 INFO STEP 184 (remove_files) COMPLETE
57662026-08-12T21:00:42.566Z[ recovery-image] Aug 12 21:00:41.281 INFO O| Aug 12 21:00:41.281 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-12T21:00:42.577Z[ recovery-image] Aug 12 21:00:41.291 INFO O| Aug 12 21:00:41.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
57682026-08-12T21:00:42.584Z[ recovery-image] Aug 12 21:00:41.292 INFO O| Aug 12 21:00:41.292 INFO STEP 185 (remove_files) COMPLETE
57692026-08-12T21:00:42.584Z[ recovery-image] Aug 12 21:00:41.292 INFO O| Aug 12 21:00:41.292 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-12T21:00:42.592Z[ recovery-image] Aug 12 21:00:41.302 INFO O| Aug 12 21:00:41.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
57712026-08-12T21:00:42.592Z[ recovery-image] Aug 12 21:00:41.302 INFO O| Aug 12 21:00:41.302 INFO STEP 186 (remove_files) COMPLETE
57722026-08-12T21:00:42.592Z[ recovery-image] Aug 12 21:00:41.302 INFO O| Aug 12 21:00:41.302 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-12T21:00:42.592Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
57742026-08-12T21:00:42.598Z[ recovery-image] Aug 12 21:00:41.311 INFO O| Aug 12 21:00:41.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
57752026-08-12T21:00:42.598Z[ recovery-image] Aug 12 21:00:41.311 INFO O| Aug 12 21:00:41.311 INFO STEP 187 (remove_files) COMPLETE
57762026-08-12T21:00:42.598Z[ recovery-image] Aug 12 21:00:41.311 INFO O| Aug 12 21:00:41.311 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-12T21:00:42.602Z[ recovery-image] Aug 12 21:00:41.319 INFO O| Aug 12 21:00:41.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
57782026-08-12T21:00:42.602Z[ recovery-image] Aug 12 21:00:41.319 INFO O| Aug 12 21:00:41.319 INFO STEP 188 (remove_files) COMPLETE
57792026-08-12T21:00:42.602Z[ recovery-image] Aug 12 21:00:41.319 INFO O| Aug 12 21:00:41.319 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-12T21:00:42.614Z[ recovery-image] Aug 12 21:00:41.330 INFO O| Aug 12 21:00:41.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
57812026-08-12T21:00:42.615Z[ recovery-image] Aug 12 21:00:41.330 INFO O| Aug 12 21:00:41.330 INFO STEP 189 (remove_files) COMPLETE
57822026-08-12T21:00:42.622Z[ recovery-image] Aug 12 21:00:41.330 INFO O| Aug 12 21:00:41.330 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-12T21:00:42.622Z[ recovery-image] Aug 12 21:00:41.339 INFO O| Aug 12 21:00:41.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
57842026-08-12T21:00:42.622Z[ recovery-image] Aug 12 21:00:41.339 INFO O| Aug 12 21:00:41.339 INFO STEP 190 (remove_files) COMPLETE
57852026-08-12T21:00:42.631Z[ recovery-image] Aug 12 21:00:41.339 INFO O| Aug 12 21:00:41.339 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-12T21:00:42.631Z[ recovery-image] Aug 12 21:00:41.348 INFO O| Aug 12 21:00:41.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
57872026-08-12T21:00:42.631Z[ recovery-image] Aug 12 21:00:41.348 INFO O| Aug 12 21:00:41.348 INFO STEP 191 (remove_files) COMPLETE
57882026-08-12T21:00:42.755Z[ recovery-image] Aug 12 21:00:41.348 INFO O| Aug 12 21:00:41.348 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-12T21:00:42.755Z[ recovery-image] Aug 12 21:00:41.357 INFO O| Aug 12 21:00:41.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
57902026-08-12T21:00:42.755Z[ recovery-image] Aug 12 21:00:41.357 INFO O| Aug 12 21:00:41.357 INFO STEP 192 (remove_files) COMPLETE
57912026-08-12T21:00:42.755Z[ recovery-image] Aug 12 21:00:41.357 INFO O| Aug 12 21:00:41.357 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-12T21:00:42.755Z[ recovery-image] Aug 12 21:00:41.365 INFO O| Aug 12 21:00:41.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
57932026-08-12T21:00:42.755Z[ recovery-image] Aug 12 21:00:41.365 INFO O| Aug 12 21:00:41.365 INFO STEP 193 (remove_files) COMPLETE
57942026-08-12T21:00:42.755Z[ recovery-image] Aug 12 21:00:41.365 INFO O| Aug 12 21:00:41.365 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-12T21:00:42.755Z[ recovery-image] Aug 12 21:00:41.373 INFO O| Aug 12 21:00:41.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
57962026-08-12T21:00:42.755Z[ recovery-image] Aug 12 21:00:41.374 INFO O| Aug 12 21:00:41.373 INFO STEP 194 (remove_files) COMPLETE
57972026-08-12T21:00:42.756Z[ recovery-image] Aug 12 21:00:41.374 INFO O| Aug 12 21:00:41.373 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-12T21:00:42.756Z[ recovery-image] Aug 12 21:00:41.382 INFO O| Aug 12 21:00:41.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
57992026-08-12T21:00:42.756Z[ recovery-image] Aug 12 21:00:41.382 INFO O| Aug 12 21:00:41.382 INFO STEP 195 (remove_files) COMPLETE
58002026-08-12T21:00:42.756Z[ recovery-image] Aug 12 21:00:41.382 INFO O| Aug 12 21:00:41.382 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.389 INFO O| Aug 12 21:00:41.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58022026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.390 INFO O| Aug 12 21:00:41.389 INFO STEP 196 (remove_files) COMPLETE
58032026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.390 INFO O| Aug 12 21:00:41.389 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.397 INFO O| Aug 12 21:00:41.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58052026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.397 INFO O| Aug 12 21:00:41.397 INFO STEP 197 (remove_files) COMPLETE
58062026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.397 INFO O| Aug 12 21:00:41.397 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.404 INFO O| Aug 12 21:00:41.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58082026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.404 INFO O| Aug 12 21:00:41.404 INFO STEP 198 (remove_files) COMPLETE
58092026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.404 INFO O| Aug 12 21:00:41.404 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.411 INFO O| Aug 12 21:00:41.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58112026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.411 INFO O| Aug 12 21:00:41.411 INFO STEP 199 (remove_files) COMPLETE
58122026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.411 INFO O| Aug 12 21:00:41.411 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.419 INFO O| Aug 12 21:00:41.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58142026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.419 INFO O| Aug 12 21:00:41.419 INFO STEP 200 (remove_files) COMPLETE
58152026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.419 INFO O| Aug 12 21:00:41.419 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.427 INFO O| Aug 12 21:00:41.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58172026-08-12T21:00:42.757Z[ recovery-image] Aug 12 21:00:41.427 INFO O| Aug 12 21:00:41.427 INFO STEP 201 (remove_files) COMPLETE
58182026-08-12T21:00:42.758Z[ recovery-image] Aug 12 21:00:41.427 INFO O| Aug 12 21:00:41.427 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-12T21:00:42.758Z[ recovery-image] Aug 12 21:00:41.436 INFO O| Aug 12 21:00:41.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58202026-08-12T21:00:42.758Z[ recovery-image] Aug 12 21:00:41.436 INFO O| Aug 12 21:00:41.436 INFO STEP 202 (remove_files) COMPLETE
58212026-08-12T21:00:42.758Z[ recovery-image] Aug 12 21:00:41.436 INFO O| Aug 12 21:00:41.436 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-12T21:00:42.758Z[ recovery-image] Aug 12 21:00:41.444 INFO O| Aug 12 21:00:41.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58232026-08-12T21:00:42.758Z[ recovery-image] Aug 12 21:00:41.444 INFO O| Aug 12 21:00:41.444 INFO STEP 203 (remove_files) COMPLETE
58242026-08-12T21:00:42.758Z[ recovery-image] Aug 12 21:00:41.444 INFO O| Aug 12 21:00:41.444 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-12T21:00:42.758Z[ recovery-image] Aug 12 21:00:41.453 INFO O| Aug 12 21:00:41.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58262026-08-12T21:00:42.758Z[ recovery-image] Aug 12 21:00:41.453 INFO O| Aug 12 21:00:41.453 INFO STEP 204 (remove_files) COMPLETE
58272026-08-12T21:00:42.758Z[ recovery-image] Aug 12 21:00:41.453 INFO O| Aug 12 21:00:41.453 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-12T21:00:42.758Z[ recovery-image] Aug 12 21:00:41.461 INFO O| Aug 12 21:00:41.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58292026-08-12T21:00:42.758Z[ recovery-image] Aug 12 21:00:41.461 INFO O| Aug 12 21:00:41.461 INFO STEP 205 (remove_files) COMPLETE
58302026-08-12T21:00:42.758Z[ recovery-image] Aug 12 21:00:41.461 INFO O| Aug 12 21:00:41.461 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-12T21:00:42.762Z[ recovery-image] Aug 12 21:00:41.469 INFO O| Aug 12 21:00:41.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58322026-08-12T21:00:42.762Z[ recovery-image] Aug 12 21:00:41.469 INFO O| Aug 12 21:00:41.469 INFO STEP 206 (remove_files) COMPLETE
58332026-08-12T21:00:42.762Z[ recovery-image] Aug 12 21:00:41.469 INFO O| Aug 12 21:00:41.469 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-12T21:00:42.762Z[ recovery-image] Aug 12 21:00:41.477 INFO O| Aug 12 21:00:41.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58352026-08-12T21:00:42.762Z[ recovery-image] Aug 12 21:00:41.477 INFO O| Aug 12 21:00:41.477 INFO STEP 207 (remove_files) COMPLETE
58362026-08-12T21:00:42.763Z[ recovery-image] Aug 12 21:00:41.477 INFO O| Aug 12 21:00:41.477 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-12T21:00:42.767Z[ recovery-image] Aug 12 21:00:41.484 INFO O| Aug 12 21:00:41.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58382026-08-12T21:00:42.767Z[ recovery-image] Aug 12 21:00:41.484 INFO O| Aug 12 21:00:41.484 INFO STEP 208 (remove_files) COMPLETE
58392026-08-12T21:00:42.771Z[ recovery-image] Aug 12 21:00:41.484 INFO O| Aug 12 21:00:41.484 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-12T21:00:42.777Z[ recovery-image] Aug 12 21:00:41.494 INFO O| Aug 12 21:00:41.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58412026-08-12T21:00:42.777Z[ recovery-image] Aug 12 21:00:41.494 INFO O| Aug 12 21:00:41.494 INFO STEP 209 (remove_files) COMPLETE
58422026-08-12T21:00:42.777Z[ recovery-image] Aug 12 21:00:41.494 INFO O| Aug 12 21:00:41.494 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-12T21:00:42.786Z[ recovery-image] Aug 12 21:00:41.502 INFO O| Aug 12 21:00:41.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58442026-08-12T21:00:42.786Z[ recovery-image] Aug 12 21:00:41.502 INFO O| Aug 12 21:00:41.502 INFO STEP 210 (remove_files) COMPLETE
58452026-08-12T21:00:42.786Z[ recovery-image] Aug 12 21:00:41.502 INFO O| Aug 12 21:00:41.502 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-12T21:00:42.794Z[ recovery-image] Aug 12 21:00:41.510 INFO O| Aug 12 21:00:41.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58472026-08-12T21:00:42.794Z[ recovery-image] Aug 12 21:00:41.511 INFO O| Aug 12 21:00:41.511 INFO STEP 211 (remove_files) COMPLETE
58482026-08-12T21:00:42.794Z[ recovery-image] Aug 12 21:00:41.511 INFO O| Aug 12 21:00:41.511 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-12T21:00:42.803Z[ recovery-image] Aug 12 21:00:41.520 INFO O| Aug 12 21:00:41.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58502026-08-12T21:00:42.804Z[ recovery-image] Aug 12 21:00:41.520 INFO O| Aug 12 21:00:41.520 INFO STEP 212 (remove_files) COMPLETE
58512026-08-12T21:00:42.804Z[ recovery-image] Aug 12 21:00:41.520 INFO O| Aug 12 21:00:41.520 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-12T21:00:42.816Z[ recovery-image] Aug 12 21:00:41.529 INFO O| Aug 12 21:00:41.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58532026-08-12T21:00:42.816Z[ recovery-image] Aug 12 21:00:41.529 INFO O| Aug 12 21:00:41.529 INFO STEP 213 (remove_files) COMPLETE
58542026-08-12T21:00:42.820Z[ recovery-image] Aug 12 21:00:41.529 INFO O| Aug 12 21:00:41.529 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-12T21:00:42.823Z[ recovery-image] Aug 12 21:00:41.539 INFO O| Aug 12 21:00:41.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58562026-08-12T21:00:42.824Z[ recovery-image] Aug 12 21:00:41.539 INFO O| Aug 12 21:00:41.539 INFO STEP 214 (remove_files) COMPLETE
58572026-08-12T21:00:42.824Z[ recovery-image] Aug 12 21:00:41.539 INFO O| Aug 12 21:00:41.539 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-12T21:00:42.845Z[ recovery-image] Aug 12 21:00:41.549 INFO O| Aug 12 21:00:41.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58592026-08-12T21:00:42.845Z[ recovery-image] Aug 12 21:00:41.549 INFO O| Aug 12 21:00:41.549 INFO STEP 215 (remove_files) COMPLETE
58602026-08-12T21:00:42.850Z[ recovery-image] Aug 12 21:00:41.549 INFO O| Aug 12 21:00:41.549 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-12T21:00:42.850Z[ recovery-image] Aug 12 21:00:41.557 INFO O| Aug 12 21:00:41.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
58622026-08-12T21:00:42.850Z[ recovery-image] Aug 12 21:00:41.557 INFO O| Aug 12 21:00:41.557 INFO STEP 216 (remove_files) COMPLETE
58632026-08-12T21:00:42.850Z[ recovery-image] Aug 12 21:00:41.557 INFO O| Aug 12 21:00:41.557 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-12T21:00:42.850Z[ recovery-image] Aug 12 21:00:41.565 INFO O| Aug 12 21:00:41.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
58652026-08-12T21:00:42.855Z[ recovery-image] Aug 12 21:00:41.566 INFO O| Aug 12 21:00:41.566 INFO STEP 217 (remove_files) COMPLETE
58662026-08-12T21:00:42.855Z[ recovery-image] Aug 12 21:00:41.566 INFO O| Aug 12 21:00:41.566 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-12T21:00:42.869Z[ recovery-image] Aug 12 21:00:41.575 INFO O| Aug 12 21:00:41.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
58682026-08-12T21:00:42.869Z[ recovery-image] Aug 12 21:00:41.575 INFO O| Aug 12 21:00:41.575 INFO STEP 218 (remove_files) COMPLETE
58692026-08-12T21:00:42.869Z[ recovery-image] Aug 12 21:00:41.575 INFO O| Aug 12 21:00:41.575 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-12T21:00:42.877Z[ recovery-image] Aug 12 21:00:41.583 INFO O| Aug 12 21:00:41.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
58712026-08-12T21:00:42.877Z[ recovery-image] Aug 12 21:00:41.583 INFO O| Aug 12 21:00:41.583 INFO STEP 219 (remove_files) COMPLETE
58722026-08-12T21:00:42.877Z[ recovery-image] Aug 12 21:00:41.583 INFO O| Aug 12 21:00:41.583 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-12T21:00:42.877Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
58742026-08-12T21:00:42.881Z[ recovery-image] Aug 12 21:00:41.592 INFO O| Aug 12 21:00:41.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
58752026-08-12T21:00:42.881Z[ recovery-image] Aug 12 21:00:41.592 INFO O| Aug 12 21:00:41.592 INFO STEP 220 (remove_files) COMPLETE
58762026-08-12T21:00:42.881Z[ recovery-image] Aug 12 21:00:41.592 INFO O| Aug 12 21:00:41.592 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-08-12T21:00:42.885Z[ recovery-image] Aug 12 21:00:41.600 INFO O| Aug 12 21:00:41.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
58782026-08-12T21:00:42.885Z[ recovery-image] Aug 12 21:00:41.600 INFO O| Aug 12 21:00:41.600 INFO STEP 221 (remove_files) COMPLETE
58792026-08-12T21:00:42.885Z[ recovery-image] Aug 12 21:00:41.600 INFO O| Aug 12 21:00:41.600 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-08-12T21:00:42.904Z[ recovery-image] Aug 12 21:00:41.611 INFO O| Aug 12 21:00:41.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
58812026-08-12T21:00:42.904Z[ recovery-image] Aug 12 21:00:41.611 INFO O| Aug 12 21:00:41.611 INFO STEP 222 (remove_files) COMPLETE
58822026-08-12T21:00:42.904Z[ recovery-image] Aug 12 21:00:41.611 INFO O| Aug 12 21:00:41.611 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-08-12T21:00:42.918Z[ recovery-image] Aug 12 21:00:41.620 INFO O| Aug 12 21:00:41.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
58842026-08-12T21:00:42.918Z[ recovery-image] Aug 12 21:00:41.620 INFO O| Aug 12 21:00:41.620 INFO STEP 223 (remove_files) COMPLETE
58852026-08-12T21:00:42.918Z[ recovery-image] Aug 12 21:00:41.620 INFO O| Aug 12 21:00:41.620 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-08-12T21:00:42.918Z[ recovery-image] Aug 12 21:00:41.629 INFO O| Aug 12 21:00:41.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
58872026-08-12T21:00:42.918Z[ recovery-image] Aug 12 21:00:41.629 INFO O| Aug 12 21:00:41.629 INFO STEP 224 (remove_files) COMPLETE
58882026-08-12T21:00:42.918Z[ recovery-image] Aug 12 21:00:41.629 INFO O| Aug 12 21:00:41.629 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-08-12T21:00:42.955Z[ recovery-image] Aug 12 21:00:41.638 INFO O| Aug 12 21:00:41.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
58902026-08-12T21:00:42.955Z[ recovery-image] Aug 12 21:00:41.638 INFO O| Aug 12 21:00:41.638 INFO STEP 225 (remove_files) COMPLETE
58912026-08-12T21:00:42.955Z[ recovery-image] Aug 12 21:00:41.638 INFO O| Aug 12 21:00:41.638 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-08-12T21:00:42.955Z[ recovery-image] Aug 12 21:00:41.646 INFO O| Aug 12 21:00:41.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
58932026-08-12T21:00:42.955Z[ recovery-image] Aug 12 21:00:41.646 INFO O| Aug 12 21:00:41.646 INFO STEP 226 (remove_files) COMPLETE
58942026-08-12T21:00:42.956Z[ recovery-image] Aug 12 21:00:41.646 INFO O| Aug 12 21:00:41.646 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-08-12T21:00:42.956Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
58962026-08-12T21:00:42.956Z[ recovery-image] Aug 12 21:00:41.655 INFO O| Aug 12 21:00:41.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
58972026-08-12T21:00:42.956Z[ recovery-image] Aug 12 21:00:41.655 INFO O| Aug 12 21:00:41.655 INFO STEP 227 (remove_files) COMPLETE
58982026-08-12T21:00:42.956Z[ recovery-image] Aug 12 21:00:41.655 INFO O| Aug 12 21:00:41.655 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-12T21:00:42.956Z[ recovery-image] Aug 12 21:00:41.668 INFO O| Aug 12 21:00:41.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59002026-08-12T21:00:42.956Z[ recovery-image] Aug 12 21:00:41.668 INFO O| Aug 12 21:00:41.668 INFO STEP 228 (remove_files) COMPLETE
59012026-08-12T21:00:42.956Z[ recovery-image] Aug 12 21:00:41.668 INFO O| Aug 12 21:00:41.668 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-12T21:00:42.962Z[ recovery-image] Aug 12 21:00:41.678 INFO O| Aug 12 21:00:41.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59032026-08-12T21:00:42.962Z[ recovery-image] Aug 12 21:00:41.678 INFO O| Aug 12 21:00:41.678 INFO STEP 229 (remove_files) COMPLETE
59042026-08-12T21:00:42.962Z[ recovery-image] Aug 12 21:00:41.678 INFO O| Aug 12 21:00:41.678 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-12T21:00:42.971Z[ recovery-image] Aug 12 21:00:41.686 INFO O| Aug 12 21:00:41.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59062026-08-12T21:00:42.971Z[ recovery-image] Aug 12 21:00:41.687 INFO O| Aug 12 21:00:41.687 INFO STEP 230 (remove_files) COMPLETE
59072026-08-12T21:00:42.971Z[ recovery-image] Aug 12 21:00:41.687 INFO O| Aug 12 21:00:41.687 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-08-12T21:00:43.095Z[ recovery-image] Aug 12 21:00:41.696 INFO O| Aug 12 21:00:41.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59092026-08-12T21:00:43.095Z[ recovery-image] Aug 12 21:00:41.696 INFO O| Aug 12 21:00:41.696 INFO STEP 231 (remove_files) COMPLETE
59102026-08-12T21:00:43.095Z[ recovery-image] Aug 12 21:00:41.696 INFO O| Aug 12 21:00:41.696 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-08-12T21:00:43.095Z[ recovery-image] Aug 12 21:00:41.705 INFO O| Aug 12 21:00:41.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59122026-08-12T21:00:43.095Z[ recovery-image] Aug 12 21:00:41.705 INFO O| Aug 12 21:00:41.705 INFO STEP 232 (remove_files) COMPLETE
59132026-08-12T21:00:43.095Z[ recovery-image] Aug 12 21:00:41.705 INFO O| Aug 12 21:00:41.705 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-08-12T21:00:43.150Z[ recovery-image] Aug 12 21:00:41.714 INFO O| Aug 12 21:00:41.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59152026-08-12T21:00:43.150Z[ recovery-image] Aug 12 21:00:41.714 INFO O| Aug 12 21:00:41.714 INFO STEP 233 (remove_files) COMPLETE
59162026-08-12T21:00:43.150Z[ recovery-image] Aug 12 21:00:41.714 INFO O| Aug 12 21:00:41.714 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-08-12T21:00:43.150Z[ recovery-image] Aug 12 21:00:41.723 INFO O| Aug 12 21:00:41.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59182026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.723 INFO O| Aug 12 21:00:41.723 INFO STEP 234 (remove_files) COMPLETE
59192026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.723 INFO O| Aug 12 21:00:41.723 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.745 INFO O| Aug 12 21:00:41.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59212026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.745 INFO O| Aug 12 21:00:41.745 INFO STEP 235 (remove_files) COMPLETE
59222026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.745 INFO O| Aug 12 21:00:41.745 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.755 INFO O| Aug 12 21:00:41.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59242026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.756 INFO O| Aug 12 21:00:41.755 INFO STEP 236 (remove_files) COMPLETE
59252026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.756 INFO O| Aug 12 21:00:41.755 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.765 INFO O| Aug 12 21:00:41.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59272026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.765 INFO O| Aug 12 21:00:41.765 INFO STEP 237 (remove_files) COMPLETE
59282026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.765 INFO O| Aug 12 21:00:41.765 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.775 INFO O| Aug 12 21:00:41.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59302026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.775 INFO O| Aug 12 21:00:41.775 INFO STEP 238 (remove_files) COMPLETE
59312026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.775 INFO O| Aug 12 21:00:41.775 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.783 INFO O| Aug 12 21:00:41.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59332026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.783 INFO O| Aug 12 21:00:41.783 INFO STEP 239 (remove_files) COMPLETE
59342026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.783 INFO O| Aug 12 21:00:41.783 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.792 INFO O| Aug 12 21:00:41.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59362026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.792 INFO O| Aug 12 21:00:41.792 INFO STEP 240 (remove_files) COMPLETE
59372026-08-12T21:00:43.151Z[ recovery-image] Aug 12 21:00:41.792 INFO O| Aug 12 21:00:41.792 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-08-12T21:00:43.151Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
59392026-08-12T21:00:43.152Z[ recovery-image] Aug 12 21:00:41.801 INFO O| Aug 12 21:00:41.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59402026-08-12T21:00:43.152Z[ recovery-image] Aug 12 21:00:41.801 INFO O| Aug 12 21:00:41.801 INFO STEP 241 (remove_files) COMPLETE
59412026-08-12T21:00:43.152Z[ recovery-image] Aug 12 21:00:41.801 INFO O| Aug 12 21:00:41.801 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-12T21:00:43.152Z[ recovery-image] Aug 12 21:00:41.812 INFO O| Aug 12 21:00:41.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59432026-08-12T21:00:43.152Z[ recovery-image] Aug 12 21:00:41.812 INFO O| Aug 12 21:00:41.812 INFO STEP 242 (remove_files) COMPLETE
59442026-08-12T21:00:43.152Z[ recovery-image] Aug 12 21:00:41.812 INFO O| Aug 12 21:00:41.812 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-12T21:00:43.156Z[ recovery-image] Aug 12 21:00:41.821 INFO O| Aug 12 21:00:41.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59462026-08-12T21:00:43.156Z[ recovery-image] Aug 12 21:00:41.821 INFO O| Aug 12 21:00:41.821 INFO STEP 243 (remove_files) COMPLETE
59472026-08-12T21:00:43.157Z[ recovery-image] Aug 12 21:00:41.821 INFO O| Aug 12 21:00:41.821 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-12T21:00:43.157Z[ recovery-image] Aug 12 21:00:41.853 INFO O| Aug 12 21:00:41.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59492026-08-12T21:00:43.157Z[ recovery-image] Aug 12 21:00:41.853 INFO O| Aug 12 21:00:41.853 INFO STEP 244 (remove_files) COMPLETE
59502026-08-12T21:00:43.157Z[ recovery-image] Aug 12 21:00:41.853 INFO O| Aug 12 21:00:41.853 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-12T21:00:43.157Z[ recovery-image] Aug 12 21:00:41.862 INFO O| Aug 12 21:00:41.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59522026-08-12T21:00:43.157Z[ recovery-image] Aug 12 21:00:41.862 INFO O| Aug 12 21:00:41.862 INFO STEP 245 (remove_files) COMPLETE
59532026-08-12T21:00:43.157Z[ recovery-image] Aug 12 21:00:41.862 INFO O| Aug 12 21:00:41.862 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-12T21:00:43.158Z[ recovery-image] Aug 12 21:00:41.871 INFO O| Aug 12 21:00:41.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59552026-08-12T21:00:43.158Z[ recovery-image] Aug 12 21:00:41.871 INFO O| Aug 12 21:00:41.871 INFO STEP 246 (remove_files) COMPLETE
59562026-08-12T21:00:43.158Z[ recovery-image] Aug 12 21:00:41.871 INFO O| Aug 12 21:00:41.871 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-12T21:00:43.303Z[ recovery-image] Aug 12 21:00:41.882 INFO O| Aug 12 21:00:41.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59582026-08-12T21:00:43.303Z[ recovery-image] Aug 12 21:00:41.882 INFO O| Aug 12 21:00:41.882 INFO STEP 247 (remove_files) COMPLETE
59592026-08-12T21:00:43.303Z[ recovery-image] Aug 12 21:00:41.882 INFO O| Aug 12 21:00:41.882 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-12T21:00:44.239Z[ recovery-image] Aug 12 21:00:41.891 INFO O| Aug 12 21:00:41.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59612026-08-12T21:00:44.240Z[ recovery-image] Aug 12 21:00:41.891 INFO O| Aug 12 21:00:41.891 INFO STEP 248 (remove_files) COMPLETE
59622026-08-12T21:00:44.240Z[ recovery-image] Aug 12 21:00:41.891 INFO O| Aug 12 21:00:41.891 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-12T21:00:44.240Z[ recovery-image] Aug 12 21:00:41.904 INFO O| Aug 12 21:00:41.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
59642026-08-12T21:00:44.240Z[ recovery-image] Aug 12 21:00:41.904 INFO O| Aug 12 21:00:41.904 INFO STEP 249 (remove_files) COMPLETE
59652026-08-12T21:00:44.240Z[ recovery-image] Aug 12 21:00:41.904 INFO O| Aug 12 21:00:41.904 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-12T21:00:44.240Z[ recovery-image] Aug 12 21:00:41.916 INFO O| Aug 12 21:00:41.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
59672026-08-12T21:00:44.240Z[ recovery-image] Aug 12 21:00:41.916 INFO O| Aug 12 21:00:41.916 INFO STEP 250 (remove_files) COMPLETE
59682026-08-12T21:00:44.240Z[ recovery-image] Aug 12 21:00:41.916 INFO O| Aug 12 21:00:41.916 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-12T21:00:44.240Z[ recovery-image] Aug 12 21:00:41.925 INFO O| Aug 12 21:00:41.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
59702026-08-12T21:00:44.240Z[ recovery-image] Aug 12 21:00:41.925 INFO O| Aug 12 21:00:41.925 INFO STEP 251 (remove_files) COMPLETE
59712026-08-12T21:00:44.240Z[ recovery-image] Aug 12 21:00:41.925 INFO O| Aug 12 21:00:41.925 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-12T21:00:44.240Z[ recovery-image] Aug 12 21:00:41.934 INFO O| Aug 12 21:00:41.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
59732026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.934 INFO O| Aug 12 21:00:41.934 INFO STEP 252 (remove_files) COMPLETE
59742026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.934 INFO O| Aug 12 21:00:41.934 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.943 INFO O| Aug 12 21:00:41.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
59762026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.943 INFO O| Aug 12 21:00:41.943 INFO STEP 253 (remove_files) COMPLETE
59772026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.943 INFO O| Aug 12 21:00:41.943 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.956 INFO O| Aug 12 21:00:41.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
59792026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.956 INFO O| Aug 12 21:00:41.956 INFO STEP 254 (remove_files) COMPLETE
59802026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.956 INFO O| Aug 12 21:00:41.956 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.965 INFO O| Aug 12 21:00:41.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
59822026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.965 INFO O| Aug 12 21:00:41.965 INFO STEP 255 (remove_files) COMPLETE
59832026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.965 INFO O| Aug 12 21:00:41.965 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.977 INFO O| Aug 12 21:00:41.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
59852026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.977 INFO O| Aug 12 21:00:41.977 INFO STEP 256 (remove_files) COMPLETE
59862026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.977 INFO O| Aug 12 21:00:41.977 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.987 INFO O| Aug 12 21:00:41.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
59882026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.987 INFO O| Aug 12 21:00:41.987 INFO STEP 257 (remove_files) COMPLETE
59892026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.987 INFO O| Aug 12 21:00:41.987 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.997 INFO O| Aug 12 21:00:41.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
59912026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.997 INFO O| Aug 12 21:00:41.997 INFO STEP 258 (remove_files) COMPLETE
59922026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:41.997 INFO O| Aug 12 21:00:41.997 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:42.010 INFO O| Aug 12 21:00:42.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
59942026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:42.011 INFO O| Aug 12 21:00:42.011 INFO STEP 259 (remove_files) COMPLETE
59952026-08-12T21:00:44.241Z[ recovery-image] Aug 12 21:00:42.011 INFO O| Aug 12 21:00:42.011 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.022 INFO O| Aug 12 21:00:42.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
59972026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.022 INFO O| Aug 12 21:00:42.022 INFO STEP 260 (remove_files) COMPLETE
59982026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.022 INFO O| Aug 12 21:00:42.022 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.072 INFO O| Aug 12 21:00:42.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60002026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.072 INFO O| Aug 12 21:00:42.072 INFO STEP 261 (remove_files) COMPLETE
60012026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.072 INFO O| Aug 12 21:00:42.072 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.082 INFO O| Aug 12 21:00:42.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60032026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.082 INFO O| Aug 12 21:00:42.082 INFO STEP 262 (remove_files) COMPLETE
60042026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.082 INFO O| Aug 12 21:00:42.082 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.094 INFO O| Aug 12 21:00:42.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60062026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.094 INFO O| Aug 12 21:00:42.094 INFO STEP 263 (remove_files) COMPLETE
60072026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.094 INFO O| Aug 12 21:00:42.094 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.104 INFO O| Aug 12 21:00:42.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60092026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.104 INFO O| Aug 12 21:00:42.104 INFO STEP 264 (remove_files) COMPLETE
60102026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.104 INFO O| Aug 12 21:00:42.104 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.113 INFO O| Aug 12 21:00:42.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60122026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.113 INFO O| Aug 12 21:00:42.113 INFO STEP 265 (remove_files) COMPLETE
60132026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.113 INFO O| Aug 12 21:00:42.113 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.124 INFO O| Aug 12 21:00:42.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60152026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.125 INFO O| Aug 12 21:00:42.125 INFO STEP 266 (remove_files) COMPLETE
60162026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.125 INFO O| Aug 12 21:00:42.125 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.134 INFO O| Aug 12 21:00:42.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60182026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.134 INFO O| Aug 12 21:00:42.134 INFO STEP 267 (remove_files) COMPLETE
60192026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.134 INFO O| Aug 12 21:00:42.134 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.143 INFO O| Aug 12 21:00:42.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60212026-08-12T21:00:44.242Z[ recovery-image] Aug 12 21:00:42.143 INFO O| Aug 12 21:00:42.143 INFO STEP 268 (remove_files) COMPLETE
60222026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.143 INFO O| Aug 12 21:00:42.143 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.152 INFO O| Aug 12 21:00:42.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60242026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.152 INFO O| Aug 12 21:00:42.152 INFO STEP 269 (remove_files) COMPLETE
60252026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.152 INFO O| Aug 12 21:00:42.152 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.160 INFO O| Aug 12 21:00:42.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60272026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.160 INFO O| Aug 12 21:00:42.160 INFO STEP 270 (remove_files) COMPLETE
60282026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.160 INFO O| Aug 12 21:00:42.160 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.168 INFO O| Aug 12 21:00:42.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60302026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.168 INFO O| Aug 12 21:00:42.168 INFO STEP 271 (remove_files) COMPLETE
60312026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.168 INFO O| Aug 12 21:00:42.168 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.177 INFO O| Aug 12 21:00:42.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60332026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.177 INFO O| Aug 12 21:00:42.177 INFO STEP 272 (remove_files) COMPLETE
60342026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.177 INFO O| Aug 12 21:00:42.177 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.186 INFO O| Aug 12 21:00:42.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60362026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.186 INFO O| Aug 12 21:00:42.186 INFO STEP 273 (remove_files) COMPLETE
60372026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.186 INFO O| Aug 12 21:00:42.186 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.195 INFO O| Aug 12 21:00:42.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60392026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.195 INFO O| Aug 12 21:00:42.195 INFO STEP 274 (remove_files) COMPLETE
60402026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.195 INFO O| Aug 12 21:00:42.195 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.204 INFO O| Aug 12 21:00:42.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60422026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.204 INFO O| Aug 12 21:00:42.204 INFO STEP 275 (remove_files) COMPLETE
60432026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.204 INFO O| Aug 12 21:00:42.204 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.212 INFO O| Aug 12 21:00:42.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60452026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.212 INFO O| Aug 12 21:00:42.212 INFO STEP 276 (remove_files) COMPLETE
60462026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.212 INFO O| Aug 12 21:00:42.212 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.220 INFO O| Aug 12 21:00:42.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60482026-08-12T21:00:44.243Z[ recovery-image] Aug 12 21:00:42.220 INFO O| Aug 12 21:00:42.220 INFO STEP 277 (remove_files) COMPLETE
60492026-08-12T21:00:44.244Z[ recovery-image] Aug 12 21:00:42.220 INFO O| Aug 12 21:00:42.220 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-12T21:00:44.244Z[ recovery-image] Aug 12 21:00:42.229 INFO O| Aug 12 21:00:42.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60512026-08-12T21:00:44.244Z[ recovery-image] Aug 12 21:00:42.229 INFO O| Aug 12 21:00:42.229 INFO STEP 278 (remove_files) COMPLETE
60522026-08-12T21:00:44.244Z[ recovery-image] Aug 12 21:00:42.229 INFO O| Aug 12 21:00:42.229 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-12T21:00:44.244Z[ recovery-image] Aug 12 21:00:42.238 INFO O| Aug 12 21:00:42.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60542026-08-12T21:00:44.244Z[ recovery-image] Aug 12 21:00:42.238 INFO O| Aug 12 21:00:42.238 INFO STEP 279 (remove_files) COMPLETE
60552026-08-12T21:00:44.244Z[ recovery-image] Aug 12 21:00:42.238 INFO O| Aug 12 21:00:42.238 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-12T21:00:44.244Z[ recovery-image] Aug 12 21:00:42.248 INFO O| Aug 12 21:00:42.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60572026-08-12T21:00:44.244Z[ recovery-image] Aug 12 21:00:42.248 INFO O| Aug 12 21:00:42.248 INFO STEP 280 (remove_files) COMPLETE
60582026-08-12T21:00:44.244Z[ recovery-image] Aug 12 21:00:42.248 INFO O| Aug 12 21:00:42.248 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-12T21:00:44.244Z[ recovery-image] Aug 12 21:00:42.257 INFO O| Aug 12 21:00:42.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60602026-08-12T21:00:44.253Z[ recovery-image] Aug 12 21:00:42.257 INFO O| Aug 12 21:00:42.257 INFO STEP 281 (remove_files) COMPLETE
60612026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.257 INFO O| Aug 12 21:00:42.257 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.266 INFO O| Aug 12 21:00:42.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
60632026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.266 INFO O| Aug 12 21:00:42.266 INFO STEP 282 (remove_files) COMPLETE
60642026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.266 INFO O| Aug 12 21:00:42.266 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.276 INFO O| Aug 12 21:00:42.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
60662026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.276 INFO O| Aug 12 21:00:42.276 INFO STEP 283 (remove_files) COMPLETE
60672026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.276 INFO O| Aug 12 21:00:42.276 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.285 INFO O| Aug 12 21:00:42.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
60692026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.285 INFO O| Aug 12 21:00:42.285 INFO STEP 284 (remove_files) COMPLETE
60702026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.285 INFO O| Aug 12 21:00:42.285 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.294 INFO O| Aug 12 21:00:42.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
60722026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.294 INFO O| Aug 12 21:00:42.294 INFO STEP 285 (remove_files) COMPLETE
60732026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.294 INFO O| Aug 12 21:00:42.294 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.302 INFO O| Aug 12 21:00:42.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
60752026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.302 INFO O| Aug 12 21:00:42.302 INFO STEP 286 (remove_files) COMPLETE
60762026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.302 INFO O| Aug 12 21:00:42.302 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.310 INFO O| Aug 12 21:00:42.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
60782026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.310 INFO O| Aug 12 21:00:42.310 INFO STEP 287 (remove_files) COMPLETE
60792026-08-12T21:00:44.254Z[ recovery-image] Aug 12 21:00:42.310 INFO O| Aug 12 21:00:42.310 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-08-12T21:00:44.255Z[ recovery-image] Aug 12 21:00:42.320 INFO O| Aug 12 21:00:42.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
60812026-08-12T21:00:44.255Z[ recovery-image] Aug 12 21:00:42.320 INFO O| Aug 12 21:00:42.320 INFO STEP 288 (remove_files) COMPLETE
60822026-08-12T21:00:44.255Z[ recovery-image] Aug 12 21:00:42.320 INFO O| Aug 12 21:00:42.320 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-12T21:00:44.255Z[ recovery-image] Aug 12 21:00:42.330 INFO O| Aug 12 21:00:42.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
60842026-08-12T21:00:44.255Z[ recovery-image] Aug 12 21:00:42.330 INFO O| Aug 12 21:00:42.330 INFO STEP 289 (remove_files) COMPLETE
60852026-08-12T21:00:44.255Z[ recovery-image] Aug 12 21:00:42.330 INFO O| Aug 12 21:00:42.330 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-12T21:00:44.295Z[ recovery-image] Aug 12 21:00:42.341 INFO O| Aug 12 21:00:42.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
60872026-08-12T21:00:44.295Z[ recovery-image] Aug 12 21:00:42.341 INFO O| Aug 12 21:00:42.341 INFO STEP 290 (remove_files) COMPLETE
60882026-08-12T21:00:44.295Z[ recovery-image] Aug 12 21:00:42.341 INFO O| Aug 12 21:00:42.341 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-12T21:00:44.295Z[ recovery-image] Aug 12 21:00:42.351 INFO O| Aug 12 21:00:42.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
60902026-08-12T21:00:44.295Z[ recovery-image] Aug 12 21:00:42.351 INFO O| Aug 12 21:00:42.351 INFO STEP 291 (remove_files) COMPLETE
60912026-08-12T21:00:44.295Z[ recovery-image] Aug 12 21:00:42.351 INFO O| Aug 12 21:00:42.351 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-12T21:00:44.295Z[ recovery-image] Aug 12 21:00:42.361 INFO O| Aug 12 21:00:42.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
60932026-08-12T21:00:44.295Z[ recovery-image] Aug 12 21:00:42.361 INFO O| Aug 12 21:00:42.361 INFO STEP 292 (remove_files) COMPLETE
60942026-08-12T21:00:44.295Z[ recovery-image] Aug 12 21:00:42.361 INFO O| Aug 12 21:00:42.361 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.371 INFO O| Aug 12 21:00:42.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
60962026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.371 INFO O| Aug 12 21:00:42.371 INFO STEP 293 (remove_files) COMPLETE
60972026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.371 INFO O| Aug 12 21:00:42.371 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.381 INFO O| Aug 12 21:00:42.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
60992026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.381 INFO O| Aug 12 21:00:42.381 INFO STEP 294 (remove_files) COMPLETE
61002026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.381 INFO O| Aug 12 21:00:42.381 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.390 INFO O| Aug 12 21:00:42.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61022026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.390 INFO O| Aug 12 21:00:42.390 INFO STEP 295 (remove_files) COMPLETE
61032026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.390 INFO O| Aug 12 21:00:42.390 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.399 INFO O| Aug 12 21:00:42.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61052026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.399 INFO O| Aug 12 21:00:42.399 INFO STEP 296 (remove_files) COMPLETE
61062026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.399 INFO O| Aug 12 21:00:42.399 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.408 INFO O| Aug 12 21:00:42.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61082026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.409 INFO O| Aug 12 21:00:42.409 INFO STEP 297 (remove_files) COMPLETE
61092026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.409 INFO O| Aug 12 21:00:42.409 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.417 INFO O| Aug 12 21:00:42.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61112026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.417 INFO O| Aug 12 21:00:42.417 INFO STEP 298 (remove_files) COMPLETE
61122026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.417 INFO O| Aug 12 21:00:42.417 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.450 INFO O| Aug 12 21:00:42.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61142026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.460 INFO O| Aug 12 21:00:42.460 INFO STEP 299 (remove_files) COMPLETE
61152026-08-12T21:00:44.296Z[ recovery-image] Aug 12 21:00:42.460 INFO O| Aug 12 21:00:42.460 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-12T21:00:44.296Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
61172026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.491 INFO O| Aug 12 21:00:42.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61182026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.491 INFO O| Aug 12 21:00:42.490 INFO STEP 300 (remove_files) COMPLETE
61192026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.491 INFO O| Aug 12 21:00:42.490 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.500 INFO O| Aug 12 21:00:42.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61212026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.500 INFO O| Aug 12 21:00:42.500 INFO STEP 301 (remove_files) COMPLETE
61222026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.500 INFO O| Aug 12 21:00:42.500 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.508 INFO O| Aug 12 21:00:42.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61242026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.508 INFO O| Aug 12 21:00:42.508 INFO STEP 302 (remove_files) COMPLETE
61252026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.508 INFO O| Aug 12 21:00:42.508 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.516 INFO O| Aug 12 21:00:42.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61272026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.516 INFO O| Aug 12 21:00:42.516 INFO STEP 303 (remove_files) COMPLETE
61282026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.516 INFO O| Aug 12 21:00:42.516 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.523 INFO O| Aug 12 21:00:42.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61302026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.523 INFO O| Aug 12 21:00:42.523 INFO STEP 304 (remove_files) COMPLETE
61312026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.523 INFO O| Aug 12 21:00:42.523 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.532 INFO O| Aug 12 21:00:42.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61332026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.532 INFO O| Aug 12 21:00:42.532 INFO STEP 305 (remove_files) COMPLETE
61342026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.532 INFO O| Aug 12 21:00:42.532 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.542 INFO O| Aug 12 21:00:42.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61362026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.542 INFO O| Aug 12 21:00:42.542 INFO STEP 306 (remove_files) COMPLETE
61372026-08-12T21:00:44.297Z[ recovery-image] Aug 12 21:00:42.542 INFO O| Aug 12 21:00:42.542 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.552 INFO O| Aug 12 21:00:42.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61392026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.552 INFO O| Aug 12 21:00:42.552 INFO STEP 307 (remove_files) COMPLETE
61402026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.552 INFO O| Aug 12 21:00:42.552 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-12T21:00:44.298Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
61422026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.560 INFO O| Aug 12 21:00:42.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61432026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.560 INFO O| Aug 12 21:00:42.560 INFO STEP 308 (remove_files) COMPLETE
61442026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.560 INFO O| Aug 12 21:00:42.560 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.586 INFO O| Aug 12 21:00:42.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61462026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.586 INFO O| Aug 12 21:00:42.586 INFO STEP 309 (remove_files) COMPLETE
61472026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.586 INFO O| Aug 12 21:00:42.586 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.611 INFO O| Aug 12 21:00:42.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61492026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.611 INFO O| Aug 12 21:00:42.611 INFO STEP 310 (remove_files) COMPLETE
61502026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.611 INFO O| Aug 12 21:00:42.611 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.620 INFO O| Aug 12 21:00:42.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61522026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.620 INFO O| Aug 12 21:00:42.620 INFO STEP 311 (remove_files) COMPLETE
61532026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.620 INFO O| Aug 12 21:00:42.620 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.629 INFO O| Aug 12 21:00:42.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61552026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.629 INFO O| Aug 12 21:00:42.629 INFO STEP 312 (remove_files) COMPLETE
61562026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.629 INFO O| Aug 12 21:00:42.629 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-12T21:00:44.298Z[ recovery-image] Aug 12 21:00:42.638 INFO O| Aug 12 21:00:42.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61582026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.638 INFO O| Aug 12 21:00:42.638 INFO STEP 313 (remove_files) COMPLETE
61592026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.638 INFO O| Aug 12 21:00:42.638 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.647 INFO O| Aug 12 21:00:42.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61612026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.656 INFO O| Aug 12 21:00:42.656 INFO STEP 314 (remove_files) COMPLETE
61622026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.656 INFO O| Aug 12 21:00:42.656 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.667 INFO O| Aug 12 21:00:42.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
61642026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.667 INFO O| Aug 12 21:00:42.667 INFO STEP 315 (remove_files) COMPLETE
61652026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.667 INFO O| Aug 12 21:00:42.667 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.678 INFO O| Aug 12 21:00:42.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
61672026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.678 INFO O| Aug 12 21:00:42.678 INFO STEP 316 (remove_files) COMPLETE
61682026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.678 INFO O| Aug 12 21:00:42.678 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.691 INFO O| Aug 12 21:00:42.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
61702026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.691 INFO O| Aug 12 21:00:42.691 INFO STEP 317 (remove_files) COMPLETE
61712026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.691 INFO O| Aug 12 21:00:42.691 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.703 INFO O| Aug 12 21:00:42.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
61732026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.703 INFO O| Aug 12 21:00:42.703 INFO STEP 318 (remove_files) COMPLETE
61742026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.703 INFO O| Aug 12 21:00:42.703 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.712 INFO O| Aug 12 21:00:42.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
61762026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.713 INFO O| Aug 12 21:00:42.713 INFO STEP 319 (remove_files) COMPLETE
61772026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.713 INFO O| Aug 12 21:00:42.713 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.722 INFO O| Aug 12 21:00:42.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
61792026-08-12T21:00:44.299Z[ recovery-image] Aug 12 21:00:42.722 INFO O| Aug 12 21:00:42.722 INFO STEP 320 (remove_files) COMPLETE
61802026-08-12T21:00:44.300Z[ recovery-image] Aug 12 21:00:42.722 INFO O| Aug 12 21:00:42.722 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-12T21:00:44.300Z[ recovery-image] Aug 12 21:00:42.734 INFO O| Aug 12 21:00:42.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
61822026-08-12T21:00:44.300Z[ recovery-image] Aug 12 21:00:42.734 INFO O| Aug 12 21:00:42.734 INFO STEP 321 (remove_files) COMPLETE
61832026-08-12T21:00:44.300Z[ recovery-image] Aug 12 21:00:42.734 INFO O| Aug 12 21:00:42.734 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-12T21:00:44.300Z[ recovery-image] Aug 12 21:00:42.742 INFO O| Aug 12 21:00:42.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
61852026-08-12T21:00:44.300Z[ recovery-image] Aug 12 21:00:42.742 INFO O| Aug 12 21:00:42.742 INFO STEP 322 (remove_files) COMPLETE
61862026-08-12T21:00:44.307Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
61872026-08-12T21:00:44.307Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
61882026-08-12T21:00:44.307Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
61892026-08-12T21:00:44.307Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
61902026-08-12T21:00:44.307Z[verify-libraries] Compiling fatfs v0.3.6
61912026-08-12T21:00:44.307Z[ recovery-image] Aug 12 21:00:42.742 INFO O| Aug 12 21:00:42.742 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-12T21:00:44.307Z[ recovery-image] Aug 12 21:00:42.750 INFO O| Aug 12 21:00:42.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
61932026-08-12T21:00:44.307Z[ recovery-image] Aug 12 21:00:42.750 INFO O| Aug 12 21:00:42.750 INFO STEP 323 (remove_files) COMPLETE
61942026-08-12T21:00:44.307Z[ recovery-image] Aug 12 21:00:42.750 INFO O| Aug 12 21:00:42.750 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-12T21:00:44.307Z[ recovery-image] Aug 12 21:00:42.759 INFO O| Aug 12 21:00:42.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
61962026-08-12T21:00:44.307Z[ recovery-image] Aug 12 21:00:42.759 INFO O| Aug 12 21:00:42.759 INFO STEP 324 (remove_files) COMPLETE
61972026-08-12T21:00:44.307Z[ recovery-image] Aug 12 21:00:42.759 INFO O| Aug 12 21:00:42.759 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-12T21:00:44.307Z[ recovery-image] Aug 12 21:00:42.767 INFO O| Aug 12 21:00:42.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
61992026-08-12T21:00:44.307Z[ recovery-image] Aug 12 21:00:42.767 INFO O| Aug 12 21:00:42.767 INFO STEP 325 (remove_files) COMPLETE
62002026-08-12T21:00:44.307Z[ recovery-image] Aug 12 21:00:42.767 INFO O| Aug 12 21:00:42.767 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.786 INFO O| Aug 12 21:00:42.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62022026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.798 INFO O| Aug 12 21:00:42.797 INFO STEP 326 (remove_files) COMPLETE
62032026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.798 INFO O| Aug 12 21:00:42.798 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.810 INFO O| Aug 12 21:00:42.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62052026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.810 INFO O| Aug 12 21:00:42.810 INFO STEP 327 (remove_files) COMPLETE
62062026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.810 INFO O| Aug 12 21:00:42.810 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.820 INFO O| Aug 12 21:00:42.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62082026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.823 INFO O| Aug 12 21:00:42.823 INFO STEP 328 (remove_files) COMPLETE
62092026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.823 INFO O| Aug 12 21:00:42.823 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.833 INFO O| Aug 12 21:00:42.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62112026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.833 INFO O| Aug 12 21:00:42.833 INFO STEP 329 (remove_files) COMPLETE
62122026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.833 INFO O| Aug 12 21:00:42.833 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.843 INFO O| Aug 12 21:00:42.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62142026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.847 INFO O| Aug 12 21:00:42.847 INFO STEP 330 (remove_files) COMPLETE
62152026-08-12T21:00:44.308Z[ recovery-image] Aug 12 21:00:42.847 INFO O| Aug 12 21:00:42.847 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-12T21:00:44.309Z[ recovery-image] Aug 12 21:00:42.856 INFO O| Aug 12 21:00:42.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62172026-08-12T21:00:44.309Z[ recovery-image] Aug 12 21:00:42.856 INFO O| Aug 12 21:00:42.856 INFO STEP 331 (remove_files) COMPLETE
62182026-08-12T21:00:44.309Z[ recovery-image] Aug 12 21:00:42.856 INFO O| Aug 12 21:00:42.856 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-12T21:00:44.309Z[ recovery-image] Aug 12 21:00:42.867 INFO O| Aug 12 21:00:42.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62202026-08-12T21:00:44.309Z[ recovery-image] Aug 12 21:00:42.867 INFO O| Aug 12 21:00:42.867 INFO STEP 332 (remove_files) COMPLETE
62212026-08-12T21:00:44.309Z[ recovery-image] Aug 12 21:00:42.867 INFO O| Aug 12 21:00:42.867 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-12T21:00:44.309Z[ recovery-image] Aug 12 21:00:42.879 INFO O| Aug 12 21:00:42.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62232026-08-12T21:00:44.309Z[ recovery-image] Aug 12 21:00:42.879 INFO O| Aug 12 21:00:42.879 INFO STEP 333 (remove_files) COMPLETE
62242026-08-12T21:00:44.309Z[ recovery-image] Aug 12 21:00:42.879 INFO O| Aug 12 21:00:42.879 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-12T21:00:44.313Z[ recovery-image] Aug 12 21:00:42.889 INFO O| Aug 12 21:00:42.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62262026-08-12T21:00:44.313Z[ recovery-image] Aug 12 21:00:42.889 INFO O| Aug 12 21:00:42.889 INFO STEP 334 (remove_files) COMPLETE
62272026-08-12T21:00:44.313Z[ recovery-image] Aug 12 21:00:42.889 INFO O| Aug 12 21:00:42.889 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-12T21:00:44.313Z[ recovery-image] Aug 12 21:00:42.897 INFO O| Aug 12 21:00:42.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62292026-08-12T21:00:44.313Z[ recovery-image] Aug 12 21:00:42.897 INFO O| Aug 12 21:00:42.897 INFO STEP 335 (remove_files) COMPLETE
62302026-08-12T21:00:44.313Z[ recovery-image] Aug 12 21:00:42.897 INFO O| Aug 12 21:00:42.897 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.907 INFO O| Aug 12 21:00:42.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62322026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.907 INFO O| Aug 12 21:00:42.907 INFO STEP 336 (remove_files) COMPLETE
62332026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.907 INFO O| Aug 12 21:00:42.907 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.916 INFO O| Aug 12 21:00:42.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62352026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.916 INFO O| Aug 12 21:00:42.916 INFO STEP 337 (remove_files) COMPLETE
62362026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.916 INFO O| Aug 12 21:00:42.916 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.925 INFO O| Aug 12 21:00:42.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62382026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.925 INFO O| Aug 12 21:00:42.925 INFO STEP 338 (remove_files) COMPLETE
62392026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.925 INFO O| Aug 12 21:00:42.925 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.934 INFO O| Aug 12 21:00:42.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62412026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.934 INFO O| Aug 12 21:00:42.934 INFO STEP 339 (remove_files) COMPLETE
62422026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.934 INFO O| Aug 12 21:00:42.934 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.943 INFO O| Aug 12 21:00:42.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62442026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.943 INFO O| Aug 12 21:00:42.943 INFO STEP 340 (remove_files) COMPLETE
62452026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.943 INFO O| Aug 12 21:00:42.943 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.951 INFO O| Aug 12 21:00:42.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62472026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.951 INFO O| Aug 12 21:00:42.951 INFO STEP 341 (remove_files) COMPLETE
62482026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.951 INFO O| Aug 12 21:00:42.951 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.960 INFO O| Aug 12 21:00:42.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62502026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.960 INFO O| Aug 12 21:00:42.960 INFO STEP 342 (remove_files) COMPLETE
62512026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.960 INFO O| Aug 12 21:00:42.960 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.969 INFO O| Aug 12 21:00:42.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62532026-08-12T21:00:44.314Z[ recovery-image] Aug 12 21:00:42.969 INFO O| Aug 12 21:00:42.969 INFO STEP 343 (remove_files) COMPLETE
62542026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:42.969 INFO O| Aug 12 21:00:42.969 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:42.979 INFO O| Aug 12 21:00:42.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62562026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:42.980 INFO O| Aug 12 21:00:42.979 INFO STEP 344 (remove_files) COMPLETE
62572026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:42.980 INFO O| Aug 12 21:00:42.979 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:42.988 INFO O| Aug 12 21:00:42.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62592026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:42.988 INFO O| Aug 12 21:00:42.988 INFO STEP 345 (remove_files) COMPLETE
62602026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:42.988 INFO O| Aug 12 21:00:42.988 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:42.997 INFO O| Aug 12 21:00:42.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62622026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:42.997 INFO O| Aug 12 21:00:42.997 INFO STEP 346 (remove_files) COMPLETE
62632026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:42.997 INFO O| Aug 12 21:00:42.997 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:43.007 INFO O| Aug 12 21:00:43.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62652026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:43.007 INFO O| Aug 12 21:00:43.007 INFO STEP 347 (remove_files) COMPLETE
62662026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:43.007 INFO O| Aug 12 21:00:43.007 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:43.020 INFO O| Aug 12 21:00:43.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
62682026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:43.020 INFO O| Aug 12 21:00:43.016 INFO STEP 348 (remove_files) COMPLETE
62692026-08-12T21:00:44.315Z[ recovery-image] Aug 12 21:00:43.020 INFO O| Aug 12 21:00:43.016 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-12T21:00:44.323Z[ recovery-image] Aug 12 21:00:43.026 INFO O| Aug 12 21:00:43.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
62712026-08-12T21:00:44.323Z[ recovery-image] Aug 12 21:00:43.026 INFO O| Aug 12 21:00:43.026 INFO STEP 349 (remove_files) COMPLETE
62722026-08-12T21:00:44.323Z[ recovery-image] Aug 12 21:00:43.026 INFO O| Aug 12 21:00:43.026 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-12T21:00:44.323Z[verify-libraries] Compiling num-bigint v0.4.6
62742026-08-12T21:00:44.323Z[ recovery-image] Aug 12 21:00:43.036 INFO O| Aug 12 21:00:43.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
62752026-08-12T21:00:44.323Z[ recovery-image] Aug 12 21:00:43.036 INFO O| Aug 12 21:00:43.036 INFO STEP 350 (remove_files) COMPLETE
62762026-08-12T21:00:44.323Z[ recovery-image] Aug 12 21:00:43.036 INFO O| Aug 12 21:00:43.036 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-12T21:00:44.347Z[ recovery-image] Aug 12 21:00:43.061 INFO O| Aug 12 21:00:43.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
62782026-08-12T21:00:44.347Z[ recovery-image] Aug 12 21:00:43.061 INFO O| Aug 12 21:00:43.061 INFO STEP 351 (remove_files) COMPLETE
62792026-08-12T21:00:44.347Z[ recovery-image] Aug 12 21:00:43.061 INFO O| Aug 12 21:00:43.061 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-12T21:00:44.355Z[ recovery-image] Aug 12 21:00:43.071 INFO O| Aug 12 21:00:43.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
62812026-08-12T21:00:44.355Z[ recovery-image] Aug 12 21:00:43.071 INFO O| Aug 12 21:00:43.071 INFO STEP 352 (remove_files) COMPLETE
62822026-08-12T21:00:44.355Z[ recovery-image] Aug 12 21:00:43.071 INFO O| Aug 12 21:00:43.071 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-12T21:00:44.365Z[ recovery-image] Aug 12 21:00:43.081 INFO O| Aug 12 21:00:43.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
62842026-08-12T21:00:44.365Z[ recovery-image] Aug 12 21:00:43.081 INFO O| Aug 12 21:00:43.081 INFO STEP 353 (remove_files) COMPLETE
62852026-08-12T21:00:44.365Z[ recovery-image] Aug 12 21:00:43.081 INFO O| Aug 12 21:00:43.081 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-12T21:00:44.382Z[ recovery-image] Aug 12 21:00:43.091 INFO O| Aug 12 21:00:43.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
62872026-08-12T21:00:44.382Z[ recovery-image] Aug 12 21:00:43.091 INFO O| Aug 12 21:00:43.091 INFO STEP 354 (remove_files) COMPLETE
62882026-08-12T21:00:44.382Z[ recovery-image] Aug 12 21:00:43.091 INFO O| Aug 12 21:00:43.091 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-12T21:00:44.386Z[ recovery-image] Aug 12 21:00:43.100 INFO O| Aug 12 21:00:43.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
62902026-08-12T21:00:44.386Z[ recovery-image] Aug 12 21:00:43.100 INFO O| Aug 12 21:00:43.100 INFO STEP 355 (remove_files) COMPLETE
62912026-08-12T21:00:44.386Z[ recovery-image] Aug 12 21:00:43.100 INFO O| Aug 12 21:00:43.100 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-12T21:00:44.393Z[verify-libraries] Compiling generic-array v1.4.3
62932026-08-12T21:00:44.397Z[ recovery-image] Aug 12 21:00:43.110 INFO O| Aug 12 21:00:43.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
62942026-08-12T21:00:44.397Z[ recovery-image] Aug 12 21:00:43.110 INFO O| Aug 12 21:00:43.110 INFO STEP 356 (remove_files) COMPLETE
62952026-08-12T21:00:44.397Z[ recovery-image] Aug 12 21:00:43.110 INFO O| Aug 12 21:00:43.110 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-08-12T21:00:44.406Z[ recovery-image] Aug 12 21:00:43.119 INFO O| Aug 12 21:00:43.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
62972026-08-12T21:00:44.406Z[ recovery-image] Aug 12 21:00:43.119 INFO O| Aug 12 21:00:43.119 INFO STEP 357 (remove_files) COMPLETE
62982026-08-12T21:00:44.406Z[ recovery-image] Aug 12 21:00:43.119 INFO O| Aug 12 21:00:43.119 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-08-12T21:00:44.411Z[ recovery-image] Aug 12 21:00:43.128 INFO O| Aug 12 21:00:43.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63002026-08-12T21:00:44.412Z[ recovery-image] Aug 12 21:00:43.128 INFO O| Aug 12 21:00:43.128 INFO STEP 358 (remove_files) COMPLETE
63012026-08-12T21:00:44.412Z[ recovery-image] Aug 12 21:00:43.128 INFO O| Aug 12 21:00:43.128 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-08-12T21:00:44.419Z[ recovery-image] Aug 12 21:00:43.136 INFO O| Aug 12 21:00:43.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63032026-08-12T21:00:44.419Z[ recovery-image] Aug 12 21:00:43.136 INFO O| Aug 12 21:00:43.136 INFO STEP 359 (remove_files) COMPLETE
63042026-08-12T21:00:44.422Z[ recovery-image] Aug 12 21:00:43.136 INFO O| Aug 12 21:00:43.136 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-08-12T21:00:44.429Z[ recovery-image] Aug 12 21:00:43.144 INFO O| Aug 12 21:00:43.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63062026-08-12T21:00:44.430Z[ recovery-image] Aug 12 21:00:43.144 INFO O| Aug 12 21:00:43.144 INFO STEP 360 (remove_files) COMPLETE
63072026-08-12T21:00:44.431Z[ recovery-image] Aug 12 21:00:43.144 INFO O| Aug 12 21:00:43.144 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-08-12T21:00:44.447Z[verify-libraries] Compiling russh-util v0.52.0
63092026-08-12T21:00:44.447Z[verify-libraries] Compiling enum_dispatch v0.3.13
63102026-08-12T21:00:44.447Z[ recovery-image] Aug 12 21:00:43.152 INFO O| Aug 12 21:00:43.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63112026-08-12T21:00:44.447Z[ recovery-image] Aug 12 21:00:43.152 INFO O| Aug 12 21:00:43.152 INFO STEP 361 (remove_files) COMPLETE
63122026-08-12T21:00:44.447Z[ recovery-image] Aug 12 21:00:43.152 INFO O| Aug 12 21:00:43.152 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-12T21:00:44.447Z[ recovery-image] Aug 12 21:00:43.161 INFO O| Aug 12 21:00:43.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63142026-08-12T21:00:44.447Z[ recovery-image] Aug 12 21:00:43.161 INFO O| Aug 12 21:00:43.161 INFO STEP 362 (remove_files) COMPLETE
63152026-08-12T21:00:44.447Z[ recovery-image] Aug 12 21:00:43.161 INFO O| Aug 12 21:00:43.161 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-12T21:00:44.453Z[ recovery-image] Aug 12 21:00:43.170 INFO O| Aug 12 21:00:43.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63172026-08-12T21:00:44.453Z[ recovery-image] Aug 12 21:00:43.170 INFO O| Aug 12 21:00:43.170 INFO STEP 363 (remove_files) COMPLETE
63182026-08-12T21:00:44.457Z[ recovery-image] Aug 12 21:00:43.170 INFO O| Aug 12 21:00:43.170 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-12T21:00:44.462Z[ recovery-image] Aug 12 21:00:43.179 INFO O| Aug 12 21:00:43.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63202026-08-12T21:00:44.462Z[ recovery-image] Aug 12 21:00:43.179 INFO O| Aug 12 21:00:43.179 INFO STEP 364 (remove_files) COMPLETE
63212026-08-12T21:00:44.466Z[ recovery-image] Aug 12 21:00:43.179 INFO O| Aug 12 21:00:43.179 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-12T21:00:44.471Z[ recovery-image] Aug 12 21:00:43.188 INFO O| Aug 12 21:00:43.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63232026-08-12T21:00:44.471Z[ recovery-image] Aug 12 21:00:43.188 INFO O| Aug 12 21:00:43.188 INFO STEP 365 (remove_files) COMPLETE
63242026-08-12T21:00:44.471Z[ recovery-image] Aug 12 21:00:43.188 INFO O| Aug 12 21:00:43.188 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-12T21:00:44.482Z[ recovery-image] Aug 12 21:00:43.199 INFO O| Aug 12 21:00:43.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63262026-08-12T21:00:44.482Z[ recovery-image] Aug 12 21:00:43.199 INFO O| Aug 12 21:00:43.199 INFO STEP 366 (remove_files) COMPLETE
63272026-08-12T21:00:44.485Z[ recovery-image] Aug 12 21:00:43.199 INFO O| Aug 12 21:00:43.199 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-12T21:00:44.491Z[ recovery-image] Aug 12 21:00:43.208 INFO O| Aug 12 21:00:43.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63292026-08-12T21:00:44.491Z[ recovery-image] Aug 12 21:00:43.208 INFO O| Aug 12 21:00:43.208 INFO STEP 367 (remove_files) COMPLETE
63302026-08-12T21:00:44.495Z[ recovery-image] Aug 12 21:00:43.208 INFO O| Aug 12 21:00:43.208 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-12T21:00:44.501Z[ recovery-image] Aug 12 21:00:43.217 INFO O| Aug 12 21:00:43.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63322026-08-12T21:00:44.501Z[ recovery-image] Aug 12 21:00:43.217 INFO O| Aug 12 21:00:43.217 INFO STEP 368 (remove_files) COMPLETE
63332026-08-12T21:00:44.501Z[ recovery-image] Aug 12 21:00:43.217 INFO O| Aug 12 21:00:43.217 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-12T21:00:44.508Z[verify-libraries] Compiling sapling-renderdag v0.1.0
63352026-08-12T21:00:44.512Z[ recovery-image] Aug 12 21:00:43.226 INFO O| Aug 12 21:00:43.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63362026-08-12T21:00:44.512Z[ recovery-image] Aug 12 21:00:43.226 INFO O| Aug 12 21:00:43.226 INFO STEP 369 (remove_files) COMPLETE
63372026-08-12T21:00:44.512Z[ recovery-image] Aug 12 21:00:43.226 INFO O| Aug 12 21:00:43.226 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-12T21:00:44.518Z[ recovery-image] Aug 12 21:00:43.235 INFO O| Aug 12 21:00:43.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63392026-08-12T21:00:44.518Z[ recovery-image] Aug 12 21:00:43.235 INFO O| Aug 12 21:00:43.235 INFO STEP 370 (remove_files) COMPLETE
63402026-08-12T21:00:44.518Z[ recovery-image] Aug 12 21:00:43.235 INFO O| Aug 12 21:00:43.235 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-12T21:00:44.527Z[ recovery-image] Aug 12 21:00:43.244 INFO O| Aug 12 21:00:43.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63422026-08-12T21:00:44.527Z[ recovery-image] Aug 12 21:00:43.244 INFO O| Aug 12 21:00:43.244 INFO STEP 371 (remove_files) COMPLETE
63432026-08-12T21:00:44.527Z[ recovery-image] Aug 12 21:00:43.244 INFO O| Aug 12 21:00:43.244 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-12T21:00:44.536Z[ recovery-image] Aug 12 21:00:43.253 INFO O| Aug 12 21:00:43.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63452026-08-12T21:00:44.537Z[ recovery-image] Aug 12 21:00:43.253 INFO O| Aug 12 21:00:43.253 INFO STEP 372 (remove_files) COMPLETE
63462026-08-12T21:00:44.537Z[ recovery-image] Aug 12 21:00:43.253 INFO O| Aug 12 21:00:43.253 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-12T21:00:44.545Z[ recovery-image] Aug 12 21:00:43.262 INFO O| Aug 12 21:00:43.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63482026-08-12T21:00:44.545Z[ recovery-image] Aug 12 21:00:43.262 INFO O| Aug 12 21:00:43.262 INFO STEP 373 (remove_files) COMPLETE
63492026-08-12T21:00:44.545Z[ recovery-image] Aug 12 21:00:43.262 INFO O| Aug 12 21:00:43.262 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-12T21:00:44.554Z[ recovery-image] Aug 12 21:00:43.271 INFO O| Aug 12 21:00:43.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63512026-08-12T21:00:44.554Z[ recovery-image] Aug 12 21:00:43.271 INFO O| Aug 12 21:00:43.271 INFO STEP 374 (remove_files) COMPLETE
63522026-08-12T21:00:44.555Z[ recovery-image] Aug 12 21:00:43.271 INFO O| Aug 12 21:00:43.271 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-12T21:00:44.563Z[ recovery-image] Aug 12 21:00:43.280 INFO O| Aug 12 21:00:43.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63542026-08-12T21:00:44.563Z[ recovery-image] Aug 12 21:00:43.280 INFO O| Aug 12 21:00:43.280 INFO STEP 375 (remove_files) COMPLETE
63552026-08-12T21:00:44.563Z[ recovery-image] Aug 12 21:00:43.280 INFO O| Aug 12 21:00:43.280 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-12T21:00:44.572Z[ recovery-image] Aug 12 21:00:43.289 INFO O| Aug 12 21:00:43.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63572026-08-12T21:00:44.572Z[ recovery-image] Aug 12 21:00:43.289 INFO O| Aug 12 21:00:43.289 INFO STEP 376 (remove_files) COMPLETE
63582026-08-12T21:00:44.576Z[ recovery-image] Aug 12 21:00:43.289 INFO O| Aug 12 21:00:43.289 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-12T21:00:44.579Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
63602026-08-12T21:00:44.583Z[ recovery-image] Aug 12 21:00:43.298 INFO O| Aug 12 21:00:43.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63612026-08-12T21:00:44.583Z[ recovery-image] Aug 12 21:00:43.298 INFO O| Aug 12 21:00:43.298 INFO STEP 377 (remove_files) COMPLETE
63622026-08-12T21:00:44.583Z[ recovery-image] Aug 12 21:00:43.298 INFO O| Aug 12 21:00:43.298 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-12T21:00:44.589Z[ recovery-image] Aug 12 21:00:43.306 INFO O| Aug 12 21:00:43.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63642026-08-12T21:00:44.589Z[ recovery-image] Aug 12 21:00:43.307 INFO O| Aug 12 21:00:43.306 INFO STEP 378 (remove_files) COMPLETE
63652026-08-12T21:00:44.593Z[ recovery-image] Aug 12 21:00:43.307 INFO O| Aug 12 21:00:43.306 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-12T21:00:44.599Z[ recovery-image] Aug 12 21:00:43.316 INFO O| Aug 12 21:00:43.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63672026-08-12T21:00:44.602Z[ recovery-image] Aug 12 21:00:43.317 INFO O| Aug 12 21:00:43.317 INFO STEP 379 (remove_files) COMPLETE
63682026-08-12T21:00:44.602Z[ recovery-image] Aug 12 21:00:43.317 INFO O| Aug 12 21:00:43.317 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-12T21:00:44.610Z[ recovery-image] Aug 12 21:00:43.327 INFO O| Aug 12 21:00:43.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63702026-08-12T21:00:44.610Z[ recovery-image] Aug 12 21:00:43.327 INFO O| Aug 12 21:00:43.327 INFO STEP 380 (remove_files) COMPLETE
63712026-08-12T21:00:44.610Z[ recovery-image] Aug 12 21:00:43.327 INFO O| Aug 12 21:00:43.327 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-12T21:00:44.621Z[ recovery-image] Aug 12 21:00:43.337 INFO O| Aug 12 21:00:43.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
63732026-08-12T21:00:44.621Z[ recovery-image] Aug 12 21:00:43.338 INFO O| Aug 12 21:00:43.337 INFO STEP 381 (remove_files) COMPLETE
63742026-08-12T21:00:44.621Z[ recovery-image] Aug 12 21:00:43.338 INFO O| Aug 12 21:00:43.337 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-12T21:00:44.630Z[ recovery-image] Aug 12 21:00:43.347 INFO O| Aug 12 21:00:43.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
63762026-08-12T21:00:44.630Z[ recovery-image] Aug 12 21:00:43.347 INFO O| Aug 12 21:00:43.347 INFO STEP 382 (remove_files) COMPLETE
63772026-08-12T21:00:44.630Z[ recovery-image] Aug 12 21:00:43.347 INFO O| Aug 12 21:00:43.347 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-12T21:00:44.640Z[ recovery-image] Aug 12 21:00:43.357 INFO O| Aug 12 21:00:43.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
63792026-08-12T21:00:44.640Z[ recovery-image] Aug 12 21:00:43.357 INFO O| Aug 12 21:00:43.357 INFO STEP 383 (remove_files) COMPLETE
63802026-08-12T21:00:44.640Z[ recovery-image] Aug 12 21:00:43.357 INFO O| Aug 12 21:00:43.357 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-12T21:00:44.647Z[verify-libraries] Compiling delegate v0.13.5
63822026-08-12T21:00:44.651Z[ recovery-image] Aug 12 21:00:43.368 INFO O| Aug 12 21:00:43.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
63832026-08-12T21:00:44.655Z[ recovery-image] Aug 12 21:00:43.368 INFO O| Aug 12 21:00:43.368 INFO STEP 384 (remove_files) COMPLETE
63842026-08-12T21:00:44.655Z[ recovery-image] Aug 12 21:00:43.368 INFO O| Aug 12 21:00:43.368 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-12T21:00:44.673Z[ recovery-image] Aug 12 21:00:43.378 INFO O| Aug 12 21:00:43.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
63862026-08-12T21:00:44.673Z[ recovery-image] Aug 12 21:00:43.378 INFO O| Aug 12 21:00:43.378 INFO STEP 385 (remove_files) COMPLETE
63872026-08-12T21:00:44.674Z[ recovery-image] Aug 12 21:00:43.378 INFO O| Aug 12 21:00:43.378 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-12T21:00:44.674Z[ recovery-image] Aug 12 21:00:43.387 INFO O| Aug 12 21:00:43.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
63892026-08-12T21:00:44.674Z[ recovery-image] Aug 12 21:00:43.388 INFO O| Aug 12 21:00:43.388 INFO STEP 386 (remove_files) COMPLETE
63902026-08-12T21:00:44.674Z[ recovery-image] Aug 12 21:00:43.388 INFO O| Aug 12 21:00:43.388 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-12T21:00:44.680Z[ recovery-image] Aug 12 21:00:43.397 INFO O| Aug 12 21:00:43.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
63922026-08-12T21:00:44.681Z[ recovery-image] Aug 12 21:00:43.397 INFO O| Aug 12 21:00:43.397 INFO STEP 387 (remove_files) COMPLETE
63932026-08-12T21:00:44.685Z[ recovery-image] Aug 12 21:00:43.397 INFO O| Aug 12 21:00:43.397 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-12T21:00:44.685Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63952026-08-12T21:00:44.690Z[ recovery-image] Aug 12 21:00:43.406 INFO O| Aug 12 21:00:43.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
63962026-08-12T21:00:44.690Z[ recovery-image] Aug 12 21:00:43.406 INFO O| Aug 12 21:00:43.406 INFO STEP 388 (remove_files) COMPLETE
63972026-08-12T21:00:44.694Z[ recovery-image] Aug 12 21:00:43.406 INFO O| Aug 12 21:00:43.406 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-12T21:00:44.697Z[ recovery-image] Aug 12 21:00:43.414 INFO O| Aug 12 21:00:43.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
63992026-08-12T21:00:44.697Z[ recovery-image] Aug 12 21:00:43.414 INFO O| Aug 12 21:00:43.414 INFO STEP 389 (remove_files) COMPLETE
64002026-08-12T21:00:44.697Z[ recovery-image] Aug 12 21:00:43.414 INFO O| Aug 12 21:00:43.414 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-12T21:00:44.705Z[ recovery-image] Aug 12 21:00:43.422 INFO O| Aug 12 21:00:43.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64022026-08-12T21:00:44.705Z[ recovery-image] Aug 12 21:00:43.422 INFO O| Aug 12 21:00:43.422 INFO STEP 390 (remove_files) COMPLETE
64032026-08-12T21:00:44.705Z[ recovery-image] Aug 12 21:00:43.422 INFO O| Aug 12 21:00:43.422 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-12T21:00:44.713Z[ recovery-image] Aug 12 21:00:43.430 INFO O| Aug 12 21:00:43.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64052026-08-12T21:00:44.713Z[ recovery-image] Aug 12 21:00:43.430 INFO O| Aug 12 21:00:43.430 INFO STEP 391 (remove_files) COMPLETE
64062026-08-12T21:00:44.716Z[ recovery-image] Aug 12 21:00:43.430 INFO O| Aug 12 21:00:43.430 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-12T21:00:44.721Z[ recovery-image] Aug 12 21:00:43.438 INFO O| Aug 12 21:00:43.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64082026-08-12T21:00:44.721Z[ recovery-image] Aug 12 21:00:43.438 INFO O| Aug 12 21:00:43.438 INFO STEP 392 (remove_files) COMPLETE
64092026-08-12T21:00:44.724Z[ recovery-image] Aug 12 21:00:43.438 INFO O| Aug 12 21:00:43.438 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-12T21:00:44.730Z[ recovery-image] Aug 12 21:00:43.447 INFO O| Aug 12 21:00:43.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64112026-08-12T21:00:44.730Z[ recovery-image] Aug 12 21:00:43.447 INFO O| Aug 12 21:00:43.447 INFO STEP 393 (remove_files) COMPLETE
64122026-08-12T21:00:44.730Z[ recovery-image] Aug 12 21:00:43.447 INFO O| Aug 12 21:00:43.447 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-12T21:00:44.738Z[ recovery-image] Aug 12 21:00:43.455 INFO O| Aug 12 21:00:43.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64142026-08-12T21:00:44.738Z[ recovery-image] Aug 12 21:00:43.455 INFO O| Aug 12 21:00:43.455 INFO STEP 394 (remove_files) COMPLETE
64152026-08-12T21:00:44.738Z[ recovery-image] Aug 12 21:00:43.455 INFO O| Aug 12 21:00:43.455 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-12T21:00:44.746Z[ recovery-image] Aug 12 21:00:43.463 INFO O| Aug 12 21:00:43.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64172026-08-12T21:00:44.746Z[ recovery-image] Aug 12 21:00:43.463 INFO O| Aug 12 21:00:43.463 INFO STEP 395 (remove_files) COMPLETE
64182026-08-12T21:00:44.749Z[ recovery-image] Aug 12 21:00:43.463 INFO O| Aug 12 21:00:43.463 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-12T21:00:44.754Z[ recovery-image] Aug 12 21:00:43.471 INFO O| Aug 12 21:00:43.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64202026-08-12T21:00:44.754Z[ recovery-image] Aug 12 21:00:43.471 INFO O| Aug 12 21:00:43.471 INFO STEP 396 (remove_files) COMPLETE
64212026-08-12T21:00:44.754Z[ recovery-image] Aug 12 21:00:43.471 INFO O| Aug 12 21:00:43.471 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-12T21:00:44.762Z[ recovery-image] Aug 12 21:00:43.479 INFO O| Aug 12 21:00:43.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64232026-08-12T21:00:44.762Z[ recovery-image] Aug 12 21:00:43.479 INFO O| Aug 12 21:00:43.479 INFO STEP 397 (remove_files) COMPLETE
64242026-08-12T21:00:44.762Z[ recovery-image] Aug 12 21:00:43.479 INFO O| Aug 12 21:00:43.479 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-12T21:00:44.769Z[ recovery-image] Aug 12 21:00:43.486 INFO O| Aug 12 21:00:43.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64262026-08-12T21:00:44.769Z[ recovery-image] Aug 12 21:00:43.486 INFO O| Aug 12 21:00:43.486 INFO STEP 398 (remove_files) COMPLETE
64272026-08-12T21:00:44.769Z[ recovery-image] Aug 12 21:00:43.486 INFO O| Aug 12 21:00:43.486 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-12T21:00:44.777Z[ recovery-image] Aug 12 21:00:43.494 INFO O| Aug 12 21:00:43.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64292026-08-12T21:00:44.777Z[ recovery-image] Aug 12 21:00:43.494 INFO O| Aug 12 21:00:43.494 INFO STEP 399 (remove_files) COMPLETE
64302026-08-12T21:00:44.777Z[ recovery-image] Aug 12 21:00:43.494 INFO O| Aug 12 21:00:43.494 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-12T21:00:44.784Z[ recovery-image] Aug 12 21:00:43.501 INFO O| Aug 12 21:00:43.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64322026-08-12T21:00:44.785Z[ recovery-image] Aug 12 21:00:43.501 INFO O| Aug 12 21:00:43.501 INFO STEP 400 (remove_files) COMPLETE
64332026-08-12T21:00:44.785Z[ recovery-image] Aug 12 21:00:43.501 INFO O| Aug 12 21:00:43.501 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-12T21:00:44.792Z[ recovery-image] Aug 12 21:00:43.509 INFO O| Aug 12 21:00:43.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64352026-08-12T21:00:44.792Z[ recovery-image] Aug 12 21:00:43.509 INFO O| Aug 12 21:00:43.509 INFO STEP 401 (remove_files) COMPLETE
64362026-08-12T21:00:44.795Z[ recovery-image] Aug 12 21:00:43.509 INFO O| Aug 12 21:00:43.509 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-12T21:00:44.801Z[ recovery-image] Aug 12 21:00:43.518 INFO O| Aug 12 21:00:43.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64382026-08-12T21:00:44.802Z[ recovery-image] Aug 12 21:00:43.518 INFO O| Aug 12 21:00:43.518 INFO STEP 402 (remove_files) COMPLETE
64392026-08-12T21:00:44.805Z[ recovery-image] Aug 12 21:00:43.518 INFO O| Aug 12 21:00:43.518 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-12T21:00:44.810Z[ recovery-image] Aug 12 21:00:43.527 INFO O| Aug 12 21:00:43.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64412026-08-12T21:00:44.810Z[ recovery-image] Aug 12 21:00:43.527 INFO O| Aug 12 21:00:43.527 INFO STEP 403 (remove_files) COMPLETE
64422026-08-12T21:00:44.810Z[ recovery-image] Aug 12 21:00:43.527 INFO O| Aug 12 21:00:43.527 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-12T21:00:44.819Z[ recovery-image] Aug 12 21:00:43.536 INFO O| Aug 12 21:00:43.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64442026-08-12T21:00:44.819Z[ recovery-image] Aug 12 21:00:43.536 INFO O| Aug 12 21:00:43.536 INFO STEP 404 (remove_files) COMPLETE
64452026-08-12T21:00:44.819Z[ recovery-image] Aug 12 21:00:43.536 INFO O| Aug 12 21:00:43.536 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-12T21:00:44.832Z[ recovery-image] Aug 12 21:00:43.544 INFO O| Aug 12 21:00:43.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64472026-08-12T21:00:44.832Z[ recovery-image] Aug 12 21:00:43.544 INFO O| Aug 12 21:00:43.544 INFO STEP 405 (remove_files) COMPLETE
64482026-08-12T21:00:44.832Z[ recovery-image] Aug 12 21:00:43.544 INFO O| Aug 12 21:00:43.544 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-12T21:00:44.836Z[ recovery-image] Aug 12 21:00:43.553 INFO O| Aug 12 21:00:43.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64502026-08-12T21:00:44.836Z[ recovery-image] Aug 12 21:00:43.553 INFO O| Aug 12 21:00:43.553 INFO STEP 406 (remove_files) COMPLETE
64512026-08-12T21:00:44.839Z[ recovery-image] Aug 12 21:00:43.553 INFO O| Aug 12 21:00:43.553 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-12T21:00:44.844Z[ recovery-image] Aug 12 21:00:43.561 INFO O| Aug 12 21:00:43.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64532026-08-12T21:00:44.844Z[ recovery-image] Aug 12 21:00:43.561 INFO O| Aug 12 21:00:43.561 INFO STEP 407 (remove_files) COMPLETE
64542026-08-12T21:00:44.844Z[ recovery-image] Aug 12 21:00:43.561 INFO O| Aug 12 21:00:43.561 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-12T21:00:44.852Z[ recovery-image] Aug 12 21:00:43.569 INFO O| Aug 12 21:00:43.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64562026-08-12T21:00:44.853Z[ recovery-image] Aug 12 21:00:43.569 INFO O| Aug 12 21:00:43.569 INFO STEP 408 (remove_files) COMPLETE
64572026-08-12T21:00:44.853Z[ recovery-image] Aug 12 21:00:43.569 INFO O| Aug 12 21:00:43.569 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-12T21:00:44.861Z[ recovery-image] Aug 12 21:00:43.578 INFO O| Aug 12 21:00:43.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64592026-08-12T21:00:44.861Z[ recovery-image] Aug 12 21:00:43.578 INFO O| Aug 12 21:00:43.578 INFO STEP 409 (remove_files) COMPLETE
64602026-08-12T21:00:44.861Z[ recovery-image] Aug 12 21:00:43.578 INFO O| Aug 12 21:00:43.578 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-12T21:00:44.869Z[ recovery-image] Aug 12 21:00:43.586 INFO O| Aug 12 21:00:43.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64622026-08-12T21:00:44.870Z[ recovery-image] Aug 12 21:00:43.586 INFO O| Aug 12 21:00:43.586 INFO STEP 410 (remove_files) COMPLETE
64632026-08-12T21:00:44.870Z[ recovery-image] Aug 12 21:00:43.586 INFO O| Aug 12 21:00:43.586 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-12T21:00:44.879Z[ recovery-image] Aug 12 21:00:43.595 INFO O| Aug 12 21:00:43.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64652026-08-12T21:00:44.879Z[ recovery-image] Aug 12 21:00:43.595 INFO O| Aug 12 21:00:43.595 INFO STEP 411 (remove_files) COMPLETE
64662026-08-12T21:00:44.879Z[ recovery-image] Aug 12 21:00:43.595 INFO O| Aug 12 21:00:43.595 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-12T21:00:44.887Z[ recovery-image] Aug 12 21:00:43.604 INFO O| Aug 12 21:00:43.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64682026-08-12T21:00:44.887Z[ recovery-image] Aug 12 21:00:43.604 INFO O| Aug 12 21:00:43.604 INFO STEP 412 (remove_files) COMPLETE
64692026-08-12T21:00:44.890Z[ recovery-image] Aug 12 21:00:43.604 INFO O| Aug 12 21:00:43.604 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-12T21:00:44.905Z[ recovery-image] Aug 12 21:00:43.612 INFO O| Aug 12 21:00:43.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
64712026-08-12T21:00:44.905Z[ recovery-image] Aug 12 21:00:43.612 INFO O| Aug 12 21:00:43.612 INFO STEP 413 (remove_files) COMPLETE
64722026-08-12T21:00:44.905Z[ recovery-image] Aug 12 21:00:43.612 INFO O| Aug 12 21:00:43.612 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-12T21:00:44.905Z[ recovery-image] Aug 12 21:00:43.621 INFO O| Aug 12 21:00:43.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
64742026-08-12T21:00:44.905Z[ recovery-image] Aug 12 21:00:43.621 INFO O| Aug 12 21:00:43.621 INFO STEP 414 (remove_files) COMPLETE
64752026-08-12T21:00:44.905Z[ recovery-image] Aug 12 21:00:43.621 INFO O| Aug 12 21:00:43.621 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-12T21:00:44.913Z[ recovery-image] Aug 12 21:00:43.629 INFO O| Aug 12 21:00:43.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
64772026-08-12T21:00:44.914Z[ recovery-image] Aug 12 21:00:43.629 INFO O| Aug 12 21:00:43.629 INFO STEP 415 (remove_files) COMPLETE
64782026-08-12T21:00:44.914Z[ recovery-image] Aug 12 21:00:43.629 INFO O| Aug 12 21:00:43.629 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-12T21:00:44.920Z[ recovery-image] Aug 12 21:00:43.637 INFO O| Aug 12 21:00:43.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
64802026-08-12T21:00:44.920Z[ recovery-image] Aug 12 21:00:43.637 INFO O| Aug 12 21:00:43.637 INFO STEP 416 (remove_files) COMPLETE
64812026-08-12T21:00:44.921Z[ recovery-image] Aug 12 21:00:43.637 INFO O| Aug 12 21:00:43.637 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-12T21:00:44.929Z[ recovery-image] Aug 12 21:00:43.646 INFO O| Aug 12 21:00:43.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
64832026-08-12T21:00:44.929Z[ recovery-image] Aug 12 21:00:43.646 INFO O| Aug 12 21:00:43.646 INFO STEP 417 (remove_files) COMPLETE
64842026-08-12T21:00:44.929Z[ recovery-image] Aug 12 21:00:43.646 INFO O| Aug 12 21:00:43.646 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-12T21:00:44.933Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
64862026-08-12T21:00:44.938Z[ recovery-image] Aug 12 21:00:43.655 INFO O| Aug 12 21:00:43.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
64872026-08-12T21:00:44.938Z[ recovery-image] Aug 12 21:00:43.655 INFO O| Aug 12 21:00:43.655 INFO STEP 418 (remove_files) COMPLETE
64882026-08-12T21:00:44.942Z[ recovery-image] Aug 12 21:00:43.655 INFO O| Aug 12 21:00:43.655 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-12T21:00:44.947Z[ recovery-image] Aug 12 21:00:43.664 INFO O| Aug 12 21:00:43.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
64902026-08-12T21:00:44.947Z[ recovery-image] Aug 12 21:00:43.664 INFO O| Aug 12 21:00:43.664 INFO STEP 419 (remove_files) COMPLETE
64912026-08-12T21:00:44.951Z[ recovery-image] Aug 12 21:00:43.664 INFO O| Aug 12 21:00:43.664 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-12T21:00:44.955Z[ recovery-image] Aug 12 21:00:43.672 INFO O| Aug 12 21:00:43.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
64932026-08-12T21:00:44.959Z[ recovery-image] Aug 12 21:00:43.673 INFO O| Aug 12 21:00:43.673 INFO STEP 420 (remove_files) COMPLETE
64942026-08-12T21:00:44.959Z[ recovery-image] Aug 12 21:00:43.673 INFO O| Aug 12 21:00:43.673 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-12T21:00:44.974Z[ recovery-image] Aug 12 21:00:43.691 INFO O| Aug 12 21:00:43.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
64962026-08-12T21:00:44.987Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
64972026-08-12T21:00:44.991Z[ recovery-image] Aug 12 21:00:43.708 INFO O| Aug 12 21:00:43.707 INFO STEP 421 (remove_files) COMPLETE
64982026-08-12T21:00:44.991Z[ recovery-image] Aug 12 21:00:43.708 INFO O| Aug 12 21:00:43.707 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-12T21:00:45.000Z[ recovery-image] Aug 12 21:00:43.716 INFO O| Aug 12 21:00:43.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65002026-08-12T21:00:45.000Z[ recovery-image] Aug 12 21:00:43.717 INFO O| Aug 12 21:00:43.716 INFO STEP 422 (remove_files) COMPLETE
65012026-08-12T21:00:45.004Z[ recovery-image] Aug 12 21:00:43.717 INFO O| Aug 12 21:00:43.717 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-12T21:00:45.009Z[ recovery-image] Aug 12 21:00:43.726 INFO O| Aug 12 21:00:43.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65032026-08-12T21:00:45.028Z[ recovery-image] Aug 12 21:00:43.727 INFO O| Aug 12 21:00:43.727 INFO STEP 423 (remove_files) COMPLETE
65042026-08-12T21:00:45.029Z[ recovery-image] Aug 12 21:00:43.727 INFO O| Aug 12 21:00:43.727 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-12T21:00:45.029Z[ recovery-image] Aug 12 21:00:43.734 INFO O| Aug 12 21:00:43.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65062026-08-12T21:00:45.029Z[ recovery-image] Aug 12 21:00:43.734 INFO O| Aug 12 21:00:43.734 INFO STEP 424 (remove_files) COMPLETE
65072026-08-12T21:00:45.029Z[ recovery-image] Aug 12 21:00:43.734 INFO O| Aug 12 21:00:43.734 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-12T21:00:45.029Z[ recovery-image] Aug 12 21:00:43.741 INFO O| Aug 12 21:00:43.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65092026-08-12T21:00:45.029Z[ recovery-image] Aug 12 21:00:43.741 INFO O| Aug 12 21:00:43.741 INFO STEP 425 (remove_files) COMPLETE
65102026-08-12T21:00:45.029Z[ recovery-image] Aug 12 21:00:43.741 INFO O| Aug 12 21:00:43.741 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-12T21:00:45.033Z[ recovery-image] Aug 12 21:00:43.747 INFO O| Aug 12 21:00:43.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65122026-08-12T21:00:45.033Z[ recovery-image] Aug 12 21:00:43.747 INFO O| Aug 12 21:00:43.747 INFO STEP 426 (remove_files) COMPLETE
65132026-08-12T21:00:45.033Z[ recovery-image] Aug 12 21:00:43.747 INFO O| Aug 12 21:00:43.747 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-12T21:00:45.037Z[ recovery-image] Aug 12 21:00:43.754 INFO O| Aug 12 21:00:43.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65152026-08-12T21:00:45.037Z[ recovery-image] Aug 12 21:00:43.754 INFO O| Aug 12 21:00:43.754 INFO STEP 427 (remove_files) COMPLETE
65162026-08-12T21:00:45.040Z[ recovery-image] Aug 12 21:00:43.754 INFO O| Aug 12 21:00:43.754 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-12T21:00:45.045Z[ recovery-image] Aug 12 21:00:43.762 INFO O| Aug 12 21:00:43.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65182026-08-12T21:00:45.047Z[ recovery-image] Aug 12 21:00:43.762 INFO O| Aug 12 21:00:43.762 INFO STEP 428 (remove_files) COMPLETE
65192026-08-12T21:00:45.048Z[ recovery-image] Aug 12 21:00:43.762 INFO O| Aug 12 21:00:43.762 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-12T21:00:45.056Z[ recovery-image] Aug 12 21:00:43.773 INFO O| Aug 12 21:00:43.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65212026-08-12T21:00:45.056Z[ recovery-image] Aug 12 21:00:43.773 INFO O| Aug 12 21:00:43.773 INFO STEP 429 (remove_files) COMPLETE
65222026-08-12T21:00:45.056Z[ recovery-image] Aug 12 21:00:43.773 INFO O| Aug 12 21:00:43.773 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-12T21:00:45.067Z[ recovery-image] Aug 12 21:00:43.783 INFO O| Aug 12 21:00:43.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65242026-08-12T21:00:45.067Z[ recovery-image] Aug 12 21:00:43.783 INFO O| Aug 12 21:00:43.783 INFO STEP 430 (remove_files) COMPLETE
65252026-08-12T21:00:45.070Z[ recovery-image] Aug 12 21:00:43.783 INFO O| Aug 12 21:00:43.783 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-12T21:00:45.076Z[ recovery-image] Aug 12 21:00:43.793 INFO O| Aug 12 21:00:43.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65272026-08-12T21:00:45.079Z[ recovery-image] Aug 12 21:00:43.793 INFO O| Aug 12 21:00:43.793 INFO STEP 431 (remove_files) COMPLETE
65282026-08-12T21:00:45.079Z[ recovery-image] Aug 12 21:00:43.793 INFO O| Aug 12 21:00:43.793 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-12T21:00:45.086Z[ recovery-image] Aug 12 21:00:43.803 INFO O| Aug 12 21:00:43.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65302026-08-12T21:00:45.086Z[ recovery-image] Aug 12 21:00:43.803 INFO O| Aug 12 21:00:43.803 INFO STEP 432 (remove_files) COMPLETE
65312026-08-12T21:00:45.086Z[ recovery-image] Aug 12 21:00:43.803 INFO O| Aug 12 21:00:43.803 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-12T21:00:45.096Z[ recovery-image] Aug 12 21:00:43.813 INFO O| Aug 12 21:00:43.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65332026-08-12T21:00:45.096Z[ recovery-image] Aug 12 21:00:43.813 INFO O| Aug 12 21:00:43.813 INFO STEP 433 (remove_files) COMPLETE
65342026-08-12T21:00:45.096Z[ recovery-image] Aug 12 21:00:43.813 INFO O| Aug 12 21:00:43.813 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-12T21:00:45.105Z[ recovery-image] Aug 12 21:00:43.821 INFO O| Aug 12 21:00:43.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65362026-08-12T21:00:45.107Z[ recovery-image] Aug 12 21:00:43.821 INFO O| Aug 12 21:00:43.821 INFO STEP 434 (remove_files) COMPLETE
65372026-08-12T21:00:45.107Z[ recovery-image] Aug 12 21:00:43.821 INFO O| Aug 12 21:00:43.821 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-12T21:00:45.115Z[ recovery-image] Aug 12 21:00:43.832 INFO O| Aug 12 21:00:43.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65392026-08-12T21:00:45.119Z[ recovery-image] Aug 12 21:00:43.836 INFO O| Aug 12 21:00:43.836 INFO STEP 435 (remove_files) COMPLETE
65402026-08-12T21:00:45.122Z[ recovery-image] Aug 12 21:00:43.836 INFO O| Aug 12 21:00:43.836 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-12T21:00:45.130Z[ recovery-image] Aug 12 21:00:43.846 INFO O| Aug 12 21:00:43.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65422026-08-12T21:00:45.170Z[ recovery-image] Aug 12 21:00:43.847 INFO O| Aug 12 21:00:43.846 INFO STEP 436 (remove_files) COMPLETE
65432026-08-12T21:00:45.174Z[ recovery-image] Aug 12 21:00:43.847 INFO O| Aug 12 21:00:43.846 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-12T21:00:45.174Z[ recovery-image] Aug 12 21:00:43.856 INFO O| Aug 12 21:00:43.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65452026-08-12T21:00:45.174Z[ recovery-image] Aug 12 21:00:43.856 INFO O| Aug 12 21:00:43.856 INFO STEP 437 (remove_files) COMPLETE
65462026-08-12T21:00:45.174Z[ recovery-image] Aug 12 21:00:43.857 INFO O| Aug 12 21:00:43.856 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-12T21:00:45.174Z[ recovery-image] Aug 12 21:00:43.867 INFO O| Aug 12 21:00:43.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65482026-08-12T21:00:45.174Z[ recovery-image] Aug 12 21:00:43.867 INFO O| Aug 12 21:00:43.867 INFO STEP 438 (remove_files) COMPLETE
65492026-08-12T21:00:45.174Z[ recovery-image] Aug 12 21:00:43.867 INFO O| Aug 12 21:00:43.867 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-08-12T21:00:45.174Z[ recovery-image] Aug 12 21:00:43.878 INFO O| Aug 12 21:00:43.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65512026-08-12T21:00:45.174Z[ recovery-image] Aug 12 21:00:43.878 INFO O| Aug 12 21:00:43.878 INFO STEP 439 (remove_files) COMPLETE
65522026-08-12T21:00:45.174Z[ recovery-image] Aug 12 21:00:43.878 INFO O| Aug 12 21:00:43.878 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-12T21:00:45.174Z[ recovery-image] Aug 12 21:00:43.888 INFO O| Aug 12 21:00:43.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65542026-08-12T21:00:45.174Z[ recovery-image] Aug 12 21:00:43.889 INFO O| Aug 12 21:00:43.889 INFO STEP 440 (remove_files) COMPLETE
65552026-08-12T21:00:45.175Z[ recovery-image] Aug 12 21:00:43.889 INFO O| Aug 12 21:00:43.889 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-12T21:00:45.178Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
65572026-08-12T21:00:45.182Z[ recovery-image] Aug 12 21:00:43.899 INFO O| Aug 12 21:00:43.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65582026-08-12T21:00:45.182Z[ recovery-image] Aug 12 21:00:43.899 INFO O| Aug 12 21:00:43.899 INFO STEP 441 (remove_files) COMPLETE
65592026-08-12T21:00:45.186Z[ recovery-image] Aug 12 21:00:43.899 INFO O| Aug 12 21:00:43.899 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-12T21:00:45.193Z[ recovery-image] Aug 12 21:00:43.910 INFO O| Aug 12 21:00:43.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65612026-08-12T21:00:45.193Z[ recovery-image] Aug 12 21:00:43.910 INFO O| Aug 12 21:00:43.910 INFO STEP 442 (remove_files) COMPLETE
65622026-08-12T21:00:45.196Z[ recovery-image] Aug 12 21:00:43.910 INFO O| Aug 12 21:00:43.910 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-12T21:00:45.202Z[ recovery-image] Aug 12 21:00:43.919 INFO O| Aug 12 21:00:43.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65642026-08-12T21:00:45.202Z[ recovery-image] Aug 12 21:00:43.919 INFO O| Aug 12 21:00:43.919 INFO STEP 443 (remove_files) COMPLETE
65652026-08-12T21:00:45.202Z[ recovery-image] Aug 12 21:00:43.919 INFO O| Aug 12 21:00:43.919 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-12T21:00:45.210Z[ recovery-image] Aug 12 21:00:43.927 INFO O| Aug 12 21:00:43.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65672026-08-12T21:00:45.210Z[ recovery-image] Aug 12 21:00:43.927 INFO O| Aug 12 21:00:43.927 INFO STEP 444 (remove_files) COMPLETE
65682026-08-12T21:00:45.210Z[ recovery-image] Aug 12 21:00:43.927 INFO O| Aug 12 21:00:43.927 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-12T21:00:45.222Z[ recovery-image] Aug 12 21:00:43.939 INFO O| Aug 12 21:00:43.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65702026-08-12T21:00:45.222Z[ recovery-image] Aug 12 21:00:43.939 INFO O| Aug 12 21:00:43.937 INFO STEP 445 (remove_files) COMPLETE
65712026-08-12T21:00:45.222Z[ recovery-image] Aug 12 21:00:43.939 INFO O| Aug 12 21:00:43.937 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-12T21:00:45.230Z[ recovery-image] Aug 12 21:00:43.947 INFO O| Aug 12 21:00:43.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65732026-08-12T21:00:45.230Z[ recovery-image] Aug 12 21:00:43.947 INFO O| Aug 12 21:00:43.947 INFO STEP 446 (remove_files) COMPLETE
65742026-08-12T21:00:45.234Z[ recovery-image] Aug 12 21:00:43.947 INFO O| Aug 12 21:00:43.947 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-12T21:00:45.243Z[ recovery-image] Aug 12 21:00:43.956 INFO O| Aug 12 21:00:43.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
65762026-08-12T21:00:45.243Z[ recovery-image] Aug 12 21:00:43.956 INFO O| Aug 12 21:00:43.956 INFO STEP 447 (remove_files) COMPLETE
65772026-08-12T21:00:45.243Z[ recovery-image] Aug 12 21:00:43.956 INFO O| Aug 12 21:00:43.956 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-12T21:00:45.250Z[ recovery-image] Aug 12 21:00:43.967 INFO O| Aug 12 21:00:43.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
65792026-08-12T21:00:45.254Z[ recovery-image] Aug 12 21:00:43.967 INFO O| Aug 12 21:00:43.967 INFO STEP 448 (remove_files) COMPLETE
65802026-08-12T21:00:45.254Z[ recovery-image] Aug 12 21:00:43.967 INFO O| Aug 12 21:00:43.967 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-12T21:00:45.260Z[ recovery-image] Aug 12 21:00:43.977 INFO O| Aug 12 21:00:43.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
65822026-08-12T21:00:45.264Z[ recovery-image] Aug 12 21:00:43.981 INFO O| Aug 12 21:00:43.981 INFO STEP 449 (remove_files) COMPLETE
65832026-08-12T21:00:45.264Z[ recovery-image] Aug 12 21:00:43.981 INFO O| Aug 12 21:00:43.981 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-12T21:00:45.273Z[ recovery-image] Aug 12 21:00:43.990 INFO O| Aug 12 21:00:43.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
65852026-08-12T21:00:45.273Z[ recovery-image] Aug 12 21:00:43.990 INFO O| Aug 12 21:00:43.990 INFO STEP 450 (remove_files) COMPLETE
65862026-08-12T21:00:45.276Z[ recovery-image] Aug 12 21:00:43.990 INFO O| Aug 12 21:00:43.990 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-12T21:00:45.283Z[ recovery-image] Aug 12 21:00:44.000 INFO O| Aug 12 21:00:44.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
65882026-08-12T21:00:45.283Z[ recovery-image] Aug 12 21:00:44.000 INFO O| Aug 12 21:00:44.000 INFO STEP 451 (remove_files) COMPLETE
65892026-08-12T21:00:45.287Z[ recovery-image] Aug 12 21:00:44.000 INFO O| Aug 12 21:00:44.000 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-08-12T21:00:45.293Z[ recovery-image] Aug 12 21:00:44.010 INFO O| Aug 12 21:00:44.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
65912026-08-12T21:00:45.293Z[ recovery-image] Aug 12 21:00:44.010 INFO O| Aug 12 21:00:44.010 INFO STEP 452 (remove_files) COMPLETE
65922026-08-12T21:00:45.293Z[ recovery-image] Aug 12 21:00:44.010 INFO O| Aug 12 21:00:44.010 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-08-12T21:00:45.304Z[ recovery-image] Aug 12 21:00:44.021 INFO O| Aug 12 21:00:44.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
65942026-08-12T21:00:45.305Z[ recovery-image] Aug 12 21:00:44.021 INFO O| Aug 12 21:00:44.021 INFO STEP 453 (remove_files) COMPLETE
65952026-08-12T21:00:45.308Z[ recovery-image] Aug 12 21:00:44.021 INFO O| Aug 12 21:00:44.021 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-08-12T21:00:45.316Z[ recovery-image] Aug 12 21:00:44.032 INFO O| Aug 12 21:00:44.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
65972026-08-12T21:00:45.320Z[ recovery-image] Aug 12 21:00:44.032 INFO O| Aug 12 21:00:44.032 INFO STEP 454 (remove_files) COMPLETE
65982026-08-12T21:00:45.320Z[ recovery-image] Aug 12 21:00:44.032 INFO O| Aug 12 21:00:44.032 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-08-12T21:00:45.325Z[ recovery-image] Aug 12 21:00:44.042 INFO O| Aug 12 21:00:44.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66002026-08-12T21:00:45.325Z[ recovery-image] Aug 12 21:00:44.042 INFO O| Aug 12 21:00:44.042 INFO STEP 455 (remove_files) COMPLETE
66012026-08-12T21:00:45.328Z[ recovery-image] Aug 12 21:00:44.042 INFO O| Aug 12 21:00:44.042 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-12T21:00:45.335Z[ recovery-image] Aug 12 21:00:44.052 INFO O| Aug 12 21:00:44.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66032026-08-12T21:00:45.335Z[ recovery-image] Aug 12 21:00:44.052 INFO O| Aug 12 21:00:44.052 INFO STEP 456 (remove_files) COMPLETE
66042026-08-12T21:00:45.338Z[ recovery-image] Aug 12 21:00:44.052 INFO O| Aug 12 21:00:44.052 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-12T21:00:45.345Z[ recovery-image] Aug 12 21:00:44.062 INFO O| Aug 12 21:00:44.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66062026-08-12T21:00:45.345Z[ recovery-image] Aug 12 21:00:44.062 INFO O| Aug 12 21:00:44.062 INFO STEP 457 (remove_files) COMPLETE
66072026-08-12T21:00:45.345Z[ recovery-image] Aug 12 21:00:44.062 INFO O| Aug 12 21:00:44.062 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-12T21:00:45.355Z[ recovery-image] Aug 12 21:00:44.071 INFO O| Aug 12 21:00:44.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66092026-08-12T21:00:45.355Z[ recovery-image] Aug 12 21:00:44.071 INFO O| Aug 12 21:00:44.071 INFO STEP 458 (remove_files) COMPLETE
66102026-08-12T21:00:45.355Z[ recovery-image] Aug 12 21:00:44.071 INFO O| Aug 12 21:00:44.071 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-12T21:00:45.372Z[ recovery-image] Aug 12 21:00:44.082 INFO O| Aug 12 21:00:44.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66122026-08-12T21:00:45.372Z[ recovery-image] Aug 12 21:00:44.082 INFO O| Aug 12 21:00:44.082 INFO STEP 459 (remove_files) COMPLETE
66132026-08-12T21:00:45.372Z[ recovery-image] Aug 12 21:00:44.082 INFO O| Aug 12 21:00:44.082 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-12T21:00:45.380Z[ recovery-image] Aug 12 21:00:44.090 INFO O| Aug 12 21:00:44.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66152026-08-12T21:00:45.381Z[ recovery-image] Aug 12 21:00:44.090 INFO O| Aug 12 21:00:44.090 INFO STEP 460 (remove_files) COMPLETE
66162026-08-12T21:00:45.381Z[ recovery-image] Aug 12 21:00:44.090 INFO O| Aug 12 21:00:44.090 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-12T21:00:45.390Z[ recovery-image] Aug 12 21:00:44.106 INFO O| Aug 12 21:00:44.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66182026-08-12T21:00:45.390Z[ recovery-image] Aug 12 21:00:44.106 INFO O| Aug 12 21:00:44.101 INFO STEP 461 (remove_files) COMPLETE
66192026-08-12T21:00:45.390Z[ recovery-image] Aug 12 21:00:44.106 INFO O| Aug 12 21:00:44.101 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-12T21:00:45.393Z[ recovery-image] Aug 12 21:00:44.110 INFO O| Aug 12 21:00:44.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66212026-08-12T21:00:45.393Z[ recovery-image] Aug 12 21:00:44.110 INFO O| Aug 12 21:00:44.110 INFO STEP 462 (remove_files) COMPLETE
66222026-08-12T21:00:45.394Z[ recovery-image] Aug 12 21:00:44.110 INFO O| Aug 12 21:00:44.110 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-12T21:00:45.399Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
66242026-08-12T21:00:45.403Z[ recovery-image] Aug 12 21:00:44.120 INFO O| Aug 12 21:00:44.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66252026-08-12T21:00:45.403Z[ recovery-image] Aug 12 21:00:44.120 INFO O| Aug 12 21:00:44.120 INFO STEP 463 (remove_files) COMPLETE
66262026-08-12T21:00:45.408Z[ recovery-image] Aug 12 21:00:44.120 INFO O| Aug 12 21:00:44.120 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-12T21:00:45.416Z[ recovery-image] Aug 12 21:00:44.131 INFO O| Aug 12 21:00:44.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66282026-08-12T21:00:45.416Z[ recovery-image] Aug 12 21:00:44.131 INFO O| Aug 12 21:00:44.131 INFO STEP 464 (remove_files) COMPLETE
66292026-08-12T21:00:45.416Z[ recovery-image] Aug 12 21:00:44.131 INFO O| Aug 12 21:00:44.131 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-12T21:00:45.429Z[ recovery-image] Aug 12 21:00:44.146 INFO O| Aug 12 21:00:44.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66312026-08-12T21:00:45.429Z[ recovery-image] Aug 12 21:00:44.146 INFO O| Aug 12 21:00:44.146 INFO STEP 465 (remove_files) COMPLETE
66322026-08-12T21:00:45.429Z[ recovery-image] Aug 12 21:00:44.146 INFO O| Aug 12 21:00:44.146 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-12T21:00:45.439Z[ recovery-image] Aug 12 21:00:44.156 INFO O| Aug 12 21:00:44.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66342026-08-12T21:00:45.439Z[ recovery-image] Aug 12 21:00:44.156 INFO O| Aug 12 21:00:44.156 INFO STEP 466 (remove_files) COMPLETE
66352026-08-12T21:00:45.442Z[ recovery-image] Aug 12 21:00:44.156 INFO O| Aug 12 21:00:44.156 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-12T21:00:45.448Z[ recovery-image] Aug 12 21:00:44.165 INFO O| Aug 12 21:00:44.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66372026-08-12T21:00:45.448Z[ recovery-image] Aug 12 21:00:44.165 INFO O| Aug 12 21:00:44.165 INFO STEP 467 (remove_files) COMPLETE
66382026-08-12T21:00:45.452Z[ recovery-image] Aug 12 21:00:44.165 INFO O| Aug 12 21:00:44.165 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-12T21:00:45.457Z[ recovery-image] Aug 12 21:00:44.174 INFO O| Aug 12 21:00:44.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66402026-08-12T21:00:45.457Z[ recovery-image] Aug 12 21:00:44.174 INFO O| Aug 12 21:00:44.174 INFO STEP 468 (remove_files) COMPLETE
66412026-08-12T21:00:45.460Z[ recovery-image] Aug 12 21:00:44.174 INFO O| Aug 12 21:00:44.174 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-12T21:00:45.467Z[ recovery-image] Aug 12 21:00:44.182 INFO O| Aug 12 21:00:44.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66432026-08-12T21:00:45.467Z[ recovery-image] Aug 12 21:00:44.182 INFO O| Aug 12 21:00:44.182 INFO STEP 469 (remove_files) COMPLETE
66442026-08-12T21:00:45.467Z[ recovery-image] Aug 12 21:00:44.182 INFO O| Aug 12 21:00:44.182 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-12T21:00:45.474Z[ recovery-image] Aug 12 21:00:44.191 INFO O| Aug 12 21:00:44.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66462026-08-12T21:00:45.474Z[ recovery-image] Aug 12 21:00:44.191 INFO O| Aug 12 21:00:44.191 INFO STEP 470 (remove_files) COMPLETE
66472026-08-12T21:00:45.474Z[ recovery-image] Aug 12 21:00:44.191 INFO O| Aug 12 21:00:44.191 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-12T21:00:45.483Z[ recovery-image] Aug 12 21:00:44.200 INFO O| Aug 12 21:00:44.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66492026-08-12T21:00:45.483Z[ recovery-image] Aug 12 21:00:44.200 INFO O| Aug 12 21:00:44.200 INFO STEP 471 (remove_files) COMPLETE
66502026-08-12T21:00:45.483Z[ recovery-image] Aug 12 21:00:44.200 INFO O| Aug 12 21:00:44.200 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-12T21:00:45.491Z[ recovery-image] Aug 12 21:00:44.208 INFO O| Aug 12 21:00:44.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66522026-08-12T21:00:45.492Z[ recovery-image] Aug 12 21:00:44.208 INFO O| Aug 12 21:00:44.208 INFO STEP 472 (remove_files) COMPLETE
66532026-08-12T21:00:45.492Z[ recovery-image] Aug 12 21:00:44.208 INFO O| Aug 12 21:00:44.208 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-12T21:00:45.500Z[ recovery-image] Aug 12 21:00:44.217 INFO O| Aug 12 21:00:44.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66552026-08-12T21:00:45.500Z[ recovery-image] Aug 12 21:00:44.217 INFO O| Aug 12 21:00:44.217 INFO STEP 473 (remove_files) COMPLETE
66562026-08-12T21:00:45.500Z[ recovery-image] Aug 12 21:00:44.217 INFO O| Aug 12 21:00:44.217 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-12T21:00:45.509Z[ recovery-image] Aug 12 21:00:44.226 INFO O| Aug 12 21:00:44.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66582026-08-12T21:00:45.513Z[ recovery-image] Aug 12 21:00:44.227 INFO O| Aug 12 21:00:44.227 INFO STEP 474 (remove_files) COMPLETE
66592026-08-12T21:00:45.513Z[ recovery-image] Aug 12 21:00:44.227 INFO O| Aug 12 21:00:44.227 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-12T21:00:45.519Z[ recovery-image] Aug 12 21:00:44.236 INFO O| Aug 12 21:00:44.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66612026-08-12T21:00:45.519Z[ recovery-image] Aug 12 21:00:44.236 INFO O| Aug 12 21:00:44.236 INFO STEP 475 (remove_files) COMPLETE
66622026-08-12T21:00:45.519Z[ recovery-image] Aug 12 21:00:44.236 INFO O| Aug 12 21:00:44.236 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-12T21:00:45.528Z[ recovery-image] Aug 12 21:00:44.245 INFO O| Aug 12 21:00:44.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66642026-08-12T21:00:45.529Z[ recovery-image] Aug 12 21:00:44.246 INFO O| Aug 12 21:00:44.246 INFO STEP 476 (remove_files) COMPLETE
66652026-08-12T21:00:45.529Z[ recovery-image] Aug 12 21:00:44.246 INFO O| Aug 12 21:00:44.246 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-12T21:00:45.552Z[ recovery-image] Aug 12 21:00:44.255 INFO O| Aug 12 21:00:44.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66672026-08-12T21:00:45.552Z[ recovery-image] Aug 12 21:00:44.255 INFO O| Aug 12 21:00:44.255 INFO STEP 477 (remove_files) COMPLETE
66682026-08-12T21:00:45.552Z[ recovery-image] Aug 12 21:00:44.255 INFO O| Aug 12 21:00:44.255 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-12T21:00:45.555Z[ recovery-image] Aug 12 21:00:44.264 INFO O| Aug 12 21:00:44.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66702026-08-12T21:00:45.556Z[ recovery-image] Aug 12 21:00:44.264 INFO O| Aug 12 21:00:44.264 INFO STEP 478 (remove_files) COMPLETE
66712026-08-12T21:00:45.556Z[ recovery-image] Aug 12 21:00:44.264 INFO O| Aug 12 21:00:44.264 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-12T21:00:45.556Z[ recovery-image] Aug 12 21:00:44.272 INFO O| Aug 12 21:00:44.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66732026-08-12T21:00:45.556Z[ recovery-image] Aug 12 21:00:44.272 INFO O| Aug 12 21:00:44.272 INFO STEP 479 (remove_files) COMPLETE
66742026-08-12T21:00:45.556Z[ recovery-image] Aug 12 21:00:44.272 INFO O| Aug 12 21:00:44.272 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-12T21:00:45.564Z[ recovery-image] Aug 12 21:00:44.281 INFO O| Aug 12 21:00:44.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
66762026-08-12T21:00:45.564Z[ recovery-image] Aug 12 21:00:44.281 INFO O| Aug 12 21:00:44.281 INFO STEP 480 (remove_files) COMPLETE
66772026-08-12T21:00:45.564Z[ recovery-image] Aug 12 21:00:44.281 INFO O| Aug 12 21:00:44.281 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-12T21:00:45.573Z[ recovery-image] Aug 12 21:00:44.290 INFO O| Aug 12 21:00:44.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
66792026-08-12T21:00:45.573Z[ recovery-image] Aug 12 21:00:44.290 INFO O| Aug 12 21:00:44.290 INFO STEP 481 (remove_files) COMPLETE
66802026-08-12T21:00:45.663Z[ recovery-image] Aug 12 21:00:44.290 INFO O| Aug 12 21:00:44.290 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-12T21:00:45.664Z[ recovery-image] Aug 12 21:00:44.298 INFO O| Aug 12 21:00:44.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
66822026-08-12T21:00:45.664Z[ recovery-image] Aug 12 21:00:44.299 INFO O| Aug 12 21:00:44.299 INFO STEP 482 (remove_files) COMPLETE
66832026-08-12T21:00:45.664Z[ recovery-image] Aug 12 21:00:44.299 INFO O| Aug 12 21:00:44.299 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-12T21:00:45.664Z[ recovery-image] Aug 12 21:00:44.307 INFO O| Aug 12 21:00:44.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
66852026-08-12T21:00:45.664Z[ recovery-image] Aug 12 21:00:44.307 INFO O| Aug 12 21:00:44.307 INFO STEP 483 (remove_files) COMPLETE
66862026-08-12T21:00:45.664Z[ recovery-image] Aug 12 21:00:44.307 INFO O| Aug 12 21:00:44.307 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.315 INFO O| Aug 12 21:00:44.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
66882026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.315 INFO O| Aug 12 21:00:44.315 INFO STEP 484 (remove_files) COMPLETE
66892026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.315 INFO O| Aug 12 21:00:44.315 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.326 INFO O| Aug 12 21:00:44.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
66912026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.326 INFO O| Aug 12 21:00:44.326 INFO STEP 485 (remove_files) COMPLETE
66922026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.326 INFO O| Aug 12 21:00:44.326 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.337 INFO O| Aug 12 21:00:44.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
66942026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.337 INFO O| Aug 12 21:00:44.337 INFO STEP 486 (remove_files) COMPLETE
66952026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.337 INFO O| Aug 12 21:00:44.337 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.346 INFO O| Aug 12 21:00:44.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
66972026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.346 INFO O| Aug 12 21:00:44.346 INFO STEP 487 (remove_files) COMPLETE
66982026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.346 INFO O| Aug 12 21:00:44.346 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.355 INFO O| Aug 12 21:00:44.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67002026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.355 INFO O| Aug 12 21:00:44.355 INFO STEP 488 (remove_files) COMPLETE
67012026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.355 INFO O| Aug 12 21:00:44.355 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.364 INFO O| Aug 12 21:00:44.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67032026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.364 INFO O| Aug 12 21:00:44.364 INFO STEP 489 (remove_files) COMPLETE
67042026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.364 INFO O| Aug 12 21:00:44.364 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.373 INFO O| Aug 12 21:00:44.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67062026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.373 INFO O| Aug 12 21:00:44.373 INFO STEP 490 (remove_files) COMPLETE
67072026-08-12T21:00:45.665Z[ recovery-image] Aug 12 21:00:44.373 INFO O| Aug 12 21:00:44.373 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-12T21:00:45.672Z[ recovery-image] Aug 12 21:00:44.382 INFO O| Aug 12 21:00:44.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67092026-08-12T21:00:45.672Z[ recovery-image] Aug 12 21:00:44.382 INFO O| Aug 12 21:00:44.382 INFO STEP 491 (remove_files) COMPLETE
67102026-08-12T21:00:45.672Z[ recovery-image] Aug 12 21:00:44.382 INFO O| Aug 12 21:00:44.382 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-12T21:00:45.678Z[ recovery-image] Aug 12 21:00:44.392 INFO O| Aug 12 21:00:44.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67122026-08-12T21:00:45.678Z[ recovery-image] Aug 12 21:00:44.392 INFO O| Aug 12 21:00:44.392 INFO STEP 492 (remove_files) COMPLETE
67132026-08-12T21:00:45.678Z[ recovery-image] Aug 12 21:00:44.392 INFO O| Aug 12 21:00:44.392 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-12T21:00:45.731Z[ recovery-image] Aug 12 21:00:44.402 INFO O| Aug 12 21:00:44.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67152026-08-12T21:00:45.731Z[ recovery-image] Aug 12 21:00:44.402 INFO O| Aug 12 21:00:44.402 INFO STEP 493 (remove_files) COMPLETE
67162026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.402 INFO O| Aug 12 21:00:44.402 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.411 INFO O| Aug 12 21:00:44.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67182026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.411 INFO O| Aug 12 21:00:44.411 INFO STEP 494 (remove_files) COMPLETE
67192026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.411 INFO O| Aug 12 21:00:44.411 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.420 INFO O| Aug 12 21:00:44.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67212026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.421 INFO O| Aug 12 21:00:44.421 INFO STEP 495 (remove_files) COMPLETE
67222026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.421 INFO O| Aug 12 21:00:44.421 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.431 INFO O| Aug 12 21:00:44.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67242026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.431 INFO O| Aug 12 21:00:44.431 INFO STEP 496 (remove_files) COMPLETE
67252026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.431 INFO O| Aug 12 21:00:44.431 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.440 INFO O| Aug 12 21:00:44.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67272026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.440 INFO O| Aug 12 21:00:44.440 INFO STEP 497 (remove_files) COMPLETE
67282026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.440 INFO O| Aug 12 21:00:44.440 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.451 INFO O| Aug 12 21:00:44.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67302026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.451 INFO O| Aug 12 21:00:44.451 INFO STEP 498 (remove_files) COMPLETE
67312026-08-12T21:00:45.737Z[ recovery-image] Aug 12 21:00:44.451 INFO O| Aug 12 21:00:44.451 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-12T21:00:45.744Z[ recovery-image] Aug 12 21:00:44.461 INFO O| Aug 12 21:00:44.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67332026-08-12T21:00:45.744Z[ recovery-image] Aug 12 21:00:44.461 INFO O| Aug 12 21:00:44.461 INFO STEP 499 (remove_files) COMPLETE
67342026-08-12T21:00:45.744Z[ recovery-image] Aug 12 21:00:44.461 INFO O| Aug 12 21:00:44.461 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-12T21:00:45.753Z[ recovery-image] Aug 12 21:00:44.470 INFO O| Aug 12 21:00:44.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67362026-08-12T21:00:45.753Z[ recovery-image] Aug 12 21:00:44.470 INFO O| Aug 12 21:00:44.470 INFO STEP 500 (remove_files) COMPLETE
67372026-08-12T21:00:45.759Z[ recovery-image] Aug 12 21:00:44.470 INFO O| Aug 12 21:00:44.470 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-12T21:00:45.765Z[ recovery-image] Aug 12 21:00:44.479 INFO O| Aug 12 21:00:44.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67392026-08-12T21:00:45.765Z[ recovery-image] Aug 12 21:00:44.479 INFO O| Aug 12 21:00:44.479 INFO STEP 501 (remove_files) COMPLETE
67402026-08-12T21:00:45.765Z[ recovery-image] Aug 12 21:00:44.479 INFO O| Aug 12 21:00:44.479 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-12T21:00:45.775Z[ recovery-image] Aug 12 21:00:44.488 INFO O| Aug 12 21:00:44.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67422026-08-12T21:00:45.775Z[ recovery-image] Aug 12 21:00:44.489 INFO O| Aug 12 21:00:44.489 INFO STEP 502 (remove_files) COMPLETE
67432026-08-12T21:00:45.775Z[ recovery-image] Aug 12 21:00:44.489 INFO O| Aug 12 21:00:44.489 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-12T21:00:45.783Z[ recovery-image] Aug 12 21:00:44.498 INFO O| Aug 12 21:00:44.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67452026-08-12T21:00:45.783Z[ recovery-image] Aug 12 21:00:44.498 INFO O| Aug 12 21:00:44.498 INFO STEP 503 (remove_files) COMPLETE
67462026-08-12T21:00:45.783Z[ recovery-image] Aug 12 21:00:44.498 INFO O| Aug 12 21:00:44.498 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-12T21:00:45.790Z[ recovery-image] Aug 12 21:00:44.507 INFO O| Aug 12 21:00:44.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67482026-08-12T21:00:45.790Z[ recovery-image] Aug 12 21:00:44.507 INFO O| Aug 12 21:00:44.507 INFO STEP 504 (remove_files) COMPLETE
67492026-08-12T21:00:45.790Z[ recovery-image] Aug 12 21:00:44.507 INFO O| Aug 12 21:00:44.507 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-12T21:00:45.800Z[ recovery-image] Aug 12 21:00:44.516 INFO O| Aug 12 21:00:44.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67512026-08-12T21:00:45.810Z[ recovery-image] Aug 12 21:00:44.516 INFO O| Aug 12 21:00:44.516 INFO STEP 505 (remove_files) COMPLETE
67522026-08-12T21:00:45.810Z[ recovery-image] Aug 12 21:00:44.516 INFO O| Aug 12 21:00:44.516 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-12T21:00:45.819Z[ recovery-image] Aug 12 21:00:44.525 INFO O| Aug 12 21:00:44.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67542026-08-12T21:00:45.819Z[ recovery-image] Aug 12 21:00:44.526 INFO O| Aug 12 21:00:44.526 INFO STEP 506 (remove_files) COMPLETE
67552026-08-12T21:00:45.819Z[ recovery-image] Aug 12 21:00:44.526 INFO O| Aug 12 21:00:44.526 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-12T21:00:45.819Z[ recovery-image] Aug 12 21:00:44.534 INFO O| Aug 12 21:00:44.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67572026-08-12T21:00:45.819Z[ recovery-image] Aug 12 21:00:44.535 INFO O| Aug 12 21:00:44.535 INFO STEP 507 (remove_files) COMPLETE
67582026-08-12T21:00:45.820Z[ recovery-image] Aug 12 21:00:44.535 INFO O| Aug 12 21:00:44.535 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-12T21:00:45.827Z[ recovery-image] Aug 12 21:00:44.543 INFO O| Aug 12 21:00:44.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67602026-08-12T21:00:45.827Z[ recovery-image] Aug 12 21:00:44.543 INFO O| Aug 12 21:00:44.543 INFO STEP 508 (remove_files) COMPLETE
67612026-08-12T21:00:45.827Z[ recovery-image] Aug 12 21:00:44.543 INFO O| Aug 12 21:00:44.543 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-12T21:00:45.836Z[ recovery-image] Aug 12 21:00:44.553 INFO O| Aug 12 21:00:44.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67632026-08-12T21:00:45.836Z[ recovery-image] Aug 12 21:00:44.553 INFO O| Aug 12 21:00:44.553 INFO STEP 509 (remove_files) COMPLETE
67642026-08-12T21:00:45.841Z[ recovery-image] Aug 12 21:00:44.553 INFO O| Aug 12 21:00:44.553 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-12T21:00:45.846Z[ recovery-image] Aug 12 21:00:44.563 INFO O| Aug 12 21:00:44.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67662026-08-12T21:00:45.851Z[ recovery-image] Aug 12 21:00:44.563 INFO O| Aug 12 21:00:44.563 INFO STEP 510 (remove_files) COMPLETE
67672026-08-12T21:00:45.851Z[ recovery-image] Aug 12 21:00:44.563 INFO O| Aug 12 21:00:44.563 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-12T21:00:45.855Z[ recovery-image] Aug 12 21:00:44.573 INFO O| Aug 12 21:00:44.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67692026-08-12T21:00:45.856Z[ recovery-image] Aug 12 21:00:44.573 INFO O| Aug 12 21:00:44.573 INFO STEP 511 (remove_files) COMPLETE
67702026-08-12T21:00:45.856Z[ recovery-image] Aug 12 21:00:44.573 INFO O| Aug 12 21:00:44.573 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-12T21:00:45.863Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
67722026-08-12T21:00:45.869Z[ recovery-image] Aug 12 21:00:44.582 INFO O| Aug 12 21:00:44.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
67732026-08-12T21:00:45.869Z[ recovery-image] Aug 12 21:00:44.582 INFO O| Aug 12 21:00:44.582 INFO STEP 512 (remove_files) COMPLETE
67742026-08-12T21:00:45.869Z[ recovery-image] Aug 12 21:00:44.582 INFO O| Aug 12 21:00:44.582 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-12T21:00:45.875Z[ recovery-image] Aug 12 21:00:44.592 INFO O| Aug 12 21:00:44.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
67762026-08-12T21:00:45.880Z[ recovery-image] Aug 12 21:00:44.592 INFO O| Aug 12 21:00:44.592 INFO STEP 513 (remove_files) COMPLETE
67772026-08-12T21:00:45.881Z[ recovery-image] Aug 12 21:00:44.592 INFO O| Aug 12 21:00:44.592 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-12T21:00:45.888Z[ recovery-image] Aug 12 21:00:44.603 INFO O| Aug 12 21:00:44.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
67792026-08-12T21:00:45.888Z[ recovery-image] Aug 12 21:00:44.603 INFO O| Aug 12 21:00:44.603 INFO STEP 514 (remove_files) COMPLETE
67802026-08-12T21:00:45.889Z[ recovery-image] Aug 12 21:00:44.603 INFO O| Aug 12 21:00:44.603 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-12T21:00:45.896Z[ recovery-image] Aug 12 21:00:44.613 INFO O| Aug 12 21:00:44.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
67822026-08-12T21:00:45.896Z[ recovery-image] Aug 12 21:00:44.613 INFO O| Aug 12 21:00:44.613 INFO STEP 515 (remove_files) COMPLETE
67832026-08-12T21:00:45.896Z[ recovery-image] Aug 12 21:00:44.613 INFO O| Aug 12 21:00:44.613 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-12T21:00:45.911Z[ recovery-image] Aug 12 21:00:44.623 INFO O| Aug 12 21:00:44.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
67852026-08-12T21:00:45.911Z[ recovery-image] Aug 12 21:00:44.624 INFO O| Aug 12 21:00:44.623 INFO STEP 516 (remove_files) COMPLETE
67862026-08-12T21:00:45.911Z[ recovery-image] Aug 12 21:00:44.624 INFO O| Aug 12 21:00:44.624 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-12T21:00:45.916Z[ recovery-image] Aug 12 21:00:44.633 INFO O| Aug 12 21:00:44.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
67882026-08-12T21:00:45.923Z[ recovery-image] Aug 12 21:00:44.633 INFO O| Aug 12 21:00:44.633 INFO STEP 517 (remove_files) COMPLETE
67892026-08-12T21:00:45.923Z[ recovery-image] Aug 12 21:00:44.633 INFO O| Aug 12 21:00:44.633 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-12T21:00:45.931Z[ recovery-image] Aug 12 21:00:44.643 INFO O| Aug 12 21:00:44.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
67912026-08-12T21:00:45.931Z[ recovery-image] Aug 12 21:00:44.643 INFO O| Aug 12 21:00:44.643 INFO STEP 518 (remove_files) COMPLETE
67922026-08-12T21:00:45.931Z[ recovery-image] Aug 12 21:00:44.643 INFO O| Aug 12 21:00:44.643 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-12T21:00:45.936Z[ recovery-image] Aug 12 21:00:44.652 INFO O| Aug 12 21:00:44.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
67942026-08-12T21:00:45.936Z[ recovery-image] Aug 12 21:00:44.652 INFO O| Aug 12 21:00:44.652 INFO STEP 519 (remove_files) COMPLETE
67952026-08-12T21:00:45.936Z[ recovery-image] Aug 12 21:00:44.652 INFO O| Aug 12 21:00:44.652 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-12T21:00:45.945Z[ recovery-image] Aug 12 21:00:44.662 INFO O| Aug 12 21:00:44.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
67972026-08-12T21:00:45.945Z[ recovery-image] Aug 12 21:00:44.662 INFO O| Aug 12 21:00:44.662 INFO STEP 520 (remove_files) COMPLETE
67982026-08-12T21:00:45.949Z[ recovery-image] Aug 12 21:00:44.662 INFO O| Aug 12 21:00:44.662 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-12T21:00:45.954Z[ recovery-image] Aug 12 21:00:44.671 INFO O| Aug 12 21:00:44.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68002026-08-12T21:00:45.954Z[ recovery-image] Aug 12 21:00:44.671 INFO O| Aug 12 21:00:44.671 INFO STEP 521 (remove_files) COMPLETE
68012026-08-12T21:00:45.954Z[ recovery-image] Aug 12 21:00:44.671 INFO O| Aug 12 21:00:44.671 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-12T21:00:45.963Z[ recovery-image] Aug 12 21:00:44.680 INFO O| Aug 12 21:00:44.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68032026-08-12T21:00:45.963Z[ recovery-image] Aug 12 21:00:44.680 INFO O| Aug 12 21:00:44.680 INFO STEP 522 (remove_files) COMPLETE
68042026-08-12T21:00:45.963Z[ recovery-image] Aug 12 21:00:44.680 INFO O| Aug 12 21:00:44.680 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-12T21:00:45.973Z[ recovery-image] Aug 12 21:00:44.689 INFO O| Aug 12 21:00:44.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68062026-08-12T21:00:45.973Z[ recovery-image] Aug 12 21:00:44.689 INFO O| Aug 12 21:00:44.689 INFO STEP 523 (remove_files) COMPLETE
68072026-08-12T21:00:45.973Z[ recovery-image] Aug 12 21:00:44.689 INFO O| Aug 12 21:00:44.689 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-12T21:00:45.984Z[ recovery-image] Aug 12 21:00:44.698 INFO O| Aug 12 21:00:44.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68092026-08-12T21:00:45.984Z[ recovery-image] Aug 12 21:00:44.699 INFO O| Aug 12 21:00:44.699 INFO STEP 524 (remove_files) COMPLETE
68102026-08-12T21:00:45.984Z[ recovery-image] Aug 12 21:00:44.699 INFO O| Aug 12 21:00:44.699 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-12T21:00:45.992Z[ recovery-image] Aug 12 21:00:44.709 INFO O| Aug 12 21:00:44.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68122026-08-12T21:00:45.992Z[ recovery-image] Aug 12 21:00:44.709 INFO O| Aug 12 21:00:44.709 INFO STEP 525 (remove_files) COMPLETE
68132026-08-12T21:00:45.992Z[ recovery-image] Aug 12 21:00:44.709 INFO O| Aug 12 21:00:44.709 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-12T21:00:46.012Z[ recovery-image] Aug 12 21:00:44.718 INFO O| Aug 12 21:00:44.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68152026-08-12T21:00:46.012Z[ recovery-image] Aug 12 21:00:44.719 INFO O| Aug 12 21:00:44.719 INFO STEP 526 (remove_files) COMPLETE
68162026-08-12T21:00:46.012Z[ recovery-image] Aug 12 21:00:44.719 INFO O| Aug 12 21:00:44.719 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-12T21:00:46.017Z[ recovery-image] Aug 12 21:00:44.729 INFO O| Aug 12 21:00:44.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68182026-08-12T21:00:46.017Z[ recovery-image] Aug 12 21:00:44.729 INFO O| Aug 12 21:00:44.729 INFO STEP 527 (remove_files) COMPLETE
68192026-08-12T21:00:46.017Z[ recovery-image] Aug 12 21:00:44.729 INFO O| Aug 12 21:00:44.729 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-12T21:00:46.022Z[ recovery-image] Aug 12 21:00:44.739 INFO O| Aug 12 21:00:44.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68212026-08-12T21:00:46.023Z[ recovery-image] Aug 12 21:00:44.739 INFO O| Aug 12 21:00:44.739 INFO STEP 528 (remove_files) COMPLETE
68222026-08-12T21:00:46.026Z[ recovery-image] Aug 12 21:00:44.739 INFO O| Aug 12 21:00:44.739 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-12T21:00:46.032Z[ recovery-image] Aug 12 21:00:44.749 INFO O| Aug 12 21:00:44.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68242026-08-12T21:00:46.032Z[ recovery-image] Aug 12 21:00:44.749 INFO O| Aug 12 21:00:44.749 INFO STEP 529 (remove_files) COMPLETE
68252026-08-12T21:00:46.032Z[ recovery-image] Aug 12 21:00:44.749 INFO O| Aug 12 21:00:44.749 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-12T21:00:46.042Z[ recovery-image] Aug 12 21:00:44.759 INFO O| Aug 12 21:00:44.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68272026-08-12T21:00:46.042Z[ recovery-image] Aug 12 21:00:44.759 INFO O| Aug 12 21:00:44.759 INFO STEP 530 (remove_files) COMPLETE
68282026-08-12T21:00:46.043Z[ recovery-image] Aug 12 21:00:44.759 INFO O| Aug 12 21:00:44.759 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-08-12T21:00:46.052Z[ recovery-image] Aug 12 21:00:44.768 INFO O| Aug 12 21:00:44.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68302026-08-12T21:00:46.052Z[ recovery-image] Aug 12 21:00:44.768 INFO O| Aug 12 21:00:44.768 INFO STEP 531 (remove_files) COMPLETE
68312026-08-12T21:00:46.052Z[ recovery-image] Aug 12 21:00:44.768 INFO O| Aug 12 21:00:44.768 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-08-12T21:00:46.061Z[ recovery-image] Aug 12 21:00:44.778 INFO O| Aug 12 21:00:44.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68332026-08-12T21:00:46.061Z[ recovery-image] Aug 12 21:00:44.778 INFO O| Aug 12 21:00:44.778 INFO STEP 532 (remove_files) COMPLETE
68342026-08-12T21:00:46.061Z[ recovery-image] Aug 12 21:00:44.778 INFO O| Aug 12 21:00:44.778 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-08-12T21:00:46.071Z[ recovery-image] Aug 12 21:00:44.788 INFO O| Aug 12 21:00:44.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68362026-08-12T21:00:46.071Z[ recovery-image] Aug 12 21:00:44.788 INFO O| Aug 12 21:00:44.788 INFO STEP 533 (remove_files) COMPLETE
68372026-08-12T21:00:46.071Z[ recovery-image] Aug 12 21:00:44.788 INFO O| Aug 12 21:00:44.788 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-08-12T21:00:46.081Z[ recovery-image] Aug 12 21:00:44.798 INFO O| Aug 12 21:00:44.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68392026-08-12T21:00:46.081Z[ recovery-image] Aug 12 21:00:44.798 INFO O| Aug 12 21:00:44.798 INFO STEP 534 (remove_files) COMPLETE
68402026-08-12T21:00:46.084Z[ recovery-image] Aug 12 21:00:44.798 INFO O| Aug 12 21:00:44.798 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-08-12T21:00:46.091Z[ recovery-image] Aug 12 21:00:44.808 INFO O| Aug 12 21:00:44.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68422026-08-12T21:00:46.091Z[ recovery-image] Aug 12 21:00:44.808 INFO O| Aug 12 21:00:44.808 INFO STEP 535 (remove_files) COMPLETE
68432026-08-12T21:00:46.091Z[ recovery-image] Aug 12 21:00:44.808 INFO O| Aug 12 21:00:44.808 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-08-12T21:00:46.101Z[ recovery-image] Aug 12 21:00:44.818 INFO O| Aug 12 21:00:44.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68452026-08-12T21:00:46.102Z[ recovery-image] Aug 12 21:00:44.818 INFO O| Aug 12 21:00:44.818 INFO STEP 536 (remove_files) COMPLETE
68462026-08-12T21:00:46.102Z[ recovery-image] Aug 12 21:00:44.818 INFO O| Aug 12 21:00:44.818 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-08-12T21:00:46.113Z[ recovery-image] Aug 12 21:00:44.829 INFO O| Aug 12 21:00:44.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68482026-08-12T21:00:46.113Z[ recovery-image] Aug 12 21:00:44.829 INFO O| Aug 12 21:00:44.829 INFO STEP 537 (remove_files) COMPLETE
68492026-08-12T21:00:46.113Z[ recovery-image] Aug 12 21:00:44.829 INFO O| Aug 12 21:00:44.829 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-08-12T21:00:46.123Z[ recovery-image] Aug 12 21:00:44.840 INFO O| Aug 12 21:00:44.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68512026-08-12T21:00:46.123Z[ recovery-image] Aug 12 21:00:44.840 INFO O| Aug 12 21:00:44.840 INFO STEP 538 (remove_files) COMPLETE
68522026-08-12T21:00:46.123Z[ recovery-image] Aug 12 21:00:44.840 INFO O| Aug 12 21:00:44.840 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-08-12T21:00:46.133Z[ recovery-image] Aug 12 21:00:44.850 INFO O| Aug 12 21:00:44.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68542026-08-12T21:00:46.133Z[ recovery-image] Aug 12 21:00:44.850 INFO O| Aug 12 21:00:44.850 INFO STEP 539 (remove_files) COMPLETE
68552026-08-12T21:00:46.133Z[ recovery-image] Aug 12 21:00:44.850 INFO O| Aug 12 21:00:44.850 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-08-12T21:00:46.144Z[ recovery-image] Aug 12 21:00:44.861 INFO O| Aug 12 21:00:44.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68572026-08-12T21:00:46.144Z[ recovery-image] Aug 12 21:00:44.861 INFO O| Aug 12 21:00:44.861 INFO STEP 540 (remove_files) COMPLETE
68582026-08-12T21:00:46.145Z[ recovery-image] Aug 12 21:00:44.861 INFO O| Aug 12 21:00:44.861 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-08-12T21:00:46.155Z[ recovery-image] Aug 12 21:00:44.872 INFO O| Aug 12 21:00:44.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68602026-08-12T21:00:46.155Z[ recovery-image] Aug 12 21:00:44.872 INFO O| Aug 12 21:00:44.872 INFO STEP 541 (remove_files) COMPLETE
68612026-08-12T21:00:46.155Z[ recovery-image] Aug 12 21:00:44.872 INFO O| Aug 12 21:00:44.872 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-08-12T21:00:46.166Z[ recovery-image] Aug 12 21:00:44.883 INFO O| Aug 12 21:00:44.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68632026-08-12T21:00:46.166Z[ recovery-image] Aug 12 21:00:44.883 INFO O| Aug 12 21:00:44.883 INFO STEP 542 (remove_files) COMPLETE
68642026-08-12T21:00:46.170Z[ recovery-image] Aug 12 21:00:44.883 INFO O| Aug 12 21:00:44.883 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-08-12T21:00:46.177Z[ recovery-image] Aug 12 21:00:44.894 INFO O| Aug 12 21:00:44.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68662026-08-12T21:00:46.177Z[ recovery-image] Aug 12 21:00:44.894 INFO O| Aug 12 21:00:44.894 INFO STEP 543 (remove_files) COMPLETE
68672026-08-12T21:00:46.180Z[ recovery-image] Aug 12 21:00:44.894 INFO O| Aug 12 21:00:44.894 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-08-12T21:00:46.188Z[ recovery-image] Aug 12 21:00:44.905 INFO O| Aug 12 21:00:44.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68692026-08-12T21:00:46.189Z[ recovery-image] Aug 12 21:00:44.905 INFO O| Aug 12 21:00:44.905 INFO STEP 544 (remove_files) COMPLETE
68702026-08-12T21:00:46.192Z[ recovery-image] Aug 12 21:00:44.905 INFO O| Aug 12 21:00:44.905 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-08-12T21:00:46.198Z[ recovery-image] Aug 12 21:00:44.915 INFO O| Aug 12 21:00:44.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
68722026-08-12T21:00:46.198Z[ recovery-image] Aug 12 21:00:44.915 INFO O| Aug 12 21:00:44.915 INFO STEP 545 (remove_files) COMPLETE
68732026-08-12T21:00:46.198Z[ recovery-image] Aug 12 21:00:44.915 INFO O| Aug 12 21:00:44.915 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-08-12T21:00:46.209Z[ recovery-image] Aug 12 21:00:44.926 INFO O| Aug 12 21:00:44.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
68752026-08-12T21:00:46.209Z[ recovery-image] Aug 12 21:00:44.926 INFO O| Aug 12 21:00:44.926 INFO STEP 546 (remove_files) COMPLETE
68762026-08-12T21:00:46.209Z[ recovery-image] Aug 12 21:00:44.926 INFO O| Aug 12 21:00:44.926 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-08-12T21:00:46.219Z[ recovery-image] Aug 12 21:00:44.936 INFO O| Aug 12 21:00:44.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
68782026-08-12T21:00:46.220Z[ recovery-image] Aug 12 21:00:44.936 INFO O| Aug 12 21:00:44.936 INFO STEP 547 (remove_files) COMPLETE
68792026-08-12T21:00:46.220Z[ recovery-image] Aug 12 21:00:44.936 INFO O| Aug 12 21:00:44.936 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-08-12T21:00:46.230Z[ recovery-image] Aug 12 21:00:44.947 INFO O| Aug 12 21:00:44.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
68812026-08-12T21:00:46.230Z[ recovery-image] Aug 12 21:00:44.947 INFO O| Aug 12 21:00:44.947 INFO STEP 548 (remove_files) COMPLETE
68822026-08-12T21:00:46.230Z[ recovery-image] Aug 12 21:00:44.947 INFO O| Aug 12 21:00:44.947 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-08-12T21:00:46.242Z[ recovery-image] Aug 12 21:00:44.958 INFO O| Aug 12 21:00:44.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
68842026-08-12T21:00:46.242Z[ recovery-image] Aug 12 21:00:44.958 INFO O| Aug 12 21:00:44.958 INFO STEP 549 (remove_files) COMPLETE
68852026-08-12T21:00:46.242Z[ recovery-image] Aug 12 21:00:44.959 INFO O| Aug 12 21:00:44.958 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-08-12T21:00:46.253Z[ recovery-image] Aug 12 21:00:44.969 INFO O| Aug 12 21:00:44.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
68872026-08-12T21:00:46.253Z[ recovery-image] Aug 12 21:00:44.969 INFO O| Aug 12 21:00:44.969 INFO STEP 550 (remove_files) COMPLETE
68882026-08-12T21:00:46.253Z[ recovery-image] Aug 12 21:00:44.969 INFO O| Aug 12 21:00:44.969 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-08-12T21:00:46.263Z[ recovery-image] Aug 12 21:00:44.980 INFO O| Aug 12 21:00:44.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
68902026-08-12T21:00:46.263Z[ recovery-image] Aug 12 21:00:44.980 INFO O| Aug 12 21:00:44.980 INFO STEP 551 (remove_files) COMPLETE
68912026-08-12T21:00:46.267Z[ recovery-image] Aug 12 21:00:44.980 INFO O| Aug 12 21:00:44.980 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-08-12T21:00:46.273Z[ recovery-image] Aug 12 21:00:44.990 INFO O| Aug 12 21:00:44.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
68932026-08-12T21:00:46.273Z[ recovery-image] Aug 12 21:00:44.990 INFO O| Aug 12 21:00:44.990 INFO STEP 552 (remove_files) COMPLETE
68942026-08-12T21:00:46.273Z[ recovery-image] Aug 12 21:00:44.990 INFO O| Aug 12 21:00:44.990 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-08-12T21:00:46.282Z[ recovery-image] Aug 12 21:00:44.998 INFO O| Aug 12 21:00:44.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
68962026-08-12T21:00:46.282Z[ recovery-image] Aug 12 21:00:44.998 INFO O| Aug 12 21:00:44.998 INFO STEP 553 (remove_files) COMPLETE
68972026-08-12T21:00:46.287Z[ recovery-image] Aug 12 21:00:44.998 INFO O| Aug 12 21:00:44.998 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-08-12T21:00:46.292Z[ recovery-image] Aug 12 21:00:45.008 INFO O| Aug 12 21:00:45.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
68992026-08-12T21:00:46.292Z[ recovery-image] Aug 12 21:00:45.009 INFO O| Aug 12 21:00:45.008 INFO STEP 554 (remove_files) COMPLETE
69002026-08-12T21:00:46.295Z[ recovery-image] Aug 12 21:00:45.009 INFO O| Aug 12 21:00:45.009 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-08-12T21:00:46.302Z[ recovery-image] Aug 12 21:00:45.018 INFO O| Aug 12 21:00:45.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69022026-08-12T21:00:46.302Z[ recovery-image] Aug 12 21:00:45.018 INFO O| Aug 12 21:00:45.018 INFO STEP 555 (remove_files) COMPLETE
69032026-08-12T21:00:46.302Z[ recovery-image] Aug 12 21:00:45.018 INFO O| Aug 12 21:00:45.018 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-08-12T21:00:46.311Z[ recovery-image] Aug 12 21:00:45.028 INFO O| Aug 12 21:00:45.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69052026-08-12T21:00:46.311Z[ recovery-image] Aug 12 21:00:45.028 INFO O| Aug 12 21:00:45.028 INFO STEP 556 (remove_files) COMPLETE
69062026-08-12T21:00:46.312Z[ recovery-image] Aug 12 21:00:45.028 INFO O| Aug 12 21:00:45.028 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-12T21:00:46.322Z[ recovery-image] Aug 12 21:00:45.038 INFO O| Aug 12 21:00:45.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69082026-08-12T21:00:46.322Z[ recovery-image] Aug 12 21:00:45.038 INFO O| Aug 12 21:00:45.038 INFO STEP 557 (remove_files) COMPLETE
69092026-08-12T21:00:46.322Z[ recovery-image] Aug 12 21:00:45.038 INFO O| Aug 12 21:00:45.038 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-12T21:00:46.331Z[ recovery-image] Aug 12 21:00:45.048 INFO O| Aug 12 21:00:45.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69112026-08-12T21:00:46.331Z[ recovery-image] Aug 12 21:00:45.048 INFO O| Aug 12 21:00:45.048 INFO STEP 558 (remove_files) COMPLETE
69122026-08-12T21:00:46.331Z[ recovery-image] Aug 12 21:00:45.048 INFO O| Aug 12 21:00:45.048 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-08-12T21:00:46.342Z[ recovery-image] Aug 12 21:00:45.058 INFO O| Aug 12 21:00:45.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69142026-08-12T21:00:46.342Z[ recovery-image] Aug 12 21:00:45.058 INFO O| Aug 12 21:00:45.058 INFO STEP 559 (remove_files) COMPLETE
69152026-08-12T21:00:46.345Z[ recovery-image] Aug 12 21:00:45.058 INFO O| Aug 12 21:00:45.058 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-08-12T21:00:46.357Z[ recovery-image] Aug 12 21:00:45.073 INFO O| Aug 12 21:00:45.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69172026-08-12T21:00:46.357Z[ recovery-image] Aug 12 21:00:45.073 INFO O| Aug 12 21:00:45.073 INFO STEP 560 (remove_files) COMPLETE
69182026-08-12T21:00:46.357Z[ recovery-image] Aug 12 21:00:45.073 INFO O| Aug 12 21:00:45.073 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-12T21:00:46.367Z[ recovery-image] Aug 12 21:00:45.083 INFO O| Aug 12 21:00:45.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69202026-08-12T21:00:46.367Z[ recovery-image] Aug 12 21:00:45.083 INFO O| Aug 12 21:00:45.083 INFO STEP 561 (remove_files) COMPLETE
69212026-08-12T21:00:46.371Z[ recovery-image] Aug 12 21:00:45.083 INFO O| Aug 12 21:00:45.083 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-12T21:00:46.376Z[ recovery-image] Aug 12 21:00:45.093 INFO O| Aug 12 21:00:45.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69232026-08-12T21:00:46.376Z[ recovery-image] Aug 12 21:00:45.093 INFO O| Aug 12 21:00:45.093 INFO STEP 562 (remove_files) COMPLETE
69242026-08-12T21:00:46.379Z[ recovery-image] Aug 12 21:00:45.093 INFO O| Aug 12 21:00:45.093 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-12T21:00:46.385Z[ recovery-image] Aug 12 21:00:45.102 INFO O| Aug 12 21:00:45.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69262026-08-12T21:00:46.385Z[ recovery-image] Aug 12 21:00:45.102 INFO O| Aug 12 21:00:45.102 INFO STEP 563 (remove_files) COMPLETE
69272026-08-12T21:00:46.385Z[ recovery-image] Aug 12 21:00:45.102 INFO O| Aug 12 21:00:45.102 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-12T21:00:46.395Z[ recovery-image] Aug 12 21:00:45.112 INFO O| Aug 12 21:00:45.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69292026-08-12T21:00:46.395Z[ recovery-image] Aug 12 21:00:45.112 INFO O| Aug 12 21:00:45.112 INFO STEP 564 (remove_files) COMPLETE
69302026-08-12T21:00:46.395Z[ recovery-image] Aug 12 21:00:45.112 INFO O| Aug 12 21:00:45.112 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-12T21:00:46.404Z[ recovery-image] Aug 12 21:00:45.121 INFO O| Aug 12 21:00:45.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69322026-08-12T21:00:46.404Z[ recovery-image] Aug 12 21:00:45.121 INFO O| Aug 12 21:00:45.121 INFO STEP 565 (remove_files) COMPLETE
69332026-08-12T21:00:46.407Z[ recovery-image] Aug 12 21:00:45.121 INFO O| Aug 12 21:00:45.121 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-12T21:00:46.414Z[ recovery-image] Aug 12 21:00:45.131 INFO O| Aug 12 21:00:45.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69352026-08-12T21:00:46.414Z[ recovery-image] Aug 12 21:00:45.131 INFO O| Aug 12 21:00:45.131 INFO STEP 566 (remove_files) COMPLETE
69362026-08-12T21:00:46.414Z[ recovery-image] Aug 12 21:00:45.131 INFO O| Aug 12 21:00:45.131 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-12T21:00:46.424Z[ recovery-image] Aug 12 21:00:45.140 INFO O| Aug 12 21:00:45.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69382026-08-12T21:00:46.424Z[ recovery-image] Aug 12 21:00:45.140 INFO O| Aug 12 21:00:45.140 INFO STEP 567 (remove_files) COMPLETE
69392026-08-12T21:00:46.424Z[ recovery-image] Aug 12 21:00:45.140 INFO O| Aug 12 21:00:45.140 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-12T21:00:46.443Z[ recovery-image] Aug 12 21:00:45.151 INFO O| Aug 12 21:00:45.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69412026-08-12T21:00:46.443Z[ recovery-image] Aug 12 21:00:45.151 INFO O| Aug 12 21:00:45.151 INFO STEP 568 (remove_files) COMPLETE
69422026-08-12T21:00:46.443Z[ recovery-image] Aug 12 21:00:45.151 INFO O| Aug 12 21:00:45.151 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-12T21:00:46.449Z[ recovery-image] Aug 12 21:00:45.162 INFO O| Aug 12 21:00:45.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69442026-08-12T21:00:46.449Z[ recovery-image] Aug 12 21:00:45.162 INFO O| Aug 12 21:00:45.162 INFO STEP 569 (remove_files) COMPLETE
69452026-08-12T21:00:46.449Z[ recovery-image] Aug 12 21:00:45.162 INFO O| Aug 12 21:00:45.162 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-12T21:00:46.455Z[ recovery-image] Aug 12 21:00:45.172 INFO O| Aug 12 21:00:45.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69472026-08-12T21:00:46.456Z[ recovery-image] Aug 12 21:00:45.172 INFO O| Aug 12 21:00:45.172 INFO STEP 570 (remove_files) COMPLETE
69482026-08-12T21:00:46.456Z[ recovery-image] Aug 12 21:00:45.172 INFO O| Aug 12 21:00:45.172 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-12T21:00:46.465Z[ recovery-image] Aug 12 21:00:45.182 INFO O| Aug 12 21:00:45.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69502026-08-12T21:00:46.465Z[ recovery-image] Aug 12 21:00:45.182 INFO O| Aug 12 21:00:45.182 INFO STEP 571 (remove_files) COMPLETE
69512026-08-12T21:00:46.465Z[ recovery-image] Aug 12 21:00:45.182 INFO O| Aug 12 21:00:45.182 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-12T21:00:46.475Z[ recovery-image] Aug 12 21:00:45.191 INFO O| Aug 12 21:00:45.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69532026-08-12T21:00:46.475Z[ recovery-image] Aug 12 21:00:45.191 INFO O| Aug 12 21:00:45.191 INFO STEP 572 (remove_files) COMPLETE
69542026-08-12T21:00:46.475Z[ recovery-image] Aug 12 21:00:45.191 INFO O| Aug 12 21:00:45.191 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-12T21:00:46.483Z[ recovery-image] Aug 12 21:00:45.200 INFO O| Aug 12 21:00:45.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69562026-08-12T21:00:46.483Z[ recovery-image] Aug 12 21:00:45.200 INFO O| Aug 12 21:00:45.200 INFO STEP 573 (remove_files) COMPLETE
69572026-08-12T21:00:46.491Z[ recovery-image] Aug 12 21:00:45.200 INFO O| Aug 12 21:00:45.200 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-12T21:00:46.496Z[ recovery-image] Aug 12 21:00:45.209 INFO O| Aug 12 21:00:45.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69592026-08-12T21:00:46.496Z[ recovery-image] Aug 12 21:00:45.209 INFO O| Aug 12 21:00:45.209 INFO STEP 574 (remove_files) COMPLETE
69602026-08-12T21:00:46.496Z[ recovery-image] Aug 12 21:00:45.209 INFO O| Aug 12 21:00:45.209 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-12T21:00:46.504Z[ recovery-image] Aug 12 21:00:45.218 INFO O| Aug 12 21:00:45.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69622026-08-12T21:00:46.505Z[ recovery-image] Aug 12 21:00:45.218 INFO O| Aug 12 21:00:45.218 INFO STEP 575 (remove_files) COMPLETE
69632026-08-12T21:00:46.505Z[ recovery-image] Aug 12 21:00:45.218 INFO O| Aug 12 21:00:45.218 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-12T21:00:46.520Z[ recovery-image] Aug 12 21:00:45.228 INFO O| Aug 12 21:00:45.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69652026-08-12T21:00:46.520Z[ recovery-image] Aug 12 21:00:45.228 INFO O| Aug 12 21:00:45.228 INFO STEP 576 (remove_files) COMPLETE
69662026-08-12T21:00:46.539Z[ recovery-image] Aug 12 21:00:45.228 INFO O| Aug 12 21:00:45.228 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-12T21:00:46.539Z[ recovery-image] Aug 12 21:00:45.237 INFO O| Aug 12 21:00:45.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69682026-08-12T21:00:46.539Z[ recovery-image] Aug 12 21:00:45.237 INFO O| Aug 12 21:00:45.237 INFO STEP 577 (remove_files) COMPLETE
69692026-08-12T21:00:46.539Z[ recovery-image] Aug 12 21:00:45.237 INFO O| Aug 12 21:00:45.237 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-12T21:00:46.553Z[ recovery-image] Aug 12 21:00:45.247 INFO O| Aug 12 21:00:45.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
69712026-08-12T21:00:46.553Z[ recovery-image] Aug 12 21:00:45.247 INFO O| Aug 12 21:00:45.247 INFO STEP 578 (remove_files) COMPLETE
69722026-08-12T21:00:46.554Z[ recovery-image] Aug 12 21:00:45.247 INFO O| Aug 12 21:00:45.247 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-12T21:00:46.554Z[ recovery-image] Aug 12 21:00:45.256 INFO O| Aug 12 21:00:45.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
69742026-08-12T21:00:46.554Z[ recovery-image] Aug 12 21:00:45.256 INFO O| Aug 12 21:00:45.256 INFO STEP 579 (remove_files) COMPLETE
69752026-08-12T21:00:46.554Z[ recovery-image] Aug 12 21:00:45.256 INFO O| Aug 12 21:00:45.256 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-12T21:00:46.558Z[ recovery-image] Aug 12 21:00:45.266 INFO O| Aug 12 21:00:45.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
69772026-08-12T21:00:46.558Z[ recovery-image] Aug 12 21:00:45.266 INFO O| Aug 12 21:00:45.266 INFO STEP 580 (remove_files) COMPLETE
69782026-08-12T21:00:46.558Z[ recovery-image] Aug 12 21:00:45.266 INFO O| Aug 12 21:00:45.266 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-12T21:00:46.558Z[ recovery-image] Aug 12 21:00:45.275 INFO O| Aug 12 21:00:45.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
69802026-08-12T21:00:46.558Z[ recovery-image] Aug 12 21:00:45.275 INFO O| Aug 12 21:00:45.275 INFO STEP 581 (remove_files) COMPLETE
69812026-08-12T21:00:46.558Z[ recovery-image] Aug 12 21:00:45.275 INFO O| Aug 12 21:00:45.275 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-08-12T21:00:46.567Z[ recovery-image] Aug 12 21:00:45.284 INFO O| Aug 12 21:00:45.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
69832026-08-12T21:00:46.567Z[ recovery-image] Aug 12 21:00:45.284 INFO O| Aug 12 21:00:45.284 INFO STEP 582 (remove_files) COMPLETE
69842026-08-12T21:00:46.567Z[ recovery-image] Aug 12 21:00:45.284 INFO O| Aug 12 21:00:45.284 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-08-12T21:00:46.576Z[ recovery-image] Aug 12 21:00:45.293 INFO O| Aug 12 21:00:45.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
69862026-08-12T21:00:46.577Z[ recovery-image] Aug 12 21:00:45.293 INFO O| Aug 12 21:00:45.293 INFO STEP 583 (remove_files) COMPLETE
69872026-08-12T21:00:46.580Z[ recovery-image] Aug 12 21:00:45.293 INFO O| Aug 12 21:00:45.293 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-08-12T21:00:46.614Z[ recovery-image] Aug 12 21:00:45.303 INFO O| Aug 12 21:00:45.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
69892026-08-12T21:00:46.614Z[ recovery-image] Aug 12 21:00:45.303 INFO O| Aug 12 21:00:45.303 INFO STEP 584 (remove_files) COMPLETE
69902026-08-12T21:00:46.614Z[ recovery-image] Aug 12 21:00:45.303 INFO O| Aug 12 21:00:45.303 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-08-12T21:00:46.618Z[ recovery-image] Aug 12 21:00:45.312 INFO O| Aug 12 21:00:45.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
69922026-08-12T21:00:46.619Z[ recovery-image] Aug 12 21:00:45.312 INFO O| Aug 12 21:00:45.312 INFO STEP 585 (remove_files) COMPLETE
69932026-08-12T21:00:46.619Z[ recovery-image] Aug 12 21:00:45.312 INFO O| Aug 12 21:00:45.312 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-08-12T21:00:46.619Z[ recovery-image] Aug 12 21:00:45.322 INFO O| Aug 12 21:00:45.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
69952026-08-12T21:00:46.619Z[ recovery-image] Aug 12 21:00:45.322 INFO O| Aug 12 21:00:45.322 INFO STEP 586 (remove_files) COMPLETE
69962026-08-12T21:00:46.619Z[ recovery-image] Aug 12 21:00:45.322 INFO O| Aug 12 21:00:45.322 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-08-12T21:00:46.619Z[ recovery-image] Aug 12 21:00:45.333 INFO O| Aug 12 21:00:45.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
69982026-08-12T21:00:46.619Z[ recovery-image] Aug 12 21:00:45.333 INFO O| Aug 12 21:00:45.333 INFO STEP 587 (remove_files) COMPLETE
69992026-08-12T21:00:46.619Z[ recovery-image] Aug 12 21:00:45.333 INFO O| Aug 12 21:00:45.333 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-08-12T21:00:46.648Z[ recovery-image] Aug 12 21:00:45.365 INFO O| Aug 12 21:00:45.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70012026-08-12T21:00:46.648Z[ recovery-image] Aug 12 21:00:45.365 INFO O| Aug 12 21:00:45.365 INFO STEP 588 (remove_files) COMPLETE
70022026-08-12T21:00:46.649Z[ recovery-image] Aug 12 21:00:45.365 INFO O| Aug 12 21:00:45.365 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-08-12T21:00:46.665Z[ recovery-image] Aug 12 21:00:45.376 INFO O| Aug 12 21:00:45.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70042026-08-12T21:00:46.665Z[ recovery-image] Aug 12 21:00:45.376 INFO O| Aug 12 21:00:45.376 INFO STEP 589 (remove_files) COMPLETE
70052026-08-12T21:00:46.665Z[ recovery-image] Aug 12 21:00:45.376 INFO O| Aug 12 21:00:45.376 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-12T21:00:46.670Z[ recovery-image] Aug 12 21:00:45.386 INFO O| Aug 12 21:00:45.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70072026-08-12T21:00:46.670Z[ recovery-image] Aug 12 21:00:45.386 INFO O| Aug 12 21:00:45.386 INFO STEP 590 (remove_files) COMPLETE
70082026-08-12T21:00:46.673Z[ recovery-image] Aug 12 21:00:45.386 INFO O| Aug 12 21:00:45.386 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-12T21:00:46.678Z[ recovery-image] Aug 12 21:00:45.395 INFO O| Aug 12 21:00:45.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70102026-08-12T21:00:46.678Z[ recovery-image] Aug 12 21:00:45.395 INFO O| Aug 12 21:00:45.395 INFO STEP 591 (remove_files) COMPLETE
70112026-08-12T21:00:46.681Z[ recovery-image] Aug 12 21:00:45.395 INFO O| Aug 12 21:00:45.395 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-12T21:00:46.688Z[ recovery-image] Aug 12 21:00:45.405 INFO O| Aug 12 21:00:45.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70132026-08-12T21:00:46.688Z[ recovery-image] Aug 12 21:00:45.405 INFO O| Aug 12 21:00:45.405 INFO STEP 592 (remove_files) COMPLETE
70142026-08-12T21:00:46.688Z[ recovery-image] Aug 12 21:00:45.405 INFO O| Aug 12 21:00:45.405 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-12T21:00:46.698Z[ recovery-image] Aug 12 21:00:45.415 INFO O| Aug 12 21:00:45.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70162026-08-12T21:00:46.698Z[ recovery-image] Aug 12 21:00:45.415 INFO O| Aug 12 21:00:45.415 INFO STEP 593 (remove_files) COMPLETE
70172026-08-12T21:00:46.698Z[ recovery-image] Aug 12 21:00:45.415 INFO O| Aug 12 21:00:45.415 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-12T21:00:46.708Z[ recovery-image] Aug 12 21:00:45.425 INFO O| Aug 12 21:00:45.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70192026-08-12T21:00:46.708Z[ recovery-image] Aug 12 21:00:45.425 INFO O| Aug 12 21:00:45.425 INFO STEP 594 (remove_files) COMPLETE
70202026-08-12T21:00:46.708Z[ recovery-image] Aug 12 21:00:45.425 INFO O| Aug 12 21:00:45.425 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-12T21:00:46.719Z[ recovery-image] Aug 12 21:00:45.436 INFO O| Aug 12 21:00:45.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70222026-08-12T21:00:46.719Z[ recovery-image] Aug 12 21:00:45.436 INFO O| Aug 12 21:00:45.436 INFO STEP 595 (remove_files) COMPLETE
70232026-08-12T21:00:46.722Z[ recovery-image] Aug 12 21:00:45.436 INFO O| Aug 12 21:00:45.436 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-12T21:00:46.729Z[ recovery-image] Aug 12 21:00:45.445 INFO O| Aug 12 21:00:45.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70252026-08-12T21:00:46.729Z[ recovery-image] Aug 12 21:00:45.445 INFO O| Aug 12 21:00:45.445 INFO STEP 596 (remove_files) COMPLETE
70262026-08-12T21:00:46.729Z[ recovery-image] Aug 12 21:00:45.445 INFO O| Aug 12 21:00:45.445 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-12T21:00:46.737Z[ recovery-image] Aug 12 21:00:45.454 INFO O| Aug 12 21:00:45.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70282026-08-12T21:00:46.738Z[ recovery-image] Aug 12 21:00:45.454 INFO O| Aug 12 21:00:45.454 INFO STEP 597 (remove_files) COMPLETE
70292026-08-12T21:00:46.738Z[ recovery-image] Aug 12 21:00:45.454 INFO O| Aug 12 21:00:45.454 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-12T21:00:46.747Z[ recovery-image] Aug 12 21:00:45.464 INFO O| Aug 12 21:00:45.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70312026-08-12T21:00:46.747Z[ recovery-image] Aug 12 21:00:45.464 INFO O| Aug 12 21:00:45.464 INFO STEP 598 (remove_files) COMPLETE
70322026-08-12T21:00:46.747Z[ recovery-image] Aug 12 21:00:45.464 INFO O| Aug 12 21:00:45.464 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-12T21:00:46.757Z[ recovery-image] Aug 12 21:00:45.473 INFO O| Aug 12 21:00:45.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70342026-08-12T21:00:46.757Z[ recovery-image] Aug 12 21:00:45.473 INFO O| Aug 12 21:00:45.473 INFO STEP 599 (remove_files) COMPLETE
70352026-08-12T21:00:46.757Z[ recovery-image] Aug 12 21:00:45.473 INFO O| Aug 12 21:00:45.473 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-12T21:00:46.766Z[ recovery-image] Aug 12 21:00:45.483 INFO O| Aug 12 21:00:45.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70372026-08-12T21:00:46.766Z[ recovery-image] Aug 12 21:00:45.483 INFO O| Aug 12 21:00:45.483 INFO STEP 600 (remove_files) COMPLETE
70382026-08-12T21:00:46.770Z[ recovery-image] Aug 12 21:00:45.483 INFO O| Aug 12 21:00:45.483 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-12T21:00:46.776Z[ recovery-image] Aug 12 21:00:45.492 INFO O| Aug 12 21:00:45.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70402026-08-12T21:00:46.776Z[ recovery-image] Aug 12 21:00:45.492 INFO O| Aug 12 21:00:45.492 INFO STEP 601 (remove_files) COMPLETE
70412026-08-12T21:00:46.780Z[ recovery-image] Aug 12 21:00:45.492 INFO O| Aug 12 21:00:45.492 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-12T21:00:46.785Z[ recovery-image] Aug 12 21:00:45.502 INFO O| Aug 12 21:00:45.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70432026-08-12T21:00:46.785Z[ recovery-image] Aug 12 21:00:45.502 INFO O| Aug 12 21:00:45.502 INFO STEP 602 (remove_files) COMPLETE
70442026-08-12T21:00:46.788Z[ recovery-image] Aug 12 21:00:45.502 INFO O| Aug 12 21:00:45.502 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-12T21:00:46.795Z[ recovery-image] Aug 12 21:00:45.512 INFO O| Aug 12 21:00:45.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70462026-08-12T21:00:46.795Z[ recovery-image] Aug 12 21:00:45.512 INFO O| Aug 12 21:00:45.512 INFO STEP 603 (remove_files) COMPLETE
70472026-08-12T21:00:46.795Z[ recovery-image] Aug 12 21:00:45.512 INFO O| Aug 12 21:00:45.512 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-12T21:00:46.805Z[ recovery-image] Aug 12 21:00:45.521 INFO O| Aug 12 21:00:45.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70492026-08-12T21:00:46.805Z[ recovery-image] Aug 12 21:00:45.521 INFO O| Aug 12 21:00:45.521 INFO STEP 604 (remove_files) COMPLETE
70502026-08-12T21:00:46.805Z[ recovery-image] Aug 12 21:00:45.521 INFO O| Aug 12 21:00:45.521 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-12T21:00:46.814Z[ recovery-image] Aug 12 21:00:45.531 INFO O| Aug 12 21:00:45.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70522026-08-12T21:00:46.815Z[ recovery-image] Aug 12 21:00:45.531 INFO O| Aug 12 21:00:45.531 INFO STEP 605 (remove_files) COMPLETE
70532026-08-12T21:00:46.815Z[ recovery-image] Aug 12 21:00:45.531 INFO O| Aug 12 21:00:45.531 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-12T21:00:46.824Z[ recovery-image] Aug 12 21:00:45.541 INFO O| Aug 12 21:00:45.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70552026-08-12T21:00:46.824Z[ recovery-image] Aug 12 21:00:45.541 INFO O| Aug 12 21:00:45.541 INFO STEP 606 (remove_files) COMPLETE
70562026-08-12T21:00:46.827Z[ recovery-image] Aug 12 21:00:45.541 INFO O| Aug 12 21:00:45.541 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-12T21:00:46.833Z[ recovery-image] Aug 12 21:00:45.550 INFO O| Aug 12 21:00:45.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70582026-08-12T21:00:46.834Z[ recovery-image] Aug 12 21:00:45.550 INFO O| Aug 12 21:00:45.550 INFO STEP 607 (remove_files) COMPLETE
70592026-08-12T21:00:46.834Z[ recovery-image] Aug 12 21:00:45.550 INFO O| Aug 12 21:00:45.550 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-12T21:00:46.843Z[ recovery-image] Aug 12 21:00:45.560 INFO O| Aug 12 21:00:45.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70612026-08-12T21:00:46.843Z[ recovery-image] Aug 12 21:00:45.560 INFO O| Aug 12 21:00:45.560 INFO STEP 608 (remove_files) COMPLETE
70622026-08-12T21:00:46.846Z[ recovery-image] Aug 12 21:00:45.560 INFO O| Aug 12 21:00:45.560 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-12T21:00:46.852Z[ recovery-image] Aug 12 21:00:45.569 INFO O| Aug 12 21:00:45.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70642026-08-12T21:00:46.852Z[ recovery-image] Aug 12 21:00:45.569 INFO O| Aug 12 21:00:45.569 INFO STEP 609 (remove_files) COMPLETE
70652026-08-12T21:00:46.856Z[ recovery-image] Aug 12 21:00:45.569 INFO O| Aug 12 21:00:45.569 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-12T21:00:46.865Z[ recovery-image] Aug 12 21:00:45.582 INFO O| Aug 12 21:00:45.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70672026-08-12T21:00:46.865Z[ recovery-image] Aug 12 21:00:45.582 INFO O| Aug 12 21:00:45.582 INFO STEP 610 (remove_files) COMPLETE
70682026-08-12T21:00:46.865Z[ recovery-image] Aug 12 21:00:45.582 INFO O| Aug 12 21:00:45.582 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-12T21:00:46.869Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
70702026-08-12T21:00:46.875Z[ recovery-image] Aug 12 21:00:45.592 INFO O| Aug 12 21:00:45.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
70712026-08-12T21:00:46.875Z[ recovery-image] Aug 12 21:00:45.592 INFO O| Aug 12 21:00:45.592 INFO STEP 611 (remove_files) COMPLETE
70722026-08-12T21:00:46.875Z[ recovery-image] Aug 12 21:00:45.592 INFO O| Aug 12 21:00:45.592 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-08-12T21:00:46.921Z[ recovery-image] Aug 12 21:00:45.603 INFO O| Aug 12 21:00:45.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
70742026-08-12T21:00:46.921Z[ recovery-image] Aug 12 21:00:45.603 INFO O| Aug 12 21:00:45.603 INFO STEP 612 (remove_files) COMPLETE
70752026-08-12T21:00:46.984Z[ recovery-image] Aug 12 21:00:45.603 INFO O| Aug 12 21:00:45.603 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-12T21:00:46.985Z[ recovery-image] Aug 12 21:00:45.613 INFO O| Aug 12 21:00:45.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
70772026-08-12T21:00:46.985Z[ recovery-image] Aug 12 21:00:45.613 INFO O| Aug 12 21:00:45.613 INFO STEP 613 (remove_files) COMPLETE
70782026-08-12T21:00:46.985Z[ recovery-image] Aug 12 21:00:45.613 INFO O| Aug 12 21:00:45.613 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-08-12T21:00:46.985Z[ recovery-image] Aug 12 21:00:45.623 INFO O| Aug 12 21:00:45.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
70802026-08-12T21:00:46.985Z[ recovery-image] Aug 12 21:00:45.623 INFO O| Aug 12 21:00:45.623 INFO STEP 614 (remove_files) COMPLETE
70812026-08-12T21:00:46.985Z[ recovery-image] Aug 12 21:00:45.623 INFO O| Aug 12 21:00:45.623 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-12T21:00:46.985Z[ recovery-image] Aug 12 21:00:45.634 INFO O| Aug 12 21:00:45.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
70832026-08-12T21:00:46.985Z[ recovery-image] Aug 12 21:00:45.634 INFO O| Aug 12 21:00:45.634 INFO STEP 615 (remove_files) COMPLETE
70842026-08-12T21:00:46.985Z[ recovery-image] Aug 12 21:00:45.634 INFO O| Aug 12 21:00:45.634 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-12T21:00:46.985Z[ recovery-image] Aug 12 21:00:45.645 INFO O| Aug 12 21:00:45.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
70862026-08-12T21:00:46.985Z[ recovery-image] Aug 12 21:00:45.645 INFO O| Aug 12 21:00:45.645 INFO STEP 616 (remove_files) COMPLETE
70872026-08-12T21:00:46.985Z[ recovery-image] Aug 12 21:00:45.645 INFO O| Aug 12 21:00:45.645 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-12T21:00:46.986Z[ recovery-image] Aug 12 21:00:45.656 INFO O| Aug 12 21:00:45.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
70892026-08-12T21:00:46.986Z[ recovery-image] Aug 12 21:00:45.656 INFO O| Aug 12 21:00:45.656 INFO STEP 617 (remove_files) COMPLETE
70902026-08-12T21:00:46.986Z[ recovery-image] Aug 12 21:00:45.656 INFO O| Aug 12 21:00:45.656 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-12T21:00:46.986Z[ recovery-image] Aug 12 21:00:45.666 INFO O| Aug 12 21:00:45.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
70922026-08-12T21:00:46.986Z[ recovery-image] Aug 12 21:00:45.666 INFO O| Aug 12 21:00:45.666 INFO STEP 618 (remove_files) COMPLETE
70932026-08-12T21:00:46.986Z[ recovery-image] Aug 12 21:00:45.666 INFO O| Aug 12 21:00:45.666 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-12T21:00:46.986Z[ recovery-image] Aug 12 21:00:45.678 INFO O| Aug 12 21:00:45.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
70952026-08-12T21:00:46.986Z[ recovery-image] Aug 12 21:00:45.678 INFO O| Aug 12 21:00:45.678 INFO STEP 619 (remove_files) COMPLETE
70962026-08-12T21:00:46.986Z[ recovery-image] Aug 12 21:00:45.678 INFO O| Aug 12 21:00:45.678 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-12T21:00:46.995Z[ recovery-image] Aug 12 21:00:45.688 INFO O| Aug 12 21:00:45.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
70982026-08-12T21:00:46.996Z[ recovery-image] Aug 12 21:00:45.688 INFO O| Aug 12 21:00:45.688 INFO STEP 620 (remove_files) COMPLETE
70992026-08-12T21:00:46.996Z[ recovery-image] Aug 12 21:00:45.688 INFO O| Aug 12 21:00:45.688 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-12T21:00:46.996Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
71012026-08-12T21:00:46.996Z[ recovery-image] Aug 12 21:00:45.698 INFO O| Aug 12 21:00:45.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71022026-08-12T21:00:46.996Z[ recovery-image] Aug 12 21:00:45.699 INFO O| Aug 12 21:00:45.698 INFO STEP 621 (remove_files) COMPLETE
71032026-08-12T21:00:46.996Z[ recovery-image] Aug 12 21:00:45.699 INFO O| Aug 12 21:00:45.698 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-12T21:00:47.006Z[ recovery-image] Aug 12 21:00:45.708 INFO O| Aug 12 21:00:45.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71052026-08-12T21:00:47.006Z[ recovery-image] Aug 12 21:00:45.709 INFO O| Aug 12 21:00:45.709 INFO STEP 622 (remove_files) COMPLETE
71062026-08-12T21:00:47.007Z[ recovery-image] Aug 12 21:00:45.709 INFO O| Aug 12 21:00:45.709 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-12T21:00:47.019Z[ recovery-image] Aug 12 21:00:45.718 INFO O| Aug 12 21:00:45.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71082026-08-12T21:00:47.019Z[ recovery-image] Aug 12 21:00:45.718 INFO O| Aug 12 21:00:45.718 INFO STEP 623 (remove_files) COMPLETE
71092026-08-12T21:00:47.019Z[ recovery-image] Aug 12 21:00:45.718 INFO O| Aug 12 21:00:45.718 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-12T21:00:47.020Z[ recovery-image] Aug 12 21:00:45.728 INFO O| Aug 12 21:00:45.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71112026-08-12T21:00:47.020Z[ recovery-image] Aug 12 21:00:45.728 INFO O| Aug 12 21:00:45.728 INFO STEP 624 (remove_files) COMPLETE
71122026-08-12T21:00:47.020Z[ recovery-image] Aug 12 21:00:45.728 INFO O| Aug 12 21:00:45.728 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-12T21:00:47.023Z[ recovery-image] Aug 12 21:00:45.738 INFO O| Aug 12 21:00:45.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71142026-08-12T21:00:47.023Z[ recovery-image] Aug 12 21:00:45.738 INFO O| Aug 12 21:00:45.738 INFO STEP 625 (remove_files) COMPLETE
71152026-08-12T21:00:47.023Z[ recovery-image] Aug 12 21:00:45.738 INFO O| Aug 12 21:00:45.738 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-12T21:00:47.031Z[ recovery-image] Aug 12 21:00:45.748 INFO O| Aug 12 21:00:45.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71172026-08-12T21:00:47.031Z[ recovery-image] Aug 12 21:00:45.748 INFO O| Aug 12 21:00:45.748 INFO STEP 626 (remove_files) COMPLETE
71182026-08-12T21:00:47.034Z[ recovery-image] Aug 12 21:00:45.748 INFO O| Aug 12 21:00:45.748 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-12T21:00:47.041Z[ recovery-image] Aug 12 21:00:45.758 INFO O| Aug 12 21:00:45.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71202026-08-12T21:00:47.041Z[ recovery-image] Aug 12 21:00:45.758 INFO O| Aug 12 21:00:45.758 INFO STEP 627 (remove_files) COMPLETE
71212026-08-12T21:00:47.044Z[ recovery-image] Aug 12 21:00:45.758 INFO O| Aug 12 21:00:45.758 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-12T21:00:47.053Z[ recovery-image] Aug 12 21:00:45.770 INFO O| Aug 12 21:00:45.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71232026-08-12T21:00:47.053Z[ recovery-image] Aug 12 21:00:45.770 INFO O| Aug 12 21:00:45.770 INFO STEP 628 (remove_files) COMPLETE
71242026-08-12T21:00:47.056Z[ recovery-image] Aug 12 21:00:45.770 INFO O| Aug 12 21:00:45.770 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-12T21:00:47.063Z[ recovery-image] Aug 12 21:00:45.780 INFO O| Aug 12 21:00:45.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71262026-08-12T21:00:47.063Z[ recovery-image] Aug 12 21:00:45.780 INFO O| Aug 12 21:00:45.780 INFO STEP 629 (remove_files) COMPLETE
71272026-08-12T21:00:47.066Z[ recovery-image] Aug 12 21:00:45.780 INFO O| Aug 12 21:00:45.780 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-12T21:00:47.073Z[ recovery-image] Aug 12 21:00:45.791 INFO O| Aug 12 21:00:45.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71292026-08-12T21:00:47.073Z[ recovery-image] Aug 12 21:00:45.791 INFO O| Aug 12 21:00:45.791 INFO STEP 630 (remove_files) COMPLETE
71302026-08-12T21:00:47.077Z[ recovery-image] Aug 12 21:00:45.791 INFO O| Aug 12 21:00:45.791 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-12T21:00:47.083Z[ recovery-image] Aug 12 21:00:45.800 INFO O| Aug 12 21:00:45.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71322026-08-12T21:00:47.083Z[ recovery-image] Aug 12 21:00:45.800 INFO O| Aug 12 21:00:45.800 INFO STEP 631 (remove_files) COMPLETE
71332026-08-12T21:00:47.083Z[ recovery-image] Aug 12 21:00:45.800 INFO O| Aug 12 21:00:45.800 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-12T21:00:47.093Z[ recovery-image] Aug 12 21:00:45.810 INFO O| Aug 12 21:00:45.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71352026-08-12T21:00:47.093Z[ recovery-image] Aug 12 21:00:45.810 INFO O| Aug 12 21:00:45.810 INFO STEP 632 (remove_files) COMPLETE
71362026-08-12T21:00:47.093Z[ recovery-image] Aug 12 21:00:45.810 INFO O| Aug 12 21:00:45.810 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-12T21:00:47.103Z[ recovery-image] Aug 12 21:00:45.819 INFO O| Aug 12 21:00:45.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71382026-08-12T21:00:47.103Z[ recovery-image] Aug 12 21:00:45.819 INFO O| Aug 12 21:00:45.819 INFO STEP 633 (remove_files) COMPLETE
71392026-08-12T21:00:47.106Z[ recovery-image] Aug 12 21:00:45.819 INFO O| Aug 12 21:00:45.819 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-12T21:00:47.111Z[ recovery-image] Aug 12 21:00:45.828 INFO O| Aug 12 21:00:45.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71412026-08-12T21:00:47.111Z[ recovery-image] Aug 12 21:00:45.829 INFO O| Aug 12 21:00:45.828 INFO STEP 634 (remove_files) COMPLETE
71422026-08-12T21:00:47.114Z[ recovery-image] Aug 12 21:00:45.829 INFO O| Aug 12 21:00:45.828 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-12T21:00:47.121Z[ recovery-image] Aug 12 21:00:45.838 INFO O| Aug 12 21:00:45.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71442026-08-12T21:00:47.121Z[ recovery-image] Aug 12 21:00:45.838 INFO O| Aug 12 21:00:45.838 INFO STEP 635 (remove_files) COMPLETE
71452026-08-12T21:00:47.124Z[ recovery-image] Aug 12 21:00:45.838 INFO O| Aug 12 21:00:45.838 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-12T21:00:47.131Z[ recovery-image] Aug 12 21:00:45.848 INFO O| Aug 12 21:00:45.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71472026-08-12T21:00:47.131Z[ recovery-image] Aug 12 21:00:45.848 INFO O| Aug 12 21:00:45.848 INFO STEP 636 (remove_files) COMPLETE
71482026-08-12T21:00:47.131Z[ recovery-image] Aug 12 21:00:45.848 INFO O| Aug 12 21:00:45.848 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-12T21:00:47.141Z[ recovery-image] Aug 12 21:00:45.858 INFO O| Aug 12 21:00:45.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71502026-08-12T21:00:47.141Z[ recovery-image] Aug 12 21:00:45.858 INFO O| Aug 12 21:00:45.858 INFO STEP 637 (remove_files) COMPLETE
71512026-08-12T21:00:47.141Z[ recovery-image] Aug 12 21:00:45.858 INFO O| Aug 12 21:00:45.858 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-12T21:00:47.150Z[ recovery-image] Aug 12 21:00:45.867 INFO O| Aug 12 21:00:45.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71532026-08-12T21:00:47.150Z[ recovery-image] Aug 12 21:00:45.867 INFO O| Aug 12 21:00:45.867 INFO STEP 638 (remove_files) COMPLETE
71542026-08-12T21:00:47.150Z[ recovery-image] Aug 12 21:00:45.867 INFO O| Aug 12 21:00:45.867 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-12T21:00:47.158Z[ recovery-image] Aug 12 21:00:45.875 INFO O| Aug 12 21:00:45.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71562026-08-12T21:00:47.158Z[ recovery-image] Aug 12 21:00:45.875 INFO O| Aug 12 21:00:45.875 INFO STEP 639 (remove_files) COMPLETE
71572026-08-12T21:00:47.158Z[ recovery-image] Aug 12 21:00:45.875 INFO O| Aug 12 21:00:45.875 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-12T21:00:47.167Z[ recovery-image] Aug 12 21:00:45.884 INFO O| Aug 12 21:00:45.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71592026-08-12T21:00:47.167Z[ recovery-image] Aug 12 21:00:45.884 INFO O| Aug 12 21:00:45.884 INFO STEP 640 (remove_files) COMPLETE
71602026-08-12T21:00:47.167Z[ recovery-image] Aug 12 21:00:45.884 INFO O| Aug 12 21:00:45.884 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-12T21:00:47.176Z[ recovery-image] Aug 12 21:00:45.893 INFO O| Aug 12 21:00:45.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71622026-08-12T21:00:47.176Z[ recovery-image] Aug 12 21:00:45.893 INFO O| Aug 12 21:00:45.893 INFO STEP 641 (remove_files) COMPLETE
71632026-08-12T21:00:47.179Z[ recovery-image] Aug 12 21:00:45.893 INFO O| Aug 12 21:00:45.893 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-12T21:00:47.185Z[ recovery-image] Aug 12 21:00:45.902 INFO O| Aug 12 21:00:45.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71652026-08-12T21:00:47.185Z[ recovery-image] Aug 12 21:00:45.902 INFO O| Aug 12 21:00:45.902 INFO STEP 642 (remove_files) COMPLETE
71662026-08-12T21:00:47.185Z[ recovery-image] Aug 12 21:00:45.902 INFO O| Aug 12 21:00:45.902 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-12T21:00:47.194Z[ recovery-image] Aug 12 21:00:45.911 INFO O| Aug 12 21:00:45.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71682026-08-12T21:00:47.194Z[ recovery-image] Aug 12 21:00:45.911 INFO O| Aug 12 21:00:45.911 INFO STEP 643 (remove_files) COMPLETE
71692026-08-12T21:00:47.194Z[ recovery-image] Aug 12 21:00:45.911 INFO O| Aug 12 21:00:45.911 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-12T21:00:47.204Z[ recovery-image] Aug 12 21:00:45.921 INFO O| Aug 12 21:00:45.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
71712026-08-12T21:00:47.204Z[ recovery-image] Aug 12 21:00:45.921 INFO O| Aug 12 21:00:45.921 INFO STEP 644 (remove_files) COMPLETE
71722026-08-12T21:00:47.204Z[ recovery-image] Aug 12 21:00:45.921 INFO O| Aug 12 21:00:45.921 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-12T21:00:47.213Z[ recovery-image] Aug 12 21:00:45.930 INFO O| Aug 12 21:00:45.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
71742026-08-12T21:00:47.213Z[ recovery-image] Aug 12 21:00:45.930 INFO O| Aug 12 21:00:45.930 INFO STEP 645 (remove_files) COMPLETE
71752026-08-12T21:00:47.213Z[ recovery-image] Aug 12 21:00:45.930 INFO O| Aug 12 21:00:45.930 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-12T21:00:47.222Z[ recovery-image] Aug 12 21:00:45.939 INFO O| Aug 12 21:00:45.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
71772026-08-12T21:00:47.222Z[ recovery-image] Aug 12 21:00:45.939 INFO O| Aug 12 21:00:45.939 INFO STEP 646 (remove_files) COMPLETE
71782026-08-12T21:00:47.222Z[ recovery-image] Aug 12 21:00:45.939 INFO O| Aug 12 21:00:45.939 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-12T21:00:47.230Z[ recovery-image] Aug 12 21:00:45.948 INFO O| Aug 12 21:00:45.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
71802026-08-12T21:00:47.231Z[ recovery-image] Aug 12 21:00:45.948 INFO O| Aug 12 21:00:45.948 INFO STEP 647 (remove_files) COMPLETE
71812026-08-12T21:00:47.234Z[ recovery-image] Aug 12 21:00:45.948 INFO O| Aug 12 21:00:45.948 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-12T21:00:47.240Z[ recovery-image] Aug 12 21:00:45.957 INFO O| Aug 12 21:00:45.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
71832026-08-12T21:00:47.240Z[ recovery-image] Aug 12 21:00:45.957 INFO O| Aug 12 21:00:45.957 INFO STEP 648 (remove_files) COMPLETE
71842026-08-12T21:00:47.244Z[ recovery-image] Aug 12 21:00:45.957 INFO O| Aug 12 21:00:45.957 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-12T21:00:47.255Z[ recovery-image] Aug 12 21:00:45.967 INFO O| Aug 12 21:00:45.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
71862026-08-12T21:00:47.259Z[ recovery-image] Aug 12 21:00:45.967 INFO O| Aug 12 21:00:45.967 INFO STEP 649 (remove_files) COMPLETE
71872026-08-12T21:00:47.259Z[ recovery-image] Aug 12 21:00:45.967 INFO O| Aug 12 21:00:45.967 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-12T21:00:47.262Z[ recovery-image] Aug 12 21:00:45.977 INFO O| Aug 12 21:00:45.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
71892026-08-12T21:00:47.262Z[ recovery-image] Aug 12 21:00:45.977 INFO O| Aug 12 21:00:45.977 INFO STEP 650 (remove_files) COMPLETE
71902026-08-12T21:00:47.262Z[ recovery-image] Aug 12 21:00:45.977 INFO O| Aug 12 21:00:45.977 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-12T21:00:47.271Z[ recovery-image] Aug 12 21:00:45.987 INFO O| Aug 12 21:00:45.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
71922026-08-12T21:00:47.271Z[ recovery-image] Aug 12 21:00:45.987 INFO O| Aug 12 21:00:45.987 INFO STEP 651 (remove_files) COMPLETE
71932026-08-12T21:00:47.271Z[ recovery-image] Aug 12 21:00:45.987 INFO O| Aug 12 21:00:45.987 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-12T21:00:47.281Z[ recovery-image] Aug 12 21:00:45.998 INFO O| Aug 12 21:00:45.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
71952026-08-12T21:00:47.281Z[ recovery-image] Aug 12 21:00:45.998 INFO O| Aug 12 21:00:45.998 INFO STEP 652 (remove_files) COMPLETE
71962026-08-12T21:00:47.281Z[ recovery-image] Aug 12 21:00:45.998 INFO O| Aug 12 21:00:45.998 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-12T21:00:47.292Z[ recovery-image] Aug 12 21:00:46.008 INFO O| Aug 12 21:00:46.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
71982026-08-12T21:00:47.292Z[ recovery-image] Aug 12 21:00:46.008 INFO O| Aug 12 21:00:46.008 INFO STEP 653 (remove_files) COMPLETE
71992026-08-12T21:00:47.295Z[ recovery-image] Aug 12 21:00:46.008 INFO O| Aug 12 21:00:46.008 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-12T21:00:47.301Z[ recovery-image] Aug 12 21:00:46.018 INFO O| Aug 12 21:00:46.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72012026-08-12T21:00:47.304Z[ recovery-image] Aug 12 21:00:46.018 INFO O| Aug 12 21:00:46.018 INFO STEP 654 (remove_files) COMPLETE
72022026-08-12T21:00:47.304Z[ recovery-image] Aug 12 21:00:46.018 INFO O| Aug 12 21:00:46.018 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-12T21:00:47.310Z[ recovery-image] Aug 12 21:00:46.028 INFO O| Aug 12 21:00:46.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72042026-08-12T21:00:47.310Z[ recovery-image] Aug 12 21:00:46.028 INFO O| Aug 12 21:00:46.028 INFO STEP 655 (remove_files) COMPLETE
72052026-08-12T21:00:47.311Z[ recovery-image] Aug 12 21:00:46.028 INFO O| Aug 12 21:00:46.028 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-08-12T21:00:47.321Z[ recovery-image] Aug 12 21:00:46.038 INFO O| Aug 12 21:00:46.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72072026-08-12T21:00:47.321Z[ recovery-image] Aug 12 21:00:46.038 INFO O| Aug 12 21:00:46.038 INFO STEP 656 (remove_files) COMPLETE
72082026-08-12T21:00:47.324Z[ recovery-image] Aug 12 21:00:46.038 INFO O| Aug 12 21:00:46.038 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-08-12T21:00:47.331Z[ recovery-image] Aug 12 21:00:46.048 INFO O| Aug 12 21:00:46.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72102026-08-12T21:00:47.331Z[ recovery-image] Aug 12 21:00:46.048 INFO O| Aug 12 21:00:46.048 INFO STEP 657 (remove_files) COMPLETE
72112026-08-12T21:00:47.331Z[ recovery-image] Aug 12 21:00:46.048 INFO O| Aug 12 21:00:46.048 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-08-12T21:00:47.343Z[ recovery-image] Aug 12 21:00:46.060 INFO O| Aug 12 21:00:46.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72132026-08-12T21:00:47.343Z[ recovery-image] Aug 12 21:00:46.060 INFO O| Aug 12 21:00:46.060 INFO STEP 658 (remove_files) COMPLETE
72142026-08-12T21:00:47.346Z[ recovery-image] Aug 12 21:00:46.060 INFO O| Aug 12 21:00:46.060 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-08-12T21:00:47.357Z[ recovery-image] Aug 12 21:00:46.074 INFO O| Aug 12 21:00:46.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72162026-08-12T21:00:47.360Z[ recovery-image] Aug 12 21:00:46.074 INFO O| Aug 12 21:00:46.074 INFO STEP 659 (remove_files) COMPLETE
72172026-08-12T21:00:47.360Z[ recovery-image] Aug 12 21:00:46.074 INFO O| Aug 12 21:00:46.074 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-08-12T21:00:47.370Z[ recovery-image] Aug 12 21:00:46.085 INFO O| Aug 12 21:00:46.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72192026-08-12T21:00:47.370Z[ recovery-image] Aug 12 21:00:46.086 INFO O| Aug 12 21:00:46.085 INFO STEP 660 (remove_files) COMPLETE
72202026-08-12T21:00:47.373Z[ recovery-image] Aug 12 21:00:46.086 INFO O| Aug 12 21:00:46.086 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-08-12T21:00:47.381Z[ recovery-image] Aug 12 21:00:46.096 INFO O| Aug 12 21:00:46.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72222026-08-12T21:00:47.381Z[ recovery-image] Aug 12 21:00:46.096 INFO O| Aug 12 21:00:46.096 INFO STEP 661 (remove_files) COMPLETE
72232026-08-12T21:00:47.381Z[ recovery-image] Aug 12 21:00:46.096 INFO O| Aug 12 21:00:46.096 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-08-12T21:00:47.391Z[ recovery-image] Aug 12 21:00:46.108 INFO O| Aug 12 21:00:46.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72252026-08-12T21:00:47.391Z[ recovery-image] Aug 12 21:00:46.108 INFO O| Aug 12 21:00:46.108 INFO STEP 662 (remove_files) COMPLETE
72262026-08-12T21:00:47.395Z[ recovery-image] Aug 12 21:00:46.108 INFO O| Aug 12 21:00:46.108 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-08-12T21:00:47.402Z[ recovery-image] Aug 12 21:00:46.119 INFO O| Aug 12 21:00:46.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72282026-08-12T21:00:47.402Z[ recovery-image] Aug 12 21:00:46.119 INFO O| Aug 12 21:00:46.119 INFO STEP 663 (remove_files) COMPLETE
72292026-08-12T21:00:47.402Z[ recovery-image] Aug 12 21:00:46.119 INFO O| Aug 12 21:00:46.119 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-08-12T21:00:47.414Z[ recovery-image] Aug 12 21:00:46.131 INFO O| Aug 12 21:00:46.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72312026-08-12T21:00:47.414Z[ recovery-image] Aug 12 21:00:46.131 INFO O| Aug 12 21:00:46.131 INFO STEP 664 (remove_files) COMPLETE
72322026-08-12T21:00:47.417Z[ recovery-image] Aug 12 21:00:46.131 INFO O| Aug 12 21:00:46.131 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-08-12T21:00:47.426Z[ recovery-image] Aug 12 21:00:46.143 INFO O| Aug 12 21:00:46.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72342026-08-12T21:00:47.426Z[ recovery-image] Aug 12 21:00:46.143 INFO O| Aug 12 21:00:46.143 INFO STEP 665 (remove_files) COMPLETE
72352026-08-12T21:00:47.429Z[ recovery-image] Aug 12 21:00:46.143 INFO O| Aug 12 21:00:46.143 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-08-12T21:00:47.437Z[ recovery-image] Aug 12 21:00:46.154 INFO O| Aug 12 21:00:46.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72372026-08-12T21:00:47.437Z[ recovery-image] Aug 12 21:00:46.155 INFO O| Aug 12 21:00:46.154 INFO STEP 666 (remove_files) COMPLETE
72382026-08-12T21:00:47.437Z[ recovery-image] Aug 12 21:00:46.155 INFO O| Aug 12 21:00:46.154 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-08-12T21:00:47.448Z[ recovery-image] Aug 12 21:00:46.165 INFO O| Aug 12 21:00:46.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72402026-08-12T21:00:47.448Z[ recovery-image] Aug 12 21:00:46.166 INFO O| Aug 12 21:00:46.166 INFO STEP 667 (remove_files) COMPLETE
72412026-08-12T21:00:47.449Z[ recovery-image] Aug 12 21:00:46.166 INFO O| Aug 12 21:00:46.166 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-12T21:00:47.461Z[ recovery-image] Aug 12 21:00:46.178 INFO O| Aug 12 21:00:46.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72432026-08-12T21:00:47.461Z[ recovery-image] Aug 12 21:00:46.178 INFO O| Aug 12 21:00:46.178 INFO STEP 668 (remove_files) COMPLETE
72442026-08-12T21:00:47.464Z[ recovery-image] Aug 12 21:00:46.178 INFO O| Aug 12 21:00:46.178 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-12T21:00:47.472Z[ recovery-image] Aug 12 21:00:46.190 INFO O| Aug 12 21:00:46.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72462026-08-12T21:00:47.473Z[ recovery-image] Aug 12 21:00:46.190 INFO O| Aug 12 21:00:46.190 INFO STEP 669 (remove_files) COMPLETE
72472026-08-12T21:00:47.473Z[ recovery-image] Aug 12 21:00:46.190 INFO O| Aug 12 21:00:46.190 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-12T21:00:47.483Z[ recovery-image] Aug 12 21:00:46.200 INFO O| Aug 12 21:00:46.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72492026-08-12T21:00:47.483Z[ recovery-image] Aug 12 21:00:46.200 INFO O| Aug 12 21:00:46.200 INFO STEP 670 (remove_files) COMPLETE
72502026-08-12T21:00:47.484Z[ recovery-image] Aug 12 21:00:46.200 INFO O| Aug 12 21:00:46.200 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-12T21:00:47.493Z[ recovery-image] Aug 12 21:00:46.210 INFO O| Aug 12 21:00:46.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72522026-08-12T21:00:47.493Z[ recovery-image] Aug 12 21:00:46.210 INFO O| Aug 12 21:00:46.210 INFO STEP 671 (remove_files) COMPLETE
72532026-08-12T21:00:47.493Z[ recovery-image] Aug 12 21:00:46.210 INFO O| Aug 12 21:00:46.210 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-12T21:00:47.503Z[ recovery-image] Aug 12 21:00:46.220 INFO O| Aug 12 21:00:46.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72552026-08-12T21:00:47.503Z[ recovery-image] Aug 12 21:00:46.220 INFO O| Aug 12 21:00:46.220 INFO STEP 672 (remove_files) COMPLETE
72562026-08-12T21:00:47.503Z[ recovery-image] Aug 12 21:00:46.220 INFO O| Aug 12 21:00:46.220 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-12T21:00:47.512Z[ recovery-image] Aug 12 21:00:46.229 INFO O| Aug 12 21:00:46.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72582026-08-12T21:00:47.512Z[ recovery-image] Aug 12 21:00:46.229 INFO O| Aug 12 21:00:46.229 INFO STEP 673 (remove_files) COMPLETE
72592026-08-12T21:00:47.518Z[ recovery-image] Aug 12 21:00:46.229 INFO O| Aug 12 21:00:46.229 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-12T21:00:47.525Z[ recovery-image] Aug 12 21:00:46.237 INFO O| Aug 12 21:00:46.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72612026-08-12T21:00:47.525Z[ recovery-image] Aug 12 21:00:46.237 INFO O| Aug 12 21:00:46.237 INFO STEP 674 (remove_files) COMPLETE
72622026-08-12T21:00:47.525Z[ recovery-image] Aug 12 21:00:46.237 INFO O| Aug 12 21:00:46.237 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-12T21:00:47.532Z[ recovery-image] Aug 12 21:00:46.246 INFO O| Aug 12 21:00:46.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72642026-08-12T21:00:47.532Z[ recovery-image] Aug 12 21:00:46.246 INFO O| Aug 12 21:00:46.246 INFO STEP 675 (remove_files) COMPLETE
72652026-08-12T21:00:47.532Z[ recovery-image] Aug 12 21:00:46.246 INFO O| Aug 12 21:00:46.246 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-08-12T21:00:47.541Z[ recovery-image] Aug 12 21:00:46.256 INFO O| Aug 12 21:00:46.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72672026-08-12T21:00:47.541Z[ recovery-image] Aug 12 21:00:46.256 INFO O| Aug 12 21:00:46.256 INFO STEP 676 (remove_files) COMPLETE
72682026-08-12T21:00:47.545Z[ recovery-image] Aug 12 21:00:46.256 INFO O| Aug 12 21:00:46.256 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-12T21:00:47.548Z[ recovery-image] Aug 12 21:00:46.265 INFO O| Aug 12 21:00:46.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72702026-08-12T21:00:47.548Z[ recovery-image] Aug 12 21:00:46.265 INFO O| Aug 12 21:00:46.265 INFO STEP 677 (remove_files) COMPLETE
72712026-08-12T21:00:47.552Z[ recovery-image] Aug 12 21:00:46.265 INFO O| Aug 12 21:00:46.265 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-12T21:00:47.557Z[ recovery-image] Aug 12 21:00:46.275 INFO O| Aug 12 21:00:46.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
72732026-08-12T21:00:47.557Z[ recovery-image] Aug 12 21:00:46.275 INFO O| Aug 12 21:00:46.275 INFO STEP 678 (remove_files) COMPLETE
72742026-08-12T21:00:47.557Z[ recovery-image] Aug 12 21:00:46.275 INFO O| Aug 12 21:00:46.275 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-12T21:00:47.569Z[ recovery-image] Aug 12 21:00:46.284 INFO O| Aug 12 21:00:46.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
72762026-08-12T21:00:47.569Z[ recovery-image] Aug 12 21:00:46.284 INFO O| Aug 12 21:00:46.284 INFO STEP 679 (remove_files) COMPLETE
72772026-08-12T21:00:47.569Z[ recovery-image] Aug 12 21:00:46.284 INFO O| Aug 12 21:00:46.284 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-12T21:00:47.576Z[ recovery-image] Aug 12 21:00:46.293 INFO O| Aug 12 21:00:46.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
72792026-08-12T21:00:47.576Z[ recovery-image] Aug 12 21:00:46.293 INFO O| Aug 12 21:00:46.293 INFO STEP 680 (remove_files) COMPLETE
72802026-08-12T21:00:47.579Z[ recovery-image] Aug 12 21:00:46.293 INFO O| Aug 12 21:00:46.293 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-12T21:00:47.585Z[ recovery-image] Aug 12 21:00:46.303 INFO O| Aug 12 21:00:46.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
72822026-08-12T21:00:47.585Z[ recovery-image] Aug 12 21:00:46.303 INFO O| Aug 12 21:00:46.303 INFO STEP 681 (remove_files) COMPLETE
72832026-08-12T21:00:47.586Z[ recovery-image] Aug 12 21:00:46.303 INFO O| Aug 12 21:00:46.303 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-12T21:00:47.609Z[ recovery-image] Aug 12 21:00:46.312 INFO O| Aug 12 21:00:46.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
72852026-08-12T21:00:47.609Z[ recovery-image] Aug 12 21:00:46.312 INFO O| Aug 12 21:00:46.312 INFO STEP 682 (remove_files) COMPLETE
72862026-08-12T21:00:47.609Z[ recovery-image] Aug 12 21:00:46.312 INFO O| Aug 12 21:00:46.312 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-12T21:00:47.609Z[ recovery-image] Aug 12 21:00:46.321 INFO O| Aug 12 21:00:46.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
72882026-08-12T21:00:47.609Z[ recovery-image] Aug 12 21:00:46.321 INFO O| Aug 12 21:00:46.321 INFO STEP 683 (remove_files) COMPLETE
72892026-08-12T21:00:47.610Z[ recovery-image] Aug 12 21:00:46.321 INFO O| Aug 12 21:00:46.321 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-12T21:00:47.613Z[ recovery-image] Aug 12 21:00:46.330 INFO O| Aug 12 21:00:46.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
72912026-08-12T21:00:47.613Z[ recovery-image] Aug 12 21:00:46.331 INFO O| Aug 12 21:00:46.330 INFO STEP 684 (remove_files) COMPLETE
72922026-08-12T21:00:47.616Z[ recovery-image] Aug 12 21:00:46.331 INFO O| Aug 12 21:00:46.331 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-12T21:00:47.623Z[ recovery-image] Aug 12 21:00:46.340 INFO O| Aug 12 21:00:46.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
72942026-08-12T21:00:47.623Z[ recovery-image] Aug 12 21:00:46.340 INFO O| Aug 12 21:00:46.340 INFO STEP 685 (remove_files) COMPLETE
72952026-08-12T21:00:47.623Z[ recovery-image] Aug 12 21:00:46.340 INFO O| Aug 12 21:00:46.340 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-12T21:00:47.633Z[ recovery-image] Aug 12 21:00:46.350 INFO O| Aug 12 21:00:46.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
72972026-08-12T21:00:47.633Z[ recovery-image] Aug 12 21:00:46.350 INFO O| Aug 12 21:00:46.350 INFO STEP 686 (remove_files) COMPLETE
72982026-08-12T21:00:47.638Z[ recovery-image] Aug 12 21:00:46.350 INFO O| Aug 12 21:00:46.350 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-12T21:00:47.644Z[ recovery-image] Aug 12 21:00:46.360 INFO O| Aug 12 21:00:46.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73002026-08-12T21:00:47.645Z[ recovery-image] Aug 12 21:00:46.360 INFO O| Aug 12 21:00:46.360 INFO STEP 687 (remove_files) COMPLETE
73012026-08-12T21:00:47.645Z[ recovery-image] Aug 12 21:00:46.360 INFO O| Aug 12 21:00:46.360 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.369 INFO O| Aug 12 21:00:46.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73032026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.369 INFO O| Aug 12 21:00:46.369 INFO STEP 688 (remove_files) COMPLETE
73042026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.369 INFO O| Aug 12 21:00:46.369 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.379 INFO O| Aug 12 21:00:46.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73062026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.379 INFO O| Aug 12 21:00:46.379 INFO STEP 689 (remove_files) COMPLETE
73072026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.379 INFO O| Aug 12 21:00:46.379 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.389 INFO O| Aug 12 21:00:46.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73092026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.389 INFO O| Aug 12 21:00:46.389 INFO STEP 690 (remove_files) COMPLETE
73102026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.389 INFO O| Aug 12 21:00:46.389 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.398 INFO O| Aug 12 21:00:46.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73122026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.398 INFO O| Aug 12 21:00:46.398 INFO STEP 691 (remove_files) COMPLETE
73132026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.398 INFO O| Aug 12 21:00:46.398 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.408 INFO O| Aug 12 21:00:46.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73152026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.408 INFO O| Aug 12 21:00:46.408 INFO STEP 692 (remove_files) COMPLETE
73162026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.408 INFO O| Aug 12 21:00:46.408 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.417 INFO O| Aug 12 21:00:46.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73182026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.417 INFO O| Aug 12 21:00:46.417 INFO STEP 693 (remove_files) COMPLETE
73192026-08-12T21:00:47.707Z[ recovery-image] Aug 12 21:00:46.417 INFO O| Aug 12 21:00:46.417 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-08-12T21:00:47.711Z[ recovery-image] Aug 12 21:00:46.427 INFO O| Aug 12 21:00:46.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73212026-08-12T21:00:47.711Z[ recovery-image] Aug 12 21:00:46.427 INFO O| Aug 12 21:00:46.427 INFO STEP 694 (remove_files) COMPLETE
73222026-08-12T21:00:47.712Z[ recovery-image] Aug 12 21:00:46.427 INFO O| Aug 12 21:00:46.427 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-08-12T21:00:47.720Z[ recovery-image] Aug 12 21:00:46.437 INFO O| Aug 12 21:00:46.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73242026-08-12T21:00:47.720Z[ recovery-image] Aug 12 21:00:46.437 INFO O| Aug 12 21:00:46.437 INFO STEP 695 (remove_files) COMPLETE
73252026-08-12T21:00:47.724Z[ recovery-image] Aug 12 21:00:46.437 INFO O| Aug 12 21:00:46.437 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-08-12T21:00:47.729Z[ recovery-image] Aug 12 21:00:46.446 INFO O| Aug 12 21:00:46.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73272026-08-12T21:00:47.729Z[ recovery-image] Aug 12 21:00:46.446 INFO O| Aug 12 21:00:46.446 INFO STEP 696 (remove_files) COMPLETE
73282026-08-12T21:00:47.732Z[ recovery-image] Aug 12 21:00:46.446 INFO O| Aug 12 21:00:46.446 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-08-12T21:00:47.739Z[ recovery-image] Aug 12 21:00:46.456 INFO O| Aug 12 21:00:46.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73302026-08-12T21:00:47.739Z[ recovery-image] Aug 12 21:00:46.456 INFO O| Aug 12 21:00:46.456 INFO STEP 697 (remove_files) COMPLETE
73312026-08-12T21:00:47.739Z[ recovery-image] Aug 12 21:00:46.456 INFO O| Aug 12 21:00:46.456 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-08-12T21:00:47.750Z[ recovery-image] Aug 12 21:00:46.466 INFO O| Aug 12 21:00:46.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73332026-08-12T21:00:47.750Z[ recovery-image] Aug 12 21:00:46.466 INFO O| Aug 12 21:00:46.466 INFO STEP 698 (remove_files) COMPLETE
73342026-08-12T21:00:47.750Z[ recovery-image] Aug 12 21:00:46.466 INFO O| Aug 12 21:00:46.466 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-08-12T21:00:47.762Z[ recovery-image] Aug 12 21:00:46.477 INFO O| Aug 12 21:00:46.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73362026-08-12T21:00:47.762Z[ recovery-image] Aug 12 21:00:46.477 INFO O| Aug 12 21:00:46.477 INFO STEP 699 (remove_files) COMPLETE
73372026-08-12T21:00:47.762Z[ recovery-image] Aug 12 21:00:46.477 INFO O| Aug 12 21:00:46.477 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-08-12T21:00:47.770Z[ recovery-image] Aug 12 21:00:46.487 INFO O| Aug 12 21:00:46.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73392026-08-12T21:00:47.770Z[ recovery-image] Aug 12 21:00:46.487 INFO O| Aug 12 21:00:46.487 INFO STEP 700 (remove_files) COMPLETE
73402026-08-12T21:00:47.770Z[ recovery-image] Aug 12 21:00:46.487 INFO O| Aug 12 21:00:46.487 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-08-12T21:00:47.780Z[ recovery-image] Aug 12 21:00:46.498 INFO O| Aug 12 21:00:46.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73422026-08-12T21:00:47.781Z[ recovery-image] Aug 12 21:00:46.498 INFO O| Aug 12 21:00:46.498 INFO STEP 701 (remove_files) COMPLETE
73432026-08-12T21:00:47.781Z[ recovery-image] Aug 12 21:00:46.498 INFO O| Aug 12 21:00:46.498 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-08-12T21:00:47.791Z[ recovery-image] Aug 12 21:00:46.508 INFO O| Aug 12 21:00:46.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73452026-08-12T21:00:47.791Z[ recovery-image] Aug 12 21:00:46.508 INFO O| Aug 12 21:00:46.508 INFO STEP 702 (remove_files) COMPLETE
73462026-08-12T21:00:47.794Z[ recovery-image] Aug 12 21:00:46.508 INFO O| Aug 12 21:00:46.508 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-08-12T21:00:47.800Z[ recovery-image] Aug 12 21:00:46.517 INFO O| Aug 12 21:00:46.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73482026-08-12T21:00:47.800Z[ recovery-image] Aug 12 21:00:46.518 INFO O| Aug 12 21:00:46.518 INFO STEP 703 (remove_files) COMPLETE
73492026-08-12T21:00:47.804Z[ recovery-image] Aug 12 21:00:46.518 INFO O| Aug 12 21:00:46.518 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-08-12T21:00:47.810Z[ recovery-image] Aug 12 21:00:46.527 INFO O| Aug 12 21:00:46.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73512026-08-12T21:00:47.810Z[ recovery-image] Aug 12 21:00:46.527 INFO O| Aug 12 21:00:46.527 INFO STEP 704 (remove_files) COMPLETE
73522026-08-12T21:00:47.811Z[ recovery-image] Aug 12 21:00:46.527 INFO O| Aug 12 21:00:46.527 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-08-12T21:00:47.820Z[ recovery-image] Aug 12 21:00:46.536 INFO O| Aug 12 21:00:46.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73542026-08-12T21:00:47.824Z[ recovery-image] Aug 12 21:00:46.537 INFO O| Aug 12 21:00:46.537 INFO STEP 705 (remove_files) COMPLETE
73552026-08-12T21:00:47.824Z[ recovery-image] Aug 12 21:00:46.537 INFO O| Aug 12 21:00:46.537 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-12T21:00:47.829Z[ recovery-image] Aug 12 21:00:46.546 INFO O| Aug 12 21:00:46.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73572026-08-12T21:00:47.829Z[ recovery-image] Aug 12 21:00:46.546 INFO O| Aug 12 21:00:46.546 INFO STEP 706 (remove_files) COMPLETE
73582026-08-12T21:00:47.829Z[ recovery-image] Aug 12 21:00:46.546 INFO O| Aug 12 21:00:46.546 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-12T21:00:47.839Z[ recovery-image] Aug 12 21:00:46.556 INFO O| Aug 12 21:00:46.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73602026-08-12T21:00:47.839Z[ recovery-image] Aug 12 21:00:46.556 INFO O| Aug 12 21:00:46.556 INFO STEP 707 (remove_files) COMPLETE
73612026-08-12T21:00:47.842Z[ recovery-image] Aug 12 21:00:46.556 INFO O| Aug 12 21:00:46.556 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-12T21:00:47.848Z[ recovery-image] Aug 12 21:00:46.565 INFO O| Aug 12 21:00:46.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73632026-08-12T21:00:47.848Z[ recovery-image] Aug 12 21:00:46.565 INFO O| Aug 12 21:00:46.565 INFO STEP 708 (remove_files) COMPLETE
73642026-08-12T21:00:47.851Z[ recovery-image] Aug 12 21:00:46.565 INFO O| Aug 12 21:00:46.565 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-12T21:00:47.857Z[ recovery-image] Aug 12 21:00:46.574 INFO O| Aug 12 21:00:46.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73662026-08-12T21:00:47.857Z[ recovery-image] Aug 12 21:00:46.574 INFO O| Aug 12 21:00:46.574 INFO STEP 709 (remove_files) COMPLETE
73672026-08-12T21:00:47.861Z[ recovery-image] Aug 12 21:00:46.574 INFO O| Aug 12 21:00:46.574 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-12T21:00:47.866Z[ recovery-image] Aug 12 21:00:46.583 INFO O| Aug 12 21:00:46.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
73692026-08-12T21:00:47.866Z[ recovery-image] Aug 12 21:00:46.583 INFO O| Aug 12 21:00:46.583 INFO STEP 710 (remove_files) COMPLETE
73702026-08-12T21:00:47.869Z[ recovery-image] Aug 12 21:00:46.583 INFO O| Aug 12 21:00:46.583 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-12T21:00:47.875Z[ recovery-image] Aug 12 21:00:46.592 INFO O| Aug 12 21:00:46.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
73722026-08-12T21:00:47.875Z[ recovery-image] Aug 12 21:00:46.592 INFO O| Aug 12 21:00:46.592 INFO STEP 711 (remove_files) COMPLETE
73732026-08-12T21:00:47.878Z[ recovery-image] Aug 12 21:00:46.592 INFO O| Aug 12 21:00:46.592 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-12T21:00:47.886Z[ recovery-image] Aug 12 21:00:46.602 INFO O| Aug 12 21:00:46.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
73752026-08-12T21:00:47.886Z[ recovery-image] Aug 12 21:00:46.602 INFO O| Aug 12 21:00:46.602 INFO STEP 712 (remove_files) COMPLETE
73762026-08-12T21:00:47.886Z[ recovery-image] Aug 12 21:00:46.602 INFO O| Aug 12 21:00:46.602 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-12T21:00:47.897Z[ recovery-image] Aug 12 21:00:46.615 INFO O| Aug 12 21:00:46.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
73782026-08-12T21:00:47.898Z[ recovery-image] Aug 12 21:00:46.615 INFO O| Aug 12 21:00:46.615 INFO STEP 713 (remove_files) COMPLETE
73792026-08-12T21:00:47.898Z[ recovery-image] Aug 12 21:00:46.615 INFO O| Aug 12 21:00:46.615 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-12T21:00:47.909Z[ recovery-image] Aug 12 21:00:46.625 INFO O| Aug 12 21:00:46.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
73812026-08-12T21:00:47.909Z[ recovery-image] Aug 12 21:00:46.625 INFO O| Aug 12 21:00:46.625 INFO STEP 714 (remove_files) COMPLETE
73822026-08-12T21:00:47.909Z[ recovery-image] Aug 12 21:00:46.625 INFO O| Aug 12 21:00:46.625 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-12T21:00:47.918Z[ recovery-image] Aug 12 21:00:46.634 INFO O| Aug 12 21:00:46.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
73842026-08-12T21:00:47.924Z[ recovery-image] Aug 12 21:00:46.634 INFO O| Aug 12 21:00:46.634 INFO STEP 715 (remove_files) COMPLETE
73852026-08-12T21:00:47.924Z[ recovery-image] Aug 12 21:00:46.634 INFO O| Aug 12 21:00:46.634 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-12T21:00:47.928Z[ recovery-image] Aug 12 21:00:46.643 INFO O| Aug 12 21:00:46.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
73872026-08-12T21:00:47.928Z[ recovery-image] Aug 12 21:00:46.643 INFO O| Aug 12 21:00:46.643 INFO STEP 716 (remove_files) COMPLETE
73882026-08-12T21:00:47.928Z[ recovery-image] Aug 12 21:00:46.643 INFO O| Aug 12 21:00:46.643 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-08-12T21:00:47.936Z[ recovery-image] Aug 12 21:00:46.652 INFO O| Aug 12 21:00:46.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
73902026-08-12T21:00:47.939Z[ recovery-image] Aug 12 21:00:46.653 INFO O| Aug 12 21:00:46.653 INFO STEP 717 (remove_files) COMPLETE
73912026-08-12T21:00:47.939Z[ recovery-image] Aug 12 21:00:46.653 INFO O| Aug 12 21:00:46.653 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-12T21:00:47.948Z[ recovery-image] Aug 12 21:00:46.665 INFO O| Aug 12 21:00:46.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
73932026-08-12T21:00:47.952Z[ recovery-image] Aug 12 21:00:46.666 INFO O| Aug 12 21:00:46.666 INFO STEP 718 (remove_files) COMPLETE
73942026-08-12T21:00:47.952Z[ recovery-image] Aug 12 21:00:46.666 INFO O| Aug 12 21:00:46.666 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-12T21:00:47.959Z[ recovery-image] Aug 12 21:00:46.676 INFO O| Aug 12 21:00:46.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
73962026-08-12T21:00:47.959Z[ recovery-image] Aug 12 21:00:46.676 INFO O| Aug 12 21:00:46.676 INFO STEP 719 (remove_files) COMPLETE
73972026-08-12T21:00:47.959Z[ recovery-image] Aug 12 21:00:46.676 INFO O| Aug 12 21:00:46.676 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-12T21:00:47.969Z[ recovery-image] Aug 12 21:00:46.685 INFO O| Aug 12 21:00:46.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
73992026-08-12T21:00:47.969Z[ recovery-image] Aug 12 21:00:46.686 INFO O| Aug 12 21:00:46.686 INFO STEP 720 (remove_files) COMPLETE
74002026-08-12T21:00:47.972Z[ recovery-image] Aug 12 21:00:46.686 INFO O| Aug 12 21:00:46.686 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-12T21:00:47.979Z[ recovery-image] Aug 12 21:00:46.695 INFO O| Aug 12 21:00:46.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74022026-08-12T21:00:47.979Z[ recovery-image] Aug 12 21:00:46.696 INFO O| Aug 12 21:00:46.696 INFO STEP 721 (remove_files) COMPLETE
74032026-08-12T21:00:47.982Z[ recovery-image] Aug 12 21:00:46.696 INFO O| Aug 12 21:00:46.696 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-12T21:00:47.988Z[ recovery-image] Aug 12 21:00:46.705 INFO O| Aug 12 21:00:46.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74052026-08-12T21:00:47.989Z[ recovery-image] Aug 12 21:00:46.705 INFO O| Aug 12 21:00:46.705 INFO STEP 722 (remove_files) COMPLETE
74062026-08-12T21:00:47.989Z[ recovery-image] Aug 12 21:00:46.705 INFO O| Aug 12 21:00:46.705 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-12T21:00:47.998Z[ recovery-image] Aug 12 21:00:46.715 INFO O| Aug 12 21:00:46.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74082026-08-12T21:00:47.999Z[ recovery-image] Aug 12 21:00:46.715 INFO O| Aug 12 21:00:46.715 INFO STEP 723 (remove_files) COMPLETE
74092026-08-12T21:00:47.999Z[ recovery-image] Aug 12 21:00:46.715 INFO O| Aug 12 21:00:46.715 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-12T21:00:48.009Z[ recovery-image] Aug 12 21:00:46.725 INFO O| Aug 12 21:00:46.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74112026-08-12T21:00:48.009Z[ recovery-image] Aug 12 21:00:46.725 INFO O| Aug 12 21:00:46.725 INFO STEP 724 (remove_files) COMPLETE
74122026-08-12T21:00:48.009Z[ recovery-image] Aug 12 21:00:46.725 INFO O| Aug 12 21:00:46.725 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-12T21:00:48.018Z[ recovery-image] Aug 12 21:00:46.734 INFO O| Aug 12 21:00:46.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74142026-08-12T21:00:48.018Z[ recovery-image] Aug 12 21:00:46.734 INFO O| Aug 12 21:00:46.734 INFO STEP 725 (remove_files) COMPLETE
74152026-08-12T21:00:48.018Z[ recovery-image] Aug 12 21:00:46.735 INFO O| Aug 12 21:00:46.734 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-12T21:00:48.027Z[ recovery-image] Aug 12 21:00:46.743 INFO O| Aug 12 21:00:46.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74172026-08-12T21:00:48.027Z[ recovery-image] Aug 12 21:00:46.743 INFO O| Aug 12 21:00:46.743 INFO STEP 726 (remove_files) COMPLETE
74182026-08-12T21:00:48.027Z[ recovery-image] Aug 12 21:00:46.743 INFO O| Aug 12 21:00:46.743 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-12T21:00:48.036Z[ recovery-image] Aug 12 21:00:46.753 INFO O| Aug 12 21:00:46.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74202026-08-12T21:00:48.036Z[ recovery-image] Aug 12 21:00:46.753 INFO O| Aug 12 21:00:46.753 INFO STEP 727 (remove_files) COMPLETE
74212026-08-12T21:00:48.036Z[ recovery-image] Aug 12 21:00:46.753 INFO O| Aug 12 21:00:46.753 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-12T21:00:48.046Z[ recovery-image] Aug 12 21:00:46.762 INFO O| Aug 12 21:00:46.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74232026-08-12T21:00:48.046Z[ recovery-image] Aug 12 21:00:46.762 INFO O| Aug 12 21:00:46.762 INFO STEP 728 (remove_files) COMPLETE
74242026-08-12T21:00:48.046Z[ recovery-image] Aug 12 21:00:46.762 INFO O| Aug 12 21:00:46.762 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-12T21:00:48.055Z[ recovery-image] Aug 12 21:00:46.772 INFO O| Aug 12 21:00:46.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74262026-08-12T21:00:48.055Z[ recovery-image] Aug 12 21:00:46.772 INFO O| Aug 12 21:00:46.772 INFO STEP 729 (remove_files) COMPLETE
74272026-08-12T21:00:48.055Z[ recovery-image] Aug 12 21:00:46.772 INFO O| Aug 12 21:00:46.772 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-12T21:00:48.066Z[ recovery-image] Aug 12 21:00:46.783 INFO O| Aug 12 21:00:46.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74292026-08-12T21:00:48.066Z[ recovery-image] Aug 12 21:00:46.783 INFO O| Aug 12 21:00:46.783 INFO STEP 730 (remove_files) COMPLETE
74302026-08-12T21:00:48.066Z[ recovery-image] Aug 12 21:00:46.783 INFO O| Aug 12 21:00:46.783 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-08-12T21:00:48.076Z[ recovery-image] Aug 12 21:00:46.793 INFO O| Aug 12 21:00:46.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74322026-08-12T21:00:48.076Z[ recovery-image] Aug 12 21:00:46.793 INFO O| Aug 12 21:00:46.793 INFO STEP 731 (remove_files) COMPLETE
74332026-08-12T21:00:48.076Z[ recovery-image] Aug 12 21:00:46.793 INFO O| Aug 12 21:00:46.793 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-08-12T21:00:48.087Z[ recovery-image] Aug 12 21:00:46.804 INFO O| Aug 12 21:00:46.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74352026-08-12T21:00:48.087Z[ recovery-image] Aug 12 21:00:46.804 INFO O| Aug 12 21:00:46.804 INFO STEP 732 (remove_files) COMPLETE
74362026-08-12T21:00:48.091Z[ recovery-image] Aug 12 21:00:46.804 INFO O| Aug 12 21:00:46.804 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-12T21:00:48.097Z[ recovery-image] Aug 12 21:00:46.814 INFO O| Aug 12 21:00:46.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74382026-08-12T21:00:48.097Z[ recovery-image] Aug 12 21:00:46.814 INFO O| Aug 12 21:00:46.814 INFO STEP 733 (remove_files) COMPLETE
74392026-08-12T21:00:48.097Z[ recovery-image] Aug 12 21:00:46.814 INFO O| Aug 12 21:00:46.814 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-12T21:00:48.106Z[ recovery-image] Aug 12 21:00:46.823 INFO O| Aug 12 21:00:46.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74412026-08-12T21:00:48.107Z[ recovery-image] Aug 12 21:00:46.823 INFO O| Aug 12 21:00:46.823 INFO STEP 734 (remove_files) COMPLETE
74422026-08-12T21:00:48.107Z[ recovery-image] Aug 12 21:00:46.823 INFO O| Aug 12 21:00:46.823 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-12T21:00:48.115Z[ recovery-image] Aug 12 21:00:46.832 INFO O| Aug 12 21:00:46.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74442026-08-12T21:00:48.115Z[ recovery-image] Aug 12 21:00:46.832 INFO O| Aug 12 21:00:46.832 INFO STEP 735 (remove_files) COMPLETE
74452026-08-12T21:00:48.118Z[ recovery-image] Aug 12 21:00:46.832 INFO O| Aug 12 21:00:46.832 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-12T21:00:48.126Z[ recovery-image] Aug 12 21:00:46.844 INFO O| Aug 12 21:00:46.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74472026-08-12T21:00:48.126Z[ recovery-image] Aug 12 21:00:46.844 INFO O| Aug 12 21:00:46.844 INFO STEP 736 (remove_files) COMPLETE
74482026-08-12T21:00:48.127Z[ recovery-image] Aug 12 21:00:46.844 INFO O| Aug 12 21:00:46.844 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-12T21:00:48.137Z[ recovery-image] Aug 12 21:00:46.854 INFO O| Aug 12 21:00:46.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74502026-08-12T21:00:48.137Z[ recovery-image] Aug 12 21:00:46.855 INFO O| Aug 12 21:00:46.855 INFO STEP 737 (remove_files) COMPLETE
74512026-08-12T21:00:48.137Z[ recovery-image] Aug 12 21:00:46.855 INFO O| Aug 12 21:00:46.855 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-12T21:00:48.148Z[ recovery-image] Aug 12 21:00:46.865 INFO O| Aug 12 21:00:46.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74532026-08-12T21:00:48.148Z[ recovery-image] Aug 12 21:00:46.865 INFO O| Aug 12 21:00:46.865 INFO STEP 738 (remove_files) COMPLETE
74542026-08-12T21:00:48.148Z[ recovery-image] Aug 12 21:00:46.865 INFO O| Aug 12 21:00:46.865 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-12T21:00:48.159Z[ recovery-image] Aug 12 21:00:46.876 INFO O| Aug 12 21:00:46.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74562026-08-12T21:00:48.159Z[ recovery-image] Aug 12 21:00:46.876 INFO O| Aug 12 21:00:46.875 INFO STEP 739 (remove_files) COMPLETE
74572026-08-12T21:00:48.159Z[ recovery-image] Aug 12 21:00:46.876 INFO O| Aug 12 21:00:46.875 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-12T21:00:48.170Z[ recovery-image] Aug 12 21:00:46.886 INFO O| Aug 12 21:00:46.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74592026-08-12T21:00:48.170Z[ recovery-image] Aug 12 21:00:46.886 INFO O| Aug 12 21:00:46.886 INFO STEP 740 (remove_files) COMPLETE
74602026-08-12T21:00:48.170Z[ recovery-image] Aug 12 21:00:46.886 INFO O| Aug 12 21:00:46.886 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-12T21:00:48.193Z[ recovery-image] Aug 12 21:00:46.905 INFO O| Aug 12 21:00:46.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74622026-08-12T21:00:48.193Z[ recovery-image] Aug 12 21:00:46.905 INFO O| Aug 12 21:00:46.905 INFO STEP 741 (remove_files) COMPLETE
74632026-08-12T21:00:48.193Z[ recovery-image] Aug 12 21:00:46.905 INFO O| Aug 12 21:00:46.905 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-12T21:00:48.201Z[ recovery-image] Aug 12 21:00:46.917 INFO O| Aug 12 21:00:46.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74652026-08-12T21:00:48.201Z[ recovery-image] Aug 12 21:00:46.917 INFO O| Aug 12 21:00:46.917 INFO STEP 742 (remove_files) COMPLETE
74662026-08-12T21:00:48.201Z[ recovery-image] Aug 12 21:00:46.917 INFO O| Aug 12 21:00:46.917 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-12T21:00:48.214Z[ recovery-image] Aug 12 21:00:46.928 INFO O| Aug 12 21:00:46.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
74682026-08-12T21:00:48.214Z[ recovery-image] Aug 12 21:00:46.928 INFO O| Aug 12 21:00:46.928 INFO STEP 743 (remove_files) COMPLETE
74692026-08-12T21:00:48.214Z[ recovery-image] Aug 12 21:00:46.928 INFO O| Aug 12 21:00:46.928 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-12T21:00:48.223Z[ recovery-image] Aug 12 21:00:46.939 INFO O| Aug 12 21:00:46.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
74712026-08-12T21:00:48.223Z[ recovery-image] Aug 12 21:00:46.939 INFO O| Aug 12 21:00:46.939 INFO STEP 744 (remove_files) COMPLETE
74722026-08-12T21:00:48.223Z[ recovery-image] Aug 12 21:00:46.939 INFO O| Aug 12 21:00:46.939 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-12T21:00:48.234Z[ recovery-image] Aug 12 21:00:46.950 INFO O| Aug 12 21:00:46.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
74742026-08-12T21:00:48.234Z[ recovery-image] Aug 12 21:00:46.951 INFO O| Aug 12 21:00:46.951 INFO STEP 745 (remove_files) COMPLETE
74752026-08-12T21:00:48.234Z[ recovery-image] Aug 12 21:00:46.951 INFO O| Aug 12 21:00:46.951 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-12T21:00:48.244Z[ recovery-image] Aug 12 21:00:46.961 INFO O| Aug 12 21:00:46.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
74772026-08-12T21:00:48.244Z[ recovery-image] Aug 12 21:00:46.961 INFO O| Aug 12 21:00:46.961 INFO STEP 746 (remove_files) COMPLETE
74782026-08-12T21:00:48.248Z[ recovery-image] Aug 12 21:00:46.961 INFO O| Aug 12 21:00:46.961 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-12T21:00:48.259Z[ recovery-image] Aug 12 21:00:46.971 INFO O| Aug 12 21:00:46.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
74802026-08-12T21:00:48.259Z[ recovery-image] Aug 12 21:00:46.971 INFO O| Aug 12 21:00:46.971 INFO STEP 747 (remove_files) COMPLETE
74812026-08-12T21:00:48.259Z[ recovery-image] Aug 12 21:00:46.971 INFO O| Aug 12 21:00:46.971 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-12T21:00:48.266Z[ recovery-image] Aug 12 21:00:46.982 INFO O| Aug 12 21:00:46.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
74832026-08-12T21:00:48.266Z[ recovery-image] Aug 12 21:00:46.982 INFO O| Aug 12 21:00:46.982 INFO STEP 748 (remove_files) COMPLETE
74842026-08-12T21:00:48.266Z[ recovery-image] Aug 12 21:00:46.982 INFO O| Aug 12 21:00:46.982 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-12T21:00:48.276Z[ recovery-image] Aug 12 21:00:46.993 INFO O| Aug 12 21:00:46.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
74862026-08-12T21:00:48.276Z[ recovery-image] Aug 12 21:00:46.993 INFO O| Aug 12 21:00:46.993 INFO STEP 749 (remove_files) COMPLETE
74872026-08-12T21:00:48.276Z[ recovery-image] Aug 12 21:00:46.993 INFO O| Aug 12 21:00:46.993 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-12T21:00:48.286Z[ recovery-image] Aug 12 21:00:47.003 INFO O| Aug 12 21:00:47.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
74892026-08-12T21:00:48.286Z[ recovery-image] Aug 12 21:00:47.003 INFO O| Aug 12 21:00:47.003 INFO STEP 750 (remove_files) COMPLETE
74902026-08-12T21:00:48.286Z[ recovery-image] Aug 12 21:00:47.003 INFO O| Aug 12 21:00:47.003 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-12T21:00:48.297Z[ recovery-image] Aug 12 21:00:47.013 INFO O| Aug 12 21:00:47.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
74922026-08-12T21:00:48.297Z[ recovery-image] Aug 12 21:00:47.014 INFO O| Aug 12 21:00:47.014 INFO STEP 751 (remove_files) COMPLETE
74932026-08-12T21:00:48.297Z[ recovery-image] Aug 12 21:00:47.014 INFO O| Aug 12 21:00:47.014 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-12T21:00:48.308Z[ recovery-image] Aug 12 21:00:47.025 INFO O| Aug 12 21:00:47.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
74952026-08-12T21:00:48.308Z[ recovery-image] Aug 12 21:00:47.025 INFO O| Aug 12 21:00:47.025 INFO STEP 752 (remove_files) COMPLETE
74962026-08-12T21:00:48.311Z[ recovery-image] Aug 12 21:00:47.025 INFO O| Aug 12 21:00:47.025 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-12T21:00:48.319Z[ recovery-image] Aug 12 21:00:47.036 INFO O| Aug 12 21:00:47.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
74982026-08-12T21:00:48.319Z[ recovery-image] Aug 12 21:00:47.036 INFO O| Aug 12 21:00:47.036 INFO STEP 753 (remove_files) COMPLETE
74992026-08-12T21:00:48.319Z[ recovery-image] Aug 12 21:00:47.036 INFO O| Aug 12 21:00:47.036 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-12T21:00:48.331Z[ recovery-image] Aug 12 21:00:47.048 INFO O| Aug 12 21:00:47.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75012026-08-12T21:00:48.331Z[ recovery-image] Aug 12 21:00:47.048 INFO O| Aug 12 21:00:47.048 INFO STEP 754 (remove_files) COMPLETE
75022026-08-12T21:00:48.331Z[ recovery-image] Aug 12 21:00:47.048 INFO O| Aug 12 21:00:47.048 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-12T21:00:48.342Z[ recovery-image] Aug 12 21:00:47.059 INFO O| Aug 12 21:00:47.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75042026-08-12T21:00:48.342Z[ recovery-image] Aug 12 21:00:47.059 INFO O| Aug 12 21:00:47.059 INFO STEP 755 (remove_files) COMPLETE
75052026-08-12T21:00:48.342Z[ recovery-image] Aug 12 21:00:47.059 INFO O| Aug 12 21:00:47.059 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-12T21:00:48.353Z[ recovery-image] Aug 12 21:00:47.070 INFO O| Aug 12 21:00:47.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75072026-08-12T21:00:48.353Z[ recovery-image] Aug 12 21:00:47.070 INFO O| Aug 12 21:00:47.070 INFO STEP 756 (remove_files) COMPLETE
75082026-08-12T21:00:48.353Z[ recovery-image] Aug 12 21:00:47.070 INFO O| Aug 12 21:00:47.070 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-12T21:00:48.363Z[ recovery-image] Aug 12 21:00:47.079 INFO O| Aug 12 21:00:47.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75102026-08-12T21:00:48.363Z[ recovery-image] Aug 12 21:00:47.079 INFO O| Aug 12 21:00:47.079 INFO STEP 757 (remove_files) COMPLETE
75112026-08-12T21:00:48.363Z[ recovery-image] Aug 12 21:00:47.079 INFO O| Aug 12 21:00:47.079 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-12T21:00:48.374Z[ recovery-image] Aug 12 21:00:47.091 INFO O| Aug 12 21:00:47.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75132026-08-12T21:00:48.374Z[ recovery-image] Aug 12 21:00:47.091 INFO O| Aug 12 21:00:47.091 INFO STEP 758 (remove_files) COMPLETE
75142026-08-12T21:00:48.377Z[ recovery-image] Aug 12 21:00:47.091 INFO O| Aug 12 21:00:47.091 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-12T21:00:48.385Z[ recovery-image] Aug 12 21:00:47.100 INFO O| Aug 12 21:00:47.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75162026-08-12T21:00:48.385Z[ recovery-image] Aug 12 21:00:47.100 INFO O| Aug 12 21:00:47.100 INFO STEP 759 (remove_files) COMPLETE
75172026-08-12T21:00:48.385Z[ recovery-image] Aug 12 21:00:47.100 INFO O| Aug 12 21:00:47.100 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-12T21:00:48.392Z[ recovery-image] Aug 12 21:00:47.109 INFO O| Aug 12 21:00:47.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75192026-08-12T21:00:48.392Z[ recovery-image] Aug 12 21:00:47.109 INFO O| Aug 12 21:00:47.109 INFO STEP 760 (remove_files) COMPLETE
75202026-08-12T21:00:48.392Z[ recovery-image] Aug 12 21:00:47.109 INFO O| Aug 12 21:00:47.109 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-12T21:00:48.401Z[ recovery-image] Aug 12 21:00:47.119 INFO O| Aug 12 21:00:47.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75222026-08-12T21:00:48.402Z[ recovery-image] Aug 12 21:00:47.119 INFO O| Aug 12 21:00:47.119 INFO STEP 761 (remove_files) COMPLETE
75232026-08-12T21:00:48.402Z[ recovery-image] Aug 12 21:00:47.119 INFO O| Aug 12 21:00:47.119 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-12T21:00:48.410Z[ recovery-image] Aug 12 21:00:47.127 INFO O| Aug 12 21:00:47.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75252026-08-12T21:00:48.410Z[ recovery-image] Aug 12 21:00:47.127 INFO O| Aug 12 21:00:47.127 INFO STEP 762 (remove_files) COMPLETE
75262026-08-12T21:00:48.410Z[ recovery-image] Aug 12 21:00:47.127 INFO O| Aug 12 21:00:47.127 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-12T21:00:48.419Z[ recovery-image] Aug 12 21:00:47.136 INFO O| Aug 12 21:00:47.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75282026-08-12T21:00:48.419Z[ recovery-image] Aug 12 21:00:47.136 INFO O| Aug 12 21:00:47.136 INFO STEP 763 (remove_files) COMPLETE
75292026-08-12T21:00:48.419Z[ recovery-image] Aug 12 21:00:47.136 INFO O| Aug 12 21:00:47.136 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-12T21:00:48.426Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
75312026-08-12T21:00:48.429Z[ recovery-image] Aug 12 21:00:47.145 INFO O| Aug 12 21:00:47.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75322026-08-12T21:00:48.429Z[ recovery-image] Aug 12 21:00:47.145 INFO O| Aug 12 21:00:47.145 INFO STEP 764 (remove_files) COMPLETE
75332026-08-12T21:00:48.429Z[ recovery-image] Aug 12 21:00:47.145 INFO O| Aug 12 21:00:47.145 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-12T21:00:48.437Z[ recovery-image] Aug 12 21:00:47.154 INFO O| Aug 12 21:00:47.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75352026-08-12T21:00:48.437Z[ recovery-image] Aug 12 21:00:47.154 INFO O| Aug 12 21:00:47.154 INFO STEP 765 (remove_files) COMPLETE
75362026-08-12T21:00:48.441Z[ recovery-image] Aug 12 21:00:47.154 INFO O| Aug 12 21:00:47.154 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-12T21:00:48.448Z[ recovery-image] Aug 12 21:00:47.165 INFO O| Aug 12 21:00:47.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75382026-08-12T21:00:48.448Z[ recovery-image] Aug 12 21:00:47.165 INFO O| Aug 12 21:00:47.165 INFO STEP 766 (remove_files) COMPLETE
75392026-08-12T21:00:48.451Z[ recovery-image] Aug 12 21:00:47.165 INFO O| Aug 12 21:00:47.165 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-12T21:00:48.459Z[ recovery-image] Aug 12 21:00:47.176 INFO O| Aug 12 21:00:47.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75412026-08-12T21:00:48.459Z[ recovery-image] Aug 12 21:00:47.176 INFO O| Aug 12 21:00:47.176 INFO STEP 767 (remove_files) COMPLETE
75422026-08-12T21:00:48.459Z[ recovery-image] Aug 12 21:00:47.176 INFO O| Aug 12 21:00:47.176 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-12T21:00:48.474Z[ recovery-image] Aug 12 21:00:47.190 INFO O| Aug 12 21:00:47.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75442026-08-12T21:00:48.474Z[ recovery-image] Aug 12 21:00:47.190 INFO O| Aug 12 21:00:47.190 INFO STEP 768 (remove_files) COMPLETE
75452026-08-12T21:00:48.482Z[ recovery-image] Aug 12 21:00:47.190 INFO O| Aug 12 21:00:47.190 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-12T21:00:48.486Z[ recovery-image] Aug 12 21:00:47.200 INFO O| Aug 12 21:00:47.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75472026-08-12T21:00:48.486Z[ recovery-image] Aug 12 21:00:47.200 INFO O| Aug 12 21:00:47.200 INFO STEP 769 (remove_files) COMPLETE
75482026-08-12T21:00:48.487Z[ recovery-image] Aug 12 21:00:47.200 INFO O| Aug 12 21:00:47.200 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-12T21:00:48.492Z[ recovery-image] Aug 12 21:00:47.209 INFO O| Aug 12 21:00:47.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75502026-08-12T21:00:48.492Z[ recovery-image] Aug 12 21:00:47.209 INFO O| Aug 12 21:00:47.209 INFO STEP 770 (remove_files) COMPLETE
75512026-08-12T21:00:48.495Z[ recovery-image] Aug 12 21:00:47.209 INFO O| Aug 12 21:00:47.209 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-12T21:00:48.503Z[ recovery-image] Aug 12 21:00:47.220 INFO O| Aug 12 21:00:47.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75532026-08-12T21:00:48.503Z[ recovery-image] Aug 12 21:00:47.220 INFO O| Aug 12 21:00:47.220 INFO STEP 771 (remove_files) COMPLETE
75542026-08-12T21:00:48.503Z[ recovery-image] Aug 12 21:00:47.220 INFO O| Aug 12 21:00:47.220 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-12T21:00:48.513Z[ recovery-image] Aug 12 21:00:47.231 INFO O| Aug 12 21:00:47.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75562026-08-12T21:00:48.517Z[ recovery-image] Aug 12 21:00:47.231 INFO O| Aug 12 21:00:47.231 INFO STEP 772 (remove_files) COMPLETE
75572026-08-12T21:00:48.517Z[ recovery-image] Aug 12 21:00:47.231 INFO O| Aug 12 21:00:47.231 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-12T21:00:48.525Z[ recovery-image] Aug 12 21:00:47.242 INFO O| Aug 12 21:00:47.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75592026-08-12T21:00:48.525Z[ recovery-image] Aug 12 21:00:47.242 INFO O| Aug 12 21:00:47.242 INFO STEP 773 (remove_files) COMPLETE
75602026-08-12T21:00:48.528Z[ recovery-image] Aug 12 21:00:47.242 INFO O| Aug 12 21:00:47.242 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-12T21:00:48.534Z[ recovery-image] Aug 12 21:00:47.251 INFO O| Aug 12 21:00:47.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75622026-08-12T21:00:48.534Z[ recovery-image] Aug 12 21:00:47.252 INFO O| Aug 12 21:00:47.252 INFO STEP 774 (remove_files) COMPLETE
75632026-08-12T21:00:48.538Z[ recovery-image] Aug 12 21:00:47.252 INFO O| Aug 12 21:00:47.252 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-12T21:00:48.544Z[ recovery-image] Aug 12 21:00:47.262 INFO O| Aug 12 21:00:47.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75652026-08-12T21:00:48.544Z[ recovery-image] Aug 12 21:00:47.262 INFO O| Aug 12 21:00:47.262 INFO STEP 775 (remove_files) COMPLETE
75662026-08-12T21:00:48.548Z[ recovery-image] Aug 12 21:00:47.262 INFO O| Aug 12 21:00:47.262 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-12T21:00:48.554Z[ recovery-image] Aug 12 21:00:47.271 INFO O| Aug 12 21:00:47.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
75682026-08-12T21:00:48.554Z[ recovery-image] Aug 12 21:00:47.271 INFO O| Aug 12 21:00:47.271 INFO STEP 776 (remove_files) COMPLETE
75692026-08-12T21:00:48.554Z[ recovery-image] Aug 12 21:00:47.271 INFO O| Aug 12 21:00:47.271 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-12T21:00:48.566Z[ recovery-image] Aug 12 21:00:47.283 INFO O| Aug 12 21:00:47.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
75712026-08-12T21:00:48.566Z[ recovery-image] Aug 12 21:00:47.283 INFO O| Aug 12 21:00:47.283 INFO STEP 777 (remove_files) COMPLETE
75722026-08-12T21:00:48.566Z[ recovery-image] Aug 12 21:00:47.283 INFO O| Aug 12 21:00:47.283 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-12T21:00:48.579Z[ recovery-image] Aug 12 21:00:47.295 INFO O| Aug 12 21:00:47.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
75742026-08-12T21:00:48.579Z[ recovery-image] Aug 12 21:00:47.295 INFO O| Aug 12 21:00:47.295 INFO STEP 778 (remove_files) COMPLETE
75752026-08-12T21:00:48.595Z[ recovery-image] Aug 12 21:00:47.295 INFO O| Aug 12 21:00:47.295 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-12T21:00:48.599Z[ recovery-image] Aug 12 21:00:47.306 INFO O| Aug 12 21:00:47.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
75772026-08-12T21:00:48.599Z[ recovery-image] Aug 12 21:00:47.306 INFO O| Aug 12 21:00:47.306 INFO STEP 779 (remove_files) COMPLETE
75782026-08-12T21:00:48.599Z[ recovery-image] Aug 12 21:00:47.306 INFO O| Aug 12 21:00:47.306 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-12T21:00:48.604Z[ recovery-image] Aug 12 21:00:47.316 INFO O| Aug 12 21:00:47.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
75802026-08-12T21:00:48.604Z[ recovery-image] Aug 12 21:00:47.316 INFO O| Aug 12 21:00:47.316 INFO STEP 780 (remove_files) COMPLETE
75812026-08-12T21:00:48.604Z[ recovery-image] Aug 12 21:00:47.316 INFO O| Aug 12 21:00:47.316 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-12T21:00:48.614Z[ recovery-image] Aug 12 21:00:47.327 INFO O| Aug 12 21:00:47.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
75832026-08-12T21:00:48.614Z[ recovery-image] Aug 12 21:00:47.328 INFO O| Aug 12 21:00:47.328 INFO STEP 781 (remove_files) COMPLETE
75842026-08-12T21:00:48.614Z[ recovery-image] Aug 12 21:00:47.328 INFO O| Aug 12 21:00:47.328 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-12T21:00:48.630Z[ recovery-image] Aug 12 21:00:47.338 INFO O| Aug 12 21:00:47.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
75862026-08-12T21:00:48.630Z[ recovery-image] Aug 12 21:00:47.339 INFO O| Aug 12 21:00:47.339 INFO STEP 782 (remove_files) COMPLETE
75872026-08-12T21:00:48.630Z[ recovery-image] Aug 12 21:00:47.339 INFO O| Aug 12 21:00:47.339 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-12T21:00:48.634Z[ recovery-image] Aug 12 21:00:47.348 INFO O| Aug 12 21:00:47.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
75892026-08-12T21:00:48.634Z[ recovery-image] Aug 12 21:00:47.348 INFO O| Aug 12 21:00:47.348 INFO STEP 783 (remove_files) COMPLETE
75902026-08-12T21:00:48.634Z[ recovery-image] Aug 12 21:00:47.348 INFO O| Aug 12 21:00:47.348 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-12T21:00:48.641Z[ recovery-image] Aug 12 21:00:47.359 INFO O| Aug 12 21:00:47.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
75922026-08-12T21:00:48.642Z[ recovery-image] Aug 12 21:00:47.359 INFO O| Aug 12 21:00:47.359 INFO STEP 784 (remove_files) COMPLETE
75932026-08-12T21:00:48.642Z[ recovery-image] Aug 12 21:00:47.359 INFO O| Aug 12 21:00:47.359 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-12T21:00:48.654Z[ recovery-image] Aug 12 21:00:47.369 INFO O| Aug 12 21:00:47.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
75952026-08-12T21:00:48.654Z[ recovery-image] Aug 12 21:00:47.369 INFO O| Aug 12 21:00:47.369 INFO STEP 785 (remove_files) COMPLETE
75962026-08-12T21:00:48.654Z[ recovery-image] Aug 12 21:00:47.369 INFO O| Aug 12 21:00:47.369 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-12T21:00:48.663Z[ recovery-image] Aug 12 21:00:47.379 INFO O| Aug 12 21:00:47.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
75982026-08-12T21:00:48.663Z[ recovery-image] Aug 12 21:00:47.379 INFO O| Aug 12 21:00:47.379 INFO STEP 786 (remove_files) COMPLETE
75992026-08-12T21:00:48.663Z[ recovery-image] Aug 12 21:00:47.379 INFO O| Aug 12 21:00:47.379 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-12T21:00:48.674Z[ recovery-image] Aug 12 21:00:47.390 INFO O| Aug 12 21:00:47.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76012026-08-12T21:00:48.674Z[ recovery-image] Aug 12 21:00:47.390 INFO O| Aug 12 21:00:47.390 INFO STEP 787 (remove_files) COMPLETE
76022026-08-12T21:00:48.674Z[ recovery-image] Aug 12 21:00:47.390 INFO O| Aug 12 21:00:47.390 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-12T21:00:48.684Z[ recovery-image] Aug 12 21:00:47.401 INFO O| Aug 12 21:00:47.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76042026-08-12T21:00:48.685Z[ recovery-image] Aug 12 21:00:47.401 INFO O| Aug 12 21:00:47.401 INFO STEP 788 (remove_files) COMPLETE
76052026-08-12T21:00:48.689Z[ recovery-image] Aug 12 21:00:47.402 INFO O| Aug 12 21:00:47.401 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-12T21:00:48.695Z[ recovery-image] Aug 12 21:00:47.412 INFO O| Aug 12 21:00:47.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76072026-08-12T21:00:48.695Z[ recovery-image] Aug 12 21:00:47.412 INFO O| Aug 12 21:00:47.412 INFO STEP 789 (remove_files) COMPLETE
76082026-08-12T21:00:48.699Z[ recovery-image] Aug 12 21:00:47.412 INFO O| Aug 12 21:00:47.412 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-12T21:00:48.732Z[ recovery-image] Aug 12 21:00:47.424 INFO O| Aug 12 21:00:47.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76102026-08-12T21:00:48.732Z[ recovery-image] Aug 12 21:00:47.424 INFO O| Aug 12 21:00:47.424 INFO STEP 790 (remove_files) COMPLETE
76112026-08-12T21:00:48.732Z[ recovery-image] Aug 12 21:00:47.424 INFO O| Aug 12 21:00:47.424 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-12T21:00:48.732Z[ recovery-image] Aug 12 21:00:47.436 INFO O| Aug 12 21:00:47.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76132026-08-12T21:00:48.732Z[ recovery-image] Aug 12 21:00:47.436 INFO O| Aug 12 21:00:47.436 INFO STEP 791 (remove_files) COMPLETE
76142026-08-12T21:00:48.732Z[ recovery-image] Aug 12 21:00:47.436 INFO O| Aug 12 21:00:47.436 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-12T21:00:48.732Z[ recovery-image] Aug 12 21:00:47.448 INFO O| Aug 12 21:00:47.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76162026-08-12T21:00:48.732Z[ recovery-image] Aug 12 21:00:47.448 INFO O| Aug 12 21:00:47.448 INFO STEP 792 (remove_files) COMPLETE
76172026-08-12T21:00:48.733Z[ recovery-image] Aug 12 21:00:47.448 INFO O| Aug 12 21:00:47.448 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-12T21:00:48.743Z[ recovery-image] Aug 12 21:00:47.459 INFO O| Aug 12 21:00:47.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76192026-08-12T21:00:48.743Z[ recovery-image] Aug 12 21:00:47.459 INFO O| Aug 12 21:00:47.459 INFO STEP 793 (remove_files) COMPLETE
76202026-08-12T21:00:48.743Z[ recovery-image] Aug 12 21:00:47.459 INFO O| Aug 12 21:00:47.459 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-12T21:00:48.753Z[ recovery-image] Aug 12 21:00:47.470 INFO O| Aug 12 21:00:47.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76222026-08-12T21:00:48.753Z[ recovery-image] Aug 12 21:00:47.470 INFO O| Aug 12 21:00:47.470 INFO STEP 794 (remove_files) COMPLETE
76232026-08-12T21:00:48.753Z[ recovery-image] Aug 12 21:00:47.470 INFO O| Aug 12 21:00:47.470 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-12T21:00:48.765Z[ recovery-image] Aug 12 21:00:47.482 INFO O| Aug 12 21:00:47.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76252026-08-12T21:00:48.765Z[ recovery-image] Aug 12 21:00:47.482 INFO O| Aug 12 21:00:47.482 INFO STEP 795 (remove_files) COMPLETE
76262026-08-12T21:00:48.765Z[ recovery-image] Aug 12 21:00:47.482 INFO O| Aug 12 21:00:47.482 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-12T21:00:48.780Z[ recovery-image] Aug 12 21:00:47.497 INFO O| Aug 12 21:00:47.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76282026-08-12T21:00:48.780Z[ recovery-image] Aug 12 21:00:47.497 INFO O| Aug 12 21:00:47.497 INFO STEP 796 (remove_files) COMPLETE
76292026-08-12T21:00:48.780Z[ recovery-image] Aug 12 21:00:47.497 INFO O| Aug 12 21:00:47.497 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-12T21:00:48.792Z[ recovery-image] Aug 12 21:00:47.508 INFO O| Aug 12 21:00:47.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76312026-08-12T21:00:48.792Z[ recovery-image] Aug 12 21:00:47.508 INFO O| Aug 12 21:00:47.508 INFO STEP 797 (remove_files) COMPLETE
76322026-08-12T21:00:48.792Z[ recovery-image] Aug 12 21:00:47.508 INFO O| Aug 12 21:00:47.508 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-12T21:00:48.801Z[ recovery-image] Aug 12 21:00:47.517 INFO O| Aug 12 21:00:47.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76342026-08-12T21:00:48.801Z[ recovery-image] Aug 12 21:00:47.517 INFO O| Aug 12 21:00:47.517 INFO STEP 798 (remove_files) COMPLETE
76352026-08-12T21:00:48.805Z[ recovery-image] Aug 12 21:00:47.517 INFO O| Aug 12 21:00:47.517 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-12T21:00:48.816Z[ recovery-image] Aug 12 21:00:47.526 INFO O| Aug 12 21:00:47.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76372026-08-12T21:00:48.816Z[ recovery-image] Aug 12 21:00:47.526 INFO O| Aug 12 21:00:47.526 INFO STEP 799 (remove_files) COMPLETE
76382026-08-12T21:00:48.816Z[ recovery-image] Aug 12 21:00:47.526 INFO O| Aug 12 21:00:47.526 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-12T21:00:48.822Z[ recovery-image] Aug 12 21:00:47.535 INFO O| Aug 12 21:00:47.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76402026-08-12T21:00:48.822Z[ recovery-image] Aug 12 21:00:47.535 INFO O| Aug 12 21:00:47.535 INFO STEP 800 (remove_files) COMPLETE
76412026-08-12T21:00:48.822Z[ recovery-image] Aug 12 21:00:47.535 INFO O| Aug 12 21:00:47.535 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-12T21:00:48.828Z[ recovery-image] Aug 12 21:00:47.544 INFO O| Aug 12 21:00:47.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76432026-08-12T21:00:48.828Z[ recovery-image] Aug 12 21:00:47.544 INFO O| Aug 12 21:00:47.544 INFO STEP 801 (remove_files) COMPLETE
76442026-08-12T21:00:48.828Z[ recovery-image] Aug 12 21:00:47.544 INFO O| Aug 12 21:00:47.544 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-12T21:00:48.838Z[ recovery-image] Aug 12 21:00:47.554 INFO O| Aug 12 21:00:47.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76462026-08-12T21:00:48.838Z[ recovery-image] Aug 12 21:00:47.554 INFO O| Aug 12 21:00:47.554 INFO STEP 802 (remove_files) COMPLETE
76472026-08-12T21:00:48.838Z[ recovery-image] Aug 12 21:00:47.554 INFO O| Aug 12 21:00:47.554 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-12T21:00:48.852Z[ recovery-image] Aug 12 21:00:47.568 INFO O| Aug 12 21:00:47.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76492026-08-12T21:00:48.852Z[ recovery-image] Aug 12 21:00:47.568 INFO O| Aug 12 21:00:47.568 INFO STEP 803 (remove_files) COMPLETE
76502026-08-12T21:00:48.852Z[ recovery-image] Aug 12 21:00:47.568 INFO O| Aug 12 21:00:47.568 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-12T21:00:48.861Z[ recovery-image] Aug 12 21:00:47.578 INFO O| Aug 12 21:00:47.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76522026-08-12T21:00:48.861Z[ recovery-image] Aug 12 21:00:47.578 INFO O| Aug 12 21:00:47.578 INFO STEP 804 (remove_files) COMPLETE
76532026-08-12T21:00:48.865Z[ recovery-image] Aug 12 21:00:47.578 INFO O| Aug 12 21:00:47.578 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-12T21:00:48.871Z[ recovery-image] Aug 12 21:00:47.588 INFO O| Aug 12 21:00:47.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76552026-08-12T21:00:48.871Z[ recovery-image] Aug 12 21:00:47.588 INFO O| Aug 12 21:00:47.588 INFO STEP 805 (remove_files) COMPLETE
76562026-08-12T21:00:48.871Z[ recovery-image] Aug 12 21:00:47.588 INFO O| Aug 12 21:00:47.588 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-12T21:00:48.882Z[ recovery-image] Aug 12 21:00:47.599 INFO O| Aug 12 21:00:47.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76582026-08-12T21:00:48.882Z[ recovery-image] Aug 12 21:00:47.599 INFO O| Aug 12 21:00:47.599 INFO STEP 806 (remove_files) COMPLETE
76592026-08-12T21:00:48.885Z[ recovery-image] Aug 12 21:00:47.599 INFO O| Aug 12 21:00:47.599 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-12T21:00:48.893Z[ recovery-image] Aug 12 21:00:47.609 INFO O| Aug 12 21:00:47.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76612026-08-12T21:00:48.893Z[ recovery-image] Aug 12 21:00:47.609 INFO O| Aug 12 21:00:47.609 INFO STEP 807 (remove_files) COMPLETE
76622026-08-12T21:00:48.902Z[ recovery-image] Aug 12 21:00:47.609 INFO O| Aug 12 21:00:47.609 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-12T21:00:48.907Z[ recovery-image] Aug 12 21:00:47.619 INFO O| Aug 12 21:00:47.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76642026-08-12T21:00:48.907Z[ recovery-image] Aug 12 21:00:47.619 INFO O| Aug 12 21:00:47.619 INFO STEP 808 (remove_files) COMPLETE
76652026-08-12T21:00:48.907Z[ recovery-image] Aug 12 21:00:47.619 INFO O| Aug 12 21:00:47.619 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-08-12T21:00:48.914Z[ recovery-image] Aug 12 21:00:47.629 INFO O| Aug 12 21:00:47.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
76672026-08-12T21:00:48.914Z[ recovery-image] Aug 12 21:00:47.629 INFO O| Aug 12 21:00:47.629 INFO STEP 809 (remove_files) COMPLETE
76682026-08-12T21:00:48.914Z[ recovery-image] Aug 12 21:00:47.629 INFO O| Aug 12 21:00:47.629 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-08-12T21:00:48.922Z[ recovery-image] Aug 12 21:00:47.639 INFO O| Aug 12 21:00:47.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
76702026-08-12T21:00:48.922Z[ recovery-image] Aug 12 21:00:47.639 INFO O| Aug 12 21:00:47.639 INFO STEP 810 (remove_files) COMPLETE
76712026-08-12T21:00:48.922Z[ recovery-image] Aug 12 21:00:47.639 INFO O| Aug 12 21:00:47.639 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-08-12T21:00:48.933Z[ recovery-image] Aug 12 21:00:47.648 INFO O| Aug 12 21:00:47.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
76732026-08-12T21:00:48.933Z[ recovery-image] Aug 12 21:00:47.648 INFO O| Aug 12 21:00:47.648 INFO STEP 811 (remove_files) COMPLETE
76742026-08-12T21:00:48.933Z[ recovery-image] Aug 12 21:00:47.648 INFO O| Aug 12 21:00:47.648 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-08-12T21:00:48.942Z[ recovery-image] Aug 12 21:00:47.659 INFO O| Aug 12 21:00:47.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
76762026-08-12T21:00:48.942Z[ recovery-image] Aug 12 21:00:47.660 INFO O| Aug 12 21:00:47.659 INFO STEP 812 (remove_files) COMPLETE
76772026-08-12T21:00:48.943Z[ recovery-image] Aug 12 21:00:47.660 INFO O| Aug 12 21:00:47.659 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-08-12T21:00:48.953Z[ recovery-image] Aug 12 21:00:47.669 INFO O| Aug 12 21:00:47.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
76792026-08-12T21:00:48.953Z[ recovery-image] Aug 12 21:00:47.669 INFO O| Aug 12 21:00:47.669 INFO STEP 813 (remove_files) COMPLETE
76802026-08-12T21:00:48.953Z[ recovery-image] Aug 12 21:00:47.669 INFO O| Aug 12 21:00:47.669 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-08-12T21:00:48.964Z[ recovery-image] Aug 12 21:00:47.681 INFO O| Aug 12 21:00:47.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
76822026-08-12T21:00:48.964Z[ recovery-image] Aug 12 21:00:47.681 INFO O| Aug 12 21:00:47.681 INFO STEP 814 (remove_files) COMPLETE
76832026-08-12T21:00:48.968Z[ recovery-image] Aug 12 21:00:47.681 INFO O| Aug 12 21:00:47.681 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-08-12T21:00:48.976Z[ recovery-image] Aug 12 21:00:47.692 INFO O| Aug 12 21:00:47.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
76852026-08-12T21:00:48.976Z[ recovery-image] Aug 12 21:00:47.692 INFO O| Aug 12 21:00:47.692 INFO STEP 815 (remove_files) COMPLETE
76862026-08-12T21:00:48.979Z[ recovery-image] Aug 12 21:00:47.692 INFO O| Aug 12 21:00:47.692 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-08-12T21:00:48.988Z[ recovery-image] Aug 12 21:00:47.705 INFO O| Aug 12 21:00:47.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
76882026-08-12T21:00:48.988Z[ recovery-image] Aug 12 21:00:47.705 INFO O| Aug 12 21:00:47.705 INFO STEP 816 (remove_files) COMPLETE
76892026-08-12T21:00:48.989Z[ recovery-image] Aug 12 21:00:47.705 INFO O| Aug 12 21:00:47.705 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-08-12T21:00:48.999Z[ recovery-image] Aug 12 21:00:47.715 INFO O| Aug 12 21:00:47.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
76912026-08-12T21:00:48.999Z[ recovery-image] Aug 12 21:00:47.715 INFO O| Aug 12 21:00:47.715 INFO STEP 817 (remove_files) COMPLETE
76922026-08-12T21:00:49.003Z[ recovery-image] Aug 12 21:00:47.715 INFO O| Aug 12 21:00:47.715 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-12T21:00:49.008Z[ recovery-image] Aug 12 21:00:47.724 INFO O| Aug 12 21:00:47.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
76942026-08-12T21:00:49.008Z[ recovery-image] Aug 12 21:00:47.724 INFO O| Aug 12 21:00:47.724 INFO STEP 818 (remove_files) COMPLETE
76952026-08-12T21:00:49.008Z[ recovery-image] Aug 12 21:00:47.724 INFO O| Aug 12 21:00:47.724 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-12T21:00:49.019Z[ recovery-image] Aug 12 21:00:47.736 INFO O| Aug 12 21:00:47.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
76972026-08-12T21:00:49.019Z[ recovery-image] Aug 12 21:00:47.736 INFO O| Aug 12 21:00:47.736 INFO STEP 819 (remove_files) COMPLETE
76982026-08-12T21:00:49.022Z[ recovery-image] Aug 12 21:00:47.736 INFO O| Aug 12 21:00:47.736 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-12T21:00:49.029Z[ recovery-image] Aug 12 21:00:47.746 INFO O| Aug 12 21:00:47.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77002026-08-12T21:00:49.029Z[ recovery-image] Aug 12 21:00:47.746 INFO O| Aug 12 21:00:47.746 INFO STEP 820 (remove_files) COMPLETE
77012026-08-12T21:00:49.029Z[ recovery-image] Aug 12 21:00:47.746 INFO O| Aug 12 21:00:47.746 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-12T21:00:49.041Z[ recovery-image] Aug 12 21:00:47.756 INFO O| Aug 12 21:00:47.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77032026-08-12T21:00:49.041Z[ recovery-image] Aug 12 21:00:47.756 INFO O| Aug 12 21:00:47.756 INFO STEP 821 (remove_files) COMPLETE
77042026-08-12T21:00:49.041Z[ recovery-image] Aug 12 21:00:47.756 INFO O| Aug 12 21:00:47.756 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-12T21:00:49.051Z[ recovery-image] Aug 12 21:00:47.768 INFO O| Aug 12 21:00:47.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77062026-08-12T21:00:49.051Z[ recovery-image] Aug 12 21:00:47.768 INFO O| Aug 12 21:00:47.768 INFO STEP 822 (remove_files) COMPLETE
77072026-08-12T21:00:49.051Z[ recovery-image] Aug 12 21:00:47.768 INFO O| Aug 12 21:00:47.768 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-12T21:00:49.063Z[ recovery-image] Aug 12 21:00:47.780 INFO O| Aug 12 21:00:47.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77092026-08-12T21:00:49.063Z[ recovery-image] Aug 12 21:00:47.780 INFO O| Aug 12 21:00:47.780 INFO STEP 823 (remove_files) COMPLETE
77102026-08-12T21:00:49.063Z[ recovery-image] Aug 12 21:00:47.780 INFO O| Aug 12 21:00:47.780 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-12T21:00:49.067Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
77122026-08-12T21:00:49.073Z[ recovery-image] Aug 12 21:00:47.790 INFO O| Aug 12 21:00:47.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77132026-08-12T21:00:49.073Z[ recovery-image] Aug 12 21:00:47.791 INFO O| Aug 12 21:00:47.791 INFO STEP 824 (remove_files) COMPLETE
77142026-08-12T21:00:49.073Z[ recovery-image] Aug 12 21:00:47.791 INFO O| Aug 12 21:00:47.791 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-12T21:00:49.093Z[ recovery-image] Aug 12 21:00:47.810 INFO O| Aug 12 21:00:47.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77162026-08-12T21:00:49.093Z[ recovery-image] Aug 12 21:00:47.810 INFO O| Aug 12 21:00:47.810 INFO STEP 825 (remove_files) COMPLETE
77172026-08-12T21:00:49.093Z[ recovery-image] Aug 12 21:00:47.810 INFO O| Aug 12 21:00:47.810 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-12T21:00:49.104Z[ recovery-image] Aug 12 21:00:47.821 INFO O| Aug 12 21:00:47.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77192026-08-12T21:00:49.104Z[ recovery-image] Aug 12 21:00:47.821 INFO O| Aug 12 21:00:47.821 INFO STEP 826 (remove_files) COMPLETE
77202026-08-12T21:00:49.104Z[ recovery-image] Aug 12 21:00:47.821 INFO O| Aug 12 21:00:47.821 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-12T21:00:49.114Z[ recovery-image] Aug 12 21:00:47.831 INFO O| Aug 12 21:00:47.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77222026-08-12T21:00:49.114Z[ recovery-image] Aug 12 21:00:47.831 INFO O| Aug 12 21:00:47.831 INFO STEP 827 (remove_files) COMPLETE
77232026-08-12T21:00:49.114Z[ recovery-image] Aug 12 21:00:47.831 INFO O| Aug 12 21:00:47.831 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-12T21:00:49.123Z[ recovery-image] Aug 12 21:00:47.840 INFO O| Aug 12 21:00:47.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77252026-08-12T21:00:49.123Z[ recovery-image] Aug 12 21:00:47.840 INFO O| Aug 12 21:00:47.840 INFO STEP 828 (remove_files) COMPLETE
77262026-08-12T21:00:49.123Z[ recovery-image] Aug 12 21:00:47.840 INFO O| Aug 12 21:00:47.840 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-12T21:00:49.132Z[ recovery-image] Aug 12 21:00:47.849 INFO O| Aug 12 21:00:47.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77282026-08-12T21:00:49.133Z[ recovery-image] Aug 12 21:00:47.850 INFO O| Aug 12 21:00:47.849 INFO STEP 829 (remove_files) COMPLETE
77292026-08-12T21:00:49.133Z[ recovery-image] Aug 12 21:00:47.850 INFO O| Aug 12 21:00:47.850 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-12T21:00:49.142Z[ recovery-image] Aug 12 21:00:47.859 INFO O| Aug 12 21:00:47.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77312026-08-12T21:00:49.142Z[ recovery-image] Aug 12 21:00:47.859 INFO O| Aug 12 21:00:47.859 INFO STEP 830 (remove_files) COMPLETE
77322026-08-12T21:00:49.142Z[ recovery-image] Aug 12 21:00:47.859 INFO O| Aug 12 21:00:47.859 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-12T21:00:49.146Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
77342026-08-12T21:00:49.153Z[ recovery-image] Aug 12 21:00:47.871 INFO O| Aug 12 21:00:47.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77352026-08-12T21:00:49.159Z[ recovery-image] Aug 12 21:00:47.871 INFO O| Aug 12 21:00:47.871 INFO STEP 831 (remove_files) COMPLETE
77362026-08-12T21:00:49.159Z[ recovery-image] Aug 12 21:00:47.871 INFO O| Aug 12 21:00:47.871 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-12T21:00:49.165Z[ recovery-image] Aug 12 21:00:47.882 INFO O| Aug 12 21:00:47.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77382026-08-12T21:00:49.165Z[ recovery-image] Aug 12 21:00:47.882 INFO O| Aug 12 21:00:47.882 INFO STEP 832 (remove_files) COMPLETE
77392026-08-12T21:00:49.165Z[ recovery-image] Aug 12 21:00:47.882 INFO O| Aug 12 21:00:47.882 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-12T21:00:49.172Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
77412026-08-12T21:00:49.182Z[ recovery-image] Aug 12 21:00:47.892 INFO O| Aug 12 21:00:47.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77422026-08-12T21:00:49.182Z[ recovery-image] Aug 12 21:00:47.892 INFO O| Aug 12 21:00:47.892 INFO STEP 833 (remove_files) COMPLETE
77432026-08-12T21:00:49.182Z[ recovery-image] Aug 12 21:00:47.892 INFO O| Aug 12 21:00:47.892 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-12T21:00:49.186Z[ recovery-image] Aug 12 21:00:47.902 INFO O| Aug 12 21:00:47.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77452026-08-12T21:00:49.186Z[ recovery-image] Aug 12 21:00:47.902 INFO O| Aug 12 21:00:47.902 INFO STEP 834 (remove_files) COMPLETE
77462026-08-12T21:00:49.186Z[ recovery-image] Aug 12 21:00:47.902 INFO O| Aug 12 21:00:47.902 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-12T21:00:49.196Z[ recovery-image] Aug 12 21:00:47.913 INFO O| Aug 12 21:00:47.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77482026-08-12T21:00:49.196Z[ recovery-image] Aug 12 21:00:47.913 INFO O| Aug 12 21:00:47.913 INFO STEP 835 (remove_files) COMPLETE
77492026-08-12T21:00:49.196Z[ recovery-image] Aug 12 21:00:47.913 INFO O| Aug 12 21:00:47.913 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-12T21:00:49.212Z[ recovery-image] Aug 12 21:00:47.922 INFO O| Aug 12 21:00:47.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77512026-08-12T21:00:49.212Z[ recovery-image] Aug 12 21:00:47.923 INFO O| Aug 12 21:00:47.923 INFO STEP 836 (remove_files) COMPLETE
77522026-08-12T21:00:49.212Z[ recovery-image] Aug 12 21:00:47.923 INFO O| Aug 12 21:00:47.923 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-12T21:00:49.241Z[ recovery-image] Aug 12 21:00:47.932 INFO O| Aug 12 21:00:47.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77542026-08-12T21:00:49.242Z[ recovery-image] Aug 12 21:00:47.932 INFO O| Aug 12 21:00:47.932 INFO STEP 837 (remove_files) COMPLETE
77552026-08-12T21:00:49.242Z[ recovery-image] Aug 12 21:00:47.932 INFO O| Aug 12 21:00:47.932 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-12T21:00:49.248Z[ recovery-image] Aug 12 21:00:47.942 INFO O| Aug 12 21:00:47.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77572026-08-12T21:00:49.248Z[ recovery-image] Aug 12 21:00:47.942 INFO O| Aug 12 21:00:47.942 INFO STEP 838 (remove_files) COMPLETE
77582026-08-12T21:00:49.248Z[ recovery-image] Aug 12 21:00:47.942 INFO O| Aug 12 21:00:47.942 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-12T21:00:49.248Z[ recovery-image] Aug 12 21:00:47.951 INFO O| Aug 12 21:00:47.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77602026-08-12T21:00:49.248Z[ recovery-image] Aug 12 21:00:47.951 INFO O| Aug 12 21:00:47.951 INFO STEP 839 (remove_files) COMPLETE
77612026-08-12T21:00:49.248Z[ recovery-image] Aug 12 21:00:47.951 INFO O| Aug 12 21:00:47.951 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-12T21:00:49.248Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
77632026-08-12T21:00:49.248Z[ recovery-image] Aug 12 21:00:47.960 INFO O| Aug 12 21:00:47.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77642026-08-12T21:00:49.248Z[ recovery-image] Aug 12 21:00:47.960 INFO O| Aug 12 21:00:47.960 INFO STEP 840 (remove_files) COMPLETE
77652026-08-12T21:00:49.248Z[ recovery-image] Aug 12 21:00:47.960 INFO O| Aug 12 21:00:47.960 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-12T21:00:49.254Z[ recovery-image] Aug 12 21:00:47.971 INFO O| Aug 12 21:00:47.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77672026-08-12T21:00:49.254Z[ recovery-image] Aug 12 21:00:47.971 INFO O| Aug 12 21:00:47.971 INFO STEP 841 (remove_files) COMPLETE
77682026-08-12T21:00:49.257Z[ recovery-image] Aug 12 21:00:47.971 INFO O| Aug 12 21:00:47.971 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-08-12T21:00:49.266Z[ recovery-image] Aug 12 21:00:47.982 INFO O| Aug 12 21:00:47.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
77702026-08-12T21:00:49.266Z[ recovery-image] Aug 12 21:00:47.982 INFO O| Aug 12 21:00:47.982 INFO STEP 842 (remove_files) COMPLETE
77712026-08-12T21:00:49.266Z[ recovery-image] Aug 12 21:00:47.982 INFO O| Aug 12 21:00:47.982 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-08-12T21:00:49.275Z[ recovery-image] Aug 12 21:00:47.992 INFO O| Aug 12 21:00:47.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
77732026-08-12T21:00:49.275Z[ recovery-image] Aug 12 21:00:47.992 INFO O| Aug 12 21:00:47.992 INFO STEP 843 (remove_files) COMPLETE
77742026-08-12T21:00:49.275Z[ recovery-image] Aug 12 21:00:47.992 INFO O| Aug 12 21:00:47.992 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-08-12T21:00:49.286Z[ recovery-image] Aug 12 21:00:48.002 INFO O| Aug 12 21:00:48.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
77762026-08-12T21:00:49.286Z[ recovery-image] Aug 12 21:00:48.003 INFO O| Aug 12 21:00:48.003 INFO STEP 844 (remove_files) COMPLETE
77772026-08-12T21:00:49.286Z[ recovery-image] Aug 12 21:00:48.003 INFO O| Aug 12 21:00:48.003 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-08-12T21:00:49.297Z[ recovery-image] Aug 12 21:00:48.014 INFO O| Aug 12 21:00:48.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
77792026-08-12T21:00:49.297Z[ recovery-image] Aug 12 21:00:48.014 INFO O| Aug 12 21:00:48.014 INFO STEP 845 (remove_files) COMPLETE
77802026-08-12T21:00:49.297Z[ recovery-image] Aug 12 21:00:48.014 INFO O| Aug 12 21:00:48.014 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-12T21:00:49.307Z[ recovery-image] Aug 12 21:00:48.024 INFO O| Aug 12 21:00:48.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
77822026-08-12T21:00:49.307Z[ recovery-image] Aug 12 21:00:48.024 INFO O| Aug 12 21:00:48.024 INFO STEP 846 (remove_files) COMPLETE
77832026-08-12T21:00:49.307Z[ recovery-image] Aug 12 21:00:48.024 INFO O| Aug 12 21:00:48.024 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-12T21:00:49.318Z[ recovery-image] Aug 12 21:00:48.034 INFO O| Aug 12 21:00:48.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
77852026-08-12T21:00:49.318Z[ recovery-image] Aug 12 21:00:48.034 INFO O| Aug 12 21:00:48.034 INFO STEP 847 (remove_files) COMPLETE
77862026-08-12T21:00:49.318Z[ recovery-image] Aug 12 21:00:48.034 INFO O| Aug 12 21:00:48.034 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-12T21:00:49.330Z[ recovery-image] Aug 12 21:00:48.045 INFO O| Aug 12 21:00:48.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
77882026-08-12T21:00:49.330Z[ recovery-image] Aug 12 21:00:48.045 INFO O| Aug 12 21:00:48.045 INFO STEP 848 (remove_files) COMPLETE
77892026-08-12T21:00:49.330Z[ recovery-image] Aug 12 21:00:48.045 INFO O| Aug 12 21:00:48.045 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-12T21:00:49.341Z[ recovery-image] Aug 12 21:00:48.056 INFO O| Aug 12 21:00:48.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
77912026-08-12T21:00:49.341Z[ recovery-image] Aug 12 21:00:48.056 INFO O| Aug 12 21:00:48.056 INFO STEP 849 (remove_files) COMPLETE
77922026-08-12T21:00:49.341Z[ recovery-image] Aug 12 21:00:48.056 INFO O| Aug 12 21:00:48.056 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-12T21:00:49.350Z[ recovery-image] Aug 12 21:00:48.067 INFO O| Aug 12 21:00:48.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
77942026-08-12T21:00:49.351Z[ recovery-image] Aug 12 21:00:48.067 INFO O| Aug 12 21:00:48.067 INFO STEP 850 (remove_files) COMPLETE
77952026-08-12T21:00:49.361Z[ recovery-image] Aug 12 21:00:48.067 INFO O| Aug 12 21:00:48.067 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-12T21:00:49.364Z[ recovery-image] Aug 12 21:00:48.078 INFO O| Aug 12 21:00:48.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
77972026-08-12T21:00:49.364Z[ recovery-image] Aug 12 21:00:48.078 INFO O| Aug 12 21:00:48.078 INFO STEP 851 (remove_files) COMPLETE
77982026-08-12T21:00:49.364Z[ recovery-image] Aug 12 21:00:48.078 INFO O| Aug 12 21:00:48.078 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-08-12T21:00:49.372Z[ recovery-image] Aug 12 21:00:48.089 INFO O| Aug 12 21:00:48.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78002026-08-12T21:00:49.372Z[ recovery-image] Aug 12 21:00:48.089 INFO O| Aug 12 21:00:48.089 INFO STEP 852 (remove_files) COMPLETE
78012026-08-12T21:00:49.372Z[ recovery-image] Aug 12 21:00:48.089 INFO O| Aug 12 21:00:48.089 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-08-12T21:00:49.384Z[ recovery-image] Aug 12 21:00:48.100 INFO O| Aug 12 21:00:48.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78032026-08-12T21:00:49.384Z[ recovery-image] Aug 12 21:00:48.100 INFO O| Aug 12 21:00:48.100 INFO STEP 853 (remove_files) COMPLETE
78042026-08-12T21:00:49.384Z[ recovery-image] Aug 12 21:00:48.100 INFO O| Aug 12 21:00:48.100 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-08-12T21:00:49.396Z[ recovery-image] Aug 12 21:00:48.111 INFO O| Aug 12 21:00:48.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78062026-08-12T21:00:49.396Z[ recovery-image] Aug 12 21:00:48.111 INFO O| Aug 12 21:00:48.111 INFO STEP 854 (remove_files) COMPLETE
78072026-08-12T21:00:49.396Z[ recovery-image] Aug 12 21:00:48.111 INFO O| Aug 12 21:00:48.111 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-08-12T21:00:49.405Z[ recovery-image] Aug 12 21:00:48.122 INFO O| Aug 12 21:00:48.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78092026-08-12T21:00:49.405Z[ recovery-image] Aug 12 21:00:48.122 INFO O| Aug 12 21:00:48.122 INFO STEP 855 (remove_files) COMPLETE
78102026-08-12T21:00:49.405Z[ recovery-image] Aug 12 21:00:48.122 INFO O| Aug 12 21:00:48.122 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-08-12T21:00:49.415Z[ recovery-image] Aug 12 21:00:48.132 INFO O| Aug 12 21:00:48.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78122026-08-12T21:00:49.415Z[ recovery-image] Aug 12 21:00:48.132 INFO O| Aug 12 21:00:48.132 INFO STEP 856 (remove_files) COMPLETE
78132026-08-12T21:00:49.415Z[ recovery-image] Aug 12 21:00:48.132 INFO O| Aug 12 21:00:48.132 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-08-12T21:00:49.425Z[ recovery-image] Aug 12 21:00:48.142 INFO O| Aug 12 21:00:48.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78152026-08-12T21:00:49.425Z[ recovery-image] Aug 12 21:00:48.142 INFO O| Aug 12 21:00:48.142 INFO STEP 857 (remove_files) COMPLETE
78162026-08-12T21:00:49.429Z[ recovery-image] Aug 12 21:00:48.142 INFO O| Aug 12 21:00:48.142 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-08-12T21:00:49.436Z[ recovery-image] Aug 12 21:00:48.153 INFO O| Aug 12 21:00:48.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78182026-08-12T21:00:49.436Z[ recovery-image] Aug 12 21:00:48.153 INFO O| Aug 12 21:00:48.153 INFO STEP 858 (remove_files) COMPLETE
78192026-08-12T21:00:49.436Z[ recovery-image] Aug 12 21:00:48.153 INFO O| Aug 12 21:00:48.153 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-08-12T21:00:49.446Z[ recovery-image] Aug 12 21:00:48.163 INFO O| Aug 12 21:00:48.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78212026-08-12T21:00:49.446Z[ recovery-image] Aug 12 21:00:48.163 INFO O| Aug 12 21:00:48.163 INFO STEP 859 (remove_files) COMPLETE
78222026-08-12T21:00:49.446Z[ recovery-image] Aug 12 21:00:48.163 INFO O| Aug 12 21:00:48.163 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-08-12T21:00:49.456Z[ recovery-image] Aug 12 21:00:48.173 INFO O| Aug 12 21:00:48.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78242026-08-12T21:00:49.456Z[ recovery-image] Aug 12 21:00:48.173 INFO O| Aug 12 21:00:48.173 INFO STEP 860 (remove_files) COMPLETE
78252026-08-12T21:00:49.456Z[ recovery-image] Aug 12 21:00:48.173 INFO O| Aug 12 21:00:48.173 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-08-12T21:00:49.468Z[ recovery-image] Aug 12 21:00:48.183 INFO O| Aug 12 21:00:48.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78272026-08-12T21:00:49.468Z[ recovery-image] Aug 12 21:00:48.183 INFO O| Aug 12 21:00:48.183 INFO STEP 861 (remove_files) COMPLETE
78282026-08-12T21:00:49.471Z[ recovery-image] Aug 12 21:00:48.183 INFO O| Aug 12 21:00:48.183 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-08-12T21:00:49.476Z[ recovery-image] Aug 12 21:00:48.193 INFO O| Aug 12 21:00:48.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78302026-08-12T21:00:49.476Z[ recovery-image] Aug 12 21:00:48.193 INFO O| Aug 12 21:00:48.193 INFO STEP 862 (remove_files) COMPLETE
78312026-08-12T21:00:49.479Z[ recovery-image] Aug 12 21:00:48.193 INFO O| Aug 12 21:00:48.193 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-08-12T21:00:49.485Z[ recovery-image] Aug 12 21:00:48.202 INFO O| Aug 12 21:00:48.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78332026-08-12T21:00:49.485Z[ recovery-image] Aug 12 21:00:48.202 INFO O| Aug 12 21:00:48.202 INFO STEP 863 (remove_files) COMPLETE
78342026-08-12T21:00:49.485Z[ recovery-image] Aug 12 21:00:48.202 INFO O| Aug 12 21:00:48.202 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-08-12T21:00:49.496Z[ recovery-image] Aug 12 21:00:48.213 INFO O| Aug 12 21:00:48.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78362026-08-12T21:00:49.497Z[ recovery-image] Aug 12 21:00:48.213 INFO O| Aug 12 21:00:48.213 INFO STEP 864 (remove_files) COMPLETE
78372026-08-12T21:00:49.497Z[ recovery-image] Aug 12 21:00:48.213 INFO O| Aug 12 21:00:48.213 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-08-12T21:00:49.507Z[ recovery-image] Aug 12 21:00:48.224 INFO O| Aug 12 21:00:48.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78392026-08-12T21:00:49.507Z[ recovery-image] Aug 12 21:00:48.224 INFO O| Aug 12 21:00:48.224 INFO STEP 865 (remove_files) COMPLETE
78402026-08-12T21:00:49.507Z[ recovery-image] Aug 12 21:00:48.224 INFO O| Aug 12 21:00:48.224 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-08-12T21:00:49.518Z[ recovery-image] Aug 12 21:00:48.235 INFO O| Aug 12 21:00:48.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78422026-08-12T21:00:49.518Z[ recovery-image] Aug 12 21:00:48.235 INFO O| Aug 12 21:00:48.235 INFO STEP 866 (remove_files) COMPLETE
78432026-08-12T21:00:49.518Z[ recovery-image] Aug 12 21:00:48.235 INFO O| Aug 12 21:00:48.235 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-08-12T21:00:49.531Z[ recovery-image] Aug 12 21:00:48.247 INFO O| Aug 12 21:00:48.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78452026-08-12T21:00:49.531Z[ recovery-image] Aug 12 21:00:48.247 INFO O| Aug 12 21:00:48.247 INFO STEP 867 (remove_files) COMPLETE
78462026-08-12T21:00:49.531Z[ recovery-image] Aug 12 21:00:48.247 INFO O| Aug 12 21:00:48.247 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-08-12T21:00:49.548Z[ recovery-image] Aug 12 21:00:48.258 INFO O| Aug 12 21:00:48.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78482026-08-12T21:00:49.548Z[ recovery-image] Aug 12 21:00:48.258 INFO O| Aug 12 21:00:48.258 INFO STEP 868 (remove_files) COMPLETE
78492026-08-12T21:00:49.548Z[ recovery-image] Aug 12 21:00:48.258 INFO O| Aug 12 21:00:48.258 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-08-12T21:00:49.556Z[ recovery-image] Aug 12 21:00:48.269 INFO O| Aug 12 21:00:48.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78512026-08-12T21:00:49.556Z[ recovery-image] Aug 12 21:00:48.269 INFO O| Aug 12 21:00:48.269 INFO STEP 869 (remove_files) COMPLETE
78522026-08-12T21:00:49.557Z[ recovery-image] Aug 12 21:00:48.269 INFO O| Aug 12 21:00:48.269 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-08-12T21:00:49.565Z[ recovery-image] Aug 12 21:00:48.282 INFO O| Aug 12 21:00:48.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78542026-08-12T21:00:49.565Z[ recovery-image] Aug 12 21:00:48.282 INFO O| Aug 12 21:00:48.281 INFO STEP 870 (remove_files) COMPLETE
78552026-08-12T21:00:49.569Z[ recovery-image] Aug 12 21:00:48.282 INFO O| Aug 12 21:00:48.281 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-08-12T21:00:49.576Z[ recovery-image] Aug 12 21:00:48.292 INFO O| Aug 12 21:00:48.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78572026-08-12T21:00:49.576Z[ recovery-image] Aug 12 21:00:48.292 INFO O| Aug 12 21:00:48.292 INFO STEP 871 (remove_files) COMPLETE
78582026-08-12T21:00:49.576Z[ recovery-image] Aug 12 21:00:48.292 INFO O| Aug 12 21:00:48.292 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-08-12T21:00:49.588Z[ recovery-image] Aug 12 21:00:48.303 INFO O| Aug 12 21:00:48.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78602026-08-12T21:00:49.588Z[ recovery-image] Aug 12 21:00:48.303 INFO O| Aug 12 21:00:48.303 INFO STEP 872 (remove_files) COMPLETE
78612026-08-12T21:00:49.588Z[ recovery-image] Aug 12 21:00:48.303 INFO O| Aug 12 21:00:48.303 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-08-12T21:00:49.598Z[ recovery-image] Aug 12 21:00:48.314 INFO O| Aug 12 21:00:48.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78632026-08-12T21:00:49.598Z[ recovery-image] Aug 12 21:00:48.314 INFO O| Aug 12 21:00:48.314 INFO STEP 873 (remove_files) COMPLETE
78642026-08-12T21:00:49.598Z[ recovery-image] Aug 12 21:00:48.314 INFO O| Aug 12 21:00:48.314 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-08-12T21:00:49.609Z[ recovery-image] Aug 12 21:00:48.323 INFO O| Aug 12 21:00:48.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78662026-08-12T21:00:49.609Z[ recovery-image] Aug 12 21:00:48.323 INFO O| Aug 12 21:00:48.323 INFO STEP 874 (remove_files) COMPLETE
78672026-08-12T21:00:49.609Z[ recovery-image] Aug 12 21:00:48.323 INFO O| Aug 12 21:00:48.323 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-08-12T21:00:49.618Z[ recovery-image] Aug 12 21:00:48.333 INFO O| Aug 12 21:00:48.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78692026-08-12T21:00:49.618Z[ recovery-image] Aug 12 21:00:48.333 INFO O| Aug 12 21:00:48.333 INFO STEP 875 (remove_files) COMPLETE
78702026-08-12T21:00:49.618Z[ recovery-image] Aug 12 21:00:48.333 INFO O| Aug 12 21:00:48.333 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-08-12T21:00:49.626Z[ recovery-image] Aug 12 21:00:48.342 INFO O| Aug 12 21:00:48.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
78722026-08-12T21:00:49.626Z[ recovery-image] Aug 12 21:00:48.342 INFO O| Aug 12 21:00:48.342 INFO STEP 876 (remove_files) COMPLETE
78732026-08-12T21:00:49.626Z[ recovery-image] Aug 12 21:00:48.342 INFO O| Aug 12 21:00:48.342 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-08-12T21:00:49.635Z[ recovery-image] Aug 12 21:00:48.352 INFO O| Aug 12 21:00:48.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
78752026-08-12T21:00:49.635Z[ recovery-image] Aug 12 21:00:48.352 INFO O| Aug 12 21:00:48.352 INFO STEP 877 (remove_files) COMPLETE
78762026-08-12T21:00:49.635Z[ recovery-image] Aug 12 21:00:48.352 INFO O| Aug 12 21:00:48.352 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-08-12T21:00:49.645Z[ recovery-image] Aug 12 21:00:48.360 INFO O| Aug 12 21:00:48.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
78782026-08-12T21:00:49.645Z[ recovery-image] Aug 12 21:00:48.360 INFO O| Aug 12 21:00:48.360 INFO STEP 878 (remove_files) COMPLETE
78792026-08-12T21:00:49.645Z[ recovery-image] Aug 12 21:00:48.360 INFO O| Aug 12 21:00:48.360 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-08-12T21:00:49.659Z[ recovery-image] Aug 12 21:00:48.371 INFO O| Aug 12 21:00:48.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
78812026-08-12T21:00:49.659Z[ recovery-image] Aug 12 21:00:48.371 INFO O| Aug 12 21:00:48.371 INFO STEP 879 (remove_files) COMPLETE
78822026-08-12T21:00:49.659Z[ recovery-image] Aug 12 21:00:48.371 INFO O| Aug 12 21:00:48.371 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-08-12T21:00:49.667Z[ recovery-image] Aug 12 21:00:48.381 INFO O| Aug 12 21:00:48.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
78842026-08-12T21:00:49.667Z[ recovery-image] Aug 12 21:00:48.381 INFO O| Aug 12 21:00:48.381 INFO STEP 880 (remove_files) COMPLETE
78852026-08-12T21:00:49.667Z[ recovery-image] Aug 12 21:00:48.381 INFO O| Aug 12 21:00:48.381 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-08-12T21:00:49.673Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
78872026-08-12T21:00:49.678Z[ recovery-image] Aug 12 21:00:48.392 INFO O| Aug 12 21:00:48.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
78882026-08-12T21:00:49.678Z[ recovery-image] Aug 12 21:00:48.392 INFO O| Aug 12 21:00:48.392 INFO STEP 881 (remove_files) COMPLETE
78892026-08-12T21:00:49.679Z[ recovery-image] Aug 12 21:00:48.392 INFO O| Aug 12 21:00:48.392 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.403 INFO O| Aug 12 21:00:48.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
78912026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.403 INFO O| Aug 12 21:00:48.403 INFO STEP 882 (remove_files) COMPLETE
78922026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.403 INFO O| Aug 12 21:00:48.403 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.414 INFO O| Aug 12 21:00:48.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
78942026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.414 INFO O| Aug 12 21:00:48.414 INFO STEP 883 (remove_files) COMPLETE
78952026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.414 INFO O| Aug 12 21:00:48.414 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.425 INFO O| Aug 12 21:00:48.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
78972026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.425 INFO O| Aug 12 21:00:48.425 INFO STEP 884 (remove_files) COMPLETE
78982026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.425 INFO O| Aug 12 21:00:48.425 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.436 INFO O| Aug 12 21:00:48.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79002026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.436 INFO O| Aug 12 21:00:48.436 INFO STEP 885 (remove_files) COMPLETE
79012026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.436 INFO O| Aug 12 21:00:48.436 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.446 INFO O| Aug 12 21:00:48.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79032026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.446 INFO O| Aug 12 21:00:48.446 INFO STEP 886 (remove_files) COMPLETE
79042026-08-12T21:00:49.744Z[ recovery-image] Aug 12 21:00:48.446 INFO O| Aug 12 21:00:48.446 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-12T21:00:49.749Z[ recovery-image] Aug 12 21:00:48.456 INFO O| Aug 12 21:00:48.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79062026-08-12T21:00:49.749Z[ recovery-image] Aug 12 21:00:48.456 INFO O| Aug 12 21:00:48.456 INFO STEP 887 (remove_files) COMPLETE
79072026-08-12T21:00:49.749Z[ recovery-image] Aug 12 21:00:48.456 INFO O| Aug 12 21:00:48.456 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-08-12T21:00:49.754Z[ recovery-image] Aug 12 21:00:48.466 INFO O| Aug 12 21:00:48.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79092026-08-12T21:00:49.754Z[ recovery-image] Aug 12 21:00:48.466 INFO O| Aug 12 21:00:48.466 INFO STEP 888 (remove_files) COMPLETE
79102026-08-12T21:00:49.754Z[ recovery-image] Aug 12 21:00:48.466 INFO O| Aug 12 21:00:48.466 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-08-12T21:00:49.772Z[ recovery-image] Aug 12 21:00:48.476 INFO O| Aug 12 21:00:48.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79122026-08-12T21:00:49.772Z[ recovery-image] Aug 12 21:00:48.476 INFO O| Aug 12 21:00:48.476 INFO STEP 889 (remove_files) COMPLETE
79132026-08-12T21:00:49.773Z[ recovery-image] Aug 12 21:00:48.476 INFO O| Aug 12 21:00:48.476 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-12T21:00:49.779Z[ recovery-image] Aug 12 21:00:48.485 INFO O| Aug 12 21:00:48.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79152026-08-12T21:00:49.780Z[ recovery-image] Aug 12 21:00:48.485 INFO O| Aug 12 21:00:48.485 INFO STEP 890 (remove_files) COMPLETE
79162026-08-12T21:00:49.780Z[ recovery-image] Aug 12 21:00:48.485 INFO O| Aug 12 21:00:48.485 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-12T21:00:49.792Z[ recovery-image] Aug 12 21:00:48.494 INFO O| Aug 12 21:00:48.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79182026-08-12T21:00:49.792Z[ recovery-image] Aug 12 21:00:48.495 INFO O| Aug 12 21:00:48.495 INFO STEP 891 (remove_files) COMPLETE
79192026-08-12T21:00:49.792Z[ recovery-image] Aug 12 21:00:48.495 INFO O| Aug 12 21:00:48.495 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-12T21:00:49.803Z[ recovery-image] Aug 12 21:00:48.506 INFO O| Aug 12 21:00:48.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79212026-08-12T21:00:49.803Z[ recovery-image] Aug 12 21:00:48.506 INFO O| Aug 12 21:00:48.506 INFO STEP 892 (remove_files) COMPLETE
79222026-08-12T21:00:49.803Z[ recovery-image] Aug 12 21:00:48.506 INFO O| Aug 12 21:00:48.506 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-12T21:00:49.807Z[ recovery-image] Aug 12 21:00:48.516 INFO O| Aug 12 21:00:48.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79242026-08-12T21:00:49.807Z[ recovery-image] Aug 12 21:00:48.516 INFO O| Aug 12 21:00:48.516 INFO STEP 893 (remove_files) COMPLETE
79252026-08-12T21:00:49.807Z[ recovery-image] Aug 12 21:00:48.516 INFO O| Aug 12 21:00:48.516 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-12T21:00:49.811Z[ recovery-image] Aug 12 21:00:48.525 INFO O| Aug 12 21:00:48.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79272026-08-12T21:00:49.811Z[ recovery-image] Aug 12 21:00:48.525 INFO O| Aug 12 21:00:48.525 INFO STEP 894 (remove_files) COMPLETE
79282026-08-12T21:00:49.812Z[ recovery-image] Aug 12 21:00:48.525 INFO O| Aug 12 21:00:48.525 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-12T21:00:49.828Z[ recovery-image] Aug 12 21:00:48.535 INFO O| Aug 12 21:00:48.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79302026-08-12T21:00:49.828Z[ recovery-image] Aug 12 21:00:48.535 INFO O| Aug 12 21:00:48.535 INFO STEP 895 (remove_files) COMPLETE
79312026-08-12T21:00:49.833Z[ recovery-image] Aug 12 21:00:48.535 INFO O| Aug 12 21:00:48.535 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-12T21:00:49.833Z[ recovery-image] Aug 12 21:00:48.544 INFO O| Aug 12 21:00:48.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79332026-08-12T21:00:49.833Z[ recovery-image] Aug 12 21:00:48.545 INFO O| Aug 12 21:00:48.545 INFO STEP 896 (remove_files) COMPLETE
79342026-08-12T21:00:49.833Z[ recovery-image] Aug 12 21:00:48.545 INFO O| Aug 12 21:00:48.545 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-12T21:00:49.846Z[ recovery-image] Aug 12 21:00:48.556 INFO O| Aug 12 21:00:48.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79362026-08-12T21:00:49.846Z[ recovery-image] Aug 12 21:00:48.556 INFO O| Aug 12 21:00:48.556 INFO STEP 897 (remove_files) COMPLETE
79372026-08-12T21:00:49.851Z[ recovery-image] Aug 12 21:00:48.556 INFO O| Aug 12 21:00:48.556 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-12T21:00:49.851Z[ recovery-image] Aug 12 21:00:48.567 INFO O| Aug 12 21:00:48.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79392026-08-12T21:00:49.852Z[ recovery-image] Aug 12 21:00:48.567 INFO O| Aug 12 21:00:48.567 INFO STEP 898 (remove_files) COMPLETE
79402026-08-12T21:00:49.852Z[ recovery-image] Aug 12 21:00:48.567 INFO O| Aug 12 21:00:48.567 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-12T21:00:49.865Z[ recovery-image] Aug 12 21:00:48.577 INFO O| Aug 12 21:00:48.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79422026-08-12T21:00:49.865Z[ recovery-image] Aug 12 21:00:48.577 INFO O| Aug 12 21:00:48.577 INFO STEP 899 (remove_files) COMPLETE
79432026-08-12T21:00:49.865Z[ recovery-image] Aug 12 21:00:48.577 INFO O| Aug 12 21:00:48.577 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-12T21:00:49.870Z[ recovery-image] Aug 12 21:00:48.587 INFO O| Aug 12 21:00:48.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79452026-08-12T21:00:49.870Z[ recovery-image] Aug 12 21:00:48.587 INFO O| Aug 12 21:00:48.587 INFO STEP 900 (remove_files) COMPLETE
79462026-08-12T21:00:49.883Z[ recovery-image] Aug 12 21:00:48.587 INFO O| Aug 12 21:00:48.587 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-12T21:00:49.887Z[ recovery-image] Aug 12 21:00:48.597 INFO O| Aug 12 21:00:48.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79482026-08-12T21:00:49.887Z[ recovery-image] Aug 12 21:00:48.597 INFO O| Aug 12 21:00:48.597 INFO STEP 901 (remove_files) COMPLETE
79492026-08-12T21:00:49.887Z[ recovery-image] Aug 12 21:00:48.597 INFO O| Aug 12 21:00:48.597 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-12T21:00:49.901Z[ recovery-image] Aug 12 21:00:48.606 INFO O| Aug 12 21:00:48.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79512026-08-12T21:00:49.901Z[ recovery-image] Aug 12 21:00:48.606 INFO O| Aug 12 21:00:48.606 INFO STEP 902 (remove_files) COMPLETE
79522026-08-12T21:00:49.901Z[ recovery-image] Aug 12 21:00:48.606 INFO O| Aug 12 21:00:48.606 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-12T21:00:49.904Z[ recovery-image] Aug 12 21:00:48.616 INFO O| Aug 12 21:00:48.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79542026-08-12T21:00:49.905Z[ recovery-image] Aug 12 21:00:48.617 INFO O| Aug 12 21:00:48.617 INFO STEP 903 (remove_files) COMPLETE
79552026-08-12T21:00:49.905Z[ recovery-image] Aug 12 21:00:48.617 INFO O| Aug 12 21:00:48.617 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-12T21:00:49.909Z[ recovery-image] Aug 12 21:00:48.626 INFO O| Aug 12 21:00:48.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79572026-08-12T21:00:49.909Z[ recovery-image] Aug 12 21:00:48.626 INFO O| Aug 12 21:00:48.626 INFO STEP 904 (remove_files) COMPLETE
79582026-08-12T21:00:49.909Z[ recovery-image] Aug 12 21:00:48.626 INFO O| Aug 12 21:00:48.626 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-12T21:00:49.923Z[ recovery-image] Aug 12 21:00:48.636 INFO O| Aug 12 21:00:48.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79602026-08-12T21:00:49.923Z[ recovery-image] Aug 12 21:00:48.636 INFO O| Aug 12 21:00:48.636 INFO STEP 905 (remove_files) COMPLETE
79612026-08-12T21:00:49.923Z[ recovery-image] Aug 12 21:00:48.636 INFO O| Aug 12 21:00:48.636 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-12T21:00:49.931Z[ recovery-image] Aug 12 21:00:48.647 INFO O| Aug 12 21:00:48.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79632026-08-12T21:00:49.931Z[ recovery-image] Aug 12 21:00:48.647 INFO O| Aug 12 21:00:48.647 INFO STEP 906 (remove_files) COMPLETE
79642026-08-12T21:00:49.931Z[ recovery-image] Aug 12 21:00:48.647 INFO O| Aug 12 21:00:48.647 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-12T21:00:49.952Z[ recovery-image] Aug 12 21:00:48.658 INFO O| Aug 12 21:00:48.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79662026-08-12T21:00:49.952Z[ recovery-image] Aug 12 21:00:48.658 INFO O| Aug 12 21:00:48.658 INFO STEP 907 (remove_files) COMPLETE
79672026-08-12T21:00:49.952Z[ recovery-image] Aug 12 21:00:48.658 INFO O| Aug 12 21:00:48.658 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-12T21:00:49.956Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
79692026-08-12T21:00:49.956Z[ recovery-image] Aug 12 21:00:48.669 INFO O| Aug 12 21:00:48.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79702026-08-12T21:00:49.956Z[ recovery-image] Aug 12 21:00:48.669 INFO O| Aug 12 21:00:48.669 INFO STEP 908 (remove_files) COMPLETE
79712026-08-12T21:00:49.956Z[ recovery-image] Aug 12 21:00:48.669 INFO O| Aug 12 21:00:48.669 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-12T21:00:49.976Z[ recovery-image] Aug 12 21:00:48.692 INFO O| Aug 12 21:00:48.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
79732026-08-12T21:00:49.976Z[ recovery-image] Aug 12 21:00:48.692 INFO O| Aug 12 21:00:48.692 INFO STEP 909 (remove_files) COMPLETE
79742026-08-12T21:00:49.976Z[ recovery-image] Aug 12 21:00:48.692 INFO O| Aug 12 21:00:48.692 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-08-12T21:00:49.985Z[ recovery-image] Aug 12 21:00:48.702 INFO O| Aug 12 21:00:48.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
79762026-08-12T21:00:49.985Z[ recovery-image] Aug 12 21:00:48.702 INFO O| Aug 12 21:00:48.702 INFO STEP 910 (remove_files) COMPLETE
79772026-08-12T21:00:49.989Z[ recovery-image] Aug 12 21:00:48.702 INFO O| Aug 12 21:00:48.702 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-08-12T21:00:49.997Z[ recovery-image] Aug 12 21:00:48.713 INFO O| Aug 12 21:00:48.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
79792026-08-12T21:00:49.998Z[ recovery-image] Aug 12 21:00:48.713 INFO O| Aug 12 21:00:48.713 INFO STEP 911 (remove_files) COMPLETE
79802026-08-12T21:00:49.998Z[ recovery-image] Aug 12 21:00:48.713 INFO O| Aug 12 21:00:48.713 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-08-12T21:00:50.009Z[ recovery-image] Aug 12 21:00:48.724 INFO O| Aug 12 21:00:48.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
79822026-08-12T21:00:50.009Z[ recovery-image] Aug 12 21:00:48.724 INFO O| Aug 12 21:00:48.724 INFO STEP 912 (remove_files) COMPLETE
79832026-08-12T21:00:50.012Z[ recovery-image] Aug 12 21:00:48.724 INFO O| Aug 12 21:00:48.724 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-08-12T21:00:50.017Z[ recovery-image] Aug 12 21:00:48.734 INFO O| Aug 12 21:00:48.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
79852026-08-12T21:00:50.017Z[ recovery-image] Aug 12 21:00:48.734 INFO O| Aug 12 21:00:48.734 INFO STEP 913 (remove_files) COMPLETE
79862026-08-12T21:00:50.017Z[ recovery-image] Aug 12 21:00:48.734 INFO O| Aug 12 21:00:48.734 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-08-12T21:00:50.025Z[ recovery-image] Aug 12 21:00:48.742 INFO O| Aug 12 21:00:48.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
79882026-08-12T21:00:50.029Z[ recovery-image] Aug 12 21:00:48.742 INFO O| Aug 12 21:00:48.742 INFO STEP 914 (remove_files) COMPLETE
79892026-08-12T21:00:50.029Z[ recovery-image] Aug 12 21:00:48.742 INFO O| Aug 12 21:00:48.742 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-08-12T21:00:50.036Z[ recovery-image] Aug 12 21:00:48.753 INFO O| Aug 12 21:00:48.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
79912026-08-12T21:00:50.036Z[ recovery-image] Aug 12 21:00:48.753 INFO O| Aug 12 21:00:48.753 INFO STEP 915 (remove_files) COMPLETE
79922026-08-12T21:00:50.039Z[ recovery-image] Aug 12 21:00:48.753 INFO O| Aug 12 21:00:48.753 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-08-12T21:00:50.046Z[ recovery-image] Aug 12 21:00:48.763 INFO O| Aug 12 21:00:48.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
79942026-08-12T21:00:50.050Z[ recovery-image] Aug 12 21:00:48.763 INFO O| Aug 12 21:00:48.763 INFO STEP 916 (remove_files) COMPLETE
79952026-08-12T21:00:50.050Z[ recovery-image] Aug 12 21:00:48.763 INFO O| Aug 12 21:00:48.763 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-08-12T21:00:50.057Z[ recovery-image] Aug 12 21:00:48.773 INFO O| Aug 12 21:00:48.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
79972026-08-12T21:00:50.057Z[ recovery-image] Aug 12 21:00:48.773 INFO O| Aug 12 21:00:48.773 INFO STEP 917 (remove_files) COMPLETE
79982026-08-12T21:00:50.057Z[ recovery-image] Aug 12 21:00:48.773 INFO O| Aug 12 21:00:48.773 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-08-12T21:00:50.068Z[ recovery-image] Aug 12 21:00:48.785 INFO O| Aug 12 21:00:48.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80002026-08-12T21:00:50.068Z[ recovery-image] Aug 12 21:00:48.785 INFO O| Aug 12 21:00:48.785 INFO STEP 918 (remove_files) COMPLETE
80012026-08-12T21:00:50.068Z[ recovery-image] Aug 12 21:00:48.785 INFO O| Aug 12 21:00:48.785 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-12T21:00:50.080Z[ recovery-image] Aug 12 21:00:48.797 INFO O| Aug 12 21:00:48.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80032026-08-12T21:00:50.080Z[ recovery-image] Aug 12 21:00:48.797 INFO O| Aug 12 21:00:48.797 INFO STEP 919 (remove_files) COMPLETE
80042026-08-12T21:00:50.080Z[ recovery-image] Aug 12 21:00:48.797 INFO O| Aug 12 21:00:48.797 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-12T21:00:50.097Z[ recovery-image] Aug 12 21:00:48.808 INFO O| Aug 12 21:00:48.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80062026-08-12T21:00:50.097Z[ recovery-image] Aug 12 21:00:48.808 INFO O| Aug 12 21:00:48.808 INFO STEP 920 (remove_files) COMPLETE
80072026-08-12T21:00:50.097Z[ recovery-image] Aug 12 21:00:48.808 INFO O| Aug 12 21:00:48.808 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-12T21:00:50.102Z[ recovery-image] Aug 12 21:00:48.819 INFO O| Aug 12 21:00:48.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80092026-08-12T21:00:50.102Z[ recovery-image] Aug 12 21:00:48.819 INFO O| Aug 12 21:00:48.819 INFO STEP 921 (remove_files) COMPLETE
80102026-08-12T21:00:50.102Z[ recovery-image] Aug 12 21:00:48.819 INFO O| Aug 12 21:00:48.819 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-12T21:00:50.113Z[ recovery-image] Aug 12 21:00:48.830 INFO O| Aug 12 21:00:48.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80122026-08-12T21:00:50.113Z[ recovery-image] Aug 12 21:00:48.830 INFO O| Aug 12 21:00:48.830 INFO STEP 922 (remove_files) COMPLETE
80132026-08-12T21:00:50.113Z[ recovery-image] Aug 12 21:00:48.830 INFO O| Aug 12 21:00:48.830 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-12T21:00:50.125Z[ recovery-image] Aug 12 21:00:48.841 INFO O| Aug 12 21:00:48.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80152026-08-12T21:00:50.125Z[ recovery-image] Aug 12 21:00:48.842 INFO O| Aug 12 21:00:48.842 INFO STEP 923 (remove_files) COMPLETE
80162026-08-12T21:00:50.128Z[ recovery-image] Aug 12 21:00:48.842 INFO O| Aug 12 21:00:48.842 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-12T21:00:50.137Z[ recovery-image] Aug 12 21:00:48.854 INFO O| Aug 12 21:00:48.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80182026-08-12T21:00:50.137Z[ recovery-image] Aug 12 21:00:48.854 INFO O| Aug 12 21:00:48.854 INFO STEP 924 (remove_files) COMPLETE
80192026-08-12T21:00:50.140Z[ recovery-image] Aug 12 21:00:48.854 INFO O| Aug 12 21:00:48.854 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-12T21:00:50.149Z[ recovery-image] Aug 12 21:00:48.865 INFO O| Aug 12 21:00:48.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80212026-08-12T21:00:50.149Z[ recovery-image] Aug 12 21:00:48.866 INFO O| Aug 12 21:00:48.866 INFO STEP 925 (remove_files) COMPLETE
80222026-08-12T21:00:50.149Z[ recovery-image] Aug 12 21:00:48.866 INFO O| Aug 12 21:00:48.866 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-12T21:00:50.161Z[ recovery-image] Aug 12 21:00:48.877 INFO O| Aug 12 21:00:48.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80242026-08-12T21:00:50.161Z[ recovery-image] Aug 12 21:00:48.877 INFO O| Aug 12 21:00:48.877 INFO STEP 926 (remove_files) COMPLETE
80252026-08-12T21:00:50.161Z[ recovery-image] Aug 12 21:00:48.877 INFO O| Aug 12 21:00:48.877 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-12T21:00:50.182Z[ recovery-image] Aug 12 21:00:48.889 INFO O| Aug 12 21:00:48.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80272026-08-12T21:00:50.184Z[ recovery-image] Aug 12 21:00:48.889 INFO O| Aug 12 21:00:48.889 INFO STEP 927 (remove_files) COMPLETE
80282026-08-12T21:00:50.184Z[ recovery-image] Aug 12 21:00:48.889 INFO O| Aug 12 21:00:48.889 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-12T21:00:50.190Z[ recovery-image] Aug 12 21:00:48.901 INFO O| Aug 12 21:00:48.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80302026-08-12T21:00:50.190Z[ recovery-image] Aug 12 21:00:48.901 INFO O| Aug 12 21:00:48.901 INFO STEP 928 (remove_files) COMPLETE
80312026-08-12T21:00:50.190Z[ recovery-image] Aug 12 21:00:48.901 INFO O| Aug 12 21:00:48.901 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-12T21:00:50.195Z[ recovery-image] Aug 12 21:00:48.912 INFO O| Aug 12 21:00:48.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80332026-08-12T21:00:50.195Z[ recovery-image] Aug 12 21:00:48.912 INFO O| Aug 12 21:00:48.912 INFO STEP 929 (remove_files) COMPLETE
80342026-08-12T21:00:50.196Z[ recovery-image] Aug 12 21:00:48.912 INFO O| Aug 12 21:00:48.912 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-12T21:00:50.207Z[ recovery-image] Aug 12 21:00:48.923 INFO O| Aug 12 21:00:48.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80362026-08-12T21:00:50.207Z[ recovery-image] Aug 12 21:00:48.923 INFO O| Aug 12 21:00:48.923 INFO STEP 930 (remove_files) COMPLETE
80372026-08-12T21:00:50.207Z[ recovery-image] Aug 12 21:00:48.923 INFO O| Aug 12 21:00:48.923 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-12T21:00:50.219Z[ recovery-image] Aug 12 21:00:48.936 INFO O| Aug 12 21:00:48.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80392026-08-12T21:00:50.219Z[ recovery-image] Aug 12 21:00:48.936 INFO O| Aug 12 21:00:48.936 INFO STEP 931 (remove_files) COMPLETE
80402026-08-12T21:00:50.222Z[ recovery-image] Aug 12 21:00:48.936 INFO O| Aug 12 21:00:48.936 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-12T21:00:50.231Z[ recovery-image] Aug 12 21:00:48.948 INFO O| Aug 12 21:00:48.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80422026-08-12T21:00:50.231Z[ recovery-image] Aug 12 21:00:48.948 INFO O| Aug 12 21:00:48.948 INFO STEP 932 (remove_files) COMPLETE
80432026-08-12T21:00:50.231Z[ recovery-image] Aug 12 21:00:48.948 INFO O| Aug 12 21:00:48.948 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-12T21:00:50.245Z[ recovery-image] Aug 12 21:00:48.959 INFO O| Aug 12 21:00:48.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80452026-08-12T21:00:50.246Z[ recovery-image] Aug 12 21:00:48.960 INFO O| Aug 12 21:00:48.960 INFO STEP 933 (remove_files) COMPLETE
80462026-08-12T21:00:50.246Z[ recovery-image] Aug 12 21:00:48.960 INFO O| Aug 12 21:00:48.960 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-12T21:00:50.255Z[ recovery-image] Aug 12 21:00:48.971 INFO O| Aug 12 21:00:48.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80482026-08-12T21:00:50.255Z[ recovery-image] Aug 12 21:00:48.971 INFO O| Aug 12 21:00:48.971 INFO STEP 934 (remove_files) COMPLETE
80492026-08-12T21:00:50.260Z[ recovery-image] Aug 12 21:00:48.971 INFO O| Aug 12 21:00:48.971 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-12T21:00:50.270Z[ recovery-image] Aug 12 21:00:48.983 INFO O| Aug 12 21:00:48.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80512026-08-12T21:00:50.276Z[ recovery-image] Aug 12 21:00:48.983 INFO O| Aug 12 21:00:48.983 INFO STEP 935 (remove_files) COMPLETE
80522026-08-12T21:00:50.276Z[ recovery-image] Aug 12 21:00:48.983 INFO O| Aug 12 21:00:48.983 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-12T21:00:50.284Z[ recovery-image] Aug 12 21:00:48.995 INFO O| Aug 12 21:00:48.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80542026-08-12T21:00:50.284Z[ recovery-image] Aug 12 21:00:48.995 INFO O| Aug 12 21:00:48.995 INFO STEP 936 (remove_files) COMPLETE
80552026-08-12T21:00:50.284Z[ recovery-image] Aug 12 21:00:48.995 INFO O| Aug 12 21:00:48.995 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-12T21:00:50.290Z[ recovery-image] Aug 12 21:00:49.007 INFO O| Aug 12 21:00:49.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80572026-08-12T21:00:50.290Z[ recovery-image] Aug 12 21:00:49.007 INFO O| Aug 12 21:00:49.007 INFO STEP 937 (remove_files) COMPLETE
80582026-08-12T21:00:50.298Z[ recovery-image] Aug 12 21:00:49.007 INFO O| Aug 12 21:00:49.007 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-12T21:00:50.299Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
80602026-08-12T21:00:50.302Z[ recovery-image] Aug 12 21:00:49.019 INFO O| Aug 12 21:00:49.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80612026-08-12T21:00:50.302Z[ recovery-image] Aug 12 21:00:49.019 INFO O| Aug 12 21:00:49.019 INFO STEP 938 (remove_files) COMPLETE
80622026-08-12T21:00:50.302Z[ recovery-image] Aug 12 21:00:49.019 INFO O| Aug 12 21:00:49.019 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-12T21:00:50.314Z[ recovery-image] Aug 12 21:00:49.031 INFO O| Aug 12 21:00:49.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80642026-08-12T21:00:50.314Z[ recovery-image] Aug 12 21:00:49.031 INFO O| Aug 12 21:00:49.031 INFO STEP 939 (remove_files) COMPLETE
80652026-08-12T21:00:50.314Z[ recovery-image] Aug 12 21:00:49.031 INFO O| Aug 12 21:00:49.031 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-12T21:00:50.325Z[verify-libraries] Compiling sync-ptr v0.1.4
80672026-08-12T21:00:50.330Z[ recovery-image] Aug 12 21:00:49.045 INFO O| Aug 12 21:00:49.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80682026-08-12T21:00:50.330Z[ recovery-image] Aug 12 21:00:49.045 INFO O| Aug 12 21:00:49.045 INFO STEP 940 (remove_files) COMPLETE
80692026-08-12T21:00:50.330Z[ recovery-image] Aug 12 21:00:49.046 INFO O| Aug 12 21:00:49.045 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-12T21:00:50.344Z[ recovery-image] Aug 12 21:00:49.060 INFO O| Aug 12 21:00:49.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
80712026-08-12T21:00:50.353Z[ recovery-image] Aug 12 21:00:49.063 INFO O| Aug 12 21:00:49.063 INFO STEP 941 (remove_files) COMPLETE
80722026-08-12T21:00:50.353Z[ recovery-image] Aug 12 21:00:49.063 INFO O| Aug 12 21:00:49.063 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-12T21:00:50.365Z[ recovery-image] Aug 12 21:00:49.082 INFO O| Aug 12 21:00:49.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
80742026-08-12T21:00:50.365Z[ recovery-image] Aug 12 21:00:49.082 INFO O| Aug 12 21:00:49.082 INFO STEP 942 (remove_files) COMPLETE
80752026-08-12T21:00:50.365Z[ recovery-image] Aug 12 21:00:49.082 INFO O| Aug 12 21:00:49.082 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-12T21:00:50.375Z[ recovery-image] Aug 12 21:00:49.092 INFO O| Aug 12 21:00:49.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
80772026-08-12T21:00:50.380Z[ recovery-image] Aug 12 21:00:49.093 INFO O| Aug 12 21:00:49.093 INFO STEP 943 (remove_files) COMPLETE
80782026-08-12T21:00:50.380Z[ recovery-image] Aug 12 21:00:49.093 INFO O| Aug 12 21:00:49.093 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-12T21:00:50.387Z[ recovery-image] Aug 12 21:00:49.104 INFO O| Aug 12 21:00:49.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
80802026-08-12T21:00:50.387Z[ recovery-image] Aug 12 21:00:49.104 INFO O| Aug 12 21:00:49.104 INFO STEP 944 (remove_files) COMPLETE
80812026-08-12T21:00:50.387Z[ recovery-image] Aug 12 21:00:49.104 INFO O| Aug 12 21:00:49.104 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-12T21:00:50.397Z[ recovery-image] Aug 12 21:00:49.114 INFO O| Aug 12 21:00:49.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
80832026-08-12T21:00:50.397Z[ recovery-image] Aug 12 21:00:49.114 INFO O| Aug 12 21:00:49.114 INFO STEP 945 (remove_files) COMPLETE
80842026-08-12T21:00:50.404Z[ recovery-image] Aug 12 21:00:49.114 INFO O| Aug 12 21:00:49.114 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-12T21:00:50.408Z[ recovery-image] Aug 12 21:00:49.125 INFO O| Aug 12 21:00:49.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
80862026-08-12T21:00:50.408Z[ recovery-image] Aug 12 21:00:49.125 INFO O| Aug 12 21:00:49.125 INFO STEP 946 (remove_files) COMPLETE
80872026-08-12T21:00:50.408Z[ recovery-image] Aug 12 21:00:49.125 INFO O| Aug 12 21:00:49.125 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-12T21:00:50.418Z[ recovery-image] Aug 12 21:00:49.134 INFO O| Aug 12 21:00:49.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
80892026-08-12T21:00:50.418Z[ recovery-image] Aug 12 21:00:49.135 INFO O| Aug 12 21:00:49.135 INFO STEP 947 (remove_files) COMPLETE
80902026-08-12T21:00:50.421Z[ recovery-image] Aug 12 21:00:49.135 INFO O| Aug 12 21:00:49.135 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-12T21:00:50.429Z[ recovery-image] Aug 12 21:00:49.146 INFO O| Aug 12 21:00:49.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
80922026-08-12T21:00:50.429Z[ recovery-image] Aug 12 21:00:49.146 INFO O| Aug 12 21:00:49.146 INFO STEP 948 (remove_files) COMPLETE
80932026-08-12T21:00:50.429Z[ recovery-image] Aug 12 21:00:49.146 INFO O| Aug 12 21:00:49.146 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-12T21:00:50.441Z[ recovery-image] Aug 12 21:00:49.158 INFO O| Aug 12 21:00:49.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
80952026-08-12T21:00:50.441Z[ recovery-image] Aug 12 21:00:49.158 INFO O| Aug 12 21:00:49.158 INFO STEP 949 (remove_files) COMPLETE
80962026-08-12T21:00:50.441Z[ recovery-image] Aug 12 21:00:49.158 INFO O| Aug 12 21:00:49.158 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-12T21:00:50.451Z[ recovery-image] Aug 12 21:00:49.168 INFO O| Aug 12 21:00:49.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
80982026-08-12T21:00:50.451Z[ recovery-image] Aug 12 21:00:49.168 INFO O| Aug 12 21:00:49.168 INFO STEP 950 (remove_files) COMPLETE
80992026-08-12T21:00:50.451Z[ recovery-image] Aug 12 21:00:49.168 INFO O| Aug 12 21:00:49.168 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-12T21:00:50.474Z[ recovery-image] Aug 12 21:00:49.181 INFO O| Aug 12 21:00:49.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81012026-08-12T21:00:50.474Z[ recovery-image] Aug 12 21:00:49.181 INFO O| Aug 12 21:00:49.181 INFO STEP 951 (remove_files) COMPLETE
81022026-08-12T21:00:50.474Z[ recovery-image] Aug 12 21:00:49.181 INFO O| Aug 12 21:00:49.181 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-12T21:00:50.480Z[ recovery-image] Aug 12 21:00:49.193 INFO O| Aug 12 21:00:49.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81042026-08-12T21:00:50.481Z[ recovery-image] Aug 12 21:00:49.193 INFO O| Aug 12 21:00:49.193 INFO STEP 952 (remove_files) COMPLETE
81052026-08-12T21:00:50.481Z[ recovery-image] Aug 12 21:00:49.193 INFO O| Aug 12 21:00:49.193 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-12T21:00:50.487Z[ recovery-image] Aug 12 21:00:49.204 INFO O| Aug 12 21:00:49.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81072026-08-12T21:00:50.487Z[ recovery-image] Aug 12 21:00:49.204 INFO O| Aug 12 21:00:49.204 INFO STEP 953 (remove_files) COMPLETE
81082026-08-12T21:00:50.491Z[ recovery-image] Aug 12 21:00:49.204 INFO O| Aug 12 21:00:49.204 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-12T21:00:50.501Z[ recovery-image] Aug 12 21:00:49.214 INFO O| Aug 12 21:00:49.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81102026-08-12T21:00:50.502Z[ recovery-image] Aug 12 21:00:49.214 INFO O| Aug 12 21:00:49.214 INFO STEP 954 (remove_files) COMPLETE
81112026-08-12T21:00:50.502Z[ recovery-image] Aug 12 21:00:49.214 INFO O| Aug 12 21:00:49.214 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-12T21:00:50.508Z[ recovery-image] Aug 12 21:00:49.225 INFO O| Aug 12 21:00:49.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81132026-08-12T21:00:50.508Z[ recovery-image] Aug 12 21:00:49.225 INFO O| Aug 12 21:00:49.225 INFO STEP 955 (remove_files) COMPLETE
81142026-08-12T21:00:50.508Z[ recovery-image] Aug 12 21:00:49.225 INFO O| Aug 12 21:00:49.225 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-12T21:00:50.526Z[ recovery-image] Aug 12 21:00:49.236 INFO O| Aug 12 21:00:49.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81162026-08-12T21:00:50.526Z[ recovery-image] Aug 12 21:00:49.236 INFO O| Aug 12 21:00:49.236 INFO STEP 956 (remove_files) COMPLETE
81172026-08-12T21:00:50.526Z[ recovery-image] Aug 12 21:00:49.236 INFO O| Aug 12 21:00:49.236 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-12T21:00:50.532Z[ recovery-image] Aug 12 21:00:49.246 INFO O| Aug 12 21:00:49.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81192026-08-12T21:00:50.532Z[ recovery-image] Aug 12 21:00:49.246 INFO O| Aug 12 21:00:49.246 INFO STEP 957 (remove_files) COMPLETE
81202026-08-12T21:00:50.532Z[ recovery-image] Aug 12 21:00:49.246 INFO O| Aug 12 21:00:49.246 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-12T21:00:50.541Z[ recovery-image] Aug 12 21:00:49.257 INFO O| Aug 12 21:00:49.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81222026-08-12T21:00:50.541Z[ recovery-image] Aug 12 21:00:49.257 INFO O| Aug 12 21:00:49.257 INFO STEP 958 (remove_files) COMPLETE
81232026-08-12T21:00:50.541Z[ recovery-image] Aug 12 21:00:49.257 INFO O| Aug 12 21:00:49.257 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-12T21:00:50.553Z[ recovery-image] Aug 12 21:00:49.268 INFO O| Aug 12 21:00:49.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81252026-08-12T21:00:50.553Z[ recovery-image] Aug 12 21:00:49.268 INFO O| Aug 12 21:00:49.268 INFO STEP 959 (remove_files) COMPLETE
81262026-08-12T21:00:50.553Z[ recovery-image] Aug 12 21:00:49.268 INFO O| Aug 12 21:00:49.268 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-12T21:00:50.563Z[ recovery-image] Aug 12 21:00:49.279 INFO O| Aug 12 21:00:49.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81282026-08-12T21:00:50.563Z[ recovery-image] Aug 12 21:00:49.279 INFO O| Aug 12 21:00:49.279 INFO STEP 960 (remove_files) COMPLETE
81292026-08-12T21:00:50.563Z[ recovery-image] Aug 12 21:00:49.279 INFO O| Aug 12 21:00:49.279 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-12T21:00:50.573Z[ recovery-image] Aug 12 21:00:49.290 INFO O| Aug 12 21:00:49.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81312026-08-12T21:00:50.573Z[ recovery-image] Aug 12 21:00:49.290 INFO O| Aug 12 21:00:49.290 INFO STEP 961 (remove_files) COMPLETE
81322026-08-12T21:00:50.573Z[ recovery-image] Aug 12 21:00:49.290 INFO O| Aug 12 21:00:49.290 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-12T21:00:50.579Z[verify-libraries] Compiling seq-macro v0.3.6
81342026-08-12T21:00:50.585Z[ recovery-image] Aug 12 21:00:49.302 INFO O| Aug 12 21:00:49.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81352026-08-12T21:00:50.585Z[ recovery-image] Aug 12 21:00:49.302 INFO O| Aug 12 21:00:49.302 INFO STEP 962 (remove_files) COMPLETE
81362026-08-12T21:00:50.589Z[ recovery-image] Aug 12 21:00:49.302 INFO O| Aug 12 21:00:49.302 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-12T21:00:50.597Z[ recovery-image] Aug 12 21:00:49.314 INFO O| Aug 12 21:00:49.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81382026-08-12T21:00:50.597Z[ recovery-image] Aug 12 21:00:49.314 INFO O| Aug 12 21:00:49.314 INFO STEP 963 (remove_files) COMPLETE
81392026-08-12T21:00:50.601Z[ recovery-image] Aug 12 21:00:49.314 INFO O| Aug 12 21:00:49.314 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-08-12T21:00:50.608Z[ recovery-image] Aug 12 21:00:49.326 INFO O| Aug 12 21:00:49.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81412026-08-12T21:00:50.609Z[ recovery-image] Aug 12 21:00:49.326 INFO O| Aug 12 21:00:49.326 INFO STEP 964 (remove_files) COMPLETE
81422026-08-12T21:00:50.609Z[ recovery-image] Aug 12 21:00:49.326 INFO O| Aug 12 21:00:49.326 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-12T21:00:50.619Z[ recovery-image] Aug 12 21:00:49.336 INFO O| Aug 12 21:00:49.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81442026-08-12T21:00:50.619Z[ recovery-image] Aug 12 21:00:49.336 INFO O| Aug 12 21:00:49.336 INFO STEP 965 (remove_files) COMPLETE
81452026-08-12T21:00:50.619Z[ recovery-image] Aug 12 21:00:49.336 INFO O| Aug 12 21:00:49.336 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-12T21:00:50.631Z[ recovery-image] Aug 12 21:00:49.347 INFO O| Aug 12 21:00:49.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81472026-08-12T21:00:50.631Z[ recovery-image] Aug 12 21:00:49.348 INFO O| Aug 12 21:00:49.347 INFO STEP 966 (remove_files) COMPLETE
81482026-08-12T21:00:50.631Z[ recovery-image] Aug 12 21:00:49.348 INFO O| Aug 12 21:00:49.348 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-12T21:00:50.641Z[ recovery-image] Aug 12 21:00:49.358 INFO O| Aug 12 21:00:49.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81502026-08-12T21:00:50.641Z[ recovery-image] Aug 12 21:00:49.358 INFO O| Aug 12 21:00:49.358 INFO STEP 967 (remove_files) COMPLETE
81512026-08-12T21:00:50.642Z[ recovery-image] Aug 12 21:00:49.358 INFO O| Aug 12 21:00:49.358 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-12T21:00:50.652Z[ recovery-image] Aug 12 21:00:49.369 INFO O| Aug 12 21:00:49.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81532026-08-12T21:00:50.652Z[ recovery-image] Aug 12 21:00:49.369 INFO O| Aug 12 21:00:49.369 INFO STEP 968 (remove_files) COMPLETE
81542026-08-12T21:00:50.655Z[ recovery-image] Aug 12 21:00:49.369 INFO O| Aug 12 21:00:49.369 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-12T21:00:50.663Z[ recovery-image] Aug 12 21:00:49.380 INFO O| Aug 12 21:00:49.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81562026-08-12T21:00:50.663Z[ recovery-image] Aug 12 21:00:49.380 INFO O| Aug 12 21:00:49.380 INFO STEP 969 (remove_files) COMPLETE
81572026-08-12T21:00:50.668Z[ recovery-image] Aug 12 21:00:49.380 INFO O| Aug 12 21:00:49.380 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-12T21:00:50.674Z[ recovery-image] Aug 12 21:00:49.391 INFO O| Aug 12 21:00:49.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81592026-08-12T21:00:50.674Z[ recovery-image] Aug 12 21:00:49.391 INFO O| Aug 12 21:00:49.391 INFO STEP 970 (remove_files) COMPLETE
81602026-08-12T21:00:50.674Z[ recovery-image] Aug 12 21:00:49.391 INFO O| Aug 12 21:00:49.391 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-12T21:00:50.686Z[ recovery-image] Aug 12 21:00:49.402 INFO O| Aug 12 21:00:49.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81622026-08-12T21:00:50.695Z[ recovery-image] Aug 12 21:00:49.402 INFO O| Aug 12 21:00:49.402 INFO STEP 971 (remove_files) COMPLETE
81632026-08-12T21:00:50.695Z[ recovery-image] Aug 12 21:00:49.402 INFO O| Aug 12 21:00:49.402 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-12T21:00:50.703Z[ recovery-image] Aug 12 21:00:49.413 INFO O| Aug 12 21:00:49.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81652026-08-12T21:00:50.703Z[ recovery-image] Aug 12 21:00:49.413 INFO O| Aug 12 21:00:49.413 INFO STEP 972 (remove_files) COMPLETE
81662026-08-12T21:00:50.703Z[ recovery-image] Aug 12 21:00:49.413 INFO O| Aug 12 21:00:49.413 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-12T21:00:50.708Z[ recovery-image] Aug 12 21:00:49.423 INFO O| Aug 12 21:00:49.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81682026-08-12T21:00:50.708Z[ recovery-image] Aug 12 21:00:49.423 INFO O| Aug 12 21:00:49.423 INFO STEP 973 (remove_files) COMPLETE
81692026-08-12T21:00:50.708Z[ recovery-image] Aug 12 21:00:49.423 INFO O| Aug 12 21:00:49.423 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-12T21:00:50.718Z[ recovery-image] Aug 12 21:00:49.433 INFO O| Aug 12 21:00:49.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
81712026-08-12T21:00:50.718Z[ recovery-image] Aug 12 21:00:49.433 INFO O| Aug 12 21:00:49.433 INFO STEP 974 (remove_files) COMPLETE
81722026-08-12T21:00:50.718Z[ recovery-image] Aug 12 21:00:49.433 INFO O| Aug 12 21:00:49.433 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-12T21:00:50.729Z[ recovery-image] Aug 12 21:00:49.446 INFO O| Aug 12 21:00:49.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
81742026-08-12T21:00:50.729Z[ recovery-image] Aug 12 21:00:49.446 INFO O| Aug 12 21:00:49.446 INFO STEP 975 (remove_files) COMPLETE
81752026-08-12T21:00:50.744Z[ recovery-image] Aug 12 21:00:49.446 INFO O| Aug 12 21:00:49.446 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-12T21:00:50.744Z[ recovery-image] Aug 12 21:00:49.458 INFO O| Aug 12 21:00:49.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
81772026-08-12T21:00:50.744Z[ recovery-image] Aug 12 21:00:49.458 INFO O| Aug 12 21:00:49.458 INFO STEP 976 (remove_files) COMPLETE
81782026-08-12T21:00:50.744Z[ recovery-image] Aug 12 21:00:49.458 INFO O| Aug 12 21:00:49.458 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-12T21:00:50.758Z[ recovery-image] Aug 12 21:00:49.471 INFO O| Aug 12 21:00:49.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
81802026-08-12T21:00:50.759Z[ recovery-image] Aug 12 21:00:49.471 INFO O| Aug 12 21:00:49.471 INFO STEP 977 (remove_files) COMPLETE
81812026-08-12T21:00:50.759Z[ recovery-image] Aug 12 21:00:49.471 INFO O| Aug 12 21:00:49.471 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-12T21:00:50.766Z[ recovery-image] Aug 12 21:00:49.482 INFO O| Aug 12 21:00:49.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
81832026-08-12T21:00:50.766Z[ recovery-image] Aug 12 21:00:49.482 INFO O| Aug 12 21:00:49.482 INFO STEP 978 (remove_files) COMPLETE
81842026-08-12T21:00:50.766Z[ recovery-image] Aug 12 21:00:49.482 INFO O| Aug 12 21:00:49.482 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-12T21:00:50.779Z[ recovery-image] Aug 12 21:00:49.494 INFO O| Aug 12 21:00:49.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
81862026-08-12T21:00:50.779Z[ recovery-image] Aug 12 21:00:49.494 INFO O| Aug 12 21:00:49.494 INFO STEP 979 (remove_files) COMPLETE
81872026-08-12T21:00:50.779Z[ recovery-image] Aug 12 21:00:49.494 INFO O| Aug 12 21:00:49.494 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-08-12T21:00:50.790Z[ recovery-image] Aug 12 21:00:49.506 INFO O| Aug 12 21:00:49.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
81892026-08-12T21:00:50.790Z[ recovery-image] Aug 12 21:00:49.507 INFO O| Aug 12 21:00:49.507 INFO STEP 980 (remove_files) COMPLETE
81902026-08-12T21:00:50.790Z[ recovery-image] Aug 12 21:00:49.507 INFO O| Aug 12 21:00:49.507 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-08-12T21:00:50.809Z[ recovery-image] Aug 12 21:00:49.517 INFO O| Aug 12 21:00:49.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
81922026-08-12T21:00:50.809Z[ recovery-image] Aug 12 21:00:49.517 INFO O| Aug 12 21:00:49.517 INFO STEP 981 (remove_files) COMPLETE
81932026-08-12T21:00:50.809Z[ recovery-image] Aug 12 21:00:49.517 INFO O| Aug 12 21:00:49.517 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-08-12T21:00:50.818Z[ recovery-image] Aug 12 21:00:49.527 INFO O| Aug 12 21:00:49.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
81952026-08-12T21:00:50.819Z[ recovery-image] Aug 12 21:00:49.527 INFO O| Aug 12 21:00:49.527 INFO STEP 982 (remove_files) COMPLETE
81962026-08-12T21:00:50.819Z[ recovery-image] Aug 12 21:00:49.527 INFO O| Aug 12 21:00:49.527 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-08-12T21:00:50.828Z[ recovery-image] Aug 12 21:00:49.537 INFO O| Aug 12 21:00:49.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
81982026-08-12T21:00:50.828Z[ recovery-image] Aug 12 21:00:49.537 INFO O| Aug 12 21:00:49.537 INFO STEP 983 (remove_files) COMPLETE
81992026-08-12T21:00:50.828Z[ recovery-image] Aug 12 21:00:49.537 INFO O| Aug 12 21:00:49.537 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-08-12T21:00:50.832Z[ recovery-image] Aug 12 21:00:49.546 INFO O| Aug 12 21:00:49.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82012026-08-12T21:00:50.832Z[ recovery-image] Aug 12 21:00:49.546 INFO O| Aug 12 21:00:49.546 INFO STEP 984 (remove_files) COMPLETE
82022026-08-12T21:00:50.832Z[ recovery-image] Aug 12 21:00:49.546 INFO O| Aug 12 21:00:49.546 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-08-12T21:00:50.847Z[ recovery-image] Aug 12 21:00:49.556 INFO O| Aug 12 21:00:49.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82042026-08-12T21:00:50.847Z[ recovery-image] Aug 12 21:00:49.556 INFO O| Aug 12 21:00:49.556 INFO STEP 985 (remove_files) COMPLETE
82052026-08-12T21:00:50.847Z[ recovery-image] Aug 12 21:00:49.556 INFO O| Aug 12 21:00:49.556 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-12T21:00:50.856Z[ recovery-image] Aug 12 21:00:49.568 INFO O| Aug 12 21:00:49.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82072026-08-12T21:00:50.856Z[ recovery-image] Aug 12 21:00:49.568 INFO O| Aug 12 21:00:49.568 INFO STEP 986 (remove_files) COMPLETE
82082026-08-12T21:00:50.856Z[ recovery-image] Aug 12 21:00:49.568 INFO O| Aug 12 21:00:49.568 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-12T21:00:50.884Z[ recovery-image] Aug 12 21:00:49.579 INFO O| Aug 12 21:00:49.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82102026-08-12T21:00:50.884Z[ recovery-image] Aug 12 21:00:49.579 INFO O| Aug 12 21:00:49.579 INFO STEP 987 (remove_files) COMPLETE
82112026-08-12T21:00:50.884Z[ recovery-image] Aug 12 21:00:49.579 INFO O| Aug 12 21:00:49.579 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-12T21:00:50.899Z[ recovery-image] Aug 12 21:00:49.590 INFO O| Aug 12 21:00:49.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82132026-08-12T21:00:50.900Z[ recovery-image] Aug 12 21:00:49.590 INFO O| Aug 12 21:00:49.590 INFO STEP 988 (remove_files) COMPLETE
82142026-08-12T21:00:50.900Z[ recovery-image] Aug 12 21:00:49.590 INFO O| Aug 12 21:00:49.590 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-12T21:00:50.900Z[ recovery-image] Aug 12 21:00:49.600 INFO O| Aug 12 21:00:49.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82162026-08-12T21:00:50.900Z[ recovery-image] Aug 12 21:00:49.600 INFO O| Aug 12 21:00:49.600 INFO STEP 989 (remove_files) COMPLETE
82172026-08-12T21:00:50.900Z[ recovery-image] Aug 12 21:00:49.600 INFO O| Aug 12 21:00:49.600 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-12T21:00:50.909Z[ recovery-image] Aug 12 21:00:49.612 INFO O| Aug 12 21:00:49.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82192026-08-12T21:00:50.909Z[ recovery-image] Aug 12 21:00:49.612 INFO O| Aug 12 21:00:49.612 INFO STEP 990 (remove_files) COMPLETE
82202026-08-12T21:00:50.909Z[ recovery-image] Aug 12 21:00:49.612 INFO O| Aug 12 21:00:49.612 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-12T21:00:50.909Z[ recovery-image] Aug 12 21:00:49.623 INFO O| Aug 12 21:00:49.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82222026-08-12T21:00:50.909Z[ recovery-image] Aug 12 21:00:49.623 INFO O| Aug 12 21:00:49.623 INFO STEP 991 (remove_files) COMPLETE
82232026-08-12T21:00:50.909Z[ recovery-image] Aug 12 21:00:49.623 INFO O| Aug 12 21:00:49.623 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-12T21:00:50.927Z[ recovery-image] Aug 12 21:00:49.634 INFO O| Aug 12 21:00:49.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82252026-08-12T21:00:50.927Z[ recovery-image] Aug 12 21:00:49.634 INFO O| Aug 12 21:00:49.634 INFO STEP 992 (remove_files) COMPLETE
82262026-08-12T21:00:50.927Z[ recovery-image] Aug 12 21:00:49.634 INFO O| Aug 12 21:00:49.634 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-12T21:00:51.353Z[ recovery-image] Aug 12 21:00:49.644 INFO O| Aug 12 21:00:49.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82282026-08-12T21:00:51.353Z[ recovery-image] Aug 12 21:00:49.644 INFO O| Aug 12 21:00:49.644 INFO STEP 993 (remove_files) COMPLETE
82292026-08-12T21:00:51.353Z[ recovery-image] Aug 12 21:00:49.644 INFO O| Aug 12 21:00:49.644 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.655 INFO O| Aug 12 21:00:49.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82312026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.655 INFO O| Aug 12 21:00:49.655 INFO STEP 994 (remove_files) COMPLETE
82322026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.655 INFO O| Aug 12 21:00:49.655 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.666 INFO O| Aug 12 21:00:49.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82342026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.666 INFO O| Aug 12 21:00:49.666 INFO STEP 995 (remove_files) COMPLETE
82352026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.666 INFO O| Aug 12 21:00:49.666 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.677 INFO O| Aug 12 21:00:49.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82372026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.677 INFO O| Aug 12 21:00:49.677 INFO STEP 996 (remove_files) COMPLETE
82382026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.677 INFO O| Aug 12 21:00:49.677 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.687 INFO O| Aug 12 21:00:49.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82402026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.687 INFO O| Aug 12 21:00:49.687 INFO STEP 997 (remove_files) COMPLETE
82412026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.687 INFO O| Aug 12 21:00:49.687 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.698 INFO O| Aug 12 21:00:49.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82432026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.698 INFO O| Aug 12 21:00:49.698 INFO STEP 998 (remove_files) COMPLETE
82442026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.698 INFO O| Aug 12 21:00:49.698 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.709 INFO O| Aug 12 21:00:49.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82462026-08-12T21:00:51.361Z[ recovery-image] Aug 12 21:00:49.709 INFO O| Aug 12 21:00:49.709 INFO STEP 999 (remove_files) COMPLETE
82472026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.709 INFO O| Aug 12 21:00:49.709 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.720 INFO O| Aug 12 21:00:49.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82492026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.720 INFO O| Aug 12 21:00:49.720 INFO STEP 1000 (remove_files) COMPLETE
82502026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.720 INFO O| Aug 12 21:00:49.720 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.731 INFO O| Aug 12 21:00:49.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82522026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.731 INFO O| Aug 12 21:00:49.731 INFO STEP 1001 (remove_files) COMPLETE
82532026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.731 INFO O| Aug 12 21:00:49.731 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.742 INFO O| Aug 12 21:00:49.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82552026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.742 INFO O| Aug 12 21:00:49.742 INFO STEP 1002 (remove_files) COMPLETE
82562026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.742 INFO O| Aug 12 21:00:49.742 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.752 INFO O| Aug 12 21:00:49.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82582026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.752 INFO O| Aug 12 21:00:49.752 INFO STEP 1003 (remove_files) COMPLETE
82592026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.752 INFO O| Aug 12 21:00:49.752 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.763 INFO O| Aug 12 21:00:49.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82612026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.763 INFO O| Aug 12 21:00:49.763 INFO STEP 1004 (remove_files) COMPLETE
82622026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.763 INFO O| Aug 12 21:00:49.763 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.774 INFO O| Aug 12 21:00:49.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82642026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.774 INFO O| Aug 12 21:00:49.774 INFO STEP 1005 (remove_files) COMPLETE
82652026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.774 INFO O| Aug 12 21:00:49.774 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.785 INFO O| Aug 12 21:00:49.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82672026-08-12T21:00:51.362Z[ recovery-image] Aug 12 21:00:49.785 INFO O| Aug 12 21:00:49.785 INFO STEP 1006 (remove_files) COMPLETE
82682026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.785 INFO O| Aug 12 21:00:49.785 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.796 INFO O| Aug 12 21:00:49.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
82702026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.796 INFO O| Aug 12 21:00:49.796 INFO STEP 1007 (remove_files) COMPLETE
82712026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.796 INFO O| Aug 12 21:00:49.796 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.808 INFO O| Aug 12 21:00:49.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
82732026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.808 INFO O| Aug 12 21:00:49.808 INFO STEP 1008 (remove_files) COMPLETE
82742026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.808 INFO O| Aug 12 21:00:49.808 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.818 INFO O| Aug 12 21:00:49.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
82762026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.818 INFO O| Aug 12 21:00:49.818 INFO STEP 1009 (remove_files) COMPLETE
82772026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.818 INFO O| Aug 12 21:00:49.818 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.827 INFO O| Aug 12 21:00:49.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
82792026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.827 INFO O| Aug 12 21:00:49.827 INFO STEP 1010 (remove_files) COMPLETE
82802026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.827 INFO O| Aug 12 21:00:49.827 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.836 INFO O| Aug 12 21:00:49.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
82822026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.836 INFO O| Aug 12 21:00:49.836 INFO STEP 1011 (remove_files) COMPLETE
82832026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.836 INFO O| Aug 12 21:00:49.836 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.845 INFO O| Aug 12 21:00:49.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
82852026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.845 INFO O| Aug 12 21:00:49.845 INFO STEP 1012 (remove_files) COMPLETE
82862026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.845 INFO O| Aug 12 21:00:49.845 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.854 INFO O| Aug 12 21:00:49.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
82882026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.854 INFO O| Aug 12 21:00:49.854 INFO STEP 1013 (remove_files) COMPLETE
82892026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.854 INFO O| Aug 12 21:00:49.854 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.866 INFO O| Aug 12 21:00:49.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
82912026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.866 INFO O| Aug 12 21:00:49.866 INFO STEP 1014 (remove_files) COMPLETE
82922026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.866 INFO O| Aug 12 21:00:49.866 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-12T21:00:51.363Z[verify-libraries] Compiling md5 v0.8.0
82942026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.877 INFO O| Aug 12 21:00:49.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
82952026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.877 INFO O| Aug 12 21:00:49.877 INFO STEP 1015 (remove_files) COMPLETE
82962026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.877 INFO O| Aug 12 21:00:49.877 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.888 INFO O| Aug 12 21:00:49.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
82982026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.888 INFO O| Aug 12 21:00:49.888 INFO STEP 1016 (remove_files) COMPLETE
82992026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.888 INFO O| Aug 12 21:00:49.888 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.898 INFO O| Aug 12 21:00:49.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83012026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.898 INFO O| Aug 12 21:00:49.898 INFO STEP 1017 (remove_files) COMPLETE
83022026-08-12T21:00:51.363Z[ recovery-image] Aug 12 21:00:49.898 INFO O| Aug 12 21:00:49.898 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.911 INFO O| Aug 12 21:00:49.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83042026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.911 INFO O| Aug 12 21:00:49.911 INFO STEP 1018 (remove_files) COMPLETE
83052026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.911 INFO O| Aug 12 21:00:49.911 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.923 INFO O| Aug 12 21:00:49.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83072026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.923 INFO O| Aug 12 21:00:49.923 INFO STEP 1019 (remove_files) COMPLETE
83082026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.923 INFO O| Aug 12 21:00:49.923 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-08-12T21:00:51.364Z[verify-libraries] Compiling hex-literal v1.1.0
83102026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.934 INFO O| Aug 12 21:00:49.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83112026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.934 INFO O| Aug 12 21:00:49.934 INFO STEP 1020 (remove_files) COMPLETE
83122026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.934 INFO O| Aug 12 21:00:49.934 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.944 INFO O| Aug 12 21:00:49.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83142026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.944 INFO O| Aug 12 21:00:49.944 INFO STEP 1021 (remove_files) COMPLETE
83152026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.944 INFO O| Aug 12 21:00:49.944 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.954 INFO O| Aug 12 21:00:49.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83172026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.954 INFO O| Aug 12 21:00:49.954 INFO STEP 1022 (remove_files) COMPLETE
83182026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.954 INFO O| Aug 12 21:00:49.954 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.964 INFO O| Aug 12 21:00:49.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83202026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.964 INFO O| Aug 12 21:00:49.964 INFO STEP 1023 (remove_files) COMPLETE
83212026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.964 INFO O| Aug 12 21:00:49.964 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.973 INFO O| Aug 12 21:00:49.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83232026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.973 INFO O| Aug 12 21:00:49.973 INFO STEP 1024 (remove_files) COMPLETE
83242026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.973 INFO O| Aug 12 21:00:49.973 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.982 INFO O| Aug 12 21:00:49.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83262026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.982 INFO O| Aug 12 21:00:49.982 INFO STEP 1025 (remove_files) COMPLETE
83272026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.982 INFO O| Aug 12 21:00:49.982 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.990 INFO O| Aug 12 21:00:49.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83292026-08-12T21:00:51.364Z[ recovery-image] Aug 12 21:00:49.990 INFO O| Aug 12 21:00:49.990 INFO STEP 1026 (remove_files) COMPLETE
83302026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:49.990 INFO O| Aug 12 21:00:49.990 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-12T21:00:51.369Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
83322026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:49.998 INFO O| Aug 12 21:00:49.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83332026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:49.998 INFO O| Aug 12 21:00:49.998 INFO STEP 1027 (remove_files) COMPLETE
83342026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:49.999 INFO O| Aug 12 21:00:49.998 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:50.008 INFO O| Aug 12 21:00:50.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83362026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:50.008 INFO O| Aug 12 21:00:50.008 INFO STEP 1028 (remove_files) COMPLETE
83372026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:50.008 INFO O| Aug 12 21:00:50.008 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:50.019 INFO O| Aug 12 21:00:50.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83392026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:50.019 INFO O| Aug 12 21:00:50.019 INFO STEP 1029 (remove_files) COMPLETE
83402026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:50.019 INFO O| Aug 12 21:00:50.019 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:50.030 INFO O| Aug 12 21:00:50.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83422026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:50.030 INFO O| Aug 12 21:00:50.030 INFO STEP 1030 (remove_files) COMPLETE
83432026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:50.030 INFO O| Aug 12 21:00:50.030 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:50.041 INFO O| Aug 12 21:00:50.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83452026-08-12T21:00:51.369Z[ recovery-image] Aug 12 21:00:50.041 INFO O| Aug 12 21:00:50.041 INFO STEP 1031 (remove_files) COMPLETE
83462026-08-12T21:00:51.370Z[ recovery-image] Aug 12 21:00:50.041 INFO O| Aug 12 21:00:50.041 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-12T21:00:51.370Z[ recovery-image] Aug 12 21:00:50.052 INFO O| Aug 12 21:00:50.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83482026-08-12T21:00:51.370Z[ recovery-image] Aug 12 21:00:50.052 INFO O| Aug 12 21:00:50.052 INFO STEP 1032 (remove_files) COMPLETE
83492026-08-12T21:00:51.370Z[ recovery-image] Aug 12 21:00:50.052 INFO O| Aug 12 21:00:50.052 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-12T21:00:51.370Z[ recovery-image] Aug 12 21:00:50.063 INFO O| Aug 12 21:00:50.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83512026-08-12T21:00:51.370Z[ recovery-image] Aug 12 21:00:50.063 INFO O| Aug 12 21:00:50.063 INFO STEP 1033 (remove_files) COMPLETE
83522026-08-12T21:00:51.370Z[ recovery-image] Aug 12 21:00:50.063 INFO O| Aug 12 21:00:50.063 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-12T21:00:51.370Z[ recovery-image] Aug 12 21:00:50.075 INFO O| Aug 12 21:00:50.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83542026-08-12T21:00:51.370Z[ recovery-image] Aug 12 21:00:50.075 INFO O| Aug 12 21:00:50.075 INFO STEP 1034 (remove_files) COMPLETE
83552026-08-12T21:00:51.370Z[ recovery-image] Aug 12 21:00:50.075 INFO O| Aug 12 21:00:50.075 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-12T21:00:51.373Z[ recovery-image] Aug 12 21:00:50.086 INFO O| Aug 12 21:00:50.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83572026-08-12T21:00:51.373Z[ recovery-image] Aug 12 21:00:50.086 INFO O| Aug 12 21:00:50.086 INFO STEP 1035 (remove_files) COMPLETE
83582026-08-12T21:00:51.373Z[ recovery-image] Aug 12 21:00:50.086 INFO O| Aug 12 21:00:50.086 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-12T21:00:51.380Z[ recovery-image] Aug 12 21:00:50.097 INFO O| Aug 12 21:00:50.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83602026-08-12T21:00:51.387Z[ recovery-image] Aug 12 21:00:50.097 INFO O| Aug 12 21:00:50.097 INFO STEP 1036 (remove_files) COMPLETE
83612026-08-12T21:00:51.387Z[ recovery-image] Aug 12 21:00:50.097 INFO O| Aug 12 21:00:50.097 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-12T21:00:51.387Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
83632026-08-12T21:00:51.397Z[ recovery-image] Aug 12 21:00:50.108 INFO O| Aug 12 21:00:50.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83642026-08-12T21:00:51.397Z[ recovery-image] Aug 12 21:00:50.108 INFO O| Aug 12 21:00:50.108 INFO STEP 1037 (remove_files) COMPLETE
83652026-08-12T21:00:51.411Z[ recovery-image] Aug 12 21:00:50.109 INFO O| Aug 12 21:00:50.108 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-12T21:00:51.411Z[ recovery-image] Aug 12 21:00:50.119 INFO O| Aug 12 21:00:50.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83672026-08-12T21:00:51.411Z[ recovery-image] Aug 12 21:00:50.119 INFO O| Aug 12 21:00:50.119 INFO STEP 1038 (remove_files) COMPLETE
83682026-08-12T21:00:51.411Z[ recovery-image] Aug 12 21:00:50.119 INFO O| Aug 12 21:00:50.119 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-12T21:00:51.417Z[ recovery-image] Aug 12 21:00:50.129 INFO O| Aug 12 21:00:50.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83702026-08-12T21:00:51.417Z[ recovery-image] Aug 12 21:00:50.129 INFO O| Aug 12 21:00:50.129 INFO STEP 1039 (remove_files) COMPLETE
83712026-08-12T21:00:51.417Z[ recovery-image] Aug 12 21:00:50.129 INFO O| Aug 12 21:00:50.129 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-12T21:00:51.424Z[ recovery-image] Aug 12 21:00:50.141 INFO O| Aug 12 21:00:50.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
83732026-08-12T21:00:51.424Z[ recovery-image] Aug 12 21:00:50.141 INFO O| Aug 12 21:00:50.141 INFO STEP 1040 (remove_files) COMPLETE
83742026-08-12T21:00:51.424Z[ recovery-image] Aug 12 21:00:50.141 INFO O| Aug 12 21:00:50.141 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-12T21:00:51.439Z[ recovery-image] Aug 12 21:00:50.151 INFO O| Aug 12 21:00:50.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
83762026-08-12T21:00:51.439Z[ recovery-image] Aug 12 21:00:50.151 INFO O| Aug 12 21:00:50.151 INFO STEP 1041 (remove_files) COMPLETE
83772026-08-12T21:00:51.439Z[ recovery-image] Aug 12 21:00:50.151 INFO O| Aug 12 21:00:50.151 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-12T21:00:51.445Z[ recovery-image] Aug 12 21:00:50.161 INFO O| Aug 12 21:00:50.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
83792026-08-12T21:00:51.445Z[ recovery-image] Aug 12 21:00:50.161 INFO O| Aug 12 21:00:50.161 INFO STEP 1042 (remove_files) COMPLETE
83802026-08-12T21:00:51.445Z[ recovery-image] Aug 12 21:00:50.161 INFO O| Aug 12 21:00:50.161 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-12T21:00:51.457Z[ recovery-image] Aug 12 21:00:50.172 INFO O| Aug 12 21:00:50.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
83822026-08-12T21:00:51.457Z[ recovery-image] Aug 12 21:00:50.172 INFO O| Aug 12 21:00:50.172 INFO STEP 1043 (remove_files) COMPLETE
83832026-08-12T21:00:51.457Z[ recovery-image] Aug 12 21:00:50.172 INFO O| Aug 12 21:00:50.172 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-12T21:00:51.469Z[ recovery-image] Aug 12 21:00:50.183 INFO O| Aug 12 21:00:50.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
83852026-08-12T21:00:51.469Z[ recovery-image] Aug 12 21:00:50.183 INFO O| Aug 12 21:00:50.183 INFO STEP 1044 (remove_files) COMPLETE
83862026-08-12T21:00:51.473Z[ recovery-image] Aug 12 21:00:50.183 INFO O| Aug 12 21:00:50.183 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-12T21:00:51.484Z[ recovery-image] Aug 12 21:00:50.193 INFO O| Aug 12 21:00:50.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
83882026-08-12T21:00:51.484Z[ recovery-image] Aug 12 21:00:50.193 INFO O| Aug 12 21:00:50.193 INFO STEP 1045 (remove_files) COMPLETE
83892026-08-12T21:00:51.484Z[ recovery-image] Aug 12 21:00:50.193 INFO O| Aug 12 21:00:50.193 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-12T21:00:51.487Z[ recovery-image] Aug 12 21:00:50.204 INFO O| Aug 12 21:00:50.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
83912026-08-12T21:00:51.487Z[ recovery-image] Aug 12 21:00:50.204 INFO O| Aug 12 21:00:50.204 INFO STEP 1046 (remove_files) COMPLETE
83922026-08-12T21:00:51.487Z[ recovery-image] Aug 12 21:00:50.204 INFO O| Aug 12 21:00:50.204 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-12T21:00:51.498Z[ recovery-image] Aug 12 21:00:50.215 INFO O| Aug 12 21:00:50.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
83942026-08-12T21:00:51.498Z[ recovery-image] Aug 12 21:00:50.215 INFO O| Aug 12 21:00:50.215 INFO STEP 1047 (remove_files) COMPLETE
83952026-08-12T21:00:51.498Z[ recovery-image] Aug 12 21:00:50.215 INFO O| Aug 12 21:00:50.215 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-12T21:00:51.509Z[ recovery-image] Aug 12 21:00:50.226 INFO O| Aug 12 21:00:50.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
83972026-08-12T21:00:51.509Z[ recovery-image] Aug 12 21:00:50.226 INFO O| Aug 12 21:00:50.226 INFO STEP 1048 (remove_files) COMPLETE
83982026-08-12T21:00:51.512Z[ recovery-image] Aug 12 21:00:50.226 INFO O| Aug 12 21:00:50.226 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-12T21:00:51.519Z[ recovery-image] Aug 12 21:00:50.236 INFO O| Aug 12 21:00:50.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84002026-08-12T21:00:51.519Z[ recovery-image] Aug 12 21:00:50.236 INFO O| Aug 12 21:00:50.236 INFO STEP 1049 (remove_files) COMPLETE
84012026-08-12T21:00:51.523Z[ recovery-image] Aug 12 21:00:50.236 INFO O| Aug 12 21:00:50.236 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-12T21:00:51.529Z[ recovery-image] Aug 12 21:00:50.246 INFO O| Aug 12 21:00:50.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84032026-08-12T21:00:51.529Z[ recovery-image] Aug 12 21:00:50.246 INFO O| Aug 12 21:00:50.246 INFO STEP 1050 (remove_files) COMPLETE
84042026-08-12T21:00:51.532Z[ recovery-image] Aug 12 21:00:50.246 INFO O| Aug 12 21:00:50.246 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-12T21:00:51.540Z[ recovery-image] Aug 12 21:00:50.257 INFO O| Aug 12 21:00:50.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84062026-08-12T21:00:51.541Z[ recovery-image] Aug 12 21:00:50.257 INFO O| Aug 12 21:00:50.257 INFO STEP 1051 (remove_files) COMPLETE
84072026-08-12T21:00:51.544Z[ recovery-image] Aug 12 21:00:50.257 INFO O| Aug 12 21:00:50.257 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-12T21:00:51.552Z[ recovery-image] Aug 12 21:00:50.269 INFO O| Aug 12 21:00:50.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84092026-08-12T21:00:51.552Z[ recovery-image] Aug 12 21:00:50.269 INFO O| Aug 12 21:00:50.269 INFO STEP 1052 (remove_files) COMPLETE
84102026-08-12T21:00:51.557Z[ recovery-image] Aug 12 21:00:50.269 INFO O| Aug 12 21:00:50.269 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-12T21:00:51.563Z[ recovery-image] Aug 12 21:00:50.280 INFO O| Aug 12 21:00:50.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84122026-08-12T21:00:51.563Z[ recovery-image] Aug 12 21:00:50.280 INFO O| Aug 12 21:00:50.280 INFO STEP 1053 (remove_files) COMPLETE
84132026-08-12T21:00:51.566Z[ recovery-image] Aug 12 21:00:50.280 INFO O| Aug 12 21:00:50.280 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-12T21:00:51.574Z[ recovery-image] Aug 12 21:00:50.289 INFO O| Aug 12 21:00:50.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84152026-08-12T21:00:51.574Z[ recovery-image] Aug 12 21:00:50.289 INFO O| Aug 12 21:00:50.289 INFO STEP 1054 (remove_files) COMPLETE
84162026-08-12T21:00:51.574Z[ recovery-image] Aug 12 21:00:50.289 INFO O| Aug 12 21:00:50.289 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-12T21:00:51.587Z[ recovery-image] Aug 12 21:00:50.301 INFO O| Aug 12 21:00:50.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84182026-08-12T21:00:51.587Z[ recovery-image] Aug 12 21:00:50.301 INFO O| Aug 12 21:00:50.301 INFO STEP 1055 (remove_files) COMPLETE
84192026-08-12T21:00:51.594Z[ recovery-image] Aug 12 21:00:50.301 INFO O| Aug 12 21:00:50.301 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-12T21:00:51.594Z[verify-libraries] Compiling russh v0.62.4
84212026-08-12T21:00:51.600Z[ recovery-image] Aug 12 21:00:50.312 INFO O| Aug 12 21:00:50.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84222026-08-12T21:00:51.600Z[ recovery-image] Aug 12 21:00:50.312 INFO O| Aug 12 21:00:50.312 INFO STEP 1056 (remove_files) COMPLETE
84232026-08-12T21:00:51.600Z[ recovery-image] Aug 12 21:00:50.312 INFO O| Aug 12 21:00:50.312 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-12T21:00:51.605Z[ recovery-image] Aug 12 21:00:50.322 INFO O| Aug 12 21:00:50.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84252026-08-12T21:00:51.606Z[ recovery-image] Aug 12 21:00:50.323 INFO O| Aug 12 21:00:50.323 INFO STEP 1057 (remove_files) COMPLETE
84262026-08-12T21:00:51.606Z[ recovery-image] Aug 12 21:00:50.323 INFO O| Aug 12 21:00:50.323 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-12T21:00:51.615Z[ recovery-image] Aug 12 21:00:50.332 INFO O| Aug 12 21:00:50.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84282026-08-12T21:00:51.615Z[ recovery-image] Aug 12 21:00:50.332 INFO O| Aug 12 21:00:50.332 INFO STEP 1058 (remove_files) COMPLETE
84292026-08-12T21:00:51.615Z[ recovery-image] Aug 12 21:00:50.332 INFO O| Aug 12 21:00:50.332 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-12T21:00:51.628Z[ recovery-image] Aug 12 21:00:50.345 INFO O| Aug 12 21:00:50.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84312026-08-12T21:00:51.628Z[ recovery-image] Aug 12 21:00:50.345 INFO O| Aug 12 21:00:50.345 INFO STEP 1059 (remove_files) COMPLETE
84322026-08-12T21:00:51.631Z[ recovery-image] Aug 12 21:00:50.345 INFO O| Aug 12 21:00:50.345 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-12T21:00:51.639Z[ recovery-image] Aug 12 21:00:50.356 INFO O| Aug 12 21:00:50.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84342026-08-12T21:00:51.639Z[ recovery-image] Aug 12 21:00:50.356 INFO O| Aug 12 21:00:50.356 INFO STEP 1060 (remove_files) COMPLETE
84352026-08-12T21:00:51.644Z[ recovery-image] Aug 12 21:00:50.356 INFO O| Aug 12 21:00:50.356 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-12T21:00:51.648Z[ recovery-image] Aug 12 21:00:50.366 INFO O| Aug 12 21:00:50.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84372026-08-12T21:00:51.648Z[ recovery-image] Aug 12 21:00:50.366 INFO O| Aug 12 21:00:50.366 INFO STEP 1061 (remove_files) COMPLETE
84382026-08-12T21:00:51.648Z[ recovery-image] Aug 12 21:00:50.366 INFO O| Aug 12 21:00:50.366 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-12T21:00:51.662Z[ recovery-image] Aug 12 21:00:50.377 INFO O| Aug 12 21:00:50.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84402026-08-12T21:00:51.662Z[ recovery-image] Aug 12 21:00:50.377 INFO O| Aug 12 21:00:50.377 INFO STEP 1062 (remove_files) COMPLETE
84412026-08-12T21:00:51.665Z[ recovery-image] Aug 12 21:00:50.377 INFO O| Aug 12 21:00:50.377 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-12T21:00:51.672Z[ recovery-image] Aug 12 21:00:50.390 INFO O| Aug 12 21:00:50.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84432026-08-12T21:00:51.672Z[ recovery-image] Aug 12 21:00:50.390 INFO O| Aug 12 21:00:50.390 INFO STEP 1063 (remove_files) COMPLETE
84442026-08-12T21:00:51.672Z[ recovery-image] Aug 12 21:00:50.390 INFO O| Aug 12 21:00:50.390 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-12T21:00:51.686Z[ recovery-image] Aug 12 21:00:50.402 INFO O| Aug 12 21:00:50.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84462026-08-12T21:00:51.689Z[ recovery-image] Aug 12 21:00:50.402 INFO O| Aug 12 21:00:50.400 INFO STEP 1064 (remove_files) COMPLETE
84472026-08-12T21:00:51.689Z[ recovery-image] Aug 12 21:00:50.402 INFO O| Aug 12 21:00:50.400 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-12T21:00:51.695Z[ recovery-image] Aug 12 21:00:50.411 INFO O| Aug 12 21:00:50.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84492026-08-12T21:00:51.695Z[ recovery-image] Aug 12 21:00:50.411 INFO O| Aug 12 21:00:50.411 INFO STEP 1065 (remove_files) COMPLETE
84502026-08-12T21:00:51.695Z[ recovery-image] Aug 12 21:00:50.411 INFO O| Aug 12 21:00:50.411 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-12T21:00:51.704Z[ recovery-image] Aug 12 21:00:50.421 INFO O| Aug 12 21:00:50.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84522026-08-12T21:00:51.705Z[ recovery-image] Aug 12 21:00:50.422 INFO O| Aug 12 21:00:50.421 INFO STEP 1066 (remove_files) COMPLETE
84532026-08-12T21:00:51.705Z[ recovery-image] Aug 12 21:00:50.422 INFO O| Aug 12 21:00:50.421 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-12T21:00:51.714Z[ recovery-image] Aug 12 21:00:50.431 INFO O| Aug 12 21:00:50.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84552026-08-12T21:00:51.715Z[ recovery-image] Aug 12 21:00:50.432 INFO O| Aug 12 21:00:50.431 INFO STEP 1067 (remove_files) COMPLETE
84562026-08-12T21:00:51.715Z[ recovery-image] Aug 12 21:00:50.432 INFO O| Aug 12 21:00:50.431 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-12T21:00:51.724Z[ recovery-image] Aug 12 21:00:50.441 INFO O| Aug 12 21:00:50.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84582026-08-12T21:00:51.724Z[ recovery-image] Aug 12 21:00:50.441 INFO O| Aug 12 21:00:50.441 INFO STEP 1068 (remove_files) COMPLETE
84592026-08-12T21:00:51.724Z[ recovery-image] Aug 12 21:00:50.441 INFO O| Aug 12 21:00:50.441 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-12T21:00:51.735Z[ recovery-image] Aug 12 21:00:50.452 INFO O| Aug 12 21:00:50.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84612026-08-12T21:00:51.735Z[ recovery-image] Aug 12 21:00:50.452 INFO O| Aug 12 21:00:50.452 INFO STEP 1069 (remove_files) COMPLETE
84622026-08-12T21:00:51.735Z[ recovery-image] Aug 12 21:00:50.452 INFO O| Aug 12 21:00:50.452 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-12T21:00:51.751Z[ recovery-image] Aug 12 21:00:50.464 INFO O| Aug 12 21:00:50.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84642026-08-12T21:00:51.751Z[ recovery-image] Aug 12 21:00:50.465 INFO O| Aug 12 21:00:50.465 INFO STEP 1070 (remove_files) COMPLETE
84652026-08-12T21:00:51.751Z[ recovery-image] Aug 12 21:00:50.465 INFO O| Aug 12 21:00:50.465 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-12T21:00:51.758Z[ recovery-image] Aug 12 21:00:50.475 INFO O| Aug 12 21:00:50.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84672026-08-12T21:00:51.758Z[ recovery-image] Aug 12 21:00:50.475 INFO O| Aug 12 21:00:50.475 INFO STEP 1071 (remove_files) COMPLETE
84682026-08-12T21:00:51.766Z[ recovery-image] Aug 12 21:00:50.475 INFO O| Aug 12 21:00:50.475 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-12T21:00:51.774Z[ recovery-image] Aug 12 21:00:50.485 INFO O| Aug 12 21:00:50.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
84702026-08-12T21:00:51.774Z[ recovery-image] Aug 12 21:00:50.486 INFO O| Aug 12 21:00:50.486 INFO STEP 1072 (remove_files) COMPLETE
84712026-08-12T21:00:51.774Z[ recovery-image] Aug 12 21:00:50.486 INFO O| Aug 12 21:00:50.486 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-12T21:00:51.780Z[ recovery-image] Aug 12 21:00:50.496 INFO O| Aug 12 21:00:50.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
84732026-08-12T21:00:51.780Z[ recovery-image] Aug 12 21:00:50.496 INFO O| Aug 12 21:00:50.496 INFO STEP 1073 (remove_files) COMPLETE
84742026-08-12T21:00:51.783Z[ recovery-image] Aug 12 21:00:50.496 INFO O| Aug 12 21:00:50.496 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-12T21:00:51.789Z[ recovery-image] Aug 12 21:00:50.506 INFO O| Aug 12 21:00:50.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
84762026-08-12T21:00:51.789Z[ recovery-image] Aug 12 21:00:50.506 INFO O| Aug 12 21:00:50.506 INFO STEP 1074 (remove_files) COMPLETE
84772026-08-12T21:00:51.792Z[ recovery-image] Aug 12 21:00:50.506 INFO O| Aug 12 21:00:50.506 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-12T21:00:51.800Z[ recovery-image] Aug 12 21:00:50.516 INFO O| Aug 12 21:00:50.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
84792026-08-12T21:00:51.800Z[ recovery-image] Aug 12 21:00:50.516 INFO O| Aug 12 21:00:50.516 INFO STEP 1075 (remove_files) COMPLETE
84802026-08-12T21:00:51.800Z[ recovery-image] Aug 12 21:00:50.516 INFO O| Aug 12 21:00:50.516 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-12T21:00:51.810Z[ recovery-image] Aug 12 21:00:50.527 INFO O| Aug 12 21:00:50.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
84822026-08-12T21:00:51.810Z[ recovery-image] Aug 12 21:00:50.527 INFO O| Aug 12 21:00:50.527 INFO STEP 1076 (remove_files) COMPLETE
84832026-08-12T21:00:51.811Z[ recovery-image] Aug 12 21:00:50.527 INFO O| Aug 12 21:00:50.527 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-12T21:00:51.823Z[ recovery-image] Aug 12 21:00:50.538 INFO O| Aug 12 21:00:50.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
84852026-08-12T21:00:51.823Z[ recovery-image] Aug 12 21:00:50.538 INFO O| Aug 12 21:00:50.538 INFO STEP 1077 (remove_files) COMPLETE
84862026-08-12T21:00:51.832Z[ recovery-image] Aug 12 21:00:50.538 INFO O| Aug 12 21:00:50.538 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-12T21:00:51.836Z[ recovery-image] Aug 12 21:00:50.549 INFO O| Aug 12 21:00:50.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
84882026-08-12T21:00:51.836Z[ recovery-image] Aug 12 21:00:50.549 INFO O| Aug 12 21:00:50.549 INFO STEP 1078 (remove_files) COMPLETE
84892026-08-12T21:00:51.836Z[ recovery-image] Aug 12 21:00:50.549 INFO O| Aug 12 21:00:50.549 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-12T21:00:51.841Z[ recovery-image] Aug 12 21:00:50.558 INFO O| Aug 12 21:00:50.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
84912026-08-12T21:00:51.841Z[ recovery-image] Aug 12 21:00:50.558 INFO O| Aug 12 21:00:50.558 INFO STEP 1079 (remove_files) COMPLETE
84922026-08-12T21:00:51.841Z[ recovery-image] Aug 12 21:00:50.558 INFO O| Aug 12 21:00:50.558 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-12T21:00:51.854Z[ recovery-image] Aug 12 21:00:50.571 INFO O| Aug 12 21:00:50.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
84942026-08-12T21:00:51.857Z[ recovery-image] Aug 12 21:00:50.571 INFO O| Aug 12 21:00:50.571 INFO STEP 1080 (remove_files) COMPLETE
84952026-08-12T21:00:51.857Z[ recovery-image] Aug 12 21:00:50.571 INFO O| Aug 12 21:00:50.571 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-12T21:00:51.866Z[ recovery-image] Aug 12 21:00:50.583 INFO O| Aug 12 21:00:50.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
84972026-08-12T21:00:51.866Z[ recovery-image] Aug 12 21:00:50.583 INFO O| Aug 12 21:00:50.583 INFO STEP 1081 (remove_files) COMPLETE
84982026-08-12T21:00:51.866Z[ recovery-image] Aug 12 21:00:50.583 INFO O| Aug 12 21:00:50.583 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-12T21:00:51.878Z[ recovery-image] Aug 12 21:00:50.594 INFO O| Aug 12 21:00:50.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85002026-08-12T21:00:51.878Z[ recovery-image] Aug 12 21:00:50.594 INFO O| Aug 12 21:00:50.594 INFO STEP 1082 (remove_files) COMPLETE
85012026-08-12T21:00:51.882Z[ recovery-image] Aug 12 21:00:50.594 INFO O| Aug 12 21:00:50.594 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-12T21:00:51.889Z[ recovery-image] Aug 12 21:00:50.605 INFO O| Aug 12 21:00:50.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85032026-08-12T21:00:51.890Z[ recovery-image] Aug 12 21:00:50.605 INFO O| Aug 12 21:00:50.605 INFO STEP 1083 (remove_files) COMPLETE
85042026-08-12T21:00:51.890Z[ recovery-image] Aug 12 21:00:50.605 INFO O| Aug 12 21:00:50.605 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-12T21:00:51.902Z[ recovery-image] Aug 12 21:00:50.617 INFO O| Aug 12 21:00:50.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85062026-08-12T21:00:51.902Z[ recovery-image] Aug 12 21:00:50.617 INFO O| Aug 12 21:00:50.617 INFO STEP 1084 (remove_files) COMPLETE
85072026-08-12T21:00:51.902Z[ recovery-image] Aug 12 21:00:50.617 INFO O| Aug 12 21:00:50.617 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-12T21:00:51.911Z[ recovery-image] Aug 12 21:00:50.627 INFO O| Aug 12 21:00:50.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85092026-08-12T21:00:51.911Z[ recovery-image] Aug 12 21:00:50.627 INFO O| Aug 12 21:00:50.627 INFO STEP 1085 (remove_files) COMPLETE
85102026-08-12T21:00:51.912Z[ recovery-image] Aug 12 21:00:50.627 INFO O| Aug 12 21:00:50.627 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-12T21:00:51.921Z[ recovery-image] Aug 12 21:00:50.638 INFO O| Aug 12 21:00:50.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85122026-08-12T21:00:51.921Z[ recovery-image] Aug 12 21:00:50.638 INFO O| Aug 12 21:00:50.638 INFO STEP 1086 (remove_files) COMPLETE
85132026-08-12T21:00:51.925Z[ recovery-image] Aug 12 21:00:50.638 INFO O| Aug 12 21:00:50.638 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-12T21:00:51.933Z[ recovery-image] Aug 12 21:00:50.649 INFO O| Aug 12 21:00:50.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85152026-08-12T21:00:51.933Z[ recovery-image] Aug 12 21:00:50.649 INFO O| Aug 12 21:00:50.649 INFO STEP 1087 (remove_files) COMPLETE
85162026-08-12T21:00:51.937Z[ recovery-image] Aug 12 21:00:50.649 INFO O| Aug 12 21:00:50.649 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-12T21:00:51.951Z[ recovery-image] Aug 12 21:00:50.661 INFO O| Aug 12 21:00:50.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85182026-08-12T21:00:51.951Z[ recovery-image] Aug 12 21:00:50.661 INFO O| Aug 12 21:00:50.661 INFO STEP 1088 (remove_files) COMPLETE
85192026-08-12T21:00:51.951Z[ recovery-image] Aug 12 21:00:50.661 INFO O| Aug 12 21:00:50.661 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-12T21:00:51.970Z[ recovery-image] Aug 12 21:00:50.687 INFO O| Aug 12 21:00:50.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85212026-08-12T21:00:51.970Z[ recovery-image] Aug 12 21:00:50.687 INFO O| Aug 12 21:00:50.687 INFO STEP 1089 (remove_files) COMPLETE
85222026-08-12T21:00:51.970Z[ recovery-image] Aug 12 21:00:50.687 INFO O| Aug 12 21:00:50.687 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-12T21:00:51.981Z[ recovery-image] Aug 12 21:00:50.698 INFO O| Aug 12 21:00:50.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85242026-08-12T21:00:51.981Z[ recovery-image] Aug 12 21:00:50.698 INFO O| Aug 12 21:00:50.698 INFO STEP 1090 (remove_files) COMPLETE
85252026-08-12T21:00:51.981Z[ recovery-image] Aug 12 21:00:50.698 INFO O| Aug 12 21:00:50.698 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-12T21:00:51.994Z[ recovery-image] Aug 12 21:00:50.707 INFO O| Aug 12 21:00:50.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85272026-08-12T21:00:51.995Z[ recovery-image] Aug 12 21:00:50.707 INFO O| Aug 12 21:00:50.707 INFO STEP 1091 (remove_files) COMPLETE
85282026-08-12T21:00:51.995Z[ recovery-image] Aug 12 21:00:50.708 INFO O| Aug 12 21:00:50.707 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-12T21:00:52.002Z[ recovery-image] Aug 12 21:00:50.718 INFO O| Aug 12 21:00:50.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85302026-08-12T21:00:52.002Z[ recovery-image] Aug 12 21:00:50.718 INFO O| Aug 12 21:00:50.718 INFO STEP 1092 (remove_files) COMPLETE
85312026-08-12T21:00:52.002Z[ recovery-image] Aug 12 21:00:50.718 INFO O| Aug 12 21:00:50.718 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-12T21:00:52.011Z[ recovery-image] Aug 12 21:00:50.728 INFO O| Aug 12 21:00:50.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85332026-08-12T21:00:52.011Z[ recovery-image] Aug 12 21:00:50.728 INFO O| Aug 12 21:00:50.728 INFO STEP 1093 (remove_files) COMPLETE
85342026-08-12T21:00:52.014Z[ recovery-image] Aug 12 21:00:50.728 INFO O| Aug 12 21:00:50.728 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-12T21:00:52.025Z[ recovery-image] Aug 12 21:00:50.742 INFO O| Aug 12 21:00:50.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85362026-08-12T21:00:52.025Z[ recovery-image] Aug 12 21:00:50.742 INFO O| Aug 12 21:00:50.742 INFO STEP 1094 (remove_files) COMPLETE
85372026-08-12T21:00:52.027Z[ recovery-image] Aug 12 21:00:50.742 INFO O| Aug 12 21:00:50.742 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-12T21:00:52.049Z[ recovery-image] Aug 12 21:00:50.766 INFO O| Aug 12 21:00:50.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85392026-08-12T21:00:52.049Z[ recovery-image] Aug 12 21:00:50.766 INFO O| Aug 12 21:00:50.766 INFO STEP 1095 (remove_files) COMPLETE
85402026-08-12T21:00:52.049Z[ recovery-image] Aug 12 21:00:50.766 INFO O| Aug 12 21:00:50.766 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-12T21:00:52.088Z[ recovery-image] Aug 12 21:00:50.804 INFO O| Aug 12 21:00:50.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85422026-08-12T21:00:52.088Z[ recovery-image] Aug 12 21:00:50.804 INFO O| Aug 12 21:00:50.804 INFO STEP 1096 (remove_files) COMPLETE
85432026-08-12T21:00:52.088Z[ recovery-image] Aug 12 21:00:50.804 INFO O| Aug 12 21:00:50.804 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-12T21:00:52.104Z[ recovery-image] Aug 12 21:00:50.821 INFO O| Aug 12 21:00:50.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85452026-08-12T21:00:52.104Z[ recovery-image] Aug 12 21:00:50.821 INFO O| Aug 12 21:00:50.821 INFO STEP 1097 (remove_files) COMPLETE
85462026-08-12T21:00:52.104Z[ recovery-image] Aug 12 21:00:50.821 INFO O| Aug 12 21:00:50.821 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-12T21:00:52.120Z[ recovery-image] Aug 12 21:00:50.833 INFO O| Aug 12 21:00:50.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85482026-08-12T21:00:52.120Z[ recovery-image] Aug 12 21:00:50.833 INFO O| Aug 12 21:00:50.833 INFO STEP 1098 (remove_files) COMPLETE
85492026-08-12T21:00:52.129Z[ recovery-image] Aug 12 21:00:50.833 INFO O| Aug 12 21:00:50.833 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-12T21:00:52.139Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
85512026-08-12T21:00:52.148Z[ recovery-image] Aug 12 21:00:50.864 INFO O| Aug 12 21:00:50.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85522026-08-12T21:00:52.149Z[ recovery-image] Aug 12 21:00:50.865 INFO O| Aug 12 21:00:50.865 INFO STEP 1099 (remove_files) COMPLETE
85532026-08-12T21:00:52.149Z[ recovery-image] Aug 12 21:00:50.865 INFO O| Aug 12 21:00:50.865 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-12T21:00:52.197Z[ recovery-image] Aug 12 21:00:50.884 INFO O| Aug 12 21:00:50.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85552026-08-12T21:00:52.197Z[ recovery-image] Aug 12 21:00:50.884 INFO O| Aug 12 21:00:50.884 INFO STEP 1100 (remove_files) COMPLETE
85562026-08-12T21:00:52.197Z[ recovery-image] Aug 12 21:00:50.884 INFO O| Aug 12 21:00:50.884 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-12T21:00:52.197Z[ recovery-image] Aug 12 21:00:50.897 INFO O| Aug 12 21:00:50.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85582026-08-12T21:00:52.197Z[ recovery-image] Aug 12 21:00:50.897 INFO O| Aug 12 21:00:50.897 INFO STEP 1101 (remove_files) COMPLETE
85592026-08-12T21:00:52.197Z[ recovery-image] Aug 12 21:00:50.897 INFO O| Aug 12 21:00:50.897 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-12T21:00:52.197Z[ recovery-image] Aug 12 21:00:50.908 INFO O| Aug 12 21:00:50.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85612026-08-12T21:00:52.197Z[ recovery-image] Aug 12 21:00:50.908 INFO O| Aug 12 21:00:50.908 INFO STEP 1102 (remove_files) COMPLETE
85622026-08-12T21:00:52.197Z[ recovery-image] Aug 12 21:00:50.908 INFO O| Aug 12 21:00:50.908 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-12T21:00:52.205Z[ recovery-image] Aug 12 21:00:50.922 INFO O| Aug 12 21:00:50.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85642026-08-12T21:00:52.205Z[ recovery-image] Aug 12 21:00:50.922 INFO O| Aug 12 21:00:50.922 INFO STEP 1103 (remove_files) COMPLETE
85652026-08-12T21:00:52.205Z[ recovery-image] Aug 12 21:00:50.922 INFO O| Aug 12 21:00:50.922 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-12T21:00:52.228Z[ recovery-image] Aug 12 21:00:50.943 INFO O| Aug 12 21:00:50.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85672026-08-12T21:00:52.228Z[ recovery-image] Aug 12 21:00:50.944 INFO O| Aug 12 21:00:50.944 INFO STEP 1104 (remove_files) COMPLETE
85682026-08-12T21:00:52.228Z[ recovery-image] Aug 12 21:00:50.944 INFO O| Aug 12 21:00:50.944 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-12T21:00:52.240Z[ recovery-image] Aug 12 21:00:50.957 INFO O| Aug 12 21:00:50.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
85702026-08-12T21:00:52.240Z[ recovery-image] Aug 12 21:00:50.957 INFO O| Aug 12 21:00:50.957 INFO STEP 1105 (remove_files) COMPLETE
85712026-08-12T21:00:52.240Z[ recovery-image] Aug 12 21:00:50.957 INFO O| Aug 12 21:00:50.957 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-12T21:00:52.251Z[ recovery-image] Aug 12 21:00:50.968 INFO O| Aug 12 21:00:50.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
85732026-08-12T21:00:52.251Z[ recovery-image] Aug 12 21:00:50.968 INFO O| Aug 12 21:00:50.968 INFO STEP 1106 (remove_files) COMPLETE
85742026-08-12T21:00:52.251Z[ recovery-image] Aug 12 21:00:50.968 INFO O| Aug 12 21:00:50.968 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-12T21:00:52.264Z[ recovery-image] Aug 12 21:00:50.981 INFO O| Aug 12 21:00:50.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
85762026-08-12T21:00:52.264Z[ recovery-image] Aug 12 21:00:50.981 INFO O| Aug 12 21:00:50.981 INFO STEP 1107 (remove_files) COMPLETE
85772026-08-12T21:00:52.264Z[ recovery-image] Aug 12 21:00:50.981 INFO O| Aug 12 21:00:50.981 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-12T21:00:52.285Z[ recovery-image] Aug 12 21:00:51.002 INFO O| Aug 12 21:00:51.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
85792026-08-12T21:00:52.286Z[ recovery-image] Aug 12 21:00:51.002 INFO O| Aug 12 21:00:51.002 INFO STEP 1108 (remove_files) COMPLETE
85802026-08-12T21:00:52.286Z[ recovery-image] Aug 12 21:00:51.002 INFO O| Aug 12 21:00:51.002 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-12T21:00:52.306Z[ recovery-image] Aug 12 21:00:51.022 INFO O| Aug 12 21:00:51.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
85822026-08-12T21:00:52.306Z[ recovery-image] Aug 12 21:00:51.022 INFO O| Aug 12 21:00:51.022 INFO STEP 1109 (remove_files) COMPLETE
85832026-08-12T21:00:52.306Z[ recovery-image] Aug 12 21:00:51.022 INFO O| Aug 12 21:00:51.022 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-12T21:00:52.316Z[ recovery-image] Aug 12 21:00:51.033 INFO O| Aug 12 21:00:51.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
85852026-08-12T21:00:52.316Z[ recovery-image] Aug 12 21:00:51.033 INFO O| Aug 12 21:00:51.033 INFO STEP 1110 (remove_files) COMPLETE
85862026-08-12T21:00:52.316Z[ recovery-image] Aug 12 21:00:51.033 INFO O| Aug 12 21:00:51.033 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-12T21:00:52.334Z[ recovery-image] Aug 12 21:00:51.044 INFO O| Aug 12 21:00:51.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
85882026-08-12T21:00:52.334Z[ recovery-image] Aug 12 21:00:51.044 INFO O| Aug 12 21:00:51.044 INFO STEP 1111 (remove_files) COMPLETE
85892026-08-12T21:00:52.334Z[ recovery-image] Aug 12 21:00:51.044 INFO O| Aug 12 21:00:51.044 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-12T21:00:52.337Z[ recovery-image] Aug 12 21:00:51.054 INFO O| Aug 12 21:00:51.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
85912026-08-12T21:00:52.338Z[ recovery-image] Aug 12 21:00:51.054 INFO O| Aug 12 21:00:51.054 INFO STEP 1112 (remove_files) COMPLETE
85922026-08-12T21:00:52.338Z[ recovery-image] Aug 12 21:00:51.054 INFO O| Aug 12 21:00:51.054 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-12T21:00:52.350Z[ recovery-image] Aug 12 21:00:51.066 INFO O| Aug 12 21:00:51.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
85942026-08-12T21:00:52.350Z[ recovery-image] Aug 12 21:00:51.066 INFO O| Aug 12 21:00:51.066 INFO STEP 1113 (remove_files) COMPLETE
85952026-08-12T21:00:52.354Z[ recovery-image] Aug 12 21:00:51.066 INFO O| Aug 12 21:00:51.066 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-12T21:00:52.363Z[ recovery-image] Aug 12 21:00:51.078 INFO O| Aug 12 21:00:51.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
85972026-08-12T21:00:52.363Z[ recovery-image] Aug 12 21:00:51.078 INFO O| Aug 12 21:00:51.078 INFO STEP 1114 (remove_files) COMPLETE
85982026-08-12T21:00:52.369Z[ recovery-image] Aug 12 21:00:51.078 INFO O| Aug 12 21:00:51.078 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-12T21:00:52.377Z[ recovery-image] Aug 12 21:00:51.089 INFO O| Aug 12 21:00:51.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86002026-08-12T21:00:52.377Z[ recovery-image] Aug 12 21:00:51.090 INFO O| Aug 12 21:00:51.090 INFO STEP 1115 (remove_files) COMPLETE
86012026-08-12T21:00:52.377Z[ recovery-image] Aug 12 21:00:51.090 INFO O| Aug 12 21:00:51.090 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-12T21:00:52.391Z[ recovery-image] Aug 12 21:00:51.102 INFO O| Aug 12 21:00:51.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86032026-08-12T21:00:52.396Z[ recovery-image] Aug 12 21:00:51.103 INFO O| Aug 12 21:00:51.103 INFO STEP 1116 (remove_files) COMPLETE
86042026-08-12T21:00:52.397Z[ recovery-image] Aug 12 21:00:51.103 INFO O| Aug 12 21:00:51.103 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-12T21:00:52.402Z[ recovery-image] Aug 12 21:00:51.114 INFO O| Aug 12 21:00:51.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86062026-08-12T21:00:52.402Z[ recovery-image] Aug 12 21:00:51.114 INFO O| Aug 12 21:00:51.114 INFO STEP 1117 (remove_files) COMPLETE
86072026-08-12T21:00:52.402Z[ recovery-image] Aug 12 21:00:51.114 INFO O| Aug 12 21:00:51.114 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86082026-08-12T21:00:52.418Z[ recovery-image] Aug 12 21:00:51.132 INFO O| Aug 12 21:00:51.132 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86092026-08-12T21:00:52.418Z[ recovery-image] Aug 12 21:00:51.132 INFO O| Aug 12 21:00:51.132 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86102026-08-12T21:00:52.839Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
86112026-08-12T21:00:53.285Z[ recovery-image] Aug 12 21:00:51.997 INFO O| Aug 12 21:00:51.997 INFO STEP 1118 (pack_tar) COMPLETE
86122026-08-12T21:00:53.285Z[ recovery-image] Aug 12 21:00:51.997 INFO O| Aug 12 21:00:51.997 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86132026-08-12T21:00:53.285Z[ recovery-image] Aug 12 21:00:51.997 INFO O| Aug 12 21:00:51.997 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86142026-08-12T21:00:53.608Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
86152026-08-12T21:00:53.818Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
86162026-08-12T21:00:53.878Z[ recovery-image] Aug 12 21:00:52.595 INFO O| Aug 12 21:00:52.595 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86172026-08-12T21:00:53.993Z[ recovery-image] Aug 12 21:00:52.709 INFO O| Aug 12 21:00:52.709 INFO completed processing sled/ramdisk-03-recovery-trim
86182026-08-12T21:00:53.998Z[ recovery-image] Aug 12 21:00:52.713 INFO image builder template: zfs-recovery...
86192026-08-12T21:00:53.998Z[ recovery-image] Aug 12 21:00:52.713 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/.tmpn6z8wZ/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.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
86202026-08-12T21:00:54.030Z[ recovery-image] Aug 12 21:00:52.746 INFO O| Aug 12 21:00:52.746 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86212026-08-12T21:00:54.035Z[ recovery-image] Aug 12 21:00:52.752 INFO O| Aug 12 21:00:52.752 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86222026-08-12T21:00:54.104Z[ recovery-image] Aug 12 21:00:52.821 INFO O| Aug 12 21:00:52.820 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86232026-08-12T21:00:54.164Z[ recovery-image] Aug 12 21:00:52.874 INFO O| Aug 12 21:00:52.874 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86242026-08-12T21:00:54.164Z[ recovery-image] Aug 12 21:00:52.875 INFO O| Aug 12 21:00:52.874 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86252026-08-12T21:00:54.169Z[ recovery-image] Aug 12 21:00:52.880 INFO O| Aug 12 21:00:52.880 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86262026-08-12T21:00:54.240Z[ recovery-image] Aug 12 21:00:52.950 INFO O| Aug 12 21:00:52.950 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86272026-08-12T21:00:54.280Z[ recovery-image] Aug 12 21:00:52.997 INFO O| Aug 12 21:00:52.997 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86282026-08-12T21:00:54.292Z[ recovery-image] Aug 12 21:00:53.009 INFO O| Aug 12 21:00:53.009 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86292026-08-12T21:00:54.304Z[ recovery-image] Aug 12 21:00:53.015 INFO O| Aug 12 21:00:53.015 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86302026-08-12T21:00:54.308Z[ recovery-image] Aug 12 21:00:53.017 INFO O| Aug 12 21:00:53.017 INFO no lofi found
86312026-08-12T21:00:54.308Z[ recovery-image] Aug 12 21:00:53.017 INFO O| Aug 12 21:00:53.017 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86322026-08-12T21:00:54.308Z[ recovery-image] Aug 12 21:00:53.017 INFO O| Aug 12 21:00:53.017 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86332026-08-12T21:00:54.838Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
86342026-08-12T21:00:54.885Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
86352026-08-12T21:00:55.202Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
86362026-08-12T21:00:55.507Z[verify-libraries] Compiling socket2 v0.5.10
86372026-08-12T21:00:55.548Z[verify-libraries] Compiling fs-err v2.11.0
86382026-08-12T21:00:55.824Z[verify-libraries] Compiling internet-checksum v0.2.1
86392026-08-12T21:00:56.083Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86402026-08-12T21:00:56.284Z[ recovery-image] Aug 12 21:00:55.001 INFO O| Aug 12 21:00:55.001 INFO lofi device = /dev/dsk/c2t1d0p0
86412026-08-12T21:00:56.284Z[ recovery-image] Aug 12 21:00:55.001 INFO O| Aug 12 21:00:55.001 INFO pool device = /dev/dsk/c2t1d0p0
86422026-08-12T21:00:56.288Z[ recovery-image] Aug 12 21:00:55.001 INFO O| Aug 12 21:00:55.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"]
86432026-08-12T21:00:56.453Z[ recovery-image] Aug 12 21:00:55.165 INFO O| Aug 12 21:00:55.165 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86442026-08-12T21:00:56.453Z[ recovery-image] Aug 12 21:00:55.165 INFO O| Aug 12 21:00:55.165 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86452026-08-12T21:00:56.478Z[ recovery-image] Aug 12 21:00:55.194 INFO O| Aug 12 21:00:55.194 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86462026-08-12T21:00:56.680Z[ recovery-image] Aug 12 21:00:55.394 INFO O| Aug 12 21:00:55.394 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86472026-08-12T21:00:56.716Z[ recovery-image] Aug 12 21:00:55.433 INFO O| Aug 12 21:00:55.433 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86482026-08-12T21:00:56.741Z[ recovery-image] Aug 12 21:00:55.458 INFO O| Aug 12 21:00:55.458 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86492026-08-12T21:00:56.760Z[ recovery-image] Aug 12 21:00:55.477 INFO O| Aug 12 21:00:55.477 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86502026-08-12T21:00:56.809Z[ recovery-image] Aug 12 21:00:55.524 INFO O| Aug 12 21:00:55.524 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86512026-08-12T21:00:56.809Z[ recovery-image] Aug 12 21:00:55.524 INFO O| Aug 12 21:00:55.524 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86522026-08-12T21:00:56.809Z[ recovery-image] Aug 12 21:00:55.524 INFO O| Aug 12 21:00:55.524 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86532026-08-12T21:00:56.818Z[ recovery-image] Aug 12 21:00:55.533 INFO O| Aug 12 21:00:55.533 INFO boot environment UUID: 88e58516-e20c-4895-9c46-141f0a20f9fb
86542026-08-12T21:00:56.818Z[ recovery-image] Aug 12 21:00:55.533 INFO O| Aug 12 21:00:55.533 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 88e58516-e20c-4895-9c46-141f0a20f9fb
86552026-08-12T21:00:56.833Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
86562026-08-12T21:00:56.848Z[ recovery-image] Aug 12 21:00:55.556 INFO O| Aug 12 21:00:55.556 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86572026-08-12T21:00:56.859Z[ recovery-image] Aug 12 21:00:55.576 INFO O| Aug 12 21:00:55.576 INFO STEP 0 (create_be) COMPLETE
86582026-08-12T21:00:56.859Z[ recovery-image] Aug 12 21:00:55.576 INFO O| Aug 12 21:00:55.576 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86592026-08-12T21:00:56.874Z[ recovery-image] Aug 12 21:00:55.591 INFO O| Aug 12 21:00:55.591 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"]
86602026-08-12T21:00:58.643Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
86612026-08-12T21:00:58.754Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86622026-08-12T21:01:00.048Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86632026-08-12T21:01:00.139Z[verify-libraries] Compiling samael v0.0.19
86642026-08-12T21:01:00.361Z[verify-libraries] Compiling git2 v0.20.4
86652026-08-12T21:01:01.896Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86662026-08-12T21:01:02.221Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86672026-08-12T21:01:03.477Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86682026-08-12T21:01:04.021Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86692026-08-12T21:01:04.748Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86702026-08-12T21:01:04.805Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86712026-08-12T21:01:05.103Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86722026-08-12T21:01:05.146Z[verify-libraries] Compiling yansi v1.0.1
86732026-08-12T21:01:05.277Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86742026-08-12T21:01:05.534Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86752026-08-12T21:01:05.612Z[verify-libraries] Compiling pretty_assertions v1.4.1
86762026-08-12T21:01:05.697Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86772026-08-12T21:01:06.085Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86782026-08-12T21:01:06.137Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86792026-08-12T21:01:06.295Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86802026-08-12T21:01:06.924Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86812026-08-12T21:01:06.939Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86822026-08-12T21:01:06.939Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86832026-08-12T21:01:06.939Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86842026-08-12T21:01:06.939Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86852026-08-12T21:01:08.657Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86862026-08-12T21:01:09.813Z[ recovery-image] Aug 12 21:01:06.097 INFO O| Aug 12 21:01:06.096 INFO STEP 1 (unpack_tar) COMPLETE
86872026-08-12T21:01:09.813Z[ recovery-image] Aug 12 21:01:06.097 INFO O| Aug 12 21:01:06.096 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86882026-08-12T21:01:09.813Z[ recovery-image] Aug 12 21:01:06.108 INFO O| Aug 12 21:01:06.106 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86892026-08-12T21:01:09.814Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86902026-08-12T21:01:09.814Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86912026-08-12T21:01:09.814Z[verify-libraries] Compiling drift v0.2.0
86922026-08-12T21:01:09.814Z[verify-libraries] Compiling uzers v0.12.2
86932026-08-12T21:01:09.814Z[verify-libraries] Compiling parse-size v1.1.0
86942026-08-12T21:01:09.814Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86952026-08-12T21:01:09.814Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86962026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.552 INFO O| Aug 12 21:01:07.552 INFO STEP 2 (devfsadm) COMPLETE
86972026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.552 INFO O| Aug 12 21:01:07.552 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86982026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.563 INFO O| Aug 12 21:01:07.563 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
86992026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.563 INFO O| Aug 12 21:01:07.563 INFO STEP 3 (ensure_dir) COMPLETE
87002026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.563 INFO O| Aug 12 21:01:07.563 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87012026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.573 INFO O| Aug 12 21:01:07.572 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87022026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.573 INFO O| Aug 12 21:01:07.572 INFO STEP 4 (ensure_dir) COMPLETE
87032026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.573 INFO O| Aug 12 21:01:07.572 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87042026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.582 INFO O| Aug 12 21:01:07.582 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87052026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.582 INFO O| Aug 12 21:01:07.582 INFO STEP 5 (ensure_dir) COMPLETE
87062026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.582 INFO O| Aug 12 21:01:07.582 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87072026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.592 INFO O| Aug 12 21:01:07.592 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87082026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.592 INFO O| Aug 12 21:01:07.592 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87092026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.592 INFO O| Aug 12 21:01:07.592 INFO STEP 6 (ensure_dir) COMPLETE
87102026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.592 INFO O| Aug 12 21:01:07.592 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87112026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.603 INFO O| Aug 12 21:01:07.603 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87122026-08-12T21:01:09.880Z[ recovery-image] Aug 12 21:01:07.603 INFO O| Aug 12 21:01:07.603 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87132026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.603 INFO O| Aug 12 21:01:07.603 INFO STEP 7 (ensure_dir) COMPLETE
87142026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.603 INFO O| Aug 12 21:01:07.603 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87152026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.614 INFO O| Aug 12 21:01:07.614 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87162026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.615 INFO O| Aug 12 21:01:07.615 INFO STEP 8 (remove_files) COMPLETE
87172026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.615 INFO O| Aug 12 21:01:07.615 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87182026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.626 INFO O| Aug 12 21:01:07.626 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87192026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.627 INFO O| Aug 12 21:01:07.627 INFO STEP 9 (remove_files) COMPLETE
87202026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.627 INFO O| Aug 12 21:01:07.627 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87212026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.638 INFO O| Aug 12 21:01:07.638 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87222026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.638 INFO O| Aug 12 21:01:07.638 INFO STEP 10 (remove_files) COMPLETE
87232026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.639 INFO O| Aug 12 21:01:07.638 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87242026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.649 INFO O| Aug 12 21:01:07.649 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87252026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.649 INFO O| Aug 12 21:01:07.649 INFO STEP 11 (remove_files) COMPLETE
87262026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.649 INFO O| Aug 12 21:01:07.649 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87272026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.660 INFO O| Aug 12 21:01:07.660 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87282026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.660 INFO O| Aug 12 21:01:07.660 INFO STEP 12 (remove_files) COMPLETE
87292026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.660 INFO O| Aug 12 21:01:07.660 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87302026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.672 INFO O| Aug 12 21:01:07.671 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87312026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.672 INFO O| Aug 12 21:01:07.672 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87322026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.672 INFO O| Aug 12 21:01:07.672 INFO STEP 13 (ensure_dir) COMPLETE
87332026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.672 INFO O| Aug 12 21:01:07.672 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87342026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.683 INFO O| Aug 12 21:01:07.683 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87352026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.683 INFO O| Aug 12 21:01:07.683 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87362026-08-12T21:01:09.881Z[ recovery-image] Aug 12 21:01:07.683 INFO O| Aug 12 21:01:07.683 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87372026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.683 INFO O| Aug 12 21:01:07.683 INFO STEP 14 (ensure_dir) COMPLETE
87382026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.683 INFO O| Aug 12 21:01:07.683 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87392026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.694 INFO O| Aug 12 21:01:07.694 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87402026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.694 INFO O| Aug 12 21:01:07.694 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87412026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.694 INFO O| Aug 12 21:01:07.694 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87422026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.694 INFO O| Aug 12 21:01:07.694 INFO STEP 15 (ensure_dir) COMPLETE
87432026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.694 INFO O| Aug 12 21:01:07.694 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87442026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.705 INFO O| Aug 12 21:01:07.705 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87452026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.705 INFO O| Aug 12 21:01:07.705 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87462026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.705 INFO O| Aug 12 21:01:07.705 INFO STEP 16 (ensure_dir) COMPLETE
87472026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.705 INFO O| Aug 12 21:01:07.705 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.715 INFO O| Aug 12 21:01:07.715 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87492026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.715 INFO O| Aug 12 21:01:07.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87502026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.715 INFO O| Aug 12 21:01:07.715 INFO STEP 17 (ensure_dir) COMPLETE
87512026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.715 INFO O| Aug 12 21:01:07.715 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87522026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.726 INFO O| Aug 12 21:01:07.726 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87532026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.726 INFO O| Aug 12 21:01:07.726 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87542026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.726 INFO O| Aug 12 21:01:07.726 INFO ok!
87552026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.726 INFO O| Aug 12 21:01:07.726 INFO STEP 18 (ensure_symlink) COMPLETE
87562026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.726 INFO O| Aug 12 21:01:07.726 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87572026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.736 INFO O| Aug 12 21:01:07.736 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87582026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.736 INFO O| Aug 12 21:01:07.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87592026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.736 INFO O| Aug 12 21:01:07.736 INFO ok!
87602026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.736 INFO O| Aug 12 21:01:07.736 INFO STEP 19 (ensure_file) COMPLETE
87612026-08-12T21:01:09.882Z[ recovery-image] Aug 12 21:01:07.736 INFO O| Aug 12 21:01:07.736 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87622026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.748 INFO O| Aug 12 21:01:07.748 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87632026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.748 INFO O| Aug 12 21:01:07.748 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87642026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.748 INFO O| Aug 12 21:01:07.748 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87652026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.748 INFO O| Aug 12 21:01:07.748 INFO ok!
87662026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.749 INFO O| Aug 12 21:01:07.748 INFO STEP 20 (ensure_symlink) COMPLETE
87672026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.749 INFO O| Aug 12 21:01:07.748 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87682026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.760 INFO O| Aug 12 21:01:07.760 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87692026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.761 INFO O| Aug 12 21:01:07.760 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87702026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.761 INFO O| Aug 12 21:01:07.761 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87712026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.761 INFO O| Aug 12 21:01:07.761 INFO ok!
87722026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.761 INFO O| Aug 12 21:01:07.761 INFO STEP 21 (ensure_symlink) COMPLETE
87732026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.761 INFO O| Aug 12 21:01:07.761 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87742026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.772 INFO O| Aug 12 21:01:07.772 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87752026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.773 INFO O| Aug 12 21:01:07.772 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87762026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.773 INFO O| Aug 12 21:01:07.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87772026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.773 INFO O| Aug 12 21:01:07.772 INFO ok!
87782026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.773 INFO O| Aug 12 21:01:07.773 INFO STEP 22 (ensure_symlink) COMPLETE
87792026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.773 INFO O| Aug 12 21:01:07.773 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87802026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.785 INFO O| Aug 12 21:01:07.785 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
87812026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.785 INFO O| Aug 12 21:01:07.785 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87822026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.785 INFO O| Aug 12 21:01:07.785 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
87832026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.785 INFO O| Aug 12 21:01:07.785 INFO ok!
87842026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.785 INFO O| Aug 12 21:01:07.785 INFO STEP 23 (ensure_symlink) COMPLETE
87852026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.785 INFO O| Aug 12 21:01:07.785 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87862026-08-12T21:01:09.883Z[ recovery-image] Aug 12 21:01:07.797 INFO O| Aug 12 21:01:07.797 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87872026-08-12T21:01:09.884Z[ recovery-image] Aug 12 21:01:07.797 INFO O| Aug 12 21:01:07.797 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 ...
87882026-08-12T21:01:09.884Z[ recovery-image] Aug 12 21:01:07.797 INFO O| Aug 12 21:01:07.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
87892026-08-12T21:01:09.884Z[ recovery-image] Aug 12 21:01:07.797 INFO O| Aug 12 21:01:07.797 INFO ok!
87902026-08-12T21:01:09.884Z[ recovery-image] Aug 12 21:01:07.797 INFO O| Aug 12 21:01:07.797 INFO STEP 24 (ensure_file) COMPLETE
87912026-08-12T21:01:09.884Z[ recovery-image] Aug 12 21:01:07.797 INFO O| Aug 12 21:01:07.797 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87922026-08-12T21:01:09.884Z[ recovery-image] Aug 12 21:01:07.808 INFO O| Aug 12 21:01:07.808 INFO updating shadow file
87932026-08-12T21:01:09.884Z[ recovery-image] Aug 12 21:01:07.808 INFO O| Aug 12 21:01:07.808 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
87942026-08-12T21:01:09.884Z[ recovery-image] Aug 12 21:01:07.808 INFO O| Aug 12 21:01:07.808 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
87952026-08-12T21:01:09.884Z[ recovery-image] Aug 12 21:01:07.808 INFO O| Aug 12 21:01:07.808 INFO STEP 25 (shadow) COMPLETE
87962026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.808 INFO O| Aug 12 21:01:07.808 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87972026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.818 INFO O| Aug 12 21:01:07.818 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
87982026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.818 INFO O| Aug 12 21:01:07.818 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
87992026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.818 INFO O| Aug 12 21:01:07.818 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88002026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.818 INFO O| Aug 12 21:01:07.818 INFO ok!
88012026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.819 INFO O| Aug 12 21:01:07.818 INFO STEP 26 (ensure_file) COMPLETE
88022026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.819 INFO O| Aug 12 21:01:07.818 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88032026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.831 INFO O| Aug 12 21:01:07.831 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88042026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.831 INFO O| Aug 12 21:01:07.831 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88052026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.831 INFO O| Aug 12 21:01:07.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88062026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.831 INFO O| Aug 12 21:01:07.831 INFO ok!
88072026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.831 INFO O| Aug 12 21:01:07.831 INFO STEP 27 (ensure_file) COMPLETE
88082026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.831 INFO O| Aug 12 21:01:07.831 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88092026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.842 INFO O| Aug 12 21:01:07.842 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88102026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.842 INFO O| Aug 12 21:01:07.842 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88112026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.842 INFO O| Aug 12 21:01:07.842 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88122026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.842 INFO O| Aug 12 21:01:07.842 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88132026-08-12T21:01:10.069Z[ recovery-image] Aug 12 21:01:07.842 INFO O| Aug 12 21:01:07.842 INFO ok!
88142026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.842 INFO O| Aug 12 21:01:07.842 INFO STEP 28 (ensure_file) COMPLETE
88152026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.842 INFO O| Aug 12 21:01:07.842 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88162026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.853 INFO O| Aug 12 21:01:07.853 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88172026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.853 INFO O| Aug 12 21:01:07.853 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88182026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.853 INFO O| Aug 12 21:01:07.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88192026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.853 INFO O| Aug 12 21:01:07.853 INFO ok!
88202026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.853 INFO O| Aug 12 21:01:07.853 INFO STEP 29 (ensure_file) COMPLETE
88212026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.853 INFO O| Aug 12 21:01:07.853 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88222026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.865 INFO O| Aug 12 21:01:07.865 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88232026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.865 INFO O| Aug 12 21:01:07.865 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88242026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.865 INFO O| Aug 12 21:01:07.865 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88252026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.865 INFO O| Aug 12 21:01:07.865 INFO STEP 30 (ensure_dir) COMPLETE
88262026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.865 INFO O| Aug 12 21:01:07.865 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.877 INFO O| Aug 12 21:01:07.877 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88282026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.877 INFO O| Aug 12 21:01:07.877 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 ...
88292026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.877 INFO O| Aug 12 21:01:07.877 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
88302026-08-12T21:01:10.070Z[ recovery-image] Aug 12 21:01:07.877 INFO O| Aug 12 21:01:07.877 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88312026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.877 INFO O| Aug 12 21:01:07.877 INFO ok!
88322026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.877 INFO O| Aug 12 21:01:07.877 INFO STEP 31 (ensure_file) COMPLETE
88332026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.877 INFO O| Aug 12 21:01:07.877 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88342026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.889 INFO O| Aug 12 21:01:07.889 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88352026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.890 INFO O| Aug 12 21:01:07.890 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88362026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.890 INFO O| Aug 12 21:01:07.890 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88372026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.890 INFO O| Aug 12 21:01:07.890 INFO STEP 32 (ensure_dir) COMPLETE
88382026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.890 INFO O| Aug 12 21:01:07.890 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88392026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.902 INFO O| Aug 12 21:01:07.902 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88402026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.902 INFO O| Aug 12 21:01:07.902 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 ...
88412026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.902 INFO O| Aug 12 21:01:07.902 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
88422026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.902 INFO O| Aug 12 21:01:07.902 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88432026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.902 INFO O| Aug 12 21:01:07.902 INFO ok!
88442026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.902 INFO O| Aug 12 21:01:07.902 INFO STEP 33 (ensure_file) COMPLETE
88452026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.902 INFO O| Aug 12 21:01:07.902 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88462026-08-12T21:01:10.071Z[ recovery-image] Aug 12 21:01:07.913 INFO O| Aug 12 21:01:07.913 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88472026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.913 INFO O| Aug 12 21:01:07.913 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88482026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.913 INFO O| Aug 12 21:01:07.913 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88492026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.913 INFO O| Aug 12 21:01:07.913 INFO ok!
88502026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.913 INFO O| Aug 12 21:01:07.913 INFO STEP 34 (ensure_file) COMPLETE
88512026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.913 INFO O| Aug 12 21:01:07.913 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88522026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.923 INFO O| Aug 12 21:01:07.923 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88532026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.923 INFO O| Aug 12 21:01:07.923 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88542026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.923 INFO O| Aug 12 21:01:07.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88552026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.923 INFO O| Aug 12 21:01:07.923 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88562026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.923 INFO O| Aug 12 21:01:07.923 INFO ok!
88572026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.923 INFO O| Aug 12 21:01:07.923 INFO STEP 35 (ensure_file) COMPLETE
88582026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.923 INFO O| Aug 12 21:01:07.923 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88592026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.933 INFO O| Aug 12 21:01:07.933 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88602026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.934 INFO O| Aug 12 21:01:07.933 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88612026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.934 INFO O| Aug 12 21:01:07.934 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88622026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.934 INFO O| Aug 12 21:01:07.934 INFO ok!
88632026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.934 INFO O| Aug 12 21:01:07.934 INFO STEP 36 (ensure_file) COMPLETE
88642026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.934 INFO O| Aug 12 21:01:07.934 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88652026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.945 INFO O| Aug 12 21:01:07.945 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88662026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.945 INFO O| Aug 12 21:01:07.945 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88672026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.945 INFO O| Aug 12 21:01:07.945 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88682026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.945 INFO O| Aug 12 21:01:07.945 INFO ok!
88692026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.945 INFO O| Aug 12 21:01:07.945 INFO STEP 37 (ensure_file) COMPLETE
88702026-08-12T21:01:10.072Z[ recovery-image] Aug 12 21:01:07.945 INFO O| Aug 12 21:01:07.945 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88712026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.956 INFO O| Aug 12 21:01:07.955 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88722026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.956 INFO O| Aug 12 21:01:07.955 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88732026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.956 INFO O| Aug 12 21:01:07.956 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88742026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.956 INFO O| Aug 12 21:01:07.956 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88752026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.956 INFO O| Aug 12 21:01:07.956 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88762026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.956 INFO O| Aug 12 21:01:07.956 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88772026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.956 INFO O| Aug 12 21:01:07.956 INFO ok!
88782026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.956 INFO O| Aug 12 21:01:07.956 INFO STEP 38 (ensure_file) COMPLETE
88792026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.956 INFO O| Aug 12 21:01:07.956 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88802026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.967 INFO O| Aug 12 21:01:07.967 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88812026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.967 INFO O| Aug 12 21:01:07.967 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88822026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.967 INFO O| Aug 12 21:01:07.967 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88832026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.967 INFO O| Aug 12 21:01:07.967 INFO STEP 39 (ensure_dir) COMPLETE
88842026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.967 INFO O| Aug 12 21:01:07.967 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88852026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.979 INFO O| Aug 12 21:01:07.978 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
88862026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.979 INFO O| Aug 12 21:01:07.979 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 ...
88872026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.979 INFO O| Aug 12 21:01:07.979 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
88882026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.979 INFO O| Aug 12 21:01:07.979 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
88892026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.979 INFO O| Aug 12 21:01:07.979 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
88902026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.979 INFO O| Aug 12 21:01:07.979 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
88912026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.979 INFO O| Aug 12 21:01:07.979 INFO ok!
88922026-08-12T21:01:10.073Z[ recovery-image] Aug 12 21:01:07.979 INFO O| Aug 12 21:01:07.979 INFO STEP 40 (ensure_file) COMPLETE
88932026-08-12T21:01:10.074Z[ recovery-image] Aug 12 21:01:07.979 INFO O| Aug 12 21:01:07.979 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88942026-08-12T21:01:10.074Z[ recovery-image] Aug 12 21:01:07.992 INFO O| Aug 12 21:01:07.992 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88952026-08-12T21:01:10.074Z[ recovery-image] Aug 12 21:01:07.992 INFO O| Aug 12 21:01:07.992 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 ...
88962026-08-12T21:01:10.118Z[ recovery-image] Aug 12 21:01:07.992 INFO O| Aug 12 21:01:07.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88972026-08-12T21:01:10.118Z[ recovery-image] Aug 12 21:01:07.992 INFO O| Aug 12 21:01:07.992 INFO ok!
88982026-08-12T21:01:10.119Z[ recovery-image] Aug 12 21:01:07.992 INFO O| Aug 12 21:01:07.992 INFO STEP 41 (ensure_symlink) COMPLETE
88992026-08-12T21:01:10.119Z[ recovery-image] Aug 12 21:01:07.992 INFO O| Aug 12 21:01:07.992 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89002026-08-12T21:01:10.119Z[ recovery-image] Aug 12 21:01:08.004 INFO O| Aug 12 21:01:08.004 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89012026-08-12T21:01:10.119Z[ recovery-image] Aug 12 21:01:08.004 INFO O| Aug 12 21:01:08.004 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89022026-08-12T21:01:10.119Z[ recovery-image] Aug 12 21:01:08.004 INFO O| Aug 12 21:01:08.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89032026-08-12T21:01:10.119Z[ recovery-image] Aug 12 21:01:08.004 INFO O| Aug 12 21:01:08.004 INFO ok!
89042026-08-12T21:01:10.119Z[ recovery-image] Aug 12 21:01:08.004 INFO O| Aug 12 21:01:08.004 INFO STEP 42 (ensure_symlink) COMPLETE
89052026-08-12T21:01:10.119Z[ recovery-image] Aug 12 21:01:08.004 INFO O| Aug 12 21:01:08.004 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89062026-08-12T21:01:10.119Z[ recovery-image] Aug 12 21:01:08.015 INFO O| Aug 12 21:01:08.015 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89072026-08-12T21:01:10.119Z[ recovery-image] Aug 12 21:01:08.015 INFO O| Aug 12 21:01:08.015 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89082026-08-12T21:01:10.119Z[ recovery-image] Aug 12 21:01:08.015 INFO O| Aug 12 21:01:08.015 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89092026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.015 INFO O| Aug 12 21:01:08.015 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89102026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.015 INFO O| Aug 12 21:01:08.015 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89112026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.015 INFO O| Aug 12 21:01:08.015 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89122026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.015 INFO O| Aug 12 21:01:08.015 INFO ok!
89132026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.015 INFO O| Aug 12 21:01:08.015 INFO STEP 43 (ensure_file) COMPLETE
89142026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.015 INFO O| Aug 12 21:01:08.015 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89152026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.028 INFO O| Aug 12 21:01:08.028 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89162026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.028 INFO O| Aug 12 21:01:08.028 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 ...
89172026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.028 INFO O| Aug 12 21:01:08.028 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
89182026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.028 INFO O| Aug 12 21:01:08.028 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89192026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.028 INFO O| Aug 12 21:01:08.028 INFO ok!
89202026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.028 INFO O| Aug 12 21:01:08.028 INFO STEP 44 (ensure_file) COMPLETE
89212026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.028 INFO O| Aug 12 21:01:08.028 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89222026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.038 INFO O| Aug 12 21:01:08.038 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89232026-08-12T21:01:10.120Z[ recovery-image] Aug 12 21:01:08.038 INFO O| Aug 12 21:01:08.038 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89242026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.038 INFO O| Aug 12 21:01:08.038 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89252026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.038 INFO O| Aug 12 21:01:08.038 INFO ok!
89262026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.038 INFO O| Aug 12 21:01:08.038 INFO STEP 45 (ensure_file) COMPLETE
89272026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.038 INFO O| Aug 12 21:01:08.038 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89282026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.050 INFO O| Aug 12 21:01:08.050 INFO updating shadow file
89292026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.050 INFO O| Aug 12 21:01:08.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89302026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.050 INFO O| Aug 12 21:01:08.050 INFO STEP 46 (shadow) COMPLETE
89312026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.050 INFO O| Aug 12 21:01:08.050 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89322026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.063 INFO O| Aug 12 21:01:08.062 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89332026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.063 INFO O| Aug 12 21:01:08.063 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89342026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.063 INFO O| Aug 12 21:01:08.063 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89352026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.063 INFO O| Aug 12 21:01:08.063 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89362026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.063 INFO O| Aug 12 21:01:08.063 INFO ok!
89372026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.063 INFO O| Aug 12 21:01:08.063 INFO STEP 47 (ensure_file) COMPLETE
89382026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.063 INFO O| Aug 12 21:01:08.063 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89392026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.078 INFO O| Aug 12 21:01:08.078 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89402026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.078 INFO O| Aug 12 21:01:08.078 INFO STEP 48 (ensure_dir) COMPLETE
89412026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.078 INFO O| Aug 12 21:01:08.078 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89422026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.088 INFO O| Aug 12 21:01:08.088 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89432026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.088 INFO O| Aug 12 21:01:08.088 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89442026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.088 INFO O| Aug 12 21:01:08.088 INFO STEP 49 (ensure_dir) COMPLETE
89452026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.088 INFO O| Aug 12 21:01:08.088 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89462026-08-12T21:01:10.121Z[ recovery-image] Aug 12 21:01:08.100 INFO O| Aug 12 21:01:08.100 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89472026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.100 INFO O| Aug 12 21:01:08.100 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89482026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.100 INFO O| Aug 12 21:01:08.100 INFO STEP 50 (ensure_dir) COMPLETE
89492026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.100 INFO O| Aug 12 21:01:08.100 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89502026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.112 INFO O| Aug 12 21:01:08.111 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89512026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.112 INFO O| Aug 12 21:01:08.111 INFO copying /tmp/.tmpn6z8wZ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89522026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.146 INFO O| Aug 12 21:01:08.146 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89532026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.146 INFO O| Aug 12 21:01:08.146 INFO ok!
89542026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.146 INFO O| Aug 12 21:01:08.146 INFO STEP 51 (ensure_file) COMPLETE
89552026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.146 INFO O| Aug 12 21:01:08.146 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89562026-08-12T21:01:10.122Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
89572026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.159 INFO O| Aug 12 21:01:08.159 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89582026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.159 INFO O| Aug 12 21:01:08.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89592026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.159 INFO O| Aug 12 21:01:08.159 INFO STEP 52 (ensure_dir) COMPLETE
89602026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.159 INFO O| Aug 12 21:01:08.159 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89612026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.172 INFO O| Aug 12 21:01:08.172 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89622026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.172 INFO O| Aug 12 21:01:08.172 INFO copying /tmp/.tmpn6z8wZ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89632026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.172 INFO O| Aug 12 21:01:08.172 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89642026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.172 INFO O| Aug 12 21:01:08.172 INFO ok!
89652026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.172 INFO O| Aug 12 21:01:08.172 INFO STEP 53 (ensure_file) COMPLETE
89662026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.172 INFO O| Aug 12 21:01:08.172 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89672026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.184 INFO O| Aug 12 21:01:08.184 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89682026-08-12T21:01:10.122Z[ recovery-image] Aug 12 21:01:08.184 INFO O| Aug 12 21:01:08.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89692026-08-12T21:01:10.123Z[ recovery-image] Aug 12 21:01:08.184 INFO O| Aug 12 21:01:08.184 INFO STEP 54 (ensure_dir) COMPLETE
89702026-08-12T21:01:10.123Z[ recovery-image] Aug 12 21:01:08.184 INFO O| Aug 12 21:01:08.184 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89712026-08-12T21:01:10.123Z[ recovery-image] Aug 12 21:01:08.196 INFO O| Aug 12 21:01:08.196 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89722026-08-12T21:01:10.123Z[ recovery-image] Aug 12 21:01:08.196 INFO O| Aug 12 21:01:08.196 INFO copying /tmp/.tmpn6z8wZ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89732026-08-12T21:01:10.123Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
89742026-08-12T21:01:10.457Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
89752026-08-12T21:01:11.076Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
89762026-08-12T21:01:11.777Z[ recovery-image] Aug 12 21:01:10.493 INFO O| Aug 12 21:01:10.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89772026-08-12T21:01:11.777Z[ recovery-image] Aug 12 21:01:10.493 INFO O| Aug 12 21:01:10.493 INFO ok!
89782026-08-12T21:01:11.781Z[ recovery-image] Aug 12 21:01:10.493 INFO O| Aug 12 21:01:10.493 INFO STEP 55 (ensure_file) COMPLETE
89792026-08-12T21:01:11.781Z[ recovery-image] Aug 12 21:01:10.493 INFO O| Aug 12 21:01:10.493 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89802026-08-12T21:01:11.789Z[ recovery-image] Aug 12 21:01:10.506 INFO O| Aug 12 21:01:10.506 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89812026-08-12T21:01:11.790Z[ recovery-image] Aug 12 21:01:10.506 INFO O| Aug 12 21:01:10.506 INFO copying /tmp/.tmpn6z8wZ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89822026-08-12T21:01:11.843Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
89832026-08-12T21:01:13.371Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
89842026-08-12T21:01:13.545Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
89852026-08-12T21:01:13.935Z[ recovery-image] Aug 12 21:01:12.651 INFO O| Aug 12 21:01:12.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
89862026-08-12T21:01:13.935Z[ recovery-image] Aug 12 21:01:12.651 INFO O| Aug 12 21:01:12.651 INFO ok!
89872026-08-12T21:01:13.939Z[ recovery-image] Aug 12 21:01:12.651 INFO O| Aug 12 21:01:12.651 INFO STEP 56 (ensure_file) COMPLETE
89882026-08-12T21:01:13.939Z[ recovery-image] Aug 12 21:01:12.651 INFO O| Aug 12 21:01:12.651 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89892026-08-12T21:01:13.947Z[ recovery-image] Aug 12 21:01:12.663 INFO O| Aug 12 21:01:12.663 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89902026-08-12T21:01:13.947Z[ recovery-image] Aug 12 21:01:12.663 INFO O| Aug 12 21:01:12.663 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89912026-08-12T21:01:13.947Z[ recovery-image] Aug 12 21:01:12.663 INFO O| Aug 12 21:01:12.663 INFO STEP 57 (ensure_dir) COMPLETE
89922026-08-12T21:01:13.951Z[ recovery-image] Aug 12 21:01:12.663 INFO O| Aug 12 21:01:12.663 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89932026-08-12T21:01:13.959Z[ recovery-image] Aug 12 21:01:12.675 INFO O| Aug 12 21:01:12.675 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89942026-08-12T21:01:13.959Z[ recovery-image] Aug 12 21:01:12.675 INFO O| Aug 12 21:01:12.675 INFO copying /tmp/.tmpn6z8wZ/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 ...
89952026-08-12T21:01:13.959Z[ recovery-image] Aug 12 21:01:12.675 INFO O| Aug 12 21:01:12.675 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
89962026-08-12T21:01:13.962Z[ recovery-image] Aug 12 21:01:12.675 INFO O| Aug 12 21:01:12.675 INFO ok!
89972026-08-12T21:01:13.962Z[ recovery-image] Aug 12 21:01:12.675 INFO O| Aug 12 21:01:12.675 INFO STEP 58 (ensure_file) COMPLETE
89982026-08-12T21:01:13.962Z[ recovery-image] Aug 12 21:01:12.675 INFO O| Aug 12 21:01:12.675 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89992026-08-12T21:01:13.972Z[ recovery-image] Aug 12 21:01:12.687 INFO O| Aug 12 21:01:12.687 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90002026-08-12T21:01:13.972Z[ recovery-image] Aug 12 21:01:12.687 INFO O| Aug 12 21:01:12.687 INFO copying /tmp/.tmpn6z8wZ/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 ...
90012026-08-12T21:01:13.976Z[ recovery-image] Aug 12 21:01:12.687 INFO O| Aug 12 21:01:12.687 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
90022026-08-12T21:01:13.976Z[ recovery-image] Aug 12 21:01:12.687 INFO O| Aug 12 21:01:12.687 INFO ok!
90032026-08-12T21:01:13.976Z[ recovery-image] Aug 12 21:01:12.687 INFO O| Aug 12 21:01:12.687 INFO STEP 59 (ensure_file) COMPLETE
90042026-08-12T21:01:13.976Z[ recovery-image] Aug 12 21:01:12.687 INFO O| Aug 12 21:01:12.687 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90052026-08-12T21:01:13.981Z[ recovery-image] Aug 12 21:01:12.698 INFO O| Aug 12 21:01:12.698 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90062026-08-12T21:01:13.982Z[ recovery-image] Aug 12 21:01:12.698 INFO O| Aug 12 21:01:12.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90072026-08-12T21:01:13.982Z[ recovery-image] Aug 12 21:01:12.698 INFO O| Aug 12 21:01:12.698 INFO STEP 60 (ensure_dir) COMPLETE
90082026-08-12T21:01:13.986Z[ recovery-image] Aug 12 21:01:12.698 INFO O| Aug 12 21:01:12.698 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90092026-08-12T21:01:13.994Z[ recovery-image] Aug 12 21:01:12.709 INFO O| Aug 12 21:01:12.709 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90102026-08-12T21:01:13.998Z[ recovery-image] Aug 12 21:01:12.709 INFO O| Aug 12 21:01:12.709 INFO copying /tmp/.tmpn6z8wZ/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 ...
90112026-08-12T21:01:13.998Z[ recovery-image] Aug 12 21:01:12.709 INFO O| Aug 12 21:01:12.709 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90122026-08-12T21:01:13.998Z[ recovery-image] Aug 12 21:01:12.709 INFO O| Aug 12 21:01:12.709 INFO ok!
90132026-08-12T21:01:13.998Z[ recovery-image] Aug 12 21:01:12.709 INFO O| Aug 12 21:01:12.709 INFO STEP 61 (ensure_file) COMPLETE
90142026-08-12T21:01:13.998Z[ recovery-image] Aug 12 21:01:12.709 INFO O| Aug 12 21:01:12.709 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90152026-08-12T21:01:14.005Z[ recovery-image] Aug 12 21:01:12.721 INFO O| Aug 12 21:01:12.721 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90162026-08-12T21:01:14.005Z[ recovery-image] Aug 12 21:01:12.721 INFO O| Aug 12 21:01:12.721 INFO copying /tmp/.tmpn6z8wZ/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 ...
90172026-08-12T21:01:14.006Z[ recovery-image] Aug 12 21:01:12.721 INFO O| Aug 12 21:01:12.721 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
90182026-08-12T21:01:14.010Z[ recovery-image] Aug 12 21:01:12.721 INFO O| Aug 12 21:01:12.721 INFO ok!
90192026-08-12T21:01:14.011Z[ recovery-image] Aug 12 21:01:12.721 INFO O| Aug 12 21:01:12.721 INFO STEP 62 (ensure_file) COMPLETE
90202026-08-12T21:01:14.011Z[ recovery-image] Aug 12 21:01:12.721 INFO O| Aug 12 21:01:12.721 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90212026-08-12T21:01:14.017Z[ recovery-image] Aug 12 21:01:12.733 INFO O| Aug 12 21:01:12.733 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90222026-08-12T21:01:14.017Z[ recovery-image] Aug 12 21:01:12.733 INFO O| Aug 12 21:01:12.733 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90232026-08-12T21:01:14.017Z[ recovery-image] Aug 12 21:01:12.733 INFO O| Aug 12 21:01:12.733 INFO STEP 63 (ensure_dir) COMPLETE
90242026-08-12T21:01:14.021Z[ recovery-image] Aug 12 21:01:12.733 INFO O| Aug 12 21:01:12.733 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90252026-08-12T21:01:14.029Z[ recovery-image] Aug 12 21:01:12.745 INFO O| Aug 12 21:01:12.745 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90262026-08-12T21:01:14.029Z[ recovery-image] Aug 12 21:01:12.745 INFO O| Aug 12 21:01:12.745 INFO copying /tmp/.tmpn6z8wZ/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 ...
90272026-08-12T21:01:14.029Z[ recovery-image] Aug 12 21:01:12.745 INFO O| Aug 12 21:01:12.745 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90282026-08-12T21:01:14.029Z[ recovery-image] Aug 12 21:01:12.745 INFO O| Aug 12 21:01:12.745 INFO ok!
90292026-08-12T21:01:14.029Z[ recovery-image] Aug 12 21:01:12.745 INFO O| Aug 12 21:01:12.745 INFO STEP 64 (ensure_file) COMPLETE
90302026-08-12T21:01:14.029Z[ recovery-image] Aug 12 21:01:12.745 INFO O| Aug 12 21:01:12.745 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90312026-08-12T21:01:14.042Z[ recovery-image] Aug 12 21:01:12.757 INFO O| Aug 12 21:01:12.757 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90322026-08-12T21:01:14.042Z[ recovery-image] Aug 12 21:01:12.757 INFO O| Aug 12 21:01:12.757 INFO copying /tmp/.tmpn6z8wZ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90332026-08-12T21:01:14.046Z[ recovery-image] Aug 12 21:01:12.757 INFO O| Aug 12 21:01:12.757 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90342026-08-12T21:01:14.046Z[ recovery-image] Aug 12 21:01:12.757 INFO O| Aug 12 21:01:12.757 INFO ok!
90352026-08-12T21:01:14.047Z[ recovery-image] Aug 12 21:01:12.757 INFO O| Aug 12 21:01:12.757 INFO STEP 65 (ensure_file) COMPLETE
90362026-08-12T21:01:14.047Z[ recovery-image] Aug 12 21:01:12.757 INFO O| Aug 12 21:01:12.757 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90372026-08-12T21:01:14.053Z[ recovery-image] Aug 12 21:01:12.768 INFO O| Aug 12 21:01:12.768 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90382026-08-12T21:01:14.053Z[ recovery-image] Aug 12 21:01:12.768 INFO O| Aug 12 21:01:12.768 INFO STEP 66 (ensure_dir) COMPLETE
90392026-08-12T21:01:14.057Z[ recovery-image] Aug 12 21:01:12.768 INFO O| Aug 12 21:01:12.768 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90402026-08-12T21:01:14.063Z[ recovery-image] Aug 12 21:01:12.780 INFO O| Aug 12 21:01:12.780 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90412026-08-12T21:01:14.063Z[ recovery-image] Aug 12 21:01:12.780 INFO O| Aug 12 21:01:12.780 INFO STEP 67 (ensure_dir) COMPLETE
90422026-08-12T21:01:14.066Z[ recovery-image] Aug 12 21:01:12.780 INFO O| Aug 12 21:01:12.780 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90432026-08-12T21:01:14.073Z[ recovery-image] Aug 12 21:01:12.790 INFO O| Aug 12 21:01:12.790 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90442026-08-12T21:01:14.074Z[ recovery-image] Aug 12 21:01:12.790 INFO O| Aug 12 21:01:12.790 INFO STEP 68 (ensure_dir) COMPLETE
90452026-08-12T21:01:14.077Z[ recovery-image] Aug 12 21:01:12.790 INFO O| Aug 12 21:01:12.790 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90462026-08-12T21:01:14.085Z[ recovery-image] Aug 12 21:01:12.802 INFO O| Aug 12 21:01:12.800 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90472026-08-12T21:01:14.085Z[ recovery-image] Aug 12 21:01:12.802 INFO O| Aug 12 21:01:12.800 INFO STEP 69 (ensure_dir) COMPLETE
90482026-08-12T21:01:14.088Z[ recovery-image] Aug 12 21:01:12.802 INFO O| Aug 12 21:01:12.800 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90492026-08-12T21:01:14.094Z[ recovery-image] Aug 12 21:01:12.810 INFO O| Aug 12 21:01:12.810 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90502026-08-12T21:01:14.094Z[ recovery-image] Aug 12 21:01:12.810 INFO O| Aug 12 21:01:12.810 INFO copying /tmp/.tmpn6z8wZ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90512026-08-12T21:01:14.099Z[ recovery-image] Aug 12 21:01:12.810 INFO O| Aug 12 21:01:12.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90522026-08-12T21:01:14.099Z[ recovery-image] Aug 12 21:01:12.810 INFO O| Aug 12 21:01:12.810 INFO ok!
90532026-08-12T21:01:14.099Z[ recovery-image] Aug 12 21:01:12.810 INFO O| Aug 12 21:01:12.810 INFO STEP 70 (ensure_file) COMPLETE
90542026-08-12T21:01:14.099Z[ recovery-image] Aug 12 21:01:12.810 INFO O| Aug 12 21:01:12.810 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90552026-08-12T21:01:14.106Z[ recovery-image] Aug 12 21:01:12.822 INFO O| Aug 12 21:01:12.821 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90562026-08-12T21:01:14.106Z[ recovery-image] Aug 12 21:01:12.822 INFO O| Aug 12 21:01:12.822 INFO STEP 71 (remove_files) COMPLETE
90572026-08-12T21:01:14.113Z[ recovery-image] Aug 12 21:01:12.822 INFO O| Aug 12 21:01:12.822 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90582026-08-12T21:01:14.117Z[ recovery-image] Aug 12 21:01:12.833 INFO O| Aug 12 21:01:12.833 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90592026-08-12T21:01:14.117Z[ recovery-image] Aug 12 21:01:12.833 INFO O| Aug 12 21:01:12.833 INFO STEP 72 (remove_files) COMPLETE
90602026-08-12T21:01:14.117Z[ recovery-image] Aug 12 21:01:12.833 INFO O| Aug 12 21:01:12.833 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90612026-08-12T21:01:14.127Z[ recovery-image] Aug 12 21:01:12.843 INFO O| Aug 12 21:01:12.843 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90622026-08-12T21:01:14.127Z[ recovery-image] Aug 12 21:01:12.843 INFO O| Aug 12 21:01:12.843 INFO STEP 73 (remove_files) COMPLETE
90632026-08-12T21:01:14.127Z[ recovery-image] Aug 12 21:01:12.843 INFO O| Aug 12 21:01:12.843 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90642026-08-12T21:01:14.136Z[ recovery-image] Aug 12 21:01:12.852 INFO O| Aug 12 21:01:12.852 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90652026-08-12T21:01:14.136Z[ recovery-image] Aug 12 21:01:12.853 INFO O| Aug 12 21:01:12.853 INFO STEP 74 (remove_files) COMPLETE
90662026-08-12T21:01:14.136Z[ recovery-image] Aug 12 21:01:12.853 INFO O| Aug 12 21:01:12.853 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90672026-08-12T21:01:14.149Z[ recovery-image] Aug 12 21:01:12.865 INFO O| Aug 12 21:01:12.865 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90682026-08-12T21:01:14.149Z[ recovery-image] Aug 12 21:01:12.865 INFO O| Aug 12 21:01:12.865 INFO STEP 75 (remove_files) COMPLETE
90692026-08-12T21:01:14.149Z[ recovery-image] Aug 12 21:01:12.865 INFO O| Aug 12 21:01:12.865 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90702026-08-12T21:01:14.162Z[ recovery-image] Aug 12 21:01:12.879 INFO O| Aug 12 21:01:12.878 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90712026-08-12T21:01:14.162Z[ recovery-image] Aug 12 21:01:12.879 INFO O| Aug 12 21:01:12.879 INFO STEP 76 (remove_files) COMPLETE
90722026-08-12T21:01:14.165Z[ recovery-image] Aug 12 21:01:12.879 INFO O| Aug 12 21:01:12.879 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90732026-08-12T21:01:14.173Z[ recovery-image] Aug 12 21:01:12.890 INFO O| Aug 12 21:01:12.890 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90742026-08-12T21:01:14.177Z[ recovery-image] Aug 12 21:01:12.890 INFO O| Aug 12 21:01:12.890 INFO STEP 77 (remove_files) COMPLETE
90752026-08-12T21:01:14.177Z[ recovery-image] Aug 12 21:01:12.890 INFO O| Aug 12 21:01:12.890 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90762026-08-12T21:01:14.184Z[ recovery-image] Aug 12 21:01:12.901 INFO O| Aug 12 21:01:12.901 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90772026-08-12T21:01:14.185Z[ recovery-image] Aug 12 21:01:12.901 INFO O| Aug 12 21:01:12.901 INFO STEP 78 (remove_files) COMPLETE
90782026-08-12T21:01:14.185Z[ recovery-image] Aug 12 21:01:12.901 INFO O| Aug 12 21:01:12.901 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90792026-08-12T21:01:14.198Z[ recovery-image] Aug 12 21:01:12.913 INFO O| Aug 12 21:01:12.913 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90802026-08-12T21:01:14.202Z[ recovery-image] Aug 12 21:01:12.913 INFO O| Aug 12 21:01:12.913 INFO STEP 79 (remove_files) COMPLETE
90812026-08-12T21:01:14.202Z[ recovery-image] Aug 12 21:01:12.913 INFO O| Aug 12 21:01:12.913 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90822026-08-12T21:01:14.208Z[ recovery-image] Aug 12 21:01:12.924 INFO O| Aug 12 21:01:12.924 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90832026-08-12T21:01:14.208Z[ recovery-image] Aug 12 21:01:12.924 INFO O| Aug 12 21:01:12.924 INFO STEP 80 (remove_files) COMPLETE
90842026-08-12T21:01:14.208Z[ recovery-image] Aug 12 21:01:12.924 INFO O| Aug 12 21:01:12.924 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90852026-08-12T21:01:14.218Z[ recovery-image] Aug 12 21:01:12.933 INFO O| Aug 12 21:01:12.933 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
90862026-08-12T21:01:14.218Z[ recovery-image] Aug 12 21:01:12.933 INFO O| Aug 12 21:01:12.933 INFO STEP 81 (remove_files) COMPLETE
90872026-08-12T21:01:14.219Z[ recovery-image] Aug 12 21:01:12.933 INFO O| Aug 12 21:01:12.933 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90882026-08-12T21:01:14.227Z[ recovery-image] Aug 12 21:01:12.944 INFO O| Aug 12 21:01:12.944 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
90892026-08-12T21:01:14.227Z[ recovery-image] Aug 12 21:01:12.944 INFO O| Aug 12 21:01:12.944 INFO STEP 82 (remove_files) COMPLETE
90902026-08-12T21:01:14.227Z[ recovery-image] Aug 12 21:01:12.944 INFO O| Aug 12 21:01:12.944 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90912026-08-12T21:01:14.237Z[ recovery-image] Aug 12 21:01:12.954 INFO O| Aug 12 21:01:12.954 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
90922026-08-12T21:01:14.237Z[ recovery-image] Aug 12 21:01:12.954 INFO O| Aug 12 21:01:12.954 INFO STEP 83 (remove_files) COMPLETE
90932026-08-12T21:01:14.237Z[ recovery-image] Aug 12 21:01:12.954 INFO O| Aug 12 21:01:12.954 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90942026-08-12T21:01:14.248Z[ recovery-image] Aug 12 21:01:12.964 INFO O| Aug 12 21:01:12.964 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
90952026-08-12T21:01:14.248Z[ recovery-image] Aug 12 21:01:12.964 INFO O| Aug 12 21:01:12.964 INFO STEP 84 (remove_files) COMPLETE
90962026-08-12T21:01:14.248Z[ recovery-image] Aug 12 21:01:12.964 INFO O| Aug 12 21:01:12.964 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90972026-08-12T21:01:14.260Z[ recovery-image] Aug 12 21:01:12.976 INFO O| Aug 12 21:01:12.976 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
90982026-08-12T21:01:14.260Z[ recovery-image] Aug 12 21:01:12.976 INFO O| Aug 12 21:01:12.976 INFO STEP 85 (remove_files) COMPLETE
90992026-08-12T21:01:14.261Z[ recovery-image] Aug 12 21:01:12.976 INFO O| Aug 12 21:01:12.976 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91002026-08-12T21:01:14.273Z[ recovery-image] Aug 12 21:01:12.987 INFO O| Aug 12 21:01:12.986 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91012026-08-12T21:01:14.273Z[ recovery-image] Aug 12 21:01:12.987 INFO O| Aug 12 21:01:12.987 INFO STEP 86 (remove_files) COMPLETE
91022026-08-12T21:01:14.273Z[ recovery-image] Aug 12 21:01:12.987 INFO O| Aug 12 21:01:12.987 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91032026-08-12T21:01:14.281Z[ recovery-image] Aug 12 21:01:12.997 INFO O| Aug 12 21:01:12.997 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91042026-08-12T21:01:14.281Z[ recovery-image] Aug 12 21:01:12.997 INFO O| Aug 12 21:01:12.997 INFO STEP 87 (remove_files) COMPLETE
91052026-08-12T21:01:14.281Z[ recovery-image] Aug 12 21:01:12.997 INFO O| Aug 12 21:01:12.997 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91062026-08-12T21:01:14.291Z[ recovery-image] Aug 12 21:01:13.007 INFO O| Aug 12 21:01:13.007 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91072026-08-12T21:01:14.291Z[ recovery-image] Aug 12 21:01:13.007 INFO O| Aug 12 21:01:13.007 INFO STEP 88 (remove_files) COMPLETE
91082026-08-12T21:01:14.291Z[ recovery-image] Aug 12 21:01:13.007 INFO O| Aug 12 21:01:13.007 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91092026-08-12T21:01:14.303Z[ recovery-image] Aug 12 21:01:13.019 INFO O| Aug 12 21:01:13.019 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91102026-08-12T21:01:14.303Z[ recovery-image] Aug 12 21:01:13.019 INFO O| Aug 12 21:01:13.019 INFO STEP 89 (remove_files) COMPLETE
91112026-08-12T21:01:14.303Z[ recovery-image] Aug 12 21:01:13.019 INFO O| Aug 12 21:01:13.019 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91122026-08-12T21:01:14.313Z[ recovery-image] Aug 12 21:01:13.030 INFO O| Aug 12 21:01:13.030 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91132026-08-12T21:01:14.313Z[ recovery-image] Aug 12 21:01:13.030 INFO O| Aug 12 21:01:13.030 INFO STEP 90 (remove_files) COMPLETE
91142026-08-12T21:01:14.314Z[ recovery-image] Aug 12 21:01:13.030 INFO O| Aug 12 21:01:13.030 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91152026-08-12T21:01:14.324Z[ recovery-image] Aug 12 21:01:13.040 INFO O| Aug 12 21:01:13.040 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91162026-08-12T21:01:14.324Z[ recovery-image] Aug 12 21:01:13.040 INFO O| Aug 12 21:01:13.040 INFO STEP 91 (remove_files) COMPLETE
91172026-08-12T21:01:14.324Z[ recovery-image] Aug 12 21:01:13.040 INFO O| Aug 12 21:01:13.040 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91182026-08-12T21:01:14.335Z[ recovery-image] Aug 12 21:01:13.051 INFO O| Aug 12 21:01:13.051 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91192026-08-12T21:01:14.335Z[ recovery-image] Aug 12 21:01:13.051 INFO O| Aug 12 21:01:13.051 INFO STEP 92 (remove_files) COMPLETE
91202026-08-12T21:01:14.335Z[ recovery-image] Aug 12 21:01:13.051 INFO O| Aug 12 21:01:13.051 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91212026-08-12T21:01:14.346Z[ recovery-image] Aug 12 21:01:13.062 INFO O| Aug 12 21:01:13.062 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91222026-08-12T21:01:14.346Z[ recovery-image] Aug 12 21:01:13.062 INFO O| Aug 12 21:01:13.062 INFO STEP 93 (remove_files) COMPLETE
91232026-08-12T21:01:14.346Z[ recovery-image] Aug 12 21:01:13.062 INFO O| Aug 12 21:01:13.062 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91242026-08-12T21:01:14.364Z[ recovery-image] Aug 12 21:01:13.080 INFO O| Aug 12 21:01:13.080 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91252026-08-12T21:01:14.364Z[ recovery-image] Aug 12 21:01:13.080 INFO O| Aug 12 21:01:13.080 INFO STEP 94 (remove_files) COMPLETE
91262026-08-12T21:01:14.364Z[ recovery-image] Aug 12 21:01:13.080 INFO O| Aug 12 21:01:13.080 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272026-08-12T21:01:14.374Z[ recovery-image] Aug 12 21:01:13.091 INFO O| Aug 12 21:01:13.091 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91282026-08-12T21:01:14.374Z[ recovery-image] Aug 12 21:01:13.091 INFO O| Aug 12 21:01:13.091 INFO STEP 95 (remove_files) COMPLETE
91292026-08-12T21:01:14.374Z[ recovery-image] Aug 12 21:01:13.091 INFO O| Aug 12 21:01:13.091 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302026-08-12T21:01:14.385Z[ recovery-image] Aug 12 21:01:13.101 INFO O| Aug 12 21:01:13.101 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91312026-08-12T21:01:14.385Z[ recovery-image] Aug 12 21:01:13.101 INFO O| Aug 12 21:01:13.101 INFO STEP 96 (remove_files) COMPLETE
91322026-08-12T21:01:14.385Z[ recovery-image] Aug 12 21:01:13.101 INFO O| Aug 12 21:01:13.101 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-08-12T21:01:14.397Z[ recovery-image] Aug 12 21:01:13.113 INFO O| Aug 12 21:01:13.113 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91342026-08-12T21:01:14.397Z[ recovery-image] Aug 12 21:01:13.113 INFO O| Aug 12 21:01:13.113 INFO STEP 97 (remove_files) COMPLETE
91352026-08-12T21:01:14.401Z[ recovery-image] Aug 12 21:01:13.113 INFO O| Aug 12 21:01:13.113 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-08-12T21:01:14.409Z[ recovery-image] Aug 12 21:01:13.126 INFO O| Aug 12 21:01:13.125 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91372026-08-12T21:01:14.409Z[ recovery-image] Aug 12 21:01:13.126 INFO O| Aug 12 21:01:13.126 INFO STEP 98 (remove_files) COMPLETE
91382026-08-12T21:01:14.412Z[ recovery-image] Aug 12 21:01:13.126 INFO O| Aug 12 21:01:13.126 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-08-12T21:01:14.421Z[ recovery-image] Aug 12 21:01:13.138 INFO O| Aug 12 21:01:13.137 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91402026-08-12T21:01:14.421Z[ recovery-image] Aug 12 21:01:13.138 INFO O| Aug 12 21:01:13.138 INFO STEP 99 (remove_files) COMPLETE
91412026-08-12T21:01:14.421Z[ recovery-image] Aug 12 21:01:13.138 INFO O| Aug 12 21:01:13.138 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91422026-08-12T21:01:14.439Z[ recovery-image] Aug 12 21:01:13.156 INFO O| Aug 12 21:01:13.155 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91432026-08-12T21:01:14.439Z[ recovery-image] Aug 12 21:01:13.156 INFO O| Aug 12 21:01:13.156 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_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
91442026-08-12T21:01:14.562Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
91452026-08-12T21:01:14.590Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
91462026-08-12T21:01:15.361Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
91472026-08-12T21:01:15.862Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
91482026-08-12T21:01:16.031Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
91492026-08-12T21:01:16.154Z[verify-libraries] Compiling multimap v0.10.1
91502026-08-12T21:01:16.181Z[verify-libraries] Compiling termios v0.3.3
91512026-08-12T21:01:16.461Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
91522026-08-12T21:01:16.515Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
91532026-08-12T21:01:21.038Z[ recovery-image] Aug 12 21:01:19.748 INFO O| Aug 12 21:01:19.747 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
91542026-08-12T21:01:21.038Z[ recovery-image] Aug 12 21:01:19.748 INFO O| Aug 12 21:01:19.747 INFO E| svccfg: Loaded 69 smf(7) service descriptions
91552026-08-12T21:01:21.050Z[ recovery-image] Aug 12 21:01:19.766 INFO O| Aug 12 21:01:19.766 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
91562026-08-12T21:01:21.155Z[ recovery-image] Aug 12 21:01:19.871 INFO O| Aug 12 21:01:19.871 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
91572026-08-12T21:01:21.216Z[ recovery-image] Aug 12 21:01:19.931 INFO O| Aug 12 21:01:19.931 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
91582026-08-12T21:01:21.284Z[ recovery-image] Aug 12 21:01:20.000 INFO O| Aug 12 21:01:20.000 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
91592026-08-12T21:01:21.284Z[ recovery-image] Aug 12 21:01:20.000 INFO O| Aug 12 21:01:20.000 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 ...
91602026-08-12T21:01:21.290Z[ recovery-image] Aug 12 21:01:20.003 INFO O| Aug 12 21:01:20.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
91612026-08-12T21:01:21.290Z[ recovery-image] Aug 12 21:01:20.003 INFO O| Aug 12 21:01:20.003 INFO ok!
91622026-08-12T21:01:21.290Z[ recovery-image] Aug 12 21:01:20.003 INFO O| Aug 12 21:01:20.003 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
91632026-08-12T21:01:21.290Z[ recovery-image] Aug 12 21:01:20.003 INFO O| Aug 12 21:01:20.003 INFO STEP 100 (seed_smf) COMPLETE
91642026-08-12T21:01:21.290Z[ recovery-image] Aug 12 21:01:20.003 INFO O| Aug 12 21:01:20.003 INFO steps complete; finalising image!
91652026-08-12T21:01:21.290Z[ recovery-image] Aug 12 21:01:20.003 INFO O| Aug 12 21:01:20.003 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
91662026-08-12T21:01:21.386Z[ recovery-image] Aug 12 21:01:20.103 INFO O| Aug 12 21:01:20.103 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Aug 12 21:01:20 2026)
91672026-08-12T21:01:21.594Z[ recovery-image] Aug 12 21:01:20.310 INFO O| Aug 12 21:01:20.309 INFO trim TEMPORARY-sled-zfs-recovery: (79% trimmed, started at Wed Aug 12 21:01:20 2026)
91682026-08-12T21:01:21.800Z[ recovery-image] Aug 12 21:01:20.516 INFO O| Aug 12 21:01:20.516 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 21:01:20 2026)
91692026-08-12T21:01:22.008Z[ recovery-image] Aug 12 21:01:20.722 INFO O| Aug 12 21:01:20.722 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 21:01:20 2026)
91702026-08-12T21:01:22.219Z[ recovery-image] Aug 12 21:01:20.928 INFO O| Aug 12 21:01:20.928 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 21:01:20 2026)
91712026-08-12T21:01:22.426Z[ recovery-image] Aug 12 21:01:21.142 INFO O| Aug 12 21:01:21.137 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 21:01:20 2026)
91722026-08-12T21:01:22.630Z[ recovery-image] Aug 12 21:01:21.346 INFO O| Aug 12 21:01:21.346 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 21:01:20 2026)
91732026-08-12T21:01:22.837Z[ recovery-image] Aug 12 21:01:21.553 INFO O| Aug 12 21:01:21.553 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 21:01:20 2026)
91742026-08-12T21:01:23.045Z[ recovery-image] Aug 12 21:01:21.760 INFO O| Aug 12 21:01:21.760 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 21:01:20 2026)
91752026-08-12T21:01:23.250Z[ recovery-image] Aug 12 21:01:21.966 INFO O| Aug 12 21:01:21.966 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 21:01:20 2026)
91762026-08-12T21:01:23.456Z[ recovery-image] Aug 12 21:01:22.172 INFO O| Aug 12 21:01:22.172 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 21:01:20 2026)
91772026-08-12T21:01:23.662Z[ recovery-image] Aug 12 21:01:22.378 INFO O| Aug 12 21:01:22.378 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 21:01:20 2026)
91782026-08-12T21:01:23.869Z[ recovery-image] Aug 12 21:01:22.585 INFO O| Aug 12 21:01:22.585 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 21:01:20 2026)
91792026-08-12T21:01:24.074Z[ recovery-image] Aug 12 21:01:22.791 INFO O| Aug 12 21:01:22.791 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 21:01:20 2026)
91802026-08-12T21:01:24.281Z[ recovery-image] Aug 12 21:01:22.997 INFO O| Aug 12 21:01:22.997 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 21:01:20 2026)
91812026-08-12T21:01:24.488Z[ recovery-image] Aug 12 21:01:23.204 INFO O| Aug 12 21:01:23.204 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 21:01:20 2026)
91822026-08-12T21:01:24.717Z[ recovery-image] Aug 12 21:01:23.433 INFO O| Aug 12 21:01:23.433 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Wed Aug 12 21:01:20 2026)
91832026-08-12T21:01:24.791Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
91842026-08-12T21:01:24.924Z[verify-libraries] Compiling polar-core v0.27.3
91852026-08-12T21:01:24.954Z[ recovery-image] Aug 12 21:01:23.669 INFO O| Aug 12 21:01:23.669 INFO temporary pool has 496M used, 1.27G avail, 1.00x compressratio
91862026-08-12T21:01:24.954Z[ recovery-image] Aug 12 21:01:23.669 INFO O| Aug 12 21:01:23.669 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
91872026-08-12T21:01:25.511Z[ recovery-image] Aug 12 21:01:24.228 INFO O| Aug 12 21:01:24.227 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
91882026-08-12T21:01:25.511Z[ recovery-image] Aug 12 21:01:24.228 INFO O| Aug 12 21:01:24.228 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
91892026-08-12T21:01:28.696Z[ recovery-image] Aug 12 21:01:27.407 INFO O| Aug 12 21:01:27.407 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
91902026-08-12T21:01:28.700Z[ recovery-image] Aug 12 21:01:27.407 INFO O| Aug 12 21:01:27.407 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
91912026-08-12T21:01:28.700Z[ recovery-image] Aug 12 21:01:27.407 INFO O| Aug 12 21:01:27.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
91922026-08-12T21:01:28.700Z[ recovery-image] Aug 12 21:01:27.407 INFO O| Aug 12 21:01:27.407 INFO completed processing sled/zfs-recovery
91932026-08-12T21:01:28.708Z[ recovery-image] Aug 12 21:01:27.407 INFO O| Aug 12 21:01:27.407 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
91942026-08-12T21:01:32.034Z[ host-image] Aug 12 21:01:30.749 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z
91952026-08-12T21:01:32.034Z[ host-image] Aug 12 21:01:30.749 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z
91962026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.749 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91972026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.749 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91982026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.749 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91992026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.749 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92002026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.750 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92012026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.750 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92022026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.750 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260812T204615Z
92032026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.750 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92042026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.750 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92052026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.750 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z
92062026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.751 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z
92072026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.751 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z
92082026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.751 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z
92092026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.751 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92102026-08-12T21:01:32.040Z[ host-image] Aug 12 21:01:30.751 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z
92112026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z
92122026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z
92132026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z
92142026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z
92152026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z
92162026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z
92172026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z
92182026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z
92192026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z
92202026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z
92212026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z
92222026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z
92232026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z
92242026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z
92252026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.752 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
92262026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.753 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z
92272026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.753 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z
92282026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.753 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z
92292026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.753 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z
92302026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.753 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z
92312026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.753 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z
92322026-08-12T21:01:32.041Z[ host-image] Aug 12 21:01:30.753 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z
92332026-08-12T21:01:32.048Z[ host-image] Aug 12 21:01:30.756 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92342026-08-12T21:01:32.048Z[ host-image] Aug 12 21:01:30.756 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z
92352026-08-12T21:01:32.048Z[ host-image] Aug 12 21:01:30.756 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92362026-08-12T21:01:32.048Z[ host-image] Aug 12 21:01:30.756 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92372026-08-12T21:01:32.048Z[ host-image] Aug 12 21:01:30.757 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92382026-08-12T21:01:32.048Z[ host-image] Aug 12 21:01:30.757 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92392026-08-12T21:01:32.048Z[ host-image] Aug 12 21:01:30.757 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z
92402026-08-12T21:01:32.048Z[ host-image] Aug 12 21:01:30.757 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92412026-08-12T21:01:32.049Z[ host-image] Aug 12 21:01:30.757 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92422026-08-12T21:01:32.049Z[ host-image] Aug 12 21:01:30.757 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92432026-08-12T21:01:32.049Z[ host-image] Aug 12 21:01:30.757 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92442026-08-12T21:01:32.049Z[ host-image] Aug 12 21:01:30.761 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92452026-08-12T21:01:32.049Z[ host-image] Aug 12 21:01:30.761 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92462026-08-12T21:01:32.049Z[ host-image] Aug 12 21:01:30.761 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92472026-08-12T21:01:32.049Z[ host-image] Aug 12 21:01:30.761 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92482026-08-12T21:01:32.049Z[ host-image] Aug 12 21:01:30.761 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92492026-08-12T21:01:32.049Z[ host-image] Aug 12 21:01:30.761 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92502026-08-12T21:01:32.061Z[ host-image] Aug 12 21:01:30.774 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92512026-08-12T21:01:32.061Z[ host-image] Aug 12 21:01:30.774 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92522026-08-12T21:01:32.061Z[ host-image] Aug 12 21:01:30.774 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92532026-08-12T21:01:32.067Z[ host-image] Aug 12 21:01:30.775 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z
92542026-08-12T21:01:32.067Z[ host-image] Aug 12 21:01:30.775 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z
92552026-08-12T21:01:32.067Z[ host-image] Aug 12 21:01:30.775 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92562026-08-12T21:01:32.067Z[ host-image] Aug 12 21:01:30.775 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z
92572026-08-12T21:01:32.067Z[ host-image] Aug 12 21:01:30.775 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92582026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.775 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92592026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.775 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92602026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.775 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92612026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.775 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z
92622026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.775 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92632026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.776 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92642026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.776 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92652026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.776 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92662026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.776 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z
92672026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.776 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92682026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.781 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92692026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.781 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z
92702026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.782 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z
92712026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.782 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z
92722026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.782 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92732026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.782 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z
92742026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.782 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z
92752026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.782 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z
92762026-08-12T21:01:32.068Z[ host-image] Aug 12 21:01:30.782 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z
92772026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.783 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92782026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.783 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z
92792026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.784 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z
92802026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.784 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92812026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.784 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z
92822026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.784 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z
92832026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.784 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z
92842026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.784 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z
92852026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.786 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z
92862026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.786 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92872026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.787 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z
92882026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.787 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z
92892026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.787 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z
92902026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.787 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z
92912026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.787 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z
92922026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.787 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z
92932026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.788 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z
92942026-08-12T21:01:32.076Z[ host-image] Aug 12 21:01:30.788 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z
92952026-08-12T21:01:32.084Z[ host-image] Aug 12 21:01:30.791 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z
92962026-08-12T21:01:32.084Z[ host-image] Aug 12 21:01:30.791 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z
92972026-08-12T21:01:32.084Z[ host-image] Aug 12 21:01:30.791 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z
92982026-08-12T21:01:32.084Z[ host-image] Aug 12 21:01:30.791 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z
92992026-08-12T21:01:32.084Z[ host-image] Aug 12 21:01:30.791 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z
93002026-08-12T21:01:32.110Z[ host-image] Aug 12 21:01:30.798 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z
93012026-08-12T21:01:32.110Z[ host-image] Aug 12 21:01:30.798 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z
93022026-08-12T21:01:32.110Z[ host-image] Aug 12 21:01:30.798 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z
93032026-08-12T21:01:32.110Z[ host-image] Aug 12 21:01:30.798 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93042026-08-12T21:01:32.110Z[ host-image] Aug 12 21:01:30.798 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93052026-08-12T21:01:32.120Z[ host-image] Aug 12 21:01:30.824 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z
93062026-08-12T21:01:32.120Z[ host-image] Aug 12 21:01:30.824 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93072026-08-12T21:01:32.120Z[ host-image] Aug 12 21:01:30.824 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z
93082026-08-12T21:01:32.120Z[ host-image] Aug 12 21:01:30.824 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z
93092026-08-12T21:01:32.120Z[ host-image] Aug 12 21:01:30.825 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z
93102026-08-12T21:01:32.120Z[ host-image] Aug 12 21:01:30.825 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93112026-08-12T21:01:32.120Z[ host-image] Aug 12 21:01:30.825 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93122026-08-12T21:01:32.120Z[ host-image] Aug 12 21:01:30.825 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z
93132026-08-12T21:01:32.120Z[ host-image] Aug 12 21:01:30.825 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z
93142026-08-12T21:01:32.120Z[ host-image] Aug 12 21:01:30.825 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z
93152026-08-12T21:01:32.120Z[ host-image] Aug 12 21:01:30.825 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z
93162026-08-12T21:01:32.120Z[ host-image] Aug 12 21:01:30.825 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z
93172026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.825 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z
93182026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.826 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93192026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.826 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z
93202026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.827 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z
93212026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.827 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z
93222026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.827 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z
93232026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.827 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z
93242026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.827 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z
93252026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.827 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93262026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.827 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93272026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.827 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z
93282026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.828 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z
93292026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.828 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93302026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.828 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93312026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.828 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93322026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.828 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93332026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.828 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93342026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.828 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93352026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.829 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93362026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.829 INFO O| tempdir @ "/tmp/.tmpFN3Uvf/tmp"
93372026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.829 INFO O| image root @ "/tmp/.tmpFN3Uvf/tmp/root"
93382026-08-12T21:01:32.121Z[ host-image] Aug 12 21:01:30.829 INFO O| creating image...
93392026-08-12T21:01:35.094Z[verify-libraries] Compiling oso v0.27.3
93402026-08-12T21:01:35.640Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93412026-08-12T21:01:35.959Z[ host-image] Aug 12 21:01:34.675 INFO O| copying publishers...
93422026-08-12T21:01:36.006Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93432026-08-12T21:01:36.334Z[ recovery-image] Aug 12 21:01:35.051 INFO O| Aug 12 21:01:35.051 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93442026-08-12T21:01:36.860Z[ recovery-image] Aug 12 21:01:35.576 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
93452026-08-12T21:01:36.860Z[ recovery-image] Aug 12 21:01:35.576 INFO expanded image name: "recovery 05e8f03/${os_short_commit} 2026-08-12 20:46" -> "recovery 05e8f03/aaf8e74 2026-08-12 20:46"
93462026-08-12T21:01:36.863Z[ recovery-image] Aug 12 21:01:35.576 INFO output artefacts stored in: "/work/os-recovery"
93472026-08-12T21:01:36.863Z[ recovery-image] Aug 12 21:01:35.576 INFO collecting git info from project "chelsio-t6-roms"...
93482026-08-12T21:01:36.882Z[ recovery-image] Aug 12 21:01:35.598 INFO collecting git info from project "pilot"...
93492026-08-12T21:01:36.892Z[ recovery-image] Aug 12 21:01:35.609 INFO collecting git info from project "amd-host-image-builder"...
93502026-08-12T21:01:36.938Z[ recovery-image] Aug 12 21:01:35.654 INFO collecting git info from project "bootserver"...
93512026-08-12T21:01:36.946Z[ recovery-image] Aug 12 21:01:35.662 INFO collecting git info from project "pinprick"...
93522026-08-12T21:01:36.952Z[ recovery-image] Aug 12 21:01:35.669 INFO collecting git info from project "dmar-report"...
93532026-08-12T21:01:36.969Z[ recovery-image] Aug 12 21:01:35.686 INFO collecting git info from project "image-builder"...
93542026-08-12T21:01:36.977Z[ recovery-image] Aug 12 21:01:35.694 INFO collecting git info from project "phbl"...
93552026-08-12T21:01:36.986Z[ recovery-image] Aug 12 21:01:35.702 INFO collecting git info from project "amd-firmware"...
93562026-08-12T21:01:37.451Z[ recovery-image] Aug 12 21:01:36.167 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93572026-08-12T21:01:38.231Z[ recovery-image] Aug 12 21:01:36.947 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93582026-08-12T21:01:38.703Z[ recovery-image] Aug 12 21:01:37.419 INFO creating Oxide boot image...
93592026-08-12T21:01:38.703Z[ recovery-image] Aug 12 21:01:37.419 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 05e8f03/aaf8e74 2026-08-12 20:46", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93602026-08-12T21:01:39.129Z[ host-image] Aug 12 21:01:37.845 INFO O| adding properties...
93612026-08-12T21:01:40.384Z[ host-image] Aug 12 21:01:39.091 INFO O| installing packages...
93622026-08-12T21:01:45.853Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93632026-08-12T21:01:47.877Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93642026-08-12T21:01:48.683Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93652026-08-12T21:01:48.793Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93662026-08-12T21:01:51.436Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93672026-08-12T21:01:54.266Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93682026-08-12T21:01:54.700Z[ host-image] Aug 12 21:01:53.416 INFO O| seeding SMF database...
93692026-08-12T21:01:57.180Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93702026-08-12T21:01:57.754Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93712026-08-12T21:02:00.269Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93722026-08-12T21:02:00.470Z[ host-image] Aug 12 21:01:59.176 INFO O| configuring SMF profile...
93732026-08-12T21:02:00.470Z[ host-image] Aug 12 21:01:59.176 INFO O| modifying shadow(5)...
93742026-08-12T21:02:00.473Z[ host-image] Aug 12 21:01:59.176 INFO O| loading user and group database...
93752026-08-12T21:02:00.473Z[ host-image] Aug 12 21:01:59.176 INFO O| loading facet selections...
93762026-08-12T21:02:00.957Z[ host-image] Aug 12 21:01:59.666 INFO O| devel -> true
93772026-08-12T21:02:00.957Z[ host-image] Aug 12 21:01:59.666 INFO O| doc.man -> true
93782026-08-12T21:02:00.957Z[ host-image] Aug 12 21:01:59.666 INFO O| version-lock.shell/ksh93 -> true
93792026-08-12T21:02:00.957Z[ host-image] Aug 12 21:01:59.666 INFO O| version-lock.system/data/hardware-registry -> true
93802026-08-12T21:02:00.957Z[ host-image] Aug 12 21:01:59.666 INFO O| version-lock.system/data/zoneinfo -> true
93812026-08-12T21:02:00.957Z[ host-image] Aug 12 21:01:59.666 INFO O| version-lock.system/microcode/amd -> true
93822026-08-12T21:02:00.957Z[ host-image] Aug 12 21:01:59.666 INFO O| version-lock.system/microcode/intel -> true
93832026-08-12T21:02:00.957Z[ host-image] Aug 12 21:01:59.666 INFO O| version-lock.system/microcode/oxide -> true
93842026-08-12T21:02:00.957Z[ host-image] Aug 12 21:01:59.666 INFO O| assessing packaged files...
93852026-08-12T21:02:03.292Z[ host-image] Aug 12 21:02:02.003 INFO O| creating archive...
93862026-08-12T21:02:03.313Z[ host-image] Aug 12 21:02:02.030 INFO O| missing from packaging:
93872026-08-12T21:02:03.313Z[ host-image] Aug 12 21:02:02.030 INFO O| "etc/.pwd.lock"
93882026-08-12T21:02:03.314Z[ host-image] Aug 12 21:02:02.030 INFO O| "etc/bash"
93892026-08-12T21:02:03.318Z[ host-image] Aug 12 21:02:02.034 INFO O| "etc/svc/profile/generic.xml"
93902026-08-12T21:02:03.318Z[ host-image] Aug 12 21:02:02.034 INFO O| "etc/svc/profile/inetd_services.xml"
93912026-08-12T21:02:03.318Z[ host-image] Aug 12 21:02:02.034 INFO O| "etc/svc/profile/name_service.xml"
93922026-08-12T21:02:03.322Z[ host-image] Aug 12 21:02:02.034 INFO O| "etc/svc/profile/platform.xml"
93932026-08-12T21:02:03.322Z[ host-image] Aug 12 21:02:02.034 INFO O| "etc/svc/profile/platform_omicron1.xml"
93942026-08-12T21:02:03.322Z[ host-image] Aug 12 21:02:02.034 INFO O| "etc/svc/repository.db"
93952026-08-12T21:02:03.326Z[ host-image] Aug 12 21:02:02.042 INFO O| "opt/ooce/share"
93962026-08-12T21:02:03.326Z[ host-image] Aug 12 21:02:02.042 INFO O| "opt/ooce/share/man"
93972026-08-12T21:02:03.326Z[ host-image] Aug 12 21:02:02.042 INFO O| "opt/ooce/share/man/man1"
93982026-08-12T21:02:03.337Z[ host-image] Aug 12 21:02:02.053 INFO O| finishing archive...
93992026-08-12T21:02:06.496Z[ host-image] Aug 12 21:02:05.211 INFO O| creating gzonly manifest...
94002026-08-12T21:02:06.502Z[ host-image] Aug 12 21:02:05.218 INFO O| ok
94012026-08-12T21:02:06.633Z[ host-image] Aug 12 21:02:05.349 INFO image builder template: ramdisk-02-trim...
94022026-08-12T21:02:06.633Z[ host-image] Aug 12 21:02:05.349 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/.tmpn6z8wZ/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.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94032026-08-12T21:02:06.653Z[ host-image] Aug 12 21:02:05.370 INFO O| Aug 12 21:02:05.369 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94042026-08-12T21:02:06.657Z[ host-image] Aug 12 21:02:05.373 INFO O| Aug 12 21:02:05.373 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94052026-08-12T21:02:08.187Z[ host-image] Aug 12 21:02:06.903 INFO O| Aug 12 21:02:06.903 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94062026-08-12T21:02:08.301Z[ host-image] Aug 12 21:02:07.017 INFO O| Aug 12 21:02:07.017 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94072026-08-12T21:02:08.301Z[ host-image] Aug 12 21:02:07.017 INFO O| Aug 12 21:02:07.017 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94082026-08-12T21:02:08.306Z[ host-image] Aug 12 21:02:07.022 INFO O| Aug 12 21:02:07.022 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94092026-08-12T21:02:08.311Z[ host-image] Aug 12 21:02:07.027 INFO O| Aug 12 21:02:07.027 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94102026-08-12T21:02:08.318Z[ host-image] Aug 12 21:02:07.033 INFO O| Aug 12 21:02:07.033 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94112026-08-12T21:02:08.681Z[ host-image] Aug 12 21:02:07.398 INFO O| Aug 12 21:02:07.397 INFO rolled back to input snapshot; work may begin
94122026-08-12T21:02:08.681Z[ host-image] Aug 12 21:02:07.398 INFO O| Aug 12 21:02:07.398 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94132026-08-12T21:02:08.686Z[ host-image] Aug 12 21:02:07.403 INFO O| Aug 12 21:02:07.403 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94142026-08-12T21:02:08.695Z[ host-image] Aug 12 21:02:07.410 INFO O| Aug 12 21:02:07.410 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94152026-08-12T21:02:08.737Z[ host-image] Aug 12 21:02:07.453 INFO O| Aug 12 21:02:07.453 INFO STEP 0 (remove_files) COMPLETE
94162026-08-12T21:02:08.737Z[ host-image] Aug 12 21:02:07.453 INFO O| Aug 12 21:02:07.453 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94172026-08-12T21:02:08.745Z[ host-image] Aug 12 21:02:07.462 INFO O| Aug 12 21:02:07.462 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94182026-08-12T21:02:08.748Z[ host-image] Aug 12 21:02:07.463 INFO O| Aug 12 21:02:07.463 INFO STEP 1 (remove_files) COMPLETE
94192026-08-12T21:02:08.748Z[ host-image] Aug 12 21:02:07.463 INFO O| Aug 12 21:02:07.463 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94202026-08-12T21:02:08.755Z[ host-image] Aug 12 21:02:07.472 INFO O| Aug 12 21:02:07.472 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94212026-08-12T21:02:08.769Z[ host-image] Aug 12 21:02:07.486 INFO O| Aug 12 21:02:07.486 INFO STEP 2 (remove_files) COMPLETE
94222026-08-12T21:02:08.770Z[ host-image] Aug 12 21:02:07.486 INFO O| Aug 12 21:02:07.486 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94232026-08-12T21:02:08.779Z[ host-image] Aug 12 21:02:07.495 INFO O| Aug 12 21:02:07.495 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94242026-08-12T21:02:08.783Z[ host-image] Aug 12 21:02:07.497 INFO O| Aug 12 21:02:07.497 INFO STEP 3 (remove_files) COMPLETE
94252026-08-12T21:02:08.783Z[ host-image] Aug 12 21:02:07.497 INFO O| Aug 12 21:02:07.497 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94262026-08-12T21:02:08.788Z[ host-image] Aug 12 21:02:07.505 INFO O| Aug 12 21:02:07.505 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94272026-08-12T21:02:08.793Z[ host-image] Aug 12 21:02:07.508 INFO O| Aug 12 21:02:07.508 INFO STEP 4 (remove_files) COMPLETE
94282026-08-12T21:02:08.793Z[ host-image] Aug 12 21:02:07.508 INFO O| Aug 12 21:02:07.508 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94292026-08-12T21:02:08.798Z[ host-image] Aug 12 21:02:07.515 INFO O| Aug 12 21:02:07.515 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94302026-08-12T21:02:08.801Z[ host-image] Aug 12 21:02:07.517 INFO O| Aug 12 21:02:07.517 INFO STEP 5 (remove_files) COMPLETE
94312026-08-12T21:02:08.801Z[ host-image] Aug 12 21:02:07.517 INFO O| Aug 12 21:02:07.517 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94322026-08-12T21:02:08.808Z[ host-image] Aug 12 21:02:07.524 INFO O| Aug 12 21:02:07.524 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94332026-08-12T21:02:08.835Z[ host-image] Aug 12 21:02:07.535 INFO O| Aug 12 21:02:07.535 INFO STEP 6 (remove_files) COMPLETE
94342026-08-12T21:02:08.835Z[ host-image] Aug 12 21:02:07.535 INFO O| Aug 12 21:02:07.535 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94352026-08-12T21:02:08.840Z[ host-image] Aug 12 21:02:07.535 INFO O| Aug 12 21:02:07.535 INFO skip step because feature "heliosv2" is not enabled
94362026-08-12T21:02:08.840Z[ host-image] Aug 12 21:02:07.535 INFO O| Aug 12 21:02:07.535 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94372026-08-12T21:02:08.840Z[ host-image] Aug 12 21:02:07.545 INFO O| Aug 12 21:02:07.545 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94382026-08-12T21:02:08.844Z[ host-image] Aug 12 21:02:07.557 INFO O| Aug 12 21:02:07.557 INFO STEP 8 (remove_files) COMPLETE
94392026-08-12T21:02:08.844Z[ host-image] Aug 12 21:02:07.557 INFO O| Aug 12 21:02:07.557 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94402026-08-12T21:02:08.849Z[ host-image] Aug 12 21:02:07.565 INFO O| Aug 12 21:02:07.565 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94412026-08-12T21:02:08.921Z[ host-image] Aug 12 21:02:07.637 INFO O| Aug 12 21:02:07.637 INFO STEP 9 (remove_files) COMPLETE
94422026-08-12T21:02:08.921Z[ host-image] Aug 12 21:02:07.637 INFO O| Aug 12 21:02:07.637 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94432026-08-12T21:02:08.930Z[ host-image] Aug 12 21:02:07.646 INFO O| Aug 12 21:02:07.646 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94442026-08-12T21:02:09.014Z[ host-image] Aug 12 21:02:07.725 INFO O| Aug 12 21:02:07.725 INFO STEP 10 (remove_files) COMPLETE
94452026-08-12T21:02:09.014Z[ host-image] Aug 12 21:02:07.725 INFO O| Aug 12 21:02:07.725 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94462026-08-12T21:02:09.020Z[ host-image] Aug 12 21:02:07.734 INFO O| Aug 12 21:02:07.734 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94472026-08-12T21:02:09.029Z[ host-image] Aug 12 21:02:07.737 INFO O| Aug 12 21:02:07.737 INFO STEP 11 (remove_files) COMPLETE
94482026-08-12T21:02:09.029Z[ host-image] Aug 12 21:02:07.737 INFO O| Aug 12 21:02:07.737 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94492026-08-12T21:02:09.032Z[ host-image] Aug 12 21:02:07.746 INFO O| Aug 12 21:02:07.746 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94502026-08-12T21:02:09.032Z[ host-image] Aug 12 21:02:07.747 INFO O| Aug 12 21:02:07.747 INFO STEP 12 (remove_files) COMPLETE
94512026-08-12T21:02:09.032Z[ host-image] Aug 12 21:02:07.747 INFO O| Aug 12 21:02:07.747 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94522026-08-12T21:02:09.037Z[ host-image] Aug 12 21:02:07.754 INFO O| Aug 12 21:02:07.754 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94532026-08-12T21:02:09.041Z[ host-image] Aug 12 21:02:07.755 INFO O| Aug 12 21:02:07.755 INFO STEP 13 (remove_files) COMPLETE
94542026-08-12T21:02:09.041Z[ host-image] Aug 12 21:02:07.755 INFO O| Aug 12 21:02:07.755 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94552026-08-12T21:02:09.055Z[ host-image] Aug 12 21:02:07.772 INFO O| Aug 12 21:02:07.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94562026-08-12T21:02:09.056Z[ host-image] Aug 12 21:02:07.772 INFO O| Aug 12 21:02:07.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94572026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.772 INFO O| Aug 12 21:02:07.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94582026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.772 INFO O| Aug 12 21:02:07.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94592026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.772 INFO O| Aug 12 21:02:07.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94602026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.772 INFO O| Aug 12 21:02:07.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94612026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.772 INFO O| Aug 12 21:02:07.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94622026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.773 INFO O| Aug 12 21:02:07.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94632026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.773 INFO O| Aug 12 21:02:07.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94642026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.773 INFO O| Aug 12 21:02:07.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94652026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.773 INFO O| Aug 12 21:02:07.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94662026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.773 INFO O| Aug 12 21:02:07.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94672026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.773 INFO O| Aug 12 21:02:07.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94682026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.773 INFO O| Aug 12 21:02:07.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94692026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.773 INFO O| Aug 12 21:02:07.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94702026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.773 INFO O| Aug 12 21:02:07.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94712026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.774 INFO O| Aug 12 21:02:07.774 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94722026-08-12T21:02:09.059Z[ host-image] Aug 12 21:02:07.774 INFO O| Aug 12 21:02:07.774 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94732026-08-12T21:02:09.125Z[ host-image] Aug 12 21:02:07.841 INFO O| Aug 12 21:02:07.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94742026-08-12T21:02:09.140Z[ host-image] Aug 12 21:02:07.846 INFO O| Aug 12 21:02:07.846 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94752026-08-12T21:02:09.200Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94762026-08-12T21:02:09.310Z[ host-image] Aug 12 21:02:08.027 INFO O| Aug 12 21:02:08.027 INFO STEP 14 (remove_files) COMPLETE
94772026-08-12T21:02:09.310Z[ host-image] Aug 12 21:02:08.027 INFO O| Aug 12 21:02:08.027 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-08-12T21:02:09.329Z[ host-image] Aug 12 21:02:08.037 INFO O| Aug 12 21:02:08.037 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94792026-08-12T21:02:09.332Z[ host-image] Aug 12 21:02:08.038 INFO O| Aug 12 21:02:08.038 INFO STEP 15 (remove_files) COMPLETE
94802026-08-12T21:02:09.332Z[ host-image] Aug 12 21:02:08.038 INFO O| Aug 12 21:02:08.038 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-08-12T21:02:09.332Z[ host-image] Aug 12 21:02:08.046 INFO O| Aug 12 21:02:08.046 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94822026-08-12T21:02:09.336Z[ host-image] Aug 12 21:02:08.052 INFO O| Aug 12 21:02:08.052 INFO STEP 16 (remove_files) COMPLETE
94832026-08-12T21:02:09.336Z[ host-image] Aug 12 21:02:08.052 INFO O| Aug 12 21:02:08.052 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-12T21:02:09.342Z[ host-image] Aug 12 21:02:08.059 INFO O| Aug 12 21:02:08.059 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94852026-08-12T21:02:09.347Z[ host-image] Aug 12 21:02:08.059 INFO O| Aug 12 21:02:08.059 INFO STEP 17 (remove_files) COMPLETE
94862026-08-12T21:02:09.347Z[ host-image] Aug 12 21:02:08.059 INFO O| Aug 12 21:02:08.059 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-12T21:02:09.351Z[ host-image] Aug 12 21:02:08.068 INFO O| Aug 12 21:02:08.068 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94882026-08-12T21:02:09.355Z[ host-image] Aug 12 21:02:08.069 INFO O| Aug 12 21:02:08.069 INFO STEP 18 (remove_files) COMPLETE
94892026-08-12T21:02:09.355Z[ host-image] Aug 12 21:02:08.069 INFO O| Aug 12 21:02:08.069 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-12T21:02:09.362Z[ host-image] Aug 12 21:02:08.077 INFO O| Aug 12 21:02:08.077 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94912026-08-12T21:02:09.365Z[ host-image] Aug 12 21:02:08.077 INFO O| Aug 12 21:02:08.077 INFO STEP 19 (remove_files) COMPLETE
94922026-08-12T21:02:09.365Z[ host-image] Aug 12 21:02:08.077 INFO O| Aug 12 21:02:08.077 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-12T21:02:09.368Z[ host-image] Aug 12 21:02:08.084 INFO O| Aug 12 21:02:08.084 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94942026-08-12T21:02:09.368Z[ host-image] Aug 12 21:02:08.084 INFO O| Aug 12 21:02:08.084 INFO STEP 20 (remove_files) COMPLETE
94952026-08-12T21:02:09.368Z[ host-image] Aug 12 21:02:08.084 INFO O| Aug 12 21:02:08.084 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-12T21:02:09.375Z[ host-image] Aug 12 21:02:08.092 INFO O| Aug 12 21:02:08.092 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94972026-08-12T21:02:09.375Z[ host-image] Aug 12 21:02:08.092 INFO O| Aug 12 21:02:08.092 INFO STEP 21 (remove_files) COMPLETE
94982026-08-12T21:02:09.378Z[ host-image] Aug 12 21:02:08.092 INFO O| Aug 12 21:02:08.092 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-12T21:02:09.382Z[ host-image] Aug 12 21:02:08.099 INFO O| Aug 12 21:02:08.099 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95002026-08-12T21:02:09.382Z[ host-image] Aug 12 21:02:08.099 INFO O| Aug 12 21:02:08.099 INFO STEP 22 (remove_files) COMPLETE
95012026-08-12T21:02:09.387Z[ host-image] Aug 12 21:02:08.099 INFO O| Aug 12 21:02:08.099 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-12T21:02:09.392Z[ host-image] Aug 12 21:02:08.106 INFO O| Aug 12 21:02:08.106 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95032026-08-12T21:02:09.392Z[ host-image] Aug 12 21:02:08.106 INFO O| Aug 12 21:02:08.106 INFO STEP 23 (remove_files) COMPLETE
95042026-08-12T21:02:09.392Z[ host-image] Aug 12 21:02:08.106 INFO O| Aug 12 21:02:08.106 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-12T21:02:09.400Z[ host-image] Aug 12 21:02:08.113 INFO O| Aug 12 21:02:08.113 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95062026-08-12T21:02:09.400Z[ host-image] Aug 12 21:02:08.113 INFO O| Aug 12 21:02:08.113 INFO STEP 24 (remove_files) COMPLETE
95072026-08-12T21:02:09.403Z[ host-image] Aug 12 21:02:08.113 INFO O| Aug 12 21:02:08.113 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-12T21:02:09.409Z[ host-image] Aug 12 21:02:08.121 INFO O| Aug 12 21:02:08.121 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95092026-08-12T21:02:09.410Z[ host-image] Aug 12 21:02:08.121 INFO O| Aug 12 21:02:08.121 INFO STEP 25 (remove_files) COMPLETE
95102026-08-12T21:02:09.410Z[ host-image] Aug 12 21:02:08.121 INFO O| Aug 12 21:02:08.121 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-12T21:02:09.413Z[ host-image] Aug 12 21:02:08.128 INFO O| Aug 12 21:02:08.128 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95122026-08-12T21:02:09.413Z[ host-image] Aug 12 21:02:08.128 INFO O| Aug 12 21:02:08.128 INFO STEP 26 (remove_files) COMPLETE
95132026-08-12T21:02:09.413Z[ host-image] Aug 12 21:02:08.128 INFO O| Aug 12 21:02:08.128 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-12T21:02:09.419Z[ host-image] Aug 12 21:02:08.136 INFO O| Aug 12 21:02:08.136 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95152026-08-12T21:02:09.424Z[ host-image] Aug 12 21:02:08.136 INFO O| Aug 12 21:02:08.136 INFO STEP 27 (remove_files) COMPLETE
95162026-08-12T21:02:09.424Z[ host-image] Aug 12 21:02:08.136 INFO O| Aug 12 21:02:08.136 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-12T21:02:09.428Z[ host-image] Aug 12 21:02:08.143 INFO O| Aug 12 21:02:08.143 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95182026-08-12T21:02:09.428Z[ host-image] Aug 12 21:02:08.144 INFO O| Aug 12 21:02:08.144 INFO STEP 28 (remove_files) COMPLETE
95192026-08-12T21:02:09.428Z[ host-image] Aug 12 21:02:08.144 INFO O| Aug 12 21:02:08.144 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-12T21:02:09.437Z[ host-image] Aug 12 21:02:08.151 INFO O| Aug 12 21:02:08.151 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95212026-08-12T21:02:09.437Z[ host-image] Aug 12 21:02:08.151 INFO O| Aug 12 21:02:08.151 INFO STEP 29 (remove_files) COMPLETE
95222026-08-12T21:02:09.440Z[ host-image] Aug 12 21:02:08.151 INFO O| Aug 12 21:02:08.151 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-12T21:02:09.443Z[ host-image] Aug 12 21:02:08.159 INFO O| Aug 12 21:02:08.159 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95242026-08-12T21:02:09.443Z[ host-image] Aug 12 21:02:08.159 INFO O| Aug 12 21:02:08.159 INFO STEP 30 (remove_files) COMPLETE
95252026-08-12T21:02:09.443Z[ host-image] Aug 12 21:02:08.159 INFO O| Aug 12 21:02:08.159 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-12T21:02:09.452Z[ host-image] Aug 12 21:02:08.168 INFO O| Aug 12 21:02:08.168 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95272026-08-12T21:02:09.455Z[ host-image] Aug 12 21:02:08.168 INFO O| Aug 12 21:02:08.168 INFO STEP 31 (remove_files) COMPLETE
95282026-08-12T21:02:09.455Z[ host-image] Aug 12 21:02:08.168 INFO O| Aug 12 21:02:08.168 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-12T21:02:09.460Z[ host-image] Aug 12 21:02:08.177 INFO O| Aug 12 21:02:08.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95302026-08-12T21:02:09.463Z[ host-image] Aug 12 21:02:08.177 INFO O| Aug 12 21:02:08.177 INFO STEP 32 (remove_files) COMPLETE
95312026-08-12T21:02:09.463Z[ host-image] Aug 12 21:02:08.177 INFO O| Aug 12 21:02:08.177 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-12T21:02:09.468Z[ host-image] Aug 12 21:02:08.185 INFO O| Aug 12 21:02:08.185 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95332026-08-12T21:02:09.468Z[ host-image] Aug 12 21:02:08.185 INFO O| Aug 12 21:02:08.185 INFO STEP 33 (remove_files) COMPLETE
95342026-08-12T21:02:09.471Z[ host-image] Aug 12 21:02:08.185 INFO O| Aug 12 21:02:08.185 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-12T21:02:09.476Z[ host-image] Aug 12 21:02:08.193 INFO O| Aug 12 21:02:08.193 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95362026-08-12T21:02:09.479Z[ host-image] Aug 12 21:02:08.193 INFO O| Aug 12 21:02:08.193 INFO STEP 34 (remove_files) COMPLETE
95372026-08-12T21:02:09.479Z[ host-image] Aug 12 21:02:08.193 INFO O| Aug 12 21:02:08.193 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-12T21:02:09.483Z[ host-image] Aug 12 21:02:08.200 INFO O| Aug 12 21:02:08.200 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95392026-08-12T21:02:09.484Z[ host-image] Aug 12 21:02:08.200 INFO O| Aug 12 21:02:08.200 INFO STEP 35 (remove_files) COMPLETE
95402026-08-12T21:02:09.484Z[ host-image] Aug 12 21:02:08.200 INFO O| Aug 12 21:02:08.200 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-12T21:02:09.490Z[ host-image] Aug 12 21:02:08.207 INFO O| Aug 12 21:02:08.207 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95422026-08-12T21:02:09.490Z[ host-image] Aug 12 21:02:08.207 INFO O| Aug 12 21:02:08.207 INFO STEP 36 (remove_files) COMPLETE
95432026-08-12T21:02:09.490Z[ host-image] Aug 12 21:02:08.207 INFO O| Aug 12 21:02:08.207 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-12T21:02:09.497Z[ host-image] Aug 12 21:02:08.213 INFO O| Aug 12 21:02:08.213 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95452026-08-12T21:02:09.497Z[ host-image] Aug 12 21:02:08.213 INFO O| Aug 12 21:02:08.213 INFO STEP 37 (remove_files) COMPLETE
95462026-08-12T21:02:09.500Z[ host-image] Aug 12 21:02:08.213 INFO O| Aug 12 21:02:08.213 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-12T21:02:09.503Z[ host-image] Aug 12 21:02:08.220 INFO O| Aug 12 21:02:08.220 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95482026-08-12T21:02:09.503Z[ host-image] Aug 12 21:02:08.220 INFO O| Aug 12 21:02:08.220 INFO STEP 38 (remove_files) COMPLETE
95492026-08-12T21:02:09.506Z[ host-image] Aug 12 21:02:08.220 INFO O| Aug 12 21:02:08.220 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-12T21:02:09.510Z[ host-image] Aug 12 21:02:08.226 INFO O| Aug 12 21:02:08.226 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95512026-08-12T21:02:09.510Z[ host-image] Aug 12 21:02:08.226 INFO O| Aug 12 21:02:08.226 INFO STEP 39 (remove_files) COMPLETE
95522026-08-12T21:02:09.510Z[ host-image] Aug 12 21:02:08.226 INFO O| Aug 12 21:02:08.226 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-12T21:02:09.516Z[ host-image] Aug 12 21:02:08.233 INFO O| Aug 12 21:02:08.233 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95542026-08-12T21:02:09.516Z[ host-image] Aug 12 21:02:08.233 INFO O| Aug 12 21:02:08.233 INFO STEP 40 (remove_files) COMPLETE
95552026-08-12T21:02:09.516Z[ host-image] Aug 12 21:02:08.233 INFO O| Aug 12 21:02:08.233 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-12T21:02:09.523Z[ host-image] Aug 12 21:02:08.239 INFO O| Aug 12 21:02:08.239 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95572026-08-12T21:02:09.523Z[ host-image] Aug 12 21:02:08.239 INFO O| Aug 12 21:02:08.239 INFO STEP 41 (remove_files) COMPLETE
95582026-08-12T21:02:09.526Z[ host-image] Aug 12 21:02:08.239 INFO O| Aug 12 21:02:08.239 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-12T21:02:09.531Z[ host-image] Aug 12 21:02:08.248 INFO O| Aug 12 21:02:08.248 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95602026-08-12T21:02:09.531Z[ host-image] Aug 12 21:02:08.248 INFO O| Aug 12 21:02:08.248 INFO STEP 42 (remove_files) COMPLETE
95612026-08-12T21:02:09.534Z[ host-image] Aug 12 21:02:08.248 INFO O| Aug 12 21:02:08.248 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-12T21:02:09.539Z[ host-image] Aug 12 21:02:08.255 INFO O| Aug 12 21:02:08.255 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95632026-08-12T21:02:09.539Z[ host-image] Aug 12 21:02:08.255 INFO O| Aug 12 21:02:08.255 INFO STEP 43 (remove_files) COMPLETE
95642026-08-12T21:02:09.539Z[ host-image] Aug 12 21:02:08.255 INFO O| Aug 12 21:02:08.255 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-12T21:02:09.547Z[ host-image] Aug 12 21:02:08.263 INFO O| Aug 12 21:02:08.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95662026-08-12T21:02:09.547Z[ host-image] Aug 12 21:02:08.263 INFO O| Aug 12 21:02:08.263 INFO STEP 44 (remove_files) COMPLETE
95672026-08-12T21:02:09.550Z[ host-image] Aug 12 21:02:08.263 INFO O| Aug 12 21:02:08.263 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-12T21:02:09.555Z[ host-image] Aug 12 21:02:08.272 INFO O| Aug 12 21:02:08.272 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95692026-08-12T21:02:09.558Z[ host-image] Aug 12 21:02:08.272 INFO O| Aug 12 21:02:08.272 INFO STEP 45 (remove_files) COMPLETE
95702026-08-12T21:02:09.558Z[ host-image] Aug 12 21:02:08.272 INFO O| Aug 12 21:02:08.272 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-12T21:02:09.561Z[ host-image] Aug 12 21:02:08.278 INFO O| Aug 12 21:02:08.278 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95722026-08-12T21:02:09.564Z[ host-image] Aug 12 21:02:08.278 INFO O| Aug 12 21:02:08.278 INFO STEP 46 (remove_files) COMPLETE
95732026-08-12T21:02:09.564Z[ host-image] Aug 12 21:02:08.278 INFO O| Aug 12 21:02:08.278 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-12T21:02:09.570Z[ host-image] Aug 12 21:02:08.287 INFO O| Aug 12 21:02:08.287 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95752026-08-12T21:02:09.574Z[ host-image] Aug 12 21:02:08.287 INFO O| Aug 12 21:02:08.287 INFO STEP 47 (remove_files) COMPLETE
95762026-08-12T21:02:09.574Z[ host-image] Aug 12 21:02:08.287 INFO O| Aug 12 21:02:08.287 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-12T21:02:09.578Z[ host-image] Aug 12 21:02:08.295 INFO O| Aug 12 21:02:08.295 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95782026-08-12T21:02:09.579Z[ host-image] Aug 12 21:02:08.295 INFO O| Aug 12 21:02:08.295 INFO STEP 48 (remove_files) COMPLETE
95792026-08-12T21:02:09.582Z[ host-image] Aug 12 21:02:08.295 INFO O| Aug 12 21:02:08.295 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-12T21:02:09.586Z[ host-image] Aug 12 21:02:08.303 INFO O| Aug 12 21:02:08.303 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95812026-08-12T21:02:09.589Z[ host-image] Aug 12 21:02:08.303 INFO O| Aug 12 21:02:08.303 INFO STEP 49 (remove_files) COMPLETE
95822026-08-12T21:02:09.589Z[ host-image] Aug 12 21:02:08.303 INFO O| Aug 12 21:02:08.303 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-12T21:02:09.593Z[ host-image] Aug 12 21:02:08.310 INFO O| Aug 12 21:02:08.310 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95842026-08-12T21:02:09.596Z[ host-image] Aug 12 21:02:08.310 INFO O| Aug 12 21:02:08.310 INFO STEP 50 (remove_files) COMPLETE
95852026-08-12T21:02:09.596Z[ host-image] Aug 12 21:02:08.310 INFO O| Aug 12 21:02:08.310 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-12T21:02:09.600Z[ host-image] Aug 12 21:02:08.317 INFO O| Aug 12 21:02:08.317 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95872026-08-12T21:02:09.600Z[ host-image] Aug 12 21:02:08.317 INFO O| Aug 12 21:02:08.317 INFO STEP 51 (remove_files) COMPLETE
95882026-08-12T21:02:09.604Z[ host-image] Aug 12 21:02:08.317 INFO O| Aug 12 21:02:08.317 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-12T21:02:09.607Z[ host-image] Aug 12 21:02:08.324 INFO O| Aug 12 21:02:08.324 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95902026-08-12T21:02:09.607Z[ host-image] Aug 12 21:02:08.324 INFO O| Aug 12 21:02:08.324 INFO STEP 52 (remove_files) COMPLETE
95912026-08-12T21:02:09.611Z[ host-image] Aug 12 21:02:08.324 INFO O| Aug 12 21:02:08.324 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-12T21:02:09.616Z[ host-image] Aug 12 21:02:08.333 INFO O| Aug 12 21:02:08.332 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95932026-08-12T21:02:09.619Z[ host-image] Aug 12 21:02:08.333 INFO O| Aug 12 21:02:08.333 INFO STEP 53 (remove_files) COMPLETE
95942026-08-12T21:02:09.619Z[ host-image] Aug 12 21:02:08.333 INFO O| Aug 12 21:02:08.333 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-12T21:02:09.624Z[ host-image] Aug 12 21:02:08.341 INFO O| Aug 12 21:02:08.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95962026-08-12T21:02:09.624Z[ host-image] Aug 12 21:02:08.341 INFO O| Aug 12 21:02:08.341 INFO STEP 54 (remove_files) COMPLETE
95972026-08-12T21:02:09.624Z[ host-image] Aug 12 21:02:08.341 INFO O| Aug 12 21:02:08.341 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-12T21:02:09.631Z[ host-image] Aug 12 21:02:08.348 INFO O| Aug 12 21:02:08.347 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95992026-08-12T21:02:09.631Z[ host-image] Aug 12 21:02:08.348 INFO O| Aug 12 21:02:08.348 INFO STEP 55 (remove_files) COMPLETE
96002026-08-12T21:02:09.631Z[ host-image] Aug 12 21:02:08.348 INFO O| Aug 12 21:02:08.348 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-12T21:02:09.638Z[ host-image] Aug 12 21:02:08.354 INFO O| Aug 12 21:02:08.354 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96022026-08-12T21:02:09.638Z[ host-image] Aug 12 21:02:08.354 INFO O| Aug 12 21:02:08.354 INFO STEP 56 (remove_files) COMPLETE
96032026-08-12T21:02:09.638Z[ host-image] Aug 12 21:02:08.355 INFO O| Aug 12 21:02:08.354 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-12T21:02:09.645Z[ host-image] Aug 12 21:02:08.361 INFO O| Aug 12 21:02:08.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96052026-08-12T21:02:09.648Z[ host-image] Aug 12 21:02:08.362 INFO O| Aug 12 21:02:08.362 INFO STEP 57 (remove_files) COMPLETE
96062026-08-12T21:02:09.648Z[ host-image] Aug 12 21:02:08.362 INFO O| Aug 12 21:02:08.362 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-12T21:02:09.651Z[ host-image] Aug 12 21:02:08.368 INFO O| Aug 12 21:02:08.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96082026-08-12T21:02:09.652Z[ host-image] Aug 12 21:02:08.368 INFO O| Aug 12 21:02:08.368 INFO STEP 58 (remove_files) COMPLETE
96092026-08-12T21:02:09.652Z[ host-image] Aug 12 21:02:08.368 INFO O| Aug 12 21:02:08.368 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-12T21:02:09.661Z[ host-image] Aug 12 21:02:08.378 INFO O| Aug 12 21:02:08.378 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96112026-08-12T21:02:09.664Z[ host-image] Aug 12 21:02:08.378 INFO O| Aug 12 21:02:08.378 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96122026-08-12T21:02:09.664Z[ host-image] Aug 12 21:02:08.378 INFO O| Aug 12 21:02:08.378 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96132026-08-12T21:02:09.664Z[ host-image] Aug 12 21:02:08.378 INFO O| Aug 12 21:02:08.378 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96142026-08-12T21:02:09.664Z[ host-image] Aug 12 21:02:08.378 INFO O| Aug 12 21:02:08.378 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96152026-08-12T21:02:09.664Z[ host-image] Aug 12 21:02:08.378 INFO O| Aug 12 21:02:08.378 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96162026-08-12T21:02:09.665Z[ host-image] Aug 12 21:02:08.378 INFO O| Aug 12 21:02:08.378 INFO ok!
96172026-08-12T21:02:09.665Z[ host-image] Aug 12 21:02:08.378 INFO O| Aug 12 21:02:08.378 INFO STEP 59 (ensure_file) COMPLETE
96182026-08-12T21:02:09.665Z[ host-image] Aug 12 21:02:08.378 INFO O| Aug 12 21:02:08.378 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-12T21:02:09.669Z[ host-image] Aug 12 21:02:08.386 INFO O| Aug 12 21:02:08.386 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96202026-08-12T21:02:09.669Z[ host-image] Aug 12 21:02:08.386 INFO O| Aug 12 21:02:08.386 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96212026-08-12T21:02:09.674Z[ host-image] Aug 12 21:02:08.386 INFO O| Aug 12 21:02:08.386 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96222026-08-12T21:02:09.674Z[ host-image] Aug 12 21:02:08.386 INFO O| Aug 12 21:02:08.386 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96232026-08-12T21:02:09.674Z[ host-image] Aug 12 21:02:08.386 INFO O| Aug 12 21:02:08.386 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96242026-08-12T21:02:09.674Z[ host-image] Aug 12 21:02:08.386 INFO O| Aug 12 21:02:08.386 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96252026-08-12T21:02:09.674Z[ host-image] Aug 12 21:02:08.386 INFO O| Aug 12 21:02:08.386 INFO ok!
96262026-08-12T21:02:09.674Z[ host-image] Aug 12 21:02:08.386 INFO O| Aug 12 21:02:08.386 INFO STEP 60 (ensure_file) COMPLETE
96272026-08-12T21:02:09.674Z[ host-image] Aug 12 21:02:08.386 INFO O| Aug 12 21:02:08.386 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-08-12T21:02:09.677Z[ host-image] Aug 12 21:02:08.394 INFO O| Aug 12 21:02:08.394 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96292026-08-12T21:02:09.677Z[ host-image] Aug 12 21:02:08.394 INFO O| Aug 12 21:02:08.394 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96302026-08-12T21:02:09.680Z[ host-image] Aug 12 21:02:08.394 INFO O| Aug 12 21:02:08.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96312026-08-12T21:02:09.680Z[ host-image] Aug 12 21:02:08.394 INFO O| Aug 12 21:02:08.394 INFO ok!
96322026-08-12T21:02:09.680Z[ host-image] Aug 12 21:02:08.394 INFO O| Aug 12 21:02:08.394 INFO STEP 61 (ensure_file) COMPLETE
96332026-08-12T21:02:09.680Z[ host-image] Aug 12 21:02:08.394 INFO O| Aug 12 21:02:08.394 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-08-12T21:02:09.685Z[ host-image] Aug 12 21:02:08.401 INFO O| Aug 12 21:02:08.401 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96352026-08-12T21:02:09.685Z[ host-image] Aug 12 21:02:08.401 INFO O| Aug 12 21:02:08.401 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96362026-08-12T21:02:09.688Z[ host-image] Aug 12 21:02:08.401 INFO O| Aug 12 21:02:08.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96372026-08-12T21:02:09.688Z[ host-image] Aug 12 21:02:08.401 INFO O| Aug 12 21:02:08.401 INFO ok!
96382026-08-12T21:02:09.688Z[ host-image] Aug 12 21:02:08.401 INFO O| Aug 12 21:02:08.401 INFO STEP 62 (ensure_file) COMPLETE
96392026-08-12T21:02:09.688Z[ host-image] Aug 12 21:02:08.401 INFO O| Aug 12 21:02:08.401 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-12T21:02:09.692Z[ host-image] Aug 12 21:02:08.409 INFO O| Aug 12 21:02:08.409 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96412026-08-12T21:02:09.692Z[ host-image] Aug 12 21:02:08.409 INFO O| Aug 12 21:02:08.409 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96422026-08-12T21:02:09.695Z[ host-image] Aug 12 21:02:08.409 INFO O| Aug 12 21:02:08.409 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96432026-08-12T21:02:09.695Z[ host-image] Aug 12 21:02:08.409 INFO O| Aug 12 21:02:08.409 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96442026-08-12T21:02:09.695Z[ host-image] Aug 12 21:02:08.409 INFO O| Aug 12 21:02:08.409 INFO ok!
96452026-08-12T21:02:09.695Z[ host-image] Aug 12 21:02:08.409 INFO O| Aug 12 21:02:08.409 INFO STEP 63 (ensure_file) COMPLETE
96462026-08-12T21:02:09.695Z[ host-image] Aug 12 21:02:08.409 INFO O| Aug 12 21:02:08.409 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96472026-08-12T21:02:09.701Z[ host-image] Aug 12 21:02:08.418 INFO O| Aug 12 21:02:08.418 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96482026-08-12T21:02:09.701Z[ host-image] Aug 12 21:02:08.418 INFO O| Aug 12 21:02:08.418 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96492026-08-12T21:02:09.704Z[ host-image] Aug 12 21:02:08.418 INFO O| Aug 12 21:02:08.418 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96502026-08-12T21:02:09.704Z[ host-image] Aug 12 21:02:08.418 INFO O| Aug 12 21:02:08.418 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96512026-08-12T21:02:09.704Z[ host-image] Aug 12 21:02:08.418 INFO O| Aug 12 21:02:08.418 INFO ok!
96522026-08-12T21:02:09.704Z[ host-image] Aug 12 21:02:08.418 INFO O| Aug 12 21:02:08.418 INFO STEP 64 (ensure_file) COMPLETE
96532026-08-12T21:02:09.704Z[ host-image] Aug 12 21:02:08.418 INFO O| Aug 12 21:02:08.418 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-12T21:02:09.709Z[ host-image] Aug 12 21:02:08.426 INFO O| Aug 12 21:02:08.426 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96552026-08-12T21:02:09.709Z[ host-image] Aug 12 21:02:08.426 INFO O| Aug 12 21:02:08.426 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96562026-08-12T21:02:09.709Z[ host-image] Aug 12 21:02:08.426 INFO O| Aug 12 21:02:08.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96572026-08-12T21:02:09.712Z[ host-image] Aug 12 21:02:08.426 INFO O| Aug 12 21:02:08.426 INFO ok!
96582026-08-12T21:02:09.712Z[ host-image] Aug 12 21:02:08.426 INFO O| Aug 12 21:02:08.426 INFO STEP 65 (assemble_files) COMPLETE
96592026-08-12T21:02:09.713Z[ host-image] Aug 12 21:02:08.426 INFO O| Aug 12 21:02:08.426 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-08-12T21:02:09.718Z[ host-image] Aug 12 21:02:08.435 INFO O| Aug 12 21:02:08.435 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96612026-08-12T21:02:09.718Z[ host-image] Aug 12 21:02:08.435 INFO O| Aug 12 21:02:08.435 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96622026-08-12T21:02:09.718Z[ host-image] Aug 12 21:02:08.435 INFO O| Aug 12 21:02:08.435 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96632026-08-12T21:02:09.721Z[ host-image] Aug 12 21:02:08.435 INFO O| Aug 12 21:02:08.435 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96642026-08-12T21:02:09.721Z[ host-image] Aug 12 21:02:08.435 INFO O| Aug 12 21:02:08.435 INFO ok!
96652026-08-12T21:02:09.721Z[ host-image] Aug 12 21:02:08.435 INFO O| Aug 12 21:02:08.435 INFO STEP 66 (ensure_file) COMPLETE
96662026-08-12T21:02:09.721Z[ host-image] Aug 12 21:02:08.435 INFO O| Aug 12 21:02:08.435 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96672026-08-12T21:02:09.727Z[ host-image] Aug 12 21:02:08.443 INFO O| Aug 12 21:02:08.442 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96682026-08-12T21:02:09.730Z[ host-image] Aug 12 21:02:08.443 INFO O| Aug 12 21:02:08.443 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96692026-08-12T21:02:09.730Z[ host-image] Aug 12 21:02:08.443 INFO O| Aug 12 21:02:08.443 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96702026-08-12T21:02:09.730Z[ host-image] Aug 12 21:02:08.443 INFO O| Aug 12 21:02:08.443 INFO STEP 67 (ensure_dir) COMPLETE
96712026-08-12T21:02:09.730Z[ host-image] Aug 12 21:02:08.443 INFO O| Aug 12 21:02:08.443 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-12T21:02:09.734Z[ host-image] Aug 12 21:02:08.450 INFO O| Aug 12 21:02:08.450 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96732026-08-12T21:02:09.734Z[ host-image] Aug 12 21:02:08.450 INFO O| Aug 12 21:02:08.450 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 ...
96742026-08-12T21:02:09.739Z[ host-image] Aug 12 21:02:08.456 INFO O| Aug 12 21:02:08.456 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
96752026-08-12T21:02:09.739Z[ host-image] Aug 12 21:02:08.456 INFO O| Aug 12 21:02:08.456 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96762026-08-12T21:02:09.743Z[ host-image] Aug 12 21:02:08.456 INFO O| Aug 12 21:02:08.456 INFO ok!
96772026-08-12T21:02:09.743Z[ host-image] Aug 12 21:02:08.456 INFO O| Aug 12 21:02:08.456 INFO STEP 68 (ensure_file) COMPLETE
96782026-08-12T21:02:09.743Z[ host-image] Aug 12 21:02:08.456 INFO O| Aug 12 21:02:08.456 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-08-12T21:02:09.747Z[ host-image] Aug 12 21:02:08.464 INFO O| Aug 12 21:02:08.464 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96802026-08-12T21:02:09.747Z[ host-image] Aug 12 21:02:08.464 INFO O| Aug 12 21:02:08.464 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 ...
96812026-08-12T21:02:09.751Z[ host-image] Aug 12 21:02:08.464 INFO O| Aug 12 21:02:08.464 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
96822026-08-12T21:02:09.751Z[ host-image] Aug 12 21:02:08.464 INFO O| Aug 12 21:02:08.464 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96832026-08-12T21:02:09.751Z[ host-image] Aug 12 21:02:08.464 INFO O| Aug 12 21:02:08.464 INFO ok!
96842026-08-12T21:02:09.751Z[ host-image] Aug 12 21:02:08.464 INFO O| Aug 12 21:02:08.464 INFO STEP 69 (ensure_file) COMPLETE
96852026-08-12T21:02:09.751Z[ host-image] Aug 12 21:02:08.464 INFO O| Aug 12 21:02:08.464 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96862026-08-12T21:02:09.760Z[ host-image] Aug 12 21:02:08.476 INFO O| Aug 12 21:02:08.476 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96872026-08-12T21:02:09.760Z[ host-image] Aug 12 21:02:08.476 INFO O| Aug 12 21:02:08.476 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96882026-08-12T21:02:11.333Z[ host-image] Aug 12 21:02:10.048 INFO O| Aug 12 21:02:10.047 INFO STEP 70 (pack_tar) COMPLETE
96892026-08-12T21:02:11.333Z[ host-image] Aug 12 21:02:10.048 INFO O| Aug 12 21:02:10.048 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96902026-08-12T21:02:11.333Z[ host-image] Aug 12 21:02:10.048 INFO O| Aug 12 21:02:10.048 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96912026-08-12T21:02:11.938Z[ host-image] Aug 12 21:02:10.655 INFO O| Aug 12 21:02:10.654 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96922026-08-12T21:02:12.073Z[ host-image] Aug 12 21:02:10.789 INFO O| Aug 12 21:02:10.789 INFO completed processing sled/ramdisk-02-trim
96932026-08-12T21:02:12.076Z[ host-image] Aug 12 21:02:10.791 INFO image builder template: zfs...
96942026-08-12T21:02:12.076Z[ host-image] Aug 12 21:02:10.791 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/.tmpn6z8wZ/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.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
96952026-08-12T21:02:12.089Z[ host-image] Aug 12 21:02:10.805 INFO O| Aug 12 21:02:10.805 INFO skip include "stress" because feature "stress" is not enabled
96962026-08-12T21:02:12.089Z[ host-image] Aug 12 21:02:10.805 INFO O| Aug 12 21:02:10.805 INFO skip include "stress" because feature "compliance" is not enabled
96972026-08-12T21:02:12.121Z[ host-image] Aug 12 21:02:10.837 INFO O| Aug 12 21:02:10.837 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96982026-08-12T21:02:12.124Z[ host-image] Aug 12 21:02:10.841 INFO O| Aug 12 21:02:10.841 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96992026-08-12T21:02:12.202Z[ host-image] Aug 12 21:02:10.918 INFO O| Aug 12 21:02:10.918 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97002026-08-12T21:02:12.254Z[ host-image] Aug 12 21:02:10.971 INFO O| Aug 12 21:02:10.971 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97012026-08-12T21:02:12.254Z[ host-image] Aug 12 21:02:10.971 INFO O| Aug 12 21:02:10.971 INFO work dataset: rpool/images/build/host/work/sled/zfs
97022026-08-12T21:02:12.268Z[ host-image] Aug 12 21:02:10.975 INFO O| Aug 12 21:02:10.975 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97032026-08-12T21:02:12.317Z[ host-image] Aug 12 21:02:11.033 INFO O| Aug 12 21:02:11.033 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97042026-08-12T21:02:12.366Z[ host-image] Aug 12 21:02:11.082 INFO O| Aug 12 21:02:11.082 INFO DESTROY POOL: TEMPORARY-sled-zfs
97052026-08-12T21:02:12.375Z[ host-image] Aug 12 21:02:11.091 INFO O| Aug 12 21:02:11.091 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97062026-08-12T21:02:12.379Z[ host-image] Aug 12 21:02:11.096 INFO O| Aug 12 21:02:11.096 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97072026-08-12T21:02:12.382Z[ host-image] Aug 12 21:02:11.096 INFO O| Aug 12 21:02:11.096 INFO no lofi found
97082026-08-12T21:02:12.382Z[ host-image] Aug 12 21:02:11.096 INFO O| Aug 12 21:02:11.096 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97092026-08-12T21:02:12.382Z[ host-image] Aug 12 21:02:11.096 INFO O| Aug 12 21:02:11.096 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97102026-08-12T21:02:14.285Z[ host-image] Aug 12 21:02:13.001 INFO O| Aug 12 21:02:13.001 INFO lofi device = /dev/dsk/c2t1d0p0
97112026-08-12T21:02:14.292Z[ host-image] Aug 12 21:02:13.001 INFO O| Aug 12 21:02:13.001 INFO pool device = /dev/dsk/c2t1d0p0
97122026-08-12T21:02:14.292Z[ host-image] Aug 12 21:02:13.001 INFO O| Aug 12 21:02:13.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"]
97132026-08-12T21:02:14.410Z[ host-image] Aug 12 21:02:13.127 INFO O| Aug 12 21:02:13.126 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97142026-08-12T21:02:14.410Z[ host-image] Aug 12 21:02:13.127 INFO O| Aug 12 21:02:13.127 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97152026-08-12T21:02:14.436Z[ host-image] Aug 12 21:02:13.152 INFO O| Aug 12 21:02:13.152 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97162026-08-12T21:02:14.496Z[ host-image] Aug 12 21:02:13.212 INFO O| Aug 12 21:02:13.212 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97172026-08-12T21:02:14.529Z[ host-image] Aug 12 21:02:13.245 INFO O| Aug 12 21:02:13.245 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97182026-08-12T21:02:14.545Z[ host-image] Aug 12 21:02:13.261 INFO O| Aug 12 21:02:13.261 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97192026-08-12T21:02:14.559Z[ host-image] Aug 12 21:02:13.275 INFO O| Aug 12 21:02:13.275 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97202026-08-12T21:02:14.599Z[ host-image] Aug 12 21:02:13.316 INFO O| Aug 12 21:02:13.316 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97212026-08-12T21:02:14.599Z[ host-image] Aug 12 21:02:13.316 INFO O| Aug 12 21:02:13.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97222026-08-12T21:02:14.600Z[ host-image] Aug 12 21:02:13.316 INFO O| Aug 12 21:02:13.316 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97232026-08-12T21:02:14.609Z[ host-image] Aug 12 21:02:13.325 INFO O| Aug 12 21:02:13.325 INFO boot environment UUID: d0c0f750-e764-49af-a6bc-11f7d800c23e
97242026-08-12T21:02:14.609Z[ host-image] Aug 12 21:02:13.325 INFO O| Aug 12 21:02:13.325 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d0c0f750-e764-49af-a6bc-11f7d800c23e
97252026-08-12T21:02:14.621Z[ host-image] Aug 12 21:02:13.337 INFO O| Aug 12 21:02:13.337 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97262026-08-12T21:02:14.632Z[ host-image] Aug 12 21:02:13.349 INFO O| Aug 12 21:02:13.349 INFO STEP 0 (create_be) COMPLETE
97272026-08-12T21:02:14.632Z[ host-image] Aug 12 21:02:13.349 INFO O| Aug 12 21:02:13.349 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97282026-08-12T21:02:14.646Z[ host-image] Aug 12 21:02:13.363 INFO O| Aug 12 21:02:13.363 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97292026-08-12T21:02:16.052Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97302026-08-12T21:02:25.529Z[ host-image] Aug 12 21:02:24.246 INFO O| Aug 12 21:02:24.246 INFO STEP 1 (unpack_tar) COMPLETE
97312026-08-12T21:02:25.529Z[ host-image] Aug 12 21:02:24.246 INFO O| Aug 12 21:02:24.246 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97322026-08-12T21:02:25.542Z[ host-image] Aug 12 21:02:24.258 INFO O| Aug 12 21:02:24.258 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97332026-08-12T21:02:25.966Z[ host-image] Aug 12 21:02:24.682 INFO O| Aug 12 21:02:24.682 INFO STEP 2 (devfsadm) COMPLETE
97342026-08-12T21:02:25.966Z[ host-image] Aug 12 21:02:24.682 INFO O| Aug 12 21:02:24.682 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97352026-08-12T21:02:25.975Z[ host-image] Aug 12 21:02:24.692 INFO O| Aug 12 21:02:24.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97362026-08-12T21:02:25.979Z[ host-image] Aug 12 21:02:24.692 INFO O| Aug 12 21:02:24.692 INFO STEP 3 (ensure_dir) COMPLETE
97372026-08-12T21:02:25.979Z[ host-image] Aug 12 21:02:24.692 INFO O| Aug 12 21:02:24.692 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97382026-08-12T21:02:25.986Z[ host-image] Aug 12 21:02:24.702 INFO O| Aug 12 21:02:24.702 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97392026-08-12T21:02:25.986Z[ host-image] Aug 12 21:02:24.702 INFO O| Aug 12 21:02:24.702 INFO STEP 4 (ensure_dir) COMPLETE
97402026-08-12T21:02:25.989Z[ host-image] Aug 12 21:02:24.702 INFO O| Aug 12 21:02:24.702 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97412026-08-12T21:02:25.995Z[ host-image] Aug 12 21:02:24.712 INFO O| Aug 12 21:02:24.712 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97422026-08-12T21:02:25.996Z[ host-image] Aug 12 21:02:24.712 INFO O| Aug 12 21:02:24.712 INFO STEP 5 (ensure_dir) COMPLETE
97432026-08-12T21:02:25.998Z[ host-image] Aug 12 21:02:24.712 INFO O| Aug 12 21:02:24.712 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97442026-08-12T21:02:26.004Z[ host-image] Aug 12 21:02:24.721 INFO O| Aug 12 21:02:24.720 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97452026-08-12T21:02:26.004Z[ host-image] Aug 12 21:02:24.721 INFO O| Aug 12 21:02:24.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97462026-08-12T21:02:26.007Z[ host-image] Aug 12 21:02:24.721 INFO O| Aug 12 21:02:24.721 INFO STEP 6 (ensure_dir) COMPLETE
97472026-08-12T21:02:26.007Z[ host-image] Aug 12 21:02:24.721 INFO O| Aug 12 21:02:24.721 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97482026-08-12T21:02:26.013Z[ host-image] Aug 12 21:02:24.729 INFO O| Aug 12 21:02:24.729 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97492026-08-12T21:02:26.013Z[ host-image] Aug 12 21:02:24.729 INFO O| Aug 12 21:02:24.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97502026-08-12T21:02:26.013Z[ host-image] Aug 12 21:02:24.729 INFO O| Aug 12 21:02:24.729 INFO STEP 7 (ensure_dir) COMPLETE
97512026-08-12T21:02:26.017Z[ host-image] Aug 12 21:02:24.729 INFO O| Aug 12 21:02:24.729 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97522026-08-12T21:02:26.024Z[ host-image] Aug 12 21:02:24.740 INFO O| Aug 12 21:02:24.740 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97532026-08-12T21:02:26.027Z[ host-image] Aug 12 21:02:24.741 INFO O| Aug 12 21:02:24.741 INFO STEP 8 (remove_files) COMPLETE
97542026-08-12T21:02:26.027Z[ host-image] Aug 12 21:02:24.741 INFO O| Aug 12 21:02:24.741 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97552026-08-12T21:02:26.034Z[ host-image] Aug 12 21:02:24.750 INFO O| Aug 12 21:02:24.750 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97562026-08-12T21:02:26.037Z[ host-image] Aug 12 21:02:24.751 INFO O| Aug 12 21:02:24.751 INFO STEP 9 (remove_files) COMPLETE
97572026-08-12T21:02:26.037Z[ host-image] Aug 12 21:02:24.751 INFO O| Aug 12 21:02:24.751 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97582026-08-12T21:02:26.045Z[ host-image] Aug 12 21:02:24.761 INFO O| Aug 12 21:02:24.761 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97592026-08-12T21:02:26.048Z[ host-image] Aug 12 21:02:24.761 INFO O| Aug 12 21:02:24.761 INFO STEP 10 (remove_files) COMPLETE
97602026-08-12T21:02:26.048Z[ host-image] Aug 12 21:02:24.762 INFO O| Aug 12 21:02:24.761 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97612026-08-12T21:02:26.054Z[ host-image] Aug 12 21:02:24.771 INFO O| Aug 12 21:02:24.771 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97622026-08-12T21:02:26.054Z[ host-image] Aug 12 21:02:24.771 INFO O| Aug 12 21:02:24.771 INFO STEP 11 (remove_files) COMPLETE
97632026-08-12T21:02:26.057Z[ host-image] Aug 12 21:02:24.771 INFO O| Aug 12 21:02:24.771 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97642026-08-12T21:02:26.065Z[ host-image] Aug 12 21:02:24.781 INFO O| Aug 12 21:02:24.781 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97652026-08-12T21:02:26.065Z[ host-image] Aug 12 21:02:24.781 INFO O| Aug 12 21:02:24.781 INFO STEP 12 (remove_files) COMPLETE
97662026-08-12T21:02:26.068Z[ host-image] Aug 12 21:02:24.781 INFO O| Aug 12 21:02:24.781 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97672026-08-12T21:02:26.074Z[ host-image] Aug 12 21:02:24.790 INFO O| Aug 12 21:02:24.790 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97682026-08-12T21:02:26.077Z[ host-image] Aug 12 21:02:24.791 INFO O| Aug 12 21:02:24.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97692026-08-12T21:02:26.077Z[ host-image] Aug 12 21:02:24.791 INFO O| Aug 12 21:02:24.791 INFO STEP 13 (ensure_dir) COMPLETE
97702026-08-12T21:02:26.077Z[ host-image] Aug 12 21:02:24.791 INFO O| Aug 12 21:02:24.791 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97712026-08-12T21:02:26.083Z[ host-image] Aug 12 21:02:24.799 INFO O| Aug 12 21:02:24.799 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97722026-08-12T21:02:26.083Z[ host-image] Aug 12 21:02:24.800 INFO O| Aug 12 21:02:24.800 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97732026-08-12T21:02:26.086Z[ host-image] Aug 12 21:02:24.800 INFO O| Aug 12 21:02:24.800 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97742026-08-12T21:02:26.086Z[ host-image] Aug 12 21:02:24.800 INFO O| Aug 12 21:02:24.800 INFO STEP 14 (ensure_dir) COMPLETE
97752026-08-12T21:02:26.086Z[ host-image] Aug 12 21:02:24.800 INFO O| Aug 12 21:02:24.800 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97762026-08-12T21:02:26.093Z[ host-image] Aug 12 21:02:24.810 INFO O| Aug 12 21:02:24.810 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97772026-08-12T21:02:26.093Z[ host-image] Aug 12 21:02:24.810 INFO O| Aug 12 21:02:24.810 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97782026-08-12T21:02:26.097Z[ host-image] Aug 12 21:02:24.810 INFO O| Aug 12 21:02:24.810 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97792026-08-12T21:02:26.097Z[ host-image] Aug 12 21:02:24.810 INFO O| Aug 12 21:02:24.810 INFO STEP 15 (ensure_dir) COMPLETE
97802026-08-12T21:02:26.097Z[ host-image] Aug 12 21:02:24.810 INFO O| Aug 12 21:02:24.810 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97812026-08-12T21:02:26.103Z[ host-image] Aug 12 21:02:24.820 INFO O| Aug 12 21:02:24.820 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97822026-08-12T21:02:26.103Z[ host-image] Aug 12 21:02:24.820 INFO O| Aug 12 21:02:24.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97832026-08-12T21:02:26.106Z[ host-image] Aug 12 21:02:24.820 INFO O| Aug 12 21:02:24.820 INFO STEP 16 (ensure_dir) COMPLETE
97842026-08-12T21:02:26.106Z[ host-image] Aug 12 21:02:24.820 INFO O| Aug 12 21:02:24.820 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97852026-08-12T21:02:26.114Z[ host-image] Aug 12 21:02:24.830 INFO O| Aug 12 21:02:24.830 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97862026-08-12T21:02:26.114Z[ host-image] Aug 12 21:02:24.831 INFO O| Aug 12 21:02:24.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97872026-08-12T21:02:26.117Z[ host-image] Aug 12 21:02:24.831 INFO O| Aug 12 21:02:24.831 INFO STEP 17 (ensure_dir) COMPLETE
97882026-08-12T21:02:26.117Z[ host-image] Aug 12 21:02:24.831 INFO O| Aug 12 21:02:24.831 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97892026-08-12T21:02:26.124Z[ host-image] Aug 12 21:02:24.841 INFO O| Aug 12 21:02:24.841 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97902026-08-12T21:02:26.124Z[ host-image] Aug 12 21:02:24.841 INFO O| Aug 12 21:02:24.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97912026-08-12T21:02:26.128Z[ host-image] Aug 12 21:02:24.841 INFO O| Aug 12 21:02:24.841 INFO ok!
97922026-08-12T21:02:26.128Z[ host-image] Aug 12 21:02:24.841 INFO O| Aug 12 21:02:24.841 INFO STEP 18 (ensure_symlink) COMPLETE
97932026-08-12T21:02:26.128Z[ host-image] Aug 12 21:02:24.841 INFO O| Aug 12 21:02:24.841 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97942026-08-12T21:02:26.135Z[ host-image] Aug 12 21:02:24.851 INFO O| Aug 12 21:02:24.851 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97952026-08-12T21:02:26.135Z[ host-image] Aug 12 21:02:24.851 INFO O| Aug 12 21:02:24.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97962026-08-12T21:02:26.138Z[ host-image] Aug 12 21:02:24.851 INFO O| Aug 12 21:02:24.851 INFO ok!
97972026-08-12T21:02:26.138Z[ host-image] Aug 12 21:02:24.851 INFO O| Aug 12 21:02:24.851 INFO STEP 19 (ensure_file) COMPLETE
97982026-08-12T21:02:26.138Z[ host-image] Aug 12 21:02:24.851 INFO O| Aug 12 21:02:24.851 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97992026-08-12T21:02:26.144Z[ host-image] Aug 12 21:02:24.861 INFO O| Aug 12 21:02:24.860 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98002026-08-12T21:02:26.144Z[ host-image] Aug 12 21:02:24.861 INFO O| Aug 12 21:02:24.861 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98012026-08-12T21:02:26.147Z[ host-image] Aug 12 21:02:24.861 INFO O| Aug 12 21:02:24.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98022026-08-12T21:02:26.147Z[ host-image] Aug 12 21:02:24.861 INFO O| Aug 12 21:02:24.861 INFO ok!
98032026-08-12T21:02:26.147Z[ host-image] Aug 12 21:02:24.861 INFO O| Aug 12 21:02:24.861 INFO STEP 20 (ensure_symlink) COMPLETE
98042026-08-12T21:02:26.147Z[ host-image] Aug 12 21:02:24.861 INFO O| Aug 12 21:02:24.861 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98052026-08-12T21:02:26.154Z[ host-image] Aug 12 21:02:24.871 INFO O| Aug 12 21:02:24.871 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98062026-08-12T21:02:26.154Z[ host-image] Aug 12 21:02:24.871 INFO O| Aug 12 21:02:24.871 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98072026-08-12T21:02:26.157Z[ host-image] Aug 12 21:02:24.871 INFO O| Aug 12 21:02:24.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98082026-08-12T21:02:26.158Z[ host-image] Aug 12 21:02:24.871 INFO O| Aug 12 21:02:24.871 INFO ok!
98092026-08-12T21:02:26.158Z[ host-image] Aug 12 21:02:24.871 INFO O| Aug 12 21:02:24.871 INFO STEP 21 (ensure_symlink) COMPLETE
98102026-08-12T21:02:26.158Z[ host-image] Aug 12 21:02:24.871 INFO O| Aug 12 21:02:24.871 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98112026-08-12T21:02:26.165Z[ host-image] Aug 12 21:02:24.881 INFO O| Aug 12 21:02:24.881 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98122026-08-12T21:02:26.165Z[ host-image] Aug 12 21:02:24.881 INFO O| Aug 12 21:02:24.881 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98132026-08-12T21:02:26.168Z[ host-image] Aug 12 21:02:24.881 INFO O| Aug 12 21:02:24.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98142026-08-12T21:02:26.168Z[ host-image] Aug 12 21:02:24.881 INFO O| Aug 12 21:02:24.881 INFO ok!
98152026-08-12T21:02:26.168Z[ host-image] Aug 12 21:02:24.881 INFO O| Aug 12 21:02:24.881 INFO STEP 22 (ensure_symlink) COMPLETE
98162026-08-12T21:02:26.168Z[ host-image] Aug 12 21:02:24.881 INFO O| Aug 12 21:02:24.881 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98172026-08-12T21:02:26.174Z[ host-image] Aug 12 21:02:24.891 INFO O| Aug 12 21:02:24.891 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98182026-08-12T21:02:26.174Z[ host-image] Aug 12 21:02:24.891 INFO O| Aug 12 21:02:24.891 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98192026-08-12T21:02:26.177Z[ host-image] Aug 12 21:02:24.891 INFO O| Aug 12 21:02:24.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98202026-08-12T21:02:26.177Z[ host-image] Aug 12 21:02:24.891 INFO O| Aug 12 21:02:24.891 INFO ok!
98212026-08-12T21:02:26.177Z[ host-image] Aug 12 21:02:24.891 INFO O| Aug 12 21:02:24.891 INFO STEP 23 (ensure_symlink) COMPLETE
98222026-08-12T21:02:26.177Z[ host-image] Aug 12 21:02:24.891 INFO O| Aug 12 21:02:24.891 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98232026-08-12T21:02:26.183Z[ host-image] Aug 12 21:02:24.900 INFO O| Aug 12 21:02:24.900 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98242026-08-12T21:02:26.183Z[ host-image] Aug 12 21:02:24.900 INFO O| Aug 12 21:02:24.900 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98252026-08-12T21:02:26.186Z[ host-image] Aug 12 21:02:24.900 INFO O| Aug 12 21:02:24.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98262026-08-12T21:02:26.186Z[ host-image] Aug 12 21:02:24.900 INFO O| Aug 12 21:02:24.900 INFO ok!
98272026-08-12T21:02:26.186Z[ host-image] Aug 12 21:02:24.900 INFO O| Aug 12 21:02:24.900 INFO STEP 24 (ensure_file) COMPLETE
98282026-08-12T21:02:26.186Z[ host-image] Aug 12 21:02:24.900 INFO O| Aug 12 21:02:24.900 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98292026-08-12T21:02:26.191Z[ host-image] Aug 12 21:02:24.907 INFO O| Aug 12 21:02:24.907 INFO updating shadow file
98302026-08-12T21:02:26.194Z[ host-image] Aug 12 21:02:24.907 INFO O| Aug 12 21:02:24.907 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98312026-08-12T21:02:26.194Z[ host-image] Aug 12 21:02:24.907 INFO O| Aug 12 21:02:24.907 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98322026-08-12T21:02:26.194Z[ host-image] Aug 12 21:02:24.908 INFO O| Aug 12 21:02:24.908 INFO STEP 25 (shadow) COMPLETE
98332026-08-12T21:02:26.194Z[ host-image] Aug 12 21:02:24.908 INFO O| Aug 12 21:02:24.908 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98342026-08-12T21:02:26.199Z[ host-image] Aug 12 21:02:24.916 INFO O| Aug 12 21:02:24.916 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98352026-08-12T21:02:26.199Z[ host-image] Aug 12 21:02:24.916 INFO O| Aug 12 21:02:24.916 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98362026-08-12T21:02:26.202Z[ host-image] Aug 12 21:02:24.916 INFO O| Aug 12 21:02:24.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98372026-08-12T21:02:26.202Z[ host-image] Aug 12 21:02:24.916 INFO O| Aug 12 21:02:24.916 INFO ok!
98382026-08-12T21:02:26.202Z[ host-image] Aug 12 21:02:24.916 INFO O| Aug 12 21:02:24.916 INFO STEP 26 (ensure_file) COMPLETE
98392026-08-12T21:02:26.202Z[ host-image] Aug 12 21:02:24.916 INFO O| Aug 12 21:02:24.916 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98402026-08-12T21:02:26.209Z[ host-image] Aug 12 21:02:24.924 INFO O| Aug 12 21:02:24.924 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98412026-08-12T21:02:26.213Z[ host-image] Aug 12 21:02:24.924 INFO O| Aug 12 21:02:24.924 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98422026-08-12T21:02:26.213Z[ host-image] Aug 12 21:02:24.924 INFO O| Aug 12 21:02:24.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98432026-08-12T21:02:26.213Z[ host-image] Aug 12 21:02:24.924 INFO O| Aug 12 21:02:24.924 INFO ok!
98442026-08-12T21:02:26.213Z[ host-image] Aug 12 21:02:24.924 INFO O| Aug 12 21:02:24.924 INFO STEP 27 (ensure_file) COMPLETE
98452026-08-12T21:02:26.213Z[ host-image] Aug 12 21:02:24.924 INFO O| Aug 12 21:02:24.924 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98462026-08-12T21:02:26.219Z[ host-image] Aug 12 21:02:24.935 INFO O| Aug 12 21:02:24.935 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98472026-08-12T21:02:26.219Z[ host-image] Aug 12 21:02:24.935 INFO O| Aug 12 21:02:24.935 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98482026-08-12T21:02:26.222Z[ host-image] Aug 12 21:02:24.936 INFO O| Aug 12 21:02:24.936 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98492026-08-12T21:02:26.222Z[ host-image] Aug 12 21:02:24.936 INFO O| Aug 12 21:02:24.936 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98502026-08-12T21:02:26.222Z[ host-image] Aug 12 21:02:24.936 INFO O| Aug 12 21:02:24.936 INFO ok!
98512026-08-12T21:02:26.222Z[ host-image] Aug 12 21:02:24.936 INFO O| Aug 12 21:02:24.936 INFO STEP 28 (ensure_file) COMPLETE
98522026-08-12T21:02:26.222Z[ host-image] Aug 12 21:02:24.936 INFO O| Aug 12 21:02:24.936 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98532026-08-12T21:02:26.229Z[ host-image] Aug 12 21:02:24.946 INFO O| Aug 12 21:02:24.945 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98542026-08-12T21:02:26.229Z[ host-image] Aug 12 21:02:24.946 INFO O| Aug 12 21:02:24.946 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98552026-08-12T21:02:26.232Z[ host-image] Aug 12 21:02:24.946 INFO O| Aug 12 21:02:24.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98562026-08-12T21:02:26.232Z[ host-image] Aug 12 21:02:24.946 INFO O| Aug 12 21:02:24.946 INFO ok!
98572026-08-12T21:02:26.232Z[ host-image] Aug 12 21:02:24.946 INFO O| Aug 12 21:02:24.946 INFO STEP 29 (ensure_file) COMPLETE
98582026-08-12T21:02:26.232Z[ host-image] Aug 12 21:02:24.946 INFO O| Aug 12 21:02:24.946 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98592026-08-12T21:02:26.239Z[ host-image] Aug 12 21:02:24.955 INFO O| Aug 12 21:02:24.955 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98602026-08-12T21:02:26.242Z[ host-image] Aug 12 21:02:24.955 INFO O| Aug 12 21:02:24.955 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98612026-08-12T21:02:26.242Z[ host-image] Aug 12 21:02:24.955 INFO O| Aug 12 21:02:24.955 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98622026-08-12T21:02:26.242Z[ host-image] Aug 12 21:02:24.955 INFO O| Aug 12 21:02:24.955 INFO STEP 30 (ensure_dir) COMPLETE
98632026-08-12T21:02:26.242Z[ host-image] Aug 12 21:02:24.955 INFO O| Aug 12 21:02:24.955 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98642026-08-12T21:02:26.248Z[ host-image] Aug 12 21:02:24.965 INFO O| Aug 12 21:02:24.965 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98652026-08-12T21:02:26.248Z[ host-image] Aug 12 21:02:24.965 INFO O| Aug 12 21:02:24.965 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98662026-08-12T21:02:26.251Z[ host-image] Aug 12 21:02:24.965 INFO O| Aug 12 21:02:24.965 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98672026-08-12T21:02:26.251Z[ host-image] Aug 12 21:02:24.965 INFO O| Aug 12 21:02:24.965 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98682026-08-12T21:02:26.251Z[ host-image] Aug 12 21:02:24.965 INFO O| Aug 12 21:02:24.965 INFO ok!
98692026-08-12T21:02:26.251Z[ host-image] Aug 12 21:02:24.965 INFO O| Aug 12 21:02:24.965 INFO STEP 31 (ensure_file) COMPLETE
98702026-08-12T21:02:26.252Z[ host-image] Aug 12 21:02:24.965 INFO O| Aug 12 21:02:24.965 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98712026-08-12T21:02:26.259Z[ host-image] Aug 12 21:02:24.976 INFO O| Aug 12 21:02:24.976 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98722026-08-12T21:02:26.262Z[ host-image] Aug 12 21:02:24.976 INFO O| Aug 12 21:02:24.976 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98732026-08-12T21:02:26.262Z[ host-image] Aug 12 21:02:24.976 INFO O| Aug 12 21:02:24.976 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98742026-08-12T21:02:26.262Z[ host-image] Aug 12 21:02:24.976 INFO O| Aug 12 21:02:24.976 INFO STEP 32 (ensure_dir) COMPLETE
98752026-08-12T21:02:26.262Z[ host-image] Aug 12 21:02:24.976 INFO O| Aug 12 21:02:24.976 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98762026-08-12T21:02:26.269Z[ host-image] Aug 12 21:02:24.985 INFO O| Aug 12 21:02:24.985 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98772026-08-12T21:02:26.269Z[ host-image] Aug 12 21:02:24.985 INFO O| Aug 12 21:02:24.985 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 ...
98782026-08-12T21:02:26.272Z[ host-image] Aug 12 21:02:24.985 INFO O| Aug 12 21:02:24.985 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
98792026-08-12T21:02:26.272Z[ host-image] Aug 12 21:02:24.985 INFO O| Aug 12 21:02:24.985 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98802026-08-12T21:02:26.272Z[ host-image] Aug 12 21:02:24.985 INFO O| Aug 12 21:02:24.985 INFO ok!
98812026-08-12T21:02:26.272Z[ host-image] Aug 12 21:02:24.985 INFO O| Aug 12 21:02:24.985 INFO STEP 33 (ensure_file) COMPLETE
98822026-08-12T21:02:26.272Z[ host-image] Aug 12 21:02:24.985 INFO O| Aug 12 21:02:24.985 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98832026-08-12T21:02:26.278Z[ host-image] Aug 12 21:02:24.994 INFO O| Aug 12 21:02:24.994 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98842026-08-12T21:02:26.278Z[ host-image] Aug 12 21:02:24.994 INFO O| Aug 12 21:02:24.994 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98852026-08-12T21:02:26.281Z[ host-image] Aug 12 21:02:24.995 INFO O| Aug 12 21:02:24.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98862026-08-12T21:02:26.281Z[ host-image] Aug 12 21:02:24.995 INFO O| Aug 12 21:02:24.995 INFO ok!
98872026-08-12T21:02:26.281Z[ host-image] Aug 12 21:02:24.995 INFO O| Aug 12 21:02:24.995 INFO STEP 34 (ensure_file) COMPLETE
98882026-08-12T21:02:26.281Z[ host-image] Aug 12 21:02:24.995 INFO O| Aug 12 21:02:24.995 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98892026-08-12T21:02:26.287Z[ host-image] Aug 12 21:02:25.004 INFO O| Aug 12 21:02:25.004 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98902026-08-12T21:02:26.287Z[ host-image] Aug 12 21:02:25.004 INFO O| Aug 12 21:02:25.004 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98912026-08-12T21:02:26.290Z[ host-image] Aug 12 21:02:25.004 INFO O| Aug 12 21:02:25.004 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98922026-08-12T21:02:26.290Z[ host-image] Aug 12 21:02:25.004 INFO O| Aug 12 21:02:25.004 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98932026-08-12T21:02:26.290Z[ host-image] Aug 12 21:02:25.004 INFO O| Aug 12 21:02:25.004 INFO ok!
98942026-08-12T21:02:26.290Z[ host-image] Aug 12 21:02:25.004 INFO O| Aug 12 21:02:25.004 INFO STEP 35 (ensure_file) COMPLETE
98952026-08-12T21:02:26.290Z[ host-image] Aug 12 21:02:25.004 INFO O| Aug 12 21:02:25.004 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98962026-08-12T21:02:26.297Z[ host-image] Aug 12 21:02:25.013 INFO O| Aug 12 21:02:25.013 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98972026-08-12T21:02:26.299Z[ host-image] Aug 12 21:02:25.013 INFO O| Aug 12 21:02:25.013 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98982026-08-12T21:02:26.300Z[ host-image] Aug 12 21:02:25.013 INFO O| Aug 12 21:02:25.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98992026-08-12T21:02:26.300Z[ host-image] Aug 12 21:02:25.013 INFO O| Aug 12 21:02:25.013 INFO ok!
99002026-08-12T21:02:26.300Z[ host-image] Aug 12 21:02:25.013 INFO O| Aug 12 21:02:25.013 INFO STEP 36 (ensure_file) COMPLETE
99012026-08-12T21:02:26.300Z[ host-image] Aug 12 21:02:25.013 INFO O| Aug 12 21:02:25.013 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99022026-08-12T21:02:26.305Z[ host-image] Aug 12 21:02:25.022 INFO O| Aug 12 21:02:25.022 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99032026-08-12T21:02:26.306Z[ host-image] Aug 12 21:02:25.022 INFO O| Aug 12 21:02:25.022 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99042026-08-12T21:02:26.310Z[ host-image] Aug 12 21:02:25.022 INFO O| Aug 12 21:02:25.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99052026-08-12T21:02:26.310Z[ host-image] Aug 12 21:02:25.022 INFO O| Aug 12 21:02:25.022 INFO ok!
99062026-08-12T21:02:26.310Z[ host-image] Aug 12 21:02:25.022 INFO O| Aug 12 21:02:25.022 INFO STEP 37 (ensure_file) COMPLETE
99072026-08-12T21:02:26.310Z[ host-image] Aug 12 21:02:25.022 INFO O| Aug 12 21:02:25.022 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99082026-08-12T21:02:26.314Z[ host-image] Aug 12 21:02:25.031 INFO O| Aug 12 21:02:25.031 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99092026-08-12T21:02:26.314Z[ host-image] Aug 12 21:02:25.031 INFO O| Aug 12 21:02:25.031 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99102026-08-12T21:02:26.317Z[ host-image] Aug 12 21:02:25.031 INFO O| Aug 12 21:02:25.031 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99112026-08-12T21:02:26.317Z[ host-image] Aug 12 21:02:25.031 INFO O| Aug 12 21:02:25.031 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99122026-08-12T21:02:26.317Z[ host-image] Aug 12 21:02:25.031 INFO O| Aug 12 21:02:25.031 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99132026-08-12T21:02:26.317Z[ host-image] Aug 12 21:02:25.031 INFO O| Aug 12 21:02:25.031 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99142026-08-12T21:02:26.317Z[ host-image] Aug 12 21:02:25.031 INFO O| Aug 12 21:02:25.031 INFO ok!
99152026-08-12T21:02:26.317Z[ host-image] Aug 12 21:02:25.031 INFO O| Aug 12 21:02:25.031 INFO STEP 38 (ensure_file) COMPLETE
99162026-08-12T21:02:26.317Z[ host-image] Aug 12 21:02:25.031 INFO O| Aug 12 21:02:25.031 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99172026-08-12T21:02:26.323Z[ host-image] Aug 12 21:02:25.040 INFO O| Aug 12 21:02:25.040 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99182026-08-12T21:02:26.326Z[ host-image] Aug 12 21:02:25.040 INFO O| Aug 12 21:02:25.040 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99192026-08-12T21:02:26.326Z[ host-image] Aug 12 21:02:25.040 INFO O| Aug 12 21:02:25.040 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99202026-08-12T21:02:26.326Z[ host-image] Aug 12 21:02:25.040 INFO O| Aug 12 21:02:25.040 INFO STEP 39 (ensure_dir) COMPLETE
99212026-08-12T21:02:26.326Z[ host-image] Aug 12 21:02:25.040 INFO O| Aug 12 21:02:25.040 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99222026-08-12T21:02:26.332Z[ host-image] Aug 12 21:02:25.049 INFO O| Aug 12 21:02:25.049 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
99232026-08-12T21:02:26.332Z[ host-image] Aug 12 21:02:25.049 INFO O| Aug 12 21:02:25.049 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 ...
99242026-08-12T21:02:26.336Z[ host-image] Aug 12 21:02:25.049 INFO O| Aug 12 21:02:25.049 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
99252026-08-12T21:02:26.336Z[ host-image] Aug 12 21:02:25.049 INFO O| Aug 12 21:02:25.049 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
99262026-08-12T21:02:26.336Z[ host-image] Aug 12 21:02:25.049 INFO O| Aug 12 21:02:25.049 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
99272026-08-12T21:02:26.336Z[ host-image] Aug 12 21:02:25.049 INFO O| Aug 12 21:02:25.049 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
99282026-08-12T21:02:26.336Z[ host-image] Aug 12 21:02:25.049 INFO O| Aug 12 21:02:25.049 INFO ok!
99292026-08-12T21:02:26.336Z[ host-image] Aug 12 21:02:25.049 INFO O| Aug 12 21:02:25.049 INFO STEP 40 (ensure_file) COMPLETE
99302026-08-12T21:02:26.336Z[ host-image] Aug 12 21:02:25.049 INFO O| Aug 12 21:02:25.049 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99312026-08-12T21:02:26.342Z[ host-image] Aug 12 21:02:25.058 INFO O| Aug 12 21:02:25.058 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99322026-08-12T21:02:26.342Z[ host-image] Aug 12 21:02:25.058 INFO O| Aug 12 21:02:25.058 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 ...
99332026-08-12T21:02:26.345Z[ host-image] Aug 12 21:02:25.058 INFO O| Aug 12 21:02:25.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99342026-08-12T21:02:26.345Z[ host-image] Aug 12 21:02:25.058 INFO O| Aug 12 21:02:25.058 INFO ok!
99352026-08-12T21:02:26.345Z[ host-image] Aug 12 21:02:25.058 INFO O| Aug 12 21:02:25.058 INFO STEP 41 (ensure_symlink) COMPLETE
99362026-08-12T21:02:26.345Z[ host-image] Aug 12 21:02:25.058 INFO O| Aug 12 21:02:25.058 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99372026-08-12T21:02:26.353Z[ host-image] Aug 12 21:02:25.068 INFO O| Aug 12 21:02:25.068 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99382026-08-12T21:02:26.353Z[ host-image] Aug 12 21:02:25.068 INFO O| Aug 12 21:02:25.068 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99392026-08-12T21:02:26.356Z[ host-image] Aug 12 21:02:25.068 INFO O| Aug 12 21:02:25.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99402026-08-12T21:02:26.357Z[ host-image] Aug 12 21:02:25.068 INFO O| Aug 12 21:02:25.068 INFO ok!
99412026-08-12T21:02:26.357Z[ host-image] Aug 12 21:02:25.068 INFO O| Aug 12 21:02:25.068 INFO STEP 42 (ensure_symlink) COMPLETE
99422026-08-12T21:02:26.357Z[ host-image] Aug 12 21:02:25.068 INFO O| Aug 12 21:02:25.068 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99432026-08-12T21:02:26.363Z[ host-image] Aug 12 21:02:25.080 INFO O| Aug 12 21:02:25.079 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99442026-08-12T21:02:26.363Z[ host-image] Aug 12 21:02:25.080 INFO O| Aug 12 21:02:25.080 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99452026-08-12T21:02:26.368Z[ host-image] Aug 12 21:02:25.080 INFO O| Aug 12 21:02:25.080 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99462026-08-12T21:02:26.368Z[ host-image] Aug 12 21:02:25.080 INFO O| Aug 12 21:02:25.080 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99472026-08-12T21:02:26.368Z[ host-image] Aug 12 21:02:25.080 INFO O| Aug 12 21:02:25.080 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99482026-08-12T21:02:26.368Z[ host-image] Aug 12 21:02:25.080 INFO O| Aug 12 21:02:25.080 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99492026-08-12T21:02:26.368Z[ host-image] Aug 12 21:02:25.080 INFO O| Aug 12 21:02:25.080 INFO ok!
99502026-08-12T21:02:26.368Z[ host-image] Aug 12 21:02:25.080 INFO O| Aug 12 21:02:25.080 INFO STEP 43 (ensure_file) COMPLETE
99512026-08-12T21:02:26.368Z[ host-image] Aug 12 21:02:25.080 INFO O| Aug 12 21:02:25.080 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99522026-08-12T21:02:26.375Z[ host-image] Aug 12 21:02:25.090 INFO O| Aug 12 21:02:25.090 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99532026-08-12T21:02:26.375Z[ host-image] Aug 12 21:02:25.090 INFO O| Aug 12 21:02:25.090 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 ...
99542026-08-12T21:02:26.375Z[ host-image] Aug 12 21:02:25.090 INFO O| Aug 12 21:02:25.090 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
99552026-08-12T21:02:26.378Z[ host-image] Aug 12 21:02:25.090 INFO O| Aug 12 21:02:25.090 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99562026-08-12T21:02:26.378Z[ host-image] Aug 12 21:02:25.090 INFO O| Aug 12 21:02:25.090 INFO ok!
99572026-08-12T21:02:26.378Z[ host-image] Aug 12 21:02:25.090 INFO O| Aug 12 21:02:25.090 INFO STEP 44 (ensure_file) COMPLETE
99582026-08-12T21:02:26.378Z[ host-image] Aug 12 21:02:25.090 INFO O| Aug 12 21:02:25.090 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99592026-08-12T21:02:26.384Z[ host-image] Aug 12 21:02:25.099 INFO O| Aug 12 21:02:25.099 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99602026-08-12T21:02:26.384Z[ host-image] Aug 12 21:02:25.099 INFO O| Aug 12 21:02:25.099 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99612026-08-12T21:02:26.384Z[ host-image] Aug 12 21:02:25.099 INFO O| Aug 12 21:02:25.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99622026-08-12T21:02:26.387Z[ host-image] Aug 12 21:02:25.099 INFO O| Aug 12 21:02:25.099 INFO ok!
99632026-08-12T21:02:26.387Z[ host-image] Aug 12 21:02:25.099 INFO O| Aug 12 21:02:25.099 INFO STEP 45 (ensure_file) COMPLETE
99642026-08-12T21:02:26.387Z[ host-image] Aug 12 21:02:25.099 INFO O| Aug 12 21:02:25.099 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99652026-08-12T21:02:26.391Z[ host-image] Aug 12 21:02:25.108 INFO O| Aug 12 21:02:25.108 INFO updating shadow file
99662026-08-12T21:02:26.394Z[ host-image] Aug 12 21:02:25.108 INFO O| Aug 12 21:02:25.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99672026-08-12T21:02:26.395Z[ host-image] Aug 12 21:02:25.108 INFO O| Aug 12 21:02:25.108 INFO STEP 46 (shadow) COMPLETE
99682026-08-12T21:02:26.395Z[ host-image] Aug 12 21:02:25.108 INFO O| Aug 12 21:02:25.108 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99692026-08-12T21:02:26.403Z[ host-image] Aug 12 21:02:25.119 INFO O| Aug 12 21:02:25.119 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99702026-08-12T21:02:26.403Z[ host-image] Aug 12 21:02:25.119 INFO O| Aug 12 21:02:25.119 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99712026-08-12T21:02:26.406Z[ host-image] Aug 12 21:02:25.119 INFO O| Aug 12 21:02:25.119 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99722026-08-12T21:02:26.406Z[ host-image] Aug 12 21:02:25.119 INFO O| Aug 12 21:02:25.119 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99732026-08-12T21:02:26.406Z[ host-image] Aug 12 21:02:25.119 INFO O| Aug 12 21:02:25.119 INFO ok!
99742026-08-12T21:02:26.406Z[ host-image] Aug 12 21:02:25.119 INFO O| Aug 12 21:02:25.119 INFO STEP 47 (ensure_file) COMPLETE
99752026-08-12T21:02:26.406Z[ host-image] Aug 12 21:02:25.119 INFO O| Aug 12 21:02:25.119 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99762026-08-12T21:02:26.406Z[ host-image] Aug 12 21:02:25.119 INFO O| Aug 12 21:02:25.119 INFO skip step because feature "mfg" is not enabled
99772026-08-12T21:02:26.406Z[ host-image] Aug 12 21:02:25.119 INFO O| Aug 12 21:02:25.119 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99782026-08-12T21:02:26.406Z[ host-image] Aug 12 21:02:25.119 INFO O| Aug 12 21:02:25.119 INFO skip step because feature "mfg" is not enabled
99792026-08-12T21:02:26.406Z[ host-image] Aug 12 21:02:25.119 INFO O| Aug 12 21:02:25.119 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99802026-08-12T21:02:26.413Z[ host-image] Aug 12 21:02:25.130 INFO O| Aug 12 21:02:25.130 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99812026-08-12T21:02:26.413Z[ host-image] Aug 12 21:02:25.130 INFO O| Aug 12 21:02:25.130 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99822026-08-12T21:02:26.445Z[ host-image] Aug 12 21:02:25.161 INFO O| Aug 12 21:02:25.161 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99832026-08-12T21:02:26.445Z[ host-image] Aug 12 21:02:25.161 INFO O| Aug 12 21:02:25.161 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99842026-08-12T21:02:26.448Z[ host-image] Aug 12 21:02:25.161 INFO O| Aug 12 21:02:25.161 INFO ok!
99852026-08-12T21:02:26.448Z[ host-image] Aug 12 21:02:25.161 INFO O| Aug 12 21:02:25.161 INFO STEP 50 (ensure_file) COMPLETE
99862026-08-12T21:02:26.448Z[ host-image] Aug 12 21:02:25.161 INFO O| Aug 12 21:02:25.161 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99872026-08-12T21:02:26.448Z[ host-image] Aug 12 21:02:25.161 INFO O| Aug 12 21:02:25.161 INFO skip step because feature "compliance" is not enabled
99882026-08-12T21:02:26.448Z[ host-image] Aug 12 21:02:25.161 INFO O| Aug 12 21:02:25.161 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99892026-08-12T21:02:26.455Z[ host-image] Aug 12 21:02:25.172 INFO O| Aug 12 21:02:25.172 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99902026-08-12T21:02:26.455Z[ host-image] Aug 12 21:02:25.172 INFO O| Aug 12 21:02:25.172 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99912026-08-12T21:02:26.459Z[ host-image] Aug 12 21:02:25.172 INFO O| Aug 12 21:02:25.172 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99922026-08-12T21:02:26.459Z[ host-image] Aug 12 21:02:25.172 INFO O| Aug 12 21:02:25.172 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99932026-08-12T21:02:26.459Z[ host-image] Aug 12 21:02:25.172 INFO O| Aug 12 21:02:25.172 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99942026-08-12T21:02:26.459Z[ host-image] Aug 12 21:02:25.172 INFO O| Aug 12 21:02:25.172 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99952026-08-12T21:02:26.459Z[ host-image] Aug 12 21:02:25.172 INFO O| Aug 12 21:02:25.172 INFO ok!
99962026-08-12T21:02:26.459Z[ host-image] Aug 12 21:02:25.172 INFO O| Aug 12 21:02:25.172 INFO STEP 52 (ensure_file) COMPLETE
99972026-08-12T21:02:26.459Z[ host-image] Aug 12 21:02:25.172 INFO O| Aug 12 21:02:25.172 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99982026-08-12T21:02:26.464Z[ host-image] Aug 12 21:02:25.181 INFO O| Aug 12 21:02:25.181 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99992026-08-12T21:02:26.464Z[ host-image] Aug 12 21:02:25.181 INFO O| Aug 12 21:02:25.181 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 ...
100002026-08-12T21:02:26.467Z[ host-image] Aug 12 21:02:25.181 INFO O| Aug 12 21:02:25.181 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
100012026-08-12T21:02:26.468Z[ host-image] Aug 12 21:02:25.181 INFO O| Aug 12 21:02:25.181 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100022026-08-12T21:02:26.468Z[ host-image] Aug 12 21:02:25.181 INFO O| Aug 12 21:02:25.181 INFO ok!
100032026-08-12T21:02:26.468Z[ host-image] Aug 12 21:02:25.181 INFO O| Aug 12 21:02:25.181 INFO STEP 53 (ensure_file) COMPLETE
100042026-08-12T21:02:26.468Z[ host-image] Aug 12 21:02:25.181 INFO O| Aug 12 21:02:25.181 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100052026-08-12T21:02:26.473Z[ host-image] Aug 12 21:02:25.189 INFO O| Aug 12 21:02:25.189 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100062026-08-12T21:02:26.473Z[ host-image] Aug 12 21:02:25.189 INFO O| Aug 12 21:02:25.189 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 ...
100072026-08-12T21:02:26.476Z[ host-image] Aug 12 21:02:25.189 INFO O| Aug 12 21:02:25.189 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100082026-08-12T21:02:26.476Z[ host-image] Aug 12 21:02:25.189 INFO O| Aug 12 21:02:25.189 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100092026-08-12T21:02:26.476Z[ host-image] Aug 12 21:02:25.189 INFO O| Aug 12 21:02:25.189 INFO ok!
100102026-08-12T21:02:26.476Z[ host-image] Aug 12 21:02:25.189 INFO O| Aug 12 21:02:25.189 INFO STEP 54 (ensure_file) COMPLETE
100112026-08-12T21:02:26.476Z[ host-image] Aug 12 21:02:25.189 INFO O| Aug 12 21:02:25.189 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100122026-08-12T21:02:26.481Z[ host-image] Aug 12 21:02:25.198 INFO O| Aug 12 21:02:25.198 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100132026-08-12T21:02:26.481Z[ host-image] Aug 12 21:02:25.198 INFO O| Aug 12 21:02:25.198 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 ...
100142026-08-12T21:02:26.484Z[ host-image] Aug 12 21:02:25.198 INFO O| Aug 12 21:02:25.198 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
100152026-08-12T21:02:26.484Z[ host-image] Aug 12 21:02:25.198 INFO O| Aug 12 21:02:25.198 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100162026-08-12T21:02:26.484Z[ host-image] Aug 12 21:02:25.198 INFO O| Aug 12 21:02:25.198 INFO ok!
100172026-08-12T21:02:26.484Z[ host-image] Aug 12 21:02:25.198 INFO O| Aug 12 21:02:25.198 INFO STEP 55 (ensure_file) COMPLETE
100182026-08-12T21:02:26.484Z[ host-image] Aug 12 21:02:25.198 INFO O| Aug 12 21:02:25.198 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100192026-08-12T21:02:26.493Z[ host-image] Aug 12 21:02:25.208 INFO O| Aug 12 21:02:25.208 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100202026-08-12T21:02:26.497Z[ host-image] Aug 12 21:02:25.208 INFO O| Aug 12 21:02:25.208 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 ...
100212026-08-12T21:02:26.497Z[ host-image] Aug 12 21:02:25.208 INFO O| Aug 12 21:02:25.208 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100222026-08-12T21:02:26.497Z[ host-image] Aug 12 21:02:25.208 INFO O| Aug 12 21:02:25.208 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100232026-08-12T21:02:26.497Z[ host-image] Aug 12 21:02:25.208 INFO O| Aug 12 21:02:25.208 INFO ok!
100242026-08-12T21:02:26.497Z[ host-image] Aug 12 21:02:25.208 INFO O| Aug 12 21:02:25.208 INFO STEP 56 (ensure_file) COMPLETE
100252026-08-12T21:02:26.497Z[ host-image] Aug 12 21:02:25.208 INFO O| Aug 12 21:02:25.208 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100262026-08-12T21:02:26.501Z[ host-image] Aug 12 21:02:25.217 INFO O| Aug 12 21:02:25.217 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100272026-08-12T21:02:26.501Z[ host-image] Aug 12 21:02:25.217 INFO O| Aug 12 21:02:25.217 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 ...
100282026-08-12T21:02:26.518Z[ host-image] Aug 12 21:02:25.217 INFO O| Aug 12 21:02:25.217 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100292026-08-12T21:02:26.518Z[ host-image] Aug 12 21:02:25.217 INFO O| Aug 12 21:02:25.217 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100302026-08-12T21:02:26.518Z[ host-image] Aug 12 21:02:25.217 INFO O| Aug 12 21:02:25.217 INFO ok!
100312026-08-12T21:02:26.518Z[ host-image] Aug 12 21:02:25.217 INFO O| Aug 12 21:02:25.217 INFO STEP 57 (ensure_file) COMPLETE
100322026-08-12T21:02:26.518Z[ host-image] Aug 12 21:02:25.217 INFO O| Aug 12 21:02:25.217 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100332026-08-12T21:02:26.518Z[ host-image] Aug 12 21:02:25.227 INFO O| Aug 12 21:02:25.227 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100342026-08-12T21:02:26.518Z[ host-image] Aug 12 21:02:25.227 INFO O| Aug 12 21:02:25.227 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 ...
100352026-08-12T21:02:26.518Z[ host-image] Aug 12 21:02:25.227 INFO O| Aug 12 21:02:25.227 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100362026-08-12T21:02:26.518Z[ host-image] Aug 12 21:02:25.227 INFO O| Aug 12 21:02:25.227 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100372026-08-12T21:02:26.518Z[ host-image] Aug 12 21:02:25.227 INFO O| Aug 12 21:02:25.227 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100382026-08-12T21:02:26.518Z[ host-image] Aug 12 21:02:25.227 INFO O| Aug 12 21:02:25.227 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100392026-08-12T21:02:26.518Z[ host-image] Aug 12 21:02:25.227 INFO O| Aug 12 21:02:25.227 INFO ok!
100402026-08-12T21:02:26.518Z[ host-image] Aug 12 21:02:25.227 INFO O| Aug 12 21:02:25.227 INFO STEP 58 (ensure_file) COMPLETE
100412026-08-12T21:02:26.518Z[ host-image] Aug 12 21:02:25.227 INFO O| Aug 12 21:02:25.227 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100422026-08-12T21:02:26.523Z[ host-image] Aug 12 21:02:25.235 INFO O| Aug 12 21:02:25.234 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100432026-08-12T21:02:26.523Z[ host-image] Aug 12 21:02:25.235 INFO O| Aug 12 21:02:25.235 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 ...
100442026-08-12T21:02:26.523Z[ host-image] Aug 12 21:02:25.235 INFO O| Aug 12 21:02:25.235 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
100452026-08-12T21:02:26.523Z[ host-image] Aug 12 21:02:25.235 INFO O| Aug 12 21:02:25.235 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100462026-08-12T21:02:26.523Z[ host-image] Aug 12 21:02:25.235 INFO O| Aug 12 21:02:25.235 INFO ok!
100472026-08-12T21:02:26.523Z[ host-image] Aug 12 21:02:25.235 INFO O| Aug 12 21:02:25.235 INFO STEP 59 (ensure_file) COMPLETE
100482026-08-12T21:02:26.523Z[ host-image] Aug 12 21:02:25.235 INFO O| Aug 12 21:02:25.235 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100492026-08-12T21:02:26.527Z[ host-image] Aug 12 21:02:25.244 INFO O| Aug 12 21:02:25.243 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100502026-08-12T21:02:26.527Z[ host-image] Aug 12 21:02:25.244 INFO O| Aug 12 21:02:25.244 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100512026-08-12T21:02:26.527Z[ host-image] Aug 12 21:02:25.244 INFO O| Aug 12 21:02:25.244 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100522026-08-12T21:02:26.530Z[ host-image] Aug 12 21:02:25.244 INFO O| Aug 12 21:02:25.244 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100532026-08-12T21:02:26.530Z[ host-image] Aug 12 21:02:25.244 INFO O| Aug 12 21:02:25.244 INFO ok!
100542026-08-12T21:02:26.530Z[ host-image] Aug 12 21:02:25.244 INFO O| Aug 12 21:02:25.244 INFO STEP 60 (ensure_file) COMPLETE
100552026-08-12T21:02:26.530Z[ host-image] Aug 12 21:02:25.244 INFO O| Aug 12 21:02:25.244 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100562026-08-12T21:02:26.537Z[ host-image] Aug 12 21:02:25.254 INFO O| Aug 12 21:02:25.254 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100572026-08-12T21:02:26.537Z[ host-image] Aug 12 21:02:25.254 INFO O| Aug 12 21:02:25.254 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 ...
100582026-08-12T21:02:26.540Z[ host-image] Aug 12 21:02:25.254 INFO O| Aug 12 21:02:25.254 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
100592026-08-12T21:02:26.540Z[ host-image] Aug 12 21:02:25.254 INFO O| Aug 12 21:02:25.254 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100602026-08-12T21:02:26.540Z[ host-image] Aug 12 21:02:25.254 INFO O| Aug 12 21:02:25.254 INFO ok!
100612026-08-12T21:02:26.541Z[ host-image] Aug 12 21:02:25.254 INFO O| Aug 12 21:02:25.254 INFO STEP 61 (ensure_file) COMPLETE
100622026-08-12T21:02:26.541Z[ host-image] Aug 12 21:02:25.254 INFO O| Aug 12 21:02:25.254 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100632026-08-12T21:02:26.547Z[ host-image] Aug 12 21:02:25.264 INFO O| Aug 12 21:02:25.264 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100642026-08-12T21:02:26.550Z[ host-image] Aug 12 21:02:25.264 INFO O| Aug 12 21:02:25.264 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100652026-08-12T21:02:26.550Z[ host-image] Aug 12 21:02:25.264 INFO O| Aug 12 21:02:25.264 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100662026-08-12T21:02:26.550Z[ host-image] Aug 12 21:02:25.264 INFO O| Aug 12 21:02:25.264 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100672026-08-12T21:02:26.550Z[ host-image] Aug 12 21:02:25.264 INFO O| Aug 12 21:02:25.264 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100682026-08-12T21:02:26.550Z[ host-image] Aug 12 21:02:25.264 INFO O| Aug 12 21:02:25.264 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100692026-08-12T21:02:26.551Z[ host-image] Aug 12 21:02:25.264 INFO O| Aug 12 21:02:25.264 INFO ok!
100702026-08-12T21:02:26.551Z[ host-image] Aug 12 21:02:25.264 INFO O| Aug 12 21:02:25.264 INFO STEP 62 (ensure_file) COMPLETE
100712026-08-12T21:02:26.551Z[ host-image] Aug 12 21:02:25.264 INFO O| Aug 12 21:02:25.264 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100722026-08-12T21:02:26.558Z[ host-image] Aug 12 21:02:25.274 INFO O| Aug 12 21:02:25.274 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100732026-08-12T21:02:26.561Z[ host-image] Aug 12 21:02:25.274 INFO O| Aug 12 21:02:25.274 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 ...
100742026-08-12T21:02:26.561Z[ host-image] Aug 12 21:02:25.274 INFO O| Aug 12 21:02:25.274 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
100752026-08-12T21:02:26.561Z[ host-image] Aug 12 21:02:25.274 INFO O| Aug 12 21:02:25.274 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100762026-08-12T21:02:26.561Z[ host-image] Aug 12 21:02:25.274 INFO O| Aug 12 21:02:25.274 INFO ok!
100772026-08-12T21:02:26.561Z[ host-image] Aug 12 21:02:25.274 INFO O| Aug 12 21:02:25.274 INFO STEP 63 (ensure_file) COMPLETE
100782026-08-12T21:02:26.561Z[ host-image] Aug 12 21:02:25.274 INFO O| Aug 12 21:02:25.274 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100792026-08-12T21:02:26.567Z[ host-image] Aug 12 21:02:25.284 INFO O| Aug 12 21:02:25.284 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100802026-08-12T21:02:26.567Z[ host-image] Aug 12 21:02:25.284 INFO O| Aug 12 21:02:25.284 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 ...
100812026-08-12T21:02:26.570Z[ host-image] Aug 12 21:02:25.284 INFO O| Aug 12 21:02:25.284 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
100822026-08-12T21:02:26.571Z[ host-image] Aug 12 21:02:25.284 INFO O| Aug 12 21:02:25.284 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100832026-08-12T21:02:26.571Z[ host-image] Aug 12 21:02:25.284 INFO O| Aug 12 21:02:25.284 INFO ok!
100842026-08-12T21:02:26.571Z[ host-image] Aug 12 21:02:25.284 INFO O| Aug 12 21:02:25.284 INFO STEP 64 (ensure_file) COMPLETE
100852026-08-12T21:02:26.571Z[ host-image] Aug 12 21:02:25.284 INFO O| Aug 12 21:02:25.284 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100862026-08-12T21:02:26.578Z[ host-image] Aug 12 21:02:25.294 INFO O| Aug 12 21:02:25.294 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100872026-08-12T21:02:26.578Z[ host-image] Aug 12 21:02:25.294 INFO O| Aug 12 21:02:25.294 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 ...
100882026-08-12T21:02:26.581Z[ host-image] Aug 12 21:02:25.294 INFO O| Aug 12 21:02:25.294 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
100892026-08-12T21:02:26.581Z[ host-image] Aug 12 21:02:25.294 INFO O| Aug 12 21:02:25.294 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100902026-08-12T21:02:26.581Z[ host-image] Aug 12 21:02:25.294 INFO O| Aug 12 21:02:25.294 INFO ok!
100912026-08-12T21:02:26.581Z[ host-image] Aug 12 21:02:25.294 INFO O| Aug 12 21:02:25.294 INFO STEP 65 (ensure_file) COMPLETE
100922026-08-12T21:02:26.581Z[ host-image] Aug 12 21:02:25.294 INFO O| Aug 12 21:02:25.294 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100932026-08-12T21:02:26.581Z[ host-image] Aug 12 21:02:25.294 INFO O| Aug 12 21:02:25.294 INFO skip step because feature "mbist" is not enabled
100942026-08-12T21:02:26.581Z[ host-image] Aug 12 21:02:25.294 INFO O| Aug 12 21:02:25.294 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100952026-08-12T21:02:26.587Z[ host-image] Aug 12 21:02:25.304 INFO O| Aug 12 21:02:25.304 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100962026-08-12T21:02:26.587Z[ host-image] Aug 12 21:02:25.304 INFO O| Aug 12 21:02:25.304 INFO STEP 67 (ensure_dir) COMPLETE
100972026-08-12T21:02:26.587Z[ host-image] Aug 12 21:02:25.304 INFO O| Aug 12 21:02:25.304 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100982026-08-12T21:02:26.597Z[ host-image] Aug 12 21:02:25.313 INFO O| Aug 12 21:02:25.313 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100992026-08-12T21:02:26.597Z[ host-image] Aug 12 21:02:25.313 INFO O| Aug 12 21:02:25.313 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101002026-08-12T21:02:26.600Z[ host-image] Aug 12 21:02:25.313 INFO O| Aug 12 21:02:25.313 INFO STEP 68 (ensure_dir) COMPLETE
101012026-08-12T21:02:26.600Z[ host-image] Aug 12 21:02:25.313 INFO O| Aug 12 21:02:25.313 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101022026-08-12T21:02:26.607Z[ host-image] Aug 12 21:02:25.323 INFO O| Aug 12 21:02:25.323 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101032026-08-12T21:02:26.610Z[ host-image] Aug 12 21:02:25.323 INFO O| Aug 12 21:02:25.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101042026-08-12T21:02:26.610Z[ host-image] Aug 12 21:02:25.323 INFO O| Aug 12 21:02:25.323 INFO STEP 69 (ensure_dir) COMPLETE
101052026-08-12T21:02:26.610Z[ host-image] Aug 12 21:02:25.323 INFO O| Aug 12 21:02:25.323 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101062026-08-12T21:02:26.616Z[ host-image] Aug 12 21:02:25.333 INFO O| Aug 12 21:02:25.333 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101072026-08-12T21:02:26.616Z[ host-image] Aug 12 21:02:25.333 INFO O| Aug 12 21:02:25.333 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101082026-08-12T21:02:27.035Z[ host-image] Aug 12 21:02:25.751 INFO O| Aug 12 21:02:25.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101092026-08-12T21:02:27.035Z[ host-image] Aug 12 21:02:25.751 INFO O| Aug 12 21:02:25.751 INFO ok!
101102026-08-12T21:02:27.035Z[ host-image] Aug 12 21:02:25.751 INFO O| Aug 12 21:02:25.751 INFO STEP 70 (ensure_file) COMPLETE
101112026-08-12T21:02:27.038Z[ host-image] Aug 12 21:02:25.751 INFO O| Aug 12 21:02:25.751 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101122026-08-12T21:02:27.045Z[ host-image] Aug 12 21:02:25.761 INFO O| Aug 12 21:02:25.761 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101132026-08-12T21:02:27.045Z[ host-image] Aug 12 21:02:25.761 INFO O| Aug 12 21:02:25.761 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101142026-08-12T21:02:27.886Z[ host-image] Aug 12 21:02:26.602 INFO O| Aug 12 21:02:26.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101152026-08-12T21:02:27.886Z[ host-image] Aug 12 21:02:26.602 INFO O| Aug 12 21:02:26.602 INFO ok!
101162026-08-12T21:02:27.886Z[ host-image] Aug 12 21:02:26.602 INFO O| Aug 12 21:02:26.602 INFO STEP 71 (ensure_file) COMPLETE
101172026-08-12T21:02:27.889Z[ host-image] Aug 12 21:02:26.602 INFO O| Aug 12 21:02:26.602 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101182026-08-12T21:02:27.895Z[ host-image] Aug 12 21:02:26.611 INFO O| Aug 12 21:02:26.611 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101192026-08-12T21:02:27.898Z[ host-image] Aug 12 21:02:26.611 INFO O| Aug 12 21:02:26.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101202026-08-12T21:02:27.898Z[ host-image] Aug 12 21:02:26.611 INFO O| Aug 12 21:02:26.611 INFO STEP 72 (ensure_dir) COMPLETE
101212026-08-12T21:02:27.898Z[ host-image] Aug 12 21:02:26.611 INFO O| Aug 12 21:02:26.611 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101222026-08-12T21:02:27.905Z[ host-image] Aug 12 21:02:26.622 INFO O| Aug 12 21:02:26.622 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101232026-08-12T21:02:27.906Z[ host-image] Aug 12 21:02:26.622 INFO O| Aug 12 21:02:26.622 INFO copying /tmp/.tmpn6z8wZ/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 ...
101242026-08-12T21:02:27.908Z[ host-image] Aug 12 21:02:26.622 INFO O| Aug 12 21:02:26.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101252026-08-12T21:02:27.909Z[ host-image] Aug 12 21:02:26.622 INFO O| Aug 12 21:02:26.622 INFO ok!
101262026-08-12T21:02:27.909Z[ host-image] Aug 12 21:02:26.622 INFO O| Aug 12 21:02:26.622 INFO STEP 73 (ensure_file) COMPLETE
101272026-08-12T21:02:27.909Z[ host-image] Aug 12 21:02:26.622 INFO O| Aug 12 21:02:26.622 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101282026-08-12T21:02:27.915Z[ host-image] Aug 12 21:02:26.630 INFO O| Aug 12 21:02:26.630 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101292026-08-12T21:02:27.919Z[ host-image] Aug 12 21:02:26.630 INFO O| Aug 12 21:02:26.630 INFO copying /tmp/.tmpn6z8wZ/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 ...
101302026-08-12T21:02:27.919Z[ host-image] Aug 12 21:02:26.631 INFO O| Aug 12 21:02:26.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101312026-08-12T21:02:27.919Z[ host-image] Aug 12 21:02:26.631 INFO O| Aug 12 21:02:26.631 INFO ok!
101322026-08-12T21:02:27.919Z[ host-image] Aug 12 21:02:26.631 INFO O| Aug 12 21:02:26.631 INFO STEP 74 (ensure_file) COMPLETE
101332026-08-12T21:02:27.919Z[ host-image] Aug 12 21:02:26.631 INFO O| Aug 12 21:02:26.631 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101342026-08-12T21:02:27.922Z[ host-image] Aug 12 21:02:26.639 INFO O| Aug 12 21:02:26.639 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101352026-08-12T21:02:27.925Z[ host-image] Aug 12 21:02:26.639 INFO O| Aug 12 21:02:26.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101362026-08-12T21:02:27.925Z[ host-image] Aug 12 21:02:26.639 INFO O| Aug 12 21:02:26.639 INFO STEP 75 (ensure_dir) COMPLETE
101372026-08-12T21:02:27.925Z[ host-image] Aug 12 21:02:26.639 INFO O| Aug 12 21:02:26.639 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101382026-08-12T21:02:27.930Z[ host-image] Aug 12 21:02:26.646 INFO O| Aug 12 21:02:26.646 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101392026-08-12T21:02:27.930Z[ host-image] Aug 12 21:02:26.646 INFO O| Aug 12 21:02:26.646 INFO copying /tmp/.tmpn6z8wZ/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 ...
101402026-08-12T21:02:27.933Z[ host-image] Aug 12 21:02:26.646 INFO O| Aug 12 21:02:26.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101412026-08-12T21:02:27.933Z[ host-image] Aug 12 21:02:26.646 INFO O| Aug 12 21:02:26.646 INFO ok!
101422026-08-12T21:02:27.933Z[ host-image] Aug 12 21:02:26.646 INFO O| Aug 12 21:02:26.646 INFO STEP 76 (ensure_file) COMPLETE
101432026-08-12T21:02:27.933Z[ host-image] Aug 12 21:02:26.646 INFO O| Aug 12 21:02:26.646 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442026-08-12T21:02:27.938Z[ host-image] Aug 12 21:02:26.654 INFO O| Aug 12 21:02:26.654 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101452026-08-12T21:02:27.938Z[ host-image] Aug 12 21:02:26.654 INFO O| Aug 12 21:02:26.654 INFO copying /tmp/.tmpn6z8wZ/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 ...
101462026-08-12T21:02:27.941Z[ host-image] Aug 12 21:02:26.655 INFO O| Aug 12 21:02:26.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101472026-08-12T21:02:27.941Z[ host-image] Aug 12 21:02:26.655 INFO O| Aug 12 21:02:26.655 INFO ok!
101482026-08-12T21:02:27.941Z[ host-image] Aug 12 21:02:26.655 INFO O| Aug 12 21:02:26.655 INFO STEP 77 (ensure_file) COMPLETE
101492026-08-12T21:02:27.941Z[ host-image] Aug 12 21:02:26.655 INFO O| Aug 12 21:02:26.655 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101502026-08-12T21:02:27.947Z[ host-image] Aug 12 21:02:26.663 INFO O| Aug 12 21:02:26.663 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101512026-08-12T21:02:27.950Z[ host-image] Aug 12 21:02:26.664 INFO O| Aug 12 21:02:26.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101522026-08-12T21:02:27.950Z[ host-image] Aug 12 21:02:26.664 INFO O| Aug 12 21:02:26.664 INFO STEP 78 (ensure_dir) COMPLETE
101532026-08-12T21:02:27.950Z[ host-image] Aug 12 21:02:26.664 INFO O| Aug 12 21:02:26.664 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542026-08-12T21:02:27.957Z[ host-image] Aug 12 21:02:26.674 INFO O| Aug 12 21:02:26.674 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101552026-08-12T21:02:27.957Z[ host-image] Aug 12 21:02:26.674 INFO O| Aug 12 21:02:26.674 INFO copying /tmp/.tmpn6z8wZ/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 ...
101562026-08-12T21:02:27.960Z[ host-image] Aug 12 21:02:26.674 INFO O| Aug 12 21:02:26.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101572026-08-12T21:02:27.960Z[ host-image] Aug 12 21:02:26.674 INFO O| Aug 12 21:02:26.674 INFO ok!
101582026-08-12T21:02:27.960Z[ host-image] Aug 12 21:02:26.674 INFO O| Aug 12 21:02:26.674 INFO STEP 79 (ensure_file) COMPLETE
101592026-08-12T21:02:27.960Z[ host-image] Aug 12 21:02:26.674 INFO O| Aug 12 21:02:26.674 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-08-12T21:02:27.966Z[ host-image] Aug 12 21:02:26.682 INFO O| Aug 12 21:02:26.682 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101612026-08-12T21:02:27.966Z[ host-image] Aug 12 21:02:26.683 INFO O| Aug 12 21:02:26.682 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101622026-08-12T21:02:27.969Z[ host-image] Aug 12 21:02:26.683 INFO O| Aug 12 21:02:26.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101632026-08-12T21:02:27.969Z[ host-image] Aug 12 21:02:26.683 INFO O| Aug 12 21:02:26.683 INFO ok!
101642026-08-12T21:02:27.969Z[ host-image] Aug 12 21:02:26.683 INFO O| Aug 12 21:02:26.683 INFO STEP 80 (ensure_file) COMPLETE
101652026-08-12T21:02:27.969Z[ host-image] Aug 12 21:02:26.683 INFO O| Aug 12 21:02:26.683 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-08-12T21:02:27.974Z[ host-image] Aug 12 21:02:26.691 INFO O| Aug 12 21:02:26.691 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101672026-08-12T21:02:27.978Z[ host-image] Aug 12 21:02:26.691 INFO O| Aug 12 21:02:26.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101682026-08-12T21:02:27.978Z[ host-image] Aug 12 21:02:26.691 INFO O| Aug 12 21:02:26.691 INFO STEP 81 (ensure_dir) COMPLETE
101692026-08-12T21:02:27.978Z[ host-image] Aug 12 21:02:26.691 INFO O| Aug 12 21:02:26.691 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702026-08-12T21:02:27.984Z[ host-image] Aug 12 21:02:26.701 INFO O| Aug 12 21:02:26.701 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101712026-08-12T21:02:27.984Z[ host-image] Aug 12 21:02:26.701 INFO O| Aug 12 21:02:26.701 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101722026-08-12T21:02:28.606Z[ host-image] Aug 12 21:02:27.322 INFO O| Aug 12 21:02:27.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101732026-08-12T21:02:28.606Z[ host-image] Aug 12 21:02:27.322 INFO O| Aug 12 21:02:27.322 INFO ok!
101742026-08-12T21:02:28.609Z[ host-image] Aug 12 21:02:27.322 INFO O| Aug 12 21:02:27.322 INFO STEP 82 (ensure_file) COMPLETE
101752026-08-12T21:02:28.609Z[ host-image] Aug 12 21:02:27.322 INFO O| Aug 12 21:02:27.322 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762026-08-12T21:02:28.616Z[ host-image] Aug 12 21:02:27.332 INFO O| Aug 12 21:02:27.332 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101772026-08-12T21:02:28.616Z[ host-image] Aug 12 21:02:27.332 INFO O| Aug 12 21:02:27.332 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101782026-08-12T21:02:28.944Z[ host-image] Aug 12 21:02:27.660 INFO O| Aug 12 21:02:27.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101792026-08-12T21:02:28.944Z[ host-image] Aug 12 21:02:27.661 INFO O| Aug 12 21:02:27.660 INFO ok!
101802026-08-12T21:02:28.948Z[ host-image] Aug 12 21:02:27.661 INFO O| Aug 12 21:02:27.660 INFO STEP 83 (ensure_file) COMPLETE
101812026-08-12T21:02:28.948Z[ host-image] Aug 12 21:02:27.661 INFO O| Aug 12 21:02:27.660 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-08-12T21:02:28.954Z[ host-image] Aug 12 21:02:27.671 INFO O| Aug 12 21:02:27.671 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101832026-08-12T21:02:28.954Z[ host-image] Aug 12 21:02:27.671 INFO O| Aug 12 21:02:27.671 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101842026-08-12T21:02:30.360Z[ host-image] Aug 12 21:02:29.075 INFO O| Aug 12 21:02:29.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101852026-08-12T21:02:30.360Z[ host-image] Aug 12 21:02:29.075 INFO O| Aug 12 21:02:29.075 INFO ok!
101862026-08-12T21:02:30.360Z[ host-image] Aug 12 21:02:29.075 INFO O| Aug 12 21:02:29.075 INFO STEP 84 (ensure_file) COMPLETE
101872026-08-12T21:02:30.360Z[ host-image] Aug 12 21:02:29.075 INFO O| Aug 12 21:02:29.075 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101882026-08-12T21:02:30.370Z[ host-image] Aug 12 21:02:29.086 INFO O| Aug 12 21:02:29.086 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101892026-08-12T21:02:30.370Z[ host-image] Aug 12 21:02:29.086 INFO O| Aug 12 21:02:29.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101902026-08-12T21:02:30.373Z[ host-image] Aug 12 21:02:29.086 INFO O| Aug 12 21:02:29.086 INFO STEP 85 (ensure_dir) COMPLETE
101912026-08-12T21:02:30.373Z[ host-image] Aug 12 21:02:29.086 INFO O| Aug 12 21:02:29.086 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-08-12T21:02:30.379Z[ host-image] Aug 12 21:02:29.096 INFO O| Aug 12 21:02:29.095 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101932026-08-12T21:02:30.379Z[ host-image] Aug 12 21:02:29.096 INFO O| Aug 12 21:02:29.096 INFO copying /tmp/.tmpn6z8wZ/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 ...
101942026-08-12T21:02:30.382Z[ host-image] Aug 12 21:02:29.096 INFO O| Aug 12 21:02:29.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101952026-08-12T21:02:30.382Z[ host-image] Aug 12 21:02:29.096 INFO O| Aug 12 21:02:29.096 INFO ok!
101962026-08-12T21:02:30.382Z[ host-image] Aug 12 21:02:29.096 INFO O| Aug 12 21:02:29.096 INFO STEP 86 (ensure_file) COMPLETE
101972026-08-12T21:02:30.382Z[ host-image] Aug 12 21:02:29.096 INFO O| Aug 12 21:02:29.096 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-08-12T21:02:30.388Z[ host-image] Aug 12 21:02:29.105 INFO O| Aug 12 21:02:29.105 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101992026-08-12T21:02:30.388Z[ host-image] Aug 12 21:02:29.105 INFO O| Aug 12 21:02:29.105 INFO copying /tmp/.tmpn6z8wZ/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 ...
102002026-08-12T21:02:30.392Z[ host-image] Aug 12 21:02:29.105 INFO O| Aug 12 21:02:29.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102012026-08-12T21:02:30.392Z[ host-image] Aug 12 21:02:29.105 INFO O| Aug 12 21:02:29.105 INFO ok!
102022026-08-12T21:02:30.392Z[ host-image] Aug 12 21:02:29.105 INFO O| Aug 12 21:02:29.105 INFO STEP 87 (ensure_file) COMPLETE
102032026-08-12T21:02:30.392Z[ host-image] Aug 12 21:02:29.105 INFO O| Aug 12 21:02:29.105 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-08-12T21:02:30.398Z[ host-image] Aug 12 21:02:29.113 INFO O| Aug 12 21:02:29.112 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102052026-08-12T21:02:30.398Z[ host-image] Aug 12 21:02:29.113 INFO O| Aug 12 21:02:29.113 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102062026-08-12T21:02:30.401Z[ host-image] Aug 12 21:02:29.113 INFO O| Aug 12 21:02:29.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102072026-08-12T21:02:30.401Z[ host-image] Aug 12 21:02:29.113 INFO O| Aug 12 21:02:29.113 INFO ok!
102082026-08-12T21:02:30.401Z[ host-image] Aug 12 21:02:29.113 INFO O| Aug 12 21:02:29.113 INFO STEP 88 (ensure_file) COMPLETE
102092026-08-12T21:02:30.401Z[ host-image] Aug 12 21:02:29.113 INFO O| Aug 12 21:02:29.113 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-08-12T21:02:30.404Z[ host-image] Aug 12 21:02:29.120 INFO O| Aug 12 21:02:29.120 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102112026-08-12T21:02:30.404Z[ host-image] Aug 12 21:02:29.120 INFO O| Aug 12 21:02:29.120 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102122026-08-12T21:02:30.404Z[ host-image] Aug 12 21:02:29.120 INFO O| Aug 12 21:02:29.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102132026-08-12T21:02:30.404Z[ host-image] Aug 12 21:02:29.120 INFO O| Aug 12 21:02:29.120 INFO ok!
102142026-08-12T21:02:30.404Z[ host-image] Aug 12 21:02:29.120 INFO O| Aug 12 21:02:29.120 INFO STEP 89 (ensure_file) COMPLETE
102152026-08-12T21:02:30.404Z[ host-image] Aug 12 21:02:29.120 INFO O| Aug 12 21:02:29.120 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-08-12T21:02:30.413Z[ host-image] Aug 12 21:02:29.129 INFO O| Aug 12 21:02:29.129 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102172026-08-12T21:02:30.416Z[ host-image] Aug 12 21:02:29.129 INFO O| Aug 12 21:02:29.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102182026-08-12T21:02:30.416Z[ host-image] Aug 12 21:02:29.129 INFO O| Aug 12 21:02:29.129 INFO STEP 90 (ensure_dir) COMPLETE
102192026-08-12T21:02:30.416Z[ host-image] Aug 12 21:02:29.129 INFO O| Aug 12 21:02:29.129 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-08-12T21:02:30.421Z[ host-image] Aug 12 21:02:29.137 INFO O| Aug 12 21:02:29.137 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102212026-08-12T21:02:30.421Z[ host-image] Aug 12 21:02:29.137 INFO O| Aug 12 21:02:29.137 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102222026-08-12T21:02:30.424Z[ host-image] Aug 12 21:02:29.140 INFO O| Aug 12 21:02:29.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102232026-08-12T21:02:30.424Z[ host-image] Aug 12 21:02:29.140 INFO O| Aug 12 21:02:29.140 INFO ok!
102242026-08-12T21:02:30.424Z[ host-image] Aug 12 21:02:29.140 INFO O| Aug 12 21:02:29.140 INFO STEP 91 (ensure_file) COMPLETE
102252026-08-12T21:02:30.424Z[ host-image] Aug 12 21:02:29.140 INFO O| Aug 12 21:02:29.140 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-08-12T21:02:30.431Z[ host-image] Aug 12 21:02:29.147 INFO O| Aug 12 21:02:29.147 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102272026-08-12T21:02:30.434Z[ host-image] Aug 12 21:02:29.147 INFO O| Aug 12 21:02:29.147 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102282026-08-12T21:02:30.434Z[ host-image] Aug 12 21:02:29.147 INFO O| Aug 12 21:02:29.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102292026-08-12T21:02:30.434Z[ host-image] Aug 12 21:02:29.147 INFO O| Aug 12 21:02:29.147 INFO ok!
102302026-08-12T21:02:30.434Z[ host-image] Aug 12 21:02:29.147 INFO O| Aug 12 21:02:29.147 INFO STEP 92 (ensure_file) COMPLETE
102312026-08-12T21:02:30.434Z[ host-image] Aug 12 21:02:29.147 INFO O| Aug 12 21:02:29.147 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-08-12T21:02:30.439Z[ host-image] Aug 12 21:02:29.155 INFO O| Aug 12 21:02:29.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102332026-08-12T21:02:30.439Z[ host-image] Aug 12 21:02:29.155 INFO O| Aug 12 21:02:29.155 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102342026-08-12T21:02:31.025Z[ host-image] Aug 12 21:02:29.741 INFO O| Aug 12 21:02:29.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102352026-08-12T21:02:31.026Z[ host-image] Aug 12 21:02:29.741 INFO O| Aug 12 21:02:29.741 INFO ok!
102362026-08-12T21:02:31.026Z[ host-image] Aug 12 21:02:29.741 INFO O| Aug 12 21:02:29.741 INFO STEP 93 (ensure_file) COMPLETE
102372026-08-12T21:02:31.030Z[ host-image] Aug 12 21:02:29.741 INFO O| Aug 12 21:02:29.741 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-08-12T21:02:31.035Z[ host-image] Aug 12 21:02:29.751 INFO O| Aug 12 21:02:29.751 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102392026-08-12T21:02:31.035Z[ host-image] Aug 12 21:02:29.751 INFO O| Aug 12 21:02:29.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102402026-08-12T21:02:31.038Z[ host-image] Aug 12 21:02:29.751 INFO O| Aug 12 21:02:29.751 INFO STEP 94 (ensure_dir) COMPLETE
102412026-08-12T21:02:31.038Z[ host-image] Aug 12 21:02:29.751 INFO O| Aug 12 21:02:29.751 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422026-08-12T21:02:31.044Z[ host-image] Aug 12 21:02:29.761 INFO O| Aug 12 21:02:29.761 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102432026-08-12T21:02:31.044Z[ host-image] Aug 12 21:02:29.761 INFO O| Aug 12 21:02:29.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102442026-08-12T21:02:31.048Z[ host-image] Aug 12 21:02:29.761 INFO O| Aug 12 21:02:29.761 INFO STEP 95 (ensure_dir) COMPLETE
102452026-08-12T21:02:31.048Z[ host-image] Aug 12 21:02:29.761 INFO O| Aug 12 21:02:29.761 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-08-12T21:02:31.054Z[ host-image] Aug 12 21:02:29.768 INFO O| Aug 12 21:02:29.768 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102472026-08-12T21:02:31.057Z[ host-image] Aug 12 21:02:29.769 INFO O| Aug 12 21:02:29.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102482026-08-12T21:02:31.057Z[ host-image] Aug 12 21:02:29.769 INFO O| Aug 12 21:02:29.769 INFO STEP 96 (ensure_dir) COMPLETE
102492026-08-12T21:02:31.057Z[ host-image] Aug 12 21:02:29.769 INFO O| Aug 12 21:02:29.769 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102502026-08-12T21:02:31.061Z[ host-image] Aug 12 21:02:29.776 INFO O| Aug 12 21:02:29.776 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102512026-08-12T21:02:31.061Z[ host-image] Aug 12 21:02:29.776 INFO O| Aug 12 21:02:29.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102522026-08-12T21:02:31.061Z[ host-image] Aug 12 21:02:29.776 INFO O| Aug 12 21:02:29.776 INFO STEP 97 (ensure_dir) COMPLETE
102532026-08-12T21:02:31.061Z[ host-image] Aug 12 21:02:29.776 INFO O| Aug 12 21:02:29.776 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-08-12T21:02:31.069Z[ host-image] Aug 12 21:02:29.785 INFO O| Aug 12 21:02:29.785 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102552026-08-12T21:02:31.069Z[ host-image] Aug 12 21:02:29.785 INFO O| Aug 12 21:02:29.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102562026-08-12T21:02:31.069Z[ host-image] Aug 12 21:02:29.785 INFO O| Aug 12 21:02:29.785 INFO STEP 98 (ensure_dir) COMPLETE
102572026-08-12T21:02:31.073Z[ host-image] Aug 12 21:02:29.785 INFO O| Aug 12 21:02:29.785 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-08-12T21:02:31.078Z[ host-image] Aug 12 21:02:29.795 INFO O| Aug 12 21:02:29.795 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102592026-08-12T21:02:31.078Z[ host-image] Aug 12 21:02:29.795 INFO O| Aug 12 21:02:29.795 INFO copying /tmp/.tmpn6z8wZ/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 ...
102602026-08-12T21:02:31.082Z[ host-image] Aug 12 21:02:29.795 INFO O| Aug 12 21:02:29.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102612026-08-12T21:02:31.082Z[ host-image] Aug 12 21:02:29.795 INFO O| Aug 12 21:02:29.795 INFO ok!
102622026-08-12T21:02:31.082Z[ host-image] Aug 12 21:02:29.795 INFO O| Aug 12 21:02:29.795 INFO STEP 99 (ensure_file) COMPLETE
102632026-08-12T21:02:31.082Z[ host-image] Aug 12 21:02:29.795 INFO O| Aug 12 21:02:29.795 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-08-12T21:02:31.082Z[ recovery-image] Aug 12 21:02:29.797 INFO O| ok, image written!
102652026-08-12T21:02:31.082Z[ recovery-image] Aug 12 21:02:29.797 INFO O| ok, boot_image_csum file written!
102662026-08-12T21:02:31.085Z[ recovery-image] Aug 12 21:02:29.799 INFO creating boot archive (CPIO)...
102672026-08-12T21:02:31.085Z[ recovery-image] Aug 12 21:02:29.799 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
102682026-08-12T21:02:31.088Z[ host-image] Aug 12 21:02:29.803 INFO O| Aug 12 21:02:29.803 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102692026-08-12T21:02:31.088Z[ host-image] Aug 12 21:02:29.803 INFO O| Aug 12 21:02:29.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102702026-08-12T21:02:31.088Z[ host-image] Aug 12 21:02:29.803 INFO O| Aug 12 21:02:29.803 INFO STEP 100 (ensure_dir) COMPLETE
102712026-08-12T21:02:31.088Z[ host-image] Aug 12 21:02:29.803 INFO O| Aug 12 21:02:29.803 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102722026-08-12T21:02:31.089Z[ recovery-image] Aug 12 21:02:29.803 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
102732026-08-12T21:02:31.089Z[ recovery-image] Aug 12 21:02:29.803 INFO E| + outfile=/work/os-recovery/cpio
102742026-08-12T21:02:31.089Z[ recovery-image] Aug 12 21:02:29.803 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
102752026-08-12T21:02:31.092Z[ recovery-image] Aug 12 21:02:29.805 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
102762026-08-12T21:02:31.092Z[ recovery-image] Aug 12 21:02:29.806 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
102772026-08-12T21:02:31.097Z[ host-image] Aug 12 21:02:29.812 INFO O| Aug 12 21:02:29.812 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102782026-08-12T21:02:31.100Z[ host-image] Aug 12 21:02:29.812 INFO O| Aug 12 21:02:29.812 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102792026-08-12T21:02:31.112Z[ host-image] Aug 12 21:02:29.828 INFO O| Aug 12 21:02:29.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102802026-08-12T21:02:31.112Z[ host-image] Aug 12 21:02:29.828 INFO O| Aug 12 21:02:29.828 INFO ok!
102812026-08-12T21:02:31.117Z[ host-image] Aug 12 21:02:29.828 INFO O| Aug 12 21:02:29.828 INFO STEP 101 (ensure_file) COMPLETE
102822026-08-12T21:02:31.117Z[ host-image] Aug 12 21:02:29.828 INFO O| Aug 12 21:02:29.828 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-08-12T21:02:31.121Z[ host-image] Aug 12 21:02:29.837 INFO O| Aug 12 21:02:29.837 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102842026-08-12T21:02:31.125Z[ host-image] Aug 12 21:02:29.837 INFO O| Aug 12 21:02:29.837 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102852026-08-12T21:02:31.125Z[ host-image] Aug 12 21:02:29.838 INFO O| Aug 12 21:02:29.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102862026-08-12T21:02:31.125Z[ host-image] Aug 12 21:02:29.838 INFO O| Aug 12 21:02:29.838 INFO ok!
102872026-08-12T21:02:31.125Z[ host-image] Aug 12 21:02:29.838 INFO O| Aug 12 21:02:29.838 INFO STEP 102 (ensure_file) COMPLETE
102882026-08-12T21:02:31.125Z[ host-image] Aug 12 21:02:29.838 INFO O| Aug 12 21:02:29.838 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-08-12T21:02:31.129Z[ host-image] Aug 12 21:02:29.846 INFO O| Aug 12 21:02:29.846 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102902026-08-12T21:02:31.129Z[ host-image] Aug 12 21:02:29.846 INFO O| Aug 12 21:02:29.846 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102912026-08-12T21:02:31.133Z[ recovery-image] Aug 12 21:02:29.846 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
102922026-08-12T21:02:31.133Z[ recovery-image] Aug 12 21:02:29.846 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
102932026-08-12T21:02:31.142Z[ recovery-image] Aug 12 21:02:29.854 INFO creating compressed cpio/unix for dev loaders...
102942026-08-12T21:02:31.145Z[ recovery-image] Aug 12 21:02:29.854 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
102952026-08-12T21:02:31.413Z[ recovery-image] Aug 12 21:02:30.129 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
102962026-08-12T21:02:31.489Z[ host-image] Aug 12 21:02:30.203 INFO O| Aug 12 21:02:30.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102972026-08-12T21:02:31.489Z[ host-image] Aug 12 21:02:30.203 INFO O| Aug 12 21:02:30.203 INFO ok!
102982026-08-12T21:02:31.492Z[ host-image] Aug 12 21:02:30.203 INFO O| Aug 12 21:02:30.203 INFO STEP 103 (ensure_file) COMPLETE
102992026-08-12T21:02:31.492Z[ host-image] Aug 12 21:02:30.203 INFO O| Aug 12 21:02:30.203 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-08-12T21:02:31.496Z[ host-image] Aug 12 21:02:30.212 INFO O| Aug 12 21:02:30.212 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103012026-08-12T21:02:31.496Z[ host-image] Aug 12 21:02:30.212 INFO O| Aug 12 21:02:30.212 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103022026-08-12T21:02:31.500Z[ host-image] Aug 12 21:02:30.212 INFO O| Aug 12 21:02:30.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103032026-08-12T21:02:31.500Z[ host-image] Aug 12 21:02:30.213 INFO O| Aug 12 21:02:30.212 INFO ok!
103042026-08-12T21:02:31.500Z[ host-image] Aug 12 21:02:30.213 INFO O| Aug 12 21:02:30.213 INFO STEP 104 (ensure_file) COMPLETE
103052026-08-12T21:02:31.500Z[ host-image] Aug 12 21:02:30.213 INFO O| Aug 12 21:02:30.213 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-08-12T21:02:31.505Z[ host-image] Aug 12 21:02:30.221 INFO O| Aug 12 21:02:30.221 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103072026-08-12T21:02:31.508Z[ host-image] Aug 12 21:02:30.221 INFO O| Aug 12 21:02:30.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103082026-08-12T21:02:31.508Z[ host-image] Aug 12 21:02:30.221 INFO O| Aug 12 21:02:30.221 INFO STEP 105 (ensure_dir) COMPLETE
103092026-08-12T21:02:31.508Z[ host-image] Aug 12 21:02:30.221 INFO O| Aug 12 21:02:30.221 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-08-12T21:02:31.515Z[ host-image] Aug 12 21:02:30.229 INFO O| Aug 12 21:02:30.229 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103112026-08-12T21:02:31.515Z[ host-image] Aug 12 21:02:30.229 INFO O| Aug 12 21:02:30.229 INFO copying /tmp/.tmpn6z8wZ/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 ...
103122026-08-12T21:02:31.817Z[ host-image] Aug 12 21:02:30.533 INFO O| Aug 12 21:02:30.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103132026-08-12T21:02:31.817Z[ host-image] Aug 12 21:02:30.533 INFO O| Aug 12 21:02:30.532 INFO ok!
103142026-08-12T21:02:31.817Z[ host-image] Aug 12 21:02:30.533 INFO O| Aug 12 21:02:30.532 INFO STEP 106 (ensure_file) COMPLETE
103152026-08-12T21:02:31.820Z[ host-image] Aug 12 21:02:30.533 INFO O| Aug 12 21:02:30.533 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-08-12T21:02:31.826Z[ host-image] Aug 12 21:02:30.542 INFO O| Aug 12 21:02:30.542 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103172026-08-12T21:02:31.826Z[ host-image] Aug 12 21:02:30.542 INFO O| Aug 12 21:02:30.542 INFO copying /tmp/.tmpn6z8wZ/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 ...
103182026-08-12T21:02:31.830Z[ host-image] Aug 12 21:02:30.542 INFO O| Aug 12 21:02:30.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103192026-08-12T21:02:31.830Z[ host-image] Aug 12 21:02:30.542 INFO O| Aug 12 21:02:30.542 INFO ok!
103202026-08-12T21:02:31.830Z[ host-image] Aug 12 21:02:30.542 INFO O| Aug 12 21:02:30.542 INFO STEP 107 (ensure_file) COMPLETE
103212026-08-12T21:02:31.830Z[ host-image] Aug 12 21:02:30.542 INFO O| Aug 12 21:02:30.542 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103222026-08-12T21:02:31.834Z[ host-image] Aug 12 21:02:30.550 INFO O| Aug 12 21:02:30.550 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103232026-08-12T21:02:31.834Z[ host-image] Aug 12 21:02:30.550 INFO O| Aug 12 21:02:30.550 INFO copying /tmp/.tmpn6z8wZ/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 ...
103242026-08-12T21:02:31.837Z[ host-image] Aug 12 21:02:30.550 INFO O| Aug 12 21:02:30.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103252026-08-12T21:02:31.837Z[ host-image] Aug 12 21:02:30.550 INFO O| Aug 12 21:02:30.550 INFO ok!
103262026-08-12T21:02:31.837Z[ host-image] Aug 12 21:02:30.550 INFO O| Aug 12 21:02:30.550 INFO STEP 108 (ensure_file) COMPLETE
103272026-08-12T21:02:31.837Z[ host-image] Aug 12 21:02:30.550 INFO O| Aug 12 21:02:30.550 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103282026-08-12T21:02:31.843Z[ host-image] Aug 12 21:02:30.559 INFO O| Aug 12 21:02:30.559 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103292026-08-12T21:02:31.843Z[ host-image] Aug 12 21:02:30.560 INFO O| Aug 12 21:02:30.559 INFO copying /tmp/.tmpn6z8wZ/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 ...
103302026-08-12T21:02:31.847Z[ host-image] Aug 12 21:02:30.560 INFO O| Aug 12 21:02:30.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103312026-08-12T21:02:31.847Z[ host-image] Aug 12 21:02:30.560 INFO O| Aug 12 21:02:30.560 INFO ok!
103322026-08-12T21:02:31.847Z[ host-image] Aug 12 21:02:30.560 INFO O| Aug 12 21:02:30.560 INFO STEP 109 (ensure_file) COMPLETE
103332026-08-12T21:02:31.847Z[ host-image] Aug 12 21:02:30.560 INFO O| Aug 12 21:02:30.560 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-08-12T21:02:31.851Z[ host-image] Aug 12 21:02:30.567 INFO O| Aug 12 21:02:30.567 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103352026-08-12T21:02:31.851Z[ host-image] Aug 12 21:02:30.567 INFO O| Aug 12 21:02:30.567 INFO copying /tmp/.tmpn6z8wZ/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 ...
103362026-08-12T21:02:31.854Z[ host-image] Aug 12 21:02:30.567 INFO O| Aug 12 21:02:30.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103372026-08-12T21:02:31.854Z[ host-image] Aug 12 21:02:30.567 INFO O| Aug 12 21:02:30.567 INFO ok!
103382026-08-12T21:02:31.854Z[ host-image] Aug 12 21:02:30.567 INFO O| Aug 12 21:02:30.567 INFO STEP 110 (ensure_file) COMPLETE
103392026-08-12T21:02:31.854Z[ host-image] Aug 12 21:02:30.567 INFO O| Aug 12 21:02:30.567 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103402026-08-12T21:02:31.858Z[ host-image] Aug 12 21:02:30.575 INFO O| Aug 12 21:02:30.575 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103412026-08-12T21:02:31.858Z[ host-image] Aug 12 21:02:30.575 INFO O| Aug 12 21:02:30.575 INFO copying /tmp/.tmpn6z8wZ/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 ...
103422026-08-12T21:02:31.862Z[ host-image] Aug 12 21:02:30.575 INFO O| Aug 12 21:02:30.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103432026-08-12T21:02:31.862Z[ host-image] Aug 12 21:02:30.575 INFO O| Aug 12 21:02:30.575 INFO ok!
103442026-08-12T21:02:31.862Z[ host-image] Aug 12 21:02:30.575 INFO O| Aug 12 21:02:30.575 INFO STEP 111 (ensure_file) COMPLETE
103452026-08-12T21:02:31.862Z[ host-image] Aug 12 21:02:30.575 INFO O| Aug 12 21:02:30.575 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-08-12T21:02:31.867Z[ host-image] Aug 12 21:02:30.582 INFO O| Aug 12 21:02:30.582 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103472026-08-12T21:02:31.867Z[ host-image] Aug 12 21:02:30.582 INFO O| Aug 12 21:02:30.582 INFO copying /tmp/.tmpn6z8wZ/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 ...
103482026-08-12T21:02:31.871Z[ host-image] Aug 12 21:02:30.582 INFO O| Aug 12 21:02:30.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103492026-08-12T21:02:31.871Z[ host-image] Aug 12 21:02:30.582 INFO O| Aug 12 21:02:30.582 INFO ok!
103502026-08-12T21:02:31.871Z[ host-image] Aug 12 21:02:30.582 INFO O| Aug 12 21:02:30.582 INFO STEP 112 (ensure_file) COMPLETE
103512026-08-12T21:02:31.871Z[ host-image] Aug 12 21:02:30.582 INFO O| Aug 12 21:02:30.582 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-08-12T21:02:31.874Z[ host-image] Aug 12 21:02:30.590 INFO O| Aug 12 21:02:30.590 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103532026-08-12T21:02:31.874Z[ host-image] Aug 12 21:02:30.590 INFO O| Aug 12 21:02:30.590 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103542026-08-12T21:02:31.874Z[ host-image] Aug 12 21:02:30.590 INFO O| Aug 12 21:02:30.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103552026-08-12T21:02:31.874Z[ host-image] Aug 12 21:02:30.590 INFO O| Aug 12 21:02:30.590 INFO ok!
103562026-08-12T21:02:31.874Z[ host-image] Aug 12 21:02:30.590 INFO O| Aug 12 21:02:30.590 INFO STEP 113 (ensure_file) COMPLETE
103572026-08-12T21:02:31.874Z[ host-image] Aug 12 21:02:30.590 INFO O| Aug 12 21:02:30.590 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-08-12T21:02:31.881Z[ host-image] Aug 12 21:02:30.597 INFO O| Aug 12 21:02:30.597 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103592026-08-12T21:02:31.881Z[ host-image] Aug 12 21:02:30.597 INFO O| Aug 12 21:02:30.597 INFO copying /tmp/.tmpn6z8wZ/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 ...
103602026-08-12T21:02:31.884Z[ host-image] Aug 12 21:02:30.597 INFO O| Aug 12 21:02:30.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103612026-08-12T21:02:31.884Z[ host-image] Aug 12 21:02:30.597 INFO O| Aug 12 21:02:30.597 INFO ok!
103622026-08-12T21:02:31.884Z[ host-image] Aug 12 21:02:30.597 INFO O| Aug 12 21:02:30.597 INFO STEP 114 (ensure_file) COMPLETE
103632026-08-12T21:02:31.884Z[ host-image] Aug 12 21:02:30.597 INFO O| Aug 12 21:02:30.597 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-08-12T21:02:31.888Z[ host-image] Aug 12 21:02:30.604 INFO O| Aug 12 21:02:30.604 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103652026-08-12T21:02:31.889Z[ host-image] Aug 12 21:02:30.604 INFO O| Aug 12 21:02:30.604 INFO copying /tmp/.tmpn6z8wZ/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 ...
103662026-08-12T21:02:31.892Z[ host-image] Aug 12 21:02:30.605 INFO O| Aug 12 21:02:30.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103672026-08-12T21:02:31.892Z[ host-image] Aug 12 21:02:30.605 INFO O| Aug 12 21:02:30.605 INFO ok!
103682026-08-12T21:02:31.892Z[ host-image] Aug 12 21:02:30.605 INFO O| Aug 12 21:02:30.605 INFO STEP 115 (ensure_file) COMPLETE
103692026-08-12T21:02:31.892Z[ host-image] Aug 12 21:02:30.605 INFO O| Aug 12 21:02:30.605 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-08-12T21:02:31.898Z[ host-image] Aug 12 21:02:30.614 INFO O| Aug 12 21:02:30.614 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103712026-08-12T21:02:31.901Z[ host-image] Aug 12 21:02:30.614 INFO O| Aug 12 21:02:30.614 INFO copying /tmp/.tmpn6z8wZ/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 ...
103722026-08-12T21:02:31.901Z[ host-image] Aug 12 21:02:30.614 INFO O| Aug 12 21:02:30.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103732026-08-12T21:02:31.901Z[ host-image] Aug 12 21:02:30.614 INFO O| Aug 12 21:02:30.614 INFO ok!
103742026-08-12T21:02:31.901Z[ host-image] Aug 12 21:02:30.614 INFO O| Aug 12 21:02:30.614 INFO STEP 116 (ensure_file) COMPLETE
103752026-08-12T21:02:31.901Z[ host-image] Aug 12 21:02:30.614 INFO O| Aug 12 21:02:30.614 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-08-12T21:02:31.905Z[ host-image] Aug 12 21:02:30.621 INFO O| Aug 12 21:02:30.621 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103772026-08-12T21:02:31.908Z[ host-image] Aug 12 21:02:30.621 INFO O| Aug 12 21:02:30.621 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103782026-08-12T21:02:31.908Z[ host-image] Aug 12 21:02:30.621 INFO O| Aug 12 21:02:30.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103792026-08-12T21:02:31.908Z[ host-image] Aug 12 21:02:30.621 INFO O| Aug 12 21:02:30.621 INFO ok!
103802026-08-12T21:02:31.908Z[ host-image] Aug 12 21:02:30.621 INFO O| Aug 12 21:02:30.621 INFO STEP 117 (ensure_file) COMPLETE
103812026-08-12T21:02:31.908Z[ host-image] Aug 12 21:02:30.621 INFO O| Aug 12 21:02:30.621 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-08-12T21:02:31.913Z[ host-image] Aug 12 21:02:30.630 INFO O| Aug 12 21:02:30.630 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103832026-08-12T21:02:31.917Z[ host-image] Aug 12 21:02:30.630 INFO O| Aug 12 21:02:30.630 INFO copying /tmp/.tmpn6z8wZ/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 ...
103842026-08-12T21:02:31.917Z[ host-image] Aug 12 21:02:30.630 INFO O| Aug 12 21:02:30.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103852026-08-12T21:02:31.917Z[ host-image] Aug 12 21:02:30.630 INFO O| Aug 12 21:02:30.630 INFO ok!
103862026-08-12T21:02:31.917Z[ host-image] Aug 12 21:02:30.630 INFO O| Aug 12 21:02:30.630 INFO STEP 118 (ensure_file) COMPLETE
103872026-08-12T21:02:31.917Z[ host-image] Aug 12 21:02:30.630 INFO O| Aug 12 21:02:30.630 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-08-12T21:02:31.922Z[ host-image] Aug 12 21:02:30.638 INFO O| Aug 12 21:02:30.638 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103892026-08-12T21:02:31.925Z[ host-image] Aug 12 21:02:30.638 INFO O| Aug 12 21:02:30.638 INFO copying /tmp/.tmpn6z8wZ/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 ...
103902026-08-12T21:02:31.926Z[ host-image] Aug 12 21:02:30.638 INFO O| Aug 12 21:02:30.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103912026-08-12T21:02:31.926Z[ host-image] Aug 12 21:02:30.638 INFO O| Aug 12 21:02:30.638 INFO ok!
103922026-08-12T21:02:31.926Z[ host-image] Aug 12 21:02:30.638 INFO O| Aug 12 21:02:30.638 INFO STEP 119 (ensure_file) COMPLETE
103932026-08-12T21:02:31.926Z[ host-image] Aug 12 21:02:30.638 INFO O| Aug 12 21:02:30.638 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-08-12T21:02:31.930Z[ host-image] Aug 12 21:02:30.646 INFO O| Aug 12 21:02:30.646 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103952026-08-12T21:02:31.930Z[ host-image] Aug 12 21:02:30.646 INFO O| Aug 12 21:02:30.646 INFO copying /tmp/.tmpn6z8wZ/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 ...
103962026-08-12T21:02:31.934Z[ host-image] Aug 12 21:02:30.646 INFO O| Aug 12 21:02:30.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103972026-08-12T21:02:31.934Z[ host-image] Aug 12 21:02:30.646 INFO O| Aug 12 21:02:30.646 INFO ok!
103982026-08-12T21:02:31.934Z[ host-image] Aug 12 21:02:30.646 INFO O| Aug 12 21:02:30.646 INFO STEP 120 (ensure_file) COMPLETE
103992026-08-12T21:02:31.934Z[ host-image] Aug 12 21:02:30.646 INFO O| Aug 12 21:02:30.646 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-08-12T21:02:31.950Z[ host-image] Aug 12 21:02:30.653 INFO O| Aug 12 21:02:30.653 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104012026-08-12T21:02:31.950Z[ host-image] Aug 12 21:02:30.653 INFO O| Aug 12 21:02:30.653 INFO copying /tmp/.tmpn6z8wZ/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 ...
104022026-08-12T21:02:31.950Z[ host-image] Aug 12 21:02:30.653 INFO O| Aug 12 21:02:30.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104032026-08-12T21:02:31.950Z[ host-image] Aug 12 21:02:30.653 INFO O| Aug 12 21:02:30.653 INFO ok!
104042026-08-12T21:02:31.950Z[ host-image] Aug 12 21:02:30.653 INFO O| Aug 12 21:02:30.653 INFO STEP 121 (ensure_file) COMPLETE
104052026-08-12T21:02:31.950Z[ host-image] Aug 12 21:02:30.653 INFO O| Aug 12 21:02:30.653 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-08-12T21:02:31.950Z[ host-image] Aug 12 21:02:30.660 INFO O| Aug 12 21:02:30.660 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104072026-08-12T21:02:31.950Z[ host-image] Aug 12 21:02:30.660 INFO O| Aug 12 21:02:30.660 INFO copying /tmp/.tmpn6z8wZ/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 ...
104082026-08-12T21:02:31.950Z[ host-image] Aug 12 21:02:30.660 INFO O| Aug 12 21:02:30.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104092026-08-12T21:02:31.951Z[ host-image] Aug 12 21:02:30.660 INFO O| Aug 12 21:02:30.660 INFO ok!
104102026-08-12T21:02:31.951Z[ host-image] Aug 12 21:02:30.660 INFO O| Aug 12 21:02:30.660 INFO STEP 122 (ensure_file) COMPLETE
104112026-08-12T21:02:31.951Z[ host-image] Aug 12 21:02:30.660 INFO O| Aug 12 21:02:30.660 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-08-12T21:02:31.955Z[ host-image] Aug 12 21:02:30.668 INFO O| Aug 12 21:02:30.668 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104132026-08-12T21:02:31.955Z[ host-image] Aug 12 21:02:30.668 INFO O| Aug 12 21:02:30.668 INFO copying /tmp/.tmpn6z8wZ/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 ...
104142026-08-12T21:02:31.955Z[ host-image] Aug 12 21:02:30.668 INFO O| Aug 12 21:02:30.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104152026-08-12T21:02:31.955Z[ host-image] Aug 12 21:02:30.668 INFO O| Aug 12 21:02:30.668 INFO ok!
104162026-08-12T21:02:31.955Z[ host-image] Aug 12 21:02:30.668 INFO O| Aug 12 21:02:30.668 INFO STEP 123 (ensure_file) COMPLETE
104172026-08-12T21:02:31.955Z[ host-image] Aug 12 21:02:30.668 INFO O| Aug 12 21:02:30.668 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104182026-08-12T21:02:31.959Z[ host-image] Aug 12 21:02:30.675 INFO O| Aug 12 21:02:30.675 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104192026-08-12T21:02:31.960Z[ host-image] Aug 12 21:02:30.675 INFO O| Aug 12 21:02:30.675 INFO copying /tmp/.tmpn6z8wZ/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 ...
104202026-08-12T21:02:31.963Z[ host-image] Aug 12 21:02:30.676 INFO O| Aug 12 21:02:30.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104212026-08-12T21:02:31.963Z[ host-image] Aug 12 21:02:30.676 INFO O| Aug 12 21:02:30.676 INFO ok!
104222026-08-12T21:02:31.963Z[ host-image] Aug 12 21:02:30.676 INFO O| Aug 12 21:02:30.676 INFO STEP 124 (ensure_file) COMPLETE
104232026-08-12T21:02:31.963Z[ host-image] Aug 12 21:02:30.676 INFO O| Aug 12 21:02:30.676 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-08-12T21:02:31.972Z[ host-image] Aug 12 21:02:30.684 INFO O| Aug 12 21:02:30.684 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104252026-08-12T21:02:31.972Z[ host-image] Aug 12 21:02:30.684 INFO O| Aug 12 21:02:30.684 INFO copying /tmp/.tmpn6z8wZ/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 ...
104262026-08-12T21:02:31.975Z[ host-image] Aug 12 21:02:30.684 INFO O| Aug 12 21:02:30.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104272026-08-12T21:02:31.976Z[ host-image] Aug 12 21:02:30.684 INFO O| Aug 12 21:02:30.684 INFO ok!
104282026-08-12T21:02:31.976Z[ host-image] Aug 12 21:02:30.684 INFO O| Aug 12 21:02:30.684 INFO STEP 125 (ensure_file) COMPLETE
104292026-08-12T21:02:31.976Z[ host-image] Aug 12 21:02:30.684 INFO O| Aug 12 21:02:30.684 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104302026-08-12T21:02:31.985Z[ host-image] Aug 12 21:02:30.692 INFO O| Aug 12 21:02:30.692 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104312026-08-12T21:02:31.985Z[ host-image] Aug 12 21:02:30.692 INFO O| Aug 12 21:02:30.692 INFO copying /tmp/.tmpn6z8wZ/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 ...
104322026-08-12T21:02:31.985Z[ host-image] Aug 12 21:02:30.692 INFO O| Aug 12 21:02:30.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104332026-08-12T21:02:31.985Z[ host-image] Aug 12 21:02:30.692 INFO O| Aug 12 21:02:30.692 INFO ok!
104342026-08-12T21:02:31.985Z[ host-image] Aug 12 21:02:30.692 INFO O| Aug 12 21:02:30.692 INFO STEP 126 (ensure_file) COMPLETE
104352026-08-12T21:02:31.985Z[ host-image] Aug 12 21:02:30.692 INFO O| Aug 12 21:02:30.692 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104362026-08-12T21:02:31.988Z[ host-image] Aug 12 21:02:30.701 INFO O| Aug 12 21:02:30.701 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104372026-08-12T21:02:31.988Z[ host-image] Aug 12 21:02:30.701 INFO O| Aug 12 21:02:30.701 INFO copying /tmp/.tmpn6z8wZ/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 ...
104382026-08-12T21:02:31.989Z[ host-image] Aug 12 21:02:30.701 INFO O| Aug 12 21:02:30.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104392026-08-12T21:02:31.989Z[ host-image] Aug 12 21:02:30.701 INFO O| Aug 12 21:02:30.701 INFO ok!
104402026-08-12T21:02:31.989Z[ host-image] Aug 12 21:02:30.701 INFO O| Aug 12 21:02:30.701 INFO STEP 127 (ensure_file) COMPLETE
104412026-08-12T21:02:31.989Z[ host-image] Aug 12 21:02:30.701 INFO O| Aug 12 21:02:30.701 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104422026-08-12T21:02:31.993Z[ host-image] Aug 12 21:02:30.709 INFO O| Aug 12 21:02:30.709 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104432026-08-12T21:02:31.993Z[ host-image] Aug 12 21:02:30.709 INFO O| Aug 12 21:02:30.709 INFO copying /tmp/.tmpn6z8wZ/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 ...
104442026-08-12T21:02:31.997Z[ host-image] Aug 12 21:02:30.709 INFO O| Aug 12 21:02:30.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104452026-08-12T21:02:31.997Z[ host-image] Aug 12 21:02:30.709 INFO O| Aug 12 21:02:30.709 INFO ok!
104462026-08-12T21:02:31.997Z[ host-image] Aug 12 21:02:30.709 INFO O| Aug 12 21:02:30.709 INFO STEP 128 (ensure_file) COMPLETE
104472026-08-12T21:02:31.997Z[ host-image] Aug 12 21:02:30.709 INFO O| Aug 12 21:02:30.709 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104482026-08-12T21:02:32.003Z[ host-image] Aug 12 21:02:30.718 INFO O| Aug 12 21:02:30.718 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104492026-08-12T21:02:32.007Z[ host-image] Aug 12 21:02:30.718 INFO O| Aug 12 21:02:30.718 INFO copying /tmp/.tmpn6z8wZ/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 ...
104502026-08-12T21:02:32.007Z[ host-image] Aug 12 21:02:30.718 INFO O| Aug 12 21:02:30.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104512026-08-12T21:02:32.007Z[ host-image] Aug 12 21:02:30.718 INFO O| Aug 12 21:02:30.718 INFO ok!
104522026-08-12T21:02:32.007Z[ host-image] Aug 12 21:02:30.718 INFO O| Aug 12 21:02:30.718 INFO STEP 129 (ensure_file) COMPLETE
104532026-08-12T21:02:32.007Z[ host-image] Aug 12 21:02:30.718 INFO O| Aug 12 21:02:30.718 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104542026-08-12T21:02:32.010Z[ host-image] Aug 12 21:02:30.726 INFO O| Aug 12 21:02:30.726 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104552026-08-12T21:02:32.010Z[ host-image] Aug 12 21:02:30.726 INFO O| Aug 12 21:02:30.726 INFO copying /tmp/.tmpn6z8wZ/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 ...
104562026-08-12T21:02:32.010Z[ host-image] Aug 12 21:02:30.726 INFO O| Aug 12 21:02:30.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104572026-08-12T21:02:32.011Z[ host-image] Aug 12 21:02:30.726 INFO O| Aug 12 21:02:30.726 INFO ok!
104582026-08-12T21:02:32.011Z[ host-image] Aug 12 21:02:30.726 INFO O| Aug 12 21:02:30.726 INFO STEP 130 (ensure_file) COMPLETE
104592026-08-12T21:02:32.011Z[ host-image] Aug 12 21:02:30.726 INFO O| Aug 12 21:02:30.726 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-08-12T21:02:32.018Z[ host-image] Aug 12 21:02:30.734 INFO O| Aug 12 21:02:30.734 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104612026-08-12T21:02:32.018Z[ host-image] Aug 12 21:02:30.734 INFO O| Aug 12 21:02:30.734 INFO copying /tmp/.tmpn6z8wZ/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 ...
104622026-08-12T21:02:32.018Z[ host-image] Aug 12 21:02:30.734 INFO O| Aug 12 21:02:30.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104632026-08-12T21:02:32.021Z[ host-image] Aug 12 21:02:30.734 INFO O| Aug 12 21:02:30.734 INFO ok!
104642026-08-12T21:02:32.021Z[ host-image] Aug 12 21:02:30.734 INFO O| Aug 12 21:02:30.734 INFO STEP 131 (ensure_file) COMPLETE
104652026-08-12T21:02:32.021Z[ host-image] Aug 12 21:02:30.734 INFO O| Aug 12 21:02:30.734 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104662026-08-12T21:02:32.028Z[ host-image] Aug 12 21:02:30.743 INFO O| Aug 12 21:02:30.743 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104672026-08-12T21:02:32.028Z[ host-image] Aug 12 21:02:30.743 INFO O| Aug 12 21:02:30.743 INFO copying /tmp/.tmpn6z8wZ/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 ...
104682026-08-12T21:02:32.042Z[ host-image] Aug 12 21:02:30.743 INFO O| Aug 12 21:02:30.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104692026-08-12T21:02:32.042Z[ host-image] Aug 12 21:02:30.743 INFO O| Aug 12 21:02:30.743 INFO ok!
104702026-08-12T21:02:32.042Z[ host-image] Aug 12 21:02:30.743 INFO O| Aug 12 21:02:30.743 INFO STEP 132 (ensure_file) COMPLETE
104712026-08-12T21:02:32.043Z[ host-image] Aug 12 21:02:30.743 INFO O| Aug 12 21:02:30.743 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104722026-08-12T21:02:32.046Z[ host-image] Aug 12 21:02:30.751 INFO O| Aug 12 21:02:30.751 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104732026-08-12T21:02:32.046Z[ host-image] Aug 12 21:02:30.751 INFO O| Aug 12 21:02:30.751 INFO copying /tmp/.tmpn6z8wZ/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 ...
104742026-08-12T21:02:32.046Z[ host-image] Aug 12 21:02:30.751 INFO O| Aug 12 21:02:30.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104752026-08-12T21:02:32.046Z[ host-image] Aug 12 21:02:30.751 INFO O| Aug 12 21:02:30.751 INFO ok!
104762026-08-12T21:02:32.046Z[ host-image] Aug 12 21:02:30.751 INFO O| Aug 12 21:02:30.751 INFO STEP 133 (ensure_file) COMPLETE
104772026-08-12T21:02:32.046Z[ host-image] Aug 12 21:02:30.751 INFO O| Aug 12 21:02:30.751 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-08-12T21:02:32.046Z[ host-image] Aug 12 21:02:30.760 INFO O| Aug 12 21:02:30.760 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104792026-08-12T21:02:32.046Z[ host-image] Aug 12 21:02:30.760 INFO O| Aug 12 21:02:30.760 INFO copying /tmp/.tmpn6z8wZ/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 ...
104802026-08-12T21:02:32.046Z[ host-image] Aug 12 21:02:30.760 INFO O| Aug 12 21:02:30.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104812026-08-12T21:02:32.046Z[ host-image] Aug 12 21:02:30.760 INFO O| Aug 12 21:02:30.760 INFO ok!
104822026-08-12T21:02:32.046Z[ host-image] Aug 12 21:02:30.760 INFO O| Aug 12 21:02:30.760 INFO STEP 134 (ensure_file) COMPLETE
104832026-08-12T21:02:32.046Z[ host-image] Aug 12 21:02:30.760 INFO O| Aug 12 21:02:30.760 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-08-12T21:02:32.052Z[ host-image] Aug 12 21:02:30.768 INFO O| Aug 12 21:02:30.768 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104852026-08-12T21:02:32.053Z[ host-image] Aug 12 21:02:30.768 INFO O| Aug 12 21:02:30.768 INFO copying /tmp/.tmpn6z8wZ/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 ...
104862026-08-12T21:02:32.053Z[ host-image] Aug 12 21:02:30.768 INFO O| Aug 12 21:02:30.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104872026-08-12T21:02:32.063Z[ host-image] Aug 12 21:02:30.768 INFO O| Aug 12 21:02:30.768 INFO ok!
104882026-08-12T21:02:32.063Z[ host-image] Aug 12 21:02:30.768 INFO O| Aug 12 21:02:30.768 INFO STEP 135 (ensure_file) COMPLETE
104892026-08-12T21:02:32.063Z[ host-image] Aug 12 21:02:30.768 INFO O| Aug 12 21:02:30.768 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-08-12T21:02:32.071Z[ host-image] Aug 12 21:02:30.777 INFO O| Aug 12 21:02:30.777 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104912026-08-12T21:02:32.071Z[ host-image] Aug 12 21:02:30.777 INFO O| Aug 12 21:02:30.777 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104922026-08-12T21:02:32.071Z[ host-image] Aug 12 21:02:30.777 INFO O| Aug 12 21:02:30.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104932026-08-12T21:02:32.071Z[ host-image] Aug 12 21:02:30.777 INFO O| Aug 12 21:02:30.777 INFO ok!
104942026-08-12T21:02:32.071Z[ host-image] Aug 12 21:02:30.777 INFO O| Aug 12 21:02:30.777 INFO STEP 136 (ensure_file) COMPLETE
104952026-08-12T21:02:32.071Z[ host-image] Aug 12 21:02:30.777 INFO O| Aug 12 21:02:30.777 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-08-12T21:02:32.089Z[ host-image] Aug 12 21:02:30.785 INFO O| Aug 12 21:02:30.785 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104972026-08-12T21:02:32.089Z[ host-image] Aug 12 21:02:30.785 INFO O| Aug 12 21:02:30.785 INFO copying /tmp/.tmpn6z8wZ/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 ...
104982026-08-12T21:02:32.089Z[ host-image] Aug 12 21:02:30.785 INFO O| Aug 12 21:02:30.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104992026-08-12T21:02:32.089Z[ host-image] Aug 12 21:02:30.785 INFO O| Aug 12 21:02:30.785 INFO ok!
105002026-08-12T21:02:32.089Z[ host-image] Aug 12 21:02:30.785 INFO O| Aug 12 21:02:30.785 INFO STEP 137 (ensure_file) COMPLETE
105012026-08-12T21:02:32.089Z[ host-image] Aug 12 21:02:30.785 INFO O| Aug 12 21:02:30.785 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105022026-08-12T21:02:32.105Z[ host-image] Aug 12 21:02:30.793 INFO O| Aug 12 21:02:30.793 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105032026-08-12T21:02:32.105Z[ host-image] Aug 12 21:02:30.793 INFO O| Aug 12 21:02:30.793 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105042026-08-12T21:02:32.105Z[ host-image] Aug 12 21:02:30.794 INFO O| Aug 12 21:02:30.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105052026-08-12T21:02:32.105Z[ host-image] Aug 12 21:02:30.794 INFO O| Aug 12 21:02:30.794 INFO ok!
105062026-08-12T21:02:32.105Z[ host-image] Aug 12 21:02:30.794 INFO O| Aug 12 21:02:30.794 INFO STEP 138 (ensure_file) COMPLETE
105072026-08-12T21:02:32.105Z[ host-image] Aug 12 21:02:30.794 INFO O| Aug 12 21:02:30.794 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-08-12T21:02:32.105Z[ host-image] Aug 12 21:02:30.802 INFO O| Aug 12 21:02:30.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105092026-08-12T21:02:32.105Z[ host-image] Aug 12 21:02:30.802 INFO O| Aug 12 21:02:30.802 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105102026-08-12T21:02:35.670Z[ recovery-image] Aug 12 21:02:34.381 INFO creating reset image...
105112026-08-12T21:02:35.671Z[ recovery-image] Aug 12 21:02:34.381 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")
105122026-08-12T21:02:35.998Z[ recovery-image] Aug 12 21:02:34.671 INFO E| Updating crates.io index
105132026-08-12T21:02:36.331Z[ recovery-image] Aug 12 21:02:35.012 INFO E| Downloading crates ...
105142026-08-12T21:02:36.382Z[ recovery-image] Aug 12 21:02:35.056 INFO E| Downloaded sigchld v0.2.4
105152026-08-12T21:02:36.382Z[ recovery-image] Aug 12 21:02:35.060 INFO E| Downloaded clap_lex v1.1.0
105162026-08-12T21:02:36.382Z[ recovery-image] Aug 12 21:02:35.063 INFO E| Downloaded duct v1.1.1
105172026-08-12T21:02:36.383Z[ recovery-image] Aug 12 21:02:35.065 INFO E| Downloaded os_pipe v1.2.3
105182026-08-12T21:02:36.383Z[ recovery-image] Aug 12 21:02:35.066 INFO E| Downloaded colorchoice v1.0.5
105192026-08-12T21:02:36.383Z[ recovery-image] Aug 12 21:02:35.067 INFO E| Downloaded shared_child v1.1.1
105202026-08-12T21:02:36.393Z[ recovery-image] Aug 12 21:02:35.068 INFO E| Downloaded shared_thread v0.2.0
105212026-08-12T21:02:36.410Z[ recovery-image] Aug 12 21:02:35.113 INFO E| Compiling libc v0.2.186
105222026-08-12T21:02:36.410Z[ recovery-image] Aug 12 21:02:35.113 INFO E| Compiling proc-macro2 v1.0.106
105232026-08-12T21:02:36.410Z[ recovery-image] Aug 12 21:02:35.113 INFO E| Compiling signal-hook v0.3.18
105242026-08-12T21:02:36.410Z[ recovery-image] Aug 12 21:02:35.113 INFO E| Compiling quote v1.0.45
105252026-08-12T21:02:36.410Z[ recovery-image] Aug 12 21:02:35.113 INFO E| Compiling unicode-ident v1.0.24
105262026-08-12T21:02:36.410Z[ recovery-image] Aug 12 21:02:35.113 INFO E| Compiling utf8parse v0.2.2
105272026-08-12T21:02:36.410Z[ recovery-image] Aug 12 21:02:35.113 INFO E| Compiling colorchoice v1.0.5
105282026-08-12T21:02:36.410Z[ recovery-image] Aug 12 21:02:35.113 INFO E| Compiling anstyle-query v1.1.5
105292026-08-12T21:02:36.410Z[ recovery-image] Aug 12 21:02:35.113 INFO E| Compiling is_terminal_polyfill v1.70.2
105302026-08-12T21:02:36.410Z[ recovery-image] Aug 12 21:02:35.113 INFO E| Compiling anstyle v1.0.14
105312026-08-12T21:02:36.410Z[ recovery-image] Aug 12 21:02:35.113 INFO E| Compiling strsim v0.11.1
105322026-08-12T21:02:36.410Z[ recovery-image] Aug 12 21:02:35.113 INFO E| Compiling heck v0.5.0
105332026-08-12T21:02:36.418Z[ recovery-image] Aug 12 21:02:35.128 INFO E| Compiling clap_lex v1.1.0
105342026-08-12T21:02:36.444Z[ recovery-image] Aug 12 21:02:35.128 INFO E| Compiling shared_thread v0.2.0
105352026-08-12T21:02:36.582Z[ recovery-image] Aug 12 21:02:35.294 INFO E| Compiling anstyle-parse v1.0.0
105362026-08-12T21:02:36.771Z[ recovery-image] Aug 12 21:02:35.476 INFO E| Compiling anstream v1.0.0
105372026-08-12T21:02:37.069Z[ recovery-image] Aug 12 21:02:35.780 INFO E| Compiling clap_builder v4.6.0
105382026-08-12T21:02:37.460Z[ recovery-image] Aug 12 21:02:36.176 INFO E| Compiling errno v0.3.14
105392026-08-12T21:02:37.460Z[ recovery-image] Aug 12 21:02:36.176 INFO E| Compiling os_pipe v1.2.3
105402026-08-12T21:02:37.586Z[ recovery-image] Aug 12 21:02:36.302 INFO E| Compiling signal-hook-registry v1.4.8
105412026-08-12T21:02:37.830Z[ recovery-image] Aug 12 21:02:36.545 INFO E| Compiling syn v2.0.117
105422026-08-12T21:02:37.919Z[ recovery-image] Aug 12 21:02:36.635 INFO E| Compiling sigchld v0.2.4
105432026-08-12T21:02:38.038Z[ recovery-image] Aug 12 21:02:36.754 INFO E| Compiling shared_child v1.1.1
105442026-08-12T21:02:38.189Z[ recovery-image] Aug 12 21:02:36.905 INFO E| Compiling duct v1.1.1
105452026-08-12T21:02:40.492Z[ recovery-image] Aug 12 21:02:39.208 INFO E| Compiling clap_derive v4.6.1
105462026-08-12T21:02:41.038Z[ host-image] Aug 12 21:02:39.754 INFO O| Aug 12 21:02:39.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105472026-08-12T21:02:41.038Z[ host-image] Aug 12 21:02:39.755 INFO O| Aug 12 21:02:39.754 INFO ok!
105482026-08-12T21:02:41.038Z[ host-image] Aug 12 21:02:39.755 INFO O| Aug 12 21:02:39.754 INFO STEP 139 (ensure_file) COMPLETE
105492026-08-12T21:02:41.042Z[ host-image] Aug 12 21:02:39.755 INFO O| Aug 12 21:02:39.754 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105502026-08-12T21:02:41.047Z[ host-image] Aug 12 21:02:39.764 INFO O| Aug 12 21:02:39.763 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105512026-08-12T21:02:41.047Z[ host-image] Aug 12 21:02:39.764 INFO O| Aug 12 21:02:39.764 INFO STEP 140 (ensure_dir) COMPLETE
105522026-08-12T21:02:41.047Z[ host-image] Aug 12 21:02:39.764 INFO O| Aug 12 21:02:39.764 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105532026-08-12T21:02:41.057Z[ host-image] Aug 12 21:02:39.773 INFO O| Aug 12 21:02:39.773 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105542026-08-12T21:02:41.057Z[ host-image] Aug 12 21:02:39.773 INFO O| Aug 12 21:02:39.773 INFO STEP 141 (ensure_dir) COMPLETE
105552026-08-12T21:02:41.060Z[ host-image] Aug 12 21:02:39.773 INFO O| Aug 12 21:02:39.773 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105562026-08-12T21:02:41.064Z[ host-image] Aug 12 21:02:39.780 INFO O| Aug 12 21:02:39.780 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105572026-08-12T21:02:41.064Z[ host-image] Aug 12 21:02:39.780 INFO O| Aug 12 21:02:39.780 INFO STEP 142 (ensure_dir) COMPLETE
105582026-08-12T21:02:41.067Z[ host-image] Aug 12 21:02:39.780 INFO O| Aug 12 21:02:39.780 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105592026-08-12T21:02:41.072Z[ host-image] Aug 12 21:02:39.789 INFO O| Aug 12 21:02:39.788 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105602026-08-12T21:02:41.072Z[ host-image] Aug 12 21:02:39.789 INFO O| Aug 12 21:02:39.788 INFO STEP 143 (ensure_dir) COMPLETE
105612026-08-12T21:02:41.077Z[ host-image] Aug 12 21:02:39.789 INFO O| Aug 12 21:02:39.788 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105622026-08-12T21:02:41.080Z[ host-image] Aug 12 21:02:39.796 INFO O| Aug 12 21:02:39.796 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105632026-08-12T21:02:41.080Z[ host-image] Aug 12 21:02:39.796 INFO O| Aug 12 21:02:39.796 INFO copying /tmp/.tmpn6z8wZ/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 ...
105642026-08-12T21:02:41.080Z[ host-image] Aug 12 21:02:39.796 INFO O| Aug 12 21:02:39.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105652026-08-12T21:02:41.080Z[ host-image] Aug 12 21:02:39.796 INFO O| Aug 12 21:02:39.796 INFO ok!
105662026-08-12T21:02:41.080Z[ host-image] Aug 12 21:02:39.797 INFO O| Aug 12 21:02:39.796 INFO STEP 144 (ensure_file) COMPLETE
105672026-08-12T21:02:41.080Z[ host-image] Aug 12 21:02:39.797 INFO O| Aug 12 21:02:39.796 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105682026-08-12T21:02:41.089Z[ host-image] Aug 12 21:02:39.805 INFO O| Aug 12 21:02:39.805 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105692026-08-12T21:02:41.089Z[ host-image] Aug 12 21:02:39.805 INFO O| Aug 12 21:02:39.805 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105702026-08-12T21:02:41.092Z[ host-image] Aug 12 21:02:39.805 INFO O| Aug 12 21:02:39.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105712026-08-12T21:02:41.092Z[ host-image] Aug 12 21:02:39.805 INFO O| Aug 12 21:02:39.805 INFO STEP 145 (ensure_dir) COMPLETE
105722026-08-12T21:02:41.092Z[ host-image] Aug 12 21:02:39.805 INFO O| Aug 12 21:02:39.805 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105732026-08-12T21:02:41.096Z[ host-image] Aug 12 21:02:39.812 INFO O| Aug 12 21:02:39.812 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105742026-08-12T21:02:41.099Z[ host-image] Aug 12 21:02:39.812 INFO O| Aug 12 21:02:39.812 INFO copying /tmp/.tmpn6z8wZ/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105752026-08-12T21:02:41.099Z[ host-image] Aug 12 21:02:39.812 INFO O| Aug 12 21:02:39.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105762026-08-12T21:02:41.099Z[ host-image] Aug 12 21:02:39.812 INFO O| Aug 12 21:02:39.812 INFO ok!
105772026-08-12T21:02:41.099Z[ host-image] Aug 12 21:02:39.812 INFO O| Aug 12 21:02:39.812 INFO STEP 146 (ensure_file) COMPLETE
105782026-08-12T21:02:41.099Z[ host-image] Aug 12 21:02:39.812 INFO O| Aug 12 21:02:39.812 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105792026-08-12T21:02:41.103Z[ host-image] Aug 12 21:02:39.819 INFO O| Aug 12 21:02:39.819 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105802026-08-12T21:02:41.106Z[ host-image] Aug 12 21:02:39.819 INFO O| Aug 12 21:02:39.819 INFO STEP 147 (remove_files) COMPLETE
105812026-08-12T21:02:41.106Z[ host-image] Aug 12 21:02:39.819 INFO O| Aug 12 21:02:39.819 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105822026-08-12T21:02:41.110Z[ host-image] Aug 12 21:02:39.826 INFO O| Aug 12 21:02:39.826 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105832026-08-12T21:02:41.113Z[ host-image] Aug 12 21:02:39.826 INFO O| Aug 12 21:02:39.826 INFO STEP 148 (remove_files) COMPLETE
105842026-08-12T21:02:41.113Z[ host-image] Aug 12 21:02:39.826 INFO O| Aug 12 21:02:39.826 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105852026-08-12T21:02:41.117Z[ host-image] Aug 12 21:02:39.833 INFO O| Aug 12 21:02:39.833 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105862026-08-12T21:02:41.120Z[ host-image] Aug 12 21:02:39.833 INFO O| Aug 12 21:02:39.833 INFO STEP 149 (remove_files) COMPLETE
105872026-08-12T21:02:41.120Z[ host-image] Aug 12 21:02:39.833 INFO O| Aug 12 21:02:39.833 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105882026-08-12T21:02:41.125Z[ host-image] Aug 12 21:02:39.841 INFO O| Aug 12 21:02:39.841 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105892026-08-12T21:02:41.128Z[ host-image] Aug 12 21:02:39.841 INFO O| Aug 12 21:02:39.841 INFO STEP 150 (remove_files) COMPLETE
105902026-08-12T21:02:41.128Z[ host-image] Aug 12 21:02:39.841 INFO O| Aug 12 21:02:39.841 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105912026-08-12T21:02:41.133Z[ host-image] Aug 12 21:02:39.849 INFO O| Aug 12 21:02:39.849 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105922026-08-12T21:02:41.135Z[ host-image] Aug 12 21:02:39.849 INFO O| Aug 12 21:02:39.849 INFO STEP 151 (remove_files) COMPLETE
105932026-08-12T21:02:41.135Z[ host-image] Aug 12 21:02:39.849 INFO O| Aug 12 21:02:39.849 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105942026-08-12T21:02:41.140Z[ host-image] Aug 12 21:02:39.856 INFO O| Aug 12 21:02:39.856 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105952026-08-12T21:02:41.143Z[ host-image] Aug 12 21:02:39.856 INFO O| Aug 12 21:02:39.856 INFO STEP 152 (remove_files) COMPLETE
105962026-08-12T21:02:41.143Z[ host-image] Aug 12 21:02:39.856 INFO O| Aug 12 21:02:39.856 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105972026-08-12T21:02:41.147Z[ host-image] Aug 12 21:02:39.863 INFO O| Aug 12 21:02:39.863 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105982026-08-12T21:02:41.147Z[ host-image] Aug 12 21:02:39.864 INFO O| Aug 12 21:02:39.864 INFO STEP 153 (remove_files) COMPLETE
105992026-08-12T21:02:41.147Z[ host-image] Aug 12 21:02:39.864 INFO O| Aug 12 21:02:39.864 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106002026-08-12T21:02:41.155Z[ host-image] Aug 12 21:02:39.871 INFO O| Aug 12 21:02:39.871 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106012026-08-12T21:02:41.158Z[ host-image] Aug 12 21:02:39.871 INFO O| Aug 12 21:02:39.871 INFO STEP 154 (remove_files) COMPLETE
106022026-08-12T21:02:41.158Z[ host-image] Aug 12 21:02:39.871 INFO O| Aug 12 21:02:39.871 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106032026-08-12T21:02:41.162Z[ host-image] Aug 12 21:02:39.878 INFO O| Aug 12 21:02:39.878 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106042026-08-12T21:02:41.162Z[ host-image] Aug 12 21:02:39.878 INFO O| Aug 12 21:02:39.878 INFO STEP 155 (remove_files) COMPLETE
106052026-08-12T21:02:41.165Z[ host-image] Aug 12 21:02:39.878 INFO O| Aug 12 21:02:39.878 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106062026-08-12T21:02:41.169Z[ host-image] Aug 12 21:02:39.886 INFO O| Aug 12 21:02:39.886 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106072026-08-12T21:02:41.169Z[ host-image] Aug 12 21:02:39.886 INFO O| Aug 12 21:02:39.886 INFO STEP 156 (remove_files) COMPLETE
106082026-08-12T21:02:41.172Z[ host-image] Aug 12 21:02:39.886 INFO O| Aug 12 21:02:39.886 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106092026-08-12T21:02:41.178Z[ host-image] Aug 12 21:02:39.894 INFO O| Aug 12 21:02:39.894 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106102026-08-12T21:02:41.178Z[ host-image] Aug 12 21:02:39.894 INFO O| Aug 12 21:02:39.894 INFO STEP 157 (remove_files) COMPLETE
106112026-08-12T21:02:41.181Z[ host-image] Aug 12 21:02:39.895 INFO O| Aug 12 21:02:39.894 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106122026-08-12T21:02:41.186Z[ host-image] Aug 12 21:02:39.902 INFO O| Aug 12 21:02:39.902 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106132026-08-12T21:02:41.189Z[ host-image] Aug 12 21:02:39.902 INFO O| Aug 12 21:02:39.902 INFO STEP 158 (remove_files) COMPLETE
106142026-08-12T21:02:41.190Z[ host-image] Aug 12 21:02:39.902 INFO O| Aug 12 21:02:39.902 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106152026-08-12T21:02:41.193Z[ host-image] Aug 12 21:02:39.910 INFO O| Aug 12 21:02:39.910 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106162026-08-12T21:02:41.193Z[ host-image] Aug 12 21:02:39.910 INFO O| Aug 12 21:02:39.910 INFO STEP 159 (remove_files) COMPLETE
106172026-08-12T21:02:41.196Z[ host-image] Aug 12 21:02:39.910 INFO O| Aug 12 21:02:39.910 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106182026-08-12T21:02:41.201Z[ host-image] Aug 12 21:02:39.917 INFO O| Aug 12 21:02:39.917 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106192026-08-12T21:02:41.201Z[ host-image] Aug 12 21:02:39.917 INFO O| Aug 12 21:02:39.917 INFO STEP 160 (remove_files) COMPLETE
106202026-08-12T21:02:41.204Z[ host-image] Aug 12 21:02:39.917 INFO O| Aug 12 21:02:39.917 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106212026-08-12T21:02:41.209Z[ host-image] Aug 12 21:02:39.925 INFO O| Aug 12 21:02:39.925 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106222026-08-12T21:02:41.209Z[ host-image] Aug 12 21:02:39.925 INFO O| Aug 12 21:02:39.925 INFO STEP 161 (remove_files) COMPLETE
106232026-08-12T21:02:41.209Z[ host-image] Aug 12 21:02:39.925 INFO O| Aug 12 21:02:39.925 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106242026-08-12T21:02:41.216Z[ host-image] Aug 12 21:02:39.932 INFO O| Aug 12 21:02:39.932 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106252026-08-12T21:02:41.216Z[ host-image] Aug 12 21:02:39.932 INFO O| Aug 12 21:02:39.932 INFO STEP 162 (remove_files) COMPLETE
106262026-08-12T21:02:41.216Z[ host-image] Aug 12 21:02:39.932 INFO O| Aug 12 21:02:39.932 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106272026-08-12T21:02:41.224Z[ host-image] Aug 12 21:02:39.940 INFO O| Aug 12 21:02:39.940 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106282026-08-12T21:02:41.224Z[ host-image] Aug 12 21:02:39.940 INFO O| Aug 12 21:02:39.940 INFO STEP 163 (remove_files) COMPLETE
106292026-08-12T21:02:41.227Z[ host-image] Aug 12 21:02:39.940 INFO O| Aug 12 21:02:39.940 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-08-12T21:02:41.231Z[ host-image] Aug 12 21:02:39.947 INFO O| Aug 12 21:02:39.947 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106312026-08-12T21:02:41.231Z[ host-image] Aug 12 21:02:39.947 INFO O| Aug 12 21:02:39.947 INFO STEP 164 (remove_files) COMPLETE
106322026-08-12T21:02:41.231Z[ host-image] Aug 12 21:02:39.947 INFO O| Aug 12 21:02:39.947 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-08-12T21:02:41.238Z[ host-image] Aug 12 21:02:39.954 INFO O| Aug 12 21:02:39.954 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106342026-08-12T21:02:41.238Z[ host-image] Aug 12 21:02:39.955 INFO O| Aug 12 21:02:39.955 INFO STEP 165 (remove_files) COMPLETE
106352026-08-12T21:02:41.238Z[ host-image] Aug 12 21:02:39.955 INFO O| Aug 12 21:02:39.955 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-08-12T21:02:41.245Z[ host-image] Aug 12 21:02:39.962 INFO O| Aug 12 21:02:39.962 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106372026-08-12T21:02:41.245Z[ host-image] Aug 12 21:02:39.962 INFO O| Aug 12 21:02:39.962 INFO STEP 166 (remove_files) COMPLETE
106382026-08-12T21:02:41.248Z[ host-image] Aug 12 21:02:39.962 INFO O| Aug 12 21:02:39.962 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-08-12T21:02:41.252Z[ host-image] Aug 12 21:02:39.969 INFO O| Aug 12 21:02:39.969 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106402026-08-12T21:02:41.252Z[ host-image] Aug 12 21:02:39.969 INFO O| Aug 12 21:02:39.969 INFO STEP 167 (remove_files) COMPLETE
106412026-08-12T21:02:41.255Z[ host-image] Aug 12 21:02:39.969 INFO O| Aug 12 21:02:39.969 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-08-12T21:02:41.261Z[ host-image] Aug 12 21:02:39.977 INFO O| Aug 12 21:02:39.977 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106432026-08-12T21:02:41.265Z[ host-image] Aug 12 21:02:39.977 INFO O| Aug 12 21:02:39.977 INFO STEP 168 (remove_files) COMPLETE
106442026-08-12T21:02:41.265Z[ host-image] Aug 12 21:02:39.977 INFO O| Aug 12 21:02:39.977 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-08-12T21:02:41.268Z[ host-image] Aug 12 21:02:39.984 INFO O| Aug 12 21:02:39.984 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106462026-08-12T21:02:41.268Z[ host-image] Aug 12 21:02:39.984 INFO O| Aug 12 21:02:39.984 INFO STEP 169 (remove_files) COMPLETE
106472026-08-12T21:02:41.269Z[ host-image] Aug 12 21:02:39.984 INFO O| Aug 12 21:02:39.984 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-08-12T21:02:41.275Z[ host-image] Aug 12 21:02:39.991 INFO O| Aug 12 21:02:39.991 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106492026-08-12T21:02:41.275Z[ host-image] Aug 12 21:02:39.991 INFO O| Aug 12 21:02:39.991 INFO STEP 170 (remove_files) COMPLETE
106502026-08-12T21:02:41.278Z[ host-image] Aug 12 21:02:39.991 INFO O| Aug 12 21:02:39.991 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-08-12T21:02:41.282Z[ host-image] Aug 12 21:02:39.998 INFO O| Aug 12 21:02:39.998 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106522026-08-12T21:02:41.282Z[ host-image] Aug 12 21:02:39.998 INFO O| Aug 12 21:02:39.998 INFO STEP 171 (remove_files) COMPLETE
106532026-08-12T21:02:41.285Z[ host-image] Aug 12 21:02:39.998 INFO O| Aug 12 21:02:39.998 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-08-12T21:02:41.290Z[ host-image] Aug 12 21:02:40.006 INFO O| Aug 12 21:02:40.006 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106552026-08-12T21:02:41.290Z[ host-image] Aug 12 21:02:40.006 INFO O| Aug 12 21:02:40.006 INFO STEP 172 (remove_files) COMPLETE
106562026-08-12T21:02:41.290Z[ host-image] Aug 12 21:02:40.006 INFO O| Aug 12 21:02:40.006 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-08-12T21:02:41.298Z[ host-image] Aug 12 21:02:40.014 INFO O| Aug 12 21:02:40.014 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106582026-08-12T21:02:41.298Z[ host-image] Aug 12 21:02:40.014 INFO O| Aug 12 21:02:40.014 INFO STEP 173 (remove_files) COMPLETE
106592026-08-12T21:02:41.302Z[ host-image] Aug 12 21:02:40.014 INFO O| Aug 12 21:02:40.014 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-08-12T21:02:41.306Z[ host-image] Aug 12 21:02:40.022 INFO O| Aug 12 21:02:40.022 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106612026-08-12T21:02:41.306Z[ host-image] Aug 12 21:02:40.022 INFO O| Aug 12 21:02:40.022 INFO STEP 174 (remove_files) COMPLETE
106622026-08-12T21:02:41.306Z[ host-image] Aug 12 21:02:40.022 INFO O| Aug 12 21:02:40.022 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106632026-08-12T21:02:41.315Z[ host-image] Aug 12 21:02:40.031 INFO O| Aug 12 21:02:40.031 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106642026-08-12T21:02:41.315Z[ host-image] Aug 12 21:02:40.031 INFO O| Aug 12 21:02:40.031 INFO STEP 175 (remove_files) COMPLETE
106652026-08-12T21:02:41.318Z[ host-image] Aug 12 21:02:40.031 INFO O| Aug 12 21:02:40.031 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106662026-08-12T21:02:41.326Z[ host-image] Aug 12 21:02:40.042 INFO O| Aug 12 21:02:40.042 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106672026-08-12T21:02:41.326Z[ host-image] Aug 12 21:02:40.042 INFO O| Aug 12 21:02:40.042 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
106682026-08-12T21:02:41.943Z[ recovery-image] Aug 12 21:02:40.659 INFO E| Compiling clap v4.6.1
106692026-08-12T21:02:42.003Z[ recovery-image] Aug 12 21:02:40.719 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106702026-08-12T21:02:42.864Z[ recovery-image] Aug 12 21:02:41.570 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.13s
106712026-08-12T21:02:42.871Z[ recovery-image] Aug 12 21:02:41.576 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106722026-08-12T21:02:43.050Z[ recovery-image] Aug 12 21:02:41.765 INFO E| Downloading crates ...
106732026-08-12T21:02:43.102Z[ recovery-image] Aug 12 21:02:41.818 INFO E| Downloaded raw-cpuid v10.7.0
106742026-08-12T21:02:43.105Z[ recovery-image] Aug 12 21:02:41.821 INFO E| Downloaded bit_field v0.10.3
106752026-08-12T21:02:43.108Z[ recovery-image] Aug 12 21:02:41.825 INFO E| Downloaded cpio_reader v0.1.2
106762026-08-12T21:02:43.113Z[ recovery-image] Aug 12 21:02:41.829 INFO E| Downloaded log v0.4.32
106772026-08-12T21:02:43.116Z[ recovery-image] Aug 12 21:02:41.831 INFO E| Downloaded bitstruct v0.1.1
106782026-08-12T21:02:43.116Z[ recovery-image] Aug 12 21:02:41.831 INFO E| Downloaded bitstruct_derive v0.1.0
106792026-08-12T21:02:43.119Z[ recovery-image] Aug 12 21:02:41.833 INFO E| Downloaded bitflags v2.13.0
106802026-08-12T21:02:43.122Z[ recovery-image] Aug 12 21:02:41.835 INFO E| Downloaded miniz_oxide v0.9.1
106812026-08-12T21:02:43.156Z[ recovery-image] Aug 12 21:02:41.872 INFO E| Downloaded goblin v0.10.7
106822026-08-12T21:02:43.279Z[ recovery-image] Aug 12 21:02:41.995 INFO E| Downloaded x86 v0.52.0
106832026-08-12T21:02:43.312Z[ recovery-image] Aug 12 21:02:42.028 INFO E| Updating crates.io index
106842026-08-12T21:02:43.355Z[ recovery-image] Aug 12 21:02:42.071 INFO E| Downloading crates ...
106852026-08-12T21:02:43.379Z[ recovery-image] Aug 12 21:02:42.096 INFO E| Downloaded hashbrown v0.17.1
106862026-08-12T21:02:43.383Z[ recovery-image] Aug 12 21:02:42.099 INFO E| Downloaded rustc-literal-escaper v0.0.7
106872026-08-12T21:02:43.423Z[ recovery-image] Aug 12 21:02:42.139 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)
106882026-08-12T21:02:43.423Z[ recovery-image] Aug 12 21:02:42.139 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)
106892026-08-12T21:02:43.426Z[ recovery-image] Aug 12 21:02:42.139 INFO E| Compiling proc-macro2 v1.0.106
106902026-08-12T21:02:43.426Z[ recovery-image] Aug 12 21:02:42.139 INFO E| Compiling quote v1.0.45
106912026-08-12T21:02:43.426Z[ recovery-image] Aug 12 21:02:42.139 INFO E| Compiling unicode-ident v1.0.24
106922026-08-12T21:02:43.426Z[ recovery-image] Aug 12 21:02:42.139 INFO E| Compiling syn v1.0.109
106932026-08-12T21:02:43.426Z[ recovery-image] Aug 12 21:02:42.139 INFO E| Compiling x86 v0.52.0
106942026-08-12T21:02:43.426Z[ recovery-image] Aug 12 21:02:42.139 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106952026-08-12T21:02:43.434Z[ recovery-image] Aug 12 21:02:42.151 INFO E| Compiling seq-macro v0.3.6
106962026-08-12T21:02:44.401Z[ recovery-image] Aug 12 21:02:43.117 INFO E| Compiling syn v2.0.117
106972026-08-12T21:02:45.009Z[ host-image] Aug 12 21:02:43.725 INFO O| Aug 12 21:02:43.725 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
106982026-08-12T21:02:45.009Z[ host-image] Aug 12 21:02:43.725 INFO O| Aug 12 21:02:43.725 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106992026-08-12T21:02:45.021Z[ host-image] Aug 12 21:02:43.737 INFO O| Aug 12 21:02:43.737 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107002026-08-12T21:02:45.118Z[ host-image] Aug 12 21:02:43.834 INFO O| Aug 12 21:02:43.834 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"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", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107012026-08-12T21:02:45.176Z[ host-image] Aug 12 21:02:43.891 INFO O| Aug 12 21:02:43.891 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107022026-08-12T21:02:45.241Z[ host-image] Aug 12 21:02:43.957 INFO O| Aug 12 21:02:43.957 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107032026-08-12T21:02:45.241Z[ host-image] Aug 12 21:02:43.957 INFO O| Aug 12 21:02:43.957 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107042026-08-12T21:02:45.317Z[ host-image] Aug 12 21:02:44.033 INFO O| Aug 12 21:02:44.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107052026-08-12T21:02:45.317Z[ host-image] Aug 12 21:02:44.033 INFO O| Aug 12 21:02:44.033 INFO ok!
107062026-08-12T21:02:45.317Z[ host-image] Aug 12 21:02:44.033 INFO O| Aug 12 21:02:44.033 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107072026-08-12T21:02:45.321Z[ host-image] Aug 12 21:02:44.033 INFO O| Aug 12 21:02:44.033 INFO STEP 176 (seed_smf) COMPLETE
107082026-08-12T21:02:45.321Z[ host-image] Aug 12 21:02:44.033 INFO O| Aug 12 21:02:44.033 INFO steps complete; finalising image!
107092026-08-12T21:02:45.321Z[ host-image] Aug 12 21:02:44.033 INFO O| Aug 12 21:02:44.033 INFO TRIM POOL: TEMPORARY-sled-zfs
107102026-08-12T21:02:45.367Z[ host-image] Aug 12 21:02:44.083 INFO O| Aug 12 21:02:44.083 INFO trim TEMPORARY-sled-zfs: (7% trimmed, started at Wed Aug 12 21:02:44 2026)
107112026-08-12T21:02:45.582Z[ host-image] Aug 12 21:02:44.297 INFO O| Aug 12 21:02:44.297 INFO temporary pool has 908M used, 116M avail, 1.81x compressratio
107122026-08-12T21:02:45.582Z[ host-image] Aug 12 21:02:44.297 INFO O| Aug 12 21:02:44.297 INFO EXPORT POOL: TEMPORARY-sled-zfs
107132026-08-12T21:02:45.764Z[ recovery-image] Aug 12 21:02:44.479 INFO E| Compiling scroll_derive v0.13.1
107142026-08-12T21:02:45.934Z[ host-image] Aug 12 21:02:44.650 INFO O| Aug 12 21:02:44.650 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107152026-08-12T21:02:45.934Z[ host-image] Aug 12 21:02:44.650 INFO O| Aug 12 21:02:44.650 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107162026-08-12T21:02:46.751Z[ recovery-image] Aug 12 21:02:45.467 INFO E| Compiling bitstruct_derive v0.1.0
107172026-08-12T21:02:46.841Z[ host-image] Aug 12 21:02:45.525 INFO O| Aug 12 21:02:45.525 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107182026-08-12T21:02:46.841Z[ host-image] Aug 12 21:02:45.525 INFO O| Aug 12 21:02:45.525 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107192026-08-12T21:02:46.846Z[ host-image] Aug 12 21:02:45.525 INFO O| Aug 12 21:02:45.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107202026-08-12T21:02:46.846Z[ host-image] Aug 12 21:02:45.525 INFO O| Aug 12 21:02:45.525 INFO completed processing sled/zfs
107212026-08-12T21:02:46.847Z[ host-image] Aug 12 21:02:45.525 INFO O| Aug 12 21:02:45.525 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107222026-08-12T21:02:55.867Z[ recovery-image] Aug 12 21:02:54.579 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)
107232026-08-12T21:02:58.092Z[ recovery-image] Aug 12 21:02:56.806 INFO E| Compiling bitflags v1.3.2
107242026-08-12T21:02:58.096Z[ recovery-image] Aug 12 21:02:56.806 INFO E| Compiling log v0.4.32
107252026-08-12T21:02:58.096Z[ recovery-image] Aug 12 21:02:56.806 INFO E| Compiling bit_field v0.10.3
107262026-08-12T21:02:58.096Z[ recovery-image] Aug 12 21:02:56.806 INFO E| Compiling bitflags v2.13.0
107272026-08-12T21:02:58.096Z[ recovery-image] Aug 12 21:02:56.806 INFO E| Compiling scroll v0.13.0
107282026-08-12T21:02:58.096Z[ recovery-image] Aug 12 21:02:56.806 INFO E| Compiling adler2 v2.0.1
107292026-08-12T21:02:58.096Z[ recovery-image] Aug 12 21:02:56.806 INFO E| Compiling plain v0.2.3
107302026-08-12T21:02:58.096Z[ recovery-image] Aug 12 21:02:56.806 INFO E| Compiling bitstruct v0.1.1
107312026-08-12T21:02:58.096Z[ recovery-image] Aug 12 21:02:56.806 INFO E| Compiling static_assertions v1.1.0
107322026-08-12T21:02:58.144Z[ recovery-image] Aug 12 21:02:56.860 INFO E| Compiling raw-cpuid v10.7.0
107332026-08-12T21:02:58.197Z[ recovery-image] Aug 12 21:02:56.912 INFO E| Compiling miniz_oxide v0.9.1
107342026-08-12T21:02:58.272Z[ recovery-image] Aug 12 21:02:56.987 INFO E| Compiling cpio_reader v0.1.2
107352026-08-12T21:02:58.321Z[ recovery-image] Aug 12 21:02:57.037 INFO E| Compiling goblin v0.10.7
107362026-08-12T21:03:00.914Z[ host-image] Aug 12 21:02:59.629 INFO O| Aug 12 21:02:59.629 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107372026-08-12T21:03:01.006Z[ host-image] Aug 12 21:02:59.713 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
107382026-08-12T21:03:01.006Z[ host-image] Aug 12 21:02:59.713 INFO expanded image name: "ci 05e8f03/${os_short_commit} 2026-08-12 20:46" -> "ci 05e8f03/aaf8e74 2026-08-12 20:46"
107392026-08-12T21:03:01.006Z[ host-image] Aug 12 21:02:59.713 INFO output artefacts stored in: "/work/os-host"
107402026-08-12T21:03:01.016Z[ host-image] Aug 12 21:02:59.713 INFO collecting git info from project "chelsio-t6-roms"...
107412026-08-12T21:03:01.016Z[ host-image] Aug 12 21:02:59.719 INFO collecting git info from project "pilot"...
107422026-08-12T21:03:01.016Z[ host-image] Aug 12 21:02:59.723 INFO collecting git info from project "amd-host-image-builder"...
107432026-08-12T21:03:01.021Z[ host-image] Aug 12 21:02:59.728 INFO collecting git info from project "bootserver"...
107442026-08-12T21:03:01.021Z[ host-image] Aug 12 21:02:59.732 INFO collecting git info from project "pinprick"...
107452026-08-12T21:03:01.021Z[ host-image] Aug 12 21:02:59.735 INFO collecting git info from project "dmar-report"...
107462026-08-12T21:03:01.025Z[ host-image] Aug 12 21:02:59.739 INFO collecting git info from project "image-builder"...
107472026-08-12T21:03:01.030Z[ host-image] Aug 12 21:02:59.743 INFO collecting git info from project "phbl"...
107482026-08-12T21:03:01.035Z[ host-image] Aug 12 21:02:59.747 INFO collecting git info from project "amd-firmware"...
107492026-08-12T21:03:01.043Z[ host-image] Aug 12 21:02:59.757 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107502026-08-12T21:03:01.353Z[ host-image] Aug 12 21:03:00.069 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107512026-08-12T21:03:01.438Z[ recovery-image] Aug 12 21:03:00.150 INFO E| Finished `release` profile [optimized] target(s) in 18.56s
107522026-08-12T21:03:01.460Z[ recovery-image] Aug 12 21:03:00.168 INFO building ROM for gimlet
107532026-08-12T21:03:01.460Z[ recovery-image] Aug 12 21:03:00.168 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")
107542026-08-12T21:03:01.532Z[ recovery-image] Aug 12 21:03:00.246 INFO E| Downloading crates ...
107552026-08-12T21:03:01.595Z[ recovery-image] Aug 12 21:03:00.302 INFO E| Downloaded toml v0.8.22
107562026-08-12T21:03:01.613Z[ recovery-image] Aug 12 21:03:00.322 INFO E| Downloaded cc v1.2.20
107572026-08-12T21:03:01.634Z[ recovery-image] Aug 12 21:03:00.324 INFO E| Downloaded shared_child v1.0.1
107582026-08-12T21:03:01.634Z[ recovery-image] Aug 12 21:03:00.325 INFO E| Downloaded toml_datetime v0.6.9
107592026-08-12T21:03:01.634Z[ recovery-image] Aug 12 21:03:00.326 INFO E| Downloaded anstyle v1.0.10
107602026-08-12T21:03:01.634Z[ recovery-image] Aug 12 21:03:00.327 INFO E| Downloaded clap_lex v0.7.4
107612026-08-12T21:03:01.634Z[ recovery-image] Aug 12 21:03:00.327 INFO E| Downloaded is_terminal_polyfill v1.70.1
107622026-08-12T21:03:01.634Z[ recovery-image] Aug 12 21:03:00.328 INFO E| Downloaded os_pipe v1.2.1
107632026-08-12T21:03:01.634Z[ recovery-image] Aug 12 21:03:00.329 INFO E| Downloaded clap_builder v4.5.37
107642026-08-12T21:03:01.634Z[ recovery-image] Aug 12 21:03:00.332 INFO E| Downloaded anstyle-query v1.1.2
107652026-08-12T21:03:01.634Z[ recovery-image] Aug 12 21:03:00.333 INFO E| Downloaded anstyle-parse v0.2.6
107662026-08-12T21:03:01.640Z[ recovery-image] Aug 12 21:03:00.334 INFO E| Downloaded clap v4.5.37
107672026-08-12T21:03:01.640Z[ recovery-image] Aug 12 21:03:00.339 INFO E| Downloaded toml_write v0.1.1
107682026-08-12T21:03:01.640Z[ recovery-image] Aug 12 21:03:00.340 INFO E| Downloaded colorchoice v1.0.3
107692026-08-12T21:03:01.640Z[ recovery-image] Aug 12 21:03:00.344 INFO E| Downloaded toml_edit v0.22.26
107702026-08-12T21:03:01.658Z[ host-image] Aug 12 21:03:00.364 INFO creating Oxide boot image...
107712026-08-12T21:03:01.658Z[ host-image] Aug 12 21:03:00.364 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 05e8f03/aaf8e74 2026-08-12 20:46", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107722026-08-12T21:03:01.664Z[ recovery-image] Aug 12 21:03:00.364 INFO E| Downloaded anstream v0.6.18
107732026-08-12T21:03:01.664Z[ recovery-image] Aug 12 21:03:00.366 INFO E| Downloaded serde_spanned v0.6.8
107742026-08-12T21:03:01.664Z[ recovery-image] Aug 12 21:03:00.366 INFO E| Downloaded duct v0.13.7
107752026-08-12T21:03:01.664Z[ recovery-image] Aug 12 21:03:00.368 INFO E| Downloaded winnow v0.7.7
107762026-08-12T21:03:01.665Z[ recovery-image] Aug 12 21:03:00.373 INFO E| Downloaded clap_derive v4.5.32
107772026-08-12T21:03:01.684Z[ recovery-image] Aug 12 21:03:00.385 INFO E| Compiling libc v0.2.172
107782026-08-12T21:03:01.703Z[ recovery-image] Aug 12 21:03:00.385 INFO E| Compiling utf8parse v0.2.2
107792026-08-12T21:03:01.703Z[ recovery-image] Aug 12 21:03:00.385 INFO E| Compiling is_terminal_polyfill v1.70.1
107802026-08-12T21:03:01.703Z[ recovery-image] Aug 12 21:03:00.385 INFO E| Compiling shlex v1.3.0
107812026-08-12T21:03:01.703Z[ recovery-image] Aug 12 21:03:00.385 INFO E| Compiling once_cell v1.21.3
107822026-08-12T21:03:01.703Z[ recovery-image] Aug 12 21:03:00.385 INFO E| Compiling anstyle v1.0.10
107832026-08-12T21:03:01.704Z[ recovery-image] Aug 12 21:03:00.385 INFO E| Compiling equivalent v1.0.2
107842026-08-12T21:03:01.704Z[ recovery-image] Aug 12 21:03:00.385 INFO E| Compiling hashbrown v0.15.2
107852026-08-12T21:03:01.704Z[ recovery-image] Aug 12 21:03:00.385 INFO E| Compiling anstyle-query v1.1.2
107862026-08-12T21:03:01.704Z[ recovery-image] Aug 12 21:03:00.385 INFO E| Compiling colorchoice v1.0.3
107872026-08-12T21:03:01.704Z[ recovery-image] Aug 12 21:03:00.403 INFO E| Compiling clap_lex v0.7.4
107882026-08-12T21:03:01.704Z[ recovery-image] Aug 12 21:03:00.404 INFO E| Compiling toml_write v0.1.1
107892026-08-12T21:03:01.725Z[ recovery-image] Aug 12 21:03:00.410 INFO E| Compiling anyhow v1.0.98
107902026-08-12T21:03:01.725Z[ recovery-image] Aug 12 21:03:00.410 INFO E| Compiling winnow v0.7.7
107912026-08-12T21:03:01.725Z[ recovery-image] Aug 12 21:03:00.417 INFO E| Compiling strsim v0.11.1
107922026-08-12T21:03:01.725Z[ recovery-image] Aug 12 21:03:00.420 INFO E| Compiling syn v2.0.101
107932026-08-12T21:03:01.859Z[ recovery-image] Aug 12 21:03:00.565 INFO E| Compiling anstyle-parse v0.2.6
107942026-08-12T21:03:01.859Z[ recovery-image] Aug 12 21:03:00.565 INFO E| Compiling cc v1.2.20
107952026-08-12T21:03:02.016Z[ recovery-image] Aug 12 21:03:00.732 INFO E| Compiling anstream v0.6.18
107962026-08-12T21:03:02.193Z[ recovery-image] Aug 12 21:03:00.904 INFO E| Compiling indexmap v2.9.0
107972026-08-12T21:03:02.235Z[ recovery-image] Aug 12 21:03:00.948 INFO E| Compiling clap_builder v4.5.37
107982026-08-12T21:03:02.342Z[ recovery-image] Aug 12 21:03:01.058 INFO E| Compiling os_pipe v1.2.1
107992026-08-12T21:03:02.342Z[ recovery-image] Aug 12 21:03:01.058 INFO E| Compiling shared_child v1.0.1
108002026-08-12T21:03:02.457Z[ host-image] Aug 12 21:03:01.168 INFO O| ok, image written!
108012026-08-12T21:03:02.458Z[ host-image] Aug 12 21:03:01.168 INFO O| ok, boot_image_csum file written!
108022026-08-12T21:03:02.466Z[ host-image] Aug 12 21:03:01.171 INFO creating boot archive (CPIO)...
108032026-08-12T21:03:02.466Z[ host-image] Aug 12 21:03:01.171 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
108042026-08-12T21:03:02.466Z[ host-image] Aug 12 21:03:01.175 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108052026-08-12T21:03:02.466Z[ host-image] Aug 12 21:03:01.175 INFO E| + outfile=/work/os-host/cpio
108062026-08-12T21:03:02.467Z[ host-image] Aug 12 21:03:01.175 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108072026-08-12T21:03:02.471Z[ host-image] Aug 12 21:03:01.178 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108082026-08-12T21:03:02.471Z[ host-image] Aug 12 21:03:01.178 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108092026-08-12T21:03:02.475Z[ recovery-image] Aug 12 21:03:01.186 INFO E| Compiling duct v0.13.7
108102026-08-12T21:03:02.490Z[ host-image] Aug 12 21:03:01.206 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108112026-08-12T21:03:02.490Z[ host-image] Aug 12 21:03:01.206 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108122026-08-12T21:03:02.499Z[ host-image] Aug 12 21:03:01.213 INFO creating compressed cpio/unix for dev loaders...
108132026-08-12T21:03:02.499Z[ host-image] Aug 12 21:03:01.213 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
108142026-08-12T21:03:02.740Z[ host-image] Aug 12 21:03:01.454 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108152026-08-12T21:03:02.982Z[ recovery-image] Aug 12 21:03:01.694 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108162026-08-12T21:03:03.865Z[ recovery-image] Aug 12 21:03:02.578 INFO E| Compiling serde_derive v1.0.219
108172026-08-12T21:03:03.865Z[ recovery-image] Aug 12 21:03:02.578 INFO E| Compiling clap_derive v4.5.32
108182026-08-12T21:03:05.203Z[ recovery-image] Aug 12 21:03:03.915 INFO E| Compiling clap v4.5.37
108192026-08-12T21:03:05.876Z[ recovery-image] Aug 12 21:03:04.592 INFO E| Compiling serde v1.0.219
108202026-08-12T21:03:06.280Z[ host-image] Aug 12 21:03:04.995 INFO creating reset image...
108212026-08-12T21:03:06.280Z[ host-image] Aug 12 21:03:04.996 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")
108222026-08-12T21:03:06.355Z[ host-image] Aug 12 21:03:05.070 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108232026-08-12T21:03:06.360Z[ host-image] Aug 12 21:03:05.071 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108242026-08-12T21:03:06.618Z[ host-image] Aug 12 21:03:05.333 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)
108252026-08-12T21:03:06.618Z[ host-image] Aug 12 21:03:05.333 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)
108262026-08-12T21:03:06.618Z[ host-image] Aug 12 21:03:05.333 INFO E| Compiling proc-macro2 v1.0.106
108272026-08-12T21:03:06.618Z[ host-image] Aug 12 21:03:05.333 INFO E| Compiling quote v1.0.45
108282026-08-12T21:03:06.625Z[ host-image] Aug 12 21:03:05.333 INFO E| Compiling unicode-ident v1.0.24
108292026-08-12T21:03:06.625Z[ host-image] Aug 12 21:03:05.333 INFO E| Compiling syn v1.0.109
108302026-08-12T21:03:06.625Z[ host-image] Aug 12 21:03:05.333 INFO E| Compiling x86 v0.52.0
108312026-08-12T21:03:06.625Z[ host-image] Aug 12 21:03:05.333 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108322026-08-12T21:03:06.625Z[ host-image] Aug 12 21:03:05.333 INFO E| Compiling seq-macro v0.3.6
108332026-08-12T21:03:07.804Z[ host-image] Aug 12 21:03:06.520 INFO E| Compiling syn v2.0.117
108342026-08-12T21:03:07.938Z[ recovery-image] Aug 12 21:03:06.649 INFO E| Compiling toml_datetime v0.6.9
108352026-08-12T21:03:07.938Z[ recovery-image] Aug 12 21:03:06.649 INFO E| Compiling serde_spanned v0.6.8
108362026-08-12T21:03:08.135Z[ recovery-image] Aug 12 21:03:06.841 INFO E| Compiling toml_edit v0.22.26
108372026-08-12T21:03:09.714Z[ host-image] Aug 12 21:03:08.424 INFO E| Compiling scroll_derive v0.13.1
108382026-08-12T21:03:09.863Z[ recovery-image] Aug 12 21:03:08.567 INFO E| Compiling toml v0.8.22
108392026-08-12T21:03:11.152Z[ host-image] Aug 12 21:03:09.868 INFO E| Compiling bitstruct_derive v0.1.0
108402026-08-12T21:03:13.132Z[ recovery-image] Aug 12 21:03:11.847 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
108412026-08-12T21:03:13.142Z[ recovery-image] Aug 12 21:03:11.857 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`
108422026-08-12T21:03:13.164Z[ recovery-image] Aug 12 21:03:11.879 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108432026-08-12T21:03:13.348Z[ recovery-image] Aug 12 21:03:12.042 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
108442026-08-12T21:03:13.362Z[ recovery-image] Aug 12 21:03:12.047 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`
108452026-08-12T21:03:13.452Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108462026-08-12T21:03:13.452Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108472026-08-12T21:03:13.461Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108482026-08-12T21:03:13.461Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108492026-08-12T21:03:13.461Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108502026-08-12T21:03:13.461Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108512026-08-12T21:03:13.461Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108522026-08-12T21:03:13.461Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108532026-08-12T21:03:13.461Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108542026-08-12T21:03:13.461Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108552026-08-12T21:03:13.461Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108562026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108572026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108582026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108592026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108602026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.165 INFO O| Info: ABL version: 0x100f5010
108612026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.165 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108622026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108632026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108642026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108652026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108662026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108672026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108682026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108692026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108702026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108712026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108722026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108732026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108742026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108752026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108762026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108772026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108782026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108792026-08-12T21:03:13.462Z[ recovery-image] Aug 12 21:03:12.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108802026-08-12T21:03:13.491Z[ recovery-image] Aug 12 21:03:12.206 INFO building ROM for cosmo
108812026-08-12T21:03:13.491Z[ recovery-image] Aug 12 21:03:12.206 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")
108822026-08-12T21:03:13.590Z[ recovery-image] Aug 12 21:03:12.304 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
108832026-08-12T21:03:13.595Z[ recovery-image] Aug 12 21:03:12.309 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`
108842026-08-12T21:03:13.622Z[ recovery-image] Aug 12 21:03:12.324 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108852026-08-12T21:03:13.755Z[ recovery-image] Aug 12 21:03:12.397 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108862026-08-12T21:03:13.755Z[ recovery-image] Aug 12 21:03:12.401 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`
108872026-08-12T21:03:13.901Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108882026-08-12T21:03:13.901Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108892026-08-12T21:03:13.901Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108902026-08-12T21:03:13.901Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108912026-08-12T21:03:13.908Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108922026-08-12T21:03:13.908Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108932026-08-12T21:03:13.908Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108942026-08-12T21:03:13.908Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108952026-08-12T21:03:13.908Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108962026-08-12T21:03:13.908Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108972026-08-12T21:03:13.908Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108982026-08-12T21:03:13.908Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108992026-08-12T21:03:13.908Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109002026-08-12T21:03:13.908Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109012026-08-12T21:03:13.908Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109022026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109032026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109042026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109052026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109062026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109072026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109082026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109092026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109102026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109112026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109122026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109132026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109142026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109152026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109162026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109172026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109182026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109192026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109202026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109212026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109222026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109232026-08-12T21:03:13.909Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109242026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109252026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109262026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109272026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109282026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109292026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109302026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109312026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109322026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109332026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109342026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109352026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109362026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109372026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109382026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109392026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109402026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO O| Info: ABL version: 0x100af010
109412026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109422026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109432026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109442026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109452026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109462026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109472026-08-12T21:03:13.910Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109482026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109492026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109502026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109512026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109522026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109532026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109542026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109552026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109562026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109572026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109582026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109592026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109602026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109612026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109622026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109632026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109642026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109652026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109662026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109672026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109682026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109692026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109702026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109712026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109722026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109732026-08-12T21:03:13.911Z[ recovery-image] Aug 12 21:03:12.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109742026-08-12T21:03:13.940Z[ recovery-image] Aug 12 21:03:12.652 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109752026-08-12T21:03:13.940Z[ recovery-image] Aug 12 21:03:12.652 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109762026-08-12T21:03:13.940Z[ recovery-image] Aug 12 21:03:12.652 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109772026-08-12T21:03:15.146Z[ recovery-image] Aug 12 21:03:13.861 INFO image complete! materials are in "/work/os-recovery"
109782026-08-12T21:03:15.154Z[ recovery-image]
109792026-08-12T21:03:15.154Z[ recovery-image] real 3:34.542202812
109802026-08-12T21:03:15.154Z[ recovery-image] user 2:49.863573119
109812026-08-12T21:03:15.154Z[ recovery-image] sys 41.090083953
109822026-08-12T21:03:15.154Z[ recovery-image] trap 0.158026637
109832026-08-12T21:03:15.154Z[ recovery-image] tflt 0.836928328
109842026-08-12T21:03:15.154Z[ recovery-image] dflt 0.884199357
109852026-08-12T21:03:15.155Z[ recovery-image] kflt 0.000227160
109862026-08-12T21:03:15.155Z[ recovery-image] lock 8:39.129446369
109872026-08-12T21:03:15.155Z[ recovery-image] slp 18:45.805307244
109882026-08-12T21:03:15.155Z[ recovery-image] lat 33.404037026
109892026-08-12T21:03:15.155Z[ recovery-image] stop 7.366794893
109902026-08-12T21:03:15.155ZAug 12 21:03:13.866 INFO [recovery-image] process exited with exit status: 0 (214.547852784s)
109912026-08-12T21:03:15.155ZAug 12 21:03:13.866 INFO [tuf-v2-recovery] running task
109922026-08-12T21:03:15.155ZAug 12 21:03:13.866 INFO [tuf-v2-recovery] task succeeded (710.27µs)
109932026-08-12T21:03:20.648Z[ host-image] Aug 12 21:03:19.364 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)
109942026-08-12T21:03:22.804Z[ host-image] Aug 12 21:03:21.519 INFO E| Compiling bitflags v1.3.2
109952026-08-12T21:03:22.804Z[ host-image] Aug 12 21:03:21.520 INFO E| Compiling adler2 v2.0.1
109962026-08-12T21:03:22.804Z[ host-image] Aug 12 21:03:21.520 INFO E| Compiling log v0.4.32
109972026-08-12T21:03:22.808Z[ host-image] Aug 12 21:03:21.520 INFO E| Compiling plain v0.2.3
109982026-08-12T21:03:22.808Z[ host-image] Aug 12 21:03:21.520 INFO E| Compiling scroll v0.13.0
109992026-08-12T21:03:22.808Z[ host-image] Aug 12 21:03:21.520 INFO E| Compiling bitflags v2.13.0
110002026-08-12T21:03:22.808Z[ host-image] Aug 12 21:03:21.520 INFO E| Compiling bit_field v0.10.3
110012026-08-12T21:03:22.808Z[ host-image] Aug 12 21:03:21.520 INFO E| Compiling static_assertions v1.1.0
110022026-08-12T21:03:22.808Z[ host-image] Aug 12 21:03:21.520 INFO E| Compiling bitstruct v0.1.1
110032026-08-12T21:03:22.860Z[ host-image] Aug 12 21:03:21.572 INFO E| Compiling raw-cpuid v10.7.0
110042026-08-12T21:03:22.906Z[ host-image] Aug 12 21:03:21.622 INFO E| Compiling miniz_oxide v0.9.1
110052026-08-12T21:03:22.959Z[ host-image] Aug 12 21:03:21.673 INFO E| Compiling cpio_reader v0.1.2
110062026-08-12T21:03:23.036Z[ host-image] Aug 12 21:03:21.751 INFO E| Compiling goblin v0.10.7
110072026-08-12T21:03:25.937Z[ host-image] Aug 12 21:03:24.652 INFO E| Finished `release` profile [optimized] target(s) in 19.57s
110082026-08-12T21:03:25.953Z[ host-image] Aug 12 21:03:24.665 INFO building ROM for gimlet
110092026-08-12T21:03:25.953Z[ host-image] Aug 12 21:03:24.665 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")
110102026-08-12T21:03:26.046Z[ host-image] Aug 12 21:03:24.762 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110112026-08-12T21:03:26.067Z[ host-image] Aug 12 21:03:24.764 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`
110122026-08-12T21:03:26.077Z[ host-image] Aug 12 21:03:24.778 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110132026-08-12T21:03:26.138Z[ host-image] Aug 12 21:03:24.849 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110142026-08-12T21:03:26.154Z[ host-image] Aug 12 21:03:24.852 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`
110152026-08-12T21:03:26.261Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110162026-08-12T21:03:26.261Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110172026-08-12T21:03:26.261Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110182026-08-12T21:03:26.261Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110192026-08-12T21:03:26.261Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110202026-08-12T21:03:26.261Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110212026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110222026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110232026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110242026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110252026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110262026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110272026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110282026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110292026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110302026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.977 INFO O| Info: ABL version: 0x100f5010
110312026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.977 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110322026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110332026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110342026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110352026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110362026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110372026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110382026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110392026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110402026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110412026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110422026-08-12T21:03:26.275Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110432026-08-12T21:03:26.276Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110442026-08-12T21:03:26.276Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110452026-08-12T21:03:26.276Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110462026-08-12T21:03:26.276Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110472026-08-12T21:03:26.276Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110482026-08-12T21:03:26.276Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110492026-08-12T21:03:26.276Z[ host-image] Aug 12 21:03:24.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110502026-08-12T21:03:26.301Z[ host-image] Aug 12 21:03:25.012 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110512026-08-12T21:03:26.301Z[ host-image] Aug 12 21:03:25.012 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110522026-08-12T21:03:26.301Z[ host-image] Aug 12 21:03:25.012 INFO building ROM for cosmo
110532026-08-12T21:03:26.322Z[ host-image] Aug 12 21:03:25.012 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")
110542026-08-12T21:03:26.383Z[ host-image] Aug 12 21:03:25.099 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110552026-08-12T21:03:26.393Z[ host-image] Aug 12 21:03:25.102 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`
110562026-08-12T21:03:26.400Z[ host-image] Aug 12 21:03:25.115 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110572026-08-12T21:03:26.471Z[ host-image] Aug 12 21:03:25.186 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110582026-08-12T21:03:26.482Z[ host-image] Aug 12 21:03:25.192 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`
110592026-08-12T21:03:26.687Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110602026-08-12T21:03:26.687Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110612026-08-12T21:03:26.687Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110622026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110632026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110642026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110652026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110662026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110672026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110682026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110692026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110702026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110712026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110722026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110732026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110742026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110752026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110762026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110772026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110782026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110792026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110802026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110812026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110822026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110832026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110842026-08-12T21:03:26.700Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110852026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110862026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110872026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110882026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110892026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110902026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110912026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110922026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110932026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110942026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110952026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110962026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110972026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110982026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110992026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111002026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111012026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111022026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111032026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111042026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111052026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111062026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111072026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111082026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111092026-08-12T21:03:26.701Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111102026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111112026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111122026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.403 INFO O| Info: ABL version: 0x100af010
111132026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.403 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111142026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.403 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111152026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111162026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111172026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111182026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111192026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111202026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111212026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111222026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111232026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111242026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111252026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111262026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111272026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111282026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111292026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111302026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111312026-08-12T21:03:26.702Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111322026-08-12T21:03:26.703Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111332026-08-12T21:03:26.703Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111342026-08-12T21:03:26.703Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111352026-08-12T21:03:26.703Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111362026-08-12T21:03:26.703Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111372026-08-12T21:03:26.703Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111382026-08-12T21:03:26.703Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111392026-08-12T21:03:26.703Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111402026-08-12T21:03:26.703Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111412026-08-12T21:03:26.703Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111422026-08-12T21:03:26.703Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111432026-08-12T21:03:26.703Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111442026-08-12T21:03:26.703Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111452026-08-12T21:03:26.703Z[ host-image] Aug 12 21:03:25.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111462026-08-12T21:03:26.724Z[ host-image] Aug 12 21:03:25.439 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111472026-08-12T21:03:38.653Z[ host-image] Aug 12 21:03:37.369 INFO image complete! materials are in "/work/os-host"
111482026-08-12T21:03:38.656Z[ host-image]
111492026-08-12T21:03:38.659Z[ host-image] real 4:08.123404424
111502026-08-12T21:03:38.660Z[ host-image] user 2:58.659908173
111512026-08-12T21:03:38.660Z[ host-image] sys 37.340015989
111522026-08-12T21:03:38.660Z[ host-image] trap 0.171392519
111532026-08-12T21:03:38.660Z[ host-image] tflt 0.300309217
111542026-08-12T21:03:38.660Z[ host-image] dflt 0.252606035
111552026-08-12T21:03:38.660Z[ host-image] kflt 0.000224160
111562026-08-12T21:03:38.660Z[ host-image] lock 5:02.568379875
111572026-08-12T21:03:38.660Z[ host-image] slp 20:50.481596121
111582026-08-12T21:03:38.660Z[ host-image] lat 27.829337555
111592026-08-12T21:03:38.660Z[ host-image] stop 1.880770751
111602026-08-12T21:03:38.660ZAug 12 21:03:37.373 INFO [host-image] process exited with exit status: 0 (248.128881205s)
111612026-08-12T21:03:38.660ZAug 12 21:03:37.373 INFO [tuf-v2-host] running task
111622026-08-12T21:03:38.660ZAug 12 21:03:37.373 INFO [tuf-repo] running task
111632026-08-12T21:03:38.660ZAug 12 21:03:37.374 INFO [tuf-v2-host] task succeeded (592.46µs)
111642026-08-12T21:03:38.660ZAug 12 21:03:37.374 INFO [tuf-v2-repo] running task
111652026-08-12T21:04:00.530ZAug 12 21:03:59.245 INFO [tuf-v2-repo] task succeeded (21.871354705s)
111662026-08-12T21:04:00.731ZAug 12 21:03:59.446 INFO assembling repository in `/tmp/tufaceousrPDw69`, component: OmicronRepoAssembler
111672026-08-12T21:04:09.348ZAug 12 21:04:07.950 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111682026-08-12T21:04:09.666ZAug 12 21:04:08.214 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111692026-08-12T21:04:11.838ZAug 12 21:04:10.489 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111702026-08-12T21:04:11.931ZAug 12 21:04:10.552 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111712026-08-12T21:04:12.037ZAug 12 21:04:10.606 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111722026-08-12T21:04:12.269ZAug 12 21:04:10.672 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111732026-08-12T21:04:12.269ZAug 12 21:04:10.728 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111742026-08-12T21:04:12.269ZAug 12 21:04:10.786 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111752026-08-12T21:04:12.405ZAug 12 21:04:10.846 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111762026-08-12T21:04:23.481ZAug 12 21:04:22.196 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
111772026-08-12T21:04:23.487ZAug 12 21:04:22.202 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
111782026-08-12T21:04:23.511ZAug 12 21:04:22.226 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
111792026-08-12T21:04:23.571ZAug 12 21:04:22.286 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111802026-08-12T21:04:23.637ZAug 12 21:04:22.351 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111812026-08-12T21:04:23.692ZAug 12 21:04:22.408 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111822026-08-12T21:04:23.760ZAug 12 21:04:22.475 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
111832026-08-12T21:04:23.766ZAug 12 21:04:22.481 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
111842026-08-12T21:04:23.791ZAug 12 21:04:22.505 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
111852026-08-12T21:04:25.627ZAug 12 21:04:24.342 INFO [tuf-repo] task succeeded (46.969045831s)
111862026-08-12T21:07:10.276Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 25s
111872026-08-12T21:07:12.942ZAug 12 21:07:11.656 INFO [verify-libraries] process exited with exit status: 0 (452.617681819s)
111882026-08-12T21:07:12.942ZAug 12 21:07:11.656 INFO all jobs completed in 1261.432654435s
111892026-08-12T21:07:14.157Zprocess exited: duration 1497560 ms, exit code 0
 
111902026-08-12T21:07:14.169Zfound 41 output files
111912026-08-12T21:07:14.169Zuploading: /work/manifest.toml (17334 bytes)
111922026-08-12T21:07:15.181Zuploaded: /work/manifest.toml
111932026-08-12T21:07:15.181Zuploading: /work/repo.zip (3277300216 bytes)
111942026-08-12T21:07:54.259Zuploaded: /work/repo.zip
111952026-08-12T21:07:54.259Zuploading: /work/repo.zip.sha256.txt (65 bytes)
111962026-08-12T21:07:55.310Zuploaded: /work/repo.zip.sha256.txt
111972026-08-12T21:07:55.310Zuploading: /work/helios.json (647 bytes)
111982026-08-12T21:07:56.333Zuploaded: /work/helios.json
111992026-08-12T21:07:56.333Zuploading: /work/incorporation.p5m (113590 bytes)
112002026-08-12T21:07:57.344Zuploaded: /work/incorporation.p5m
112012026-08-12T21:07:57.344Zuploading: /work/incorporation.p5p (133120 bytes)
112022026-08-12T21:07:58.358Zuploaded: /work/incorporation.p5p
112032026-08-12T21:07:58.358Zuploading: /work/helios-incorp.log (522 bytes)
112042026-08-12T21:07:59.367Zuploaded: /work/helios-incorp.log
112052026-08-12T21:07:59.367Zuploading: /work/helios-setup.log (57369 bytes)
112062026-08-12T21:08:00.377Zuploaded: /work/helios-setup.log
112072026-08-12T21:08:00.377Zuploading: /work/host-image.log (233348 bytes)
112082026-08-12T21:08:01.391Zuploaded: /work/host-image.log
112092026-08-12T21:08:01.392Zuploading: /work/host-package.log (32730 bytes)
112102026-08-12T21:08:02.402Zuploaded: /work/host-package.log
112112026-08-12T21:08:02.402Zuploading: /work/host-target.log (101 bytes)
112122026-08-12T21:08:03.414Zuploaded: /work/host-target.log
112132026-08-12T21:08:03.414Zuploading: /work/incorp-create.log (0 bytes)
112142026-08-12T21:08:04.421Zuploaded: /work/incorp-create.log
112152026-08-12T21:08:04.421Zuploading: /work/incorp-fmt.log (0 bytes)
112162026-08-12T21:08:05.427Zuploaded: /work/incorp-fmt.log
112172026-08-12T21:08:05.427Zuploading: /work/incorp-pkgsend.log (108 bytes)
112182026-08-12T21:08:06.437Zuploaded: /work/incorp-pkgsend.log
112192026-08-12T21:08:06.437Zuploading: /work/incorp-publisher.log (0 bytes)
112202026-08-12T21:08:07.444Zuploaded: /work/incorp-publisher.log
112212026-08-12T21:08:07.445Zuploading: /work/omicron-package.log (10114 bytes)
112222026-08-12T21:08:08.454Zuploaded: /work/omicron-package.log
112232026-08-12T21:08:08.454Zuploading: /work/recovery-image.log (590833 bytes)
112242026-08-12T21:08:09.472Zuploaded: /work/recovery-image.log
112252026-08-12T21:08:09.472Zuploading: /work/recovery-package.log (321 bytes)
112262026-08-12T21:08:10.482Zuploaded: /work/recovery-package.log
112272026-08-12T21:08:10.482Zuploading: /work/recovery-target.log (98 bytes)
112282026-08-12T21:08:11.492Zuploaded: /work/recovery-target.log
112292026-08-12T21:08:11.492Zuploading: /work/stamp-clickhouse.log (117 bytes)
112302026-08-12T21:08:12.502Zuploaded: /work/stamp-clickhouse.log
112312026-08-12T21:08:12.502Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112322026-08-12T21:08:13.512Zuploaded: /work/stamp-clickhouse_keeper.log
112332026-08-12T21:08:13.512Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112342026-08-12T21:08:14.521Zuploaded: /work/stamp-clickhouse_server.log
112352026-08-12T21:08:14.521Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112362026-08-12T21:08:15.536Zuploaded: /work/stamp-cockroachdb.log
112372026-08-12T21:08:15.536Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112382026-08-12T21:08:16.552Zuploaded: /work/stamp-crucible-pantry-zone.log
112392026-08-12T21:08:16.552Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112402026-08-12T21:08:17.562Zuploaded: /work/stamp-crucible-utils.log
112412026-08-12T21:08:17.562Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112422026-08-12T21:08:18.572Zuploaded: /work/stamp-crucible-zone.log
112432026-08-12T21:08:18.572Zuploading: /work/stamp-external-dns.log (119 bytes)
112442026-08-12T21:08:19.583Zuploaded: /work/stamp-external-dns.log
112452026-08-12T21:08:19.583Zuploading: /work/stamp-installinator.log (103 bytes)
112462026-08-12T21:08:20.592Zuploaded: /work/stamp-installinator.log
112472026-08-12T21:08:20.592Zuploading: /work/stamp-internal-dns.log (119 bytes)
112482026-08-12T21:08:21.602Zuploaded: /work/stamp-internal-dns.log
112492026-08-12T21:08:21.602Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112502026-08-12T21:08:22.612Zuploaded: /work/stamp-mg-ddm-gz.log
112512026-08-12T21:08:22.612Zuploading: /work/stamp-nexus.log (112 bytes)
112522026-08-12T21:08:23.624Zuploaded: /work/stamp-nexus.log
112532026-08-12T21:08:23.624Zuploading: /work/stamp-ntp.log (110 bytes)
112542026-08-12T21:08:24.631Zuploaded: /work/stamp-ntp.log
112552026-08-12T21:08:24.632Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112562026-08-12T21:08:25.641Zuploaded: /work/stamp-omicron-sled-agent.log
112572026-08-12T21:08:25.641Zuploading: /work/stamp-overlay.log (114 bytes)
112582026-08-12T21:08:26.651Zuploaded: /work/stamp-overlay.log
112592026-08-12T21:08:26.651Zuploading: /work/stamp-oximeter.log (115 bytes)
112602026-08-12T21:08:27.661Zuploaded: /work/stamp-oximeter.log
112612026-08-12T21:08:27.662Zuploading: /work/stamp-oxlog.log (109 bytes)
112622026-08-12T21:08:28.670Zuploaded: /work/stamp-oxlog.log
112632026-08-12T21:08:28.670Zuploading: /work/stamp-probe.log (112 bytes)
112642026-08-12T21:08:29.681Zuploaded: /work/stamp-probe.log
112652026-08-12T21:08:29.682Zuploading: /work/stamp-propolis-server.log (122 bytes)
112662026-08-12T21:08:30.694Zuploaded: /work/stamp-propolis-server.log
112672026-08-12T21:08:30.695Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112682026-08-12T21:08:31.705Zuploaded: /work/stamp-pumpkind-gz.log
112692026-08-12T21:08:31.705Zuploading: /work/stamp-switch-asic.log (118 bytes)
112702026-08-12T21:08:32.713Zuploaded: /work/stamp-switch-asic.log
112712026-08-12T21:08:32.713Zuploading: /work/verify-libraries.log (49331 bytes)
112722026-08-12T21:08:33.724Zuploaded: /work/verify-libraries.log