01KZ81S4H61KXX8KW8JVNECAMY: 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: 01KZ81SV29E4481DCR3NEHQVHG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T04:10:45.728Zjob assigned to worker 01KZ81T1X3QW0MN6Z32557XJG8 [factory aws, i-07377aaf5a0834637] (queued for 1 m 1 s)
 
22026-08-05T04:10:52.851Zstarting task 0: "setup"
32026-08-05T04:10:52.856Z++ uname -s
42026-08-05T04:10:52.860Z+ kern=SunOS
52026-08-05T04:10:52.860Z+ build_user=build
62026-08-05T04:10:52.861Z+ build_uid=12345
72026-08-05T04:10:52.861Z+ work_dir=/work
82026-08-05T04:10:52.861Z+ input_dir=/input
92026-08-05T04:10:52.861Z+ [[ 0 == 12345 ]]
102026-08-05T04:10:52.861Z+ case "$kern" in
112026-08-05T04:10:52.861Z+ groupadd -g 12345 build
122026-08-05T04:10:52.861Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T04:10:54.869Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T04:10:54.949Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T04:10:54.962Z+ home_fs=zfs
162026-08-05T04:10:54.962Z+ [[ zfs == autofs ]]
172026-08-05T04:10:54.962Z+ mkdir -p /home/build
182026-08-05T04:10:54.962Z+ chown build:build /home/build /work
192026-08-05T04:10:56.957Z+ chmod 0700 /home/build /work
202026-08-05T04:10:56.977Zprocess exited: duration 4111 ms, exit code 0
 
212026-08-05T04:10:56.999Zstarting task 1: "rust-toolchain"
222026-08-05T04:10:57.005Z * rust toolchain channel = "1.97.1"
232026-08-05T04:10:57.005Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-05T04:10:57.005Z * rust toolchain profile = "default"
252026-08-05T04:10:57.005Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-05T04:10:57.005Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-05T04:10:57.005Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T04:10:57.018Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T04:10:57.018Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-05T04:10:57.134Zinfo: downloading installer
312026-08-05T04:10:59.351Zwarn: It looks like you have an existing rustup settings file at:
322026-08-05T04:10:59.351Zwarn: /home/build/.rustup/settings.toml
332026-08-05T04:10:59.351Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-05T04:10:59.351Zwarn: instead of the one inferred from the default host triple.
352026-08-05T04:10:59.392Zinfo: profile set to default
362026-08-05T04:10:59.392Zinfo: default host triple is x86_64-unknown-illumos
372026-08-05T04:10:59.393Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-05T04:10:59.393Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-05T04:10:59.393Zinfo: downloading 6 components
402026-08-05T04:11:14.785Z
412026-08-05T04:11:14.785Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-05T04:11:14.833Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-05T04:11:14.833Z
442026-08-05T04:11:14.833Z
452026-08-05T04:11:14.833ZRust is installed now. Great!
462026-08-05T04:11:14.833Z
472026-08-05T04:11:14.833ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-05T04:11:14.833Zenvironment variable. This has not been done automatically.
492026-08-05T04:11:14.833Z
502026-08-05T04:11:14.833ZTo configure your current shell, you need to source
512026-08-05T04:11:14.833Zthe corresponding env file under $HOME/.cargo.
522026-08-05T04:11:14.833Z
532026-08-05T04:11:14.834ZThis is usually done by running one of the following (note the leading DOT):
542026-08-05T04:11:14.834Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-05T04:11:14.834Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-05T04:11:14.834Zsource "~/.cargo/env.nu" # For nushell
572026-08-05T04:11:14.834Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-05T04:11:14.834Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-05T04:11:14.834Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-05T04:11:14.834Zwarn: no default linker (`cc`) was found in your PATH
612026-08-05T04:11:14.834Zwarn: many Rust crates require a system C toolchain to build
622026-08-05T04:11:14.834Z+ rustup --version
632026-08-05T04:11:14.834Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-05T04:11:14.834Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-05T04:11:14.834Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-05T04:11:14.834Z+ cargo --version
672026-08-05T04:11:14.834Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-05T04:11:14.834Z+ rustc --version
692026-08-05T04:11:14.834Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-05T04:11:14.834Zprocess exited: duration 17660 ms, exit code 0
 
712026-08-05T04:11:14.866Zstarting task 2: "authentication"
722026-08-05T04:11:14.899Zprocess exited: duration 27 ms, exit code 0
 
732026-08-05T04:11:14.912Zstarting task 3: "clone repository"
742026-08-05T04:11:14.915Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-05T04:11:14.916Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-05T04:11:14.954ZCloning into '/work/oxidecomputer/omicron'...
772026-08-05T04:11:24.971Z+ cd /work/oxidecomputer/omicron
782026-08-05T04:11:24.971Z+ git fetch origin 84945929ebebfae4eaf2b6984066d5d2cbf1fc48
792026-08-05T04:11:25.261ZFrom https://github.com/oxidecomputer/omicron
802026-08-05T04:11:25.261Z * branch 84945929ebebfae4eaf2b6984066d5d2cbf1fc48 -> FETCH_HEAD
812026-08-05T04:11:25.271Z+ [[ -n renovate/crucible-agent-client-digest ]]
822026-08-05T04:11:25.274Z++ git branch --show-current
832026-08-05T04:11:25.277Z+ current=main
842026-08-05T04:11:25.277Z+ [[ main != renovate/crucible-agent-client-digest ]]
852026-08-05T04:11:25.277Z+ git branch -f renovate/crucible-agent-client-digest 84945929ebebfae4eaf2b6984066d5d2cbf1fc48
862026-08-05T04:11:25.280Z+ git checkout -f renovate/crucible-agent-client-digest
872026-08-05T04:11:25.416ZSwitched to branch 'renovate/crucible-agent-client-digest'
882026-08-05T04:11:25.419Z+ git reset --hard 84945929ebebfae4eaf2b6984066d5d2cbf1fc48
892026-08-05T04:11:25.550ZHEAD is now at 84945929e Update crucible-agent-client digest to 6d037cb
902026-08-05T04:11:25.554Zprocess exited: duration 10643 ms, exit code 0
 
912026-08-05T04:11:25.570Zstarting task 4: "build"
922026-08-05T04:11:25.576Z+ source .github/buildomat/ci-env.sh
932026-08-05T04:11:25.576Z++ export CARGO_TERM_COLOR=always
942026-08-05T04:11:25.576Z++ CARGO_TERM_COLOR=always
952026-08-05T04:11:25.579Z+++ uname -s
962026-08-05T04:11:25.579Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-05T04:11:25.579Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-05T04:11:25.582Z+ cargo --version
992026-08-05T04:11:25.590Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-05T04:11:25.593Z+ rustc --version
1012026-08-05T04:11:25.614Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-05T04:11:25.617Z+ cargo tree --locked
1032026-08-05T04:11:25.785Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-05T04:11:26.064Z Updating crates.io index
1052026-08-05T04:11:26.073Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-05T04:11:26.325Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-05T04:11:26.615Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-05T04:11:27.612Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-05T04:11:28.121Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-05T04:11:29.774Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-05T04:11:30.622Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-05T04:11:30.890Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-05T04:11:31.175Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-05T04:11:32.281Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-05T04:11:32.525Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-05T04:11:32.860Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-08-05T04:11:33.100Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-08-05T04:11:33.603Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-08-05T04:11:34.067Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-08-05T04:11:34.439Z Updating git repository `https://github.com/oxidecomputer/crucible`
1212026-08-05T04:11:34.816Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1222026-08-05T04:11:35.059Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1232026-08-05T04:11:35.294Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1242026-08-05T04:11:35.631Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1252026-08-05T04:11:35.996Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1262026-08-05T04:11:36.237Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1272026-08-05T04:11:36.474Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1282026-08-05T04:11:36.898Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1292026-08-05T04:11:37.203Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-05T04:11:37.449Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-05T04:11:37.819Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-05T04:11:38.077Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-05T04:11:38.389Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-05T04:11:38.679Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-05T04:11:38.909Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-05T04:11:39.234Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-05T04:11:39.567Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1382026-08-05T04:11:39.895Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-05T04:11:40.141Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-05T04:11:40.369Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-05T04:11:40.654Z Updating git repository `https://github.com/oxidecomputer/tough`
1422026-08-05T04:11:41.164Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1432026-08-05T04:11:41.447Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1442026-08-05T04:11:41.674Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1452026-08-05T04:11:41.895Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-08-05T04:11:42.179Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-08-05T04:11:42.410Z Updating git repository `https://github.com/illumos/smf-rs`
1482026-08-05T04:11:45.346Z Downloading crates ...
1492026-08-05T04:11:45.442Z Downloaded cmake v0.1.57
1502026-08-05T04:11:45.452Z Downloaded ciborium v0.2.2
1512026-08-05T04:11:45.457Z Downloaded ciborium-io v0.2.2
1522026-08-05T04:11:45.457Z Downloaded clap_lex v1.0.0
1532026-08-05T04:11:45.457Z Downloaded clap_derive v4.6.1
1542026-08-05T04:11:45.463Z Downloaded addr2line v0.25.1
1552026-08-05T04:11:45.468Z Downloaded colorchoice v1.0.4
1562026-08-05T04:11:45.468Z Downloaded cmov v0.5.4
1572026-08-05T04:11:45.468Z Downloaded crc-catalog v2.4.0
1582026-08-05T04:11:45.474Z Downloaded half v2.7.1
1592026-08-05T04:11:45.474Z Downloaded heck v0.5.0
1602026-08-05T04:11:45.474Z Downloaded hex-literal v1.1.0
1612026-08-05T04:11:45.474Z Downloaded cobs v0.3.0
1622026-08-05T04:11:45.474Z Downloaded cpubits v0.1.1
1632026-08-05T04:11:45.480Z Downloaded home v0.5.12
1642026-08-05T04:11:45.480Z Downloaded heapless v0.8.0
1652026-08-05T04:11:45.480Z Downloaded hubpack v0.1.2
1662026-08-05T04:11:45.485Z Downloaded critical-section v1.2.0
1672026-08-05T04:11:45.486Z Downloaded constant_time_eq v0.3.1
1682026-08-05T04:11:45.486Z Downloaded cpufeatures v0.2.17
1692026-08-05T04:11:45.486Z Downloaded cpufeatures v0.3.0
1702026-08-05T04:11:45.486Z Downloaded illumos-nvpair-sys v0.2.0
1712026-08-05T04:11:45.493Z Downloaded cipher v0.4.4
1722026-08-05T04:11:45.493Z Downloaded concurrent-queue v2.5.0
1732026-08-05T04:11:45.493Z Downloaded compression-codecs v0.4.37
1742026-08-05T04:11:45.500Z Downloaded convert_case v0.10.0
1752026-08-05T04:11:45.500Z Downloaded crc v3.4.0
1762026-08-05T04:11:45.500Z Downloaded indicatif v0.18.4
1772026-08-05T04:11:45.500Z Downloaded compression-core v0.4.31
1782026-08-05T04:11:45.500Z Downloaded instability v0.3.11
1792026-08-05T04:11:45.500Z Downloaded darling_macro v0.23.0
1802026-08-05T04:11:45.536Z Downloaded icu_locale_core v2.1.1
1812026-08-05T04:11:45.536Z Downloaded hybrid-array v0.4.13
1822026-08-05T04:11:45.536Z Downloaded group v0.13.0
1832026-08-05T04:11:45.536Z Downloaded heck v0.4.1
1842026-08-05T04:11:45.536Z Downloaded ciborium-ll v0.2.2
1852026-08-05T04:11:45.536Z Downloaded glob v0.3.3
1862026-08-05T04:11:45.536Z Downloaded globset v0.4.18
1872026-08-05T04:11:45.536Z Downloaded http-body v1.0.1
1882026-08-05T04:11:45.536Z Downloaded console v0.15.11
1892026-08-05T04:11:45.536Z Downloaded crossbeam-epoch v0.9.18
1902026-08-05T04:11:45.536Z Downloaded colored v2.2.0
1912026-08-05T04:11:45.536Z Downloaded derive_builder_macro v0.20.2
1922026-08-05T04:11:45.536Z Downloaded globwalk v0.9.1
1932026-08-05T04:11:45.536Z Downloaded convert_case v0.4.0
1942026-08-05T04:11:45.536Z Downloaded headers-core v0.3.0
1952026-08-05T04:11:45.536Z Downloaded is-terminal v0.4.17
1962026-08-05T04:11:45.536Z Downloaded darling_macro v0.20.11
1972026-08-05T04:11:45.551Z Downloaded atomicwrites v0.4.4
1982026-08-05T04:11:45.557Z Downloaded corncobs v0.1.4
1992026-08-05T04:11:45.557Z Downloaded crc8 v0.1.1
2002026-08-05T04:11:45.557Z Downloaded hash32 v0.2.1
2012026-08-05T04:11:45.557Z Downloaded hex v0.4.3
2022026-08-05T04:11:45.558Z Downloaded httpdate v1.0.3
2032026-08-05T04:11:45.568Z Downloaded defmt v0.3.100
2042026-08-05T04:11:45.568Z Downloaded hyper-tls v0.6.0
2052026-08-05T04:11:45.568Z Downloaded defmt-parser v1.0.0
2062026-08-05T04:11:45.568Z Downloaded group v0.14.0
2072026-08-05T04:11:45.568Z Downloaded hostname v0.4.2
2082026-08-05T04:11:45.572Z Downloaded debug-ignore v1.0.5
2092026-08-05T04:11:45.572Z Downloaded hash32 v0.3.1
2102026-08-05T04:11:45.572Z Downloaded guppy-workspace-hack v0.1.0
2112026-08-05T04:11:45.576Z Downloaded darling_macro v0.21.3
2122026-08-05T04:11:45.576Z Downloaded inout v0.1.4
2132026-08-05T04:11:45.581Z Downloaded crucible-workspace-hack v0.1.0
2142026-08-05T04:11:45.581Z Downloaded crunchy v0.2.4
2152026-08-05T04:11:45.581Z Downloaded hostname v0.3.1
2162026-08-05T04:11:45.581Z Downloaded atomic-waker v1.1.2
2172026-08-05T04:11:45.584Z Downloaded curve25519-dalek-derive v0.1.1
2182026-08-05T04:11:45.584Z Downloaded crypto-common v0.1.7
2192026-08-05T04:11:45.584Z Downloaded cstr-argument v0.1.2
2202026-08-05T04:11:45.584Z Downloaded instant v0.1.13
2212026-08-05T04:11:45.590Z Downloaded hex-literal v0.4.1
2222026-08-05T04:11:45.594Z Downloaded const-oid v0.9.6
2232026-08-05T04:11:45.594Z Downloaded cookie_store v0.22.1
2242026-08-05T04:11:45.594Z Downloaded indent_write v2.2.0
2252026-08-05T04:11:45.594Z Downloaded derive_more v0.99.20
2262026-08-05T04:11:45.599Z Downloaded half v1.8.3
2272026-08-05T04:11:45.599Z Downloaded crypto-common v0.2.2
2282026-08-05T04:11:45.602Z Downloaded darling_macro v0.13.4
2292026-08-05T04:11:45.602Z Downloaded approx v0.5.1
2302026-08-05T04:11:45.603Z Downloaded hyper-rustls v0.27.7
2312026-08-05T04:11:45.606Z Downloaded illumos-nvpair v0.3.0
2322026-08-05T04:11:45.610Z Downloaded hubpack_derive v0.1.1
2332026-08-05T04:11:45.610Z Downloaded adler2 v2.0.1
2342026-08-05T04:11:45.610Z Downloaded ascii-canvas v3.0.0
2352026-08-05T04:11:45.610Z Downloaded http-range v0.1.5
2362026-08-05T04:11:45.610Z Downloaded async-recursion v1.1.1
2372026-08-05T04:11:45.614Z Downloaded bcrypt-pbkdf v0.11.0
2382026-08-05T04:11:45.614Z Downloaded idna_adapter v1.2.1
2392026-08-05T04:11:45.614Z Downloaded inout v0.2.2
2402026-08-05T04:11:45.614Z Downloaded git-stub v1.0.0
2412026-08-05T04:11:45.618Z Downloaded cipher v0.5.2
2422026-08-05T04:11:45.621Z Downloaded clap v4.6.1
2432026-08-05T04:11:45.626Z Downloaded defmt-macros v1.0.1
2442026-08-05T04:11:45.629Z Downloaded console v0.16.2
2452026-08-05T04:11:45.630Z Downloaded parking v2.2.1
2462026-08-05T04:11:45.630Z Downloaded block-buffer v0.10.4
2472026-08-05T04:11:45.630Z Downloaded backtrace-ext v0.2.1
2482026-08-05T04:11:45.630Z Downloaded http-body-util v0.1.3
2492026-08-05T04:11:45.634Z Downloaded humantime v2.3.0
2502026-08-05T04:11:45.634Z Downloaded cast v0.3.0
2512026-08-05T04:11:45.634Z Downloaded ingot-types v0.2.0
2522026-08-05T04:11:45.634Z Downloaded path-slash v0.1.5
2532026-08-05T04:11:45.637Z Downloaded plotters-svg v0.3.7
2542026-08-05T04:11:45.637Z Downloaded castaway v0.2.4
2552026-08-05T04:11:45.637Z Downloaded openssl-probe v0.1.6
2562026-08-05T04:11:45.642Z Downloaded hmac v0.12.1
2572026-08-05T04:11:45.642Z Downloaded internet-checksum v0.2.1
2582026-08-05T04:11:45.649Z Downloaded highway v1.3.0
2592026-08-05T04:11:45.649Z Downloaded const_format_proc_macros v0.2.34
2602026-08-05T04:11:45.655Z Downloaded constant_time_eq v0.4.2
2612026-08-05T04:11:45.655Z Downloaded csv-core v0.1.13
2622026-08-05T04:11:45.655Z Downloaded derive_builder_core v0.20.2
2632026-08-05T04:11:45.656Z Downloaded indoc v1.0.9
2642026-08-05T04:11:45.656Z Downloaded impl-trait-for-tuples v0.2.3
2652026-08-05T04:11:45.663Z Downloaded crossbeam-deque v0.8.6
2662026-08-05T04:11:45.664Z Downloaded ctr v0.10.1
2672026-08-05T04:11:45.664Z Downloaded delegate v0.13.5
2682026-08-05T04:11:45.664Z Downloaded bit-set v0.8.0
2692026-08-05T04:11:45.664Z Downloaded indoc v2.0.7
2702026-08-05T04:11:45.664Z Downloaded ipnetwork v0.21.1
2712026-08-05T04:11:45.669Z Downloaded ctutils v0.4.2
2722026-08-05T04:11:45.670Z Downloaded daft v0.1.7
2732026-08-05T04:11:45.670Z Downloaded defmt v1.0.1
2742026-08-05T04:11:45.670Z Downloaded der_derive v0.7.3
2752026-08-05T04:11:45.670Z Downloaded hmac v0.13.0
2762026-08-05T04:11:45.677Z Downloaded data-encoding v2.10.0
2772026-08-05T04:11:45.678Z Downloaded hickory-client v0.25.2
2782026-08-05T04:11:45.678Z Downloaded proc-macro-error-attr2 v2.0.0
2792026-08-05T04:11:45.702Z Downloaded predicates-tree v1.0.13
2802026-08-05T04:11:45.702Z Downloaded clang-sys v1.8.1
2812026-08-05T04:11:45.702Z Downloaded crc-any v2.5.0
2822026-08-05T04:11:45.702Z Downloaded darling v0.13.4
2832026-08-05T04:11:45.702Z Downloaded anes v0.1.6
2842026-08-05T04:11:45.702Z Downloaded anstyle-parse v0.2.7
2852026-08-05T04:11:45.703Z Downloaded ipnet v2.11.0
2862026-08-05T04:11:45.703Z Downloaded hyper-staticfile v0.10.1
2872026-08-05T04:11:45.703Z Downloaded ident_case v1.0.1
2882026-08-05T04:11:45.703Z Downloaded argon2 v0.5.3
2892026-08-05T04:11:45.703Z Downloaded colored v3.1.1
2902026-08-05T04:11:45.703Z Downloaded cookie v0.18.1
2912026-08-05T04:11:45.703Z Downloaded recursive-proc-macro-impl v0.1.1
2922026-08-05T04:11:45.718Z Downloaded bit-vec v0.6.3
2932026-08-05T04:11:45.719Z Downloaded const_format v0.2.35
2942026-08-05T04:11:45.719Z Downloaded deranged v0.5.8
2952026-08-05T04:11:45.719Z Downloaded russh-cryptovec v0.62.0
2962026-08-05T04:11:45.719Z Downloaded git-stub-vcs v0.1.0
2972026-08-05T04:11:45.719Z Downloaded sapling-renderdag v0.1.0
2982026-08-05T04:11:45.719Z Downloaded russh-util v0.52.0
2992026-08-05T04:11:45.725Z Downloaded signal-hook-tokio v0.3.1
3002026-08-05T04:11:45.725Z Downloaded cassowary v0.3.0
3012026-08-05T04:11:45.725Z Downloaded partial-io v0.5.4
3022026-08-05T04:11:45.725Z Downloaded camino-tempfile v1.4.1
3032026-08-05T04:11:45.725Z Downloaded oxide-update-engine v0.1.2
3042026-08-05T04:11:45.725Z Downloaded phf v0.13.1
3052026-08-05T04:11:45.725Z Downloaded path-tree v0.8.3
3062026-08-05T04:11:45.725Z Downloaded pem-rfc7468 v0.7.0
3072026-08-05T04:11:45.731Z Downloaded serde_repr v0.1.20
3082026-08-05T04:11:45.732Z Downloaded ingot v0.2.1
3092026-08-05T04:11:45.740Z Downloaded iana-time-zone v0.1.65
3102026-08-05T04:11:45.740Z Downloaded httparse v1.10.1
3112026-08-05T04:11:45.745Z Downloaded ingot-macros v0.2.0
3122026-08-05T04:11:45.745Z Downloaded criterion-plot v0.6.0
3132026-08-05T04:11:45.745Z Downloaded pkcs8 v0.10.2
3142026-08-05T04:11:45.745Z Downloaded derive-ex v0.1.8
3152026-08-05T04:11:45.745Z Downloaded derive_builder v0.20.2
3162026-08-05T04:11:45.745Z Downloaded chacha20 v0.10.0
3172026-08-05T04:11:45.745Z Downloaded pin-project-internal v1.1.11
3182026-08-05T04:11:45.749Z Downloaded serde_spanned v0.6.9
3192026-08-05T04:11:45.749Z Downloaded darling v0.20.11
3202026-08-05T04:11:45.749Z Downloaded darling v0.23.0
3212026-08-05T04:11:45.753Z Downloaded datatest-stable v0.3.3
3222026-08-05T04:11:45.757Z Downloaded daft-derive v0.1.7
3232026-08-05T04:11:45.757Z Downloaded postgres-protocol v0.6.10
3242026-08-05T04:11:45.757Z Downloaded ppv-lite86 v0.2.21
3252026-08-05T04:11:45.760Z Downloaded primefield v0.14.0
3262026-08-05T04:11:45.761Z Downloaded proc-macro-error2 v2.0.1
3272026-08-05T04:11:45.764Z Downloaded darling v0.21.3
3282026-08-05T04:11:45.768Z Downloaded quick-error v1.2.3
3292026-08-05T04:11:45.768Z Downloaded rand_core v0.9.5
3302026-08-05T04:11:45.773Z Downloaded supports-hyperlinks v2.1.0
3312026-08-05T04:11:45.773Z Downloaded crc32fast v1.5.0
3322026-08-05T04:11:45.776Z Downloaded sync-ptr v0.1.4
3332026-08-05T04:11:45.781Z Downloaded terminal_size v0.4.3
3342026-08-05T04:11:45.781Z Downloaded terminal_size v0.1.17
3352026-08-05T04:11:45.781Z Downloaded tinyvec_macros v0.1.1
3362026-08-05T04:11:45.784Z Downloaded oxnet v0.1.6
3372026-08-05T04:11:45.788Z Downloaded rand_seeder v0.4.0
3382026-08-05T04:11:45.794Z Downloaded camino v1.2.2
3392026-08-05T04:11:45.794Z Downloaded parking_lot v0.11.2
3402026-08-05T04:11:45.794Z Downloaded sha1 v0.11.0
3412026-08-05T04:11:45.797Z Downloaded rustls-pemfile v2.2.0
3422026-08-05T04:11:45.801Z Downloaded schemars_derive v0.8.22
3432026-08-05T04:11:45.801Z Downloaded rustversion v1.0.22
3442026-08-05T04:11:45.801Z Downloaded toml_write v0.1.2
3452026-08-05T04:11:45.804Z Downloaded unarray v0.1.4
3462026-08-05T04:11:45.805Z Downloaded xshell-macros v0.2.7
3472026-08-05T04:11:45.810Z Downloaded try-lock v0.2.5
3482026-08-05T04:11:45.810Z Downloaded unit-prefix v0.5.2
3492026-08-05T04:11:45.810Z Downloaded universal-hash v0.5.1
3502026-08-05T04:11:45.817Z Downloaded sec1 v0.7.3
3512026-08-05T04:11:45.824Z Downloaded darling_core v0.13.4
3522026-08-05T04:11:45.824Z Downloaded icu_provider v2.1.1
3532026-08-05T04:11:45.830Z Downloaded sha2 v0.10.9
3542026-08-05T04:11:45.830Z Downloaded hickory-resolver v0.24.4
3552026-08-05T04:11:45.836Z Downloaded slog-dtrace v0.3.0
3562026-08-05T04:11:45.841Z Downloaded slog-stdlog v4.1.1
3572026-08-05T04:11:45.841Z Downloaded slog-term v2.9.2
3582026-08-05T04:11:45.841Z Downloaded usdt-macro v0.6.0
3592026-08-05T04:11:45.845Z Downloaded ignore v0.4.25
3602026-08-05T04:11:45.845Z Downloaded dsl_auto_type v0.2.0
3612026-08-05T04:11:45.845Z Downloaded httptest v0.16.4
3622026-08-05T04:11:45.851Z Downloaded ssh-encoding v0.3.0
3632026-08-05T04:11:45.851Z Downloaded const-oid v0.10.2
3642026-08-05T04:11:45.851Z Downloaded derive-where v1.6.0
3652026-08-05T04:11:45.851Z Downloaded sqlformat v0.3.5
3662026-08-05T04:11:45.856Z Downloaded async-bb8-diesel v0.2.1
3672026-08-05T04:11:45.856Z Downloaded stacker v0.1.23
3682026-08-05T04:11:45.856Z Downloaded strum_macros v0.26.4
3692026-08-05T04:11:45.856Z Downloaded stringmetrics v2.2.2
3702026-08-05T04:11:45.856Z Downloaded diesel_table_macro_syntax v0.3.0
3712026-08-05T04:11:45.856Z Downloaded stringprep v0.1.5
3722026-08-05T04:11:45.862Z Downloaded strum_macros v0.24.3
3732026-08-05T04:11:45.862Z Downloaded tabwriter v1.4.1
3742026-08-05T04:11:45.862Z Downloaded thiserror-impl v1.0.69
3752026-08-05T04:11:45.862Z Downloaded dtrace-parser v0.2.0
3762026-08-05T04:11:45.862Z Downloaded darling_core v0.23.0
3772026-08-05T04:11:45.867Z Downloaded env_filter v1.0.0
3782026-08-05T04:11:45.868Z Downloaded float-ord v0.3.2
3792026-08-05T04:11:45.868Z Downloaded foreign-types-shared v0.1.1
3802026-08-05T04:11:45.868Z Downloaded oso v0.27.3
3812026-08-05T04:11:45.868Z Downloaded termios v0.3.3
3822026-08-05T04:11:45.868Z Downloaded tiny-keccak v2.0.2
3832026-08-05T04:11:45.868Z Downloaded dof v0.3.0
3842026-08-05T04:11:45.872Z Downloaded dirs-sys-next v0.1.2
3852026-08-05T04:11:45.872Z Downloaded dof v0.4.0
3862026-08-05T04:11:45.872Z Downloaded fastrand v2.3.0
3872026-08-05T04:11:45.872Z Downloaded crossbeam-channel v0.5.15
3882026-08-05T04:11:45.878Z Downloaded heapless v0.7.17
3892026-08-05T04:11:45.878Z Downloaded tls_codec_derive v0.4.2
3902026-08-05T04:11:45.882Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3912026-08-05T04:11:45.883Z Downloaded pest_derive v2.8.6
3922026-08-05T04:11:45.883Z Downloaded ghash v0.6.0
3932026-08-05T04:11:45.888Z Downloaded pest_generator v2.8.6
3942026-08-05T04:11:45.888Z Downloaded tls_codec v0.4.2
3952026-08-05T04:11:45.888Z Downloaded icu_normalizer_data v2.1.1
3962026-08-05T04:11:45.896Z Downloaded lalrpop-util v0.19.12
3972026-08-05T04:11:45.896Z Downloaded unicode-truncate v1.1.0
3982026-08-05T04:11:45.904Z Downloaded funty v2.0.0
3992026-08-05T04:11:45.905Z Downloaded gethostname v0.5.0
4002026-08-05T04:11:45.905Z Downloaded indexmap v1.9.3
4012026-08-05T04:11:45.905Z Downloaded serde_cbor v0.11.2
4022026-08-05T04:11:45.908Z Downloaded vergen-lib v0.1.6
4032026-08-05T04:11:45.908Z Downloaded compact_str v0.8.1
4042026-08-05T04:11:45.908Z Downloaded slab v0.4.12
4052026-08-05T04:11:45.908Z Downloaded uzers v0.12.2
4062026-08-05T04:11:45.912Z Downloaded match_cfg v0.1.0
4072026-08-05T04:11:45.912Z Downloaded chumsky v0.9.3
4082026-08-05T04:11:45.912Z Downloaded icu_properties v2.1.2
4092026-08-05T04:11:45.915Z Downloaded darling_core v0.20.11
4102026-08-05T04:11:45.920Z Downloaded darling_core v0.21.3
4112026-08-05T04:11:45.920Z Downloaded spin v0.9.8
4122026-08-05T04:11:45.926Z Downloaded zerovec-derive v0.11.2
4132026-08-05T04:11:45.926Z Downloaded maplit v1.0.2
4142026-08-05T04:11:45.926Z Downloaded normalize-line-endings v0.3.0
4152026-08-05T04:11:45.926Z Downloaded nonempty v0.12.0
4162026-08-05T04:11:45.926Z Downloaded multimap v0.10.1
4172026-08-05T04:11:45.926Z Downloaded usdt-impl v0.5.0
4182026-08-05T04:11:45.926Z Downloaded vergen-git2 v9.1.0
4192026-08-05T04:11:45.930Z Downloaded whoami v2.1.0
4202026-08-05T04:11:45.930Z Downloaded zeroize v1.9.0
4212026-08-05T04:11:45.930Z Downloaded zstd v0.13.3
4222026-08-05T04:11:45.930Z Downloaded hashbrown v0.13.2
4232026-08-05T04:11:45.930Z Downloaded memoffset v0.9.1
4242026-08-05T04:11:45.934Z Downloaded tempfile v3.25.0
4252026-08-05T04:11:45.934Z Downloaded enum_dispatch v0.3.13
4262026-08-05T04:11:45.938Z Downloaded anstyle-query v1.1.5
4272026-08-05T04:11:45.938Z Downloaded newtype_derive v0.1.6
4282026-08-05T04:11:45.942Z Downloaded tokio-tungstenite v0.23.1
4292026-08-05T04:11:45.942Z Downloaded ena v0.14.4
4302026-08-05T04:11:45.946Z Downloaded bytes v1.11.1
4312026-08-05T04:11:45.946Z Downloaded ed25519 v3.0.0
4322026-08-05T04:11:45.951Z Downloaded event-listener-strategy v0.5.4
4332026-08-05T04:11:45.951Z Downloaded fixedbitset v0.5.7
4342026-08-05T04:11:45.951Z Downloaded hickory-resolver v0.25.2
4352026-08-05T04:11:45.951Z Downloaded assert_matches v1.5.0
4362026-08-05T04:11:45.956Z Downloaded ucd-trie v0.1.7
4372026-08-05T04:11:45.956Z Downloaded base16ct v1.0.0
4382026-08-05T04:11:45.967Z Downloaded headers v0.4.1
4392026-08-05T04:11:45.971Z Downloaded icu_collections v2.1.1
4402026-08-05T04:11:45.976Z Downloaded signal-hook v0.3.18
4412026-08-05T04:11:45.976Z Downloaded vergen-gitcl v1.0.8
4422026-08-05T04:11:45.976Z Downloaded fs_extra v1.3.0
4432026-08-05T04:11:45.976Z Downloaded fs-err v3.3.0
4442026-08-05T04:11:45.993Z Downloaded libefi-sys v0.1.0
4452026-08-05T04:11:45.994Z Downloaded linkme v0.3.35
4462026-08-05T04:11:45.995Z Downloaded lock_api v0.4.14
4472026-08-05T04:11:45.995Z Downloaded assert-json-diff v2.0.2
4482026-08-05T04:11:45.995Z Downloaded oso-derive v0.27.3
4492026-08-05T04:11:46.010Z Downloaded password-hash v0.6.1
4502026-08-05T04:11:46.010Z Downloaded phf_shared v0.13.1
4512026-08-05T04:11:46.010Z Downloaded hashbrown v0.12.3
4522026-08-05T04:11:46.010Z Downloaded hkdf v0.13.0
4532026-08-05T04:11:46.010Z Downloaded similar v2.7.0
4542026-08-05T04:11:46.010Z Downloaded zmij v1.0.21
4552026-08-05T04:11:46.011Z Downloaded mime_guess v2.0.5
4562026-08-05T04:11:46.011Z Downloaded parse-size v1.1.0
4572026-08-05T04:11:46.011Z Downloaded phf_shared v0.11.3
4582026-08-05T04:11:46.011Z Downloaded proc-macro-crate v1.3.1
4592026-08-05T04:11:46.011Z Downloaded phf_shared v0.12.1
4602026-08-05T04:11:46.011Z Downloaded ryu v1.0.23
4612026-08-05T04:11:46.011Z Downloaded crypto-bigint v0.5.5
4622026-08-05T04:11:46.011Z Downloaded icu_normalizer v2.1.1
4632026-08-05T04:11:46.011Z Downloaded nanorand v0.7.0
4642026-08-05T04:11:46.023Z Downloaded rand_pcg v0.10.2
4652026-08-05T04:11:46.023Z Downloaded der v0.7.10
4662026-08-05T04:11:46.023Z Downloaded serde_with_macros v3.21.0
4672026-08-05T04:11:46.024Z Downloaded crossbeam-utils v0.8.21
4682026-08-05T04:11:46.024Z Downloaded pin-project v1.1.11
4692026-08-05T04:11:46.033Z Downloaded zerocopy-derive v0.7.35
4702026-08-05T04:11:46.033Z Downloaded rustc-hash v2.1.1
4712026-08-05T04:11:46.033Z Downloaded toml v1.1.2+spec-1.1.0
4722026-08-05T04:11:46.033Z Downloaded prettyplease v0.2.37
4732026-08-05T04:11:46.033Z Downloaded psl-types v2.0.11
4742026-08-05T04:11:46.033Z Downloaded radium v0.7.0
4752026-08-05T04:11:46.033Z Downloaded rand_chacha v0.3.1
4762026-08-05T04:11:46.033Z Downloaded trybuild v1.0.116
4772026-08-05T04:11:46.040Z Downloaded num-derive v0.4.2
4782026-08-05T04:11:46.040Z Downloaded num_enum_derive v0.7.6
4792026-08-05T04:11:46.040Z Downloaded bb8 v0.8.6
4802026-08-05T04:11:46.040Z Downloaded thiserror v2.0.18
4812026-08-05T04:11:46.040Z Downloaded base64ct v1.8.3
4822026-08-05T04:11:46.048Z Downloaded signal-hook-mio v0.2.5
4832026-08-05T04:11:46.048Z Downloaded semver v0.1.20
4842026-08-05T04:11:46.048Z Downloaded similar-asserts v1.7.0
4852026-08-05T04:11:46.049Z Downloaded http v1.4.2
4862026-08-05T04:11:46.055Z Downloaded num-integer v0.1.46
4872026-08-05T04:11:46.055Z Downloaded assert_cmd v2.1.2
4882026-08-05T04:11:46.055Z Downloaded cargo_metadata v0.23.1
4892026-08-05T04:11:46.055Z Downloaded cbc v0.2.1
4902026-08-05T04:11:46.062Z Downloaded owo-colors v4.3.0
4912026-08-05T04:11:46.062Z Downloaded backtrace v0.3.76
4922026-08-05T04:11:46.062Z Downloaded password-hash v0.5.0
4932026-08-05T04:11:46.062Z Downloaded owo-colors v3.5.0
4942026-08-05T04:11:46.069Z Downloaded strsim v0.11.1
4952026-08-05T04:11:46.069Z Downloaded structmeta v0.3.0
4962026-08-05T04:11:46.069Z Downloaded typify v0.6.2
4972026-08-05T04:11:46.069Z Downloaded jobserver v0.1.34
4982026-08-05T04:11:46.069Z Downloaded scuffle v0.1.0
4992026-08-05T04:11:46.069Z Downloaded sync_wrapper v1.0.2
5002026-08-05T04:11:46.077Z Downloaded ml-kem v0.3.2
5012026-08-05T04:11:46.077Z Downloaded thiserror-impl-no-std v2.0.2
5022026-08-05T04:11:46.077Z Downloaded buf-list v1.1.2
5032026-08-05T04:11:46.077Z Downloaded byte-wrapper v0.1.0
5042026-08-05T04:11:46.077Z Downloaded bitflags v1.3.2
5052026-08-05T04:11:46.095Z Downloaded smawk v0.3.2
5062026-08-05T04:11:46.095Z Downloaded swrite v0.1.0
5072026-08-05T04:11:46.095Z Downloaded progenitor-extras v0.2.0
5082026-08-05T04:11:46.095Z Downloaded tar v0.4.46
5092026-08-05T04:11:46.095Z Downloaded elliptic-curve v0.13.8
5102026-08-05T04:11:46.095Z Downloaded polyval v0.7.1
5112026-08-05T04:11:46.100Z Downloaded rusty-fork v0.3.1
5122026-08-05T04:11:46.100Z Downloaded zerocopy v0.6.6
5132026-08-05T04:11:46.100Z Downloaded usdt-attr-macro v0.6.0
5142026-08-05T04:11:46.100Z Downloaded utf8parse v0.2.2
5152026-08-05T04:11:46.100Z Downloaded universal-hash v0.6.1
5162026-08-05T04:11:46.101Z Downloaded utf8_iter v1.0.4
5172026-08-05T04:11:46.101Z Downloaded waitgroup v0.1.2
5182026-08-05T04:11:46.114Z Downloaded schemars v1.2.1
5192026-08-05T04:11:46.119Z Downloaded progenitor-impl v0.13.0
5202026-08-05T04:11:46.119Z Downloaded argon2 v0.6.0-rc.8
5212026-08-05T04:11:46.119Z Downloaded scrypt v0.12.0
5222026-08-05T04:11:46.119Z Downloaded serde_derive_internals v0.29.1
5232026-08-05T04:11:46.119Z Downloaded serde_path_to_error v0.1.20
5242026-08-05T04:11:46.119Z Downloaded serde_with_macros v1.5.2
5252026-08-05T04:11:46.120Z Downloaded scroll v0.12.0
5262026-08-05T04:11:46.126Z Downloaded hyper-util v0.1.20
5272026-08-05T04:11:46.134Z Downloaded simd-adler32 v0.3.8
5282026-08-05T04:11:46.134Z Downloaded unicode-linebreak v0.1.5
5292026-08-05T04:11:46.134Z Downloaded zerofrom-derive v0.1.6
5302026-08-05T04:11:46.134Z Downloaded zeroize_derive v1.5.0
5312026-08-05T04:11:46.134Z Downloaded zone_cfg_derive v0.3.1
5322026-08-05T04:11:46.143Z Downloaded parking_lot_core v0.9.12
5332026-08-05T04:11:46.143Z Downloaded document-features v0.2.12
5342026-08-05T04:11:46.143Z Downloaded digest-io v0.1.0
5352026-08-05T04:11:46.143Z Downloaded endian-type v0.1.2
5362026-08-05T04:11:46.143Z Downloaded internal-russh-num-bigint v0.5.0
5372026-08-05T04:11:46.150Z Downloaded tinystr v0.8.2
5382026-08-05T04:11:46.150Z Downloaded foreign-types v0.5.0
5392026-08-05T04:11:46.150Z Downloaded is_ci v1.2.0
5402026-08-05T04:11:46.150Z Downloaded once_cell v1.21.3
5412026-08-05T04:11:46.150Z Downloaded bumpalo v3.20.2
5422026-08-05T04:11:46.158Z Downloaded serde v1.0.228
5432026-08-05T04:11:46.158Z Downloaded futures-core v0.3.32
5442026-08-05T04:11:46.158Z Downloaded hickory-server v0.25.2
5452026-08-05T04:11:46.170Z Downloaded allocator-api2 v0.2.21
5462026-08-05T04:11:46.170Z Downloaded bitflags v2.11.0
5472026-08-05T04:11:46.170Z Downloaded blake2 v0.10.6
5482026-08-05T04:11:46.170Z Downloaded slog-json v2.6.1
5492026-08-05T04:11:46.170Z Downloaded chacha20 v0.9.1
5502026-08-05T04:11:46.170Z Downloaded support-bundle-viewer v0.1.2
5512026-08-05T04:11:46.170Z Downloaded fnv v1.0.7
5522026-08-05T04:11:46.170Z Downloaded tokio-dtrace v0.1.1
5532026-08-05T04:11:46.203Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5542026-08-05T04:11:46.203Z Downloaded postgres-types v0.2.12
5552026-08-05T04:11:46.203Z Downloaded lzss v0.8.2
5562026-08-05T04:11:46.203Z Downloaded flume v0.11.1
5572026-08-05T04:11:46.203Z Downloaded mime v0.3.17
5582026-08-05T04:11:46.203Z Downloaded indexmap v2.14.0
5592026-08-05T04:11:46.214Z Downloaded der v0.8.0
5602026-08-05T04:11:46.214Z Downloaded termcolor v1.4.1
5612026-08-05T04:11:46.215Z Downloaded log v0.4.29
5622026-08-05T04:11:46.215Z Downloaded knuffel v3.2.0
5632026-08-05T04:11:46.215Z Downloaded lru-slab v0.1.2
5642026-08-05T04:11:46.215Z Downloaded new_debug_unreachable v1.0.6
5652026-08-05T04:11:46.215Z Downloaded newline-converter v0.3.0
5662026-08-05T04:11:46.215Z Downloaded target-spec v3.5.7
5672026-08-05T04:11:46.215Z Downloaded vsss-rs v3.3.4
5682026-08-05T04:11:46.215Z Downloaded jiff-static v0.2.34
5692026-08-05T04:11:46.215Z Downloaded predicates v3.1.4
5702026-08-05T04:11:46.215Z Downloaded thread_local v1.1.9
5712026-08-05T04:11:46.215Z Downloaded hashbrown v0.16.1
5722026-08-05T04:11:46.215Z Downloaded memmap v0.7.0
5732026-08-05T04:11:46.215Z Downloaded nested v0.1.1
5742026-08-05T04:11:46.215Z Downloaded num v0.4.3
5752026-08-05T04:11:46.215Z Downloaded qorb v0.4.1
5762026-08-05T04:11:46.215Z Downloaded criterion v0.7.0
5772026-08-05T04:11:46.220Z Downloaded crossterm v0.28.1
5782026-08-05T04:11:46.220Z Downloaded omicron-zone-package v0.12.3
5792026-08-05T04:11:46.221Z Downloaded semver v1.0.28
5802026-08-05T04:11:46.221Z Downloaded erased-serde v0.3.31
5812026-08-05T04:11:46.221Z Downloaded base16ct v0.2.0
5822026-08-05T04:11:46.221Z Downloaded wyz v0.5.1
5832026-08-05T04:11:46.228Z Downloaded cargo-platform v0.3.2
5842026-08-05T04:11:46.228Z Downloaded block-buffer v0.12.1
5852026-08-05T04:11:46.235Z Downloaded ff v0.13.1
5862026-08-05T04:11:46.243Z Downloaded tokio-rustls v0.26.4
5872026-08-05T04:11:46.253Z Downloaded tokio-stream v0.1.18
5882026-08-05T04:11:46.253Z Downloaded smf v0.2.3
5892026-08-05T04:11:46.253Z Downloaded ff v0.14.0
5902026-08-05T04:11:46.253Z Downloaded opaque-debug v0.3.1
5912026-08-05T04:11:46.253Z Downloaded pathdiff v0.2.3
5922026-08-05T04:11:46.254Z Downloaded packed_struct_codegen v0.10.1
5932026-08-05T04:11:46.263Z Downloaded peg-runtime v0.8.5
5942026-08-05T04:11:46.263Z Downloaded p521 v0.14.0
5952026-08-05T04:11:46.263Z Downloaded proc-macro2 v1.0.106
5962026-08-05T04:11:46.263Z Downloaded unicode_categories v0.1.1
5972026-08-05T04:11:46.263Z Downloaded powerfmt v0.2.0
5982026-08-05T04:11:46.263Z Downloaded pretty-hex v0.4.1
5992026-08-05T04:11:46.269Z Downloaded module-lattice v0.2.3
6002026-08-05T04:11:46.269Z Downloaded num_enum v0.5.11
6012026-08-05T04:11:46.269Z Downloaded rand_xorshift v0.4.0
6022026-08-05T04:11:46.279Z Downloaded tracing-attributes v0.1.31
6032026-08-05T04:11:46.279Z Downloaded knuffel-derive v3.2.0
6042026-08-05T04:11:46.289Z Downloaded scopeguard v1.2.0
6052026-08-05T04:11:46.290Z Downloaded anstream v1.0.0
6062026-08-05T04:11:46.290Z Downloaded arrayvec v0.7.6
6072026-08-05T04:11:46.290Z Downloaded serde-big-array v0.5.1
6082026-08-05T04:11:46.290Z Downloaded same-file v1.0.6
6092026-08-05T04:11:46.290Z Downloaded twox-hash v2.1.2
6102026-08-05T04:11:46.290Z Downloaded rand v0.10.1
6112026-08-05T04:11:46.309Z Downloaded clap_builder v4.6.0
6122026-08-05T04:11:46.309Z Downloaded hashbrown v0.15.5
6132026-08-05T04:11:46.309Z Downloaded guppy v0.17.25
6142026-08-05T04:11:46.309Z Downloaded openssl-sys v0.9.117
6152026-08-05T04:11:46.309Z Downloaded aead v0.6.1
6162026-08-05T04:11:46.309Z Downloaded iri-string v0.7.10
6172026-08-05T04:11:46.323Z Downloaded pest_meta v2.8.6
6182026-08-05T04:11:46.323Z Downloaded x509-cert v0.2.5
6192026-08-05T04:11:46.323Z Downloaded ecdsa v0.17.0
6202026-08-05T04:11:46.323Z Downloaded autocfg v1.5.0
6212026-08-05T04:11:46.323Z Downloaded slog-bunyan v2.5.0
6222026-08-05T04:11:46.323Z Downloaded subtle v2.6.1
6232026-08-05T04:11:46.323Z Downloaded signature v2.2.0
6242026-08-05T04:11:46.348Z Downloaded tabled_derive v0.7.0
6252026-08-05T04:11:46.348Z Downloaded tabled_derive v0.11.0
6262026-08-05T04:11:46.348Z Downloaded rand_distr v0.5.1
6272026-08-05T04:11:46.348Z Downloaded ron v0.8.1
6282026-08-05T04:11:46.362Z Downloaded rustls-platform-verifier v0.6.2
6292026-08-05T04:11:46.362Z Downloaded fancy-regex v0.14.0
6302026-08-05T04:11:46.362Z Downloaded rsa v0.10.0-rc.18
6312026-08-05T04:11:46.362Z Downloaded pem-rfc7468 v1.0.0
6322026-08-05T04:11:46.362Z Downloaded percent-encoding v2.3.2
6332026-08-05T04:11:46.362Z Downloaded xattr v1.6.1
6342026-08-05T04:11:46.362Z Downloaded chacha20poly1305 v0.10.1
6352026-08-05T04:11:46.362Z Downloaded litemap v0.8.1
6362026-08-05T04:11:46.362Z Downloaded topological-sort v0.2.2
6372026-08-05T04:11:46.362Z Downloaded fs-err v2.11.0
6382026-08-05T04:11:46.362Z Downloaded futures-channel v0.3.32
6392026-08-05T04:11:46.362Z Downloaded pem v3.0.6
6402026-08-05T04:11:46.362Z Downloaded term v1.2.1
6412026-08-05T04:11:46.362Z Downloaded hashbrown v0.14.5
6422026-08-05T04:11:46.362Z Downloaded parking_lot_core v0.8.6
6432026-08-05T04:11:46.363Z Downloaded port-file v0.1.0
6442026-08-05T04:11:46.376Z Downloaded display-error-chain v0.2.2
6452026-08-05T04:11:46.376Z Downloaded rand_core v0.10.0
6462026-08-05T04:11:46.376Z Downloaded usdt v0.6.0
6472026-08-05T04:11:46.376Z Downloaded utf-8 v0.7.6
6482026-08-05T04:11:46.376Z Downloaded hickory-proto v0.25.2
6492026-08-05T04:11:46.403Z Downloaded sec1 v0.8.1
6502026-08-05T04:11:46.403Z Downloaded crossterm v0.29.0
6512026-08-05T04:11:46.403Z Downloaded des v0.9.0
6522026-08-05T04:11:46.403Z Downloaded dirs-next v2.0.0
6532026-08-05T04:11:46.403Z Downloaded num-complex v0.4.6
6542026-08-05T04:11:46.403Z Downloaded proc-macro-error-attr v1.0.4
6552026-08-05T04:11:46.403Z Downloaded dunce v1.0.5
6562026-08-05T04:11:46.403Z Downloaded snafu-derive v0.8.9
6572026-08-05T04:11:46.403Z Downloaded ssh-cipher v0.3.0
6582026-08-05T04:11:46.403Z Downloaded static_assertions v1.1.0
6592026-08-05T04:11:46.403Z Downloaded string_cache v0.8.9
6602026-08-05T04:11:46.403Z Downloaded thiserror-no-std v2.0.2
6612026-08-05T04:11:46.403Z Downloaded thread-id v4.2.2
6622026-08-05T04:11:46.403Z Downloaded embedded-io v0.6.1
6632026-08-05T04:11:46.409Z Downloaded float-cmp v0.10.0
6642026-08-05T04:11:46.409Z Downloaded tungstenite v0.23.0
6652026-08-05T04:11:46.409Z Downloaded elliptic-curve v0.14.1
6662026-08-05T04:11:46.409Z Downloaded kstat-rs v0.2.4
6672026-08-05T04:11:46.409Z Downloaded md-5 v0.10.6
6682026-08-05T04:11:46.409Z Downloaded h2 v0.4.15
6692026-08-05T04:11:46.409Z Downloaded bzip2 v0.6.1
6702026-08-05T04:11:46.409Z Downloaded progenitor v0.13.0
6712026-08-05T04:11:46.409Z Downloaded serde_plain v1.0.2
6722026-08-05T04:11:46.409Z Downloaded thiserror-impl v2.0.18
6732026-08-05T04:11:46.409Z Downloaded derive_more-impl v2.1.1
6742026-08-05T04:11:46.409Z Downloaded idna v1.1.0
6752026-08-05T04:11:46.409Z Downloaded libbz2-rs-sys v0.2.2
6762026-08-05T04:11:46.409Z Downloaded quinn v0.11.11
6772026-08-05T04:11:46.409Z Downloaded rustls-webpki v0.103.13
6782026-08-05T04:11:46.415Z Downloaded toml_edit v0.23.10+spec-1.0.0
6792026-08-05T04:11:46.415Z Downloaded signal-hook-registry v1.4.8
6802026-08-05T04:11:46.415Z Downloaded spki v0.8.0
6812026-08-05T04:11:46.415Z Downloaded synstructure v0.13.2
6822026-08-05T04:11:46.433Z Downloaded tokio-native-tls v0.3.1
6832026-08-05T04:11:46.433Z Downloaded foreign-types-macros v0.2.3
6842026-08-05T04:11:46.433Z Downloaded fxhash v0.2.1
6852026-08-05T04:11:46.433Z Downloaded async-stream-impl v0.3.6
6862026-08-05T04:11:46.433Z Downloaded foreign-types-shared v0.3.1
6872026-08-05T04:11:46.433Z Downloaded libscf-sys v1.2.0
6882026-08-05T04:11:46.433Z Downloaded managed v0.8.0
6892026-08-05T04:11:46.433Z Downloaded thiserror v1.0.69
6902026-08-05T04:11:46.433Z Downloaded unsafe-libyaml v0.2.11
6912026-08-05T04:11:46.445Z Downloaded hashbrown v0.17.0
6922026-08-05T04:11:46.445Z Downloaded reqwest v0.13.2
6932026-08-05T04:11:46.445Z Downloaded rstest_macros v0.25.0
6942026-08-05T04:11:46.446Z Downloaded quinn-udp v0.5.14
6952026-08-05T04:11:46.446Z Downloaded rpassword v7.5.4
6962026-08-05T04:11:46.446Z Downloaded maybe-uninit v2.0.0
6972026-08-05T04:11:46.446Z Downloaded futures v0.3.32
6982026-08-05T04:11:46.446Z Downloaded snafu v0.8.9
6992026-08-05T04:11:46.458Z Downloaded hyper v1.10.1
7002026-08-05T04:11:46.458Z Downloaded hkdf v0.12.4
7012026-08-05T04:11:46.458Z Downloaded steno v0.4.1
7022026-08-05T04:11:46.458Z Downloaded proc-macro-error v1.0.4
7032026-08-05T04:11:46.458Z Downloaded potential_utf v0.1.4
7042026-08-05T04:11:46.458Z Downloaded parse-display v0.10.0
7052026-08-05T04:11:46.459Z Downloaded fallible-iterator v0.2.0
7062026-08-05T04:11:46.459Z Downloaded aes-gcm v0.11.0
7072026-08-05T04:11:46.459Z Downloaded find-msvc-tools v0.1.9
7082026-08-05T04:11:46.459Z Downloaded pretty_assertions v1.4.1
7092026-08-05T04:11:46.463Z Downloaded rfc6979 v0.4.0
7102026-08-05T04:11:46.469Z Downloaded olpc-cjson v0.1.4
7112026-08-05T04:11:46.488Z Downloaded progenitor-macro v0.14.0
7122026-08-05T04:11:46.509Z Downloaded serde_urlencoded v0.7.1
7132026-08-05T04:11:46.509Z Downloaded goblin v0.8.2
7142026-08-05T04:11:46.509Z Downloaded yansi v1.0.1
7152026-08-05T04:11:46.509Z Downloaded async-trait v0.1.89
7162026-08-05T04:11:46.509Z Downloaded bs58 v0.5.1
7172026-08-05T04:11:46.509Z Downloaded serde_json v1.0.151
7182026-08-05T04:11:46.509Z Downloaded futures-timer v3.0.3
7192026-08-05T04:11:46.509Z Downloaded progenitor-macro v0.13.0
7202026-08-05T04:11:46.509Z Downloaded secrecy v0.8.0
7212026-08-05T04:11:46.509Z Downloaded xshell v0.2.7
7222026-08-05T04:11:46.509Z Downloaded serde_bytes v0.11.19
7232026-08-05T04:11:46.509Z Downloaded supports-color v2.1.0
7242026-08-05T04:11:46.509Z Downloaded supports-color v3.0.2
7252026-08-05T04:11:46.509Z Downloaded tokio-macros v2.7.0
7262026-08-05T04:11:46.509Z Downloaded thread-id v5.1.0
7272026-08-05T04:11:46.515Z Downloaded tokio-test v0.4.5
7282026-08-05T04:11:46.515Z Downloaded derive_more v2.1.1
7292026-08-05T04:11:46.515Z Downloaded native-tls v0.2.18
7302026-08-05T04:11:46.515Z Downloaded icu_properties_data v2.1.2
7312026-08-05T04:11:46.528Z Downloaded yoke-derive v0.8.1
7322026-08-05T04:11:46.528Z Downloaded wnaf v0.14.0
7332026-08-05T04:11:46.538Z Downloaded pkg-config v0.3.32
7342026-08-05T04:11:46.547Z Downloaded bit-vec v0.8.0
7352026-08-05T04:11:46.547Z Downloaded stable_deref_trait v1.2.1
7362026-08-05T04:11:46.547Z Downloaded usdt v0.5.0
7372026-08-05T04:11:46.547Z Downloaded usdt-macro v0.5.0
7382026-08-05T04:11:46.547Z Downloaded dyn-clone v1.0.20
7392026-08-05T04:11:46.547Z Downloaded iddqd v0.4.2
7402026-08-05T04:11:46.558Z Downloaded zstd-safe v7.2.4
7412026-08-05T04:11:46.566Z Downloaded diff v0.1.13
7422026-08-05T04:11:46.566Z Downloaded anyhow v1.0.102
7432026-08-05T04:11:46.574Z Downloaded oorandom v11.1.5
7442026-08-05T04:11:46.575Z Downloaded oxide-update-engine-display v0.1.2
7452026-08-05T04:11:46.575Z Downloaded phf v0.12.1
7462026-08-05T04:11:46.575Z Downloaded primeorder v0.13.6
7472026-08-05T04:11:46.575Z Downloaded async-object-pool v0.2.0
7482026-08-05T04:11:46.575Z Downloaded lazy_static v1.5.0
7492026-08-05T04:11:46.575Z Downloaded flagset v0.4.7
7502026-08-05T04:11:46.588Z Downloaded foreign-types v0.3.2
7512026-08-05T04:11:46.588Z Downloaded slog-scope v4.4.1
7522026-08-05T04:11:46.588Z Downloaded async-lock v3.4.2
7532026-08-05T04:11:46.588Z Downloaded serde_tokenstream v0.2.3
7542026-08-05T04:11:46.588Z Downloaded diesel_derives v2.3.7
7552026-08-05T04:11:46.588Z Downloaded itertools v0.12.1
7562026-08-05T04:11:46.588Z Downloaded blake2 v0.11.0-rc.6
7572026-08-05T04:11:46.602Z Downloaded rust-argon2 v2.1.0
7582026-08-05T04:11:46.602Z Downloaded strum_macros v0.27.2
7592026-08-05T04:11:46.602Z Downloaded libloading v0.8.9
7602026-08-05T04:11:46.602Z Downloaded serde_derive v1.0.228
7612026-08-05T04:11:46.602Z Downloaded bit-set v0.5.3
7622026-08-05T04:11:46.603Z Downloaded openssl-macros v0.1.1
7632026-08-05T04:11:46.603Z Downloaded itertools v0.13.0
7642026-08-05T04:11:46.611Z Downloaded shlex v1.3.0
7652026-08-05T04:11:46.612Z Downloaded parking_lot v0.12.5
7662026-08-05T04:11:46.612Z Downloaded multer v3.1.0
7672026-08-05T04:11:46.612Z Downloaded predicates-core v1.0.10
7682026-08-05T04:11:46.612Z Downloaded base64 v0.22.1
7692026-08-05T04:11:46.612Z Downloaded pkcs8 v0.11.0
7702026-08-05T04:11:46.621Z Downloaded scheduled-thread-pool v0.2.7
7712026-08-05T04:11:46.621Z Downloaded base64 v0.21.7
7722026-08-05T04:11:46.621Z Downloaded yoke v0.8.1
7732026-08-05T04:11:46.621Z Downloaded test-strategy v0.4.5
7742026-08-05T04:11:46.621Z Downloaded progenitor v0.14.0
7752026-08-05T04:11:46.621Z Downloaded writeable v0.6.2
7762026-08-05T04:11:46.621Z Downloaded futures-executor v0.3.32
7772026-08-05T04:11:46.621Z Downloaded litrs v1.0.0
7782026-08-05T04:11:46.621Z Downloaded libtest-mimic v0.8.1
7792026-08-05T04:11:46.626Z Downloaded linear-map v1.2.0
7802026-08-05T04:11:46.626Z Downloaded rfc6979 v0.6.0
7812026-08-05T04:11:46.626Z Downloaded libxml v0.3.3
7822026-08-05T04:11:46.639Z Downloaded cc v1.2.56
7832026-08-05T04:11:46.639Z Downloaded unicode-bidi v0.3.18
7842026-08-05T04:11:46.639Z Downloaded spki v0.7.3
7852026-08-05T04:11:46.639Z Downloaded uuid v1.23.4
7862026-08-05T04:11:46.649Z Downloaded num-traits v0.2.19
7872026-08-05T04:11:46.649Z Downloaded form_urlencoded v1.2.2
7882026-08-05T04:11:46.649Z Downloaded rustc_version v0.1.7
7892026-08-05T04:11:46.649Z Downloaded scroll_derive v0.12.1
7902026-08-05T04:11:46.649Z Downloaded anstyle-parse v1.0.0
7912026-08-05T04:11:46.649Z Downloaded backoff v0.4.0
7922026-08-05T04:11:46.649Z Downloaded siphasher v1.0.2
7932026-08-05T04:11:46.649Z Downloaded supports-unicode v2.1.0
7942026-08-05T04:11:46.649Z Downloaded take_mut v0.2.2
7952026-08-05T04:11:46.653Z Downloaded byteorder v1.5.0
7962026-08-05T04:11:46.653Z Downloaded rsa v0.9.10
7972026-08-05T04:11:46.653Z Downloaded cfg-expr v0.20.6
7982026-08-05T04:11:46.658Z Downloaded ed25519 v2.2.3
7992026-08-05T04:11:46.658Z Downloaded is_terminal_polyfill v1.70.2
8002026-08-05T04:11:46.658Z Downloaded strsim v0.10.0
8012026-08-05T04:11:46.658Z Downloaded cexpr v0.6.0
8022026-08-05T04:11:46.663Z Downloaded peg v0.8.5
8032026-08-05T04:11:46.683Z Downloaded ar_archive_writer v0.5.1
8042026-08-05T04:11:46.683Z Downloaded vergen-lib v9.1.0
8052026-08-05T04:11:46.707Z Downloaded phc v0.6.1
8062026-08-05T04:11:46.707Z Downloaded num-rational v0.4.2
8072026-08-05T04:11:46.707Z Downloaded untrusted v0.7.1
8082026-08-05T04:11:46.707Z Downloaded tokio-postgres v0.7.16
8092026-08-05T04:11:46.707Z Downloaded regex v1.12.3
8102026-08-05T04:11:46.707Z Downloaded quote v1.0.45
8112026-08-05T04:11:46.707Z Downloaded serde-hex v0.1.0
8122026-08-05T04:11:46.707Z Downloaded tough v0.22.0
8132026-08-05T04:11:46.734Z Downloaded expectorate v1.2.0
8142026-08-05T04:11:46.735Z Downloaded newtype-uuid v1.3.2
8152026-08-05T04:11:46.735Z Downloaded dtrace-parser v0.3.0
8162026-08-05T04:11:46.735Z Downloaded trait-variant v0.1.2
8172026-08-05T04:11:46.735Z Downloaded wait-timeout v0.2.1
8182026-08-05T04:11:46.735Z Downloaded lru v0.12.5
8192026-08-05T04:11:46.735Z Downloaded generic-array v0.14.7
8202026-08-05T04:11:46.735Z Downloaded progenitor-client v0.13.0
8212026-08-05T04:11:46.735Z Downloaded async-stream v0.3.6
8222026-08-05T04:11:46.736Z Downloaded bitfield-struct v0.6.2
8232026-08-05T04:11:46.736Z Downloaded winnow v0.5.40
8242026-08-05T04:11:46.770Z Downloaded toml_parser v1.1.2+spec-1.1.0
8252026-08-05T04:11:46.771Z Downloaded vergen v9.1.0
8262026-08-05T04:11:46.771Z Downloaded ecdsa v0.16.9
8272026-08-05T04:11:46.771Z Downloaded rand v0.8.6
8282026-08-05T04:11:46.771Z Downloaded blake2b_simd v1.0.4
8292026-08-05T04:11:46.771Z Downloaded cfg_aliases v0.1.1
8302026-08-05T04:11:46.771Z Downloaded p384 v0.14.0
8312026-08-05T04:11:46.771Z Downloaded tungstenite v0.21.0
8322026-08-05T04:11:46.771Z Downloaded fixedbitset v0.4.2
8332026-08-05T04:11:46.771Z Downloaded aead v0.5.2
8342026-08-05T04:11:46.771Z Downloaded num_threads v0.1.7
8352026-08-05T04:11:46.771Z Downloaded unicode-ident v1.0.24
8362026-08-05T04:11:46.785Z Downloaded async-compression v0.4.41
8372026-08-05T04:11:46.785Z Downloaded psm v0.1.30
8382026-08-05T04:11:46.785Z Downloaded typed-path v0.9.3
8392026-08-05T04:11:46.786Z Downloaded signature v3.0.0
8402026-08-05T04:11:46.786Z Downloaded tower-layer v0.3.3
8412026-08-05T04:11:46.786Z Downloaded tower-service v0.3.3
8422026-08-05T04:11:46.786Z Downloaded poly1305 v0.9.0
8432026-08-05T04:11:46.786Z Downloaded scroll_derive v0.13.1
8442026-08-05T04:11:46.786Z Downloaded sqlparser_derive v0.5.0
8452026-08-05T04:11:46.786Z Downloaded structmeta-derive v0.3.0
8462026-08-05T04:11:46.786Z Downloaded time-core v0.1.8
8472026-08-05T04:11:46.786Z Downloaded yasna v0.5.2
8482026-08-05T04:11:46.786Z Downloaded toml_writer v1.1.1+spec-1.1.0
8492026-08-05T04:11:46.786Z Downloaded tui-tree-widget v0.23.1
8502026-08-05T04:11:46.786Z Downloaded libsw v3.5.0
8512026-08-05T04:11:46.786Z Downloaded rayon v1.11.0
8522026-08-05T04:11:46.786Z Downloaded tagptr v0.2.0
8532026-08-05T04:11:46.786Z Downloaded version_check v0.9.5
8542026-08-05T04:11:46.787Z Downloaded void v1.0.2
8552026-08-05T04:11:46.787Z Downloaded zone v0.3.1
8562026-08-05T04:11:46.787Z Downloaded socket2 v0.6.3
8572026-08-05T04:11:46.813Z Downloaded usdt-impl v0.6.0
8582026-08-05T04:11:46.813Z Downloaded futures-io v0.3.32
8592026-08-05T04:11:46.814Z Downloaded quick-xml v0.37.5
8602026-08-05T04:11:46.814Z Downloaded proptest v1.11.0
8612026-08-05T04:11:46.814Z Downloaded termtree v0.5.1
8622026-08-05T04:11:46.814Z Downloaded env_logger v0.11.9
8632026-08-05T04:11:46.814Z Downloaded embedded-io v0.4.0
8642026-08-05T04:11:46.814Z Downloaded term v0.7.0
8652026-08-05T04:11:46.822Z Downloaded nibble_vec v0.1.0
8662026-08-05T04:11:46.822Z Downloaded lru-cache v0.1.2
8672026-08-05T04:11:46.822Z Downloaded parse-display-derive v0.10.0
8682026-08-05T04:11:46.822Z Downloaded subprocess v0.2.15
8692026-08-05T04:11:46.822Z Downloaded keccak v0.1.6
8702026-08-05T04:11:46.822Z Downloaded miette-derive v5.10.0
8712026-08-05T04:11:46.822Z Downloaded num-iter v0.1.45
8722026-08-05T04:11:46.823Z Downloaded arrayref v0.3.9
8732026-08-05T04:11:46.823Z Downloaded crypto-primes v0.7.2
8742026-08-05T04:11:46.823Z Downloaded ed25519-dalek v2.2.0
8752026-08-05T04:11:46.845Z Downloaded progenitor-client v0.14.0
8762026-08-05T04:11:46.845Z Downloaded getrandom v0.4.1
8772026-08-05T04:11:46.845Z Downloaded primeorder v0.14.0
8782026-08-05T04:11:46.845Z Downloaded rand_chacha v0.9.0
8792026-08-05T04:11:46.845Z Downloaded rand_core v0.6.4
8802026-08-05T04:11:46.845Z Downloaded unicode-xid v0.2.6
8812026-08-05T04:11:46.859Z Downloaded rustls-native-certs v0.8.3
8822026-08-05T04:11:46.859Z Downloaded rustc_version v0.4.1
8832026-08-05T04:11:46.859Z Downloaded serdect v0.4.3
8842026-08-05T04:11:46.859Z Downloaded smallvec v0.6.14
8852026-08-05T04:11:46.859Z Downloaded plain v0.2.3
8862026-08-05T04:11:46.875Z Downloaded getrandom v0.2.17
8872026-08-05T04:11:46.875Z Downloaded shell-words v1.1.1
8882026-08-05T04:11:46.875Z Downloaded target-triple v1.0.0
8892026-08-05T04:11:46.875Z Downloaded git2 v0.20.4
8902026-08-05T04:11:46.875Z Downloaded toml_datetime v0.6.11
8912026-08-05T04:11:46.875Z Downloaded papergrid v0.17.0
8922026-08-05T04:11:46.875Z Downloaded slog v2.8.2
8932026-08-05T04:11:46.875Z Downloaded typenum v1.20.1
8942026-08-05T04:11:46.883Z Downloaded samael v0.0.19
8952026-08-05T04:11:46.883Z Downloaded pkcs5 v0.8.1
8962026-08-05T04:11:46.883Z Downloaded futures-sink v0.3.32
8972026-08-05T04:11:46.883Z Downloaded itoa v1.0.17
8982026-08-05T04:11:46.883Z Downloaded displaydoc v0.2.5
8992026-08-05T04:11:46.883Z Downloaded either v1.15.0
9002026-08-05T04:11:46.892Z Downloaded event-listener v5.4.1
9012026-08-05T04:11:46.892Z Downloaded untrusted v0.9.0
9022026-08-05T04:11:46.892Z Downloaded zip v4.6.1
9032026-08-05T04:11:46.910Z Downloaded errno v0.3.14
9042026-08-05T04:11:46.910Z Downloaded memmap2 v0.9.10
9052026-08-05T04:11:46.910Z Downloaded textwrap v0.16.2
9062026-08-05T04:11:46.910Z Downloaded md5 v0.8.0
9072026-08-05T04:11:46.910Z Downloaded peg-macros v0.8.5
9082026-08-05T04:11:46.910Z Downloaded futures-task v0.3.32
9092026-08-05T04:11:46.910Z Downloaded plotters-backend v0.3.7
9102026-08-05T04:11:46.930Z Downloaded recursive v0.1.1
9112026-08-05T04:11:46.930Z Downloaded ref-cast v1.0.25
9122026-08-05T04:11:46.930Z Downloaded toml_edit v0.22.27
9132026-08-05T04:11:46.930Z Downloaded zerofrom v0.1.6
9142026-08-05T04:11:46.930Z Downloaded newtype-uuid-macros v0.1.0
9152026-08-05T04:11:46.930Z Downloaded nodrop v0.1.14
9162026-08-05T04:11:46.930Z Downloaded array-init v0.0.4
9172026-08-05T04:11:46.930Z Downloaded seq-macro v0.3.6
9182026-08-05T04:11:46.930Z Downloaded pkcs1 v0.8.0-rc.4
9192026-08-05T04:11:46.946Z Downloaded anstream v0.6.21
9202026-08-05T04:11:46.946Z Downloaded blowfish v0.10.0
9212026-08-05T04:11:46.946Z Downloaded bytecount v0.6.9
9222026-08-05T04:11:46.946Z Downloaded rustyline v14.0.0
9232026-08-05T04:11:46.946Z Downloaded openssl-probe v0.2.1
9242026-08-05T04:11:46.946Z Downloaded sigpipe v0.1.3
9252026-08-05T04:11:46.946Z Downloaded typify-macro v0.6.2
9262026-08-05T04:11:46.946Z Downloaded want v0.3.1
9272026-08-05T04:11:46.946Z Downloaded rustls-pki-types v1.14.0
9282026-08-05T04:11:46.946Z Downloaded fd-lock v4.0.4
9292026-08-05T04:11:46.946Z Downloaded dropshot-api-manager-types v0.7.2
9302026-08-05T04:11:46.946Z Downloaded kem v0.3.0
9312026-08-05T04:11:46.946Z Downloaded tower-http v0.6.8
9322026-08-05T04:11:46.946Z Downloaded backon v1.6.0
9332026-08-05T04:11:46.946Z Downloaded bzip2 v0.4.4
9342026-08-05T04:11:46.946Z Downloaded reedline v0.40.0
9352026-08-05T04:11:46.951Z Downloaded dropshot-api-manager v0.7.2
9362026-08-05T04:11:46.951Z Downloaded memchr v2.8.0
9372026-08-05T04:11:46.951Z Downloaded publicsuffix v2.3.0
9382026-08-05T04:11:46.951Z Downloaded rcgen v0.12.1
9392026-08-05T04:11:46.952Z Downloaded itertools v0.10.5
9402026-08-05T04:11:46.952Z Downloaded relative-path v1.9.3
9412026-08-05T04:11:46.952Z Downloaded serde_yaml v0.9.34+deprecated
9422026-08-05T04:11:46.964Z Downloaded tokio-tungstenite v0.21.0
9432026-08-05T04:11:46.964Z Downloaded diesel-dtrace v0.5.0
9442026-08-05T04:11:46.964Z Downloaded difflib v0.4.0
9452026-08-05T04:11:46.964Z Downloaded num_enum_derive v0.5.11
9462026-08-05T04:11:46.964Z Downloaded itertools v0.15.0
9472026-08-05T04:11:46.981Z Downloaded linkme-impl v0.3.35
9482026-08-05T04:11:46.981Z Downloaded bitfield-macros v0.19.4
9492026-08-05T04:11:46.981Z Downloaded goblin v0.10.5
9502026-08-05T04:11:46.981Z Downloaded bitvec v1.0.1
9512026-08-05T04:11:46.989Z Downloaded blake3 v1.8.5
9522026-08-05T04:11:46.989Z Downloaded ref-cast-impl v1.0.25
9532026-08-05T04:11:46.989Z Downloaded futures-util v0.3.32
9542026-08-05T04:11:46.989Z Downloaded secrecy v0.10.3
9552026-08-05T04:11:46.989Z Downloaded strum v0.27.2
9562026-08-05T04:11:46.989Z Downloaded testing_table v0.3.0
9572026-08-05T04:11:46.989Z Downloaded papergrid v0.11.0
9582026-08-05T04:11:47.009Z Downloaded time-macros v0.2.27
9592026-08-05T04:11:47.009Z Downloaded p256 v0.14.0
9602026-08-05T04:11:47.009Z Downloaded precomputed-hash v0.1.1
9612026-08-05T04:11:47.009Z Downloaded oxide-update-engine-types v0.1.2
9622026-08-05T04:11:47.009Z Downloaded oxide-tokio-rt v0.1.4
9632026-08-05T04:11:47.009Z Downloaded camino-tempfile-ext v0.3.3
9642026-08-05T04:11:47.009Z Downloaded walkdir v2.5.0
9652026-08-05T04:11:47.009Z Downloaded futures-macro v0.3.32
9662026-08-05T04:11:47.010Z Downloaded macaddr v1.0.1
9672026-08-05T04:11:47.010Z Downloaded cfg-if v1.0.4
9682026-08-05T04:11:47.010Z Downloaded filetime v0.2.27
9692026-08-05T04:11:47.022Z Downloaded equivalent v1.0.2
9702026-08-05T04:11:47.023Z Downloaded usdt-attr-macro v0.5.0
9712026-08-05T04:11:47.023Z Downloaded sha3 v0.12.0
9722026-08-05T04:11:47.023Z Downloaded rustc-demangle v0.1.27
9732026-08-05T04:11:47.023Z Downloaded rtoolbox v0.0.3
9742026-08-05T04:11:47.023Z Downloaded minimal-lexical v0.2.1
9752026-08-05T04:11:47.023Z Downloaded slog-async v2.8.0
9762026-08-05T04:11:47.023Z Downloaded proc-macro-crate v3.4.0
9772026-08-05T04:11:47.023Z Downloaded serde_with v1.14.0
9782026-08-05T04:11:47.023Z Downloaded generic-array v1.4.3
9792026-08-05T04:11:47.023Z Downloaded num-conv v0.2.0
9802026-08-05T04:11:47.023Z Downloaded atty v0.2.14
9812026-08-05T04:11:47.023Z Downloaded chrono v0.4.45
9822026-08-05T04:11:47.023Z Downloaded pkcs1 v0.7.5
9832026-08-05T04:11:47.023Z Downloaded sha2 v0.11.0
9842026-08-05T04:11:47.036Z Downloaded serde_spanned v1.1.1
9852026-08-05T04:11:47.036Z Downloaded sponge-cursor v0.1.0
9862026-08-05T04:11:47.036Z Downloaded tinyvec v1.10.0
9872026-08-05T04:11:47.036Z Downloaded tower v0.5.3
9882026-08-05T04:11:47.036Z Downloaded packed_struct v0.10.1
9892026-08-05T04:11:47.036Z Downloaded zip v0.6.6
9902026-08-05T04:11:47.049Z Downloaded russh v0.62.4
9912026-08-05T04:11:47.049Z Downloaded zerotrie v0.2.3
9922026-08-05T04:11:47.049Z Downloaded sha1 v0.10.6
9932026-08-05T04:11:47.049Z Downloaded nom v7.1.3
9942026-08-05T04:11:47.049Z Downloaded tap v1.0.1
9952026-08-05T04:11:47.049Z Downloaded reqwest v0.12.28
9962026-08-05T04:11:47.058Z Downloaded gimli v0.32.3
9972026-08-05T04:11:47.058Z Downloaded slog-envlogger v2.2.0
9982026-08-05T04:11:47.058Z Downloaded strum v0.26.3
9992026-08-05T04:11:47.059Z Downloaded winnow v0.7.14
10002026-08-05T04:11:47.059Z Downloaded digest v0.10.7
10012026-08-05T04:11:47.059Z Downloaded dropshot_endpoint v0.17.1
10022026-08-05T04:11:47.083Z Downloaded plotters v0.3.7
10032026-08-05T04:11:47.083Z Downloaded rand v0.9.2
10042026-08-05T04:11:47.083Z Downloaded smallvec v1.15.1
10052026-08-05T04:11:47.083Z Downloaded unicode-segmentation v1.12.0
10062026-08-05T04:11:47.104Z Downloaded bcs v0.1.6
10072026-08-05T04:11:47.104Z Downloaded escape8259 v0.5.3
10082026-08-05T04:11:47.104Z Downloaded downcast-rs v2.0.2
10092026-08-05T04:11:47.104Z Downloaded serde_regex v1.1.0
10102026-08-05T04:11:47.104Z Downloaded strip-ansi-escapes v0.2.1
10112026-08-05T04:11:47.104Z Downloaded flate2 v1.1.9
10122026-08-05T04:11:47.104Z Downloaded num_enum v0.7.6
10132026-08-05T04:11:47.105Z Downloaded linked-hash-map v0.5.6
10142026-08-05T04:11:47.105Z Downloaded paste v1.0.15
10152026-08-05T04:11:47.105Z Downloaded poly1305 v0.8.0
10162026-08-05T04:11:47.105Z Downloaded getrandom v0.3.4
10172026-08-05T04:11:47.105Z Downloaded block-padding v0.4.2
10182026-08-05T04:11:47.105Z Downloaded polar-core v0.27.3
10192026-08-05T04:11:47.105Z Downloaded unicode-properties v0.1.4
10202026-08-05T04:11:47.114Z Downloaded bitfield v0.19.4
10212026-08-05T04:11:47.114Z Downloaded cfg_aliases v0.2.1
10222026-08-05T04:11:47.114Z Downloaded pin-project-lite v0.2.17
10232026-08-05T04:11:47.114Z Downloaded salsa20 v0.11.0
10242026-08-05T04:11:47.114Z Downloaded serde_core v1.0.228
10252026-08-05T04:11:47.114Z Downloaded tinytemplate v1.2.1
10262026-08-05T04:11:47.114Z Downloaded whoami v1.6.1
10272026-08-05T04:11:47.114Z Downloaded enum-as-inner v0.6.1
10282026-08-05T04:11:47.114Z Downloaded toml v0.7.8
10292026-08-05T04:11:47.121Z Downloaded fatfs v0.3.6
10302026-08-05T04:11:47.121Z Downloaded foldhash v0.2.0
10312026-08-05T04:11:47.121Z Downloaded target-lexicon v0.13.3
10322026-08-05T04:11:47.133Z Downloaded pbkdf2 v0.13.0
10332026-08-05T04:11:47.149Z Downloaded itertools v0.14.0
10342026-08-05T04:11:47.149Z Downloaded drift v0.2.0
10352026-08-05T04:11:47.149Z Downloaded scroll v0.13.0
10362026-08-05T04:11:47.149Z Downloaded ed25519-dalek v3.0.0
10372026-08-05T04:11:47.149Z Downloaded resolv-conf v0.7.6
10382026-08-05T04:11:47.150Z Downloaded toml v0.8.23
10392026-08-05T04:11:47.150Z Downloaded unicase v2.9.0
10402026-08-05T04:11:47.154Z Downloaded digest v0.11.3
10412026-08-05T04:11:47.154Z Downloaded anstyle v1.0.14
10422026-08-05T04:11:47.154Z Downloaded prefix-trie v0.7.0
10432026-08-05T04:11:47.154Z Downloaded libm v0.2.16
10442026-08-05T04:11:47.154Z Downloaded keccak v0.2.0
10452026-08-05T04:11:47.155Z Downloaded libsw-core v0.3.2
10462026-08-05T04:11:47.155Z Downloaded foldhash v0.1.5
10472026-08-05T04:11:47.155Z Downloaded aes v0.9.1
10482026-08-05T04:11:47.163Z Downloaded rayon-core v1.13.0
10492026-08-05T04:11:47.163Z Downloaded serde_with v3.21.0
10502026-08-05T04:11:47.171Z Downloaded nom v8.0.0
10512026-08-05T04:11:47.185Z Downloaded cancel-safe-futures v0.1.5
10522026-08-05T04:11:47.186Z Downloaded rstest v0.25.0
10532026-08-05T04:11:47.186Z Downloaded zopfli v0.8.3
10542026-08-05T04:11:47.193Z Downloaded mio v1.2.0
10552026-08-05T04:11:47.193Z Downloaded r2d2 v0.8.10
10562026-08-05T04:11:47.194Z Downloaded ahash v0.8.12
10572026-08-05T04:11:47.202Z Downloaded nu-ansi-term v0.50.3
10582026-08-05T04:11:47.202Z Downloaded schemars v0.8.22
10592026-08-05T04:11:47.202Z Downloaded arc-swap v1.8.2
10602026-08-05T04:11:47.214Z Downloaded postcard v1.1.3
10612026-08-05T04:11:47.214Z Downloaded num-bigint v0.4.6
10622026-08-05T04:11:47.231Z Downloaded socket2 v0.5.10
10632026-08-05T04:11:47.231Z Downloaded textwrap v0.15.2
10642026-08-05T04:11:47.231Z Downloaded miniz_oxide v0.8.9
10652026-08-05T04:11:47.241Z Downloaded schemars v0.9.0
10662026-08-05T04:11:47.241Z Downloaded aho-corasick v1.1.4
10672026-08-05T04:11:47.241Z Downloaded salty v0.3.0
10682026-08-05T04:11:47.242Z Downloaded smoltcp v0.9.1
10692026-08-05T04:11:47.253Z Downloaded tracing-core v0.1.36
10702026-08-05T04:11:47.264Z Downloaded winnow v0.6.26
10712026-08-05T04:11:47.264Z Downloaded progenitor-impl v0.14.0
10722026-08-05T04:11:47.264Z Downloaded syn v1.0.109
10732026-08-05T04:11:47.268Z Downloaded vte v0.14.1
10742026-08-05T04:11:47.268Z Downloaded num-bigint-dig v0.8.6
10752026-08-05T04:11:47.268Z Downloaded curve25519-dalek v4.1.3
10762026-08-05T04:11:47.288Z Downloaded zerocopy v0.7.35
10772026-08-05T04:11:47.296Z Downloaded miette v5.10.0
10782026-08-05T04:11:47.323Z Downloaded winnow v1.0.3
10792026-08-05T04:11:47.323Z Downloaded zerocopy v0.8.40
10802026-08-05T04:11:47.323Z Downloaded zerovec v0.11.5
10812026-08-05T04:11:47.323Z Downloaded crypto-bigint v0.7.5
10822026-08-05T04:11:47.342Z Downloaded zerocopy-derive v0.8.40
10832026-08-05T04:11:47.342Z Downloaded toml_edit v0.19.15
10842026-08-05T04:11:47.360Z Downloaded object v0.30.4
10852026-08-05T04:11:47.361Z Downloaded url v2.5.8
10862026-08-05T04:11:47.367Z Downloaded syn v2.0.117
10872026-08-05T04:11:47.367Z Downloaded pest v2.8.6
10882026-08-05T04:11:47.374Z Downloaded curve25519-dalek v5.0.0
10892026-08-05T04:11:47.385Z Downloaded object v0.37.3
10902026-08-05T04:11:47.389Z Downloaded vcpkg v0.2.15
10912026-08-05T04:11:47.409Z Downloaded hickory-proto v0.24.4
10922026-08-05T04:11:47.421Z Downloaded portable-atomic v1.13.1
10932026-08-05T04:11:47.428Z Downloaded rawzip v0.4.4
10942026-08-05T04:11:47.428Z Downloaded ssh-key v0.7.0-rc.11
10952026-08-05T04:11:47.435Z Downloaded unicode-normalization v0.1.25
10962026-08-05T04:11:47.436Z Downloaded jiff-core v0.1.0
10972026-08-05T04:11:47.436Z Downloaded time v0.3.47
10982026-08-05T04:11:47.443Z Downloaded tokio-util v0.7.18
10992026-08-05T04:11:47.454Z Downloaded smoltcp v0.11.0
11002026-08-05T04:11:47.469Z Downloaded openssl v0.10.80
11012026-08-05T04:11:47.480Z Downloaded nix v0.31.2
11022026-08-05T04:11:47.480Z Downloaded zlib-rs v0.6.2
11032026-08-05T04:11:47.480Z Downloaded unicode-width v0.1.14
11042026-08-05T04:11:47.495Z Downloaded quinn-proto v0.11.16
11052026-08-05T04:11:47.510Z Downloaded unicode-width v0.2.0
11062026-08-05T04:11:47.532Z Downloaded p384 v0.13.1
11072026-08-05T04:11:47.533Z Downloaded regex-syntax v0.8.10
11082026-08-05T04:11:47.539Z Downloaded tabled v0.15.0
11092026-08-05T04:11:47.539Z Downloaded regress v0.10.5
11102026-08-05T04:11:47.539Z Downloaded nix v0.28.0
11112026-08-05T04:11:47.554Z Downloaded dropshot v0.17.1
11122026-08-05T04:11:47.560Z Downloaded aws-lc-rs v1.16.3
11132026-08-05T04:11:47.572Z Downloaded bstr v1.12.1
11142026-08-05T04:11:47.588Z Downloaded radix_trie v0.2.1
11152026-08-05T04:11:47.588Z Downloaded moka v0.12.13
11162026-08-05T04:11:47.588Z Downloaded bindgen v0.71.1
11172026-08-05T04:11:47.588Z Downloaded nix v0.27.1
11182026-08-05T04:11:47.605Z Downloaded regex-syntax v0.6.29
11192026-08-05T04:11:47.605Z Downloaded petname v2.0.2
11202026-08-05T04:11:47.605Z Downloaded tabled v0.20.0
11212026-08-05T04:11:47.612Z Downloaded openapiv3 v2.2.0
11222026-08-05T04:11:47.644Z Downloaded rustix v0.38.44
11232026-08-05T04:11:47.655Z Downloaded lalrpop v0.19.12
11242026-08-05T04:11:47.655Z Downloaded regress v0.11.1
11252026-08-05T04:11:47.655Z Downloaded tracing v0.1.44
11262026-08-05T04:11:47.666Z Downloaded rustix v1.1.3
11272026-08-05T04:11:47.683Z Downloaded rustls v0.23.41
11282026-08-05T04:11:47.698Z Downloaded sqlparser v0.61.0
11292026-08-05T04:11:47.722Z Downloaded sha3 v0.11.0
11302026-08-05T04:11:47.722Z Downloaded regex-automata v0.4.14
11312026-08-05T04:11:47.728Z Downloaded zerocopy-derive v0.6.6
11322026-08-05T04:11:47.728Z Downloaded ratatui v0.29.0
11332026-08-05T04:11:47.735Z Downloaded sled v0.34.7
11342026-08-05T04:11:47.753Z Downloaded diesel v2.3.7
11352026-08-05T04:11:47.767Z Downloaded chrono-tz v0.10.4
11362026-08-05T04:11:47.776Z Downloaded typify-impl v0.6.2
11372026-08-05T04:11:47.810Z Downloaded petgraph v0.6.5
11382026-08-05T04:11:47.822Z Downloaded csv v1.4.0
11392026-08-05T04:11:47.835Z Downloaded bzip2-sys v0.1.13+1.0.8
11402026-08-05T04:11:47.846Z Downloaded petgraph v0.8.3
11412026-08-05T04:11:47.867Z Downloaded libz-sys v1.1.24
11422026-08-05T04:11:47.867Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11432026-08-05T04:11:47.876Z Downloaded tokio v1.52.1
11442026-08-05T04:11:47.902Z Downloaded jiff v0.2.34
11452026-08-05T04:11:47.935Z Downloaded libc v0.2.185
11462026-08-05T04:11:47.952Z Downloaded sha3 v0.10.8
11472026-08-05T04:11:48.065Z Downloaded ring v0.17.14
11482026-08-05T04:11:48.087Z Downloaded encoding_rs v0.8.35
11492026-08-05T04:11:48.105Z Downloaded httpmock v0.8.3
11502026-08-05T04:11:48.112Z Downloaded libgit2-sys v0.18.3+1.9.2
11512026-08-05T04:11:48.532Z Downloaded aws-lc-sys v0.40.0
11522026-08-05T04:11:48.953Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11532026-08-05T04:11:50.777Z Startup: Refreshing catalog 'helios' ... Done
11542026-08-05T04:11:51.034Z Startup: Caching catalogs ... Done
11552026-08-05T04:11:52.371ZPlanning: Solver setup ... Done (1.251s)
11562026-08-05T04:11:52.417ZPlanning: Running solver ... Done (0.043s)
11572026-08-05T04:11:52.450ZPlanning: Finding local manifests ... Done (0.003s)
11582026-08-05T04:11:52.457ZPlanning: Fetching manifests: 0/2 0% complete
11592026-08-05T04:11:52.478ZPlanning: Fetching manifests: 2/2 100% complete
11602026-08-05T04:11:52.491ZPlanning: Package planning ... Done (0.014s)
11612026-08-05T04:11:52.497ZPlanning: Merging actions ... Done (0.001s)
11622026-08-05T04:11:52.662ZPlanning: Checking for conflicting actions ... Done (0.170s)
11632026-08-05T04:11:52.674ZPlanning: Consolidating action changes ... Done (0.001s)
11642026-08-05T04:11:53.571ZPlanning: Evaluating mediators ... Done (0.904s)
11652026-08-05T04:11:53.585ZPlanning: Planning completed in 2.50 seconds
11662026-08-05T04:11:53.585Z Packages to install: 2
11672026-08-05T04:11:53.585Z Estimated space available: 155.73 GB
11682026-08-05T04:11:53.585ZEstimated space to be consumed: 56.46 MB
11692026-08-05T04:11:53.585Z Create boot environment: No
11702026-08-05T04:11:53.585ZCreate backup boot environment: No
11712026-08-05T04:11:53.585Z Rebuild boot archive: No
11722026-08-05T04:11:53.585Z
11732026-08-05T04:11:53.585ZChanged packages:
11742026-08-05T04:11:53.585Zhelios
11752026-08-05T04:11:53.585Z developer/build-essential
11762026-08-05T04:11:53.585Z None -> 11-3.0
11772026-08-05T04:11:53.585Z library/libxmlsec1
11782026-08-05T04:11:53.585Z None -> 1.2.35-3.0
11792026-08-05T04:11:53.604Z
11802026-08-05T04:11:53.604ZDownload: 0/214 items 0.0/1.3MB 0% complete
11812026-08-05T04:11:53.683ZDownload: Completed 1.28 MB in 0.08 seconds (16.4M/s)
11822026-08-05T04:11:53.754Z Actions: 1/268 actions (Installing new actions)
11832026-08-05T04:11:53.796Z Actions: Completed 268 actions in 0.04 seconds.
11842026-08-05T04:11:53.822ZFinalize: Updating package state database ... Done (0.024s)
11852026-08-05T04:11:53.822ZFinalize: Updating package cache ... Done (0.000s)
11862026-08-05T04:11:53.885ZFinalize: Updating image state ... Done (0.063s)
11872026-08-05T04:11:56.589ZFinalize: Creating fast lookup database ... Done (2.669s)
11882026-08-05T04:11:56.664ZFinalize: Reading search index ... Done (0.013s)
11892026-08-05T04:11:56.675ZFinalize: Updating search index ... Done (0.000s)
11902026-08-05T04:11:56.755ZFinalize: Updating package cache ... Done (0.000s)
11912026-08-05T04:11:57.107ZPlanning: Evaluating mediator changes ... Done
11922026-08-05T04:11:57.219ZPlanning: Checking for conflicting actions ... Done
11932026-08-05T04:11:57.227ZPlanning: Consolidating action changes ... Done
11942026-08-05T04:11:57.366ZPlanning: Evaluating mediators ... Done
11952026-08-05T04:11:57.372ZPlanning: Planning completed in 0.26 seconds
11962026-08-05T04:11:57.392Z Mediators to change: 2
11972026-08-05T04:11:57.392Z Create boot environment: No
11982026-08-05T04:11:57.392ZCreate backup boot environment: No
11992026-08-05T04:11:57.476ZFinalize: Updating package state database ... Done
12002026-08-05T04:11:57.477ZFinalize: Updating package cache ... Done
12012026-08-05T04:11:57.510ZFinalize: Updating image state ... Done
12022026-08-05T04:11:59.430ZFinalize: Creating fast lookup database ... Done
12032026-08-05T04:11:59.504ZFinalize: Reading search index ... Done
12042026-08-05T04:11:59.517ZFinalize: Updating search index ... Done
12052026-08-05T04:11:59.565ZFinalize: Updating package cache ... Done
12062026-08-05T04:11:59.874ZPlanning: Evaluating mediator changes ... Done
12072026-08-05T04:11:59.949ZPlanning: Checking for conflicting actions ... Done
12082026-08-05T04:11:59.955ZPlanning: Consolidating action changes ... Done
12092026-08-05T04:12:00.107ZPlanning: Evaluating mediators ... Done
12102026-08-05T04:12:00.111ZPlanning: Planning completed in 0.26 seconds
12112026-08-05T04:12:00.131Z Mediators to change: 1
12122026-08-05T04:12:00.131Z Create boot environment: No
12132026-08-05T04:12:00.132ZCreate backup boot environment: No
12142026-08-05T04:12:00.174ZFinalize: Updating package state database ... Done
12152026-08-05T04:12:00.174ZFinalize: Updating package cache ... Done
12162026-08-05T04:12:00.212ZFinalize: Updating image state ... Done
12172026-08-05T04:12:02.142ZFinalize: Creating fast lookup database ... Done
12182026-08-05T04:12:02.226ZFinalize: Reading search index ... Done
12192026-08-05T04:12:02.231ZFinalize: Updating search index ... Done
12202026-08-05T04:12:02.321ZFinalize: Updating package cache ... Done
12212026-08-05T04:12:02.639ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12222026-08-05T04:12:02.639Zapache system 2.4 system
12232026-08-05T04:12:02.639Zclang system 15 system
12242026-08-05T04:12:02.639Zcsh system system illumos
12252026-08-05T04:12:02.639Zctags system system illumos
12262026-08-05T04:12:02.639Zfile vendor vendor darwinsys
12272026-08-05T04:12:02.639Zfile system system illumos
12282026-08-05T04:12:02.639Zgcc vendor 14 vendor
12292026-08-05T04:12:02.639Zgcc system 13 system
12302026-08-05T04:12:02.639Zgcc system 10 system
12312026-08-05T04:12:02.639Zgo system 1.25 system
12322026-08-05T04:12:02.640Zllvm system 15 system
12332026-08-05T04:12:02.640Zmariadb system 11.4 system
12342026-08-05T04:12:02.640Zmta vendor vendor dma
12352026-08-05T04:12:02.640Zopenjdk system 17 system
12362026-08-05T04:12:02.640Zopenjdk system 11 system
12372026-08-05T04:12:02.640Zopenssl vendor 3 vendor
12382026-08-05T04:12:02.640Zperl system 5.40 system
12392026-08-05T04:12:02.640Zpostgresql system 18 system
12402026-08-05T04:12:02.640Zpostgresql system 17 system
12412026-08-05T04:12:02.640Zpython vendor 3 vendor
12422026-08-05T04:12:02.640Zpython system 2 system
12432026-08-05T04:12:02.640Zpython3 vendor 3.13 vendor
12442026-08-05T04:12:02.640Zruby system 3.4 system
12452026-08-05T04:12:02.640Zruby system 3.0 system
12462026-08-05T04:12:02.640Zwords vendor vendor american-english
12472026-08-05T04:12:02.640Zwords system system australian-english
12482026-08-05T04:12:02.640Zwords system system british-english
12492026-08-05T04:12:02.640Zwords system system canadian-english
12502026-08-05T04:12:02.640Zwords system system french
12512026-08-05T04:12:02.641Zwords system system italian
12522026-08-05T04:12:02.641Zwords system system ngerman
12532026-08-05T04:12:02.641Zwords system system ogerman
12542026-08-05T04:12:02.641Zwords system system spanish
12552026-08-05T04:12:02.903ZPUBLISHER TYPE STATUS P LOCATION
12562026-08-05T04:12:02.903Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12572026-08-05T04:12:03.306ZFMRI IFO
12582026-08-05T04:12:03.306Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12592026-08-05T04:12:03.306Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12602026-08-05T04:12:03.306Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12612026-08-05T04:12:03.306Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12622026-08-05T04:12:03.306Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12632026-08-05T04:12:03.306Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12642026-08-05T04:12:03.306Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12652026-08-05T04:12:03.306Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12662026-08-05T04:12:03.306Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12672026-08-05T04:12:03.919Z Downloading crates ...
12682026-08-05T04:12:03.963Z Downloaded cargo_toml v0.21.0
12692026-08-05T04:12:04.007Z Compiling proc-macro2 v1.0.106
12702026-08-05T04:12:04.007Z Compiling unicode-ident v1.0.24
12712026-08-05T04:12:04.007Z Compiling quote v1.0.45
12722026-08-05T04:12:04.008Z Compiling serde_core v1.0.228
12732026-08-05T04:12:04.014Z Compiling libc v0.2.185
12742026-08-05T04:12:04.014Z Compiling version_check v0.9.5
12752026-08-05T04:12:04.014Z Compiling memchr v2.8.0
12762026-08-05T04:12:04.088Z Compiling serde v1.0.228
12772026-08-05T04:12:04.092Z Compiling zmij v1.0.21
12782026-08-05T04:12:04.092Z Compiling itoa v1.0.17
12792026-08-05T04:12:04.092Z Compiling thiserror v1.0.69
12802026-08-05T04:12:04.092Z Compiling ucd-trie v0.1.7
12812026-08-05T04:12:04.092Z Compiling byteorder v1.5.0
12822026-08-05T04:12:04.100Z Compiling rustix v1.1.3
12832026-08-05T04:12:04.345Z Compiling serde_json v1.0.151
12842026-08-05T04:12:04.356Z Compiling bitflags v2.11.0
12852026-08-05T04:12:04.420Z Compiling camino v1.2.2
12862026-08-05T04:12:04.517Z Compiling usdt-impl v0.5.0
12872026-08-05T04:12:04.604Z Compiling proc-macro-error-attr v1.0.4
12882026-08-05T04:12:04.616Z Compiling syn v1.0.109
12892026-08-05T04:12:04.649Z Compiling pest v2.8.6
12902026-08-05T04:12:04.649Z Compiling proc-macro-error v1.0.4
12912026-08-05T04:12:04.680Z Compiling getrandom v0.4.1
12922026-08-05T04:12:04.741Z Compiling log v0.4.29
12932026-08-05T04:12:04.778Z Compiling equivalent v1.0.2
12942026-08-05T04:12:04.822Z Compiling plain v0.2.3
12952026-08-05T04:12:04.909Z Compiling utf8parse v0.2.2
12962026-08-05T04:12:04.929Z Compiling hashbrown v0.17.0
12972026-08-05T04:12:04.933Z Compiling autocfg v1.5.0
12982026-08-05T04:12:04.961Z Compiling anstyle-query v1.1.5
12992026-08-05T04:12:04.973Z Compiling is_terminal_polyfill v1.70.2
13002026-08-05T04:12:05.004Z Compiling winnow v0.7.14
13012026-08-05T04:12:05.004Z Compiling toml_write v0.1.2
13022026-08-05T04:12:05.046Z Compiling anstyle-parse v1.0.0
13032026-08-05T04:12:05.075Z Compiling thiserror v2.0.18
13042026-08-05T04:12:05.079Z Compiling pretty-hex v0.4.1
13052026-08-05T04:12:05.098Z Compiling errno v0.3.14
13062026-08-05T04:12:05.101Z Compiling thread-id v4.2.2
13072026-08-05T04:12:05.136Z Compiling anstyle v1.0.14
13082026-08-05T04:12:05.166Z Compiling cfg-if v1.0.4
13092026-08-05T04:12:05.183Z Compiling colorchoice v1.0.4
13102026-08-05T04:12:05.256Z Compiling bytecount v0.6.9
13112026-08-05T04:12:05.260Z Compiling once_cell v1.21.3
13122026-08-05T04:12:05.278Z Compiling clap_lex v1.0.0
13132026-08-05T04:12:05.314Z Compiling anstream v1.0.0
13142026-08-05T04:12:05.324Z Compiling heck v0.5.0
13152026-08-05T04:12:05.389Z Compiling fs-err v3.3.0
13162026-08-05T04:12:05.403Z Compiling fnv v1.0.7
13172026-08-05T04:12:05.430Z Compiling fastrand v2.3.0
13182026-08-05T04:12:05.497Z Compiling indexmap v2.14.0
13192026-08-05T04:12:05.517Z Compiling heck v0.4.1
13202026-08-05T04:12:05.528Z Compiling strsim v0.11.1
13212026-08-05T04:12:05.532Z Compiling unicode-width v0.1.14
13222026-08-05T04:12:05.581Z Compiling syn v2.0.117
13232026-08-05T04:12:05.641Z Compiling anyhow v1.0.102
13242026-08-05T04:12:05.664Z Compiling memmap v0.7.0
13252026-08-05T04:12:05.713Z Compiling smawk v0.3.2
13262026-08-05T04:12:05.757Z Compiling pest_meta v2.8.6
13272026-08-05T04:12:05.761Z Compiling unicode-width v0.2.0
13282026-08-05T04:12:05.858Z Compiling papergrid v0.11.0
13292026-08-05T04:12:05.902Z Compiling unicode-linebreak v0.1.5
13302026-08-05T04:12:05.917Z Compiling swrite v0.1.0
13312026-08-05T04:12:06.097Z Compiling terminal_size v0.4.3
13322026-08-05T04:12:06.097Z Compiling tempfile v3.25.0
13332026-08-05T04:12:06.204Z Compiling clap_builder v4.6.0
13342026-08-05T04:12:06.204Z Compiling textwrap v0.16.2
13352026-08-05T04:12:06.533Z Compiling semver v1.0.28
13362026-08-05T04:12:06.545Z Compiling cargo-platform v0.3.2
13372026-08-05T04:12:06.748Z Compiling camino-tempfile v1.4.1
13382026-08-05T04:12:07.065Z Compiling tabled_derive v0.7.0
13392026-08-05T04:12:07.718Z Compiling pest_generator v2.8.6
13402026-08-05T04:12:07.749Z Compiling tabled v0.15.0
13412026-08-05T04:12:08.224Z Compiling serde_derive v1.0.228
13422026-08-05T04:12:08.224Z Compiling thiserror-impl v1.0.69
13432026-08-05T04:12:08.239Z Compiling zerocopy-derive v0.7.35
13442026-08-05T04:12:08.239Z Compiling scroll_derive v0.12.1
13452026-08-05T04:12:08.239Z Compiling thiserror-impl v2.0.18
13462026-08-05T04:12:08.239Z Compiling clap_derive v4.6.1
13472026-08-05T04:12:08.265Z Compiling pest_derive v2.8.6
13482026-08-05T04:12:08.834Z Compiling scroll v0.12.0
13492026-08-05T04:12:08.883Z Compiling zerocopy v0.7.35
13502026-08-05T04:12:09.039Z Compiling goblin v0.8.2
13512026-08-05T04:12:09.209Z Compiling dtrace-parser v0.2.0
13522026-08-05T04:12:09.494Z Compiling clap v4.6.1
13532026-08-05T04:12:10.533Z Compiling dof v0.3.0
13542026-08-05T04:12:10.533Z Compiling serde_tokenstream v0.2.3
13552026-08-05T04:12:10.545Z Compiling toml_datetime v0.6.11
13562026-08-05T04:12:10.550Z Compiling serde_spanned v0.6.9
13572026-08-05T04:12:10.550Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13582026-08-05T04:12:10.550Z Compiling macaddr v1.0.1
13592026-08-05T04:12:10.550Z Compiling cargo_metadata v0.23.1
13602026-08-05T04:12:10.740Z Compiling toml_edit v0.22.27
13612026-08-05T04:12:11.195Z Compiling usdt-attr-macro v0.5.0
13622026-08-05T04:12:11.196Z Compiling usdt-macro v0.5.0
13632026-08-05T04:12:11.805Z Compiling usdt v0.5.0
13642026-08-05T04:12:11.973Z Compiling toml v0.8.23
13652026-08-05T04:12:12.285Z Compiling cargo_toml v0.21.0
13662026-08-05T04:12:13.578Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13672026-08-05T04:12:15.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.16s
13682026-08-05T04:12:15.656Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13692026-08-05T04:12:16.429Z Compiling libc v0.2.185
13702026-08-05T04:12:16.429Z Compiling serde_core v1.0.228
13712026-08-05T04:12:16.429Z Compiling serde v1.0.228
13722026-08-05T04:12:16.429Z Compiling log v0.4.29
13732026-08-05T04:12:16.429Z Compiling smallvec v1.15.1
13742026-08-05T04:12:16.433Z Compiling shlex v1.3.0
13752026-08-05T04:12:16.433Z Compiling find-msvc-tools v0.1.9
13762026-08-05T04:12:16.434Z Compiling subtle v2.6.1
13772026-08-05T04:12:16.604Z Compiling scopeguard v1.2.0
13782026-08-05T04:12:16.607Z Compiling typenum v1.20.1
13792026-08-05T04:12:16.613Z Compiling stable_deref_trait v1.2.1
13802026-08-05T04:12:16.617Z Compiling zerocopy v0.8.40
13812026-08-05T04:12:16.617Z Compiling portable-atomic v1.13.1
13822026-08-05T04:12:16.661Z Compiling serde_json v1.0.151
13832026-08-05T04:12:16.687Z Compiling syn v2.0.117
13842026-08-05T04:12:16.711Z Compiling critical-section v1.2.0
13852026-08-05T04:12:16.739Z Compiling lock_api v0.4.14
13862026-08-05T04:12:16.752Z Compiling libm v0.2.16
13872026-08-05T04:12:16.776Z Compiling num-traits v0.2.19
13882026-08-05T04:12:16.791Z Compiling pkg-config v0.3.32
13892026-08-05T04:12:16.795Z Compiling generic-array v0.14.7
13902026-08-05T04:12:16.829Z Compiling const-oid v0.9.6
13912026-08-05T04:12:16.841Z Compiling parking_lot_core v0.9.12
13922026-08-05T04:12:16.855Z Compiling getrandom v0.4.1
13932026-08-05T04:12:16.952Z Compiling pin-project-lite v0.2.17
13942026-08-05T04:12:16.964Z Compiling rand_core v0.10.0
13952026-08-05T04:12:16.986Z Compiling litemap v0.8.1
13962026-08-05T04:12:17.136Z Compiling percent-encoding v2.3.2
13972026-08-05T04:12:17.140Z Compiling futures-core v0.3.32
13982026-08-05T04:12:17.173Z Compiling writeable v0.6.2
13992026-08-05T04:12:17.181Z Compiling icu_normalizer_data v2.1.1
14002026-08-05T04:12:17.240Z Compiling icu_properties_data v2.1.2
14012026-08-05T04:12:17.272Z Compiling getrandom v0.3.4
14022026-08-05T04:12:17.303Z Compiling futures-sink v0.3.32
14032026-08-05T04:12:17.332Z Compiling futures-io v0.3.32
14042026-08-05T04:12:17.346Z Compiling futures-task v0.3.32
14052026-08-05T04:12:17.358Z Compiling slab v0.4.12
14062026-08-05T04:12:17.373Z Compiling utf8_iter v1.0.4
14072026-08-05T04:12:17.426Z Compiling futures-channel v0.3.32
14082026-08-05T04:12:17.435Z Compiling rustix v1.1.3
14092026-08-05T04:12:17.464Z Compiling errno v0.3.14
14102026-08-05T04:12:17.494Z Compiling jobserver v0.1.34
14112026-08-05T04:12:17.509Z Compiling getrandom v0.2.17
14122026-08-05T04:12:17.537Z Compiling mio v1.2.0
14132026-08-05T04:12:17.565Z Compiling socket2 v0.6.3
14142026-08-05T04:12:17.598Z Compiling signal-hook-registry v1.4.8
14152026-08-05T04:12:17.633Z Compiling form_urlencoded v1.2.2
14162026-08-05T04:12:17.659Z Compiling rand_core v0.6.4
14172026-08-05T04:12:17.757Z Compiling cc v1.2.56
14182026-08-05T04:12:17.771Z Compiling once_cell v1.21.3
14192026-08-05T04:12:17.788Z Compiling parking_lot v0.12.5
14202026-08-05T04:12:17.835Z Compiling rustversion v1.0.22
14212026-08-05T04:12:17.842Z Compiling iana-time-zone v0.1.65
14222026-08-05T04:12:17.842Z Compiling base64ct v1.8.3
14232026-08-05T04:12:17.890Z Compiling ident_case v1.0.1
14242026-08-05T04:12:17.904Z Compiling flagset v0.4.7
14252026-08-05T04:12:18.002Z Compiling regex-syntax v0.8.10
14262026-08-05T04:12:18.015Z Compiling fs_extra v1.3.0
14272026-08-05T04:12:18.032Z Compiling dunce v1.0.5
14282026-08-05T04:12:18.038Z Compiling base64 v0.22.1
14292026-08-05T04:12:18.059Z Compiling syn v1.0.109
14302026-08-05T04:12:18.062Z Compiling vcpkg v0.2.15
14312026-08-05T04:12:18.062Z Compiling tracing-core v0.1.36
14322026-08-05T04:12:18.151Z Compiling pem-rfc7468 v0.7.0
14332026-08-05T04:12:18.166Z Compiling rand_core v0.9.5
14342026-08-05T04:12:18.195Z Compiling dyn-clone v1.0.20
14352026-08-05T04:12:18.220Z Compiling aws-lc-rs v1.16.3
14362026-08-05T04:12:18.308Z Compiling schemars v0.8.22
14372026-08-05T04:12:18.322Z Compiling cpufeatures v0.2.17
14382026-08-05T04:12:18.356Z Compiling spin v0.9.8
14392026-08-05T04:12:18.386Z Compiling httparse v1.10.1
14402026-08-05T04:12:18.405Z Compiling crc32fast v1.5.0
14412026-08-05T04:12:18.473Z Compiling cmov v0.5.4
14422026-08-05T04:12:18.500Z Compiling openssl-probe v0.2.1
14432026-08-05T04:12:18.527Z Compiling cmake v0.1.57
14442026-08-05T04:12:18.576Z Compiling tinyvec_macros v0.1.1
14452026-08-05T04:12:18.602Z Compiling aho-corasick v1.1.4
14462026-08-05T04:12:18.608Z Compiling tower-layer v0.3.3
14472026-08-05T04:12:18.641Z Compiling tinyvec v1.10.0
14482026-08-05T04:12:18.682Z Compiling ctutils v0.4.2
14492026-08-05T04:12:18.698Z Compiling atomic-waker v1.1.2
14502026-08-05T04:12:18.711Z Compiling radium v0.7.0
14512026-08-05T04:12:18.797Z Compiling try-lock v0.2.5
14522026-08-05T04:12:18.809Z Compiling bitflags v2.11.0
14532026-08-05T04:12:18.832Z Compiling semver v1.0.28
14542026-08-05T04:12:18.837Z Compiling indexmap v2.14.0
14552026-08-05T04:12:18.886Z Compiling uuid v1.23.4
14562026-08-05T04:12:18.902Z Compiling tower-service v0.3.3
14572026-08-05T04:12:18.938Z Compiling untrusted v0.7.1
14582026-08-05T04:12:18.953Z Compiling want v0.3.1
14592026-08-05T04:12:19.024Z Compiling tap v1.0.1
14602026-08-05T04:12:19.050Z Compiling rustc_version v0.4.1
14612026-08-05T04:12:19.073Z Compiling openssl v0.10.80
14622026-08-05T04:12:19.129Z Compiling httpdate v1.0.3
14632026-08-05T04:12:19.159Z Compiling simd-adler32 v0.3.8
14642026-08-05T04:12:19.173Z Compiling maybe-uninit v2.0.0
14652026-08-05T04:12:19.218Z Compiling foreign-types-shared v0.1.1
14662026-08-05T04:12:19.321Z Compiling rustls v0.23.41
14672026-08-05T04:12:19.337Z Compiling untrusted v0.9.0
14682026-08-05T04:12:19.341Z Compiling foreign-types v0.3.2
14692026-08-05T04:12:19.366Z Compiling aws-lc-sys v0.40.0
14702026-08-05T04:12:19.381Z Compiling openssl-sys v0.9.117
14712026-08-05T04:12:19.400Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-08-05T04:12:19.415Z Compiling bzip2-sys v0.1.13+1.0.8
14732026-08-05T04:12:19.431Z Compiling wyz v0.5.1
14742026-08-05T04:12:19.471Z Compiling regex-automata v0.4.14
14752026-08-05T04:12:19.511Z Compiling synstructure v0.13.2
14762026-08-05T04:12:19.521Z Compiling serde_derive_internals v0.29.1
14772026-08-05T04:12:19.536Z Compiling pest_generator v2.8.6
14782026-08-05T04:12:19.575Z Compiling darling_core v0.20.11
14792026-08-05T04:12:19.721Z Compiling unicode-normalization v0.1.25
14802026-08-05T04:12:19.820Z Compiling num-integer v0.1.46
14812026-08-05T04:12:19.847Z Compiling wait-timeout v0.2.1
14822026-08-05T04:12:19.955Z Compiling tempfile v3.25.0
14832026-08-05T04:12:20.126Z Compiling terminal_size v0.4.3
14842026-08-05T04:12:20.154Z Compiling ahash v0.8.12
14852026-08-05T04:12:20.179Z Compiling native-tls v0.2.18
14862026-08-05T04:12:20.188Z Compiling num-conv v0.2.0
14872026-08-05T04:12:20.233Z Compiling packed_struct v0.10.1
14882026-08-05T04:12:20.271Z Compiling adler2 v2.0.1
14892026-08-05T04:12:20.287Z Compiling num-bigint-dig v0.8.6
14902026-08-05T04:12:20.301Z Compiling time-core v0.1.8
14912026-08-05T04:12:20.340Z Compiling quick-error v1.2.3
14922026-08-05T04:12:20.354Z Compiling bit-vec v0.8.0
14932026-08-05T04:12:20.386Z Compiling funty v2.0.0
14942026-08-05T04:12:20.403Z Compiling powerfmt v0.2.0
14952026-08-05T04:12:20.430Z Compiling rusty-fork v0.3.1
14962026-08-05T04:12:20.507Z Compiling miniz_oxide v0.8.9
14972026-08-05T04:12:20.526Z Compiling time-macros v0.2.27
14982026-08-05T04:12:20.526Z Compiling clap_builder v4.6.0
14992026-08-05T04:12:20.526Z Compiling num-iter v0.1.45
15002026-08-05T04:12:20.559Z Compiling deranged v0.5.8
15012026-08-05T04:12:20.573Z Compiling bit-set v0.8.0
15022026-08-05T04:12:20.678Z Compiling lazy_static v1.5.0
15032026-08-05T04:12:20.723Z Compiling bitvec v1.0.1
15042026-08-05T04:12:20.750Z Compiling rand_xorshift v0.4.0
15052026-08-05T04:12:20.764Z Compiling anstyle-parse v0.2.7
15062026-08-05T04:12:20.781Z Compiling sync_wrapper v1.0.2
15072026-08-05T04:12:20.910Z Compiling indexmap v1.9.3
15082026-08-05T04:12:20.928Z Compiling crossbeam-utils v0.8.21
15092026-08-05T04:12:20.953Z Compiling crc-catalog v2.4.0
15102026-08-05T04:12:20.979Z Compiling num_threads v0.1.7
15112026-08-05T04:12:21.056Z Compiling siphasher v1.0.2
15122026-08-05T04:12:21.078Z Compiling paste v1.0.15
15132026-08-05T04:12:21.093Z Compiling usdt-impl v0.6.0
15142026-08-05T04:12:21.106Z Compiling nodrop v0.1.14
15152026-08-05T04:12:21.214Z Compiling unarray v0.1.4
15162026-08-05T04:12:21.236Z Compiling zlib-rs v0.6.2
15172026-08-05T04:12:21.253Z Compiling unicode-segmentation v1.12.0
15182026-08-05T04:12:21.266Z Compiling serde_derive v1.0.228
15192026-08-05T04:12:21.311Z Compiling zeroize_derive v1.5.0
15202026-08-05T04:12:21.335Z Compiling zerocopy-derive v0.8.40
15212026-08-05T04:12:21.371Z Compiling zerofrom-derive v0.1.6
15222026-08-05T04:12:21.559Z Compiling yoke-derive v0.8.1
15232026-08-05T04:12:21.573Z Compiling zerovec-derive v0.11.2
15242026-08-05T04:12:21.589Z Compiling displaydoc v0.2.5
15252026-08-05T04:12:21.653Z Compiling tokio-macros v2.7.0
15262026-08-05T04:12:21.920Z Compiling futures-macro v0.3.32
15272026-08-05T04:12:21.981Z Compiling zeroize v1.9.0
15282026-08-05T04:12:22.200Z Compiling der_derive v0.7.3
15292026-08-05T04:12:22.376Z Compiling thiserror-impl v2.0.18
15302026-08-05T04:12:22.442Z Compiling tracing-attributes v0.1.31
15312026-08-05T04:12:22.469Z Compiling rustls-pki-types v1.14.0
15322026-08-05T04:12:22.737Z Compiling crypto-common v0.1.7
15332026-08-05T04:12:22.779Z Compiling block-buffer v0.10.4
15342026-08-05T04:12:22.798Z Compiling schemars_derive v0.8.22
15352026-08-05T04:12:22.813Z Compiling futures-util v0.3.32
15362026-08-05T04:12:22.827Z Compiling zerofrom v0.1.6
15372026-08-05T04:12:22.910Z Compiling hybrid-array v0.4.13
15382026-08-05T04:12:22.939Z Compiling digest v0.10.7
15392026-08-05T04:12:22.968Z Compiling yoke v0.8.1
15402026-08-05T04:12:22.981Z Compiling scroll_derive v0.13.1
15412026-08-05T04:12:23.167Z Compiling zerovec v0.11.5
15422026-08-05T04:12:23.212Z Compiling zerotrie v0.2.3
15432026-08-05T04:12:23.255Z Compiling der v0.7.10
15442026-08-05T04:12:23.541Z Compiling sha2 v0.10.9
15452026-08-05T04:12:23.590Z Compiling pest_derive v2.8.6
15462026-08-05T04:12:23.686Z Compiling tinystr v0.8.2
15472026-08-05T04:12:23.718Z Compiling potential_utf v0.1.4
15482026-08-05T04:12:23.732Z Compiling signature v2.2.0
15492026-08-05T04:12:23.755Z Compiling thiserror v2.0.18
15502026-08-05T04:12:23.839Z Compiling tracing v0.1.44
15512026-08-05T04:12:23.859Z Compiling icu_locale_core v2.1.1
15522026-08-05T04:12:23.880Z Compiling icu_collections v2.1.1
15532026-08-05T04:12:23.912Z Compiling scroll v0.13.0
15542026-08-05T04:12:23.927Z Compiling darling_macro v0.20.11
15552026-08-05T04:12:23.944Z Compiling thiserror-impl v1.0.69
15562026-08-05T04:12:24.108Z Compiling openssl-macros v0.1.1
15572026-08-05T04:12:24.116Z Compiling spki v0.7.3
15582026-08-05T04:12:24.136Z Compiling hmac v0.12.1
15592026-08-05T04:12:24.220Z Compiling goblin v0.10.5
15602026-08-05T04:12:24.312Z Compiling pkcs8 v0.10.2
15612026-08-05T04:12:24.330Z Compiling packed_struct_codegen v0.10.1
15622026-08-05T04:12:24.401Z Compiling bitfield-macros v0.19.4
15632026-08-05T04:12:24.459Z Compiling darling v0.20.11
15642026-08-05T04:12:24.509Z Compiling icu_provider v2.1.1
15652026-08-05T04:12:24.555Z Compiling zerocopy-derive v0.6.6
15662026-08-05T04:12:24.573Z Compiling clap_derive v4.6.1
15672026-08-05T04:12:24.601Z Compiling derive_builder_core v0.20.2
15682026-08-05T04:12:24.789Z Compiling icu_properties v2.1.2
15692026-08-05T04:12:24.826Z Compiling bytes v1.11.1
15702026-08-05T04:12:24.892Z Compiling icu_normalizer v2.1.1
15712026-08-05T04:12:24.906Z Compiling chrono v0.4.45
15722026-08-05T04:12:25.160Z Compiling ipnet v2.11.0
15732026-08-05T04:12:25.208Z Compiling hex v0.4.3
15742026-08-05T04:12:25.275Z Compiling thiserror v1.0.69
15752026-08-05T04:12:25.395Z Compiling tokio v1.52.1
15762026-08-05T04:12:25.423Z Compiling http v1.4.2
15772026-08-05T04:12:25.452Z Compiling toml_datetime v0.6.11
15782026-08-05T04:12:25.469Z Compiling serde_spanned v0.6.9
15792026-08-05T04:12:25.493Z Compiling zerocopy v0.6.6
15802026-08-05T04:12:25.508Z Compiling bitfield v0.19.4
15812026-08-05T04:12:25.634Z Compiling idna_adapter v1.2.1
15822026-08-05T04:12:25.674Z Compiling pkcs1 v0.7.5
15832026-08-05T04:12:25.723Z Compiling flate2 v1.1.9
15842026-08-05T04:12:25.778Z Compiling ppv-lite86 v0.2.21
15852026-08-05T04:12:25.812Z Compiling idna v1.1.0
15862026-08-05T04:12:25.902Z Compiling dtrace-parser v0.3.0
15872026-08-05T04:12:26.072Z Compiling rand_chacha v0.9.0
15882026-08-05T04:12:26.087Z Compiling http-body v1.0.1
15892026-08-05T04:12:26.106Z Compiling url v2.5.8
15902026-08-05T04:12:26.118Z Compiling rand_chacha v0.3.1
15912026-08-05T04:12:26.149Z Compiling time v0.3.47
15922026-08-05T04:12:26.258Z Compiling http-body-util v0.1.3
15932026-08-05T04:12:26.315Z Compiling rand v0.9.2
15942026-08-05T04:12:26.335Z Compiling rand v0.8.6
15952026-08-05T04:12:26.340Z Compiling clap v4.6.1
15962026-08-05T04:12:26.499Z Compiling structmeta-derive v0.3.0
15972026-08-05T04:12:26.513Z Compiling scroll_derive v0.12.1
15982026-08-05T04:12:26.545Z Compiling array-init v0.0.4
15992026-08-05T04:12:26.862Z Compiling crc v3.4.0
16002026-08-05T04:12:26.895Z Compiling proptest v1.11.0
16012026-08-05T04:12:26.913Z Compiling anstream v0.6.21
16022026-08-05T04:12:26.916Z Compiling smallvec v0.6.14
16032026-08-05T04:12:27.091Z Compiling dof v0.4.0
16042026-08-05T04:12:27.113Z Compiling darling_core v0.23.0
16052026-08-05T04:12:27.154Z Compiling heapless v0.7.17
16062026-08-05T04:12:27.166Z Compiling slog v2.8.2
16072026-08-05T04:12:27.201Z Compiling thread-id v5.1.0
16082026-08-05T04:12:27.304Z Compiling env_filter v1.0.0
16092026-08-05T04:12:27.318Z Compiling cookie v0.18.1
16102026-08-05T04:12:27.435Z Compiling unicode-bidi v0.3.18
16112026-08-05T04:12:27.467Z Compiling ipnetwork v0.21.1
16122026-08-05T04:12:27.531Z Compiling zstd-safe v7.2.4
16132026-08-05T04:12:27.552Z Compiling signal-hook v0.3.18
16142026-08-05T04:12:27.629Z Compiling unicode-properties v0.1.4
16152026-08-05T04:12:27.652Z Compiling hashbrown v0.12.3
16162026-08-05T04:12:27.665Z Compiling winnow v0.5.40
16172026-08-05T04:12:27.735Z Compiling allocator-api2 v0.2.21
16182026-08-05T04:12:27.747Z Compiling ryu v1.0.23
16192026-08-05T04:12:27.779Z Compiling anyhow v1.0.102
16202026-08-05T04:12:27.854Z Compiling iri-string v0.7.10
16212026-08-05T04:12:27.892Z Compiling base64 v0.21.7
16222026-08-05T04:12:27.986Z Compiling serde_urlencoded v0.7.1
16232026-08-05T04:12:28.022Z Compiling stringprep v0.1.5
16242026-08-05T04:12:28.144Z Compiling ron v0.8.1
16252026-08-05T04:12:28.222Z Compiling rsa v0.9.10
16262026-08-05T04:12:28.268Z Compiling oxnet v0.1.6
16272026-08-05T04:12:28.365Z Compiling structmeta v0.3.0
16282026-08-05T04:12:28.496Z Compiling env_logger v0.11.9
16292026-08-05T04:12:28.559Z Compiling scroll v0.12.0
16302026-08-05T04:12:28.578Z Compiling serde-hex v0.1.0
16312026-08-05T04:12:28.583Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16322026-08-05T04:12:28.583Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16332026-08-05T04:12:28.791Z Compiling bzip2 v0.4.4
16342026-08-05T04:12:28.842Z Compiling hashbrown v0.13.2
16352026-08-05T04:12:28.861Z Compiling derive_builder_macro v0.20.2
16362026-08-05T04:12:29.008Z Compiling toml_edit v0.19.15
16372026-08-05T04:12:29.122Z Compiling serde_tokenstream v0.2.3
16382026-08-05T04:12:29.159Z Compiling erased-serde v0.3.31
16392026-08-05T04:12:29.164Z Compiling camino v1.2.2
16402026-08-05T04:12:29.270Z Compiling x509-cert v0.2.5
16412026-08-05T04:12:29.379Z Compiling tokio-util v0.7.18
16422026-08-05T04:12:29.413Z Compiling tower v0.5.3
16432026-08-05T04:12:29.442Z Compiling newtype-uuid v1.3.2
16442026-08-05T04:12:29.467Z Compiling tokio-native-tls v0.3.1
16452026-08-05T04:12:29.575Z Compiling block-buffer v0.12.1
16462026-08-05T04:12:29.654Z Compiling crypto-common v0.2.2
16472026-08-05T04:12:29.674Z Compiling block-padding v0.4.2
16482026-08-05T04:12:29.731Z Compiling darling_macro v0.23.0
16492026-08-05T04:12:29.799Z Compiling md-5 v0.10.6
16502026-08-05T04:12:29.816Z Compiling rustls-native-certs v0.8.3
16512026-08-05T04:12:29.861Z Compiling tower-http v0.6.8
16522026-08-05T04:12:29.910Z Compiling bstr v1.12.1
16532026-08-05T04:12:29.989Z Compiling heck v0.4.1
16542026-08-05T04:12:30.135Z Compiling h2 v0.4.15
16552026-08-05T04:12:30.232Z Compiling daft-derive v0.1.7
16562026-08-05T04:12:30.264Z Compiling async-trait v0.1.89
16572026-08-05T04:12:30.292Z Compiling zerocopy-derive v0.7.35
16582026-08-05T04:12:30.381Z Compiling pin-project-internal v1.1.11
16592026-08-05T04:12:30.461Z Compiling curve25519-dalek v4.1.3
16602026-08-05T04:12:30.568Z Compiling vergen-lib v9.1.0
16612026-08-05T04:12:30.778Z Compiling hash32 v0.2.1
16622026-08-05T04:12:30.807Z Compiling encoding_rs v0.8.35
16632026-08-05T04:12:30.903Z Compiling memoffset v0.9.1
16642026-08-05T04:12:30.981Z Compiling fallible-iterator v0.2.0
16652026-08-05T04:12:30.991Z Compiling crc-any v2.5.0
16662026-08-05T04:12:31.114Z Compiling ref-cast v1.0.25
16672026-08-05T04:12:31.183Z Compiling mime v0.3.17
16682026-08-05T04:12:31.246Z Compiling rustix v0.38.44
16692026-08-05T04:12:31.290Z Compiling litrs v1.0.0
16702026-08-05T04:12:31.316Z Compiling smoltcp v0.9.1
16712026-08-05T04:12:31.330Z Compiling cfg_aliases v0.2.1
16722026-08-05T04:12:31.333Z Compiling psl-types v2.0.11
16732026-08-05T04:12:31.397Z Compiling postgres-protocol v0.6.10
16742026-08-05T04:12:31.417Z Compiling nix v0.31.2
16752026-08-05T04:12:31.470Z Compiling publicsuffix v2.3.0
16762026-08-05T04:12:31.497Z Compiling zerocopy v0.7.35
16772026-08-05T04:12:31.529Z Compiling pin-project v1.1.11
16782026-08-05T04:12:31.620Z Compiling daft v0.1.7
16792026-08-05T04:12:31.715Z Compiling toml v0.7.8
16802026-08-05T04:12:31.728Z Compiling darling v0.23.0
16812026-08-05T04:12:31.734Z Compiling snafu-derive v0.8.9
16822026-08-05T04:12:31.751Z Compiling inout v0.2.2
16832026-08-05T04:12:31.825Z Compiling derive_builder v0.20.2
16842026-08-05T04:12:31.840Z Compiling document-features v0.2.12
16852026-08-05T04:12:31.931Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16862026-08-05T04:12:31.950Z Compiling object v0.30.4
16872026-08-05T04:12:31.967Z Compiling zip v0.6.6
16882026-08-05T04:12:31.990Z Compiling goblin v0.8.2
16892026-08-05T04:12:32.075Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16902026-08-05T04:12:32.143Z Compiling derive-ex v0.1.8
16912026-08-05T04:12:32.485Z Compiling futures-executor v0.3.32
16922026-08-05T04:12:32.613Z Compiling hubpack_derive v0.1.1
16932026-08-05T04:12:32.616Z Compiling regex v1.12.3
16942026-08-05T04:12:32.644Z Compiling curve25519-dalek-derive v0.1.1
16952026-08-05T04:12:32.752Z Compiling ref-cast-impl v1.0.25
16962026-08-05T04:12:32.766Z Compiling strum_macros v0.27.2
16972026-08-05T04:12:32.770Z Compiling phf_shared v0.13.1
16982026-08-05T04:12:32.811Z Compiling vergen v9.1.0
16992026-08-05T04:12:33.013Z Compiling cargo-platform v0.3.2
17002026-08-05T04:12:33.041Z Compiling ff v0.13.1
17012026-08-05T04:12:33.086Z Compiling fs-err v3.3.0
17022026-08-05T04:12:33.128Z Compiling libbz2-rs-sys v0.2.2
17032026-08-05T04:12:33.203Z Compiling object v0.37.3
17042026-08-05T04:12:33.301Z Compiling hyper v1.10.1
17052026-08-05T04:12:33.316Z Compiling managed v0.8.0
17062026-08-05T04:12:33.333Z Compiling foldhash v0.2.0
17072026-08-05T04:12:33.338Z Compiling base16ct v0.2.0
17082026-08-05T04:12:33.362Z Compiling bumpalo v3.20.2
17092026-08-05T04:12:33.501Z Compiling jiff-core v0.1.0
17102026-08-05T04:12:33.547Z Compiling foldhash v0.1.5
17112026-08-05T04:12:33.560Z Compiling bitflags v1.3.2
17122026-08-05T04:12:33.582Z Compiling same-file v1.0.6
17132026-08-05T04:12:33.638Z Compiling path-slash v0.1.5
17142026-08-05T04:12:33.748Z Compiling walkdir v2.5.0
17152026-08-05T04:12:33.773Z Compiling snafu v0.8.9
17162026-08-05T04:12:33.776Z Compiling hashbrown v0.15.5
17172026-08-05T04:12:33.806Z Compiling zopfli v0.8.3
17182026-08-05T04:12:33.831Z Compiling bzip2 v0.6.1
17192026-08-05T04:12:33.893Z Compiling test-strategy v0.4.5
17202026-08-05T04:12:34.068Z Compiling hashbrown v0.16.1
17212026-08-05T04:12:34.138Z Compiling sec1 v0.7.3
17222026-08-05T04:12:34.277Z Compiling jiff v0.2.34
17232026-08-05T04:12:34.331Z Compiling dof v0.3.0
17242026-08-05T04:12:34.370Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17252026-08-05T04:12:34.442Z Compiling hyper-util v0.1.20
17262026-08-05T04:12:34.611Z Compiling cargo_metadata v0.23.1
17272026-08-05T04:12:34.622Z Compiling group v0.13.0
17282026-08-05T04:12:34.705Z Compiling hubpack v0.1.2
17292026-08-05T04:12:34.813Z Compiling strum v0.27.2
17302026-08-05T04:12:34.851Z Compiling phf v0.13.1
17312026-08-05T04:12:34.939Z Compiling signal-hook-mio v0.2.5
17322026-08-05T04:12:34.956Z Compiling futures v0.3.32
17332026-08-05T04:12:34.971Z Compiling zstd v0.13.3
17342026-08-05T04:12:35.034Z Compiling cookie_store v0.22.1
17352026-08-05T04:12:35.055Z Compiling cipher v0.5.2
17362026-08-05T04:12:35.068Z Compiling serde_with_macros v3.21.0
17372026-08-05T04:12:35.110Z Compiling postgres-types v0.2.12
17382026-08-05T04:12:35.376Z Compiling globset v0.4.18
17392026-08-05T04:12:35.400Z Compiling usdt-macro v0.6.0
17402026-08-05T04:12:35.451Z Compiling usdt-attr-macro v0.6.0
17412026-08-05T04:12:35.591Z Compiling byte-wrapper v0.1.0
17422026-08-05T04:12:35.670Z Compiling dtrace-parser v0.2.0
17432026-08-05T04:12:35.702Z Compiling serde-big-array v0.5.1
17442026-08-05T04:12:35.813Z Compiling olpc-cjson v0.1.4
17452026-08-05T04:12:35.860Z Compiling hyper-tls v0.6.0
17462026-08-05T04:12:35.938Z Compiling serde_plain v1.0.2
17472026-08-05T04:12:35.998Z Compiling ed25519 v2.2.3
17482026-08-05T04:12:36.006Z Compiling hkdf v0.12.4
17492026-08-05T04:12:36.072Z Compiling reqwest v0.12.28
17502026-08-05T04:12:36.111Z Compiling crypto-bigint v0.5.5
17512026-08-05T04:12:36.163Z Compiling strum_macros v0.26.4
17522026-08-05T04:12:36.190Z Compiling serde_repr v0.1.20
17532026-08-05T04:12:36.351Z Compiling async-recursion v1.1.1
17542026-08-05T04:12:36.367Z Compiling enum-as-inner v0.6.1
17552026-08-05T04:12:36.367Z Compiling phf_shared v0.11.3
17562026-08-05T04:12:36.368Z Compiling float-cmp v0.10.0
17572026-08-05T04:12:36.389Z Compiling pem v3.0.6
17582026-08-05T04:12:36.440Z Compiling thread-id v4.2.2
17592026-08-05T04:12:36.458Z Compiling memmap2 v0.9.10
17602026-08-05T04:12:36.493Z Compiling winnow v1.0.3
17612026-08-05T04:12:36.534Z Compiling cpufeatures v0.3.0
17622026-08-05T04:12:36.635Z Compiling normalize-line-endings v0.3.0
17632026-08-05T04:12:36.699Z Compiling new_debug_unreachable v1.0.6
17642026-08-05T04:12:36.736Z Compiling keccak v0.1.6
17652026-08-05T04:12:36.750Z Compiling precomputed-hash v0.1.1
17662026-08-05T04:12:36.780Z Compiling fixedbitset v0.4.2
17672026-08-05T04:12:36.794Z Compiling whoami v2.1.0
17682026-08-05T04:12:36.798Z Compiling static_assertions v1.1.0
17692026-08-05T04:12:36.855Z Compiling predicates-core v1.0.10
17702026-08-05T04:12:36.868Z Compiling data-encoding v2.10.0
17712026-08-05T04:12:36.892Z Compiling either v1.15.0
17722026-08-05T04:12:36.922Z Compiling difflib v0.4.0
17732026-08-05T04:12:36.931Z Compiling fixedbitset v0.5.7
17742026-08-05T04:12:37.011Z Compiling typed-path v0.9.3
17752026-08-05T04:12:37.047Z Compiling const-oid v0.10.2
17762026-08-05T04:12:37.115Z Compiling elliptic-curve v0.13.8
17772026-08-05T04:12:37.192Z Compiling hickory-proto v0.25.2
17782026-08-05T04:12:37.246Z Compiling digest v0.11.3
17792026-08-05T04:12:37.317Z Compiling predicates v3.1.4
17802026-08-05T04:12:37.509Z Compiling petgraph v0.8.3
17812026-08-05T04:12:37.530Z Compiling itertools v0.13.0
17822026-08-05T04:12:37.546Z Compiling tokio-postgres v0.7.16
17832026-08-05T04:12:37.549Z Compiling petgraph v0.6.5
17842026-08-05T04:12:37.577Z Compiling sha3 v0.10.8
17852026-08-05T04:12:37.625Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17862026-08-05T04:12:37.854Z Compiling string_cache v0.8.9
17872026-08-05T04:12:37.976Z Compiling strum v0.26.3
17882026-08-05T04:12:37.996Z Compiling toml_parser v1.1.2+spec-1.1.0
17892026-08-05T04:12:38.050Z Compiling usdt v0.6.0
17902026-08-05T04:12:38.107Z Compiling chacha20 v0.10.0
17912026-08-05T04:12:38.125Z Compiling toml_edit v0.22.27
17922026-08-05T04:12:38.162Z Compiling usdt-impl v0.5.0
17932026-08-05T04:12:38.316Z Compiling zip v4.6.1
17942026-08-05T04:12:38.332Z Compiling serde_with v3.21.0
17952026-08-05T04:12:38.348Z Compiling ed25519-dalek v2.2.0
17962026-08-05T04:12:38.505Z Compiling crossterm v0.28.1
17972026-08-05T04:12:38.662Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17982026-08-05T04:12:38.901Z Compiling iddqd v0.4.2
17992026-08-05T04:12:39.299Z Compiling similar v2.7.0
18002026-08-05T04:12:39.526Z Compiling tokio-stream v0.1.18
18012026-08-05T04:12:39.565Z Compiling buf-list v1.1.2
18022026-08-05T04:12:39.817Z Compiling crossbeam-epoch v0.9.18
18032026-08-05T04:12:39.851Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18042026-08-05T04:12:39.866Z Compiling openapiv3 v2.2.0
18052026-08-05T04:12:39.941Z Compiling peg-runtime v0.8.5
18062026-08-05T04:12:40.002Z Compiling lalrpop-util v0.19.12
18072026-08-05T04:12:40.180Z Compiling thread_local v1.1.9
18082026-08-05T04:12:40.193Z Compiling slog-async v2.8.0
18092026-08-05T04:12:40.209Z Compiling crossbeam-channel v0.5.15
18102026-08-05T04:12:40.213Z Compiling filetime v0.2.27
18112026-08-05T04:12:40.241Z Compiling is-terminal v0.4.17
18122026-08-05T04:12:40.245Z Compiling xattr v1.6.1
18132026-08-05T04:12:40.245Z Compiling term v1.2.1
18142026-08-05T04:12:40.269Z Compiling take_mut v0.2.2
18152026-08-05T04:12:40.354Z Compiling camino-tempfile v1.4.1
18162026-08-05T04:12:40.414Z Compiling tar v0.4.46
18172026-08-05T04:12:40.532Z Compiling slog-term v2.9.2
18182026-08-05T04:12:58.081Z Compiling rustls-webpki v0.103.13
18192026-08-05T04:13:00.731Z Compiling tokio-rustls v0.26.4
18202026-08-05T04:13:00.731Z Compiling rustls-platform-verifier v0.6.2
18212026-08-05T04:13:00.731Z Compiling tough v0.22.0
18222026-08-05T04:13:00.930Z Compiling hyper-rustls v0.27.7
18232026-08-05T04:13:01.117Z Compiling reqwest v0.13.2
18242026-08-05T04:13:03.306Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18252026-08-05T04:13:03.534Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18262026-08-05T04:13:06.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.72s
18272026-08-05T04:13:06.562Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18282026-08-05T04:13:06.626ZAug 05 04:13:05.798 INFO Starting download, target: Clickhouse
18292026-08-05T04:13:06.626ZAug 05 04:13:05.798 INFO Starting download, target: Cockroach
18302026-08-05T04:13:06.626ZAug 05 04:13:05.798 INFO Starting download, target: Console
18312026-08-05T04:13:06.626ZAug 05 04:13:05.798 INFO Starting download, target: DendriteStub
18322026-08-05T04:13:06.650ZAug 05 04:13:05.798 INFO Starting download, target: MaghemiteMgd
18332026-08-05T04:13:06.652ZAug 05 04:13:05.798 INFO Starting download, target: MaghemiteDdmd
18342026-08-05T04:13:06.652ZAug 05 04:13:05.798 INFO Starting download, target: TransceiverControl
18352026-08-05T04:13:06.652ZAug 05 04:13:05.799 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18362026-08-05T04:13:06.652ZAug 05 04:13:05.799 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18372026-08-05T04:13:06.652ZAug 05 04:13:05.799 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18382026-08-05T04:13:06.652ZAug 05 04:13:05.799 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18392026-08-05T04:13:06.652ZAug 05 04:13:05.799 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18402026-08-05T04:13:06.652ZAug 05 04:13:05.799 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18412026-08-05T04:13:06.653ZAug 05 04:13:05.799 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18422026-08-05T04:13:07.337ZAug 05 04:13:06.493 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18432026-08-05T04:13:07.533ZAug 05 04:13:06.696 INFO Download complete, target: TransceiverControl
18442026-08-05T04:13:08.430ZAug 05 04:13:07.603 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18452026-08-05T04:13:08.683ZAug 05 04:13:07.868 INFO Download complete, target: Console
18462026-08-05T04:13:08.777ZAug 05 04:13:07.943 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18472026-08-05T04:13:08.960ZAug 05 04:13:08.144 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18482026-08-05T04:13:09.074ZAug 05 04:13:08.223 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18492026-08-05T04:13:09.271ZAug 05 04:13:08.455 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18502026-08-05T04:13:09.715ZAug 05 04:13:08.906 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18512026-08-05T04:13:09.715ZAug 05 04:13:08.907 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18522026-08-05T04:13:11.015ZAug 05 04:13:10.206 INFO Download complete, target: MaghemiteDdmd
18532026-08-05T04:13:11.460ZAug 05 04:13:10.651 INFO Download complete, target: DendriteStub
18542026-08-05T04:13:11.961ZAug 05 04:13:11.152 INFO Download complete, target: MaghemiteMgd
18552026-08-05T04:13:14.426ZAug 05 04:13:13.616 INFO Checking that binary works, target: Cockroach
18562026-08-05T04:13:14.548ZAug 05 04:13:13.739 INFO Download complete, target: Cockroach
18572026-08-05T04:13:15.615ZAug 05 04:13:14.806 INFO Checking that binary works, target: Clickhouse
18582026-08-05T04:13:15.697ZAug 05 04:13:14.888 INFO Download complete, target: Clickhouse
18592026-08-05T04:13:15.705ZAll prerequisites installed successfully
18602026-08-05T04:13:15.708Z
18612026-08-05T04:13:15.708Zreal 1:26.756948966
18622026-08-05T04:13:15.708Zuser 7:04.600878279
18632026-08-05T04:13:15.708Zsys 1:40.998869741
18642026-08-05T04:13:15.708Ztrap 0.254633796
18652026-08-05T04:13:15.708Ztflt 0.881901303
18662026-08-05T04:13:15.708Zdflt 1.609261185
18672026-08-05T04:13:15.708Zkflt 0.026555749
18682026-08-05T04:13:15.708Zlock 26:18.532231972
18692026-08-05T04:13:15.708Zslp 19:01.213542627
18702026-08-05T04:13:15.708Zlat 25.325987023
18712026-08-05T04:13:15.708Zstop 2:50.379032743
18722026-08-05T04:13:15.708Z+ source ./tools/include/force-git-over-https.sh
18732026-08-05T04:13:15.708Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18742026-08-05T04:13:15.708Z++ (( i = 0 ))
18752026-08-05T04:13:15.708Z++ (( i < 5 ))
18762026-08-05T04:13:15.708Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18772026-08-05T04:13:15.713Z++ (( i++ ))
18782026-08-05T04:13:15.713Z++ (( i < 5 ))
18792026-08-05T04:13:15.713Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18802026-08-05T04:13:15.716Z++ (( i++ ))
18812026-08-05T04:13:15.716Z++ (( i < 5 ))
18822026-08-05T04:13:15.716Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18832026-08-05T04:13:15.716Z++ (( i++ ))
18842026-08-05T04:13:15.716Z++ (( i < 5 ))
18852026-08-05T04:13:15.716Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18862026-08-05T04:13:15.719Z++ (( i++ ))
18872026-08-05T04:13:15.719Z++ (( i < 5 ))
18882026-08-05T04:13:15.719Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18892026-08-05T04:13:15.722Z++ (( i++ ))
18902026-08-05T04:13:15.722Z++ (( i < 5 ))
18912026-08-05T04:13:15.722Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18922026-08-05T04:13:15.722Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18932026-08-05T04:13:15.722Z+ rc=0
18942026-08-05T04:13:15.722Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18952026-08-05T04:13:22.591Z+ case $rc in
18962026-08-05T04:13:22.591Z+ pfexec zfs create -p rpool/images/build/host
18972026-08-05T04:13:22.858Z+ pfexec zfs create -p rpool/images/build/recovery
18982026-08-05T04:13:22.928Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18992026-08-05T04:13:23.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19002026-08-05T04:13:23.404Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19012026-08-05T04:13:24.263Z Compiling proc-macro2 v1.0.106
19022026-08-05T04:13:24.263Z Compiling quote v1.0.45
19032026-08-05T04:13:24.263Z Compiling unicode-ident v1.0.24
19042026-08-05T04:13:24.263Z Compiling libc v0.2.185
19052026-08-05T04:13:24.266Z Compiling serde_core v1.0.228
19062026-08-05T04:13:24.266Z Compiling serde v1.0.228
19072026-08-05T04:13:24.266Z Compiling cfg-if v1.0.4
19082026-08-05T04:13:24.266Z Compiling version_check v0.9.5
19092026-08-05T04:13:24.266Z Compiling find-msvc-tools v0.1.9
19102026-08-05T04:13:24.266Z Compiling shlex v1.3.0
19112026-08-05T04:13:24.266Z Compiling autocfg v1.5.0
19122026-08-05T04:13:24.266Z Compiling zerocopy v0.8.40
19132026-08-05T04:13:24.400Z Compiling zmij v1.0.21
19142026-08-05T04:13:24.403Z Compiling portable-atomic v1.13.1
19152026-08-05T04:13:24.404Z Compiling memchr v2.8.0
19162026-08-05T04:13:24.500Z Compiling serde_json v1.0.151
19172026-08-05T04:13:24.607Z Compiling getrandom v0.4.1
19182026-08-05T04:13:24.658Z Compiling libm v0.2.16
19192026-08-05T04:13:24.699Z Compiling parking_lot_core v0.9.12
19202026-08-05T04:13:24.703Z Compiling icu_properties_data v2.1.2
19212026-08-05T04:13:24.708Z Compiling icu_normalizer_data v2.1.1
19222026-08-05T04:13:24.772Z Compiling generic-array v0.14.7
19232026-08-05T04:13:24.809Z Compiling num-traits v0.2.19
19242026-08-05T04:13:24.859Z Compiling smallvec v1.15.1
19252026-08-05T04:13:24.877Z Compiling pkg-config v0.3.32
19262026-08-05T04:13:24.958Z Compiling itoa v1.0.17
19272026-08-05T04:13:24.975Z Compiling log v0.4.29
19282026-08-05T04:13:24.979Z Compiling getrandom v0.3.4
19292026-08-05T04:13:25.033Z Compiling subtle v2.6.1
19302026-08-05T04:13:25.036Z Compiling rustix v1.1.3
19312026-08-05T04:13:25.173Z Compiling scopeguard v1.2.0
19322026-08-05T04:13:25.224Z Compiling stable_deref_trait v1.2.1
19332026-08-05T04:13:25.268Z Compiling lock_api v0.4.14
19342026-08-05T04:13:25.314Z Compiling typenum v1.20.1
19352026-08-05T04:13:25.343Z Compiling critical-section v1.2.0
19362026-08-05T04:13:25.372Z Compiling jobserver v0.1.34
19372026-08-05T04:13:25.375Z Compiling errno v0.3.14
19382026-08-05T04:13:25.449Z Compiling thiserror v2.0.18
19392026-08-05T04:13:25.464Z Compiling heck v0.5.0
19402026-08-05T04:13:25.531Z Compiling fs_extra v1.3.0
19412026-08-05T04:13:25.534Z Compiling dunce v1.0.5
19422026-08-05T04:13:25.557Z Compiling rand_core v0.10.0
19432026-08-05T04:13:25.607Z Compiling cc v1.2.56
19442026-08-05T04:13:25.700Z Compiling syn v2.0.117
19452026-08-05T04:13:25.749Z Compiling pin-project-lite v0.2.17
19462026-08-05T04:13:25.824Z Compiling once_cell v1.21.3
19472026-08-05T04:13:25.838Z Compiling percent-encoding v2.3.2
19482026-08-05T04:13:25.869Z Compiling writeable v0.6.2
19492026-08-05T04:13:25.869Z Compiling litemap v0.8.1
19502026-08-05T04:13:25.881Z Compiling rustversion v1.0.22
19512026-08-05T04:13:25.934Z Compiling schemars v0.8.22
19522026-08-05T04:13:26.014Z Compiling getrandom v0.2.17
19532026-08-05T04:13:26.209Z Compiling aws-lc-rs v1.16.3
19542026-08-05T04:13:26.212Z Compiling futures-core v0.3.32
19552026-08-05T04:13:26.254Z Compiling rand_core v0.6.4
19562026-08-05T04:13:26.298Z Compiling signal-hook-registry v1.4.8
19572026-08-05T04:13:26.367Z Compiling cmake v0.1.57
19582026-08-05T04:13:26.409Z Compiling equivalent v1.0.2
19592026-08-05T04:13:26.498Z Compiling crc32fast v1.5.0
19602026-08-05T04:13:26.533Z Compiling parking_lot v0.12.5
19612026-08-05T04:13:26.561Z Compiling mio v1.2.0
19622026-08-05T04:13:26.597Z Compiling const-oid v0.9.6
19632026-08-05T04:13:26.756Z Compiling utf8_iter v1.0.4
19642026-08-05T04:13:26.770Z Compiling httparse v1.10.1
19652026-08-05T04:13:26.817Z Compiling form_urlencoded v1.2.2
19662026-08-05T04:13:26.943Z Compiling semver v1.0.28
19672026-08-05T04:13:26.959Z Compiling bitflags v2.11.0
19682026-08-05T04:13:27.010Z Compiling aws-lc-sys v0.40.0
19692026-08-05T04:13:27.120Z Compiling socket2 v0.6.3
19702026-08-05T04:13:27.309Z Compiling byteorder v1.5.0
19712026-08-05T04:13:27.443Z Compiling strsim v0.11.1
19722026-08-05T04:13:27.596Z Compiling syn v1.0.109
19732026-08-05T04:13:27.599Z Compiling hashbrown v0.17.0
19742026-08-05T04:13:27.641Z Compiling fnv v1.0.7
19752026-08-05T04:13:27.671Z Compiling vcpkg v0.2.15
19762026-08-05T04:13:27.780Z Compiling futures-sink v0.3.32
19772026-08-05T04:13:27.820Z Compiling rustls v0.23.41
19782026-08-05T04:13:27.900Z Compiling futures-channel v0.3.32
19792026-08-05T04:13:27.978Z Compiling radium v0.7.0
19802026-08-05T04:13:27.994Z Compiling slab v0.4.12
19812026-08-05T04:13:28.007Z Compiling futures-task v0.3.32
19822026-08-05T04:13:28.010Z Compiling futures-io v0.3.32
19832026-08-05T04:13:28.208Z Compiling thiserror v1.0.69
19842026-08-05T04:13:28.278Z Compiling indexmap v2.14.0
19852026-08-05T04:13:28.284Z Compiling maybe-uninit v2.0.0
19862026-08-05T04:13:28.308Z Compiling openssl-sys v0.9.117
19872026-08-05T04:13:28.339Z Compiling base64 v0.22.1
19882026-08-05T04:13:28.339Z Compiling iana-time-zone v0.1.65
19892026-08-05T04:13:28.407Z Compiling rustc_version v0.4.1
19902026-08-05T04:13:28.574Z Compiling synstructure v0.13.2
19912026-08-05T04:13:28.595Z Compiling serde_derive_internals v0.29.1
19922026-08-05T04:13:28.623Z Compiling ucd-trie v0.1.7
19932026-08-05T04:13:28.723Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-08-05T04:13:28.723Z Compiling ahash v0.8.12
19952026-08-05T04:13:28.865Z Compiling pest v2.8.6
19962026-08-05T04:13:28.879Z Compiling time-core v0.1.8
19972026-08-05T04:13:28.893Z Compiling num-conv v0.2.0
19982026-08-05T04:13:28.913Z Compiling num-bigint-dig v0.8.6
19992026-08-05T04:13:28.935Z Compiling packed_struct v0.10.1
20002026-08-05T04:13:28.935Z Compiling ident_case v1.0.1
20012026-08-05T04:13:29.032Z Compiling uuid v1.23.4
20022026-08-05T04:13:29.052Z Compiling time-macros v0.2.27
20032026-08-05T04:13:29.113Z Compiling paste v1.0.15
20042026-08-05T04:13:29.132Z Compiling regex-syntax v0.8.10
20052026-08-05T04:13:29.155Z Compiling fastrand v2.3.0
20062026-08-05T04:13:29.179Z Compiling openssl v0.10.80
20072026-08-05T04:13:29.465Z Compiling indexmap v1.9.3
20082026-08-05T04:13:29.505Z Compiling dyn-clone v1.0.20
20092026-08-05T04:13:29.539Z Compiling base64ct v1.8.3
20102026-08-05T04:13:29.628Z Compiling rand_core v0.9.5
20112026-08-05T04:13:29.679Z Compiling slog v2.8.2
20122026-08-05T04:13:29.695Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20132026-08-05T04:13:29.831Z Compiling serde_derive v1.0.228
20142026-08-05T04:13:29.886Z Compiling zeroize_derive v1.5.0
20152026-08-05T04:13:29.906Z Compiling zerofrom-derive v0.1.6
20162026-08-05T04:13:29.919Z Compiling zerocopy-derive v0.8.40
20172026-08-05T04:13:29.947Z Compiling yoke-derive v0.8.1
20182026-08-05T04:13:30.034Z Compiling zerovec-derive v0.11.2
20192026-08-05T04:13:30.049Z Compiling displaydoc v0.2.5
20202026-08-05T04:13:30.065Z Compiling tokio-macros v2.7.0
20212026-08-05T04:13:30.097Z Compiling futures-macro v0.3.32
20222026-08-05T04:13:30.114Z Compiling thiserror-impl v2.0.18
20232026-08-05T04:13:30.157Z Compiling der_derive v0.7.3
20242026-08-05T04:13:30.535Z Compiling schemars_derive v0.8.22
20252026-08-05T04:13:30.551Z Compiling zeroize v1.9.0
20262026-08-05T04:13:30.788Z Compiling tracing-attributes v0.1.31
20272026-08-05T04:13:30.882Z Compiling futures-util v0.3.32
20282026-08-05T04:13:30.908Z Compiling thiserror-impl v1.0.69
20292026-08-05T04:13:31.031Z Compiling zerofrom v0.1.6
20302026-08-05T04:13:31.178Z Compiling yoke v0.8.1
20312026-08-05T04:13:31.373Z Compiling zerovec v0.11.5
20322026-08-05T04:13:31.395Z Compiling zerotrie v0.2.3
20332026-08-05T04:13:31.498Z Compiling crypto-common v0.1.7
20342026-08-05T04:13:31.525Z Compiling block-buffer v0.10.4
20352026-08-05T04:13:31.713Z Compiling digest v0.10.7
20362026-08-05T04:13:31.738Z Compiling pest_meta v2.8.6
20372026-08-05T04:13:31.846Z Compiling clap_derive v4.6.1
20382026-08-05T04:13:31.861Z Compiling packed_struct_codegen v0.10.1
20392026-08-05T04:13:31.958Z Compiling tinystr v0.8.2
20402026-08-05T04:13:31.978Z Compiling potential_utf v0.1.4
20412026-08-05T04:13:32.099Z Compiling bitfield-macros v0.19.4
20422026-08-05T04:13:32.173Z Compiling icu_locale_core v2.1.1
20432026-08-05T04:13:32.194Z Compiling icu_collections v2.1.1
20442026-08-05T04:13:32.244Z Compiling zerocopy-derive v0.6.6
20452026-08-05T04:13:32.791Z Compiling pest_generator v2.8.6
20462026-08-05T04:13:32.908Z Compiling icu_provider v2.1.1
20472026-08-05T04:13:33.057Z Compiling bytes v1.11.1
20482026-08-05T04:13:33.089Z Compiling chrono v0.4.45
20492026-08-05T04:13:33.142Z Compiling pem-rfc7468 v0.7.0
20502026-08-05T04:13:33.171Z Compiling scroll_derive v0.13.1
20512026-08-05T04:13:33.279Z Compiling icu_properties v2.1.2
20522026-08-05T04:13:33.452Z Compiling icu_normalizer v2.1.1
20532026-08-05T04:13:33.500Z Compiling pest_derive v2.8.6
20542026-08-05T04:13:33.514Z Compiling openssl-macros v0.1.1
20552026-08-05T04:13:33.641Z Compiling tokio v1.52.1
20562026-08-05T04:13:33.944Z Compiling crossbeam-utils v0.8.21
20572026-08-05T04:13:33.969Z Compiling flagset v0.4.7
20582026-08-05T04:13:34.001Z Compiling camino v1.2.2
20592026-08-05T04:13:34.001Z Compiling native-tls v0.2.18
20602026-08-05T04:13:34.115Z Compiling der v0.7.10
20612026-08-05T04:13:34.181Z Compiling idna_adapter v1.2.1
20622026-08-05T04:13:34.266Z Compiling ppv-lite86 v0.2.21
20632026-08-05T04:13:34.336Z Compiling idna v1.1.0
20642026-08-05T04:13:34.554Z Compiling http v1.4.2
20652026-08-05T04:13:34.626Z Compiling rustls-pki-types v1.14.0
20662026-08-05T04:13:34.681Z Compiling url v2.5.8
20672026-08-05T04:13:34.711Z Compiling structmeta-derive v0.3.0
20682026-08-05T04:13:34.824Z Compiling daft-derive v0.1.7
20692026-08-05T04:13:35.087Z Compiling tempfile v3.25.0
20702026-08-05T04:13:35.549Z Compiling spki v0.7.3
20712026-08-05T04:13:35.617Z Compiling rand_chacha v0.9.0
20722026-08-05T04:13:35.721Z Compiling structmeta v0.3.0
20732026-08-05T04:13:35.819Z Compiling hex v0.4.3
20742026-08-05T04:13:35.855Z Compiling async-trait v0.1.89
20752026-08-05T04:13:36.007Z Compiling cookie v0.18.1
20762026-08-05T04:13:36.063Z Compiling plain v0.2.3
20772026-08-05T04:13:36.158Z Compiling utf8parse v0.2.2
20782026-08-05T04:13:36.227Z Compiling rand v0.9.2
20792026-08-05T04:13:36.318Z Compiling tracing-core v0.1.36
20802026-08-05T04:13:36.484Z Compiling spin v0.9.8
20812026-08-05T04:13:36.508Z Compiling aho-corasick v1.1.4
20822026-08-05T04:13:36.517Z Compiling anstyle v1.0.14
20832026-08-05T04:13:36.666Z Compiling cpufeatures v0.2.17
20842026-08-05T04:13:36.734Z Compiling untrusted v0.7.1
20852026-08-05T04:13:36.804Z Compiling unicode-segmentation v1.12.0
20862026-08-05T04:13:36.835Z Compiling simd-adler32 v0.3.8
20872026-08-05T04:13:36.905Z Compiling tracing v0.1.44
20882026-08-05T04:13:37.008Z Compiling http-body v1.0.1
20892026-08-05T04:13:37.027Z Compiling pkcs8 v0.10.2
20902026-08-05T04:13:37.197Z Compiling pin-project-internal v1.1.11
20912026-08-05T04:13:37.352Z Compiling regex-automata v0.4.14
20922026-08-05T04:13:37.366Z Compiling pretty-hex v0.4.1
20932026-08-05T04:13:37.369Z Compiling untrusted v0.9.0
20942026-08-05T04:13:37.425Z Compiling usdt-impl v0.6.0
20952026-08-05T04:13:37.448Z Compiling is_terminal_polyfill v1.70.2
20962026-08-05T04:13:37.537Z Compiling adler2 v2.0.1
20972026-08-05T04:13:37.561Z Compiling cmov v0.5.4
20982026-08-05T04:13:37.578Z Compiling colorchoice v1.0.4
20992026-08-05T04:13:37.610Z Compiling openssl-probe v0.2.1
21002026-08-05T04:13:37.629Z Compiling tinyvec_macros v0.1.1
21012026-08-05T04:13:37.646Z Compiling atomic-waker v1.1.2
21022026-08-05T04:13:37.715Z Compiling tokio-util v0.7.18
21032026-08-05T04:13:37.718Z Compiling zstd-safe v7.2.4
21042026-08-05T04:13:37.744Z Compiling anstyle-query v1.1.5
21052026-08-05T04:13:37.829Z Compiling ctutils v0.4.2
21062026-08-05T04:13:37.832Z Compiling tinyvec v1.10.0
21072026-08-05T04:13:37.867Z Compiling miniz_oxide v0.8.9
21082026-08-05T04:13:38.134Z Compiling heck v0.4.1
21092026-08-05T04:13:38.240Z Compiling sha2 v0.10.9
21102026-08-05T04:13:38.377Z Compiling derive-ex v0.1.8
21112026-08-05T04:13:38.471Z Compiling scroll v0.13.0
21122026-08-05T04:13:38.548Z Compiling serde_tokenstream v0.2.3
21132026-08-05T04:13:38.600Z Compiling scroll_derive v0.12.1
21142026-08-05T04:13:38.720Z Compiling heapless v0.7.17
21152026-08-05T04:13:38.871Z Compiling try-lock v0.2.5
21162026-08-05T04:13:38.990Z Compiling zlib-rs v0.6.2
21172026-08-05T04:13:39.003Z Compiling signal-hook v0.3.18
21182026-08-05T04:13:39.028Z Compiling tower-service v0.3.3
21192026-08-05T04:13:39.132Z Compiling litrs v1.0.0
21202026-08-05T04:13:39.148Z Compiling tower-layer v0.3.3
21212026-08-05T04:13:39.213Z Compiling anyhow v1.0.102
21222026-08-05T04:13:39.355Z Compiling rustix v0.38.44
21232026-08-05T04:13:39.396Z Compiling want v0.3.1
21242026-08-05T04:13:39.430Z Compiling h2 v0.4.15
21252026-08-05T04:13:39.613Z Compiling document-features v0.2.12
21262026-08-05T04:13:39.748Z Compiling goblin v0.10.5
21272026-08-05T04:13:39.752Z Compiling snafu-derive v0.8.9
21282026-08-05T04:13:39.786Z Compiling hybrid-array v0.4.13
21292026-08-05T04:13:39.920Z Compiling test-strategy v0.4.5
21302026-08-05T04:13:39.960Z Compiling anstyle-parse v1.0.0
21312026-08-05T04:13:40.029Z Compiling ipnet v2.11.0
21322026-08-05T04:13:40.153Z Compiling strum_macros v0.26.4
21332026-08-05T04:13:40.202Z Compiling darling_core v0.20.11
21342026-08-05T04:13:40.466Z Compiling darling_core v0.23.0
21352026-08-05T04:13:40.627Z Compiling wait-timeout v0.2.1
21362026-08-05T04:13:40.691Z Compiling httpdate v1.0.3
21372026-08-05T04:13:40.915Z Compiling powerfmt v0.2.0
21382026-08-05T04:13:41.200Z Compiling flate2 v1.1.9
21392026-08-05T04:13:41.226Z Compiling tap v1.0.1
21402026-08-05T04:13:41.229Z Compiling quick-error v1.2.3
21412026-08-05T04:13:41.344Z Compiling foreign-types-shared v0.1.1
21422026-08-05T04:13:41.363Z Compiling bit-vec v0.8.0
21432026-08-05T04:13:41.375Z Compiling wyz v0.5.1
21442026-08-05T04:13:41.410Z Compiling rusty-fork v0.3.1
21452026-08-05T04:13:41.447Z Compiling foreign-types v0.3.2
21462026-08-05T04:13:41.529Z Compiling deranged v0.5.8
21472026-08-05T04:13:41.587Z Compiling bit-set v0.8.0
21482026-08-05T04:13:41.678Z Compiling anstream v1.0.0
21492026-08-05T04:13:41.781Z Compiling unicode-normalization v0.1.25
21502026-08-05T04:13:41.849Z Compiling rand_chacha v0.3.1
21512026-08-05T04:13:42.173Z Compiling darling_macro v0.20.11
21522026-08-05T04:13:42.190Z Compiling dtrace-parser v0.3.0
21532026-08-05T04:13:42.262Z Compiling serde_spanned v0.6.9
21542026-08-05T04:13:42.282Z Compiling toml_datetime v0.6.11
21552026-08-05T04:13:42.406Z Compiling signature v2.2.0
21562026-08-05T04:13:42.461Z Compiling dof v0.4.0
21572026-08-05T04:13:42.522Z Compiling terminal_size v0.4.3
21582026-08-05T04:13:42.544Z Compiling rand_xorshift v0.4.0
21592026-08-05T04:13:42.592Z Compiling hyper v1.10.1
21602026-08-05T04:13:42.631Z Compiling darling_macro v0.23.0
21612026-08-05T04:13:42.683Z Compiling zerocopy-derive v0.7.35
21622026-08-05T04:13:42.714Z Compiling curve25519-dalek v4.1.3
21632026-08-05T04:13:42.830Z Compiling num-integer v0.1.46
21642026-08-05T04:13:42.977Z Compiling thread-id v5.1.0
21652026-08-05T04:13:43.013Z Compiling memoffset v0.9.1
21662026-08-05T04:13:43.156Z Compiling funty v2.0.0
21672026-08-05T04:13:43.184Z Compiling clap_lex v1.0.0
21682026-08-05T04:13:43.234Z Compiling smoltcp v0.9.1
21692026-08-05T04:13:43.484Z Compiling ref-cast v1.0.25
21702026-08-05T04:13:43.542Z Compiling num_threads v0.1.7
21712026-08-05T04:13:43.614Z Compiling unarray v0.1.4
21722026-08-05T04:13:43.619Z Compiling clap_builder v4.6.0
21732026-08-05T04:13:43.724Z Compiling proptest v1.11.0
21742026-08-05T04:13:43.742Z Compiling time v0.3.47
21752026-08-05T04:13:43.762Z Compiling hyper-util v0.1.20
21762026-08-05T04:13:43.809Z Compiling bitvec v1.0.1
21772026-08-05T04:13:44.176Z Compiling darling v0.23.0
21782026-08-05T04:13:44.314Z Compiling num-iter v0.1.45
21792026-08-05T04:13:44.704Z Compiling darling v0.20.11
21802026-08-05T04:13:44.707Z Compiling rand v0.8.6
21812026-08-05T04:13:45.491Z Compiling lazy_static v1.5.0
21822026-08-05T04:13:45.623Z Compiling ipnetwork v0.21.1
21832026-08-05T04:13:45.954Z Compiling anstyle-parse v0.2.7
21842026-08-05T04:13:46.145Z Compiling erased-serde v0.3.31
21852026-08-05T04:13:46.324Z Compiling hmac v0.12.1
21862026-08-05T04:13:46.444Z Compiling async-recursion v1.1.1
21872026-08-05T04:13:46.743Z Compiling sync_wrapper v1.0.2
21882026-08-05T04:13:47.075Z Compiling nodrop v0.1.14
21892026-08-05T04:13:47.089Z Compiling cfg_aliases v0.2.1
21902026-08-05T04:13:47.165Z Compiling crc-catalog v2.4.0
21912026-08-05T04:13:47.272Z Compiling siphasher v1.0.2
21922026-08-05T04:13:47.275Z Compiling crc v3.4.0
21932026-08-05T04:13:47.415Z Compiling nix v0.31.2
21942026-08-05T04:13:47.475Z Compiling array-init v0.0.4
21952026-08-05T04:13:47.828Z Compiling tower v0.5.3
21962026-08-05T04:13:48.177Z Compiling anstream v0.6.21
21972026-08-05T04:13:48.319Z Compiling newtype-uuid v1.3.2
21982026-08-05T04:13:48.339Z Compiling oxnet v0.1.6
21992026-08-05T04:13:48.477Z Compiling clap v4.6.1
22002026-08-05T04:13:48.641Z Compiling derive_builder_core v0.20.2
22012026-08-05T04:13:48.669Z Compiling smallvec v0.6.14
22022026-08-05T04:13:48.699Z Compiling serde_with_macros v3.21.0
22032026-08-05T04:13:48.893Z Compiling regex v1.12.3
22042026-08-05T04:13:49.314Z Compiling http-body-util v0.1.3
22052026-08-05T04:13:49.421Z Compiling pkcs1 v0.7.5
22062026-08-05T04:13:49.507Z Compiling zerocopy v0.6.6
22072026-08-05T04:13:49.565Z Compiling bitfield v0.19.4
22082026-08-05T04:13:49.612Z Compiling hubpack_derive v0.1.1
22092026-08-05T04:13:49.634Z Compiling ref-cast-impl v1.0.25
22102026-08-05T04:13:49.707Z Compiling strum_macros v0.27.2
22112026-08-05T04:13:49.722Z Compiling curve25519-dalek-derive v0.1.1
22122026-08-05T04:13:49.858Z Compiling env_filter v1.0.0
22132026-08-05T04:13:49.877Z Compiling fs-err v3.3.0
22142026-08-05T04:13:49.932Z Compiling usdt-impl v0.5.0
22152026-08-05T04:13:49.968Z Compiling encoding_rs v0.8.35
22162026-08-05T04:13:50.071Z Compiling winnow v0.5.40
22172026-08-05T04:13:50.089Z Compiling ryu v1.0.23
22182026-08-05T04:13:50.133Z Compiling allocator-api2 v0.2.21
22192026-08-05T04:13:50.193Z Compiling object v0.37.3
22202026-08-05T04:13:50.361Z Compiling unicode-properties v0.1.4
22212026-08-05T04:13:50.395Z Compiling unicode-bidi v0.3.18
22222026-08-05T04:13:50.469Z Compiling mime v0.3.17
22232026-08-05T04:13:50.482Z Compiling hashbrown v0.12.3
22242026-08-05T04:13:50.581Z Compiling iri-string v0.7.10
22252026-08-05T04:13:50.676Z Compiling base64 v0.21.7
22262026-08-05T04:13:50.871Z Compiling stringprep v0.1.5
22272026-08-05T04:13:50.950Z Compiling ron v0.8.1
22282026-08-05T04:13:51.351Z Compiling serde_urlencoded v0.7.1
22292026-08-05T04:13:51.558Z Compiling toml_edit v0.19.15
22302026-08-05T04:13:51.622Z Compiling env_logger v0.11.9
22312026-08-05T04:13:51.756Z Compiling tower-http v0.6.8
22322026-08-05T04:13:51.935Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22332026-08-05T04:13:51.953Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22342026-08-05T04:13:52.148Z Compiling rsa v0.9.10
22352026-08-05T04:13:52.717Z Compiling derive_builder_macro v0.20.2
22362026-08-05T04:13:52.776Z Compiling serde-hex v0.1.0
22372026-08-05T04:13:52.792Z Compiling daft v0.1.7
22382026-08-05T04:13:53.064Z Compiling hashbrown v0.13.2
22392026-08-05T04:13:53.169Z Compiling tokio-native-tls v0.3.1
22402026-08-05T04:13:53.230Z Compiling bzip2 v0.4.4
22412026-08-05T04:13:53.363Z Compiling usdt-macro v0.6.0
22422026-08-05T04:13:53.383Z Compiling usdt-attr-macro v0.6.0
22432026-08-05T04:13:53.434Z Compiling block-buffer v0.12.1
22442026-08-05T04:13:53.453Z Compiling crypto-common v0.2.2
22452026-08-05T04:13:53.573Z Compiling block-padding v0.4.2
22462026-08-05T04:13:53.659Z Compiling bstr v1.12.1
22472026-08-05T04:13:53.881Z Compiling scroll v0.12.0
22482026-08-05T04:13:54.084Z Compiling rustls-native-certs v0.8.3
22492026-08-05T04:13:54.175Z Compiling x509-cert v0.2.5
22502026-08-05T04:13:54.296Z Compiling md-5 v0.10.6
22512026-08-05T04:13:54.336Z Compiling hash32 v0.2.1
22522026-08-05T04:13:54.352Z Compiling vergen-lib v9.1.0
22532026-08-05T04:13:54.537Z Compiling psl-types v2.0.11
22542026-08-05T04:13:54.555Z Compiling crc-any v2.5.0
22552026-08-05T04:13:54.605Z Compiling fallible-iterator v0.2.0
22562026-08-05T04:13:54.931Z Compiling postgres-protocol v0.6.10
22572026-08-05T04:13:54.988Z Compiling publicsuffix v2.3.0
22582026-08-05T04:13:55.272Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22592026-08-05T04:13:55.875Z Compiling goblin v0.8.2
22602026-08-05T04:13:56.198Z Compiling inout v0.2.2
22612026-08-05T04:13:56.225Z Compiling object v0.30.4
22622026-08-05T04:13:56.240Z Compiling zip v0.6.6
22632026-08-05T04:13:56.378Z Compiling hyper-tls v0.6.0
22642026-08-05T04:13:56.507Z Compiling derive_builder v0.20.2
22652026-08-05T04:13:56.593Z Compiling toml v0.7.8
22662026-08-05T04:13:57.052Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22672026-08-05T04:13:57.128Z Compiling phf_shared v0.13.1
22682026-08-05T04:13:57.252Z Compiling zerocopy v0.7.35
22692026-08-05T04:13:57.472Z Compiling pin-project v1.1.11
22702026-08-05T04:13:57.578Z Compiling futures-executor v0.3.32
22712026-08-05T04:13:57.629Z Compiling enum-as-inner v0.6.1
22722026-08-05T04:13:57.681Z Compiling serde_repr v0.1.20
22732026-08-05T04:13:57.838Z Compiling vergen v9.1.0
22742026-08-05T04:13:57.857Z Compiling cargo-platform v0.3.2
22752026-08-05T04:13:57.870Z Compiling ff v0.13.1
22762026-08-05T04:13:58.090Z Compiling foldhash v0.2.0
22772026-08-05T04:13:58.151Z Compiling base16ct v0.2.0
22782026-08-05T04:13:58.176Z Compiling foldhash v0.1.5
22792026-08-05T04:13:58.229Z Compiling bitflags v1.3.2
22802026-08-05T04:13:58.317Z Compiling managed v0.8.0
22812026-08-05T04:13:58.349Z Compiling libbz2-rs-sys v0.2.2
22822026-08-05T04:13:58.375Z Compiling path-slash v0.1.5
22832026-08-05T04:13:58.421Z Compiling same-file v1.0.6
22842026-08-05T04:13:58.434Z Compiling cpufeatures v0.3.0
22852026-08-05T04:13:58.512Z Compiling jiff-core v0.1.0
22862026-08-05T04:13:58.528Z Compiling bumpalo v3.20.2
22872026-08-05T04:13:58.560Z Compiling walkdir v2.5.0
22882026-08-05T04:13:58.582Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22892026-08-05T04:13:58.657Z Compiling hashbrown v0.15.5
22902026-08-05T04:13:58.757Z Compiling zopfli v0.8.3
22912026-08-05T04:13:58.797Z Compiling bzip2 v0.6.1
22922026-08-05T04:13:58.863Z Compiling sec1 v0.7.3
22932026-08-05T04:13:58.980Z Compiling hashbrown v0.16.1
22942026-08-05T04:13:59.014Z Compiling dof v0.3.0
22952026-08-05T04:13:59.032Z Compiling cargo_metadata v0.23.1
22962026-08-05T04:13:59.183Z Compiling group v0.13.0
22972026-08-05T04:13:59.229Z Compiling futures v0.3.32
22982026-08-05T04:13:59.324Z Compiling jiff v0.2.34
22992026-08-05T04:13:59.437Z Compiling snafu v0.8.9
23002026-08-05T04:13:59.797Z Compiling phf v0.13.1
23012026-08-05T04:13:59.976Z Compiling zstd v0.13.3
23022026-08-05T04:14:00.311Z Compiling reqwest v0.12.28
23032026-08-05T04:14:00.335Z Compiling cipher v0.5.2
23042026-08-05T04:14:00.453Z Compiling signal-hook-mio v0.2.5
23052026-08-05T04:14:00.592Z Compiling cookie_store v0.22.1
23062026-08-05T04:14:00.627Z Compiling postgres-types v0.2.12
23072026-08-05T04:14:00.651Z Compiling globset v0.4.18
23082026-08-05T04:14:00.668Z Compiling strum v0.27.2
23092026-08-05T04:14:00.881Z Compiling hubpack v0.1.2
23102026-08-05T04:14:00.950Z Compiling phf_shared v0.11.3
23112026-08-05T04:14:01.140Z Compiling hkdf v0.12.4
23122026-08-05T04:14:01.155Z Compiling dtrace-parser v0.2.0
23132026-08-05T04:14:01.158Z Compiling ed25519 v2.2.3
23142026-08-05T04:14:01.185Z Compiling byte-wrapper v0.1.0
23152026-08-05T04:14:01.218Z Compiling olpc-cjson v0.1.4
23162026-08-05T04:14:01.366Z Compiling pem v3.0.6
23172026-08-05T04:14:01.398Z Compiling serde-big-array v0.5.1
23182026-08-05T04:14:01.421Z Compiling serde_plain v1.0.2
23192026-08-05T04:14:01.552Z Compiling crypto-bigint v0.5.5
23202026-08-05T04:14:01.681Z Compiling float-cmp v0.10.0
23212026-08-05T04:14:01.757Z Compiling memmap2 v0.9.10
23222026-08-05T04:14:01.842Z Compiling thread-id v4.2.2
23232026-08-05T04:14:01.990Z Compiling new_debug_unreachable v1.0.6
23242026-08-05T04:14:02.008Z Compiling const-oid v0.10.2
23252026-08-05T04:14:02.012Z Compiling data-encoding v2.10.0
23262026-08-05T04:14:02.012Z Compiling typed-path v0.9.3
23272026-08-05T04:14:02.226Z Compiling keccak v0.1.6
23282026-08-05T04:14:02.332Z Compiling fixedbitset v0.5.7
23292026-08-05T04:14:02.372Z Compiling either v1.15.0
23302026-08-05T04:14:02.446Z Compiling precomputed-hash v0.1.1
23312026-08-05T04:14:02.473Z Compiling predicates-core v1.0.10
23322026-08-05T04:14:02.504Z Compiling winnow v0.7.14
23332026-08-05T04:14:02.549Z Compiling winnow v1.0.3
23342026-08-05T04:14:02.569Z Compiling whoami v2.1.0
23352026-08-05T04:14:02.597Z Compiling toml_write v0.1.2
23362026-08-05T04:14:02.623Z Compiling difflib v0.4.0
23372026-08-05T04:14:02.659Z Compiling normalize-line-endings v0.3.0
23382026-08-05T04:14:02.841Z Compiling fixedbitset v0.4.2
23392026-08-05T04:14:02.965Z Compiling static_assertions v1.1.0
23402026-08-05T04:14:03.025Z Compiling petgraph v0.6.5
23412026-08-05T04:14:03.043Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23422026-08-05T04:14:03.062Z Compiling chacha20 v0.10.0
23432026-08-05T04:14:03.084Z Compiling digest v0.11.3
23442026-08-05T04:14:03.100Z Compiling toml_parser v1.1.2+spec-1.1.0
23452026-08-05T04:14:03.120Z Compiling predicates v3.1.4
23462026-08-05T04:14:03.188Z Compiling tokio-postgres v0.7.16
23472026-08-05T04:14:03.324Z Compiling itertools v0.13.0
23482026-08-05T04:14:03.378Z Compiling petgraph v0.8.3
23492026-08-05T04:14:03.677Z Compiling string_cache v0.8.9
23502026-08-05T04:14:03.703Z Compiling elliptic-curve v0.13.8
23512026-08-05T04:14:03.912Z Compiling toml_edit v0.22.27
23522026-08-05T04:14:04.010Z Compiling sha3 v0.10.8
23532026-08-05T04:14:04.026Z Compiling hickory-proto v0.25.2
23542026-08-05T04:14:04.391Z Compiling usdt v0.6.0
23552026-08-05T04:14:04.656Z Compiling zip v4.6.1
23562026-08-05T04:14:04.871Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23572026-08-05T04:14:05.064Z Compiling ed25519-dalek v2.2.0
23582026-08-05T04:14:05.384Z Compiling crossterm v0.28.1
23592026-08-05T04:14:05.701Z Compiling iddqd v0.4.2
23602026-08-05T04:14:05.841Z Compiling crossbeam-epoch v0.9.18
23612026-08-05T04:14:05.922Z Compiling similar v2.7.0
23622026-08-05T04:14:06.001Z Compiling serde_with v3.21.0
23632026-08-05T04:14:06.082Z Compiling strum v0.26.3
23642026-08-05T04:14:06.186Z Compiling tokio-stream v0.1.18
23652026-08-05T04:14:06.239Z Compiling buf-list v1.1.2
23662026-08-05T04:14:06.255Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23672026-08-05T04:14:06.326Z Compiling openapiv3 v2.2.0
23682026-08-05T04:14:06.510Z Compiling lalrpop-util v0.19.12
23692026-08-05T04:14:06.622Z Compiling peg-runtime v0.8.5
23702026-08-05T04:14:12.758Z Compiling filetime v0.2.27
23712026-08-05T04:14:13.065Z Compiling xattr v1.6.1
23722026-08-05T04:14:13.252Z Compiling tar v0.4.46
23732026-08-05T04:14:21.020Z Compiling multer v3.1.0
23742026-08-05T04:14:21.132Z Compiling thread_local v1.1.9
23752026-08-05T04:14:21.235Z Compiling match_cfg v0.1.0
23762026-08-05T04:14:21.321Z Compiling compression-core v0.4.31
23772026-08-05T04:14:21.336Z Compiling rayon-core v1.13.0
23782026-08-05T04:14:21.523Z Compiling slog-async v2.8.0
23792026-08-05T04:14:21.831Z Compiling compression-codecs v0.4.37
23802026-08-05T04:14:21.865Z Compiling hostname v0.3.1
23812026-08-05T04:14:22.051Z Compiling rustls-webpki v0.103.13
23822026-08-05T04:14:22.133Z Compiling atomicwrites v0.4.4
23832026-08-05T04:14:22.218Z Compiling camino-tempfile v1.4.1
23842026-08-05T04:14:22.221Z Compiling crossbeam-channel v0.5.15
23852026-08-05T04:14:22.270Z Compiling slog-json v2.6.1
23862026-08-05T04:14:22.426Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23872026-08-05T04:14:22.492Z Compiling half v2.7.1
23882026-08-05T04:14:22.519Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23892026-08-05T04:14:22.627Z Compiling async-stream-impl v0.3.6
23902026-08-05T04:14:22.679Z Compiling toml_datetime v1.1.1+spec-1.1.0
23912026-08-05T04:14:22.739Z Compiling serde_spanned v1.1.1
23922026-08-05T04:14:22.840Z Compiling serde_path_to_error v0.1.20
23932026-08-05T04:14:22.859Z Compiling is-terminal v0.4.17
23942026-08-05T04:14:22.920Z Compiling fs-err v2.11.0
23952026-08-05T04:14:22.935Z Compiling dropshot v0.17.1
23962026-08-05T04:14:22.938Z Compiling toml_writer v1.1.1+spec-1.1.0
23972026-08-05T04:14:22.975Z Compiling term v1.2.1
23982026-08-05T04:14:22.991Z Compiling debug-ignore v1.0.5
23992026-08-05T04:14:23.120Z Compiling take_mut v0.2.2
24002026-08-05T04:14:23.145Z Compiling ciborium-io v0.2.2
24012026-08-05T04:14:23.215Z Compiling toml v1.1.2+spec-1.1.0
24022026-08-05T04:14:23.246Z Compiling async-stream v0.3.6
24032026-08-05T04:14:23.259Z Compiling ciborium-ll v0.2.2
24042026-08-05T04:14:23.272Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24052026-08-05T04:14:23.291Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24062026-08-05T04:14:23.341Z Compiling slog-term v2.9.2
24072026-08-05T04:14:23.382Z Compiling slog-bunyan v2.5.0
24082026-08-05T04:14:23.469Z Compiling async-compression v0.4.41
24092026-08-05T04:14:23.537Z Compiling crossbeam-deque v0.8.6
24102026-08-05T04:14:23.585Z Compiling sha1 v0.11.0
24112026-08-05T04:14:23.779Z Compiling parse-display-derive v0.10.0
24122026-08-05T04:14:23.851Z Compiling newtype-uuid-macros v0.1.0
24132026-08-05T04:14:23.956Z Compiling dropshot_endpoint v0.17.1
24142026-08-05T04:14:24.040Z Compiling waitgroup v0.1.2
24152026-08-05T04:14:24.211Z Compiling rustls-pemfile v2.2.0
24162026-08-05T04:14:24.424Z Compiling backon v1.6.0
24172026-08-05T04:14:24.573Z Compiling blake3 v1.8.5
24182026-08-05T04:14:24.589Z Compiling hostname v0.4.2
24192026-08-05T04:14:24.603Z Compiling instant v0.1.13
24202026-08-05T04:14:24.619Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24212026-08-05T04:14:24.676Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24222026-08-05T04:14:24.695Z Compiling backoff v0.4.0
24232026-08-05T04:14:24.787Z Compiling ciborium v0.2.2
24242026-08-05T04:14:24.935Z Compiling toml v0.8.23
24252026-08-05T04:14:25.016Z Compiling regress v0.10.5
24262026-08-05T04:14:25.234Z Compiling parse-display v0.10.0
24272026-08-05T04:14:25.308Z Compiling itertools v0.14.0
24282026-08-05T04:14:25.471Z Compiling tokio-rustls v0.26.4
24292026-08-05T04:14:25.520Z Compiling rustls-platform-verifier v0.6.2
24302026-08-05T04:14:25.678Z Compiling tough v0.22.0
24312026-08-05T04:14:25.735Z Compiling hyper-rustls v0.27.7
24322026-08-05T04:14:25.752Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24332026-08-05T04:14:26.050Z Compiling reqwest v0.13.2
24342026-08-05T04:14:26.067Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24352026-08-05T04:14:26.270Z Compiling macaddr v1.0.1
24362026-08-05T04:14:26.372Z Compiling arrayvec v0.7.6
24372026-08-05T04:14:26.569Z Compiling arrayref v0.3.9
24382026-08-05T04:14:26.633Z Compiling humantime v2.3.0
24392026-08-05T04:14:26.648Z Compiling parse-size v1.1.0
24402026-08-05T04:14:26.663Z Compiling constant_time_eq v0.4.2
24412026-08-05T04:14:26.698Z Compiling indent_write v2.2.0
24422026-08-05T04:14:26.868Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24432026-08-05T04:14:26.871Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24442026-08-05T04:14:26.871Z Compiling digest-io v0.1.0
24452026-08-05T04:14:27.004Z Compiling sha2 v0.11.0
24462026-08-05T04:14:27.042Z Compiling display-error-chain v0.2.2
24472026-08-05T04:14:27.077Z Compiling topological-sort v0.2.2
24482026-08-05T04:14:27.204Z Compiling rawzip v0.4.4
24492026-08-05T04:14:27.223Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24502026-08-05T04:14:27.250Z Compiling shell-words v1.1.1
24512026-08-05T04:14:28.976Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24522026-08-05T04:14:29.281Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24532026-08-05T04:14:34.717Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24542026-08-05T04:14:36.817Z Compiling progenitor-client v0.14.0
24552026-08-05T04:14:36.817Z Compiling omicron-zone-package v0.12.3
24562026-08-05T04:14:37.059Z Compiling progenitor-extras v0.2.0
24572026-08-05T04:14:37.275Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24582026-08-05T04:14:37.431Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24592026-08-05T04:14:37.487Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24602026-08-05T04:14:37.569Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24612026-08-05T04:14:38.417Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24622026-08-05T04:14:42.399Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24632026-08-05T04:14:45.768Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24642026-08-05T04:14:59.553Z Finished `release` profile [optimized] target(s) in 1m 36s
24652026-08-05T04:14:59.700Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24662026-08-05T04:14:59.758ZAug 05 04:14:58.948 DEBG changing working directory to /work/oxidecomputer/omicron
24672026-08-05T04:14:59.855ZAug 05 04:14:59.045 DEBG running: git rev-parse HEAD
24682026-08-05T04:14:59.858ZAug 05 04:14:59.048 DEBG process exited with exit status: 0 (3.2635ms)
24692026-08-05T04:14:59.858ZAug 05 04:14:59.048 INFO version: 22.0.0-0.ci+git84945929ebe
24702026-08-05T04:14:59.866ZAug 05 04:14:59.057 INFO cloning helios to /work/oxidecomputer/helios
24712026-08-05T04:14:59.866ZAug 05 04:14:59.057 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24722026-08-05T04:14:59.869ZCloning into '/work/oxidecomputer/helios'...
24732026-08-05T04:15:00.399ZAug 05 04:14:59.589 DEBG process exited with exit status: 0 (533.194979ms)
24742026-08-05T04:15:00.399ZAug 05 04:14:59.589 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24752026-08-05T04:15:00.403ZAug 05 04:14:59.592 DEBG process exited with exit status: 0 (2.51458ms)
24762026-08-05T04:15:00.403ZAug 05 04:14:59.592 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24772026-08-05T04:15:00.755ZAug 05 04:14:59.946 DEBG process exited with exit status: 0 (353.515109ms)
24782026-08-05T04:15:00.755ZAug 05 04:14:59.946 DEBG running: zfs list rpool/images/build/host
24792026-08-05T04:15:00.762ZNAME USED AVAIL REFER MOUNTPOINT
24802026-08-05T04:15:00.763Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24812026-08-05T04:15:00.766ZAug 05 04:14:59.951 DEBG process exited with exit status: 0 (5.04329ms)
24822026-08-05T04:15:00.766ZAug 05 04:14:59.951 DEBG running: zfs list rpool/images/build/recovery
24832026-08-05T04:15:00.766ZNAME USED AVAIL REFER MOUNTPOINT
24842026-08-05T04:15:00.766Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24852026-08-05T04:15:00.766ZAug 05 04:14:59.955 DEBG process exited with exit status: 0 (4.2284ms)
24862026-08-05T04:15:00.766ZAug 05 04:14:59.955 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24872026-08-05T04:15:00.777ZAug 05 04:14:59.967 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026061000.0.0, but the current nexus API version is 2026073100.0.0; the console needs a client regen and tools/console_version needs a bump
24882026-08-05T04:15:00.780ZAug 05 04:14:59.968 INFO [hubris-production] running task
24892026-08-05T04:15:00.780ZAug 05 04:14:59.968 INFO [incorp-manifest] running task
24902026-08-05T04:15:00.780ZAug 05 04:14:59.968 INFO [hubris-staging] running task
24912026-08-05T04:15:00.780ZAug 05 04:14:59.968 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24922026-08-05T04:15:00.780ZAug 05 04:14:59.969 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24932026-08-05T04:15:00.780ZAug 05 04:14:59.970 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
24942026-08-05T04:15:00.780ZAug 05 04:14:59.970 INFO [incorp-create] running: pkgrepo create /work/incorporation
24952026-08-05T04:15:00.828Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24962026-08-05T04:15:00.882Z[ omicron-package] Blocking waiting for file lock on package cache
24972026-08-05T04:15:01.012ZAug 05 04:15:00.203 INFO [incorp-create] process exited with exit status: 0 (232.83572ms)
24982026-08-05T04:15:01.016ZAug 05 04:15:00.203 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24992026-08-05T04:15:01.260ZAug 05 04:15:00.450 INFO [incorp-publisher] process exited with exit status: 0 (247.40228ms)
25002026-08-05T04:15:01.581Z[ omicron-package] Blocking waiting for file lock on package cache
25012026-08-05T04:15:02.117ZAug 05 04:15:01.306 DEBG process exited with exit status: 0 (1.338305928s)
25022026-08-05T04:15:02.120ZAug 05 04:15:01.307 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25032026-08-05T04:15:02.718Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25042026-08-05T04:15:02.718Z[ omicron-package] Compiling itertools v0.15.0
25052026-08-05T04:15:02.722Z[ omicron-package] Compiling secrecy v0.10.3
25062026-08-05T04:15:02.722Z[ omicron-package] Compiling heapless v0.8.0
25072026-08-05T04:15:02.722Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25082026-08-05T04:15:02.722Z[ omicron-package] Compiling hash32 v0.3.1
25092026-08-05T04:15:02.722Z[ omicron-package] Compiling inout v0.1.4
25102026-08-05T04:15:02.722Z[ omicron-package] Compiling unicode-width v0.2.0
25112026-08-05T04:15:02.722Z[ omicron-package] Compiling smoltcp v0.11.0
25122026-08-05T04:15:02.722Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25132026-08-05T04:15:02.987ZAug 05 04:15:02.177 INFO [hubris-production] task succeeded (2.209054606s)
25142026-08-05T04:15:03.020Z[ omicron-package] Compiling cobs v0.3.0
25152026-08-05T04:15:03.020Z[ omicron-package] Compiling universal-hash v0.5.1
25162026-08-05T04:15:03.024Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25172026-08-05T04:15:03.024Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25182026-08-05T04:15:03.024Z[ omicron-package] Compiling opaque-debug v0.3.1
25192026-08-05T04:15:03.095Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25202026-08-05T04:15:03.441Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25212026-08-05T04:15:03.451Z[ omicron-package] Compiling convert_case v0.4.0
25222026-08-05T04:15:03.822Z[ omicron-package] Compiling cipher v0.4.4
25232026-08-05T04:15:03.887Z[ omicron-package] Compiling postcard v1.1.3
25242026-08-05T04:15:03.887Z[ omicron-package] Compiling poly1305 v0.8.0
25252026-08-05T04:15:04.037ZAug 05 04:15:03.222 DEBG process exited with exit status: 0 (1.915676666s)
25262026-08-05T04:15:04.037ZAug 05 04:15:03.223 INFO [incorp-manifest] task succeeded (3.255204014s)
25272026-08-05T04:15:04.037ZAug 05 04:15:03.223 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25282026-08-05T04:15:04.117Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25292026-08-05T04:15:04.157Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25302026-08-05T04:15:04.193Z[ omicron-package] Compiling password-hash v0.5.0
25312026-08-05T04:15:04.197Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25322026-08-05T04:15:04.274Z[ omicron-package] Compiling chacha20 v0.9.1
25332026-08-05T04:15:04.279ZAug 05 04:15:03.469 INFO [incorp-fmt] process exited with exit status: 0 (245.938339ms)
25342026-08-05T04:15:04.282ZAug 05 04:15:03.470 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25352026-08-05T04:15:04.344Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25362026-08-05T04:15:04.394Z[ omicron-package] Compiling blake2 v0.10.6
25372026-08-05T04:15:04.456Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25382026-08-05T04:15:04.512Z[ omicron-package] Compiling aead v0.5.2
25392026-08-05T04:15:04.656Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25402026-08-05T04:15:04.672Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260805T041503Z
25412026-08-05T04:15:04.672Z[ incorp-pkgsend] PUBLISHED
25422026-08-05T04:15:04.697Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25432026-08-05T04:15:04.716Z[ omicron-package] Compiling proc-macro-error v1.0.4
25442026-08-05T04:15:04.727ZAug 05 04:15:03.917 INFO [incorp-pkgsend] process exited with exit status: 0 (447.874209ms)
25452026-08-05T04:15:04.727ZAug 05 04:15:03.918 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25462026-08-05T04:15:04.760Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25472026-08-05T04:15:04.779Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25482026-08-05T04:15:04.816Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25492026-08-05T04:15:04.860Z[ omicron-package] Compiling derive_more v0.99.20
25502026-08-05T04:15:04.931Z[ omicron-package] Compiling num_enum_derive v0.5.11
25512026-08-05T04:15:05.037Z[ helios-incorp] Retrieving packages for publisher helios ...
25522026-08-05T04:15:05.040Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25532026-08-05T04:15:05.064Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25542026-08-05T04:15:05.068Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25552026-08-05T04:15:05.068Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25562026-08-05T04:15:05.068Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25572026-08-05T04:15:05.068Z[ omicron-package] Compiling num_enum_derive v0.7.6
25582026-08-05T04:15:05.068Z[ omicron-package] Compiling vsss-rs v3.3.4
25592026-08-05T04:15:05.071Z[ helios-incorp]
25602026-08-05T04:15:05.071Z[ helios-incorp] Archiving packages ...
25612026-08-05T04:15:05.071Z[ helios-incorp] Packages to add: 1
25622026-08-05T04:15:05.071Z[ helios-incorp] Files to retrieve: 0
25632026-08-05T04:15:05.071Z[ helios-incorp] Estimated transfer size: 0.00 B
25642026-08-05T04:15:05.071Z[ helios-incorp]
25652026-08-05T04:15:05.071Z[ helios-incorp] Packages to archive:
25662026-08-05T04:15:05.071Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260805T041503Z
25672026-08-05T04:15:05.071Z[ helios-incorp]
25682026-08-05T04:15:05.071Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25692026-08-05T04:15:05.071Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25702026-08-05T04:15:05.187ZAug 05 04:15:04.378 INFO [helios-incorp] process exited with exit status: 0 (460.25923ms)
25712026-08-05T04:15:05.259Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25722026-08-05T04:15:05.336Z[ omicron-package] Compiling ingot-macros v0.2.0
25732026-08-05T04:15:05.340Z[ omicron-package] Compiling argon2 v0.5.3
25742026-08-05T04:15:05.445Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25752026-08-05T04:15:05.507Z[ omicron-package] Compiling tabwriter v1.4.1
25762026-08-05T04:15:05.540Z[ omicron-package] Compiling foreign-types v0.5.0
25772026-08-05T04:15:05.560Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25782026-08-05T04:15:05.583Z[ omicron-package] Compiling cstr-argument v0.1.2
25792026-08-05T04:15:05.606Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25802026-08-05T04:15:05.656Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25812026-08-05T04:15:05.792Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25822026-08-05T04:15:05.908Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25832026-08-05T04:15:05.986Z[ omicron-package] Compiling rayon v1.11.0
25842026-08-05T04:15:06.067Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25852026-08-05T04:15:06.121Z[ omicron-package] Compiling num_enum v0.5.11
25862026-08-05T04:15:06.170Z[ omicron-package] Compiling num_enum v0.7.6
25872026-08-05T04:15:06.233Z[ omicron-package] Compiling rand v0.10.1
25882026-08-05T04:15:06.277Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25892026-08-05T04:15:06.325Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25902026-08-05T04:15:06.354Z[ omicron-package] Compiling libefi-sys v0.1.0
25912026-08-05T04:15:06.395Z[ omicron-package] Compiling colored v3.1.1
25922026-08-05T04:15:06.395Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25932026-08-05T04:15:06.450Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25942026-08-05T04:15:06.496Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25952026-08-05T04:15:06.674Z[ omicron-package] Compiling itertools v0.12.1
25962026-08-05T04:15:06.804Z[ omicron-package] Compiling usdt-macro v0.5.0
25972026-08-05T04:15:06.827Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25982026-08-05T04:15:06.827Z[ omicron-package] Compiling sigpipe v0.1.3
25992026-08-05T04:15:06.827Z[ omicron-package] Compiling memmap v0.7.0
26002026-08-05T04:15:06.863Z[ omicron-package] Compiling bitfield-struct v0.6.2
26012026-08-05T04:15:06.884Z[ omicron-package] Compiling num-derive v0.4.2
26022026-08-05T04:15:07.049Z[ omicron-package] Compiling glob v0.3.3
26032026-08-05T04:15:07.102Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26042026-08-05T04:15:07.129Z[ omicron-package] Compiling swrite v0.1.0
26052026-08-05T04:15:07.367Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26062026-08-05T04:15:07.426Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26072026-08-05T04:15:07.446Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26082026-08-05T04:15:07.630Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26092026-08-05T04:15:07.676Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26102026-08-05T04:15:07.816Z[ omicron-package] Compiling smf v0.2.3
26112026-08-05T04:15:07.856Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26122026-08-05T04:15:07.856Z[ omicron-package] Compiling usdt v0.5.0
26132026-08-05T04:15:07.881Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26142026-08-05T04:15:07.881Z[ omicron-package] Compiling whoami v1.6.1
26152026-08-05T04:15:07.911Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26162026-08-05T04:15:08.017Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26172026-08-05T04:15:08.095Z[ omicron-package] Compiling console v0.16.2
26182026-08-05T04:15:08.209Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26192026-08-05T04:15:08.277Z[ omicron-package] Compiling ingot-types v0.2.0
26202026-08-05T04:15:08.398Z[ omicron-package] Compiling zone v0.3.1
26212026-08-05T04:15:08.431Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26222026-08-05T04:15:08.485Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26232026-08-05T04:15:08.485Z[ omicron-package] Compiling gethostname v0.5.0
26242026-08-05T04:15:08.528Z[ omicron-package] Compiling unit-prefix v0.5.2
26252026-08-05T04:15:08.792Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26262026-08-05T04:15:08.802Z[ omicron-package] Compiling ingot v0.2.1
26272026-08-05T04:15:08.891Z[ omicron-package] Compiling indicatif v0.18.4
26282026-08-05T04:15:09.193Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26292026-08-05T04:15:11.185Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26302026-08-05T04:15:12.369Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26312026-08-05T04:15:13.489Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26322026-08-05T04:15:15.418Z[ helios-setup] Aug 05 04:15:14.597 INFO helios repository root is: /work/oxidecomputer/helios
26332026-08-05T04:15:15.424Z[ helios-setup] Aug 05 04:15:14.599 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
26342026-08-05T04:15:15.424Z[ helios-setup] Aug 05 04:15:14.599 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26352026-08-05T04:15:15.424Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26362026-08-05T04:15:15.871Z[ helios-setup] Aug 05 04:15:15.061 INFO clone ok!, project: image-builder
26372026-08-05T04:15:15.876Z[ helios-setup] Aug 05 04:15:15.061 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
26382026-08-05T04:15:15.876Z[ helios-setup] Aug 05 04:15:15.061 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26392026-08-05T04:15:15.876Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26402026-08-05T04:15:16.339Z[ helios-setup] Aug 05 04:15:15.524 INFO clone ok!, project: pinprick
26412026-08-05T04:15:16.355Z[ helios-setup] Aug 05 04:15:15.525 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
26422026-08-05T04:15:16.355Z[ helios-setup] Aug 05 04:15:15.525 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26432026-08-05T04:15:16.355Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26442026-08-05T04:15:16.991Z[ helios-setup] Aug 05 04:15:16.181 INFO clone ok!, project: pilot
26452026-08-05T04:15:16.991Z[ helios-setup] Aug 05 04:15:16.182 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26462026-08-05T04:15:16.991Z[ helios-setup] Aug 05 04:15:16.182 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
26472026-08-05T04:15:16.997Z[ helios-setup] Aug 05 04:15:16.182 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26482026-08-05T04:15:16.997Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26492026-08-05T04:15:17.547Z[ helios-setup] Aug 05 04:15:16.734 INFO clone ok!, project: dmar-report
26502026-08-05T04:15:17.547Z[ helios-setup] Aug 05 04:15:16.734 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
26512026-08-05T04:15:17.552Z[ helios-setup] Aug 05 04:15:16.734 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26522026-08-05T04:15:17.552Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26532026-08-05T04:15:18.017ZAug 05 04:15:17.189 INFO [hubris-staging] task succeeded (17.220577496s)
26542026-08-05T04:15:18.045Z[ helios-setup] Aug 05 04:15:17.225 INFO clone ok!, project: phbl
26552026-08-05T04:15:18.058Z[ helios-setup] Aug 05 04:15:17.226 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
26562026-08-05T04:15:18.058Z[ helios-setup] Aug 05 04:15:17.226 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
26572026-08-05T04:15:18.058Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26582026-08-05T04:15:18.178Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26592026-08-05T04:15:18.866Z[ helios-setup] Aug 05 04:15:18.055 INFO clone ok!, project: amd-host-image-builder
26602026-08-05T04:15:18.921Z[ helios-setup] Aug 05 04:15:18.056 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
26612026-08-05T04:15:18.921Z[ helios-setup] Aug 05 04:15:18.056 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26622026-08-05T04:15:18.921Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26632026-08-05T04:15:19.669Z[ helios-setup] Aug 05 04:15:18.834 INFO clone ok!, project: chelsio-t6-roms
26642026-08-05T04:15:19.674Z[ helios-setup] Aug 05 04:15:18.834 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26652026-08-05T04:15:19.674Z[ helios-setup] Aug 05 04:15:18.834 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
26662026-08-05T04:15:19.674Z[ helios-setup] Aug 05 04:15:18.834 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26672026-08-05T04:15:19.674Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26682026-08-05T04:15:21.441Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26692026-08-05T04:15:22.528Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26702026-08-05T04:15:31.026Z[ helios-setup] Aug 05 04:15:30.215 INFO clone ok!, project: amd-firmware
26712026-08-05T04:15:31.026Z[ helios-setup] Aug 05 04:15:30.215 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26722026-08-05T04:15:31.026Z[ helios-setup] Aug 05 04:15:30.215 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
26732026-08-05T04:15:31.026Z[ helios-setup] Aug 05 04:15:30.215 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26742026-08-05T04:15:31.031Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26752026-08-05T04:15:31.458Z[ helios-setup] Aug 05 04:15:30.648 INFO clone ok!, project: bootserver
26762026-08-05T04:15:31.471Z[ helios-setup] Aug 05 04:15:30.648 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26772026-08-05T04:15:31.673Z[ helios-setup] Aug 05 04:15:30.863 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26782026-08-05T04:15:31.901Z[ helios-setup] Aug 05 04:15:31.089 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26792026-08-05T04:15:31.901Z[ helios-setup] Aug 05 04:15:31.089 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26802026-08-05T04:15:32.046Z[ omicron-package] Finished `release` profile [optimized] target(s) in 31.26s
26812026-08-05T04:15:32.113Z[ helios-setup] Aug 05 04:15:31.301 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26822026-08-05T04:15:32.283Z[ omicron-package]
26832026-08-05T04:15:32.283Z[ omicron-package] real 31.440180118
26842026-08-05T04:15:32.289Z[ omicron-package] user 2:56.302266945
26852026-08-05T04:15:32.289Z[ omicron-package] sys 20.887467249
26862026-08-05T04:15:32.289Z[ omicron-package] trap 0.288961894
26872026-08-05T04:15:32.289Z[ omicron-package] tflt 0.567750588
26882026-08-05T04:15:32.289Z[ omicron-package] dflt 2.045835367
26892026-08-05T04:15:32.289Z[ omicron-package] kflt 0.000457761
26902026-08-05T04:15:32.289Z[ omicron-package] lock 7:53.474561622
26912026-08-05T04:15:32.289ZAug 05 04:15:31.474 [ omicron-package] slp 4:11.449781080
26922026-08-05T04:15:32.289ZINFO [omicron-package] process exited with exit status: 0 (31.504227147s)
26932026-08-05T04:15:32.290Z[ omicron-package] lat 30.571395711
26942026-08-05T04:15:32.290Z[ omicron-package] stop 1:11.896348267
26952026-08-05T04:15:32.290ZAug 05 04:15:31.474 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26962026-08-05T04:15:32.290ZAug 05 04:15:31.474 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26972026-08-05T04:15:32.295Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26982026-08-05T04:15:32.295Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26992026-08-05T04:15:32.299Z[ host-target] Created new build target 'host' and set it as active
27002026-08-05T04:15:32.299Z[ recovery-target] Created new build target 'recovery' and set it as active
27012026-08-05T04:15:32.299ZAug 05 04:15:31.488 INFO [host-target] process exited with exit status: 0 (14.28515ms)
27022026-08-05T04:15:32.299ZAug 05 04:15:31.488 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27032026-08-05T04:15:32.304ZAug 05 04:15:31.489 INFO [recovery-target] process exited with exit status: 0 (14.5754ms)
27042026-08-05T04:15:32.309Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27052026-08-05T04:15:32.326Z[ helios-setup] Aug 05 04:15:31.517 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27062026-08-05T04:15:32.327Z[ helios-setup] Aug 05 04:15:31.517 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27072026-08-05T04:15:32.551Z[ helios-setup] Aug 05 04:15:31.733 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27082026-08-05T04:15:32.765Z[ helios-setup] Aug 05 04:15:31.949 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27092026-08-05T04:15:32.765Z[ helios-setup] Aug 05 04:15:31.950 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27102026-08-05T04:15:32.782Z[ helios-setup] Aug 05 04:15:31.950 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27112026-08-05T04:15:32.782Z[ helios-setup] Aug 05 04:15:31.950 INFO ok!
27122026-08-05T04:15:32.783Z[ helios-setup] Aug 05 04:15:31.950 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27132026-08-05T04:15:32.783Z[ helios-setup] Aug 05 04:15:31.950 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27142026-08-05T04:15:32.783Z[ helios-setup] Aug 05 04:15:31.950 INFO ok!
27152026-08-05T04:15:32.783Z[ helios-setup] Aug 05 04:15:31.950 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27162026-08-05T04:15:32.783Z[ helios-setup] Aug 05 04:15:31.950 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27172026-08-05T04:15:32.783Z[ helios-setup] Aug 05 04:15:31.950 INFO ok!
27182026-08-05T04:15:32.783Z[ helios-setup] Aug 05 04:15:31.950 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
27192026-08-05T04:15:32.783Z[ helios-setup] Aug 05 04:15:31.958 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
27202026-08-05T04:15:32.783Z[ helios-setup] Aug 05 04:15:31.958 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27212026-08-05T04:15:32.783Z[ helios-setup] Aug 05 04:15:31.958 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27222026-08-05T04:15:32.835Z[ helios-setup] Aug 05 04:15:32.025 INFO E| Blocking waiting for file lock on package cache
27232026-08-05T04:15:32.892Z[ helios-setup] Aug 05 04:15:32.080 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27242026-08-05T04:15:32.908Z[ host-package] Blocking waiting for file lock on package cache
27252026-08-05T04:15:33.121Z[ helios-setup] Aug 05 04:15:32.310 INFO E| From https://github.com/jclulow/rust-jmclib
27262026-08-05T04:15:33.121Z[ helios-setup] Aug 05 04:15:32.310 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27272026-08-05T04:15:33.128Z[ helios-setup] Aug 05 04:15:32.319 INFO E| Updating crates.io index
27282026-08-05T04:15:33.176Z[ helios-setup] Aug 05 04:15:32.366 INFO E| Blocking waiting for file lock on package cache
27292026-08-05T04:15:33.325Z[ helios-setup] Aug 05 04:15:32.512 INFO E| Downloading crates ...
27302026-08-05T04:15:33.338Z[ host-package] Blocking waiting for file lock on package cache
27312026-08-05T04:15:33.388Z[ helios-setup] Aug 05 04:15:32.574 INFO E| Downloaded itoa v1.0.9
27322026-08-05T04:15:33.400Z[ helios-setup] Aug 05 04:15:32.585 INFO E| Downloaded serde v1.0.193
27332026-08-05T04:15:33.409Z[ helios-setup] Aug 05 04:15:32.588 INFO E| Downloaded libdevinfo-sys v1.0.0
27342026-08-05T04:15:33.409Z[ helios-setup] Aug 05 04:15:32.590 INFO E| Downloaded sha-1 v0.9.8
27352026-08-05T04:15:33.415Z[ helios-setup] Aug 05 04:15:32.594 INFO E| Downloaded fastrand v2.0.0
27362026-08-05T04:15:33.416Z[ helios-setup] Aug 05 04:15:32.596 INFO E| Downloaded ryu v1.0.15
27372026-08-05T04:15:33.419Z[ helios-setup] Aug 05 04:15:32.604 INFO E| Downloaded cpufeatures v0.2.9
27382026-08-05T04:15:33.419Z[ helios-setup] Aug 05 04:15:32.606 INFO E| Downloaded md-5 v0.9.1
27392026-08-05T04:15:33.419Z[ helios-setup] Aug 05 04:15:32.607 INFO E| Downloaded opaque-debug v0.3.0
27402026-08-05T04:15:33.431Z[ helios-setup] Aug 05 04:15:32.615 INFO E| Downloaded block-buffer v0.9.0
27412026-08-05T04:15:33.449Z[ helios-setup] Aug 05 04:15:32.619 INFO E| Downloaded errno v0.3.1
27422026-08-05T04:15:33.449Z[ helios-setup] Aug 05 04:15:32.619 INFO E| Downloaded glob v0.3.1
27432026-08-05T04:15:33.453Z[ helios-setup] Aug 05 04:15:32.628 INFO E| Downloaded digest v0.9.0
27442026-08-05T04:15:33.453Z[ helios-setup] Aug 05 04:15:32.635 INFO E| Downloaded tempfile v3.7.0
27452026-08-05T04:15:33.453Z[ helios-setup] Aug 05 04:15:32.637 INFO E| Downloaded unicode-width v0.1.10
27462026-08-05T04:15:33.453Z[ helios-setup] Aug 05 04:15:32.638 INFO E| Downloaded getrandom v0.2.10
27472026-08-05T04:15:33.453Z[ helios-setup] Aug 05 04:15:32.640 INFO E| Downloaded quote v1.0.31
27482026-08-05T04:15:33.460Z[ helios-setup] Aug 05 04:15:32.647 INFO E| Downloaded walkdir v2.3.3
27492026-08-05T04:15:33.468Z[ helios-setup] Aug 05 04:15:32.648 INFO E| Downloaded bitflags v2.3.3
27502026-08-05T04:15:33.468Z[ helios-setup] Aug 05 04:15:32.649 INFO E| Downloaded proc-macro2 v1.0.66
27512026-08-05T04:15:33.468Z[ helios-setup] Aug 05 04:15:32.650 INFO E| Downloaded once_cell v1.18.0
27522026-08-05T04:15:33.468Z[ helios-setup] Aug 05 04:15:32.651 INFO E| Downloaded anyhow v1.0.72
27532026-08-05T04:15:33.468Z[ helios-setup] Aug 05 04:15:32.653 INFO E| Downloaded serde_derive v1.0.193
27542026-08-05T04:15:33.473Z[ helios-setup] Aug 05 04:15:32.657 INFO E| Downloaded unicode-ident v1.0.11
27552026-08-05T04:15:33.473Z[ helios-setup] Aug 05 04:15:32.658 INFO E| Downloaded typenum v1.16.0
27562026-08-05T04:15:33.485Z[ helios-setup] Aug 05 04:15:32.665 INFO E| Downloaded toml v0.5.11
27572026-08-05T04:15:33.485Z[ helios-setup] Aug 05 04:15:32.666 INFO E| Downloaded uuid v0.8.2
27582026-08-05T04:15:33.506Z[ helios-setup] Aug 05 04:15:32.690 INFO E| Downloaded serde_json v1.0.103
27592026-08-05T04:15:33.528Z[ helios-setup] Aug 05 04:15:32.704 INFO E| Downloaded syn v2.0.32
27602026-08-05T04:15:33.538Z[ helios-setup] Aug 05 04:15:32.725 INFO E| Downloaded rustix v0.38.4
27612026-08-05T04:15:33.575Z[ helios-setup] Aug 05 04:15:32.756 INFO E| Downloaded libc v0.2.147
27622026-08-05T04:15:33.611Z[ helios-setup] Aug 05 04:15:32.800 INFO E| Compiling libc v0.2.147
27632026-08-05T04:15:33.611Z[ helios-setup] Aug 05 04:15:32.800 INFO E| Compiling proc-macro2 v1.0.66
27642026-08-05T04:15:33.611Z[ helios-setup] Aug 05 04:15:32.800 INFO E| Compiling unicode-ident v1.0.11
27652026-08-05T04:15:33.626Z[ helios-setup] Aug 05 04:15:32.800 INFO E| Compiling cfg-if v1.0.0
27662026-08-05T04:15:33.626Z[ helios-setup] Aug 05 04:15:32.800 INFO E| Compiling typenum v1.16.0
27672026-08-05T04:15:33.626Z[ helios-setup] Aug 05 04:15:32.801 INFO E| Compiling version_check v0.9.4
27682026-08-05T04:15:33.627Z[ helios-setup] Aug 05 04:15:32.801 INFO E| Compiling serde v1.0.193
27692026-08-05T04:15:33.627Z[ helios-setup] Aug 05 04:15:32.801 INFO E| Compiling itoa v1.0.9
27702026-08-05T04:15:33.627Z[ helios-setup] Aug 05 04:15:32.801 INFO E| Compiling powerfmt v0.2.0
27712026-08-05T04:15:33.629Z[ helios-setup] Aug 05 04:15:32.801 INFO E| Compiling time-core v0.1.2
27722026-08-05T04:15:33.630Z[ helios-setup] Aug 05 04:15:32.801 INFO E| Compiling slog v2.7.0
27732026-08-05T04:15:33.639Z[ helios-setup] Aug 05 04:15:32.815 INFO E| Compiling num-conv v0.1.0
27742026-08-05T04:15:33.639Z[ helios-setup] Aug 05 04:15:32.816 INFO E| Compiling rustix v0.38.4
27752026-08-05T04:15:33.639Z[ helios-setup] Aug 05 04:15:32.816 INFO E| Compiling bitflags v2.3.3
27762026-08-05T04:15:33.640Z[ helios-setup] Aug 05 04:15:32.816 INFO E| Compiling num_threads v0.1.6
27772026-08-05T04:15:33.640Z[ helios-setup] Aug 05 04:15:32.816 INFO E| Compiling once_cell v1.18.0
27782026-08-05T04:15:33.713Z[ helios-setup] Aug 05 04:15:32.903 INFO E| Compiling fastrand v2.0.0
27792026-08-05T04:15:33.746Z[ helios-setup] Aug 05 04:15:32.936 INFO E| Compiling opaque-debug v0.3.0
27802026-08-05T04:15:33.746Z[ helios-setup] Aug 05 04:15:32.936 INFO E| Compiling serde_json v1.0.103
27812026-08-05T04:15:33.771Z[ helios-setup] Aug 05 04:15:32.961 INFO E| Compiling anyhow v1.0.72
27822026-08-05T04:15:33.800Z[ helios-setup] Aug 05 04:15:32.983 INFO E| Compiling deranged v0.3.11
27832026-08-05T04:15:33.808Z[ helios-setup] Aug 05 04:15:32.998 INFO E| Compiling time-macros v0.2.18
27842026-08-05T04:15:33.856Z[ helios-setup] Aug 05 04:15:33.031 INFO E| Compiling thread_local v1.1.7
27852026-08-05T04:15:33.865Z[ helios-setup] Aug 05 04:15:33.055 INFO E| Compiling same-file v1.0.6
27862026-08-05T04:15:33.870Z[ helios-setup] Aug 05 04:15:33.057 INFO E| Compiling cpufeatures v0.2.9
27872026-08-05T04:15:33.874Z[ helios-setup] Aug 05 04:15:33.061 INFO E| Compiling unicode-width v0.1.10
27882026-08-05T04:15:33.941Z[ helios-setup] Aug 05 04:15:33.131 INFO E| Compiling ryu v1.0.15
27892026-08-05T04:15:33.947Z[ helios-setup] Aug 05 04:15:33.136 INFO E| Compiling generic-array v0.14.7
27902026-08-05T04:15:33.991Z[ helios-setup] Aug 05 04:15:33.181 INFO E| Compiling walkdir v2.3.3
27912026-08-05T04:15:34.008Z[ helios-setup] Aug 05 04:15:33.198 INFO E| Compiling getopts v0.2.21
27922026-08-05T04:15:34.046Z[ helios-setup] Aug 05 04:15:33.234 INFO E| Compiling glob v0.3.1
27932026-08-05T04:15:34.051Z[ helios-setup] Aug 05 04:15:33.239 INFO E| Compiling libdevinfo-sys v1.0.0
27942026-08-05T04:15:34.365Z[ helios-setup] Aug 05 04:15:33.553 INFO E| Compiling quote v1.0.31
27952026-08-05T04:15:34.385Z[ helios-setup] Aug 05 04:15:33.575 INFO E| Compiling dirs-sys-next v0.1.2
27962026-08-05T04:15:34.385Z[ helios-setup] Aug 05 04:15:33.575 INFO E| Compiling errno v0.3.1
27972026-08-05T04:15:34.385Z[ helios-setup] Aug 05 04:15:33.575 INFO E| Compiling atty v0.2.14
27982026-08-05T04:15:34.391Z[ helios-setup] Aug 05 04:15:33.579 INFO E| Compiling getrandom v0.2.10
27992026-08-05T04:15:34.510Z[ helios-setup] Aug 05 04:15:33.700 INFO E| Compiling dirs-next v2.0.0
28002026-08-05T04:15:34.524Z[ helios-setup] Aug 05 04:15:33.709 INFO E| Compiling syn v2.0.32
28012026-08-05T04:15:34.577Z[ helios-setup] Aug 05 04:15:33.766 INFO E| Compiling term v0.7.0
28022026-08-05T04:15:34.582Z[ host-package] Compiling heck v0.5.0
28032026-08-05T04:15:34.582Z[ host-package] Compiling regress v0.11.1
28042026-08-05T04:15:34.670Z[ helios-setup] Aug 05 04:15:33.855 INFO E| Compiling time v0.3.36
28052026-08-05T04:15:34.817Z[ host-package] Compiling unsafe-libyaml v0.2.11
28062026-08-05T04:15:34.857Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28072026-08-05T04:15:34.888Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28082026-08-05T04:15:34.898Z[ helios-setup] Aug 05 04:15:34.088 INFO E| Compiling block-buffer v0.9.0
28092026-08-05T04:15:34.898Z[ helios-setup] Aug 05 04:15:34.088 INFO E| Compiling digest v0.9.0
28102026-08-05T04:15:34.911Z[ host-package] Compiling derive-where v1.6.0
28112026-08-05T04:15:34.920Z[ host-package] Compiling bytecount v0.6.9
28122026-08-05T04:15:34.920Z[ host-package] Compiling atomicwrites v0.4.4
28132026-08-05T04:15:34.920Z[ host-package] Compiling is-terminal v0.4.17
28142026-08-05T04:15:34.938Z[ host-package] Compiling prettyplease v0.2.37
28152026-08-05T04:15:34.938Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28162026-08-05T04:15:34.938Z[ host-package] Compiling console v0.15.11
28172026-08-05T04:15:34.942Z[ host-package] Compiling newline-converter v0.3.0
28182026-08-05T04:15:34.942Z[ host-package] Compiling slog-dtrace v0.3.0
28192026-08-05T04:15:34.942Z[ host-package] Compiling resolv-conf v0.7.6
28202026-08-05T04:15:34.978Z[ helios-setup] Aug 05 04:15:34.167 INFO E| Compiling tempfile v3.7.0
28212026-08-05T04:15:34.988Z[ helios-setup] Aug 05 04:15:34.178 INFO E| Compiling sha-1 v0.9.8
28222026-08-05T04:15:34.988Z[ helios-setup] Aug 05 04:15:34.178 INFO E| Compiling md-5 v0.9.1
28232026-08-05T04:15:35.269Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28242026-08-05T04:15:35.323Z[ host-package] Compiling num-rational v0.4.2
28252026-08-05T04:15:35.323Z[ host-package] Compiling num-complex v0.4.6
28262026-08-05T04:15:35.382Z[ host-package] Compiling thread_local v1.1.9
28272026-08-05T04:15:35.452Z[ helios-setup] Aug 05 04:15:34.641 INFO E| Compiling slog-term v2.9.0
28282026-08-05T04:15:35.461Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28292026-08-05T04:15:35.558Z[ host-package] Compiling expectorate v1.2.0
28302026-08-05T04:15:35.692Z[ host-package] Compiling cancel-safe-futures v0.1.5
28312026-08-05T04:15:35.698Z[ host-package] Compiling match_cfg v0.1.0
28322026-08-05T04:15:35.874Z[ host-package] Compiling compression-core v0.4.31
28332026-08-05T04:15:35.879Z[ host-package] Compiling unicode-width v0.1.14
28342026-08-05T04:15:35.879Z[ host-package] Compiling hostname v0.3.1
28352026-08-05T04:15:35.924Z[ host-package] Compiling num v0.4.3
28362026-08-05T04:15:35.958Z[ host-package] Compiling multer v3.1.0
28372026-08-05T04:15:36.037Z[ helios-setup] Aug 05 04:15:35.227 INFO E| Compiling serde_derive v1.0.193
28382026-08-05T04:15:36.043Z[ host-package] Compiling slog-async v2.8.0
28392026-08-05T04:15:36.043Z[ host-package] Compiling crossbeam-channel v0.5.15
28402026-08-05T04:15:36.108Z[ host-package] Compiling compression-codecs v0.4.37
28412026-08-05T04:15:36.153Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28422026-08-05T04:15:36.175Z[ host-package] Compiling slog-json v2.6.1
28432026-08-05T04:15:36.198Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28442026-08-05T04:15:36.228Z[ host-package] Compiling serde_spanned v1.1.1
28452026-08-05T04:15:36.376Z[ host-package] Compiling linked-hash-map v0.5.6
28462026-08-05T04:15:36.405Z[ host-package] Compiling take_mut v0.2.2
28472026-08-05T04:15:36.408Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28482026-08-05T04:15:36.454Z[ host-package] Compiling typify-impl v0.6.2
28492026-08-05T04:15:36.454Z[ host-package] Compiling float-ord v0.3.2
28502026-08-05T04:15:36.499Z[ host-package] Compiling term v1.2.1
28512026-08-05T04:15:36.550Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28522026-08-05T04:15:36.571Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28532026-08-05T04:15:36.615Z[ host-package] Compiling lru-cache v0.1.2
28542026-08-05T04:15:37.417Z[ host-package] Compiling slog-bunyan v2.5.0
28552026-08-05T04:15:37.417Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28562026-08-05T04:15:37.417Z[ host-package] Compiling async-compression v0.4.41
28572026-08-05T04:15:37.417Z[ host-package] Compiling slog-term v2.9.2
28582026-08-05T04:15:37.417Z[ host-package] Compiling async-stream v0.3.6
28592026-08-05T04:15:37.417Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28602026-08-05T04:15:37.417Z[ host-package] Compiling dropshot v0.17.1
28612026-08-05T04:15:37.417Z[ host-package] Compiling sha1 v0.11.0
28622026-08-05T04:15:37.417Z[ host-package] Compiling progenitor-client v0.14.0
28632026-08-05T04:15:37.417Z[ host-package] Compiling waitgroup v0.1.2
28642026-08-05T04:15:37.417Z[ host-package] Compiling rustls-pemfile v2.2.0
28652026-08-05T04:15:37.417Z[ host-package] Compiling backon v1.6.0
28662026-08-05T04:15:37.431Z[ host-package] Compiling hostname v0.4.2
28672026-08-05T04:15:37.473Z[ host-package] Compiling serde_path_to_error v0.1.20
28682026-08-05T04:15:37.545Z[ host-package] Compiling instant v0.1.13
28692026-08-05T04:15:37.584Z[ host-package] Compiling minimal-lexical v0.2.1
28702026-08-05T04:15:37.624Z[ host-package] Compiling linear-map v1.2.0
28712026-08-05T04:15:37.681Z[ host-package] Compiling debug-ignore v1.0.5
28722026-08-05T04:15:37.709Z[ host-package] Compiling backoff v0.4.0
28732026-08-05T04:15:37.778Z[ host-package] Compiling progenitor-extras v0.2.0
28742026-08-05T04:15:37.822Z[ host-package] Compiling nom v7.1.3
28752026-08-05T04:15:37.918Z[ host-package] Compiling oxide-update-engine v0.1.2
28762026-08-05T04:15:37.934Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28772026-08-05T04:15:37.958Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28782026-08-05T04:15:37.979Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28792026-08-05T04:15:38.069Z[ host-package] Compiling parse-display v0.10.0
28802026-08-05T04:15:38.136Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28812026-08-05T04:15:38.314Z[ host-package] Compiling hickory-proto v0.24.4
28822026-08-05T04:15:38.715Z[ host-package] Compiling regress v0.10.5
28832026-08-05T04:15:38.908Z[ host-package] Compiling itertools v0.14.0
28842026-08-05T04:15:39.218Z[ host-package] Compiling macaddr v1.0.1
28852026-08-05T04:15:39.422Z[ host-package] Compiling humantime v2.3.0
28862026-08-05T04:15:39.469Z[ host-package] Compiling unicode-xid v0.2.6
28872026-08-05T04:15:39.645Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28882026-08-05T04:15:39.714Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28892026-08-05T04:15:39.745Z[ host-package] Compiling convert_case v0.10.0
28902026-08-05T04:15:39.775Z[ host-package] Compiling owo-colors v4.3.0
28912026-08-05T04:15:39.810Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28922026-08-05T04:15:40.043Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28932026-08-05T04:15:40.119Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28942026-08-05T04:15:40.203Z[ host-package] Compiling typify-macro v0.6.2
28952026-08-05T04:15:40.265Z[ host-package] Compiling derive_more-impl v2.1.1
28962026-08-05T04:15:40.312Z[ host-package] Compiling toml v0.8.23
28972026-08-05T04:15:40.475Z[ helios-setup] Aug 05 04:15:39.665 INFO E| Compiling toml v0.5.11
28982026-08-05T04:15:40.475Z[ helios-setup] Aug 05 04:15:39.665 INFO E| Compiling uuid v0.8.2
28992026-08-05T04:15:40.834Z[ host-package] Compiling papergrid v0.11.0
29002026-08-05T04:15:40.958Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29012026-08-05T04:15:41.004Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29022026-08-05T04:15:41.194Z[ host-package] Compiling hickory-resolver v0.24.4
29032026-08-05T04:15:41.217Z[ host-package] Compiling tabled_derive v0.7.0
29042026-08-05T04:15:41.241Z[ helios-setup] Aug 05 04:15:40.431 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29052026-08-05T04:15:41.288Z[ host-package] Compiling derive_more v2.1.1
29062026-08-05T04:15:41.502Z[ host-package] Compiling termtree v0.5.1
29072026-08-05T04:15:41.557Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29082026-08-05T04:15:41.764Z[ host-package] Compiling crossterm v0.29.0
29092026-08-05T04:15:41.935Z[ host-package] Compiling typify v0.6.2
29102026-08-05T04:15:42.041Z[ helios-setup] Aug 05 04:15:41.230 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29112026-08-05T04:15:42.258Z[ host-package] Compiling progenitor-impl v0.14.0
29122026-08-05T04:15:42.358Z[ host-package] Compiling tabled v0.15.0
29132026-08-05T04:15:42.836Z[ host-package] Compiling qorb v0.4.1
29142026-08-05T04:15:43.393Z[ host-package] Compiling phf_shared v0.12.1
29152026-08-05T04:15:43.719Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29162026-08-05T04:15:44.271Z[ host-package] Compiling csv-core v0.1.13
29172026-08-05T04:15:44.582Z[ host-package] Compiling progenitor-macro v0.14.0
29182026-08-05T04:15:44.699Z[ host-package] Compiling vte v0.14.1
29192026-08-05T04:15:44.818Z[ host-package] Compiling highway v1.3.0
29202026-08-05T04:15:45.778Z[ host-package] Compiling chrono-tz v0.10.4
29212026-08-05T04:15:46.054Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29222026-08-05T04:15:46.335Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29232026-08-05T04:15:46.405Z[ host-package] Compiling csv v1.4.0
29242026-08-05T04:15:46.533Z[ host-package] Compiling phf v0.12.1
29252026-08-05T04:15:46.563Z[ host-package] Compiling const_format_proc_macros v0.2.34
29262026-08-05T04:15:46.717Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29272026-08-05T04:15:46.929Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29282026-08-05T04:15:46.965Z[ helios-setup] Aug 05 04:15:46.154 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s
29292026-08-05T04:15:46.989Z[ helios-setup] Aug 05 04:15:46.179 INFO building project "image-builder" ok (14 seconds)
29302026-08-05T04:15:46.989Z[ helios-setup] Aug 05 04:15:46.179 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
29312026-08-05T04:15:46.998Z[ helios-setup] Aug 05 04:15:46.187 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
29322026-08-05T04:15:46.998Z[ helios-setup] Aug 05 04:15:46.187 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
29332026-08-05T04:15:46.998Z[ helios-setup] Aug 05 04:15:46.187 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
29342026-08-05T04:15:47.166Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29352026-08-05T04:15:47.182Z[ helios-setup] Aug 05 04:15:46.371 INFO E| Downloading crates ...
29362026-08-05T04:15:47.224Z[ helios-setup] Aug 05 04:15:46.413 INFO E| Downloaded adler2 v2.0.0
29372026-08-05T04:15:47.236Z[ helios-setup] Aug 05 04:15:46.426 INFO E| Downloaded miniz_oxide v0.8.8
29382026-08-05T04:15:47.244Z[ host-package] Compiling fd-lock v4.0.4
29392026-08-05T04:15:47.276Z[ helios-setup] Aug 05 04:15:46.466 INFO E| Compiling adler2 v2.0.0
29402026-08-05T04:15:47.362Z[ helios-setup] Aug 05 04:15:46.552 INFO E| Compiling miniz_oxide v0.8.8
29412026-08-05T04:15:47.454Z[ host-package] Compiling peg-macros v0.8.5
29422026-08-05T04:15:49.192Z[ host-package] Compiling nu-ansi-term v0.50.3
29432026-08-05T04:15:49.200Z[ host-package] Compiling reedline v0.40.0
29442026-08-05T04:15:49.200Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29452026-08-05T04:15:49.200Z[ helios-setup] Aug 05 04:15:47.545 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
29462026-08-05T04:15:49.201Z[ helios-setup] Aug 05 04:15:48.039 INFO E| Finished `release` profile [optimized] target(s) in 1.83s
29472026-08-05T04:15:49.201Z[ helios-setup] Aug 05 04:15:48.050 INFO building project "pinprick" ok (1 seconds)
29482026-08-05T04:15:49.201Z[ helios-setup] Aug 05 04:15:48.050 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29492026-08-05T04:15:49.201Z[ helios-setup] Aug 05 04:15:48.060 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
29502026-08-05T04:15:49.201Z[ helios-setup] Aug 05 04:15:48.060 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29512026-08-05T04:15:49.201Z[ helios-setup] Aug 05 04:15:48.060 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29522026-08-05T04:15:49.201Z[ host-package] Compiling peg v0.8.5
29532026-08-05T04:15:49.201Z[ helios-setup] Aug 05 04:15:48.171 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29542026-08-05T04:15:49.201Z[ host-package] Compiling const_format v0.2.35
29552026-08-05T04:15:49.201Z[ host-package] Compiling progenitor v0.14.0
29562026-08-05T04:15:49.204Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29572026-08-05T04:15:49.249Z[ helios-setup] Aug 05 04:15:48.438 INFO E| From https://github.com/jclulow/hiercmd
29582026-08-05T04:15:49.249Z[ helios-setup] Aug 05 04:15:48.438 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
29592026-08-05T04:15:49.264Z[ helios-setup] Aug 05 04:15:48.451 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
29602026-08-05T04:15:49.370Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29612026-08-05T04:15:49.548Z[ helios-setup] Aug 05 04:15:48.737 INFO E| From https://github.com/oxidecomputer/network-interface
29622026-08-05T04:15:49.548Z[ helios-setup] Aug 05 04:15:48.737 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
29632026-08-05T04:15:49.559Z[ helios-setup] Aug 05 04:15:48.749 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29642026-08-05T04:15:49.615Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29652026-08-05T04:15:49.827Z[ helios-setup] Aug 05 04:15:49.016 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29662026-08-05T04:15:49.827Z[ helios-setup] Aug 05 04:15:49.016 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29672026-08-05T04:15:49.847Z[ helios-setup] Aug 05 04:15:49.036 INFO E| Updating crates.io index
29682026-08-05T04:15:49.871Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29692026-08-05T04:15:49.945Z[ helios-setup] Aug 05 04:15:49.135 INFO E| Downloading crates ...
29702026-08-05T04:15:49.965Z[ host-package] Compiling bcs v0.1.6
29712026-08-05T04:15:50.001Z[ helios-setup] Aug 05 04:15:49.191 INFO E| Downloaded anstyle v1.0.13
29722026-08-05T04:15:50.006Z[ helios-setup] Aug 05 04:15:49.192 INFO E| Downloaded futures-sink v0.3.31
29732026-08-05T04:15:50.010Z[ helios-setup] Aug 05 04:15:49.200 INFO E| Downloaded unicode-ident v1.0.22
29742026-08-05T04:15:50.017Z[ helios-setup] Aug 05 04:15:49.207 INFO E| Downloaded clap v4.5.51
29752026-08-05T04:15:50.060Z[ helios-setup] Aug 05 04:15:49.248 INFO E| Downloaded clap_lex v0.7.6
29762026-08-05T04:15:50.063Z[ helios-setup] Aug 05 04:15:49.249 INFO E| Downloaded devinfo v0.1.0
29772026-08-05T04:15:50.074Z[ helios-setup] Aug 05 04:15:49.264 INFO E| Downloaded futures-core v0.3.31
29782026-08-05T04:15:50.078Z[ helios-setup] Aug 05 04:15:49.266 INFO E| Downloaded pin-utils v0.1.0
29792026-08-05T04:15:50.078Z[ helios-setup] Aug 05 04:15:49.267 INFO E| Downloaded anstyle-query v1.1.4
29802026-08-05T04:15:50.078Z[ helios-setup] Aug 05 04:15:49.268 INFO E| Downloaded futures-macro v0.3.31
29812026-08-05T04:15:50.081Z[ helios-setup] Aug 05 04:15:49.268 INFO E| Downloaded num_enum_derive v0.7.5
29822026-08-05T04:15:50.101Z[ helios-setup] Aug 05 04:15:49.291 INFO E| Downloaded quote v1.0.41
29832026-08-05T04:15:50.104Z[ helios-setup] Aug 05 04:15:49.293 INFO E| Downloaded futures-task v0.3.31
29842026-08-05T04:15:50.105Z[ helios-setup] Aug 05 04:15:49.293 INFO E| Downloaded generic-array v0.14.9
29852026-08-05T04:15:50.105Z[ helios-setup] Aug 05 04:15:49.294 INFO E| Downloaded bitflags v2.10.0
29862026-08-05T04:15:50.108Z[ helios-setup] Aug 05 04:15:49.296 INFO E| Downloaded find-msvc-tools v0.1.4
29872026-08-05T04:15:50.109Z[ helios-setup] Aug 05 04:15:49.297 INFO E| Downloaded getopts v0.2.24
29882026-08-05T04:15:50.109Z[ helios-setup] Aug 05 04:15:49.298 INFO E| Downloaded log v0.4.28
29892026-08-05T04:15:50.112Z[ helios-setup] Aug 05 04:15:49.300 INFO E| Downloaded libdevinfo-sys v1.1.0
29902026-08-05T04:15:50.112Z[ helios-setup] Aug 05 04:15:49.300 INFO E| Downloaded time-core v0.1.6
29912026-08-05T04:15:50.126Z[ helios-setup] Aug 05 04:15:49.316 INFO E| Downloaded futures-io v0.3.31
29922026-08-05T04:15:50.130Z[ helios-setup] Aug 05 04:15:49.317 INFO E| Downloaded itoa v1.0.15
29932026-08-05T04:15:50.130Z[ helios-setup] Aug 05 04:15:49.318 INFO E| Downloaded env_filter v0.1.4
29942026-08-05T04:15:50.130Z[ helios-setup] Aug 05 04:15:49.319 INFO E| Downloaded simd-adler32 v0.3.7
29952026-08-05T04:15:50.148Z[ helios-setup] Aug 05 04:15:49.338 INFO E| Downloaded getrandom v0.2.16
29962026-08-05T04:15:50.151Z[ helios-setup] Aug 05 04:15:49.340 INFO E| Downloaded ryu v1.0.20
29972026-08-05T04:15:50.154Z[ helios-setup] Aug 05 04:15:49.341 INFO E| Downloaded env_logger v0.11.8
29982026-08-05T04:15:50.154Z[ helios-setup] Aug 05 04:15:49.343 INFO E| Downloaded zeroize_derive v1.4.2
29992026-08-05T04:15:50.154Z[ helios-setup] Aug 05 04:15:49.344 INFO E| Downloaded bitfield-macros v0.19.3
30002026-08-05T04:15:50.154Z[ helios-setup] Aug 05 04:15:49.344 INFO E| Downloaded crc v3.3.0
30012026-08-05T04:15:50.158Z[ helios-setup] Aug 05 04:15:49.345 INFO E| Downloaded serde_spanned v1.0.3
30022026-08-05T04:15:50.192Z[ helios-setup] Aug 05 04:15:49.382 INFO E| Downloaded pin-project-lite v0.2.16
30032026-08-05T04:15:50.195Z[ helios-setup] Aug 05 04:15:49.385 INFO E| Downloaded futures-channel v0.3.31
30042026-08-05T04:15:50.199Z[ helios-setup] Aug 05 04:15:49.386 INFO E| Downloaded zeroize v1.8.2
30052026-08-05T04:15:50.199Z[ helios-setup] Aug 05 04:15:49.387 INFO E| Downloaded signal-hook-registry v1.4.6
30062026-08-05T04:15:50.199Z[ helios-setup] Aug 05 04:15:49.388 INFO E| Downloaded time-macros v0.2.24
30072026-08-05T04:15:50.199Z[ helios-setup] Aug 05 04:15:49.389 INFO E| Downloaded thiserror-impl v2.0.17
30082026-08-05T04:15:50.203Z[ helios-setup] Aug 05 04:15:49.390 INFO E| Downloaded num_enum v0.7.5
30092026-08-05T04:15:50.203Z[ helios-setup] Aug 05 04:15:49.393 INFO E| Downloaded futures-executor v0.3.31
30102026-08-05T04:15:50.206Z[ helios-setup] Aug 05 04:15:49.393 INFO E| Downloaded base64ct v1.8.0
30112026-08-05T04:15:50.206Z[ helios-setup] Aug 05 04:15:49.396 INFO E| Downloaded bytes v1.10.1
30122026-08-05T04:15:50.210Z[ helios-setup] Aug 05 04:15:49.398 INFO E| Downloaded deranged v0.5.5
30132026-08-05T04:15:50.210Z[ helios-setup] Aug 05 04:15:49.399 INFO E| Downloaded slab v0.4.11
30142026-08-05T04:15:50.210Z[ helios-setup] Aug 05 04:15:49.400 INFO E| Downloaded thiserror v2.0.17
30152026-08-05T04:15:50.214Z[ helios-setup] Aug 05 04:15:49.403 INFO E| Downloaded toml_datetime v0.7.3
30162026-08-05T04:15:50.217Z[ helios-setup] Aug 05 04:15:49.405 INFO E| Downloaded toml_writer v1.0.4
30172026-08-05T04:15:50.217Z[ helios-setup] Aug 05 04:15:49.406 INFO E| Downloaded anyhow v1.0.100
30182026-08-05T04:15:50.220Z[ helios-setup] Aug 05 04:15:49.408 INFO E| Downloaded bitfield v0.19.3
30192026-08-05T04:15:50.221Z[ helios-setup] Aug 05 04:15:49.409 INFO E| Downloaded iana-time-zone v0.1.64
30202026-08-05T04:15:50.221Z[ helios-setup] Aug 05 04:15:49.410 INFO E| Downloaded tokio-macros v2.6.0
30212026-08-05T04:15:50.224Z[ helios-setup] Aug 05 04:15:49.413 INFO E| Downloaded clap_derive v4.5.49
30222026-08-05T04:15:50.246Z[ helios-setup] Aug 05 04:15:49.436 INFO E| Downloaded toml_parser v1.0.4
30232026-08-05T04:15:50.249Z[ helios-setup] Aug 05 04:15:49.438 INFO E| Downloaded memchr v2.7.6
30242026-08-05T04:15:50.254Z[ helios-setup] Aug 05 04:15:49.441 INFO E| Downloaded toml v0.9.8
30252026-08-05T04:15:50.281Z[ helios-setup] Aug 05 04:15:49.471 INFO E| Downloaded socket2 v0.6.1
30262026-08-05T04:15:50.284Z[ helios-setup] Aug 05 04:15:49.472 INFO E| Downloaded futures v0.3.31
30272026-08-05T04:15:50.288Z[ helios-setup] Aug 05 04:15:49.475 INFO E| Downloaded proc-macro2 v1.0.103
30282026-08-05T04:15:50.288Z[ helios-setup] Aug 05 04:15:49.477 INFO E| Downloaded uuid v1.18.1
30292026-08-05T04:15:50.292Z[ helios-setup] Aug 05 04:15:49.479 INFO E| Downloaded term v1.2.0
30302026-08-05T04:15:50.292Z[ helios-setup] Aug 05 04:15:49.481 INFO E| Downloaded toml_edit v0.23.7
30312026-08-05T04:15:50.295Z[ helios-setup] Aug 05 04:15:49.483 INFO E| Downloaded rand v0.8.5
30322026-08-05T04:15:50.295Z[ helios-setup] Aug 05 04:15:49.485 INFO E| Downloaded typenum v1.19.0
30332026-08-05T04:15:50.323Z[ helios-setup] Aug 05 04:15:49.513 INFO E| Downloaded cc v1.2.44
30342026-08-05T04:15:50.326Z[ helios-setup] Aug 05 04:15:49.515 INFO E| Downloaded flate2 v1.1.5
30352026-08-05T04:15:50.330Z[ helios-setup] Aug 05 04:15:49.518 INFO E| Downloaded rsa v0.9.8
30362026-08-05T04:15:50.355Z[ helios-setup] Aug 05 04:15:49.545 INFO E| Downloaded mio v1.1.0
30372026-08-05T04:15:50.358Z[ helios-setup] Aug 05 04:15:49.548 INFO E| Downloaded iddqd v0.3.14
30382026-08-05T04:15:50.362Z[ helios-setup] Aug 05 04:15:49.552 INFO E| Downloaded num-bigint-dig v0.8.4
30392026-08-05T04:15:50.366Z[ helios-setup] Aug 05 04:15:49.555 INFO E| Downloaded indexmap v2.12.0
30402026-08-05T04:15:50.369Z[ helios-setup] Aug 05 04:15:49.558 INFO E| Downloaded zerocopy-derive v0.8.27
30412026-08-05T04:15:50.377Z[ helios-setup] Aug 05 04:15:49.567 INFO E| Downloaded time v0.3.44
30422026-08-05T04:15:50.381Z[ helios-setup] Aug 05 04:15:49.572 INFO E| Downloaded hashbrown v0.16.0
30432026-08-05T04:15:50.396Z[ helios-setup] Aug 05 04:15:49.586 INFO E| Downloaded futures-util v0.3.31
30442026-08-05T04:15:50.403Z[ helios-setup] Aug 05 04:15:49.593 INFO E| Downloaded libm v0.2.15
30452026-08-05T04:15:50.410Z[ helios-setup] Aug 05 04:15:49.600 INFO E| Downloaded serde_json v1.0.145
30462026-08-05T04:15:50.415Z[ helios-setup] Aug 05 04:15:49.605 INFO E| Downloaded winnow v0.7.13
30472026-08-05T04:15:50.421Z[ helios-setup] Aug 05 04:15:49.611 INFO E| Downloaded clap_builder v4.5.51
30482026-08-05T04:15:50.426Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30492026-08-05T04:15:50.461Z[ helios-setup] Aug 05 04:15:49.651 INFO E| Downloaded zerocopy v0.8.27
30502026-08-05T04:15:50.475Z[ helios-setup] Aug 05 04:15:49.665 INFO E| Downloaded chrono v0.4.42
30512026-08-05T04:15:50.479Z[ helios-setup] Aug 05 04:15:49.669 INFO E| Downloaded unicode-width v0.2.2
30522026-08-05T04:15:50.483Z[ helios-setup] Aug 05 04:15:49.673 INFO E| Downloaded syn v2.0.108
30532026-08-05T04:15:50.514Z[ helios-setup] Aug 05 04:15:49.704 INFO E| Downloaded rustix v1.1.2
30542026-08-05T04:15:50.528Z[ helios-setup] Aug 05 04:15:49.718 INFO E| Downloaded tokio v1.48.0
30552026-08-05T04:15:50.582Z[ helios-setup] Aug 05 04:15:49.770 INFO E| Downloaded libc v0.2.177
30562026-08-05T04:15:50.675Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling proc-macro2 v1.0.103
30572026-08-05T04:15:50.675Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling unicode-ident v1.0.22
30582026-08-05T04:15:50.675Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling quote v1.0.41
30592026-08-05T04:15:50.679Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling libc v0.2.177
30602026-08-05T04:15:50.679Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling serde_core v1.0.228
30612026-08-05T04:15:50.679Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling cfg-if v1.0.4
30622026-08-05T04:15:50.679Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling serde v1.0.228
30632026-08-05T04:15:50.680Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling version_check v0.9.5
30642026-08-05T04:15:50.680Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling autocfg v1.5.0
30652026-08-05T04:15:50.680Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling typenum v1.19.0
30662026-08-05T04:15:50.680Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling const-oid v0.9.6
30672026-08-05T04:15:50.680Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling libm v0.2.15
30682026-08-05T04:15:50.680Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling zerocopy v0.8.27
30692026-08-05T04:15:50.680Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling rustversion v1.0.22
30702026-08-05T04:15:50.680Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling base64ct v1.8.0
30712026-08-05T04:15:50.680Z[ helios-setup] Aug 05 04:15:49.863 INFO E| Compiling zeroize v1.8.2
30722026-08-05T04:15:50.749Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30732026-08-05T04:15:50.888Z[ helios-setup] Aug 05 04:15:50.076 INFO E| Compiling smallvec v1.15.1
30742026-08-05T04:15:50.917Z[ host-package] Compiling nom v8.0.0
30752026-08-05T04:15:51.025Z[ helios-setup] Aug 05 04:15:50.215 INFO E| Compiling flagset v0.4.7
30762026-08-05T04:15:51.326Z[ helios-setup] Aug 05 04:15:50.515 INFO E| Compiling pem-rfc7468 v0.7.0
30772026-08-05T04:15:51.390Z[ helios-setup] Aug 05 04:15:50.580 INFO E| Compiling memchr v2.7.6
30782026-08-05T04:15:51.415Z[ helios-setup] Aug 05 04:15:50.605 INFO E| Compiling utf8parse v0.2.2
30792026-08-05T04:15:51.546Z[ helios-setup] Aug 05 04:15:50.735 INFO E| Compiling byteorder v1.5.0
30802026-08-05T04:15:51.698Z[ helios-setup] Aug 05 04:15:50.887 INFO E| Compiling generic-array v0.14.9
30812026-08-05T04:15:51.710Z[ helios-setup] Aug 05 04:15:50.899 INFO E| Compiling hashbrown v0.16.0
30822026-08-05T04:15:51.892Z[ helios-setup] Aug 05 04:15:51.082 INFO E| Compiling num-traits v0.2.19
30832026-08-05T04:15:51.962Z[ helios-setup] Aug 05 04:15:51.151 INFO E| Compiling rustix v1.1.2
30842026-08-05T04:15:51.987Z[ helios-setup] Aug 05 04:15:51.177 INFO E| Compiling equivalent v1.0.2
30852026-08-05T04:15:51.993Z[ helios-setup] Aug 05 04:15:51.183 INFO E| Compiling crc32fast v1.5.0
30862026-08-05T04:15:52.088Z[ helios-setup] Aug 05 04:15:51.276 INFO E| Compiling anyhow v1.0.100
30872026-08-05T04:15:52.105Z[ helios-setup] Aug 05 04:15:51.295 INFO E| Compiling winnow v0.7.13
30882026-08-05T04:15:52.539Z[ helios-setup] Aug 05 04:15:51.729 INFO E| Compiling getrandom v0.2.16
30892026-08-05T04:15:52.548Z[ helios-setup] Aug 05 04:15:51.738 INFO E| Compiling errno v0.3.14
30902026-08-05T04:15:52.573Z[ host-package] Compiling semver v0.1.20
30912026-08-05T04:15:52.789Z[ helios-setup] Aug 05 04:15:51.979 INFO E| Compiling indexmap v2.12.0
30922026-08-05T04:15:53.024Z[ helios-setup] Aug 05 04:15:52.214 INFO E| Compiling rand_core v0.6.4
30932026-08-05T04:15:53.052Z[ helios-setup] Aug 05 04:15:52.242 INFO E| Compiling anstyle-parse v0.2.7
30942026-08-05T04:15:53.084Z[ host-package] Compiling rustc_version v0.1.7
30952026-08-05T04:15:53.177Z[ helios-setup] Aug 05 04:15:52.367 INFO E| Compiling is_terminal_polyfill v1.70.2
30962026-08-05T04:15:53.212Z[ helios-setup] Aug 05 04:15:52.402 INFO E| Compiling allocator-api2 v0.2.21
30972026-08-05T04:15:53.219Z[ helios-setup] Aug 05 04:15:52.409 INFO E| Compiling toml_datetime v0.7.3
30982026-08-05T04:15:53.287Z[ helios-setup] Aug 05 04:15:52.477 INFO E| Compiling anstyle v1.0.13
30992026-08-05T04:15:53.303Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31002026-08-05T04:15:53.433Z[ helios-setup] Aug 05 04:15:52.620 INFO E| Compiling anstyle-query v1.1.4
31012026-08-05T04:15:53.600Z[ helios-setup] Aug 05 04:15:52.627 INFO E| Compiling shlex v1.3.0
31022026-08-05T04:15:53.600Z[ helios-setup] Aug 05 04:15:52.672 INFO E| Compiling colorchoice v1.0.4
31032026-08-05T04:15:53.600Z[ helios-setup] Aug 05 04:15:52.744 INFO E| Compiling syn v2.0.108
31042026-08-05T04:15:53.791Z[ host-package] Compiling newtype_derive v0.1.6
31052026-08-05T04:15:53.796Z[ helios-setup] Aug 05 04:15:52.863 INFO E| Compiling syn v1.0.109
31062026-08-05T04:15:53.796Z[ helios-setup] Aug 05 04:15:52.916 INFO E| Compiling cpufeatures v0.2.17
31072026-08-05T04:15:53.796Z[ helios-setup] Aug 05 04:15:52.931 INFO E| Compiling radium v0.7.0
31082026-08-05T04:15:53.811Z[ helios-setup] Aug 05 04:15:52.999 INFO E| Compiling find-msvc-tools v0.1.4
31092026-08-05T04:15:53.819Z[ helios-setup] Aug 05 04:15:53.007 INFO E| Compiling anstream v0.6.21
31102026-08-05T04:15:53.830Z[ helios-setup] Aug 05 04:15:53.007 INFO E| Compiling slog v2.8.2
31112026-08-05T04:15:54.042Z[ helios-setup] Aug 05 04:15:53.229 INFO E| Compiling cc v1.2.44
31122026-08-05T04:15:54.071Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31132026-08-05T04:15:54.300Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31142026-08-05T04:15:54.323Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31152026-08-05T04:15:54.375Z[ helios-setup] Aug 05 04:15:53.565 INFO E| Compiling tap v1.0.1
31162026-08-05T04:15:54.382Z[ helios-setup] Aug 05 04:15:53.571 INFO E| Compiling maybe-uninit v2.0.0
31172026-08-05T04:15:54.459Z[ helios-setup] Aug 05 04:15:53.649 INFO E| Compiling parking_lot_core v0.9.12
31182026-08-05T04:15:54.508Z[ helios-setup] Aug 05 04:15:53.698 INFO E| Compiling crypto-common v0.1.6
31192026-08-05T04:15:54.802Z[ helios-setup] Aug 05 04:15:53.992 INFO E| Compiling block-buffer v0.10.4
31202026-08-05T04:15:54.859Z[ helios-setup] Aug 05 04:15:54.048 INFO E| Compiling pin-project-lite v0.2.16
31212026-08-05T04:15:54.875Z[ helios-setup] Aug 05 04:15:54.065 INFO E| Compiling futures-core v0.3.31
31222026-08-05T04:15:54.888Z[ helios-setup] Aug 05 04:15:54.078 INFO E| Compiling unicode-width v0.2.2
31232026-08-05T04:15:54.918Z[ helios-setup] Aug 05 04:15:54.108 INFO E| Compiling pkg-config v0.3.32
31242026-08-05T04:15:54.925Z[ helios-setup] Aug 05 04:15:54.115 INFO E| Compiling futures-sink v0.3.31
31252026-08-05T04:15:54.946Z[ host-package] Compiling unicode-linebreak v0.1.5
31262026-08-05T04:15:55.039Z[ helios-setup] Aug 05 04:15:54.229 INFO E| Compiling digest v0.10.7
31272026-08-05T04:15:55.050Z[ helios-setup] Aug 05 04:15:54.240 INFO E| Compiling num-integer v0.1.46
31282026-08-05T04:15:55.120Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31292026-08-05T04:15:55.189Z[ helios-setup] Aug 05 04:15:54.379 INFO E| Compiling futures-channel v0.3.31
31302026-08-05T04:15:55.197Z[ helios-setup] Aug 05 04:15:54.386 INFO E| Compiling wyz v0.5.1
31312026-08-05T04:15:55.318Z[ host-package] Compiling smawk v0.3.2
31322026-08-05T04:15:55.378Z[ helios-setup] Aug 05 04:15:54.568 INFO E| Compiling sha2 v0.10.9
31332026-08-05T04:15:55.395Z[ helios-setup] Aug 05 04:15:54.585 INFO E| Compiling getopts v0.2.24
31342026-08-05T04:15:55.462Z[ helios-setup] Aug 05 04:15:54.651 INFO E| Compiling ahash v0.8.12
31352026-08-05T04:15:55.517Z[ helios-setup] Aug 05 04:15:54.707 INFO E| Compiling bytes v1.10.1
31362026-08-05T04:15:55.549Z[ helios-setup] Aug 05 04:15:54.739 INFO E| Compiling funty v2.0.0
31372026-08-05T04:15:55.586Z[ helios-setup] Aug 05 04:15:54.770 INFO E| Compiling packed_struct v0.10.1
31382026-08-05T04:15:55.602Z[ helios-setup] Aug 05 04:15:54.792 INFO E| Compiling spin v0.9.8
31392026-08-05T04:15:55.624Z[ host-package] Compiling textwrap v0.16.2
31402026-08-05T04:15:55.650Z[ helios-setup] Aug 05 04:15:54.826 INFO E| Compiling scopeguard v1.2.0
31412026-08-05T04:15:55.709Z[ helios-setup] Aug 05 04:15:54.878 INFO E| Compiling slab v0.4.11
31422026-08-05T04:15:55.772Z[ helios-setup] Aug 05 04:15:54.946 INFO E| Compiling getrandom v0.3.4
31432026-08-05T04:15:55.841Z[ helios-setup] Aug 05 04:15:54.957 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31442026-08-05T04:15:55.850Z[ helios-setup] Aug 05 04:15:55.006 INFO E| Compiling bitflags v2.10.0
31452026-08-05T04:15:55.938Z[ helios-setup] Aug 05 04:15:55.127 INFO E| Compiling futures-task v0.3.31
31462026-08-05T04:15:55.989Z[ helios-setup] Aug 05 04:15:55.164 INFO E| Compiling toml_parser v1.0.4
31472026-08-05T04:15:56.039Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31482026-08-05T04:15:56.141Z[ helios-setup] Aug 05 04:15:55.268 INFO E| Compiling num-bigint-dig v0.8.4
31492026-08-05T04:15:56.202Z[ helios-setup] Aug 05 04:15:55.372 INFO E| Compiling strsim v0.11.1
31502026-08-05T04:15:56.222Z[ helios-setup] Aug 05 04:15:55.400 INFO E| Compiling pin-utils v0.1.0
31512026-08-05T04:15:56.280Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
31522026-08-05T04:15:56.306Z[ helios-setup] Aug 05 04:15:55.486 INFO E| Compiling clap_lex v0.7.6
31532026-08-05T04:15:56.352Z[ helios-setup] Aug 05 04:15:55.541 INFO E| Compiling thiserror v1.0.69
31542026-08-05T04:15:56.376Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31552026-08-05T04:15:56.458Z[ helios-setup] Aug 05 04:15:55.640 INFO E| Compiling powerfmt v0.2.0
31562026-08-05T04:15:56.477Z[ helios-setup] Aug 05 04:15:55.666 INFO E| Compiling heck v0.5.0
31572026-08-05T04:15:56.519Z[ helios-setup] Aug 05 04:15:55.691 INFO E| Compiling num-conv v0.1.0
31582026-08-05T04:15:56.541Z[ helios-setup] Aug 05 04:15:55.703 INFO E| Compiling itoa v1.0.15
31592026-08-05T04:15:56.698Z[ helios-setup] Aug 05 04:15:55.884 INFO E| Compiling toml_edit v0.23.7
31602026-08-05T04:15:56.725Z[ helios-setup] Aug 05 04:15:55.899 INFO E| Compiling futures-io v0.3.31
31612026-08-05T04:15:56.941Z[ helios-setup] Aug 05 04:15:56.098 INFO E| Compiling time-core v0.1.6
31622026-08-05T04:15:56.985Z[ helios-setup] Aug 05 04:15:56.174 INFO E| Compiling deranged v0.5.5
31632026-08-05T04:15:57.048Z[ helios-setup] Aug 05 04:15:56.237 INFO E| Compiling bitvec v1.0.1
31642026-08-05T04:15:57.153Z[ helios-setup] Aug 05 04:15:56.341 INFO E| Compiling lazy_static v1.5.0
31652026-08-05T04:15:57.170Z[ helios-setup] Aug 05 04:15:56.357 INFO E| Compiling lock_api v0.4.14
31662026-08-05T04:15:57.193Z[ host-package] Compiling steno v0.4.1
31672026-08-05T04:15:57.208Z[ helios-setup] Aug 05 04:15:56.397 INFO E| Compiling time-macros v0.2.24
31682026-08-05T04:15:57.243Z[ helios-setup] Aug 05 04:15:56.432 INFO E| Compiling terminal_size v0.4.3
31692026-08-05T04:15:57.270Z[ helios-setup] Aug 05 04:15:56.460 INFO E| Compiling num-iter v0.1.45
31702026-08-05T04:15:57.659Z[ host-package] Compiling sha1 v0.10.6
31712026-08-05T04:15:57.676Z[ helios-setup] Aug 05 04:15:56.592 INFO E| Compiling clap_builder v4.5.51
31722026-08-05T04:15:57.679Z[ helios-setup] Aug 05 04:15:56.861 INFO E| Compiling indexmap v1.9.3
31732026-08-05T04:15:57.744Z[ helios-setup] Aug 05 04:15:56.932 INFO E| Compiling simd-adler32 v0.3.7
31742026-08-05T04:15:57.757Z[ helios-setup] Aug 05 04:15:56.945 INFO E| Compiling thiserror v2.0.17
31752026-08-05T04:15:57.948Z[ helios-setup] Aug 05 04:15:57.133 INFO E| Compiling proc-macro-crate v3.4.0
31762026-08-05T04:15:58.175Z[ helios-setup] Aug 05 04:15:57.364 INFO E| Compiling adler2 v2.0.1
31772026-08-05T04:15:58.187Z[ helios-setup] Aug 05 04:15:57.376 INFO E| Compiling iana-time-zone v0.1.64
31782026-08-05T04:15:58.288Z[ helios-setup] Aug 05 04:15:57.477 INFO E| Compiling log v0.4.28
31792026-08-05T04:15:58.398Z[ helios-setup] Aug 05 04:15:57.587 INFO E| Compiling serde_json v1.0.145
31802026-08-05T04:15:58.434Z[ helios-setup] Aug 05 04:15:57.624 INFO E| Compiling once_cell v1.21.3
31812026-08-05T04:15:58.661Z[ helios-setup] Aug 05 04:15:57.851 INFO E| Compiling crc-catalog v2.4.0
31822026-08-05T04:15:58.693Z[ host-package] Compiling utf-8 v0.7.6
31832026-08-05T04:15:58.770Z[ helios-setup] Aug 05 04:15:57.959 INFO E| Compiling nodrop v0.1.14
31842026-08-05T04:15:58.903Z[ helios-setup] Aug 05 04:15:58.093 INFO E| Compiling array-init v0.0.4
31852026-08-05T04:15:58.903Z[ helios-setup] Aug 05 04:15:58.093 INFO E| Compiling crc v3.3.0
31862026-08-05T04:15:58.939Z[ helios-setup] Aug 05 04:15:58.129 INFO E| Compiling env_filter v0.1.4
31872026-08-05T04:15:58.996Z[ host-package] Compiling tagptr v0.2.0
31882026-08-05T04:15:59.021Z[ helios-setup] Aug 05 04:15:58.211 INFO E| Compiling chrono v0.4.42
31892026-08-05T04:15:59.065Z[ helios-setup] Aug 05 04:15:58.249 INFO E| Compiling miniz_oxide v0.8.9
31902026-08-05T04:15:59.072Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31912026-08-05T04:15:59.113Z[ helios-setup] Aug 05 04:15:58.291 INFO E| Compiling parking_lot v0.12.5
31922026-08-05T04:15:59.142Z[ helios-setup] Aug 05 04:15:58.332 INFO E| Compiling smallvec v0.6.14
31932026-08-05T04:15:59.230Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31942026-08-05T04:15:59.493Z[ host-package] Compiling tungstenite v0.21.0
31952026-08-05T04:15:59.518Z[ helios-setup] Aug 05 04:15:58.708 INFO E| Compiling serde_spanned v1.0.3
31962026-08-05T04:15:59.613Z[ helios-setup] Aug 05 04:15:58.802 INFO E| Compiling time v0.3.44
31972026-08-05T04:15:59.719Z[ helios-setup] Aug 05 04:15:58.909 INFO E| Compiling signature v2.2.0
31982026-08-05T04:15:59.859Z[ helios-setup] Aug 05 04:15:59.048 INFO E| Compiling mio v1.1.0
31992026-08-05T04:15:59.876Z[ host-package] Compiling moka v0.12.13
32002026-08-05T04:15:59.899Z[ helios-setup] Aug 05 04:15:59.089 INFO E| Compiling signal-hook-registry v1.4.6
32012026-08-05T04:16:00.066Z[ helios-setup] Aug 05 04:15:59.255 INFO E| Compiling is-terminal v0.4.17
32022026-08-05T04:16:00.116Z[ helios-setup] Aug 05 04:15:59.306 INFO E| Compiling socket2 v0.6.1
32032026-08-05T04:16:00.158Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32042026-08-05T04:16:00.158Z[ host-package] Compiling darling_core v0.21.3
32052026-08-05T04:16:00.164Z[ host-package] Compiling vergen-lib v0.1.6
32062026-08-05T04:16:00.211Z[ helios-setup] Aug 05 04:15:59.401 INFO E| Compiling thread_local v1.1.9
32072026-08-05T04:16:00.227Z[ helios-setup] Aug 05 04:15:59.416 INFO E| Compiling packed_struct_codegen v0.10.1
32082026-08-05T04:16:00.395Z[ helios-setup] Aug 05 04:15:59.585 INFO E| Compiling serde_derive v1.0.228
32092026-08-05T04:16:00.415Z[ helios-setup] Aug 05 04:15:59.604 INFO E| Compiling zerocopy-derive v0.8.27
32102026-08-05T04:16:00.667Z[ helios-setup] Aug 05 04:15:59.856 INFO E| Compiling der_derive v0.7.3
32112026-08-05T04:16:00.900Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32122026-08-05T04:16:00.946Z[ helios-setup] Aug 05 04:16:00.133 INFO E| Compiling futures-macro v0.3.31
32132026-08-05T04:16:01.020Z[ helios-setup] Aug 05 04:16:00.210 INFO E| Compiling thiserror-impl v1.0.69
32142026-08-05T04:16:01.113Z[ helios-setup] Aug 05 04:16:00.302 INFO E| Compiling clap_derive v4.5.49
32152026-08-05T04:16:01.248Z[ helios-setup] Aug 05 04:16:00.436 INFO E| Compiling num_enum_derive v0.7.5
32162026-08-05T04:16:01.351Z[ helios-setup] Aug 05 04:16:00.539 INFO E| Compiling bitfield-macros v0.19.3
32172026-08-05T04:16:01.501Z[ helios-setup] Aug 05 04:16:00.688 INFO E| Compiling zerocopy-derive v0.6.6
32182026-08-05T04:16:01.780Z[ helios-setup] Aug 05 04:16:00.969 INFO E| Compiling thiserror-impl v2.0.17
32192026-08-05T04:16:01.858Z[ helios-setup] Aug 05 04:16:01.047 INFO E| Compiling tokio-macros v2.6.0
32202026-08-05T04:16:01.905Z[ host-package] Compiling tokio-tungstenite v0.21.0
32212026-08-05T04:16:02.561Z[ helios-setup] Aug 05 04:16:01.750 INFO E| Compiling futures-util v0.3.31
32222026-08-05T04:16:02.644Z[ helios-setup] Aug 05 04:16:01.833 INFO E| Compiling term v1.2.0
32232026-08-05T04:16:02.803Z[ helios-setup] Aug 05 04:16:01.987 INFO E| Compiling der v0.7.10
32242026-08-05T04:16:02.980Z[ host-package] Compiling hickory-resolver v0.25.2
32252026-08-05T04:16:03.034Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32262026-08-05T04:16:03.201Z[ helios-setup] Aug 05 04:16:02.390 INFO E| Compiling num_enum v0.7.5
32272026-08-05T04:16:03.284Z[ helios-setup] Aug 05 04:16:02.473 INFO E| Compiling subtle v2.6.1
32282026-08-05T04:16:03.331Z[ host-package] Compiling diesel_derives v2.3.7
32292026-08-05T04:16:03.487Z[ helios-setup] Aug 05 04:16:02.676 INFO E| Compiling toml_writer v1.0.4
32302026-08-05T04:16:03.537Z[ helios-setup] Aug 05 04:16:02.727 INFO E| Compiling zerocopy v0.6.6
32312026-08-05T04:16:03.612Z[ helios-setup] Aug 05 04:16:02.802 INFO E| Compiling bitfield v0.19.3
32322026-08-05T04:16:03.742Z[ helios-setup] Aug 05 04:16:02.932 INFO E| Compiling libdevinfo-sys v1.1.0
32332026-08-05T04:16:03.799Z[ helios-setup] Aug 05 04:16:02.989 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
32342026-08-05T04:16:03.918Z[ helios-setup] Aug 05 04:16:03.108 INFO E| Compiling ryu v1.0.20
32352026-08-05T04:16:04.046Z[ host-package] Compiling proc-macro-error2 v2.0.1
32362026-08-05T04:16:04.167Z[ helios-setup] Aug 05 04:16:03.356 INFO E| Compiling winnow v0.5.40
32372026-08-05T04:16:04.216Z[ host-package] Compiling darling_macro v0.21.3
32382026-08-05T04:16:04.360Z[ helios-setup] Aug 05 04:16:03.545 INFO E| Compiling clap v4.5.51
32392026-08-05T04:16:04.414Z[ helios-setup] Aug 05 04:16:03.604 INFO E| Compiling base64 v0.21.7
32402026-08-05T04:16:04.453Z[ helios-setup] Aug 05 04:16:03.642 INFO E| Compiling hashbrown v0.12.3
32412026-08-05T04:16:04.523Z[ helios-setup] Aug 05 04:16:03.713 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32422026-08-05T04:16:04.647Z[ host-package] Compiling libscf-sys v1.2.0
32432026-08-05T04:16:04.717Z[ helios-setup] Aug 05 04:16:03.905 INFO E| Compiling spki v0.7.3
32442026-08-05T04:16:04.794Z[ helios-setup] Aug 05 04:16:03.983 INFO E| Compiling toml v0.9.8
32452026-08-05T04:16:04.814Z[ helios-setup] Aug 05 04:16:04.003 INFO E| Compiling devinfo v0.1.0
32462026-08-05T04:16:04.862Z[ helios-setup] Aug 05 04:16:04.049 INFO E| Compiling tokio v1.48.0
32472026-08-05T04:16:04.923Z[ helios-setup] Aug 05 04:16:04.113 INFO E| Compiling bzip2 v0.4.4
32482026-08-05T04:16:04.930Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32492026-08-05T04:16:05.025Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32502026-08-05T04:16:05.269Z[ helios-setup] Aug 05 04:16:04.459 INFO E| Compiling pkcs8 v0.10.2
32512026-08-05T04:16:05.318Z[ host-package] Compiling vergen-gitcl v1.0.8
32522026-08-05T04:16:05.512Z[ helios-setup] Aug 05 04:16:04.701 INFO E| Compiling x509-cert v0.2.5
32532026-08-05T04:16:05.545Z[ helios-setup] Aug 05 04:16:04.735 INFO E| Compiling pkcs1 v0.7.5
32542026-08-05T04:16:05.706Z[ helios-setup] Aug 05 04:16:04.876 INFO E| Compiling flate2 v1.1.5
32552026-08-05T04:16:05.763Z[ host-package] Compiling darling v0.21.3
32562026-08-05T04:16:05.871Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32572026-08-05T04:16:06.066Z[ helios-setup] Aug 05 04:16:05.254 INFO E| Compiling uuid v1.18.1
32582026-08-05T04:16:06.230Z[ host-package] Compiling dsl_auto_type v0.2.0
32592026-08-05T04:16:06.238Z[ host-package] Compiling dirs-sys-next v0.1.2
32602026-08-05T04:16:06.238Z[ host-package] Compiling maplit v1.0.2
32612026-08-05T04:16:06.353Z[ helios-setup] Aug 05 04:16:05.543 INFO E| Compiling env_logger v0.11.8
32622026-08-05T04:16:06.447Z[ host-package] Compiling glob v0.3.3
32632026-08-05T04:16:06.596Z[ host-package] Compiling crunchy v0.2.4
32642026-08-05T04:16:06.637Z[ helios-setup] Aug 05 04:16:05.826 INFO E| Compiling foldhash v0.2.0
32652026-08-05T04:16:06.727Z[ host-package] Compiling dirs-next v2.0.0
32662026-08-05T04:16:06.842Z[ helios-setup] Aug 05 04:16:06.031 INFO E| Compiling ppv-lite86 v0.2.21
32672026-08-05T04:16:06.907Z[ helios-setup] Aug 05 04:16:06.097 INFO E| Compiling bitflags v1.3.2
32682026-08-05T04:16:07.005Z[ helios-setup] Aug 05 04:16:06.195 INFO E| Compiling hex v0.4.3
32692026-08-05T04:16:07.063Z[ helios-setup] Aug 05 04:16:06.252 INFO E| Compiling crc-any v2.5.0
32702026-08-05T04:16:07.212Z[ helios-setup] Aug 05 04:16:06.402 INFO E| Compiling rustc-hash v2.1.1
32712026-08-05T04:16:07.218Z[ host-package] Compiling r2d2 v0.8.10
32722026-08-05T04:16:07.218Z[ host-package] Compiling clang-sys v1.8.1
32732026-08-05T04:16:07.308Z[ helios-setup] Aug 05 04:16:06.486 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32742026-08-05T04:16:07.393Z[ helios-setup] Aug 05 04:16:06.563 INFO E| Compiling rand_chacha v0.3.1
32752026-08-05T04:16:07.393Z[ helios-setup] Aug 05 04:16:06.571 INFO E| Compiling futures-executor v0.3.31
32762026-08-05T04:16:07.432Z[ helios-setup] Aug 05 04:16:06.615 INFO E| Compiling hashbrown v0.13.2
32772026-08-05T04:16:07.713Z[ helios-setup] Aug 05 04:16:06.838 INFO E| Compiling erased-serde v0.3.31
32782026-08-05T04:16:07.770Z[ helios-setup] Aug 05 04:16:06.960 INFO E| Compiling rand v0.8.5
32792026-08-05T04:16:07.898Z[ helios-setup] Aug 05 04:16:07.087 INFO E| Compiling toml_datetime v0.6.11
32802026-08-05T04:16:07.954Z[ helios-setup] Aug 05 04:16:07.143 INFO E| Compiling serde_spanned v0.6.9
32812026-08-05T04:16:07.996Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32822026-08-05T04:16:08.001Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32832026-08-05T04:16:08.121Z[ helios-setup] Aug 05 04:16:07.281 INFO E| Compiling futures v0.3.31
32842026-08-05T04:16:08.207Z[ helios-setup] Aug 05 04:16:07.396 INFO E| Compiling toml_edit v0.19.15
32852026-08-05T04:16:08.222Z[ helios-setup] Aug 05 04:16:07.411 INFO E| Compiling serde-hex v0.1.0
32862026-08-05T04:16:08.274Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32872026-08-05T04:16:08.347Z[ helios-setup] Aug 05 04:16:07.530 INFO E| Compiling ron v0.8.1
32882026-08-05T04:16:08.356Z[ helios-setup] Aug 05 04:16:07.537 INFO E| Compiling iddqd v0.3.14
32892026-08-05T04:16:08.394Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32902026-08-05T04:16:08.496Z[ helios-setup] Aug 05 04:16:07.685 INFO E| Compiling zip v0.6.6
32912026-08-05T04:16:08.667Z[ helios-setup] Aug 05 04:16:07.855 INFO E| Compiling object v0.30.4
32922026-08-05T04:16:08.682Z[ helios-setup] Aug 05 04:16:07.871 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32932026-08-05T04:16:08.850Z[ host-package] Compiling tabled_derive v0.11.0
32942026-08-05T04:16:09.402Z[ helios-setup] Aug 05 04:16:08.592 INFO E| Compiling path-slash v0.1.5
32952026-08-05T04:16:09.654Z[ host-package] Compiling papergrid v0.17.0
32962026-08-05T04:16:09.801Z[ helios-setup] Aug 05 04:16:08.991 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32972026-08-05T04:16:09.953Z[ host-package] Compiling testing_table v0.3.0
32982026-08-05T04:16:10.136Z[ host-package] Compiling tiny-keccak v2.0.2
32992026-08-05T04:16:10.550Z[ helios-setup] Aug 05 04:16:09.723 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33002026-08-05T04:16:10.776Z[ host-package] Compiling downcast-rs v2.0.2
33012026-08-05T04:16:10.815Z[ helios-setup] Aug 05 04:16:10.004 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33022026-08-05T04:16:11.044Z[ helios-setup] Aug 05 04:16:10.234 INFO E| Compiling slog-term v2.9.2
33032026-08-05T04:16:11.547Z[ helios-setup] Aug 05 04:16:10.736 INFO E| Compiling toml v0.7.8
33042026-08-05T04:16:11.621Z[ host-package] Compiling term v0.7.0
33052026-08-05T04:16:11.733Z[ helios-setup] Aug 05 04:16:10.922 INFO E| Compiling rsa v0.9.8
33062026-08-05T04:16:11.811Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33072026-08-05T04:16:11.993Z[ host-package] Compiling tabled v0.20.0
33082026-08-05T04:16:12.192Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33092026-08-05T04:16:12.352Z[ host-package] Compiling bit-vec v0.6.3
33102026-08-05T04:16:12.825Z[ host-package] Compiling bit-set v0.5.3
33112026-08-05T04:16:12.966Z[ host-package] Compiling ascii-canvas v3.0.0
33122026-08-05T04:16:13.563Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33132026-08-05T04:16:13.626Z[ helios-setup] Aug 05 04:16:12.701 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33142026-08-05T04:16:13.734Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33152026-08-05T04:16:13.824Z[ helios-setup] Aug 05 04:16:13.009 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33162026-08-05T04:16:14.039Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33172026-08-05T04:16:14.126Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33182026-08-05T04:16:14.340Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33192026-08-05T04:16:15.004Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33202026-08-05T04:16:15.162Z[ host-package] Compiling itertools v0.10.5
33212026-08-05T04:16:15.281Z[ host-package] Compiling ena v0.14.4
33222026-08-05T04:16:15.285Z[ host-package] Compiling libloading v0.8.9
33232026-08-05T04:16:15.520Z[ host-package] Compiling unicase v2.9.0
33242026-08-05T04:16:15.684Z[ host-package] Compiling xshell-macros v0.2.7
33252026-08-05T04:16:15.830Z[ host-package] Compiling regex-syntax v0.6.29
33262026-08-05T04:16:15.943Z[ host-package] Compiling diesel v2.3.7
33272026-08-05T04:16:16.028Z[ host-package] Compiling diff v0.1.13
33282026-08-05T04:16:16.430Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33292026-08-05T04:16:17.002Z[ host-package] Compiling bindgen v0.71.1
33302026-08-05T04:16:17.422Z[ host-package] Compiling xshell v0.2.7
33312026-08-05T04:16:17.998Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33322026-08-05T04:16:18.321Z[ host-package] Compiling cexpr v0.6.0
33332026-08-05T04:16:18.951Z[ host-package] Compiling lalrpop v0.19.12
33342026-08-05T04:16:19.063Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33352026-08-05T04:16:19.254Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33362026-08-05T04:16:19.310Z[ host-package] Compiling rustc-hash v2.1.1
33372026-08-05T04:16:19.367Z[ host-package] Compiling crc8 v0.1.1
33382026-08-05T04:16:19.523Z[ helios-setup] Aug 05 04:16:18.712 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33392026-08-05T04:16:19.969Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33402026-08-05T04:16:20.011Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33412026-08-05T04:16:20.106Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33422026-08-05T04:16:20.381Z[ host-package] Compiling headers-core v0.3.0
33432026-08-05T04:16:20.639Z[ host-package] Compiling libxml v0.3.3
33442026-08-05T04:16:20.668Z[ helios-setup] Aug 05 04:16:19.857 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33452026-08-05T04:16:20.987Z[ host-package] Compiling headers v0.4.1
33462026-08-05T04:16:21.039Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33472026-08-05T04:16:21.106Z[ host-package] Compiling strum_macros v0.24.3
33482026-08-05T04:16:21.410Z[ host-package] Compiling indoc v1.0.9
33492026-08-05T04:16:21.593Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33502026-08-05T04:16:22.216Z[ host-package] Compiling derive_builder v0.20.2
33512026-08-05T04:16:22.378Z[ host-package] Compiling oso-derive v0.27.3
33522026-08-05T04:16:22.552Z[ host-package] Compiling quick-xml v0.37.5
33532026-08-05T04:16:23.068Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33542026-08-05T04:16:23.258Z[ host-package] Compiling openssl-probe v0.1.6
33552026-08-05T04:16:23.398Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33562026-08-05T04:16:23.465Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33572026-08-05T04:16:23.613Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33582026-08-05T04:16:23.638Z[ host-package] Compiling bb8 v0.8.6
33592026-08-05T04:16:23.727Z[ host-package] Compiling trait-variant v0.1.2
33602026-08-05T04:16:23.917Z[ host-package] Compiling half v1.8.3
33612026-08-05T04:16:24.193Z[ host-package] Compiling serde_cbor v0.11.2
33622026-08-05T04:16:24.211Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33632026-08-05T04:16:24.260Z[ host-package] Compiling progenitor-impl v0.13.0
33642026-08-05T04:16:24.432Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33652026-08-05T04:16:24.490Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33662026-08-05T04:16:24.563Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33672026-08-05T04:16:24.820Z[ helios-setup] Aug 05 04:16:24.007 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33682026-08-05T04:16:25.279Z[ host-package] Compiling samael v0.0.19
33692026-08-05T04:16:25.467Z[ host-package] Compiling progenitor-client v0.13.0
33702026-08-05T04:16:25.526Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33712026-08-05T04:16:25.563Z[ host-package] Compiling nonempty v0.12.0
33722026-08-05T04:16:25.757Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33732026-08-05T04:16:25.837Z[ host-package] Compiling fxhash v0.2.1
33742026-08-05T04:16:26.011Z[ host-package] Compiling libz-sys v1.1.24
33752026-08-05T04:16:26.068Z[ host-package] Compiling salty v0.3.0
33762026-08-05T04:16:26.447Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33772026-08-05T04:16:26.526Z[ host-package] Compiling progenitor-macro v0.13.0
33782026-08-05T04:16:26.550Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33792026-08-05T04:16:26.578Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33802026-08-05T04:16:26.798Z[ host-package] Compiling kstat-rs v0.2.4
33812026-08-05T04:16:27.260Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33822026-08-05T04:16:27.355Z[ host-package] Compiling mime_guess v2.0.5
33832026-08-05T04:16:27.453Z[ host-package] Compiling polar-core v0.27.3
33842026-08-05T04:16:28.010Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33852026-08-05T04:16:28.932Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33862026-08-05T04:16:31.455Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33872026-08-05T04:16:31.602Z[ host-package] Compiling rfc6979 v0.4.0
33882026-08-05T04:16:31.681Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33892026-08-05T04:16:31.812Z[ host-package] Compiling progenitor v0.13.0
33902026-08-05T04:16:31.906Z[ host-package] Compiling nanorand v0.7.0
33912026-08-05T04:16:32.092Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33922026-08-05T04:16:32.234Z[ host-package] Compiling parking_lot_core v0.8.6
33932026-08-05T04:16:32.703Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33942026-08-05T04:16:32.788Z[ host-package] Compiling flume v0.11.1
33952026-08-05T04:16:33.062Z[ host-package] Compiling ecdsa v0.16.9
33962026-08-05T04:16:33.825Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33972026-08-05T04:16:34.233Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33982026-08-05T04:16:34.329Z[ host-package] Compiling primeorder v0.13.6
33992026-08-05T04:16:34.440Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34002026-08-05T04:16:34.800Z[ host-package] Compiling git-stub v1.0.0
34012026-08-05T04:16:35.069Z[ host-package] Compiling http-range v0.1.5
34022026-08-05T04:16:35.100Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
34032026-08-05T04:16:35.331Z[ host-package] Compiling strsim v0.10.0
34042026-08-05T04:16:35.416Z[ host-package] Compiling instability v0.3.11
34052026-08-05T04:16:35.503Z[ host-package] Compiling git-stub-vcs v0.1.0
34062026-08-05T04:16:35.693Z[ host-package] Compiling darling_core v0.13.4
34072026-08-05T04:16:35.737Z[ host-package] Compiling p384 v0.13.1
34082026-08-05T04:16:36.119Z[ helios-setup] Aug 05 04:16:35.309 INFO E| Finished `release` profile [optimized] target(s) in 47.23s
34092026-08-05T04:16:36.124Z[ helios-setup] Aug 05 04:16:35.311 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
34102026-08-05T04:16:36.124Z[ helios-setup] Aug 05 04:16:35.311 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34112026-08-05T04:16:36.178Z[ helios-setup] Aug 05 04:16:35.367 INFO building project "pilot" ok (47 seconds)
34122026-08-05T04:16:36.179Z[ helios-setup] Aug 05 04:16:35.368 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
34132026-08-05T04:16:36.187Z[ helios-setup] Aug 05 04:16:35.377 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
34142026-08-05T04:16:36.188Z[ helios-setup] Aug 05 04:16:35.377 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
34152026-08-05T04:16:36.191Z[ helios-setup] Aug 05 04:16:35.377 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
34162026-08-05T04:16:36.332Z[ helios-setup] Aug 05 04:16:35.522 INFO E| Updating crates.io index
34172026-08-05T04:16:36.433Z[ helios-setup] Aug 05 04:16:35.622 INFO E| Downloading crates ...
34182026-08-05T04:16:36.487Z[ helios-setup] Aug 05 04:16:35.676 INFO E| Downloaded time-macros v0.2.22
34192026-08-05T04:16:36.502Z[ helios-setup] Aug 05 04:16:35.691 INFO E| Downloaded serde_with v3.12.0
34202026-08-05T04:16:36.508Z[ helios-setup] Aug 05 04:16:35.697 INFO E| Downloaded time-core v0.1.4
34212026-08-05T04:16:36.564Z[ helios-setup] Aug 05 04:16:35.754 INFO E| Downloaded errno v0.3.12
34222026-08-05T04:16:36.572Z[ helios-setup] Aug 05 04:16:35.762 INFO E| Downloaded thiserror-impl v2.0.12
34232026-08-05T04:16:36.578Z[ helios-setup] Aug 05 04:16:35.763 INFO E| Downloaded bitflags v2.9.1
34242026-08-05T04:16:36.578Z[ helios-setup] Aug 05 04:16:35.765 INFO E| Downloaded serde_with_macros v3.12.0
34252026-08-05T04:16:36.582Z[ helios-setup] Aug 05 04:16:35.769 INFO E| Downloaded deranged v0.4.0
34262026-08-05T04:16:36.585Z[ helios-setup] Aug 05 04:16:35.771 INFO E| Downloaded thiserror v2.0.12
34272026-08-05T04:16:36.585Z[ helios-setup] Aug 05 04:16:35.775 INFO E| Downloaded quote v1.0.40
34282026-08-05T04:16:36.589Z[ helios-setup] Aug 05 04:16:35.776 INFO E| Downloaded autocfg v1.4.0
34292026-08-05T04:16:36.589Z[ helios-setup] Aug 05 04:16:35.779 INFO E| Downloaded unicode-ident v1.0.18
34302026-08-05T04:16:36.597Z[ helios-setup] Aug 05 04:16:35.786 INFO E| Downloaded iana-time-zone v0.1.63
34312026-08-05T04:16:36.622Z[ helios-setup] Aug 05 04:16:35.811 INFO E| Downloaded proc-macro2 v1.0.95
34322026-08-05T04:16:36.626Z[ helios-setup] Aug 05 04:16:35.813 INFO E| Downloaded serde_derive v1.0.219
34332026-08-05T04:16:36.626Z[ helios-setup] Aug 05 04:16:35.814 INFO E| Downloaded anyhow v1.0.98
34342026-08-05T04:16:36.630Z[ helios-setup] Aug 05 04:16:35.816 INFO E| Downloaded getrandom v0.3.3
34352026-08-05T04:16:36.662Z[ helios-setup] Aug 05 04:16:35.851 INFO E| Downloaded serde v1.0.219
34362026-08-05T04:16:36.666Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34372026-08-05T04:16:36.666Z[ helios-setup] Aug 05 04:16:35.854 INFO E| Downloaded tempfile v3.20.0
34382026-08-05T04:16:36.670Z[ helios-setup] Aug 05 04:16:35.855 INFO E| Downloaded indexmap v2.9.0
34392026-08-05T04:16:36.680Z[ helios-setup] Aug 05 04:16:35.869 INFO E| Downloaded memchr v2.7.4
34402026-08-05T04:16:36.693Z[ helios-setup] Aug 05 04:16:35.882 INFO E| Downloaded hashbrown v0.15.3
34412026-08-05T04:16:36.697Z[ helios-setup] Aug 05 04:16:35.886 INFO E| Downloaded time v0.3.41
34422026-08-05T04:16:36.701Z[ helios-setup] Aug 05 04:16:35.891 INFO E| Downloaded serde_json v1.0.140
34432026-08-05T04:16:36.736Z[ helios-setup] Aug 05 04:16:35.926 INFO E| Downloaded chrono v0.4.41
34442026-08-05T04:16:36.770Z[ helios-setup] Aug 05 04:16:35.960 INFO E| Downloaded syn v2.0.101
34452026-08-05T04:16:36.778Z[ helios-setup] Aug 05 04:16:35.967 INFO E| Downloaded rustix v1.0.7
34462026-08-05T04:16:36.792Z[ helios-setup] Aug 05 04:16:35.982 INFO E| Downloaded libc v0.2.172
34472026-08-05T04:16:36.855Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling proc-macro2 v1.0.95
34482026-08-05T04:16:36.855Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling unicode-ident v1.0.18
34492026-08-05T04:16:36.855Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling libc v0.2.172
34502026-08-05T04:16:36.855Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling strsim v0.11.1
34512026-08-05T04:16:36.859Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling fnv v1.0.7
34522026-08-05T04:16:36.860Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling ident_case v1.0.1
34532026-08-05T04:16:36.860Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling serde v1.0.219
34542026-08-05T04:16:36.860Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling getrandom v0.3.3
34552026-08-05T04:16:36.860Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling rustix v1.0.7
34562026-08-05T04:16:36.860Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling thiserror v2.0.12
34572026-08-05T04:16:36.860Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling serde_json v1.0.140
34582026-08-05T04:16:36.860Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling bitflags v2.9.1
34592026-08-05T04:16:36.860Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling cfg-if v1.0.0
34602026-08-05T04:16:36.860Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling anyhow v1.0.98
34612026-08-05T04:16:36.860Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling memchr v2.7.4
34622026-08-05T04:16:36.860Z[ helios-setup] Aug 05 04:16:36.044 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
34632026-08-05T04:16:37.067Z[ helios-setup] Aug 05 04:16:36.257 INFO E| Compiling once_cell v1.21.3
34642026-08-05T04:16:37.098Z[ helios-setup] Aug 05 04:16:36.288 INFO E| Compiling fastrand v2.3.0
34652026-08-05T04:16:37.464Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34662026-08-05T04:16:37.472Z[ helios-setup] Aug 05 04:16:36.613 INFO E| Compiling itoa v1.0.15
34672026-08-05T04:16:37.477Z[ helios-setup] Aug 05 04:16:36.650 INFO E| Compiling ryu v1.0.20
34682026-08-05T04:16:37.968Z[ host-package] Compiling ignore v0.4.25
34692026-08-05T04:16:37.974Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
34702026-08-05T04:16:38.423Z[ helios-setup] Aug 05 04:16:37.500 INFO E| Compiling errno v0.3.12
34712026-08-05T04:16:38.658Z[ helios-setup] Aug 05 04:16:37.832 INFO E| Compiling quote v1.0.40
34722026-08-05T04:16:39.656Z[ helios-setup] Aug 05 04:16:38.017 INFO E| Compiling syn v2.0.101
34732026-08-05T04:16:39.683Z[ helios-setup] Aug 05 04:16:38.517 INFO E| Compiling tempfile v3.20.0
34742026-08-05T04:16:39.808Z[ host-package] Compiling oso v0.27.3
34752026-08-05T04:16:42.654Z[ helios-setup] Aug 05 04:16:40.675 INFO E| Compiling darling_core v0.20.11
34762026-08-05T04:16:42.668Z[ host-package] Compiling async-bb8-diesel v0.2.1
34772026-08-05T04:16:42.668Z[ host-package] Compiling diesel-dtrace v0.5.0
34782026-08-05T04:16:42.668Z[ host-package] Compiling vergen-git2 v9.1.0
34792026-08-05T04:16:42.668Z[ helios-setup] Aug 05 04:16:41.538 INFO E| Compiling serde_derive v1.0.219
34802026-08-05T04:16:42.668Z[ helios-setup] Aug 05 04:16:41.538 INFO E| Compiling thiserror-impl v2.0.12
34812026-08-05T04:16:42.668Z[ host-package] Compiling castaway v0.2.4
34822026-08-05T04:16:42.668Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
34832026-08-05T04:16:42.677Z[ host-package] Compiling indoc v2.0.7
34842026-08-05T04:16:44.287Z[ host-package] Compiling compact_str v0.8.1
34852026-08-05T04:16:44.311Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
34862026-08-05T04:16:44.311Z[ host-package] Compiling globwalk v0.9.1
34872026-08-05T04:16:44.311Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34882026-08-05T04:16:44.311Z[ host-package] Compiling darling_macro v0.13.4
34892026-08-05T04:16:44.311Z[ helios-setup] Aug 05 04:16:43.183 INFO E| Compiling darling_macro v0.20.11
34902026-08-05T04:16:44.311Z[ host-package] Compiling parking_lot v0.11.2
34912026-08-05T04:16:44.311Z[ host-package] Compiling hyper-staticfile v0.10.1
34922026-08-05T04:16:44.311Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34932026-08-05T04:16:44.311Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34942026-08-05T04:16:44.576Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34952026-08-05T04:16:44.792Z[ helios-setup] Aug 05 04:16:43.916 INFO E| Compiling darling v0.20.11
34962026-08-05T04:16:44.817Z[ helios-setup] Aug 05 04:16:44.006 INFO E| Compiling serde_with_macros v3.12.0
34972026-08-05T04:16:45.251Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34982026-08-05T04:16:45.264Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6d037cb60304413302e3f3658e4850980cee77b0#6d037cb6)
34992026-08-05T04:16:45.264Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35002026-08-05T04:16:45.264Z[ host-package] Compiling predicates-tree v1.0.13
35012026-08-05T04:16:45.293Z[ host-package] Compiling unicode-truncate v1.1.0
35022026-08-05T04:16:45.551Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35032026-08-05T04:16:45.725Z[ host-package] Compiling lru v0.12.5
35042026-08-05T04:16:45.887Z[ host-package] Compiling prefix-trie v0.7.0
35052026-08-05T04:16:45.926Z[ host-package] Compiling rand_seeder v0.4.0
35062026-08-05T04:16:45.992Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35072026-08-05T04:16:46.312Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
35082026-08-05T04:16:46.526Z[ host-package] Compiling corncobs v0.1.4
35092026-08-05T04:16:46.551Z[ host-package] Compiling cassowary v0.3.0
35102026-08-05T04:16:46.607Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
35112026-08-05T04:16:46.798Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35122026-08-05T04:16:46.956Z[ host-package] Compiling ratatui v0.29.0
35132026-08-05T04:16:47.030Z[ host-package] Compiling hickory-server v0.25.2
35142026-08-05T04:16:47.082Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35152026-08-05T04:16:47.435Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35162026-08-05T04:16:47.580Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35172026-08-05T04:16:47.678Z[ helios-setup] Aug 05 04:16:46.867 INFO E| Compiling serde_with v3.12.0
35182026-08-05T04:16:48.150Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35192026-08-05T04:16:48.256Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35202026-08-05T04:16:48.401Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35212026-08-05T04:16:50.346Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35222026-08-05T04:16:50.523Z[ host-package] Compiling sled v0.34.7
35232026-08-05T04:16:50.935Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35242026-08-05T04:16:52.145Z[ helios-setup] Aug 05 04:16:51.334 INFO E| Finished `release` profile [optimized] target(s) in 15.94s
35252026-08-05T04:16:52.173Z[ helios-setup] Aug 05 04:16:51.362 INFO building project "dmar-report" ok (15 seconds)
35262026-08-05T04:16:52.173Z[ helios-setup] Aug 05 04:16:51.362 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
35272026-08-05T04:16:52.582Z[ host-package] Compiling darling v0.13.4
35282026-08-05T04:16:52.702Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35292026-08-05T04:16:53.194Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35302026-08-05T04:16:53.442Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35312026-08-05T04:16:53.698Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35322026-08-05T04:16:53.953Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35332026-08-05T04:16:54.241Z[ host-package] Compiling secrecy v0.8.0
35342026-08-05T04:16:54.471Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35352026-08-05T04:16:55.233Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35362026-08-05T04:16:55.843Z[ host-package] Compiling serde_with_macros v1.5.2
35372026-08-05T04:16:56.125Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35382026-08-05T04:16:56.706Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35392026-08-05T04:16:56.744Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35402026-08-05T04:16:56.810Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35412026-08-05T04:16:57.443Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35422026-08-05T04:16:57.819Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35432026-08-05T04:16:58.174Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35442026-08-05T04:16:58.413Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35452026-08-05T04:16:58.713Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35462026-08-05T04:16:58.968Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35472026-08-05T04:16:59.093Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35482026-08-05T04:16:59.242Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35492026-08-05T04:16:59.313Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35502026-08-05T04:16:59.385Z[ host-package] Compiling arc-swap v1.8.2
35512026-08-05T04:16:59.541Z[ host-package] Compiling git2 v0.20.4
35522026-08-05T04:16:59.570Z[ host-package] Compiling void v1.0.2
35532026-08-05T04:16:59.715Z[ host-package] Compiling slog-scope v4.4.1
35542026-08-05T04:16:59.750Z[ host-package] Compiling lzss v0.8.2
35552026-08-05T04:16:59.869Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35562026-08-05T04:17:00.238Z[ host-package] Compiling illumos-nvpair v0.3.0
35572026-08-05T04:17:00.616Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35582026-08-05T04:17:00.837Z[ host-package] Compiling serde_with v1.14.0
35592026-08-05T04:17:03.613Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35602026-08-05T04:17:03.667Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35612026-08-05T04:17:04.585Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35622026-08-05T04:17:06.057Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35632026-08-05T04:17:06.136Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35642026-08-05T04:17:07.297Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35652026-08-05T04:17:07.368Z[ host-package] Compiling tungstenite v0.23.0
35662026-08-05T04:17:07.752Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35672026-08-05T04:17:08.153Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35682026-08-05T04:17:09.827Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35692026-08-05T04:17:09.902Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35702026-08-05T04:17:10.080Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35712026-08-05T04:17:10.144Z[ host-package] Compiling nix v0.27.1
35722026-08-05T04:17:10.282Z[ host-package] Compiling twox-hash v2.1.2
35732026-08-05T04:17:10.354Z[ host-package] Compiling libsw-core v0.3.2
35742026-08-05T04:17:10.607Z[ host-package] Compiling atty v0.2.14
35752026-08-05T04:17:10.766Z[ host-package] Compiling serde_bytes v0.11.19
35762026-08-05T04:17:10.853Z[ host-package] Compiling libsw v3.5.0
35772026-08-05T04:17:11.196Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35782026-08-05T04:17:11.286Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35792026-08-05T04:17:11.289Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35802026-08-05T04:17:11.404Z[ host-package] Compiling tokio-tungstenite v0.23.1
35812026-08-05T04:17:11.846Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35822026-08-05T04:17:12.404Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35832026-08-05T04:17:12.743Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35842026-08-05T04:17:13.599Z[ helios-setup] Aug 05 04:17:12.788 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')"
35852026-08-05T04:17:13.600Z[ helios-setup] Aug 05 04:17:12.788 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
35862026-08-05T04:17:13.634Z[ helios-setup] Aug 05 04:17:12.823 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')"
35872026-08-05T04:17:13.635Z[ helios-setup] Aug 05 04:17:12.823 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35882026-08-05T04:17:13.639Z[ helios-setup] Aug 05 04:17:12.823 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
35892026-08-05T04:17:13.801Z[ helios-setup] Aug 05 04:17:12.990 INFO E| Blocking waiting for file lock on package cache
35902026-08-05T04:17:14.089Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35912026-08-05T04:17:14.171Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35922026-08-05T04:17:14.503Z[ host-package] Compiling slog-stdlog v4.1.1
35932026-08-05T04:17:14.835Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35942026-08-05T04:17:14.908Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35952026-08-05T04:17:15.379Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35962026-08-05T04:17:15.497Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35972026-08-05T04:17:15.980Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35982026-08-05T04:17:16.037Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35992026-08-05T04:17:16.789Z[ helios-setup] Aug 05 04:17:15.979 INFO E| Updating crates.io index
36002026-08-05T04:17:16.793Z[ helios-setup] Aug 05 04:17:15.979 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
36012026-08-05T04:17:17.185Z[ helios-setup] Aug 05 04:17:16.374 INFO E| From https://github.com/oxidecomputer/amd-apcb
36022026-08-05T04:17:17.185Z[ helios-setup] Aug 05 04:17:16.374 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
36032026-08-05T04:17:17.199Z[ helios-setup] Aug 05 04:17:16.388 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
36042026-08-05T04:17:17.204Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36052026-08-05T04:17:17.379Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36062026-08-05T04:17:17.535Z[ helios-setup] Aug 05 04:17:16.724 INFO E| From https://github.com/oxidecomputer/amd-efs
36072026-08-05T04:17:17.535Z[ helios-setup] Aug 05 04:17:16.724 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
36082026-08-05T04:17:17.626Z[ helios-setup] Aug 05 04:17:16.815 INFO E| Blocking waiting for file lock on package cache
36092026-08-05T04:17:17.712Z[ helios-setup] Aug 05 04:17:16.902 INFO E| Blocking waiting for file lock on package cache
36102026-08-05T04:17:17.721Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36112026-08-05T04:17:18.222Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36122026-08-05T04:17:20.228Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36132026-08-05T04:17:21.659Z[ helios-setup] Aug 05 04:17:20.848 INFO E| Downloading crates ...
36142026-08-05T04:17:21.708Z[ helios-setup] Aug 05 04:17:20.897 INFO E| Downloaded heck v0.3.3
36152026-08-05T04:17:21.716Z[ helios-setup] Aug 05 04:17:20.905 INFO E| Downloaded modular-bitfield-impl v0.11.2
36162026-08-05T04:17:21.719Z[ helios-setup] Aug 05 04:17:20.908 INFO E| Downloaded pest_meta v2.8.0
36172026-08-05T04:17:21.723Z[ helios-setup] Aug 05 04:17:20.910 INFO E| Downloaded pest_generator v2.8.0
36182026-08-05T04:17:21.723Z[ helios-setup] Aug 05 04:17:20.912 INFO E| Downloaded four-cc v0.4.0
36192026-08-05T04:17:21.726Z[ helios-setup] Aug 05 04:17:20.914 INFO E| Downloaded dyn-clone v1.0.19
36202026-08-05T04:17:21.729Z[ helios-setup] Aug 05 04:17:20.916 INFO E| Downloaded parse_int v0.9.0
36212026-08-05T04:17:21.729Z[ helios-setup] Aug 05 04:17:20.916 INFO E| Downloaded vec_map v0.8.2
36222026-08-05T04:17:21.729Z[ helios-setup] Aug 05 04:17:20.917 INFO E| Downloaded strsim v0.8.0
36232026-08-05T04:17:21.733Z[ helios-setup] Aug 05 04:17:20.922 INFO E| Downloaded strum v0.27.1
36242026-08-05T04:17:21.736Z[ helios-setup] Aug 05 04:17:20.922 INFO E| Downloaded unic-ucd-ident v0.9.0
36252026-08-05T04:17:21.737Z[ helios-setup] Aug 05 04:17:20.925 INFO E| Downloaded unic-char-property v0.9.0
36262026-08-05T04:17:21.743Z[ helios-setup] Aug 05 04:17:20.931 INFO E| Downloaded unic-ucd-version v0.9.0
36272026-08-05T04:17:21.750Z[ helios-setup] Aug 05 04:17:20.936 INFO E| Downloaded bytesize v2.0.1
36282026-08-05T04:17:21.759Z[ helios-setup] Aug 05 04:17:20.938 INFO E| Downloaded log v0.4.27
36292026-08-05T04:17:21.759Z[ helios-setup] Aug 05 04:17:20.939 INFO E| Downloaded unic-char-range v0.9.0
36302026-08-05T04:17:21.759Z[ helios-setup] Aug 05 04:17:20.940 INFO E| Downloaded unic-common v0.9.0
36312026-08-05T04:17:21.759Z[ helios-setup] Aug 05 04:17:20.940 INFO E| Downloaded strum_macros v0.27.1
36322026-08-05T04:17:21.770Z[ helios-setup] Aug 05 04:17:20.946 INFO E| Downloaded pest_derive v2.8.0
36332026-08-05T04:17:21.770Z[ helios-setup] Aug 05 04:17:20.948 INFO E| Downloaded ansi_term v0.12.1
36342026-08-05T04:17:21.770Z[ helios-setup] Aug 05 04:17:20.949 INFO E| Downloaded modular-bitfield-impl v0.13.1
36352026-08-05T04:17:21.770Z[ helios-setup] Aug 05 04:17:20.950 INFO E| Downloaded fletcher v1.0.0
36362026-08-05T04:17:21.770Z[ helios-setup] Aug 05 04:17:20.950 INFO E| Downloaded rustversion v1.0.20
36372026-08-05T04:17:21.770Z[ helios-setup] Aug 05 04:17:20.955 INFO E| Downloaded structopt-derive v0.4.18
36382026-08-05T04:17:21.776Z[ helios-setup] Aug 05 04:17:20.960 INFO E| Downloaded structopt v0.3.26
36392026-08-05T04:17:21.780Z[ helios-setup] Aug 05 04:17:20.964 INFO E| Downloaded modular-bitfield v0.11.2
36402026-08-05T04:17:21.799Z[ helios-setup] Aug 05 04:17:20.987 INFO E| Downloaded modular-bitfield v0.13.1
36412026-08-05T04:17:21.806Z[ helios-setup] Aug 05 04:17:20.992 INFO E| Downloaded typenum v1.18.0
36422026-08-05T04:17:21.816Z[ helios-setup] Aug 05 04:17:20.994 INFO E| Downloaded zerocopy-derive v0.8.25
36432026-08-05T04:17:21.816Z[ helios-setup] Aug 05 04:17:20.998 INFO E| Downloaded textwrap v0.11.0
36442026-08-05T04:17:21.816Z[ helios-setup] Aug 05 04:17:20.999 INFO E| Downloaded pest v2.8.0
36452026-08-05T04:17:21.821Z[ helios-setup] Aug 05 04:17:21.002 INFO E| Downloaded clap v2.34.0
36462026-08-05T04:17:21.821Z[ helios-setup] Aug 05 04:17:21.006 INFO E| Downloaded goblin v0.9.3
36472026-08-05T04:17:21.821Z[ helios-setup] Aug 05 04:17:21.009 INFO E| Downloaded zerocopy v0.8.25
36482026-08-05T04:17:21.890Z[ helios-setup] Aug 05 04:17:21.077 INFO E| Compiling proc-macro2 v1.0.95
36492026-08-05T04:17:21.890Z[ helios-setup] Aug 05 04:17:21.077 INFO E| Compiling unicode-ident v1.0.18
36502026-08-05T04:17:21.890Z[ helios-setup] Aug 05 04:17:21.077 INFO E| Compiling memchr v2.7.4
36512026-08-05T04:17:21.894Z[ helios-setup] Aug 05 04:17:21.077 INFO E| Compiling autocfg v1.4.0
36522026-08-05T04:17:21.894Z[ helios-setup] Aug 05 04:17:21.077 INFO E| Compiling thiserror v2.0.12
36532026-08-05T04:17:21.894Z[ helios-setup] Aug 05 04:17:21.077 INFO E| Compiling serde v1.0.219
36542026-08-05T04:17:21.894Z[ helios-setup] Aug 05 04:17:21.077 INFO E| Compiling syn v1.0.109
36552026-08-05T04:17:21.894Z[ helios-setup] Aug 05 04:17:21.077 INFO E| Compiling version_check v0.9.5
36562026-08-05T04:17:21.894Z[ helios-setup] Aug 05 04:17:21.077 INFO E| Compiling serde_json v1.0.140
36572026-08-05T04:17:21.894Z[ helios-setup] Aug 05 04:17:21.077 INFO E| Compiling itoa v1.0.15
36582026-08-05T04:17:21.894Z[ helios-setup] Aug 05 04:17:21.077 INFO E| Compiling schemars v0.8.22
36592026-08-05T04:17:21.935Z[ helios-setup] Aug 05 04:17:21.124 INFO E| Compiling ryu v1.0.20
36602026-08-05T04:17:21.955Z[ helios-setup] Aug 05 04:17:21.143 INFO E| Compiling ucd-trie v0.1.7
36612026-08-05T04:17:21.955Z[ helios-setup] Aug 05 04:17:21.143 INFO E| Compiling dyn-clone v1.0.19
36622026-08-05T04:17:21.959Z[ helios-setup] Aug 05 04:17:21.143 INFO E| Compiling paste v1.0.15
36632026-08-05T04:17:21.959Z[ helios-setup] Aug 05 04:17:21.143 INFO E| Compiling static_assertions v1.1.0
36642026-08-05T04:17:22.128Z[ helios-setup] Aug 05 04:17:21.316 INFO E| Compiling rustversion v1.0.20
36652026-08-05T04:17:22.132Z[ helios-setup] Aug 05 04:17:21.317 INFO E| Compiling zerocopy v0.8.25
36662026-08-05T04:17:22.201Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36672026-08-05T04:17:22.274Z[ helios-setup] Aug 05 04:17:21.463 INFO E| Compiling libc v0.2.172
36682026-08-05T04:17:22.347Z[ helios-setup] Aug 05 04:17:21.534 INFO E| Compiling once_cell v1.21.3
36692026-08-05T04:17:22.472Z[ helios-setup] Aug 05 04:17:21.649 INFO E| Compiling heck v0.5.0
36702026-08-05T04:17:22.488Z[ helios-setup] Aug 05 04:17:21.669 INFO E| Compiling unicode-segmentation v1.12.0
36712026-08-05T04:17:22.496Z[ helios-setup] Aug 05 04:17:21.682 INFO E| Compiling proc-macro-error-attr v1.0.4
36722026-08-05T04:17:22.594Z[ helios-setup] Aug 05 04:17:21.779 INFO E| Compiling proc-macro-error v1.0.4
36732026-08-05T04:17:22.674Z[ helios-setup] Aug 05 04:17:21.852 INFO E| Compiling num-traits v0.2.19
36742026-08-05T04:17:22.724Z[ helios-setup] Aug 05 04:17:21.897 INFO E| Compiling memoffset v0.9.1
36752026-08-05T04:17:22.770Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36762026-08-05T04:17:22.840Z[ helios-setup] Aug 05 04:17:21.999 INFO E| Compiling unicode-width v0.1.14
36772026-08-05T04:17:22.919Z[ helios-setup] Aug 05 04:17:22.098 INFO E| Compiling byteorder v1.5.0
36782026-08-05T04:17:22.935Z[ helios-setup] Aug 05 04:17:22.103 INFO E| Compiling bitflags v1.3.2
36792026-08-05T04:17:23.032Z[ helios-setup] Aug 05 04:17:22.214 INFO E| Compiling strsim v0.8.0
36802026-08-05T04:17:23.148Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36812026-08-05T04:17:23.155Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36822026-08-05T04:17:23.249Z[ helios-setup] Aug 05 04:17:22.437 INFO E| Compiling heck v0.3.3
36832026-08-05T04:17:23.296Z[ host-package] Compiling signal-hook-tokio v0.3.1
36842026-08-05T04:17:23.320Z[ helios-setup] Aug 05 04:17:22.505 INFO E| Compiling textwrap v0.11.0
36852026-08-05T04:17:23.412Z[ helios-setup] Aug 05 04:17:22.586 INFO E| Compiling ansi_term v0.12.1
36862026-08-05T04:17:23.473Z[ helios-setup] Aug 05 04:17:22.647 INFO E| Compiling unic-char-range v0.9.0
36872026-08-05T04:17:23.503Z[ helios-setup] Aug 05 04:17:22.661 INFO E| Compiling unic-common v0.9.0
36882026-08-05T04:17:23.514Z[ helios-setup] Aug 05 04:17:22.701 INFO E| Compiling vec_map v0.8.2
36892026-08-05T04:17:23.545Z[ helios-setup] Aug 05 04:17:22.725 INFO E| Compiling strum v0.27.1
36902026-08-05T04:17:23.585Z[ helios-setup] Aug 05 04:17:22.769 INFO E| Compiling fletcher v1.0.0
36912026-08-05T04:17:23.630Z[ helios-setup] Aug 05 04:17:22.817 INFO E| Compiling unic-ucd-version v0.9.0
36922026-08-05T04:17:23.645Z[ host-package] Compiling fatfs v0.3.6
36932026-08-05T04:17:23.662Z[ helios-setup] Aug 05 04:17:22.843 INFO E| Compiling unic-char-property v0.9.0
36942026-08-05T04:17:23.679Z[ helios-setup] Aug 05 04:17:22.849 INFO E| Compiling lazy_static v1.5.0
36952026-08-05T04:17:23.698Z[ helios-setup] Aug 05 04:17:22.869 INFO E| Compiling plain v0.2.3
36962026-08-05T04:17:23.712Z[ host-package] Compiling yasna v0.5.2
36972026-08-05T04:17:23.741Z[ helios-setup] Aug 05 04:17:22.913 INFO E| Compiling log v0.4.27
36982026-08-05T04:17:23.823Z[ helios-setup] Aug 05 04:17:23.009 INFO E| Compiling unic-ucd-ident v0.9.0
36992026-08-05T04:17:23.823Z[ helios-setup] Aug 05 04:17:23.009 INFO E| Compiling bytesize v2.0.1
37002026-08-05T04:17:24.014Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37012026-08-05T04:17:24.073Z[ helios-setup] Aug 05 04:17:23.259 INFO E| Compiling quote v1.0.40
37022026-08-05T04:17:24.143Z[ helios-setup] Aug 05 04:17:23.331 INFO E| Compiling atty v0.2.14
37032026-08-05T04:17:24.171Z[ helios-setup] Aug 05 04:17:23.360 INFO E| Compiling parse_int v0.9.0
37042026-08-05T04:17:24.235Z[ helios-setup] Aug 05 04:17:23.415 INFO E| Compiling clap v2.34.0
37052026-08-05T04:17:24.349Z[ helios-setup] Aug 05 04:17:23.533 INFO E| Compiling syn v2.0.101
37062026-08-05T04:17:24.717Z[ host-package] Compiling is_ci v1.2.0
37072026-08-05T04:17:24.783Z[ host-package] Compiling seq-macro v0.3.6
37082026-08-05T04:17:25.001Z[ host-package] Compiling assert_matches v1.5.0
37092026-08-05T04:17:25.141Z[ host-package] Compiling supports-color v3.0.2
37102026-08-05T04:17:25.544Z[ host-package] Compiling rcgen v0.12.1
37112026-08-05T04:17:25.837Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37122026-08-05T04:17:25.953Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37132026-08-05T04:17:27.387Z[ helios-setup] Aug 05 04:17:26.572 INFO E| Compiling serde_derive_internals v0.29.1
37142026-08-05T04:17:27.459Z[ helios-setup] Aug 05 04:17:26.637 INFO E| Compiling modular-bitfield-impl v0.11.2
37152026-08-05T04:17:27.459Z[ helios-setup] Aug 05 04:17:26.638 INFO E| Compiling structopt-derive v0.4.18
37162026-08-05T04:17:27.547Z[ host-package] Compiling slog-envlogger v2.2.0
37172026-08-05T04:17:27.658Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37182026-08-05T04:17:28.358Z[ helios-setup] Aug 05 04:17:27.541 INFO E| Compiling thiserror-impl v2.0.12
37192026-08-05T04:17:28.358Z[ helios-setup] Aug 05 04:17:27.541 INFO E| Compiling serde_derive v1.0.219
37202026-08-05T04:17:28.362Z[ helios-setup] Aug 05 04:17:27.541 INFO E| Compiling schemars_derive v0.8.22
37212026-08-05T04:17:28.362Z[ helios-setup] Aug 05 04:17:27.541 INFO E| Compiling zerocopy-derive v0.8.25
37222026-08-05T04:17:28.362Z[ helios-setup] Aug 05 04:17:27.541 INFO E| Compiling num-derive v0.4.2
37232026-08-05T04:17:28.362Z[ helios-setup] Aug 05 04:17:27.541 INFO E| Compiling modular-bitfield-impl v0.13.1
37242026-08-05T04:17:28.363Z[ helios-setup] Aug 05 04:17:27.541 INFO E| Compiling strum_macros v0.27.1
37252026-08-05T04:17:28.363Z[ helios-setup] Aug 05 04:17:27.541 INFO E| Compiling scroll_derive v0.12.1
37262026-08-05T04:17:29.057Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37272026-08-05T04:17:29.178Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37282026-08-05T04:17:29.183Z[ helios-setup] Aug 05 04:17:28.372 INFO E| Compiling structopt v0.3.26
37292026-08-05T04:17:29.273Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37302026-08-05T04:17:29.433Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37312026-08-05T04:17:29.614Z[ helios-setup] Aug 05 04:17:28.803 INFO E| Compiling modular-bitfield v0.11.2
37322026-08-05T04:17:29.650Z[ helios-setup] Aug 05 04:17:28.839 INFO E| Compiling scroll v0.12.0
37332026-08-05T04:17:29.773Z[ host-package] Compiling port-file v0.1.0
37342026-08-05T04:17:29.942Z[ host-package] Compiling subprocess v0.2.15
37352026-08-05T04:17:30.030Z[ helios-setup] Aug 05 04:17:29.219 INFO E| Compiling goblin v0.9.3
37362026-08-05T04:17:30.404Z[ helios-setup] Aug 05 04:17:29.593 INFO E| Compiling pest v2.8.0
37372026-08-05T04:17:30.481Z[ host-package] Compiling rtoolbox v0.0.3
37382026-08-05T04:17:30.522Z[ helios-setup] Aug 05 04:17:29.711 INFO E| Compiling modular-bitfield v0.13.1
37392026-08-05T04:17:30.938Z[ host-package] Compiling rpassword v7.5.4
37402026-08-05T04:17:31.764Z[ helios-setup] Aug 05 04:17:30.953 INFO E| Compiling pest_meta v2.8.0
37412026-08-05T04:17:31.835Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37422026-08-05T04:17:32.276Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37432026-08-05T04:17:32.483Z[ helios-setup] Aug 05 04:17:31.672 INFO E| Compiling pest_generator v2.8.0
37442026-08-05T04:17:33.339Z[ helios-setup] Aug 05 04:17:32.527 INFO E| Compiling pest_derive v2.8.0
37452026-08-05T04:17:33.685Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37462026-08-05T04:17:33.852Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37472026-08-05T04:17:33.945Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37482026-08-05T04:17:34.667Z[ helios-setup] Aug 05 04:17:33.856 INFO E| Compiling json5 v0.4.1
37492026-08-05T04:17:36.274Z[ helios-setup] Aug 05 04:17:35.463 INFO E| Compiling four-cc v0.4.0
37502026-08-05T04:17:36.274Z[ helios-setup] Aug 05 04:17:35.463 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
37512026-08-05T04:17:36.491Z[ helios-setup] Aug 05 04:17:35.680 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
37522026-08-05T04:17:36.794Z[ host-package] Compiling tui-tree-widget v0.23.1
37532026-08-05T04:17:36.890Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37542026-08-05T04:17:37.214Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37552026-08-05T04:17:38.242Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37562026-08-05T04:17:39.739Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37572026-08-05T04:17:40.241Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37582026-08-05T04:17:40.647Z[ host-package] Compiling uzers v0.12.2
37592026-08-05T04:17:41.453Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37602026-08-05T04:17:42.509Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37612026-08-05T04:17:42.701Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37622026-08-05T04:17:43.959Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37632026-08-05T04:17:44.001Z[ host-package] Compiling support-bundle-viewer v0.1.2
37642026-08-05T04:17:44.709Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37652026-08-05T04:17:45.983Z[ host-package] Compiling multimap v0.10.1
37662026-08-05T04:17:50.545Z[ helios-setup] Aug 05 04:17:49.734 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37672026-08-05T04:17:53.484Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37682026-08-05T04:17:54.707Z[ helios-setup] Aug 05 04:17:53.894 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37692026-08-05T04:18:03.368Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37702026-08-05T04:18:03.434Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37712026-08-05T04:18:07.486Z[ helios-setup] Aug 05 04:18:06.675 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.80s
37722026-08-05T04:18:07.522Z[ helios-setup] Aug 05 04:18:06.711 INFO building project "amd-host-image-builder" ok (53 seconds)
37732026-08-05T04:18:07.522Z[ helios-setup] Aug 05 04:18:06.711 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37742026-08-05T04:18:07.532Z[ helios-setup] Aug 05 04:18:06.721 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
37752026-08-05T04:18:07.532Z[ helios-setup] Aug 05 04:18:06.721 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37762026-08-05T04:18:07.535Z[ helios-setup] Aug 05 04:18:06.721 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37772026-08-05T04:18:07.644Z[ helios-setup] Aug 05 04:18:06.833 INFO E| Downloading crates ...
37782026-08-05T04:18:07.699Z[ helios-setup] Aug 05 04:18:06.888 INFO E| Downloaded generic-array v0.14.6
37792026-08-05T04:18:07.707Z[ helios-setup] Aug 05 04:18:06.896 INFO E| Downloaded anyhow v1.0.62
37802026-08-05T04:18:07.715Z[ helios-setup] Aug 05 04:18:06.904 INFO E| Downloaded miniz_oxide v0.6.2
37812026-08-05T04:18:07.718Z[ helios-setup] Aug 05 04:18:06.906 INFO E| Downloaded cpufeatures v0.2.5
37822026-08-05T04:18:07.718Z[ helios-setup] Aug 05 04:18:06.906 INFO E| Downloaded typenum v1.15.0
37832026-08-05T04:18:07.725Z[ helios-setup] Aug 05 04:18:06.914 INFO E| Downloaded bytes v1.2.1
37842026-08-05T04:18:07.728Z[ helios-setup] Aug 05 04:18:06.916 INFO E| Downloaded flate2 v1.0.25
37852026-08-05T04:18:07.731Z[ helios-setup] Aug 05 04:18:06.919 INFO E| Downloaded block-buffer v0.10.3
37862026-08-05T04:18:07.731Z[ helios-setup] Aug 05 04:18:06.919 INFO E| Downloaded digest v0.10.3
37872026-08-05T04:18:07.731Z[ helios-setup] Aug 05 04:18:06.920 INFO E| Downloaded sha2 v0.10.5
37882026-08-05T04:18:07.777Z[ helios-setup] Aug 05 04:18:06.966 INFO E| Compiling version_check v0.9.4
37892026-08-05T04:18:07.777Z[ helios-setup] Aug 05 04:18:06.966 INFO E| Compiling typenum v1.15.0
37902026-08-05T04:18:07.777Z[ helios-setup] Aug 05 04:18:06.966 INFO E| Compiling crc32fast v1.3.2
37912026-08-05T04:18:07.781Z[ helios-setup] Aug 05 04:18:06.966 INFO E| Compiling cfg-if v1.0.0
37922026-08-05T04:18:07.821Z[ helios-setup] Aug 05 04:18:07.010 INFO E| Compiling adler v1.0.2
37932026-08-05T04:18:07.821Z[ helios-setup] Aug 05 04:18:07.010 INFO E| Compiling anyhow v1.0.62
37942026-08-05T04:18:07.836Z[ helios-setup] Aug 05 04:18:07.025 INFO E| Compiling cpufeatures v0.2.5
37952026-08-05T04:18:07.860Z[ helios-setup] Aug 05 04:18:07.044 INFO E| Compiling unicode-width v0.1.10
37962026-08-05T04:18:07.860Z[ helios-setup] Aug 05 04:18:07.044 INFO E| Compiling bytes v1.2.1
37972026-08-05T04:18:07.860Z[ helios-setup] Aug 05 04:18:07.044 INFO E| Compiling bitflags v1.3.2
37982026-08-05T04:18:08.027Z[ helios-setup] Aug 05 04:18:07.215 INFO E| Compiling getopts v0.2.21
37992026-08-05T04:18:08.040Z[ helios-setup] Aug 05 04:18:07.229 INFO E| Compiling miniz_oxide v0.6.2
38002026-08-05T04:18:08.521Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38012026-08-05T04:18:08.577Z[ helios-setup] Aug 05 04:18:07.766 INFO E| Compiling flate2 v1.0.25
38022026-08-05T04:18:08.762Z[ helios-setup] Aug 05 04:18:07.951 INFO E| Compiling generic-array v0.14.6
38032026-08-05T04:18:09.263Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38042026-08-05T04:18:09.887Z[ helios-setup] Aug 05 04:18:09.076 INFO E| Compiling block-buffer v0.10.3
38052026-08-05T04:18:09.887Z[ helios-setup] Aug 05 04:18:09.076 INFO E| Compiling crypto-common v0.1.6
38062026-08-05T04:18:10.020Z[ helios-setup] Aug 05 04:18:09.209 INFO E| Compiling digest v0.10.3
38072026-08-05T04:18:10.195Z[ helios-setup] Aug 05 04:18:09.383 INFO E| Compiling sha2 v0.10.5
38082026-08-05T04:18:10.456Z[ helios-setup] Aug 05 04:18:09.645 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
38092026-08-05T04:18:13.438Z[ helios-setup] Aug 05 04:18:12.626 INFO E| Finished `release` profile [optimized] target(s) in 5.89s
38102026-08-05T04:18:13.451Z[ helios-setup] Aug 05 04:18:12.640 INFO building project "bootserver" ok (5 seconds)
38112026-08-05T04:18:13.454Z[ helios-setup] rm -f helios-build
38122026-08-05T04:18:13.458Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38132026-08-05T04:18:13.458Z[ helios-setup]
38142026-08-05T04:18:13.461Z[ helios-setup] Setup complete! ./helios-build is now available.
38152026-08-05T04:18:13.461Z[ helios-setup]
38162026-08-05T04:18:13.461Z[ helios-setup]
38172026-08-05T04:18:13.461Z[ helios-setup] real 3:12.677729935
38182026-08-05T04:18:13.461Z[ helios-setup] user 7:05.692926549
38192026-08-05T04:18:13.461Z[ helios-setup] sys 1:18.884720892
38202026-08-05T04:18:13.461Z[ helios-setup] trap 0.522625721
38212026-08-05T04:18:13.461Z[ helios-setup] tflt 2.796759717
38222026-08-05T04:18:13.461Z[ helios-setup] dflt 6.696580120
38232026-08-05T04:18:13.461Z[ helios-setup] kflt 0.003562522
38242026-08-05T04:18:13.461Z[ helios-setup] lock 58:49.329989110
38252026-08-05T04:18:13.461Z[ helios-setup] slp 38:49.950900886
38262026-08-05T04:18:13.461Z[ helios-setup] lat 7:18.885787433
38272026-08-05T04:18:13.461Z[ helios-setup] stop 1:26.169447043
38282026-08-05T04:18:13.462ZAug 05 04:18:12.650 INFO [helios-setup] process exited with exit status: 0 (192.680850965s)
38292026-08-05T04:18:13.462ZAug 05 04:18:12.650 INFO [helios-record] running task
38302026-08-05T04:18:13.462ZAug 05 04:18:12.650 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38312026-08-05T04:18:13.466ZAug 05 04:18:12.655 DEBG process exited with exit status: 0 (4.8162ms)
38322026-08-05T04:18:13.466ZAug 05 04:18:12.655 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38332026-08-05T04:18:13.470ZAug 05 04:18:12.659 DEBG process exited with exit status: 0 (4.44294ms)
38342026-08-05T04:18:13.470ZAug 05 04:18:12.659 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38352026-08-05T04:18:13.474ZAug 05 04:18:12.663 DEBG process exited with exit status: 0 (3.67971ms)
38362026-08-05T04:18:13.474ZAug 05 04:18:12.663 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38372026-08-05T04:18:13.477ZAug 05 04:18:12.667 DEBG process exited with exit status: 0 (3.54097ms)
38382026-08-05T04:18:13.478ZAug 05 04:18:12.667 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38392026-08-05T04:18:13.482ZAug 05 04:18:12.670 DEBG process exited with exit status: 0 (3.48166ms)
38402026-08-05T04:18:13.482ZAug 05 04:18:12.670 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38412026-08-05T04:18:13.485ZAug 05 04:18:12.674 DEBG process exited with exit status: 0 (3.37929ms)
38422026-08-05T04:18:13.485ZAug 05 04:18:12.674 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38432026-08-05T04:18:13.489ZAug 05 04:18:12.677 DEBG process exited with exit status: 0 (3.33894ms)
38442026-08-05T04:18:13.489ZAug 05 04:18:12.677 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38452026-08-05T04:18:13.492ZAug 05 04:18:12.680 DEBG process exited with exit status: 0 (3.39311ms)
38462026-08-05T04:18:13.492ZAug 05 04:18:12.680 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38472026-08-05T04:18:13.495ZAug 05 04:18:12.684 DEBG process exited with exit status: 0 (3.32118ms)
38482026-08-05T04:18:13.495ZAug 05 04:18:12.684 INFO [helios-record] task succeeded (34.09118ms)
38492026-08-05T04:31:13.967Z[ host-package] Finished `release` profile [optimized] target(s) in 15m 41s
38502026-08-05T04:31:13.971Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38512026-08-05T04:31:13.971Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38522026-08-05T04:32:07.765ZAug 05 04:32:06.948 INFO [host-package] process exited with exit status: 0 (995.459702959s)
38532026-08-05T04:32:07.765ZAug 05 04:32:06.948 INFO [host-libraries] running task
38542026-08-05T04:32:07.765ZAug 05 04:32:06.948 INFO [host-stamp] running task
38552026-08-05T04:32:07.769ZAug 05 04:32:06.950 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 22.0.0-0.ci+git84945929ebe
38562026-08-05T04:32:07.769ZAug 05 04:32:06.951 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 22.0.0-0.ci+git84945929ebe
38572026-08-05T04:32:07.769ZAug 05 04:32:06.951 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 22.0.0-0.ci+git84945929ebe
38582026-08-05T04:32:07.769ZAug 05 04:32:06.951 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 22.0.0-0.ci+git84945929ebe
38592026-08-05T04:32:07.769ZAug 05 04:32:06.952 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 22.0.0-0.ci+git84945929ebe
38602026-08-05T04:32:07.769ZAug 05 04:32:06.952 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 22.0.0-0.ci+git84945929ebe
38612026-08-05T04:32:07.770ZAug 05 04:32:06.952 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 22.0.0-0.ci+git84945929ebe
38622026-08-05T04:32:07.770ZAug 05 04:32:06.952 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 22.0.0-0.ci+git84945929ebe
38632026-08-05T04:32:07.777Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38642026-08-05T04:32:07.777Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38652026-08-05T04:32:07.781Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38662026-08-05T04:32:07.781Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38672026-08-05T04:32:07.781Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38682026-08-05T04:32:07.781Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38692026-08-05T04:32:07.781Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38702026-08-05T04:32:07.781Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38712026-08-05T04:32:07.781Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38722026-08-05T04:32:07.786ZAug 05 04:32:06.966 INFO [stamp-overlay] process exited with exit status: 0 (15.00216ms)
38732026-08-05T04:32:07.790Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38742026-08-05T04:32:07.794ZAug 05 04:32:06.977 INFO [stamp-oxlog] process exited with exit status: 0 (25.46169ms)
38752026-08-05T04:32:07.828Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38762026-08-05T04:32:07.834ZAug 05 04:32:07.015 INFO [stamp-crucible-utils] process exited with exit status: 0 (63.04964ms)
38772026-08-05T04:32:07.854Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38782026-08-05T04:32:07.864ZAug 05 04:32:07.040 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (87.85742ms)
38792026-08-05T04:32:07.996Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38802026-08-05T04:32:08.000ZAug 05 04:32:07.183 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (231.18272ms)
38812026-08-05T04:32:08.274Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38822026-08-05T04:32:08.277ZAug 05 04:32:07.461 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (508.55663ms)
38832026-08-05T04:32:08.325Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38842026-08-05T04:32:08.328ZAug 05 04:32:07.512 INFO [stamp-propolis-server] process exited with exit status: 0 (561.130869ms)
38852026-08-05T04:32:09.583ZAug 05 04:32:08.766 INFO [host-libraries] task succeeded (1.818016887s)
38862026-08-05T04:32:09.586ZAug 05 04:32:08.766 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38872026-08-05T04:32:09.590Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38882026-08-05T04:32:10.580Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38892026-08-05T04:32:11.436Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38902026-08-05T04:32:15.037Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38912026-08-05T04:32:15.040ZAug 05 04:32:14.224 INFO [stamp-switch-asic] process exited with exit status: 0 (7.272293636s)
38922026-08-05T04:32:15.040ZAug 05 04:32:14.224 INFO [host-stamp] task succeeded (7.275536826s)
38932026-08-05T04:32:15.040ZAug 05 04:32:14.224 INFO [host-proto] running task
38942026-08-05T04:32:15.566ZAug 05 04:32:14.749 INFO [host-proto] task succeeded (525.331579ms)
38952026-08-05T04:32:15.566ZAug 05 04:32:14.749 INFO [host-profile] running task
38962026-08-05T04:32:15.569ZAug 05 04:32:14.749 INFO [host-profile] task succeeded (213.57µs)
38972026-08-05T04:32:15.569ZAug 05 04:32:14.749 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/.tmpCNkD4o/proto/host/root -N 'ci 8494592/${os_short_commit} 2026-08-05 04:14' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38982026-08-05T04:32:15.572Z[ host-image] Aug 05 04:32:14.756 INFO Checking files for board 'cosmo'
38992026-08-05T04:32:15.572Z[ host-image] Aug 05 04:32:14.756 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39002026-08-05T04:32:15.575Z[ host-image] Aug 05 04:32:14.756 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39012026-08-05T04:32:15.575Z[ host-image] Aug 05 04:32:14.756 INFO Checking files for board 'gimlet'
39022026-08-05T04:32:15.575Z[ host-image] Aug 05 04:32:14.756 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39032026-08-05T04:32:15.575Z[ host-image] Aug 05 04:32:14.756 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39042026-08-05T04:32:15.575Z[ host-image] Aug 05 04:32:14.756 INFO Checking files for board 'cosmo-mbist-noaggr'
39052026-08-05T04:32:15.575Z[ host-image] Aug 05 04:32:14.756 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39062026-08-05T04:32:15.575Z[ host-image] Aug 05 04:32:14.756 INFO Checking files for board 'cosmo-mbist'
39072026-08-05T04:32:15.575Z[ host-image] Aug 05 04:32:14.756 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39082026-08-05T04:32:15.580Z[ host-image] Aug 05 04:32:14.764 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpCNkD4o/proto/host/root"
39092026-08-05T04:32:15.584Z[ host-image] Aug 05 04:32:14.765 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39102026-08-05T04:32:15.584Z[ host-image] Aug 05 04:32:14.765 INFO image builder template: ramdisk-01-os...
39112026-08-05T04:32:15.584Z[ host-image] Aug 05 04:32:14.765 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/.tmpCNkD4o/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@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39122026-08-05T04:32:15.594Z[ host-image] Aug 05 04:32:14.778 INFO O| Aug 05 04:32:14.778 INFO CREATE DATASET: rpool/images/build/host/output
39132026-08-05T04:32:16.626Z[ host-image] Aug 05 04:32:15.809 INFO O| Aug 05 04:32:15.809 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39142026-08-05T04:32:16.629Z[ host-image] Aug 05 04:32:15.813 INFO O| Aug 05 04:32:15.813 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39152026-08-05T04:32:16.827Z[ host-image] Aug 05 04:32:16.010 INFO O| Aug 05 04:32:16.010 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39162026-08-05T04:32:16.886Z[ host-image] Aug 05 04:32:16.069 INFO O| Aug 05 04:32:16.069 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39172026-08-05T04:32:16.886Z[ host-image] Aug 05 04:32:16.069 INFO O| Aug 05 04:32:16.069 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39182026-08-05T04:32:16.889Z[ host-image] Aug 05 04:32:16.070 INFO O| Aug 05 04:32:16.069 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39192026-08-05T04:32:16.889Z[ host-image] Aug 05 04:32:16.070 INFO O| Aug 05 04:32:16.069 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39202026-08-05T04:32:16.892Z[ host-image] Aug 05 04:32:16.076 INFO O| Aug 05 04:32:16.076 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39212026-08-05T04:32:17.124Z[ host-image] Aug 05 04:32:16.308 INFO O| Aug 05 04:32:16.308 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39222026-08-05T04:32:17.134Z[ host-image] Aug 05 04:32:16.316 INFO O| Aug 05 04:32:16.316 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39232026-08-05T04:32:17.424Z[ host-image] Aug 05 04:32:16.608 INFO O| Aug 05 04:32:16.608 INFO O| Caching catalogs ... Done
39242026-08-05T04:32:17.500Z[ host-image] Aug 05 04:32:16.684 INFO O| Aug 05 04:32:16.683 INFO STEP 0 (pkg_image_create) COMPLETE
39252026-08-05T04:32:17.500Z[ host-image] Aug 05 04:32:16.684 INFO O| Aug 05 04:32:16.684 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39262026-08-05T04:32:17.508Z[ host-image] Aug 05 04:32:16.692 INFO O| Aug 05 04:32:16.692 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"]
39272026-08-05T04:32:17.775Z[ host-image] Aug 05 04:32:16.958 INFO O| Aug 05 04:32:16.958 INFO STEP 1 (pkg_set_publisher) COMPLETE
39282026-08-05T04:32:17.775Z[ host-image] Aug 05 04:32:16.958 INFO O| Aug 05 04:32:16.958 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39292026-08-05T04:32:17.779Z[ host-image] Aug 05 04:32:16.958 INFO O| Aug 05 04:32:16.958 INFO skip step because feature "publisher_1_name" is not enabled
39302026-08-05T04:32:17.779Z[ host-image] Aug 05 04:32:16.958 INFO O| Aug 05 04:32:16.958 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39312026-08-05T04:32:17.779Z[ host-image] Aug 05 04:32:16.958 INFO O| Aug 05 04:32:16.958 INFO skip step because feature "publisher_2_name" is not enabled
39322026-08-05T04:32:17.779Z[ host-image] Aug 05 04:32:16.958 INFO O| Aug 05 04:32:16.958 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39332026-08-05T04:32:17.779Z[ host-image] Aug 05 04:32:16.958 INFO O| Aug 05 04:32:16.958 INFO skip step because feature "publisher_3_name" is not enabled
39342026-08-05T04:32:17.779Z[ host-image] Aug 05 04:32:16.958 INFO O| Aug 05 04:32:16.958 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39352026-08-05T04:32:18.038Z[ host-image] Aug 05 04:32:17.221 INFO O| Aug 05 04:32:17.221 INFO variant opensolaris.zone is already global
39362026-08-05T04:32:18.041Z[ host-image] Aug 05 04:32:17.221 INFO O| Aug 05 04:32:17.221 INFO STEP 5 (pkg_change_variant) COMPLETE
39372026-08-05T04:32:18.041Z[ host-image] Aug 05 04:32:17.221 INFO O| Aug 05 04:32:17.221 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39382026-08-05T04:32:18.283Z[ host-image] Aug 05 04:32:17.466 INFO O| Aug 05 04:32:17.466 INFO variant opensolaris.imagetype is full; changing to partial
39392026-08-05T04:32:18.283Z[ host-image] Aug 05 04:32:17.466 INFO O| Aug 05 04:32:17.466 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39402026-08-05T04:32:19.590Z[ host-image] Aug 05 04:32:18.773 INFO O| Aug 05 04:32:18.773 INFO O| Startup: Refreshing catalog 'helios' ... Done
39412026-08-05T04:32:19.890Z[ host-image] Aug 05 04:32:19.073 INFO O| Aug 05 04:32:19.073 INFO O| Startup: Caching catalogs ... Done
39422026-08-05T04:32:19.901Z[ host-image] Aug 05 04:32:19.085 INFO O| Aug 05 04:32:19.085 INFO O| Planning: Planning completed in 0.00 seconds
39432026-08-05T04:32:19.905Z[ host-image] Aug 05 04:32:19.085 INFO O| Aug 05 04:32:19.085 INFO O| Planning: Consolidating action changes ... Done
39442026-08-05T04:32:19.905Z[ host-image] Aug 05 04:32:19.085 INFO O| Aug 05 04:32:19.085 INFO O| Planning: Evaluating mediators ... Done
39452026-08-05T04:32:19.905Z[ host-image] Aug 05 04:32:19.085 INFO O| Aug 05 04:32:19.085 INFO O| Planning: Planning completed in 0.00 seconds
39462026-08-05T04:32:19.905Z[ host-image] Aug 05 04:32:19.086 INFO O| Aug 05 04:32:19.086 INFO O| Variants/Facets to change: 1
39472026-08-05T04:32:19.912Z[ host-image] Aug 05 04:32:19.095 INFO O| Aug 05 04:32:19.095 INFO O| Finalize: Updating package state database ... Done
39482026-08-05T04:32:19.912Z[ host-image] Aug 05 04:32:19.095 INFO O| Aug 05 04:32:19.095 INFO O| Finalize: Updating package cache ... Done
39492026-08-05T04:32:19.958Z[ host-image] Aug 05 04:32:19.141 INFO O| Aug 05 04:32:19.141 INFO O| Finalize: Updating image state ... Done
39502026-08-05T04:32:19.968Z[ host-image] Aug 05 04:32:19.151 INFO O| Aug 05 04:32:19.151 INFO O| Finalize: Creating fast lookup database ... Done
39512026-08-05T04:32:19.971Z[ host-image] Aug 05 04:32:19.151 INFO O| Aug 05 04:32:19.151 INFO O| Finalize: Reading search index ... Done
39522026-08-05T04:32:19.971Z[ host-image] Aug 05 04:32:19.152 INFO O| Aug 05 04:32:19.152 INFO O| Finalize: Updating search index ... Done
39532026-08-05T04:32:19.971Z[ host-image] Aug 05 04:32:19.152 INFO O| Aug 05 04:32:19.152 INFO O| Finalize: Updating package cache ... Done
39542026-08-05T04:32:20.137Z[ host-image] Aug 05 04:32:19.320 INFO O| Aug 05 04:32:19.320 INFO STEP 6 (pkg_change_variant) COMPLETE
39552026-08-05T04:32:20.137Z[ host-image] Aug 05 04:32:19.320 INFO O| Aug 05 04:32:19.320 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39562026-08-05T04:32:20.137Z[ host-image] Aug 05 04:32:19.320 INFO O| Aug 05 04:32:19.320 INFO skip step because feature "debug_variant" is not enabled
39572026-08-05T04:32:20.137Z[ host-image] Aug 05 04:32:19.320 INFO O| Aug 05 04:32:19.320 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39582026-08-05T04:32:20.398Z[ host-image] Aug 05 04:32:19.581 INFO O| Aug 05 04:32:19.581 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39592026-08-05T04:32:21.522Z[ host-image] Aug 05 04:32:20.705 INFO O| Aug 05 04:32:20.705 INFO O| Startup: Refreshing catalog 'helios' ... Done
39602026-08-05T04:32:21.804Z[ host-image] Aug 05 04:32:20.987 INFO O| Aug 05 04:32:20.987 INFO O| Startup: Caching catalogs ... Done
39612026-08-05T04:32:21.813Z[ host-image] Aug 05 04:32:20.997 INFO O| Aug 05 04:32:20.997 INFO O| Planning: Planning completed in 0.00 seconds
39622026-08-05T04:32:21.816Z[ host-image] Aug 05 04:32:20.997 INFO O| Aug 05 04:32:20.997 INFO O| Planning: Consolidating action changes ... Done
39632026-08-05T04:32:21.816Z[ host-image] Aug 05 04:32:20.997 INFO O| Aug 05 04:32:20.997 INFO O| Planning: Evaluating mediators ... Done
39642026-08-05T04:32:21.816Z[ host-image] Aug 05 04:32:20.997 INFO O| Aug 05 04:32:20.997 INFO O| Planning: Planning completed in 0.00 seconds
39652026-08-05T04:32:21.816Z[ host-image] Aug 05 04:32:20.997 INFO O| Aug 05 04:32:20.997 INFO O| Variants/Facets to change: 1
39662026-08-05T04:32:21.823Z[ host-image] Aug 05 04:32:21.007 INFO O| Aug 05 04:32:21.007 INFO O| Finalize: Updating package state database ... Done
39672026-08-05T04:32:21.826Z[ host-image] Aug 05 04:32:21.007 INFO O| Aug 05 04:32:21.007 INFO O| Finalize: Updating package cache ... Done
39682026-08-05T04:32:21.867Z[ host-image] Aug 05 04:32:21.050 INFO O| Aug 05 04:32:21.050 INFO O| Finalize: Updating image state ... Done
39692026-08-05T04:32:21.874Z[ host-image] Aug 05 04:32:21.057 INFO O| Aug 05 04:32:21.057 INFO O| Finalize: Creating fast lookup database ... Done
39702026-08-05T04:32:21.877Z[ host-image] Aug 05 04:32:21.057 INFO O| Aug 05 04:32:21.057 INFO O| Finalize: Reading search index ... Done
39712026-08-05T04:32:21.878Z[ host-image] Aug 05 04:32:21.057 INFO O| Aug 05 04:32:21.057 INFO O| Finalize: Updating search index ... Done
39722026-08-05T04:32:21.878Z[ host-image] Aug 05 04:32:21.058 INFO O| Aug 05 04:32:21.058 INFO O| Finalize: Updating package cache ... Done
39732026-08-05T04:32:22.020Z[ host-image] Aug 05 04:32:21.203 INFO O| Aug 05 04:32:21.203 INFO STEP 8 (pkg_change_facet) COMPLETE
39742026-08-05T04:32:22.020Z[ host-image] Aug 05 04:32:21.203 INFO O| Aug 05 04:32:21.203 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39752026-08-05T04:32:22.020Z[ host-image] Aug 05 04:32:21.203 INFO O| Aug 05 04:32:21.203 INFO skip step because feature "recovery" is not enabled
39762026-08-05T04:32:22.023Z[ host-image] Aug 05 04:32:21.203 INFO O| Aug 05 04:32:21.203 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39772026-08-05T04:32:22.023Z[ host-image] Aug 05 04:32:21.203 INFO O| Aug 05 04:32:21.203 INFO skip step because feature "recovery" is not enabled
39782026-08-05T04:32:22.023Z[ host-image] Aug 05 04:32:21.203 INFO O| Aug 05 04:32:21.203 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39792026-08-05T04:32:22.028Z[ host-image] Aug 05 04:32:21.212 INFO O| Aug 05 04:32:21.212 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@22.0.0.0"]
39802026-08-05T04:32:22.758Z[recovery-package] Finished `release` profile [optimized] target(s) in 13.05s
39812026-08-05T04:32:23.179Z[ host-image] Aug 05 04:32:22.358 INFO O| Aug 05 04:32:22.358 INFO O| Startup: Refreshing catalog 'helios' ... Done
39822026-08-05T04:32:23.462Z[ host-image] Aug 05 04:32:22.642 INFO O| Aug 05 04:32:22.642 INFO O| Startup: Caching catalogs ... Done
39832026-08-05T04:32:24.252ZAug 05 04:32:23.436 INFO [recovery-package] process exited with exit status: 0 (14.669504401s)
39842026-08-05T04:32:24.252ZAug 05 04:32:23.436 INFO [recovery-libraries] running task
39852026-08-05T04:32:24.252ZAug 05 04:32:23.436 INFO [recovery-stamp] running task
39862026-08-05T04:32:24.255ZAug 05 04:32:23.436 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 22.0.0-0.ci+git84945929ebe
39872026-08-05T04:32:24.255ZAug 05 04:32:23.437 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 22.0.0-0.ci+git84945929ebe
39882026-08-05T04:32:24.260Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39892026-08-05T04:32:24.263Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39902026-08-05T04:32:24.306ZAug 05 04:32:23.489 INFO [recovery-libraries] task succeeded (53.271489ms)
39912026-08-05T04:32:24.309ZAug 05 04:32:23.489 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39922026-08-05T04:32:24.372Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39932026-08-05T04:32:24.375ZAug 05 04:32:23.559 INFO [stamp-installinator] process exited with exit status: 0 (122.242689ms)
39942026-08-05T04:32:24.430Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39952026-08-05T04:32:24.434ZAug 05 04:32:23.617 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (180.897909ms)
39962026-08-05T04:32:24.434ZAug 05 04:32:23.617 INFO [recovery-stamp] task succeeded (181.337489ms)
39972026-08-05T04:32:24.434ZAug 05 04:32:23.617 INFO [recovery-proto] running task
39982026-08-05T04:32:24.434ZAug 05 04:32:23.617 INFO [tuf-stamp] running task
39992026-08-05T04:32:24.437ZAug 05 04:32:23.618 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 22.0.0-0.ci+git84945929ebe
40002026-08-05T04:32:24.437ZAug 05 04:32:23.619 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 22.0.0-0.ci+git84945929ebe
40012026-08-05T04:32:24.437ZAug 05 04:32:23.619 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 22.0.0-0.ci+git84945929ebe
40022026-08-05T04:32:24.437ZAug 05 04:32:23.619 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 22.0.0-0.ci+git84945929ebe
40032026-08-05T04:32:24.437ZAug 05 04:32:23.620 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 22.0.0-0.ci+git84945929ebe
40042026-08-05T04:32:24.437ZAug 05 04:32:23.620 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 22.0.0-0.ci+git84945929ebe
40052026-08-05T04:32:24.437ZAug 05 04:32:23.620 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 22.0.0-0.ci+git84945929ebe
40062026-08-05T04:32:24.437ZAug 05 04:32:23.621 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 22.0.0-0.ci+git84945929ebe
40072026-08-05T04:32:24.440ZAug 05 04:32:23.621 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 22.0.0-0.ci+git84945929ebe
40082026-08-05T04:32:24.440ZAug 05 04:32:23.621 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 22.0.0-0.ci+git84945929ebe
40092026-08-05T04:32:24.440ZAug 05 04:32:23.621 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 22.0.0-0.ci+git84945929ebe
40102026-08-05T04:32:24.440ZAug 05 04:32:23.622 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 22.0.0-0.ci+git84945929ebe
40112026-08-05T04:32:24.444Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40122026-08-05T04:32:24.447Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40132026-08-05T04:32:24.447Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40142026-08-05T04:32:24.447Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40152026-08-05T04:32:24.447Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40162026-08-05T04:32:24.447Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40172026-08-05T04:32:24.447Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40182026-08-05T04:32:24.447Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40192026-08-05T04:32:24.447Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40202026-08-05T04:32:24.447Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40212026-08-05T04:32:24.447Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40222026-08-05T04:32:24.447Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40232026-08-05T04:32:24.495Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40242026-08-05T04:32:24.499ZAug 05 04:32:23.682 INFO [stamp-probe] process exited with exit status: 0 (61.89079ms)
40252026-08-05T04:32:24.562ZAug 05 04:32:23.745 INFO [recovery-proto] task succeeded (128.09378ms)
40262026-08-05T04:32:24.565ZAug 05 04:32:23.746 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/.tmpCNkD4o/proto/recovery/root -N 'recovery 8494592/${os_short_commit} 2026-08-05 04:14' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40272026-08-05T04:32:24.569Z[ recovery-image] Aug 05 04:32:23.753 INFO Checking files for board 'gimlet'
40282026-08-05T04:32:24.572Z[ recovery-image] Aug 05 04:32:23.753 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40292026-08-05T04:32:24.572Z[ recovery-image] Aug 05 04:32:23.753 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40302026-08-05T04:32:24.572Z[ recovery-image] Aug 05 04:32:23.753 INFO Checking files for board 'cosmo'
40312026-08-05T04:32:24.572Z[ recovery-image] Aug 05 04:32:23.753 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40322026-08-05T04:32:24.572Z[ recovery-image] Aug 05 04:32:23.753 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40332026-08-05T04:32:24.572Z[ recovery-image] Aug 05 04:32:23.753 INFO Checking files for board 'cosmo-mbist-noaggr'
40342026-08-05T04:32:24.572Z[ recovery-image] Aug 05 04:32:23.753 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40352026-08-05T04:32:24.572Z[ recovery-image] Aug 05 04:32:23.753 INFO Checking files for board 'cosmo-mbist'
40362026-08-05T04:32:24.572Z[ recovery-image] Aug 05 04:32:23.753 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40372026-08-05T04:32:24.579Z[ recovery-image] Aug 05 04:32:23.763 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpCNkD4o/proto/recovery/root"
40382026-08-05T04:32:24.582Z[ recovery-image] Aug 05 04:32:23.763 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40392026-08-05T04:32:24.582Z[ recovery-image] Aug 05 04:32:23.763 INFO image builder template: ramdisk-01-os...
40402026-08-05T04:32:24.582Z[ recovery-image] Aug 05 04:32:23.763 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/.tmpCNkD4o/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@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40412026-08-05T04:32:24.596Z[ recovery-image] Aug 05 04:32:23.780 INFO O| Aug 05 04:32:23.780 INFO CREATE DATASET: rpool/images/build/recovery/output
40422026-08-05T04:32:24.813Z[ host-image] Aug 05 04:32:23.996 INFO O| Aug 05 04:32:23.996 INFO O| Planning: Solver setup ... Done
40432026-08-05T04:32:24.865Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40442026-08-05T04:32:24.895Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40452026-08-05T04:32:24.913Z[ host-image] Aug 05 04:32:24.097 INFO O| Aug 05 04:32:24.097 INFO O| Planning: Running solver ... Done
40462026-08-05T04:32:24.944Z[ host-image] Aug 05 04:32:24.128 INFO O| Aug 05 04:32:24.127 INFO O| Planning: Finding local manifests ... Done
40472026-08-05T04:32:24.962Z[ host-image] Aug 05 04:32:24.146 INFO O| Aug 05 04:32:24.146 INFO O| Planning: Fetching manifests: 0/130 0% complete
40482026-08-05T04:32:24.967Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40492026-08-05T04:32:24.971ZAug 05 04:32:24.154 INFO [stamp-ntp] process exited with exit status: 0 (533.243969ms)
40502026-08-05T04:32:25.024Z[ recovery-image] Aug 05 04:32:24.208 INFO O| Aug 05 04:32:24.207 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40512026-08-05T04:32:25.028Z[ recovery-image] Aug 05 04:32:24.211 INFO O| Aug 05 04:32:24.211 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40522026-08-05T04:32:25.063Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40532026-08-05T04:32:25.066ZAug 05 04:32:24.250 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (630.270619ms)
40542026-08-05T04:32:25.286Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40552026-08-05T04:32:25.290ZAug 05 04:32:24.474 INFO [stamp-crucible-zone] process exited with exit status: 0 (855.888938ms)
40562026-08-05T04:32:25.303Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40572026-08-05T04:32:25.307ZAug 05 04:32:24.491 INFO [stamp-external-dns] process exited with exit status: 0 (869.626108ms)
40582026-08-05T04:32:25.318Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40592026-08-05T04:32:25.321ZAug 05 04:32:24.505 INFO [stamp-internal-dns] process exited with exit status: 0 (884.906298ms)
40602026-08-05T04:32:25.569Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40612026-08-05T04:32:25.573ZAug 05 04:32:24.757 INFO [stamp-oximeter] process exited with exit status: 0 (1.137606038s)
40622026-08-05T04:32:26.308Z[ recovery-image] Aug 05 04:32:25.491 INFO O| Aug 05 04:32:25.491 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40632026-08-05T04:32:26.643Z[ host-image] Aug 05 04:32:25.826 INFO O| Aug 05 04:32:25.826 INFO O| Planning: Fetching manifests: 130/130 100% complete
40642026-08-05T04:32:27.093Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40652026-08-05T04:32:27.096ZAug 05 04:32:26.279 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.658960715s)
40662026-08-05T04:32:27.099Z[ host-image] Aug 05 04:32:26.281 INFO O| Aug 05 04:32:26.281 INFO O| Planning: Package planning ... Done
40672026-08-05T04:32:27.376Z[ recovery-image] Aug 05 04:32:26.559 INFO O| Aug 05 04:32:26.559 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40682026-08-05T04:32:27.376Z[ recovery-image] Aug 05 04:32:26.559 INFO O| Aug 05 04:32:26.559 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40692026-08-05T04:32:27.376Z[ recovery-image] Aug 05 04:32:26.559 INFO O| Aug 05 04:32:26.559 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40702026-08-05T04:32:27.379Z[ recovery-image] Aug 05 04:32:26.559 INFO O| Aug 05 04:32:26.559 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40712026-08-05T04:32:27.382Z[ recovery-image] Aug 05 04:32:26.564 INFO O| Aug 05 04:32:26.564 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40722026-08-05T04:32:27.419Z[ host-image] Aug 05 04:32:26.602 INFO O| Aug 05 04:32:26.602 INFO O| Planning: Merging actions ... Done
40732026-08-05T04:32:27.525Z[ host-image] Aug 05 04:32:26.708 INFO O| Aug 05 04:32:26.708 INFO O| Planning: Checking for conflicting actions ... Done
40742026-08-05T04:32:27.628Z[ host-image] Aug 05 04:32:26.811 INFO O| Aug 05 04:32:26.811 INFO O| Planning: Consolidating action changes ... Done
40752026-08-05T04:32:27.926Z[ host-image] Aug 05 04:32:27.109 INFO O| Aug 05 04:32:27.109 INFO O| Planning: Evaluating mediators ... Done
40762026-08-05T04:32:29.175Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40772026-08-05T04:32:29.179ZAug 05 04:32:28.361 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.739937331s)
40782026-08-05T04:32:29.291Z[ host-image] Aug 05 04:32:28.474 INFO O| Aug 05 04:32:28.474 INFO O| Planning: Planning completed in 5.82 seconds
40792026-08-05T04:32:29.294Z[ host-image] Aug 05 04:32:28.476 INFO O| Aug 05 04:32:28.476 INFO O| Packages to install: 130
40802026-08-05T04:32:29.295Z[ host-image] Aug 05 04:32:28.476 INFO O| Aug 05 04:32:28.476 INFO O| Mediators to change: 5
40812026-08-05T04:32:29.295Z[ host-image] Aug 05 04:32:28.476 INFO O| Aug 05 04:32:28.476 INFO O| Services to change: 6
40822026-08-05T04:32:29.320Z[ host-image] Aug 05 04:32:28.503 INFO O| Aug 05 04:32:28.503 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
40832026-08-05T04:32:29.465Z[verify-libraries] Compiling match_cfg v0.1.0
40842026-08-05T04:32:29.465Z[verify-libraries] Compiling slog-json v2.6.1
40852026-08-05T04:32:29.465Z[verify-libraries] Compiling progenitor-client v0.14.0
40862026-08-05T04:32:29.469Z[verify-libraries] Compiling debug-ignore v1.0.5
40872026-08-05T04:32:29.469Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40882026-08-05T04:32:29.469Z[verify-libraries] Compiling sha1 v0.11.0
40892026-08-05T04:32:29.469Z[verify-libraries] Compiling multer v3.1.0
40902026-08-05T04:32:29.490Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40912026-08-05T04:32:29.494ZAug 05 04:32:28.676 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.05459133s)
40922026-08-05T04:32:29.507Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40932026-08-05T04:32:29.510ZAug 05 04:32:28.693 INFO [stamp-clickhouse] process exited with exit status: 0 (5.07368953s)
40942026-08-05T04:32:29.667Z[verify-libraries] Compiling compression-core v0.4.31
40952026-08-05T04:32:29.670Z[verify-libraries] Compiling async-stream-impl v0.3.6
40962026-08-05T04:32:29.825Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40972026-08-05T04:32:29.830Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40982026-08-05T04:32:29.830Z[verify-libraries] Compiling serde_spanned v1.1.1
40992026-08-05T04:32:29.830Z[verify-libraries] Compiling dropshot v0.17.1
41002026-08-05T04:32:29.912Z[verify-libraries] Compiling hostname v0.3.1
41012026-08-05T04:32:29.912Z[verify-libraries] Compiling compression-codecs v0.4.37
41022026-08-05T04:32:29.936Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41032026-08-05T04:32:29.958Z[verify-libraries] Compiling waitgroup v0.1.2
41042026-08-05T04:32:30.008Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41052026-08-05T04:32:30.008Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41062026-08-05T04:32:30.008Z[verify-libraries] Compiling hostname v0.4.2
41072026-08-05T04:32:30.011Z[verify-libraries] Compiling itertools v0.14.0
41082026-08-05T04:32:30.068Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41092026-08-05T04:32:30.072ZAug 05 04:32:29.255 INFO [stamp-nexus] process exited with exit status: 0 (5.636528159s)
41102026-08-05T04:32:30.072ZAug 05 04:32:29.255 INFO [tuf-stamp] task succeeded (5.637839139s)
41112026-08-05T04:32:30.072ZAug 05 04:32:29.255 INFO [tuf-v2-zones] running task
41122026-08-05T04:32:30.112Z[verify-libraries] Compiling slog-bunyan v2.5.0
41132026-08-05T04:32:30.118Z[verify-libraries] Compiling atomicwrites v0.4.4
41142026-08-05T04:32:30.118Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41152026-08-05T04:32:30.181Z[verify-libraries] Compiling async-compression v0.4.41
41162026-08-05T04:32:30.181Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41172026-08-05T04:32:30.187ZAug 05 04:32:29.370 INFO [tuf-v2-zones] task succeeded (114.62169ms)
41182026-08-05T04:32:30.206Z[verify-libraries] Compiling macaddr v1.0.1
41192026-08-05T04:32:30.252Z[verify-libraries] Compiling regress v0.10.5
41202026-08-05T04:32:30.275Z[verify-libraries] Compiling instant v0.1.13
41212026-08-05T04:32:30.319Z[verify-libraries] Compiling parse-display-derive v0.10.0
41222026-08-05T04:32:30.343Z[verify-libraries] Compiling backon v1.6.0
41232026-08-05T04:32:30.364Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41242026-08-05T04:32:30.383Z[verify-libraries] Compiling humantime v2.3.0
41252026-08-05T04:32:30.428Z[verify-libraries] Compiling async-stream v0.3.6
41262026-08-05T04:32:30.455Z[verify-libraries] Compiling backoff v0.4.0
41272026-08-05T04:32:30.488Z[verify-libraries] Compiling convert_case v0.4.0
41282026-08-05T04:32:30.544Z[verify-libraries] Compiling progenitor-extras v0.2.0
41292026-08-05T04:32:30.587Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41302026-08-05T04:32:30.616Z[verify-libraries] Compiling half v2.7.1
41312026-08-05T04:32:30.619Z[verify-libraries] Compiling ciborium-io v0.2.2
41322026-08-05T04:32:30.659Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41332026-08-05T04:32:30.663Z[verify-libraries] Compiling indent_write v2.2.0
41342026-08-05T04:32:30.703Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41352026-08-05T04:32:30.707Z[verify-libraries] Compiling regress v0.11.1
41362026-08-05T04:32:30.751Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41372026-08-05T04:32:30.754Z[verify-libraries] Compiling secrecy v0.10.3
41382026-08-05T04:32:30.794Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41392026-08-05T04:32:30.881Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41402026-08-05T04:32:30.932Z[verify-libraries] Compiling ciborium-ll v0.2.2
41412026-08-05T04:32:30.936Z[verify-libraries] Compiling derive_more v0.99.20
41422026-08-05T04:32:30.984Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41432026-08-05T04:32:30.984Z[verify-libraries] Compiling inout v0.1.4
41442026-08-05T04:32:31.028Z[verify-libraries] Compiling universal-hash v0.5.1
41452026-08-05T04:32:31.142Z[verify-libraries] Compiling ciborium v0.2.2
41462026-08-05T04:32:31.215Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41472026-08-05T04:32:31.240Z[verify-libraries] Compiling cipher v0.4.4
41482026-08-05T04:32:31.261Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41492026-08-05T04:32:31.281Z[verify-libraries] Compiling opaque-debug v0.3.1
41502026-08-05T04:32:31.367Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41512026-08-05T04:32:31.419Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41522026-08-05T04:32:31.445Z[verify-libraries] Compiling poly1305 v0.8.0
41532026-08-05T04:32:31.518Z[verify-libraries] Compiling blake2 v0.10.6
41542026-08-05T04:32:31.522Z[verify-libraries] Compiling chacha20 v0.9.1
41552026-08-05T04:32:31.565Z[verify-libraries] Compiling aead v0.5.2
41562026-08-05T04:32:31.669Z[verify-libraries] Compiling password-hash v0.5.0
41572026-08-05T04:32:31.718Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41582026-08-05T04:32:31.854Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41592026-08-05T04:32:31.874Z[verify-libraries] Compiling num-derive v0.4.2
41602026-08-05T04:32:31.877Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41612026-08-05T04:32:32.042Z[verify-libraries] Compiling argon2 v0.5.3
41622026-08-05T04:32:32.092Z[verify-libraries] Compiling rayon-core v1.13.0
41632026-08-05T04:32:32.191Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41642026-08-05T04:32:32.216Z[verify-libraries] Compiling glob v0.3.3
41652026-08-05T04:32:32.260Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41662026-08-05T04:32:32.357Z[verify-libraries] Compiling parse-display v0.10.0
41672026-08-05T04:32:32.383Z[verify-libraries] Compiling usdt-macro v0.5.0
41682026-08-05T04:32:32.406Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41692026-08-05T04:32:32.538Z[verify-libraries] Compiling typify-impl v0.6.2
41702026-08-05T04:32:32.642Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41712026-08-05T04:32:32.704Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41722026-08-05T04:32:32.739Z[verify-libraries] Compiling vsss-rs v3.3.4
41732026-08-05T04:32:32.992Z[verify-libraries] Compiling memmap v0.7.0
41742026-08-05T04:32:33.079Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41752026-08-05T04:32:33.115Z[verify-libraries] Compiling itertools v0.15.0
41762026-08-05T04:32:33.232Z[verify-libraries] Compiling heapless v0.8.0
41772026-08-05T04:32:33.281Z[verify-libraries] Compiling proc-macro-error v1.0.4
41782026-08-05T04:32:33.307Z[verify-libraries] Compiling usdt v0.5.0
41792026-08-05T04:32:33.434Z[verify-libraries] Compiling tabwriter v1.4.1
41802026-08-05T04:32:33.482Z[ recovery-image] Aug 05 04:32:32.666 INFO O| Aug 05 04:32:32.666 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41812026-08-05T04:32:33.491Z[ recovery-image] Aug 05 04:32:32.675 INFO O| Aug 05 04:32:32.675 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41822026-08-05T04:32:33.543Z[verify-libraries] Compiling hash32 v0.3.1
41832026-08-05T04:32:33.607Z[verify-libraries] Compiling smoltcp v0.11.0
41842026-08-05T04:32:33.646Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41852026-08-05T04:32:33.722Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41862026-08-05T04:32:33.727Z[verify-libraries] Compiling cobs v0.3.0
41872026-08-05T04:32:33.764Z[verify-libraries] Compiling num_enum_derive v0.7.6
41882026-08-05T04:32:33.765Z[verify-libraries] Compiling colored v3.1.1
41892026-08-05T04:32:33.765Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41902026-08-05T04:32:33.810Z[ recovery-image] Aug 05 04:32:32.994 INFO O| Aug 05 04:32:32.993 INFO O| Caching catalogs ... Done
41912026-08-05T04:32:33.872Z[verify-libraries] Compiling rayon v1.11.0
41922026-08-05T04:32:33.900Z[ recovery-image] Aug 05 04:32:33.083 INFO O| Aug 05 04:32:33.082 INFO STEP 0 (pkg_image_create) COMPLETE
41932026-08-05T04:32:33.900Z[ recovery-image] Aug 05 04:32:33.083 INFO O| Aug 05 04:32:33.082 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41942026-08-05T04:32:33.910Z[ recovery-image] Aug 05 04:32:33.093 INFO O| Aug 05 04:32:33.093 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"]
41952026-08-05T04:32:33.922Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41962026-08-05T04:32:33.926Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41972026-08-05T04:32:34.044Z[verify-libraries] Compiling postcard v1.1.3
41982026-08-05T04:32:34.047Z[verify-libraries] Compiling rand v0.10.1
41992026-08-05T04:32:34.093Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42002026-08-05T04:32:34.158Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42012026-08-05T04:32:34.207Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42022026-08-05T04:32:34.228Z[ recovery-image] Aug 05 04:32:33.411 INFO O| Aug 05 04:32:33.410 INFO STEP 1 (pkg_set_publisher) COMPLETE
42032026-08-05T04:32:34.228Z[ recovery-image] Aug 05 04:32:33.411 INFO O| Aug 05 04:32:33.410 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42042026-08-05T04:32:34.228Z[ recovery-image] Aug 05 04:32:33.411 INFO O| Aug 05 04:32:33.410 INFO skip step because feature "publisher_1_name" is not enabled
42052026-08-05T04:32:34.232Z[ recovery-image] Aug 05 04:32:33.411 INFO O| Aug 05 04:32:33.410 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42062026-08-05T04:32:34.232Z[ recovery-image] Aug 05 04:32:33.411 INFO O| Aug 05 04:32:33.410 INFO skip step because feature "publisher_2_name" is not enabled
42072026-08-05T04:32:34.232Z[ recovery-image] Aug 05 04:32:33.411 INFO O| Aug 05 04:32:33.410 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42082026-08-05T04:32:34.232Z[ recovery-image] Aug 05 04:32:33.411 INFO O| Aug 05 04:32:33.410 INFO skip step because feature "publisher_3_name" is not enabled
42092026-08-05T04:32:34.232Z[ recovery-image] Aug 05 04:32:33.411 INFO O| Aug 05 04:32:33.410 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42102026-08-05T04:32:34.247Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42112026-08-05T04:32:34.324Z[ host-image] Aug 05 04:32:33.507 INFO O| Aug 05 04:32:33.507 INFO O| Download: 13187/23887 items 119.6/222.8MB 53% complete (24.2M/s)
42122026-08-05T04:32:34.340Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42132026-08-05T04:32:34.488Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42142026-08-05T04:32:34.550Z[ recovery-image] Aug 05 04:32:33.733 INFO O| Aug 05 04:32:33.733 INFO variant opensolaris.zone is already global
42152026-08-05T04:32:34.550Z[ recovery-image] Aug 05 04:32:33.733 INFO O| Aug 05 04:32:33.733 INFO STEP 5 (pkg_change_variant) COMPLETE
42162026-08-05T04:32:34.550Z[ recovery-image] Aug 05 04:32:33.733 INFO O| Aug 05 04:32:33.733 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42172026-08-05T04:32:34.597Z[verify-libraries] Compiling num_enum_derive v0.5.11
42182026-08-05T04:32:34.638Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42192026-08-05T04:32:34.641Z[verify-libraries] Compiling ingot-macros v0.2.0
42202026-08-05T04:32:34.682Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42212026-08-05T04:32:34.715Z[verify-libraries] Compiling cstr-argument v0.1.2
42222026-08-05T04:32:34.820Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42232026-08-05T04:32:34.883Z[ recovery-image] Aug 05 04:32:34.065 INFO O| Aug 05 04:32:34.065 INFO variant opensolaris.imagetype is full; changing to partial
42242026-08-05T04:32:34.883Z[ recovery-image] Aug 05 04:32:34.065 INFO O| Aug 05 04:32:34.065 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42252026-08-05T04:32:34.959Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42262026-08-05T04:32:34.991Z[verify-libraries] Compiling num_enum v0.7.6
42272026-08-05T04:32:35.036Z[verify-libraries] Compiling foreign-types v0.5.0
42282026-08-05T04:32:35.061Z[verify-libraries] Compiling sigpipe v0.1.3
42292026-08-05T04:32:35.089Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42302026-08-05T04:32:35.159Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42312026-08-05T04:32:35.184Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42322026-08-05T04:32:35.208Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42332026-08-05T04:32:35.211Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42342026-08-05T04:32:35.211Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42352026-08-05T04:32:35.302Z[verify-libraries] Compiling toml v0.8.23
42362026-08-05T04:32:35.377Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42372026-08-05T04:32:35.441Z[verify-libraries] Compiling itertools v0.12.1
42382026-08-05T04:32:35.517Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42392026-08-05T04:32:35.566Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42402026-08-05T04:32:35.605Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42412026-08-05T04:32:35.659Z[verify-libraries] Compiling smf v0.2.3
42422026-08-05T04:32:35.775Z[verify-libraries] Compiling num_enum v0.5.11
42432026-08-05T04:32:35.834Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42442026-08-05T04:32:35.930Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42452026-08-05T04:32:35.933Z[verify-libraries] Compiling whoami v1.6.1
42462026-08-05T04:32:35.955Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42472026-08-05T04:32:36.007Z[verify-libraries] Compiling derive-where v1.6.0
42482026-08-05T04:32:36.053Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42492026-08-05T04:32:36.053Z[verify-libraries] Compiling gethostname v0.5.0
42502026-08-05T04:32:36.292Z[ recovery-image] Aug 05 04:32:35.475 INFO O| Aug 05 04:32:35.475 INFO O| Startup: Refreshing catalog 'helios' ... Done
42512026-08-05T04:32:36.357Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42522026-08-05T04:32:36.361Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42532026-08-05T04:32:36.380Z[verify-libraries] Compiling console v0.15.11
42542026-08-05T04:32:36.403Z[verify-libraries] Compiling newline-converter v0.3.0
42552026-08-05T04:32:36.446Z[verify-libraries] Compiling resolv-conf v0.7.6
42562026-08-05T04:32:36.633Z[verify-libraries] Compiling num-rational v0.4.2
42572026-08-05T04:32:36.661Z[verify-libraries] Compiling num-complex v0.4.6
42582026-08-05T04:32:36.704Z[ recovery-image] Aug 05 04:32:35.886 INFO O| Aug 05 04:32:35.883 INFO O| Startup: Caching catalogs ... Done
42592026-08-05T04:32:36.709Z[verify-libraries] Compiling zone v0.3.1
42602026-08-05T04:32:36.712Z[ recovery-image] Aug 05 04:32:35.895 INFO O| Aug 05 04:32:35.895 INFO O| Planning: Planning completed in 0.00 seconds
42612026-08-05T04:32:36.715Z[ recovery-image] Aug 05 04:32:35.896 INFO O| Aug 05 04:32:35.896 INFO O| Planning: Consolidating action changes ... Done
42622026-08-05T04:32:36.715Z[ recovery-image] Aug 05 04:32:35.896 INFO O| Aug 05 04:32:35.896 INFO O| Planning: Evaluating mediators ... Done
42632026-08-05T04:32:36.715Z[ recovery-image] Aug 05 04:32:35.896 INFO O| Aug 05 04:32:35.896 INFO O| Planning: Planning completed in 0.00 seconds
42642026-08-05T04:32:36.715Z[ recovery-image] Aug 05 04:32:35.896 INFO O| Aug 05 04:32:35.896 INFO O| Variants/Facets to change: 1
42652026-08-05T04:32:36.723Z[ recovery-image] Aug 05 04:32:35.906 INFO O| Aug 05 04:32:35.906 INFO O| Finalize: Updating package state database ... Done
42662026-08-05T04:32:36.723Z[ recovery-image] Aug 05 04:32:35.906 INFO O| Aug 05 04:32:35.906 INFO O| Finalize: Updating package cache ... Done
42672026-08-05T04:32:36.783Z[ recovery-image] Aug 05 04:32:35.966 INFO O| Aug 05 04:32:35.966 INFO O| Finalize: Updating image state ... Done
42682026-08-05T04:32:36.795Z[ recovery-image] Aug 05 04:32:35.978 INFO O| Aug 05 04:32:35.978 INFO O| Finalize: Creating fast lookup database ... Done
42692026-08-05T04:32:36.797Z[ recovery-image] Aug 05 04:32:35.979 INFO O| Aug 05 04:32:35.979 INFO O| Finalize: Reading search index ... Done
42702026-08-05T04:32:36.797Z[ recovery-image] Aug 05 04:32:35.979 INFO O| Aug 05 04:32:35.979 INFO O| Finalize: Updating search index ... Done
42712026-08-05T04:32:36.797Z[ recovery-image] Aug 05 04:32:35.979 INFO O| Aug 05 04:32:35.979 INFO O| Finalize: Updating package cache ... Done
42722026-08-05T04:32:36.823Z[verify-libraries] Compiling slog-dtrace v0.3.0
42732026-08-05T04:32:36.921Z[verify-libraries] Compiling expectorate v1.2.0
42742026-08-05T04:32:36.944Z[verify-libraries] Compiling prettyplease v0.2.37
42752026-08-05T04:32:37.130Z[verify-libraries] Compiling linear-map v1.2.0
42762026-08-05T04:32:37.136Z[ recovery-image] Aug 05 04:32:36.314 INFO O| Aug 05 04:32:36.314 INFO STEP 6 (pkg_change_variant) COMPLETE
42772026-08-05T04:32:37.136Z[ recovery-image] Aug 05 04:32:36.314 INFO O| Aug 05 04:32:36.314 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42782026-08-05T04:32:37.136Z[ recovery-image] Aug 05 04:32:36.314 INFO O| Aug 05 04:32:36.314 INFO skip step because feature "debug_variant" is not enabled
42792026-08-05T04:32:37.137Z[ recovery-image] Aug 05 04:32:36.314 INFO O| Aug 05 04:32:36.314 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42802026-08-05T04:32:37.187Z[verify-libraries] Compiling float-ord v0.3.2
42812026-08-05T04:32:37.283Z[verify-libraries] Compiling num v0.4.3
42822026-08-05T04:32:37.286Z[verify-libraries] Compiling linked-hash-map v0.5.6
42832026-08-05T04:32:37.286Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42842026-08-05T04:32:37.404Z[verify-libraries] Compiling hickory-proto v0.24.4
42852026-08-05T04:32:37.445Z[verify-libraries] Compiling typify-macro v0.6.2
42862026-08-05T04:32:37.448Z[verify-libraries] Compiling convert_case v0.10.0
42872026-08-05T04:32:37.498Z[verify-libraries] Compiling owo-colors v4.3.0
42882026-08-05T04:32:37.521Z[ recovery-image] Aug 05 04:32:36.704 INFO O| Aug 05 04:32:36.704 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42892026-08-05T04:32:37.557Z[verify-libraries] Compiling minimal-lexical v0.2.1
42902026-08-05T04:32:37.594Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42912026-08-05T04:32:37.647Z[verify-libraries] Compiling lru-cache v0.1.2
42922026-08-05T04:32:37.650Z[verify-libraries] Compiling display-error-chain v0.2.2
42932026-08-05T04:32:37.820Z[verify-libraries] Compiling nom v7.1.3
42942026-08-05T04:32:37.864Z[verify-libraries] Compiling derive_more-impl v2.1.1
42952026-08-05T04:32:37.902Z[verify-libraries] Compiling unicode-xid v0.2.6
42962026-08-05T04:32:37.930Z[verify-libraries] Compiling tabled_derive v0.7.0
42972026-08-05T04:32:37.983Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42982026-08-05T04:32:37.987Z[verify-libraries] Compiling ingot-types v0.2.0
42992026-08-05T04:32:38.067Z[verify-libraries] Compiling fd-lock v4.0.4
43002026-08-05T04:32:38.162Z[verify-libraries] Compiling vte v0.14.1
43012026-08-05T04:32:38.210Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43022026-08-05T04:32:38.268Z[verify-libraries] Compiling stacker v0.1.23
43032026-08-05T04:32:38.410Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43042026-08-05T04:32:38.544Z[ host-image] Aug 05 04:32:37.727 INFO O| Aug 05 04:32:37.725 INFO O| Download: Completed 222.82 MB in 9.22 seconds (24.1M/s)
43052026-08-05T04:32:38.551Z[verify-libraries] Compiling ingot v0.2.1
43062026-08-05T04:32:38.586Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43072026-08-05T04:32:38.673Z[verify-libraries] Compiling reedline v0.40.0
43082026-08-05T04:32:38.748Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43092026-08-05T04:32:38.779Z[verify-libraries] Compiling cfg_aliases v0.1.1
43102026-08-05T04:32:38.835Z[ recovery-image] Aug 05 04:32:38.018 INFO O| Aug 05 04:32:38.018 INFO O| Startup: Refreshing catalog 'helios' ... Done
43112026-08-05T04:32:38.915Z[ host-image] Aug 05 04:32:38.098 INFO O| Aug 05 04:32:38.098 INFO O| Actions: 1/54172 actions (Installing new actions)
43122026-08-05T04:32:38.921Z[verify-libraries] Compiling psm v0.1.30
43132026-08-05T04:32:38.945Z[verify-libraries] Compiling nix v0.28.0
43142026-08-05T04:32:38.991Z[verify-libraries] Compiling derive_more v2.1.1
43152026-08-05T04:32:38.994Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43162026-08-05T04:32:38.995Z[verify-libraries] Compiling semver v0.1.20
43172026-08-05T04:32:39.044Z[verify-libraries] Compiling termtree v0.5.1
43182026-08-05T04:32:39.128Z[verify-libraries] Compiling tabled v0.15.0
43192026-08-05T04:32:39.162Z[ recovery-image] Aug 05 04:32:38.346 INFO O| Aug 05 04:32:38.346 INFO O| Startup: Caching catalogs ... Done
43202026-08-05T04:32:39.175Z[ recovery-image] Aug 05 04:32:38.358 INFO O| Aug 05 04:32:38.358 INFO O| Planning: Planning completed in 0.00 seconds
43212026-08-05T04:32:39.177Z[ recovery-image] Aug 05 04:32:38.359 INFO O| Aug 05 04:32:38.359 INFO O| Planning: Consolidating action changes ... Done
43222026-08-05T04:32:39.180Z[ recovery-image] Aug 05 04:32:38.362 INFO O| Aug 05 04:32:38.362 INFO O| Planning: Evaluating mediators ... Done
43232026-08-05T04:32:39.180Z[ recovery-image] Aug 05 04:32:38.362 INFO O| Aug 05 04:32:38.362 INFO O| Planning: Planning completed in 0.01 seconds
43242026-08-05T04:32:39.180Z[ recovery-image] Aug 05 04:32:38.362 INFO O| Aug 05 04:32:38.362 INFO O| Variants/Facets to change: 1
43252026-08-05T04:32:39.209Z[ recovery-image] Aug 05 04:32:38.392 INFO O| Aug 05 04:32:38.392 INFO O| Finalize: Updating package state database ... Done
43262026-08-05T04:32:39.209Z[verify-libraries] Compiling crossterm v0.29.0
43272026-08-05T04:32:39.209Z[ recovery-image] Aug 05 04:32:38.392 INFO O| Aug 05 04:32:38.392 INFO O| Finalize: Updating package cache ... Done
43282026-08-05T04:32:39.264Z[ recovery-image] Aug 05 04:32:38.447 INFO O| Aug 05 04:32:38.447 INFO O| Finalize: Updating image state ... Done
43292026-08-05T04:32:39.269Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43302026-08-05T04:32:39.277Z[ recovery-image] Aug 05 04:32:38.461 INFO O| Aug 05 04:32:38.461 INFO O| Finalize: Creating fast lookup database ... Done
43312026-08-05T04:32:39.277Z[ recovery-image] Aug 05 04:32:38.461 INFO O| Aug 05 04:32:38.461 INFO O| Finalize: Reading search index ... Done
43322026-08-05T04:32:39.277Z[ recovery-image] Aug 05 04:32:38.461 INFO O| Aug 05 04:32:38.461 INFO O| Finalize: Updating search index ... Done
43332026-08-05T04:32:39.277Z[ recovery-image] Aug 05 04:32:38.461 INFO O| Aug 05 04:32:38.461 INFO O| Finalize: Updating package cache ... Done
43342026-08-05T04:32:39.320Z[verify-libraries] Compiling rustc_version v0.1.7
43352026-08-05T04:32:39.320Z[verify-libraries] Compiling phf_shared v0.12.1
43362026-08-05T04:32:39.399Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43372026-08-05T04:32:39.402Z[verify-libraries] Compiling nibble_vec v0.1.0
43382026-08-05T04:32:39.443Z[verify-libraries] Compiling typify v0.6.2
43392026-08-05T04:32:39.443Z[verify-libraries] Compiling endian-type v0.1.2
43402026-08-05T04:32:39.510Z[ recovery-image] Aug 05 04:32:38.691 INFO O| Aug 05 04:32:38.691 INFO STEP 8 (pkg_change_facet) COMPLETE
43412026-08-05T04:32:39.510Z[ recovery-image] Aug 05 04:32:38.691 INFO O| Aug 05 04:32:38.691 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43422026-08-05T04:32:39.557Z[verify-libraries] Compiling chrono-tz v0.10.4
43432026-08-05T04:32:39.585Z[verify-libraries] Compiling highway v1.3.0
43442026-08-05T04:32:39.614Z[verify-libraries] Compiling newtype_derive v0.1.6
43452026-08-05T04:32:39.614Z[verify-libraries] Compiling radix_trie v0.2.1
43462026-08-05T04:32:39.684Z[verify-libraries] Compiling hickory-resolver v0.24.4
43472026-08-05T04:32:39.745Z[verify-libraries] Compiling progenitor-impl v0.14.0
43482026-08-05T04:32:39.839Z[ recovery-image] Aug 05 04:32:39.020 INFO O| Aug 05 04:32:39.020 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43492026-08-05T04:32:39.944Z[verify-libraries] Compiling recursive v0.1.1
43502026-08-05T04:32:39.995Z[verify-libraries] Compiling phf v0.12.1
43512026-08-05T04:32:39.998Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43522026-08-05T04:32:40.059Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43532026-08-05T04:32:40.059Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43542026-08-05T04:32:40.124Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43552026-08-05T04:32:40.124Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43562026-08-05T04:32:40.244Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43572026-08-05T04:32:40.405Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43582026-08-05T04:32:40.599Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43592026-08-05T04:32:40.828Z[verify-libraries] Compiling peg-macros v0.8.5
43602026-08-05T04:32:40.882Z[verify-libraries] Compiling qorb v0.4.1
43612026-08-05T04:32:41.368Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43622026-08-05T04:32:41.694Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43632026-08-05T04:32:41.777Z[verify-libraries] Compiling csv-core v0.1.13
43642026-08-05T04:32:41.858Z[verify-libraries] Compiling winnow v0.6.26
43652026-08-05T04:32:41.980Z[verify-libraries] Compiling home v0.5.12
43662026-08-05T04:32:41.984Z[ recovery-image] Aug 05 04:32:41.165 INFO O| Aug 05 04:32:41.165 INFO O| Startup: Refreshing catalog 'helios' ... Done
43672026-08-05T04:32:42.061Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43682026-08-05T04:32:42.153Z[verify-libraries] Compiling unicode_categories v0.1.1
43692026-08-05T04:32:42.192Z[verify-libraries] Compiling textwrap v0.16.2
43702026-08-05T04:32:42.234Z[verify-libraries] Compiling rustyline v14.0.0
43712026-08-05T04:32:42.344Z[verify-libraries] Compiling csv v1.4.0
43722026-08-05T04:32:42.350Z[ recovery-image] Aug 05 04:32:41.534 INFO O| Aug 05 04:32:41.534 INFO O| Startup: Caching catalogs ... Done
43732026-08-05T04:32:42.366Z[ recovery-image] Aug 05 04:32:41.549 INFO O| Aug 05 04:32:41.549 INFO O| Planning: Planning completed in 0.00 seconds
43742026-08-05T04:32:42.366Z[ recovery-image] Aug 05 04:32:41.549 INFO O| Aug 05 04:32:41.549 INFO O| Planning: Consolidating action changes ... Done
43752026-08-05T04:32:42.366Z[ recovery-image] Aug 05 04:32:41.549 INFO O| Aug 05 04:32:41.549 INFO O| Planning: Evaluating mediators ... Done
43762026-08-05T04:32:42.368Z[ recovery-image] Aug 05 04:32:41.549 INFO O| Aug 05 04:32:41.549 INFO O| Planning: Planning completed in 0.00 seconds
43772026-08-05T04:32:42.368Z[ recovery-image] Aug 05 04:32:41.549 INFO O| Aug 05 04:32:41.549 INFO O| Variants/Facets to change: 1
43782026-08-05T04:32:42.376Z[ recovery-image] Aug 05 04:32:41.560 INFO O| Aug 05 04:32:41.560 INFO O| Finalize: Updating package state database ... Done
43792026-08-05T04:32:42.376Z[ recovery-image] Aug 05 04:32:41.560 INFO O| Aug 05 04:32:41.560 INFO O| Finalize: Updating package cache ... Done
43802026-08-05T04:32:42.405Z[verify-libraries] Compiling const_format v0.2.35
43812026-08-05T04:32:42.427Z[ recovery-image] Aug 05 04:32:41.610 INFO O| Aug 05 04:32:41.610 INFO O| Finalize: Updating image state ... Done
43822026-08-05T04:32:42.439Z[ recovery-image] Aug 05 04:32:41.622 INFO O| Aug 05 04:32:41.622 INFO O| Finalize: Creating fast lookup database ... Done
43832026-08-05T04:32:42.441Z[ recovery-image] Aug 05 04:32:41.622 INFO O| Aug 05 04:32:41.622 INFO O| Finalize: Reading search index ... Done
43842026-08-05T04:32:42.441Z[ recovery-image] Aug 05 04:32:41.622 INFO O| Aug 05 04:32:41.622 INFO O| Finalize: Updating search index ... Done
43852026-08-05T04:32:42.441Z[ recovery-image] Aug 05 04:32:41.623 INFO O| Aug 05 04:32:41.623 INFO O| Finalize: Updating package cache ... Done
43862026-08-05T04:32:42.595Z[verify-libraries] Compiling peg v0.8.5
43872026-08-05T04:32:42.655Z[ recovery-image] Aug 05 04:32:41.839 INFO O| Aug 05 04:32:41.839 INFO STEP 9 (pkg_change_facet) COMPLETE
43882026-08-05T04:32:42.655Z[ recovery-image] Aug 05 04:32:41.839 INFO O| Aug 05 04:32:41.839 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43892026-08-05T04:32:42.699Z[verify-libraries] Compiling sqlparser v0.61.0
43902026-08-05T04:32:42.764Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43912026-08-05T04:32:42.809Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43922026-08-05T04:32:42.812Z[verify-libraries] Compiling progenitor-macro v0.14.0
43932026-08-05T04:32:42.980Z[verify-libraries] Compiling bcs v0.1.6
43942026-08-05T04:32:42.989Z[ recovery-image] Aug 05 04:32:42.173 INFO O| Aug 05 04:32:42.172 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43952026-08-05T04:32:43.128Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43962026-08-05T04:32:43.180Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43972026-08-05T04:32:43.226Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43982026-08-05T04:32:43.266Z[verify-libraries] Compiling nom v8.0.0
43992026-08-05T04:32:43.351Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
44002026-08-05T04:32:43.375Z[verify-libraries] Compiling sqlformat v0.3.5
44012026-08-05T04:32:43.542Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44022026-08-05T04:32:43.576Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44032026-08-05T04:32:43.713Z[verify-libraries] Compiling steno v0.4.1
44042026-08-05T04:32:43.915Z[ host-image] Aug 05 04:32:43.098 INFO O| Aug 05 04:32:43.098 INFO O| Actions: 23328/54172 actions (Installing new actions)
44052026-08-05T04:32:44.021Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44062026-08-05T04:32:44.162Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44072026-08-05T04:32:44.255Z[verify-libraries] Compiling sha1 v0.10.6
44082026-08-05T04:32:44.452Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
44092026-08-05T04:32:44.512Z[verify-libraries] Compiling tagptr v0.2.0
44102026-08-05T04:32:44.612Z[verify-libraries] Compiling utf-8 v0.7.6
44112026-08-05T04:32:44.615Z[ recovery-image] Aug 05 04:32:43.798 INFO O| Aug 05 04:32:43.798 INFO O| Startup: Refreshing catalog 'helios' ... Done
44122026-08-05T04:32:44.648Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44132026-08-05T04:32:44.707Z[verify-libraries] Compiling moka v0.12.13
44142026-08-05T04:32:44.756Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44152026-08-05T04:32:44.885Z[verify-libraries] Compiling tungstenite v0.21.0
44162026-08-05T04:32:44.917Z[verify-libraries] Compiling libefi-sys v0.1.0
44172026-08-05T04:32:44.920Z[verify-libraries] Compiling bitfield-struct v0.6.2
44182026-08-05T04:32:44.964Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44192026-08-05T04:32:45.073Z[ recovery-image] Aug 05 04:32:44.256 INFO O| Aug 05 04:32:44.256 INFO O| Startup: Caching catalogs ... Done
44202026-08-05T04:32:45.091Z[ recovery-image] Aug 05 04:32:44.274 INFO O| Aug 05 04:32:44.269 INFO O| Planning: Planning completed in 0.00 seconds
44212026-08-05T04:32:45.091Z[ recovery-image] Aug 05 04:32:44.274 INFO O| Aug 05 04:32:44.270 INFO O| Planning: Consolidating action changes ... Done
44222026-08-05T04:32:45.094Z[ recovery-image] Aug 05 04:32:44.274 INFO O| Aug 05 04:32:44.270 INFO O| Planning: Evaluating mediators ... Done
44232026-08-05T04:32:45.094Z[ recovery-image] Aug 05 04:32:44.274 INFO O| Aug 05 04:32:44.270 INFO O| Planning: Planning completed in 0.00 seconds
44242026-08-05T04:32:45.094Z[ recovery-image] Aug 05 04:32:44.274 INFO O| Aug 05 04:32:44.270 INFO O| Variants/Facets to change: 1
44252026-08-05T04:32:45.097Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44262026-08-05T04:32:45.104Z[ recovery-image] Aug 05 04:32:44.287 INFO O| Aug 05 04:32:44.287 INFO O| Finalize: Updating package state database ... Done
44272026-08-05T04:32:45.104Z[ recovery-image] Aug 05 04:32:44.287 INFO O| Aug 05 04:32:44.287 INFO O| Finalize: Updating package cache ... Done
44282026-08-05T04:32:45.155Z[ recovery-image] Aug 05 04:32:44.338 INFO O| Aug 05 04:32:44.338 INFO O| Finalize: Updating image state ... Done
44292026-08-05T04:32:45.191Z[ recovery-image] Aug 05 04:32:44.374 INFO O| Aug 05 04:32:44.374 INFO O| Finalize: Creating fast lookup database ... Done
44302026-08-05T04:32:45.194Z[ recovery-image] Aug 05 04:32:44.375 INFO O| Aug 05 04:32:44.375 INFO O| Finalize: Reading search index ... Done
44312026-08-05T04:32:45.194Z[ recovery-image] Aug 05 04:32:44.375 INFO O| Aug 05 04:32:44.375 INFO O| Finalize: Updating search index ... Done
44322026-08-05T04:32:45.194Z[ recovery-image] Aug 05 04:32:44.376 INFO O| Aug 05 04:32:44.376 INFO O| Finalize: Updating package cache ... Done
44332026-08-05T04:32:45.203Z[verify-libraries] Compiling xshell-macros v0.2.7
44342026-08-05T04:32:45.302Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44352026-08-05T04:32:45.415Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44362026-08-05T04:32:45.456Z[ recovery-image] Aug 05 04:32:44.639 INFO O| Aug 05 04:32:44.639 INFO STEP 10 (pkg_change_facet) COMPLETE
44372026-08-05T04:32:45.456Z[ recovery-image] Aug 05 04:32:44.639 INFO O| Aug 05 04:32:44.639 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44382026-08-05T04:32:45.467Z[ recovery-image] Aug 05 04:32:44.648 INFO O| Aug 05 04:32:44.648 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@22.0.0.0"]
44392026-08-05T04:32:45.617Z[verify-libraries] Compiling hickory-resolver v0.25.2
44402026-08-05T04:32:45.669Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44412026-08-05T04:32:45.672Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44422026-08-05T04:32:45.712Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44432026-08-05T04:32:45.752Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44442026-08-05T04:32:45.878Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44452026-08-05T04:32:45.901Z[verify-libraries] Compiling xshell v0.2.7
44462026-08-05T04:32:45.953Z[verify-libraries] Compiling libscf-sys v1.2.0
44472026-08-05T04:32:45.988Z[verify-libraries] Compiling papergrid v0.17.0
44482026-08-05T04:32:46.050Z[verify-libraries] Compiling testing_table v0.3.0
44492026-08-05T04:32:46.145Z[verify-libraries] Compiling tabled_derive v0.11.0
44502026-08-05T04:32:46.148Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44512026-08-05T04:32:46.199Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44522026-08-05T04:32:46.312Z[verify-libraries] Compiling sha2 v0.11.0
44532026-08-05T04:32:46.357Z[verify-libraries] Compiling subprocess v0.2.15
44542026-08-05T04:32:46.537Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44552026-08-05T04:32:46.605Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44562026-08-05T04:32:46.676Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44572026-08-05T04:32:46.768Z[verify-libraries] Compiling headers-core v0.3.0
44582026-08-05T04:32:46.855Z[ host-image] Aug 05 04:32:46.038 INFO O| Aug 05 04:32:46.038 INFO O| Actions: Completed 54172 actions in 7.94 seconds.
44592026-08-05T04:32:46.905Z[ recovery-image] Aug 05 04:32:46.088 INFO O| Aug 05 04:32:46.088 INFO O| Startup: Refreshing catalog 'helios' ... Done
44602026-08-05T04:32:46.946Z[ host-image] Aug 05 04:32:46.130 INFO O| Aug 05 04:32:46.130 INFO O| Finalize: Updating package state database ... Done
44612026-08-05T04:32:46.947Z[ host-image] Aug 05 04:32:46.130 INFO O| Aug 05 04:32:46.130 INFO O| Finalize: Updating package cache ... Done
44622026-08-05T04:32:46.971Z[verify-libraries] Compiling unicase v2.9.0
44632026-08-05T04:32:47.013Z[verify-libraries] Compiling headers v0.4.1
44642026-08-05T04:32:47.042Z[ host-image] Aug 05 04:32:46.225 INFO O| Aug 05 04:32:46.225 INFO O| Finalize: Updating image state ... Done
44652026-08-05T04:32:47.193Z[verify-libraries] Compiling darling_core v0.21.3
44662026-08-05T04:32:47.250Z[verify-libraries] Compiling crc8 v0.1.1
44672026-08-05T04:32:47.253Z[ recovery-image] Aug 05 04:32:46.435 INFO O| Aug 05 04:32:46.435 INFO O| Startup: Caching catalogs ... Done
44682026-08-05T04:32:47.467Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44692026-08-05T04:32:47.648Z[verify-libraries] Compiling maplit v1.0.2
44702026-08-05T04:32:47.730Z[verify-libraries] Compiling tabled v0.20.0
44712026-08-05T04:32:47.766Z[verify-libraries] Compiling yasna v0.5.2
44722026-08-05T04:32:47.867Z[verify-libraries] Compiling vergen-lib v0.1.6
44732026-08-05T04:32:47.945Z[verify-libraries] Compiling diesel_derives v2.3.7
44742026-08-05T04:32:47.996Z[ host-image] Aug 05 04:32:47.179 INFO O| Aug 05 04:32:47.179 INFO O| Finalize: Creating fast lookup database ... Done
44752026-08-05T04:32:48.002Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44762026-08-05T04:32:48.025Z[ host-image] Aug 05 04:32:47.207 INFO O| Aug 05 04:32:47.207 INFO O| Finalize: Reading search index ... Done
44772026-08-05T04:32:48.161Z[verify-libraries] Compiling port-file v0.1.0
44782026-08-05T04:32:48.255Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44792026-08-05T04:32:48.262Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44802026-08-05T04:32:48.386Z[verify-libraries] Compiling rcgen v0.12.1
44812026-08-05T04:32:48.501Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44822026-08-05T04:32:48.549Z[verify-libraries] Compiling half v1.8.3
44832026-08-05T04:32:48.581Z[verify-libraries] Compiling r2d2 v0.8.10
44842026-08-05T04:32:48.632Z[verify-libraries] Compiling progenitor v0.14.0
44852026-08-05T04:32:48.800Z[verify-libraries] Compiling serde_cbor v0.11.2
44862026-08-05T04:32:48.803Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44872026-08-05T04:32:48.808Z[ recovery-image] Aug 05 04:32:47.992 INFO O| Aug 05 04:32:47.992 INFO O| Planning: Solver setup ... Done
44882026-08-05T04:32:48.896Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44892026-08-05T04:32:48.899Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44902026-08-05T04:32:48.900Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44912026-08-05T04:32:48.903Z[ recovery-image] Aug 05 04:32:48.083 INFO O| Aug 05 04:32:48.083 INFO O| Planning: Running solver ... Done
44922026-08-05T04:32:48.932Z[ recovery-image] Aug 05 04:32:48.115 INFO O| Aug 05 04:32:48.115 INFO O| Planning: Finding local manifests ... Done
44932026-08-05T04:32:48.975Z[ recovery-image] Aug 05 04:32:48.158 INFO O| Aug 05 04:32:48.158 INFO O| Planning: Fetching manifests: 0/130 0% complete
44942026-08-05T04:32:49.159Z[verify-libraries] Compiling cpubits v0.1.1
44952026-08-05T04:32:49.276Z[verify-libraries] Compiling downcast-rs v2.0.2
44962026-08-05T04:32:49.314Z[verify-libraries] Compiling crunchy v0.2.4
44972026-08-05T04:32:49.379Z[verify-libraries] Compiling dirs-next v2.0.0
44982026-08-05T04:32:49.507Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44992026-08-05T04:32:49.667Z[verify-libraries] Compiling clang-sys v1.8.1
45002026-08-05T04:32:49.805Z[verify-libraries] Compiling tiny-keccak v2.0.2
45012026-08-05T04:32:49.835Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45022026-08-05T04:32:49.971Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45032026-08-05T04:32:50.024Z[verify-libraries] Compiling term v0.7.0
45042026-08-05T04:32:50.123Z[verify-libraries] Compiling darling_macro v0.21.3
45052026-08-05T04:32:50.126Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45062026-08-05T04:32:50.174Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45072026-08-05T04:32:50.227Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45082026-08-05T04:32:50.260Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45092026-08-05T04:32:50.263Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45102026-08-05T04:32:50.385Z[verify-libraries] Compiling diff v0.1.13
45112026-08-05T04:32:50.557Z[verify-libraries] Compiling bit-vec v0.6.3
45122026-08-05T04:32:50.617Z[verify-libraries] Compiling ascii-canvas v3.0.0
45132026-08-05T04:32:50.666Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45142026-08-05T04:32:50.761Z[verify-libraries] Compiling bit-set v0.5.3
45152026-08-05T04:32:50.813Z[verify-libraries] Compiling darling v0.21.3
45162026-08-05T04:32:50.813Z[ host-image] Aug 05 04:32:49.992 INFO O| Aug 05 04:32:49.991 INFO O| Finalize: Building new search index ... Done
45172026-08-05T04:32:50.845Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45182026-08-05T04:32:50.848Z[verify-libraries] Compiling itertools v0.10.5
45192026-08-05T04:32:50.895Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45202026-08-05T04:32:50.927Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45212026-08-05T04:32:50.930Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45222026-08-05T04:32:50.975Z[verify-libraries] Compiling libloading v0.8.9
45232026-08-05T04:32:50.975Z[verify-libraries] Compiling ena v0.14.4
45242026-08-05T04:32:51.093Z[verify-libraries] Compiling regex-syntax v0.6.29
45252026-08-05T04:32:51.122Z[verify-libraries] Compiling bindgen v0.71.1
45262026-08-05T04:32:51.162Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45272026-08-05T04:32:51.281Z[ host-image] Aug 05 04:32:50.464 INFO O| Aug 05 04:32:50.464 INFO O| Finalize: Updating package cache ... Done
45282026-08-05T04:32:51.314Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45292026-08-05T04:32:51.356Z[verify-libraries] Compiling cexpr v0.6.0
45302026-08-05T04:32:51.509Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45312026-08-05T04:32:51.579Z[verify-libraries] Compiling rustc-hash v2.1.1
45322026-08-05T04:32:51.582Z[ host-image] Aug 05 04:32:50.764 INFO O| Aug 05 04:32:50.764 INFO STEP 11 (pkg_install) COMPLETE
45332026-08-05T04:32:51.582Z[ host-image] Aug 05 04:32:50.764 INFO O| Aug 05 04:32:50.764 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45342026-08-05T04:32:51.593Z[ host-image] Aug 05 04:32:50.774 INFO O| Aug 05 04:32:50.774 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"]
45352026-08-05T04:32:51.736Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45362026-08-05T04:32:51.763Z[verify-libraries] Compiling libxml v0.3.3
45372026-08-05T04:32:51.791Z[verify-libraries] Compiling progenitor-impl v0.13.0
45382026-08-05T04:32:51.807Z[ recovery-image] Aug 05 04:32:50.990 INFO O| Aug 05 04:32:50.989 INFO O| Planning: Fetching manifests: 130/130 100% complete
45392026-08-05T04:32:51.948Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45402026-08-05T04:32:52.025Z[verify-libraries] Compiling strum_macros v0.24.3
45412026-08-05T04:32:52.107Z[verify-libraries] Compiling hmac v0.13.0
45422026-08-05T04:32:52.130Z[verify-libraries] Compiling universal-hash v0.6.1
45432026-08-05T04:32:52.160Z[verify-libraries] Compiling fxhash v0.2.1
45442026-08-05T04:32:52.244Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45452026-08-05T04:32:52.328Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45462026-08-05T04:32:52.359Z[verify-libraries] Compiling indoc v1.0.9
45472026-08-05T04:32:52.387Z[ recovery-image] Aug 05 04:32:51.570 INFO O| Aug 05 04:32:51.570 INFO O| Planning: Package planning ... Done
45482026-08-05T04:32:52.496Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45492026-08-05T04:32:52.540Z[ recovery-image] Aug 05 04:32:51.723 INFO O| Aug 05 04:32:51.723 INFO O| Planning: Merging actions ... Done
45502026-08-05T04:32:52.599Z[verify-libraries] Compiling lalrpop v0.19.12
45512026-08-05T04:32:52.609Z[ recovery-image] Aug 05 04:32:51.792 INFO O| Aug 05 04:32:51.792 INFO O| Planning: Checking for conflicting actions ... Done
45522026-08-05T04:32:52.668Z[ recovery-image] Aug 05 04:32:51.851 INFO O| Aug 05 04:32:51.851 INFO O| Planning: Consolidating action changes ... Done
45532026-08-05T04:32:52.805Z[ recovery-image] Aug 05 04:32:51.988 INFO O| Aug 05 04:32:51.988 INFO O| Planning: Evaluating mediators ... Done
45542026-08-05T04:32:53.217Z[ host-image] Aug 05 04:32:52.399 INFO O| Aug 05 04:32:52.399 INFO O| Startup: Refreshing catalog 'helios' ... Done
45552026-08-05T04:32:53.326Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45562026-08-05T04:32:53.400Z[verify-libraries] Compiling progenitor-client v0.13.0
45572026-08-05T04:32:53.509Z[verify-libraries] Compiling oso-derive v0.27.3
45582026-08-05T04:32:53.593Z[ host-image] Aug 05 04:32:52.775 INFO O| Aug 05 04:32:52.775 INFO O| Startup: Caching catalogs ... Done
45592026-08-05T04:32:53.697Z[verify-libraries] Compiling quick-xml v0.37.5
45602026-08-05T04:32:53.735Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45612026-08-05T04:32:53.738Z[verify-libraries] Compiling openssl-probe v0.1.6
45622026-08-05T04:32:53.954Z[verify-libraries] Compiling polyval v0.7.1
45632026-08-05T04:32:54.051Z[ host-image] Aug 05 04:32:53.232 INFO O| Aug 05 04:32:53.232 INFO O| Planning: Solver setup ... Done
45642026-08-05T04:32:54.054Z[ host-image] Aug 05 04:32:53.238 INFO O| Aug 05 04:32:53.238 INFO O| Planning: Running solver ... Done
45652026-08-05T04:32:54.067Z[ host-image] Aug 05 04:32:53.250 INFO O| Aug 05 04:32:53.250 INFO O| Planning: Finding local manifests ... Done
45662026-08-05T04:32:54.110Z[ host-image] Aug 05 04:32:53.293 INFO O| Aug 05 04:32:53.293 INFO O| Planning: Fetching manifests: 0/6 0% complete
45672026-08-05T04:32:54.195Z[ host-image] Aug 05 04:32:53.379 INFO O| Aug 05 04:32:53.378 INFO O| Planning: Fetching manifests: 6/6 100% complete
45682026-08-05T04:32:54.220Z[ host-image] Aug 05 04:32:53.403 INFO O| Aug 05 04:32:53.403 INFO O| Planning: Package planning ... Done
45692026-08-05T04:32:54.223Z[ host-image] Aug 05 04:32:53.406 INFO O| Aug 05 04:32:53.406 INFO O| Planning: Merging actions ... Done
45702026-08-05T04:32:54.310Z[ host-image] Aug 05 04:32:53.493 INFO O| Aug 05 04:32:53.493 INFO O| Planning: Checking for conflicting actions ... Done
45712026-08-05T04:32:54.313Z[ host-image] Aug 05 04:32:53.494 INFO O| Aug 05 04:32:53.494 INFO O| Planning: Consolidating action changes ... Done
45722026-08-05T04:32:54.360Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45732026-08-05T04:32:54.415Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45742026-08-05T04:32:54.471Z[ recovery-image] Aug 05 04:32:53.652 INFO O| Aug 05 04:32:53.651 INFO O| Planning: Planning completed in 7.20 seconds
45752026-08-05T04:32:54.475Z[ recovery-image] Aug 05 04:32:53.654 INFO O| Aug 05 04:32:53.654 INFO O| Packages to install: 130
45762026-08-05T04:32:54.475Z[ recovery-image] Aug 05 04:32:53.654 INFO O| Aug 05 04:32:53.654 INFO O| Mediators to change: 5
45772026-08-05T04:32:54.475Z[ recovery-image] Aug 05 04:32:53.654 INFO O| Aug 05 04:32:53.654 INFO O| Services to change: 5
45782026-08-05T04:32:54.484Z[verify-libraries] Compiling der v0.8.0
45792026-08-05T04:32:54.503Z[ recovery-image] Aug 05 04:32:53.685 INFO O| Aug 05 04:32:53.685 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45802026-08-05T04:32:54.589Z[ host-image] Aug 05 04:32:53.772 INFO O| Aug 05 04:32:53.772 INFO O| Planning: Evaluating mediators ... Done
45812026-08-05T04:32:54.592Z[ host-image] Aug 05 04:32:53.773 INFO O| Aug 05 04:32:53.773 INFO O| Planning: Planning completed in 0.98 seconds
45822026-08-05T04:32:54.592Z[ host-image] Aug 05 04:32:53.774 INFO O| Aug 05 04:32:53.774 INFO O| Packages to install: 6
45832026-08-05T04:32:54.592Z[ host-image] Aug 05 04:32:53.774 INFO O| Aug 05 04:32:53.774 INFO O| Services to change: 2
45842026-08-05T04:32:54.603Z[ host-image] Aug 05 04:32:53.787 INFO O| Aug 05 04:32:53.787 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45852026-08-05T04:32:54.947Z[ host-image] Aug 05 04:32:54.131 INFO O| Aug 05 04:32:54.131 INFO O| Download: Completed 1.75 MB in 0.34 seconds (5.1M/s)
45862026-08-05T04:32:54.951Z[verify-libraries] Compiling progenitor-macro v0.13.0
45872026-08-05T04:32:54.973Z[ host-image] Aug 05 04:32:54.156 INFO O| Aug 05 04:32:54.156 INFO O| Actions: 1/390 actions (Installing new actions)
45882026-08-05T04:32:55.135Z[ host-image] Aug 05 04:32:54.318 INFO O| Aug 05 04:32:54.318 INFO O| Actions: Completed 390 actions in 0.16 seconds.
45892026-08-05T04:32:55.177Z[ host-image] Aug 05 04:32:54.360 INFO O| Aug 05 04:32:54.360 INFO O| Finalize: Updating package state database ... Done
45902026-08-05T04:32:55.177Z[ host-image] Aug 05 04:32:54.360 INFO O| Aug 05 04:32:54.360 INFO O| Finalize: Updating package cache ... Done
45912026-08-05T04:32:55.250Z[ host-image] Aug 05 04:32:54.434 INFO O| Aug 05 04:32:54.433 INFO O| Finalize: Updating image state ... Done
45922026-08-05T04:32:55.555Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45932026-08-05T04:32:55.815Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45942026-08-05T04:32:56.067Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45952026-08-05T04:32:56.185Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45962026-08-05T04:32:56.270Z[ host-image] Aug 05 04:32:55.453 INFO O| Aug 05 04:32:55.453 INFO O| Finalize: Creating fast lookup database ... Done
45972026-08-05T04:32:56.301Z[ host-image] Aug 05 04:32:55.484 INFO O| Aug 05 04:32:55.484 INFO O| Finalize: Reading search index ... Done
45982026-08-05T04:32:56.301Z[ host-image] Aug 05 04:32:55.485 INFO O| Aug 05 04:32:55.485 INFO O| Finalize: Updating search index ... Done
45992026-08-05T04:32:56.319Z[ host-image] Aug 05 04:32:55.502 INFO O| Aug 05 04:32:55.502 INFO O| Finalize: Updating package cache ... Done
46002026-08-05T04:32:56.428Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46012026-08-05T04:32:56.531Z[verify-libraries] Compiling git-stub v1.0.0
46022026-08-05T04:32:56.557Z[ host-image] Aug 05 04:32:55.740 INFO O| Aug 05 04:32:55.740 INFO STEP 12 (pkg_install) COMPLETE
46032026-08-05T04:32:56.557Z[ host-image] Aug 05 04:32:55.740 INFO O| Aug 05 04:32:55.740 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46042026-08-05T04:32:56.568Z[ host-image] Aug 05 04:32:55.751 INFO O| Aug 05 04:32:55.751 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46052026-08-05T04:32:56.888Z[verify-libraries] Compiling kstat-rs v0.2.4
46062026-08-05T04:32:57.006Z[verify-libraries] Compiling trait-variant v0.1.2
46072026-08-05T04:32:57.127Z[verify-libraries] Compiling salty v0.3.0
46082026-08-05T04:32:57.305Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46092026-08-05T04:32:57.515Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46102026-08-05T04:32:57.679Z[verify-libraries] Compiling ghash v0.6.0
46112026-08-05T04:32:57.777Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46122026-08-05T04:32:57.889Z[verify-libraries] Compiling pbkdf2 v0.13.0
46132026-08-05T04:32:57.924Z[verify-libraries] Compiling aes v0.9.1
46142026-08-05T04:32:57.952Z[verify-libraries] Compiling crypto-bigint v0.7.5
46152026-08-05T04:32:58.065Z[verify-libraries] Compiling diesel v2.3.7
46162026-08-05T04:32:58.118Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46172026-08-05T04:32:58.145Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46182026-08-05T04:32:58.175Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46192026-08-05T04:32:58.246Z[ host-image] Aug 05 04:32:57.429 INFO O| Aug 05 04:32:57.429 INFO O| Startup: Refreshing catalog 'helios' ... Done
46202026-08-05T04:32:58.279Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46212026-08-05T04:32:58.677Z[ host-image] Aug 05 04:32:57.860 INFO O| Aug 05 04:32:57.860 INFO O| Startup: Caching catalogs ... Done
46222026-08-05T04:32:58.819Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46232026-08-05T04:32:59.145Z[ host-image] Aug 05 04:32:58.328 INFO O| Aug 05 04:32:58.327 INFO O| Planning: Solver setup ... Done
46242026-08-05T04:32:59.150Z[ host-image] Aug 05 04:32:58.333 INFO O| Aug 05 04:32:58.333 INFO O| Planning: Running solver ... Done
46252026-08-05T04:32:59.160Z[ host-image] Aug 05 04:32:58.343 INFO O| Aug 05 04:32:58.343 INFO O| Planning: Finding local manifests ... Done
46262026-08-05T04:32:59.190Z[ host-image] Aug 05 04:32:58.373 INFO O| Aug 05 04:32:58.373 INFO O| Planning: Fetching manifests: 0/6 0% complete
46272026-08-05T04:32:59.222Z[verify-libraries] Compiling ctr v0.10.1
46282026-08-05T04:32:59.316Z[verify-libraries] Compiling aead v0.6.1
46292026-08-05T04:32:59.320Z[ host-image] Aug 05 04:32:58.499 INFO O| Aug 05 04:32:58.498 INFO O| Planning: Fetching manifests: 6/6 100% complete
46302026-08-05T04:32:59.345Z[ host-image] Aug 05 04:32:58.528 INFO O| Aug 05 04:32:58.528 INFO O| Planning: Package planning ... Done
46312026-08-05T04:32:59.354Z[ host-image] Aug 05 04:32:58.537 INFO O| Aug 05 04:32:58.537 INFO O| Planning: Merging actions ... Done
46322026-08-05T04:32:59.408Z[ host-image] Aug 05 04:32:58.591 INFO O| Aug 05 04:32:58.591 INFO O| Planning: Checking for conflicting actions ... Done
46332026-08-05T04:32:59.413Z[ host-image] Aug 05 04:32:58.594 INFO O| Aug 05 04:32:58.594 INFO O| Planning: Consolidating action changes ... Done
46342026-08-05T04:32:59.511Z[ recovery-image] Aug 05 04:32:58.694 INFO O| Aug 05 04:32:58.694 INFO O| Download: 8226/16682 items 83.4/200.0MB 41% complete (16.9M/s)
46352026-08-05T04:32:59.556Z[verify-libraries] Compiling bb8 v0.8.6
46362026-08-05T04:32:59.578Z[verify-libraries] Compiling parking_lot_core v0.8.6
46372026-08-05T04:32:59.644Z[ host-image] Aug 05 04:32:58.827 INFO O| Aug 05 04:32:58.827 INFO O| Planning: Evaluating mediators ... Done
46382026-08-05T04:32:59.648Z[ host-image] Aug 05 04:32:58.830 INFO O| Aug 05 04:32:58.830 INFO O| Planning: Planning completed in 0.95 seconds
46392026-08-05T04:32:59.651Z[ host-image] Aug 05 04:32:58.831 INFO O| Aug 05 04:32:58.831 INFO O| Packages to install: 6
46402026-08-05T04:32:59.651Z[ host-image] Aug 05 04:32:58.831 INFO O| Aug 05 04:32:58.831 INFO O| Mediators to change: 1
46412026-08-05T04:32:59.651Z[ host-image] Aug 05 04:32:58.831 INFO O| Aug 05 04:32:58.831 INFO O| Services to change: 1
46422026-08-05T04:32:59.659Z[ host-image] Aug 05 04:32:58.843 INFO O| Aug 05 04:32:58.842 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46432026-08-05T04:32:59.758Z[verify-libraries] Compiling aes-gcm v0.11.0
46442026-08-05T04:32:59.912Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46452026-08-05T04:32:59.946Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46462026-08-05T04:33:00.056Z[verify-libraries] Compiling spki v0.8.0
46472026-08-05T04:33:00.103Z[ host-image] Aug 05 04:32:59.286 INFO O| Aug 05 04:32:59.286 INFO O| Download: Completed 7.84 MB in 0.44 seconds (17.7M/s)
46482026-08-05T04:33:00.140Z[ host-image] Aug 05 04:32:59.323 INFO O| Aug 05 04:32:59.323 INFO O| Actions: 1/1366 actions (Installing new actions)
46492026-08-05T04:33:00.349Z[verify-libraries] Compiling mime_guess v2.0.5
46502026-08-05T04:33:00.399Z[ host-image] Aug 05 04:32:59.582 INFO O| Aug 05 04:32:59.582 INFO O| Actions: Completed 1366 actions in 0.26 seconds.
46512026-08-05T04:33:00.426Z[ host-image] Aug 05 04:32:59.609 INFO O| Aug 05 04:32:59.609 INFO O| Finalize: Updating package state database ... Done
46522026-08-05T04:33:00.426Z[ host-image] Aug 05 04:32:59.609 INFO O| Aug 05 04:32:59.609 INFO O| Finalize: Updating package cache ... Done
46532026-08-05T04:33:00.496Z[ host-image] Aug 05 04:32:59.679 INFO O| Aug 05 04:32:59.679 INFO O| Finalize: Updating image state ... Done
46542026-08-05T04:33:00.641Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
46552026-08-05T04:33:00.741Z[verify-libraries] Compiling progenitor v0.13.0
46562026-08-05T04:33:00.869Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46572026-08-05T04:33:00.951Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46582026-08-05T04:33:01.093Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46592026-08-05T04:33:01.165Z[verify-libraries] Compiling rfc6979 v0.4.0
46602026-08-05T04:33:01.261Z[verify-libraries] Compiling salsa20 v0.11.0
46612026-08-05T04:33:01.343Z[verify-libraries] Compiling nanorand v0.7.0
46622026-08-05T04:33:01.404Z[verify-libraries] Compiling ecdsa v0.16.9
46632026-08-05T04:33:01.522Z[verify-libraries] Compiling scrypt v0.12.0
46642026-08-05T04:33:01.560Z[ host-image] Aug 05 04:33:00.743 INFO O| Aug 05 04:33:00.743 INFO O| Finalize: Creating fast lookup database ... Done
46652026-08-05T04:33:01.582Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46662026-08-05T04:33:01.590Z[ host-image] Aug 05 04:33:00.773 INFO O| Aug 05 04:33:00.773 INFO O| Finalize: Reading search index ... Done
46672026-08-05T04:33:01.590Z[ host-image] Aug 05 04:33:00.773 INFO O| Aug 05 04:33:00.773 INFO O| Finalize: Updating search index ... Done
46682026-08-05T04:33:01.615Z[verify-libraries] Compiling flume v0.11.1
46692026-08-05T04:33:01.626Z[ host-image] Aug 05 04:33:00.809 INFO O| Aug 05 04:33:00.809 INFO O| Finalize: Updating package cache ... Done
46702026-08-05T04:33:01.878Z[ host-image] Aug 05 04:33:01.061 INFO O| Aug 05 04:33:01.061 INFO STEP 13 (pkg_install) COMPLETE
46712026-08-05T04:33:01.878Z[ host-image] Aug 05 04:33:01.061 INFO O| Aug 05 04:33:01.061 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46722026-08-05T04:33:01.890Z[ host-image] Aug 05 04:33:01.073 INFO O| Aug 05 04:33:01.072 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
46732026-08-05T04:33:01.893Z[verify-libraries] Compiling primeorder v0.13.6
46742026-08-05T04:33:01.919Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46752026-08-05T04:33:02.097Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46762026-08-05T04:33:02.134Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
46772026-08-05T04:33:02.205Z[verify-libraries] Compiling cbc v0.2.1
46782026-08-05T04:33:02.240Z[verify-libraries] Compiling http-range v0.1.5
46792026-08-05T04:33:02.382Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46802026-08-05T04:33:02.443Z[verify-libraries] Compiling nonempty v0.12.0
46812026-08-05T04:33:02.530Z[verify-libraries] Compiling pkcs5 v0.8.1
46822026-08-05T04:33:02.719Z[verify-libraries] Compiling p384 v0.13.1
46832026-08-05T04:33:02.723Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46842026-08-05T04:33:02.767Z[verify-libraries] Compiling parking_lot v0.11.2
46852026-08-05T04:33:03.018Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46862026-08-05T04:33:03.190Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46872026-08-05T04:33:03.305Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46882026-08-05T04:33:03.346Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46892026-08-05T04:33:03.391Z[verify-libraries] Compiling prefix-trie v0.7.0
46902026-08-05T04:33:03.427Z[ host-image] Aug 05 04:33:02.607 INFO O| Aug 05 04:33:02.607 INFO O| Startup: Refreshing catalog 'helios' ... Done
46912026-08-05T04:33:03.576Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46922026-08-05T04:33:03.779Z[verify-libraries] Compiling digest-io v0.1.0
46932026-08-05T04:33:03.982Z[ host-image] Aug 05 04:33:03.165 INFO O| Aug 05 04:33:03.164 INFO O| Startup: Caching catalogs ... Done
46942026-08-05T04:33:04.017Z[verify-libraries] Compiling rawzip v0.4.4
46952026-08-05T04:33:04.176Z[verify-libraries] Compiling hickory-server v0.25.2
46962026-08-05T04:33:04.383Z[ host-image] Aug 05 04:33:03.565 INFO O| Aug 05 04:33:03.565 INFO O| Planning: Solver setup ... Done
46972026-08-05T04:33:04.388Z[ host-image] Aug 05 04:33:03.571 INFO O| Aug 05 04:33:03.571 INFO O| Planning: Running solver ... Done
46982026-08-05T04:33:04.399Z[ host-image] Aug 05 04:33:03.581 INFO O| Aug 05 04:33:03.581 INFO O| Planning: Finding local manifests ... Done
46992026-08-05T04:33:04.421Z[ host-image] Aug 05 04:33:03.604 INFO O| Aug 05 04:33:03.604 INFO O| Planning: Fetching manifests: 0/1 0% complete
47002026-08-05T04:33:04.430Z[ host-image] Aug 05 04:33:03.613 INFO O| Aug 05 04:33:03.613 INFO O| Planning: Fetching manifests: 1/1 100% complete
47012026-08-05T04:33:04.466Z[ host-image] Aug 05 04:33:03.648 INFO O| Aug 05 04:33:03.648 INFO O| Planning: Package planning ... Done
47022026-08-05T04:33:04.466Z[ host-image] Aug 05 04:33:03.648 INFO O| Aug 05 04:33:03.648 INFO O| Planning: Merging actions ... Done
47032026-08-05T04:33:04.514Z[ recovery-image] Aug 05 04:33:03.696 INFO O| Aug 05 04:33:03.696 INFO O| Download: 16502/16682 items 197.8/200.0MB 98% complete (19.8M/s)
47042026-08-05T04:33:04.519Z[ host-image] Aug 05 04:33:03.702 INFO O| Aug 05 04:33:03.702 INFO O| Planning: Checking for conflicting actions ... Done
47052026-08-05T04:33:04.523Z[ host-image] Aug 05 04:33:03.702 INFO O| Aug 05 04:33:03.702 INFO O| Planning: Consolidating action changes ... Done
47062026-08-05T04:33:04.676Z[ recovery-image] Aug 05 04:33:03.859 INFO O| Aug 05 04:33:03.859 INFO O| Download: Completed 199.98 MB in 10.17 seconds (19.6M/s)
47072026-08-05T04:33:04.743Z[ host-image] Aug 05 04:33:03.926 INFO O| Aug 05 04:33:03.926 INFO O| Planning: Evaluating mediators ... Done
47082026-08-05T04:33:04.747Z[ host-image] Aug 05 04:33:03.927 INFO O| Aug 05 04:33:03.927 INFO O| Planning: Planning completed in 0.75 seconds
47092026-08-05T04:33:04.747Z[ host-image] Aug 05 04:33:03.927 INFO O| Aug 05 04:33:03.927 INFO O| Packages to install: 1
47102026-08-05T04:33:04.755Z[ host-image] Aug 05 04:33:03.938 INFO O| Aug 05 04:33:03.938 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
47112026-08-05T04:33:04.789Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47122026-08-05T04:33:04.863Z[verify-libraries] Compiling sled v0.34.7
47132026-08-05T04:33:04.942Z[ recovery-image] Aug 05 04:33:04.125 INFO O| Aug 05 04:33:04.125 INFO O| Actions: 1/27580 actions (Installing new actions)
47142026-08-05T04:33:04.957Z[ host-image] Aug 05 04:33:04.140 INFO O| Aug 05 04:33:04.140 INFO O| Download: Completed 13.17 MB in 0.20 seconds (65.2M/s)
47152026-08-05T04:33:04.984Z[ host-image] Aug 05 04:33:04.167 INFO O| Aug 05 04:33:04.166 INFO O| Actions: 1/22 actions (Installing new actions)
47162026-08-05T04:33:05.033Z[verify-libraries] Compiling pkcs8 v0.11.0
47172026-08-05T04:33:05.241Z[ host-image] Aug 05 04:33:04.424 INFO O| Aug 05 04:33:04.424 INFO O| Actions: Completed 22 actions in 0.26 seconds.
47182026-08-05T04:33:05.268Z[ host-image] Aug 05 04:33:04.451 INFO O| Aug 05 04:33:04.451 INFO O| Finalize: Updating package state database ... Done
47192026-08-05T04:33:05.268Z[ host-image] Aug 05 04:33:04.451 INFO O| Aug 05 04:33:04.451 INFO O| Finalize: Updating package cache ... Done
47202026-08-05T04:33:05.276Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47212026-08-05T04:33:05.333Z[ host-image] Aug 05 04:33:04.516 INFO O| Aug 05 04:33:04.516 INFO O| Finalize: Updating image state ... Done
47222026-08-05T04:33:05.520Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47232026-08-05T04:33:05.564Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47242026-08-05T04:33:05.567Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47252026-08-05T04:33:05.738Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6d037cb60304413302e3f3658e4850980cee77b0#6d037cb6)
47262026-08-05T04:33:06.179Z[verify-libraries] Compiling ignore v0.4.25
47272026-08-05T04:33:06.254Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
47282026-08-05T04:33:06.301Z[ host-image] Aug 05 04:33:05.484 INFO O| Aug 05 04:33:05.484 INFO O| Finalize: Creating fast lookup database ... Done
47292026-08-05T04:33:06.330Z[ host-image] Aug 05 04:33:05.513 INFO O| Aug 05 04:33:05.513 INFO O| Finalize: Reading search index ... Done
47302026-08-05T04:33:06.330Z[ host-image] Aug 05 04:33:05.513 INFO O| Aug 05 04:33:05.513 INFO O| Finalize: Updating search index ... Done
47312026-08-05T04:33:06.340Z[ host-image] Aug 05 04:33:05.523 INFO O| Aug 05 04:33:05.523 INFO O| Finalize: Updating package cache ... Done
47322026-08-05T04:33:06.376Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47332026-08-05T04:33:06.528Z[verify-libraries] Compiling ff v0.14.0
47342026-08-05T04:33:06.580Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO STEP 14 (pkg_install) COMPLETE
47352026-08-05T04:33:06.580Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47362026-08-05T04:33:06.580Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO skip step because feature "mbist" is not enabled
47372026-08-05T04:33:06.584Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47382026-08-05T04:33:06.584Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO skip step because feature "mfg" is not enabled
47392026-08-05T04:33:06.584Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47402026-08-05T04:33:06.584Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO skip step because feature "compliance" is not enabled
47412026-08-05T04:33:06.584Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47422026-08-05T04:33:06.584Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO skip step because feature "stress" is not enabled
47432026-08-05T04:33:06.584Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47442026-08-05T04:33:06.584Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO skip step because feature "compliance" is not enabled
47452026-08-05T04:33:06.584Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47462026-08-05T04:33:06.584Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO skip step because feature "nfs" is not enabled
47472026-08-05T04:33:06.584Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47482026-08-05T04:33:06.584Z[ host-image] Aug 05 04:33:05.761 INFO O| Aug 05 04:33:05.761 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47492026-08-05T04:33:06.715Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47502026-08-05T04:33:06.801Z[verify-libraries] Compiling corncobs v0.1.4
47512026-08-05T04:33:06.940Z[ host-image] Aug 05 04:33:06.122 INFO O| Aug 05 04:33:06.122 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47522026-08-05T04:33:07.009Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47532026-08-05T04:33:07.029Z[ host-image] Aug 05 04:33:06.212 INFO O| Aug 05 04:33:06.212 INFO completed processing sled/ramdisk-01-os
47542026-08-05T04:33:07.032Z[ host-image] Aug 05 04:33:06.214 INFO omicron1 baseline generation...
47552026-08-05T04:33:07.032Z[ host-image] Aug 05 04:33:06.214 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47562026-08-05T04:33:07.041Z[verify-libraries] Compiling globwalk v0.9.1
47572026-08-05T04:33:07.275Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47582026-08-05T04:33:07.340Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47592026-08-05T04:33:07.408Z[ host-image] Aug 05 04:33:06.591 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24160:20260803T102742Z
47602026-08-05T04:33:07.422Z[verify-libraries] Compiling predicates-tree v1.0.13
47612026-08-05T04:33:07.521Z[verify-libraries] Compiling libz-sys v1.1.24
47622026-08-05T04:33:07.797Z[verify-libraries] Compiling rand_seeder v0.4.0
47632026-08-05T04:33:07.992Z[verify-libraries] Compiling secrecy v0.8.0
47642026-08-05T04:33:08.066Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47652026-08-05T04:33:08.111Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47662026-08-05T04:33:08.320Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47672026-08-05T04:33:08.437Z[verify-libraries] Compiling group v0.14.0
47682026-08-05T04:33:08.522Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47692026-08-05T04:33:08.648Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47702026-08-05T04:33:08.750Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47712026-08-05T04:33:08.789Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47722026-08-05T04:33:08.792Z[verify-libraries] Compiling signature v3.0.0
47732026-08-05T04:33:09.053Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47742026-08-05T04:33:09.105Z[verify-libraries] Compiling base16ct v1.0.0
47752026-08-05T04:33:09.151Z[verify-libraries] Compiling instability v0.3.11
47762026-08-05T04:33:09.298Z[verify-libraries] Compiling sec1 v0.8.1
47772026-08-05T04:33:09.435Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47782026-08-05T04:33:09.550Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47792026-08-05T04:33:09.681Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47802026-08-05T04:33:09.734Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47812026-08-05T04:33:09.783Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47822026-08-05T04:33:09.866Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47832026-08-05T04:33:09.891Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47842026-08-05T04:33:09.894Z[verify-libraries] Compiling hkdf v0.13.0
47852026-08-05T04:33:09.942Z[ recovery-image] Aug 05 04:33:09.125 INFO O| Aug 05 04:33:09.125 INFO O| Actions: 20561/27580 actions (Installing new actions)
47862026-08-05T04:33:10.123Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47872026-08-05T04:33:10.283Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47882026-08-05T04:33:10.563Z[verify-libraries] Compiling castaway v0.2.4
47892026-08-05T04:33:10.622Z[verify-libraries] Compiling indoc v2.0.7
47902026-08-05T04:33:10.778Z[verify-libraries] Compiling compact_str v0.8.1
47912026-08-05T04:33:10.912Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47922026-08-05T04:33:11.175Z[ recovery-image] Aug 05 04:33:10.358 INFO O| Aug 05 04:33:10.358 INFO O| Actions: Completed 27580 actions in 6.23 seconds.
47932026-08-05T04:33:11.238Z[ recovery-image] Aug 05 04:33:10.421 INFO O| Aug 05 04:33:10.421 INFO O| Finalize: Updating package state database ... Done
47942026-08-05T04:33:11.238Z[ recovery-image] Aug 05 04:33:10.421 INFO O| Aug 05 04:33:10.421 INFO O| Finalize: Updating package cache ... Done
47952026-08-05T04:33:11.324Z[ recovery-image] Aug 05 04:33:10.507 INFO O| Aug 05 04:33:10.507 INFO O| Finalize: Updating image state ... Done
47962026-08-05T04:33:11.432Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47972026-08-05T04:33:11.489Z[verify-libraries] Compiling elliptic-curve v0.14.1
47982026-08-05T04:33:11.592Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47992026-08-05T04:33:11.955Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48002026-08-05T04:33:11.985Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48012026-08-05T04:33:12.016Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48022026-08-05T04:33:12.021Z[ recovery-image] Aug 05 04:33:11.205 INFO O| Aug 05 04:33:11.204 INFO O| Finalize: Creating fast lookup database ... Done
48032026-08-05T04:33:12.038Z[ recovery-image] Aug 05 04:33:11.222 INFO O| Aug 05 04:33:11.222 INFO O| Finalize: Reading search index ... Done
48042026-08-05T04:33:12.168Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48052026-08-05T04:33:12.171Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48062026-08-05T04:33:12.273Z[verify-libraries] Compiling unicode-truncate v1.1.0
48072026-08-05T04:33:12.330Z[verify-libraries] Compiling lru v0.12.5
48082026-08-05T04:33:12.478Z[verify-libraries] Compiling arc-swap v1.8.2
48092026-08-05T04:33:12.552Z[verify-libraries] Compiling cassowary v0.3.0
48102026-08-05T04:33:12.555Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48112026-08-05T04:33:12.613Z[verify-libraries] Compiling wnaf v0.14.0
48122026-08-05T04:33:12.760Z[verify-libraries] Compiling primefield v0.14.0
48132026-08-05T04:33:12.886Z[verify-libraries] Compiling ratatui v0.29.0
48142026-08-05T04:33:12.911Z[verify-libraries] Compiling slog-scope v4.4.1
48152026-08-05T04:33:13.107Z[verify-libraries] Compiling rfc6979 v0.6.0
48162026-08-05T04:33:13.161Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48172026-08-05T04:33:13.244Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48182026-08-05T04:33:13.335Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48192026-08-05T04:33:13.449Z[verify-libraries] Compiling vergen-git2 v9.1.0
48202026-08-05T04:33:13.509Z[verify-libraries] Compiling is_ci v1.2.0
48212026-08-05T04:33:13.567Z[verify-libraries] Compiling strsim v0.10.0
48222026-08-05T04:33:13.746Z[verify-libraries] Compiling supports-color v3.0.2
48232026-08-05T04:33:13.767Z[ recovery-image] Aug 05 04:33:12.949 INFO O| Aug 05 04:33:12.949 INFO O| Finalize: Building new search index ... Done
48242026-08-05T04:33:13.839Z[verify-libraries] Compiling darling_core v0.13.4
48252026-08-05T04:33:13.979Z[verify-libraries] Compiling ecdsa v0.17.0
48262026-08-05T04:33:14.024Z[verify-libraries] Compiling slog-stdlog v4.1.1
48272026-08-05T04:33:14.025Z[verify-libraries] Compiling primeorder v0.14.0
48282026-08-05T04:33:14.074Z[ recovery-image] Aug 05 04:33:13.257 INFO O| Aug 05 04:33:13.256 INFO O| Finalize: Updating package cache ... Done
48292026-08-05T04:33:14.315Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48302026-08-05T04:33:14.358Z[ recovery-image] Aug 05 04:33:13.541 INFO O| Aug 05 04:33:13.541 INFO STEP 11 (pkg_install) COMPLETE
48312026-08-05T04:33:14.359Z[ recovery-image] Aug 05 04:33:13.541 INFO O| Aug 05 04:33:13.541 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48322026-08-05T04:33:14.362Z[ recovery-image] Aug 05 04:33:13.541 INFO O| Aug 05 04:33:13.541 INFO skip step because feature "recovery" is enabled
48332026-08-05T04:33:14.362Z[ recovery-image] Aug 05 04:33:13.541 INFO O| Aug 05 04:33:13.541 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48342026-08-05T04:33:14.362Z[ recovery-image] Aug 05 04:33:13.541 INFO O| Aug 05 04:33:13.541 INFO skip step because feature "omicron1" is not enabled
48352026-08-05T04:33:14.362Z[ recovery-image] Aug 05 04:33:13.541 INFO O| Aug 05 04:33:13.541 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48362026-08-05T04:33:14.370Z[ recovery-image] Aug 05 04:33:13.553 INFO O| Aug 05 04:33:13.553 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48372026-08-05T04:33:14.535Z[verify-libraries] Compiling tungstenite v0.23.0
48382026-08-05T04:33:14.589Z[verify-libraries] Compiling console v0.16.2
48392026-08-05T04:33:14.722Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48402026-08-05T04:33:15.029Z[verify-libraries] Compiling libsw-core v0.3.2
48412026-08-05T04:33:15.335Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48422026-08-05T04:33:15.431Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48432026-08-05T04:33:15.673Z[verify-libraries] Compiling assert_matches v1.5.0
48442026-08-05T04:33:15.740Z[verify-libraries] Compiling unit-prefix v0.5.2
48452026-08-05T04:33:15.803Z[verify-libraries] Compiling void v1.0.2
48462026-08-05T04:33:15.911Z[verify-libraries] Compiling indicatif v0.18.4
48472026-08-05T04:33:15.950Z[ recovery-image] Aug 05 04:33:15.133 INFO O| Aug 05 04:33:15.133 INFO O| Startup: Refreshing catalog 'helios' ... Done
48482026-08-05T04:33:15.961Z[verify-libraries] Compiling lzss v0.8.2
48492026-08-05T04:33:16.001Z[verify-libraries] Compiling libsw v3.5.0
48502026-08-05T04:33:16.032Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48512026-08-05T04:33:16.102Z[verify-libraries] Compiling darling_macro v0.13.4
48522026-08-05T04:33:16.205Z[verify-libraries] Compiling slog-envlogger v2.2.0
48532026-08-05T04:33:16.291Z[ recovery-image] Aug 05 04:33:15.474 INFO O| Aug 05 04:33:15.474 INFO O| Startup: Caching catalogs ... Done
48542026-08-05T04:33:16.306Z[verify-libraries] Compiling ssh-encoding v0.3.0
48552026-08-05T04:33:16.354Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48562026-08-05T04:33:16.458Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48572026-08-05T04:33:16.482Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48582026-08-05T04:33:16.610Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48592026-08-05T04:33:16.633Z[ recovery-image] Aug 05 04:33:15.816 INFO O| Aug 05 04:33:15.816 INFO O| Planning: Solver setup ... Done
48602026-08-05T04:33:16.639Z[ recovery-image] Aug 05 04:33:15.821 INFO O| Aug 05 04:33:15.821 INFO O| Planning: Running solver ... Done
48612026-08-05T04:33:16.649Z[ recovery-image] Aug 05 04:33:15.831 INFO O| Aug 05 04:33:15.831 INFO O| Planning: Finding local manifests ... Done
48622026-08-05T04:33:16.678Z[ recovery-image] Aug 05 04:33:15.861 INFO O| Aug 05 04:33:15.861 INFO O| Planning: Fetching manifests: 0/1 0% complete
48632026-08-05T04:33:16.682Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48642026-08-05T04:33:16.687Z[ recovery-image] Aug 05 04:33:15.870 INFO O| Aug 05 04:33:15.870 INFO O| Planning: Fetching manifests: 1/1 100% complete
48652026-08-05T04:33:16.704Z[ recovery-image] Aug 05 04:33:15.886 INFO O| Aug 05 04:33:15.886 INFO O| Planning: Package planning ... Done
48662026-08-05T04:33:16.705Z[ recovery-image] Aug 05 04:33:15.887 INFO O| Aug 05 04:33:15.887 INFO O| Planning: Merging actions ... Done
48672026-08-05T04:33:16.718Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48682026-08-05T04:33:16.721Z[verify-libraries] Compiling nix v0.27.1
48692026-08-05T04:33:16.726Z[ recovery-image] Aug 05 04:33:15.909 INFO O| Aug 05 04:33:15.909 INFO O| Planning: Checking for conflicting actions ... Done
48702026-08-05T04:33:16.729Z[ recovery-image] Aug 05 04:33:15.910 INFO O| Aug 05 04:33:15.909 INFO O| Planning: Consolidating action changes ... Done
48712026-08-05T04:33:16.820Z[ recovery-image] Aug 05 04:33:16.003 INFO O| Aug 05 04:33:16.003 INFO O| Planning: Evaluating mediators ... Done
48722026-08-05T04:33:16.823Z[ recovery-image] Aug 05 04:33:16.003 INFO O| Aug 05 04:33:16.003 INFO O| Planning: Planning completed in 0.52 seconds
48732026-08-05T04:33:16.823Z[ recovery-image] Aug 05 04:33:16.004 INFO O| Aug 05 04:33:16.004 INFO O| Packages to install: 1
48742026-08-05T04:33:16.847Z[ recovery-image] Aug 05 04:33:16.029 INFO O| Aug 05 04:33:16.029 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
48752026-08-05T04:33:16.851Z[verify-libraries] Compiling colored v2.2.0
48762026-08-05T04:33:16.904Z[verify-libraries] Compiling blake3 v1.8.5
48772026-08-05T04:33:16.933Z[verify-libraries] Compiling serde_bytes v0.11.19
48782026-08-05T04:33:16.963Z[verify-libraries] Compiling keccak v0.2.0
48792026-08-05T04:33:16.990Z[ recovery-image] Aug 05 04:33:16.170 INFO O| Aug 05 04:33:16.170 INFO O| Download: Completed 13.17 MB in 0.14 seconds (95.1M/s)
48802026-08-05T04:33:17.004Z[ recovery-image] Aug 05 04:33:16.187 INFO O| Aug 05 04:33:16.187 INFO O| Actions: 1/22 actions (Installing new actions)
48812026-08-05T04:33:17.076Z[verify-libraries] Compiling shell-words v1.1.1
48822026-08-05T04:33:17.225Z[ recovery-image] Aug 05 04:33:16.408 INFO O| Aug 05 04:33:16.408 INFO O| Actions: Completed 22 actions in 0.22 seconds.
48832026-08-05T04:33:17.253Z[ recovery-image] Aug 05 04:33:16.436 INFO O| Aug 05 04:33:16.435 INFO O| Finalize: Updating package state database ... Done
48842026-08-05T04:33:17.254Z[ recovery-image] Aug 05 04:33:16.436 INFO O| Aug 05 04:33:16.435 INFO O| Finalize: Updating package cache ... Done
48852026-08-05T04:33:17.318Z[ recovery-image] Aug 05 04:33:16.500 INFO O| Aug 05 04:33:16.500 INFO O| Finalize: Updating image state ... Done
48862026-08-05T04:33:17.357Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48872026-08-05T04:33:17.380Z[verify-libraries] Compiling darling v0.13.4
48882026-08-05T04:33:17.425Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48892026-08-05T04:33:17.525Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48902026-08-05T04:33:17.576Z[verify-libraries] Compiling ed25519 v3.0.0
48912026-08-05T04:33:17.910Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48922026-08-05T04:33:17.933Z[verify-libraries] Compiling crypto-primes v0.7.2
48932026-08-05T04:33:18.038Z[ recovery-image] Aug 05 04:33:17.221 INFO O| Aug 05 04:33:17.221 INFO O| Finalize: Creating fast lookup database ... Done
48942026-08-05T04:33:18.053Z[ recovery-image] Aug 05 04:33:17.236 INFO O| Aug 05 04:33:17.236 INFO O| Finalize: Reading search index ... Done
48952026-08-05T04:33:18.053Z[ recovery-image] Aug 05 04:33:17.236 INFO O| Aug 05 04:33:17.236 INFO O| Finalize: Updating search index ... Done
48962026-08-05T04:33:18.063Z[ recovery-image] Aug 05 04:33:17.246 INFO O| Aug 05 04:33:17.246 INFO O| Finalize: Updating package cache ... Done
48972026-08-05T04:33:18.069Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48982026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO STEP 14 (pkg_install) COMPLETE
48992026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49002026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO skip step because feature "mbist" is not enabled
49012026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49022026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO skip step because feature "mfg" is not enabled
49032026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49042026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO skip step because feature "compliance" is not enabled
49052026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49062026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO skip step because feature "stress" is not enabled
49072026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49082026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO skip step because feature "compliance" is not enabled
49092026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49102026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO skip step because feature "nfs" is not enabled
49112026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49122026-08-05T04:33:18.281Z[ recovery-image] Aug 05 04:33:17.462 INFO O| Aug 05 04:33:17.462 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49132026-08-05T04:33:18.575Z[ recovery-image] Aug 05 04:33:17.758 INFO O| Aug 05 04:33:17.757 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49142026-08-05T04:33:18.689Z[ recovery-image] Aug 05 04:33:17.872 INFO O| Aug 05 04:33:17.871 INFO completed processing sled/ramdisk-01-os
49152026-08-05T04:33:18.692Z[ recovery-image] Aug 05 04:33:17.874 INFO image builder template: ramdisk-02-trim...
49162026-08-05T04:33:18.692Z[ recovery-image] Aug 05 04:33:17.874 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/.tmpCNkD4o/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@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49172026-08-05T04:33:18.711Z[ recovery-image] Aug 05 04:33:17.894 INFO O| Aug 05 04:33:17.894 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49182026-08-05T04:33:18.715Z[ recovery-image] Aug 05 04:33:17.898 INFO O| Aug 05 04:33:17.898 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49192026-08-05T04:33:18.793Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49202026-08-05T04:33:18.870Z[ recovery-image] Aug 05 04:33:18.053 INFO O| Aug 05 04:33:18.053 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49212026-08-05T04:33:18.904Z[verify-libraries] Compiling poly1305 v0.9.0
49222026-08-05T04:33:18.947Z[ recovery-image] Aug 05 04:33:18.130 INFO O| Aug 05 04:33:18.130 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49232026-08-05T04:33:18.947Z[ recovery-image] Aug 05 04:33:18.130 INFO O| Aug 05 04:33:18.130 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49242026-08-05T04:33:18.952Z[ recovery-image] Aug 05 04:33:18.135 INFO O| Aug 05 04:33:18.135 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49252026-08-05T04:33:18.956Z[ recovery-image] Aug 05 04:33:18.139 INFO O| Aug 05 04:33:18.139 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49262026-08-05T04:33:18.961Z[ recovery-image] Aug 05 04:33:18.144 INFO O| Aug 05 04:33:18.144 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49272026-08-05T04:33:19.150Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49282026-08-05T04:33:19.266Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49292026-08-05T04:33:19.476Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49302026-08-05T04:33:19.517Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49312026-08-05T04:33:19.520Z[ recovery-image] Aug 05 04:33:18.703 INFO O| Aug 05 04:33:18.703 INFO rolled back to input snapshot; work may begin
49322026-08-05T04:33:19.521Z[ recovery-image] Aug 05 04:33:18.703 INFO O| Aug 05 04:33:18.703 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49332026-08-05T04:33:19.525Z[ recovery-image] Aug 05 04:33:18.708 INFO O| Aug 05 04:33:18.708 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49342026-08-05T04:33:19.535Z[ recovery-image] Aug 05 04:33:18.718 INFO O| Aug 05 04:33:18.718 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49352026-08-05T04:33:19.572Z[ recovery-image] Aug 05 04:33:18.755 INFO O| Aug 05 04:33:18.755 INFO STEP 0 (remove_files) COMPLETE
49362026-08-05T04:33:19.572Z[ recovery-image] Aug 05 04:33:18.755 INFO O| Aug 05 04:33:18.755 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49372026-08-05T04:33:19.582Z[ recovery-image] Aug 05 04:33:18.765 INFO O| Aug 05 04:33:18.765 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49382026-08-05T04:33:19.598Z[ recovery-image] Aug 05 04:33:18.766 INFO O| Aug 05 04:33:18.766 INFO STEP 1 (remove_files) COMPLETE
49392026-08-05T04:33:19.598Z[ recovery-image] Aug 05 04:33:18.766 INFO O| Aug 05 04:33:18.766 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49402026-08-05T04:33:19.598Z[ recovery-image] Aug 05 04:33:18.775 INFO O| Aug 05 04:33:18.775 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49412026-08-05T04:33:19.604Z[ recovery-image] Aug 05 04:33:18.787 INFO O| Aug 05 04:33:18.787 INFO STEP 2 (remove_files) COMPLETE
49422026-08-05T04:33:19.604Z[ recovery-image] Aug 05 04:33:18.788 INFO O| Aug 05 04:33:18.787 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49432026-08-05T04:33:19.615Z[ recovery-image] Aug 05 04:33:18.796 INFO O| Aug 05 04:33:18.796 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49442026-08-05T04:33:19.618Z[ recovery-image] Aug 05 04:33:18.798 INFO O| Aug 05 04:33:18.798 INFO STEP 3 (remove_files) COMPLETE
49452026-08-05T04:33:19.618Z[ recovery-image] Aug 05 04:33:18.798 INFO O| Aug 05 04:33:18.798 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49462026-08-05T04:33:19.622Z[ recovery-image] Aug 05 04:33:18.805 INFO O| Aug 05 04:33:18.805 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49472026-08-05T04:33:19.625Z[ recovery-image] Aug 05 04:33:18.808 INFO O| Aug 05 04:33:18.808 INFO STEP 4 (remove_files) COMPLETE
49482026-08-05T04:33:19.625Z[ recovery-image] Aug 05 04:33:18.808 INFO O| Aug 05 04:33:18.808 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49492026-08-05T04:33:19.633Z[ recovery-image] Aug 05 04:33:18.816 INFO O| Aug 05 04:33:18.816 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49502026-08-05T04:33:19.633Z[ recovery-image] Aug 05 04:33:18.816 INFO O| Aug 05 04:33:18.816 INFO STEP 5 (remove_files) COMPLETE
49512026-08-05T04:33:19.633Z[ recovery-image] Aug 05 04:33:18.816 INFO O| Aug 05 04:33:18.816 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49522026-08-05T04:33:19.645Z[ recovery-image] Aug 05 04:33:18.828 INFO O| Aug 05 04:33:18.828 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49532026-08-05T04:33:19.657Z[ recovery-image] Aug 05 04:33:18.838 INFO O| Aug 05 04:33:18.838 INFO STEP 6 (remove_files) COMPLETE
49542026-08-05T04:33:19.657Z[ recovery-image] Aug 05 04:33:18.838 INFO O| Aug 05 04:33:18.838 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49552026-08-05T04:33:19.657Z[ recovery-image] Aug 05 04:33:18.838 INFO O| Aug 05 04:33:18.838 INFO skip step because feature "heliosv2" is not enabled
49562026-08-05T04:33:19.657Z[ recovery-image] Aug 05 04:33:18.838 INFO O| Aug 05 04:33:18.838 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49572026-08-05T04:33:19.657Z[ recovery-image] Aug 05 04:33:18.838 INFO O| Aug 05 04:33:18.838 INFO skip step because feature "recovery" is enabled
49582026-08-05T04:33:19.657Z[ recovery-image] Aug 05 04:33:18.838 INFO O| Aug 05 04:33:18.838 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49592026-08-05T04:33:19.658Z[ recovery-image] Aug 05 04:33:18.838 INFO O| Aug 05 04:33:18.838 INFO skip step because feature "recovery" is enabled
49602026-08-05T04:33:19.658Z[ recovery-image] Aug 05 04:33:18.838 INFO O| Aug 05 04:33:18.838 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49612026-08-05T04:33:19.658Z[ recovery-image] Aug 05 04:33:18.838 INFO O| Aug 05 04:33:18.838 INFO skip step because feature "recovery" is enabled
49622026-08-05T04:33:19.658Z[ recovery-image] Aug 05 04:33:18.838 INFO O| Aug 05 04:33:18.838 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49632026-08-05T04:33:19.665Z[ recovery-image] Aug 05 04:33:18.849 INFO O| Aug 05 04:33:18.849 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49642026-08-05T04:33:19.668Z[ recovery-image] Aug 05 04:33:18.851 INFO O| Aug 05 04:33:18.851 INFO STEP 11 (remove_files) COMPLETE
49652026-08-05T04:33:19.668Z[ recovery-image] Aug 05 04:33:18.851 INFO O| Aug 05 04:33:18.851 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49662026-08-05T04:33:19.679Z[ recovery-image] Aug 05 04:33:18.863 INFO O| Aug 05 04:33:18.863 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49672026-08-05T04:33:19.682Z[ recovery-image] Aug 05 04:33:18.863 INFO O| Aug 05 04:33:18.863 INFO STEP 12 (remove_files) COMPLETE
49682026-08-05T04:33:19.682Z[ recovery-image] Aug 05 04:33:18.863 INFO O| Aug 05 04:33:18.863 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49692026-08-05T04:33:19.691Z[ recovery-image] Aug 05 04:33:18.874 INFO O| Aug 05 04:33:18.874 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49702026-08-05T04:33:19.693Z[ recovery-image] Aug 05 04:33:18.875 INFO O| Aug 05 04:33:18.875 INFO STEP 13 (remove_files) COMPLETE
49712026-08-05T04:33:19.693Z[ recovery-image] Aug 05 04:33:18.875 INFO O| Aug 05 04:33:18.875 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49722026-08-05T04:33:19.726Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49732026-08-05T04:33:19.763Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49742026-08-05T04:33:19.790Z[ recovery-image] Aug 05 04:33:18.973 INFO O| Aug 05 04:33:18.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
49752026-08-05T04:33:19.793Z[ recovery-image] Aug 05 04:33:18.976 INFO O| Aug 05 04:33:18.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
49762026-08-05T04:33:19.822Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49772026-08-05T04:33:19.880Z[ recovery-image] Aug 05 04:33:19.063 INFO O| Aug 05 04:33:19.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
49782026-08-05T04:33:19.880Z[ recovery-image] Aug 05 04:33:19.063 INFO O| Aug 05 04:33:19.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
49792026-08-05T04:33:19.884Z[ recovery-image] Aug 05 04:33:19.068 INFO O| Aug 05 04:33:19.068 INFO STEP 14 (remove_files) COMPLETE
49802026-08-05T04:33:19.884Z[ recovery-image] Aug 05 04:33:19.068 INFO O| Aug 05 04:33:19.068 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49812026-08-05T04:33:19.895Z[ recovery-image] Aug 05 04:33:19.078 INFO O| Aug 05 04:33:19.078 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
49822026-08-05T04:33:19.898Z[verify-libraries] Compiling blowfish v0.10.0
49832026-08-05T04:33:19.898Z[ recovery-image] Aug 05 04:33:19.079 INFO O| Aug 05 04:33:19.079 INFO STEP 15 (remove_files) COMPLETE
49842026-08-05T04:33:19.898Z[ recovery-image] Aug 05 04:33:19.079 INFO O| Aug 05 04:33:19.079 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49852026-08-05T04:33:19.912Z[ recovery-image] Aug 05 04:33:19.095 INFO O| Aug 05 04:33:19.090 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
49862026-08-05T04:33:19.915Z[ recovery-image] Aug 05 04:33:19.096 INFO O| Aug 05 04:33:19.096 INFO STEP 16 (remove_files) COMPLETE
49872026-08-05T04:33:19.915Z[ recovery-image] Aug 05 04:33:19.096 INFO O| Aug 05 04:33:19.096 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49882026-08-05T04:33:19.923Z[ recovery-image] Aug 05 04:33:19.107 INFO O| Aug 05 04:33:19.107 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
49892026-08-05T04:33:19.926Z[ recovery-image] Aug 05 04:33:19.107 INFO O| Aug 05 04:33:19.107 INFO STEP 17 (remove_files) COMPLETE
49902026-08-05T04:33:19.926Z[ recovery-image] Aug 05 04:33:19.107 INFO O| Aug 05 04:33:19.107 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-08-05T04:33:19.933Z[ recovery-image] Aug 05 04:33:19.117 INFO O| Aug 05 04:33:19.116 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
49922026-08-05T04:33:19.937Z[ recovery-image] Aug 05 04:33:19.118 INFO O| Aug 05 04:33:19.118 INFO STEP 18 (remove_files) COMPLETE
49932026-08-05T04:33:19.937Z[ recovery-image] Aug 05 04:33:19.118 INFO O| Aug 05 04:33:19.118 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-08-05T04:33:19.945Z[ recovery-image] Aug 05 04:33:19.128 INFO O| Aug 05 04:33:19.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
49952026-08-05T04:33:19.945Z[ recovery-image] Aug 05 04:33:19.128 INFO O| Aug 05 04:33:19.128 INFO STEP 19 (remove_files) COMPLETE
49962026-08-05T04:33:19.945Z[ recovery-image] Aug 05 04:33:19.128 INFO O| Aug 05 04:33:19.128 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-08-05T04:33:19.956Z[ recovery-image] Aug 05 04:33:19.139 INFO O| Aug 05 04:33:19.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
49982026-08-05T04:33:19.956Z[ recovery-image] Aug 05 04:33:19.139 INFO O| Aug 05 04:33:19.139 INFO STEP 20 (remove_files) COMPLETE
49992026-08-05T04:33:19.956Z[ recovery-image] Aug 05 04:33:19.139 INFO O| Aug 05 04:33:19.139 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50002026-08-05T04:33:19.962Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
50012026-08-05T04:33:19.968Z[ recovery-image] Aug 05 04:33:19.152 INFO O| Aug 05 04:33:19.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50022026-08-05T04:33:19.968Z[ recovery-image] Aug 05 04:33:19.152 INFO O| Aug 05 04:33:19.152 INFO STEP 21 (remove_files) COMPLETE
50032026-08-05T04:33:19.968Z[ recovery-image] Aug 05 04:33:19.152 INFO O| Aug 05 04:33:19.152 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50042026-08-05T04:33:19.980Z[ recovery-image] Aug 05 04:33:19.162 INFO O| Aug 05 04:33:19.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50052026-08-05T04:33:19.980Z[ recovery-image] Aug 05 04:33:19.162 INFO O| Aug 05 04:33:19.162 INFO STEP 22 (remove_files) COMPLETE
50062026-08-05T04:33:19.980Z[ recovery-image] Aug 05 04:33:19.162 INFO O| Aug 05 04:33:19.162 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50072026-08-05T04:33:19.988Z[ recovery-image] Aug 05 04:33:19.171 INFO O| Aug 05 04:33:19.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50082026-08-05T04:33:19.988Z[ recovery-image] Aug 05 04:33:19.171 INFO O| Aug 05 04:33:19.171 INFO STEP 23 (remove_files) COMPLETE
50092026-08-05T04:33:19.988Z[ recovery-image] Aug 05 04:33:19.171 INFO O| Aug 05 04:33:19.171 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50102026-08-05T04:33:19.997Z[ recovery-image] Aug 05 04:33:19.180 INFO O| Aug 05 04:33:19.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50112026-08-05T04:33:19.997Z[ recovery-image] Aug 05 04:33:19.180 INFO O| Aug 05 04:33:19.180 INFO STEP 24 (remove_files) COMPLETE
50122026-08-05T04:33:20.002Z[ recovery-image] Aug 05 04:33:19.180 INFO O| Aug 05 04:33:19.180 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-05T04:33:20.006Z[ recovery-image] Aug 05 04:33:19.189 INFO O| Aug 05 04:33:19.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50142026-08-05T04:33:20.006Z[ recovery-image] Aug 05 04:33:19.189 INFO O| Aug 05 04:33:19.189 INFO STEP 25 (remove_files) COMPLETE
50152026-08-05T04:33:20.006Z[ recovery-image] Aug 05 04:33:19.189 INFO O| Aug 05 04:33:19.189 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-08-05T04:33:20.017Z[ recovery-image] Aug 05 04:33:19.200 INFO O| Aug 05 04:33:19.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50172026-08-05T04:33:20.017Z[ recovery-image] Aug 05 04:33:19.200 INFO O| Aug 05 04:33:19.200 INFO STEP 26 (remove_files) COMPLETE
50182026-08-05T04:33:20.017Z[ recovery-image] Aug 05 04:33:19.200 INFO O| Aug 05 04:33:19.200 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-08-05T04:33:20.027Z[ recovery-image] Aug 05 04:33:19.209 INFO O| Aug 05 04:33:19.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50202026-08-05T04:33:20.028Z[ recovery-image] Aug 05 04:33:19.209 INFO O| Aug 05 04:33:19.209 INFO STEP 27 (remove_files) COMPLETE
50212026-08-05T04:33:20.031Z[ recovery-image] Aug 05 04:33:19.209 INFO O| Aug 05 04:33:19.209 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-05T04:33:20.036Z[ recovery-image] Aug 05 04:33:19.219 INFO O| Aug 05 04:33:19.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50232026-08-05T04:33:20.036Z[ recovery-image] Aug 05 04:33:19.219 INFO O| Aug 05 04:33:19.219 INFO STEP 28 (remove_files) COMPLETE
50242026-08-05T04:33:20.039Z[ recovery-image] Aug 05 04:33:19.219 INFO O| Aug 05 04:33:19.219 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-05T04:33:20.046Z[ recovery-image] Aug 05 04:33:19.229 INFO O| Aug 05 04:33:19.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50262026-08-05T04:33:20.046Z[ recovery-image] Aug 05 04:33:19.229 INFO O| Aug 05 04:33:19.229 INFO STEP 29 (remove_files) COMPLETE
50272026-08-05T04:33:20.046Z[ recovery-image] Aug 05 04:33:19.229 INFO O| Aug 05 04:33:19.229 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-05T04:33:20.056Z[ recovery-image] Aug 05 04:33:19.239 INFO O| Aug 05 04:33:19.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50292026-08-05T04:33:20.056Z[ recovery-image] Aug 05 04:33:19.239 INFO O| Aug 05 04:33:19.239 INFO STEP 30 (remove_files) COMPLETE
50302026-08-05T04:33:20.059Z[ recovery-image] Aug 05 04:33:19.239 INFO O| Aug 05 04:33:19.239 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-05T04:33:20.066Z[ recovery-image] Aug 05 04:33:19.249 INFO O| Aug 05 04:33:19.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50322026-08-05T04:33:20.066Z[ recovery-image] Aug 05 04:33:19.249 INFO O| Aug 05 04:33:19.249 INFO STEP 31 (remove_files) COMPLETE
50332026-08-05T04:33:20.066Z[ recovery-image] Aug 05 04:33:19.249 INFO O| Aug 05 04:33:19.249 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-08-05T04:33:20.075Z[ recovery-image] Aug 05 04:33:19.258 INFO O| Aug 05 04:33:19.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50352026-08-05T04:33:20.075Z[ recovery-image] Aug 05 04:33:19.259 INFO O| Aug 05 04:33:19.259 INFO STEP 32 (remove_files) COMPLETE
50362026-08-05T04:33:20.076Z[ recovery-image] Aug 05 04:33:19.259 INFO O| Aug 05 04:33:19.259 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-05T04:33:20.081Z[verify-libraries] Compiling petname v2.0.2
50382026-08-05T04:33:20.084Z[ recovery-image] Aug 05 04:33:19.267 INFO O| Aug 05 04:33:19.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50392026-08-05T04:33:20.084Z[ recovery-image] Aug 05 04:33:19.267 INFO O| Aug 05 04:33:19.267 INFO STEP 33 (remove_files) COMPLETE
50402026-08-05T04:33:20.084Z[ recovery-image] Aug 05 04:33:19.267 INFO O| Aug 05 04:33:19.267 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-05T04:33:20.093Z[ recovery-image] Aug 05 04:33:19.276 INFO O| Aug 05 04:33:19.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50422026-08-05T04:33:20.093Z[ recovery-image] Aug 05 04:33:19.276 INFO O| Aug 05 04:33:19.276 INFO STEP 34 (remove_files) COMPLETE
50432026-08-05T04:33:20.096Z[ recovery-image] Aug 05 04:33:19.276 INFO O| Aug 05 04:33:19.276 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-05T04:33:20.101Z[ recovery-image] Aug 05 04:33:19.284 INFO O| Aug 05 04:33:19.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50452026-08-05T04:33:20.101Z[ recovery-image] Aug 05 04:33:19.284 INFO O| Aug 05 04:33:19.284 INFO STEP 35 (remove_files) COMPLETE
50462026-08-05T04:33:20.101Z[ recovery-image] Aug 05 04:33:19.284 INFO O| Aug 05 04:33:19.284 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-05T04:33:20.110Z[ recovery-image] Aug 05 04:33:19.293 INFO O| Aug 05 04:33:19.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50482026-08-05T04:33:20.110Z[ recovery-image] Aug 05 04:33:19.293 INFO O| Aug 05 04:33:19.293 INFO STEP 36 (remove_files) COMPLETE
50492026-08-05T04:33:20.114Z[ recovery-image] Aug 05 04:33:19.293 INFO O| Aug 05 04:33:19.293 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-05T04:33:20.118Z[ recovery-image] Aug 05 04:33:19.301 INFO O| Aug 05 04:33:19.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50512026-08-05T04:33:20.118Z[ recovery-image] Aug 05 04:33:19.301 INFO O| Aug 05 04:33:19.301 INFO STEP 37 (remove_files) COMPLETE
50522026-08-05T04:33:20.118Z[ recovery-image] Aug 05 04:33:19.301 INFO O| Aug 05 04:33:19.301 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-05T04:33:20.128Z[ recovery-image] Aug 05 04:33:19.311 INFO O| Aug 05 04:33:19.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50542026-08-05T04:33:20.128Z[ recovery-image] Aug 05 04:33:19.311 INFO O| Aug 05 04:33:19.311 INFO STEP 38 (remove_files) COMPLETE
50552026-08-05T04:33:20.128Z[ recovery-image] Aug 05 04:33:19.311 INFO O| Aug 05 04:33:19.311 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-05T04:33:20.135Z[verify-libraries] Compiling arrayref v0.3.9
50572026-08-05T04:33:20.138Z[verify-libraries] Compiling arrayvec v0.7.6
50582026-08-05T04:33:20.138Z[ recovery-image] Aug 05 04:33:19.321 INFO O| Aug 05 04:33:19.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50592026-08-05T04:33:20.138Z[ recovery-image] Aug 05 04:33:19.321 INFO O| Aug 05 04:33:19.321 INFO STEP 39 (remove_files) COMPLETE
50602026-08-05T04:33:20.138Z[ recovery-image] Aug 05 04:33:19.321 INFO O| Aug 05 04:33:19.321 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-05T04:33:20.148Z[ recovery-image] Aug 05 04:33:19.331 INFO O| Aug 05 04:33:19.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50622026-08-05T04:33:20.148Z[ recovery-image] Aug 05 04:33:19.331 INFO O| Aug 05 04:33:19.331 INFO STEP 40 (remove_files) COMPLETE
50632026-08-05T04:33:20.148Z[ recovery-image] Aug 05 04:33:19.331 INFO O| Aug 05 04:33:19.331 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-08-05T04:33:20.158Z[ recovery-image] Aug 05 04:33:19.341 INFO O| Aug 05 04:33:19.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50652026-08-05T04:33:20.158Z[ recovery-image] Aug 05 04:33:19.341 INFO O| Aug 05 04:33:19.341 INFO STEP 41 (remove_files) COMPLETE
50662026-08-05T04:33:20.158Z[ recovery-image] Aug 05 04:33:19.341 INFO O| Aug 05 04:33:19.341 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-08-05T04:33:20.168Z[ recovery-image] Aug 05 04:33:19.351 INFO O| Aug 05 04:33:19.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50682026-08-05T04:33:20.168Z[ recovery-image] Aug 05 04:33:19.352 INFO O| Aug 05 04:33:19.351 INFO STEP 42 (remove_files) COMPLETE
50692026-08-05T04:33:20.168Z[ recovery-image] Aug 05 04:33:19.352 INFO O| Aug 05 04:33:19.351 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-05T04:33:20.184Z[ recovery-image] Aug 05 04:33:19.362 INFO O| Aug 05 04:33:19.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50712026-08-05T04:33:20.184Z[ recovery-image] Aug 05 04:33:19.362 INFO O| Aug 05 04:33:19.362 INFO STEP 43 (remove_files) COMPLETE
50722026-08-05T04:33:20.184Z[ recovery-image] Aug 05 04:33:19.362 INFO O| Aug 05 04:33:19.362 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-08-05T04:33:20.189Z[ recovery-image] Aug 05 04:33:19.372 INFO O| Aug 05 04:33:19.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50742026-08-05T04:33:20.189Z[ recovery-image] Aug 05 04:33:19.372 INFO O| Aug 05 04:33:19.372 INFO STEP 44 (remove_files) COMPLETE
50752026-08-05T04:33:20.194Z[ recovery-image] Aug 05 04:33:19.372 INFO O| Aug 05 04:33:19.372 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-05T04:33:20.200Z[ recovery-image] Aug 05 04:33:19.382 INFO O| Aug 05 04:33:19.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50772026-08-05T04:33:20.200Z[ recovery-image] Aug 05 04:33:19.382 INFO O| Aug 05 04:33:19.382 INFO STEP 45 (remove_files) COMPLETE
50782026-08-05T04:33:20.200Z[ recovery-image] Aug 05 04:33:19.382 INFO O| Aug 05 04:33:19.382 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-08-05T04:33:20.209Z[ recovery-image] Aug 05 04:33:19.392 INFO O| Aug 05 04:33:19.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
50802026-08-05T04:33:20.209Z[ recovery-image] Aug 05 04:33:19.392 INFO O| Aug 05 04:33:19.392 INFO STEP 46 (remove_files) COMPLETE
50812026-08-05T04:33:20.209Z[ recovery-image] Aug 05 04:33:19.392 INFO O| Aug 05 04:33:19.392 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-08-05T04:33:20.209Z[verify-libraries] Compiling constant_time_eq v0.4.2
50832026-08-05T04:33:20.223Z[ recovery-image] Aug 05 04:33:19.401 INFO O| Aug 05 04:33:19.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
50842026-08-05T04:33:20.223Z[ recovery-image] Aug 05 04:33:19.401 INFO O| Aug 05 04:33:19.401 INFO STEP 47 (remove_files) COMPLETE
50852026-08-05T04:33:20.223Z[ recovery-image] Aug 05 04:33:19.401 INFO O| Aug 05 04:33:19.401 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-05T04:33:20.227Z[ recovery-image] Aug 05 04:33:19.410 INFO O| Aug 05 04:33:19.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
50872026-08-05T04:33:20.227Z[ recovery-image] Aug 05 04:33:19.411 INFO O| Aug 05 04:33:19.410 INFO STEP 48 (remove_files) COMPLETE
50882026-08-05T04:33:20.227Z[ recovery-image] Aug 05 04:33:19.411 INFO O| Aug 05 04:33:19.410 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-05T04:33:20.237Z[ recovery-image] Aug 05 04:33:19.420 INFO O| Aug 05 04:33:19.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
50902026-08-05T04:33:20.237Z[ recovery-image] Aug 05 04:33:19.420 INFO O| Aug 05 04:33:19.420 INFO STEP 49 (remove_files) COMPLETE
50912026-08-05T04:33:20.237Z[ recovery-image] Aug 05 04:33:19.420 INFO O| Aug 05 04:33:19.420 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-05T04:33:20.246Z[ recovery-image] Aug 05 04:33:19.429 INFO O| Aug 05 04:33:19.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
50932026-08-05T04:33:20.247Z[ recovery-image] Aug 05 04:33:19.429 INFO O| Aug 05 04:33:19.429 INFO STEP 50 (remove_files) COMPLETE
50942026-08-05T04:33:20.247Z[ recovery-image] Aug 05 04:33:19.429 INFO O| Aug 05 04:33:19.429 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-05T04:33:20.256Z[ recovery-image] Aug 05 04:33:19.438 INFO O| Aug 05 04:33:19.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
50962026-08-05T04:33:20.256Z[ recovery-image] Aug 05 04:33:19.439 INFO O| Aug 05 04:33:19.439 INFO STEP 51 (remove_files) COMPLETE
50972026-08-05T04:33:20.256Z[ recovery-image] Aug 05 04:33:19.439 INFO O| Aug 05 04:33:19.439 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-05T04:33:20.260Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
50992026-08-05T04:33:20.265Z[ recovery-image] Aug 05 04:33:19.448 INFO O| Aug 05 04:33:19.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51002026-08-05T04:33:20.265Z[ recovery-image] Aug 05 04:33:19.448 INFO O| Aug 05 04:33:19.448 INFO STEP 52 (remove_files) COMPLETE
51012026-08-05T04:33:20.265Z[ recovery-image] Aug 05 04:33:19.448 INFO O| Aug 05 04:33:19.448 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-05T04:33:20.275Z[ recovery-image] Aug 05 04:33:19.458 INFO O| Aug 05 04:33:19.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51032026-08-05T04:33:20.275Z[ recovery-image] Aug 05 04:33:19.458 INFO O| Aug 05 04:33:19.458 INFO STEP 53 (remove_files) COMPLETE
51042026-08-05T04:33:20.275Z[ recovery-image] Aug 05 04:33:19.458 INFO O| Aug 05 04:33:19.458 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-05T04:33:20.292Z[ recovery-image] Aug 05 04:33:19.468 INFO O| Aug 05 04:33:19.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51062026-08-05T04:33:20.292Z[ recovery-image] Aug 05 04:33:19.468 INFO O| Aug 05 04:33:19.468 INFO STEP 54 (remove_files) COMPLETE
51072026-08-05T04:33:20.292Z[ recovery-image] Aug 05 04:33:19.468 INFO O| Aug 05 04:33:19.468 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-05T04:33:20.296Z[ recovery-image] Aug 05 04:33:19.477 INFO O| Aug 05 04:33:19.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51092026-08-05T04:33:20.296Z[ recovery-image] Aug 05 04:33:19.477 INFO O| Aug 05 04:33:19.477 INFO STEP 55 (remove_files) COMPLETE
51102026-08-05T04:33:20.296Z[ recovery-image] Aug 05 04:33:19.477 INFO O| Aug 05 04:33:19.477 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-05T04:33:20.302Z[ recovery-image] Aug 05 04:33:19.485 INFO O| Aug 05 04:33:19.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51122026-08-05T04:33:20.302Z[ recovery-image] Aug 05 04:33:19.485 INFO O| Aug 05 04:33:19.485 INFO STEP 56 (remove_files) COMPLETE
51132026-08-05T04:33:20.302Z[ recovery-image] Aug 05 04:33:19.485 INFO O| Aug 05 04:33:19.485 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-05T04:33:20.311Z[ recovery-image] Aug 05 04:33:19.494 INFO O| Aug 05 04:33:19.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51152026-08-05T04:33:20.311Z[ recovery-image] Aug 05 04:33:19.494 INFO O| Aug 05 04:33:19.494 INFO STEP 57 (remove_files) COMPLETE
51162026-08-05T04:33:20.311Z[ recovery-image] Aug 05 04:33:19.494 INFO O| Aug 05 04:33:19.494 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-05T04:33:20.322Z[ recovery-image] Aug 05 04:33:19.505 INFO O| Aug 05 04:33:19.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51182026-08-05T04:33:20.322Z[ recovery-image] Aug 05 04:33:19.505 INFO O| Aug 05 04:33:19.505 INFO STEP 58 (remove_files) COMPLETE
51192026-08-05T04:33:20.325Z[ recovery-image] Aug 05 04:33:19.505 INFO O| Aug 05 04:33:19.505 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-05T04:33:20.332Z[ recovery-image] Aug 05 04:33:19.515 INFO O| Aug 05 04:33:19.515 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51212026-08-05T04:33:20.332Z[ recovery-image] Aug 05 04:33:19.515 INFO O| Aug 05 04:33:19.515 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51222026-08-05T04:33:20.337Z[ recovery-image] Aug 05 04:33:19.515 INFO O| Aug 05 04:33:19.515 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51232026-08-05T04:33:20.337Z[ recovery-image] Aug 05 04:33:19.515 INFO O| Aug 05 04:33:19.515 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51242026-08-05T04:33:20.337Z[ recovery-image] Aug 05 04:33:19.515 INFO O| Aug 05 04:33:19.515 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51252026-08-05T04:33:20.337Z[ recovery-image] Aug 05 04:33:19.515 INFO O| Aug 05 04:33:19.515 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51262026-08-05T04:33:20.337Z[ recovery-image] Aug 05 04:33:19.515 INFO O| Aug 05 04:33:19.515 INFO ok!
51272026-08-05T04:33:20.337Z[ recovery-image] Aug 05 04:33:19.515 INFO O| Aug 05 04:33:19.515 INFO STEP 59 (ensure_file) COMPLETE
51282026-08-05T04:33:20.337Z[ recovery-image] Aug 05 04:33:19.515 INFO O| Aug 05 04:33:19.515 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-05T04:33:20.343Z[ recovery-image] Aug 05 04:33:19.526 INFO O| Aug 05 04:33:19.526 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51302026-08-05T04:33:20.343Z[ recovery-image] Aug 05 04:33:19.526 INFO O| Aug 05 04:33:19.526 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51312026-08-05T04:33:20.343Z[ recovery-image] Aug 05 04:33:19.526 INFO O| Aug 05 04:33:19.526 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51322026-08-05T04:33:20.347Z[ recovery-image] Aug 05 04:33:19.526 INFO O| Aug 05 04:33:19.526 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51332026-08-05T04:33:20.347Z[ recovery-image] Aug 05 04:33:19.526 INFO O| Aug 05 04:33:19.526 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51342026-08-05T04:33:20.347Z[ recovery-image] Aug 05 04:33:19.526 INFO O| Aug 05 04:33:19.526 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51352026-08-05T04:33:20.347Z[ recovery-image] Aug 05 04:33:19.526 INFO O| Aug 05 04:33:19.526 INFO ok!
51362026-08-05T04:33:20.347Z[ recovery-image] Aug 05 04:33:19.526 INFO O| Aug 05 04:33:19.526 INFO STEP 60 (ensure_file) COMPLETE
51372026-08-05T04:33:20.347Z[ recovery-image] Aug 05 04:33:19.526 INFO O| Aug 05 04:33:19.526 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-08-05T04:33:20.354Z[ recovery-image] Aug 05 04:33:19.537 INFO O| Aug 05 04:33:19.537 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51392026-08-05T04:33:20.354Z[ recovery-image] Aug 05 04:33:19.537 INFO O| Aug 05 04:33:19.537 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51402026-08-05T04:33:20.354Z[ recovery-image] Aug 05 04:33:19.537 INFO O| Aug 05 04:33:19.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51412026-08-05T04:33:20.357Z[ recovery-image] Aug 05 04:33:19.537 INFO O| Aug 05 04:33:19.537 INFO ok!
51422026-08-05T04:33:20.357Z[ recovery-image] Aug 05 04:33:19.537 INFO O| Aug 05 04:33:19.537 INFO STEP 61 (ensure_file) COMPLETE
51432026-08-05T04:33:20.357Z[ recovery-image] Aug 05 04:33:19.537 INFO O| Aug 05 04:33:19.537 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-05T04:33:20.364Z[ recovery-image] Aug 05 04:33:19.548 INFO O| Aug 05 04:33:19.547 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51452026-08-05T04:33:20.364Z[ recovery-image] Aug 05 04:33:19.548 INFO O| Aug 05 04:33:19.548 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51462026-08-05T04:33:20.367Z[ recovery-image] Aug 05 04:33:19.548 INFO O| Aug 05 04:33:19.548 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51472026-08-05T04:33:20.367Z[ recovery-image] Aug 05 04:33:19.548 INFO O| Aug 05 04:33:19.548 INFO ok!
51482026-08-05T04:33:20.367Z[ recovery-image] Aug 05 04:33:19.548 INFO O| Aug 05 04:33:19.548 INFO STEP 62 (ensure_file) COMPLETE
51492026-08-05T04:33:20.368Z[ recovery-image] Aug 05 04:33:19.548 INFO O| Aug 05 04:33:19.548 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-05T04:33:20.375Z[ recovery-image] Aug 05 04:33:19.558 INFO O| Aug 05 04:33:19.558 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51512026-08-05T04:33:20.375Z[ recovery-image] Aug 05 04:33:19.558 INFO O| Aug 05 04:33:19.558 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51522026-08-05T04:33:20.375Z[ recovery-image] Aug 05 04:33:19.558 INFO O| Aug 05 04:33:19.558 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51532026-08-05T04:33:20.375Z[ recovery-image] Aug 05 04:33:19.558 INFO O| Aug 05 04:33:19.558 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51542026-08-05T04:33:20.378Z[ recovery-image] Aug 05 04:33:19.558 INFO O| Aug 05 04:33:19.558 INFO ok!
51552026-08-05T04:33:20.378Z[ recovery-image] Aug 05 04:33:19.558 INFO O| Aug 05 04:33:19.558 INFO STEP 63 (ensure_file) COMPLETE
51562026-08-05T04:33:20.378Z[ recovery-image] Aug 05 04:33:19.558 INFO O| Aug 05 04:33:19.558 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-08-05T04:33:20.386Z[ recovery-image] Aug 05 04:33:19.568 INFO O| Aug 05 04:33:19.568 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51582026-08-05T04:33:20.386Z[ recovery-image] Aug 05 04:33:19.568 INFO O| Aug 05 04:33:19.568 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51592026-08-05T04:33:20.386Z[ recovery-image] Aug 05 04:33:19.568 INFO O| Aug 05 04:33:19.568 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51602026-08-05T04:33:20.389Z[ recovery-image] Aug 05 04:33:19.568 INFO O| Aug 05 04:33:19.568 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51612026-08-05T04:33:20.389Z[ recovery-image] Aug 05 04:33:19.568 INFO O| Aug 05 04:33:19.568 INFO ok!
51622026-08-05T04:33:20.389Z[ recovery-image] Aug 05 04:33:19.568 INFO O| Aug 05 04:33:19.568 INFO STEP 64 (ensure_file) COMPLETE
51632026-08-05T04:33:20.389Z[ recovery-image] Aug 05 04:33:19.568 INFO O| Aug 05 04:33:19.568 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-05T04:33:20.394Z[ recovery-image] Aug 05 04:33:19.578 INFO O| Aug 05 04:33:19.577 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51652026-08-05T04:33:20.394Z[ recovery-image] Aug 05 04:33:19.578 INFO O| Aug 05 04:33:19.577 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51662026-08-05T04:33:20.394Z[ recovery-image] Aug 05 04:33:19.578 INFO O| Aug 05 04:33:19.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51672026-08-05T04:33:20.400Z[ recovery-image] Aug 05 04:33:19.578 INFO O| Aug 05 04:33:19.578 INFO ok!
51682026-08-05T04:33:20.400Z[ recovery-image] Aug 05 04:33:19.578 INFO O| Aug 05 04:33:19.578 INFO STEP 65 (assemble_files) COMPLETE
51692026-08-05T04:33:20.400Z[ recovery-image] Aug 05 04:33:19.578 INFO O| Aug 05 04:33:19.578 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-05T04:33:20.405Z[ recovery-image] Aug 05 04:33:19.589 INFO O| Aug 05 04:33:19.589 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51712026-08-05T04:33:20.405Z[ recovery-image] Aug 05 04:33:19.589 INFO O| Aug 05 04:33:19.589 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51722026-08-05T04:33:20.405Z[ recovery-image] Aug 05 04:33:19.589 INFO O| Aug 05 04:33:19.589 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51732026-08-05T04:33:20.409Z[ recovery-image] Aug 05 04:33:19.589 INFO O| Aug 05 04:33:19.589 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51742026-08-05T04:33:20.409Z[ recovery-image] Aug 05 04:33:19.589 INFO O| Aug 05 04:33:19.589 INFO ok!
51752026-08-05T04:33:20.409Z[ recovery-image] Aug 05 04:33:19.589 INFO O| Aug 05 04:33:19.589 INFO STEP 66 (ensure_file) COMPLETE
51762026-08-05T04:33:20.409Z[ recovery-image] Aug 05 04:33:19.589 INFO O| Aug 05 04:33:19.589 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-08-05T04:33:20.409Z[ recovery-image] Aug 05 04:33:19.589 INFO O| Aug 05 04:33:19.589 INFO skip step because feature "omicron1" is not enabled
51782026-08-05T04:33:20.409Z[ recovery-image] Aug 05 04:33:19.589 INFO O| Aug 05 04:33:19.589 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-05T04:33:20.409Z[ recovery-image] Aug 05 04:33:19.589 INFO O| Aug 05 04:33:19.589 INFO skip step because feature "omicron1" is not enabled
51802026-08-05T04:33:20.409Z[ recovery-image] Aug 05 04:33:19.589 INFO O| Aug 05 04:33:19.589 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-08-05T04:33:20.409Z[ recovery-image] Aug 05 04:33:19.589 INFO O| Aug 05 04:33:19.589 INFO skip step because feature "omicron1" is not enabled
51822026-08-05T04:33:20.409Z[ recovery-image] Aug 05 04:33:19.589 INFO O| Aug 05 04:33:19.589 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51832026-08-05T04:33:20.420Z[ recovery-image] Aug 05 04:33:19.603 INFO O| Aug 05 04:33:19.603 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
51842026-08-05T04:33:20.420Z[ recovery-image] Aug 05 04:33:19.603 INFO O| Aug 05 04:33:19.603 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
51852026-08-05T04:33:20.507Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
51862026-08-05T04:33:20.806Z[verify-libraries] Compiling ssh-cipher v0.3.0
51872026-08-05T04:33:20.845Z[verify-libraries] Compiling rsa v0.10.0-rc.18
51882026-08-05T04:33:20.880Z[verify-libraries] Compiling ed25519-dalek v3.0.0
51892026-08-05T04:33:20.983Z[verify-libraries] Compiling serde_with_macros v1.5.2
51902026-08-05T04:33:21.010Z[verify-libraries] Compiling sha3 v0.11.0
51912026-08-05T04:33:21.035Z[verify-libraries] Compiling p521 v0.14.0
51922026-08-05T04:33:21.210Z[verify-libraries] Compiling p256 v0.14.0
51932026-08-05T04:33:21.549Z[verify-libraries] Compiling p384 v0.14.0
51942026-08-05T04:33:21.578Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
51952026-08-05T04:33:21.624Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51962026-08-05T04:33:21.665Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
51972026-08-05T04:33:21.751Z[ recovery-image] Aug 05 04:33:20.932 INFO O| Aug 05 04:33:20.932 INFO STEP 70 (pack_tar) COMPLETE
51982026-08-05T04:33:21.751Z[ recovery-image] Aug 05 04:33:20.932 INFO O| Aug 05 04:33:20.932 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
51992026-08-05T04:33:21.751Z[ recovery-image] Aug 05 04:33:20.932 INFO O| Aug 05 04:33:20.932 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52002026-08-05T04:33:22.023Z[verify-libraries] Compiling twox-hash v2.1.2
52012026-08-05T04:33:22.052Z[verify-libraries] Compiling kem v0.3.0
52022026-08-05T04:33:22.302Z[verify-libraries] Compiling module-lattice v0.2.3
52032026-08-05T04:33:22.333Z[ recovery-image] Aug 05 04:33:21.516 INFO O| Aug 05 04:33:21.516 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52042026-08-05T04:33:22.403Z[verify-libraries] Compiling atty v0.2.14
52052026-08-05T04:33:22.431Z[ recovery-image] Aug 05 04:33:21.614 INFO O| Aug 05 04:33:21.614 INFO completed processing sled/ramdisk-02-trim
52062026-08-05T04:33:22.435Z[ recovery-image] Aug 05 04:33:21.616 INFO image builder template: ramdisk-03-recovery-trim...
52072026-08-05T04:33:22.435Z[ recovery-image] Aug 05 04:33:21.616 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/.tmpCNkD4o/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@22.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52082026-08-05T04:33:22.438Z[ recovery-image] Aug 05 04:33:21.621 INFO O| Aug 05 04:33:21.621 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52092026-08-05T04:33:22.514Z[ recovery-image] Aug 05 04:33:21.697 INFO O| Aug 05 04:33:21.697 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52102026-08-05T04:33:22.526Z[ recovery-image] Aug 05 04:33:21.701 INFO O| Aug 05 04:33:21.700 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52112026-08-05T04:33:22.549Z[verify-libraries] Compiling rtoolbox v0.0.3
52122026-08-05T04:33:22.584Z[verify-libraries] Compiling sponge-cursor v0.1.0
52132026-08-05T04:33:22.607Z[verify-libraries] Compiling topological-sort v0.2.2
52142026-08-05T04:33:22.607Z[verify-libraries] Compiling ml-kem v0.3.2
52152026-08-05T04:33:22.615Z[ recovery-image] Aug 05 04:33:21.798 INFO O| Aug 05 04:33:21.798 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52162026-08-05T04:33:22.660Z[ recovery-image] Aug 05 04:33:21.842 INFO O| Aug 05 04:33:21.842 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52172026-08-05T04:33:22.660Z[ recovery-image] Aug 05 04:33:21.843 INFO O| Aug 05 04:33:21.842 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52182026-08-05T04:33:22.666Z[ recovery-image] Aug 05 04:33:21.849 INFO O| Aug 05 04:33:21.849 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52192026-08-05T04:33:22.670Z[ recovery-image] Aug 05 04:33:21.853 INFO O| Aug 05 04:33:21.853 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52202026-08-05T04:33:22.674Z[ recovery-image] Aug 05 04:33:21.857 INFO O| Aug 05 04:33:21.857 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52212026-08-05T04:33:22.789Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52222026-08-05T04:33:22.817Z[verify-libraries] Compiling sha3 v0.12.0
52232026-08-05T04:33:22.878Z[verify-libraries] Compiling rpassword v7.5.4
52242026-08-05T04:33:22.955Z[verify-libraries] Compiling serde_with v1.14.0
52252026-08-05T04:33:23.457Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52262026-08-05T04:33:23.469Z[ recovery-image] Aug 05 04:33:22.652 INFO O| Aug 05 04:33:22.652 INFO rolled back to input snapshot; work may begin
52272026-08-05T04:33:23.469Z[ recovery-image] Aug 05 04:33:22.652 INFO O| Aug 05 04:33:22.652 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52282026-08-05T04:33:23.474Z[ recovery-image] Aug 05 04:33:22.658 INFO O| Aug 05 04:33:22.657 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52292026-08-05T04:33:23.483Z[ recovery-image] Aug 05 04:33:22.666 INFO O| Aug 05 04:33:22.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52302026-08-05T04:33:23.487Z[ recovery-image] Aug 05 04:33:22.668 INFO O| Aug 05 04:33:22.668 INFO STEP 0 (remove_files) COMPLETE
52312026-08-05T04:33:23.487Z[ recovery-image] Aug 05 04:33:22.668 INFO O| Aug 05 04:33:22.668 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52322026-08-05T04:33:23.498Z[ recovery-image] Aug 05 04:33:22.677 INFO O| Aug 05 04:33:22.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52332026-08-05T04:33:23.498Z[ recovery-image] Aug 05 04:33:22.678 INFO O| Aug 05 04:33:22.678 INFO STEP 1 (remove_files) COMPLETE
52342026-08-05T04:33:23.498Z[ recovery-image] Aug 05 04:33:22.678 INFO O| Aug 05 04:33:22.678 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52352026-08-05T04:33:23.504Z[ recovery-image] Aug 05 04:33:22.687 INFO O| Aug 05 04:33:22.686 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52362026-08-05T04:33:23.507Z[ recovery-image] Aug 05 04:33:22.689 INFO O| Aug 05 04:33:22.689 INFO STEP 2 (remove_files) COMPLETE
52372026-08-05T04:33:23.507Z[ recovery-image] Aug 05 04:33:22.689 INFO O| Aug 05 04:33:22.689 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52382026-08-05T04:33:23.515Z[ recovery-image] Aug 05 04:33:22.698 INFO O| Aug 05 04:33:22.698 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52392026-08-05T04:33:23.568Z[ recovery-image] Aug 05 04:33:22.751 INFO O| Aug 05 04:33:22.751 INFO STEP 3 (remove_files) COMPLETE
52402026-08-05T04:33:23.568Z[ recovery-image] Aug 05 04:33:22.751 INFO O| Aug 05 04:33:22.751 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52412026-08-05T04:33:23.577Z[ recovery-image] Aug 05 04:33:22.760 INFO O| Aug 05 04:33:22.760 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52422026-08-05T04:33:23.581Z[ recovery-image] Aug 05 04:33:22.762 INFO O| Aug 05 04:33:22.762 INFO STEP 4 (remove_files) COMPLETE
52432026-08-05T04:33:23.581Z[ recovery-image] Aug 05 04:33:22.762 INFO O| Aug 05 04:33:22.762 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52442026-08-05T04:33:23.589Z[ recovery-image] Aug 05 04:33:22.770 INFO O| Aug 05 04:33:22.770 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52452026-08-05T04:33:23.622Z[ recovery-image] Aug 05 04:33:22.805 INFO O| Aug 05 04:33:22.805 INFO STEP 5 (remove_files) COMPLETE
52462026-08-05T04:33:23.623Z[ recovery-image] Aug 05 04:33:22.805 INFO O| Aug 05 04:33:22.805 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52472026-08-05T04:33:23.632Z[ recovery-image] Aug 05 04:33:22.814 INFO O| Aug 05 04:33:22.814 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52482026-08-05T04:33:23.642Z[ recovery-image] Aug 05 04:33:22.825 INFO O| Aug 05 04:33:22.825 INFO STEP 6 (remove_files) COMPLETE
52492026-08-05T04:33:23.642Z[ recovery-image] Aug 05 04:33:22.825 INFO O| Aug 05 04:33:22.825 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52502026-08-05T04:33:23.652Z[ recovery-image] Aug 05 04:33:22.834 INFO O| Aug 05 04:33:22.834 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52512026-08-05T04:33:23.667Z[ recovery-image] Aug 05 04:33:22.850 INFO O| Aug 05 04:33:22.849 INFO STEP 7 (remove_files) COMPLETE
52522026-08-05T04:33:23.667Z[ recovery-image] Aug 05 04:33:22.850 INFO O| Aug 05 04:33:22.849 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52532026-08-05T04:33:23.676Z[ recovery-image] Aug 05 04:33:22.859 INFO O| Aug 05 04:33:22.859 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52542026-08-05T04:33:23.679Z[ recovery-image] Aug 05 04:33:22.860 INFO O| Aug 05 04:33:22.860 INFO STEP 8 (remove_files) COMPLETE
52552026-08-05T04:33:23.679Z[ recovery-image] Aug 05 04:33:22.860 INFO O| Aug 05 04:33:22.860 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52562026-08-05T04:33:23.690Z[ recovery-image] Aug 05 04:33:22.869 INFO O| Aug 05 04:33:22.869 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52572026-08-05T04:33:23.694Z[ recovery-image] Aug 05 04:33:22.873 INFO O| Aug 05 04:33:22.873 INFO STEP 9 (remove_files) COMPLETE
52582026-08-05T04:33:23.694Z[ recovery-image] Aug 05 04:33:22.873 INFO O| Aug 05 04:33:22.873 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52592026-08-05T04:33:23.698Z[ recovery-image] Aug 05 04:33:22.881 INFO O| Aug 05 04:33:22.881 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52602026-08-05T04:33:23.702Z[ recovery-image] Aug 05 04:33:22.884 INFO O| Aug 05 04:33:22.884 INFO STEP 10 (remove_files) COMPLETE
52612026-08-05T04:33:23.702Z[ recovery-image] Aug 05 04:33:22.884 INFO O| Aug 05 04:33:22.884 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52622026-08-05T04:33:23.711Z[ recovery-image] Aug 05 04:33:22.894 INFO O| Aug 05 04:33:22.894 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52632026-08-05T04:33:23.715Z[ recovery-image] Aug 05 04:33:22.895 INFO O| Aug 05 04:33:22.895 INFO STEP 11 (remove_files) COMPLETE
52642026-08-05T04:33:23.715Z[ recovery-image] Aug 05 04:33:22.895 INFO O| Aug 05 04:33:22.895 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52652026-08-05T04:33:23.718Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52662026-08-05T04:33:23.723Z[ recovery-image] Aug 05 04:33:22.906 INFO O| Aug 05 04:33:22.906 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52672026-08-05T04:33:23.750Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52682026-08-05T04:33:23.923Z[ recovery-image] Aug 05 04:33:23.106 INFO O| Aug 05 04:33:23.106 INFO STEP 12 (remove_files) COMPLETE
52692026-08-05T04:33:23.924Z[ recovery-image] Aug 05 04:33:23.106 INFO O| Aug 05 04:33:23.106 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-05T04:33:23.944Z[ recovery-image] Aug 05 04:33:23.127 INFO O| Aug 05 04:33:23.127 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52712026-08-05T04:33:23.948Z[ recovery-image] Aug 05 04:33:23.130 INFO O| Aug 05 04:33:23.130 INFO STEP 13 (remove_files) COMPLETE
52722026-08-05T04:33:23.948Z[ recovery-image] Aug 05 04:33:23.130 INFO O| Aug 05 04:33:23.130 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-05T04:33:23.958Z[ recovery-image] Aug 05 04:33:23.141 INFO O| Aug 05 04:33:23.141 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52742026-08-05T04:33:23.961Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52752026-08-05T04:33:23.961Z[ recovery-image] Aug 05 04:33:23.144 INFO O| Aug 05 04:33:23.143 INFO STEP 14 (remove_files) COMPLETE
52762026-08-05T04:33:23.961Z[ recovery-image] Aug 05 04:33:23.144 INFO O| Aug 05 04:33:23.144 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-08-05T04:33:23.969Z[ recovery-image] Aug 05 04:33:23.152 INFO O| Aug 05 04:33:23.152 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52782026-08-05T04:33:23.973Z[ recovery-image] Aug 05 04:33:23.153 INFO O| Aug 05 04:33:23.153 INFO STEP 15 (remove_files) COMPLETE
52792026-08-05T04:33:23.973Z[ recovery-image] Aug 05 04:33:23.153 INFO O| Aug 05 04:33:23.153 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-08-05T04:33:23.988Z[ recovery-image] Aug 05 04:33:23.166 INFO O| Aug 05 04:33:23.166 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52812026-08-05T04:33:23.988Z[ recovery-image] Aug 05 04:33:23.166 INFO O| Aug 05 04:33:23.166 INFO STEP 16 (remove_files) COMPLETE
52822026-08-05T04:33:23.992Z[ recovery-image] Aug 05 04:33:23.166 INFO O| Aug 05 04:33:23.166 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-08-05T04:33:23.995Z[ recovery-image] Aug 05 04:33:23.177 INFO O| Aug 05 04:33:23.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52842026-08-05T04:33:24.006Z[ recovery-image] Aug 05 04:33:23.188 INFO O| Aug 05 04:33:23.188 INFO STEP 17 (remove_files) COMPLETE
52852026-08-05T04:33:24.006Z[ recovery-image] Aug 05 04:33:23.188 INFO O| Aug 05 04:33:23.188 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-08-05T04:33:24.015Z[ recovery-image] Aug 05 04:33:23.197 INFO O| Aug 05 04:33:23.197 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52872026-08-05T04:33:24.015Z[ recovery-image] Aug 05 04:33:23.197 INFO O| Aug 05 04:33:23.197 INFO STEP 18 (remove_files) COMPLETE
52882026-08-05T04:33:24.018Z[ recovery-image] Aug 05 04:33:23.197 INFO O| Aug 05 04:33:23.197 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-08-05T04:33:24.022Z[ recovery-image] Aug 05 04:33:23.204 INFO O| Aug 05 04:33:23.204 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52902026-08-05T04:33:24.022Z[ recovery-image] Aug 05 04:33:23.204 INFO O| Aug 05 04:33:23.204 INFO STEP 19 (remove_files) COMPLETE
52912026-08-05T04:33:24.022Z[ recovery-image] Aug 05 04:33:23.204 INFO O| Aug 05 04:33:23.204 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-05T04:33:24.029Z[ recovery-image] Aug 05 04:33:23.212 INFO O| Aug 05 04:33:23.212 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52932026-08-05T04:33:24.063Z[ recovery-image] Aug 05 04:33:23.246 INFO O| Aug 05 04:33:23.246 INFO STEP 20 (remove_files) COMPLETE
52942026-08-05T04:33:24.063Z[ recovery-image] Aug 05 04:33:23.246 INFO O| Aug 05 04:33:23.246 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-05T04:33:24.072Z[ recovery-image] Aug 05 04:33:23.255 INFO O| Aug 05 04:33:23.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
52962026-08-05T04:33:24.075Z[ recovery-image] Aug 05 04:33:23.257 INFO O| Aug 05 04:33:23.256 INFO STEP 21 (remove_files) COMPLETE
52972026-08-05T04:33:24.075Z[ recovery-image] Aug 05 04:33:23.257 INFO O| Aug 05 04:33:23.256 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-05T04:33:24.083Z[ recovery-image] Aug 05 04:33:23.265 INFO O| Aug 05 04:33:23.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
52992026-08-05T04:33:24.083Z[ recovery-image] Aug 05 04:33:23.265 INFO O| Aug 05 04:33:23.265 INFO STEP 22 (remove_files) COMPLETE
53002026-08-05T04:33:24.086Z[ recovery-image] Aug 05 04:33:23.265 INFO O| Aug 05 04:33:23.265 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-05T04:33:24.091Z[ recovery-image] Aug 05 04:33:23.274 INFO O| Aug 05 04:33:23.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53022026-08-05T04:33:24.095Z[ recovery-image] Aug 05 04:33:23.275 INFO O| Aug 05 04:33:23.275 INFO STEP 23 (remove_files) COMPLETE
53032026-08-05T04:33:24.095Z[ recovery-image] Aug 05 04:33:23.275 INFO O| Aug 05 04:33:23.275 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-05T04:33:24.102Z[ recovery-image] Aug 05 04:33:23.285 INFO O| Aug 05 04:33:23.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53052026-08-05T04:33:24.106Z[ recovery-image] Aug 05 04:33:23.286 INFO O| Aug 05 04:33:23.286 INFO STEP 24 (remove_files) COMPLETE
53062026-08-05T04:33:24.106Z[ recovery-image] Aug 05 04:33:23.286 INFO O| Aug 05 04:33:23.286 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-05T04:33:24.113Z[ recovery-image] Aug 05 04:33:23.295 INFO O| Aug 05 04:33:23.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53082026-08-05T04:33:24.117Z[ recovery-image] Aug 05 04:33:23.296 INFO O| Aug 05 04:33:23.296 INFO STEP 25 (remove_files) COMPLETE
53092026-08-05T04:33:24.117Z[ recovery-image] Aug 05 04:33:23.296 INFO O| Aug 05 04:33:23.296 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-05T04:33:24.123Z[ recovery-image] Aug 05 04:33:23.305 INFO O| Aug 05 04:33:23.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53112026-08-05T04:33:24.123Z[ recovery-image] Aug 05 04:33:23.305 INFO O| Aug 05 04:33:23.305 INFO STEP 26 (remove_files) COMPLETE
53122026-08-05T04:33:24.127Z[ recovery-image] Aug 05 04:33:23.305 INFO O| Aug 05 04:33:23.305 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-05T04:33:24.131Z[ recovery-image] Aug 05 04:33:23.314 INFO O| Aug 05 04:33:23.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53142026-08-05T04:33:24.132Z[ recovery-image] Aug 05 04:33:23.314 INFO O| Aug 05 04:33:23.314 INFO STEP 27 (remove_files) COMPLETE
53152026-08-05T04:33:24.135Z[ recovery-image] Aug 05 04:33:23.314 INFO O| Aug 05 04:33:23.314 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-05T04:33:24.141Z[ recovery-image] Aug 05 04:33:23.324 INFO O| Aug 05 04:33:23.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53172026-08-05T04:33:24.141Z[ recovery-image] Aug 05 04:33:23.324 INFO O| Aug 05 04:33:23.324 INFO STEP 28 (remove_files) COMPLETE
53182026-08-05T04:33:24.141Z[ recovery-image] Aug 05 04:33:23.324 INFO O| Aug 05 04:33:23.324 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-05T04:33:24.150Z[ recovery-image] Aug 05 04:33:23.333 INFO O| Aug 05 04:33:23.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53202026-08-05T04:33:24.150Z[ recovery-image] Aug 05 04:33:23.333 INFO O| Aug 05 04:33:23.333 INFO STEP 29 (remove_files) COMPLETE
53212026-08-05T04:33:24.150Z[ recovery-image] Aug 05 04:33:23.333 INFO O| Aug 05 04:33:23.333 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-05T04:33:24.160Z[ recovery-image] Aug 05 04:33:23.343 INFO O| Aug 05 04:33:23.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53232026-08-05T04:33:24.160Z[ recovery-image] Aug 05 04:33:23.343 INFO O| Aug 05 04:33:23.343 INFO STEP 30 (remove_files) COMPLETE
53242026-08-05T04:33:24.160Z[ recovery-image] Aug 05 04:33:23.343 INFO O| Aug 05 04:33:23.343 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-05T04:33:24.170Z[ recovery-image] Aug 05 04:33:23.353 INFO O| Aug 05 04:33:23.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53262026-08-05T04:33:24.170Z[ recovery-image] Aug 05 04:33:23.353 INFO O| Aug 05 04:33:23.353 INFO STEP 31 (remove_files) COMPLETE
53272026-08-05T04:33:24.170Z[ recovery-image] Aug 05 04:33:23.353 INFO O| Aug 05 04:33:23.353 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-05T04:33:24.179Z[ recovery-image] Aug 05 04:33:23.362 INFO O| Aug 05 04:33:23.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53292026-08-05T04:33:24.191Z[ recovery-image] Aug 05 04:33:23.374 INFO O| Aug 05 04:33:23.374 INFO STEP 32 (remove_files) COMPLETE
53302026-08-05T04:33:24.191Z[ recovery-image] Aug 05 04:33:23.374 INFO O| Aug 05 04:33:23.374 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-05T04:33:24.202Z[ recovery-image] Aug 05 04:33:23.385 INFO O| Aug 05 04:33:23.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53322026-08-05T04:33:24.202Z[ recovery-image] Aug 05 04:33:23.385 INFO O| Aug 05 04:33:23.385 INFO STEP 33 (remove_files) COMPLETE
53332026-08-05T04:33:24.202Z[ recovery-image] Aug 05 04:33:23.385 INFO O| Aug 05 04:33:23.385 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-05T04:33:24.225Z[ recovery-image] Aug 05 04:33:23.408 INFO O| Aug 05 04:33:23.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53352026-08-05T04:33:24.225Z[ recovery-image] Aug 05 04:33:23.408 INFO O| Aug 05 04:33:23.408 INFO STEP 34 (remove_files) COMPLETE
53362026-08-05T04:33:24.225Z[ recovery-image] Aug 05 04:33:23.408 INFO O| Aug 05 04:33:23.408 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-05T04:33:24.234Z[ recovery-image] Aug 05 04:33:23.416 INFO O| Aug 05 04:33:23.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53382026-08-05T04:33:24.238Z[ recovery-image] Aug 05 04:33:23.421 INFO O| Aug 05 04:33:23.421 INFO STEP 35 (remove_files) COMPLETE
53392026-08-05T04:33:24.238Z[ recovery-image] Aug 05 04:33:23.421 INFO O| Aug 05 04:33:23.421 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-05T04:33:24.251Z[ recovery-image] Aug 05 04:33:23.433 INFO O| Aug 05 04:33:23.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53412026-08-05T04:33:24.251Z[ recovery-image] Aug 05 04:33:23.433 INFO O| Aug 05 04:33:23.433 INFO STEP 36 (remove_files) COMPLETE
53422026-08-05T04:33:24.255Z[ recovery-image] Aug 05 04:33:23.433 INFO O| Aug 05 04:33:23.433 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-05T04:33:24.255Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
53442026-08-05T04:33:24.262Z[ recovery-image] Aug 05 04:33:23.443 INFO O| Aug 05 04:33:23.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53452026-08-05T04:33:24.262Z[ recovery-image] Aug 05 04:33:23.444 INFO O| Aug 05 04:33:23.444 INFO STEP 37 (remove_files) COMPLETE
53462026-08-05T04:33:24.262Z[ recovery-image] Aug 05 04:33:23.444 INFO O| Aug 05 04:33:23.444 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-05T04:33:24.273Z[ recovery-image] Aug 05 04:33:23.456 INFO O| Aug 05 04:33:23.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53482026-08-05T04:33:24.274Z[ recovery-image] Aug 05 04:33:23.456 INFO O| Aug 05 04:33:23.456 INFO STEP 38 (remove_files) COMPLETE
53492026-08-05T04:33:24.274Z[ recovery-image] Aug 05 04:33:23.456 INFO O| Aug 05 04:33:23.456 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-05T04:33:24.284Z[ recovery-image] Aug 05 04:33:23.465 INFO O| Aug 05 04:33:23.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53512026-08-05T04:33:24.284Z[ recovery-image] Aug 05 04:33:23.465 INFO O| Aug 05 04:33:23.465 INFO STEP 39 (remove_files) COMPLETE
53522026-08-05T04:33:24.284Z[ recovery-image] Aug 05 04:33:23.465 INFO O| Aug 05 04:33:23.465 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-05T04:33:24.290Z[ recovery-image] Aug 05 04:33:23.473 INFO O| Aug 05 04:33:23.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53542026-08-05T04:33:24.291Z[ recovery-image] Aug 05 04:33:23.473 INFO O| Aug 05 04:33:23.473 INFO STEP 40 (remove_files) COMPLETE
53552026-08-05T04:33:24.291Z[ recovery-image] Aug 05 04:33:23.473 INFO O| Aug 05 04:33:23.473 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-05T04:33:24.303Z[ recovery-image] Aug 05 04:33:23.486 INFO O| Aug 05 04:33:23.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53572026-08-05T04:33:24.307Z[ recovery-image] Aug 05 04:33:23.486 INFO O| Aug 05 04:33:23.486 INFO STEP 41 (remove_files) COMPLETE
53582026-08-05T04:33:24.307Z[ recovery-image] Aug 05 04:33:23.486 INFO O| Aug 05 04:33:23.486 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-05T04:33:24.312Z[ recovery-image] Aug 05 04:33:23.495 INFO O| Aug 05 04:33:23.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53602026-08-05T04:33:24.312Z[ recovery-image] Aug 05 04:33:23.495 INFO O| Aug 05 04:33:23.495 INFO STEP 42 (remove_files) COMPLETE
53612026-08-05T04:33:24.315Z[ recovery-image] Aug 05 04:33:23.495 INFO O| Aug 05 04:33:23.495 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-05T04:33:24.321Z[ recovery-image] Aug 05 04:33:23.504 INFO O| Aug 05 04:33:23.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53632026-08-05T04:33:24.321Z[ recovery-image] Aug 05 04:33:23.504 INFO O| Aug 05 04:33:23.504 INFO STEP 43 (remove_files) COMPLETE
53642026-08-05T04:33:24.324Z[ recovery-image] Aug 05 04:33:23.504 INFO O| Aug 05 04:33:23.504 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-05T04:33:24.332Z[ recovery-image] Aug 05 04:33:23.515 INFO O| Aug 05 04:33:23.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53662026-08-05T04:33:24.332Z[ recovery-image] Aug 05 04:33:23.515 INFO O| Aug 05 04:33:23.515 INFO STEP 44 (remove_files) COMPLETE
53672026-08-05T04:33:24.332Z[ recovery-image] Aug 05 04:33:23.515 INFO O| Aug 05 04:33:23.515 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-05T04:33:24.338Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
53692026-08-05T04:33:24.356Z[ recovery-image] Aug 05 04:33:23.536 INFO O| Aug 05 04:33:23.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53702026-08-05T04:33:24.356Z[ recovery-image] Aug 05 04:33:23.536 INFO O| Aug 05 04:33:23.535 INFO STEP 45 (remove_files) COMPLETE
53712026-08-05T04:33:24.356Z[ recovery-image] Aug 05 04:33:23.536 INFO O| Aug 05 04:33:23.535 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-05T04:33:24.375Z[ recovery-image] Aug 05 04:33:23.545 INFO O| Aug 05 04:33:23.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53732026-08-05T04:33:24.375Z[ recovery-image] Aug 05 04:33:23.545 INFO O| Aug 05 04:33:23.545 INFO STEP 46 (remove_files) COMPLETE
53742026-08-05T04:33:24.383Z[ recovery-image] Aug 05 04:33:23.545 INFO O| Aug 05 04:33:23.545 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-05T04:33:24.383Z[ recovery-image] Aug 05 04:33:23.555 INFO O| Aug 05 04:33:23.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53762026-08-05T04:33:24.383Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
53772026-08-05T04:33:24.389Z[ recovery-image] Aug 05 04:33:23.563 INFO O| Aug 05 04:33:23.563 INFO STEP 47 (remove_files) COMPLETE
53782026-08-05T04:33:24.389Z[ recovery-image] Aug 05 04:33:23.563 INFO O| Aug 05 04:33:23.563 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-08-05T04:33:24.396Z[ recovery-image] Aug 05 04:33:23.577 INFO O| Aug 05 04:33:23.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53802026-08-05T04:33:24.396Z[ recovery-image] Aug 05 04:33:23.577 INFO O| Aug 05 04:33:23.577 INFO STEP 48 (remove_files) COMPLETE
53812026-08-05T04:33:24.396Z[ recovery-image] Aug 05 04:33:23.577 INFO O| Aug 05 04:33:23.577 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-05T04:33:24.409Z[ recovery-image] Aug 05 04:33:23.587 INFO O| Aug 05 04:33:23.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53832026-08-05T04:33:24.409Z[ recovery-image] Aug 05 04:33:23.587 INFO O| Aug 05 04:33:23.587 INFO STEP 49 (remove_files) COMPLETE
53842026-08-05T04:33:24.409Z[ recovery-image] Aug 05 04:33:23.587 INFO O| Aug 05 04:33:23.587 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-05T04:33:24.417Z[ recovery-image] Aug 05 04:33:23.597 INFO O| Aug 05 04:33:23.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53862026-08-05T04:33:24.417Z[ recovery-image] Aug 05 04:33:23.597 INFO O| Aug 05 04:33:23.597 INFO STEP 50 (remove_files) COMPLETE
53872026-08-05T04:33:24.424Z[ recovery-image] Aug 05 04:33:23.597 INFO O| Aug 05 04:33:23.597 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-05T04:33:24.432Z[ recovery-image] Aug 05 04:33:23.607 INFO O| Aug 05 04:33:23.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53892026-08-05T04:33:24.432Z[ recovery-image] Aug 05 04:33:23.607 INFO O| Aug 05 04:33:23.607 INFO STEP 51 (remove_files) COMPLETE
53902026-08-05T04:33:24.432Z[ recovery-image] Aug 05 04:33:23.607 INFO O| Aug 05 04:33:23.607 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-05T04:33:24.437Z[ recovery-image] Aug 05 04:33:23.620 INFO O| Aug 05 04:33:23.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53922026-08-05T04:33:24.437Z[ recovery-image] Aug 05 04:33:23.620 INFO O| Aug 05 04:33:23.620 INFO STEP 52 (remove_files) COMPLETE
53932026-08-05T04:33:24.437Z[ recovery-image] Aug 05 04:33:23.620 INFO O| Aug 05 04:33:23.620 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-05T04:33:24.446Z[ recovery-image] Aug 05 04:33:23.629 INFO O| Aug 05 04:33:23.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
53952026-08-05T04:33:24.446Z[ recovery-image] Aug 05 04:33:23.629 INFO O| Aug 05 04:33:23.629 INFO STEP 53 (remove_files) COMPLETE
53962026-08-05T04:33:24.447Z[ recovery-image] Aug 05 04:33:23.629 INFO O| Aug 05 04:33:23.629 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-05T04:33:24.457Z[ recovery-image] Aug 05 04:33:23.640 INFO O| Aug 05 04:33:23.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
53982026-08-05T04:33:24.458Z[ recovery-image] Aug 05 04:33:23.640 INFO O| Aug 05 04:33:23.639 INFO STEP 54 (remove_files) COMPLETE
53992026-08-05T04:33:24.461Z[ recovery-image] Aug 05 04:33:23.640 INFO O| Aug 05 04:33:23.639 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-05T04:33:24.467Z[ recovery-image] Aug 05 04:33:23.650 INFO O| Aug 05 04:33:23.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54012026-08-05T04:33:24.491Z[ recovery-image] Aug 05 04:33:23.664 INFO O| Aug 05 04:33:23.664 INFO STEP 55 (remove_files) COMPLETE
54022026-08-05T04:33:24.491Z[ recovery-image] Aug 05 04:33:23.664 INFO O| Aug 05 04:33:23.664 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-05T04:33:24.494Z[ recovery-image] Aug 05 04:33:23.675 INFO O| Aug 05 04:33:23.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54042026-08-05T04:33:24.494Z[ recovery-image] Aug 05 04:33:23.675 INFO O| Aug 05 04:33:23.675 INFO STEP 56 (remove_files) COMPLETE
54052026-08-05T04:33:24.494Z[ recovery-image] Aug 05 04:33:23.675 INFO O| Aug 05 04:33:23.675 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-05T04:33:24.503Z[ recovery-image] Aug 05 04:33:23.685 INFO O| Aug 05 04:33:23.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54072026-08-05T04:33:24.503Z[ recovery-image] Aug 05 04:33:23.685 INFO O| Aug 05 04:33:23.685 INFO STEP 57 (remove_files) COMPLETE
54082026-08-05T04:33:24.503Z[ recovery-image] Aug 05 04:33:23.685 INFO O| Aug 05 04:33:23.685 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-05T04:33:24.506Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
54102026-08-05T04:33:24.512Z[ recovery-image] Aug 05 04:33:23.695 INFO O| Aug 05 04:33:23.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54112026-08-05T04:33:24.512Z[ recovery-image] Aug 05 04:33:23.695 INFO O| Aug 05 04:33:23.695 INFO STEP 58 (remove_files) COMPLETE
54122026-08-05T04:33:24.515Z[ recovery-image] Aug 05 04:33:23.695 INFO O| Aug 05 04:33:23.695 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-08-05T04:33:24.522Z[ recovery-image] Aug 05 04:33:23.703 INFO O| Aug 05 04:33:23.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54142026-08-05T04:33:24.522Z[ recovery-image] Aug 05 04:33:23.704 INFO O| Aug 05 04:33:23.704 INFO STEP 59 (remove_files) COMPLETE
54152026-08-05T04:33:24.525Z[ recovery-image] Aug 05 04:33:23.704 INFO O| Aug 05 04:33:23.704 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-08-05T04:33:24.529Z[ recovery-image] Aug 05 04:33:23.712 INFO O| Aug 05 04:33:23.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54172026-08-05T04:33:24.529Z[ recovery-image] Aug 05 04:33:23.712 INFO O| Aug 05 04:33:23.712 INFO STEP 60 (remove_files) COMPLETE
54182026-08-05T04:33:24.529Z[ recovery-image] Aug 05 04:33:23.712 INFO O| Aug 05 04:33:23.712 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-08-05T04:33:24.537Z[ recovery-image] Aug 05 04:33:23.720 INFO O| Aug 05 04:33:23.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54202026-08-05T04:33:24.537Z[ recovery-image] Aug 05 04:33:23.720 INFO O| Aug 05 04:33:23.720 INFO STEP 61 (remove_files) COMPLETE
54212026-08-05T04:33:24.537Z[ recovery-image] Aug 05 04:33:23.720 INFO O| Aug 05 04:33:23.720 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-08-05T04:33:24.545Z[ recovery-image] Aug 05 04:33:23.727 INFO O| Aug 05 04:33:23.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54232026-08-05T04:33:24.545Z[ recovery-image] Aug 05 04:33:23.728 INFO O| Aug 05 04:33:23.727 INFO STEP 62 (remove_files) COMPLETE
54242026-08-05T04:33:24.545Z[ recovery-image] Aug 05 04:33:23.728 INFO O| Aug 05 04:33:23.727 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-08-05T04:33:24.554Z[ recovery-image] Aug 05 04:33:23.737 INFO O| Aug 05 04:33:23.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54262026-08-05T04:33:24.554Z[ recovery-image] Aug 05 04:33:23.737 INFO O| Aug 05 04:33:23.737 INFO STEP 63 (remove_files) COMPLETE
54272026-08-05T04:33:24.554Z[ recovery-image] Aug 05 04:33:23.737 INFO O| Aug 05 04:33:23.737 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-08-05T04:33:24.563Z[ recovery-image] Aug 05 04:33:23.746 INFO O| Aug 05 04:33:23.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54292026-08-05T04:33:24.585Z[ recovery-image] Aug 05 04:33:23.768 INFO O| Aug 05 04:33:23.768 INFO STEP 64 (remove_files) COMPLETE
54302026-08-05T04:33:24.585Z[ recovery-image] Aug 05 04:33:23.768 INFO O| Aug 05 04:33:23.768 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-05T04:33:24.612Z[ recovery-image] Aug 05 04:33:23.794 INFO O| Aug 05 04:33:23.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54322026-08-05T04:33:24.612Z[ recovery-image] Aug 05 04:33:23.794 INFO O| Aug 05 04:33:23.794 INFO STEP 65 (remove_files) COMPLETE
54332026-08-05T04:33:24.615Z[ recovery-image] Aug 05 04:33:23.794 INFO O| Aug 05 04:33:23.794 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-05T04:33:24.621Z[ recovery-image] Aug 05 04:33:23.804 INFO O| Aug 05 04:33:23.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54352026-08-05T04:33:24.621Z[ recovery-image] Aug 05 04:33:23.804 INFO O| Aug 05 04:33:23.804 INFO STEP 66 (remove_files) COMPLETE
54362026-08-05T04:33:24.625Z[ recovery-image] Aug 05 04:33:23.804 INFO O| Aug 05 04:33:23.804 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-05T04:33:24.629Z[ recovery-image] Aug 05 04:33:23.812 INFO O| Aug 05 04:33:23.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54382026-08-05T04:33:24.629Z[ recovery-image] Aug 05 04:33:23.812 INFO O| Aug 05 04:33:23.812 INFO STEP 67 (remove_files) COMPLETE
54392026-08-05T04:33:24.633Z[ recovery-image] Aug 05 04:33:23.812 INFO O| Aug 05 04:33:23.812 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-05T04:33:24.638Z[ recovery-image] Aug 05 04:33:23.820 INFO O| Aug 05 04:33:23.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54412026-08-05T04:33:24.638Z[ recovery-image] Aug 05 04:33:23.820 INFO O| Aug 05 04:33:23.820 INFO STEP 68 (remove_files) COMPLETE
54422026-08-05T04:33:24.641Z[ recovery-image] Aug 05 04:33:23.820 INFO O| Aug 05 04:33:23.820 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-05T04:33:24.646Z[ recovery-image] Aug 05 04:33:23.829 INFO O| Aug 05 04:33:23.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54442026-08-05T04:33:24.646Z[ recovery-image] Aug 05 04:33:23.829 INFO O| Aug 05 04:33:23.829 INFO STEP 69 (remove_files) COMPLETE
54452026-08-05T04:33:24.650Z[ recovery-image] Aug 05 04:33:23.829 INFO O| Aug 05 04:33:23.829 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-05T04:33:24.654Z[ recovery-image] Aug 05 04:33:23.837 INFO O| Aug 05 04:33:23.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54472026-08-05T04:33:24.655Z[ recovery-image] Aug 05 04:33:23.837 INFO O| Aug 05 04:33:23.837 INFO STEP 70 (remove_files) COMPLETE
54482026-08-05T04:33:24.658Z[ recovery-image] Aug 05 04:33:23.837 INFO O| Aug 05 04:33:23.837 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-05T04:33:24.746Z[ recovery-image] Aug 05 04:33:23.929 INFO O| Aug 05 04:33:23.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54502026-08-05T04:33:24.746Z[ recovery-image] Aug 05 04:33:23.929 INFO O| Aug 05 04:33:23.929 INFO STEP 71 (remove_files) COMPLETE
54512026-08-05T04:33:24.750Z[ recovery-image] Aug 05 04:33:23.929 INFO O| Aug 05 04:33:23.929 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-05T04:33:24.755Z[ recovery-image] Aug 05 04:33:23.938 INFO O| Aug 05 04:33:23.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54532026-08-05T04:33:24.755Z[ recovery-image] Aug 05 04:33:23.938 INFO O| Aug 05 04:33:23.938 INFO STEP 72 (remove_files) COMPLETE
54542026-08-05T04:33:24.755Z[ recovery-image] Aug 05 04:33:23.938 INFO O| Aug 05 04:33:23.938 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-05T04:33:24.765Z[ recovery-image] Aug 05 04:33:23.947 INFO O| Aug 05 04:33:23.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54562026-08-05T04:33:24.765Z[ recovery-image] Aug 05 04:33:23.947 INFO O| Aug 05 04:33:23.947 INFO STEP 73 (remove_files) COMPLETE
54572026-08-05T04:33:24.769Z[ recovery-image] Aug 05 04:33:23.947 INFO O| Aug 05 04:33:23.947 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-05T04:33:24.774Z[ recovery-image] Aug 05 04:33:23.957 INFO O| Aug 05 04:33:23.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54592026-08-05T04:33:24.774Z[ recovery-image] Aug 05 04:33:23.957 INFO O| Aug 05 04:33:23.957 INFO STEP 74 (remove_files) COMPLETE
54602026-08-05T04:33:24.778Z[ recovery-image] Aug 05 04:33:23.957 INFO O| Aug 05 04:33:23.957 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-05T04:33:24.792Z[ recovery-image] Aug 05 04:33:23.974 INFO O| Aug 05 04:33:23.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54622026-08-05T04:33:24.792Z[ recovery-image] Aug 05 04:33:23.974 INFO O| Aug 05 04:33:23.967 INFO STEP 75 (remove_files) COMPLETE
54632026-08-05T04:33:24.796Z[ recovery-image] Aug 05 04:33:23.974 INFO O| Aug 05 04:33:23.967 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-05T04:33:24.796Z[ recovery-image] Aug 05 04:33:23.976 INFO O| Aug 05 04:33:23.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54652026-08-05T04:33:24.796Z[ recovery-image] Aug 05 04:33:23.976 INFO O| Aug 05 04:33:23.976 INFO STEP 76 (remove_files) COMPLETE
54662026-08-05T04:33:24.796Z[ recovery-image] Aug 05 04:33:23.976 INFO O| Aug 05 04:33:23.976 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-05T04:33:24.803Z[ recovery-image] Aug 05 04:33:23.985 INFO O| Aug 05 04:33:23.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54682026-08-05T04:33:24.803Z[ recovery-image] Aug 05 04:33:23.985 INFO O| Aug 05 04:33:23.985 INFO STEP 77 (remove_files) COMPLETE
54692026-08-05T04:33:24.803Z[ recovery-image] Aug 05 04:33:23.985 INFO O| Aug 05 04:33:23.985 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-05T04:33:24.862Z[ recovery-image] Aug 05 04:33:24.045 INFO O| Aug 05 04:33:24.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54712026-08-05T04:33:24.862Z[ recovery-image] Aug 05 04:33:24.045 INFO O| Aug 05 04:33:24.045 INFO STEP 78 (remove_files) COMPLETE
54722026-08-05T04:33:24.862Z[ recovery-image] Aug 05 04:33:24.045 INFO O| Aug 05 04:33:24.045 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-05T04:33:24.867Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
54742026-08-05T04:33:24.872Z[ recovery-image] Aug 05 04:33:24.054 INFO O| Aug 05 04:33:24.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54752026-08-05T04:33:24.872Z[ recovery-image] Aug 05 04:33:24.054 INFO O| Aug 05 04:33:24.054 INFO STEP 79 (remove_files) COMPLETE
54762026-08-05T04:33:24.872Z[ recovery-image] Aug 05 04:33:24.055 INFO O| Aug 05 04:33:24.054 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-05T04:33:24.881Z[ recovery-image] Aug 05 04:33:24.064 INFO O| Aug 05 04:33:24.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54782026-08-05T04:33:24.882Z[ recovery-image] Aug 05 04:33:24.064 INFO O| Aug 05 04:33:24.064 INFO STEP 80 (remove_files) COMPLETE
54792026-08-05T04:33:24.882Z[ recovery-image] Aug 05 04:33:24.064 INFO O| Aug 05 04:33:24.064 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-05T04:33:24.890Z[ recovery-image] Aug 05 04:33:24.072 INFO O| Aug 05 04:33:24.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54812026-08-05T04:33:24.890Z[ recovery-image] Aug 05 04:33:24.072 INFO O| Aug 05 04:33:24.072 INFO STEP 81 (remove_files) COMPLETE
54822026-08-05T04:33:24.890Z[ recovery-image] Aug 05 04:33:24.072 INFO O| Aug 05 04:33:24.072 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-08-05T04:33:24.904Z[ recovery-image] Aug 05 04:33:24.086 INFO O| Aug 05 04:33:24.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54842026-08-05T04:33:24.904Z[ recovery-image] Aug 05 04:33:24.086 INFO O| Aug 05 04:33:24.086 INFO STEP 82 (remove_files) COMPLETE
54852026-08-05T04:33:24.904Z[ recovery-image] Aug 05 04:33:24.086 INFO O| Aug 05 04:33:24.086 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-08-05T04:33:24.914Z[ recovery-image] Aug 05 04:33:24.096 INFO O| Aug 05 04:33:24.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54872026-08-05T04:33:24.914Z[ recovery-image] Aug 05 04:33:24.096 INFO O| Aug 05 04:33:24.096 INFO STEP 83 (remove_files) COMPLETE
54882026-08-05T04:33:24.914Z[ recovery-image] Aug 05 04:33:24.096 INFO O| Aug 05 04:33:24.096 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-08-05T04:33:24.923Z[ recovery-image] Aug 05 04:33:24.105 INFO O| Aug 05 04:33:24.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54902026-08-05T04:33:24.923Z[ recovery-image] Aug 05 04:33:24.106 INFO O| Aug 05 04:33:24.105 INFO STEP 84 (remove_files) COMPLETE
54912026-08-05T04:33:24.927Z[ recovery-image] Aug 05 04:33:24.106 INFO O| Aug 05 04:33:24.105 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-05T04:33:24.932Z[ recovery-image] Aug 05 04:33:24.115 INFO O| Aug 05 04:33:24.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
54932026-08-05T04:33:24.936Z[ recovery-image] Aug 05 04:33:24.115 INFO O| Aug 05 04:33:24.115 INFO STEP 85 (remove_files) COMPLETE
54942026-08-05T04:33:24.936Z[ recovery-image] Aug 05 04:33:24.115 INFO O| Aug 05 04:33:24.115 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-05T04:33:24.946Z[ recovery-image] Aug 05 04:33:24.125 INFO O| Aug 05 04:33:24.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
54962026-08-05T04:33:24.946Z[ recovery-image] Aug 05 04:33:24.125 INFO O| Aug 05 04:33:24.125 INFO STEP 86 (remove_files) COMPLETE
54972026-08-05T04:33:24.950Z[ recovery-image] Aug 05 04:33:24.125 INFO O| Aug 05 04:33:24.125 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-05T04:33:24.953Z[ recovery-image] Aug 05 04:33:24.134 INFO O| Aug 05 04:33:24.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
54992026-08-05T04:33:24.953Z[ recovery-image] Aug 05 04:33:24.134 INFO O| Aug 05 04:33:24.134 INFO STEP 87 (remove_files) COMPLETE
55002026-08-05T04:33:24.953Z[ recovery-image] Aug 05 04:33:24.134 INFO O| Aug 05 04:33:24.134 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-05T04:33:24.960Z[ recovery-image] Aug 05 04:33:24.142 INFO O| Aug 05 04:33:24.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55022026-08-05T04:33:24.960Z[ recovery-image] Aug 05 04:33:24.142 INFO O| Aug 05 04:33:24.142 INFO STEP 88 (remove_files) COMPLETE
55032026-08-05T04:33:24.960Z[ recovery-image] Aug 05 04:33:24.142 INFO O| Aug 05 04:33:24.142 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-05T04:33:24.968Z[ recovery-image] Aug 05 04:33:24.151 INFO O| Aug 05 04:33:24.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55052026-08-05T04:33:24.968Z[ recovery-image] Aug 05 04:33:24.151 INFO O| Aug 05 04:33:24.151 INFO STEP 89 (remove_files) COMPLETE
55062026-08-05T04:33:24.972Z[ recovery-image] Aug 05 04:33:24.151 INFO O| Aug 05 04:33:24.151 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-05T04:33:24.976Z[ recovery-image] Aug 05 04:33:24.159 INFO O| Aug 05 04:33:24.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55082026-08-05T04:33:24.976Z[ recovery-image] Aug 05 04:33:24.159 INFO O| Aug 05 04:33:24.159 INFO STEP 90 (remove_files) COMPLETE
55092026-08-05T04:33:24.980Z[ recovery-image] Aug 05 04:33:24.159 INFO O| Aug 05 04:33:24.159 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-05T04:33:24.983Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
55112026-08-05T04:33:24.987Z[ recovery-image] Aug 05 04:33:24.168 INFO O| Aug 05 04:33:24.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55122026-08-05T04:33:24.987Z[ recovery-image] Aug 05 04:33:24.168 INFO O| Aug 05 04:33:24.168 INFO STEP 91 (remove_files) COMPLETE
55132026-08-05T04:33:24.987Z[ recovery-image] Aug 05 04:33:24.168 INFO O| Aug 05 04:33:24.168 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-05T04:33:24.996Z[ recovery-image] Aug 05 04:33:24.178 INFO O| Aug 05 04:33:24.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55152026-08-05T04:33:24.996Z[ recovery-image] Aug 05 04:33:24.178 INFO O| Aug 05 04:33:24.178 INFO STEP 92 (remove_files) COMPLETE
55162026-08-05T04:33:25.000Z[ recovery-image] Aug 05 04:33:24.178 INFO O| Aug 05 04:33:24.178 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-05T04:33:25.007Z[ recovery-image] Aug 05 04:33:24.189 INFO O| Aug 05 04:33:24.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55182026-08-05T04:33:25.007Z[ recovery-image] Aug 05 04:33:24.189 INFO O| Aug 05 04:33:24.189 INFO STEP 93 (remove_files) COMPLETE
55192026-08-05T04:33:25.007Z[ recovery-image] Aug 05 04:33:24.189 INFO O| Aug 05 04:33:24.189 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-05T04:33:25.017Z[ recovery-image] Aug 05 04:33:24.200 INFO O| Aug 05 04:33:24.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55212026-08-05T04:33:25.017Z[ recovery-image] Aug 05 04:33:24.200 INFO O| Aug 05 04:33:24.200 INFO STEP 94 (remove_files) COMPLETE
55222026-08-05T04:33:25.017Z[ recovery-image] Aug 05 04:33:24.200 INFO O| Aug 05 04:33:24.200 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-05T04:33:25.028Z[ recovery-image] Aug 05 04:33:24.210 INFO O| Aug 05 04:33:24.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55242026-08-05T04:33:25.028Z[ recovery-image] Aug 05 04:33:24.210 INFO O| Aug 05 04:33:24.210 INFO STEP 95 (remove_files) COMPLETE
55252026-08-05T04:33:25.028Z[ recovery-image] Aug 05 04:33:24.210 INFO O| Aug 05 04:33:24.210 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-05T04:33:25.038Z[ recovery-image] Aug 05 04:33:24.220 INFO O| Aug 05 04:33:24.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55272026-08-05T04:33:25.039Z[ recovery-image] Aug 05 04:33:24.220 INFO O| Aug 05 04:33:24.220 INFO STEP 96 (remove_files) COMPLETE
55282026-08-05T04:33:25.042Z[ recovery-image] Aug 05 04:33:24.220 INFO O| Aug 05 04:33:24.220 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-05T04:33:25.047Z[ recovery-image] Aug 05 04:33:24.230 INFO O| Aug 05 04:33:24.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55302026-08-05T04:33:25.048Z[ recovery-image] Aug 05 04:33:24.230 INFO O| Aug 05 04:33:24.230 INFO STEP 97 (remove_files) COMPLETE
55312026-08-05T04:33:25.048Z[ recovery-image] Aug 05 04:33:24.230 INFO O| Aug 05 04:33:24.230 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-05T04:33:25.057Z[ recovery-image] Aug 05 04:33:24.240 INFO O| Aug 05 04:33:24.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55332026-08-05T04:33:25.058Z[ recovery-image] Aug 05 04:33:24.240 INFO O| Aug 05 04:33:24.240 INFO STEP 98 (remove_files) COMPLETE
55342026-08-05T04:33:25.061Z[ recovery-image] Aug 05 04:33:24.240 INFO O| Aug 05 04:33:24.240 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-05T04:33:25.067Z[ recovery-image] Aug 05 04:33:24.250 INFO O| Aug 05 04:33:24.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55362026-08-05T04:33:25.067Z[ recovery-image] Aug 05 04:33:24.250 INFO O| Aug 05 04:33:24.250 INFO STEP 99 (remove_files) COMPLETE
55372026-08-05T04:33:25.067Z[ recovery-image] Aug 05 04:33:24.250 INFO O| Aug 05 04:33:24.250 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-05T04:33:25.076Z[ recovery-image] Aug 05 04:33:24.259 INFO O| Aug 05 04:33:24.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55392026-08-05T04:33:25.076Z[ recovery-image] Aug 05 04:33:24.259 INFO O| Aug 05 04:33:24.259 INFO STEP 100 (remove_files) COMPLETE
55402026-08-05T04:33:25.076Z[ recovery-image] Aug 05 04:33:24.259 INFO O| Aug 05 04:33:24.259 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-05T04:33:25.086Z[ recovery-image] Aug 05 04:33:24.269 INFO O| Aug 05 04:33:24.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55422026-08-05T04:33:25.086Z[ recovery-image] Aug 05 04:33:24.269 INFO O| Aug 05 04:33:24.269 INFO STEP 101 (remove_files) COMPLETE
55432026-08-05T04:33:25.086Z[ recovery-image] Aug 05 04:33:24.269 INFO O| Aug 05 04:33:24.269 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-05T04:33:25.096Z[ recovery-image] Aug 05 04:33:24.279 INFO O| Aug 05 04:33:24.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55452026-08-05T04:33:25.096Z[ recovery-image] Aug 05 04:33:24.279 INFO O| Aug 05 04:33:24.279 INFO STEP 102 (remove_files) COMPLETE
55462026-08-05T04:33:25.096Z[ recovery-image] Aug 05 04:33:24.279 INFO O| Aug 05 04:33:24.279 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-05T04:33:25.106Z[ recovery-image] Aug 05 04:33:24.289 INFO O| Aug 05 04:33:24.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55482026-08-05T04:33:25.106Z[ recovery-image] Aug 05 04:33:24.289 INFO O| Aug 05 04:33:24.289 INFO STEP 103 (remove_files) COMPLETE
55492026-08-05T04:33:25.110Z[ recovery-image] Aug 05 04:33:24.289 INFO O| Aug 05 04:33:24.289 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-05T04:33:25.116Z[ recovery-image] Aug 05 04:33:24.299 INFO O| Aug 05 04:33:24.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55512026-08-05T04:33:25.116Z[ recovery-image] Aug 05 04:33:24.299 INFO O| Aug 05 04:33:24.299 INFO STEP 104 (remove_files) COMPLETE
55522026-08-05T04:33:25.121Z[ recovery-image] Aug 05 04:33:24.299 INFO O| Aug 05 04:33:24.299 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-05T04:33:25.126Z[ recovery-image] Aug 05 04:33:24.309 INFO O| Aug 05 04:33:24.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55542026-08-05T04:33:25.126Z[ recovery-image] Aug 05 04:33:24.309 INFO O| Aug 05 04:33:24.309 INFO STEP 105 (remove_files) COMPLETE
55552026-08-05T04:33:25.130Z[ recovery-image] Aug 05 04:33:24.309 INFO O| Aug 05 04:33:24.309 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-05T04:33:25.136Z[ recovery-image] Aug 05 04:33:24.319 INFO O| Aug 05 04:33:24.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55572026-08-05T04:33:25.136Z[ recovery-image] Aug 05 04:33:24.319 INFO O| Aug 05 04:33:24.319 INFO STEP 106 (remove_files) COMPLETE
55582026-08-05T04:33:25.141Z[ recovery-image] Aug 05 04:33:24.319 INFO O| Aug 05 04:33:24.319 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-05T04:33:25.146Z[ recovery-image] Aug 05 04:33:24.328 INFO O| Aug 05 04:33:24.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55602026-08-05T04:33:25.146Z[ recovery-image] Aug 05 04:33:24.328 INFO O| Aug 05 04:33:24.328 INFO STEP 107 (remove_files) COMPLETE
55612026-08-05T04:33:25.150Z[ recovery-image] Aug 05 04:33:24.328 INFO O| Aug 05 04:33:24.328 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-05T04:33:25.156Z[ recovery-image] Aug 05 04:33:24.337 INFO O| Aug 05 04:33:24.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55632026-08-05T04:33:25.156Z[ recovery-image] Aug 05 04:33:24.337 INFO O| Aug 05 04:33:24.337 INFO STEP 108 (remove_files) COMPLETE
55642026-08-05T04:33:25.156Z[ recovery-image] Aug 05 04:33:24.337 INFO O| Aug 05 04:33:24.337 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-05T04:33:25.164Z[ recovery-image] Aug 05 04:33:24.346 INFO O| Aug 05 04:33:24.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55662026-08-05T04:33:25.164Z[ recovery-image] Aug 05 04:33:24.346 INFO O| Aug 05 04:33:24.346 INFO STEP 109 (remove_files) COMPLETE
55672026-08-05T04:33:25.167Z[ recovery-image] Aug 05 04:33:24.346 INFO O| Aug 05 04:33:24.346 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-05T04:33:25.173Z[ recovery-image] Aug 05 04:33:24.356 INFO O| Aug 05 04:33:24.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55692026-08-05T04:33:25.173Z[ recovery-image] Aug 05 04:33:24.356 INFO O| Aug 05 04:33:24.356 INFO STEP 110 (remove_files) COMPLETE
55702026-08-05T04:33:25.173Z[ recovery-image] Aug 05 04:33:24.356 INFO O| Aug 05 04:33:24.356 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-05T04:33:25.182Z[ recovery-image] Aug 05 04:33:24.365 INFO O| Aug 05 04:33:24.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55722026-08-05T04:33:25.182Z[ recovery-image] Aug 05 04:33:24.365 INFO O| Aug 05 04:33:24.365 INFO STEP 111 (remove_files) COMPLETE
55732026-08-05T04:33:25.182Z[ recovery-image] Aug 05 04:33:24.365 INFO O| Aug 05 04:33:24.365 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-05T04:33:25.192Z[ recovery-image] Aug 05 04:33:24.375 INFO O| Aug 05 04:33:24.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55752026-08-05T04:33:25.192Z[ recovery-image] Aug 05 04:33:24.375 INFO O| Aug 05 04:33:24.375 INFO STEP 112 (remove_files) COMPLETE
55762026-08-05T04:33:25.192Z[ recovery-image] Aug 05 04:33:24.375 INFO O| Aug 05 04:33:24.375 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-05T04:33:25.202Z[ recovery-image] Aug 05 04:33:24.384 INFO O| Aug 05 04:33:24.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55782026-08-05T04:33:25.202Z[ recovery-image] Aug 05 04:33:24.384 INFO O| Aug 05 04:33:24.384 INFO STEP 113 (remove_files) COMPLETE
55792026-08-05T04:33:25.202Z[ recovery-image] Aug 05 04:33:24.384 INFO O| Aug 05 04:33:24.384 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-05T04:33:25.216Z[ recovery-image] Aug 05 04:33:24.398 INFO O| Aug 05 04:33:24.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55812026-08-05T04:33:25.216Z[ recovery-image] Aug 05 04:33:24.398 INFO O| Aug 05 04:33:24.398 INFO STEP 114 (remove_files) COMPLETE
55822026-08-05T04:33:25.216Z[ recovery-image] Aug 05 04:33:24.398 INFO O| Aug 05 04:33:24.398 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-05T04:33:25.226Z[ recovery-image] Aug 05 04:33:24.406 INFO O| Aug 05 04:33:24.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55842026-08-05T04:33:25.226Z[ recovery-image] Aug 05 04:33:24.406 INFO O| Aug 05 04:33:24.406 INFO STEP 115 (remove_files) COMPLETE
55852026-08-05T04:33:25.226Z[ recovery-image] Aug 05 04:33:24.406 INFO O| Aug 05 04:33:24.406 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-05T04:33:25.233Z[ recovery-image] Aug 05 04:33:24.415 INFO O| Aug 05 04:33:24.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55872026-08-05T04:33:25.233Z[ recovery-image] Aug 05 04:33:24.415 INFO O| Aug 05 04:33:24.415 INFO STEP 116 (remove_files) COMPLETE
55882026-08-05T04:33:25.233Z[ recovery-image] Aug 05 04:33:24.415 INFO O| Aug 05 04:33:24.415 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-05T04:33:25.242Z[ recovery-image] Aug 05 04:33:24.425 INFO O| Aug 05 04:33:24.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55902026-08-05T04:33:25.242Z[ recovery-image] Aug 05 04:33:24.425 INFO O| Aug 05 04:33:24.425 INFO STEP 117 (remove_files) COMPLETE
55912026-08-05T04:33:25.242Z[ recovery-image] Aug 05 04:33:24.425 INFO O| Aug 05 04:33:24.425 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-05T04:33:25.250Z[ recovery-image] Aug 05 04:33:24.433 INFO O| Aug 05 04:33:24.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
55932026-08-05T04:33:25.250Z[ recovery-image] Aug 05 04:33:24.433 INFO O| Aug 05 04:33:24.433 INFO STEP 118 (remove_files) COMPLETE
55942026-08-05T04:33:25.250Z[ recovery-image] Aug 05 04:33:24.433 INFO O| Aug 05 04:33:24.433 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-05T04:33:25.258Z[ recovery-image] Aug 05 04:33:24.441 INFO O| Aug 05 04:33:24.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
55962026-08-05T04:33:25.259Z[ recovery-image] Aug 05 04:33:24.441 INFO O| Aug 05 04:33:24.441 INFO STEP 119 (remove_files) COMPLETE
55972026-08-05T04:33:25.259Z[ recovery-image] Aug 05 04:33:24.441 INFO O| Aug 05 04:33:24.441 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-05T04:33:25.269Z[ recovery-image] Aug 05 04:33:24.452 INFO O| Aug 05 04:33:24.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
55992026-08-05T04:33:25.269Z[ recovery-image] Aug 05 04:33:24.452 INFO O| Aug 05 04:33:24.452 INFO STEP 120 (remove_files) COMPLETE
56002026-08-05T04:33:25.269Z[ recovery-image] Aug 05 04:33:24.452 INFO O| Aug 05 04:33:24.452 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-05T04:33:25.281Z[ recovery-image] Aug 05 04:33:24.462 INFO O| Aug 05 04:33:24.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56022026-08-05T04:33:25.281Z[ recovery-image] Aug 05 04:33:24.462 INFO O| Aug 05 04:33:24.462 INFO STEP 121 (remove_files) COMPLETE
56032026-08-05T04:33:25.285Z[ recovery-image] Aug 05 04:33:24.462 INFO O| Aug 05 04:33:24.462 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-05T04:33:25.289Z[ recovery-image] Aug 05 04:33:24.471 INFO O| Aug 05 04:33:24.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56052026-08-05T04:33:25.289Z[ recovery-image] Aug 05 04:33:24.471 INFO O| Aug 05 04:33:24.471 INFO STEP 122 (remove_files) COMPLETE
56062026-08-05T04:33:25.289Z[ recovery-image] Aug 05 04:33:24.471 INFO O| Aug 05 04:33:24.471 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-05T04:33:25.297Z[ recovery-image] Aug 05 04:33:24.480 INFO O| Aug 05 04:33:24.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56082026-08-05T04:33:25.301Z[ recovery-image] Aug 05 04:33:24.481 INFO O| Aug 05 04:33:24.481 INFO STEP 123 (remove_files) COMPLETE
56092026-08-05T04:33:25.301Z[ recovery-image] Aug 05 04:33:24.481 INFO O| Aug 05 04:33:24.481 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-05T04:33:25.309Z[ recovery-image] Aug 05 04:33:24.492 INFO O| Aug 05 04:33:24.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56112026-08-05T04:33:25.309Z[ recovery-image] Aug 05 04:33:24.492 INFO O| Aug 05 04:33:24.492 INFO STEP 124 (remove_files) COMPLETE
56122026-08-05T04:33:25.309Z[ recovery-image] Aug 05 04:33:24.492 INFO O| Aug 05 04:33:24.492 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-05T04:33:25.330Z[ recovery-image] Aug 05 04:33:24.512 INFO O| Aug 05 04:33:24.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56142026-08-05T04:33:25.330Z[ recovery-image] Aug 05 04:33:24.512 INFO O| Aug 05 04:33:24.512 INFO STEP 125 (remove_files) COMPLETE
56152026-08-05T04:33:25.330Z[ recovery-image] Aug 05 04:33:24.512 INFO O| Aug 05 04:33:24.512 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-05T04:33:25.334Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
56172026-08-05T04:33:25.339Z[ recovery-image] Aug 05 04:33:24.522 INFO O| Aug 05 04:33:24.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56182026-08-05T04:33:25.339Z[ recovery-image] Aug 05 04:33:24.522 INFO O| Aug 05 04:33:24.522 INFO STEP 126 (remove_files) COMPLETE
56192026-08-05T04:33:25.339Z[ recovery-image] Aug 05 04:33:24.522 INFO O| Aug 05 04:33:24.522 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-05T04:33:25.348Z[ recovery-image] Aug 05 04:33:24.531 INFO O| Aug 05 04:33:24.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56212026-08-05T04:33:25.348Z[ recovery-image] Aug 05 04:33:24.531 INFO O| Aug 05 04:33:24.531 INFO STEP 127 (remove_files) COMPLETE
56222026-08-05T04:33:25.348Z[ recovery-image] Aug 05 04:33:24.531 INFO O| Aug 05 04:33:24.531 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-05T04:33:25.357Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
56242026-08-05T04:33:25.357Z[ recovery-image] Aug 05 04:33:24.539 INFO O| Aug 05 04:33:24.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56252026-08-05T04:33:25.361Z[ recovery-image] Aug 05 04:33:24.539 INFO O| Aug 05 04:33:24.539 INFO STEP 128 (remove_files) COMPLETE
56262026-08-05T04:33:25.361Z[ recovery-image] Aug 05 04:33:24.539 INFO O| Aug 05 04:33:24.539 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-08-05T04:33:25.367Z[ recovery-image] Aug 05 04:33:24.550 INFO O| Aug 05 04:33:24.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56282026-08-05T04:33:25.367Z[ recovery-image] Aug 05 04:33:24.550 INFO O| Aug 05 04:33:24.550 INFO STEP 129 (remove_files) COMPLETE
56292026-08-05T04:33:25.367Z[ recovery-image] Aug 05 04:33:24.550 INFO O| Aug 05 04:33:24.550 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-08-05T04:33:25.379Z[ recovery-image] Aug 05 04:33:24.559 INFO O| Aug 05 04:33:24.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56312026-08-05T04:33:25.379Z[ recovery-image] Aug 05 04:33:24.559 INFO O| Aug 05 04:33:24.559 INFO STEP 130 (remove_files) COMPLETE
56322026-08-05T04:33:25.384Z[ recovery-image] Aug 05 04:33:24.559 INFO O| Aug 05 04:33:24.559 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-08-05T04:33:25.389Z[ recovery-image] Aug 05 04:33:24.572 INFO O| Aug 05 04:33:24.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56342026-08-05T04:33:25.389Z[ recovery-image] Aug 05 04:33:24.572 INFO O| Aug 05 04:33:24.572 INFO STEP 131 (remove_files) COMPLETE
56352026-08-05T04:33:25.393Z[ recovery-image] Aug 05 04:33:24.572 INFO O| Aug 05 04:33:24.572 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-08-05T04:33:25.399Z[ recovery-image] Aug 05 04:33:24.582 INFO O| Aug 05 04:33:24.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56372026-08-05T04:33:25.399Z[ recovery-image] Aug 05 04:33:24.582 INFO O| Aug 05 04:33:24.582 INFO STEP 132 (remove_files) COMPLETE
56382026-08-05T04:33:25.403Z[ recovery-image] Aug 05 04:33:24.582 INFO O| Aug 05 04:33:24.582 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-08-05T04:33:25.403Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
56402026-08-05T04:33:25.409Z[ recovery-image] Aug 05 04:33:24.591 INFO O| Aug 05 04:33:24.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56412026-08-05T04:33:25.409Z[ recovery-image] Aug 05 04:33:24.591 INFO O| Aug 05 04:33:24.591 INFO STEP 133 (remove_files) COMPLETE
56422026-08-05T04:33:25.413Z[ recovery-image] Aug 05 04:33:24.591 INFO O| Aug 05 04:33:24.591 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-05T04:33:25.419Z[ recovery-image] Aug 05 04:33:24.601 INFO O| Aug 05 04:33:24.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56442026-08-05T04:33:25.419Z[ recovery-image] Aug 05 04:33:24.601 INFO O| Aug 05 04:33:24.601 INFO STEP 134 (remove_files) COMPLETE
56452026-08-05T04:33:25.419Z[ recovery-image] Aug 05 04:33:24.601 INFO O| Aug 05 04:33:24.601 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-05T04:33:25.429Z[ recovery-image] Aug 05 04:33:24.612 INFO O| Aug 05 04:33:24.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56472026-08-05T04:33:25.429Z[ recovery-image] Aug 05 04:33:24.612 INFO O| Aug 05 04:33:24.612 INFO STEP 135 (remove_files) COMPLETE
56482026-08-05T04:33:25.434Z[ recovery-image] Aug 05 04:33:24.612 INFO O| Aug 05 04:33:24.612 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-05T04:33:25.439Z[ recovery-image] Aug 05 04:33:24.622 INFO O| Aug 05 04:33:24.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56502026-08-05T04:33:25.439Z[ recovery-image] Aug 05 04:33:24.622 INFO O| Aug 05 04:33:24.622 INFO STEP 136 (remove_files) COMPLETE
56512026-08-05T04:33:25.439Z[ recovery-image] Aug 05 04:33:24.622 INFO O| Aug 05 04:33:24.622 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-05T04:33:25.450Z[ recovery-image] Aug 05 04:33:24.632 INFO O| Aug 05 04:33:24.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56532026-08-05T04:33:25.450Z[ recovery-image] Aug 05 04:33:24.632 INFO O| Aug 05 04:33:24.632 INFO STEP 137 (remove_files) COMPLETE
56542026-08-05T04:33:25.450Z[ recovery-image] Aug 05 04:33:24.632 INFO O| Aug 05 04:33:24.632 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-05T04:33:25.461Z[ recovery-image] Aug 05 04:33:24.643 INFO O| Aug 05 04:33:24.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56562026-08-05T04:33:25.461Z[ recovery-image] Aug 05 04:33:24.643 INFO O| Aug 05 04:33:24.643 INFO STEP 138 (remove_files) COMPLETE
56572026-08-05T04:33:25.465Z[ recovery-image] Aug 05 04:33:24.643 INFO O| Aug 05 04:33:24.643 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-05T04:33:25.471Z[ recovery-image] Aug 05 04:33:24.654 INFO O| Aug 05 04:33:24.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56592026-08-05T04:33:25.471Z[ recovery-image] Aug 05 04:33:24.654 INFO O| Aug 05 04:33:24.654 INFO STEP 139 (remove_files) COMPLETE
56602026-08-05T04:33:25.475Z[ recovery-image] Aug 05 04:33:24.654 INFO O| Aug 05 04:33:24.654 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-05T04:33:25.483Z[ recovery-image] Aug 05 04:33:24.665 INFO O| Aug 05 04:33:24.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56622026-08-05T04:33:25.483Z[ recovery-image] Aug 05 04:33:24.665 INFO O| Aug 05 04:33:24.665 INFO STEP 140 (remove_files) COMPLETE
56632026-08-05T04:33:25.483Z[ recovery-image] Aug 05 04:33:24.665 INFO O| Aug 05 04:33:24.665 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-05T04:33:25.493Z[ recovery-image] Aug 05 04:33:24.676 INFO O| Aug 05 04:33:24.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56652026-08-05T04:33:25.493Z[ recovery-image] Aug 05 04:33:24.676 INFO O| Aug 05 04:33:24.676 INFO STEP 141 (remove_files) COMPLETE
56662026-08-05T04:33:25.493Z[ recovery-image] Aug 05 04:33:24.676 INFO O| Aug 05 04:33:24.676 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-05T04:33:25.504Z[ recovery-image] Aug 05 04:33:24.686 INFO O| Aug 05 04:33:24.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56682026-08-05T04:33:25.504Z[ recovery-image] Aug 05 04:33:24.686 INFO O| Aug 05 04:33:24.686 INFO STEP 142 (remove_files) COMPLETE
56692026-08-05T04:33:25.504Z[ recovery-image] Aug 05 04:33:24.686 INFO O| Aug 05 04:33:24.686 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-05T04:33:25.514Z[ recovery-image] Aug 05 04:33:24.697 INFO O| Aug 05 04:33:24.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56712026-08-05T04:33:25.518Z[ recovery-image] Aug 05 04:33:24.697 INFO O| Aug 05 04:33:24.697 INFO STEP 143 (remove_files) COMPLETE
56722026-08-05T04:33:25.519Z[ recovery-image] Aug 05 04:33:24.697 INFO O| Aug 05 04:33:24.697 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-05T04:33:25.525Z[ recovery-image] Aug 05 04:33:24.707 INFO O| Aug 05 04:33:24.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56742026-08-05T04:33:25.528Z[ recovery-image] Aug 05 04:33:24.708 INFO O| Aug 05 04:33:24.708 INFO STEP 144 (remove_files) COMPLETE
56752026-08-05T04:33:25.528Z[ recovery-image] Aug 05 04:33:24.708 INFO O| Aug 05 04:33:24.708 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-05T04:33:25.535Z[ recovery-image] Aug 05 04:33:24.718 INFO O| Aug 05 04:33:24.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56772026-08-05T04:33:25.535Z[ recovery-image] Aug 05 04:33:24.718 INFO O| Aug 05 04:33:24.718 INFO STEP 145 (remove_files) COMPLETE
56782026-08-05T04:33:25.539Z[ recovery-image] Aug 05 04:33:24.718 INFO O| Aug 05 04:33:24.718 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-05T04:33:25.544Z[ recovery-image] Aug 05 04:33:24.727 INFO O| Aug 05 04:33:24.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56802026-08-05T04:33:25.544Z[ recovery-image] Aug 05 04:33:24.727 INFO O| Aug 05 04:33:24.727 INFO STEP 146 (remove_files) COMPLETE
56812026-08-05T04:33:25.548Z[ recovery-image] Aug 05 04:33:24.727 INFO O| Aug 05 04:33:24.727 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-05T04:33:25.553Z[ recovery-image] Aug 05 04:33:24.736 INFO O| Aug 05 04:33:24.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56832026-08-05T04:33:25.553Z[ recovery-image] Aug 05 04:33:24.736 INFO O| Aug 05 04:33:24.736 INFO STEP 147 (remove_files) COMPLETE
56842026-08-05T04:33:25.557Z[ recovery-image] Aug 05 04:33:24.736 INFO O| Aug 05 04:33:24.736 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-05T04:33:25.562Z[ recovery-image] Aug 05 04:33:24.745 INFO O| Aug 05 04:33:24.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56862026-08-05T04:33:25.562Z[ recovery-image] Aug 05 04:33:24.745 INFO O| Aug 05 04:33:24.745 INFO STEP 148 (remove_files) COMPLETE
56872026-08-05T04:33:25.566Z[ recovery-image] Aug 05 04:33:24.745 INFO O| Aug 05 04:33:24.745 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-05T04:33:25.569Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
56892026-08-05T04:33:25.573Z[ recovery-image] Aug 05 04:33:24.754 INFO O| Aug 05 04:33:24.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56902026-08-05T04:33:25.573Z[ recovery-image] Aug 05 04:33:24.754 INFO O| Aug 05 04:33:24.754 INFO STEP 149 (remove_files) COMPLETE
56912026-08-05T04:33:25.573Z[ recovery-image] Aug 05 04:33:24.754 INFO O| Aug 05 04:33:24.754 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-05T04:33:25.583Z[ recovery-image] Aug 05 04:33:24.765 INFO O| Aug 05 04:33:24.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56932026-08-05T04:33:25.583Z[ recovery-image] Aug 05 04:33:24.765 INFO O| Aug 05 04:33:24.765 INFO STEP 150 (remove_files) COMPLETE
56942026-08-05T04:33:25.583Z[ recovery-image] Aug 05 04:33:24.765 INFO O| Aug 05 04:33:24.765 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-05T04:33:25.596Z[ recovery-image] Aug 05 04:33:24.778 INFO O| Aug 05 04:33:24.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
56962026-08-05T04:33:25.596Z[ recovery-image] Aug 05 04:33:24.778 INFO O| Aug 05 04:33:24.778 INFO STEP 151 (remove_files) COMPLETE
56972026-08-05T04:33:25.596Z[ recovery-image] Aug 05 04:33:24.778 INFO O| Aug 05 04:33:24.778 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-05T04:33:25.612Z[ recovery-image] Aug 05 04:33:24.794 INFO O| Aug 05 04:33:24.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
56992026-08-05T04:33:25.612Z[ recovery-image] Aug 05 04:33:24.795 INFO O| Aug 05 04:33:24.794 INFO STEP 152 (remove_files) COMPLETE
57002026-08-05T04:33:25.616Z[ recovery-image] Aug 05 04:33:24.795 INFO O| Aug 05 04:33:24.795 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-05T04:33:25.623Z[ recovery-image] Aug 05 04:33:24.805 INFO O| Aug 05 04:33:24.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57022026-08-05T04:33:25.623Z[ recovery-image] Aug 05 04:33:24.806 INFO O| Aug 05 04:33:24.806 INFO STEP 153 (remove_files) COMPLETE
57032026-08-05T04:33:25.623Z[ recovery-image] Aug 05 04:33:24.806 INFO O| Aug 05 04:33:24.806 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-05T04:33:25.633Z[ recovery-image] Aug 05 04:33:24.816 INFO O| Aug 05 04:33:24.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57052026-08-05T04:33:25.638Z[ recovery-image] Aug 05 04:33:24.816 INFO O| Aug 05 04:33:24.816 INFO STEP 154 (remove_files) COMPLETE
57062026-08-05T04:33:25.638Z[ recovery-image] Aug 05 04:33:24.816 INFO O| Aug 05 04:33:24.816 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-05T04:33:25.643Z[ recovery-image] Aug 05 04:33:24.826 INFO O| Aug 05 04:33:24.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57082026-08-05T04:33:25.643Z[ recovery-image] Aug 05 04:33:24.826 INFO O| Aug 05 04:33:24.826 INFO STEP 155 (remove_files) COMPLETE
57092026-08-05T04:33:25.643Z[ recovery-image] Aug 05 04:33:24.826 INFO O| Aug 05 04:33:24.826 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-05T04:33:25.663Z[verify-libraries] Compiling fatfs v0.3.6
57112026-08-05T04:33:25.680Z[ recovery-image] Aug 05 04:33:24.862 INFO O| Aug 05 04:33:24.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57122026-08-05T04:33:25.680Z[ recovery-image] Aug 05 04:33:24.862 INFO O| Aug 05 04:33:24.862 INFO STEP 156 (remove_files) COMPLETE
57132026-08-05T04:33:25.680Z[ recovery-image] Aug 05 04:33:24.862 INFO O| Aug 05 04:33:24.862 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-05T04:33:25.691Z[ recovery-image] Aug 05 04:33:24.873 INFO O| Aug 05 04:33:24.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57152026-08-05T04:33:25.691Z[ recovery-image] Aug 05 04:33:24.874 INFO O| Aug 05 04:33:24.873 INFO STEP 157 (remove_files) COMPLETE
57162026-08-05T04:33:25.691Z[ recovery-image] Aug 05 04:33:24.874 INFO O| Aug 05 04:33:24.873 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-05T04:33:25.702Z[ recovery-image] Aug 05 04:33:24.883 INFO O| Aug 05 04:33:24.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57182026-08-05T04:33:25.702Z[ recovery-image] Aug 05 04:33:24.883 INFO O| Aug 05 04:33:24.883 INFO STEP 158 (remove_files) COMPLETE
57192026-08-05T04:33:25.702Z[ recovery-image] Aug 05 04:33:24.883 INFO O| Aug 05 04:33:24.883 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-05T04:33:25.708Z[verify-libraries] Compiling num-bigint v0.4.6
57212026-08-05T04:33:25.712Z[ recovery-image] Aug 05 04:33:24.892 INFO O| Aug 05 04:33:24.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57222026-08-05T04:33:25.715Z[ recovery-image] Aug 05 04:33:24.894 INFO O| Aug 05 04:33:24.894 INFO STEP 159 (remove_files) COMPLETE
57232026-08-05T04:33:25.715Z[ recovery-image] Aug 05 04:33:24.895 INFO O| Aug 05 04:33:24.895 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-05T04:33:25.721Z[ recovery-image] Aug 05 04:33:24.904 INFO O| Aug 05 04:33:24.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57252026-08-05T04:33:25.721Z[ recovery-image] Aug 05 04:33:24.904 INFO O| Aug 05 04:33:24.904 INFO STEP 160 (remove_files) COMPLETE
57262026-08-05T04:33:25.722Z[ recovery-image] Aug 05 04:33:24.904 INFO O| Aug 05 04:33:24.904 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-05T04:33:25.732Z[ recovery-image] Aug 05 04:33:24.913 INFO O| Aug 05 04:33:24.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57282026-08-05T04:33:25.732Z[ recovery-image] Aug 05 04:33:24.913 INFO O| Aug 05 04:33:24.913 INFO STEP 161 (remove_files) COMPLETE
57292026-08-05T04:33:25.736Z[ recovery-image] Aug 05 04:33:24.913 INFO O| Aug 05 04:33:24.913 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-05T04:33:25.744Z[ recovery-image] Aug 05 04:33:24.927 INFO O| Aug 05 04:33:24.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57312026-08-05T04:33:25.769Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
57322026-08-05T04:33:25.773Z[ recovery-image] Aug 05 04:33:24.953 INFO O| Aug 05 04:33:24.952 INFO STEP 162 (remove_files) COMPLETE
57332026-08-05T04:33:25.774Z[ recovery-image] Aug 05 04:33:24.953 INFO O| Aug 05 04:33:24.952 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-05T04:33:25.780Z[ recovery-image] Aug 05 04:33:24.963 INFO O| Aug 05 04:33:24.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57352026-08-05T04:33:25.780Z[ recovery-image] Aug 05 04:33:24.963 INFO O| Aug 05 04:33:24.963 INFO STEP 163 (remove_files) COMPLETE
57362026-08-05T04:33:25.784Z[ recovery-image] Aug 05 04:33:24.963 INFO O| Aug 05 04:33:24.963 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-05T04:33:25.790Z[ recovery-image] Aug 05 04:33:24.973 INFO O| Aug 05 04:33:24.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57382026-08-05T04:33:25.790Z[ recovery-image] Aug 05 04:33:24.973 INFO O| Aug 05 04:33:24.973 INFO STEP 164 (remove_files) COMPLETE
57392026-08-05T04:33:25.790Z[ recovery-image] Aug 05 04:33:24.973 INFO O| Aug 05 04:33:24.973 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-05T04:33:25.818Z[ recovery-image] Aug 05 04:33:25.000 INFO O| Aug 05 04:33:25.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57412026-08-05T04:33:25.822Z[verify-libraries] Compiling generic-array v1.4.3
57422026-08-05T04:33:25.822Z[ recovery-image] Aug 05 04:33:25.001 INFO O| Aug 05 04:33:25.001 INFO STEP 165 (remove_files) COMPLETE
57432026-08-05T04:33:25.822Z[ recovery-image] Aug 05 04:33:25.001 INFO O| Aug 05 04:33:25.001 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-05T04:33:25.835Z[ recovery-image] Aug 05 04:33:25.018 INFO O| Aug 05 04:33:25.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57452026-08-05T04:33:25.835Z[ recovery-image] Aug 05 04:33:25.018 INFO O| Aug 05 04:33:25.018 INFO STEP 166 (remove_files) COMPLETE
57462026-08-05T04:33:25.839Z[ recovery-image] Aug 05 04:33:25.018 INFO O| Aug 05 04:33:25.018 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-05T04:33:25.857Z[ recovery-image] Aug 05 04:33:25.039 INFO O| Aug 05 04:33:25.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57482026-08-05T04:33:25.857Z[ recovery-image] Aug 05 04:33:25.040 INFO O| Aug 05 04:33:25.039 INFO STEP 167 (remove_files) COMPLETE
57492026-08-05T04:33:25.861Z[ recovery-image] Aug 05 04:33:25.040 INFO O| Aug 05 04:33:25.040 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-05T04:33:25.861Z[verify-libraries] Compiling russh-util v0.52.0
57512026-08-05T04:33:25.883Z[ recovery-image] Aug 05 04:33:25.063 INFO O| Aug 05 04:33:25.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57522026-08-05T04:33:25.883Z[ recovery-image] Aug 05 04:33:25.063 INFO O| Aug 05 04:33:25.060 INFO STEP 168 (remove_files) COMPLETE
57532026-08-05T04:33:25.887Z[ recovery-image] Aug 05 04:33:25.063 INFO O| Aug 05 04:33:25.060 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-05T04:33:25.890Z[ recovery-image] Aug 05 04:33:25.071 INFO O| Aug 05 04:33:25.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57552026-08-05T04:33:25.890Z[ recovery-image] Aug 05 04:33:25.071 INFO O| Aug 05 04:33:25.071 INFO STEP 169 (remove_files) COMPLETE
57562026-08-05T04:33:25.890Z[ recovery-image] Aug 05 04:33:25.071 INFO O| Aug 05 04:33:25.071 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-05T04:33:25.891Z[verify-libraries] Compiling enum_dispatch v0.3.13
57582026-08-05T04:33:25.900Z[ recovery-image] Aug 05 04:33:25.081 INFO O| Aug 05 04:33:25.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57592026-08-05T04:33:25.904Z[ recovery-image] Aug 05 04:33:25.083 INFO O| Aug 05 04:33:25.083 INFO STEP 170 (remove_files) COMPLETE
57602026-08-05T04:33:25.904Z[ recovery-image] Aug 05 04:33:25.083 INFO O| Aug 05 04:33:25.083 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-05T04:33:25.910Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
57622026-08-05T04:33:25.914Z[ recovery-image] Aug 05 04:33:25.093 INFO O| Aug 05 04:33:25.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57632026-08-05T04:33:25.914Z[ recovery-image] Aug 05 04:33:25.094 INFO O| Aug 05 04:33:25.093 INFO STEP 171 (remove_files) COMPLETE
57642026-08-05T04:33:25.914Z[ recovery-image] Aug 05 04:33:25.094 INFO O| Aug 05 04:33:25.093 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-05T04:33:25.921Z[ recovery-image] Aug 05 04:33:25.103 INFO O| Aug 05 04:33:25.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57662026-08-05T04:33:25.921Z[ recovery-image] Aug 05 04:33:25.103 INFO O| Aug 05 04:33:25.103 INFO STEP 172 (remove_files) COMPLETE
57672026-08-05T04:33:25.921Z[ recovery-image] Aug 05 04:33:25.103 INFO O| Aug 05 04:33:25.103 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-05T04:33:25.929Z[ recovery-image] Aug 05 04:33:25.112 INFO O| Aug 05 04:33:25.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57692026-08-05T04:33:25.929Z[ recovery-image] Aug 05 04:33:25.112 INFO O| Aug 05 04:33:25.112 INFO STEP 173 (remove_files) COMPLETE
57702026-08-05T04:33:25.932Z[ recovery-image] Aug 05 04:33:25.112 INFO O| Aug 05 04:33:25.112 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-05T04:33:25.937Z[ recovery-image] Aug 05 04:33:25.120 INFO O| Aug 05 04:33:25.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57722026-08-05T04:33:25.937Z[ recovery-image] Aug 05 04:33:25.120 INFO O| Aug 05 04:33:25.120 INFO STEP 174 (remove_files) COMPLETE
57732026-08-05T04:33:25.937Z[ recovery-image] Aug 05 04:33:25.120 INFO O| Aug 05 04:33:25.120 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-05T04:33:25.946Z[ recovery-image] Aug 05 04:33:25.129 INFO O| Aug 05 04:33:25.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57752026-08-05T04:33:25.946Z[ recovery-image] Aug 05 04:33:25.129 INFO O| Aug 05 04:33:25.129 INFO STEP 175 (remove_files) COMPLETE
57762026-08-05T04:33:25.947Z[ recovery-image] Aug 05 04:33:25.129 INFO O| Aug 05 04:33:25.129 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-05T04:33:25.956Z[ recovery-image] Aug 05 04:33:25.138 INFO O| Aug 05 04:33:25.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57782026-08-05T04:33:25.967Z[ recovery-image] Aug 05 04:33:25.147 INFO O| Aug 05 04:33:25.147 INFO STEP 176 (remove_files) COMPLETE
57792026-08-05T04:33:25.967Z[ recovery-image] Aug 05 04:33:25.147 INFO O| Aug 05 04:33:25.147 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-05T04:33:25.970Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
57812026-08-05T04:33:25.974Z[ recovery-image] Aug 05 04:33:25.156 INFO O| Aug 05 04:33:25.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57822026-08-05T04:33:25.974Z[ recovery-image] Aug 05 04:33:25.156 INFO O| Aug 05 04:33:25.156 INFO STEP 177 (remove_files) COMPLETE
57832026-08-05T04:33:25.975Z[ recovery-image] Aug 05 04:33:25.156 INFO O| Aug 05 04:33:25.156 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-05T04:33:25.982Z[ recovery-image] Aug 05 04:33:25.164 INFO O| Aug 05 04:33:25.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57852026-08-05T04:33:25.982Z[ recovery-image] Aug 05 04:33:25.164 INFO O| Aug 05 04:33:25.164 INFO STEP 178 (remove_files) COMPLETE
57862026-08-05T04:33:25.982Z[ recovery-image] Aug 05 04:33:25.164 INFO O| Aug 05 04:33:25.164 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-05T04:33:25.990Z[ recovery-image] Aug 05 04:33:25.173 INFO O| Aug 05 04:33:25.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57882026-08-05T04:33:25.990Z[ recovery-image] Aug 05 04:33:25.173 INFO O| Aug 05 04:33:25.173 INFO STEP 179 (remove_files) COMPLETE
57892026-08-05T04:33:25.990Z[ recovery-image] Aug 05 04:33:25.173 INFO O| Aug 05 04:33:25.173 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-05T04:33:25.999Z[ recovery-image] Aug 05 04:33:25.180 INFO O| Aug 05 04:33:25.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57912026-08-05T04:33:25.999Z[ recovery-image] Aug 05 04:33:25.180 INFO O| Aug 05 04:33:25.180 INFO STEP 180 (remove_files) COMPLETE
57922026-08-05T04:33:26.004Z[ recovery-image] Aug 05 04:33:25.180 INFO O| Aug 05 04:33:25.180 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-05T04:33:26.027Z[ recovery-image] Aug 05 04:33:25.187 INFO O| Aug 05 04:33:25.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57942026-08-05T04:33:26.027Z[ recovery-image] Aug 05 04:33:25.187 INFO O| Aug 05 04:33:25.187 INFO STEP 181 (remove_files) COMPLETE
57952026-08-05T04:33:26.027Z[ recovery-image] Aug 05 04:33:25.187 INFO O| Aug 05 04:33:25.187 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-05T04:33:26.032Z[ recovery-image] Aug 05 04:33:25.194 INFO O| Aug 05 04:33:25.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57972026-08-05T04:33:26.032Z[ recovery-image] Aug 05 04:33:25.194 INFO O| Aug 05 04:33:25.194 INFO STEP 182 (remove_files) COMPLETE
57982026-08-05T04:33:26.032Z[ recovery-image] Aug 05 04:33:25.194 INFO O| Aug 05 04:33:25.194 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-05T04:33:26.032Z[ recovery-image] Aug 05 04:33:25.202 INFO O| Aug 05 04:33:25.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58002026-08-05T04:33:26.032Z[ recovery-image] Aug 05 04:33:25.202 INFO O| Aug 05 04:33:25.202 INFO STEP 183 (remove_files) COMPLETE
58012026-08-05T04:33:26.032Z[ recovery-image] Aug 05 04:33:25.202 INFO O| Aug 05 04:33:25.202 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-05T04:33:26.032Z[ recovery-image] Aug 05 04:33:25.210 INFO O| Aug 05 04:33:25.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58032026-08-05T04:33:26.032Z[ recovery-image] Aug 05 04:33:25.210 INFO O| Aug 05 04:33:25.210 INFO STEP 184 (remove_files) COMPLETE
58042026-08-05T04:33:26.032Z[ recovery-image] Aug 05 04:33:25.210 INFO O| Aug 05 04:33:25.210 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-05T04:33:26.036Z[ recovery-image] Aug 05 04:33:25.218 INFO O| Aug 05 04:33:25.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58062026-08-05T04:33:26.037Z[ recovery-image] Aug 05 04:33:25.218 INFO O| Aug 05 04:33:25.218 INFO STEP 185 (remove_files) COMPLETE
58072026-08-05T04:33:26.037Z[ recovery-image] Aug 05 04:33:25.218 INFO O| Aug 05 04:33:25.218 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-08-05T04:33:26.040Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
58092026-08-05T04:33:26.044Z[ recovery-image] Aug 05 04:33:25.226 INFO O| Aug 05 04:33:25.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58102026-08-05T04:33:26.044Z[ recovery-image] Aug 05 04:33:25.226 INFO O| Aug 05 04:33:25.226 INFO STEP 186 (remove_files) COMPLETE
58112026-08-05T04:33:26.044Z[ recovery-image] Aug 05 04:33:25.226 INFO O| Aug 05 04:33:25.226 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-05T04:33:26.051Z[ recovery-image] Aug 05 04:33:25.234 INFO O| Aug 05 04:33:25.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58132026-08-05T04:33:26.051Z[ recovery-image] Aug 05 04:33:25.234 INFO O| Aug 05 04:33:25.234 INFO STEP 187 (remove_files) COMPLETE
58142026-08-05T04:33:26.055Z[ recovery-image] Aug 05 04:33:25.234 INFO O| Aug 05 04:33:25.234 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-05T04:33:26.059Z[ recovery-image] Aug 05 04:33:25.242 INFO O| Aug 05 04:33:25.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58162026-08-05T04:33:26.059Z[ recovery-image] Aug 05 04:33:25.242 INFO O| Aug 05 04:33:25.242 INFO STEP 188 (remove_files) COMPLETE
58172026-08-05T04:33:26.059Z[ recovery-image] Aug 05 04:33:25.242 INFO O| Aug 05 04:33:25.242 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-05T04:33:26.067Z[ recovery-image] Aug 05 04:33:25.250 INFO O| Aug 05 04:33:25.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58192026-08-05T04:33:26.067Z[ recovery-image] Aug 05 04:33:25.250 INFO O| Aug 05 04:33:25.250 INFO STEP 189 (remove_files) COMPLETE
58202026-08-05T04:33:26.071Z[ recovery-image] Aug 05 04:33:25.250 INFO O| Aug 05 04:33:25.250 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-05T04:33:26.077Z[ recovery-image] Aug 05 04:33:25.260 INFO O| Aug 05 04:33:25.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58222026-08-05T04:33:26.077Z[ recovery-image] Aug 05 04:33:25.260 INFO O| Aug 05 04:33:25.260 INFO STEP 190 (remove_files) COMPLETE
58232026-08-05T04:33:26.077Z[ recovery-image] Aug 05 04:33:25.260 INFO O| Aug 05 04:33:25.260 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-05T04:33:26.088Z[ recovery-image] Aug 05 04:33:25.270 INFO O| Aug 05 04:33:25.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58252026-08-05T04:33:26.088Z[ recovery-image] Aug 05 04:33:25.270 INFO O| Aug 05 04:33:25.270 INFO STEP 191 (remove_files) COMPLETE
58262026-08-05T04:33:26.092Z[ recovery-image] Aug 05 04:33:25.270 INFO O| Aug 05 04:33:25.270 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-05T04:33:26.097Z[ recovery-image] Aug 05 04:33:25.280 INFO O| Aug 05 04:33:25.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58282026-08-05T04:33:26.097Z[ recovery-image] Aug 05 04:33:25.280 INFO O| Aug 05 04:33:25.280 INFO STEP 192 (remove_files) COMPLETE
58292026-08-05T04:33:26.101Z[ recovery-image] Aug 05 04:33:25.280 INFO O| Aug 05 04:33:25.280 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-05T04:33:26.106Z[ recovery-image] Aug 05 04:33:25.288 INFO O| Aug 05 04:33:25.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58312026-08-05T04:33:26.106Z[ recovery-image] Aug 05 04:33:25.289 INFO O| Aug 05 04:33:25.289 INFO STEP 193 (remove_files) COMPLETE
58322026-08-05T04:33:26.109Z[ recovery-image] Aug 05 04:33:25.289 INFO O| Aug 05 04:33:25.289 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-05T04:33:26.114Z[ recovery-image] Aug 05 04:33:25.297 INFO O| Aug 05 04:33:25.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58342026-08-05T04:33:26.114Z[ recovery-image] Aug 05 04:33:25.297 INFO O| Aug 05 04:33:25.297 INFO STEP 194 (remove_files) COMPLETE
58352026-08-05T04:33:26.118Z[ recovery-image] Aug 05 04:33:25.297 INFO O| Aug 05 04:33:25.297 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-05T04:33:26.118Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
58372026-08-05T04:33:26.123Z[ recovery-image] Aug 05 04:33:25.306 INFO O| Aug 05 04:33:25.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58382026-08-05T04:33:26.123Z[ recovery-image] Aug 05 04:33:25.306 INFO O| Aug 05 04:33:25.306 INFO STEP 195 (remove_files) COMPLETE
58392026-08-05T04:33:26.127Z[ recovery-image] Aug 05 04:33:25.306 INFO O| Aug 05 04:33:25.306 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-05T04:33:26.132Z[ recovery-image] Aug 05 04:33:25.314 INFO O| Aug 05 04:33:25.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58412026-08-05T04:33:26.132Z[ recovery-image] Aug 05 04:33:25.314 INFO O| Aug 05 04:33:25.314 INFO STEP 196 (remove_files) COMPLETE
58422026-08-05T04:33:26.132Z[ recovery-image] Aug 05 04:33:25.314 INFO O| Aug 05 04:33:25.314 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-05T04:33:26.159Z[ recovery-image] Aug 05 04:33:25.341 INFO O| Aug 05 04:33:25.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58442026-08-05T04:33:26.159Z[ recovery-image] Aug 05 04:33:25.341 INFO O| Aug 05 04:33:25.341 INFO STEP 197 (remove_files) COMPLETE
58452026-08-05T04:33:26.159Z[ recovery-image] Aug 05 04:33:25.341 INFO O| Aug 05 04:33:25.341 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-05T04:33:26.169Z[ recovery-image] Aug 05 04:33:25.350 INFO O| Aug 05 04:33:25.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58472026-08-05T04:33:26.170Z[ recovery-image] Aug 05 04:33:25.350 INFO O| Aug 05 04:33:25.350 INFO STEP 198 (remove_files) COMPLETE
58482026-08-05T04:33:26.170Z[ recovery-image] Aug 05 04:33:25.350 INFO O| Aug 05 04:33:25.350 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-05T04:33:26.177Z[ recovery-image] Aug 05 04:33:25.359 INFO O| Aug 05 04:33:25.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58502026-08-05T04:33:26.181Z[ recovery-image] Aug 05 04:33:25.360 INFO O| Aug 05 04:33:25.360 INFO STEP 199 (remove_files) COMPLETE
58512026-08-05T04:33:26.181Z[ recovery-image] Aug 05 04:33:25.360 INFO O| Aug 05 04:33:25.360 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-05T04:33:26.194Z[ recovery-image] Aug 05 04:33:25.376 INFO O| Aug 05 04:33:25.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58532026-08-05T04:33:26.194Z[ recovery-image] Aug 05 04:33:25.376 INFO O| Aug 05 04:33:25.376 INFO STEP 200 (remove_files) COMPLETE
58542026-08-05T04:33:26.194Z[ recovery-image] Aug 05 04:33:25.376 INFO O| Aug 05 04:33:25.376 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-05T04:33:26.204Z[ recovery-image] Aug 05 04:33:25.385 INFO O| Aug 05 04:33:25.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58562026-08-05T04:33:26.204Z[ recovery-image] Aug 05 04:33:25.385 INFO O| Aug 05 04:33:25.385 INFO STEP 201 (remove_files) COMPLETE
58572026-08-05T04:33:26.204Z[ recovery-image] Aug 05 04:33:25.385 INFO O| Aug 05 04:33:25.385 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-05T04:33:26.212Z[ recovery-image] Aug 05 04:33:25.394 INFO O| Aug 05 04:33:25.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58592026-08-05T04:33:26.212Z[ recovery-image] Aug 05 04:33:25.394 INFO O| Aug 05 04:33:25.394 INFO STEP 202 (remove_files) COMPLETE
58602026-08-05T04:33:26.212Z[ recovery-image] Aug 05 04:33:25.394 INFO O| Aug 05 04:33:25.394 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-05T04:33:26.221Z[ recovery-image] Aug 05 04:33:25.404 INFO O| Aug 05 04:33:25.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58622026-08-05T04:33:26.221Z[ recovery-image] Aug 05 04:33:25.404 INFO O| Aug 05 04:33:25.404 INFO STEP 203 (remove_files) COMPLETE
58632026-08-05T04:33:26.226Z[ recovery-image] Aug 05 04:33:25.404 INFO O| Aug 05 04:33:25.404 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-05T04:33:26.231Z[ recovery-image] Aug 05 04:33:25.414 INFO O| Aug 05 04:33:25.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58652026-08-05T04:33:26.231Z[ recovery-image] Aug 05 04:33:25.414 INFO O| Aug 05 04:33:25.414 INFO STEP 204 (remove_files) COMPLETE
58662026-08-05T04:33:26.235Z[ recovery-image] Aug 05 04:33:25.414 INFO O| Aug 05 04:33:25.414 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-05T04:33:26.241Z[ recovery-image] Aug 05 04:33:25.424 INFO O| Aug 05 04:33:25.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58682026-08-05T04:33:26.241Z[ recovery-image] Aug 05 04:33:25.424 INFO O| Aug 05 04:33:25.424 INFO STEP 205 (remove_files) COMPLETE
58692026-08-05T04:33:26.241Z[ recovery-image] Aug 05 04:33:25.424 INFO O| Aug 05 04:33:25.424 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-05T04:33:26.251Z[ recovery-image] Aug 05 04:33:25.434 INFO O| Aug 05 04:33:25.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58712026-08-05T04:33:26.251Z[ recovery-image] Aug 05 04:33:25.434 INFO O| Aug 05 04:33:25.434 INFO STEP 206 (remove_files) COMPLETE
58722026-08-05T04:33:26.251Z[ recovery-image] Aug 05 04:33:25.434 INFO O| Aug 05 04:33:25.434 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-05T04:33:26.261Z[ recovery-image] Aug 05 04:33:25.443 INFO O| Aug 05 04:33:25.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58742026-08-05T04:33:26.261Z[ recovery-image] Aug 05 04:33:25.443 INFO O| Aug 05 04:33:25.443 INFO STEP 207 (remove_files) COMPLETE
58752026-08-05T04:33:26.261Z[ recovery-image] Aug 05 04:33:25.443 INFO O| Aug 05 04:33:25.443 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-05T04:33:26.269Z[ recovery-image] Aug 05 04:33:25.452 INFO O| Aug 05 04:33:25.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58772026-08-05T04:33:26.270Z[ recovery-image] Aug 05 04:33:25.452 INFO O| Aug 05 04:33:25.452 INFO STEP 208 (remove_files) COMPLETE
58782026-08-05T04:33:26.276Z[ recovery-image] Aug 05 04:33:25.452 INFO O| Aug 05 04:33:25.452 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-05T04:33:26.287Z[ recovery-image] Aug 05 04:33:25.461 INFO O| Aug 05 04:33:25.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58802026-08-05T04:33:26.287Z[ recovery-image] Aug 05 04:33:25.461 INFO O| Aug 05 04:33:25.461 INFO STEP 209 (remove_files) COMPLETE
58812026-08-05T04:33:26.287Z[ recovery-image] Aug 05 04:33:25.461 INFO O| Aug 05 04:33:25.461 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-05T04:33:26.287Z[ recovery-image] Aug 05 04:33:25.468 INFO O| Aug 05 04:33:25.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58832026-08-05T04:33:26.287Z[ recovery-image] Aug 05 04:33:25.468 INFO O| Aug 05 04:33:25.468 INFO STEP 210 (remove_files) COMPLETE
58842026-08-05T04:33:26.287Z[ recovery-image] Aug 05 04:33:25.468 INFO O| Aug 05 04:33:25.468 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-05T04:33:26.294Z[ recovery-image] Aug 05 04:33:25.476 INFO O| Aug 05 04:33:25.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58862026-08-05T04:33:26.294Z[ recovery-image] Aug 05 04:33:25.476 INFO O| Aug 05 04:33:25.476 INFO STEP 211 (remove_files) COMPLETE
58872026-08-05T04:33:26.294Z[ recovery-image] Aug 05 04:33:25.476 INFO O| Aug 05 04:33:25.476 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-05T04:33:26.302Z[ recovery-image] Aug 05 04:33:25.485 INFO O| Aug 05 04:33:25.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58892026-08-05T04:33:26.302Z[ recovery-image] Aug 05 04:33:25.485 INFO O| Aug 05 04:33:25.485 INFO STEP 212 (remove_files) COMPLETE
58902026-08-05T04:33:26.306Z[ recovery-image] Aug 05 04:33:25.485 INFO O| Aug 05 04:33:25.485 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-05T04:33:26.310Z[ recovery-image] Aug 05 04:33:25.493 INFO O| Aug 05 04:33:25.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58922026-08-05T04:33:26.310Z[ recovery-image] Aug 05 04:33:25.493 INFO O| Aug 05 04:33:25.493 INFO STEP 213 (remove_files) COMPLETE
58932026-08-05T04:33:26.310Z[ recovery-image] Aug 05 04:33:25.493 INFO O| Aug 05 04:33:25.493 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-05T04:33:26.319Z[ recovery-image] Aug 05 04:33:25.502 INFO O| Aug 05 04:33:25.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58952026-08-05T04:33:26.319Z[ recovery-image] Aug 05 04:33:25.502 INFO O| Aug 05 04:33:25.502 INFO STEP 214 (remove_files) COMPLETE
58962026-08-05T04:33:26.319Z[ recovery-image] Aug 05 04:33:25.502 INFO O| Aug 05 04:33:25.502 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-05T04:33:26.329Z[ recovery-image] Aug 05 04:33:25.512 INFO O| Aug 05 04:33:25.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58982026-08-05T04:33:26.329Z[ recovery-image] Aug 05 04:33:25.512 INFO O| Aug 05 04:33:25.512 INFO STEP 215 (remove_files) COMPLETE
58992026-08-05T04:33:26.329Z[ recovery-image] Aug 05 04:33:25.512 INFO O| Aug 05 04:33:25.512 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-05T04:33:26.339Z[ recovery-image] Aug 05 04:33:25.521 INFO O| Aug 05 04:33:25.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59012026-08-05T04:33:26.339Z[ recovery-image] Aug 05 04:33:25.521 INFO O| Aug 05 04:33:25.521 INFO STEP 216 (remove_files) COMPLETE
59022026-08-05T04:33:26.339Z[ recovery-image] Aug 05 04:33:25.521 INFO O| Aug 05 04:33:25.521 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-05T04:33:26.347Z[ recovery-image] Aug 05 04:33:25.530 INFO O| Aug 05 04:33:25.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59042026-08-05T04:33:26.347Z[ recovery-image] Aug 05 04:33:25.530 INFO O| Aug 05 04:33:25.530 INFO STEP 217 (remove_files) COMPLETE
59052026-08-05T04:33:26.347Z[ recovery-image] Aug 05 04:33:25.530 INFO O| Aug 05 04:33:25.530 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-05T04:33:26.357Z[ recovery-image] Aug 05 04:33:25.539 INFO O| Aug 05 04:33:25.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59072026-08-05T04:33:26.357Z[ recovery-image] Aug 05 04:33:25.540 INFO O| Aug 05 04:33:25.539 INFO STEP 218 (remove_files) COMPLETE
59082026-08-05T04:33:26.357Z[ recovery-image] Aug 05 04:33:25.540 INFO O| Aug 05 04:33:25.539 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-05T04:33:26.366Z[ recovery-image] Aug 05 04:33:25.549 INFO O| Aug 05 04:33:25.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59102026-08-05T04:33:26.366Z[ recovery-image] Aug 05 04:33:25.549 INFO O| Aug 05 04:33:25.549 INFO STEP 219 (remove_files) COMPLETE
59112026-08-05T04:33:26.366Z[ recovery-image] Aug 05 04:33:25.549 INFO O| Aug 05 04:33:25.549 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-05T04:33:26.375Z[ recovery-image] Aug 05 04:33:25.558 INFO O| Aug 05 04:33:25.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59132026-08-05T04:33:26.375Z[ recovery-image] Aug 05 04:33:25.558 INFO O| Aug 05 04:33:25.558 INFO STEP 220 (remove_files) COMPLETE
59142026-08-05T04:33:26.379Z[ recovery-image] Aug 05 04:33:25.558 INFO O| Aug 05 04:33:25.558 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-05T04:33:26.384Z[ recovery-image] Aug 05 04:33:25.567 INFO O| Aug 05 04:33:25.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59162026-08-05T04:33:26.384Z[ recovery-image] Aug 05 04:33:25.567 INFO O| Aug 05 04:33:25.567 INFO STEP 221 (remove_files) COMPLETE
59172026-08-05T04:33:26.388Z[ recovery-image] Aug 05 04:33:25.567 INFO O| Aug 05 04:33:25.567 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-05T04:33:26.388Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
59192026-08-05T04:33:26.392Z[ recovery-image] Aug 05 04:33:25.575 INFO O| Aug 05 04:33:25.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59202026-08-05T04:33:26.393Z[ recovery-image] Aug 05 04:33:25.575 INFO O| Aug 05 04:33:25.575 INFO STEP 222 (remove_files) COMPLETE
59212026-08-05T04:33:26.396Z[ recovery-image] Aug 05 04:33:25.575 INFO O| Aug 05 04:33:25.575 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-05T04:33:26.401Z[ recovery-image] Aug 05 04:33:25.584 INFO O| Aug 05 04:33:25.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59232026-08-05T04:33:26.401Z[ recovery-image] Aug 05 04:33:25.584 INFO O| Aug 05 04:33:25.584 INFO STEP 223 (remove_files) COMPLETE
59242026-08-05T04:33:26.401Z[ recovery-image] Aug 05 04:33:25.584 INFO O| Aug 05 04:33:25.584 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-05T04:33:26.410Z[ recovery-image] Aug 05 04:33:25.592 INFO O| Aug 05 04:33:25.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59262026-08-05T04:33:26.410Z[ recovery-image] Aug 05 04:33:25.593 INFO O| Aug 05 04:33:25.592 INFO STEP 224 (remove_files) COMPLETE
59272026-08-05T04:33:26.413Z[ recovery-image] Aug 05 04:33:25.593 INFO O| Aug 05 04:33:25.592 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-05T04:33:26.418Z[ recovery-image] Aug 05 04:33:25.601 INFO O| Aug 05 04:33:25.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59292026-08-05T04:33:26.418Z[ recovery-image] Aug 05 04:33:25.601 INFO O| Aug 05 04:33:25.601 INFO STEP 225 (remove_files) COMPLETE
59302026-08-05T04:33:26.422Z[ recovery-image] Aug 05 04:33:25.601 INFO O| Aug 05 04:33:25.601 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-05T04:33:26.428Z[ recovery-image] Aug 05 04:33:25.610 INFO O| Aug 05 04:33:25.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59322026-08-05T04:33:26.428Z[ recovery-image] Aug 05 04:33:25.611 INFO O| Aug 05 04:33:25.611 INFO STEP 226 (remove_files) COMPLETE
59332026-08-05T04:33:26.428Z[ recovery-image] Aug 05 04:33:25.611 INFO O| Aug 05 04:33:25.611 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-05T04:33:26.436Z[ recovery-image] Aug 05 04:33:25.619 INFO O| Aug 05 04:33:25.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59352026-08-05T04:33:26.436Z[ recovery-image] Aug 05 04:33:25.619 INFO O| Aug 05 04:33:25.619 INFO STEP 227 (remove_files) COMPLETE
59362026-08-05T04:33:26.436Z[ recovery-image] Aug 05 04:33:25.619 INFO O| Aug 05 04:33:25.619 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-05T04:33:26.444Z[ recovery-image] Aug 05 04:33:25.627 INFO O| Aug 05 04:33:25.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59382026-08-05T04:33:26.445Z[ recovery-image] Aug 05 04:33:25.627 INFO O| Aug 05 04:33:25.627 INFO STEP 228 (remove_files) COMPLETE
59392026-08-05T04:33:26.445Z[ recovery-image] Aug 05 04:33:25.627 INFO O| Aug 05 04:33:25.627 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-05T04:33:26.453Z[ recovery-image] Aug 05 04:33:25.635 INFO O| Aug 05 04:33:25.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59412026-08-05T04:33:26.453Z[ recovery-image] Aug 05 04:33:25.635 INFO O| Aug 05 04:33:25.635 INFO STEP 229 (remove_files) COMPLETE
59422026-08-05T04:33:26.453Z[ recovery-image] Aug 05 04:33:25.635 INFO O| Aug 05 04:33:25.635 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-05T04:33:26.461Z[ recovery-image] Aug 05 04:33:25.644 INFO O| Aug 05 04:33:25.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59442026-08-05T04:33:26.461Z[ recovery-image] Aug 05 04:33:25.644 INFO O| Aug 05 04:33:25.644 INFO STEP 230 (remove_files) COMPLETE
59452026-08-05T04:33:26.465Z[ recovery-image] Aug 05 04:33:25.644 INFO O| Aug 05 04:33:25.644 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-05T04:33:26.486Z[ recovery-image] Aug 05 04:33:25.666 INFO O| Aug 05 04:33:25.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59472026-08-05T04:33:26.486Z[ recovery-image] Aug 05 04:33:25.666 INFO O| Aug 05 04:33:25.666 INFO STEP 231 (remove_files) COMPLETE
59482026-08-05T04:33:26.489Z[ recovery-image] Aug 05 04:33:25.666 INFO O| Aug 05 04:33:25.666 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-05T04:33:26.494Z[ recovery-image] Aug 05 04:33:25.676 INFO O| Aug 05 04:33:25.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59502026-08-05T04:33:26.494Z[ recovery-image] Aug 05 04:33:25.676 INFO O| Aug 05 04:33:25.676 INFO STEP 232 (remove_files) COMPLETE
59512026-08-05T04:33:26.497Z[ recovery-image] Aug 05 04:33:25.676 INFO O| Aug 05 04:33:25.676 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-05T04:33:26.503Z[ recovery-image] Aug 05 04:33:25.685 INFO O| Aug 05 04:33:25.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59532026-08-05T04:33:26.503Z[ recovery-image] Aug 05 04:33:25.685 INFO O| Aug 05 04:33:25.685 INFO STEP 233 (remove_files) COMPLETE
59542026-08-05T04:33:26.506Z[ recovery-image] Aug 05 04:33:25.685 INFO O| Aug 05 04:33:25.685 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-05T04:33:26.511Z[ recovery-image] Aug 05 04:33:25.694 INFO O| Aug 05 04:33:25.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59562026-08-05T04:33:26.511Z[ recovery-image] Aug 05 04:33:25.694 INFO O| Aug 05 04:33:25.694 INFO STEP 234 (remove_files) COMPLETE
59572026-08-05T04:33:26.511Z[ recovery-image] Aug 05 04:33:25.694 INFO O| Aug 05 04:33:25.694 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-05T04:33:26.520Z[ recovery-image] Aug 05 04:33:25.702 INFO O| Aug 05 04:33:25.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59592026-08-05T04:33:26.520Z[ recovery-image] Aug 05 04:33:25.702 INFO O| Aug 05 04:33:25.702 INFO STEP 235 (remove_files) COMPLETE
59602026-08-05T04:33:26.520Z[ recovery-image] Aug 05 04:33:25.702 INFO O| Aug 05 04:33:25.702 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-05T04:33:26.529Z[ recovery-image] Aug 05 04:33:25.712 INFO O| Aug 05 04:33:25.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59622026-08-05T04:33:26.529Z[ recovery-image] Aug 05 04:33:25.712 INFO O| Aug 05 04:33:25.712 INFO STEP 236 (remove_files) COMPLETE
59632026-08-05T04:33:26.530Z[ recovery-image] Aug 05 04:33:25.712 INFO O| Aug 05 04:33:25.712 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-05T04:33:26.539Z[ recovery-image] Aug 05 04:33:25.721 INFO O| Aug 05 04:33:25.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59652026-08-05T04:33:26.539Z[ recovery-image] Aug 05 04:33:25.721 INFO O| Aug 05 04:33:25.721 INFO STEP 237 (remove_files) COMPLETE
59662026-08-05T04:33:26.539Z[ recovery-image] Aug 05 04:33:25.721 INFO O| Aug 05 04:33:25.721 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-05T04:33:26.548Z[ recovery-image] Aug 05 04:33:25.730 INFO O| Aug 05 04:33:25.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59682026-08-05T04:33:26.556Z[ recovery-image] Aug 05 04:33:25.731 INFO O| Aug 05 04:33:25.731 INFO STEP 238 (remove_files) COMPLETE
59692026-08-05T04:33:26.556Z[ recovery-image] Aug 05 04:33:25.731 INFO O| Aug 05 04:33:25.731 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-05T04:33:26.560Z[ recovery-image] Aug 05 04:33:25.742 INFO O| Aug 05 04:33:25.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59712026-08-05T04:33:26.560Z[ recovery-image] Aug 05 04:33:25.742 INFO O| Aug 05 04:33:25.742 INFO STEP 239 (remove_files) COMPLETE
59722026-08-05T04:33:26.560Z[ recovery-image] Aug 05 04:33:25.742 INFO O| Aug 05 04:33:25.742 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-05T04:33:26.569Z[ recovery-image] Aug 05 04:33:25.752 INFO O| Aug 05 04:33:25.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59742026-08-05T04:33:26.569Z[ recovery-image] Aug 05 04:33:25.752 INFO O| Aug 05 04:33:25.752 INFO STEP 240 (remove_files) COMPLETE
59752026-08-05T04:33:26.574Z[ recovery-image] Aug 05 04:33:25.752 INFO O| Aug 05 04:33:25.752 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-05T04:33:26.592Z[ recovery-image] Aug 05 04:33:25.774 INFO O| Aug 05 04:33:25.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59772026-08-05T04:33:26.592Z[ recovery-image] Aug 05 04:33:25.774 INFO O| Aug 05 04:33:25.774 INFO STEP 241 (remove_files) COMPLETE
59782026-08-05T04:33:26.592Z[ recovery-image] Aug 05 04:33:25.774 INFO O| Aug 05 04:33:25.774 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-05T04:33:26.603Z[ recovery-image] Aug 05 04:33:25.786 INFO O| Aug 05 04:33:25.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59802026-08-05T04:33:26.603Z[ recovery-image] Aug 05 04:33:25.786 INFO O| Aug 05 04:33:25.786 INFO STEP 242 (remove_files) COMPLETE
59812026-08-05T04:33:26.603Z[ recovery-image] Aug 05 04:33:25.786 INFO O| Aug 05 04:33:25.786 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-05T04:33:26.614Z[ recovery-image] Aug 05 04:33:25.796 INFO O| Aug 05 04:33:25.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59832026-08-05T04:33:26.614Z[ recovery-image] Aug 05 04:33:25.796 INFO O| Aug 05 04:33:25.796 INFO STEP 243 (remove_files) COMPLETE
59842026-08-05T04:33:26.614Z[ recovery-image] Aug 05 04:33:25.796 INFO O| Aug 05 04:33:25.796 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-05T04:33:26.628Z[ recovery-image] Aug 05 04:33:25.810 INFO O| Aug 05 04:33:25.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59862026-08-05T04:33:26.628Z[ recovery-image] Aug 05 04:33:25.811 INFO O| Aug 05 04:33:25.810 INFO STEP 244 (remove_files) COMPLETE
59872026-08-05T04:33:26.632Z[ recovery-image] Aug 05 04:33:25.811 INFO O| Aug 05 04:33:25.810 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-05T04:33:26.642Z[ recovery-image] Aug 05 04:33:25.820 INFO O| Aug 05 04:33:25.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59892026-08-05T04:33:26.642Z[ recovery-image] Aug 05 04:33:25.820 INFO O| Aug 05 04:33:25.820 INFO STEP 245 (remove_files) COMPLETE
59902026-08-05T04:33:26.645Z[ recovery-image] Aug 05 04:33:25.820 INFO O| Aug 05 04:33:25.820 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-05T04:33:26.646Z[ recovery-image] Aug 05 04:33:25.828 INFO O| Aug 05 04:33:25.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59922026-08-05T04:33:26.646Z[ recovery-image] Aug 05 04:33:25.828 INFO O| Aug 05 04:33:25.828 INFO STEP 246 (remove_files) COMPLETE
59932026-08-05T04:33:26.646Z[ recovery-image] Aug 05 04:33:25.828 INFO O| Aug 05 04:33:25.828 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-05T04:33:26.655Z[ recovery-image] Aug 05 04:33:25.838 INFO O| Aug 05 04:33:25.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59952026-08-05T04:33:26.655Z[ recovery-image] Aug 05 04:33:25.838 INFO O| Aug 05 04:33:25.838 INFO STEP 247 (remove_files) COMPLETE
59962026-08-05T04:33:26.655Z[ recovery-image] Aug 05 04:33:25.838 INFO O| Aug 05 04:33:25.838 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-05T04:33:26.665Z[ recovery-image] Aug 05 04:33:25.847 INFO O| Aug 05 04:33:25.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59982026-08-05T04:33:26.665Z[ recovery-image] Aug 05 04:33:25.847 INFO O| Aug 05 04:33:25.847 INFO STEP 248 (remove_files) COMPLETE
59992026-08-05T04:33:26.673Z[ recovery-image] Aug 05 04:33:25.847 INFO O| Aug 05 04:33:25.847 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-05T04:33:26.679Z[ recovery-image] Aug 05 04:33:25.856 INFO O| Aug 05 04:33:25.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60012026-08-05T04:33:26.680Z[ recovery-image] Aug 05 04:33:25.856 INFO O| Aug 05 04:33:25.856 INFO STEP 249 (remove_files) COMPLETE
60022026-08-05T04:33:26.680Z[ recovery-image] Aug 05 04:33:25.856 INFO O| Aug 05 04:33:25.856 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-05T04:33:26.684Z[ recovery-image] Aug 05 04:33:25.865 INFO O| Aug 05 04:33:25.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60042026-08-05T04:33:26.684Z[ recovery-image] Aug 05 04:33:25.865 INFO O| Aug 05 04:33:25.865 INFO STEP 250 (remove_files) COMPLETE
60052026-08-05T04:33:26.684Z[ recovery-image] Aug 05 04:33:25.865 INFO O| Aug 05 04:33:25.865 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-05T04:33:26.692Z[ recovery-image] Aug 05 04:33:25.873 INFO O| Aug 05 04:33:25.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60072026-08-05T04:33:26.692Z[ recovery-image] Aug 05 04:33:25.873 INFO O| Aug 05 04:33:25.873 INFO STEP 251 (remove_files) COMPLETE
60082026-08-05T04:33:26.692Z[ recovery-image] Aug 05 04:33:25.873 INFO O| Aug 05 04:33:25.873 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-05T04:33:26.768Z[ recovery-image] Aug 05 04:33:25.950 INFO O| Aug 05 04:33:25.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60102026-08-05T04:33:26.768Z[ recovery-image] Aug 05 04:33:25.951 INFO O| Aug 05 04:33:25.950 INFO STEP 252 (remove_files) COMPLETE
60112026-08-05T04:33:26.772Z[ recovery-image] Aug 05 04:33:25.951 INFO O| Aug 05 04:33:25.950 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-05T04:33:26.786Z[ recovery-image] Aug 05 04:33:25.969 INFO O| Aug 05 04:33:25.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60132026-08-05T04:33:26.786Z[ recovery-image] Aug 05 04:33:25.969 INFO O| Aug 05 04:33:25.969 INFO STEP 253 (remove_files) COMPLETE
60142026-08-05T04:33:26.786Z[ recovery-image] Aug 05 04:33:25.969 INFO O| Aug 05 04:33:25.969 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-05T04:33:26.808Z[ recovery-image] Aug 05 04:33:25.990 INFO O| Aug 05 04:33:25.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60162026-08-05T04:33:26.808Z[ recovery-image] Aug 05 04:33:25.990 INFO O| Aug 05 04:33:25.990 INFO STEP 254 (remove_files) COMPLETE
60172026-08-05T04:33:26.808Z[ recovery-image] Aug 05 04:33:25.990 INFO O| Aug 05 04:33:25.990 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-05T04:33:26.816Z[ recovery-image] Aug 05 04:33:25.999 INFO O| Aug 05 04:33:25.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60192026-08-05T04:33:26.816Z[ recovery-image] Aug 05 04:33:25.999 INFO O| Aug 05 04:33:25.999 INFO STEP 255 (remove_files) COMPLETE
60202026-08-05T04:33:26.816Z[ recovery-image] Aug 05 04:33:25.999 INFO O| Aug 05 04:33:25.999 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-05T04:33:26.826Z[ recovery-image] Aug 05 04:33:26.009 INFO O| Aug 05 04:33:26.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60222026-08-05T04:33:26.826Z[ recovery-image] Aug 05 04:33:26.009 INFO O| Aug 05 04:33:26.009 INFO STEP 256 (remove_files) COMPLETE
60232026-08-05T04:33:26.826Z[ recovery-image] Aug 05 04:33:26.009 INFO O| Aug 05 04:33:26.009 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-05T04:33:26.835Z[ recovery-image] Aug 05 04:33:26.018 INFO O| Aug 05 04:33:26.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60252026-08-05T04:33:26.835Z[ recovery-image] Aug 05 04:33:26.018 INFO O| Aug 05 04:33:26.018 INFO STEP 257 (remove_files) COMPLETE
60262026-08-05T04:33:26.835Z[ recovery-image] Aug 05 04:33:26.018 INFO O| Aug 05 04:33:26.018 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-05T04:33:26.843Z[ recovery-image] Aug 05 04:33:26.025 INFO O| Aug 05 04:33:26.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60282026-08-05T04:33:26.843Z[ recovery-image] Aug 05 04:33:26.026 INFO O| Aug 05 04:33:26.026 INFO STEP 258 (remove_files) COMPLETE
60292026-08-05T04:33:26.843Z[ recovery-image] Aug 05 04:33:26.026 INFO O| Aug 05 04:33:26.026 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-05T04:33:26.867Z[ recovery-image] Aug 05 04:33:26.050 INFO O| Aug 05 04:33:26.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60312026-08-05T04:33:26.867Z[ recovery-image] Aug 05 04:33:26.050 INFO O| Aug 05 04:33:26.050 INFO STEP 259 (remove_files) COMPLETE
60322026-08-05T04:33:26.868Z[ recovery-image] Aug 05 04:33:26.050 INFO O| Aug 05 04:33:26.050 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-05T04:33:26.880Z[ recovery-image] Aug 05 04:33:26.062 INFO O| Aug 05 04:33:26.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60342026-08-05T04:33:26.880Z[ recovery-image] Aug 05 04:33:26.062 INFO O| Aug 05 04:33:26.062 INFO STEP 260 (remove_files) COMPLETE
60352026-08-05T04:33:26.880Z[ recovery-image] Aug 05 04:33:26.062 INFO O| Aug 05 04:33:26.062 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-05T04:33:26.888Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
60372026-08-05T04:33:26.892Z[ recovery-image] Aug 05 04:33:26.071 INFO O| Aug 05 04:33:26.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60382026-08-05T04:33:26.892Z[ recovery-image] Aug 05 04:33:26.071 INFO O| Aug 05 04:33:26.071 INFO STEP 261 (remove_files) COMPLETE
60392026-08-05T04:33:26.892Z[ recovery-image] Aug 05 04:33:26.071 INFO O| Aug 05 04:33:26.071 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-08-05T04:33:26.897Z[ recovery-image] Aug 05 04:33:26.080 INFO O| Aug 05 04:33:26.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60412026-08-05T04:33:26.897Z[ recovery-image] Aug 05 04:33:26.080 INFO O| Aug 05 04:33:26.080 INFO STEP 262 (remove_files) COMPLETE
60422026-08-05T04:33:26.897Z[ recovery-image] Aug 05 04:33:26.080 INFO O| Aug 05 04:33:26.080 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-08-05T04:33:26.908Z[ recovery-image] Aug 05 04:33:26.088 INFO O| Aug 05 04:33:26.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60442026-08-05T04:33:26.908Z[ recovery-image] Aug 05 04:33:26.088 INFO O| Aug 05 04:33:26.088 INFO STEP 263 (remove_files) COMPLETE
60452026-08-05T04:33:26.908Z[ recovery-image] Aug 05 04:33:26.088 INFO O| Aug 05 04:33:26.088 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-08-05T04:33:26.915Z[ recovery-image] Aug 05 04:33:26.096 INFO O| Aug 05 04:33:26.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60472026-08-05T04:33:26.915Z[ recovery-image] Aug 05 04:33:26.096 INFO O| Aug 05 04:33:26.096 INFO STEP 264 (remove_files) COMPLETE
60482026-08-05T04:33:26.915Z[ recovery-image] Aug 05 04:33:26.096 INFO O| Aug 05 04:33:26.096 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-08-05T04:33:26.927Z[ recovery-image] Aug 05 04:33:26.110 INFO O| Aug 05 04:33:26.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60502026-08-05T04:33:26.927Z[ recovery-image] Aug 05 04:33:26.110 INFO O| Aug 05 04:33:26.110 INFO STEP 265 (remove_files) COMPLETE
60512026-08-05T04:33:26.927Z[ recovery-image] Aug 05 04:33:26.110 INFO O| Aug 05 04:33:26.110 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-05T04:33:26.939Z[ recovery-image] Aug 05 04:33:26.120 INFO O| Aug 05 04:33:26.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60532026-08-05T04:33:26.939Z[ recovery-image] Aug 05 04:33:26.120 INFO O| Aug 05 04:33:26.120 INFO STEP 266 (remove_files) COMPLETE
60542026-08-05T04:33:26.939Z[ recovery-image] Aug 05 04:33:26.120 INFO O| Aug 05 04:33:26.120 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-05T04:33:26.948Z[ recovery-image] Aug 05 04:33:26.131 INFO O| Aug 05 04:33:26.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60562026-08-05T04:33:26.948Z[ recovery-image] Aug 05 04:33:26.131 INFO O| Aug 05 04:33:26.131 INFO STEP 267 (remove_files) COMPLETE
60572026-08-05T04:33:26.948Z[ recovery-image] Aug 05 04:33:26.131 INFO O| Aug 05 04:33:26.131 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-08-05T04:33:26.958Z[ recovery-image] Aug 05 04:33:26.141 INFO O| Aug 05 04:33:26.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60592026-08-05T04:33:26.959Z[ recovery-image] Aug 05 04:33:26.141 INFO O| Aug 05 04:33:26.141 INFO STEP 268 (remove_files) COMPLETE
60602026-08-05T04:33:26.959Z[ recovery-image] Aug 05 04:33:26.141 INFO O| Aug 05 04:33:26.141 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-05T04:33:26.968Z[ recovery-image] Aug 05 04:33:26.150 INFO O| Aug 05 04:33:26.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60622026-08-05T04:33:26.968Z[ recovery-image] Aug 05 04:33:26.150 INFO O| Aug 05 04:33:26.150 INFO STEP 269 (remove_files) COMPLETE
60632026-08-05T04:33:26.968Z[ recovery-image] Aug 05 04:33:26.150 INFO O| Aug 05 04:33:26.150 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-05T04:33:26.976Z[ recovery-image] Aug 05 04:33:26.159 INFO O| Aug 05 04:33:26.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60652026-08-05T04:33:26.976Z[ recovery-image] Aug 05 04:33:26.159 INFO O| Aug 05 04:33:26.159 INFO STEP 270 (remove_files) COMPLETE
60662026-08-05T04:33:26.980Z[ recovery-image] Aug 05 04:33:26.159 INFO O| Aug 05 04:33:26.159 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-05T04:33:26.985Z[ recovery-image] Aug 05 04:33:26.168 INFO O| Aug 05 04:33:26.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60682026-08-05T04:33:26.985Z[ recovery-image] Aug 05 04:33:26.168 INFO O| Aug 05 04:33:26.168 INFO STEP 271 (remove_files) COMPLETE
60692026-08-05T04:33:26.989Z[ recovery-image] Aug 05 04:33:26.168 INFO O| Aug 05 04:33:26.168 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-05T04:33:26.994Z[ recovery-image] Aug 05 04:33:26.177 INFO O| Aug 05 04:33:26.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60712026-08-05T04:33:26.994Z[ recovery-image] Aug 05 04:33:26.177 INFO O| Aug 05 04:33:26.177 INFO STEP 272 (remove_files) COMPLETE
60722026-08-05T04:33:26.994Z[ recovery-image] Aug 05 04:33:26.177 INFO O| Aug 05 04:33:26.177 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-05T04:33:27.004Z[ recovery-image] Aug 05 04:33:26.187 INFO O| Aug 05 04:33:26.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60742026-08-05T04:33:27.004Z[ recovery-image] Aug 05 04:33:26.187 INFO O| Aug 05 04:33:26.187 INFO STEP 273 (remove_files) COMPLETE
60752026-08-05T04:33:27.004Z[ recovery-image] Aug 05 04:33:26.187 INFO O| Aug 05 04:33:26.187 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-05T04:33:27.014Z[ recovery-image] Aug 05 04:33:26.197 INFO O| Aug 05 04:33:26.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60772026-08-05T04:33:27.014Z[ recovery-image] Aug 05 04:33:26.197 INFO O| Aug 05 04:33:26.197 INFO STEP 274 (remove_files) COMPLETE
60782026-08-05T04:33:27.014Z[ recovery-image] Aug 05 04:33:26.197 INFO O| Aug 05 04:33:26.197 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-05T04:33:27.021Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
60802026-08-05T04:33:27.024Z[ recovery-image] Aug 05 04:33:26.206 INFO O| Aug 05 04:33:26.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60812026-08-05T04:33:27.024Z[ recovery-image] Aug 05 04:33:26.206 INFO O| Aug 05 04:33:26.206 INFO STEP 275 (remove_files) COMPLETE
60822026-08-05T04:33:27.024Z[ recovery-image] Aug 05 04:33:26.206 INFO O| Aug 05 04:33:26.206 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-05T04:33:27.032Z[ recovery-image] Aug 05 04:33:26.215 INFO O| Aug 05 04:33:26.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60842026-08-05T04:33:27.032Z[ recovery-image] Aug 05 04:33:26.215 INFO O| Aug 05 04:33:26.215 INFO STEP 276 (remove_files) COMPLETE
60852026-08-05T04:33:27.032Z[ recovery-image] Aug 05 04:33:26.215 INFO O| Aug 05 04:33:26.215 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-05T04:33:27.042Z[ recovery-image] Aug 05 04:33:26.224 INFO O| Aug 05 04:33:26.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60872026-08-05T04:33:27.042Z[ recovery-image] Aug 05 04:33:26.224 INFO O| Aug 05 04:33:26.224 INFO STEP 277 (remove_files) COMPLETE
60882026-08-05T04:33:27.042Z[ recovery-image] Aug 05 04:33:26.224 INFO O| Aug 05 04:33:26.224 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-05T04:33:27.050Z[ recovery-image] Aug 05 04:33:26.233 INFO O| Aug 05 04:33:26.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60902026-08-05T04:33:27.050Z[ recovery-image] Aug 05 04:33:26.233 INFO O| Aug 05 04:33:26.233 INFO STEP 278 (remove_files) COMPLETE
60912026-08-05T04:33:27.050Z[ recovery-image] Aug 05 04:33:26.233 INFO O| Aug 05 04:33:26.233 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-05T04:33:27.059Z[ recovery-image] Aug 05 04:33:26.242 INFO O| Aug 05 04:33:26.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60932026-08-05T04:33:27.059Z[ recovery-image] Aug 05 04:33:26.242 INFO O| Aug 05 04:33:26.242 INFO STEP 279 (remove_files) COMPLETE
60942026-08-05T04:33:27.063Z[ recovery-image] Aug 05 04:33:26.242 INFO O| Aug 05 04:33:26.242 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-05T04:33:27.069Z[ recovery-image] Aug 05 04:33:26.252 INFO O| Aug 05 04:33:26.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60962026-08-05T04:33:27.069Z[ recovery-image] Aug 05 04:33:26.252 INFO O| Aug 05 04:33:26.252 INFO STEP 280 (remove_files) COMPLETE
60972026-08-05T04:33:27.072Z[ recovery-image] Aug 05 04:33:26.252 INFO O| Aug 05 04:33:26.252 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-05T04:33:27.078Z[ recovery-image] Aug 05 04:33:26.261 INFO O| Aug 05 04:33:26.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60992026-08-05T04:33:27.078Z[ recovery-image] Aug 05 04:33:26.261 INFO O| Aug 05 04:33:26.261 INFO STEP 281 (remove_files) COMPLETE
61002026-08-05T04:33:27.078Z[ recovery-image] Aug 05 04:33:26.261 INFO O| Aug 05 04:33:26.261 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-05T04:33:27.089Z[ recovery-image] Aug 05 04:33:26.271 INFO O| Aug 05 04:33:26.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61022026-08-05T04:33:27.089Z[ recovery-image] Aug 05 04:33:26.271 INFO O| Aug 05 04:33:26.271 INFO STEP 282 (remove_files) COMPLETE
61032026-08-05T04:33:27.089Z[ recovery-image] Aug 05 04:33:26.271 INFO O| Aug 05 04:33:26.271 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-05T04:33:27.098Z[ recovery-image] Aug 05 04:33:26.281 INFO O| Aug 05 04:33:26.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61052026-08-05T04:33:27.102Z[ recovery-image] Aug 05 04:33:26.281 INFO O| Aug 05 04:33:26.281 INFO STEP 283 (remove_files) COMPLETE
61062026-08-05T04:33:27.102Z[ recovery-image] Aug 05 04:33:26.281 INFO O| Aug 05 04:33:26.281 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-05T04:33:27.107Z[ recovery-image] Aug 05 04:33:26.290 INFO O| Aug 05 04:33:26.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61082026-08-05T04:33:27.107Z[ recovery-image] Aug 05 04:33:26.290 INFO O| Aug 05 04:33:26.290 INFO STEP 284 (remove_files) COMPLETE
61092026-08-05T04:33:27.112Z[ recovery-image] Aug 05 04:33:26.290 INFO O| Aug 05 04:33:26.290 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-05T04:33:27.117Z[ recovery-image] Aug 05 04:33:26.300 INFO O| Aug 05 04:33:26.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61112026-08-05T04:33:27.117Z[ recovery-image] Aug 05 04:33:26.300 INFO O| Aug 05 04:33:26.300 INFO STEP 285 (remove_files) COMPLETE
61122026-08-05T04:33:27.120Z[ recovery-image] Aug 05 04:33:26.300 INFO O| Aug 05 04:33:26.300 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-05T04:33:27.127Z[ recovery-image] Aug 05 04:33:26.310 INFO O| Aug 05 04:33:26.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61142026-08-05T04:33:27.127Z[ recovery-image] Aug 05 04:33:26.310 INFO O| Aug 05 04:33:26.310 INFO STEP 286 (remove_files) COMPLETE
61152026-08-05T04:33:27.127Z[ recovery-image] Aug 05 04:33:26.310 INFO O| Aug 05 04:33:26.310 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-05T04:33:27.137Z[ recovery-image] Aug 05 04:33:26.319 INFO O| Aug 05 04:33:26.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61172026-08-05T04:33:27.137Z[ recovery-image] Aug 05 04:33:26.320 INFO O| Aug 05 04:33:26.320 INFO STEP 287 (remove_files) COMPLETE
61182026-08-05T04:33:27.141Z[ recovery-image] Aug 05 04:33:26.320 INFO O| Aug 05 04:33:26.320 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-08-05T04:33:27.146Z[ recovery-image] Aug 05 04:33:26.329 INFO O| Aug 05 04:33:26.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61202026-08-05T04:33:27.146Z[ recovery-image] Aug 05 04:33:26.329 INFO O| Aug 05 04:33:26.329 INFO STEP 288 (remove_files) COMPLETE
61212026-08-05T04:33:27.150Z[ recovery-image] Aug 05 04:33:26.329 INFO O| Aug 05 04:33:26.329 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-05T04:33:27.156Z[ recovery-image] Aug 05 04:33:26.339 INFO O| Aug 05 04:33:26.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61232026-08-05T04:33:27.156Z[ recovery-image] Aug 05 04:33:26.339 INFO O| Aug 05 04:33:26.339 INFO STEP 289 (remove_files) COMPLETE
61242026-08-05T04:33:27.156Z[ recovery-image] Aug 05 04:33:26.339 INFO O| Aug 05 04:33:26.339 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-05T04:33:27.167Z[ recovery-image] Aug 05 04:33:26.348 INFO O| Aug 05 04:33:26.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61262026-08-05T04:33:27.167Z[ recovery-image] Aug 05 04:33:26.348 INFO O| Aug 05 04:33:26.348 INFO STEP 290 (remove_files) COMPLETE
61272026-08-05T04:33:27.170Z[ recovery-image] Aug 05 04:33:26.348 INFO O| Aug 05 04:33:26.348 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-05T04:33:27.177Z[ recovery-image] Aug 05 04:33:26.358 INFO O| Aug 05 04:33:26.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61292026-08-05T04:33:27.177Z[ recovery-image] Aug 05 04:33:26.359 INFO O| Aug 05 04:33:26.358 INFO STEP 291 (remove_files) COMPLETE
61302026-08-05T04:33:27.177Z[ recovery-image] Aug 05 04:33:26.359 INFO O| Aug 05 04:33:26.359 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-05T04:33:27.186Z[ recovery-image] Aug 05 04:33:26.369 INFO O| Aug 05 04:33:26.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61322026-08-05T04:33:27.186Z[ recovery-image] Aug 05 04:33:26.369 INFO O| Aug 05 04:33:26.369 INFO STEP 292 (remove_files) COMPLETE
61332026-08-05T04:33:27.186Z[ recovery-image] Aug 05 04:33:26.369 INFO O| Aug 05 04:33:26.369 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-05T04:33:27.196Z[ recovery-image] Aug 05 04:33:26.379 INFO O| Aug 05 04:33:26.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61352026-08-05T04:33:27.196Z[ recovery-image] Aug 05 04:33:26.379 INFO O| Aug 05 04:33:26.379 INFO STEP 293 (remove_files) COMPLETE
61362026-08-05T04:33:27.196Z[ recovery-image] Aug 05 04:33:26.379 INFO O| Aug 05 04:33:26.379 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-05T04:33:27.206Z[ recovery-image] Aug 05 04:33:26.389 INFO O| Aug 05 04:33:26.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61382026-08-05T04:33:27.206Z[ recovery-image] Aug 05 04:33:26.389 INFO O| Aug 05 04:33:26.389 INFO STEP 294 (remove_files) COMPLETE
61392026-08-05T04:33:27.209Z[ recovery-image] Aug 05 04:33:26.389 INFO O| Aug 05 04:33:26.389 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-05T04:33:27.215Z[ recovery-image] Aug 05 04:33:26.398 INFO O| Aug 05 04:33:26.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61412026-08-05T04:33:27.219Z[ recovery-image] Aug 05 04:33:26.399 INFO O| Aug 05 04:33:26.399 INFO STEP 295 (remove_files) COMPLETE
61422026-08-05T04:33:27.219Z[ recovery-image] Aug 05 04:33:26.399 INFO O| Aug 05 04:33:26.399 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-05T04:33:27.226Z[ recovery-image] Aug 05 04:33:26.409 INFO O| Aug 05 04:33:26.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61442026-08-05T04:33:27.226Z[ recovery-image] Aug 05 04:33:26.409 INFO O| Aug 05 04:33:26.409 INFO STEP 296 (remove_files) COMPLETE
61452026-08-05T04:33:27.226Z[ recovery-image] Aug 05 04:33:26.409 INFO O| Aug 05 04:33:26.409 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-05T04:33:27.236Z[ recovery-image] Aug 05 04:33:26.419 INFO O| Aug 05 04:33:26.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61472026-08-05T04:33:27.236Z[ recovery-image] Aug 05 04:33:26.419 INFO O| Aug 05 04:33:26.419 INFO STEP 297 (remove_files) COMPLETE
61482026-08-05T04:33:27.236Z[ recovery-image] Aug 05 04:33:26.419 INFO O| Aug 05 04:33:26.419 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-08-05T04:33:27.247Z[ recovery-image] Aug 05 04:33:26.429 INFO O| Aug 05 04:33:26.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61502026-08-05T04:33:27.247Z[ recovery-image] Aug 05 04:33:26.429 INFO O| Aug 05 04:33:26.429 INFO STEP 298 (remove_files) COMPLETE
61512026-08-05T04:33:27.247Z[ recovery-image] Aug 05 04:33:26.429 INFO O| Aug 05 04:33:26.429 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-05T04:33:27.257Z[ recovery-image] Aug 05 04:33:26.440 INFO O| Aug 05 04:33:26.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61532026-08-05T04:33:27.257Z[ recovery-image] Aug 05 04:33:26.440 INFO O| Aug 05 04:33:26.440 INFO STEP 299 (remove_files) COMPLETE
61542026-08-05T04:33:27.257Z[ recovery-image] Aug 05 04:33:26.440 INFO O| Aug 05 04:33:26.440 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-05T04:33:27.267Z[ recovery-image] Aug 05 04:33:26.450 INFO O| Aug 05 04:33:26.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61562026-08-05T04:33:27.267Z[ recovery-image] Aug 05 04:33:26.450 INFO O| Aug 05 04:33:26.450 INFO STEP 300 (remove_files) COMPLETE
61572026-08-05T04:33:27.267Z[ recovery-image] Aug 05 04:33:26.450 INFO O| Aug 05 04:33:26.450 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-05T04:33:27.277Z[ recovery-image] Aug 05 04:33:26.460 INFO O| Aug 05 04:33:26.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61592026-08-05T04:33:27.277Z[ recovery-image] Aug 05 04:33:26.460 INFO O| Aug 05 04:33:26.460 INFO STEP 301 (remove_files) COMPLETE
61602026-08-05T04:33:27.277Z[ recovery-image] Aug 05 04:33:26.460 INFO O| Aug 05 04:33:26.460 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-05T04:33:27.287Z[ recovery-image] Aug 05 04:33:26.470 INFO O| Aug 05 04:33:26.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61622026-08-05T04:33:27.287Z[ recovery-image] Aug 05 04:33:26.470 INFO O| Aug 05 04:33:26.470 INFO STEP 302 (remove_files) COMPLETE
61632026-08-05T04:33:27.287Z[ recovery-image] Aug 05 04:33:26.470 INFO O| Aug 05 04:33:26.470 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-05T04:33:27.297Z[ recovery-image] Aug 05 04:33:26.480 INFO O| Aug 05 04:33:26.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61652026-08-05T04:33:27.297Z[ recovery-image] Aug 05 04:33:26.480 INFO O| Aug 05 04:33:26.480 INFO STEP 303 (remove_files) COMPLETE
61662026-08-05T04:33:27.297Z[ recovery-image] Aug 05 04:33:26.480 INFO O| Aug 05 04:33:26.480 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-05T04:33:27.307Z[ recovery-image] Aug 05 04:33:26.490 INFO O| Aug 05 04:33:26.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61682026-08-05T04:33:27.307Z[ recovery-image] Aug 05 04:33:26.490 INFO O| Aug 05 04:33:26.490 INFO STEP 304 (remove_files) COMPLETE
61692026-08-05T04:33:27.311Z[ recovery-image] Aug 05 04:33:26.490 INFO O| Aug 05 04:33:26.490 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-05T04:33:27.317Z[ recovery-image] Aug 05 04:33:26.500 INFO O| Aug 05 04:33:26.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61712026-08-05T04:33:27.317Z[ recovery-image] Aug 05 04:33:26.500 INFO O| Aug 05 04:33:26.500 INFO STEP 305 (remove_files) COMPLETE
61722026-08-05T04:33:27.321Z[ recovery-image] Aug 05 04:33:26.500 INFO O| Aug 05 04:33:26.500 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-05T04:33:27.327Z[ recovery-image] Aug 05 04:33:26.510 INFO O| Aug 05 04:33:26.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61742026-08-05T04:33:27.327Z[ recovery-image] Aug 05 04:33:26.510 INFO O| Aug 05 04:33:26.510 INFO STEP 306 (remove_files) COMPLETE
61752026-08-05T04:33:27.327Z[ recovery-image] Aug 05 04:33:26.510 INFO O| Aug 05 04:33:26.510 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-05T04:33:27.336Z[ recovery-image] Aug 05 04:33:26.519 INFO O| Aug 05 04:33:26.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61772026-08-05T04:33:27.337Z[ recovery-image] Aug 05 04:33:26.519 INFO O| Aug 05 04:33:26.519 INFO STEP 307 (remove_files) COMPLETE
61782026-08-05T04:33:27.337Z[ recovery-image] Aug 05 04:33:26.519 INFO O| Aug 05 04:33:26.519 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-05T04:33:27.346Z[ recovery-image] Aug 05 04:33:26.528 INFO O| Aug 05 04:33:26.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61802026-08-05T04:33:27.346Z[ recovery-image] Aug 05 04:33:26.528 INFO O| Aug 05 04:33:26.528 INFO STEP 308 (remove_files) COMPLETE
61812026-08-05T04:33:27.346Z[ recovery-image] Aug 05 04:33:26.528 INFO O| Aug 05 04:33:26.528 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-05T04:33:27.354Z[ recovery-image] Aug 05 04:33:26.537 INFO O| Aug 05 04:33:26.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61832026-08-05T04:33:27.354Z[ recovery-image] Aug 05 04:33:26.537 INFO O| Aug 05 04:33:26.537 INFO STEP 309 (remove_files) COMPLETE
61842026-08-05T04:33:27.358Z[ recovery-image] Aug 05 04:33:26.537 INFO O| Aug 05 04:33:26.537 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-05T04:33:27.363Z[ recovery-image] Aug 05 04:33:26.546 INFO O| Aug 05 04:33:26.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61862026-08-05T04:33:27.363Z[ recovery-image] Aug 05 04:33:26.546 INFO O| Aug 05 04:33:26.546 INFO STEP 310 (remove_files) COMPLETE
61872026-08-05T04:33:27.363Z[ recovery-image] Aug 05 04:33:26.546 INFO O| Aug 05 04:33:26.546 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-05T04:33:27.373Z[ recovery-image] Aug 05 04:33:26.556 INFO O| Aug 05 04:33:26.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61892026-08-05T04:33:27.373Z[ recovery-image] Aug 05 04:33:26.556 INFO O| Aug 05 04:33:26.556 INFO STEP 311 (remove_files) COMPLETE
61902026-08-05T04:33:27.377Z[ recovery-image] Aug 05 04:33:26.556 INFO O| Aug 05 04:33:26.556 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-05T04:33:27.382Z[ recovery-image] Aug 05 04:33:26.565 INFO O| Aug 05 04:33:26.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61922026-08-05T04:33:27.382Z[ recovery-image] Aug 05 04:33:26.565 INFO O| Aug 05 04:33:26.565 INFO STEP 312 (remove_files) COMPLETE
61932026-08-05T04:33:27.387Z[ recovery-image] Aug 05 04:33:26.565 INFO O| Aug 05 04:33:26.565 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-05T04:33:27.393Z[ recovery-image] Aug 05 04:33:26.576 INFO O| Aug 05 04:33:26.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61952026-08-05T04:33:27.402Z[ recovery-image] Aug 05 04:33:26.576 INFO O| Aug 05 04:33:26.576 INFO STEP 313 (remove_files) COMPLETE
61962026-08-05T04:33:27.402Z[ recovery-image] Aug 05 04:33:26.576 INFO O| Aug 05 04:33:26.576 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-05T04:33:27.406Z[ recovery-image] Aug 05 04:33:26.586 INFO O| Aug 05 04:33:26.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61982026-08-05T04:33:27.407Z[ recovery-image] Aug 05 04:33:26.586 INFO O| Aug 05 04:33:26.586 INFO STEP 314 (remove_files) COMPLETE
61992026-08-05T04:33:27.407Z[ recovery-image] Aug 05 04:33:26.586 INFO O| Aug 05 04:33:26.586 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-05T04:33:27.414Z[ recovery-image] Aug 05 04:33:26.596 INFO O| Aug 05 04:33:26.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62012026-08-05T04:33:27.414Z[ recovery-image] Aug 05 04:33:26.596 INFO O| Aug 05 04:33:26.596 INFO STEP 315 (remove_files) COMPLETE
62022026-08-05T04:33:27.414Z[ recovery-image] Aug 05 04:33:26.596 INFO O| Aug 05 04:33:26.596 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-05T04:33:27.424Z[ recovery-image] Aug 05 04:33:26.606 INFO O| Aug 05 04:33:26.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62042026-08-05T04:33:27.428Z[ recovery-image] Aug 05 04:33:26.607 INFO O| Aug 05 04:33:26.607 INFO STEP 316 (remove_files) COMPLETE
62052026-08-05T04:33:27.428Z[ recovery-image] Aug 05 04:33:26.607 INFO O| Aug 05 04:33:26.607 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-05T04:33:27.435Z[ recovery-image] Aug 05 04:33:26.617 INFO O| Aug 05 04:33:26.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62072026-08-05T04:33:27.438Z[ recovery-image] Aug 05 04:33:26.617 INFO O| Aug 05 04:33:26.617 INFO STEP 317 (remove_files) COMPLETE
62082026-08-05T04:33:27.438Z[ recovery-image] Aug 05 04:33:26.617 INFO O| Aug 05 04:33:26.617 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-05T04:33:27.444Z[ recovery-image] Aug 05 04:33:26.627 INFO O| Aug 05 04:33:26.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62102026-08-05T04:33:27.445Z[ recovery-image] Aug 05 04:33:26.627 INFO O| Aug 05 04:33:26.627 INFO STEP 318 (remove_files) COMPLETE
62112026-08-05T04:33:27.448Z[ recovery-image] Aug 05 04:33:26.627 INFO O| Aug 05 04:33:26.627 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-05T04:33:27.455Z[ recovery-image] Aug 05 04:33:26.638 INFO O| Aug 05 04:33:26.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62132026-08-05T04:33:27.455Z[ recovery-image] Aug 05 04:33:26.638 INFO O| Aug 05 04:33:26.638 INFO STEP 319 (remove_files) COMPLETE
62142026-08-05T04:33:27.458Z[ recovery-image] Aug 05 04:33:26.638 INFO O| Aug 05 04:33:26.638 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-05T04:33:27.465Z[ recovery-image] Aug 05 04:33:26.648 INFO O| Aug 05 04:33:26.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62162026-08-05T04:33:27.465Z[ recovery-image] Aug 05 04:33:26.648 INFO O| Aug 05 04:33:26.648 INFO STEP 320 (remove_files) COMPLETE
62172026-08-05T04:33:27.468Z[ recovery-image] Aug 05 04:33:26.648 INFO O| Aug 05 04:33:26.648 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-05T04:33:27.475Z[ recovery-image] Aug 05 04:33:26.658 INFO O| Aug 05 04:33:26.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62192026-08-05T04:33:27.479Z[ recovery-image] Aug 05 04:33:26.659 INFO O| Aug 05 04:33:26.659 INFO STEP 321 (remove_files) COMPLETE
62202026-08-05T04:33:27.479Z[ recovery-image] Aug 05 04:33:26.659 INFO O| Aug 05 04:33:26.659 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-05T04:33:27.486Z[ recovery-image] Aug 05 04:33:26.669 INFO O| Aug 05 04:33:26.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62222026-08-05T04:33:27.486Z[ recovery-image] Aug 05 04:33:26.669 INFO O| Aug 05 04:33:26.669 INFO STEP 322 (remove_files) COMPLETE
62232026-08-05T04:33:27.489Z[ recovery-image] Aug 05 04:33:26.669 INFO O| Aug 05 04:33:26.669 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-05T04:33:27.496Z[ recovery-image] Aug 05 04:33:26.679 INFO O| Aug 05 04:33:26.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62252026-08-05T04:33:27.496Z[ recovery-image] Aug 05 04:33:26.679 INFO O| Aug 05 04:33:26.679 INFO STEP 323 (remove_files) COMPLETE
62262026-08-05T04:33:27.496Z[ recovery-image] Aug 05 04:33:26.679 INFO O| Aug 05 04:33:26.679 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-05T04:33:27.506Z[ recovery-image] Aug 05 04:33:26.689 INFO O| Aug 05 04:33:26.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62282026-08-05T04:33:27.506Z[ recovery-image] Aug 05 04:33:26.689 INFO O| Aug 05 04:33:26.689 INFO STEP 324 (remove_files) COMPLETE
62292026-08-05T04:33:27.506Z[ recovery-image] Aug 05 04:33:26.689 INFO O| Aug 05 04:33:26.689 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-05T04:33:27.516Z[ recovery-image] Aug 05 04:33:26.699 INFO O| Aug 05 04:33:26.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62312026-08-05T04:33:27.516Z[ recovery-image] Aug 05 04:33:26.699 INFO O| Aug 05 04:33:26.699 INFO STEP 325 (remove_files) COMPLETE
62322026-08-05T04:33:27.516Z[ recovery-image] Aug 05 04:33:26.699 INFO O| Aug 05 04:33:26.699 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-05T04:33:27.526Z[ recovery-image] Aug 05 04:33:26.709 INFO O| Aug 05 04:33:26.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62342026-08-05T04:33:27.526Z[ recovery-image] Aug 05 04:33:26.709 INFO O| Aug 05 04:33:26.709 INFO STEP 326 (remove_files) COMPLETE
62352026-08-05T04:33:27.526Z[ recovery-image] Aug 05 04:33:26.709 INFO O| Aug 05 04:33:26.709 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-05T04:33:27.543Z[ recovery-image] Aug 05 04:33:26.721 INFO O| Aug 05 04:33:26.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62372026-08-05T04:33:27.543Z[ recovery-image] Aug 05 04:33:26.721 INFO O| Aug 05 04:33:26.721 INFO STEP 327 (remove_files) COMPLETE
62382026-08-05T04:33:27.543Z[ recovery-image] Aug 05 04:33:26.721 INFO O| Aug 05 04:33:26.721 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-05T04:33:27.549Z[ recovery-image] Aug 05 04:33:26.732 INFO O| Aug 05 04:33:26.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62402026-08-05T04:33:27.549Z[ recovery-image] Aug 05 04:33:26.732 INFO O| Aug 05 04:33:26.732 INFO STEP 328 (remove_files) COMPLETE
62412026-08-05T04:33:27.549Z[ recovery-image] Aug 05 04:33:26.732 INFO O| Aug 05 04:33:26.732 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-05T04:33:27.560Z[ recovery-image] Aug 05 04:33:26.742 INFO O| Aug 05 04:33:26.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62432026-08-05T04:33:27.560Z[ recovery-image] Aug 05 04:33:26.742 INFO O| Aug 05 04:33:26.742 INFO STEP 329 (remove_files) COMPLETE
62442026-08-05T04:33:27.560Z[ recovery-image] Aug 05 04:33:26.742 INFO O| Aug 05 04:33:26.742 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-05T04:33:27.570Z[ recovery-image] Aug 05 04:33:26.753 INFO O| Aug 05 04:33:26.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62462026-08-05T04:33:27.570Z[ recovery-image] Aug 05 04:33:26.753 INFO O| Aug 05 04:33:26.753 INFO STEP 330 (remove_files) COMPLETE
62472026-08-05T04:33:27.570Z[ recovery-image] Aug 05 04:33:26.753 INFO O| Aug 05 04:33:26.753 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-05T04:33:27.580Z[ recovery-image] Aug 05 04:33:26.763 INFO O| Aug 05 04:33:26.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62492026-08-05T04:33:27.580Z[ recovery-image] Aug 05 04:33:26.763 INFO O| Aug 05 04:33:26.763 INFO STEP 331 (remove_files) COMPLETE
62502026-08-05T04:33:27.580Z[ recovery-image] Aug 05 04:33:26.763 INFO O| Aug 05 04:33:26.763 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-05T04:33:27.591Z[ recovery-image] Aug 05 04:33:26.773 INFO O| Aug 05 04:33:26.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62522026-08-05T04:33:27.591Z[ recovery-image] Aug 05 04:33:26.773 INFO O| Aug 05 04:33:26.773 INFO STEP 332 (remove_files) COMPLETE
62532026-08-05T04:33:27.591Z[ recovery-image] Aug 05 04:33:26.773 INFO O| Aug 05 04:33:26.773 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-05T04:33:27.601Z[ recovery-image] Aug 05 04:33:26.784 INFO O| Aug 05 04:33:26.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62552026-08-05T04:33:27.601Z[ recovery-image] Aug 05 04:33:26.784 INFO O| Aug 05 04:33:26.784 INFO STEP 333 (remove_files) COMPLETE
62562026-08-05T04:33:27.601Z[ recovery-image] Aug 05 04:33:26.784 INFO O| Aug 05 04:33:26.784 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-05T04:33:27.611Z[ recovery-image] Aug 05 04:33:26.794 INFO O| Aug 05 04:33:26.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62582026-08-05T04:33:27.611Z[ recovery-image] Aug 05 04:33:26.794 INFO O| Aug 05 04:33:26.794 INFO STEP 334 (remove_files) COMPLETE
62592026-08-05T04:33:27.611Z[ recovery-image] Aug 05 04:33:26.794 INFO O| Aug 05 04:33:26.794 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-05T04:33:27.621Z[ recovery-image] Aug 05 04:33:26.804 INFO O| Aug 05 04:33:26.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62612026-08-05T04:33:27.621Z[ recovery-image] Aug 05 04:33:26.804 INFO O| Aug 05 04:33:26.804 INFO STEP 335 (remove_files) COMPLETE
62622026-08-05T04:33:27.621Z[ recovery-image] Aug 05 04:33:26.804 INFO O| Aug 05 04:33:26.804 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-05T04:33:27.632Z[ recovery-image] Aug 05 04:33:26.814 INFO O| Aug 05 04:33:26.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62642026-08-05T04:33:27.632Z[ recovery-image] Aug 05 04:33:26.814 INFO O| Aug 05 04:33:26.814 INFO STEP 336 (remove_files) COMPLETE
62652026-08-05T04:33:27.632Z[ recovery-image] Aug 05 04:33:26.814 INFO O| Aug 05 04:33:26.814 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-05T04:33:27.642Z[ recovery-image] Aug 05 04:33:26.825 INFO O| Aug 05 04:33:26.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62672026-08-05T04:33:27.642Z[ recovery-image] Aug 05 04:33:26.825 INFO O| Aug 05 04:33:26.825 INFO STEP 337 (remove_files) COMPLETE
62682026-08-05T04:33:27.642Z[ recovery-image] Aug 05 04:33:26.825 INFO O| Aug 05 04:33:26.825 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-05T04:33:27.652Z[ recovery-image] Aug 05 04:33:26.835 INFO O| Aug 05 04:33:26.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62702026-08-05T04:33:27.652Z[ recovery-image] Aug 05 04:33:26.835 INFO O| Aug 05 04:33:26.835 INFO STEP 338 (remove_files) COMPLETE
62712026-08-05T04:33:27.652Z[ recovery-image] Aug 05 04:33:26.835 INFO O| Aug 05 04:33:26.835 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-05T04:33:27.656Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
62732026-08-05T04:33:27.662Z[ recovery-image] Aug 05 04:33:26.845 INFO O| Aug 05 04:33:26.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62742026-08-05T04:33:27.666Z[ recovery-image] Aug 05 04:33:26.846 INFO O| Aug 05 04:33:26.846 INFO STEP 339 (remove_files) COMPLETE
62752026-08-05T04:33:27.666Z[ recovery-image] Aug 05 04:33:26.846 INFO O| Aug 05 04:33:26.846 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-05T04:33:27.673Z[ recovery-image] Aug 05 04:33:26.856 INFO O| Aug 05 04:33:26.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62772026-08-05T04:33:27.673Z[ recovery-image] Aug 05 04:33:26.856 INFO O| Aug 05 04:33:26.856 INFO STEP 340 (remove_files) COMPLETE
62782026-08-05T04:33:27.676Z[ recovery-image] Aug 05 04:33:26.856 INFO O| Aug 05 04:33:26.856 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-05T04:33:27.682Z[ recovery-image] Aug 05 04:33:26.865 INFO O| Aug 05 04:33:26.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62802026-08-05T04:33:27.682Z[ recovery-image] Aug 05 04:33:26.865 INFO O| Aug 05 04:33:26.865 INFO STEP 341 (remove_files) COMPLETE
62812026-08-05T04:33:27.682Z[ recovery-image] Aug 05 04:33:26.865 INFO O| Aug 05 04:33:26.865 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-05T04:33:27.692Z[ recovery-image] Aug 05 04:33:26.875 INFO O| Aug 05 04:33:26.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62832026-08-05T04:33:27.692Z[ recovery-image] Aug 05 04:33:26.875 INFO O| Aug 05 04:33:26.875 INFO STEP 342 (remove_files) COMPLETE
62842026-08-05T04:33:27.692Z[ recovery-image] Aug 05 04:33:26.875 INFO O| Aug 05 04:33:26.875 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-05T04:33:27.703Z[ recovery-image] Aug 05 04:33:26.885 INFO O| Aug 05 04:33:26.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62862026-08-05T04:33:27.703Z[ recovery-image] Aug 05 04:33:26.885 INFO O| Aug 05 04:33:26.885 INFO STEP 343 (remove_files) COMPLETE
62872026-08-05T04:33:27.704Z[ recovery-image] Aug 05 04:33:26.885 INFO O| Aug 05 04:33:26.885 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-05T04:33:27.711Z[ recovery-image] Aug 05 04:33:26.894 INFO O| Aug 05 04:33:26.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62892026-08-05T04:33:27.711Z[ recovery-image] Aug 05 04:33:26.894 INFO O| Aug 05 04:33:26.894 INFO STEP 344 (remove_files) COMPLETE
62902026-08-05T04:33:27.711Z[ recovery-image] Aug 05 04:33:26.894 INFO O| Aug 05 04:33:26.894 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-05T04:33:27.721Z[ recovery-image] Aug 05 04:33:26.904 INFO O| Aug 05 04:33:26.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62922026-08-05T04:33:27.721Z[ recovery-image] Aug 05 04:33:26.904 INFO O| Aug 05 04:33:26.904 INFO STEP 345 (remove_files) COMPLETE
62932026-08-05T04:33:27.721Z[ recovery-image] Aug 05 04:33:26.904 INFO O| Aug 05 04:33:26.904 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-05T04:33:27.731Z[ recovery-image] Aug 05 04:33:26.914 INFO O| Aug 05 04:33:26.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62952026-08-05T04:33:27.731Z[ recovery-image] Aug 05 04:33:26.914 INFO O| Aug 05 04:33:26.914 INFO STEP 346 (remove_files) COMPLETE
62962026-08-05T04:33:27.731Z[ recovery-image] Aug 05 04:33:26.914 INFO O| Aug 05 04:33:26.914 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-05T04:33:27.742Z[ recovery-image] Aug 05 04:33:26.924 INFO O| Aug 05 04:33:26.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62982026-08-05T04:33:27.742Z[ recovery-image] Aug 05 04:33:26.924 INFO O| Aug 05 04:33:26.924 INFO STEP 347 (remove_files) COMPLETE
62992026-08-05T04:33:27.742Z[ recovery-image] Aug 05 04:33:26.924 INFO O| Aug 05 04:33:26.924 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-05T04:33:27.752Z[ recovery-image] Aug 05 04:33:26.935 INFO O| Aug 05 04:33:26.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63012026-08-05T04:33:27.752Z[ recovery-image] Aug 05 04:33:26.935 INFO O| Aug 05 04:33:26.935 INFO STEP 348 (remove_files) COMPLETE
63022026-08-05T04:33:27.752Z[ recovery-image] Aug 05 04:33:26.935 INFO O| Aug 05 04:33:26.935 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-05T04:33:27.762Z[ recovery-image] Aug 05 04:33:26.945 INFO O| Aug 05 04:33:26.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63042026-08-05T04:33:27.762Z[ recovery-image] Aug 05 04:33:26.945 INFO O| Aug 05 04:33:26.945 INFO STEP 349 (remove_files) COMPLETE
63052026-08-05T04:33:27.766Z[ recovery-image] Aug 05 04:33:26.945 INFO O| Aug 05 04:33:26.945 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-05T04:33:27.784Z[ recovery-image] Aug 05 04:33:26.955 INFO O| Aug 05 04:33:26.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63072026-08-05T04:33:27.784Z[ recovery-image] Aug 05 04:33:26.955 INFO O| Aug 05 04:33:26.955 INFO STEP 350 (remove_files) COMPLETE
63082026-08-05T04:33:27.784Z[ recovery-image] Aug 05 04:33:26.955 INFO O| Aug 05 04:33:26.955 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-05T04:33:27.784Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
63102026-08-05T04:33:27.796Z[ recovery-image] Aug 05 04:33:26.979 INFO O| Aug 05 04:33:26.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63112026-08-05T04:33:27.796Z[ recovery-image] Aug 05 04:33:26.979 INFO O| Aug 05 04:33:26.979 INFO STEP 351 (remove_files) COMPLETE
63122026-08-05T04:33:27.796Z[ recovery-image] Aug 05 04:33:26.979 INFO O| Aug 05 04:33:26.979 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-05T04:33:27.807Z[ recovery-image] Aug 05 04:33:26.989 INFO O| Aug 05 04:33:26.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63142026-08-05T04:33:27.807Z[ recovery-image] Aug 05 04:33:26.989 INFO O| Aug 05 04:33:26.989 INFO STEP 352 (remove_files) COMPLETE
63152026-08-05T04:33:27.807Z[ recovery-image] Aug 05 04:33:26.989 INFO O| Aug 05 04:33:26.989 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-05T04:33:27.816Z[ recovery-image] Aug 05 04:33:26.999 INFO O| Aug 05 04:33:26.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63172026-08-05T04:33:27.816Z[ recovery-image] Aug 05 04:33:26.999 INFO O| Aug 05 04:33:26.999 INFO STEP 353 (remove_files) COMPLETE
63182026-08-05T04:33:27.820Z[ recovery-image] Aug 05 04:33:26.999 INFO O| Aug 05 04:33:26.999 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-05T04:33:27.840Z[ recovery-image] Aug 05 04:33:27.022 INFO O| Aug 05 04:33:27.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63202026-08-05T04:33:27.840Z[ recovery-image] Aug 05 04:33:27.022 INFO O| Aug 05 04:33:27.022 INFO STEP 354 (remove_files) COMPLETE
63212026-08-05T04:33:27.840Z[ recovery-image] Aug 05 04:33:27.022 INFO O| Aug 05 04:33:27.022 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-05T04:33:27.848Z[ recovery-image] Aug 05 04:33:27.031 INFO O| Aug 05 04:33:27.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63232026-08-05T04:33:27.848Z[ recovery-image] Aug 05 04:33:27.031 INFO O| Aug 05 04:33:27.031 INFO STEP 355 (remove_files) COMPLETE
63242026-08-05T04:33:27.852Z[ recovery-image] Aug 05 04:33:27.031 INFO O| Aug 05 04:33:27.031 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-05T04:33:27.861Z[ recovery-image] Aug 05 04:33:27.040 INFO O| Aug 05 04:33:27.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63262026-08-05T04:33:27.861Z[ recovery-image] Aug 05 04:33:27.040 INFO O| Aug 05 04:33:27.040 INFO STEP 356 (remove_files) COMPLETE
63272026-08-05T04:33:27.861Z[ recovery-image] Aug 05 04:33:27.040 INFO O| Aug 05 04:33:27.040 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-05T04:33:27.866Z[ recovery-image] Aug 05 04:33:27.049 INFO O| Aug 05 04:33:27.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63292026-08-05T04:33:27.866Z[ recovery-image] Aug 05 04:33:27.049 INFO O| Aug 05 04:33:27.049 INFO STEP 357 (remove_files) COMPLETE
63302026-08-05T04:33:27.869Z[ recovery-image] Aug 05 04:33:27.049 INFO O| Aug 05 04:33:27.049 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-05T04:33:27.876Z[ recovery-image] Aug 05 04:33:27.059 INFO O| Aug 05 04:33:27.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63322026-08-05T04:33:27.876Z[ recovery-image] Aug 05 04:33:27.059 INFO O| Aug 05 04:33:27.059 INFO STEP 358 (remove_files) COMPLETE
63332026-08-05T04:33:27.879Z[ recovery-image] Aug 05 04:33:27.059 INFO O| Aug 05 04:33:27.059 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-05T04:33:27.886Z[ recovery-image] Aug 05 04:33:27.069 INFO O| Aug 05 04:33:27.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63352026-08-05T04:33:27.886Z[ recovery-image] Aug 05 04:33:27.069 INFO O| Aug 05 04:33:27.069 INFO STEP 359 (remove_files) COMPLETE
63362026-08-05T04:33:27.886Z[ recovery-image] Aug 05 04:33:27.069 INFO O| Aug 05 04:33:27.069 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-05T04:33:27.916Z[ recovery-image] Aug 05 04:33:27.078 INFO O| Aug 05 04:33:27.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63382026-08-05T04:33:27.916Z[ recovery-image] Aug 05 04:33:27.078 INFO O| Aug 05 04:33:27.078 INFO STEP 360 (remove_files) COMPLETE
63392026-08-05T04:33:27.919Z[ recovery-image] Aug 05 04:33:27.078 INFO O| Aug 05 04:33:27.078 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-05T04:33:27.919Z[ recovery-image] Aug 05 04:33:27.086 INFO O| Aug 05 04:33:27.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63412026-08-05T04:33:27.919Z[ recovery-image] Aug 05 04:33:27.087 INFO O| Aug 05 04:33:27.086 INFO STEP 361 (remove_files) COMPLETE
63422026-08-05T04:33:27.919Z[ recovery-image] Aug 05 04:33:27.087 INFO O| Aug 05 04:33:27.087 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-05T04:33:27.919Z[ recovery-image] Aug 05 04:33:27.096 INFO O| Aug 05 04:33:27.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63442026-08-05T04:33:27.919Z[ recovery-image] Aug 05 04:33:27.096 INFO O| Aug 05 04:33:27.096 INFO STEP 362 (remove_files) COMPLETE
63452026-08-05T04:33:27.919Z[ recovery-image] Aug 05 04:33:27.096 INFO O| Aug 05 04:33:27.096 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-05T04:33:27.923Z[ recovery-image] Aug 05 04:33:27.104 INFO O| Aug 05 04:33:27.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63472026-08-05T04:33:27.923Z[ recovery-image] Aug 05 04:33:27.105 INFO O| Aug 05 04:33:27.105 INFO STEP 363 (remove_files) COMPLETE
63482026-08-05T04:33:27.923Z[ recovery-image] Aug 05 04:33:27.105 INFO O| Aug 05 04:33:27.105 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-05T04:33:27.933Z[ recovery-image] Aug 05 04:33:27.115 INFO O| Aug 05 04:33:27.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63502026-08-05T04:33:27.933Z[ recovery-image] Aug 05 04:33:27.115 INFO O| Aug 05 04:33:27.115 INFO STEP 364 (remove_files) COMPLETE
63512026-08-05T04:33:27.933Z[ recovery-image] Aug 05 04:33:27.116 INFO O| Aug 05 04:33:27.115 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-05T04:33:27.943Z[ recovery-image] Aug 05 04:33:27.125 INFO O| Aug 05 04:33:27.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63532026-08-05T04:33:27.943Z[ recovery-image] Aug 05 04:33:27.125 INFO O| Aug 05 04:33:27.125 INFO STEP 365 (remove_files) COMPLETE
63542026-08-05T04:33:27.943Z[ recovery-image] Aug 05 04:33:27.125 INFO O| Aug 05 04:33:27.125 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-05T04:33:27.951Z[ recovery-image] Aug 05 04:33:27.134 INFO O| Aug 05 04:33:27.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63562026-08-05T04:33:27.951Z[ recovery-image] Aug 05 04:33:27.134 INFO O| Aug 05 04:33:27.134 INFO STEP 366 (remove_files) COMPLETE
63572026-08-05T04:33:27.951Z[ recovery-image] Aug 05 04:33:27.134 INFO O| Aug 05 04:33:27.134 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-05T04:33:27.960Z[ recovery-image] Aug 05 04:33:27.143 INFO O| Aug 05 04:33:27.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63592026-08-05T04:33:27.960Z[ recovery-image] Aug 05 04:33:27.143 INFO O| Aug 05 04:33:27.143 INFO STEP 367 (remove_files) COMPLETE
63602026-08-05T04:33:27.963Z[ recovery-image] Aug 05 04:33:27.143 INFO O| Aug 05 04:33:27.143 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-05T04:33:27.970Z[ recovery-image] Aug 05 04:33:27.151 INFO O| Aug 05 04:33:27.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63622026-08-05T04:33:27.970Z[ recovery-image] Aug 05 04:33:27.151 INFO O| Aug 05 04:33:27.151 INFO STEP 368 (remove_files) COMPLETE
63632026-08-05T04:33:27.970Z[ recovery-image] Aug 05 04:33:27.151 INFO O| Aug 05 04:33:27.151 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-05T04:33:27.977Z[ recovery-image] Aug 05 04:33:27.160 INFO O| Aug 05 04:33:27.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63652026-08-05T04:33:27.977Z[ recovery-image] Aug 05 04:33:27.160 INFO O| Aug 05 04:33:27.160 INFO STEP 369 (remove_files) COMPLETE
63662026-08-05T04:33:27.980Z[ recovery-image] Aug 05 04:33:27.160 INFO O| Aug 05 04:33:27.160 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-05T04:33:27.986Z[ recovery-image] Aug 05 04:33:27.169 INFO O| Aug 05 04:33:27.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63682026-08-05T04:33:27.987Z[ recovery-image] Aug 05 04:33:27.170 INFO O| Aug 05 04:33:27.169 INFO STEP 370 (remove_files) COMPLETE
63692026-08-05T04:33:27.987Z[ recovery-image] Aug 05 04:33:27.170 INFO O| Aug 05 04:33:27.169 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-05T04:33:27.995Z[ recovery-image] Aug 05 04:33:27.178 INFO O| Aug 05 04:33:27.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63712026-08-05T04:33:27.995Z[ recovery-image] Aug 05 04:33:27.178 INFO O| Aug 05 04:33:27.178 INFO STEP 371 (remove_files) COMPLETE
63722026-08-05T04:33:27.995Z[ recovery-image] Aug 05 04:33:27.178 INFO O| Aug 05 04:33:27.178 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-05T04:33:28.004Z[ recovery-image] Aug 05 04:33:27.187 INFO O| Aug 05 04:33:27.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63742026-08-05T04:33:28.005Z[ recovery-image] Aug 05 04:33:27.187 INFO O| Aug 05 04:33:27.187 INFO STEP 372 (remove_files) COMPLETE
63752026-08-05T04:33:28.005Z[ recovery-image] Aug 05 04:33:27.187 INFO O| Aug 05 04:33:27.187 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-05T04:33:28.014Z[ recovery-image] Aug 05 04:33:27.197 INFO O| Aug 05 04:33:27.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63772026-08-05T04:33:28.014Z[ recovery-image] Aug 05 04:33:27.197 INFO O| Aug 05 04:33:27.197 INFO STEP 373 (remove_files) COMPLETE
63782026-08-05T04:33:28.014Z[ recovery-image] Aug 05 04:33:27.197 INFO O| Aug 05 04:33:27.197 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-05T04:33:28.024Z[ recovery-image] Aug 05 04:33:27.207 INFO O| Aug 05 04:33:27.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63802026-08-05T04:33:28.024Z[ recovery-image] Aug 05 04:33:27.207 INFO O| Aug 05 04:33:27.207 INFO STEP 374 (remove_files) COMPLETE
63812026-08-05T04:33:28.024Z[ recovery-image] Aug 05 04:33:27.207 INFO O| Aug 05 04:33:27.207 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-05T04:33:28.034Z[ recovery-image] Aug 05 04:33:27.216 INFO O| Aug 05 04:33:27.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63832026-08-05T04:33:28.034Z[ recovery-image] Aug 05 04:33:27.216 INFO O| Aug 05 04:33:27.216 INFO STEP 375 (remove_files) COMPLETE
63842026-08-05T04:33:28.034Z[ recovery-image] Aug 05 04:33:27.216 INFO O| Aug 05 04:33:27.216 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-05T04:33:28.043Z[ recovery-image] Aug 05 04:33:27.225 INFO O| Aug 05 04:33:27.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63862026-08-05T04:33:28.043Z[ recovery-image] Aug 05 04:33:27.226 INFO O| Aug 05 04:33:27.226 INFO STEP 376 (remove_files) COMPLETE
63872026-08-05T04:33:28.043Z[ recovery-image] Aug 05 04:33:27.226 INFO O| Aug 05 04:33:27.226 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-05T04:33:28.053Z[ recovery-image] Aug 05 04:33:27.236 INFO O| Aug 05 04:33:27.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63892026-08-05T04:33:28.053Z[ recovery-image] Aug 05 04:33:27.236 INFO O| Aug 05 04:33:27.236 INFO STEP 377 (remove_files) COMPLETE
63902026-08-05T04:33:28.053Z[ recovery-image] Aug 05 04:33:27.236 INFO O| Aug 05 04:33:27.236 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-05T04:33:28.064Z[ recovery-image] Aug 05 04:33:27.247 INFO O| Aug 05 04:33:27.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63922026-08-05T04:33:28.064Z[ recovery-image] Aug 05 04:33:27.247 INFO O| Aug 05 04:33:27.247 INFO STEP 378 (remove_files) COMPLETE
63932026-08-05T04:33:28.064Z[ recovery-image] Aug 05 04:33:27.247 INFO O| Aug 05 04:33:27.247 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-05T04:33:28.074Z[ recovery-image] Aug 05 04:33:27.257 INFO O| Aug 05 04:33:27.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63952026-08-05T04:33:28.074Z[ recovery-image] Aug 05 04:33:27.257 INFO O| Aug 05 04:33:27.257 INFO STEP 379 (remove_files) COMPLETE
63962026-08-05T04:33:28.074Z[ recovery-image] Aug 05 04:33:27.257 INFO O| Aug 05 04:33:27.257 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-05T04:33:28.085Z[ recovery-image] Aug 05 04:33:27.268 INFO O| Aug 05 04:33:27.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63982026-08-05T04:33:28.085Z[ recovery-image] Aug 05 04:33:27.268 INFO O| Aug 05 04:33:27.268 INFO STEP 380 (remove_files) COMPLETE
63992026-08-05T04:33:28.085Z[ recovery-image] Aug 05 04:33:27.268 INFO O| Aug 05 04:33:27.268 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-05T04:33:28.095Z[ recovery-image] Aug 05 04:33:27.278 INFO O| Aug 05 04:33:27.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64012026-08-05T04:33:28.095Z[ recovery-image] Aug 05 04:33:27.278 INFO O| Aug 05 04:33:27.278 INFO STEP 381 (remove_files) COMPLETE
64022026-08-05T04:33:28.095Z[ recovery-image] Aug 05 04:33:27.278 INFO O| Aug 05 04:33:27.278 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-05T04:33:28.105Z[ recovery-image] Aug 05 04:33:27.288 INFO O| Aug 05 04:33:27.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64042026-08-05T04:33:28.105Z[ recovery-image] Aug 05 04:33:27.288 INFO O| Aug 05 04:33:27.288 INFO STEP 382 (remove_files) COMPLETE
64052026-08-05T04:33:28.105Z[ recovery-image] Aug 05 04:33:27.288 INFO O| Aug 05 04:33:27.288 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-05T04:33:28.115Z[ recovery-image] Aug 05 04:33:27.298 INFO O| Aug 05 04:33:27.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64072026-08-05T04:33:28.115Z[ recovery-image] Aug 05 04:33:27.298 INFO O| Aug 05 04:33:27.298 INFO STEP 383 (remove_files) COMPLETE
64082026-08-05T04:33:28.115Z[ recovery-image] Aug 05 04:33:27.298 INFO O| Aug 05 04:33:27.298 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-05T04:33:28.125Z[ recovery-image] Aug 05 04:33:27.308 INFO O| Aug 05 04:33:27.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64102026-08-05T04:33:28.125Z[ recovery-image] Aug 05 04:33:27.308 INFO O| Aug 05 04:33:27.308 INFO STEP 384 (remove_files) COMPLETE
64112026-08-05T04:33:28.125Z[ recovery-image] Aug 05 04:33:27.308 INFO O| Aug 05 04:33:27.308 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-05T04:33:28.135Z[ recovery-image] Aug 05 04:33:27.318 INFO O| Aug 05 04:33:27.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64132026-08-05T04:33:28.135Z[ recovery-image] Aug 05 04:33:27.318 INFO O| Aug 05 04:33:27.318 INFO STEP 385 (remove_files) COMPLETE
64142026-08-05T04:33:28.135Z[ recovery-image] Aug 05 04:33:27.318 INFO O| Aug 05 04:33:27.318 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-05T04:33:28.145Z[ recovery-image] Aug 05 04:33:27.328 INFO O| Aug 05 04:33:27.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64162026-08-05T04:33:28.145Z[ recovery-image] Aug 05 04:33:27.328 INFO O| Aug 05 04:33:27.328 INFO STEP 386 (remove_files) COMPLETE
64172026-08-05T04:33:28.145Z[ recovery-image] Aug 05 04:33:27.328 INFO O| Aug 05 04:33:27.328 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-05T04:33:28.154Z[ recovery-image] Aug 05 04:33:27.337 INFO O| Aug 05 04:33:27.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64192026-08-05T04:33:28.154Z[ recovery-image] Aug 05 04:33:27.337 INFO O| Aug 05 04:33:27.337 INFO STEP 387 (remove_files) COMPLETE
64202026-08-05T04:33:28.154Z[ recovery-image] Aug 05 04:33:27.337 INFO O| Aug 05 04:33:27.337 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-05T04:33:28.164Z[ recovery-image] Aug 05 04:33:27.347 INFO O| Aug 05 04:33:27.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64222026-08-05T04:33:28.164Z[ recovery-image] Aug 05 04:33:27.347 INFO O| Aug 05 04:33:27.347 INFO STEP 388 (remove_files) COMPLETE
64232026-08-05T04:33:28.164Z[ recovery-image] Aug 05 04:33:27.347 INFO O| Aug 05 04:33:27.347 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-05T04:33:28.175Z[ recovery-image] Aug 05 04:33:27.358 INFO O| Aug 05 04:33:27.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64252026-08-05T04:33:28.175Z[ recovery-image] Aug 05 04:33:27.358 INFO O| Aug 05 04:33:27.358 INFO STEP 389 (remove_files) COMPLETE
64262026-08-05T04:33:28.178Z[ recovery-image] Aug 05 04:33:27.358 INFO O| Aug 05 04:33:27.358 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-05T04:33:28.185Z[ recovery-image] Aug 05 04:33:27.368 INFO O| Aug 05 04:33:27.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64282026-08-05T04:33:28.185Z[ recovery-image] Aug 05 04:33:27.368 INFO O| Aug 05 04:33:27.368 INFO STEP 390 (remove_files) COMPLETE
64292026-08-05T04:33:28.185Z[ recovery-image] Aug 05 04:33:27.368 INFO O| Aug 05 04:33:27.368 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-05T04:33:28.196Z[ recovery-image] Aug 05 04:33:27.379 INFO O| Aug 05 04:33:27.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64312026-08-05T04:33:28.197Z[ recovery-image] Aug 05 04:33:27.379 INFO O| Aug 05 04:33:27.379 INFO STEP 391 (remove_files) COMPLETE
64322026-08-05T04:33:28.197Z[ recovery-image] Aug 05 04:33:27.380 INFO O| Aug 05 04:33:27.379 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-05T04:33:28.208Z[ recovery-image] Aug 05 04:33:27.391 INFO O| Aug 05 04:33:27.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64342026-08-05T04:33:28.208Z[ recovery-image] Aug 05 04:33:27.391 INFO O| Aug 05 04:33:27.391 INFO STEP 392 (remove_files) COMPLETE
64352026-08-05T04:33:28.208Z[ recovery-image] Aug 05 04:33:27.391 INFO O| Aug 05 04:33:27.391 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-05T04:33:28.217Z[ recovery-image] Aug 05 04:33:27.400 INFO O| Aug 05 04:33:27.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64372026-08-05T04:33:28.218Z[ recovery-image] Aug 05 04:33:27.400 INFO O| Aug 05 04:33:27.400 INFO STEP 393 (remove_files) COMPLETE
64382026-08-05T04:33:28.218Z[ recovery-image] Aug 05 04:33:27.400 INFO O| Aug 05 04:33:27.400 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-05T04:33:28.227Z[ recovery-image] Aug 05 04:33:27.410 INFO O| Aug 05 04:33:27.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64402026-08-05T04:33:28.228Z[ recovery-image] Aug 05 04:33:27.411 INFO O| Aug 05 04:33:27.410 INFO STEP 394 (remove_files) COMPLETE
64412026-08-05T04:33:28.228Z[ recovery-image] Aug 05 04:33:27.411 INFO O| Aug 05 04:33:27.410 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-05T04:33:28.237Z[ recovery-image] Aug 05 04:33:27.420 INFO O| Aug 05 04:33:27.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64432026-08-05T04:33:28.237Z[ recovery-image] Aug 05 04:33:27.420 INFO O| Aug 05 04:33:27.420 INFO STEP 395 (remove_files) COMPLETE
64442026-08-05T04:33:28.237Z[ recovery-image] Aug 05 04:33:27.420 INFO O| Aug 05 04:33:27.420 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-05T04:33:28.246Z[ recovery-image] Aug 05 04:33:27.429 INFO O| Aug 05 04:33:27.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64462026-08-05T04:33:28.246Z[ recovery-image] Aug 05 04:33:27.429 INFO O| Aug 05 04:33:27.429 INFO STEP 396 (remove_files) COMPLETE
64472026-08-05T04:33:28.246Z[ recovery-image] Aug 05 04:33:27.429 INFO O| Aug 05 04:33:27.429 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-05T04:33:28.256Z[ recovery-image] Aug 05 04:33:27.439 INFO O| Aug 05 04:33:27.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64492026-08-05T04:33:28.256Z[ recovery-image] Aug 05 04:33:27.439 INFO O| Aug 05 04:33:27.439 INFO STEP 397 (remove_files) COMPLETE
64502026-08-05T04:33:28.256Z[ recovery-image] Aug 05 04:33:27.439 INFO O| Aug 05 04:33:27.439 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-05T04:33:28.265Z[ recovery-image] Aug 05 04:33:27.448 INFO O| Aug 05 04:33:27.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64522026-08-05T04:33:28.266Z[ recovery-image] Aug 05 04:33:27.448 INFO O| Aug 05 04:33:27.448 INFO STEP 398 (remove_files) COMPLETE
64532026-08-05T04:33:28.269Z[ recovery-image] Aug 05 04:33:27.448 INFO O| Aug 05 04:33:27.448 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-05T04:33:28.277Z[ recovery-image] Aug 05 04:33:27.459 INFO O| Aug 05 04:33:27.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64552026-08-05T04:33:28.277Z[ recovery-image] Aug 05 04:33:27.459 INFO O| Aug 05 04:33:27.459 INFO STEP 399 (remove_files) COMPLETE
64562026-08-05T04:33:28.280Z[ recovery-image] Aug 05 04:33:27.459 INFO O| Aug 05 04:33:27.459 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-05T04:33:28.300Z[ recovery-image] Aug 05 04:33:27.483 INFO O| Aug 05 04:33:27.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64582026-08-05T04:33:28.300Z[ recovery-image] Aug 05 04:33:27.483 INFO O| Aug 05 04:33:27.483 INFO STEP 400 (remove_files) COMPLETE
64592026-08-05T04:33:28.300Z[ recovery-image] Aug 05 04:33:27.483 INFO O| Aug 05 04:33:27.483 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-05T04:33:28.334Z[ recovery-image] Aug 05 04:33:27.517 INFO O| Aug 05 04:33:27.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64612026-08-05T04:33:28.334Z[ recovery-image] Aug 05 04:33:27.517 INFO O| Aug 05 04:33:27.517 INFO STEP 401 (remove_files) COMPLETE
64622026-08-05T04:33:28.334Z[ recovery-image] Aug 05 04:33:27.517 INFO O| Aug 05 04:33:27.517 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-05T04:33:28.346Z[ recovery-image] Aug 05 04:33:27.529 INFO O| Aug 05 04:33:27.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64642026-08-05T04:33:28.346Z[ recovery-image] Aug 05 04:33:27.529 INFO O| Aug 05 04:33:27.529 INFO STEP 402 (remove_files) COMPLETE
64652026-08-05T04:33:28.346Z[ recovery-image] Aug 05 04:33:27.529 INFO O| Aug 05 04:33:27.529 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-05T04:33:28.357Z[ recovery-image] Aug 05 04:33:27.540 INFO O| Aug 05 04:33:27.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64672026-08-05T04:33:28.357Z[ recovery-image] Aug 05 04:33:27.540 INFO O| Aug 05 04:33:27.540 INFO STEP 403 (remove_files) COMPLETE
64682026-08-05T04:33:28.360Z[ recovery-image] Aug 05 04:33:27.540 INFO O| Aug 05 04:33:27.540 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-05T04:33:28.368Z[ recovery-image] Aug 05 04:33:27.551 INFO O| Aug 05 04:33:27.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64702026-08-05T04:33:28.368Z[ recovery-image] Aug 05 04:33:27.551 INFO O| Aug 05 04:33:27.551 INFO STEP 404 (remove_files) COMPLETE
64712026-08-05T04:33:28.368Z[ recovery-image] Aug 05 04:33:27.551 INFO O| Aug 05 04:33:27.551 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-08-05T04:33:28.379Z[ recovery-image] Aug 05 04:33:27.563 INFO O| Aug 05 04:33:27.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64732026-08-05T04:33:28.380Z[ recovery-image] Aug 05 04:33:27.563 INFO O| Aug 05 04:33:27.563 INFO STEP 405 (remove_files) COMPLETE
64742026-08-05T04:33:28.393Z[ recovery-image] Aug 05 04:33:27.563 INFO O| Aug 05 04:33:27.563 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-08-05T04:33:28.404Z[ recovery-image] Aug 05 04:33:27.587 INFO O| Aug 05 04:33:27.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64762026-08-05T04:33:28.404Z[ recovery-image] Aug 05 04:33:27.587 INFO O| Aug 05 04:33:27.587 INFO STEP 406 (remove_files) COMPLETE
64772026-08-05T04:33:28.404Z[ recovery-image] Aug 05 04:33:27.587 INFO O| Aug 05 04:33:27.587 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-08-05T04:33:28.415Z[ recovery-image] Aug 05 04:33:27.598 INFO O| Aug 05 04:33:27.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64792026-08-05T04:33:28.415Z[ recovery-image] Aug 05 04:33:27.598 INFO O| Aug 05 04:33:27.598 INFO STEP 407 (remove_files) COMPLETE
64802026-08-05T04:33:28.418Z[ recovery-image] Aug 05 04:33:27.598 INFO O| Aug 05 04:33:27.598 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-08-05T04:33:28.426Z[ recovery-image] Aug 05 04:33:27.609 INFO O| Aug 05 04:33:27.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64822026-08-05T04:33:28.426Z[ recovery-image] Aug 05 04:33:27.609 INFO O| Aug 05 04:33:27.609 INFO STEP 408 (remove_files) COMPLETE
64832026-08-05T04:33:28.429Z[ recovery-image] Aug 05 04:33:27.609 INFO O| Aug 05 04:33:27.609 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-08-05T04:33:28.437Z[ recovery-image] Aug 05 04:33:27.620 INFO O| Aug 05 04:33:27.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64852026-08-05T04:33:28.437Z[ recovery-image] Aug 05 04:33:27.620 INFO O| Aug 05 04:33:27.620 INFO STEP 409 (remove_files) COMPLETE
64862026-08-05T04:33:28.440Z[ recovery-image] Aug 05 04:33:27.620 INFO O| Aug 05 04:33:27.620 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-08-05T04:33:28.449Z[ recovery-image] Aug 05 04:33:27.632 INFO O| Aug 05 04:33:27.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64882026-08-05T04:33:28.449Z[ recovery-image] Aug 05 04:33:27.632 INFO O| Aug 05 04:33:27.632 INFO STEP 410 (remove_files) COMPLETE
64892026-08-05T04:33:28.452Z[ recovery-image] Aug 05 04:33:27.632 INFO O| Aug 05 04:33:27.632 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-08-05T04:33:28.460Z[ recovery-image] Aug 05 04:33:27.643 INFO O| Aug 05 04:33:27.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64912026-08-05T04:33:28.460Z[ recovery-image] Aug 05 04:33:27.643 INFO O| Aug 05 04:33:27.643 INFO STEP 411 (remove_files) COMPLETE
64922026-08-05T04:33:28.460Z[ recovery-image] Aug 05 04:33:27.643 INFO O| Aug 05 04:33:27.643 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-08-05T04:33:28.471Z[ recovery-image] Aug 05 04:33:27.654 INFO O| Aug 05 04:33:27.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64942026-08-05T04:33:28.471Z[ recovery-image] Aug 05 04:33:27.654 INFO O| Aug 05 04:33:27.654 INFO STEP 412 (remove_files) COMPLETE
64952026-08-05T04:33:28.471Z[ recovery-image] Aug 05 04:33:27.654 INFO O| Aug 05 04:33:27.654 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-05T04:33:28.481Z[ recovery-image] Aug 05 04:33:27.664 INFO O| Aug 05 04:33:27.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
64972026-08-05T04:33:28.481Z[ recovery-image] Aug 05 04:33:27.664 INFO O| Aug 05 04:33:27.664 INFO STEP 413 (remove_files) COMPLETE
64982026-08-05T04:33:28.481Z[ recovery-image] Aug 05 04:33:27.664 INFO O| Aug 05 04:33:27.664 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-05T04:33:28.491Z[ recovery-image] Aug 05 04:33:27.674 INFO O| Aug 05 04:33:27.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65002026-08-05T04:33:28.491Z[ recovery-image] Aug 05 04:33:27.674 INFO O| Aug 05 04:33:27.674 INFO STEP 414 (remove_files) COMPLETE
65012026-08-05T04:33:28.494Z[ recovery-image] Aug 05 04:33:27.674 INFO O| Aug 05 04:33:27.674 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-05T04:33:28.500Z[ recovery-image] Aug 05 04:33:27.683 INFO O| Aug 05 04:33:27.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65032026-08-05T04:33:28.500Z[ recovery-image] Aug 05 04:33:27.683 INFO O| Aug 05 04:33:27.683 INFO STEP 415 (remove_files) COMPLETE
65042026-08-05T04:33:28.500Z[ recovery-image] Aug 05 04:33:27.683 INFO O| Aug 05 04:33:27.683 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-05T04:33:28.510Z[ recovery-image] Aug 05 04:33:27.693 INFO O| Aug 05 04:33:27.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65062026-08-05T04:33:28.510Z[ recovery-image] Aug 05 04:33:27.693 INFO O| Aug 05 04:33:27.693 INFO STEP 416 (remove_files) COMPLETE
65072026-08-05T04:33:28.510Z[ recovery-image] Aug 05 04:33:27.693 INFO O| Aug 05 04:33:27.693 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-05T04:33:28.520Z[ recovery-image] Aug 05 04:33:27.703 INFO O| Aug 05 04:33:27.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65092026-08-05T04:33:28.520Z[ recovery-image] Aug 05 04:33:27.703 INFO O| Aug 05 04:33:27.703 INFO STEP 417 (remove_files) COMPLETE
65102026-08-05T04:33:28.523Z[ recovery-image] Aug 05 04:33:27.703 INFO O| Aug 05 04:33:27.703 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-05T04:33:28.529Z[ recovery-image] Aug 05 04:33:27.713 INFO O| Aug 05 04:33:27.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65122026-08-05T04:33:28.529Z[ recovery-image] Aug 05 04:33:27.713 INFO O| Aug 05 04:33:27.713 INFO STEP 418 (remove_files) COMPLETE
65132026-08-05T04:33:28.532Z[ recovery-image] Aug 05 04:33:27.713 INFO O| Aug 05 04:33:27.713 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-05T04:33:28.539Z[ recovery-image] Aug 05 04:33:27.722 INFO O| Aug 05 04:33:27.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65152026-08-05T04:33:28.539Z[ recovery-image] Aug 05 04:33:27.722 INFO O| Aug 05 04:33:27.722 INFO STEP 419 (remove_files) COMPLETE
65162026-08-05T04:33:28.539Z[ recovery-image] Aug 05 04:33:27.722 INFO O| Aug 05 04:33:27.722 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-05T04:33:28.549Z[ recovery-image] Aug 05 04:33:27.732 INFO O| Aug 05 04:33:27.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65182026-08-05T04:33:28.549Z[ recovery-image] Aug 05 04:33:27.732 INFO O| Aug 05 04:33:27.732 INFO STEP 420 (remove_files) COMPLETE
65192026-08-05T04:33:28.549Z[ recovery-image] Aug 05 04:33:27.732 INFO O| Aug 05 04:33:27.732 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-05T04:33:28.559Z[ recovery-image] Aug 05 04:33:27.742 INFO O| Aug 05 04:33:27.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65212026-08-05T04:33:28.559Z[ recovery-image] Aug 05 04:33:27.742 INFO O| Aug 05 04:33:27.742 INFO STEP 421 (remove_files) COMPLETE
65222026-08-05T04:33:28.559Z[ recovery-image] Aug 05 04:33:27.742 INFO O| Aug 05 04:33:27.742 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-05T04:33:28.569Z[ recovery-image] Aug 05 04:33:27.752 INFO O| Aug 05 04:33:27.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65242026-08-05T04:33:28.569Z[ recovery-image] Aug 05 04:33:27.752 INFO O| Aug 05 04:33:27.752 INFO STEP 422 (remove_files) COMPLETE
65252026-08-05T04:33:28.569Z[ recovery-image] Aug 05 04:33:27.752 INFO O| Aug 05 04:33:27.752 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-05T04:33:28.579Z[ recovery-image] Aug 05 04:33:27.762 INFO O| Aug 05 04:33:27.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65272026-08-05T04:33:28.579Z[ recovery-image] Aug 05 04:33:27.762 INFO O| Aug 05 04:33:27.762 INFO STEP 423 (remove_files) COMPLETE
65282026-08-05T04:33:28.579Z[ recovery-image] Aug 05 04:33:27.762 INFO O| Aug 05 04:33:27.762 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-05T04:33:28.589Z[ recovery-image] Aug 05 04:33:27.772 INFO O| Aug 05 04:33:27.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65302026-08-05T04:33:28.592Z[ recovery-image] Aug 05 04:33:27.772 INFO O| Aug 05 04:33:27.772 INFO STEP 424 (remove_files) COMPLETE
65312026-08-05T04:33:28.592Z[ recovery-image] Aug 05 04:33:27.772 INFO O| Aug 05 04:33:27.772 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-05T04:33:28.599Z[ recovery-image] Aug 05 04:33:27.782 INFO O| Aug 05 04:33:27.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65332026-08-05T04:33:28.599Z[ recovery-image] Aug 05 04:33:27.782 INFO O| Aug 05 04:33:27.782 INFO STEP 425 (remove_files) COMPLETE
65342026-08-05T04:33:28.599Z[ recovery-image] Aug 05 04:33:27.782 INFO O| Aug 05 04:33:27.782 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-05T04:33:28.610Z[ recovery-image] Aug 05 04:33:27.793 INFO O| Aug 05 04:33:27.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65362026-08-05T04:33:28.610Z[ recovery-image] Aug 05 04:33:27.793 INFO O| Aug 05 04:33:27.793 INFO STEP 426 (remove_files) COMPLETE
65372026-08-05T04:33:28.610Z[ recovery-image] Aug 05 04:33:27.793 INFO O| Aug 05 04:33:27.793 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-05T04:33:28.621Z[ recovery-image] Aug 05 04:33:27.804 INFO O| Aug 05 04:33:27.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65392026-08-05T04:33:28.621Z[ recovery-image] Aug 05 04:33:27.804 INFO O| Aug 05 04:33:27.804 INFO STEP 427 (remove_files) COMPLETE
65402026-08-05T04:33:28.621Z[ recovery-image] Aug 05 04:33:27.805 INFO O| Aug 05 04:33:27.804 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-05T04:33:28.632Z[ recovery-image] Aug 05 04:33:27.815 INFO O| Aug 05 04:33:27.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65422026-08-05T04:33:28.632Z[ recovery-image] Aug 05 04:33:27.815 INFO O| Aug 05 04:33:27.815 INFO STEP 428 (remove_files) COMPLETE
65432026-08-05T04:33:28.632Z[ recovery-image] Aug 05 04:33:27.815 INFO O| Aug 05 04:33:27.815 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-05T04:33:28.641Z[ recovery-image] Aug 05 04:33:27.824 INFO O| Aug 05 04:33:27.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65452026-08-05T04:33:28.641Z[ recovery-image] Aug 05 04:33:27.824 INFO O| Aug 05 04:33:27.824 INFO STEP 429 (remove_files) COMPLETE
65462026-08-05T04:33:28.641Z[ recovery-image] Aug 05 04:33:27.824 INFO O| Aug 05 04:33:27.824 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-05T04:33:28.651Z[ recovery-image] Aug 05 04:33:27.834 INFO O| Aug 05 04:33:27.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65482026-08-05T04:33:28.651Z[ recovery-image] Aug 05 04:33:27.834 INFO O| Aug 05 04:33:27.834 INFO STEP 430 (remove_files) COMPLETE
65492026-08-05T04:33:28.654Z[ recovery-image] Aug 05 04:33:27.834 INFO O| Aug 05 04:33:27.834 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-08-05T04:33:28.661Z[ recovery-image] Aug 05 04:33:27.844 INFO O| Aug 05 04:33:27.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65512026-08-05T04:33:28.661Z[ recovery-image] Aug 05 04:33:27.844 INFO O| Aug 05 04:33:27.844 INFO STEP 431 (remove_files) COMPLETE
65522026-08-05T04:33:28.661Z[ recovery-image] Aug 05 04:33:27.844 INFO O| Aug 05 04:33:27.844 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-05T04:33:28.671Z[ recovery-image] Aug 05 04:33:27.854 INFO O| Aug 05 04:33:27.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65542026-08-05T04:33:28.671Z[ recovery-image] Aug 05 04:33:27.854 INFO O| Aug 05 04:33:27.854 INFO STEP 432 (remove_files) COMPLETE
65552026-08-05T04:33:28.674Z[ recovery-image] Aug 05 04:33:27.854 INFO O| Aug 05 04:33:27.854 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-05T04:33:28.680Z[ recovery-image] Aug 05 04:33:27.863 INFO O| Aug 05 04:33:27.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65572026-08-05T04:33:28.680Z[ recovery-image] Aug 05 04:33:27.863 INFO O| Aug 05 04:33:27.863 INFO STEP 433 (remove_files) COMPLETE
65582026-08-05T04:33:28.680Z[ recovery-image] Aug 05 04:33:27.863 INFO O| Aug 05 04:33:27.863 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-08-05T04:33:28.690Z[ recovery-image] Aug 05 04:33:27.873 INFO O| Aug 05 04:33:27.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65602026-08-05T04:33:28.690Z[ recovery-image] Aug 05 04:33:27.873 INFO O| Aug 05 04:33:27.873 INFO STEP 434 (remove_files) COMPLETE
65612026-08-05T04:33:28.690Z[ recovery-image] Aug 05 04:33:27.873 INFO O| Aug 05 04:33:27.873 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-08-05T04:33:28.700Z[ recovery-image] Aug 05 04:33:27.883 INFO O| Aug 05 04:33:27.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65632026-08-05T04:33:28.700Z[ recovery-image] Aug 05 04:33:27.883 INFO O| Aug 05 04:33:27.883 INFO STEP 435 (remove_files) COMPLETE
65642026-08-05T04:33:28.700Z[ recovery-image] Aug 05 04:33:27.883 INFO O| Aug 05 04:33:27.883 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-05T04:33:28.710Z[ recovery-image] Aug 05 04:33:27.893 INFO O| Aug 05 04:33:27.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65662026-08-05T04:33:28.713Z[ recovery-image] Aug 05 04:33:27.893 INFO O| Aug 05 04:33:27.893 INFO STEP 436 (remove_files) COMPLETE
65672026-08-05T04:33:28.713Z[ recovery-image] Aug 05 04:33:27.893 INFO O| Aug 05 04:33:27.893 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-05T04:33:28.720Z[ recovery-image] Aug 05 04:33:27.903 INFO O| Aug 05 04:33:27.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65692026-08-05T04:33:28.720Z[ recovery-image] Aug 05 04:33:27.903 INFO O| Aug 05 04:33:27.903 INFO STEP 437 (remove_files) COMPLETE
65702026-08-05T04:33:28.723Z[ recovery-image] Aug 05 04:33:27.903 INFO O| Aug 05 04:33:27.903 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-05T04:33:28.729Z[ recovery-image] Aug 05 04:33:27.912 INFO O| Aug 05 04:33:27.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65722026-08-05T04:33:28.729Z[ recovery-image] Aug 05 04:33:27.912 INFO O| Aug 05 04:33:27.912 INFO STEP 438 (remove_files) COMPLETE
65732026-08-05T04:33:28.732Z[ recovery-image] Aug 05 04:33:27.912 INFO O| Aug 05 04:33:27.912 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-05T04:33:28.738Z[ recovery-image] Aug 05 04:33:27.921 INFO O| Aug 05 04:33:27.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65752026-08-05T04:33:28.738Z[ recovery-image] Aug 05 04:33:27.921 INFO O| Aug 05 04:33:27.921 INFO STEP 439 (remove_files) COMPLETE
65762026-08-05T04:33:28.741Z[ recovery-image] Aug 05 04:33:27.921 INFO O| Aug 05 04:33:27.921 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-05T04:33:28.748Z[ recovery-image] Aug 05 04:33:27.931 INFO O| Aug 05 04:33:27.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65782026-08-05T04:33:28.748Z[ recovery-image] Aug 05 04:33:27.931 INFO O| Aug 05 04:33:27.931 INFO STEP 440 (remove_files) COMPLETE
65792026-08-05T04:33:28.748Z[ recovery-image] Aug 05 04:33:27.931 INFO O| Aug 05 04:33:27.931 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-05T04:33:28.758Z[ recovery-image] Aug 05 04:33:27.940 INFO O| Aug 05 04:33:27.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65812026-08-05T04:33:28.758Z[ recovery-image] Aug 05 04:33:27.940 INFO O| Aug 05 04:33:27.940 INFO STEP 441 (remove_files) COMPLETE
65822026-08-05T04:33:28.762Z[ recovery-image] Aug 05 04:33:27.940 INFO O| Aug 05 04:33:27.940 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-05T04:33:28.766Z[ recovery-image] Aug 05 04:33:27.949 INFO O| Aug 05 04:33:27.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65842026-08-05T04:33:28.766Z[ recovery-image] Aug 05 04:33:27.950 INFO O| Aug 05 04:33:27.949 INFO STEP 442 (remove_files) COMPLETE
65852026-08-05T04:33:28.766Z[ recovery-image] Aug 05 04:33:27.950 INFO O| Aug 05 04:33:27.949 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-05T04:33:28.775Z[ recovery-image] Aug 05 04:33:27.958 INFO O| Aug 05 04:33:27.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65872026-08-05T04:33:28.776Z[ recovery-image] Aug 05 04:33:27.958 INFO O| Aug 05 04:33:27.958 INFO STEP 443 (remove_files) COMPLETE
65882026-08-05T04:33:28.776Z[ recovery-image] Aug 05 04:33:27.958 INFO O| Aug 05 04:33:27.958 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-05T04:33:28.784Z[ recovery-image] Aug 05 04:33:27.967 INFO O| Aug 05 04:33:27.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65902026-08-05T04:33:28.785Z[ recovery-image] Aug 05 04:33:27.968 INFO O| Aug 05 04:33:27.967 INFO STEP 444 (remove_files) COMPLETE
65912026-08-05T04:33:28.785Z[ recovery-image] Aug 05 04:33:27.968 INFO O| Aug 05 04:33:27.967 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-05T04:33:28.794Z[ recovery-image] Aug 05 04:33:27.977 INFO O| Aug 05 04:33:27.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65932026-08-05T04:33:28.794Z[ recovery-image] Aug 05 04:33:27.977 INFO O| Aug 05 04:33:27.977 INFO STEP 445 (remove_files) COMPLETE
65942026-08-05T04:33:28.797Z[ recovery-image] Aug 05 04:33:27.977 INFO O| Aug 05 04:33:27.977 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-05T04:33:28.803Z[ recovery-image] Aug 05 04:33:27.986 INFO O| Aug 05 04:33:27.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65962026-08-05T04:33:28.806Z[ recovery-image] Aug 05 04:33:27.986 INFO O| Aug 05 04:33:27.986 INFO STEP 446 (remove_files) COMPLETE
65972026-08-05T04:33:28.806Z[ recovery-image] Aug 05 04:33:27.986 INFO O| Aug 05 04:33:27.986 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-05T04:33:28.812Z[ recovery-image] Aug 05 04:33:27.995 INFO O| Aug 05 04:33:27.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
65992026-08-05T04:33:28.812Z[ recovery-image] Aug 05 04:33:27.995 INFO O| Aug 05 04:33:27.995 INFO STEP 447 (remove_files) COMPLETE
66002026-08-05T04:33:28.815Z[ recovery-image] Aug 05 04:33:27.995 INFO O| Aug 05 04:33:27.995 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-05T04:33:28.822Z[ recovery-image] Aug 05 04:33:28.005 INFO O| Aug 05 04:33:28.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66022026-08-05T04:33:28.822Z[ recovery-image] Aug 05 04:33:28.005 INFO O| Aug 05 04:33:28.005 INFO STEP 448 (remove_files) COMPLETE
66032026-08-05T04:33:28.826Z[ recovery-image] Aug 05 04:33:28.005 INFO O| Aug 05 04:33:28.005 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-05T04:33:28.832Z[ recovery-image] Aug 05 04:33:28.015 INFO O| Aug 05 04:33:28.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66052026-08-05T04:33:28.832Z[ recovery-image] Aug 05 04:33:28.015 INFO O| Aug 05 04:33:28.015 INFO STEP 449 (remove_files) COMPLETE
66062026-08-05T04:33:28.832Z[ recovery-image] Aug 05 04:33:28.015 INFO O| Aug 05 04:33:28.015 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-05T04:33:28.842Z[ recovery-image] Aug 05 04:33:28.025 INFO O| Aug 05 04:33:28.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66082026-08-05T04:33:28.842Z[ recovery-image] Aug 05 04:33:28.025 INFO O| Aug 05 04:33:28.025 INFO STEP 450 (remove_files) COMPLETE
66092026-08-05T04:33:28.842Z[ recovery-image] Aug 05 04:33:28.025 INFO O| Aug 05 04:33:28.025 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-05T04:33:28.850Z[ recovery-image] Aug 05 04:33:28.033 INFO O| Aug 05 04:33:28.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66112026-08-05T04:33:28.850Z[ recovery-image] Aug 05 04:33:28.033 INFO O| Aug 05 04:33:28.033 INFO STEP 451 (remove_files) COMPLETE
66122026-08-05T04:33:28.850Z[ recovery-image] Aug 05 04:33:28.033 INFO O| Aug 05 04:33:28.033 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-05T04:33:28.859Z[ recovery-image] Aug 05 04:33:28.042 INFO O| Aug 05 04:33:28.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66142026-08-05T04:33:28.859Z[ recovery-image] Aug 05 04:33:28.042 INFO O| Aug 05 04:33:28.042 INFO STEP 452 (remove_files) COMPLETE
66152026-08-05T04:33:28.859Z[ recovery-image] Aug 05 04:33:28.042 INFO O| Aug 05 04:33:28.042 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-05T04:33:28.868Z[ recovery-image] Aug 05 04:33:28.051 INFO O| Aug 05 04:33:28.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66172026-08-05T04:33:28.868Z[ recovery-image] Aug 05 04:33:28.051 INFO O| Aug 05 04:33:28.051 INFO STEP 453 (remove_files) COMPLETE
66182026-08-05T04:33:28.868Z[ recovery-image] Aug 05 04:33:28.051 INFO O| Aug 05 04:33:28.051 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-05T04:33:28.888Z[ recovery-image] Aug 05 04:33:28.071 INFO O| Aug 05 04:33:28.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66202026-08-05T04:33:28.891Z[ recovery-image] Aug 05 04:33:28.072 INFO O| Aug 05 04:33:28.072 INFO STEP 454 (remove_files) COMPLETE
66212026-08-05T04:33:28.891Z[ recovery-image] Aug 05 04:33:28.072 INFO O| Aug 05 04:33:28.072 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-05T04:33:28.901Z[ recovery-image] Aug 05 04:33:28.083 INFO O| Aug 05 04:33:28.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66232026-08-05T04:33:28.901Z[ recovery-image] Aug 05 04:33:28.083 INFO O| Aug 05 04:33:28.083 INFO STEP 455 (remove_files) COMPLETE
66242026-08-05T04:33:28.904Z[ recovery-image] Aug 05 04:33:28.083 INFO O| Aug 05 04:33:28.083 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-05T04:33:28.910Z[ recovery-image] Aug 05 04:33:28.093 INFO O| Aug 05 04:33:28.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66262026-08-05T04:33:28.910Z[ recovery-image] Aug 05 04:33:28.093 INFO O| Aug 05 04:33:28.093 INFO STEP 456 (remove_files) COMPLETE
66272026-08-05T04:33:28.911Z[ recovery-image] Aug 05 04:33:28.093 INFO O| Aug 05 04:33:28.093 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-05T04:33:28.920Z[ recovery-image] Aug 05 04:33:28.103 INFO O| Aug 05 04:33:28.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66292026-08-05T04:33:28.920Z[ recovery-image] Aug 05 04:33:28.103 INFO O| Aug 05 04:33:28.103 INFO STEP 457 (remove_files) COMPLETE
66302026-08-05T04:33:28.921Z[ recovery-image] Aug 05 04:33:28.103 INFO O| Aug 05 04:33:28.103 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-05T04:33:28.931Z[ recovery-image] Aug 05 04:33:28.114 INFO O| Aug 05 04:33:28.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66322026-08-05T04:33:28.931Z[ recovery-image] Aug 05 04:33:28.114 INFO O| Aug 05 04:33:28.114 INFO STEP 458 (remove_files) COMPLETE
66332026-08-05T04:33:28.934Z[ recovery-image] Aug 05 04:33:28.114 INFO O| Aug 05 04:33:28.114 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-05T04:33:28.941Z[ recovery-image] Aug 05 04:33:28.124 INFO O| Aug 05 04:33:28.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66352026-08-05T04:33:28.944Z[ recovery-image] Aug 05 04:33:28.125 INFO O| Aug 05 04:33:28.125 INFO STEP 459 (remove_files) COMPLETE
66362026-08-05T04:33:28.944Z[ recovery-image] Aug 05 04:33:28.125 INFO O| Aug 05 04:33:28.125 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-05T04:33:28.955Z[ recovery-image] Aug 05 04:33:28.138 INFO O| Aug 05 04:33:28.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66382026-08-05T04:33:28.955Z[ recovery-image] Aug 05 04:33:28.138 INFO O| Aug 05 04:33:28.138 INFO STEP 460 (remove_files) COMPLETE
66392026-08-05T04:33:28.955Z[ recovery-image] Aug 05 04:33:28.138 INFO O| Aug 05 04:33:28.138 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-05T04:33:28.966Z[ recovery-image] Aug 05 04:33:28.149 INFO O| Aug 05 04:33:28.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66412026-08-05T04:33:28.969Z[ recovery-image] Aug 05 04:33:28.150 INFO O| Aug 05 04:33:28.150 INFO STEP 461 (remove_files) COMPLETE
66422026-08-05T04:33:28.969Z[ recovery-image] Aug 05 04:33:28.150 INFO O| Aug 05 04:33:28.150 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-05T04:33:28.976Z[ recovery-image] Aug 05 04:33:28.160 INFO O| Aug 05 04:33:28.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66442026-08-05T04:33:28.977Z[ recovery-image] Aug 05 04:33:28.160 INFO O| Aug 05 04:33:28.160 INFO STEP 462 (remove_files) COMPLETE
66452026-08-05T04:33:28.980Z[ recovery-image] Aug 05 04:33:28.160 INFO O| Aug 05 04:33:28.160 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-05T04:33:28.988Z[ recovery-image] Aug 05 04:33:28.170 INFO O| Aug 05 04:33:28.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66472026-08-05T04:33:28.991Z[ recovery-image] Aug 05 04:33:28.170 INFO O| Aug 05 04:33:28.170 INFO STEP 463 (remove_files) COMPLETE
66482026-08-05T04:33:28.991Z[ recovery-image] Aug 05 04:33:28.170 INFO O| Aug 05 04:33:28.170 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-05T04:33:28.998Z[ recovery-image] Aug 05 04:33:28.181 INFO O| Aug 05 04:33:28.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66502026-08-05T04:33:28.999Z[ recovery-image] Aug 05 04:33:28.181 INFO O| Aug 05 04:33:28.181 INFO STEP 464 (remove_files) COMPLETE
66512026-08-05T04:33:28.999Z[ recovery-image] Aug 05 04:33:28.181 INFO O| Aug 05 04:33:28.181 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-08-05T04:33:29.010Z[ recovery-image] Aug 05 04:33:28.192 INFO O| Aug 05 04:33:28.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66532026-08-05T04:33:29.010Z[ recovery-image] Aug 05 04:33:28.192 INFO O| Aug 05 04:33:28.192 INFO STEP 465 (remove_files) COMPLETE
66542026-08-05T04:33:29.014Z[ recovery-image] Aug 05 04:33:28.192 INFO O| Aug 05 04:33:28.192 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-05T04:33:29.025Z[ recovery-image] Aug 05 04:33:28.203 INFO O| Aug 05 04:33:28.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66562026-08-05T04:33:29.025Z[ recovery-image] Aug 05 04:33:28.203 INFO O| Aug 05 04:33:28.203 INFO STEP 466 (remove_files) COMPLETE
66572026-08-05T04:33:29.025Z[ recovery-image] Aug 05 04:33:28.203 INFO O| Aug 05 04:33:28.203 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-05T04:33:29.038Z[ recovery-image] Aug 05 04:33:28.214 INFO O| Aug 05 04:33:28.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66592026-08-05T04:33:29.038Z[ recovery-image] Aug 05 04:33:28.214 INFO O| Aug 05 04:33:28.214 INFO STEP 467 (remove_files) COMPLETE
66602026-08-05T04:33:29.038Z[ recovery-image] Aug 05 04:33:28.214 INFO O| Aug 05 04:33:28.214 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-05T04:33:29.051Z[ recovery-image] Aug 05 04:33:28.224 INFO O| Aug 05 04:33:28.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66622026-08-05T04:33:29.051Z[ recovery-image] Aug 05 04:33:28.224 INFO O| Aug 05 04:33:28.224 INFO STEP 468 (remove_files) COMPLETE
66632026-08-05T04:33:29.051Z[ recovery-image] Aug 05 04:33:28.224 INFO O| Aug 05 04:33:28.224 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-08-05T04:33:29.059Z[ recovery-image] Aug 05 04:33:28.234 INFO O| Aug 05 04:33:28.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66652026-08-05T04:33:29.059Z[ recovery-image] Aug 05 04:33:28.234 INFO O| Aug 05 04:33:28.234 INFO STEP 469 (remove_files) COMPLETE
66662026-08-05T04:33:29.059Z[ recovery-image] Aug 05 04:33:28.234 INFO O| Aug 05 04:33:28.234 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-08-05T04:33:29.064Z[ recovery-image] Aug 05 04:33:28.245 INFO O| Aug 05 04:33:28.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66682026-08-05T04:33:29.064Z[ recovery-image] Aug 05 04:33:28.245 INFO O| Aug 05 04:33:28.245 INFO STEP 470 (remove_files) COMPLETE
66692026-08-05T04:33:29.064Z[ recovery-image] Aug 05 04:33:28.245 INFO O| Aug 05 04:33:28.245 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-08-05T04:33:29.076Z[ recovery-image] Aug 05 04:33:28.256 INFO O| Aug 05 04:33:28.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66712026-08-05T04:33:29.076Z[ recovery-image] Aug 05 04:33:28.256 INFO O| Aug 05 04:33:28.256 INFO STEP 471 (remove_files) COMPLETE
66722026-08-05T04:33:29.076Z[ recovery-image] Aug 05 04:33:28.256 INFO O| Aug 05 04:33:28.256 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-08-05T04:33:29.084Z[ recovery-image] Aug 05 04:33:28.267 INFO O| Aug 05 04:33:28.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66742026-08-05T04:33:29.084Z[ recovery-image] Aug 05 04:33:28.267 INFO O| Aug 05 04:33:28.267 INFO STEP 472 (remove_files) COMPLETE
66752026-08-05T04:33:29.087Z[ recovery-image] Aug 05 04:33:28.267 INFO O| Aug 05 04:33:28.267 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-05T04:33:29.094Z[ recovery-image] Aug 05 04:33:28.276 INFO O| Aug 05 04:33:28.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66772026-08-05T04:33:29.094Z[ recovery-image] Aug 05 04:33:28.277 INFO O| Aug 05 04:33:28.277 INFO STEP 473 (remove_files) COMPLETE
66782026-08-05T04:33:29.094Z[ recovery-image] Aug 05 04:33:28.277 INFO O| Aug 05 04:33:28.277 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-05T04:33:29.103Z[ recovery-image] Aug 05 04:33:28.286 INFO O| Aug 05 04:33:28.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66802026-08-05T04:33:29.103Z[ recovery-image] Aug 05 04:33:28.286 INFO O| Aug 05 04:33:28.286 INFO STEP 474 (remove_files) COMPLETE
66812026-08-05T04:33:29.103Z[ recovery-image] Aug 05 04:33:28.286 INFO O| Aug 05 04:33:28.286 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-05T04:33:29.113Z[ recovery-image] Aug 05 04:33:28.296 INFO O| Aug 05 04:33:28.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66832026-08-05T04:33:29.114Z[ recovery-image] Aug 05 04:33:28.296 INFO O| Aug 05 04:33:28.296 INFO STEP 475 (remove_files) COMPLETE
66842026-08-05T04:33:29.114Z[ recovery-image] Aug 05 04:33:28.296 INFO O| Aug 05 04:33:28.296 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-05T04:33:29.125Z[ recovery-image] Aug 05 04:33:28.307 INFO O| Aug 05 04:33:28.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66862026-08-05T04:33:29.125Z[ recovery-image] Aug 05 04:33:28.307 INFO O| Aug 05 04:33:28.307 INFO STEP 476 (remove_files) COMPLETE
66872026-08-05T04:33:29.125Z[ recovery-image] Aug 05 04:33:28.307 INFO O| Aug 05 04:33:28.307 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-05T04:33:29.135Z[ recovery-image] Aug 05 04:33:28.318 INFO O| Aug 05 04:33:28.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66892026-08-05T04:33:29.135Z[ recovery-image] Aug 05 04:33:28.318 INFO O| Aug 05 04:33:28.318 INFO STEP 477 (remove_files) COMPLETE
66902026-08-05T04:33:29.137Z[ recovery-image] Aug 05 04:33:28.318 INFO O| Aug 05 04:33:28.318 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-05T04:33:29.147Z[ recovery-image] Aug 05 04:33:28.330 INFO O| Aug 05 04:33:28.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66922026-08-05T04:33:29.147Z[ recovery-image] Aug 05 04:33:28.330 INFO O| Aug 05 04:33:28.330 INFO STEP 478 (remove_files) COMPLETE
66932026-08-05T04:33:29.147Z[ recovery-image] Aug 05 04:33:28.330 INFO O| Aug 05 04:33:28.330 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-05T04:33:29.159Z[ recovery-image] Aug 05 04:33:28.341 INFO O| Aug 05 04:33:28.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66952026-08-05T04:33:29.162Z[ recovery-image] Aug 05 04:33:28.342 INFO O| Aug 05 04:33:28.342 INFO STEP 479 (remove_files) COMPLETE
66962026-08-05T04:33:29.162Z[ recovery-image] Aug 05 04:33:28.342 INFO O| Aug 05 04:33:28.342 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-05T04:33:29.171Z[ recovery-image] Aug 05 04:33:28.354 INFO O| Aug 05 04:33:28.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
66982026-08-05T04:33:29.171Z[ recovery-image] Aug 05 04:33:28.354 INFO O| Aug 05 04:33:28.354 INFO STEP 480 (remove_files) COMPLETE
66992026-08-05T04:33:29.174Z[ recovery-image] Aug 05 04:33:28.354 INFO O| Aug 05 04:33:28.354 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-05T04:33:29.184Z[ recovery-image] Aug 05 04:33:28.366 INFO O| Aug 05 04:33:28.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67012026-08-05T04:33:29.184Z[ recovery-image] Aug 05 04:33:28.367 INFO O| Aug 05 04:33:28.367 INFO STEP 481 (remove_files) COMPLETE
67022026-08-05T04:33:29.184Z[ recovery-image] Aug 05 04:33:28.367 INFO O| Aug 05 04:33:28.367 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-05T04:33:29.196Z[ recovery-image] Aug 05 04:33:28.379 INFO O| Aug 05 04:33:28.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67042026-08-05T04:33:29.196Z[ recovery-image] Aug 05 04:33:28.379 INFO O| Aug 05 04:33:28.379 INFO STEP 482 (remove_files) COMPLETE
67052026-08-05T04:33:29.196Z[ recovery-image] Aug 05 04:33:28.379 INFO O| Aug 05 04:33:28.379 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-05T04:33:29.207Z[ recovery-image] Aug 05 04:33:28.389 INFO O| Aug 05 04:33:28.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67072026-08-05T04:33:29.207Z[ recovery-image] Aug 05 04:33:28.390 INFO O| Aug 05 04:33:28.390 INFO STEP 483 (remove_files) COMPLETE
67082026-08-05T04:33:29.207Z[ recovery-image] Aug 05 04:33:28.390 INFO O| Aug 05 04:33:28.390 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-05T04:33:29.217Z[ recovery-image] Aug 05 04:33:28.400 INFO O| Aug 05 04:33:28.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67102026-08-05T04:33:29.218Z[ recovery-image] Aug 05 04:33:28.400 INFO O| Aug 05 04:33:28.400 INFO STEP 484 (remove_files) COMPLETE
67112026-08-05T04:33:29.221Z[ recovery-image] Aug 05 04:33:28.400 INFO O| Aug 05 04:33:28.400 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-05T04:33:29.229Z[ recovery-image] Aug 05 04:33:28.412 INFO O| Aug 05 04:33:28.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67132026-08-05T04:33:29.229Z[ recovery-image] Aug 05 04:33:28.412 INFO O| Aug 05 04:33:28.412 INFO STEP 485 (remove_files) COMPLETE
67142026-08-05T04:33:29.232Z[ recovery-image] Aug 05 04:33:28.412 INFO O| Aug 05 04:33:28.412 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-05T04:33:29.242Z[ recovery-image] Aug 05 04:33:28.425 INFO O| Aug 05 04:33:28.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67162026-08-05T04:33:29.245Z[ recovery-image] Aug 05 04:33:28.425 INFO O| Aug 05 04:33:28.425 INFO STEP 486 (remove_files) COMPLETE
67172026-08-05T04:33:29.245Z[ recovery-image] Aug 05 04:33:28.425 INFO O| Aug 05 04:33:28.425 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-05T04:33:29.254Z[ recovery-image] Aug 05 04:33:28.437 INFO O| Aug 05 04:33:28.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67192026-08-05T04:33:29.257Z[ recovery-image] Aug 05 04:33:28.438 INFO O| Aug 05 04:33:28.438 INFO STEP 487 (remove_files) COMPLETE
67202026-08-05T04:33:29.257Z[ recovery-image] Aug 05 04:33:28.438 INFO O| Aug 05 04:33:28.438 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-05T04:33:29.267Z[ recovery-image] Aug 05 04:33:28.450 INFO O| Aug 05 04:33:28.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67222026-08-05T04:33:29.267Z[ recovery-image] Aug 05 04:33:28.451 INFO O| Aug 05 04:33:28.451 INFO STEP 488 (remove_files) COMPLETE
67232026-08-05T04:33:29.271Z[ recovery-image] Aug 05 04:33:28.451 INFO O| Aug 05 04:33:28.451 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-05T04:33:29.283Z[ recovery-image] Aug 05 04:33:28.464 INFO O| Aug 05 04:33:28.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67252026-08-05T04:33:29.283Z[ recovery-image] Aug 05 04:33:28.464 INFO O| Aug 05 04:33:28.464 INFO STEP 489 (remove_files) COMPLETE
67262026-08-05T04:33:29.283Z[ recovery-image] Aug 05 04:33:28.464 INFO O| Aug 05 04:33:28.464 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-05T04:33:29.293Z[ recovery-image] Aug 05 04:33:28.476 INFO O| Aug 05 04:33:28.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67282026-08-05T04:33:29.293Z[ recovery-image] Aug 05 04:33:28.476 INFO O| Aug 05 04:33:28.476 INFO STEP 490 (remove_files) COMPLETE
67292026-08-05T04:33:29.293Z[ recovery-image] Aug 05 04:33:28.476 INFO O| Aug 05 04:33:28.476 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-05T04:33:29.303Z[ recovery-image] Aug 05 04:33:28.486 INFO O| Aug 05 04:33:28.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67312026-08-05T04:33:29.303Z[ recovery-image] Aug 05 04:33:28.486 INFO O| Aug 05 04:33:28.486 INFO STEP 491 (remove_files) COMPLETE
67322026-08-05T04:33:29.303Z[ recovery-image] Aug 05 04:33:28.486 INFO O| Aug 05 04:33:28.486 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-05T04:33:29.314Z[ recovery-image] Aug 05 04:33:28.497 INFO O| Aug 05 04:33:28.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67342026-08-05T04:33:29.314Z[ recovery-image] Aug 05 04:33:28.497 INFO O| Aug 05 04:33:28.497 INFO STEP 492 (remove_files) COMPLETE
67352026-08-05T04:33:29.314Z[ recovery-image] Aug 05 04:33:28.497 INFO O| Aug 05 04:33:28.497 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-05T04:33:29.325Z[ recovery-image] Aug 05 04:33:28.508 INFO O| Aug 05 04:33:28.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67372026-08-05T04:33:29.325Z[ recovery-image] Aug 05 04:33:28.508 INFO O| Aug 05 04:33:28.508 INFO STEP 493 (remove_files) COMPLETE
67382026-08-05T04:33:29.325Z[ recovery-image] Aug 05 04:33:28.508 INFO O| Aug 05 04:33:28.508 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-05T04:33:29.335Z[ recovery-image] Aug 05 04:33:28.518 INFO O| Aug 05 04:33:28.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67402026-08-05T04:33:29.335Z[ recovery-image] Aug 05 04:33:28.518 INFO O| Aug 05 04:33:28.518 INFO STEP 494 (remove_files) COMPLETE
67412026-08-05T04:33:29.335Z[ recovery-image] Aug 05 04:33:28.518 INFO O| Aug 05 04:33:28.518 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-05T04:33:29.347Z[ recovery-image] Aug 05 04:33:28.530 INFO O| Aug 05 04:33:28.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67432026-08-05T04:33:29.347Z[ recovery-image] Aug 05 04:33:28.530 INFO O| Aug 05 04:33:28.530 INFO STEP 495 (remove_files) COMPLETE
67442026-08-05T04:33:29.347Z[ recovery-image] Aug 05 04:33:28.530 INFO O| Aug 05 04:33:28.530 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-05T04:33:29.358Z[ recovery-image] Aug 05 04:33:28.541 INFO O| Aug 05 04:33:28.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67462026-08-05T04:33:29.358Z[ recovery-image] Aug 05 04:33:28.541 INFO O| Aug 05 04:33:28.541 INFO STEP 496 (remove_files) COMPLETE
67472026-08-05T04:33:29.358Z[ recovery-image] Aug 05 04:33:28.541 INFO O| Aug 05 04:33:28.541 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-05T04:33:29.363Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67492026-08-05T04:33:29.368Z[ recovery-image] Aug 05 04:33:28.551 INFO O| Aug 05 04:33:28.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67502026-08-05T04:33:29.368Z[ recovery-image] Aug 05 04:33:28.551 INFO O| Aug 05 04:33:28.551 INFO STEP 497 (remove_files) COMPLETE
67512026-08-05T04:33:29.368Z[ recovery-image] Aug 05 04:33:28.551 INFO O| Aug 05 04:33:28.551 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-05T04:33:29.378Z[ recovery-image] Aug 05 04:33:28.561 INFO O| Aug 05 04:33:28.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67532026-08-05T04:33:29.378Z[ recovery-image] Aug 05 04:33:28.561 INFO O| Aug 05 04:33:28.561 INFO STEP 498 (remove_files) COMPLETE
67542026-08-05T04:33:29.378Z[ recovery-image] Aug 05 04:33:28.561 INFO O| Aug 05 04:33:28.561 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-08-05T04:33:29.389Z[ recovery-image] Aug 05 04:33:28.572 INFO O| Aug 05 04:33:28.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67562026-08-05T04:33:29.389Z[ recovery-image] Aug 05 04:33:28.572 INFO O| Aug 05 04:33:28.572 INFO STEP 499 (remove_files) COMPLETE
67572026-08-05T04:33:29.392Z[ recovery-image] Aug 05 04:33:28.572 INFO O| Aug 05 04:33:28.572 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-08-05T04:33:29.399Z[ recovery-image] Aug 05 04:33:28.582 INFO O| Aug 05 04:33:28.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67592026-08-05T04:33:29.399Z[ recovery-image] Aug 05 04:33:28.582 INFO O| Aug 05 04:33:28.582 INFO STEP 500 (remove_files) COMPLETE
67602026-08-05T04:33:29.401Z[ recovery-image] Aug 05 04:33:28.582 INFO O| Aug 05 04:33:28.582 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-05T04:33:29.409Z[ recovery-image] Aug 05 04:33:28.592 INFO O| Aug 05 04:33:28.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67622026-08-05T04:33:29.409Z[ recovery-image] Aug 05 04:33:28.592 INFO O| Aug 05 04:33:28.592 INFO STEP 501 (remove_files) COMPLETE
67632026-08-05T04:33:29.412Z[ recovery-image] Aug 05 04:33:28.592 INFO O| Aug 05 04:33:28.592 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-05T04:33:29.421Z[ recovery-image] Aug 05 04:33:28.604 INFO O| Aug 05 04:33:28.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67652026-08-05T04:33:29.425Z[ recovery-image] Aug 05 04:33:28.605 INFO O| Aug 05 04:33:28.605 INFO STEP 502 (remove_files) COMPLETE
67662026-08-05T04:33:29.426Z[ recovery-image] Aug 05 04:33:28.605 INFO O| Aug 05 04:33:28.605 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-05T04:33:29.433Z[ recovery-image] Aug 05 04:33:28.616 INFO O| Aug 05 04:33:28.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67682026-08-05T04:33:29.433Z[ recovery-image] Aug 05 04:33:28.616 INFO O| Aug 05 04:33:28.616 INFO STEP 503 (remove_files) COMPLETE
67692026-08-05T04:33:29.433Z[ recovery-image] Aug 05 04:33:28.616 INFO O| Aug 05 04:33:28.616 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-08-05T04:33:29.443Z[ recovery-image] Aug 05 04:33:28.626 INFO O| Aug 05 04:33:28.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67712026-08-05T04:33:29.446Z[ recovery-image] Aug 05 04:33:28.626 INFO O| Aug 05 04:33:28.626 INFO STEP 504 (remove_files) COMPLETE
67722026-08-05T04:33:29.446Z[ recovery-image] Aug 05 04:33:28.626 INFO O| Aug 05 04:33:28.626 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-08-05T04:33:29.452Z[ recovery-image] Aug 05 04:33:28.635 INFO O| Aug 05 04:33:28.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67742026-08-05T04:33:29.452Z[ recovery-image] Aug 05 04:33:28.635 INFO O| Aug 05 04:33:28.635 INFO STEP 505 (remove_files) COMPLETE
67752026-08-05T04:33:29.452Z[ recovery-image] Aug 05 04:33:28.635 INFO O| Aug 05 04:33:28.635 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-05T04:33:29.460Z[ recovery-image] Aug 05 04:33:28.643 INFO O| Aug 05 04:33:28.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67772026-08-05T04:33:29.460Z[ recovery-image] Aug 05 04:33:28.643 INFO O| Aug 05 04:33:28.643 INFO STEP 506 (remove_files) COMPLETE
67782026-08-05T04:33:29.463Z[ recovery-image] Aug 05 04:33:28.643 INFO O| Aug 05 04:33:28.643 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-08-05T04:33:29.469Z[ recovery-image] Aug 05 04:33:28.652 INFO O| Aug 05 04:33:28.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67802026-08-05T04:33:29.469Z[ recovery-image] Aug 05 04:33:28.652 INFO O| Aug 05 04:33:28.652 INFO STEP 507 (remove_files) COMPLETE
67812026-08-05T04:33:29.469Z[ recovery-image] Aug 05 04:33:28.652 INFO O| Aug 05 04:33:28.652 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-08-05T04:33:29.479Z[ recovery-image] Aug 05 04:33:28.661 INFO O| Aug 05 04:33:28.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67832026-08-05T04:33:29.479Z[ recovery-image] Aug 05 04:33:28.661 INFO O| Aug 05 04:33:28.661 INFO STEP 508 (remove_files) COMPLETE
67842026-08-05T04:33:29.479Z[ recovery-image] Aug 05 04:33:28.661 INFO O| Aug 05 04:33:28.661 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-08-05T04:33:29.487Z[ recovery-image] Aug 05 04:33:28.670 INFO O| Aug 05 04:33:28.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67862026-08-05T04:33:29.487Z[ recovery-image] Aug 05 04:33:28.670 INFO O| Aug 05 04:33:28.670 INFO STEP 509 (remove_files) COMPLETE
67872026-08-05T04:33:29.487Z[ recovery-image] Aug 05 04:33:28.670 INFO O| Aug 05 04:33:28.670 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-05T04:33:29.496Z[ recovery-image] Aug 05 04:33:28.679 INFO O| Aug 05 04:33:28.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67892026-08-05T04:33:29.496Z[ recovery-image] Aug 05 04:33:28.679 INFO O| Aug 05 04:33:28.679 INFO STEP 510 (remove_files) COMPLETE
67902026-08-05T04:33:29.496Z[ recovery-image] Aug 05 04:33:28.679 INFO O| Aug 05 04:33:28.679 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-05T04:33:29.504Z[ recovery-image] Aug 05 04:33:28.687 INFO O| Aug 05 04:33:28.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67922026-08-05T04:33:29.505Z[ recovery-image] Aug 05 04:33:28.687 INFO O| Aug 05 04:33:28.687 INFO STEP 511 (remove_files) COMPLETE
67932026-08-05T04:33:29.508Z[ recovery-image] Aug 05 04:33:28.687 INFO O| Aug 05 04:33:28.687 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-08-05T04:33:29.513Z[ recovery-image] Aug 05 04:33:28.696 INFO O| Aug 05 04:33:28.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
67952026-08-05T04:33:29.513Z[ recovery-image] Aug 05 04:33:28.696 INFO O| Aug 05 04:33:28.696 INFO STEP 512 (remove_files) COMPLETE
67962026-08-05T04:33:29.513Z[ recovery-image] Aug 05 04:33:28.696 INFO O| Aug 05 04:33:28.696 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-08-05T04:33:29.521Z[ recovery-image] Aug 05 04:33:28.704 INFO O| Aug 05 04:33:28.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
67982026-08-05T04:33:29.525Z[ recovery-image] Aug 05 04:33:28.705 INFO O| Aug 05 04:33:28.705 INFO STEP 513 (remove_files) COMPLETE
67992026-08-05T04:33:29.525Z[ recovery-image] Aug 05 04:33:28.705 INFO O| Aug 05 04:33:28.705 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-08-05T04:33:29.530Z[ recovery-image] Aug 05 04:33:28.713 INFO O| Aug 05 04:33:28.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68012026-08-05T04:33:29.533Z[ recovery-image] Aug 05 04:33:28.713 INFO O| Aug 05 04:33:28.713 INFO STEP 514 (remove_files) COMPLETE
68022026-08-05T04:33:29.534Z[ recovery-image] Aug 05 04:33:28.713 INFO O| Aug 05 04:33:28.713 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-08-05T04:33:29.540Z[ recovery-image] Aug 05 04:33:28.723 INFO O| Aug 05 04:33:28.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68042026-08-05T04:33:29.540Z[ recovery-image] Aug 05 04:33:28.723 INFO O| Aug 05 04:33:28.723 INFO STEP 515 (remove_files) COMPLETE
68052026-08-05T04:33:29.545Z[ recovery-image] Aug 05 04:33:28.723 INFO O| Aug 05 04:33:28.723 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-08-05T04:33:29.551Z[ recovery-image] Aug 05 04:33:28.734 INFO O| Aug 05 04:33:28.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68072026-08-05T04:33:29.551Z[ recovery-image] Aug 05 04:33:28.734 INFO O| Aug 05 04:33:28.734 INFO STEP 516 (remove_files) COMPLETE
68082026-08-05T04:33:29.551Z[ recovery-image] Aug 05 04:33:28.734 INFO O| Aug 05 04:33:28.734 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-08-05T04:33:29.560Z[ recovery-image] Aug 05 04:33:28.743 INFO O| Aug 05 04:33:28.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68102026-08-05T04:33:29.560Z[ recovery-image] Aug 05 04:33:28.743 INFO O| Aug 05 04:33:28.743 INFO STEP 517 (remove_files) COMPLETE
68112026-08-05T04:33:29.563Z[ recovery-image] Aug 05 04:33:28.743 INFO O| Aug 05 04:33:28.743 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-05T04:33:29.569Z[ recovery-image] Aug 05 04:33:28.752 INFO O| Aug 05 04:33:28.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68132026-08-05T04:33:29.569Z[ recovery-image] Aug 05 04:33:28.752 INFO O| Aug 05 04:33:28.752 INFO STEP 518 (remove_files) COMPLETE
68142026-08-05T04:33:29.569Z[ recovery-image] Aug 05 04:33:28.752 INFO O| Aug 05 04:33:28.752 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-05T04:33:29.579Z[ recovery-image] Aug 05 04:33:28.762 INFO O| Aug 05 04:33:28.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68162026-08-05T04:33:29.579Z[ recovery-image] Aug 05 04:33:28.762 INFO O| Aug 05 04:33:28.762 INFO STEP 519 (remove_files) COMPLETE
68172026-08-05T04:33:29.579Z[ recovery-image] Aug 05 04:33:28.762 INFO O| Aug 05 04:33:28.762 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-05T04:33:29.590Z[ recovery-image] Aug 05 04:33:28.773 INFO O| Aug 05 04:33:28.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68192026-08-05T04:33:29.590Z[ recovery-image] Aug 05 04:33:28.773 INFO O| Aug 05 04:33:28.773 INFO STEP 520 (remove_files) COMPLETE
68202026-08-05T04:33:29.590Z[ recovery-image] Aug 05 04:33:28.773 INFO O| Aug 05 04:33:28.773 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-05T04:33:29.602Z[ recovery-image] Aug 05 04:33:28.785 INFO O| Aug 05 04:33:28.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68222026-08-05T04:33:29.602Z[ recovery-image] Aug 05 04:33:28.785 INFO O| Aug 05 04:33:28.785 INFO STEP 521 (remove_files) COMPLETE
68232026-08-05T04:33:29.602Z[ recovery-image] Aug 05 04:33:28.785 INFO O| Aug 05 04:33:28.785 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-05T04:33:29.627Z[ recovery-image] Aug 05 04:33:28.796 INFO O| Aug 05 04:33:28.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68252026-08-05T04:33:29.627Z[ recovery-image] Aug 05 04:33:28.796 INFO O| Aug 05 04:33:28.796 INFO STEP 522 (remove_files) COMPLETE
68262026-08-05T04:33:29.627Z[ recovery-image] Aug 05 04:33:28.796 INFO O| Aug 05 04:33:28.796 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-05T04:33:29.627Z[ recovery-image] Aug 05 04:33:28.808 INFO O| Aug 05 04:33:28.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68282026-08-05T04:33:29.627Z[ recovery-image] Aug 05 04:33:28.808 INFO O| Aug 05 04:33:28.808 INFO STEP 523 (remove_files) COMPLETE
68292026-08-05T04:33:29.627Z[ recovery-image] Aug 05 04:33:28.808 INFO O| Aug 05 04:33:28.808 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-05T04:33:29.637Z[ recovery-image] Aug 05 04:33:28.819 INFO O| Aug 05 04:33:28.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68312026-08-05T04:33:29.637Z[ recovery-image] Aug 05 04:33:28.820 INFO O| Aug 05 04:33:28.820 INFO STEP 524 (remove_files) COMPLETE
68322026-08-05T04:33:29.644Z[ recovery-image] Aug 05 04:33:28.820 INFO O| Aug 05 04:33:28.820 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-05T04:33:29.648Z[ recovery-image] Aug 05 04:33:28.831 INFO O| Aug 05 04:33:28.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68342026-08-05T04:33:29.648Z[ recovery-image] Aug 05 04:33:28.831 INFO O| Aug 05 04:33:28.831 INFO STEP 525 (remove_files) COMPLETE
68352026-08-05T04:33:29.648Z[ recovery-image] Aug 05 04:33:28.831 INFO O| Aug 05 04:33:28.831 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-05T04:33:29.660Z[ recovery-image] Aug 05 04:33:28.842 INFO O| Aug 05 04:33:28.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68372026-08-05T04:33:29.660Z[ recovery-image] Aug 05 04:33:28.842 INFO O| Aug 05 04:33:28.842 INFO STEP 526 (remove_files) COMPLETE
68382026-08-05T04:33:29.660Z[ recovery-image] Aug 05 04:33:28.842 INFO O| Aug 05 04:33:28.842 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-05T04:33:29.669Z[ recovery-image] Aug 05 04:33:28.852 INFO O| Aug 05 04:33:28.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68402026-08-05T04:33:29.669Z[ recovery-image] Aug 05 04:33:28.852 INFO O| Aug 05 04:33:28.852 INFO STEP 527 (remove_files) COMPLETE
68412026-08-05T04:33:29.669Z[ recovery-image] Aug 05 04:33:28.852 INFO O| Aug 05 04:33:28.852 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-05T04:33:29.680Z[ recovery-image] Aug 05 04:33:28.863 INFO O| Aug 05 04:33:28.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68432026-08-05T04:33:29.680Z[ recovery-image] Aug 05 04:33:28.863 INFO O| Aug 05 04:33:28.863 INFO STEP 528 (remove_files) COMPLETE
68442026-08-05T04:33:29.684Z[ recovery-image] Aug 05 04:33:28.863 INFO O| Aug 05 04:33:28.863 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-05T04:33:29.684Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
68462026-08-05T04:33:29.691Z[ recovery-image] Aug 05 04:33:28.874 INFO O| Aug 05 04:33:28.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68472026-08-05T04:33:29.694Z[ recovery-image] Aug 05 04:33:28.874 INFO O| Aug 05 04:33:28.874 INFO STEP 529 (remove_files) COMPLETE
68482026-08-05T04:33:29.694Z[ recovery-image] Aug 05 04:33:28.874 INFO O| Aug 05 04:33:28.874 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-05T04:33:29.700Z[ recovery-image] Aug 05 04:33:28.883 INFO O| Aug 05 04:33:28.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68502026-08-05T04:33:29.700Z[ recovery-image] Aug 05 04:33:28.883 INFO O| Aug 05 04:33:28.883 INFO STEP 530 (remove_files) COMPLETE
68512026-08-05T04:33:29.700Z[ recovery-image] Aug 05 04:33:28.883 INFO O| Aug 05 04:33:28.883 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-05T04:33:29.709Z[ recovery-image] Aug 05 04:33:28.892 INFO O| Aug 05 04:33:28.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68532026-08-05T04:33:29.709Z[ recovery-image] Aug 05 04:33:28.892 INFO O| Aug 05 04:33:28.892 INFO STEP 531 (remove_files) COMPLETE
68542026-08-05T04:33:29.710Z[ recovery-image] Aug 05 04:33:28.892 INFO O| Aug 05 04:33:28.892 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-05T04:33:29.719Z[ recovery-image] Aug 05 04:33:28.902 INFO O| Aug 05 04:33:28.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68562026-08-05T04:33:29.719Z[ recovery-image] Aug 05 04:33:28.902 INFO O| Aug 05 04:33:28.902 INFO STEP 532 (remove_files) COMPLETE
68572026-08-05T04:33:29.719Z[ recovery-image] Aug 05 04:33:28.902 INFO O| Aug 05 04:33:28.902 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-05T04:33:29.729Z[ recovery-image] Aug 05 04:33:28.912 INFO O| Aug 05 04:33:28.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68592026-08-05T04:33:29.729Z[ recovery-image] Aug 05 04:33:28.912 INFO O| Aug 05 04:33:28.912 INFO STEP 533 (remove_files) COMPLETE
68602026-08-05T04:33:29.729Z[ recovery-image] Aug 05 04:33:28.912 INFO O| Aug 05 04:33:28.912 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-05T04:33:29.739Z[ recovery-image] Aug 05 04:33:28.922 INFO O| Aug 05 04:33:28.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68622026-08-05T04:33:29.739Z[ recovery-image] Aug 05 04:33:28.922 INFO O| Aug 05 04:33:28.922 INFO STEP 534 (remove_files) COMPLETE
68632026-08-05T04:33:29.739Z[ recovery-image] Aug 05 04:33:28.922 INFO O| Aug 05 04:33:28.922 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-05T04:33:29.749Z[ recovery-image] Aug 05 04:33:28.932 INFO O| Aug 05 04:33:28.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68652026-08-05T04:33:29.749Z[ recovery-image] Aug 05 04:33:28.932 INFO O| Aug 05 04:33:28.932 INFO STEP 535 (remove_files) COMPLETE
68662026-08-05T04:33:29.752Z[ recovery-image] Aug 05 04:33:28.932 INFO O| Aug 05 04:33:28.932 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-05T04:33:29.760Z[ recovery-image] Aug 05 04:33:28.943 INFO O| Aug 05 04:33:28.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68682026-08-05T04:33:29.760Z[ recovery-image] Aug 05 04:33:28.943 INFO O| Aug 05 04:33:28.943 INFO STEP 536 (remove_files) COMPLETE
68692026-08-05T04:33:29.760Z[ recovery-image] Aug 05 04:33:28.943 INFO O| Aug 05 04:33:28.943 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-05T04:33:29.772Z[ recovery-image] Aug 05 04:33:28.955 INFO O| Aug 05 04:33:28.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68712026-08-05T04:33:29.772Z[ recovery-image] Aug 05 04:33:28.955 INFO O| Aug 05 04:33:28.955 INFO STEP 537 (remove_files) COMPLETE
68722026-08-05T04:33:29.772Z[ recovery-image] Aug 05 04:33:28.955 INFO O| Aug 05 04:33:28.955 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-05T04:33:29.782Z[ recovery-image] Aug 05 04:33:28.965 INFO O| Aug 05 04:33:28.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68742026-08-05T04:33:29.785Z[ recovery-image] Aug 05 04:33:28.966 INFO O| Aug 05 04:33:28.966 INFO STEP 538 (remove_files) COMPLETE
68752026-08-05T04:33:29.785Z[ recovery-image] Aug 05 04:33:28.966 INFO O| Aug 05 04:33:28.966 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-05T04:33:29.797Z[ recovery-image] Aug 05 04:33:28.978 INFO O| Aug 05 04:33:28.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68772026-08-05T04:33:29.797Z[ recovery-image] Aug 05 04:33:28.978 INFO O| Aug 05 04:33:28.978 INFO STEP 539 (remove_files) COMPLETE
68782026-08-05T04:33:29.800Z[ recovery-image] Aug 05 04:33:28.978 INFO O| Aug 05 04:33:28.978 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-05T04:33:29.804Z[ recovery-image] Aug 05 04:33:28.988 INFO O| Aug 05 04:33:28.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68802026-08-05T04:33:29.804Z[ recovery-image] Aug 05 04:33:28.988 INFO O| Aug 05 04:33:28.988 INFO STEP 540 (remove_files) COMPLETE
68812026-08-05T04:33:29.807Z[ recovery-image] Aug 05 04:33:28.988 INFO O| Aug 05 04:33:28.988 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-05T04:33:29.815Z[ recovery-image] Aug 05 04:33:28.998 INFO O| Aug 05 04:33:28.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68832026-08-05T04:33:29.815Z[ recovery-image] Aug 05 04:33:28.998 INFO O| Aug 05 04:33:28.998 INFO STEP 541 (remove_files) COMPLETE
68842026-08-05T04:33:29.815Z[ recovery-image] Aug 05 04:33:28.998 INFO O| Aug 05 04:33:28.998 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-05T04:33:29.826Z[ recovery-image] Aug 05 04:33:29.009 INFO O| Aug 05 04:33:29.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68862026-08-05T04:33:29.826Z[ recovery-image] Aug 05 04:33:29.009 INFO O| Aug 05 04:33:29.009 INFO STEP 542 (remove_files) COMPLETE
68872026-08-05T04:33:29.826Z[ recovery-image] Aug 05 04:33:29.009 INFO O| Aug 05 04:33:29.009 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-05T04:33:29.836Z[ recovery-image] Aug 05 04:33:29.019 INFO O| Aug 05 04:33:29.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68892026-08-05T04:33:29.836Z[ recovery-image] Aug 05 04:33:29.019 INFO O| Aug 05 04:33:29.019 INFO STEP 543 (remove_files) COMPLETE
68902026-08-05T04:33:29.836Z[ recovery-image] Aug 05 04:33:29.019 INFO O| Aug 05 04:33:29.019 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-05T04:33:29.847Z[ recovery-image] Aug 05 04:33:29.030 INFO O| Aug 05 04:33:29.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68922026-08-05T04:33:29.847Z[ recovery-image] Aug 05 04:33:29.030 INFO O| Aug 05 04:33:29.030 INFO STEP 544 (remove_files) COMPLETE
68932026-08-05T04:33:29.847Z[ recovery-image] Aug 05 04:33:29.030 INFO O| Aug 05 04:33:29.030 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-05T04:33:29.858Z[ recovery-image] Aug 05 04:33:29.041 INFO O| Aug 05 04:33:29.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
68952026-08-05T04:33:29.858Z[ recovery-image] Aug 05 04:33:29.041 INFO O| Aug 05 04:33:29.041 INFO STEP 545 (remove_files) COMPLETE
68962026-08-05T04:33:29.858Z[ recovery-image] Aug 05 04:33:29.041 INFO O| Aug 05 04:33:29.041 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-05T04:33:29.869Z[ recovery-image] Aug 05 04:33:29.052 INFO O| Aug 05 04:33:29.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
68982026-08-05T04:33:29.869Z[ recovery-image] Aug 05 04:33:29.052 INFO O| Aug 05 04:33:29.052 INFO STEP 546 (remove_files) COMPLETE
68992026-08-05T04:33:29.869Z[ recovery-image] Aug 05 04:33:29.052 INFO O| Aug 05 04:33:29.052 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-05T04:33:29.879Z[ recovery-image] Aug 05 04:33:29.061 INFO O| Aug 05 04:33:29.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69012026-08-05T04:33:29.879Z[ recovery-image] Aug 05 04:33:29.061 INFO O| Aug 05 04:33:29.061 INFO STEP 547 (remove_files) COMPLETE
69022026-08-05T04:33:29.882Z[ recovery-image] Aug 05 04:33:29.061 INFO O| Aug 05 04:33:29.061 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-05T04:33:29.889Z[ recovery-image] Aug 05 04:33:29.072 INFO O| Aug 05 04:33:29.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69042026-08-05T04:33:29.889Z[ recovery-image] Aug 05 04:33:29.072 INFO O| Aug 05 04:33:29.072 INFO STEP 548 (remove_files) COMPLETE
69052026-08-05T04:33:29.892Z[ recovery-image] Aug 05 04:33:29.072 INFO O| Aug 05 04:33:29.072 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-05T04:33:29.902Z[ recovery-image] Aug 05 04:33:29.085 INFO O| Aug 05 04:33:29.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69072026-08-05T04:33:29.902Z[ recovery-image] Aug 05 04:33:29.085 INFO O| Aug 05 04:33:29.085 INFO STEP 549 (remove_files) COMPLETE
69082026-08-05T04:33:29.902Z[ recovery-image] Aug 05 04:33:29.085 INFO O| Aug 05 04:33:29.085 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-05T04:33:29.914Z[ recovery-image] Aug 05 04:33:29.097 INFO O| Aug 05 04:33:29.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69102026-08-05T04:33:29.914Z[ recovery-image] Aug 05 04:33:29.097 INFO O| Aug 05 04:33:29.097 INFO STEP 550 (remove_files) COMPLETE
69112026-08-05T04:33:29.914Z[ recovery-image] Aug 05 04:33:29.097 INFO O| Aug 05 04:33:29.097 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-05T04:33:29.928Z[ recovery-image] Aug 05 04:33:29.111 INFO O| Aug 05 04:33:29.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69132026-08-05T04:33:29.928Z[ recovery-image] Aug 05 04:33:29.111 INFO O| Aug 05 04:33:29.111 INFO STEP 551 (remove_files) COMPLETE
69142026-08-05T04:33:29.928Z[ recovery-image] Aug 05 04:33:29.111 INFO O| Aug 05 04:33:29.111 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-05T04:33:29.940Z[ recovery-image] Aug 05 04:33:29.123 INFO O| Aug 05 04:33:29.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69162026-08-05T04:33:29.940Z[ recovery-image] Aug 05 04:33:29.123 INFO O| Aug 05 04:33:29.123 INFO STEP 552 (remove_files) COMPLETE
69172026-08-05T04:33:29.940Z[ recovery-image] Aug 05 04:33:29.123 INFO O| Aug 05 04:33:29.123 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-05T04:33:29.952Z[ recovery-image] Aug 05 04:33:29.135 INFO O| Aug 05 04:33:29.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69192026-08-05T04:33:29.952Z[ recovery-image] Aug 05 04:33:29.135 INFO O| Aug 05 04:33:29.135 INFO STEP 553 (remove_files) COMPLETE
69202026-08-05T04:33:29.952Z[ recovery-image] Aug 05 04:33:29.135 INFO O| Aug 05 04:33:29.135 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-05T04:33:29.966Z[ recovery-image] Aug 05 04:33:29.146 INFO O| Aug 05 04:33:29.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69222026-08-05T04:33:29.966Z[ recovery-image] Aug 05 04:33:29.146 INFO O| Aug 05 04:33:29.146 INFO STEP 554 (remove_files) COMPLETE
69232026-08-05T04:33:29.970Z[ recovery-image] Aug 05 04:33:29.146 INFO O| Aug 05 04:33:29.146 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-05T04:33:29.976Z[ recovery-image] Aug 05 04:33:29.158 INFO O| Aug 05 04:33:29.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69252026-08-05T04:33:29.976Z[ recovery-image] Aug 05 04:33:29.158 INFO O| Aug 05 04:33:29.158 INFO STEP 555 (remove_files) COMPLETE
69262026-08-05T04:33:29.976Z[ recovery-image] Aug 05 04:33:29.159 INFO O| Aug 05 04:33:29.158 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-05T04:33:29.987Z[ recovery-image] Aug 05 04:33:29.170 INFO O| Aug 05 04:33:29.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69282026-08-05T04:33:29.987Z[ recovery-image] Aug 05 04:33:29.170 INFO O| Aug 05 04:33:29.170 INFO STEP 556 (remove_files) COMPLETE
69292026-08-05T04:33:29.991Z[ recovery-image] Aug 05 04:33:29.170 INFO O| Aug 05 04:33:29.170 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-05T04:33:30.000Z[ recovery-image] Aug 05 04:33:29.182 INFO O| Aug 05 04:33:29.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69312026-08-05T04:33:30.000Z[ recovery-image] Aug 05 04:33:29.182 INFO O| Aug 05 04:33:29.182 INFO STEP 557 (remove_files) COMPLETE
69322026-08-05T04:33:30.000Z[ recovery-image] Aug 05 04:33:29.182 INFO O| Aug 05 04:33:29.182 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-05T04:33:30.013Z[ recovery-image] Aug 05 04:33:29.195 INFO O| Aug 05 04:33:29.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69342026-08-05T04:33:30.013Z[ recovery-image] Aug 05 04:33:29.195 INFO O| Aug 05 04:33:29.195 INFO STEP 558 (remove_files) COMPLETE
69352026-08-05T04:33:30.017Z[ recovery-image] Aug 05 04:33:29.195 INFO O| Aug 05 04:33:29.195 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-05T04:33:30.023Z[ recovery-image] Aug 05 04:33:29.206 INFO O| Aug 05 04:33:29.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69372026-08-05T04:33:30.023Z[ recovery-image] Aug 05 04:33:29.206 INFO O| Aug 05 04:33:29.206 INFO STEP 559 (remove_files) COMPLETE
69382026-08-05T04:33:30.023Z[ recovery-image] Aug 05 04:33:29.206 INFO O| Aug 05 04:33:29.206 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-05T04:33:30.032Z[ recovery-image] Aug 05 04:33:29.215 INFO O| Aug 05 04:33:29.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69402026-08-05T04:33:30.033Z[ recovery-image] Aug 05 04:33:29.215 INFO O| Aug 05 04:33:29.215 INFO STEP 560 (remove_files) COMPLETE
69412026-08-05T04:33:30.033Z[ recovery-image] Aug 05 04:33:29.215 INFO O| Aug 05 04:33:29.215 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-05T04:33:30.043Z[ recovery-image] Aug 05 04:33:29.225 INFO O| Aug 05 04:33:29.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69432026-08-05T04:33:30.043Z[ recovery-image] Aug 05 04:33:29.225 INFO O| Aug 05 04:33:29.225 INFO STEP 561 (remove_files) COMPLETE
69442026-08-05T04:33:30.043Z[ recovery-image] Aug 05 04:33:29.225 INFO O| Aug 05 04:33:29.225 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-05T04:33:30.053Z[ recovery-image] Aug 05 04:33:29.236 INFO O| Aug 05 04:33:29.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69462026-08-05T04:33:30.054Z[ recovery-image] Aug 05 04:33:29.236 INFO O| Aug 05 04:33:29.236 INFO STEP 562 (remove_files) COMPLETE
69472026-08-05T04:33:30.054Z[ recovery-image] Aug 05 04:33:29.236 INFO O| Aug 05 04:33:29.236 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-05T04:33:30.064Z[ recovery-image] Aug 05 04:33:29.247 INFO O| Aug 05 04:33:29.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69492026-08-05T04:33:30.064Z[ recovery-image] Aug 05 04:33:29.247 INFO O| Aug 05 04:33:29.247 INFO STEP 563 (remove_files) COMPLETE
69502026-08-05T04:33:30.068Z[ recovery-image] Aug 05 04:33:29.247 INFO O| Aug 05 04:33:29.247 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-05T04:33:30.068Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
69522026-08-05T04:33:30.076Z[ recovery-image] Aug 05 04:33:29.259 INFO O| Aug 05 04:33:29.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69532026-08-05T04:33:30.076Z[ recovery-image] Aug 05 04:33:29.259 INFO O| Aug 05 04:33:29.259 INFO STEP 564 (remove_files) COMPLETE
69542026-08-05T04:33:30.076Z[ recovery-image] Aug 05 04:33:29.259 INFO O| Aug 05 04:33:29.259 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-05T04:33:30.088Z[ recovery-image] Aug 05 04:33:29.270 INFO O| Aug 05 04:33:29.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69562026-08-05T04:33:30.088Z[ recovery-image] Aug 05 04:33:29.270 INFO O| Aug 05 04:33:29.270 INFO STEP 565 (remove_files) COMPLETE
69572026-08-05T04:33:30.088Z[ recovery-image] Aug 05 04:33:29.270 INFO O| Aug 05 04:33:29.270 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-05T04:33:30.099Z[ recovery-image] Aug 05 04:33:29.282 INFO O| Aug 05 04:33:29.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69592026-08-05T04:33:30.099Z[ recovery-image] Aug 05 04:33:29.282 INFO O| Aug 05 04:33:29.282 INFO STEP 566 (remove_files) COMPLETE
69602026-08-05T04:33:30.099Z[ recovery-image] Aug 05 04:33:29.282 INFO O| Aug 05 04:33:29.282 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-05T04:33:30.111Z[ recovery-image] Aug 05 04:33:29.293 INFO O| Aug 05 04:33:29.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69622026-08-05T04:33:30.111Z[ recovery-image] Aug 05 04:33:29.293 INFO O| Aug 05 04:33:29.293 INFO STEP 567 (remove_files) COMPLETE
69632026-08-05T04:33:30.111Z[ recovery-image] Aug 05 04:33:29.293 INFO O| Aug 05 04:33:29.293 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-05T04:33:30.121Z[ recovery-image] Aug 05 04:33:29.304 INFO O| Aug 05 04:33:29.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69652026-08-05T04:33:30.121Z[ recovery-image] Aug 05 04:33:29.304 INFO O| Aug 05 04:33:29.304 INFO STEP 568 (remove_files) COMPLETE
69662026-08-05T04:33:30.121Z[ recovery-image] Aug 05 04:33:29.304 INFO O| Aug 05 04:33:29.304 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-05T04:33:30.134Z[ recovery-image] Aug 05 04:33:29.316 INFO O| Aug 05 04:33:29.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69682026-08-05T04:33:30.134Z[ recovery-image] Aug 05 04:33:29.316 INFO O| Aug 05 04:33:29.316 INFO STEP 569 (remove_files) COMPLETE
69692026-08-05T04:33:30.137Z[ recovery-image] Aug 05 04:33:29.316 INFO O| Aug 05 04:33:29.316 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-05T04:33:30.144Z[ recovery-image] Aug 05 04:33:29.326 INFO O| Aug 05 04:33:29.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69712026-08-05T04:33:30.144Z[ recovery-image] Aug 05 04:33:29.327 INFO O| Aug 05 04:33:29.326 INFO STEP 570 (remove_files) COMPLETE
69722026-08-05T04:33:30.147Z[ recovery-image] Aug 05 04:33:29.327 INFO O| Aug 05 04:33:29.326 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-05T04:33:30.155Z[ recovery-image] Aug 05 04:33:29.338 INFO O| Aug 05 04:33:29.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69742026-08-05T04:33:30.155Z[ recovery-image] Aug 05 04:33:29.338 INFO O| Aug 05 04:33:29.338 INFO STEP 571 (remove_files) COMPLETE
69752026-08-05T04:33:30.155Z[ recovery-image] Aug 05 04:33:29.338 INFO O| Aug 05 04:33:29.338 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-05T04:33:30.166Z[ recovery-image] Aug 05 04:33:29.349 INFO O| Aug 05 04:33:29.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69772026-08-05T04:33:30.166Z[ recovery-image] Aug 05 04:33:29.349 INFO O| Aug 05 04:33:29.349 INFO STEP 572 (remove_files) COMPLETE
69782026-08-05T04:33:30.166Z[ recovery-image] Aug 05 04:33:29.349 INFO O| Aug 05 04:33:29.349 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-05T04:33:30.178Z[ recovery-image] Aug 05 04:33:29.360 INFO O| Aug 05 04:33:29.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69802026-08-05T04:33:30.178Z[ recovery-image] Aug 05 04:33:29.360 INFO O| Aug 05 04:33:29.360 INFO STEP 573 (remove_files) COMPLETE
69812026-08-05T04:33:30.178Z[ recovery-image] Aug 05 04:33:29.360 INFO O| Aug 05 04:33:29.360 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-08-05T04:33:30.188Z[ recovery-image] Aug 05 04:33:29.371 INFO O| Aug 05 04:33:29.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69832026-08-05T04:33:30.188Z[ recovery-image] Aug 05 04:33:29.371 INFO O| Aug 05 04:33:29.371 INFO STEP 574 (remove_files) COMPLETE
69842026-08-05T04:33:30.188Z[ recovery-image] Aug 05 04:33:29.371 INFO O| Aug 05 04:33:29.371 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-08-05T04:33:30.198Z[ recovery-image] Aug 05 04:33:29.381 INFO O| Aug 05 04:33:29.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69862026-08-05T04:33:30.198Z[ recovery-image] Aug 05 04:33:29.381 INFO O| Aug 05 04:33:29.381 INFO STEP 575 (remove_files) COMPLETE
69872026-08-05T04:33:30.198Z[ recovery-image] Aug 05 04:33:29.381 INFO O| Aug 05 04:33:29.381 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-08-05T04:33:30.207Z[ recovery-image] Aug 05 04:33:29.390 INFO O| Aug 05 04:33:29.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69892026-08-05T04:33:30.210Z[ recovery-image] Aug 05 04:33:29.390 INFO O| Aug 05 04:33:29.390 INFO STEP 576 (remove_files) COMPLETE
69902026-08-05T04:33:30.210Z[ recovery-image] Aug 05 04:33:29.390 INFO O| Aug 05 04:33:29.390 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-08-05T04:33:30.217Z[ recovery-image] Aug 05 04:33:29.400 INFO O| Aug 05 04:33:29.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69922026-08-05T04:33:30.217Z[ recovery-image] Aug 05 04:33:29.400 INFO O| Aug 05 04:33:29.400 INFO STEP 577 (remove_files) COMPLETE
69932026-08-05T04:33:30.217Z[ recovery-image] Aug 05 04:33:29.400 INFO O| Aug 05 04:33:29.400 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-08-05T04:33:30.227Z[ recovery-image] Aug 05 04:33:29.410 INFO O| Aug 05 04:33:29.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
69952026-08-05T04:33:30.227Z[ recovery-image] Aug 05 04:33:29.410 INFO O| Aug 05 04:33:29.410 INFO STEP 578 (remove_files) COMPLETE
69962026-08-05T04:33:30.230Z[ recovery-image] Aug 05 04:33:29.410 INFO O| Aug 05 04:33:29.410 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-08-05T04:33:30.235Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
69982026-08-05T04:33:30.239Z[ recovery-image] Aug 05 04:33:29.419 INFO O| Aug 05 04:33:29.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
69992026-08-05T04:33:30.239Z[ recovery-image] Aug 05 04:33:29.419 INFO O| Aug 05 04:33:29.419 INFO STEP 579 (remove_files) COMPLETE
70002026-08-05T04:33:30.239Z[ recovery-image] Aug 05 04:33:29.419 INFO O| Aug 05 04:33:29.419 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-05T04:33:30.246Z[ recovery-image] Aug 05 04:33:29.429 INFO O| Aug 05 04:33:29.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70022026-08-05T04:33:30.246Z[ recovery-image] Aug 05 04:33:29.429 INFO O| Aug 05 04:33:29.429 INFO STEP 580 (remove_files) COMPLETE
70032026-08-05T04:33:30.246Z[ recovery-image] Aug 05 04:33:29.429 INFO O| Aug 05 04:33:29.429 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-05T04:33:30.256Z[ recovery-image] Aug 05 04:33:29.439 INFO O| Aug 05 04:33:29.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70052026-08-05T04:33:30.256Z[ recovery-image] Aug 05 04:33:29.439 INFO O| Aug 05 04:33:29.439 INFO STEP 581 (remove_files) COMPLETE
70062026-08-05T04:33:30.256Z[ recovery-image] Aug 05 04:33:29.439 INFO O| Aug 05 04:33:29.439 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-05T04:33:30.266Z[ recovery-image] Aug 05 04:33:29.448 INFO O| Aug 05 04:33:29.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70082026-08-05T04:33:30.269Z[ recovery-image] Aug 05 04:33:29.449 INFO O| Aug 05 04:33:29.449 INFO STEP 582 (remove_files) COMPLETE
70092026-08-05T04:33:30.269Z[ recovery-image] Aug 05 04:33:29.449 INFO O| Aug 05 04:33:29.449 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-05T04:33:30.275Z[ recovery-image] Aug 05 04:33:29.458 INFO O| Aug 05 04:33:29.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70112026-08-05T04:33:30.275Z[ recovery-image] Aug 05 04:33:29.458 INFO O| Aug 05 04:33:29.458 INFO STEP 583 (remove_files) COMPLETE
70122026-08-05T04:33:30.275Z[ recovery-image] Aug 05 04:33:29.458 INFO O| Aug 05 04:33:29.458 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-08-05T04:33:30.285Z[ recovery-image] Aug 05 04:33:29.468 INFO O| Aug 05 04:33:29.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70142026-08-05T04:33:30.285Z[ recovery-image] Aug 05 04:33:29.468 INFO O| Aug 05 04:33:29.468 INFO STEP 584 (remove_files) COMPLETE
70152026-08-05T04:33:30.285Z[ recovery-image] Aug 05 04:33:29.468 INFO O| Aug 05 04:33:29.468 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-08-05T04:33:30.296Z[ recovery-image] Aug 05 04:33:29.479 INFO O| Aug 05 04:33:29.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70172026-08-05T04:33:30.296Z[ recovery-image] Aug 05 04:33:29.479 INFO O| Aug 05 04:33:29.479 INFO STEP 585 (remove_files) COMPLETE
70182026-08-05T04:33:30.296Z[ recovery-image] Aug 05 04:33:29.479 INFO O| Aug 05 04:33:29.479 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-08-05T04:33:30.305Z[ recovery-image] Aug 05 04:33:29.488 INFO O| Aug 05 04:33:29.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70202026-08-05T04:33:30.306Z[ recovery-image] Aug 05 04:33:29.488 INFO O| Aug 05 04:33:29.488 INFO STEP 586 (remove_files) COMPLETE
70212026-08-05T04:33:30.309Z[ recovery-image] Aug 05 04:33:29.488 INFO O| Aug 05 04:33:29.488 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-08-05T04:33:30.315Z[ recovery-image] Aug 05 04:33:29.498 INFO O| Aug 05 04:33:29.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70232026-08-05T04:33:30.315Z[ recovery-image] Aug 05 04:33:29.498 INFO O| Aug 05 04:33:29.498 INFO STEP 587 (remove_files) COMPLETE
70242026-08-05T04:33:30.315Z[ recovery-image] Aug 05 04:33:29.498 INFO O| Aug 05 04:33:29.498 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-08-05T04:33:30.326Z[ recovery-image] Aug 05 04:33:29.509 INFO O| Aug 05 04:33:29.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70262026-08-05T04:33:30.326Z[ recovery-image] Aug 05 04:33:29.509 INFO O| Aug 05 04:33:29.509 INFO STEP 588 (remove_files) COMPLETE
70272026-08-05T04:33:30.326Z[ recovery-image] Aug 05 04:33:29.509 INFO O| Aug 05 04:33:29.509 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-05T04:33:30.336Z[ recovery-image] Aug 05 04:33:29.519 INFO O| Aug 05 04:33:29.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70292026-08-05T04:33:30.336Z[ recovery-image] Aug 05 04:33:29.519 INFO O| Aug 05 04:33:29.519 INFO STEP 589 (remove_files) COMPLETE
70302026-08-05T04:33:30.336Z[ recovery-image] Aug 05 04:33:29.519 INFO O| Aug 05 04:33:29.519 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-05T04:33:30.347Z[ recovery-image] Aug 05 04:33:29.530 INFO O| Aug 05 04:33:29.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70322026-08-05T04:33:30.347Z[ recovery-image] Aug 05 04:33:29.530 INFO O| Aug 05 04:33:29.530 INFO STEP 590 (remove_files) COMPLETE
70332026-08-05T04:33:30.347Z[ recovery-image] Aug 05 04:33:29.530 INFO O| Aug 05 04:33:29.530 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-05T04:33:30.359Z[ recovery-image] Aug 05 04:33:29.541 INFO O| Aug 05 04:33:29.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70352026-08-05T04:33:30.359Z[ recovery-image] Aug 05 04:33:29.541 INFO O| Aug 05 04:33:29.541 INFO STEP 591 (remove_files) COMPLETE
70362026-08-05T04:33:30.359Z[ recovery-image] Aug 05 04:33:29.541 INFO O| Aug 05 04:33:29.541 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-05T04:33:30.370Z[ recovery-image] Aug 05 04:33:29.551 INFO O| Aug 05 04:33:29.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70382026-08-05T04:33:30.373Z[ recovery-image] Aug 05 04:33:29.551 INFO O| Aug 05 04:33:29.551 INFO STEP 592 (remove_files) COMPLETE
70392026-08-05T04:33:30.374Z[ recovery-image] Aug 05 04:33:29.551 INFO O| Aug 05 04:33:29.551 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-08-05T04:33:30.378Z[ recovery-image] Aug 05 04:33:29.561 INFO O| Aug 05 04:33:29.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70412026-08-05T04:33:30.379Z[ recovery-image] Aug 05 04:33:29.562 INFO O| Aug 05 04:33:29.562 INFO STEP 593 (remove_files) COMPLETE
70422026-08-05T04:33:30.382Z[ recovery-image] Aug 05 04:33:29.562 INFO O| Aug 05 04:33:29.562 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-08-05T04:33:30.390Z[ recovery-image] Aug 05 04:33:29.572 INFO O| Aug 05 04:33:29.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70442026-08-05T04:33:30.393Z[ recovery-image] Aug 05 04:33:29.573 INFO O| Aug 05 04:33:29.573 INFO STEP 594 (remove_files) COMPLETE
70452026-08-05T04:33:30.393Z[ recovery-image] Aug 05 04:33:29.573 INFO O| Aug 05 04:33:29.573 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-08-05T04:33:30.401Z[ recovery-image] Aug 05 04:33:29.584 INFO O| Aug 05 04:33:29.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70472026-08-05T04:33:30.401Z[ recovery-image] Aug 05 04:33:29.584 INFO O| Aug 05 04:33:29.584 INFO STEP 595 (remove_files) COMPLETE
70482026-08-05T04:33:30.405Z[ recovery-image] Aug 05 04:33:29.584 INFO O| Aug 05 04:33:29.584 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-08-05T04:33:30.419Z[ recovery-image] Aug 05 04:33:29.594 INFO O| Aug 05 04:33:29.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70502026-08-05T04:33:30.422Z[ recovery-image] Aug 05 04:33:29.594 INFO O| Aug 05 04:33:29.593 INFO STEP 596 (remove_files) COMPLETE
70512026-08-05T04:33:30.422Z[ recovery-image] Aug 05 04:33:29.594 INFO O| Aug 05 04:33:29.593 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-08-05T04:33:30.422Z[ recovery-image] Aug 05 04:33:29.603 INFO O| Aug 05 04:33:29.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70532026-08-05T04:33:30.422Z[ recovery-image] Aug 05 04:33:29.603 INFO O| Aug 05 04:33:29.603 INFO STEP 597 (remove_files) COMPLETE
70542026-08-05T04:33:30.423Z[ recovery-image] Aug 05 04:33:29.603 INFO O| Aug 05 04:33:29.603 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-08-05T04:33:30.430Z[ recovery-image] Aug 05 04:33:29.613 INFO O| Aug 05 04:33:29.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70562026-08-05T04:33:30.430Z[ recovery-image] Aug 05 04:33:29.613 INFO O| Aug 05 04:33:29.613 INFO STEP 598 (remove_files) COMPLETE
70572026-08-05T04:33:30.430Z[ recovery-image] Aug 05 04:33:29.613 INFO O| Aug 05 04:33:29.613 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-08-05T04:33:30.440Z[ recovery-image] Aug 05 04:33:29.623 INFO O| Aug 05 04:33:29.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70592026-08-05T04:33:30.441Z[ recovery-image] Aug 05 04:33:29.623 INFO O| Aug 05 04:33:29.623 INFO STEP 599 (remove_files) COMPLETE
70602026-08-05T04:33:30.441Z[ recovery-image] Aug 05 04:33:29.623 INFO O| Aug 05 04:33:29.623 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-08-05T04:33:30.450Z[ recovery-image] Aug 05 04:33:29.633 INFO O| Aug 05 04:33:29.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70622026-08-05T04:33:30.450Z[ recovery-image] Aug 05 04:33:29.633 INFO O| Aug 05 04:33:29.633 INFO STEP 600 (remove_files) COMPLETE
70632026-08-05T04:33:30.453Z[ recovery-image] Aug 05 04:33:29.633 INFO O| Aug 05 04:33:29.633 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-08-05T04:33:30.462Z[ recovery-image] Aug 05 04:33:29.642 INFO O| Aug 05 04:33:29.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70652026-08-05T04:33:30.462Z[ recovery-image] Aug 05 04:33:29.643 INFO O| Aug 05 04:33:29.643 INFO STEP 601 (remove_files) COMPLETE
70662026-08-05T04:33:30.462Z[ recovery-image] Aug 05 04:33:29.643 INFO O| Aug 05 04:33:29.643 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-08-05T04:33:30.469Z[ recovery-image] Aug 05 04:33:29.652 INFO O| Aug 05 04:33:29.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70682026-08-05T04:33:30.469Z[ recovery-image] Aug 05 04:33:29.652 INFO O| Aug 05 04:33:29.652 INFO STEP 602 (remove_files) COMPLETE
70692026-08-05T04:33:30.469Z[ recovery-image] Aug 05 04:33:29.652 INFO O| Aug 05 04:33:29.652 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-08-05T04:33:30.479Z[ recovery-image] Aug 05 04:33:29.661 INFO O| Aug 05 04:33:29.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70712026-08-05T04:33:30.479Z[ recovery-image] Aug 05 04:33:29.661 INFO O| Aug 05 04:33:29.661 INFO STEP 603 (remove_files) COMPLETE
70722026-08-05T04:33:30.479Z[ recovery-image] Aug 05 04:33:29.661 INFO O| Aug 05 04:33:29.661 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-08-05T04:33:30.487Z[ recovery-image] Aug 05 04:33:29.670 INFO O| Aug 05 04:33:29.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70742026-08-05T04:33:30.487Z[ recovery-image] Aug 05 04:33:29.670 INFO O| Aug 05 04:33:29.670 INFO STEP 604 (remove_files) COMPLETE
70752026-08-05T04:33:30.490Z[ recovery-image] Aug 05 04:33:29.670 INFO O| Aug 05 04:33:29.670 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-05T04:33:30.497Z[ recovery-image] Aug 05 04:33:29.680 INFO O| Aug 05 04:33:29.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70772026-08-05T04:33:30.497Z[ recovery-image] Aug 05 04:33:29.680 INFO O| Aug 05 04:33:29.680 INFO STEP 605 (remove_files) COMPLETE
70782026-08-05T04:33:30.497Z[ recovery-image] Aug 05 04:33:29.680 INFO O| Aug 05 04:33:29.680 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-08-05T04:33:30.507Z[ recovery-image] Aug 05 04:33:29.690 INFO O| Aug 05 04:33:29.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70802026-08-05T04:33:30.508Z[ recovery-image] Aug 05 04:33:29.690 INFO O| Aug 05 04:33:29.690 INFO STEP 606 (remove_files) COMPLETE
70812026-08-05T04:33:30.508Z[ recovery-image] Aug 05 04:33:29.690 INFO O| Aug 05 04:33:29.690 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-05T04:33:30.519Z[ recovery-image] Aug 05 04:33:29.702 INFO O| Aug 05 04:33:29.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70832026-08-05T04:33:30.519Z[ recovery-image] Aug 05 04:33:29.702 INFO O| Aug 05 04:33:29.702 INFO STEP 607 (remove_files) COMPLETE
70842026-08-05T04:33:30.522Z[ recovery-image] Aug 05 04:33:29.702 INFO O| Aug 05 04:33:29.702 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-05T04:33:30.528Z[ recovery-image] Aug 05 04:33:29.711 INFO O| Aug 05 04:33:29.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70862026-08-05T04:33:30.528Z[ recovery-image] Aug 05 04:33:29.711 INFO O| Aug 05 04:33:29.711 INFO STEP 608 (remove_files) COMPLETE
70872026-08-05T04:33:30.528Z[ recovery-image] Aug 05 04:33:29.711 INFO O| Aug 05 04:33:29.711 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-05T04:33:30.536Z[ recovery-image] Aug 05 04:33:29.719 INFO O| Aug 05 04:33:29.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70892026-08-05T04:33:30.540Z[ recovery-image] Aug 05 04:33:29.721 INFO O| Aug 05 04:33:29.721 INFO STEP 609 (remove_files) COMPLETE
70902026-08-05T04:33:30.540Z[ recovery-image] Aug 05 04:33:29.721 INFO O| Aug 05 04:33:29.721 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-05T04:33:30.548Z[ recovery-image] Aug 05 04:33:29.731 INFO O| Aug 05 04:33:29.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70922026-08-05T04:33:30.548Z[ recovery-image] Aug 05 04:33:29.731 INFO O| Aug 05 04:33:29.731 INFO STEP 610 (remove_files) COMPLETE
70932026-08-05T04:33:30.548Z[ recovery-image] Aug 05 04:33:29.731 INFO O| Aug 05 04:33:29.731 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-05T04:33:30.557Z[ recovery-image] Aug 05 04:33:29.740 INFO O| Aug 05 04:33:29.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
70952026-08-05T04:33:30.557Z[ recovery-image] Aug 05 04:33:29.740 INFO O| Aug 05 04:33:29.740 INFO STEP 611 (remove_files) COMPLETE
70962026-08-05T04:33:30.557Z[ recovery-image] Aug 05 04:33:29.740 INFO O| Aug 05 04:33:29.740 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-05T04:33:30.566Z[ recovery-image] Aug 05 04:33:29.748 INFO O| Aug 05 04:33:29.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
70982026-08-05T04:33:30.566Z[ recovery-image] Aug 05 04:33:29.748 INFO O| Aug 05 04:33:29.748 INFO STEP 612 (remove_files) COMPLETE
70992026-08-05T04:33:30.566Z[ recovery-image] Aug 05 04:33:29.748 INFO O| Aug 05 04:33:29.748 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-05T04:33:30.575Z[ recovery-image] Aug 05 04:33:29.758 INFO O| Aug 05 04:33:29.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71012026-08-05T04:33:30.575Z[ recovery-image] Aug 05 04:33:29.758 INFO O| Aug 05 04:33:29.758 INFO STEP 613 (remove_files) COMPLETE
71022026-08-05T04:33:30.579Z[ recovery-image] Aug 05 04:33:29.758 INFO O| Aug 05 04:33:29.758 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-05T04:33:30.585Z[ recovery-image] Aug 05 04:33:29.769 INFO O| Aug 05 04:33:29.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71042026-08-05T04:33:30.585Z[ recovery-image] Aug 05 04:33:29.769 INFO O| Aug 05 04:33:29.769 INFO STEP 614 (remove_files) COMPLETE
71052026-08-05T04:33:30.586Z[ recovery-image] Aug 05 04:33:29.769 INFO O| Aug 05 04:33:29.769 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-05T04:33:30.596Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
71072026-08-05T04:33:30.599Z[ recovery-image] Aug 05 04:33:29.780 INFO O| Aug 05 04:33:29.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71082026-08-05T04:33:30.599Z[ recovery-image] Aug 05 04:33:29.780 INFO O| Aug 05 04:33:29.780 INFO STEP 615 (remove_files) COMPLETE
71092026-08-05T04:33:30.599Z[ recovery-image] Aug 05 04:33:29.780 INFO O| Aug 05 04:33:29.780 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-05T04:33:30.608Z[ recovery-image] Aug 05 04:33:29.791 INFO O| Aug 05 04:33:29.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71112026-08-05T04:33:30.608Z[ recovery-image] Aug 05 04:33:29.791 INFO O| Aug 05 04:33:29.791 INFO STEP 616 (remove_files) COMPLETE
71122026-08-05T04:33:30.608Z[ recovery-image] Aug 05 04:33:29.791 INFO O| Aug 05 04:33:29.791 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-05T04:33:30.619Z[ recovery-image] Aug 05 04:33:29.802 INFO O| Aug 05 04:33:29.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71142026-08-05T04:33:30.619Z[ recovery-image] Aug 05 04:33:29.802 INFO O| Aug 05 04:33:29.802 INFO STEP 617 (remove_files) COMPLETE
71152026-08-05T04:33:30.619Z[ recovery-image] Aug 05 04:33:29.802 INFO O| Aug 05 04:33:29.802 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-05T04:33:30.629Z[ recovery-image] Aug 05 04:33:29.812 INFO O| Aug 05 04:33:29.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71172026-08-05T04:33:30.629Z[ recovery-image] Aug 05 04:33:29.812 INFO O| Aug 05 04:33:29.812 INFO STEP 618 (remove_files) COMPLETE
71182026-08-05T04:33:30.629Z[ recovery-image] Aug 05 04:33:29.812 INFO O| Aug 05 04:33:29.812 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-05T04:33:30.638Z[ recovery-image] Aug 05 04:33:29.821 INFO O| Aug 05 04:33:29.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71202026-08-05T04:33:30.638Z[ recovery-image] Aug 05 04:33:29.821 INFO O| Aug 05 04:33:29.821 INFO STEP 619 (remove_files) COMPLETE
71212026-08-05T04:33:30.638Z[ recovery-image] Aug 05 04:33:29.821 INFO O| Aug 05 04:33:29.821 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-05T04:33:30.641Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
71232026-08-05T04:33:30.649Z[ recovery-image] Aug 05 04:33:29.832 INFO O| Aug 05 04:33:29.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71242026-08-05T04:33:30.649Z[ recovery-image] Aug 05 04:33:29.832 INFO O| Aug 05 04:33:29.832 INFO STEP 620 (remove_files) COMPLETE
71252026-08-05T04:33:30.649Z[ recovery-image] Aug 05 04:33:29.832 INFO O| Aug 05 04:33:29.832 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-08-05T04:33:30.658Z[ recovery-image] Aug 05 04:33:29.841 INFO O| Aug 05 04:33:29.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71272026-08-05T04:33:30.658Z[ recovery-image] Aug 05 04:33:29.841 INFO O| Aug 05 04:33:29.841 INFO STEP 621 (remove_files) COMPLETE
71282026-08-05T04:33:30.658Z[ recovery-image] Aug 05 04:33:29.841 INFO O| Aug 05 04:33:29.841 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-05T04:33:30.668Z[ recovery-image] Aug 05 04:33:29.851 INFO O| Aug 05 04:33:29.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71302026-08-05T04:33:30.668Z[ recovery-image] Aug 05 04:33:29.851 INFO O| Aug 05 04:33:29.851 INFO STEP 622 (remove_files) COMPLETE
71312026-08-05T04:33:30.671Z[ recovery-image] Aug 05 04:33:29.851 INFO O| Aug 05 04:33:29.851 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-05T04:33:30.677Z[ recovery-image] Aug 05 04:33:29.860 INFO O| Aug 05 04:33:29.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71332026-08-05T04:33:30.677Z[ recovery-image] Aug 05 04:33:29.860 INFO O| Aug 05 04:33:29.860 INFO STEP 623 (remove_files) COMPLETE
71342026-08-05T04:33:30.680Z[ recovery-image] Aug 05 04:33:29.860 INFO O| Aug 05 04:33:29.860 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-05T04:33:30.687Z[ recovery-image] Aug 05 04:33:29.870 INFO O| Aug 05 04:33:29.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71362026-08-05T04:33:30.687Z[ recovery-image] Aug 05 04:33:29.870 INFO O| Aug 05 04:33:29.870 INFO STEP 624 (remove_files) COMPLETE
71372026-08-05T04:33:30.687Z[ recovery-image] Aug 05 04:33:29.870 INFO O| Aug 05 04:33:29.870 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-05T04:33:30.698Z[ recovery-image] Aug 05 04:33:29.881 INFO O| Aug 05 04:33:29.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71392026-08-05T04:33:30.698Z[ recovery-image] Aug 05 04:33:29.881 INFO O| Aug 05 04:33:29.881 INFO STEP 625 (remove_files) COMPLETE
71402026-08-05T04:33:30.698Z[ recovery-image] Aug 05 04:33:29.881 INFO O| Aug 05 04:33:29.881 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-05T04:33:30.709Z[ recovery-image] Aug 05 04:33:29.891 INFO O| Aug 05 04:33:29.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71422026-08-05T04:33:30.709Z[ recovery-image] Aug 05 04:33:29.892 INFO O| Aug 05 04:33:29.892 INFO STEP 626 (remove_files) COMPLETE
71432026-08-05T04:33:30.709Z[ recovery-image] Aug 05 04:33:29.892 INFO O| Aug 05 04:33:29.892 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-05T04:33:30.716Z[verify-libraries] Compiling delegate v0.13.5
71452026-08-05T04:33:30.719Z[ recovery-image] Aug 05 04:33:29.903 INFO O| Aug 05 04:33:29.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71462026-08-05T04:33:30.720Z[ recovery-image] Aug 05 04:33:29.903 INFO O| Aug 05 04:33:29.903 INFO STEP 627 (remove_files) COMPLETE
71472026-08-05T04:33:30.722Z[ recovery-image] Aug 05 04:33:29.903 INFO O| Aug 05 04:33:29.903 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-05T04:33:30.731Z[ recovery-image] Aug 05 04:33:29.914 INFO O| Aug 05 04:33:29.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71492026-08-05T04:33:30.731Z[ recovery-image] Aug 05 04:33:29.914 INFO O| Aug 05 04:33:29.914 INFO STEP 628 (remove_files) COMPLETE
71502026-08-05T04:33:30.731Z[ recovery-image] Aug 05 04:33:29.914 INFO O| Aug 05 04:33:29.914 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-05T04:33:30.741Z[ recovery-image] Aug 05 04:33:29.924 INFO O| Aug 05 04:33:29.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71522026-08-05T04:33:30.741Z[ recovery-image] Aug 05 04:33:29.924 INFO O| Aug 05 04:33:29.924 INFO STEP 629 (remove_files) COMPLETE
71532026-08-05T04:33:30.741Z[ recovery-image] Aug 05 04:33:29.924 INFO O| Aug 05 04:33:29.924 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-05T04:33:30.752Z[ recovery-image] Aug 05 04:33:29.934 INFO O| Aug 05 04:33:29.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71552026-08-05T04:33:30.752Z[ recovery-image] Aug 05 04:33:29.934 INFO O| Aug 05 04:33:29.934 INFO STEP 630 (remove_files) COMPLETE
71562026-08-05T04:33:30.752Z[ recovery-image] Aug 05 04:33:29.934 INFO O| Aug 05 04:33:29.934 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-05T04:33:30.766Z[ recovery-image] Aug 05 04:33:29.949 INFO O| Aug 05 04:33:29.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71582026-08-05T04:33:30.766Z[ recovery-image] Aug 05 04:33:29.949 INFO O| Aug 05 04:33:29.945 INFO STEP 631 (remove_files) COMPLETE
71592026-08-05T04:33:30.769Z[ recovery-image] Aug 05 04:33:29.949 INFO O| Aug 05 04:33:29.945 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-05T04:33:30.774Z[ recovery-image] Aug 05 04:33:29.957 INFO O| Aug 05 04:33:29.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71612026-08-05T04:33:30.774Z[ recovery-image] Aug 05 04:33:29.958 INFO O| Aug 05 04:33:29.957 INFO STEP 632 (remove_files) COMPLETE
71622026-08-05T04:33:30.775Z[ recovery-image] Aug 05 04:33:29.958 INFO O| Aug 05 04:33:29.958 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-05T04:33:30.785Z[ recovery-image] Aug 05 04:33:29.968 INFO O| Aug 05 04:33:29.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71642026-08-05T04:33:30.785Z[ recovery-image] Aug 05 04:33:29.968 INFO O| Aug 05 04:33:29.968 INFO STEP 633 (remove_files) COMPLETE
71652026-08-05T04:33:30.785Z[ recovery-image] Aug 05 04:33:29.968 INFO O| Aug 05 04:33:29.968 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-05T04:33:30.796Z[ recovery-image] Aug 05 04:33:29.979 INFO O| Aug 05 04:33:29.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71672026-08-05T04:33:30.796Z[ recovery-image] Aug 05 04:33:29.979 INFO O| Aug 05 04:33:29.979 INFO STEP 634 (remove_files) COMPLETE
71682026-08-05T04:33:30.796Z[ recovery-image] Aug 05 04:33:29.979 INFO O| Aug 05 04:33:29.979 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-05T04:33:30.807Z[ recovery-image] Aug 05 04:33:29.990 INFO O| Aug 05 04:33:29.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71702026-08-05T04:33:30.807Z[ recovery-image] Aug 05 04:33:29.990 INFO O| Aug 05 04:33:29.990 INFO STEP 635 (remove_files) COMPLETE
71712026-08-05T04:33:30.811Z[ recovery-image] Aug 05 04:33:29.991 INFO O| Aug 05 04:33:29.990 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-05T04:33:30.817Z[ recovery-image] Aug 05 04:33:30.001 INFO O| Aug 05 04:33:30.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71732026-08-05T04:33:30.817Z[ recovery-image] Aug 05 04:33:30.001 INFO O| Aug 05 04:33:30.001 INFO STEP 636 (remove_files) COMPLETE
71742026-08-05T04:33:30.820Z[ recovery-image] Aug 05 04:33:30.001 INFO O| Aug 05 04:33:30.001 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-05T04:33:30.829Z[ recovery-image] Aug 05 04:33:30.012 INFO O| Aug 05 04:33:30.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71762026-08-05T04:33:30.829Z[ recovery-image] Aug 05 04:33:30.012 INFO O| Aug 05 04:33:30.012 INFO STEP 637 (remove_files) COMPLETE
71772026-08-05T04:33:30.829Z[ recovery-image] Aug 05 04:33:30.012 INFO O| Aug 05 04:33:30.012 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-05T04:33:30.841Z[ recovery-image] Aug 05 04:33:30.024 INFO O| Aug 05 04:33:30.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71792026-08-05T04:33:30.841Z[ recovery-image] Aug 05 04:33:30.024 INFO O| Aug 05 04:33:30.024 INFO STEP 638 (remove_files) COMPLETE
71802026-08-05T04:33:30.841Z[ recovery-image] Aug 05 04:33:30.024 INFO O| Aug 05 04:33:30.024 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-05T04:33:30.851Z[ recovery-image] Aug 05 04:33:30.034 INFO O| Aug 05 04:33:30.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71822026-08-05T04:33:30.851Z[ recovery-image] Aug 05 04:33:30.034 INFO O| Aug 05 04:33:30.034 INFO STEP 639 (remove_files) COMPLETE
71832026-08-05T04:33:30.854Z[ recovery-image] Aug 05 04:33:30.034 INFO O| Aug 05 04:33:30.034 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-05T04:33:30.861Z[ recovery-image] Aug 05 04:33:30.044 INFO O| Aug 05 04:33:30.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71852026-08-05T04:33:30.861Z[ recovery-image] Aug 05 04:33:30.044 INFO O| Aug 05 04:33:30.044 INFO STEP 640 (remove_files) COMPLETE
71862026-08-05T04:33:30.861Z[ recovery-image] Aug 05 04:33:30.044 INFO O| Aug 05 04:33:30.044 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-05T04:33:30.877Z[ recovery-image] Aug 05 04:33:30.059 INFO O| Aug 05 04:33:30.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71882026-08-05T04:33:30.877Z[ recovery-image] Aug 05 04:33:30.060 INFO O| Aug 05 04:33:30.060 INFO STEP 641 (remove_files) COMPLETE
71892026-08-05T04:33:30.877Z[ recovery-image] Aug 05 04:33:30.060 INFO O| Aug 05 04:33:30.060 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-05T04:33:30.887Z[ recovery-image] Aug 05 04:33:30.069 INFO O| Aug 05 04:33:30.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71912026-08-05T04:33:30.887Z[ recovery-image] Aug 05 04:33:30.069 INFO O| Aug 05 04:33:30.069 INFO STEP 642 (remove_files) COMPLETE
71922026-08-05T04:33:30.887Z[ recovery-image] Aug 05 04:33:30.069 INFO O| Aug 05 04:33:30.069 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-05T04:33:30.896Z[ recovery-image] Aug 05 04:33:30.079 INFO O| Aug 05 04:33:30.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71942026-08-05T04:33:30.896Z[ recovery-image] Aug 05 04:33:30.079 INFO O| Aug 05 04:33:30.079 INFO STEP 643 (remove_files) COMPLETE
71952026-08-05T04:33:30.896Z[ recovery-image] Aug 05 04:33:30.079 INFO O| Aug 05 04:33:30.079 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-05T04:33:30.907Z[ recovery-image] Aug 05 04:33:30.089 INFO O| Aug 05 04:33:30.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
71972026-08-05T04:33:30.907Z[ recovery-image] Aug 05 04:33:30.089 INFO O| Aug 05 04:33:30.089 INFO STEP 644 (remove_files) COMPLETE
71982026-08-05T04:33:30.907Z[ recovery-image] Aug 05 04:33:30.089 INFO O| Aug 05 04:33:30.089 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-05T04:33:30.917Z[ recovery-image] Aug 05 04:33:30.100 INFO O| Aug 05 04:33:30.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72002026-08-05T04:33:30.917Z[ recovery-image] Aug 05 04:33:30.100 INFO O| Aug 05 04:33:30.100 INFO STEP 645 (remove_files) COMPLETE
72012026-08-05T04:33:30.917Z[ recovery-image] Aug 05 04:33:30.100 INFO O| Aug 05 04:33:30.100 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-05T04:33:30.928Z[ recovery-image] Aug 05 04:33:30.111 INFO O| Aug 05 04:33:30.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72032026-08-05T04:33:30.928Z[ recovery-image] Aug 05 04:33:30.111 INFO O| Aug 05 04:33:30.111 INFO STEP 646 (remove_files) COMPLETE
72042026-08-05T04:33:30.928Z[ recovery-image] Aug 05 04:33:30.111 INFO O| Aug 05 04:33:30.111 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-05T04:33:30.938Z[ recovery-image] Aug 05 04:33:30.121 INFO O| Aug 05 04:33:30.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72062026-08-05T04:33:30.938Z[ recovery-image] Aug 05 04:33:30.121 INFO O| Aug 05 04:33:30.121 INFO STEP 647 (remove_files) COMPLETE
72072026-08-05T04:33:30.938Z[ recovery-image] Aug 05 04:33:30.121 INFO O| Aug 05 04:33:30.121 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-05T04:33:30.948Z[ recovery-image] Aug 05 04:33:30.131 INFO O| Aug 05 04:33:30.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72092026-08-05T04:33:30.948Z[ recovery-image] Aug 05 04:33:30.131 INFO O| Aug 05 04:33:30.131 INFO STEP 648 (remove_files) COMPLETE
72102026-08-05T04:33:30.948Z[ recovery-image] Aug 05 04:33:30.131 INFO O| Aug 05 04:33:30.131 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-05T04:33:30.956Z[ recovery-image] Aug 05 04:33:30.139 INFO O| Aug 05 04:33:30.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72122026-08-05T04:33:30.956Z[ recovery-image] Aug 05 04:33:30.139 INFO O| Aug 05 04:33:30.139 INFO STEP 649 (remove_files) COMPLETE
72132026-08-05T04:33:30.956Z[ recovery-image] Aug 05 04:33:30.139 INFO O| Aug 05 04:33:30.139 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-05T04:33:30.965Z[ recovery-image] Aug 05 04:33:30.148 INFO O| Aug 05 04:33:30.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72152026-08-05T04:33:30.965Z[ recovery-image] Aug 05 04:33:30.148 INFO O| Aug 05 04:33:30.148 INFO STEP 650 (remove_files) COMPLETE
72162026-08-05T04:33:30.965Z[ recovery-image] Aug 05 04:33:30.148 INFO O| Aug 05 04:33:30.148 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-05T04:33:30.977Z[ recovery-image] Aug 05 04:33:30.160 INFO O| Aug 05 04:33:30.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72182026-08-05T04:33:30.977Z[ recovery-image] Aug 05 04:33:30.160 INFO O| Aug 05 04:33:30.160 INFO STEP 651 (remove_files) COMPLETE
72192026-08-05T04:33:30.977Z[ recovery-image] Aug 05 04:33:30.160 INFO O| Aug 05 04:33:30.160 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-05T04:33:30.988Z[ recovery-image] Aug 05 04:33:30.171 INFO O| Aug 05 04:33:30.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72212026-08-05T04:33:30.988Z[ recovery-image] Aug 05 04:33:30.171 INFO O| Aug 05 04:33:30.171 INFO STEP 652 (remove_files) COMPLETE
72222026-08-05T04:33:30.988Z[ recovery-image] Aug 05 04:33:30.171 INFO O| Aug 05 04:33:30.171 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-05T04:33:30.999Z[ recovery-image] Aug 05 04:33:30.182 INFO O| Aug 05 04:33:30.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72242026-08-05T04:33:30.999Z[ recovery-image] Aug 05 04:33:30.182 INFO O| Aug 05 04:33:30.182 INFO STEP 653 (remove_files) COMPLETE
72252026-08-05T04:33:30.999Z[ recovery-image] Aug 05 04:33:30.182 INFO O| Aug 05 04:33:30.182 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-05T04:33:31.011Z[ recovery-image] Aug 05 04:33:30.194 INFO O| Aug 05 04:33:30.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72272026-08-05T04:33:31.011Z[ recovery-image] Aug 05 04:33:30.194 INFO O| Aug 05 04:33:30.194 INFO STEP 654 (remove_files) COMPLETE
72282026-08-05T04:33:31.011Z[ recovery-image] Aug 05 04:33:30.194 INFO O| Aug 05 04:33:30.194 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-05T04:33:31.022Z[ recovery-image] Aug 05 04:33:30.205 INFO O| Aug 05 04:33:30.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72302026-08-05T04:33:31.022Z[ recovery-image] Aug 05 04:33:30.205 INFO O| Aug 05 04:33:30.205 INFO STEP 655 (remove_files) COMPLETE
72312026-08-05T04:33:31.022Z[ recovery-image] Aug 05 04:33:30.205 INFO O| Aug 05 04:33:30.205 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-05T04:33:31.032Z[ recovery-image] Aug 05 04:33:30.215 INFO O| Aug 05 04:33:30.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72332026-08-05T04:33:31.033Z[ recovery-image] Aug 05 04:33:30.215 INFO O| Aug 05 04:33:30.215 INFO STEP 656 (remove_files) COMPLETE
72342026-08-05T04:33:31.036Z[ recovery-image] Aug 05 04:33:30.215 INFO O| Aug 05 04:33:30.215 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-05T04:33:31.043Z[ recovery-image] Aug 05 04:33:30.226 INFO O| Aug 05 04:33:30.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72362026-08-05T04:33:31.043Z[ recovery-image] Aug 05 04:33:30.226 INFO O| Aug 05 04:33:30.226 INFO STEP 657 (remove_files) COMPLETE
72372026-08-05T04:33:31.043Z[ recovery-image] Aug 05 04:33:30.226 INFO O| Aug 05 04:33:30.226 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-05T04:33:31.054Z[ recovery-image] Aug 05 04:33:30.237 INFO O| Aug 05 04:33:30.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72392026-08-05T04:33:31.054Z[ recovery-image] Aug 05 04:33:30.237 INFO O| Aug 05 04:33:30.237 INFO STEP 658 (remove_files) COMPLETE
72402026-08-05T04:33:31.057Z[ recovery-image] Aug 05 04:33:30.237 INFO O| Aug 05 04:33:30.237 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-05T04:33:31.065Z[ recovery-image] Aug 05 04:33:30.248 INFO O| Aug 05 04:33:30.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72422026-08-05T04:33:31.068Z[ recovery-image] Aug 05 04:33:30.250 INFO O| Aug 05 04:33:30.250 INFO STEP 659 (remove_files) COMPLETE
72432026-08-05T04:33:31.069Z[ recovery-image] Aug 05 04:33:30.250 INFO O| Aug 05 04:33:30.250 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-05T04:33:31.077Z[ recovery-image] Aug 05 04:33:30.261 INFO O| Aug 05 04:33:30.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72452026-08-05T04:33:31.080Z[ recovery-image] Aug 05 04:33:30.261 INFO O| Aug 05 04:33:30.261 INFO STEP 660 (remove_files) COMPLETE
72462026-08-05T04:33:31.081Z[ recovery-image] Aug 05 04:33:30.262 INFO O| Aug 05 04:33:30.261 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-05T04:33:31.084Z[verify-libraries] Compiling sapling-renderdag v0.1.0
72482026-08-05T04:33:31.095Z[ recovery-image] Aug 05 04:33:30.278 INFO O| Aug 05 04:33:30.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72492026-08-05T04:33:31.095Z[ recovery-image] Aug 05 04:33:30.278 INFO O| Aug 05 04:33:30.278 INFO STEP 661 (remove_files) COMPLETE
72502026-08-05T04:33:31.095Z[ recovery-image] Aug 05 04:33:30.278 INFO O| Aug 05 04:33:30.278 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-05T04:33:31.104Z[ recovery-image] Aug 05 04:33:30.287 INFO O| Aug 05 04:33:30.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72522026-08-05T04:33:31.104Z[ recovery-image] Aug 05 04:33:30.287 INFO O| Aug 05 04:33:30.287 INFO STEP 662 (remove_files) COMPLETE
72532026-08-05T04:33:31.105Z[ recovery-image] Aug 05 04:33:30.287 INFO O| Aug 05 04:33:30.287 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-05T04:33:31.115Z[ recovery-image] Aug 05 04:33:30.298 INFO O| Aug 05 04:33:30.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72552026-08-05T04:33:31.115Z[ recovery-image] Aug 05 04:33:30.298 INFO O| Aug 05 04:33:30.298 INFO STEP 663 (remove_files) COMPLETE
72562026-08-05T04:33:31.115Z[ recovery-image] Aug 05 04:33:30.298 INFO O| Aug 05 04:33:30.298 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-05T04:33:31.125Z[ recovery-image] Aug 05 04:33:30.308 INFO O| Aug 05 04:33:30.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72582026-08-05T04:33:31.125Z[ recovery-image] Aug 05 04:33:30.308 INFO O| Aug 05 04:33:30.308 INFO STEP 664 (remove_files) COMPLETE
72592026-08-05T04:33:31.128Z[ recovery-image] Aug 05 04:33:30.308 INFO O| Aug 05 04:33:30.308 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-05T04:33:31.135Z[ recovery-image] Aug 05 04:33:30.318 INFO O| Aug 05 04:33:30.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72612026-08-05T04:33:31.138Z[ recovery-image] Aug 05 04:33:30.319 INFO O| Aug 05 04:33:30.319 INFO STEP 665 (remove_files) COMPLETE
72622026-08-05T04:33:31.138Z[ recovery-image] Aug 05 04:33:30.319 INFO O| Aug 05 04:33:30.319 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-05T04:33:31.146Z[ recovery-image] Aug 05 04:33:30.329 INFO O| Aug 05 04:33:30.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72642026-08-05T04:33:31.146Z[ recovery-image] Aug 05 04:33:30.329 INFO O| Aug 05 04:33:30.329 INFO STEP 666 (remove_files) COMPLETE
72652026-08-05T04:33:31.146Z[ recovery-image] Aug 05 04:33:30.329 INFO O| Aug 05 04:33:30.329 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-08-05T04:33:31.157Z[ recovery-image] Aug 05 04:33:30.340 INFO O| Aug 05 04:33:30.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72672026-08-05T04:33:31.160Z[ recovery-image] Aug 05 04:33:30.341 INFO O| Aug 05 04:33:30.341 INFO STEP 667 (remove_files) COMPLETE
72682026-08-05T04:33:31.160Z[ recovery-image] Aug 05 04:33:30.341 INFO O| Aug 05 04:33:30.341 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-05T04:33:31.168Z[ recovery-image] Aug 05 04:33:30.351 INFO O| Aug 05 04:33:30.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72702026-08-05T04:33:31.168Z[ recovery-image] Aug 05 04:33:30.351 INFO O| Aug 05 04:33:30.351 INFO STEP 668 (remove_files) COMPLETE
72712026-08-05T04:33:31.168Z[ recovery-image] Aug 05 04:33:30.351 INFO O| Aug 05 04:33:30.351 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-05T04:33:31.179Z[ recovery-image] Aug 05 04:33:30.362 INFO O| Aug 05 04:33:30.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72732026-08-05T04:33:31.179Z[ recovery-image] Aug 05 04:33:30.362 INFO O| Aug 05 04:33:30.362 INFO STEP 669 (remove_files) COMPLETE
72742026-08-05T04:33:31.179Z[ recovery-image] Aug 05 04:33:30.362 INFO O| Aug 05 04:33:30.362 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-05T04:33:31.188Z[ recovery-image] Aug 05 04:33:30.371 INFO O| Aug 05 04:33:30.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72762026-08-05T04:33:31.189Z[ recovery-image] Aug 05 04:33:30.371 INFO O| Aug 05 04:33:30.371 INFO STEP 670 (remove_files) COMPLETE
72772026-08-05T04:33:31.189Z[ recovery-image] Aug 05 04:33:30.371 INFO O| Aug 05 04:33:30.371 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-05T04:33:31.197Z[ recovery-image] Aug 05 04:33:30.380 INFO O| Aug 05 04:33:30.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72792026-08-05T04:33:31.198Z[ recovery-image] Aug 05 04:33:30.381 INFO O| Aug 05 04:33:30.380 INFO STEP 671 (remove_files) COMPLETE
72802026-08-05T04:33:31.198Z[ recovery-image] Aug 05 04:33:30.381 INFO O| Aug 05 04:33:30.381 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-05T04:33:31.207Z[ recovery-image] Aug 05 04:33:30.390 INFO O| Aug 05 04:33:30.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72822026-08-05T04:33:31.207Z[ recovery-image] Aug 05 04:33:30.390 INFO O| Aug 05 04:33:30.390 INFO STEP 672 (remove_files) COMPLETE
72832026-08-05T04:33:31.207Z[ recovery-image] Aug 05 04:33:30.390 INFO O| Aug 05 04:33:30.390 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-05T04:33:31.217Z[ recovery-image] Aug 05 04:33:30.400 INFO O| Aug 05 04:33:30.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72852026-08-05T04:33:31.217Z[ recovery-image] Aug 05 04:33:30.400 INFO O| Aug 05 04:33:30.400 INFO STEP 673 (remove_files) COMPLETE
72862026-08-05T04:33:31.217Z[ recovery-image] Aug 05 04:33:30.400 INFO O| Aug 05 04:33:30.400 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-05T04:33:31.226Z[ recovery-image] Aug 05 04:33:30.409 INFO O| Aug 05 04:33:30.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72882026-08-05T04:33:31.226Z[ recovery-image] Aug 05 04:33:30.409 INFO O| Aug 05 04:33:30.409 INFO STEP 674 (remove_files) COMPLETE
72892026-08-05T04:33:31.226Z[ recovery-image] Aug 05 04:33:30.409 INFO O| Aug 05 04:33:30.409 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-05T04:33:31.235Z[ recovery-image] Aug 05 04:33:30.418 INFO O| Aug 05 04:33:30.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72912026-08-05T04:33:31.235Z[ recovery-image] Aug 05 04:33:30.418 INFO O| Aug 05 04:33:30.418 INFO STEP 675 (remove_files) COMPLETE
72922026-08-05T04:33:31.235Z[ recovery-image] Aug 05 04:33:30.418 INFO O| Aug 05 04:33:30.418 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-05T04:33:31.245Z[ recovery-image] Aug 05 04:33:30.428 INFO O| Aug 05 04:33:30.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72942026-08-05T04:33:31.245Z[ recovery-image] Aug 05 04:33:30.428 INFO O| Aug 05 04:33:30.428 INFO STEP 676 (remove_files) COMPLETE
72952026-08-05T04:33:31.248Z[ recovery-image] Aug 05 04:33:30.428 INFO O| Aug 05 04:33:30.428 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-05T04:33:31.253Z[ recovery-image] Aug 05 04:33:30.436 INFO O| Aug 05 04:33:30.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72972026-08-05T04:33:31.253Z[ recovery-image] Aug 05 04:33:30.436 INFO O| Aug 05 04:33:30.436 INFO STEP 677 (remove_files) COMPLETE
72982026-08-05T04:33:31.256Z[ recovery-image] Aug 05 04:33:30.436 INFO O| Aug 05 04:33:30.436 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-05T04:33:31.259Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
73002026-08-05T04:33:31.262Z[ recovery-image] Aug 05 04:33:30.445 INFO O| Aug 05 04:33:30.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73012026-08-05T04:33:31.265Z[ recovery-image] Aug 05 04:33:30.446 INFO O| Aug 05 04:33:30.446 INFO STEP 678 (remove_files) COMPLETE
73022026-08-05T04:33:31.265Z[ recovery-image] Aug 05 04:33:30.446 INFO O| Aug 05 04:33:30.446 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-05T04:33:31.273Z[ recovery-image] Aug 05 04:33:30.456 INFO O| Aug 05 04:33:30.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73042026-08-05T04:33:31.274Z[ recovery-image] Aug 05 04:33:30.457 INFO O| Aug 05 04:33:30.456 INFO STEP 679 (remove_files) COMPLETE
73052026-08-05T04:33:31.274Z[ recovery-image] Aug 05 04:33:30.457 INFO O| Aug 05 04:33:30.456 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-05T04:33:31.283Z[ recovery-image] Aug 05 04:33:30.466 INFO O| Aug 05 04:33:30.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73072026-08-05T04:33:31.283Z[ recovery-image] Aug 05 04:33:30.466 INFO O| Aug 05 04:33:30.466 INFO STEP 680 (remove_files) COMPLETE
73082026-08-05T04:33:31.286Z[ recovery-image] Aug 05 04:33:30.466 INFO O| Aug 05 04:33:30.466 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-05T04:33:31.293Z[ recovery-image] Aug 05 04:33:30.476 INFO O| Aug 05 04:33:30.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73102026-08-05T04:33:31.293Z[ recovery-image] Aug 05 04:33:30.476 INFO O| Aug 05 04:33:30.476 INFO STEP 681 (remove_files) COMPLETE
73112026-08-05T04:33:31.296Z[ recovery-image] Aug 05 04:33:30.476 INFO O| Aug 05 04:33:30.476 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-05T04:33:31.303Z[ recovery-image] Aug 05 04:33:30.486 INFO O| Aug 05 04:33:30.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73132026-08-05T04:33:31.303Z[ recovery-image] Aug 05 04:33:30.487 INFO O| Aug 05 04:33:30.486 INFO STEP 682 (remove_files) COMPLETE
73142026-08-05T04:33:31.304Z[ recovery-image] Aug 05 04:33:30.487 INFO O| Aug 05 04:33:30.487 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-05T04:33:31.313Z[ recovery-image] Aug 05 04:33:30.496 INFO O| Aug 05 04:33:30.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73162026-08-05T04:33:31.313Z[ recovery-image] Aug 05 04:33:30.496 INFO O| Aug 05 04:33:30.496 INFO STEP 683 (remove_files) COMPLETE
73172026-08-05T04:33:31.313Z[ recovery-image] Aug 05 04:33:30.496 INFO O| Aug 05 04:33:30.496 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-05T04:33:31.324Z[ recovery-image] Aug 05 04:33:30.507 INFO O| Aug 05 04:33:30.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73192026-08-05T04:33:31.324Z[ recovery-image] Aug 05 04:33:30.507 INFO O| Aug 05 04:33:30.507 INFO STEP 684 (remove_files) COMPLETE
73202026-08-05T04:33:31.324Z[ recovery-image] Aug 05 04:33:30.507 INFO O| Aug 05 04:33:30.507 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-05T04:33:31.333Z[ recovery-image] Aug 05 04:33:30.516 INFO O| Aug 05 04:33:30.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73222026-08-05T04:33:31.333Z[ recovery-image] Aug 05 04:33:30.516 INFO O| Aug 05 04:33:30.516 INFO STEP 685 (remove_files) COMPLETE
73232026-08-05T04:33:31.336Z[ recovery-image] Aug 05 04:33:30.516 INFO O| Aug 05 04:33:30.516 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-05T04:33:31.341Z[ recovery-image] Aug 05 04:33:30.524 INFO O| Aug 05 04:33:30.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73252026-08-05T04:33:31.341Z[ recovery-image] Aug 05 04:33:30.524 INFO O| Aug 05 04:33:30.524 INFO STEP 686 (remove_files) COMPLETE
73262026-08-05T04:33:31.341Z[ recovery-image] Aug 05 04:33:30.524 INFO O| Aug 05 04:33:30.524 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-05T04:33:31.351Z[ recovery-image] Aug 05 04:33:30.534 INFO O| Aug 05 04:33:30.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73282026-08-05T04:33:31.351Z[ recovery-image] Aug 05 04:33:30.534 INFO O| Aug 05 04:33:30.534 INFO STEP 687 (remove_files) COMPLETE
73292026-08-05T04:33:31.351Z[ recovery-image] Aug 05 04:33:30.534 INFO O| Aug 05 04:33:30.534 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-05T04:33:31.362Z[ recovery-image] Aug 05 04:33:30.545 INFO O| Aug 05 04:33:30.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73312026-08-05T04:33:31.362Z[ recovery-image] Aug 05 04:33:30.545 INFO O| Aug 05 04:33:30.545 INFO STEP 688 (remove_files) COMPLETE
73322026-08-05T04:33:31.365Z[ recovery-image] Aug 05 04:33:30.545 INFO O| Aug 05 04:33:30.545 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-05T04:33:31.373Z[ recovery-image] Aug 05 04:33:30.556 INFO O| Aug 05 04:33:30.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73342026-08-05T04:33:31.373Z[ recovery-image] Aug 05 04:33:30.556 INFO O| Aug 05 04:33:30.556 INFO STEP 689 (remove_files) COMPLETE
73352026-08-05T04:33:31.373Z[ recovery-image] Aug 05 04:33:30.556 INFO O| Aug 05 04:33:30.556 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-05T04:33:31.382Z[ recovery-image] Aug 05 04:33:30.565 INFO O| Aug 05 04:33:30.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73372026-08-05T04:33:31.382Z[ recovery-image] Aug 05 04:33:30.565 INFO O| Aug 05 04:33:30.565 INFO STEP 690 (remove_files) COMPLETE
73382026-08-05T04:33:31.382Z[ recovery-image] Aug 05 04:33:30.565 INFO O| Aug 05 04:33:30.565 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-05T04:33:31.393Z[ recovery-image] Aug 05 04:33:30.574 INFO O| Aug 05 04:33:30.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73402026-08-05T04:33:31.393Z[ recovery-image] Aug 05 04:33:30.574 INFO O| Aug 05 04:33:30.574 INFO STEP 691 (remove_files) COMPLETE
73412026-08-05T04:33:31.393Z[ recovery-image] Aug 05 04:33:30.574 INFO O| Aug 05 04:33:30.574 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-05T04:33:31.406Z[ recovery-image] Aug 05 04:33:30.584 INFO O| Aug 05 04:33:30.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73432026-08-05T04:33:31.406Z[ recovery-image] Aug 05 04:33:30.584 INFO O| Aug 05 04:33:30.584 INFO STEP 692 (remove_files) COMPLETE
73442026-08-05T04:33:31.412Z[ recovery-image] Aug 05 04:33:30.584 INFO O| Aug 05 04:33:30.584 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-05T04:33:31.415Z[ recovery-image] Aug 05 04:33:30.593 INFO O| Aug 05 04:33:30.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73462026-08-05T04:33:31.416Z[ recovery-image] Aug 05 04:33:30.593 INFO O| Aug 05 04:33:30.593 INFO STEP 693 (remove_files) COMPLETE
73472026-08-05T04:33:31.416Z[ recovery-image] Aug 05 04:33:30.593 INFO O| Aug 05 04:33:30.593 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-05T04:33:31.419Z[ recovery-image] Aug 05 04:33:30.602 INFO O| Aug 05 04:33:30.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73492026-08-05T04:33:31.419Z[ recovery-image] Aug 05 04:33:30.602 INFO O| Aug 05 04:33:30.602 INFO STEP 694 (remove_files) COMPLETE
73502026-08-05T04:33:31.419Z[ recovery-image] Aug 05 04:33:30.602 INFO O| Aug 05 04:33:30.602 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-05T04:33:31.429Z[ recovery-image] Aug 05 04:33:30.612 INFO O| Aug 05 04:33:30.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73522026-08-05T04:33:31.429Z[ recovery-image] Aug 05 04:33:30.612 INFO O| Aug 05 04:33:30.612 INFO STEP 695 (remove_files) COMPLETE
73532026-08-05T04:33:31.429Z[ recovery-image] Aug 05 04:33:30.612 INFO O| Aug 05 04:33:30.612 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-05T04:33:31.438Z[ recovery-image] Aug 05 04:33:30.621 INFO O| Aug 05 04:33:30.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73552026-08-05T04:33:31.438Z[ recovery-image] Aug 05 04:33:30.621 INFO O| Aug 05 04:33:30.621 INFO STEP 696 (remove_files) COMPLETE
73562026-08-05T04:33:31.438Z[ recovery-image] Aug 05 04:33:30.621 INFO O| Aug 05 04:33:30.621 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-05T04:33:31.447Z[ recovery-image] Aug 05 04:33:30.630 INFO O| Aug 05 04:33:30.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73582026-08-05T04:33:31.447Z[ recovery-image] Aug 05 04:33:30.630 INFO O| Aug 05 04:33:30.630 INFO STEP 697 (remove_files) COMPLETE
73592026-08-05T04:33:31.447Z[ recovery-image] Aug 05 04:33:30.630 INFO O| Aug 05 04:33:30.630 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-05T04:33:31.458Z[ recovery-image] Aug 05 04:33:30.641 INFO O| Aug 05 04:33:30.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73612026-08-05T04:33:31.458Z[ recovery-image] Aug 05 04:33:30.641 INFO O| Aug 05 04:33:30.641 INFO STEP 698 (remove_files) COMPLETE
73622026-08-05T04:33:31.458Z[ recovery-image] Aug 05 04:33:30.641 INFO O| Aug 05 04:33:30.641 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-05T04:33:31.468Z[ recovery-image] Aug 05 04:33:30.651 INFO O| Aug 05 04:33:30.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73642026-08-05T04:33:31.468Z[ recovery-image] Aug 05 04:33:30.651 INFO O| Aug 05 04:33:30.651 INFO STEP 699 (remove_files) COMPLETE
73652026-08-05T04:33:31.471Z[ recovery-image] Aug 05 04:33:30.651 INFO O| Aug 05 04:33:30.651 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-08-05T04:33:31.477Z[ recovery-image] Aug 05 04:33:30.660 INFO O| Aug 05 04:33:30.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73672026-08-05T04:33:31.477Z[ recovery-image] Aug 05 04:33:30.660 INFO O| Aug 05 04:33:30.660 INFO STEP 700 (remove_files) COMPLETE
73682026-08-05T04:33:31.477Z[ recovery-image] Aug 05 04:33:30.660 INFO O| Aug 05 04:33:30.660 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-08-05T04:33:31.487Z[ recovery-image] Aug 05 04:33:30.670 INFO O| Aug 05 04:33:30.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73702026-08-05T04:33:31.487Z[ recovery-image] Aug 05 04:33:30.670 INFO O| Aug 05 04:33:30.670 INFO STEP 701 (remove_files) COMPLETE
73712026-08-05T04:33:31.487Z[ recovery-image] Aug 05 04:33:30.670 INFO O| Aug 05 04:33:30.670 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-08-05T04:33:31.494Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
73732026-08-05T04:33:31.498Z[ recovery-image] Aug 05 04:33:30.679 INFO O| Aug 05 04:33:30.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73742026-08-05T04:33:31.498Z[ recovery-image] Aug 05 04:33:30.679 INFO O| Aug 05 04:33:30.679 INFO STEP 702 (remove_files) COMPLETE
73752026-08-05T04:33:31.498Z[ recovery-image] Aug 05 04:33:30.679 INFO O| Aug 05 04:33:30.679 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-05T04:33:31.507Z[ recovery-image] Aug 05 04:33:30.690 INFO O| Aug 05 04:33:30.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73772026-08-05T04:33:31.507Z[ recovery-image] Aug 05 04:33:30.690 INFO O| Aug 05 04:33:30.690 INFO STEP 703 (remove_files) COMPLETE
73782026-08-05T04:33:31.507Z[ recovery-image] Aug 05 04:33:30.690 INFO O| Aug 05 04:33:30.690 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-05T04:33:31.517Z[ recovery-image] Aug 05 04:33:30.700 INFO O| Aug 05 04:33:30.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73802026-08-05T04:33:31.517Z[ recovery-image] Aug 05 04:33:30.700 INFO O| Aug 05 04:33:30.700 INFO STEP 704 (remove_files) COMPLETE
73812026-08-05T04:33:31.517Z[ recovery-image] Aug 05 04:33:30.700 INFO O| Aug 05 04:33:30.700 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-05T04:33:31.527Z[ recovery-image] Aug 05 04:33:30.710 INFO O| Aug 05 04:33:30.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73832026-08-05T04:33:31.527Z[ recovery-image] Aug 05 04:33:30.710 INFO O| Aug 05 04:33:30.710 INFO STEP 705 (remove_files) COMPLETE
73842026-08-05T04:33:31.527Z[ recovery-image] Aug 05 04:33:30.710 INFO O| Aug 05 04:33:30.710 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-05T04:33:31.550Z[ recovery-image] Aug 05 04:33:30.733 INFO O| Aug 05 04:33:30.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73862026-08-05T04:33:31.550Z[ recovery-image] Aug 05 04:33:30.733 INFO O| Aug 05 04:33:30.720 INFO STEP 706 (remove_files) COMPLETE
73872026-08-05T04:33:31.550Z[ recovery-image] Aug 05 04:33:30.733 INFO O| Aug 05 04:33:30.720 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-05T04:33:31.553Z[ recovery-image] Aug 05 04:33:30.733 INFO O| Aug 05 04:33:30.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73892026-08-05T04:33:31.553Z[ recovery-image] Aug 05 04:33:30.733 INFO O| Aug 05 04:33:30.729 INFO STEP 707 (remove_files) COMPLETE
73902026-08-05T04:33:31.553Z[ recovery-image] Aug 05 04:33:30.733 INFO O| Aug 05 04:33:30.729 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-05T04:33:31.556Z[ recovery-image] Aug 05 04:33:30.738 INFO O| Aug 05 04:33:30.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73922026-08-05T04:33:31.556Z[ recovery-image] Aug 05 04:33:30.738 INFO O| Aug 05 04:33:30.738 INFO STEP 708 (remove_files) COMPLETE
73932026-08-05T04:33:31.556Z[ recovery-image] Aug 05 04:33:30.738 INFO O| Aug 05 04:33:30.738 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-05T04:33:31.564Z[ recovery-image] Aug 05 04:33:30.747 INFO O| Aug 05 04:33:30.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73952026-08-05T04:33:31.564Z[ recovery-image] Aug 05 04:33:30.748 INFO O| Aug 05 04:33:30.748 INFO STEP 709 (remove_files) COMPLETE
73962026-08-05T04:33:31.567Z[ recovery-image] Aug 05 04:33:30.748 INFO O| Aug 05 04:33:30.748 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-05T04:33:31.574Z[ recovery-image] Aug 05 04:33:30.757 INFO O| Aug 05 04:33:30.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
73982026-08-05T04:33:31.574Z[ recovery-image] Aug 05 04:33:30.757 INFO O| Aug 05 04:33:30.757 INFO STEP 710 (remove_files) COMPLETE
73992026-08-05T04:33:31.577Z[ recovery-image] Aug 05 04:33:30.757 INFO O| Aug 05 04:33:30.757 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-05T04:33:31.583Z[ recovery-image] Aug 05 04:33:30.767 INFO O| Aug 05 04:33:30.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74012026-08-05T04:33:31.583Z[ recovery-image] Aug 05 04:33:30.767 INFO O| Aug 05 04:33:30.767 INFO STEP 711 (remove_files) COMPLETE
74022026-08-05T04:33:31.584Z[ recovery-image] Aug 05 04:33:30.767 INFO O| Aug 05 04:33:30.767 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-05T04:33:31.594Z[ recovery-image] Aug 05 04:33:30.777 INFO O| Aug 05 04:33:30.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74042026-08-05T04:33:31.594Z[ recovery-image] Aug 05 04:33:30.777 INFO O| Aug 05 04:33:30.777 INFO STEP 712 (remove_files) COMPLETE
74052026-08-05T04:33:31.594Z[ recovery-image] Aug 05 04:33:30.777 INFO O| Aug 05 04:33:30.777 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-05T04:33:31.613Z[ recovery-image] Aug 05 04:33:30.796 INFO O| Aug 05 04:33:30.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74072026-08-05T04:33:31.613Z[ recovery-image] Aug 05 04:33:30.796 INFO O| Aug 05 04:33:30.796 INFO STEP 713 (remove_files) COMPLETE
74082026-08-05T04:33:31.613Z[ recovery-image] Aug 05 04:33:30.796 INFO O| Aug 05 04:33:30.796 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-05T04:33:31.626Z[ recovery-image] Aug 05 04:33:30.806 INFO O| Aug 05 04:33:30.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74102026-08-05T04:33:31.626Z[ recovery-image] Aug 05 04:33:30.806 INFO O| Aug 05 04:33:30.806 INFO STEP 714 (remove_files) COMPLETE
74112026-08-05T04:33:31.629Z[ recovery-image] Aug 05 04:33:30.806 INFO O| Aug 05 04:33:30.806 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-05T04:33:31.632Z[ recovery-image] Aug 05 04:33:30.815 INFO O| Aug 05 04:33:30.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74132026-08-05T04:33:31.635Z[ recovery-image] Aug 05 04:33:30.816 INFO O| Aug 05 04:33:30.815 INFO STEP 715 (remove_files) COMPLETE
74142026-08-05T04:33:31.635Z[ recovery-image] Aug 05 04:33:30.816 INFO O| Aug 05 04:33:30.815 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-05T04:33:31.642Z[ recovery-image] Aug 05 04:33:30.825 INFO O| Aug 05 04:33:30.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74162026-08-05T04:33:31.643Z[ recovery-image] Aug 05 04:33:30.825 INFO O| Aug 05 04:33:30.825 INFO STEP 716 (remove_files) COMPLETE
74172026-08-05T04:33:31.645Z[ recovery-image] Aug 05 04:33:30.825 INFO O| Aug 05 04:33:30.825 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-05T04:33:31.650Z[ recovery-image] Aug 05 04:33:30.834 INFO O| Aug 05 04:33:30.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74192026-08-05T04:33:31.657Z[ recovery-image] Aug 05 04:33:30.840 INFO O| Aug 05 04:33:30.840 INFO STEP 717 (remove_files) COMPLETE
74202026-08-05T04:33:31.657Z[ recovery-image] Aug 05 04:33:30.840 INFO O| Aug 05 04:33:30.840 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-05T04:33:31.667Z[ recovery-image] Aug 05 04:33:30.850 INFO O| Aug 05 04:33:30.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74222026-08-05T04:33:31.667Z[ recovery-image] Aug 05 04:33:30.850 INFO O| Aug 05 04:33:30.850 INFO STEP 718 (remove_files) COMPLETE
74232026-08-05T04:33:31.667Z[ recovery-image] Aug 05 04:33:30.850 INFO O| Aug 05 04:33:30.850 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-05T04:33:31.675Z[ recovery-image] Aug 05 04:33:30.858 INFO O| Aug 05 04:33:30.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74252026-08-05T04:33:31.675Z[ recovery-image] Aug 05 04:33:30.858 INFO O| Aug 05 04:33:30.858 INFO STEP 719 (remove_files) COMPLETE
74262026-08-05T04:33:31.678Z[ recovery-image] Aug 05 04:33:30.858 INFO O| Aug 05 04:33:30.858 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-05T04:33:31.686Z[ recovery-image] Aug 05 04:33:30.869 INFO O| Aug 05 04:33:30.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74282026-08-05T04:33:31.686Z[ recovery-image] Aug 05 04:33:30.869 INFO O| Aug 05 04:33:30.869 INFO STEP 720 (remove_files) COMPLETE
74292026-08-05T04:33:31.686Z[ recovery-image] Aug 05 04:33:30.869 INFO O| Aug 05 04:33:30.869 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-05T04:33:31.695Z[ recovery-image] Aug 05 04:33:30.878 INFO O| Aug 05 04:33:30.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74312026-08-05T04:33:31.695Z[ recovery-image] Aug 05 04:33:30.878 INFO O| Aug 05 04:33:30.878 INFO STEP 721 (remove_files) COMPLETE
74322026-08-05T04:33:31.695Z[ recovery-image] Aug 05 04:33:30.878 INFO O| Aug 05 04:33:30.878 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-05T04:33:31.706Z[ recovery-image] Aug 05 04:33:30.889 INFO O| Aug 05 04:33:30.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74342026-08-05T04:33:31.706Z[ recovery-image] Aug 05 04:33:30.889 INFO O| Aug 05 04:33:30.889 INFO STEP 722 (remove_files) COMPLETE
74352026-08-05T04:33:31.709Z[ recovery-image] Aug 05 04:33:30.889 INFO O| Aug 05 04:33:30.889 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-05T04:33:31.717Z[ recovery-image] Aug 05 04:33:30.901 INFO O| Aug 05 04:33:30.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74372026-08-05T04:33:31.718Z[ recovery-image] Aug 05 04:33:30.901 INFO O| Aug 05 04:33:30.901 INFO STEP 723 (remove_files) COMPLETE
74382026-08-05T04:33:31.721Z[ recovery-image] Aug 05 04:33:30.901 INFO O| Aug 05 04:33:30.901 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-05T04:33:31.728Z[ recovery-image] Aug 05 04:33:30.911 INFO O| Aug 05 04:33:30.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74402026-08-05T04:33:31.728Z[ recovery-image] Aug 05 04:33:30.911 INFO O| Aug 05 04:33:30.911 INFO STEP 724 (remove_files) COMPLETE
74412026-08-05T04:33:31.731Z[ recovery-image] Aug 05 04:33:30.911 INFO O| Aug 05 04:33:30.911 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-05T04:33:31.737Z[ recovery-image] Aug 05 04:33:30.920 INFO O| Aug 05 04:33:30.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74432026-08-05T04:33:31.737Z[ recovery-image] Aug 05 04:33:30.920 INFO O| Aug 05 04:33:30.920 INFO STEP 725 (remove_files) COMPLETE
74442026-08-05T04:33:31.740Z[ recovery-image] Aug 05 04:33:30.920 INFO O| Aug 05 04:33:30.920 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-05T04:33:31.746Z[ recovery-image] Aug 05 04:33:30.929 INFO O| Aug 05 04:33:30.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74462026-08-05T04:33:31.746Z[ recovery-image] Aug 05 04:33:30.929 INFO O| Aug 05 04:33:30.929 INFO STEP 726 (remove_files) COMPLETE
74472026-08-05T04:33:31.746Z[ recovery-image] Aug 05 04:33:30.929 INFO O| Aug 05 04:33:30.929 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-05T04:33:31.757Z[ recovery-image] Aug 05 04:33:30.940 INFO O| Aug 05 04:33:30.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74492026-08-05T04:33:31.758Z[ recovery-image] Aug 05 04:33:30.940 INFO O| Aug 05 04:33:30.940 INFO STEP 727 (remove_files) COMPLETE
74502026-08-05T04:33:31.758Z[ recovery-image] Aug 05 04:33:30.940 INFO O| Aug 05 04:33:30.940 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-05T04:33:31.789Z[ recovery-image] Aug 05 04:33:30.950 INFO O| Aug 05 04:33:30.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74522026-08-05T04:33:31.789Z[ recovery-image] Aug 05 04:33:30.950 INFO O| Aug 05 04:33:30.950 INFO STEP 728 (remove_files) COMPLETE
74532026-08-05T04:33:31.789Z[ recovery-image] Aug 05 04:33:30.950 INFO O| Aug 05 04:33:30.950 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-05T04:33:31.789Z[ recovery-image] Aug 05 04:33:30.960 INFO O| Aug 05 04:33:30.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74552026-08-05T04:33:31.789Z[ recovery-image] Aug 05 04:33:30.960 INFO O| Aug 05 04:33:30.960 INFO STEP 729 (remove_files) COMPLETE
74562026-08-05T04:33:31.789Z[ recovery-image] Aug 05 04:33:30.960 INFO O| Aug 05 04:33:30.960 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-05T04:33:31.789Z[ recovery-image] Aug 05 04:33:30.969 INFO O| Aug 05 04:33:30.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74582026-08-05T04:33:31.789Z[ recovery-image] Aug 05 04:33:30.969 INFO O| Aug 05 04:33:30.969 INFO STEP 730 (remove_files) COMPLETE
74592026-08-05T04:33:31.789Z[ recovery-image] Aug 05 04:33:30.969 INFO O| Aug 05 04:33:30.969 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-05T04:33:31.795Z[ recovery-image] Aug 05 04:33:30.978 INFO O| Aug 05 04:33:30.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74612026-08-05T04:33:31.795Z[ recovery-image] Aug 05 04:33:30.978 INFO O| Aug 05 04:33:30.978 INFO STEP 731 (remove_files) COMPLETE
74622026-08-05T04:33:31.795Z[ recovery-image] Aug 05 04:33:30.978 INFO O| Aug 05 04:33:30.978 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-05T04:33:31.805Z[ recovery-image] Aug 05 04:33:30.988 INFO O| Aug 05 04:33:30.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74642026-08-05T04:33:31.805Z[ recovery-image] Aug 05 04:33:30.988 INFO O| Aug 05 04:33:30.988 INFO STEP 732 (remove_files) COMPLETE
74652026-08-05T04:33:31.805Z[ recovery-image] Aug 05 04:33:30.988 INFO O| Aug 05 04:33:30.988 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-05T04:33:31.814Z[ recovery-image] Aug 05 04:33:30.997 INFO O| Aug 05 04:33:30.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74672026-08-05T04:33:31.814Z[ recovery-image] Aug 05 04:33:30.997 INFO O| Aug 05 04:33:30.997 INFO STEP 733 (remove_files) COMPLETE
74682026-08-05T04:33:31.814Z[ recovery-image] Aug 05 04:33:30.997 INFO O| Aug 05 04:33:30.997 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-05T04:33:31.825Z[ recovery-image] Aug 05 04:33:31.008 INFO O| Aug 05 04:33:31.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74702026-08-05T04:33:31.825Z[ recovery-image] Aug 05 04:33:31.008 INFO O| Aug 05 04:33:31.008 INFO STEP 734 (remove_files) COMPLETE
74712026-08-05T04:33:31.828Z[ recovery-image] Aug 05 04:33:31.008 INFO O| Aug 05 04:33:31.008 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-05T04:33:31.842Z[ recovery-image] Aug 05 04:33:31.018 INFO O| Aug 05 04:33:31.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74732026-08-05T04:33:31.842Z[ recovery-image] Aug 05 04:33:31.018 INFO O| Aug 05 04:33:31.018 INFO STEP 735 (remove_files) COMPLETE
74742026-08-05T04:33:31.842Z[ recovery-image] Aug 05 04:33:31.018 INFO O| Aug 05 04:33:31.018 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-05T04:33:31.846Z[ recovery-image] Aug 05 04:33:31.027 INFO O| Aug 05 04:33:31.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74762026-08-05T04:33:31.846Z[ recovery-image] Aug 05 04:33:31.027 INFO O| Aug 05 04:33:31.027 INFO STEP 736 (remove_files) COMPLETE
74772026-08-05T04:33:31.846Z[ recovery-image] Aug 05 04:33:31.027 INFO O| Aug 05 04:33:31.027 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-05T04:33:31.854Z[ recovery-image] Aug 05 04:33:31.036 INFO O| Aug 05 04:33:31.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74792026-08-05T04:33:31.854Z[ recovery-image] Aug 05 04:33:31.036 INFO O| Aug 05 04:33:31.036 INFO STEP 737 (remove_files) COMPLETE
74802026-08-05T04:33:31.854Z[ recovery-image] Aug 05 04:33:31.036 INFO O| Aug 05 04:33:31.036 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-05T04:33:31.863Z[ recovery-image] Aug 05 04:33:31.046 INFO O| Aug 05 04:33:31.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74822026-08-05T04:33:31.863Z[ recovery-image] Aug 05 04:33:31.046 INFO O| Aug 05 04:33:31.046 INFO STEP 738 (remove_files) COMPLETE
74832026-08-05T04:33:31.866Z[ recovery-image] Aug 05 04:33:31.046 INFO O| Aug 05 04:33:31.046 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-05T04:33:31.873Z[ recovery-image] Aug 05 04:33:31.055 INFO O| Aug 05 04:33:31.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74852026-08-05T04:33:31.873Z[ recovery-image] Aug 05 04:33:31.055 INFO O| Aug 05 04:33:31.055 INFO STEP 739 (remove_files) COMPLETE
74862026-08-05T04:33:31.873Z[ recovery-image] Aug 05 04:33:31.055 INFO O| Aug 05 04:33:31.055 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-05T04:33:31.881Z[ recovery-image] Aug 05 04:33:31.064 INFO O| Aug 05 04:33:31.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74882026-08-05T04:33:31.881Z[ recovery-image] Aug 05 04:33:31.064 INFO O| Aug 05 04:33:31.064 INFO STEP 740 (remove_files) COMPLETE
74892026-08-05T04:33:31.884Z[ recovery-image] Aug 05 04:33:31.064 INFO O| Aug 05 04:33:31.064 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-08-05T04:33:31.896Z[ recovery-image] Aug 05 04:33:31.079 INFO O| Aug 05 04:33:31.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74912026-08-05T04:33:31.897Z[ recovery-image] Aug 05 04:33:31.079 INFO O| Aug 05 04:33:31.079 INFO STEP 741 (remove_files) COMPLETE
74922026-08-05T04:33:31.900Z[ recovery-image] Aug 05 04:33:31.079 INFO O| Aug 05 04:33:31.079 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-08-05T04:33:31.918Z[ recovery-image] Aug 05 04:33:31.101 INFO O| Aug 05 04:33:31.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74942026-08-05T04:33:31.918Z[ recovery-image] Aug 05 04:33:31.101 INFO O| Aug 05 04:33:31.092 INFO STEP 742 (remove_files) COMPLETE
74952026-08-05T04:33:31.921Z[ recovery-image] Aug 05 04:33:31.101 INFO O| Aug 05 04:33:31.092 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-08-05T04:33:31.921Z[ recovery-image] Aug 05 04:33:31.103 INFO O| Aug 05 04:33:31.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
74972026-08-05T04:33:31.921Z[ recovery-image] Aug 05 04:33:31.103 INFO O| Aug 05 04:33:31.103 INFO STEP 743 (remove_files) COMPLETE
74982026-08-05T04:33:31.921Z[ recovery-image] Aug 05 04:33:31.103 INFO O| Aug 05 04:33:31.103 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-05T04:33:31.931Z[ recovery-image] Aug 05 04:33:31.113 INFO O| Aug 05 04:33:31.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75002026-08-05T04:33:31.932Z[ recovery-image] Aug 05 04:33:31.113 INFO O| Aug 05 04:33:31.113 INFO STEP 744 (remove_files) COMPLETE
75012026-08-05T04:33:31.932Z[ recovery-image] Aug 05 04:33:31.113 INFO O| Aug 05 04:33:31.113 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-05T04:33:31.943Z[ recovery-image] Aug 05 04:33:31.123 INFO O| Aug 05 04:33:31.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75032026-08-05T04:33:31.943Z[ recovery-image] Aug 05 04:33:31.123 INFO O| Aug 05 04:33:31.123 INFO STEP 745 (remove_files) COMPLETE
75042026-08-05T04:33:31.943Z[ recovery-image] Aug 05 04:33:31.123 INFO O| Aug 05 04:33:31.123 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-05T04:33:31.950Z[ recovery-image] Aug 05 04:33:31.133 INFO O| Aug 05 04:33:31.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75062026-08-05T04:33:31.958Z[ recovery-image] Aug 05 04:33:31.133 INFO O| Aug 05 04:33:31.133 INFO STEP 746 (remove_files) COMPLETE
75072026-08-05T04:33:31.958Z[ recovery-image] Aug 05 04:33:31.133 INFO O| Aug 05 04:33:31.133 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-05T04:33:31.964Z[ recovery-image] Aug 05 04:33:31.144 INFO O| Aug 05 04:33:31.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75092026-08-05T04:33:31.964Z[ recovery-image] Aug 05 04:33:31.144 INFO O| Aug 05 04:33:31.144 INFO STEP 747 (remove_files) COMPLETE
75102026-08-05T04:33:31.964Z[ recovery-image] Aug 05 04:33:31.144 INFO O| Aug 05 04:33:31.144 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-05T04:33:31.973Z[ recovery-image] Aug 05 04:33:31.155 INFO O| Aug 05 04:33:31.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75122026-08-05T04:33:31.973Z[ recovery-image] Aug 05 04:33:31.155 INFO O| Aug 05 04:33:31.155 INFO STEP 748 (remove_files) COMPLETE
75132026-08-05T04:33:31.973Z[ recovery-image] Aug 05 04:33:31.155 INFO O| Aug 05 04:33:31.155 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-05T04:33:31.982Z[ recovery-image] Aug 05 04:33:31.165 INFO O| Aug 05 04:33:31.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75152026-08-05T04:33:31.982Z[ recovery-image] Aug 05 04:33:31.165 INFO O| Aug 05 04:33:31.165 INFO STEP 749 (remove_files) COMPLETE
75162026-08-05T04:33:31.982Z[ recovery-image] Aug 05 04:33:31.165 INFO O| Aug 05 04:33:31.165 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-05T04:33:31.992Z[ recovery-image] Aug 05 04:33:31.175 INFO O| Aug 05 04:33:31.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75182026-08-05T04:33:31.992Z[ recovery-image] Aug 05 04:33:31.175 INFO O| Aug 05 04:33:31.175 INFO STEP 750 (remove_files) COMPLETE
75192026-08-05T04:33:31.992Z[ recovery-image] Aug 05 04:33:31.175 INFO O| Aug 05 04:33:31.175 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-05T04:33:32.002Z[ recovery-image] Aug 05 04:33:31.184 INFO O| Aug 05 04:33:31.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75212026-08-05T04:33:32.002Z[ recovery-image] Aug 05 04:33:31.185 INFO O| Aug 05 04:33:31.185 INFO STEP 751 (remove_files) COMPLETE
75222026-08-05T04:33:32.002Z[ recovery-image] Aug 05 04:33:31.185 INFO O| Aug 05 04:33:31.185 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-05T04:33:32.007Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
75242026-08-05T04:33:32.012Z[ recovery-image] Aug 05 04:33:31.195 INFO O| Aug 05 04:33:31.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75252026-08-05T04:33:32.012Z[ recovery-image] Aug 05 04:33:31.195 INFO O| Aug 05 04:33:31.195 INFO STEP 752 (remove_files) COMPLETE
75262026-08-05T04:33:32.012Z[ recovery-image] Aug 05 04:33:31.195 INFO O| Aug 05 04:33:31.195 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-05T04:33:32.022Z[ recovery-image] Aug 05 04:33:31.205 INFO O| Aug 05 04:33:31.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75282026-08-05T04:33:32.022Z[ recovery-image] Aug 05 04:33:31.205 INFO O| Aug 05 04:33:31.205 INFO STEP 753 (remove_files) COMPLETE
75292026-08-05T04:33:32.022Z[ recovery-image] Aug 05 04:33:31.205 INFO O| Aug 05 04:33:31.205 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-05T04:33:32.034Z[ recovery-image] Aug 05 04:33:31.213 INFO O| Aug 05 04:33:31.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75312026-08-05T04:33:32.034Z[ recovery-image] Aug 05 04:33:31.213 INFO O| Aug 05 04:33:31.213 INFO STEP 754 (remove_files) COMPLETE
75322026-08-05T04:33:32.034Z[ recovery-image] Aug 05 04:33:31.213 INFO O| Aug 05 04:33:31.213 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-05T04:33:32.044Z[verify-libraries] Compiling fs-err v2.11.0
75342026-08-05T04:33:32.044Z[ recovery-image] Aug 05 04:33:31.224 INFO O| Aug 05 04:33:31.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75352026-08-05T04:33:32.044Z[ recovery-image] Aug 05 04:33:31.224 INFO O| Aug 05 04:33:31.224 INFO STEP 755 (remove_files) COMPLETE
75362026-08-05T04:33:32.044Z[ recovery-image] Aug 05 04:33:31.224 INFO O| Aug 05 04:33:31.224 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-05T04:33:32.050Z[ recovery-image] Aug 05 04:33:31.233 INFO O| Aug 05 04:33:31.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75382026-08-05T04:33:32.050Z[ recovery-image] Aug 05 04:33:31.233 INFO O| Aug 05 04:33:31.233 INFO STEP 756 (remove_files) COMPLETE
75392026-08-05T04:33:32.050Z[ recovery-image] Aug 05 04:33:31.233 INFO O| Aug 05 04:33:31.233 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-05T04:33:32.068Z[ recovery-image] Aug 05 04:33:31.251 INFO O| Aug 05 04:33:31.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75412026-08-05T04:33:32.068Z[ recovery-image] Aug 05 04:33:31.251 INFO O| Aug 05 04:33:31.251 INFO STEP 757 (remove_files) COMPLETE
75422026-08-05T04:33:32.068Z[ recovery-image] Aug 05 04:33:31.251 INFO O| Aug 05 04:33:31.251 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-05T04:33:32.077Z[ recovery-image] Aug 05 04:33:31.260 INFO O| Aug 05 04:33:31.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75442026-08-05T04:33:32.077Z[ recovery-image] Aug 05 04:33:31.260 INFO O| Aug 05 04:33:31.260 INFO STEP 758 (remove_files) COMPLETE
75452026-08-05T04:33:32.080Z[ recovery-image] Aug 05 04:33:31.260 INFO O| Aug 05 04:33:31.260 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-05T04:33:32.087Z[ recovery-image] Aug 05 04:33:31.270 INFO O| Aug 05 04:33:31.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75472026-08-05T04:33:32.087Z[ recovery-image] Aug 05 04:33:31.270 INFO O| Aug 05 04:33:31.270 INFO STEP 759 (remove_files) COMPLETE
75482026-08-05T04:33:32.087Z[ recovery-image] Aug 05 04:33:31.270 INFO O| Aug 05 04:33:31.270 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-05T04:33:32.097Z[ recovery-image] Aug 05 04:33:31.280 INFO O| Aug 05 04:33:31.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75502026-08-05T04:33:32.097Z[ recovery-image] Aug 05 04:33:31.280 INFO O| Aug 05 04:33:31.280 INFO STEP 760 (remove_files) COMPLETE
75512026-08-05T04:33:32.097Z[ recovery-image] Aug 05 04:33:31.280 INFO O| Aug 05 04:33:31.280 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-05T04:33:32.106Z[ recovery-image] Aug 05 04:33:31.289 INFO O| Aug 05 04:33:31.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75532026-08-05T04:33:32.106Z[ recovery-image] Aug 05 04:33:31.289 INFO O| Aug 05 04:33:31.289 INFO STEP 761 (remove_files) COMPLETE
75542026-08-05T04:33:32.112Z[ recovery-image] Aug 05 04:33:31.289 INFO O| Aug 05 04:33:31.289 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-05T04:33:32.115Z[ recovery-image] Aug 05 04:33:31.298 INFO O| Aug 05 04:33:31.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75562026-08-05T04:33:32.115Z[ recovery-image] Aug 05 04:33:31.298 INFO O| Aug 05 04:33:31.298 INFO STEP 762 (remove_files) COMPLETE
75572026-08-05T04:33:32.115Z[ recovery-image] Aug 05 04:33:31.298 INFO O| Aug 05 04:33:31.298 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-05T04:33:32.124Z[ recovery-image] Aug 05 04:33:31.307 INFO O| Aug 05 04:33:31.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75592026-08-05T04:33:32.124Z[ recovery-image] Aug 05 04:33:31.307 INFO O| Aug 05 04:33:31.307 INFO STEP 763 (remove_files) COMPLETE
75602026-08-05T04:33:32.124Z[ recovery-image] Aug 05 04:33:31.307 INFO O| Aug 05 04:33:31.307 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-05T04:33:32.133Z[ recovery-image] Aug 05 04:33:31.316 INFO O| Aug 05 04:33:31.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75622026-08-05T04:33:32.133Z[ recovery-image] Aug 05 04:33:31.316 INFO O| Aug 05 04:33:31.316 INFO STEP 764 (remove_files) COMPLETE
75632026-08-05T04:33:32.133Z[ recovery-image] Aug 05 04:33:31.316 INFO O| Aug 05 04:33:31.316 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-05T04:33:32.142Z[ recovery-image] Aug 05 04:33:31.325 INFO O| Aug 05 04:33:31.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75652026-08-05T04:33:32.142Z[ recovery-image] Aug 05 04:33:31.325 INFO O| Aug 05 04:33:31.325 INFO STEP 765 (remove_files) COMPLETE
75662026-08-05T04:33:32.145Z[ recovery-image] Aug 05 04:33:31.325 INFO O| Aug 05 04:33:31.325 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-05T04:33:32.151Z[ recovery-image] Aug 05 04:33:31.334 INFO O| Aug 05 04:33:31.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75682026-08-05T04:33:32.151Z[ recovery-image] Aug 05 04:33:31.334 INFO O| Aug 05 04:33:31.334 INFO STEP 766 (remove_files) COMPLETE
75692026-08-05T04:33:32.151Z[ recovery-image] Aug 05 04:33:31.334 INFO O| Aug 05 04:33:31.334 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-05T04:33:32.162Z[ recovery-image] Aug 05 04:33:31.345 INFO O| Aug 05 04:33:31.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75712026-08-05T04:33:32.162Z[ recovery-image] Aug 05 04:33:31.345 INFO O| Aug 05 04:33:31.345 INFO STEP 767 (remove_files) COMPLETE
75722026-08-05T04:33:32.165Z[ recovery-image] Aug 05 04:33:31.345 INFO O| Aug 05 04:33:31.345 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-05T04:33:32.172Z[ recovery-image] Aug 05 04:33:31.355 INFO O| Aug 05 04:33:31.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75742026-08-05T04:33:32.172Z[ recovery-image] Aug 05 04:33:31.355 INFO O| Aug 05 04:33:31.355 INFO STEP 768 (remove_files) COMPLETE
75752026-08-05T04:33:32.172Z[ recovery-image] Aug 05 04:33:31.355 INFO O| Aug 05 04:33:31.355 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-05T04:33:32.184Z[ recovery-image] Aug 05 04:33:31.366 INFO O| Aug 05 04:33:31.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75772026-08-05T04:33:32.184Z[ recovery-image] Aug 05 04:33:31.366 INFO O| Aug 05 04:33:31.366 INFO STEP 769 (remove_files) COMPLETE
75782026-08-05T04:33:32.184Z[ recovery-image] Aug 05 04:33:31.367 INFO O| Aug 05 04:33:31.366 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-05T04:33:32.194Z[ recovery-image] Aug 05 04:33:31.377 INFO O| Aug 05 04:33:31.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75802026-08-05T04:33:32.195Z[ recovery-image] Aug 05 04:33:31.377 INFO O| Aug 05 04:33:31.377 INFO STEP 770 (remove_files) COMPLETE
75812026-08-05T04:33:32.198Z[ recovery-image] Aug 05 04:33:31.377 INFO O| Aug 05 04:33:31.377 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-05T04:33:32.205Z[ recovery-image] Aug 05 04:33:31.388 INFO O| Aug 05 04:33:31.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75832026-08-05T04:33:32.205Z[ recovery-image] Aug 05 04:33:31.388 INFO O| Aug 05 04:33:31.388 INFO STEP 771 (remove_files) COMPLETE
75842026-08-05T04:33:32.205Z[ recovery-image] Aug 05 04:33:31.388 INFO O| Aug 05 04:33:31.388 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-05T04:33:32.215Z[ recovery-image] Aug 05 04:33:31.398 INFO O| Aug 05 04:33:31.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75862026-08-05T04:33:32.215Z[ recovery-image] Aug 05 04:33:31.398 INFO O| Aug 05 04:33:31.398 INFO STEP 772 (remove_files) COMPLETE
75872026-08-05T04:33:32.215Z[ recovery-image] Aug 05 04:33:31.398 INFO O| Aug 05 04:33:31.398 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-05T04:33:32.226Z[ recovery-image] Aug 05 04:33:31.409 INFO O| Aug 05 04:33:31.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75892026-08-05T04:33:32.226Z[ recovery-image] Aug 05 04:33:31.409 INFO O| Aug 05 04:33:31.409 INFO STEP 773 (remove_files) COMPLETE
75902026-08-05T04:33:32.226Z[ recovery-image] Aug 05 04:33:31.409 INFO O| Aug 05 04:33:31.409 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-05T04:33:32.237Z[ recovery-image] Aug 05 04:33:31.420 INFO O| Aug 05 04:33:31.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75922026-08-05T04:33:32.237Z[ recovery-image] Aug 05 04:33:31.420 INFO O| Aug 05 04:33:31.420 INFO STEP 774 (remove_files) COMPLETE
75932026-08-05T04:33:32.237Z[ recovery-image] Aug 05 04:33:31.420 INFO O| Aug 05 04:33:31.420 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-05T04:33:32.248Z[ recovery-image] Aug 05 04:33:31.431 INFO O| Aug 05 04:33:31.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75952026-08-05T04:33:32.248Z[ recovery-image] Aug 05 04:33:31.431 INFO O| Aug 05 04:33:31.431 INFO STEP 775 (remove_files) COMPLETE
75962026-08-05T04:33:32.248Z[ recovery-image] Aug 05 04:33:31.431 INFO O| Aug 05 04:33:31.431 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-05T04:33:32.261Z[ recovery-image] Aug 05 04:33:31.444 INFO O| Aug 05 04:33:31.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
75982026-08-05T04:33:32.261Z[ recovery-image] Aug 05 04:33:31.444 INFO O| Aug 05 04:33:31.442 INFO STEP 776 (remove_files) COMPLETE
75992026-08-05T04:33:32.261Z[ recovery-image] Aug 05 04:33:31.444 INFO O| Aug 05 04:33:31.442 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-05T04:33:32.268Z[ recovery-image] Aug 05 04:33:31.451 INFO O| Aug 05 04:33:31.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76012026-08-05T04:33:32.268Z[ recovery-image] Aug 05 04:33:31.451 INFO O| Aug 05 04:33:31.451 INFO STEP 777 (remove_files) COMPLETE
76022026-08-05T04:33:32.271Z[ recovery-image] Aug 05 04:33:31.451 INFO O| Aug 05 04:33:31.451 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-05T04:33:32.277Z[ recovery-image] Aug 05 04:33:31.460 INFO O| Aug 05 04:33:31.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76042026-08-05T04:33:32.277Z[ recovery-image] Aug 05 04:33:31.460 INFO O| Aug 05 04:33:31.460 INFO STEP 778 (remove_files) COMPLETE
76052026-08-05T04:33:32.277Z[ recovery-image] Aug 05 04:33:31.460 INFO O| Aug 05 04:33:31.460 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-05T04:33:32.289Z[ recovery-image] Aug 05 04:33:31.470 INFO O| Aug 05 04:33:31.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76072026-08-05T04:33:32.289Z[ recovery-image] Aug 05 04:33:31.470 INFO O| Aug 05 04:33:31.470 INFO STEP 779 (remove_files) COMPLETE
76082026-08-05T04:33:32.289Z[ recovery-image] Aug 05 04:33:31.470 INFO O| Aug 05 04:33:31.470 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-05T04:33:32.296Z[ recovery-image] Aug 05 04:33:31.479 INFO O| Aug 05 04:33:31.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76102026-08-05T04:33:32.296Z[ recovery-image] Aug 05 04:33:31.479 INFO O| Aug 05 04:33:31.479 INFO STEP 780 (remove_files) COMPLETE
76112026-08-05T04:33:32.299Z[ recovery-image] Aug 05 04:33:31.479 INFO O| Aug 05 04:33:31.479 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-05T04:33:32.305Z[ recovery-image] Aug 05 04:33:31.488 INFO O| Aug 05 04:33:31.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76132026-08-05T04:33:32.305Z[ recovery-image] Aug 05 04:33:31.488 INFO O| Aug 05 04:33:31.488 INFO STEP 781 (remove_files) COMPLETE
76142026-08-05T04:33:32.308Z[ recovery-image] Aug 05 04:33:31.488 INFO O| Aug 05 04:33:31.488 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-05T04:33:32.315Z[ recovery-image] Aug 05 04:33:31.498 INFO O| Aug 05 04:33:31.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76162026-08-05T04:33:32.315Z[ recovery-image] Aug 05 04:33:31.498 INFO O| Aug 05 04:33:31.498 INFO STEP 782 (remove_files) COMPLETE
76172026-08-05T04:33:32.315Z[ recovery-image] Aug 05 04:33:31.498 INFO O| Aug 05 04:33:31.498 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-05T04:33:32.324Z[verify-libraries] Compiling sync-ptr v0.1.4
76192026-08-05T04:33:32.327Z[ recovery-image] Aug 05 04:33:31.508 INFO O| Aug 05 04:33:31.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76202026-08-05T04:33:32.327Z[ recovery-image] Aug 05 04:33:31.508 INFO O| Aug 05 04:33:31.508 INFO STEP 783 (remove_files) COMPLETE
76212026-08-05T04:33:32.327Z[ recovery-image] Aug 05 04:33:31.508 INFO O| Aug 05 04:33:31.508 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-05T04:33:32.334Z[ recovery-image] Aug 05 04:33:31.517 INFO O| Aug 05 04:33:31.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76232026-08-05T04:33:32.335Z[ recovery-image] Aug 05 04:33:31.518 INFO O| Aug 05 04:33:31.518 INFO STEP 784 (remove_files) COMPLETE
76242026-08-05T04:33:32.335Z[ recovery-image] Aug 05 04:33:31.518 INFO O| Aug 05 04:33:31.518 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-05T04:33:32.345Z[ recovery-image] Aug 05 04:33:31.527 INFO O| Aug 05 04:33:31.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76262026-08-05T04:33:32.345Z[ recovery-image] Aug 05 04:33:31.527 INFO O| Aug 05 04:33:31.527 INFO STEP 785 (remove_files) COMPLETE
76272026-08-05T04:33:32.345Z[ recovery-image] Aug 05 04:33:31.527 INFO O| Aug 05 04:33:31.527 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-05T04:33:32.354Z[ recovery-image] Aug 05 04:33:31.537 INFO O| Aug 05 04:33:31.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76292026-08-05T04:33:32.354Z[ recovery-image] Aug 05 04:33:31.537 INFO O| Aug 05 04:33:31.537 INFO STEP 786 (remove_files) COMPLETE
76302026-08-05T04:33:32.354Z[ recovery-image] Aug 05 04:33:31.537 INFO O| Aug 05 04:33:31.537 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-05T04:33:32.364Z[ recovery-image] Aug 05 04:33:31.547 INFO O| Aug 05 04:33:31.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76322026-08-05T04:33:32.364Z[ recovery-image] Aug 05 04:33:31.547 INFO O| Aug 05 04:33:31.547 INFO STEP 787 (remove_files) COMPLETE
76332026-08-05T04:33:32.367Z[ recovery-image] Aug 05 04:33:31.547 INFO O| Aug 05 04:33:31.547 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-05T04:33:32.373Z[ recovery-image] Aug 05 04:33:31.556 INFO O| Aug 05 04:33:31.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76352026-08-05T04:33:32.373Z[ recovery-image] Aug 05 04:33:31.556 INFO O| Aug 05 04:33:31.556 INFO STEP 788 (remove_files) COMPLETE
76362026-08-05T04:33:32.373Z[ recovery-image] Aug 05 04:33:31.556 INFO O| Aug 05 04:33:31.556 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-05T04:33:32.383Z[ recovery-image] Aug 05 04:33:31.566 INFO O| Aug 05 04:33:31.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76382026-08-05T04:33:32.383Z[ recovery-image] Aug 05 04:33:31.566 INFO O| Aug 05 04:33:31.566 INFO STEP 789 (remove_files) COMPLETE
76392026-08-05T04:33:32.386Z[ recovery-image] Aug 05 04:33:31.566 INFO O| Aug 05 04:33:31.566 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-05T04:33:32.393Z[ recovery-image] Aug 05 04:33:31.576 INFO O| Aug 05 04:33:31.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76412026-08-05T04:33:32.393Z[ recovery-image] Aug 05 04:33:31.576 INFO O| Aug 05 04:33:31.576 INFO STEP 790 (remove_files) COMPLETE
76422026-08-05T04:33:32.397Z[ recovery-image] Aug 05 04:33:31.576 INFO O| Aug 05 04:33:31.576 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-05T04:33:32.404Z[ recovery-image] Aug 05 04:33:31.586 INFO O| Aug 05 04:33:31.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76442026-08-05T04:33:32.404Z[ recovery-image] Aug 05 04:33:31.586 INFO O| Aug 05 04:33:31.586 INFO STEP 791 (remove_files) COMPLETE
76452026-08-05T04:33:32.405Z[ recovery-image] Aug 05 04:33:31.586 INFO O| Aug 05 04:33:31.586 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-05T04:33:32.414Z[ recovery-image] Aug 05 04:33:31.595 INFO O| Aug 05 04:33:31.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76472026-08-05T04:33:32.414Z[ recovery-image] Aug 05 04:33:31.595 INFO O| Aug 05 04:33:31.595 INFO STEP 792 (remove_files) COMPLETE
76482026-08-05T04:33:32.414Z[ recovery-image] Aug 05 04:33:31.595 INFO O| Aug 05 04:33:31.595 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-05T04:33:32.420Z[ recovery-image] Aug 05 04:33:31.603 INFO O| Aug 05 04:33:31.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76502026-08-05T04:33:32.421Z[ recovery-image] Aug 05 04:33:31.603 INFO O| Aug 05 04:33:31.603 INFO STEP 793 (remove_files) COMPLETE
76512026-08-05T04:33:32.424Z[ recovery-image] Aug 05 04:33:31.603 INFO O| Aug 05 04:33:31.603 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-05T04:33:32.429Z[ recovery-image] Aug 05 04:33:31.612 INFO O| Aug 05 04:33:31.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76532026-08-05T04:33:32.429Z[ recovery-image] Aug 05 04:33:31.612 INFO O| Aug 05 04:33:31.612 INFO STEP 794 (remove_files) COMPLETE
76542026-08-05T04:33:32.429Z[ recovery-image] Aug 05 04:33:31.612 INFO O| Aug 05 04:33:31.612 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-05T04:33:32.439Z[ recovery-image] Aug 05 04:33:31.621 INFO O| Aug 05 04:33:31.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76562026-08-05T04:33:32.439Z[ recovery-image] Aug 05 04:33:31.621 INFO O| Aug 05 04:33:31.621 INFO STEP 795 (remove_files) COMPLETE
76572026-08-05T04:33:32.442Z[ recovery-image] Aug 05 04:33:31.621 INFO O| Aug 05 04:33:31.621 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-05T04:33:32.448Z[ recovery-image] Aug 05 04:33:31.631 INFO O| Aug 05 04:33:31.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76592026-08-05T04:33:32.448Z[ recovery-image] Aug 05 04:33:31.631 INFO O| Aug 05 04:33:31.631 INFO STEP 796 (remove_files) COMPLETE
76602026-08-05T04:33:32.448Z[ recovery-image] Aug 05 04:33:31.631 INFO O| Aug 05 04:33:31.631 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-05T04:33:32.458Z[ recovery-image] Aug 05 04:33:31.641 INFO O| Aug 05 04:33:31.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76622026-08-05T04:33:32.458Z[ recovery-image] Aug 05 04:33:31.641 INFO O| Aug 05 04:33:31.641 INFO STEP 797 (remove_files) COMPLETE
76632026-08-05T04:33:32.458Z[ recovery-image] Aug 05 04:33:31.641 INFO O| Aug 05 04:33:31.641 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-05T04:33:32.468Z[ recovery-image] Aug 05 04:33:31.651 INFO O| Aug 05 04:33:31.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76652026-08-05T04:33:32.468Z[ recovery-image] Aug 05 04:33:31.651 INFO O| Aug 05 04:33:31.651 INFO STEP 798 (remove_files) COMPLETE
76662026-08-05T04:33:32.471Z[ recovery-image] Aug 05 04:33:31.651 INFO O| Aug 05 04:33:31.651 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-05T04:33:32.478Z[ recovery-image] Aug 05 04:33:31.661 INFO O| Aug 05 04:33:31.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76682026-08-05T04:33:32.478Z[ recovery-image] Aug 05 04:33:31.661 INFO O| Aug 05 04:33:31.661 INFO STEP 799 (remove_files) COMPLETE
76692026-08-05T04:33:32.478Z[ recovery-image] Aug 05 04:33:31.661 INFO O| Aug 05 04:33:31.661 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-05T04:33:32.489Z[ recovery-image] Aug 05 04:33:31.671 INFO O| Aug 05 04:33:31.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76712026-08-05T04:33:32.489Z[ recovery-image] Aug 05 04:33:31.671 INFO O| Aug 05 04:33:31.671 INFO STEP 800 (remove_files) COMPLETE
76722026-08-05T04:33:32.489Z[ recovery-image] Aug 05 04:33:31.672 INFO O| Aug 05 04:33:31.671 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-05T04:33:32.499Z[ recovery-image] Aug 05 04:33:31.682 INFO O| Aug 05 04:33:31.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76742026-08-05T04:33:32.499Z[ recovery-image] Aug 05 04:33:31.682 INFO O| Aug 05 04:33:31.682 INFO STEP 801 (remove_files) COMPLETE
76752026-08-05T04:33:32.502Z[ recovery-image] Aug 05 04:33:31.682 INFO O| Aug 05 04:33:31.682 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-05T04:33:32.509Z[ recovery-image] Aug 05 04:33:31.692 INFO O| Aug 05 04:33:31.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76772026-08-05T04:33:32.509Z[ recovery-image] Aug 05 04:33:31.692 INFO O| Aug 05 04:33:31.692 INFO STEP 802 (remove_files) COMPLETE
76782026-08-05T04:33:32.510Z[ recovery-image] Aug 05 04:33:31.692 INFO O| Aug 05 04:33:31.692 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-05T04:33:32.518Z[ recovery-image] Aug 05 04:33:31.701 INFO O| Aug 05 04:33:31.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76802026-08-05T04:33:32.518Z[ recovery-image] Aug 05 04:33:31.701 INFO O| Aug 05 04:33:31.701 INFO STEP 803 (remove_files) COMPLETE
76812026-08-05T04:33:32.521Z[ recovery-image] Aug 05 04:33:31.701 INFO O| Aug 05 04:33:31.701 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-05T04:33:32.525Z[ recovery-image] Aug 05 04:33:31.708 INFO O| Aug 05 04:33:31.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76832026-08-05T04:33:32.525Z[ recovery-image] Aug 05 04:33:31.708 INFO O| Aug 05 04:33:31.708 INFO STEP 804 (remove_files) COMPLETE
76842026-08-05T04:33:32.525Z[ recovery-image] Aug 05 04:33:31.708 INFO O| Aug 05 04:33:31.708 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-05T04:33:32.537Z[ recovery-image] Aug 05 04:33:31.720 INFO O| Aug 05 04:33:31.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76862026-08-05T04:33:32.540Z[ recovery-image] Aug 05 04:33:31.721 INFO O| Aug 05 04:33:31.721 INFO STEP 805 (remove_files) COMPLETE
76872026-08-05T04:33:32.540Z[ recovery-image] Aug 05 04:33:31.721 INFO O| Aug 05 04:33:31.721 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-05T04:33:32.543Z[verify-libraries] Compiling md5 v0.8.0
76892026-08-05T04:33:32.547Z[ recovery-image] Aug 05 04:33:31.730 INFO O| Aug 05 04:33:31.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76902026-08-05T04:33:32.547Z[ recovery-image] Aug 05 04:33:31.730 INFO O| Aug 05 04:33:31.730 INFO STEP 806 (remove_files) COMPLETE
76912026-08-05T04:33:32.547Z[ recovery-image] Aug 05 04:33:31.730 INFO O| Aug 05 04:33:31.730 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-05T04:33:32.559Z[ recovery-image] Aug 05 04:33:31.742 INFO O| Aug 05 04:33:31.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76932026-08-05T04:33:32.559Z[ recovery-image] Aug 05 04:33:31.742 INFO O| Aug 05 04:33:31.742 INFO STEP 807 (remove_files) COMPLETE
76942026-08-05T04:33:32.559Z[ recovery-image] Aug 05 04:33:31.742 INFO O| Aug 05 04:33:31.742 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-05T04:33:32.570Z[ recovery-image] Aug 05 04:33:31.753 INFO O| Aug 05 04:33:31.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76962026-08-05T04:33:32.570Z[ recovery-image] Aug 05 04:33:31.753 INFO O| Aug 05 04:33:31.753 INFO STEP 808 (remove_files) COMPLETE
76972026-08-05T04:33:32.570Z[ recovery-image] Aug 05 04:33:31.753 INFO O| Aug 05 04:33:31.753 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-05T04:33:32.580Z[ recovery-image] Aug 05 04:33:31.763 INFO O| Aug 05 04:33:31.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
76992026-08-05T04:33:32.580Z[ recovery-image] Aug 05 04:33:31.763 INFO O| Aug 05 04:33:31.763 INFO STEP 809 (remove_files) COMPLETE
77002026-08-05T04:33:32.583Z[ recovery-image] Aug 05 04:33:31.763 INFO O| Aug 05 04:33:31.763 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-05T04:33:32.593Z[ recovery-image] Aug 05 04:33:31.774 INFO O| Aug 05 04:33:31.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77022026-08-05T04:33:32.593Z[ recovery-image] Aug 05 04:33:31.774 INFO O| Aug 05 04:33:31.774 INFO STEP 810 (remove_files) COMPLETE
77032026-08-05T04:33:32.593Z[ recovery-image] Aug 05 04:33:31.774 INFO O| Aug 05 04:33:31.774 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-05T04:33:32.602Z[ recovery-image] Aug 05 04:33:31.785 INFO O| Aug 05 04:33:31.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77052026-08-05T04:33:32.602Z[ recovery-image] Aug 05 04:33:31.785 INFO O| Aug 05 04:33:31.785 INFO STEP 811 (remove_files) COMPLETE
77062026-08-05T04:33:32.602Z[ recovery-image] Aug 05 04:33:31.785 INFO O| Aug 05 04:33:31.785 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-05T04:33:32.613Z[ recovery-image] Aug 05 04:33:31.796 INFO O| Aug 05 04:33:31.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77082026-08-05T04:33:32.613Z[ recovery-image] Aug 05 04:33:31.796 INFO O| Aug 05 04:33:31.796 INFO STEP 812 (remove_files) COMPLETE
77092026-08-05T04:33:32.621Z[ recovery-image] Aug 05 04:33:31.796 INFO O| Aug 05 04:33:31.796 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-05T04:33:32.623Z[ recovery-image] Aug 05 04:33:31.806 INFO O| Aug 05 04:33:31.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77112026-08-05T04:33:32.624Z[ recovery-image] Aug 05 04:33:31.806 INFO O| Aug 05 04:33:31.806 INFO STEP 813 (remove_files) COMPLETE
77122026-08-05T04:33:32.624Z[ recovery-image] Aug 05 04:33:31.806 INFO O| Aug 05 04:33:31.806 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-05T04:33:32.633Z[ recovery-image] Aug 05 04:33:31.816 INFO O| Aug 05 04:33:31.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77142026-08-05T04:33:32.633Z[ recovery-image] Aug 05 04:33:31.816 INFO O| Aug 05 04:33:31.816 INFO STEP 814 (remove_files) COMPLETE
77152026-08-05T04:33:32.636Z[ recovery-image] Aug 05 04:33:31.816 INFO O| Aug 05 04:33:31.816 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-05T04:33:32.643Z[ recovery-image] Aug 05 04:33:31.826 INFO O| Aug 05 04:33:31.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77172026-08-05T04:33:32.644Z[ recovery-image] Aug 05 04:33:31.826 INFO O| Aug 05 04:33:31.826 INFO STEP 815 (remove_files) COMPLETE
77182026-08-05T04:33:32.644Z[ recovery-image] Aug 05 04:33:31.826 INFO O| Aug 05 04:33:31.826 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-05T04:33:32.655Z[ recovery-image] Aug 05 04:33:31.838 INFO O| Aug 05 04:33:31.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77202026-08-05T04:33:32.655Z[ recovery-image] Aug 05 04:33:31.838 INFO O| Aug 05 04:33:31.838 INFO STEP 816 (remove_files) COMPLETE
77212026-08-05T04:33:32.655Z[ recovery-image] Aug 05 04:33:31.838 INFO O| Aug 05 04:33:31.838 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-05T04:33:32.665Z[ recovery-image] Aug 05 04:33:31.848 INFO O| Aug 05 04:33:31.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77232026-08-05T04:33:32.665Z[ recovery-image] Aug 05 04:33:31.848 INFO O| Aug 05 04:33:31.848 INFO STEP 817 (remove_files) COMPLETE
77242026-08-05T04:33:32.665Z[ recovery-image] Aug 05 04:33:31.848 INFO O| Aug 05 04:33:31.848 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-05T04:33:32.676Z[ recovery-image] Aug 05 04:33:31.859 INFO O| Aug 05 04:33:31.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77262026-08-05T04:33:32.676Z[ recovery-image] Aug 05 04:33:31.859 INFO O| Aug 05 04:33:31.859 INFO STEP 818 (remove_files) COMPLETE
77272026-08-05T04:33:32.679Z[ recovery-image] Aug 05 04:33:31.859 INFO O| Aug 05 04:33:31.859 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-05T04:33:32.684Z[ recovery-image] Aug 05 04:33:31.867 INFO O| Aug 05 04:33:31.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77292026-08-05T04:33:32.684Z[ recovery-image] Aug 05 04:33:31.867 INFO O| Aug 05 04:33:31.867 INFO STEP 819 (remove_files) COMPLETE
77302026-08-05T04:33:32.684Z[ recovery-image] Aug 05 04:33:31.867 INFO O| Aug 05 04:33:31.867 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-05T04:33:32.694Z[ recovery-image] Aug 05 04:33:31.877 INFO O| Aug 05 04:33:31.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77322026-08-05T04:33:32.695Z[ recovery-image] Aug 05 04:33:31.877 INFO O| Aug 05 04:33:31.877 INFO STEP 820 (remove_files) COMPLETE
77332026-08-05T04:33:32.695Z[ recovery-image] Aug 05 04:33:31.877 INFO O| Aug 05 04:33:31.877 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-05T04:33:32.705Z[ recovery-image] Aug 05 04:33:31.888 INFO O| Aug 05 04:33:31.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77352026-08-05T04:33:32.705Z[ recovery-image] Aug 05 04:33:31.888 INFO O| Aug 05 04:33:31.888 INFO STEP 821 (remove_files) COMPLETE
77362026-08-05T04:33:32.708Z[ recovery-image] Aug 05 04:33:31.888 INFO O| Aug 05 04:33:31.888 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-05T04:33:32.714Z[ recovery-image] Aug 05 04:33:31.897 INFO O| Aug 05 04:33:31.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77382026-08-05T04:33:32.714Z[ recovery-image] Aug 05 04:33:31.897 INFO O| Aug 05 04:33:31.897 INFO STEP 822 (remove_files) COMPLETE
77392026-08-05T04:33:32.714Z[ recovery-image] Aug 05 04:33:31.897 INFO O| Aug 05 04:33:31.897 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-05T04:33:32.718Z[verify-libraries] Compiling hex-literal v1.1.0
77412026-08-05T04:33:32.724Z[ recovery-image] Aug 05 04:33:31.907 INFO O| Aug 05 04:33:31.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77422026-08-05T04:33:32.724Z[ recovery-image] Aug 05 04:33:31.907 INFO O| Aug 05 04:33:31.907 INFO STEP 823 (remove_files) COMPLETE
77432026-08-05T04:33:32.727Z[ recovery-image] Aug 05 04:33:31.907 INFO O| Aug 05 04:33:31.907 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-05T04:33:32.733Z[ recovery-image] Aug 05 04:33:31.916 INFO O| Aug 05 04:33:31.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77452026-08-05T04:33:32.733Z[ recovery-image] Aug 05 04:33:31.916 INFO O| Aug 05 04:33:31.916 INFO STEP 824 (remove_files) COMPLETE
77462026-08-05T04:33:32.733Z[ recovery-image] Aug 05 04:33:31.916 INFO O| Aug 05 04:33:31.916 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-05T04:33:32.743Z[ recovery-image] Aug 05 04:33:31.926 INFO O| Aug 05 04:33:31.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77482026-08-05T04:33:32.743Z[ recovery-image] Aug 05 04:33:31.926 INFO O| Aug 05 04:33:31.926 INFO STEP 825 (remove_files) COMPLETE
77492026-08-05T04:33:32.746Z[ recovery-image] Aug 05 04:33:31.926 INFO O| Aug 05 04:33:31.926 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-05T04:33:32.752Z[ recovery-image] Aug 05 04:33:31.935 INFO O| Aug 05 04:33:31.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77512026-08-05T04:33:32.752Z[ recovery-image] Aug 05 04:33:31.935 INFO O| Aug 05 04:33:31.935 INFO STEP 826 (remove_files) COMPLETE
77522026-08-05T04:33:32.752Z[ recovery-image] Aug 05 04:33:31.935 INFO O| Aug 05 04:33:31.935 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-05T04:33:32.762Z[ recovery-image] Aug 05 04:33:31.944 INFO O| Aug 05 04:33:31.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77542026-08-05T04:33:32.762Z[ recovery-image] Aug 05 04:33:31.944 INFO O| Aug 05 04:33:31.944 INFO STEP 827 (remove_files) COMPLETE
77552026-08-05T04:33:32.762Z[ recovery-image] Aug 05 04:33:31.944 INFO O| Aug 05 04:33:31.944 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-05T04:33:32.770Z[ recovery-image] Aug 05 04:33:31.953 INFO O| Aug 05 04:33:31.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77572026-08-05T04:33:32.770Z[ recovery-image] Aug 05 04:33:31.953 INFO O| Aug 05 04:33:31.953 INFO STEP 828 (remove_files) COMPLETE
77582026-08-05T04:33:32.770Z[ recovery-image] Aug 05 04:33:31.953 INFO O| Aug 05 04:33:31.953 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-05T04:33:32.780Z[ recovery-image] Aug 05 04:33:31.963 INFO O| Aug 05 04:33:31.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77602026-08-05T04:33:32.780Z[ recovery-image] Aug 05 04:33:31.963 INFO O| Aug 05 04:33:31.963 INFO STEP 829 (remove_files) COMPLETE
77612026-08-05T04:33:32.780Z[ recovery-image] Aug 05 04:33:31.963 INFO O| Aug 05 04:33:31.963 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-05T04:33:32.789Z[ recovery-image] Aug 05 04:33:31.972 INFO O| Aug 05 04:33:31.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77632026-08-05T04:33:32.789Z[ recovery-image] Aug 05 04:33:31.972 INFO O| Aug 05 04:33:31.972 INFO STEP 830 (remove_files) COMPLETE
77642026-08-05T04:33:32.792Z[ recovery-image] Aug 05 04:33:31.972 INFO O| Aug 05 04:33:31.972 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-05T04:33:32.798Z[ recovery-image] Aug 05 04:33:31.981 INFO O| Aug 05 04:33:31.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77662026-08-05T04:33:32.798Z[ recovery-image] Aug 05 04:33:31.981 INFO O| Aug 05 04:33:31.981 INFO STEP 831 (remove_files) COMPLETE
77672026-08-05T04:33:32.798Z[ recovery-image] Aug 05 04:33:31.981 INFO O| Aug 05 04:33:31.981 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-05T04:33:32.808Z[ recovery-image] Aug 05 04:33:31.991 INFO O| Aug 05 04:33:31.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77692026-08-05T04:33:32.808Z[ recovery-image] Aug 05 04:33:31.991 INFO O| Aug 05 04:33:31.991 INFO STEP 832 (remove_files) COMPLETE
77702026-08-05T04:33:32.808Z[ recovery-image] Aug 05 04:33:31.991 INFO O| Aug 05 04:33:31.991 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-05T04:33:32.818Z[ recovery-image] Aug 05 04:33:32.000 INFO O| Aug 05 04:33:32.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77722026-08-05T04:33:32.818Z[ recovery-image] Aug 05 04:33:32.000 INFO O| Aug 05 04:33:32.000 INFO STEP 833 (remove_files) COMPLETE
77732026-08-05T04:33:32.821Z[ recovery-image] Aug 05 04:33:32.000 INFO O| Aug 05 04:33:32.000 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-05T04:33:32.833Z[ recovery-image] Aug 05 04:33:32.016 INFO O| Aug 05 04:33:32.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77752026-08-05T04:33:32.833Z[ recovery-image] Aug 05 04:33:32.016 INFO O| Aug 05 04:33:32.016 INFO STEP 834 (remove_files) COMPLETE
77762026-08-05T04:33:32.833Z[ recovery-image] Aug 05 04:33:32.016 INFO O| Aug 05 04:33:32.016 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-05T04:33:32.844Z[verify-libraries] Compiling seq-macro v0.3.6
77782026-08-05T04:33:32.847Z[ recovery-image] Aug 05 04:33:32.027 INFO O| Aug 05 04:33:32.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77792026-08-05T04:33:32.847Z[ recovery-image] Aug 05 04:33:32.028 INFO O| Aug 05 04:33:32.028 INFO STEP 835 (remove_files) COMPLETE
77802026-08-05T04:33:32.847Z[ recovery-image] Aug 05 04:33:32.028 INFO O| Aug 05 04:33:32.028 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-05T04:33:32.860Z[ recovery-image] Aug 05 04:33:32.042 INFO O| Aug 05 04:33:32.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77822026-08-05T04:33:32.860Z[ recovery-image] Aug 05 04:33:32.042 INFO O| Aug 05 04:33:32.042 INFO STEP 836 (remove_files) COMPLETE
77832026-08-05T04:33:32.860Z[ recovery-image] Aug 05 04:33:32.042 INFO O| Aug 05 04:33:32.042 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-05T04:33:32.874Z[ recovery-image] Aug 05 04:33:32.057 INFO O| Aug 05 04:33:32.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77852026-08-05T04:33:32.878Z[ recovery-image] Aug 05 04:33:32.057 INFO O| Aug 05 04:33:32.057 INFO STEP 837 (remove_files) COMPLETE
77862026-08-05T04:33:32.878Z[ recovery-image] Aug 05 04:33:32.057 INFO O| Aug 05 04:33:32.057 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-05T04:33:32.884Z[ recovery-image] Aug 05 04:33:32.067 INFO O| Aug 05 04:33:32.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77882026-08-05T04:33:32.884Z[ recovery-image] Aug 05 04:33:32.067 INFO O| Aug 05 04:33:32.067 INFO STEP 838 (remove_files) COMPLETE
77892026-08-05T04:33:32.887Z[ recovery-image] Aug 05 04:33:32.067 INFO O| Aug 05 04:33:32.067 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-05T04:33:32.889Z[verify-libraries] Compiling russh v0.62.4
77912026-08-05T04:33:32.894Z[ recovery-image] Aug 05 04:33:32.077 INFO O| Aug 05 04:33:32.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77922026-08-05T04:33:32.894Z[ recovery-image] Aug 05 04:33:32.077 INFO O| Aug 05 04:33:32.077 INFO STEP 839 (remove_files) COMPLETE
77932026-08-05T04:33:32.894Z[ recovery-image] Aug 05 04:33:32.077 INFO O| Aug 05 04:33:32.077 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-05T04:33:32.904Z[ recovery-image] Aug 05 04:33:32.087 INFO O| Aug 05 04:33:32.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77952026-08-05T04:33:32.904Z[ recovery-image] Aug 05 04:33:32.087 INFO O| Aug 05 04:33:32.087 INFO STEP 840 (remove_files) COMPLETE
77962026-08-05T04:33:32.904Z[ recovery-image] Aug 05 04:33:32.087 INFO O| Aug 05 04:33:32.087 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-05T04:33:32.915Z[ recovery-image] Aug 05 04:33:32.098 INFO O| Aug 05 04:33:32.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77982026-08-05T04:33:32.915Z[ recovery-image] Aug 05 04:33:32.098 INFO O| Aug 05 04:33:32.098 INFO STEP 841 (remove_files) COMPLETE
77992026-08-05T04:33:32.915Z[ recovery-image] Aug 05 04:33:32.098 INFO O| Aug 05 04:33:32.098 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-05T04:33:32.925Z[ recovery-image] Aug 05 04:33:32.108 INFO O| Aug 05 04:33:32.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78012026-08-05T04:33:32.925Z[ recovery-image] Aug 05 04:33:32.108 INFO O| Aug 05 04:33:32.108 INFO STEP 842 (remove_files) COMPLETE
78022026-08-05T04:33:32.925Z[ recovery-image] Aug 05 04:33:32.108 INFO O| Aug 05 04:33:32.108 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-05T04:33:32.935Z[ recovery-image] Aug 05 04:33:32.118 INFO O| Aug 05 04:33:32.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78042026-08-05T04:33:32.935Z[ recovery-image] Aug 05 04:33:32.118 INFO O| Aug 05 04:33:32.118 INFO STEP 843 (remove_files) COMPLETE
78052026-08-05T04:33:32.935Z[ recovery-image] Aug 05 04:33:32.118 INFO O| Aug 05 04:33:32.118 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-05T04:33:32.944Z[ recovery-image] Aug 05 04:33:32.127 INFO O| Aug 05 04:33:32.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78072026-08-05T04:33:32.944Z[ recovery-image] Aug 05 04:33:32.127 INFO O| Aug 05 04:33:32.127 INFO STEP 844 (remove_files) COMPLETE
78082026-08-05T04:33:32.944Z[ recovery-image] Aug 05 04:33:32.127 INFO O| Aug 05 04:33:32.127 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-05T04:33:32.954Z[ recovery-image] Aug 05 04:33:32.137 INFO O| Aug 05 04:33:32.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78102026-08-05T04:33:32.954Z[ recovery-image] Aug 05 04:33:32.137 INFO O| Aug 05 04:33:32.137 INFO STEP 845 (remove_files) COMPLETE
78112026-08-05T04:33:32.954Z[ recovery-image] Aug 05 04:33:32.137 INFO O| Aug 05 04:33:32.137 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-05T04:33:32.964Z[ recovery-image] Aug 05 04:33:32.147 INFO O| Aug 05 04:33:32.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78132026-08-05T04:33:32.964Z[ recovery-image] Aug 05 04:33:32.147 INFO O| Aug 05 04:33:32.147 INFO STEP 846 (remove_files) COMPLETE
78142026-08-05T04:33:32.964Z[ recovery-image] Aug 05 04:33:32.147 INFO O| Aug 05 04:33:32.147 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-05T04:33:32.973Z[ recovery-image] Aug 05 04:33:32.156 INFO O| Aug 05 04:33:32.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78162026-08-05T04:33:32.973Z[ recovery-image] Aug 05 04:33:32.156 INFO O| Aug 05 04:33:32.156 INFO STEP 847 (remove_files) COMPLETE
78172026-08-05T04:33:32.973Z[ recovery-image] Aug 05 04:33:32.156 INFO O| Aug 05 04:33:32.156 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-05T04:33:32.983Z[ recovery-image] Aug 05 04:33:32.165 INFO O| Aug 05 04:33:32.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78192026-08-05T04:33:32.983Z[ recovery-image] Aug 05 04:33:32.166 INFO O| Aug 05 04:33:32.166 INFO STEP 848 (remove_files) COMPLETE
78202026-08-05T04:33:32.983Z[ recovery-image] Aug 05 04:33:32.166 INFO O| Aug 05 04:33:32.166 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-05T04:33:32.994Z[ recovery-image] Aug 05 04:33:32.176 INFO O| Aug 05 04:33:32.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78222026-08-05T04:33:32.994Z[ recovery-image] Aug 05 04:33:32.176 INFO O| Aug 05 04:33:32.176 INFO STEP 849 (remove_files) COMPLETE
78232026-08-05T04:33:32.994Z[ recovery-image] Aug 05 04:33:32.176 INFO O| Aug 05 04:33:32.176 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-05T04:33:33.003Z[ recovery-image] Aug 05 04:33:32.186 INFO O| Aug 05 04:33:32.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78252026-08-05T04:33:33.003Z[ recovery-image] Aug 05 04:33:32.186 INFO O| Aug 05 04:33:32.186 INFO STEP 850 (remove_files) COMPLETE
78262026-08-05T04:33:33.003Z[ recovery-image] Aug 05 04:33:32.186 INFO O| Aug 05 04:33:32.186 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-05T04:33:33.012Z[ recovery-image] Aug 05 04:33:32.195 INFO O| Aug 05 04:33:32.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78282026-08-05T04:33:33.012Z[ recovery-image] Aug 05 04:33:32.195 INFO O| Aug 05 04:33:32.195 INFO STEP 851 (remove_files) COMPLETE
78292026-08-05T04:33:33.012Z[ recovery-image] Aug 05 04:33:32.195 INFO O| Aug 05 04:33:32.195 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-05T04:33:33.022Z[ recovery-image] Aug 05 04:33:32.205 INFO O| Aug 05 04:33:32.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78312026-08-05T04:33:33.022Z[ recovery-image] Aug 05 04:33:32.205 INFO O| Aug 05 04:33:32.205 INFO STEP 852 (remove_files) COMPLETE
78322026-08-05T04:33:33.022Z[ recovery-image] Aug 05 04:33:32.205 INFO O| Aug 05 04:33:32.205 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-05T04:33:33.031Z[ recovery-image] Aug 05 04:33:32.213 INFO O| Aug 05 04:33:32.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78342026-08-05T04:33:33.031Z[ recovery-image] Aug 05 04:33:32.213 INFO O| Aug 05 04:33:32.213 INFO STEP 853 (remove_files) COMPLETE
78352026-08-05T04:33:33.034Z[ recovery-image] Aug 05 04:33:32.213 INFO O| Aug 05 04:33:32.213 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-08-05T04:33:33.040Z[ recovery-image] Aug 05 04:33:32.223 INFO O| Aug 05 04:33:32.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78372026-08-05T04:33:33.040Z[ recovery-image] Aug 05 04:33:32.223 INFO O| Aug 05 04:33:32.223 INFO STEP 854 (remove_files) COMPLETE
78382026-08-05T04:33:33.043Z[ recovery-image] Aug 05 04:33:32.223 INFO O| Aug 05 04:33:32.223 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-08-05T04:33:33.049Z[ recovery-image] Aug 05 04:33:32.232 INFO O| Aug 05 04:33:32.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78402026-08-05T04:33:33.049Z[ recovery-image] Aug 05 04:33:32.232 INFO O| Aug 05 04:33:32.232 INFO STEP 855 (remove_files) COMPLETE
78412026-08-05T04:33:33.049Z[ recovery-image] Aug 05 04:33:32.232 INFO O| Aug 05 04:33:32.232 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-05T04:33:33.059Z[ recovery-image] Aug 05 04:33:32.242 INFO O| Aug 05 04:33:32.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78432026-08-05T04:33:33.059Z[ recovery-image] Aug 05 04:33:32.242 INFO O| Aug 05 04:33:32.242 INFO STEP 856 (remove_files) COMPLETE
78442026-08-05T04:33:33.062Z[ recovery-image] Aug 05 04:33:32.242 INFO O| Aug 05 04:33:32.242 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-08-05T04:33:33.068Z[ recovery-image] Aug 05 04:33:32.251 INFO O| Aug 05 04:33:32.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78462026-08-05T04:33:33.068Z[ recovery-image] Aug 05 04:33:32.251 INFO O| Aug 05 04:33:32.251 INFO STEP 857 (remove_files) COMPLETE
78472026-08-05T04:33:33.068Z[ recovery-image] Aug 05 04:33:32.251 INFO O| Aug 05 04:33:32.251 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-08-05T04:33:33.078Z[ recovery-image] Aug 05 04:33:32.261 INFO O| Aug 05 04:33:32.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78492026-08-05T04:33:33.078Z[ recovery-image] Aug 05 04:33:32.261 INFO O| Aug 05 04:33:32.261 INFO STEP 858 (remove_files) COMPLETE
78502026-08-05T04:33:33.078Z[ recovery-image] Aug 05 04:33:32.261 INFO O| Aug 05 04:33:32.261 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-08-05T04:33:33.084Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
78522026-08-05T04:33:33.091Z[ recovery-image] Aug 05 04:33:32.271 INFO O| Aug 05 04:33:32.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78532026-08-05T04:33:33.091Z[ recovery-image] Aug 05 04:33:32.271 INFO O| Aug 05 04:33:32.271 INFO STEP 859 (remove_files) COMPLETE
78542026-08-05T04:33:33.091Z[ recovery-image] Aug 05 04:33:32.271 INFO O| Aug 05 04:33:32.271 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-05T04:33:33.097Z[ recovery-image] Aug 05 04:33:32.281 INFO O| Aug 05 04:33:32.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78562026-08-05T04:33:33.100Z[ recovery-image] Aug 05 04:33:32.282 INFO O| Aug 05 04:33:32.281 INFO STEP 860 (remove_files) COMPLETE
78572026-08-05T04:33:33.100Z[ recovery-image] Aug 05 04:33:32.282 INFO O| Aug 05 04:33:32.281 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-05T04:33:33.110Z[ recovery-image] Aug 05 04:33:32.293 INFO O| Aug 05 04:33:32.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78592026-08-05T04:33:33.110Z[ recovery-image] Aug 05 04:33:32.293 INFO O| Aug 05 04:33:32.293 INFO STEP 861 (remove_files) COMPLETE
78602026-08-05T04:33:33.112Z[ recovery-image] Aug 05 04:33:32.293 INFO O| Aug 05 04:33:32.293 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-05T04:33:33.119Z[ recovery-image] Aug 05 04:33:32.302 INFO O| Aug 05 04:33:32.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78622026-08-05T04:33:33.119Z[ recovery-image] Aug 05 04:33:32.302 INFO O| Aug 05 04:33:32.302 INFO STEP 862 (remove_files) COMPLETE
78632026-08-05T04:33:33.122Z[ recovery-image] Aug 05 04:33:32.302 INFO O| Aug 05 04:33:32.302 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-05T04:33:33.129Z[ recovery-image] Aug 05 04:33:32.312 INFO O| Aug 05 04:33:32.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78652026-08-05T04:33:33.129Z[ recovery-image] Aug 05 04:33:32.312 INFO O| Aug 05 04:33:32.312 INFO STEP 863 (remove_files) COMPLETE
78662026-08-05T04:33:33.129Z[ recovery-image] Aug 05 04:33:32.312 INFO O| Aug 05 04:33:32.312 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-05T04:33:33.140Z[ recovery-image] Aug 05 04:33:32.322 INFO O| Aug 05 04:33:32.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78682026-08-05T04:33:33.140Z[ recovery-image] Aug 05 04:33:32.322 INFO O| Aug 05 04:33:32.322 INFO STEP 864 (remove_files) COMPLETE
78692026-08-05T04:33:33.140Z[ recovery-image] Aug 05 04:33:32.322 INFO O| Aug 05 04:33:32.322 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-05T04:33:33.149Z[ recovery-image] Aug 05 04:33:32.332 INFO O| Aug 05 04:33:32.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78712026-08-05T04:33:33.149Z[ recovery-image] Aug 05 04:33:32.332 INFO O| Aug 05 04:33:32.332 INFO STEP 865 (remove_files) COMPLETE
78722026-08-05T04:33:33.149Z[ recovery-image] Aug 05 04:33:32.332 INFO O| Aug 05 04:33:32.332 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-05T04:33:33.159Z[ recovery-image] Aug 05 04:33:32.342 INFO O| Aug 05 04:33:32.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78742026-08-05T04:33:33.159Z[ recovery-image] Aug 05 04:33:32.342 INFO O| Aug 05 04:33:32.342 INFO STEP 866 (remove_files) COMPLETE
78752026-08-05T04:33:33.162Z[ recovery-image] Aug 05 04:33:32.342 INFO O| Aug 05 04:33:32.342 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-05T04:33:33.170Z[ recovery-image] Aug 05 04:33:32.353 INFO O| Aug 05 04:33:32.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78772026-08-05T04:33:33.170Z[ recovery-image] Aug 05 04:33:32.353 INFO O| Aug 05 04:33:32.353 INFO STEP 867 (remove_files) COMPLETE
78782026-08-05T04:33:33.170Z[ recovery-image] Aug 05 04:33:32.353 INFO O| Aug 05 04:33:32.353 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-05T04:33:33.180Z[ recovery-image] Aug 05 04:33:32.363 INFO O| Aug 05 04:33:32.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78802026-08-05T04:33:33.180Z[ recovery-image] Aug 05 04:33:32.363 INFO O| Aug 05 04:33:32.363 INFO STEP 868 (remove_files) COMPLETE
78812026-08-05T04:33:33.180Z[ recovery-image] Aug 05 04:33:32.363 INFO O| Aug 05 04:33:32.363 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-05T04:33:33.191Z[ recovery-image] Aug 05 04:33:32.374 INFO O| Aug 05 04:33:32.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78832026-08-05T04:33:33.191Z[ recovery-image] Aug 05 04:33:32.374 INFO O| Aug 05 04:33:32.374 INFO STEP 869 (remove_files) COMPLETE
78842026-08-05T04:33:33.194Z[ recovery-image] Aug 05 04:33:32.374 INFO O| Aug 05 04:33:32.374 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-05T04:33:33.200Z[ recovery-image] Aug 05 04:33:32.383 INFO O| Aug 05 04:33:32.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78862026-08-05T04:33:33.200Z[ recovery-image] Aug 05 04:33:32.383 INFO O| Aug 05 04:33:32.383 INFO STEP 870 (remove_files) COMPLETE
78872026-08-05T04:33:33.200Z[ recovery-image] Aug 05 04:33:32.383 INFO O| Aug 05 04:33:32.383 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-05T04:33:33.209Z[ recovery-image] Aug 05 04:33:32.392 INFO O| Aug 05 04:33:32.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78892026-08-05T04:33:33.209Z[ recovery-image] Aug 05 04:33:32.392 INFO O| Aug 05 04:33:32.392 INFO STEP 871 (remove_files) COMPLETE
78902026-08-05T04:33:33.209Z[ recovery-image] Aug 05 04:33:32.392 INFO O| Aug 05 04:33:32.392 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-05T04:33:33.220Z[ recovery-image] Aug 05 04:33:32.403 INFO O| Aug 05 04:33:32.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78922026-08-05T04:33:33.220Z[ recovery-image] Aug 05 04:33:32.403 INFO O| Aug 05 04:33:32.403 INFO STEP 872 (remove_files) COMPLETE
78932026-08-05T04:33:33.220Z[ recovery-image] Aug 05 04:33:32.403 INFO O| Aug 05 04:33:32.403 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-05T04:33:33.230Z[ recovery-image] Aug 05 04:33:32.413 INFO O| Aug 05 04:33:32.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78952026-08-05T04:33:33.230Z[ recovery-image] Aug 05 04:33:32.413 INFO O| Aug 05 04:33:32.413 INFO STEP 873 (remove_files) COMPLETE
78962026-08-05T04:33:33.230Z[ recovery-image] Aug 05 04:33:32.413 INFO O| Aug 05 04:33:32.413 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-05T04:33:33.240Z[ recovery-image] Aug 05 04:33:32.423 INFO O| Aug 05 04:33:32.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78982026-08-05T04:33:33.240Z[ recovery-image] Aug 05 04:33:32.423 INFO O| Aug 05 04:33:32.423 INFO STEP 874 (remove_files) COMPLETE
78992026-08-05T04:33:33.240Z[ recovery-image] Aug 05 04:33:32.423 INFO O| Aug 05 04:33:32.423 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-05T04:33:33.252Z[ recovery-image] Aug 05 04:33:32.435 INFO O| Aug 05 04:33:32.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79012026-08-05T04:33:33.252Z[ recovery-image] Aug 05 04:33:32.435 INFO O| Aug 05 04:33:32.435 INFO STEP 875 (remove_files) COMPLETE
79022026-08-05T04:33:33.252Z[ recovery-image] Aug 05 04:33:32.435 INFO O| Aug 05 04:33:32.435 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-05T04:33:33.268Z[ recovery-image] Aug 05 04:33:32.451 INFO O| Aug 05 04:33:32.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79042026-08-05T04:33:33.268Z[ recovery-image] Aug 05 04:33:32.451 INFO O| Aug 05 04:33:32.446 INFO STEP 876 (remove_files) COMPLETE
79052026-08-05T04:33:33.280Z[ recovery-image] Aug 05 04:33:32.451 INFO O| Aug 05 04:33:32.446 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-05T04:33:33.280Z[ recovery-image] Aug 05 04:33:32.456 INFO O| Aug 05 04:33:32.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79072026-08-05T04:33:33.280Z[ recovery-image] Aug 05 04:33:32.456 INFO O| Aug 05 04:33:32.456 INFO STEP 877 (remove_files) COMPLETE
79082026-08-05T04:33:33.280Z[ recovery-image] Aug 05 04:33:32.456 INFO O| Aug 05 04:33:32.456 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-05T04:33:33.284Z[ recovery-image] Aug 05 04:33:32.467 INFO O| Aug 05 04:33:32.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79102026-08-05T04:33:33.284Z[ recovery-image] Aug 05 04:33:32.467 INFO O| Aug 05 04:33:32.467 INFO STEP 878 (remove_files) COMPLETE
79112026-08-05T04:33:33.284Z[ recovery-image] Aug 05 04:33:32.467 INFO O| Aug 05 04:33:32.467 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-05T04:33:33.296Z[ recovery-image] Aug 05 04:33:32.477 INFO O| Aug 05 04:33:32.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79132026-08-05T04:33:33.296Z[ recovery-image] Aug 05 04:33:32.477 INFO O| Aug 05 04:33:32.477 INFO STEP 879 (remove_files) COMPLETE
79142026-08-05T04:33:33.299Z[ recovery-image] Aug 05 04:33:32.477 INFO O| Aug 05 04:33:32.477 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-05T04:33:33.309Z[ recovery-image] Aug 05 04:33:32.488 INFO O| Aug 05 04:33:32.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79162026-08-05T04:33:33.309Z[ recovery-image] Aug 05 04:33:32.488 INFO O| Aug 05 04:33:32.488 INFO STEP 880 (remove_files) COMPLETE
79172026-08-05T04:33:33.309Z[ recovery-image] Aug 05 04:33:32.488 INFO O| Aug 05 04:33:32.488 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-05T04:33:33.317Z[ recovery-image] Aug 05 04:33:32.497 INFO O| Aug 05 04:33:32.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79192026-08-05T04:33:33.317Z[ recovery-image] Aug 05 04:33:32.497 INFO O| Aug 05 04:33:32.497 INFO STEP 881 (remove_files) COMPLETE
79202026-08-05T04:33:33.317Z[ recovery-image] Aug 05 04:33:32.497 INFO O| Aug 05 04:33:32.497 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-05T04:33:33.324Z[ recovery-image] Aug 05 04:33:32.507 INFO O| Aug 05 04:33:32.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79222026-08-05T04:33:33.324Z[ recovery-image] Aug 05 04:33:32.507 INFO O| Aug 05 04:33:32.507 INFO STEP 882 (remove_files) COMPLETE
79232026-08-05T04:33:33.326Z[ recovery-image] Aug 05 04:33:32.507 INFO O| Aug 05 04:33:32.507 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-05T04:33:33.334Z[ recovery-image] Aug 05 04:33:32.517 INFO O| Aug 05 04:33:32.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79252026-08-05T04:33:33.334Z[ recovery-image] Aug 05 04:33:32.517 INFO O| Aug 05 04:33:32.517 INFO STEP 883 (remove_files) COMPLETE
79262026-08-05T04:33:33.334Z[ recovery-image] Aug 05 04:33:32.517 INFO O| Aug 05 04:33:32.517 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-05T04:33:33.347Z[ recovery-image] Aug 05 04:33:32.529 INFO O| Aug 05 04:33:32.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79282026-08-05T04:33:33.347Z[ recovery-image] Aug 05 04:33:32.530 INFO O| Aug 05 04:33:32.530 INFO STEP 884 (remove_files) COMPLETE
79292026-08-05T04:33:33.348Z[ recovery-image] Aug 05 04:33:32.530 INFO O| Aug 05 04:33:32.530 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-05T04:33:33.358Z[ recovery-image] Aug 05 04:33:32.540 INFO O| Aug 05 04:33:32.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79312026-08-05T04:33:33.358Z[ recovery-image] Aug 05 04:33:32.540 INFO O| Aug 05 04:33:32.540 INFO STEP 885 (remove_files) COMPLETE
79322026-08-05T04:33:33.358Z[ recovery-image] Aug 05 04:33:32.540 INFO O| Aug 05 04:33:32.540 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-05T04:33:33.368Z[ recovery-image] Aug 05 04:33:32.551 INFO O| Aug 05 04:33:32.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79342026-08-05T04:33:33.368Z[ recovery-image] Aug 05 04:33:32.551 INFO O| Aug 05 04:33:32.551 INFO STEP 886 (remove_files) COMPLETE
79352026-08-05T04:33:33.372Z[ recovery-image] Aug 05 04:33:32.551 INFO O| Aug 05 04:33:32.551 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-05T04:33:33.379Z[ recovery-image] Aug 05 04:33:32.562 INFO O| Aug 05 04:33:32.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79372026-08-05T04:33:33.379Z[ recovery-image] Aug 05 04:33:32.562 INFO O| Aug 05 04:33:32.562 INFO STEP 887 (remove_files) COMPLETE
79382026-08-05T04:33:33.379Z[ recovery-image] Aug 05 04:33:32.562 INFO O| Aug 05 04:33:32.562 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-05T04:33:33.388Z[ recovery-image] Aug 05 04:33:32.571 INFO O| Aug 05 04:33:32.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79402026-08-05T04:33:33.388Z[ recovery-image] Aug 05 04:33:32.571 INFO O| Aug 05 04:33:32.571 INFO STEP 888 (remove_files) COMPLETE
79412026-08-05T04:33:33.388Z[ recovery-image] Aug 05 04:33:32.571 INFO O| Aug 05 04:33:32.571 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-05T04:33:33.399Z[ recovery-image] Aug 05 04:33:32.582 INFO O| Aug 05 04:33:32.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79432026-08-05T04:33:33.399Z[ recovery-image] Aug 05 04:33:32.582 INFO O| Aug 05 04:33:32.582 INFO STEP 889 (remove_files) COMPLETE
79442026-08-05T04:33:33.399Z[ recovery-image] Aug 05 04:33:32.582 INFO O| Aug 05 04:33:32.582 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-05T04:33:33.409Z[ recovery-image] Aug 05 04:33:32.592 INFO O| Aug 05 04:33:32.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79462026-08-05T04:33:33.409Z[ recovery-image] Aug 05 04:33:32.592 INFO O| Aug 05 04:33:32.592 INFO STEP 890 (remove_files) COMPLETE
79472026-08-05T04:33:33.411Z[ recovery-image] Aug 05 04:33:32.592 INFO O| Aug 05 04:33:32.592 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-05T04:33:33.419Z[ recovery-image] Aug 05 04:33:32.602 INFO O| Aug 05 04:33:32.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79492026-08-05T04:33:33.419Z[ recovery-image] Aug 05 04:33:32.602 INFO O| Aug 05 04:33:32.602 INFO STEP 891 (remove_files) COMPLETE
79502026-08-05T04:33:33.419Z[ recovery-image] Aug 05 04:33:32.602 INFO O| Aug 05 04:33:32.602 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-05T04:33:33.429Z[ recovery-image] Aug 05 04:33:32.612 INFO O| Aug 05 04:33:32.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79522026-08-05T04:33:33.429Z[ recovery-image] Aug 05 04:33:32.612 INFO O| Aug 05 04:33:32.612 INFO STEP 892 (remove_files) COMPLETE
79532026-08-05T04:33:33.429Z[ recovery-image] Aug 05 04:33:32.612 INFO O| Aug 05 04:33:32.612 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-08-05T04:33:33.441Z[ recovery-image] Aug 05 04:33:32.623 INFO O| Aug 05 04:33:32.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79552026-08-05T04:33:33.441Z[ recovery-image] Aug 05 04:33:32.624 INFO O| Aug 05 04:33:32.624 INFO STEP 893 (remove_files) COMPLETE
79562026-08-05T04:33:33.441Z[ recovery-image] Aug 05 04:33:32.624 INFO O| Aug 05 04:33:32.624 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-08-05T04:33:33.452Z[ recovery-image] Aug 05 04:33:32.635 INFO O| Aug 05 04:33:32.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79582026-08-05T04:33:33.452Z[ recovery-image] Aug 05 04:33:32.635 INFO O| Aug 05 04:33:32.635 INFO STEP 894 (remove_files) COMPLETE
79592026-08-05T04:33:33.455Z[ recovery-image] Aug 05 04:33:32.635 INFO O| Aug 05 04:33:32.635 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-08-05T04:33:33.463Z[ recovery-image] Aug 05 04:33:32.646 INFO O| Aug 05 04:33:32.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79612026-08-05T04:33:33.463Z[ recovery-image] Aug 05 04:33:32.646 INFO O| Aug 05 04:33:32.646 INFO STEP 895 (remove_files) COMPLETE
79622026-08-05T04:33:33.466Z[ recovery-image] Aug 05 04:33:32.646 INFO O| Aug 05 04:33:32.646 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-08-05T04:33:33.469Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
79642026-08-05T04:33:33.474Z[ recovery-image] Aug 05 04:33:32.657 INFO O| Aug 05 04:33:32.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79652026-08-05T04:33:33.474Z[ recovery-image] Aug 05 04:33:32.657 INFO O| Aug 05 04:33:32.657 INFO STEP 896 (remove_files) COMPLETE
79662026-08-05T04:33:33.474Z[ recovery-image] Aug 05 04:33:32.657 INFO O| Aug 05 04:33:32.657 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-05T04:33:33.485Z[ recovery-image] Aug 05 04:33:32.668 INFO O| Aug 05 04:33:32.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79682026-08-05T04:33:33.485Z[ recovery-image] Aug 05 04:33:32.668 INFO O| Aug 05 04:33:32.668 INFO STEP 897 (remove_files) COMPLETE
79692026-08-05T04:33:33.488Z[ recovery-image] Aug 05 04:33:32.668 INFO O| Aug 05 04:33:32.668 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-05T04:33:33.495Z[ recovery-image] Aug 05 04:33:32.678 INFO O| Aug 05 04:33:32.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79712026-08-05T04:33:33.495Z[ recovery-image] Aug 05 04:33:32.679 INFO O| Aug 05 04:33:32.678 INFO STEP 898 (remove_files) COMPLETE
79722026-08-05T04:33:33.495Z[ recovery-image] Aug 05 04:33:32.679 INFO O| Aug 05 04:33:32.679 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-05T04:33:33.505Z[ recovery-image] Aug 05 04:33:32.688 INFO O| Aug 05 04:33:32.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79742026-08-05T04:33:33.505Z[ recovery-image] Aug 05 04:33:32.688 INFO O| Aug 05 04:33:32.688 INFO STEP 899 (remove_files) COMPLETE
79752026-08-05T04:33:33.508Z[ recovery-image] Aug 05 04:33:32.688 INFO O| Aug 05 04:33:32.688 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-05T04:33:33.516Z[ recovery-image] Aug 05 04:33:32.699 INFO O| Aug 05 04:33:32.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79772026-08-05T04:33:33.516Z[ recovery-image] Aug 05 04:33:32.699 INFO O| Aug 05 04:33:32.699 INFO STEP 900 (remove_files) COMPLETE
79782026-08-05T04:33:33.516Z[ recovery-image] Aug 05 04:33:32.699 INFO O| Aug 05 04:33:32.699 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-05T04:33:33.526Z[ recovery-image] Aug 05 04:33:32.708 INFO O| Aug 05 04:33:32.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79802026-08-05T04:33:33.526Z[ recovery-image] Aug 05 04:33:32.709 INFO O| Aug 05 04:33:32.709 INFO STEP 901 (remove_files) COMPLETE
79812026-08-05T04:33:33.526Z[ recovery-image] Aug 05 04:33:32.709 INFO O| Aug 05 04:33:32.709 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-05T04:33:33.535Z[ recovery-image] Aug 05 04:33:32.718 INFO O| Aug 05 04:33:32.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79832026-08-05T04:33:33.535Z[ recovery-image] Aug 05 04:33:32.718 INFO O| Aug 05 04:33:32.718 INFO STEP 902 (remove_files) COMPLETE
79842026-08-05T04:33:33.535Z[ recovery-image] Aug 05 04:33:32.718 INFO O| Aug 05 04:33:32.718 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-05T04:33:33.546Z[ recovery-image] Aug 05 04:33:32.728 INFO O| Aug 05 04:33:32.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79862026-08-05T04:33:33.546Z[ recovery-image] Aug 05 04:33:32.728 INFO O| Aug 05 04:33:32.728 INFO STEP 903 (remove_files) COMPLETE
79872026-08-05T04:33:33.549Z[ recovery-image] Aug 05 04:33:32.729 INFO O| Aug 05 04:33:32.729 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-05T04:33:33.551Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
79892026-08-05T04:33:33.556Z[ recovery-image] Aug 05 04:33:32.739 INFO O| Aug 05 04:33:32.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79902026-08-05T04:33:33.556Z[ recovery-image] Aug 05 04:33:32.739 INFO O| Aug 05 04:33:32.739 INFO STEP 904 (remove_files) COMPLETE
79912026-08-05T04:33:33.559Z[ recovery-image] Aug 05 04:33:32.739 INFO O| Aug 05 04:33:32.739 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-05T04:33:33.566Z[ recovery-image] Aug 05 04:33:32.749 INFO O| Aug 05 04:33:32.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79932026-08-05T04:33:33.566Z[ recovery-image] Aug 05 04:33:32.749 INFO O| Aug 05 04:33:32.749 INFO STEP 905 (remove_files) COMPLETE
79942026-08-05T04:33:33.566Z[ recovery-image] Aug 05 04:33:32.749 INFO O| Aug 05 04:33:32.749 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-05T04:33:33.576Z[ recovery-image] Aug 05 04:33:32.759 INFO O| Aug 05 04:33:32.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79962026-08-05T04:33:33.576Z[ recovery-image] Aug 05 04:33:32.759 INFO O| Aug 05 04:33:32.759 INFO STEP 906 (remove_files) COMPLETE
79972026-08-05T04:33:33.576Z[ recovery-image] Aug 05 04:33:32.759 INFO O| Aug 05 04:33:32.759 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-05T04:33:33.584Z[ recovery-image] Aug 05 04:33:32.767 INFO O| Aug 05 04:33:32.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79992026-08-05T04:33:33.584Z[ recovery-image] Aug 05 04:33:32.767 INFO O| Aug 05 04:33:32.767 INFO STEP 907 (remove_files) COMPLETE
80002026-08-05T04:33:33.588Z[ recovery-image] Aug 05 04:33:32.767 INFO O| Aug 05 04:33:32.767 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-05T04:33:33.593Z[ recovery-image] Aug 05 04:33:32.776 INFO O| Aug 05 04:33:32.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80022026-08-05T04:33:33.593Z[ recovery-image] Aug 05 04:33:32.776 INFO O| Aug 05 04:33:32.776 INFO STEP 908 (remove_files) COMPLETE
80032026-08-05T04:33:33.594Z[ recovery-image] Aug 05 04:33:32.776 INFO O| Aug 05 04:33:32.776 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-05T04:33:33.604Z[ recovery-image] Aug 05 04:33:32.787 INFO O| Aug 05 04:33:32.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80052026-08-05T04:33:33.604Z[ recovery-image] Aug 05 04:33:32.787 INFO O| Aug 05 04:33:32.787 INFO STEP 909 (remove_files) COMPLETE
80062026-08-05T04:33:33.604Z[ recovery-image] Aug 05 04:33:32.787 INFO O| Aug 05 04:33:32.787 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-05T04:33:33.614Z[ recovery-image] Aug 05 04:33:32.797 INFO O| Aug 05 04:33:32.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80082026-08-05T04:33:33.615Z[ recovery-image] Aug 05 04:33:32.797 INFO O| Aug 05 04:33:32.797 INFO STEP 910 (remove_files) COMPLETE
80092026-08-05T04:33:33.615Z[ recovery-image] Aug 05 04:33:32.797 INFO O| Aug 05 04:33:32.797 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-05T04:33:33.624Z[ recovery-image] Aug 05 04:33:32.807 INFO O| Aug 05 04:33:32.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80112026-08-05T04:33:33.624Z[ recovery-image] Aug 05 04:33:32.807 INFO O| Aug 05 04:33:32.807 INFO STEP 911 (remove_files) COMPLETE
80122026-08-05T04:33:33.624Z[ recovery-image] Aug 05 04:33:32.807 INFO O| Aug 05 04:33:32.807 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-05T04:33:33.634Z[ recovery-image] Aug 05 04:33:32.817 INFO O| Aug 05 04:33:32.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80142026-08-05T04:33:33.634Z[ recovery-image] Aug 05 04:33:32.817 INFO O| Aug 05 04:33:32.817 INFO STEP 912 (remove_files) COMPLETE
80152026-08-05T04:33:33.634Z[ recovery-image] Aug 05 04:33:32.817 INFO O| Aug 05 04:33:32.817 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-05T04:33:33.644Z[ recovery-image] Aug 05 04:33:32.827 INFO O| Aug 05 04:33:32.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80172026-08-05T04:33:33.644Z[ recovery-image] Aug 05 04:33:32.827 INFO O| Aug 05 04:33:32.827 INFO STEP 913 (remove_files) COMPLETE
80182026-08-05T04:33:33.644Z[ recovery-image] Aug 05 04:33:32.827 INFO O| Aug 05 04:33:32.827 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-05T04:33:33.655Z[ recovery-image] Aug 05 04:33:32.838 INFO O| Aug 05 04:33:32.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80202026-08-05T04:33:33.655Z[ recovery-image] Aug 05 04:33:32.838 INFO O| Aug 05 04:33:32.838 INFO STEP 914 (remove_files) COMPLETE
80212026-08-05T04:33:33.655Z[ recovery-image] Aug 05 04:33:32.838 INFO O| Aug 05 04:33:32.838 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-05T04:33:33.665Z[ recovery-image] Aug 05 04:33:32.848 INFO O| Aug 05 04:33:32.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80232026-08-05T04:33:33.665Z[ recovery-image] Aug 05 04:33:32.848 INFO O| Aug 05 04:33:32.848 INFO STEP 915 (remove_files) COMPLETE
80242026-08-05T04:33:33.665Z[ recovery-image] Aug 05 04:33:32.848 INFO O| Aug 05 04:33:32.848 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-05T04:33:33.675Z[ recovery-image] Aug 05 04:33:32.858 INFO O| Aug 05 04:33:32.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80262026-08-05T04:33:33.675Z[ recovery-image] Aug 05 04:33:32.858 INFO O| Aug 05 04:33:32.858 INFO STEP 916 (remove_files) COMPLETE
80272026-08-05T04:33:33.675Z[ recovery-image] Aug 05 04:33:32.858 INFO O| Aug 05 04:33:32.858 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-05T04:33:33.685Z[ recovery-image] Aug 05 04:33:32.867 INFO O| Aug 05 04:33:32.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80292026-08-05T04:33:33.685Z[ recovery-image] Aug 05 04:33:32.867 INFO O| Aug 05 04:33:32.867 INFO STEP 917 (remove_files) COMPLETE
80302026-08-05T04:33:33.685Z[ recovery-image] Aug 05 04:33:32.867 INFO O| Aug 05 04:33:32.867 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-05T04:33:33.694Z[ recovery-image] Aug 05 04:33:32.876 INFO O| Aug 05 04:33:32.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80322026-08-05T04:33:33.697Z[ recovery-image] Aug 05 04:33:32.877 INFO O| Aug 05 04:33:32.877 INFO STEP 918 (remove_files) COMPLETE
80332026-08-05T04:33:33.697Z[ recovery-image] Aug 05 04:33:32.877 INFO O| Aug 05 04:33:32.877 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-05T04:33:33.705Z[ recovery-image] Aug 05 04:33:32.888 INFO O| Aug 05 04:33:32.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80352026-08-05T04:33:33.705Z[ recovery-image] Aug 05 04:33:32.888 INFO O| Aug 05 04:33:32.888 INFO STEP 919 (remove_files) COMPLETE
80362026-08-05T04:33:33.705Z[ recovery-image] Aug 05 04:33:32.888 INFO O| Aug 05 04:33:32.888 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-05T04:33:33.716Z[ recovery-image] Aug 05 04:33:32.898 INFO O| Aug 05 04:33:32.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80382026-08-05T04:33:33.716Z[ recovery-image] Aug 05 04:33:32.898 INFO O| Aug 05 04:33:32.898 INFO STEP 920 (remove_files) COMPLETE
80392026-08-05T04:33:33.718Z[ recovery-image] Aug 05 04:33:32.898 INFO O| Aug 05 04:33:32.898 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-05T04:33:33.725Z[ recovery-image] Aug 05 04:33:32.908 INFO O| Aug 05 04:33:32.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80412026-08-05T04:33:33.725Z[ recovery-image] Aug 05 04:33:32.908 INFO O| Aug 05 04:33:32.908 INFO STEP 921 (remove_files) COMPLETE
80422026-08-05T04:33:33.725Z[ recovery-image] Aug 05 04:33:32.908 INFO O| Aug 05 04:33:32.908 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-05T04:33:33.734Z[ recovery-image] Aug 05 04:33:32.917 INFO O| Aug 05 04:33:32.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80442026-08-05T04:33:33.734Z[ recovery-image] Aug 05 04:33:32.917 INFO O| Aug 05 04:33:32.917 INFO STEP 922 (remove_files) COMPLETE
80452026-08-05T04:33:33.735Z[ recovery-image] Aug 05 04:33:32.917 INFO O| Aug 05 04:33:32.917 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-05T04:33:33.744Z[ recovery-image] Aug 05 04:33:32.927 INFO O| Aug 05 04:33:32.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80472026-08-05T04:33:33.747Z[ recovery-image] Aug 05 04:33:32.927 INFO O| Aug 05 04:33:32.927 INFO STEP 923 (remove_files) COMPLETE
80482026-08-05T04:33:33.747Z[ recovery-image] Aug 05 04:33:32.928 INFO O| Aug 05 04:33:32.927 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-05T04:33:33.756Z[ recovery-image] Aug 05 04:33:32.938 INFO O| Aug 05 04:33:32.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80502026-08-05T04:33:33.756Z[ recovery-image] Aug 05 04:33:32.938 INFO O| Aug 05 04:33:32.938 INFO STEP 924 (remove_files) COMPLETE
80512026-08-05T04:33:33.756Z[ recovery-image] Aug 05 04:33:32.938 INFO O| Aug 05 04:33:32.938 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-05T04:33:33.766Z[ recovery-image] Aug 05 04:33:32.949 INFO O| Aug 05 04:33:32.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80532026-08-05T04:33:33.766Z[ recovery-image] Aug 05 04:33:32.949 INFO O| Aug 05 04:33:32.949 INFO STEP 925 (remove_files) COMPLETE
80542026-08-05T04:33:33.766Z[ recovery-image] Aug 05 04:33:32.949 INFO O| Aug 05 04:33:32.949 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-05T04:33:33.777Z[ recovery-image] Aug 05 04:33:32.960 INFO O| Aug 05 04:33:32.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80562026-08-05T04:33:33.777Z[ recovery-image] Aug 05 04:33:32.960 INFO O| Aug 05 04:33:32.960 INFO STEP 926 (remove_files) COMPLETE
80572026-08-05T04:33:33.777Z[ recovery-image] Aug 05 04:33:32.960 INFO O| Aug 05 04:33:32.960 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-05T04:33:33.789Z[ recovery-image] Aug 05 04:33:32.972 INFO O| Aug 05 04:33:32.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80592026-08-05T04:33:33.789Z[ recovery-image] Aug 05 04:33:32.972 INFO O| Aug 05 04:33:32.972 INFO STEP 927 (remove_files) COMPLETE
80602026-08-05T04:33:33.793Z[ recovery-image] Aug 05 04:33:32.972 INFO O| Aug 05 04:33:32.972 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-05T04:33:33.801Z[ recovery-image] Aug 05 04:33:32.984 INFO O| Aug 05 04:33:32.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80622026-08-05T04:33:33.801Z[ recovery-image] Aug 05 04:33:32.984 INFO O| Aug 05 04:33:32.984 INFO STEP 928 (remove_files) COMPLETE
80632026-08-05T04:33:33.801Z[ recovery-image] Aug 05 04:33:32.984 INFO O| Aug 05 04:33:32.984 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-05T04:33:33.812Z[ recovery-image] Aug 05 04:33:32.995 INFO O| Aug 05 04:33:32.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80652026-08-05T04:33:33.812Z[ recovery-image] Aug 05 04:33:32.995 INFO O| Aug 05 04:33:32.995 INFO STEP 929 (remove_files) COMPLETE
80662026-08-05T04:33:33.812Z[ recovery-image] Aug 05 04:33:32.995 INFO O| Aug 05 04:33:32.995 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-05T04:33:33.824Z[ recovery-image] Aug 05 04:33:33.007 INFO O| Aug 05 04:33:33.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80682026-08-05T04:33:33.825Z[ recovery-image] Aug 05 04:33:33.007 INFO O| Aug 05 04:33:33.007 INFO STEP 930 (remove_files) COMPLETE
80692026-08-05T04:33:33.825Z[ recovery-image] Aug 05 04:33:33.007 INFO O| Aug 05 04:33:33.007 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-05T04:33:33.854Z[ recovery-image] Aug 05 04:33:33.018 INFO O| Aug 05 04:33:33.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80712026-08-05T04:33:33.854Z[ recovery-image] Aug 05 04:33:33.018 INFO O| Aug 05 04:33:33.018 INFO STEP 931 (remove_files) COMPLETE
80722026-08-05T04:33:33.854Z[ recovery-image] Aug 05 04:33:33.018 INFO O| Aug 05 04:33:33.018 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-05T04:33:33.858Z[ recovery-image] Aug 05 04:33:33.027 INFO O| Aug 05 04:33:33.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80742026-08-05T04:33:33.858Z[ recovery-image] Aug 05 04:33:33.028 INFO O| Aug 05 04:33:33.028 INFO STEP 932 (remove_files) COMPLETE
80752026-08-05T04:33:33.858Z[ recovery-image] Aug 05 04:33:33.028 INFO O| Aug 05 04:33:33.028 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-05T04:33:33.858Z[ recovery-image] Aug 05 04:33:33.039 INFO O| Aug 05 04:33:33.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80772026-08-05T04:33:33.858Z[ recovery-image] Aug 05 04:33:33.039 INFO O| Aug 05 04:33:33.039 INFO STEP 933 (remove_files) COMPLETE
80782026-08-05T04:33:33.858Z[ recovery-image] Aug 05 04:33:33.039 INFO O| Aug 05 04:33:33.039 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-05T04:33:33.868Z[ recovery-image] Aug 05 04:33:33.050 INFO O| Aug 05 04:33:33.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80802026-08-05T04:33:33.868Z[ recovery-image] Aug 05 04:33:33.051 INFO O| Aug 05 04:33:33.050 INFO STEP 934 (remove_files) COMPLETE
80812026-08-05T04:33:33.868Z[ recovery-image] Aug 05 04:33:33.051 INFO O| Aug 05 04:33:33.051 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-05T04:33:33.878Z[ recovery-image] Aug 05 04:33:33.061 INFO O| Aug 05 04:33:33.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80832026-08-05T04:33:33.881Z[ recovery-image] Aug 05 04:33:33.061 INFO O| Aug 05 04:33:33.061 INFO STEP 935 (remove_files) COMPLETE
80842026-08-05T04:33:33.881Z[ recovery-image] Aug 05 04:33:33.061 INFO O| Aug 05 04:33:33.061 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-05T04:33:33.889Z[ recovery-image] Aug 05 04:33:33.072 INFO O| Aug 05 04:33:33.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80862026-08-05T04:33:33.889Z[ recovery-image] Aug 05 04:33:33.072 INFO O| Aug 05 04:33:33.072 INFO STEP 936 (remove_files) COMPLETE
80872026-08-05T04:33:33.892Z[ recovery-image] Aug 05 04:33:33.072 INFO O| Aug 05 04:33:33.072 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-05T04:33:33.900Z[ recovery-image] Aug 05 04:33:33.083 INFO O| Aug 05 04:33:33.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80892026-08-05T04:33:33.900Z[ recovery-image] Aug 05 04:33:33.083 INFO O| Aug 05 04:33:33.083 INFO STEP 937 (remove_files) COMPLETE
80902026-08-05T04:33:33.900Z[ recovery-image] Aug 05 04:33:33.083 INFO O| Aug 05 04:33:33.083 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-05T04:33:33.911Z[ recovery-image] Aug 05 04:33:33.094 INFO O| Aug 05 04:33:33.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80922026-08-05T04:33:33.911Z[ recovery-image] Aug 05 04:33:33.094 INFO O| Aug 05 04:33:33.094 INFO STEP 938 (remove_files) COMPLETE
80932026-08-05T04:33:33.911Z[ recovery-image] Aug 05 04:33:33.094 INFO O| Aug 05 04:33:33.094 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-05T04:33:33.922Z[ recovery-image] Aug 05 04:33:33.105 INFO O| Aug 05 04:33:33.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80952026-08-05T04:33:33.922Z[ recovery-image] Aug 05 04:33:33.105 INFO O| Aug 05 04:33:33.105 INFO STEP 939 (remove_files) COMPLETE
80962026-08-05T04:33:33.925Z[ recovery-image] Aug 05 04:33:33.105 INFO O| Aug 05 04:33:33.105 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-05T04:33:33.930Z[ recovery-image] Aug 05 04:33:33.114 INFO O| Aug 05 04:33:33.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80982026-08-05T04:33:33.931Z[ recovery-image] Aug 05 04:33:33.114 INFO O| Aug 05 04:33:33.114 INFO STEP 940 (remove_files) COMPLETE
80992026-08-05T04:33:33.931Z[ recovery-image] Aug 05 04:33:33.114 INFO O| Aug 05 04:33:33.114 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-05T04:33:33.939Z[ recovery-image] Aug 05 04:33:33.122 INFO O| Aug 05 04:33:33.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81012026-08-05T04:33:33.939Z[ recovery-image] Aug 05 04:33:33.122 INFO O| Aug 05 04:33:33.122 INFO STEP 941 (remove_files) COMPLETE
81022026-08-05T04:33:33.942Z[ recovery-image] Aug 05 04:33:33.122 INFO O| Aug 05 04:33:33.122 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-05T04:33:33.948Z[ recovery-image] Aug 05 04:33:33.131 INFO O| Aug 05 04:33:33.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81042026-08-05T04:33:33.948Z[ recovery-image] Aug 05 04:33:33.131 INFO O| Aug 05 04:33:33.131 INFO STEP 942 (remove_files) COMPLETE
81052026-08-05T04:33:33.951Z[ recovery-image] Aug 05 04:33:33.131 INFO O| Aug 05 04:33:33.131 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-05T04:33:33.957Z[ recovery-image] Aug 05 04:33:33.140 INFO O| Aug 05 04:33:33.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81072026-08-05T04:33:33.957Z[ recovery-image] Aug 05 04:33:33.140 INFO O| Aug 05 04:33:33.140 INFO STEP 943 (remove_files) COMPLETE
81082026-08-05T04:33:33.957Z[ recovery-image] Aug 05 04:33:33.140 INFO O| Aug 05 04:33:33.140 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-05T04:33:33.957Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
81102026-08-05T04:33:33.967Z[ recovery-image] Aug 05 04:33:33.150 INFO O| Aug 05 04:33:33.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81112026-08-05T04:33:33.968Z[ recovery-image] Aug 05 04:33:33.150 INFO O| Aug 05 04:33:33.150 INFO STEP 944 (remove_files) COMPLETE
81122026-08-05T04:33:33.971Z[ recovery-image] Aug 05 04:33:33.150 INFO O| Aug 05 04:33:33.150 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-05T04:33:33.978Z[ recovery-image] Aug 05 04:33:33.161 INFO O| Aug 05 04:33:33.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81142026-08-05T04:33:33.978Z[ recovery-image] Aug 05 04:33:33.161 INFO O| Aug 05 04:33:33.161 INFO STEP 945 (remove_files) COMPLETE
81152026-08-05T04:33:33.981Z[ recovery-image] Aug 05 04:33:33.161 INFO O| Aug 05 04:33:33.161 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-08-05T04:33:33.987Z[ recovery-image] Aug 05 04:33:33.170 INFO O| Aug 05 04:33:33.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81172026-08-05T04:33:33.987Z[ recovery-image] Aug 05 04:33:33.170 INFO O| Aug 05 04:33:33.170 INFO STEP 946 (remove_files) COMPLETE
81182026-08-05T04:33:33.991Z[ recovery-image] Aug 05 04:33:33.170 INFO O| Aug 05 04:33:33.170 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-05T04:33:33.997Z[ recovery-image] Aug 05 04:33:33.179 INFO O| Aug 05 04:33:33.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81202026-08-05T04:33:33.997Z[ recovery-image] Aug 05 04:33:33.179 INFO O| Aug 05 04:33:33.179 INFO STEP 947 (remove_files) COMPLETE
81212026-08-05T04:33:33.997Z[ recovery-image] Aug 05 04:33:33.179 INFO O| Aug 05 04:33:33.179 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-05T04:33:34.006Z[ recovery-image] Aug 05 04:33:33.189 INFO O| Aug 05 04:33:33.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81232026-08-05T04:33:34.006Z[ recovery-image] Aug 05 04:33:33.189 INFO O| Aug 05 04:33:33.189 INFO STEP 948 (remove_files) COMPLETE
81242026-08-05T04:33:34.010Z[ recovery-image] Aug 05 04:33:33.189 INFO O| Aug 05 04:33:33.189 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-05T04:33:34.016Z[ recovery-image] Aug 05 04:33:33.199 INFO O| Aug 05 04:33:33.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81262026-08-05T04:33:34.016Z[ recovery-image] Aug 05 04:33:33.199 INFO O| Aug 05 04:33:33.199 INFO STEP 949 (remove_files) COMPLETE
81272026-08-05T04:33:34.016Z[ recovery-image] Aug 05 04:33:33.199 INFO O| Aug 05 04:33:33.199 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-08-05T04:33:34.025Z[ recovery-image] Aug 05 04:33:33.208 INFO O| Aug 05 04:33:33.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81292026-08-05T04:33:34.025Z[ recovery-image] Aug 05 04:33:33.208 INFO O| Aug 05 04:33:33.208 INFO STEP 950 (remove_files) COMPLETE
81302026-08-05T04:33:34.029Z[ recovery-image] Aug 05 04:33:33.208 INFO O| Aug 05 04:33:33.208 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-08-05T04:33:34.035Z[ recovery-image] Aug 05 04:33:33.218 INFO O| Aug 05 04:33:33.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81322026-08-05T04:33:34.038Z[ recovery-image] Aug 05 04:33:33.218 INFO O| Aug 05 04:33:33.218 INFO STEP 951 (remove_files) COMPLETE
81332026-08-05T04:33:34.038Z[ recovery-image] Aug 05 04:33:33.218 INFO O| Aug 05 04:33:33.218 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-08-05T04:33:34.044Z[ recovery-image] Aug 05 04:33:33.227 INFO O| Aug 05 04:33:33.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81352026-08-05T04:33:34.044Z[ recovery-image] Aug 05 04:33:33.227 INFO O| Aug 05 04:33:33.227 INFO STEP 952 (remove_files) COMPLETE
81362026-08-05T04:33:34.048Z[ recovery-image] Aug 05 04:33:33.227 INFO O| Aug 05 04:33:33.227 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-05T04:33:34.055Z[ recovery-image] Aug 05 04:33:33.237 INFO O| Aug 05 04:33:33.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81382026-08-05T04:33:34.055Z[ recovery-image] Aug 05 04:33:33.237 INFO O| Aug 05 04:33:33.237 INFO STEP 953 (remove_files) COMPLETE
81392026-08-05T04:33:34.058Z[ recovery-image] Aug 05 04:33:33.237 INFO O| Aug 05 04:33:33.237 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-08-05T04:33:34.064Z[ recovery-image] Aug 05 04:33:33.247 INFO O| Aug 05 04:33:33.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81412026-08-05T04:33:34.064Z[ recovery-image] Aug 05 04:33:33.247 INFO O| Aug 05 04:33:33.247 INFO STEP 954 (remove_files) COMPLETE
81422026-08-05T04:33:34.064Z[ recovery-image] Aug 05 04:33:33.247 INFO O| Aug 05 04:33:33.247 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-05T04:33:34.074Z[ recovery-image] Aug 05 04:33:33.257 INFO O| Aug 05 04:33:33.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81442026-08-05T04:33:34.074Z[ recovery-image] Aug 05 04:33:33.257 INFO O| Aug 05 04:33:33.257 INFO STEP 955 (remove_files) COMPLETE
81452026-08-05T04:33:34.077Z[ recovery-image] Aug 05 04:33:33.257 INFO O| Aug 05 04:33:33.257 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-05T04:33:34.085Z[ recovery-image] Aug 05 04:33:33.267 INFO O| Aug 05 04:33:33.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81472026-08-05T04:33:34.085Z[ recovery-image] Aug 05 04:33:33.268 INFO O| Aug 05 04:33:33.268 INFO STEP 956 (remove_files) COMPLETE
81482026-08-05T04:33:34.085Z[ recovery-image] Aug 05 04:33:33.268 INFO O| Aug 05 04:33:33.268 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-05T04:33:34.095Z[ recovery-image] Aug 05 04:33:33.278 INFO O| Aug 05 04:33:33.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81502026-08-05T04:33:34.095Z[ recovery-image] Aug 05 04:33:33.278 INFO O| Aug 05 04:33:33.278 INFO STEP 957 (remove_files) COMPLETE
81512026-08-05T04:33:34.095Z[ recovery-image] Aug 05 04:33:33.278 INFO O| Aug 05 04:33:33.278 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-05T04:33:34.104Z[ recovery-image] Aug 05 04:33:33.287 INFO O| Aug 05 04:33:33.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81532026-08-05T04:33:34.104Z[ recovery-image] Aug 05 04:33:33.287 INFO O| Aug 05 04:33:33.287 INFO STEP 958 (remove_files) COMPLETE
81542026-08-05T04:33:34.104Z[ recovery-image] Aug 05 04:33:33.287 INFO O| Aug 05 04:33:33.287 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-05T04:33:34.113Z[ recovery-image] Aug 05 04:33:33.296 INFO O| Aug 05 04:33:33.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81562026-08-05T04:33:34.113Z[ recovery-image] Aug 05 04:33:33.296 INFO O| Aug 05 04:33:33.296 INFO STEP 959 (remove_files) COMPLETE
81572026-08-05T04:33:34.113Z[ recovery-image] Aug 05 04:33:33.296 INFO O| Aug 05 04:33:33.296 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-05T04:33:34.123Z[ recovery-image] Aug 05 04:33:33.306 INFO O| Aug 05 04:33:33.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81592026-08-05T04:33:34.123Z[ recovery-image] Aug 05 04:33:33.306 INFO O| Aug 05 04:33:33.306 INFO STEP 960 (remove_files) COMPLETE
81602026-08-05T04:33:34.126Z[ recovery-image] Aug 05 04:33:33.306 INFO O| Aug 05 04:33:33.306 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-05T04:33:34.134Z[ recovery-image] Aug 05 04:33:33.317 INFO O| Aug 05 04:33:33.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81622026-08-05T04:33:34.134Z[ recovery-image] Aug 05 04:33:33.317 INFO O| Aug 05 04:33:33.317 INFO STEP 961 (remove_files) COMPLETE
81632026-08-05T04:33:34.139Z[ recovery-image] Aug 05 04:33:33.317 INFO O| Aug 05 04:33:33.317 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-05T04:33:34.145Z[ recovery-image] Aug 05 04:33:33.328 INFO O| Aug 05 04:33:33.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81652026-08-05T04:33:34.145Z[ recovery-image] Aug 05 04:33:33.328 INFO O| Aug 05 04:33:33.328 INFO STEP 962 (remove_files) COMPLETE
81662026-08-05T04:33:34.145Z[ recovery-image] Aug 05 04:33:33.328 INFO O| Aug 05 04:33:33.328 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-05T04:33:34.157Z[ recovery-image] Aug 05 04:33:33.340 INFO O| Aug 05 04:33:33.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81682026-08-05T04:33:34.157Z[ recovery-image] Aug 05 04:33:33.340 INFO O| Aug 05 04:33:33.340 INFO STEP 963 (remove_files) COMPLETE
81692026-08-05T04:33:34.160Z[ recovery-image] Aug 05 04:33:33.340 INFO O| Aug 05 04:33:33.340 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-05T04:33:34.169Z[ recovery-image] Aug 05 04:33:33.352 INFO O| Aug 05 04:33:33.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81712026-08-05T04:33:34.169Z[ recovery-image] Aug 05 04:33:33.352 INFO O| Aug 05 04:33:33.352 INFO STEP 964 (remove_files) COMPLETE
81722026-08-05T04:33:34.169Z[ recovery-image] Aug 05 04:33:33.352 INFO O| Aug 05 04:33:33.352 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-05T04:33:34.180Z[ recovery-image] Aug 05 04:33:33.362 INFO O| Aug 05 04:33:33.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81742026-08-05T04:33:34.180Z[ recovery-image] Aug 05 04:33:33.362 INFO O| Aug 05 04:33:33.362 INFO STEP 965 (remove_files) COMPLETE
81752026-08-05T04:33:34.180Z[ recovery-image] Aug 05 04:33:33.362 INFO O| Aug 05 04:33:33.362 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-05T04:33:34.189Z[ recovery-image] Aug 05 04:33:33.372 INFO O| Aug 05 04:33:33.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81772026-08-05T04:33:34.189Z[ recovery-image] Aug 05 04:33:33.372 INFO O| Aug 05 04:33:33.372 INFO STEP 966 (remove_files) COMPLETE
81782026-08-05T04:33:34.189Z[ recovery-image] Aug 05 04:33:33.372 INFO O| Aug 05 04:33:33.372 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-05T04:33:34.198Z[ recovery-image] Aug 05 04:33:33.381 INFO O| Aug 05 04:33:33.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81802026-08-05T04:33:34.198Z[ recovery-image] Aug 05 04:33:33.381 INFO O| Aug 05 04:33:33.381 INFO STEP 967 (remove_files) COMPLETE
81812026-08-05T04:33:34.198Z[ recovery-image] Aug 05 04:33:33.381 INFO O| Aug 05 04:33:33.381 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-05T04:33:34.207Z[ recovery-image] Aug 05 04:33:33.390 INFO O| Aug 05 04:33:33.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81832026-08-05T04:33:34.207Z[ recovery-image] Aug 05 04:33:33.390 INFO O| Aug 05 04:33:33.390 INFO STEP 968 (remove_files) COMPLETE
81842026-08-05T04:33:34.207Z[ recovery-image] Aug 05 04:33:33.390 INFO O| Aug 05 04:33:33.390 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-05T04:33:34.220Z[ recovery-image] Aug 05 04:33:33.403 INFO O| Aug 05 04:33:33.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81862026-08-05T04:33:34.220Z[ recovery-image] Aug 05 04:33:33.403 INFO O| Aug 05 04:33:33.403 INFO STEP 969 (remove_files) COMPLETE
81872026-08-05T04:33:34.220Z[ recovery-image] Aug 05 04:33:33.403 INFO O| Aug 05 04:33:33.403 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-08-05T04:33:34.230Z[ recovery-image] Aug 05 04:33:33.413 INFO O| Aug 05 04:33:33.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81892026-08-05T04:33:34.230Z[ recovery-image] Aug 05 04:33:33.413 INFO O| Aug 05 04:33:33.413 INFO STEP 970 (remove_files) COMPLETE
81902026-08-05T04:33:34.234Z[ recovery-image] Aug 05 04:33:33.413 INFO O| Aug 05 04:33:33.413 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-08-05T04:33:34.242Z[ recovery-image] Aug 05 04:33:33.424 INFO O| Aug 05 04:33:33.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81922026-08-05T04:33:34.242Z[ recovery-image] Aug 05 04:33:33.424 INFO O| Aug 05 04:33:33.424 INFO STEP 971 (remove_files) COMPLETE
81932026-08-05T04:33:34.244Z[ recovery-image] Aug 05 04:33:33.424 INFO O| Aug 05 04:33:33.424 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-08-05T04:33:34.256Z[ recovery-image] Aug 05 04:33:33.439 INFO O| Aug 05 04:33:33.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81952026-08-05T04:33:34.256Z[ recovery-image] Aug 05 04:33:33.439 INFO O| Aug 05 04:33:33.439 INFO STEP 972 (remove_files) COMPLETE
81962026-08-05T04:33:34.256Z[ recovery-image] Aug 05 04:33:33.439 INFO O| Aug 05 04:33:33.439 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-08-05T04:33:34.266Z[ recovery-image] Aug 05 04:33:33.449 INFO O| Aug 05 04:33:33.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81982026-08-05T04:33:34.266Z[ recovery-image] Aug 05 04:33:33.449 INFO O| Aug 05 04:33:33.449 INFO STEP 973 (remove_files) COMPLETE
81992026-08-05T04:33:34.266Z[ recovery-image] Aug 05 04:33:33.449 INFO O| Aug 05 04:33:33.449 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-08-05T04:33:34.277Z[ recovery-image] Aug 05 04:33:33.460 INFO O| Aug 05 04:33:33.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82012026-08-05T04:33:34.277Z[ recovery-image] Aug 05 04:33:33.460 INFO O| Aug 05 04:33:33.460 INFO STEP 974 (remove_files) COMPLETE
82022026-08-05T04:33:34.280Z[ recovery-image] Aug 05 04:33:33.460 INFO O| Aug 05 04:33:33.460 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-08-05T04:33:34.287Z[ recovery-image] Aug 05 04:33:33.470 INFO O| Aug 05 04:33:33.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82042026-08-05T04:33:34.288Z[ recovery-image] Aug 05 04:33:33.470 INFO O| Aug 05 04:33:33.470 INFO STEP 975 (remove_files) COMPLETE
82052026-08-05T04:33:34.288Z[ recovery-image] Aug 05 04:33:33.470 INFO O| Aug 05 04:33:33.470 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-05T04:33:34.298Z[ recovery-image] Aug 05 04:33:33.480 INFO O| Aug 05 04:33:33.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82072026-08-05T04:33:34.298Z[ recovery-image] Aug 05 04:33:33.480 INFO O| Aug 05 04:33:33.480 INFO STEP 976 (remove_files) COMPLETE
82082026-08-05T04:33:34.298Z[ recovery-image] Aug 05 04:33:33.481 INFO O| Aug 05 04:33:33.480 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-05T04:33:34.307Z[ recovery-image] Aug 05 04:33:33.490 INFO O| Aug 05 04:33:33.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82102026-08-05T04:33:34.307Z[ recovery-image] Aug 05 04:33:33.490 INFO O| Aug 05 04:33:33.490 INFO STEP 977 (remove_files) COMPLETE
82112026-08-05T04:33:34.307Z[ recovery-image] Aug 05 04:33:33.490 INFO O| Aug 05 04:33:33.490 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-05T04:33:34.316Z[ recovery-image] Aug 05 04:33:33.498 INFO O| Aug 05 04:33:33.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82132026-08-05T04:33:34.316Z[ recovery-image] Aug 05 04:33:33.498 INFO O| Aug 05 04:33:33.498 INFO STEP 978 (remove_files) COMPLETE
82142026-08-05T04:33:34.316Z[ recovery-image] Aug 05 04:33:33.499 INFO O| Aug 05 04:33:33.498 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-05T04:33:34.324Z[ recovery-image] Aug 05 04:33:33.507 INFO O| Aug 05 04:33:33.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82162026-08-05T04:33:34.324Z[ recovery-image] Aug 05 04:33:33.507 INFO O| Aug 05 04:33:33.507 INFO STEP 979 (remove_files) COMPLETE
82172026-08-05T04:33:34.327Z[ recovery-image] Aug 05 04:33:33.507 INFO O| Aug 05 04:33:33.507 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-05T04:33:34.332Z[ recovery-image] Aug 05 04:33:33.515 INFO O| Aug 05 04:33:33.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82192026-08-05T04:33:34.332Z[ recovery-image] Aug 05 04:33:33.515 INFO O| Aug 05 04:33:33.515 INFO STEP 980 (remove_files) COMPLETE
82202026-08-05T04:33:34.332Z[ recovery-image] Aug 05 04:33:33.515 INFO O| Aug 05 04:33:33.515 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-05T04:33:34.344Z[ recovery-image] Aug 05 04:33:33.525 INFO O| Aug 05 04:33:33.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82222026-08-05T04:33:34.344Z[ recovery-image] Aug 05 04:33:33.525 INFO O| Aug 05 04:33:33.525 INFO STEP 981 (remove_files) COMPLETE
82232026-08-05T04:33:34.344Z[ recovery-image] Aug 05 04:33:33.525 INFO O| Aug 05 04:33:33.525 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-05T04:33:34.347Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
82252026-08-05T04:33:34.351Z[ recovery-image] Aug 05 04:33:33.534 INFO O| Aug 05 04:33:33.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82262026-08-05T04:33:34.351Z[ recovery-image] Aug 05 04:33:33.534 INFO O| Aug 05 04:33:33.534 INFO STEP 982 (remove_files) COMPLETE
82272026-08-05T04:33:34.354Z[ recovery-image] Aug 05 04:33:33.534 INFO O| Aug 05 04:33:33.534 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-05T04:33:34.361Z[ recovery-image] Aug 05 04:33:33.544 INFO O| Aug 05 04:33:33.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82292026-08-05T04:33:34.361Z[ recovery-image] Aug 05 04:33:33.544 INFO O| Aug 05 04:33:33.544 INFO STEP 983 (remove_files) COMPLETE
82302026-08-05T04:33:34.364Z[ recovery-image] Aug 05 04:33:33.544 INFO O| Aug 05 04:33:33.544 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-05T04:33:34.370Z[ recovery-image] Aug 05 04:33:33.554 INFO O| Aug 05 04:33:33.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82322026-08-05T04:33:34.370Z[ recovery-image] Aug 05 04:33:33.554 INFO O| Aug 05 04:33:33.554 INFO STEP 984 (remove_files) COMPLETE
82332026-08-05T04:33:34.373Z[ recovery-image] Aug 05 04:33:33.554 INFO O| Aug 05 04:33:33.554 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-05T04:33:34.379Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
82352026-08-05T04:33:34.382Z[ recovery-image] Aug 05 04:33:33.564 INFO O| Aug 05 04:33:33.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82362026-08-05T04:33:34.382Z[ recovery-image] Aug 05 04:33:33.564 INFO O| Aug 05 04:33:33.564 INFO STEP 985 (remove_files) COMPLETE
82372026-08-05T04:33:34.382Z[ recovery-image] Aug 05 04:33:33.564 INFO O| Aug 05 04:33:33.564 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-05T04:33:34.390Z[ recovery-image] Aug 05 04:33:33.573 INFO O| Aug 05 04:33:33.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82392026-08-05T04:33:34.390Z[ recovery-image] Aug 05 04:33:33.573 INFO O| Aug 05 04:33:33.573 INFO STEP 986 (remove_files) COMPLETE
82402026-08-05T04:33:34.390Z[ recovery-image] Aug 05 04:33:33.573 INFO O| Aug 05 04:33:33.573 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-05T04:33:34.401Z[ recovery-image] Aug 05 04:33:33.583 INFO O| Aug 05 04:33:33.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82422026-08-05T04:33:34.401Z[ recovery-image] Aug 05 04:33:33.583 INFO O| Aug 05 04:33:33.583 INFO STEP 987 (remove_files) COMPLETE
82432026-08-05T04:33:34.401Z[ recovery-image] Aug 05 04:33:33.583 INFO O| Aug 05 04:33:33.583 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-05T04:33:34.410Z[ recovery-image] Aug 05 04:33:33.593 INFO O| Aug 05 04:33:33.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82452026-08-05T04:33:34.410Z[ recovery-image] Aug 05 04:33:33.593 INFO O| Aug 05 04:33:33.593 INFO STEP 988 (remove_files) COMPLETE
82462026-08-05T04:33:34.410Z[ recovery-image] Aug 05 04:33:33.593 INFO O| Aug 05 04:33:33.593 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-05T04:33:34.420Z[ recovery-image] Aug 05 04:33:33.603 INFO O| Aug 05 04:33:33.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82482026-08-05T04:33:34.420Z[ recovery-image] Aug 05 04:33:33.603 INFO O| Aug 05 04:33:33.603 INFO STEP 989 (remove_files) COMPLETE
82492026-08-05T04:33:34.420Z[ recovery-image] Aug 05 04:33:33.603 INFO O| Aug 05 04:33:33.603 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-05T04:33:34.428Z[ recovery-image] Aug 05 04:33:33.611 INFO O| Aug 05 04:33:33.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82512026-08-05T04:33:34.429Z[ recovery-image] Aug 05 04:33:33.611 INFO O| Aug 05 04:33:33.611 INFO STEP 990 (remove_files) COMPLETE
82522026-08-05T04:33:34.432Z[ recovery-image] Aug 05 04:33:33.611 INFO O| Aug 05 04:33:33.611 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-05T04:33:34.437Z[ recovery-image] Aug 05 04:33:33.620 INFO O| Aug 05 04:33:33.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82542026-08-05T04:33:34.438Z[ recovery-image] Aug 05 04:33:33.620 INFO O| Aug 05 04:33:33.620 INFO STEP 991 (remove_files) COMPLETE
82552026-08-05T04:33:34.438Z[ recovery-image] Aug 05 04:33:33.620 INFO O| Aug 05 04:33:33.620 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-05T04:33:34.447Z[ recovery-image] Aug 05 04:33:33.630 INFO O| Aug 05 04:33:33.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82572026-08-05T04:33:34.447Z[ recovery-image] Aug 05 04:33:33.630 INFO O| Aug 05 04:33:33.630 INFO STEP 992 (remove_files) COMPLETE
82582026-08-05T04:33:34.449Z[ recovery-image] Aug 05 04:33:33.630 INFO O| Aug 05 04:33:33.630 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-05T04:33:34.456Z[ recovery-image] Aug 05 04:33:33.639 INFO O| Aug 05 04:33:33.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82602026-08-05T04:33:34.456Z[ recovery-image] Aug 05 04:33:33.639 INFO O| Aug 05 04:33:33.639 INFO STEP 993 (remove_files) COMPLETE
82612026-08-05T04:33:34.459Z[ recovery-image] Aug 05 04:33:33.639 INFO O| Aug 05 04:33:33.639 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-05T04:33:34.465Z[ recovery-image] Aug 05 04:33:33.648 INFO O| Aug 05 04:33:33.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82632026-08-05T04:33:34.465Z[ recovery-image] Aug 05 04:33:33.648 INFO O| Aug 05 04:33:33.648 INFO STEP 994 (remove_files) COMPLETE
82642026-08-05T04:33:34.465Z[ recovery-image] Aug 05 04:33:33.648 INFO O| Aug 05 04:33:33.648 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-05T04:33:34.473Z[ recovery-image] Aug 05 04:33:33.656 INFO O| Aug 05 04:33:33.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82662026-08-05T04:33:34.473Z[ recovery-image] Aug 05 04:33:33.656 INFO O| Aug 05 04:33:33.656 INFO STEP 995 (remove_files) COMPLETE
82672026-08-05T04:33:34.476Z[ recovery-image] Aug 05 04:33:33.656 INFO O| Aug 05 04:33:33.656 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-05T04:33:34.483Z[ recovery-image] Aug 05 04:33:33.666 INFO O| Aug 05 04:33:33.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82692026-08-05T04:33:34.483Z[ recovery-image] Aug 05 04:33:33.666 INFO O| Aug 05 04:33:33.666 INFO STEP 996 (remove_files) COMPLETE
82702026-08-05T04:33:34.486Z[ recovery-image] Aug 05 04:33:33.666 INFO O| Aug 05 04:33:33.666 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-05T04:33:34.493Z[ recovery-image] Aug 05 04:33:33.676 INFO O| Aug 05 04:33:33.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82722026-08-05T04:33:34.493Z[ recovery-image] Aug 05 04:33:33.676 INFO O| Aug 05 04:33:33.676 INFO STEP 997 (remove_files) COMPLETE
82732026-08-05T04:33:34.493Z[ recovery-image] Aug 05 04:33:33.676 INFO O| Aug 05 04:33:33.676 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-05T04:33:34.503Z[ recovery-image] Aug 05 04:33:33.686 INFO O| Aug 05 04:33:33.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82752026-08-05T04:33:34.503Z[ recovery-image] Aug 05 04:33:33.686 INFO O| Aug 05 04:33:33.686 INFO STEP 998 (remove_files) COMPLETE
82762026-08-05T04:33:34.503Z[ recovery-image] Aug 05 04:33:33.686 INFO O| Aug 05 04:33:33.686 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-05T04:33:34.513Z[ recovery-image] Aug 05 04:33:33.696 INFO O| Aug 05 04:33:33.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82782026-08-05T04:33:34.513Z[ recovery-image] Aug 05 04:33:33.696 INFO O| Aug 05 04:33:33.696 INFO STEP 999 (remove_files) COMPLETE
82792026-08-05T04:33:34.513Z[ recovery-image] Aug 05 04:33:33.696 INFO O| Aug 05 04:33:33.696 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-05T04:33:34.523Z[ recovery-image] Aug 05 04:33:33.706 INFO O| Aug 05 04:33:33.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82812026-08-05T04:33:34.523Z[ recovery-image] Aug 05 04:33:33.706 INFO O| Aug 05 04:33:33.706 INFO STEP 1000 (remove_files) COMPLETE
82822026-08-05T04:33:34.523Z[ recovery-image] Aug 05 04:33:33.706 INFO O| Aug 05 04:33:33.706 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-05T04:33:34.527Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
82842026-08-05T04:33:34.532Z[ recovery-image] Aug 05 04:33:33.715 INFO O| Aug 05 04:33:33.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82852026-08-05T04:33:34.532Z[ recovery-image] Aug 05 04:33:33.715 INFO O| Aug 05 04:33:33.715 INFO STEP 1001 (remove_files) COMPLETE
82862026-08-05T04:33:34.532Z[ recovery-image] Aug 05 04:33:33.715 INFO O| Aug 05 04:33:33.715 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-05T04:33:34.542Z[ recovery-image] Aug 05 04:33:33.725 INFO O| Aug 05 04:33:33.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82882026-08-05T04:33:34.547Z[ recovery-image] Aug 05 04:33:33.725 INFO O| Aug 05 04:33:33.725 INFO STEP 1002 (remove_files) COMPLETE
82892026-08-05T04:33:34.547Z[ recovery-image] Aug 05 04:33:33.725 INFO O| Aug 05 04:33:33.725 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-05T04:33:34.553Z[ recovery-image] Aug 05 04:33:33.736 INFO O| Aug 05 04:33:33.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82912026-08-05T04:33:34.553Z[ recovery-image] Aug 05 04:33:33.736 INFO O| Aug 05 04:33:33.736 INFO STEP 1003 (remove_files) COMPLETE
82922026-08-05T04:33:34.556Z[ recovery-image] Aug 05 04:33:33.736 INFO O| Aug 05 04:33:33.736 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-05T04:33:34.563Z[ recovery-image] Aug 05 04:33:33.746 INFO O| Aug 05 04:33:33.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82942026-08-05T04:33:34.563Z[ recovery-image] Aug 05 04:33:33.746 INFO O| Aug 05 04:33:33.746 INFO STEP 1004 (remove_files) COMPLETE
82952026-08-05T04:33:34.563Z[ recovery-image] Aug 05 04:33:33.746 INFO O| Aug 05 04:33:33.746 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-05T04:33:34.572Z[ recovery-image] Aug 05 04:33:33.755 INFO O| Aug 05 04:33:33.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82972026-08-05T04:33:34.572Z[ recovery-image] Aug 05 04:33:33.755 INFO O| Aug 05 04:33:33.755 INFO STEP 1005 (remove_files) COMPLETE
82982026-08-05T04:33:34.572Z[ recovery-image] Aug 05 04:33:33.755 INFO O| Aug 05 04:33:33.755 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-05T04:33:34.581Z[ recovery-image] Aug 05 04:33:33.764 INFO O| Aug 05 04:33:33.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83002026-08-05T04:33:34.581Z[ recovery-image] Aug 05 04:33:33.764 INFO O| Aug 05 04:33:33.764 INFO STEP 1006 (remove_files) COMPLETE
83012026-08-05T04:33:34.585Z[ recovery-image] Aug 05 04:33:33.764 INFO O| Aug 05 04:33:33.764 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-05T04:33:34.590Z[ recovery-image] Aug 05 04:33:33.773 INFO O| Aug 05 04:33:33.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83032026-08-05T04:33:34.590Z[ recovery-image] Aug 05 04:33:33.773 INFO O| Aug 05 04:33:33.773 INFO STEP 1007 (remove_files) COMPLETE
83042026-08-05T04:33:34.590Z[ recovery-image] Aug 05 04:33:33.773 INFO O| Aug 05 04:33:33.773 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-05T04:33:34.598Z[ recovery-image] Aug 05 04:33:33.781 INFO O| Aug 05 04:33:33.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83062026-08-05T04:33:34.598Z[ recovery-image] Aug 05 04:33:33.781 INFO O| Aug 05 04:33:33.781 INFO STEP 1008 (remove_files) COMPLETE
83072026-08-05T04:33:34.598Z[ recovery-image] Aug 05 04:33:33.781 INFO O| Aug 05 04:33:33.781 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-05T04:33:34.606Z[ recovery-image] Aug 05 04:33:33.789 INFO O| Aug 05 04:33:33.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83092026-08-05T04:33:34.606Z[ recovery-image] Aug 05 04:33:33.789 INFO O| Aug 05 04:33:33.789 INFO STEP 1009 (remove_files) COMPLETE
83102026-08-05T04:33:34.606Z[ recovery-image] Aug 05 04:33:33.789 INFO O| Aug 05 04:33:33.789 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-05T04:33:34.615Z[ recovery-image] Aug 05 04:33:33.798 INFO O| Aug 05 04:33:33.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83122026-08-05T04:33:34.615Z[ recovery-image] Aug 05 04:33:33.798 INFO O| Aug 05 04:33:33.798 INFO STEP 1010 (remove_files) COMPLETE
83132026-08-05T04:33:34.618Z[ recovery-image] Aug 05 04:33:33.798 INFO O| Aug 05 04:33:33.798 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-05T04:33:34.624Z[ recovery-image] Aug 05 04:33:33.807 INFO O| Aug 05 04:33:33.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83152026-08-05T04:33:34.624Z[ recovery-image] Aug 05 04:33:33.807 INFO O| Aug 05 04:33:33.807 INFO STEP 1011 (remove_files) COMPLETE
83162026-08-05T04:33:34.624Z[ recovery-image] Aug 05 04:33:33.807 INFO O| Aug 05 04:33:33.807 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-05T04:33:34.633Z[ recovery-image] Aug 05 04:33:33.816 INFO O| Aug 05 04:33:33.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83182026-08-05T04:33:34.633Z[ recovery-image] Aug 05 04:33:33.816 INFO O| Aug 05 04:33:33.816 INFO STEP 1012 (remove_files) COMPLETE
83192026-08-05T04:33:34.636Z[ recovery-image] Aug 05 04:33:33.816 INFO O| Aug 05 04:33:33.816 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-05T04:33:34.642Z[ recovery-image] Aug 05 04:33:33.825 INFO O| Aug 05 04:33:33.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83212026-08-05T04:33:34.642Z[ recovery-image] Aug 05 04:33:33.825 INFO O| Aug 05 04:33:33.825 INFO STEP 1013 (remove_files) COMPLETE
83222026-08-05T04:33:34.642Z[ recovery-image] Aug 05 04:33:33.825 INFO O| Aug 05 04:33:33.825 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-05T04:33:34.649Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
83242026-08-05T04:33:34.652Z[ recovery-image] Aug 05 04:33:33.834 INFO O| Aug 05 04:33:33.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83252026-08-05T04:33:34.652Z[ recovery-image] Aug 05 04:33:33.834 INFO O| Aug 05 04:33:33.834 INFO STEP 1014 (remove_files) COMPLETE
83262026-08-05T04:33:34.652Z[ recovery-image] Aug 05 04:33:33.834 INFO O| Aug 05 04:33:33.834 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-08-05T04:33:34.660Z[ recovery-image] Aug 05 04:33:33.844 INFO O| Aug 05 04:33:33.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83282026-08-05T04:33:34.661Z[ recovery-image] Aug 05 04:33:33.844 INFO O| Aug 05 04:33:33.844 INFO STEP 1015 (remove_files) COMPLETE
83292026-08-05T04:33:34.661Z[ recovery-image] Aug 05 04:33:33.844 INFO O| Aug 05 04:33:33.844 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-08-05T04:33:34.669Z[ recovery-image] Aug 05 04:33:33.852 INFO O| Aug 05 04:33:33.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83312026-08-05T04:33:34.669Z[ recovery-image] Aug 05 04:33:33.852 INFO O| Aug 05 04:33:33.852 INFO STEP 1016 (remove_files) COMPLETE
83322026-08-05T04:33:34.669Z[ recovery-image] Aug 05 04:33:33.852 INFO O| Aug 05 04:33:33.852 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-08-05T04:33:34.679Z[ recovery-image] Aug 05 04:33:33.860 INFO O| Aug 05 04:33:33.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83342026-08-05T04:33:34.679Z[ recovery-image] Aug 05 04:33:33.860 INFO O| Aug 05 04:33:33.860 INFO STEP 1017 (remove_files) COMPLETE
83352026-08-05T04:33:34.679Z[ recovery-image] Aug 05 04:33:33.860 INFO O| Aug 05 04:33:33.860 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-05T04:33:34.686Z[ recovery-image] Aug 05 04:33:33.869 INFO O| Aug 05 04:33:33.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83372026-08-05T04:33:34.686Z[ recovery-image] Aug 05 04:33:33.869 INFO O| Aug 05 04:33:33.869 INFO STEP 1018 (remove_files) COMPLETE
83382026-08-05T04:33:34.686Z[ recovery-image] Aug 05 04:33:33.869 INFO O| Aug 05 04:33:33.869 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-05T04:33:34.694Z[ recovery-image] Aug 05 04:33:33.877 INFO O| Aug 05 04:33:33.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83402026-08-05T04:33:34.694Z[ recovery-image] Aug 05 04:33:33.877 INFO O| Aug 05 04:33:33.877 INFO STEP 1019 (remove_files) COMPLETE
83412026-08-05T04:33:34.694Z[ recovery-image] Aug 05 04:33:33.877 INFO O| Aug 05 04:33:33.877 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-05T04:33:34.703Z[ recovery-image] Aug 05 04:33:33.886 INFO O| Aug 05 04:33:33.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83432026-08-05T04:33:34.703Z[ recovery-image] Aug 05 04:33:33.886 INFO O| Aug 05 04:33:33.886 INFO STEP 1020 (remove_files) COMPLETE
83442026-08-05T04:33:34.703Z[ recovery-image] Aug 05 04:33:33.886 INFO O| Aug 05 04:33:33.886 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-05T04:33:34.712Z[ recovery-image] Aug 05 04:33:33.895 INFO O| Aug 05 04:33:33.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83462026-08-05T04:33:34.712Z[ recovery-image] Aug 05 04:33:33.895 INFO O| Aug 05 04:33:33.895 INFO STEP 1021 (remove_files) COMPLETE
83472026-08-05T04:33:34.712Z[ recovery-image] Aug 05 04:33:33.895 INFO O| Aug 05 04:33:33.895 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-05T04:33:34.721Z[ recovery-image] Aug 05 04:33:33.904 INFO O| Aug 05 04:33:33.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83492026-08-05T04:33:34.721Z[ recovery-image] Aug 05 04:33:33.904 INFO O| Aug 05 04:33:33.904 INFO STEP 1022 (remove_files) COMPLETE
83502026-08-05T04:33:34.721Z[ recovery-image] Aug 05 04:33:33.904 INFO O| Aug 05 04:33:33.904 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-05T04:33:34.730Z[ recovery-image] Aug 05 04:33:33.913 INFO O| Aug 05 04:33:33.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83522026-08-05T04:33:34.730Z[ recovery-image] Aug 05 04:33:33.913 INFO O| Aug 05 04:33:33.913 INFO STEP 1023 (remove_files) COMPLETE
83532026-08-05T04:33:34.730Z[ recovery-image] Aug 05 04:33:33.913 INFO O| Aug 05 04:33:33.913 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-05T04:33:34.740Z[ recovery-image] Aug 05 04:33:33.923 INFO O| Aug 05 04:33:33.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83552026-08-05T04:33:34.740Z[ recovery-image] Aug 05 04:33:33.923 INFO O| Aug 05 04:33:33.923 INFO STEP 1024 (remove_files) COMPLETE
83562026-08-05T04:33:34.740Z[ recovery-image] Aug 05 04:33:33.923 INFO O| Aug 05 04:33:33.923 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-05T04:33:34.749Z[ recovery-image] Aug 05 04:33:33.932 INFO O| Aug 05 04:33:33.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83582026-08-05T04:33:34.749Z[ recovery-image] Aug 05 04:33:33.932 INFO O| Aug 05 04:33:33.932 INFO STEP 1025 (remove_files) COMPLETE
83592026-08-05T04:33:34.752Z[ recovery-image] Aug 05 04:33:33.932 INFO O| Aug 05 04:33:33.932 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-05T04:33:34.757Z[ recovery-image] Aug 05 04:33:33.941 INFO O| Aug 05 04:33:33.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83612026-08-05T04:33:34.758Z[ recovery-image] Aug 05 04:33:33.941 INFO O| Aug 05 04:33:33.941 INFO STEP 1026 (remove_files) COMPLETE
83622026-08-05T04:33:34.758Z[ recovery-image] Aug 05 04:33:33.941 INFO O| Aug 05 04:33:33.941 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-05T04:33:34.769Z[ recovery-image] Aug 05 04:33:33.950 INFO O| Aug 05 04:33:33.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83642026-08-05T04:33:34.769Z[ recovery-image] Aug 05 04:33:33.950 INFO O| Aug 05 04:33:33.950 INFO STEP 1027 (remove_files) COMPLETE
83652026-08-05T04:33:34.769Z[ recovery-image] Aug 05 04:33:33.950 INFO O| Aug 05 04:33:33.950 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-05T04:33:34.776Z[ recovery-image] Aug 05 04:33:33.959 INFO O| Aug 05 04:33:33.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83672026-08-05T04:33:34.776Z[ recovery-image] Aug 05 04:33:33.959 INFO O| Aug 05 04:33:33.959 INFO STEP 1028 (remove_files) COMPLETE
83682026-08-05T04:33:34.776Z[ recovery-image] Aug 05 04:33:33.959 INFO O| Aug 05 04:33:33.959 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-05T04:33:34.786Z[ recovery-image] Aug 05 04:33:33.968 INFO O| Aug 05 04:33:33.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83702026-08-05T04:33:34.786Z[ recovery-image] Aug 05 04:33:33.968 INFO O| Aug 05 04:33:33.968 INFO STEP 1029 (remove_files) COMPLETE
83712026-08-05T04:33:34.786Z[ recovery-image] Aug 05 04:33:33.969 INFO O| Aug 05 04:33:33.968 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-05T04:33:34.795Z[ recovery-image] Aug 05 04:33:33.978 INFO O| Aug 05 04:33:33.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83732026-08-05T04:33:34.795Z[ recovery-image] Aug 05 04:33:33.978 INFO O| Aug 05 04:33:33.978 INFO STEP 1030 (remove_files) COMPLETE
83742026-08-05T04:33:34.795Z[ recovery-image] Aug 05 04:33:33.978 INFO O| Aug 05 04:33:33.978 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-05T04:33:34.805Z[ recovery-image] Aug 05 04:33:33.988 INFO O| Aug 05 04:33:33.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83762026-08-05T04:33:34.805Z[ recovery-image] Aug 05 04:33:33.988 INFO O| Aug 05 04:33:33.988 INFO STEP 1031 (remove_files) COMPLETE
83772026-08-05T04:33:34.805Z[ recovery-image] Aug 05 04:33:33.988 INFO O| Aug 05 04:33:33.988 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-05T04:33:34.815Z[ recovery-image] Aug 05 04:33:33.998 INFO O| Aug 05 04:33:33.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83792026-08-05T04:33:34.819Z[ recovery-image] Aug 05 04:33:33.998 INFO O| Aug 05 04:33:33.998 INFO STEP 1032 (remove_files) COMPLETE
83802026-08-05T04:33:34.820Z[ recovery-image] Aug 05 04:33:33.998 INFO O| Aug 05 04:33:33.998 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-05T04:33:34.826Z[ recovery-image] Aug 05 04:33:34.009 INFO O| Aug 05 04:33:34.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83822026-08-05T04:33:34.827Z[ recovery-image] Aug 05 04:33:34.009 INFO O| Aug 05 04:33:34.009 INFO STEP 1033 (remove_files) COMPLETE
83832026-08-05T04:33:34.827Z[ recovery-image] Aug 05 04:33:34.010 INFO O| Aug 05 04:33:34.009 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-05T04:33:34.836Z[ recovery-image] Aug 05 04:33:34.019 INFO O| Aug 05 04:33:34.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83852026-08-05T04:33:34.836Z[ recovery-image] Aug 05 04:33:34.019 INFO O| Aug 05 04:33:34.019 INFO STEP 1034 (remove_files) COMPLETE
83862026-08-05T04:33:34.836Z[ recovery-image] Aug 05 04:33:34.019 INFO O| Aug 05 04:33:34.019 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-05T04:33:34.847Z[ recovery-image] Aug 05 04:33:34.029 INFO O| Aug 05 04:33:34.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83882026-08-05T04:33:34.847Z[ recovery-image] Aug 05 04:33:34.030 INFO O| Aug 05 04:33:34.030 INFO STEP 1035 (remove_files) COMPLETE
83892026-08-05T04:33:34.847Z[ recovery-image] Aug 05 04:33:34.030 INFO O| Aug 05 04:33:34.030 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-05T04:33:34.857Z[ recovery-image] Aug 05 04:33:34.040 INFO O| Aug 05 04:33:34.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83912026-08-05T04:33:34.858Z[ recovery-image] Aug 05 04:33:34.040 INFO O| Aug 05 04:33:34.040 INFO STEP 1036 (remove_files) COMPLETE
83922026-08-05T04:33:34.858Z[ recovery-image] Aug 05 04:33:34.040 INFO O| Aug 05 04:33:34.040 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-05T04:33:34.867Z[ recovery-image] Aug 05 04:33:34.050 INFO O| Aug 05 04:33:34.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83942026-08-05T04:33:34.867Z[ recovery-image] Aug 05 04:33:34.050 INFO O| Aug 05 04:33:34.050 INFO STEP 1037 (remove_files) COMPLETE
83952026-08-05T04:33:34.867Z[ recovery-image] Aug 05 04:33:34.050 INFO O| Aug 05 04:33:34.050 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-05T04:33:34.877Z[ recovery-image] Aug 05 04:33:34.060 INFO O| Aug 05 04:33:34.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83972026-08-05T04:33:34.877Z[ recovery-image] Aug 05 04:33:34.060 INFO O| Aug 05 04:33:34.060 INFO STEP 1038 (remove_files) COMPLETE
83982026-08-05T04:33:34.877Z[ recovery-image] Aug 05 04:33:34.060 INFO O| Aug 05 04:33:34.060 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-05T04:33:34.888Z[ recovery-image] Aug 05 04:33:34.071 INFO O| Aug 05 04:33:34.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84002026-08-05T04:33:34.889Z[ recovery-image] Aug 05 04:33:34.071 INFO O| Aug 05 04:33:34.071 INFO STEP 1039 (remove_files) COMPLETE
84012026-08-05T04:33:34.889Z[ recovery-image] Aug 05 04:33:34.071 INFO O| Aug 05 04:33:34.071 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-05T04:33:34.898Z[ recovery-image] Aug 05 04:33:34.081 INFO O| Aug 05 04:33:34.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84032026-08-05T04:33:34.898Z[ recovery-image] Aug 05 04:33:34.081 INFO O| Aug 05 04:33:34.081 INFO STEP 1040 (remove_files) COMPLETE
84042026-08-05T04:33:34.898Z[ recovery-image] Aug 05 04:33:34.081 INFO O| Aug 05 04:33:34.081 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-05T04:33:34.909Z[ recovery-image] Aug 05 04:33:34.092 INFO O| Aug 05 04:33:34.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84062026-08-05T04:33:34.909Z[ recovery-image] Aug 05 04:33:34.092 INFO O| Aug 05 04:33:34.092 INFO STEP 1041 (remove_files) COMPLETE
84072026-08-05T04:33:34.912Z[ recovery-image] Aug 05 04:33:34.092 INFO O| Aug 05 04:33:34.092 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-05T04:33:34.919Z[ recovery-image] Aug 05 04:33:34.102 INFO O| Aug 05 04:33:34.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84092026-08-05T04:33:34.919Z[ recovery-image] Aug 05 04:33:34.102 INFO O| Aug 05 04:33:34.102 INFO STEP 1042 (remove_files) COMPLETE
84102026-08-05T04:33:34.919Z[ recovery-image] Aug 05 04:33:34.102 INFO O| Aug 05 04:33:34.102 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-05T04:33:34.930Z[ recovery-image] Aug 05 04:33:34.113 INFO O| Aug 05 04:33:34.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84122026-08-05T04:33:34.930Z[ recovery-image] Aug 05 04:33:34.113 INFO O| Aug 05 04:33:34.113 INFO STEP 1043 (remove_files) COMPLETE
84132026-08-05T04:33:34.930Z[ recovery-image] Aug 05 04:33:34.113 INFO O| Aug 05 04:33:34.113 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-05T04:33:34.938Z[verify-libraries] Compiling socket2 v0.5.10
84152026-08-05T04:33:34.941Z[ recovery-image] Aug 05 04:33:34.122 INFO O| Aug 05 04:33:34.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84162026-08-05T04:33:34.942Z[ recovery-image] Aug 05 04:33:34.122 INFO O| Aug 05 04:33:34.122 INFO STEP 1044 (remove_files) COMPLETE
84172026-08-05T04:33:34.942Z[ recovery-image] Aug 05 04:33:34.122 INFO O| Aug 05 04:33:34.122 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-05T04:33:34.949Z[ recovery-image] Aug 05 04:33:34.132 INFO O| Aug 05 04:33:34.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84192026-08-05T04:33:34.949Z[ recovery-image] Aug 05 04:33:34.133 INFO O| Aug 05 04:33:34.133 INFO STEP 1045 (remove_files) COMPLETE
84202026-08-05T04:33:34.950Z[ recovery-image] Aug 05 04:33:34.133 INFO O| Aug 05 04:33:34.133 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-05T04:33:34.960Z[ recovery-image] Aug 05 04:33:34.143 INFO O| Aug 05 04:33:34.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84222026-08-05T04:33:34.960Z[ recovery-image] Aug 05 04:33:34.143 INFO O| Aug 05 04:33:34.143 INFO STEP 1046 (remove_files) COMPLETE
84232026-08-05T04:33:34.960Z[ recovery-image] Aug 05 04:33:34.143 INFO O| Aug 05 04:33:34.143 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-05T04:33:34.969Z[ recovery-image] Aug 05 04:33:34.152 INFO O| Aug 05 04:33:34.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84252026-08-05T04:33:34.969Z[ recovery-image] Aug 05 04:33:34.152 INFO O| Aug 05 04:33:34.152 INFO STEP 1047 (remove_files) COMPLETE
84262026-08-05T04:33:34.972Z[ recovery-image] Aug 05 04:33:34.152 INFO O| Aug 05 04:33:34.152 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-05T04:33:34.978Z[ recovery-image] Aug 05 04:33:34.161 INFO O| Aug 05 04:33:34.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84282026-08-05T04:33:34.978Z[ recovery-image] Aug 05 04:33:34.161 INFO O| Aug 05 04:33:34.161 INFO STEP 1048 (remove_files) COMPLETE
84292026-08-05T04:33:34.981Z[ recovery-image] Aug 05 04:33:34.161 INFO O| Aug 05 04:33:34.161 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-05T04:33:34.987Z[ recovery-image] Aug 05 04:33:34.170 INFO O| Aug 05 04:33:34.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84312026-08-05T04:33:34.987Z[ recovery-image] Aug 05 04:33:34.170 INFO O| Aug 05 04:33:34.170 INFO STEP 1049 (remove_files) COMPLETE
84322026-08-05T04:33:34.990Z[ recovery-image] Aug 05 04:33:34.170 INFO O| Aug 05 04:33:34.170 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-05T04:33:34.997Z[ recovery-image] Aug 05 04:33:34.180 INFO O| Aug 05 04:33:34.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84342026-08-05T04:33:34.997Z[ recovery-image] Aug 05 04:33:34.180 INFO O| Aug 05 04:33:34.180 INFO STEP 1050 (remove_files) COMPLETE
84352026-08-05T04:33:35.000Z[ recovery-image] Aug 05 04:33:34.180 INFO O| Aug 05 04:33:34.180 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-05T04:33:35.006Z[ recovery-image] Aug 05 04:33:34.189 INFO O| Aug 05 04:33:34.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84372026-08-05T04:33:35.006Z[ recovery-image] Aug 05 04:33:34.189 INFO O| Aug 05 04:33:34.189 INFO STEP 1051 (remove_files) COMPLETE
84382026-08-05T04:33:35.009Z[ recovery-image] Aug 05 04:33:34.189 INFO O| Aug 05 04:33:34.189 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-05T04:33:35.017Z[ recovery-image] Aug 05 04:33:34.200 INFO O| Aug 05 04:33:34.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84402026-08-05T04:33:35.017Z[ recovery-image] Aug 05 04:33:34.200 INFO O| Aug 05 04:33:34.200 INFO STEP 1052 (remove_files) COMPLETE
84412026-08-05T04:33:35.017Z[ recovery-image] Aug 05 04:33:34.200 INFO O| Aug 05 04:33:34.200 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-05T04:33:35.027Z[ recovery-image] Aug 05 04:33:34.210 INFO O| Aug 05 04:33:34.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84432026-08-05T04:33:35.027Z[ recovery-image] Aug 05 04:33:34.210 INFO O| Aug 05 04:33:34.210 INFO STEP 1053 (remove_files) COMPLETE
84442026-08-05T04:33:35.030Z[ recovery-image] Aug 05 04:33:34.210 INFO O| Aug 05 04:33:34.210 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-05T04:33:35.038Z[ recovery-image] Aug 05 04:33:34.221 INFO O| Aug 05 04:33:34.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84462026-08-05T04:33:35.038Z[ recovery-image] Aug 05 04:33:34.221 INFO O| Aug 05 04:33:34.221 INFO STEP 1054 (remove_files) COMPLETE
84472026-08-05T04:33:35.041Z[ recovery-image] Aug 05 04:33:34.221 INFO O| Aug 05 04:33:34.221 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-05T04:33:35.052Z[ recovery-image] Aug 05 04:33:34.231 INFO O| Aug 05 04:33:34.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84492026-08-05T04:33:35.052Z[ recovery-image] Aug 05 04:33:34.231 INFO O| Aug 05 04:33:34.231 INFO STEP 1055 (remove_files) COMPLETE
84502026-08-05T04:33:35.052Z[ recovery-image] Aug 05 04:33:34.231 INFO O| Aug 05 04:33:34.231 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-05T04:33:35.059Z[ recovery-image] Aug 05 04:33:34.242 INFO O| Aug 05 04:33:34.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84522026-08-05T04:33:35.059Z[ recovery-image] Aug 05 04:33:34.242 INFO O| Aug 05 04:33:34.242 INFO STEP 1056 (remove_files) COMPLETE
84532026-08-05T04:33:35.059Z[ recovery-image] Aug 05 04:33:34.242 INFO O| Aug 05 04:33:34.242 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-05T04:33:35.071Z[ recovery-image] Aug 05 04:33:34.254 INFO O| Aug 05 04:33:34.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84552026-08-05T04:33:35.071Z[ recovery-image] Aug 05 04:33:34.254 INFO O| Aug 05 04:33:34.254 INFO STEP 1057 (remove_files) COMPLETE
84562026-08-05T04:33:35.071Z[ recovery-image] Aug 05 04:33:34.254 INFO O| Aug 05 04:33:34.254 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-05T04:33:35.082Z[ recovery-image] Aug 05 04:33:34.265 INFO O| Aug 05 04:33:34.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84582026-08-05T04:33:35.082Z[ recovery-image] Aug 05 04:33:34.265 INFO O| Aug 05 04:33:34.265 INFO STEP 1058 (remove_files) COMPLETE
84592026-08-05T04:33:35.082Z[ recovery-image] Aug 05 04:33:34.265 INFO O| Aug 05 04:33:34.265 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-05T04:33:35.093Z[ recovery-image] Aug 05 04:33:34.275 INFO O| Aug 05 04:33:34.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84612026-08-05T04:33:35.093Z[ recovery-image] Aug 05 04:33:34.275 INFO O| Aug 05 04:33:34.275 INFO STEP 1059 (remove_files) COMPLETE
84622026-08-05T04:33:35.093Z[ recovery-image] Aug 05 04:33:34.275 INFO O| Aug 05 04:33:34.275 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-05T04:33:35.121Z[ recovery-image] Aug 05 04:33:34.304 INFO O| Aug 05 04:33:34.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84642026-08-05T04:33:35.121Z[ recovery-image] Aug 05 04:33:34.304 INFO O| Aug 05 04:33:34.304 INFO STEP 1060 (remove_files) COMPLETE
84652026-08-05T04:33:35.121Z[ recovery-image] Aug 05 04:33:34.304 INFO O| Aug 05 04:33:34.304 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-05T04:33:35.131Z[ recovery-image] Aug 05 04:33:34.314 INFO O| Aug 05 04:33:34.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84672026-08-05T04:33:35.131Z[ recovery-image] Aug 05 04:33:34.314 INFO O| Aug 05 04:33:34.314 INFO STEP 1061 (remove_files) COMPLETE
84682026-08-05T04:33:35.131Z[ recovery-image] Aug 05 04:33:34.314 INFO O| Aug 05 04:33:34.314 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-05T04:33:35.141Z[ recovery-image] Aug 05 04:33:34.324 INFO O| Aug 05 04:33:34.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84702026-08-05T04:33:35.141Z[ recovery-image] Aug 05 04:33:34.324 INFO O| Aug 05 04:33:34.324 INFO STEP 1062 (remove_files) COMPLETE
84712026-08-05T04:33:35.141Z[ recovery-image] Aug 05 04:33:34.324 INFO O| Aug 05 04:33:34.324 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-05T04:33:35.151Z[ recovery-image] Aug 05 04:33:34.334 INFO O| Aug 05 04:33:34.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84732026-08-05T04:33:35.151Z[ recovery-image] Aug 05 04:33:34.334 INFO O| Aug 05 04:33:34.334 INFO STEP 1063 (remove_files) COMPLETE
84742026-08-05T04:33:35.151Z[ recovery-image] Aug 05 04:33:34.334 INFO O| Aug 05 04:33:34.334 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-05T04:33:35.161Z[ recovery-image] Aug 05 04:33:34.344 INFO O| Aug 05 04:33:34.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84762026-08-05T04:33:35.161Z[ recovery-image] Aug 05 04:33:34.344 INFO O| Aug 05 04:33:34.344 INFO STEP 1064 (remove_files) COMPLETE
84772026-08-05T04:33:35.161Z[ recovery-image] Aug 05 04:33:34.344 INFO O| Aug 05 04:33:34.344 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-05T04:33:35.171Z[ recovery-image] Aug 05 04:33:34.354 INFO O| Aug 05 04:33:34.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84792026-08-05T04:33:35.171Z[ recovery-image] Aug 05 04:33:34.354 INFO O| Aug 05 04:33:34.354 INFO STEP 1065 (remove_files) COMPLETE
84802026-08-05T04:33:35.171Z[ recovery-image] Aug 05 04:33:34.354 INFO O| Aug 05 04:33:34.354 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-05T04:33:35.180Z[ recovery-image] Aug 05 04:33:34.363 INFO O| Aug 05 04:33:34.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84822026-08-05T04:33:35.180Z[ recovery-image] Aug 05 04:33:34.363 INFO O| Aug 05 04:33:34.363 INFO STEP 1066 (remove_files) COMPLETE
84832026-08-05T04:33:35.181Z[ recovery-image] Aug 05 04:33:34.363 INFO O| Aug 05 04:33:34.363 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-05T04:33:35.189Z[ recovery-image] Aug 05 04:33:34.372 INFO O| Aug 05 04:33:34.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84852026-08-05T04:33:35.189Z[ recovery-image] Aug 05 04:33:34.372 INFO O| Aug 05 04:33:34.372 INFO STEP 1067 (remove_files) COMPLETE
84862026-08-05T04:33:35.192Z[ recovery-image] Aug 05 04:33:34.372 INFO O| Aug 05 04:33:34.372 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-05T04:33:35.198Z[ recovery-image] Aug 05 04:33:34.382 INFO O| Aug 05 04:33:34.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84882026-08-05T04:33:35.198Z[ recovery-image] Aug 05 04:33:34.382 INFO O| Aug 05 04:33:34.382 INFO STEP 1068 (remove_files) COMPLETE
84892026-08-05T04:33:35.199Z[ recovery-image] Aug 05 04:33:34.382 INFO O| Aug 05 04:33:34.382 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-05T04:33:35.209Z[ recovery-image] Aug 05 04:33:34.392 INFO O| Aug 05 04:33:34.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84912026-08-05T04:33:35.209Z[ recovery-image] Aug 05 04:33:34.392 INFO O| Aug 05 04:33:34.392 INFO STEP 1069 (remove_files) COMPLETE
84922026-08-05T04:33:35.212Z[ recovery-image] Aug 05 04:33:34.392 INFO O| Aug 05 04:33:34.392 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-05T04:33:35.220Z[ recovery-image] Aug 05 04:33:34.403 INFO O| Aug 05 04:33:34.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84942026-08-05T04:33:35.220Z[ recovery-image] Aug 05 04:33:34.403 INFO O| Aug 05 04:33:34.403 INFO STEP 1070 (remove_files) COMPLETE
84952026-08-05T04:33:35.220Z[ recovery-image] Aug 05 04:33:34.403 INFO O| Aug 05 04:33:34.403 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-05T04:33:35.233Z[ recovery-image] Aug 05 04:33:34.416 INFO O| Aug 05 04:33:34.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84972026-08-05T04:33:35.233Z[ recovery-image] Aug 05 04:33:34.416 INFO O| Aug 05 04:33:34.416 INFO STEP 1071 (remove_files) COMPLETE
84982026-08-05T04:33:35.233Z[ recovery-image] Aug 05 04:33:34.416 INFO O| Aug 05 04:33:34.416 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-05T04:33:35.243Z[ recovery-image] Aug 05 04:33:34.426 INFO O| Aug 05 04:33:34.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85002026-08-05T04:33:35.243Z[ recovery-image] Aug 05 04:33:34.426 INFO O| Aug 05 04:33:34.426 INFO STEP 1072 (remove_files) COMPLETE
85012026-08-05T04:33:35.243Z[ recovery-image] Aug 05 04:33:34.426 INFO O| Aug 05 04:33:34.426 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-05T04:33:35.252Z[ recovery-image] Aug 05 04:33:34.435 INFO O| Aug 05 04:33:34.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85032026-08-05T04:33:35.252Z[ recovery-image] Aug 05 04:33:34.435 INFO O| Aug 05 04:33:34.435 INFO STEP 1073 (remove_files) COMPLETE
85042026-08-05T04:33:35.252Z[ recovery-image] Aug 05 04:33:34.435 INFO O| Aug 05 04:33:34.435 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-05T04:33:35.261Z[ recovery-image] Aug 05 04:33:34.444 INFO O| Aug 05 04:33:34.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85062026-08-05T04:33:35.261Z[ recovery-image] Aug 05 04:33:34.444 INFO O| Aug 05 04:33:34.444 INFO STEP 1074 (remove_files) COMPLETE
85072026-08-05T04:33:35.261Z[ recovery-image] Aug 05 04:33:34.444 INFO O| Aug 05 04:33:34.444 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-05T04:33:35.272Z[ recovery-image] Aug 05 04:33:34.455 INFO O| Aug 05 04:33:34.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85092026-08-05T04:33:35.272Z[ recovery-image] Aug 05 04:33:34.455 INFO O| Aug 05 04:33:34.455 INFO STEP 1075 (remove_files) COMPLETE
85102026-08-05T04:33:35.275Z[ recovery-image] Aug 05 04:33:34.455 INFO O| Aug 05 04:33:34.455 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-05T04:33:35.282Z[ recovery-image] Aug 05 04:33:34.465 INFO O| Aug 05 04:33:34.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85122026-08-05T04:33:35.282Z[ recovery-image] Aug 05 04:33:34.465 INFO O| Aug 05 04:33:34.465 INFO STEP 1076 (remove_files) COMPLETE
85132026-08-05T04:33:35.285Z[ recovery-image] Aug 05 04:33:34.465 INFO O| Aug 05 04:33:34.465 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-05T04:33:35.292Z[ recovery-image] Aug 05 04:33:34.475 INFO O| Aug 05 04:33:34.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85152026-08-05T04:33:35.292Z[ recovery-image] Aug 05 04:33:34.475 INFO O| Aug 05 04:33:34.475 INFO STEP 1077 (remove_files) COMPLETE
85162026-08-05T04:33:35.292Z[ recovery-image] Aug 05 04:33:34.475 INFO O| Aug 05 04:33:34.475 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-05T04:33:35.302Z[ recovery-image] Aug 05 04:33:34.485 INFO O| Aug 05 04:33:34.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85182026-08-05T04:33:35.302Z[ recovery-image] Aug 05 04:33:34.485 INFO O| Aug 05 04:33:34.485 INFO STEP 1078 (remove_files) COMPLETE
85192026-08-05T04:33:35.302Z[ recovery-image] Aug 05 04:33:34.485 INFO O| Aug 05 04:33:34.485 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-05T04:33:35.313Z[ recovery-image] Aug 05 04:33:34.496 INFO O| Aug 05 04:33:34.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85212026-08-05T04:33:35.313Z[ recovery-image] Aug 05 04:33:34.496 INFO O| Aug 05 04:33:34.496 INFO STEP 1079 (remove_files) COMPLETE
85222026-08-05T04:33:35.313Z[ recovery-image] Aug 05 04:33:34.496 INFO O| Aug 05 04:33:34.496 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-05T04:33:35.324Z[ recovery-image] Aug 05 04:33:34.507 INFO O| Aug 05 04:33:34.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85242026-08-05T04:33:35.324Z[ recovery-image] Aug 05 04:33:34.507 INFO O| Aug 05 04:33:34.507 INFO STEP 1080 (remove_files) COMPLETE
85252026-08-05T04:33:35.324Z[ recovery-image] Aug 05 04:33:34.507 INFO O| Aug 05 04:33:34.507 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-05T04:33:35.334Z[ recovery-image] Aug 05 04:33:34.517 INFO O| Aug 05 04:33:34.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85272026-08-05T04:33:35.334Z[ recovery-image] Aug 05 04:33:34.517 INFO O| Aug 05 04:33:34.517 INFO STEP 1081 (remove_files) COMPLETE
85282026-08-05T04:33:35.334Z[ recovery-image] Aug 05 04:33:34.517 INFO O| Aug 05 04:33:34.517 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-05T04:33:35.344Z[ recovery-image] Aug 05 04:33:34.527 INFO O| Aug 05 04:33:34.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85302026-08-05T04:33:35.344Z[ recovery-image] Aug 05 04:33:34.527 INFO O| Aug 05 04:33:34.527 INFO STEP 1082 (remove_files) COMPLETE
85312026-08-05T04:33:35.344Z[ recovery-image] Aug 05 04:33:34.527 INFO O| Aug 05 04:33:34.527 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-05T04:33:35.353Z[ recovery-image] Aug 05 04:33:34.536 INFO O| Aug 05 04:33:34.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85332026-08-05T04:33:35.353Z[ recovery-image] Aug 05 04:33:34.536 INFO O| Aug 05 04:33:34.536 INFO STEP 1083 (remove_files) COMPLETE
85342026-08-05T04:33:35.353Z[ recovery-image] Aug 05 04:33:34.536 INFO O| Aug 05 04:33:34.536 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-05T04:33:35.362Z[ recovery-image] Aug 05 04:33:34.545 INFO O| Aug 05 04:33:34.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85362026-08-05T04:33:35.362Z[ recovery-image] Aug 05 04:33:34.545 INFO O| Aug 05 04:33:34.545 INFO STEP 1084 (remove_files) COMPLETE
85372026-08-05T04:33:35.362Z[ recovery-image] Aug 05 04:33:34.545 INFO O| Aug 05 04:33:34.545 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-05T04:33:35.379Z[ recovery-image] Aug 05 04:33:34.553 INFO O| Aug 05 04:33:34.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85392026-08-05T04:33:35.380Z[ recovery-image] Aug 05 04:33:34.553 INFO O| Aug 05 04:33:34.553 INFO STEP 1085 (remove_files) COMPLETE
85402026-08-05T04:33:35.380Z[ recovery-image] Aug 05 04:33:34.553 INFO O| Aug 05 04:33:34.553 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-05T04:33:35.383Z[ recovery-image] Aug 05 04:33:34.561 INFO O| Aug 05 04:33:34.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85422026-08-05T04:33:35.383Z[ recovery-image] Aug 05 04:33:34.561 INFO O| Aug 05 04:33:34.561 INFO STEP 1086 (remove_files) COMPLETE
85432026-08-05T04:33:35.383Z[ recovery-image] Aug 05 04:33:34.561 INFO O| Aug 05 04:33:34.561 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-05T04:33:35.386Z[ recovery-image] Aug 05 04:33:34.569 INFO O| Aug 05 04:33:34.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85452026-08-05T04:33:35.386Z[ recovery-image] Aug 05 04:33:34.569 INFO O| Aug 05 04:33:34.569 INFO STEP 1087 (remove_files) COMPLETE
85462026-08-05T04:33:35.386Z[ recovery-image] Aug 05 04:33:34.569 INFO O| Aug 05 04:33:34.569 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-05T04:33:35.396Z[ recovery-image] Aug 05 04:33:34.578 INFO O| Aug 05 04:33:34.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85482026-08-05T04:33:35.396Z[ recovery-image] Aug 05 04:33:34.578 INFO O| Aug 05 04:33:34.578 INFO STEP 1088 (remove_files) COMPLETE
85492026-08-05T04:33:35.396Z[ recovery-image] Aug 05 04:33:34.578 INFO O| Aug 05 04:33:34.578 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-05T04:33:35.404Z[ recovery-image] Aug 05 04:33:34.587 INFO O| Aug 05 04:33:34.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85512026-08-05T04:33:35.404Z[ recovery-image] Aug 05 04:33:34.587 INFO O| Aug 05 04:33:34.587 INFO STEP 1089 (remove_files) COMPLETE
85522026-08-05T04:33:35.404Z[ recovery-image] Aug 05 04:33:34.587 INFO O| Aug 05 04:33:34.587 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-05T04:33:35.413Z[ recovery-image] Aug 05 04:33:34.596 INFO O| Aug 05 04:33:34.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85542026-08-05T04:33:35.413Z[ recovery-image] Aug 05 04:33:34.596 INFO O| Aug 05 04:33:34.596 INFO STEP 1090 (remove_files) COMPLETE
85552026-08-05T04:33:35.413Z[ recovery-image] Aug 05 04:33:34.596 INFO O| Aug 05 04:33:34.596 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-05T04:33:35.421Z[verify-libraries] Compiling internet-checksum v0.2.1
85572026-08-05T04:33:35.424Z[ recovery-image] Aug 05 04:33:34.605 INFO O| Aug 05 04:33:34.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85582026-08-05T04:33:35.424Z[ recovery-image] Aug 05 04:33:34.605 INFO O| Aug 05 04:33:34.605 INFO STEP 1091 (remove_files) COMPLETE
85592026-08-05T04:33:35.424Z[ recovery-image] Aug 05 04:33:34.605 INFO O| Aug 05 04:33:34.605 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-05T04:33:35.432Z[ recovery-image] Aug 05 04:33:34.614 INFO O| Aug 05 04:33:34.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85612026-08-05T04:33:35.436Z[ recovery-image] Aug 05 04:33:34.615 INFO O| Aug 05 04:33:34.615 INFO STEP 1092 (remove_files) COMPLETE
85622026-08-05T04:33:35.436Z[ recovery-image] Aug 05 04:33:34.615 INFO O| Aug 05 04:33:34.615 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-05T04:33:35.441Z[ recovery-image] Aug 05 04:33:34.624 INFO O| Aug 05 04:33:34.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85642026-08-05T04:33:35.441Z[ recovery-image] Aug 05 04:33:34.624 INFO O| Aug 05 04:33:34.624 INFO STEP 1093 (remove_files) COMPLETE
85652026-08-05T04:33:35.441Z[ recovery-image] Aug 05 04:33:34.624 INFO O| Aug 05 04:33:34.624 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-05T04:33:35.450Z[ recovery-image] Aug 05 04:33:34.633 INFO O| Aug 05 04:33:34.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85672026-08-05T04:33:35.450Z[ recovery-image] Aug 05 04:33:34.633 INFO O| Aug 05 04:33:34.633 INFO STEP 1094 (remove_files) COMPLETE
85682026-08-05T04:33:35.453Z[ recovery-image] Aug 05 04:33:34.633 INFO O| Aug 05 04:33:34.633 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-05T04:33:35.461Z[ recovery-image] Aug 05 04:33:34.644 INFO O| Aug 05 04:33:34.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85702026-08-05T04:33:35.461Z[ recovery-image] Aug 05 04:33:34.644 INFO O| Aug 05 04:33:34.644 INFO STEP 1095 (remove_files) COMPLETE
85712026-08-05T04:33:35.464Z[ recovery-image] Aug 05 04:33:34.644 INFO O| Aug 05 04:33:34.644 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-05T04:33:35.470Z[ recovery-image] Aug 05 04:33:34.653 INFO O| Aug 05 04:33:34.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85732026-08-05T04:33:35.470Z[ recovery-image] Aug 05 04:33:34.653 INFO O| Aug 05 04:33:34.653 INFO STEP 1096 (remove_files) COMPLETE
85742026-08-05T04:33:35.473Z[ recovery-image] Aug 05 04:33:34.653 INFO O| Aug 05 04:33:34.653 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-05T04:33:35.478Z[ recovery-image] Aug 05 04:33:34.661 INFO O| Aug 05 04:33:34.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85762026-08-05T04:33:35.478Z[ recovery-image] Aug 05 04:33:34.661 INFO O| Aug 05 04:33:34.661 INFO STEP 1097 (remove_files) COMPLETE
85772026-08-05T04:33:35.478Z[ recovery-image] Aug 05 04:33:34.661 INFO O| Aug 05 04:33:34.661 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-05T04:33:35.487Z[ recovery-image] Aug 05 04:33:34.670 INFO O| Aug 05 04:33:34.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85792026-08-05T04:33:35.487Z[ recovery-image] Aug 05 04:33:34.670 INFO O| Aug 05 04:33:34.670 INFO STEP 1098 (remove_files) COMPLETE
85802026-08-05T04:33:35.487Z[ recovery-image] Aug 05 04:33:34.670 INFO O| Aug 05 04:33:34.670 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-05T04:33:35.495Z[ recovery-image] Aug 05 04:33:34.678 INFO O| Aug 05 04:33:34.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85822026-08-05T04:33:35.495Z[ recovery-image] Aug 05 04:33:34.678 INFO O| Aug 05 04:33:34.678 INFO STEP 1099 (remove_files) COMPLETE
85832026-08-05T04:33:35.495Z[ recovery-image] Aug 05 04:33:34.678 INFO O| Aug 05 04:33:34.678 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-05T04:33:35.503Z[ recovery-image] Aug 05 04:33:34.686 INFO O| Aug 05 04:33:34.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85852026-08-05T04:33:35.503Z[ recovery-image] Aug 05 04:33:34.686 INFO O| Aug 05 04:33:34.686 INFO STEP 1100 (remove_files) COMPLETE
85862026-08-05T04:33:35.503Z[ recovery-image] Aug 05 04:33:34.686 INFO O| Aug 05 04:33:34.686 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-05T04:33:35.511Z[ recovery-image] Aug 05 04:33:34.694 INFO O| Aug 05 04:33:34.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85882026-08-05T04:33:35.511Z[ recovery-image] Aug 05 04:33:34.694 INFO O| Aug 05 04:33:34.694 INFO STEP 1101 (remove_files) COMPLETE
85892026-08-05T04:33:35.514Z[ recovery-image] Aug 05 04:33:34.694 INFO O| Aug 05 04:33:34.694 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-05T04:33:35.519Z[ recovery-image] Aug 05 04:33:34.703 INFO O| Aug 05 04:33:34.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85912026-08-05T04:33:35.520Z[ recovery-image] Aug 05 04:33:34.703 INFO O| Aug 05 04:33:34.703 INFO STEP 1102 (remove_files) COMPLETE
85922026-08-05T04:33:35.520Z[ recovery-image] Aug 05 04:33:34.703 INFO O| Aug 05 04:33:34.703 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-05T04:33:35.528Z[ recovery-image] Aug 05 04:33:34.711 INFO O| Aug 05 04:33:34.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85942026-08-05T04:33:35.528Z[ recovery-image] Aug 05 04:33:34.711 INFO O| Aug 05 04:33:34.711 INFO STEP 1103 (remove_files) COMPLETE
85952026-08-05T04:33:35.528Z[ recovery-image] Aug 05 04:33:34.711 INFO O| Aug 05 04:33:34.711 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-05T04:33:35.537Z[ recovery-image] Aug 05 04:33:34.720 INFO O| Aug 05 04:33:34.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85972026-08-05T04:33:35.537Z[ recovery-image] Aug 05 04:33:34.720 INFO O| Aug 05 04:33:34.720 INFO STEP 1104 (remove_files) COMPLETE
85982026-08-05T04:33:35.537Z[ recovery-image] Aug 05 04:33:34.720 INFO O| Aug 05 04:33:34.720 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-05T04:33:35.546Z[ recovery-image] Aug 05 04:33:34.729 INFO O| Aug 05 04:33:34.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86002026-08-05T04:33:35.546Z[ recovery-image] Aug 05 04:33:34.729 INFO O| Aug 05 04:33:34.729 INFO STEP 1105 (remove_files) COMPLETE
86012026-08-05T04:33:35.546Z[ recovery-image] Aug 05 04:33:34.729 INFO O| Aug 05 04:33:34.729 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-05T04:33:35.555Z[ recovery-image] Aug 05 04:33:34.738 INFO O| Aug 05 04:33:34.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86032026-08-05T04:33:35.555Z[ recovery-image] Aug 05 04:33:34.738 INFO O| Aug 05 04:33:34.738 INFO STEP 1106 (remove_files) COMPLETE
86042026-08-05T04:33:35.555Z[ recovery-image] Aug 05 04:33:34.738 INFO O| Aug 05 04:33:34.738 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-05T04:33:35.564Z[ recovery-image] Aug 05 04:33:34.747 INFO O| Aug 05 04:33:34.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86062026-08-05T04:33:35.564Z[ recovery-image] Aug 05 04:33:34.747 INFO O| Aug 05 04:33:34.747 INFO STEP 1107 (remove_files) COMPLETE
86072026-08-05T04:33:35.564Z[ recovery-image] Aug 05 04:33:34.747 INFO O| Aug 05 04:33:34.747 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-08-05T04:33:35.573Z[ recovery-image] Aug 05 04:33:34.756 INFO O| Aug 05 04:33:34.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86092026-08-05T04:33:35.573Z[ recovery-image] Aug 05 04:33:34.756 INFO O| Aug 05 04:33:34.756 INFO STEP 1108 (remove_files) COMPLETE
86102026-08-05T04:33:35.576Z[ recovery-image] Aug 05 04:33:34.756 INFO O| Aug 05 04:33:34.756 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-05T04:33:35.583Z[ recovery-image] Aug 05 04:33:34.766 INFO O| Aug 05 04:33:34.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86122026-08-05T04:33:35.583Z[ recovery-image] Aug 05 04:33:34.766 INFO O| Aug 05 04:33:34.766 INFO STEP 1109 (remove_files) COMPLETE
86132026-08-05T04:33:35.583Z[ recovery-image] Aug 05 04:33:34.766 INFO O| Aug 05 04:33:34.766 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-08-05T04:33:35.593Z[ recovery-image] Aug 05 04:33:34.776 INFO O| Aug 05 04:33:34.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86152026-08-05T04:33:35.593Z[ recovery-image] Aug 05 04:33:34.776 INFO O| Aug 05 04:33:34.776 INFO STEP 1110 (remove_files) COMPLETE
86162026-08-05T04:33:35.593Z[ recovery-image] Aug 05 04:33:34.776 INFO O| Aug 05 04:33:34.776 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-08-05T04:33:35.602Z[ recovery-image] Aug 05 04:33:34.785 INFO O| Aug 05 04:33:34.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86182026-08-05T04:33:35.602Z[ recovery-image] Aug 05 04:33:34.785 INFO O| Aug 05 04:33:34.785 INFO STEP 1111 (remove_files) COMPLETE
86192026-08-05T04:33:35.602Z[ recovery-image] Aug 05 04:33:34.785 INFO O| Aug 05 04:33:34.785 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-08-05T04:33:35.612Z[ recovery-image] Aug 05 04:33:34.795 INFO O| Aug 05 04:33:34.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86212026-08-05T04:33:35.613Z[ recovery-image] Aug 05 04:33:34.795 INFO O| Aug 05 04:33:34.795 INFO STEP 1112 (remove_files) COMPLETE
86222026-08-05T04:33:35.613Z[ recovery-image] Aug 05 04:33:34.795 INFO O| Aug 05 04:33:34.795 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-08-05T04:33:35.624Z[ recovery-image] Aug 05 04:33:34.806 INFO O| Aug 05 04:33:34.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86242026-08-05T04:33:35.624Z[ recovery-image] Aug 05 04:33:34.806 INFO O| Aug 05 04:33:34.806 INFO STEP 1113 (remove_files) COMPLETE
86252026-08-05T04:33:35.624Z[ recovery-image] Aug 05 04:33:34.806 INFO O| Aug 05 04:33:34.806 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-08-05T04:33:35.632Z[ recovery-image] Aug 05 04:33:34.816 INFO O| Aug 05 04:33:34.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86272026-08-05T04:33:35.632Z[ recovery-image] Aug 05 04:33:34.816 INFO O| Aug 05 04:33:34.816 INFO STEP 1114 (remove_files) COMPLETE
86282026-08-05T04:33:35.644Z[ recovery-image] Aug 05 04:33:34.816 INFO O| Aug 05 04:33:34.816 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-08-05T04:33:35.647Z[ recovery-image] Aug 05 04:33:34.824 INFO O| Aug 05 04:33:34.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86302026-08-05T04:33:35.647Z[ recovery-image] Aug 05 04:33:34.825 INFO O| Aug 05 04:33:34.824 INFO STEP 1115 (remove_files) COMPLETE
86312026-08-05T04:33:35.647Z[ recovery-image] Aug 05 04:33:34.825 INFO O| Aug 05 04:33:34.824 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-08-05T04:33:35.669Z[ recovery-image] Aug 05 04:33:34.834 INFO O| Aug 05 04:33:34.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86332026-08-05T04:33:35.670Z[ recovery-image] Aug 05 04:33:34.834 INFO O| Aug 05 04:33:34.834 INFO STEP 1116 (remove_files) COMPLETE
86342026-08-05T04:33:35.670Z[ recovery-image] Aug 05 04:33:34.834 INFO O| Aug 05 04:33:34.834 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-08-05T04:33:35.670Z[ recovery-image] Aug 05 04:33:34.843 INFO O| Aug 05 04:33:34.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86362026-08-05T04:33:35.670Z[ recovery-image] Aug 05 04:33:34.843 INFO O| Aug 05 04:33:34.843 INFO STEP 1117 (remove_files) COMPLETE
86372026-08-05T04:33:35.670Z[ recovery-image] Aug 05 04:33:34.843 INFO O| Aug 05 04:33:34.843 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86382026-08-05T04:33:35.676Z[ recovery-image] Aug 05 04:33:34.859 INFO O| Aug 05 04:33:34.859 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86392026-08-05T04:33:35.676Z[ recovery-image] Aug 05 04:33:34.859 INFO O| Aug 05 04:33:34.859 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86402026-08-05T04:33:35.695Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86412026-08-05T04:33:36.326Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
86422026-08-05T04:33:36.649Z[ recovery-image] Aug 05 04:33:35.832 INFO O| Aug 05 04:33:35.832 INFO STEP 1118 (pack_tar) COMPLETE
86432026-08-05T04:33:36.649Z[ recovery-image] Aug 05 04:33:35.832 INFO O| Aug 05 04:33:35.832 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86442026-08-05T04:33:36.649Z[ recovery-image] Aug 05 04:33:35.832 INFO O| Aug 05 04:33:35.832 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86452026-08-05T04:33:37.238Z[ recovery-image] Aug 05 04:33:36.420 INFO O| Aug 05 04:33:36.420 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86462026-08-05T04:33:37.396Z[ recovery-image] Aug 05 04:33:36.578 INFO O| Aug 05 04:33:36.578 INFO completed processing sled/ramdisk-03-recovery-trim
86472026-08-05T04:33:37.399Z[ recovery-image] Aug 05 04:33:36.582 INFO image builder template: zfs-recovery...
86482026-08-05T04:33:37.399Z[ recovery-image] Aug 05 04:33:36.582 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/.tmpCNkD4o/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@22.0.0.0", "-n", "zfs-recovery"], pwd: None
86492026-08-05T04:33:37.428Z[ recovery-image] Aug 05 04:33:36.611 INFO O| Aug 05 04:33:36.610 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86502026-08-05T04:33:37.432Z[ recovery-image] Aug 05 04:33:36.615 INFO O| Aug 05 04:33:36.614 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86512026-08-05T04:33:37.586Z[ recovery-image] Aug 05 04:33:36.769 INFO O| Aug 05 04:33:36.769 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86522026-08-05T04:33:37.739Z[ recovery-image] Aug 05 04:33:36.922 INFO O| Aug 05 04:33:36.921 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86532026-08-05T04:33:37.739Z[ recovery-image] Aug 05 04:33:36.922 INFO O| Aug 05 04:33:36.922 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86542026-08-05T04:33:37.744Z[ recovery-image] Aug 05 04:33:36.926 INFO O| Aug 05 04:33:36.925 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86552026-08-05T04:33:37.865Z[ recovery-image] Aug 05 04:33:37.048 INFO O| Aug 05 04:33:37.047 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86562026-08-05T04:33:37.947Z[ recovery-image] Aug 05 04:33:37.130 INFO O| Aug 05 04:33:37.130 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86572026-08-05T04:33:37.957Z[ recovery-image] Aug 05 04:33:37.140 INFO O| Aug 05 04:33:37.139 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86582026-08-05T04:33:37.962Z[ recovery-image] Aug 05 04:33:37.145 INFO O| Aug 05 04:33:37.145 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86592026-08-05T04:33:37.966Z[ recovery-image] Aug 05 04:33:37.146 INFO O| Aug 05 04:33:37.146 INFO no lofi found
86602026-08-05T04:33:37.966Z[ recovery-image] Aug 05 04:33:37.146 INFO O| Aug 05 04:33:37.146 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86612026-08-05T04:33:37.966Z[ recovery-image] Aug 05 04:33:37.146 INFO O| Aug 05 04:33:37.146 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86622026-08-05T04:33:38.026Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
86632026-08-05T04:33:38.860Z[verify-libraries] Compiling samael v0.0.19
86642026-08-05T04:33:39.819Z[ recovery-image] Aug 05 04:33:39.002 INFO O| Aug 05 04:33:39.002 INFO lofi device = /dev/dsk/c2t1d0p0
86652026-08-05T04:33:39.819Z[ recovery-image] Aug 05 04:33:39.002 INFO O| Aug 05 04:33:39.002 INFO pool device = /dev/dsk/c2t1d0p0
86662026-08-05T04:33:39.823Z[ recovery-image] Aug 05 04:33:39.002 INFO O| Aug 05 04:33:39.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
86672026-08-05T04:33:39.940Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86682026-08-05T04:33:39.989Z[ recovery-image] Aug 05 04:33:39.172 INFO O| Aug 05 04:33:39.172 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86692026-08-05T04:33:39.989Z[ recovery-image] Aug 05 04:33:39.172 INFO O| Aug 05 04:33:39.172 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86702026-08-05T04:33:40.012Z[ recovery-image] Aug 05 04:33:39.195 INFO O| Aug 05 04:33:39.195 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86712026-08-05T04:33:40.120Z[ recovery-image] Aug 05 04:33:39.302 INFO O| Aug 05 04:33:39.302 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86722026-08-05T04:33:40.156Z[ recovery-image] Aug 05 04:33:39.338 INFO O| Aug 05 04:33:39.338 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86732026-08-05T04:33:40.177Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86742026-08-05T04:33:40.182Z[ recovery-image] Aug 05 04:33:39.360 INFO O| Aug 05 04:33:39.360 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86752026-08-05T04:33:40.203Z[ recovery-image] Aug 05 04:33:39.384 INFO O| Aug 05 04:33:39.384 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86762026-08-05T04:33:40.245Z[ recovery-image] Aug 05 04:33:39.427 INFO O| Aug 05 04:33:39.427 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86772026-08-05T04:33:40.245Z[ recovery-image] Aug 05 04:33:39.427 INFO O| Aug 05 04:33:39.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86782026-08-05T04:33:40.245Z[ recovery-image] Aug 05 04:33:39.427 INFO O| Aug 05 04:33:39.427 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86792026-08-05T04:33:40.257Z[ recovery-image] Aug 05 04:33:39.439 INFO O| Aug 05 04:33:39.439 INFO boot environment UUID: db6d1ab8-824e-4042-8efa-fbaf0a8ca521
86802026-08-05T04:33:40.257Z[ recovery-image] Aug 05 04:33:39.439 INFO O| Aug 05 04:33:39.439 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = db6d1ab8-824e-4042-8efa-fbaf0a8ca521
86812026-08-05T04:33:40.273Z[ recovery-image] Aug 05 04:33:39.455 INFO O| Aug 05 04:33:39.455 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86822026-08-05T04:33:40.289Z[ recovery-image] Aug 05 04:33:39.471 INFO O| Aug 05 04:33:39.471 INFO STEP 0 (create_be) COMPLETE
86832026-08-05T04:33:40.289Z[ recovery-image] Aug 05 04:33:39.471 INFO O| Aug 05 04:33:39.471 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86842026-08-05T04:33:40.304Z[ recovery-image] Aug 05 04:33:39.486 INFO O| Aug 05 04:33:39.485 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"]
86852026-08-05T04:33:40.334Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86862026-08-05T04:33:41.074Z[verify-libraries] Compiling git2 v0.20.4
86872026-08-05T04:33:41.417Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86882026-08-05T04:33:41.453Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86892026-08-05T04:33:42.548Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86902026-08-05T04:33:43.093Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86912026-08-05T04:33:43.175Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86922026-08-05T04:33:43.363Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86932026-08-05T04:33:43.465Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86942026-08-05T04:33:43.708Z[verify-libraries] Compiling yansi v1.0.1
86952026-08-05T04:33:44.105Z[verify-libraries] Compiling parse-size v1.1.0
86962026-08-05T04:33:44.231Z[verify-libraries] Compiling pretty_assertions v1.4.1
86972026-08-05T04:33:44.353Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86982026-08-05T04:33:44.639Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86992026-08-05T04:33:44.863Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87002026-08-05T04:33:45.130Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87012026-08-05T04:33:45.185Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87022026-08-05T04:33:45.331Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87032026-08-05T04:33:45.784Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87042026-08-05T04:33:46.175Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87052026-08-05T04:33:46.562Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87062026-08-05T04:33:46.794Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87072026-08-05T04:33:46.893Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87082026-08-05T04:33:47.084Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87092026-08-05T04:33:47.181Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87102026-08-05T04:33:47.294Z[verify-libraries] Compiling drift v0.2.0
87112026-08-05T04:33:47.455Z[verify-libraries] Compiling uzers v0.12.2
87122026-08-05T04:33:47.974Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87132026-08-05T04:33:48.079Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87142026-08-05T04:33:48.236Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
87152026-08-05T04:33:48.936Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
87162026-08-05T04:33:49.046Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87172026-08-05T04:33:49.447Z[ recovery-image] Aug 05 04:33:48.629 INFO O| Aug 05 04:33:48.629 INFO STEP 1 (unpack_tar) COMPLETE
87182026-08-05T04:33:49.447Z[ recovery-image] Aug 05 04:33:48.629 INFO O| Aug 05 04:33:48.629 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87192026-08-05T04:33:49.457Z[ recovery-image] Aug 05 04:33:48.640 INFO O| Aug 05 04:33:48.640 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87202026-08-05T04:33:49.485Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87212026-08-05T04:33:50.435Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87222026-08-05T04:33:50.740Z[ recovery-image] Aug 05 04:33:49.923 INFO O| Aug 05 04:33:49.923 INFO STEP 2 (devfsadm) COMPLETE
87232026-08-05T04:33:50.740Z[ recovery-image] Aug 05 04:33:49.923 INFO O| Aug 05 04:33:49.923 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87242026-08-05T04:33:50.751Z[ recovery-image] Aug 05 04:33:49.933 INFO O| Aug 05 04:33:49.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87252026-08-05T04:33:50.751Z[ recovery-image] Aug 05 04:33:49.933 INFO O| Aug 05 04:33:49.933 INFO STEP 3 (ensure_dir) COMPLETE
87262026-08-05T04:33:50.754Z[ recovery-image] Aug 05 04:33:49.933 INFO O| Aug 05 04:33:49.933 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87272026-08-05T04:33:50.760Z[ recovery-image] Aug 05 04:33:49.942 INFO O| Aug 05 04:33:49.942 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87282026-08-05T04:33:50.760Z[ recovery-image] Aug 05 04:33:49.942 INFO O| Aug 05 04:33:49.942 INFO STEP 4 (ensure_dir) COMPLETE
87292026-08-05T04:33:50.763Z[ recovery-image] Aug 05 04:33:49.942 INFO O| Aug 05 04:33:49.942 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87302026-08-05T04:33:50.769Z[ recovery-image] Aug 05 04:33:49.951 INFO O| Aug 05 04:33:49.951 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87312026-08-05T04:33:50.769Z[ recovery-image] Aug 05 04:33:49.952 INFO O| Aug 05 04:33:49.951 INFO STEP 5 (ensure_dir) COMPLETE
87322026-08-05T04:33:50.769Z[ recovery-image] Aug 05 04:33:49.952 INFO O| Aug 05 04:33:49.951 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87332026-08-05T04:33:50.779Z[ recovery-image] Aug 05 04:33:49.961 INFO O| Aug 05 04:33:49.961 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87342026-08-05T04:33:50.779Z[ recovery-image] Aug 05 04:33:49.961 INFO O| Aug 05 04:33:49.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87352026-08-05T04:33:50.779Z[ recovery-image] Aug 05 04:33:49.961 INFO O| Aug 05 04:33:49.961 INFO STEP 6 (ensure_dir) COMPLETE
87362026-08-05T04:33:50.779Z[ recovery-image] Aug 05 04:33:49.961 INFO O| Aug 05 04:33:49.961 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87372026-08-05T04:33:50.788Z[ recovery-image] Aug 05 04:33:49.970 INFO O| Aug 05 04:33:49.970 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87382026-08-05T04:33:50.788Z[ recovery-image] Aug 05 04:33:49.970 INFO O| Aug 05 04:33:49.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87392026-08-05T04:33:50.788Z[ recovery-image] Aug 05 04:33:49.970 INFO O| Aug 05 04:33:49.970 INFO STEP 7 (ensure_dir) COMPLETE
87402026-08-05T04:33:50.791Z[ recovery-image] Aug 05 04:33:49.970 INFO O| Aug 05 04:33:49.970 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87412026-08-05T04:33:50.798Z[ recovery-image] Aug 05 04:33:49.981 INFO O| Aug 05 04:33:49.981 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87422026-08-05T04:33:50.802Z[ recovery-image] Aug 05 04:33:49.982 INFO O| Aug 05 04:33:49.982 INFO STEP 8 (remove_files) COMPLETE
87432026-08-05T04:33:50.802Z[ recovery-image] Aug 05 04:33:49.982 INFO O| Aug 05 04:33:49.982 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87442026-08-05T04:33:50.808Z[ recovery-image] Aug 05 04:33:49.991 INFO O| Aug 05 04:33:49.991 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87452026-08-05T04:33:50.812Z[ recovery-image] Aug 05 04:33:49.992 INFO O| Aug 05 04:33:49.992 INFO STEP 9 (remove_files) COMPLETE
87462026-08-05T04:33:50.812Z[ recovery-image] Aug 05 04:33:49.992 INFO O| Aug 05 04:33:49.992 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87472026-08-05T04:33:50.819Z[ recovery-image] Aug 05 04:33:50.002 INFO O| Aug 05 04:33:50.002 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87482026-08-05T04:33:50.822Z[ recovery-image] Aug 05 04:33:50.002 INFO O| Aug 05 04:33:50.002 INFO STEP 10 (remove_files) COMPLETE
87492026-08-05T04:33:50.822Z[ recovery-image] Aug 05 04:33:50.002 INFO O| Aug 05 04:33:50.002 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87502026-08-05T04:33:50.831Z[ recovery-image] Aug 05 04:33:50.013 INFO O| Aug 05 04:33:50.013 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87512026-08-05T04:33:50.831Z[ recovery-image] Aug 05 04:33:50.014 INFO O| Aug 05 04:33:50.014 INFO STEP 11 (remove_files) COMPLETE
87522026-08-05T04:33:50.831Z[ recovery-image] Aug 05 04:33:50.014 INFO O| Aug 05 04:33:50.014 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87532026-08-05T04:33:50.842Z[ recovery-image] Aug 05 04:33:50.025 INFO O| Aug 05 04:33:50.025 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87542026-08-05T04:33:50.842Z[ recovery-image] Aug 05 04:33:50.025 INFO O| Aug 05 04:33:50.025 INFO STEP 12 (remove_files) COMPLETE
87552026-08-05T04:33:50.846Z[ recovery-image] Aug 05 04:33:50.025 INFO O| Aug 05 04:33:50.025 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87562026-08-05T04:33:50.854Z[ recovery-image] Aug 05 04:33:50.037 INFO O| Aug 05 04:33:50.037 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87572026-08-05T04:33:50.854Z[ recovery-image] Aug 05 04:33:50.037 INFO O| Aug 05 04:33:50.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87582026-08-05T04:33:50.858Z[ recovery-image] Aug 05 04:33:50.037 INFO O| Aug 05 04:33:50.037 INFO STEP 13 (ensure_dir) COMPLETE
87592026-08-05T04:33:50.858Z[ recovery-image] Aug 05 04:33:50.037 INFO O| Aug 05 04:33:50.037 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87602026-08-05T04:33:50.865Z[ recovery-image] Aug 05 04:33:50.048 INFO O| Aug 05 04:33:50.048 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87612026-08-05T04:33:50.866Z[ recovery-image] Aug 05 04:33:50.048 INFO O| Aug 05 04:33:50.048 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87622026-08-05T04:33:50.869Z[ recovery-image] Aug 05 04:33:50.048 INFO O| Aug 05 04:33:50.048 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87632026-08-05T04:33:50.870Z[ recovery-image] Aug 05 04:33:50.048 INFO O| Aug 05 04:33:50.048 INFO STEP 14 (ensure_dir) COMPLETE
87642026-08-05T04:33:50.870Z[ recovery-image] Aug 05 04:33:50.048 INFO O| Aug 05 04:33:50.048 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87652026-08-05T04:33:50.875Z[ recovery-image] Aug 05 04:33:50.058 INFO O| Aug 05 04:33:50.058 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87662026-08-05T04:33:50.875Z[ recovery-image] Aug 05 04:33:50.058 INFO O| Aug 05 04:33:50.058 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87672026-08-05T04:33:50.875Z[ recovery-image] Aug 05 04:33:50.058 INFO O| Aug 05 04:33:50.058 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87682026-08-05T04:33:50.879Z[ recovery-image] Aug 05 04:33:50.058 INFO O| Aug 05 04:33:50.058 INFO STEP 15 (ensure_dir) COMPLETE
87692026-08-05T04:33:50.879Z[ recovery-image] Aug 05 04:33:50.058 INFO O| Aug 05 04:33:50.058 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87702026-08-05T04:33:50.887Z[ recovery-image] Aug 05 04:33:50.069 INFO O| Aug 05 04:33:50.069 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87712026-08-05T04:33:50.887Z[ recovery-image] Aug 05 04:33:50.070 INFO O| Aug 05 04:33:50.070 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87722026-08-05T04:33:50.890Z[ recovery-image] Aug 05 04:33:50.070 INFO O| Aug 05 04:33:50.070 INFO STEP 16 (ensure_dir) COMPLETE
87732026-08-05T04:33:50.890Z[ recovery-image] Aug 05 04:33:50.070 INFO O| Aug 05 04:33:50.070 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742026-08-05T04:33:50.898Z[ recovery-image] Aug 05 04:33:50.081 INFO O| Aug 05 04:33:50.081 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87752026-08-05T04:33:50.898Z[ recovery-image] Aug 05 04:33:50.081 INFO O| Aug 05 04:33:50.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87762026-08-05T04:33:50.898Z[ recovery-image] Aug 05 04:33:50.081 INFO O| Aug 05 04:33:50.081 INFO STEP 17 (ensure_dir) COMPLETE
87772026-08-05T04:33:50.898Z[ recovery-image] Aug 05 04:33:50.081 INFO O| Aug 05 04:33:50.081 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87782026-08-05T04:33:50.910Z[ recovery-image] Aug 05 04:33:50.093 INFO O| Aug 05 04:33:50.093 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87792026-08-05T04:33:50.910Z[ recovery-image] Aug 05 04:33:50.093 INFO O| Aug 05 04:33:50.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87802026-08-05T04:33:50.910Z[ recovery-image] Aug 05 04:33:50.093 INFO O| Aug 05 04:33:50.093 INFO ok!
87812026-08-05T04:33:50.913Z[ recovery-image] Aug 05 04:33:50.093 INFO O| Aug 05 04:33:50.093 INFO STEP 18 (ensure_symlink) COMPLETE
87822026-08-05T04:33:50.913Z[ recovery-image] Aug 05 04:33:50.093 INFO O| Aug 05 04:33:50.093 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87832026-08-05T04:33:50.921Z[ recovery-image] Aug 05 04:33:50.104 INFO O| Aug 05 04:33:50.104 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87842026-08-05T04:33:50.921Z[ recovery-image] Aug 05 04:33:50.104 INFO O| Aug 05 04:33:50.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87852026-08-05T04:33:50.925Z[ recovery-image] Aug 05 04:33:50.104 INFO O| Aug 05 04:33:50.104 INFO ok!
87862026-08-05T04:33:50.925Z[ recovery-image] Aug 05 04:33:50.104 INFO O| Aug 05 04:33:50.104 INFO STEP 19 (ensure_file) COMPLETE
87872026-08-05T04:33:50.925Z[ recovery-image] Aug 05 04:33:50.104 INFO O| Aug 05 04:33:50.104 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87882026-08-05T04:33:50.932Z[ recovery-image] Aug 05 04:33:50.114 INFO O| Aug 05 04:33:50.114 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87892026-08-05T04:33:50.932Z[ recovery-image] Aug 05 04:33:50.114 INFO O| Aug 05 04:33:50.114 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87902026-08-05T04:33:50.932Z[ recovery-image] Aug 05 04:33:50.114 INFO O| Aug 05 04:33:50.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87912026-08-05T04:33:50.935Z[ recovery-image] Aug 05 04:33:50.114 INFO O| Aug 05 04:33:50.114 INFO ok!
87922026-08-05T04:33:50.935Z[ recovery-image] Aug 05 04:33:50.114 INFO O| Aug 05 04:33:50.114 INFO STEP 20 (ensure_symlink) COMPLETE
87932026-08-05T04:33:50.935Z[ recovery-image] Aug 05 04:33:50.114 INFO O| Aug 05 04:33:50.114 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87942026-08-05T04:33:50.940Z[ recovery-image] Aug 05 04:33:50.123 INFO O| Aug 05 04:33:50.122 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87952026-08-05T04:33:50.940Z[ recovery-image] Aug 05 04:33:50.123 INFO O| Aug 05 04:33:50.122 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87962026-08-05T04:33:50.940Z[ recovery-image] Aug 05 04:33:50.123 INFO O| Aug 05 04:33:50.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87972026-08-05T04:33:50.943Z[ recovery-image] Aug 05 04:33:50.123 INFO O| Aug 05 04:33:50.123 INFO ok!
87982026-08-05T04:33:50.943Z[ recovery-image] Aug 05 04:33:50.123 INFO O| Aug 05 04:33:50.123 INFO STEP 21 (ensure_symlink) COMPLETE
87992026-08-05T04:33:50.943Z[ recovery-image] Aug 05 04:33:50.123 INFO O| Aug 05 04:33:50.123 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88002026-08-05T04:33:50.952Z[ recovery-image] Aug 05 04:33:50.134 INFO O| Aug 05 04:33:50.134 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88012026-08-05T04:33:50.952Z[ recovery-image] Aug 05 04:33:50.134 INFO O| Aug 05 04:33:50.134 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88022026-08-05T04:33:50.955Z[ recovery-image] Aug 05 04:33:50.134 INFO O| Aug 05 04:33:50.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88032026-08-05T04:33:50.955Z[ recovery-image] Aug 05 04:33:50.134 INFO O| Aug 05 04:33:50.134 INFO ok!
88042026-08-05T04:33:50.955Z[ recovery-image] Aug 05 04:33:50.134 INFO O| Aug 05 04:33:50.134 INFO STEP 22 (ensure_symlink) COMPLETE
88052026-08-05T04:33:50.955Z[ recovery-image] Aug 05 04:33:50.134 INFO O| Aug 05 04:33:50.134 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88062026-08-05T04:33:50.962Z[ recovery-image] Aug 05 04:33:50.145 INFO O| Aug 05 04:33:50.145 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88072026-08-05T04:33:50.962Z[ recovery-image] Aug 05 04:33:50.145 INFO O| Aug 05 04:33:50.145 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88082026-08-05T04:33:50.962Z[ recovery-image] Aug 05 04:33:50.145 INFO O| Aug 05 04:33:50.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88092026-08-05T04:33:50.966Z[ recovery-image] Aug 05 04:33:50.145 INFO O| Aug 05 04:33:50.145 INFO ok!
88102026-08-05T04:33:50.966Z[ recovery-image] Aug 05 04:33:50.145 INFO O| Aug 05 04:33:50.145 INFO STEP 23 (ensure_symlink) COMPLETE
88112026-08-05T04:33:50.966Z[ recovery-image] Aug 05 04:33:50.145 INFO O| Aug 05 04:33:50.145 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88122026-08-05T04:33:50.966Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
88132026-08-05T04:33:50.973Z[ recovery-image] Aug 05 04:33:50.156 INFO O| Aug 05 04:33:50.156 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88142026-08-05T04:33:50.973Z[ recovery-image] Aug 05 04:33:50.156 INFO O| Aug 05 04:33:50.156 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 ...
88152026-08-05T04:33:50.973Z[ recovery-image] Aug 05 04:33:50.156 INFO O| Aug 05 04:33:50.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88162026-08-05T04:33:50.976Z[ recovery-image] Aug 05 04:33:50.156 INFO O| Aug 05 04:33:50.156 INFO ok!
88172026-08-05T04:33:50.977Z[ recovery-image] Aug 05 04:33:50.156 INFO O| Aug 05 04:33:50.156 INFO STEP 24 (ensure_file) COMPLETE
88182026-08-05T04:33:50.977Z[ recovery-image] Aug 05 04:33:50.156 INFO O| Aug 05 04:33:50.156 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88192026-08-05T04:33:50.984Z[ recovery-image] Aug 05 04:33:50.167 INFO O| Aug 05 04:33:50.167 INFO updating shadow file
88202026-08-05T04:33:50.984Z[ recovery-image] Aug 05 04:33:50.167 INFO O| Aug 05 04:33:50.167 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88212026-08-05T04:33:50.987Z[ recovery-image] Aug 05 04:33:50.167 INFO O| Aug 05 04:33:50.167 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88222026-08-05T04:33:50.988Z[ recovery-image] Aug 05 04:33:50.167 INFO O| Aug 05 04:33:50.167 INFO STEP 25 (shadow) COMPLETE
88232026-08-05T04:33:50.988Z[ recovery-image] Aug 05 04:33:50.167 INFO O| Aug 05 04:33:50.167 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88242026-08-05T04:33:50.996Z[ recovery-image] Aug 05 04:33:50.178 INFO O| Aug 05 04:33:50.178 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88252026-08-05T04:33:50.996Z[ recovery-image] Aug 05 04:33:50.178 INFO O| Aug 05 04:33:50.178 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88262026-08-05T04:33:50.999Z[ recovery-image] Aug 05 04:33:50.178 INFO O| Aug 05 04:33:50.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88272026-08-05T04:33:50.999Z[ recovery-image] Aug 05 04:33:50.178 INFO O| Aug 05 04:33:50.178 INFO ok!
88282026-08-05T04:33:50.999Z[ recovery-image] Aug 05 04:33:50.178 INFO O| Aug 05 04:33:50.178 INFO STEP 26 (ensure_file) COMPLETE
88292026-08-05T04:33:50.999Z[ recovery-image] Aug 05 04:33:50.178 INFO O| Aug 05 04:33:50.178 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88302026-08-05T04:33:51.007Z[ recovery-image] Aug 05 04:33:50.189 INFO O| Aug 05 04:33:50.189 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88312026-08-05T04:33:51.007Z[ recovery-image] Aug 05 04:33:50.189 INFO O| Aug 05 04:33:50.189 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88322026-08-05T04:33:51.010Z[ recovery-image] Aug 05 04:33:50.189 INFO O| Aug 05 04:33:50.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88332026-08-05T04:33:51.010Z[ recovery-image] Aug 05 04:33:50.189 INFO O| Aug 05 04:33:50.189 INFO ok!
88342026-08-05T04:33:51.010Z[ recovery-image] Aug 05 04:33:50.189 INFO O| Aug 05 04:33:50.189 INFO STEP 27 (ensure_file) COMPLETE
88352026-08-05T04:33:51.010Z[ recovery-image] Aug 05 04:33:50.190 INFO O| Aug 05 04:33:50.189 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88362026-08-05T04:33:51.018Z[ recovery-image] Aug 05 04:33:50.200 INFO O| Aug 05 04:33:50.200 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88372026-08-05T04:33:51.018Z[ recovery-image] Aug 05 04:33:50.200 INFO O| Aug 05 04:33:50.200 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88382026-08-05T04:33:51.021Z[ recovery-image] Aug 05 04:33:50.200 INFO O| Aug 05 04:33:50.200 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88392026-08-05T04:33:51.022Z[ recovery-image] Aug 05 04:33:50.200 INFO O| Aug 05 04:33:50.200 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88402026-08-05T04:33:51.022Z[ recovery-image] Aug 05 04:33:50.200 INFO O| Aug 05 04:33:50.200 INFO ok!
88412026-08-05T04:33:51.022Z[ recovery-image] Aug 05 04:33:50.200 INFO O| Aug 05 04:33:50.200 INFO STEP 28 (ensure_file) COMPLETE
88422026-08-05T04:33:51.022Z[ recovery-image] Aug 05 04:33:50.200 INFO O| Aug 05 04:33:50.200 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88432026-08-05T04:33:51.031Z[ recovery-image] Aug 05 04:33:50.210 INFO O| Aug 05 04:33:50.210 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88442026-08-05T04:33:51.031Z[ recovery-image] Aug 05 04:33:50.210 INFO O| Aug 05 04:33:50.210 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88452026-08-05T04:33:51.031Z[ recovery-image] Aug 05 04:33:50.210 INFO O| Aug 05 04:33:50.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88462026-08-05T04:33:51.031Z[ recovery-image] Aug 05 04:33:50.210 INFO O| Aug 05 04:33:50.210 INFO ok!
88472026-08-05T04:33:51.031Z[ recovery-image] Aug 05 04:33:50.210 INFO O| Aug 05 04:33:50.210 INFO STEP 29 (ensure_file) COMPLETE
88482026-08-05T04:33:51.031Z[ recovery-image] Aug 05 04:33:50.210 INFO O| Aug 05 04:33:50.210 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88492026-08-05T04:33:51.037Z[ recovery-image] Aug 05 04:33:50.220 INFO O| Aug 05 04:33:50.220 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88502026-08-05T04:33:51.037Z[ recovery-image] Aug 05 04:33:50.220 INFO O| Aug 05 04:33:50.220 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88512026-08-05T04:33:51.037Z[ recovery-image] Aug 05 04:33:50.220 INFO O| Aug 05 04:33:50.220 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88522026-08-05T04:33:51.041Z[ recovery-image] Aug 05 04:33:50.220 INFO O| Aug 05 04:33:50.220 INFO STEP 30 (ensure_dir) COMPLETE
88532026-08-05T04:33:51.041Z[ recovery-image] Aug 05 04:33:50.220 INFO O| Aug 05 04:33:50.220 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88542026-08-05T04:33:51.046Z[ recovery-image] Aug 05 04:33:50.229 INFO O| Aug 05 04:33:50.229 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88552026-08-05T04:33:51.046Z[ recovery-image] Aug 05 04:33:50.229 INFO O| Aug 05 04:33:50.229 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 ...
88562026-08-05T04:33:51.046Z[ recovery-image] Aug 05 04:33:50.229 INFO O| Aug 05 04:33:50.229 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
88572026-08-05T04:33:51.050Z[ recovery-image] Aug 05 04:33:50.229 INFO O| Aug 05 04:33:50.229 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88582026-08-05T04:33:51.050Z[ recovery-image] Aug 05 04:33:50.229 INFO O| Aug 05 04:33:50.229 INFO ok!
88592026-08-05T04:33:51.050Z[ recovery-image] Aug 05 04:33:50.229 INFO O| Aug 05 04:33:50.229 INFO STEP 31 (ensure_file) COMPLETE
88602026-08-05T04:33:51.050Z[ recovery-image] Aug 05 04:33:50.229 INFO O| Aug 05 04:33:50.229 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612026-08-05T04:33:51.055Z[ recovery-image] Aug 05 04:33:50.238 INFO O| Aug 05 04:33:50.237 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88622026-08-05T04:33:51.055Z[ recovery-image] Aug 05 04:33:50.238 INFO O| Aug 05 04:33:50.238 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88632026-08-05T04:33:51.055Z[ recovery-image] Aug 05 04:33:50.238 INFO O| Aug 05 04:33:50.238 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88642026-08-05T04:33:51.055Z[ recovery-image] Aug 05 04:33:50.238 INFO O| Aug 05 04:33:50.238 INFO STEP 32 (ensure_dir) COMPLETE
88652026-08-05T04:33:51.058Z[ recovery-image] Aug 05 04:33:50.238 INFO O| Aug 05 04:33:50.238 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88662026-08-05T04:33:51.063Z[ recovery-image] Aug 05 04:33:50.246 INFO O| Aug 05 04:33:50.246 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88672026-08-05T04:33:51.063Z[ recovery-image] Aug 05 04:33:50.246 INFO O| Aug 05 04:33:50.246 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 ...
88682026-08-05T04:33:51.067Z[ recovery-image] Aug 05 04:33:50.246 INFO O| Aug 05 04:33:50.246 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
88692026-08-05T04:33:51.067Z[ recovery-image] Aug 05 04:33:50.246 INFO O| Aug 05 04:33:50.246 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88702026-08-05T04:33:51.067Z[ recovery-image] Aug 05 04:33:50.246 INFO O| Aug 05 04:33:50.246 INFO ok!
88712026-08-05T04:33:51.067Z[ recovery-image] Aug 05 04:33:50.246 INFO O| Aug 05 04:33:50.246 INFO STEP 33 (ensure_file) COMPLETE
88722026-08-05T04:33:51.067Z[ recovery-image] Aug 05 04:33:50.246 INFO O| Aug 05 04:33:50.246 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88732026-08-05T04:33:51.073Z[ recovery-image] Aug 05 04:33:50.255 INFO O| Aug 05 04:33:50.255 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88742026-08-05T04:33:51.073Z[ recovery-image] Aug 05 04:33:50.255 INFO O| Aug 05 04:33:50.255 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88752026-08-05T04:33:51.076Z[ recovery-image] Aug 05 04:33:50.255 INFO O| Aug 05 04:33:50.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88762026-08-05T04:33:51.076Z[ recovery-image] Aug 05 04:33:50.255 INFO O| Aug 05 04:33:50.255 INFO ok!
88772026-08-05T04:33:51.076Z[ recovery-image] Aug 05 04:33:50.255 INFO O| Aug 05 04:33:50.255 INFO STEP 34 (ensure_file) COMPLETE
88782026-08-05T04:33:51.076Z[ recovery-image] Aug 05 04:33:50.255 INFO O| Aug 05 04:33:50.255 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88792026-08-05T04:33:51.084Z[ recovery-image] Aug 05 04:33:50.266 INFO O| Aug 05 04:33:50.266 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88802026-08-05T04:33:51.084Z[ recovery-image] Aug 05 04:33:50.266 INFO O| Aug 05 04:33:50.266 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88812026-08-05T04:33:51.084Z[ recovery-image] Aug 05 04:33:50.266 INFO O| Aug 05 04:33:50.266 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88822026-08-05T04:33:51.087Z[ recovery-image] Aug 05 04:33:50.266 INFO O| Aug 05 04:33:50.266 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88832026-08-05T04:33:51.087Z[ recovery-image] Aug 05 04:33:50.266 INFO O| Aug 05 04:33:50.266 INFO ok!
88842026-08-05T04:33:51.087Z[ recovery-image] Aug 05 04:33:50.266 INFO O| Aug 05 04:33:50.266 INFO STEP 35 (ensure_file) COMPLETE
88852026-08-05T04:33:51.088Z[ recovery-image] Aug 05 04:33:50.266 INFO O| Aug 05 04:33:50.266 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88862026-08-05T04:33:51.093Z[ recovery-image] Aug 05 04:33:50.276 INFO O| Aug 05 04:33:50.276 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88872026-08-05T04:33:51.093Z[ recovery-image] Aug 05 04:33:50.276 INFO O| Aug 05 04:33:50.276 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88882026-08-05T04:33:51.093Z[ recovery-image] Aug 05 04:33:50.276 INFO O| Aug 05 04:33:50.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88892026-08-05T04:33:51.097Z[ recovery-image] Aug 05 04:33:50.276 INFO O| Aug 05 04:33:50.276 INFO ok!
88902026-08-05T04:33:51.097Z[ recovery-image] Aug 05 04:33:50.276 INFO O| Aug 05 04:33:50.276 INFO STEP 36 (ensure_file) COMPLETE
88912026-08-05T04:33:51.097Z[ recovery-image] Aug 05 04:33:50.276 INFO O| Aug 05 04:33:50.276 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88922026-08-05T04:33:51.105Z[ recovery-image] Aug 05 04:33:50.287 INFO O| Aug 05 04:33:50.287 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88932026-08-05T04:33:51.108Z[ recovery-image] Aug 05 04:33:50.287 INFO O| Aug 05 04:33:50.287 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88942026-08-05T04:33:51.108Z[ recovery-image] Aug 05 04:33:50.287 INFO O| Aug 05 04:33:50.287 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88952026-08-05T04:33:51.108Z[ recovery-image] Aug 05 04:33:50.287 INFO O| Aug 05 04:33:50.287 INFO ok!
88962026-08-05T04:33:51.108Z[ recovery-image] Aug 05 04:33:50.287 INFO O| Aug 05 04:33:50.287 INFO STEP 37 (ensure_file) COMPLETE
88972026-08-05T04:33:51.108Z[ recovery-image] Aug 05 04:33:50.287 INFO O| Aug 05 04:33:50.287 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88982026-08-05T04:33:51.114Z[ recovery-image] Aug 05 04:33:50.297 INFO O| Aug 05 04:33:50.297 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88992026-08-05T04:33:51.114Z[ recovery-image] Aug 05 04:33:50.297 INFO O| Aug 05 04:33:50.297 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89002026-08-05T04:33:51.114Z[ recovery-image] Aug 05 04:33:50.297 INFO O| Aug 05 04:33:50.297 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89012026-08-05T04:33:51.118Z[ recovery-image] Aug 05 04:33:50.297 INFO O| Aug 05 04:33:50.297 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89022026-08-05T04:33:51.118Z[ recovery-image] Aug 05 04:33:50.297 INFO O| Aug 05 04:33:50.297 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89032026-08-05T04:33:51.118Z[ recovery-image] Aug 05 04:33:50.297 INFO O| Aug 05 04:33:50.297 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89042026-08-05T04:33:51.118Z[ recovery-image] Aug 05 04:33:50.297 INFO O| Aug 05 04:33:50.297 INFO ok!
89052026-08-05T04:33:51.118Z[ recovery-image] Aug 05 04:33:50.297 INFO O| Aug 05 04:33:50.297 INFO STEP 38 (ensure_file) COMPLETE
89062026-08-05T04:33:51.118Z[ recovery-image] Aug 05 04:33:50.297 INFO O| Aug 05 04:33:50.297 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89072026-08-05T04:33:51.124Z[ recovery-image] Aug 05 04:33:50.307 INFO O| Aug 05 04:33:50.307 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89082026-08-05T04:33:51.124Z[ recovery-image] Aug 05 04:33:50.307 INFO O| Aug 05 04:33:50.307 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89092026-08-05T04:33:51.124Z[ recovery-image] Aug 05 04:33:50.307 INFO O| Aug 05 04:33:50.307 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89102026-08-05T04:33:51.127Z[ recovery-image] Aug 05 04:33:50.307 INFO O| Aug 05 04:33:50.307 INFO STEP 39 (ensure_dir) COMPLETE
89112026-08-05T04:33:51.127Z[ recovery-image] Aug 05 04:33:50.307 INFO O| Aug 05 04:33:50.307 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89122026-08-05T04:33:51.134Z[ recovery-image] Aug 05 04:33:50.317 INFO O| Aug 05 04:33:50.317 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
89132026-08-05T04:33:51.134Z[ recovery-image] Aug 05 04:33:50.317 INFO O| Aug 05 04:33:50.317 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 ...
89142026-08-05T04:33:51.134Z[ recovery-image] Aug 05 04:33:50.317 INFO O| Aug 05 04:33:50.317 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
89152026-08-05T04:33:51.138Z[ recovery-image] Aug 05 04:33:50.317 INFO O| Aug 05 04:33:50.317 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
89162026-08-05T04:33:51.138Z[ recovery-image] Aug 05 04:33:50.317 INFO O| Aug 05 04:33:50.317 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
89172026-08-05T04:33:51.138Z[ recovery-image] Aug 05 04:33:50.317 INFO O| Aug 05 04:33:50.317 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
89182026-08-05T04:33:51.138Z[ recovery-image] Aug 05 04:33:50.317 INFO O| Aug 05 04:33:50.317 INFO ok!
89192026-08-05T04:33:51.138Z[ recovery-image] Aug 05 04:33:50.317 INFO O| Aug 05 04:33:50.317 INFO STEP 40 (ensure_file) COMPLETE
89202026-08-05T04:33:51.138Z[ recovery-image] Aug 05 04:33:50.317 INFO O| Aug 05 04:33:50.317 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89212026-08-05T04:33:51.145Z[ recovery-image] Aug 05 04:33:50.327 INFO O| Aug 05 04:33:50.327 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89222026-08-05T04:33:51.145Z[ recovery-image] Aug 05 04:33:50.327 INFO O| Aug 05 04:33:50.327 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 ...
89232026-08-05T04:33:51.145Z[ recovery-image] Aug 05 04:33:50.327 INFO O| Aug 05 04:33:50.327 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89242026-08-05T04:33:51.149Z[ recovery-image] Aug 05 04:33:50.327 INFO O| Aug 05 04:33:50.327 INFO ok!
89252026-08-05T04:33:51.149Z[ recovery-image] Aug 05 04:33:50.327 INFO O| Aug 05 04:33:50.327 INFO STEP 41 (ensure_symlink) COMPLETE
89262026-08-05T04:33:51.149Z[ recovery-image] Aug 05 04:33:50.327 INFO O| Aug 05 04:33:50.327 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89272026-08-05T04:33:51.154Z[ recovery-image] Aug 05 04:33:50.336 INFO O| Aug 05 04:33:50.336 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89282026-08-05T04:33:51.154Z[ recovery-image] Aug 05 04:33:50.336 INFO O| Aug 05 04:33:50.336 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89292026-08-05T04:33:51.154Z[ recovery-image] Aug 05 04:33:50.337 INFO O| Aug 05 04:33:50.336 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89302026-08-05T04:33:51.158Z[ recovery-image] Aug 05 04:33:50.337 INFO O| Aug 05 04:33:50.336 INFO ok!
89312026-08-05T04:33:51.158Z[ recovery-image] Aug 05 04:33:50.337 INFO O| Aug 05 04:33:50.336 INFO STEP 42 (ensure_symlink) COMPLETE
89322026-08-05T04:33:51.158Z[ recovery-image] Aug 05 04:33:50.337 INFO O| Aug 05 04:33:50.336 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89332026-08-05T04:33:51.164Z[ recovery-image] Aug 05 04:33:50.346 INFO O| Aug 05 04:33:50.346 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89342026-08-05T04:33:51.164Z[ recovery-image] Aug 05 04:33:50.346 INFO O| Aug 05 04:33:50.346 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89352026-08-05T04:33:51.164Z[ recovery-image] Aug 05 04:33:50.346 INFO O| Aug 05 04:33:50.346 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89362026-08-05T04:33:51.164Z[ recovery-image] Aug 05 04:33:50.346 INFO O| Aug 05 04:33:50.346 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89372026-08-05T04:33:51.167Z[ recovery-image] Aug 05 04:33:50.346 INFO O| Aug 05 04:33:50.346 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89382026-08-05T04:33:51.167Z[ recovery-image] Aug 05 04:33:50.346 INFO O| Aug 05 04:33:50.346 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89392026-08-05T04:33:51.167Z[ recovery-image] Aug 05 04:33:50.346 INFO O| Aug 05 04:33:50.346 INFO ok!
89402026-08-05T04:33:51.167Z[ recovery-image] Aug 05 04:33:50.346 INFO O| Aug 05 04:33:50.346 INFO STEP 43 (ensure_file) COMPLETE
89412026-08-05T04:33:51.168Z[ recovery-image] Aug 05 04:33:50.346 INFO O| Aug 05 04:33:50.346 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89422026-08-05T04:33:51.172Z[ recovery-image] Aug 05 04:33:50.355 INFO O| Aug 05 04:33:50.355 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89432026-08-05T04:33:51.177Z[ recovery-image] Aug 05 04:33:50.355 INFO O| Aug 05 04:33:50.355 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 ...
89442026-08-05T04:33:51.177Z[ recovery-image] Aug 05 04:33:50.355 INFO O| Aug 05 04:33:50.355 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
89452026-08-05T04:33:51.177Z[ recovery-image] Aug 05 04:33:50.355 INFO O| Aug 05 04:33:50.355 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89462026-08-05T04:33:51.177Z[ recovery-image] Aug 05 04:33:50.355 INFO O| Aug 05 04:33:50.355 INFO ok!
89472026-08-05T04:33:51.177Z[ recovery-image] Aug 05 04:33:50.355 INFO O| Aug 05 04:33:50.355 INFO STEP 44 (ensure_file) COMPLETE
89482026-08-05T04:33:51.177Z[ recovery-image] Aug 05 04:33:50.355 INFO O| Aug 05 04:33:50.355 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89492026-08-05T04:33:51.183Z[ recovery-image] Aug 05 04:33:50.366 INFO O| Aug 05 04:33:50.366 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89502026-08-05T04:33:51.183Z[ recovery-image] Aug 05 04:33:50.366 INFO O| Aug 05 04:33:50.366 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89512026-08-05T04:33:51.183Z[ recovery-image] Aug 05 04:33:50.366 INFO O| Aug 05 04:33:50.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89522026-08-05T04:33:51.187Z[ recovery-image] Aug 05 04:33:50.366 INFO O| Aug 05 04:33:50.366 INFO ok!
89532026-08-05T04:33:51.187Z[ recovery-image] Aug 05 04:33:50.366 INFO O| Aug 05 04:33:50.366 INFO STEP 45 (ensure_file) COMPLETE
89542026-08-05T04:33:51.187Z[ recovery-image] Aug 05 04:33:50.366 INFO O| Aug 05 04:33:50.366 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89552026-08-05T04:33:51.194Z[ recovery-image] Aug 05 04:33:50.377 INFO O| Aug 05 04:33:50.377 INFO updating shadow file
89562026-08-05T04:33:51.194Z[ recovery-image] Aug 05 04:33:50.377 INFO O| Aug 05 04:33:50.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89572026-08-05T04:33:51.194Z[ recovery-image] Aug 05 04:33:50.377 INFO O| Aug 05 04:33:50.377 INFO STEP 46 (shadow) COMPLETE
89582026-08-05T04:33:51.197Z[ recovery-image] Aug 05 04:33:50.377 INFO O| Aug 05 04:33:50.377 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89592026-08-05T04:33:51.204Z[ recovery-image] Aug 05 04:33:50.387 INFO O| Aug 05 04:33:50.386 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89602026-08-05T04:33:51.204Z[ recovery-image] Aug 05 04:33:50.387 INFO O| Aug 05 04:33:50.387 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89612026-08-05T04:33:51.204Z[ recovery-image] Aug 05 04:33:50.387 INFO O| Aug 05 04:33:50.387 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89622026-08-05T04:33:51.207Z[ recovery-image] Aug 05 04:33:50.387 INFO O| Aug 05 04:33:50.387 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89632026-08-05T04:33:51.207Z[ recovery-image] Aug 05 04:33:50.387 INFO O| Aug 05 04:33:50.387 INFO ok!
89642026-08-05T04:33:51.207Z[ recovery-image] Aug 05 04:33:50.387 INFO O| Aug 05 04:33:50.387 INFO STEP 47 (ensure_file) COMPLETE
89652026-08-05T04:33:51.207Z[ recovery-image] Aug 05 04:33:50.387 INFO O| Aug 05 04:33:50.387 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89662026-08-05T04:33:51.214Z[ recovery-image] Aug 05 04:33:50.396 INFO O| Aug 05 04:33:50.396 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89672026-08-05T04:33:51.214Z[ recovery-image] Aug 05 04:33:50.396 INFO O| Aug 05 04:33:50.396 INFO STEP 48 (ensure_dir) COMPLETE
89682026-08-05T04:33:51.214Z[ recovery-image] Aug 05 04:33:50.396 INFO O| Aug 05 04:33:50.396 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89692026-08-05T04:33:51.222Z[ recovery-image] Aug 05 04:33:50.405 INFO O| Aug 05 04:33:50.405 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89702026-08-05T04:33:51.223Z[ recovery-image] Aug 05 04:33:50.405 INFO O| Aug 05 04:33:50.405 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89712026-08-05T04:33:51.223Z[ recovery-image] Aug 05 04:33:50.405 INFO O| Aug 05 04:33:50.405 INFO STEP 49 (ensure_dir) COMPLETE
89722026-08-05T04:33:51.226Z[ recovery-image] Aug 05 04:33:50.405 INFO O| Aug 05 04:33:50.405 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89732026-08-05T04:33:51.230Z[ recovery-image] Aug 05 04:33:50.413 INFO O| Aug 05 04:33:50.413 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89742026-08-05T04:33:51.230Z[ recovery-image] Aug 05 04:33:50.413 INFO O| Aug 05 04:33:50.413 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89752026-08-05T04:33:51.231Z[ recovery-image] Aug 05 04:33:50.413 INFO O| Aug 05 04:33:50.413 INFO STEP 50 (ensure_dir) COMPLETE
89762026-08-05T04:33:51.234Z[ recovery-image] Aug 05 04:33:50.413 INFO O| Aug 05 04:33:50.413 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89772026-08-05T04:33:51.240Z[ recovery-image] Aug 05 04:33:50.423 INFO O| Aug 05 04:33:50.423 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89782026-08-05T04:33:51.240Z[ recovery-image] Aug 05 04:33:50.423 INFO O| Aug 05 04:33:50.423 INFO copying /tmp/.tmpCNkD4o/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89792026-08-05T04:33:51.271Z[ recovery-image] Aug 05 04:33:50.454 INFO O| Aug 05 04:33:50.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89802026-08-05T04:33:51.271Z[ recovery-image] Aug 05 04:33:50.454 INFO O| Aug 05 04:33:50.454 INFO ok!
89812026-08-05T04:33:51.275Z[ recovery-image] Aug 05 04:33:50.454 INFO O| Aug 05 04:33:50.454 INFO STEP 51 (ensure_file) COMPLETE
89822026-08-05T04:33:51.275Z[ recovery-image] Aug 05 04:33:50.454 INFO O| Aug 05 04:33:50.454 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89832026-08-05T04:33:51.283Z[ recovery-image] Aug 05 04:33:50.465 INFO O| Aug 05 04:33:50.465 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89842026-08-05T04:33:51.287Z[ recovery-image] Aug 05 04:33:50.465 INFO O| Aug 05 04:33:50.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89852026-08-05T04:33:51.287Z[ recovery-image] Aug 05 04:33:50.465 INFO O| Aug 05 04:33:50.465 INFO STEP 52 (ensure_dir) COMPLETE
89862026-08-05T04:33:51.287Z[ recovery-image] Aug 05 04:33:50.465 INFO O| Aug 05 04:33:50.465 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89872026-08-05T04:33:51.290Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
89882026-08-05T04:33:51.294Z[ recovery-image] Aug 05 04:33:50.477 INFO O| Aug 05 04:33:50.477 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89892026-08-05T04:33:51.294Z[ recovery-image] Aug 05 04:33:50.477 INFO O| Aug 05 04:33:50.477 INFO copying /tmp/.tmpCNkD4o/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89902026-08-05T04:33:51.297Z[ recovery-image] Aug 05 04:33:50.477 INFO O| Aug 05 04:33:50.477 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89912026-08-05T04:33:51.297Z[ recovery-image] Aug 05 04:33:50.477 INFO O| Aug 05 04:33:50.477 INFO ok!
89922026-08-05T04:33:51.297Z[ recovery-image] Aug 05 04:33:50.477 INFO O| Aug 05 04:33:50.477 INFO STEP 53 (ensure_file) COMPLETE
89932026-08-05T04:33:51.297Z[ recovery-image] Aug 05 04:33:50.477 INFO O| Aug 05 04:33:50.477 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89942026-08-05T04:33:51.311Z[ recovery-image] Aug 05 04:33:50.488 INFO O| Aug 05 04:33:50.488 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89952026-08-05T04:33:51.311Z[ recovery-image] Aug 05 04:33:50.488 INFO O| Aug 05 04:33:50.488 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89962026-08-05T04:33:51.311Z[ recovery-image] Aug 05 04:33:50.488 INFO O| Aug 05 04:33:50.488 INFO STEP 54 (ensure_dir) COMPLETE
89972026-08-05T04:33:51.311Z[ recovery-image] Aug 05 04:33:50.488 INFO O| Aug 05 04:33:50.488 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89982026-08-05T04:33:51.321Z[ recovery-image] Aug 05 04:33:50.499 INFO O| Aug 05 04:33:50.499 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89992026-08-05T04:33:51.321Z[ recovery-image] Aug 05 04:33:50.499 INFO O| Aug 05 04:33:50.499 INFO copying /tmp/.tmpCNkD4o/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90002026-08-05T04:33:52.263Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
90012026-08-05T04:33:53.151Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
90022026-08-05T04:33:53.226Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
90032026-08-05T04:33:53.283Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
90042026-08-05T04:33:53.348Z[ recovery-image] Aug 05 04:33:52.530 INFO O| Aug 05 04:33:52.530 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90052026-08-05T04:33:53.348Z[ recovery-image] Aug 05 04:33:52.530 INFO O| Aug 05 04:33:52.530 INFO ok!
90062026-08-05T04:33:53.352Z[ recovery-image] Aug 05 04:33:52.530 INFO O| Aug 05 04:33:52.530 INFO STEP 55 (ensure_file) COMPLETE
90072026-08-05T04:33:53.352Z[ recovery-image] Aug 05 04:33:52.530 INFO O| Aug 05 04:33:52.530 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90082026-08-05T04:33:53.358Z[ recovery-image] Aug 05 04:33:52.540 INFO O| Aug 05 04:33:52.540 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90092026-08-05T04:33:53.358Z[ recovery-image] Aug 05 04:33:52.540 INFO O| Aug 05 04:33:52.540 INFO copying /tmp/.tmpCNkD4o/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90102026-08-05T04:33:53.723Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
90112026-08-05T04:33:53.812Z[verify-libraries] Compiling multimap v0.10.1
90122026-08-05T04:33:54.017Z[verify-libraries] Compiling termios v0.3.3
90132026-08-05T04:33:54.111Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
90142026-08-05T04:33:54.282Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
90152026-08-05T04:33:55.341Z[ recovery-image] Aug 05 04:33:54.523 INFO O| Aug 05 04:33:54.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90162026-08-05T04:33:55.341Z[ recovery-image] Aug 05 04:33:54.524 INFO O| Aug 05 04:33:54.523 INFO ok!
90172026-08-05T04:33:55.345Z[ recovery-image] Aug 05 04:33:54.524 INFO O| Aug 05 04:33:54.523 INFO STEP 56 (ensure_file) COMPLETE
90182026-08-05T04:33:55.345Z[ recovery-image] Aug 05 04:33:54.524 INFO O| Aug 05 04:33:54.523 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90192026-08-05T04:33:55.352Z[ recovery-image] Aug 05 04:33:54.535 INFO O| Aug 05 04:33:54.535 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90202026-08-05T04:33:55.353Z[ recovery-image] Aug 05 04:33:54.535 INFO O| Aug 05 04:33:54.535 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90212026-08-05T04:33:55.356Z[ recovery-image] Aug 05 04:33:54.535 INFO O| Aug 05 04:33:54.535 INFO STEP 57 (ensure_dir) COMPLETE
90222026-08-05T04:33:55.356Z[ recovery-image] Aug 05 04:33:54.535 INFO O| Aug 05 04:33:54.535 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90232026-08-05T04:33:55.363Z[ recovery-image] Aug 05 04:33:54.546 INFO O| Aug 05 04:33:54.545 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90242026-08-05T04:33:55.363Z[ recovery-image] Aug 05 04:33:54.546 INFO O| Aug 05 04:33:54.545 INFO copying /tmp/.tmpCNkD4o/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 ...
90252026-08-05T04:33:55.363Z[ recovery-image] Aug 05 04:33:54.546 INFO O| Aug 05 04:33:54.545 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
90262026-08-05T04:33:55.367Z[ recovery-image] Aug 05 04:33:54.546 INFO O| Aug 05 04:33:54.545 INFO ok!
90272026-08-05T04:33:55.367Z[ recovery-image] Aug 05 04:33:54.546 INFO O| Aug 05 04:33:54.545 INFO STEP 58 (ensure_file) COMPLETE
90282026-08-05T04:33:55.367Z[ recovery-image] Aug 05 04:33:54.546 INFO O| Aug 05 04:33:54.545 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90292026-08-05T04:33:55.372Z[ recovery-image] Aug 05 04:33:54.555 INFO O| Aug 05 04:33:54.554 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90302026-08-05T04:33:55.372Z[ recovery-image] Aug 05 04:33:54.555 INFO O| Aug 05 04:33:54.555 INFO copying /tmp/.tmpCNkD4o/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 ...
90312026-08-05T04:33:55.372Z[ recovery-image] Aug 05 04:33:54.555 INFO O| Aug 05 04:33:54.555 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
90322026-08-05T04:33:55.376Z[ recovery-image] Aug 05 04:33:54.555 INFO O| Aug 05 04:33:54.555 INFO ok!
90332026-08-05T04:33:55.376Z[ recovery-image] Aug 05 04:33:54.555 INFO O| Aug 05 04:33:54.555 INFO STEP 59 (ensure_file) COMPLETE
90342026-08-05T04:33:55.376Z[ recovery-image] Aug 05 04:33:54.555 INFO O| Aug 05 04:33:54.555 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90352026-08-05T04:33:55.381Z[ recovery-image] Aug 05 04:33:54.563 INFO O| Aug 05 04:33:54.563 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90362026-08-05T04:33:55.381Z[ recovery-image] Aug 05 04:33:54.563 INFO O| Aug 05 04:33:54.563 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90372026-08-05T04:33:55.381Z[ recovery-image] Aug 05 04:33:54.563 INFO O| Aug 05 04:33:54.563 INFO STEP 60 (ensure_dir) COMPLETE
90382026-08-05T04:33:55.385Z[ recovery-image] Aug 05 04:33:54.563 INFO O| Aug 05 04:33:54.563 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90392026-08-05T04:33:55.389Z[ recovery-image] Aug 05 04:33:54.572 INFO O| Aug 05 04:33:54.572 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90402026-08-05T04:33:55.390Z[ recovery-image] Aug 05 04:33:54.572 INFO O| Aug 05 04:33:54.572 INFO copying /tmp/.tmpCNkD4o/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 ...
90412026-08-05T04:33:55.390Z[ recovery-image] Aug 05 04:33:54.572 INFO O| Aug 05 04:33:54.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90422026-08-05T04:33:55.394Z[ recovery-image] Aug 05 04:33:54.572 INFO O| Aug 05 04:33:54.572 INFO ok!
90432026-08-05T04:33:55.394Z[ recovery-image] Aug 05 04:33:54.572 INFO O| Aug 05 04:33:54.572 INFO STEP 61 (ensure_file) COMPLETE
90442026-08-05T04:33:55.394Z[ recovery-image] Aug 05 04:33:54.572 INFO O| Aug 05 04:33:54.572 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90452026-08-05T04:33:55.398Z[ recovery-image] Aug 05 04:33:54.580 INFO O| Aug 05 04:33:54.580 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90462026-08-05T04:33:55.398Z[ recovery-image] Aug 05 04:33:54.581 INFO O| Aug 05 04:33:54.580 INFO copying /tmp/.tmpCNkD4o/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 ...
90472026-08-05T04:33:55.402Z[ recovery-image] Aug 05 04:33:54.581 INFO O| Aug 05 04:33:54.581 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
90482026-08-05T04:33:55.403Z[ recovery-image] Aug 05 04:33:54.581 INFO O| Aug 05 04:33:54.581 INFO ok!
90492026-08-05T04:33:55.403Z[ recovery-image] Aug 05 04:33:54.581 INFO O| Aug 05 04:33:54.581 INFO STEP 62 (ensure_file) COMPLETE
90502026-08-05T04:33:55.403Z[ recovery-image] Aug 05 04:33:54.581 INFO O| Aug 05 04:33:54.581 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90512026-08-05T04:33:55.407Z[ recovery-image] Aug 05 04:33:54.589 INFO O| Aug 05 04:33:54.589 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90522026-08-05T04:33:55.407Z[ recovery-image] Aug 05 04:33:54.589 INFO O| Aug 05 04:33:54.589 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90532026-08-05T04:33:55.411Z[ recovery-image] Aug 05 04:33:54.589 INFO O| Aug 05 04:33:54.589 INFO STEP 63 (ensure_dir) COMPLETE
90542026-08-05T04:33:55.411Z[ recovery-image] Aug 05 04:33:54.589 INFO O| Aug 05 04:33:54.589 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90552026-08-05T04:33:55.416Z[ recovery-image] Aug 05 04:33:54.599 INFO O| Aug 05 04:33:54.598 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90562026-08-05T04:33:55.416Z[ recovery-image] Aug 05 04:33:54.599 INFO O| Aug 05 04:33:54.599 INFO copying /tmp/.tmpCNkD4o/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 ...
90572026-08-05T04:33:55.420Z[ recovery-image] Aug 05 04:33:54.599 INFO O| Aug 05 04:33:54.599 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90582026-08-05T04:33:55.420Z[ recovery-image] Aug 05 04:33:54.599 INFO O| Aug 05 04:33:54.599 INFO ok!
90592026-08-05T04:33:55.420Z[ recovery-image] Aug 05 04:33:54.599 INFO O| Aug 05 04:33:54.599 INFO STEP 64 (ensure_file) COMPLETE
90602026-08-05T04:33:55.420Z[ recovery-image] Aug 05 04:33:54.599 INFO O| Aug 05 04:33:54.599 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90612026-08-05T04:33:55.429Z[ recovery-image] Aug 05 04:33:54.612 INFO O| Aug 05 04:33:54.609 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90622026-08-05T04:33:55.429Z[ recovery-image] Aug 05 04:33:54.612 INFO O| Aug 05 04:33:54.609 INFO copying /tmp/.tmpCNkD4o/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90632026-08-05T04:33:55.429Z[ recovery-image] Aug 05 04:33:54.612 INFO O| Aug 05 04:33:54.609 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90642026-08-05T04:33:55.429Z[ recovery-image] Aug 05 04:33:54.612 INFO O| Aug 05 04:33:54.609 INFO ok!
90652026-08-05T04:33:55.429Z[ recovery-image] Aug 05 04:33:54.612 INFO O| Aug 05 04:33:54.609 INFO STEP 65 (ensure_file) COMPLETE
90662026-08-05T04:33:55.433Z[ recovery-image] Aug 05 04:33:54.612 INFO O| Aug 05 04:33:54.609 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90672026-08-05T04:33:55.437Z[ recovery-image] Aug 05 04:33:54.620 INFO O| Aug 05 04:33:54.620 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90682026-08-05T04:33:55.437Z[ recovery-image] Aug 05 04:33:54.620 INFO O| Aug 05 04:33:54.620 INFO STEP 66 (ensure_dir) COMPLETE
90692026-08-05T04:33:55.441Z[ recovery-image] Aug 05 04:33:54.620 INFO O| Aug 05 04:33:54.620 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90702026-08-05T04:33:55.447Z[ recovery-image] Aug 05 04:33:54.629 INFO O| Aug 05 04:33:54.629 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90712026-08-05T04:33:55.447Z[ recovery-image] Aug 05 04:33:54.629 INFO O| Aug 05 04:33:54.629 INFO STEP 67 (ensure_dir) COMPLETE
90722026-08-05T04:33:55.450Z[ recovery-image] Aug 05 04:33:54.629 INFO O| Aug 05 04:33:54.629 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90732026-08-05T04:33:55.455Z[ recovery-image] Aug 05 04:33:54.638 INFO O| Aug 05 04:33:54.638 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90742026-08-05T04:33:55.456Z[ recovery-image] Aug 05 04:33:54.638 INFO O| Aug 05 04:33:54.638 INFO STEP 68 (ensure_dir) COMPLETE
90752026-08-05T04:33:55.456Z[ recovery-image] Aug 05 04:33:54.638 INFO O| Aug 05 04:33:54.638 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90762026-08-05T04:33:55.467Z[ recovery-image] Aug 05 04:33:54.649 INFO O| Aug 05 04:33:54.649 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90772026-08-05T04:33:55.467Z[ recovery-image] Aug 05 04:33:54.649 INFO O| Aug 05 04:33:54.649 INFO STEP 69 (ensure_dir) COMPLETE
90782026-08-05T04:33:55.471Z[ recovery-image] Aug 05 04:33:54.649 INFO O| Aug 05 04:33:54.649 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90792026-08-05T04:33:55.483Z[ recovery-image] Aug 05 04:33:54.659 INFO O| Aug 05 04:33:54.658 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90802026-08-05T04:33:55.487Z[ recovery-image] Aug 05 04:33:54.659 INFO O| Aug 05 04:33:54.658 INFO copying /tmp/.tmpCNkD4o/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90812026-08-05T04:33:55.487Z[ recovery-image] Aug 05 04:33:54.659 INFO O| Aug 05 04:33:54.659 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90822026-08-05T04:33:55.487Z[ recovery-image] Aug 05 04:33:54.659 INFO O| Aug 05 04:33:54.659 INFO ok!
90832026-08-05T04:33:55.487Z[ recovery-image] Aug 05 04:33:54.659 INFO O| Aug 05 04:33:54.659 INFO STEP 70 (ensure_file) COMPLETE
90842026-08-05T04:33:55.487Z[ recovery-image] Aug 05 04:33:54.659 INFO O| Aug 05 04:33:54.659 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90852026-08-05T04:33:55.494Z[ recovery-image] Aug 05 04:33:54.676 INFO O| Aug 05 04:33:54.676 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90862026-08-05T04:33:55.497Z[ recovery-image] Aug 05 04:33:54.676 INFO O| Aug 05 04:33:54.676 INFO STEP 71 (remove_files) COMPLETE
90872026-08-05T04:33:55.497Z[ recovery-image] Aug 05 04:33:54.676 INFO O| Aug 05 04:33:54.676 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90882026-08-05T04:33:55.504Z[ recovery-image] Aug 05 04:33:54.686 INFO O| Aug 05 04:33:54.686 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90892026-08-05T04:33:55.504Z[ recovery-image] Aug 05 04:33:54.686 INFO O| Aug 05 04:33:54.686 INFO STEP 72 (remove_files) COMPLETE
90902026-08-05T04:33:55.504Z[ recovery-image] Aug 05 04:33:54.686 INFO O| Aug 05 04:33:54.686 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90912026-08-05T04:33:55.512Z[ recovery-image] Aug 05 04:33:54.695 INFO O| Aug 05 04:33:54.695 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90922026-08-05T04:33:55.517Z[ recovery-image] Aug 05 04:33:54.695 INFO O| Aug 05 04:33:54.695 INFO STEP 73 (remove_files) COMPLETE
90932026-08-05T04:33:55.517Z[ recovery-image] Aug 05 04:33:54.695 INFO O| Aug 05 04:33:54.695 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90942026-08-05T04:33:55.522Z[ recovery-image] Aug 05 04:33:54.704 INFO O| Aug 05 04:33:54.704 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90952026-08-05T04:33:55.522Z[ recovery-image] Aug 05 04:33:54.704 INFO O| Aug 05 04:33:54.704 INFO STEP 74 (remove_files) COMPLETE
90962026-08-05T04:33:55.526Z[ recovery-image] Aug 05 04:33:54.704 INFO O| Aug 05 04:33:54.704 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90972026-08-05T04:33:55.533Z[ recovery-image] Aug 05 04:33:54.715 INFO O| Aug 05 04:33:54.715 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90982026-08-05T04:33:55.533Z[ recovery-image] Aug 05 04:33:54.716 INFO O| Aug 05 04:33:54.716 INFO STEP 75 (remove_files) COMPLETE
90992026-08-05T04:33:55.533Z[ recovery-image] Aug 05 04:33:54.716 INFO O| Aug 05 04:33:54.716 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91002026-08-05T04:33:55.543Z[ recovery-image] Aug 05 04:33:54.725 INFO O| Aug 05 04:33:54.725 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91012026-08-05T04:33:55.543Z[ recovery-image] Aug 05 04:33:54.725 INFO O| Aug 05 04:33:54.725 INFO STEP 76 (remove_files) COMPLETE
91022026-08-05T04:33:55.543Z[ recovery-image] Aug 05 04:33:54.725 INFO O| Aug 05 04:33:54.725 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91032026-08-05T04:33:55.552Z[ recovery-image] Aug 05 04:33:54.734 INFO O| Aug 05 04:33:54.734 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91042026-08-05T04:33:55.552Z[ recovery-image] Aug 05 04:33:54.734 INFO O| Aug 05 04:33:54.734 INFO STEP 77 (remove_files) COMPLETE
91052026-08-05T04:33:55.552Z[ recovery-image] Aug 05 04:33:54.734 INFO O| Aug 05 04:33:54.734 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91062026-08-05T04:33:55.588Z[ recovery-image] Aug 05 04:33:54.770 INFO O| Aug 05 04:33:54.765 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91072026-08-05T04:33:55.588Z[ recovery-image] Aug 05 04:33:54.770 INFO O| Aug 05 04:33:54.765 INFO STEP 78 (remove_files) COMPLETE
91082026-08-05T04:33:55.588Z[ recovery-image] Aug 05 04:33:54.770 INFO O| Aug 05 04:33:54.765 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91092026-08-05T04:33:55.592Z[ recovery-image] Aug 05 04:33:54.775 INFO O| Aug 05 04:33:54.775 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91102026-08-05T04:33:55.592Z[ recovery-image] Aug 05 04:33:54.775 INFO O| Aug 05 04:33:54.775 INFO STEP 79 (remove_files) COMPLETE
91112026-08-05T04:33:55.596Z[ recovery-image] Aug 05 04:33:54.775 INFO O| Aug 05 04:33:54.775 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91122026-08-05T04:33:55.601Z[ recovery-image] Aug 05 04:33:54.784 INFO O| Aug 05 04:33:54.784 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91132026-08-05T04:33:55.605Z[ recovery-image] Aug 05 04:33:54.784 INFO O| Aug 05 04:33:54.784 INFO STEP 80 (remove_files) COMPLETE
91142026-08-05T04:33:55.605Z[ recovery-image] Aug 05 04:33:54.784 INFO O| Aug 05 04:33:54.784 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91152026-08-05T04:33:55.610Z[ recovery-image] Aug 05 04:33:54.793 INFO O| Aug 05 04:33:54.793 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91162026-08-05T04:33:55.610Z[ recovery-image] Aug 05 04:33:54.793 INFO O| Aug 05 04:33:54.793 INFO STEP 81 (remove_files) COMPLETE
91172026-08-05T04:33:55.614Z[ recovery-image] Aug 05 04:33:54.793 INFO O| Aug 05 04:33:54.793 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91182026-08-05T04:33:55.622Z[ recovery-image] Aug 05 04:33:54.804 INFO O| Aug 05 04:33:54.804 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91192026-08-05T04:33:55.622Z[ recovery-image] Aug 05 04:33:54.804 INFO O| Aug 05 04:33:54.804 INFO STEP 82 (remove_files) COMPLETE
91202026-08-05T04:33:55.626Z[ recovery-image] Aug 05 04:33:54.804 INFO O| Aug 05 04:33:54.804 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91212026-08-05T04:33:55.634Z[ recovery-image] Aug 05 04:33:54.817 INFO O| Aug 05 04:33:54.817 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91222026-08-05T04:33:55.634Z[ recovery-image] Aug 05 04:33:54.817 INFO O| Aug 05 04:33:54.817 INFO STEP 83 (remove_files) COMPLETE
91232026-08-05T04:33:55.634Z[ recovery-image] Aug 05 04:33:54.817 INFO O| Aug 05 04:33:54.817 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91242026-08-05T04:33:55.646Z[ recovery-image] Aug 05 04:33:54.828 INFO O| Aug 05 04:33:54.828 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91252026-08-05T04:33:55.646Z[ recovery-image] Aug 05 04:33:54.828 INFO O| Aug 05 04:33:54.828 INFO STEP 84 (remove_files) COMPLETE
91262026-08-05T04:33:55.646Z[ recovery-image] Aug 05 04:33:54.828 INFO O| Aug 05 04:33:54.828 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272026-08-05T04:33:55.657Z[ recovery-image] Aug 05 04:33:54.839 INFO O| Aug 05 04:33:54.839 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91282026-08-05T04:33:55.657Z[ recovery-image] Aug 05 04:33:54.839 INFO O| Aug 05 04:33:54.839 INFO STEP 85 (remove_files) COMPLETE
91292026-08-05T04:33:55.657Z[ recovery-image] Aug 05 04:33:54.839 INFO O| Aug 05 04:33:54.839 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302026-08-05T04:33:55.667Z[ recovery-image] Aug 05 04:33:54.849 INFO O| Aug 05 04:33:54.849 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91312026-08-05T04:33:55.667Z[ recovery-image] Aug 05 04:33:54.849 INFO O| Aug 05 04:33:54.849 INFO STEP 86 (remove_files) COMPLETE
91322026-08-05T04:33:55.667Z[ recovery-image] Aug 05 04:33:54.849 INFO O| Aug 05 04:33:54.849 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-08-05T04:33:55.676Z[ recovery-image] Aug 05 04:33:54.859 INFO O| Aug 05 04:33:54.859 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91342026-08-05T04:33:55.677Z[ recovery-image] Aug 05 04:33:54.859 INFO O| Aug 05 04:33:54.859 INFO STEP 87 (remove_files) COMPLETE
91352026-08-05T04:33:55.677Z[ recovery-image] Aug 05 04:33:54.859 INFO O| Aug 05 04:33:54.859 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-08-05T04:33:55.686Z[ recovery-image] Aug 05 04:33:54.868 INFO O| Aug 05 04:33:54.868 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91372026-08-05T04:33:55.686Z[ recovery-image] Aug 05 04:33:54.869 INFO O| Aug 05 04:33:54.869 INFO STEP 88 (remove_files) COMPLETE
91382026-08-05T04:33:55.686Z[ recovery-image] Aug 05 04:33:54.869 INFO O| Aug 05 04:33:54.869 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-08-05T04:33:55.697Z[ recovery-image] Aug 05 04:33:54.880 INFO O| Aug 05 04:33:54.880 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91402026-08-05T04:33:55.697Z[ recovery-image] Aug 05 04:33:54.880 INFO O| Aug 05 04:33:54.880 INFO STEP 89 (remove_files) COMPLETE
91412026-08-05T04:33:55.697Z[ recovery-image] Aug 05 04:33:54.880 INFO O| Aug 05 04:33:54.880 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-08-05T04:33:55.708Z[ recovery-image] Aug 05 04:33:54.891 INFO O| Aug 05 04:33:54.891 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91432026-08-05T04:33:55.709Z[ recovery-image] Aug 05 04:33:54.891 INFO O| Aug 05 04:33:54.891 INFO STEP 90 (remove_files) COMPLETE
91442026-08-05T04:33:55.712Z[ recovery-image] Aug 05 04:33:54.891 INFO O| Aug 05 04:33:54.891 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-08-05T04:33:55.720Z[ recovery-image] Aug 05 04:33:54.902 INFO O| Aug 05 04:33:54.902 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91462026-08-05T04:33:55.720Z[ recovery-image] Aug 05 04:33:54.902 INFO O| Aug 05 04:33:54.902 INFO STEP 91 (remove_files) COMPLETE
91472026-08-05T04:33:55.720Z[ recovery-image] Aug 05 04:33:54.902 INFO O| Aug 05 04:33:54.902 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-08-05T04:33:55.729Z[ recovery-image] Aug 05 04:33:54.912 INFO O| Aug 05 04:33:54.912 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91492026-08-05T04:33:55.729Z[ recovery-image] Aug 05 04:33:54.912 INFO O| Aug 05 04:33:54.912 INFO STEP 92 (remove_files) COMPLETE
91502026-08-05T04:33:55.733Z[ recovery-image] Aug 05 04:33:54.912 INFO O| Aug 05 04:33:54.912 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512026-08-05T04:33:55.739Z[ recovery-image] Aug 05 04:33:54.921 INFO O| Aug 05 04:33:54.921 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91522026-08-05T04:33:55.739Z[ recovery-image] Aug 05 04:33:54.921 INFO O| Aug 05 04:33:54.921 INFO STEP 93 (remove_files) COMPLETE
91532026-08-05T04:33:55.739Z[ recovery-image] Aug 05 04:33:54.921 INFO O| Aug 05 04:33:54.921 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542026-08-05T04:33:55.747Z[ recovery-image] Aug 05 04:33:54.930 INFO O| Aug 05 04:33:54.930 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91552026-08-05T04:33:55.748Z[ recovery-image] Aug 05 04:33:54.930 INFO O| Aug 05 04:33:54.930 INFO STEP 94 (remove_files) COMPLETE
91562026-08-05T04:33:55.752Z[ recovery-image] Aug 05 04:33:54.930 INFO O| Aug 05 04:33:54.930 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91572026-08-05T04:33:55.757Z[ recovery-image] Aug 05 04:33:54.939 INFO O| Aug 05 04:33:54.939 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91582026-08-05T04:33:55.757Z[ recovery-image] Aug 05 04:33:54.939 INFO O| Aug 05 04:33:54.939 INFO STEP 95 (remove_files) COMPLETE
91592026-08-05T04:33:55.757Z[ recovery-image] Aug 05 04:33:54.939 INFO O| Aug 05 04:33:54.939 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91602026-08-05T04:33:55.765Z[ recovery-image] Aug 05 04:33:54.948 INFO O| Aug 05 04:33:54.948 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91612026-08-05T04:33:55.765Z[ recovery-image] Aug 05 04:33:54.948 INFO O| Aug 05 04:33:54.948 INFO STEP 96 (remove_files) COMPLETE
91622026-08-05T04:33:55.769Z[ recovery-image] Aug 05 04:33:54.948 INFO O| Aug 05 04:33:54.948 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91632026-08-05T04:33:55.774Z[ recovery-image] Aug 05 04:33:54.956 INFO O| Aug 05 04:33:54.956 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91642026-08-05T04:33:55.774Z[ recovery-image] Aug 05 04:33:54.956 INFO O| Aug 05 04:33:54.956 INFO STEP 97 (remove_files) COMPLETE
91652026-08-05T04:33:55.774Z[ recovery-image] Aug 05 04:33:54.956 INFO O| Aug 05 04:33:54.956 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91662026-08-05T04:33:55.783Z[ recovery-image] Aug 05 04:33:54.965 INFO O| Aug 05 04:33:54.965 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91672026-08-05T04:33:55.783Z[ recovery-image] Aug 05 04:33:54.966 INFO O| Aug 05 04:33:54.965 INFO STEP 98 (remove_files) COMPLETE
91682026-08-05T04:33:55.783Z[ recovery-image] Aug 05 04:33:54.966 INFO O| Aug 05 04:33:54.966 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91692026-08-05T04:33:55.792Z[ recovery-image] Aug 05 04:33:54.975 INFO O| Aug 05 04:33:54.975 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91702026-08-05T04:33:55.792Z[ recovery-image] Aug 05 04:33:54.975 INFO O| Aug 05 04:33:54.975 INFO STEP 99 (remove_files) COMPLETE
91712026-08-05T04:33:55.792Z[ recovery-image] Aug 05 04:33:54.975 INFO O| Aug 05 04:33:54.975 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91722026-08-05T04:33:55.807Z[ recovery-image] Aug 05 04:33:54.989 INFO O| Aug 05 04:33:54.989 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91732026-08-05T04:33:55.807Z[ recovery-image] Aug 05 04:33:54.989 INFO O| Aug 05 04:33:54.989 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_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"}
91742026-08-05T04:33:58.132Z[ recovery-image] Aug 05 04:33:57.314 INFO O| Aug 05 04:33:57.314 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
91752026-08-05T04:33:58.132Z[ recovery-image] Aug 05 04:33:57.314 INFO O| Aug 05 04:33:57.314 INFO E| svccfg: Loaded 69 smf(7) service descriptions
91762026-08-05T04:33:58.145Z[ recovery-image] Aug 05 04:33:57.327 INFO O| Aug 05 04:33:57.327 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
91772026-08-05T04:33:58.246Z[ recovery-image] Aug 05 04:33:57.429 INFO O| Aug 05 04:33:57.428 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
91782026-08-05T04:33:58.308Z[ recovery-image] Aug 05 04:33:57.490 INFO O| Aug 05 04:33:57.490 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
91792026-08-05T04:33:58.375Z[ recovery-image] Aug 05 04:33:57.557 INFO O| Aug 05 04:33:57.557 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
91802026-08-05T04:33:58.375Z[ recovery-image] Aug 05 04:33:57.557 INFO O| Aug 05 04:33:57.557 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 ...
91812026-08-05T04:33:58.378Z[ recovery-image] Aug 05 04:33:57.559 INFO O| Aug 05 04:33:57.559 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
91822026-08-05T04:33:58.378Z[ recovery-image] Aug 05 04:33:57.559 INFO O| Aug 05 04:33:57.559 INFO ok!
91832026-08-05T04:33:58.378Z[ recovery-image] Aug 05 04:33:57.559 INFO O| Aug 05 04:33:57.559 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
91842026-08-05T04:33:58.379Z[ recovery-image] Aug 05 04:33:57.559 INFO O| Aug 05 04:33:57.559 INFO STEP 100 (seed_smf) COMPLETE
91852026-08-05T04:33:58.379Z[ recovery-image] Aug 05 04:33:57.559 INFO O| Aug 05 04:33:57.559 INFO steps complete; finalising image!
91862026-08-05T04:33:58.379Z[ recovery-image] Aug 05 04:33:57.559 INFO O| Aug 05 04:33:57.559 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
91872026-08-05T04:33:58.767Z[ recovery-image] Aug 05 04:33:57.949 INFO O| Aug 05 04:33:57.949 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Aug 5 04:33:57 2026)
91882026-08-05T04:33:58.974Z[ recovery-image] Aug 05 04:33:58.156 INFO O| Aug 05 04:33:58.156 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 5 04:33:57 2026)
91892026-08-05T04:33:59.181Z[ recovery-image] Aug 05 04:33:58.363 INFO O| Aug 05 04:33:58.363 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 5 04:33:57 2026)
91902026-08-05T04:33:59.388Z[ recovery-image] Aug 05 04:33:58.571 INFO O| Aug 05 04:33:58.571 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 5 04:33:57 2026)
91912026-08-05T04:33:59.595Z[ recovery-image] Aug 05 04:33:58.777 INFO O| Aug 05 04:33:58.777 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 5 04:33:57 2026)
91922026-08-05T04:33:59.800Z[ recovery-image] Aug 05 04:33:58.983 INFO O| Aug 05 04:33:58.983 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 5 04:33:57 2026)
91932026-08-05T04:34:00.006Z[ recovery-image] Aug 05 04:33:59.189 INFO O| Aug 05 04:33:59.188 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 5 04:33:57 2026)
91942026-08-05T04:34:00.212Z[ recovery-image] Aug 05 04:33:59.395 INFO O| Aug 05 04:33:59.395 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 5 04:33:57 2026)
91952026-08-05T04:34:00.418Z[ recovery-image] Aug 05 04:33:59.601 INFO O| Aug 05 04:33:59.601 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 5 04:33:57 2026)
91962026-08-05T04:34:00.624Z[ recovery-image] Aug 05 04:33:59.807 INFO O| Aug 05 04:33:59.807 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 5 04:33:57 2026)
91972026-08-05T04:34:00.831Z[ recovery-image] Aug 05 04:34:00.013 INFO O| Aug 05 04:34:00.013 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 5 04:33:57 2026)
91982026-08-05T04:34:01.037Z[ recovery-image] Aug 05 04:34:00.219 INFO O| Aug 05 04:34:00.219 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 5 04:33:57 2026)
91992026-08-05T04:34:01.243Z[ recovery-image] Aug 05 04:34:00.425 INFO O| Aug 05 04:34:00.425 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 5 04:33:57 2026)
92002026-08-05T04:34:01.448Z[ recovery-image] Aug 05 04:34:00.631 INFO O| Aug 05 04:34:00.631 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 5 04:33:57 2026)
92012026-08-05T04:34:01.639Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92022026-08-05T04:34:01.671Z[ recovery-image] Aug 05 04:34:00.853 INFO O| Aug 05 04:34:00.853 INFO temporary pool has 496M used, 1.27G avail, 1.00x compressratio
92032026-08-05T04:34:01.671Z[ recovery-image] Aug 05 04:34:00.853 INFO O| Aug 05 04:34:00.853 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92042026-08-05T04:34:01.819Z[verify-libraries] Compiling polar-core v0.27.3
92052026-08-05T04:34:02.259Z[ host-image] Aug 05 04:34:01.441 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24160:20260803T102756Z
92062026-08-05T04:34:02.259Z[ host-image] Aug 05 04:34:01.441 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24160:20260803T102756Z
92072026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.441 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92082026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.441 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92092026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.441 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92102026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.441 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92112026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.441 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92122026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.441 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92132026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.442 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0-3.0:20260805T041503Z
92142026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.442 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92152026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.442 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92162026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.442 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24160:20260803T102756Z
92172026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.443 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24160:20260803T102757Z
92182026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.443 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24160:20260803T102757Z
92192026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.443 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24160:20260803T102757Z
92202026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.443 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92212026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.443 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24160:20260803T102757Z
92222026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.443 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24160:20260803T102757Z
92232026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.443 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24160:20260803T102757Z
92242026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.443 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24160:20260803T102757Z
92252026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.443 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24160:20260803T102757Z
92262026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.443 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24160:20260803T102757Z
92272026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24160:20260803T102757Z
92282026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24160:20260803T102758Z
92292026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24160:20260803T102758Z
92302026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24160:20260803T102758Z
92312026-08-05T04:34:02.268Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24160:20260803T102758Z
92322026-08-05T04:34:02.269Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24160:20260803T102759Z
92332026-08-05T04:34:02.269Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24160:20260803T102759Z
92342026-08-05T04:34:02.269Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24160:20260803T102759Z
92352026-08-05T04:34:02.269Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24160:20260803T102800Z
92362026-08-05T04:34:02.269Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
92372026-08-05T04:34:02.269Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24160:20260803T102800Z
92382026-08-05T04:34:02.269Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24160:20260803T102801Z
92392026-08-05T04:34:02.269Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24160:20260803T102801Z
92402026-08-05T04:34:02.269Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24160:20260803T102802Z
92412026-08-05T04:34:02.269Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24160:20260803T102802Z
92422026-08-05T04:34:02.269Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24160:20260803T102802Z
92432026-08-05T04:34:02.269Z[ host-image] Aug 05 04:34:01.444 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24160:20260803T102802Z
92442026-08-05T04:34:02.274Z[ host-image] Aug 05 04:34:01.447 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92452026-08-05T04:34:02.274Z[ host-image] Aug 05 04:34:01.447 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24160:20260803T102803Z
92462026-08-05T04:34:02.274Z[ host-image] Aug 05 04:34:01.448 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92472026-08-05T04:34:02.274Z[ host-image] Aug 05 04:34:01.448 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92482026-08-05T04:34:02.274Z[ host-image] Aug 05 04:34:01.448 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92492026-08-05T04:34:02.274Z[ host-image] Aug 05 04:34:01.448 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92502026-08-05T04:34:02.274Z[ host-image] Aug 05 04:34:01.448 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24160:20260803T102803Z
92512026-08-05T04:34:02.274Z[ host-image] Aug 05 04:34:01.448 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92522026-08-05T04:34:02.274Z[ host-image] Aug 05 04:34:01.448 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92532026-08-05T04:34:02.274Z[ host-image] Aug 05 04:34:01.448 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92542026-08-05T04:34:02.274Z[ host-image] Aug 05 04:34:01.448 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92552026-08-05T04:34:02.274Z[ host-image] Aug 05 04:34:01.452 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92562026-08-05T04:34:02.275Z[ host-image] Aug 05 04:34:01.452 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92572026-08-05T04:34:02.275Z[ host-image] Aug 05 04:34:01.452 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92582026-08-05T04:34:02.275Z[ host-image] Aug 05 04:34:01.452 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92592026-08-05T04:34:02.275Z[ host-image] Aug 05 04:34:01.452 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92602026-08-05T04:34:02.275Z[ host-image] Aug 05 04:34:01.452 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92612026-08-05T04:34:02.281Z[ host-image] Aug 05 04:34:01.464 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92622026-08-05T04:34:02.285Z[ host-image] Aug 05 04:34:01.464 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92632026-08-05T04:34:02.285Z[ host-image] Aug 05 04:34:01.464 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92642026-08-05T04:34:02.285Z[ host-image] Aug 05 04:34:01.464 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24160:20260803T102803Z
92652026-08-05T04:34:02.285Z[ host-image] Aug 05 04:34:01.464 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24160:20260803T102806Z
92662026-08-05T04:34:02.285Z[ host-image] Aug 05 04:34:01.464 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92672026-08-05T04:34:02.285Z[ host-image] Aug 05 04:34:01.464 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24160:20260803T102806Z
92682026-08-05T04:34:02.285Z[ host-image] Aug 05 04:34:01.464 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92692026-08-05T04:34:02.285Z[ host-image] Aug 05 04:34:01.464 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92702026-08-05T04:34:02.285Z[ host-image] Aug 05 04:34:01.464 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92712026-08-05T04:34:02.285Z[ host-image] Aug 05 04:34:01.465 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92722026-08-05T04:34:02.285Z[ host-image] Aug 05 04:34:01.465 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24160:20260803T102806Z
92732026-08-05T04:34:02.286Z[ host-image] Aug 05 04:34:01.465 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92742026-08-05T04:34:02.286Z[ host-image] Aug 05 04:34:01.466 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92752026-08-05T04:34:02.286Z[ host-image] Aug 05 04:34:01.466 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92762026-08-05T04:34:02.286Z[ host-image] Aug 05 04:34:01.466 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92772026-08-05T04:34:02.286Z[ host-image] Aug 05 04:34:01.466 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24160:20260803T102806Z
92782026-08-05T04:34:02.286Z[ host-image] Aug 05 04:34:01.466 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92792026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.470 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92802026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.470 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24160:20260803T102807Z
92812026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.470 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24160:20260803T102807Z
92822026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.470 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24160:20260803T102807Z
92832026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.471 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92842026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.471 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24160:20260803T102807Z
92852026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.471 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24160:20260803T102807Z
92862026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.471 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24160:20260803T102807Z
92872026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.471 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24160:20260803T102807Z
92882026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.472 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92892026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.472 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24160:20260803T102808Z
92902026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.472 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24160:20260803T102808Z
92912026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.472 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92922026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.472 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24160:20260803T102808Z
92932026-08-05T04:34:02.290Z[ host-image] Aug 05 04:34:01.472 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24160:20260803T102808Z
92942026-08-05T04:34:02.294Z[ host-image] Aug 05 04:34:01.472 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24160:20260803T102808Z
92952026-08-05T04:34:02.294Z[ host-image] Aug 05 04:34:01.472 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24160:20260803T102809Z
92962026-08-05T04:34:02.294Z[ host-image] Aug 05 04:34:01.475 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24160:20260803T102809Z
92972026-08-05T04:34:02.294Z[ host-image] Aug 05 04:34:01.475 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92982026-08-05T04:34:02.294Z[ host-image] Aug 05 04:34:01.475 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24160:20260803T102809Z
92992026-08-05T04:34:02.294Z[ host-image] Aug 05 04:34:01.475 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24160:20260803T102809Z
93002026-08-05T04:34:02.294Z[ host-image] Aug 05 04:34:01.475 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24160:20260803T102809Z
93012026-08-05T04:34:02.294Z[ host-image] Aug 05 04:34:01.475 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24160:20260803T102809Z
93022026-08-05T04:34:02.294Z[ host-image] Aug 05 04:34:01.476 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24160:20260803T102809Z
93032026-08-05T04:34:02.294Z[ host-image] Aug 05 04:34:01.476 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24160:20260803T102809Z
93042026-08-05T04:34:02.294Z[ host-image] Aug 05 04:34:01.476 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24160:20260803T102809Z
93052026-08-05T04:34:02.294Z[ host-image] Aug 05 04:34:01.476 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24160:20260803T102809Z
93062026-08-05T04:34:02.297Z[ host-image] Aug 05 04:34:01.479 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24160:20260803T102810Z
93072026-08-05T04:34:02.297Z[ host-image] Aug 05 04:34:01.479 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24160:20260803T102809Z
93082026-08-05T04:34:02.297Z[ host-image] Aug 05 04:34:01.479 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24160:20260803T102810Z
93092026-08-05T04:34:02.298Z[ host-image] Aug 05 04:34:01.479 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24160:20260803T102810Z
93102026-08-05T04:34:02.298Z[ host-image] Aug 05 04:34:01.479 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24160:20260803T102810Z
93112026-08-05T04:34:02.302Z[ host-image] Aug 05 04:34:01.485 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24160:20260803T102811Z
93122026-08-05T04:34:02.302Z[ host-image] Aug 05 04:34:01.485 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24160:20260803T102810Z
93132026-08-05T04:34:02.305Z[ host-image] Aug 05 04:34:01.485 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24160:20260803T102810Z
93142026-08-05T04:34:02.305Z[ host-image] Aug 05 04:34:01.485 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93152026-08-05T04:34:02.305Z[ host-image] Aug 05 04:34:01.485 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93162026-08-05T04:34:02.311Z[ host-image] Aug 05 04:34:01.493 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24160:20260803T102810Z
93172026-08-05T04:34:02.311Z[ host-image] Aug 05 04:34:01.493 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93182026-08-05T04:34:02.311Z[ host-image] Aug 05 04:34:01.494 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24160:20260803T102810Z
93192026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.494 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24160:20260803T102810Z
93202026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.494 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24160:20260803T102810Z
93212026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.494 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93222026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.494 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93232026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.494 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24160:20260803T102811Z
93242026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.494 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24160:20260803T102811Z
93252026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.494 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24160:20260803T102811Z
93262026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.495 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24160:20260803T102811Z
93272026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.495 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24160:20260803T102811Z
93282026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.495 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24160:20260803T102811Z
93292026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.495 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93302026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.495 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24160:20260803T102811Z
93312026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.496 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24160:20260803T102811Z
93322026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.496 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24160:20260803T102812Z
93332026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.496 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24160:20260803T102812Z
93342026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.496 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24160:20260803T102812Z
93352026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.496 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24160:20260803T102812Z
93362026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.496 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93372026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.496 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93382026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.496 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24160:20260803T102813Z
93392026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.496 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24160:20260803T102813Z
93402026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.496 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93412026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.496 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93422026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.496 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93432026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.496 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93442026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.496 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93452026-08-05T04:34:02.315Z[ host-image] Aug 05 04:34:01.497 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93462026-08-05T04:34:02.319Z[ host-image] Aug 05 04:34:01.497 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93472026-08-05T04:34:02.319Z[ host-image] Aug 05 04:34:01.498 INFO O| tempdir @ "/tmp/.tmpEWqNfF/tmp"
93482026-08-05T04:34:02.320Z[ host-image] Aug 05 04:34:01.498 INFO O| image root @ "/tmp/.tmpEWqNfF/tmp/root"
93492026-08-05T04:34:02.320Z[ host-image] Aug 05 04:34:01.498 INFO O| creating image...
93502026-08-05T04:34:02.441Z[ recovery-image] Aug 05 04:34:01.623 INFO O| Aug 05 04:34:01.623 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
93512026-08-05T04:34:02.441Z[ recovery-image] Aug 05 04:34:01.623 INFO O| Aug 05 04:34:01.623 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93522026-08-05T04:34:05.063Z[ recovery-image] Aug 05 04:34:04.245 INFO O| Aug 05 04:34:04.245 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93532026-08-05T04:34:05.063Z[ recovery-image] Aug 05 04:34:04.245 INFO O| Aug 05 04:34:04.245 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93542026-08-05T04:34:05.063Z[ recovery-image] Aug 05 04:34:04.245 INFO O| Aug 05 04:34:04.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93552026-08-05T04:34:05.067Z[ recovery-image] Aug 05 04:34:04.245 INFO O| Aug 05 04:34:04.245 INFO completed processing sled/zfs-recovery
93562026-08-05T04:34:05.067Z[ recovery-image] Aug 05 04:34:04.245 INFO O| Aug 05 04:34:04.245 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93572026-08-05T04:34:05.265Z[ host-image] Aug 05 04:34:04.447 INFO O| copying publishers...
93582026-08-05T04:34:06.732Z[ recovery-image] Aug 05 04:34:05.914 INFO O| Aug 05 04:34:05.914 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93592026-08-05T04:34:06.862Z[ recovery-image] Aug 05 04:34:06.045 INFO BUILD STRING "heads/stlouis-0-g63fe1e0f00\n"
93602026-08-05T04:34:06.862Z[ recovery-image] Aug 05 04:34:06.045 INFO expanded image name: "recovery 8494592/${os_short_commit} 2026-08-05 04:14" -> "recovery 8494592/63fe1e0 2026-08-05 04:14"
93612026-08-05T04:34:06.866Z[ recovery-image] Aug 05 04:34:06.045 INFO output artefacts stored in: "/work/os-recovery"
93622026-08-05T04:34:06.866Z[ recovery-image] Aug 05 04:34:06.045 INFO collecting git info from project "chelsio-t6-roms"...
93632026-08-05T04:34:06.882Z[ recovery-image] Aug 05 04:34:06.064 INFO collecting git info from project "amd-firmware"...
93642026-08-05T04:34:07.085Z[ recovery-image] Aug 05 04:34:06.268 INFO collecting git info from project "amd-host-image-builder"...
93652026-08-05T04:34:07.130Z[ recovery-image] Aug 05 04:34:06.312 INFO collecting git info from project "image-builder"...
93662026-08-05T04:34:07.138Z[ recovery-image] Aug 05 04:34:06.320 INFO collecting git info from project "pilot"...
93672026-08-05T04:34:07.147Z[ recovery-image] Aug 05 04:34:06.330 INFO collecting git info from project "phbl"...
93682026-08-05T04:34:07.154Z[ recovery-image] Aug 05 04:34:06.337 INFO collecting git info from project "pinprick"...
93692026-08-05T04:34:07.167Z[ recovery-image] Aug 05 04:34:06.350 INFO collecting git info from project "dmar-report"...
93702026-08-05T04:34:07.231Z[ recovery-image] Aug 05 04:34:06.413 INFO collecting git info from project "bootserver"...
93712026-08-05T04:34:07.259Z[ recovery-image] Aug 05 04:34:06.442 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93722026-08-05T04:34:07.957Z[ recovery-image] Aug 05 04:34:07.139 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93732026-08-05T04:34:08.064Z[ host-image] Aug 05 04:34:07.246 INFO O| adding properties...
93742026-08-05T04:34:08.340Z[ recovery-image] Aug 05 04:34:07.522 INFO creating Oxide boot image...
93752026-08-05T04:34:08.340Z[ recovery-image] Aug 05 04:34:07.522 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 8494592/63fe1e0 2026-08-05 04:14", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93762026-08-05T04:34:09.142Z[ host-image] Aug 05 04:34:08.324 INFO O| installing packages...
93772026-08-05T04:34:11.534Z[verify-libraries] Compiling oso v0.27.3
93782026-08-05T04:34:12.725Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93792026-08-05T04:34:13.275Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93802026-08-05T04:34:19.311Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93812026-08-05T04:34:23.983Z[ host-image] Aug 05 04:34:23.163 INFO O| seeding SMF database...
93822026-08-05T04:34:25.080Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93832026-08-05T04:34:26.014Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93842026-08-05T04:34:26.803Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93852026-08-05T04:34:28.026Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93862026-08-05T04:34:28.344Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93872026-08-05T04:34:28.950Z[ host-image] Aug 05 04:34:28.130 INFO O| configuring SMF profile...
93882026-08-05T04:34:28.950Z[ host-image] Aug 05 04:34:28.131 INFO O| modifying shadow(5)...
93892026-08-05T04:34:28.950Z[ host-image] Aug 05 04:34:28.131 INFO O| loading user and group database...
93902026-08-05T04:34:28.959Z[ host-image] Aug 05 04:34:28.131 INFO O| loading facet selections...
93912026-08-05T04:34:29.404Z[ host-image] Aug 05 04:34:28.577 INFO O| devel -> true
93922026-08-05T04:34:29.404Z[ host-image] Aug 05 04:34:28.577 INFO O| doc.man -> true
93932026-08-05T04:34:29.404Z[ host-image] Aug 05 04:34:28.577 INFO O| version-lock.shell/ksh93 -> true
93942026-08-05T04:34:29.404Z[ host-image] Aug 05 04:34:28.577 INFO O| version-lock.system/data/hardware-registry -> true
93952026-08-05T04:34:29.404Z[ host-image] Aug 05 04:34:28.577 INFO O| version-lock.system/data/zoneinfo -> true
93962026-08-05T04:34:29.404Z[ host-image] Aug 05 04:34:28.577 INFO O| version-lock.system/microcode/amd -> true
93972026-08-05T04:34:29.404Z[ host-image] Aug 05 04:34:28.577 INFO O| version-lock.system/microcode/intel -> true
93982026-08-05T04:34:29.404Z[ host-image] Aug 05 04:34:28.577 INFO O| version-lock.system/microcode/oxide -> true
93992026-08-05T04:34:29.404Z[ host-image] Aug 05 04:34:28.577 INFO O| assessing packaged files...
94002026-08-05T04:34:31.040Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94012026-08-05T04:34:31.160Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94022026-08-05T04:34:31.443Z[ host-image] Aug 05 04:34:30.621 INFO O| creating archive...
94032026-08-05T04:34:31.463Z[ host-image] Aug 05 04:34:30.643 INFO O| missing from packaging:
94042026-08-05T04:34:31.463Z[ host-image] Aug 05 04:34:30.643 INFO O| "etc/.pwd.lock"
94052026-08-05T04:34:31.469Z[ host-image] Aug 05 04:34:30.643 INFO O| "etc/bash"
94062026-08-05T04:34:31.469Z[ host-image] Aug 05 04:34:30.647 INFO O| "etc/svc/profile/generic.xml"
94072026-08-05T04:34:31.469Z[ host-image] Aug 05 04:34:30.648 INFO O| "etc/svc/profile/inetd_services.xml"
94082026-08-05T04:34:31.469Z[ host-image] Aug 05 04:34:30.648 INFO O| "etc/svc/profile/name_service.xml"
94092026-08-05T04:34:31.469Z[ host-image] Aug 05 04:34:30.648 INFO O| "etc/svc/profile/platform.xml"
94102026-08-05T04:34:31.469Z[ host-image] Aug 05 04:34:30.648 INFO O| "etc/svc/profile/platform_omicron1.xml"
94112026-08-05T04:34:31.469Z[ host-image] Aug 05 04:34:30.648 INFO O| "etc/svc/repository.db"
94122026-08-05T04:34:31.480Z[ host-image] Aug 05 04:34:30.654 INFO O| "opt/ooce/share"
94132026-08-05T04:34:31.480Z[ host-image] Aug 05 04:34:30.654 INFO O| "opt/ooce/share/man"
94142026-08-05T04:34:31.480Z[ host-image] Aug 05 04:34:30.654 INFO O| "opt/ooce/share/man/man1"
94152026-08-05T04:34:31.491Z[ host-image] Aug 05 04:34:30.664 INFO O| finishing archive...
94162026-08-05T04:34:34.101Z[ host-image] Aug 05 04:34:33.277 INFO O| creating gzonly manifest...
94172026-08-05T04:34:34.109Z[ host-image] Aug 05 04:34:33.284 INFO O| ok
94182026-08-05T04:34:34.293Z[ host-image] Aug 05 04:34:33.469 INFO image builder template: ramdisk-02-trim...
94192026-08-05T04:34:34.293Z[ host-image] Aug 05 04:34:33.469 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/.tmpCNkD4o/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@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94202026-08-05T04:34:34.373Z[ host-image] Aug 05 04:34:33.492 INFO O| Aug 05 04:34:33.491 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94212026-08-05T04:34:34.373Z[ host-image] Aug 05 04:34:33.497 INFO O| Aug 05 04:34:33.496 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94222026-08-05T04:34:34.639Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94232026-08-05T04:34:37.350Z[ host-image] Aug 05 04:34:36.377 INFO O| Aug 05 04:34:36.377 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94242026-08-05T04:34:39.673Z[ host-image] Aug 05 04:34:38.791 INFO O| Aug 05 04:34:38.791 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94252026-08-05T04:34:39.678Z[ host-image] Aug 05 04:34:38.791 INFO O| Aug 05 04:34:38.791 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94262026-08-05T04:34:39.678Z[ host-image] Aug 05 04:34:38.796 INFO O| Aug 05 04:34:38.796 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94272026-08-05T04:34:39.678Z[ host-image] Aug 05 04:34:38.800 INFO O| Aug 05 04:34:38.800 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94282026-08-05T04:34:39.678Z[ host-image] Aug 05 04:34:38.804 INFO O| Aug 05 04:34:38.804 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94292026-08-05T04:34:41.723Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94302026-08-05T04:34:42.056Z[ host-image] Aug 05 04:34:41.238 INFO O| Aug 05 04:34:41.238 INFO rolled back to input snapshot; work may begin
94312026-08-05T04:34:42.056Z[ host-image] Aug 05 04:34:41.238 INFO O| Aug 05 04:34:41.238 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94322026-08-05T04:34:42.060Z[ host-image] Aug 05 04:34:41.242 INFO O| Aug 05 04:34:41.242 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94332026-08-05T04:34:42.068Z[ host-image] Aug 05 04:34:41.250 INFO O| Aug 05 04:34:41.250 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94342026-08-05T04:34:42.143Z[ host-image] Aug 05 04:34:41.287 INFO O| Aug 05 04:34:41.287 INFO STEP 0 (remove_files) COMPLETE
94352026-08-05T04:34:42.143Z[ host-image] Aug 05 04:34:41.287 INFO O| Aug 05 04:34:41.287 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362026-08-05T04:34:42.147Z[ host-image] Aug 05 04:34:41.294 INFO O| Aug 05 04:34:41.294 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94372026-08-05T04:34:42.147Z[ host-image] Aug 05 04:34:41.295 INFO O| Aug 05 04:34:41.295 INFO STEP 1 (remove_files) COMPLETE
94382026-08-05T04:34:42.147Z[ host-image] Aug 05 04:34:41.295 INFO O| Aug 05 04:34:41.295 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94392026-08-05T04:34:42.147Z[ host-image] Aug 05 04:34:41.301 INFO O| Aug 05 04:34:41.301 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94402026-08-05T04:34:42.147Z[ host-image] Aug 05 04:34:41.313 INFO O| Aug 05 04:34:41.313 INFO STEP 2 (remove_files) COMPLETE
94412026-08-05T04:34:42.147Z[ host-image] Aug 05 04:34:41.313 INFO O| Aug 05 04:34:41.313 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94422026-08-05T04:34:42.147Z[ host-image] Aug 05 04:34:41.321 INFO O| Aug 05 04:34:41.321 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94432026-08-05T04:34:42.147Z[ host-image] Aug 05 04:34:41.322 INFO O| Aug 05 04:34:41.322 INFO STEP 3 (remove_files) COMPLETE
94442026-08-05T04:34:42.147Z[ host-image] Aug 05 04:34:41.322 INFO O| Aug 05 04:34:41.322 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94452026-08-05T04:34:42.154Z[ host-image] Aug 05 04:34:41.329 INFO O| Aug 05 04:34:41.329 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94462026-08-05T04:34:42.154Z[ host-image] Aug 05 04:34:41.332 INFO O| Aug 05 04:34:41.332 INFO STEP 4 (remove_files) COMPLETE
94472026-08-05T04:34:42.154Z[ host-image] Aug 05 04:34:41.332 INFO O| Aug 05 04:34:41.332 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-08-05T04:34:42.158Z[ host-image] Aug 05 04:34:41.338 INFO O| Aug 05 04:34:41.338 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94492026-08-05T04:34:42.158Z[ host-image] Aug 05 04:34:41.340 INFO O| Aug 05 04:34:41.340 INFO STEP 5 (remove_files) COMPLETE
94502026-08-05T04:34:42.158Z[ host-image] Aug 05 04:34:41.340 INFO O| Aug 05 04:34:41.340 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-08-05T04:34:42.181Z[ host-image] Aug 05 04:34:41.346 INFO O| Aug 05 04:34:41.346 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94522026-08-05T04:34:42.313Z[ host-image] Aug 05 04:34:41.356 INFO O| Aug 05 04:34:41.355 INFO STEP 6 (remove_files) COMPLETE
94532026-08-05T04:34:42.313Z[ host-image] Aug 05 04:34:41.356 INFO O| Aug 05 04:34:41.355 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-08-05T04:34:42.313Z[ host-image] Aug 05 04:34:41.356 INFO O| Aug 05 04:34:41.356 INFO skip step because feature "heliosv2" is not enabled
94552026-08-05T04:34:42.313Z[ host-image] Aug 05 04:34:41.356 INFO O| Aug 05 04:34:41.356 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94562026-08-05T04:34:42.313Z[ host-image] Aug 05 04:34:41.363 INFO O| Aug 05 04:34:41.363 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94572026-08-05T04:34:42.313Z[ host-image] Aug 05 04:34:41.374 INFO O| Aug 05 04:34:41.374 INFO STEP 8 (remove_files) COMPLETE
94582026-08-05T04:34:42.314Z[ host-image] Aug 05 04:34:41.374 INFO O| Aug 05 04:34:41.374 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-08-05T04:34:42.527Z[ host-image] Aug 05 04:34:41.382 INFO O| Aug 05 04:34:41.382 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94602026-08-05T04:34:42.527Z[ host-image] Aug 05 04:34:41.456 INFO O| Aug 05 04:34:41.456 INFO STEP 9 (remove_files) COMPLETE
94612026-08-05T04:34:42.528Z[ host-image] Aug 05 04:34:41.456 INFO O| Aug 05 04:34:41.456 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-08-05T04:34:42.528Z[ host-image] Aug 05 04:34:41.464 INFO O| Aug 05 04:34:41.464 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94632026-08-05T04:34:42.528Z[ host-image] Aug 05 04:34:41.543 INFO O| Aug 05 04:34:41.543 INFO STEP 10 (remove_files) COMPLETE
94642026-08-05T04:34:42.528Z[ host-image] Aug 05 04:34:41.543 INFO O| Aug 05 04:34:41.543 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94652026-08-05T04:34:42.528Z[ host-image] Aug 05 04:34:41.551 INFO O| Aug 05 04:34:41.551 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94662026-08-05T04:34:42.528Z[ host-image] Aug 05 04:34:41.554 INFO O| Aug 05 04:34:41.554 INFO STEP 11 (remove_files) COMPLETE
94672026-08-05T04:34:42.528Z[ host-image] Aug 05 04:34:41.554 INFO O| Aug 05 04:34:41.554 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-08-05T04:34:42.528Z[ host-image] Aug 05 04:34:41.561 INFO O| Aug 05 04:34:41.561 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94692026-08-05T04:34:42.528Z[ host-image] Aug 05 04:34:41.562 INFO O| Aug 05 04:34:41.562 INFO STEP 12 (remove_files) COMPLETE
94702026-08-05T04:34:42.528Z[ host-image] Aug 05 04:34:41.562 INFO O| Aug 05 04:34:41.562 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-08-05T04:34:42.528Z[ host-image] Aug 05 04:34:41.568 INFO O| Aug 05 04:34:41.568 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94722026-08-05T04:34:42.528Z[ host-image] Aug 05 04:34:41.569 INFO O| Aug 05 04:34:41.569 INFO STEP 13 (remove_files) COMPLETE
94732026-08-05T04:34:42.528Z[ host-image] Aug 05 04:34:41.569 INFO O| Aug 05 04:34:41.569 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-08-05T04:34:42.815Z[ host-image] Aug 05 04:34:41.779 INFO O| Aug 05 04:34:41.779 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94752026-08-05T04:34:42.822Z[ host-image] Aug 05 04:34:41.784 INFO O| Aug 05 04:34:41.784 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94762026-08-05T04:34:42.822Z[ host-image] Aug 05 04:34:41.810 INFO O| Aug 05 04:34:41.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94772026-08-05T04:34:42.822Z[ host-image] Aug 05 04:34:41.810 INFO O| Aug 05 04:34:41.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94782026-08-05T04:34:42.822Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94792026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94802026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94812026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94822026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94832026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94842026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94852026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94862026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94872026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94882026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94892026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94902026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94912026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94922026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.818 INFO O| Aug 05 04:34:41.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94932026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.819 INFO O| Aug 05 04:34:41.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94942026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.819 INFO O| Aug 05 04:34:41.819 INFO STEP 14 (remove_files) COMPLETE
94952026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.819 INFO O| Aug 05 04:34:41.819 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.828 INFO O| Aug 05 04:34:41.828 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94972026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.829 INFO O| Aug 05 04:34:41.829 INFO STEP 15 (remove_files) COMPLETE
94982026-08-05T04:34:42.823Z[ host-image] Aug 05 04:34:41.829 INFO O| Aug 05 04:34:41.829 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.836 INFO O| Aug 05 04:34:41.836 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95002026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.842 INFO O| Aug 05 04:34:41.842 INFO STEP 16 (remove_files) COMPLETE
95012026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.842 INFO O| Aug 05 04:34:41.842 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.851 INFO O| Aug 05 04:34:41.851 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95032026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.851 INFO O| Aug 05 04:34:41.851 INFO STEP 17 (remove_files) COMPLETE
95042026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.851 INFO O| Aug 05 04:34:41.851 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.860 INFO O| Aug 05 04:34:41.860 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95062026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.861 INFO O| Aug 05 04:34:41.861 INFO STEP 18 (remove_files) COMPLETE
95072026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.861 INFO O| Aug 05 04:34:41.861 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.869 INFO O| Aug 05 04:34:41.869 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95092026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.869 INFO O| Aug 05 04:34:41.869 INFO STEP 19 (remove_files) COMPLETE
95102026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.869 INFO O| Aug 05 04:34:41.869 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.878 INFO O| Aug 05 04:34:41.878 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95122026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.878 INFO O| Aug 05 04:34:41.878 INFO STEP 20 (remove_files) COMPLETE
95132026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.878 INFO O| Aug 05 04:34:41.878 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.886 INFO O| Aug 05 04:34:41.885 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95152026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.886 INFO O| Aug 05 04:34:41.886 INFO STEP 21 (remove_files) COMPLETE
95162026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.886 INFO O| Aug 05 04:34:41.886 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.892 INFO O| Aug 05 04:34:41.892 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95182026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.892 INFO O| Aug 05 04:34:41.892 INFO STEP 22 (remove_files) COMPLETE
95192026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.892 INFO O| Aug 05 04:34:41.892 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.900 INFO O| Aug 05 04:34:41.900 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95212026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.901 INFO O| Aug 05 04:34:41.901 INFO STEP 23 (remove_files) COMPLETE
95222026-08-05T04:34:42.824Z[ host-image] Aug 05 04:34:41.901 INFO O| Aug 05 04:34:41.901 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.907 INFO O| Aug 05 04:34:41.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95242026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.907 INFO O| Aug 05 04:34:41.907 INFO STEP 24 (remove_files) COMPLETE
95252026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.907 INFO O| Aug 05 04:34:41.907 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.913 INFO O| Aug 05 04:34:41.913 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95272026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.913 INFO O| Aug 05 04:34:41.913 INFO STEP 25 (remove_files) COMPLETE
95282026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.913 INFO O| Aug 05 04:34:41.913 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.920 INFO O| Aug 05 04:34:41.920 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95302026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.920 INFO O| Aug 05 04:34:41.920 INFO STEP 26 (remove_files) COMPLETE
95312026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.920 INFO O| Aug 05 04:34:41.920 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.926 INFO O| Aug 05 04:34:41.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95332026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.926 INFO O| Aug 05 04:34:41.926 INFO STEP 27 (remove_files) COMPLETE
95342026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.926 INFO O| Aug 05 04:34:41.926 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.935 INFO O| Aug 05 04:34:41.935 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95362026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.935 INFO O| Aug 05 04:34:41.935 INFO STEP 28 (remove_files) COMPLETE
95372026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.935 INFO O| Aug 05 04:34:41.935 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.942 INFO O| Aug 05 04:34:41.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95392026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.942 INFO O| Aug 05 04:34:41.942 INFO STEP 29 (remove_files) COMPLETE
95402026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.942 INFO O| Aug 05 04:34:41.942 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.949 INFO O| Aug 05 04:34:41.949 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95422026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.949 INFO O| Aug 05 04:34:41.949 INFO STEP 30 (remove_files) COMPLETE
95432026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.949 INFO O| Aug 05 04:34:41.949 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.957 INFO O| Aug 05 04:34:41.957 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95452026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.957 INFO O| Aug 05 04:34:41.957 INFO STEP 31 (remove_files) COMPLETE
95462026-08-05T04:34:42.825Z[ host-image] Aug 05 04:34:41.957 INFO O| Aug 05 04:34:41.957 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.964 INFO O| Aug 05 04:34:41.964 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95482026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.964 INFO O| Aug 05 04:34:41.964 INFO STEP 32 (remove_files) COMPLETE
95492026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.964 INFO O| Aug 05 04:34:41.964 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.971 INFO O| Aug 05 04:34:41.971 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95512026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.971 INFO O| Aug 05 04:34:41.971 INFO STEP 33 (remove_files) COMPLETE
95522026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.971 INFO O| Aug 05 04:34:41.971 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.977 INFO O| Aug 05 04:34:41.977 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95542026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.978 INFO O| Aug 05 04:34:41.978 INFO STEP 34 (remove_files) COMPLETE
95552026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.978 INFO O| Aug 05 04:34:41.978 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.987 INFO O| Aug 05 04:34:41.987 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95572026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.987 INFO O| Aug 05 04:34:41.987 INFO STEP 35 (remove_files) COMPLETE
95582026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.987 INFO O| Aug 05 04:34:41.987 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.995 INFO O| Aug 05 04:34:41.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95602026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.995 INFO O| Aug 05 04:34:41.995 INFO STEP 36 (remove_files) COMPLETE
95612026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:41.995 INFO O| Aug 05 04:34:41.995 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:42.003 INFO O| Aug 05 04:34:42.003 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95632026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:42.003 INFO O| Aug 05 04:34:42.003 INFO STEP 37 (remove_files) COMPLETE
95642026-08-05T04:34:42.826Z[ host-image] Aug 05 04:34:42.003 INFO O| Aug 05 04:34:42.003 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-05T04:34:42.832Z[ host-image] Aug 05 04:34:42.011 INFO O| Aug 05 04:34:42.011 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95662026-08-05T04:34:42.832Z[ host-image] Aug 05 04:34:42.011 INFO O| Aug 05 04:34:42.011 INFO STEP 38 (remove_files) COMPLETE
95672026-08-05T04:34:42.832Z[ host-image] Aug 05 04:34:42.011 INFO O| Aug 05 04:34:42.011 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-05T04:34:42.840Z[ host-image] Aug 05 04:34:42.022 INFO O| Aug 05 04:34:42.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95692026-08-05T04:34:42.840Z[ host-image] Aug 05 04:34:42.022 INFO O| Aug 05 04:34:42.022 INFO STEP 39 (remove_files) COMPLETE
95702026-08-05T04:34:42.840Z[ host-image] Aug 05 04:34:42.022 INFO O| Aug 05 04:34:42.022 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-05T04:34:42.850Z[ host-image] Aug 05 04:34:42.032 INFO O| Aug 05 04:34:42.032 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95722026-08-05T04:34:42.850Z[ host-image] Aug 05 04:34:42.032 INFO O| Aug 05 04:34:42.032 INFO STEP 40 (remove_files) COMPLETE
95732026-08-05T04:34:42.850Z[ host-image] Aug 05 04:34:42.032 INFO O| Aug 05 04:34:42.032 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-05T04:34:42.864Z[ host-image] Aug 05 04:34:42.040 INFO O| Aug 05 04:34:42.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95752026-08-05T04:34:42.865Z[ host-image] Aug 05 04:34:42.040 INFO O| Aug 05 04:34:42.040 INFO STEP 41 (remove_files) COMPLETE
95762026-08-05T04:34:42.869Z[ host-image] Aug 05 04:34:42.040 INFO O| Aug 05 04:34:42.040 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-05T04:34:42.872Z[ host-image] Aug 05 04:34:42.051 INFO O| Aug 05 04:34:42.050 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95782026-08-05T04:34:42.872Z[ host-image] Aug 05 04:34:42.051 INFO O| Aug 05 04:34:42.051 INFO STEP 42 (remove_files) COMPLETE
95792026-08-05T04:34:42.872Z[ host-image] Aug 05 04:34:42.051 INFO O| Aug 05 04:34:42.051 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-05T04:34:42.878Z[ host-image] Aug 05 04:34:42.060 INFO O| Aug 05 04:34:42.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95812026-08-05T04:34:42.878Z[ host-image] Aug 05 04:34:42.060 INFO O| Aug 05 04:34:42.060 INFO STEP 43 (remove_files) COMPLETE
95822026-08-05T04:34:42.884Z[ host-image] Aug 05 04:34:42.060 INFO O| Aug 05 04:34:42.060 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-05T04:34:42.887Z[ host-image] Aug 05 04:34:42.068 INFO O| Aug 05 04:34:42.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95842026-08-05T04:34:42.887Z[ host-image] Aug 05 04:34:42.068 INFO O| Aug 05 04:34:42.068 INFO STEP 44 (remove_files) COMPLETE
95852026-08-05T04:34:42.887Z[ host-image] Aug 05 04:34:42.068 INFO O| Aug 05 04:34:42.068 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-05T04:34:42.894Z[ host-image] Aug 05 04:34:42.075 INFO O| Aug 05 04:34:42.075 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95872026-08-05T04:34:42.897Z[ host-image] Aug 05 04:34:42.076 INFO O| Aug 05 04:34:42.076 INFO STEP 45 (remove_files) COMPLETE
95882026-08-05T04:34:42.897Z[ host-image] Aug 05 04:34:42.076 INFO O| Aug 05 04:34:42.076 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-05T04:34:42.908Z[ host-image] Aug 05 04:34:42.085 INFO O| Aug 05 04:34:42.085 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95902026-08-05T04:34:42.908Z[ host-image] Aug 05 04:34:42.085 INFO O| Aug 05 04:34:42.085 INFO STEP 46 (remove_files) COMPLETE
95912026-08-05T04:34:42.908Z[ host-image] Aug 05 04:34:42.085 INFO O| Aug 05 04:34:42.085 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-05T04:34:42.912Z[ host-image] Aug 05 04:34:42.093 INFO O| Aug 05 04:34:42.093 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95932026-08-05T04:34:42.912Z[ host-image] Aug 05 04:34:42.093 INFO O| Aug 05 04:34:42.093 INFO STEP 47 (remove_files) COMPLETE
95942026-08-05T04:34:42.912Z[ host-image] Aug 05 04:34:42.093 INFO O| Aug 05 04:34:42.093 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-05T04:34:42.921Z[ host-image] Aug 05 04:34:42.103 INFO O| Aug 05 04:34:42.103 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95962026-08-05T04:34:42.925Z[ host-image] Aug 05 04:34:42.103 INFO O| Aug 05 04:34:42.103 INFO STEP 48 (remove_files) COMPLETE
95972026-08-05T04:34:42.925Z[ host-image] Aug 05 04:34:42.103 INFO O| Aug 05 04:34:42.103 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-05T04:34:42.929Z[ host-image] Aug 05 04:34:42.112 INFO O| Aug 05 04:34:42.111 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95992026-08-05T04:34:42.930Z[ host-image] Aug 05 04:34:42.112 INFO O| Aug 05 04:34:42.112 INFO STEP 49 (remove_files) COMPLETE
96002026-08-05T04:34:42.939Z[ host-image] Aug 05 04:34:42.112 INFO O| Aug 05 04:34:42.112 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-05T04:34:42.943Z[ host-image] Aug 05 04:34:42.119 INFO O| Aug 05 04:34:42.119 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96022026-08-05T04:34:42.943Z[ host-image] Aug 05 04:34:42.119 INFO O| Aug 05 04:34:42.119 INFO STEP 50 (remove_files) COMPLETE
96032026-08-05T04:34:42.943Z[ host-image] Aug 05 04:34:42.119 INFO O| Aug 05 04:34:42.119 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-05T04:34:42.947Z[ host-image] Aug 05 04:34:42.125 INFO O| Aug 05 04:34:42.125 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96052026-08-05T04:34:42.947Z[ host-image] Aug 05 04:34:42.125 INFO O| Aug 05 04:34:42.125 INFO STEP 51 (remove_files) COMPLETE
96062026-08-05T04:34:42.947Z[ host-image] Aug 05 04:34:42.125 INFO O| Aug 05 04:34:42.125 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-05T04:34:42.953Z[ host-image] Aug 05 04:34:42.132 INFO O| Aug 05 04:34:42.132 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96082026-08-05T04:34:42.953Z[ host-image] Aug 05 04:34:42.132 INFO O| Aug 05 04:34:42.132 INFO STEP 52 (remove_files) COMPLETE
96092026-08-05T04:34:42.953Z[ host-image] Aug 05 04:34:42.132 INFO O| Aug 05 04:34:42.132 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-05T04:34:42.959Z[ host-image] Aug 05 04:34:42.142 INFO O| Aug 05 04:34:42.142 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96112026-08-05T04:34:42.960Z[ host-image] Aug 05 04:34:42.142 INFO O| Aug 05 04:34:42.142 INFO STEP 53 (remove_files) COMPLETE
96122026-08-05T04:34:42.960Z[ host-image] Aug 05 04:34:42.142 INFO O| Aug 05 04:34:42.142 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-05T04:34:42.967Z[ host-image] Aug 05 04:34:42.150 INFO O| Aug 05 04:34:42.150 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96142026-08-05T04:34:42.967Z[ host-image] Aug 05 04:34:42.150 INFO O| Aug 05 04:34:42.150 INFO STEP 54 (remove_files) COMPLETE
96152026-08-05T04:34:42.967Z[ host-image] Aug 05 04:34:42.150 INFO O| Aug 05 04:34:42.150 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-05T04:34:42.975Z[ host-image] Aug 05 04:34:42.157 INFO O| Aug 05 04:34:42.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96172026-08-05T04:34:42.975Z[ host-image] Aug 05 04:34:42.157 INFO O| Aug 05 04:34:42.157 INFO STEP 55 (remove_files) COMPLETE
96182026-08-05T04:34:42.978Z[ host-image] Aug 05 04:34:42.157 INFO O| Aug 05 04:34:42.157 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-05T04:34:42.983Z[ host-image] Aug 05 04:34:42.165 INFO O| Aug 05 04:34:42.165 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96202026-08-05T04:34:42.983Z[ host-image] Aug 05 04:34:42.165 INFO O| Aug 05 04:34:42.165 INFO STEP 56 (remove_files) COMPLETE
96212026-08-05T04:34:42.983Z[ host-image] Aug 05 04:34:42.165 INFO O| Aug 05 04:34:42.165 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-08-05T04:34:42.992Z[ host-image] Aug 05 04:34:42.174 INFO O| Aug 05 04:34:42.174 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96232026-08-05T04:34:42.992Z[ host-image] Aug 05 04:34:42.174 INFO O| Aug 05 04:34:42.174 INFO STEP 57 (remove_files) COMPLETE
96242026-08-05T04:34:42.992Z[ host-image] Aug 05 04:34:42.174 INFO O| Aug 05 04:34:42.174 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-05T04:34:43.002Z[ host-image] Aug 05 04:34:42.182 INFO O| Aug 05 04:34:42.182 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96262026-08-05T04:34:43.002Z[ host-image] Aug 05 04:34:42.182 INFO O| Aug 05 04:34:42.182 INFO STEP 58 (remove_files) COMPLETE
96272026-08-05T04:34:43.002Z[ host-image] Aug 05 04:34:42.182 INFO O| Aug 05 04:34:42.182 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-08-05T04:34:43.008Z[ host-image] Aug 05 04:34:42.190 INFO O| Aug 05 04:34:42.190 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96292026-08-05T04:34:43.008Z[ host-image] Aug 05 04:34:42.190 INFO O| Aug 05 04:34:42.190 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96302026-08-05T04:34:43.012Z[ host-image] Aug 05 04:34:42.190 INFO O| Aug 05 04:34:42.190 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96312026-08-05T04:34:43.012Z[ host-image] Aug 05 04:34:42.190 INFO O| Aug 05 04:34:42.190 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96322026-08-05T04:34:43.012Z[ host-image] Aug 05 04:34:42.190 INFO O| Aug 05 04:34:42.190 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96332026-08-05T04:34:43.012Z[ host-image] Aug 05 04:34:42.190 INFO O| Aug 05 04:34:42.190 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96342026-08-05T04:34:43.012Z[ host-image] Aug 05 04:34:42.190 INFO O| Aug 05 04:34:42.190 INFO ok!
96352026-08-05T04:34:43.012Z[ host-image] Aug 05 04:34:42.190 INFO O| Aug 05 04:34:42.190 INFO STEP 59 (ensure_file) COMPLETE
96362026-08-05T04:34:43.012Z[ host-image] Aug 05 04:34:42.190 INFO O| Aug 05 04:34:42.190 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-08-05T04:34:43.017Z[ host-image] Aug 05 04:34:42.200 INFO O| Aug 05 04:34:42.200 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96382026-08-05T04:34:43.018Z[ host-image] Aug 05 04:34:42.200 INFO O| Aug 05 04:34:42.200 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96392026-08-05T04:34:43.021Z[ host-image] Aug 05 04:34:42.200 INFO O| Aug 05 04:34:42.200 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96402026-08-05T04:34:43.021Z[ host-image] Aug 05 04:34:42.200 INFO O| Aug 05 04:34:42.200 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96412026-08-05T04:34:43.021Z[ host-image] Aug 05 04:34:42.200 INFO O| Aug 05 04:34:42.200 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96422026-08-05T04:34:43.022Z[ host-image] Aug 05 04:34:42.200 INFO O| Aug 05 04:34:42.200 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96432026-08-05T04:34:43.022Z[ host-image] Aug 05 04:34:42.200 INFO O| Aug 05 04:34:42.200 INFO ok!
96442026-08-05T04:34:43.022Z[ host-image] Aug 05 04:34:42.200 INFO O| Aug 05 04:34:42.200 INFO STEP 60 (ensure_file) COMPLETE
96452026-08-05T04:34:43.022Z[ host-image] Aug 05 04:34:42.200 INFO O| Aug 05 04:34:42.200 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-05T04:34:43.027Z[ host-image] Aug 05 04:34:42.209 INFO O| Aug 05 04:34:42.209 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96472026-08-05T04:34:43.027Z[ host-image] Aug 05 04:34:42.209 INFO O| Aug 05 04:34:42.209 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96482026-08-05T04:34:43.030Z[ host-image] Aug 05 04:34:42.209 INFO O| Aug 05 04:34:42.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96492026-08-05T04:34:43.030Z[ host-image] Aug 05 04:34:42.209 INFO O| Aug 05 04:34:42.209 INFO ok!
96502026-08-05T04:34:43.031Z[ host-image] Aug 05 04:34:42.209 INFO O| Aug 05 04:34:42.209 INFO STEP 61 (ensure_file) COMPLETE
96512026-08-05T04:34:43.031Z[ host-image] Aug 05 04:34:42.209 INFO O| Aug 05 04:34:42.209 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-08-05T04:34:43.037Z[ host-image] Aug 05 04:34:42.219 INFO O| Aug 05 04:34:42.219 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96532026-08-05T04:34:43.040Z[ host-image] Aug 05 04:34:42.219 INFO O| Aug 05 04:34:42.219 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96542026-08-05T04:34:43.040Z[ host-image] Aug 05 04:34:42.219 INFO O| Aug 05 04:34:42.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96552026-08-05T04:34:43.040Z[ host-image] Aug 05 04:34:42.219 INFO O| Aug 05 04:34:42.219 INFO ok!
96562026-08-05T04:34:43.040Z[ host-image] Aug 05 04:34:42.219 INFO O| Aug 05 04:34:42.219 INFO STEP 62 (ensure_file) COMPLETE
96572026-08-05T04:34:43.040Z[ host-image] Aug 05 04:34:42.219 INFO O| Aug 05 04:34:42.219 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-05T04:34:43.044Z[ host-image] Aug 05 04:34:42.227 INFO O| Aug 05 04:34:42.227 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96592026-08-05T04:34:43.045Z[ host-image] Aug 05 04:34:42.227 INFO O| Aug 05 04:34:42.227 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96602026-08-05T04:34:43.048Z[ host-image] Aug 05 04:34:42.227 INFO O| Aug 05 04:34:42.227 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96612026-08-05T04:34:43.048Z[ host-image] Aug 05 04:34:42.227 INFO O| Aug 05 04:34:42.227 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96622026-08-05T04:34:43.048Z[ host-image] Aug 05 04:34:42.227 INFO O| Aug 05 04:34:42.227 INFO ok!
96632026-08-05T04:34:43.048Z[ host-image] Aug 05 04:34:42.227 INFO O| Aug 05 04:34:42.227 INFO STEP 63 (ensure_file) COMPLETE
96642026-08-05T04:34:43.048Z[ host-image] Aug 05 04:34:42.227 INFO O| Aug 05 04:34:42.227 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-08-05T04:34:43.053Z[ host-image] Aug 05 04:34:42.236 INFO O| Aug 05 04:34:42.236 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96662026-08-05T04:34:43.053Z[ host-image] Aug 05 04:34:42.236 INFO O| Aug 05 04:34:42.236 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96672026-08-05T04:34:43.058Z[ host-image] Aug 05 04:34:42.236 INFO O| Aug 05 04:34:42.236 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96682026-08-05T04:34:43.058Z[ host-image] Aug 05 04:34:42.236 INFO O| Aug 05 04:34:42.236 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96692026-08-05T04:34:43.058Z[ host-image] Aug 05 04:34:42.236 INFO O| Aug 05 04:34:42.236 INFO ok!
96702026-08-05T04:34:43.058Z[ host-image] Aug 05 04:34:42.236 INFO O| Aug 05 04:34:42.236 INFO STEP 64 (ensure_file) COMPLETE
96712026-08-05T04:34:43.058Z[ host-image] Aug 05 04:34:42.236 INFO O| Aug 05 04:34:42.236 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-05T04:34:43.063Z[ host-image] Aug 05 04:34:42.246 INFO O| Aug 05 04:34:42.245 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96732026-08-05T04:34:43.063Z[ host-image] Aug 05 04:34:42.246 INFO O| Aug 05 04:34:42.246 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96742026-08-05T04:34:43.067Z[ host-image] Aug 05 04:34:42.246 INFO O| Aug 05 04:34:42.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96752026-08-05T04:34:43.067Z[ host-image] Aug 05 04:34:42.246 INFO O| Aug 05 04:34:42.246 INFO ok!
96762026-08-05T04:34:43.067Z[ host-image] Aug 05 04:34:42.246 INFO O| Aug 05 04:34:42.246 INFO STEP 65 (assemble_files) COMPLETE
96772026-08-05T04:34:43.067Z[ host-image] Aug 05 04:34:42.246 INFO O| Aug 05 04:34:42.246 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-08-05T04:34:43.072Z[ host-image] Aug 05 04:34:42.254 INFO O| Aug 05 04:34:42.254 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96792026-08-05T04:34:43.072Z[ host-image] Aug 05 04:34:42.254 INFO O| Aug 05 04:34:42.254 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96802026-08-05T04:34:43.076Z[ host-image] Aug 05 04:34:42.254 INFO O| Aug 05 04:34:42.254 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96812026-08-05T04:34:43.076Z[ host-image] Aug 05 04:34:42.254 INFO O| Aug 05 04:34:42.254 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96822026-08-05T04:34:43.076Z[ host-image] Aug 05 04:34:42.254 INFO O| Aug 05 04:34:42.254 INFO ok!
96832026-08-05T04:34:43.076Z[ host-image] Aug 05 04:34:42.254 INFO O| Aug 05 04:34:42.254 INFO STEP 66 (ensure_file) COMPLETE
96842026-08-05T04:34:43.076Z[ host-image] Aug 05 04:34:42.254 INFO O| Aug 05 04:34:42.254 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96852026-08-05T04:34:43.080Z[ host-image] Aug 05 04:34:42.263 INFO O| Aug 05 04:34:42.263 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96862026-08-05T04:34:43.083Z[ host-image] Aug 05 04:34:42.263 INFO O| Aug 05 04:34:42.263 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96872026-08-05T04:34:43.084Z[ host-image] Aug 05 04:34:42.263 INFO O| Aug 05 04:34:42.263 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96882026-08-05T04:34:43.084Z[ host-image] Aug 05 04:34:42.263 INFO O| Aug 05 04:34:42.263 INFO STEP 67 (ensure_dir) COMPLETE
96892026-08-05T04:34:43.084Z[ host-image] Aug 05 04:34:42.263 INFO O| Aug 05 04:34:42.263 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96902026-08-05T04:34:43.088Z[ host-image] Aug 05 04:34:42.270 INFO O| Aug 05 04:34:42.270 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96912026-08-05T04:34:43.088Z[ host-image] Aug 05 04:34:42.270 INFO O| Aug 05 04:34:42.270 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 ...
96922026-08-05T04:34:43.098Z[ host-image] Aug 05 04:34:42.279 INFO O| Aug 05 04:34:42.279 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
96932026-08-05T04:34:43.098Z[ host-image] Aug 05 04:34:42.279 INFO O| Aug 05 04:34:42.279 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96942026-08-05T04:34:43.101Z[ host-image] Aug 05 04:34:42.279 INFO O| Aug 05 04:34:42.279 INFO ok!
96952026-08-05T04:34:43.102Z[ host-image] Aug 05 04:34:42.279 INFO O| Aug 05 04:34:42.279 INFO STEP 68 (ensure_file) COMPLETE
96962026-08-05T04:34:43.102Z[ host-image] Aug 05 04:34:42.279 INFO O| Aug 05 04:34:42.279 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96972026-08-05T04:34:43.105Z[ host-image] Aug 05 04:34:42.288 INFO O| Aug 05 04:34:42.288 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96982026-08-05T04:34:43.105Z[ host-image] Aug 05 04:34:42.288 INFO O| Aug 05 04:34:42.288 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 ...
96992026-08-05T04:34:43.112Z[ host-image] Aug 05 04:34:42.288 INFO O| Aug 05 04:34:42.288 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
97002026-08-05T04:34:43.112Z[ host-image] Aug 05 04:34:42.288 INFO O| Aug 05 04:34:42.288 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97012026-08-05T04:34:43.112Z[ host-image] Aug 05 04:34:42.288 INFO O| Aug 05 04:34:42.288 INFO ok!
97022026-08-05T04:34:43.112Z[ host-image] Aug 05 04:34:42.288 INFO O| Aug 05 04:34:42.288 INFO STEP 69 (ensure_file) COMPLETE
97032026-08-05T04:34:43.112Z[ host-image] Aug 05 04:34:42.288 INFO O| Aug 05 04:34:42.288 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97042026-08-05T04:34:43.120Z[ host-image] Aug 05 04:34:42.302 INFO O| Aug 05 04:34:42.302 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97052026-08-05T04:34:43.120Z[ host-image] Aug 05 04:34:42.302 INFO O| Aug 05 04:34:42.302 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97062026-08-05T04:34:44.743Z[ host-image] Aug 05 04:34:43.925 INFO O| Aug 05 04:34:43.925 INFO STEP 70 (pack_tar) COMPLETE
97072026-08-05T04:34:44.743Z[ host-image] Aug 05 04:34:43.925 INFO O| Aug 05 04:34:43.925 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97082026-08-05T04:34:44.746Z[ host-image] Aug 05 04:34:43.925 INFO O| Aug 05 04:34:43.925 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97092026-08-05T04:34:45.281Z[ host-image] Aug 05 04:34:44.463 INFO O| Aug 05 04:34:44.463 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97102026-08-05T04:34:45.597Z[ host-image] Aug 05 04:34:44.779 INFO O| Aug 05 04:34:44.779 INFO completed processing sled/ramdisk-02-trim
97112026-08-05T04:34:45.606Z[ host-image] Aug 05 04:34:44.781 INFO image builder template: zfs...
97122026-08-05T04:34:45.606Z[ host-image] Aug 05 04:34:44.781 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/.tmpCNkD4o/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@22.0.0.0", "-n", "zfs"], pwd: None
97132026-08-05T04:34:45.615Z[ host-image] Aug 05 04:34:44.794 INFO O| Aug 05 04:34:44.794 INFO skip include "stress" because feature "stress" is not enabled
97142026-08-05T04:34:45.615Z[ host-image] Aug 05 04:34:44.794 INFO O| Aug 05 04:34:44.794 INFO skip include "stress" because feature "compliance" is not enabled
97152026-08-05T04:34:45.642Z[ host-image] Aug 05 04:34:44.824 INFO O| Aug 05 04:34:44.824 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97162026-08-05T04:34:45.651Z[ host-image] Aug 05 04:34:44.827 INFO O| Aug 05 04:34:44.827 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97172026-08-05T04:34:45.796Z[ host-image] Aug 05 04:34:44.978 INFO O| Aug 05 04:34:44.978 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97182026-08-05T04:34:45.911Z[ host-image] Aug 05 04:34:45.093 INFO O| Aug 05 04:34:45.093 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97192026-08-05T04:34:45.911Z[ host-image] Aug 05 04:34:45.093 INFO O| Aug 05 04:34:45.093 INFO work dataset: rpool/images/build/host/work/sled/zfs
97202026-08-05T04:34:45.920Z[ host-image] Aug 05 04:34:45.097 INFO O| Aug 05 04:34:45.097 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97212026-08-05T04:34:45.999Z[ host-image] Aug 05 04:34:45.181 INFO O| Aug 05 04:34:45.181 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97222026-08-05T04:34:46.078Z[ host-image] Aug 05 04:34:45.260 INFO O| Aug 05 04:34:45.260 INFO DESTROY POOL: TEMPORARY-sled-zfs
97232026-08-05T04:34:46.093Z[ host-image] Aug 05 04:34:45.268 INFO O| Aug 05 04:34:45.268 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97242026-08-05T04:34:46.102Z[ host-image] Aug 05 04:34:45.272 INFO O| Aug 05 04:34:45.272 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97252026-08-05T04:34:46.102Z[ host-image] Aug 05 04:34:45.272 INFO O| Aug 05 04:34:45.272 INFO no lofi found
97262026-08-05T04:34:46.102Z[ host-image] Aug 05 04:34:45.272 INFO O| Aug 05 04:34:45.272 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97272026-08-05T04:34:46.102Z[ host-image] Aug 05 04:34:45.272 INFO O| Aug 05 04:34:45.272 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97282026-08-05T04:34:46.744Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97292026-08-05T04:34:50.772Z[ host-image] Aug 05 04:34:47.001 INFO O| Aug 05 04:34:47.001 INFO lofi device = /dev/dsk/c2t1d0p0
97302026-08-05T04:34:50.772Z[ host-image] Aug 05 04:34:47.001 INFO O| Aug 05 04:34:47.001 INFO pool device = /dev/dsk/c2t1d0p0
97312026-08-05T04:34:50.772Z[ host-image] Aug 05 04:34:47.001 INFO O| Aug 05 04:34:47.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"]
97322026-08-05T04:34:50.813Z[ host-image] Aug 05 04:34:47.105 INFO O| Aug 05 04:34:47.105 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97332026-08-05T04:34:50.813Z[ host-image] Aug 05 04:34:47.105 INFO O| Aug 05 04:34:47.105 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97342026-08-05T04:34:50.813Z[ host-image] Aug 05 04:34:47.127 INFO O| Aug 05 04:34:47.127 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97352026-08-05T04:34:50.814Z[ host-image] Aug 05 04:34:47.184 INFO O| Aug 05 04:34:47.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97362026-08-05T04:34:50.814Z[ host-image] Aug 05 04:34:47.213 INFO O| Aug 05 04:34:47.213 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97372026-08-05T04:34:50.814Z[ host-image] Aug 05 04:34:47.229 INFO O| Aug 05 04:34:47.228 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97382026-08-05T04:34:50.814Z[ host-image] Aug 05 04:34:47.239 INFO O| Aug 05 04:34:47.239 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97392026-08-05T04:34:50.814Z[ host-image] Aug 05 04:34:47.275 INFO O| Aug 05 04:34:47.275 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97402026-08-05T04:34:50.814Z[ host-image] Aug 05 04:34:47.275 INFO O| Aug 05 04:34:47.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97412026-08-05T04:34:50.814Z[ host-image] Aug 05 04:34:47.275 INFO O| Aug 05 04:34:47.275 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97422026-08-05T04:34:50.814Z[ host-image] Aug 05 04:34:47.285 INFO O| Aug 05 04:34:47.284 INFO boot environment UUID: dc672561-ddfe-4d79-8bf4-608f8acfeb23
97432026-08-05T04:34:50.814Z[ host-image] Aug 05 04:34:47.285 INFO O| Aug 05 04:34:47.285 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = dc672561-ddfe-4d79-8bf4-608f8acfeb23
97442026-08-05T04:34:50.814Z[ host-image] Aug 05 04:34:47.295 INFO O| Aug 05 04:34:47.295 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97452026-08-05T04:34:50.814Z[ host-image] Aug 05 04:34:47.305 INFO O| Aug 05 04:34:47.305 INFO STEP 0 (create_be) COMPLETE
97462026-08-05T04:34:50.814Z[ host-image] Aug 05 04:34:47.305 INFO O| Aug 05 04:34:47.305 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97472026-08-05T04:34:50.814Z[ host-image] Aug 05 04:34:47.319 INFO O| Aug 05 04:34:47.319 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97482026-08-05T04:34:51.653Z[ recovery-image] Aug 05 04:34:50.835 INFO O| ok, image written!
97492026-08-05T04:34:51.653Z[ recovery-image] Aug 05 04:34:50.835 INFO O| ok, boot_image_csum file written!
97502026-08-05T04:34:51.657Z[ recovery-image] Aug 05 04:34:50.838 INFO creating boot archive (CPIO)...
97512026-08-05T04:34:51.660Z[ recovery-image] Aug 05 04:34:50.838 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
97522026-08-05T04:34:51.664Z[ recovery-image] Aug 05 04:34:50.846 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97532026-08-05T04:34:51.664Z[ recovery-image] Aug 05 04:34:50.846 INFO E| + outfile=/work/os-recovery/cpio
97542026-08-05T04:34:51.664Z[ recovery-image] Aug 05 04:34:50.846 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97552026-08-05T04:34:51.667Z[ recovery-image] Aug 05 04:34:50.848 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97562026-08-05T04:34:51.667Z[ recovery-image] Aug 05 04:34:50.848 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97572026-08-05T04:34:51.712Z[ recovery-image] Aug 05 04:34:50.891 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97582026-08-05T04:34:51.713Z[ recovery-image] Aug 05 04:34:50.891 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97592026-08-05T04:34:51.718Z[ recovery-image] Aug 05 04:34:50.899 INFO creating compressed cpio/unix for dev loaders...
97602026-08-05T04:34:51.721Z[ recovery-image] Aug 05 04:34:50.899 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
97612026-08-05T04:34:52.250Z[ recovery-image] Aug 05 04:34:51.432 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97622026-08-05T04:34:57.467Z[ recovery-image] Aug 05 04:34:56.648 INFO creating reset image...
97632026-08-05T04:34:57.467Z[ recovery-image] Aug 05 04:34:56.648 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")
97642026-08-05T04:34:58.031Z[ recovery-image] Aug 05 04:34:57.213 INFO E| Updating crates.io index
97652026-08-05T04:34:58.150Z[ recovery-image] Aug 05 04:34:57.330 INFO E| Downloading crates ...
97662026-08-05T04:34:58.196Z[ recovery-image] Aug 05 04:34:57.376 INFO E| Downloaded shared_thread v0.2.0
97672026-08-05T04:34:58.202Z[ recovery-image] Aug 05 04:34:57.380 INFO E| Downloaded os_pipe v1.2.3
97682026-08-05T04:34:58.209Z[ recovery-image] Aug 05 04:34:57.381 INFO E| Downloaded colorchoice v1.0.5
97692026-08-05T04:34:58.215Z[ recovery-image] Aug 05 04:34:57.383 INFO E| Downloaded shared_child v1.1.1
97702026-08-05T04:34:58.219Z[ recovery-image] Aug 05 04:34:57.387 INFO E| Downloaded sigchld v0.2.4
97712026-08-05T04:34:58.220Z[ recovery-image] Aug 05 04:34:57.388 INFO E| Downloaded clap_lex v1.1.0
97722026-08-05T04:34:58.220Z[ recovery-image] Aug 05 04:34:57.390 INFO E| Downloaded duct v1.1.1
97732026-08-05T04:34:58.261Z[ recovery-image] Aug 05 04:34:57.439 INFO E| Compiling libc v0.2.186
97742026-08-05T04:34:58.265Z[ recovery-image] Aug 05 04:34:57.439 INFO E| Compiling proc-macro2 v1.0.106
97752026-08-05T04:34:58.270Z[ recovery-image] Aug 05 04:34:57.439 INFO E| Compiling unicode-ident v1.0.24
97762026-08-05T04:34:58.270Z[ recovery-image] Aug 05 04:34:57.439 INFO E| Compiling signal-hook v0.3.18
97772026-08-05T04:34:58.270Z[ recovery-image] Aug 05 04:34:57.439 INFO E| Compiling quote v1.0.45
97782026-08-05T04:34:58.270Z[ recovery-image] Aug 05 04:34:57.439 INFO E| Compiling utf8parse v0.2.2
97792026-08-05T04:34:58.270Z[ recovery-image] Aug 05 04:34:57.439 INFO E| Compiling colorchoice v1.0.5
97802026-08-05T04:34:58.293Z[ recovery-image] Aug 05 04:34:57.439 INFO E| Compiling anstyle v1.0.14
97812026-08-05T04:34:58.294Z[ recovery-image] Aug 05 04:34:57.440 INFO E| Compiling is_terminal_polyfill v1.70.2
97822026-08-05T04:34:58.294Z[ recovery-image] Aug 05 04:34:57.440 INFO E| Compiling anstyle-query v1.1.5
97832026-08-05T04:34:58.294Z[ recovery-image] Aug 05 04:34:57.442 INFO E| Compiling heck v0.5.0
97842026-08-05T04:34:58.294Z[ recovery-image] Aug 05 04:34:57.442 INFO E| Compiling strsim v0.11.1
97852026-08-05T04:34:58.294Z[ recovery-image] Aug 05 04:34:57.442 INFO E| Compiling clap_lex v1.1.0
97862026-08-05T04:34:58.294Z[ recovery-image] Aug 05 04:34:57.442 INFO E| Compiling shared_thread v0.2.0
97872026-08-05T04:34:58.588Z[ host-image] Aug 05 04:34:57.769 INFO O| Aug 05 04:34:57.769 INFO STEP 1 (unpack_tar) COMPLETE
97882026-08-05T04:34:58.588Z[ host-image] Aug 05 04:34:57.769 INFO O| Aug 05 04:34:57.769 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97892026-08-05T04:34:58.599Z[ host-image] Aug 05 04:34:57.781 INFO O| Aug 05 04:34:57.781 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97902026-08-05T04:34:58.689Z[ recovery-image] Aug 05 04:34:57.870 INFO E| Compiling anstyle-parse v1.0.0
97912026-08-05T04:34:58.950Z[ recovery-image] Aug 05 04:34:58.132 INFO E| Compiling anstream v1.0.0
97922026-08-05T04:34:59.012Z[ host-image] Aug 05 04:34:58.182 INFO O| Aug 05 04:34:58.182 INFO STEP 2 (devfsadm) COMPLETE
97932026-08-05T04:34:59.012Z[ host-image] Aug 05 04:34:58.182 INFO O| Aug 05 04:34:58.182 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97942026-08-05T04:34:59.016Z[ host-image] Aug 05 04:34:58.193 INFO O| Aug 05 04:34:58.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97952026-08-05T04:34:59.016Z[ host-image] Aug 05 04:34:58.194 INFO O| Aug 05 04:34:58.193 INFO STEP 3 (ensure_dir) COMPLETE
97962026-08-05T04:34:59.016Z[ host-image] Aug 05 04:34:58.194 INFO O| Aug 05 04:34:58.193 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97972026-08-05T04:34:59.030Z[ host-image] Aug 05 04:34:58.204 INFO O| Aug 05 04:34:58.204 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97982026-08-05T04:34:59.030Z[ host-image] Aug 05 04:34:58.204 INFO O| Aug 05 04:34:58.204 INFO STEP 4 (ensure_dir) COMPLETE
97992026-08-05T04:34:59.036Z[ host-image] Aug 05 04:34:58.204 INFO O| Aug 05 04:34:58.204 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98002026-08-05T04:34:59.036Z[ host-image] Aug 05 04:34:58.213 INFO O| Aug 05 04:34:58.213 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98012026-08-05T04:34:59.036Z[ host-image] Aug 05 04:34:58.213 INFO O| Aug 05 04:34:58.213 INFO STEP 5 (ensure_dir) COMPLETE
98022026-08-05T04:34:59.036Z[ host-image] Aug 05 04:34:58.213 INFO O| Aug 05 04:34:58.213 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98032026-08-05T04:34:59.042Z[ host-image] Aug 05 04:34:58.223 INFO O| Aug 05 04:34:58.223 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98042026-08-05T04:34:59.043Z[ host-image] Aug 05 04:34:58.223 INFO O| Aug 05 04:34:58.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98052026-08-05T04:34:59.043Z[ host-image] Aug 05 04:34:58.223 INFO O| Aug 05 04:34:58.223 INFO STEP 6 (ensure_dir) COMPLETE
98062026-08-05T04:34:59.043Z[ host-image] Aug 05 04:34:58.223 INFO O| Aug 05 04:34:58.223 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98072026-08-05T04:34:59.050Z[ host-image] Aug 05 04:34:58.233 INFO O| Aug 05 04:34:58.233 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98082026-08-05T04:34:59.051Z[ host-image] Aug 05 04:34:58.233 INFO O| Aug 05 04:34:58.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98092026-08-05T04:34:59.051Z[ host-image] Aug 05 04:34:58.233 INFO O| Aug 05 04:34:58.233 INFO STEP 7 (ensure_dir) COMPLETE
98102026-08-05T04:34:59.055Z[ host-image] Aug 05 04:34:58.233 INFO O| Aug 05 04:34:58.233 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98112026-08-05T04:34:59.061Z[ host-image] Aug 05 04:34:58.243 INFO O| Aug 05 04:34:58.243 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98122026-08-05T04:34:59.065Z[ host-image] Aug 05 04:34:58.243 INFO O| Aug 05 04:34:58.243 INFO STEP 8 (remove_files) COMPLETE
98132026-08-05T04:34:59.065Z[ host-image] Aug 05 04:34:58.243 INFO O| Aug 05 04:34:58.243 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98142026-08-05T04:34:59.073Z[ host-image] Aug 05 04:34:58.255 INFO O| Aug 05 04:34:58.255 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98152026-08-05T04:34:59.076Z[ host-image] Aug 05 04:34:58.256 INFO O| Aug 05 04:34:58.256 INFO STEP 9 (remove_files) COMPLETE
98162026-08-05T04:34:59.076Z[ host-image] Aug 05 04:34:58.256 INFO O| Aug 05 04:34:58.256 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98172026-08-05T04:34:59.084Z[ host-image] Aug 05 04:34:58.266 INFO O| Aug 05 04:34:58.266 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98182026-08-05T04:34:59.088Z[ host-image] Aug 05 04:34:58.267 INFO O| Aug 05 04:34:58.267 INFO STEP 10 (remove_files) COMPLETE
98192026-08-05T04:34:59.088Z[ host-image] Aug 05 04:34:58.267 INFO O| Aug 05 04:34:58.267 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98202026-08-05T04:34:59.096Z[ host-image] Aug 05 04:34:58.278 INFO O| Aug 05 04:34:58.278 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98212026-08-05T04:34:59.100Z[ host-image] Aug 05 04:34:58.278 INFO O| Aug 05 04:34:58.278 INFO STEP 11 (remove_files) COMPLETE
98222026-08-05T04:34:59.100Z[ host-image] Aug 05 04:34:58.278 INFO O| Aug 05 04:34:58.278 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98232026-08-05T04:34:59.105Z[ host-image] Aug 05 04:34:58.288 INFO O| Aug 05 04:34:58.288 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98242026-08-05T04:34:59.106Z[ host-image] Aug 05 04:34:58.288 INFO O| Aug 05 04:34:58.288 INFO STEP 12 (remove_files) COMPLETE
98252026-08-05T04:34:59.106Z[ host-image] Aug 05 04:34:58.288 INFO O| Aug 05 04:34:58.288 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98262026-08-05T04:34:59.117Z[ host-image] Aug 05 04:34:58.299 INFO O| Aug 05 04:34:58.299 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98272026-08-05T04:34:59.117Z[ host-image] Aug 05 04:34:58.299 INFO O| Aug 05 04:34:58.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98282026-08-05T04:34:59.120Z[ host-image] Aug 05 04:34:58.299 INFO O| Aug 05 04:34:58.299 INFO STEP 13 (ensure_dir) COMPLETE
98292026-08-05T04:34:59.120Z[ host-image] Aug 05 04:34:58.299 INFO O| Aug 05 04:34:58.299 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98302026-08-05T04:34:59.126Z[ host-image] Aug 05 04:34:58.308 INFO O| Aug 05 04:34:58.308 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98312026-08-05T04:34:59.129Z[ host-image] Aug 05 04:34:58.308 INFO O| Aug 05 04:34:58.308 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98322026-08-05T04:34:59.130Z[ host-image] Aug 05 04:34:58.308 INFO O| Aug 05 04:34:58.308 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98332026-08-05T04:34:59.130Z[ host-image] Aug 05 04:34:58.308 INFO O| Aug 05 04:34:58.308 INFO STEP 14 (ensure_dir) COMPLETE
98342026-08-05T04:34:59.130Z[ host-image] Aug 05 04:34:58.308 INFO O| Aug 05 04:34:58.308 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-08-05T04:34:59.137Z[ host-image] Aug 05 04:34:58.319 INFO O| Aug 05 04:34:58.319 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98362026-08-05T04:34:59.137Z[ host-image] Aug 05 04:34:58.319 INFO O| Aug 05 04:34:58.319 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98372026-08-05T04:34:59.141Z[ host-image] Aug 05 04:34:58.319 INFO O| Aug 05 04:34:58.319 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98382026-08-05T04:34:59.141Z[ host-image] Aug 05 04:34:58.319 INFO O| Aug 05 04:34:58.319 INFO STEP 15 (ensure_dir) COMPLETE
98392026-08-05T04:34:59.142Z[ host-image] Aug 05 04:34:58.319 INFO O| Aug 05 04:34:58.319 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98402026-08-05T04:34:59.147Z[ host-image] Aug 05 04:34:58.329 INFO O| Aug 05 04:34:58.329 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98412026-08-05T04:34:59.147Z[ host-image] Aug 05 04:34:58.329 INFO O| Aug 05 04:34:58.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98422026-08-05T04:34:59.147Z[ host-image] Aug 05 04:34:58.329 INFO O| Aug 05 04:34:58.329 INFO STEP 16 (ensure_dir) COMPLETE
98432026-08-05T04:34:59.150Z[ host-image] Aug 05 04:34:58.329 INFO O| Aug 05 04:34:58.329 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98442026-08-05T04:34:59.159Z[ host-image] Aug 05 04:34:58.341 INFO O| Aug 05 04:34:58.341 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98452026-08-05T04:34:59.159Z[ host-image] Aug 05 04:34:58.341 INFO O| Aug 05 04:34:58.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98462026-08-05T04:34:59.163Z[ host-image] Aug 05 04:34:58.341 INFO O| Aug 05 04:34:58.341 INFO STEP 17 (ensure_dir) COMPLETE
98472026-08-05T04:34:59.163Z[ host-image] Aug 05 04:34:58.341 INFO O| Aug 05 04:34:58.341 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98482026-08-05T04:34:59.170Z[ host-image] Aug 05 04:34:58.351 INFO O| Aug 05 04:34:58.351 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98492026-08-05T04:34:59.170Z[ host-image] Aug 05 04:34:58.352 INFO O| Aug 05 04:34:58.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98502026-08-05T04:34:59.174Z[ host-image] Aug 05 04:34:58.352 INFO O| Aug 05 04:34:58.351 INFO ok!
98512026-08-05T04:34:59.174Z[ host-image] Aug 05 04:34:58.352 INFO O| Aug 05 04:34:58.351 INFO STEP 18 (ensure_symlink) COMPLETE
98522026-08-05T04:34:59.174Z[ host-image] Aug 05 04:34:58.352 INFO O| Aug 05 04:34:58.351 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98532026-08-05T04:34:59.174Z[ recovery-image] Aug 05 04:34:58.353 INFO E| Compiling clap_builder v4.6.0
98542026-08-05T04:34:59.180Z[ host-image] Aug 05 04:34:58.362 INFO O| Aug 05 04:34:58.362 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98552026-08-05T04:34:59.180Z[ host-image] Aug 05 04:34:58.362 INFO O| Aug 05 04:34:58.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98562026-08-05T04:34:59.184Z[ host-image] Aug 05 04:34:58.362 INFO O| Aug 05 04:34:58.362 INFO ok!
98572026-08-05T04:34:59.184Z[ host-image] Aug 05 04:34:58.362 INFO O| Aug 05 04:34:58.362 INFO STEP 19 (ensure_file) COMPLETE
98582026-08-05T04:34:59.184Z[ host-image] Aug 05 04:34:58.362 INFO O| Aug 05 04:34:58.362 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98592026-08-05T04:34:59.191Z[ host-image] Aug 05 04:34:58.373 INFO O| Aug 05 04:34:58.373 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98602026-08-05T04:34:59.191Z[ host-image] Aug 05 04:34:58.373 INFO O| Aug 05 04:34:58.373 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98612026-08-05T04:34:59.191Z[ host-image] Aug 05 04:34:58.373 INFO O| Aug 05 04:34:58.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98622026-08-05T04:34:59.195Z[ host-image] Aug 05 04:34:58.373 INFO O| Aug 05 04:34:58.373 INFO ok!
98632026-08-05T04:34:59.195Z[ host-image] Aug 05 04:34:58.373 INFO O| Aug 05 04:34:58.373 INFO STEP 20 (ensure_symlink) COMPLETE
98642026-08-05T04:34:59.195Z[ host-image] Aug 05 04:34:58.373 INFO O| Aug 05 04:34:58.373 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98652026-08-05T04:34:59.201Z[ host-image] Aug 05 04:34:58.383 INFO O| Aug 05 04:34:58.383 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98662026-08-05T04:34:59.201Z[ host-image] Aug 05 04:34:58.383 INFO O| Aug 05 04:34:58.383 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98672026-08-05T04:34:59.205Z[ host-image] Aug 05 04:34:58.383 INFO O| Aug 05 04:34:58.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98682026-08-05T04:34:59.205Z[ host-image] Aug 05 04:34:58.383 INFO O| Aug 05 04:34:58.383 INFO ok!
98692026-08-05T04:34:59.205Z[ host-image] Aug 05 04:34:58.383 INFO O| Aug 05 04:34:58.383 INFO STEP 21 (ensure_symlink) COMPLETE
98702026-08-05T04:34:59.205Z[ host-image] Aug 05 04:34:58.383 INFO O| Aug 05 04:34:58.383 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98712026-08-05T04:34:59.212Z[ host-image] Aug 05 04:34:58.393 INFO O| Aug 05 04:34:58.393 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98722026-08-05T04:34:59.216Z[ host-image] Aug 05 04:34:58.394 INFO O| Aug 05 04:34:58.393 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98732026-08-05T04:34:59.216Z[ host-image] Aug 05 04:34:58.394 INFO O| Aug 05 04:34:58.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98742026-08-05T04:34:59.216Z[ host-image] Aug 05 04:34:58.394 INFO O| Aug 05 04:34:58.394 INFO ok!
98752026-08-05T04:34:59.216Z[ host-image] Aug 05 04:34:58.394 INFO O| Aug 05 04:34:58.394 INFO STEP 22 (ensure_symlink) COMPLETE
98762026-08-05T04:34:59.216Z[ host-image] Aug 05 04:34:58.394 INFO O| Aug 05 04:34:58.394 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98772026-08-05T04:34:59.221Z[ host-image] Aug 05 04:34:58.404 INFO O| Aug 05 04:34:58.404 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98782026-08-05T04:34:59.221Z[ host-image] Aug 05 04:34:58.404 INFO O| Aug 05 04:34:58.404 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98792026-08-05T04:34:59.225Z[ host-image] Aug 05 04:34:58.404 INFO O| Aug 05 04:34:58.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98802026-08-05T04:34:59.225Z[ host-image] Aug 05 04:34:58.404 INFO O| Aug 05 04:34:58.404 INFO ok!
98812026-08-05T04:34:59.225Z[ host-image] Aug 05 04:34:58.404 INFO O| Aug 05 04:34:58.404 INFO STEP 23 (ensure_symlink) COMPLETE
98822026-08-05T04:34:59.225Z[ host-image] Aug 05 04:34:58.404 INFO O| Aug 05 04:34:58.404 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98832026-08-05T04:34:59.231Z[ host-image] Aug 05 04:34:58.413 INFO O| Aug 05 04:34:58.413 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98842026-08-05T04:34:59.231Z[ host-image] Aug 05 04:34:58.413 INFO O| Aug 05 04:34:58.413 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98852026-08-05T04:34:59.235Z[ host-image] Aug 05 04:34:58.413 INFO O| Aug 05 04:34:58.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98862026-08-05T04:34:59.235Z[ host-image] Aug 05 04:34:58.413 INFO O| Aug 05 04:34:58.413 INFO ok!
98872026-08-05T04:34:59.235Z[ host-image] Aug 05 04:34:58.413 INFO O| Aug 05 04:34:58.413 INFO STEP 24 (ensure_file) COMPLETE
98882026-08-05T04:34:59.235Z[ host-image] Aug 05 04:34:58.413 INFO O| Aug 05 04:34:58.413 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98892026-08-05T04:34:59.241Z[ host-image] Aug 05 04:34:58.423 INFO O| Aug 05 04:34:58.423 INFO updating shadow file
98902026-08-05T04:34:59.244Z[ host-image] Aug 05 04:34:58.423 INFO O| Aug 05 04:34:58.423 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98912026-08-05T04:34:59.244Z[ host-image] Aug 05 04:34:58.423 INFO O| Aug 05 04:34:58.423 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98922026-08-05T04:34:59.245Z[ host-image] Aug 05 04:34:58.423 INFO O| Aug 05 04:34:58.423 INFO STEP 25 (shadow) COMPLETE
98932026-08-05T04:34:59.245Z[ host-image] Aug 05 04:34:58.423 INFO O| Aug 05 04:34:58.423 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98942026-08-05T04:34:59.250Z[ host-image] Aug 05 04:34:58.432 INFO O| Aug 05 04:34:58.432 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98952026-08-05T04:34:59.250Z[ host-image] Aug 05 04:34:58.432 INFO O| Aug 05 04:34:58.432 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98962026-08-05T04:34:59.254Z[ host-image] Aug 05 04:34:58.432 INFO O| Aug 05 04:34:58.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98972026-08-05T04:34:59.254Z[ host-image] Aug 05 04:34:58.432 INFO O| Aug 05 04:34:58.432 INFO ok!
98982026-08-05T04:34:59.254Z[ host-image] Aug 05 04:34:58.432 INFO O| Aug 05 04:34:58.432 INFO STEP 26 (ensure_file) COMPLETE
98992026-08-05T04:34:59.254Z[ host-image] Aug 05 04:34:58.432 INFO O| Aug 05 04:34:58.432 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99002026-08-05T04:34:59.260Z[ host-image] Aug 05 04:34:58.442 INFO O| Aug 05 04:34:58.442 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99012026-08-05T04:34:59.263Z[ host-image] Aug 05 04:34:58.442 INFO O| Aug 05 04:34:58.442 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99022026-08-05T04:34:59.263Z[ host-image] Aug 05 04:34:58.442 INFO O| Aug 05 04:34:58.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99032026-08-05T04:34:59.263Z[ host-image] Aug 05 04:34:58.442 INFO O| Aug 05 04:34:58.442 INFO ok!
99042026-08-05T04:34:59.263Z[ host-image] Aug 05 04:34:58.442 INFO O| Aug 05 04:34:58.442 INFO STEP 27 (ensure_file) COMPLETE
99052026-08-05T04:34:59.264Z[ host-image] Aug 05 04:34:58.442 INFO O| Aug 05 04:34:58.442 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99062026-08-05T04:34:59.270Z[ host-image] Aug 05 04:34:58.452 INFO O| Aug 05 04:34:58.452 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99072026-08-05T04:34:59.270Z[ host-image] Aug 05 04:34:58.453 INFO O| Aug 05 04:34:58.452 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99082026-08-05T04:34:59.274Z[ host-image] Aug 05 04:34:58.453 INFO O| Aug 05 04:34:58.453 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99092026-08-05T04:34:59.274Z[ host-image] Aug 05 04:34:58.453 INFO O| Aug 05 04:34:58.453 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99102026-08-05T04:34:59.274Z[ host-image] Aug 05 04:34:58.453 INFO O| Aug 05 04:34:58.453 INFO ok!
99112026-08-05T04:34:59.274Z[ host-image] Aug 05 04:34:58.453 INFO O| Aug 05 04:34:58.453 INFO STEP 28 (ensure_file) COMPLETE
99122026-08-05T04:34:59.274Z[ host-image] Aug 05 04:34:58.453 INFO O| Aug 05 04:34:58.453 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99132026-08-05T04:34:59.284Z[ host-image] Aug 05 04:34:58.463 INFO O| Aug 05 04:34:58.463 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99142026-08-05T04:34:59.284Z[ host-image] Aug 05 04:34:58.463 INFO O| Aug 05 04:34:58.463 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99152026-08-05T04:34:59.289Z[ host-image] Aug 05 04:34:58.463 INFO O| Aug 05 04:34:58.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99162026-08-05T04:34:59.289Z[ host-image] Aug 05 04:34:58.463 INFO O| Aug 05 04:34:58.463 INFO ok!
99172026-08-05T04:34:59.289Z[ host-image] Aug 05 04:34:58.463 INFO O| Aug 05 04:34:58.463 INFO STEP 29 (ensure_file) COMPLETE
99182026-08-05T04:34:59.289Z[ host-image] Aug 05 04:34:58.463 INFO O| Aug 05 04:34:58.463 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99192026-08-05T04:34:59.293Z[ host-image] Aug 05 04:34:58.475 INFO O| Aug 05 04:34:58.475 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99202026-08-05T04:34:59.293Z[ host-image] Aug 05 04:34:58.475 INFO O| Aug 05 04:34:58.475 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99212026-08-05T04:34:59.293Z[ host-image] Aug 05 04:34:58.475 INFO O| Aug 05 04:34:58.475 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99222026-08-05T04:34:59.297Z[ host-image] Aug 05 04:34:58.475 INFO O| Aug 05 04:34:58.475 INFO STEP 30 (ensure_dir) COMPLETE
99232026-08-05T04:34:59.297Z[ host-image] Aug 05 04:34:58.475 INFO O| Aug 05 04:34:58.475 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99242026-08-05T04:34:59.303Z[ host-image] Aug 05 04:34:58.485 INFO O| Aug 05 04:34:58.485 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99252026-08-05T04:34:59.303Z[ host-image] Aug 05 04:34:58.485 INFO O| Aug 05 04:34:58.485 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99262026-08-05T04:34:59.307Z[ host-image] Aug 05 04:34:58.485 INFO O| Aug 05 04:34:58.485 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99272026-08-05T04:34:59.307Z[ host-image] Aug 05 04:34:58.486 INFO O| Aug 05 04:34:58.485 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99282026-08-05T04:34:59.308Z[ host-image] Aug 05 04:34:58.486 INFO O| Aug 05 04:34:58.485 INFO ok!
99292026-08-05T04:34:59.308Z[ host-image] Aug 05 04:34:58.486 INFO O| Aug 05 04:34:58.485 INFO STEP 31 (ensure_file) COMPLETE
99302026-08-05T04:34:59.308Z[ host-image] Aug 05 04:34:58.486 INFO O| Aug 05 04:34:58.485 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99312026-08-05T04:34:59.314Z[ host-image] Aug 05 04:34:58.496 INFO O| Aug 05 04:34:58.496 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99322026-08-05T04:34:59.314Z[ host-image] Aug 05 04:34:58.496 INFO O| Aug 05 04:34:58.496 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99332026-08-05T04:34:59.318Z[ host-image] Aug 05 04:34:58.496 INFO O| Aug 05 04:34:58.496 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99342026-08-05T04:34:59.318Z[ host-image] Aug 05 04:34:58.496 INFO O| Aug 05 04:34:58.496 INFO STEP 32 (ensure_dir) COMPLETE
99352026-08-05T04:34:59.318Z[ host-image] Aug 05 04:34:58.496 INFO O| Aug 05 04:34:58.496 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99362026-08-05T04:34:59.324Z[ host-image] Aug 05 04:34:58.506 INFO O| Aug 05 04:34:58.506 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99372026-08-05T04:34:59.324Z[ host-image] Aug 05 04:34:58.506 INFO O| Aug 05 04:34:58.506 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 ...
99382026-08-05T04:34:59.328Z[ host-image] Aug 05 04:34:58.506 INFO O| Aug 05 04:34:58.506 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
99392026-08-05T04:34:59.328Z[ host-image] Aug 05 04:34:58.506 INFO O| Aug 05 04:34:58.506 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99402026-08-05T04:34:59.328Z[ host-image] Aug 05 04:34:58.506 INFO O| Aug 05 04:34:58.506 INFO ok!
99412026-08-05T04:34:59.328Z[ host-image] Aug 05 04:34:58.506 INFO O| Aug 05 04:34:58.506 INFO STEP 33 (ensure_file) COMPLETE
99422026-08-05T04:34:59.328Z[ host-image] Aug 05 04:34:58.506 INFO O| Aug 05 04:34:58.506 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99432026-08-05T04:34:59.334Z[ host-image] Aug 05 04:34:58.516 INFO O| Aug 05 04:34:58.516 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99442026-08-05T04:34:59.334Z[ host-image] Aug 05 04:34:58.516 INFO O| Aug 05 04:34:58.516 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99452026-08-05T04:34:59.338Z[ host-image] Aug 05 04:34:58.516 INFO O| Aug 05 04:34:58.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99462026-08-05T04:34:59.338Z[ host-image] Aug 05 04:34:58.516 INFO O| Aug 05 04:34:58.516 INFO ok!
99472026-08-05T04:34:59.338Z[ host-image] Aug 05 04:34:58.516 INFO O| Aug 05 04:34:58.516 INFO STEP 34 (ensure_file) COMPLETE
99482026-08-05T04:34:59.338Z[ host-image] Aug 05 04:34:58.516 INFO O| Aug 05 04:34:58.516 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99492026-08-05T04:34:59.344Z[ host-image] Aug 05 04:34:58.526 INFO O| Aug 05 04:34:58.526 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99502026-08-05T04:34:59.345Z[ host-image] Aug 05 04:34:58.527 INFO O| Aug 05 04:34:58.526 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99512026-08-05T04:34:59.348Z[ host-image] Aug 05 04:34:58.527 INFO O| Aug 05 04:34:58.527 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99522026-08-05T04:34:59.348Z[ host-image] Aug 05 04:34:58.527 INFO O| Aug 05 04:34:58.527 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99532026-08-05T04:34:59.348Z[ host-image] Aug 05 04:34:58.527 INFO O| Aug 05 04:34:58.527 INFO ok!
99542026-08-05T04:34:59.348Z[ host-image] Aug 05 04:34:58.527 INFO O| Aug 05 04:34:58.527 INFO STEP 35 (ensure_file) COMPLETE
99552026-08-05T04:34:59.349Z[ host-image] Aug 05 04:34:58.527 INFO O| Aug 05 04:34:58.527 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99562026-08-05T04:34:59.356Z[ host-image] Aug 05 04:34:58.538 INFO O| Aug 05 04:34:58.538 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99572026-08-05T04:34:59.356Z[ host-image] Aug 05 04:34:58.538 INFO O| Aug 05 04:34:58.538 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99582026-08-05T04:34:59.360Z[ host-image] Aug 05 04:34:58.538 INFO O| Aug 05 04:34:58.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99592026-08-05T04:34:59.360Z[ host-image] Aug 05 04:34:58.538 INFO O| Aug 05 04:34:58.538 INFO ok!
99602026-08-05T04:34:59.360Z[ host-image] Aug 05 04:34:58.538 INFO O| Aug 05 04:34:58.538 INFO STEP 36 (ensure_file) COMPLETE
99612026-08-05T04:34:59.360Z[ host-image] Aug 05 04:34:58.538 INFO O| Aug 05 04:34:58.538 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99622026-08-05T04:34:59.366Z[ host-image] Aug 05 04:34:58.548 INFO O| Aug 05 04:34:58.548 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99632026-08-05T04:34:59.366Z[ host-image] Aug 05 04:34:58.548 INFO O| Aug 05 04:34:58.548 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99642026-08-05T04:34:59.370Z[ host-image] Aug 05 04:34:58.548 INFO O| Aug 05 04:34:58.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99652026-08-05T04:34:59.370Z[ host-image] Aug 05 04:34:58.548 INFO O| Aug 05 04:34:58.548 INFO ok!
99662026-08-05T04:34:59.370Z[ host-image] Aug 05 04:34:58.548 INFO O| Aug 05 04:34:58.548 INFO STEP 37 (ensure_file) COMPLETE
99672026-08-05T04:34:59.370Z[ host-image] Aug 05 04:34:58.548 INFO O| Aug 05 04:34:58.548 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99682026-08-05T04:34:59.377Z[ host-image] Aug 05 04:34:58.559 INFO O| Aug 05 04:34:58.559 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99692026-08-05T04:34:59.378Z[ host-image] Aug 05 04:34:58.560 INFO O| Aug 05 04:34:58.559 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99702026-08-05T04:34:59.381Z[ host-image] Aug 05 04:34:58.560 INFO O| Aug 05 04:34:58.560 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99712026-08-05T04:34:59.381Z[ host-image] Aug 05 04:34:58.560 INFO O| Aug 05 04:34:58.560 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99722026-08-05T04:34:59.381Z[ host-image] Aug 05 04:34:58.560 INFO O| Aug 05 04:34:58.560 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99732026-08-05T04:34:59.381Z[ host-image] Aug 05 04:34:58.560 INFO O| Aug 05 04:34:58.560 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99742026-08-05T04:34:59.382Z[ host-image] Aug 05 04:34:58.560 INFO O| Aug 05 04:34:58.560 INFO ok!
99752026-08-05T04:34:59.382Z[ host-image] Aug 05 04:34:58.560 INFO O| Aug 05 04:34:58.560 INFO STEP 38 (ensure_file) COMPLETE
99762026-08-05T04:34:59.382Z[ host-image] Aug 05 04:34:58.560 INFO O| Aug 05 04:34:58.560 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99772026-08-05T04:34:59.389Z[ host-image] Aug 05 04:34:58.569 INFO O| Aug 05 04:34:58.569 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99782026-08-05T04:34:59.392Z[ host-image] Aug 05 04:34:58.569 INFO O| Aug 05 04:34:58.569 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99792026-08-05T04:34:59.392Z[ host-image] Aug 05 04:34:58.569 INFO O| Aug 05 04:34:58.569 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99802026-08-05T04:34:59.392Z[ host-image] Aug 05 04:34:58.569 INFO O| Aug 05 04:34:58.569 INFO STEP 39 (ensure_dir) COMPLETE
99812026-08-05T04:34:59.392Z[ host-image] Aug 05 04:34:58.569 INFO O| Aug 05 04:34:58.569 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99822026-08-05T04:34:59.396Z[ host-image] Aug 05 04:34:58.578 INFO O| Aug 05 04:34:58.578 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
99832026-08-05T04:34:59.396Z[ host-image] Aug 05 04:34:58.578 INFO O| Aug 05 04:34:58.578 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 ...
99842026-08-05T04:34:59.396Z[ host-image] Aug 05 04:34:58.578 INFO O| Aug 05 04:34:58.578 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
99852026-08-05T04:34:59.396Z[ host-image] Aug 05 04:34:58.578 INFO O| Aug 05 04:34:58.578 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
99862026-08-05T04:34:59.397Z[ host-image] Aug 05 04:34:58.578 INFO O| Aug 05 04:34:58.578 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
99872026-08-05T04:34:59.397Z[ host-image] Aug 05 04:34:58.578 INFO O| Aug 05 04:34:58.578 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
99882026-08-05T04:34:59.397Z[ host-image] Aug 05 04:34:58.578 INFO O| Aug 05 04:34:58.578 INFO ok!
99892026-08-05T04:34:59.397Z[ host-image] Aug 05 04:34:58.578 INFO O| Aug 05 04:34:58.578 INFO STEP 40 (ensure_file) COMPLETE
99902026-08-05T04:34:59.397Z[ host-image] Aug 05 04:34:58.578 INFO O| Aug 05 04:34:58.578 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99912026-08-05T04:34:59.405Z[ host-image] Aug 05 04:34:58.587 INFO O| Aug 05 04:34:58.587 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99922026-08-05T04:34:59.405Z[ host-image] Aug 05 04:34:58.587 INFO O| Aug 05 04:34:58.587 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 ...
99932026-08-05T04:34:59.410Z[ host-image] Aug 05 04:34:58.587 INFO O| Aug 05 04:34:58.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99942026-08-05T04:34:59.411Z[ host-image] Aug 05 04:34:58.587 INFO O| Aug 05 04:34:58.587 INFO ok!
99952026-08-05T04:34:59.411Z[ host-image] Aug 05 04:34:58.587 INFO O| Aug 05 04:34:58.587 INFO STEP 41 (ensure_symlink) COMPLETE
99962026-08-05T04:34:59.411Z[ host-image] Aug 05 04:34:58.587 INFO O| Aug 05 04:34:58.587 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99972026-08-05T04:34:59.414Z[ host-image] Aug 05 04:34:58.596 INFO O| Aug 05 04:34:58.596 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99982026-08-05T04:34:59.414Z[ host-image] Aug 05 04:34:58.596 INFO O| Aug 05 04:34:58.596 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99992026-08-05T04:34:59.415Z[ host-image] Aug 05 04:34:58.596 INFO O| Aug 05 04:34:58.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100002026-08-05T04:34:59.415Z[ host-image] Aug 05 04:34:58.596 INFO O| Aug 05 04:34:58.596 INFO ok!
100012026-08-05T04:34:59.415Z[ host-image] Aug 05 04:34:58.596 INFO O| Aug 05 04:34:58.596 INFO STEP 42 (ensure_symlink) COMPLETE
100022026-08-05T04:34:59.415Z[ host-image] Aug 05 04:34:58.596 INFO O| Aug 05 04:34:58.596 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100032026-08-05T04:34:59.423Z[ host-image] Aug 05 04:34:58.605 INFO O| Aug 05 04:34:58.605 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100042026-08-05T04:34:59.423Z[ host-image] Aug 05 04:34:58.605 INFO O| Aug 05 04:34:58.605 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100052026-08-05T04:34:59.427Z[ host-image] Aug 05 04:34:58.605 INFO O| Aug 05 04:34:58.605 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100062026-08-05T04:34:59.427Z[ host-image] Aug 05 04:34:58.605 INFO O| Aug 05 04:34:58.605 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100072026-08-05T04:34:59.428Z[ host-image] Aug 05 04:34:58.605 INFO O| Aug 05 04:34:58.605 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100082026-08-05T04:34:59.428Z[ host-image] Aug 05 04:34:58.606 INFO O| Aug 05 04:34:58.605 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100092026-08-05T04:34:59.428Z[ host-image] Aug 05 04:34:58.606 INFO O| Aug 05 04:34:58.606 INFO ok!
100102026-08-05T04:34:59.428Z[ host-image] Aug 05 04:34:58.606 INFO O| Aug 05 04:34:58.606 INFO STEP 43 (ensure_file) COMPLETE
100112026-08-05T04:34:59.428Z[ host-image] Aug 05 04:34:58.606 INFO O| Aug 05 04:34:58.606 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100122026-08-05T04:34:59.433Z[ host-image] Aug 05 04:34:58.615 INFO O| Aug 05 04:34:58.615 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100132026-08-05T04:34:59.433Z[ host-image] Aug 05 04:34:58.615 INFO O| Aug 05 04:34:58.615 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 ...
100142026-08-05T04:34:59.433Z[ host-image] Aug 05 04:34:58.615 INFO O| Aug 05 04:34:58.615 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
100152026-08-05T04:34:59.437Z[ host-image] Aug 05 04:34:58.615 INFO O| Aug 05 04:34:58.615 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100162026-08-05T04:34:59.437Z[ host-image] Aug 05 04:34:58.615 INFO O| Aug 05 04:34:58.615 INFO ok!
100172026-08-05T04:34:59.437Z[ host-image] Aug 05 04:34:58.615 INFO O| Aug 05 04:34:58.615 INFO STEP 44 (ensure_file) COMPLETE
100182026-08-05T04:34:59.437Z[ host-image] Aug 05 04:34:58.615 INFO O| Aug 05 04:34:58.615 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100192026-08-05T04:34:59.444Z[ host-image] Aug 05 04:34:58.626 INFO O| Aug 05 04:34:58.626 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100202026-08-05T04:34:59.444Z[ host-image] Aug 05 04:34:58.626 INFO O| Aug 05 04:34:58.626 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100212026-08-05T04:34:59.448Z[ host-image] Aug 05 04:34:58.626 INFO O| Aug 05 04:34:58.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100222026-08-05T04:34:59.449Z[ host-image] Aug 05 04:34:58.626 INFO O| Aug 05 04:34:58.626 INFO ok!
100232026-08-05T04:34:59.449Z[ host-image] Aug 05 04:34:58.626 INFO O| Aug 05 04:34:58.626 INFO STEP 45 (ensure_file) COMPLETE
100242026-08-05T04:34:59.449Z[ host-image] Aug 05 04:34:58.626 INFO O| Aug 05 04:34:58.626 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100252026-08-05T04:34:59.454Z[ host-image] Aug 05 04:34:58.636 INFO O| Aug 05 04:34:58.636 INFO updating shadow file
100262026-08-05T04:34:59.457Z[ host-image] Aug 05 04:34:58.636 INFO O| Aug 05 04:34:58.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100272026-08-05T04:34:59.457Z[ host-image] Aug 05 04:34:58.636 INFO O| Aug 05 04:34:58.636 INFO STEP 46 (shadow) COMPLETE
100282026-08-05T04:34:59.457Z[ host-image] Aug 05 04:34:58.636 INFO O| Aug 05 04:34:58.636 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100292026-08-05T04:34:59.463Z[ host-image] Aug 05 04:34:58.646 INFO O| Aug 05 04:34:58.646 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100302026-08-05T04:34:59.464Z[ host-image] Aug 05 04:34:58.646 INFO O| Aug 05 04:34:58.646 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100312026-08-05T04:34:59.467Z[ host-image] Aug 05 04:34:58.646 INFO O| Aug 05 04:34:58.646 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100322026-08-05T04:34:59.468Z[ host-image] Aug 05 04:34:58.646 INFO O| Aug 05 04:34:58.646 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100332026-08-05T04:34:59.468Z[ host-image] Aug 05 04:34:58.646 INFO O| Aug 05 04:34:58.646 INFO ok!
100342026-08-05T04:34:59.468Z[ host-image] Aug 05 04:34:58.646 INFO O| Aug 05 04:34:58.646 INFO STEP 47 (ensure_file) COMPLETE
100352026-08-05T04:34:59.468Z[ host-image] Aug 05 04:34:58.646 INFO O| Aug 05 04:34:58.646 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100362026-08-05T04:34:59.468Z[ host-image] Aug 05 04:34:58.646 INFO O| Aug 05 04:34:58.646 INFO skip step because feature "mfg" is not enabled
100372026-08-05T04:34:59.468Z[ host-image] Aug 05 04:34:58.646 INFO O| Aug 05 04:34:58.646 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100382026-08-05T04:34:59.468Z[ host-image] Aug 05 04:34:58.646 INFO O| Aug 05 04:34:58.646 INFO skip step because feature "mfg" is not enabled
100392026-08-05T04:34:59.468Z[ host-image] Aug 05 04:34:58.646 INFO O| Aug 05 04:34:58.646 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100402026-08-05T04:34:59.475Z[ host-image] Aug 05 04:34:58.657 INFO O| Aug 05 04:34:58.657 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100412026-08-05T04:34:59.478Z[ host-image] Aug 05 04:34:58.657 INFO O| Aug 05 04:34:58.657 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100422026-08-05T04:34:59.494Z[ recovery-image] Aug 05 04:34:58.676 INFO E| Compiling errno v0.3.14
100432026-08-05T04:34:59.498Z[ recovery-image] Aug 05 04:34:58.676 INFO E| Compiling os_pipe v1.2.3
100442026-08-05T04:34:59.501Z[ host-image] Aug 05 04:34:58.683 INFO O| Aug 05 04:34:58.683 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100452026-08-05T04:34:59.502Z[ host-image] Aug 05 04:34:58.683 INFO O| Aug 05 04:34:58.683 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100462026-08-05T04:34:59.502Z[ host-image] Aug 05 04:34:58.683 INFO O| Aug 05 04:34:58.683 INFO ok!
100472026-08-05T04:34:59.502Z[ host-image] Aug 05 04:34:58.683 INFO O| Aug 05 04:34:58.683 INFO STEP 50 (ensure_file) COMPLETE
100482026-08-05T04:34:59.502Z[ host-image] Aug 05 04:34:58.683 INFO O| Aug 05 04:34:58.683 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100492026-08-05T04:34:59.502Z[ host-image] Aug 05 04:34:58.683 INFO O| Aug 05 04:34:58.683 INFO skip step because feature "compliance" is not enabled
100502026-08-05T04:34:59.502Z[ host-image] Aug 05 04:34:58.683 INFO O| Aug 05 04:34:58.683 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100512026-08-05T04:34:59.512Z[ host-image] Aug 05 04:34:58.694 INFO O| Aug 05 04:34:58.694 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100522026-08-05T04:34:59.516Z[ host-image] Aug 05 04:34:58.694 INFO O| Aug 05 04:34:58.694 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100532026-08-05T04:34:59.516Z[ host-image] Aug 05 04:34:58.694 INFO O| Aug 05 04:34:58.694 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100542026-08-05T04:34:59.516Z[ host-image] Aug 05 04:34:58.694 INFO O| Aug 05 04:34:58.694 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100552026-08-05T04:34:59.516Z[ host-image] Aug 05 04:34:58.694 INFO O| Aug 05 04:34:58.694 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100562026-08-05T04:34:59.516Z[ host-image] Aug 05 04:34:58.694 INFO O| Aug 05 04:34:58.694 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100572026-08-05T04:34:59.516Z[ host-image] Aug 05 04:34:58.694 INFO O| Aug 05 04:34:58.694 INFO ok!
100582026-08-05T04:34:59.516Z[ host-image] Aug 05 04:34:58.694 INFO O| Aug 05 04:34:58.694 INFO STEP 52 (ensure_file) COMPLETE
100592026-08-05T04:34:59.516Z[ host-image] Aug 05 04:34:58.694 INFO O| Aug 05 04:34:58.694 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100602026-08-05T04:34:59.522Z[ host-image] Aug 05 04:34:58.704 INFO O| Aug 05 04:34:58.704 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100612026-08-05T04:34:59.522Z[ host-image] Aug 05 04:34:58.704 INFO O| Aug 05 04:34:58.704 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 ...
100622026-08-05T04:34:59.525Z[ host-image] Aug 05 04:34:58.704 INFO O| Aug 05 04:34:58.704 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
100632026-08-05T04:34:59.525Z[ host-image] Aug 05 04:34:58.704 INFO O| Aug 05 04:34:58.704 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100642026-08-05T04:34:59.525Z[ host-image] Aug 05 04:34:58.704 INFO O| Aug 05 04:34:58.704 INFO ok!
100652026-08-05T04:34:59.525Z[ host-image] Aug 05 04:34:58.704 INFO O| Aug 05 04:34:58.704 INFO STEP 53 (ensure_file) COMPLETE
100662026-08-05T04:34:59.525Z[ host-image] Aug 05 04:34:58.704 INFO O| Aug 05 04:34:58.704 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100672026-08-05T04:34:59.532Z[ host-image] Aug 05 04:34:58.714 INFO O| Aug 05 04:34:58.714 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100682026-08-05T04:34:59.532Z[ host-image] Aug 05 04:34:58.714 INFO O| Aug 05 04:34:58.714 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 ...
100692026-08-05T04:34:59.538Z[ host-image] Aug 05 04:34:58.714 INFO O| Aug 05 04:34:58.714 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100702026-08-05T04:34:59.538Z[ host-image] Aug 05 04:34:58.714 INFO O| Aug 05 04:34:58.714 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100712026-08-05T04:34:59.538Z[ host-image] Aug 05 04:34:58.714 INFO O| Aug 05 04:34:58.714 INFO ok!
100722026-08-05T04:34:59.538Z[ host-image] Aug 05 04:34:58.714 INFO O| Aug 05 04:34:58.714 INFO STEP 54 (ensure_file) COMPLETE
100732026-08-05T04:34:59.538Z[ host-image] Aug 05 04:34:58.714 INFO O| Aug 05 04:34:58.714 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100742026-08-05T04:34:59.544Z[ host-image] Aug 05 04:34:58.725 INFO O| Aug 05 04:34:58.725 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100752026-08-05T04:34:59.544Z[ host-image] Aug 05 04:34:58.725 INFO O| Aug 05 04:34:58.725 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 ...
100762026-08-05T04:34:59.547Z[ host-image] Aug 05 04:34:58.725 INFO O| Aug 05 04:34:58.725 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
100772026-08-05T04:34:59.547Z[ host-image] Aug 05 04:34:58.726 INFO O| Aug 05 04:34:58.725 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100782026-08-05T04:34:59.547Z[ host-image] Aug 05 04:34:58.726 INFO O| Aug 05 04:34:58.726 INFO ok!
100792026-08-05T04:34:59.547Z[ host-image] Aug 05 04:34:58.726 INFO O| Aug 05 04:34:58.726 INFO STEP 55 (ensure_file) COMPLETE
100802026-08-05T04:34:59.547Z[ host-image] Aug 05 04:34:58.726 INFO O| Aug 05 04:34:58.726 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100812026-08-05T04:34:59.554Z[ host-image] Aug 05 04:34:58.736 INFO O| Aug 05 04:34:58.736 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100822026-08-05T04:34:59.554Z[ host-image] Aug 05 04:34:58.736 INFO O| Aug 05 04:34:58.736 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 ...
100832026-08-05T04:34:59.558Z[ host-image] Aug 05 04:34:58.736 INFO O| Aug 05 04:34:58.736 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100842026-08-05T04:34:59.558Z[ host-image] Aug 05 04:34:58.736 INFO O| Aug 05 04:34:58.736 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100852026-08-05T04:34:59.558Z[ host-image] Aug 05 04:34:58.736 INFO O| Aug 05 04:34:58.736 INFO ok!
100862026-08-05T04:34:59.558Z[ host-image] Aug 05 04:34:58.736 INFO O| Aug 05 04:34:58.736 INFO STEP 56 (ensure_file) COMPLETE
100872026-08-05T04:34:59.559Z[ host-image] Aug 05 04:34:58.736 INFO O| Aug 05 04:34:58.736 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100882026-08-05T04:34:59.563Z[ host-image] Aug 05 04:34:58.745 INFO O| Aug 05 04:34:58.745 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100892026-08-05T04:34:59.563Z[ host-image] Aug 05 04:34:58.745 INFO O| Aug 05 04:34:58.745 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 ...
100902026-08-05T04:34:59.566Z[ host-image] Aug 05 04:34:58.745 INFO O| Aug 05 04:34:58.745 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
100912026-08-05T04:34:59.566Z[ host-image] Aug 05 04:34:58.745 INFO O| Aug 05 04:34:58.745 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100922026-08-05T04:34:59.566Z[ host-image] Aug 05 04:34:58.745 INFO O| Aug 05 04:34:58.745 INFO ok!
100932026-08-05T04:34:59.566Z[ host-image] Aug 05 04:34:58.745 INFO O| Aug 05 04:34:58.745 INFO STEP 57 (ensure_file) COMPLETE
100942026-08-05T04:34:59.566Z[ host-image] Aug 05 04:34:58.745 INFO O| Aug 05 04:34:58.745 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100952026-08-05T04:34:59.572Z[ host-image] Aug 05 04:34:58.754 INFO O| Aug 05 04:34:58.754 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100962026-08-05T04:34:59.572Z[ host-image] Aug 05 04:34:58.754 INFO O| Aug 05 04:34:58.754 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 ...
100972026-08-05T04:34:59.576Z[ host-image] Aug 05 04:34:58.754 INFO O| Aug 05 04:34:58.754 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100982026-08-05T04:34:59.576Z[ host-image] Aug 05 04:34:58.754 INFO O| Aug 05 04:34:58.754 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100992026-08-05T04:34:59.576Z[ host-image] Aug 05 04:34:58.754 INFO O| Aug 05 04:34:58.754 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101002026-08-05T04:34:59.576Z[ host-image] Aug 05 04:34:58.754 INFO O| Aug 05 04:34:58.754 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101012026-08-05T04:34:59.576Z[ host-image] Aug 05 04:34:58.754 INFO O| Aug 05 04:34:58.754 INFO ok!
101022026-08-05T04:34:59.576Z[ host-image] Aug 05 04:34:58.754 INFO O| Aug 05 04:34:58.754 INFO STEP 58 (ensure_file) COMPLETE
101032026-08-05T04:34:59.576Z[ host-image] Aug 05 04:34:58.754 INFO O| Aug 05 04:34:58.754 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101042026-08-05T04:34:59.583Z[ host-image] Aug 05 04:34:58.765 INFO O| Aug 05 04:34:58.765 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101052026-08-05T04:34:59.583Z[ host-image] Aug 05 04:34:58.765 INFO O| Aug 05 04:34:58.765 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 ...
101062026-08-05T04:34:59.586Z[ host-image] Aug 05 04:34:58.765 INFO O| Aug 05 04:34:58.765 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
101072026-08-05T04:34:59.587Z[ host-image] Aug 05 04:34:58.765 INFO O| Aug 05 04:34:58.765 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101082026-08-05T04:34:59.587Z[ host-image] Aug 05 04:34:58.765 INFO O| Aug 05 04:34:58.765 INFO ok!
101092026-08-05T04:34:59.587Z[ host-image] Aug 05 04:34:58.765 INFO O| Aug 05 04:34:58.765 INFO STEP 59 (ensure_file) COMPLETE
101102026-08-05T04:34:59.587Z[ host-image] Aug 05 04:34:58.765 INFO O| Aug 05 04:34:58.765 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101112026-08-05T04:34:59.592Z[ host-image] Aug 05 04:34:58.774 INFO O| Aug 05 04:34:58.774 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101122026-08-05T04:34:59.592Z[ host-image] Aug 05 04:34:58.774 INFO O| Aug 05 04:34:58.774 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101132026-08-05T04:34:59.592Z[ host-image] Aug 05 04:34:58.774 INFO O| Aug 05 04:34:58.774 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101142026-08-05T04:34:59.595Z[ host-image] Aug 05 04:34:58.774 INFO O| Aug 05 04:34:58.774 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101152026-08-05T04:34:59.595Z[ host-image] Aug 05 04:34:58.774 INFO O| Aug 05 04:34:58.774 INFO ok!
101162026-08-05T04:34:59.595Z[ host-image] Aug 05 04:34:58.774 INFO O| Aug 05 04:34:58.774 INFO STEP 60 (ensure_file) COMPLETE
101172026-08-05T04:34:59.595Z[ host-image] Aug 05 04:34:58.774 INFO O| Aug 05 04:34:58.774 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101182026-08-05T04:34:59.603Z[ host-image] Aug 05 04:34:58.785 INFO O| Aug 05 04:34:58.785 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101192026-08-05T04:34:59.604Z[ host-image] Aug 05 04:34:58.785 INFO O| Aug 05 04:34:58.785 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 ...
101202026-08-05T04:34:59.607Z[ host-image] Aug 05 04:34:58.785 INFO O| Aug 05 04:34:58.785 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
101212026-08-05T04:34:59.607Z[ host-image] Aug 05 04:34:58.785 INFO O| Aug 05 04:34:58.785 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101222026-08-05T04:34:59.607Z[ host-image] Aug 05 04:34:58.785 INFO O| Aug 05 04:34:58.785 INFO ok!
101232026-08-05T04:34:59.607Z[ host-image] Aug 05 04:34:58.785 INFO O| Aug 05 04:34:58.785 INFO STEP 61 (ensure_file) COMPLETE
101242026-08-05T04:34:59.607Z[ host-image] Aug 05 04:34:58.785 INFO O| Aug 05 04:34:58.785 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101252026-08-05T04:34:59.608Z[ recovery-image] Aug 05 04:34:58.786 INFO E| Compiling signal-hook-registry v1.4.8
101262026-08-05T04:34:59.615Z[ host-image] Aug 05 04:34:58.797 INFO O| Aug 05 04:34:58.797 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101272026-08-05T04:34:59.615Z[ host-image] Aug 05 04:34:58.797 INFO O| Aug 05 04:34:58.797 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101282026-08-05T04:34:59.619Z[ host-image] Aug 05 04:34:58.797 INFO O| Aug 05 04:34:58.797 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101292026-08-05T04:34:59.619Z[ host-image] Aug 05 04:34:58.797 INFO O| Aug 05 04:34:58.797 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101302026-08-05T04:34:59.619Z[ host-image] Aug 05 04:34:58.797 INFO O| Aug 05 04:34:58.797 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101312026-08-05T04:34:59.619Z[ host-image] Aug 05 04:34:58.797 INFO O| Aug 05 04:34:58.797 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101322026-08-05T04:34:59.619Z[ host-image] Aug 05 04:34:58.797 INFO O| Aug 05 04:34:58.797 INFO ok!
101332026-08-05T04:34:59.619Z[ host-image] Aug 05 04:34:58.797 INFO O| Aug 05 04:34:58.797 INFO STEP 62 (ensure_file) COMPLETE
101342026-08-05T04:34:59.619Z[ host-image] Aug 05 04:34:58.797 INFO O| Aug 05 04:34:58.797 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101352026-08-05T04:34:59.626Z[ host-image] Aug 05 04:34:58.808 INFO O| Aug 05 04:34:58.808 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101362026-08-05T04:34:59.626Z[ host-image] Aug 05 04:34:58.808 INFO O| Aug 05 04:34:58.808 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 ...
101372026-08-05T04:34:59.626Z[ host-image] Aug 05 04:34:58.808 INFO O| Aug 05 04:34:58.808 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
101382026-08-05T04:34:59.630Z[ host-image] Aug 05 04:34:58.808 INFO O| Aug 05 04:34:58.808 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101392026-08-05T04:34:59.630Z[ host-image] Aug 05 04:34:58.808 INFO O| Aug 05 04:34:58.808 INFO ok!
101402026-08-05T04:34:59.630Z[ host-image] Aug 05 04:34:58.808 INFO O| Aug 05 04:34:58.808 INFO STEP 63 (ensure_file) COMPLETE
101412026-08-05T04:34:59.630Z[ host-image] Aug 05 04:34:58.809 INFO O| Aug 05 04:34:58.808 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101422026-08-05T04:34:59.636Z[ host-image] Aug 05 04:34:58.819 INFO O| Aug 05 04:34:58.819 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101432026-08-05T04:34:59.637Z[ host-image] Aug 05 04:34:58.819 INFO O| Aug 05 04:34:58.819 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 ...
101442026-08-05T04:34:59.637Z[ host-image] Aug 05 04:34:58.819 INFO O| Aug 05 04:34:58.819 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
101452026-08-05T04:34:59.640Z[ host-image] Aug 05 04:34:58.819 INFO O| Aug 05 04:34:58.819 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101462026-08-05T04:34:59.640Z[ host-image] Aug 05 04:34:58.819 INFO O| Aug 05 04:34:58.819 INFO ok!
101472026-08-05T04:34:59.640Z[ host-image] Aug 05 04:34:58.819 INFO O| Aug 05 04:34:58.819 INFO STEP 64 (ensure_file) COMPLETE
101482026-08-05T04:34:59.640Z[ host-image] Aug 05 04:34:58.819 INFO O| Aug 05 04:34:58.819 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101492026-08-05T04:34:59.649Z[ host-image] Aug 05 04:34:58.830 INFO O| Aug 05 04:34:58.830 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101502026-08-05T04:34:59.652Z[ host-image] Aug 05 04:34:58.830 INFO O| Aug 05 04:34:58.830 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 ...
101512026-08-05T04:34:59.652Z[ host-image] Aug 05 04:34:58.831 INFO O| Aug 05 04:34:58.831 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
101522026-08-05T04:34:59.652Z[ host-image] Aug 05 04:34:58.831 INFO O| Aug 05 04:34:58.831 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101532026-08-05T04:34:59.652Z[ host-image] Aug 05 04:34:58.831 INFO O| Aug 05 04:34:58.831 INFO ok!
101542026-08-05T04:34:59.653Z[ host-image] Aug 05 04:34:58.831 INFO O| Aug 05 04:34:58.831 INFO STEP 65 (ensure_file) COMPLETE
101552026-08-05T04:34:59.653Z[ host-image] Aug 05 04:34:58.831 INFO O| Aug 05 04:34:58.831 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101562026-08-05T04:34:59.653Z[ host-image] Aug 05 04:34:58.831 INFO O| Aug 05 04:34:58.831 INFO skip step because feature "mbist" is not enabled
101572026-08-05T04:34:59.653Z[ host-image] Aug 05 04:34:58.831 INFO O| Aug 05 04:34:58.831 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101582026-08-05T04:34:59.660Z[ host-image] Aug 05 04:34:58.842 INFO O| Aug 05 04:34:58.842 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101592026-08-05T04:34:59.660Z[ host-image] Aug 05 04:34:58.842 INFO O| Aug 05 04:34:58.842 INFO STEP 67 (ensure_dir) COMPLETE
101602026-08-05T04:34:59.660Z[ host-image] Aug 05 04:34:58.842 INFO O| Aug 05 04:34:58.842 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-08-05T04:34:59.670Z[ host-image] Aug 05 04:34:58.852 INFO O| Aug 05 04:34:58.852 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101622026-08-05T04:34:59.670Z[ host-image] Aug 05 04:34:58.852 INFO O| Aug 05 04:34:58.852 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101632026-08-05T04:34:59.674Z[ host-image] Aug 05 04:34:58.852 INFO O| Aug 05 04:34:58.852 INFO STEP 68 (ensure_dir) COMPLETE
101642026-08-05T04:34:59.674Z[ host-image] Aug 05 04:34:58.852 INFO O| Aug 05 04:34:58.852 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652026-08-05T04:34:59.681Z[ host-image] Aug 05 04:34:58.863 INFO O| Aug 05 04:34:58.863 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101662026-08-05T04:34:59.681Z[ host-image] Aug 05 04:34:58.863 INFO O| Aug 05 04:34:58.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101672026-08-05T04:34:59.681Z[ host-image] Aug 05 04:34:58.863 INFO O| Aug 05 04:34:58.863 INFO STEP 69 (ensure_dir) COMPLETE
101682026-08-05T04:34:59.684Z[ host-image] Aug 05 04:34:58.863 INFO O| Aug 05 04:34:58.863 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-08-05T04:34:59.691Z[ host-image] Aug 05 04:34:58.873 INFO O| Aug 05 04:34:58.873 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101702026-08-05T04:34:59.691Z[ host-image] Aug 05 04:34:58.873 INFO O| Aug 05 04:34:58.873 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101712026-08-05T04:34:59.993Z[ recovery-image] Aug 05 04:34:59.175 INFO E| Compiling syn v2.0.117
101722026-08-05T04:35:00.034Z[ recovery-image] Aug 05 04:34:59.216 INFO E| Compiling sigchld v0.2.4
101732026-08-05T04:35:00.124Z[ host-image] Aug 05 04:34:59.306 INFO O| Aug 05 04:34:59.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101742026-08-05T04:35:00.124Z[ host-image] Aug 05 04:34:59.306 INFO O| Aug 05 04:34:59.306 INFO ok!
101752026-08-05T04:35:00.124Z[ host-image] Aug 05 04:34:59.306 INFO O| Aug 05 04:34:59.306 INFO STEP 70 (ensure_file) COMPLETE
101762026-08-05T04:35:00.125Z[ host-image] Aug 05 04:34:59.306 INFO O| Aug 05 04:34:59.306 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772026-08-05T04:35:00.134Z[ host-image] Aug 05 04:34:59.316 INFO O| Aug 05 04:34:59.316 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101782026-08-05T04:35:00.134Z[ host-image] Aug 05 04:34:59.316 INFO O| Aug 05 04:34:59.316 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101792026-08-05T04:35:00.146Z[ recovery-image] Aug 05 04:34:59.326 INFO E| Compiling shared_child v1.1.1
101802026-08-05T04:35:00.298Z[ recovery-image] Aug 05 04:34:59.478 INFO E| Compiling duct v1.1.1
101812026-08-05T04:35:00.902Z[ host-image] Aug 05 04:35:00.084 INFO O| Aug 05 04:35:00.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101822026-08-05T04:35:00.902Z[ host-image] Aug 05 04:35:00.084 INFO O| Aug 05 04:35:00.084 INFO ok!
101832026-08-05T04:35:00.902Z[ host-image] Aug 05 04:35:00.084 INFO O| Aug 05 04:35:00.084 INFO STEP 71 (ensure_file) COMPLETE
101842026-08-05T04:35:00.902Z[ host-image] Aug 05 04:35:00.084 INFO O| Aug 05 04:35:00.084 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-08-05T04:35:00.913Z[ host-image] Aug 05 04:35:00.095 INFO O| Aug 05 04:35:00.095 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101862026-08-05T04:35:00.913Z[ host-image] Aug 05 04:35:00.095 INFO O| Aug 05 04:35:00.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101872026-08-05T04:35:00.916Z[ host-image] Aug 05 04:35:00.095 INFO O| Aug 05 04:35:00.095 INFO STEP 72 (ensure_dir) COMPLETE
101882026-08-05T04:35:00.917Z[ host-image] Aug 05 04:35:00.095 INFO O| Aug 05 04:35:00.095 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-08-05T04:35:00.923Z[ host-image] Aug 05 04:35:00.105 INFO O| Aug 05 04:35:00.105 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101902026-08-05T04:35:00.923Z[ host-image] Aug 05 04:35:00.105 INFO O| Aug 05 04:35:00.105 INFO copying /tmp/.tmpCNkD4o/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 ...
101912026-08-05T04:35:00.927Z[ host-image] Aug 05 04:35:00.105 INFO O| Aug 05 04:35:00.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101922026-08-05T04:35:00.927Z[ host-image] Aug 05 04:35:00.105 INFO O| Aug 05 04:35:00.105 INFO ok!
101932026-08-05T04:35:00.927Z[ host-image] Aug 05 04:35:00.105 INFO O| Aug 05 04:35:00.105 INFO STEP 73 (ensure_file) COMPLETE
101942026-08-05T04:35:00.927Z[ host-image] Aug 05 04:35:00.105 INFO O| Aug 05 04:35:00.105 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-08-05T04:35:00.932Z[ host-image] Aug 05 04:35:00.114 INFO O| Aug 05 04:35:00.114 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101962026-08-05T04:35:00.935Z[ host-image] Aug 05 04:35:00.114 INFO O| Aug 05 04:35:00.114 INFO copying /tmp/.tmpCNkD4o/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 ...
101972026-08-05T04:35:00.936Z[ host-image] Aug 05 04:35:00.114 INFO O| Aug 05 04:35:00.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101982026-08-05T04:35:00.936Z[ host-image] Aug 05 04:35:00.114 INFO O| Aug 05 04:35:00.114 INFO ok!
101992026-08-05T04:35:00.936Z[ host-image] Aug 05 04:35:00.114 INFO O| Aug 05 04:35:00.114 INFO STEP 74 (ensure_file) COMPLETE
102002026-08-05T04:35:00.936Z[ host-image] Aug 05 04:35:00.114 INFO O| Aug 05 04:35:00.114 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-08-05T04:35:00.941Z[ host-image] Aug 05 04:35:00.123 INFO O| Aug 05 04:35:00.123 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102022026-08-05T04:35:00.944Z[ host-image] Aug 05 04:35:00.123 INFO O| Aug 05 04:35:00.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102032026-08-05T04:35:00.945Z[ host-image] Aug 05 04:35:00.123 INFO O| Aug 05 04:35:00.123 INFO STEP 75 (ensure_dir) COMPLETE
102042026-08-05T04:35:00.945Z[ host-image] Aug 05 04:35:00.123 INFO O| Aug 05 04:35:00.123 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-08-05T04:35:00.950Z[ host-image] Aug 05 04:35:00.132 INFO O| Aug 05 04:35:00.132 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102062026-08-05T04:35:00.950Z[ host-image] Aug 05 04:35:00.132 INFO O| Aug 05 04:35:00.132 INFO copying /tmp/.tmpCNkD4o/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 ...
102072026-08-05T04:35:00.953Z[ host-image] Aug 05 04:35:00.132 INFO O| Aug 05 04:35:00.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102082026-08-05T04:35:00.953Z[ host-image] Aug 05 04:35:00.132 INFO O| Aug 05 04:35:00.132 INFO ok!
102092026-08-05T04:35:00.954Z[ host-image] Aug 05 04:35:00.132 INFO O| Aug 05 04:35:00.132 INFO STEP 76 (ensure_file) COMPLETE
102102026-08-05T04:35:00.954Z[ host-image] Aug 05 04:35:00.132 INFO O| Aug 05 04:35:00.132 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-08-05T04:35:00.958Z[ host-image] Aug 05 04:35:00.140 INFO O| Aug 05 04:35:00.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102122026-08-05T04:35:00.958Z[ host-image] Aug 05 04:35:00.140 INFO O| Aug 05 04:35:00.140 INFO copying /tmp/.tmpCNkD4o/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 ...
102132026-08-05T04:35:00.961Z[ host-image] Aug 05 04:35:00.140 INFO O| Aug 05 04:35:00.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102142026-08-05T04:35:00.961Z[ host-image] Aug 05 04:35:00.140 INFO O| Aug 05 04:35:00.140 INFO ok!
102152026-08-05T04:35:00.961Z[ host-image] Aug 05 04:35:00.140 INFO O| Aug 05 04:35:00.140 INFO STEP 77 (ensure_file) COMPLETE
102162026-08-05T04:35:00.961Z[ host-image] Aug 05 04:35:00.140 INFO O| Aug 05 04:35:00.140 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-08-05T04:35:00.967Z[ host-image] Aug 05 04:35:00.149 INFO O| Aug 05 04:35:00.149 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102182026-08-05T04:35:00.971Z[ host-image] Aug 05 04:35:00.150 INFO O| Aug 05 04:35:00.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102192026-08-05T04:35:00.971Z[ host-image] Aug 05 04:35:00.150 INFO O| Aug 05 04:35:00.150 INFO STEP 78 (ensure_dir) COMPLETE
102202026-08-05T04:35:00.971Z[ host-image] Aug 05 04:35:00.150 INFO O| Aug 05 04:35:00.150 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-05T04:35:00.975Z[ host-image] Aug 05 04:35:00.157 INFO O| Aug 05 04:35:00.157 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102222026-08-05T04:35:00.975Z[ host-image] Aug 05 04:35:00.157 INFO O| Aug 05 04:35:00.157 INFO copying /tmp/.tmpCNkD4o/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 ...
102232026-08-05T04:35:00.979Z[ host-image] Aug 05 04:35:00.157 INFO O| Aug 05 04:35:00.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102242026-08-05T04:35:00.979Z[ host-image] Aug 05 04:35:00.157 INFO O| Aug 05 04:35:00.157 INFO ok!
102252026-08-05T04:35:00.979Z[ host-image] Aug 05 04:35:00.157 INFO O| Aug 05 04:35:00.157 INFO STEP 79 (ensure_file) COMPLETE
102262026-08-05T04:35:00.979Z[ host-image] Aug 05 04:35:00.157 INFO O| Aug 05 04:35:00.157 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-08-05T04:35:00.984Z[ host-image] Aug 05 04:35:00.166 INFO O| Aug 05 04:35:00.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102282026-08-05T04:35:00.985Z[ host-image] Aug 05 04:35:00.167 INFO O| Aug 05 04:35:00.166 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102292026-08-05T04:35:00.988Z[ host-image] Aug 05 04:35:00.167 INFO O| Aug 05 04:35:00.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102302026-08-05T04:35:00.988Z[ host-image] Aug 05 04:35:00.167 INFO O| Aug 05 04:35:00.167 INFO ok!
102312026-08-05T04:35:00.988Z[ host-image] Aug 05 04:35:00.167 INFO O| Aug 05 04:35:00.167 INFO STEP 80 (ensure_file) COMPLETE
102322026-08-05T04:35:00.988Z[ host-image] Aug 05 04:35:00.167 INFO O| Aug 05 04:35:00.167 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-08-05T04:35:00.992Z[ host-image] Aug 05 04:35:00.174 INFO O| Aug 05 04:35:00.174 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102342026-08-05T04:35:00.995Z[ host-image] Aug 05 04:35:00.174 INFO O| Aug 05 04:35:00.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102352026-08-05T04:35:00.995Z[ host-image] Aug 05 04:35:00.174 INFO O| Aug 05 04:35:00.174 INFO STEP 81 (ensure_dir) COMPLETE
102362026-08-05T04:35:00.996Z[ host-image] Aug 05 04:35:00.174 INFO O| Aug 05 04:35:00.174 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-05T04:35:01.001Z[ host-image] Aug 05 04:35:00.183 INFO O| Aug 05 04:35:00.183 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102382026-08-05T04:35:01.001Z[ host-image] Aug 05 04:35:00.183 INFO O| Aug 05 04:35:00.183 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102392026-08-05T04:35:01.635Z[ host-image] Aug 05 04:35:00.817 INFO O| Aug 05 04:35:00.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102402026-08-05T04:35:01.635Z[ host-image] Aug 05 04:35:00.817 INFO O| Aug 05 04:35:00.816 INFO ok!
102412026-08-05T04:35:01.635Z[ host-image] Aug 05 04:35:00.817 INFO O| Aug 05 04:35:00.816 INFO STEP 82 (ensure_file) COMPLETE
102422026-08-05T04:35:01.638Z[ host-image] Aug 05 04:35:00.817 INFO O| Aug 05 04:35:00.816 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-05T04:35:01.645Z[ host-image] Aug 05 04:35:00.828 INFO O| Aug 05 04:35:00.827 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102442026-08-05T04:35:01.645Z[ host-image] Aug 05 04:35:00.828 INFO O| Aug 05 04:35:00.827 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102452026-08-05T04:35:01.982Z[ host-image] Aug 05 04:35:01.164 INFO O| Aug 05 04:35:01.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102462026-08-05T04:35:01.982Z[ host-image] Aug 05 04:35:01.164 INFO O| Aug 05 04:35:01.164 INFO ok!
102472026-08-05T04:35:01.982Z[ host-image] Aug 05 04:35:01.164 INFO O| Aug 05 04:35:01.164 INFO STEP 83 (ensure_file) COMPLETE
102482026-08-05T04:35:01.986Z[ host-image] Aug 05 04:35:01.164 INFO O| Aug 05 04:35:01.164 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-08-05T04:35:01.993Z[ host-image] Aug 05 04:35:01.175 INFO O| Aug 05 04:35:01.175 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102502026-08-05T04:35:01.993Z[ host-image] Aug 05 04:35:01.175 INFO O| Aug 05 04:35:01.175 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102512026-08-05T04:35:02.761Z[ recovery-image] Aug 05 04:35:01.939 INFO E| Compiling clap_derive v4.6.1
102522026-08-05T04:35:03.530Z[ host-image] Aug 05 04:35:02.709 INFO O| Aug 05 04:35:02.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102532026-08-05T04:35:03.530Z[ host-image] Aug 05 04:35:02.709 INFO O| Aug 05 04:35:02.709 INFO ok!
102542026-08-05T04:35:03.535Z[ host-image] Aug 05 04:35:02.709 INFO O| Aug 05 04:35:02.709 INFO STEP 84 (ensure_file) COMPLETE
102552026-08-05T04:35:03.535Z[ host-image] Aug 05 04:35:02.709 INFO O| Aug 05 04:35:02.709 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102562026-08-05T04:35:03.539Z[ host-image] Aug 05 04:35:02.721 INFO O| Aug 05 04:35:02.721 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102572026-08-05T04:35:03.539Z[ host-image] Aug 05 04:35:02.721 INFO O| Aug 05 04:35:02.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102582026-08-05T04:35:03.539Z[ host-image] Aug 05 04:35:02.721 INFO O| Aug 05 04:35:02.721 INFO STEP 85 (ensure_dir) COMPLETE
102592026-08-05T04:35:03.539Z[ host-image] Aug 05 04:35:02.721 INFO O| Aug 05 04:35:02.721 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-08-05T04:35:03.549Z[ host-image] Aug 05 04:35:02.731 INFO O| Aug 05 04:35:02.731 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102612026-08-05T04:35:03.549Z[ host-image] Aug 05 04:35:02.731 INFO O| Aug 05 04:35:02.731 INFO copying /tmp/.tmpCNkD4o/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 ...
102622026-08-05T04:35:03.549Z[ host-image] Aug 05 04:35:02.731 INFO O| Aug 05 04:35:02.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102632026-08-05T04:35:03.553Z[ host-image] Aug 05 04:35:02.731 INFO O| Aug 05 04:35:02.731 INFO ok!
102642026-08-05T04:35:03.553Z[ host-image] Aug 05 04:35:02.731 INFO O| Aug 05 04:35:02.731 INFO STEP 86 (ensure_file) COMPLETE
102652026-08-05T04:35:03.553Z[ host-image] Aug 05 04:35:02.731 INFO O| Aug 05 04:35:02.731 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102662026-08-05T04:35:03.558Z[ host-image] Aug 05 04:35:02.740 INFO O| Aug 05 04:35:02.740 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102672026-08-05T04:35:03.558Z[ host-image] Aug 05 04:35:02.740 INFO O| Aug 05 04:35:02.740 INFO copying /tmp/.tmpCNkD4o/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 ...
102682026-08-05T04:35:03.561Z[ host-image] Aug 05 04:35:02.740 INFO O| Aug 05 04:35:02.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102692026-08-05T04:35:03.562Z[ host-image] Aug 05 04:35:02.740 INFO O| Aug 05 04:35:02.740 INFO ok!
102702026-08-05T04:35:03.562Z[ host-image] Aug 05 04:35:02.740 INFO O| Aug 05 04:35:02.740 INFO STEP 87 (ensure_file) COMPLETE
102712026-08-05T04:35:03.562Z[ host-image] Aug 05 04:35:02.740 INFO O| Aug 05 04:35:02.740 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102722026-08-05T04:35:03.570Z[ host-image] Aug 05 04:35:02.750 INFO O| Aug 05 04:35:02.750 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102732026-08-05T04:35:03.570Z[ host-image] Aug 05 04:35:02.750 INFO O| Aug 05 04:35:02.750 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102742026-08-05T04:35:03.573Z[ host-image] Aug 05 04:35:02.750 INFO O| Aug 05 04:35:02.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102752026-08-05T04:35:03.573Z[ host-image] Aug 05 04:35:02.750 INFO O| Aug 05 04:35:02.750 INFO ok!
102762026-08-05T04:35:03.573Z[ host-image] Aug 05 04:35:02.750 INFO O| Aug 05 04:35:02.750 INFO STEP 88 (ensure_file) COMPLETE
102772026-08-05T04:35:03.573Z[ host-image] Aug 05 04:35:02.750 INFO O| Aug 05 04:35:02.750 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102782026-08-05T04:35:03.577Z[ host-image] Aug 05 04:35:02.759 INFO O| Aug 05 04:35:02.758 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102792026-08-05T04:35:03.577Z[ host-image] Aug 05 04:35:02.759 INFO O| Aug 05 04:35:02.759 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102802026-08-05T04:35:03.577Z[ host-image] Aug 05 04:35:02.759 INFO O| Aug 05 04:35:02.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102812026-08-05T04:35:03.577Z[ host-image] Aug 05 04:35:02.759 INFO O| Aug 05 04:35:02.759 INFO ok!
102822026-08-05T04:35:03.577Z[ host-image] Aug 05 04:35:02.759 INFO O| Aug 05 04:35:02.759 INFO STEP 89 (ensure_file) COMPLETE
102832026-08-05T04:35:03.577Z[ host-image] Aug 05 04:35:02.759 INFO O| Aug 05 04:35:02.759 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102842026-08-05T04:35:03.584Z[ host-image] Aug 05 04:35:02.766 INFO O| Aug 05 04:35:02.766 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102852026-08-05T04:35:03.587Z[ host-image] Aug 05 04:35:02.766 INFO O| Aug 05 04:35:02.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102862026-08-05T04:35:03.587Z[ host-image] Aug 05 04:35:02.766 INFO O| Aug 05 04:35:02.766 INFO STEP 90 (ensure_dir) COMPLETE
102872026-08-05T04:35:03.587Z[ host-image] Aug 05 04:35:02.766 INFO O| Aug 05 04:35:02.766 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-08-05T04:35:03.591Z[ host-image] Aug 05 04:35:02.773 INFO O| Aug 05 04:35:02.773 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102892026-08-05T04:35:03.591Z[ host-image] Aug 05 04:35:02.773 INFO O| Aug 05 04:35:02.773 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102902026-08-05T04:35:03.594Z[ host-image] Aug 05 04:35:02.775 INFO O| Aug 05 04:35:02.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102912026-08-05T04:35:03.594Z[ host-image] Aug 05 04:35:02.775 INFO O| Aug 05 04:35:02.775 INFO ok!
102922026-08-05T04:35:03.595Z[ host-image] Aug 05 04:35:02.775 INFO O| Aug 05 04:35:02.775 INFO STEP 91 (ensure_file) COMPLETE
102932026-08-05T04:35:03.595Z[ host-image] Aug 05 04:35:02.775 INFO O| Aug 05 04:35:02.775 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-08-05T04:35:03.600Z[ host-image] Aug 05 04:35:02.782 INFO O| Aug 05 04:35:02.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102952026-08-05T04:35:03.600Z[ host-image] Aug 05 04:35:02.782 INFO O| Aug 05 04:35:02.782 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102962026-08-05T04:35:03.604Z[ host-image] Aug 05 04:35:02.783 INFO O| Aug 05 04:35:02.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102972026-08-05T04:35:03.604Z[ host-image] Aug 05 04:35:02.783 INFO O| Aug 05 04:35:02.782 INFO ok!
102982026-08-05T04:35:03.604Z[ host-image] Aug 05 04:35:02.783 INFO O| Aug 05 04:35:02.783 INFO STEP 92 (ensure_file) COMPLETE
102992026-08-05T04:35:03.604Z[ host-image] Aug 05 04:35:02.783 INFO O| Aug 05 04:35:02.783 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-08-05T04:35:03.610Z[ host-image] Aug 05 04:35:02.792 INFO O| Aug 05 04:35:02.792 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103012026-08-05T04:35:03.610Z[ host-image] Aug 05 04:35:02.792 INFO O| Aug 05 04:35:02.792 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103022026-08-05T04:35:04.195Z[ host-image] Aug 05 04:35:03.377 INFO O| Aug 05 04:35:03.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103032026-08-05T04:35:04.195Z[ host-image] Aug 05 04:35:03.377 INFO O| Aug 05 04:35:03.377 INFO ok!
103042026-08-05T04:35:04.195Z[ host-image] Aug 05 04:35:03.377 INFO O| Aug 05 04:35:03.377 INFO STEP 93 (ensure_file) COMPLETE
103052026-08-05T04:35:04.200Z[ host-image] Aug 05 04:35:03.377 INFO O| Aug 05 04:35:03.377 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-08-05T04:35:04.204Z[ host-image] Aug 05 04:35:03.387 INFO O| Aug 05 04:35:03.387 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103072026-08-05T04:35:04.204Z[ host-image] Aug 05 04:35:03.387 INFO O| Aug 05 04:35:03.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103082026-08-05T04:35:04.205Z[ host-image] Aug 05 04:35:03.387 INFO O| Aug 05 04:35:03.387 INFO STEP 94 (ensure_dir) COMPLETE
103092026-08-05T04:35:04.205Z[ host-image] Aug 05 04:35:03.387 INFO O| Aug 05 04:35:03.387 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-08-05T04:35:04.214Z[ host-image] Aug 05 04:35:03.395 INFO O| Aug 05 04:35:03.395 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103112026-08-05T04:35:04.214Z[ host-image] Aug 05 04:35:03.395 INFO O| Aug 05 04:35:03.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103122026-08-05T04:35:04.217Z[ host-image] Aug 05 04:35:03.395 INFO O| Aug 05 04:35:03.395 INFO STEP 95 (ensure_dir) COMPLETE
103132026-08-05T04:35:04.218Z[ host-image] Aug 05 04:35:03.395 INFO O| Aug 05 04:35:03.395 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-08-05T04:35:04.224Z[ host-image] Aug 05 04:35:03.406 INFO O| Aug 05 04:35:03.406 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103152026-08-05T04:35:04.224Z[ host-image] Aug 05 04:35:03.406 INFO O| Aug 05 04:35:03.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103162026-08-05T04:35:04.224Z[ host-image] Aug 05 04:35:03.406 INFO O| Aug 05 04:35:03.406 INFO STEP 96 (ensure_dir) COMPLETE
103172026-08-05T04:35:04.228Z[ host-image] Aug 05 04:35:03.406 INFO O| Aug 05 04:35:03.406 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-08-05T04:35:04.232Z[ host-image] Aug 05 04:35:03.415 INFO O| Aug 05 04:35:03.415 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103192026-08-05T04:35:04.232Z[ host-image] Aug 05 04:35:03.415 INFO O| Aug 05 04:35:03.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103202026-08-05T04:35:04.232Z[ host-image] Aug 05 04:35:03.415 INFO O| Aug 05 04:35:03.415 INFO STEP 97 (ensure_dir) COMPLETE
103212026-08-05T04:35:04.236Z[ host-image] Aug 05 04:35:03.415 INFO O| Aug 05 04:35:03.415 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103222026-08-05T04:35:04.240Z[ host-image] Aug 05 04:35:03.422 INFO O| Aug 05 04:35:03.422 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103232026-08-05T04:35:04.240Z[ host-image] Aug 05 04:35:03.422 INFO O| Aug 05 04:35:03.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103242026-08-05T04:35:04.244Z[ host-image] Aug 05 04:35:03.422 INFO O| Aug 05 04:35:03.422 INFO STEP 98 (ensure_dir) COMPLETE
103252026-08-05T04:35:04.244Z[ host-image] Aug 05 04:35:03.422 INFO O| Aug 05 04:35:03.422 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103262026-08-05T04:35:04.248Z[ host-image] Aug 05 04:35:03.430 INFO O| Aug 05 04:35:03.430 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103272026-08-05T04:35:04.248Z[ host-image] Aug 05 04:35:03.430 INFO O| Aug 05 04:35:03.430 INFO copying /tmp/.tmpCNkD4o/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 ...
103282026-08-05T04:35:04.248Z[ host-image] Aug 05 04:35:03.430 INFO O| Aug 05 04:35:03.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103292026-08-05T04:35:04.248Z[ host-image] Aug 05 04:35:03.430 INFO O| Aug 05 04:35:03.430 INFO ok!
103302026-08-05T04:35:04.248Z[ host-image] Aug 05 04:35:03.430 INFO O| Aug 05 04:35:03.430 INFO STEP 99 (ensure_file) COMPLETE
103312026-08-05T04:35:04.249Z[ host-image] Aug 05 04:35:03.430 INFO O| Aug 05 04:35:03.430 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103322026-08-05T04:35:04.255Z[ host-image] Aug 05 04:35:03.438 INFO O| Aug 05 04:35:03.437 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103332026-08-05T04:35:04.259Z[ host-image] Aug 05 04:35:03.438 INFO O| Aug 05 04:35:03.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103342026-08-05T04:35:04.259Z[ host-image] Aug 05 04:35:03.438 INFO O| Aug 05 04:35:03.438 INFO STEP 100 (ensure_dir) COMPLETE
103352026-08-05T04:35:04.259Z[ host-image] Aug 05 04:35:03.438 INFO O| Aug 05 04:35:03.438 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-08-05T04:35:04.263Z[ host-image] Aug 05 04:35:03.446 INFO O| Aug 05 04:35:03.446 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103372026-08-05T04:35:04.263Z[ host-image] Aug 05 04:35:03.446 INFO O| Aug 05 04:35:03.446 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103382026-08-05T04:35:04.275Z[ host-image] Aug 05 04:35:03.456 INFO O| Aug 05 04:35:03.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103392026-08-05T04:35:04.275Z[ host-image] Aug 05 04:35:03.456 INFO O| Aug 05 04:35:03.456 INFO ok!
103402026-08-05T04:35:04.275Z[ host-image] Aug 05 04:35:03.456 INFO O| Aug 05 04:35:03.456 INFO STEP 101 (ensure_file) COMPLETE
103412026-08-05T04:35:04.279Z[ host-image] Aug 05 04:35:03.456 INFO O| Aug 05 04:35:03.456 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-08-05T04:35:04.284Z[ host-image] Aug 05 04:35:03.466 INFO O| Aug 05 04:35:03.466 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103432026-08-05T04:35:04.284Z[ host-image] Aug 05 04:35:03.466 INFO O| Aug 05 04:35:03.466 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103442026-08-05T04:35:04.288Z[ host-image] Aug 05 04:35:03.466 INFO O| Aug 05 04:35:03.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103452026-08-05T04:35:04.288Z[ host-image] Aug 05 04:35:03.466 INFO O| Aug 05 04:35:03.466 INFO ok!
103462026-08-05T04:35:04.288Z[ host-image] Aug 05 04:35:03.466 INFO O| Aug 05 04:35:03.466 INFO STEP 102 (ensure_file) COMPLETE
103472026-08-05T04:35:04.288Z[ host-image] Aug 05 04:35:03.466 INFO O| Aug 05 04:35:03.466 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103482026-08-05T04:35:04.292Z[ host-image] Aug 05 04:35:03.474 INFO O| Aug 05 04:35:03.474 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103492026-08-05T04:35:04.292Z[ host-image] Aug 05 04:35:03.474 INFO O| Aug 05 04:35:03.474 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103502026-08-05T04:35:04.338Z[ recovery-image] Aug 05 04:35:03.515 INFO E| Compiling clap v4.6.1
103512026-08-05T04:35:04.455Z[ recovery-image] Aug 05 04:35:03.632 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
103522026-08-05T04:35:04.591Z[ host-image] Aug 05 04:35:03.773 INFO O| Aug 05 04:35:03.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103532026-08-05T04:35:04.591Z[ host-image] Aug 05 04:35:03.773 INFO O| Aug 05 04:35:03.773 INFO ok!
103542026-08-05T04:35:04.592Z[ host-image] Aug 05 04:35:03.773 INFO O| Aug 05 04:35:03.773 INFO STEP 103 (ensure_file) COMPLETE
103552026-08-05T04:35:04.595Z[ host-image] Aug 05 04:35:03.773 INFO O| Aug 05 04:35:03.773 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-08-05T04:35:04.600Z[ host-image] Aug 05 04:35:03.783 INFO O| Aug 05 04:35:03.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103572026-08-05T04:35:04.603Z[ host-image] Aug 05 04:35:03.783 INFO O| Aug 05 04:35:03.783 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103582026-08-05T04:35:04.604Z[ host-image] Aug 05 04:35:03.783 INFO O| Aug 05 04:35:03.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103592026-08-05T04:35:04.604Z[ host-image] Aug 05 04:35:03.783 INFO O| Aug 05 04:35:03.783 INFO ok!
103602026-08-05T04:35:04.604Z[ host-image] Aug 05 04:35:03.783 INFO O| Aug 05 04:35:03.783 INFO STEP 104 (ensure_file) COMPLETE
103612026-08-05T04:35:04.604Z[ host-image] Aug 05 04:35:03.783 INFO O| Aug 05 04:35:03.783 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-08-05T04:35:04.608Z[ host-image] Aug 05 04:35:03.790 INFO O| Aug 05 04:35:03.790 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103632026-08-05T04:35:04.611Z[ host-image] Aug 05 04:35:03.790 INFO O| Aug 05 04:35:03.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103642026-08-05T04:35:04.611Z[ host-image] Aug 05 04:35:03.790 INFO O| Aug 05 04:35:03.790 INFO STEP 105 (ensure_dir) COMPLETE
103652026-08-05T04:35:04.611Z[ host-image] Aug 05 04:35:03.790 INFO O| Aug 05 04:35:03.790 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103662026-08-05T04:35:04.615Z[ host-image] Aug 05 04:35:03.797 INFO O| Aug 05 04:35:03.797 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103672026-08-05T04:35:04.615Z[ host-image] Aug 05 04:35:03.797 INFO O| Aug 05 04:35:03.797 INFO copying /tmp/.tmpCNkD4o/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 ...
103682026-08-05T04:35:04.626Z[ host-image] Aug 05 04:35:03.808 INFO O| Aug 05 04:35:03.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103692026-08-05T04:35:04.626Z[ host-image] Aug 05 04:35:03.808 INFO O| Aug 05 04:35:03.808 INFO ok!
103702026-08-05T04:35:04.630Z[ host-image] Aug 05 04:35:03.808 INFO O| Aug 05 04:35:03.808 INFO STEP 106 (ensure_file) COMPLETE
103712026-08-05T04:35:04.630Z[ host-image] Aug 05 04:35:03.808 INFO O| Aug 05 04:35:03.808 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-08-05T04:35:04.636Z[ host-image] Aug 05 04:35:03.818 INFO O| Aug 05 04:35:03.818 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103732026-08-05T04:35:04.636Z[ host-image] Aug 05 04:35:03.818 INFO O| Aug 05 04:35:03.818 INFO copying /tmp/.tmpCNkD4o/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 ...
103742026-08-05T04:35:04.636Z[ host-image] Aug 05 04:35:03.818 INFO O| Aug 05 04:35:03.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103752026-08-05T04:35:04.636Z[ host-image] Aug 05 04:35:03.818 INFO O| Aug 05 04:35:03.818 INFO ok!
103762026-08-05T04:35:04.640Z[ host-image] Aug 05 04:35:03.818 INFO O| Aug 05 04:35:03.818 INFO STEP 107 (ensure_file) COMPLETE
103772026-08-05T04:35:04.640Z[ host-image] Aug 05 04:35:03.818 INFO O| Aug 05 04:35:03.818 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103782026-08-05T04:35:04.645Z[ host-image] Aug 05 04:35:03.827 INFO O| Aug 05 04:35:03.827 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103792026-08-05T04:35:04.649Z[ host-image] Aug 05 04:35:03.827 INFO O| Aug 05 04:35:03.827 INFO copying /tmp/.tmpCNkD4o/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 ...
103802026-08-05T04:35:04.649Z[ host-image] Aug 05 04:35:03.827 INFO O| Aug 05 04:35:03.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103812026-08-05T04:35:04.649Z[ host-image] Aug 05 04:35:03.827 INFO O| Aug 05 04:35:03.827 INFO ok!
103822026-08-05T04:35:04.649Z[ host-image] Aug 05 04:35:03.827 INFO O| Aug 05 04:35:03.827 INFO STEP 108 (ensure_file) COMPLETE
103832026-08-05T04:35:04.649Z[ host-image] Aug 05 04:35:03.827 INFO O| Aug 05 04:35:03.827 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103842026-08-05T04:35:04.654Z[ host-image] Aug 05 04:35:03.836 INFO O| Aug 05 04:35:03.836 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103852026-08-05T04:35:04.654Z[ host-image] Aug 05 04:35:03.836 INFO O| Aug 05 04:35:03.836 INFO copying /tmp/.tmpCNkD4o/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 ...
103862026-08-05T04:35:04.654Z[ host-image] Aug 05 04:35:03.836 INFO O| Aug 05 04:35:03.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103872026-08-05T04:35:04.654Z[ host-image] Aug 05 04:35:03.836 INFO O| Aug 05 04:35:03.836 INFO ok!
103882026-08-05T04:35:04.658Z[ host-image] Aug 05 04:35:03.836 INFO O| Aug 05 04:35:03.836 INFO STEP 109 (ensure_file) COMPLETE
103892026-08-05T04:35:04.658Z[ host-image] Aug 05 04:35:03.836 INFO O| Aug 05 04:35:03.836 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103902026-08-05T04:35:04.661Z[ host-image] Aug 05 04:35:03.843 INFO O| Aug 05 04:35:03.843 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103912026-08-05T04:35:04.664Z[ host-image] Aug 05 04:35:03.843 INFO O| Aug 05 04:35:03.843 INFO copying /tmp/.tmpCNkD4o/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 ...
103922026-08-05T04:35:04.665Z[ host-image] Aug 05 04:35:03.843 INFO O| Aug 05 04:35:03.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103932026-08-05T04:35:04.665Z[ host-image] Aug 05 04:35:03.843 INFO O| Aug 05 04:35:03.843 INFO ok!
103942026-08-05T04:35:04.665Z[ host-image] Aug 05 04:35:03.843 INFO O| Aug 05 04:35:03.843 INFO STEP 110 (ensure_file) COMPLETE
103952026-08-05T04:35:04.665Z[ host-image] Aug 05 04:35:03.843 INFO O| Aug 05 04:35:03.843 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103962026-08-05T04:35:04.670Z[ host-image] Aug 05 04:35:03.852 INFO O| Aug 05 04:35:03.852 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103972026-08-05T04:35:04.670Z[ host-image] Aug 05 04:35:03.852 INFO O| Aug 05 04:35:03.852 INFO copying /tmp/.tmpCNkD4o/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 ...
103982026-08-05T04:35:04.674Z[ host-image] Aug 05 04:35:03.852 INFO O| Aug 05 04:35:03.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103992026-08-05T04:35:04.674Z[ host-image] Aug 05 04:35:03.852 INFO O| Aug 05 04:35:03.852 INFO ok!
104002026-08-05T04:35:04.674Z[ host-image] Aug 05 04:35:03.852 INFO O| Aug 05 04:35:03.852 INFO STEP 111 (ensure_file) COMPLETE
104012026-08-05T04:35:04.674Z[ host-image] Aug 05 04:35:03.852 INFO O| Aug 05 04:35:03.852 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104022026-08-05T04:35:04.679Z[ host-image] Aug 05 04:35:03.861 INFO O| Aug 05 04:35:03.861 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104032026-08-05T04:35:04.679Z[ host-image] Aug 05 04:35:03.861 INFO O| Aug 05 04:35:03.861 INFO copying /tmp/.tmpCNkD4o/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 ...
104042026-08-05T04:35:04.682Z[ host-image] Aug 05 04:35:03.861 INFO O| Aug 05 04:35:03.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104052026-08-05T04:35:04.682Z[ host-image] Aug 05 04:35:03.861 INFO O| Aug 05 04:35:03.861 INFO ok!
104062026-08-05T04:35:04.682Z[ host-image] Aug 05 04:35:03.861 INFO O| Aug 05 04:35:03.861 INFO STEP 112 (ensure_file) COMPLETE
104072026-08-05T04:35:04.682Z[ host-image] Aug 05 04:35:03.861 INFO O| Aug 05 04:35:03.861 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104082026-08-05T04:35:04.689Z[ host-image] Aug 05 04:35:03.870 INFO O| Aug 05 04:35:03.870 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104092026-08-05T04:35:04.689Z[ host-image] Aug 05 04:35:03.870 INFO O| Aug 05 04:35:03.870 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104102026-08-05T04:35:04.692Z[ host-image] Aug 05 04:35:03.870 INFO O| Aug 05 04:35:03.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104112026-08-05T04:35:04.692Z[ host-image] Aug 05 04:35:03.870 INFO O| Aug 05 04:35:03.870 INFO ok!
104122026-08-05T04:35:04.692Z[ host-image] Aug 05 04:35:03.870 INFO O| Aug 05 04:35:03.870 INFO STEP 113 (ensure_file) COMPLETE
104132026-08-05T04:35:04.692Z[ host-image] Aug 05 04:35:03.870 INFO O| Aug 05 04:35:03.870 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-08-05T04:35:04.696Z[ host-image] Aug 05 04:35:03.878 INFO O| Aug 05 04:35:03.878 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104152026-08-05T04:35:04.696Z[ host-image] Aug 05 04:35:03.878 INFO O| Aug 05 04:35:03.878 INFO copying /tmp/.tmpCNkD4o/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 ...
104162026-08-05T04:35:04.696Z[ host-image] Aug 05 04:35:03.878 INFO O| Aug 05 04:35:03.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104172026-08-05T04:35:04.696Z[ host-image] Aug 05 04:35:03.878 INFO O| Aug 05 04:35:03.878 INFO ok!
104182026-08-05T04:35:04.696Z[ host-image] Aug 05 04:35:03.878 INFO O| Aug 05 04:35:03.878 INFO STEP 114 (ensure_file) COMPLETE
104192026-08-05T04:35:04.696Z[ host-image] Aug 05 04:35:03.878 INFO O| Aug 05 04:35:03.878 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-08-05T04:35:04.704Z[ host-image] Aug 05 04:35:03.886 INFO O| Aug 05 04:35:03.886 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104212026-08-05T04:35:04.707Z[ host-image] Aug 05 04:35:03.886 INFO O| Aug 05 04:35:03.886 INFO copying /tmp/.tmpCNkD4o/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 ...
104222026-08-05T04:35:04.707Z[ host-image] Aug 05 04:35:03.886 INFO O| Aug 05 04:35:03.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104232026-08-05T04:35:04.707Z[ host-image] Aug 05 04:35:03.886 INFO O| Aug 05 04:35:03.886 INFO ok!
104242026-08-05T04:35:04.708Z[ host-image] Aug 05 04:35:03.886 INFO O| Aug 05 04:35:03.886 INFO STEP 115 (ensure_file) COMPLETE
104252026-08-05T04:35:04.708Z[ host-image] Aug 05 04:35:03.886 INFO O| Aug 05 04:35:03.886 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-08-05T04:35:04.711Z[ host-image] Aug 05 04:35:03.894 INFO O| Aug 05 04:35:03.894 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104272026-08-05T04:35:04.712Z[ host-image] Aug 05 04:35:03.894 INFO O| Aug 05 04:35:03.894 INFO copying /tmp/.tmpCNkD4o/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 ...
104282026-08-05T04:35:04.715Z[ host-image] Aug 05 04:35:03.894 INFO O| Aug 05 04:35:03.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104292026-08-05T04:35:04.715Z[ host-image] Aug 05 04:35:03.894 INFO O| Aug 05 04:35:03.894 INFO ok!
104302026-08-05T04:35:04.715Z[ host-image] Aug 05 04:35:03.894 INFO O| Aug 05 04:35:03.894 INFO STEP 116 (ensure_file) COMPLETE
104312026-08-05T04:35:04.715Z[ host-image] Aug 05 04:35:03.894 INFO O| Aug 05 04:35:03.894 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-08-05T04:35:04.719Z[ host-image] Aug 05 04:35:03.902 INFO O| Aug 05 04:35:03.901 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104332026-08-05T04:35:04.719Z[ host-image] Aug 05 04:35:03.902 INFO O| Aug 05 04:35:03.902 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104342026-08-05T04:35:04.977Z[ host-image] Aug 05 04:35:04.159 INFO O| Aug 05 04:35:04.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104352026-08-05T04:35:04.977Z[ host-image] Aug 05 04:35:04.159 INFO O| Aug 05 04:35:04.159 INFO ok!
104362026-08-05T04:35:04.977Z[ host-image] Aug 05 04:35:04.159 INFO O| Aug 05 04:35:04.159 INFO STEP 117 (ensure_file) COMPLETE
104372026-08-05T04:35:04.981Z[ host-image] Aug 05 04:35:04.159 INFO O| Aug 05 04:35:04.159 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-08-05T04:35:04.987Z[ host-image] Aug 05 04:35:04.169 INFO O| Aug 05 04:35:04.169 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104392026-08-05T04:35:04.987Z[ host-image] Aug 05 04:35:04.169 INFO O| Aug 05 04:35:04.169 INFO copying /tmp/.tmpCNkD4o/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 ...
104402026-08-05T04:35:04.987Z[ host-image] Aug 05 04:35:04.169 INFO O| Aug 05 04:35:04.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104412026-08-05T04:35:04.991Z[ host-image] Aug 05 04:35:04.169 INFO O| Aug 05 04:35:04.169 INFO ok!
104422026-08-05T04:35:04.991Z[ host-image] Aug 05 04:35:04.169 INFO O| Aug 05 04:35:04.169 INFO STEP 118 (ensure_file) COMPLETE
104432026-08-05T04:35:04.991Z[ host-image] Aug 05 04:35:04.169 INFO O| Aug 05 04:35:04.169 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-08-05T04:35:04.996Z[ host-image] Aug 05 04:35:04.178 INFO O| Aug 05 04:35:04.178 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104452026-08-05T04:35:05.000Z[ host-image] Aug 05 04:35:04.178 INFO O| Aug 05 04:35:04.178 INFO copying /tmp/.tmpCNkD4o/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 ...
104462026-08-05T04:35:05.000Z[ host-image] Aug 05 04:35:04.178 INFO O| Aug 05 04:35:04.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104472026-08-05T04:35:05.000Z[ host-image] Aug 05 04:35:04.178 INFO O| Aug 05 04:35:04.178 INFO ok!
104482026-08-05T04:35:05.000Z[ host-image] Aug 05 04:35:04.178 INFO O| Aug 05 04:35:04.178 INFO STEP 119 (ensure_file) COMPLETE
104492026-08-05T04:35:05.000Z[ host-image] Aug 05 04:35:04.179 INFO O| Aug 05 04:35:04.178 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-08-05T04:35:05.005Z[ host-image] Aug 05 04:35:04.187 INFO O| Aug 05 04:35:04.187 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104512026-08-05T04:35:05.005Z[ host-image] Aug 05 04:35:04.187 INFO O| Aug 05 04:35:04.187 INFO copying /tmp/.tmpCNkD4o/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 ...
104522026-08-05T04:35:05.009Z[ host-image] Aug 05 04:35:04.187 INFO O| Aug 05 04:35:04.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104532026-08-05T04:35:05.009Z[ host-image] Aug 05 04:35:04.187 INFO O| Aug 05 04:35:04.187 INFO ok!
104542026-08-05T04:35:05.009Z[ host-image] Aug 05 04:35:04.187 INFO O| Aug 05 04:35:04.187 INFO STEP 120 (ensure_file) COMPLETE
104552026-08-05T04:35:05.009Z[ host-image] Aug 05 04:35:04.187 INFO O| Aug 05 04:35:04.187 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-08-05T04:35:05.013Z[ host-image] Aug 05 04:35:04.196 INFO O| Aug 05 04:35:04.196 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104572026-08-05T04:35:05.013Z[ host-image] Aug 05 04:35:04.196 INFO O| Aug 05 04:35:04.196 INFO copying /tmp/.tmpCNkD4o/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 ...
104582026-08-05T04:35:05.017Z[ host-image] Aug 05 04:35:04.196 INFO O| Aug 05 04:35:04.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104592026-08-05T04:35:05.017Z[ host-image] Aug 05 04:35:04.196 INFO O| Aug 05 04:35:04.196 INFO ok!
104602026-08-05T04:35:05.017Z[ host-image] Aug 05 04:35:04.196 INFO O| Aug 05 04:35:04.196 INFO STEP 121 (ensure_file) COMPLETE
104612026-08-05T04:35:05.017Z[ host-image] Aug 05 04:35:04.196 INFO O| Aug 05 04:35:04.196 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-08-05T04:35:05.024Z[ host-image] Aug 05 04:35:04.206 INFO O| Aug 05 04:35:04.206 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104632026-08-05T04:35:05.024Z[ host-image] Aug 05 04:35:04.206 INFO O| Aug 05 04:35:04.206 INFO copying /tmp/.tmpCNkD4o/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 ...
104642026-08-05T04:35:05.024Z[ host-image] Aug 05 04:35:04.206 INFO O| Aug 05 04:35:04.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104652026-08-05T04:35:05.027Z[ host-image] Aug 05 04:35:04.206 INFO O| Aug 05 04:35:04.206 INFO ok!
104662026-08-05T04:35:05.027Z[ host-image] Aug 05 04:35:04.206 INFO O| Aug 05 04:35:04.206 INFO STEP 122 (ensure_file) COMPLETE
104672026-08-05T04:35:05.027Z[ host-image] Aug 05 04:35:04.206 INFO O| Aug 05 04:35:04.206 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-08-05T04:35:05.033Z[ host-image] Aug 05 04:35:04.215 INFO O| Aug 05 04:35:04.215 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104692026-08-05T04:35:05.033Z[ host-image] Aug 05 04:35:04.215 INFO O| Aug 05 04:35:04.215 INFO copying /tmp/.tmpCNkD4o/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 ...
104702026-08-05T04:35:05.033Z[ host-image] Aug 05 04:35:04.215 INFO O| Aug 05 04:35:04.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104712026-08-05T04:35:05.033Z[ host-image] Aug 05 04:35:04.215 INFO O| Aug 05 04:35:04.215 INFO ok!
104722026-08-05T04:35:05.038Z[ host-image] Aug 05 04:35:04.215 INFO O| Aug 05 04:35:04.215 INFO STEP 123 (ensure_file) COMPLETE
104732026-08-05T04:35:05.038Z[ host-image] Aug 05 04:35:04.215 INFO O| Aug 05 04:35:04.215 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-08-05T04:35:05.042Z[ host-image] Aug 05 04:35:04.224 INFO O| Aug 05 04:35:04.224 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104752026-08-05T04:35:05.042Z[ host-image] Aug 05 04:35:04.224 INFO O| Aug 05 04:35:04.224 INFO copying /tmp/.tmpCNkD4o/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 ...
104762026-08-05T04:35:05.045Z[ host-image] Aug 05 04:35:04.224 INFO O| Aug 05 04:35:04.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104772026-08-05T04:35:05.045Z[ host-image] Aug 05 04:35:04.224 INFO O| Aug 05 04:35:04.224 INFO ok!
104782026-08-05T04:35:05.046Z[ host-image] Aug 05 04:35:04.224 INFO O| Aug 05 04:35:04.224 INFO STEP 124 (ensure_file) COMPLETE
104792026-08-05T04:35:05.046Z[ host-image] Aug 05 04:35:04.224 INFO O| Aug 05 04:35:04.224 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104802026-08-05T04:35:05.051Z[ host-image] Aug 05 04:35:04.233 INFO O| Aug 05 04:35:04.233 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104812026-08-05T04:35:05.051Z[ host-image] Aug 05 04:35:04.233 INFO O| Aug 05 04:35:04.233 INFO copying /tmp/.tmpCNkD4o/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 ...
104822026-08-05T04:35:05.054Z[ host-image] Aug 05 04:35:04.233 INFO O| Aug 05 04:35:04.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104832026-08-05T04:35:05.054Z[ host-image] Aug 05 04:35:04.233 INFO O| Aug 05 04:35:04.233 INFO ok!
104842026-08-05T04:35:05.054Z[ host-image] Aug 05 04:35:04.233 INFO O| Aug 05 04:35:04.233 INFO STEP 125 (ensure_file) COMPLETE
104852026-08-05T04:35:05.054Z[ host-image] Aug 05 04:35:04.233 INFO O| Aug 05 04:35:04.233 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104862026-08-05T04:35:05.060Z[ host-image] Aug 05 04:35:04.242 INFO O| Aug 05 04:35:04.242 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104872026-08-05T04:35:05.060Z[ host-image] Aug 05 04:35:04.242 INFO O| Aug 05 04:35:04.242 INFO copying /tmp/.tmpCNkD4o/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 ...
104882026-08-05T04:35:05.063Z[ host-image] Aug 05 04:35:04.242 INFO O| Aug 05 04:35:04.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104892026-08-05T04:35:05.064Z[ host-image] Aug 05 04:35:04.242 INFO O| Aug 05 04:35:04.242 INFO ok!
104902026-08-05T04:35:05.064Z[ host-image] Aug 05 04:35:04.242 INFO O| Aug 05 04:35:04.242 INFO STEP 126 (ensure_file) COMPLETE
104912026-08-05T04:35:05.064Z[ host-image] Aug 05 04:35:04.242 INFO O| Aug 05 04:35:04.242 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-08-05T04:35:05.068Z[ host-image] Aug 05 04:35:04.250 INFO O| Aug 05 04:35:04.250 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104932026-08-05T04:35:05.068Z[ host-image] Aug 05 04:35:04.250 INFO O| Aug 05 04:35:04.250 INFO copying /tmp/.tmpCNkD4o/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 ...
104942026-08-05T04:35:05.069Z[ host-image] Aug 05 04:35:04.250 INFO O| Aug 05 04:35:04.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104952026-08-05T04:35:05.072Z[ host-image] Aug 05 04:35:04.250 INFO O| Aug 05 04:35:04.250 INFO ok!
104962026-08-05T04:35:05.072Z[ host-image] Aug 05 04:35:04.250 INFO O| Aug 05 04:35:04.250 INFO STEP 127 (ensure_file) COMPLETE
104972026-08-05T04:35:05.072Z[ host-image] Aug 05 04:35:04.250 INFO O| Aug 05 04:35:04.250 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-08-05T04:35:05.078Z[ host-image] Aug 05 04:35:04.261 INFO O| Aug 05 04:35:04.261 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104992026-08-05T04:35:05.082Z[ host-image] Aug 05 04:35:04.261 INFO O| Aug 05 04:35:04.261 INFO copying /tmp/.tmpCNkD4o/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 ...
105002026-08-05T04:35:05.082Z[ host-image] Aug 05 04:35:04.261 INFO O| Aug 05 04:35:04.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105012026-08-05T04:35:05.082Z[ host-image] Aug 05 04:35:04.261 INFO O| Aug 05 04:35:04.261 INFO ok!
105022026-08-05T04:35:05.082Z[ host-image] Aug 05 04:35:04.261 INFO O| Aug 05 04:35:04.261 INFO STEP 128 (ensure_file) COMPLETE
105032026-08-05T04:35:05.082Z[ host-image] Aug 05 04:35:04.261 INFO O| Aug 05 04:35:04.261 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-08-05T04:35:05.087Z[ host-image] Aug 05 04:35:04.269 INFO O| Aug 05 04:35:04.269 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105052026-08-05T04:35:05.090Z[ host-image] Aug 05 04:35:04.269 INFO O| Aug 05 04:35:04.269 INFO copying /tmp/.tmpCNkD4o/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 ...
105062026-08-05T04:35:05.090Z[ host-image] Aug 05 04:35:04.269 INFO O| Aug 05 04:35:04.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105072026-08-05T04:35:05.090Z[ host-image] Aug 05 04:35:04.269 INFO O| Aug 05 04:35:04.269 INFO ok!
105082026-08-05T04:35:05.090Z[ host-image] Aug 05 04:35:04.269 INFO O| Aug 05 04:35:04.269 INFO STEP 129 (ensure_file) COMPLETE
105092026-08-05T04:35:05.090Z[ host-image] Aug 05 04:35:04.269 INFO O| Aug 05 04:35:04.269 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-08-05T04:35:05.094Z[ host-image] Aug 05 04:35:04.277 INFO O| Aug 05 04:35:04.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105112026-08-05T04:35:05.099Z[ host-image] Aug 05 04:35:04.277 INFO O| Aug 05 04:35:04.277 INFO copying /tmp/.tmpCNkD4o/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 ...
105122026-08-05T04:35:05.099Z[ host-image] Aug 05 04:35:04.277 INFO O| Aug 05 04:35:04.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105132026-08-05T04:35:05.099Z[ host-image] Aug 05 04:35:04.277 INFO O| Aug 05 04:35:04.277 INFO ok!
105142026-08-05T04:35:05.099Z[ host-image] Aug 05 04:35:04.277 INFO O| Aug 05 04:35:04.277 INFO STEP 130 (ensure_file) COMPLETE
105152026-08-05T04:35:05.099Z[ host-image] Aug 05 04:35:04.277 INFO O| Aug 05 04:35:04.277 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105162026-08-05T04:35:05.104Z[ host-image] Aug 05 04:35:04.286 INFO O| Aug 05 04:35:04.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105172026-08-05T04:35:05.108Z[ host-image] Aug 05 04:35:04.286 INFO O| Aug 05 04:35:04.286 INFO copying /tmp/.tmpCNkD4o/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 ...
105182026-08-05T04:35:05.108Z[ host-image] Aug 05 04:35:04.286 INFO O| Aug 05 04:35:04.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105192026-08-05T04:35:05.108Z[ host-image] Aug 05 04:35:04.286 INFO O| Aug 05 04:35:04.286 INFO ok!
105202026-08-05T04:35:05.108Z[ host-image] Aug 05 04:35:04.286 INFO O| Aug 05 04:35:04.286 INFO STEP 131 (ensure_file) COMPLETE
105212026-08-05T04:35:05.108Z[ host-image] Aug 05 04:35:04.286 INFO O| Aug 05 04:35:04.286 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-08-05T04:35:05.112Z[ host-image] Aug 05 04:35:04.294 INFO O| Aug 05 04:35:04.294 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105232026-08-05T04:35:05.112Z[ host-image] Aug 05 04:35:04.294 INFO O| Aug 05 04:35:04.294 INFO copying /tmp/.tmpCNkD4o/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 ...
105242026-08-05T04:35:05.115Z[ host-image] Aug 05 04:35:04.294 INFO O| Aug 05 04:35:04.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105252026-08-05T04:35:05.115Z[ host-image] Aug 05 04:35:04.294 INFO O| Aug 05 04:35:04.294 INFO ok!
105262026-08-05T04:35:05.115Z[ host-image] Aug 05 04:35:04.294 INFO O| Aug 05 04:35:04.294 INFO STEP 132 (ensure_file) COMPLETE
105272026-08-05T04:35:05.115Z[ host-image] Aug 05 04:35:04.294 INFO O| Aug 05 04:35:04.294 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-08-05T04:35:05.122Z[ host-image] Aug 05 04:35:04.305 INFO O| Aug 05 04:35:04.305 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105292026-08-05T04:35:05.126Z[ host-image] Aug 05 04:35:04.305 INFO O| Aug 05 04:35:04.305 INFO copying /tmp/.tmpCNkD4o/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 ...
105302026-08-05T04:35:05.126Z[ host-image] Aug 05 04:35:04.305 INFO O| Aug 05 04:35:04.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105312026-08-05T04:35:05.126Z[ host-image] Aug 05 04:35:04.305 INFO O| Aug 05 04:35:04.305 INFO ok!
105322026-08-05T04:35:05.126Z[ host-image] Aug 05 04:35:04.305 INFO O| Aug 05 04:35:04.305 INFO STEP 133 (ensure_file) COMPLETE
105332026-08-05T04:35:05.126Z[ host-image] Aug 05 04:35:04.305 INFO O| Aug 05 04:35:04.305 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-08-05T04:35:05.132Z[ host-image] Aug 05 04:35:04.314 INFO O| Aug 05 04:35:04.314 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105352026-08-05T04:35:05.136Z[ host-image] Aug 05 04:35:04.314 INFO O| Aug 05 04:35:04.314 INFO copying /tmp/.tmpCNkD4o/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 ...
105362026-08-05T04:35:05.136Z[ host-image] Aug 05 04:35:04.314 INFO O| Aug 05 04:35:04.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105372026-08-05T04:35:05.136Z[ host-image] Aug 05 04:35:04.314 INFO O| Aug 05 04:35:04.314 INFO ok!
105382026-08-05T04:35:05.136Z[ host-image] Aug 05 04:35:04.314 INFO O| Aug 05 04:35:04.314 INFO STEP 134 (ensure_file) COMPLETE
105392026-08-05T04:35:05.136Z[ host-image] Aug 05 04:35:04.314 INFO O| Aug 05 04:35:04.314 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-08-05T04:35:05.140Z[ host-image] Aug 05 04:35:04.322 INFO O| Aug 05 04:35:04.322 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105412026-08-05T04:35:05.140Z[ host-image] Aug 05 04:35:04.322 INFO O| Aug 05 04:35:04.322 INFO copying /tmp/.tmpCNkD4o/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 ...
105422026-08-05T04:35:05.143Z[ host-image] Aug 05 04:35:04.322 INFO O| Aug 05 04:35:04.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105432026-08-05T04:35:05.143Z[ host-image] Aug 05 04:35:04.322 INFO O| Aug 05 04:35:04.322 INFO ok!
105442026-08-05T04:35:05.143Z[ host-image] Aug 05 04:35:04.322 INFO O| Aug 05 04:35:04.322 INFO STEP 135 (ensure_file) COMPLETE
105452026-08-05T04:35:05.143Z[ host-image] Aug 05 04:35:04.322 INFO O| Aug 05 04:35:04.322 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-08-05T04:35:05.150Z[ host-image] Aug 05 04:35:04.332 INFO O| Aug 05 04:35:04.332 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105472026-08-05T04:35:05.150Z[ host-image] Aug 05 04:35:04.332 INFO O| Aug 05 04:35:04.332 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105482026-08-05T04:35:05.153Z[ host-image] Aug 05 04:35:04.332 INFO O| Aug 05 04:35:04.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105492026-08-05T04:35:05.153Z[ host-image] Aug 05 04:35:04.332 INFO O| Aug 05 04:35:04.332 INFO ok!
105502026-08-05T04:35:05.153Z[ host-image] Aug 05 04:35:04.332 INFO O| Aug 05 04:35:04.332 INFO STEP 136 (ensure_file) COMPLETE
105512026-08-05T04:35:05.153Z[ host-image] Aug 05 04:35:04.332 INFO O| Aug 05 04:35:04.332 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-08-05T04:35:05.158Z[ host-image] Aug 05 04:35:04.341 INFO O| Aug 05 04:35:04.341 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105532026-08-05T04:35:05.158Z[ host-image] Aug 05 04:35:04.341 INFO O| Aug 05 04:35:04.341 INFO copying /tmp/.tmpCNkD4o/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 ...
105542026-08-05T04:35:05.162Z[ host-image] Aug 05 04:35:04.341 INFO O| Aug 05 04:35:04.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105552026-08-05T04:35:05.162Z[ host-image] Aug 05 04:35:04.341 INFO O| Aug 05 04:35:04.341 INFO ok!
105562026-08-05T04:35:05.162Z[ host-image] Aug 05 04:35:04.341 INFO O| Aug 05 04:35:04.341 INFO STEP 137 (ensure_file) COMPLETE
105572026-08-05T04:35:05.162Z[ host-image] Aug 05 04:35:04.341 INFO O| Aug 05 04:35:04.341 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-08-05T04:35:05.167Z[ host-image] Aug 05 04:35:04.349 INFO O| Aug 05 04:35:04.349 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105592026-08-05T04:35:05.167Z[ host-image] Aug 05 04:35:04.349 INFO O| Aug 05 04:35:04.349 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105602026-08-05T04:35:05.167Z[ host-image] Aug 05 04:35:04.349 INFO O| Aug 05 04:35:04.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105612026-08-05T04:35:05.167Z[ host-image] Aug 05 04:35:04.349 INFO O| Aug 05 04:35:04.349 INFO ok!
105622026-08-05T04:35:05.167Z[ host-image] Aug 05 04:35:04.349 INFO O| Aug 05 04:35:04.349 INFO STEP 138 (ensure_file) COMPLETE
105632026-08-05T04:35:05.167Z[ host-image] Aug 05 04:35:04.349 INFO O| Aug 05 04:35:04.349 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105642026-08-05T04:35:05.175Z[ host-image] Aug 05 04:35:04.357 INFO O| Aug 05 04:35:04.357 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105652026-08-05T04:35:05.175Z[ host-image] Aug 05 04:35:04.357 INFO O| Aug 05 04:35:04.357 INFO copying /tmp/.tmpCNkD4o/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105662026-08-05T04:35:05.587Z[ recovery-image] Aug 05 04:35:04.765 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.01s
105672026-08-05T04:35:05.591Z[ recovery-image] Aug 05 04:35:04.771 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105682026-08-05T04:35:05.895Z[ recovery-image] Aug 05 04:35:05.077 INFO E| Downloading crates ...
105692026-08-05T04:35:05.952Z[ recovery-image] Aug 05 04:35:05.134 INFO E| Downloaded log v0.4.32
105702026-08-05T04:35:05.956Z[ recovery-image] Aug 05 04:35:05.136 INFO E| Downloaded bitstruct_derive v0.1.0
105712026-08-05T04:35:05.959Z[ recovery-image] Aug 05 04:35:05.138 INFO E| Downloaded bitflags v2.13.0
105722026-08-05T04:35:05.963Z[ recovery-image] Aug 05 04:35:05.142 INFO E| Downloaded cpio_reader v0.1.2
105732026-08-05T04:35:05.964Z[ recovery-image] Aug 05 04:35:05.143 INFO E| Downloaded bit_field v0.10.3
105742026-08-05T04:35:05.971Z[ recovery-image] Aug 05 04:35:05.153 INFO E| Downloaded miniz_oxide v0.9.1
105752026-08-05T04:35:05.988Z[ recovery-image] Aug 05 04:35:05.169 INFO E| Downloaded raw-cpuid v10.7.0
105762026-08-05T04:35:06.013Z[ recovery-image] Aug 05 04:35:05.194 INFO E| Downloaded goblin v0.10.7
105772026-08-05T04:35:06.085Z[ recovery-image] Aug 05 04:35:05.267 INFO E| Downloaded bitstruct v0.1.1
105782026-08-05T04:35:06.150Z[ recovery-image] Aug 05 04:35:05.331 INFO E| Downloaded x86 v0.52.0
105792026-08-05T04:35:06.203Z[ recovery-image] Aug 05 04:35:05.385 INFO E| Updating crates.io index
105802026-08-05T04:35:06.258Z[ recovery-image] Aug 05 04:35:05.440 INFO E| Downloading crates ...
105812026-08-05T04:35:06.282Z[ recovery-image] Aug 05 04:35:05.464 INFO E| Downloaded hashbrown v0.17.1
105822026-08-05T04:35:06.287Z[ recovery-image] Aug 05 04:35:05.469 INFO E| Downloaded rustc-literal-escaper v0.0.7
105832026-08-05T04:35:06.345Z[ recovery-image] Aug 05 04:35:05.526 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)
105842026-08-05T04:35:06.345Z[ recovery-image] Aug 05 04:35:05.526 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)
105852026-08-05T04:35:06.348Z[ recovery-image] Aug 05 04:35:05.526 INFO E| Compiling proc-macro2 v1.0.106
105862026-08-05T04:35:06.349Z[ recovery-image] Aug 05 04:35:05.526 INFO E| Compiling quote v1.0.45
105872026-08-05T04:35:06.349Z[ recovery-image] Aug 05 04:35:05.526 INFO E| Compiling unicode-ident v1.0.24
105882026-08-05T04:35:06.349Z[ recovery-image] Aug 05 04:35:05.526 INFO E| Compiling syn v1.0.109
105892026-08-05T04:35:06.349Z[ recovery-image] Aug 05 04:35:05.526 INFO E| Compiling x86 v0.52.0
105902026-08-05T04:35:06.349Z[ recovery-image] Aug 05 04:35:05.526 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105912026-08-05T04:35:06.357Z[ recovery-image] Aug 05 04:35:05.539 INFO E| Compiling seq-macro v0.3.6
105922026-08-05T04:35:07.503Z[ recovery-image] Aug 05 04:35:06.685 INFO E| Compiling syn v2.0.117
105932026-08-05T04:35:09.223Z[ recovery-image] Aug 05 04:35:08.405 INFO E| Compiling scroll_derive v0.13.1
105942026-08-05T04:35:10.466Z[ recovery-image] Aug 05 04:35:09.648 INFO E| Compiling bitstruct_derive v0.1.0
105952026-08-05T04:35:12.941Z[ host-image] Aug 05 04:35:12.122 INFO O| Aug 05 04:35:12.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105962026-08-05T04:35:12.941Z[ host-image] Aug 05 04:35:12.122 INFO O| Aug 05 04:35:12.122 INFO ok!
105972026-08-05T04:35:12.945Z[ host-image] Aug 05 04:35:12.122 INFO O| Aug 05 04:35:12.122 INFO STEP 139 (ensure_file) COMPLETE
105982026-08-05T04:35:12.946Z[ host-image] Aug 05 04:35:12.122 INFO O| Aug 05 04:35:12.122 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105992026-08-05T04:35:12.950Z[ host-image] Aug 05 04:35:12.131 INFO O| Aug 05 04:35:12.131 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106002026-08-05T04:35:12.950Z[ host-image] Aug 05 04:35:12.131 INFO O| Aug 05 04:35:12.131 INFO STEP 140 (ensure_dir) COMPLETE
106012026-08-05T04:35:12.950Z[ host-image] Aug 05 04:35:12.131 INFO O| Aug 05 04:35:12.131 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106022026-08-05T04:35:12.958Z[ host-image] Aug 05 04:35:12.140 INFO O| Aug 05 04:35:12.140 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106032026-08-05T04:35:12.958Z[ host-image] Aug 05 04:35:12.140 INFO O| Aug 05 04:35:12.140 INFO STEP 141 (ensure_dir) COMPLETE
106042026-08-05T04:35:12.963Z[ host-image] Aug 05 04:35:12.140 INFO O| Aug 05 04:35:12.140 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106052026-08-05T04:35:12.966Z[ host-image] Aug 05 04:35:12.147 INFO O| Aug 05 04:35:12.147 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106062026-08-05T04:35:12.966Z[ host-image] Aug 05 04:35:12.147 INFO O| Aug 05 04:35:12.147 INFO STEP 142 (ensure_dir) COMPLETE
106072026-08-05T04:35:12.966Z[ host-image] Aug 05 04:35:12.147 INFO O| Aug 05 04:35:12.147 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106082026-08-05T04:35:12.970Z[ host-image] Aug 05 04:35:12.153 INFO O| Aug 05 04:35:12.153 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106092026-08-05T04:35:12.970Z[ host-image] Aug 05 04:35:12.153 INFO O| Aug 05 04:35:12.153 INFO STEP 143 (ensure_dir) COMPLETE
106102026-08-05T04:35:12.974Z[ host-image] Aug 05 04:35:12.153 INFO O| Aug 05 04:35:12.153 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106112026-08-05T04:35:12.978Z[ host-image] Aug 05 04:35:12.160 INFO O| Aug 05 04:35:12.160 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106122026-08-05T04:35:12.981Z[ host-image] Aug 05 04:35:12.160 INFO O| Aug 05 04:35:12.160 INFO copying /tmp/.tmpCNkD4o/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 ...
106132026-08-05T04:35:12.981Z[ host-image] Aug 05 04:35:12.160 INFO O| Aug 05 04:35:12.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106142026-08-05T04:35:12.982Z[ host-image] Aug 05 04:35:12.160 INFO O| Aug 05 04:35:12.160 INFO ok!
106152026-08-05T04:35:12.982Z[ host-image] Aug 05 04:35:12.161 INFO O| Aug 05 04:35:12.160 INFO STEP 144 (ensure_file) COMPLETE
106162026-08-05T04:35:12.982Z[ host-image] Aug 05 04:35:12.161 INFO O| Aug 05 04:35:12.160 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106172026-08-05T04:35:12.985Z[ host-image] Aug 05 04:35:12.167 INFO O| Aug 05 04:35:12.167 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106182026-08-05T04:35:12.985Z[ host-image] Aug 05 04:35:12.167 INFO O| Aug 05 04:35:12.167 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106192026-08-05T04:35:12.985Z[ host-image] Aug 05 04:35:12.167 INFO O| Aug 05 04:35:12.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106202026-08-05T04:35:12.985Z[ host-image] Aug 05 04:35:12.167 INFO O| Aug 05 04:35:12.167 INFO STEP 145 (ensure_dir) COMPLETE
106212026-08-05T04:35:12.985Z[ host-image] Aug 05 04:35:12.167 INFO O| Aug 05 04:35:12.167 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106222026-08-05T04:35:12.991Z[ host-image] Aug 05 04:35:12.173 INFO O| Aug 05 04:35:12.173 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106232026-08-05T04:35:12.991Z[ host-image] Aug 05 04:35:12.173 INFO O| Aug 05 04:35:12.173 INFO copying /tmp/.tmpCNkD4o/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106242026-08-05T04:35:12.995Z[ host-image] Aug 05 04:35:12.173 INFO O| Aug 05 04:35:12.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106252026-08-05T04:35:12.995Z[ host-image] Aug 05 04:35:12.174 INFO O| Aug 05 04:35:12.173 INFO ok!
106262026-08-05T04:35:12.996Z[ host-image] Aug 05 04:35:12.174 INFO O| Aug 05 04:35:12.173 INFO STEP 146 (ensure_file) COMPLETE
106272026-08-05T04:35:12.996Z[ host-image] Aug 05 04:35:12.174 INFO O| Aug 05 04:35:12.173 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106282026-08-05T04:35:13.000Z[ host-image] Aug 05 04:35:12.180 INFO O| Aug 05 04:35:12.180 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106292026-08-05T04:35:13.000Z[ host-image] Aug 05 04:35:12.180 INFO O| Aug 05 04:35:12.180 INFO STEP 147 (remove_files) COMPLETE
106302026-08-05T04:35:13.000Z[ host-image] Aug 05 04:35:12.180 INFO O| Aug 05 04:35:12.180 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-08-05T04:35:13.004Z[ host-image] Aug 05 04:35:12.187 INFO O| Aug 05 04:35:12.187 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106322026-08-05T04:35:13.008Z[ host-image] Aug 05 04:35:12.187 INFO O| Aug 05 04:35:12.187 INFO STEP 148 (remove_files) COMPLETE
106332026-08-05T04:35:13.008Z[ host-image] Aug 05 04:35:12.187 INFO O| Aug 05 04:35:12.187 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-08-05T04:35:13.012Z[ host-image] Aug 05 04:35:12.193 INFO O| Aug 05 04:35:12.193 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106352026-08-05T04:35:13.012Z[ host-image] Aug 05 04:35:12.193 INFO O| Aug 05 04:35:12.193 INFO STEP 149 (remove_files) COMPLETE
106362026-08-05T04:35:13.012Z[ host-image] Aug 05 04:35:12.193 INFO O| Aug 05 04:35:12.193 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-08-05T04:35:13.017Z[ host-image] Aug 05 04:35:12.199 INFO O| Aug 05 04:35:12.199 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106382026-08-05T04:35:13.021Z[ host-image] Aug 05 04:35:12.199 INFO O| Aug 05 04:35:12.199 INFO STEP 150 (remove_files) COMPLETE
106392026-08-05T04:35:13.021Z[ host-image] Aug 05 04:35:12.199 INFO O| Aug 05 04:35:12.199 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106402026-08-05T04:35:13.024Z[ host-image] Aug 05 04:35:12.206 INFO O| Aug 05 04:35:12.206 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106412026-08-05T04:35:13.024Z[ host-image] Aug 05 04:35:12.206 INFO O| Aug 05 04:35:12.206 INFO STEP 151 (remove_files) COMPLETE
106422026-08-05T04:35:13.025Z[ host-image] Aug 05 04:35:12.206 INFO O| Aug 05 04:35:12.206 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-08-05T04:35:13.029Z[ host-image] Aug 05 04:35:12.212 INFO O| Aug 05 04:35:12.212 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106442026-08-05T04:35:13.033Z[ host-image] Aug 05 04:35:12.212 INFO O| Aug 05 04:35:12.212 INFO STEP 152 (remove_files) COMPLETE
106452026-08-05T04:35:13.033Z[ host-image] Aug 05 04:35:12.212 INFO O| Aug 05 04:35:12.212 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-08-05T04:35:13.036Z[ host-image] Aug 05 04:35:12.218 INFO O| Aug 05 04:35:12.218 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106472026-08-05T04:35:13.036Z[ host-image] Aug 05 04:35:12.218 INFO O| Aug 05 04:35:12.218 INFO STEP 153 (remove_files) COMPLETE
106482026-08-05T04:35:13.036Z[ host-image] Aug 05 04:35:12.218 INFO O| Aug 05 04:35:12.218 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-08-05T04:35:13.041Z[ host-image] Aug 05 04:35:12.223 INFO O| Aug 05 04:35:12.223 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106502026-08-05T04:35:13.045Z[ host-image] Aug 05 04:35:12.223 INFO O| Aug 05 04:35:12.223 INFO STEP 154 (remove_files) COMPLETE
106512026-08-05T04:35:13.045Z[ host-image] Aug 05 04:35:12.223 INFO O| Aug 05 04:35:12.223 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-08-05T04:35:13.048Z[ host-image] Aug 05 04:35:12.229 INFO O| Aug 05 04:35:12.229 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106532026-08-05T04:35:13.048Z[ host-image] Aug 05 04:35:12.229 INFO O| Aug 05 04:35:12.229 INFO STEP 155 (remove_files) COMPLETE
106542026-08-05T04:35:13.048Z[ host-image] Aug 05 04:35:12.229 INFO O| Aug 05 04:35:12.229 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-08-05T04:35:13.052Z[ host-image] Aug 05 04:35:12.234 INFO O| Aug 05 04:35:12.234 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106562026-08-05T04:35:13.052Z[ host-image] Aug 05 04:35:12.234 INFO O| Aug 05 04:35:12.234 INFO STEP 156 (remove_files) COMPLETE
106572026-08-05T04:35:13.055Z[ host-image] Aug 05 04:35:12.234 INFO O| Aug 05 04:35:12.234 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-08-05T04:35:13.059Z[ host-image] Aug 05 04:35:12.240 INFO O| Aug 05 04:35:12.240 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106592026-08-05T04:35:13.059Z[ host-image] Aug 05 04:35:12.240 INFO O| Aug 05 04:35:12.240 INFO STEP 157 (remove_files) COMPLETE
106602026-08-05T04:35:13.059Z[ host-image] Aug 05 04:35:12.240 INFO O| Aug 05 04:35:12.240 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-08-05T04:35:13.064Z[ host-image] Aug 05 04:35:12.246 INFO O| Aug 05 04:35:12.246 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106622026-08-05T04:35:13.064Z[ host-image] Aug 05 04:35:12.246 INFO O| Aug 05 04:35:12.246 INFO STEP 158 (remove_files) COMPLETE
106632026-08-05T04:35:13.064Z[ host-image] Aug 05 04:35:12.246 INFO O| Aug 05 04:35:12.246 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-08-05T04:35:13.071Z[ host-image] Aug 05 04:35:12.252 INFO O| Aug 05 04:35:12.252 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106652026-08-05T04:35:13.071Z[ host-image] Aug 05 04:35:12.252 INFO O| Aug 05 04:35:12.252 INFO STEP 159 (remove_files) COMPLETE
106662026-08-05T04:35:13.071Z[ host-image] Aug 05 04:35:12.252 INFO O| Aug 05 04:35:12.252 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-08-05T04:35:13.075Z[ host-image] Aug 05 04:35:12.257 INFO O| Aug 05 04:35:12.257 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106682026-08-05T04:35:13.075Z[ host-image] Aug 05 04:35:12.257 INFO O| Aug 05 04:35:12.257 INFO STEP 160 (remove_files) COMPLETE
106692026-08-05T04:35:13.075Z[ host-image] Aug 05 04:35:12.257 INFO O| Aug 05 04:35:12.257 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-08-05T04:35:13.081Z[ host-image] Aug 05 04:35:12.263 INFO O| Aug 05 04:35:12.263 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106712026-08-05T04:35:13.081Z[ host-image] Aug 05 04:35:12.263 INFO O| Aug 05 04:35:12.263 INFO STEP 161 (remove_files) COMPLETE
106722026-08-05T04:35:13.081Z[ host-image] Aug 05 04:35:12.263 INFO O| Aug 05 04:35:12.263 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-08-05T04:35:13.086Z[ host-image] Aug 05 04:35:12.268 INFO O| Aug 05 04:35:12.268 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106742026-08-05T04:35:13.090Z[ host-image] Aug 05 04:35:12.268 INFO O| Aug 05 04:35:12.268 INFO STEP 162 (remove_files) COMPLETE
106752026-08-05T04:35:13.090Z[ host-image] Aug 05 04:35:12.268 INFO O| Aug 05 04:35:12.268 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-08-05T04:35:13.093Z[ host-image] Aug 05 04:35:12.273 INFO O| Aug 05 04:35:12.273 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106772026-08-05T04:35:13.093Z[ host-image] Aug 05 04:35:12.273 INFO O| Aug 05 04:35:12.273 INFO STEP 163 (remove_files) COMPLETE
106782026-08-05T04:35:13.093Z[ host-image] Aug 05 04:35:12.274 INFO O| Aug 05 04:35:12.273 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-08-05T04:35:13.099Z[ host-image] Aug 05 04:35:12.281 INFO O| Aug 05 04:35:12.281 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106802026-08-05T04:35:13.099Z[ host-image] Aug 05 04:35:12.281 INFO O| Aug 05 04:35:12.281 INFO STEP 164 (remove_files) COMPLETE
106812026-08-05T04:35:13.102Z[ host-image] Aug 05 04:35:12.281 INFO O| Aug 05 04:35:12.281 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-08-05T04:35:13.106Z[ host-image] Aug 05 04:35:12.288 INFO O| Aug 05 04:35:12.288 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106832026-08-05T04:35:13.106Z[ host-image] Aug 05 04:35:12.288 INFO O| Aug 05 04:35:12.288 INFO STEP 165 (remove_files) COMPLETE
106842026-08-05T04:35:13.109Z[ host-image] Aug 05 04:35:12.288 INFO O| Aug 05 04:35:12.288 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-08-05T04:35:13.113Z[ host-image] Aug 05 04:35:12.294 INFO O| Aug 05 04:35:12.294 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106862026-08-05T04:35:13.113Z[ host-image] Aug 05 04:35:12.294 INFO O| Aug 05 04:35:12.294 INFO STEP 166 (remove_files) COMPLETE
106872026-08-05T04:35:13.113Z[ host-image] Aug 05 04:35:12.294 INFO O| Aug 05 04:35:12.294 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-08-05T04:35:13.119Z[ host-image] Aug 05 04:35:12.302 INFO O| Aug 05 04:35:12.302 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106892026-08-05T04:35:13.119Z[ host-image] Aug 05 04:35:12.302 INFO O| Aug 05 04:35:12.302 INFO STEP 167 (remove_files) COMPLETE
106902026-08-05T04:35:13.123Z[ host-image] Aug 05 04:35:12.302 INFO O| Aug 05 04:35:12.302 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-08-05T04:35:13.127Z[ host-image] Aug 05 04:35:12.308 INFO O| Aug 05 04:35:12.308 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106922026-08-05T04:35:13.127Z[ host-image] Aug 05 04:35:12.308 INFO O| Aug 05 04:35:12.308 INFO STEP 168 (remove_files) COMPLETE
106932026-08-05T04:35:13.127Z[ host-image] Aug 05 04:35:12.308 INFO O| Aug 05 04:35:12.308 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-08-05T04:35:13.132Z[ host-image] Aug 05 04:35:12.314 INFO O| Aug 05 04:35:12.314 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106952026-08-05T04:35:13.132Z[ host-image] Aug 05 04:35:12.314 INFO O| Aug 05 04:35:12.314 INFO STEP 169 (remove_files) COMPLETE
106962026-08-05T04:35:13.135Z[ host-image] Aug 05 04:35:12.314 INFO O| Aug 05 04:35:12.314 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-08-05T04:35:13.139Z[ host-image] Aug 05 04:35:12.320 INFO O| Aug 05 04:35:12.320 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106982026-08-05T04:35:13.139Z[ host-image] Aug 05 04:35:12.320 INFO O| Aug 05 04:35:12.320 INFO STEP 170 (remove_files) COMPLETE
106992026-08-05T04:35:13.139Z[ host-image] Aug 05 04:35:12.320 INFO O| Aug 05 04:35:12.320 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107002026-08-05T04:35:13.144Z[ host-image] Aug 05 04:35:12.326 INFO O| Aug 05 04:35:12.326 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107012026-08-05T04:35:13.144Z[ host-image] Aug 05 04:35:12.326 INFO O| Aug 05 04:35:12.326 INFO STEP 171 (remove_files) COMPLETE
107022026-08-05T04:35:13.147Z[ host-image] Aug 05 04:35:12.326 INFO O| Aug 05 04:35:12.326 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-08-05T04:35:13.151Z[ host-image] Aug 05 04:35:12.333 INFO O| Aug 05 04:35:12.333 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107042026-08-05T04:35:13.151Z[ host-image] Aug 05 04:35:12.333 INFO O| Aug 05 04:35:12.333 INFO STEP 172 (remove_files) COMPLETE
107052026-08-05T04:35:13.154Z[ host-image] Aug 05 04:35:12.333 INFO O| Aug 05 04:35:12.333 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-08-05T04:35:13.158Z[ host-image] Aug 05 04:35:12.340 INFO O| Aug 05 04:35:12.340 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107072026-08-05T04:35:13.158Z[ host-image] Aug 05 04:35:12.340 INFO O| Aug 05 04:35:12.340 INFO STEP 173 (remove_files) COMPLETE
107082026-08-05T04:35:13.158Z[ host-image] Aug 05 04:35:12.340 INFO O| Aug 05 04:35:12.340 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-08-05T04:35:13.163Z[ host-image] Aug 05 04:35:12.346 INFO O| Aug 05 04:35:12.346 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107102026-08-05T04:35:13.163Z[ host-image] Aug 05 04:35:12.346 INFO O| Aug 05 04:35:12.346 INFO STEP 174 (remove_files) COMPLETE
107112026-08-05T04:35:13.167Z[ host-image] Aug 05 04:35:12.346 INFO O| Aug 05 04:35:12.346 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-08-05T04:35:13.170Z[ host-image] Aug 05 04:35:12.352 INFO O| Aug 05 04:35:12.352 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107132026-08-05T04:35:13.170Z[ host-image] Aug 05 04:35:12.352 INFO O| Aug 05 04:35:12.352 INFO STEP 175 (remove_files) COMPLETE
107142026-08-05T04:35:13.170Z[ host-image] Aug 05 04:35:12.352 INFO O| Aug 05 04:35:12.352 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107152026-08-05T04:35:13.179Z[ host-image] Aug 05 04:35:12.360 INFO O| Aug 05 04:35:12.360 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107162026-08-05T04:35:13.183Z[ host-image] Aug 05 04:35:12.360 INFO O| Aug 05 04:35:12.360 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", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107172026-08-05T04:35:19.456Z[ host-image] Aug 05 04:35:18.638 INFO O| Aug 05 04:35:18.638 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
107182026-08-05T04:35:19.456Z[ host-image] Aug 05 04:35:18.638 INFO O| Aug 05 04:35:18.638 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107192026-08-05T04:35:19.469Z[ host-image] Aug 05 04:35:18.651 INFO O| Aug 05 04:35:18.651 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.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"}
107202026-08-05T04:35:19.565Z[ host-image] Aug 05 04:35:18.747 INFO O| Aug 05 04:35:18.747 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107212026-08-05T04:35:19.622Z[ host-image] Aug 05 04:35:18.804 INFO O| Aug 05 04:35:18.804 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107222026-08-05T04:35:19.685Z[ host-image] Aug 05 04:35:18.866 INFO O| Aug 05 04:35:18.866 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107232026-08-05T04:35:19.685Z[ host-image] Aug 05 04:35:18.866 INFO O| Aug 05 04:35:18.866 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107242026-08-05T04:35:19.688Z[ host-image] Aug 05 04:35:18.868 INFO O| Aug 05 04:35:18.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107252026-08-05T04:35:19.688Z[ host-image] Aug 05 04:35:18.868 INFO O| Aug 05 04:35:18.868 INFO ok!
107262026-08-05T04:35:19.688Z[ host-image] Aug 05 04:35:18.868 INFO O| Aug 05 04:35:18.868 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107272026-08-05T04:35:19.688Z[ host-image] Aug 05 04:35:18.868 INFO O| Aug 05 04:35:18.868 INFO STEP 176 (seed_smf) COMPLETE
107282026-08-05T04:35:19.688Z[ host-image] Aug 05 04:35:18.868 INFO O| Aug 05 04:35:18.868 INFO steps complete; finalising image!
107292026-08-05T04:35:19.689Z[ host-image] Aug 05 04:35:18.868 INFO O| Aug 05 04:35:18.868 INFO TRIM POOL: TEMPORARY-sled-zfs
107302026-08-05T04:35:19.763Z[ host-image] Aug 05 04:35:18.944 INFO O| Aug 05 04:35:18.944 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed Aug 5 04:35:18 2026)
107312026-08-05T04:35:19.978Z[ host-image] Aug 05 04:35:19.160 INFO O| Aug 05 04:35:19.160 INFO temporary pool has 911M used, 113M avail, 1.80x compressratio
107322026-08-05T04:35:19.978Z[ host-image] Aug 05 04:35:19.160 INFO O| Aug 05 04:35:19.160 INFO EXPORT POOL: TEMPORARY-sled-zfs
107332026-08-05T04:35:20.005Z[ recovery-image] Aug 05 04:35:19.187 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)
107342026-08-05T04:35:20.331Z[ host-image] Aug 05 04:35:19.513 INFO O| Aug 05 04:35:19.512 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107352026-08-05T04:35:20.331Z[ host-image] Aug 05 04:35:19.513 INFO O| Aug 05 04:35:19.513 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107362026-08-05T04:35:21.156Z[ host-image] Aug 05 04:35:20.338 INFO O| Aug 05 04:35:20.337 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107372026-08-05T04:35:21.156Z[ host-image] Aug 05 04:35:20.338 INFO O| Aug 05 04:35:20.338 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107382026-08-05T04:35:21.160Z[ host-image] Aug 05 04:35:20.338 INFO O| Aug 05 04:35:20.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107392026-08-05T04:35:21.160Z[ host-image] Aug 05 04:35:20.338 INFO O| Aug 05 04:35:20.338 INFO completed processing sled/zfs
107402026-08-05T04:35:21.160Z[ host-image] Aug 05 04:35:20.338 INFO O| Aug 05 04:35:20.338 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107412026-08-05T04:35:22.140Z[ recovery-image] Aug 05 04:35:21.321 INFO E| Compiling bitflags v1.3.2
107422026-08-05T04:35:22.140Z[ recovery-image] Aug 05 04:35:21.321 INFO E| Compiling scroll v0.13.0
107432026-08-05T04:35:22.144Z[ recovery-image] Aug 05 04:35:21.321 INFO E| Compiling adler2 v2.0.1
107442026-08-05T04:35:22.144Z[ recovery-image] Aug 05 04:35:21.321 INFO E| Compiling bitflags v2.13.0
107452026-08-05T04:35:22.144Z[ recovery-image] Aug 05 04:35:21.321 INFO E| Compiling bit_field v0.10.3
107462026-08-05T04:35:22.144Z[ recovery-image] Aug 05 04:35:21.321 INFO E| Compiling plain v0.2.3
107472026-08-05T04:35:22.144Z[ recovery-image] Aug 05 04:35:21.321 INFO E| Compiling log v0.4.32
107482026-08-05T04:35:22.144Z[ recovery-image] Aug 05 04:35:21.321 INFO E| Compiling bitstruct v0.1.1
107492026-08-05T04:35:22.144Z[ recovery-image] Aug 05 04:35:21.322 INFO E| Compiling static_assertions v1.1.0
107502026-08-05T04:35:22.192Z[ recovery-image] Aug 05 04:35:21.373 INFO E| Compiling raw-cpuid v10.7.0
107512026-08-05T04:35:22.238Z[ recovery-image] Aug 05 04:35:21.420 INFO E| Compiling miniz_oxide v0.9.1
107522026-08-05T04:35:22.292Z[ recovery-image] Aug 05 04:35:21.473 INFO E| Compiling cpio_reader v0.1.2
107532026-08-05T04:35:22.367Z[ recovery-image] Aug 05 04:35:21.549 INFO E| Compiling goblin v0.10.7
107542026-08-05T04:35:25.142Z[ recovery-image] Aug 05 04:35:24.324 INFO E| Finished `release` profile [optimized] target(s) in 19.53s
107552026-08-05T04:35:25.164Z[ recovery-image] Aug 05 04:35:24.343 INFO building ROM for gimlet
107562026-08-05T04:35:25.164Z[ recovery-image] Aug 05 04:35:24.343 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")
107572026-08-05T04:35:25.235Z[ recovery-image] Aug 05 04:35:24.417 INFO E| Downloading crates ...
107582026-08-05T04:35:25.283Z[ recovery-image] Aug 05 04:35:24.465 INFO E| Downloaded anstyle-query v1.1.2
107592026-08-05T04:35:25.291Z[ recovery-image] Aug 05 04:35:24.473 INFO E| Downloaded duct v0.13.7
107602026-08-05T04:35:25.298Z[ recovery-image] Aug 05 04:35:24.480 INFO E| Downloaded os_pipe v1.2.1
107612026-08-05T04:35:25.307Z[ recovery-image] Aug 05 04:35:24.489 INFO E| Downloaded toml v0.8.22
107622026-08-05T04:35:25.326Z[ recovery-image] Aug 05 04:35:24.507 INFO E| Downloaded colorchoice v1.0.3
107632026-08-05T04:35:25.329Z[ recovery-image] Aug 05 04:35:24.508 INFO E| Downloaded anstyle v1.0.10
107642026-08-05T04:35:25.329Z[ recovery-image] Aug 05 04:35:24.509 INFO E| Downloaded clap_lex v0.7.4
107652026-08-05T04:35:25.329Z[ recovery-image] Aug 05 04:35:24.509 INFO E| Downloaded toml_datetime v0.6.9
107662026-08-05T04:35:25.329Z[ recovery-image] Aug 05 04:35:24.510 INFO E| Downloaded anstyle-parse v0.2.6
107672026-08-05T04:35:25.329Z[ recovery-image] Aug 05 04:35:24.511 INFO E| Downloaded clap_derive v4.5.32
107682026-08-05T04:35:25.332Z[ recovery-image] Aug 05 04:35:24.512 INFO E| Downloaded cc v1.2.20
107692026-08-05T04:35:25.337Z[ recovery-image] Aug 05 04:35:24.515 INFO E| Downloaded shared_child v1.0.1
107702026-08-05T04:35:25.337Z[ recovery-image] Aug 05 04:35:24.516 INFO E| Downloaded is_terminal_polyfill v1.70.1
107712026-08-05T04:35:25.337Z[ recovery-image] Aug 05 04:35:24.517 INFO E| Downloaded serde_spanned v0.6.8
107722026-08-05T04:35:25.337Z[ recovery-image] Aug 05 04:35:24.517 INFO E| Downloaded toml_edit v0.22.26
107732026-08-05T04:35:25.355Z[ recovery-image] Aug 05 04:35:24.536 INFO E| Downloaded anstream v0.6.18
107742026-08-05T04:35:25.358Z[ recovery-image] Aug 05 04:35:24.537 INFO E| Downloaded toml_write v0.1.1
107752026-08-05T04:35:25.358Z[ recovery-image] Aug 05 04:35:24.538 INFO E| Downloaded clap v4.5.37
107762026-08-05T04:35:25.363Z[ recovery-image] Aug 05 04:35:24.544 INFO E| Downloaded clap_builder v4.5.37
107772026-08-05T04:35:25.367Z[ recovery-image] Aug 05 04:35:24.547 INFO E| Downloaded winnow v0.7.7
107782026-08-05T04:35:25.379Z[ recovery-image] Aug 05 04:35:24.561 INFO E| Compiling libc v0.2.172
107792026-08-05T04:35:25.379Z[ recovery-image] Aug 05 04:35:24.561 INFO E| Compiling utf8parse v0.2.2
107802026-08-05T04:35:25.383Z[ recovery-image] Aug 05 04:35:24.561 INFO E| Compiling is_terminal_polyfill v1.70.1
107812026-08-05T04:35:25.383Z[ recovery-image] Aug 05 04:35:24.562 INFO E| Compiling once_cell v1.21.3
107822026-08-05T04:35:25.384Z[ recovery-image] Aug 05 04:35:24.562 INFO E| Compiling anstyle v1.0.10
107832026-08-05T04:35:25.384Z[ recovery-image] Aug 05 04:35:24.562 INFO E| Compiling equivalent v1.0.2
107842026-08-05T04:35:25.384Z[ recovery-image] Aug 05 04:35:24.562 INFO E| Compiling shlex v1.3.0
107852026-08-05T04:35:25.384Z[ recovery-image] Aug 05 04:35:24.562 INFO E| Compiling anstyle-query v1.1.2
107862026-08-05T04:35:25.384Z[ recovery-image] Aug 05 04:35:24.562 INFO E| Compiling hashbrown v0.15.2
107872026-08-05T04:35:25.384Z[ recovery-image] Aug 05 04:35:24.562 INFO E| Compiling colorchoice v1.0.3
107882026-08-05T04:35:25.384Z[ recovery-image] Aug 05 04:35:24.562 INFO E| Compiling toml_write v0.1.1
107892026-08-05T04:35:25.397Z[ recovery-image] Aug 05 04:35:24.579 INFO E| Compiling winnow v0.7.7
107902026-08-05T04:35:25.410Z[ recovery-image] Aug 05 04:35:24.592 INFO E| Compiling anyhow v1.0.98
107912026-08-05T04:35:25.414Z[ recovery-image] Aug 05 04:35:24.592 INFO E| Compiling strsim v0.11.1
107922026-08-05T04:35:25.418Z[ recovery-image] Aug 05 04:35:24.599 INFO E| Compiling clap_lex v0.7.4
107932026-08-05T04:35:25.418Z[ recovery-image] Aug 05 04:35:24.599 INFO E| Compiling syn v2.0.101
107942026-08-05T04:35:25.557Z[ recovery-image] Aug 05 04:35:24.739 INFO E| Compiling anstyle-parse v0.2.6
107952026-08-05T04:35:25.566Z[ recovery-image] Aug 05 04:35:24.748 INFO E| Compiling cc v1.2.20
107962026-08-05T04:35:25.693Z[ recovery-image] Aug 05 04:35:24.875 INFO E| Compiling anstream v0.6.18
107972026-08-05T04:35:25.876Z[ recovery-image] Aug 05 04:35:25.058 INFO E| Compiling indexmap v2.9.0
107982026-08-05T04:35:25.893Z[ recovery-image] Aug 05 04:35:25.075 INFO E| Compiling clap_builder v4.5.37
107992026-08-05T04:35:25.994Z[ recovery-image] Aug 05 04:35:25.175 INFO E| Compiling shared_child v1.0.1
108002026-08-05T04:35:25.994Z[ recovery-image] Aug 05 04:35:25.175 INFO E| Compiling os_pipe v1.2.1
108012026-08-05T04:35:26.112Z[ recovery-image] Aug 05 04:35:25.294 INFO E| Compiling duct v0.13.7
108022026-08-05T04:35:26.573Z[ recovery-image] Aug 05 04:35:25.755 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108032026-08-05T04:35:27.387Z[ recovery-image] Aug 05 04:35:26.569 INFO E| Compiling serde_derive v1.0.219
108042026-08-05T04:35:27.387Z[ recovery-image] Aug 05 04:35:26.569 INFO E| Compiling clap_derive v4.5.32
108052026-08-05T04:35:28.633Z[ recovery-image] Aug 05 04:35:27.814 INFO E| Compiling clap v4.5.37
108062026-08-05T04:35:29.215Z[ recovery-image] Aug 05 04:35:28.396 INFO E| Compiling serde v1.0.219
108072026-08-05T04:35:30.860Z[ recovery-image] Aug 05 04:35:30.042 INFO E| Compiling toml_datetime v0.6.9
108082026-08-05T04:35:30.864Z[ recovery-image] Aug 05 04:35:30.042 INFO E| Compiling serde_spanned v0.6.8
108092026-08-05T04:35:31.000Z[ recovery-image] Aug 05 04:35:30.181 INFO E| Compiling toml_edit v0.22.26
108102026-08-05T04:35:32.151Z[ recovery-image] Aug 05 04:35:31.333 INFO E| Compiling toml v0.8.22
108112026-08-05T04:35:34.160Z[ recovery-image] Aug 05 04:35:33.342 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.96s
108122026-08-05T04:35:34.169Z[ recovery-image] Aug 05 04:35:33.351 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`
108132026-08-05T04:35:34.182Z[ recovery-image] Aug 05 04:35:33.364 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108142026-08-05T04:35:34.253Z[ recovery-image] Aug 05 04:35:33.435 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108152026-08-05T04:35:34.256Z[ recovery-image] Aug 05 04:35:33.438 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`
108162026-08-05T04:35:34.367Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108172026-08-05T04:35:34.367Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108182026-08-05T04:35:34.367Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108192026-08-05T04:35:34.370Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108202026-08-05T04:35:34.370Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108212026-08-05T04:35:34.370Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108222026-08-05T04:35:34.370Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108232026-08-05T04:35:34.370Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108242026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108252026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108262026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108272026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108282026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108292026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108302026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108312026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.549 INFO O| Info: ABL version: 0x100f5010
108322026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.549 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108332026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108342026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108352026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108362026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108372026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108382026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108392026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108402026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108412026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108422026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108432026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108442026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108452026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108462026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108472026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108482026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108492026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108502026-08-05T04:35:34.371Z[ recovery-image] Aug 05 04:35:33.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108512026-08-05T04:35:34.400Z[ recovery-image] Aug 05 04:35:33.581 INFO building ROM for cosmo
108522026-08-05T04:35:34.403Z[ recovery-image] Aug 05 04:35:33.582 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")
108532026-08-05T04:35:34.486Z[ recovery-image] Aug 05 04:35:33.668 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
108542026-08-05T04:35:34.490Z[ recovery-image] Aug 05 04:35:33.670 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`
108552026-08-05T04:35:34.500Z[ recovery-image] Aug 05 04:35:33.682 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108562026-08-05T04:35:34.566Z[ recovery-image] Aug 05 04:35:33.748 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108572026-08-05T04:35:34.569Z[ recovery-image] Aug 05 04:35:33.750 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`
108582026-08-05T04:35:34.773Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108592026-08-05T04:35:34.773Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108602026-08-05T04:35:34.773Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108612026-08-05T04:35:34.777Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108622026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108632026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108642026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108652026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108662026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108672026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108682026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108692026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108702026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108712026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108722026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108732026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108742026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108752026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108762026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108772026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108782026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108792026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108802026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108812026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108822026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108832026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108842026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108852026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108862026-08-05T04:35:34.778Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108872026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108882026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108892026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108902026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108912026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108922026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108932026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
108942026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
108952026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
108962026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
108972026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
108982026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
108992026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109002026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109012026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109022026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109032026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109042026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109052026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109062026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109072026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109082026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109092026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109102026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109112026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.957 INFO O| Info: ABL version: 0x100af010
109122026-08-05T04:35:34.779Z[ recovery-image] Aug 05 04:35:33.957 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109132026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109142026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109152026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109162026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109172026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109182026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109192026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109202026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109212026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109222026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109232026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109242026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109252026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109262026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109272026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109282026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109292026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109302026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109312026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109322026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109332026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109342026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109352026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109362026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109372026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109382026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109392026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109402026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109412026-08-05T04:35:34.780Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109422026-08-05T04:35:34.781Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109432026-08-05T04:35:34.781Z[ recovery-image] Aug 05 04:35:33.957 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109442026-08-05T04:35:34.781Z[ recovery-image] Aug 05 04:35:33.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109452026-08-05T04:35:34.806Z[ recovery-image] Aug 05 04:35:33.988 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109462026-08-05T04:35:34.806Z[ recovery-image] Aug 05 04:35:33.988 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109472026-08-05T04:35:34.809Z[ recovery-image] Aug 05 04:35:33.988 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109482026-08-05T04:35:36.024Z[ recovery-image] Aug 05 04:35:35.206 INFO image complete! materials are in "/work/os-recovery"
109492026-08-05T04:35:36.027Z[ recovery-image]
109502026-08-05T04:35:36.027Z[ recovery-image] real 3:11.459388377
109512026-08-05T04:35:36.030Z[ recovery-image] user 2:33.708179526
109522026-08-05T04:35:36.030Z[ recovery-image] sys 36.753699031
109532026-08-05T04:35:36.030Z[ recovery-image] trap 0.141935488
109542026-08-05T04:35:36.030Z[ recovery-image] tflt 0.817940314
109552026-08-05T04:35:36.030Z[ recovery-image] dflt 0.866271237
109562026-08-05T04:35:36.030Z[ recovery-image] kflt 0.004443944
109572026-08-05T04:35:36.030Z[ recovery-image] lock 8:08.475282824
109582026-08-05T04:35:36.030Z[ recovery-image] slp 16:46.607654665
109592026-08-05T04:35:36.030Z[ recovery-image] lat 36.876051423
109602026-08-05T04:35:36.031Z[ recovery-image] stop 8.395005333
109612026-08-05T04:35:36.031ZAug 05 04:35:35.210 INFO [recovery-image] process exited with exit status: 0 (191.464754237s)
109622026-08-05T04:35:36.031ZAug 05 04:35:35.210 INFO [tuf-v2-recovery] running task
109632026-08-05T04:35:36.031ZAug 05 04:35:35.212 INFO [tuf-v2-recovery] task succeeded (1.38037ms)
109642026-08-05T04:35:36.699Z[ host-image] Aug 05 04:35:35.881 INFO O| Aug 05 04:35:35.881 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
109652026-08-05T04:35:36.796Z[ host-image] Aug 05 04:35:35.978 INFO BUILD STRING "heads/stlouis-0-g63fe1e0f00\n"
109662026-08-05T04:35:36.796Z[ host-image] Aug 05 04:35:35.978 INFO expanded image name: "ci 8494592/${os_short_commit} 2026-08-05 04:14" -> "ci 8494592/63fe1e0 2026-08-05 04:14"
109672026-08-05T04:35:36.800Z[ host-image] Aug 05 04:35:35.978 INFO output artefacts stored in: "/work/os-host"
109682026-08-05T04:35:36.800Z[ host-image] Aug 05 04:35:35.978 INFO collecting git info from project "chelsio-t6-roms"...
109692026-08-05T04:35:36.803Z[ host-image] Aug 05 04:35:35.985 INFO collecting git info from project "amd-firmware"...
109702026-08-05T04:35:36.816Z[ host-image] Aug 05 04:35:35.999 INFO collecting git info from project "amd-host-image-builder"...
109712026-08-05T04:35:36.823Z[ host-image] Aug 05 04:35:36.005 INFO collecting git info from project "image-builder"...
109722026-08-05T04:35:36.829Z[ host-image] Aug 05 04:35:36.011 INFO collecting git info from project "pilot"...
109732026-08-05T04:35:36.835Z[ host-image] Aug 05 04:35:36.017 INFO collecting git info from project "phbl"...
109742026-08-05T04:35:36.841Z[ host-image] Aug 05 04:35:36.023 INFO collecting git info from project "pinprick"...
109752026-08-05T04:35:36.846Z[ host-image] Aug 05 04:35:36.028 INFO collecting git info from project "dmar-report"...
109762026-08-05T04:35:36.852Z[ host-image] Aug 05 04:35:36.034 INFO collecting git info from project "bootserver"...
109772026-08-05T04:35:36.857Z[ host-image] Aug 05 04:35:36.039 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
109782026-08-05T04:35:37.199Z[ host-image] Aug 05 04:35:36.381 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
109792026-08-05T04:35:37.528Z[ host-image] Aug 05 04:35:36.710 INFO creating Oxide boot image...
109802026-08-05T04:35:37.528Z[ host-image] Aug 05 04:35:36.710 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 8494592/63fe1e0 2026-08-05 04:14", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
109812026-08-05T04:35:38.407Z[ host-image] Aug 05 04:35:37.589 INFO O| ok, image written!
109822026-08-05T04:35:38.408Z[ host-image] Aug 05 04:35:37.589 INFO O| ok, boot_image_csum file written!
109832026-08-05T04:35:38.411Z[ host-image] Aug 05 04:35:37.592 INFO creating boot archive (CPIO)...
109842026-08-05T04:35:38.411Z[ host-image] Aug 05 04:35:37.592 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
109852026-08-05T04:35:38.414Z[ host-image] Aug 05 04:35:37.596 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
109862026-08-05T04:35:38.414Z[ host-image] Aug 05 04:35:37.596 INFO E| + outfile=/work/os-host/cpio
109872026-08-05T04:35:38.414Z[ host-image] Aug 05 04:35:37.596 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
109882026-08-05T04:35:38.417Z[ host-image] Aug 05 04:35:37.599 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
109892026-08-05T04:35:38.417Z[ host-image] Aug 05 04:35:37.599 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
109902026-08-05T04:35:38.456Z[ host-image] Aug 05 04:35:37.638 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
109912026-08-05T04:35:38.456Z[ host-image] Aug 05 04:35:37.639 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
109922026-08-05T04:35:38.464Z[ host-image] Aug 05 04:35:37.646 INFO creating compressed cpio/unix for dev loaders...
109932026-08-05T04:35:38.464Z[ host-image] Aug 05 04:35:37.646 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
109942026-08-05T04:35:38.695Z[ host-image] Aug 05 04:35:37.877 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
109952026-08-05T04:35:42.037Z[ host-image] Aug 05 04:35:41.218 INFO creating reset image...
109962026-08-05T04:35:42.037Z[ host-image] Aug 05 04:35:41.218 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")
109972026-08-05T04:35:42.113Z[ host-image] Aug 05 04:35:41.293 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109982026-08-05T04:35:42.117Z[ host-image] Aug 05 04:35:41.294 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109992026-08-05T04:35:42.407Z[ host-image] Aug 05 04:35:41.583 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)
110002026-08-05T04:35:42.407Z[ host-image] Aug 05 04:35:41.583 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)
110012026-08-05T04:35:42.407Z[ host-image] Aug 05 04:35:41.583 INFO E| Compiling proc-macro2 v1.0.106
110022026-08-05T04:35:42.413Z[ host-image] Aug 05 04:35:41.583 INFO E| Compiling unicode-ident v1.0.24
110032026-08-05T04:35:42.413Z[ host-image] Aug 05 04:35:41.583 INFO E| Compiling quote v1.0.45
110042026-08-05T04:35:42.413Z[ host-image] Aug 05 04:35:41.583 INFO E| Compiling syn v1.0.109
110052026-08-05T04:35:42.413Z[ host-image] Aug 05 04:35:41.583 INFO E| Compiling x86 v0.52.0
110062026-08-05T04:35:42.413Z[ host-image] Aug 05 04:35:41.583 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110072026-08-05T04:35:42.413Z[ host-image] Aug 05 04:35:41.583 INFO E| Compiling seq-macro v0.3.6
110082026-08-05T04:35:43.461Z[ host-image] Aug 05 04:35:42.642 INFO E| Compiling syn v2.0.117
110092026-08-05T04:35:44.991Z[ host-image] Aug 05 04:35:44.171 INFO E| Compiling scroll_derive v0.13.1
110102026-08-05T04:35:46.022Z[ host-image] Aug 05 04:35:45.199 INFO E| Compiling bitstruct_derive v0.1.0
110112026-08-05T04:35:55.024Z[ host-image] Aug 05 04:35:54.205 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)
110122026-08-05T04:35:57.118Z[ host-image] Aug 05 04:35:56.298 INFO E| Compiling bitflags v1.3.2
110132026-08-05T04:35:57.119Z[ host-image] Aug 05 04:35:56.298 INFO E| Compiling log v0.4.32
110142026-08-05T04:35:57.119Z[ host-image] Aug 05 04:35:56.298 INFO E| Compiling adler2 v2.0.1
110152026-08-05T04:35:57.123Z[ host-image] Aug 05 04:35:56.298 INFO E| Compiling scroll v0.13.0
110162026-08-05T04:35:57.123Z[ host-image] Aug 05 04:35:56.298 INFO E| Compiling plain v0.2.3
110172026-08-05T04:35:57.123Z[ host-image] Aug 05 04:35:56.298 INFO E| Compiling bitflags v2.13.0
110182026-08-05T04:35:57.123Z[ host-image] Aug 05 04:35:56.298 INFO E| Compiling bit_field v0.10.3
110192026-08-05T04:35:57.123Z[ host-image] Aug 05 04:35:56.298 INFO E| Compiling bitstruct v0.1.1
110202026-08-05T04:35:57.123Z[ host-image] Aug 05 04:35:56.299 INFO E| Compiling static_assertions v1.1.0
110212026-08-05T04:35:57.172Z[ host-image] Aug 05 04:35:56.353 INFO E| Compiling raw-cpuid v10.7.0
110222026-08-05T04:35:57.219Z[ host-image] Aug 05 04:35:56.401 INFO E| Compiling miniz_oxide v0.9.1
110232026-08-05T04:35:57.275Z[ host-image] Aug 05 04:35:56.456 INFO E| Compiling cpio_reader v0.1.2
110242026-08-05T04:35:57.343Z[ host-image] Aug 05 04:35:56.525 INFO E| Compiling goblin v0.10.7
110252026-08-05T04:36:00.244Z[ host-image] Aug 05 04:35:59.417 INFO E| Finished `release` profile [optimized] target(s) in 18.11s
110262026-08-05T04:36:00.250Z[ host-image] Aug 05 04:35:59.429 INFO building ROM for cosmo
110272026-08-05T04:36:00.250Z[ host-image] Aug 05 04:35:59.429 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")
110282026-08-05T04:36:00.333Z[ host-image] Aug 05 04:35:59.515 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110292026-08-05T04:36:00.338Z[ host-image] Aug 05 04:35:59.517 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`
110302026-08-05T04:36:00.346Z[ host-image] Aug 05 04:35:59.528 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110312026-08-05T04:36:00.417Z[ host-image] Aug 05 04:35:59.594 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110322026-08-05T04:36:00.431Z[ host-image] Aug 05 04:35:59.596 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`
110332026-08-05T04:36:00.618Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110342026-08-05T04:36:00.618Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110352026-08-05T04:36:00.618Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110362026-08-05T04:36:00.624Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110372026-08-05T04:36:00.624Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110382026-08-05T04:36:00.624Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110392026-08-05T04:36:00.624Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110402026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110412026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110422026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110432026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110442026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110452026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110462026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110472026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110482026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110492026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110502026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110512026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110522026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110532026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110542026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110552026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110562026-08-05T04:36:00.625Z[ host-image] Aug 05 04:35:59.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110572026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110582026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110592026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110602026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110612026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110622026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110632026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110642026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110652026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110662026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110672026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110682026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110692026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110702026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110712026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110722026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110732026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110742026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110752026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110762026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110772026-08-05T04:36:00.626Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110782026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110792026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110802026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110812026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110822026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110832026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110842026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110852026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110862026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.801 INFO O| Info: ABL version: 0x100af010
110872026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.801 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110882026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.801 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110892026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110902026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110912026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110922026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110932026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110942026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110952026-08-05T04:36:00.627Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110962026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110972026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110982026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110992026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111002026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111012026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111022026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111032026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111042026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111052026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111062026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111072026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111082026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111092026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111102026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111112026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111122026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111132026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111142026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111152026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111162026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111172026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111182026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111192026-08-05T04:36:00.628Z[ host-image] Aug 05 04:35:59.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111202026-08-05T04:36:00.658Z[ host-image] Aug 05 04:35:59.832 INFO building ROM for gimlet
111212026-08-05T04:36:00.665Z[ host-image] Aug 05 04:35:59.832 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")
111222026-08-05T04:36:00.736Z[ host-image] Aug 05 04:35:59.916 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111232026-08-05T04:36:00.739Z[ host-image] Aug 05 04:35:59.918 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`
111242026-08-05T04:36:00.756Z[ host-image] Aug 05 04:35:59.929 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111252026-08-05T04:36:00.813Z[ host-image] Aug 05 04:35:59.994 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111262026-08-05T04:36:00.817Z[ host-image] Aug 05 04:35:59.997 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`
111272026-08-05T04:36:00.932Z[ host-image] Aug 05 04:36:00.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111282026-08-05T04:36:00.932Z[ host-image] Aug 05 04:36:00.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111292026-08-05T04:36:00.932Z[ host-image] Aug 05 04:36:00.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111302026-08-05T04:36:00.932Z[ host-image] Aug 05 04:36:00.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111312026-08-05T04:36:00.946Z[ host-image] Aug 05 04:36:00.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111322026-08-05T04:36:00.946Z[ host-image] Aug 05 04:36:00.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111332026-08-05T04:36:00.946Z[ host-image] Aug 05 04:36:00.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111342026-08-05T04:36:00.946Z[ host-image] Aug 05 04:36:00.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111352026-08-05T04:36:00.946Z[ host-image] Aug 05 04:36:00.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111362026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111372026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111382026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111392026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111402026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111412026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111422026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO O| Info: ABL version: 0x100f5010
111432026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111442026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111452026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111462026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111472026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111482026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111492026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111502026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111512026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111522026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111532026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111542026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111552026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111562026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111572026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111582026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111592026-08-05T04:36:00.947Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111602026-08-05T04:36:00.948Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111612026-08-05T04:36:00.948Z[ host-image] Aug 05 04:36:00.108 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111622026-08-05T04:36:00.964Z[ host-image] Aug 05 04:36:00.142 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111632026-08-05T04:36:00.969Z[ host-image] Aug 05 04:36:00.142 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111642026-08-05T04:36:00.969Z[ host-image] Aug 05 04:36:00.142 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111652026-08-05T04:36:13.078Z[ host-image] Aug 05 04:36:12.256 INFO image complete! materials are in "/work/os-host"
111662026-08-05T04:36:13.087Z[ host-image]
111672026-08-05T04:36:13.087Z[ host-image] real 3:57.505463035
111682026-08-05T04:36:13.087Z[ host-image] user 2:45.260113115
111692026-08-05T04:36:13.087Z[ host-image] sys 36.871987604
111702026-08-05T04:36:13.087Z[ host-image] trap 0.143358339
111712026-08-05T04:36:13.087Z[ host-image] tflt 0.244647143
111722026-08-05T04:36:13.087Z[ host-image] dflt 0.278553932
111732026-08-05T04:36:13.087Z[ host-image] kflt 0.007518236
111742026-08-05T04:36:13.087Z[ host-image] lock 7:33.536695388
111752026-08-05T04:36:13.087Z[ host-image] slp 19:59.548925715
111762026-08-05T04:36:13.087Z[ host-image] lat 22.197949278
111772026-08-05T04:36:13.087Z[ host-image] stop 1.792423654
111782026-08-05T04:36:13.087ZAug 05 04:36:12.260 INFO [host-image] process exited with exit status: 0 (237.510940785s)
111792026-08-05T04:36:13.087ZAug 05 04:36:12.260 INFO [tuf-v2-host] running task
111802026-08-05T04:36:13.087ZAug 05 04:36:12.261 INFO [tuf-repo] running task
111812026-08-05T04:36:13.087ZAug 05 04:36:12.261 INFO [tuf-v2-host] task succeeded (648.03µs)
111822026-08-05T04:36:13.088ZAug 05 04:36:12.261 INFO [tuf-v2-repo] running task
111832026-08-05T04:36:34.741ZAug 05 04:36:33.923 INFO assembling repository in `/tmp/tufaceousH0kvyH`, component: OmicronRepoAssembler
111842026-08-05T04:36:34.942ZAug 05 04:36:34.124 INFO [tuf-v2-repo] task succeeded (21.862604446s)
111852026-08-05T04:36:43.771ZAug 05 04:36:42.952 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111862026-08-05T04:36:44.029ZAug 05 04:36:43.210 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111872026-08-05T04:36:46.269ZAug 05 04:36:45.450 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111882026-08-05T04:36:46.324ZAug 05 04:36:45.506 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111892026-08-05T04:36:46.374ZAug 05 04:36:45.556 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111902026-08-05T04:36:46.423ZAug 05 04:36:45.605 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111912026-08-05T04:36:46.472ZAug 05 04:36:45.654 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111922026-08-05T04:36:46.528ZAug 05 04:36:45.710 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111932026-08-05T04:36:46.580ZAug 05 04:36:45.762 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111942026-08-05T04:36:57.158ZAug 05 04:36:56.339 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
111952026-08-05T04:36:57.163ZAug 05 04:36:56.345 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
111962026-08-05T04:36:57.187ZAug 05 04:36:56.369 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
111972026-08-05T04:36:57.244ZAug 05 04:36:56.425 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111982026-08-05T04:36:57.296ZAug 05 04:36:56.478 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111992026-08-05T04:36:57.371ZAug 05 04:36:56.552 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112002026-08-05T04:36:57.435ZAug 05 04:36:56.616 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
112012026-08-05T04:36:57.441ZAug 05 04:36:56.622 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
112022026-08-05T04:36:57.464ZAug 05 04:36:56.646 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
112032026-08-05T04:36:58.911ZAug 05 04:36:58.092 INFO extracting uploaded archive to /tmp/.tmpHREevn
112042026-08-05T04:37:00.891ZAug 05 04:37:00.072 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.iQHOtN
112052026-08-05T04:37:00.954ZAug 05 04:37:00.136 INFO added artifact, length: 6737460, hash: bac74eb0086c5b6c2fa799b18b58e7e8fe86dd56a9ba36904d2ad34ef6ca27ed, version: 1.78.0, kind: gimlet_sp, name: cosmo-a
112062026-08-05T04:37:01.057ZAug 05 04:37:00.239 INFO added artifact, length: 6738340, hash: d29722eb7d4e4b83ab457f64c245a833f70ae583ee0a90e6ce17d8b701586825, version: 1.78.0, kind: gimlet_sp, name: cosmo-b
112072026-08-05T04:37:01.148ZAug 05 04:37:00.329 INFO added artifact, length: 5514665, hash: 39c122ec39a46ce4794aa7dd963166ef8ff581856aeadba35fc95b45e407abf2, version: 1.78.0, kind: gimlet_sp, name: gimlet-b
112082026-08-05T04:37:01.224ZAug 05 04:37:00.406 INFO added artifact, length: 5518593, hash: ae9caa17538b7f9cb92301ae0b59fa25388670ac76760478b2244bc1cb4fcb41, version: 1.78.0, kind: gimlet_sp, name: gimlet-c
112092026-08-05T04:37:01.294ZAug 05 04:37:00.476 INFO added artifact, length: 5539981, hash: ddf024f6712fc96fa8153abbdd449615d8b6af37ed414cbeace490466f48cd74, version: 1.78.0, kind: gimlet_sp, name: gimlet-d
112102026-08-05T04:37:01.371ZAug 05 04:37:00.552 INFO added artifact, length: 5540977, hash: 34231a2e8cec001b7b77340033a2d7a2dc082c61ec061e7172160e868c3c37e1, version: 1.78.0, kind: gimlet_sp, name: gimlet-e
112112026-08-05T04:37:01.449ZAug 05 04:37:00.631 INFO added artifact, length: 5540306, hash: 85304c00f323565c6bac6c61a73f22ade353f329cafb78edb1034ebc70c19d46, version: 1.78.0, kind: gimlet_sp, name: gimlet-f
112122026-08-05T04:37:01.534ZAug 05 04:37:00.716 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112132026-08-05T04:37:01.537ZAug 05 04:37:00.716 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112142026-08-05T04:37:01.585ZAug 05 04:37:00.767 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112152026-08-05T04:37:01.588ZAug 05 04:37:00.767 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112162026-08-05T04:37:01.637ZAug 05 04:37:00.818 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112172026-08-05T04:37:01.640ZAug 05 04:37:00.818 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112182026-08-05T04:37:01.683ZAug 05 04:37:00.865 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112192026-08-05T04:37:01.687ZAug 05 04:37:00.865 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112202026-08-05T04:37:01.733ZAug 05 04:37:00.914 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112212026-08-05T04:37:01.736ZAug 05 04:37:00.914 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112222026-08-05T04:37:01.781ZAug 05 04:37:00.963 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112232026-08-05T04:37:01.784ZAug 05 04:37:00.963 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112242026-08-05T04:37:01.832ZAug 05 04:37:01.013 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112252026-08-05T04:37:01.835ZAug 05 04:37:01.013 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112262026-08-05T04:37:01.835ZAug 05 04:37:01.014 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112272026-08-05T04:37:01.835ZAug 05 04:37:01.014 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112282026-08-05T04:37:01.835ZAug 05 04:37:01.015 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112292026-08-05T04:37:01.835ZAug 05 04:37:01.015 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112302026-08-05T04:37:01.835ZAug 05 04:37:01.016 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112312026-08-05T04:37:07.569ZAug 05 04:37:06.751 INFO added artifact, length: 33554432, hash: be195459f0b24ebc4b98fba8a8d0d3d6e460a5b3dc52d66a2901c3d3fc25cff7, version: 22.0.0-0.ci+git84945929ebe, kind: gimlet_host_phase_1, name: host
112322026-08-05T04:37:07.570ZAug 05 04:37:06.751 INFO added artifact, length: 33554432, hash: 86cf6b75346e36a2d6ab62930f6f85837c7bd91ec56dab948d6dbfb0164fe603, version: 22.0.0-0.ci+git84945929ebe, kind: cosmo_host_phase_1, name: host
112332026-08-05T04:37:07.570ZAug 05 04:37:06.751 INFO added artifact, length: 1258295296, hash: 09663667e81cd516900f42d36c9cb4e9f9d9f369c5715fb516abb7ef1f4f8faa, version: 22.0.0-0.ci+git84945929ebe, kind: host_phase_2, name: host
112342026-08-05T04:37:08.538ZAug 05 04:37:07.719 INFO added artifact, length: 33554432, hash: 56b9a501a47406d972c858ff6f0b58f766be7f1d5ce7a9bd19e89bd9ddcef711, version: 22.0.0-0.ci+git84945929ebe, kind: gimlet_trampoline_phase_1, name: trampoline
112352026-08-05T04:37:08.554ZAug 05 04:37:07.719 INFO added artifact, length: 33554432, hash: 35b701cd6e48b20eec2244a8d728d3960b70cb809101317cdf4a95d99dd1e884, version: 22.0.0-0.ci+git84945929ebe, kind: cosmo_trampoline_phase_1, name: trampoline
112362026-08-05T04:37:08.554ZAug 05 04:37:07.720 INFO added artifact, length: 164650223, hash: 530c80ac034006d05a01d30291237c2ed8187866dacfa3bb97ac700fb3c606be, version: 22.0.0-0.ci+git84945929ebe, kind: trampoline_phase_2, name: trampoline
112372026-08-05T04:37:10.372ZAug 05 04:37:09.541 INFO added artifact, length: 321163393, hash: 9ed27f5da30b57df7a92ee516dc0958d90b08bb1d839e8e93d28e9c1110ac3c2, version: 22.0.0-0.ci+git84945929ebe, kind: zone, name: clickhouse_keeper
112382026-08-05T04:37:12.210ZAug 05 04:37:11.391 INFO added artifact, length: 337545781, hash: 0df29bceaaf71f402dfaf63c562af425e86291a8fdfee9e1902470d76539fdbc, version: 22.0.0-0.ci+git84945929ebe, kind: zone, name: clickhouse_server
112392026-08-05T04:37:13.987ZAug 05 04:37:13.168 INFO added artifact, length: 337549404, hash: b4008003fe76e93f852b25f67228e692c7d2dfd3784445eae9a69302a513041e, version: 22.0.0-0.ci+git84945929ebe, kind: zone, name: clickhouse
112402026-08-05T04:37:14.902ZAug 05 04:37:14.083 INFO added artifact, length: 174064778, hash: 7f6ff4a1dd65556aa2fc9fe3d418465b9e46ac39794b1db7a0d15751b8ecbcef, version: 22.0.0-0.ci+git84945929ebe, kind: zone, name: cockroachdb
112412026-08-05T04:37:15.142ZAug 05 04:37:14.323 INFO added artifact, length: 42790397, hash: af630cbb9f3323b3f59249cddcdc0b05095672c98521d46a683dccbc851453e1, version: 22.0.0-0.ci+git84945929ebe, kind: zone, name: crucible-pantry-zone
112422026-08-05T04:37:15.457ZAug 05 04:37:14.637 INFO added artifact, length: 57958122, hash: bcf2963b060a823987ccb69ea70b4ee7215393d27c332e71f95b4e514598bb8b, version: 22.0.0-0.ci+git84945929ebe, kind: zone, name: crucible-zone
112432026-08-05T04:37:15.739ZAug 05 04:37:14.920 INFO added artifact, length: 56090381, hash: ca3cb6759684fb79bc996c4088685a297ba6196dfee8c29df22b57c3c10d415a, version: 22.0.0-0.ci+git84945929ebe, kind: zone, name: external-dns
112442026-08-05T04:37:16.031ZAug 05 04:37:15.212 INFO added artifact, length: 56089980, hash: 2c85f0563340c0141fd535508f7aa4908678410d81a506c29f862865190ddb1f, version: 22.0.0-0.ci+git84945929ebe, kind: zone, name: internal-dns
112452026-08-05T04:37:17.854ZAug 05 04:37:17.035 INFO added artifact, length: 367945158, hash: 06c11061afab5faa9768d36783fe6432ccff02b9b39a618fa3e89c429bee4e4b, version: 22.0.0-0.ci+git84945929ebe, kind: zone, name: nexus
112462026-08-05T04:37:18.088ZAug 05 04:37:17.270 INFO added artifact, length: 35983053, hash: 1471e9fb9571d66c50796bbaf78b4569f375684c884d545d7e1b75040051e1e6, version: 22.0.0-0.ci+git84945929ebe, kind: zone, name: ntp
112472026-08-05T04:37:18.534ZAug 05 04:37:17.715 INFO added artifact, length: 73926741, hash: ba99d8b3b3db1e799bc7833f0e4c70b6c81ba9311b50454ae7d0542c48187512, version: 22.0.0-0.ci+git84945929ebe, kind: zone, name: oximeter
112482026-08-05T04:37:18.553ZAug 05 04:37:17.732 INFO added artifact, length: 3109592, hash: b7070f1f408b534f3c72a95766898ef28ba07d1139aba6860e2f1b5134956f99, version: 22.0.0-0.ci+git84945929ebe, kind: zone, name: probe
112492026-08-05T04:37:18.584ZAug 05 04:37:17.733 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112502026-08-05T04:37:18.584ZAug 05 04:37:17.733 INFO added artifact, length: 829, hash: d4952f8ae8e75d9d7334f2c09bc596424f1c5b80624699719c24df131a4f829d, version: 1.78.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.78.0
112512026-08-05T04:37:18.584ZAug 05 04:37:17.733 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112522026-08-05T04:37:18.584ZAug 05 04:37:17.763 INFO added artifact, length: 4079377, hash: b3f3b5016136baa73ac982dd102ce44b03295db39ede45278bcbb1bb8b156c5e, version: 1.78.0, kind: psc_sp, name: observer-a
112532026-08-05T04:37:18.612ZAug 05 04:37:17.793 INFO added artifact, length: 4126583, hash: 4ddfb0702de17ef941f471b1d8bd044e39a73ead91198a43ed74eea4c5d43124, version: 1.78.0, kind: psc_sp, name: psc-b
112542026-08-05T04:37:18.645ZAug 05 04:37:17.826 INFO added artifact, length: 4130242, hash: 88cc5a03e7fb6ed5ff45813ccd588ce450787ff14866551ea570a1e2562d756e, version: 1.78.0, kind: psc_sp, name: psc-c
112552026-08-05T04:37:18.700ZAug 05 04:37:17.881 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112562026-08-05T04:37:18.704ZAug 05 04:37:17.881 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112572026-08-05T04:37:18.750ZAug 05 04:37:17.931 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112582026-08-05T04:37:18.753ZAug 05 04:37:17.931 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112592026-08-05T04:37:18.803ZAug 05 04:37:17.982 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112602026-08-05T04:37:18.816ZAug 05 04:37:17.982 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112612026-08-05T04:37:18.851ZAug 05 04:37:18.032 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112622026-08-05T04:37:18.854ZAug 05 04:37:18.032 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112632026-08-05T04:37:18.854ZAug 05 04:37:18.033 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112642026-08-05T04:37:18.854ZAug 05 04:37:18.033 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112652026-08-05T04:37:18.854ZAug 05 04:37:18.034 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112662026-08-05T04:37:18.901ZAug 05 04:37:18.082 INFO added artifact, length: 7009741, hash: e2e5dae43a7514bdf3dbeff3816ad3086be46daf0724e319798df8efe6f58ceb, version: 1.78.0, kind: switch_sp, name: sidecar-b
112672026-08-05T04:37:18.991ZAug 05 04:37:18.173 INFO added artifact, length: 7026486, hash: 0062e10a58ecd047878f24cbc70d0c25b2b5add70b8682c63d91e162c00f3bf1, version: 1.78.0, kind: switch_sp, name: sidecar-c
112682026-08-05T04:37:19.079ZAug 05 04:37:18.260 INFO added artifact, length: 7026400, hash: e6bfe4bd33184edfb9dcfcf5becc73a68ef857d16f5e80990003f820466ed3c6, version: 1.78.0, kind: switch_sp, name: sidecar-d
112692026-08-05T04:37:19.167ZAug 05 04:37:18.348 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112702026-08-05T04:37:19.174ZAug 05 04:37:18.348 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112712026-08-05T04:37:19.218ZAug 05 04:37:18.394 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112722026-08-05T04:37:19.222ZAug 05 04:37:18.395 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112732026-08-05T04:37:19.259ZAug 05 04:37:18.439 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112742026-08-05T04:37:19.275ZAug 05 04:37:18.439 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112752026-08-05T04:37:19.330ZAug 05 04:37:18.486 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112762026-08-05T04:37:19.349ZAug 05 04:37:18.486 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112772026-08-05T04:37:19.349ZAug 05 04:37:18.487 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112782026-08-05T04:37:19.349ZAug 05 04:37:18.487 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112792026-08-05T04:37:19.349ZAug 05 04:37:18.488 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112802026-08-05T04:37:19.349ZAug 05 04:37:18.488 INFO added artifact, length: 924, hash: 3db39d198ffc5a26b8c8fb33d598025853b22faf09425700c257e7cbbba23d78, version: 22.0.0-0.ci+git84945929ebe, kind: installinator_document, name: installinator_document
112812026-08-05T04:37:19.830ZAug 05 04:37:18.976 INFO extracting uploaded archive to /tmp/.tmpR2Kvqh
112822026-08-05T04:37:21.840ZAug 05 04:37:21.020 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.FB23Af
112832026-08-05T04:37:21.886ZAug 05 04:37:21.067 INFO added artifact, length: 6737460, hash: bac74eb0086c5b6c2fa799b18b58e7e8fe86dd56a9ba36904d2ad34ef6ca27ed, version: 1.78.0, kind: gimlet_sp, name: cosmo-a
112842026-08-05T04:37:21.972ZAug 05 04:37:21.152 INFO added artifact, length: 6738340, hash: d29722eb7d4e4b83ab457f64c245a833f70ae583ee0a90e6ce17d8b701586825, version: 1.78.0, kind: gimlet_sp, name: cosmo-b
112852026-08-05T04:37:22.071ZAug 05 04:37:21.252 INFO added artifact, length: 5514665, hash: 39c122ec39a46ce4794aa7dd963166ef8ff581856aeadba35fc95b45e407abf2, version: 1.78.0, kind: gimlet_sp, name: gimlet-b
112862026-08-05T04:37:22.145ZAug 05 04:37:21.326 INFO added artifact, length: 5518593, hash: ae9caa17538b7f9cb92301ae0b59fa25388670ac76760478b2244bc1cb4fcb41, version: 1.78.0, kind: gimlet_sp, name: gimlet-c
112872026-08-05T04:37:22.219ZAug 05 04:37:21.399 INFO added artifact, length: 5539981, hash: ddf024f6712fc96fa8153abbdd449615d8b6af37ed414cbeace490466f48cd74, version: 1.78.0, kind: gimlet_sp, name: gimlet-d
112882026-08-05T04:37:22.297ZAug 05 04:37:21.478 INFO added artifact, length: 5540977, hash: 34231a2e8cec001b7b77340033a2d7a2dc082c61ec061e7172160e868c3c37e1, version: 1.78.0, kind: gimlet_sp, name: gimlet-e
112892026-08-05T04:37:22.373ZAug 05 04:37:21.553 INFO added artifact, length: 5540306, hash: 85304c00f323565c6bac6c61a73f22ade353f329cafb78edb1034ebc70c19d46, version: 1.78.0, kind: gimlet_sp, name: gimlet-f
112902026-08-05T04:37:22.467ZAug 05 04:37:21.648 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112912026-08-05T04:37:22.470ZAug 05 04:37:21.648 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112922026-08-05T04:37:22.517ZAug 05 04:37:21.698 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112932026-08-05T04:37:22.521ZAug 05 04:37:21.699 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112942026-08-05T04:37:22.572ZAug 05 04:37:21.752 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112952026-08-05T04:37:22.572ZAug 05 04:37:21.752 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112962026-08-05T04:37:22.629ZAug 05 04:37:21.810 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112972026-08-05T04:37:22.629ZAug 05 04:37:21.810 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112982026-08-05T04:37:22.693ZAug 05 04:37:21.871 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112992026-08-05T04:37:22.697ZAug 05 04:37:21.871 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
113002026-08-05T04:37:22.744ZAug 05 04:37:21.925 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
113012026-08-05T04:37:22.748ZAug 05 04:37:21.925 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
113022026-08-05T04:37:22.793ZAug 05 04:37:21.974 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
113032026-08-05T04:37:22.793ZAug 05 04:37:21.974 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
113042026-08-05T04:37:22.797ZAug 05 04:37:21.975 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
113052026-08-05T04:37:22.797ZAug 05 04:37:21.976 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
113062026-08-05T04:37:22.797ZAug 05 04:37:21.976 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
113072026-08-05T04:37:22.797ZAug 05 04:37:21.977 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
113082026-08-05T04:37:22.797ZAug 05 04:37:21.978 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
113092026-08-05T04:37:28.451ZAug 05 04:37:27.632 INFO added artifact, length: 33554432, hash: be195459f0b24ebc4b98fba8a8d0d3d6e460a5b3dc52d66a2901c3d3fc25cff7, version: 22.0.0-0.ci+git84945929ebe, kind: gimlet_host_phase_1, name: host
113102026-08-05T04:37:28.451ZAug 05 04:37:27.632 INFO added artifact, length: 33554432, hash: 86cf6b75346e36a2d6ab62930f6f85837c7bd91ec56dab948d6dbfb0164fe603, version: 22.0.0-0.ci+git84945929ebe, kind: cosmo_host_phase_1, name: host
113112026-08-05T04:37:28.451ZAug 05 04:37:27.632 INFO added artifact, length: 1258295296, hash: 09663667e81cd516900f42d36c9cb4e9f9d9f369c5715fb516abb7ef1f4f8faa, version: 22.0.0-0.ci+git84945929ebe, kind: host_phase_2, name: host
113122026-08-05T04:37:29.411ZAug 05 04:37:28.592 INFO added artifact, length: 33554432, hash: 56b9a501a47406d972c858ff6f0b58f766be7f1d5ce7a9bd19e89bd9ddcef711, version: 22.0.0-0.ci+git84945929ebe, kind: gimlet_trampoline_phase_1, name: trampoline
113132026-08-05T04:37:29.411ZAug 05 04:37:28.592 INFO added artifact, length: 33554432, hash: 35b701cd6e48b20eec2244a8d728d3960b70cb809101317cdf4a95d99dd1e884, version: 22.0.0-0.ci+git84945929ebe, kind: cosmo_trampoline_phase_1, name: trampoline
113142026-08-05T04:37:29.415ZAug 05 04:37:28.592 INFO added artifact, length: 164650223, hash: 530c80ac034006d05a01d30291237c2ed8187866dacfa3bb97ac700fb3c606be, version: 22.0.0-0.ci+git84945929ebe, kind: trampoline_phase_2, name: trampoline
113152026-08-05T04:37:35.394ZAug 05 04:37:34.575 INFO added artifact, length: 1928486402, hash: 6c4f037953eb9f5ced0417cab29b6861bd09927ea1d281d15432dd78a84ba12f, version: 22.0.0-0.ci+git84945929ebe, kind: control_plane, name: control-plane
113162026-08-05T04:37:35.398ZAug 05 04:37:34.575 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113172026-08-05T04:37:35.398ZAug 05 04:37:34.575 INFO added artifact, length: 829, hash: d4952f8ae8e75d9d7334f2c09bc596424f1c5b80624699719c24df131a4f829d, version: 1.78.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.78.0
113182026-08-05T04:37:35.398ZAug 05 04:37:34.575 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113192026-08-05T04:37:35.421ZAug 05 04:37:34.602 INFO added artifact, length: 4079377, hash: b3f3b5016136baa73ac982dd102ce44b03295db39ede45278bcbb1bb8b156c5e, version: 1.78.0, kind: psc_sp, name: observer-a
113202026-08-05T04:37:35.450ZAug 05 04:37:34.631 INFO added artifact, length: 4126583, hash: 4ddfb0702de17ef941f471b1d8bd044e39a73ead91198a43ed74eea4c5d43124, version: 1.78.0, kind: psc_sp, name: psc-b
113212026-08-05T04:37:35.483ZAug 05 04:37:34.664 INFO added artifact, length: 4130242, hash: 88cc5a03e7fb6ed5ff45813ccd588ce450787ff14866551ea570a1e2562d756e, version: 1.78.0, kind: psc_sp, name: psc-c
113222026-08-05T04:37:35.534ZAug 05 04:37:34.715 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113232026-08-05T04:37:35.537ZAug 05 04:37:34.715 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113242026-08-05T04:37:35.583ZAug 05 04:37:34.764 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113252026-08-05T04:37:35.583ZAug 05 04:37:34.764 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113262026-08-05T04:37:35.638ZAug 05 04:37:34.819 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113272026-08-05T04:37:35.641ZAug 05 04:37:34.819 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113282026-08-05T04:37:35.691ZAug 05 04:37:34.872 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113292026-08-05T04:37:35.694ZAug 05 04:37:34.872 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113302026-08-05T04:37:35.694ZAug 05 04:37:34.873 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113312026-08-05T04:37:35.694ZAug 05 04:37:34.873 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113322026-08-05T04:37:35.694ZAug 05 04:37:34.874 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113332026-08-05T04:37:35.741ZAug 05 04:37:34.922 INFO added artifact, length: 7009741, hash: e2e5dae43a7514bdf3dbeff3816ad3086be46daf0724e319798df8efe6f58ceb, version: 1.78.0, kind: switch_sp, name: sidecar-b
113342026-08-05T04:37:35.832ZAug 05 04:37:35.011 INFO added artifact, length: 7026486, hash: 0062e10a58ecd047878f24cbc70d0c25b2b5add70b8682c63d91e162c00f3bf1, version: 1.78.0, kind: switch_sp, name: sidecar-c
113352026-08-05T04:37:35.927ZAug 05 04:37:35.108 INFO added artifact, length: 7026400, hash: e6bfe4bd33184edfb9dcfcf5becc73a68ef857d16f5e80990003f820466ed3c6, version: 1.78.0, kind: switch_sp, name: sidecar-d
113362026-08-05T04:37:36.027ZAug 05 04:37:35.208 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113372026-08-05T04:37:36.031ZAug 05 04:37:35.208 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113382026-08-05T04:37:36.085ZAug 05 04:37:35.266 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113392026-08-05T04:37:36.085ZAug 05 04:37:35.266 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113402026-08-05T04:37:36.141ZAug 05 04:37:35.322 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113412026-08-05T04:37:36.147ZAug 05 04:37:35.323 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113422026-08-05T04:37:36.192ZAug 05 04:37:35.373 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113432026-08-05T04:37:36.196ZAug 05 04:37:35.374 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113442026-08-05T04:37:36.196ZAug 05 04:37:35.374 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113452026-08-05T04:37:36.196ZAug 05 04:37:35.375 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113462026-08-05T04:37:36.196ZAug 05 04:37:35.375 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113472026-08-05T04:37:36.196ZAug 05 04:37:35.376 INFO added artifact, length: 924, hash: 3db39d198ffc5a26b8c8fb33d598025853b22faf09425700c257e7cbbba23d78, version: 22.0.0-0.ci+git84945929ebe, kind: installinator_document, name: installinator_document
113482026-08-05T04:37:37.048ZAug 05 04:37:36.229 INFO [tuf-repo] task succeeded (83.967983662s)
113492026-08-05T04:39:31.294Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 03s
113502026-08-05T04:39:31.298Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
113512026-08-05T04:39:31.298Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
113522026-08-05T04:39:33.958ZAug 05 04:39:33.138 INFO [verify-libraries] process exited with exit status: 0 (429.648828841s)
113532026-08-05T04:39:33.958ZAug 05 04:39:33.138 INFO all jobs completed in 1473.170328734s
113542026-08-05T04:39:35.152Zprocess exited: duration 1689571 ms, exit code 0
 
113552026-08-05T04:39:35.164Zfound 41 output files
113562026-08-05T04:39:35.164Zuploading: /work/manifest.toml (17334 bytes)
113572026-08-05T04:39:36.176Zuploaded: /work/manifest.toml
113582026-08-05T04:39:36.176Zuploading: /work/repo.zip (3301428795 bytes)
113592026-08-05T04:40:26.081Zuploaded: /work/repo.zip
113602026-08-05T04:40:26.082Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113612026-08-05T04:40:27.133Zuploaded: /work/repo.zip.sha256.txt
113622026-08-05T04:40:27.136Zuploading: /work/helios.json (647 bytes)
113632026-08-05T04:40:28.144Zuploaded: /work/helios.json
113642026-08-05T04:40:28.145Zuploading: /work/incorporation.p5m (113590 bytes)
113652026-08-05T04:40:29.158Zuploaded: /work/incorporation.p5m
113662026-08-05T04:40:29.158Zuploading: /work/incorporation.p5p (133120 bytes)
113672026-08-05T04:40:30.174Zuploaded: /work/incorporation.p5p
113682026-08-05T04:40:30.174Zuploading: /work/helios-incorp.log (522 bytes)
113692026-08-05T04:40:31.185Zuploaded: /work/helios-incorp.log
113702026-08-05T04:40:31.185Zuploading: /work/helios-setup.log (57648 bytes)
113712026-08-05T04:40:32.201Zuploaded: /work/helios-setup.log
113722026-08-05T04:40:32.201Zuploading: /work/host-image.log (233225 bytes)
113732026-08-05T04:40:33.215Zuploaded: /work/host-image.log
113742026-08-05T04:40:33.215Zuploading: /work/host-package.log (33521 bytes)
113752026-08-05T04:40:34.226Zuploaded: /work/host-package.log
113762026-08-05T04:40:34.226Zuploading: /work/host-target.log (101 bytes)
113772026-08-05T04:40:35.236Zuploaded: /work/host-target.log
113782026-08-05T04:40:35.236Zuploading: /work/incorp-create.log (0 bytes)
113792026-08-05T04:40:36.243Zuploaded: /work/incorp-create.log
113802026-08-05T04:40:36.244Zuploading: /work/incorp-fmt.log (0 bytes)
113812026-08-05T04:40:37.254Zuploaded: /work/incorp-fmt.log
113822026-08-05T04:40:37.254Zuploading: /work/incorp-pkgsend.log (108 bytes)
113832026-08-05T04:40:38.267Zuploaded: /work/incorp-pkgsend.log
113842026-08-05T04:40:38.267Zuploading: /work/incorp-publisher.log (0 bytes)
113852026-08-05T04:40:39.279Zuploaded: /work/incorp-publisher.log
113862026-08-05T04:40:39.279Zuploading: /work/omicron-package.log (7957 bytes)
113872026-08-05T04:40:40.289Zuploaded: /work/omicron-package.log
113882026-08-05T04:40:40.289Zuploading: /work/recovery-image.log (590542 bytes)
113892026-08-05T04:40:41.312Zuploaded: /work/recovery-image.log
113902026-08-05T04:40:41.312Zuploading: /work/recovery-package.log (321 bytes)
113912026-08-05T04:40:42.324Zuploaded: /work/recovery-package.log
113922026-08-05T04:40:42.324Zuploading: /work/recovery-target.log (98 bytes)
113932026-08-05T04:40:43.334Zuploaded: /work/recovery-target.log
113942026-08-05T04:40:43.334Zuploading: /work/stamp-clickhouse.log (117 bytes)
113952026-08-05T04:40:44.345Zuploaded: /work/stamp-clickhouse.log
113962026-08-05T04:40:44.348Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113972026-08-05T04:40:45.355Zuploaded: /work/stamp-clickhouse_keeper.log
113982026-08-05T04:40:45.355Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113992026-08-05T04:40:46.365Zuploaded: /work/stamp-clickhouse_server.log
114002026-08-05T04:40:46.365Zuploading: /work/stamp-cockroachdb.log (118 bytes)
114012026-08-05T04:40:47.376Zuploaded: /work/stamp-cockroachdb.log
114022026-08-05T04:40:47.376Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
114032026-08-05T04:40:48.387Zuploaded: /work/stamp-crucible-pantry-zone.log
114042026-08-05T04:40:48.387Zuploading: /work/stamp-crucible-utils.log (118 bytes)
114052026-08-05T04:40:49.398Zuploaded: /work/stamp-crucible-utils.log
114062026-08-05T04:40:49.398Zuploading: /work/stamp-crucible-zone.log (120 bytes)
114072026-08-05T04:40:50.409Zuploaded: /work/stamp-crucible-zone.log
114082026-08-05T04:40:50.409Zuploading: /work/stamp-external-dns.log (119 bytes)
114092026-08-05T04:40:51.418Zuploaded: /work/stamp-external-dns.log
114102026-08-05T04:40:51.418Zuploading: /work/stamp-installinator.log (103 bytes)
114112026-08-05T04:40:52.428Zuploaded: /work/stamp-installinator.log
114122026-08-05T04:40:52.428Zuploading: /work/stamp-internal-dns.log (119 bytes)
114132026-08-05T04:40:53.439Zuploaded: /work/stamp-internal-dns.log
114142026-08-05T04:40:53.439Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114152026-08-05T04:40:54.449Zuploaded: /work/stamp-mg-ddm-gz.log
114162026-08-05T04:40:54.449Zuploading: /work/stamp-nexus.log (112 bytes)
114172026-08-05T04:40:55.459Zuploaded: /work/stamp-nexus.log
114182026-08-05T04:40:55.459Zuploading: /work/stamp-ntp.log (110 bytes)
114192026-08-05T04:40:56.469Zuploaded: /work/stamp-ntp.log
114202026-08-05T04:40:56.469Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114212026-08-05T04:40:57.480Zuploaded: /work/stamp-omicron-sled-agent.log
114222026-08-05T04:40:57.480Zuploading: /work/stamp-overlay.log (114 bytes)
114232026-08-05T04:40:58.491Zuploaded: /work/stamp-overlay.log
114242026-08-05T04:40:58.491Zuploading: /work/stamp-oximeter.log (115 bytes)
114252026-08-05T04:40:59.502Zuploaded: /work/stamp-oximeter.log
114262026-08-05T04:40:59.502Zuploading: /work/stamp-oxlog.log (109 bytes)
114272026-08-05T04:41:00.511Zuploaded: /work/stamp-oxlog.log
114282026-08-05T04:41:00.511Zuploading: /work/stamp-probe.log (112 bytes)
114292026-08-05T04:41:01.520Zuploaded: /work/stamp-probe.log
114302026-08-05T04:41:01.520Zuploading: /work/stamp-propolis-server.log (122 bytes)
114312026-08-05T04:41:02.531Zuploaded: /work/stamp-propolis-server.log
114322026-08-05T04:41:02.531Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114332026-08-05T04:41:03.542Zuploaded: /work/stamp-pumpkind-gz.log
114342026-08-05T04:41:03.542Zuploading: /work/stamp-switch-asic.log (118 bytes)
114352026-08-05T04:41:04.553Zuploaded: /work/stamp-switch-asic.log
114362026-08-05T04:41:04.553Zuploading: /work/verify-libraries.log (50180 bytes)
114372026-08-05T04:41:05.566Zuploaded: /work/verify-libraries.log